From 6f852b6a490735ae37f8f99d4dd238c27a9e2478 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:29:09 +0200 Subject: [PATCH 001/168] cleanup mirror.yml (#38222) --- Resources/Prototypes/Entities/Structures/Wallmounts/mirror.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/mirror.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/mirror.yml index 4ef0b7bd64..619e74e564 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/mirror.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/mirror.yml @@ -30,9 +30,7 @@ - type: entity parent: Mirror id: MirrorModern - name: mirror suffix: rectangle components: - type: Sprite - sprite: Structures/Wallmounts/mirror.rsi state: rectangle-mirror From 8c6b28885371c154c1e1810e20078e0c9d7e6106 Mon Sep 17 00:00:00 2001 From: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:31:44 +0200 Subject: [PATCH 002/168] Add stamina damage resists to the bloodred raid/hard-suits (and ERT hardsuits). [TEST MERGE] (#37040) Add stamina damage resists to the bloodred suits. --- .../Entities/Clothing/OuterClothing/armor.yml | 4 ++-- .../Clothing/OuterClothing/hardsuits.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 59a3603355..2ba605223c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -241,8 +241,8 @@ Caustic: 0.5 - type: ExplosionResistance damageCoefficient: 0.35 - #- type: StaminaResistance - # damageCoefficient: 0.45 + - type: StaminaResistance + damageCoefficient: 0.45 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.9 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 876d309b54..c7d66fef15 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -513,8 +513,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - #- type: StaminaResistance - # damageCoefficient: 0.75 + - type: StaminaResistance + damageCoefficient: 0.75 - type: Armor modifiers: coefficients: @@ -577,8 +577,8 @@ damageCoefficient: 0.2 - type: FireProtection reduction: 0.8 - #- type: StaminaResistance - # damageCoefficient: 0.6 + - type: StaminaResistance + damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -613,8 +613,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - #- type: StaminaResistance - # damageCoefficient: 0.6 + - type: StaminaResistance + damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -647,8 +647,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.3 - #- type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. - # damageCoefficient: 0.99 + - type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. + damageCoefficient: 0.99 - type: Armor modifiers: coefficients: From df8fcf5193148c3baaf4fde23e85550dc6a74032 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 10 Jun 2025 19:32:52 +0000 Subject: [PATCH 003/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a659a04b65..a674171f31 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Fixed players being unable to interact with or open any machine UI if - the machine is unpowered (ex. wirepanels). - type: Fix - id: 8137 - time: '2025-04-05T21:05:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36319 - author: RedBookcase changes: - message: The Crusher Dagger has had it's damage reduced from 15 to 12 Slashing. @@ -3911,3 +3903,11 @@ id: 8649 time: '2025-06-10T04:47:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38093 +- author: BramvanZijp + changes: + - message: Added Stamina Damage resistance to the raid/hard-suits used by Nuclear + Operatives and Emergency Response Teams. [TEST MERGE] + type: Tweak + id: 8650 + time: '2025-06-10T19:31:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37040 From 509d650253402e3c5b096ae86ea75210948ed538 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:40:46 -0400 Subject: [PATCH 004/168] Fix missing bike horn implant cooldown (#38237) --- Resources/Prototypes/Actions/types.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index ccf7e94f4f..f4f35649bd 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -330,6 +330,7 @@ components: - type: Action icon: { sprite: Objects/Fun/bikehorn.rsi, state: icon } + useDelay: 1 - type: entity parent: BaseAction From 1e0d60826e0dc20623c84112200308a63dd3bbd8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 10 Jun 2025 21:41:55 +0000 Subject: [PATCH 005/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a674171f31..5d82e20aa8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: RedBookcase - changes: - - message: The Crusher Dagger has had it's damage reduced from 15 to 12 Slashing. - type: Tweak - - message: The Crusher and Crusher Glaive can now be worn on the back and suit storage - slots. - type: Add - id: 8138 - time: '2025-04-06T06:48:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35914 - author: K-Dynamic changes: - message: Normalised ziptie box; reduced ziptie box storage from 4x5 to 3x3 (item @@ -3911,3 +3901,10 @@ id: 8650 time: '2025-06-10T19:31:45.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37040 +- author: themias + changes: + - message: Returned the cooldown for bike horn implants + type: Fix + id: 8651 + time: '2025-06-10T21:40:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38237 From 5a6ad30ec4b8db28880dfe93c17919f1a8e77aab Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 10 Jun 2025 18:51:23 -0400 Subject: [PATCH 006/168] Cleanup `ChameleonJobLoadoutTest` (#38229) Cleanup ChameleonJobLoadoutTest --- .../Chameleon/ChameleonJobLoadoutTest.cs | 32 +++++++------------ 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/Content.IntegrationTests/Tests/Chameleon/ChameleonJobLoadoutTest.cs b/Content.IntegrationTests/Tests/Chameleon/ChameleonJobLoadoutTest.cs index da061f052a..343a2fdb09 100644 --- a/Content.IntegrationTests/Tests/Chameleon/ChameleonJobLoadoutTest.cs +++ b/Content.IntegrationTests/Tests/Chameleon/ChameleonJobLoadoutTest.cs @@ -1,6 +1,4 @@ using System.Collections.Generic; -using System.Text; -using Content.Client.Implants; using Content.IntegrationTests.Tests.Interaction; using Content.Shared.Clothing; using Content.Shared.Implants; @@ -11,17 +9,17 @@ using Robust.Shared.Prototypes; namespace Content.IntegrationTests.Tests.Chameleon; /// -/// Ensures all round "round start jobs" have an associated chameleon loadout. +/// Ensures all "round start jobs" have an associated chameleon loadout. /// public sealed class ChameleonJobLoadoutTest : InteractionTest { - private readonly List> JobBlacklist = + private static readonly List> JobBlacklist = [ ]; [Test] - public async Task CheckAllJobs() + public Task CheckAllJobs() { var alljobs = ProtoMan.EnumeratePrototypes(); @@ -47,24 +45,16 @@ public sealed class ChameleonJobLoadoutTest : InteractionTest validJobs[chameleon.Job.Value] += 1; } - var errorMessage = new StringBuilder(); - errorMessage.AppendLine("The following job(s) have no chameleon prototype(s):"); - var invalid = false; - - // All round start jobs have a chameleon loadout - foreach (var job in validJobs) + Assert.Multiple(() => { - if (job.Value != 0) - continue; + foreach (var job in validJobs) + { + Assert.That(job.Value, Is.Not.Zero, + $"{job.Key} has no chameleonOutfit prototype."); + } + }); - errorMessage.AppendLine(job.Key + " has no chameleonOutfit prototype."); - invalid = true; - } - - if (!invalid) - return; - - Assert.Fail(errorMessage.ToString()); + return Task.CompletedTask; } /// From 640ec3e031b2273534ec20281e9b2cdc67124a98 Mon Sep 17 00:00:00 2001 From: qwerltaz <69696513+qwerltaz@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:04:39 +0100 Subject: [PATCH 007/168] Fix construction menu grid view quirky button selection (#38214) * make hover and info use construction proto name, not entity name * recipeButtons uses IDs as keys, not names * return making item green when selected --- .../Construction/UI/ConstructionMenuPresenter.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs index b1cebab33a..119e92fc6f 100644 --- a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs +++ b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs @@ -38,7 +38,7 @@ namespace Content.Client.Construction.UI private ConstructionSystem? _constructionSystem; private ConstructionPrototype? _selected; private List _favoritedRecipes = []; - private Dictionary _recipeButtons = new(); + private readonly Dictionary _recipeButtons = new(); private string _selectedCategory = string.Empty; private const string FavoriteCatName = "construction-category-favorites"; @@ -217,8 +217,8 @@ namespace Content.Client.Construction.UI var itemButton = new ContainerButton() { VerticalAlignment = Control.VAlignment.Center, - Name = recipe.TargetPrototype.Name, - ToolTip = recipe.TargetPrototype.Name, + Name = recipe.Prototype.Name, + ToolTip = recipe.Prototype.Name, ToggleMode = true, Children = { protoView }, }; @@ -235,7 +235,7 @@ namespace Content.Client.Construction.UI if (buttonToggledEventArgs.Pressed && _selected != null && - _recipeButtons.TryGetValue(_selected.Name!, out var oldButton)) + _recipeButtons.TryGetValue(_selected.ID, out var oldButton)) { oldButton.Pressed = false; SelectGridButton(oldButton, false); @@ -245,7 +245,7 @@ namespace Content.Client.Construction.UI }; recipesGrid.AddChild(itemButtonPanelContainer); - _recipeButtons[recipe.Prototype.Name!] = itemButton; + _recipeButtons[recipe.Prototype.ID] = itemButton; var isCurrentButtonSelected = _selected == recipe.Prototype; itemButton.Pressed = isCurrentButtonSelected; SelectGridButton(itemButton, isCurrentButtonSelected); @@ -307,7 +307,7 @@ namespace Content.Client.Construction.UI if (button.Parent is not PanelContainer buttonPanel) return; - button.Modulate = select ? Color.Green : Color.Transparent; + button.Children.Single().Modulate = select ? Color.Green : Color.White; var buttonColor = select ? StyleNano.ButtonColorDefault : Color.Transparent; buttonPanel.PanelOverride = new StyleBoxFlat { BackgroundColor = buttonColor }; } From 4a347595143e777f5d0b67450dbe9088ce5fb7ac Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 10 Jun 2025 20:25:43 -0400 Subject: [PATCH 008/168] Replace Speech bubble time accumulator with TimeSpan (#38241) * Replace SpeechBubble time accumulator with TimeSpan * CurTime -> RealTime --- Content.Client/Chat/UI/SpeechBubble.cs | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Content.Client/Chat/UI/SpeechBubble.cs b/Content.Client/Chat/UI/SpeechBubble.cs index 442368a3e6..0bfe6dc7c8 100644 --- a/Content.Client/Chat/UI/SpeechBubble.cs +++ b/Content.Client/Chat/UI/SpeechBubble.cs @@ -14,6 +14,7 @@ namespace Content.Client.Chat.UI { public abstract class SpeechBubble : Control { + [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly IEyeManager _eyeManager = default!; [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] protected readonly IConfigurationManager ConfigManager = default!; @@ -30,12 +31,12 @@ namespace Content.Client.Chat.UI /// /// The total time a speech bubble stays on screen. /// - private const float TotalTime = 4; + private static readonly TimeSpan TotalTime = TimeSpan.FromSeconds(4); /// /// The amount of time at the end of the bubble's life at which it starts fading. /// - private const float FadeTime = 0.25f; + private static readonly TimeSpan FadeTime = TimeSpan.FromSeconds(0.25f); /// /// The distance in world space to offset the speech bubble from the center of the entity. @@ -50,7 +51,10 @@ namespace Content.Client.Chat.UI private readonly EntityUid _senderEntity; - private float _timeLeft = TotalTime; + /// + /// The time at which this bubble will die. + /// + private TimeSpan _deathTime; public float VerticalOffset { get; set; } private float _verticalOffsetAchieved; @@ -99,6 +103,7 @@ namespace Content.Client.Chat.UI bubble.Measure(Vector2Helpers.Infinity); ContentSize = bubble.DesiredSize; _verticalOffsetAchieved = -ContentSize.Y; + _deathTime = _timing.RealTime + TotalTime; } protected abstract Control BuildBubble(ChatMessage message, string speechStyleClass, Color? fontColor = null); @@ -107,8 +112,8 @@ namespace Content.Client.Chat.UI { base.FrameUpdate(args); - _timeLeft -= args.DeltaSeconds; - if (_entityManager.Deleted(_senderEntity) || _timeLeft <= 0) + var timeLeft = (float)(_deathTime - _timing.RealTime).TotalSeconds; + if (_entityManager.Deleted(_senderEntity) || timeLeft <= 0) { // Timer spawn to prevent concurrent modification exception. Timer.Spawn(0, Die); @@ -131,10 +136,10 @@ namespace Content.Client.Chat.UI return; } - if (_timeLeft <= FadeTime) + if (timeLeft <= FadeTime.TotalSeconds) { // Update alpha if we're fading. - Modulate = Color.White.WithAlpha(_timeLeft / FadeTime); + Modulate = Color.White.WithAlpha(timeLeft / (float)FadeTime.TotalSeconds); } else { @@ -144,7 +149,7 @@ namespace Content.Client.Chat.UI var baseOffset = 0f; - if (_entityManager.TryGetComponent(_senderEntity, out var speech)) + if (_entityManager.TryGetComponent(_senderEntity, out var speech)) baseOffset = speech.SpeechBubbleOffset; var offset = (-_eyeManager.CurrentEye.Rotation).ToWorldVec() * -(EntityVerticalOffset + baseOffset); @@ -175,9 +180,9 @@ namespace Content.Client.Chat.UI /// public void FadeNow() { - if (_timeLeft > FadeTime) + if (_deathTime > _timing.RealTime) { - _timeLeft = FadeTime; + _deathTime = _timing.RealTime + FadeTime; } } From 3dbb8905b5d7713003992344303d2a98b49ed3b5 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 10 Jun 2025 20:47:04 -0400 Subject: [PATCH 009/168] Add test that entity prototypes don't use LocIds for name/description (#38234) * Add test that entity prototypes don't use LocIds for name/description * Fix violation --- .../EntityPrototypeLocalizationTest.cs | 50 +++++++++++++++++++ .../Locale/en-US/actions/actions/mapping.ftl | 1 - Resources/Prototypes/Actions/mapping.yml | 2 +- 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 Content.IntegrationTests/Tests/Localization/EntityPrototypeLocalizationTest.cs delete mode 100644 Resources/Locale/en-US/actions/actions/mapping.ftl diff --git a/Content.IntegrationTests/Tests/Localization/EntityPrototypeLocalizationTest.cs b/Content.IntegrationTests/Tests/Localization/EntityPrototypeLocalizationTest.cs new file mode 100644 index 0000000000..69d44fd08b --- /dev/null +++ b/Content.IntegrationTests/Tests/Localization/EntityPrototypeLocalizationTest.cs @@ -0,0 +1,50 @@ +using Robust.Shared.Localization; +using Robust.Shared.Prototypes; + +namespace Content.IntegrationTests.Tests.Localization; + +public sealed class EntityPrototypeLocalizationTest +{ + /// + /// An explanation of why LocIds should not be used for entity prototype names/descriptions. + /// Appended to the error message when the test is failed. + /// + private const string NoLocIdExplanation = "Entity prototypes should not use LocIds for names/descriptions, as localization IDs are automated for entity prototypes. See https://docs.spacestation14.com/en/ss14-by-example/fluent-and-localization.html#localizing-prototypes for more information."; + + /// + /// Checks that no entity prototypes have a LocId as their name or description. + /// See for why this is important. + /// + [Test] + public async Task TestNoManualEntityLocStrings() + { + await using var pair = await PoolManager.GetServerClient(); + var server = pair.Server; + var protoMan = server.ProtoMan; + var locMan = server.ResolveDependency(); + + var protos = protoMan.EnumeratePrototypes(); + + Assert.Multiple(() => + { + foreach (var proto in protos) + { + // Check name + if (!string.IsNullOrEmpty(proto.SetName)) + { + Assert.That(locMan.HasString(proto.SetName), Is.False, + $"Entity prototype {proto.ID} has a LocId ({proto.SetName}) as a name. {NoLocIdExplanation}"); + } + + // Check description + if (!string.IsNullOrEmpty(proto.SetDesc)) + { + Assert.That(locMan.HasString(proto.SetDesc), Is.False, + $"Entity prototype {proto.ID} has a LocId ({proto.SetDesc}) as a description. {NoLocIdExplanation}"); + } + } + }); + + await pair.CleanReturnAsync(); + } +} diff --git a/Resources/Locale/en-US/actions/actions/mapping.ftl b/Resources/Locale/en-US/actions/actions/mapping.ftl deleted file mode 100644 index ce6c4d9e56..0000000000 --- a/Resources/Locale/en-US/actions/actions/mapping.ftl +++ /dev/null @@ -1 +0,0 @@ -action-name-mapping-erase = Erase Entity \ No newline at end of file diff --git a/Resources/Prototypes/Actions/mapping.yml b/Resources/Prototypes/Actions/mapping.yml index 937fc9263c..f944d715dd 100644 --- a/Resources/Prototypes/Actions/mapping.yml +++ b/Resources/Prototypes/Actions/mapping.yml @@ -28,7 +28,7 @@ - type: entity parent: BaseMappingAction id: ActionMappingEraser - name: action-name-mapping-erase + name: Erase Entity components: - type: Action icon: Interface/VerbIcons/delete.svg.192dpi.png From 1c99b8405ba8ec1f7e95d2543cf9576036d96a45 Mon Sep 17 00:00:00 2001 From: Prole <172158352+Prole0@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:51:19 -0700 Subject: [PATCH 010/168] Guitar Sprite Fix (#38207) * Modified Guitar Sprites Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> * Attributions Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> --------- Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com> --- .../guitar.rsi/equipped-BACKPACK.png | Bin 1515 -> 1098 bytes .../guitar.rsi/equipped-SUITSTORAGE.png | Bin 1515 -> 1098 bytes .../Fun/Instruments/guitar.rsi/meta.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Objects/Fun/Instruments/guitar.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Fun/Instruments/guitar.rsi/equipped-BACKPACK.png index 71667f4e21cef619cd105ef332058d670f6adebd..5aec71346cb7b2cd42c5d300f6b88eb9e5ed9fce 100644 GIT binary patch delta 1078 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 Date: Wed, 11 Jun 2025 02:15:56 +0100 Subject: [PATCH 011/168] Add technology to tech disk names (#38157) --- .../Systems/TechnologyDiskSystem.cs | 16 ++++++++++++++++ .../research/components/technology-disk.ftl | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs b/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs index d647b3c1e6..6fe1174619 100644 --- a/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs +++ b/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs @@ -1,6 +1,7 @@ using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Lathe; +using Content.Shared.NameModifier.EntitySystems; using Content.Shared.Popups; using Content.Shared.Random.Helpers; using Content.Shared.Research.Components; @@ -20,6 +21,7 @@ public sealed class TechnologyDiskSystem : EntitySystem [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedResearchSystem _research = default!; [Dependency] private readonly SharedLatheSystem _lathe = default!; + [Dependency] private readonly NameModifierSystem _nameModifier = default!; public override void Initialize() { @@ -28,6 +30,7 @@ public sealed class TechnologyDiskSystem : EntitySystem SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnAfterInteract); SubscribeLocalEvent(OnExamine); + SubscribeLocalEvent(OnRefreshNameModifiers); } private void OnMapInit(Entity ent, ref MapInitEvent args) @@ -55,6 +58,7 @@ public sealed class TechnologyDiskSystem : EntitySystem ent.Comp.Recipes = []; ent.Comp.Recipes.Add(_random.Pick(techs)); Dirty(ent); + _nameModifier.RefreshNameModifiers(ent.Owner); } private void OnAfterInteract(Entity ent, ref AfterInteractEvent args) @@ -90,4 +94,16 @@ public sealed class TechnologyDiskSystem : EntitySystem } args.PushMarkup(message); } + + private void OnRefreshNameModifiers(Entity entity, ref RefreshNameModifiersEvent args) + { + if (entity.Comp.Recipes != null) + { + foreach (var recipe in entity.Comp.Recipes) + { + var proto = _protoMan.Index(recipe); + args.AddModifier("tech-disk-name-format", extraArgs: ("technology", _lathe.GetRecipeName(proto))); + } + } + } } diff --git a/Resources/Locale/en-US/research/components/technology-disk.ftl b/Resources/Locale/en-US/research/components/technology-disk.ftl index 4f72532010..90992f76d7 100644 --- a/Resources/Locale/en-US/research/components/technology-disk.ftl +++ b/Resources/Locale/en-US/research/components/technology-disk.ftl @@ -2,8 +2,9 @@ tech-disk-inserted = You insert the disk, adding a new recipe to the server. tech-disk-examine-none = The label is blank. tech-disk-examine = The label has a small dot matrix printed image depicting a {$result}. tech-disk-examine-more = There are more images printed, but they're too small to discern. +tech-disk-name-format = {$baseName} ({$technology}) tech-disk-ui-name = technology disk terminal tech-disk-ui-total-label = There are {$amount} points on the selected server tech-disk-ui-cost-label = Each disk costs {$amount} points to print -tech-disk-ui-print-button = Print Disk \ No newline at end of file +tech-disk-ui-print-button = Print Disk From 58606ca230719404414ff8a0d2655512703b674d Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 01:17:03 +0000 Subject: [PATCH 012/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5d82e20aa8..d0e3150cbe 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: Normalised ziptie box; reduced ziptie box storage from 4x5 to 3x3 (item - shape unchanged), reduced zipties from 10 to 9, removed handcuff whitelist - type: Tweak - id: 8139 - time: '2025-04-08T08:23:12.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35057 - author: Nyxilath changes: - message: Vial Recipe to lathes @@ -3908,3 +3900,10 @@ id: 8651 time: '2025-06-10T21:40:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38237 +- author: eoineoineoin + changes: + - message: Technology disks will now show the tech they contain in their name. + type: Add + id: 8652 + time: '2025-06-11T01:15:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38157 From d612c56aab19b0152caa2fed3ea8fa49eaa52cf8 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 10 Jun 2025 21:58:21 -0400 Subject: [PATCH 013/168] Forbid string literals for `SharedToolSystem` methods (#38250) * Forbid string literals for ToolSystem methods * Cleanup violations * Sort usings --- Content.Server/Fax/FaxSystem.cs | 16 +++++++++------ Content.Server/Mech/Systems/MechSystem.cs | 14 ++++++++----- Content.Server/Medical/CryoPodSystem.cs | 12 +++++++---- Content.Server/Wires/WiresSystem.cs | 20 +++++++++++-------- .../Tools/Systems/SharedToolSystem.cs | 10 +++++----- 5 files changed, 44 insertions(+), 28 deletions(-) diff --git a/Content.Server/Fax/FaxSystem.cs b/Content.Server/Fax/FaxSystem.cs index 79710e3f97..44a953374e 100644 --- a/Content.Server/Fax/FaxSystem.cs +++ b/Content.Server/Fax/FaxSystem.cs @@ -5,29 +5,31 @@ using Content.Server.DeviceNetwork.Systems; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Tools; -using Content.Shared.UserInterface; using Content.Shared.Administration.Logs; using Content.Shared.Containers.ItemSlots; using Content.Shared.Database; using Content.Shared.DeviceNetwork; +using Content.Shared.DeviceNetwork.Components; using Content.Shared.DeviceNetwork.Events; using Content.Shared.Emag.Systems; using Content.Shared.Fax; -using Content.Shared.Fax.Systems; using Content.Shared.Fax.Components; +using Content.Shared.Fax.Systems; using Content.Shared.Interaction; using Content.Shared.Labels.Components; using Content.Shared.Labels.EntitySystems; using Content.Shared.Mobs.Components; +using Content.Shared.NameModifier.Components; using Content.Shared.Paper; +using Content.Shared.Power; +using Content.Shared.Tools; +using Content.Shared.UserInterface; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Player; -using Content.Shared.NameModifier.Components; -using Content.Shared.Power; -using Content.Shared.DeviceNetwork.Components; +using Robust.Shared.Prototypes; namespace Content.Server.Fax; @@ -50,6 +52,8 @@ public sealed class FaxSystem : EntitySystem [Dependency] private readonly FaxecuteSystem _faxecute = default!; [Dependency] private readonly EmagSystem _emag = default!; + private static readonly ProtoId ScrewingQuality = "Screwing"; + private const string PaperSlotId = "Paper"; public override void Initialize() @@ -209,7 +213,7 @@ public sealed class FaxSystem : EntitySystem { if (args.Handled || !TryComp(args.User, out var actor) || - !_toolSystem.HasQuality(args.Used, "Screwing")) // Screwing because Pulsing already used by device linking + !_toolSystem.HasQuality(args.Used, ScrewingQuality)) // Screwing because Pulsing already used by device linking return; _quickDialog.OpenDialog(actor.PlayerSession, diff --git a/Content.Server/Mech/Systems/MechSystem.cs b/Content.Server/Mech/Systems/MechSystem.cs index 9da96a76f8..7b0c2f6472 100644 --- a/Content.Server/Mech/Systems/MechSystem.cs +++ b/Content.Server/Mech/Systems/MechSystem.cs @@ -1,5 +1,6 @@ using System.Linq; using Content.Server.Atmos.EntitySystems; +using Content.Server.Body.Systems; using Content.Server.Mech.Components; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; @@ -13,16 +14,17 @@ using Content.Shared.Mech.Components; using Content.Shared.Mech.EntitySystems; using Content.Shared.Movement.Events; using Content.Shared.Popups; +using Content.Shared.Tools; using Content.Shared.Tools.Components; -using Content.Shared.Verbs; -using Content.Shared.Wires; -using Content.Server.Body.Systems; using Content.Shared.Tools.Systems; +using Content.Shared.Verbs; +using Content.Shared.Whitelist; +using Content.Shared.Wires; using Robust.Server.Containers; using Robust.Server.GameObjects; using Robust.Shared.Containers; using Robust.Shared.Player; -using Content.Shared.Whitelist; +using Robust.Shared.Prototypes; namespace Content.Server.Mech.Systems; @@ -40,6 +42,8 @@ public sealed partial class MechSystem : SharedMechSystem [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; [Dependency] private readonly SharedToolSystem _toolSystem = default!; + private static readonly ProtoId PryingQuality = "Prying"; + /// public override void Initialize() { @@ -91,7 +95,7 @@ public sealed partial class MechSystem : SharedMechSystem return; } - if (_toolSystem.HasQuality(args.Used, "Prying") && component.BatterySlot.ContainedEntity != null) + if (_toolSystem.HasQuality(args.Used, PryingQuality) && component.BatterySlot.ContainedEntity != null) { var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.BatteryRemovalDelay, new RemoveBatteryEvent(), uid, target: uid, used: args.Target) diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index 15fe2a69cf..8dd0330a27 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -9,12 +9,11 @@ using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.Temperature.Components; -using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.UserInterface; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; +using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Climbing.Systems; using Content.Shared.Containers.ItemSlots; using Content.Shared.Database; @@ -26,11 +25,14 @@ using Content.Shared.Interaction; using Content.Shared.Medical.Cryogenics; using Content.Shared.MedicalScanner; using Content.Shared.Power; +using Content.Shared.Tools; +using Content.Shared.Tools.Systems; +using Content.Shared.UserInterface; using Content.Shared.Verbs; using Robust.Server.GameObjects; using Robust.Shared.Containers; +using Robust.Shared.Prototypes; using Robust.Shared.Timing; -using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; namespace Content.Server.Medical; @@ -51,6 +53,8 @@ public sealed partial class CryoPodSystem : SharedCryoPodSystem [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly NodeContainerSystem _nodeContainer = default!; + private static readonly ProtoId PryingQuality = "Prying"; + public override void Initialize() { base.Initialize(); @@ -211,7 +215,7 @@ public sealed partial class CryoPodSystem : SharedCryoPodSystem if (args.Handled || !entity.Comp.Locked || entity.Comp.BodyContainer.ContainedEntity == null) return; - args.Handled = _toolSystem.UseTool(args.Used, args.User, entity.Owner, entity.Comp.PryDelay, "Prying", new CryoPodPryFinished()); + args.Handled = _toolSystem.UseTool(args.Used, args.User, entity.Owner, entity.Comp.PryDelay, PryingQuality, new CryoPodPryFinished()); } private void OnExamined(Entity entity, ref ExaminedEvent args) diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 397b199ecb..7f382e15bb 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -10,6 +10,7 @@ using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Power; +using Content.Shared.Tools; using Content.Shared.Tools.Components; using Content.Shared.Wires; using Robust.Server.GameObjects; @@ -29,6 +30,9 @@ public sealed class WiresSystem : SharedWiresSystem [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ConstructionSystem _construction = default!; + private static readonly ProtoId CuttingQuality = "Cutting"; + private static readonly ProtoId PulsingQuality = "Pulsing"; + // This is where all the wire layouts are stored. [ViewVariables] private readonly Dictionary _layouts = new(); @@ -443,8 +447,8 @@ public sealed class WiresSystem : SharedWiresSystem if (!IsPanelOpen(uid)) return; - if (Tool.HasQuality(args.Used, "Cutting", tool) || - Tool.HasQuality(args.Used, "Pulsing", tool)) + if (Tool.HasQuality(args.Used, CuttingQuality, tool) || + Tool.HasQuality(args.Used, PulsingQuality, tool)) { if (TryComp(args.User, out ActorComponent? actor)) { @@ -623,7 +627,7 @@ public sealed class WiresSystem : SharedWiresSystem switch (action) { case WiresAction.Cut: - if (!Tool.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, CuttingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); return; @@ -637,7 +641,7 @@ public sealed class WiresSystem : SharedWiresSystem break; case WiresAction.Mend: - if (!Tool.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, CuttingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); return; @@ -651,7 +655,7 @@ public sealed class WiresSystem : SharedWiresSystem break; case WiresAction.Pulse: - if (!Tool.HasQuality(toolEntity, "Pulsing", tool)) + if (!Tool.HasQuality(toolEntity, PulsingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-multitool"), user); return; @@ -710,7 +714,7 @@ public sealed class WiresSystem : SharedWiresSystem switch (action) { case WiresAction.Cut: - if (!Tool.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, CuttingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); break; @@ -731,7 +735,7 @@ public sealed class WiresSystem : SharedWiresSystem UpdateUserInterface(used); break; case WiresAction.Mend: - if (!Tool.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, CuttingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); break; @@ -752,7 +756,7 @@ public sealed class WiresSystem : SharedWiresSystem UpdateUserInterface(used); break; case WiresAction.Pulse: - if (!Tool.HasQuality(toolEntity, "Pulsing", tool)) + if (!Tool.HasQuality(toolEntity, PulsingQuality, tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-multitool"), user); break; diff --git a/Content.Shared/Tools/Systems/SharedToolSystem.cs b/Content.Shared/Tools/Systems/SharedToolSystem.cs index 95377d913a..bf98a365e7 100644 --- a/Content.Shared/Tools/Systems/SharedToolSystem.cs +++ b/Content.Shared/Tools/Systems/SharedToolSystem.cs @@ -115,7 +115,7 @@ public abstract partial class SharedToolSystem : EntitySystem EntityUid user, EntityUid? target, float doAfterDelay, - IEnumerable toolQualitiesNeeded, + [ForbidLiteral] IEnumerable toolQualitiesNeeded, DoAfterEvent doAfterEv, float fuel = 0, ToolComponent? toolComponent = null) @@ -153,7 +153,7 @@ public abstract partial class SharedToolSystem : EntitySystem EntityUid user, EntityUid? target, TimeSpan delay, - IEnumerable toolQualitiesNeeded, + [ForbidLiteral] IEnumerable toolQualitiesNeeded, DoAfterEvent doAfterEv, out DoAfterId? id, float fuel = 0, @@ -200,7 +200,7 @@ public abstract partial class SharedToolSystem : EntitySystem EntityUid user, EntityUid? target, float doAfterDelay, - string toolQualityNeeded, + [ForbidLiteral] string toolQualityNeeded, DoAfterEvent doAfterEv, float fuel = 0, ToolComponent? toolComponent = null) @@ -219,7 +219,7 @@ public abstract partial class SharedToolSystem : EntitySystem /// /// Whether a tool entity has the specified quality or not. /// - public bool HasQuality(EntityUid uid, string quality, ToolComponent? tool = null) + public bool HasQuality(EntityUid uid, [ForbidLiteral] string quality, ToolComponent? tool = null) { return Resolve(uid, ref tool, false) && tool.Qualities.Contains(quality); } @@ -228,7 +228,7 @@ public abstract partial class SharedToolSystem : EntitySystem /// Whether a tool entity has all specified qualities or not. /// [PublicAPI] - public bool HasAllQualities(EntityUid uid, IEnumerable qualities, ToolComponent? tool = null) + public bool HasAllQualities(EntityUid uid, [ForbidLiteral] IEnumerable qualities, ToolComponent? tool = null) { return Resolve(uid, ref tool, false) && tool.Qualities.ContainsAll(qualities); } From 905c298ed7cf07f4a0b7cd545f0c3a1731f6e8fc Mon Sep 17 00:00:00 2001 From: hoshizora Date: Tue, 10 Jun 2025 21:54:50 -0700 Subject: [PATCH 014/168] Fix mops, rags, and towels interacting with drains (#38252) added the stuff --- .../Prototypes/Entities/Clothing/Multiple/towel.yml | 3 +++ .../Entities/Objects/Specific/Janitorial/janitor.yml | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml index a6b14675ef..0ee8df4524 100644 --- a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml +++ b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml @@ -18,6 +18,9 @@ unequipSound: - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Absorbent pickupAmount: 15 - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index e09ba46e12..a1c36e140d 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -25,6 +25,9 @@ collection: MetalThud - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Wieldable - type: IncreaseDamageOnWield damage: @@ -80,6 +83,9 @@ collection: MetalThud - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: Wieldable - type: IncreaseDamageOnWield damage: @@ -313,6 +319,9 @@ fillBaseName: fill- - type: Spillable solution: absorbed + spillWhenThrown: false + - type: DrainableSolution + solution: absorbed - type: MeleeWeapon soundNoDamage: path: "/Audio/Effects/Fluids/splat.ogg" From a67c26eb538d803b6f559b66510e62726bd7a1b9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 04:55:59 +0000 Subject: [PATCH 015/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d0e3150cbe..e76289e716 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Nyxilath - changes: - - message: Vial Recipe to lathes - type: Add - id: 8140 - time: '2025-04-08T09:37:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36380 - author: TiniestShark changes: - message: BRB sign can now be worn in the Neck slot. @@ -3907,3 +3900,11 @@ id: 8652 time: '2025-06-11T01:15:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38157 +- author: hoshizora-sayo + changes: + - message: Fixed mops, rags, and towels being unable to be properly emptied into + drains + type: Fix + id: 8653 + time: '2025-06-11T04:54:50.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38252 From 1bec4d10d7c98116e20b39be78fe0beeffc98a9a Mon Sep 17 00:00:00 2001 From: SlamBamActionman Date: Wed, 11 Jun 2025 10:08:27 +0200 Subject: [PATCH 016/168] Cherrypick 38241 --- Content.Client/Chat/UI/SpeechBubble.cs | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Content.Client/Chat/UI/SpeechBubble.cs b/Content.Client/Chat/UI/SpeechBubble.cs index 442368a3e6..0bfe6dc7c8 100644 --- a/Content.Client/Chat/UI/SpeechBubble.cs +++ b/Content.Client/Chat/UI/SpeechBubble.cs @@ -14,6 +14,7 @@ namespace Content.Client.Chat.UI { public abstract class SpeechBubble : Control { + [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly IEyeManager _eyeManager = default!; [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] protected readonly IConfigurationManager ConfigManager = default!; @@ -30,12 +31,12 @@ namespace Content.Client.Chat.UI /// /// The total time a speech bubble stays on screen. /// - private const float TotalTime = 4; + private static readonly TimeSpan TotalTime = TimeSpan.FromSeconds(4); /// /// The amount of time at the end of the bubble's life at which it starts fading. /// - private const float FadeTime = 0.25f; + private static readonly TimeSpan FadeTime = TimeSpan.FromSeconds(0.25f); /// /// The distance in world space to offset the speech bubble from the center of the entity. @@ -50,7 +51,10 @@ namespace Content.Client.Chat.UI private readonly EntityUid _senderEntity; - private float _timeLeft = TotalTime; + /// + /// The time at which this bubble will die. + /// + private TimeSpan _deathTime; public float VerticalOffset { get; set; } private float _verticalOffsetAchieved; @@ -99,6 +103,7 @@ namespace Content.Client.Chat.UI bubble.Measure(Vector2Helpers.Infinity); ContentSize = bubble.DesiredSize; _verticalOffsetAchieved = -ContentSize.Y; + _deathTime = _timing.RealTime + TotalTime; } protected abstract Control BuildBubble(ChatMessage message, string speechStyleClass, Color? fontColor = null); @@ -107,8 +112,8 @@ namespace Content.Client.Chat.UI { base.FrameUpdate(args); - _timeLeft -= args.DeltaSeconds; - if (_entityManager.Deleted(_senderEntity) || _timeLeft <= 0) + var timeLeft = (float)(_deathTime - _timing.RealTime).TotalSeconds; + if (_entityManager.Deleted(_senderEntity) || timeLeft <= 0) { // Timer spawn to prevent concurrent modification exception. Timer.Spawn(0, Die); @@ -131,10 +136,10 @@ namespace Content.Client.Chat.UI return; } - if (_timeLeft <= FadeTime) + if (timeLeft <= FadeTime.TotalSeconds) { // Update alpha if we're fading. - Modulate = Color.White.WithAlpha(_timeLeft / FadeTime); + Modulate = Color.White.WithAlpha(timeLeft / (float)FadeTime.TotalSeconds); } else { @@ -144,7 +149,7 @@ namespace Content.Client.Chat.UI var baseOffset = 0f; - if (_entityManager.TryGetComponent(_senderEntity, out var speech)) + if (_entityManager.TryGetComponent(_senderEntity, out var speech)) baseOffset = speech.SpeechBubbleOffset; var offset = (-_eyeManager.CurrentEye.Rotation).ToWorldVec() * -(EntityVerticalOffset + baseOffset); @@ -175,9 +180,9 @@ namespace Content.Client.Chat.UI /// public void FadeNow() { - if (_timeLeft > FadeTime) + if (_deathTime > _timing.RealTime) { - _timeLeft = FadeTime; + _deathTime = _timing.RealTime + FadeTime; } } From f1e161acab1a38e92d02befc3ac7ed6ccaf02410 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:01:42 +0200 Subject: [PATCH 017/168] Makes the grenadine bottle start closed. (#38219) * whywhywhy * removes unneeded line --- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 00303bfb8b..11da44f898 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -331,9 +331,6 @@ Quantity: 100 - type: Label currentLabel: reagent-name-grenadine - # intended use is to spike drinks so starts open - - type: Openable - opened: true - type: Sprite sprite: Objects/Consumable/Drinks/grenadinebottle.rsi - type: SolutionContainerVisuals From b1e6a0f2a10532d4681bedb9258a8708cec6eb6f Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 14:02:50 +0000 Subject: [PATCH 018/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e76289e716..ec0ea6217a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TiniestShark - changes: - - message: BRB sign can now be worn in the Neck slot. - type: Add - id: 8141 - time: '2025-04-08T21:27:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36036 - author: TheBlueYowie changes: - message: NutriMax now contains a sterile swab dispenser instead of individual @@ -3908,3 +3901,10 @@ id: 8653 time: '2025-06-11T04:54:50.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38252 +- author: Boaz1111 + changes: + - message: Grenadine bottles now start closed, instead of opened. + type: Tweak + id: 8654 + time: '2025-06-11T14:01:42.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38219 From b7c1849e11a0eade20ae8b53da48300adcb00463 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:36:20 +0200 Subject: [PATCH 019/168] Fix reinforced plasma window blocking laser shots (#38041) * init * stuff --- .../Entities/Structures/Windows/rplasma.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml b/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml index f6eeba2cad..8b2214b037 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml @@ -55,17 +55,6 @@ sprite: Structures/Windows/cracks.rsi - type: StaticPrice price: 132 - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.5,-0.5,0.5,0.5" - mask: - - FullTileMask - layer: - - WallLayer - density: 2000 - type: entity id: PlasmaReinforcedWindowDirectional From 33421ec9b43e1ec533194cdf7f720d4d1b805925 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 15:37:27 +0000 Subject: [PATCH 020/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ec0ea6217a..d29e2ede9b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: TheBlueYowie - changes: - - message: NutriMax now contains a sterile swab dispenser instead of individual - swabs - type: Tweak - id: 8142 - time: '2025-04-08T21:54:04.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36399 - author: ColonelThirtyTwo changes: - message: Spider clan charges are now marked as contraband @@ -3908,3 +3900,10 @@ id: 8654 time: '2025-06-11T14:01:42.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38219 +- author: ScarKy0 + changes: + - message: Reinforced plasma windows no longer block laser shots. + type: Fix + id: 8655 + time: '2025-06-11T15:36:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38041 From 00789525f896af03f969087bb3e3b82e3a5c597d Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 11 Jun 2025 14:04:30 -0400 Subject: [PATCH 021/168] Improve some `BinSystem` functionality (#38262) * BinSystem improvements * Prevent double-add --- Content.Shared/Storage/Components/BinComponent.cs | 6 ++++++ Content.Shared/Storage/EntitySystems/BinSystem.cs | 13 ++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Content.Shared/Storage/Components/BinComponent.cs b/Content.Shared/Storage/Components/BinComponent.cs index 99e2a9844a..03967d7fc9 100644 --- a/Content.Shared/Storage/Components/BinComponent.cs +++ b/Content.Shared/Storage/Components/BinComponent.cs @@ -20,6 +20,12 @@ public sealed partial class BinComponent : Component [ViewVariables] public Container ItemContainer = default!; + /// + /// ID of the container used to hold the items in the bin. + /// + [DataField] + public string ContainerId = "bin-container"; + /// /// A list representing the order in which /// all the entities are stored in the bin. diff --git a/Content.Shared/Storage/EntitySystems/BinSystem.cs b/Content.Shared/Storage/EntitySystems/BinSystem.cs index 8c2cb4c4fc..3b57dd8fea 100644 --- a/Content.Shared/Storage/EntitySystems/BinSystem.cs +++ b/Content.Shared/Storage/EntitySystems/BinSystem.cs @@ -24,13 +24,12 @@ public sealed class BinSystem : EntitySystem [Dependency] private readonly SharedHandsSystem _hands = default!; [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; - public const string BinContainerId = "bin-container"; - /// public override void Initialize() { SubscribeLocalEvent(OnStartup); SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnEntInserted); SubscribeLocalEvent(OnEntRemoved); SubscribeLocalEvent(OnInteractHand, before: new[] { typeof(SharedItemSystem) }); SubscribeLocalEvent(OnAfterInteractUsing); @@ -45,7 +44,7 @@ public sealed class BinSystem : EntitySystem private void OnStartup(EntityUid uid, BinComponent component, ComponentStartup args) { - component.ItemContainer = _container.EnsureContainer(uid, BinContainerId); + component.ItemContainer = _container.EnsureContainer(uid, component.ContainerId); } private void OnMapInit(EntityUid uid, BinComponent component, MapInitEvent args) @@ -66,6 +65,11 @@ public sealed class BinSystem : EntitySystem } } + private void OnEntInserted(Entity ent, ref EntInsertedIntoContainerMessage args) + { + ent.Comp.Items.Add(args.Entity); + } + private void OnEntRemoved(EntityUid uid, BinComponent component, EntRemovedFromContainerMessage args) { component.Items.Remove(args.Entity); @@ -96,7 +100,7 @@ public sealed class BinSystem : EntitySystem if (args.Using != null) { var canReach = args.CanAccess && args.CanInteract; - InsertIntoBin(args.User, args.Target, (EntityUid) args.Using, component, false, canReach); + InsertIntoBin(args.User, args.Target, (EntityUid)args.Using, component, false, canReach); } } @@ -136,7 +140,6 @@ public sealed class BinSystem : EntitySystem return false; _container.Insert(toInsert, component.ItemContainer); - component.Items.Add(toInsert); Dirty(uid, component); return true; } From 27cb97a17c96de8f749198b5e50b6834e5d1cbba Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 11 Jun 2025 14:15:47 -0400 Subject: [PATCH 022/168] Cleanup 2 `SpriteComponent.GetPrototypeTextures` uses (#38263) Cleanup 2 SpriteComponent.GetPrototypeTextures uses --- Content.Client/Mapping/MappingState.cs | 2 +- Content.IntegrationTests/Tests/DummyIconTest.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Client/Mapping/MappingState.cs b/Content.Client/Mapping/MappingState.cs index 57b45036e3..6430f1db1e 100644 --- a/Content.Client/Mapping/MappingState.cs +++ b/Content.Client/Mapping/MappingState.cs @@ -454,7 +454,7 @@ public sealed class MappingState : GameplayStateBase switch (prototype) { case EntityPrototype entity: - textures.AddRange(SpriteComponent.GetPrototypeTextures(entity, _resources).Select(t => t.Default)); + textures.AddRange(_sprite.GetPrototypeTextures(entity).Select(t => t.Default)); break; case DecalPrototype decal: textures.Add(_sprite.Frame0(decal.Sprite)); diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index df2d28a2ea..62197bb319 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -16,6 +16,7 @@ namespace Content.IntegrationTests.Tests var client = pair.Client; var prototypeManager = client.ResolveDependency(); var resourceCache = client.ResolveDependency(); + var spriteSys = client.System(); await client.WaitAssertion(() => { @@ -26,7 +27,7 @@ namespace Content.IntegrationTests.Tests Assert.DoesNotThrow(() => { - var _ = SpriteComponent.GetPrototypeTextures(proto, resourceCache).ToList(); + var _ = spriteSys.GetPrototypeTextures(proto).ToList(); }, "Prototype {0} threw an exception when getting its textures.", proto.ID); } From f5fbef7ccc0e3f032a17b0d8bbd40804cd40c617 Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:32:48 +0200 Subject: [PATCH 023/168] Add the instrument names to the MIDI channel selector (#38083) * Add the instrument to the MIDI channel selector * Reviews Adds support for chained masters Makes the channel UI update on its own when the midi changes (Works with bands too!) * add to admin logs and limit track count * Limit track names by length too * remove left over comment * Requested changes * Reviews --- .../InstrumentSystem.MidiParsing.cs | 54 +++++ .../Instruments/InstrumentSystem.cs | 33 +++- .../Instruments/MidiParser/MidiInstrument.cs | 147 ++++++++++++++ .../Instruments/MidiParser/MidiParser.cs | 184 ++++++++++++++++++ .../MidiParser/MidiStreamWrapper.cs | 103 ++++++++++ .../Instruments/UI/ChannelsMenu.xaml | 2 + .../Instruments/UI/ChannelsMenu.xaml.cs | 94 ++++++++- .../UI/InstrumentBoundUserInterface.cs | 5 +- .../Instruments/UI/InstrumentMenu.xaml.cs | 7 +- .../Instruments/InstrumentSystem.cs | 45 +++++ Content.Shared.Database/LogType.cs | 7 +- Content.Shared/CCVar/CCVars.Midi.cs | 6 + .../Instruments/SharedInstrumentComponent.cs | 77 +++++++- .../instruments/instruments-component.ftl | 133 +++++++++++++ 14 files changed, 882 insertions(+), 15 deletions(-) create mode 100644 Content.Client/Instruments/InstrumentSystem.MidiParsing.cs create mode 100644 Content.Client/Instruments/MidiParser/MidiInstrument.cs create mode 100644 Content.Client/Instruments/MidiParser/MidiParser.cs create mode 100644 Content.Client/Instruments/MidiParser/MidiStreamWrapper.cs diff --git a/Content.Client/Instruments/InstrumentSystem.MidiParsing.cs b/Content.Client/Instruments/InstrumentSystem.MidiParsing.cs new file mode 100644 index 0000000000..16aed930f6 --- /dev/null +++ b/Content.Client/Instruments/InstrumentSystem.MidiParsing.cs @@ -0,0 +1,54 @@ +using System.Linq; +using Content.Shared.Instruments; +using Robust.Shared.Audio.Midi; + +namespace Content.Client.Instruments; + +public sealed partial class InstrumentSystem +{ + /// + /// Tries to parse the input data as a midi and set the channel names respectively. + /// + /// + /// Thank you to http://www.somascape.org/midi/tech/mfile.html for providing an awesome resource for midi files. + /// + /// + /// This method has exception tolerance and does not throw, even if the midi file is invalid. + /// + private bool TrySetChannels(EntityUid uid, byte[] data) + { + if (!MidiParser.MidiParser.TryGetMidiTracks(data, out var tracks, out var error)) + { + Log.Error(error); + return false; + } + + var resolvedTracks = new List(); + for (var index = 0; index < tracks.Length; index++) + { + var midiTrack = tracks[index]; + if (midiTrack is { TrackName: null, ProgramName: null, InstrumentName: null}) + continue; + + switch (midiTrack) + { + case { TrackName: not null, ProgramName: not null }: + case { TrackName: not null, InstrumentName: not null }: + case { TrackName: not null }: + case { ProgramName: not null }: + resolvedTracks.Add(midiTrack); + break; + default: + resolvedTracks.Add(null); // Used so the channel still displays as MIDI Channel X and doesn't just take the next valid one in the UI + break; + } + + Log.Debug($"Channel name: {resolvedTracks.Last()}"); + } + + RaiseNetworkEvent(new InstrumentSetChannelsEvent(GetNetEntity(uid), resolvedTracks.Take(RobustMidiEvent.MaxChannels).ToArray())); + Log.Debug($"Resolved {resolvedTracks.Count} channels."); + + return true; + } +} diff --git a/Content.Client/Instruments/InstrumentSystem.cs b/Content.Client/Instruments/InstrumentSystem.cs index abc3fa8210..d861f4163b 100644 --- a/Content.Client/Instruments/InstrumentSystem.cs +++ b/Content.Client/Instruments/InstrumentSystem.cs @@ -1,3 +1,4 @@ +using System.IO; using System.Linq; using Content.Shared.CCVar; using Content.Shared.Instruments; @@ -12,7 +13,7 @@ using Robust.Shared.Timing; namespace Content.Client.Instruments; -public sealed class InstrumentSystem : SharedInstrumentSystem +public sealed partial class InstrumentSystem : SharedInstrumentSystem { [Dependency] private readonly IClientNetManager _netManager = default!; [Dependency] private readonly IMidiManager _midiManager = default!; @@ -23,6 +24,8 @@ public sealed class InstrumentSystem : SharedInstrumentSystem public int MaxMidiEventsPerBatch { get; private set; } public int MaxMidiEventsPerSecond { get; private set; } + public event Action? OnChannelsUpdated; + public override void Initialize() { base.Initialize(); @@ -38,6 +41,26 @@ public sealed class InstrumentSystem : SharedInstrumentSystem SubscribeLocalEvent(OnShutdown); SubscribeLocalEvent(OnHandleState); + SubscribeLocalEvent(OnActiveInstrumentAfterHandleState); + } + + private bool _isUpdateQueued = false; + + private void OnActiveInstrumentAfterHandleState(Entity ent, ref AfterAutoHandleStateEvent args) + { + // Called in the update loop so that the components update client side for resolving them in TryComps. + _isUpdateQueued = true; + } + + public override void FrameUpdate(float frameTime) + { + base.FrameUpdate(frameTime); + + if (!_isUpdateQueued) + return; + + _isUpdateQueued = false; + OnChannelsUpdated?.Invoke(); } private void OnHandleState(EntityUid uid, SharedInstrumentComponent component, ref ComponentHandleState args) @@ -252,7 +275,13 @@ public sealed class InstrumentSystem : SharedInstrumentSystem } + [Obsolete("Use overload that takes in byte[] instead.")] public bool OpenMidi(EntityUid uid, ReadOnlySpan data, InstrumentComponent? instrument = null) + { + return OpenMidi(uid, data.ToArray(), instrument); + } + + public bool OpenMidi(EntityUid uid, byte[] data, InstrumentComponent? instrument = null) { if (!Resolve(uid, ref instrument)) return false; @@ -263,6 +292,8 @@ public sealed class InstrumentSystem : SharedInstrumentSystem return false; SetMaster(uid, null); + TrySetChannels(uid, data); + instrument.MidiEventBuffer.Clear(); instrument.Renderer.OnMidiEvent += instrument.MidiEventBuffer.Add; return true; diff --git a/Content.Client/Instruments/MidiParser/MidiInstrument.cs b/Content.Client/Instruments/MidiParser/MidiInstrument.cs new file mode 100644 index 0000000000..93946496eb --- /dev/null +++ b/Content.Client/Instruments/MidiParser/MidiInstrument.cs @@ -0,0 +1,147 @@ +using Robust.Shared.Utility; + +namespace Content.Client.Instruments.MidiParser; + +// This file was autogenerated. Based on https://www.ccarh.org/courses/253/handout/gminstruments/ +public enum MidiInstrument : byte +{ + AcousticGrandPiano = 0, + BrightAcousticPiano = 1, + ElectricGrandPiano = 2, + HonkyTonkPiano = 3, + RhodesPiano = 4, + ChorusedPiano = 5, + Harpsichord = 6, + Clavinet = 7, + Celesta = 8, + Glockenspiel = 9, + MusicBox = 10, + Vibraphone = 11, + Marimba = 12, + Xylophone = 13, + TubularBells = 14, + Dulcimer = 15, + HammondOrgan = 16, + PercussiveOrgan = 17, + RockOrgan = 18, + ChurchOrgan = 19, + ReedOrgan = 20, + Accordion = 21, + Harmonica = 22, + TangoAccordion = 23, + AcousticNylonGuitar = 24, + AcousticSteelGuitar = 25, + ElectricJazzGuitar = 26, + ElectricCleanGuitar = 27, + ElectricMutedGuitar = 28, + OverdrivenGuitar = 29, + DistortionGuitar = 30, + GuitarHarmonics = 31, + AcousticBass = 32, + FingeredElectricBass = 33, + PluckedElectricBass = 34, + FretlessBass = 35, + SlapBass1 = 36, + SlapBass2 = 37, + SynthBass1 = 38, + SynthBass2 = 39, + Violin = 40, + Viola = 41, + Cello = 42, + Contrabass = 43, + TremoloStrings = 44, + PizzicatoStrings = 45, + OrchestralHarp = 46, + Timpani = 47, + StringEnsemble1 = 48, + StringEnsemble2 = 49, + SynthStrings1 = 50, + SynthStrings2 = 51, + ChoirAah = 52, + VoiceOoh = 53, + SynthChoir = 54, + OrchestraHit = 55, + Trumpet = 56, + Trombone = 57, + Tuba = 58, + MutedTrumpet = 59, + FrenchHorn = 60, + BrassSection = 61, + SynthBrass1 = 62, + SynthBrass2 = 63, + SopranoSax = 64, + AltoSax = 65, + TenorSax = 66, + BaritoneSax = 67, + Oboe = 68, + EnglishHorn = 69, + Bassoon = 70, + Clarinet = 71, + Piccolo = 72, + Flute = 73, + Recorder = 74, + PanFlute = 75, + BottleBlow = 76, + Shakuhachi = 77, + Whistle = 78, + Ocarina = 79, + SquareWaveLead = 80, + SawtoothWaveLead = 81, + CalliopeLead = 82, + ChiffLead = 83, + CharangLead = 84, + VoiceLead = 85, + FithsLead = 86, + BassLead = 87, + NewAgePad = 88, + WarmPad = 89, + PolysynthPad = 90, + ChoirPad = 91, + BowedPad = 92, + MetallicPad = 93, + HaloPad = 94, + SweepPad = 95, + RainEffect = 96, + SoundtrackEffect = 97, + CrystalEffect = 98, + AtmosphereEffect = 99, + BrightnessEffect = 100, + GoblinsEffect = 101, + EchoesEffect = 102, + SciFiEffect = 103, + Sitar = 104, + Banjo = 105, + Shamisen = 106, + Koto = 107, + Kalimba = 108, + Bagpipe = 109, + Fiddle = 110, + Shanai = 111, + TinkleBell = 112, + Agogo = 113, + SteelDrums = 114, + Woodblock = 115, + TaikoDrum = 116, + MelodicTom = 117, + SynthDrum = 118, + ReverseCymbal = 119, + GuitarFretNoise = 120, + BreathNoise = 121, + Seashore = 122, + BirdTweet = 123, + TelephoneRing = 124, + Helicopter = 125, + Applause = 126, + Gunshot = 127, +} + +public static class MidiInstrumentExt +{ + /// + /// Turns the given enum value into it's string representation to be used in localization. + /// + public static string GetStringRep(this MidiInstrument instrument) + { + return CaseConversion.PascalToKebab(instrument.ToString()); + } +} diff --git a/Content.Client/Instruments/MidiParser/MidiParser.cs b/Content.Client/Instruments/MidiParser/MidiParser.cs new file mode 100644 index 0000000000..937384e439 --- /dev/null +++ b/Content.Client/Instruments/MidiParser/MidiParser.cs @@ -0,0 +1,184 @@ +using System.Diagnostics.CodeAnalysis; +using System.Text; +using Content.Shared.Instruments; + +namespace Content.Client.Instruments.MidiParser; + +public static class MidiParser +{ + // Thanks again to http://www.somascape.org/midi/tech/mfile.html + public static bool TryGetMidiTracks( + byte[] data, + [NotNullWhen(true)] out MidiTrack[]? tracks, + [NotNullWhen(false)] out string? error) + { + tracks = null; + error = null; + + var stream = new MidiStreamWrapper(data); + + if (stream.ReadString(4) != "MThd") + { + error = "Invalid file header"; + return false; + } + + var headerLength = stream.ReadUInt32(); + // MIDI specs define that the header is 6 bytes, we only look at the 6 bytes, if its more, we skip ahead. + + stream.Skip(2); // format + var trackCount = stream.ReadUInt16(); + stream.Skip(2); // time div + + // We now skip ahead if we still have any header length left + stream.Skip((int)(headerLength - 6)); + + var parsedTracks = new List(); + + for (var i = 0; i < trackCount; i++) + { + if (stream.ReadString(4) != "MTrk") + { + tracks = null; + error = "Track contains invalid header"; + return false; + } + + var track = new MidiTrack(); + + var trackLength = stream.ReadUInt32(); + var trackEnd = stream.StreamPosition + trackLength; + var hasMidiEvent = false; + byte? lastStatusByte = null; + + while (stream.StreamPosition < trackEnd) + { + stream.ReadVariableLengthQuantity(); + + /* + * If the first (status) byte is less than 128 (hex 80), this implies that running status is in effect, + * and that this byte is actually the first data byte (the status carrying over from the previous MIDI event). + * This can only be the case if the immediately previous event was also a MIDI event, + * i.e. SysEx and Meta events interrupt (clear) running status. + * See http://www.somascape.org/midi/tech/mfile.html#events + */ + + var firstByte = stream.ReadByte(); + if (firstByte >= 0x80) + { + lastStatusByte = firstByte; + } + else + { + // Running status: push byte back for reading as data + stream.Skip(-1); + } + + // The first event in each MTrk chunk must specify status. + if (lastStatusByte == null) + { + tracks = null; + error = "Track data not valid, expected status byte, got nothing."; + return false; + } + + var eventType = (byte)(lastStatusByte & 0xF0); + + switch (lastStatusByte) + { + // Meta events + case 0xFF: + { + var metaType = stream.ReadByte(); + var metaLength = stream.ReadVariableLengthQuantity(); + var metaData = stream.ReadBytes((int)metaLength); + if (metaType == 0x00) // SequenceNumber event + continue; + + // Meta event types 01 through 0F are reserved for text and all follow the basic FF 01 len text format + if (metaType is < 0x01 or > 0x0F) + break; + + // 0x03 is TrackName, + // 0x04 is InstrumentName + + var text = Encoding.ASCII.GetString(metaData, 0, (int)metaLength); + switch (metaType) + { + case 0x03 when track.TrackName == null: + track.TrackName = text; + break; + case 0x04 when track.InstrumentName == null: + track.InstrumentName = text; + break; + } + + // still here? then we dont care about the event + break; + } + + // SysEx events + case 0xF0: + case 0xF7: + { + var sysexLength = stream.ReadVariableLengthQuantity(); + stream.Skip((int)sysexLength); + // Sysex events and meta-events cancel any running status which was in effect. + // Running status does not apply to and may not be used for these messages. + lastStatusByte = null; + break; + } + + + default: + switch (eventType) + { + // Program Change + case 0xC0: + { + var programNumber = stream.ReadByte(); + if (track.ProgramName == null) + { + if (programNumber < Enum.GetValues().Length) + track.ProgramName = Loc.GetString($"instruments-component-menu-midi-channel-{((MidiInstrument)programNumber).GetStringRep()}"); + } + break; + } + + case 0x80: // Note Off + case 0x90: // Note On + case 0xA0: // Polyphonic Key Pressure + case 0xB0: // Control Change + case 0xE0: // Pitch Bend + { + hasMidiEvent = true; + stream.Skip(2); + break; + } + + case 0xD0: // Channel Pressure + { + hasMidiEvent = true; + stream.Skip(1); + break; + } + + default: + error = $"Unknown MIDI event type {lastStatusByte:X2}"; + tracks = null; + return false; + } + break; + } + } + + + if (hasMidiEvent) + parsedTracks.Add(track); + } + + tracks = parsedTracks.ToArray(); + + return true; + } +} diff --git a/Content.Client/Instruments/MidiParser/MidiStreamWrapper.cs b/Content.Client/Instruments/MidiParser/MidiStreamWrapper.cs new file mode 100644 index 0000000000..1886417a56 --- /dev/null +++ b/Content.Client/Instruments/MidiParser/MidiStreamWrapper.cs @@ -0,0 +1,103 @@ +using System.IO; +using System.Text; + +namespace Content.Client.Instruments.MidiParser; + +public sealed class MidiStreamWrapper +{ + private readonly MemoryStream _stream; + private byte[] _buffer; + + public long StreamPosition => _stream.Position; + + public MidiStreamWrapper(byte[] data) + { + _stream = new MemoryStream(data, writable: false); + _buffer = new byte[4]; + } + + /// + /// Skips X number of bytes in the stream. + /// + /// The number of bytes to skip. If 0, no operations on the stream are performed. + public void Skip(int count) + { + if (count == 0) + return; + + _stream.Seek(count, SeekOrigin.Current); + } + + public byte ReadByte() + { + var b = _stream.ReadByte(); + if (b == -1) + throw new Exception("Unexpected end of stream"); + + return (byte)b; + } + + /// + /// Reads N bytes using the buffer. + /// + public byte[] ReadBytes(int count) + { + if (_buffer.Length < count) + { + Array.Resize(ref _buffer, count); + } + + var read = _stream.Read(_buffer, 0, count); + if (read != count) + throw new Exception("Unexpected end of stream"); + + return _buffer; + } + + /// + /// Reads a 4 byte big-endian uint. + /// + public uint ReadUInt32() + { + var bytes = ReadBytes(4); + return (uint)((bytes[0] << 24) | + (bytes[1] << 16) | + (bytes[2] << 8) | + (bytes[3])); + } + + /// + /// Reads a 2 byte big-endian ushort. + /// + public ushort ReadUInt16() + { + var bytes = ReadBytes(2); + return (ushort)((bytes[0] << 8) | bytes[1]); + } + + public string ReadString(int count) + { + var bytes = ReadBytes(count); + return Encoding.UTF8.GetString(bytes, 0, count); + } + + public uint ReadVariableLengthQuantity() + { + uint value = 0; + + // variable-length-quantities encode ints using 7 bits per byte + // the highest bit (7) is used for a continuation flag. We read until the high bit is 0 + + while (true) + { + var b = ReadByte(); + value = (value << 7) | (uint)(b & 0x7f); // Shift current value and add 7 bits + // value << 7, make room for the next 7 bits + // b & 0x7F mask out the high bit to just get the 7 bit payload + if ((b & 0x80) == 0) + break; // This was the last bit. + } + + return value; + } +} diff --git a/Content.Client/Instruments/UI/ChannelsMenu.xaml b/Content.Client/Instruments/UI/ChannelsMenu.xaml index 1bf4647609..20e4a3e923 100644 --- a/Content.Client/Instruments/UI/ChannelsMenu.xaml +++ b/Content.Client/Instruments/UI/ChannelsMenu.xaml @@ -7,5 +7,7 @@ [RegisterComponent, NetworkedComponent] -public sealed partial class ActiveInstrumentComponent : Component; +[AutoGenerateComponentState(true)] +public sealed partial class ActiveInstrumentComponent : Component +{ + [DataField] + [AutoNetworkedField] + public MidiTrack?[] Tracks = []; +} [Serializable, NetSerializable] public sealed class InstrumentComponentState : ComponentState @@ -144,3 +150,72 @@ public enum InstrumentUiKey { Key, } + +/// +/// Sets the MIDI channels on an instrument. +/// +[Serializable, NetSerializable] +public sealed class InstrumentSetChannelsEvent : EntityEventArgs +{ + public NetEntity Uid { get; } + public MidiTrack?[] Tracks { get; set; } + + public InstrumentSetChannelsEvent(NetEntity uid, MidiTrack?[] tracks) + { + Uid = uid; + Tracks = tracks; + } +} + +/// +/// Represents a single midi track with the track name, instrument name and bank instrument name extracted. +/// +[Serializable, NetSerializable] +public sealed class MidiTrack +{ + /// + /// The first specified Track Name + /// + public string? TrackName; + /// + /// The first specified instrument name + /// + public string? InstrumentName; + + /// + /// The first program change resolved to the name. + /// + public string? ProgramName; + + public override string ToString() + { + return $"Track Name: {TrackName}; Instrument Name: {InstrumentName}; Program Name: {ProgramName}"; + } + + /// + /// Truncates the fields based on the limit inputted into this method. + /// + public void TruncateFields(int limit) + { + if (InstrumentName != null) + InstrumentName = Truncate(InstrumentName, limit); + + if (TrackName != null) + TrackName = Truncate(TrackName, limit); + + if (ProgramName != null) + ProgramName = Truncate(ProgramName, limit); + } + + private const string Postfix = "…"; + // TODO: Make a general method to use in RT? idk if we have that. + private string Truncate(string input, int limit) + { + if (string.IsNullOrEmpty(input) || limit <= 0 || input.Length <= limit) + return input; + + var truncatedLength = limit - Postfix.Length; + + return input.Substring(0, truncatedLength) + Postfix; + } +} diff --git a/Resources/Locale/en-US/instruments/instruments-component.ftl b/Resources/Locale/en-US/instruments/instruments-component.ftl index f0e0c1b3a9..76cfb28166 100644 --- a/Resources/Locale/en-US/instruments/instruments-component.ftl +++ b/Resources/Locale/en-US/instruments/instruments-component.ftl @@ -19,6 +19,139 @@ instruments-component-channels-menu = MIDI Channel Selection instrument-component-channel-name = MIDI Channel {$number} instruments-component-channels-all-button = All instruments-component-channels-clear-button = Clear +instruments-component-channels-track-names-toggle = Show Track Names +instruments-component-channels-single = {$channel} {$name} +instruments-component-channels-multi = {$channel} {$name} ({$other}) + # SwappableInstrumentComponent swappable-instrument-component-style-set = Style set to "{$style}" + +instruments-component-menu-midi-channel-acoustic-grand-piano = Acoustic Grand Piano +instruments-component-menu-midi-channel-bright-acoustic-piano = Bright Acoustic Piano +instruments-component-menu-midi-channel-electric-grand-piano = Electric Grand Piano +instruments-component-menu-midi-channel-honky-tonk-piano = Honky-tonk Piano +instruments-component-menu-midi-channel-rhodes-piano = Rhodes Piano +instruments-component-menu-midi-channel-chorused-piano = Chorused Piano +instruments-component-menu-midi-channel-harpsichord = Harpsichord +instruments-component-menu-midi-channel-clavinet = Clavinet +instruments-component-menu-midi-channel-celesta = Celesta +instruments-component-menu-midi-channel-glockenspiel = Glockenspiel +instruments-component-menu-midi-channel-music-box = Music Box +instruments-component-menu-midi-channel-vibraphone = Vibraphone +instruments-component-menu-midi-channel-marimba = Marimba +instruments-component-menu-midi-channel-xylophone = Xylophone +instruments-component-menu-midi-channel-tubular-bells = Tubular Bells +instruments-component-menu-midi-channel-dulcimer = Dulcimer +instruments-component-menu-midi-channel-hammond-organ = Hammond Organ +instruments-component-menu-midi-channel-percussive-organ = Percussive Organ +instruments-component-menu-midi-channel-rock-organ = Rock Organ +instruments-component-menu-midi-channel-church-organ = Church Organ +instruments-component-menu-midi-channel-reed-organ = Reed Organ +instruments-component-menu-midi-channel-accordion = Accordion +instruments-component-menu-midi-channel-harmonica = Harmonica +instruments-component-menu-midi-channel-tango-accordion = Tango Accordion +instruments-component-menu-midi-channel-acoustic-nylon-guitar = Acoustic Nylon Guitar +instruments-component-menu-midi-channel-acoustic-steel-guitar = Acoustic Steel Guitar +instruments-component-menu-midi-channel-electric-jazz-guitar = Electric Jazz Guitar +instruments-component-menu-midi-channel-electric-clean-guitar = Electric Clean Guitar +instruments-component-menu-midi-channel-electric-muted-guitar = Electric Muted Guitar +instruments-component-menu-midi-channel-overdriven-guitar = Overdriven Guitar +instruments-component-menu-midi-channel-distortion-guitar = Distortion Guitar +instruments-component-menu-midi-channel-guitar-harmonics = Guitar Harmonics +instruments-component-menu-midi-channel-acoustic-bass = Acoustic Bass +instruments-component-menu-midi-channel-fingered-electric-bass = Fingered Electric Bass +instruments-component-menu-midi-channel-plucked-electric-bass = Plucked Electric Bass +instruments-component-menu-midi-channel-fretless-bass = Fretless Bass +instruments-component-menu-midi-channel-slap-bass1 = Slap Bass 1 +instruments-component-menu-midi-channel-slap-bass2 = Slap Bass 2 +instruments-component-menu-midi-channel-synth-bass1 = Synth Bass 1 +instruments-component-menu-midi-channel-synth-bass2 = Synth Bass 2 +instruments-component-menu-midi-channel-violin = Violin +instruments-component-menu-midi-channel-viola = Viola +instruments-component-menu-midi-channel-cello = Cello +instruments-component-menu-midi-channel-contrabass = Contrabass +instruments-component-menu-midi-channel-tremolo-strings = Tremolo Strings +instruments-component-menu-midi-channel-pizzicato-strings = Pizzicato Strings +instruments-component-menu-midi-channel-orchestral-harp = Orchestral Harp +instruments-component-menu-midi-channel-timpani = Timpani +instruments-component-menu-midi-channel-string-ensemble1 = String Ensemble 1 +instruments-component-menu-midi-channel-string-ensemble2 = String Ensemble 2 +instruments-component-menu-midi-channel-synth-strings1 = Synth Strings 1 +instruments-component-menu-midi-channel-synth-strings2 = Synth Strings 2 +instruments-component-menu-midi-channel-choir-aah = Choir "Aah" +instruments-component-menu-midi-channel-voice-ooh = Voice "Ooh" +instruments-component-menu-midi-channel-synth-choir = Synth Choir +instruments-component-menu-midi-channel-orchestra-hit = Orchestra Hit +instruments-component-menu-midi-channel-trumpet = Trumpet +instruments-component-menu-midi-channel-trombone = Trombone +instruments-component-menu-midi-channel-tuba = Tuba +instruments-component-menu-midi-channel-muted-trumpet = Muted Trumpet +instruments-component-menu-midi-channel-french-horn = French Horn +instruments-component-menu-midi-channel-brass-section = Brass Section +instruments-component-menu-midi-channel-synth-brass1 = Synth Brass 1 +instruments-component-menu-midi-channel-synth-brass2 = Synth Brass 2 +instruments-component-menu-midi-channel-soprano-sax = Soprano Sax +instruments-component-menu-midi-channel-alto-sax = Alto Sax +instruments-component-menu-midi-channel-tenor-sax = Tenor Sax +instruments-component-menu-midi-channel-baritone-sax = Baritone Sax +instruments-component-menu-midi-channel-oboe = Oboe +instruments-component-menu-midi-channel-english-horn = English Horn +instruments-component-menu-midi-channel-bassoon = Bassoon +instruments-component-menu-midi-channel-clarinet = Clarinet +instruments-component-menu-midi-channel-piccolo = Piccolo +instruments-component-menu-midi-channel-flute = Flute +instruments-component-menu-midi-channel-recorder = Recorder +instruments-component-menu-midi-channel-pan-flute = Pan Flute +instruments-component-menu-midi-channel-bottle-blow = Bottle Blow +instruments-component-menu-midi-channel-shakuhachi = Shakuhachi +instruments-component-menu-midi-channel-whistle = Whistle +instruments-component-menu-midi-channel-ocarina = Ocarina +instruments-component-menu-midi-channel-square-wave-lead = Square Wave Lead +instruments-component-menu-midi-channel-sawtooth-wave-lead = Sawtooth Wave Lead +instruments-component-menu-midi-channel-calliope-lead = Calliope Lead +instruments-component-menu-midi-channel-chiff-lead = Chiff Lead +instruments-component-menu-midi-channel-charang-lead = Charang Lead +instruments-component-menu-midi-channel-voice-lead = Voice Lead +instruments-component-menu-midi-channel-fiths-lead = Fiths Lead +instruments-component-menu-midi-channel-bass-lead = Bass Lead +instruments-component-menu-midi-channel-new-age-pad = New Age Pad +instruments-component-menu-midi-channel-warm-pad = Warm Pad +instruments-component-menu-midi-channel-polysynth-pad = Polysynth Pad +instruments-component-menu-midi-channel-choir-pad = Choir Pad +instruments-component-menu-midi-channel-bowed-pad = Bowed Pad +instruments-component-menu-midi-channel-metallic-pad = Metallic Pad +instruments-component-menu-midi-channel-halo-pad = Halo Pad +instruments-component-menu-midi-channel-sweep-pad = Sweep Pad +instruments-component-menu-midi-channel-rain-effect = Rain Effect +instruments-component-menu-midi-channel-soundtrack-effect = Soundtrack Effect +instruments-component-menu-midi-channel-crystal-effect = Crystal Effect +instruments-component-menu-midi-channel-atmosphere-effect = Atmosphere Effect +instruments-component-menu-midi-channel-brightness-effect = Brightness Effect +instruments-component-menu-midi-channel-goblins-effect = Goblins Effect +instruments-component-menu-midi-channel-echoes-effect = Echoes Effect +instruments-component-menu-midi-channel-sci-fi-effect = Sci-Fi Effect +instruments-component-menu-midi-channel-sitar = Sitar +instruments-component-menu-midi-channel-banjo = Banjo +instruments-component-menu-midi-channel-shamisen = Shamisen +instruments-component-menu-midi-channel-koto = Koto +instruments-component-menu-midi-channel-kalimba = Kalimba +instruments-component-menu-midi-channel-bagpipe = Bagpipe +instruments-component-menu-midi-channel-fiddle = Fiddle +instruments-component-menu-midi-channel-shanai = Shanai +instruments-component-menu-midi-channel-tinkle-bell = Tinkle Bell +instruments-component-menu-midi-channel-agogo = Agogo +instruments-component-menu-midi-channel-steel-drums = Steel Drums +instruments-component-menu-midi-channel-woodblock = Woodblock +instruments-component-menu-midi-channel-taiko-drum = Taiko Drum +instruments-component-menu-midi-channel-melodic-tom = Melodic Tom +instruments-component-menu-midi-channel-synth-drum = Synth Drum +instruments-component-menu-midi-channel-reverse-cymbal = Reverse Cymbal +instruments-component-menu-midi-channel-guitar-fret-noise = Guitar Fret Noise +instruments-component-menu-midi-channel-breath-noise = Breath Noise +instruments-component-menu-midi-channel-seashore = Seashore +instruments-component-menu-midi-channel-bird-tweet = Bird Tweet +instruments-component-menu-midi-channel-telephone-ring = Telephone Ring +instruments-component-menu-midi-channel-helicopter = Helicopter +instruments-component-menu-midi-channel-applause = Applause +instruments-component-menu-midi-channel-gunshot = Gunshot From 372e1767fa6f4f8e9f233958bf10b452a9070abb Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 18:33:55 +0000 Subject: [PATCH 024/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d29e2ede9b..2b43b50f8f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ColonelThirtyTwo - changes: - - message: Spider clan charges are now marked as contraband - type: Fix - id: 8143 - time: '2025-04-09T22:32:57.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36421 - author: Beck Thompson changes: - message: Inflatable barrier disassembly is not not laggy anymore. @@ -3907,3 +3900,10 @@ id: 8655 time: '2025-06-11T15:36:20.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38041 +- author: Simyon264 + changes: + - message: The MIDI Channel Selector now shows the instrument name of the track! + type: Tweak + id: 8656 + time: '2025-06-11T18:32:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38083 From 36c048ba651dd0622983c5567bec342225cba629 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Wed, 11 Jun 2025 15:52:22 -0400 Subject: [PATCH 025/168] Add disambiguation to most construction menu recipe names (#38197) --- .../en-US/construction/recipes/crates.ftl | 3 +++ .../en-US/construction/recipes/furniture.ftl | 11 ++++++++ .../en-US/construction/recipes/machines.ftl | 3 +++ .../en-US/construction/recipes/smokeables.ftl | 2 ++ .../en-US/construction/recipes/structures.ftl | 27 +++++++++++++++++++ .../en-US/construction/recipes/tallbox.ftl | 1 + .../en-US/construction/recipes/utilities.ftl | 5 ++++ .../Locale/en-US/construction/recipes/web.ftl | 1 + .../Recipes/Construction/furniture.yml | 11 ++++++++ .../Recipes/Construction/machines.yml | 3 +++ .../Recipes/Construction/structures.yml | 27 +++++++++++++++++++ .../Recipes/Construction/utilities.yml | 5 ++++ .../Prototypes/Recipes/Crafting/crates.yml | 3 +++ .../Recipes/Crafting/smokeables.yml | 2 ++ .../Prototypes/Recipes/Crafting/tallbox.yml | 1 + Resources/Prototypes/Recipes/Crafting/web.yml | 1 + 16 files changed, 106 insertions(+) create mode 100644 Resources/Locale/en-US/construction/recipes/crates.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/furniture.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/machines.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/smokeables.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/structures.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/tallbox.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/utilities.ftl create mode 100644 Resources/Locale/en-US/construction/recipes/web.ftl diff --git a/Resources/Locale/en-US/construction/recipes/crates.ftl b/Resources/Locale/en-US/construction/recipes/crates.ftl new file mode 100644 index 0000000000..393b7784a1 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/crates.ftl @@ -0,0 +1,3 @@ +construction-recipe-crate-freezer = crate freezer +construction-recipe-big-box = large cardboard box +construction-recipe-box-cardboard = small cardboard box diff --git a/Resources/Locale/en-US/construction/recipes/furniture.ftl b/Resources/Locale/en-US/construction/recipes/furniture.ftl new file mode 100644 index 0000000000..c9a6265a28 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/furniture.ftl @@ -0,0 +1,11 @@ +construction-recipe-red-comf-bench = comfortable bench (red) +construction-recipe-blue-comf-bench = comfortable bench (blue) +construction-recipe-table-fancy-black = fancy table (black) +construction-recipe-table-fancy-blue = fancy table (blue) +construction-recipe-table-fancy-cyan = fancy table (cyan) +construction-recipe-table-fancy-green = fancy table (green) +construction-recipe-table-fancy-orange = fancy table (orange) +construction-recipe-table-fancy-purple = fancy table (purple) +construction-recipe-table-fancy-pink = fancy table (pink) +construction-recipe-table-fancy-red = fancy table (red) +construction-recipe-table-fancy-white = fancy table (white) diff --git a/Resources/Locale/en-US/construction/recipes/machines.ftl b/Resources/Locale/en-US/construction/recipes/machines.ftl new file mode 100644 index 0000000000..68c348c63d --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/machines.ftl @@ -0,0 +1,3 @@ +construction-recipe-light-switch-directional = apc net switch (directional) +construction-recipe-signal-switch-directional = signal switch (directional) +construction-recipe-signal-button-directional = signal button (directional) diff --git a/Resources/Locale/en-US/construction/recipes/smokeables.ftl b/Resources/Locale/en-US/construction/recipes/smokeables.ftl new file mode 100644 index 0000000000..05ee99cb16 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/smokeables.ftl @@ -0,0 +1,2 @@ +construction-smokeable-joint-rainbow = rainbow joint +construction-smokeable-blunt-rainbow = rainbow blunt diff --git a/Resources/Locale/en-US/construction/recipes/structures.ftl b/Resources/Locale/en-US/construction/recipes/structures.ftl new file mode 100644 index 0000000000..6534277937 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/structures.ftl @@ -0,0 +1,27 @@ +construction-recipe-diagonal-shuttle-wall = shuttle wall (diagonal) +construction-window-diagonal = window (diagonal) +construction-recipe-reinforced-window-diagonal = reinforced window (diagonal) +construction-recipe-clockwork-window-diagonal = clockwork window (diagonal) +construction-recipe-plasma-window-diagonal = plasma window (diagonal) +construction-recipe-reinforced-plasma-window-diagonal = reinforced plasma window (diagonal) +construction-recipe-uranium-window-diagonal = uranium window (diagonal) +construction-recipe-reinforced-uranium-window-diagonal = reinforced uranium window (diagonal) +construction-recipe-firelock-edge = directional firelock +construction-recipe-fence-metal-corner = chain link fence corner +construction-recipe-fence-metal-end = chain link fence end +construction-recipe-barricade-directional = directional barricade +construction-recipe-railing-corner = railing corner +construction-recipe-railing-corner-small = railing corner (small) +construction-recipe-railing-round = railing (round) +construction-recipe-fence-wood-end = wooden fence end +construction-recipe-fence-wood-corner = wooden fence corner +construction-recipe-fence-wood-t-junction = wooden fence T-junction +construction-recipe-fence-wood-end-small = small wooden fence end +construction-recipe-fence-wood-corner-small = small wooden fence corner +construction-recipe-fence-wood-t-junction-small = small wooden fence T-junction +construction-recipe-fence-wood-gate-small = small wooden fence gate +construction-recipe-pinion-airlock = clockwork airlock +construction-recipe-pinion-airlock-glass = glass clockwork airlock +construction-recipe-airlock-glass-shuttle = glass shuttle airlock +construction-recipe-plastic-flaps-clear = plastic flaps (clear) +construction-recipe-plastic-flaps-opaque = plastic flaps (opaque) diff --git a/Resources/Locale/en-US/construction/recipes/tallbox.ftl b/Resources/Locale/en-US/construction/recipes/tallbox.ftl new file mode 100644 index 0000000000..9283993612 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/tallbox.ftl @@ -0,0 +1 @@ +construction-recipe-closet-freezer = closet freezer diff --git a/Resources/Locale/en-US/construction/recipes/utilities.ftl b/Resources/Locale/en-US/construction/recipes/utilities.ftl new file mode 100644 index 0000000000..9c5e67c6c0 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/utilities.ftl @@ -0,0 +1,5 @@ +construction-recipe-gas-pipe-half = gas pipe half +construction-recipe-gas-pipe-bend = gas pipe bend +construction-recipe-gas-pipe-t-junction = gas pipe T-junction +construction-recipe-gas-pipe-fourway = gas pipe fourway +construction-recipe-heat-exchanger-bend = radiator bend diff --git a/Resources/Locale/en-US/construction/recipes/web.ftl b/Resources/Locale/en-US/construction/recipes/web.ftl new file mode 100644 index 0000000000..51b687d8ed --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/web.ftl @@ -0,0 +1 @@ +construction-recipe-silk-woven-cloth = silk cloth diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index a4db8568a8..f9b810731e 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -169,6 +169,7 @@ - type: construction id: RedComfBench + name: construction-recipe-red-comf-bench graph: Seat startNode: start targetNode: redComfBench @@ -181,6 +182,7 @@ - type: construction id: BlueComfBench + name: construction-recipe-blue-comf-bench graph: Seat startNode: start targetNode: blueComfBench @@ -290,6 +292,7 @@ - type: construction id: TableFancyBlack + name: construction-recipe-table-fancy-black graph: Table startNode: start targetNode: TableFancyBlack @@ -302,6 +305,7 @@ - type: construction id: TableFancyBlue + name: construction-recipe-table-fancy-blue graph: Table startNode: start targetNode: TableFancyBlue @@ -314,6 +318,7 @@ - type: construction id: TableFancyCyan + name: construction-recipe-table-fancy-cyan graph: Table startNode: start targetNode: TableFancyCyan @@ -326,6 +331,7 @@ - type: construction id: TableFancyGreen + name: construction-recipe-table-fancy-green graph: Table startNode: start targetNode: TableFancyGreen @@ -338,6 +344,7 @@ - type: construction id: TableFancyOrange + name: construction-recipe-table-fancy-orange graph: Table startNode: start targetNode: TableFancyOrange @@ -350,6 +357,7 @@ - type: construction id: TableFancyPurple + name: construction-recipe-table-fancy-purple graph: Table startNode: start targetNode: TableFancyPurple @@ -362,6 +370,7 @@ - type: construction id: TableFancyPink + name: construction-recipe-table-fancy-pink graph: Table startNode: start targetNode: TableFancyPink @@ -374,6 +383,7 @@ - type: construction id: TableFancyRed + name: construction-recipe-table-fancy-red graph: Table startNode: start targetNode: TableFancyRed @@ -386,6 +396,7 @@ - type: construction id: TableFancyWhite + name: construction-recipe-table-fancy-white graph: Table startNode: start targetNode: TableFancyWhite diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 7883f8fe10..01766f5bbf 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -70,6 +70,7 @@ - type: construction id: LightSwitchDirectionalRecipe + name: construction-recipe-light-switch-directional graph: LightSwitchDirectionalGraph startNode: start targetNode: LightSwitchDirectionalNode @@ -84,6 +85,7 @@ - type: construction id: SignalSwitchDirectionalRecipe + name: construction-recipe-signal-switch-directional graph: SignalSwitchDirectionalGraph startNode: start targetNode: SignalSwitchDirectionalNode @@ -97,6 +99,7 @@ - type: construction id: SignalButtonDirectionalRecipe + name: construction-recipe-signal-button-directional graph: SignalButtonDirectionalGraph startNode: start targetNode: SignalButtonDirectionalNode diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index c756e0ff53..1335c6400c 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -169,6 +169,7 @@ - type: construction id: DiagonalShuttleWall + name: construction-recipe-diagonal-shuttle-wall graph: Girder startNode: start targetNode: diagonalshuttleWall @@ -272,6 +273,7 @@ - type: construction id: WindowDiagonal + name: construction-window-diagonal graph: WindowDiagonal startNode: start targetNode: windowDiagonal @@ -299,6 +301,7 @@ - type: construction id: ReinforcedWindowDiagonal + name: construction-recipe-reinforced-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedWindowDiagonal @@ -340,6 +343,7 @@ - type: construction id: ClockworkWindowDiagonal + name: construction-recipe-clockwork-window-diagonal graph: WindowDiagonal startNode: start targetNode: clockworkWindowDiagonal @@ -395,6 +399,7 @@ - type: construction id: PlasmaWindowDiagonal + name: construction-recipe-plasma-window-diagonal graph: WindowDiagonal startNode: start targetNode: plasmaWindowDiagonal @@ -408,6 +413,7 @@ - type: construction id: ReinforcedPlasmaWindowDiagonal + name: construction-recipe-reinforced-plasma-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedPlasmaWindowDiagonal @@ -514,6 +520,7 @@ - type: construction id: UraniumWindowDiagonal + name: construction-recipe-uranium-window-diagonal graph: WindowDiagonal startNode: start targetNode: uraniumWindowDiagonal @@ -527,6 +534,7 @@ - type: construction id: ReinforcedUraniumWindowDiagonal + name: construction-recipe-reinforced-uranium-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedUraniumWindowDiagonal @@ -566,6 +574,7 @@ - type: construction id: FirelockEdge + name: construction-recipe-firelock-edge graph: Firelock startNode: start targetNode: FirelockEdge @@ -675,6 +684,7 @@ - type: construction id: BarricadeDirectional + name: construction-recipe-barricade-directional graph: BarricadeDirectional startNode: start targetNode: barricadefull @@ -699,6 +709,7 @@ - type: construction id: RailingCorner + name: construction-recipe-railing-corner graph: Railing startNode: start targetNode: railingCorner @@ -711,6 +722,7 @@ - type: construction id: RailingCornerSmall + name: construction-recipe-railing-corner-small graph: Railing startNode: start targetNode: railingCornerSmall @@ -723,6 +735,7 @@ - type: construction id: RailingRound + name: construction-recipe-railing-round graph: Railing startNode: start targetNode: railingRound @@ -748,6 +761,7 @@ - type: construction id: FenceMetalCorner + name: construction-recipe-fence-metal-corner graph: FenceMetal startNode: start targetNode: corner @@ -760,6 +774,7 @@ - type: construction id: FenceMetalEnd + name: construction-recipe-fence-metal-end graph: FenceMetal startNode: start targetNode: end @@ -797,6 +812,7 @@ - type: construction id: FenceWoodEnd + name: construction-recipe-fence-wood-end graph: FenceWood startNode: start targetNode: end @@ -809,6 +825,7 @@ - type: construction id: FenceWoodCorner + name: construction-recipe-fence-wood-corner graph: FenceWood startNode: start targetNode: corner @@ -821,6 +838,7 @@ - type: construction id: FenceWoodTJunction + name: construction-recipe-fence-wood-t-junction graph: FenceWood startNode: start targetNode: tjunction @@ -858,6 +876,7 @@ - type: construction id: FenceWoodEndSmall + name: construction-recipe-fence-wood-end-small graph: FenceWood startNode: start targetNode: end_small @@ -870,6 +889,7 @@ - type: construction id: FenceWoodCornerSmall + name: construction-recipe-fence-wood-corner-small graph: FenceWood startNode: start targetNode: corner_small @@ -882,6 +902,7 @@ - type: construction id: FenceWoodTJunctionSmall + name: construction-recipe-fence-wood-t-junction-small graph: FenceWood startNode: start targetNode: tjunction_small @@ -894,6 +915,7 @@ - type: construction id: FenceWoodGateSmall + name: construction-recipe-fence-wood-gate-small graph: FenceWood startNode: start targetNode: gate_small @@ -931,6 +953,7 @@ - type: construction id: PinionAirlock + name: construction-recipe-pinion-airlock graph: PinionAirlock startNode: start targetNode: airlock @@ -943,6 +966,7 @@ - type: construction id: PinionAirlockGlass + name: construction-recipe-pinion-airlock-glass graph: PinionAirlock startNode: start targetNode: glassAirlock @@ -968,6 +992,7 @@ - type: construction id: AirlockGlassShuttle + name: construction-recipe-airlock-glass-shuttle graph: AirlockShuttle startNode: start targetNode: airlockGlass @@ -1169,6 +1194,7 @@ - type: construction id: PlasticFlapsClear + name: construction-recipe-plastic-flaps-clear graph: PlasticFlapsGraph startNode: start targetNode: plasticFlaps @@ -1181,6 +1207,7 @@ - type: construction id: PlasticFlapsOpaque + name: construction-recipe-plastic-flaps-opaque graph: PlasticFlapsGraph startNode: start targetNode: opaqueFlaps diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index 67389f85af..85a0f5d3b1 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -277,6 +277,7 @@ # ATMOS PIPES - type: construction id: GasPipeHalf + name: construction-recipe-gas-pipe-half graph: GasPipe startNode: start targetNode: half @@ -359,6 +360,7 @@ - type: construction id: GasPipeBend + name: construction-recipe-gas-pipe-bend graph: GasPipe startNode: start targetNode: bend @@ -400,6 +402,7 @@ - type: construction id: GasPipeTJunction + name: construction-recipe-gas-pipe-t-junction graph: GasPipe startNode: start targetNode: tjunction @@ -441,6 +444,7 @@ - type: construction id: GasPipeFourway + name: construction-recipe-gas-pipe-fourway graph: GasPipe startNode: start targetNode: fourway @@ -621,6 +625,7 @@ - type: construction id: HeatExchangerBend + name: construction-recipe-heat-exchanger-bend graph: GasBinary startNode: start targetNode: bendradiator diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index 878e656e30..ebd0261b3a 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -24,6 +24,7 @@ - type: construction id: CrateFreezer + name: construction-recipe-crate-freezer graph: CrateFreezer startNode: start targetNode: done @@ -40,6 +41,7 @@ - type: construction id: BigBox + name: construction-recipe-big-box graph: BaseBigBox startNode: start targetNode: basebigbox @@ -48,6 +50,7 @@ - type: construction id: BoxCardboard + name: construction-recipe-box-cardboard graph: BoxCardboard startNode: start targetNode: boxcardboard diff --git a/Resources/Prototypes/Recipes/Crafting/smokeables.yml b/Resources/Prototypes/Recipes/Crafting/smokeables.yml index cf30bf4edb..08da46aa29 100644 --- a/Resources/Prototypes/Recipes/Crafting/smokeables.yml +++ b/Resources/Prototypes/Recipes/Crafting/smokeables.yml @@ -8,6 +8,7 @@ - type: construction id: smokeableJointRainbow + name: construction-smokeable-joint-rainbow graph: smokeableJointRainbow startNode: start targetNode: jointRainbow @@ -24,6 +25,7 @@ - type: construction id: smokeableBluntRainbow + name: construction-smokeable-blunt-rainbow graph: smokeableBluntRainbow startNode: start targetNode: bluntRainbow diff --git a/Resources/Prototypes/Recipes/Crafting/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/tallbox.yml index acecfb1d7e..26da5a403f 100644 --- a/Resources/Prototypes/Recipes/Crafting/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/tallbox.yml @@ -16,6 +16,7 @@ - type: construction id: ClosetFreezer + name: construction-recipe-closet-freezer graph: ClosetFreezer startNode: start targetNode: done diff --git a/Resources/Prototypes/Recipes/Crafting/web.yml b/Resources/Prototypes/Recipes/Crafting/web.yml index e1b47b1047..a37e7cda76 100644 --- a/Resources/Prototypes/Recipes/Crafting/web.yml +++ b/Resources/Prototypes/Recipes/Crafting/web.yml @@ -44,6 +44,7 @@ - type: construction id: SilkWovenCloth + name: construction-recipe-silk-woven-cloth graph: WebObjects startNode: start targetNode: cloth From f046d8a1f6399b2876d8a364ae478f7d13f29e4a Mon Sep 17 00:00:00 2001 From: Seam_Less Date: Wed, 11 Jun 2025 13:03:14 -0700 Subject: [PATCH 026/168] Magazine rsi Cleanup + Magazine Type Recolor (#37709) --- .../Ammunition/Magazines/caseless_rifle.yml | 39 +++++---- .../Guns/Ammunition/Magazines/light_rifle.yml | 36 ++++++-- .../Guns/Ammunition/Magazines/magnum.yml | 44 +++++----- .../Guns/Ammunition/Magazines/pistol.yml | 80 ++++++++++++------ .../Guns/Ammunition/Magazines/rifle.yml | 38 ++++++--- .../caseless_pistol_mag.rsi/meta.json | 8 +- .../caseless_pistol_mag.rsi/practice.png | Bin 223 -> 0 bytes .../caseless_pistol_mag.rsi/red.png | Bin 223 -> 0 bytes .../caseless_pistol_mag.rsi/stripe.png | Bin 0 -> 446 bytes .../caseless_pistol_mag.rsi/uranium.png | Bin 279 -> 0 bytes .../caseless_rifle_mag.rsi/meta.json | 7 +- .../caseless_rifle_mag.rsi/practice.png | Bin 375 -> 0 bytes .../caseless_rifle_mag.rsi/red.png | Bin 367 -> 0 bytes .../caseless_rifle_mag.rsi/stripe.png | Bin 0 -> 714 bytes .../caseless_rifle_mag_short.rsi/meta.json | 5 +- .../caseless_rifle_mag_short.rsi/practice.png | Bin 361 -> 0 bytes .../caseless_rifle_mag_short.rsi/red.png | Bin 362 -> 0 bytes .../caseless_rifle_mag_short.rsi/stripe.png | Bin 0 -> 446 bytes .../LightRifle/light_rifle_mag.rsi/meta.json | 10 +-- .../light_rifle_mag.rsi/practice.png | Bin 236 -> 0 bytes .../LightRifle/light_rifle_mag.rsi/red.png | Bin 236 -> 0 bytes .../LightRifle/light_rifle_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../light_rifle_mag.rsi/uranium.png | Bin 312 -> 0 bytes .../Magnum/magnum_smg_mag.rsi/meta.json | 13 +-- .../Magnum/magnum_smg_mag.rsi/piercing.png | Bin 255 -> 0 bytes .../Magnum/magnum_smg_mag.rsi/practice.png | Bin 225 -> 0 bytes .../Magnum/magnum_smg_mag.rsi/red.png | Bin 225 -> 0 bytes .../Magnum/magnum_smg_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../Magnum/magnum_smg_mag.rsi/uranium.png | Bin 290 -> 0 bytes .../pistol_high_capacity_mag.rsi/meta.json | 11 +-- .../pistol_high_capacity_mag.rsi/piercing.png | Bin 254 -> 0 bytes .../pistol_high_capacity_mag.rsi/practice.png | Bin 226 -> 0 bytes .../pistol_high_capacity_mag.rsi/red.png | Bin 226 -> 0 bytes .../pistol_high_capacity_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../pistol_high_capacity_mag.rsi/uranium.png | Bin 285 -> 0 bytes .../Magazine/Pistol/pistol_mag.rsi/meta.json | 13 +-- .../Pistol/pistol_mag.rsi/piercing.png | Bin 234 -> 0 bytes .../Pistol/pistol_mag.rsi/practice.png | Bin 221 -> 0 bytes .../Magazine/Pistol/pistol_mag.rsi/red.png | Bin 221 -> 0 bytes .../Magazine/Pistol/pistol_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../Pistol/pistol_mag.rsi/uranium.png | Bin 266 -> 0 bytes .../Magazine/Pistol/smg_mag.rsi/meta.json | 10 +-- .../Magazine/Pistol/smg_mag.rsi/practice.png | Bin 230 -> 0 bytes .../Magazine/Pistol/smg_mag.rsi/red.png | Bin 230 -> 0 bytes .../Magazine/Pistol/smg_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../Magazine/Pistol/smg_mag.rsi/uranium.png | Bin 379 -> 0 bytes .../Magazine/Rifle/rifle_mag.rsi/meta.json | 13 +-- .../Magazine/Rifle/rifle_mag.rsi/practice.png | Bin 270 -> 0 bytes .../Magazine/Rifle/rifle_mag.rsi/red.png | Bin 262 -> 0 bytes .../Magazine/Rifle/rifle_mag.rsi/rubber.png | Bin 298 -> 0 bytes .../Magazine/Rifle/rifle_mag.rsi/stripe.png | Bin 0 -> 705 bytes .../Magazine/Rifle/rifle_mag.rsi/uranium.png | Bin 262 -> 0 bytes 52 files changed, 166 insertions(+), 161 deletions(-) delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/piercing.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/piercing.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/piercing.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/red.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/uranium.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/practice.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/red.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/rubber.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/stripe.png delete mode 100644 Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/uranium.png diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml index e3584701f0..148a64ec92 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml @@ -107,7 +107,7 @@ capacity: 10 - type: Sprite slayers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -122,6 +122,7 @@ - state: inhand-left-mag right: - state: inhand-right-mag + - state: inhand-right-stripe - type: entity id: MagazinePistolCaselessRiflePractice @@ -134,10 +135,12 @@ capacity: 10 - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: MagazineVisuals magState: mag steps: 6 @@ -148,11 +151,11 @@ left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineCaselessRifle @@ -163,7 +166,7 @@ proto: CartridgeCaselessRifle - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -171,12 +174,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineCaselessRiflePractice @@ -187,20 +186,22 @@ proto: CartridgeCaselessRiflePractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineCaselessRifleShort @@ -212,7 +213,7 @@ capacity: 20 - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -220,12 +221,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineCaselessRifleShortPractice @@ -237,17 +234,19 @@ capacity: 20 - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml index 880cc4d773..f56092ba1f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml @@ -65,7 +65,7 @@ proto: CartridgeLightRifle - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -73,12 +73,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineLightRifleEmpty @@ -112,20 +108,22 @@ proto: CartridgeLightRiflePractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineLightRifleUranium @@ -137,10 +135,12 @@ proto: CartridgeLightRifleUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: @@ -160,6 +160,24 @@ components: - type: BallisticAmmoProvider proto: CartridgeLightRifleIncendiary + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#ff6e52" + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ff6e52" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ff6e52" - type: entity id: MagazineLightRifleMaxim diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml index 04f6ef741e..705601870f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml @@ -79,7 +79,7 @@ proto: CartridgeMagnum - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -87,12 +87,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineMagnumPractice @@ -104,20 +100,22 @@ proto: CartridgeMagnumPractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineMagnumUranium @@ -129,10 +127,12 @@ proto: CartridgeMagnumUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: @@ -154,10 +154,12 @@ proto: CartridgeMagnumAP - type: Sprite layers: - - state: piercing + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#540000" - type: Item inhandVisuals: left: @@ -199,7 +201,7 @@ proto: CartridgeMagnum - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -207,12 +209,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineMagnumSubMachineGunPractice @@ -223,20 +221,22 @@ proto: CartridgeMagnumPractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineMagnumSubMachineGunUranium @@ -247,10 +247,12 @@ proto: CartridgeMagnumUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: @@ -271,10 +273,12 @@ proto: CartridgeMagnumAP - type: Sprite layers: - - state: piercing + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#540000" - type: Item inhandVisuals: left: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index 0af1c92d12..6af54bb114 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -148,7 +148,7 @@ proto: CartridgePistol - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -156,12 +156,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazinePistolEmpty @@ -193,6 +189,24 @@ components: - type: BallisticAmmoProvider proto: CartridgePistolIncendiary + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#ff6e52" + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ff6e52" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ff6e52" - type: entity id: MagazinePistolPractice @@ -204,20 +218,22 @@ proto: CartridgePistolPractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazinePistolUranium @@ -229,10 +245,12 @@ proto: CartridgePistolUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: @@ -274,7 +292,7 @@ proto: CartridgePistol - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -282,12 +300,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazinePistolHighCapacityPractice @@ -298,20 +312,22 @@ proto: CartridgePistol - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazinePistolSubMachineGun @@ -328,7 +344,7 @@ path: /Audio/Weapons/Guns/MagIn/bullet_insert.ogg - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -336,12 +352,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazinePistolSubMachineGunEmpty @@ -375,20 +387,22 @@ proto: CartridgePistolPractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazinePistolSubMachineGunUranium @@ -400,10 +414,12 @@ proto: CartridgePistolUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: @@ -423,10 +439,22 @@ components: - type: BallisticAmmoProvider proto: CartridgePistolIncendiary + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#ff6e52" - type: Item inhandVisuals: left: - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ff6e52" right: - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ff6e52" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml index 88f3df5388..5a83b23475 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml @@ -1,4 +1,3 @@ -# Empty mags - type: entity id: BaseMagazineRifle name: "magazine (.20 rifle)" @@ -32,7 +31,6 @@ zeroVisible: false - type: Appearance -# Magazines - type: entity id: MagazineRifle name: "magazine (.20 rifle)" @@ -42,7 +40,7 @@ proto: CartridgeRifle - type: Sprite layers: - - state: red + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] @@ -50,12 +48,8 @@ inhandVisuals: left: - state: inhand-left-mag - - state: inhand-left-stripe - color: "#9b0000" right: - state: inhand-right-mag - - state: inhand-right-stripe - color: "#9b0000" - type: entity id: MagazineRifleEmpty @@ -85,6 +79,24 @@ components: - type: BallisticAmmoProvider proto: CartridgeRifleIncendiary + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#ff6e52" + - type: Item + inhandVisuals: + left: + - state: inhand-left-mag + - state: inhand-left-stripe + color: "#ff6e52" + right: + - state: inhand-right-mag + - state: inhand-right-stripe + color: "#ff6e52" - type: entity id: MagazineRiflePractice @@ -95,20 +107,22 @@ proto: CartridgeRiflePractice - type: Sprite layers: - - state: practice + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#dbdbdb" - type: Item inhandVisuals: left: - state: inhand-left-mag - state: inhand-left-stripe - color: "#ea5800" + color: "#dbdbdb" right: - state: inhand-right-mag - state: inhand-right-stripe - color: "#ea5800" + color: "#dbdbdb" - type: entity id: MagazineRifleUranium @@ -119,10 +133,12 @@ proto: CartridgeRifleUranium - type: Sprite layers: - - state: uranium + - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-1 map: ["enum.GunVisualLayers.Mag"] + - state: stripe + color: "#00cd42" - type: Item inhandVisuals: left: diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json index cf0bdc58af..e78af4ebce 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/meta.json @@ -11,17 +11,11 @@ "name": "base" }, { - "name": "practice" - }, - { - "name": "red" + "name": "stripe" }, { "name": "red-icon" }, - { - "name": "uranium" - }, { "name": "mag-1" }, diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/practice.png deleted file mode 100644 index e0a3cb4d131811f0fc9d5ff6c0edf8a000bef114..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2x&6XFV_?d|PDLqj<@I8;?t_Zu*r_G5k(!BAn}JOe1lQ4-`A%`P zgJ6M+c)_ud#15qcv*P6B8WtTodh`f`>j4Q42{v;EhKq7sOcjdL41wk{c)I$ztaD0e F0suMjJM;hm diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/red.png deleted file mode 100644 index 3bfa3b48b8cb3f4a32fe4794c108be3513289f55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2x&6XFV_?d|PDLqj<@I8;?tO&J*C7#LNV$gsM)1hDd4WaU_yAShB&;wY9NCRS47 zAXwlcUT`cVu|w&=tT;KjhDC>t9zDX~dO(6hg3X+P;i4QDQ-$I*L!h|~p00i_>zopr E0Lq&=6951J diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c57a440a4aa879d31a5435e0fd8e449be2ce7a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^S0KHA|Nb*)&OCee?BU99 zY(PF^NswPKgTu2MX&_FLx4R2N2dk_Hki%Kv5n0T@z%2~Ij105pNB{-dOFVsD*bP0l+XkK DDM~1~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/uranium.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi/uranium.png deleted file mode 100644 index ad8e3d9fb40001c2b461479bece8941cf1fb1bee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 279 zcmV+y0qFjTP)m-Yxam-iNwWjSiC7s1q8!+Vcm7>euy{=LHy dAqax7DIb6fNQi^3I1B&)002ovPDHLkV1mU!bOZnZ diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json index 3cf2583ec8..6c00eec2ad 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/meta.json @@ -5,16 +5,13 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark (github)", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/aed9cbddbf9039dae1e4f02bab592248b0539431/icons/obj/ammo_mags.dmi, inhands by TiniestShark (GitHub), stripes by SeamLesss (GitHub)", "states": [ { "name": "base" }, { - "name": "practice" - }, - { - "name": "red" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/practice.png deleted file mode 100644 index 18aab251ab83df3196487b94f172be823c9e882a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 375 zcmV--0f_#IP)gir6%^z!^x{P$~{L3DXQQV5_MeE8X06q+1B zaxQrG?ibmXVFQe$Hpvo_bN>qnNn$OK7#JXh(xPSS7>F&FNe%&O=LWJ0B5LLavP(i- zg%T;jPqqVa)%_11JR-?*1_lz#0c7yu-E)QuXi-5f8003iA ValMlbcvAoX002ovPDHLkV1j`UlN|s6 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/red.png deleted file mode 100644 index 829fcd6d59f0b36f60bedf6c1faf47db52a71133..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFq(O~IEGZrNwz6?z;M`sX&K|z z+AEBU`6PJw5){J{or>Po*L>oB=9ji)C9?z&@bsM7*kxbwp=05KEpPv~ywjQ_>o|#7 zZ;tgz1qGE(#dQl5j(>P?P&w$W+F3?}Zc&jZ22b9s@i|e(aIy2l;oZ**PA5*An5`Mf zw?I_kB%^`+VJ9Xxd8@KEMLjK$iM;uK3r{eMd|(wd@s|RLr>b;DuGZ?y?527@`;${Q2^}|JPCj1tf!~tDnm{ Hr-UW|0=SR7 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..779465c927295117e8d84b7aa9f4b1dfea144498 GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvi2$DvR|REV15>wv(3HOZ8OxR} zyLt2GvuDpfefpG^b@dKV4P!}=UoeBivm0q3PLj8~3quF1tOt<8S>O>_%)r1c48n{I zv*t(u1=&kHeO=jKvWhXt3I6+2@r8kbN!!!KF+@X@QGx0HU!aOnfEfazX=&*W$il2? hVWJF6*2Ung9hgGVK5W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json index 3cf2583ec8..12c196b4b4 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/meta.json @@ -11,10 +11,7 @@ "name": "base" }, { - "name": "practice" - }, - { - "name": "red" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/practice.png deleted file mode 100644 index dc1c69b16d8b0e858601388d304e25d88ec5aac0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 361 zcmV-v0ha!WP)Lf6LrA0t!;RLJNsNb|y@gxc`^^9@ck=iJ z?3(ZZveLlX584c;1SBxTVbSvqM_GXlkd+IN(*icjCr)o5x>#nUq*^b)B&RopcDWA7eH(Gme2{S00000NkvXX Hu0mjfWonTB diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/red.png deleted file mode 100644 index 05db9333513b46dffc3538d9c20fbb7d8b731e1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 362 zcmV-w0hRuVP)Lf6LrA0t!9nW^=BFQ6$Kd>o?=fQ_y9>E(B6{Hh-`5O$5RyfN5(!R z=LV9a!20bOhU^z-QN*T77&EkeS7I=?G+>ZbkRZtsBs;)o`fSF{(4d|wVaza9!Wb@h z^7sW(jUz7&92GWUcqAc#Ar6b4Z#c>dY=Ep>fSeYvSw3-k1JT7YBPGr9{LF^`$R!}D zmNPI=SPo2_-oW_n?Q;egCe?BV1`0!f8er%b#iI@wbpWLR0E{zfXbb}|X#fBK07*qo IM6N<$g0udL+yDRo diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag_short.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..e18b4b6892ad58c8b30ff3eb88e57315321e77e7 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^*Hqo|{rmUdym|B4vu9Hz z=SBd<8B2ovf*Bm1-ADs*lDyqr7&=&GJ%Aj}0*}aI1_o|n5N2eUHAey{$X?><>&pI; zRg96@()9T?RiGYiPZ!4!2}wo;#{2((Dh40mggI#~l)<$I%E)SfGC*FV2T*Ba%Gc2f QS_ZPq)78&qol`;+0L!N+uK)l5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/meta.json index 3f70e9ee6c..6095aa7d98 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/meta.json @@ -5,19 +5,13 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/shiptest-ss13/Shiptest/pull/1602/commits/3e6cfea9d468508a7f64ad5543c3b22479cb465f , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi, inhands by TiniestShark (github)", + "copyright": "https://github.com/shiptest-ss13/Shiptest/pull/1602/commits/3e6cfea9d468508a7f64ad5543c3b22479cb465f , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi, inhands by TiniestShark (GitHub), stripes by SeamLesss (GitHub)", "states": [ { "name": "base" }, { - "name": "practice" - }, - { - "name": "red" - }, - { - "name": "uranium" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/practice.png deleted file mode 100644 index 0cb88b1399c348cee0e462dadb303287757aac8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2x&6XFV_<>lo~O-;SLyt1;gyp$OV+?aPpFmUdVy8x8qC<*clX7~>Q zS5Ji)0mULcT^vIy<|HRbI4CS>P*ZrLp`p>B^x(~#9wmh*Pg=ADrcIkB)}SL07Z=y3 zB*4YexT0;<3W-G=D+GiRj))jIm2xbeD7>tJYu4?ly@9M#dIR@rYiOJ>*ulUMvzFib U&^6niKuZ`rUHx3vIVCg!08`0GLjV8( diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/red.png deleted file mode 100644 index 3990c78a2eddde0007d8ea4366dc424ac9d89bb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2x&6XFV_<>lo~O-;SLyt1;gycigEGBCUq7A{m&PXfwulmz(&GyI2u ztEWPYfMSuJE{-7;bCMGz92Ax`s42YB(9md5dhq5=kCMWZCoNh6)22-mYtRvhi;L@1 z65wKKT+y~_g~TF`6#_yDM??&qN;wu!6kgWAHS6}&-aytVy@7kRH8f5b>|kJsS<7#I T=$h?Mpd}2Ru6{1-oD!M<&W%S$ diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..4c1ec65866d2217e7757834efabc487f4bdcbcf7 GIT binary patch literal 705 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4S0J61me$bFux#0~{rmU- zR}vBh3Ne-h`2{mLJiCzw;v{*yyD)UH%6b4foCO|{#S9GG!XV7ZFl&wkP>{XE)7O># zC962I413d)GHC_|CT&j_#}ExsMg^w(e}O87HV|=fF&04fg0Qi%5sHA2l9CdN0J7>) aHvSMefJVJI7t$Iry?^WilV00Xo=|dz1Wlo z#vJH7l-3H`JYZ%BApihMsqq~6ycj_5$4EQ7rIf~=VvEIM0e}}E`d@}8rEu;50000< KMNUMnLSTYztbs=W diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json index 9916225771..dbf98bdf55 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/meta.json @@ -5,22 +5,13 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/shiptest-ss13/Shiptest/commit/662c08272acd7be79531550919f56f846726eabb , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi, inhands by TiniestShark (github)", + "copyright": "https://github.com/shiptest-ss13/Shiptest/commit/662c08272acd7be79531550919f56f846726eabb , https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi, inhands by TiniestShark (GitHub), stripes by SeamLesss (GitHub)", "states": [ { "name": "base" }, { - "name": "practice" - }, - { - "name": "red" - }, - { - "name": "uranium" - }, - { - "name": "piercing" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/piercing.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/piercing.png deleted file mode 100644 index 2ac700b8b646bd29538ebe65ff1f8c0ac7fd619d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 255 zcmV zO$x#=5Jq2XPvX#Zz$^4XLJrcS30arA$T^g_stZLh&NQW%Z

2zU0kMpsMQM)o3=0 zNLt48JU2xRh)5cS0p}b5<2dq*nNITp&N)H|0C?{KmU;TtL}$fvF)~fl`UpfMdG84! zyd4;0EQbJ~@B8OC_x1qo)@j)8t`1o8SI2;s|2|{jc0ZUJ=<@lW&G@Tgz=D6R16g&z zI{#HMV8uVT5~kCKg^QxIX1~DkWqvK#3)0$u%&MwQ^Z*m>V3FIBkc$8S002ovPDHLk FV1lwXabo}g diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/practice.png deleted file mode 100644 index f3f3bc05ec8d2f06691ae437f9f679b3aa90f2f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@3A^6XFV_m6es#($c0*o$Bc5D6gRAro>k7F0?&M`tNT^b&%eYAirRS z|4?AgH2Vrr(96@sF{ENna>4@j1Q8cu0V6RH2SI@_qc9iYfFc*eLnn^9GK4yKwz@DT zii(RE8|oYs;gAzZUow6A^o1NLB_&%Hax7tVWMY2Hz;J7mfc@#j%kn@|89ZJ6T-G@y GGywoiZa(Ay diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Magnum/magnum_smg_mag.rsi/red.png deleted file mode 100644 index 64bca76850f7a1e3ef691d53dfd0495db28f2cb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@3A^6XFV_m6es#($c0*o$Bc5D6gRA#>Q4JB(z;x+D)Lg9i+D;$S;`T zKNOfV&AtK@^zw9Z45^rtoUlMWLBvH^z(`EQK~NyfD9lATpvcAW(21k2451F5tuBm- zqT(XPhB^mDIOGJBPcrmf<3VEMyut@SDFAJF7JEVMsHbYfy>R2%?~4;>cib zm4t-chl9iDU2}yXsrS2xqH?` z8j59Yq%6z#BM=d%wZ<58b756g?I8fjvg|T$`g(xgr^~R{xjqn*zjp?F`FAq|$5TJ3 zfwVdQRWSZu83@5Y_JKxyAawnEWgry)Mg|7+5&z?g!T9HDeaeje?*XiRe;KZa+q>(N oHZm|-F5II%yT46BR8-e=2B%$VL{j!BqW}N^07*qoM6N<$f`EE}Qvd(} diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json index d760950257..4a31ca1326 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/meta.json @@ -11,16 +11,7 @@ "name": "base" }, { - "name": "practice" - }, - { - "name": "red" - }, - { - "name": "uranium" - }, - { - "name": "piercing" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/piercing.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/piercing.png deleted file mode 100644 index 953ad220660859fb60f807a51afb0bfe56611be1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 254 zcmV zF%p9y5JfkRN1&qO3@NEoQ`yk%(d_8=P+VhEWQLHW!38uX{26Bu72o*2jsPPg|DKEF zB1Gi(xpiGdYt2$}r4(3e^C^}9%{7lN#+b&=xiluC;x(okfDpn9Ob*no1Bl21Iz_^OqVAq9jv*Cuk`opvCy0o+2nU$Ci6(^<8k)HX29y>$3JMez7K$k- zJm^vrXj;XT!MSSY4HhT1M&lb=R#wX%mak9{Sa8EBm4V?+oKU{+WY3>KBN;qh{an^L HB{Ts5p9e&d diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/red.png deleted file mode 100644 index 6058c25acf0f06f8fac30e7507508815b6ba0aa1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2@;6XFV_6A}_iN=nwPTQ_CO6l-g1QwD}O28P)T3_H{r?z(+F4OGEZ z666=m@E->1Iz_^OqVAq9jv*Cuk`opvCy0o+2nU$Ci6(^<8k)HX29y>$3JMez7K$k- zJm^vrXj;XT!MSSY4HhT1M&lb=R#wX%mak9{Sa8EBm4V?+oKU{+WY3>KBN;qh{an^L HB{Ts51PViV diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..cb0f5c8df036d767dc68782bf0aa57d34e7f8a8a GIT binary patch literal 705 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4*UXfX{rmTyIdkUb&704j zJ&R8-EC)(4mIV0)GdMiEkp|)$t)?hWm>ppI3rh N;pyt@0;ET#Ye literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/uranium.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi/uranium.png deleted file mode 100644 index 774b22096f3af55d523ea0e8b5440bac09254ce4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmV+&0pk9NP)`1}iHoWTF4$IEaOk;CuG$8Jz9s=LctR z+O&yiGngoG!1CqGQ5=KpAeyCtgoK3uA|fIT3JMAsa#B)K44XD>A}KvE4RkJ`iUW|N zf^H5#wlp#_l0M}Cwc~$yqyb9epKJ$EEB;AJ1GI?$p`QjQjeoKnK+X6kIt|b&{s%=G zAgVoZ>h~Q6J!J-l9nIkxSA52Z>PpNl5%!Pw#;MP!#3gx%3<& zB6**SF?QA3dX*z0c<+x>(j#a)V_(j>^g{@x&&<^|%ozbGr57^`v3p{ diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/practice.png deleted file mode 100644 index 4e6907fa1928e9dfe3f95342945154ec340a7739..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWNC@2@;6XFV_6A}_iN=nwPTQ_CO6l-hi{RRxD{g_`xF#K=jcHuHw3sk{X z666=m@E->1Iz_^OqE4PJjv*Cuk`p9C8Uh0Zd>w8|gmwfTJ$ggH)#2(1Iz_^OqE4PJjv*Cuk`p9C8Uh0Zd>w8|gmwfTJ$ggH)#2(<1}1G!7sn6{QAP!(`+tEdM!~>@0HcbFi{ZdnO}wprzZmXc%K29U O(&6dq=d#Wzp$P!W#4S7k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/uranium.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi/uranium.png deleted file mode 100644 index 36ad667c6313670f113c0213ce59be36943eca15..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJi=HlyArXg@6C_v{Cy4Zv9PsE{ z*3#1Q|3wnFn2y3}9kHTVJtd_>38|^AI$!3?ux|_ysyRQ;wt4g4KYt#)@ttiZn9C-t z$``S(#oLPWOVlP^6E;wyv$c+Df_aBOLu2FOIgMcq45@#_49YtdEP+Ncc)I$z JtaD0e0sw%|MJNCO diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/red.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/red.png deleted file mode 100644 index 598770e39b83c3f097aa51c64fd61f8c99121fe5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%C&rs6b?Si}&H|6fVg?3o zVGw3ym^DWND5x0V6XFV_B_$=*)YR zh`S`nFPPy!9MqQ8UIhxfd%8G=RLn_ESRkDc;v_6!7U(ds+{CxcNzlMk#5wSg${V$g zRW5}uG!63|f`cL(R;kpAbummXcv{3JvY>BOLu2FOIgMcq45@#_49YtdEP+Ncc)I$z JtaD0e0sytjL#qG) diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/stripe.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/stripe.png new file mode 100644 index 0000000000000000000000000000000000000000..bb889f3dff62265507c35d8811418010093f6885 GIT binary patch literal 705 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4*Hqp7w6wH_hK6O!mhIoa z|8Cp6sX!^lk|4ie28U-i(mVM6<{<$6A*SJpnypb bRRI-w^D`OE1PXTF1R3e+>gTe~DWM4f+fFFp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/uranium.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi/uranium.png deleted file mode 100644 index 631bb900c596d377e57d03080a04f9a66c164782..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 379 zcmV->0fhdEP) zp>D%K42J(yC6f|TFe%osHHDsrTC~1IqmsP9@ZMsipii);C@rf(1_rEQlfguqG--y@8j2_%kRrgjYaJ2=BwOAWou<0dcZtp&}<_pVej+g!0u>XKB1T)*857@`;6_(W; zo7n+Hj2`Ig33v0&?119w6R*$vpt*V>iuJ-i>>e%Zdt0m*Hp&?GX|=7a^Za5rA2n*I Zz5xS#AV;5dSDOF;002ovPDHLkV1nL^rY8UZ diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json index 2a9924621d..75f309c580 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "All sprites by https://github.com/august-sun, inhands by TiniestShark (github)", + "copyright": "All sprites by https://github.com/august-sun, inhands by TiniestShark (GitHub), stripes by SeamLesss (GitHub)", "size": { "x": 32, "y": 32 @@ -11,16 +11,7 @@ "name": "base" }, { - "name": "practice" - }, - { - "name": "red" - }, - { - "name": "rubber" - }, - { - "name": "uranium" + "name": "stripe" }, { "name": "mag-1" diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/practice.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/practice.png deleted file mode 100644 index ddfa208e6bfc0f1d007a05e4cf5c9c8ab3363e8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|`~rMJT!FNN zxRi#Pima@xgN;SDje1{}!|~M-KtZ4gP#h?z6>SqSJ%Qn@6GV+ZBcm4s!&C+axUL=* z#z~F>uOb*Ua(5a5O_VAL@(X78j|;E|{Z#;}^6+$V46*1nlE%aC?1vCUR%3L@z@rc#|>3|6hN933sf YOpbZ!I=wG$KrSqSJ%Qn@6GV+ZBcm4s!&IP7ByjuD z#c4pUL`jfeFvEZB;N=|`GoTs|PZ!4!i{9h}3Dy@4f-E1j5}253Rvq9v&{d$7ke0}l zxJi_Q%dt^GkM&SMLolPvg)X&%}udHGNET7#Qk5F@5~SXmS?h N3{O`-mvv4FO#sPgR~7&O diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/rubber.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/rubber.png deleted file mode 100644 index 51f66e6634665f7ed14600e5bf2ca5ace8c350af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|k^_7~T!FNN zxRi#Pima@xgN;SDje1{}!|~M-KtZ4gP#h?z6>SqSJ%Qn@6GV+ZBcm4s!&C+axUL=* z#z~F>uOd*4V&u?g;P+y%o_biCaS_lO#gZVuV21w$fZG?pB|ya{XE)7O># zC962I3}bftWjzK4CT&j_#}ExsMg^w(e}O87J79EiaWNJ^@+G6Ov9S?~fD#ZO3m_>T Z;mq&xOl{rsxt@c9!PC{xWt~$(69Az(DHH$z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/uranium.png b/Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi/uranium.png deleted file mode 100644 index 0003cc807e9635adae7cff475004ec9d4fe7a28d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|JOX?|T!FNN zxRi#Pima@xgN;SDje1{}!|~M-KtZ4gP#h?z6>SqSJ%Qn@6HqZOAiC}CA)uT@NswPK z!+-4HXC@xeIv^b|q2Y-9l?tVvi4zlQ`k3Z0Fz7ZhMQ8a{J_5PP)78&qol`;+ E07uAF2mk;8 From a4fb272ef4f52cd597b777d6839479f7b9a7d2eb Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 20:04:21 +0000 Subject: [PATCH 027/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2b43b50f8f..a11dec1f5a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Beck Thompson - changes: - - message: Inflatable barrier disassembly is not not laggy anymore. - type: Fix - id: 8144 - time: '2025-04-10T10:39:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32420 - author: RedBookcase changes: - message: Fixed empty handheld mass scanners being 2x2. @@ -3907,3 +3900,10 @@ id: 8656 time: '2025-06-11T18:32:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38083 +- author: Seam_Less + changes: + - message: Practice Magazines are now white, Incendiary Magazines are now orange. + type: Tweak + id: 8657 + time: '2025-06-11T20:03:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37709 From 6052b1cfbae1a30c57510f7a324ef189679b489d Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:20:48 -0700 Subject: [PATCH 028/168] Basilisk Nerfs for Gameplay (#38089) Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml | 7 ++++--- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml index 672d29a637..3ba17c3319 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml @@ -374,12 +374,12 @@ Dead: Base: basilisk_dead - type: MovementSpeedModifier - baseWalkSpeed : 3 - baseSprintSpeed : 3.5 + baseWalkSpeed : 2 + baseSprintSpeed : 3 - type: MobThresholds thresholds: 0: Alive - 80: Dead + 75: Dead - type: MeleeWeapon angle: 0 animation: WeaponArcBite @@ -391,6 +391,7 @@ Piercing: 5 - type: Gun fireRate: 0.75 + projectileSpeed: 10.0 # When we get predicted guns and projectiles this should be raised to like 15, 15 mis-predicts too much right now unfortunately. selectedMode: SemiAuto showExamineText: false availableModes: [ SemiAuto ] diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 1bef0ab740..e233b7f2a1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -461,7 +461,7 @@ projectile: shape: !type:PhysShapeAabb - bounds: "-0.2,-0.2,0.2,0.2" + bounds: "-0.05,-0.05,0.05,0.05" hard: false mask: - Opaque From cd57f50bfc9bdd390f5f1f341b3c26b611b4178c Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 20:21:55 +0000 Subject: [PATCH 029/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a11dec1f5a..bcc13152f9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: RedBookcase - changes: - - message: Fixed empty handheld mass scanners being 2x2. - type: Fix - id: 8145 - time: '2025-04-10T10:44:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36340 - author: ArtisticRoomba changes: - message: Fixed power cells and power cages counting for laser gun cargo bounties. @@ -3907,3 +3900,11 @@ id: 8657 time: '2025-06-11T20:03:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37709 +- author: Princess-Cheeseballs + changes: + - message: Basilisk projectile speed and movement speed has been reduced and is + slightly weaker + type: Tweak + id: 8658 + time: '2025-06-11T20:20:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38089 From edd2e80a4e143abb583cdd248dbaa04936d80787 Mon Sep 17 00:00:00 2001 From: Nox Date: Wed, 11 Jun 2025 13:28:00 -0700 Subject: [PATCH 030/168] Launchers require wielding (#38110) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Entities/Objects/Weapons/Guns/Launchers/launchers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 3ce821bc1c..261cd87fd9 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -52,6 +52,7 @@ proto: GrenadeFrag soundInsert: path: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg + - type: GunRequiresWield - type: StaticPrice price: 10000 @@ -79,6 +80,7 @@ - SemiAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/grenade_launcher.ogg + - type: GunRequiresWield - type: ContainerContainer containers: revolver-ammo: !type:Container From 59472a0bc7b9f78b450a1f6eca503e20149a1b6e Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 20:29:07 +0000 Subject: [PATCH 031/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bcc13152f9..e9488ecaf8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Fixed power cells and power cages counting for laser gun cargo bounties. - type: Fix - id: 8146 - time: '2025-04-10T13:55:13.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36431 - author: chromiumboy changes: - message: Large objects, such as crates, can once again be dragged over holopads @@ -3908,3 +3901,10 @@ id: 8658 time: '2025-06-11T20:20:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38089 +- author: Nox38 + changes: + - message: launchers must now be wielded before firing. + type: Tweak + id: 8659 + time: '2025-06-11T20:28:00.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38110 From f5a28a5ad58f947d339af1d4ff3e2995c9d03174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=81da?= Date: Wed, 11 Jun 2025 16:12:09 -0500 Subject: [PATCH 032/168] Cleanup exosuit fab recipes, add modules category (#38069) --- .../Locale/en-US/lathe/lathe-categories.ftl | 3 +- .../Prototypes/Recipes/Lathes/categories.yml | 12 ++- .../Recipes/Lathes/mech_equipment.yml | 35 ++++++++ .../Prototypes/Recipes/Lathes/mech_parts.yml | 85 ++++++++---------- .../Prototypes/Recipes/Lathes/powercells.yml | 30 ++++--- .../Recipes/Lathes/robot_modules.yml | 70 +++++++++++++++ .../Lathes/{robotics.yml => robot_parts.yml} | 89 +++---------------- 7 files changed, 186 insertions(+), 138 deletions(-) create mode 100644 Resources/Prototypes/Recipes/Lathes/mech_equipment.yml create mode 100644 Resources/Prototypes/Recipes/Lathes/robot_modules.yml rename Resources/Prototypes/Recipes/Lathes/{robotics.yml => robot_parts.yml} (53%) diff --git a/Resources/Locale/en-US/lathe/lathe-categories.ftl b/Resources/Locale/en-US/lathe/lathe-categories.ftl index 0127c10e9c..f36bbe1ae7 100644 --- a/Resources/Locale/en-US/lathe/lathe-categories.ftl +++ b/Resources/Locale/en-US/lathe/lathe-categories.ftl @@ -4,7 +4,6 @@ lathe-category-clothing = Clothing lathe-category-lights = Lights lathe-category-machines = Machines lathe-category-parts = Parts -lathe-category-robotics = Robotics lathe-category-tiles = Tiles lathe-category-tools = Tools lathe-category-weapons = Weapons @@ -34,6 +33,8 @@ lathe-category-wood = Wood # Science lathe-category-mechs = Mechs +lathe-category-modules = Modules +lathe-category-robotics = Robotics # Security TechFab lathe-category-ammo = Ammo diff --git a/Resources/Prototypes/Recipes/Lathes/categories.yml b/Resources/Prototypes/Recipes/Lathes/categories.yml index a6439f9505..44ab5dbe1b 100644 --- a/Resources/Prototypes/Recipes/Lathes/categories.yml +++ b/Resources/Prototypes/Recipes/Lathes/categories.yml @@ -19,10 +19,6 @@ id: Parts name: lathe-category-parts -- type: latheCategory - id: Robotics - name: lathe-category-robotics - - type: latheCategory id: Tiles name: lathe-category-tiles @@ -111,6 +107,14 @@ id: Mech name: lathe-category-mechs +- type: latheCategory + id: Modules + name: lathe-category-modules + +- type: latheCategory + id: Robotics + name: lathe-category-robotics + # Security TechFab - type: latheCategory id: Ammo diff --git a/Resources/Prototypes/Recipes/Lathes/mech_equipment.yml b/Resources/Prototypes/Recipes/Lathes/mech_equipment.yml new file mode 100644 index 0000000000..200e16210c --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/mech_equipment.yml @@ -0,0 +1,35 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + id: BaseMechEquipmentRecipe + categories: + - Mech + - Parts + completetime: 10 + materials: + Steel: 500 + Plastic: 200 + +## Recipes + +- type: latheRecipe + parent: BaseMechEquipmentRecipe + id: MechEquipmentGrabber + result: MechEquipmentGrabber + +- type: latheRecipe + parent: BaseMechEquipmentRecipe + id: MechEquipmentGrabberSmall + result: MechEquipmentGrabberSmall + materials: + Steel: 400 + Plastic: 100 + +- type: latheRecipe + parent: BaseMechEquipmentRecipe + id: MechEquipmentHorn + result: MechEquipmentHorn + materials: + Steel: 500 + Bananium: 200 diff --git a/Resources/Prototypes/Recipes/Lathes/mech_parts.yml b/Resources/Prototypes/Recipes/Lathes/mech_parts.yml index 52d68e7c39..f6e09881e4 100644 --- a/Resources/Prototypes/Recipes/Lathes/mech_parts.yml +++ b/Resources/Prototypes/Recipes/Lathes/mech_parts.yml @@ -7,7 +7,32 @@ - Mech completetime: 10 -# Recipes +- type: latheRecipe + abstract: true + parent: BaseMechPartRecipe + id: BaseRipleyLimbRecipe + materials: + Steel: 1000 + Glass: 750 + +- type: latheRecipe + abstract: true + parent: BaseMechPartRecipe + id: BaseHonkerLimbRecipe + materials: + Steel: 2000 + Glass: 750 + Bananium: 250 + +- type: latheRecipe + abstract: true + parent: BaseMechPartRecipe + id: BaseHamtrLimbRecipe + materials: + Steel: 800 + Glass: 600 + +## Recipes # Ripley - type: latheRecipe @@ -19,36 +44,25 @@ Glass: 1200 - type: latheRecipe - parent: BaseMechPartRecipe + parent: BaseRipleyLimbRecipe id: RipleyLArm result: RipleyLArm - materials: - Steel: 1000 - Glass: 750 - type: latheRecipe - parent: RipleyLArm + parent: BaseRipleyLimbRecipe id: RipleyLLeg result: RipleyLLeg - type: latheRecipe - parent: RipleyLLeg + parent: BaseRipleyLimbRecipe id: RipleyRLeg result: RipleyRLeg - type: latheRecipe - parent: RipleyLArm + parent: BaseRipleyLimbRecipe id: RipleyRArm result: RipleyRArm -- type: latheRecipe - parent: BaseMechPartRecipe - id: MechEquipmentGrabber - result: MechEquipmentGrabber - materials: - Steel: 500 - Plastic: 200 - # H.O.N.K. - type: latheRecipe parent: BaseMechPartRecipe @@ -60,37 +74,25 @@ Bananium: 500 - type: latheRecipe - parent: BaseMechPartRecipe + parent: BaseHonkerLimbRecipe id: HonkerLArm result: HonkerLArm - materials: - Steel: 2000 - Glass: 750 - Bananium: 250 - type: latheRecipe - parent: HonkerLArm + parent: BaseHonkerLimbRecipe id: HonkerLLeg result: HonkerLLeg - type: latheRecipe - parent: HonkerLLeg + parent: BaseHonkerLimbRecipe id: HonkerRLeg result: HonkerRLeg - type: latheRecipe - parent: HonkerLArm + parent: BaseHonkerLimbRecipe id: HonkerRArm result: HonkerRArm -- type: latheRecipe - parent: BaseMechPartRecipe - id: MechEquipmentHorn - result: MechEquipmentHorn - materials: - Steel: 500 - Bananium: 200 - # HAMTR - type: latheRecipe parent: BaseMechPartRecipe @@ -101,36 +103,25 @@ Glass: 1000 - type: latheRecipe - parent: BaseMechPartRecipe + parent: BaseHamtrLimbRecipe id: HamtrLArm result: HamtrLArm - materials: - Steel: 800 - Glass: 600 - type: latheRecipe - parent: HamtrLArm + parent: BaseHamtrLimbRecipe id: HamtrLLeg result: HamtrLLeg - type: latheRecipe - parent: HamtrLLeg + parent: BaseHamtrLimbRecipe id: HamtrRLeg result: HamtrRLeg - type: latheRecipe - parent: HamtrLArm + parent: BaseHamtrLimbRecipe id: HamtrRArm result: HamtrRArm -- type: latheRecipe - parent: BaseMechPartRecipe - id: MechEquipmentGrabberSmall - result: MechEquipmentGrabberSmall - materials: - Steel: 400 - Plastic: 100 - # Vim - type: latheRecipe parent: BaseMechPartRecipe diff --git a/Resources/Prototypes/Recipes/Lathes/powercells.yml b/Resources/Prototypes/Recipes/Lathes/powercells.yml index 9f800f397d..1163e746cf 100644 --- a/Resources/Prototypes/Recipes/Lathes/powercells.yml +++ b/Resources/Prototypes/Recipes/Lathes/powercells.yml @@ -1,18 +1,27 @@ +# Base prototypes + - type: latheRecipe - id: PowerCellSmall - result: PowerCellSmallPrinted + abstract: true + id: BasePowerCellRecipe categories: - Parts + +## Recipes + +# Power cells +- type: latheRecipe + parent: BasePowerCellRecipe + id: PowerCellSmall + result: PowerCellSmallPrinted completetime: 1 materials: Steel: 100 Plastic: 50 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCellMedium result: PowerCellMediumPrinted - categories: - - Parts completetime: 6 materials: Steel: 300 @@ -21,10 +30,9 @@ Gold: 10 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCellHigh result: PowerCellHighPrinted - categories: - - Parts completetime: 10 materials: Steel: 300 @@ -33,10 +41,9 @@ Gold: 50 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCellHyper result: PowerCellHyperPrinted - categories: - - Parts completetime: 10 materials: Steel: 800 @@ -46,10 +53,9 @@ Silver: 300 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCellMicroreactor result: PowerCellMicroreactorPrinted - categories: - - Parts completetime: 10 materials: Steel: 500 @@ -57,7 +63,9 @@ Uranium: 200 Gold: 100 +# Power cages - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCageSmall result: PowerCageSmall completetime: 3 @@ -66,6 +74,7 @@ Plastic: 100 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCageMedium result: PowerCageMedium completetime: 6 @@ -76,6 +85,7 @@ Gold: 40 - type: latheRecipe + parent: BasePowerCellRecipe id: PowerCageHigh result: PowerCageHigh completetime: 10 diff --git a/Resources/Prototypes/Recipes/Lathes/robot_modules.yml b/Resources/Prototypes/Recipes/Lathes/robot_modules.yml new file mode 100644 index 0000000000..d7d112bba0 --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/robot_modules.yml @@ -0,0 +1,70 @@ +- type: latheRecipe + abstract: true + id: BaseBorgModuleRecipe + categories: + - Modules + completetime: 3 + materials: + Steel: 250 + Glass: 250 + Plastic: 250 + +- type: latheRecipe + abstract: true + parent: BaseBorgModuleRecipe + id: BaseGoldBorgModuleRecipe + materials: + Steel: 500 + Glass: 500 + Plastic: 250 + Gold: 50 + +## Recipes + +# Generic +- type: latheRecipe + parent: BaseBorgModuleRecipe + id: BorgModuleTool + result: BorgModuleTool + +- type: latheRecipe + parent: BaseBorgModuleRecipe + id: BorgModuleCable + result: BorgModuleCable + +- type: latheRecipe + parent: BaseBorgModuleRecipe + id: BorgModuleFireExtinguisher + result: BorgModuleFireExtinguisher + +# Cargo Modules + +- type: latheRecipe + parent: BaseGoldBorgModuleRecipe + id: BorgModuleAdvancedMining + result: BorgModuleAdvancedMining + +# Engineering Modules + +- type: latheRecipe + parent: BaseGoldBorgModuleRecipe + id: BorgModuleAdvancedTool + result: BorgModuleAdvancedTool + +# Janitor Modules + +- type: latheRecipe + parent: BaseGoldBorgModuleRecipe + id: BorgModuleAdvancedCleaning + result: BorgModuleAdvancedCleaning + +# Medical Modules + +- type: latheRecipe + parent: BaseGoldBorgModuleRecipe + id: BorgModuleAdvancedChemical + result: BorgModuleAdvancedChemical + +# Science Modules + +# Service Modules diff --git a/Resources/Prototypes/Recipes/Lathes/robotics.yml b/Resources/Prototypes/Recipes/Lathes/robot_parts.yml similarity index 53% rename from Resources/Prototypes/Recipes/Lathes/robotics.yml rename to Resources/Prototypes/Recipes/Lathes/robot_parts.yml index 3ad2da8596..37f602b2e8 100644 --- a/Resources/Prototypes/Recipes/Lathes/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/robot_parts.yml @@ -5,40 +5,29 @@ id: BaseRoboticsRecipe categories: - Robotics - completetime: 2 + completetime: 3 - type: latheRecipe abstract: true parent: BaseRoboticsRecipe id: BaseBorgLimbRecipe + completetime: 2 materials: Steel: 250 Glass: 100 - type: latheRecipe abstract: true - parent: BaseRoboticsRecipe - id: BaseBorgModuleRecipe - completetime: 3 - materials: - Steel: 250 - Glass: 250 - Plastic: 250 + id: BaseRoboticsPartRecipe + categories: + - Parts + completetime: 2 +## Recipes + +# Parts - type: latheRecipe - abstract: true - parent: BaseBorgModuleRecipe - id: BaseGoldBorgModuleRecipe - materials: - Steel: 500 - Glass: 500 - Plastic: 250 - Gold: 50 - -# Recipes - -- type: latheRecipe - parent: BaseRoboticsRecipe + parent: BaseRoboticsPartRecipe id: ProximitySensor result: ProximitySensor materials: @@ -46,7 +35,7 @@ Glass: 300 - type: latheRecipe - parent: BaseRoboticsRecipe + parent: BaseRoboticsPartRecipe id: SciFlash result: SciFlash materials: @@ -54,11 +43,11 @@ Plastic: 200 Steel: 100 +# Cyborg body - type: latheRecipe parent: BaseRoboticsRecipe id: CyborgEndoskeleton result: CyborgEndoskeleton - completetime: 3 materials: Steel: 1500 @@ -92,13 +81,11 @@ id: TorsoBorg result: TorsoBorg -# Parts - +# Brains - type: latheRecipe parent: BaseRoboticsRecipe id: MMI result: MMI - completetime: 3 icon: sprite: Objects/Specific/Robotics/mmi.rsi state: mmi_off @@ -112,59 +99,9 @@ parent: BaseRoboticsRecipe id: PositronicBrain result: PositronicBrain - completetime: 3 materials: Steel: 500 Plastic: 500 Gold: 100 Silver: 100 Plasma: 1000 - -# Modules - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleTool - result: BorgModuleTool - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleCable - result: BorgModuleCable - -- type: latheRecipe - parent: BaseBorgModuleRecipe - id: BorgModuleFireExtinguisher - result: BorgModuleFireExtinguisher - -# Cargo Modules - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleAdvancedMining - result: BorgModuleAdvancedMining - -# Engineering Modules - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleAdvancedTool - result: BorgModuleAdvancedTool - -# Janitor Modules - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleAdvancedCleaning - result: BorgModuleAdvancedCleaning - -# Medical Modules - -- type: latheRecipe - parent: BaseGoldBorgModuleRecipe - id: BorgModuleAdvancedChemical - result: BorgModuleAdvancedChemical - -# Science Modules (if we add a advanced sci module that requires crafting) - -# Service Modules From 699e6de1fe56eba9bb162af274518726a32e445f Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 11 Jun 2025 17:39:25 -0400 Subject: [PATCH 033/168] Fix `StomachSystem` PVS error (#38268) Fix StomachSystem PVS error --- Content.Shared/Body/Systems/StomachSystem.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Content.Shared/Body/Systems/StomachSystem.cs b/Content.Shared/Body/Systems/StomachSystem.cs index 935dda6389..8b2df453a0 100644 --- a/Content.Shared/Body/Systems/StomachSystem.cs +++ b/Content.Shared/Body/Systems/StomachSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Body.Organ; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.EntitySystems; +using Robust.Shared.Containers; using Robust.Shared.Timing; using Robust.Shared.Utility; @@ -20,6 +21,7 @@ namespace Content.Shared.Body.Systems { SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnUnpaused); + SubscribeLocalEvent(OnEntRemoved); SubscribeLocalEvent(OnApplyMetabolicMultiplier); } @@ -33,6 +35,16 @@ namespace Content.Shared.Body.Systems ent.Comp.NextUpdate += args.PausedTime; } + private void OnEntRemoved(Entity ent, ref EntRemovedFromContainerMessage args) + { + // Make sure the removed entity was our contained solution + if (ent.Comp.Solution is not { } solution || args.Entity != solution.Owner) + return; + + // Cleared our cached reference to the solution entity + ent.Comp.Solution = null; + } + public override void Update(float frameTime) { var query = EntityQueryEnumerator(); From 55540c374a97602f062bed364955a96bc8ed36df Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:56:57 +0200 Subject: [PATCH 034/168] scar availability for more species (#35645) * :D * updated for new scars * small eye scar --- Resources/Locale/en-US/markings/scars.ftl | 8 +++- .../Mobs/Customization/Markings/scars.yml | 42 +++++++++++++----- .../Mobs/Customization/scars.rsi/meta.json | 10 ++++- .../scars.rsi/scar_eye_left_small.png | Bin 0 -> 459 bytes .../scars.rsi/scar_eye_right_small.png | Bin 0 -> 458 bytes 5 files changed, 47 insertions(+), 13 deletions(-) create mode 100644 Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_left_small.png create mode 100644 Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_right_small.png diff --git a/Resources/Locale/en-US/markings/scars.ftl b/Resources/Locale/en-US/markings/scars.ftl index f31f054911..75eedf0cd2 100644 --- a/Resources/Locale/en-US/markings/scars.ftl +++ b/Resources/Locale/en-US/markings/scars.ftl @@ -26,4 +26,10 @@ marking-ScarFace1-scar_face_1 = Face Scar marking-ScarFace1 = Face Scar (Large) marking-ScarFace2-scar_face_2 = Face Scar -marking-ScarFace2 = Face Scar (Small) \ No newline at end of file +marking-ScarFace2 = Face Scar (Small) + +marking-ScarEyeRightSmall-scar_eye_right_small = Right Eye Scar (Small) +marking-ScarEyeRightSmall = Small Eye Scar (Right) + +marking-ScarEyeLeftSmall-scar_eye_left_small = Left Eye Scar (Small) +marking-ScarEyeLeftSmall = Small Eye Scar (Left) \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml index 4de3b59182..5dd1cd560e 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml @@ -2,7 +2,7 @@ id: ScarEyeRight bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, SlimePerson] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -12,7 +12,7 @@ id: ScarEyeLeft bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, SlimePerson] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -22,7 +22,7 @@ id: ScarTopSurgeryShort bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona] sexRestriction: [Male] followSkinColor: true sprites: @@ -33,7 +33,7 @@ id: ScarTopSurgeryLong bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona] sexRestriction: [Male] followSkinColor: true sprites: @@ -44,7 +44,7 @@ id: ScarChest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -54,7 +54,7 @@ id: ScarNeck bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -64,7 +64,7 @@ id: ScarChestBullets bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -74,7 +74,7 @@ id: ScarStomachBullets bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -84,7 +84,7 @@ id: ScarFace1 bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -94,8 +94,28 @@ id: ScarFace2 bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth] followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi - state: scar_face_2 \ No newline at end of file + state: scar_face_2 + +- type: marking + id: ScarEyeRightSmall + bodyPart: Head + markingCategory: Head + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson] + followSkinColor: true + sprites: + - sprite: Mobs/Customization/scars.rsi + state: scar_eye_right_small + +- type: marking + id: ScarEyeLeftSmall + bodyPart: Head + markingCategory: Head + speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson] + followSkinColor: true + sprites: + - sprite: Mobs/Customization/scars.rsi + state: scar_eye_left_small diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/meta.json b/Resources/Textures/Mobs/Customization/scars.rsi/meta.json index 9bc0d3263e..4794e3270a 100644 --- a/Resources/Textures/Mobs/Customization/scars.rsi/meta.json +++ b/Resources/Textures/Mobs/Customization/scars.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "scar_chest, scar_eye_left, scar_eye_right, scar_top_surgery_long and scar_top_surgery_short drawn by Ubaser, scar_neck, scar_chest_bullets, scar_stomach_bullets, scar_face_1 and scar_face_2 drawn by Ktyria(discord)", + "copyright": "scar_chest, scar_eye_left, scar_eye_right, scar_top_surgery_long and scar_top_surgery_short drawn by Ubaser, scar_neck, scar_chest_bullets, scar_stomach_bullets, scar_face_1 and scar_face_2 drawn by Ktyria(discord), scar_eye_left_small and scar_eye_right_small modified from scar_eye_left and scar_eye_right by Boaz1111(github).", "size": { "x": 32, "y": 32 @@ -46,6 +46,14 @@ { "name": "scar_face_2", "directions": 4 + }, + { + "name": "scar_eye_left_small", + "directions": 4 + }, + { + "name": "scar_eye_right_small", + "directions": 4 } ] } diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_left_small.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_left_small.png new file mode 100644 index 0000000000000000000000000000000000000000..3188e28efcf01e4d1021740bb0f23be0b6b26aa3 GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}zUfI%rXlC7oEj@c@)&RxC=hzkkDb|u8zu^Bs!0>w;UocRBv%n*= zn1O-sFbFdq&tH)O6qG1&jVKAuPb(=;EJ|evNX*PD(erZ+Q83jr)U%Mze6<3oW?O26 zXPT#{76S*!SOzIZRt82O%L|C5p=^-LH5i$};!HrcAtMum0FaIX;>>myuy_`b4FU;3 z4AKvy(JW;E`h5aB0}D`vfswHR;{u4OARVj=ASO)#vO$0eXbuxtWss!>kOkFcXkY-6 zUEQE496ZlL1IYCAba4!caDRKjnu|e!hb7Q{=l_|himk1!ib@^EzPpZ3N;=6P<`81D zf5ET2Z~ru9Ffed2I50A-c;E1>{MDzXcjd3Ps_QW^1OUYqcxUi#ak2kyB^6l*vc=QY K&t;ucLK6U)WN3c? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_right_small.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_eye_right_small.png new file mode 100644 index 0000000000000000000000000000000000000000..46f241b004bef69e2f9c8fb23824877a0ec278f3 GIT binary patch literal 458 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}zUfpgBxnl|hykKo(S&p@9KN zc6EcIaPT|}4ItCk)5S3)!u{<9Yc2)@4wj2Gd;ZTn+!QNyl*MUA<{P>0vt5ii4)?70 zF8JMBUgc;9^5p^shAZ Date: Wed, 11 Jun 2025 21:58:03 +0000 Subject: [PATCH 035/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e9488ecaf8..51ab29e9fd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: chromiumboy - changes: - - message: Large objects, such as crates, can once again be dragged over holopads - type: Fix - id: 8147 - time: '2025-04-10T14:18:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36341 - author: JuneSzalkowska changes: - message: Added cooked dragon steak and dragon cutlets. @@ -3908,3 +3901,12 @@ id: 8659 time: '2025-06-11T20:28:00.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38110 +- author: Boaz1111 + changes: + - message: Various species can now have the same scars as humans do, with exceptions. + type: Add + - message: A smaller variant of the eye scars has been added. + type: Add + id: 8660 + time: '2025-06-11T21:56:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/35645 From d9f54803973b91e8b9bac02635678a6709319004 Mon Sep 17 00:00:00 2001 From: Vortebo <64214314+Vortebo@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:25:38 -0500 Subject: [PATCH 036/168] Minor Relic improvements (#38269) --- Resources/Maps/Shuttles/arrivals_relic.yml | 308 ++- Resources/Maps/relic.yml | 2206 +++++++++++++++----- Resources/Prototypes/Maps/relic.yml | 6 +- 3 files changed, 1855 insertions(+), 665 deletions(-) diff --git a/Resources/Maps/Shuttles/arrivals_relic.yml b/Resources/Maps/Shuttles/arrivals_relic.yml index e22d296f9b..3f6c7e846c 100644 --- a/Resources/Maps/Shuttles/arrivals_relic.yml +++ b/Resources/Maps/Shuttles/arrivals_relic.yml @@ -1,6 +1,17 @@ meta: - format: 6 - postmapinit: false + format: 7 + category: Grid + engineVersion: 260.0.0 + forkId: "" + forkVersion: "" + time: 06/09/2025 21:38:40 + entityCount: 317 +maps: [] +grids: +- 2 +orphans: +- 2 +nullspace: [] tilemap: 0: Space 95: FloorShuttleWhite @@ -19,12 +30,12 @@ entities: chunks: 0,0: ind: 0,0 - tiles: XwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAAAAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: XwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAAAAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABfAAAAAAAAXwAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAggAAAAAAAAAAAAAAggAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAAAAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAAAAAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAXwAAAAAAAF8AAAAAAABfAAAAAAAAAAAAAAAAAA== + version: 7 - type: Broadphase - type: Physics bodyStatus: InAir @@ -39,6 +50,7 @@ entities: - type: OccluderTree - type: SpreaderGrid - type: Shuttle + dampingModifier: 0.25 - type: GridPathfinding - type: Gravity gravityShakeSound: !type:SoundPathSpecifier @@ -478,6 +490,16 @@ entities: parent: 2 - proto: CableHV entities: + - uid: 1 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 - uid: 176 components: - type: Transform @@ -513,37 +535,132 @@ entities: - type: Transform pos: 12.5,3.5 parent: 2 - - uid: 183 + - uid: 186 components: - type: Transform - pos: 11.5,2.5 + pos: 9.5,6.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: 8.5,6.5 parent: 2 - uid: 290 components: - type: Transform - pos: 11.5,-1.5 + pos: 7.5,3.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: 8.5,3.5 parent: 2 - proto: CableMV entities: - uid: 184 components: - type: Transform - pos: 11.5,2.5 - parent: 2 - - uid: 185 - components: - - type: Transform - pos: 12.5,2.5 - parent: 2 - - uid: 186 - components: - - type: Transform - pos: 12.5,1.5 - parent: 2 - - uid: 187 - components: - - type: Transform - pos: 12.5,0.5 + pos: 11.5,1.5 parent: 2 - uid: 190 components: @@ -555,6 +672,20 @@ entities: - type: Transform pos: 10.5,0.5 parent: 2 +- proto: CableTerminal + entities: + - uid: 311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 2 + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 2 - proto: Chair entities: - uid: 68 @@ -877,12 +1008,17 @@ entities: rot: 3.141592653589793 rad pos: 8.5,5.5 parent: 2 -- proto: GeneratorWallmountAPU +- proto: GeneratorBasic15kW entities: - - uid: 289 + - uid: 185 components: - type: Transform - pos: 11.5,-1.5 + pos: 9.5,6.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 9.5,-5.5 parent: 2 - proto: GravityGeneratorMini entities: @@ -1296,11 +1432,11 @@ entities: parent: 2 - proto: SubstationWallBasic entities: - - uid: 174 + - uid: 183 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,2.5 + pos: 11.5,1.5 parent: 2 - proto: Thruster entities: @@ -1421,6 +1557,26 @@ entities: - type: Transform pos: 4.5,4.5 parent: 2 + - uid: 24 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 - uid: 36 components: - type: Transform @@ -1503,6 +1659,41 @@ entities: - type: Transform pos: 5.5,-3.5 parent: 2 + - uid: 54 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 - uid: 112 components: - type: Transform @@ -1745,63 +1936,6 @@ entities: - type: Transform pos: 9.5,5.5 parent: 2 -- proto: WallShuttleInterior - entities: - - uid: 24 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 2 - - uid: 25 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 2 - - uid: 26 - components: - - type: Transform - pos: 4.5,3.5 - parent: 2 - - uid: 27 - components: - - type: Transform - pos: 4.5,2.5 - parent: 2 - - uid: 54 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 2 - - uid: 55 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 2 - - uid: 56 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 2 - - uid: 57 - components: - - type: Transform - pos: 11.5,1.5 - parent: 2 - - uid: 58 - components: - - type: Transform - pos: 11.5,2.5 - parent: 2 - - uid: 59 - components: - - type: Transform - pos: 11.5,3.5 - parent: 2 - - uid: 60 - components: - - type: Transform - pos: 10.5,0.5 - parent: 2 - proto: WardrobeBlueFilled entities: - uid: 105 diff --git a/Resources/Maps/relic.yml b/Resources/Maps/relic.yml index 65033273a2..da123e3276 100644 --- a/Resources/Maps/relic.yml +++ b/Resources/Maps/relic.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 249.0.0 + engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 03/23/2025 23:18:42 - entityCount: 8266 + time: 06/11/2025 22:11:12 + entityCount: 8332 maps: - 1 grids: @@ -61,148 +61,148 @@ entities: chunks: 0,0: ind: 0,0 - tiles: YgAAAAADYgAAAAAAYgAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAAABwAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACBwAAAAAAYgAAAAACYgAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAADYgAAAAADBwAAAAAAYgAAAAABYgAAAAADYgAAAAABBwAAAAAAYgAAAAADYgAAAAACYgAAAAAABwAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAABYgAAAAACBwAAAAAAYgAAAAABYgAAAAACYgAAAAABBwAAAAAAYgAAAAADYgAAAAABYgAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABBwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAABBwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAACAgAAAAAAAgAAAAADAgAAAAAAAgAAAAABAgAAAAADBwAAAAAAAwAAAAADAwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAABAgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACAwAAAAAAAwAAAAADAgAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAAABwAAAAAAAwAAAAADAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAADAwAAAAABAwAAAAADAwAAAAACAgAAAAABBwAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAACAwAAAAACAwAAAAACAwAAAAACAwAAAAABAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAAAAgAAAAABBwAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAABBwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAAAAgAAAAACBwAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABAwAAAAADAwAAAAADAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAADAwAAAAACAgAAAAABBwAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAABBwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAADAwAAAAACAwAAAAABAwAAAAAC - version: 6 + tiles: YgAAAAADAGIAAAAAAABiAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAAcAAAAAAABiAAAAAAIAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAwAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAEABwAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAAAAAcAAAAAAABiAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAIABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAwBiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAQAHAAAAAAAAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAACAAIAAAAAAAACAAAAAAMAAgAAAAAAAAIAAAAAAQACAAAAAAMABwAAAAAAAAMAAAAAAwADAAAAAAAAAwAAAAADAAMAAAAAAgADAAAAAAAAAwAAAAAAAAMAAAAAAwADAAAAAAAAAwAAAAABAAIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAADAAAAAAIAAwAAAAADAAMAAAAAAAADAAAAAAAAAwAAAAACAAMAAAAAAgADAAAAAAIAAwAAAAAAAAMAAAAAAwACAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAAAHAAAAAAAAAwAAAAADAAMAAAAAAgADAAAAAAAAAwAAAAAAAAMAAAAAAwADAAAAAAMAAwAAAAABAAMAAAAAAwADAAAAAAIAAgAAAAABAAcAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAwBiAAAAAAIAAwAAAAACAAMAAAAAAgADAAAAAAIAAwAAAAABAAMAAAAAAgADAAAAAAMAAwAAAAACAAMAAAAAAwADAAAAAAEAAwAAAAAAAAIAAAAAAQAHAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAABAAcAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAMAAwAAAAAAAAMAAAAAAgADAAAAAAMAAwAAAAACAAMAAAAAAAACAAAAAAIABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAQADAAAAAAMAAwAAAAADAAMAAAAAAgADAAAAAAEAAwAAAAAAAAMAAAAAAwADAAAAAAMAAwAAAAACAAMAAAAAAwADAAAAAAIAAgAAAAABAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAEABwAAAAAAAAMAAAAAAQADAAAAAAEAAwAAAAABAAMAAAAAAwADAAAAAAEAAwAAAAADAAMAAAAAAgADAAAAAAEAAwAAAAACAA== + version: 7 0,-1: ind: 0,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAADYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAABBwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAABBwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACBwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAAAYgAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAYgAAAAACYgAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADBwAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACBwAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAADBwAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAABBwAAAAAAYgAAAAAA - version: 6 + tiles: BwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAACAGIAAAAAAwBiAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAEABwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAIAYgAAAAABAAcAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAgAHAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAABiAAAAAAAABwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMABwAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAMABwAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAQAHAAAAAAAAYgAAAAAAAA== + version: 7 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAgAAAAABAgAAAAABAgAAAAAAAgAAAAABAgAAAAAAAgAAAAABAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAgAAAAAAAgAAAAABAgAAAAACAgAAAAADAgAAAAABAgAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAADAgAAAAACAgAAAAABAgAAAAADAgAAAAADAgAAAAACAgAAAAAAAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAABAgAAAAAAAgAAAAABAgAAAAAAAgAAAAABAgAAAAAAAgAAAAADAgAAAAAAAgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADAgAAAAACAgAAAAAAAgAAAAACAgAAAAACAgAAAAABAgAAAAABAgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADAgAAAAAAAgAAAAADAgAAAAABAgAAAAACAgAAAAABAgAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAgAAAAABAgAAAAACAgAAAAABAgAAAAADAgAAAAACAgAAAAABAgAAAAAC - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAAgAAAAABAAIAAAAAAQACAAAAAAAAAgAAAAABAAIAAAAAAAACAAAAAAEAAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAAIAAAAAAAACAAAAAAEAAgAAAAACAAIAAAAAAwACAAAAAAEAAgAAAAABAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABAGIAAAAAAwACAAAAAAIAAgAAAAABAAIAAAAAAwACAAAAAAMAAgAAAAACAAIAAAAAAAACAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAQACAAAAAAAAAgAAAAABAAIAAAAAAAACAAAAAAEAAgAAAAAAAAIAAAAAAwACAAAAAAAAAgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAYgAAAAADAAIAAAAAAgACAAAAAAAAAgAAAAACAAIAAAAAAgACAAAAAAEAAgAAAAABAAIAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAwACAAAAAAAAAgAAAAADAAIAAAAAAQACAAAAAAIAAgAAAAABAAIAAAAAAQACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAAgAAAAABAAIAAAAAAgACAAAAAAEAAgAAAAADAAIAAAAAAgACAAAAAAEAAgAAAAACAA== + version: 7 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAB - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABAA== + version: 7 1,-1: ind: 1,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAAEQAAAAACEQAAAAADEQAAAAADEQAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAEQAAAAADEQAAAAACEQAAAAABEQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAACYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAADYgAAAAACYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABBwAAAAAA - version: 6 + tiles: BwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAALwAAAAAAAC8AAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAHAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAvAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAEQAAAAACABEAAAAAAwARAAAAAAMAEQAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAAEAAAAAAAABAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAABEAAAAAAwARAAAAAAIAEQAAAAABABEAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAIAYgAAAAADAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEABwAAAAAAAA== + version: 7 1,0: ind: 1,0 - tiles: YgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAACBwAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAABYgAAAAADCwAAAAAACwAAAAAACwAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAADYgAAAAACYgAAAAACYgAAAAAAYgAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAABYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAAAYgAAAAADYgAAAAACBwAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAADAAAAAABDAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACBwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAABBwAAAAAADAAAAAABDAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAACAwAAAAADDAAAAAABDAAAAAADAwAAAAADAwAAAAABBwAAAAAAYgAAAAADBwAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAAAAwAAAAAADAAAAAAADAAAAAACAwAAAAAAAwAAAAADAwAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAADYgAAAAADYgAAAAAAAwAAAAAADAAAAAAADAAAAAAAAwAAAAABAwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABAwAAAAACDAAAAAACDAAAAAAAAwAAAAABAwAAAAABAwAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAAAAwAAAAAADAAAAAAADAAAAAADAwAAAAAAAwAAAAADAwAAAAABYgAAAAAAYgAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAADAwAAAAACDAAAAAACDAAAAAABAwAAAAADAwAAAAACAwAAAAACYgAAAAACYgAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAABYgAAAAAA - version: 6 + tiles: YgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAgAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAEAYgAAAAABAGIAAAAAAwALAAAAAAAACwAAAAAAAAsAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAgBiAAAAAAIAYgAAAAAAAGIAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAIABwAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAADAAAAAABAAwAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAEABwAAAAAAAAwAAAAAAQAMAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAAMAAAAAAwAMAAAAAAEADAAAAAADAAMAAAAAAwADAAAAAAEABwAAAAAAAGIAAAAAAwAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAAADAAAAAAAADAAAAAAAAAwAAAAAAgADAAAAAAAAAwAAAAADAAMAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAADAGIAAAAAAwBiAAAAAAAAAwAAAAAAAAwAAAAAAAAMAAAAAAAAAwAAAAABAAMAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAABAAMAAAAAAgAMAAAAAAIADAAAAAAAAAMAAAAAAQADAAAAAAEAAwAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAAADAAAAAAAADAAAAAAAAAwAAAAAAwADAAAAAAAAAwAAAAADAAMAAAAAAQBiAAAAAAAAYgAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAMAAwAAAAACAAwAAAAAAgAMAAAAAAEAAwAAAAADAAMAAAAAAgADAAAAAAIAYgAAAAACAGIAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAA== + version: 7 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAgAAAAADAgAAAAABAgAAAAACAgAAAAACAgAAAAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAgAAAAAAAgAAAAADAgAAAAADAgAAAAACAgAAAAACAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAACAAAAAAMAAgAAAAABAAIAAAAAAgACAAAAAAIAAgAAAAACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAgAAAAAAAAIAAAAAAwACAAAAAAMAAgAAAAACAAIAAAAAAgACAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 0,1: ind: 0,1 - tiles: AgAAAAABBwAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAACBwAAAAAAAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAABAwAAAAAAAwAAAAADAgAAAAABBwAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAABAgAAAAADAgAAAAACAgAAAAADAgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAACYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAABYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAADYgAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADYgAAAAAC - version: 6 + tiles: AgAAAAABAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAIABwAAAAAAAAMAAAAAAwADAAAAAAIAAwAAAAABAAMAAAAAAwADAAAAAAEAAwAAAAABAAMAAAAAAQADAAAAAAAAAwAAAAADAAIAAAAAAQAHAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAEAAgAAAAADAAIAAAAAAgACAAAAAAMAAgAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAQBiAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAwBiAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAA== + version: 7 1,1: ind: 1,1 - tiles: AwAAAAADDAAAAAACDAAAAAACAwAAAAABAwAAAAABBwAAAAAAYgAAAAABYgAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAAABwAAAAAADAAAAAACDAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAABYgAAAAADYgAAAAADYgAAAAACYgAAAAACYgAAAAADYgAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAADBwAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACBwAAAAAAYgAAAAABYgAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAADYgAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAABBwAAAAAAYgAAAAACYgAAAAACYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAACBwAAAAAAYgAAAAACYgAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAZQAAAAAC - version: 6 + tiles: AwAAAAADAAwAAAAAAgAMAAAAAAIAAwAAAAABAAMAAAAAAQAHAAAAAAAAYgAAAAABAGIAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAAAAAcAAAAAAAAMAAAAAAIADAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAMABwAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAAcAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAgAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAZQAAAAACAA== + version: 7 2,0: ind: 2,0 - tiles: BwAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAAAYgAAAAADBwAAAAAAYgAAAAABBwAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABBwAAAAAAYgAAAAADYgAAAAABYgAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABBwAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAAYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAADBwAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAADYgAAAAABYgAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAAAYgAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAADBwAAAAAAYgAAAAABYgAAAAADBwAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAADBwAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAADBwAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAADYgAAAAACYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACBwAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAACBwAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABBwAAAAAAYgAAAAAAYgAAAAABYgAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAAACwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACBwAAAAAACwAAAAAAYgAAAAAAYgAAAAAACwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAACBwAAAAAAAwAAAAABAwAAAAADYgAAAAACYgAAAAABYgAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAADBwAAAAAAAwAAAAAAAwAAAAADYgAAAAACYgAAAAAAYgAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAADYgAAAAACYgAAAAACBwAAAAAAAwAAAAADAwAAAAAAYgAAAAABYgAAAAABYgAAAAABBwAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAAAwAAAAACAwAAAAABYgAAAAAAYgAAAAAAYgAAAAABBwAAAAAAYgAAAAADYgAAAAADYgAAAAACYgAAAAADBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAA - version: 6 + tiles: BwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAEABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAABAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAAAHAAAAAAAAYgAAAAABAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAAcAAAAAAABiAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIABwAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAADAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAMABwAAAAAAAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAMABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAIAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAwAHAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAIABwAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAgAHAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEABwAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAAALAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAgAHAAAAAAAACwAAAAAAAGIAAAAAAABiAAAAAAAACwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAIABwAAAAAAAAMAAAAAAQADAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADAAcAAAAAAAADAAAAAAAAAwAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAgAHAAAAAAAAAwAAAAADAAMAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAQAHAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAMAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAMAAAAAAgADAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAEABwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAwAHAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAA== + version: 7 2,1: ind: 2,1 - tiles: YgAAAAACYgAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAACBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAABBwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAABBwAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAACBwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADYgAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAACBwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADBwAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAADBwAAAAAABwAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAACYgAAAAADYgAAAAADYgAAAAADYgAAAAABYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAABBwAAAAAAYgAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAACYgAAAAACBwAAAAAAYgAAAAAAYgAAAAADYgAAAAACBwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACBwAAAAAAYgAAAAABYgAAAAAAYgAAAAACBwAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAACBwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAABwAAAAAAAAAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAAB - version: 6 + tiles: YgAAAAACAGIAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAQALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAIABwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAACwAAAAAAAAsAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAQAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAAcAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAACAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAQAHAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAIABwAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAEAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAACAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAAAAAcAAAAAAAAAAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAQBiAAAAAAIAYgAAAAABAA== + version: 7 0,2: ind: 0,2 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAA - version: 6 + tiles: BwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAASAAAAAAAAEgAAAAAAABIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAEgAAAAAAABIAAAAAAAASAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAA== + version: 7 1,2: ind: 1,2 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAACBwAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAADBwAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAADBwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAACYgAAAAABBwAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADBwAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAADYgAAAAACYgAAAAAABwAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA - version: 6 + tiles: BwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAIABwAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAMABwAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAEABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAA== + version: 7 2,2: ind: 2,2 - tiles: YgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAADYgAAAAABYgAAAAABYgAAAAAAYgAAAAADBwAAAAAABwAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAADYgAAAAACYgAAAAADYgAAAAACYgAAAAADYgAAAAACBwAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAADYgAAAAACYgAAAAADYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAABBwAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAADBwAAAAAAYgAAAAADYgAAAAABYgAAAAADBwAAAAAAYgAAAAACYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAABBwAAAAAAYgAAAAABYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABBwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAADBwAAAAAAYgAAAAADYgAAAAADYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAYgAAAAABCgAAAAAAYgAAAAACCgAAAAAAYgAAAAABCgAAAAAA - version: 6 + tiles: YgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAACAGIAAAAAAwBiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAACAAcAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwAHAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAMABwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAgBiAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAwAHAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQAKAAAAAAAAYgAAAAACAAoAAAAAAABiAAAAAAEACgAAAAAAAA== + version: 7 3,1: ind: 3,1 - tiles: CwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAYgAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAABAgAAAAADAgAAAAADAgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAACAgAAAAADAgAAAAACAgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAACCwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAABAgAAAAABAgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADYgAAAAACCwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAgAAAAADAgAAAAADAgAAAAACAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAADCwAAAAAACwAAAAAABwAAAAAABwAAAAAAAgAAAAAAAgAAAAAAAgAAAAABAgAAAAACAgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAACBwAAAAAAAgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAABwAAAAAAYgAAAAACYgAAAAACAgAAAAABAgAAAAACAgAAAAAAAgAAAAACAgAAAAADAgAAAAABAgAAAAACAgAAAAADAgAAAAADBwAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAABAgAAAAAAAgAAAAAAAgAAAAABAgAAAAADAgAAAAAAAgAAAAADAgAAAAAAAgAAAAACAgAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAADYgAAAAACYgAAAAABYgAAAAAAAgAAAAABAgAAAAACAgAAAAABAgAAAAAAAgAAAAABAgAAAAADAgAAAAADAgAAAAADAgAAAAABBwAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAAgAAAAAAAgAAAAADAgAAAAADAgAAAAABAgAAAAADAgAAAAACAgAAAAACAgAAAAABAgAAAAAC - version: 6 + tiles: CwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAABwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAABAAIAAAAAAwACAAAAAAMAAgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAIAAgAAAAADAAIAAAAAAgACAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAACAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAAAAAIAAAAAAQACAAAAAAEAAgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAgALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAAwACAAAAAAMAAgAAAAACAAIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAADAAsAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAQACAAAAAAIAAgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAAgAHAAAAAAAAAgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAACAAIAAAAAAQACAAAAAAIAAgAAAAAAAAIAAAAAAgACAAAAAAMAAgAAAAABAAIAAAAAAgACAAAAAAMAAgAAAAADAAcAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAQACAAAAAAAAAgAAAAAAAAIAAAAAAQACAAAAAAMAAgAAAAAAAAIAAAAAAwACAAAAAAAAAgAAAAACAAIAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAAAAgAAAAABAAIAAAAAAgACAAAAAAEAAgAAAAAAAAIAAAAAAQACAAAAAAMAAgAAAAADAAIAAAAAAwACAAAAAAEABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAAAAAIAAAAAAAACAAAAAAMAAgAAAAADAAIAAAAAAQACAAAAAAMAAgAAAAACAAIAAAAAAgACAAAAAAEAAgAAAAACAA== + version: 7 3,2: ind: 3,2 - tiles: BwAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAACAgAAAAABAgAAAAABAgAAAAABAgAAAAACAgAAAAADAgAAAAADAgAAAAABAgAAAAADAgAAAAADBwAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAYgAAAAADYgAAAAADAgAAAAADAgAAAAACAgAAAAACAgAAAAABAgAAAAACAgAAAAABAgAAAAACAgAAAAAAAgAAAAABBwAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAADYgAAAAABYgAAAAACAgAAAAACAgAAAAABAgAAAAACAgAAAAAAAgAAAAADAgAAAAACAgAAAAACAgAAAAACAgAAAAABBwAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAABCwAAAAAAYgAAAAADYgAAAAACBwAAAAAACAAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAACYgAAAAAAYgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYgAAAAABYgAAAAADBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAYgAAAAACYgAAAAADBwAAAAAACAAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAYgAAAAACYgAAAAADBwAAAAAACAAAAAAABwAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAYgAAAAAAYgAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAADYgAAAAABYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAABwAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADYgAAAAACBwAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAAABwAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAAABwAAAAAACAAAAAAAYgAAAAACCgAAAAAAYgAAAAACBwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABBwAAAAAABwAAAAAA - version: 6 + tiles: BwAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAACAAIAAAAAAQACAAAAAAEAAgAAAAABAAIAAAAAAgACAAAAAAMAAgAAAAADAAIAAAAAAQACAAAAAAMAAgAAAAADAAcAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwACAAAAAAMAAgAAAAACAAIAAAAAAgACAAAAAAEAAgAAAAACAAIAAAAAAQACAAAAAAIAAgAAAAAAAAIAAAAAAQAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAIAAgAAAAACAAIAAAAAAQACAAAAAAIAAgAAAAAAAAIAAAAAAwACAAAAAAIAAgAAAAACAAIAAAAAAgACAAAAAAEABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAEACwAAAAAAAGIAAAAAAwBiAAAAAAIABwAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAABiAAAAAAEAYgAAAAADAAcAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEABwAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAwAHAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAAAHAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAMABwAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAAABwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAAAAAcAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAQAHAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAAcAAAAAAAAIAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAAAHAAAAAAAACAAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAMAYgAAAAAAAAcAAAAAAAAIAAAAAAAAYgAAAAACAAoAAAAAAABiAAAAAAIABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAQAHAAAAAAAABwAAAAAAAA== + version: 7 2,-1: ind: 2,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAABwAAAAAABAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABBwAAAAAABAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAABBwAAAAAAAwAAAAAABwAAAAAAAwAAAAADBwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAACBwAAAAAAAwAAAAACBwAAAAAAAwAAAAADBwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABYgAAAAADBwAAAAAAYgAAAAABYgAAAAACYgAAAAADYgAAAAADYgAAAAACYgAAAAAAYgAAAAADYgAAAAABBwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAADYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAADBwAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAABBwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAACBwAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAADYgAAAAACYgAAAAACYgAAAAACYgAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAABYgAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAACYgAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAACBwAAAAAAYgAAAAACBwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACBwAAAAAAYgAAAAABYgAAAAADYgAAAAACBwAAAAAAYgAAAAAABwAAAAAA - version: 6 + tiles: BwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAAAHAAAAAAAABAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAABAAcAAAAAAAAEAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAMAAAAAAQAHAAAAAAAAAwAAAAAAAAcAAAAAAAADAAAAAAMABwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAADAAAAAAIABwAAAAAAAAMAAAAAAgAHAAAAAAAAAwAAAAADAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAMABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAEABwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAEAYgAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAwAHAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAQAHAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAIABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAAABwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAAAHAAAAAAAAYgAAAAACAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAIABwAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAIABwAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAAcAAAAAAABiAAAAAAAABwAAAAAAAA== + version: 7 2,-2: ind: 2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAABCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAAACwAAAAAAYgAAAAAD - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAEACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAAALAAAAAAAAYgAAAAADAA== + version: 7 3,-1: ind: 3,-1 - tiles: YgAAAAABCwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAABYgAAAAAAYgAAAAADBwAAAAAAYgAAAAADBwAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAACAAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAABBwAAAAAABwAAAAAAYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADAwAAAAABYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAABYgAAAAAC - version: 6 + tiles: YgAAAAABAAsAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAAALAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAGIAAAAAAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAYgAAAAADAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABiAAAAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAYgAAAAACAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAwAHAAAAAAAAYgAAAAADAAcAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAIAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAADAGIAAAAAAQAHAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAAwAAAAABAGIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAACAA== + version: 7 3,-2: ind: 3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAADBwAAAAAACAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAIAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADAGIAAAAAAgALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 3,0: ind: 3,0 - tiles: AwAAAAADYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAAAYgAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYgAAAAADYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADCwAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAADCwAAAAAAAwAAAAADYgAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAACBwAAAAAAYgAAAAADYgAAAAAACwAAAAAAYgAAAAABYgAAAAADYgAAAAAACwAAAAAACwAAAAAAAwAAAAACYgAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAADAwAAAAADBwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAAAYgAAAAACAwAAAAADAwAAAAACAwAAAAABAwAAAAADAwAAAAAAYgAAAAADBwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAAAYgAAAAACYgAAAAADYgAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAACYgAAAAAAYgAAAAADBwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACBwAAAAAABwAAAAAAYgAAAAACYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADYgAAAAACYgAAAAAABwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADBwAAAAAAYgAAAAACYgAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAACAwAAAAAAYgAAAAABBwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAABBwAAAAAAYgAAAAAAYgAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAAAYgAAAAACYgAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAAABwAAAAAABwAAAAAAYgAAAAABYgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAwAAAAADBwAAAAAAYgAAAAADBwAAAAAAYgAAAAACYgAAAAADYgAAAAABBwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAAwAAAAACBwAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAADBwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAAwAAAAACBwAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAYgAAAAABBwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAA - version: 6 + tiles: AwAAAAADAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAGIAAAAAAwBiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAsAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAADAAsAAAAAAAADAAAAAAMAYgAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAgBiAAAAAAIABwAAAAAAAGIAAAAAAwBiAAAAAAAACwAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAAAAAsAAAAAAAALAAAAAAAAAwAAAAACAGIAAAAAAQADAAAAAAIAAwAAAAABAAMAAAAAAAADAAAAAAMAAwAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAMAAAAAAABiAAAAAAIAAwAAAAADAAMAAAAAAgADAAAAAAEAAwAAAAADAAMAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAADAAAAAAIAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAMAAAAAAgBiAAAAAAAAYgAAAAADAAcAAAAAAAADAAAAAAIAAwAAAAABAAMAAAAAAgADAAAAAAIABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAACAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAAAHAAAAAAAAAwAAAAABAAMAAAAAAQADAAAAAAIAAwAAAAADAAcAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAACAAMAAAAAAABiAAAAAAEABwAAAAAAAAMAAAAAAwADAAAAAAEAAwAAAAADAAMAAAAAAQAHAAAAAAAAYgAAAAAAAGIAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAADAAAAAAAAYgAAAAACAGIAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEAYgAAAAABAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAADAAcAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAABAAcAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAABwAAAAAAAAMAAAAAAgAHAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAACAGIAAAAAAwAHAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAcAAAAAAAADAAAAAAIABwAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAEABwAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAABwAAAAAAAA== + version: 7 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAA== + version: 7 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAA== + version: 7 1,-2: ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAA== + version: 7 0,3: ind: 0,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAGIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABiAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 1,3: ind: 1,3 - tiles: BwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAAAAAAAAAACAAAAAAABwAAAAAAYgAAAAADYgAAAAABCwAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAADBwAAAAAAYgAAAAABYgAAAAABYgAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAABBwAAAAAACwAAAAAABwAAAAAAYgAAAAABBwAAAAAAYgAAAAABBwAAAAAAYgAAAAACBwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAABBwAAAAAACwAAAAAABwAAAAAAYgAAAAABBwAAAAAAYgAAAAACBwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAADBwAAAAAAYgAAAAACBwAAAAAAYgAAAAACBwAAAAAAYgAAAAACBwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAAABwAAAAAACwAAAAAABwAAAAAAYgAAAAACBwAAAAAAYgAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAABwAAAAAAYgAAAAABBwAAAAAAYgAAAAABBwAAAAAAYgAAAAADBwAAAAAAYgAAAAABBwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAAYgAAAAAABwAAAAAAYgAAAAADCwAAAAAACwAAAAAABwAAAAAAYgAAAAACYgAAAAADYgAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAABYgAAAAABYgAAAAADBwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: BwAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAAAAAsAAAAAAAAHAAAAAAAACwAAAAAAAAcAAAAAAAAAAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAAsAAAAAAAAHAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMABwAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAAsAAAAAAAALAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAABAAcAAAAAAAALAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAAYgAAAAABAAcAAAAAAABiAAAAAAIABwAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAACwAAAAAAAAcAAAAAAABiAAAAAAEABwAAAAAAAGIAAAAAAgAHAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAgAHAAAAAAAAYgAAAAACAAcAAAAAAABiAAAAAAIABwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAsAAAAAAAALAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAAYgAAAAAAAAcAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAQAHAAAAAAAAYgAAAAABAAcAAAAAAABiAAAAAAMABwAAAAAAAGIAAAAAAQAHAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAGIAAAAAAwALAAAAAAAACwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAgAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAQBiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 4,0: ind: 4,0 - tiles: CwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAADYgAAAAADBwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: CwAAAAAAAAsAAAAAAAALAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAADAAcAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 4,-1: ind: 4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADCAAAAAAAYgAAAAACBwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAYgAAAAADBwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAYgAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAwAIAAAAAAAAYgAAAAACAAcAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABiAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAcAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAGIAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAYgAAAAADAAcAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAGIAAAAAAAALAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 4,1: ind: 4,1 - tiles: CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 4,2: ind: 4,2 - tiles: BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 3,3: ind: 3,3 - tiles: YgAAAAAACgAAAAAAYgAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAABBwAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAACBwAAAAAABwAAAAAAYgAAAAAAYgAAAAABCgAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAAABwAAAAAACAAAAAAAYgAAAAABYgAAAAABCgAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAAAYgAAAAABYgAAAAACYgAAAAABBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAACBwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAACYgAAAAADBwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAABBwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAA - version: 6 + tiles: YgAAAAAAAAoAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAEABwAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAIABwAAAAAAAAcAAAAAAABiAAAAAAAAYgAAAAABAAoAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAAAAAcAAAAAAAAIAAAAAAAAYgAAAAABAGIAAAAAAQAKAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAQAHAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAAABwAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAACAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAwAHAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAA== + version: 7 4,3: ind: 4,3 - tiles: BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 3,4: ind: 3,4 - tiles: AAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 4,4: ind: 4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 2,3: ind: 2,3 - tiles: YgAAAAADYgAAAAADYgAAAAACBwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAAYgAAAAADCgAAAAAAYgAAAAAACgAAAAAAYgAAAAADCgAAAAAABwAAAAAAYgAAAAACBwAAAAAABwAAAAAABwAAAAAAYgAAAAADCAAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAAAYgAAAAACYgAAAAABYgAAAAAACgAAAAAAYgAAAAACYgAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAABCAAAAAAABwAAAAAABwAAAAAABwAAAAAAYgAAAAACYgAAAAAAYgAAAAADCgAAAAAAYgAAAAABYgAAAAACCwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAADCAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAYgAAAAADBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAAYgAAAAADYgAAAAADYgAAAAADBwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAAYgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: YgAAAAADAGIAAAAAAwBiAAAAAAIABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwAKAAAAAAAAYgAAAAAAAAoAAAAAAABiAAAAAAMACgAAAAAAAAcAAAAAAABiAAAAAAIABwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAACgAAAAAAAGIAAAAAAgBiAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAABwAAAAAAAAcAAAAAAABiAAAAAAEACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAAoAAAAAAABiAAAAAAEAYgAAAAACAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAAHAAAAAAAAYgAAAAADAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAHAAAAAAAABwAAAAAAAGIAAAAAAwAHAAAAAAAACAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAMABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAcAAAAAAABiAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAcAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 - type: Broadphase - type: Physics bodyStatus: InAir @@ -217,6 +217,7 @@ entities: - type: OccluderTree - type: SpreaderGrid - type: Shuttle + dampingModifier: 0.25 - type: GridPathfinding - type: Gravity gravityShakeSound: !type:SoundPathSpecifier @@ -1296,6 +1297,7 @@ entities: - type: GasTileOverlay - type: RadiationGridResistance - type: NavMap + - type: ImplicitRoof - proto: AirAlarm entities: - uid: 2968 @@ -2259,11 +2261,6 @@ entities: parent: 2 - proto: AirlockEngineering entities: - - uid: 2788 - components: - - type: Transform - pos: 60.5,56.5 - parent: 2 - uid: 4564 components: - type: Transform @@ -2288,6 +2285,11 @@ entities: - type: Transform pos: 16.5,18.5 parent: 2 + - uid: 894 + components: + - type: Transform + pos: 60.5,56.5 + parent: 2 - uid: 1081 components: - type: Transform @@ -2341,7 +2343,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1512: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 1512 components: - type: Transform @@ -2352,7 +2355,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1438: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 1831 components: - type: Transform @@ -2363,7 +2367,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1934: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 1934 components: - type: Transform @@ -2374,7 +2379,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1831: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - proto: AirlockExternalEngineeringLocked entities: - uid: 843 @@ -2383,14 +2389,15 @@ entities: pos: -1.5,-10.5 parent: 2 - type: Door - secondsUntilStateChange: -1127.8197 + secondsUntilStateChange: -6325.9316 state: Opening - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 6731: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt lastSignals: DoorStatus: True - uid: 2744 @@ -2403,7 +2410,8 @@ entities: - type: DeviceLinkSource linkedPorts: 2745: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 2745 components: - type: Transform @@ -2414,7 +2422,8 @@ entities: - type: DeviceLinkSource linkedPorts: 2744: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4265 components: - type: Transform @@ -2425,7 +2434,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4506: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4499 components: - type: Transform @@ -2436,7 +2446,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4500: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4500 components: - type: Transform @@ -2447,7 +2458,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4499: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4506 components: - type: Transform @@ -2458,7 +2470,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4265: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4558 components: - type: Transform @@ -2469,7 +2482,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4724: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4724 components: - type: Transform @@ -2480,7 +2494,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4558: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4725 components: - type: Transform @@ -2491,7 +2506,8 @@ entities: - type: DeviceLinkSource linkedPorts: 4726: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 4726 components: - type: Transform @@ -2502,21 +2518,23 @@ entities: - type: DeviceLinkSource linkedPorts: 4725: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 6731 components: - type: Transform pos: 0.5,-10.5 parent: 2 - type: Door - secondsUntilStateChange: -1130.8864 + secondsUntilStateChange: -6328.9985 state: Opening - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 843: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt lastSignals: DoorStatus: True - proto: AirlockExternalGlassAtmosphericsLocked @@ -2531,7 +2549,8 @@ entities: - type: DeviceLinkSource linkedPorts: 721: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 721 components: - type: Transform @@ -2542,7 +2561,8 @@ entities: - type: DeviceLinkSource linkedPorts: 621: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - proto: AirlockExternalGlassCargoLocked entities: - uid: 631 @@ -2567,7 +2587,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1838: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 1848 components: - type: Transform @@ -2578,7 +2599,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1847: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - uid: 2502 components: - type: Transform @@ -2589,7 +2611,8 @@ entities: - type: DeviceLinkSource linkedPorts: 2515: - - DoorStatus: DoorBolt + - - DoorStatus + - DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 2515 @@ -2601,8 +2624,10 @@ entities: - type: DeviceLinkSource linkedPorts: 6658: - - DoorStatus: InputA - - DockStatus: InputB + - - DoorStatus + - InputA + - - DockStatus + - InputB - type: DeviceLinkSink invokeCounter: 1 - proto: AirlockExternalGlassShuttleEmergencyLocked @@ -2615,8 +2640,10 @@ entities: - type: DeviceLinkSource linkedPorts: 1839: - - DoorStatus: InputA - - DockStatus: InputB + - - DoorStatus + - InputA + - - DockStatus + - InputB - type: DeviceLinkSink invokeCounter: 1 - uid: 1847 @@ -2628,8 +2655,10 @@ entities: - type: DeviceLinkSource linkedPorts: 1879: - - DoorStatus: InputA - - DockStatus: InputB + - - DoorStatus + - InputA + - - DockStatus + - InputB - type: DeviceLinkSink invokeCounter: 1 - proto: AirlockExternalGlassShuttleLocked @@ -2655,6 +2684,12 @@ entities: parent: 2 - proto: AirlockGlass entities: + - uid: 381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,3.5 + parent: 2 - uid: 2779 components: - type: Transform @@ -2671,6 +2706,72 @@ entities: - type: Transform pos: 30.5,-2.5 parent: 2 + - uid: 5900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,28.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,6.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,5.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,4.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,19.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,18.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,28.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-11.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,38.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,38.5 + parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 7177 @@ -2693,8 +2794,21 @@ entities: - type: Transform pos: 62.5,27.5 parent: 2 -- proto: AirlockMaintCommonLocked +- proto: AirlockMaintHydroLocked entities: + - uid: 3587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-9.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 182 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 - uid: 1578 components: - type: Transform @@ -2706,7 +2820,7 @@ entities: pos: 51.5,22.5 parent: 2 - type: Door - secondsUntilStateChange: -51017.41 + secondsUntilStateChange: -56215.523 state: Opening - type: DeviceLinkSource lastSignals: @@ -2736,21 +2850,6 @@ entities: - type: Transform pos: 61.5,55.5 parent: 2 -- proto: AirlockMaintHydroLocked - entities: - - uid: 3587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 2 -- proto: AirlockMaintLocked - entities: - - uid: 182 - components: - - type: Transform - pos: 2.5,6.5 - parent: 2 - proto: AirlockMaintSecLocked entities: - uid: 1519 @@ -3586,6 +3685,95 @@ entities: - type: Transform pos: 27.5,-10.5 parent: 2 + - uid: 2611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,48.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,60.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,65.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,60.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: 57.5,-4.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,40.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,36.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,25.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,23.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,26.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,22.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,12.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-12.5 + parent: 2 - proto: AtmosFixBlockerMarker entities: - uid: 1620 @@ -3973,6 +4161,13 @@ entities: - type: Transform pos: 45.5,21.5 parent: 2 +- proto: BirdToyInstrument + entities: + - uid: 2279 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 - proto: BlastDoor entities: - uid: 207 @@ -8656,6 +8851,11 @@ entities: - type: Transform pos: 28.5,-0.5 parent: 2 + - uid: 7678 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 - uid: 7827 components: - type: Transform @@ -8676,6 +8876,21 @@ entities: - type: Transform pos: 43.5,-11.5 parent: 2 + - uid: 8294 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: 9.5,22.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 - proto: CableApcStack10 entities: - uid: 4504 @@ -14441,6 +14656,75 @@ entities: - type: Transform pos: 33.5,12.5 parent: 2 +- proto: ChemistryBottleEphedrine + entities: + - uid: 7456 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 +- proto: ChemistryBottleEpinephrine + entities: + - uid: 7304 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 +- proto: ChemistryBottleEthanol + entities: + - uid: 7321 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 +- proto: ChemistryBottleMuteToxin + entities: + - uid: 7322 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 +- proto: ChemistryBottleNocturine + entities: + - uid: 2063 + components: + - type: Transform + pos: 63.5,29.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 +- proto: ChemistryBottleOmnizine + entities: + - uid: 2369 + components: + - type: Transform + pos: 63.5,29.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 +- proto: ChemistryBottlePotassium + entities: + - uid: 7447 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 - proto: ChemistryHotplate entities: - uid: 536 @@ -14496,10 +14780,10 @@ entities: parent: 2 - proto: ClosetChefFilled entities: - - uid: 2611 + - uid: 2788 components: - type: Transform - pos: 26.5,-7.5 + pos: 25.5,-9.5 parent: 2 - proto: ClosetEmergencyFilledRandom entities: @@ -15016,16 +15300,17 @@ entities: parent: 2 - proto: ComputerAnalysisConsole entities: - - uid: 1540 + - uid: 8267 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,3.5 + pos: 54.5,3.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 1539: - - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver + 77: + - - ArtifactAnalyzerSender + - ArtifactAnalyzerReceiver - proto: ComputerAtmosMonitoring entities: - uid: 1960 @@ -15062,14 +15347,6 @@ entities: - type: Transform pos: 19.5,25.5 parent: 2 -- proto: ComputerCargoShuttle - entities: - - uid: 7634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,21.5 - parent: 2 - proto: ComputerComms entities: - uid: 2428 @@ -15109,13 +15386,15 @@ entities: rot: 1.5707963267948966 rad pos: 56.5,23.5 parent: 2 -- proto: ComputerId +- proto: ComputerFundingAllocation entities: - - uid: 2275 + - uid: 7567 components: - type: Transform - pos: 45.5,29.5 + pos: 44.5,29.5 parent: 2 +- proto: ComputerId + entities: - uid: 4794 components: - type: Transform @@ -15127,6 +15406,12 @@ entities: rot: 3.141592653589793 rad pos: 37.5,-2.5 parent: 2 + - uid: 8277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,27.5 + parent: 2 - proto: ComputerPowerMonitoring entities: - uid: 322 @@ -15166,6 +15451,12 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,20.5 parent: 2 + - uid: 7634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,21.5 + parent: 2 - proto: ComputerSolarControl entities: - uid: 1338 @@ -15327,6 +15618,18 @@ entities: - type: Transform pos: -5.5,18.5 parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 8289 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 - proto: CratePermaEscapeEVA entities: - uid: 2070 @@ -15469,6 +15772,8 @@ entities: parent: 2 - type: NavMapBeacon text: Air Tunnel + - type: WarpPoint + location: Air Tunnel - uid: 7740 components: - type: Transform @@ -15476,6 +15781,8 @@ entities: parent: 2 - type: NavMapBeacon text: AI Foyer + - type: WarpPoint + location: AI Foyer - proto: DefaultStationBeaconAICore entities: - uid: 7738 @@ -15541,6 +15848,8 @@ entities: parent: 2 - type: NavMapBeacon text: Nightclub + - type: WarpPoint + location: Nightclub - proto: DefaultStationBeaconBotany entities: - uid: 7750 @@ -15744,6 +16053,8 @@ entities: parent: 2 - type: NavMapBeacon text: Solars North + - type: WarpPoint + location: Solars North - uid: 7742 components: - type: Transform @@ -15751,6 +16062,8 @@ entities: parent: 2 - type: NavMapBeacon text: Solars South + - type: WarpPoint + location: Solars South - proto: DefaultStationBeaconTechVault entities: - uid: 7777 @@ -18477,32 +18790,6 @@ entities: - type: Transform pos: 28.42001,14.909441 parent: 2 -- proto: EphedrineChemistryBottle - entities: - - uid: 7456 - components: - - type: Transform - pos: 12.5,13.5 - parent: 2 -- proto: EpinephrineChemistryBottle - entities: - - uid: 7304 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - - uid: 7327 - components: - - type: Transform - pos: 32.5,16.5 - parent: 2 -- proto: EthanolChemistryBottle - entities: - - uid: 7321 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - proto: ExosuitFabricator entities: - uid: 1555 @@ -18517,6 +18804,20 @@ entities: - type: Transform pos: 59.569664,22.772419 parent: 2 +- proto: FaxMachineBase + entities: + - uid: 8293 + components: + - type: Transform + pos: 60.5,31.5 + parent: 2 +- proto: FaxMachineCaptain + entities: + - uid: 8292 + components: + - type: Transform + pos: 59.5,23.5 + parent: 2 - proto: FireAlarm entities: - uid: 7 @@ -20440,6 +20741,18 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,27.5 parent: 2 + - uid: 8274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,1.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,1.5 + parent: 2 - proto: GasPipeBend entities: - uid: 18 @@ -28841,6 +29154,18 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,15.5 parent: 2 + - uid: 8272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,2.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,2.5 + parent: 2 - proto: GasPipeTJunction entities: - uid: 464 @@ -30097,6 +30422,16 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,25.5 parent: 2 + - uid: 8268 + components: + - type: Transform + pos: 51.5,4.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 - proto: GasPressurePump entities: - uid: 56 @@ -30124,6 +30459,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8270 + components: + - type: Transform + pos: 51.5,3.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,3.5 + parent: 2 - proto: GasThermoMachineFreezer entities: - uid: 682 @@ -35063,6 +35409,13 @@ entities: - type: Transform pos: 54.5,63.5 parent: 2 +- proto: GunpetInstrument + entities: + - uid: 8310 + components: + - type: Transform + pos: 52.5,21.5 + parent: 2 - proto: GunSafeDisabler entities: - uid: 1002 @@ -35760,6 +36113,12 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-7.5 parent: 2 + - uid: 8314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-6.5 + parent: 2 - proto: IDComputerCircuitboard entities: - uid: 2187 @@ -36174,36 +36533,51 @@ entities: - uid: 1839 components: - type: Transform - pos: 57.486187,-3.4903352 + anchored: True + pos: 57.5,-3.5 parent: 2 + - type: Physics + canCollide: False + bodyType: Static - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 1829: - - Output: DoorBolt + - - Output + - DoorBolt - uid: 1879 components: - type: Transform - pos: 57.495808,-13.425862 + anchored: True + pos: 57.5,-13.5 parent: 2 + - type: Physics + canCollide: False + bodyType: Static - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 1848: - - Output: DoorBolt + - - Output + - DoorBolt - uid: 6658 components: - type: Transform - pos: 63.478973,48.480175 + anchored: True + pos: 63.5,48.5 parent: 2 + - type: Physics + canCollide: False + bodyType: Static - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 2502: - - Output: DoorBolt + - - Output + - DoorBolt - proto: MachineAnomalyGenerator entities: - uid: 1326 @@ -36237,10 +36611,10 @@ entities: parent: 2 - proto: MachineArtifactAnalyzer entities: - - uid: 1539 + - uid: 77 components: - type: Transform - pos: 52.5,0.5 + pos: 53.5,0.5 parent: 2 - proto: MagazinePistolSubMachineGunUranium entities: @@ -36268,10 +36642,10 @@ entities: parent: 2 - proto: MaintenanceInsulsSpawner entities: - - uid: 7678 + - uid: 8311 components: - type: Transform - pos: 54.5,20.5 + pos: 51.5,19.5 parent: 2 - proto: MaintenancePlantSpawner entities: @@ -36563,12 +36937,12 @@ entities: - type: Transform pos: 10.5,-8.5 parent: 2 -- proto: MuteToxinChemistryBottle +- proto: MusicalLungInstrument entities: - - uid: 7322 + - uid: 8312 components: - type: Transform - pos: 31.5,16.5 + pos: 7.5,2.5 parent: 2 - proto: NitrogenCanister entities: @@ -36602,23 +36976,6 @@ entities: parent: 2 - type: Physics bodyType: Static -- proto: NocturineChemistryBottle - entities: - - uid: 2063 - components: - - type: Transform - pos: 63.5,29.5 - parent: 2 - - uid: 7320 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - - uid: 7328 - components: - - type: Transform - pos: 32.5,16.5 - parent: 2 - proto: NTDefaultCircuitBoard entities: - uid: 3806 @@ -36640,18 +36997,6 @@ entities: - type: Transform pos: 30.5,51.5 parent: 2 -- proto: OmnizineChemistryBottle - entities: - - uid: 2369 - components: - - type: Transform - pos: 63.5,29.5 - parent: 2 - - uid: 7122 - components: - - type: Transform - pos: 33.5,-5.5 - parent: 2 - proto: OperatingTable entities: - uid: 1560 @@ -36901,13 +37246,6 @@ entities: - type: Transform pos: 48.5,0.5 parent: 2 -- proto: PortableFlasher - entities: - - uid: 1402 - components: - - type: Transform - pos: 39.5,2.5 - parent: 2 - proto: PortableGeneratorPacman entities: - uid: 914 @@ -37031,13 +37369,6 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-13.5 parent: 2 -- proto: PotassiumChemistryBottle - entities: - - uid: 7447 - components: - - type: Transform - pos: 15.5,13.5 - parent: 2 - proto: PottedPlant28 entities: - uid: 1413 @@ -40163,6 +40494,13 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,9.5 parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 8291 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 - proto: Screen entities: - uid: 2617 @@ -40187,6 +40525,12 @@ entities: - type: Transform pos: 39.5,-4.5 parent: 2 + - type: TechnologyDatabase + supportedDisciplines: + - Industrial + - Arsenal + - Experimental + - CivilianServices - proto: SeedExtractor entities: - uid: 1981 @@ -40204,7 +40548,7 @@ entities: - uid: 4742 components: - type: Transform - pos: 48.5,2.5 + pos: 48.5,3.5 parent: 2 - uid: 7693 components: @@ -40216,6 +40560,13 @@ entities: - type: Transform pos: 45.5,19.5 parent: 2 +- proto: SheetPlasma10 + entities: + - uid: 1539 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 - proto: SheetPlasteel10 entities: - uid: 2164 @@ -40238,7 +40589,7 @@ entities: - uid: 4738 components: - type: Transform - pos: 48.5,3.5 + pos: 48.5,4 parent: 2 - uid: 7696 components: @@ -40319,13 +40670,17 @@ entities: - type: DeviceLinkSource linkedPorts: 1258: - - Pressed: Toggle + - - Pressed + - Toggle 1257: - - Pressed: Toggle + - - Pressed + - Toggle 1256: - - Pressed: Toggle + - - Pressed + - Toggle 1254: - - Pressed: Toggle + - - Pressed + - Toggle - proto: SignalButtonDirectional entities: - uid: 7637 @@ -40337,9 +40692,11 @@ entities: - type: DeviceLinkSource linkedPorts: 1581: - - Pressed: Toggle + - - Pressed + - Toggle 504: - - Pressed: Toggle + - - Pressed + - Toggle - uid: 7644 components: - type: Transform @@ -40349,7 +40706,8 @@ entities: - type: DeviceLinkSource linkedPorts: 1909: - - Pressed: Toggle + - - Pressed + - Toggle - uid: 7646 components: - type: Transform @@ -40358,7 +40716,8 @@ entities: - type: DeviceLinkSource linkedPorts: 454: - - Pressed: Toggle + - - Pressed + - Toggle - proto: SignalSwitchDirectional entities: - uid: 694 @@ -40367,801 +40726,1275 @@ entities: rot: 3.141592653589793 rad pos: 16.5,9.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 1891: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1910: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1890: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1889: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1790: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1897: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7005 components: - type: Transform pos: 2.5,10.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2243: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2233: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2238: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2372: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7430 components: - type: Transform pos: 24.5,12.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 146: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1888: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2154: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 151: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1916: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7435 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,10.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 7330: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 3182: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7459 components: - type: Transform pos: 58.5,26.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2501: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2503: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2500: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7461 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,27.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2514: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2507: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2526: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2517: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7462 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,40.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2499: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7467 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,35.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 152: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2528: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2468: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7471 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,58.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2742: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2754: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7473 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,23.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2618: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2632: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7475 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,27.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2615: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7479 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,21.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2616: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2623: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7480 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,14.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2621: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2619: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7481 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,2.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2494: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2388: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2624: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7484 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,5.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2633: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7488 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-6.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2477: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2476: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7489 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-7.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2475: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7490 components: - type: Transform pos: 34.5,3.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2474: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2479: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7491 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-3.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2478: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7493 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,3.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 1914: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 1913: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7499 components: - type: Transform pos: 0.5,19.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2382: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2383: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7502 components: - type: Transform pos: 1.5,8.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2340: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2360: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7503 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,1.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2339: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2255: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2263: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2361: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7507 components: - type: Transform pos: 9.5,4.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2273: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7508 components: - type: Transform pos: 13.5,4.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2264: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7509 components: - type: Transform pos: 6.5,-4.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2324: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2332: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2336: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7556 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2362: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7557 components: - type: Transform pos: 18.5,-13.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2381: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2242: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7558 components: - type: Transform pos: 18.5,-9.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2453: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2461: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7562 components: - type: Transform pos: 45.5,-13.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2486: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2482: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2485: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7563 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-13.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2235: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2489: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2487: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2488: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7565 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-1.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 217: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7569 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-9.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2251: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 218: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2252: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7570 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-0.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2254: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7575 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,9.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2437: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2386: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2389: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2390: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7576 components: - type: Transform pos: 60.5,3.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2490: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2492: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2491: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7580 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,5.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2168: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7590 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,11.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2498: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2497: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7591 components: - type: Transform pos: 25.5,20.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2473: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2451: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2387: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7592 components: - type: Transform pos: 14.5,29.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2470: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2469: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2472: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7593 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,29.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2471: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7594 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,18.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2604: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2606: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7595 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,21.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2620: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7598 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,24.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2531: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2556: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2543: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2536: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7599 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,36.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 7113: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 6708: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7600 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,33.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2563: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2534: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7601 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,30.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2605: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7602 components: - type: Transform pos: 32.5,39.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 7028: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2602: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2579: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7604 components: - type: Transform pos: 45.5,35.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2571: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7605 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,35.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2588: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2577: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7623 components: - type: Transform pos: 42.5,52.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2642: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2643: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2644: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2670: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7626 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,49.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2635: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2636: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7627 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,56.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2640: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2641: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2634: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2638: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2639: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2637: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 7828 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-10.5 parent: 2 + - type: SignalSwitch + state: True - type: DeviceLinkSource linkedPorts: 2322: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2290: - - On: On - - Off: Off + - - On + - On + - - Off + - Off 2318: - - On: On - - Off: Off + - - On + - On + - - Off + - Off + lastSignals: + Status: True - uid: 8262 components: - type: Transform @@ -41171,7 +42004,8 @@ entities: - type: DeviceLinkSource linkedPorts: 28: - - Off: DoorBolt + - - Off + - DoorBolt - uid: 8263 components: - type: Transform @@ -41181,7 +42015,8 @@ entities: - type: DeviceLinkSource linkedPorts: 29: - - Off: DoorBolt + - - Off + - DoorBolt - proto: SignArmory entities: - uid: 1430 @@ -41238,6 +42073,8 @@ entities: entities: - uid: 8239 components: + - type: MetaData + desc: I poooooooop - type: Transform pos: 3.5,-3.5 parent: 2 @@ -41280,6 +42117,28 @@ entities: rot: 3.141592653589793 rad pos: 35.5,8.9 parent: 2 + - uid: 8317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.7 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 8316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,6.5 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 8286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,6.3 + parent: 2 - proto: SignDirectionalEng entities: - uid: 6175 @@ -41294,6 +42153,12 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,17.7 parent: 2 + - uid: 8318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 - proto: SignDirectionalEvac entities: - uid: 2054 @@ -41328,6 +42193,12 @@ entities: - type: Transform pos: 40.5,17.3 parent: 2 + - uid: 8321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,7.5 + parent: 2 - proto: SignDirectionalMed entities: - uid: 6176 @@ -41341,6 +42212,12 @@ entities: - type: Transform pos: 40.5,21.3 parent: 2 + - uid: 8315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,6.7 + parent: 2 - proto: SignDirectionalSci entities: - uid: 7414 @@ -41348,6 +42225,18 @@ entities: - type: Transform pos: 40.5,21.7 parent: 2 + - uid: 8319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.3 + parent: 2 + - uid: 8320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,7.7 + parent: 2 - proto: SignDirectionalSec entities: - uid: 7415 @@ -41363,13 +42252,6 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,17.3 parent: 2 -- proto: SignDisposalSpace - entities: - - uid: 381 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 2 - proto: SignEngineering entities: - uid: 1759 @@ -41402,6 +42284,9 @@ entities: entities: - uid: 297 components: + - type: MetaData + desc: Because you're the janitor. And it's snot. + name: _j_a_n_i_t_o_r_s_i_g_n_ - type: Transform pos: 3.5,5.5 parent: 2 @@ -41495,6 +42380,9 @@ entities: entities: - uid: 265 components: + - type: MetaData + desc: A sign warning that the area ahead is nothing but cold, empty space. Well, empty space. Space isn't cold. I mean, space here is, but actual space isn't- you know what? Nevermind. Cold, empty space. Whatever. + name: _s_p_a_c_e_s_i_g_n_ - type: Transform pos: 3.5,7.5 parent: 2 @@ -42102,10 +42990,10 @@ entities: parent: 2 - proto: SpawnMobSmile entities: - - uid: 7555 + - uid: 141 components: - type: Transform - pos: 54.5,1.5 + pos: 52.5,0.5 parent: 2 - proto: SpawnPointAtmos entities: @@ -42501,11 +43389,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-2.5 parent: 2 - - uid: 5900 - components: - - type: Transform - pos: 45.5,-12.5 - parent: 2 - uid: 6166 components: - type: Transform @@ -42536,6 +43419,71 @@ entities: - type: Transform pos: 55.5,38.5 parent: 2 + - uid: 8313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-12.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,52.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,42.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,28.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,20.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,3.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,5.5 + parent: 2 - proto: StationRecordsComputerCircuitboard entities: - uid: 8216 @@ -43844,11 +44792,6 @@ entities: - type: Transform pos: 32.5,12.5 parent: 2 - - uid: 7567 - components: - - type: Transform - pos: 25.5,-9.5 - parent: 2 - uid: 7653 components: - type: Transform @@ -44017,6 +44960,16 @@ entities: parent: 2 - type: PointLight color: '#FF3300FF' + - type: ExplodeOnTrigger + - type: Explosive + canCreateVacuum: False + totalIntensity: 30 + maxIntensity: 10 + explosionType: HardBomb + - type: TriggerOnSignal + - type: DeviceLinkSink + ports: + - Trigger - proto: TelecomServerCircuitboard entities: - uid: 2173 @@ -44210,56 +45163,95 @@ entities: - type: DeviceLinkSource linkedPorts: 254: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 150: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 258: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 256: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 290: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 259: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 165: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 294: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 118: - - Left: Reverse - - Right: Forward - - Middle: Off + - - Left + - Reverse + - - Right + - Forward + - - Middle + - Off 382: - - Left: Open - - Right: Close - - Middle: Close + - - Left + - Open + - - Right + - Close + - - Middle + - Close 357: - - Left: Close - - Right: Open - - Middle: Close + - - Left + - Close + - - Right + - Open + - - Middle + - Close - proto: UniformPrinter entities: - - uid: 2279 + - uid: 2275 components: - type: Transform - pos: 44.5,29.5 + pos: 45.5,29.5 parent: 2 + - type: TechnologyDatabase + supportedDisciplines: + - Industrial + - Arsenal + - Experimental + - CivilianServices - proto: VendingMachineBooze entities: - uid: 1374 @@ -44274,6 +45266,13 @@ entities: - type: Transform pos: 46.5,29.5 parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 1402 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 - proto: VendingMachineChemDrobe entities: - uid: 636 @@ -44783,11 +45782,6 @@ entities: - type: Transform pos: 17.5,43.5 parent: 2 - - uid: 894 - components: - - type: Transform - pos: 59.5,6.5 - parent: 2 - uid: 895 components: - type: Transform @@ -51562,73 +52556,135 @@ entities: - type: Transform pos: 10.5,-7.5 parent: 2 -- proto: WeaponTurretSyndicateBroken +- proto: WeaponEnergyTurretAI entities: - - uid: 77 - components: - - type: Transform - pos: 31.5,55.5 - parent: 2 - - uid: 141 + - uid: 1540 components: - type: Transform pos: 33.5,55.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 1920 + components: + - type: Transform + pos: 31.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 2188 components: - type: Transform pos: 34.5,50.5 parent: 2 - - uid: 2188 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 2607 components: - type: Transform pos: 27.5,49.5 parent: 2 - - uid: 2607 - components: - - type: Transform - pos: 20.5,57.5 - parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 2762 components: - type: Transform pos: 21.5,57.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 2764 + components: + - type: Transform + pos: 20.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 2766 components: - type: Transform pos: 19.5,49.5 parent: 2 - - uid: 2766 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 2767 components: - type: Transform pos: 23.5,49.5 parent: 2 - - uid: 2767 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 7555 components: - type: Transform pos: 25.5,57.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 7622 components: - type: Transform pos: 37.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 7628 components: - type: Transform pos: 42.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 - uid: 7629 - components: - - type: Transform - pos: 49.5,50.5 - parent: 2 - - uid: 7630 components: - type: Transform pos: 50.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 + - uid: 7630 + components: + - type: Transform + pos: 49.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8332 +- proto: WeaponEnergyTurretAIControlPanel + entities: + - uid: 8332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,59.5 + parent: 2 + - type: DeviceList + devices: + - 2764 + - 2762 + - 2766 + - 2767 + - 7555 + - 2607 + - 2188 + - 1920 + - 1540 + - 7622 + - 7628 + - 7630 + - 7629 - proto: Welder entities: - uid: 7549 @@ -51907,7 +52963,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -117524.16 + secondsUntilStateChange: -122722.266 state: Opening - type: Airlock autoClose: False diff --git a/Resources/Prototypes/Maps/relic.yml b/Resources/Prototypes/Maps/relic.yml index ba93dfa2b4..1cfa5c66ec 100644 --- a/Resources/Prototypes/Maps/relic.yml +++ b/Resources/Prototypes/Maps/relic.yml @@ -2,8 +2,8 @@ id: Relic mapName: 'Relic' mapPath: /Maps/relic.yml - minPlayers: 20 - #maxPlayers: 55 + minPlayers: 10 + maxPlayers: 50 stations: Relic: stationProto: StandardNanotrasenStation @@ -20,7 +20,7 @@ - type: StationCargoShuttle path: /Maps/Shuttles/cargo_relic.yml - type: StationJobs - availableJobs: # 31 jobs total w/o latejoins & interns, 43 jobs total w/ latejoins & interns + availableJobs: #command (7) Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] From bbf6d745f607c20fe03e087fd8b15aed6793eab1 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 11 Jun 2025 22:26:46 +0000 Subject: [PATCH 037/168] Automatic changelog update --- Resources/Changelog/Maps.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 87c8b8f77d..e73602c137 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -355,4 +355,12 @@ id: 43 time: '2025-06-10T09:36:33.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38209 +- author: Vortebo + changes: + - message: On Relic, mapping errors have been fixed and more job-required equipment + is available. + type: Fix + id: 44 + time: '2025-06-11T22:25:38.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38269 Order: 1 From a8801e4abf2ef100d65b4cfd62a5854b7f38f75b Mon Sep 17 00:00:00 2001 From: RedBookcase Date: Wed, 11 Jun 2025 16:29:27 -0700 Subject: [PATCH 038/168] Removed Toys.rsi, reorganize toy RSIs, broad /Fun/ cleanup. (#37189) Co-authored-by: RedBookcase Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Systems/AdminVerbSystem.Smites.cs | 4 +- .../Prototypes/Catalog/Cargo/cargo_fun.yml | 12 +- .../Markers/Spawners/Conditional/nukies.yml | 4 +- .../Entities/Markers/Spawners/Random/toy.yml | 6 +- .../Entities/Objects/Fun/immovable_rod.yml | 6 +- .../Entities/Objects/Fun/plushies.yml | 1146 +++++++++++++ .../Entities/Objects/Fun/snap_pops.yml | 8 +- .../Prototypes/Entities/Objects/Fun/toys.yml | 1479 ++--------------- .../Guns/Ammunition/Projectiles/toy.yml | 2 +- .../Weapons/Guns/Projectiles/projectiles.yml | 2 +- .../Objects/Weapons/Guns/Rifles/rifles.yml | 6 +- .../Weapons/Throwable/scattering_grenades.yml | 2 +- .../Graphs/clothing/lizard_slippers.yml | 8 +- .../Recipes/Cooking/food_sequence_element.yml | 102 +- .../Interface/Emotes/attributions.yml | 2 +- .../Fun/{toys.rsi/AI.png => AI.rsi/icon.png} | Bin .../Textures/Objects/Fun/AI.rsi/meta.json | 14 + .../corgi.rsi/icon.png} | Bin .../corgi.rsi/inhand-left.png} | Bin .../corgi.rsi/inhand-right.png} | Bin .../Objects/Fun/Balloons/corgi.rsi/meta.json | 22 + .../nanotrasen.rsi/icon.png} | Bin .../nanotrasen.rsi/inhand-left.png} | Bin .../nanotrasen.rsi/inhand-right.png} | Bin .../Fun/Balloons/nanotrasen.rsi/meta.json | 22 + .../syndicate.rsi/icon.png} | Bin .../syndicate.rsi/inhand-left.png} | Bin .../syndicate.rsi/inhand-right.png} | Bin .../Fun/Balloons/syndicate.rsi/meta.json | 22 + .../basketball.rsi/icon.png} | Bin .../basketball.rsi/inhand-left.png} | Bin .../basketball.rsi/inhand-right.png} | Bin .../Fun/Balls/basketball.rsi/meta.json | 82 + .../beach_ball.rsi/icon.png} | Bin .../beach_ball.rsi/inhand-left.png} | Bin .../beach_ball.rsi/inhand-right.png} | Bin .../Fun/Balls/beach_ball.rsi/meta.json | 22 + .../football.rsi/icon.png} | Bin .../football.rsi/inhand-left.png} | Bin .../football.rsi/inhand-right.png} | Bin .../Objects/Fun/Balls/football.rsi/meta.json | 22 + .../foam_blade.rsi/icon.png} | Bin .../foam_blade.rsi/inhand-left.png} | Bin .../foam_blade.rsi/inhand-right.png} | Bin .../Objects/Fun/Foam/foam_blade.rsi/meta.json | 22 + .../foam_crossbow.rsi}/foambox.png | Bin .../foam_crossbow.rsi}/foamdart.png | Bin .../foam_crossbow.rsi/icon.png} | Bin .../foam_crossbow.rsi/inhand-left.png} | Bin .../foam_crossbow.rsi/inhand-right.png} | Bin .../Fun/Foam/foam_crossbow.rsi/meta.json | 28 + .../Foam/foam_grenade.rsi}/icon.png | Bin .../Foam/foam_grenade.rsi}/inhand-left.png | Bin .../Foam/foam_grenade.rsi}/inhand-right.png | Bin .../Foam/foam_grenade.rsi}/meta.json | 0 .../Foam/foam_grenade.rsi}/primed.png | Bin .../Foam}/foam_rifle.rsi/bolt-open.png | Bin .../foam_rifle.rsi/equipped-BACKPACK.png | Bin .../foam_rifle.rsi/equipped-SUITSTORAGE.png | Bin .../Foam}/foam_rifle.rsi/icon.png | Bin .../Foam}/foam_rifle.rsi/meta.json | 0 .../foam_rifle_inhand_64x.rsi/inhand-left.png | Bin .../inhand-right.png | Bin .../Foam}/foam_rifle_inhand_64x.rsi/meta.json | 0 .../wielded-inhand-left.png | Bin .../wielded-inhand-right.png | Bin .../arachnid.rsi/icon.png} | Bin .../Fun/Plushies/arachnid.rsi/meta.json | 14 + .../atmosian.rsi/icon.png} | Bin .../Fun/Plushies/atmosian.rsi/meta.json | 14 + .../bee.rsi/equipped-HELMET.png} | Bin .../bee.rsi/icon.png} | Bin .../bee.rsi/inhand-left.png} | Bin .../bee.rsi/inhand-right.png} | Bin .../Objects/Fun/Plushies/bee.rsi/meta.json | 26 + .../carp.rsi}/carpplush-inhand-left.png | Bin .../carp.rsi}/carpplush-inhand-right.png | Bin .../carp.rsi}/carpplush.png | Bin .../carp.rsi}/holoplush.png | Bin .../carp.rsi}/magicplush.png | Bin .../Objects/Fun/Plushies/carp.rsi/meta.json | 57 + .../rainbowcarpplush-inhand-left.png | Bin .../rainbowcarpplush-inhand-right.png | Bin .../carp.rsi}/rainbowcarpplush.png | Bin .../Objects/Fun/Plushies/diona.rsi/meta.json | 17 + .../diona.rsi}/plushie_diona.png | Bin .../diona.rsi}/plushie_diona1.png | Bin .../expi.rsi/equipped-HELMET.png} | Bin .../expi.png => Plushies/expi.rsi/icon.png} | Bin .../expi.rsi/inhand-left.png} | Bin .../expi.rsi/inhand-right.png} | Bin .../Objects/Fun/Plushies/expi.rsi/meta.json | 26 + .../hampter.rsi/icon.png} | Bin .../Fun/Plushies/hampter.rsi/meta.json | 14 + .../human.rsi/icon.png} | Bin .../Objects/Fun/Plushies/human.rsi/meta.json | 14 + .../lamp.rsi/icon.png} | Bin .../Objects/Fun/Plushies/lamp.rsi/meta.json | 14 + .../lizard.rsi/equipped-HELMET.png} | Bin .../lizard.rsi/icon.png} | Bin .../lizard.rsi/inhand-left.png} | Bin .../lizard.rsi/inhand-right.png} | Bin .../Objects/Fun/Plushies/lizard.rsi/meta.json | 67 + .../lizard.rsi}/plushie_lizard_inversed.png | Bin .../lizard.rsi}/plushie_spacelizard.png | Bin ...plushielizardinversed-equipped-HELMET.png} | Bin .../plushielizardinversed-inhand-left.png | Bin .../plushielizardinversed-inhand-right.png | Bin .../rainbowlizardplush-inhand-left.png | Bin .../rainbowlizardplush-inhand-right.png | Bin .../lizard.rsi}/rainbowlizardplush.png | Bin .../spacelizard-equipped-HELMET.png | Bin .../lizard.rsi}/spacelizard-inhand-left.png | Bin .../lizard.rsi}/spacelizard-inhand-right.png | Bin .../Textures/Objects/Fun/Plushies/meta.json | 14 + .../moth.rsi/icon.png} | Bin .../Objects/Fun/Plushies/moth.rsi/meta.json | 14 + .../narsie.rsi/icon.png} | Bin .../Objects/Fun/Plushies/narsie.rsi/meta.json | 14 + .../nukie.rsi/icon.png} | Bin .../Objects/Fun/Plushies/nukie.rsi/meta.json | 14 + .../penguin.rsi/icon.png} | Bin .../Fun/Plushies/penguin.rsi/meta.json | 14 + .../ratvar.rsi/icon.png} | Bin .../Objects/Fun/Plushies/ratvar.rsi/meta.json | 14 + .../rouny.rsi/icon.png} | Bin .../Objects/Fun/Plushies/rouny.rsi/meta.json | 15 + .../shark.rsi}/blue-inhand-left.png | Bin .../shark.rsi}/blue-inhand-right.png | Bin .../shark.rsi}/blue.png | Bin .../shark.rsi}/grey-inhand-left.png | Bin .../shark.rsi}/grey-inhand-right.png | Bin .../shark.rsi}/grey.png | Bin .../shark.rsi}/meta.json | 2 +- .../shark.rsi}/pink-inhand-left.png | Bin .../shark.rsi}/pink-inhand-right.png | Bin .../shark.rsi}/pink.png | Bin .../slime.rsi/icon.png} | Bin .../Objects/Fun/Plushies/slime.rsi/meta.json | 14 + .../snake.rsi/equipped-NECK.png} | Bin .../snake.rsi/icon.png} | Bin .../snake.rsi/inhand-left.png} | Bin .../snake.rsi/inhand-right.png} | Bin .../Objects/Fun/Plushies/snake.rsi/meta.json | 26 + .../vox.rsi/icon.png} | Bin .../Objects/Fun/Plushies/vox.rsi/meta.json | 14 + .../xeno.rsi/icon.png} | Bin .../Objects/Fun/Plushies/xeno.rsi/meta.json | 14 + .../Fun/{toys.rsi => capgun.rsi}/base.png | Bin .../{toys.rsi => capgun.rsi}/bolt-closed.png | Bin .../{toys.rsi => capgun.rsi}/bolt-open.png | Bin .../{toys.rsi => capgun.rsi}/capbullet.png | Bin .../Textures/Objects/Fun/capgun.rsi/icon.png | Bin 0 -> 308 bytes .../inhand-left.png} | Bin .../inhand-right.png} | Bin .../Textures/Objects/Fun/capgun.rsi/meta.json | 34 + .../Objects/Fun/expiplush.rsi/meta.json | 26 - .../orb.png => pondering_orb.rsi/icon.png} | Bin .../inhand-left.png} | Bin .../inhand-right.png} | Bin .../Objects/Fun/pondering_orb.rsi/meta.json | 30 + .../icon.png} | Bin .../Objects/Fun/rubber_chicken.rsi/meta.json | 14 + .../spbox.png => snap_pops.rsi/box.png} | Bin .../snappop.png => snap_pops.rsi/icon.png} | Bin .../Objects/Fun/snap_pops.rsi/meta.json | 17 + .../ian.png => toy_ian.rsi/icon.png} | Bin .../Objects/Fun/toy_ian.rsi/meta.json | 14 + .../equipped-HELMET.png} | Bin .../toy_mouse.png => toy_mouse.rsi/icon.png} | Bin .../Objects/Fun/toy_mouse.rsi/meta.json | 18 + .../nuketoy.png => toy_nuke.rsi/icon.png} | Bin .../Objects/Fun/toy_nuke.rsi/meta.json | 20 + .../icon.png} | Bin .../Objects/Fun/toy_singularity.rsi/meta.json | 27 + .../Textures/Objects/Fun/toys.rsi/meta.json | 425 ----- 176 files changed, 2251 insertions(+), 1851 deletions(-) create mode 100644 Resources/Prototypes/Entities/Objects/Fun/plushies.yml rename Resources/Textures/Objects/Fun/{toys.rsi/AI.png => AI.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/AI.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/corgib.png => Balloons/corgi.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/corgib-inhand-left.png => Balloons/corgi.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/corgib-inhand-right.png => Balloons/corgi.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balloons/corgi.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/ntb.png => Balloons/nanotrasen.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/ntb-inhand-left.png => Balloons/nanotrasen.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/ntb-inhand-right.png => Balloons/nanotrasen.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/synb.png => Balloons/syndicate.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/synb-inhand-left.png => Balloons/syndicate.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/synb-inhand-right.png => Balloons/syndicate.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/basketball.png => Balls/basketball.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/bask-inhand-left.png => Balls/basketball.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/bask-inhand-right.png => Balls/basketball.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balls/basketball.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/beachball.png => Balls/beach_ball.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/beachb-inhand-left.png => Balls/beach_ball.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/beachb-inhand-right.png => Balls/beach_ball.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/football.png => Balls/football.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/footb-inhand-left.png => Balls/football.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/footb-inhand-right.png => Balls/football.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Balls/football.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/foamblade.png => Foam/foam_blade.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/foamblade-inhand-left.png => Foam/foam_blade.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/foamblade-inhand-right.png => Foam/foam_blade.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => Foam/foam_crossbow.rsi}/foambox.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Foam/foam_crossbow.rsi}/foamdart.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/foamcrossbow.png => Foam/foam_crossbow.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/foamcrossbow-inhand-left.png => Foam/foam_crossbow.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/foamcrossbow-inhand-right.png => Foam/foam_crossbow.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/meta.json rename Resources/Textures/Objects/{Weapons/Grenades/foamdart.rsi => Fun/Foam/foam_grenade.rsi}/icon.png (100%) rename Resources/Textures/Objects/{Weapons/Grenades/foamdart.rsi => Fun/Foam/foam_grenade.rsi}/inhand-left.png (100%) rename Resources/Textures/Objects/{Weapons/Grenades/foamdart.rsi => Fun/Foam/foam_grenade.rsi}/inhand-right.png (100%) rename Resources/Textures/Objects/{Weapons/Grenades/foamdart.rsi => Fun/Foam/foam_grenade.rsi}/meta.json (100%) rename Resources/Textures/Objects/{Weapons/Grenades/foamdart.rsi => Fun/Foam/foam_grenade.rsi}/primed.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle.rsi/bolt-open.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle.rsi/icon.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle.rsi/meta.json (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle_inhand_64x.rsi/inhand-left.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle_inhand_64x.rsi/inhand-right.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle_inhand_64x.rsi/meta.json (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle_inhand_64x.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/Objects/{Weapons/Guns/Rifles => Fun/Foam}/foam_rifle_inhand_64x.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_arachnid.png => Plushies/arachnid.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_atmosian.png => Plushies/atmosian.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/bee-equipped-HELMET.png => Plushies/bee.rsi/equipped-HELMET.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_h.png => Plushies/bee.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/bee-inhand-left.png => Plushies/bee.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/bee-inhand-right.png => Plushies/bee.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/bee.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/carpplush-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/carpplush-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/carpplush.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/holoplush.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/magicplush.png (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/carp.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/rainbowcarpplush-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/rainbowcarpplush-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/carp.rsi}/rainbowcarpplush.png (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/diona.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/diona.rsi}/plushie_diona.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/diona.rsi}/plushie_diona1.png (100%) rename Resources/Textures/Objects/Fun/{expiplush.rsi/expi-equipped-HELMET.png => Plushies/expi.rsi/equipped-HELMET.png} (100%) rename Resources/Textures/Objects/Fun/{expiplush.rsi/expi.png => Plushies/expi.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{expiplush.rsi/expi-inhand-left.png => Plushies/expi.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{expiplush.rsi/expi-inhand-right.png => Plushies/expi.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/expi.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_hampter.png => Plushies/hampter.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/hampter.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_human.png => Plushies/human.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/human.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_lamp.png => Plushies/lamp.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/lamp.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/lizard-equipped-HELMET.png => Plushies/lizard.rsi/equipped-HELMET.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_lizard.png => Plushies/lizard.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushielizard-inhand-left.png => Plushies/lizard.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushielizard-inhand-right.png => Plushies/lizard.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/plushie_lizard_inversed.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/plushie_spacelizard.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/lizard-inversed-equipped-HELMET.png => Plushies/lizard.rsi/plushielizardinversed-equipped-HELMET.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/plushielizardinversed-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/plushielizardinversed-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/rainbowlizardplush-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/rainbowlizardplush-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/rainbowlizardplush.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/spacelizard-equipped-HELMET.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/spacelizard-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => Plushies/lizard.rsi}/spacelizard-inhand-right.png (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_moth.png => Plushies/moth.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/moth.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/narplush.png => Plushies/narsie.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/narsie.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_nuke.png => Plushies/nukie.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/nukie.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_penguin.png => Plushies/penguin.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/penguin.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_ratvar.png => Plushies/ratvar.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_rouny.png => Plushies/rouny.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/rouny.rsi/meta.json rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/blue-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/blue-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/blue.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/grey-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/grey-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/grey.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/meta.json (99%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/pink-inhand-left.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/pink-inhand-right.png (100%) rename Resources/Textures/Objects/Fun/{sharkplush.rsi => Plushies/shark.rsi}/pink.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_slime.png => Plushies/slime.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/slime.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushiesnake-equipped-NECK.png => Plushies/snake.rsi/equipped-NECK.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_snake.png => Plushies/snake.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushiesnake-inhand-left.png => Plushies/snake.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/plushiesnake-inhand-right.png => Plushies/snake.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/snake.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_vox.png => Plushies/vox.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/vox.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/plushie_xeno.png => Plushies/xeno.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/Plushies/xeno.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi => capgun.rsi}/base.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => capgun.rsi}/bolt-closed.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => capgun.rsi}/bolt-open.png (100%) rename Resources/Textures/Objects/Fun/{toys.rsi => capgun.rsi}/capbullet.png (100%) create mode 100644 Resources/Textures/Objects/Fun/capgun.rsi/icon.png rename Resources/Textures/Objects/Fun/{toys.rsi/capgun-inhand-left.png => capgun.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/capgun-inhand-right.png => capgun.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/capgun.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Fun/expiplush.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/orb.png => pondering_orb.rsi/icon.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/orb-inhand-left.png => pondering_orb.rsi/inhand-left.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/orb-inhand-right.png => pondering_orb.rsi/inhand-right.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/pondering_orb.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/rubber_chicken.png => rubber_chicken.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/rubber_chicken.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/spbox.png => snap_pops.rsi/box.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/snappop.png => snap_pops.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/snap_pops.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/ian.png => toy_ian.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/toy_ian.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/mouse-equipped-HELMET.png => toy_mouse.rsi/equipped-HELMET.png} (100%) rename Resources/Textures/Objects/Fun/{toys.rsi/toy_mouse.png => toy_mouse.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/toy_mouse.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/nuketoy.png => toy_nuke.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/toy_nuke.rsi/meta.json rename Resources/Textures/Objects/Fun/{toys.rsi/singularitytoy.png => toy_singularity.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Objects/Fun/toy_singularity.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Fun/toys.rsi/meta.json diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index 15cf24d0f2..eda7149148 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -416,7 +416,7 @@ public sealed partial class AdminVerbSystem { Text = pinballName, Category = VerbCategory.Smite, - Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/toys.rsi"), "basketball"), + Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/Balls/basketball.rsi"), "icon"), Act = () => { var xform = Transform(args.Target); @@ -685,7 +685,7 @@ public sealed partial class AdminVerbSystem { Text = reptilianName, Category = VerbCategory.Smite, - Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/toys.rsi"), "plushie_lizard"), + Icon = new SpriteSpecifier.Rsi(new ("Textures/Objects/Fun/Plushies/lizard.rsi"), "icon"), Act = () => { _polymorphSystem.PolymorphEntity(args.Target, "AdminLizardSmite"); diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index db84ce3b2c..445e7d941b 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -91,7 +91,7 @@ - type: cargoProduct id: CrateFunFoamGuns icon: - sprite: Objects/Weapons/Guns/Rifles/foam_rifle.rsi + sprite: Objects/Fun/Foam/foam_rifle.rsi state: icon product: CrateFunFoamGuns cost: 3000 @@ -101,8 +101,8 @@ - type: cargoProduct id: FunPlushies icon: - sprite: Objects/Fun/toys.rsi - state: plushie_h + sprite: Objects/Fun/Plushies/human.rsi + state: icon product: CrateFunPlushie cost: 1000 category: cargoproduct-category-name-fun @@ -111,8 +111,8 @@ - type: cargoProduct id: FunLizardPlushies icon: - sprite: Objects/Fun/toys.rsi - state: plushie_lizard + sprite: Objects/Fun/Plushies/lizard.rsi + state: icon product: CrateFunLizardPlushieBulk cost: 500 category: cargoproduct-category-name-fun @@ -121,7 +121,7 @@ - type: cargoProduct id: FunSharkPlushies icon: - sprite: Objects/Fun/sharkplush.rsi + sprite: Objects/Fun/Plushies/shark.rsi state: blue product: CrateFunSharkPlushieBulk cost: 500 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Conditional/nukies.yml b/Resources/Prototypes/Entities/Markers/Spawners/Conditional/nukies.yml index 9ee323b470..16f3d4d460 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Conditional/nukies.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Conditional/nukies.yml @@ -7,5 +7,5 @@ - type: Sprite layers: - state: green - - sprite: Objects/Fun/toys.rsi - state: synb \ No newline at end of file + - sprite: Objects/Fun/Balloons/syndicate.rsi + state: icon diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml index 48e8b1a178..f77712839c 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml @@ -6,8 +6,8 @@ - type: Sprite layers: - state: red - - sprite: Objects/Fun/toys.rsi - state: plushie_h + - sprite: Objects/Fun/Plushies/bee.rsi + state: icon - type: RandomSpawner rarePrototypes: - FoamBlade @@ -101,7 +101,7 @@ - ToyFigurineLawyer - ToyFigurineCargoTech - ToyFigurineSalvage - - ToyFigurineQuartermaster + - ToyFigurineQuartermaster - ToyFigurineChiefEngineer - ToyFigurineAtmosTech - ToyFigurineEngineer diff --git a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml index 9a7a1ab4fb..e57223e1b4 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml @@ -119,7 +119,7 @@ description: SHARK TORNADO! components: - type: Sprite - sprite: Objects/Fun/sharkplush.rsi + sprite: Objects/Fun/Plushies/shark.rsi state: blue rotation: 90 noRot: false @@ -190,6 +190,6 @@ description: WEH! components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: plushie_lizard + sprite: Objects/Fun/Plushies/lizard.rsi + state: icon noRot: false diff --git a/Resources/Prototypes/Entities/Objects/Fun/plushies.yml b/Resources/Prototypes/Entities/Objects/Fun/plushies.yml new file mode 100644 index 0000000000..eeef773f31 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Fun/plushies.yml @@ -0,0 +1,1146 @@ +## Plushies + +- type: entity + abstract: true + parent: [BaseItem, BaseStash] + id: BasePlushie + components: + - type: EmitSoundOnUse + sound: + collection: ToySqueak + - type: EmitSoundOnActivate + sound: + collection: ToySqueak + - type: EmitSoundOnCollide + sound: + collection: ToySqueak + - type: EmitSoundOnLand + sound: + collection: ToyFall + - type: EmitSoundOnTrigger + sound: + collection: ToySqueak + - type: UseDelay + delay: 1.0 + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + collection: ToySqueak + damage: + types: + Blunt: 0 + hidden: true + - type: PhysicalComposition + materialComposition: + Cloth: 100 + - type: StaticPrice + price: 5 + - type: Food + requiresSpecialDigestion: true + useSound: + collection: ToySqueak + delay: 2 + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: Tag + tags: + - Payload + - ClothMade + +- type: entity + parent: BasePlushie + id: PlushieThrongler + name: throngler plushie + description: A stuffed toy to remind cargo techs of what they can no longer have. + components: + - type: Sprite + sprite: Objects/Weapons/Melee/ThronglerPlushie.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + attackRate: 10 + - type: Item + size: Ginormous + sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi + - type: FoodSequenceElement + entries: + CottonBurger: ThronglerPlushie + + +- type: entity + parent: BasePlushie + id: PlushieGhost + name: ghost soft toy + description: The start of your personal GHOST GANG! + components: + - type: Sprite + sprite: Mobs/Ghosts/ghost_human.rsi + state: icon + noRot: true + - type: Item + - type: Physics + angularDamping: 0.02 + linearDamping: 0.02 + fixedRotation: true + bodyType: Dynamic + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.25,-0.25,0.25,0.25" + density: 20 + mask: + - ItemMask + restitution: 0.98 + friction: 0.01 + - type: TileFrictionModifier + modifier: 0.1 + - type: RandomWalk + accumulatorRatio: 0.5 + maxSpeed: 1 + minSpeed: 0.25 + - type: FoodSequenceElement + entries: + CottonBurger: GhostPlushie + - type: Tag + tags: + - ForceableFollow + - PlushieGhost + - Payload + +- type: entity + parent: PlushieGhost + id: PlushieGhostRevenant + categories: [ DoNotMap ] + name: revenant soft toy + description: So soft it almost makes you want to take a nap... + components: + - type: Sprite + sprite: Mobs/Ghosts/revenant.rsi + state: icon + noRot: true + - type: Item + size: Normal + - type: Construction + graph: PlushieGhostRevenant + node: plushie + - type: FoodSequenceElement + entries: + CottonBurger: RevenantPlushie + +- type: entity + parent: BasePlushie + id: PlushieBee + name: bee plushie + description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/bee.rsi + state: icon + - type: Item + size: Normal + sprite: Objects/Fun/Plushies/bee.rsi + - type: Extractable + grindableSolutionName: bee + - type: SolutionContainerManager + solutions: + bee: + reagents: + - ReagentId: GroundBee + Quantity: 10 + food: + maxVol: 10 + reagents: + - ReagentId: GroundBee + Quantity: 5 + - ReagentId: Fiber + Quantity: 5 + - type: Clothing + quickEquip: false + sprite: Objects/Fun/Plushies/bee.rsi + slots: + - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: BeePlushie + +- type: entity + parent: BasePlushie + id: PlushieHampter + name: hampter plushie + description: A cute stuffed toy that resembles a hamster. Its face looks squished. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/hampter.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: FoodSequenceElement + entries: + CottonBurger: HamptrPlushie + +- type: entity + parent: PlushieBee + id: PlushieRGBee + name: RGBee plushie + description: A cute toy that resembles a bee plushie while you're on LSD. + components: + - type: PointLight + radius: 1.5 + energy: 2 + - type: RgbLightController + layers: [ 0 ] + - type: Item + inhandVisuals: + left: + - state: inhand-left + shader: unshaded + right: + - state: inhand-right + shader: unshaded + - type: Clothing + clothingVisuals: + head: + - state: equipped-HELMET + shader: unshaded + +- type: entity + parent: BasePlushie + id: PlushieNuke + name: nukie plushie + description: A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/nukie.rsi + state: icon + - type: FoodSequenceElement + entries: + CottonBurger: NukiePlushie + +- type: entity + parent: BasePlushie + id: PlushieRouny + name: rouny plushie + description: Rouny. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/rouny.rsi + state: icon + - type: Rotatable + - type: FoodSequenceElement + entries: + CottonBurger: RounyPlushie + +- type: entity + parent: BasePlushie + id: PlushieLamp + name: lamp plushie + description: A light emitting friend! + components: + - type: Sprite + sprite: Objects/Fun/Plushies/lamp.rsi + state: icon + - type: PointLight + radius: 1.5 + energy: 2 + netsync: false + - type: FoodSequenceElement + entries: + CottonBurger: LampPlushie + +- type: entity + parent: BasePlushie + id: PlushieArachind + name: arachnid plushie + description: An adorable stuffed toy that resembles an arachnid. It feels silky.. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/arachnid.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: FoodSequenceElement + entries: + CottonBurger: ArachnidPlushie + +- type: entity + parent: BasePlushie + id: PlushieLizard #Weh! + name: lizard plushie + description: An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" + components: + - type: Sprite + sprite: Objects/Fun/Plushies/lizard.rsi + state: icon + - type: Item + sprite: Objects/Fun/Plushies/lizard.rsi + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/weh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/weh.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/weh.ogg + - type: Extractable + juiceSolution: + reagents: + - ReagentId: JuiceThatMakesYouWeh + Quantity: 30 + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Fiber + Quantity: 10 + - ReagentId: JuiceThatMakesYouWeh + Quantity: 10 + - type: Clothing + quickEquip: false + sprite: Objects/Fun/Plushies/lizard.rsi + slots: + - HEAD + - type: Speech + speechVerb: Reptilian # for pais (In the secret stash) + - type: FoodSequenceElement + entries: + CottonBurger: LizardPlushie + - type: Tag + tags: + - Payload + - ClothMade + - PlushieLizard + +- type: entity + parent: BasePlushie + id: PlushieExperiment #Arf! + name: experiment plushie + description: A plushie of a canid of sorts, it yearns to be detonated on a landmine. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/expi.rsi + state: icon + - type: Item + sprite: Objects/Fun/Plushies/expi.rsi + inhandVisuals: + left: + - state: inhand-left + shader: shaded + right: + - state: inhand-right + shader: shaded + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/arf.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/arf.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/arf.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/arf.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/arf.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/arf.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/arf.ogg + - type: Clothing + clothingVisuals: + head: + - state: equipped-HELMET + shader: shaded + quickEquip: false + sprite: Objects/Fun/Plushies/expi.rsi + slots: + - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: ExperimentPlushie + - type: Tag + tags: + - Payload + - ClothMade + +- type: entity + parent: PlushieLizard + id: PlushieRainbowLizard #Weh but gay + name: rainbow lizard plushie + description: An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... + components: + - type: Sprite + state: rainbowlizardplush + - type: PointLight + radius: 1.5 + energy: 2 + - type: RgbLightController + layers: [ 0 ] + - type: Clothing + clothingVisuals: + head: + - state: lizard-equipped-HELMET + shader: unshaded + - type: Item + inhandVisuals: + left: + - state: rainbowlizardplush-inhand-left + shader: unshaded + right: + - state: rainbowlizardplush-inhand-right + shader: unshaded + +- type: entity + parent: PlushieLizard + id: PlushieLizardMirrored + suffix: Mirrored + components: + - type: Sprite + state: icon + scale: -1, 1 + +- type: entity + parent: PlushieLizard + id: PlushieSpaceLizard #ᵂᵉʰ! + name: space lizard plushie + description: An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" + components: + - type: Sprite + sprite: Objects/Fun/Plushies/lizard.rsi + state: plushie_spacelizard + - type: Item + sprite: Objects/Fun/Plushies/lizard.rsi + heldPrefix: spacelizard + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/muffled_weh.ogg + - type: Clothing + sprite: Objects/Fun/Plushies/lizard.rsi + slots: + - HEAD + quickEquip: false + clothingVisuals: + head: + - state: spacelizard-equipped-HELMET + offset: "0, 0.03" + - type: FoodSequenceElement + entries: + CottonBurger: SpaceLizardPlushie + +- type: entity + parent: PlushieLizard + id: PlushieLizardInversed #Hew! + name: drazil plushie + description: An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! + components: + - type: Sprite + state: plushie_lizard_inversed + - type: Item + heldPrefix: plushielizardinversed + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/hew.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/hew.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/hew.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/hew.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/hew.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/hew.ogg + - type: Extractable + juiceSolution: + reagents: + - ReagentId: JuiceThatMakesYouHew + Quantity: 30 + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Fiber + Quantity: 10 + - ReagentId: JuiceThatMakesYouHew + Quantity: 10 + - type: Clothing + quickEquip: false + sprite: Objects/Fun/Plushies/lizard.rsi + equippedPrefix: lizard-inversed + slots: + - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: InversedLizardPlushie + + +- type: entity + parent: BasePlushie + id: PlushieDiona + name: diona plushie + description: An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! + components: + - type: Sprite + sprite: Objects/Fun/Plushies/diona.rsi + layers: + - state: plushie_diona + - state: plushie_diona1 + map: [ "enum.SolutionContainerLayers.Fill" ] + visible: false + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/toy_rustle.ogg + - type: SolutionContainerManager + solutions: + plushie: + maxVol: 1 + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: RefillableSolution + solution: plushie + - type: SolutionContainerVisuals + solutionName: plushie + maxFillLevels: 1 + fillBaseName: plushie_diona + changeColor: false + - type: Appearance + - type: Reactive + reactions: + - reagents: [ Water ] + methods: [ Touch ] + effects: + - !type:AddToSolutionReaction + solution: plushie + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.3,-0.3,0.3,0.3" + density: 15 + mask: + - ItemMask + rehydrate: + shape: + !type:PhysShapeAabb + bounds: "-0.3,-0.3,0.3,0.3" + hard: false + layer: + - LowImpassable + - type: CollisionWake + enabled: false + - type: FoodSequenceElement + entries: + CottonBurger: DionaPlushie + +- type: entity + parent: BasePlushie + id: PlushieSharkBlue + name: blue shark soft toy + description: Big and safe to have by your side if you want to discover the world below the surface of the ocean. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/shark.rsi + state: blue + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: MeleeWeapon + wideAnimationRotation: 90 + soundHit: + path: /Audio/Items/Toys/rawr.ogg + animation: WeaponArcBite + - type: Item + heldPrefix: blue + storedRotation: -90 + - type: FoodSequenceElement + entries: + CottonBurger: BlueSharkPlushie + - type: Tag + tags: + - PlushieSharkBlue + - Payload + - ClothMade + +- type: entity + parent: PlushieSharkBlue + id: PlushieSharkPink + name: pink shark soft toy + description: Hehe shonk :) + components: + - type: Sprite + sprite: Objects/Fun/Plushies/shark.rsi + state: pink + - type: Item + heldPrefix: pink + - type: FoodSequenceElement + entries: + CottonBurger: PinkSharkPlushie + - type: Tag + tags: + - PlushieSharkPink + - Payload + - ClothMade + +- type: entity + parent: PlushieSharkBlue + id: PlushieSharkGrey + name: grey shark soft toy + description: A quiet, reserved kind of shonk. Loves to ride the grey tide. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/shark.rsi + state: grey + - type: Item + heldPrefix: grey + - type: FoodSequenceElement + entries: + CottonBurger: GreySharkPlushie + - type: Tag + tags: + - PlushieSharkGrey + - Payload + - ClothMade + +- type: entity + parent: BasePlushie + id: PlushieRatvar + name: ratvar plushie + description: A small stuffed doll of the elder god Ratvar. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/ratvar.rsi + state: icon + - type: Item + size: Normal + sprite: Objects/Fun/Plushies/ratvar.rsi + - type: FoodSequenceElement + entries: + CottonBurger: RatvarPlushie + +- type: entity + parent: BasePlushie + id: PlushieNar + name: nar'sie plushie + description: A small stuffed doll of the elder goddess Nar'Sie. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/narsie.rsi + state: icon + - type: Item + size: Normal + sprite: Objects/Fun/Plushies/narsie.rsi + - type: FoodSequenceElement + entries: + CottonBurger: NarPlushie + +- type: entity + parent: BasePlushie + id: PlushieCarp + name: carp plushie + description: An adorable stuffed toy that resembles the monstrous space carp. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/carp.rsi + state: carpplush + - type: Item + sprite: Objects/Fun/Plushies/carp.rsi + heldPrefix: carpplush + storedRotation: -90 + - type: EmitSoundOnUse + sound: + path: /Audio/Effects/bite.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Effects/bite.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Effects/bite.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Effects/bite.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Effects/bite.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Effects/bite.ogg + - type: MeleeWeapon + wideAnimationRotation: 90 + soundHit: + path: /Audio/Effects/bite.ogg + angle: 0 + animation: WeaponArcBite # Rrrr! + - type: FoodSequenceElement + entries: + CottonBurger: CarpPlushie + - type: Tag + tags: + - Payload + - ClothMade + - PlushieCarp + +- type: entity + parent: PlushieCarp + id: PlushieMagicarp + name: magicarp plushie + description: An adorable stuffed toy resembling the exceedingly rare magicarp. + components: + - type: Sprite + state: magicplush + - type: FoodSequenceElement + entries: + CottonBurger: MagicarpPlushie + +- type: entity + parent: PlushieCarp + id: PlushieRainbowCarp + name: rainbow carp plushie + description: An adorable stuffed toy resembling the legendary rainbow carp. + components: + - type: Sprite + state: rainbowcarpplush + - type: PointLight + radius: 1.5 + energy: 2 + - type: RgbLightController + layers: [ 0 ] + - type: Item + inhandVisuals: + left: + - state: rainbowcarpplush-inhand-left + shader: unshaded + right: + - state: rainbowcarpplush-inhand-right + shader: unshaded + +- type: entity + parent: PlushieCarp + id: PlushieHolocarp + name: holocarp plushie + description: A holographic stuffed toy resembling science's nemesis - the holocarp. + components: + - type: Sprite + state: holoplush + - type: FoodSequenceElement + entries: + CottonBurger: HolocarpPlushie + +- type: entity + parent: BasePlushie + id: PlushieSlime + name: slime plushie + description: An adorable stuffed toy that resembles a slime. It's basically a hacky sack. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/slime.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: FoodSequenceElement + entries: + CottonBurger: SlimePlushie + +- type: entity + parent: BasePlushie + id: PlushieSnake + name: snake plushie + description: An adorable stuffed toy that resembles a snake. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/snake.rsi + state: icon + - type: Item + heldPrefix: plushiesnake + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/rattle.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/rattle.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/rattle.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/rattle.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/rattle.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/rattle.ogg + - type: MeleeWeapon + wideAnimationRotation: 90 + soundHit: + path: /Audio/Items/Toys/rattle.ogg + - type: Clothing + sprite: Objects/Fun/Plushies/snake.rsi + quickEquip: false + slots: + - NECK + - type: Speech + speechVerb: Reptilian # for pais (In the secret stash) + - type: FoodSequenceElement + entries: + CottonBurger: SnakePlushie + +- type: entity + parent: BasePlushie + id: ToyMouse + name: mouse toy + description: A colorful toy mouse! + components: + - type: Sprite + sprite: Objects/Fun/toy_mouse.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: MeleeWeapon + wideAnimationRotation: -90 + soundHit: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: Clothing + quickEquip: false + sprite: Objects/Fun/toy_mouse.rsi + slots: + - HEAD + - type: FoodSequenceElement + entries: + CottonBurger: MousePlushie + +- type: entity + parent: BasePlushie + id: PlushieVox + name: vox plushie + description: SKREEEEEEEEEEEE! + components: + - type: Sprite + sprite: Objects/Fun/Plushies/vox.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Vox/shriek1.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Voice/Vox/shriek1.ogg + - type: FoodSequenceElement + entries: + CottonBurger: VoxPlushie + +- type: entity + parent: BasePlushie + id: PlushieAtmosian + name: atmosian plushie + description: An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/atmosian.rsi + state: icon + - type: FoodSequenceElement + entries: + CottonBurger: AtmosianPlushie + +- type: entity + parent: BasePlushie + id: PlushieXeno + name: xeno plushie + description: An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/xeno.rsi + state: icon + - type: Item + size: Normal + - type: EmitSoundOnUse + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: FoodSequenceElement + entries: + CottonBurger: XenoPlushie + +- type: entity + parent: BasePlushie + id: PlushiePenguin + name: penguin plushie + description: I use arch btw! + components: + - type: Sprite + sprite: Objects/Fun/Plushies/penguin.rsi + state: icon + - type: FoodSequenceElement + entries: + CottonBurger: PenguinPlushie + +- type: entity + parent: BasePlushie + id: PlushieHuman + name: human plushie + description: This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. + components: + - type: Sprite + sprite: Objects/Fun/Plushies/human.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Human/malescream_1.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Human/malescream_2.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Human/malescream_3.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Voice/Human/malescream_4.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Human/malescream_1.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Voice/Human/malescream_4.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Human/malescream_5.ogg + - type: FoodSequenceElement + entries: + CottonBurger: HumanPlushie + +- type: entity + parent: BasePlushie + id: PlushieMoth + name: moth plushie + description: Cute and fluffy moth plushie. Enjoy, bz! + components: + - type: Sprite + sprite: Objects/Fun/Plushies/moth.rsi + state: icon + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: FoodSequenceElement + entries: + CottonBurger: MothPlushie diff --git a/Resources/Prototypes/Entities/Objects/Fun/snap_pops.yml b/Resources/Prototypes/Entities/Objects/Fun/snap_pops.yml index 88f0758874..4380184c26 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/snap_pops.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/snap_pops.yml @@ -5,8 +5,8 @@ description: Throw it at the floor and listen to it POP! components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: snappop + sprite: Objects/Fun/snap_pops.rsi + state: icon - type: Item size: Tiny - type: Damageable @@ -43,8 +43,8 @@ - type: Item size: Normal - type: Sprite - sprite: Objects/Fun/toys.rsi - state: spbox + sprite: Objects/Fun/snap_pops.rsi + state: box - type: Storage grid: - 0,0,4,3 diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index fd3fa27e68..495d044f01 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -11,7 +11,7 @@ blacklist: components: - SecretStash # Prevents being able to insert plushies inside each other (infinite plush)! - - NukeDisk # Could confuse the nukies if they don't know that plushies have a stash. + - NukeDisk # Could confuse the Nukies if they don't know that plushies have a stash. tags: - QuantumSpinInverter # It will cause issues with the grinder... - FakeNukeDisk # So you can't tell if the nuke disk is real or fake depending on if it can be inserted or not. @@ -23,1150 +23,6 @@ containers: stash: !type:ContainerSlot {} -## Plushies - -- type: entity - parent: [BaseItem, BaseStash] - id: BasePlushie - abstract: true - components: - - type: Sprite - sprite: Objects/Fun/toys.rsi - - type: Tag - tags: - - Payload - - ClothMade - - type: EmitSoundOnUse - sound: - collection: ToySqueak - - type: EmitSoundOnActivate - sound: - collection: ToySqueak - - type: EmitSoundOnCollide - sound: - collection: ToySqueak - - type: EmitSoundOnLand - sound: - collection: ToyFall - - type: EmitSoundOnTrigger - sound: - collection: ToySqueak - - type: UseDelay - delay: 1.0 - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - collection: ToySqueak - damage: - types: - Blunt: 0 - hidden: true - - type: PhysicalComposition - materialComposition: - Cloth: 100 - - type: StaticPrice - price: 5 - - type: Food - requiresSpecialDigestion: true - useSound: - collection: ToySqueak - delay: 2 - - type: SolutionContainerManager - solutions: - food: - maxVol: 10 - reagents: - - ReagentId: Fiber - Quantity: 10 - - -- type: entity - parent: BasePlushie - id: PlushieThrongler - name: throngler plushie - description: A stuffed toy to remind cargo techs of what they can no longer have. - components: - - type: Sprite - sprite: Objects/Weapons/Melee/ThronglerPlushie.rsi - state: icon - - type: MeleeWeapon - wideAnimationRotation: -135 - attackRate: 10 - - type: Item - size: Ginormous - sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi - - type: FoodSequenceElement - entries: - CottonBurger: ThronglerPlushie - - -- type: entity - parent: BasePlushie - id: PlushieGhost - name: ghost soft toy - description: The start of your personal GHOST GANG! - components: - - type: Sprite - sprite: Mobs/Ghosts/ghost_human.rsi - state: icon - noRot: true - - type: Item - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.25,-0.25,0.25,0.25" - density: 20 - mask: - - ItemMask - restitution: 0.98 - friction: 0.01 - - type: Physics - angularDamping: 0.02 - linearDamping: 0.02 - fixedRotation: true - bodyType: Dynamic - - type: TileFrictionModifier - modifier: 0.1 - - type: Tag - tags: - - ForceableFollow - - PlushieGhost - - Payload - - type: RandomWalk - accumulatorRatio: 0.5 - maxSpeed: 1 - minSpeed: 0.25 - - type: FoodSequenceElement - entries: - CottonBurger: GhostPlushie - -- type: entity - parent: PlushieGhost - id: PlushieGhostRevenant - name: revenant soft toy - categories: [ DoNotMap ] - description: So soft it almost makes you want to take a nap... - components: - - type: Item - size: Normal - - type: Sprite - sprite: Mobs/Ghosts/revenant.rsi - state: icon - noRot: true - - type: Construction - graph: PlushieGhostRevenant - node: plushie - - type: FoodSequenceElement - entries: - CottonBurger: RevenantPlushie - -- type: entity - parent: BasePlushie - id: PlushieBee - name: bee plushie - description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. - components: - - type: Sprite - sprite: Objects/Fun/toys.rsi - state: plushie_h - - type: Item - size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: bee - - type: Extractable - grindableSolutionName: bee - - type: SolutionContainerManager - solutions: - bee: - reagents: - - ReagentId: GroundBee - Quantity: 10 - food: - maxVol: 10 - reagents: - - ReagentId: GroundBee - Quantity: 5 - - ReagentId: Fiber - Quantity: 5 - - type: Clothing - quickEquip: false - sprite: Objects/Fun/toys.rsi - equippedPrefix: bee - slots: - - HEAD - - type: FoodSequenceElement - entries: - CottonBurger: BeePlushie - -- type: entity - parent: BasePlushie - id: PlushieHampter - name: hampter plushie - description: A cute stuffed toy that resembles a hamster. Its face looks squished. - components: - - type: Sprite - state: plushie_hampter - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: FoodSequenceElement - entries: - CottonBurger: HamptrPlushie - -- type: entity - parent: PlushieBee - id: PlushieRGBee - name: RGBee plushie - description: A cute toy that resembles a bee plushie while you're on LSD. - components: - - type: PointLight - radius: 1.5 - energy: 2 - - type: RgbLightController - layers: [ 0 ] - - type: Item - inhandVisuals: - left: - - state: bee-inhand-left - shader: unshaded - right: - - state: bee-inhand-right - shader: unshaded - - type: Clothing - clothingVisuals: - head: - - state: bee-equipped-HELMET - shader: unshaded - -- type: entity - parent: BasePlushie - id: PlushieNuke - name: nukie plushie - description: A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. - components: - - type: Sprite - state: plushie_nuke - - type: FoodSequenceElement - entries: - CottonBurger: NukiePlushie - -- type: entity - parent: BasePlushie - id: PlushieRouny - name: rouny plushie - description: Rouny. - components: - - type: Sprite - state: plushie_rouny - - type: Rotatable - - type: FoodSequenceElement - entries: - CottonBurger: RounyPlushie - -- type: entity - parent: BasePlushie - id: PlushieLamp - name: lamp plushie - description: A light emitting friend! - components: - - type: Sprite - state: plushie_lamp - - type: PointLight - radius: 1.5 - energy: 2 - netsync: false - - type: FoodSequenceElement - entries: - CottonBurger: LampPlushie - -- type: entity - parent: BasePlushie - id: PlushieArachind - name: arachnid plushie - description: An adorable stuffed toy that resembles an arachnid. It feels silky.. - components: - - type: Sprite - state: plushie_arachnid - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - - type: FoodSequenceElement - entries: - CottonBurger: ArachnidPlushie - -- type: entity - parent: BasePlushie - id: PlushieLizard #Weh! - name: lizard plushie - description: An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" - components: - - type: Sprite - sprite: Objects/Fun/toys.rsi - state: plushie_lizard - - type: Item - heldPrefix: plushielizard - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/weh.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/weh.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/weh.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/weh.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/weh.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/weh.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/weh.ogg - - type: Extractable - juiceSolution: - reagents: - - ReagentId: JuiceThatMakesYouWeh - Quantity: 30 - - type: SolutionContainerManager - solutions: - food: - maxVol: 20 - reagents: - - ReagentId: Fiber - Quantity: 10 - - ReagentId: JuiceThatMakesYouWeh - Quantity: 10 - - type: Clothing - quickEquip: false - sprite: Objects/Fun/toys.rsi - equippedPrefix: lizard - slots: - - HEAD - - type: Speech - speechVerb: Reptilian # for pais (In the secret stash) - - type: Tag - tags: - - ClothMade - - Payload - - PlushieLizard - - type: FoodSequenceElement - entries: - CottonBurger: LizardPlushie - -- type: entity - parent: BasePlushie - id: PlushieExperiment #Arf! - name: experiment plushie - description: A plushie of a canid of sorts, it yearns to be detonated on a landmine. - components: - - type: Sprite - sprite: Objects/Fun/expiplush.rsi - state: expi - - type: Item - inhandVisuals: - left: - - state: expi-inhand-left - shader: shaded - right: - - state: expi-inhand-right - shader: shaded - heldPrefix: plushielizard - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/arf.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/arf.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/arf.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/arf.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/arf.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/arf.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/arf.ogg - - type: Tag - tags: - - ClothMade - - Payload - - type: Clothing - clothingVisuals: - head: - - state: expi-equipped-HELMET - shader: shaded - quickEquip: false - sprite: Objects/Fun/toys.rsi - equippedPrefix: expi - slots: - - HEAD - - type: FoodSequenceElement - entries: - CottonBurger: ExperimentPlushie - -- type: entity - parent: PlushieLizard - id: PlushieRainbowLizard #Weh but gay - description: An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... - name: rainbow lizard plushie - components: - - type: Sprite - state: rainbowlizardplush - - type: PointLight - radius: 1.5 - energy: 2 - - type: RgbLightController - layers: [ 0 ] - - type: Clothing - clothingVisuals: - head: - - state: lizard-equipped-HELMET - shader: unshaded - - type: Item - inhandVisuals: - left: - - state: rainbowlizardplush-inhand-left - shader: unshaded - right: - - state: rainbowlizardplush-inhand-right - shader: unshaded - -- type: entity - parent: PlushieLizard - id: PlushieLizardMirrored - components: - - type: Item - size: Small - - type: Sprite - state: plushie_lizard - scale: -1, 1 - -- type: entity - parent: BasePlushie - id: PlushieSpaceLizard #ᵂᵉʰ! - name: space lizard plushie - description: An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" - components: - - type: Item - heldPrefix: spacelizard - - type: Sprite - state: plushie_spacelizard - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/muffled_weh.ogg - - type: Extractable - juiceSolution: - reagents: - - ReagentId: JuiceThatMakesYouWeh - Quantity: 30 - - type: SolutionContainerManager - solutions: - food: - maxVol: 20 - reagents: - - ReagentId: Fiber - Quantity: 10 - - ReagentId: JuiceThatMakesYouWeh - Quantity: 10 - - type: Clothing - slots: - - HEAD - quickEquip: false - clothingVisuals: - head: - - state: spacelizard-equipped-HELMET - offset: "0, 0.03" - - type: FoodSequenceElement - entries: - CottonBurger: SpaceLizardPlushie - -- type: entity - parent: PlushieLizard - id: PlushieLizardInversed #Hew! - name: drazil plushie - description: An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! - components: - - type: Sprite - state: plushie_lizard_inversed - - type: Item - heldPrefix: plushielizardinversed - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/hew.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/hew.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/hew.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/hew.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/hew.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/hew.ogg - - type: Extractable - juiceSolution: - reagents: - - ReagentId: JuiceThatMakesYouHew - Quantity: 30 - - type: SolutionContainerManager - solutions: - food: - maxVol: 20 - reagents: - - ReagentId: Fiber - Quantity: 10 - - ReagentId: JuiceThatMakesYouHew - Quantity: 10 - - type: Clothing - quickEquip: false - sprite: Objects/Fun/toys.rsi - equippedPrefix: lizard-inversed - slots: - - HEAD - - type: FoodSequenceElement - entries: - CottonBurger: InversedLizardPlushie - - -- type: entity - parent: BasePlushie - id: PlushieDiona - name: diona plushie - description: An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! - components: - - type: Sprite - layers: - - state: plushie_diona - - state: plushie_diona1 - map: [ "enum.SolutionContainerLayers.Fill" ] - visible: false - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/toy_rustle.ogg - - type: SolutionContainerManager - solutions: - plushie: - maxVol: 1 - food: - maxVol: 10 - reagents: - - ReagentId: Fiber - Quantity: 10 - - - type: RefillableSolution - solution: plushie - - type: SolutionContainerVisuals - solutionName: plushie - maxFillLevels: 1 - fillBaseName: plushie_diona - changeColor: false - - type: Appearance - - type: Reactive - reactions: - - reagents: [ Water ] - methods: [ Touch ] - effects: - - !type:AddToSolutionReaction - solution: plushie - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.3,-0.3,0.3,0.3" - density: 15 - mask: - - ItemMask - rehydrate: - shape: - !type:PhysShapeAabb - bounds: "-0.3,-0.3,0.3,0.3" - hard: false - layer: - - LowImpassable - - type: CollisionWake - enabled: false - - type: FoodSequenceElement - entries: - CottonBurger: DionaPlushie - -- type: entity - parent: BasePlushie - id: PlushieSharkBlue - name: blue shark soft toy - description: Big and safe to have by your side if you want to discover the world below the surface of the ocean. - components: - - type: Sprite - sprite: Objects/Fun/sharkplush.rsi - state: blue - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/rawr.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/rawr.ogg - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/rawr.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/rawr.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/rawr.ogg - - type: MeleeWeapon - wideAnimationRotation: 90 - soundHit: - path: /Audio/Items/Toys/rawr.ogg - animation: WeaponArcBite - - type: Item - heldPrefix: blue - storedRotation: -90 - - type: Tag - tags: - - PlushieSharkBlue - - Payload - - type: FoodSequenceElement - entries: - CottonBurger: BlueSharkPlushie - -- type: entity - parent: PlushieSharkBlue - id: PlushieSharkPink - name: pink shark soft toy - description: Hehe shonk :) - components: - - type: Sprite - sprite: Objects/Fun/sharkplush.rsi - state: pink - - type: Item - heldPrefix: pink - - type: Tag - tags: - - PlushieSharkPink - - Payload - - type: FoodSequenceElement - entries: - CottonBurger: PinkSharkPlushie - -- type: entity - parent: PlushieSharkBlue - id: PlushieSharkGrey - name: grey shark soft toy - description: A quiet, reserved kind of shonk. Loves to ride the grey tide. - components: - - type: Sprite - sprite: Objects/Fun/sharkplush.rsi - state: grey - - type: Item - heldPrefix: grey - - type: Tag - tags: - - PlushieSharkGrey - - Payload - - type: FoodSequenceElement - entries: - CottonBurger: GreySharkPlushie - -- type: entity - parent: BasePlushie - id: PlushieRatvar - name: ratvar plushie - description: A small stuffed doll of the elder god Ratvar. - components: - - type: Item - size: Normal - - type: Sprite - state: plushie_ratvar - - type: FoodSequenceElement - entries: - CottonBurger: RatvarPlushie - -- type: entity - parent: BasePlushie - id: PlushieNar - name: nar'sie plushie - description: A small stuffed doll of the elder goddess Nar'Sie. - components: - - type: Item - size: Normal - - type: Sprite - state: narplush - - type: FoodSequenceElement - entries: - CottonBurger: NarPlushie - -- type: entity - parent: BasePlushie - id: PlushieCarp - name: carp plushie - description: An adorable stuffed toy that resembles the monstrous space carp. - components: - - type: Sprite - state: carpplush - - type: Item - heldPrefix: carpplush - storedRotation: -90 - - type: EmitSoundOnUse - sound: - path: /Audio/Effects/bite.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Effects/bite.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Effects/bite.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Effects/bite.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Effects/bite.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Effects/bite.ogg - - type: MeleeWeapon - wideAnimationRotation: 90 - soundHit: - path: /Audio/Effects/bite.ogg - angle: 0 - animation: WeaponArcBite # Rrrr! - - type: Tag - tags: - - Payload - - ClothMade - - PlushieCarp - - type: FoodSequenceElement - entries: - CottonBurger: CarpPlushie - -- type: entity - parent: PlushieCarp - id: PlushieMagicarp - name: magicarp plushie - description: An adorable stuffed toy resembling the exceedingly rare magicarp. - components: - - type: Sprite - state: magicplush - - type: FoodSequenceElement - entries: - CottonBurger: MagicarpPlushie - -- type: entity - parent: PlushieCarp - id: PlushieRainbowCarp - name: rainbow carp plushie - description: An adorable stuffed toy resembling the legendary rainbow carp. - components: - - type: Sprite - state: rainbowcarpplush - - type: PointLight - radius: 1.5 - energy: 2 - - type: RgbLightController - layers: [ 0 ] - - type: Item - inhandVisuals: - left: - - state: rainbowcarpplush-inhand-left - shader: unshaded - right: - - state: rainbowcarpplush-inhand-right - shader: unshaded - -- type: entity - parent: PlushieCarp - id: PlushieHolocarp - name: holocarp plushie - description: A holographic stuffed toy resembling science's nemesis - the holocarp. - components: - - type: Sprite - state: holoplush - - type: FoodSequenceElement - entries: - CottonBurger: HolocarpPlushie - -- type: entity - parent: BasePlushie - id: PlushieSlime - name: slime plushie - description: An adorable stuffed toy that resembles a slime. It's basically a hacky sack. - components: - - type: Sprite - state: plushie_slime - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Slime/slime_squish.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Slime/slime_squish.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Slime/slime_squish.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Slime/slime_squish.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Voice/Slime/slime_squish.ogg - - type: FoodSequenceElement - entries: - CottonBurger: SlimePlushie - -- type: entity - parent: BasePlushie - id: PlushieSnake - name: snake plushie - description: An adorable stuffed toy that resembles a snake. - components: - - type: Sprite - state: plushie_snake - - type: Item - heldPrefix: plushiesnake - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/rattle.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/rattle.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/rattle.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/rattle.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/rattle.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/rattle.ogg - - type: MeleeWeapon - wideAnimationRotation: 90 - soundHit: - path: /Audio/Items/Toys/rattle.ogg - - type: Clothing - quickEquip: false - equippedPrefix: plushiesnake - slots: - - NECK - - type: Speech - speechVerb: Reptilian # for pais (In the secret stash) - - type: FoodSequenceElement - entries: - CottonBurger: SnakePlushie - -- type: entity - parent: BasePlushie - id: ToyMouse - name: mouse toy - description: A colorful toy mouse! - components: - - type: Sprite - state: toy_mouse - - type: EmitSoundOnUse - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: MeleeWeapon - wideAnimationRotation: -90 - soundHit: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: Clothing - quickEquip: false - sprite: Objects/Fun/toys.rsi - equippedPrefix: mouse - slots: - - HEAD - - type: FoodSequenceElement - entries: - CottonBurger: MousePlushie - -- type: entity - parent: BasePlushie - id: PlushieVox - name: vox plushie - description: SKREEEEEEEEEEEE! - components: - - type: Sprite - state: plushie_vox - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Voice/Vox/shriek1.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Voice/Vox/shriek1.ogg - - type: FoodSequenceElement - entries: - CottonBurger: VoxPlushie - -- type: entity - parent: BasePlushie - id: PlushieAtmosian - name: atmosian plushie - description: An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. - components: - - type: Sprite - state: plushie_atmosian - - type: FoodSequenceElement - entries: - CottonBurger: AtmosianPlushie - -- type: entity - parent: BasePlushie - id: PlushieXeno - name: xeno plushie - description: An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. - components: - - type: Item - size: Normal - - type: Sprite - state: plushie_xeno - - type: EmitSoundOnUse - sound: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Items/Toys/mousesqueek.ogg - - type: MeleeWeapon - wideAnimationRotation: 180 - soundHit: - path: /Audio/Weapons/Xeno/alien_spitacid.ogg - - type: FoodSequenceElement - entries: - CottonBurger: XenoPlushie - -- type: entity - parent: BasePlushie - id: PlushiePenguin - name: penguin plushie - description: I use arch btw! - components: - - type: Sprite - state: plushie_penguin - - type: FoodSequenceElement - entries: - CottonBurger: PenguinPlushie - -- type: entity - parent: BasePlushie - id: PlushieHuman - name: human plushie - description: This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. - components: - - type: Sprite - state: plushie_human - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Human/malescream_1.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Human/malescream_2.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Human/malescream_3.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Voice/Human/malescream_4.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Voice/Human/malescream_1.ogg - - type: MeleeWeapon - soundHit: - path: /Audio/Voice/Human/malescream_4.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Human/malescream_5.ogg - - type: FoodSequenceElement - entries: - CottonBurger: HumanPlushie - -- type: entity - parent: BasePlushie - id: PlushieMoth - name: moth plushie - description: Cute and fluffy moth plushie. Enjoy, bz! - components: - - type: Sprite - state: plushie_moth - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnCollide - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: MeleeWeapon - soundHit: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: Food - requiresSpecialDigestion: true - useSound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: FoodSequenceElement - entries: - CottonBurger: MothPlushie - ## Rubber - type: entity @@ -1174,11 +30,9 @@ id: BaseRubberToy abstract: true components: - - type: Sprite - sprite: Objects/Fun/toys.rsi - type: Tag tags: - - Payload + - Payload - type: UseDelay delay: 1.0 - type: MeleeWeapon @@ -1204,8 +58,6 @@ name: rubber ducky description: Not carried here by ocean currents. components: - - type: Item - size: Tiny - type: Sprite sprite: Objects/Fun/ducky.rsi state: icon @@ -1214,6 +66,8 @@ sprite: Objects/Fun/ducky.rsi slots: - HEAD + - type: Item + size: Tiny - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/quack.ogg @@ -1240,7 +94,8 @@ description: A stress inducing parody of nature's most delectable avian. components: - type: Sprite - state: rubber_chicken + sprite: Objects/Fun/rubber_chicken.rsi + state: icon - type: EmitSoundOnUse sound: collection: RubberChicken @@ -1282,8 +137,6 @@ description: A small miniature. abstract: true components: - - type: Sprite - sprite: Objects/Fun/toys.rsi - type: PhysicalComposition materialComposition: Plastic: 100 @@ -1300,7 +153,8 @@ description: A scaled-down toy AI core. components: - type: Sprite - state: AI + sprite: Objects/Fun/AI.rsi + state: icon - type: entity parent: BaseFigurineCheapo @@ -1309,10 +163,11 @@ description: A plastic model of a Nuclear Fission Explosive. No uranium included... probably. components: - type: Sprite - state: nuketoy + sprite: Objects/Fun/toy_nuke.rsi + state: icon - type: Tag tags: - - Payload + - Payload - type: UseDelay delay: 180.0 - type: EmitSoundOnUse @@ -1340,10 +195,11 @@ name: ian toy description: Unable to eat, but just as fluffy as the real guy! components: + - type: Sprite + sprite: Objects/Fun/toy_ian.rsi + state: icon - type: Item size: Tiny - - type: Sprite - state: ian - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/ian.ogg @@ -1389,23 +245,22 @@ description: Aiming this at Security may get you filled with lead. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: foamcrossbow + sprite: Objects/Fun/Foam/foam_crossbow.rsi + state: icon - type: Item size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: foamcrossbow + sprite: Objects/Fun/Foam/foam_crossbow.rsi - type: Gun fireRate: 0.5 selectedMode: SemiAuto availableModes: - - SemiAuto + - SemiAuto soundGunshot: path: /Audio/Weapons/click.ogg - type: BallisticAmmoProvider whitelist: tags: - - BulletFoam + - BulletFoam capacity: 1 soundInsert: path: /Audio/Items/bow_pull.ogg @@ -1430,13 +285,12 @@ description: Looks almost like the real thing! Ages 8 and up. components: - type: Sprite - sprite: Objects/Fun/toys.rsi + sprite: Objects/Fun/capgun.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] - type: Item - sprite: Objects/Fun/toys.rsi - heldPrefix: capgun + sprite: Objects/Fun/capgun.rsi - type: Tag tags: - Sidearm @@ -1444,7 +298,7 @@ - type: Gun selectedMode: SemiAuto availableModes: - - SemiAuto + - SemiAuto fireRate: 2 soundGunshot: path: /Audio/Weapons/Guns/Gunshots/revolver.ogg @@ -1454,8 +308,8 @@ - type: RevolverAmmoProvider whitelist: tags: - - CartridgeCap - - SpeedLoaderCap + - CartridgeCap + - SpeedLoaderCap proto: CartridgeCap capacity: 6 chambers: [ True, True, True, True, True, True ] @@ -1476,10 +330,10 @@ - type: RevolverAmmoProvider whitelist: tags: - - CartridgeCap - - SpeedLoaderCap - - CartridgeMagnum - - SpeedLoaderMagnum + - CartridgeCap + - SpeedLoaderCap + - CartridgeMagnum + - SpeedLoaderMagnum proto: CartridgeMagnumAP - type: entity @@ -1489,8 +343,8 @@ description: It says "Sternside Changs number 1 fan" on it. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: foamblade + sprite: Objects/Fun/Foam/foam_blade.rsi + state: icon - type: MeleeWeapon attackRate: 1.5 angle: 0 @@ -1501,8 +355,7 @@ Blunt: 0 - type: Item size: Small - sprite: Objects/Fun/toys.rsi - heldPrefix: foamblade + sprite: Objects/Fun/Foam/foam_blade.rsi - type: UseDelay # MISC @@ -1514,15 +367,14 @@ description: Where dah courts at? components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: basketball + sprite: Objects/Fun/Balls/basketball.rsi + state: icon - type: EmitSoundOnCollide sound: path: /Audio/Effects/Footsteps/bounce.ogg - type: Item size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: bask + sprite: Objects/Fun/Balls/basketball.rsi - type: TileFrictionModifier modifier: 0.5 @@ -1533,12 +385,11 @@ description: Otherwise known as a handegg. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: football + sprite: Objects/Fun/Balls/football.rsi + state: icon - type: Item size: Small - sprite: Objects/Fun/toys.rsi - heldPrefix: footb + sprite: Objects/Fun/Balls/football.rsi - type: entity parent: BaseItem @@ -1547,15 +398,14 @@ description: The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: beachball + sprite: Objects/Fun/Balls/beach_ball.rsi + state: icon - type: EmitSoundOnCollide sound: path: /Audio/Effects/Footsteps/bounce.ogg - type: Item size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: beachb + sprite: Objects/Fun/Balls/beach_ball.rsi - type: TileFrictionModifier modifier: 0.05 @@ -1566,12 +416,11 @@ description: Handed out to the bravest souls who survived the "atomic twister" ride at Syndieland. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: synb + sprite: Objects/Fun/Balloons/syndicate.rsi + state: icon - type: Item size: Small - sprite: Objects/Fun/toys.rsi - heldPrefix: synb + sprite: Objects/Fun/Balloons/syndicate.rsi - type: Damageable damageContainer: Inorganic - type: Tag @@ -1587,12 +436,11 @@ description: Specially designed to inflict maximum psychological damage to Syndicate operatives. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: ntb + sprite: Objects/Fun/Balloons/nanotrasen.rsi + state: icon - type: Item size: Small - sprite: Objects/Fun/toys.rsi - heldPrefix: ntb + sprite: Objects/Fun/Balloons/nanotrasen.rsi - type: Damageable damageContainer: Inorganic - type: Tag @@ -1606,12 +454,11 @@ description: Just like owning a real dog - but a lot floatier. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: corgib + sprite: Objects/Fun/Balloons/corgi.rsi + state: icon - type: Item size: Small - sprite: Objects/Fun/toys.rsi - heldPrefix: corgib + sprite: Objects/Fun/Balloons/corgi.rsi - type: Damageable damageContainer: Inorganic - type: Tag @@ -1625,18 +472,17 @@ description: Mass-produced by a sadistic corporate conglomerate! components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: singularitytoy + sprite: Objects/Fun/toy_singularity.rsi + state: icon - type: Icon - sprite: Objects/Fun/toys.rsi - state: singularitytoy + sprite: Objects/Fun/toy_singularity.rsi + state: icon - type: SingularityDistortion intensity: 2000 falloffPower: 2.6 - type: Item size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: singularitytoy + sprite: Objects/Fun/icon.rsi - type: entity parent: BaseItem @@ -1671,16 +517,15 @@ description: Ponderous, man... Really ponderous. components: - type: Sprite - sprite: Objects/Fun/toys.rsi - state: orb + sprite: Objects/Fun/pondering_orb.rsi + state: icon shader: unshaded - type: PointLight radius: 2 color: "#00CCFF" - type: Item size: Normal - sprite: Objects/Fun/toys.rsi - heldPrefix: orb + sprite: Objects/Fun/pondering_orb.rsi - type: TileFrictionModifier modifier: 0.001 @@ -1712,68 +557,68 @@ name: toy sword description: New Sandy-Cat plastic sword! Comes with realistic sound and full color! Looks almost like the real thing! components: - - type: EnergySword - - type: ItemToggle - soundActivate: - path: /Audio/Weapons/ebladeon.ogg - soundDeactivate: - path: /Audio/Weapons/ebladeoff.ogg - - type: ItemToggleActiveSound - activeSound: - path: /Audio/Weapons/ebladehum.ogg - - type: Sprite - sprite: Objects/Weapons/Melee/e_sword.rsi - layers: - - state: e_sword - - state: e_sword_blade - color: "#FFFFFF" - visible: false - shader: unshaded - map: [ "blade" ] - - type: Item - size: Small - sprite: Objects/Weapons/Melee/e_sword-inhands.rsi - - type: UseDelay - delay: 1.0 - - type: PointLight - enabled: false - radius: 2 - energy: 2 - color: white - netsync: false - - type: Appearance - - type: ToggleableVisuals - spriteLayer: blade - inhandVisuals: - left: - - state: inhand-left-blade - shader: unshaded - right: - - state: inhand-right-blade - shader: unshaded - - type: ItemTogglePointLight - - type: DisarmMalus - malus: 0 - - type: StaminaDamageOnHit - damage: 8 - - type: MeleeWeapon - wideAnimationRotation: -135 - damage: - types: - Blunt: 0 - - type: ItemToggleMeleeWeapon - activatedSoundOnHit: - path: /Audio/Weapons/eblade1.ogg - params: - variation: 0.250 - activatedSoundOnHitNoDamage: - path: /Audio/Weapons/eblade1.ogg - params: - variation: 0.250 - activatedSoundOnSwing: - path: /Audio/Weapons/eblademiss.ogg - params: - variation: 0.125 + - type: Sprite + sprite: Objects/Weapons/Melee/e_sword.rsi + layers: + - state: e_sword + - state: e_sword_blade + color: "#FFFFFF" + visible: false + shader: unshaded + map: [ "blade" ] + - type: EnergySword + - type: ItemToggle + soundActivate: + path: /Audio/Weapons/ebladeon.ogg + soundDeactivate: + path: /Audio/Weapons/ebladeoff.ogg + - type: ItemToggleActiveSound + activeSound: + path: /Audio/Weapons/ebladehum.ogg + - type: Item + size: Small + sprite: Objects/Weapons/Melee/e_sword-inhands.rsi + - type: UseDelay + delay: 1.0 + - type: PointLight + enabled: false + radius: 2 + energy: 2 + color: white + netsync: false + - type: Appearance + - type: ToggleableLightVisuals + spriteLayer: blade + inhandVisuals: + left: + - state: inhand-left-blade + shader: unshaded + right: + - state: inhand-right-blade + shader: unshaded + - type: ItemTogglePointLight + - type: DisarmMalus + malus: 0 + - type: StaminaDamageOnHit + damage: 8 + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 0 + - type: ItemToggleMeleeWeapon + activatedSoundOnHit: + path: /Audio/Weapons/eblade1.ogg + params: + variation: 0.250 + activatedSoundOnHitNoDamage: + path: /Audio/Weapons/eblade1.ogg + params: + variation: 0.250 + activatedSoundOnSwing: + path: /Audio/Weapons/eblademiss.ogg + params: + variation: 0.125 - type: entity parent: BasePlushie @@ -1789,8 +634,8 @@ - state: visor - type: RandomSprite available: - - enum.DamageStateVisualLayers.Base: - base: Sixteen + - enum.DamageStateVisualLayers.Base: + base: Sixteen # - type: FoodSequenceElement - does not work with randomized sprites # entries: # CottonBurger: AmongPequeno @@ -1857,36 +702,36 @@ name: rubber hammer description: A brightly colored hammer made of rubber. components: - - type: Sprite - sprite: Objects/Fun/rubber_hammer.rsi - state: icon - - type: WeaponRandom - damageBonus: - types: - Blunt: 1000 - - type: StaminaDamageOnHit - damage: 8 - - type: Item - size: Small - sprite: Objects/Fun/rubber_hammer.rsi - - type: Appearance - - type: DisarmMalus - malus: 0 - - type: MeleeWeapon - wideAnimationRotation: -135 - soundHit: - collection: RubberHammer - params: - variation: 0.03 - volume: 3 - soundNoDamage: - collection: RubberHammer - params: - variation: 0.03 - volume: 3 - damage: - types: - Blunt: 0 + - type: Sprite + sprite: Objects/Fun/rubber_hammer.rsi + state: icon + - type: WeaponRandom + damageBonus: + types: + Blunt: 1000 + - type: StaminaDamageOnHit + damage: 8 + - type: Item + size: Small + sprite: Objects/Fun/rubber_hammer.rsi + - type: Appearance + - type: DisarmMalus + malus: 0 + - type: MeleeWeapon + wideAnimationRotation: -135 + soundHit: + collection: RubberHammer + params: + variation: 0.03 + volume: 3 + soundNoDamage: + collection: RubberHammer + params: + variation: 0.03 + volume: 3 + damage: + types: + Blunt: 0 - type: entity parent: BaseItem @@ -1900,7 +745,7 @@ quickEquip: false - type: Tag tags: - - Payload + - Payload - type: EmitSoundOnUse sound: collection: Parp @@ -1972,12 +817,12 @@ description: A plastic banana. suffix: Plastic components: - - type: FlavorProfile - flavors: - - plastic - - type: Food - type: Sprite sprite: Objects/Specific/Hydroponics/banana.rsi + - type: FlavorProfile + flavors: + - plastic + - type: Food - type: SolutionContainerManager solutions: food: @@ -1994,15 +839,12 @@ name: crazy glue description: A bottle of crazy glue manufactured by Honk! Co. components: - - type: Openable - sound: - collection: packetOpenSounds - type: Sprite sprite: Objects/Fun/glue.rsi state: icon layers: - - state: icon - map: ["enum.OpenableVisuals.Layer"] + - state: icon + map: ["enum.OpenableVisuals.Layer"] - type: Appearance - type: GenericVisualizer visuals: @@ -2021,11 +863,14 @@ reagents: - ReagentId: SpaceGlue Quantity: 100 + - type: Openable + sound: + collection: packetOpenSounds - type: TrashOnSolutionEmpty solution: drink - type: Tag tags: - - DrinkSpaceGlue + - DrinkSpaceGlue - type: entity parent: BaseItem diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/toy.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/toy.yml index 14595bd34a..cfe080da6d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/toy.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/toy.yml @@ -24,7 +24,7 @@ - Trash - type: Ammo - type: Sprite - sprite: Objects/Fun/toys.rsi + sprite: Objects/Fun/Foam/foam_crossbow.rsi layers: - state: foamdart - type: EmbeddableProjectile diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index e233b7f2a1..712be28de3 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -910,7 +910,7 @@ categories: [ HideSpawnMenu ] components: - type: Sprite - sprite: Objects/Fun/toys.rsi + sprite: Objects/Fun/capgun.rsi layers: - state: capbullet - type: Projectile diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index 1945e4868d..c3262107de 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -198,11 +198,11 @@ description: A premium foam rifle of the highest quality. Its plastic feels rugged, and its mechanisms sturdy. components: - type: Sprite - sprite: Objects/Weapons/Guns/Rifles/foam_rifle.rsi + sprite: Objects/Fun/Foam/foam_rifle.rsi - type: Clothing - sprite: Objects/Weapons/Guns/Rifles/foam_rifle.rsi + sprite: Objects/Fun/Foam/foam_rifle.rsi - type: Item - sprite: Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi + sprite: Objects/Fun/Foam/foam_rifle_inhand_64x.rsi - type: BallisticAmmoProvider whitelist: tags: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml index 8e3cb12717..0fbc9e1694 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml @@ -157,7 +157,7 @@ description: Releases a bothersome spray of foam darts that cause severe welching. components: - type: Sprite - sprite: Objects/Weapons/Grenades/foamdart.rsi + sprite: Objects/Fun/Foam/foam_grenade.rsi layers: - state: icon map: ["Base"] diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml index 0cca4e0dcb..149e2fa9c0 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/lizard_slippers.yml @@ -9,14 +9,14 @@ - tag: PlushieLizard #Weh! name: construction-graph-tag-lizard-plushie icon: - sprite: Objects/Fun/toys.rsi - state: plushie_lizard + sprite: Objects/Fun/Plushies/lizard.rsi + state: icon doAfter: 1 - tag: PlushieLizard name: construction-graph-tag-lizard-plushie icon: - sprite: Objects/Fun/toys.rsi - state: plushie_lizard + sprite: Objects/Fun/Plushies/lizard.rsi + state: icon doAfter: 1 - node: shoes entity: ClothingShoeSlippersLizard diff --git a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml index 2b89ab1b41..343df2b7d6 100644 --- a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml +++ b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml @@ -1299,8 +1299,8 @@ name: food-sequence-cotton-burger-content-plushie-bee scale: 0.75, 0.75 sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_h + - sprite: Objects/Fun/Plushies/bee.rsi + state: icon # Hamptr Plushie @@ -1308,8 +1308,8 @@ id: HamptrPlushie name: food-sequence-cotton-burger-content-plushie-hamptr sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_hampter + - sprite: Objects/Fun/Plushies/hampter.rsi + state: icon # Nukie Plushie @@ -1318,8 +1318,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-nukie sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_nuke + - sprite: Objects/Fun/Plushies/nukie.rsi + state: icon # Rouny Plushie @@ -1327,8 +1327,8 @@ id: RounyPlushie name: food-sequence-cotton-burger-content-plushie-rouny sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_rouny + - sprite: Objects/Fun/Plushies/rouny.rsi + state: icon # Lamp Plushie @@ -1336,8 +1336,8 @@ id: LampPlushie name: food-sequence-cotton-burger-content-plushie-lamp sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_lamp + - sprite: Objects/Fun/Plushies/lamp.rsi + state: icon # Arachnid Plushie @@ -1346,8 +1346,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-arachnid sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_arachnid + - sprite: Objects/Fun/Plushies/arachnid.rsi + state: icon # Lizard Plushies @@ -1355,21 +1355,21 @@ id: LizardPlushie name: food-sequence-cotton-burger-content-plushie-lizard #Weh! sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_lizard + - sprite: Objects/Fun/Plushies/lizard.rsi + state: icon - type: foodSequenceElement id: SpaceLizardPlushie name: food-sequence-cotton-burger-content-plushie-spacelizard sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/lizard.rsi state: plushie_spacelizard - type: foodSequenceElement id: InversedLizardPlushie name: food-sequence-cotton-burger-content-plushie-lizard-inversed #Hew! sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/lizard.rsi state: plushie_lizard_inversed # Experiment Plushie @@ -1379,8 +1379,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-experiment sprites: - - sprite: Objects/Fun/expiplush.rsi - state: expi + - sprite: Objects/Fun/Plushies/expi.rsi + state: icon #Diona Plushie @@ -1389,7 +1389,7 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-diona sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/diona.rsi state: plushie_diona #Shark Plushies @@ -1399,7 +1399,7 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-shark sprites: - - sprite: Objects/Fun/sharkplush.rsi + - sprite: Objects/Fun/Plushies/shark.rsi state: blue - type: foodSequenceElement @@ -1407,7 +1407,7 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-shark sprites: - - sprite: Objects/Fun/sharkplush.rsi + - sprite: Objects/Fun/Plushies/shark.rsi state: pink - type: foodSequenceElement @@ -1415,7 +1415,7 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-shark sprites: - - sprite: Objects/Fun/sharkplush.rsi + - sprite: Objects/Fun/Plushies/shark.rsi state: grey #Ratvar Plushie @@ -1425,8 +1425,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-ratvar sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_ratvar + - sprite: Objects/Fun/Plushies/ratvar.rsi + state: icon #Nar'sie Plushie @@ -1435,8 +1435,8 @@ scale: 0.75, 0.75 name: food-sequence-cotton-burger-content-plushie-narsie sprites: - - sprite: Objects/Fun/toys.rsi - state: narplush + - sprite: Objects/Fun/Plushies/narsie.rsi + state: icon #Carp Plushies @@ -1444,21 +1444,21 @@ id: CarpPlushie name: food-sequence-cotton-burger-content-plushie-carp sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/carp.rsi state: carpplush - type: foodSequenceElement id: MagicarpPlushie name: food-sequence-cotton-burger-content-plushie-magicarp sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/carp.rsi state: magicplush - type: foodSequenceElement id: HolocarpPlushie name: food-sequence-cotton-burger-content-plushie-holocarp sprites: - - sprite: Objects/Fun/toys.rsi + - sprite: Objects/Fun/Plushies/carp.rsi state: holoplush #Slime Plushie @@ -1467,8 +1467,8 @@ id: SlimePlushie name: food-sequence-cotton-burger-content-plushie-slime sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_slime + - sprite: Objects/Fun/Plushies/slime.rsi + state: icon #Snake Plushie @@ -1476,17 +1476,17 @@ id: SnakePlushie name: food-sequence-cotton-burger-content-plushie-snake sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_snake + - sprite: Objects/Fun/Plushies/snake.rsi + state: icon -#Mouse Plushie +#Mouse Toy - type: foodSequenceElement id: MousePlushie name: food-sequence-cotton-burger-content-plushie-mouse sprites: - - sprite: Objects/Fun/toys.rsi - state: toy_mouse + - sprite: Objects/Fun/toy_mouse.rsi + state: icon #Vox Plushie @@ -1494,8 +1494,8 @@ id: VoxPlushie name: food-sequence-cotton-burger-content-plushie-vox sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_vox + - sprite: Objects/Fun/Plushies/vox.rsi + state: icon #Atmosian Plushie @@ -1504,8 +1504,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-atmosian sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_atmosian + - sprite: Objects/Fun/Plushies/atmosian.rsi + state: icon #Xeno Plushie @@ -1514,8 +1514,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-xeno sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_xeno + - sprite: Objects/Fun/Plushies/xeno.rsi + state: icon #Penguin Plushie @@ -1524,8 +1524,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-penguin sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_penguin + - sprite: Objects/Fun/Plushies/penguin.rsi + state: icon #Human Plushie @@ -1534,8 +1534,8 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-human sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_human + - sprite: Objects/Fun/Plushies/human.rsi + state: icon #Moth Plushie @@ -1544,17 +1544,17 @@ scale: 0.8, 0.8 name: food-sequence-cotton-burger-content-plushie-moth sprites: - - sprite: Objects/Fun/toys.rsi - state: plushie_moth + - sprite: Objects/Fun/Plushies/moth.rsi + state: icon -#Ian Plushie +#Ian Toy - type: foodSequenceElement id: IanPlushie name: food-sequence-cotton-burger-content-plushie-ian sprites: - - sprite: Objects/Fun/toys.rsi - state: ian + - sprite: Objects/Fun/toy_ian.rsi + state: icon #Among pequeño - does not work with randomized sprites diff --git a/Resources/Textures/Interface/Emotes/attributions.yml b/Resources/Textures/Interface/Emotes/attributions.yml index d29915984d..08152d6260 100644 --- a/Resources/Textures/Interface/Emotes/attributions.yml +++ b/Resources/Textures/Interface/Emotes/attributions.yml @@ -113,7 +113,7 @@ - files: ["weh.png"] license: "CC-BY-SA-3.0" - copyright: "Modified from plushie_lizard.png by TyAshley (AllenTheGreat) & Sarahon" + copyright: "Modified from plushie_lizard.png (icon.png in Plushies/lizard.rsi) by TyAshley (AllenTheGreat) & Sarahon" source: "https://github.com/TyAshley" - files: ["whistle.png"] diff --git a/Resources/Textures/Objects/Fun/toys.rsi/AI.png b/Resources/Textures/Objects/Fun/AI.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/AI.png rename to Resources/Textures/Objects/Fun/AI.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/AI.rsi/meta.json b/Resources/Textures/Objects/Fun/AI.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/AI.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/corgib.png b/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/corgib.png rename to Resources/Textures/Objects/Fun/Balloons/corgi.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/corgib-inhand-left.png b/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/corgib-inhand-left.png rename to Resources/Textures/Objects/Fun/Balloons/corgi.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/corgib-inhand-right.png b/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/corgib-inhand-right.png rename to Resources/Textures/Objects/Fun/Balloons/corgi.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/meta.json b/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/meta.json new file mode 100644 index 0000000000..382967c9cc --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balloons/corgi.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb.png b/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/ntb.png rename to Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png b/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png rename to Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png b/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png rename to Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/meta.json b/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/meta.json new file mode 100644 index 0000000000..cde7ec5ff6 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balloons/nanotrasen.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprites by MACMAN2003", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/synb.png b/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/synb.png rename to Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/synb-inhand-left.png b/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/synb-inhand-left.png rename to Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/synb-inhand-right.png b/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/synb-inhand-right.png rename to Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/meta.json b/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/meta.json new file mode 100644 index 0000000000..382967c9cc --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balloons/syndicate.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/basketball.png b/Resources/Textures/Objects/Fun/Balls/basketball.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/basketball.png rename to Resources/Textures/Objects/Fun/Balls/basketball.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bask-inhand-left.png b/Resources/Textures/Objects/Fun/Balls/basketball.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bask-inhand-left.png rename to Resources/Textures/Objects/Fun/Balls/basketball.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bask-inhand-right.png b/Resources/Textures/Objects/Fun/Balls/basketball.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bask-inhand-right.png rename to Resources/Textures/Objects/Fun/Balls/basketball.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balls/basketball.rsi/meta.json b/Resources/Textures/Objects/Fun/Balls/basketball.rsi/meta.json new file mode 100644 index 0000000000..0bf1423440 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balls/basketball.rsi/meta.json @@ -0,0 +1,82 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/beachball.png b/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/beachball.png rename to Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/beachb-inhand-left.png b/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/beachb-inhand-left.png rename to Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/beachb-inhand-right.png b/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/beachb-inhand-right.png rename to Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/meta.json b/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/meta.json new file mode 100644 index 0000000000..2180de8bd6 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balls/beach_ball.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Icon taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, inhands by ;3#1161", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/football.png b/Resources/Textures/Objects/Fun/Balls/football.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/football.png rename to Resources/Textures/Objects/Fun/Balls/football.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/footb-inhand-left.png b/Resources/Textures/Objects/Fun/Balls/football.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/footb-inhand-left.png rename to Resources/Textures/Objects/Fun/Balls/football.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/footb-inhand-right.png b/Resources/Textures/Objects/Fun/Balls/football.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/footb-inhand-right.png rename to Resources/Textures/Objects/Fun/Balls/football.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Balls/football.rsi/meta.json b/Resources/Textures/Objects/Fun/Balls/football.rsi/meta.json new file mode 100644 index 0000000000..382967c9cc --- /dev/null +++ b/Resources/Textures/Objects/Fun/Balls/football.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamblade.png b/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamblade.png rename to Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamblade-inhand-left.png b/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamblade-inhand-left.png rename to Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamblade-inhand-right.png b/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamblade-inhand-right.png rename to Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/meta.json b/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/meta.json new file mode 100644 index 0000000000..382967c9cc --- /dev/null +++ b/Resources/Textures/Objects/Fun/Foam/foam_blade.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foambox.png b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/foambox.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foambox.png rename to Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/foambox.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamdart.png b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/foamdart.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamdart.png rename to Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/foamdart.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow.png b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow.png rename to Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow-inhand-left.png b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow-inhand-left.png rename to Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow-inhand-right.png b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/foamcrossbow-inhand-right.png rename to Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/meta.json b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/meta.json new file mode 100644 index 0000000000..b245d7e77d --- /dev/null +++ b/Resources/Textures/Objects/Fun/Foam/foam_crossbow.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "foamdart" + }, + { + "name": "foambox" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/icon.png b/Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/icon.png rename to Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/icon.png diff --git a/Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/inhand-left.png b/Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/inhand-left.png rename to Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/inhand-right.png b/Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/inhand-right.png rename to Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/meta.json b/Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/meta.json similarity index 100% rename from Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/meta.json rename to Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/meta.json diff --git a/Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/primed.png b/Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/primed.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Grenades/foamdart.rsi/primed.png rename to Resources/Textures/Objects/Fun/Foam/foam_grenade.rsi/primed.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/bolt-open.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/bolt-open.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/bolt-open.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/equipped-BACKPACK.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/icon.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/icon.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/icon.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/meta.json b/Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/meta.json similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle.rsi/meta.json rename to Resources/Textures/Objects/Fun/Foam/foam_rifle.rsi/meta.json diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/inhand-left.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/inhand-left.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/inhand-right.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/inhand-right.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/meta.json b/Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/meta.json similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/meta.json rename to Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/meta.json diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/wielded-inhand-left.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/wielded-inhand-left.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/wielded-inhand-right.png b/Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Weapons/Guns/Rifles/foam_rifle_inhand_64x.rsi/wielded-inhand-right.png rename to Resources/Textures/Objects/Fun/Foam/foam_rifle_inhand_64x.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_arachnid.png b/Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_arachnid.png rename to Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/meta.json new file mode 100644 index 0000000000..c26c4da7ce --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/arachnid.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by PixelTheKermit (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_atmosian.png b/Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_atmosian.png rename to Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/atmosian.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bee-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bee-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/Plushies/bee.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_h.png b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_h.png rename to Resources/Textures/Objects/Fun/Plushies/bee.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/bee.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/bee.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Plushies/bee.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/meta.json new file mode 100644 index 0000000000..f3e9558b50 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/bee.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, equipped-HELMET and in-hand sprites drawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/carpplush-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/carpplush-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/carpplush-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/carpplush-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/carpplush.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/carpplush.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/carpplush.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/holoplush.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/holoplush.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/holoplush.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/holoplush.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/magicplush.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/magicplush.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/magicplush.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/magicplush.png diff --git a/Resources/Textures/Objects/Fun/Plushies/carp.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/meta.json new file mode 100644 index 0000000000..8b92838d06 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/meta.json @@ -0,0 +1,57 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, holoplush and magicplush modified by deltanedas (github), rainbowcarplush and inhand sprites modified from carpplush and inhand sprites by ArtisticRoomba", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "carpplush" + }, + { + "name": "carpplush-inhand-left", + "directions": 4 + }, + { + "name": "carpplush-inhand-right", + "directions": 4 + }, + { + "name": "magicplush" + }, + { + "name": "holoplush", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "rainbowcarpplush" + }, + { + "name": "rainbowcarpplush-inhand-left", + "directions": 4 + }, + { + "name": "rainbowcarpplush-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush.png b/Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush.png rename to Resources/Textures/Objects/Fun/Plushies/carp.rsi/rainbowcarpplush.png diff --git a/Resources/Textures/Objects/Fun/Plushies/diona.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/diona.rsi/meta.json new file mode 100644 index 0000000000..3843fed26f --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/diona.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprites by discord user Deos#5630", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "plushie_diona" + }, + { + "name": "plushie_diona1" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_diona.png b/Resources/Textures/Objects/Fun/Plushies/diona.rsi/plushie_diona.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_diona.png rename to Resources/Textures/Objects/Fun/Plushies/diona.rsi/plushie_diona.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_diona1.png b/Resources/Textures/Objects/Fun/Plushies/diona.rsi/plushie_diona1.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_diona1.png rename to Resources/Textures/Objects/Fun/Plushies/diona.rsi/plushie_diona1.png diff --git a/Resources/Textures/Objects/Fun/expiplush.rsi/expi-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/expiplush.rsi/expi-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/Plushies/expi.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/expiplush.rsi/expi.png b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/expiplush.rsi/expi.png rename to Resources/Textures/Objects/Fun/Plushies/expi.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/expiplush.rsi/expi-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/expiplush.rsi/expi-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/expi.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/expiplush.rsi/expi-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/expiplush.rsi/expi-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/expi.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Plushies/expi.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/meta.json new file mode 100644 index 0000000000..9dbe9bf3fa --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/expi.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Made by Orsoniks (rivey0 on discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_hampter.png b/Resources/Textures/Objects/Fun/Plushies/hampter.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_hampter.png rename to Resources/Textures/Objects/Fun/Plushies/hampter.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/hampter.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/hampter.rsi/meta.json new file mode 100644 index 0000000000..ddeb50c744 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/hampter.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by RenLou#4333", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_human.png b/Resources/Textures/Objects/Fun/Plushies/human.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_human.png rename to Resources/Textures/Objects/Fun/Plushies/human.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/human.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/human.rsi/meta.json new file mode 100644 index 0000000000..23d0f71a20 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/human.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by TheShuEd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_lamp.png b/Resources/Textures/Objects/Fun/Plushies/lamp.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_lamp.png rename to Resources/Textures/Objects/Fun/Plushies/lamp.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/lamp.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/lamp.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/lamp.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/lizard-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/lizard-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_lizard.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_lizard.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json new file mode 100644 index 0000000000..c715673bb4 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, equipped-HELMET sprite made by Cinder, in-hand lizard plushie sprites by KieueCaprie, plushie_lizard_inversed and inhand sprites modified from plushie_lizard_mirrored and plushielizard-inhand-left, plushielizard-inhand-right by ArtisticRoomba, spacelizard-equipped-HELMET by miamioni, spacelizard-inhand-(left/right) by SeamLesss (GitHub),", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "plushie_spacelizard" + }, + { + "name": "spacelizard-inhand-left", + "directions": 4 + }, + { + "name": "spacelizard-inhand-right", + "directions": 4 + }, + { + "name": "spacelizard-equipped-HELMET", + "directions": 4 + }, + { + "name": "rainbowlizardplush" + }, + { + "name": "rainbowlizardplush-inhand-left", + "directions": 4 + }, + { + "name": "rainbowlizardplush-inhand-right", + "directions": 4 + }, + { + "name": "plushie_lizard_inversed" + }, + { + "name": "plushielizardinversed-inhand-left", + "directions": 4 + }, + { + "name": "plushielizardinversed-inhand-right", + "directions": 4 + }, + { + "name": "plushielizardinversed-equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_lizard_inversed.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushie_lizard_inversed.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_lizard_inversed.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushie_lizard_inversed.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_spacelizard.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushie_spacelizard.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_spacelizard.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushie_spacelizard.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/lizard-inversed-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/lizard-inversed-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizardinversed-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushielizardinversed-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizardinversed-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushielizardinversed-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/plushielizardinversed-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rainbowlizardplush.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/spacelizard-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/spacelizard-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/spacelizard-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/spacelizard-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/spacelizard-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/spacelizard-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/lizard.rsi/spacelizard-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Plushies/meta.json b/Resources/Textures/Objects/Fun/Plushies/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_moth.png b/Resources/Textures/Objects/Fun/Plushies/moth.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_moth.png rename to Resources/Textures/Objects/Fun/Plushies/moth.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/moth.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/moth.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/moth.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/narplush.png b/Resources/Textures/Objects/Fun/Plushies/narsie.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/narplush.png rename to Resources/Textures/Objects/Fun/Plushies/narsie.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/narsie.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/narsie.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/narsie.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_nuke.png b/Resources/Textures/Objects/Fun/Plushies/nukie.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_nuke.png rename to Resources/Textures/Objects/Fun/Plushies/nukie.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/nukie.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/nukie.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/nukie.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_penguin.png b/Resources/Textures/Objects/Fun/Plushies/penguin.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_penguin.png rename to Resources/Textures/Objects/Fun/Plushies/penguin.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/penguin.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/penguin.rsi/meta.json new file mode 100644 index 0000000000..95024a5e4a --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/penguin.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by netwy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_ratvar.png b/Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_ratvar.png rename to Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/ratvar.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_rouny.png b/Resources/Textures/Objects/Fun/Plushies/rouny.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_rouny.png rename to Resources/Textures/Objects/Fun/Plushies/rouny.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/rouny.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/rouny.rsi/meta.json new file mode 100644 index 0000000000..5be34bc591 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/rouny.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/blue-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/blue-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/blue-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/blue-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/blue.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/blue.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/blue.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/grey-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/grey-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/grey-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/grey-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/grey.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/grey.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/grey.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/meta.json similarity index 99% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/meta.json rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/meta.json index 12144d3559..33604c15fd 100644 --- a/Resources/Textures/Objects/Fun/sharkplush.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/meta.json @@ -41,4 +41,4 @@ "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/pink-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/pink-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink-inhand-left.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/pink-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/pink-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink-inhand-right.png diff --git a/Resources/Textures/Objects/Fun/sharkplush.rsi/pink.png b/Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink.png similarity index 100% rename from Resources/Textures/Objects/Fun/sharkplush.rsi/pink.png rename to Resources/Textures/Objects/Fun/Plushies/shark.rsi/pink.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_slime.png b/Resources/Textures/Objects/Fun/Plushies/slime.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_slime.png rename to Resources/Textures/Objects/Fun/Plushies/slime.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/slime.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/slime.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/slime.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-equipped-NECK.png b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-equipped-NECK.png rename to Resources/Textures/Objects/Fun/Plushies/snake.rsi/equipped-NECK.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_snake.png b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_snake.png rename to Resources/Textures/Objects/Fun/Plushies/snake.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-inhand-left.png b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-inhand-left.png rename to Resources/Textures/Objects/Fun/Plushies/snake.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-inhand-right.png b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushiesnake-inhand-right.png rename to Resources/Textures/Objects/Fun/Plushies/snake.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/Plushies/snake.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/meta.json new file mode 100644 index 0000000000..2db3921089 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/snake.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, inhand and neck sprites by TiniestShark (GitHub)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png b/Resources/Textures/Objects/Fun/Plushies/vox.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png rename to Resources/Textures/Objects/Fun/Plushies/vox.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/vox.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/vox.rsi/meta.json new file mode 100644 index 0000000000..e36a30b200 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/vox.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by LinkUyx#6557", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png b/Resources/Textures/Objects/Fun/Plushies/xeno.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png rename to Resources/Textures/Objects/Fun/Plushies/xeno.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/Plushies/xeno.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/xeno.rsi/meta.json new file mode 100644 index 0000000000..e36a30b200 --- /dev/null +++ b/Resources/Textures/Objects/Fun/Plushies/xeno.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by LinkUyx#6557", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/base.png b/Resources/Textures/Objects/Fun/capgun.rsi/base.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/base.png rename to Resources/Textures/Objects/Fun/capgun.rsi/base.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bolt-closed.png b/Resources/Textures/Objects/Fun/capgun.rsi/bolt-closed.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bolt-closed.png rename to Resources/Textures/Objects/Fun/capgun.rsi/bolt-closed.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/bolt-open.png b/Resources/Textures/Objects/Fun/capgun.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/bolt-open.png rename to Resources/Textures/Objects/Fun/capgun.rsi/bolt-open.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/capbullet.png b/Resources/Textures/Objects/Fun/capgun.rsi/capbullet.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/capbullet.png rename to Resources/Textures/Objects/Fun/capgun.rsi/capbullet.png diff --git a/Resources/Textures/Objects/Fun/capgun.rsi/icon.png b/Resources/Textures/Objects/Fun/capgun.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4a17606cbd499967927802816b218d8d780d21f2 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy-T^)#u0Wb0?LWhr{~R0~+}zv( z0s+g@vV= zv!x$&$S;_|;n|HeAZNO#i(`m||J%NcLQM(+uG<-6%T&2VfB)Cd zoxbJ7iFA3Z&4(GjpJQyWXJ>id|9I~D_lFgd0}FON_|kITHJPLAUG;Rsd+hQveui+k z8hl@Ssq~yi#wi&O)}0q#84Kqu2+WITJCe(n*(1JN;?^vMr8i8>V}6`kD!`h;#x{4B zg4?0^N-=?_y4OE%c~zopr07VjM A$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/toys.rsi/capgun-inhand-left.png b/Resources/Textures/Objects/Fun/capgun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/capgun-inhand-left.png rename to Resources/Textures/Objects/Fun/capgun.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/capgun-inhand-right.png b/Resources/Textures/Objects/Fun/capgun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/capgun-inhand-right.png rename to Resources/Textures/Objects/Fun/capgun.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/capgun.rsi/meta.json b/Resources/Textures/Objects/Fun/capgun.rsi/meta.json new file mode 100644 index 0000000000..5dda8fe6a5 --- /dev/null +++ b/Resources/Textures/Objects/Fun/capgun.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "bolt-open" + }, + { + "name": "bolt-closed" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "capbullet" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/expiplush.rsi/meta.json b/Resources/Textures/Objects/Fun/expiplush.rsi/meta.json deleted file mode 100644 index deaad8855a..0000000000 --- a/Resources/Textures/Objects/Fun/expiplush.rsi/meta.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "license": "CC0-1.0", - "copyright": "Made by Orsoniks (rivey0 on discord)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "expi" - }, - { - "name": "expi-inhand-left", - "directions": 4 - }, - { - "name": "expi-inhand-right", - "directions": 4 - }, - { - "name": "expi-equipped-HELMET", - "directions": 4 - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/Objects/Fun/toys.rsi/orb.png b/Resources/Textures/Objects/Fun/pondering_orb.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/orb.png rename to Resources/Textures/Objects/Fun/pondering_orb.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-left.png b/Resources/Textures/Objects/Fun/pondering_orb.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-left.png rename to Resources/Textures/Objects/Fun/pondering_orb.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-right.png b/Resources/Textures/Objects/Fun/pondering_orb.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-right.png rename to Resources/Textures/Objects/Fun/pondering_orb.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Fun/pondering_orb.rsi/meta.json b/Resources/Textures/Objects/Fun/pondering_orb.rsi/meta.json new file mode 100644 index 0000000000..418629941e --- /dev/null +++ b/Resources/Textures/Objects/Fun/pondering_orb.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprites created by Pancake", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/rubber_chicken.png b/Resources/Textures/Objects/Fun/rubber_chicken.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/rubber_chicken.png rename to Resources/Textures/Objects/Fun/rubber_chicken.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/rubber_chicken.rsi/meta.json b/Resources/Textures/Objects/Fun/rubber_chicken.rsi/meta.json new file mode 100644 index 0000000000..2b9f6ab0c4 --- /dev/null +++ b/Resources/Textures/Objects/Fun/rubber_chicken.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Sprite by xprospero", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/spbox.png b/Resources/Textures/Objects/Fun/snap_pops.rsi/box.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/spbox.png rename to Resources/Textures/Objects/Fun/snap_pops.rsi/box.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/snappop.png b/Resources/Textures/Objects/Fun/snap_pops.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/snappop.png rename to Resources/Textures/Objects/Fun/snap_pops.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/snap_pops.rsi/meta.json b/Resources/Textures/Objects/Fun/snap_pops.rsi/meta.json new file mode 100644 index 0000000000..82f35e4b1c --- /dev/null +++ b/Resources/Textures/Objects/Fun/snap_pops.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "box" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ian.png b/Resources/Textures/Objects/Fun/toy_ian.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/ian.png rename to Resources/Textures/Objects/Fun/toy_ian.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toy_ian.rsi/meta.json b/Resources/Textures/Objects/Fun/toy_ian.rsi/meta.json new file mode 100644 index 0000000000..e5ddb0f4d7 --- /dev/null +++ b/Resources/Textures/Objects/Fun/toy_ian.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/mouse-equipped-HELMET.png b/Resources/Textures/Objects/Fun/toy_mouse.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/mouse-equipped-HELMET.png rename to Resources/Textures/Objects/Fun/toy_mouse.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Objects/Fun/toys.rsi/toy_mouse.png b/Resources/Textures/Objects/Fun/toy_mouse.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/toy_mouse.png rename to Resources/Textures/Objects/Fun/toy_mouse.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toy_mouse.rsi/meta.json b/Resources/Textures/Objects/Fun/toy_mouse.rsi/meta.json new file mode 100644 index 0000000000..f917441a32 --- /dev/null +++ b/Resources/Textures/Objects/Fun/toy_mouse.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/nuketoy.png b/Resources/Textures/Objects/Fun/toy_nuke.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/nuketoy.png rename to Resources/Textures/Objects/Fun/toy_nuke.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toy_nuke.rsi/meta.json b/Resources/Textures/Objects/Fun/toy_nuke.rsi/meta.json new file mode 100644 index 0000000000..f61272b0d3 --- /dev/null +++ b/Resources/Textures/Objects/Fun/toy_nuke.rsi/meta.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.2, + 0.2 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/singularitytoy.png b/Resources/Textures/Objects/Fun/toy_singularity.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Fun/toys.rsi/singularitytoy.png rename to Resources/Textures/Objects/Fun/toy_singularity.rsi/icon.png diff --git a/Resources/Textures/Objects/Fun/toy_singularity.rsi/meta.json b/Resources/Textures/Objects/Fun/toy_singularity.rsi/meta.json new file mode 100644 index 0000000000..6f1abc4d4f --- /dev/null +++ b/Resources/Textures/Objects/Fun/toy_singularity.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json deleted file mode 100644 index 837f7e921c..0000000000 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ /dev/null @@ -1,425 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie_arachnid by PixelTheKermit (github), plushie human by TheShuEd, NanoTrasen Balloon by MACMAN2003, holoplush and magicplush modified by deltanedas (github), lizard hat sprite made by Cinder, rubber_chicken by xprospero, in-hand lizard plushie sprites by KieueCaprie, plushie_lizard_inversed and inhand sprites modified from plushie_lizard_mirrored and plushielizard-inhand-left, plushielizard-inhand-right by ArtisticRoomba, rainbowcarplush and inhand sprites modified from carpplush and inhand sprites by ArtisticRoomba, spacelizard-equipped-HELMET by miamioni, spacelizard-inhand-(left/right) by SeamLesss (GitHub), plushiesnake inhands+neck by TiniestShark (GitHub)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "plushie_ratvar" - }, - { - "name": "plushie_penguin" - }, - { - "name": "plushie_moth" - }, - { - "name": "plushie_rouny", - "directions": 4 - }, - { - "name": "plushie_lizard" - }, - { - "name": "plushielizard-inhand-left", - "directions": 4 - }, - { - "name": "plushielizard-inhand-right", - "directions": 4 - }, - { - "name": "lizard-equipped-HELMET", - "directions": 4 - }, - { - "name": "plushie_spacelizard" - }, - { - "name": "carpplush" - }, - { - "name": "holoplush", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "magicplush" - }, - { - "name": "rainbowcarpplush" - }, - { - "name": "rainbowcarpplush-inhand-left", - "directions": 4 - }, - { - "name": "rainbowcarpplush-inhand-right", - "directions": 4 - }, - { - "name": "rainbowlizardplush" - }, - { - "name": "rainbowlizardplush-inhand-left", - "directions": 4 - }, - { - "name": "rainbowlizardplush-inhand-right", - "directions": 4 - }, - { - "name": "narplush" - }, - { - "name": "plushie_h" - }, - { - "name": "bee-equipped-HELMET", - "directions": 4 - }, - { - "name": "bee-inhand-left", - "directions": 4 - }, - { - "name": "bee-inhand-right", - "directions": 4 - }, - { - "name": "plushie_hampter" - }, - { - "name": "plushie_arachnid" - }, - { - "name": "plushie_lizard_inversed" - }, - { - "name": "lizard-inversed-equipped-HELMET", - "directions": 4 - }, - { - "name": "plushielizardinversed-inhand-left", - "directions": 4 - }, - { - "name": "plushielizardinversed-inhand-right", - "directions": 4 - }, - { - "name": "plushie_lamp" - }, - { - "name": "plushie_nuke" - }, - { - "name": "plushie_atmosian" - }, - { - "name": "plushie_slime" - }, - { - "name": "plushie_snake" - }, - { - "name": "plushiesnake-equipped-NECK", - "directions": 4 - }, - { - "name": "plushiesnake-inhand-left", - "directions": 4 - }, - { - "name": "plushiesnake-inhand-right", - "directions": 4 - }, - { - "name": "plushie_vox" - }, - { - "name": "plushie_diona" - }, - { - "name": "plushie_human" - }, - { - "name": "plushie_diona1" - }, - { - "name": "plushie_xeno" - }, - { - "name": "carpplush-inhand-left", - "directions": 4 - }, - { - "name": "carpplush-inhand-right", - "directions": 4 - }, - { - "name": "AI" - }, - { - "name": "base" - }, - { - "name": "bolt-closed" - }, - { - "name": "bolt-open" - }, - { - "name": "foamblade" - }, - { - "name": "foamcrossbow" - }, - { - "name": "foamdart" - }, - { - "name": "foambox" - }, - { - "name": "ian" - }, - { - "name": "nuketoy" - }, - { - "name": "snappop" - }, - { - "name": "spacelizard-equipped-HELMET", - "directions": 4 - }, - { - "name": "spacelizard-inhand-right", - "directions": 4 - }, - { - "name": "spacelizard-inhand-left", - "directions": 4 - }, - { - "name": "spbox" - }, - { - "name": "toy_mouse" - }, - { - "name": "mouse-equipped-HELMET", - "directions": 4 - }, - { - "name": "capbullet" - }, - { - "name": "foamcrossbow-inhand-right", - "directions": 4 - }, - { - "name": "foamcrossbow-inhand-left", - "directions": 4 - }, - { - "name": "capgun-inhand-right", - "directions": 4 - }, - { - "name": "capgun-inhand-left", - "directions": 4 - }, - { - "name": "foamblade-inhand-right", - "directions": 4 - }, - { - "name": "foamblade-inhand-left", - "directions": 4 - }, - { - "name": "corgib-inhand-right", - "directions": 4 - }, - { - "name": "corgib-inhand-left", - "directions": 4 - }, - { - "name": "ntb-inhand-right", - "directions": 4 - }, - { - "name": "ntb-inhand-left", - "directions": 4 - }, - { - "name": "synb-inhand-left", - "directions": 4 - }, - { - "name": "synb-inhand-right", - "directions": 4 - }, - { - "name": "synb" - }, - { - "name": "ntb" - }, - { - "name": "corgib" - }, - { - "name": "football" - }, - { - "name": "footb-inhand-right", - "directions": 4 - }, - { - "name": "footb-inhand-left", - "directions": 4 - }, - { - "name": "basketball" - }, - { - "name": "bask-inhand-right", - "directions": 4, - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "bask-inhand-left", - "directions": 4, - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ], - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "singularitytoy", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "orb", - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2 - ] - ] - }, - { - "name": "orb-inhand-left", - "directions": 4 - }, - { - "name": "orb-inhand-right", - "directions": 4 - }, - { - "name": "beachball" - }, - { - "name": "beachb-inhand-left", - "directions": 4 - }, - { - "name": "beachb-inhand-right", - "directions": 4 - }, - { - "name": "rubber_chicken" - } - ] -} From 9a5bd9de6a0ab0bb9d899c25e09239ff34c5f90a Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:22:51 +0200 Subject: [PATCH 039/168] Add propeller hat & swirl lollipop (#38260) --- .../Catalog/Cargo/cargo_vending.yml | 2 +- .../Inventories/clothesmate.yml | 1 + .../VendingMachines/Inventories/snack.yml | 1 + .../Entities/Clothing/Head/hats.yml | 33 ++++++++++++ .../Random/Food_Drinks/food_snacks.yml | 1 + .../Objects/Consumable/Food/snacks.yml | 35 ++++++++++++ .../Head/Hats/propellerhat.rsi/icon-on.png | Bin 0 -> 658 bytes .../Head/Hats/propellerhat.rsi/icon.png | Bin 0 -> 658 bytes .../Head/Hats/propellerhat.rsi/meta.json | 51 ++++++++++++++++++ .../propellerhat.rsi/off-equipped-HELMET.png | Bin 0 -> 15081 bytes .../propellerhat.rsi/on-equipped-HELMET.png | Bin 0 -> 16060 bytes .../Consumable/Food/candy.rsi/meta.json | 13 ++++- .../candy.rsi/swirl_lollipop-inhand-left.png | Bin 0 -> 15293 bytes .../candy.rsi/swirl_lollipop-inhand-right.png | Bin 0 -> 15287 bytes .../Food/candy.rsi/swirl_lollipop.png | Bin 0 -> 588 bytes 15 files changed, 135 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index f1389c854d..c03c73b72b 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -32,7 +32,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 2480 + cost: 2500 category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 8f6dd5ac15..a1e79d52aa 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -79,6 +79,7 @@ ClothingHeadHatCorpsoft: 2 ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 + ClothingHeadPropellerHat: 2 ClothingBeltStorageWaistbag: 3 ClothingEyesGlasses: 6 ClothingHandsGlovesColorBlack: 4 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml index cd89dbeb16..b55ddbfa31 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml @@ -8,4 +8,5 @@ FoodSnackSus: 3 FoodSnackSemki: 3 contrabandInventory: + FoodSnackSwirlLollipop: 2 FoodSnackSyndi: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index addf952555..e00920b339 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -1316,3 +1316,36 @@ sprite: Clothing/Head/Hats/solidheadband.rsi - type: Clothing sprite: Clothing/Head/Hats/solidheadband.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPropellerHat + name: propeller hat + description: You're the bestest boy. + components: + - type: Sprite + sprite: Clothing/Head/Hats/propellerhat.rsi + layers: + - state: icon + map: [ "enum.ToggleableVisuals.Layer" ] + - type: Clothing + equippedPrefix: off + sprite: Clothing/Head/Hats/propellerhat.rsi + - type: ToggleableVisuals + spriteLayer: enum.ToggleableVisuals.Layer + clothingVisuals: + head: + - state: on-equipped-HELMET + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ToggleableVisuals.Enabled: + enum.ToggleableVisuals.Layer: + True: {state: icon-on} + False: {state: icon} + - type: ItemToggle + predictable: true + soundActivate: + path: /Audio/Items/flashlight_on.ogg + soundDeactivate: + path: /Audio/Items/flashlight_off.ogg diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml index 1c42cfd298..0b8b5289a1 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml @@ -51,3 +51,4 @@ - id: FoodSnackSemki - id: FoodSnackSus - id: FoodSnackSyndi + - id: FoodSnackSwirlLollipop diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml index 3668e173b7..c8b0e2d1f8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml @@ -520,6 +520,41 @@ - ReagentId: Theobromine Quantity: 3 +- type: entity + name: swirl lollipop + parent: FoodSnackBase + id: FoodSnackSwirlLollipop + description: A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now? + components: + - type: Sprite + sprite: Objects/Consumable/Food/candy.rsi + state: swirl_lollipop + - type: Item + sprite: Objects/Consumable/Food/candy.rsi + heldPrefix: swirl_lollipop + size: Small + - type: Tag + tags: + - FoodSnack + - ReptilianFood + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 # Room for extra condiments + reagents: + - ReagentId: Sugar + Quantity: 15 + - type: FlavorProfile + flavors: + - sweet + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 2 + soundHit: + collection: WeakHit + # Trash - type: entity diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png new file mode 100644 index 0000000000000000000000000000000000000000..6201d1e75f7d1a40cc214739435648efcb2dd09d GIT binary patch literal 658 zcmV;D0&V??P)lV{&WV5{f!8Ymg7x|JiqMltkONT^{;B{1zjw#jM7L6U z64!`Q6XeC4FPd{u&NBh!VwL)xs~MjpFgY#&!Zm_a8VEbrrGQq1Wuh3X-+A`xyr9h8 zreG#iF}$YZCY(!sBWI(7a4r}GNs?eVm!{y{%XwS#nI#1o;JeyE?MHCp@gYGBOEi7T4m$7QajgfY1SNr(5Q-8iT#X8!&ARv&++BD|+F$k6o~a*ppyAmTIspc%kY8?x z*hMz|b@K;2*gply?3DBO0EJ)j)3I8kCFR&3B3uwYlMg`h(UkKyArI$cCSn(^D_|Cl zNWl*o>6bjP57!mQ-+U+Fr@+IEL^AR=mOpJ9t}CEQU^NrL2E~qd0yh+}BBH|0esEj~ s=!sz5!fgpOig=ZO^MApKz<(w18)Vb)^B+P@tpET307*qoM6N<$f(;EM)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6201d1e75f7d1a40cc214739435648efcb2dd09d GIT binary patch literal 658 zcmV;D0&V??P)lV{&WV5{f!8Ymg7x|JiqMltkONT^{;B{1zjw#jM7L6U z64!`Q6XeC4FPd{u&NBh!VwL)xs~MjpFgY#&!Zm_a8VEbrrGQq1Wuh3X-+A`xyr9h8 zreG#iF}$YZCY(!sBWI(7a4r}GNs?eVm!{y{%XwS#nI#1o;JeyE?MHCp@gYGBOEi7T4m$7QajgfY1SNr(5Q-8iT#X8!&ARv&++BD|+F$k6o~a*ppyAmTIspc%kY8?x z*hMz|b@K;2*gply?3DBO0EJ)j)3I8kCFR&3B3uwYlMg`h(UkKyArI$cCSn(^D_|Cl zNWl*o>6bjP57!mQ-+U+Fr@+IEL^AR=mOpJ9t}CEQU^NrL2E~qd0yh+}BBH|0esEj~ s=!sz5!fgpOig=ZO^MApKz<(w18)Vb)^B+P@tpET307*qoM6N<$f(;EM)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json new file mode 100644 index 0000000000..e5deee09d9 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json @@ -0,0 +1,51 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "on-equipped-HELMET", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-on" + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..1d707db963bb4d97b47d6cd71c0356689e4b6f49 GIT binary patch literal 15081 zcmeI3dvFs)9LKLbOGTzW0ik$C9dRJNyF8laCJlk6v{eF~QfWXLIPSLX*(8_VU7JwL zOBoeGQNRbzs4xRQP?1q*!~qMUsAwG#9g#YvD89f~MJ;wfbT3JhZJM&`@aJYGxnFm` z-`{WVvya|Cx2j@h>BTu$Xje6VoW<5M< z)HsSNoFG^Eb-!;0FDk)&K~ffh{Ae%?)fDBL5)BJtJ<#bzpjHkQnSR-|$3)9gk*V75 zV}0RbP$!o)t6+BX%qp?DUUW*PDefFsl!pm|Ko{s}Fc8xCXpt$Fmxr;@%$VqyM6WM0 zO*IPAeqRM$tf+vt=NFhow!lFQdZ#DK!M}=3b-Etr872~mX-213wKxoz zN}wr?st8J&;H_Mn>F#y8CN(*IG8sJsjvYkh0c=K3+!k93@fmW#d*zE&An1x(r6>V+ ze3e!7BBYCpW2=guSS^PnC8FKvV$vOkmxTPdC@rW!bjrqt*WK?PH5;hOk2yF8w? zuPr^ji!sjqfZTT?;;nt>r+3BnpHG)@obhliz;Ow&IpADOzqVB6xZZEfX`nHtcNVbl z!*IrL!isjMTj!qNigu@4Q_fpLvhIfaFgDP%X2fNjx$$FRHheq)?gG2rYIiZ|&FPK` zISK-PuMGFEW~|BrTf&pxk?<6NT!UYae zcXWXhqv=Qylm<2?xUh&&0l|gRz{Ug@77;2SxKJ9{nBc-9LIngDN&_1cTv$Y?fZ#%D zU}J&{iwG4ETqq4}OmJZlp#p*nrGbqJE-WHcKyaZnura}fMT80nE|dl~Cb+POPyxY( z(!j<97ZwpJAh=K(*qGqLB0>cO7fJ&g6I@tCsDR)?X<%c53yTO95L_q?Y)o)r5upNt z3#EaL2`(%mR6uZ{G_Wzjg++u42riTcHYT{Rh)@B+h0?&r1Q!+&Dj>K}8rYcN!XiQi z1Q$vJ8=n_fPU@vU5Q1;|Mc^xal6+k$d>xP$%PM^o)qFigEx(JRdj5vj6BO0RQq;+X z6vaPAQKOZ03-(W^s6i#=-lr!5Lz~wvw-w(wXUL;7 zF3mkV{JuMH9Y16Eu1W3LZ?VAn4{w4M%kEopgY%*=6*E)e$pVLEbV#Lv5JD}N|CI&1CR z=;a-|_q?=z^=F^>*>_&t=lkTUJH~eGURFxo{Kz-cS3I-v<6%QTXzVt9{#@Qu)zo+2 z-q7Zm{NAxScOO1H=fmmyg>%1ca9nZlrlsm7n?_!}w{_nB1Euqs+<6BUw450kh>n^e zTGvNKeri|4uzh0&=e+>(vI1AxQnQ}V&_a)1y-y>^1ou`M7yy0+LM|;!Yh1(vhpZtyb^VYVB-7^lXpS5k>{o}Te z@A|swmHDG`+nBB;<|Ajiqmz36?5SZ2=ee4nJz@#J`ICLx_2V4ff2e0#=qraGt3Em5 ztph`~c`N^3`uP*$@x85I{B~u}N1gZV7=5DC^nK)8f5+ons_LI^-pwr$*&!Pn9Jj6Q z`srh}deSwgSa5ssuH5X0I?uL0Ijd#tpkv2Z+|{{p@SNt0Dmwf<&%Zt4)zT9aT6<0& rKf7w{{DaFf-Wz(yd-v>rDvR<2KXZp$MvOLIMlCOy>D@kU;hp~gu1l_D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f65c32a6bec3e4668b8b7450620bad9a6c3cd8 GIT binary patch literal 16060 zcmeI3e^gV~9l#%AK@op+v%^|{q|weFUGnl0UP7KB2t);GkOB^@GJSb@fj5%8n7o(} z3uUnG*!I{~j@EU|N>96;;!f#y*ko#JUENMkXWMjcb47;kj8p9@$Z#GUqICBqAqkgo z$BsQ`|Gb=&D$yyi%w%KSnXULrGhC3#;@yTwpea8FKtCnyF<4nT4(9 zoZ0fhQ}4=UoHbisL7G)&S3XmMY88x1tCQ*UN`lnsGIigQsZ|7tt2DSq zrBG|AOcj->mPI~tV;ZW zfEfx;ol~Iw3a4j9*vYsb6YF8zoJ-(%r%d!qTX?UKEtiXdqMyjR9Ij{}rzgS=P{jST z3n!E+Jdu%=iQ2flZhI&-D}%Fk*1L&IC`QX3E@IKR1P$s0o{e zwnDf<2C!Bt-_6nj?=I(gyD_}WO2!e&^7BKxO18R!b6R`eO=9(qd1Fnqz#7#m zHK|Z(6$DXEs42CIA~lby)RamU=OjE6@?qw!oULw>4=qKK6qynBPfc}%2_Er$?CL37NM|aT5JkZm&qzDYQ085Fj^f+ zlQd9S47hk)fl(|I(Nk!2VvP6&pfVH-Z#GkfPLDu?1r(Y>`EVc~Qe&|YdRDElSu;t6 zUYn^^STqcw&=3}DCc&_3mez-M!$k8~W)aup(Ic*>ztnJMapsd;Z*g;=Wz+V!IsY5Y zaEJtMCWR{C#M;(D;Kgc`vAZXZ#%ddCt}fc`Va3*wEg$b4(QXW;Mn8s73!-R7Y|BPQ zJlU+(fKM2Wr3IUDlM6V#4HfnuXFhcdUk&R-b%wC3(5$JQczB!Oqup$7H8?ZVXGm2g2o(4vG3%?Hv-xF8^CQNo4h18F5(5D>H|;X?C)v=S}|2wIeIq4_{s z2^RzeElRl1d?2la3j%@`C0uAekXFJ40YQrrE;JuVE8&8GphXE6nh&Iva6v%OqJ#_0 z2hvKoARuT_!iDAoX(e0`5VR=aLi2&N5-tb`T9k01`9N9;7X$2*?@ZoxUl9uZk`(m+_Y?axum=(+1-%S@y<*7 zw|f8iozlKrJ!BTU@KVv*&#(P0!?WqVXLc9zRXJmKng@3FughqBziM0m;grATj4e6& z#_g}yU-|ddw)9V04XV(-F z)fcl3wYen1J!CA9rwmp2j=DJP$!pe4?zCKfv zedL|R{Nq;tM<3*@>F?>e)%<){)ra*J-ZHgs?{}?L=YL{vKRQ!Pq`tbV_|B4xL24w; zJ3KIuk>0j8``FX_m2a}{vQ=L)HwJzbSaa#X+(Gh-(Y_Nccg(vkUvK!0&%Ku&dw2eh z`8RUrW-SPw?yc`gb}jucU?*VTD#t!fSv}a9^lZwRZtSyq?fP9<`;hjvYpH?2s$1SG zE##3{bu^s2d}-`g-)^}%B75`L%{N{jX)(Bli#ngOVLe-HTk2~I tvs!`;-0+EcXS~zc8PNrl|Mc!sZ1ttPSvQT|!{Ynpg&T@Z9eKN&{sZ2i(>?$I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json index 6a30a0956c..c50a8f0ece 100644 --- a/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, swirl_lollipop taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767", "size": { "x": 32, "y": 32 @@ -41,6 +41,17 @@ }, { "name": "orange" + }, + { + "name": "swirl_lollipop" + }, + { + "name": "swirl_lollipop-inhand-right", + "directions": 4 + }, + { + "name": "swirl_lollipop-inhand-left", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8f4fe8043263239092a03bde5bc34a3533bb83 GIT binary patch literal 15293 zcmeI3Yg7|w8pnr%(MEA$bz6?Q$23(0YM9BLj7j7YEVM+Ci$;64Wk@Du)?_9mg9(%> zl-A4QQk3Imt*dmqtrjm!k9NBiMT9DAFYa1)DNEgUE8A7KmX!8b^>CD(NkZ}h!D;vO z@V@{5^StwWFU*(On!o(d~wovF5ye@|`RETs3*)bGhFXn`$sR$g& zWHE<4&I*^^KQxOO#_hNRCuuk1lScG8Z4^zpZPX+sL*0`WX6D3b4AqV}UWX%MX*Zp{ zotBM zm2x>ST2DBzG8}f2Wm-7g2q;6V3eBSIl#3Y_u9s`!NX>xDztYfL(oJKe8P7H7nTAw? zu%H&J#iA<3RT6nAVwIFC6&6XFywobeaivs^o8@w~BFzucXawyOQX4391-n~u86a@SjOe%;m<} z9j6nIZn@AQ7CNI?kALT)n3+Az^k#NL;1(@BrZqgQkTYl_{@)1<t(@ejPHnOTr-&w=m;7EQw97x z_s?XYmAP49?o;5fdU>ENP{!xad9F71w1a024~FU;zR@rcw8V2&X~u=i3k+%xIh}5F^`KA z5h&nsfiyT{9v3GfP{88?X>i6oE>1+CfX4;W;EZ`(oQOaHj|-&18S}U}5rG087f6FM z=5cW%0tGxSkOpVWujae*{AV;&bLB2d8N z0%>r@JT6W|pn%5((%_7FT%3qN0gnr$!5Q&3;7qdOYIDYl-XGay4J{uI=BFeVLW}U%T*&s!Ctatz*6~ZtWtD zYThe89}h>xLE*P^?chN&w)M&1U-K^^KjyGgk?V9Q%sJee#SWAKo(@n7@(Q z4%ZINHYwv?nmUcPO)F~_?05wJwDhy+#9gn5^Do#cl7HU)q^<3t#H|l!Yg)-0nX}&e zXoKVM$i}I+Q}#S{xp{MezOA#`T$`{W0eh$>;b}oE^g@C{cFbHeSbOB;#)Ab{6J1VO z=840#z1;(!+^y@UEYS)jnelA;t@Ks8KdpR2^F{4V*f9U;+P`T}o+GR+E!^Pu^8n5;Jo^%ien}1r8yi<^raCZM%1zI@( z9hDeUP}LjHRqTJheFWasG}P04{h9oRt_MU=#P?J|$w#N}3R|84Ocfa|ga{VmBot!vwM_+CD~($o-_*F7{m zv+>%uT}NY}?>_LX`gj?3aoNEK`rdEcFh$|JH^tFYero%|#u=4wR#`vC1?b`{*c9a* z)9HKLz8%UtKXhJo)^Om!f-g_J*csz1j@RFf-mBWPrA(c5;-5ROr)~HwDs#pT>#q2Y z7k5+Jnl$mR-_2U`RsCFV_0KK}6!W@$OFF)~GiR{(>cBU%2MleBQw@#7d%Jo}nYYq= zFKxQ{c3OLR(sQkYHLn%zZC8K%;0)d7{wnX1sMMbpcR@{<9~NtI(i@) Z(w@)#`#bBabnFARx!KDN$1+Qv{~ub-6cqpf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..68b66f78fe5e02ba2609f0c5a00df47b07e1a88a GIT binary patch literal 15287 zcmeI3e^?Xu9mfx`R%k=rQ@Z)1=sm$7v^2T=4mm@>5-_X{ARt1qE63#mSCU-JT}Y7W zgO#UN=dV?1VRN;kV%6EMj;@x+iEg&ys#0_+;$vk>TP-cKNUL+Wy1OJKUqbNOJ^l0Y zC?PU46h;>xSXgU9jW5$2M&p0 z(vm7(qBhIS&J3cGG%a@#1|d$kN``Tw2;%X0q#mV|a#bL5olb|y6o^70VHFa(#=&4- ziGxn`CmG3OBxu}4IvJ93z+7IeoN_a%Vlh`J_zGN?-5D(8pabk!iij6;B66t=iDa_i zL66hzviXK)!4bkn*a-(ivp#u5pRSDfnkd&t5B< z;UX}GaurgP&EQ{Uc_Rqnj11qZf|Hhz4h!X>AJZe@me72MvJpm%Aq)zcLM@SLByxG7 zT#3pws9c*YQ=l>#ki@SH%VDN0q_rkejucd`19Je%@Eq*^v0x1Ly|RE>Addw{t(41- zF$U6(RS<~NQK3gdjes(^s?ZF|M!DEw5eB6miPQ|Zd@BvjcF+vwz=>?5fo+hIqy@z^ zxK>_nRY=&aNJx}c6)w@?Dy>AVQsJ0fmO@xHxDTS)4BE$}Hd45o+bx0AmLHfJu#ZWd z>mu2c4zmFoZuCF2M1(YBN|{KSU7t0;x@A|d?<^}ImW^&5>9CQ$Gs%g$XoA~usp63> z7d*s*XB6l0?OYVYxzo&ma~p!N=#f#ap2oYeV@{`BdX4 zp(!il!Cb_G3U*C=pS|wSI@%VVUXO66zl|I{5&qWE^E0wy$IhpoJJe8iEwJOld~+bz zBV*b^mHql+Zcc4(pI)btu`fiWL8DeH)p{hnIoy#)dI?*xk!1HT&8coBgD z0T)PvHx_X5A_4^hE|3OqEa2ir1PTOPAPwGFz{QIQ6bQIL8oaT9ix&|n5O9Gscw+$< zFCtJN-~wsz#sV&0M4&*x1=8S+1zfy{K!Jb@q`@2C6IX2L(Lch$KJVvYAM88z2lrpt zhXP^Tly8Qh<#QmYZZ!nmzRUi80YPpV1of9e5ZVYqKcilL?!znyiWX%X7ZiFgeASa{ z+Oq7?j=@{GZ>673TG;D!g`%>L#Z zGvHnCHbJZ7nZo>Lti`Gu>e;sTZ^yFhpN)R{o8f=nh^UnQmP?LVK`btD|G9Z?A9*J( zsq)Eb7v3}z^V1urWLu|3E%g@9%j!4PcW(L}BXwN4`HHSQ^GN+-WtR{V}WO-|edo?0f0bU*AofUS=9DEPAi*cJ-pPQ{7u*FLs|fbL7tK_b* zbp_h>$O=U zp*OAWQc4Rd!jv_iIxCl<$_+!iC6wEM-`4MmR}CCj|` zDWkHwR@SeGI-k&#CQ4q~Qda!>^H=uD*69X1&Q}|r>%vM8|Ld6Ex@wVV(EEVo+3DiP zc6Dy+=sPpFa*4&zRQIP>Tt}0C^#!`r*wHq*)tk32p`}yz z%fzzp2;aox8YziSoUNxnLN^UNvN90gGq-n-QE zaMPQ!?rwNh_x7p6+OJdL?!=)LQJ-d5+L5|nu03&g20SZ~u6gvQP}CIPJL%$J6?EBC W-0UfOJcfI;Haj!N`1X@!FZ>TQ!V(Pt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png new file mode 100644 index 0000000000000000000000000000000000000000..9fec974d07a389f0b3da35e7ebbf468e0a79cc93 GIT binary patch literal 588 zcmV-S0<-;zP))0 zzxV0FA4d(K2Jrs@^l9jbcs}K%c1>~|KnPQ)*Yt7n@{tc;0GtqZh3Yhbuq_73Bss|x0 z(v0tKfy_D0JR$P+catd4Q})VGnqk?!EdZS&olXN2A*1+0T-e~w4$@ztEK>RTykxd` zwgKM71A#!Xvo{dybt@C#Tk#4+NdQiXmjvLXxFvwo;-&!A5H|&=hPWv}HN;H;sueYW a8o(>;4$hqs2skzX0000 Date: Thu, 12 Jun 2025 01:23:58 +0000 Subject: [PATCH 040/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 51ab29e9fd..6b1f13572b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: JuneSzalkowska - changes: - - message: Added cooked dragon steak and dragon cutlets. - type: Add - id: 8148 - time: '2025-04-10T15:59:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36273 - author: SlamBamActionman changes: - message: The Syndicate Raid Bundle now comes in a Syndicate backpack instead of @@ -3910,3 +3903,13 @@ id: 8660 time: '2025-06-11T21:56:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/35645 +- author: SlamBamActionman + changes: + - message: Propeller hats can now be found in the Clothesmate. + type: Add + - message: Swirl lollipops can now be found in the manager inventory of GetMore + Chocolate Corp. vending machines. + type: Add + id: 8661 + time: '2025-06-12T01:22:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38260 From 70ce570fe9361d5b90494d159faa4fd512ac479d Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 12 Jun 2025 01:09:05 -0400 Subject: [PATCH 041/168] Cleanup chat highlighting code (#38235) * Cache regexes * Convert static LocManager to resolved * Use Any instead of Count > 0 * Use var instead of explicit types * Make _highlights readonly --- .../Chat/ChatUIController.Highlighting.cs | 29 +++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs index e413999b2c..1670823aab 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs @@ -14,12 +14,17 @@ namespace Content.Client.UserInterface.Systems.Chat; /// public sealed partial class ChatUIController : IOnSystemChanged { + [Dependency] private readonly ILocalizationManager _loc = default!; [UISystemDependency] private readonly CharacterInfoSystem _characterInfo = default!; + private static readonly Regex StartDoubleQuote = new("\"$"); + private static readonly Regex EndDoubleQuote = new("^\"|(?<=^@)\""); + private static readonly Regex StartAtSign = new("^@"); + ///

/// The list of words to be highlighted in the chatbox. /// - private List _highlights = new(); + private readonly List _highlights = new(); /// /// The string holding the hex color used to highlight words. @@ -42,7 +47,7 @@ public sealed partial class ChatUIController : IOnSystemChanged { _highlightsColor = value; }, true); // Load highlights if any were saved. - string highlights = _config.GetCVar(CCVars.ChatHighlights); + var highlights = _config.GetCVar(CCVars.ChatHighlights); if (!string.IsNullOrEmpty(highlights)) { @@ -84,12 +89,12 @@ public sealed partial class ChatUIController : IOnSystemChanged (c == '"')) > 0) + if (keyword.Any(c => c == '"')) { // Matches the last double quote character. - keyword = Regex.Replace(keyword, "\"$", "(?!\\w)"); + keyword = StartDoubleQuote.Replace(keyword, "(?!\\w)"); // When matching for the first double quote character we also consider the possibility // of the double quote being preceded by a @ character. - keyword = Regex.Replace(keyword, "^\"|(?<=^@)\"", "(? (c == ' ' || c == '-')) == 1) @@ -144,9 +149,9 @@ public sealed partial class ChatUIController : IOnSystemChanged Date: Thu, 12 Jun 2025 01:31:48 -0400 Subject: [PATCH 042/168] Fix some popup issues with pipe layer changes (#38244) * fix: only show pipe layer popups to the user changing them * fix: don't show pipe layer subfloor popup when not using a screwdriver * fix: properly pass down user and used for serverside pipe layer changes Technically this doesn't matter as the Shared codepath for this method doesn't actually use these on the server: only the user is used for a clientside popup. Still, will be good to have these for future changes that might need them. --- .../Atmos/EntitySystems/AtmosPipeLayersSystem.cs | 2 +- .../EntitySystems/SharedAtmosPipeLayersSystem.cs | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/AtmosPipeLayersSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosPipeLayersSystem.cs index 0cb804bdbd..924a6695fc 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosPipeLayersSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosPipeLayersSystem.cs @@ -38,7 +38,7 @@ public sealed partial class AtmosPipeLayersSystem : SharedAtmosPipeLayersSystem if (ent.Comp.PipeLayersLocked) return; - base.SetPipeLayer(ent, layer); + base.SetPipeLayer(ent, layer, user, used); if (!TryComp(ent, out var nodeContainer)) return; diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosPipeLayersSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosPipeLayersSystem.cs index ff88601330..f6ec1c5799 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosPipeLayersSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosPipeLayersSystem.cs @@ -119,14 +119,16 @@ public abstract partial class SharedAtmosPipeLayersSystem : EntitySystem if (ent.Comp.NumberOfPipeLayers <= 1 || ent.Comp.PipeLayersLocked) return; + if (!TryComp(args.Used, out var tool) || !_tool.HasQuality(args.Used, ent.Comp.Tool, tool)) + return; + if (TryComp(ent, out var subFloorHide) && subFloorHide.IsUnderCover) { - _popup.PopupPredicted(Loc.GetString("atmos-pipe-layers-component-cannot-adjust-pipes"), ent, args.User); + _popup.PopupClient(Loc.GetString("atmos-pipe-layers-component-cannot-adjust-pipes"), ent, args.User); return; } - if (TryComp(args.Used, out var tool) && _tool.HasQuality(args.Used, ent.Comp.Tool, tool)) - _tool.UseTool(args.Used, args.User, ent, ent.Comp.Delay, tool.Qualities, new TrySetNextPipeLayerCompletedEvent()); + _tool.UseTool(args.Used, args.User, ent, ent.Comp.Delay, tool.Qualities, new TrySetNextPipeLayerCompletedEvent()); } private void OnUseInHandEvent(Entity ent, ref UseInHandEvent args) @@ -141,7 +143,7 @@ public abstract partial class SharedAtmosPipeLayersSystem : EntitySystem var toolName = Loc.GetString(toolProto.ToolName).ToLower(); var message = Loc.GetString("atmos-pipe-layers-component-tool-missing", ("toolName", toolName)); - _popup.PopupPredicted(message, ent, args.User); + _popup.PopupClient(message, ent, args.User); } return; @@ -217,7 +219,7 @@ public abstract partial class SharedAtmosPipeLayersSystem : EntitySystem var layerName = GetPipeLayerName(ent.Comp.CurrentPipeLayer); var message = Loc.GetString("atmos-pipe-layers-component-change-layer", ("layerName", layerName)); - _popup.PopupPredicted(message, ent, user); + _popup.PopupClient(message, ent, user); } } From e55985e575734d3306cfc61d68bc37b34e26d2cc Mon Sep 17 00:00:00 2001 From: kosticia Date: Thu, 12 Jun 2025 19:19:08 +0300 Subject: [PATCH 043/168] Make BODAs start with Russian accent. (#38275) long hand of Kremlin --- .../Prototypes/Entities/Structures/Machines/vending_machines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index fddda35ce3..54cb396fdc 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -1166,6 +1166,7 @@ radius: 1.5 energy: 1.6 color: "#389690" + - type: RussianAccent - type: entity parent: VendingMachine From 570accb102c76bdd074a8c4352209a03ffe1c829 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Thu, 12 Jun 2025 16:37:44 -0400 Subject: [PATCH 044/168] fix: Correct respath for lizard smite icon (#38288) --- Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index eda7149148..1f04df23f2 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -685,7 +685,7 @@ public sealed partial class AdminVerbSystem { Text = reptilianName, Category = VerbCategory.Smite, - Icon = new SpriteSpecifier.Rsi(new ("Textures/Objects/Fun/Plushies/lizard.rsi"), "icon"), + Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/Plushies/lizard.rsi"), "icon"), Act = () => { _polymorphSystem.PolymorphEntity(args.Target, "AdminLizardSmite"); From 19271e6bc933de38f16b0b31421872fb62de143b Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:16:07 -0400 Subject: [PATCH 045/168] Fix gas analyzer and anom scanner wrong state (#38285) * Fix gas analyzer and anomaly scanner UI activation issue * save * fix comment * milkalyzer --- .../Ui/AnomalyScannerBoundUserInterface.cs | 1 + .../Atmos/UI/GasAnalyzerBoundUserInterface.cs | 12 +--- .../Atmos/EntitySystems/GasAnalyzerSystem.cs | 57 +++++++++---------- .../Atmos/Components/GasAnalyzerComponent.cs | 6 -- .../Entities/Objects/Tools/cowtools.yml | 5 ++ 5 files changed, 35 insertions(+), 46 deletions(-) diff --git a/Content.Client/Anomaly/Ui/AnomalyScannerBoundUserInterface.cs b/Content.Client/Anomaly/Ui/AnomalyScannerBoundUserInterface.cs index 97bc0276e9..124057a701 100644 --- a/Content.Client/Anomaly/Ui/AnomalyScannerBoundUserInterface.cs +++ b/Content.Client/Anomaly/Ui/AnomalyScannerBoundUserInterface.cs @@ -20,6 +20,7 @@ public sealed class AnomalyScannerBoundUserInterface : BoundUserInterface _menu = new AnomalyScannerMenu(); _menu.OpenCentered(); + _menu.OnClose += Close; } protected override void UpdateState(BoundUserInterfaceState state) diff --git a/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs b/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs index f838a69fdf..3a5df3f9a8 100644 --- a/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs +++ b/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs @@ -1,4 +1,4 @@ -using Robust.Client.GameObjects; +using Robust.Client.GameObjects; using Robust.Client.UserInterface; using static Content.Shared.Atmos.Components.GasAnalyzerComponent; @@ -18,6 +18,7 @@ namespace Content.Client.Atmos.UI base.Open(); _window = this.CreateWindowCenteredLeft(); + _window.OnClose += Close; } protected override void ReceiveMessage(BoundUserInterfaceMessage message) @@ -29,15 +30,6 @@ namespace Content.Client.Atmos.UI _window.Populate(cast); } - /// - /// Closes UI and tells the server to disable the analyzer - /// - private void OnClose() - { - SendMessage(new GasAnalyzerDisableMessage()); - Close(); - } - protected override void Dispose(bool disposing) { base.Dispose(disposing); diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index c3f934549b..3cbe6575bf 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -33,9 +33,12 @@ public sealed class GasAnalyzerSystem : EntitySystem base.Initialize(); SubscribeLocalEvent(OnAfterInteract); - SubscribeLocalEvent(OnDisabledMessage); - SubscribeLocalEvent(OnDropped); - SubscribeLocalEvent(OnUseInHand); + + Subs.BuiEvents(GasAnalyzerUiKey.Key, subs => + { + subs.Event(OnBoundUIOpened); + subs.Event(OnBoundUIClosed); + }); } public override void Update(float frameTime) @@ -72,21 +75,6 @@ public sealed class GasAnalyzerSystem : EntitySystem args.Handled = true; } - /// - /// Activates the analyzer with no target, so it only scans the tile the user was on when activated - /// - private void OnUseInHand(Entity entity, ref UseInHandEvent args) - { - // Not checking for Handled because ActivatableUISystem already marks it as such. - - if (!entity.Comp.Enabled) - ActivateAnalyzer(entity, args.User); - else - DisableAnalyzer(entity, args.User); - - args.Handled = true; - } - /// /// Handles analyzer activation logic /// @@ -104,16 +92,6 @@ public sealed class GasAnalyzerSystem : EntitySystem UpdateAnalyzer(entity.Owner, entity.Comp); } - /// - /// Close the UI, turn the analyzer off, and don't update when it's dropped - /// - private void OnDropped(Entity entity, ref DroppedEvent args) - { - if (args.User is var userId && entity.Comp.Enabled) - _popup.PopupEntity(Loc.GetString("gas-analyzer-shutoff"), userId, userId); - DisableAnalyzer(entity, args.User); - } - /// /// Closes the UI, sets the icon to off, and removes it from the update list /// @@ -121,6 +99,9 @@ public sealed class GasAnalyzerSystem : EntitySystem { _userInterface.CloseUi(entity.Owner, GasAnalyzerUiKey.Key, user); + if (user.HasValue && entity.Comp.Enabled) + _popup.PopupEntity(Loc.GetString("gas-analyzer-shutoff"), user.Value, user.Value); + entity.Comp.Enabled = false; Dirty(entity); _appearance.SetData(entity.Owner, GasAnalyzerVisuals.Enabled, entity.Comp.Enabled); @@ -130,9 +111,25 @@ public sealed class GasAnalyzerSystem : EntitySystem /// /// Disables the analyzer when the user closes the UI /// - private void OnDisabledMessage(Entity entity, ref GasAnalyzerDisableMessage message) + private void OnBoundUIClosed(Entity entity, ref BoundUIClosedEvent args) { - DisableAnalyzer(entity); + if (HasComp(entity.Owner) + && !_userInterface.IsUiOpen(entity.Owner, args.UiKey)) + { + DisableAnalyzer(entity, args.Actor); + } + } + + /// + /// Enables the analyzer when the user opens the UI + /// + private void OnBoundUIOpened(Entity entity, ref BoundUIOpenedEvent args) + { + if (!HasComp(entity.Owner) + && _userInterface.IsUiOpen(entity.Owner, args.UiKey)) + { + ActivateAnalyzer(entity, args.Actor); + } } /// diff --git a/Content.Shared/Atmos/Components/GasAnalyzerComponent.cs b/Content.Shared/Atmos/Components/GasAnalyzerComponent.cs index c143e8cf85..115cb54892 100644 --- a/Content.Shared/Atmos/Components/GasAnalyzerComponent.cs +++ b/Content.Shared/Atmos/Components/GasAnalyzerComponent.cs @@ -94,12 +94,6 @@ public sealed partial class GasAnalyzerComponent : Component ("gasAmount", Amount)); } } - - [Serializable, NetSerializable] - public sealed class GasAnalyzerDisableMessage : BoundUserInterfaceMessage - { - - } } [Serializable, NetSerializable] diff --git a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml index 2d584bd233..05816e817a 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml @@ -139,6 +139,11 @@ layers: - state: milkalyzer - type: GasAnalyzer + - type: ActivatableUI + inHandsOnly: true + singleUser: true + requireActiveHand: false + key: enum.GasAnalyzerUiKey.Key - type: UserInterface interfaces: enum.GasAnalyzerUiKey.Key: From 6182bead20c278864557e38ed86aa38765e0baf9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 12 Jun 2025 21:17:16 +0000 Subject: [PATCH 046/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6b1f13572b..8590a78ba5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: The Syndicate Raid Bundle now comes in a Syndicate backpack instead of - duffelbag. - type: Tweak - - message: The Syndicate Raid Suit now has an inventory size of 2x2 (previously - 4x4). - type: Tweak - id: 8149 - time: '2025-04-10T22:22:17.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35890 - author: EmoGarbage404 changes: - message: Grinding soda cans now gives a small amount of Aluminum. @@ -3913,3 +3902,11 @@ id: 8661 time: '2025-06-12T01:22:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38260 +- author: themias + changes: + - message: Fixed an issue where the gas analyzer and anomaly scanner would need + to be reactivated to open the UI + type: Fix + id: 8662 + time: '2025-06-12T21:16:07.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38285 From 82f598a0870ca20111b638348db36f4c06d65351 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Thu, 12 Jun 2025 17:24:19 -0400 Subject: [PATCH 047/168] Use correct on-head rainbow lizard plushie sprite (#38286) --- .../Prototypes/Entities/Objects/Fun/plushies.yml | 4 ++-- .../Objects/Fun/Plushies/lizard.rsi/meta.json | 6 +++++- .../rainbowlizardplush-equipped-HELMET.png | Bin 0 -> 457 bytes 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-equipped-HELMET.png diff --git a/Resources/Prototypes/Entities/Objects/Fun/plushies.yml b/Resources/Prototypes/Entities/Objects/Fun/plushies.yml index eeef773f31..f29841ea08 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/plushies.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/plushies.yml @@ -449,7 +449,7 @@ - type: Clothing clothingVisuals: head: - - state: lizard-equipped-HELMET + - state: rainbowlizardplush-equipped-HELMET shader: unshaded - type: Item inhandVisuals: @@ -564,7 +564,7 @@ - type: Clothing quickEquip: false sprite: Objects/Fun/Plushies/lizard.rsi - equippedPrefix: lizard-inversed + equippedPrefix: plushielizardinversed slots: - HEAD - type: FoodSequenceElement diff --git a/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json index c715673bb4..e155866024 100644 --- a/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-NC-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, equipped-HELMET sprite made by Cinder, in-hand lizard plushie sprites by KieueCaprie, plushie_lizard_inversed and inhand sprites modified from plushie_lizard_mirrored and plushielizard-inhand-left, plushielizard-inhand-right by ArtisticRoomba, spacelizard-equipped-HELMET by miamioni, spacelizard-inhand-(left/right) by SeamLesss (GitHub),", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, equipped-HELMET sprite made by Cinder, in-hand lizard plushie sprites by KieueCaprie, plushie_lizard_inversed and inhand sprites modified from plushie_lizard_mirrored and plushielizard-inhand-left, plushielizard-inhand-right by ArtisticRoomba, spacelizard-equipped-HELMET by miamioni, spacelizard-inhand-(left/right) by SeamLesss (GitHub), rainbowlizardplush-equipped-HELMET modified from equipped-HELMET by perryprog.", "size": { "x": 32, "y": 32 @@ -48,6 +48,10 @@ "name": "rainbowlizardplush-inhand-right", "directions": 4 }, + { + "name": "rainbowlizardplush-equipped-HELMET", + "directions": 4 + }, { "name": "plushie_lizard_inversed" }, diff --git a/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-equipped-HELMET.png b/Resources/Textures/Objects/Fun/Plushies/lizard.rsi/rainbowlizardplush-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..d633179409ea1f462b941925b3f4ca09f2f206da GIT binary patch literal 457 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I0wfs{c7_5;#^NA%C&rs6b?Si}mUKs7M+SzC z{oH>NS%G|oWRD45bDP46hOx7_4S6Fo+k-*%fF5l;AAz zh%9Dc;1&j9Muu5)B!GhKC7!;n>@V4Pg!zp!)qYI@+9&Vn;uw-~@9hl3tiuihuJ^gP zzpiYOp0A$i)c4SM$v4Rwp2cbJ7rU+S(r5X((nssOin657jO**lo@amK{<1uwAn^Es zjRH%!((ax8du&n2iah~mmgikw&1%EhyIl9rul*_MF$}x`k``@!ayKvU@)y0$%=?&& z|I4qWqHosi^S=n{)dxCr>+G4jp~2$%Ckvsn??MKQ=S$A`tl802I;WH&?yMB=|Jj>8 zCaHLWko)o*AFGxX|9icc^Ptc3md&%Du2u;N71fV#U9u`}VM5TmyD8aUt?oB8`YTEP zT%yjGXJcw>aH#9$0e`bw(sBjX0!A0){R$6fdavL5^zh4y8%J84W9sj!+>Vl8c)2lk qGM`Si&X(2&yL1+?Z7L^|Kl3*BC0keibUzCWJqAx#KbLh*2~7a_jIM0} literal 0 HcmV?d00001 From eab797939bad5142f2f8c3fd2f4faa6dd8a36f93 Mon Sep 17 00:00:00 2001 From: Qerd <73325910+BigfootBravo@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:48:28 -0700 Subject: [PATCH 048/168] Prediction for use of utensil on incompatible food (#38297) Prediction our beloved --- Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs b/Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs index e100d25589..431302593d 100644 --- a/Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs @@ -44,7 +44,7 @@ public sealed class UtensilSystem : EntitySystem //Prevents food usage with a wrong utensil if ((food.Utensil & utensil.Comp.Types) == 0) { - _popupSystem.PopupEntity(Loc.GetString("food-system-wrong-utensil", ("food", target), ("utensil", utensil.Owner)), user, user); + _popupSystem.PopupClient(Loc.GetString("food-system-wrong-utensil", ("food", target), ("utensil", utensil.Owner)), user, user); return (false, true); } From 622e34aaa4859173d2bcf8052f5bbf5578474d61 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 01:49:36 +0000 Subject: [PATCH 049/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8590a78ba5..26fad1c6f9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Grinding soda cans now gives a small amount of Aluminum. - type: Add - id: 8150 - time: '2025-04-11T00:54:24.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36449 - author: RedBookcase changes: - message: The Kardashev-Mosin is now considered Major Contraband. @@ -3910,3 +3903,10 @@ id: 8662 time: '2025-06-12T21:16:07.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38285 +- author: BigfootBravo + changes: + - message: Utensils don't spam a warning for incompatible foods. + type: Fix + id: 8663 + time: '2025-06-13T01:48:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38297 From 0b161cba6b22c918a680a8cf6ed4edf3ae26506a Mon Sep 17 00:00:00 2001 From: hoshizora Date: Thu, 12 Jun 2025 22:21:57 -0700 Subject: [PATCH 050/168] Fix crafting steps with modular machine parts (#38299) fixed lines that were messing with construction menu entries for machine parts --- Resources/Locale/en-US/stack/stacks.ftl | 4 +--- Resources/Prototypes/Stacks/science_stacks.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl index f285303192..2ee82bcf1d 100644 --- a/Resources/Locale/en-US/stack/stacks.ftl +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -121,9 +121,7 @@ stack-brutepack = brutepack stack-bloodpack = bloodpack stack-medicated-suture = medicated-suture stack-regenerative-mesh = regenerative-mesh -stack-capacitor = capacitor -stack-micro-manipulator = micro manipulator -stack-matter-bin = matter bin +stack-micro-manipulator = modular machine part stack-pancake = pancake stack-blueberry-pancake = blueberry pancake stack-chocolate-chip-pancake = chocolate chip pancake diff --git a/Resources/Prototypes/Stacks/science_stacks.yml b/Resources/Prototypes/Stacks/science_stacks.yml index caa24aba2a..0dfc5444fd 100644 --- a/Resources/Prototypes/Stacks/science_stacks.yml +++ b/Resources/Prototypes/Stacks/science_stacks.yml @@ -8,5 +8,6 @@ - type: stack id: Manipulator name: stack-micro-manipulator + icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: micro_mani } spawn: MicroManipulatorStockPart maxCount: 10 From 834c950449961403661b5aa8d2d836ef9273a87a Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 05:23:05 +0000 Subject: [PATCH 051/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 26fad1c6f9..9e394c3457 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: RedBookcase - changes: - - message: The Kardashev-Mosin is now considered Major Contraband. - type: Tweak - id: 8151 - time: '2025-04-11T00:57:41.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36446 - author: Nukesthestation changes: - message: Zombies /suicideing return to an ai state @@ -3910,3 +3903,10 @@ id: 8663 time: '2025-06-13T01:48:28.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38297 +- author: hoshizora-sayo + changes: + - message: Fixed crafting menu entries that included modular machine parts + type: Fix + id: 8664 + time: '2025-06-13T05:21:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38299 From 685e7028d2ae238ca4a4d18c0d2107551d244a59 Mon Sep 17 00:00:00 2001 From: Nikovnik <116634167+nkokic@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:53:44 +0200 Subject: [PATCH 052/168] Transparent tear gas (#36440) * tweaked tear gas * changed color of tear gas * sped up metabolism rate of tear gas * sped up tear gas passing more * reduced tear gas content in grenades * added threshold for better effect end timing * removed clickable component from foams * Suggestion changes * Hide in spawn menu --------- Co-authored-by: SlamBamActionman --- .../Entities/Effects/chemistry_effects.yml | 24 +++++++++++- .../Objects/Weapons/Throwable/grenades.yml | 3 +- Resources/Prototypes/Reagents/narcotics.yml | 20 +++++++--- .../Effects/chemsmoke.rsi/chemsmoke_white.png | Bin 0 -> 70126 bytes .../Textures/Effects/chemsmoke.rsi/meta.json | 36 +++++++++++++++++- 5 files changed, 75 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/Effects/chemsmoke.rsi/chemsmoke_white.png diff --git a/Resources/Prototypes/Entities/Effects/chemistry_effects.yml b/Resources/Prototypes/Entities/Effects/chemistry_effects.yml index 650179d182..1bf3d351b3 100644 --- a/Resources/Prototypes/Entities/Effects/chemistry_effects.yml +++ b/Resources/Prototypes/Entities/Effects/chemistry_effects.yml @@ -9,7 +9,6 @@ - type: SmokeVisuals - type: Transform anchored: true - - type: Clickable - type: Physics - type: Fixtures fixtures: @@ -48,6 +47,29 @@ tags: - HideContextMenu +- type: entity + parent: BaseFoam + id: TearGasSmoke + name: tear gas + categories: [ HideSpawnMenu ] + components: + - type: Sprite + sprite: Effects/chemsmoke.rsi + state: chemsmoke + - type: TimedDespawn + lifetime: 10 + - type: Tag + tags: + - HideContextMenu + +- type: entity + parent: TearGasSmoke + id: TearGasSmokeWhite + categories: [ HideSpawnMenu ] + components: + - type: Sprite + state: chemsmoke_white + - type: entity parent: Smoke id: WizardSmoke diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index eab8838d4e..fbc7bc74ea 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -449,10 +449,11 @@ - type: SmokeOnTrigger duration: 10 spreadAmount: 30 + smokePrototype: TearGasSmokeWhite solution: reagents: - ReagentId: TearGas - Quantity: 50 + Quantity: 20 - type: entity parent: [ BaseEngineeringContraband, SmokeGrenade ] diff --git a/Resources/Prototypes/Reagents/narcotics.yml b/Resources/Prototypes/Reagents/narcotics.yml index 3f2daa98c9..6e159278e9 100644 --- a/Resources/Prototypes/Reagents/narcotics.yml +++ b/Resources/Prototypes/Reagents/narcotics.yml @@ -376,7 +376,7 @@ desc: reagent-desc-tear-gas physicalDesc: reagent-physical-desc-milky flavor: salty - color: "#96a8b5" + color: "#ffffff4d" boilingPoint: 255.0 meltingPoint: 36.0 metabolisms: @@ -402,18 +402,28 @@ - norepinephricacid-effect-eye-pain - norepinephricacid-effect-darkness - norepinephricacid-effect-blindness - conditions: - - !type:ReagentThreshold - min: 15 - !type:Emote emote: Scream probability: 0.08 + conditions: + - !type:ReagentThreshold + min: 4 + - !type:Emote + emote: Cough + probability: 0.08 - !type:GenericStatusEffect key: TemporaryBlindness component: TemporaryBlindness conditions: - !type:ReagentThreshold - min: 20 + min: 4 + - !type:MovespeedModifier + walkSpeedModifier: 0.65 + sprintSpeedModifier: 0.65 + statusLifetime: 1.5 + conditions: # because of the remainding after effect, threshold is given so the effects ends simultaniously + - !type:ReagentThreshold + min: 4 - type: reagent id: Happiness diff --git a/Resources/Textures/Effects/chemsmoke.rsi/chemsmoke_white.png b/Resources/Textures/Effects/chemsmoke.rsi/chemsmoke_white.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d0c4debb89775ef0ec313fadf0d0327f036709 GIT binary patch literal 70126 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 DX0 Date: Fri, 13 Jun 2025 13:54:52 +0000 Subject: [PATCH 053/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9e394c3457..70ac8e44d0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Nukesthestation - changes: - - message: Zombies /suicideing return to an ai state - type: Tweak - id: 8152 - time: '2025-04-11T01:12:13.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36453 - author: YoungThugSS14 changes: - message: Wizards now appear roundstart in the "all at once" gamemode. @@ -3910,3 +3903,13 @@ id: 8664 time: '2025-06-13T05:21:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38299 +- author: nkokic + changes: + - message: Tear gas smoke is now white and semi-transparent. + type: Tweak + - message: Tear gas now causes coughing, slows you down and hits a bit faster than + before. + type: Add + id: 8665 + time: '2025-06-13T13:53:44.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36440 From da76cc02c71c0dd1c9aa08f2980573d9172f1342 Mon Sep 17 00:00:00 2001 From: M1tht1c Date: Sat, 14 Jun 2025 00:43:41 +1000 Subject: [PATCH 054/168] Fix visitor mindshields (#36537) * Make visitor mindshields removable, and give disaster victims mindshields. * Fix whitespace * Fix ALL the whitespace --- .../Mobs/Player/ShuttleRoles/roles.yml | 54 ------------------- .../Mobs/Player/ShuttleRoles/settings.yml | 6 +++ .../Entities/Mobs/Player/humanoid.yml | 5 +- 3 files changed, 10 insertions(+), 55 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/roles.yml b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/roles.yml index ccbb13ee41..121d239177 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/roles.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/roles.yml @@ -13,9 +13,6 @@ state: captain - type: RandomHumanoidSpawner settings: VisitorCaptain - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorCE @@ -26,9 +23,6 @@ state: ce - type: RandomHumanoidSpawner settings: VisitorCE - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorCMO @@ -39,9 +33,6 @@ state: cmo - type: RandomHumanoidSpawner settings: VisitorCMO - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorHOP @@ -52,9 +43,6 @@ state: hop - type: RandomHumanoidSpawner settings: VisitorHOP - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorHOS @@ -65,9 +53,6 @@ state: hos - type: RandomHumanoidSpawner settings: VisitorHOS - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorRD @@ -78,9 +63,6 @@ state: rd - type: RandomHumanoidSpawner settings: VisitorResearchDirector - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorQM @@ -91,9 +73,6 @@ state: qm - type: RandomHumanoidSpawner settings: VisitorQM - - type: AutoImplant - implants: - - MindShieldImplant # Security @@ -106,9 +85,6 @@ state: security_cadet - type: RandomHumanoidSpawner settings: VisitorSecurityCadet - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorSecurityOfficer @@ -119,9 +95,6 @@ state: security_officer - type: RandomHumanoidSpawner settings: VisitorSecurityOfficer - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorDetective @@ -132,9 +105,6 @@ state: detective - type: RandomHumanoidSpawner settings: VisitorDetective - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidVisitorWarden @@ -145,9 +115,6 @@ state: warden - type: RandomHumanoidSpawner settings: VisitorWarden - - type: AutoImplant - implants: - - MindShieldImplant # Cargo @@ -504,9 +471,6 @@ state: skull_icon - type: RandomHumanoidSpawner settings: ChallengeVictimCaptain - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimCE @@ -517,9 +481,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimChiefEngineer - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimCMO @@ -530,9 +491,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimCMO - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimHOP @@ -543,9 +501,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimHeadOfPersonnel - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimHOS @@ -556,9 +511,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimHeadOfSecurity - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimRD @@ -569,9 +521,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimResearchDirector - - type: AutoImplant - implants: - - MindShieldImplant - type: entity id: RandomHumanoidChallengeVictimQM @@ -582,9 +531,6 @@ components: - type: RandomHumanoidSpawner settings: ChallengeVictimQuartermaster - - type: AutoImplant - implants: - - MindShieldImplant # Security diff --git a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml index 5debd3f8a3..4a149c1749 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml @@ -581,6 +581,7 @@ - type: randomHumanoidSettings id: ChallengeVictimChiefEngineer + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole @@ -601,6 +602,7 @@ - type: randomHumanoidSettings id: ChallengeVictimCMO + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole @@ -621,6 +623,7 @@ - type: randomHumanoidSettings id: ChallengeVictimHeadOfPersonnel + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole @@ -641,6 +644,7 @@ - type: randomHumanoidSettings id: ChallengeVictimHeadOfSecurity + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole @@ -661,6 +665,7 @@ - type: randomHumanoidSettings id: ChallengeVictimResearchDirector + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole @@ -681,6 +686,7 @@ - type: randomHumanoidSettings id: ChallengeVictimQuartermaster + parent: EventHumanoidMindShielded randomizeName: false components: - type: GhostRole diff --git a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml index dea065a021..1f7ab7ac5c 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml @@ -12,7 +12,9 @@ id: EventHumanoidMindShielded parent: EventHumanoid components: - - type: MindShield + - type: AutoImplant + implants: + - MindShieldImplant - type: AntagImmune - type: randomHumanoidSettings @@ -22,6 +24,7 @@ components: - type: AutoImplant implants: + - MindShieldImplant - DeathRattleImplantCentcomm ## Death Squad From e0e33263abac6cae9d237509c62595abe3393d23 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 14:44:48 +0000 Subject: [PATCH 055/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 70ac8e44d0..9e333de0e4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: YoungThugSS14 - changes: - - message: Wizards now appear roundstart in the "all at once" gamemode. - type: Tweak - id: 8153 - time: '2025-04-11T02:06:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36408 - author: DinnerCalzone changes: - message: Fixed gas mixers and pneumatic valves being hidden by floor tiles. @@ -3913,3 +3906,12 @@ id: 8665 time: '2025-06-13T13:53:44.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36440 +- author: M1tht1c + changes: + - message: You can now remove visitors mindshields. + type: Fix + - message: Disaster victims now have mindshields when appropriate. + type: Fix + id: 8666 + time: '2025-06-13T14:43:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36537 From 72b57392d1c87da6e5aa16b6c9b71c63ebbf3add Mon Sep 17 00:00:00 2001 From: SyaoranFox <99053675+SyaoranFox@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:52:19 +1000 Subject: [PATCH 056/168] Rat King changed to Antag (#38124) * Changed rat king to be antag Rat King guide updated to show antag rules Initial infected given zombie faction Zombies given zombie faction too (not sure if redundant or not) * Given zombie faction to Initial Infected and Zombies in mind_roles * Changed MindRoleGhostRoleAntag to MindRoleGhostRoleSoloAntagonist removed components from antag listings * Removed changes for zombies * Update Resources/Prototypes/Roles/Antags/zombie.yml Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> * Update Resources/Prototypes/ai_factions.yml Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> * Changed mob prototype to match * Forgot solo again --------- Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> --- Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl | 2 +- .../Prototypes/Entities/Markers/Spawners/ghost_roles.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index 9472118a1f..b754fc59f9 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -87,7 +87,7 @@ ghost-role-information-kobold-description = Be the little gremlin you are, yell ghost-role-information-rat-king-name = Rat King -ghost-role-information-rat-king-description = You are the Rat King, your interests are food, food, and more food. Cooperate with or fight against the station for food. Did I say food interests you? +ghost-role-information-rat-king-description = You are the Rat King, your interests are food, food, and more food. Fight against the station for food. Did I say food interests you? ghost-role-information-rat-servant-name = Rat Servant ghost-role-information-rat-servant-description = You are a Rat Servant. You must follow your king's orders. diff --git a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml index c78686f5ef..48a2e70655 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml @@ -18,9 +18,9 @@ - type: GhostRole name: ghost-role-information-rat-king-name description: ghost-role-information-rat-king-description - rules: ghost-role-information-freeagent-rules + rules: ghost-role-information-antagonist-rules mindRoles: - - MindRoleGhostRoleFreeAgent + - MindRoleGhostRoleSoloAntagonist raffle: settings: default - type: GhostRoleMobSpawner diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 5177d38fa4..e27911880f 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -92,9 +92,9 @@ makeSentient: true name: ghost-role-information-rat-king-name description: ghost-role-information-rat-king-description - rules: ghost-role-information-freeagent-rules + rules: ghost-role-information-antagonist-rules mindRoles: - - MindRoleGhostRoleFreeAgent + - MindRoleGhostRoleSoloAntagonist raffle: settings: default - type: GhostTakeoverAvailable From 822c4118a3d4f98f9c80a3eee03bb92adac4713f Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 15:53:26 +0000 Subject: [PATCH 057/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9e333de0e4..8e24b6b00b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: DinnerCalzone - changes: - - message: Fixed gas mixers and pneumatic valves being hidden by floor tiles. - type: Fix - id: 8154 - time: '2025-04-11T02:10:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36428 - author: Nox38, BurgerMoth, ArtisticRoomba changes: - message: Added descriptions for all .25 caseless cartridges, magazines, and ammo @@ -3915,3 +3908,10 @@ id: 8666 time: '2025-06-13T14:43:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36537 +- author: SyaoranFox + changes: + - message: Rat King is now a full antag. + type: Tweak + id: 8667 + time: '2025-06-13T15:52:19.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38124 From 757ef3c62b46bb34ce7e5ef4c4a9349a3dce4012 Mon Sep 17 00:00:00 2001 From: qrwas Date: Fri, 13 Jun 2025 19:09:30 +0300 Subject: [PATCH 058/168] fix missing locale for Undergarment (#38304) --- .../Locale/en-US/markings/undergarment.ftl | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Resources/Locale/en-US/markings/undergarment.ftl b/Resources/Locale/en-US/markings/undergarment.ftl index 3740d0573d..4e2c5c91fa 100644 --- a/Resources/Locale/en-US/markings/undergarment.ftl +++ b/Resources/Locale/en-US/markings/undergarment.ftl @@ -1,21 +1,21 @@ -marking-UndergarmentTopTanktop = Tanktop -marking-UndergarmentTopBinder = Binder -marking-UndergarmentTopBra = Classic Bra -marking-UndergarmentTopSportsbra = Sports Bra +marking-UndergarmentTopTanktop-tanktop = Tanktop +marking-UndergarmentTopBinder-binder = Binder +marking-UndergarmentTopBra-classic = Classic Bra +marking-UndergarmentTopSportsbra-sports = Sports Bra -marking-UndergarmentBottomBoxers = Boxers -marking-UndergarmentBottomBriefs = Briefs -marking-UndergarmentBottomSatin = Satin +marking-UndergarmentBottomBoxers-boxers = Boxers +marking-UndergarmentBottomBriefs-briefs = Briefs +marking-UndergarmentBottomSatin-satin = Satin -marking-UndergarmentTopTanktopVox = Tanktop -marking-UndergarmentTopBinderVox = Binder -marking-UndergarmentTopBraVox = Classic Bra -marking-UndergarmentTopSportsbraVox = Sports Bra +marking-UndergarmentTopTanktopVox-tanktop_vox = Tanktop +marking-UndergarmentTopBinderVox-binder_vox = Binder +marking-UndergarmentTopBraVox-classic_vox = Classic Bra +marking-UndergarmentTopSportsbraVox-sports_vox = Sports Bra -marking-UndergarmentBottomBoxersVox = Boxers -marking-UndergarmentBottomBriefsVox = Briefs -marking-UndergarmentBottomSatinVox = Satin +marking-UndergarmentBottomBoxersVox-boxers_vox = Boxers +marking-UndergarmentBottomBriefsVox-briefs_vox = Briefs +marking-UndergarmentBottomSatinVox-satin_vox = Satin -marking-UndergarmentBottomBoxersReptilian = Boxers -marking-UndergarmentBottomBriefsReptilian = Briefs -marking-UndergarmentBottomSatinReptilian = Satin +marking-UndergarmentBottomBoxersReptilian-boxers_reptilian = Boxers +marking-UndergarmentBottomBriefsReptilian-briefs_reptilian = Briefs +marking-UndergarmentBottomSatinReptilian-satin_reptilian = Satin From 4f9e7fbc4d25f359a660bdd91bb7826d405b6de4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 16:10:37 +0000 Subject: [PATCH 059/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8e24b6b00b..7057bb0803 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Nox38, BurgerMoth, ArtisticRoomba - changes: - - message: Added descriptions for all .25 caseless cartridges, magazines, and ammo - boxes. - type: Add - id: 8155 - time: '2025-04-11T02:15:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36385 - author: Nox38, BurgerMoth, ArtisticRoomba changes: - message: Added descriptions to all .45 magnum cartridges, magazines, speed loaders, @@ -3915,3 +3907,10 @@ id: 8667 time: '2025-06-13T15:52:19.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38124 +- author: qrwas + changes: + - message: add missing locale for Undergarment + type: Fix + id: 8668 + time: '2025-06-13T16:09:30.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38304 From ae8fdbfa5165ea38dcf0d06db115bde00a6c78f0 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:11:15 +0200 Subject: [PATCH 060/168] Fix puncturase cauterizing bleeding (#38289) fix puncturase cauterizing bleeding --- .../Body/Systems/BloodstreamSystem.cs | 9 +++-- Content.Shared/Damage/DamageSpecifier.cs | 36 +++++++++++++++++-- Resources/Prototypes/Damage/modifier_sets.yml | 21 ++++++----- 3 files changed, 52 insertions(+), 14 deletions(-) diff --git a/Content.Server/Body/Systems/BloodstreamSystem.cs b/Content.Server/Body/Systems/BloodstreamSystem.cs index 9816c8c3f6..6d85affad3 100644 --- a/Content.Server/Body/Systems/BloodstreamSystem.cs +++ b/Content.Server/Body/Systems/BloodstreamSystem.cs @@ -205,10 +205,13 @@ public sealed class BloodstreamSystem : EntitySystem } // TODO probably cache this or something. humans get hurt a lot - if (!_prototypeManager.TryIndex(ent.Comp.DamageBleedModifiers, out var modifiers)) + if (!_prototypeManager.TryIndex(ent.Comp.DamageBleedModifiers, out var modifiers)) return; - var bloodloss = DamageSpecifier.ApplyModifierSet(args.DamageDelta, modifiers); + // some reagents may deal and heal different damage types in the same tick, which means DamageIncreased will be true + // but we only want to consider the dealt damage when causing bleeding + var damage = DamageSpecifier.GetPositive(args.DamageDelta); + var bloodloss = DamageSpecifier.ApplyModifierSet(damage, modifiers); if (bloodloss.Empty) return; @@ -227,7 +230,7 @@ public sealed class BloodstreamSystem : EntitySystem var prob = Math.Clamp(totalFloat / 25, 0, 1); if (totalFloat > 0 && _robustRandom.Prob(prob)) { - TryModifyBloodLevel(ent, (-total) / 5, ent); + TryModifyBloodLevel(ent, -total / 5, ent); _audio.PlayPvs(ent.Comp.InstantBloodSound, ent); } diff --git a/Content.Shared/Damage/DamageSpecifier.cs b/Content.Shared/Damage/DamageSpecifier.cs index 7f505b807f..51472a56bd 100644 --- a/Content.Shared/Damage/DamageSpecifier.cs +++ b/Content.Shared/Damage/DamageSpecifier.cs @@ -23,7 +23,7 @@ namespace Content.Shared.Damage [JsonPropertyName("types")] [DataField("types", customTypeSerializer: typeof(PrototypeIdDictionarySerializer))] [UsedImplicitly] - private Dictionary? _damageTypeDictionary; + private Dictionary? _damageTypeDictionary; [JsonPropertyName("groups")] [DataField("groups", customTypeSerializer: typeof(PrototypeIdDictionarySerializer))] @@ -152,7 +152,7 @@ namespace Content.Shared.Damage if (modifierSet.Coefficients.TryGetValue(key, out var coefficient)) newValue *= coefficient; // coefficients can heal you, e.g. cauterizing bleeding - if(newValue != 0) + if (newValue != 0) newDamage.DamageDict[key] = FixedPoint2.New(newValue); } @@ -183,6 +183,38 @@ namespace Content.Shared.Damage return newDamage; } + /// + /// Returns a new DamageSpecifier that only contains the entries with positive value. + /// + public static DamageSpecifier GetPositive(DamageSpecifier damageSpec) + { + DamageSpecifier newDamage = new(); + + foreach (var (key, value) in damageSpec.DamageDict) + { + if (value > 0) + newDamage.DamageDict[key] = value; + } + + return newDamage; + } + + /// + /// Returns a new DamageSpecifier that only contains the entries with negative value. + /// + public static DamageSpecifier GetNegative(DamageSpecifier damageSpec) + { + DamageSpecifier newDamage = new(); + + foreach (var (key, value) in damageSpec.DamageDict) + { + if (value < 0) + newDamage.DamageDict[key] = value; + } + + return newDamage; + } + /// /// Remove any damage entries with zero damage. /// diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index 3a3a372b6e..0f023e2470 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -237,21 +237,24 @@ # Represents which damage types should be modified # in relation to how they cause bleed rate. +# Make sure to add any new damage type here. - type: damageModifierSet id: BloodlossHuman coefficients: - Blunt: 0.08 - Slash: 0.25 - Piercing: 0.2 - Shock: 0.0 - Cold: 0.0 - Heat: -0.5 # heat damage cauterizes wounds, but will still hurt obviously. - Poison: 0.0 - Radiation: 0.0 Asphyxiation: 0.0 Bloodloss: 0.0 # no double dipping - Cellular: 0.0 + Blunt: 0.08 Caustic: 0.0 + Cellular: 0.0 + Cold: 0.0 + Heat: -0.5 # heat damage cauterizes wounds, but will still hurt obviously. + Holy: 0 + Piercing: 0.2 + Poison: 0.0 + Radiation: 0.0 + Shock: 0.0 + Slash: 0.25 + Structural: 0.0 - type: damageModifierSet id: SlimePet # Very survivable slimes From 0dbb01d6233bee80e56c1ecc7b116a78f6589f83 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 16:12:22 +0000 Subject: [PATCH 061/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7057bb0803..309dff1aae 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Nox38, BurgerMoth, ArtisticRoomba - changes: - - message: Added descriptions to all .45 magnum cartridges, magazines, speed loaders, - and ammo boxes. - type: Add - id: 8156 - time: '2025-04-11T04:58:33.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36383 - author: PJB3005 changes: - message: Lobby time on Wizard's Den has been increased from 2 minute 30 seconds @@ -3914,3 +3906,10 @@ id: 8668 time: '2025-06-13T16:09:30.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38304 +- author: slarticodefast + changes: + - message: Fixed some reagents like puncturase healing bleeding when they shouldn't. + type: Fix + id: 8669 + time: '2025-06-13T16:11:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38289 From 98031d13a14c66a25a1370fb3c1ccd95b6950cf4 Mon Sep 17 00:00:00 2001 From: Kittygyat <202250949+Kittygyat@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:54:21 +0100 Subject: [PATCH 062/168] Added monkey/kobold emergency EVA sprites & the ability for them to wear them. (#37660) * Added monkey/kobold emergency eva suit sprites, and the ability for them to wear it * Added tag, fixed indentation * Ok actually fixed the indentation this time --- .../Clothing/OuterClothing/softsuits.yml | 4 ++++ .../equipped-OUTERCLOTHING-monkey.png | Bin 0 -> 2153 bytes .../Suits/eva_emergency.rsi/meta.json | 6 +++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-monkey.png diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml index caa341ea58..6b91413a46 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml @@ -58,6 +58,10 @@ - type: ContainerContainer containers: toggleable-clothing: !type:ContainerSlot {} + - type: Tag + tags: + - MonkeyWearable + - WhitelistChameleon #Prisoner EVA - type: entity diff --git a/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-monkey.png b/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..33bd89f5c7bdba17ad41cb1a2fdd697acb793c55 GIT binary patch literal 2153 zcmV-v2$uJWP)C6>iC~&&kwoy-B%7Cz$FiFsVk_8K2o|D^ zufl(ztzfGl2#O$LYwN2KS?{=k1W9I@y&q@hTxQOIJCfH6R!a~H#j+UYg%eX^t60=)>ZER z^RzPKV@`K(2wIU`{x8aPjFeR`Ad@1||A4=kx*M8}dXquzvtUvfsb*3+L2l|AhrM zaR2}S32;bRa{vGf6951U69E94oEQKA2BJwsK~#8N?OJbWTU8W4FU^Lq$y`l0D?*pG zO`GjYwGp&`gpEOUt5u;`yIT4|7;DEIqGRBnHtkT5xew}CM?r8a)(L`GoSm+#&^jnx zTJlBHHQnZhtYp*a>X(Uh*K_X6OJ3fxmwR9G+D3CAJo4VT=Xd_ybI*P6D*j5aM6JH~ zu>OF!h;1MKn38#TU(G#vu2t^h&kiVkF`oCCdhg-M_`Q@MQ3i)7RMrU^xgtK|KS&)2-%Sdw&2S+fE#|f-2v|Pz<)9F zJK%CeHj}OKXBuC$2y*We{rVfg#(&Pm3?{?rKiwya^4)Wunr(DUT#|rqbT<7L#lLF` zENp*AC=|8b-7qsV1Ch7N!F6UIfNmGb{}%zQe|H)@9uEw6bqUE##iZ9w!+-kt?{M~J z^<6{TJm=ta+k?{h&Y6LOsr2B_$9_IY^IMB>(lK2-%AunIU?ylTvaYU92ve^c;U7i0 zuC-Wvl5F8A2q(V}aQ#x@>%m2*032J{45Mqd!Xqwq_zUZw;n%I-4e~49zfrW6^VvZp zm*js@8GxoqU&0im|8$@9lf`$EP!XbJggFl|QrEy0(vzsnRJeLMPq^I> zi9}+>S1ZB^*Dw}m+4t4Yn1eSN$uLDqi@pltS14ErM11k?*iFDv-Y#>PfbX8|B@dwV-{c6I_5 zsFWxo^ z9~G7szDx!f4b#tcvu6oL%VdDj0S50`!Z$`hstB5dFJpzzB8FvrnJFNZzS+W@b3nF4 z$}T-~8DN)Zvqf$$1F|JjcIlZ`2GGlor6lhI>7&auLJ4Ttm-DumlrVH`NwpH`0F47R z18GNCaAhRnvG$CDK>HBfgIJ=pGC)HlWik;BQ48*grN}pgmNOukvUWSc4*40$0MW>$ z!)J%_q)*m3ARXtKjm{KVD|B-aDPM$I{3^`tr0)Ysh;4BzT!*>VF^G1WDfKYQk<9?M|8e{_SyRj9urmO) zo9=M)Z9Eu}-1rTIt=e1lBp%wpF7Q6o?a+kW0S#FPz+)bOZlA&% zQ=_pL^EiIz4!kn~aB@~W5uDwprsed;@Bix_ItFldPi!0=kodB+8omjed!MF($Qhv& z3bFc9^-#v874dTd>s~nuuzNRj@0_9Gv?&nsg416g4WpnN-tgUl>$3`ME{eUh*fm`NWnM3oA=<7GKz{WqOt`<{Ky@_~ z1n|4xYFTf}@zc8p_lZF$a2l1h(L7u z#yRLM4!~b0ZbNuAPk(Xu%h}FlhwraIlG!6jpxB%JNpfRQl6cXH;=n z$3gHKgS9KwVcs>2HzCcRnfC!7x7BDZt1w7@0Kswc|Dwt$kMzLj=!3^55JVfOjusq_hbXw#xVCj6nJdkr4 fusq_hbXxoi4ge}6jg|!&00000NkvXXu0mjf;(ZfD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/meta.json index 08ba5874c2..b587258495 100644 --- a/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprites by Flareguy & cboyjet, modified from space suit sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34. Vox state based off of biosuit, taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79", + "copyright": "Sprites by Flareguy, cboyjet, & monkey-suit sprite by Kittygyat, modified from space suit sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34. Vox state based off of biosuit, taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79", "size": { "x": 32, "y": 32 @@ -18,6 +18,10 @@ "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, + { + "name": "equipped-OUTERCLOTHING-monkey", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 From ac9eb1a1ffd62baf37de55c051614017c44ae38b Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 18:55:28 +0000 Subject: [PATCH 063/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 309dff1aae..1844331eba 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: PJB3005 - changes: - - message: Lobby time on Wizard's Den has been increased from 2 minute 30 seconds - to 5 minutes. - type: Tweak - id: 8157 - time: '2025-04-12T09:05:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36476 - author: Quantum-cross changes: - message: Supercrit anomaly playing explosion sound twice @@ -3913,3 +3905,11 @@ id: 8669 time: '2025-06-13T16:11:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38289 +- author: Kittygyat + changes: + - message: Monkeys & kobolds can now wear emergency EVA suits, with a fresh new + sprite to go along with it! You're welcome, Pun-Pun enthusiasts! + type: Tweak + id: 8670 + time: '2025-06-13T18:54:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37660 From 34826a2cf6d46f4f1a30806ea3248f5cece9de23 Mon Sep 17 00:00:00 2001 From: Deerstop Date: Sat, 14 Jun 2025 05:17:57 +1000 Subject: [PATCH 064/168] Elkridge - Major Update (#38259) * swap HOP and vault, fix cams, new genpop, shit ton of stuff * fixed some initialised open doors, added posters to HOP/EVA * implemented suggestions and feedback, lots of things --- .../Maps/Shuttles/emergency_elkridge.yml | 471 +- Resources/Maps/elkridge.yml | 22277 +++++++++------- 2 files changed, 13194 insertions(+), 9554 deletions(-) diff --git a/Resources/Maps/Shuttles/emergency_elkridge.yml b/Resources/Maps/Shuttles/emergency_elkridge.yml index 0edc3a5641..7fca435db5 100644 --- a/Resources/Maps/Shuttles/emergency_elkridge.yml +++ b/Resources/Maps/Shuttles/emergency_elkridge.yml @@ -4,8 +4,8 @@ meta: engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 06/09/2025 19:00:14 - entityCount: 649 + time: 06/11/2025 09:51:08 + entityCount: 652 maps: [] grids: - 1 @@ -34,19 +34,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: IAAAAAACACAAAAAAAwAgAAAAAAEAYgAAAAADAGIAAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAAAAGIAAAAAAgBiAAAAAAMAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAMAIAAAAAACAIIAAAAAAABiAAAAAAIAYgAAAAACAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAQBxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAADAHEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAgCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAIAIAAAAAADAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAAAgAAAAAAMAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAABAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: IAAAAAAAACAAAAAAAAAgAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAHEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAwAgAAAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAABAIIAAAAAAAAgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxAAAAAAAAYgAAAAACAGIAAAAAAwCCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAABxAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAwBiAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAABxAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAwCCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAHAAAAAAAABiAAAAAAEAYgAAAAAAAHAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABwAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAAAAHEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAMAIAAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAADAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAMAYgAAAAADAGIAAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAcQAAAAAAAHEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABxAAAAAAAAggAAAAAAAIIAAAAAAABxAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAcQAAAAAAAHEAAAAAAABxAAAAAAAAcQAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAHEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAB0AAAAAAEAdAAAAAACAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAdAAAAAABAHQAAAAAAQB0AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAdAAAAAADAHQAAAAAAgB0AAAAAAAAdAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAHQAAAAAAQB0AAAAAAIAdAAAAAABAHQAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAB0AAAAAAIAdAAAAAAAAHQAAAAAAAB0AAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAHEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAwBiAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgAgAAAAAAAAIAAAAAACAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAB0AAAAAAAAdAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAdAAAAAAAAHQAAAAAAAB0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAdAAAAAAAAHQAAAAAAAB0AAAAAAAAdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAHQAAAAAAAB0AAAAAAAAdAAAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAB0AAAAAAAAdAAAAAAAAHQAAAAAAAB0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAHEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAAAgAAAAAAAAIAAAAAAAAA== version: 7 - type: Broadphase - type: Physics @@ -85,6 +85,11 @@ entities: id: BrickTileSteelCornerNe decals: 76: -1,10 + - node: + color: '#EFB34196' + id: BrickTileSteelCornerNe + decals: + 319: 4,-8 - node: color: '#334E6DC8' id: BrickTileSteelCornerNw @@ -100,6 +105,11 @@ entities: id: BrickTileSteelCornerNw decals: 75: -4,10 + - node: + color: '#EFB34196' + id: BrickTileSteelCornerNw + decals: + 316: 1,-8 - node: color: '#334E6DC8' id: BrickTileSteelCornerSe @@ -153,6 +163,11 @@ entities: id: BrickTileSteelLineE decals: 79: -1,9 + - node: + color: '#EFB34196' + id: BrickTileSteelLineE + decals: + 320: 4,-9 - node: color: '#334E6DC8' id: BrickTileSteelLineN @@ -169,6 +184,12 @@ entities: decals: 77: -3,10 78: -2,10 + - node: + color: '#EFB34196' + id: BrickTileSteelLineN + decals: + 317: 2,-8 + 318: 3,-8 - node: color: '#334E6DC8' id: BrickTileSteelLineS @@ -205,99 +226,70 @@ entities: id: BrickTileSteelLineW decals: 80: -4,9 + - node: + color: '#EFB34196' + id: BrickTileSteelLineW + decals: + 315: 1,-9 - node: color: '#52B4E996' id: BrickTileWhiteCornerNe decals: 98: -1,-8 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerNe - decals: - 86: 4,-8 - node: color: '#52B4E996' id: BrickTileWhiteCornerNw decals: 99: -4,-8 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerNw - decals: - 85: 1,-8 - node: color: '#52B4E996' id: BrickTileWhiteCornerSe decals: 100: -2,-12 101: -1,-11 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSe - decals: - 89: 3,-12 - node: color: '#52B4E996' id: BrickTileWhiteCornerSw decals: 102: -4,-10 103: -3,-12 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSw - decals: - 87: 1,-11 - 88: 2,-12 - node: color: '#52B4E996' id: BrickTileWhiteInnerSe decals: 105: -2,-11 - - node: - color: '#EFB34196' - id: BrickTileWhiteInnerSe - decals: - 92: 3,-10 - node: color: '#52B4E996' id: BrickTileWhiteInnerSw decals: 104: -3,-10 - - node: - color: '#EFB34196' - id: BrickTileWhiteInnerSw - decals: - 90: 2,-11 - node: color: '#52B4E996' id: BrickTileWhiteLineE decals: 108: -1,-9 109: -1,-10 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineE - decals: - 91: 3,-11 - 93: 4,-9 - node: color: '#52B4E996' id: BrickTileWhiteLineN decals: 96: -3,-8 97: -2,-8 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineN - decals: - 94: 2,-8 - 95: 3,-8 - node: color: '#52B4E996' id: BrickTileWhiteLineW decals: 106: -4,-9 107: -3,-11 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 323: 1,-9 + 324: 2,-10 + 325: 3,-11 + 326: 2,-12 + 327: 4,-9 - node: cleanable: True color: '#FFFFFFFF' @@ -338,15 +330,17 @@ entities: 204: 3,10 205: 3,12 206: 4,8 - 207: 1,-8 - 208: 3,-12 - 209: 1,-11 - 210: 3,-10 - 211: 4,-8 212: -2,-8 213: -4,-9 214: -2,-12 215: -1,-11 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 328: 4,-8 + 329: 1,-8 + 330: 1,-10 - node: cleanable: True color: '#FFFFFFFF' @@ -369,8 +363,11 @@ entities: 263: -1,1 264: -3,-9 265: -2,-10 - 266: 2,-11 - 267: 3,-8 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 331: 3,-8 - node: cleanable: True color: '#FFFFFFFF' @@ -378,7 +375,6 @@ entities: decals: 268: -2,-9 269: -3,-11 - 270: 2,-8 271: 2,-6 272: 1,-5 273: -2,-5 @@ -395,6 +391,12 @@ entities: 284: -2,11 285: -3,9 286: -2,10 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 332: 4,-10 + 333: 3,-12 - node: cleanable: True color: '#FFFFFFFF' @@ -404,8 +406,6 @@ entities: 217: -3,-10 218: -2,-11 219: -3,-8 - 220: 3,-11 - 221: 2,-9 222: 3,-5 223: -1,-5 224: -3,-4 @@ -668,6 +668,11 @@ entities: 49: 4,3 50: 4,-3 51: 4,-5 + 303: -3,-7 + 304: 3,-7 + 305: 0,3 + 306: 3,7 + 307: -3,7 - node: color: '#9FED5896' id: WarnLineGreyscaleS @@ -681,6 +686,21 @@ entities: 53: -4,-3 54: -4,3 55: -4,5 + 308: -3,7 + 309: 3,7 + 310: -3,-7 + 311: 3,-7 + - node: + color: '#D4D4D496' + id: WarnLineW + decals: + 312: 2,-12 + 313: 3,-12 + - node: + color: '#FFFFFFFF' + id: burnt1 + decals: + 322: 2,-8 - node: cleanable: True color: '#FFFFFFFF' @@ -689,7 +709,6 @@ entities: 287: -2,-5 288: 1,2 289: -4,-8 - 290: 2,-10 291: 3,4 292: 2,11 293: -2,11 @@ -701,15 +720,18 @@ entities: decals: 296: -4,-6 297: -4,-10 - 302: 1,-9 - node: cleanable: True color: '#FFFFFFFF' id: burnt3 decals: 295: 4,6 - 299: 4,-9 300: 4,-10 + - node: + color: '#FFFFFFFF' + id: burnt4 + decals: + 321: 1,-11 - node: cleanable: True color: '#FFFFFFFF' @@ -760,8 +782,7 @@ entities: 0,-4: 1: 4096 0,-3: - 0: 52460 - 2: 8704 + 0: 61164 -1,-3: 0: 65510 0,-2: @@ -814,21 +835,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 1400.0662 - - 5266.916 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance @@ -872,7 +878,6 @@ entities: - 266 - 268 - 269 - - 647 - uid: 579 components: - type: Transform @@ -887,8 +892,6 @@ entities: - 263 - 265 - 264 - - 649 - - 648 - uid: 580 components: - type: Transform @@ -936,7 +939,6 @@ entities: - 432 - 450 - 571 - - 648 - uid: 585 components: - type: Transform @@ -948,7 +950,6 @@ entities: - 570 - 451 - 433 - - 649 - uid: 586 components: - type: Transform @@ -971,21 +972,22 @@ entities: - 431 - 448 - 568 - - 647 - proto: AirCanister entities: - - uid: 174 + - uid: 653 components: - type: Transform anchored: True - pos: 1.5,-10.5 + pos: 2.5,-10.5 parent: 1 - type: Physics bodyType: Static -- proto: AirlockCommand +- proto: AirlockCommandLocked entities: - - uid: 112 + - uid: 114 components: + - type: MetaData + name: airlock (Bridge) - type: Transform pos: 3.5,7.5 parent: 1 @@ -993,6 +995,8 @@ entities: entities: - uid: 113 components: + - type: MetaData + name: airlock (Engineering) - type: Transform pos: 3.5,-6.5 parent: 1 @@ -1048,8 +1052,10 @@ entities: parent: 1 - proto: AirlockMedicalLocked entities: - - uid: 114 + - uid: 165 components: + - type: MetaData + name: airlock (Medical) - type: Transform pos: -2.5,-6.5 parent: 1 @@ -1057,13 +1063,17 @@ entities: entities: - uid: 115 components: + - type: MetaData + name: airlock (Security) - type: Transform pos: -2.5,7.5 parent: 1 - proto: AirlockServiceLocked entities: - - uid: 39 + - uid: 116 components: + - type: MetaData + name: airlock (Service) - type: Transform pos: 0.5,3.5 parent: 1 @@ -1222,15 +1232,15 @@ entities: parent: 1 - proto: AtmosFixAirMarker entities: - - uid: 637 + - uid: 649 components: - type: Transform pos: 1.5,-9.5 parent: 1 - - uid: 646 + - uid: 650 components: - type: Transform - pos: 1.5,-8.5 + pos: 1.5,-10.5 parent: 1 - proto: AtmosFixBlockerMarker entities: @@ -2141,6 +2151,38 @@ entities: - type: Transform pos: 3.5,-8.5 parent: 1 +- proto: Catwalk + entities: + - uid: 166 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 637 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 - proto: Chair entities: - uid: 181 @@ -2191,6 +2233,20 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-7.5 parent: 1 + - uid: 250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 +- proto: ChairFolding + entities: + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 - proto: ChairPilotSeat entities: - uid: 194 @@ -2597,45 +2653,8 @@ entities: deviceLists: - 580 - 577 -- proto: FirelockGlass - entities: - - uid: 647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-6.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 587 - - 578 - - uid: 648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,7.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 584 - - 579 - - uid: 649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 585 - - 579 - proto: GasOutletInjector entities: - - uid: 167 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - uid: 171 components: - type: Transform @@ -2644,13 +2663,19 @@ entities: parent: 1 - type: AtmosPipeColor color: '#990000FF' + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 - proto: GasPassiveVent entities: - - uid: 166 + - uid: 646 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-8.5 + pos: 1.5,-9.5 parent: 1 - type: AtmosPipeColor color: '#0055CCFF' @@ -2775,6 +2800,14 @@ entities: color: '#990000FF' - proto: GasPipeStraight entities: + - uid: 167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 475 components: - type: Transform @@ -3533,11 +3566,11 @@ entities: color: '#990000FF' - proto: GasPort entities: - - uid: 169 + - uid: 652 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-10.5 + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 parent: 1 - proto: GasVentPump entities: @@ -3851,26 +3884,12 @@ entities: - type: Transform pos: 2.5,7.5 parent: 1 -- proto: InflatableDoorStack - entities: - - uid: 614 - components: - - type: Transform - pos: 4.488226,-8.493198 - parent: 1 -- proto: InflatableWallStack - entities: - - uid: 248 - components: - - type: Transform - pos: 4.4941244,-8.313961 - parent: 1 - proto: LockerEvacRepairFilled entities: - - uid: 116 + - uid: 175 components: - type: Transform - pos: 4.5,-7.5 + pos: 4.5,-8.5 parent: 1 - proto: LockerMedicineFilled entities: @@ -3932,34 +3951,28 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-9.5 parent: 1 - - uid: 165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 1 - uid: 168 components: - type: Transform pos: 4.5,-8.5 parent: 1 - - uid: 170 + - uid: 169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 1 - - uid: 172 - components: - - type: Transform - rot: 3.141592653589793 rad pos: 1.5,-8.5 parent: 1 - - uid: 173 + - uid: 647 components: - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-9.5 parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 - proto: Poweredlight entities: - uid: 628 @@ -4113,91 +4126,109 @@ entities: - uid: 10 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,1.5 parent: 1 - uid: 11 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 1 - uid: 12 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 1 - uid: 13 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,1.5 parent: 1 - uid: 14 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,0.5 parent: 1 - uid: 15 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 1 - uid: 68 components: - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,13.5 parent: 1 - uid: 69 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,13.5 parent: 1 - uid: 70 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,13.5 parent: 1 - uid: 71 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,13.5 parent: 1 - uid: 72 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,13.5 parent: 1 - uid: 73 components: - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,13.5 parent: 1 - uid: 81 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,7.5 parent: 1 - uid: 82 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,7.5 parent: 1 - uid: 83 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 1 - uid: 84 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 1 - uid: 97 components: - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 1 - uid: 98 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-12.5 parent: 1 - proto: SignBar @@ -4335,11 +4366,6 @@ entities: - type: Transform pos: 1.5,2.5 parent: 1 - - uid: 175 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1 - proto: TableCounterWood entities: - uid: 136 @@ -4490,423 +4516,507 @@ entities: - uid: 17 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 1 - uid: 18 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-3.5 parent: 1 - uid: 19 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 1 - uid: 20 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,2.5 parent: 1 - uid: 21 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 1 - uid: 22 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,6.5 parent: 1 - uid: 23 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-6.5 parent: 1 - uid: 24 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 1 - uid: 25 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,4.5 parent: 1 - uid: 26 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,2.5 parent: 1 - uid: 27 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-3.5 parent: 1 - uid: 28 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 1 - uid: 29 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-5.5 parent: 1 - uid: 30 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - uid: 31 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-2.5 parent: 1 - uid: 32 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 1 - uid: 33 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - uid: 34 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - uid: 35 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 1 - uid: 36 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 1 - uid: 37 components: - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,3.5 parent: 1 - uid: 38 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,3.5 parent: 1 + - uid: 39 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 - uid: 40 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,3.5 parent: 1 - uid: 41 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,2.5 parent: 1 - uid: 42 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-6.5 parent: 1 - uid: 43 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-6.5 parent: 1 - uid: 44 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-6.5 parent: 1 - uid: 45 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-6.5 parent: 1 - uid: 46 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-6.5 parent: 1 - uid: 47 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 1 - uid: 48 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,7.5 parent: 1 - uid: 49 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,7.5 parent: 1 - uid: 50 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,7.5 parent: 1 - uid: 51 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,7.5 parent: 1 - uid: 52 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,7.5 parent: 1 - uid: 53 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,7.5 parent: 1 - uid: 54 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,7.5 parent: 1 - uid: 55 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,8.5 parent: 1 - uid: 56 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,9.5 parent: 1 - uid: 57 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,10.5 parent: 1 - uid: 58 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,11.5 parent: 1 - uid: 59 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,12.5 parent: 1 - uid: 60 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,13.5 parent: 1 - uid: 61 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,8.5 parent: 1 - uid: 62 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,9.5 parent: 1 - uid: 63 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,10.5 parent: 1 - uid: 64 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,11.5 parent: 1 - uid: 65 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,11.5 parent: 1 - uid: 66 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,12.5 parent: 1 - uid: 67 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,13.5 parent: 1 - uid: 74 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,13.5 parent: 1 - uid: 75 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,12.5 parent: 1 - uid: 76 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,11.5 parent: 1 - uid: 77 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,11.5 parent: 1 - uid: 78 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 1 - uid: 79 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,9.5 parent: 1 - uid: 80 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,8.5 parent: 1 - uid: 85 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-7.5 parent: 1 - uid: 86 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-8.5 parent: 1 - uid: 87 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-9.5 parent: 1 - uid: 88 components: - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-10.5 parent: 1 - uid: 89 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-12.5 parent: 1 - uid: 90 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-10.5 parent: 1 - uid: 91 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-11.5 parent: 1 - uid: 92 components: - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-12.5 parent: 1 - uid: 93 components: - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-11.5 parent: 1 - uid: 94 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-11.5 parent: 1 - uid: 95 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-11.5 parent: 1 - uid: 96 components: - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-12.5 parent: 1 - uid: 99 components: - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-12.5 parent: 1 - uid: 100 components: - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 1 - uid: 101 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-12.5 parent: 1 - uid: 102 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-11.5 parent: 1 - uid: 103 components: - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 1 - uid: 104 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-10.5 parent: 1 - uid: 105 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-9.5 parent: 1 - uid: 106 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-8.5 parent: 1 - uid: 107 components: - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-7.5 parent: 1 - uid: 108 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-10.5 parent: 1 - uid: 109 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-9.5 parent: 1 - uid: 110 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-8.5 parent: 1 - uid: 111 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-7.5 parent: 1 - uid: 120 components: - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-2.5 parent: 1 - - uid: 250 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 - proto: WeaponCapacitorRecharger entities: - uid: 205 @@ -4938,4 +5048,11 @@ entities: - type: Transform pos: -0.5,11.5 parent: 1 +- proto: Wrench + entities: + - uid: 654 + components: + - type: Transform + pos: 3.6288166,-10.558914 + parent: 1 ... diff --git a/Resources/Maps/elkridge.yml b/Resources/Maps/elkridge.yml index 5369338043..87319fa145 100644 --- a/Resources/Maps/elkridge.yml +++ b/Resources/Maps/elkridge.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Map - engineVersion: 261.1.0 + engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 05/30/2025 11:58:15 - entityCount: 18020 + time: 06/13/2025 13:15:20 + entityCount: 18654 maps: - 1 grids: @@ -66,55 +66,55 @@ entities: chunks: 0,0: ind: 0,0 - tiles: BwAAAAABACAAAAAAAwB+AAAAAAIAfgAAAAAAAH4AAAAAAwAgAAAAAAMAIAAAAAACACAAAAAAAQBjAAAAAAEAYwAAAAAAAGMAAAAAAwBjAAAAAAAAYwAAAAABAGMAAAAAAQBjAAAAAAEAIAAAAAADAH4AAAAAAQAgAAAAAAMABwAAAAABAH4AAAAAAwB+AAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAAAYwAAAAADAGMAAAAAAABjAAAAAAMAYwAAAAABAGMAAAAAAgBjAAAAAAEAYwAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAABACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAQAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAfgAAAAAAAH4AAAAAAgAHAAAAAAEAfgAAAAABAH4AAAAAAQAgAAAAAAAAIAAAAAACAAEAAAAAAACCAAAAAAAAZAAAAAABAGQAAAAAAQBkAAAAAAMAggAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAAcAAAAABQB+AAAAAAMAfgAAAAACAH4AAAAAAgB+AAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAwBkAAAAAAEAZAAAAAACAIIAAAAAAABwAAAAAAAAYgAAAAABAHAAAAAAAAB+AAAAAAMAfgAAAAACAH4AAAAAAAAHAAAAAAQAfgAAAAADAH4AAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAABkAAAAAAIAZAAAAAABAGQAAAAAAACCAAAAAAAAcAAAAAAAAGIAAAAAAABwAAAAAAAAfgAAAAAAAAcAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAIAAAAAAAACAAAAAAAwCCAAAAAAAAZAAAAAABAGQAAAAAAwBkAAAAAAEAggAAAAAAAHAAAAAAAABiAAAAAAEAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAYgAAAAAAAHAAAAAAAAAXAAAAAAAARgAAAAAAAEYAAAAAAAAsAAAAAAAALAAAAAAAAAEAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAAAkAAAAAAIAJAAAAAAAACQAAAAAAwCCAAAAAAAAcAAAAAAAAGIAAAAAAABwAAAAAAAAFwAAAAAAAEYAAAAAAABGAAAAAAAALAAAAAAAACwAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwCCAAAAAAAAJAAAAAAAACQAAAAAAwAkAAAAAAMAAQAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABABcAAAAAAABGAAAAAAAARgAAAAAAACwAAAAAAAAsAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAMAggAAAAAAACQAAAAAAgAkAAAAAAAAcAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAJAAAAAACAHAAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAwCCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAAsAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgALAAAAAAEAYgAAAAADAA== + tiles: BwAAAAAEACAAAAAAAgB+AAAAAAAAfgAAAAABAH4AAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAQBjAAAAAAMAYwAAAAABAGMAAAAAAgBjAAAAAAAAYwAAAAAAAGMAAAAAAQBjAAAAAAIAIAAAAAABAH4AAAAAAQAgAAAAAAIABwAAAAACAH4AAAAAAgB+AAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAAAYwAAAAACAGMAAAAAAABjAAAAAAAAYwAAAAAAAGMAAAAAAQBjAAAAAAEAYwAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAAAfgAAAAABAH4AAAAAAQAHAAAAAAQAfgAAAAACAH4AAAAAAQAgAAAAAAIAIAAAAAACAAEAAAAAAACCAAAAAAAAZAAAAAACAGQAAAAAAgBkAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAggAAAAAAAAcAAAAAAQB+AAAAAAMAfgAAAAADAH4AAAAAAgB+AAAAAAEAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAABkAAAAAAIAZAAAAAACAIIAAAAAAABwAAAAAAAAYgAAAAAAAHAAAAAAAAB+AAAAAAMAfgAAAAAAAH4AAAAAAQAHAAAAAAYAfgAAAAADAH4AAAAAAQAgAAAAAAAAIAAAAAACAIIAAAAAAABkAAAAAAMAZAAAAAACAGQAAAAAAgCCAAAAAAAAcAAAAAAAAGIAAAAAAABwAAAAAAAAfgAAAAACAAcAAAAABgB+AAAAAAIAfgAAAAAAAH4AAAAAAgB+AAAAAAEAIAAAAAADACAAAAAAAwCCAAAAAAAAZAAAAAABAGQAAAAAAQBkAAAAAAAAggAAAAAAAHAAAAAAAABiAAAAAAEAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAYgAAAAABAHAAAAAAAAAXAAAAAAAARgAAAAAAAEYAAAAAAAAsAAAAAAAALAAAAAAAAAEAAAAAAAAgAAAAAAMAIAAAAAACAIIAAAAAAAAkAAAAAAMAJAAAAAACACQAAAAAAQCCAAAAAAAAcAAAAAAAAGIAAAAAAABwAAAAAAAAFwAAAAAAAEYAAAAAAABGAAAAAAAALAAAAAAAACwAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAgCCAAAAAAAAJAAAAAABACQAAAAAAAAkAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACABcAAAAAAABGAAAAAAAARgAAAAAAACwAAAAAAAAsAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAggAAAAAAACQAAAAAAAAkAAAAAAIAcAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAJAAAAAABAHAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAMABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACAA== version: 7 -1,0: ind: -1,0 - tiles: YgAAAAADAGIAAAAAAwABAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAQBiAAAAAAMAIAAAAAADAAEAAAAAAAAgAAAAAAAACwAAAAABACAAAAAAAgB+AAAAAAAAfgAAAAADAGIAAAAAAABiAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAIACwAAAAAAAAsAAAAAAgALAAAAAAMAYgAAAAADACAAAAAAAgABAAAAAAAAIAAAAAAAAAsAAAAAAQAgAAAAAAEAfgAAAAACAH4AAAAAAgABAAAAAAAAAQAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAQAgAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAACAAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAMAIAAAAAACAIIAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAAAHAAAAAAEAfgAAAAACAAEAAAAAAACCAAAAAAAABgAAAAACAAEAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAfgAAAAACAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAIAggAAAAAAAH4AAAAAAgAHAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAAAACAAAAAAAgCCAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAADAIIAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAgAgAAAAAAIAggAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAgCCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAABAIIAAAAAAAAXAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAEAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAACACAAAAAAAACCAAAAAAAAFwAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAADAIIAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAAAgAAAAAAEAggAAAAAAABcAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAIAggAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAwCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAACAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAgABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAEACwAAAAACAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAABAAsAAAAAAgBiAAAAAAMAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: AQAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAEAIAAAAAABAAEAAAAAAAAgAAAAAAMACwAAAAABACAAAAAAAwB+AAAAAAEAfgAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAAsAAAAAAQALAAAAAAAAYgAAAAADACAAAAAAAgABAAAAAAAAIAAAAAACAAsAAAAAAQAgAAAAAAMAfgAAAAABAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQAgAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAIAAAAAACAIIAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAwAHAAAAAAAAfgAAAAABAAEAAAAAAACCAAAAAAAABgAAAAABAAEAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAggAAAAAAAH4AAAAAAQAHAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAACAIIAAAAAAAB+AAAAAAMAfgAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAACAAAAAAAgCCAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAACAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAgAgAAAAAAMAggAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAQCCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAADAIIAAAAAAAAXAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAAABAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAABACAAAAAAAwCCAAAAAAAAFwAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAAAggAAAAAAABcAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAgCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAwBiAAAAAAIAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwBwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAgABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAwBiAAAAAAAACwAAAAADAGIAAAAAAwBiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAAAAAsAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 0,-1: ind: 0,-1 - tiles: IAAAAAAAACAAAAAAAwAgAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAEAAQAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAAAYgAAAAADAAEAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAQABAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAADACAAAAAAAwABAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABjAAAAAAAAYwAAAAACAGMAAAAAAwBjAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAMAYwAAAAADAGMAAAAAAwBjAAAAAAAAYwAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAACAGMAAAAAAABjAAAAAAEAYwAAAAADAGMAAAAAAgBjAAAAAAAAYwAAAAADAGMAAAAAAwAgAAAAAAMAfgAAAAACACAAAAAAAgB+AAAAAAIAfgAAAAADAAcAAAAABgAgAAAAAAMAIAAAAAABACAAAAAAAQBjAAAAAAMAYwAAAAACAGMAAAAAAwBjAAAAAAIAYwAAAAABAGMAAAAAAQBjAAAAAAMAIAAAAAABAA== + tiles: IAAAAAADACAAAAAAAAAgAAAAAAIAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAQABAAAAAAAAYgAAAAABAIIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAAAQAAAAAAAGIAAAAAAQCCAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAABAAEAAAAAAABiAAAAAAIAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgABAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAACACAAAAAAAQAgAAAAAAEAggAAAAAAACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABjAAAAAAEAYwAAAAAAAGMAAAAAAABjAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAMAYwAAAAAAAGMAAAAAAQBjAAAAAAAAYwAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAABAGMAAAAAAgBjAAAAAAAAYwAAAAADAGMAAAAAAgBjAAAAAAAAYwAAAAAAAGMAAAAAAAAgAAAAAAMAfgAAAAAAACAAAAAAAwB+AAAAAAAAfgAAAAABAAcAAAAAAwAgAAAAAAAAIAAAAAABACAAAAAAAABjAAAAAAMAYwAAAAACAGMAAAAAAQBjAAAAAAAAYwAAAAABAGMAAAAAAgBjAAAAAAMAIAAAAAABAA== version: 7 -1,-1: ind: -1,-1 - tiles: YgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAADAGIAAAAAAgCCAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAIAAQAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAAAAQAAAAAAAGIAAAAAAQAgAAAAAAIAggAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAABAAEAAAAAAABiAAAAAAAAIAAAAAABAAEAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgABAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAwABAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAA8AAAAAAAAgAAAAAAIAIAAAAAACAIIAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAgCCAAAAAAAAAgAAAAAAAIIAAAAAAAANAAAAAAAAYgAAAAADAGIAAAAAAAABAAAAAAAAggAAAAAAAH4AAAAAAQAHAAAAAAUAfgAAAAADAAEAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAEAggAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAAQAAAAAAAIIAAAAAAAAHAAAAAAIAfgAAAAACAH4AAAAAAQAgAAAAAAEAIAAAAAABACAAAAAAAwAgAAAAAAMAIAAAAAACAIIAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAgAHAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAQCCAAAAAAAAAwAAAAACAH4AAAAAAAB+AAAAAAMAfgAAAAADACAAAAAAAAAgAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAADAAcAAAAAAwAgAAAAAAEAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADACAAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAgABAAAAAAAAAQAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAAAgAAAAAAMAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAAAgAAAAAAMAYgAAAAABAGIAAAAAAQABAAAAAAAAYgAAAAACAGIAAAAAAgALAAAAAAEACwAAAAAAAAsAAAAAAgBiAAAAAAEAIAAAAAACAAEAAAAAAAAgAAAAAAAACwAAAAADACAAAAAAAQB+AAAAAAIAfgAAAAACAA== + tiles: YgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAADAGIAAAAAAwCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMAAQAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAIAAQAAAAAAAGIAAAAAAAAgAAAAAAMAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAAEAAAAAAABiAAAAAAAACwAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAACAAEAAAAAAABiAAAAAAIAIAAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgABAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAQABAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAIAfgAAAAADAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAAAggAAAAAAACAAAAAAAQCCAAAAAAAAYgAAAAAAAGIAAAAAAQABAAAAAAAAggAAAAAAAH4AAAAAAQAHAAAAAAMAfgAAAAACAAEAAAAAAAAgAAAAAAAAggAAAAAAAH4AAAAAAgAHAAAAAAAAfgAAAAAAAIIAAAAAAAAgAAAAAAIAggAAAAAAAGIAAAAAAgBiAAAAAAMAAQAAAAAAAIIAAAAAAAAHAAAAAAIAfgAAAAABAH4AAAAAAwAgAAAAAAEAIAAAAAACAIIAAAAAAAB+AAAAAAIAfgAAAAABAH4AAAAAAQCCAAAAAAAAIAAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAAAHAAAAAAUAIAAAAAACACAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAwCCAAAAAAAAAwAAAAAAAH4AAAAAAgB+AAAAAAIAfgAAAAAAACAAAAAAAgAgAAAAAAEAggAAAAAAAAcAAAAABgB+AAAAAAMAfgAAAAAAAIIAAAAAAAAgAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAAB+AAAAAAMAfgAAAAAAAAcAAAAABQAgAAAAAAAAIAAAAAAAAIIAAAAAAAB+AAAAAAMABwAAAAAAAAcAAAAABQCCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAACAAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAACAGIAAAAAAgAgAAAAAAMAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAMAAQAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAACwAAAAAAAAsAAAAAAwBiAAAAAAAAIAAAAAAAAAEAAAAAAAAgAAAAAAMACwAAAAABACAAAAAAAgB+AAAAAAIAfgAAAAABAA== version: 7 1,0: ind: 1,0 - tiles: IAAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAQAAAAAAgAEAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAAABAAAAAADAAEAAAAAAAAEAAAAAAIABAAAAAADAGIAAAAAAwBwAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAADAIIAAAAAAAAEAAAAAAEABAAAAAAAAAQAAAAAAAAgAAAAAAAABAAAAAADAAQAAAAAAgCCAAAAAAAABAAAAAACAAsAAAAAAQBiAAAAAAEAcAAAAAAAAIIAAAAAAABiAAAAAAAACwAAAAACAGIAAAAAAQABAAAAAAAABAAAAAACAAQAAAAAAQAEAAAAAAMAIAAAAAAAACAAAAAAAQAgAAAAAAAAggAAAAAAAAQAAAAAAwALAAAAAAMAYgAAAAABAHAAAAAAAACCAAAAAAAAYgAAAAADAAsAAAAAAQBiAAAAAAIAAQAAAAAAAAQAAAAAAQAEAAAAAAMABAAAAAABAAQAAAAAAQAEAAAAAAIABAAAAAABAIIAAAAAAAAEAAAAAAIABAAAAAACAGIAAAAAAgBwAAAAAAAAggAAAAAAAGIAAAAAAQALAAAAAAAAYgAAAAACAAEAAAAAAAAEAAAAAAEABAAAAAABAAQAAAAAAgAEAAAAAAMABAAAAAAAAAQAAAAAAgABAAAAAAAABAAAAAABAAsAAAAAAABiAAAAAAMAcAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAgCCAAAAAAAABAAAAAABAAQAAAAAAgAEAAAAAAAABAAAAAACAAQAAAAAAQAEAAAAAAMAAQAAAAAAAAQAAAAAAgALAAAAAAEAYgAAAAAAAGIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAABAGIAAAAAAgBiAAAAAAEAggAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAAAEAAAAAAEABAAAAAACAAQAAAAAAgCCAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAAIAAAAAACACAAAAAAAQAEAAAAAAAABAAAAAABAAQAAAAAAQAEAAAAAAEAggAAAAAAAAQAAAAAAgAEAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAACACAAAAAAAAAgAAAAAAMABAAAAAAAAAQAAAAAAwAEAAAAAAMABAAAAAACAIIAAAAAAAAEAAAAAAAABAAAAAACAGIAAAAAAQABAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwCCAAAAAAAAggAAAAAAAAQAAAAAAQAEAAAAAAEABAAAAAABAAQAAAAAAgABAAAAAAAABAAAAAACAAQAAAAAAQBiAAAAAAIAAQAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAIAAQAAAAAAAAQAAAAAAgAEAAAAAAMABAAAAAABAAQAAAAAAAAEAAAAAAEAggAAAAAAAAQAAAAAAAAEAAAAAAAAYgAAAAADAAEAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAADAIIAAAAAAAAEAAAAAAMABAAAAAACAAQAAAAAAwAEAAAAAAMABAAAAAABACAAAAAAAAAEAAAAAAAABAAAAAABAA== + tiles: IAAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAwBiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAEAYgAAAAACAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAQAAAAAAwAEAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAAAAAEAAAAAAAAEAAAAAAMABAAAAAACAGIAAAAAAgBwAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAADAIIAAAAAAAAEAAAAAAEABAAAAAADAAQAAAAAAAAgAAAAAAAABAAAAAADAAQAAAAAAQCCAAAAAAAABAAAAAACAAsAAAAAAQBiAAAAAAIAcAAAAAAAAIIAAAAAAABiAAAAAAAACwAAAAACAGIAAAAAAQABAAAAAAAABAAAAAABAAQAAAAAAwAEAAAAAAEAIAAAAAADACAAAAAAAgAgAAAAAAAAggAAAAAAAAQAAAAAAgALAAAAAAMAYgAAAAAAAHAAAAAAAACCAAAAAAAAYgAAAAABAAsAAAAAAgBiAAAAAAAAAQAAAAAAAAQAAAAAAgAEAAAAAAAABAAAAAACAAQAAAAAAQAEAAAAAAMABAAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAADAGIAAAAAAwBwAAAAAAAAggAAAAAAAGIAAAAAAAALAAAAAAMAYgAAAAAAAAEAAAAAAAAEAAAAAAIABAAAAAADAAQAAAAAAQAEAAAAAAMABAAAAAADAAQAAAAAAwABAAAAAAAABAAAAAAAAAsAAAAAAwBiAAAAAAAAcAAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQCCAAAAAAAABAAAAAAAAAQAAAAAAwAEAAAAAAAABAAAAAADAAQAAAAAAAAEAAAAAAIAAQAAAAAAAAQAAAAAAQALAAAAAAEAYgAAAAABAGIAAAAAAgCCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAAABAAAAAADAGIAAAAAAwBiAAAAAAEAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAQAEAAAAAAAABAAAAAACAAQAAAAAAwCCAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAIAYgAAAAACAIIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAMAIAAAAAAAACAAAAAAAAAEAAAAAAMABAAAAAADAAQAAAAAAAAEAAAAAAIAggAAAAAAAAQAAAAAAwAEAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAAAACAAAAAAAgAgAAAAAAMABAAAAAAAAAQAAAAAAwAEAAAAAAIABAAAAAAAAIIAAAAAAAAEAAAAAAIABAAAAAACAGIAAAAAAgABAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAwCCAAAAAAAAggAAAAAAAAQAAAAAAQAEAAAAAAIABAAAAAABAAQAAAAAAAABAAAAAAAABAAAAAABAAQAAAAAAABiAAAAAAAAAQAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAMAAQAAAAAAAAQAAAAAAQAEAAAAAAIABAAAAAACAAQAAAAAAAAEAAAAAAAAggAAAAAAAAQAAAAAAQAEAAAAAAMAYgAAAAABAAEAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAIIAAAAAAAAEAAAAAAIABAAAAAAAAAQAAAAAAgAEAAAAAAEABAAAAAABACAAAAAAAAAEAAAAAAAABAAAAAABAA== version: 7 1,-1: ind: 1,-1 - tiles: ggAAAAAAAIIAAAAAAAAPAAAAAAAAcAAAAAAAAHAAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAABwAAAAAAAAIAAAAAADAGIAAAAAAgABAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAgABAAAAAAAAcAAAAAAAACAAAAAAAgBiAAAAAAEAAQAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAAAgAAAAAAIAggAAAAAAAHAAAAAAAACCAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAMAggAAAAAAACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAEAIAAAAAABAIIAAAAAAAAgAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgCCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAIAAQAAAAAAAHAAAAAAAABwAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAgAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAABAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAIAAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAABwAAAAAAAAIAAAAAACAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAAABAAAAAAAAcAAAAAAAACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACAIIAAAAAAAAgAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAMAggAAAAAAACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAgAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAIAAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -1,1: ind: -1,1 - tiles: AQAAAAAAACAAAAAAAgAgAAAAAAIAAQAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAABAAEAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAMAIAAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAQABAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAwCCAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAEAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAAABAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAACAIIAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAACAIIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgCCAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAADAAEAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAACAAEAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAwCCAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: AQAAAAAAACAAAAAAAgAgAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACAAEAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAQABAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAIAIAAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAwABAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAACAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAgCCAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAEAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABAIIAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAEAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAgCCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAgCCAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAMAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAACAAEAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwCCAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAADAAEAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAQCCAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABACAAAAAAAgAgAAAAAAAAIAAAAAAAACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 0,1: ind: 0,1 - tiles: AQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAQALAAAAAAAAYgAAAAACAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAwAHAAAAAAMAIAAAAAADACAAAAAAAwCCAAAAAAAAYgAAAAACAGIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAwAgAAAAAAEAggAAAAAAAAcAAAAAAQB+AAAAAAAAfgAAAAADACAAAAAAAQAgAAAAAAIAAQAAAAAAAGIAAAAAAQBiAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAACAH4AAAAAAAAgAAAAAAMAIAAAAAADAIIAAAAAAABiAAAAAAAAYgAAAAACAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAAAACAAAAAAAQCCAAAAAAAAfgAAAAADAH4AAAAAAwB+AAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAAEAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAwAgAAAAAAEAIAAAAAABACAAAAAAAgABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAIAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABAAEAAAAAAAABAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAQBiAAAAAAMAAQAAAAAAAAEAAAAAAABiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAIAIAAAAAADAGIAAAAAAgBiAAAAAAMAYgAAAAADAAEAAAAAAAANAAAAAAIAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAACACAAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAgABAAAAAAAAAQAAAAAAAGIAAAAAAQCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAwCCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAIAAQAAAAAAAAEAAAAAAABiAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAAEAAAAAAAABAAAAAAAAYgAAAAABAA== + tiles: AQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAAAHAAAAAAAAIAAAAAACACAAAAAAAQCCAAAAAAAAYgAAAAABAGIAAAAAAwABAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAAcAAAAAAwB+AAAAAAAAfgAAAAAAACAAAAAAAwAgAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAACAIIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAgAgAAAAAAMAIAAAAAACAIIAAAAAAABiAAAAAAAAYgAAAAADAAEAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAgCCAAAAAAAAfgAAAAADAH4AAAAAAgB+AAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAACAAEAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAMAIAAAAAAAACAAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAgAgAAAAAAMAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAgBiAAAAAAMAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACAAEAAAAAAAABAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQBiAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAEAIAAAAAADAGIAAAAAAgBiAAAAAAIAYgAAAAACAAEAAAAAAACCAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAIAYgAAAAADACAAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAwCCAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAAEAAAAAAAABAAAAAAAAYgAAAAAAAA== version: 7 2,-1: ind: 2,-1 - tiles: ggAAAAAAAHAAAAAAAAABAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAABwAAAAAGAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAEAggAAAAAAAH4AAAAAAAAHAAAAAAYAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAEAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAABAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAADwAAAAAAAA8AAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAACAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAQBwAAAAAAAAIAAAAAADAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAACAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAAAgAAAAAAIAcAAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAAAFAAAAAAAAIAAAAAADACAAAAAAAAAFAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAADAIIAAAAAAAAHAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAwAgAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAH4AAAAAAgAHAAAAAAEADQAAAAACAA== + tiles: ggAAAAAAAHAAAAAAAAABAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAABwAAAAACAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAMAggAAAAAAAH4AAAAAAgAHAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAEAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAADAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAADwAAAAAAAA8AAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAgBwAAAAAAAAIAAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAAAgAAAAAAMAcAAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABAIIAAAAAAAAFAAAAAAAAIAAAAAAAACAAAAAAAwAFAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAEAIIAAAAAAAAHAAAAAAMAggAAAAAAAAEAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAgAgAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAH4AAAAAAQAHAAAAAAEAggAAAAAAAA== version: 7 2,0: ind: 2,0 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAcAAAAAAgB+AAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAADAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAQAgAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAQABAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAABACAAAAAAAwCCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAIAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAABAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAgAEAAAAAAIABAAAAAABAAQAAAAAAQAEAAAAAAEABAAAAAACAAQAAAAAAAAEAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAIABAAAAAABAAQAAAAAAAAEAAAAAAMABAAAAAACAAQAAAAAAAAEAAAAAAIABAAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAQAEAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAIABAAAAAACAAQAAAAAAwAgAAAAAAMAIAAAAAACACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAAABAAAAAACAAQAAAAAAQAEAAAAAAIABAAAAAADAAQAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAABAAAAAADAAQAAAAAAwAEAAAAAAMABAAAAAABAAQAAAAAAwAEAAAAAAIAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAgCCAAAAAAAABAAAAAAAAAQAAAAAAQAEAAAAAAEABAAAAAACAAQAAAAAAQCCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAEAAQAAAAAAAAQAAAAAAwAEAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAEAAQAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAwABAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAABAAAAAACAIIAAAAAAAAEAAAAAAEABAAAAAACAAQAAAAAAQAEAAAAAAMABAAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAIAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAcAAAAAAQB+AAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAIAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAQABAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAIAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAADACAAAAAAAgAgAAAAAAMAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAABAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAEAAAAAAIABAAAAAACAAQAAAAAAgAEAAAAAAAABAAAAAADAAQAAAAAAQAEAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAAABAAAAAABAAQAAAAAAQAEAAAAAAIABAAAAAABAAQAAAAAAgAEAAAAAAEABAAAAAABACAAAAAAAgAgAAAAAAEAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAgAEAAAAAAIABAAAAAAAAAQAAAAAAQAEAAAAAAEABAAAAAABAAQAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAAAAAQAAAAAAgAEAAAAAAIABAAAAAAAAAQAAAAAAQCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAABAAAAAACAAQAAAAAAwAEAAAAAAIABAAAAAADAAQAAAAAAwAEAAAAAAIAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAACCAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAABAAQAAAAAAQCCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAEAAQAAAAAAAAQAAAAAAwAEAAAAAAEABAAAAAABAAQAAAAAAgAEAAAAAAIAAQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAwABAAAAAAAABgAAAAABAIIAAAAAAACCAAAAAAAABAAAAAACAIIAAAAAAAAEAAAAAAAABAAAAAABAAQAAAAAAQAEAAAAAAMABAAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 1,-2: ind: 1,-2 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAADwAAAAAAAHAAAAAAAABwAAAAAAAADwAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAABwAAAAAAAAcAAAAAAAAA8AAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAPAAAAAAAAcAAAAAAAAHAAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 2,-2: ind: 2,-2 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAQABAAAAAAAAIAAAAAACAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAwABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAQAgAAAAAAIAggAAAAAAACAAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMABgAAAAACAAEAAAAAAAABAAAAAAAAIAAAAAACAAEAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAQABAAAAAAAAAQAAAAAAACAAAAAAAwCCAAAAAAAAIAAAAAACAAEAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAACCAAAAAAAABwAAAAABAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAgABAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAgAgAAAAAAAAggAAAAAAACAAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEABgAAAAADAAEAAAAAAAABAAAAAAAAIAAAAAADAAEAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAwABAAAAAAAAAQAAAAAAACAAAAAAAgCCAAAAAAAAIAAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAIIAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAACACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAQCCAAAAAAAABwAAAAAEAH4AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 0,-2: ind: 0,-2 - tiles: YgAAAAACAIIAAAAAAAABAAAAAAAAIAAAAAADAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAgCCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgABAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAABiAAAAAAEAAQAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAAAACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQABAAAAAAAABgAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAEABwAAAAADAAcAAAAABACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAACAH4AAAAAAQAHAAAAAAQAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAAAgAAAAAAEAggAAAAAAAAYAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAACACAAAAAAAwAHAAAAAAMAfgAAAAAAAH4AAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAABAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAgAgAAAAAAIAfgAAAAACAAcAAAAABQB+AAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAAAACAAAAAAAQCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAACAAcAAAAABAB+AAAAAAAABwAAAAADAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAIIAAAAAAAB+AAAAAAEABwAAAAAEAH4AAAAAAwCCAAAAAAAAggAAAAAAAA== + tiles: YgAAAAABAIIAAAAAAAABAAAAAAAAIAAAAAADAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAwCCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgABAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAAQAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwABAAAAAAAABgAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAADACAAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAwAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAMAggAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAABAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAIAAAAAACACAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 3,-2: ind: 3,-2 @@ -122,31 +122,31 @@ entities: version: 7 3,-1: ind: 3,-1 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAEAIIAAAAAAAANAAAAAAEAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAADAIIAAAAAAACCAAAAAAAABwAAAAAFAAcAAAAABQCCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAAHAAAAAAMAfgAAAAADAIIAAAAAAAAHAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAgCCAAAAAAAABwAAAAAFAH4AAAAAAQCCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAgABAAAAAAAAggAAAAAAAH4AAAAAAgAHAAAAAAQAggAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAA== version: 7 -1,-2: ind: -1,-2 - tiles: AQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAIAIAAAAAADAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAgABAAAAAAAAYgAAAAADAGIAAAAAAAALAAAAAAAAYgAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAQCCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAADAGIAAAAAAgCCAAAAAAAABgAAAAADAAEAAAAAAAAgAAAAAAAAIAAAAAACAAEAAAAAAAAGAAAAAAMAggAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAADAIIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAMAggAAAAAAAAEAAAAAAAABAAAAAAAAIAAAAAADACAAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAADAIIAAAAAAAABAAAAAAAABgAAAAAAACAAAAAAAgAgAAAAAAMAAQAAAAAAAAYAAAAAAwCCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAAACwAAAAABAGIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAEAIAAAAAAAAAYAAAAAAgABAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAwAgAAAAAAEAIAAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAABAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAgCCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAACAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAwCCAAAAAAAAIAAAAAAAAAsAAAAAAABiAAAAAAEAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAAEAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAIAAQAAAAAAACAAAAAAAwBiAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAwCCAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAABAIIAAAAAAAAgAAAAAAAAYgAAAAABAGIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAIIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAMAIAAAAAACACAAAAAAAgBiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAACAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAAAYgAAAAABACAAAAAAAgAgAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAABAGIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAACCAAAAAAAAcAAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAABAIIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAACAAAAAAAQAgAAAAAAMAggAAAAAAAHAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAQABAAAAAAAAYgAAAAADAGIAAAAAAgALAAAAAAAAYgAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAAAgAAAAAAMAIAAAAAABAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAABAGIAAAAAAwCCAAAAAAAAcAAAAAAAAIIAAAAAAABwAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAQBiAAAAAAMAggAAAAAAAAYAAAAAAgCCAAAAAAAABgAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAACAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAABAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAQCCAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAEACwAAAAABAGIAAAAAAQCCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAMAggAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAgBiAAAAAAIAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAAAYgAAAAADAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAQCCAAAAAAAAIAAAAAAAACAAAAAAAwCCAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAgABAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAAQAAAAAAACAAAAAAAQAgAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAwCCAAAAAAAAIAAAAAADAAsAAAAAAABiAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAwBiAAAAAAMAAQAAAAAAACAAAAAAAwBiAAAAAAAAYgAAAAACAIIAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAEAYgAAAAAAAIIAAAAAAAAgAAAAAAAAYgAAAAAAAGIAAAAAAQCCAAAAAAAAcAAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAAAIAAAAAADACAAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAACAIIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgCCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADACAAAAAAAQAgAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAwCCAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAIAggAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -2,-2: ind: -2,-2 - tiles: YgAAAAACAGIAAAAAAgCCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAIAIAAAAAACAIIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAIAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwALAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAIAAQAAAAAAAH4AAAAAAAAHAAAAAAEAfgAAAAACAIIAAAAAAABiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAAAAIIAAAAAAAAHAAAAAAQAfgAAAAAAAH4AAAAAAwCCAAAAAAAAYgAAAAABAIIAAAAAAAAgAAAAAAIAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAAAAH4AAAAAAwAHAAAAAAIAggAAAAAAAGIAAAAAAwABAAAAAAAAIAAAAAABACAAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAIAfgAAAAAAAAcAAAAAAgB+AAAAAAIAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAABAIIAAAAAAABiAAAAAAIAggAAAAAAACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAACAH4AAAAAAwB+AAAAAAMABwAAAAAEACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAQABAAAAAAAAYgAAAAAAAIIAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAH4AAAAAAwAHAAAAAAMAfgAAAAABAH4AAAAAAwAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAAQAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAB+AAAAAAMAfgAAAAADAAcAAAAAAwB+AAAAAAIAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAADAIIAAAAAAABiAAAAAAEAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAACAAcAAAAAAgB+AAAAAAMAfgAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAgCCAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAACAGIAAAAAAABiAAAAAAAAYgAAAAABAA== + tiles: YgAAAAABAGIAAAAAAACCAAAAAAAADwAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAADAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAggAAAAAAAA8AAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAEAYgAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwALAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAAAAQAAAAAAAH4AAAAAAgAHAAAAAAYAfgAAAAADAIIAAAAAAABiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAACAIIAAAAAAAAHAAAAAAYAfgAAAAAAAH4AAAAAAQCCAAAAAAAAYgAAAAABAIIAAAAAAAAgAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAADAH4AAAAAAgAHAAAAAAIAggAAAAAAAGIAAAAAAQABAAAAAAAAIAAAAAADACAAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAABAAcAAAAAAwB+AAAAAAMAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAAAAIIAAAAAAABiAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAGAH4AAAAAAgB+AAAAAAAABwAAAAAGACAAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAQABAAAAAAAAYgAAAAACAIIAAAAAAAAPAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAH4AAAAAAgAHAAAAAAUAfgAAAAABAH4AAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAAAAQAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAB+AAAAAAEAfgAAAAAAAAcAAAAAAQB+AAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAAAAIIAAAAAAABiAAAAAAEAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAAAAAcAAAAAAgB+AAAAAAEAfgAAAAADACAAAAAAAQAgAAAAAAAAIAAAAAAAACAAAAAAAACCAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAEAYgAAAAACAA== version: 7 -2,-1: ind: -2,-1 - tiles: AQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAACAIIAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgCCAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAABAAEAAAAAAAAgAAAAAAEAIAAAAAAAACAAAAAAAgABAAAAAAAAYgAAAAABAGIAAAAAAQCCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAQCCAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAMAAQAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAAAEAAAAAAABiAAAAAAEAYgAAAAADAAEAAAAAAACCAAAAAAAAcAAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAMAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAQABAAAAAAAAggAAAAAAAHAAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAwCCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAABiAAAAAAIAYgAAAAABAIIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAABwAAAAAFAH4AAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAwCCAAAAAAAAYgAAAAABAGIAAAAAAwCCAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAH4AAAAAAQAHAAAAAAUAIAAAAAACACAAAAAAAwAgAAAAAAIAggAAAAAAAGIAAAAAAwBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAAB+AAAAAAIAfgAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAABAIIAAAAAAABiAAAAAAEAYgAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAACAA== + tiles: AQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAQBiAAAAAAEAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAwCCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAADACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAADAAEAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwABAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAACACAAAAAAAwCCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAIAggAAAAAAAGIAAAAAAwBiAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAAAgAAAAAAIAAQAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAABAAEAAAAAAABiAAAAAAIAYgAAAAABAAEAAAAAAACCAAAAAAAAIAAAAAADAHAAAAAAAABwAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAwABAAAAAAAAggAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAACACAAAAAAAQCCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAEAggAAAAAAAIIAAAAAAAAgAAAAAAMAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAABAIIAAAAAAABiAAAAAAEAYgAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAABAHAAAAAAAABwAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAABwAAAAADAH4AAAAAAwAgAAAAAAIAIAAAAAABACAAAAAAAwCCAAAAAAAAYgAAAAADAGIAAAAAAwCCAAAAAAAAIAAAAAABACAAAAAAAgCCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAH4AAAAAAQAHAAAAAAQAIAAAAAAAACAAAAAAAAAgAAAAAAEAggAAAAAAAGIAAAAAAwBiAAAAAAMAggAAAAAAACAAAAAAAAAgAAAAAAIAcAAAAAAAAHAAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAAB+AAAAAAMAfgAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAACAIIAAAAAAABiAAAAAAIAYgAAAAADAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAA== version: 7 -2,0: ind: -2,0 - tiles: AgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAcAAAAAAwB+AAAAAAAABwAAAAABAH4AAAAAAQCCAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAQBiAAAAAAAAYgAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAHAAAAAAMABwAAAAAFAH4AAAAAAgAHAAAAAAUAggAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAABAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAQBkAAAAAAAAZAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAACACAAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAAgAAAAAAAIIAAAAAAAANAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAgAgAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAADAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAANAAAAAAIAggAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAACACAAAAAAAQAgAAAAAAIAIAAAAAABAIIAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAMAggAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAACAA== + tiles: AgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAcAAAAAAQB+AAAAAAMABwAAAAACAH4AAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAHAAAAAAMABwAAAAAEAH4AAAAAAgAHAAAAAAUAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAABkAAAAAAMAZAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAAAACAAAAAAAgAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAEAggAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAACAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAACAA== version: 7 1,1: ind: 1,1 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAACAAQAAAAAAAAEAAAAAAIABAAAAAAAAIIAAAAAAAAEAAAAAAEABAAAAAABAAEAAAAAAAAGAAAAAAEAggAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAAAAAQAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAwAgAAAAAAIAggAAAAAAAAQAAAAAAAAEAAAAAAEABAAAAAADAAQAAAAAAwAEAAAAAAIABAAAAAACAAQAAAAAAQAEAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAAAAAEAAAAAAAAEAAAAAAIABAAAAAADAAQAAAAAAwAEAAAAAAIABAAAAAAAAAQAAAAAAQAEAAAAAAIABAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAgAEAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAEABAAAAAAAAAQAAAAAAQAEAAAAAAMAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAACAAQAAAAAAAAEAAAAAAIABAAAAAACAAEAAAAAAAAEAAAAAAIABAAAAAACAAQAAAAAAQCCAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAIAAAAAABAIIAAAAAAAABAAAAAAAAggAAAAAAAAQAAAAAAAAEAAAAAAMABAAAAAAAAAQAAAAAAQCCAAAAAAAABAAAAAACAAQAAAAAAgAEAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAADACAAAAAAAwABAAAAAAAABgAAAAADAIIAAAAAAAAEAAAAAAEABAAAAAABAAQAAAAAAQAEAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAIABAAAAAACACAAAAAAAgAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAEABwAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAQAgAAAAAAAAIAAAAAABACAAAAAAAgCCAAAAAAAABgAAAAABAAEAAAAAAACCAAAAAAAABwAAAAADAAcAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAABgAAAAABAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAIABAAAAAADAAQAAAAAAAAEAAAAAAMABAAAAAACAIIAAAAAAAAEAAAAAAMABAAAAAADAAEAAAAAAAAGAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAQCCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAIAggAAAAAAAAQAAAAAAAAEAAAAAAEABAAAAAACAAQAAAAAAgAEAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAIAAAAAACAAEAAAAAAAAEAAAAAAIABAAAAAABAAQAAAAAAwAEAAAAAAAABAAAAAACAAQAAAAAAAAEAAAAAAIABAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAwAEAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAACAAQAAAAAAwAEAAAAAAIABAAAAAAAAAEAAAAAAAAEAAAAAAMABAAAAAADAAQAAAAAAQCCAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAMAIAAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAAQAAAAAAQAEAAAAAAAABAAAAAADAAQAAAAAAwCCAAAAAAAABAAAAAACAAQAAAAAAwAEAAAAAAEAggAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAAAACAAAAAAAAABAAAAAAAABgAAAAACAIIAAAAAAAAEAAAAAAEABAAAAAADAAQAAAAAAAAEAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAEAAAAAAMABAAAAAABACAAAAAAAQAgAAAAAAIAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAMABwAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAABAAQAAAAAAgAgAAAAAAIAIAAAAAAAACAAAAAAAACCAAAAAAAABgAAAAABAAEAAAAAAACCAAAAAAAABwAAAAAAAAcAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAABgAAAAADAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAA== version: 7 0,-3: ind: 0,-3 - tiles: ggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAIAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAggAAAAAAAAEAAAAAAAAgAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAIIAAAAAAAABAAAAAAAAIAAAAAACAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAAIIAAAAAAAB+AAAAAAEABwAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAABAAAAAAAABwAAAAACAH4AAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAggAAAAAAAAcAAAAAAAB+AAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgCCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAA== version: 7 1,-3: ind: 1,-3 @@ -154,23 +154,23 @@ entities: version: 7 -1,-3: ind: -1,-3 - tiles: ggAAAAAAAIIAAAAAAAAIAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAACAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAgAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAABgAAAAADAHAAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAIAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAwB+AAAAAAMAggAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAACAAEAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAABAH4AAAAAAgCCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAEAIAAAAAABACAAAAAAAQAgAAAAAAIAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAAAAAYAAAAAAAABAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAEAIAAAAAACAIIAAAAAAACCAAAAAAAAAQAAAAAAACAAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAACACAAAAAAAgABAAAAAAAAYgAAAAACAGIAAAAAAAAgAAAAAAEAIAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgCCAAAAAAAAYwAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAIAIAAAAAACACAAAAAAAwCCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAAQAAAAAAAGMAAAAAAwAgAAAAAAMAggAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAACAIIAAAAAAABiAAAAAAMAYgAAAAADAA== + tiles: ggAAAAAAAIIAAAAAAAAIAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAACAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAgAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAABgAAAAACAHAAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAIAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAABAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAABkAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAgABAAAAAAAAZAAAAAADACQAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAACAAAAAAAwAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAABjAAAAAAEAYwAAAAACAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAAQAAAAAAACAAAAAAAQAgAAAAAAAAYwAAAAADAGMAAAAAAwCCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAHAAAAAAAAAgAAAAAAMAIAAAAAABAGMAAAAAAwBjAAAAAAEAggAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAACACAAAAAAAgABAAAAAAAAYgAAAAACAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAIAAAAAADACAAAAAAAgBjAAAAAAIAYwAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAMAggAAAAAAAHAAAAAAAACCAAAAAAAABgAAAAADACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAQCCAAAAAAAAcAAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAABAIIAAAAAAABiAAAAAAMAYgAAAAADAA== version: 7 -2,-3: ind: -2,-3 - tiles: ggAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAQB+AAAAAAIAggAAAAAAAH4AAAAAAwB+AAAAAAAAggAAAAAAAAcAAAAABgB+AAAAAAIAggAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAACAIIAAAAAAAB+AAAAAAAABwAAAAAEAAEAAAAAAAB+AAAAAAAABwAAAAAFAAEAAAAAAAB+AAAAAAIABwAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAAAACAAAAAAAwCCAAAAAAAABwAAAAABAH4AAAAAAQCCAAAAAAAABwAAAAAFAH4AAAAAAwCCAAAAAAAABwAAAAAGAH4AAAAAAwCCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAgB+AAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAAACwAAAAABAAsAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAACAGIAAAAAAwBiAAAAAAMAYgAAAAABAAEAAAAAAAABAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAIAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAYgAAAAAAAGIAAAAAAQCCAAAAAAAAfgAAAAAAAH4AAAAAAwCCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAABiAAAAAAEAYgAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADAGIAAAAAAgBiAAAAAAAAAQAAAAAAAAcAAAAAAQB+AAAAAAMAAQAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAAAACAAAAAAAwCCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgBiAAAAAAAAYgAAAAADAIIAAAAAAAB+AAAAAAMABwAAAAABAIIAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAwAgAAAAAAMAggAAAAAAAGIAAAAAAgBiAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAACAIIAAAAAAABiAAAAAAAAYgAAAAACAIIAAAAAAAAgAAAAAAIAIAAAAAADAA== + tiles: ggAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAQB+AAAAAAAAggAAAAAAAH4AAAAAAgB+AAAAAAAAggAAAAAAAAcAAAAAAQB+AAAAAAIAggAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAAB+AAAAAAAABwAAAAACAAEAAAAAAAB+AAAAAAIABwAAAAAAAAEAAAAAAAB+AAAAAAAABwAAAAAEAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAEAIAAAAAADACAAAAAAAQCCAAAAAAAABwAAAAAAAH4AAAAAAgCCAAAAAAAABwAAAAAEAH4AAAAAAQCCAAAAAAAABwAAAAACAH4AAAAAAgCCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAwB+AAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAEACwAAAAACAAsAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAEAYgAAAAABAGIAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAACCAAAAAAAAfgAAAAAAAH4AAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAIAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAAQAAAAAAAAcAAAAAAwB+AAAAAAIAAQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgCCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwBiAAAAAAIAYgAAAAACAIIAAAAAAAB+AAAAAAIABwAAAAABAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAEAggAAAAAAACAAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAACAIIAAAAAAAAgAAAAAAMAIAAAAAAAAA== version: 7 -3,-1: ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAYAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAAAACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAAAgAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAADACAAAAAAAwAgAAAAAAIAIAAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAEAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAgAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAwAgAAAAAAAAIAAAAAABAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAAAIAAAAAABACAAAAAAAQAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAABACAAAAAAAQAgAAAAAAEAIAAAAAACACAAAAAAAgAgAAAAAAEAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAgAgAAAAAAAAIAAAAAACAAAAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAACACAAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAwAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAYAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAIAIAAAAAAAACAAAAAAAwAgAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAMAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAQAgAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAADAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAgAgAAAAAAAAIAAAAAABACAAAAAAAwAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAACACAAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAQAgAAAAAAEAIAAAAAACACAAAAAAAQAgAAAAAAMAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAEAIAAAAAABACAAAAAAAwAgAAAAAAEAIAAAAAACACAAAAAAAQAgAAAAAAEAIAAAAAACAAAAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -3,-2: ind: -3,-2 - tiles: YgAAAAADAGIAAAAAAwBiAAAAAAMAAQAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAMAYgAAAAAAAAEAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAgBiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAwABAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAABAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAwAAAAAAAAMAAAAAAQAHAAAAAAUAAwAAAAABAAMAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAMAAAAAAAB+AAAAAAEAfgAAAAABAAcAAAAABAADAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAMABwAAAAAGAAcAAAAABAB+AAAAAAEAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAwAAAAADAH4AAAAAAgB+AAAAAAMABwAAAAAEAAMAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAMAAAAAAgAHAAAAAAUAfgAAAAAAAH4AAAAAAQADAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAAAfgAAAAADAAcAAAAABQB+AAAAAAAAAwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAwAAAAABAAMAAAAAAAADAAAAAAMAAwAAAAADAAMAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAMAAwAAAAACAAMAAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: YgAAAAABAGIAAAAAAQBiAAAAAAIAAQAAAAAAAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAABiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAADAGIAAAAAAwBiAAAAAAIAYgAAAAABAAEAAAAAAABiAAAAAAMAYgAAAAABAAsAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAIACwAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAgABAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAwAAAAABAAMAAAAAAQAHAAAAAAEAAwAAAAADAAMAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAMAAAAAAAB+AAAAAAIAfgAAAAACAAcAAAAABQADAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAIABwAAAAAEAAcAAAAAAAB+AAAAAAMAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAwAAAAAAAH4AAAAAAwB+AAAAAAAABwAAAAADAAMAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAMAAAAAAgAHAAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAAAfgAAAAACAAcAAAAABQB+AAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAwAAAAADAAMAAAAAAQADAAAAAAEAAwAAAAADAAMAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAADAAAAAAIAAwAAAAAAAAMAAAAAAwCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -3,1: ind: -3,1 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAEAIAAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAABAAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAQAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAFAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAEAIAAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAAUAAAAAAAABAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAABAAAAAAAAAFAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAUAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAAAgAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAAAQAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAACAAAAAAAQBiAAAAAAEAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAABAAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAgAgAAAAAAEAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAQAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAFAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAIAIAAAAAABAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAAUAAAAAAAABAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAABQAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAABAAAAAAAAAFAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAUAAAAAAACCAAAAAAAABQAAAAAAACAAAAAAAwAgAAAAAAEAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAAAQAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAMAIAAAAAADAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAACAAAAAAAQBiAAAAAAMAggAAAAAAAA== version: 7 2,-3: ind: 2,-3 @@ -186,15 +186,15 @@ entities: version: 7 -3,0: ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAQAgAAAAAAMAIAAAAAACACAAAAAAAgAgAAAAAAEAEAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAAAgAAAAAAEAcAAAAAAAAHAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAAUAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAABACAAAAAAAQAgAAAAAAAAEAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -2,1: ind: -2,1 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAIAAQAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAADAAYAAAAAAwCCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACAAEAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAIAggAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAIAAQAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAAAAGIAAAAAAwBiAAAAAAIAYgAAAAACAAEAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAABAAEAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAADAGIAAAAAAgCCAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAEAIAAAAAABACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAQCCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAQBiAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAgCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAAAH4AAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAADACAAAAAAAQCCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAAAHAAAAAAMAAQAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAACACAAAAAAAAAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAMABwAAAAAFAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAwAgAAAAAAAAcAAAAAAAAIIAAAAAAAAgAAAAAAMAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAADQAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAQCCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAAAAQAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAAAAAYAAAAAAgCCAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAAAEAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAACAGIAAAAAAABiAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAADAAEAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAADAAEAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAgCCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAIAIAAAAAACACAAAAAAAQAgAAAAAAEAIAAAAAAAACAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAIAggAAAAAAACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAwCCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAACAH4AAAAAAwCCAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAwCCAAAAAAAAAQAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAAAHAAAAAAQAAQAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAEABwAAAAACAIIAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAIAcAAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAwABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAwCCAAAAAAAAcAAAAAAAAIIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAMAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAIAfgAAAAAAAAcAAAAABAB+AAAAAAMABwAAAAAFAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAABwAAAAABAH4AAAAAAQB+AAAAAAAAfgAAAAADAH4AAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAADACAAAAAAAgAgAAAAAAIAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAMAIAAAAAADAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAH4AAAAAAQB+AAAAAAAABwAAAAADACAAAAAAAwAgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAHAAAAAAMAfgAAAAACAH4AAAAAAwAgAAAAAAEAIAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAJAAAAAABAGQAAAAAAABkAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACQAAAAAAwBkAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABkAAAAAAEAZAAAAAADAGQAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAEAIAAAAAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAZAAAAAACAGQAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAgAgAAAAAAIAIAAAAAACACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAIAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAAAfgAAAAABAAcAAAAABQB+AAAAAAEABwAAAAADAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAABwAAAAAEAH4AAAAAAgB+AAAAAAMAfgAAAAAAAH4AAAAAAQCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAAAACAAAAAAAAAgAAAAAAIAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAwAgAAAAAAEAIAAAAAACAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAMAIAAAAAACACAAAAAAAgCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAH4AAAAAAgB+AAAAAAEABwAAAAACACAAAAAAAwAgAAAAAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAHAAAAAAYAfgAAAAACAH4AAAAAAgAgAAAAAAAAIAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAJAAAAAABAGQAAAAAAwBkAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACQAAAAAAwBkAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABkAAAAAAAAZAAAAAABAGQAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAABAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAZAAAAAACAGQAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -1,-4: ind: -1,-4 @@ -210,11 +210,11 @@ entities: version: 7 -4,-2: ind: -4,-2 - tiles: YgAAAAABAA0AAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAABAIIAAAAAAABiAAAAAAMADgAAAAAAAGIAAAAAAwBiAAAAAAMAggAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAABiAAAAAAAAYgAAAAABAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAIAYgAAAAABAIIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAQBiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAIAYgAAAAAAAGIAAAAAAABiAAAAAAAAYgAAAAACAGIAAAAAAgBiAAAAAAIAggAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: YgAAAAADAIIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAEAYgAAAAADAIIAAAAAAABiAAAAAAIADgAAAAACAGIAAAAAAgBiAAAAAAEAggAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAACAIIAAAAAAABiAAAAAAIAYgAAAAACAGIAAAAAAgBiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAABiAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAAANAAAAAAEADgAAAAACAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAIIAAAAAAABiAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAEAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAADgAAAAACAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAIIAAAAAAABiAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -5,-3: ind: -5,-3 @@ -222,27 +222,27 @@ entities: version: 7 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAIAIAAAAAADACAAAAAAAQACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAEAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAIAIAAAAAACACAAAAAAAwAgAAAAAAAAIAAAAAADACAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 2,1: ind: 2,1 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAQAEAAAAAAIAggAAAAAAAAQAAAAAAAAEAAAAAAEABAAAAAABAAQAAAAAAQAEAAAAAAIABAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAEAAAAAAIABAAAAAADAAEAAAAAAAAEAAAAAAIABAAAAAACAAQAAAAAAAAEAAAAAAIABAAAAAACAAQAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAADAAQAAAAAAgCCAAAAAAAABAAAAAACAAQAAAAAAgAEAAAAAAMABAAAAAADAAQAAAAAAQAEAAAAAAIAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAEAIIAAAAAAAAHAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAgAHAAAAAAUADQAAAAACAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAgCCAAAAAAAABgAAAAABAIIAAAAAAAAHAAAAAAAABwAAAAADAH4AAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAfgAAAAADAIIAAAAAAAAHAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAABgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAQAAAAAAgAEAAAAAAIAggAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAACAAQAAAAAAwAEAAAAAAMABAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAEAAAAAAAABAAAAAABAAEAAAAAAAAEAAAAAAMABAAAAAACAAQAAAAAAQAEAAAAAAMABAAAAAABAAQAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAABAAAAAAAAAQAAAAAAQCCAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAQAEAAAAAAIAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAAGAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAADAIIAAAAAAAAHAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAwAHAAAAAAAADQAAAAABAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAgCCAAAAAAAABgAAAAABAIIAAAAAAAAHAAAAAAUABwAAAAAGAH4AAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAfgAAAAADAIIAAAAAAAAHAAAAAAUAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAA== version: 7 0,2: ind: 0,2 - tiles: ggAAAAAAAIIAAAAAAAAGAAAAAAIAAQAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAgBiAAAAAAMAYgAAAAADAGIAAAAAAwCCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAgBiAAAAAAMAYgAAAAAAAGIAAAAAAgABAAAAAAAAAQAAAAAAAGIAAAAAAwB+AAAAAAMABwAAAAAAAH4AAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAMAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAABAGIAAAAAAwBiAAAAAAMABwAAAAADAH4AAAAAAQAHAAAAAAQAggAAAAAAAGIAAAAAAgBiAAAAAAMAcAAAAAAAAHAAAAAAAABiAAAAAAAAcAAAAAAAAHAAAAAAAABiAAAAAAAAYgAAAAAAAHAAAAAAAABwAAAAAAAAYgAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAADAHAAAAAAAABwAAAAAAAAYgAAAAABAHAAAAAAAABwAAAAAAAAYgAAAAABAGIAAAAAAgBwAAAAAAAAcAAAAAAAAGIAAAAAAgAgAAAAAAAAIAAAAAADACAAAAAAAgCCAAAAAAAAYgAAAAAAAGIAAAAAAwBwAAAAAAAAcAAAAAAAAGIAAAAAAQBwAAAAAAAAcAAAAAAAAGIAAAAAAQBiAAAAAAIAcAAAAAAAAHAAAAAAAABiAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAwBiAAAAAAEAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADAAEAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAAAYgAAAAAAAGIAAAAAAQBiAAAAAAMAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAwAgAAAAAAIAIAAAAAACACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAEAYgAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAABAGIAAAAAAwBiAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAYgAAAAAAAGIAAAAAAAABAAAAAAAAAQAAAAAAAGIAAAAAAQB+AAAAAAEABwAAAAABAH4AAAAAAQCCAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABAGIAAAAAAwBiAAAAAAMAYgAAAAACAGIAAAAAAwBiAAAAAAEAYgAAAAADAGIAAAAAAQBiAAAAAAEABwAAAAAFAH4AAAAAAQAHAAAAAAEAggAAAAAAAGIAAAAAAABiAAAAAAIAcAAAAAAAAHAAAAAAAABiAAAAAAMAcAAAAAAAAHAAAAAAAABiAAAAAAMAYgAAAAAAAHAAAAAAAABwAAAAAAAAYgAAAAADAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAABAHAAAAAAAABwAAAAAAAAYgAAAAABAHAAAAAAAABwAAAAAAAAYgAAAAAAAGIAAAAAAQBwAAAAAAAAcAAAAAAAAGIAAAAAAAAgAAAAAAIAIAAAAAADACAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBwAAAAAAAAcAAAAAAAAGIAAAAAAQBwAAAAAAAAcAAAAAAAAGIAAAAAAwBiAAAAAAEAcAAAAAAAAHAAAAAAAABiAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAIAggAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAABAGIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAQBiAAAAAAAAYgAAAAAAAGIAAAAAAABiAAAAAAMAYgAAAAADACAAAAAAAwAgAAAAAAAAIAAAAAADAAEAAAAAAAABAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAIAYgAAAAADAGIAAAAAAABiAAAAAAIAYgAAAAAAAGIAAAAAAgBiAAAAAAIAYgAAAAABAGIAAAAAAwAgAAAAAAIAIAAAAAAAACAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 1,2: ind: 1,2 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAIAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAABiAAAAAAMAggAAAAAAACAAAAAAAAAMAAAAAAEADAAAAAADACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAZAAAAAADAGQAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABAIIAAAAAAAAgAAAAAAIADAAAAAABAAwAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAQBkAAAAAAIAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAQABAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAAGAAAAAAEADwAAAAAAAIIAAAAAAABkAAAAAAIAZAAAAAADAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAA8AAAAAAACCAAAAAAAAZAAAAAAAAGQAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAYgAAAAABAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAACCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQCCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAABiAAAAAAEAggAAAAAAACAAAAAAAgAMAAAAAAAADAAAAAACACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAZAAAAAACAGQAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAAIIAAAAAAAAgAAAAAAIADAAAAAACAAwAAAAAAwAgAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGQAAAAAAABkAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAGIAAAAAAwABAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAAGAAAAAAIADwAAAAAAAIIAAAAAAABkAAAAAAIAZAAAAAACAIIAAAAAAACCAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAA8AAAAAAACCAAAAAAAAZAAAAAACAGQAAAAAAgCCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAYgAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABgAAAAABAAEAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAwCCAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAAEAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAACCAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAYAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -1,2: ind: -1,2 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAAAAGIAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAgBiAAAAAAMAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAABAIIAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAEAYgAAAAACAGIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAIAYgAAAAACACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAABAGIAAAAAAwAgAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAEAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAEAYgAAAAACACAAAAAAAQCCAAAAAAAABgAAAAABAIIAAAAAAAACAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAACAGIAAAAAAAAgAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAAAIAAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAAAYgAAAAACACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAAAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAwBiAAAAAAAAIAAAAAACAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAABACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAMAYgAAAAADAGIAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAABiAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAGIAAAAAAQBiAAAAAAIAYgAAAAACAIIAAAAAAAAGAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAAAAGIAAAAAAQCCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAQBiAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAACACAAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAIIAAAAAAAABAAAAAAAAYgAAAAABAGIAAAAAAQAgAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAH4AAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAMAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAABiAAAAAAIAYgAAAAABACAAAAAAAgCCAAAAAAAABgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAABiAAAAAAAAYgAAAAADAGIAAAAAAAAgAAAAAAMAggAAAAAAAAEAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAAAAGIAAAAAAwBiAAAAAAMAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAAYgAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAADAGIAAAAAAQAgAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAACCAAAAAAAAAQAAAAAAAGIAAAAAAgBiAAAAAAMAIAAAAAACAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAAAACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAA== version: 7 2,2: ind: 2,2 @@ -258,11 +258,11 @@ entities: version: 7 -2,2: ind: -2,2 - tiles: YgAAAAADAIIAAAAAAACCAAAAAAAADgAAAAACAIIAAAAAAACCAAAAAAAAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA4AAAAAAQBiAAAAAAEAYgAAAAADAGIAAAAAAwBiAAAAAAAAYgAAAAAAAA0AAAAAAQBiAAAAAAEAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAACACAAAAAAAQCCAAAAAAAAIAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAEAIAAAAAACACAAAAAAAgCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: YgAAAAAAAIIAAAAAAACCAAAAAAAADgAAAAADAIIAAAAAAACCAAAAAAAAYgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAEAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA4AAAAAAwBiAAAAAAEAYgAAAAABAGIAAAAAAQBiAAAAAAIAYgAAAAABAIIAAAAAAABiAAAAAAIAYgAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAIAAAAAABACAAAAAAAQCCAAAAAAAAIAAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAAAgAAAAAAAAIAAAAAABACAAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAAEAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAQAOAAAAAAIADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAEAggAAAAAAAGIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAIAAAAAADACAAAAAAAwAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAACAAAAAAAwAOAAAAAAQAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAAgAAAAAAEAggAAAAAAAGIAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAACCAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -4,1: ind: -4,1 @@ -274,7 +274,7 @@ entities: version: 7 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAQAOAAAAAAMAYgAAAAADAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAANAAAAAAIAYgAAAAABAGIAAAAAAQCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAwAOAAAAAAIAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAgBiAAAAAAAADQAAAAABAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAABiAAAAAAMAggAAAAAAAGIAAAAAAACCAAAAAAAAggAAAAAAAAYAAAAAAQCCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAQAOAAAAAAQAYgAAAAACAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAYgAAAAACAGIAAAAAAwCCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAYgAAAAABAGIAAAAAAAAOAAAAAAEAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAggAAAAAAAGIAAAAAAwBiAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAABiAAAAAAEAggAAAAAAAGIAAAAAAgCCAAAAAAAAggAAAAAAAAYAAAAAAwCCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAGAAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAABAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAA== version: 7 -2,3: ind: -2,3 @@ -286,7 +286,7 @@ entities: version: 7 3,0: ind: 3,0 - tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAA0AAAAAAgCCAAAAAAAAfgAAAAABAAcAAAAABgB+AAAAAAIAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAfgAAAAABAAcAAAAABgAHAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: ggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAEAAAAAAACCAAAAAAAAggAAAAAAAAcAAAAABQB+AAAAAAMAggAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAQAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAfgAAAAACAH4AAAAAAgAHAAAAAAUABwAAAAADAH4AAAAAAAAHAAAAAAEAAQAAAAAAAHAAAAAAAACCAAAAAAAABgAAAAABAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAAcAAAAAAgB+AAAAAAIAfgAAAAAAAAcAAAAAAQB+AAAAAAIABwAAAAACAIIAAAAAAAAGAAAAAAAAAQAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAAB+AAAAAAAABwAAAAACAAcAAAAAAgB+AAAAAAIAfgAAAAACAAcAAAAABQAGAAAAAAMAAQAAAAAAAIIAAAAAAABwAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAcAAAAABgB+AAAAAAMAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAggAAAAAAAIIAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAIIAAAAAAACCAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAAAAAggAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAIIAAAAAAACCAAAAAAAAggAAAAAAAIIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 0,-4: ind: 0,-4 @@ -347,13 +347,6 @@ entities: chunkCollection: version: 2 nodes: - - node: - angle: -3.141592653589793 rad - color: '#D4D4D496' - id: Arrows - decals: - 11875: 19,-16 - 11876: 20,-16 - node: color: '#D4D4D496' id: Arrows @@ -380,20 +373,6 @@ entities: decals: 8553: 5.9731264,37.993595 8554: 6.9731264,37.993595 - - node: - angle: -3.141592653589793 rad - color: '#EFB34196' - id: Arrows - decals: - 13645: -8.034756,-22.43402 - 13648: -8.034756,-23.957457 - 13649: -9.034756,-17.972565 - - node: - color: '#EFB34196' - id: Arrows - decals: - 13642: -10,-22 - 13647: -10.003506,-23.52777 - node: angle: 1.5707963267948966 rad color: '#D4D4D496' @@ -402,14 +381,26 @@ entities: 12121: -13,14 12122: -13,13 - node: - angle: 1.5707963267948966 rad - color: '#D4D4D428' - id: Bot + angle: -1.5707963267948966 rad + color: '#FFA347B2' + id: ArrowsGreyscale decals: - 6151: 6,-16 - 6152: 7,-16 - 6153: 8,-16 - 6154: 9,-16 + 14496: -15,-23 + 14497: -12.789969,-22.999983 + - node: + color: '#FFA347B2' + id: ArrowsGreyscale + decals: + 14498: -10.993094,-23.757795 + 14499: -10.993094,-25.757795 + - node: + angle: 3.141592653589793 rad + color: '#FFA347B2' + id: ArrowsGreyscale + decals: + 14500: -13.032157,-26.195295 + 14501: -13.032157,-24.21092 + 14513: -9.030031,-15.125096 - node: color: '#D4D4D496' id: Bot @@ -440,19 +431,11 @@ entities: 11829: 18,-21 11830: 27,-28 11831: 27,-29 - 11877: 21,-16 - 11878: 21,-17 - 11879: 21,-18 - 11880: 21,-19 - 11882: 18,-17 - 11883: 18,-18 - 11884: 18,-19 11985: 31,-19 11986: 31,-20 12008: 35,-7 12009: 36,-7 12010: 37,-7 - 12011: -16,-9 12548: 54,-24 12549: 52,-24 12550: 50,-22 @@ -463,14 +446,32 @@ entities: 12555: 56,-22 12740: 15,25 12741: 12,23 - 13690: 2,-33 - 13691: 2,-34 - 13692: 2,-35 - 13693: 4,-33 - 13694: 4,-34 - 13695: 4,-35 14270: 24,37 14271: 24,36 + 14694: -11,-36 + 14788: 2,-35 + 14789: 3,-35 + 14932: -18,-3 + 14933: -17,-3 + 14934: -17,-5 + 14935: -18,-5 + 14936: -18,-6 + 14937: -17,-6 + 14938: -17,-8 + 14939: -18,-8 + 15005: -11,-5 + 15006: -11,-6 + 15007: -11,-7 + 15008: -11,-8 + - node: + angle: 3.141592653589793 rad + color: '#D4D4D496' + id: Bot + decals: + 14515: -13,-29 + 14516: -13,-30 + 14517: -11,-29 + 14518: -11,-30 - node: color: '#D4D4D496' id: BotGreyscale @@ -522,6 +523,20 @@ entities: id: BotGreyscale decals: 5442: 6,37 + - node: + angle: 3.141592653589793 rad + color: '#FFA347B2' + id: BotGreyscale + decals: + 14504: -13,-20 + 14505: -13,-21 + 14506: -13,-22 + 14507: -11,-20 + 14508: -11,-21 + 14509: -11,-22 + 14510: -8,-20 + 14511: -8,-21 + 14512: -8,-22 - node: color: '#D4D4D496' id: Box @@ -534,6 +549,12 @@ entities: 12584: 59,-23 12585: 55,-27 12586: 51,-27 + - node: + color: '#D4D4D496' + id: BoxGreyscale + decals: + 14940: -18,-11 + 14941: -17,-11 - node: color: '#9FED5896' id: BrickTileDarkCornerNe @@ -543,7 +564,6 @@ entities: 799: -21,-19 800: -19,-20 6708: 6,3 - 12946: -15,-33 - node: color: '#9FED5896' id: BrickTileDarkCornerNw @@ -553,7 +573,6 @@ entities: 797: -25,-26 1425: -20,-13 6710: -5,3 - 12945: -18,-33 - node: color: '#9FED5896' id: BrickTileDarkCornerSe @@ -562,16 +581,14 @@ entities: 1420: -16,-14 6724: 6,-3 10310: -23,-27 - 12949: -15,-36 - node: color: '#9FED5896' id: BrickTileDarkCornerSw decals: 404: 6,5 805: -25,-27 - 836: -22,-24 1426: -20,-14 - 12947: -18,-36 + 15114: -22,-24 - node: color: '#9FED5896' id: BrickTileDarkEndN @@ -619,8 +636,6 @@ entities: 814: -19,-23 815: -19,-24 6737: 6,2 - 12940: -15,-34 - 12941: -15,-35 - node: color: '#9FED5896' id: BrickTileDarkLineN @@ -634,8 +649,6 @@ entities: 6712: -4,3 7805: -3,3 7806: 5,3 - 12943: -17,-33 - 12944: -16,-33 - node: color: '#9FED5896' id: BrickTileDarkLineS @@ -649,8 +662,6 @@ entities: 7569: 1,-3 7570: 2,-3 7571: 3,-3 - 12950: -17,-36 - 12951: -16,-36 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -665,15 +676,13 @@ entities: 406: 6,7 407: 6,9 758: -43,-8 - 832: -22,-20 - 833: -22,-21 - 835: -22,-23 6720: -5,2 6833: -5,-2 - 7502: -22,-22 11591: -5,-3 - 12952: -18,-34 - 12953: -18,-35 + 15110: -22,-20 + 15111: -22,-21 + 15112: -22,-22 + 15113: -22,-23 - node: color: '#334E6DC8' id: BrickTileSteelCornerNe @@ -687,6 +696,7 @@ entities: 6180: 39,-15 10916: -25,-8 13664: 0,-37 + 14943: -13,-8 - node: color: '#52B4E996' id: BrickTileSteelCornerNe @@ -726,10 +736,8 @@ entities: 4024: -10,26 6281: -23,-34 6460: 4,21 - 11873: 21,-14 13405: -36,22 13416: -36,16 - 13657: -11,-33 - node: color: '#DE3A3A96' id: BrickTileSteelCornerNe @@ -737,12 +745,12 @@ entities: 738: -37,-9 877: -34,-34 894: -18,-42 - 902: 20,-9 918: -2,30 13491: 0,-25 13533: 2,-18 13590: 6,-27 13594: -4,-29 + 14758: 17,-6 - node: color: '#EFB34196' id: BrickTileSteelCornerNe @@ -752,6 +760,17 @@ entities: 9878: 37,-4 9916: 36,-19 12689: 43,-19 + - node: + color: '#FFA347B2' + id: BrickTileSteelCornerNe + decals: + 14479: -8,-17 + 14539: -12,-38 + - node: + color: '#FFA647B2' + id: BrickTileSteelCornerNe + decals: + 14677: -11,-32 - node: color: '#334E6DC8' id: BrickTileSteelCornerNw @@ -761,11 +780,11 @@ entities: 676: -27,-2 779: -33,-9 1310: 28,23 - 1337: 7,-18 - 1467: 0,40 12273: -22,26 13662: -2,-37 - 13663: -5,-38 + 14650: -4,-38 + 14664: 0,40 + 14942: -15,-8 - node: color: '#52B4E996' id: BrickTileSteelCornerNw @@ -803,7 +822,6 @@ entities: 4025: -11,26 6280: -26,-34 6461: 3,21 - 13655: -13,-33 - node: color: '#DE3A3A96' id: BrickTileSteelCornerNw @@ -811,11 +829,11 @@ entities: 739: -38,-9 878: -37,-34 891: -23,-42 - 903: 18,-9 917: -4,30 13530: -1,-18 13593: -6,-29 13738: -7,-35 + 14759: 15,-6 - node: color: '#EFB34196' id: BrickTileSteelCornerNw @@ -823,6 +841,13 @@ entities: 9871: 26,-11 9876: 32,-2 9879: 35,-4 + - node: + color: '#FFA347B2' + id: BrickTileSteelCornerNw + decals: + 14401: -12,-32 + 14480: -10,-17 + 14542: -13,-38 - node: color: '#334E6DC8' id: BrickTileSteelCornerSe @@ -838,6 +863,7 @@ entities: 12271: -20,23 13104: -46,-13 13667: 0,-40 + 14947: -13,-11 - node: color: '#52B4E996' id: BrickTileSteelCornerSe @@ -873,9 +899,7 @@ entities: decals: 4023: -10,24 6462: 4,19 - 11874: 21,-15 13404: -36,18 - 13658: -11,-34 - node: color: '#DE3A3A96' id: BrickTileSteelCornerSe @@ -883,18 +907,29 @@ entities: 741: -37,-10 879: -34,-36 892: -18,-44 - 904: 20,-12 919: -2,27 12905: -34,-40 13534: 2,-19 13591: 6,-28 13596: -4,-33 13739: -4,-36 + 14761: 17,-9 - node: color: '#EFB34196' id: BrickTileSteelCornerSe decals: 12688: 43,-23 + - node: + color: '#FFA347B2' + id: BrickTileSteelCornerSe + decals: + 14482: -8,-18 + 14541: -12,-40 + - node: + color: '#FFA647B2' + id: BrickTileSteelCornerSe + decals: + 14673: -11,-36 - node: color: '#334E6DC8' id: BrickTileSteelCornerSw @@ -905,11 +940,11 @@ entities: 793: -33,-12 794: -34,-12 1313: 28,21 - 1354: 7,-20 1472: 0,37 12272: -22,23 13107: -44,-13 - 13668: -5,-40 + 14649: -4,-40 + 14946: -15,-11 - node: color: '#52B4E996' id: BrickTileSteelCornerSw @@ -948,7 +983,6 @@ entities: decals: 4026: -11,24 6459: 3,19 - 13654: -13,-34 - node: color: '#DE3A3A96' id: BrickTileSteelCornerSw @@ -956,18 +990,25 @@ entities: 740: -38,-10 880: -37,-36 893: -23,-44 - 905: 18,-12 920: -4,27 12904: -38,-40 13505: -5,-27 13586: 2,-28 13595: -6,-33 13740: -7,-36 + 14760: 15,-9 - node: color: '#EFB34196' id: BrickTileSteelCornerSw decals: 9863: 26,-15 + - node: + color: '#FFA347B2' + id: BrickTileSteelCornerSw + decals: + 14395: -12,-36 + 14481: -10,-18 + 14540: -13,-40 - node: color: '#A4610696' id: BrickTileSteelEndE @@ -1016,6 +1057,7 @@ entities: 10974: -55,-12 10975: -53,-12 13660: -1,-37 + 14522: 0,-38 - node: cleanable: True color: '#334E6DC8' @@ -1061,7 +1103,6 @@ entities: 13549: 0,-22 13581: 0,-27 13604: -4,-31 - 13622: -10,-30 - node: color: '#EFB34196' id: BrickTileSteelInnerNe @@ -1079,7 +1120,6 @@ entities: 10973: -53,-12 12277: -22,25 13661: -1,-37 - 13669: -5,-39 13677: -2,-38 - node: cleanable: True @@ -1122,7 +1162,6 @@ entities: 13548: -1,-22 13575: -2,-31 13576: -2,-35 - 13623: -11,-30 - node: color: '#EFB34196' id: BrickTileSteelInnerNw @@ -1137,7 +1176,6 @@ entities: 594: -53,-13 595: -55,-13 1324: 29,21 - 1359: 9,-20 1478: 1,37 1479: 2,38 6257: -41,-8 @@ -1146,6 +1184,7 @@ entities: 6265: -35,-8 12275: -20,24 13109: -46,-12 + 14521: 0,-38 - node: color: '#52B4E996' id: BrickTileSteelInnerSe @@ -1180,7 +1219,6 @@ entities: 13494: -1,-27 13538: 0,-19 13605: -4,-31 - 13651: -10,-25 13746: -4,-35 - node: color: '#334E6DC8' @@ -1188,7 +1226,6 @@ entities: decals: 611: -42,-10 1321: 29,21 - 1360: 9,-20 1477: 1,37 6260: -39,-8 6261: -37,-8 @@ -1196,7 +1233,6 @@ entities: 12264: -18,24 12276: -22,25 13108: -44,-12 - 13670: -5,-39 - node: cleanable: True color: '#334E6DC8' @@ -1238,7 +1274,6 @@ entities: 13578: -1,-35 13579: -2,-31 13592: 2,-27 - 13625: -11,-25 - node: color: '#EFB34196' id: BrickTileSteelInnerSw @@ -1263,8 +1298,13 @@ entities: 10918: -25,-5 12265: -18,24 12266: -18,25 - 13665: 0,-38 13666: 0,-39 + 14948: -13,-9 + 14949: -13,-10 + 14952: -19,-4 + 14953: -19,-5 + 14954: -19,-6 + 14955: -19,-7 - node: color: '#52B4E996' id: BrickTileSteelLineE @@ -1311,10 +1351,6 @@ entities: decals: 4028: -10,25 6464: 4,20 - 11861: 20,-16 - 11862: 20,-17 - 11863: 20,-18 - 11870: 20,-19 13406: -36,21 13407: -36,19 - node: @@ -1323,8 +1359,6 @@ entities: decals: 884: -34,-35 896: -18,-43 - 909: 20,-10 - 910: 20,-11 911: -2,29 912: -2,28 13481: -4,-17 @@ -1345,15 +1379,8 @@ entities: 13570: -1,-35 13601: -4,-30 13602: -4,-32 - 13618: -10,-26 - 13619: -10,-27 - 13620: -10,-28 - 13621: -10,-29 - 13632: -8,-19 - 13633: -8,-20 - 13634: -8,-21 - 13635: -8,-22 - 13836: -8,-18 + 14755: 17,-7 + 14756: 17,-8 - node: color: '#EFB34196' id: BrickTileSteelLineE @@ -1366,6 +1393,18 @@ entities: 9925: 36,-25 12679: 33,-17 12680: 33,-15 + - node: + color: '#FFA347B2' + id: BrickTileSteelLineE + decals: + 14544: -12,-39 + - node: + color: '#FFA647B2' + id: BrickTileSteelLineE + decals: + 14674: -11,-35 + 14675: -11,-34 + 14676: -11,-33 - node: color: '#334E6DC8' id: BrickTileSteelLineN @@ -1391,9 +1430,6 @@ entities: 786: -31,-9 1316: 29,23 1317: 30,23 - 1350: 8,-18 - 1351: 9,-18 - 1352: 10,-18 1461: 1,40 6193: 36,-15 6194: 37,-15 @@ -1403,8 +1439,8 @@ entities: 12269: -19,26 13105: -46,-12 13106: -44,-12 - 13675: -4,-38 13676: -3,-38 + 14951: -14,-8 - node: color: '#43990996' id: BrickTileSteelLineN @@ -1480,13 +1516,10 @@ entities: decals: 6282: -25,-34 6283: -24,-34 - 11858: 19,-14 - 11872: 20,-14 13412: -42,16 13413: -40,16 13414: -39,16 13415: -38,16 - 13656: -12,-33 - node: color: '#DE3A3A96' id: BrickTileSteelLineN @@ -1497,7 +1530,6 @@ entities: 898: -21,-42 899: -20,-42 900: -19,-42 - 901: 19,-9 916: -3,30 4086: 26,-4 12902: -35,-39 @@ -1515,13 +1547,10 @@ entities: 13584: 4,-27 13585: 5,-27 13603: -5,-29 - 13610: -13,-30 - 13611: -12,-30 - 13612: -9,-30 - 13613: -8,-30 13743: -6,-35 13744: -5,-35 13745: -4,-35 + 14754: 16,-6 - node: color: '#EFB34196' id: BrickTileSteelLineN @@ -1530,6 +1559,13 @@ entities: 9872: 27,-11 9914: 34,-19 9915: 35,-19 + - node: + color: '#FFA347B2' + id: BrickTileSteelLineN + decals: + 14404: -12,-26 + 14405: -10,-26 + 14488: -9,-17 - node: color: '#334E6DC8' id: BrickTileSteelLineS @@ -1546,8 +1582,6 @@ entities: 729: -31,-12 1319: 30,21 1320: 31,21 - 1342: 8,-20 - 1344: 10,-20 6190: 36,-17 6191: 37,-17 6192: 38,-17 @@ -1562,10 +1596,10 @@ entities: 13101: -48,-13 13102: -47,-13 13371: -41,26 - 13671: -4,-40 13672: -3,-40 13673: -2,-40 13674: -1,-40 + 14950: -14,-11 - node: color: '#3EB38896' id: BrickTileSteelLineS @@ -1644,11 +1678,8 @@ entities: color: '#D4D4D496' id: BrickTileSteelLineS decals: - 11868: 19,-15 - 11871: 20,-15 13417: -42,14 13418: -39,14 - 13653: -12,-34 - node: color: '#DE3A3A96' id: BrickTileSteelLineS @@ -1659,7 +1690,6 @@ entities: 888: -19,-44 889: -21,-44 890: -22,-44 - 906: 19,-12 913: -3,27 12879: -37,-40 12881: -35,-40 @@ -1677,12 +1707,9 @@ entities: 13588: 4,-28 13589: 5,-28 13597: -5,-33 - 13606: -13,-25 - 13607: -12,-25 - 13608: -9,-25 - 13652: -8,-25 13741: -6,-36 13742: -5,-36 + 14757: 16,-9 - node: color: '#EFB34196' id: BrickTileSteelLineS @@ -1693,6 +1720,18 @@ entities: 9865: 28,-15 12683: 41,-23 13376: -40,26 + - node: + color: '#FFA347B2' + id: BrickTileSteelLineS + decals: + 14427: -12,-24 + 14440: -13,-26 + 14441: -12,-26 + 14442: -11,-26 + 14443: -10,-26 + 14444: -9,-26 + 14445: -8,-26 + 14487: -9,-18 - node: color: '#334E6DC8' id: BrickTileSteelLineW @@ -1705,12 +1744,16 @@ entities: 787: -33,-10 788: -33,-11 1318: 28,22 - 1358: 7,-19 - 1463: 0,39 - 1464: 0,38 5543: -34,-9 5544: -34,-10 12278: -22,24 + 14648: -4,-39 + 14662: 0,38 + 14663: 0,39 + 14944: -15,-9 + 14945: -15,-10 + 14958: -20,-4 + 14959: -20,-5 - node: color: '#52B4E996' id: BrickTileSteelLineW @@ -1757,10 +1800,6 @@ entities: decals: 4027: -11,25 6463: 3,20 - 11854: 19,-18 - 11855: 19,-17 - 11856: 19,-16 - 11869: 19,-19 13399: -37,22 13400: -37,21 13401: -37,20 @@ -1772,8 +1811,6 @@ entities: decals: 881: -37,-35 895: -23,-43 - 907: 18,-11 - 908: 18,-10 914: -4,28 915: -4,29 13499: -5,-21 @@ -1795,15 +1832,8 @@ entities: 13598: -6,-32 13599: -6,-31 13600: -6,-30 - 13614: -11,-29 - 13615: -11,-28 - 13616: -11,-27 - 13617: -11,-26 - 13626: -10,-22 - 13627: -10,-21 - 13628: -10,-20 - 13629: -10,-19 - 13630: -10,-18 + 14752: 15,-8 + 14753: 15,-7 - node: color: '#EFB34196' id: BrickTileSteelLineW @@ -1819,6 +1849,17 @@ entities: 12682: 31,-15 12684: 38,-20 12685: 38,-22 + - node: + color: '#FFA347B2' + id: BrickTileSteelLineW + decals: + 14387: -18,-33 + 14388: -18,-34 + 14389: -18,-35 + 14391: -12,-35 + 14392: -12,-34 + 14393: -12,-33 + 14543: -13,-39 - node: color: '#43990996' id: BrickTileWhiteCornerNe @@ -1846,7 +1887,6 @@ entities: decals: 921: -2,22 946: 14,21 - 1427: -14,-6 4721: -30,-23 - node: color: '#FA750096' @@ -1879,7 +1919,6 @@ entities: decals: 922: -4,22 947: 12,21 - 1428: -18,-6 4722: -31,-23 - node: color: '#FA750096' @@ -1916,7 +1955,6 @@ entities: 928: -2,19 951: 14,19 1393: -23,-36 - 1429: -14,-9 1600: -30,-25 - node: color: '#FA750096' @@ -1950,7 +1988,6 @@ entities: 930: -4,19 952: 12,19 1404: -26,-36 - 1430: -18,-9 1599: -31,-25 - node: color: '#FA750096' @@ -1962,11 +1999,6 @@ entities: id: BrickTileWhiteEndE decals: 7616: 39,7 - - node: - color: '#D4D4D428' - id: BrickTileWhiteEndN - decals: - 1440: -16,-5 - node: color: '#43990996' id: BrickTileWhiteInnerNe @@ -1989,11 +2021,6 @@ entities: decals: 1039: 7,30 1040: 16,38 - - node: - color: '#D4D4D428' - id: BrickTileWhiteInnerNe - decals: - 1442: -16,-6 - node: color: '#FA750096' id: BrickTileWhiteInnerNe @@ -2021,7 +2048,6 @@ entities: id: BrickTileWhiteInnerNw decals: 1412: -26,-35 - 1441: -16,-6 1602: -31,-24 - node: color: '#43990996' @@ -2117,8 +2143,6 @@ entities: 944: -2,20 945: 14,20 1397: -23,-35 - 1431: -14,-7 - 1432: -14,-8 1601: -30,-24 - node: color: '#FA750096' @@ -2178,8 +2202,6 @@ entities: decals: 923: -3,22 949: 13,21 - 1438: -17,-6 - 1439: -15,-6 4093: 27,-4 - node: color: '#FA750096' @@ -2245,8 +2267,6 @@ entities: 950: 13,19 1390: -25,-36 1391: -24,-36 - 1435: -17,-9 - 1437: -15,-9 4092: 27,-2 - node: color: '#FA750096' @@ -2302,8 +2322,6 @@ entities: 932: -4,20 933: -4,21 948: 12,20 - 1433: -18,-8 - 1434: -18,-7 - node: color: '#FA750096' id: BrickTileWhiteLineW @@ -2349,21 +2367,6 @@ entities: 13121: -46,-14 13122: -45,-14 13123: -45,-13 - - node: - color: '#2B3F1893' - id: CheckerNESW - decals: - 12956: -17,-37 - 12957: -16,-37 - 12971: -15,-37 - - node: - color: '#334E6DC8' - id: CheckerNESW - decals: - 5941: 6,-16 - 5942: 7,-16 - 5943: 8,-16 - 5944: 9,-16 - node: color: '#43990996' id: CheckerNESW @@ -2532,6 +2535,31 @@ entities: 12343: -10,22 12344: -10,21 12345: -10,20 + - node: + color: '#915D28B2' + id: CheckerNESW + decals: + 14678: -10,-32 + 14679: -10,-33 + 14680: -9,-33 + 14681: -9,-32 + 14682: -9,-31 + 14683: -9,-30 + 14684: -9,-29 + 14685: -9,-28 + 14686: -8,-28 + 14687: -8,-29 + 14688: -8,-27 + 14689: -9,-27 + 14690: -10,-27 + 14691: -10,-28 + 14692: -10,-29 + 14693: -10,-30 + - node: + color: '#99612AB2' + id: CheckerNESW + decals: + 14428: -10,-31 - node: color: '#A4610696' id: CheckerNESW @@ -2612,31 +2640,36 @@ entities: 11842: 16,-24 11843: 16,-25 11844: 16,-26 - 13684: -12,-20 - 13685: -12,-21 13686: 5,-30 13687: 6,-30 13688: 6,-32 13689: 5,-32 + 14790: 5,-35 + 14791: 5,-34 + 14902: 8,-22 + 15009: -11,-9 + 15010: -11,-4 - node: color: '#D4D4D496' id: DeliveryGreyscale decals: 5509: 35,15 - 6276: -19,-7 - 6277: -19,-8 12715: 51,-23 12716: 51,-19 12717: 55,-19 12718: 55,-23 + - node: + color: '#D4D4D496' + id: Dirt + decals: + 14536: 2,-37 + 14537: 3,-38 + 14538: 2,-39 - node: cleanable: True color: '#D4D4D496' id: Dirt decals: - 11727: 11,-17 - 11728: 13,-18 - 11729: 12,-19 11730: -3,-8 11731: -5,-6 11732: -3,-5 @@ -2657,8 +2690,6 @@ entities: 11751: -29,-3 11752: -28,-2 11753: -26,-21 - 11754: -24,-20 - 11755: -24,-23 11756: -26,-23 11757: -21,-27 11758: -19,-26 @@ -2702,14 +2733,6 @@ entities: 11809: 47,-2 11810: 45,-1 11811: 46,0 - 11812: 55,-2 - 11813: 56,-1 - 11814: 56,1 - 11815: 57,0 - 11816: 58,1 - 11817: 59,0 - 11818: 59,-1 - 11819: 58,-2 11824: -28,1 11825: -27,0 12528: 1,19 @@ -2727,14 +2750,26 @@ entities: 12930: -36,-38 13090: -29,-43 13091: -28,-44 - - node: - cleanable: True - color: '#FFFFFFFF' - id: Dirt - decals: - 14052: -7,-40 - 14053: -8,-39 - 14054: -7,-38 + 14669: -1,38 + 14670: -1,40 + 14860: 51,5 + 14861: 49,3 + 14862: 50,4 + 14863: 51,2 + 14864: 52,3 + 14865: 53,4 + 14866: 54,3 + 14867: 59,-2 + 14868: 58,-1 + 14869: 59,0 + 14992: -15,-6 + 14993: -14,-7 + 14994: -13,-6 + 14995: -15,-3 + 14996: -15,-4 + 14997: -14,-3 + 14998: -13,-4 + 14999: -12,-11 - node: color: '#FFFFFFFF' id: DirtHeavy @@ -2745,6 +2780,7 @@ entities: 10093: 33,19 10131: 41,8 10158: 21,26 + 14651: -4,-38 - node: cleanable: True color: '#FFFFFFFF' @@ -2758,19 +2794,13 @@ entities: 1754: -1,-10 1757: 10,-8 1758: 15,-4 - 2087: -18,-6 - 2088: -18,-9 2092: -27,-8 2094: -27,-3 2095: -25,-2 - 2100: -15,-7 - 2101: -15,-8 2102: -19,-14 2103: -16,-13 2104: -16,-14 2105: -20,-13 - 2119: 15,-12 - 2123: 21,-6 2124: 22,-8 2128: 21,-3 2135: 23,4 @@ -2793,7 +2823,6 @@ entities: 2176: 16,39 2177: 16,37 2185: 2,40 - 2186: 0,38 2187: 0,37 2189: 4,37 2190: -3,30 @@ -2803,8 +2832,6 @@ entities: 2211: -22,28 2216: 4,-18 2218: 11,-27 - 2220: 14,-22 - 2223: 8,-20 2490: 30,-15 2492: 27,-7 2493: 40,-9 @@ -2889,8 +2916,6 @@ entities: 4712: -30,-24 4718: -31,-22 4723: -30,-23 - 4732: -22,-23 - 4733: -22,-21 4734: -20,-21 4735: -20,-22 4736: -20,-24 @@ -2925,7 +2950,6 @@ entities: 5274: -29,-10 5278: -30,-6 5291: -26,-5 - 5299: -17,-7 5309: -41,-7 5318: -43,-10 5319: -42,-12 @@ -2960,20 +2984,16 @@ entities: 6024: 18,0 6025: 17,1 6026: 18,2 - 6040: 6,-16 - 6041: 8,-16 6126: -22,-46 6157: 26,38 6158: 27,34 6159: 26,35 6161: 27,37 - 6214: 10,-19 6228: 38,-40 6230: 40,-36 6266: -41,-10 6267: -38,-8 6268: -35,-8 - 6278: -19,-8 6292: -26,-34 6293: -24,-33 6294: -25,-32 @@ -3023,30 +3043,18 @@ entities: 8834: 5,3 8835: 6,2 8836: 5,-3 - 8862: -12,-1 - 8863: -13,0 - 8864: -12,2 8865: -10,4 8866: -8,2 8867: -9,0 - 8868: -10,-3 8869: -8,-5 - 8870: -10,-10 8871: -9,-9 - 8903: -23,1 - 8904: -22,-1 - 8905: -20,0 - 8906: -18,1 8907: -17,2 - 8910: -15,0 - 8924: -19,-2 8928: -23,-3 8929: -22,-6 8930: -23,-8 8931: -22,-10 8932: -23,-11 8933: -22,-13 - 8951: -17,-2 8954: -28,-16 8955: -26,-18 8956: -24,-17 @@ -3054,7 +3062,6 @@ entities: 8958: -19,-18 8959: -19,-16 8960: -20,-17 - 8980: -13,-13 8981: -14,-14 8982: -12,-16 8983: -13,-18 @@ -3067,7 +3074,6 @@ entities: 9005: -17,-26 9006: -17,-29 9009: -21,-29 - 9010: -19,-30 9011: -20,-31 9012: -20,-34 9013: -21,-33 @@ -3105,8 +3111,6 @@ entities: 9183: -40,-29 9188: -22,-15 9189: -16,-19 - 9198: -10,-14 - 9199: -8,-15 9200: -8,-12 9201: -6,-13 9202: -4,-14 @@ -3115,7 +3119,6 @@ entities: 9205: -2,-13 9206: 0,-14 9207: -10,-13 - 9208: -9,-14 9209: -7,-13 9210: -6,-15 9211: -3,-13 @@ -3131,17 +3134,7 @@ entities: 9241: 6,-12 9242: 8,-13 9243: 7,-15 - 9244: 9,-15 - 9245: 10,-13 - 9246: 11,-14 9247: 4,-17 - 9268: 12,-13 - 9269: 13,-15 - 9270: 14,-13 - 9271: 15,-14 - 9272: 16,-15 - 9273: 16,-13 - 9280: 16,-6 9285: 19,-2 9286: 20,0 9287: 19,1 @@ -3238,8 +3231,6 @@ entities: 9933: 34,-19 9934: 36,-25 9935: 31,-25 - 9943: 16,-11 - 9944: 16,-9 9956: 32,-11 9957: 41,-13 9964: 25,-8 @@ -3300,9 +3291,6 @@ entities: 11655: 45,4 11656: 46,-2 11657: 47,0 - 11658: 55,-1 - 11659: 58,-1 - 11660: 57,-3 11661: 48,6 11662: 48,9 11663: 50,7 @@ -3351,12 +3339,6 @@ entities: 11923: 24,-21 11924: 28,-22 11925: 29,-19 - 11926: 15,-22 - 11927: 18,-19 - 11928: 20,-18 - 11929: 18,-17 - 11930: 19,-14 - 11931: 21,-16 11932: 27,-29 11933: 25,-28 11934: 28,-26 @@ -3472,12 +3454,6 @@ entities: 12912: -35,-40 12913: -34,-41 12937: -35,-37 - 12976: -17,-37 - 12977: -15,-36 - 12978: -17,-35 - 12979: -18,-34 - 12980: -17,-33 - 12981: -15,-34 13010: -40,-45 13011: -41,-44 13012: -40,-43 @@ -3586,9 +3562,6 @@ entities: 13452: -41,22 13786: -32,-37 13787: -32,-39 - 13791: -15,-30 - 13792: -15,-28 - 13793: -15,-21 13802: -6,-17 13803: -5,-19 13804: -3,-18 @@ -3621,37 +3594,9 @@ entities: 13896: -6,-32 13897: -5,-30 13898: -5,-28 - 13899: -10,-23 - 13900: -8,-21 - 13901: -10,-20 - 13902: -10,-18 - 13903: -7,-18 - 13904: -10,-16 13905: -1,-16 13906: 2,-16 13907: -2,-19 - 13908: -12,-20 - 13909: -13,-23 - 13910: -11,-24 - 13911: -13,-26 - 13912: -11,-27 - 13913: -9,-25 - 13914: -8,-28 - 13915: -9,-29 - 13916: -10,-31 - 13917: -12,-30 - 13918: -13,-31 - 13919: -11,-29 - 13920: -12,-32 - 13921: -11,-34 - 13922: -13,-33 - 13923: -8,-33 - 14071: -13,-37 - 14072: -12,-39 - 14073: -11,-37 - 14074: -10,-36 - 14075: -10,-39 - 14076: -12,-41 14077: -15,-43 14078: -9,-43 14079: -8,-43 @@ -3665,9 +3610,7 @@ entities: 14088: 0,-46 14089: -1,-42 14090: 2,-42 - 14091: 2,-40 14092: 4,-41 - 14093: 4,-39 14094: 6,-39 14095: 8,-39 14096: 8,-37 @@ -3685,7 +3628,6 @@ entities: 14108: 15,-28 14109: 13,-28 14110: 4,-25 - 14111: 7,-25 14214: 13,4 14215: 13,6 14216: 15,8 @@ -3704,6 +3646,103 @@ entities: 14287: 22,43 14288: 25,43 14289: 24,37 + 14545: -13,-26 + 14546: -12,-27 + 14547: -13,-30 + 14548: -12,-31 + 14556: -15,-33 + 14557: -15,-35 + 14558: -14,-36 + 14559: -14,-34 + 14560: -13,-39 + 14561: -12,-40 + 14563: -18,-36 + 14564: -18,-34 + 14565: -17,-31 + 14566: -15,-30 + 14567: -15,-24 + 14568: -15,-26 + 14569: -13,-24 + 14570: -13,-22 + 14571: -11,-20 + 14572: -12,-21 + 14573: -11,-23 + 14574: -9,-19 + 14575: -10,-18 + 14632: -7,-40 + 14633: -17,-38 + 14639: -8,-24 + 14645: -13,-20 + 14671: 0,38 + 14697: -10,-37 + 14698: -9,-36 + 14699: -10,-33 + 14700: -9,-31 + 14701: -10,-29 + 14702: -10,-27 + 14703: -8,-29 + 14704: -8,-28 + 14738: 17,-15 + 14739: 17,-12 + 14740: 20,-9 + 14741: 21,-7 + 14768: 16,-10 + 14769: 15,-8 + 14770: 16,-6 + 14771: 17,-7 + 14792: 2,-35 + 14793: 3,-34 + 14794: 1,-34 + 14795: 5,-35 + 14830: 50,-1 + 14831: 53,-1 + 14832: 55,0 + 14833: 56,-2 + 14834: 58,-3 + 14835: 57,-1 + 14836: 56,1 + 14837: 55,3 + 14838: 56,5 + 14839: 60,-1 + 14840: 59,2 + 14841: 58,3 + 14842: 56,4 + 14843: 58,4 + 14882: 13,-14 + 14883: 11,-13 + 14960: -20,-4 + 14961: -18,-3 + 14962: -17,-5 + 14963: -18,-6 + 14964: -17,-8 + 14965: -19,-7 + 14966: -20,-10 + 14967: -19,-11 + 14968: -17,-10 + 14969: -15,-10 + 14970: -13,-11 + 14971: -14,-8 + 14972: -13,-9 + 15011: -11,-9 + 15012: -11,-6 + 15013: -11,-4 + 15027: 10,-15 + 15028: 12,-15 + 15032: 9,-17 + 15033: 8,-21 + 15034: 10,-22 + 15035: 10,-20 + 15036: 11,-19 + 15093: -13,1 + 15094: -11,-2 + 15095: -10,-5 + 15115: -22,-21 + 15119: -23,-1 + 15120: -21,1 + 15121: -20,-1 + 15122: -18,1 + 15123: -15,-1 + 15124: -16,2 - node: cleanable: True angle: 1.5707963267948966 rad @@ -3764,7 +3803,6 @@ entities: 11278: 43,-9 11279: 39,-13 11284: 33,-8 - 11308: 12,-22 11316: 14,-31 11317: 12,-30 11321: 9,-27 @@ -3857,6 +3895,7 @@ entities: 10133: 41,9 10161: 21,25 10166: 19,23 + 14652: -4,-39 - node: cleanable: True color: '#FFFFFFFF' @@ -3873,8 +3912,6 @@ entities: 1803: -16,4 1804: -14,5 1826: 7,6 - 2302: 8,-18 - 2303: 8,-16 2330: 21,19 2331: 19,18 2332: 13,21 @@ -3889,7 +3926,6 @@ entities: 2353: 5,33 2354: 4,32 2355: 2,37 - 2356: 0,39 2377: -11,24 2381: -4,41 2382: -3,45 @@ -3937,7 +3973,6 @@ entities: 2715: 43,21 2716: 45,14 2836: 49,-1 - 2847: 8,-25 2863: -37,-36 2864: -35,-34 2865: -34,-36 @@ -3976,9 +4011,6 @@ entities: 3114: -26,-8 3115: -26,-10 3117: -27,-2 - 3123: -16,-6 - 3124: -18,-7 - 3125: -16,-8 3243: 8,29 3244: 8,28 3245: 6,27 @@ -4016,8 +4048,6 @@ entities: 4363: 34,9 4367: 24,5 4397: 39,17 - 4426: 15,-6 - 4428: 19,-10 4429: 23,-6 4430: 26,-7 4437: 43,-21 @@ -4037,7 +4067,6 @@ entities: 4737: -21,-24 4738: -20,-23 4739: -21,-22 - 4740: -22,-20 4741: -19,-22 4765: -33,-18 4843: -35,-35 @@ -4068,8 +4097,6 @@ entities: 5280: -26,-9 5281: -25,-9 5290: -26,-4 - 5300: -17,-8 - 5301: -16,-7 5311: -39,-7 5312: -35,-7 5314: -35,-6 @@ -4111,7 +4138,6 @@ entities: 6033: 18,-1 6035: 17,2 6036: 17,0 - 6043: 9,-16 6135: 6,17 6164: 27,35 6165: 26,37 @@ -4119,8 +4145,6 @@ entities: 6167: 27,38 6203: 26,-8 6204: 39,-16 - 6213: 9,-19 - 6217: 9,-18 6224: 21,-5 6240: 40,-38 6241: 39,-36 @@ -4157,30 +4181,18 @@ entities: 8852: 4,-3 8853: 5,2 8854: -3,3 - 8884: -12,-2 - 8885: -13,1 - 8886: -10,0 8887: -9,3 8888: -8,-3 - 8889: -10,-6 8890: -9,-7 8891: -8,-10 - 8892: -10,-2 8893: -7,-2 8894: -7,2 - 8915: -23,-1 - 8916: -21,1 - 8917: -20,-1 - 8919: -15,-1 8920: -15,2 - 8921: -18,0 - 8923: -20,-2 8939: -22,-3 8940: -23,-4 8941: -22,-7 8942: -22,-9 8943: -22,-12 - 8953: -16,-2 8968: -28,-17 8969: -25,-18 8970: -26,-16 @@ -4191,7 +4203,6 @@ entities: 8975: -18,-18 8976: -17,-16 8991: -13,-17 - 8992: -14,-13 8993: -13,-14 8994: -14,-18 9023: -17,-21 @@ -4242,7 +4253,6 @@ entities: 9193: -21,-35 9213: -10,-12 9214: -8,-13 - 9215: -9,-15 9216: -7,-14 9217: -4,-15 9218: -5,-14 @@ -4262,9 +4272,6 @@ entities: 9261: 9,-13 9262: 2,-12 9263: 7,-12 - 9278: 12,-14 - 9279: 14,-15 - 9283: 17,-6 9291: 19,2 9292: 21,0 9293: 20,-2 @@ -4350,7 +4357,6 @@ entities: 9937: 31,-21 9938: 23,-10 9939: 24,-7 - 9946: 16,-7 9950: 35,-23 9951: 34,-20 9952: 41,-20 @@ -4382,7 +4388,6 @@ entities: 11643: -5,-11 11715: 30,0 11716: 24,1 - 11717: 56,-2 11722: 40,-5 11723: 45,-6 11724: 39,-7 @@ -4394,9 +4399,6 @@ entities: 11952: 27,-25 11953: 26,-22 11954: 19,-28 - 11967: 20,-17 - 11968: 21,-19 - 11969: 21,-15 11970: 18,-16 11988: 31,-19 11989: 23,-13 @@ -4498,11 +4500,6 @@ entities: 12920: -34,-40 12921: -35,-38 12938: -33,-39 - 12982: -18,-36 - 12983: -17,-34 - 12984: -16,-35 - 12985: -16,-37 - 12986: -15,-33 13047: -43,-47 13048: -44,-49 13049: -43,-52 @@ -4559,18 +4556,6 @@ entities: 13465: -37,21 13480: -37,17 13788: -32,-40 - 13789: -18,-31 - 13790: -15,-31 - 13796: -15,-23 - 13797: -15,-27 - 13798: -17,-31 - 13924: -13,-25 - 13925: -12,-24 - 13926: -13,-21 - 13927: -10,-22 - 13928: -9,-21 - 13929: -9,-19 - 13930: -8,-18 13931: -5,-17 13932: -4,-19 13933: 0,-16 @@ -4584,20 +4569,6 @@ entities: 13941: 2,-21 13942: 3,-23 13943: 0,-19 - 13944: -8,-24 - 13945: -10,-25 - 13946: -13,-24 - 13947: -13,-29 - 13948: -12,-28 - 13949: -9,-28 - 13950: -8,-26 - 13951: -10,-28 - 13952: -11,-30 - 13953: -9,-31 - 13954: -8,-30 - 13955: -12,-31 - 13956: -12,-34 - 13957: -9,-33 13958: -5,-31 13959: -4,-32 13960: -6,-33 @@ -4611,16 +4582,9 @@ entities: 13968: 3,-31 13969: 4,-30 13970: 5,-32 - 13971: 6,-31 - 13972: 2,-33 - 13973: 3,-34 - 13974: 4,-35 13975: -2,-37 13976: -1,-38 13977: 0,-37 - 13978: -4,-39 - 13979: -5,-38 - 13980: -5,-40 13981: -2,-39 13982: -1,-40 14024: -5,-35 @@ -4633,8 +4597,6 @@ entities: 14119: 10,-32 14120: 10,-31 14121: 13,-30 - 14122: 4,-39 - 14123: 2,-39 14125: 2,-44 14126: -2,-45 14127: -3,-44 @@ -4646,10 +4608,6 @@ entities: 14133: -5,-47 14134: -9,-44 14135: -8,-42 - 14136: -11,-40 - 14137: -11,-38 - 14138: -9,-36 - 14139: -13,-38 14223: 11,11 14224: 14,9 14225: 15,7 @@ -4666,6 +4624,92 @@ entities: 14296: 18,40 14297: 23,40 14298: 25,43 + 14576: -11,-27 + 14579: -9,-25 + 14580: -8,-26 + 14581: -12,-26 + 14582: -12,-23 + 14583: -12,-22 + 14584: -11,-22 + 14585: -9,-22 + 14586: -8,-22 + 14587: -9,-18 + 14588: -10,-17 + 14589: -9,-16 + 14590: -10,-15 + 14591: -8,-15 + 14592: -15,-21 + 14593: -15,-27 + 14594: -15,-31 + 14595: -18,-31 + 14596: -18,-33 + 14597: -17,-35 + 14598: -14,-33 + 14599: -13,-34 + 14600: -12,-36 + 14603: -8,-31 + 14606: -13,-32 + 14608: -10,-39 + 14634: -16,-37 + 14635: -15,-38 + 14636: 5,-40 + 14637: 1,-38 + 14638: -9,-23 + 14646: -13,-21 + 14647: -11,-21 + 14656: -10,-14 + 14705: -9,-27 + 14706: -10,-30 + 14707: -9,-32 + 14708: -10,-34 + 14709: -9,-35 + 14710: -11,-32 + 14746: 17,-13 + 14748: 19,-10 + 14749: 18,-13 + 14772: 15,-9 + 14773: 17,-8 + 14774: 18,-7 + 14775: 15,-6 + 14796: 2,-34 + 14797: 5,-34 + 14844: 49,1 + 14845: 51,1 + 14846: 55,2 + 14847: 56,-1 + 14848: 57,2 + 14849: 59,3 + 14850: 58,-3 + 14851: 56,-3 + 14885: 11,-14 + 14886: 13,-13 + 14973: -20,-5 + 14974: -17,-3 + 14975: -18,-6 + 14976: -19,-6 + 14977: -20,-11 + 14978: -18,-10 + 14988: -14,-9 + 14989: -15,-11 + 15014: -11,-5 + 15015: -11,-7 + 15029: 9,-15 + 15037: 8,-19 + 15038: 9,-19 + 15039: 9,-22 + 15040: 11,-21 + 15091: -13,-13 + 15092: -13,-1 + 15101: -13,0 + 15102: -11,0 + 15116: -22,-19 + 15125: -22,0 + 15126: -21,0 + 15127: -19,1 + 15128: -18,-1 + 15129: -16,-1 + 15130: -17,2 + 15131: -15,-1 - node: cleanable: True angle: 1.5707963267948966 rad @@ -4711,8 +4755,6 @@ entities: 11283: 31,-11 11286: 32,-8 11318: 13,-31 - 11319: 12,-26 - 11320: 12,-23 11341: -17,-39 11342: -16,-41 11350: -19,-49 @@ -4745,6 +4787,8 @@ entities: 10162: 22,26 10163: 22,24 10164: 20,23 + 14653: -4,-40 + 14654: 0,-38 - node: cleanable: True color: '#FFFFFFFF' @@ -4758,9 +4802,6 @@ entities: 1854: 5,17 1855: 10,16 1856: 2,17 - 1868: -16,-7 - 1869: -18,-8 - 1871: -14,-7 1879: -26,-2 1880: -27,-4 1881: -26,-6 @@ -4787,9 +4828,6 @@ entities: 1962: 1,39 1963: 1,37 1968: -9,32 - 2402: 10,-20 - 2403: 10,-19 - 2404: 9,-19 2451: 22,-7 2455: 27,-8 2456: 31,-7 @@ -4813,9 +4851,6 @@ entities: 2482: 35,-20 2483: 32,-22 2488: 24,-12 - 2489: 18,-9 - 2544: 20,-6 - 2545: 21,-7 2597: 21,23 2598: 18,22 2600: 24,18 @@ -4882,9 +4917,6 @@ entities: 3137: -31,-7 3139: -26,-10 3140: -26,-8 - 3147: -16,-7 - 3148: -16,-8 - 3149: -17,-8 3151: -41,-13 3153: -51,-12 3154: -54,-12 @@ -4918,7 +4950,6 @@ entities: 4330: 41,13 4335: 36,14 4336: 37,13 - 4432: 19,-5 4433: 20,-3 4435: 30,-7 4458: 39,-9 @@ -4927,7 +4958,6 @@ entities: 4840: -37,-34 4861: -20,-43 4869: -17,-13 - 4926: 15,-6 4980: 11,8 5000: 5,39 5006: 15,39 @@ -4970,14 +5000,8 @@ entities: 8895: -12,0 8896: -9,2 8897: -9,-2 - 8898: -10,-5 8899: -8,-8 - 8900: -10,-9 8901: -9,-3 - 8902: -13,-2 - 8925: -22,0 - 8926: -19,1 - 8927: -17,-1 8944: -23,-12 8945: -23,-9 8946: -22,-4 @@ -5070,9 +5094,6 @@ entities: 9901: 35,-6 9902: 36,-4 9941: 24,-9 - 9942: 18,-7 - 9947: 16,-10 - 9948: 16,-12 9949: 32,-24 11503: 37,-30 11561: 26,31 @@ -5089,11 +5110,6 @@ entities: 11960: 20,-24 11961: 23,-22 11962: 21,-28 - 11963: 19,-17 - 11971: 20,-19 - 11972: 19,-16 - 11973: 21,-14 - 11974: 18,-18 11992: 30,-27 11993: 31,-42 12372: -30,21 @@ -5154,8 +5170,6 @@ entities: 12922: -34,-42 12923: -34,-38 12939: -36,-45 - 12987: -18,-33 - 12988: -17,-36 13061: -39,-52 13062: -43,-49 13063: -44,-48 @@ -5184,13 +5198,9 @@ entities: 13473: -36,15 13474: -36,19 13475: -37,20 - 13799: -19,-31 - 13800: -15,-29 - 13801: -15,-24 13983: -2,-32 13984: -1,-31 13985: 2,-31 - 13986: 3,-33 13987: 3,-30 13988: -1,-27 13989: -3,-25 @@ -5205,32 +5215,11 @@ entities: 13998: 3,-21 13999: -5,-18 14000: -3,-17 - 14001: -9,-18 - 14002: -9,-22 - 14003: -10,-21 - 14004: -10,-24 - 14005: -8,-25 - 14006: -9,-27 - 14007: -11,-26 - 14008: -12,-26 - 14009: -12,-29 - 14010: -11,-28 - 14011: -10,-30 - 14013: -8,-31 - 14014: -13,-34 - 14015: -9,-34 - 14016: -13,-20 - 14017: -9,-17 - 14018: -8,-16 14019: -1,-39 14020: -3,-40 - 14021: -5,-39 14022: -1,-37 14023: -6,-36 - 14140: -11,-39 - 14141: -11,-36 14142: -10,-42 - 14143: -12,-37 14144: -5,-46 14145: -1,-45 14146: -3,-46 @@ -5243,7 +5232,6 @@ entities: 14153: 10,-34 14154: 15,-34 14155: 10,-28 - 14156: 12,-25 14157: 14,-28 14229: 14,6 14230: 15,5 @@ -5256,6 +5244,76 @@ entities: 14302: 23,38 14303: 24,36 14304: 23,36 + 14609: -10,-40 + 14610: -12,-39 + 14611: -13,-35 + 14612: -12,-34 + 14614: -11,-33 + 14616: -11,-28 + 14617: -11,-26 + 14618: -9,-15 + 14619: -15,-25 + 14620: -16,-31 + 14621: -19,-29 + 14622: -18,-32 + 14623: -12,-37 + 14624: -12,-35 + 14640: -8,-23 + 14641: -9,-20 + 14643: -11,-24 + 14644: -13,-23 + 14672: 0,40 + 14711: -10,-36 + 14712: -9,-34 + 14713: -10,-32 + 14714: -9,-30 + 14715: -10,-28 + 14716: -8,-27 + 14717: -9,-28 + 14722: 15,-15 + 14723: 15,-12 + 14724: 16,-11 + 14725: 17,-13 + 14731: 19,-9 + 14732: 19,-6 + 14733: 20,-7 + 14734: 20,-12 + 14735: 17,-11 + 14736: 18,-13 + 14777: 16,-9 + 14778: 17,-6 + 14783: 14,14 + 14798: 4,-34 + 14799: 3,-35 + 14852: 52,1 + 14853: 56,2 + 14854: 56,0 + 14855: 58,2 + 14856: 57,4 + 14887: 12,-14 + 14888: 13,-15 + 14889: 10,-13 + 14979: -18,-11 + 14980: -19,-5 + 14981: -18,-5 + 14982: -18,-8 + 14983: -18,-7 + 14990: -15,-9 + 14991: -14,-10 + 15016: -11,-8 + 15030: 11,-15 + 15031: 9,-16 + 15041: 9,-20 + 15043: 8,-20 + 15090: -14,-13 + 15098: -10,-9 + 15099: -11,2 + 15100: -12,-1 + 15118: -22,-24 + 15135: -16,0 + 15136: -19,-1 + 15137: -23,1 + 15138: -15,2 - node: cleanable: True angle: 1.5707963267948966 rad @@ -5282,7 +5340,6 @@ entities: 11276: 31,-14 11277: 40,-10 11287: 32,-7 - 11307: 12,-24 11352: -18,-46 11353: -18,-50 11354: -24,-46 @@ -5325,9 +5382,6 @@ entities: 2045: 13,19 2053: 20,-5 2056: 23,-9 - 2058: 19,-12 - 2059: 18,-11 - 2060: 19,-9 2534: 34,-13 2535: 32,-20 2537: 32,-25 @@ -5439,7 +5493,6 @@ entities: 5007: 14,39 5008: 9,29 5011: 11,27 - 5013: 0,40 5039: -3,27 5040: -2,27 5045: -5,30 @@ -5486,7 +5539,6 @@ entities: 6028: 17,2 6030: 18,1 6031: 18,-2 - 6042: 7,-16 6160: 26,36 6162: 27,37 6163: 26,34 @@ -5496,7 +5548,6 @@ entities: 6269: -41,-9 6270: -40,-8 6271: -37,-8 - 6279: -19,-7 6296: -25,-34 6297: -23,-34 6298: -26,-32 @@ -5540,19 +5591,11 @@ entities: 8878: -7,0 8879: -7,3 8880: -8,4 - 8881: -10,2 - 8882: -13,-1 - 8883: -11,-2 - 8911: -21,-1 - 8912: -22,1 - 8913: -18,-1 - 8914: -16,0 8934: -23,-13 8935: -22,-11 8936: -23,-10 8937: -23,-6 8938: -23,-5 - 8952: -15,-2 8961: -20,-16 8962: -21,-17 8963: -22,-16 @@ -5614,13 +5657,6 @@ entities: 9251: 6,-13 9252: 5,-12 9253: 8,-14 - 9254: 10,-15 - 9255: 11,-15 - 9274: 15,-13 - 9275: 14,-14 - 9276: 16,-14 - 9277: 13,-13 - 9282: 17,-7 9289: 21,-2 9290: 19,0 9300: 21,4 @@ -5699,7 +5735,6 @@ entities: 9913: 39,-38 9936: 35,-19 9940: 24,-6 - 9945: 16,-8 9954: 41,-22 9966: 25,-7 10198: -37,-16 @@ -5762,9 +5797,6 @@ entities: 11944: 20,-28 11945: 17,-26 11946: 29,-21 - 11964: 19,-19 - 11965: 20,-16 - 11966: 20,-14 11995: 33,-42 11996: 23,-28 12376: -30,20 @@ -5831,7 +5863,6 @@ entities: 12914: -36,-41 12915: -35,-39 12916: -34,-38 - 12989: -16,-36 13066: -38,-47 13067: -35,-50 13129: -48,-13 @@ -5853,16 +5884,11 @@ entities: 13477: -38,16 13478: -37,18 13479: -41,17 - 13794: -15,-22 - 13795: -15,-26 14025: -4,-36 14026: 0,-40 14027: -2,-40 14028: -2,-35 14029: 0,-34 - 14030: 3,-32 - 14031: 2,-35 - 14032: 4,-33 14033: 6,-30 14034: 0,-30 14035: -4,-31 @@ -5874,24 +5900,13 @@ entities: 14041: 1,-23 14042: -1,-20 14043: -4,-18 - 14044: -10,-19 - 14045: -9,-26 - 14046: -12,-26 - 14047: -12,-23 - 14048: -13,-28 - 14050: -11,-31 - 14051: -12,-33 14158: 3,-25 14159: 7,-39 - 14160: 3,-39 14161: 4,-42 14162: 2,-43 14163: -2,-45 14164: -5,-45 14165: -9,-42 - 14166: -10,-39 - 14167: -10,-37 - 14168: -13,-39 14169: 9,-37 14170: 12,-39 14235: 13,5 @@ -5903,6 +5918,36 @@ entities: 14306: 19,40 14307: 23,41 14308: 22,37 + 14625: -12,-32 + 14626: -11,-31 + 14630: -9,-39 + 14631: -7,-38 + 14642: -8,-22 + 14718: -9,-37 + 14719: -10,-35 + 14720: -10,-31 + 14721: -11,-34 + 14750: 17,-14 + 14751: 21,-9 + 14779: 16,-8 + 14857: 55,1 + 14858: 58,1 + 14859: 57,-2 + 14984: -19,-4 + 14985: -17,-11 + 14986: -15,-9 + 14987: -14,-11 + 15044: 8,-22 + 15045: 9,-20 + 15046: 9,-18 + 15047: 10,-19 + 15096: -9,-4 + 15097: -10,-6 + 15103: -11,1 + 15117: -22,-23 + 15132: -23,-1 + 15133: -20,0 + 15134: -17,1 - node: cleanable: True angle: 1.5707963267948966 rad @@ -6019,6 +6064,14 @@ entities: 5443: 8,27 14272: 23,38 14273: 23,40 + - node: + color: '#D4D4D496' + id: LoadingArea + decals: + 15001: -11,-5 + 15002: -11,-6 + 15003: -11,-7 + 15004: -11,-8 - node: angle: 1.5707963267948966 rad color: '#D4D4D496' @@ -6026,12 +6079,6 @@ entities: decals: 12066: -11,14 12067: -11,13 - - node: - angle: -3.141592653589793 rad - color: '#EFB34196' - id: LoadingArea - decals: - 13650: -9,-16 - node: angle: -4.71238898038469 rad color: '#D4D4D496' @@ -6097,28 +6144,24 @@ entities: 7817: -3,2 12047: -25,11 12060: -16,12 - 12968: -18,-36 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerNw decals: 7816: 5,2 11618: 1,-5 - 12969: -15,-36 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSe decals: 6821: 6,2 12046: -25,15 - 12970: -18,-33 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSw decals: 7795: 1,-3 12045: -22,15 - 12967: -15,-33 - node: color: '#FFFFFFFF' id: MiniTileDarkLineE @@ -6137,8 +6180,6 @@ entities: 12040: -25,12 12052: -13,8 12218: -16,13 - 12961: -18,-34 - 12962: -18,-35 - node: color: '#FFFFFFFF' id: MiniTileDarkLineN @@ -6159,8 +6200,6 @@ entities: 12056: -15,12 12057: -14,12 12219: -13,12 - 12959: -17,-36 - 12960: -16,-36 - node: color: '#FFFFFFFF' id: MiniTileDarkLineS @@ -6176,8 +6215,6 @@ entities: 12043: -24,15 12044: -23,15 12054: -14,7 - 12963: -17,-33 - 12964: -16,-33 14264: 18,36 14265: 19,36 14266: 20,36 @@ -6201,8 +6238,6 @@ entities: 12036: -22,13 12037: -22,12 12055: -15,8 - 12965: -15,-34 - 12966: -15,-35 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNe @@ -6224,13 +6259,12 @@ entities: decals: 7068: 6,20 7069: -1,18 - 7097: -13,2 7128: -10,14 7214: -9,52 - 7246: -23,1 - 7265: -14,-13 7338: -21,-29 7457: -67,-30 + 15055: -11,2 + 15061: -14,-13 - node: color: '#D3D3D3FF' id: MiniTileSteelCornerSe @@ -6241,26 +6275,30 @@ entities: id: MiniTileSteelCornerSe decals: 9859: 24,-10 + - node: + color: '#FFA347B2' + id: MiniTileSteelCornerSe + decals: + 14457: -15,-31 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: 7045: 22,10 - 7086: 16,-15 7150: -4,12 7277: -12,-18 7349: -20,-40 - 13755: -15,-31 + 14446: -15,-31 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: 7077: 13,13 - 7098: -13,-2 7212: -9,33 7285: -19,-18 7458: -67,-32 13750: -32,-40 + 15056: -11,-2 - node: color: '#9FED5896' id: MiniTileSteelInnerNe @@ -6307,13 +6345,10 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelInnerNw decals: - 7010: 15,-13 - 7103: -10,2 7130: -8,14 7273: -14,-16 7305: -17,-29 7348: -21,-38 - 7943: -13,1 7950: -10,-13 7978: -23,-16 7991: -40,-30 @@ -6321,24 +6356,24 @@ entities: 8515: 11,34 8516: 15,34 12023: -11,20 + 15059: -11,1 + 15060: -10,2 - node: color: '#8C347F96' id: MiniTileSteelInnerSe decals: 7783: -7,12 - - node: - color: '#D3D3D3FF' - id: MiniTileSteelInnerSe - decals: - 9840: 16,-7 - node: color: '#DE3A3A96' id: MiniTileSteelInnerSe decals: 7721: -24,-40 7741: -38,-32 - 9847: 16,-7 - 13778: -15,-23 + - node: + color: '#FFA347B2' + id: MiniTileSteelInnerSe + decals: + 14476: -19,-31 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe @@ -6346,7 +6381,6 @@ entities: 7048: 21,10 7131: -8,12 7132: -4,16 - 7262: -22,-1 7344: -20,-31 7981: -15,-18 8520: 5,38 @@ -6370,16 +6404,16 @@ entities: decals: 7034: 19,13 7075: 13,16 - 7096: -10,-2 7284: -19,-17 7930: -8,33 - 7945: -13,-1 7980: -17,-18 7989: -32,-32 8517: 8,38 8518: 11,38 8519: 15,38 12025: -11,22 + 15057: -11,-1 + 15058: -10,-2 - node: color: '#52B4E996' id: MiniTileSteelLineE @@ -6409,11 +6443,6 @@ entities: color: '#D3D3D3FF' id: MiniTileSteelLineE decals: - 9834: 16,-12 - 9835: 16,-11 - 9836: 16,-10 - 9837: 16,-9 - 9838: 16,-8 9848: 24,-6 9849: 24,-7 9850: 24,-8 @@ -6428,19 +6457,6 @@ entities: 7787: -6,28 7788: -6,27 7789: -6,26 - 9841: 16,-12 - 9842: 16,-11 - 9843: 16,-10 - 9844: 16,-9 - 9845: 16,-8 - 13770: -15,-25 - 13771: -15,-26 - 13772: -15,-29 - 13773: -15,-30 - 13774: -15,-31 - 13775: -15,-28 - 13776: -15,-27 - 13777: -15,-24 - node: color: '#EFB34196' id: MiniTileSteelLineE @@ -6459,6 +6475,19 @@ entities: 7658: 22,11 7659: 22,10 7665: 22,15 + - node: + color: '#FFA347B2' + id: MiniTileSteelLineE + decals: + 14460: -15,-30 + 14461: -15,-29 + 14462: -15,-28 + 14463: -15,-27 + 14464: -15,-26 + 14465: -15,-24 + 14466: -15,-25 + 14477: -15,-21 + 14478: -15,-22 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE @@ -6469,7 +6498,6 @@ entities: 6949: -8,-6 6950: -8,-5 6951: -8,-4 - 7011: 16,-13 7015: 21,-2 7016: 21,-1 7017: 21,0 @@ -6484,7 +6512,6 @@ entities: 7082: 21,7 7083: 21,6 7084: 21,5 - 7085: 16,-14 7107: -8,3 7108: -8,2 7109: -8,1 @@ -6570,16 +6597,15 @@ entities: 8497: 12,36 8498: 12,35 12021: -15,21 - 13756: -15,-30 - 13757: -15,-29 - 13758: -15,-28 - 13759: -15,-27 - 13760: -15,-26 - 13761: -15,-25 - 13762: -15,-24 - 13765: -15,-23 - 13768: -15,-21 - 13769: -15,-22 + 14447: -15,-30 + 14448: -15,-29 + 14449: -15,-28 + 14450: -15,-27 + 14451: -15,-26 + 14452: -15,-25 + 14453: -15,-24 + 14469: -15,-22 + 14470: -15,-21 - node: color: '#52B4E996' id: MiniTileSteelLineN @@ -6622,8 +6648,6 @@ entities: 7000: 6,-13 7001: 7,-13 7002: 8,-13 - 7006: 13,-13 - 7007: 14,-13 7037: 19,15 7053: 14,17 7073: 13,17 @@ -6631,20 +6655,10 @@ entities: 7080: 21,15 7090: 9,-13 7091: -4,-13 - 7101: -12,2 - 7102: -11,2 7129: -9,14 7135: -5,17 7136: -4,17 7137: -3,17 - 7247: -22,1 - 7248: -21,1 - 7249: -20,1 - 7250: -19,1 - 7251: -18,1 - 7252: -17,1 - 7253: -16,1 - 7263: -13,-13 7266: -21,-16 7267: -20,-16 7268: -19,-16 @@ -6696,11 +6710,8 @@ entities: 7432: -63,-30 7433: -64,-30 7434: -65,-30 - 7942: -15,1 7954: -3,-13 7955: -1,-13 - 7961: 10,-13 - 7962: 12,-13 7969: 16,15 7970: 18,15 7992: -46,-30 @@ -6715,6 +6726,12 @@ entities: 12017: -14,20 12018: -13,20 12019: -12,20 + 14878: 10,-13 + 14879: 11,-13 + 14880: 12,-13 + 15053: -13,1 + 15054: -12,1 + 15062: -13,-13 - node: color: '#8C347F96' id: MiniTileSteelLineS @@ -6734,15 +6751,12 @@ entities: color: '#D3D3D3FF' id: MiniTileSteelLineS decals: - 9839: 18,-7 9853: 23,-10 9854: 22,-10 - node: color: '#DE3A3A96' id: MiniTileSteelLineS decals: - 7633: -9,-15 - 7634: -8,-15 7635: -7,-15 7636: -6,-15 7637: -5,-15 @@ -6759,16 +6773,24 @@ entities: 7752: 0,-15 7753: 1,-15 7754: 2,-15 - 7956: -10,-15 7957: -3,-15 7958: -1,-15 - 9846: 18,-7 - node: color: '#EFB34196' id: MiniTileSteelLineS decals: 9860: 23,-10 9861: 22,-10 + - node: + color: '#FFA347B2' + id: MiniTileSteelLineS + decals: + 14456: -16,-31 + 14474: -18,-31 + 14475: -17,-31 + 14493: -10,-15 + 14494: -9,-15 + 14495: -8,-15 - node: color: '#FFFFFFFF' id: MiniTileSteelLineS @@ -6785,27 +6807,13 @@ entities: 6988: 6,-15 6989: 7,-15 6990: 8,-15 - 6991: 9,-15 - 7013: 13,-15 - 7014: 14,-15 7058: 15,13 7078: 14,13 - 7088: 15,-15 7089: 4,-15 - 7092: -9,-15 - 7093: -8,-15 - 7094: -12,-2 - 7095: -11,-2 7133: -3,16 7147: -7,12 7148: -6,12 7149: -5,12 - 7255: -21,-1 - 7256: -20,-1 - 7257: -19,-1 - 7258: -18,-1 - 7259: -17,-1 - 7260: -16,-1 7280: -14,-18 7281: -13,-18 7282: -18,-18 @@ -6858,12 +6866,8 @@ entities: 7454: -48,-32 7455: -47,-32 7740: -38,-32 - 7944: -15,-1 - 7951: -10,-15 7952: -3,-15 7953: -1,-15 - 7959: 10,-15 - 7960: 12,-15 7971: 16,13 7972: 18,13 7994: -46,-32 @@ -6877,10 +6881,19 @@ entities: 12016: -12,22 12329: -14,22 12330: -13,22 - 13751: -19,-31 - 13752: -18,-31 - 13753: -17,-31 13754: -16,-31 + 14471: -19,-31 + 14472: -18,-31 + 14473: -17,-31 + 14490: -10,-15 + 14491: -9,-15 + 14492: -8,-15 + 15019: 9,-15 + 15020: 10,-15 + 15021: 11,-15 + 15022: 12,-15 + 15051: -13,-1 + 15052: -12,-1 - node: color: '#9FED5896' id: MiniTileSteelLineW @@ -6897,9 +6910,9 @@ entities: 7697: -17,-22 7698: -17,-23 7699: -17,-24 - 7707: -14,-13 7973: 19,2 7974: 19,4 + 15078: -14,-13 - node: color: '#D381C996' id: MiniTileSteelLineW @@ -6928,11 +6941,6 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 6938: -10,-9 - 6941: -10,-6 - 6942: -10,-5 - 6943: -10,-4 - 6944: -10,-3 7020: 19,-2 7021: 19,-1 7022: 19,0 @@ -6976,8 +6984,6 @@ entities: 7209: -9,36 7210: -9,34 7211: -9,35 - 7218: -23,0 - 7219: -23,-1 7221: -23,-3 7222: -23,-4 7223: -23,-5 @@ -7011,7 +7017,6 @@ entities: 7933: -8,20 7936: -8,18 7939: -10,4 - 7946: -10,-10 7947: -10,-12 7965: 19,2 7966: 19,4 @@ -7033,11 +7038,27 @@ entities: 13747: -32,-37 13749: -32,-39 13784: -32,-38 + 15064: -10,-10 + 15065: -10,-9 + 15066: -10,-6 + 15067: -10,-3 + 15068: -10,-4 + 15069: -10,-5 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNe + decals: + 15077: -14,-13 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNe decals: 12802: 25,11 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNw + decals: + 15074: -10,-10 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNw @@ -7053,6 +7074,11 @@ entities: id: MiniTileWhiteInnerSe decals: 12825: 25,16 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerSw + decals: + 15075: -10,-3 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerSw @@ -7066,6 +7092,11 @@ entities: 12799: 25,14 12800: 25,13 12801: 25,12 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineN + decals: + 15076: -13,-13 - node: color: '#A4610696' id: MiniTileWhiteLineN @@ -7085,13 +7116,10 @@ entities: 7756: 6,-15 7757: 7,-15 7758: 8,-15 - 7759: 9,-15 - 7762: 13,-15 - 7763: 14,-15 - 7764: 15,-15 - 7765: 16,-15 - 7963: 10,-15 - 7964: 12,-15 + 15023: 9,-15 + 15024: 10,-15 + 15025: 11,-15 + 15026: 12,-15 - node: color: '#FFFFFFFF' id: MiniTileWhiteLineS @@ -7113,6 +7141,10 @@ entities: 7693: -23,-3 7694: -23,-12 7695: -23,-13 + 15070: -10,-4 + 15071: -10,-5 + 15072: -10,-6 + 15073: -10,-9 - node: color: '#FFFFFFFF' id: MiniTileWhiteLineW @@ -7186,12 +7218,19 @@ entities: decals: 5444: 13.497481,24.9933 5498: 42,-6 + - node: + color: '#D4D4D496' + id: WarnBox + decals: + 14899: 8,-19 + 14900: 10,-22 - node: color: '#D4D4D496' id: WarnCornerNE decals: 13393: -46,19 13733: 2,-32 + 14892: 9,-21 - node: color: '#D4D4D496' id: WarnCornerNW @@ -7209,11 +7248,6 @@ entities: id: WarnCornerSW decals: 13395: -40,22 - - node: - color: '#52B4E996' - id: WarnCornerSmallGreyscaleNE - decals: - 13732: 4,-31 - node: color: '#D4D4D496' id: WarnCornerSmallGreyscaleNE @@ -7232,22 +7266,12 @@ entities: decals: 12621: 54,-22 13428: -41,18 - - node: - color: '#52B4E996' - id: WarnCornerSmallGreyscaleSE - decals: - 13731: 4,-31 - node: color: '#D4D4D496' id: WarnCornerSmallGreyscaleSE decals: 7836: -7,2 12620: 52,-20 - - node: - color: '#DE3A3A96' - id: WarnCornerSmallGreyscaleSE - decals: - 13726: 3,-32 - node: color: '#64646493' id: WarnCornerSmallGreyscaleSW @@ -7259,11 +7283,6 @@ entities: decals: 12619: 54,-20 13427: -41,22 - - node: - color: '#DE3A3A96' - id: WarnCornerSmallGreyscaleSW - decals: - 13725: 3,-32 - node: color: '#D4D4D496' id: WarnCornerSmallNE @@ -7281,8 +7300,6 @@ entities: color: '#D4D4D496' id: WarnCornerSmallSE decals: - 5539: -17,-8 - 8950: -17,-2 11841: 20,-28 11914: 29,-42 12609: 50,-18 @@ -7290,8 +7307,6 @@ entities: color: '#D4D4D496' id: WarnCornerSmallSW decals: - 5538: -15,-8 - 8949: -15,-2 10655: 46,-19 11840: 24,-28 11913: 33,-42 @@ -7311,7 +7326,6 @@ entities: color: '#D4D4D496' id: WarnLineE decals: - 5535: -17,-9 8000: -15,-19 8001: -22,-15 8004: -20,-35 @@ -7329,9 +7343,7 @@ entities: 10328: -39,-34 10349: -22,-41 10350: -22,-45 - 10358: -15,-38 10362: -11,-44 - 10366: -16,-32 10367: -28,-30 10368: -28,-33 10372: -35,-29 @@ -7339,14 +7351,11 @@ entities: 10392: -42,-29 10447: 5,-21 10448: 4,-16 - 10449: 12,-16 - 10451: 9,-21 10501: 42,-33 10507: 34,-26 10510: 39,-24 10544: 33,-1 10545: 36,-3 - 10549: 19,-8 10656: 40,6 10657: 42,3 10658: 47,5 @@ -7393,7 +7402,6 @@ entities: 10844: -12,30 10893: -21,5 10894: -20,2 - 10901: -16,-4 10902: -29,-5 10903: -26,-1 10921: -26,-11 @@ -7429,7 +7437,6 @@ entities: 11047: -5,11 11061: 23,3 11581: -4,-9 - 11888: 15,-16 11900: 19,-30 11902: 19,-33 11903: 26,-30 @@ -7474,19 +7481,13 @@ entities: 13389: -41,17 13390: -37,17 13815: -4,-16 - 13816: -9,-17 13817: -4,-20 - 13818: -8,-23 - 13819: -10,-23 - 13820: -13,-22 - 13821: -12,-32 13822: -1,-28 13823: -1,-36 13862: -4,-44 13863: -4,-45 13864: -4,-46 13865: -4,-47 - 13868: 12,-24 13872: 12,-39 13873: 12,-36 13877: 14,-33 @@ -7496,6 +7497,25 @@ entities: 14276: 21,40 14277: 21,39 14279: 21,36 + 14333: -13,-25 + 14334: -11,-25 + 14338: -8,-25 + 14339: -9,-19 + 14340: -9,-16 + 14351: -18,-32 + 14352: -12,-37 + 14353: -7,-37 + 14357: -17,-35 + 14358: -17,-33 + 14762: 16,-10 + 14781: 21,-5 + 14786: 3,-33 + 14893: 9,-22 + 14904: 9,-17 + 14920: -19,-9 + 14921: -19,-2 + 14923: -13,-12 + 14929: -14,-5 - node: color: '#64646493' id: WarnLineGreyscaleE @@ -7508,21 +7528,22 @@ entities: 3940: -45,-32 3941: -45,-31 3942: -45,-30 - 7843: -15,1 - 7844: -15,0 - 7845: -15,-1 7866: -3,-13 7867: -3,-14 7868: -3,-15 7895: 16,15 7896: 16,14 7897: 16,13 - 7907: 10,-13 - 7908: 10,-14 - 7909: 10,-15 7923: -46,-30 7924: -46,-31 7925: -46,-32 + - node: + color: '#66666693' + id: WarnLineGreyscaleE + decals: + 14872: 12,-13 + 14873: 12,-14 + 15018: 12,-15 - node: color: '#D4D4D428' id: WarnLineGreyscaleE @@ -7545,18 +7566,10 @@ entities: 7834: -7,-1 12617: 52,-21 - node: - color: '#DE3A3A96' + color: '#FFA347B2' id: WarnLineGreyscaleE decals: - 13719: 3,-33 - 13720: 3,-34 - 13721: 3,-35 - - node: - color: '#52B4E996' - id: WarnLineGreyscaleN - decals: - 13727: 5,-31 - 13728: 6,-31 + 14422: -15,-23 - node: color: '#64646493' id: WarnLineGreyscaleN @@ -7602,18 +7615,20 @@ entities: 12616: 53,-22 13423: -45,18 13424: -42,18 + - node: + color: '#FFA347B2' + id: WarnLineGreyscaleN + decals: + 14417: -13,-26 + 14418: -11,-26 + 14423: -9,-26 + 14424: -8,-26 - node: cleanable: True color: '#4C4C4C95' id: WarnLineGreyscaleS decals: 3737: -26,-10 - - node: - color: '#52B4E996' - id: WarnLineGreyscaleS - decals: - 13729: 5,-31 - 13730: 6,-31 - node: color: '#64646493' id: WarnLineGreyscaleS @@ -7626,7 +7641,6 @@ entities: 7857: -15,-18 7858: -16,-18 7859: -17,-18 - 7872: -10,-10 7873: -9,-10 7874: -8,-10 7875: -8,20 @@ -7641,6 +7655,11 @@ entities: 7916: -20,-34 7917: -32,-32 7918: -31,-32 + - node: + color: '#66666693' + id: WarnLineGreyscaleS + decals: + 15063: -10,-10 - node: color: '#D4D4D496' id: WarnLineGreyscaleS @@ -7650,6 +7669,19 @@ entities: 13426: -42,22 13429: -37,15 13430: -38,15 + - node: + color: '#FFA347B2' + id: WarnLineGreyscaleS + decals: + 14419: -13,-24 + 14420: -11,-24 + 14425: -9,-24 + 14426: -8,-24 + - node: + color: '#4C4C4C93' + id: WarnLineGreyscaleW + decals: + 14489: -10,-15 - node: color: '#64646493' id: WarnLineGreyscaleW @@ -7669,11 +7701,6 @@ entities: 3945: -45,-32 4038: 41,-6 4039: 41,-7 - 7846: -13,1 - 7847: -13,0 - 7848: -13,-1 - 7860: -10,-15 - 7861: -10,-14 7862: -10,-13 7863: -1,-13 7864: -1,-15 @@ -7683,12 +7710,17 @@ entities: 7898: 18,15 7899: 18,14 7900: 18,13 - 7910: 12,-13 - 7911: 12,-14 - 7912: 12,-15 7926: -44,-30 7927: -44,-31 7928: -44,-32 + - node: + color: '#66666693' + id: WarnLineGreyscaleW + decals: + 14655: -10,-14 + 15048: -13,1 + 15049: -13,0 + 15050: -13,-1 - node: color: '#D4D4D428' id: WarnLineGreyscaleW @@ -7702,28 +7734,22 @@ entities: 12615: 54,-21 13396: -43,15 - node: - color: '#DE3A3A96' + color: '#FFA347B2' id: WarnLineGreyscaleW decals: - 13722: 3,-35 - 13723: 3,-34 - 13724: 3,-33 + 14421: -13,-23 - node: color: '#D4D4D496' id: WarnLineN decals: 5496: 43,-22 - 5536: -16,-8 8010: -45,-32 8011: -30,-17 8014: -11,-15 8018: -2,-15 - 8019: 11,-15 - 8022: 17,-7 8026: 17,13 8027: -1,16 8030: -14,-1 - 8948: -16,-2 9962: 25,-8 9963: 29,-8 10315: -33,-35 @@ -7834,7 +7860,6 @@ entities: 11837: 21,-28 11838: 22,-28 11839: 23,-28 - 11885: 17,-15 11889: 16,-22 11890: 16,-28 11895: 28,-18 @@ -7876,26 +7901,29 @@ entities: 13735: 2,-30 13736: 3,-30 13737: 4,-30 - 13839: -7,-18 - 13840: -7,-22 13841: -2,-22 13842: 4,-22 13843: 1,-25 13844: 1,-27 13845: -3,-31 13846: 1,-31 - 13856: -10,-33 - 13857: -8,-36 13858: -3,-35 - 13859: -6,-39 13860: -7,-44 13867: -2,-42 13879: 11,-30 + 14343: -14,-23 + 14344: -10,-23 + 14345: -7,-23 + 14350: -11,-39 + 14520: 1,-38 + 14784: 1,-34 + 14871: 13,-15 + 14905: 9,-16 + 14931: -16,-10 - node: color: '#D4D4D496' id: WarnLineS decals: - 5537: -15,-9 7999: -17,-19 8002: -23,-15 8003: -21,-35 @@ -7912,8 +7940,6 @@ entities: 10351: -22,-41 10352: -22,-45 10355: -11,-44 - 10357: -15,-38 - 10365: -16,-32 10369: -28,-30 10370: -28,-33 10371: -35,-29 @@ -7921,14 +7947,11 @@ entities: 10393: -42,-29 10454: 4,-16 10455: 5,-21 - 10457: 9,-21 - 10458: 12,-16 10502: 42,-33 10508: 33,-26 10509: 39,-24 10546: 33,-1 10547: 36,-3 - 10548: 19,-8 10651: 46,-20 10652: 46,-21 10653: 46,-22 @@ -7979,7 +8002,6 @@ entities: 10843: -12,30 10892: -21,5 10895: -20,2 - 10900: -16,-4 10904: -29,-5 10905: -26,-1 10919: -26,-15 @@ -8015,7 +8037,6 @@ entities: 11045: -4,4 11060: 23,3 11580: -4,-9 - 11887: 15,-16 11897: 29,-20 11898: 19,-30 11899: 19,-33 @@ -8070,18 +8091,30 @@ entities: 13388: -37,17 13824: -1,-36 13825: -2,-28 - 13828: -9,-17 - 13829: -10,-23 - 13830: -8,-23 13831: -5,-16 13832: -5,-20 - 13869: 12,-24 13874: 12,-36 13875: 12,-39 13876: 14,-33 14243: 10,12 14244: 10,7 14275: 22,42 + 14335: -13,-25 + 14336: -11,-25 + 14337: -9,-25 + 14341: -9,-19 + 14342: -9,-16 + 14354: -18,-32 + 14355: -12,-37 + 14356: -7,-37 + 14764: 16,-10 + 14780: 19,-5 + 14787: 3,-33 + 14903: 9,-17 + 14924: -20,-2 + 14925: -19,-9 + 14926: -13,-12 + 14928: -14,-5 - node: color: '#D4D4D496' id: WarnLineW @@ -8091,8 +8124,6 @@ entities: 8012: -30,-16 8013: -11,-13 8017: -2,-13 - 8020: 11,-13 - 8021: 17,-6 8025: 17,15 8028: -1,17 8029: -14,1 @@ -8210,7 +8241,6 @@ entities: 11834: 21,-30 11835: 22,-30 11836: 23,-30 - 11886: 17,-14 11891: 16,-22 11892: 16,-28 11893: 28,-18 @@ -8251,20 +8281,30 @@ entities: 13245: -35,20 13246: -32,20 13833: -2,-22 - 13837: -7,-18 - 13838: -7,-22 13847: -3,-31 13848: 1,-31 13849: 1,-27 13850: 1,-25 13851: 4,-22 13852: -3,-35 - 13853: -8,-36 - 13854: -10,-33 - 13855: -6,-39 13861: -7,-44 13866: -2,-42 13878: 11,-30 + 14346: -14,-23 + 14347: -10,-23 + 14348: -7,-23 + 14349: -11,-39 + 14519: 1,-38 + 14785: 1,-34 + 14870: 13,-13 + 14891: 8,-21 + 14906: 9,-18 + 14930: -16,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinBox + decals: + 14915: -12,-11 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe @@ -8278,26 +8318,29 @@ entities: 6532: -34,-21 6533: -33,-22 6548: -34,-23 - 7477: -23,-20 7478: -19,-25 7508: 2,20 9510: -31,-42 9511: -25,-42 9519: -28,-42 9524: -25,1 - 9546: 10,-22 - 9552: 13,-17 - 9558: 13,-19 9564: 42,-15 9569: 32,26 9827: 2,35 10167: 38,27 - 10221: 58,1 - 10222: 59,0 12279: -24,26 12859: -36,-38 12860: -34,-43 - 13678: -7,-38 + 14526: 3,-37 + 14803: 51,5 + 14804: 54,4 + 14805: 59,0 + 14824: 50,4 + 14825: 52,4 + 14911: -13,-3 + 14912: -13,-6 + 15107: -24,-20 + 15108: -23,-22 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -8318,21 +8361,22 @@ entities: 9512: -32,-42 9513: -26,-42 9520: -29,-42 - 9547: 8,-22 - 9553: 11,-17 - 9554: 11,-19 9565: 41,-15 9570: 30,26 9826: 0,35 10168: 36,27 10214: 45,0 - 10220: 56,1 11563: -5,-4 11820: -28,1 12280: -25,26 12861: -38,-43 12875: -37,-38 - 13679: -8,-38 + 14533: 2,-37 + 14801: 49,4 + 14802: 50,5 + 14806: 58,0 + 14909: -15,-3 + 14910: -15,-6 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe @@ -8346,24 +8390,27 @@ entities: 6537: -33,-28 6554: -34,-27 7471: -28,-36 - 7479: -23,-24 7480: -19,-27 9516: -31,-44 9517: -25,-44 9523: -25,0 - 9549: 10,-23 - 9557: 13,-20 9567: 42,-17 9568: 32,25 9828: 2,34 10170: 38,24 10217: 47,-2 - 10223: 59,-2 12282: -24,24 12862: -36,-39 12863: -34,-44 13088: -28,-44 - 13681: -7,-40 + 14528: 3,-39 + 14808: 54,2 + 14809: 59,-2 + 14826: 50,2 + 14827: 52,2 + 14913: -13,-7 + 14914: -13,-4 + 15104: -23,-24 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -8379,15 +8426,11 @@ entities: 7481: -26,-24 9514: -32,-44 9515: -26,-44 - 9548: 8,-23 - 9555: 11,-20 9566: 41,-17 9571: 30,25 9829: 0,34 10169: 36,24 10216: 45,-2 - 10218: 55,-2 - 10219: 56,-3 10311: -21,-27 11078: -1,8 11567: -5,-8 @@ -8398,12 +8441,22 @@ entities: 12864: -37,-39 12865: -38,-44 13082: -29,-44 - 13680: -8,-40 + 14535: 2,-39 + 14800: 49,2 + 14807: 58,-2 + 14907: -15,-7 + 14908: -15,-4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndN + decals: + 14666: -1,40 - node: color: '#FFFFFFFF' id: WoodTrimThinEndS decals: 6544: -35,-28 + 14665: -1,38 - node: color: '#FFFFFFFF' id: WoodTrimThinEndW @@ -8414,14 +8467,12 @@ entities: id: WoodTrimThinInnerNe decals: 6543: -34,-22 - 10226: 58,0 + 15109: -24,-22 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw decals: 6542: -36,-22 - 7503: -22,-22 - 7504: -22,-24 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe @@ -8432,8 +8483,6 @@ entities: id: WoodTrimThinInnerSw decals: 6545: -35,-27 - 7505: -22,-22 - 7506: -22,-20 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -8454,22 +8503,22 @@ entities: 6551: -34,-25 6552: -34,-26 7474: -28,-35 - 7487: -23,-21 - 7488: -23,-22 - 7489: -23,-23 - 7490: -24,-23 - 7491: -24,-21 7492: -19,-26 7530: -28,-3 9506: -31,-43 9507: -25,-43 - 9559: 13,-18 9563: 42,-16 10172: 38,26 - 10224: 59,-1 12284: -24,25 13097: -28,-43 - 13683: -7,-39 + 14534: 3,-38 + 14667: -1,39 + 14812: 54,3 + 14813: 59,-1 + 14822: 50,3 + 14823: 52,3 + 15105: -23,-23 + 15106: -24,-21 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -8483,22 +8532,22 @@ entities: 6541: -35,-21 6549: -35,-23 7496: -25,-20 - 7497: -24,-20 7498: -20,-25 7509: 1,20 9528: -26,1 - 9545: 9,-22 - 9561: 12,-19 9573: 31,26 9831: 1,35 10215: 46,0 - 10225: 57,1 11570: -4,-4 11571: -3,-4 11823: -27,1 12870: -37,-43 12872: -35,-43 13096: -36,-43 + 14817: 53,4 + 14829: 51,4 + 14918: -14,-6 + 14919: -14,-3 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -8515,8 +8564,6 @@ entities: 7494: -25,-24 7495: -24,-24 9527: -26,0 - 9544: 9,-23 - 9556: 12,-20 9572: 31,25 9830: 1,34 11568: -4,-8 @@ -8529,6 +8576,9 @@ entities: 12866: -37,-44 12868: -35,-44 13095: -36,-44 + 14828: 51,2 + 14916: -14,-7 + 14917: -14,-4 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -8553,12 +8603,9 @@ entities: 7484: -26,-23 7485: -26,-22 7486: -26,-21 - 7499: -22,-21 - 7500: -22,-23 7531: -29,-3 9508: -32,-43 9509: -26,-43 - 9550: 11,-18 9562: 41,-16 10171: 36,25 10173: 36,26 @@ -8570,7 +8617,10 @@ entities: 11575: -2,-7 12283: -25,25 13089: -29,-43 - 13682: -8,-39 + 14524: 2,-38 + 14668: -1,39 + 14810: 49,3 + 14811: 58,-1 - node: cleanable: True angle: 0.6806784082777885 rad @@ -8593,7 +8643,6 @@ entities: 3367: -33,-7 3368: -27,-9 3369: -25,-4 - 3372: -15,-8 3424: 0,10 3427: 2,10 3431: 3,6 @@ -8628,12 +8677,11 @@ entities: 14055: -5,-21 14056: -3,-27 14057: 0,-22 - 14058: -8,-27 14062: -6,-36 14063: -1,-40 - 14066: 2,-34 - 14069: -10,-22 14070: 1,-16 + 14695: -11,-35 + 14696: -9,-29 - node: cleanable: True angle: 1.5707963267948966 rad @@ -8655,7 +8703,6 @@ entities: 3408: 29,-2 3409: 39,-17 3412: 30,-14 - 3413: 18,-10 3418: 0,8 3419: -1,10 3420: 4,9 @@ -8673,11 +8720,8 @@ entities: 13214: -31,30 13218: -29,29 13219: -32,32 - 14059: -9,-28 - 14061: -8,-29 14065: 5,-32 14067: -2,-33 - 14068: -9,-33 - node: cleanable: True color: '#FFFFFFFF' @@ -8686,7 +8730,6 @@ entities: 3422: 3,9 3426: 3,10 3429: 2,4 - 3463: -15,-7 3464: -25,-2 3465: -29,-11 3466: -36,-7 @@ -8718,8 +8761,6 @@ entities: 12007: 32,-32 12857: 28,16 13215: -30,31 - 14060: -8,-26 - 14064: 4,-35 - node: cleanable: True angle: 1.5707963267948966 rad @@ -8748,7 +8789,6 @@ entities: 3571: -18,-44 3580: -69,-32 3581: -68,-32 - 3593: 9,-20 3594: 24,-13 3595: 35,-25 3597: 37,-17 @@ -9009,10 +9049,9 @@ entities: 4,3: 0: 65529 -4,0: - 0: 3071 + 0: 33791 -4,-1: - 0: 64272 - 2: 4 + 0: 61678 -5,0: 0: 14847 -4,1: @@ -9030,11 +9069,11 @@ entities: -4,4: 0: 1791 -3,0: - 0: 53247 + 0: 52991 -3,1: 0: 60639 -3,-1: - 0: 65484 + 0: 65230 -3,2: 0: 61166 -3,3: @@ -9072,35 +9111,38 @@ entities: -1,-2: 0: 48063 1,-4: - 0: 65533 + 0: 65521 1,-3: 0: 65295 1,-2: 0: 28640 1,-5: - 0: 7098 + 0: 13106 + 2: 32768 2,-4: - 0: 65523 + 0: 65522 2,-3: 0: 30562 2,-2: 0: 4068 2,-5: - 0: 45055 + 2: 32768 + 0: 767 3,-4: - 0: 65529 + 0: 65528 3,-3: - 0: 43960 + 0: 41912 3,-2: 0: 11195 3,-5: - 0: 48059 + 2: 4096 + 0: 52428 4,-4: - 0: 8188 + 0: 62392 4,-3: - 0: 65533 + 0: 47615 4,-2: - 0: 36857 + 0: 35839 4,-1: 0: 65423 -4,-4: @@ -9110,38 +9152,31 @@ entities: -5,-4: 0: 65519 -4,-3: - 2: 112 - 0: 28672 + 0: 61416 -5,-3: - 2: 192 - 0: 49152 - 3: 256 + 0: 12272 -4,-2: - 0: 6007 + 0: 20206 -5,-2: - 0: 3310 - 3: 4096 + 0: 65262 -5,-1: - 0: 64256 - 2: 4 + 0: 62463 -3,-4: - 0: 65533 - -3,-3: - 3: 4352 - 0: 52428 - -3,-2: - 3: 4369 - 0: 52428 - -3,-5: - 0: 40397 - -2,-4: 0: 65529 + -3,-3: + 0: 64732 + -3,-5: + 0: 56715 + -3,-2: + 0: 61166 + -2,-4: + 0: 65528 -2,-3: 0: 8145 -2,-2: 0: 55739 -2,-5: - 0: 53209 + 0: 56777 -1,-5: 0: 16377 5,0: @@ -9185,16 +9220,16 @@ entities: 8,3: 0: 57296 4,-5: - 0: 56784 + 0: 61408 5,-4: - 0: 35643 + 0: 55611 5,-3: - 0: 56797 + 0: 64989 5,-2: - 0: 16380 + 0: 16383 5,-5: 0: 13104 - 3: 2176 + 2: 2176 6,-4: 0: 65485 6,-3: @@ -9241,7 +9276,7 @@ entities: 0: 1766 -3,8: 0: 34947 - 3: 768 + 2: 768 -2,5: 0: 30583 -2,6: @@ -9325,8 +9360,9 @@ entities: 11,-4: 0: 7423 11,-3: - 0: 4377 - 3: 17604 + 0: 4369 + 2: 17604 + 3: 8 11,-2: 0: 61408 11,-5: @@ -9338,14 +9374,14 @@ entities: 12,-4: 0: 8191 12,-3: - 0: 15 - 3: 39408 + 3: 15 + 2: 39408 12,-2: 0: 4368 - 3: 51400 + 2: 51400 12,-1: - 0: 61440 - 3: 168 + 0: 53248 + 2: 168 9,0: 0: 28912 9,1: @@ -9370,12 +9406,14 @@ entities: 0: 9954 12,1: 0: 61696 + 3: 206 12,2: 0: 511 - 3: 32768 + 2: 32768 12,3: - 0: 53505 - 3: 2184 + 0: 4353 + 3: 49152 + 2: 2184 4,-8: 0: 59562 3,-8: @@ -9383,27 +9421,27 @@ entities: 4,-7: 0: 65519 3,-7: - 0: 21791 + 0: 29567 4,-6: 0: 61423 3,-6: - 0: 36721 + 0: 52294 4,-9: - 0: 34336 - 3: 2050 - 2: 8 + 0: 32768 + 2: 2050 + 3: 1576 5,-7: 0: 65535 5,-6: 0: 65535 5,-8: - 2: 3822 + 3: 3822 6,-7: 0: 65535 6,-6: 0: 65535 6,-5: - 3: 4080 + 2: 4080 6,-8: 0: 59118 6,-9: @@ -9432,40 +9470,41 @@ entities: 0: 64985 10,-8: 0: 4605 - 2: 49152 + 3: 49152 10,-7: 0: 64529 - 2: 12 + 3: 12 10,-6: 0: 65520 10,-9: - 0: 17984 + 0: 16384 4: 1 - 3: 2444 + 2: 2444 + 3: 1600 11,-7: 0: 65518 11,-6: 0: 56782 11,-8: - 2: 3822 + 3: 3822 11,-9: - 2: 57344 - 3: 153 + 3: 57344 + 2: 153 12,-8: - 2: 1911 + 3: 1911 12,-7: 0: 16383 - 3: 49152 + 2: 49152 12,-6: 0: 63453 - 3: 2082 + 2: 2082 12,-5: 0: 15831 - 3: 49704 + 2: 49704 0,-8: 0: 7645 0,-9: - 0: 56784 + 0: 8144 -1,-8: 0: 56829 0,-7: @@ -9481,127 +9520,131 @@ entities: 1,-7: 0: 61559 1,-6: - 0: 10086 - 1,-9: - 0: 7508 + 0: 8994 2,-8: 0: 23901 2,-7: 0: 32709 2,-6: - 0: 10096 + 0: 63232 2,-9: 0: 21831 3,-9: 0: 20477 12,-9: - 2: 28672 - 3: 35 + 3: 28672 + 2: 35 13,-8: - 0: 30993 - 3: 224 + 3: 2321 + 0: 28672 + 2: 224 13,-7: 0: 32767 - 3: 32768 + 2: 32768 13,-6: 0: 55215 - 3: 10320 + 2: 10320 13,-5: 0: 32679 - 3: 32856 + 2: 32856 13,-9: - 0: 4352 + 3: 4352 13,-4: 0: 32767 14,-8: - 3: 240 - 0: 20224 + 2: 240 + 3: 3840 + 0: 16384 14,-7: 0: 61439 - 3: 4096 + 2: 4096 14,-6: 0: 65501 - 3: 34 + 2: 34 14,-5: 0: 60895 - 3: 4640 + 2: 4640 14,-4: 0: 20479 15,-8: - 3: 34864 + 2: 34864 15,-7: - 0: 22353 - 3: 34952 + 0: 4881 + 3: 17472 + 2: 34952 15,-6: - 0: 13141 - 3: 34952 + 0: 13073 + 3: 68 + 2: 34952 15,-5: - 0: 21843 - 3: 34952 + 0: 4371 + 3: 17472 + 2: 34952 15,-4: - 0: 343 - 3: 34952 + 0: 275 + 3: 68 + 2: 34952 13,-3: - 3: 240 - 0: 8 + 2: 240 + 3: 8 13,-1: - 0: 63488 - 3: 32 + 0: 20480 + 2: 32 + 3: 32768 14,-3: - 0: 15 - 3: 240 + 3: 15 + 2: 240 13,-2: - 3: 2048 + 2: 2048 14,-2: - 3: 24320 + 2: 24320 14,-1: - 0: 65392 + 3: 65392 13,0: - 0: 8 - 3: 32 + 3: 65464 14,0: - 0: 127 - 3: 20480 + 3: 65535 15,-3: - 3: 248 + 2: 248 15,-2: - 3: 12544 + 2: 12544 15,-1: - 3: 52806 + 3: 4096 + 2: 52806 15,0: - 3: 13902 + 2: 17998 -4,-8: - 0: 48049 - -4,-9: - 0: 47931 + 0: 48056 -5,-8: - 0: 65521 + 0: 65525 -4,-7: 0: 48059 -5,-7: 0: 48056 -4,-6: - 0: 48059 + 0: 48123 -5,-6: 0: 49147 -5,-5: 0: 65163 + -4,-9: + 0: 60652 -3,-8: - 0: 65521 - -3,-7: 0: 65535 + -3,-7: + 0: 45055 -3,-6: - 0: 56415 + 0: 48123 -3,-9: - 0: 64270 + 0: 65535 -2,-8: - 0: 56796 + 0: 56558 -2,-7: 0: 56793 -2,-6: - 0: 57309 + 0: 56829 -2,-9: - 0: 53487 + 0: 57582 -1,-9: 0: 56569 -8,-8: @@ -9649,7 +9692,7 @@ entities: -6,-4: 0: 26223 -5,-9: - 0: 56797 + 0: 54741 -9,-4: 0: 7551 -8,-3: @@ -9661,13 +9704,14 @@ entities: -9,-2: 0: 4095 -8,-1: - 0: 2185 - 3: 4882 + 3: 1 + 2: 4882 + 0: 2184 -9,-1: - 3: 3885 - 0: 2 + 2: 3885 + 3: 2 -8,0: - 3: 85 + 2: 85 0: 24576 -7,-3: 0: 61262 @@ -9686,18 +9730,18 @@ entities: -6,0: 0: 45294 -9,0: - 0: 3840 + 3: 3840 -8,1: 0: 28263 -8,2: 0: 49255 - 3: 4096 + 2: 4096 -9,1: 0: 57344 -9,2: 0: 25838 -8,3: - 3: 17 + 2: 17 0: 55500 -9,3: 0: 54374 @@ -9742,8 +9786,9 @@ entities: 7,7: 0: 61679 7,8: - 0: 11779 - 3: 128 + 0: 3 + 3: 11776 + 2: 128 8,4: 0: 49072 8,5: @@ -9751,142 +9796,144 @@ entities: 8,6: 0: 17748 8,7: - 0: 61687 + 0: 12535 + 3: 49152 0,-12: 0: 4368 - 3: 3084 + 2: 3084 -1,-12: 0: 65520 0,-11: - 0: 53061 + 0: 53197 -1,-11: 0: 3855 0,-10: - 0: 53725 + 0: 57297 -1,-10: 0: 53247 0,-13: - 3: 8960 + 2: 8960 1,-12: - 3: 4593 + 2: 497 1,-11: - 3: 143 - 0: 13056 + 0: 30464 + 2: 14 + 1,-9: + 0: 2872 1,-10: - 0: 28787 + 0: 41062 2,-12: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 2,-11: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 2,-10: - 0: 29020 + 0: 28944 + 3: 76 2,-13: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 3,-12: - 0: 1991 - 3: 4144 + 3: 1991 + 2: 4144 3,-11: - 0: 1991 - 3: 4144 + 3: 1991 + 2: 4144 3,-10: - 0: 7647 + 3: 3279 + 0: 4368 3,-13: - 3: 4144 - 0: 1991 + 2: 4144 + 3: 1991 4,-12: - 0: 4369 - 3: 17508 + 3: 4369 + 2: 17508 4,-11: - 0: 14097 - 3: 2156 + 3: 14097 + 2: 2156 4,-10: - 0: 785 - 3: 8226 - 2: 8 + 3: 793 + 2: 8226 5: 2048 4,-13: - 0: 4369 - 3: 17508 + 3: 4369 + 2: 17508 5,-11: - 3: 687 - 0: 36096 + 2: 687 + 3: 36096 5,-10: - 2: 3 + 3: 2051 5: 768 - 3: 32904 - 0: 2048 + 2: 32904 5,-9: - 2: 3 - 0: 3456 - 3: 520 + 3: 3459 + 2: 520 5,-12: - 3: 40960 + 2: 40960 6,-12: - 3: 63624 + 2: 63624 6,-11: - 3: 31 + 2: 31 0: 60416 6,-10: 0: 61166 6,-13: - 3: 32768 + 2: 32768 7,-12: - 3: 4356 - 2: 52224 + 2: 4356 + 3: 52224 7,-11: - 3: 1 + 2: 1 0: 65280 - 2: 12 + 3: 12 7,-10: 0: 65535 7,-13: - 3: 65100 + 2: 65100 8,-12: - 2: 4352 - 3: 52361 + 3: 4352 + 2: 52361 8,-11: - 2: 1 + 3: 1 0: 29440 - 3: 140 + 2: 140 8,-10: 0: 30583 -4,-12: 0: 56796 -4,-13: 0: 4352 - 3: 2252 + 2: 2252 -5,-12: 0: 3824 -4,-11: - 0: 49073 + 0: 16305 -4,-10: - 0: 47795 + 0: 7099 -5,-10: - 0: 37883 + 0: 7163 -3,-12: 0: 14193 -3,-11: - 0: 32762 + 0: 4090 -3,-10: - 0: 30582 + 0: 53749 -3,-13: - 3: 35057 + 2: 35057 -2,-12: - 3: 275 + 2: 275 0: 52352 -2,-11: - 0: 3871 + 0: 32543 -2,-10: - 0: 3067 + 0: 9830 -2,-13: - 3: 19456 + 2: 19456 -1,-13: - 3: 28416 + 2: 28416 -8,-12: - 3: 2 + 2: 2 0: 3840 -9,-12: 0: 8176 @@ -9905,13 +9952,15 @@ entities: -7,-10: 0: 4095 -7,-13: - 0: 30504 + 0: 30496 + 3: 8 -6,-12: 0: 20466 -6,-10: 0: 36863 -6,-13: - 0: 30504 + 0: 30496 + 3: 8 -6,-11: 0: 20206 -5,-11: @@ -9923,28 +9972,29 @@ entities: -13,-4: 0: 65024 -12,-3: - 0: 2063 - 3: 42752 + 0: 15 + 2: 42752 + 3: 2048 -13,-3: 0: 15 - 3: 3584 + 2: 3584 -12,-2: - 3: 26282 - 0: 34816 + 2: 26282 + 3: 34816 -12,-1: - 3: 3626 + 2: 3626 -11,-4: 0: 61678 -11,-3: 0: 61135 -11,-1: - 0: 3 - 3: 3900 + 3: 3 + 2: 3900 -11,-2: 0: 3822 -11,-5: 0: 25668 - 3: 1 + 2: 1 -10,-4: 0: 29935 -10,-3: @@ -9952,20 +10002,20 @@ entities: -10,-2: 0: 4095 -10,-1: - 3: 3885 - 0: 2 + 2: 3885 + 3: 2 -12,-8: 0: 4095 -13,-8: 0: 4095 -12,-7: - 3: 12 + 2: 12 -11,-8: 0: 20479 -11,-7: 0: 18022 -11,-6: - 3: 1 + 2: 1 0: 17476 -11,-9: 0: 41843 @@ -9982,18 +10032,18 @@ entities: -12,4: 0: 51201 -12,3: - 3: 12288 + 2: 12288 -13,4: - 3: 29081 + 2: 29081 0: 32768 -13,5: 0: 136 - 3: 37233 + 2: 37233 -12,6: 0: 129 - 3: 3120 + 2: 3120 -13,6: - 3: 4377 + 2: 4377 -12,5: 0: 2252 -11,4: @@ -10002,11 +10052,11 @@ entities: 0: 3979 -11,6: 0: 2200 - 3: 256 + 2: 256 -11,3: 0: 65291 -11,7: - 3: 3136 + 2: 3136 0: 8 -10,4: 0: 56591 @@ -10016,11 +10066,11 @@ entities: 0: 4095 -10,7: 0: 13 - 3: 52992 + 2: 52992 -10,3: 0: 65293 -10,8: - 3: 52292 + 2: 52292 -9,4: 0: 55757 -9,5: @@ -10028,7 +10078,7 @@ entities: -9,6: 0: 51709 -9,7: - 3: 16 + 2: 16 0: 60556 -9,8: 0: 3822 @@ -10041,87 +10091,85 @@ entities: -8,7: 0: 28397 8,-13: - 3: 62225 + 2: 62225 9,-12: - 3: 36864 + 2: 36864 9,-11: - 3: 1215 - 0: 6912 + 2: 1215 + 3: 6912 9,-10: - 3: 4113 - 0: 256 - 2: 12 + 2: 4113 + 3: 268 6: 3072 9,-9: - 3: 1025 - 0: 2832 + 2: 1025 + 3: 2832 4: 12 10,-11: - 3: 295 - 0: 17920 + 2: 295 + 3: 17920 10,-10: - 2: 1 + 3: 1025 6: 256 - 3: 18508 - 0: 1024 + 2: 18508 10,-12: - 3: 8192 + 2: 8192 11,-10: - 3: 65529 + 2: 65529 11,-11: - 3: 39304 + 2: 39304 11,-12: - 3: 34944 + 2: 34944 12,-12: - 3: 8994 + 2: 8994 12,-11: - 3: 562 + 2: 562 12,-10: - 3: 8960 + 2: 8960 4,-16: - 0: 4369 - 3: 17990 + 3: 4369 + 2: 17990 4,-17: - 3: 22272 + 2: 22272 3,-16: - 0: 1991 - 3: 4144 + 3: 1991 + 2: 4144 4,-15: - 0: 4369 - 3: 17508 + 3: 4369 + 2: 17508 3,-15: - 0: 1991 - 3: 4144 + 3: 1991 + 2: 4144 4,-14: - 0: 4369 - 3: 17508 + 3: 4369 + 2: 17508 3,-14: - 0: 1991 - 3: 4144 + 3: 1991 + 2: 4144 6,-15: - 3: 49152 + 2: 49152 6,-14: - 3: 200 + 2: 200 7,-15: - 3: 61440 + 2: 61440 7,-14: - 3: 20212 + 2: 20212 8,-15: - 3: 61440 + 2: 61440 8,-14: - 3: 5113 + 2: 5113 9,-15: - 3: 4096 + 2: 4096 9,-14: - 3: 112 + 2: 112 -11,2: - 3: 19456 + 2: 19456 -10,2: - 3: 36744 + 2: 36744 -10,0: - 3: 34816 + 2: 34816 -10,1: - 3: 34952 + 2: 34952 -8,8: 0: 53247 -7,4: @@ -10146,15 +10194,15 @@ entities: 0: 1911 -5,8: 0: 15 - 3: 256 + 2: 256 -12,-12: 0: 136 - 3: 16384 + 2: 16384 -12,-9: - 3: 1024 + 2: 1024 -12,-13: 0: 32768 - 3: 64 + 2: 64 -11,-12: 0: 62071 -11,-11: @@ -10176,50 +10224,53 @@ entities: -9,-13: 0: 30583 -4,-16: - 3: 20224 + 2: 20224 -5,-16: - 3: 40704 + 2: 40704 -4,-15: - 3: 15 + 2: 15 -5,-15: - 3: 15 + 2: 15 -3,-16: - 3: 9984 + 2: 9984 -3,-15: - 3: 7 + 2: 7 -8,-14: - 3: 4504 - 0: 34816 + 2: 4504 + 3: 34816 -9,-14: - 0: 28912 + 3: 240 + 0: 28672 -8,-13: - 3: 1831 - 0: 8 + 2: 1831 + 3: 8 -8,-16: - 3: 35840 + 2: 35840 -8,-15: - 3: 12 + 2: 12 -7,-16: - 3: 12032 + 2: 12032 -7,-15: - 3: 60143 + 2: 60143 -7,-14: - 3: 143 - 0: 34816 + 2: 143 + 3: 34816 -6,-16: - 3: 24320 + 2: 24320 -6,-15: - 3: 12863 + 2: 12863 -6,-14: - 3: 143 - 0: 34816 + 2: 143 + 3: 34816 -12,-14: - 3: 128 + 2: 128 -11,-14: - 3: 16 - 0: 45152 + 2: 16 + 0: 45056 + 3: 96 -10,-14: - 0: 61904 + 0: 61712 + 3: 192 -16,-8: 0: 61439 -17,-8: @@ -10227,13 +10278,13 @@ entities: -16,-7: 0: 10 -17,-7: - 3: 8 + 2: 8 -16,-9: 0: 59904 -15,-8: 0: 4095 -15,-7: - 3: 10 + 2: 10 -14,-8: 0: 61439 -14,-7: @@ -10241,55 +10292,55 @@ entities: -14,-9: 0: 59904 -13,-7: - 3: 2 + 2: 2 -19,-7: - 3: 58436 + 2: 58436 -19,-6: - 3: 43690 + 2: 43690 -19,-5: - 3: 17642 + 2: 17642 -19,-8: - 3: 19592 + 2: 19592 -19,-4: - 3: 35908 + 2: 35908 -19,-9: - 3: 32768 + 2: 32768 -18,-8: - 3: 4898 + 2: 4898 0: 2248 -18,-7: - 3: 4369 + 2: 4369 -18,-5: - 3: 4368 + 2: 4368 -18,-4: - 3: 28433 + 2: 28433 -18,-9: - 3: 12288 + 2: 12288 -17,-9: - 3: 2048 + 2: 2048 -15,-9: - 3: 2560 + 2: 2560 -13,-9: - 3: 512 + 2: 512 -16,-4: - 3: 20224 + 2: 20224 -17,-4: - 3: 20224 + 2: 20224 -16,-3: - 3: 244 + 2: 244 -17,-3: - 3: 244 + 2: 244 -15,-4: - 3: 10112 + 2: 10112 -15,-3: - 3: 2162 + 2: 2162 -14,-4: 0: 64170 -14,-3: 0: 43695 8,8: - 0: 1004 - 3: 11280 + 3: 1004 + 2: 11280 9,4: 0: 65520 9,5: @@ -10297,10 +10348,11 @@ entities: 9,6: 0: 30711 9,7: - 0: 55536 + 0: 51440 + 3: 4096 9,8: - 0: 8753 - 3: 35264 + 3: 8753 + 2: 35264 10,4: 0: 40400 10,5: @@ -10311,7 +10363,7 @@ entities: 0: 55551 10,8: 0: 12 - 3: 16 + 2: 16 11,5: 0: 64791 11,6: @@ -10320,23 +10372,31 @@ entities: 0: 64541 11,8: 0: 1 - 3: 192 + 2: 192 12,4: - 0: 35832 + 0: 880 + 3: 34952 12,5: - 0: 4335 + 3: 239 + 0: 4096 12,6: - 0: 4320 + 0: 4096 + 3: 224 12,7: 0: 65280 0,9: 0: 63346 + -1,9: + 0: 47893 0,10: 0: 7 + -1,10: + 0: 4379 + 2: 17408 1,9: 0: 65535 1,10: - 3: 16 + 2: 16 0: 2248 2,9: 0: 65535 @@ -10345,64 +10405,66 @@ entities: 3,9: 0: 65535 3,10: - 3: 16 + 2: 16 4,9: 0: 57311 4,10: - 3: 16 + 2: 16 0: 12 5,9: 0: 65535 5,10: 0: 50383 5,11: - 3: 8736 - 0: 52424 + 2: 8736 + 3: 52416 + 0: 8 5,12: - 3: 17478 - 0: 34952 + 2: 17478 + 3: 34952 6,9: 0: 7645 6,10: - 0: 8715 - 3: 128 + 0: 8707 + 3: 8 + 2: 128 6,11: - 0: 13104 - 3: 17472 + 3: 13104 + 2: 17472 6,12: - 3: 4375 + 2: 4375 7,10: - 0: 2059 - 3: 8944 + 3: 2059 + 2: 8944 7,9: - 0: 10794 - 3: 192 + 3: 10794 + 2: 192 7,11: - 3: 8930 - 0: 2056 + 2: 8930 + 3: 2056 7,12: - 3: 8930 - 0: 2056 + 2: 8930 + 3: 2056 8,9: - 0: 3983 - 3: 8304 + 3: 3983 + 2: 8304 8,10: - 0: 3983 - 3: 8304 + 3: 3983 + 2: 8304 8,11: - 0: 3983 - 3: 8304 + 3: 3983 + 2: 8304 -3,9: - 3: 32 + 2: 32 0: 57480 -3,10: - 3: 32 + 2: 32 0: 34944 -3,11: - 3: 2 + 2: 2 0: 3592 -3,12: - 3: 8194 + 2: 8194 0: 34952 -2,9: 0: 30523 @@ -10412,253 +10474,250 @@ entities: 0: 30583 -2,12: 0: 48051 - -1,9: - 0: 21873 - -1,10: - 0: 4369 - 3: 17472 -1,11: 0: 4913 -1,12: 0: 4403 - 3: 16384 + 2: 16384 8,12: - 0: 3983 - 3: 8304 + 3: 3983 + 2: 8304 9,9: - 0: 8754 - 3: 35016 + 3: 8754 + 2: 35016 9,10: - 0: 8754 - 3: 35016 + 3: 8754 + 2: 35016 9,11: - 0: 8754 - 3: 35016 + 3: 8754 + 2: 35016 9,12: - 0: 8754 - 3: 35016 + 3: 8754 + 2: 35016 12,8: - 3: 16 + 2: 16 0: 76 13,8: 0: 17 - 3: 76 + 2: 76 13,7: 0: 4352 - 3: 19522 + 2: 19522 14,8: - 3: 143 + 2: 143 14,7: - 3: 53128 + 2: 53128 15,8: - 3: 34 + 2: 34 15,7: - 3: 12835 + 2: 12835 13,4: - 0: 13107 - 3: 52416 + 3: 13107 + 2: 52416 13,5: - 0: 19 - 3: 8800 + 3: 19 + 2: 8800 13,6: - 0: 16 - 3: 8802 + 3: 16 + 2: 8802 13,3: - 0: 4096 - 3: 8192 + 3: 4096 + 2: 8192 14,4: - 3: 65276 + 2: 65276 14,5: - 3: 34956 + 2: 34956 14,3: - 3: 34952 + 2: 34952 15,4: - 3: 12850 + 2: 12850 15,5: - 3: 8994 + 2: 8994 14,6: - 3: 32776 + 2: 32776 15,6: - 3: 8754 + 2: 8754 15,3: - 3: 8994 + 2: 8994 -8,9: - 3: 58096 + 2: 58096 -9,9: - 3: 240 + 2: 240 -7,9: - 3: 29936 + 2: 29936 -7,10: - 3: 43694 + 2: 43694 -7,11: - 3: 9742 + 2: 9742 -7,12: - 3: 34822 + 2: 34822 -6,11: 0: 30498 - 3: 8 + 2: 8 -6,9: 0: 26214 -6,10: 0: 8738 - 3: 128 + 2: 128 -6,12: 0: 26119 -10,9: - 3: 136 + 2: 136 -14,4: - 3: 50252 + 2: 50252 -14,3: - 3: 17604 + 2: 17604 -14,5: - 3: 17604 + 2: 17604 -14,6: - 3: 50252 + 2: 50252 -14,7: - 3: 19524 + 2: 19524 -13,7: - 3: 4369 + 2: 4369 -13,3: - 3: 4369 + 2: 4369 -13,8: - 3: 1 + 2: 1 -4,13: 0: 61440 - 3: 64 + 2: 64 -4,14: 0: 139 - 3: 8960 + 2: 8960 -5,13: 0: 61696 - 3: 64 + 2: 64 -5,14: 0: 4921 - 3: 34816 + 2: 34816 -4,15: - 3: 63266 + 2: 63266 -5,15: - 3: 51336 - 0: 1092 + 2: 51336 + 3: 1092 -4,16: - 3: 146 + 2: 146 -3,13: 0: 65288 - 3: 2 + 2: 2 -3,14: 0: 2032 -3,15: - 3: 63488 + 2: 63488 -3,16: - 3: 249 + 2: 249 -2,13: 0: 19859 -2,14: - 3: 61440 + 2: 61440 0: 102 -2,15: - 3: 65433 + 2: 65433 -2,16: - 3: 244 + 2: 244 -1,13: 0: 273 - 3: 35020 + 2: 35020 -1,14: - 3: 6047 + 2: 6047 -1,15: - 3: 28928 + 2: 28928 -1,16: - 3: 2 + 2: 2 -7,15: - 3: 61440 + 2: 61440 -7,13: - 3: 8800 + 2: 8800 -7,14: - 3: 98 - 0: 32768 + 2: 98 + 3: 32768 -7,16: - 3: 228 + 2: 228 -6,13: 0: 40822 -6,14: - 0: 14771 + 0: 2483 + 3: 12288 -6,15: - 3: 28672 - 0: 1092 + 2: 28672 + 3: 1092 -6,16: - 3: 254 + 2: 254 -5,16: - 3: 255 + 2: 255 5,13: - 3: 8740 - 0: 52424 + 2: 8740 + 3: 52424 5,14: - 3: 12 + 2: 12 6,13: - 3: 8737 - 0: 4368 + 2: 8737 + 3: 4368 6,14: - 3: 1 + 2: 1 7,13: - 3: 8930 - 0: 2056 + 2: 8930 + 3: 2056 7,14: - 3: 41698 - 0: 2056 + 2: 41698 + 3: 2056 7,15: - 3: 14 + 2: 14 8,13: - 0: 3983 - 3: 8304 + 3: 3983 + 2: 8304 8,14: - 0: 3983 - 3: 32880 + 3: 3983 + 2: 32880 8,15: - 3: 127 + 2: 127 12,0: - 3: 32 + 3: 61152 13,1: - 3: 50696 - 0: 8192 + 3: 8335 + 2: 50688 13,2: - 0: 34 - 3: 1740 + 3: 34 + 2: 1740 14,1: - 3: 15 + 3: 55 + 2: 34816 15,1: - 3: 1 + 2: 8820 14,2: - 3: 34944 + 2: 34952 15,2: - 3: 62064 + 2: 62066 2,-16: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 2,-17: - 3: 24320 + 2: 24320 2,-15: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 2,-14: - 3: 4593 - 0: 3084 + 2: 4593 + 3: 3084 3,-17: - 3: 20224 + 2: 20224 9,13: - 0: 8754 - 3: 35016 + 3: 8754 + 2: 35016 9,14: - 0: 562 - 3: 43208 + 3: 562 + 2: 43208 9,15: - 3: 15 + 2: 15 -19,-3: - 3: 136 + 2: 136 -18,-3: - 3: 246 + 2: 246 -14,2: - 3: 18432 + 2: 18432 -13,2: - 3: 4369 + 2: 4369 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -10691,7 +10750,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -10706,7 +10765,7 @@ entities: - 0 - 0 - volume: 2500 - immutable: True + temperature: 293.15 moles: - 0 - 0 @@ -10776,6 +10835,73 @@ entities: - type: Transform pos: 42.5523,-14.618078 parent: 2 +- proto: ActionToggleBlock + entities: + - uid: 2166 + mapInit: true + paused: true + components: + - type: Transform + parent: 2102 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 2102 + - uid: 15056 + mapInit: true + paused: true + components: + - type: Transform + parent: 6149 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 6149 + - uid: 15092 + mapInit: true + paused: true + components: + - type: Transform + parent: 6152 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 6152 + - uid: 15172 + mapInit: true + paused: true + components: + - type: Transform + parent: 15171 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 15171 + - uid: 15233 + mapInit: true + paused: true + components: + - type: Transform + parent: 6187 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 6187 + - uid: 18034 + mapInit: true + paused: true + components: + - type: Transform + parent: 16950 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 16950 +- proto: ActionToggleLight + entities: + - uid: 18263 + mapInit: true + paused: true + components: + - type: Transform + parent: 18262 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 18262 - proto: AirAlarm entities: - uid: 488 @@ -10790,11 +10916,8 @@ entities: - 486 - 716 - 454 - - 5993 - - 3439 - - 5992 - - 3815 - - 14702 + - 18629 + - 18628 - uid: 811 components: - type: MetaData @@ -10808,10 +10931,8 @@ entities: - 2691 - 824 - 901 - - 3815 - - 3439 - - 5992 - - 5993 + - 18628 + - 18629 - 1628 - 263 - 264 @@ -10824,7 +10945,6 @@ entities: - 197 - 243 - 1619 - - 14702 - uid: 813 components: - type: MetaData @@ -10943,18 +11063,6 @@ entities: - 7523 - 13848 - 368 - - uid: 1718 - components: - - type: MetaData - name: air alarm (EVA Storage) - - type: Transform - pos: 19.5,-12.5 - parent: 2 - - type: DeviceList - devices: - - 2488 - - 10855 - - 2830 - uid: 2196 components: - type: MetaData @@ -11069,6 +11177,14 @@ entities: - 2280 - 3484 - 10525 + - uid: 6195 + components: + - type: MetaData + name: air alarm (HoS's Bedroom) + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-37.5 + parent: 2 - uid: 8141 components: - type: MetaData @@ -11080,6 +11196,14 @@ entities: - type: DeviceList devices: - 13849 + - uid: 10356 + components: + - type: MetaData + name: air alarm (Vault) + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-19.5 + parent: 2 - uid: 11015 components: - type: MetaData @@ -11139,18 +11263,6 @@ entities: - 11057 - 11058 - 11065 - - uid: 11081 - components: - - type: MetaData - name: air alarm (Vault) - - type: Transform - pos: -16.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 11066 - - 11067 - - 11068 - uid: 11082 components: - type: MetaData @@ -11460,6 +11572,20 @@ entities: - 11410 - 11411 - 10873 + - uid: 12625 + components: + - type: MetaData + name: air alarm (HoP's Office) + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 12648 + - 12649 + - 10376 + - 1437 - uid: 12674 components: - type: MetaData @@ -11579,20 +11705,12 @@ entities: - 2768 - 13804 - 13805 - - uid: 12810 + - uid: 13031 components: - - type: MetaData - name: air alarm (Engineering Locker Room) - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-12.5 + rot: -1.5707963267948966 rad + pos: 29.5,-10.5 parent: 2 - - type: DeviceList - devices: - - 13803 - - 9209 - - 9168 - - 9210 - uid: 13789 components: - type: MetaData @@ -11649,6 +11767,7 @@ entities: - 10819 - 14212 - 14136 + - 18028 - uid: 13792 components: - type: MetaData @@ -11720,58 +11839,8 @@ entities: - 10829 - 10809 - 10828 - - 10857 - - 10858 - - 10859 - - 10861 - 14970 - 14997 - - uid: 13796 - components: - - type: MetaData - name: air alarm (HoP's Office) - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 11910 - - 11912 - - 11911 - - 10861 - - 10862 - - uid: 13797 - components: - - type: MetaData - name: air alarm (HoP's Bedroom) - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 11909 - - 10830 - - 11908 - - uid: 13799 - components: - - type: MetaData - name: air alarm (Southeast Hall) - - type: Transform - pos: 15.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 12562 - - 12563 - - 8358 - - 10857 - - 10858 - - 10859 - - 10915 - - 1081 - - 1083 - uid: 13800 components: - type: MetaData @@ -11782,30 +11851,15 @@ entities: parent: 2 - type: DeviceList devices: - - 10718 - - 10717 - - 13803 - - 1081 - - 1083 - 10849 - 10850 - 10851 - - 13804 - - 13805 - - uid: 13802 - components: - - type: MetaData - name: air alarm (Engineering Checkpoint) - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 10915 - - 12658 - - 12659 - - 13801 + - 8647 + - 8973 + - 10077 + - 12549 + - 12547 + - 12548 - uid: 13811 components: - type: MetaData @@ -12105,31 +12159,6 @@ entities: - 11224 - 16478 - 16479 - - uid: 13871 - components: - - type: MetaData - name: air alarm (West Hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 11935 - - 11937 - - 11936 - - 1620 - - 1621 - - 1622 - - 10810 - - 10811 - - 10804 - - 10803 - - 10805 - - 10806 - - 10834 - - 10839 - - 1938 - uid: 13933 components: - type: MetaData @@ -12193,6 +12222,53 @@ entities: - 12404 - 10840 - 10841 + - uid: 13971 + components: + - type: MetaData + name: air alarm (HoP's Bedroom) + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 12647 + - 10859 + - 18302 + - uid: 14483 + components: + - type: MetaData + name: air alarm (Brig) + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 18031 + - 18032 + - uid: 14484 + components: + - type: MetaData + name: air alarm (Genpop Locker Room) + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 18029 + - 18028 + - 18030 + - uid: 14486 + components: + - type: MetaData + name: air alarm (Solitary Confinement) + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 18033 - uid: 14552 components: - type: MetaData @@ -12211,17 +12287,25 @@ entities: - 13834 - 13835 - 13850 - - uid: 14751 + - uid: 14605 components: - type: MetaData - name: air alarm (Spare Room) + name: air alarm (Genpop) - type: Transform - pos: -14.5,-31.5 + rot: -1.5707963267948966 rad + pos: -6.5,-27.5 parent: 2 - type: DeviceList devices: - - 14760 - - 14759 + - 14643 + - 14631 + - 14630 + - 14625 + - 14617 + - 18029 + - 18030 + - 18031 + - 18032 - uid: 14859 components: - type: MetaData @@ -12237,49 +12321,7 @@ entities: - 13268 - 14998 - 14999 - - 15000 - - uid: 15056 - components: - - type: MetaData - name: air alarm (Genpop Dorm) - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 14607 - - 14799 - - 14605 - - uid: 15057 - components: - - type: MetaData - name: air alarm (Genpop) - - type: Transform - pos: -10.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 14649 - - 14630 - - 14734 - - 17586 - - 17587 - - uid: 15063 - components: - - type: MetaData - name: air alarm (Genpop Entrance) - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 13271 - - 13267 - - 14483 - - 17586 - - 17587 - - 17585 + - 4973 - uid: 15065 components: - type: MetaData @@ -12290,7 +12332,6 @@ entities: parent: 2 - type: DeviceList devices: - - 12416 - 14801 - 11896 - 1879 @@ -12323,7 +12364,7 @@ entities: - 13486 - 13746 - 13539 - - 15000 + - 4973 - uid: 15069 components: - type: MetaData @@ -12339,19 +12380,6 @@ entities: - 14029 - 14998 - 14999 - - uid: 15092 - components: - - type: MetaData - name: air alarm (Armoury) - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 13586 - - 13670 - - 13742 - uid: 15093 components: - type: MetaData @@ -12360,24 +12388,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-36.5 parent: 2 - - type: DeviceList - devices: - - 13676 - - 13677 - - 14449 - - uid: 15125 - components: - - type: MetaData - name: air alarm (HoS's Bedroom) - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-38.5 - parent: 2 - - type: DeviceList - devices: - - 14473 - - 14460 - - 15141 - uid: 15135 components: - type: MetaData @@ -12400,6 +12410,14 @@ entities: - 12743 - 5665 - 11808 + - uid: 15197 + components: + - type: MetaData + name: air alarm (Armoury) + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-32.5 + parent: 2 - uid: 15328 components: - type: MetaData @@ -12423,7 +12441,20 @@ entities: - 15331 - 1879 - 1878 - - 17585 + - 18033 + - uid: 15382 + components: + - type: MetaData + name: air alarm (Spare Room) + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 1782 + - 4448 + - 15429 - uid: 15453 components: - type: MetaData @@ -12469,6 +12500,32 @@ entities: - type: DeviceList devices: - 15649 + - uid: 15720 + components: + - type: MetaData + name: air alarm (Genpop Dorm) + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 15571 + - 15318 + - 15319 + - uid: 15876 + components: + - type: MetaData + name: air alarm (Visitation) + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-34.5 + parent: 2 + - type: DeviceList + devices: + - 6491 + - 15875 + - 6202 - uid: 15940 components: - type: MetaData @@ -12495,6 +12552,14 @@ entities: - 8812 - 8811 - 8813 + - uid: 16745 + components: + - type: MetaData + name: air alarm (EVA) + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-3.5 + parent: 2 - uid: 16808 components: - type: MetaData @@ -12597,12 +12662,69 @@ entities: - 15890 - 963 - 14946 + - uid: 18230 + components: + - type: MetaData + name: air alarm (Southeast Hall) + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 12192 + - 8006 + - 46 + - 12197 + - 10066 + - 8647 + - 8973 + - 10077 + - 13803 + - uid: 18231 + components: + - type: MetaData + name: air alarm (Engineering Checkpoint) + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 5367 + - 1054 + - 1053 + - uid: 18303 + components: + - type: MetaData + name: air alarm (West Hall) + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 1437 + - 11935 + - 11937 + - 11936 + - 10839 + - 1938 + - 10834 + - 10805 + - 10803 + - 10806 + - 1620 + - 1621 + - 1622 + - 10810 + - 10811 + - 10804 - proto: AirAlarmElectronics entities: - - uid: 15137 + - uid: 1784 components: - type: Transform - pos: -14.364601,-33.328175 + pos: 19.444597,-18.359528 parent: 2 - proto: AirAlarmFreezer entities: @@ -12631,28 +12753,43 @@ entities: - type: Transform pos: 21.5,32.5 parent: 2 + - uid: 18332 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + pos: 47.5,0.5 + parent: 2 - proto: Airlock entities: - - uid: 1032 + - uid: 39 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 2 + - uid: 1468 components: - type: MetaData - name: airlock (Cryo) + name: airlock (Visitation) - type: Transform - pos: -12.5,-21.5 + pos: -17.5,-31.5 parent: 2 - - uid: 1669 + - uid: 1838 components: - type: MetaData - name: airlock (Dorm) + name: airlock (Dorms) - type: Transform - pos: -11.5,-31.5 + pos: -11.5,-36.5 parent: 2 - - uid: 5233 + - uid: 5701 components: - type: MetaData name: airlock (Bathroom) - type: Transform - pos: -9.5,-32.5 + pos: -10.5,-38.5 parent: 2 - uid: 6033 components: @@ -12678,10 +12815,12 @@ entities: - type: Transform pos: 48.5,-0.5 parent: 2 - - uid: 8596 + - uid: 11081 components: + - type: MetaData + name: airlock (Spare Room) - type: Transform - pos: 54.5,-0.5 + pos: 20.5,-13.5 parent: 2 - uid: 15339 components: @@ -12765,6 +12904,20 @@ entities: parent: 2 - proto: AirlockBrigGlassLocked entities: + - uid: 198 + components: + - type: MetaData + name: glass airlock (Security) + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 311 + components: + - type: MetaData + name: glass airlock (Security) + - type: Transform + pos: -3.5,-19.5 + parent: 2 - uid: 1256 components: - type: MetaData @@ -12781,19 +12934,26 @@ entities: parent: 2 - proto: AirlockBrigLocked entities: - - uid: 311 + - uid: 2490 components: - type: MetaData - name: airlock (Security) + name: airlock (Brig) - type: Transform - pos: -3.5,-19.5 + pos: -6.5,-22.5 parent: 2 - - uid: 314 + - uid: 11737 components: - type: MetaData - name: airlock (Security) + name: airlock (Genpop) - type: Transform - pos: -4.5,-19.5 + pos: -8.5,-24.5 + parent: 2 + - uid: 11787 + components: + - type: MetaData + name: airlock (Genpop) + - type: Transform + pos: -7.5,-24.5 parent: 2 - proto: AirlockCaptainLocked entities: @@ -13208,19 +13368,26 @@ entities: parent: 2 - proto: AirlockEVAGlassLocked entities: - - uid: 2466 + - uid: 13799 components: - type: MetaData name: glass airlock (EVA) - type: Transform - pos: 17.5,-13.5 + pos: -18.5,-1.5 parent: 2 - - uid: 2840 + - uid: 15548 components: - type: MetaData name: glass airlock (EVA) - type: Transform - pos: 17.5,-14.5 + pos: -19.5,-1.5 + parent: 2 + - uid: 18606 + components: + - type: MetaData + name: glass airlock (EVA) + - type: Transform + pos: -18.5,-8.5 parent: 2 - proto: AirlockExternalGlass entities: @@ -13893,13 +14060,6 @@ entities: - type: Transform pos: -29.5,-34.5 parent: 2 - - uid: 11581 - components: - - type: MetaData - name: glass airlock - - type: Transform - pos: -15.5,-31.5 - parent: 2 - uid: 12004 components: - type: Transform @@ -13943,21 +14103,30 @@ entities: rot: 3.141592653589793 rad pos: 9.5,42.5 parent: 2 -- proto: AirlockHeadOfPersonnelLocked +- proto: AirlockHeadOfPersonnelGlassLocked entities: - - uid: 1767 + - uid: 11003 components: - type: MetaData - name: airlock (HoP's Bedroom) + name: glass airlock (EVA) - type: Transform - pos: 9.5,-20.5 + pos: -15.5,-9.5 parent: 2 - - uid: 1781 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 10830 components: - type: MetaData name: airlock (HoP's Office) - type: Transform - pos: 12.5,-15.5 + pos: -12.5,-11.5 + parent: 2 + - uid: 11912 + components: + - type: MetaData + name: airlock (HoP's Bedroom) + - type: Transform + pos: -13.5,-4.5 parent: 2 - proto: AirlockHeadOfSecurityLocked entities: @@ -13968,12 +14137,12 @@ entities: - type: Transform pos: -0.5,-35.5 parent: 2 - - uid: 2124 + - uid: 5794 components: - type: MetaData name: airlock (HoS's Bedroom) - type: Transform - pos: -5.5,-38.5 + pos: 1.5,-37.5 parent: 2 - proto: AirlockHydroGlassLocked entities: @@ -14136,6 +14305,15 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-2.5 parent: 2 +- proto: AirlockMaintLawyerLocked + entities: + - uid: 1147 + components: + - type: MetaData + name: airlock (Law Office) + - type: Transform + pos: -21.5,-44.5 + parent: 2 - proto: AirlockMaintLocked entities: - uid: 692 @@ -14158,25 +14336,11 @@ entities: - type: Transform pos: -25.5,-14.5 parent: 2 - - uid: 1147 - components: - - type: MetaData - name: maintenance access (Law Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-44.5 - parent: 2 - uid: 1226 components: - type: Transform pos: -21.5,-28.5 parent: 2 - - uid: 1437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-15.5 - parent: 2 - uid: 1671 components: - type: Transform @@ -14199,10 +14363,10 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-15.5 parent: 2 - - uid: 1871 + - uid: 2033 components: - type: Transform - pos: -14.5,-37.5 + pos: 15.5,-15.5 parent: 2 - uid: 2520 components: @@ -14336,12 +14500,6 @@ entities: - type: Transform pos: 47.5,5.5 parent: 2 - - type: Door - secondsUntilStateChange: -468444.75 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - uid: 8130 components: - type: MetaData @@ -14403,10 +14561,15 @@ entities: - uid: 14580 components: - type: MetaData - name: maintenance access (Escape Pods) + name: maintenance access - type: Transform pos: -28.5,6.5 parent: 2 + - uid: 15008 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 - uid: 15509 components: - type: MetaData @@ -14442,16 +14605,22 @@ entities: parent: 2 - uid: 17276 components: + - type: MetaData + name: maintenance access (Escape Pods) - type: Transform pos: -26.5,-47.5 parent: 2 - uid: 17337 components: + - type: MetaData + name: maintenance access (Escape Pods) - type: Transform pos: -22.5,-47.5 parent: 2 - uid: 17372 components: + - type: MetaData + name: maintenance access (Escape Pod) - type: Transform pos: -19.5,56.5 parent: 2 @@ -14542,12 +14711,12 @@ entities: - type: Transform pos: 4.5,-21.5 parent: 2 - - uid: 3839 + - uid: 11767 components: - type: MetaData - name: maintenance access (Security) + name: airlock (Security) - type: Transform - pos: -7.5,-35.5 + pos: -6.5,-36.5 parent: 2 - proto: AirlockMaintServiceLocked entities: @@ -14853,27 +15022,12 @@ entities: - type: Transform pos: -1.5,-27.5 parent: 2 - - uid: 1038 + - uid: 1046 components: - type: MetaData name: glass airlock (Checkpoint) - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-7.5 - parent: 2 - - uid: 1981 - components: - - type: MetaData - name: glass airlock (Genpop) - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - uid: 2103 - components: - - type: MetaData - name: glass airlock (Genpop) - - type: Transform - pos: -6.5,-21.5 + pos: 16.5,-9.5 parent: 2 - uid: 2116 components: @@ -14903,6 +15057,27 @@ entities: - type: Transform pos: -4.5,27.5 parent: 2 + - uid: 10556 + components: + - type: MetaData + name: glass airlock (Genpop Locker Room) + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 10796 + components: + - type: MetaData + name: glass airlock (Solitary Confinement) + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 11769 + components: + - type: MetaData + name: glass airlock (Suit Storage) + - type: Transform + pos: 1.5,-33.5 + parent: 2 - proto: AirlockSecurityLocked entities: - uid: 1089 @@ -14991,6 +15166,14 @@ entities: - DoorBolt - proto: AirSensor entities: + - uid: 46 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18230 - uid: 353 components: - type: Transform @@ -15068,24 +15251,19 @@ entities: - type: DeviceNetwork deviceLists: - 817 + - uid: 1053 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18231 - uid: 1391 components: - type: Transform pos: 42.5,-2.5 parent: 2 - - uid: 2018 - components: - - type: Transform - pos: -16.5,-34.5 - parent: 2 - - uid: 2488 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1718 - uid: 2624 components: - type: Transform @@ -15119,6 +15297,11 @@ entities: - type: DeviceNetwork deviceLists: - 11020 + - uid: 4559 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 - uid: 5015 components: - type: Transform @@ -15284,9 +15467,6 @@ entities: - type: Transform pos: 27.5,-12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12810 - uid: 9478 components: - type: Transform @@ -15319,6 +15499,11 @@ entities: - type: DeviceNetwork deviceLists: - 12730 + - uid: 10541 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 - uid: 10553 components: - type: Transform @@ -15327,6 +15512,11 @@ entities: - type: DeviceNetwork deviceLists: - 12724 + - uid: 10861 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 - uid: 10922 components: - type: Transform @@ -15359,14 +15549,6 @@ entities: - type: DeviceNetwork deviceLists: - 11080 - - uid: 11066 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11081 - uid: 11164 components: - type: Transform @@ -15479,6 +15661,11 @@ entities: - type: DeviceNetwork deviceLists: - 11399 + - uid: 11427 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 - uid: 11645 components: - type: Transform @@ -15543,22 +15730,6 @@ entities: - type: DeviceNetwork deviceLists: - 15190 - - uid: 11908 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13797 - - uid: 11912 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13796 - uid: 11937 components: - type: Transform @@ -15566,7 +15737,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13871 + - 18303 - uid: 12056 components: - type: Transform @@ -15724,14 +15895,17 @@ entities: - type: Transform pos: 20.5,0.5 parent: 2 - - uid: 12563 + - type: DeviceNetwork + deviceLists: + - 13800 + - uid: 12649 components: - type: Transform - pos: 14.5,-13.5 + pos: -13.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13799 + - 12625 - uid: 12918 components: - type: Transform @@ -15773,14 +15947,6 @@ entities: - type: DeviceNetwork deviceLists: - 11208 - - uid: 13267 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15063 - uid: 13268 components: - type: Transform @@ -15803,17 +15969,6 @@ entities: - type: Transform pos: 2.5,-30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15092 - - uid: 13677 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15093 - uid: 13744 components: - type: Transform @@ -15831,14 +15986,6 @@ entities: - type: DeviceNetwork deviceLists: - 15067 - - uid: 13801 - components: - - type: Transform - pos: 19.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13802 - uid: 13830 components: - type: Transform @@ -15863,22 +16010,19 @@ entities: - type: DeviceNetwork deviceLists: - 8141 - - uid: 14630 + - uid: 14625 components: - type: Transform - pos: -9.5,-26.5 + pos: -9.5,-28.5 parent: 2 - type: DeviceNetwork deviceLists: - - 15057 - - uid: 14799 + - 14605 + - uid: 14749 components: - type: Transform - pos: -11.5,-33.5 + pos: -11.5,-20.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15056 - uid: 14801 components: - type: Transform @@ -15895,14 +16039,11 @@ entities: - type: DeviceNetwork deviceLists: - 15066 - - uid: 15141 + - uid: 15316 components: - type: Transform - pos: -6.5,-39.5 + pos: -9.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15125 - uid: 15329 components: - type: Transform @@ -15911,6 +16052,14 @@ entities: - type: DeviceNetwork deviceLists: - 15328 + - uid: 15429 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15382 - uid: 15454 components: - type: Transform @@ -15919,6 +16068,14 @@ entities: - type: DeviceNetwork deviceLists: - 15453 + - uid: 15571 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15720 - uid: 15649 components: - type: Transform @@ -15927,6 +16084,14 @@ entities: - type: DeviceNetwork deviceLists: - 15650 + - uid: 15875 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15876 - uid: 15943 components: - type: Transform @@ -15951,6 +16116,14 @@ entities: - type: DeviceNetwork deviceLists: - 17020 + - uid: 18302 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13971 - proto: AirSensorFreezer entities: - uid: 1388 @@ -16147,6 +16320,14 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,-33.5 parent: 2 + - uid: 2809 + components: + - type: MetaData + name: APC (HoS's Office) + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-40.5 + parent: 2 - uid: 3295 components: - type: MetaData @@ -16231,13 +16412,6 @@ entities: - type: Transform pos: -17.5,5.5 parent: 2 - - uid: 4907 - components: - - type: MetaData - name: APC (Vault) - - type: Transform - pos: -17.5,-4.5 - parent: 2 - uid: 5097 components: - type: MetaData @@ -16293,38 +16467,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-30.5 parent: 2 - - uid: 5735 - components: - - type: MetaData - name: APC (Warden's Office) - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 - parent: 2 - - uid: 5736 - components: - - type: MetaData - name: APC (Security) - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-32.5 - parent: 2 - - uid: 5737 - components: - - type: MetaData - name: APC (HoS's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-37.5 - parent: 2 - - uid: 5738 - components: - - type: MetaData - name: APC (Genpop) - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-21.5 - parent: 2 - uid: 5739 components: - type: MetaData @@ -16355,14 +16497,6 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-36.5 parent: 2 - - uid: 5930 - components: - - type: MetaData - name: APC (HoP's Office) - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-20.5 - parent: 2 - uid: 6151 components: - type: MetaData @@ -16387,14 +16521,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-44.5 parent: 2 - - uid: 6778 - components: - - type: MetaData - name: APC (Engineering Checkpoint) - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-11.5 - parent: 2 - uid: 6860 components: - type: MetaData @@ -16563,13 +16689,6 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-32.5 parent: 2 - - uid: 9101 - components: - - type: MetaData - name: APC (Maintenance) - - type: Transform - pos: 55.5,1.5 - parent: 2 - uid: 9111 components: - type: MetaData @@ -16736,13 +16855,13 @@ entities: - type: Transform pos: 0.5,-11.5 parent: 2 - - uid: 10518 + - uid: 10100 components: - type: MetaData - name: APC (Bridge) + name: APC (Vault) - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-5.5 + rot: 1.5707963267948966 rad + pos: 7.5,-20.5 parent: 2 - uid: 10521 components: @@ -16752,6 +16871,14 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-41.5 parent: 2 + - uid: 10558 + components: + - type: MetaData + name: APC (Warden) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-29.5 + parent: 2 - uid: 10755 components: - type: MetaData @@ -16775,6 +16902,22 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-27.5 parent: 2 + - uid: 12084 + components: + - type: MetaData + name: APC (Southeast Hall) + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-10.5 + parent: 2 + - uid: 12187 + components: + - type: MetaData + name: APC (Engineering Checkpoint) + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 2 - uid: 12212 components: - type: MetaData @@ -16782,21 +16925,6 @@ entities: - type: Transform pos: 34.5,-7.5 parent: 2 - - uid: 12694 - components: - - type: MetaData - name: APC (EVA Storage) - - type: Transform - pos: 20.5,-12.5 - parent: 2 - - uid: 13637 - components: - - type: MetaData - name: APC (Southeast Hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 - parent: 2 - uid: 13643 components: - type: MetaData @@ -16805,6 +16933,22 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-25.5 parent: 2 + - uid: 14028 + components: + - type: MetaData + name: APC (Brig) + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 2 + - uid: 14169 + components: + - type: MetaData + name: APC (EVA) + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-6.5 + parent: 2 - uid: 14312 components: - type: MetaData @@ -16858,6 +17002,14 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-33.5 parent: 2 + - uid: 16014 + components: + - type: MetaData + name: APC (HoP's Office) + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-8.5 + parent: 2 - uid: 16809 components: - type: MetaData @@ -16865,14 +17017,6 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 - - uid: 17030 - components: - - type: MetaData - name: APC (Spare Room) - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-34.5 - parent: 2 - uid: 17039 components: - type: MetaData @@ -16880,8 +17024,21 @@ entities: - type: Transform pos: -36.5,-47.5 parent: 2 + - uid: 18312 + components: + - type: MetaData + name: APC (Spare Room) + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-19.5 + parent: 2 - proto: APCElectronics entities: + - uid: 1789 + components: + - type: Transform + pos: 52.557274,4.3677435 + parent: 2 - uid: 2249 components: - type: Transform @@ -16897,6 +17054,16 @@ entities: - type: Transform pos: -27.285604,33.997902 parent: 2 +- proto: APCHighCapacity + entities: + - uid: 5105 + components: + - type: MetaData + name: APC (Bridge) + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 - proto: AppraisalTool entities: - uid: 14317 @@ -17131,6 +17298,31 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: + - uid: 60 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 52.5,3.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: 56.5,2.5 + parent: 2 - uid: 1128 components: - type: Transform @@ -17141,6 +17333,76 @@ entities: - type: Transform pos: 39.5,-39.5 parent: 2 + - uid: 1138 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: 51.5,3.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + pos: 56.5,4.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: 57.5,3.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 57.5,1.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: 55.5,0.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + pos: 56.5,-0.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: 59.5,3.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: 58.5,2.5 + parent: 2 - uid: 2041 components: - type: Transform @@ -17166,6 +17428,156 @@ entities: - type: Transform pos: 10.5,-38.5 parent: 2 + - uid: 3204 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: 56.5,3.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: 57.5,2.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: 56.5,1.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + pos: 55.5,-0.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: 56.5,-1.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: 56.5,0.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: 59.5,2.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 52.5,2.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: 51.5,4.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + pos: 55.5,5.5 + parent: 2 + - uid: 4905 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + pos: 58.5,-1.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: 58.5,0.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + pos: 58.5,3.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 - uid: 5971 components: - type: Transform @@ -17176,16 +17588,41 @@ entities: - type: Transform pos: 20.5,-35.5 parent: 2 + - uid: 6376 + components: + - type: Transform + pos: 58.5,4.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 - uid: 6829 components: - type: Transform pos: 40.5,-39.5 parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 56.5,5.5 + parent: 2 - uid: 8072 components: - type: Transform pos: 19.5,-35.5 parent: 2 + - uid: 8605 + components: + - type: Transform + pos: 51.5,5.5 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: 58.5,-2.5 + parent: 2 - uid: 8943 components: - type: Transform @@ -17211,11 +17648,71 @@ entities: - type: Transform pos: 14.5,-39.5 parent: 2 + - uid: 10362 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 56.5,-2.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: 51.5,1.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: 50.5,5.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: 55.5,1.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: 55.5,2.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 - uid: 12715 components: - type: Transform pos: 19.5,-39.5 parent: 2 + - uid: 13504 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 - uid: 13986 components: - type: Transform @@ -17261,6 +17758,11 @@ entities: - type: Transform pos: 32.5,-45.5 parent: 2 + - uid: 15381 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 - uid: 15670 components: - type: Transform @@ -17306,41 +17808,6 @@ entities: - type: Transform pos: 23.5,-31.5 parent: 2 - - uid: 16745 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 2 - - uid: 16746 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 2 - - uid: 16747 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 2 - - uid: 16748 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - - uid: 16749 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 2 - - uid: 16750 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - uid: 16751 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 2 - uid: 16752 components: - type: Transform @@ -19411,6 +19878,1166 @@ entities: - type: Transform pos: 53.5,7.5 parent: 2 + - uid: 18362 + components: + - type: Transform + pos: 42.5,-24.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + pos: 42.5,-25.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + pos: 43.5,-24.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + pos: 43.5,-25.5 + parent: 2 + - uid: 18366 + components: + - type: Transform + pos: 44.5,-24.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + pos: 44.5,-25.5 + parent: 2 + - uid: 18368 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 2 + - uid: 18369 + components: + - type: Transform + pos: 45.5,-24.5 + parent: 2 + - uid: 18370 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - uid: 18371 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: 46.5,-24.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 18376 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + pos: 47.5,-24.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: 47.5,-26.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 18382 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + pos: 48.5,-24.5 + parent: 2 + - uid: 18384 + components: + - type: Transform + pos: 48.5,-25.5 + parent: 2 + - uid: 18385 + components: + - type: Transform + pos: 48.5,-26.5 + parent: 2 + - uid: 18386 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 + - uid: 18387 + components: + - type: Transform + pos: 46.5,-27.5 + parent: 2 + - uid: 18388 + components: + - type: Transform + pos: 49.5,-24.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + pos: 49.5,-25.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + pos: 49.5,-26.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: 49.5,-27.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: 50.5,-25.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + pos: 50.5,-26.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + pos: 50.5,-27.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + pos: 51.5,-25.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + pos: 51.5,-26.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 18398 + components: + - type: Transform + pos: 52.5,-25.5 + parent: 2 + - uid: 18399 + components: + - type: Transform + pos: 52.5,-26.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 18401 + components: + - type: Transform + pos: 53.5,-25.5 + parent: 2 + - uid: 18402 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - uid: 18403 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 18405 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - uid: 18406 + components: + - type: Transform + pos: 54.5,-27.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + pos: 55.5,-25.5 + parent: 2 + - uid: 18408 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - uid: 18409 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 18410 + components: + - type: Transform + pos: 56.5,-25.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 18413 + components: + - type: Transform + pos: 57.5,-25.5 + parent: 2 + - uid: 18414 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 + - uid: 18415 + components: + - type: Transform + pos: 57.5,-27.5 + parent: 2 + - uid: 18416 + components: + - type: Transform + pos: 58.5,-25.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - uid: 18418 + components: + - type: Transform + pos: 58.5,-27.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + pos: 59.5,-25.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + pos: 59.5,-27.5 + parent: 2 + - uid: 18422 + components: + - type: Transform + pos: 60.5,-25.5 + parent: 2 + - uid: 18423 + components: + - type: Transform + pos: 60.5,-26.5 + parent: 2 + - uid: 18424 + components: + - type: Transform + pos: 60.5,-27.5 + parent: 2 + - uid: 18425 + components: + - type: Transform + pos: 58.5,-28.5 + parent: 2 + - uid: 18426 + components: + - type: Transform + pos: 52.5,-28.5 + parent: 2 + - uid: 18427 + components: + - type: Transform + pos: 53.5,-28.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: 54.5,-28.5 + parent: 2 + - uid: 18429 + components: + - type: Transform + pos: 61.5,-25.5 + parent: 2 + - uid: 18430 + components: + - type: Transform + pos: 52.5,-23.5 + parent: 2 + - uid: 18431 + components: + - type: Transform + pos: 52.5,-24.5 + parent: 2 + - uid: 18432 + components: + - type: Transform + pos: 53.5,-23.5 + parent: 2 + - uid: 18433 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 18434 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 2 + - uid: 18435 + components: + - type: Transform + pos: 54.5,-24.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + pos: 51.5,-23.5 + parent: 2 + - uid: 18437 + components: + - type: Transform + pos: 51.5,-22.5 + parent: 2 + - uid: 18438 + components: + - type: Transform + pos: 50.5,-23.5 + parent: 2 + - uid: 18439 + components: + - type: Transform + pos: 50.5,-22.5 + parent: 2 + - uid: 18440 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 + - uid: 18441 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 18442 + components: + - type: Transform + pos: 46.5,-20.5 + parent: 2 + - uid: 18443 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 18444 + components: + - type: Transform + pos: 46.5,-18.5 + parent: 2 + - uid: 18445 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - uid: 18446 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 2 + - uid: 18447 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 2 + - uid: 18448 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 18449 + components: + - type: Transform + pos: 46.5,-13.5 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: 47.5,-21.5 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 2 + - uid: 18453 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: 47.5,-18.5 + parent: 2 + - uid: 18455 + components: + - type: Transform + pos: 47.5,-17.5 + parent: 2 + - uid: 18456 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 18457 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 18458 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - uid: 18459 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 18460 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - uid: 18461 + components: + - type: Transform + pos: 48.5,-21.5 + parent: 2 + - uid: 18462 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: 48.5,-19.5 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: 48.5,-18.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - uid: 18466 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 18467 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 18469 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 18470 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + pos: 44.5,-16.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 18474 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 18476 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - uid: 18477 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 18479 + components: + - type: Transform + pos: 57.5,-16.5 + parent: 2 + - uid: 18480 + components: + - type: Transform + pos: 57.5,-24.5 + parent: 2 + - uid: 18481 + components: + - type: Transform + pos: 56.5,-23.5 + parent: 2 + - uid: 18482 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 18483 + components: + - type: Transform + pos: 55.5,-23.5 + parent: 2 + - uid: 18484 + components: + - type: Transform + pos: 55.5,-22.5 + parent: 2 + - uid: 18485 + components: + - type: Transform + pos: 56.5,-21.5 + parent: 2 + - uid: 18486 + components: + - type: Transform + pos: 53.5,-22.5 + parent: 2 + - uid: 18487 + components: + - type: Transform + pos: 53.5,-21.5 + parent: 2 + - uid: 18488 + components: + - type: Transform + pos: 52.5,-21.5 + parent: 2 + - uid: 18489 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 + - uid: 18490 + components: + - type: Transform + pos: 52.5,-20.5 + parent: 2 + - uid: 18491 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 18492 + components: + - type: Transform + pos: 53.5,-19.5 + parent: 2 + - uid: 18493 + components: + - type: Transform + pos: 54.5,-19.5 + parent: 2 + - uid: 18494 + components: + - type: Transform + pos: 54.5,-20.5 + parent: 2 + - uid: 18495 + components: + - type: Transform + pos: 54.5,-21.5 + parent: 2 + - uid: 18496 + components: + - type: Transform + pos: 55.5,-20.5 + parent: 2 + - uid: 18497 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 18498 + components: + - type: Transform + pos: 56.5,-17.5 + parent: 2 + - uid: 18499 + components: + - type: Transform + pos: 56.5,-18.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 + - uid: 18501 + components: + - type: Transform + pos: 55.5,-18.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + pos: 56.5,-19.5 + parent: 2 + - uid: 18503 + components: + - type: Transform + pos: 57.5,-19.5 + parent: 2 + - uid: 18504 + components: + - type: Transform + pos: 57.5,-20.5 + parent: 2 + - uid: 18505 + components: + - type: Transform + pos: 57.5,-21.5 + parent: 2 + - uid: 18506 + components: + - type: Transform + pos: 58.5,-19.5 + parent: 2 + - uid: 18507 + components: + - type: Transform + pos: 58.5,-20.5 + parent: 2 + - uid: 18508 + components: + - type: Transform + pos: 58.5,-21.5 + parent: 2 + - uid: 18509 + components: + - type: Transform + pos: 59.5,-19.5 + parent: 2 + - uid: 18510 + components: + - type: Transform + pos: 59.5,-20.5 + parent: 2 + - uid: 18511 + components: + - type: Transform + pos: 59.5,-21.5 + parent: 2 + - uid: 18512 + components: + - type: Transform + pos: 60.5,-19.5 + parent: 2 + - uid: 18513 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - uid: 18514 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 18515 + components: + - type: Transform + pos: 61.5,-19.5 + parent: 2 + - uid: 18516 + components: + - type: Transform + pos: 61.5,-21.5 + parent: 2 + - uid: 18517 + components: + - type: Transform + pos: 61.5,-20.5 + parent: 2 + - uid: 18518 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - uid: 18519 + components: + - type: Transform + pos: 60.5,-23.5 + parent: 2 + - uid: 18520 + components: + - type: Transform + pos: 60.5,-24.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: 59.5,-23.5 + parent: 2 + - uid: 18523 + components: + - type: Transform + pos: 59.5,-24.5 + parent: 2 + - uid: 18524 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 18525 + components: + - type: Transform + pos: 58.5,-23.5 + parent: 2 + - uid: 18526 + components: + - type: Transform + pos: 58.5,-24.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + pos: 58.5,-18.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + pos: 58.5,-17.5 + parent: 2 + - uid: 18529 + components: + - type: Transform + pos: 58.5,-16.5 + parent: 2 + - uid: 18530 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - uid: 18531 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - uid: 18532 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - uid: 18533 + components: + - type: Transform + pos: 59.5,-18.5 + parent: 2 + - uid: 18534 + components: + - type: Transform + pos: 59.5,-17.5 + parent: 2 + - uid: 18535 + components: + - type: Transform + pos: 59.5,-16.5 + parent: 2 + - uid: 18536 + components: + - type: Transform + pos: 59.5,-15.5 + parent: 2 + - uid: 18537 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 + - uid: 18538 + components: + - type: Transform + pos: 59.5,-13.5 + parent: 2 + - uid: 18539 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 18540 + components: + - type: Transform + pos: 60.5,-16.5 + parent: 2 + - uid: 18541 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 18542 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - uid: 18543 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - uid: 18544 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 + - uid: 18545 + components: + - type: Transform + pos: 61.5,-15.5 + parent: 2 + - uid: 18546 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 18547 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 18549 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 18550 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 18551 + components: + - type: Transform + pos: 52.5,-16.5 + parent: 2 + - uid: 18552 + components: + - type: Transform + pos: 52.5,-17.5 + parent: 2 + - uid: 18553 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 18554 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - uid: 18555 + components: + - type: Transform + pos: 53.5,-14.5 + parent: 2 + - uid: 18556 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 18557 + components: + - type: Transform + pos: 53.5,-16.5 + parent: 2 + - uid: 18558 + components: + - type: Transform + pos: 53.5,-17.5 + parent: 2 + - uid: 18559 + components: + - type: Transform + pos: 54.5,-12.5 + parent: 2 + - uid: 18560 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 18561 + components: + - type: Transform + pos: 54.5,-14.5 + parent: 2 + - uid: 18562 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 18563 + components: + - type: Transform + pos: 54.5,-16.5 + parent: 2 + - uid: 18564 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 18565 + components: + - type: Transform + pos: 53.5,-18.5 + parent: 2 + - uid: 18566 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 + - uid: 18567 + components: + - type: Transform + pos: 55.5,-14.5 + parent: 2 + - uid: 18568 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 18569 + components: + - type: Transform + pos: 56.5,-13.5 + parent: 2 + - uid: 18570 + components: + - type: Transform + pos: 56.5,-14.5 + parent: 2 + - uid: 18571 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 18572 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 18573 + components: + - type: Transform + pos: 57.5,-14.5 + parent: 2 + - uid: 18574 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 18575 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 18577 + components: + - type: Transform + pos: 51.5,-15.5 + parent: 2 + - uid: 18578 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 18579 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 18580 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 18581 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 18582 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 18583 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 + - uid: 18584 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 18585 + components: + - type: Transform + pos: 50.5,-18.5 + parent: 2 + - uid: 18586 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 18587 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 18588 + components: + - type: Transform + pos: 50.5,-21.5 + parent: 2 + - uid: 18589 + components: + - type: Transform + pos: 49.5,-19.5 + parent: 2 + - uid: 18590 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 18591 + components: + - type: Transform + pos: 49.5,-21.5 + parent: 2 + - uid: 18592 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 18593 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 - proto: AtmosFixFreezerMarker entities: - uid: 787 @@ -19567,7 +21194,7 @@ entities: - uid: 15214 components: - type: Transform - pos: -1.4309328,41.45142 + pos: -1.6081166,42.671814 parent: 2 - proto: Barricade entities: @@ -19630,16 +21257,16 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,7.5 parent: 2 + - uid: 11772 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 - uid: 11786 components: - type: Transform pos: 2.5,-42.5 parent: 2 - - uid: 11794 - components: - - type: Transform - pos: -9.5,-40.5 - parent: 2 - uid: 13787 components: - type: Transform @@ -19667,18 +21294,23 @@ entities: - type: Transform pos: -43.5,-41.5 parent: 2 + - uid: 18245 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 - proto: BarricadeBlock entities: + - uid: 1056 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 2 - uid: 5439 components: - type: Transform pos: -32.5,29.5 parent: 2 - - uid: 7318 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - uid: 10407 components: - type: Transform @@ -19714,6 +21346,21 @@ entities: - type: Transform pos: -42.5,-45.5 parent: 2 + - uid: 18239 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 + - uid: 18248 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 18249 + components: + - type: Transform + pos: 60.5,0.5 + parent: 2 - proto: BarricadeDirectional entities: - uid: 400 @@ -19721,10 +21368,11 @@ entities: - type: Transform pos: 26.5,35.5 parent: 2 - - uid: 420 + - uid: 2095 components: - type: Transform - pos: -1.5,38.5 + rot: 1.5707963267948966 rad + pos: 4.5,-40.5 parent: 2 - uid: 5398 components: @@ -19742,6 +21390,11 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,27.5 parent: 2 + - uid: 8038 + components: + - type: Transform + pos: 59.5,2.5 + parent: 2 - uid: 10202 components: - type: Transform @@ -19787,35 +21440,16 @@ entities: rot: 3.141592653589793 rad pos: 46.5,18.5 parent: 2 - - uid: 11697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-39.5 - parent: 2 - - uid: 11698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-39.5 - parent: 2 - - uid: 11789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-36.5 - parent: 2 - - uid: 11790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-38.5 - parent: 2 - uid: 11795 components: - type: Transform pos: 10.5,-36.5 parent: 2 + - uid: 13551 + components: + - type: Transform + pos: 58.5,-2.5 + parent: 2 - uid: 13786 components: - type: Transform @@ -19903,6 +21537,23 @@ entities: rot: 3.141592653589793 rad pos: -33.5,17.5 parent: 2 + - uid: 18246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,4.5 + parent: 2 + - uid: 18247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,3.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + pos: 46.5,-1.5 + parent: 2 - proto: BarSign entities: - uid: 17 @@ -19917,6 +21568,13 @@ entities: - type: Transform pos: -17.5,-11.5 parent: 2 +- proto: BarSpoon + entities: + - uid: 11927 + components: + - type: Transform + pos: 49.556282,3.5894375 + parent: 2 - proto: BaseChemistryEmptyVial entities: - uid: 4094 @@ -19983,49 +21641,51 @@ entities: - Contraband - proto: Basketball entities: - - uid: 15752 + - uid: 11755 components: - type: Transform - pos: -11.572958,-27.11947 + pos: -12.712563,-35.63341 + parent: 2 +- proto: BeachBall + entities: + - uid: 2059 + components: + - type: Transform + pos: -12.321938,-35.367786 parent: 2 - proto: Beaker entities: - uid: 430 components: - type: Transform - pos: 11.493992,-2.181004 + pos: 9.543765,-1.4605236 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: -8.394721,-34.61373 parent: 2 - uid: 8821 components: - type: Transform pos: 26.769247,16.215511 parent: 2 - - uid: 17573 - components: - - type: Transform - pos: -7.289159,-26.96821 - parent: 2 - proto: Bed entities: - - uid: 1709 + - uid: 1988 components: - type: Transform - pos: -7.5,-37.5 + pos: 5.5,-36.5 parent: 2 - - uid: 1784 + - uid: 2128 components: - type: Transform - pos: 10.5,-22.5 + pos: -12.5,-37.5 parent: 2 - - uid: 2045 + - uid: 2780 components: - type: Transform - pos: -12.5,-32.5 - parent: 2 - - uid: 2786 - components: - - type: Transform - pos: -12.5,-33.5 + pos: 3.5,-36.5 parent: 2 - uid: 2976 components: @@ -20052,11 +21712,6 @@ entities: - type: Transform pos: -23.5,26.5 parent: 2 - - uid: 5711 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 2 - uid: 6018 components: - type: Transform @@ -20077,6 +21732,28 @@ entities: - type: Transform pos: 2.5,34.5 parent: 2 + - uid: 9980 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 +- proto: BedsheetBrigmedic + entities: + - uid: 15469 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 - proto: BedsheetCaptain entities: - uid: 4586 @@ -20110,17 +21787,17 @@ entities: parent: 2 - proto: BedsheetHOP entities: - - uid: 1783 + - uid: 16198 components: - type: Transform - pos: 10.5,-22.5 + pos: -12.5,-2.5 parent: 2 - proto: BedsheetHOS entities: - - uid: 2046 + - uid: 2103 components: - type: Transform - pos: -7.5,-37.5 + pos: 3.5,-36.5 parent: 2 - proto: BedsheetMedical entities: @@ -20144,20 +21821,20 @@ entities: parent: 2 - proto: BedsheetOrange entities: - - uid: 1481 + - uid: 1968 components: - type: Transform - pos: -10.5,-33.5 + pos: -12.5,-38.5 parent: 2 - - uid: 2490 + - uid: 1973 components: - type: Transform - pos: -12.5,-32.5 + pos: -12.5,-37.5 parent: 2 - - uid: 2788 + - uid: 5780 components: - type: Transform - pos: -12.5,-33.5 + pos: -7.5,-16.5 parent: 2 - proto: BedsheetQM entities: @@ -20214,6 +21891,17 @@ entities: - type: Transform pos: 11.5,8.5 parent: 2 + - uid: 18268 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - type: TechnologyDatabase + supportedDisciplines: + - Industrial + - Arsenal + - Experimental + - CivilianServices - proto: BlastDoor entities: - uid: 2360 @@ -20285,6 +21973,12 @@ entities: parent: 2 - proto: BlockGameArcade entities: + - uid: 2171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 2 - uid: 13997 components: - type: Transform @@ -20326,6 +22020,13 @@ entities: - type: Transform pos: 34.340763,-22.34939 parent: 2 +- proto: BookInspiration + entities: + - uid: 18120 + components: + - type: Transform + pos: -14.460871,-26.472256 + parent: 2 - proto: BookNames entities: - uid: 4116 @@ -20333,20 +22034,8 @@ entities: - type: Transform pos: 23.539558,8.618178 parent: 2 -- proto: BookRandom - entities: - - uid: 1973 - components: - - type: Transform - pos: -11.355512,-26.378376 - parent: 2 - proto: BookRandomStory entities: - - uid: 2614 - components: - - type: Transform - pos: -19.479197,-19.378971 - parent: 2 - uid: 14192 components: - type: Transform @@ -20366,71 +22055,66 @@ entities: parent: 2 - proto: BookshelfFilled entities: - - uid: 449 + - uid: 1648 components: - type: Transform - pos: -24.5,-21.5 + pos: -11.5,-30.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -12.5,-30.5 parent: 2 - uid: 3082 components: - type: Transform pos: -22.5,-19.5 parent: 2 - - uid: 3083 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 2 - uid: 3084 components: - type: Transform pos: -23.5,-19.5 parent: 2 - - uid: 3085 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 2 - uid: 3087 components: - type: Transform pos: -25.5,-19.5 parent: 2 - - uid: 3089 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 2 - - uid: 3106 - components: - - type: Transform - pos: -24.5,-23.5 - parent: 2 - - uid: 3107 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 2 - - uid: 3108 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - - uid: 3110 - components: - - type: Transform - pos: -23.5,-21.5 - parent: 2 - uid: 3240 components: - type: Transform pos: -32.5,-21.5 parent: 2 + - uid: 4482 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 - uid: 4698 components: - type: Transform pos: 4.5,19.5 parent: 2 + - uid: 12840 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 15165 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 2 + - uid: 18616 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 - proto: BookSpaceLaw entities: - uid: 3025 @@ -20448,16 +22132,10 @@ entities: - uid: 4435 components: - type: Transform - pos: -15.469685,2.552526 + pos: -15.541138,2.4829016 parent: 2 - proto: BoozeDispenser entities: - - uid: 8604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,0.5 - parent: 2 - uid: 13974 components: - type: Transform @@ -20495,6 +22173,15 @@ entities: - type: Transform pos: -25.422743,11.573081 parent: 2 +- proto: BoxBeanbag + entities: + - uid: 5698 + components: + - type: Transform + parent: 5663 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: BoxBodyBag entities: - uid: 4064 @@ -20514,6 +22201,13 @@ entities: - type: Transform pos: 11.4845085,25.167519 parent: 2 +- proto: BoxDarts + entities: + - uid: 18242 + components: + - type: Transform + pos: 57.156387,-2.624692 + parent: 2 - proto: BoxDonkSoftBox entities: - uid: 155 @@ -20568,16 +22262,6 @@ entities: - type: Transform pos: -31.600758,-10.455941 parent: 2 - - uid: 16013 - components: - - type: Transform - pos: 13.292512,-18.000015 - parent: 2 - - uid: 16014 - components: - - type: Transform - pos: -18.664787,-1.3962584 - parent: 2 - uid: 16015 components: - type: Transform @@ -20585,11 +22269,6 @@ entities: parent: 2 - proto: BoxFolderClipboard entities: - - uid: 16203 - components: - - type: Transform - pos: 11.4253845,-17.297607 - parent: 2 - uid: 16979 components: - type: Transform @@ -20603,7 +22282,7 @@ entities: - uid: 16982 components: - type: Transform - pos: -20.829866,-18.433418 + pos: -19.544432,-21.40435 parent: 2 - uid: 16983 components: @@ -20622,11 +22301,6 @@ entities: - type: Transform pos: -36.26771,-38.40656 parent: 2 - - uid: 16016 - components: - - type: Transform - pos: -18.359055,-1.495645 - parent: 2 - proto: BoxFolderRed entities: - uid: 2512 @@ -20733,13 +22407,6 @@ entities: - type: Transform pos: -33.585217,34.593678 parent: 2 -- proto: BrbSign - entities: - - uid: 16190 - components: - - type: Transform - pos: 9.366007,-16.435501 - parent: 2 - proto: BriefcaseBrownFilled entities: - uid: 4524 @@ -20766,15 +22433,10 @@ entities: - type: Transform pos: -5.654397,9.747126 parent: 2 - - uid: 5560 + - uid: 10863 components: - type: Transform - pos: -8.183637,-30.070526 - parent: 2 - - uid: 14400 - components: - - type: Transform - pos: 16.030264,-5.3580475 + pos: -9.788115,-26.055788 parent: 2 - uid: 15455 components: @@ -20786,6 +22448,16 @@ entities: - type: Transform pos: 3.328125,-4.5909925 parent: 2 + - uid: 18232 + components: + - type: Transform + pos: 18.234135,-10.25294 + parent: 2 + - uid: 18266 + components: + - type: Transform + pos: 53.087994,4.778554 + parent: 2 - proto: ButchCleaver entities: - uid: 688 @@ -20828,6 +22500,12 @@ entities: - type: Transform pos: 21.5,-32.5 parent: 2 + - uid: 3092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 - uid: 3467 components: - type: Transform @@ -20862,6 +22540,12 @@ entities: rot: 3.141592653589793 rad pos: -18.5,23.5 parent: 2 + - uid: 6190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5528345,-31.708702 + parent: 2 - uid: 6880 components: - type: Transform @@ -20873,12 +22557,6 @@ entities: - type: Transform pos: -12.5,15.5 parent: 2 - - uid: 8658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-15.5 - parent: 2 - uid: 9352 components: - type: Transform @@ -20929,12 +22607,6 @@ entities: rot: 3.141592653589793 rad pos: -31.315964,-9.528134 parent: 2 - - uid: 15007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-26.5 - parent: 2 - uid: 15222 components: - type: Transform @@ -20965,11 +22637,11 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,23.5 parent: 2 - - uid: 16195 + - uid: 16190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-20.5 + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 parent: 2 - uid: 16381 components: @@ -20977,11 +22649,23 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,14.5 parent: 2 - - uid: 17544 + - uid: 18039 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-39.5 + pos: -6.5528345,-31.3962 + parent: 2 + - uid: 18099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,9.5 + parent: 2 + - uid: 18104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-36.5 parent: 2 - proto: ButtonFrameExit entities: @@ -21045,6 +22729,12 @@ entities: - type: Transform pos: -26.5,-6.5 parent: 2 + - uid: 10531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 2 - uid: 13387 components: - type: Transform @@ -21057,18 +22747,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-3.5 parent: 2 - - uid: 15863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-43.5 - parent: 2 - - uid: 15867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-43.5 - parent: 2 - uid: 15869 components: - type: Transform @@ -21087,12 +22765,6 @@ entities: rot: 1.5707963267948966 rad pos: -21.5,-25.5 parent: 2 - - uid: 15882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 2 - uid: 15885 components: - type: Transform @@ -21119,6 +22791,16 @@ entities: parent: 2 - proto: CableApcExtension entities: + - uid: 29 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 - uid: 117 components: - type: Transform @@ -21744,6 +23426,21 @@ entities: - type: Transform pos: 20.5,8.5 parent: 2 + - uid: 1044 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: 56.5,2.5 + parent: 2 - uid: 1075 components: - type: Transform @@ -21759,11 +23456,6 @@ entities: - type: Transform pos: -2.5,28.5 parent: 2 - - uid: 1121 - components: - - type: Transform - pos: 15.5,-20.5 - parent: 2 - uid: 1130 components: - type: Transform @@ -21804,6 +23496,11 @@ entities: - type: Transform pos: 40.5,-11.5 parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 - uid: 1319 components: - type: Transform @@ -21864,21 +23561,16 @@ entities: - type: Transform pos: 40.5,-7.5 parent: 2 + - uid: 1606 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 - uid: 1608 components: - type: Transform pos: 38.5,-33.5 parent: 2 - - uid: 1632 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 2 - - uid: 1636 - components: - - type: Transform - pos: 12.5,-22.5 - parent: 2 - uid: 1674 components: - type: Transform @@ -21914,11 +23606,6 @@ entities: - type: Transform pos: 13.5,-34.5 parent: 2 - - uid: 1723 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - uid: 1728 components: - type: Transform @@ -21929,15 +23616,10 @@ entities: - type: Transform pos: 22.5,-32.5 parent: 2 - - uid: 1736 + - uid: 1738 components: - type: Transform - pos: 19.5,-14.5 - parent: 2 - - uid: 1737 - components: - - type: Transform - pos: 19.5,-16.5 + pos: 16.5,-12.5 parent: 2 - uid: 1796 components: @@ -21964,11 +23646,21 @@ entities: - type: Transform pos: 42.5,-33.5 parent: 2 + - uid: 1857 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 - uid: 1900 components: - type: Transform pos: 3.5,-24.5 parent: 2 + - uid: 1915 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 - uid: 1962 components: - type: Transform @@ -21979,11 +23671,26 @@ entities: - type: Transform pos: 14.5,-33.5 parent: 2 + - uid: 1969 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 - uid: 1978 components: - type: Transform pos: 43.5,20.5 parent: 2 + - uid: 2045 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 - uid: 2090 components: - type: Transform @@ -21994,6 +23701,26 @@ entities: - type: Transform pos: 5.5,-24.5 parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 - uid: 2191 components: - type: Transform @@ -22219,11 +23946,6 @@ entities: - type: Transform pos: 26.5,-2.5 parent: 2 - - uid: 2747 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 2 - uid: 2753 components: - type: Transform @@ -22324,11 +24046,6 @@ entities: - type: Transform pos: 21.5,-35.5 parent: 2 - - uid: 3239 - components: - - type: Transform - pos: -15.5,-5.5 - parent: 2 - uid: 3248 components: - type: Transform @@ -22854,21 +24571,6 @@ entities: - type: Transform pos: -30.5,-45.5 parent: 2 - - uid: 4198 - components: - - type: Transform - pos: -16.5,-33.5 - parent: 2 - - uid: 4199 - components: - - type: Transform - pos: -16.5,-34.5 - parent: 2 - - uid: 4250 - components: - - type: Transform - pos: -16.5,-32.5 - parent: 2 - uid: 4251 components: - type: Transform @@ -22884,6 +24586,11 @@ entities: - type: Transform pos: 22.5,37.5 parent: 2 + - uid: 4292 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 - uid: 4295 components: - type: Transform @@ -22934,6 +24641,11 @@ entities: - type: Transform pos: 0.5,31.5 parent: 2 + - uid: 4494 + components: + - type: Transform + pos: 57.5,2.5 + parent: 2 - uid: 4496 components: - type: Transform @@ -22944,6 +24656,16 @@ entities: - type: Transform pos: -28.5,21.5 parent: 2 + - uid: 4677 + components: + - type: Transform + pos: 58.5,2.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + pos: 59.5,2.5 + parent: 2 - uid: 4691 components: - type: Transform @@ -23244,61 +24966,6 @@ entities: - type: Transform pos: -15.5,0.5 parent: 2 - - uid: 4972 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 4973 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - uid: 4974 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 4975 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 2 - - uid: 4976 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 2 - - uid: 4977 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 4978 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 4979 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 2 - - uid: 4980 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 2 - - uid: 4981 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 2 - - uid: 4982 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - uid: 4986 components: - type: Transform @@ -23709,6 +25376,11 @@ entities: - type: Transform pos: 39.5,12.5 parent: 2 + - uid: 5236 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 - uid: 5279 components: - type: Transform @@ -23829,6 +25501,11 @@ entities: - type: Transform pos: -17.5,17.5 parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 - uid: 5534 components: - type: Transform @@ -23849,31 +25526,11 @@ entities: - type: Transform pos: 12.5,-25.5 parent: 2 - - uid: 5550 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 2 - - uid: 5551 - components: - - type: Transform - pos: 13.5,-21.5 - parent: 2 - - uid: 5557 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 2 - uid: 5562 components: - type: Transform pos: 28.5,-22.5 parent: 2 - - uid: 5571 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - uid: 5573 components: - type: Transform @@ -23914,6 +25571,11 @@ entities: - type: Transform pos: 20.5,-21.5 parent: 2 + - uid: 5623 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 - uid: 5683 components: - type: Transform @@ -23924,6 +25586,31 @@ entities: - type: Transform pos: 8.5,-24.5 parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 - uid: 5796 components: - type: Transform @@ -24024,16 +25711,6 @@ entities: - type: Transform pos: -3.5,-21.5 parent: 2 - - uid: 5816 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 5817 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - uid: 5818 components: - type: Transform @@ -24099,21 +25776,6 @@ entities: - type: Transform pos: 3.5,-33.5 parent: 2 - - uid: 5831 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - - uid: 5832 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 5833 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - uid: 5834 components: - type: Transform @@ -24139,21 +25801,11 @@ entities: - type: Transform pos: -4.5,-34.5 parent: 2 - - uid: 5846 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - uid: 5847 components: - type: Transform pos: -0.5,-37.5 parent: 2 - - uid: 5848 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - uid: 5849 components: - type: Transform @@ -24174,86 +25826,11 @@ entities: - type: Transform pos: -3.5,-38.5 parent: 2 - - uid: 5853 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 5854 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 2 - uid: 5914 components: - type: Transform pos: 18.5,35.5 parent: 2 - - uid: 5954 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 2 - - uid: 5955 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 2 - - uid: 5956 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 5957 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 5958 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 5959 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 5960 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 5961 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 2 - - uid: 5962 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 2 - - uid: 5963 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 2 - - uid: 5964 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - - uid: 5965 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 2 - - uid: 5966 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 2 - uid: 5967 components: - type: Transform @@ -24319,11 +25896,6 @@ entities: - type: Transform pos: 28.5,-20.5 parent: 2 - - uid: 6038 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 2 - uid: 6069 components: - type: Transform @@ -24344,31 +25916,6 @@ entities: - type: Transform pos: -34.5,-34.5 parent: 2 - - uid: 6091 - components: - - type: Transform - pos: -7.5,-38.5 - parent: 2 - - uid: 6110 - components: - - type: Transform - pos: -15.5,-36.5 - parent: 2 - - uid: 6116 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 6118 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 2 - - uid: 6119 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - uid: 6121 components: - type: Transform @@ -24377,22 +25924,7 @@ entities: - uid: 6122 components: - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 6123 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - uid: 6124 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - uid: 6125 - components: - - type: Transform - pos: -8.5,-21.5 + pos: -5.5,-29.5 parent: 2 - uid: 6128 components: @@ -24424,41 +25956,11 @@ entities: - type: Transform pos: -4.5,-17.5 parent: 2 - - uid: 6146 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 2 - - uid: 6147 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 2 - - uid: 6148 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 2 - - uid: 6149 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 2 - uid: 6150 components: - type: Transform pos: -27.5,-5.5 parent: 2 - - uid: 6152 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 2 - - uid: 6154 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 2 - uid: 6156 components: - type: Transform @@ -24489,70 +25991,15 @@ entities: - type: Transform pos: -15.5,-12.5 parent: 2 - - uid: 6178 - components: - - type: Transform - pos: -8.5,-27.5 - parent: 2 - - uid: 6189 - components: - - type: Transform - pos: -8.5,-28.5 - parent: 2 - - uid: 6195 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 2 - uid: 6196 components: - type: Transform - pos: -9.5,-29.5 + pos: -0.5,-39.5 parent: 2 - uid: 6197 components: - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 6198 - components: - - type: Transform - pos: -11.5,-29.5 - parent: 2 - - uid: 6199 - components: - - type: Transform - pos: -11.5,-28.5 - parent: 2 - - uid: 6200 - components: - - type: Transform - pos: -11.5,-27.5 - parent: 2 - - uid: 6201 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 2 - - uid: 6202 - components: - - type: Transform - pos: -11.5,-25.5 - parent: 2 - - uid: 6220 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 2 - - uid: 6227 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 2 - - uid: 6232 - components: - - type: Transform - pos: -12.5,-23.5 + pos: -0.5,-40.5 parent: 2 - uid: 6234 components: @@ -24634,16 +26081,6 @@ entities: - type: Transform pos: -15.5,-40.5 parent: 2 - - uid: 6252 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 2 - - uid: 6255 - components: - - type: Transform - pos: -12.5,-21.5 - parent: 2 - uid: 6259 components: - type: Transform @@ -24689,36 +26126,16 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 2 - - uid: 6287 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - uid: 6288 - components: - - type: Transform - pos: -11.5,-30.5 - parent: 2 - uid: 6289 components: - type: Transform - pos: -11.5,-31.5 + pos: 3.5,-41.5 parent: 2 - uid: 6297 components: - type: Transform pos: -15.5,-39.5 parent: 2 - - uid: 6304 - components: - - type: Transform - pos: -11.5,-32.5 - parent: 2 - - uid: 6306 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 2 - uid: 6309 components: - type: Transform @@ -24729,51 +26146,11 @@ entities: - type: Transform pos: -11.5,-46.5 parent: 2 - - uid: 6393 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 6491 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 2 - - uid: 6493 - components: - - type: Transform - pos: -12.5,-25.5 - parent: 2 - - uid: 6496 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 2 - - uid: 6500 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 2 - - uid: 6540 - components: - - type: Transform - pos: -12.5,-29.5 - parent: 2 - uid: 6554 components: - type: Transform pos: -21.5,32.5 parent: 2 - - uid: 6599 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 2 - - uid: 6600 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 2 - uid: 6678 components: - type: Transform @@ -25919,6 +27296,11 @@ entities: - type: Transform pos: -20.5,-31.5 parent: 2 + - uid: 7802 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 - uid: 7813 components: - type: Transform @@ -26029,6 +27411,11 @@ entities: - type: Transform pos: 42.5,-5.5 parent: 2 + - uid: 8087 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 - uid: 8107 components: - type: Transform @@ -26104,11 +27491,6 @@ entities: - type: Transform pos: -2.5,20.5 parent: 2 - - uid: 8357 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 2 - uid: 8376 components: - type: Transform @@ -26234,45 +27616,25 @@ entities: - type: Transform pos: 10.5,-32.5 parent: 2 + - uid: 8641 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 - uid: 8665 components: - type: Transform pos: 10.5,-33.5 parent: 2 - - uid: 8679 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 2 - - uid: 8680 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 8681 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 8682 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 2 - - uid: 8683 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 8684 - components: - - type: Transform - pos: 19.5,-8.5 - parent: 2 - uid: 8685 components: - type: Transform - pos: 21.5,-9.5 + pos: 18.5,-5.5 parent: 2 - uid: 8744 components: @@ -26629,11 +27991,6 @@ entities: - type: Transform pos: 28.5,-44.5 parent: 2 - - uid: 9003 - components: - - type: Transform - pos: 19.5,-15.5 - parent: 2 - uid: 9032 components: - type: Transform @@ -26679,6 +28036,11 @@ entities: - type: Transform pos: -36.5,19.5 parent: 2 + - uid: 9127 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 - uid: 9128 components: - type: Transform @@ -26704,31 +28066,6 @@ entities: - type: Transform pos: 56.5,-1.5 parent: 2 - - uid: 9133 - components: - - type: Transform - pos: 56.5,-2.5 - parent: 2 - - uid: 9134 - components: - - type: Transform - pos: 57.5,-2.5 - parent: 2 - - uid: 9135 - components: - - type: Transform - pos: 58.5,-2.5 - parent: 2 - - uid: 9136 - components: - - type: Transform - pos: 58.5,-1.5 - parent: 2 - - uid: 9137 - components: - - type: Transform - pos: 58.5,-0.5 - parent: 2 - uid: 9138 components: - type: Transform @@ -27499,6 +28836,11 @@ entities: - type: Transform pos: -38.5,25.5 parent: 2 + - uid: 9475 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 - uid: 9570 components: - type: Transform @@ -28189,75 +29531,10 @@ entities: - type: Transform pos: 20.5,-4.5 parent: 2 - - uid: 10062 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 2 - - uid: 10063 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - - uid: 10066 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 10067 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 10068 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 2 - - uid: 10069 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 2 - - uid: 10070 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 2 - - uid: 10071 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 10072 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 2 - uid: 10073 components: - type: Transform - pos: 15.5,-8.5 - parent: 2 - - uid: 10074 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 2 - - uid: 10075 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 10076 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - uid: 10077 - components: - - type: Transform - pos: 15.5,-12.5 + pos: 21.5,-10.5 parent: 2 - uid: 10078 components: @@ -29339,11 +30616,6 @@ entities: - type: Transform pos: 3.5,-13.5 parent: 2 - - uid: 10415 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 2 - uid: 10416 components: - type: Transform @@ -29364,46 +30636,11 @@ entities: - type: Transform pos: -36.5,15.5 parent: 2 - - uid: 10531 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - - uid: 10532 - components: - - type: Transform - pos: -10.5,-39.5 - parent: 2 - - uid: 10535 - components: - - type: Transform - pos: -10.5,-38.5 - parent: 2 - - uid: 10537 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 - - uid: 10539 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - - uid: 10541 - components: - - type: Transform - pos: -10.5,-35.5 - parent: 2 - uid: 10545 components: - type: Transform pos: -17.5,-48.5 parent: 2 - - uid: 10554 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 - uid: 10671 components: - type: Transform @@ -29414,16 +30651,6 @@ entities: - type: Transform pos: -8.5,-41.5 parent: 2 - - uid: 10715 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 2 - - uid: 10719 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 2 - uid: 10760 components: - type: Transform @@ -29464,26 +30691,6 @@ entities: - type: Transform pos: 5.5,-38.5 parent: 2 - - uid: 10794 - components: - - type: Transform - pos: 4.5,-38.5 - parent: 2 - - uid: 10795 - components: - - type: Transform - pos: 3.5,-38.5 - parent: 2 - - uid: 10796 - components: - - type: Transform - pos: 2.5,-38.5 - parent: 2 - - uid: 10863 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 2 - uid: 10864 components: - type: Transform @@ -29529,11 +30736,6 @@ entities: - type: Transform pos: -21.5,12.5 parent: 2 - - uid: 10909 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 2 - uid: 10925 components: - type: Transform @@ -29694,11 +30896,6 @@ entities: - type: Transform pos: 0.5,-44.5 parent: 2 - - uid: 11589 - components: - - type: Transform - pos: -14.5,-34.5 - parent: 2 - uid: 11661 components: - type: Transform @@ -29709,6 +30906,11 @@ entities: - type: Transform pos: -4.5,-44.5 parent: 2 + - uid: 11777 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 - uid: 11792 components: - type: Transform @@ -29759,6 +30961,16 @@ entities: - type: Transform pos: 22.5,-21.5 parent: 2 + - uid: 12068 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 - uid: 12085 components: - type: Transform @@ -29774,6 +30986,11 @@ entities: - type: Transform pos: 39.5,-15.5 parent: 2 + - uid: 12188 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 - uid: 12189 components: - type: Transform @@ -30199,6 +31416,11 @@ entities: - type: Transform pos: 33.5,-27.5 parent: 2 + - uid: 12666 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 - uid: 12681 components: - type: Transform @@ -30259,16 +31481,6 @@ entities: - type: Transform pos: 20.5,-35.5 parent: 2 - - uid: 12721 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 2 - - uid: 12723 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 2 - uid: 12746 components: - type: Transform @@ -30289,6 +31501,11 @@ entities: - type: Transform pos: 23.5,36.5 parent: 2 + - uid: 12974 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 - uid: 13197 components: - type: Transform @@ -30299,6 +31516,11 @@ entities: - type: Transform pos: -14.5,26.5 parent: 2 + - uid: 13267 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 - uid: 13298 components: - type: Transform @@ -30414,6 +31636,11 @@ entities: - type: Transform pos: -18.5,-42.5 parent: 2 + - uid: 13802 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 - uid: 13874 components: - type: Transform @@ -30659,26 +31886,6 @@ entities: - type: Transform pos: -18.5,-36.5 parent: 2 - - uid: 14741 - components: - - type: Transform - pos: -15.5,-32.5 - parent: 2 - - uid: 14743 - components: - - type: Transform - pos: -15.5,-34.5 - parent: 2 - - uid: 14745 - components: - - type: Transform - pos: -14.5,-36.5 - parent: 2 - - uid: 14746 - components: - - type: Transform - pos: -14.5,-35.5 - parent: 2 - uid: 14774 components: - type: Transform @@ -30729,6 +31936,11 @@ entities: - type: Transform pos: -24.5,5.5 parent: 2 + - uid: 15048 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 - uid: 15073 components: - type: Transform @@ -30864,11 +32076,6 @@ entities: - type: Transform pos: 6.5,14.5 parent: 2 - - uid: 15429 - components: - - type: Transform - pos: -15.5,-4.5 - parent: 2 - uid: 15435 components: - type: Transform @@ -31104,6 +32311,11 @@ entities: - type: Transform pos: -23.5,21.5 parent: 2 + - uid: 15908 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 - uid: 15954 components: - type: Transform @@ -31244,6 +32456,21 @@ entities: - type: Transform pos: -13.5,32.5 parent: 2 + - uid: 16151 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: -17.5,-32.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 - uid: 16385 components: - type: Transform @@ -31269,6 +32496,11 @@ entities: - type: Transform pos: -28.5,13.5 parent: 2 + - uid: 16403 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 - uid: 16416 components: - type: Transform @@ -31309,6 +32541,11 @@ entities: - type: Transform pos: 42.5,-0.5 parent: 2 + - uid: 16453 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 - uid: 16463 components: - type: Transform @@ -31444,6 +32681,11 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 + - uid: 16955 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 - uid: 17025 components: - type: Transform @@ -31454,10 +32696,20 @@ entities: - type: Transform pos: -24.5,-0.5 parent: 2 + - uid: 17030 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 - uid: 17032 components: - type: Transform - pos: -13.5,-34.5 + pos: -9.5,-33.5 parent: 2 - uid: 17037 components: @@ -31714,6 +32966,11 @@ entities: - type: Transform pos: -41.5,-41.5 parent: 2 + - uid: 17233 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 - uid: 17273 components: - type: Transform @@ -31899,6 +33156,166 @@ entities: - type: Transform pos: -38.5,16.5 parent: 2 + - uid: 17449 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 17561 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 17564 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 17565 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 17566 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 17573 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 17575 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 17578 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 17579 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 - uid: 17597 components: - type: Transform @@ -31934,6 +33351,331 @@ entities: - type: Transform pos: 15.5,3.5 parent: 2 + - uid: 17611 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 17613 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 17615 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 18027 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 18184 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 18186 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 18188 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: 55.5,2.5 + parent: 2 + - uid: 18199 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - uid: 18200 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 18204 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + pos: 51.5,1.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: 51.5,4.5 + parent: 2 + - uid: 18208 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - uid: 18279 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 18281 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 18282 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 18284 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 18285 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 18286 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 18288 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 18289 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 + - uid: 18291 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 18292 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 18296 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 18297 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 18298 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 18304 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 18305 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 18306 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 18307 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 18308 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 18309 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 18310 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 18311 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 18320 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 18324 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 18325 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 18326 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 18327 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 18328 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 18329 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 18350 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 18351 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 18352 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 18353 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 - proto: CableApcStack entities: - uid: 7468 @@ -31975,11 +33717,6 @@ entities: parent: 2 - proto: CableApcStack10 entities: - - uid: 4292 - components: - - type: Transform - pos: -15.240841,-36.06523 - parent: 2 - uid: 8506 components: - type: Transform @@ -32014,6 +33751,11 @@ entities: - type: Transform pos: 13.5,-59.5 parent: 2 + - uid: 83 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 - uid: 230 components: - type: Transform @@ -32124,11 +33866,6 @@ entities: - type: Transform pos: 44.5,-24.5 parent: 2 - - uid: 1031 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - uid: 1060 components: - type: Transform @@ -32174,6 +33911,11 @@ entities: - type: Transform pos: 36.5,-20.5 parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 - uid: 1145 components: - type: Transform @@ -32559,10 +34301,25 @@ entities: - type: Transform pos: 9.5,-25.5 parent: 2 - - uid: 1731 + - uid: 1733 components: - type: Transform - pos: 15.5,-16.5 + pos: 14.5,-24.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: 14.5,-17.5 parent: 2 - uid: 1813 components: @@ -32729,11 +34486,6 @@ entities: - type: Transform pos: 32.5,-10.5 parent: 2 - - uid: 2328 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 2 - uid: 2407 components: - type: Transform @@ -32749,6 +34501,11 @@ entities: - type: Transform pos: 32.5,-22.5 parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 - uid: 2483 components: - type: Transform @@ -32894,6 +34651,11 @@ entities: - type: Transform pos: 46.5,-17.5 parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 - uid: 2689 components: - type: Transform @@ -32922,7 +34684,7 @@ entities: - uid: 2709 components: - type: Transform - pos: 15.5,-15.5 + pos: 15.5,-17.5 parent: 2 - uid: 2710 components: @@ -32984,11 +34746,6 @@ entities: - type: Transform pos: 16.5,-63.5 parent: 2 - - uid: 2831 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 2 - uid: 2843 components: - type: Transform @@ -33184,11 +34941,6 @@ entities: - type: Transform pos: 35.5,33.5 parent: 2 - - uid: 3616 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 2 - uid: 3665 components: - type: Transform @@ -33199,6 +34951,11 @@ entities: - type: Transform pos: 7.5,-24.5 parent: 2 + - uid: 3697 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 - uid: 3729 components: - type: Transform @@ -33209,11 +34966,6 @@ entities: - type: Transform pos: 33.5,-12.5 parent: 2 - - uid: 3856 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 2 - uid: 3904 components: - type: Transform @@ -33277,12 +35029,12 @@ entities: - uid: 4597 components: - type: Transform - pos: 12.5,-24.5 + pos: 12.5,-26.5 parent: 2 - uid: 4599 components: - type: Transform - pos: 12.5,-25.5 + pos: 13.5,-26.5 parent: 2 - uid: 4689 components: @@ -33444,6 +35196,11 @@ entities: - type: Transform pos: -36.5,18.5 parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 - uid: 5621 components: - type: Transform @@ -33454,11 +35211,6 @@ entities: - type: Transform pos: 10.5,-26.5 parent: 2 - - uid: 5623 - components: - - type: Transform - pos: 12.5,-26.5 - parent: 2 - uid: 5682 components: - type: Transform @@ -34844,11 +36596,6 @@ entities: - type: Transform pos: 37.5,-10.5 parent: 2 - - uid: 9204 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 2 - uid: 9233 components: - type: Transform @@ -35554,20 +37301,20 @@ entities: - type: Transform pos: 35.5,-8.5 parent: 2 - - uid: 12625 + - uid: 11914 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 11916 components: - type: Transform pos: 15.5,-14.5 parent: 2 - - uid: 12651 + - uid: 11918 components: - type: Transform - pos: 15.5,-20.5 - parent: 2 - - uid: 12774 - components: - - type: Transform - pos: 13.5,-21.5 + pos: 15.5,-15.5 parent: 2 - uid: 12775 components: @@ -35604,16 +37351,6 @@ entities: - type: Transform pos: 32.5,-13.5 parent: 2 - - uid: 14405 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - - uid: 14422 - components: - - type: Transform - pos: 12.5,-22.5 - parent: 2 - uid: 14503 components: - type: Transform @@ -36030,11 +37767,6 @@ entities: - type: Transform pos: -4.5,6.5 parent: 2 - - uid: 465 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - uid: 487 components: - type: Transform @@ -36278,7 +38010,7 @@ entities: - uid: 605 components: - type: Transform - pos: -14.5,-6.5 + pos: 55.5,2.5 parent: 2 - uid: 654 components: @@ -36520,10 +38252,30 @@ entities: - type: Transform pos: -31.5,-41.5 parent: 2 - - uid: 1056 + - uid: 1034 components: - type: Transform - pos: 17.5,-11.5 + pos: 16.5,-7.5 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: 17.5,-6.5 parent: 2 - uid: 1061 components: @@ -36765,6 +38517,11 @@ entities: - type: Transform pos: 39.5,-24.5 parent: 2 + - uid: 1672 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 - uid: 1675 components: - type: Transform @@ -36775,10 +38532,15 @@ entities: - type: Transform pos: 26.5,-28.5 parent: 2 + - uid: 1725 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 - uid: 1735 components: - type: Transform - pos: 20.5,-12.5 + pos: 16.5,-12.5 parent: 2 - uid: 1769 components: @@ -36790,6 +38552,11 @@ entities: - type: Transform pos: 35.5,-32.5 parent: 2 + - uid: 1802 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 - uid: 1805 components: - type: Transform @@ -36800,16 +38567,51 @@ entities: - type: Transform pos: 16.5,-33.5 parent: 2 + - uid: 1823 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 - uid: 1829 components: - type: Transform pos: 45.5,20.5 parent: 2 + - uid: 1834 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 - uid: 1896 components: - type: Transform pos: 7.5,-24.5 parent: 2 + - uid: 1917 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 - uid: 1961 components: - type: Transform @@ -36830,6 +38632,21 @@ entities: - type: Transform pos: 9.5,-25.5 parent: 2 + - uid: 2028 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 - uid: 2061 components: - type: Transform @@ -36860,6 +38677,16 @@ entities: - type: Transform pos: -18.5,-41.5 parent: 2 + - uid: 2126 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 - uid: 2168 components: - type: Transform @@ -36910,11 +38737,21 @@ entities: - type: Transform pos: 26.5,-26.5 parent: 2 + - uid: 2466 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 - uid: 2471 components: - type: Transform pos: 45.5,18.5 parent: 2 + - uid: 2496 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 - uid: 2505 components: - type: Transform @@ -36955,6 +38792,11 @@ entities: - type: Transform pos: 45.5,-24.5 parent: 2 + - uid: 2650 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 2 - uid: 2669 components: - type: Transform @@ -37010,6 +38852,16 @@ entities: - type: Transform pos: 15.5,-33.5 parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 - uid: 2822 components: - type: Transform @@ -37025,6 +38877,11 @@ entities: - type: Transform pos: -44.5,21.5 parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 - uid: 2887 components: - type: Transform @@ -37080,6 +38937,11 @@ entities: - type: Transform pos: 37.5,8.5 parent: 2 + - uid: 2960 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 - uid: 2961 components: - type: Transform @@ -37500,11 +39362,6 @@ entities: - type: Transform pos: -28.5,-4.5 parent: 2 - - uid: 4494 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 2 - uid: 4497 components: - type: Transform @@ -37875,81 +39732,6 @@ entities: - type: Transform pos: -15.5,0.5 parent: 2 - - uid: 4900 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 4901 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - - uid: 4902 - components: - - type: Transform - pos: -15.5,-2.5 - parent: 2 - - uid: 4904 - components: - - type: Transform - pos: -15.5,-4.5 - parent: 2 - - uid: 4905 - components: - - type: Transform - pos: -15.5,-5.5 - parent: 2 - - uid: 4906 - components: - - type: Transform - pos: -15.5,-6.5 - parent: 2 - - uid: 4908 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 2 - - uid: 4909 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 2 - - uid: 4910 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 4911 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - uid: 4912 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - - uid: 4913 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 2 - - uid: 4914 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 2 - - uid: 4915 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 4922 - components: - - type: Transform - pos: -15.5,-3.5 - parent: 2 - uid: 4983 components: - type: Transform @@ -38160,6 +39942,11 @@ entities: - type: Transform pos: 32.5,-21.5 parent: 2 + - uid: 5549 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 - uid: 5559 components: - type: Transform @@ -38210,46 +39997,6 @@ entities: - type: Transform pos: 7.5,-33.5 parent: 2 - - uid: 5694 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 5695 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 5696 - components: - - type: Transform - pos: 6.5,-35.5 - parent: 2 - - uid: 5697 - components: - - type: Transform - pos: 6.5,-36.5 - parent: 2 - - uid: 5698 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 2 - - uid: 5699 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - - uid: 5700 - components: - - type: Transform - pos: 3.5,-36.5 - parent: 2 - - uid: 5701 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - uid: 5702 components: - type: Transform @@ -38355,20 +40102,15 @@ entities: - type: Transform pos: 10.5,-26.5 parent: 2 - - uid: 5728 + - uid: 5737 components: - type: Transform - pos: 11.5,-26.5 + pos: -9.5,-29.5 parent: 2 - - uid: 5729 + - uid: 5738 components: - type: Transform - pos: 12.5,-26.5 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: 12.5,-25.5 + pos: -9.5,-32.5 parent: 2 - uid: 5741 components: @@ -38390,41 +40132,6 @@ entities: - type: Transform pos: -17.5,-38.5 parent: 2 - - uid: 5748 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 5749 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 2 - - uid: 5750 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 2 - - uid: 5751 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - uid: 5752 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 2 - - uid: 5753 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - uid: 5754 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - uid: 5755 components: - type: Transform @@ -38470,36 +40177,11 @@ entities: - type: Transform pos: -4.5,-30.5 parent: 2 - - uid: 5766 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 5767 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 5768 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - uid: 5769 components: - type: Transform pos: -2.5,-21.5 parent: 2 - - uid: 5770 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 5771 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - uid: 5772 components: - type: Transform @@ -38535,16 +40217,6 @@ entities: - type: Transform pos: -0.5,-37.5 parent: 2 - - uid: 5779 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 5780 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - uid: 5781 components: - type: Transform @@ -38620,61 +40292,6 @@ entities: - type: Transform pos: 10.5,8.5 parent: 2 - - uid: 5931 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 2 - - uid: 5932 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 2 - - uid: 5933 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 5934 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 5935 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 5936 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 5937 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 5938 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 2 - - uid: 5939 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 2 - - uid: 5940 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 2 - - uid: 5941 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - uid: 5947 components: - type: Transform @@ -38895,21 +40512,41 @@ entities: - type: Transform pos: -38.5,-39.5 parent: 2 + - uid: 6253 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 - uid: 6268 components: - type: Transform pos: -14.5,-44.5 parent: 2 + - uid: 6300 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 - uid: 6318 components: - type: Transform pos: 36.5,-16.5 parent: 2 + - uid: 6334 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 - uid: 6404 components: - type: Transform pos: 10.5,9.5 parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 - uid: 6663 components: - type: Transform @@ -39760,16 +41397,16 @@ entities: - type: Transform pos: 19.5,38.5 parent: 2 - - uid: 7901 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 2 - uid: 7995 components: - type: Transform pos: 12.5,-31.5 parent: 2 + - uid: 8016 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 - uid: 8070 components: - type: Transform @@ -39870,6 +41507,16 @@ entities: - type: Transform pos: 45.5,16.5 parent: 2 + - uid: 8603 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 - uid: 8624 components: - type: Transform @@ -39895,116 +41542,16 @@ entities: - type: Transform pos: -2.5,17.5 parent: 2 - - uid: 8634 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 8635 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 8636 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 2 - - uid: 8637 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 8638 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 8639 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - - uid: 8640 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 8641 - components: - - type: Transform - pos: 19.5,-8.5 - parent: 2 - - uid: 8642 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 2 - - uid: 8643 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 2 - - uid: 8644 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 2 - - uid: 8645 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 8646 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 8647 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 2 - - uid: 8648 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 2 - - uid: 8649 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 2 - uid: 8650 components: - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 8651 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - uid: 8652 - components: - - type: Transform - pos: 15.5,-12.5 + pos: 21.5,-10.5 parent: 2 - uid: 8653 components: - type: Transform pos: 15.5,-13.5 parent: 2 - - uid: 8654 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 2 - - uid: 8678 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 2 - uid: 8721 components: - type: Transform @@ -40035,6 +41582,11 @@ entities: - type: Transform pos: 40.5,-17.5 parent: 2 + - uid: 8974 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 2 - uid: 9066 components: - type: Transform @@ -40260,11 +41812,6 @@ entities: - type: Transform pos: 42.5,14.5 parent: 2 - - uid: 9244 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 2 - uid: 9282 components: - type: Transform @@ -41390,6 +42937,11 @@ entities: - type: Transform pos: 4.5,-14.5 parent: 2 + - uid: 10074 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 - uid: 10106 components: - type: Transform @@ -41730,11 +43282,6 @@ entities: - type: Transform pos: 35.5,-17.5 parent: 2 - - uid: 11594 - components: - - type: Transform - pos: -14.5,-36.5 - parent: 2 - uid: 11662 components: - type: Transform @@ -41840,6 +43387,21 @@ entities: - type: Transform pos: 38.5,-15.5 parent: 2 + - uid: 11694 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 - uid: 11821 components: - type: Transform @@ -41870,6 +43432,11 @@ entities: - type: Transform pos: 12.5,34.5 parent: 2 + - uid: 12183 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 - uid: 12213 components: - type: Transform @@ -42065,11 +43632,6 @@ entities: - type: Transform pos: 32.5,-4.5 parent: 2 - - uid: 12609 - components: - - type: Transform - pos: 17.5,-13.5 - parent: 2 - uid: 12612 components: - type: Transform @@ -42110,11 +43672,6 @@ entities: - type: Transform pos: 28.5,-24.5 parent: 2 - - uid: 12693 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 2 - uid: 12744 components: - type: Transform @@ -42135,6 +43692,11 @@ entities: - type: Transform pos: 29.5,-21.5 parent: 2 + - uid: 12864 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 - uid: 12910 components: - type: Transform @@ -42143,13 +43705,18 @@ entities: - uid: 12931 components: - type: Transform - pos: -14.5,-34.5 + pos: -13.5,-33.5 parent: 2 - uid: 12941 components: - type: Transform pos: 27.5,-20.5 parent: 2 + - uid: 12973 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 - uid: 13198 components: - type: Transform @@ -42165,11 +43732,6 @@ entities: - type: Transform pos: 37.5,-9.5 parent: 2 - - uid: 13426 - components: - - type: Transform - pos: -14.5,-38.5 - parent: 2 - uid: 13444 components: - type: Transform @@ -42180,21 +43742,11 @@ entities: - type: Transform pos: 36.5,-8.5 parent: 2 - - uid: 13538 - components: - - type: Transform - pos: -14.5,-35.5 - parent: 2 - uid: 13568 components: - type: Transform pos: 19.5,37.5 parent: 2 - - uid: 13638 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 2 - uid: 13640 components: - type: Transform @@ -42275,11 +43827,6 @@ entities: - type: Transform pos: 39.5,10.5 parent: 2 - - uid: 13995 - components: - - type: Transform - pos: -14.5,-37.5 - parent: 2 - uid: 14008 components: - type: Transform @@ -42335,6 +43882,11 @@ entities: - type: Transform pos: -18.5,4.5 parent: 2 + - uid: 14102 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 - uid: 14173 components: - type: Transform @@ -42365,6 +43917,101 @@ entities: - type: Transform pos: 18.5,35.5 parent: 2 + - uid: 14349 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 14368 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 14444 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 14457 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 14459 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 14460 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 - uid: 14506 components: - type: Transform @@ -42465,6 +44112,11 @@ entities: - type: Transform pos: -20.5,25.5 parent: 2 + - uid: 15152 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 - uid: 15153 components: - type: Transform @@ -42550,21 +44202,6 @@ entities: - type: Transform pos: 12.5,-14.5 parent: 2 - - uid: 15381 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 2 - - uid: 15382 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 2 - - uid: 15383 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 2 - uid: 15388 components: - type: Transform @@ -42845,16 +44482,6 @@ entities: - type: Transform pos: -42.5,-31.5 parent: 2 - - uid: 16022 - components: - - type: Transform - pos: -12.5,-6.5 - parent: 2 - - uid: 16023 - components: - - type: Transform - pos: -12.5,-7.5 - parent: 2 - uid: 16029 components: - type: Transform @@ -43110,11 +44737,6 @@ entities: - type: Transform pos: -24.5,-1.5 parent: 2 - - uid: 17031 - components: - - type: Transform - pos: -13.5,-34.5 - parent: 2 - uid: 17057 components: - type: Transform @@ -43325,6 +44947,236 @@ entities: - type: Transform pos: 15.5,3.5 parent: 2 + - uid: 18064 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 18166 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 18170 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 + - uid: 18173 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 18176 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 18177 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 18179 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 18180 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 18183 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - uid: 18224 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 18269 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 18275 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 18313 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 18314 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 + - uid: 18315 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 18316 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 18319 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 18321 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 18322 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 18348 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 18597 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 18598 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 18599 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - uid: 18600 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 18601 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 18602 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 - proto: CableMVStack entities: - uid: 7467 @@ -43440,6 +45292,11 @@ entities: parent: 2 - proto: CannabisSeeds entities: + - uid: 13257 + components: + - type: Transform + pos: -8.273081,-38.47003 + parent: 2 - uid: 15668 components: - type: Transform @@ -43488,6 +45345,11 @@ entities: - type: Transform pos: -33.5,-40.5 parent: 2 + - uid: 2083 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 - uid: 2640 components: - type: Transform @@ -43498,21 +45360,16 @@ entities: - type: Transform pos: -33.5,-41.5 parent: 2 + - uid: 6038 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 - uid: 15054 components: - type: Transform pos: -34.5,-40.5 parent: 2 - - uid: 15316 - components: - - type: Transform - pos: -7.5,-38.5 - parent: 2 - - uid: 15318 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 2 - proto: CarpetBlack entities: - uid: 3403 @@ -43597,16 +45454,6 @@ entities: - type: Transform pos: -25.5,0.5 parent: 2 - - uid: 6608 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 2 - - uid: 6609 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 2 - uid: 10776 components: - type: Transform @@ -43618,17 +45465,32 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,0.5 parent: 2 + - uid: 13801 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 - uid: 14780 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,1.5 parent: 2 + - uid: 15080 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 - uid: 15460 components: - type: Transform pos: -36.5,-41.5 parent: 2 + - uid: 16197 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 - proto: CarpetCyan entities: - uid: 6593 @@ -43684,6 +45546,16 @@ entities: parent: 2 - proto: Catwalk entities: + - uid: 20 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 - uid: 88 components: - type: Transform @@ -43864,6 +45736,31 @@ entities: - type: Transform pos: 8.5,12.5 parent: 2 + - uid: 1025 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 - uid: 1105 components: - type: Transform @@ -44089,15 +45986,25 @@ entities: - type: Transform pos: 14.5,-62.5 parent: 2 - - uid: 1716 + - uid: 1740 components: - type: Transform - pos: 16.5,-18.5 + pos: 20.5,-18.5 parent: 2 - - uid: 1717 + - uid: 1743 components: - type: Transform - pos: 15.5,-16.5 + pos: 14.5,-16.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: 21.5,-14.5 parent: 2 - uid: 1836 components: @@ -44150,10 +46057,10 @@ entities: - type: Transform pos: -43.5,22.5 parent: 2 - - uid: 2054 + - uid: 2062 components: - type: Transform - pos: 14.5,-25.5 + pos: 2.5,-33.5 parent: 2 - uid: 2100 components: @@ -44167,6 +46074,11 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,-22.5 parent: 2 + - uid: 2175 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 - uid: 2331 components: - type: Transform @@ -44220,20 +46132,10 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-23.5 parent: 2 - - uid: 2438 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 2 - uid: 2439 components: - type: Transform - pos: 16.5,-16.5 - parent: 2 - - uid: 2446 - components: - - type: Transform - pos: 16.5,-17.5 + pos: 21.5,-18.5 parent: 2 - uid: 2456 components: @@ -44261,11 +46163,6 @@ entities: - type: Transform pos: -25.5,-13.5 parent: 2 - - uid: 2561 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - uid: 2566 components: - type: Transform @@ -44413,6 +46310,21 @@ entities: - type: Transform pos: -12.5,-41.5 parent: 2 + - uid: 3083 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 - uid: 3481 components: - type: Transform @@ -44443,11 +46355,21 @@ entities: - type: Transform pos: -32.5,28.5 parent: 2 + - uid: 3815 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 - uid: 3954 components: - type: Transform pos: 23.5,2.5 parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 - uid: 4213 components: - type: Transform @@ -44469,12 +46391,32 @@ entities: - type: Transform pos: -18.5,-46.5 parent: 2 + - uid: 4362 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 - uid: 4622 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-9.5 parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 - uid: 5101 components: - type: Transform @@ -44525,6 +46467,11 @@ entities: - type: Transform pos: -27.5,22.5 parent: 2 + - uid: 5369 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 - uid: 5401 components: - type: Transform @@ -44581,20 +46528,20 @@ entities: - type: Transform pos: 41.5,-11.5 parent: 2 - - uid: 5732 + - uid: 5627 components: - type: Transform - pos: 14.5,-24.5 + pos: 4.5,-34.5 parent: 2 - - uid: 5791 + - uid: 5669 components: - type: Transform - pos: -12.5,-35.5 + pos: -5.5,-37.5 parent: 2 - - uid: 5792 + - uid: 5711 components: - type: Transform - pos: -12.5,-36.5 + pos: -14.5,-38.5 parent: 2 - uid: 5946 components: @@ -44697,6 +46644,11 @@ entities: - type: Transform pos: 20.5,38.5 parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 - uid: 7763 components: - type: Transform @@ -44722,6 +46674,11 @@ entities: - type: Transform pos: 25.5,41.5 parent: 2 + - uid: 7901 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 - uid: 7913 components: - type: Transform @@ -45144,6 +47101,26 @@ entities: - type: Transform pos: 32.5,31.5 parent: 2 + - uid: 8634 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 8830 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 2 - uid: 9007 components: - type: Transform @@ -45159,6 +47136,11 @@ entities: - type: Transform pos: -2.5,24.5 parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 - uid: 9203 components: - type: Transform @@ -45187,6 +47169,26 @@ entities: - type: Transform pos: -26.5,-49.5 parent: 2 + - uid: 10068 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 - uid: 10426 components: - type: Transform @@ -46129,6 +48131,11 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,22.5 parent: 2 + - uid: 10717 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 - uid: 10720 components: - type: Transform @@ -46338,6 +48345,11 @@ entities: - type: Transform pos: 29.5,-22.5 parent: 2 + - uid: 10764 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 - uid: 10765 components: - type: Transform @@ -46379,24 +48391,6 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,-24.5 parent: 2 - - uid: 10782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-21.5 - parent: 2 - - uid: 10783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-22.5 - parent: 2 - - uid: 10784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-23.5 - parent: 2 - uid: 10785 components: - type: Transform @@ -46435,6 +48429,16 @@ entities: - type: Transform pos: 10.5,17.5 parent: 2 + - uid: 10856 + components: + - type: Transform + pos: -12.5,3.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 - uid: 11362 components: - type: Transform @@ -46445,35 +48449,15 @@ entities: - type: Transform pos: 11.5,17.5 parent: 2 - - uid: 11364 - components: - - type: Transform - pos: 20.5,-6.5 - parent: 2 - uid: 11365 components: - type: Transform - pos: 15.5,-7.5 - parent: 2 - - uid: 11366 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 11367 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 2 - - uid: 11368 - components: - - type: Transform - pos: 15.5,-9.5 + pos: 19.5,-10.5 parent: 2 - uid: 11370 components: - type: Transform - pos: 15.5,-10.5 + pos: 15.5,-12.5 parent: 2 - uid: 11374 components: @@ -46570,36 +48554,6 @@ entities: - type: Transform pos: 1.5,-41.5 parent: 2 - - uid: 11721 - components: - - type: Transform - pos: -9.5,-36.5 - parent: 2 - - uid: 11722 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - - uid: 11730 - components: - - type: Transform - pos: -9.5,-38.5 - parent: 2 - - uid: 11733 - components: - - type: Transform - pos: -9.5,-39.5 - parent: 2 - - uid: 11736 - components: - - type: Transform - pos: 3.5,-38.5 - parent: 2 - - uid: 11737 - components: - - type: Transform - pos: 4.5,-38.5 - parent: 2 - uid: 11738 components: - type: Transform @@ -46655,6 +48609,51 @@ entities: - type: Transform pos: 8.5,-37.5 parent: 2 + - uid: 11913 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 - uid: 12551 components: - type: Transform @@ -46665,6 +48664,16 @@ entities: - type: Transform pos: 20.5,37.5 parent: 2 + - uid: 12563 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 - uid: 12657 components: - type: Transform @@ -46681,6 +48690,11 @@ entities: - type: Transform pos: 16.5,-53.5 parent: 2 + - uid: 12694 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 - uid: 12748 components: - type: Transform @@ -46868,12 +48882,7 @@ entities: - uid: 14079 components: - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 14080 - components: - - type: Transform - pos: 20.5,-5.5 + pos: 22.5,-12.5 parent: 2 - uid: 14081 components: @@ -46885,16 +48894,6 @@ entities: - type: Transform pos: 2.5,16.5 parent: 2 - - uid: 14083 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - - uid: 14084 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 2 - uid: 14085 components: - type: Transform @@ -46930,11 +48929,6 @@ entities: - type: Transform pos: 3.5,17.5 parent: 2 - - uid: 14092 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - uid: 14142 components: - type: Transform @@ -47015,6 +49009,11 @@ entities: - type: Transform pos: -33.5,-18.5 parent: 2 + - uid: 14166 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 - uid: 14223 components: - type: Transform @@ -47085,6 +49084,11 @@ entities: - type: Transform pos: 35.5,-27.5 parent: 2 + - uid: 14477 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 - uid: 14482 components: - type: Transform @@ -47219,6 +49223,11 @@ entities: - type: Transform pos: 16.5,-59.5 parent: 2 + - uid: 14583 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 - uid: 14595 components: - type: Transform @@ -47253,31 +49262,40 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,-9.5 parent: 2 + - uid: 14992 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 - uid: 15002 components: - type: Transform pos: 45.5,-29.5 parent: 2 + - uid: 15005 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 - uid: 15132 components: - type: Transform pos: -27.5,25.5 parent: 2 - - uid: 15314 + - uid: 15158 components: - type: Transform - pos: -12.5,-19.5 - parent: 2 - - uid: 15315 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - uid: 15327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-10.5 + pos: -21.5,-0.5 parent: 2 - uid: 15372 components: @@ -47416,6 +49434,11 @@ entities: - type: Transform pos: 36.5,-16.5 parent: 2 + - uid: 16199 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 - uid: 16204 components: - type: Transform @@ -47431,6 +49454,11 @@ entities: - type: Transform pos: 22.5,43.5 parent: 2 + - uid: 16316 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 - uid: 16329 components: - type: Transform @@ -47516,6 +49544,11 @@ entities: - type: Transform pos: -22.5,3.5 parent: 2 + - uid: 16746 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 - uid: 16779 components: - type: Transform @@ -47815,6 +49848,196 @@ entities: - type: Transform pos: 36.5,-40.5 parent: 2 + - uid: 18041 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 18042 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 18043 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 18050 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 18051 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 18052 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 18054 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 18055 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 18056 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 18071 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 + - uid: 18072 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 18073 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 + - uid: 18102 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 + - uid: 18103 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 18121 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 18122 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 18211 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 + - uid: 18212 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: 51.5,1.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 18215 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: 58.5,-2.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 18220 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + pos: 57.5,1.5 + parent: 2 + - uid: 18223 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 18642 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 18649 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 18650 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 18651 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 + - uid: 18652 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 18653 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 - proto: CellRechargerCircuitboard entities: - uid: 8500 @@ -47848,38 +50071,11 @@ entities: - type: Transform pos: 33.5,-19.5 parent: 2 - - uid: 1684 + - uid: 1248 components: - type: Transform - pos: 16.5,-0.5 - parent: 2 - - uid: 1687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,1.5 - parent: 2 - - uid: 2028 - components: - - type: Transform - pos: -11.5,-25.5 - parent: 2 - - uid: 2052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-28.5 - parent: 2 - - uid: 2078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-28.5 - parent: 2 - - uid: 2095 - components: - - type: Transform - pos: -12.5,-25.5 + rot: 1.5707963267948966 rad + pos: -16.5,-32.5 parent: 2 - uid: 2783 components: @@ -47887,6 +50083,16 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-35.5 parent: 2 + - uid: 3107 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 - uid: 4112 components: - type: Transform @@ -47933,6 +50139,12 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,-49.5 parent: 2 + - uid: 5647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 - uid: 6036 components: - type: Transform @@ -47951,6 +50163,12 @@ entities: rot: 3.141592653589793 rad pos: -36.5,-43.5 parent: 2 + - uid: 6306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-34.5 + parent: 2 - uid: 6697 components: - type: Transform @@ -48114,18 +50332,6 @@ entities: rot: 3.141592653589793 rad pos: -45.5,-13.5 parent: 2 - - uid: 15058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 2 - - uid: 15062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 2 - uid: 15240 components: - type: Transform @@ -48191,6 +50397,48 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,57.5 parent: 2 + - uid: 18116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-30.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 2 + - uid: 18123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,12.5 + parent: 2 + - uid: 18124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,11.5 + parent: 2 + - uid: 18125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,15.5 + parent: 2 + - uid: 18126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,14.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,31.5 + parent: 2 - proto: ChairFolding entities: - uid: 240 @@ -48211,6 +50459,12 @@ entities: rot: 1.5707963267948966 rad pos: 6.4682918,0.6234399 parent: 2 + - uid: 2141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-17.5 + parent: 2 - uid: 4387 components: - type: Transform @@ -48305,6 +50559,24 @@ entities: rot: -1.5707963267948966 rad pos: -41.529472,-46.48746 parent: 2 + - uid: 18044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 2 + - uid: 18049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-34.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 2 - proto: ChairFoldingSpawnFolded entities: - uid: 4669 @@ -48337,29 +50609,23 @@ entities: rot: -1.5707963267948966 rad pos: 4.4682918,0.6390649 parent: 2 - - uid: 333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.438293,-20.269924 - parent: 2 - uid: 448 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.446915,-21.558496 parent: 2 - - uid: 1052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.435757,-9.759849 - parent: 2 - uid: 1155 components: - type: Transform pos: -25.967163,8.461446 parent: 2 + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.494059,-8.361586 + parent: 2 - uid: 1271 components: - type: Transform @@ -48371,11 +50637,11 @@ entities: rot: 3.141592653589793 rad pos: 23.538269,-11.297682 parent: 2 - - uid: 1785 + - uid: 1473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.457573,-17.462608 + rot: -1.5707963267948966 rad + pos: -11.622257,-31.412174 parent: 2 - uid: 1928 components: @@ -48460,12 +50726,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.611946,22.375528 parent: 2 - - uid: 4117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.911285,4.6227093 - parent: 2 - uid: 4298 components: - type: Transform @@ -48477,6 +50737,18 @@ entities: - type: Transform pos: 31.581478,22.534786 parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.522722,-15.328277 + parent: 2 + - uid: 4465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.538347,-15.343902 + parent: 2 - uid: 4716 components: - type: Transform @@ -48527,12 +50799,6 @@ entities: rot: 3.141592653589793 rad pos: -37.474472,-43.345543 parent: 2 - - uid: 6187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.513311,-33.156662 - parent: 2 - uid: 6582 components: - type: Transform @@ -48579,6 +50845,12 @@ entities: - type: Transform pos: -25.425407,-4.244209 parent: 2 + - uid: 8639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.47744,4.6827736 + parent: 2 - uid: 9589 components: - type: Transform @@ -48591,6 +50863,12 @@ entities: rot: -1.5707963267948966 rad pos: -29.44567,-10.371562 parent: 2 + - uid: 10075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.585882,-6.963399 + parent: 2 - uid: 10492 components: - type: Transform @@ -48614,11 +50892,6 @@ entities: - type: Transform pos: 1.0366118,20.373814 parent: 2 - - uid: 15167 - components: - - type: Transform - pos: -17.450811,-34.391037 - parent: 2 - uid: 15559 components: - type: Transform @@ -48760,6 +51033,40 @@ entities: - type: Transform pos: -12.453918,-16.629017 parent: 2 + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.536726,-22.404692 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: -24.442976,-21.592192 + parent: 2 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.349226,-23.467192 + parent: 2 + - uid: 1687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.364851,-22.482817 + parent: 2 + - uid: 1718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.458601,-23.435942 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: -23.536726,-21.560942 + parent: 2 - uid: 3533 components: - type: Transform @@ -48823,11 +51130,35 @@ entities: - type: Transform pos: -50.475594,-29.46375 parent: 2 + - uid: 8357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.514683,4.464612 + parent: 2 - uid: 8420 components: - type: Transform pos: 6.271127,10.431614 parent: 2 + - uid: 8593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.436558,3.6052372 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.499058,4.589612 + parent: 2 + - uid: 9101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.545933,3.5114872 + parent: 2 - uid: 9383 components: - type: Transform @@ -48881,18 +51212,29 @@ entities: rot: 3.141592653589793 rad pos: -21.541697,-19.347721 parent: 2 - - uid: 14214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.541697,-20.347721 - parent: 2 - uid: 14330 components: - type: Transform rot: 3.141592653589793 rad pos: -33.52696,-26.57575 parent: 2 + - uid: 18137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.502098,30.560913 + parent: 2 + - uid: 18639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.462801,-22.266504 + parent: 2 + - uid: 18640 + components: + - type: Transform + pos: -19.447176,-20.641504 + parent: 2 - proto: CheapLighter entities: - uid: 15363 @@ -48900,6 +51242,11 @@ entities: - type: Transform pos: 23.159512,-15.37759 parent: 2 + - uid: 18078 + components: + - type: Transform + pos: -12.829975,-37.238377 + parent: 2 - proto: CheapRollerBedSpawnFolded entities: - uid: 4101 @@ -48954,6 +51301,13 @@ entities: - type: Transform pos: 26.336699,36.68906 parent: 2 +- proto: ChemistryBottleUnstableMutagen + entities: + - uid: 1240 + components: + - type: Transform + pos: -8.194956,-38.18878 + parent: 2 - proto: ChemistryEmptyBottle01 entities: - uid: 8823 @@ -49062,6 +51416,16 @@ entities: - type: Transform pos: 24.550137,-15.25259 parent: 2 + - uid: 18077 + components: + - type: Transform + pos: -12.548725,-37.004 + parent: 2 + - uid: 18079 + components: + - type: Transform + pos: -12.486225,-37.129 + parent: 2 - proto: CigaretteFilter1 entities: - uid: 17124 @@ -49166,20 +51530,6 @@ entities: - type: Transform pos: -9.358397,22.055073 parent: 2 -- proto: CigarGold - entities: - - uid: 8406 - components: - - type: Transform - pos: -17.225914,-8.564717 - parent: 2 -- proto: CigarGoldCase - entities: - - uid: 5333 - components: - - type: Transform - pos: -17.538414,-8.342341 - parent: 2 - proto: CigCartonBlack entities: - uid: 14721 @@ -49204,7 +51554,7 @@ entities: - uid: 15273 components: - type: Transform - pos: 24.253262,-15.611965 + pos: 24.122278,-15.69931 parent: 2 - proto: CigCartonMixed entities: @@ -49237,10 +51587,10 @@ entities: parent: 2 - proto: ClosetBombFilled entities: - - uid: 5456 + - uid: 5817 components: - type: Transform - pos: 0.5,-34.5 + pos: -1.5,-32.5 parent: 2 - uid: 6847 components: @@ -49254,10 +51604,10 @@ entities: - type: Transform pos: 13.5,-1.5 parent: 2 - - uid: 2099 + - uid: 18035 components: - type: Transform - pos: -7.5,-25.5 + pos: -8.5,-33.5 parent: 2 - proto: ClosetEmergencyFilledRandom entities: @@ -49276,16 +51626,16 @@ entities: - type: Transform pos: 12.5,-5.5 parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 - uid: 2641 components: - type: Transform pos: -39.5,-40.5 parent: 2 - - uid: 2959 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 2 - uid: 3067 components: - type: Transform @@ -49336,11 +51686,21 @@ entities: - type: Transform pos: 2.5,25.5 parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 - uid: 5943 components: - type: Transform pos: -24.5,-13.5 parent: 2 + - uid: 6608 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 - uid: 7219 components: - type: Transform @@ -49381,11 +51741,6 @@ entities: - type: Transform pos: 47.5,28.5 parent: 2 - - uid: 13544 - components: - - type: Transform - pos: 16.5,-16.5 - parent: 2 - uid: 13631 components: - type: Transform @@ -49396,11 +51751,6 @@ entities: - type: Transform pos: -27.5,-48.5 parent: 2 - - uid: 14002 - components: - - type: Transform - pos: -14.5,-40.5 - parent: 2 - uid: 14170 components: - type: Transform @@ -49411,6 +51761,11 @@ entities: - type: Transform pos: -66.5,-29.5 parent: 2 + - uid: 14577 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 - uid: 14579 components: - type: Transform @@ -49463,6 +51818,11 @@ entities: - type: Transform pos: -42.5,-26.5 parent: 2 + - uid: 6304 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 - uid: 6708 components: - type: Transform @@ -49473,11 +51833,6 @@ entities: - type: Transform pos: -8.5,51.5 parent: 2 - - uid: 11779 - components: - - type: Transform - pos: -9.5,-38.5 - parent: 2 - uid: 14171 components: - type: Transform @@ -49505,21 +51860,16 @@ entities: - type: Transform pos: 10.5,-5.5 parent: 2 + - uid: 856 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 - uid: 1079 components: - type: Transform pos: 37.5,-31.5 parent: 2 - - uid: 2966 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 2 - - uid: 3006 - components: - - type: Transform - pos: -14.5,-39.5 - parent: 2 - uid: 3026 components: - type: Transform @@ -49545,6 +51895,11 @@ entities: - type: Transform pos: -12.5,5.5 parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 - uid: 6534 components: - type: Transform @@ -49580,11 +51935,6 @@ entities: - type: Transform pos: 35.5,21.5 parent: 2 - - uid: 10764 - components: - - type: Transform - pos: 16.5,-17.5 - parent: 2 - uid: 11349 components: - type: Transform @@ -49595,6 +51945,11 @@ entities: - type: Transform pos: -22.5,17.5 parent: 2 + - uid: 13271 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 - uid: 13634 components: - type: Transform @@ -49630,6 +51985,11 @@ entities: - type: Transform pos: -21.5,-49.5 parent: 2 + - uid: 18333 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 - proto: ClosetJanitorFilled entities: - uid: 109 @@ -49639,10 +51999,10 @@ entities: parent: 2 - proto: ClosetL3Filled entities: - - uid: 11774 + - uid: 2023 components: - type: Transform - pos: -9.5,-39.5 + pos: -8.5,-42.5 parent: 2 - proto: ClosetL3JanitorFilled entities: @@ -49692,11 +52052,26 @@ entities: - type: Transform pos: -23.5,9.5 parent: 2 + - uid: 1607 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 - uid: 2537 components: - type: Transform pos: -26.5,-11.5 parent: 2 + - uid: 2721 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 - uid: 2989 components: - type: Transform @@ -49747,16 +52122,16 @@ entities: - type: Transform pos: -26.5,26.5 parent: 2 - - uid: 5582 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 2 - uid: 6271 components: - type: Transform pos: -12.5,-42.5 parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 - uid: 6610 components: - type: Transform @@ -49822,25 +52197,10 @@ entities: - type: Transform pos: 33.5,29.5 parent: 2 - - uid: 11777 + - uid: 11883 components: - type: Transform - pos: 4.5,-41.5 - parent: 2 - - uid: 11780 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 2 - - uid: 11787 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - - uid: 13971 - components: - - type: Transform - pos: 13.5,-22.5 + pos: 7.5,-35.5 parent: 2 - uid: 14236 components: @@ -49905,6 +52265,11 @@ entities: - type: Transform pos: -31.5,17.5 parent: 2 + - uid: 18330 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 - proto: ClosetRadiationSuitFilled entities: - uid: 2119 @@ -49917,16 +52282,16 @@ entities: - type: Transform pos: 38.5,-22.5 parent: 2 + - uid: 5620 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 - uid: 6665 components: - type: Transform pos: -21.5,46.5 parent: 2 - - uid: 11771 - components: - - type: Transform - pos: 9.5,-35.5 - parent: 2 - uid: 12909 components: - type: Transform @@ -50154,6 +52519,17 @@ entities: - type: Transform pos: -23.35696,31.242619 parent: 2 +- proto: ClothingHeadHatBeretQM + entities: + - uid: 15588 + components: + - type: Transform + parent: 15428 + - type: Clothing + inSlotFlag: HEAD + inSlot: head + - type: Physics + canCollide: False - proto: ClothingHeadHatBlacksoft entities: - uid: 8815 @@ -50166,7 +52542,7 @@ entities: - uid: 15268 components: - type: Transform - pos: -1.6964862,41.709198 + pos: -1.3893666,42.359314 parent: 2 - proto: ClothingHeadHatCone entities: @@ -50210,6 +52586,16 @@ entities: - type: Transform pos: -38.341812,-20.515629 parent: 2 + - uid: 18251 + components: + - type: Transform + pos: 52.85724,-0.6339097 + parent: 2 + - uid: 18252 + components: + - type: Transform + pos: 52.85724,-0.3057847 + parent: 2 - proto: ClothingHeadHatGreysoft entities: - uid: 5916 @@ -50231,6 +52617,25 @@ entities: - type: Transform pos: 24.286795,-23.132805 parent: 2 + - uid: 18262 + components: + - type: Transform + pos: 56.9357,2.9133167 + parent: 2 + - type: HandheldLight + toggleActionEntity: 18263 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 18263 + - type: ActionsContainer - proto: ClothingHeadHatHardhatRed entities: - uid: 8495 @@ -50288,8 +52693,40 @@ entities: - uid: 11692 components: - type: Transform - pos: 2.7698603,-41.707893 + pos: 3.1888604,-43.303646 parent: 2 +- proto: ClothingHeadHelmetBasic + entities: + - uid: 2038 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2039 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetRiot + entities: + - uid: 6146 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6147 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingHeadsetGrey entities: - uid: 16721 @@ -50371,6 +52808,17 @@ entities: - type: Transform pos: 47.53349,-46.383266 parent: 2 +- proto: ClothingNeckCloakQm + entities: + - uid: 15858 + components: + - type: Transform + parent: 15428 + - type: Clothing + inSlotFlag: NECK + inSlot: neck + - type: Physics + canCollide: False - proto: ClothingNeckCloakTrans entities: - uid: 1602 @@ -50410,6 +52858,70 @@ entities: - type: Transform pos: -18.721369,-13.487272 parent: 2 +- proto: ClothingOuterArmorBasic + entities: + - uid: 2032 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2057 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterArmorBulletproof + entities: + - uid: 6123 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6178 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterArmorReflective + entities: + - uid: 6188 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6189 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterArmorRiot + entities: + - uid: 6124 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6125 + components: + - type: Transform + parent: 2020 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingOuterCoatSyndieCap entities: - uid: 16060 @@ -50419,6 +52931,22 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingOuterHardsuitSecurity + entities: + - uid: 5635 + components: + - type: Transform + parent: 5630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5667 + components: + - type: Transform + parent: 5654 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingOuterWinterColorBlack entities: - uid: 4042 @@ -50439,6 +52967,16 @@ entities: - type: InsideEntityStorage - proto: ClothingShoesBootsMag entities: + - uid: 1758 + components: + - type: Transform + pos: -18.475437,-10.494583 + parent: 2 + - uid: 3203 + components: + - type: Transform + pos: -19.506687,-10.510208 + parent: 2 - uid: 8169 components: - type: Transform @@ -50493,6 +53031,15 @@ entities: - type: Transform pos: 48.564304,20.400146 parent: 2 +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 6201 + components: + - type: Transform + parent: 6199 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpskirtTacticalMaid entities: - uid: 13751 @@ -50507,6 +53054,15 @@ entities: - type: Transform pos: -19.2957,30.655048 parent: 2 +- proto: ClothingUniformJumpsuitPrisoner + entities: + - uid: 6200 + components: + - type: Transform + parent: 6199 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpsuitSyndieFormal entities: - uid: 16056 @@ -50546,16 +53102,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-7.5 parent: 2 - - uid: 4482 - components: - - type: Transform - pos: -14.5,2.5 - parent: 2 - - uid: 4538 - components: - - type: Transform - pos: -16.5,2.5 - parent: 2 - uid: 4826 components: - type: Transform @@ -50641,6 +53187,12 @@ entities: parent: 2 - proto: ComputerAlert entities: + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-12.5 + parent: 2 - uid: 2159 components: - type: Transform @@ -50658,11 +53210,6 @@ entities: - type: Transform pos: -40.5,-5.5 parent: 2 - - uid: 8089 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - proto: ComputerAnalysisConsole entities: - uid: 11225 @@ -50716,10 +53263,10 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,-0.5 parent: 2 - - uid: 3050 + - uid: 4459 components: - type: Transform - pos: -17.5,-32.5 + pos: 19.5,-14.5 parent: 2 - uid: 5442 components: @@ -50853,19 +53400,13 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-7.5 parent: 2 - - uid: 10358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-6.5 - parent: 2 - proto: ComputerCrewMonitoring entities: - - uid: 1771 + - uid: 1121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-19.5 + rot: 3.141592653589793 rad + pos: -12.5,-9.5 parent: 2 - uid: 3929 components: @@ -50879,11 +53420,11 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-8.5 parent: 2 - - uid: 5656 + - uid: 5695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-32.5 + rot: -1.5707963267948966 rad + pos: -3.5,-29.5 parent: 2 - uid: 8083 components: @@ -50893,11 +53434,11 @@ entities: parent: 2 - proto: ComputerCriminalRecords entities: - - uid: 1046 + - uid: 1464 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-10.5 + pos: -3.5,-38.5 parent: 2 - uid: 1612 components: @@ -50905,6 +53446,18 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-26.5 parent: 2 + - uid: 2099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-21.5 + parent: 2 + - uid: 2492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-7.5 + parent: 2 - uid: 3514 components: - type: Transform @@ -50922,29 +53475,12 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-28.5 parent: 2 - - uid: 5669 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - uid: 7382 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,30.5 parent: 2 - - uid: 11806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 2 - - uid: 18027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-22.5 - parent: 2 - proto: ComputerFrame entities: - uid: 10327 @@ -50952,39 +53488,31 @@ entities: - type: Transform pos: -38.5,-50.5 parent: 2 - - uid: 11427 + - uid: 10857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-35.5 + pos: 21.5,-14.5 parent: 2 - proto: ComputerFundingAllocation entities: - - uid: 12981 + - uid: 4542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-19.5 + rot: 1.5707963267948966 rad + pos: -14.5,-8.5 parent: 2 - proto: ComputerId entities: - - uid: 1774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 2 - uid: 4625 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-8.5 parent: 2 - - uid: 10359 + - uid: 16747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-7.5 + pos: -12.5,-7.5 parent: 2 - proto: ComputerMassMedia entities: @@ -51033,6 +53561,11 @@ entities: parent: 2 - proto: ComputerRadar entities: + - uid: 4160 + components: + - type: Transform + pos: 14.5,39.5 + parent: 2 - uid: 4630 components: - type: Transform @@ -51110,11 +53643,6 @@ entities: - type: Transform pos: 13.5,39.5 parent: 2 - - uid: 6562 - components: - - type: Transform - pos: 14.5,39.5 - parent: 2 - uid: 6585 components: - type: Transform @@ -51140,17 +53668,23 @@ entities: parent: 2 - proto: ComputerStationRecords entities: + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-3.5 + parent: 2 - uid: 4624 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-6.5 parent: 2 - - uid: 5660 + - uid: 6198 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-31.5 + pos: -6.5,-30.5 parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: @@ -51172,6 +53706,12 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-28.5 parent: 2 + - uid: 5730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 2 - proto: ComputerSurveillanceWirelessCameraMonitor entities: - uid: 3186 @@ -51188,11 +53728,6 @@ entities: parent: 2 - proto: ComputerTelevision entities: - - uid: 2179 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 2 - uid: 3519 components: - type: Transform @@ -51208,12 +53743,22 @@ entities: - type: Transform pos: 2.5,15.5 parent: 2 + - uid: 6288 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 - uid: 6951 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,22.5 parent: 2 + - uid: 12839 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 - uid: 14291 components: - type: Transform @@ -51494,6 +54039,13 @@ entities: - type: Transform pos: -29.5,15.5 parent: 2 +- proto: CrateCoffin + entities: + - uid: 15231 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 - proto: CrateContrabandStorageSecure entities: - uid: 5616 @@ -51501,6 +54053,24 @@ entities: - type: Transform pos: 2.5,-31.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: CrateEmptySpawner entities: - uid: 13465 @@ -51649,6 +54219,11 @@ entities: - type: Transform pos: -16.5,-46.5 parent: 2 + - uid: 8164 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 - uid: 9338 components: - type: Transform @@ -51669,11 +54244,6 @@ entities: - type: Transform pos: 29.5,29.5 parent: 2 - - uid: 10452 - components: - - type: Transform - pos: -1.5,35.5 - parent: 2 - uid: 10453 components: - type: Transform @@ -51739,6 +54309,11 @@ entities: - type: Transform pos: -25.5,9.5 parent: 2 + - uid: 18134 + components: + - type: Transform + pos: -1.5,36.5 + parent: 2 - proto: CrateFreezer entities: - uid: 553 @@ -51782,48 +54357,6 @@ entities: - type: Transform pos: 38.5,3.5 parent: 2 - - uid: 11758 - components: - - type: Transform - pos: -12.5,-35.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1462 - moles: - - 1.606311 - - 6.042789 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11759 - - 11763 - - 11764 - - 11765 - - 11766 - - 11767 - - 11768 - - 11769 - - 11770 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateFunBoxing entities: - uid: 15834 @@ -51840,6 +54373,11 @@ entities: parent: 2 - proto: CrateHydroponicsTools entities: + - uid: 11800 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 - uid: 14195 components: - type: Transform @@ -51920,6 +54458,24 @@ entities: - type: Transform pos: 4.5,-29.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: CrateServiceCustomSmokable entities: - uid: 17117 @@ -51992,15 +54548,10 @@ entities: parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 1987 + - uid: 5668 components: - type: Transform - pos: -11.5,-19.5 - parent: 2 - - uid: 2271 - components: - - type: Transform - pos: -11.5,-20.5 + pos: -11.5,-39.5 parent: 2 - proto: CryogenicSleepUnitSpawner entities: @@ -52046,12 +54597,6 @@ entities: parent: 2 - proto: CurtainsBlueOpen entities: - - uid: 1793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 2 - uid: 5291 components: - type: Transform @@ -52062,6 +54607,11 @@ entities: - type: Transform pos: -24.5,1.5 parent: 2 + - uid: 14710 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 - proto: CurtainsCyanOpen entities: - uid: 6595 @@ -52107,10 +54657,10 @@ entities: - type: Transform pos: -1.5,3.5 parent: 2 - - uid: 1968 + - uid: 1871 components: - type: Transform - pos: -7.5,-37.5 + pos: 3.5,-36.5 parent: 2 - uid: 9644 components: @@ -52142,6 +54692,13 @@ entities: - type: Transform pos: 4.5,3.5 parent: 2 +- proto: CurtainsWhite + entities: + - uid: 11877 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 - proto: CurtainsWhiteOpen entities: - uid: 15933 @@ -52182,6 +54739,25 @@ entities: - type: Transform pos: 37.417343,26.09099 parent: 2 + - uid: 18240 + components: + - type: Transform + pos: 57.38035,3.6693606 + parent: 2 +- proto: Dart + entities: + - uid: 18244 + components: + - type: Transform + pos: 56.890762,-2.171567 + parent: 2 +- proto: DartYellow + entities: + - uid: 18243 + components: + - type: Transform + pos: 56.250137,-2.046567 + parent: 2 - proto: DefaultStationBeaconAI entities: - uid: 17537 @@ -52282,10 +54858,10 @@ entities: parent: 2 - proto: DefaultStationBeaconBrig entities: - - uid: 11834 + - uid: 2115 components: - type: Transform - pos: -10.5,-26.5 + pos: -9.5,-28.5 parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -52426,10 +55002,10 @@ entities: parent: 2 - proto: DefaultStationBeaconEVAStorage entities: - - uid: 1752 + - uid: 18359 components: - type: Transform - pos: 19.5,-15.5 + pos: -18.5,-5.5 parent: 2 - proto: DefaultStationBeaconGravGen entities: @@ -52440,10 +55016,10 @@ entities: parent: 2 - proto: DefaultStationBeaconHOPOffice entities: - - uid: 14583 + - uid: 18360 components: - type: Transform - pos: 10.5,-18.5 + pos: -13.5,-7.5 parent: 2 - proto: DefaultStationBeaconHOSRoom entities: @@ -52566,10 +55142,10 @@ entities: parent: 2 - proto: DefaultStationBeaconSecurityCheckpoint entities: - - uid: 14602 + - uid: 8640 components: - type: Transform - pos: 19.5,-9.5 + pos: 16.5,-7.5 parent: 2 - uid: 14603 components: @@ -52663,10 +55239,10 @@ entities: parent: 2 - proto: DefaultStationBeaconVault entities: - - uid: 14616 + - uid: 18361 components: - type: Transform - pos: -15.5,-6.5 + pos: 9.5,-19.5 parent: 2 - proto: DefaultStationBeaconWardensOffice entities: @@ -52718,25 +55294,31 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-32.5 parent: 2 + - uid: 18081 + components: + - type: Transform + pos: -59.5,-28.5 + parent: 2 + - uid: 18082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,48.5 + parent: 2 - proto: DeployableBarrier entities: - uid: 2999 components: - type: Transform - pos: -2.5,-16.5 + pos: -5.5,-16.5 parent: 2 - - uid: 5647 + - uid: 3547 components: - type: Transform - pos: -2.5,-18.5 + pos: -5.5,-17.5 parent: 2 - proto: DeskBell entities: - - uid: 1786 - components: - - type: Transform - pos: 9.738823,-16.446983 - parent: 2 - uid: 5496 components: - type: Transform @@ -52762,12 +55344,17 @@ entities: - type: Transform pos: -9.7411585,19.644455 parent: 2 + - uid: 18301 + components: + - type: Transform + pos: -11.371139,-8.274216 + parent: 2 - proto: DiceBag entities: - uid: 15813 components: - type: Transform - pos: -19.0189,-19.28367 + pos: -23.537647,-22.748442 parent: 2 - proto: DiseaseDiagnoser entities: @@ -52806,12 +55393,6 @@ entities: rot: 3.141592653589793 rad pos: 14.5,9.5 parent: 2 - - uid: 1792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 2 - uid: 2184 components: - type: Transform @@ -52858,6 +55439,11 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,-3.5 parent: 2 + - uid: 6775 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 - uid: 7625 components: - type: Transform @@ -52869,12 +55455,35 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,-29.5 parent: 2 + - uid: 8606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-38.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 - uid: 11149 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,15.5 parent: 2 + - uid: 12066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-11.5 + parent: 2 - uid: 12947 components: - type: Transform @@ -52927,12 +55536,6 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-16.5 parent: 2 - - uid: 13031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-6.5 - parent: 2 - uid: 13048 components: - type: Transform @@ -53319,30 +55922,12 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-25.5 parent: 2 - - uid: 16957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-13.5 - parent: 2 - uid: 16958 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-16.5 parent: 2 - - uid: 16959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-12.5 - parent: 2 - - uid: 16960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-12.5 - parent: 2 - uid: 16975 components: - type: Transform @@ -53390,6 +55975,36 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,13.5 parent: 2 + - uid: 18156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-22.5 + parent: 2 + - uid: 18157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-26.5 + parent: 2 + - uid: 18158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-26.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-32.5 + parent: 2 + - uid: 18160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 2 - proto: DisposalJunction entities: - uid: 2844 @@ -53404,6 +56019,12 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 2 + - uid: 12562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-6.5 + parent: 2 - uid: 12929 components: - type: Transform @@ -53492,12 +56113,6 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-34.5 parent: 2 - - uid: 16451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-22.5 - parent: 2 - uid: 16887 components: - type: Transform @@ -53571,13 +56186,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-13.5 - parent: 2 - - uid: 15876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-17.5 + pos: -8.5,-13.5 parent: 2 - proto: DisposalPipe entities: @@ -53690,12 +56299,6 @@ entities: - type: Transform pos: -3.5,-1.5 parent: 2 - - uid: 2083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-17.5 - parent: 2 - uid: 2183 components: - type: Transform @@ -53708,12 +56311,23 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-30.5 parent: 2 + - uid: 2329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-5.5 + parent: 2 - uid: 2412 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-25.5 parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 - uid: 3000 components: - type: Transform @@ -53762,6 +56376,29 @@ entities: rot: 3.141592653589793 rad pos: 16.5,8.5 parent: 2 + - uid: 4703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-36.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-35.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-37.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 - uid: 4916 components: - type: Transform @@ -53774,18 +56411,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 2 - - uid: 5522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-17.5 - parent: 2 - - uid: 5528 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-13.5 - parent: 2 - uid: 5646 components: - type: Transform @@ -53855,12 +56480,24 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,-30.5 parent: 2 + - uid: 6730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 - uid: 7627 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,27.5 parent: 2 + - uid: 8007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-34.5 + parent: 2 - uid: 8354 components: - type: Transform @@ -53873,6 +56510,11 @@ entities: rot: 3.141592653589793 rad pos: 33.5,-27.5 parent: 2 + - uid: 8988 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 - uid: 9536 components: - type: Transform @@ -53906,12 +56548,53 @@ entities: rot: 3.141592653589793 rad pos: 33.5,-26.5 parent: 2 + - uid: 11367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 2 - uid: 11414 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,23.5 parent: 2 + - uid: 11806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-33.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-8.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-7.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-6.5 + parent: 2 - uid: 12906 components: - type: Transform @@ -54067,53 +56750,23 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,14.5 parent: 2 - - uid: 12969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-6.5 - parent: 2 - - uid: 12970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-6.5 - parent: 2 - - uid: 12971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-6.5 - parent: 2 - uid: 12972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-7.5 - parent: 2 - - uid: 12973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-8.5 - parent: 2 - - uid: 12974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-9.5 + rot: -1.5707963267948966 rad + pos: 18.5,-11.5 parent: 2 - uid: 12975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-10.5 + rot: -1.5707963267948966 rad + pos: 19.5,-11.5 parent: 2 - uid: 12976 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,-11.5 + pos: 20.5,-10.5 parent: 2 - uid: 12977 components: @@ -55815,6 +58468,12 @@ entities: - type: Transform pos: -30.5,-31.5 parent: 2 + - uid: 13638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-6.5 + parent: 2 - uid: 13860 components: - type: Transform @@ -55827,12 +58486,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,34.5 parent: 2 - - uid: 14124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-21.5 - parent: 2 - uid: 14125 components: - type: Transform @@ -55844,29 +58497,11 @@ entities: - type: Transform pos: -15.5,-18.5 parent: 2 - - uid: 14158 + - uid: 15182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-21.5 - parent: 2 - - uid: 14161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-21.5 - parent: 2 - - uid: 15754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 2 - - uid: 15755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-17.5 + rot: 3.141592653589793 rad + pos: 20.5,-9.5 parent: 2 - uid: 15797 components: @@ -56410,14 +59045,17 @@ entities: - uid: 16936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-5.5 + pos: -9.5,-28.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + pos: -9.5,-29.5 parent: 2 - uid: 16938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-6.5 + pos: -9.5,-27.5 parent: 2 - uid: 16940 components: @@ -56467,6 +59105,12 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-14.5 parent: 2 + - uid: 16952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-26.5 + parent: 2 - uid: 16961 components: - type: Transform @@ -56682,6 +59326,52 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,13.5 parent: 2 + - uid: 18150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-25.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-24.5 + parent: 2 + - uid: 18152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-23.5 + parent: 2 + - uid: 18153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-22.5 + parent: 2 + - uid: 18154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - uid: 18155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-22.5 + parent: 2 + - uid: 18337 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 - proto: DisposalRouter entities: - uid: 2129 @@ -56693,6 +59383,15 @@ entities: - type: DisposalRouter tags: - Security + - uid: 8680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-5.5 + parent: 2 + - type: DisposalRouter + tags: + - Engineering - uid: 10529 components: - type: Transform @@ -56736,15 +59435,6 @@ entities: - type: DisposalRouter tags: - Science - - uid: 16904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-5.5 - parent: 2 - - type: DisposalRouter - tags: - - Engineering - proto: DisposalRouterFlipped entities: - uid: 13411 @@ -56772,6 +59462,14 @@ entities: parent: 2 - type: DisposalTagger tag: waste + - uid: 4731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-38.5 + parent: 2 + - type: DisposalTagger + tag: waste - uid: 6559 components: - type: Transform @@ -56951,26 +59649,11 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 13316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-21.5 - parent: 2 - - type: DisposalTagger - tag: waste - uid: 13324 components: - type: Transform pos: -42.5,-33.5 parent: 2 - - uid: 13326 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 2 - - type: DisposalTagger - tag: waste - uid: 16012 components: - type: Transform @@ -56986,14 +59669,6 @@ entities: parent: 2 - type: DisposalTagger tag: waste - - uid: 16453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-17.5 - parent: 2 - - type: DisposalTagger - tag: waste - uid: 16858 components: - type: Transform @@ -57040,6 +59715,14 @@ entities: parent: 2 - type: DisposalTagger tag: waste + - uid: 18336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-10.5 + parent: 2 + - type: DisposalTagger + tag: waste - proto: DisposalTrunk entities: - uid: 457 @@ -57060,6 +59743,12 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,-8.5 parent: 2 + - uid: 2016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-35.5 + parent: 2 - uid: 2707 components: - type: Transform @@ -57083,6 +59772,12 @@ entities: rot: 3.141592653589793 rad pos: 16.5,4.5 parent: 2 + - uid: 8099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-39.5 + parent: 2 - uid: 9350 components: - type: Transform @@ -57197,18 +59892,6 @@ entities: rot: -1.5707963267948966 rad pos: 35.5,-18.5 parent: 2 - - uid: 14166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-21.5 - parent: 2 - - uid: 15756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - uid: 15798 components: - type: Transform @@ -57238,12 +59921,6 @@ entities: - type: Transform pos: -2.5,-20.5 parent: 2 - - uid: 16420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-16.5 - parent: 2 - uid: 16829 components: - type: Transform @@ -57305,6 +59982,12 @@ entities: - type: Transform pos: 22.5,15.5 parent: 2 + - uid: 18335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-10.5 + parent: 2 - proto: DisposalUnit entities: - uid: 453 @@ -57337,6 +60020,11 @@ entities: - type: Transform pos: 10.5,25.5 parent: 2 + - uid: 2008 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 - uid: 2418 components: - type: Transform @@ -57347,11 +60035,6 @@ entities: - type: Transform pos: -5.5,-4.5 parent: 2 - - uid: 3990 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 2 - uid: 4029 components: - type: Transform @@ -57372,11 +60055,6 @@ entities: - type: Transform pos: 16.5,4.5 parent: 2 - - uid: 5599 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 2 - uid: 6564 components: - type: Transform @@ -57387,6 +60065,11 @@ entities: - type: Transform pos: 12.5,39.5 parent: 2 + - uid: 7746 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 - uid: 9991 components: - type: Transform @@ -57467,11 +60150,6 @@ entities: - type: Transform pos: 7.5,-11.5 parent: 2 - - uid: 14209 - components: - - type: Transform - pos: -21.5,-21.5 - parent: 2 - uid: 14622 components: - type: Transform @@ -57482,6 +60160,14 @@ entities: - type: Transform pos: -23.5,22.5 parent: 2 +- proto: DisposalXJunction + entities: + - uid: 4929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-22.5 + parent: 2 - proto: DisposalYJunction entities: - uid: 458 @@ -57507,18 +60193,23 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,13.5 parent: 2 - - uid: 16937 + - uid: 18339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 + rot: 1.5707963267948966 rad + pos: -12.5,-13.5 parent: 2 - proto: DogBed entities: - - uid: 1779 + - uid: 5832 components: - type: Transform - pos: 10.5,-21.5 + pos: -5.5,-29.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: -11.5,-10.5 parent: 2 - uid: 14337 components: @@ -57535,11 +60226,6 @@ entities: - type: Transform pos: -27.5,-3.5 parent: 2 - - uid: 16198 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 2 - proto: DonkpocketBoxSpawner entities: - uid: 1113 @@ -57554,11 +60240,24 @@ entities: - type: Transform pos: 37.652336,-3.2465425 parent: 2 - - uid: 16151 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 1886 components: - type: Transform - pos: -14.380226,-32.9063 - parent: 2 + parent: 3930 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 112 + components: + - type: Transform + parent: 3930 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DresserCaptainFilled entities: - uid: 4595 @@ -57597,19 +60296,24 @@ entities: - type: Transform pos: -30.5,-43.5 parent: 2 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 1780 + - uid: 11782 components: - type: Transform - pos: 8.5,-22.5 + pos: -12.5,-39.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 13871 + components: + - type: Transform + pos: -12.5,-3.5 parent: 2 - proto: DresserHeadOfSecurityFilled entities: - - uid: 1645 + - uid: 1635 components: - type: Transform - pos: -6.5,-37.5 + pos: 2.5,-36.5 parent: 2 - proto: DresserQuarterMasterFilled entities: @@ -57625,6 +60329,13 @@ entities: - type: Transform pos: -24.5,26.5 parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 2081 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 - proto: DrinkAleBottleFull entities: - uid: 381 @@ -57632,6 +60343,11 @@ entities: - type: Transform pos: 6.423849,-4.213224 parent: 2 + - uid: 12708 + components: + - type: Transform + pos: 51.025032,5.9331875 + parent: 2 - proto: DrinkBeerBottleFull entities: - uid: 10504 @@ -57677,6 +60393,20 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: DrinkCoffeeLiqueurBottleFull + entities: + - uid: 4914 + components: + - type: Transform + pos: 50.212532,5.9019375 + parent: 2 +- proto: DrinkCognacBottleFull + entities: + - uid: 11924 + components: + - type: Transform + pos: 51.165657,5.6363125 + parent: 2 - proto: DrinkDoctorsDelightGlass entities: - uid: 12917 @@ -57691,11 +60421,21 @@ entities: - type: Transform pos: 6.736349,-4.213224 parent: 2 + - uid: 4540 + components: + - type: Transform + pos: 50.775032,5.8081875 + parent: 2 - uid: 4619 components: - type: Transform pos: -27.57755,-1.2557149 parent: 2 + - uid: 6709 + components: + - type: Transform + pos: -0.6837845,40.652824 + parent: 2 - proto: DrinkGlass entities: - uid: 335 @@ -57728,6 +60468,26 @@ entities: - type: Transform pos: -15.371326,-13.422449 parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -0.5587845,39.7622 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: 49.587532,4.4956875 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: 49.806282,4.4956875 + parent: 2 + - uid: 12723 + components: + - type: Transform + pos: 49.650032,4.7456875 + parent: 2 - uid: 15220 components: - type: Transform @@ -57738,6 +60498,11 @@ entities: - type: Transform pos: -30.836819,-11.39673 parent: 2 + - uid: 18129 + components: + - type: Transform + pos: -0.35565948,39.66845 + parent: 2 - proto: DrinkGlassCoupeShaped entities: - uid: 3282 @@ -57745,6 +60510,13 @@ entities: - type: Transform pos: -36.314873,-22.316784 parent: 2 +- proto: DrinkMoonshineGlass + entities: + - uid: 18046 + components: + - type: Transform + pos: -8.603592,-38.61423 + parent: 2 - proto: DrinkMugBlack entities: - uid: 690 @@ -57798,6 +60570,30 @@ entities: - type: Transform pos: 6.548849,-4.103849 parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 50.509407,5.9019375 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: -0.29315948,40.66845 + parent: 2 +- proto: DrinkSakeBottleFull + entities: + - uid: 1680 + components: + - type: Transform + pos: 51.243782,5.8550625 + parent: 2 +- proto: DrinkShaker + entities: + - uid: 10360 + components: + - type: Transform + pos: 49.275032,4.5269375 + parent: 2 - proto: DrinkShotGlass entities: - uid: 327 @@ -57805,6 +60601,11 @@ entities: - type: Transform pos: 6.418966,-6.4365454 parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 49.290657,3.4019375 + parent: 2 - uid: 9391 components: - type: Transform @@ -57825,6 +60626,11 @@ entities: - type: Transform pos: -27.343176,-1.2244649 parent: 2 + - uid: 12046 + components: + - type: Transform + pos: 49.306282,3.6988125 + parent: 2 - uid: 13229 components: - type: Transform @@ -57835,6 +60641,11 @@ entities: - type: Transform pos: -24.369244,35.330482 parent: 2 + - uid: 14782 + components: + - type: Transform + pos: 57.271297,4.026088 + parent: 2 - uid: 15426 components: - type: Transform @@ -57860,6 +60671,23 @@ entities: - type: Transform pos: 26.58237,-56.735683 parent: 2 + - uid: 18130 + components: + - type: Transform + pos: -0.5900345,39.527824 + parent: 2 + - uid: 18238 + components: + - type: Transform + pos: 57.755672,3.6354632 + parent: 2 +- proto: DrinkSodaWaterBottleFull + entities: + - uid: 1716 + components: + - type: Transform + pos: 51.821907,5.8394375 + parent: 2 - proto: DrinkTeapot entities: - uid: 908 @@ -57874,8 +60702,32 @@ entities: - type: Transform pos: 26.754246,-56.12631 parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 50.603157,5.5581875 + parent: 2 +- proto: DrinkTonicWaterBottleFull + entities: + - uid: 10715 + components: + - type: Transform + pos: 51.806282,5.5425625 + parent: 2 +- proto: DrinkVermouthBottleFull + entities: + - uid: 10366 + components: + - type: Transform + pos: 51.540657,5.8706875 + parent: 2 - proto: DrinkVodkaBottleFull entities: + - uid: 10374 + components: + - type: Transform + pos: 51.446907,5.6050625 + parent: 2 - uid: 13769 components: - type: Transform @@ -57897,6 +60749,11 @@ entities: parent: 2 - proto: DrinkWhiskeyBottleFull entities: + - uid: 4913 + components: + - type: Transform + pos: 50.275032,5.6050625 + parent: 2 - uid: 9393 components: - type: Transform @@ -57907,6 +60764,11 @@ entities: - type: Transform pos: 5.9847364,-27.197933 parent: 2 + - uid: 15320 + components: + - type: Transform + pos: -0.48065948,40.3247 + parent: 2 - proto: DrinkWineBottleFull entities: - uid: 3281 @@ -57914,6 +60776,11 @@ entities: - type: Transform pos: -36.596123,-22.191784 parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 50.915657,5.6519375 + parent: 2 - proto: ElectrolysisUnitMachineCircuitboard entities: - uid: 13784 @@ -57923,11 +60790,6 @@ entities: parent: 2 - proto: EmergencyFunnyOxygenTankFilled entities: - - uid: 2033 - components: - - type: Transform - pos: 14.614994,-25.351982 - parent: 2 - uid: 17114 components: - type: Transform @@ -57953,11 +60815,17 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,-32.5 parent: 2 - - uid: 5635 + - uid: 2799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-33.5 + rot: 3.141592653589793 rad + pos: 4.5,-34.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-32.5 parent: 2 - uid: 5998 components: @@ -57971,17 +60839,39 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-40.5 parent: 2 + - uid: 6183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-14.5 + parent: 2 - uid: 8192 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-35.5 parent: 2 - - uid: 10912 + - uid: 10452 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-15.5 + pos: -0.5,39.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-19.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + pos: -18.5,1.5 parent: 2 - uid: 14986 components: @@ -58158,47 +61048,12 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,-28.5 parent: 2 - - uid: 15513 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 2 - - uid: 15514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-7.5 - parent: 2 - - uid: 15515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-8.5 - parent: 2 - - uid: 15516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-10.5 - parent: 2 - - uid: 15517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 - parent: 2 - uid: 15518 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-14.5 parent: 2 - - uid: 15521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-1.5 - parent: 2 - uid: 15522 components: - type: Transform @@ -58282,12 +61137,6 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,50.5 parent: 2 - - uid: 15544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,2.5 - parent: 2 - uid: 15545 components: - type: Transform @@ -58306,12 +61155,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,-10.5 parent: 2 - - uid: 15548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-8.5 - parent: 2 - uid: 15549 components: - type: Transform @@ -58341,11 +61184,11 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-24.5 parent: 2 - - uid: 15565 + - uid: 15564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-36.5 + rot: -1.5707963267948966 rad + pos: -8.5,-29.5 parent: 2 - uid: 15566 components: @@ -58377,12 +61220,6 @@ entities: rot: 3.141592653589793 rad pos: -22.5,-16.5 parent: 2 - - uid: 15571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - uid: 15572 components: - type: Transform @@ -58457,12 +61294,6 @@ entities: - type: Transform pos: 12.5,21.5 parent: 2 - - uid: 15588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,39.5 - parent: 2 - uid: 15589 components: - type: Transform @@ -58522,11 +61353,6 @@ entities: rot: 3.141592653589793 rad pos: -2.5,-26.5 parent: 2 - - uid: 17611 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 2 - uid: 17612 components: - type: Transform @@ -58538,18 +61364,30 @@ entities: - type: Transform pos: 3.5,-29.5 parent: 2 - - uid: 17615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 2 - uid: 17631 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,36.5 parent: 2 + - uid: 18106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-20.5 + parent: 2 + - uid: 18614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-3.5 + parent: 2 + - uid: 18615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-8.5 + parent: 2 - proto: EmergencyRollerBed entities: - uid: 4100 @@ -58635,6 +61473,13 @@ entities: - type: Transform pos: -16.5,10.5 parent: 2 +- proto: ExplosivesSignMed + entities: + - uid: 18594 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 - proto: ExtinguisherCabinetFilled entities: - uid: 1257 @@ -58675,12 +61520,6 @@ entities: - type: Transform pos: -2.5,-11.5 parent: 2 - - uid: 15968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-6.5 - parent: 2 - uid: 15969 components: - type: Transform @@ -58733,16 +61572,19 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,35.5 parent: 2 -- proto: FaxMachineBase - entities: - - uid: 1776 + - uid: 18107 components: - type: Transform - pos: 7.5,-17.5 + rot: 3.141592653589793 rad + pos: -10.5,-36.5 parent: 2 - - type: FaxMachine - name: HoP's Office - destinationAddress: HoP's Office + - uid: 18108 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 +- proto: FaxMachineBase + entities: - uid: 4025 components: - type: Transform @@ -58775,6 +61617,13 @@ entities: - type: FaxMachine name: Service destinationAddress: Service + - uid: 5571 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - type: FaxMachine + name: Head of Personnel - uid: 6607 components: - type: Transform @@ -58914,11 +61763,6 @@ entities: - type: Transform pos: 0.5,-39.5 parent: 2 - - uid: 16199 - components: - - type: Transform - pos: 11.5,-19.5 - parent: 2 - uid: 16823 components: - type: Transform @@ -58931,16 +61775,6 @@ entities: parent: 2 - proto: filingCabinetRandom entities: - - uid: 1045 - components: - - type: Transform - pos: 20.5,-8.5 - parent: 2 - - uid: 3123 - components: - - type: Transform - pos: -18.5,-26.5 - parent: 2 - uid: 3575 components: - type: Transform @@ -58976,6 +61810,11 @@ entities: - type: Transform pos: 5.5,30.5 parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 - proto: FireAlarm entities: - uid: 149 @@ -58991,23 +61830,6 @@ entities: - 15890 - 963 - 14946 - - uid: 8137 - components: - - type: MetaData - name: fire alarm (Southeast Hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 10859 - - 10862 - - 10858 - - 10857 - - 10915 - - 1081 - - 1083 - uid: 8138 components: - type: MetaData @@ -59018,11 +61840,9 @@ entities: parent: 2 - type: DeviceList devices: - - 13804 - - 13805 - - 13803 - - 1081 - - 1083 + - 8647 + - 8973 + - 10077 - 10849 - 10850 - 10851 @@ -59067,6 +61887,7 @@ entities: - 10834 - 10839 - 1938 + - 1437 - uid: 11574 components: - type: MetaData @@ -59106,6 +61927,7 @@ entities: - 10832 - 1879 - 1878 + - 18033 - uid: 11576 components: - type: MetaData @@ -59116,10 +61938,6 @@ entities: parent: 2 - type: DeviceList devices: - - 10857 - - 10858 - - 10859 - - 10861 - 10809 - 10828 - 10829 @@ -59304,6 +62122,7 @@ entities: - 10819 - 10820 - 10826 + - 18028 - uid: 14279 components: - type: MetaData @@ -59318,6 +62137,31 @@ entities: - 10876 - 10875 - 10874 + - uid: 14525 + components: + - type: MetaData + name: fire alarm (Genpop Locker Room) + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 18029 + - 18028 + - 18030 + - uid: 14526 + components: + - type: MetaData + name: fire alarm (Genpop) + - type: Transform + pos: -13.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 18029 + - 18030 + - 18031 + - 18032 - uid: 14641 components: - type: MetaData @@ -59330,10 +62174,8 @@ entities: devices: - 243 - 197 - - 3815 - - 5992 - - 3439 - - 5993 + - 18628 + - 18629 - 1620 - 1621 - 1622 @@ -59343,7 +62185,6 @@ entities: - 266 - 1628 - 1629 - - 14702 - uid: 14651 components: - type: MetaData @@ -59412,28 +62253,6 @@ entities: - type: DeviceList devices: - 10873 - - uid: 14662 - components: - - type: MetaData - name: fire alarm (HoP's Office) - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 10861 - - 10862 - - uid: 14663 - components: - - type: MetaData - name: fire alarm (Engineering Checkpoint) - - type: Transform - pos: 20.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 10915 - uid: 14665 components: - type: MetaData @@ -59621,6 +62440,7 @@ entities: devices: - 14998 - 14999 + - 4973 - uid: 15061 components: - type: Transform @@ -59675,11 +62495,8 @@ entities: parent: 2 - type: DeviceList devices: - - 5993 - - 3439 - - 5992 - - 3815 - - 14702 + - 18629 + - 18628 - 1628 - uid: 16472 components: @@ -59786,26 +62603,6 @@ entities: - 11224 - 16478 - 16479 - - uid: 17588 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 2 - - type: DeviceList - devices: - - 17586 - - 17587 - - 17585 - - uid: 17589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 17586 - - 17587 - proto: FireAlarmElectronics entities: - uid: 2284 @@ -59850,11 +62647,6 @@ entities: parent: 2 - proto: Firelock entities: - - uid: 856 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - uid: 1619 components: - type: Transform @@ -59986,9 +62778,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13800 - 12732 - - 8138 - 14665 - uid: 13805 components: @@ -59997,22 +62787,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13800 - 12732 - - 8138 - 14665 - - uid: 14702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 488 - - 811 - - 14641 - - 16327 - uid: 15905 components: - type: Transform @@ -60123,6 +62899,26 @@ entities: - type: Transform pos: -31.5,8.5 parent: 2 + - uid: 18031 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14605 + - 14526 + - 14483 + - uid: 18032 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14605 + - 14526 + - 14483 - proto: FirelockEdge entities: - uid: 197 @@ -60208,66 +63004,34 @@ entities: - 149 - 14651 - 17609 - - uid: 3439 + - uid: 1437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 + rot: 1.5707963267948966 rad + pos: -11.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 488 - - 811 - - 14641 - - 16327 - - uid: 3815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 488 - - 811 - - 14641 - - 16327 - - uid: 5992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 488 - - 811 - - 14641 - - 16327 - - uid: 5993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 488 - - 811 - - 14641 - - 16327 - - uid: 10861 + - 12625 + - 11391 + - 18303 + - uid: 4973 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-16.5 + pos: -4.5,-27.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13795 - - 13796 - - 11576 - - 14662 + - 14859 + - 15060 + - 15067 + - uid: 5993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-0.5 + parent: 2 - uid: 10873 components: - type: Transform @@ -60326,18 +63090,6 @@ entities: - 13817 - 14673 - 13457 - - uid: 10915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13799 - - 13802 - - 8137 - - 14663 - uid: 11143 components: - type: Transform @@ -60371,10 +63123,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13800 - - 12810 - - 8138 - 12553 + - 18230 - uid: 13810 components: - type: Transform @@ -60455,16 +63205,6 @@ entities: - 15059 - 11576 - 13795 - - uid: 15000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15067 - - 14859 - uid: 15890 components: - type: Transform @@ -60515,40 +63255,30 @@ entities: - 16827 - 2200 - 13936 - - uid: 17585 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17588 - - 15063 - - 15328 - - uid: 17586 + - uid: 18628 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,-23.5 + pos: -3.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 17589 - - 15057 - - 15063 - - 17588 - - uid: 17587 + - 811 + - 488 + - 14641 + - 16327 + - uid: 18629 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-23.5 + pos: -4.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 17589 - - 15057 - - 15063 - - 17588 + - 811 + - 488 + - 14641 + - 16327 - proto: FirelockElectronics entities: - uid: 2286 @@ -60589,30 +63319,6 @@ entities: deviceLists: - 5980 - 12724 - - uid: 1081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13799 - - 13800 - - 8137 - - 8138 - - uid: 1083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13799 - - 13800 - - 8137 - - 8138 - uid: 1620 components: - type: Transform @@ -60622,9 +63328,9 @@ entities: - type: DeviceNetwork deviceLists: - 811 - - 13871 - 14641 - 11391 + - 18303 - uid: 1621 components: - type: Transform @@ -60634,9 +63340,9 @@ entities: - type: DeviceNetwork deviceLists: - 811 - - 13871 - 14641 - 11391 + - 18303 - uid: 1622 components: - type: Transform @@ -60646,9 +63352,9 @@ entities: - type: DeviceNetwork deviceLists: - 811 - - 13871 - 14641 - 11391 + - 18303 - uid: 1629 components: - type: Transform @@ -60698,9 +63404,9 @@ entities: - type: DeviceNetwork deviceLists: - 15328 - - 13871 - 11575 - 11391 + - 18303 - uid: 4114 components: - type: Transform @@ -60722,6 +63428,12 @@ entities: deviceLists: - 13817 - 14673 + - uid: 4736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 2 - uid: 6856 components: - type: Transform @@ -60733,6 +63445,26 @@ entities: - 16473 - 11199 - 16474 + - uid: 8647 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18230 + - 13800 + - 8138 + - uid: 8973 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18230 + - 13800 + - 8138 - uid: 9755 components: - type: Transform @@ -60743,6 +63475,22 @@ entities: deviceLists: - 5980 - 14552 + - uid: 10077 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18230 + - 13800 + - 8138 + - uid: 10718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-14.5 + parent: 2 - uid: 10803 components: - type: Transform @@ -60751,9 +63499,9 @@ entities: - type: DeviceNetwork deviceLists: - 13870 - - 13871 - 12224 - 11391 + - 18303 - uid: 10804 components: - type: Transform @@ -60762,9 +63510,9 @@ entities: - type: DeviceNetwork deviceLists: - 11020 - - 13871 - 14654 - 11391 + - 18303 - uid: 10805 components: - type: Transform @@ -60773,9 +63521,9 @@ entities: - type: DeviceNetwork deviceLists: - 13870 - - 13871 - 12224 - 11391 + - 18303 - uid: 10806 components: - type: Transform @@ -60784,9 +63532,9 @@ entities: - type: DeviceNetwork deviceLists: - 13870 - - 13871 - 12224 - 11391 + - 18303 - uid: 10809 components: - type: Transform @@ -60806,9 +63554,9 @@ entities: - type: DeviceNetwork deviceLists: - 11020 - - 13871 - 14654 - 11391 + - 18303 - uid: 10811 components: - type: Transform @@ -60817,9 +63565,9 @@ entities: - type: DeviceNetwork deviceLists: - 11020 - - 13871 - 14654 - 11391 + - 18303 - uid: 10812 components: - type: Transform @@ -61026,9 +63774,9 @@ entities: - type: DeviceNetwork deviceLists: - 15328 - - 13871 - 11575 - 11391 + - 18303 - uid: 10835 components: - type: Transform @@ -61081,9 +63829,9 @@ entities: - type: DeviceNetwork deviceLists: - 15328 - - 13871 - 11575 - 11391 + - 18303 - uid: 10840 components: - type: Transform @@ -61227,50 +63975,6 @@ entities: - 13811 - 14668 - 13457 - - uid: 10857 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13795 - - 13799 - - 11576 - - 8137 - - uid: 10858 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13795 - - 13799 - - 11576 - - 8137 - - uid: 10859 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13795 - - 13799 - - 11576 - - 8137 - - uid: 10862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13796 - - 8137 - - 14662 - uid: 10874 components: - type: Transform @@ -61564,6 +64268,12 @@ entities: - 16473 - 16475 - 11212 + - uid: 16750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-13.5 + parent: 2 - uid: 16807 components: - type: Transform @@ -61575,6 +64285,49 @@ entities: - 16827 - 2200 - 13936 + - uid: 18028 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14484 + - 14525 + - 13791 + - 14129 + - uid: 18029 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14605 + - 14526 + - 14484 + - 14525 + - uid: 18030 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14605 + - 14526 + - 14484 + - 14525 + - uid: 18033 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14486 + - 15328 + - 11575 - proto: Fireplace entities: - uid: 4697 @@ -61622,13 +64375,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 2157 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 3854 components: - type: Transform @@ -61664,6 +64410,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 15055 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 15928 components: - type: Transform @@ -61743,7 +64496,7 @@ entities: - uid: 15287 components: - type: Transform - pos: -1.4959033,38.699974 + pos: -2.4856715,40.131973 parent: 2 - proto: FoodBoxDonkpocketBerry entities: @@ -61761,11 +64514,6 @@ entities: parent: 2 - proto: FoodBoxDonut entities: - - uid: 1057 - components: - - type: Transform - pos: 20.53844,-10.991249 - parent: 2 - uid: 3479 components: - type: Transform @@ -61805,7 +64553,7 @@ entities: - uid: 451 components: - type: Transform - pos: 11.587742,-1.806004 + pos: 11.668765,-2.1480236 parent: 2 - proto: FoodDonutChocolate entities: @@ -61814,115 +64562,6 @@ entities: - type: Transform pos: -16.465076,-14.328699 parent: 2 -- proto: FoodFrozenSnowcone - entities: - - uid: 11764 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11769 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11775 - components: - - type: Transform - pos: -11.317492,-38.27168 - parent: 2 -- proto: FoodFrozenSnowconeBase - entities: - - uid: 11759 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11766 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodFrozenSnowconeBerry - entities: - - uid: 11765 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11772 - components: - - type: Transform - pos: -11.520617,-36.67793 - parent: 2 -- proto: FoodFrozenSnowconeClown - entities: - - uid: 11770 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodFrozenSnowconeFruit - entities: - - uid: 11768 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11778 - components: - - type: Transform - pos: -11.423318,-37.537304 - parent: 2 -- proto: FoodFrozenSnowconeMime - entities: - - uid: 11767 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodFrozenSnowconeRainbow - entities: - - uid: 11763 - components: - - type: Transform - parent: 11758 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11783 - components: - - type: Transform - pos: -11.610818,-37.30293 - parent: 2 -- proto: FoodFrozenSnowconeTrash - entities: - - uid: 11781 - components: - - type: Transform - pos: -11.661242,-36.256054 - parent: 2 - - uid: 11782 - components: - - type: Transform - pos: -11.598742,-38.52168 - parent: 2 - proto: FoodMealSashimi entities: - uid: 9631 @@ -61984,15 +64623,16 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: FoodPlatePlastic - entities: - - uid: 17575 - components: - - type: Transform - pos: -12.320409,-26.18696 - parent: 2 - proto: FoodPlateSmall entities: + - uid: 3106 + components: + - type: Transform + pos: 15.435732,1.2113514 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed - uid: 15064 components: - type: Transform @@ -62011,10 +64651,10 @@ entities: - type: Conveyed - proto: FoodPlateSmallPlastic entities: - - uid: 17576 + - uid: 5617 components: - type: Transform - pos: -7.414159,-27.43696 + pos: -8.472846,-35.55123 parent: 2 - proto: FoodTartMime entities: @@ -62039,12 +64679,19 @@ entities: - type: Transform pos: -16.329556,-49.467247 parent: 2 -- proto: ForkPlastic +- proto: Football entities: - - uid: 17577 + - uid: 2125 components: - type: Transform - pos: -12.648534,-26.702585 + pos: -12.650063,-35.32091 + parent: 2 +- proto: ForkPlastic + entities: + - uid: 9551 + components: + - type: Transform + pos: -8.597846,-35.629356 parent: 2 - proto: GameMasterCircuitBoard entities: @@ -62308,6 +64955,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 832 components: - type: Transform @@ -62465,14 +65120,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2375 components: - type: Transform @@ -62510,14 +65157,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2750 + - uid: 3132 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-13.5 + pos: 3.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 3504 components: - type: Transform @@ -62542,6 +65188,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 4433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4564 components: - type: Transform @@ -62638,6 +65292,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 4981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5027 components: - type: Transform @@ -62674,6 +65344,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5497 components: - type: Transform @@ -62682,6 +65360,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5609 components: - type: Transform @@ -62691,6 +65385,14 @@ entities: - type: Physics canCollide: True bodyType: Dynamic + - uid: 5790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6096 components: - type: Transform @@ -62736,6 +65438,14 @@ entities: - type: Transform pos: 28.5,-35.5 parent: 2 + - uid: 6653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6879 components: - type: Transform @@ -62776,6 +65486,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCDFFF' + - uid: 7976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8086 components: - type: Transform @@ -62815,6 +65533,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8602 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8630 components: - type: Transform @@ -62822,6 +65555,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8671 components: - type: Transform @@ -62941,6 +65682,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8831 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8841 components: - type: Transform @@ -62981,21 +65729,6 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,-34.5 parent: 2 - - uid: 8973 - components: - - type: Transform - pos: 23.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8977 components: - type: Transform @@ -63042,13 +65775,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9127 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9169 components: - type: Transform @@ -63072,6 +65798,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 9477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9479 components: - type: Transform @@ -63120,6 +65854,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10063 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10428 components: - type: Transform @@ -63159,6 +65908,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10769 components: - type: Transform @@ -63167,6 +65924,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10956 components: - type: Transform @@ -63576,30 +66341,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12001 components: - type: Transform @@ -63616,14 +66357,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12015 components: - type: Transform @@ -63647,22 +66380,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12246 components: - type: Transform @@ -64013,14 +66730,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12704 components: - type: Transform @@ -64059,14 +66768,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13522 components: - type: Transform @@ -64169,14 +66870,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14441 components: - type: Transform @@ -64185,14 +66878,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14464 components: - type: Transform @@ -64217,22 +66902,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14484 + - uid: 14649 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-28.5 + pos: -12.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14692 components: - type: Transform @@ -64264,66 +66949,26 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-28.5 + rot: 3.141592653589793 rad + pos: -11.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14752 - components: - - type: Transform - pos: -15.5,-28.5 + rot: 3.141592653589793 rad + pos: -10.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14793 + - uid: 14751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-27.5 + pos: -10.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -64350,6 +66995,53 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15312 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15721 components: - type: Transform @@ -64364,6 +67056,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCDFFF' + - uid: 15795 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15944 components: - type: Transform @@ -64558,13 +67257,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10556 - components: - - type: Transform - pos: -16.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10884 components: - type: Transform @@ -64614,13 +67306,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12187 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13274 components: - type: Transform @@ -64635,6 +67320,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13543 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14175 components: - type: Transform @@ -64642,6 +67334,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14713 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14732 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14746 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17483 components: - type: Transform @@ -64708,6 +67421,21 @@ entities: color: '#990000FF' - proto: GasPipeStraight entities: + - uid: 22 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 142 components: - type: Transform @@ -65441,6 +68169,34 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 1042 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1048 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1049 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1052 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1074 components: - type: Transform @@ -65635,6 +68391,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#98BF67FF' + - uid: 1723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1781 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1854 components: - type: Transform @@ -65718,14 +68489,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2386 components: - type: Transform @@ -66034,30 +68797,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 2545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-13.5 + rot: -1.5707963267948966 rad + pos: 15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 2560 components: - type: Transform @@ -66092,6 +68839,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CF5B6EFF' + - uid: 2830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2840 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2975 components: - type: Transform @@ -66100,6 +68878,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 2991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3002 components: - type: Transform @@ -66258,6 +69044,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 3682 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3686 components: - type: Transform @@ -66274,6 +69067,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 4250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4262 components: - type: Transform @@ -66306,14 +69107,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4540 + - uid: 4425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,1.5 + pos: -14.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' + - uid: 4430 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4541 components: - type: Transform @@ -66405,6 +69212,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 4904 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4910 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4912 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4919 components: - type: Transform @@ -66484,6 +69312,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 4977 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5013 components: - type: Transform @@ -66598,6 +69433,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 5234 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5239 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5240 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5281 components: - type: Transform @@ -66630,6 +69494,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5551 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5588 components: - type: Transform @@ -66644,6 +69523,29 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 5596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5598 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5608 components: - type: Transform @@ -66660,6 +69562,89 @@ entities: parent: 2 - type: AtmosPipeColor color: '#5B9ECFFF' + - uid: 5618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5633 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5649 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5732 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5779 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5934 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5944 components: - type: Transform @@ -66668,6 +69653,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCDFFF' + - uid: 5954 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5958 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5963 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5964 + components: + - type: Transform + pos: -19.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5982 components: - type: Transform @@ -66815,6 +69836,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6496 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6533 components: - type: Transform @@ -66840,13 +69868,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-37.5 parent: 2 - - uid: 6653 - components: - - type: Transform - pos: -19.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6734 components: - type: Transform @@ -67143,6 +70164,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8075 components: - type: Transform @@ -67158,6 +70195,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8144 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8149 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8234 components: - type: Transform @@ -67173,6 +70224,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8406 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8446 components: - type: Transform @@ -67598,6 +70656,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8597 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8598 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8619 components: - type: Transform @@ -67630,6 +70702,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8659 components: - type: Transform @@ -67750,6 +70830,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8688 components: - type: Transform @@ -68272,22 +71360,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8830 + - uid: 8829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-6.5 + pos: 19.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 8832 components: - type: Transform @@ -68390,12 +71469,20 @@ entities: pos: 22.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 8885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-6.5 + rot: -1.5707963267948966 rad + pos: 24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -68683,8 +71770,8 @@ entities: - uid: 9218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-13.5 + rot: 3.141592653589793 rad + pos: 19.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -68719,6 +71806,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 9244 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9355 components: - type: Transform @@ -68751,22 +71845,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 9571 components: - type: Transform @@ -68815,6 +71893,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 9758 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9790 components: - type: Transform @@ -68859,6 +71944,45 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10361 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10413 components: - type: Transform @@ -68937,10 +72061,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10716 + - uid: 10719 components: - type: Transform - pos: 22.5,-7.5 + pos: 9.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10759 + components: + - type: Transform + pos: 16.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -69604,78 +72735,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11106 components: - type: Transform @@ -70080,6 +73139,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11366 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 11369 components: - type: Transform @@ -70578,14 +73644,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11471 components: - type: Transform @@ -71618,123 +74676,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11922 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11923 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11924 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11925 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11926 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11927 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11928 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11930 - components: - - type: Transform - pos: 12.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-18.5 + pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -72406,14 +75351,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12045 components: - type: Transform @@ -72422,14 +75359,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12048 components: - type: Transform @@ -72518,14 +75447,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12060 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12061 components: - type: Transform @@ -72550,138 +75471,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12067 - components: - - type: Transform - pos: 16.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12068 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12069 - components: - - type: Transform - pos: 16.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12070 - components: - - type: Transform - pos: 16.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12071 - components: - - type: Transform - pos: 16.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12072 components: - type: Transform - pos: 16.5,-7.5 + pos: 19.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 12073 components: - type: Transform - pos: 15.5,-6.5 + rot: -1.5707963267948966 rad + pos: 21.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12074 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12075 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12076 + - uid: 12083 components: - type: Transform pos: 15.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12077 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12078 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12087 components: - type: Transform @@ -73310,30 +76121,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12188 + - uid: 12186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-5.5 + pos: 19.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 12191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-5.5 + pos: 20.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 12252 components: - type: Transform @@ -74590,45 +77391,25 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12661 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12662 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12663 components: - type: Transform - pos: 19.5,-8.5 + pos: 20.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 12664 components: - type: Transform - pos: 20.5,-7.5 + pos: 20.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12665 + - uid: 12721 components: - type: Transform - pos: 20.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12666 - components: - - type: Transform - pos: 20.5,-9.5 + rot: -1.5707963267948966 rad + pos: 18.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -74648,6 +77429,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12759 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12816 components: - type: Transform @@ -74711,13 +77499,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12836 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12837 components: - type: Transform @@ -74726,30 +77507,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12911 components: - type: Transform @@ -74758,19 +77515,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13012 + - uid: 12981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-17.5 + rot: 3.141592653589793 rad + pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -74806,13 +77555,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13262 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13272 components: - type: Transform @@ -74951,6 +77693,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13544 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 13604 components: - type: Transform @@ -74959,6 +77708,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 13621 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 13703 components: - type: Transform @@ -75085,14 +77841,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14026 components: - type: Transform @@ -75293,14 +78041,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14396 components: - type: Transform @@ -75316,14 +78056,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14430 + - uid: 14422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-37.5 + pos: -12.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 14439 components: - type: Transform @@ -75340,86 +78079,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14462 components: - type: Transform @@ -75436,41 +78095,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14523 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14525 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14526 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14532 - components: - - type: Transform - pos: -7.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14584 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14593 components: - type: Transform @@ -75479,58 +78103,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14617 + - uid: 14659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-31.5 + rot: -1.5707963267948966 rad + pos: -4.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 14660 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-28.5 + pos: -5.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 14661 components: - type: Transform - pos: -10.5,-26.5 + rot: -1.5707963267948966 rad + pos: -6.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -75545,87 +78138,140 @@ entities: - uid: 14730 components: - type: Transform - pos: -11.5,-28.5 + rot: -1.5707963267948966 rad + pos: -6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 14731 components: - type: Transform - pos: -11.5,-29.5 + rot: -1.5707963267948966 rad + pos: -7.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14752 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14753 components: - type: Transform - pos: -15.5,-29.5 + pos: -10.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14754 components: - type: Transform - pos: -15.5,-30.5 + pos: -10.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14755 components: - type: Transform - pos: -16.5,-31.5 + pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 14756 components: - type: Transform - pos: -15.5,-31.5 + pos: -8.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14757 components: - type: Transform - pos: -16.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14758 - components: - - type: Transform - pos: -15.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14795 - components: - - type: Transform - rot: 3.141592653589793 rad pos: -8.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 14796 + color: '#0055CCFF' + - uid: 14758 components: - type: Transform - pos: -7.5,-23.5 + pos: -8.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14759 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14760 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14792 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14793 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14794 + components: + - type: Transform + pos: -7.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -75637,6 +78283,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14800 components: - type: Transform @@ -75669,6 +78323,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14837 components: - type: Transform @@ -75685,6 +78347,121 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14904 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14964 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14965 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15057 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15058 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15062 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15063 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15125 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15137 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15139 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15141 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15149 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15167 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15301 components: - type: Transform @@ -75693,6 +78470,45 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15333 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15452 components: - type: Transform @@ -75701,6 +78517,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15523 components: - type: Transform @@ -75709,6 +78533,43 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15752 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15754 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15755 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15945 components: - type: Transform @@ -76421,14 +79282,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3849 components: - type: Transform @@ -76517,6 +79370,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 4978 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5019 components: - type: Transform @@ -76525,6 +79385,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 5165 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5206 components: - type: Transform @@ -76533,6 +79400,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5314 components: - type: Transform @@ -76557,6 +79432,59 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 5560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5792 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5953 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5955 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5973 components: - type: Transform @@ -76571,6 +79499,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 6061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6223 components: - type: Transform @@ -76638,6 +79574,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 6778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6849 components: - type: Transform @@ -76694,14 +79638,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 7911 components: - type: Transform @@ -76710,14 +79646,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8087 + - uid: 7972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-14.5 + pos: 17.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 8356 components: - type: Transform @@ -76790,6 +79725,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8662 components: - type: Transform @@ -76798,6 +79757,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8701 components: - type: Transform @@ -76867,13 +79842,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8829 - components: - - type: Transform - pos: 22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8840 components: - type: Transform @@ -76897,13 +79865,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8886 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8900 components: - type: Transform @@ -77027,13 +79988,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9999 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10252 components: - type: Transform @@ -77062,22 +80016,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10985 components: - type: Transform @@ -77317,13 +80255,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11784 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11836 components: - type: Transform @@ -77339,26 +80270,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11901 + - uid: 11922 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11934 - components: - - type: Transform - pos: 9.5,-18.5 + pos: -12.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -77441,24 +80357,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12063 + - uid: 12074 components: - type: Transform - pos: 12.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12066 - components: - - type: Transform - pos: 13.5,-12.5 + rot: 1.5707963267948966 rad + pos: 23.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12086 components: - type: Transform - pos: 20.5,-6.5 + pos: 23.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -77541,22 +80451,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12245 components: - type: Transform @@ -77819,14 +80713,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12757 + - uid: 12608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-23.5 + rot: -1.5707963267948966 rad + pos: -13.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 12662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 12825 components: - type: Transform @@ -77842,20 +80744,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12838 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13257 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13442 components: - type: Transform @@ -77919,22 +80807,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14467 components: - type: Transform @@ -77942,26 +80814,33 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14486 + - uid: 14657 components: - type: Transform - pos: -8.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-27.5 + pos: -11.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14791 + - uid: 14795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-25.5 + rot: -1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14858 + components: + - type: Transform + pos: -9.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -78383,17 +81262,6 @@ entities: - 12732 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1718 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 3622 components: - type: Transform @@ -78405,6 +81273,17 @@ entities: - 12724 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 4448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15382 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4464 components: - type: Transform @@ -78437,6 +81316,17 @@ entities: - 11206 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18231 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5500 components: - type: Transform @@ -78447,6 +81337,22 @@ entities: - 11296 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 5751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6333 components: - type: Transform @@ -78455,6 +81361,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15876 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6869 components: - type: Transform @@ -78668,6 +81585,14 @@ entities: - 12724 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 9003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9028 components: - type: Transform @@ -78685,9 +81610,28 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-11.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-8.5 + parent: 2 - type: DeviceNetwork deviceLists: - - 12810 + - 18230 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12625 - type: AtmosPipeColor color: '#0055CCFF' - uid: 10412 @@ -78732,17 +81676,6 @@ entities: - 6106 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13800 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 10921 components: - type: Transform @@ -78797,17 +81730,6 @@ entities: - 11080 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11081 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11150 components: - type: Transform @@ -79043,28 +81965,6 @@ entities: - 15065 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13797 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13796 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11936 components: - type: Transform @@ -79073,7 +81973,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13871 + - 18303 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12039 @@ -79087,6 +81987,17 @@ entities: - 13795 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - type: DeviceNetwork + deviceLists: + - 18230 - uid: 12398 components: - type: Transform @@ -79244,28 +82155,19 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 13800 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12562 + - uid: 12647 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-13.5 + pos: -13.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13799 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13802 + - 13971 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12728 @@ -79330,9 +82232,6 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-31.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15092 - type: AtmosPipeColor color: '#0055CCFF' - uid: 13829 @@ -79367,28 +82266,6 @@ entities: - 11197 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15093 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15125 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 14461 components: - type: Transform @@ -79399,26 +82276,26 @@ entities: - 16808 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14483 + - uid: 14630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-18.5 + rot: 1.5707963267948966 rad + pos: -9.5,-29.5 parent: 2 - type: DeviceNetwork deviceLists: - - 15063 + - 14605 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14607 + - uid: 14631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-32.5 + rot: 1.5707963267948966 rad + pos: -10.5,-33.5 parent: 2 - type: DeviceNetwork deviceLists: - - 15056 + - 14605 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14720 @@ -79432,26 +82309,12 @@ entities: - 11207 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 14734 + - uid: 14748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-25.5 + rot: 1.5707963267948966 rad + pos: -11.5,-19.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15057 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14751 - type: AtmosPipeColor color: '#0055CCFF' - uid: 14847 @@ -79465,6 +82328,24 @@ entities: - 15066 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15315 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15720 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15331 components: - type: Transform @@ -79487,6 +82368,14 @@ entities: - 15940 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17016 components: - type: Transform @@ -79639,6 +82528,16 @@ entities: - 17609 - type: AtmosPipeColor color: '#990000FF' + - uid: 1054 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18231 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1395 components: - type: Transform @@ -79661,6 +82560,17 @@ entities: - 13818 - type: AtmosPipeColor color: '#990000FF' + - uid: 1782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15382 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1904 components: - type: Transform @@ -79832,6 +82742,14 @@ entities: - 15190 - type: AtmosPipeColor color: '#990000FF' + - uid: 5753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6044 components: - type: Transform @@ -79851,6 +82769,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 6202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15876 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6737 components: - type: Transform @@ -79882,14 +82811,15 @@ entities: - 11204 - type: AtmosPipeColor color: '#990000FF' - - uid: 8358 + - uid: 8006 components: - type: Transform - pos: 15.5,-13.5 + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13799 + - 18230 - type: AtmosPipeColor color: '#990000FF' - uid: 8382 @@ -80081,9 +83011,6 @@ entities: - type: Transform pos: 27.5,-13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12810 - type: AtmosPipeColor color: '#990000FF' - uid: 10444 @@ -80097,37 +83024,15 @@ entities: - 12730 - type: AtmosPipeColor color: '#990000FF' - - uid: 10718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13800 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13797 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10855 + - uid: 10859 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,-14.5 + pos: -13.5,-2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 1718 + - 13971 - type: AtmosPipeColor color: '#990000FF' - uid: 10996 @@ -80162,17 +83067,6 @@ entities: - 11080 - type: AtmosPipeColor color: '#990000FF' - - uid: 11067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11081 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11185 components: - type: Transform @@ -80322,6 +83216,22 @@ entities: - 13794 - type: AtmosPipeColor color: '#990000FF' + - uid: 11730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 11764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11773 components: - type: Transform @@ -80333,14 +83243,12 @@ entities: - 13870 - type: AtmosPipeColor color: '#990000FF' - - uid: 11911 + - uid: 11925 components: - type: Transform - pos: 10.5,-18.5 + rot: 3.141592653589793 rad + pos: -18.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 13796 - type: AtmosPipeColor color: '#990000FF' - uid: 11935 @@ -80350,7 +83258,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 13871 + - 18303 - type: AtmosPipeColor color: '#990000FF' - uid: 12041 @@ -80374,6 +83282,17 @@ entities: - 13811 - type: AtmosPipeColor color: '#990000FF' + - uid: 12192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18230 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12395 components: - type: Transform @@ -80439,17 +83358,6 @@ entities: - 958 - type: AtmosPipeColor color: '#990000FF' - - uid: 12416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15065 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12436 components: - type: Transform @@ -80532,17 +83440,19 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 13800 - type: AtmosPipeColor color: '#990000FF' - - uid: 12659 + - uid: 12648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-10.5 + pos: -13.5,-9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 13802 + - 12625 - type: AtmosPipeColor color: '#990000FF' - uid: 12703 @@ -80578,6 +83488,14 @@ entities: - 11199 - type: AtmosPipeColor color: '#990000FF' + - uid: 12774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 12822 components: - type: Transform @@ -80618,16 +83536,6 @@ entities: - 11208 - type: AtmosPipeColor color: '#990000FF' - - uid: 13271 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15063 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13486 components: - type: Transform @@ -80639,26 +83547,12 @@ entities: - 15067 - type: AtmosPipeColor color: '#990000FF' - - uid: 13676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15093 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13742 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15092 - type: AtmosPipeColor color: '#990000FF' - uid: 13750 @@ -80713,29 +83607,7 @@ entities: - 3340 - type: AtmosPipeColor color: '#990000FF' - - uid: 14473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15125 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15056 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14649 + - uid: 14617 components: - type: Transform rot: 1.5707963267948966 rad @@ -80743,18 +83615,25 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 15057 + - 14605 - type: AtmosPipeColor color: '#990000FF' - - uid: 14760 + - uid: 14643 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-33.5 + pos: -12.5,-33.5 parent: 2 - type: DeviceNetwork deviceLists: - - 14751 + - 14605 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14747 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14784 @@ -80778,6 +83657,25 @@ entities: - 15066 - type: AtmosPipeColor color: '#990000FF' + - uid: 15314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15720 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15330 components: - type: Transform @@ -80948,11 +83846,6 @@ entities: - type: Transform pos: 1.5,27.5 parent: 2 - - uid: 6711 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - uid: 6750 components: - type: Transform @@ -80993,16 +83886,16 @@ entities: - type: Transform pos: 39.5,30.5 parent: 2 - - uid: 9551 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 2 - uid: 9579 components: - type: Transform pos: -28.5,30.5 parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 - uid: 11748 components: - type: Transform @@ -81013,6 +83906,16 @@ entities: - type: Transform pos: -27.5,27.5 parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 - uid: 15703 components: - type: Transform @@ -81023,6 +83926,11 @@ entities: - type: Transform pos: -21.5,37.5 parent: 2 + - uid: 16565 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 - uid: 17095 components: - type: Transform @@ -81046,7 +83954,14 @@ entities: - uid: 10377 components: - type: Transform - pos: -13.712226,-5.7631364 + pos: 11.646215,-20.42232 + parent: 2 +- proto: GrassBattlemap + entities: + - uid: 18634 + components: + - type: Transform + pos: -23.959522,-23.029692 parent: 2 - proto: GravityGenerator entities: @@ -81145,11 +84060,6 @@ entities: rot: 3.141592653589793 rad pos: 29.5,56.5 parent: 2 - - uid: 1066 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - uid: 1108 components: - type: Transform @@ -81197,11 +84107,6 @@ entities: - type: Transform pos: -23.5,-4.5 parent: 2 - - uid: 1326 - components: - - type: Transform - pos: 6.5,-35.5 - parent: 2 - uid: 1337 components: - type: Transform @@ -81262,16 +84167,6 @@ entities: - type: Transform pos: 8.5,-32.5 parent: 2 - - uid: 1491 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 1493 - components: - - type: Transform - pos: 6.5,-36.5 - parent: 2 - uid: 1504 components: - type: Transform @@ -81412,31 +84307,21 @@ entities: - type: Transform pos: -3.5,-27.5 parent: 2 - - uid: 1744 + - uid: 1707 components: - type: Transform - pos: 7.5,-16.5 + pos: -11.5,-5.5 parent: 2 - - uid: 1754 + - uid: 1717 components: - type: Transform - pos: 8.5,-16.5 + pos: -15.5,-10.5 parent: 2 - uid: 1808 components: - type: Transform pos: 8.5,-29.5 parent: 2 - - uid: 1810 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 2 - - uid: 1823 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - uid: 1853 components: - type: Transform @@ -81452,26 +84337,16 @@ entities: - type: Transform pos: 39.5,42.5 parent: 2 - - uid: 1949 + - uid: 1955 components: - type: Transform - pos: -6.5,-30.5 + pos: -13.5,-27.5 parent: 2 - uid: 1970 components: - type: Transform pos: -2.5,-31.5 parent: 2 - - uid: 1974 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - - uid: 1988 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 2 - uid: 1991 components: - type: Transform @@ -81507,16 +84382,6 @@ entities: - type: Transform pos: -37.5,33.5 parent: 2 - - uid: 2081 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 2084 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 2 - uid: 2135 components: - type: Transform @@ -81532,11 +84397,6 @@ entities: - type: Transform pos: 5.5,-46.5 parent: 2 - - uid: 2142 - components: - - type: Transform - pos: 3.5,-36.5 - parent: 2 - uid: 2143 components: - type: Transform @@ -81557,25 +84417,15 @@ entities: - type: Transform pos: -6.5,-25.5 parent: 2 - - uid: 2165 + - uid: 2174 components: - type: Transform - pos: -6.5,-24.5 + pos: -13.5,-29.5 parent: 2 - - uid: 2167 + - uid: 2177 components: - type: Transform - pos: -13.5,-24.5 - parent: 2 - - uid: 2171 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 2 - - uid: 2172 - components: - - type: Transform - pos: -6.5,-28.5 + pos: -15.5,-32.5 parent: 2 - uid: 2203 components: @@ -81624,6 +84474,11 @@ entities: - type: Transform pos: 37.5,-37.5 parent: 2 + - uid: 2263 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 - uid: 2304 components: - type: Transform @@ -81927,10 +84782,15 @@ entities: - type: Transform pos: 2.5,-16.5 parent: 2 - - uid: 3004 + - uid: 3036 components: - type: Transform - pos: -16.5,-31.5 + pos: -12.5,-36.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -7.5,-18.5 parent: 2 - uid: 3140 components: @@ -82111,6 +84971,11 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,-32.5 parent: 2 + - uid: 3698 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 - uid: 3699 components: - type: Transform @@ -82124,8 +84989,7 @@ entities: - uid: 3707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-7.5 + pos: 12.5,-15.5 parent: 2 - uid: 3710 components: @@ -82164,6 +85028,11 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,-28.5 parent: 2 + - uid: 3889 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 - uid: 3937 components: - type: Transform @@ -82306,11 +85175,6 @@ entities: - type: Transform pos: -39.5,-4.5 parent: 2 - - uid: 4470 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - uid: 4509 components: - type: Transform @@ -82412,6 +85276,11 @@ entities: rot: 3.141592653589793 rad pos: -58.5,-10.5 parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 - uid: 5034 components: - type: Transform @@ -82478,11 +85347,26 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-19.5 parent: 2 + - uid: 5600 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 - uid: 5731 components: - type: Transform pos: 12.5,-65.5 parent: 2 + - uid: 5771 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 - uid: 6004 components: - type: Transform @@ -82508,16 +85392,21 @@ entities: - type: Transform pos: 61.5,-19.5 parent: 2 - - uid: 6188 + - uid: 6154 components: - type: Transform - pos: -18.5,-35.5 + pos: -7.5,-31.5 parent: 2 - uid: 6193 components: - type: Transform pos: -32.5,-50.5 parent: 2 + - uid: 6212 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 - uid: 6313 components: - type: Transform @@ -82918,12 +85807,6 @@ entities: - type: Transform pos: -39.5,28.5 parent: 2 - - uid: 6730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 2 - uid: 6827 components: - type: Transform @@ -83214,18 +86097,6 @@ entities: rot: 3.141592653589793 rad pos: 51.5,-3.5 parent: 2 - - uid: 8034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,0.5 - parent: 2 - - uid: 8035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,0.5 - parent: 2 - uid: 8036 components: - type: Transform @@ -83238,36 +86109,12 @@ entities: rot: 3.141592653589793 rad pos: 50.5,-1.5 parent: 2 - - uid: 8038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,2.5 - parent: 2 - - uid: 8039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,2.5 - parent: 2 - - uid: 8040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,2.5 - parent: 2 - uid: 8041 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,0.5 parent: 2 - - uid: 8042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-0.5 - parent: 2 - uid: 8043 components: - type: Transform @@ -83292,12 +86139,6 @@ entities: rot: 3.141592653589793 rad pos: 56.5,-3.5 parent: 2 - - uid: 8149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,4.5 - parent: 2 - uid: 8150 components: - type: Transform @@ -83322,18 +86163,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,1.5 parent: 2 - - uid: 8156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,4.5 - parent: 2 - - uid: 8157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,4.5 - parent: 2 - uid: 8158 components: - type: Transform @@ -83352,18 +86181,6 @@ entities: rot: 1.5707963267948966 rad pos: 59.5,-5.5 parent: 2 - - uid: 8163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,3.5 - parent: 2 - - uid: 8164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-4.5 - parent: 2 - uid: 8166 components: - type: Transform @@ -83947,23 +86764,16 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,-44.5 parent: 2 - - uid: 10370 + - uid: 10251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-41.5 + pos: -9.5,-23.5 parent: 2 - uid: 10379 components: - type: Transform pos: -32.5,-51.5 parent: 2 - - uid: 10388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-40.5 - parent: 2 - uid: 10409 components: - type: Transform @@ -83990,6 +86800,11 @@ entities: - type: Transform pos: -37.5,12.5 parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 - uid: 10797 components: - type: Transform @@ -84042,6 +86857,11 @@ entities: - type: Transform pos: -29.5,-35.5 parent: 2 + - uid: 11470 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 - uid: 11595 components: - type: Transform @@ -84082,11 +86902,31 @@ entities: - type: Transform pos: -5.5,-49.5 parent: 2 + - uid: 11699 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 - uid: 12561 components: - type: Transform pos: 61.5,-21.5 parent: 2 + - uid: 12658 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 - uid: 12673 components: - type: Transform @@ -84098,11 +86938,10 @@ entities: - type: Transform pos: -48.5,21.5 parent: 2 - - uid: 13354 + - uid: 13676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-7.5 + pos: -18.5,-33.5 parent: 2 - uid: 13748 components: @@ -84130,6 +86969,21 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-4.5 parent: 2 + - uid: 14002 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 14176 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 - uid: 14222 components: - type: Transform @@ -84142,11 +86996,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,-48.5 parent: 2 - - uid: 14242 - components: - - type: Transform - pos: 48.5,3.5 - parent: 2 - uid: 14244 components: - type: Transform @@ -84272,17 +87121,21 @@ entities: - type: Transform pos: 54.5,-12.5 parent: 2 + - uid: 14405 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 - uid: 14534 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-35.5 parent: 2 - - uid: 14852 + - uid: 14618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-6.5 + pos: 47.5,-7.5 parent: 2 - uid: 15050 components: @@ -84439,12 +87292,6 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-43.5 parent: 2 - - uid: 15751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-40.5 - parent: 2 - uid: 15757 components: - type: Transform @@ -84472,11 +87319,6 @@ entities: - type: Transform pos: -4.5,60.5 parent: 2 - - uid: 15875 - components: - - type: Transform - pos: -18.5,-40.5 - parent: 2 - uid: 15959 components: - type: Transform @@ -84494,12 +87336,6 @@ entities: - type: Transform pos: 18.5,7.5 parent: 2 - - uid: 16020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 2 - uid: 16127 components: - type: Transform @@ -84546,6 +87382,11 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,19.5 parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 - uid: 16332 components: - type: Transform @@ -84586,11 +87427,6 @@ entities: - type: Transform pos: -26.5,13.5 parent: 2 - - uid: 16403 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 2 - uid: 16404 components: - type: Transform @@ -84618,41 +87454,6 @@ entities: rot: -1.5707963267948966 rad pos: -36.5,5.5 parent: 2 - - uid: 16734 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 2 - - uid: 16735 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 2 - - uid: 16738 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - - uid: 16739 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 2 - - uid: 16740 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - uid: 16743 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 2 - - uid: 16744 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 2 - uid: 17083 components: - type: Transform @@ -84838,6 +87639,52 @@ entities: - type: Transform pos: -39.5,30.5 parent: 2 + - uid: 18127 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 + - uid: 18168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,5.5 + parent: 2 + - uid: 18169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,5.5 + parent: 2 + - uid: 18171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,5.5 + parent: 2 + - uid: 18172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,5.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: 62.5,4.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 8042 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: 56.5,5.5 + parent: 2 - proto: GrilleSpawner entities: - uid: 853 @@ -85005,11 +87852,6 @@ entities: - type: Transform pos: -73.5,-14.5 parent: 2 - - uid: 8144 - components: - - type: Transform - pos: 55.5,4.5 - parent: 2 - uid: 8153 components: - type: Transform @@ -85025,11 +87867,6 @@ entities: - type: Transform pos: 58.5,-5.5 parent: 2 - - uid: 8162 - components: - - type: Transform - pos: 57.5,4.5 - parent: 2 - uid: 8175 components: - type: Transform @@ -85230,6 +88067,16 @@ entities: - type: Transform pos: -38.5,10.5 parent: 2 + - uid: 18227 + components: + - type: Transform + pos: 62.5,3.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + pos: 62.5,2.5 + parent: 2 - proto: GroundCannabis entities: - uid: 17122 @@ -85242,47 +88089,64 @@ entities: - type: Transform pos: -43.342247,-52.267555 parent: 2 -- proto: GunSafeDisabler +- proto: GunSafe entities: - - uid: 5617 + - uid: 2020 components: + - type: MetaData + name: armour safe - type: Transform - pos: 2.5,-32.5 + pos: 5.5,-34.5 parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6123 + - 6178 + - 2057 + - 6125 + - 6124 + - 6189 + - 2039 + - 2038 + - 6188 + - 6146 + - 6147 + - 2032 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: GunSafeLaserCarbine entities: - - uid: 5624 + - uid: 14607 components: - type: Transform - pos: 4.5,-33.5 - parent: 2 -- proto: GunSafePistolMk58 - entities: - - uid: 5627 - components: - - type: Transform - pos: 4.5,-32.5 + pos: 6.5,-29.5 parent: 2 - proto: GunSafeRifleLecter entities: - - uid: 5625 + - uid: 1573 components: - type: Transform - pos: 4.5,-34.5 + pos: 6.5,-31.5 parent: 2 - proto: GunSafeShotgunKammerer entities: - - uid: 5620 + - uid: 16949 components: - type: Transform - pos: 2.5,-33.5 + pos: 5.5,-31.5 parent: 2 - proto: GunSafeSubMachineGunDrozd entities: - - uid: 5618 + - uid: 5736 components: - type: Transform - pos: 2.5,-34.5 + pos: 5.5,-29.5 parent: 2 - proto: GyroscopeUnanchored entities: @@ -85372,8 +88236,22 @@ entities: - type: Transform pos: 1.5,-30.5 parent: 2 + - uid: 15007 + components: + - type: MetaData + name: high security door (Armoury) + - type: Transform + pos: 3.5,-32.5 + parent: 2 - proto: HighSecCommandLocked entities: + - uid: 2054 + components: + - type: MetaData + name: high security door (Vault) + - type: Transform + pos: 9.5,-16.5 + parent: 2 - uid: 3675 components: - type: MetaData @@ -85381,13 +88259,6 @@ entities: - type: Transform pos: -36.5,17.5 parent: 2 - - uid: 4459 - components: - - type: MetaData - name: high security door (Vault) - - type: Transform - pos: -15.5,-3.5 - parent: 2 - uid: 4996 components: - type: Transform @@ -85472,17 +88343,17 @@ entities: parent: 2 - proto: HolopadCommandHop entities: - - uid: 14710 + - uid: 14080 components: - type: Transform - pos: 11.5,-18.5 + pos: -13.5,-10.5 parent: 2 - proto: HolopadCommandHos entities: - - uid: 11846 + - uid: 18101 components: - type: Transform - pos: -4.5,-39.5 + pos: 0.5,-36.5 parent: 2 - proto: HolopadCommandMeetingRoom entities: @@ -85507,10 +88378,10 @@ entities: parent: 2 - proto: HolopadCommandVault entities: - - uid: 14716 + - uid: 16734 components: - type: Transform - pos: -15.5,-6.5 + pos: 8.5,-19.5 parent: 2 - proto: HolopadEngineeringAME entities: @@ -85612,10 +88483,10 @@ entities: parent: 2 - proto: HolopadGeneralEVAStorage entities: - - uid: 9205 + - uid: 1749 components: - type: Transform - pos: 20.5,-13.5 + pos: -18.5,-5.5 parent: 2 - proto: HolopadGeneralLounge entities: @@ -85752,10 +88623,10 @@ entities: parent: 2 - proto: HolopadSecurityBrig entities: - - uid: 2779 + - uid: 2078 components: - type: Transform - pos: -10.5,-26.5 + pos: -11.5,-33.5 parent: 2 - proto: HolopadSecurityCourtroom entities: @@ -85801,10 +88672,10 @@ entities: parent: 2 - proto: HolopadSecurityWarden entities: - - uid: 5667 + - uid: 5625 components: - type: Transform - pos: -3.5,-29.5 + pos: -4.5,-32.5 parent: 2 - proto: HolopadServiceBar entities: @@ -85843,10 +88714,10 @@ entities: parent: 2 - proto: HolopadServiceLibrary entities: - - uid: 14704 + - uid: 14233 components: - type: Transform - pos: -19.5,-22.5 + pos: -18.5,-20.5 parent: 2 - proto: HolopadServiceNewsroom entities: @@ -85862,13 +88733,6 @@ entities: - type: Transform pos: -5.465043,8.29865 parent: 2 -- proto: HoloprojectorSecurity - entities: - - uid: 1054 - components: - - type: Transform - pos: 20.50719,-11.491249 - parent: 2 - proto: hydroponicsSoil entities: - uid: 14181 @@ -85891,20 +88755,6 @@ entities: - type: Transform pos: -13.5,-46.5 parent: 2 -- proto: HydroponicsToolClippers - entities: - - uid: 1241 - components: - - type: Transform - pos: -8.230512,-28.398651 - parent: 2 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 5596 - components: - - type: Transform - pos: -8.480512,-28.492401 - parent: 2 - proto: HydroponicsToolScythe entities: - uid: 15829 @@ -85914,11 +88764,6 @@ entities: parent: 2 - proto: HydroponicsToolSpade entities: - - uid: 5597 - components: - - type: Transform - pos: -8.496137,-28.258026 - parent: 2 - uid: 15828 components: - type: Transform @@ -85991,25 +88836,25 @@ entities: - type: Transform pos: 13.5,8.5 parent: 2 - - uid: 2650 + - uid: 2124 components: - type: Transform - pos: -8.5,-30.5 + pos: -12.5,-29.5 parent: 2 - - uid: 5580 + - uid: 2854 components: - type: Transform - pos: -9.5,-30.5 + pos: -12.5,-28.5 parent: 2 - - uid: 5600 + - uid: 6255 components: - type: Transform - pos: -7.5,-29.5 + pos: -10.5,-29.5 parent: 2 - - uid: 5615 + - uid: 10535 components: - type: Transform - pos: -7.5,-30.5 + pos: -10.5,-28.5 parent: 2 - uid: 13228 components: @@ -86052,6 +88897,11 @@ entities: - type: Transform pos: 23.5,29.5 parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 49.5,-0.5 + parent: 2 - uid: 11798 components: - type: Transform @@ -86062,6 +88912,11 @@ entities: - type: Transform pos: 28.5,0.5 parent: 2 + - uid: 15383 + components: + - type: Transform + pos: 53.5,-0.5 + parent: 2 - uid: 16109 components: - type: Transform @@ -86099,11 +88954,6 @@ entities: - type: Transform pos: 16.5,21.5 parent: 2 - - uid: 10400 - components: - - type: Transform - pos: -1.5,36.5 - parent: 2 - uid: 10401 components: - type: Transform @@ -86139,6 +88989,21 @@ entities: - type: Transform pos: -21.5,49.5 parent: 2 + - uid: 18128 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 - proto: InflatableWallStack5 entities: - uid: 10457 @@ -86151,14 +89016,14 @@ entities: - uid: 5644 components: - type: Transform - pos: -13.434447,-5.415673 + pos: 11.44629,-18.406702 parent: 2 - proto: IngotSilver entities: - uid: 10372 components: - type: Transform - pos: -13.499832,-8.348669 + pos: 11.649415,-18.766077 parent: 2 - proto: IngotSilver1 entities: @@ -86197,11 +89062,11 @@ entities: parent: 2 - proto: IntercomCommand entities: - - uid: 4421 + - uid: 4470 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-6.5 + pos: 8.5,-17.5 parent: 2 - uid: 14474 components: @@ -86209,20 +89074,6 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-9.5 parent: 2 - - uid: 14475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 2 -- proto: IntercomCommon - entities: - - uid: 14477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-15.5 - parent: 2 - proto: IntercomEngineering entities: - uid: 8816 @@ -86249,11 +89100,6 @@ entities: parent: 2 - proto: IntercomSecurity entities: - - uid: 1053 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 2 - uid: 3496 components: - type: Transform @@ -86332,30 +89178,12 @@ entities: - type: Transform pos: -33.5,-29.5 parent: 2 - - uid: 15858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-39.5 - parent: 2 - - uid: 15859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-39.5 - parent: 2 - uid: 15872 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-36.5 parent: 2 - - uid: 15881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-14.5 - parent: 2 - uid: 15884 components: - type: Transform @@ -86380,18 +89208,40 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,15.5 parent: 2 + - uid: 18048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-14.5 + parent: 2 - proto: JetpackMiniFilled entities: - - uid: 1733 + - uid: 1788 components: - type: Transform - pos: 21.593834,-14.542587 + pos: -18.491062,-10.213333 parent: 2 - - uid: 1734 + - uid: 5333 components: - type: Transform - pos: 21.578209,-14.323837 + pos: -19.491062,-10.213333 parent: 2 +- proto: JetpackSecurityFilled + entities: + - uid: 5632 + components: + - type: Transform + parent: 5630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5656 + components: + - type: Transform + parent: 5654 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: Joint entities: - uid: 14420 @@ -86408,31 +89258,31 @@ entities: parent: 2 - proto: KitchenMicrowave entities: - - uid: 198 - components: - - type: Transform - pos: -1.5,39.5 - parent: 2 - uid: 298 components: - type: Transform pos: 12.5,1.5 parent: 2 - - uid: 2056 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 2 - uid: 4543 components: - type: Transform pos: 36.5,-18.5 parent: 2 + - uid: 5770 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 - uid: 14345 components: - type: Transform pos: -30.5,-5.5 parent: 2 + - uid: 15335 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 - proto: KitchenReagentGrinder entities: - uid: 460 @@ -86440,16 +89290,21 @@ entities: - type: Transform pos: 11.5,-3.5 parent: 2 - - uid: 1802 + - uid: 3123 components: - type: Transform - pos: -7.5,-28.5 + pos: 49.5,2.5 parent: 2 - uid: 3967 components: - type: Transform pos: 26.5,14.5 parent: 2 + - uid: 5696 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 2 - uid: 14006 components: - type: Transform @@ -86464,10 +89319,10 @@ entities: parent: 2 - proto: KnifePlastic entities: - - uid: 17578 + - uid: 1998 components: - type: Transform - pos: -7.679784,-27.12446 + pos: -8.363471,-35.629356 parent: 2 - proto: Lamp entities: @@ -86702,26 +89557,6 @@ entities: - Toggle - proto: LockableButtonCommand entities: - - uid: 8657 - components: - - type: MetaData - name: lockable button (EVA Emergency Access) - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-15.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2840: - - - Pressed - - Toggle - - - Pressed - - DoorBolt - 2466: - - - Pressed - - Toggle - - - Pressed - - DoorBolt - uid: 11097 components: - type: MetaData @@ -86767,6 +89602,31 @@ entities: 15279: - - Pressed - Toggle + - uid: 18607 + components: + - type: MetaData + name: lockable button (Emergency EVA Access) + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15548: + - - Pressed + - Open + - - Pressed + - DoorBolt + 13799: + - - Pressed + - Open + - - Pressed + - DoorBolt + 18606: + - - Pressed + - Open + - - Pressed + - DoorBolt - proto: LockableButtonEngineering entities: - uid: 2911 @@ -86834,38 +89694,42 @@ entities: - Toggle - proto: LockableButtonHeadOfPersonnel entities: - - uid: 16196 + - uid: 14619 components: - - type: MetaData - name: lockable button (Shutters) - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-20.5 + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16192: + 11066: - - Pressed - Toggle - 3989: + 8014: + - - Pressed + - Toggle + 5557: + - - Pressed + - Toggle + 3135: - - Pressed - Toggle - proto: LockableButtonHeadOfSecurity entities: - - uid: 17545 + - uid: 18105 components: - type: MetaData name: lockable button (Shutters) - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-39.5 + rot: -1.5707963267948966 rad + pos: 1.5,-36.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 15186: + 15189: - - Pressed - Toggle - 15189: + 15186: - - Pressed - Toggle - proto: LockableButtonKitchen @@ -87021,11 +89885,6 @@ entities: - type: Transform pos: 5.5,-6.5 parent: 2 - - uid: 8603 - components: - - type: Transform - pos: 59.5,-1.5 - parent: 2 - proto: LockerBotanistFilled entities: - uid: 355 @@ -87154,41 +90013,41 @@ entities: parent: 2 - proto: LockerEvidence entities: - - uid: 1047 + - uid: 5816 components: - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: 0.5,-33.5 + pos: -1.5,-31.5 parent: 2 - uid: 6624 components: - type: Transform pos: -1.5,27.5 parent: 2 -- proto: LockerFreezerVaultFilled - entities: - - uid: 10364 + - uid: 8654 components: - type: Transform - pos: -16.5,-5.5 + pos: 17.5,-5.5 + parent: 2 +- proto: LockerFreezerVaultFilled + entities: + - uid: 10373 + components: + - type: Transform + pos: 10.5,-18.5 parent: 2 - proto: LockerHeadOfPersonnelFilled entities: - - uid: 1782 + - uid: 10782 components: - type: Transform - pos: 8.5,-21.5 + pos: -14.5,-2.5 parent: 2 - proto: LockerHeadOfSecurityFilled entities: - - uid: 1834 + - uid: 1481 components: - type: Transform - pos: -6.5,-39.5 + pos: 2.5,-38.5 parent: 2 - proto: LockerMedicalFilled entities: @@ -87295,47 +90154,84 @@ entities: - type: Transform pos: 19.5,17.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: + - 112 + - 1886 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerPrisoner entities: - - uid: 11890 + - uid: 11589 components: - type: Transform - pos: -9.5,-18.5 + pos: -12.5,-21.5 parent: 2 - proto: LockerPrisoner2 entities: - - uid: 11892 + - uid: 3050 components: - type: Transform - pos: -9.5,-19.5 + pos: -10.5,-21.5 parent: 2 - proto: LockerPrisoner3 entities: - - uid: 11760 + - uid: 2986 components: - type: Transform - pos: -9.5,-20.5 + pos: -12.5,-20.5 parent: 2 - proto: LockerPrisoner4 entities: - - uid: 5598 + - uid: 2165 components: - type: Transform - pos: -7.5,-18.5 + pos: -10.5,-20.5 parent: 2 - proto: LockerPrisoner5 entities: - - uid: 11891 + - uid: 2663 components: - type: Transform - pos: -7.5,-19.5 + pos: -12.5,-19.5 parent: 2 - proto: LockerPrisoner6 entities: - - uid: 11886 + - uid: 11758 components: - type: Transform - pos: -7.5,-20.5 + pos: -10.5,-19.5 + parent: 2 +- proto: LockerPrisoner7 + entities: + - uid: 3010 + components: + - type: Transform + pos: -7.5,-17.5 parent: 2 - proto: LockerQuarterMasterFilled entities: @@ -87464,8 +90360,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -87482,7 +90378,7 @@ entities: showEnts: False occludes: True ents: - - 15170 + - 5698 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -87568,6 +90464,11 @@ entities: - type: Transform pos: -30.5,-19.5 parent: 2 + - uid: 18272 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 - proto: LootSpawnerMedicalMinor entities: - uid: 3994 @@ -87629,17 +90530,17 @@ entities: parent: 2 - proto: LootSpawnerSecurity entities: - - uid: 15308 + - uid: 15074 components: - type: Transform - pos: -5.5,-29.5 + pos: -6.5,-31.5 parent: 2 - proto: LootSpawnerSecurityBasic entities: - - uid: 1055 + - uid: 1050 components: - type: Transform - pos: 20.5,-10.5 + pos: 15.5,-6.5 parent: 2 - uid: 6639 components: @@ -87658,6 +90559,11 @@ entities: parent: 2 - proto: LuxuryPen entities: + - uid: 16016 + components: + - type: Transform + pos: -12.6651745,-6.568071 + parent: 2 - uid: 17028 components: - type: Transform @@ -87729,6 +90635,11 @@ entities: - type: Transform pos: 25.5,-33.5 parent: 2 + - uid: 1794 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 - uid: 2310 components: - type: Transform @@ -87765,11 +90676,6 @@ entities: - type: Transform pos: -37.5,21.5 parent: 2 - - uid: 6334 - components: - - type: Transform - pos: -16.5,-36.5 - parent: 2 - uid: 8878 components: - type: Transform @@ -87831,16 +90737,16 @@ entities: - type: Transform pos: 17.5,-22.5 parent: 2 + - uid: 1787 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 - uid: 5268 components: - type: Transform pos: -26.5,18.5 parent: 2 - - uid: 8188 - components: - - type: Transform - pos: -15.5,-36.5 - parent: 2 - uid: 9119 components: - type: Transform @@ -88034,6 +90940,11 @@ entities: - type: Transform pos: -19.5,9.5 parent: 2 + - uid: 18257 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 - proto: MaintenanceInsulsSpawner entities: - uid: 1076 @@ -88056,10 +90967,10 @@ entities: - type: Transform pos: -27.5,8.5 parent: 2 - - uid: 11702 + - uid: 11768 components: - type: Transform - pos: 4.5,-39.5 + pos: 3.5,-43.5 parent: 2 - uid: 16574 components: @@ -88073,6 +90984,11 @@ entities: parent: 2 - proto: MaintenancePlantSpawner entities: + - uid: 2042 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 - uid: 2692 components: - type: Transform @@ -88083,11 +90999,6 @@ entities: - type: Transform pos: -2.5,-46.5 parent: 2 - - uid: 11750 - components: - - type: Transform - pos: 3.5,-41.5 - parent: 2 - uid: 11751 components: - type: Transform @@ -88098,11 +91009,6 @@ entities: - type: Transform pos: 12.5,-29.5 parent: 2 - - uid: 11755 - components: - - type: Transform - pos: -12.5,-38.5 - parent: 2 - uid: 11756 components: - type: Transform @@ -88178,6 +91084,31 @@ entities: - type: Transform pos: -23.5,53.5 parent: 2 + - uid: 18256 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 18258 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: 55.5,2.5 + parent: 2 + - uid: 18260 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 - proto: MaintenanceToolSpawner entities: - uid: 726 @@ -88195,10 +91126,10 @@ entities: - type: Transform pos: -29.5,34.5 parent: 2 - - uid: 11703 + - uid: 11794 components: - type: Transform - pos: 5.5,-39.5 + pos: 3.5,-40.5 parent: 2 - uid: 13688 components: @@ -88282,6 +91213,11 @@ entities: - type: Transform pos: 6.5,-8.5 parent: 2 + - uid: 2084 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 - uid: 13687 components: - type: Transform @@ -88320,6 +91256,49 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,8.5 parent: 2 + - uid: 15428 + components: + - type: MetaData + desc: The quartermaster's best friend! + name: wilson the mannequin + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,38.5 + parent: 2 + - type: ContainerContainer + containers: + jumpsuit: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + outerClothing: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + neck: !type:ContainerSlot + showEnts: False + occludes: False + ent: 15858 + mask: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + eyes: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + head: !type:ContainerSlot + showEnts: False + occludes: False + ent: 15588 + suitstorage: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + back: !type:ContainerSlot + showEnts: False + occludes: False + ent: null - proto: MatchstickSpent entities: - uid: 14481 @@ -88329,34 +91308,41 @@ entities: parent: 2 - proto: MaterialCloth entities: - - uid: 1790 + - uid: 14051 components: - type: Transform - pos: 13.493376,-17.480558 + pos: -14.6339245,-6.068071 parent: 2 - proto: MaterialDiamond1 entities: + - uid: 1727 + components: + - type: Transform + pos: 11.69309,-19.64107 + parent: 2 - uid: 5531 components: - type: Transform - pos: -13.687332,-7.869169 + pos: 11.38379,-19.609827 parent: 2 - uid: 5639 components: - type: Transform - pos: -13.353999,-7.9178143 - parent: 2 - - uid: 5649 - components: - - type: Transform - pos: -13.458166,-7.6189957 + pos: 11.54004,-19.797327 parent: 2 - proto: MaterialDurathread entities: - - uid: 1791 + - uid: 16195 components: - type: Transform - pos: 13.618376,-18.105558 + pos: -14.4307995,-6.443071 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 18265 + components: + - type: Transform + pos: 58.50987,0.5285541 parent: 2 - proto: Mattress entities: @@ -88482,11 +91468,6 @@ entities: parent: 2 - proto: MicroManipulatorStockPart entities: - - uid: 6300 - components: - - type: Transform - pos: -17.05334,-32.97148 - parent: 2 - uid: 14934 components: - type: Transform @@ -88533,6 +91514,11 @@ entities: - type: Transform pos: 3.5,11.5 parent: 2 + - uid: 18053 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 - proto: MonkeyCube entities: - uid: 15919 @@ -88621,16 +91607,16 @@ entities: parent: 2 - proto: Multitool entities: + - uid: 2561 + components: + - type: Transform + pos: 20.007097,-18.359528 + parent: 2 - uid: 8486 components: - type: Transform pos: 36.18178,-9.866242 parent: 2 - - uid: 15149 - components: - - type: Transform - pos: -14.654081,-33.160816 - parent: 2 - proto: NitrogenCanister entities: - uid: 1206 @@ -88643,10 +91629,15 @@ entities: - type: Transform pos: 37.5,-28.5 parent: 2 - - uid: 2263 + - uid: 1791 components: - type: Transform - pos: -14.5,-34.5 + pos: 21.5,-18.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -17.5,-10.5 parent: 2 - uid: 5972 components: @@ -88658,11 +91649,6 @@ entities: - type: Transform pos: -41.5,-14.5 parent: 2 - - uid: 6775 - components: - - type: Transform - pos: 10.5,-24.5 - parent: 2 - uid: 6979 components: - type: Transform @@ -88673,10 +91659,15 @@ entities: - type: Transform pos: 44.5,29.5 parent: 2 - - uid: 11695 + - uid: 11770 components: - type: Transform - pos: 5.5,-41.5 + pos: 6.5,-41.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: -19.5,-49.5 parent: 2 - uid: 17628 components: @@ -88685,31 +91676,17 @@ entities: parent: 2 - proto: NitrogenTankFilled entities: - - uid: 15172 - components: - - type: Transform - parent: 5629 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15469 + - uid: 5631 components: - type: Transform parent: 5630 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16949 + - uid: 5660 components: - type: Transform - parent: 5631 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 16950 - components: - - type: Transform - parent: 5632 + parent: 5654 - type: Physics canCollide: False - type: InsideEntityStorage @@ -88729,11 +91706,6 @@ entities: parent: 2 - proto: NoticeBoard entities: - - uid: 4034 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 2 - uid: 11870 components: - type: Transform @@ -88760,6 +91732,11 @@ entities: - type: Transform pos: -32.5,-28.5 parent: 2 + - uid: 15881 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 2 - proto: NTDefaultCircuitBoard entities: - uid: 1594 @@ -88769,10 +91746,10 @@ entities: parent: 2 - proto: NuclearBomb entities: - - uid: 4559 + - uid: 16202 components: - type: Transform - pos: -15.5,-8.5 + pos: 8.5,-21.5 parent: 2 - proto: NuclearBombKeg entities: @@ -88838,6 +91815,11 @@ entities: - type: Transform pos: 16.5,-24.5 parent: 2 + - uid: 2973 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 - uid: 6298 components: - type: Transform @@ -88853,6 +91835,11 @@ entities: - type: Transform pos: 37.5,-26.5 parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -23.5,-46.5 + parent: 2 - uid: 10465 components: - type: Transform @@ -88863,16 +91850,21 @@ entities: - type: Transform pos: 22.5,32.5 parent: 2 - - uid: 11696 + - uid: 11750 components: - type: Transform - pos: 5.5,-40.5 + pos: 6.5,-40.5 parent: 2 - uid: 16484 components: - type: Transform pos: -20.5,13.5 parent: 2 + - uid: 18331 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 - proto: PackPaperRollingFilters entities: - uid: 17120 @@ -88926,13 +91918,13 @@ entities: - type: Transform pos: 5.4112244,-27.511152 parent: 2 - - uid: 16202 - components: - - type: Transform - pos: 11.6441345,-17.469482 - parent: 2 - proto: PaperBin10 entities: + - uid: 1872 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 - uid: 3833 components: - type: Transform @@ -88955,22 +91947,22 @@ entities: - type: Transform pos: 5.5,27.5 parent: 2 + - uid: 11778 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 - uid: 11796 components: - type: Transform pos: 6.5,-27.5 parent: 2 - - uid: 14856 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 2 - proto: PaperBin20 entities: - - uid: 1777 + - uid: 5582 components: - type: Transform - pos: 7.5,-18.5 + pos: -12.5,-6.5 parent: 2 - proto: PaperCaptainsThoughts entities: @@ -88979,6 +91971,33 @@ entities: - type: Transform pos: -25.35172,-5.498194 parent: 2 +- proto: PaperCNCSheet + entities: + - uid: 333 + components: + - type: Transform + pos: -23.678272,-22.420317 + parent: 2 + - uid: 14629 + components: + - type: Transform + pos: -23.600147,-22.467192 + parent: 2 + - uid: 18631 + components: + - type: Transform + pos: -24.553272,-23.185942 + parent: 2 + - uid: 18632 + components: + - type: Transform + pos: -24.459522,-23.279692 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: -23.428272,-23.154692 + parent: 2 - proto: PaperOffice entities: - uid: 2813 @@ -89000,12 +92019,7 @@ entities: - uid: 14108 components: - type: Transform - pos: -18.34623,-19.472721 - parent: 2 - - uid: 14109 - components: - - type: Transform - pos: -18.59623,-19.347721 + pos: -24.131397,-22.623442 parent: 2 - uid: 15283 components: @@ -89112,10 +92126,10 @@ entities: parent: 2 - proto: Pen entities: - - uid: 1464 + - uid: 2153 components: - type: Transform - pos: -11.714887,-26.636387 + pos: -12.700382,-31.58405 parent: 2 - uid: 3136 components: @@ -89446,22 +92460,22 @@ entities: parent: 2 - proto: PlushieVox entities: + - uid: 1785 + components: + - type: Transform + pos: 21.444597,-15.281402 + parent: 2 - uid: 12227 components: - type: Transform pos: 38.28721,25.680704 parent: 2 - - uid: 15139 - components: - - type: Transform - pos: -17.489601,-34.4688 - parent: 2 - proto: PortableFlasher entities: - - uid: 15171 + - uid: 15004 components: - type: Transform - pos: 0.5,-31.5 + pos: 2.5,-29.5 parent: 2 - proto: PortableGeneratorJrPacman entities: @@ -89475,16 +92489,6 @@ entities: - type: Transform pos: 32.5,-1.5 parent: 2 - - uid: 2973 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 2 - - uid: 2974 - components: - - type: Transform - pos: 14.5,-22.5 - parent: 2 - uid: 3294 components: - type: Transform @@ -89520,11 +92524,6 @@ entities: - type: Transform pos: 27.5,26.5 parent: 2 - - uid: 11694 - components: - - type: Transform - pos: -12.5,-40.5 - parent: 2 - uid: 16102 components: - type: Transform @@ -89616,6 +92615,13 @@ entities: - type: Transform pos: -14.5,-48.5 parent: 2 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 18596 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 - proto: PosterContrabandSyndicateRecruitment entities: - uid: 16054 @@ -89661,16 +92667,21 @@ entities: - type: Transform pos: 22.5,-7.5 parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 - uid: 9612 components: - type: Transform pos: -28.5,-43.5 parent: 2 - - uid: 13473 - components: - - type: Transform - pos: -16.5,-1.5 - parent: 2 - uid: 13474 components: - type: Transform @@ -89756,11 +92767,6 @@ entities: - type: Transform pos: -8.5,28.5 parent: 2 - - uid: 14051 - components: - - type: Transform - pos: -12.5,-1.5 - parent: 2 - uid: 14052 components: - type: Transform @@ -89781,11 +92787,6 @@ entities: - type: Transform pos: -22.5,1.5 parent: 2 - - uid: 14207 - components: - - type: Transform - pos: -12.5,2.5 - parent: 2 - uid: 14328 components: - type: Transform @@ -89801,11 +92802,6 @@ entities: - type: Transform pos: -5.5,-26.5 parent: 2 - - uid: 14858 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 2 - uid: 15253 components: - type: Transform @@ -89831,6 +92827,41 @@ entities: - type: Transform pos: -4.5,-1.5 parent: 2 + - uid: 18109 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 + - uid: 18110 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 18111 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 18112 + components: + - type: Transform + pos: -7.5,15.5 + parent: 2 + - uid: 18113 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 18115 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 - proto: PottedPlantRD entities: - uid: 5252 @@ -89890,6 +92921,11 @@ entities: - type: Transform pos: -15.5,13.5 parent: 2 + - uid: 8648 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 - uid: 9117 components: - type: Transform @@ -89901,11 +92937,6 @@ entities: - type: Transform pos: 24.5,32.5 parent: 2 - - uid: 13505 - components: - - type: Transform - pos: -19.5,-1.5 - parent: 2 - uid: 14211 components: - type: Transform @@ -89926,11 +92957,6 @@ entities: - type: Transform pos: -34.5,13.5 parent: 2 - - uid: 16152 - components: - - type: Transform - pos: -14.5,-32.5 - parent: 2 - uid: 16677 components: - type: Transform @@ -90020,6 +93046,12 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-35.5 parent: 2 + - uid: 7318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-12.5 + parent: 2 - uid: 7481 components: - type: Transform @@ -90038,23 +93070,17 @@ entities: rot: 3.141592653589793 rad pos: 42.5,-6.5 parent: 2 + - uid: 8189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-35.5 + parent: 2 - uid: 11874 components: - type: Transform pos: -3.5,-34.5 parent: 2 - - uid: 11875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-35.5 - parent: 2 - - uid: 11876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-19.5 - parent: 2 - uid: 12678 components: - type: Transform @@ -90083,12 +93109,6 @@ entities: - type: Transform pos: -1.5,17.5 parent: 2 - - uid: 12791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-4.5 - parent: 2 - uid: 12793 components: - type: Transform @@ -90106,12 +93126,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,6.5 parent: 2 - - uid: 12815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-7.5 - parent: 2 - uid: 12842 components: - type: Transform @@ -90130,18 +93144,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-19.5 parent: 2 - - uid: 12864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-12.5 - parent: 2 - - uid: 12865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,14.5 - parent: 2 - uid: 12868 components: - type: Transform @@ -90212,12 +93214,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-18.5 parent: 2 - - uid: 13543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-12.5 - parent: 2 - uid: 13546 components: - type: Transform @@ -90246,11 +93242,6 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,8.5 parent: 2 - - uid: 13551 - components: - - type: Transform - pos: 51.5,-0.5 - parent: 2 - uid: 13552 components: - type: Transform @@ -90332,12 +93323,6 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,31.5 parent: 2 - - uid: 13581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,4.5 - parent: 2 - uid: 13584 components: - type: Transform @@ -90429,6 +93414,12 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,56.5 parent: 2 + - uid: 15151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 2 - uid: 15370 components: - type: Transform @@ -90464,6 +93455,22 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,-12.5 parent: 2 + - uid: 16364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-9.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: -12.5,5.5 + parent: 2 - uid: 16513 components: - type: Transform @@ -90480,29 +93487,24 @@ entities: rot: 3.141592653589793 rad pos: -28.5,11.5 parent: 2 + - uid: 16588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-14.5 + parent: 2 - uid: 16717 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-32.5 parent: 2 - - uid: 16733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-17.5 - parent: 2 - uid: 16783 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-32.5 parent: 2 - - uid: 17233 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - uid: 17336 components: - type: Transform @@ -90537,6 +93539,55 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,15.5 parent: 2 + - uid: 18057 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 + - uid: 18058 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 + - uid: 18059 + components: + - type: Transform + pos: -16.5,-34.5 + parent: 2 + - uid: 18060 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-35.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-0.5 + parent: 2 + - uid: 18645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,0.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-0.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 - proto: PoweredLEDSmallLight entities: - uid: 8364 @@ -90599,6 +93650,18 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,10.5 parent: 2 + - uid: 1239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-32.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 2 - uid: 2204 components: - type: Transform @@ -90623,12 +93686,30 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,-5.5 parent: 2 + - uid: 4975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-7.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-23.5 + parent: 2 - uid: 5238 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-38.5 parent: 2 + - uid: 5405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,38.5 + parent: 2 - uid: 5945 components: - type: Transform @@ -90640,6 +93721,12 @@ entities: - type: Transform pos: 28.5,-20.5 parent: 2 + - uid: 6705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,40.5 + parent: 2 - uid: 7451 components: - type: Transform @@ -90674,11 +93761,22 @@ entities: - type: Transform pos: -28.5,-37.5 parent: 2 - - uid: 11853 + - uid: 10784 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 10795 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-32.5 + pos: -5.5,-21.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-34.5 parent: 2 - uid: 11854 components: @@ -90702,30 +93800,6 @@ entities: - type: Transform pos: -0.5,-24.5 parent: 2 - - uid: 11858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-22.5 - parent: 2 - - uid: 11859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-27.5 - parent: 2 - - uid: 11860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-27.5 - parent: 2 - - uid: 11862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-19.5 - parent: 2 - uid: 11863 components: - type: Transform @@ -90814,17 +93888,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,4.5 parent: 2 - - uid: 12814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-9.5 - parent: 2 - - uid: 12817 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 2 - uid: 12844 components: - type: Transform @@ -90843,6 +93906,12 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-31.5 parent: 2 + - uid: 12865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 2 - uid: 12869 components: - type: Transform @@ -90880,11 +93949,6 @@ entities: - type: Transform pos: -51.5,-29.5 parent: 2 - - uid: 12884 - components: - - type: Transform - pos: -11.5,2.5 - parent: 2 - uid: 12885 components: - type: Transform @@ -90944,6 +94008,12 @@ entities: - type: Transform pos: -8.5,44.5 parent: 2 + - uid: 13316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,14.5 + parent: 2 - uid: 13559 components: - type: Transform @@ -90984,12 +94054,6 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,34.5 parent: 2 - - uid: 13569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,38.5 - parent: 2 - uid: 13605 components: - type: Transform @@ -91040,50 +94104,10 @@ entities: - type: Transform pos: -53.5,-11.5 parent: 2 - - uid: 13614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-8.5 - parent: 2 - uid: 13615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 2 - - uid: 13617 - components: - - type: Transform - pos: -18.5,1.5 - parent: 2 - - uid: 13618 - components: - - type: Transform - pos: -15.5,2.5 - parent: 2 - - uid: 13619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-8.5 - parent: 2 - - uid: 13620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-8.5 - parent: 2 - - uid: 13621 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 2 - - uid: 13625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-19.5 + pos: 0.5,-12.5 parent: 2 - uid: 13632 components: @@ -91102,11 +94126,16 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,29.5 parent: 2 - - uid: 14782 + - uid: 14109 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-15.5 + pos: -21.5,-8.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: 10.5,-12.5 parent: 2 - uid: 15422 components: @@ -91141,12 +94170,42 @@ entities: - type: Transform pos: -19.5,26.5 parent: 2 + - uid: 16904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-6.5 + parent: 2 - uid: 17018 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,16.5 parent: 2 + - uid: 18063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-26.5 + parent: 2 + - uid: 18066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-35.5 + parent: 2 + - uid: 18080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-30.5 + parent: 2 + - uid: 18229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-17.5 + parent: 2 - proto: PoweredlightBlue entities: - uid: 5360 @@ -91332,17 +94391,22 @@ entities: parent: 2 - proto: PoweredlightRed entities: - - uid: 11878 + - uid: 1062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-34.5 + pos: 4.5,-33.5 parent: 2 - uid: 11881 components: - type: Transform pos: 4.5,-29.5 parent: 2 + - uid: 13618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-21.5 + parent: 2 - proto: PoweredlightSodium entities: - uid: 13969 @@ -91404,36 +94468,12 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,28.5 parent: 2 - - uid: 10375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-1.5 - parent: 2 - - uid: 10376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-1.5 - parent: 2 - uid: 10842 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-42.5 parent: 2 - - uid: 11879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-33.5 - parent: 2 - - uid: 11883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-23.5 - parent: 2 - uid: 12707 components: - type: Transform @@ -91479,12 +94519,6 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,41.5 parent: 2 - - uid: 13623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-13.5 - parent: 2 - uid: 13857 components: - type: Transform @@ -91503,18 +94537,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,-39.5 parent: 2 - - uid: 14200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 - parent: 2 - - uid: 14241 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-26.5 - parent: 2 - uid: 14545 components: - type: Transform @@ -91563,6 +94585,17 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,-51.5 parent: 2 + - uid: 18061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 18069 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 - proto: PoweredSmallLightEmpty entities: - uid: 6992 @@ -91590,6 +94623,18 @@ entities: - type: Transform pos: 25.5,-17.5 parent: 2 + - uid: 1810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-39.5 + parent: 2 - uid: 2202 components: - type: Transform @@ -91601,6 +94646,17 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,-13.5 parent: 2 + - uid: 4972 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-10.5 + parent: 2 - uid: 7671 components: - type: Transform @@ -91624,29 +94680,40 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,-10.5 parent: 2 + - uid: 8162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,4.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,0.5 + parent: 2 - uid: 8371 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,13.5 parent: 2 - - uid: 10384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-35.5 - parent: 2 - - uid: 10386 + - uid: 8609 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-34.5 + pos: 49.5,2.5 parent: 2 - - uid: 10387 + - uid: 9134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-19.5 + rot: 3.141592653589793 rad + pos: 59.5,-1.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: 52.5,4.5 parent: 2 - uid: 10488 components: @@ -91681,17 +94748,10 @@ entities: - type: Transform pos: 4.5,-26.5 parent: 2 - - uid: 11872 + - uid: 12060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-38.5 - parent: 2 - - uid: 11877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-33.5 + pos: -13.5,-2.5 parent: 2 - uid: 12702 components: @@ -91733,18 +94793,6 @@ entities: - type: Transform pos: 5.5,3.5 parent: 2 - - uid: 12840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-26.5 - parent: 2 - - uid: 12847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-22.5 - parent: 2 - uid: 12848 components: - type: Transform @@ -91809,6 +94857,17 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-42.5 parent: 2 + - uid: 13614 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 2 - uid: 13626 components: - type: Transform @@ -91837,6 +94896,24 @@ entities: - type: Transform pos: -25.5,1.5 parent: 2 + - uid: 14158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-7.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-23.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-20.5 + parent: 2 - uid: 14724 components: - type: Transform @@ -91879,12 +94956,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 2 - - uid: 15730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-22.5 - parent: 2 - uid: 16207 components: - type: Transform @@ -91918,18 +94989,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,21.5 parent: 2 - - uid: 16364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-2.5 - parent: 2 - - uid: 16365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,1.5 - parent: 2 - uid: 16511 components: - type: Transform @@ -91954,6 +95013,35 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,39.5 parent: 2 + - uid: 18065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-23.5 + parent: 2 + - uid: 18067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 18630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-23.5 + parent: 2 - proto: Protolathe entities: - uid: 14514 @@ -92033,11 +95121,36 @@ entities: - type: Transform pos: -27.5,8.5 parent: 2 + - uid: 1636 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 - uid: 1841 components: - type: Transform pos: 40.5,-31.5 parent: 2 + - uid: 1867 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 - uid: 2581 components: - type: Transform @@ -92054,11 +95167,6 @@ entities: - type: Transform pos: 36.5,-23.5 parent: 2 - - uid: 2683 - components: - - type: Transform - pos: 21.5,-14.5 - parent: 2 - uid: 2741 components: - type: Transform @@ -92123,6 +95231,11 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-13.5 parent: 2 + - uid: 6227 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 - uid: 6278 components: - type: Transform @@ -92248,15 +95361,10 @@ entities: - type: Transform pos: 26.5,30.5 parent: 2 - - uid: 11699 + - uid: 11908 components: - type: Transform - pos: 4.5,-39.5 - parent: 2 - - uid: 11701 - components: - - type: Transform - pos: 5.5,-39.5 + pos: 49.5,4.5 parent: 2 - uid: 12231 components: @@ -92283,6 +95391,11 @@ entities: - type: Transform pos: 42.5,5.5 parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -12.5,3.5 + parent: 2 - uid: 14824 components: - type: Transform @@ -92400,16 +95513,26 @@ entities: - type: Transform pos: -4.999727,-45.60106 parent: 2 - - uid: 14399 + - uid: 11703 components: - type: Transform - pos: 15.702139,-5.7017975 + pos: -8.550971,-34.910606 parent: 2 - uid: 16374 components: - type: Transform pos: 11.904827,1.5987444 parent: 2 + - uid: 18233 + components: + - type: Transform + pos: 18.68726,-10.06544 + parent: 2 + - uid: 18267 + components: + - type: Transform + pos: 53.35362,4.559804 + parent: 2 - proto: Railing entities: - uid: 219 @@ -92466,6 +95589,36 @@ entities: rot: 3.141592653589793 rad pos: 4.5,2.5 parent: 2 + - uid: 1033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-1.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-7.5 + parent: 2 - uid: 5113 components: - type: Transform @@ -92508,11 +95661,17 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,46.5 parent: 2 - - uid: 7802 + - uid: 8610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-15.5 + rot: 1.5707963267948966 rad + pos: 57.5,0.5 + parent: 2 + - uid: 8678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-7.5 parent: 2 - uid: 9552 components: @@ -92520,12 +95679,35 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-43.5 parent: 2 + - uid: 10912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-0.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-2.5 + parent: 2 - uid: 12415 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-28.5 parent: 2 + - uid: 12650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-8.5 + parent: 2 - uid: 13723 components: - type: Transform @@ -92621,12 +95803,6 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,32.5 parent: 2 - - uid: 16283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-7.5 - parent: 2 - uid: 16287 components: - type: Transform @@ -92695,6 +95871,12 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,45.5 parent: 2 + - uid: 18637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-21.5 + parent: 2 - proto: RailingCorner entities: - uid: 6976 @@ -92709,6 +95891,11 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,21.5 parent: 2 + - uid: 8157 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 - uid: 11213 components: - type: Transform @@ -92768,6 +95955,24 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,48.5 parent: 2 + - uid: 9137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-2.5 + parent: 2 + - uid: 9205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-6.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,1.5 + parent: 2 - uid: 12926 components: - type: Transform @@ -92851,15 +96056,25 @@ entities: parent: 2 - proto: RandomDrinkBottle entities: + - uid: 4424 + components: + - type: Transform + pos: 58.5,-1.5 + parent: 2 - uid: 5999 components: - type: Transform pos: -0.5,-3.5 parent: 2 - - uid: 8606 + - uid: 18191 components: - type: Transform - pos: 57.5,0.5 + pos: 51.5,2.5 + parent: 2 + - uid: 18192 + components: + - type: Transform + pos: 54.5,2.5 parent: 2 - proto: RandomDrinkGlass entities: @@ -92873,10 +96088,15 @@ entities: - type: Transform pos: -0.5,0.5 parent: 2 - - uid: 8607 + - uid: 18193 components: - type: Transform - pos: 57.5,-0.5 + pos: 52.5,2.5 + parent: 2 + - uid: 18194 + components: + - type: Transform + pos: 50.5,2.5 parent: 2 - proto: RandomEngineerCorpseSpawner entities: @@ -92885,6 +96105,13 @@ entities: - type: Transform pos: -52.5,21.5 parent: 2 +- proto: RandomFoodBakedSingle + entities: + - uid: 18133 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 - proto: RandomFoodSingle entities: - uid: 331 @@ -92914,11 +96141,6 @@ entities: - type: Transform pos: 3.5,10.5 parent: 2 - - uid: 16124 - components: - - type: Transform - pos: 57.5,-1.5 - parent: 2 - uid: 16410 components: - type: Transform @@ -92934,6 +96156,11 @@ entities: - type: Transform pos: 4.5,-11.5 parent: 2 + - uid: 18195 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 - proto: RandomPainting entities: - uid: 2752 @@ -92941,11 +96168,26 @@ entities: - type: Transform pos: -29.5,-3.5 parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 - uid: 6285 components: - type: Transform pos: -38.5,-42.5 parent: 2 + - uid: 9999 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 - uid: 10520 components: - type: Transform @@ -93036,26 +96278,6 @@ entities: - type: Transform pos: -22.5,24.5 parent: 2 - - uid: 17568 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 2 - - uid: 17569 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 17570 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - - uid: 17571 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 2 - uid: 17572 components: - type: Transform @@ -93158,6 +96380,31 @@ entities: - type: Transform pos: -28.5,27.5 parent: 2 + - uid: 18083 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 18085 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 18086 + components: + - type: Transform + pos: -14.5,-35.5 + parent: 2 + - uid: 18092 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 - proto: RandomPosterContraband entities: - uid: 6256 @@ -93195,11 +96442,6 @@ entities: - type: Transform pos: -31.5,-44.5 parent: 2 - - uid: 15008 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 2 - uid: 15009 components: - type: Transform @@ -93210,11 +96452,6 @@ entities: - type: Transform pos: 55.5,-2.5 parent: 2 - - uid: 15011 - components: - - type: Transform - pos: 59.5,1.5 - parent: 2 - uid: 15012 components: - type: Transform @@ -93285,20 +96522,30 @@ entities: - type: Transform pos: -20.5,29.5 parent: 2 - - uid: 17564 + - uid: 18087 components: - type: Transform - pos: -12.5,-34.5 + pos: -13.5,-37.5 parent: 2 - - uid: 17565 + - uid: 18088 components: - type: Transform - pos: -10.5,-34.5 + pos: -13.5,-39.5 parent: 2 - - uid: 17566 + - uid: 18089 components: - type: Transform - pos: -8.5,-34.5 + pos: -12.5,-40.5 + parent: 2 + - uid: 18090 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 18091 + components: + - type: Transform + pos: -7.5,-35.5 parent: 2 - proto: RandomPosterLegit entities: @@ -93317,16 +96564,16 @@ entities: - type: Transform pos: -2.5,-8.5 parent: 2 + - uid: 1032 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 - uid: 2314 components: - type: Transform pos: 16.5,-22.5 parent: 2 - - uid: 5549 - components: - - type: Transform - pos: 19.5,-19.5 - parent: 2 - uid: 8128 components: - type: Transform @@ -93348,6 +96595,11 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-34.5 parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 2 - uid: 10540 components: - type: Transform @@ -93373,21 +96625,31 @@ entities: - type: Transform pos: 28.5,-19.5 parent: 2 + - uid: 13264 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 - uid: 14007 components: - type: Transform pos: 18.5,10.5 parent: 2 + - uid: 14200 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 14241 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 - uid: 14448 components: - type: Transform pos: 12.5,-11.5 parent: 2 - - uid: 14833 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 2 - uid: 14834 components: - type: Transform @@ -93753,11 +97015,6 @@ entities: - type: Transform pos: 4.5,18.5 parent: 2 - - uid: 14958 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 2 - uid: 14959 components: - type: Transform @@ -93778,16 +97035,6 @@ entities: - type: Transform pos: 7.5,-10.5 parent: 2 - - uid: 14964 - components: - - type: Transform - pos: 14.5,-9.5 - parent: 2 - - uid: 14965 - components: - - type: Transform - pos: 14.5,-5.5 - parent: 2 - uid: 14966 components: - type: Transform @@ -93808,11 +97055,6 @@ entities: - type: Transform pos: 2.5,14.5 parent: 2 - - uid: 14971 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 2 - uid: 14972 components: - type: Transform @@ -93918,11 +97160,6 @@ entities: - type: Transform pos: -17.5,-36.5 parent: 2 - - uid: 16328 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 2 - uid: 16544 components: - type: Transform @@ -94008,41 +97245,6 @@ entities: - type: Transform pos: 10.5,26.5 parent: 2 - - uid: 17546 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 17547 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - uid: 17548 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - - uid: 17549 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 2 - - uid: 17550 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 2 - - uid: 17551 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 2 - - uid: 17552 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - uid: 17553 components: - type: Transform @@ -94073,16 +97275,6 @@ entities: - type: Transform pos: 1.5,-23.5 parent: 2 - - uid: 17560 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - - uid: 17561 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - uid: 17562 components: - type: Transform @@ -94098,6 +97290,56 @@ entities: - type: Transform pos: -5.5,-36.5 parent: 2 + - uid: 18045 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 18619 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 18620 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 2 + - uid: 18621 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 18622 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 2 + - uid: 18623 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 18624 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 - proto: RandomProduce entities: - uid: 7751 @@ -94110,6 +97352,13 @@ entities: - type: Transform pos: 16.5,12.5 parent: 2 +- proto: RandomSoap + entities: + - uid: 18234 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 - proto: RandomSpawner100 entities: - uid: 14416 @@ -94198,7 +97447,12 @@ entities: - uid: 452 components: - type: Transform - pos: 11.543647,-1.5553958 + pos: 9.21564,-1.2886486 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: -8.535346,-34.48873 parent: 2 - proto: ReagentGrinderMachineCircuitboard entities: @@ -94331,6 +97585,11 @@ entities: - type: Transform pos: -6.5,-26.5 parent: 2 + - uid: 1030 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 - uid: 1122 components: - type: Transform @@ -94422,16 +97681,6 @@ entities: - type: Transform pos: -2.5,-29.5 parent: 2 - - uid: 1745 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - - uid: 1746 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 2 - uid: 1839 components: - type: Transform @@ -94442,21 +97691,11 @@ entities: - type: Transform pos: 0.5,-35.5 parent: 2 - - uid: 1867 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 2 - uid: 1873 components: - type: Transform pos: -6.5,-25.5 parent: 2 - - uid: 1877 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 2 - uid: 1931 components: - type: Transform @@ -94470,13 +97709,18 @@ entities: - uid: 1959 components: - type: Transform - pos: -13.5,-24.5 + pos: -9.5,-23.5 parent: 2 - uid: 1965 components: - type: Transform pos: 2.5,-16.5 parent: 2 + - uid: 1992 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 - uid: 2002 components: - type: Transform @@ -94487,17 +97731,7 @@ entities: - type: Transform pos: 14.5,-36.5 parent: 2 - - uid: 2020 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 2042 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - - uid: 2059 + - uid: 2018 components: - type: Transform pos: -13.5,-29.5 @@ -94507,16 +97741,6 @@ entities: - type: Transform pos: -5.5,-27.5 parent: 2 - - uid: 2126 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 2 - - uid: 2166 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - uid: 2208 components: - type: Transform @@ -94547,6 +97771,11 @@ entities: - type: Transform pos: 45.5,-9.5 parent: 2 + - uid: 2438 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 - uid: 2517 components: - type: Transform @@ -94567,6 +97796,11 @@ entities: - type: Transform pos: -32.5,-50.5 parent: 2 + - uid: 2660 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 - uid: 2722 components: - type: Transform @@ -94577,6 +97811,11 @@ entities: - type: Transform pos: 45.5,-11.5 parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 - uid: 2963 components: - type: Transform @@ -94721,12 +97960,6 @@ entities: - type: Transform pos: -56.5,-12.5 parent: 2 - - uid: 3739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-6.5 - parent: 2 - uid: 4023 components: - type: Transform @@ -94803,12 +98036,6 @@ entities: - type: Transform pos: 19.5,41.5 parent: 2 - - uid: 4425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-7.5 - parent: 2 - uid: 4507 components: - type: Transform @@ -94834,23 +98061,16 @@ entities: - type: Transform pos: -23.5,-3.5 parent: 2 - - uid: 4929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 2 - - uid: 5165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 2 - uid: 5177 components: - type: Transform pos: -21.5,43.5 parent: 2 + - uid: 5264 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 - uid: 5444 components: - type: Transform @@ -94881,6 +98101,36 @@ entities: - type: Transform pos: -38.5,19.5 parent: 2 + - uid: 5615 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 - uid: 6258 components: - type: Transform @@ -95081,12 +98331,6 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,32.5 parent: 2 - - uid: 7876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-0.5 - parent: 2 - uid: 7893 components: - type: Transform @@ -95120,36 +98364,6 @@ entities: rot: 3.141592653589793 rad pos: 52.5,-1.5 parent: 2 - - uid: 8016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,2.5 - parent: 2 - - uid: 8017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,2.5 - parent: 2 - - uid: 8021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,2.5 - parent: 2 - - uid: 8022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,0.5 - parent: 2 - - uid: 8023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,0.5 - parent: 2 - uid: 8028 components: - type: Transform @@ -95189,6 +98403,12 @@ entities: - type: Transform pos: 38.5,-9.5 parent: 2 + - uid: 8156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,5.5 + parent: 2 - uid: 8229 components: - type: Transform @@ -95233,6 +98453,16 @@ entities: rot: 3.141592653589793 rad pos: 27.5,-19.5 parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 - uid: 11139 components: - type: Transform @@ -95255,17 +98485,25 @@ entities: - type: Transform pos: -20.5,22.5 parent: 2 - - uid: 11239 + - uid: 11722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,14.5 + pos: -7.5,-18.5 parent: 2 - - uid: 12554 + - uid: 11736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-19.5 + pos: -10.5,-17.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: -11.5,-6.5 parent: 2 - uid: 12713 components: @@ -95273,11 +98511,10 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-39.5 parent: 2 - - uid: 12879 + - uid: 12757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-7.5 + pos: -11.5,11.5 parent: 2 - uid: 12902 components: @@ -95297,6 +98534,11 @@ entities: rot: 3.141592653589793 rad pos: -13.5,-48.5 parent: 2 + - uid: 13637 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 - uid: 13854 components: - type: Transform @@ -95313,11 +98555,6 @@ entities: - type: Transform pos: 49.5,12.5 parent: 2 - - uid: 14352 - components: - - type: Transform - pos: 48.5,3.5 - parent: 2 - uid: 14530 components: - type: Transform @@ -95353,12 +98590,6 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,22.5 parent: 2 - - uid: 14904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-6.5 - parent: 2 - uid: 14918 components: - type: Transform @@ -95444,6 +98675,37 @@ entities: - type: Transform pos: 21.5,43.5 parent: 2 + - uid: 18037 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 18038 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 18040 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,5.5 + parent: 2 + - uid: 18603 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 18604 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 - proto: RemoteSignaller entities: - uid: 16085 @@ -95465,6 +98727,90 @@ entities: - type: Transform pos: -13.225977,14.12201 parent: 2 +- proto: RiotBulletShield + entities: + - uid: 2102 + components: + - type: Transform + pos: 5.254054,-33.25772 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 2166 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 2166 + - uid: 6152 + components: + - type: Transform + pos: 5.222804,-33.429596 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 15092 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15092 +- proto: RiotLaserShield + entities: + - uid: 6187 + components: + - type: Transform + pos: 5.769679,-33.429596 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 15233 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15233 + - uid: 16950 + components: + - type: Transform + pos: 5.7540674,-33.214645 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 18034 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 18034 +- proto: RiotShield + entities: + - uid: 6149 + components: + - type: Transform + pos: 5.488429,-33.41397 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 15056 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15056 + - uid: 15171 + components: + - type: Transform + pos: 5.532593,-33.175583 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 15172 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15172 - proto: RobocopCircuitBoard entities: - uid: 5457 @@ -95518,10 +98864,15 @@ entities: - uid: 15200 components: - type: MetaData - name: broken camera (G24 - Service Hall) + name: broken camera - type: Transform pos: -36.82343,-17.295946 parent: 2 + - uid: 18255 + components: + - type: Transform + pos: 59.659565,3.3793483 + parent: 2 - proto: ScrapFireExtinguisher entities: - uid: 12785 @@ -95551,11 +98902,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,3.5 parent: 2 - - uid: 4542 - components: - - type: Transform - pos: -22.5,2.5 - parent: 2 - uid: 13525 components: - type: Transform @@ -95606,11 +98952,6 @@ entities: - type: Transform pos: -35.5,-16.5 parent: 2 - - uid: 14646 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 2 - uid: 14647 components: - type: Transform @@ -95628,16 +98969,16 @@ entities: - type: Transform pos: 29.5,-9.5 parent: 2 + - uid: 15097 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 - uid: 17582 components: - type: Transform pos: -1.5,-22.5 parent: 2 - - uid: 17583 - components: - - type: Transform - pos: -9.5,-31.5 - parent: 2 - proto: Screwdriver entities: - uid: 15457 @@ -95675,6 +99016,11 @@ entities: - CivilianServices - proto: SeedExtractor entities: + - uid: 2127 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 - uid: 13683 components: - type: Transform @@ -95682,6 +99028,11 @@ entities: parent: 2 - proto: ShardGlass entities: + - uid: 1160 + components: + - type: Transform + pos: 55.619728,4.6733837 + parent: 2 - uid: 3775 components: - type: Transform @@ -95697,6 +99048,21 @@ entities: - type: Transform pos: -33.841335,31.914494 parent: 2 + - uid: 11920 + components: + - type: Transform + pos: 59.869728,0.15775895 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 56.791603,3.657759 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: 57.822853,4.7827587 + parent: 2 - uid: 13739 components: - type: Transform @@ -95736,11 +99102,6 @@ entities: - type: Transform pos: -15.551138,26.577679 parent: 2 - - uid: 15563 - components: - - type: Transform - pos: 0.5088022,-28.501165 - parent: 2 - uid: 17036 components: - type: Transform @@ -95786,11 +99147,6 @@ entities: - type: Transform pos: 16.56531,35.453266 parent: 2 - - uid: 15564 - components: - - type: Transform - pos: -4.5336146,-27.452625 - parent: 2 - uid: 16163 components: - type: Transform @@ -95850,7 +99206,7 @@ entities: - uid: 15562 components: - type: Transform - pos: 1.9931772,-18.465862 + pos: -4.52425,-27.521816 parent: 2 - uid: 16303 components: @@ -96001,15 +99357,34 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,0.5 parent: 2 + - uid: 1576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-28.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-27.5 + parent: 2 - uid: 2332 components: - type: Transform pos: 35.5,6.5 parent: 2 - - uid: 3989 + - uid: 3047 components: - type: Transform - pos: 7.5,-16.5 + rot: -1.5707963267948966 rad + pos: -15.5,-34.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-5.5 parent: 2 - uid: 4121 components: @@ -96028,11 +99403,23 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-2.5 parent: 2 + - uid: 5557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-6.5 + parent: 2 - uid: 7324 components: - type: Transform pos: 35.5,-13.5 parent: 2 + - uid: 8014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-7.5 + parent: 2 - uid: 8122 components: - type: Transform @@ -96059,6 +99446,11 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-4.5 parent: 2 + - uid: 11066 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 - uid: 11085 components: - type: Transform @@ -96116,6 +99508,18 @@ entities: - type: Transform pos: -21.5,22.5 parent: 2 + - uid: 11766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-32.5 + parent: 2 - uid: 12813 components: - type: Transform @@ -96139,30 +99543,6 @@ entities: - type: Transform pos: -19.5,22.5 parent: 2 - - uid: 15003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-24.5 - parent: 2 - - uid: 15004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 2 - - uid: 15005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-28.5 - parent: 2 - - uid: 15006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-29.5 - parent: 2 - uid: 15086 components: - type: Transform @@ -96224,10 +99604,35 @@ entities: - type: Transform pos: 32.5,20.5 parent: 2 - - uid: 16192 + - uid: 18094 components: - type: Transform - pos: 8.5,-16.5 + rot: 1.5707963267948966 rad + pos: 18.5,8.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,6.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - uid: 18098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,4.5 parent: 2 - proto: ShuttleConsoleCircuitboard entities: @@ -96253,6 +99658,33 @@ entities: - type: Transform pos: -34.5,21.5 parent: 2 +- proto: SignalButton + entities: + - uid: 18100 + components: + - type: MetaData + name: signal button (Shutters) + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18094: + - - Pressed + - Toggle + 18095: + - - Pressed + - Toggle + 18096: + - - Pressed + - Toggle + 18097: + - - Pressed + - Toggle + 18098: + - - Pressed + - Toggle - proto: SignalButtonDirectional entities: - uid: 841 @@ -96263,6 +99695,25 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-3.5 parent: 2 + - uid: 1491 + components: + - type: MetaData + name: signal button (Genpop Shutters) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5528345,-31.3962 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2142: + - - Pressed + - Toggle + 1576: + - - Pressed + - Toggle + 11766: + - - Pressed + - Toggle - uid: 2449 components: - type: MetaData @@ -96576,28 +100027,6 @@ entities: 4531: - - Pressed - Toggle - - uid: 15055 - components: - - type: MetaData - name: signal button (Shutters) - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-26.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15004: - - - Pressed - - Toggle - 15003: - - - Pressed - - Toggle - 15005: - - - Pressed - - Toggle - 15006: - - - Pressed - - Toggle - uid: 15612 components: - type: MetaData @@ -96606,14 +100035,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5549712,-18.496132 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 311: - - - Pressed - - Toggle - 314: - - - Pressed - - Toggle - uid: 15737 components: - type: MetaData @@ -96630,19 +100051,6 @@ entities: 1256: - - Pressed - Toggle - - uid: 15860 - components: - - type: MetaData - name: signal button (Janitor) - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-43.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15859: - - - Pressed - - Toggle - uid: 15861 components: - type: MetaData @@ -96669,19 +100077,6 @@ entities: 6303: - - Pressed - DoorBolt - - uid: 15866 - components: - - type: MetaData - name: signal button (Janitor) - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-43.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15858: - - - Pressed - - Toggle - uid: 15868 components: - type: MetaData @@ -96721,19 +100116,6 @@ entities: 15856: - - Pressed - Toggle - - uid: 15883 - components: - - type: MetaData - name: signal button (Janitor) - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15881: - - - Pressed - - Toggle - uid: 15886 components: - type: MetaData @@ -96786,6 +100168,35 @@ entities: 16579: - - Pressed - Toggle + - uid: 18047 + components: + - type: MetaData + name: signal button (Janitor) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18048: + - - Pressed + - Toggle + - uid: 18062 + components: + - type: MetaData + name: signal button (Visitation Shutters) + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5528345,-31.708702 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11783: + - - Pressed + - Toggle + 3047: + - - Pressed + - Toggle - proto: SignalSwitchDirectional entities: - uid: 9640 @@ -96958,11 +100369,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 2 - - uid: 16955 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 2 - proto: SignCryogenicsMed entities: - uid: 4068 @@ -96975,6 +100381,13 @@ entities: - type: Transform pos: 12.5,18.5 parent: 2 +- proto: SignDetective + entities: + - uid: 5848 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 - proto: SignDirectionalBar entities: - uid: 11727 @@ -97090,12 +100503,6 @@ entities: rot: 3.141592653589793 rad pos: 14.500077,-11.300287 parent: 2 - - uid: 12846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.500933,-4.7013555 - parent: 2 - uid: 13531 components: - type: Transform @@ -97269,12 +100676,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-11.5 parent: 2 - - uid: 15048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-4.5 - parent: 2 - uid: 15891 components: - type: Transform @@ -97308,10 +100709,11 @@ entities: rot: 1.5707963267948966 rad pos: -20.501694,-14.30642 parent: 2 - - uid: 12867 + - uid: 18358 components: - type: Transform - pos: 12.5009775,15.304665 + rot: -1.5707963267948966 rad + pos: 12.498719,15.302658 parent: 2 - proto: SignDirectionalMed entities: @@ -97362,12 +100764,6 @@ entities: rot: 3.141592653589793 rad pos: -18.496513,-31.303017 parent: 2 - - uid: 14992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.503744,-4.302847 - parent: 2 - uid: 15045 components: - type: Transform @@ -97482,11 +100878,6 @@ entities: - type: Transform pos: 13.5,-32.5 parent: 2 - - uid: 1615 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - uid: 15068 components: - type: Transform @@ -97705,6 +101096,21 @@ entities: - type: Transform pos: 35.5,-7.5 parent: 2 + - uid: 18070 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 18074 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 18075 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 - proto: SignEngine entities: - uid: 75 @@ -97763,10 +101169,10 @@ entities: parent: 2 - proto: SignEVA entities: - - uid: 10759 + - uid: 7 components: - type: Transform - pos: 17.5,-12.5 + pos: -17.5,-1.5 parent: 2 - uid: 16466 components: @@ -97799,20 +101205,15 @@ entities: parent: 2 - proto: SignGenpop entities: - - uid: 14028 + - uid: 6110 components: - type: Transform - pos: -9.5,-16.5 + pos: -9.5,-21.5 parent: 2 - - uid: 14102 + - uid: 6500 components: - type: Transform - pos: -6.5,-22.5 - parent: 2 - - uid: 17580 - components: - - type: Transform - pos: -6.5,-16.5 + pos: -13.5,-21.5 parent: 2 - proto: SignGravity entities: @@ -97828,10 +101229,10 @@ entities: - type: Transform pos: -29.5,-4.5 parent: 2 - - uid: 12782 + - uid: 10518 components: - type: Transform - pos: 6.5,-16.5 + pos: -11.5,-4.5 parent: 2 - proto: SignHydro1 entities: @@ -97951,12 +101352,17 @@ entities: - type: Transform pos: 16.5,-26.5 parent: 2 -- proto: SignPlaque +- proto: SignPrison entities: - - uid: 10366 + - uid: 1645 components: - type: Transform - pos: -13.5,-4.5 + pos: -7.5,-15.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + pos: -6.5,-21.5 parent: 2 - proto: SignPsychology entities: @@ -97965,6 +101371,13 @@ entities: - type: Transform pos: 5.5,19.5 parent: 2 +- proto: SignRadiationMed + entities: + - uid: 18595 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 - proto: SignRND entities: - uid: 11141 @@ -98000,6 +101413,21 @@ entities: - type: Transform pos: -23.5,-10.5 parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 - uid: 12767 components: - type: Transform @@ -98010,11 +101438,6 @@ entities: - type: Transform pos: -5.5,-15.5 parent: 2 - - uid: 15475 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 2 - proto: SignSecurity entities: - uid: 5558 @@ -98032,10 +101455,10 @@ entities: - type: Transform pos: -4.5,28.5 parent: 2 - - uid: 8633 + - uid: 8658 components: - type: Transform - pos: 17.5,-7.5 + pos: 18.5,-8.5 parent: 2 - proto: SignShipDock entities: @@ -98118,6 +101541,11 @@ entities: - type: Transform pos: 23.5,42.5 parent: 2 + - uid: 18605 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 - proto: SignSurgery entities: - uid: 4067 @@ -98148,10 +101576,10 @@ entities: parent: 2 - proto: SignVault entities: - - uid: 12759 + - uid: 15513 components: - type: Transform - pos: -14.5,-2.5 + pos: 8.5,-15.5 parent: 2 - proto: SignVirology entities: @@ -98173,15 +101601,10 @@ entities: - uid: 10378 components: - type: Transform - pos: -13.177504,-5.783984 + pos: 11.406548,-20.052425 parent: 2 - proto: Sink entities: - - uid: 1240 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 2 - uid: 2697 components: - type: Transform @@ -98221,6 +101644,11 @@ entities: - type: Transform pos: -18.5,-12.5 parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 - uid: 15935 components: - type: Transform @@ -98233,12 +101661,6 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,-33.5 parent: 2 - - uid: 16588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-2.5 - parent: 2 - proto: SinkStemlessWater entities: - uid: 5595 @@ -98246,6 +101668,11 @@ entities: - type: Transform pos: -26.5,3.5 parent: 2 + - uid: 13622 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 - proto: SinkWide entities: - uid: 115 @@ -98303,6 +101730,12 @@ entities: - type: Transform pos: -31.5,28.5 parent: 2 + - uid: 18093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,3.5 + parent: 2 - proto: SMESAdvanced entities: - uid: 6049 @@ -98407,12 +101840,6 @@ entities: rot: 3.141592653589793 rad pos: -18.5,-14.5 parent: 2 - - uid: 8605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-0.5 - parent: 2 - proto: SolarPanel entities: - uid: 479 @@ -98992,6 +102419,18 @@ entities: - type: Transform pos: -16.5,-47.5 parent: 2 +- proto: SpaceCash + entities: + - uid: 18196 + components: + - type: Transform + pos: 57.420933,4.667737 + parent: 2 + - uid: 18197 + components: + - type: Transform + pos: 57.592808,4.339612 + parent: 2 - proto: SpaceCash10 entities: - uid: 9388 @@ -99039,6 +102478,11 @@ entities: - type: Transform pos: -25.875303,7.5243015 parent: 2 + - uid: 18198 + components: + - type: Transform + pos: 57.514683,4.511487 + parent: 2 - proto: SpaceHeaterAnchored entities: - uid: 2729 @@ -99053,6 +102497,11 @@ entities: parent: 2 - proto: SpacemenFigureSpawner entities: + - uid: 3089 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 - uid: 9590 components: - type: Transform @@ -99063,21 +102512,11 @@ entities: - type: Transform pos: -5.5,-24.5 parent: 2 - - uid: 11885 - components: - - type: Transform - pos: -12.5,-27.5 - parent: 2 - uid: 14347 components: - type: Transform pos: -44.5,-12.5 parent: 2 - - uid: 15225 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 2 - uid: 15226 components: - type: Transform @@ -99103,11 +102542,6 @@ entities: - type: Transform pos: 8.5,-8.5 parent: 2 - - uid: 15235 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 2 - uid: 15237 components: - type: Transform @@ -99128,11 +102562,6 @@ entities: - type: Transform pos: 24.5,26.5 parent: 2 - - uid: 15245 - components: - - type: Transform - pos: 57.5,1.5 - parent: 2 - uid: 15247 components: - type: Transform @@ -99153,8 +102582,19 @@ entities: - type: Transform pos: -43.5,20.5 parent: 2 + - uid: 18190 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 - proto: SpaceVillainArcadeFilled entities: + - uid: 1821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-28.5 + parent: 2 - uid: 13998 components: - type: Transform @@ -99175,18 +102615,16 @@ entities: parent: 2 - proto: SpawnMobBandito entities: + - uid: 10370 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 - uid: 15274 components: - type: Transform pos: -3.5,2.5 parent: 2 -- proto: SpawnMobCatBingus - entities: - - uid: 16565 - components: - - type: Transform - pos: -19.5,25.5 - parent: 2 - proto: SpawnMobCatException entities: - uid: 13518 @@ -99194,13 +102632,6 @@ entities: - type: Transform pos: 36.5,14.5 parent: 2 -- proto: SpawnMobCatFloppa - entities: - - uid: 15280 - components: - - type: Transform - pos: 2.5,8.5 - parent: 2 - proto: SpawnMobCatRuntime entities: - uid: 13517 @@ -99217,10 +102648,10 @@ entities: parent: 2 - proto: SpawnMobCorgi entities: - - uid: 16205 + - uid: 10364 components: - type: Transform - pos: 8.5,-17.5 + pos: -11.5,-10.5 parent: 2 - proto: SpawnMobCrabAtmos entities: @@ -99257,6 +102688,13 @@ entities: - type: Transform pos: 25.5,25.5 parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 1982 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 - proto: SpawnMobParrot entities: - uid: 16182 @@ -99266,10 +102704,10 @@ entities: parent: 2 - proto: SpawnMobPossumMorty entities: - - uid: 15231 + - uid: 15196 components: - type: Transform - pos: 2.5,20.5 + pos: 41.5,13.5 parent: 2 - proto: SpawnMobRaccoonMorticia entities: @@ -99287,10 +102725,10 @@ entities: parent: 2 - proto: SpawnMobSlothPaperwork entities: - - uid: 15275 + - uid: 5992 components: - type: Transform - pos: -24.5,-22.5 + pos: -20.5,-26.5 parent: 2 - proto: SpawnMobSmile entities: @@ -99659,6 +103097,11 @@ entities: parent: 2 - proto: SpawnPointSecurityOfficer entities: + - uid: 2747 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 - uid: 15310 components: - type: Transform @@ -99669,11 +103112,6 @@ entities: - type: Transform pos: -4.5,-24.5 parent: 2 - - uid: 15312 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - uid: 16954 components: - type: Transform @@ -99759,13 +103197,6 @@ entities: - type: Transform pos: -34.5,8.5 parent: 2 -- proto: SpoonPlastic - entities: - - uid: 17579 - components: - - type: Transform - pos: -7.508497,-27.015085 - parent: 2 - proto: SprayBottle entities: - uid: 16067 @@ -99782,23 +103213,22 @@ entities: parent: 2 - proto: StairDark entities: - - uid: 1058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-14.5 - parent: 2 - - uid: 1059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-13.5 - parent: 2 - uid: 1983 components: - type: Transform pos: -1.5,-28.5 parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-7.5 + parent: 2 - uid: 3705 components: - type: Transform @@ -99822,16 +103252,39 @@ entities: - type: Transform pos: -27.5,21.5 parent: 2 + - uid: 10067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 2 - uid: 11099 components: - type: Transform pos: 30.5,-29.5 parent: 2 + - uid: 11364 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-12.5 + parent: 2 - uid: 12382 components: - type: Transform pos: -0.5,-28.5 parent: 2 + - uid: 12554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-14.5 + parent: 2 - uid: 13201 components: - type: Transform @@ -99856,11 +103309,6 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,-11.5 parent: 2 - - uid: 16244 - components: - - type: Transform - pos: -15.5,-2.5 - parent: 2 - uid: 16245 components: - type: Transform @@ -100125,6 +103573,14 @@ entities: - type: Transform pos: -54.5,-28.5 parent: 2 +- proto: StairStageWood + entities: + - uid: 9133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,1.5 + parent: 2 - proto: StairWhite entities: - uid: 11100 @@ -100180,13 +103636,7 @@ entities: - type: Transform pos: -37.5,-38.5 parent: 2 - - uid: 16316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-22.5 - parent: 2 - - uid: 16317 + - uid: 18636 components: - type: Transform rot: -1.5707963267948966 rad @@ -100223,16 +103673,16 @@ entities: parent: 2 - proto: StationMap entities: - - uid: 14618 + - uid: 4538 components: - type: Transform - pos: 13.5,-11.5 + pos: -17.5,2.5 parent: 2 - - uid: 14619 + - uid: 12867 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-8.5 + pos: -11.5,-3.5 parent: 2 - uid: 14620 components: @@ -100263,11 +103713,6 @@ entities: - type: Transform pos: -27.5,-36.5 parent: 2 - - uid: 14629 - components: - - type: Transform - pos: -21.5,2.5 - parent: 2 - uid: 14880 components: - type: Transform @@ -100291,6 +103736,11 @@ entities: - type: Transform pos: -0.5,-23.5 parent: 2 + - uid: 18357 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 - proto: StationMapBroken entities: - uid: 14628 @@ -100327,6 +103777,23 @@ entities: rot: -1.5707963267948966 rad pos: -35.62071,-21.325111 parent: 2 + - uid: 14532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.2070055,-27.473747 + parent: 2 + - uid: 15563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.2070055,-28.348747 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: 59.5438,-0.48642135 + parent: 2 - proto: StoolBar entities: - uid: 213 @@ -100377,23 +103844,17 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-3.5 parent: 2 - - uid: 8608 + - uid: 8021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,1.5 + rot: 3.141592653589793 rad + pos: 50.5,1.5 parent: 2 - - uid: 8609 + - uid: 8601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,0.5 - parent: 2 - - uid: 8610 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-0.5 + rot: 3.141592653589793 rad + pos: 51.5,1.5 parent: 2 - uid: 9641 components: @@ -100401,6 +103862,24 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,-0.5 parent: 2 + - uid: 15968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,1.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,1.5 + parent: 2 + - uid: 18131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,38.5 + parent: 2 - proto: StorageCanister entities: - uid: 1399 @@ -100629,50 +104108,57 @@ entities: parent: 2 - proto: SuitStorageEVA entities: - - uid: 83 + - uid: 1753 components: - type: Transform - pos: 21.5,-17.5 + pos: -17.5,-5.5 parent: 2 - - uid: 1727 + - uid: 1754 components: - type: Transform - pos: 18.5,-16.5 + pos: -17.5,-4.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + pos: -16.5,-5.5 parent: 2 - uid: 3057 components: - type: Transform pos: -40.5,-52.5 parent: 2 - - uid: 7746 - components: - - type: Transform - pos: 21.5,-15.5 - parent: 2 - uid: 10523 components: - type: Transform pos: -40.5,-51.5 parent: 2 - - uid: 10856 +- proto: SuitStorageEVAAlternate + entities: + - uid: 1085 components: - type: Transform - pos: 21.5,-18.5 + pos: -16.5,-7.5 parent: 2 - - uid: 10908 + - uid: 4732 components: - type: Transform - pos: 18.5,-18.5 + pos: -16.5,-2.5 parent: 2 - - uid: 12648 + - uid: 5965 components: - type: Transform - pos: 21.5,-16.5 + pos: -17.5,-2.5 parent: 2 - - uid: 12708 + - uid: 9204 components: - type: Transform - pos: 18.5,-17.5 + pos: -17.5,-7.5 parent: 2 - proto: SuitStorageEVAEmergency entities: @@ -100724,19 +104210,24 @@ entities: - type: Transform pos: -22.5,56.5 parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 10532 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 - proto: SuitStorageHOS entities: - - uid: 2055 + - uid: 10539 components: - type: Transform - pos: -7.5,-39.5 - parent: 2 -- proto: SuitStorageNTSRA - entities: - - uid: 2782 - components: - - type: Transform - pos: 14.5,-24.5 + pos: 3.5,-38.5 parent: 2 - proto: SuitStorageRD entities: @@ -100759,40 +104250,10 @@ entities: parent: 2 - proto: SuitStorageSec entities: - - uid: 5629 - components: - - type: Transform - pos: 5.5,-29.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: - - 15172 - uid: 5630 components: - type: Transform - pos: 6.5,-29.5 + pos: 2.5,-34.5 parent: 2 - type: EntityStorage air: @@ -100818,11 +104279,13 @@ entities: showEnts: False occludes: True ents: - - 15469 - - uid: 5631 + - 5631 + - 5632 + - 5635 + - uid: 5654 components: - type: Transform - pos: 6.5,-31.5 + pos: 3.5,-34.5 parent: 2 - type: EntityStorage air: @@ -100848,37 +104311,9 @@ entities: showEnts: False occludes: True ents: - - 16949 - - uid: 5632 - components: - - type: Transform - pos: 5.5,-31.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: - - 16950 + - 5660 + - 5667 + - 5656 - proto: SuitStorageWarden entities: - uid: 5661 @@ -100888,18 +104323,6 @@ entities: parent: 2 - proto: SurveillanceCameraCommand entities: - - uid: 112 - components: - - type: MetaData - name: camera (C07 - Bridge Evac West) - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C07 - Bridge Evac West - uid: 248 components: - type: MetaData @@ -100926,32 +104349,19 @@ entities: - SurveillanceCameraCommand nameSet: True id: B04 - AI Entrance - - uid: 8425 - components: - - type: MetaData - name: camera (B03 - AI Upload) - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,16.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: B03 - AI Upload - uid: 9401 components: - type: MetaData - name: camera (C21 - RD's Office) + name: camera (C12 - CE's Office) - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,26.5 + rot: 3.141592653589793 rad + pos: 39.5,-14.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C21 - RD's Office + id: C12 - CE's Office - uid: 11153 components: - type: MetaData @@ -100965,149 +104375,10 @@ entities: - SurveillanceCameraCommand nameSet: True id: B01 - AI Core West - - uid: 14860 + - uid: 11581 components: - type: MetaData - name: camera (C19 - QM's Office) - - type: Transform - pos: 0.5,37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C19 - QM's Office - - uid: 15074 - components: - - type: MetaData - name: camera (C01 - Bridge Entrance East) - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C01 - Bridge Entrance East - - uid: 15075 - components: - - type: MetaData - name: camera (C03 - Bridge Hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-1.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C03 - Bridge Hall - - uid: 15076 - components: - - type: MetaData - name: camera (C02 - Bridge Entrance South) - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-13.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C02 - Bridge Entrance South - - uid: 15077 - components: - - type: MetaData - name: camera (C09 - Captain's Office) - - type: Transform - pos: -26.5,-5.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C09 - Captain's Office - - uid: 15078 - components: - - type: MetaData - name: camera (C10 - Captain's Bedroom) - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,0.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C10 - Captain's Bedroom - - uid: 15079 - components: - - type: MetaData - name: camera (C04 - Bridge Conference Room) - - type: Transform - pos: -31.5,-11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C04 - Bridge Conference Room - - uid: 15080 - components: - - type: MetaData - name: camera (C05 - Bridge) - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-5.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C05 - Bridge - - uid: 15082 - components: - - type: MetaData - name: camera (C06 - Bridge Evac East) - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C06 - Bridge Evac East - - uid: 15083 - components: - - type: MetaData - name: camera (C08 - Vault) - - type: Transform - pos: -14.5,-8.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C08 - Vault - - uid: 15085 - components: - - type: MetaData - name: camera (C20 - QM's Bedroom) - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,35.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C20 - QM's Bedroom - - uid: 15088 - components: - - type: MetaData - name: camera (C18 - CMO's Bedroom) + name: camera (C15 - CMO's Room) - type: Transform rot: -1.5707963267948966 rad pos: 30.5,26.5 @@ -101116,36 +104387,87 @@ entities: setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C18 - CMO's Bedroom - - uid: 15089 + id: C15 - CMO's Room + - uid: 14860 components: - type: MetaData - name: camera (C17 - CMO's Office) + name: camera (C04 - Bridge Dock East) - type: Transform - pos: 28.5,21.5 + pos: -43.5,-12.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C17 - CMO's Office - - uid: 15090 + id: C04 - Bridge Dock East + - uid: 15075 components: - type: MetaData - name: camera (C15 - CE's Office) + name: camera (B03 - AI Upload) - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-14.5 + pos: -39.5,16.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C15 - CE's Office - - uid: 15091 + id: B03 - AI Upload + - uid: 15077 components: - type: MetaData - name: camera (C16 - CE's Bedroom) + name: camera (C14 - CMO's Office) + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C14 - CMO's Office + - uid: 15078 + components: + - type: MetaData + name: camera (C06 - Captain's Office) + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C06 - Captain's Office + - uid: 15079 + components: + - type: MetaData + name: camera (C09 - HoS's Room) + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C09 - HoS's Room + - uid: 15082 + components: + - type: MetaData + name: camera (C08 - HoS;s Office) + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C08 - HoS's Office + - uid: 15083 + components: + - type: MetaData + name: camera (C13 - CE's Room) - type: Transform pos: 41.5,-16.5 parent: 2 @@ -101153,62 +104475,61 @@ entities: setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C16 - CE's Bedroom + id: C13 - CE's Room + - uid: 15088 + components: + - type: MetaData + name: camera (C02 - Conference Room) + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C02 - Conference Room + - uid: 15089 + components: + - type: MetaData + name: camera (C05 - Bridge Dock West) + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C05 - Bridge Dock West + - uid: 15090 + components: + - type: MetaData + name: camera (C07 - Captain's Room) + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,0.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C07 - Captain's Room - uid: 15094 components: - type: MetaData - name: camera (C11 - HoP's Office) + name: camera (C18 - RD's Office) - type: Transform - pos: 11.5,-19.5 + rot: -1.5707963267948966 rad + pos: -21.5,26.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C11 - HoP's Office + id: C18 - RD's Office - uid: 15095 components: - type: MetaData - name: camera (C12 - HoP's Bedroom) - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-21.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C12 - HoP's Bedroom - - uid: 15336 - components: - - type: MetaData - name: camera (C13 - HoS's Office) - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C13 - HoS's Office - - uid: 15337 - components: - - type: MetaData - name: camera (C14 - HoS's Bedroom) - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: C14 - HoS's Office - - uid: 16542 - components: - - type: MetaData - name: camera (C22 - RD's Bedroom) + name: camera (C19 - RD's Room) - type: Transform pos: -24.5,24.5 parent: 2 @@ -101216,7 +104537,45 @@ entities: setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: C22 - RD's Bedroom + id: C19 - RD's Room + - uid: 16538 + components: + - type: MetaData + name: camera (C16 - QM's Office) + - type: Transform + pos: 0.5,37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C16 - QM's Office + - uid: 16542 + components: + - type: MetaData + name: camera (C17 - QM's Room) + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C17 - QM's Room + - uid: 16951 + components: + - type: MetaData + name: camera (C03 - Bridge) + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-5.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C03 - Bridge - uid: 17448 components: - type: MetaData @@ -101230,12 +104589,63 @@ entities: - SurveillanceCameraCommand nameSet: True id: B05 - Camera Servers -- proto: SurveillanceCameraEngineering - entities: - - uid: 8941 + - uid: 18608 components: - type: MetaData - name: camera (E14 - Atmos South) + name: camera (C10 - HoP's Office) + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C10 - HoP's Office + - uid: 18609 + components: + - type: MetaData + name: camera (C11 - HoP's Room) + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C11 - HoP's Room + - uid: 18617 + components: + - type: MetaData + name: camera (C20 - Vault) + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C20 - Vault + - uid: 18618 + components: + - type: MetaData + name: camera (C01 - Bridge Entrance) + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-7.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: C01 - Bridge Entrance +- proto: SurveillanceCameraEngineering + entities: + - uid: 15096 + components: + - type: MetaData + name: camera (E18 - Atmospherics South) - type: Transform pos: 29.5,-41.5 parent: 2 @@ -101243,24 +104653,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E14 - Atmos South - - uid: 8988 + id: E18 - Atmospherics South + - uid: 15098 components: - type: MetaData - name: camera (E12 - Atmos West) - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: E12 - Atmos West - - uid: 14577 - components: - - type: MetaData - name: camera (E10 - TEG East) + name: camera (E14 - TEG East) - type: Transform pos: 28.5,-24.5 parent: 2 @@ -101268,24 +104665,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E10 - TEG East - - uid: 14772 + id: E14 - TEG East + - uid: 15099 components: - type: MetaData - name: camera (E20 - TEG West) - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-22.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: E20 - TEG West - - uid: 15096 - components: - - type: MetaData - name: camera (E19 - Station Anchor) + name: camera (E10 - Station Anchor) - type: Transform pos: 46.5,-6.5 parent: 2 @@ -101293,8 +104677,8 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E19 - Station Anchor - - uid: 15097 + id: E10 - Station Anchor + - uid: 15100 components: - type: MetaData name: camera (E01 - Engineering Entrance) @@ -101307,10 +104691,10 @@ entities: - SurveillanceCameraEngineering nameSet: True id: E01 - Engineering Entrance - - uid: 15098 + - uid: 15101 components: - type: MetaData - name: camera (E02 - SMES Array) + name: camera (E02 - SMES Bank) - type: Transform pos: 34.5,-12.5 parent: 2 @@ -101318,8 +104702,21 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E02 - SMES Array - - uid: 15099 + id: E02 - SMES Bank + - uid: 15102 + components: + - type: MetaData + name: camera (E11 - Telecomms) + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: E11 - Telecomms + - uid: 15103 components: - type: MetaData name: camera (E03 - Engineering North) @@ -101332,23 +104729,10 @@ entities: - SurveillanceCameraEngineering nameSet: True id: E03 - Engineering North - - uid: 15100 + - uid: 15104 components: - type: MetaData - name: camera (E06 - Storage Closet) - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: E06 - Storage Closet - - uid: 15101 - components: - - type: MetaData - name: camera (E07 - Tech Vault) + name: camera (E08 - Tech Vault) - type: Transform pos: 37.5,-1.5 parent: 2 @@ -101356,24 +104740,23 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E07 - Tech Vault - - uid: 15102 + id: E08 - Tech Vault + - uid: 15105 components: - type: MetaData - name: camera (E09 - Telecomms) + name: camera (E07 - Storage Closet) - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-2.5 + pos: 35.5,-6.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E09 - Telecomms - - uid: 15103 + id: E07 - Storage Closet + - uid: 15106 components: - type: MetaData - name: camera (E05 - Locker Room) + name: camera (E05 - Engineering Front) - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-10.5 @@ -101382,11 +104765,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E05 - Locker Room - - uid: 15104 + id: E05 - Engineering Front + - uid: 15107 components: - type: MetaData - name: camera (E15 - AME Chamber) + name: camera (E06 - AME Chamber) - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-8.5 @@ -101395,23 +104778,24 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E15 - AME Chamber - - uid: 15105 + id: E06 - AME Chamber + - uid: 15110 components: - type: MetaData - name: camera (E08 - Gravity Generator) + name: camera (E09 - Gravity Generator) - type: Transform - pos: 41.5,-6.5 + rot: -1.5707963267948966 rad + pos: 39.5,-4.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E08 - Gravity Generator - - uid: 15106 + id: E09 - Gravity Generator + - uid: 15112 components: - type: MetaData - name: camera (E11 - Particle Accelerator) + name: camera (E12 - Particle Accelerator) - type: Transform pos: 38.5,-22.5 parent: 2 @@ -101419,11 +104803,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E11 - Particle Accelerator - - uid: 15107 + id: E12 - Particle Accelerator + - uid: 16751 components: - type: MetaData - name: camera (E04 - Engineering South) + name: camera (E04 - Engineering Breakroom) - type: Transform pos: 35.5,-24.5 parent: 2 @@ -101431,23 +104815,24 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E04 - Engineering South - - uid: 15110 + id: E04 - Engineering Breakroom + - uid: 16957 components: - type: MetaData - name: camera (E13 - Atmos East) + name: camera (E17 - Atmospherics West) - type: Transform - pos: 36.5,-31.5 + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E13 - Atmos East - - uid: 15112 + id: E17 - Atmospherics West + - uid: 16959 components: - type: MetaData - name: camera (E16 - Containment Field) + name: camera (E13 - Tesla Containment) - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-22.5 @@ -101456,7 +104841,32 @@ entities: setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: E16 - Containment Field + id: E13 - Tesla Containment + - uid: 18356 + components: + - type: MetaData + name: camera (E15 - TEG West) + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: E15 - TEG West + - uid: 18643 + components: + - type: MetaData + name: camera (E16 - Atmospherics North) + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: E16 - Atmospherics North - proto: SurveillanceCameraGeneral entities: - uid: 886 @@ -101472,22 +104882,34 @@ entities: - SurveillanceCameraGeneral nameSet: True id: G06 - Northeast Hall - - uid: 12647 + - uid: 8425 components: - type: MetaData - name: camera (G22 - EVA Storage) + name: camera (G14 - Spacebucks Hall) - type: Transform - pos: 19.5,-18.5 + pos: -13.5,-17.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G22 - EVA Storage - - uid: 15133 + id: G14 - Spacebucks Hall + - uid: 10076 components: - type: MetaData - name: camera (G20 - Cryosleep) + name: camera (G08 - Southeast Hall) + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G08 - Southeast Hall + - uid: 11930 + components: + - type: MetaData + name: camera (G24 - Cryosleep) - type: Transform rot: -1.5707963267948966 rad pos: 10.5,21.5 @@ -101496,7 +104918,31 @@ entities: setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G20 - Cryosleep + id: G24 - Cryosleep + - uid: 13623 + components: + - type: MetaData + name: camera (G09 - South Hall) + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G09 - South Hall + - uid: 15076 + components: + - type: MetaData + name: camera (G17 - Dorms Hall West) + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G17 - Dorms Hall West - uid: 15177 components: - type: MetaData @@ -101548,19 +104994,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: G04 - Northwest Hall - - uid: 15182 - components: - - type: MetaData - name: camera (G07 - East hall) - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-1.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G07 - East Hall - uid: 15185 components: - type: MetaData @@ -101576,59 +105009,33 @@ entities: - uid: 15187 components: - type: MetaData - name: camera (G08 - Southeast Hall) + name: camera (G15 - Genpop Hall) - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-11.5 + pos: -14.5,-30.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G08 - Southeast Hall - - uid: 15188 - components: - - type: MetaData - name: camera (G11 - West Hall) - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G11 - West Hall + id: G15 - Genpop Hall - uid: 15191 components: - type: MetaData - name: camera (G14 - Dorms Hall West) + name: camera (G16 - Dorms Hall East) - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-37.5 + rot: 1.5707963267948966 rad + pos: -19.5,-36.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G14 - Dorms Hall West + id: G16 - Dorms Hall East - uid: 15192 components: - type: MetaData - name: camera (G13 - Dorms Hall East) - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G13 - Dorms Hall East - - uid: 15193 - components: - - type: MetaData - name: camera (G16 - Evac East) + name: camera (G19 - Evac East) - type: Transform pos: -51.5,-31.5 parent: 2 @@ -101636,11 +105043,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G16 - Evac East - - uid: 15194 + id: G19 - Evac East + - uid: 15193 components: - type: MetaData - name: camera (G15 - Evac Hall) + name: camera (G18 - Evac Hall) - type: Transform rot: 3.141592653589793 rad pos: -36.5,-29.5 @@ -101649,11 +105056,11 @@ entities: setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G15 - Evac Hall - - uid: 15195 + id: G18 - Evac Hall + - uid: 15194 components: - type: MetaData - name: camera (G17 - Evac West) + name: camera (G20 - Evac West) - type: Transform rot: 3.141592653589793 rad pos: -63.5,-29.5 @@ -101662,33 +105069,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: G17 - Evac West - - uid: 15196 - components: - - type: MetaData - name: camera (G18 - Dorm A) - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-41.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G18 - Dorm A - - uid: 15197 - components: - - type: MetaData - name: camera (G19 - Dorm B) - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-41.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: G19 - Dorm B + id: G20 - Evac West - uid: 15198 components: - type: MetaData @@ -101715,8 +105096,124 @@ entities: - SurveillanceCameraGeneral nameSet: True id: G23 - Disposals + - uid: 18138 + components: + - type: MetaData + name: camera (G10 - Intersection) + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G10 - Intersection + - uid: 18235 + components: + - type: MetaData + name: camera (G07 - East Hall) + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G07 - East Hall + - uid: 18610 + components: + - type: MetaData + name: camera (G11 - West Hall) + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G11 - West Hall + - uid: 18611 + components: + - type: MetaData + name: camera (G12 - Bridge Hall) + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G12 - Bridge Hall + - uid: 18612 + components: + - type: MetaData + name: camera (G22 - EVA) + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G22 - EVA + - uid: 18613 + components: + - type: MetaData + name: camera (G13 - Service Hall) + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G13 - Service Hall + - uid: 18644 + components: + - type: MetaData + name: camera (G25 - Visitation) + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G25 - Visitation + - uid: 18654 + components: + - type: MetaData + name: camera (G26 - Spare Room) + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: G26 - Spare Room - proto: SurveillanceCameraMedical entities: + - uid: 3085 + components: + - type: MetaData + name: camera (M15 - Stasis Bed) + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: M15 - Stasis Bed - uid: 15113 components: - type: MetaData @@ -102021,19 +105518,6 @@ entities: - SurveillanceCameraScience nameSet: True id: N07 - Xenoarchaeology - - uid: 16538 - components: - - type: MetaData - name: camera (N08 - Anomaly Lab) - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,22.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: N07 - Anomaly Lab - uid: 16539 components: - type: MetaData @@ -102060,181 +105544,73 @@ entities: - SurveillanceCameraScience nameSet: True id: N04 - R&D -- proto: SurveillanceCameraSecurity - entities: - - uid: 5405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-33.5 - parent: 2 - - uid: 15319 + - uid: 16960 components: - type: MetaData - name: camera (S01 - Security Entrance) + name: camera (N08 - Anomaly Lab) + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: N08 - Anomaly Lab +- proto: SurveillanceCameraSecurity + entities: + - uid: 2750 + components: + - type: MetaData + name: camera (S17 - Engineering Checkpoint) - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-16.5 + pos: 15.5,-5.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: S01 - Security Entrance - - uid: 15320 + id: S17 - Engineering Checkpoint + - uid: 6857 components: - type: MetaData name: camera (S02 - Security Front) - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-19.5 + pos: -0.5,-20.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: S02 - Security Front - - uid: 15322 + - uid: 7941 + components: + - type: MetaData + name: camera (S01 - Security Entrance) + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S01 - Security Entrance + - uid: 7979 components: - type: MetaData name: camera (S03 - Security Breakroom) - type: Transform - pos: -2.5,-26.5 + rot: 1.5707963267948966 rad + pos: -2.5,-23.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: S03 - Security Breakroom - - uid: 15323 - components: - - type: MetaData - name: camera (S04 - Genpop Entrance) - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S04 - Genpop Entrance - - uid: 15324 - components: - - type: MetaData - name: camera (S06 - Genpop Cryo) - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S06 - Genpop Cryo - - uid: 15325 - components: - - type: MetaData - name: camera (S05 - Genpop) - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-26.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S05 - Genpop - - uid: 15326 - components: - - type: MetaData - name: camera (S07 - Genpop Dorm) - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S07 - Genpop Dorm - - uid: 15332 - components: - - type: MetaData - name: camera (S10 - Warden's Office) - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S10 - Warden's Office - - uid: 15333 - components: - - type: MetaData - name: camera (S11 - Interrogation) - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S11 - Interrogation - - uid: 15335 - components: - - type: MetaData - name: camera (S12 - Armoury) - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-29.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S12 - Armoury - - uid: 15428 - components: - - type: MetaData - name: camera (S08 - Detective's Office) - - type: Transform - pos: 2.5,-27.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S08 - Detective's Office - - uid: 16951 - components: - - type: MetaData - name: camera (S13 - Arrivals Checkpoint) - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S13 - Arrivals Checkpoint - - uid: 16952 - components: - - type: MetaData - name: camera (S14 - Engineering Checkpoint) - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: S14 - Engineering Checkpoint - uid: 16953 components: - type: MetaData @@ -102247,9 +105623,161 @@ entities: - SurveillanceCameraSecurity nameSet: True id: S15 - Evac Checkpoint + - uid: 18139 + components: + - type: MetaData + name: camera (S09 - Brig) + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S09 - Brig + - uid: 18140 + components: + - type: MetaData + name: camera (S11 - Genpop Locker Room) + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S11 - Genpop Locker Room + - uid: 18141 + components: + - type: MetaData + name: camera (S10 - Solitary Confinement) + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S10 - Solitary Confinement + - uid: 18142 + components: + - type: MetaData + name: camera (S12 - Genpop North) + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S12 - Genpop North + - uid: 18143 + components: + - type: MetaData + name: camera (S13 - Genpop South) + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S13 - Genpop South + - uid: 18144 + components: + - type: MetaData + name: camera (S14 - Genpop Dorm) + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S14 - Genpop Dorm + - uid: 18145 + components: + - type: MetaData + name: camera (S08 - Interrogation) + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S08 - Interrogation + - uid: 18146 + components: + - type: MetaData + name: camera (S06 - Warden's Office) + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S06 - Warden's Office + - uid: 18147 + components: + - type: MetaData + name: camera (S07 - Armoury) + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S07 - Armoury + - uid: 18148 + components: + - type: MetaData + name: camera (S04 - Security) + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S04 - Security + - uid: 18149 + components: + - type: MetaData + name: camera (S05 - Detective's Office) + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S05 - Detective's Office + - uid: 18270 + components: + - type: MetaData + name: camera (S16 - Arrivals Checkpoint) + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: S16 - Arrivals Checkpoint - proto: SurveillanceCameraService entities: - - uid: 360 + - uid: 15154 components: - type: MetaData name: camera (V09 - Botany) @@ -102262,10 +105790,10 @@ entities: - SurveillanceCameraService nameSet: True id: V09 - Botany - - uid: 412 + - uid: 15155 components: - type: MetaData - name: camera (V11 - Janitor's Closet) + name: camera (V07 - Janitor's Closet) - type: Transform pos: -5.5,5.5 parent: 2 @@ -102273,45 +105801,34 @@ entities: setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V11 - Janitor's Closet - - uid: 801 + id: V07 - Janitor's Closet + - uid: 15156 components: - type: MetaData - name: camera (V01 - Lounge) - - type: Transform - pos: 3.5,-2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V01 - Lounge - - uid: 6183 - components: - - type: MetaData - name: camera (V20 - Courtroom) + name: camera (V15 - Chapel) - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,-40.5 + pos: -36.5,-25.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V20 - Courtroom - - uid: 15151 + id: V15 - Chapel + - uid: 15157 components: - type: MetaData - name: camera (V03 - Bar Backroom) + name: camera (V13 - Newsroom) - type: Transform - pos: 5.5,-6.5 + rot: 3.141592653589793 rad + pos: -22.5,-31.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V03 - Bar Backroom - - uid: 15152 + id: V13 - Newsroom + - uid: 15160 components: - type: MetaData name: camera (V04 - Kitchen) @@ -102323,10 +105840,61 @@ entities: - SurveillanceCameraService nameSet: True id: V04 - Kitchen - - uid: 15154 + - uid: 15161 components: - type: MetaData - name: camera (V05 - Freezer) + name: camera (V14 - Courtroom) + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-40.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: V14 - Courtroom + - uid: 15162 + components: + - type: MetaData + name: camera (V03 - Bar) + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: V03 - Bar + - uid: 15163 + components: + - type: MetaData + name: camera (V01 - Lounge West) + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: V01 - Lounge West + - uid: 15164 + components: + - type: MetaData + name: camera (V12 - Law Office) + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: V12 - Law Office + - uid: 15166 + components: + - type: MetaData + name: camera (V08 - Freezer) - type: Transform rot: -1.5707963267948966 rad pos: 9.5,6.5 @@ -102335,50 +105903,24 @@ entities: setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V05 - Freezer - - uid: 15155 + id: V08 - Freezer + - uid: 15225 components: - type: MetaData - name: camera (V06 - Stage) + name: camera (V05 - Stage) - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 + rot: 1.5707963267948966 rad + pos: 7.5,5.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V06 - Stage - - uid: 15156 + id: V05 - Stage + - uid: 15246 components: - type: MetaData - name: camera (V10 - Botany Backroom) - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,10.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V10 - Botany Backroom - - uid: 15157 - components: - - type: MetaData - name: camera (V07 - Backstage) - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,10.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V07 - Backstage - - uid: 15158 - components: - - type: MetaData - name: camera (V08 - Theatre) + name: camera (V06 - Theatre) - type: Transform pos: -0.5,8.5 parent: 2 @@ -102386,124 +105928,60 @@ entities: setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V08 - Theatre - - uid: 15160 + id: V06 - Theatre + - uid: 15275 components: - type: MetaData - name: camera (V13 - Library) + name: camera (V10 - Spacebucks) - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-19.5 + rot: 1.5707963267948966 rad + pos: -15.5,-13.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V13 - Library - - uid: 15161 + id: V10 - Spacebucks + - uid: 15544 components: - type: MetaData - name: camera (V14 - Library Backroom) + name: camera (V02 - Lounge East) - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-25.5 + rot: 1.5707963267948966 rad + pos: 6.5,2.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V14 - Library Backroom - - uid: 15162 + id: V02 - Lounge East + - uid: 15730 components: - type: MetaData - name: camera (V15 - Newsroom Entrance) + name: camera (V11 - Library) - type: Transform - pos: -28.5,-35.5 + pos: -19.5,-26.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: V15 - Newsroom Entrance - - uid: 15163 - components: - - type: MetaData - name: camera (V16 - Newsroom) - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-31.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V16 - Newsroom - - uid: 15164 - components: - - type: MetaData - name: camera (V17 - Chapel) - - type: Transform - pos: -36.5,-27.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V17 - Chapel - - uid: 15165 - components: - - type: MetaData - name: camera (V19 - Lawyer's Office) - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-41.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V19 - Lawyer's Office - - uid: 15166 - components: - - type: MetaData - name: camera (V18 - Crematorium) - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-22.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V18 - Crematorium - - uid: 15169 - components: - - type: MetaData - name: camera (V12 - Spacebucks) - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-12.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V12 - Spacebucks - - uid: 15246 - components: - - type: MetaData - name: camera (V02 - Bar) - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-5.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: V02 - Bar + id: V11 - Library - proto: SurveillanceCameraSupply entities: + - uid: 8941 + components: + - type: MetaData + name: camera (U06 - Mailroom) + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: U06 - Mailroom - uid: 15173 components: - type: MetaData @@ -102628,6 +106106,11 @@ entities: parent: 2 - proto: Table entities: + - uid: 1081 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 - uid: 1596 components: - type: Transform @@ -102644,25 +106127,15 @@ entities: - type: Transform pos: 16.5,-1.5 parent: 2 - - uid: 1724 + - uid: 1793 components: - type: Transform - pos: -12.5,-27.5 + pos: 19.5,-18.5 parent: 2 - - uid: 1725 + - uid: 2046 components: - type: Transform - pos: -11.5,-27.5 - parent: 2 - - uid: 2032 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 2 - - uid: 2102 - components: - - type: Transform - pos: -12.5,-26.5 + pos: -12.5,-35.5 parent: 2 - uid: 2568 components: @@ -102894,6 +106367,16 @@ entities: - type: Transform pos: 15.5,23.5 parent: 2 + - uid: 16124 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 - uid: 16345 components: - type: Transform @@ -102952,6 +106435,16 @@ entities: - type: Transform pos: 37.5,25.5 parent: 2 + - uid: 10404 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: 57.5,3.5 + parent: 2 - proto: TableCounterMetal entities: - uid: 114 @@ -103056,11 +106549,6 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,1.5 parent: 2 - - uid: 651 - components: - - type: Transform - pos: -1.5,39.5 - parent: 2 - uid: 729 components: - type: Transform @@ -103071,6 +106559,11 @@ entities: - type: Transform pos: 8.5,-8.5 parent: 2 + - uid: 1326 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 - uid: 1623 components: - type: Transform @@ -103095,32 +106588,17 @@ entities: rot: 3.141592653589793 rad pos: 27.5,5.5 parent: 2 - - uid: 1920 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 2 - - uid: 2005 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 2 - - uid: 2008 - components: - - type: Transform - pos: -8.5,-28.5 - parent: 2 - - uid: 2115 - components: - - type: Transform - pos: -7.5,-27.5 - parent: 2 - uid: 2251 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-13.5 parent: 2 + - uid: 3110 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 - uid: 3137 components: - type: Transform @@ -103231,20 +106709,15 @@ entities: - type: Transform pos: -12.5,7.5 parent: 2 - - uid: 5793 + - uid: 5626 components: - type: Transform - pos: -11.5,-36.5 + pos: -9.5,-36.5 parent: 2 - - uid: 5794 + - uid: 5833 components: - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 5795 - components: - - type: Transform - pos: -11.5,-38.5 + pos: -8.5,-35.5 parent: 2 - uid: 5887 components: @@ -103264,16 +106737,21 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-14.5 parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 - uid: 6026 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-41.5 parent: 2 - - uid: 6190 + - uid: 6118 components: - type: Transform - pos: -14.5,-33.5 + pos: -8.5,-34.5 parent: 2 - uid: 6566 components: @@ -103338,11 +106816,6 @@ entities: - type: Transform pos: 21.5,36.5 parent: 2 - - uid: 8189 - components: - - type: Transform - pos: -14.5,-32.5 - parent: 2 - uid: 8259 components: - type: Transform @@ -103377,6 +106850,11 @@ entities: - type: Transform pos: -34.5,32.5 parent: 2 + - uid: 10384 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 - uid: 10885 components: - type: Transform @@ -103490,6 +106968,11 @@ entities: - type: Transform pos: 26.5,37.5 parent: 2 + - uid: 15859 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 - uid: 16070 components: - type: Transform @@ -103517,6 +107000,11 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,-12.5 parent: 2 + - uid: 16317 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 - uid: 16377 components: - type: Transform @@ -103557,6 +107045,11 @@ entities: - type: Transform pos: -24.5,9.5 parent: 2 + - uid: 18119 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 - proto: TableCounterWood entities: - uid: 210 @@ -103675,40 +107168,20 @@ entities: - type: Transform pos: -24.5,-3.5 parent: 2 + - uid: 8022 + components: + - type: Transform + pos: 52.5,2.5 + parent: 2 - uid: 8025 components: - type: Transform pos: 1.5,19.5 parent: 2 - - uid: 8597 - components: - - type: Transform - pos: 57.5,1.5 - parent: 2 - - uid: 8598 - components: - - type: Transform - pos: 57.5,0.5 - parent: 2 - - uid: 8599 - components: - - type: Transform - pos: 57.5,-0.5 - parent: 2 - uid: 8600 components: - type: Transform - pos: 57.5,-1.5 - parent: 2 - - uid: 8601 - components: - - type: Transform - pos: 59.5,0.5 - parent: 2 - - uid: 8602 - components: - - type: Transform - pos: 59.5,-0.5 + pos: 54.5,3.5 parent: 2 - uid: 9659 components: @@ -103732,6 +107205,11 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,19.5 parent: 2 + - uid: 14242 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 - uid: 14574 components: - type: Transform @@ -103753,11 +107231,36 @@ entities: - type: Transform pos: -36.5,-38.5 parent: 2 + - uid: 15866 + components: + - type: Transform + pos: -0.5,40.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: -0.5,39.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 - uid: 16406 components: - type: Transform pos: -24.5,-5.5 parent: 2 + - uid: 18174 + components: + - type: Transform + pos: 50.5,5.5 + parent: 2 + - uid: 18175 + components: + - type: Transform + pos: 51.5,5.5 + parent: 2 - proto: TableFancyBlue entities: - uid: 4662 @@ -103794,6 +107297,23 @@ entities: - type: Transform pos: -30.5,-9.5 parent: 2 +- proto: TableFrame + entities: + - uid: 11933 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 - proto: TableGlass entities: - uid: 4035 @@ -103866,41 +107386,32 @@ entities: parent: 2 - proto: TableReinforced entities: + - uid: 26 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 - uid: 852 components: - type: Transform pos: 5.5,-27.5 parent: 2 - - uid: 1025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-8.5 - parent: 2 - - uid: 1044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 2 - - uid: 1049 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-10.5 - parent: 2 - - uid: 1050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-11.5 - parent: 2 - uid: 1376 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-15.5 parent: 2 + - uid: 1493 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 - uid: 1604 components: - type: Transform @@ -103917,34 +107428,6 @@ entities: - type: Transform pos: -4.5,-27.5 parent: 2 - - uid: 1772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-18.5 - parent: 2 - - uid: 1773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-17.5 - parent: 2 - - uid: 1775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - - uid: 1788 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - uid: 1789 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 2 - uid: 1848 components: - type: Transform @@ -103981,6 +107464,11 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-28.5 parent: 2 + - uid: 2488 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 - uid: 2543 components: - type: Transform @@ -104009,6 +107497,16 @@ entities: - type: Transform pos: -3.5,-37.5 parent: 2 + - uid: 3159 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 - uid: 3443 components: - type: Transform @@ -104116,6 +107614,11 @@ entities: - type: Transform pos: -34.5,-50.5 parent: 2 + - uid: 4922 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 - uid: 4940 components: - type: Transform @@ -104128,6 +107631,11 @@ entities: rot: 3.141592653589793 rad pos: -25.5,13.5 parent: 2 + - uid: 5321 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 - uid: 5324 components: - type: Transform @@ -104138,10 +107646,10 @@ entities: - type: Transform pos: -1.5,-37.5 parent: 2 - - uid: 5654 + - uid: 5766 components: - type: Transform - pos: -5.5,-29.5 + pos: -6.5,-32.5 parent: 2 - uid: 6390 components: @@ -104208,11 +107716,15 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-15.5 parent: 2 - - uid: 8099 + - uid: 8637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-15.5 + pos: 24.5,-10.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + pos: 15.5,-6.5 parent: 2 - uid: 9396 components: @@ -104220,36 +107732,11 @@ entities: rot: 3.141592653589793 rad pos: 32.5,22.5 parent: 2 - - uid: 10100 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 2 - uid: 10228 components: - type: Transform pos: -33.5,-48.5 parent: 2 - - uid: 10356 - components: - - type: Transform - pos: -17.5,-8.5 - parent: 2 - - uid: 10360 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 2 - - uid: 10361 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 2 - - uid: 10362 - components: - - type: Transform - pos: -13.5,-8.5 - parent: 2 - uid: 10462 components: - type: Transform @@ -104265,6 +107752,11 @@ entities: - type: Transform pos: -33.5,-49.5 parent: 2 + - uid: 11073 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 - uid: 11135 components: - type: Transform @@ -104291,16 +107783,6 @@ entities: - type: Transform pos: 1.5,-18.5 parent: 2 - - uid: 13503 - components: - - type: Transform - pos: -19.5,-1.5 - parent: 2 - - uid: 13504 - components: - - type: Transform - pos: -18.5,-1.5 - parent: 2 - uid: 14985 components: - type: Transform @@ -104312,14 +107794,23 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-16.5 parent: 2 - - uid: 16197 + - uid: 16739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-17.5 + pos: 11.5,-20.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + pos: -11.5,-8.5 parent: 2 - proto: TableWood entities: + - uid: 18 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 - uid: 228 components: - type: Transform @@ -104344,6 +107835,11 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 2 + - uid: 412 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 - uid: 456 components: - type: Transform @@ -104355,6 +107851,11 @@ entities: - type: Transform pos: 3.5,0.5 parent: 2 + - uid: 1684 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 - uid: 3528 components: - type: Transform @@ -104365,11 +107866,6 @@ entities: - type: Transform pos: -34.5,-40.5 parent: 2 - - uid: 4115 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 2 - uid: 4506 components: - type: Transform @@ -104417,15 +107913,27 @@ entities: - type: Transform pos: -20.5,-18.5 parent: 2 - - uid: 14233 + - uid: 14702 components: - type: Transform - pos: -18.5,-19.5 + pos: -24.5,-23.5 parent: 2 - - uid: 14235 + - uid: 14704 components: - type: Transform - pos: -19.5,-19.5 + pos: -24.5,-22.5 + parent: 2 + - uid: 18638 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 +- proto: TargetDarts + entities: + - uid: 18241 + components: + - type: Transform + pos: 56.5,-2.5 parent: 2 - proto: TegCenter entities: @@ -104611,11 +108119,36 @@ entities: parent: 2 - proto: TintedWindow entities: + - uid: 651 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 - uid: 2795 components: - type: Transform pos: -4.5,-33.5 parent: 2 + - uid: 6711 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 - proto: TobaccoSeeds entities: - uid: 15669 @@ -104625,12 +108158,6 @@ entities: parent: 2 - proto: ToiletDirtyWater entities: - - uid: 2175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-33.5 - parent: 2 - uid: 10762 components: - type: Transform @@ -104643,6 +108170,12 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-34.5 parent: 2 + - uid: 11890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-39.5 + parent: 2 - proto: ToiletGoldenDirtyWater entities: - uid: 6732 @@ -104651,6 +108184,13 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,3.5 parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 4198 + components: + - type: Transform + pos: -12.526645,-39.108093 + parent: 2 - proto: ToolboxElectricalFilled entities: - uid: 2460 @@ -104706,6 +108246,11 @@ entities: - type: Transform pos: -35.746593,26.857573 parent: 2 + - uid: 18264 + components: + - type: Transform + pos: 57.40445,2.8976917 + parent: 2 - proto: ToolboxEmergencyFilled entities: - uid: 8494 @@ -104718,7 +108263,7 @@ entities: - uid: 7788 components: - type: Transform - pos: -13.5124035,-6.94676 + pos: 11.555665,-19.250452 parent: 2 - proto: ToolboxMechanicalFilled entities: @@ -104878,21 +108423,21 @@ entities: - uid: 5638 components: - type: Transform - pos: -13.267781,-6.270433 + pos: 11.671709,-20.146175 parent: 2 - proto: TreasureCoinSilver entities: - uid: 5637 components: - type: Transform - pos: -13.642781,-6.214839 + pos: 11.35254,-20.344202 parent: 2 - proto: TromboneInstrument entities: - - uid: 15613 + - uid: 15091 components: - type: Transform - pos: 10.550298,-22.537308 + pos: -12.4776745,-2.552446 parent: 2 - proto: TrumpetInstrument entities: @@ -104903,24 +108448,30 @@ entities: parent: 2 - proto: TurnstileGenpopEnter entities: - - uid: 2029 + - uid: 1669 components: - type: Transform - pos: -9.5,-22.5 + pos: -10.5,-24.5 parent: 2 - proto: TurnstileGenpopLeave entities: - - uid: 2170 + - uid: 2271 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-16.5 + pos: -8.5,-15.5 parent: 2 - - uid: 2174 + - uid: 11765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 + - uid: 13029 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-22.5 + pos: -12.5,-24.5 parent: 2 - proto: TwoWayLever entities: @@ -105181,10 +108732,10 @@ entities: parent: 2 - proto: UniformPrinter entities: - - uid: 1787 + - uid: 14662 components: - type: Transform - pos: 13.5,-19.5 + pos: -14.5,-7.5 parent: 2 - type: TechnologyDatabase supportedDisciplines: @@ -105221,6 +108772,13 @@ entities: - type: Transform pos: -70.76537,-10.921722 parent: 2 +- proto: UprightPianoInstrument + entities: + - uid: 18210 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 - proto: Urn entities: - uid: 3244 @@ -105258,11 +108816,6 @@ entities: parent: 2 - proto: VendingMachineBooze entities: - - uid: 8593 - components: - - type: Transform - pos: 58.5,1.5 - parent: 2 - uid: 15150 components: - type: Transform @@ -105277,10 +108830,10 @@ entities: parent: 2 - proto: VendingMachineCart entities: - - uid: 1778 + - uid: 1163 components: - type: Transform - pos: 13.5,-16.5 + pos: -12.5,-5.5 parent: 2 - proto: VendingMachineChapel entities: @@ -105410,10 +108963,15 @@ entities: parent: 2 - proto: VendingMachineGames entities: - - uid: 3133 + - uid: 2005 components: - type: Transform - pos: -21.5,-23.5 + pos: -13.5,-35.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + pos: -19.5,-19.5 parent: 2 - proto: VendingMachineHappyHonk entities: @@ -105527,10 +109085,10 @@ entities: parent: 2 - proto: VendingMachineSeedsUnlocked entities: - - uid: 1248 + - uid: 10250 components: - type: Transform - pos: -12.5,-30.5 + pos: -12.5,-26.5 parent: 2 - uid: 14196 components: @@ -105539,10 +109097,10 @@ entities: parent: 2 - proto: VendingMachineSustenance entities: - - uid: 14713 + - uid: 13399 components: - type: Transform - pos: -8.5,-23.5 + pos: -10.5,-30.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: @@ -105558,10 +109116,10 @@ entities: - type: Transform pos: 43.5,-30.5 parent: 2 - - uid: 1738 + - uid: 2974 components: - type: Transform - pos: 21.5,-13.5 + pos: -19.5,-4.5 parent: 2 - uid: 7674 components: @@ -105699,6 +109257,11 @@ entities: - type: Transform pos: -31.5,2.5 parent: 2 + - uid: 314 + components: + - type: Transform + pos: -1.5,40.5 + parent: 2 - uid: 324 components: - type: Transform @@ -105714,40 +109277,10 @@ entities: - type: Transform pos: 42.5,-26.5 parent: 2 - - uid: 1027 + - uid: 1066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-12.5 - parent: 2 - - uid: 1030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-12.5 - parent: 2 - - uid: 1033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-9.5 - parent: 2 - - uid: 1034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-10.5 - parent: 2 - - uid: 1042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-7.5 - parent: 2 - - uid: 1062 - components: - - type: Transform - pos: -12.5,-34.5 + pos: -9.5,-19.5 parent: 2 - uid: 1077 components: @@ -105815,16 +109348,26 @@ entities: - type: Transform pos: 1.5,-23.5 parent: 2 - - uid: 1138 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 2 - uid: 1158 components: - type: Transform pos: 41.5,-13.5 parent: 2 + - uid: 1166 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 - uid: 1178 components: - type: Transform @@ -105951,6 +109494,11 @@ entities: rot: 1.5707963267948966 rad pos: 41.5,-25.5 parent: 2 + - uid: 1371 + components: + - type: Transform + pos: -14.5,-35.5 + parent: 2 - uid: 1373 components: - type: Transform @@ -106015,16 +109563,6 @@ entities: - type: Transform pos: 61.5,-18.5 parent: 2 - - uid: 1472 - components: - - type: Transform - pos: -9.5,-34.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - uid: 1478 components: - type: Transform @@ -106088,21 +109626,6 @@ entities: - type: Transform pos: 45.5,-33.5 parent: 2 - - uid: 1576 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 2 - - uid: 1606 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 1607 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 2 - uid: 1640 components: - type: Transform @@ -106113,11 +109636,6 @@ entities: - type: Transform pos: 1.5,-39.5 parent: 2 - - uid: 1648 - components: - - type: Transform - pos: -8.5,-34.5 - parent: 2 - uid: 1655 components: - type: Transform @@ -106165,77 +109683,30 @@ entities: - type: Transform pos: 6.5,-25.5 parent: 2 - - uid: 1707 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 2 - uid: 1715 components: - type: Transform pos: 9.5,-29.5 parent: 2 + - uid: 1736 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 - uid: 1739 components: - type: Transform pos: 13.5,-15.5 parent: 2 - - uid: 1740 + - uid: 1746 components: - type: Transform - pos: 11.5,-15.5 - parent: 2 - - uid: 1742 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 2 - - uid: 1743 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 2 - - uid: 1749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-18.5 - parent: 2 - - uid: 1751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-20.5 - parent: 2 - - uid: 1753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 2 - - uid: 1757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-20.5 - parent: 2 - - uid: 1758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-22.5 - parent: 2 - - uid: 1759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-23.5 - parent: 2 - - uid: 1761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-23.5 + pos: -15.5,-1.5 parent: 2 - uid: 1763 components: @@ -106245,20 +109716,22 @@ entities: - uid: 1764 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-21.5 + pos: 7.5,-22.5 parent: 2 - uid: 1765 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-22.5 + pos: 6.5,-22.5 parent: 2 - - uid: 1794 + - uid: 1786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-16.5 + pos: 13.5,-16.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + pos: 13.5,-17.5 parent: 2 - uid: 1797 components: @@ -106281,37 +109754,17 @@ entities: - type: Transform pos: -0.5,-40.5 parent: 2 - - uid: 1821 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 2 - - uid: 1838 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - uid: 1845 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-23.5 parent: 2 - - uid: 1846 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 2 - uid: 1847 components: - type: Transform pos: 4.5,-20.5 parent: 2 - - uid: 1857 - components: - - type: Transform - pos: 7.5,-37.5 - parent: 2 - uid: 1868 components: - type: Transform @@ -106332,12 +109785,6 @@ entities: - type: Transform pos: 13.5,-35.5 parent: 2 - - uid: 1886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-16.5 - parent: 2 - uid: 1888 components: - type: Transform @@ -106354,16 +109801,6 @@ entities: - type: Transform pos: 3.5,-28.5 parent: 2 - - uid: 1915 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 1917 - components: - - type: Transform - pos: 5.5,-34.5 - parent: 2 - uid: 1922 components: - type: Transform @@ -106378,18 +109815,13 @@ entities: - uid: 1926 components: - type: Transform - pos: -4.5,-40.5 + pos: 10.5,-17.5 parent: 2 - uid: 1927 components: - type: Transform pos: 4.5,-35.5 parent: 2 - - uid: 1939 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 2 - uid: 1945 components: - type: Transform @@ -106417,11 +109849,6 @@ entities: - type: Transform pos: -2.5,-27.5 parent: 2 - - uid: 1955 - components: - - type: Transform - pos: 6.5,-39.5 - parent: 2 - uid: 1964 components: - type: Transform @@ -106438,25 +109865,10 @@ entities: rot: 3.141592653589793 rad pos: 44.5,19.5 parent: 2 - - uid: 1982 + - uid: 1981 components: - type: Transform - pos: -13.5,-33.5 - parent: 2 - - uid: 1992 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 2 - - uid: 1998 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 2 - - uid: 2016 - components: - - type: Transform - pos: -8.5,-38.5 + pos: -7.5,-34.5 parent: 2 - uid: 2019 components: @@ -106469,35 +109881,15 @@ entities: - type: Transform pos: 10.5,-37.5 parent: 2 - - uid: 2024 + - uid: 2029 components: - type: Transform - pos: -5.5,-37.5 + pos: -7.5,-38.5 parent: 2 - - uid: 2034 + - uid: 2037 components: - type: Transform - pos: -10.5,-19.5 - parent: 2 - - uid: 2036 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 2 - - uid: 2038 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - - uid: 2039 - components: - - type: Transform - pos: -6.5,-33.5 - parent: 2 - - uid: 2044 - components: - - type: Transform - pos: 1.5,-37.5 + pos: -12.5,-40.5 parent: 2 - uid: 2047 components: @@ -106509,21 +109901,6 @@ entities: - type: Transform pos: 12.5,-32.5 parent: 2 - - uid: 2057 - components: - - type: Transform - pos: -7.5,-33.5 - parent: 2 - - uid: 2062 - components: - - type: Transform - pos: 7.5,-36.5 - parent: 2 - - uid: 2063 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 2 - uid: 2065 components: - type: Transform @@ -106599,21 +109976,6 @@ entities: - type: Transform pos: 9.5,-32.5 parent: 2 - - uid: 2125 - components: - - type: Transform - pos: -7.5,-40.5 - parent: 2 - - uid: 2127 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 2128 - components: - - type: Transform - pos: 4.5,-37.5 - parent: 2 - uid: 2132 components: - type: Transform @@ -106629,20 +109991,10 @@ entities: - type: Transform pos: -5.5,-33.5 parent: 2 - - uid: 2141 + - uid: 2157 components: - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 2145 - components: - - type: Transform - pos: -8.5,-37.5 - parent: 2 - - uid: 2163 - components: - - type: Transform - pos: 6.5,-40.5 + pos: 7.5,-42.5 parent: 2 - uid: 2213 components: @@ -106765,6 +110117,11 @@ entities: - type: Transform pos: 33.5,-42.5 parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 - uid: 2350 components: - type: Transform @@ -106897,11 +110254,6 @@ entities: - type: Transform pos: 16.5,-32.5 parent: 2 - - uid: 2667 - components: - - type: Transform - pos: 3.5,-42.5 - parent: 2 - uid: 2685 components: - type: Transform @@ -106912,11 +110264,10 @@ entities: - type: Transform pos: 39.5,-13.5 parent: 2 - - uid: 2732 + - uid: 2723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-17.5 + pos: -16.5,-1.5 parent: 2 - uid: 2746 components: @@ -106950,6 +110301,11 @@ entities: rot: 3.141592653589793 rad pos: -24.5,45.5 parent: 2 + - uid: 3004 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 - uid: 3007 components: - type: Transform @@ -106972,11 +110328,6 @@ entities: - type: Transform pos: 1.5,-45.5 parent: 2 - - uid: 3135 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 2 - uid: 3197 components: - type: Transform @@ -107191,11 +110542,6 @@ entities: - type: Transform pos: -53.5,-10.5 parent: 2 - - uid: 3682 - components: - - type: Transform - pos: -16.5,-2.5 - parent: 2 - uid: 3685 components: - type: Transform @@ -107221,16 +110567,6 @@ entities: - type: Transform pos: -43.5,-27.5 parent: 2 - - uid: 3697 - components: - - type: Transform - pos: -18.5,-2.5 - parent: 2 - - uid: 3698 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - uid: 3700 components: - type: Transform @@ -107283,11 +110619,6 @@ entities: - type: Transform pos: -42.5,-24.5 parent: 2 - - uid: 3743 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 2 - uid: 3747 components: - type: Transform @@ -107516,6 +110847,11 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,26.5 parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 - uid: 4003 components: - type: Transform @@ -107540,6 +110876,16 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,-12.5 parent: 2 + - uid: 4034 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 - uid: 4127 components: - type: Transform @@ -107560,18 +110906,17 @@ entities: - type: Transform pos: 41.5,1.5 parent: 2 + - uid: 4199 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 - uid: 4289 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-11.5 parent: 2 - - uid: 4322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 2 - uid: 4325 components: - type: Transform @@ -107606,16 +110951,10 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,-12.5 parent: 2 - - uid: 4337 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - uid: 4344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-8.5 + pos: 13.5,-20.5 parent: 2 - uid: 4354 components: @@ -107628,12 +110967,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-6.5 parent: 2 - - uid: 4362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-9.5 - parent: 2 - uid: 4365 components: - type: Transform @@ -107694,12 +111027,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-18.5 parent: 2 - - uid: 4396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-11.5 - parent: 2 - uid: 4397 components: - type: Transform @@ -107735,11 +111062,6 @@ entities: rot: 1.5707963267948966 rad pos: -38.5,-11.5 parent: 2 - - uid: 4414 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 2 - uid: 4415 components: - type: Transform @@ -107748,8 +111070,7 @@ entities: - uid: 4418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-11.5 + pos: 7.5,-17.5 parent: 2 - uid: 4419 components: @@ -107763,11 +111084,10 @@ entities: rot: 3.141592653589793 rad pos: -34.5,-13.5 parent: 2 - - uid: 4424 + - uid: 4421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-9.5 + pos: 7.5,-18.5 parent: 2 - uid: 4429 components: @@ -107775,34 +111095,11 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-10.5 parent: 2 - - uid: 4430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-8.5 - parent: 2 - - uid: 4433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-8.5 - parent: 2 - - uid: 4434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-9.5 - parent: 2 - uid: 4444 components: - type: Transform pos: -11.5,-2.5 parent: 2 - - uid: 4448 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 2 - uid: 4460 components: - type: Transform @@ -107821,18 +111118,6 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-4.5 parent: 2 - - uid: 4465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 - parent: 2 - - uid: 4471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 2 - uid: 4479 components: - type: Transform @@ -107858,21 +111143,6 @@ entities: - type: Transform pos: -29.5,-4.5 parent: 2 - - uid: 4560 - components: - - type: Transform - pos: -16.5,-4.5 - parent: 2 - - uid: 4561 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 2 - - uid: 4562 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 2 - uid: 4569 components: - type: Transform @@ -108030,6 +111300,16 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 2 + - uid: 4902 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 - uid: 4945 components: - type: Transform @@ -108208,6 +111488,11 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,26.5 parent: 2 + - uid: 5320 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 - uid: 5323 components: - type: Transform @@ -108344,11 +111629,21 @@ entities: - type: Transform pos: 28.5,-26.5 parent: 2 + - uid: 5624 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 - uid: 5636 components: - type: Transform pos: 3.5,-17.5 parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 - uid: 5662 components: - type: Transform @@ -108379,12 +111674,52 @@ entities: - type: Transform pos: 1.5,-25.5 parent: 2 + - uid: 5767 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 - uid: 5997 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-42.5 parent: 2 + - uid: 6091 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 - uid: 6136 components: - type: Transform @@ -108432,6 +111767,26 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,-17.5 parent: 2 + - uid: 6220 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 - uid: 6270 components: - type: Transform @@ -108462,11 +111817,6 @@ entities: - type: Transform pos: -28.5,-49.5 parent: 2 - - uid: 6376 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 2 - uid: 6377 components: - type: Transform @@ -108507,6 +111857,11 @@ entities: - type: Transform pos: 11.5,40.5 parent: 2 + - uid: 6493 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 - uid: 6497 components: - type: Transform @@ -108526,12 +111881,7 @@ entities: - uid: 6535 components: - type: Transform - pos: -0.5,38.5 - parent: 2 - - uid: 6536 - components: - - type: Transform - pos: -0.5,37.5 + pos: -1.5,41.5 parent: 2 - uid: 6537 components: @@ -108625,12 +111975,6 @@ entities: rot: 3.141592653589793 rad pos: -12.5,33.5 parent: 2 - - uid: 6709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,40.5 - parent: 2 - uid: 6717 components: - type: Transform @@ -109259,42 +112603,12 @@ entities: rot: 3.141592653589793 rad pos: 51.5,10.5 parent: 2 - - uid: 7971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,2.5 - parent: 2 - - uid: 7972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,4.5 - parent: 2 - - uid: 7976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,5.5 - parent: 2 - uid: 7986 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,10.5 parent: 2 - - uid: 7989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,6.5 - parent: 2 - - uid: 7994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,0.5 - parent: 2 - uid: 8000 components: - type: Transform @@ -109313,24 +112627,6 @@ entities: rot: 3.141592653589793 rad pos: 53.5,-1.5 parent: 2 - - uid: 8006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,0.5 - parent: 2 - - uid: 8007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,1.5 - parent: 2 - - uid: 8014 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,1.5 - parent: 2 - uid: 8018 components: - type: Transform @@ -109355,11 +112651,22 @@ entities: rot: 3.141592653589793 rad pos: 54.5,-1.5 parent: 2 - - uid: 8032 + - uid: 8034 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,0.5 + rot: 1.5707963267948966 rad + pos: 53.5,5.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,5.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: -16.5,-8.5 parent: 2 - uid: 8048 components: @@ -109431,11 +112738,21 @@ entities: - type: Transform pos: 31.5,-1.5 parent: 2 + - uid: 8188 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 - uid: 8207 components: - type: Transform pos: 35.5,-2.5 parent: 2 + - uid: 8358 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 - uid: 8404 components: - type: Transform @@ -109478,6 +112795,21 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,49.5 parent: 2 + - uid: 8633 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 - uid: 8655 components: - type: Transform @@ -109587,17 +112919,16 @@ entities: - type: Transform pos: 20.5,-28.5 parent: 2 - - uid: 9758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-18.5 - parent: 2 - uid: 10385 components: - type: Transform pos: -40.5,-47.5 parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -1.5,38.5 + parent: 2 - uid: 10440 components: - type: Transform @@ -109609,21 +112940,31 @@ entities: - type: Transform pos: -23.5,23.5 parent: 2 - - uid: 10910 - components: - - type: Transform - pos: 17.5,-16.5 - parent: 2 - - uid: 10911 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 2 - uid: 10924 components: - type: Transform pos: -45.5,-14.5 parent: 2 + - uid: 10979 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 - uid: 11127 components: - type: Transform @@ -109690,16 +113031,71 @@ entities: - type: Transform pos: -33.5,29.5 parent: 2 + - uid: 11594 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 11779 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 - uid: 11793 components: - type: Transform pos: 39.5,-17.5 parent: 2 + - uid: 11834 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 2 - uid: 11907 components: - type: Transform pos: -7.5,58.5 parent: 2 + - uid: 12078 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 - uid: 12555 components: - type: Transform @@ -109756,17 +113152,47 @@ entities: - type: Transform pos: -42.5,13.5 parent: 2 + - uid: 12853 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 - uid: 13467 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,46.5 parent: 2 + - uid: 13473 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 - uid: 13499 components: - type: Transform pos: -43.5,24.5 parent: 2 + - uid: 13503 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 - uid: 13545 components: - type: Transform @@ -109785,6 +113211,11 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-3.5 parent: 2 + - uid: 13620 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 - uid: 13628 components: - type: Transform @@ -109918,6 +113349,21 @@ entities: - type: Transform pos: -15.5,10.5 parent: 2 + - uid: 14083 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 - uid: 14190 components: - type: Transform @@ -109963,6 +113409,11 @@ entities: - type: Transform pos: -27.5,14.5 parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 - uid: 14426 components: - type: Transform @@ -109975,6 +113426,16 @@ entities: rot: 3.141592653589793 rad pos: -22.5,55.5 parent: 2 + - uid: 14475 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 - uid: 14537 components: - type: Transform @@ -110000,6 +113461,11 @@ entities: - type: Transform pos: 20.5,-38.5 parent: 2 + - uid: 14584 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 - uid: 14627 components: - type: Transform @@ -110035,6 +113501,16 @@ entities: - type: Transform pos: 26.5,41.5 parent: 2 + - uid: 14971 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 - uid: 15025 components: - type: Transform @@ -110061,6 +113537,11 @@ entities: - type: Transform pos: -36.5,-47.5 parent: 2 + - uid: 15308 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 - uid: 15349 components: - type: Transform @@ -110113,6 +113594,11 @@ entities: - type: Transform pos: 49.5,-7.5 parent: 2 + - uid: 15521 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 - uid: 15538 components: - type: Transform @@ -110129,6 +113615,11 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,27.5 parent: 2 + - uid: 15613 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 - uid: 15693 components: - type: Transform @@ -110171,6 +113662,11 @@ entities: - type: Transform pos: -12.5,23.5 parent: 2 + - uid: 16013 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 - uid: 16018 components: - type: Transform @@ -110254,6 +113750,11 @@ entities: rot: 3.141592653589793 rad pos: -30.5,17.5 parent: 2 + - uid: 16451 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 - uid: 16590 components: - type: Transform @@ -110272,17 +113773,17 @@ entities: - uid: 16714 components: - type: Transform - pos: -18.5,-10.5 - parent: 2 - - uid: 16741 - components: - - type: Transform - pos: -18.5,-3.5 + pos: 11.5,-23.5 parent: 2 - uid: 16742 components: - type: Transform - pos: -12.5,-3.5 + pos: -13.5,-1.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + pos: -14.5,-4.5 parent: 2 - uid: 16784 components: @@ -110441,6 +113942,11 @@ entities: - type: Transform pos: -38.5,28.5 parent: 2 + - uid: 17544 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 - uid: 17627 components: - type: Transform @@ -110451,6 +113957,18 @@ entities: - type: Transform pos: 21.5,44.5 parent: 2 + - uid: 18163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,4.5 + parent: 2 + - uid: 18165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,2.5 + parent: 2 - proto: WallReinforcedRust entities: - uid: 9 @@ -110473,51 +113991,6 @@ entities: - type: Transform pos: 13.5,-11.5 parent: 2 - - uid: 20 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 2 - - uid: 22 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 2 - - uid: 26 - components: - - type: Transform - pos: 18.5,-12.5 - parent: 2 - - uid: 29 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 2 - - uid: 33 - components: - - type: Transform - pos: 21.5,-12.5 - parent: 2 - - uid: 35 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 2 - - uid: 39 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 2 - - uid: 41 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 2 - - uid: 46 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 2 - uid: 49 components: - type: Transform @@ -110733,17 +114206,16 @@ entities: - type: Transform pos: 16.5,-36.5 parent: 2 + - uid: 420 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 - uid: 482 components: - type: Transform pos: 25.5,-42.5 parent: 2 - - uid: 555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-3.5 - parent: 2 - uid: 702 components: - type: Transform @@ -110814,11 +114286,6 @@ entities: - type: Transform pos: 39.5,-7.5 parent: 2 - - uid: 1085 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - uid: 1090 components: - type: Transform @@ -110829,60 +114296,15 @@ entities: - type: Transform pos: 17.5,-19.5 parent: 2 - - uid: 1112 - components: - - type: Transform - pos: 14.5,-20.5 - parent: 2 - - uid: 1115 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 2 - - uid: 1140 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 2 - - uid: 1160 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 1162 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 2 - - uid: 1163 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 2 - - uid: 1166 - components: - - type: Transform - pos: 11.5,-20.5 - parent: 2 - uid: 1168 components: - type: Transform - pos: 7.5,-21.5 - parent: 2 - - uid: 1170 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 2 - - uid: 1172 - components: - - type: Transform - pos: 8.5,-23.5 + pos: -15.5,-5.5 parent: 2 - uid: 1173 components: - type: Transform - pos: 11.5,-23.5 + pos: -19.5,-8.5 parent: 2 - uid: 1181 components: @@ -110925,11 +114347,6 @@ entities: - type: Transform pos: 42.5,33.5 parent: 2 - - uid: 1371 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 2 - uid: 1389 components: - type: Transform @@ -110940,10 +114357,10 @@ entities: - type: Transform pos: -10.5,-15.5 parent: 2 - - uid: 1468 + - uid: 1472 components: - type: Transform - pos: -10.5,-34.5 + pos: -7.5,-35.5 parent: 2 - uid: 1487 components: @@ -110955,11 +114372,6 @@ entities: - type: Transform pos: -11.5,-18.5 parent: 2 - - uid: 1635 - components: - - type: Transform - pos: -13.5,-32.5 - parent: 2 - uid: 1639 components: - type: Transform @@ -110970,11 +114382,31 @@ entities: - type: Transform pos: 11.5,-38.5 parent: 2 + - uid: 1709 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 - uid: 1720 components: - type: Transform pos: 13.5,-37.5 parent: 2 + - uid: 1724 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 1742 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 2 - uid: 1756 components: - type: Transform @@ -111075,11 +114507,6 @@ entities: - type: Transform pos: 16.5,-34.5 parent: 2 - - uid: 1872 - components: - - type: Transform - pos: 3.5,-43.5 - parent: 2 - uid: 1880 components: - type: Transform @@ -111150,6 +114577,11 @@ entities: - type: Transform pos: 6.5,-42.5 parent: 2 + - uid: 1937 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 - uid: 1943 components: - type: Transform @@ -111165,11 +114597,6 @@ entities: - type: Transform pos: 29.5,-8.5 parent: 2 - - uid: 1969 - components: - - type: Transform - pos: 22.5,-12.5 - parent: 2 - uid: 1972 components: - type: Transform @@ -111215,15 +114642,20 @@ entities: - type: Transform pos: 13.5,-38.5 parent: 2 - - uid: 2037 + - uid: 2024 components: - type: Transform - pos: -7.5,-34.5 + pos: 8.5,-22.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: -11.5,-40.5 parent: 2 - uid: 2040 components: - type: Transform - pos: 6.5,-41.5 + pos: 4.5,-44.5 parent: 2 - uid: 2060 components: @@ -111300,6 +114732,16 @@ entities: - type: Transform pos: -3.5,-47.5 parent: 2 + - uid: 2145 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 - uid: 2156 components: - type: Transform @@ -111310,6 +114752,11 @@ entities: - type: Transform pos: -8.5,-46.5 parent: 2 + - uid: 2163 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 - uid: 2190 components: - type: Transform @@ -111467,11 +114914,6 @@ entities: - type: Transform pos: -42.5,-19.5 parent: 2 - - uid: 2660 - components: - - type: Transform - pos: -17.5,-2.5 - parent: 2 - uid: 2661 components: - type: Transform @@ -111499,17 +114941,6 @@ entities: - type: Transform pos: -47.5,-14.5 parent: 2 - - uid: 2721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 2 - - uid: 2723 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 2 - uid: 2733 components: - type: Transform @@ -111540,11 +114971,6 @@ entities: - type: Transform pos: 27.5,17.5 parent: 2 - - uid: 2770 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - uid: 2772 components: - type: Transform @@ -111570,11 +114996,6 @@ entities: - type: Transform pos: -13.5,-26.5 parent: 2 - - uid: 2792 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - uid: 2793 components: - type: Transform @@ -111600,11 +115021,6 @@ entities: - type: Transform pos: -2.5,-28.5 parent: 2 - - uid: 2799 - components: - - type: Transform - pos: 6.5,-37.5 - parent: 2 - uid: 2800 components: - type: Transform @@ -111640,11 +115056,6 @@ entities: - type: Transform pos: 4.5,-42.5 parent: 2 - - uid: 2809 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - uid: 2810 components: - type: Transform @@ -111691,11 +115102,6 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-23.5 parent: 2 - - uid: 2848 - components: - - type: Transform - pos: -8.5,-36.5 - parent: 2 - uid: 2849 components: - type: Transform @@ -111711,11 +115117,6 @@ entities: - type: Transform pos: 11.5,-35.5 parent: 2 - - uid: 2854 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - uid: 2863 components: - type: Transform @@ -111726,11 +115127,6 @@ entities: - type: Transform pos: 9.5,-39.5 parent: 2 - - uid: 2882 - components: - - type: Transform - pos: 7.5,-35.5 - parent: 2 - uid: 2889 components: - type: Transform @@ -111831,16 +115227,6 @@ entities: - type: Transform pos: 6.5,-32.5 parent: 2 - - uid: 2935 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - - uid: 2960 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - uid: 2969 components: - type: Transform @@ -111862,16 +115248,6 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-16.5 parent: 2 - - uid: 2986 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 2 - - uid: 2991 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - uid: 3003 components: - type: Transform @@ -111892,12 +115268,6 @@ entities: - type: Transform pos: 23.5,20.5 parent: 2 - - uid: 3010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-34.5 - parent: 2 - uid: 3016 components: - type: Transform @@ -111959,11 +115329,6 @@ entities: - type: Transform pos: 22.5,20.5 parent: 2 - - uid: 3036 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - uid: 3037 components: - type: Transform @@ -111989,11 +115354,6 @@ entities: - type: Transform pos: 2.5,-28.5 parent: 2 - - uid: 3047 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - uid: 3048 components: - type: Transform @@ -112059,11 +115419,6 @@ entities: - type: Transform pos: -6.5,-19.5 parent: 2 - - uid: 3092 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 2 - uid: 3095 components: - type: Transform @@ -112099,11 +115454,6 @@ entities: - type: Transform pos: -43.5,-9.5 parent: 2 - - uid: 3132 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 2 - uid: 3134 components: - type: Transform @@ -112139,21 +115489,6 @@ entities: - type: Transform pos: -20.5,-11.5 parent: 2 - - uid: 3159 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 2 - - uid: 3166 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 2 - - uid: 3167 - components: - - type: Transform - pos: -16.5,-9.5 - parent: 2 - uid: 3168 components: - type: Transform @@ -112169,16 +115504,6 @@ entities: - type: Transform pos: -14.5,-11.5 parent: 2 - - uid: 3203 - components: - - type: Transform - pos: -18.5,-9.5 - parent: 2 - - uid: 3204 - components: - - type: Transform - pos: -13.5,-9.5 - parent: 2 - uid: 3234 components: - type: Transform @@ -112189,41 +115514,16 @@ entities: - type: Transform pos: -16.5,-11.5 parent: 2 - - uid: 3265 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 2 - uid: 3269 components: - type: Transform pos: -39.5,-13.5 parent: 2 - - uid: 3272 - components: - - type: Transform - pos: -18.5,-4.5 - parent: 2 - - uid: 3274 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 2 - uid: 3285 components: - type: Transform pos: -18.5,-11.5 parent: 2 - - uid: 3394 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 2 - - uid: 3396 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 2 - uid: 3420 components: - type: Transform @@ -112324,11 +115624,6 @@ entities: - type: Transform pos: -11.5,8.5 parent: 2 - - uid: 3547 - components: - - type: Transform - pos: -11.5,11.5 - parent: 2 - uid: 3548 components: - type: Transform @@ -112520,11 +115815,6 @@ entities: - type: Transform pos: -0.5,41.5 parent: 2 - - uid: 3889 - components: - - type: Transform - pos: -0.5,40.5 - parent: 2 - uid: 3892 components: - type: Transform @@ -112627,16 +115917,6 @@ entities: - type: Transform pos: -0.5,29.5 parent: 2 - - uid: 4160 - components: - - type: Transform - pos: -2.5,40.5 - parent: 2 - - uid: 4163 - components: - - type: Transform - pos: -0.5,39.5 - parent: 2 - uid: 4181 components: - type: Transform @@ -112777,6 +116057,11 @@ entities: - type: Transform pos: -21.5,40.5 parent: 2 + - uid: 4322 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 - uid: 4324 components: - type: Transform @@ -112797,6 +116082,11 @@ entities: - type: Transform pos: -13.5,57.5 parent: 2 + - uid: 4337 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 - uid: 4339 components: - type: Transform @@ -112872,11 +116162,21 @@ entities: - type: Transform pos: -2.5,26.5 parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 - uid: 4409 components: - type: Transform pos: 22.5,44.5 parent: 2 + - uid: 4414 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 - uid: 4426 components: - type: Transform @@ -113042,11 +116342,6 @@ entities: - type: Transform pos: 52.5,6.5 parent: 2 - - uid: 4677 - components: - - type: Transform - pos: 51.5,6.5 - parent: 2 - uid: 4680 components: - type: Transform @@ -113057,11 +116352,6 @@ entities: - type: Transform pos: 52.5,9.5 parent: 2 - - uid: 4684 - components: - - type: Transform - pos: 48.5,5.5 - parent: 2 - uid: 4687 components: - type: Transform @@ -113072,11 +116362,6 @@ entities: - type: Transform pos: -31.5,3.5 parent: 2 - - uid: 4703 - components: - - type: Transform - pos: 49.5,6.5 - parent: 2 - uid: 4704 components: - type: Transform @@ -113093,41 +116378,11 @@ entities: - type: Transform pos: 49.5,-1.5 parent: 2 - - uid: 4717 - components: - - type: Transform - pos: 48.5,1.5 - parent: 2 - uid: 4724 components: - type: Transform pos: 45.5,-2.5 parent: 2 - - uid: 4728 - components: - - type: Transform - pos: 48.5,0.5 - parent: 2 - - uid: 4731 - components: - - type: Transform - pos: 53.5,0.5 - parent: 2 - - uid: 4732 - components: - - type: Transform - pos: 55.5,1.5 - parent: 2 - - uid: 4736 - components: - - type: Transform - pos: 55.5,2.5 - parent: 2 - - uid: 4743 - components: - - type: Transform - pos: 59.5,2.5 - parent: 2 - uid: 4746 components: - type: Transform @@ -113138,6 +116393,11 @@ entities: - type: Transform pos: -28.5,4.5 parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 - uid: 4925 components: - type: Transform @@ -113180,11 +116440,6 @@ entities: - type: Transform pos: 49.5,-6.5 parent: 2 - - uid: 5105 - components: - - type: Transform - pos: 49.5,-5.5 - parent: 2 - uid: 5107 components: - type: Transform @@ -113380,10 +116635,10 @@ entities: - type: Transform pos: 20.5,-31.5 parent: 2 - - uid: 5626 + - uid: 5629 components: - type: Transform - pos: -6.5,-32.5 + pos: -6.5,-28.5 parent: 2 - uid: 5666 components: @@ -113400,10 +116655,15 @@ entities: - type: Transform pos: 1.5,-44.5 parent: 2 - - uid: 5953 + - uid: 5694 components: - type: Transform - pos: 12.5,-20.5 + pos: 4.5,-32.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: 7.5,-40.5 parent: 2 - uid: 6179 components: @@ -113443,16 +116703,21 @@ entities: - type: Transform pos: 44.5,-33.5 parent: 2 + - uid: 6654 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -1.5,39.5 + parent: 2 - uid: 6729 components: - type: Transform pos: -25.5,24.5 parent: 2 - - uid: 6857 - components: - - type: Transform - pos: -34.5,10.5 - parent: 2 - uid: 6873 components: - type: Transform @@ -113564,6 +116829,11 @@ entities: rot: 3.141592653589793 rad pos: -51.5,-8.5 parent: 2 + - uid: 8137 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 - uid: 8191 components: - type: Transform @@ -113596,6 +116866,11 @@ entities: rot: 3.141592653589793 rad pos: -21.5,44.5 parent: 2 + - uid: 8644 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 - uid: 8656 components: - type: Transform @@ -113669,11 +116944,26 @@ entities: - type: Transform pos: -37.5,-49.5 parent: 2 + - uid: 10554 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 - uid: 10761 components: - type: Transform pos: 22.5,-14.5 parent: 2 + - uid: 10858 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 - uid: 11103 components: - type: Transform @@ -113729,25 +117019,85 @@ entities: - type: Transform pos: -22.5,21.5 parent: 2 + - uid: 11760 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 - uid: 11882 components: - type: Transform pos: -38.5,22.5 parent: 2 - - uid: 12608 + - uid: 11886 components: - type: Transform - pos: 17.5,-15.5 + pos: -9.5,-18.5 parent: 2 - - uid: 12649 + - uid: 11901 components: - type: Transform - pos: 17.5,-18.5 + pos: -9.5,-21.5 parent: 2 - - uid: 12650 + - uid: 11919 components: - type: Transform - pos: 16.5,-15.5 + pos: 10.5,-23.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 12416 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + pos: -12.5,-4.5 parent: 2 - uid: 12682 components: @@ -113765,12 +117115,32 @@ entities: - type: Transform pos: -47.5,22.5 parent: 2 + - uid: 13262 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 - uid: 13502 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-10.5 parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -0.5,37.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 13625 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 - uid: 13686 components: - type: Transform @@ -113788,6 +117158,16 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,44.5 parent: 2 + - uid: 13796 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 - uid: 13836 components: - type: Transform @@ -113872,11 +117252,6 @@ entities: rot: 3.141592653589793 rad pos: 41.5,18.5 parent: 2 - - uid: 14189 - components: - - type: Transform - pos: 47.5,-7.5 - parent: 2 - uid: 14201 components: - type: Transform @@ -113941,6 +117316,16 @@ entities: rot: 1.5707963267948966 rad pos: -24.5,57.5 parent: 2 + - uid: 14399 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 - uid: 14411 components: - type: Transform @@ -114001,6 +117386,16 @@ entities: - type: Transform pos: 20.5,-40.5 parent: 2 + - uid: 14602 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 - uid: 14682 components: - type: Transform @@ -114011,6 +117406,11 @@ entities: - type: Transform pos: -15.5,23.5 parent: 2 + - uid: 14852 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 - uid: 15087 components: - type: Transform @@ -114021,11 +117421,31 @@ entities: - type: Transform pos: -18.5,27.5 parent: 2 + - uid: 15133 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 - uid: 15251 components: - type: Transform pos: 45.5,-13.5 parent: 2 + - uid: 15280 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 - uid: 15340 components: - type: Transform @@ -114083,6 +117503,11 @@ entities: - type: Transform pos: -37.5,-35.5 parent: 2 + - uid: 15517 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 2 - uid: 15539 components: - type: Transform @@ -114093,6 +117518,21 @@ entities: - type: Transform pos: -36.5,-36.5 parent: 2 + - uid: 15751 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 - uid: 15898 components: - type: Transform @@ -114165,6 +117605,21 @@ entities: - type: Transform pos: -35.5,35.5 parent: 2 + - uid: 16735 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 - uid: 16782 components: - type: Transform @@ -114273,6 +117728,26 @@ entities: - type: Transform pos: -37.5,17.5 parent: 2 + - uid: 17545 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 18161 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - uid: 18164 + components: + - type: Transform + pos: 60.5,3.5 + parent: 2 - proto: WallSolid entities: - uid: 6 @@ -114311,11 +117786,6 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,4.5 parent: 2 - - uid: 18 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 2 - uid: 24 components: - type: Transform @@ -114412,18 +117882,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,2.5 parent: 2 - - uid: 59 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-4.5 - parent: 2 - - uid: 60 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-4.5 - parent: 2 - uid: 62 components: - type: Transform @@ -114442,12 +117900,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,-11.5 parent: 2 - - uid: 65 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-6.5 - parent: 2 - uid: 69 components: - type: Transform @@ -114945,21 +118397,11 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,10.5 parent: 2 - - uid: 1672 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 2 - uid: 1678 components: - type: Transform pos: 17.5,-2.5 parent: 2 - - uid: 1680 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - uid: 1698 components: - type: Transform @@ -114978,40 +118420,10 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,1.5 parent: 2 - - uid: 2023 + - uid: 1767 components: - type: Transform - pos: -9.5,-31.5 - parent: 2 - - uid: 2146 - components: - - type: Transform - pos: -13.5,-40.5 - parent: 2 - - uid: 2147 - components: - - type: Transform - pos: -13.5,-36.5 - parent: 2 - - uid: 2148 - components: - - type: Transform - pos: -13.5,-35.5 - parent: 2 - - uid: 2149 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 2153 - components: - - type: Transform - pos: -13.5,-38.5 - parent: 2 - - uid: 2177 - components: - - type: Transform - pos: -11.5,-21.5 + pos: 16.5,-18.5 parent: 2 - uid: 2290 components: @@ -115024,6 +118436,11 @@ entities: - type: Transform pos: -28.5,27.5 parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 - uid: 2784 components: - type: Transform @@ -115645,6 +119062,11 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,16.5 parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 - uid: 4125 components: - type: Transform @@ -115858,12 +119280,6 @@ entities: - type: Transform pos: -10.5,5.5 parent: 2 - - uid: 4539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,3.5 - parent: 2 - uid: 4608 components: - type: Transform @@ -115919,31 +119335,11 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,13.5 parent: 2 - - uid: 5240 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 2 - - uid: 5264 - components: - - type: Transform - pos: 13.5,-24.5 - parent: 2 - uid: 5276 components: - type: Transform pos: -9.5,-44.5 parent: 2 - - uid: 5320 - components: - - type: Transform - pos: 13.5,-26.5 - parent: 2 - - uid: 5668 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - uid: 5680 components: - type: Transform @@ -115971,11 +119367,6 @@ entities: - type: Transform pos: -30.5,-40.5 parent: 2 - - uid: 5929 - components: - - type: Transform - pos: -29.5,-43.5 - parent: 2 - uid: 6025 components: - type: Transform @@ -116064,6 +119455,11 @@ entities: - type: Transform pos: -38.5,-36.5 parent: 2 + - uid: 6393 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 - uid: 6455 components: - type: Transform @@ -116079,6 +119475,11 @@ entities: - type: Transform pos: 17.5,37.5 parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 - uid: 6621 components: - type: Transform @@ -116096,12 +119497,6 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,36.5 parent: 2 - - uid: 6666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,38.5 - parent: 2 - uid: 6667 components: - type: Transform @@ -116137,12 +119532,6 @@ entities: rot: 3.141592653589793 rad pos: -18.5,30.5 parent: 2 - - uid: 6705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,39.5 - parent: 2 - uid: 6760 components: - type: Transform @@ -116359,11 +119748,26 @@ entities: - type: Transform pos: 45.5,5.5 parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 2 - uid: 8033 components: - type: Transform pos: -4.5,22.5 parent: 2 + - uid: 8089 + components: + - type: Transform + pos: 48.5,4.5 + parent: 2 - uid: 8101 components: - type: Transform @@ -116497,26 +119901,11 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-47.5 parent: 2 - - uid: 9980 - components: - - type: Transform - pos: -15.5,-37.5 - parent: 2 - uid: 9992 components: - type: Transform pos: -17.5,-39.5 parent: 2 - - uid: 10250 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 2 - - uid: 10251 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - uid: 10402 components: - type: Transform @@ -116532,16 +119921,16 @@ entities: - type: Transform pos: -41.5,-41.5 parent: 2 - - uid: 10558 - components: - - type: Transform - pos: -17.5,-36.5 - parent: 2 - uid: 10775 components: - type: Transform pos: -14.5,-45.5 parent: 2 + - uid: 10794 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 - uid: 10843 components: - type: Transform @@ -116557,11 +119946,6 @@ entities: - type: Transform pos: -13.5,2.5 parent: 2 - - uid: 11003 - components: - - type: Transform - pos: -17.5,-1.5 - parent: 2 - uid: 11005 components: - type: Transform @@ -116592,10 +119976,10 @@ entities: - type: Transform pos: -20.5,-14.5 parent: 2 - - uid: 11035 + - uid: 11072 components: - type: Transform - pos: -20.5,-1.5 + pos: 19.5,-13.5 parent: 2 - uid: 11237 components: @@ -116644,11 +120028,71 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,-34.5 parent: 2 + - uid: 11695 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + pos: -16.5,-35.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 - uid: 12719 components: - type: Transform pos: -6.5,-4.5 parent: 2 + - uid: 12782 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + pos: 50.5,6.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 - uid: 13481 components: - type: Transform @@ -116708,11 +120152,21 @@ entities: - type: Transform pos: -23.5,-13.5 parent: 2 + - uid: 14616 + components: + - type: Transform + pos: -12.5,2.5 + parent: 2 - uid: 14653 components: - type: Transform pos: 11.5,12.5 parent: 2 + - uid: 14772 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 - uid: 14831 components: - type: Transform @@ -116723,11 +120177,6 @@ entities: - type: Transform pos: -10.5,12.5 parent: 2 - - uid: 15053 - components: - - type: Transform - pos: -18.5,-32.5 - parent: 2 - uid: 15285 components: - type: Transform @@ -116744,6 +120193,16 @@ entities: - type: Transform pos: 25.5,37.5 parent: 2 + - uid: 15514 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 - uid: 15688 components: - type: Transform @@ -116768,17 +120227,32 @@ entities: rot: 3.141592653589793 rad pos: -38.5,-43.5 parent: 2 + - uid: 15860 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 - uid: 15926 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-35.5 parent: 2 + - uid: 16023 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 - uid: 16150 components: - type: Transform pos: -41.5,-40.5 parent: 2 + - uid: 16196 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 - uid: 16227 components: - type: Transform @@ -116799,6 +120273,11 @@ entities: - type: Transform pos: -28.5,9.5 parent: 2 + - uid: 16743 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 - uid: 17082 components: - type: Transform @@ -116824,13 +120303,13 @@ entities: - type: Transform pos: -31.5,16.5 parent: 2 -- proto: WallSolidRust - entities: - - uid: 7 + - uid: 18132 components: - type: Transform - pos: 14.5,-7.5 + pos: -2.5,37.5 parent: 2 +- proto: WallSolidRust + entities: - uid: 216 components: - type: Transform @@ -116882,11 +120361,6 @@ entities: - type: Transform pos: 1.5,-19.5 parent: 2 - - uid: 3054 - components: - - type: Transform - pos: -16.5,-37.5 - parent: 2 - uid: 3483 components: - type: Transform @@ -116914,31 +120388,6 @@ entities: - type: Transform pos: -26.5,-14.5 parent: 2 - - uid: 5234 - components: - - type: Transform - pos: -9.5,-33.5 - parent: 2 - - uid: 5235 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 2 - - uid: 5236 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - uid: 5237 - components: - - type: Transform - pos: -13.5,-37.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - pos: 14.5,-26.5 - parent: 2 - uid: 5261 components: - type: Transform @@ -116954,11 +120403,6 @@ entities: - type: Transform pos: 7.5,4.5 parent: 2 - - uid: 5321 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - uid: 5332 components: - type: Transform @@ -117014,16 +120458,6 @@ entities: - type: Transform pos: 16.5,-2.5 parent: 2 - - uid: 5367 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 2 - - uid: 5369 - components: - - type: Transform - pos: 14.5,-5.5 - parent: 2 - uid: 5370 components: - type: Transform @@ -117149,26 +120583,6 @@ entities: - type: Transform pos: 12.5,12.5 parent: 2 - - uid: 5733 - components: - - type: Transform - pos: 13.5,-25.5 - parent: 2 - - uid: 5788 - components: - - type: Transform - pos: -11.5,-35.5 - parent: 2 - - uid: 5789 - components: - - type: Transform - pos: -11.5,-39.5 - parent: 2 - - uid: 5790 - components: - - type: Transform - pos: -12.5,-39.5 - parent: 2 - uid: 5884 components: - type: Transform @@ -117279,16 +120693,6 @@ entities: - type: Transform pos: 8.5,15.5 parent: 2 - - uid: 6253 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 2 - - uid: 6254 - components: - - type: Transform - pos: -14.5,-31.5 - parent: 2 - uid: 6294 components: - type: Transform @@ -117379,12 +120783,6 @@ entities: - type: Transform pos: 47.5,14.5 parent: 2 - - uid: 6654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-31.5 - parent: 2 - uid: 6655 components: - type: Transform @@ -118045,11 +121443,6 @@ entities: - type: Transform pos: -24.5,-40.5 parent: 2 - - uid: 7941 - components: - - type: Transform - pos: -26.5,-43.5 - parent: 2 - uid: 7946 components: - type: Transform @@ -118110,11 +121503,6 @@ entities: - type: Transform pos: -9.5,28.5 parent: 2 - - uid: 7979 - components: - - type: Transform - pos: -2.5,35.5 - parent: 2 - uid: 7980 components: - type: Transform @@ -118345,6 +121733,11 @@ entities: - type: Transform pos: 47.5,13.5 parent: 2 + - uid: 8604 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 - uid: 9062 components: - type: Transform @@ -118392,12 +121785,6 @@ entities: - type: Transform pos: 0.5,-42.5 parent: 2 - - uid: 10404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,1.5 - parent: 2 - uid: 10405 components: - type: Transform @@ -118424,11 +121811,6 @@ entities: - type: Transform pos: -13.5,-42.5 parent: 2 - - uid: 10860 - components: - - type: Transform - pos: -13.5,-1.5 - parent: 2 - uid: 10903 components: - type: Transform @@ -118551,11 +121933,61 @@ entities: - type: Transform pos: 10.5,-11.5 parent: 2 + - uid: 11878 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 - uid: 12028 components: - type: Transform pos: -14.5,-44.5 parent: 2 + - uid: 12660 + components: + - type: Transform + pos: 48.5,3.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 13354 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - uid: 13426 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 - uid: 13633 components: - type: Transform @@ -118571,6 +122003,11 @@ entities: - type: Transform pos: -18.5,-47.5 parent: 2 + - uid: 13677 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 - uid: 13702 components: - type: Transform @@ -118633,11 +122070,21 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-37.5 parent: 2 + - uid: 13995 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 - uid: 14323 components: - type: Transform pos: 25.5,39.5 parent: 2 + - uid: 14352 + components: + - type: Transform + pos: 51.5,0.5 + parent: 2 - uid: 14698 components: - type: Transform @@ -118678,12 +122125,22 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-32.5 parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 51.5,6.5 + parent: 2 - uid: 15052 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-42.5 parent: 2 + - uid: 15245 + components: + - type: Transform + pos: 48.5,5.5 + parent: 2 - uid: 15263 components: - type: Transform @@ -118696,6 +122153,16 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,-37.5 parent: 2 + - uid: 15327 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + pos: 49.5,0.5 + parent: 2 - uid: 15677 components: - type: Transform @@ -118742,12 +122209,22 @@ entities: - type: Transform pos: -8.5,15.5 parent: 2 + - uid: 16203 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 - uid: 16217 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-8.5 parent: 2 + - uid: 16244 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 - uid: 17091 components: - type: Transform @@ -118854,13 +122331,43 @@ entities: - type: Transform pos: -8.5,36.5 parent: 2 -- proto: WardrobeSecurityFilled +- proto: WardrobePrisonFilled entities: - - uid: 1048 + - uid: 6199 components: - type: Transform - pos: 18.5,-11.5 + pos: -7.5,-21.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: + - 6200 + - 6201 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: WarningCO2 entities: - uid: 14280 @@ -118908,11 +122415,6 @@ entities: parent: 2 - proto: WaterCooler entities: - - uid: 1051 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 2 - uid: 1683 components: - type: Transform @@ -118928,16 +122430,16 @@ entities: - type: Transform pos: 4.5,21.5 parent: 2 - - uid: 4469 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 2 - uid: 6637 components: - type: Transform pos: -1.5,30.5 parent: 2 + - uid: 8643 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 - uid: 8817 components: - type: Transform @@ -118953,12 +122455,17 @@ entities: - type: Transform pos: 20.5,40.5 parent: 2 -- proto: WaterTankFull - entities: - - uid: 2780 + - uid: 18036 components: - type: Transform - pos: -12.5,-29.5 + pos: -8.5,-32.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 3006 + components: + - type: Transform + pos: -9.5,-25.5 parent: 2 - uid: 4824 components: @@ -118980,11 +122487,6 @@ entities: - type: Transform pos: -14.5,30.5 parent: 2 - - uid: 11776 - components: - - type: Transform - pos: -9.5,-36.5 - parent: 2 - uid: 12784 components: - type: Transform @@ -119026,6 +122528,11 @@ entities: parent: 2 - proto: WeaponCapacitorRecharger entities: + - uid: 1987 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 - uid: 2092 components: - type: Transform @@ -119051,11 +122558,6 @@ entities: - type: Transform pos: 1.5,-18.5 parent: 2 - - uid: 15233 - components: - - type: Transform - pos: -5.5,-29.5 - parent: 2 - uid: 16405 components: - type: Transform @@ -119156,28 +122658,8 @@ entities: - 10357 - 10099 - 10365 -- proto: WeaponEnergyTurretStation +- proto: WeaponEnergyTurretSecurity entities: - - uid: 5633 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 10373 - - 10374 - - uid: 5653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 10373 - - 10374 - uid: 10369 components: - type: Transform @@ -119186,9 +122668,26 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 5553 - 5525 -- proto: WeaponEnergyTurretStationControlPanel + - uid: 11035 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12884 + - 13581 + - uid: 16741 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12884 + - 13581 +- proto: WeaponEnergyTurretSecurityControlPanel entities: - uid: 5525 components: @@ -119199,34 +122698,26 @@ entities: - type: DeviceList devices: - 10369 - - uid: 5553 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 2 - - type: DeviceList - devices: - - 10369 - - uid: 10373 + - uid: 12884 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + pos: 10.5,-17.5 parent: 2 - type: DeviceList devices: - - 5633 - - 5653 - - uid: 10374 + - 16741 + - 11035 + - uid: 13581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-2.5 + rot: -1.5707963267948966 rad + pos: 10.5,-15.5 parent: 2 - type: DeviceList devices: - - 5633 - - 5653 + - 16741 + - 11035 - proto: WeaponRifleFoam entities: - uid: 2968 @@ -119244,10 +122735,8 @@ entities: - uid: 15170 components: - type: Transform - parent: 5663 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -5.520319,-32.186012 + parent: 2 - proto: WeaponSubMachineGunWt550 entities: - uid: 17541 @@ -119328,10 +122817,10 @@ entities: - type: Transform pos: 2.5,-43.5 parent: 2 - - uid: 13399 + - uid: 13538 components: - type: Transform - pos: -16.5,-39.5 + pos: -15.5,-36.5 parent: 2 - uid: 14101 components: @@ -119365,11 +122854,6 @@ entities: - type: Transform pos: -5.435647,8.075251 parent: 2 - - uid: 14398 - components: - - type: Transform - pos: 16.202139,-5.8736725 - parent: 2 - proto: WheatSeeds entities: - uid: 15827 @@ -119379,11 +122863,11 @@ entities: parent: 2 - proto: Windoor entities: - - uid: 2663 + - uid: 6119 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-32.5 + pos: -8.5,-38.5 parent: 2 - uid: 12763 components: @@ -119467,24 +122951,44 @@ entities: parent: 2 - proto: WindoorSecure entities: - - uid: 1747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - uid: 1899 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-16.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1897: + - - DoorStatus + - DoorBolt + 1850: + - - DoorStatus + - DoorBolt - uid: 2144 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-16.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1897: + - - DoorStatus + - DoorBolt + 1850: + - - DoorStatus + - DoorBolt + - uid: 8023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-8.5 + parent: 2 - uid: 16149 components: - type: Transform @@ -119498,12 +123002,13 @@ entities: - type: Transform pos: -4.5,-27.5 parent: 2 - - uid: 5645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-32.5 - parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 2070: + - - DoorStatus + - DoorBolt - uid: 5651 components: - type: Transform @@ -119526,6 +123031,13 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-27.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1806: + - - DoorStatus + - DoorBolt - proto: WindoorSecureChemistryLocked entities: - uid: 2825 @@ -119576,10 +123088,11 @@ entities: parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 1770 + - uid: 2732 components: - type: Transform - pos: 9.5,-16.5 + rot: -1.5707963267948966 rad + pos: -11.5,-8.5 parent: 2 - proto: WindoorSecureJanitorLocked entities: @@ -119691,22 +123204,42 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 1043 + - uid: 1047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-9.5 + rot: 1.5707963267948966 rad + pos: 18.5,-6.5 parent: 2 - uid: 1850 components: - type: Transform pos: 1.5,-16.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1899: + - - DoorStatus + - DoorBolt + 2144: + - - DoorStatus + - DoorBolt - uid: 1897 components: - type: Transform pos: 0.5,-16.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1899: + - - DoorStatus + - DoorBolt + 2144: + - - DoorStatus + - DoorBolt - uid: 1934 components: - type: Transform @@ -119855,16 +123388,6 @@ entities: - type: Transform pos: -29.5,-33.5 parent: 2 - - uid: 6061 - components: - - type: Transform - pos: -18.5,-40.5 - parent: 2 - - uid: 6212 - components: - - type: Transform - pos: -16.5,-31.5 - parent: 2 - uid: 8265 components: - type: Transform @@ -119880,11 +123403,26 @@ entities: - type: Transform pos: -20.5,-17.5 parent: 2 + - uid: 11239 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 - uid: 13996 components: - type: Transform pos: 18.5,8.5 parent: 2 + - uid: 14025 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 - uid: 15433 components: - type: Transform @@ -119905,21 +123443,6 @@ entities: - type: Transform pos: -32.5,-37.5 parent: 2 - - uid: 15720 - components: - - type: Transform - pos: -18.5,-35.5 - parent: 2 - - uid: 15795 - components: - - type: Transform - pos: -19.5,-40.5 - parent: 2 - - uid: 15908 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 2 - uid: 16912 components: - type: Transform @@ -120051,17 +123574,17 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 1039 + - uid: 555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-10.5 + rot: 1.5707963267948966 rad + pos: -10.5,-6.5 parent: 2 - - uid: 1040 + - uid: 1045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-8.5 + rot: 1.5707963267948966 rad + pos: 18.5,-7.5 parent: 2 - uid: 1106 components: @@ -120075,18 +123598,6 @@ entities: rot: 3.141592653589793 rad pos: 32.5,22.5 parent: 2 - - uid: 1239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-32.5 - parent: 2 - - uid: 1573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-32.5 - parent: 2 - uid: 1614 components: - type: Transform @@ -120458,29 +123969,29 @@ entities: rot: 3.141592653589793 rad pos: -26.5,31.5 parent: 2 - - uid: 14169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-15.5 - parent: 2 - - uid: 14176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-15.5 - parent: 2 - uid: 14206 components: - type: Transform pos: 24.5,38.5 parent: 2 + - uid: 14207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 2 - uid: 14468 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,19.5 parent: 2 + - uid: 14646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 2 - uid: 15148 components: - type: Transform @@ -120499,6 +124010,12 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,-16.5 parent: 2 + - uid: 16192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 2 - uid: 16286 components: - type: Transform @@ -120522,6 +124039,13 @@ entities: - type: Transform pos: -1.5,-38.5 parent: 2 +- proto: WoodblockInstrument + entities: + - uid: 18236 + components: + - type: Transform + pos: 3.467882,-36.57724 + parent: 2 - proto: WoodenBench entities: - uid: 3250 @@ -120559,8 +124083,7 @@ entities: - uid: 5650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,20.5 + pos: -37.38946,20.830633 parent: 2 - uid: 8482 components: From deb92514d3fd944988611886e4aa61f2fc2d7a99 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 13 Jun 2025 19:19:05 +0000 Subject: [PATCH 065/168] Automatic changelog update --- Resources/Changelog/Maps.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index e73602c137..2a1f1ea096 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -363,4 +363,12 @@ id: 44 time: '2025-06-11T22:25:38.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38269 +- author: Deerstop + changes: + - message: On Elkridge, several areas have received major overhauls, including the + Vault, HoP, EVA, Genpop, and the Armoury. + type: Tweak + id: 45 + time: '2025-06-13T19:17:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38259 Order: 1 From 0518be5d38c5316f8c4d280fa3964648bb93ca22 Mon Sep 17 00:00:00 2001 From: SyaoranFox <99053675+SyaoranFox@users.noreply.github.com> Date: Sat, 14 Jun 2025 10:56:57 +1000 Subject: [PATCH 066/168] Zombies won't attack Initial Infected (#38128) * Added Zombie faction roles everywhere that makes sense for initial infected to be associated with Zombies. * Adding faction component to round start zombie. (not hopeful) * Removed stupid attempts and added zombie faction component to the zombie system when the player is given the ability to force themself to zombify. * Changed use of "zombie" for ProtoId * Update Content.Server/Zombies/ZombieSystem.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Server/Zombies/ZombieSystem.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Removed faction component from ZombieOutbreak event. Shouldn't cause problems with the event as II gets component with their ability to self zombify. --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Server/Zombies/ZombieSystem.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Content.Server/Zombies/ZombieSystem.cs b/Content.Server/Zombies/ZombieSystem.cs index d263df9ce5..55d226ca5e 100644 --- a/Content.Server/Zombies/ZombieSystem.cs +++ b/Content.Server/Zombies/ZombieSystem.cs @@ -1,9 +1,11 @@ using System.Linq; +using Content.Shared.NPC.Prototypes; using Content.Server.Actions; using Content.Server.Body.Systems; using Content.Server.Chat; using Content.Server.Chat.Systems; using Content.Server.Emoting.Systems; +using Content.Server.GameTicking.Rules.Components; using Content.Server.Speech.EntitySystems; using Content.Server.Roles; using Content.Shared.Anomaly.Components; @@ -43,6 +45,8 @@ namespace Content.Server.Zombies [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedRoleSystem _role = default!; + public readonly ProtoId Faction = "Zombie"; + public const SlotFlags ProtectiveSlots = SlotFlags.FEET | SlotFlags.HEAD | @@ -88,6 +92,7 @@ namespace Content.Server.Zombies private void OnPendingMapInit(EntityUid uid, IncurableZombieComponent component, MapInitEvent args) { _actions.AddAction(uid, ref component.Action, component.ZombifySelfActionPrototype); + _faction.AddFaction(uid, Faction); if (HasComp(uid) || HasComp(uid)) return; From d68990fd7a57982632e0e6226fe58da6095be78c Mon Sep 17 00:00:00 2001 From: Nox Date: Sat, 14 Jun 2025 01:59:40 -0700 Subject: [PATCH 067/168] Added warden's uniforms to their dresser. (#38283) * Added warden's uniforms to their dresser. Signed-off-by: Nox38 * Added warden's guitar Signed-off-by: Nox38 * Removed armored coats and guitar from warden dresser. Signed-off-by: Nox38 --------- Signed-off-by: Nox38 --- Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml b/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml index febfe23ad1..e111b51cff 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml @@ -108,3 +108,5 @@ contents: - id: ClothingHeadHatWarden - id: ClothingHeadHatBeretWarden + - id: ClothingUniformJumpskirtWarden + - id: ClothingUniformJumpsuitWarden From f276035f796bff818d9c3ca81ac26fc3b96eae4b Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 14 Jun 2025 09:00:50 +0000 Subject: [PATCH 068/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1844331eba..7cc67db99f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Quantum-cross - changes: - - message: Supercrit anomaly playing explosion sound twice - type: Fix - id: 8158 - time: '2025-04-12T23:27:00.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36489 - author: metalgearsloth changes: - message: Fixed docking ports being clipped in shuttle nav if using non-100% UI @@ -3913,3 +3906,10 @@ id: 8670 time: '2025-06-13T18:54:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37660 +- author: Nox38 + changes: + - message: The warden's dresser now contains their jumpsuits! + type: Add + id: 8671 + time: '2025-06-14T08:59:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38283 From 67c8d1db87a0cf88347a36ce0af3f04e990e8b78 Mon Sep 17 00:00:00 2001 From: Sparlight Date: Sat, 14 Jun 2025 03:07:48 -0600 Subject: [PATCH 069/168] Add corgium (#37951) * Add corgi essence * Adjust spacing concerns * Renamed 'corgi essence' to 'corgium' based on maintainer discussion --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + Resources/Locale/en-US/reagents/meta/fun.ftl | 3 ++ Resources/Prototypes/Flavors/flavors.yml | 5 +++ Resources/Prototypes/Polymorphs/polymorph.yml | 13 +++++++- Resources/Prototypes/Reagents/fun.yml | 31 +++++++++++++++++++ .../Prototypes/Recipes/Reactions/fun.yml | 12 +++++++ 6 files changed, 64 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index 69471502ef..35dda778a2 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -181,6 +181,7 @@ flavor-complex-true-nature = like the true nature of reality flavor-complex-false-meat = not entirely unlike meat flavor-complex-paper = like mushy pulp flavor-complex-compressed-meat = like compressed meat +flavor-complex-dog-food = like dog food # Drink-specific flavors. diff --git a/Resources/Locale/en-US/reagents/meta/fun.ftl b/Resources/Locale/en-US/reagents/meta/fun.ftl index 66abb737ff..d6e4fe4794 100644 --- a/Resources/Locale/en-US/reagents/meta/fun.ftl +++ b/Resources/Locale/en-US/reagents/meta/fun.ftl @@ -30,3 +30,6 @@ reagent-desc-weh = Pure essence of lizard plush. Makes you Weh! reagent-name-hew = juice that makes you Hew reagent-desc-hew = Pure essence of inversed lizard plush. Makes you Hew! + +reagent-name-corgiessence = corgium +reagent-desc-corgiessence = Tastes like dog food. Clearly an acquired taste. diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index 8ec899c57c..6dd81058ca 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -1344,6 +1344,11 @@ flavorType: Base description: flavor-hew +- type: flavor + id: dogfood + flavorType: Base + description: flavor-complex-dog-food + - type: flavor id: fishops flavorType: Complex diff --git a/Resources/Prototypes/Polymorphs/polymorph.yml b/Resources/Prototypes/Polymorphs/polymorph.yml index 06ec7b0e50..ad1c52cf28 100644 --- a/Resources/Prototypes/Polymorphs/polymorph.yml +++ b/Resources/Prototypes/Polymorphs/polymorph.yml @@ -136,6 +136,17 @@ inventory: Drop cooldown: 160 +- type: polymorph + id: SmartCorgiMorph + configuration: + entity: MobCorgiSmart + forced: false + inventory: Drop + transferName: true + revertOnCrit: false + revertOnDeath: false + allowRepeatedMorphs: false + # this is the monkey polymorph for artifact. - type: polymorph id: ArtifactMonkey @@ -236,4 +247,4 @@ polymorphSound: /Audio/Magic/ethereal_enter.ogg exitPolymorphSound: /Audio/Magic/ethereal_exit.ogg duration: 120 - effectProto: EffectDesynchronizer \ No newline at end of file + effectProto: EffectDesynchronizer diff --git a/Resources/Prototypes/Reagents/fun.yml b/Resources/Prototypes/Reagents/fun.yml index df02839940..815a9f74e9 100644 --- a/Resources/Prototypes/Reagents/fun.yml +++ b/Resources/Prototypes/Reagents/fun.yml @@ -387,3 +387,34 @@ conditions: - !type:ReagentThreshold min: 50 + +- type: reagent + id: CorgiJuice + name: reagent-name-corgiessence + group: Toxins + desc: reagent-desc-corgiessence + physicalDesc: reagent-physical-desc-fluffy + flavor: dogfood + color: "#ed9715" + metabolisms: + Poison: + metabolismRate: 0.2 + effects: + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 15 + damage: + types: + Cellular: 0.5 + - !type:Polymorph + prototype: SmartCorgiMorph + conditions: + - !type:ReagentThreshold + min: 50 + - !type:AdjustReagent + reagent: CorgiJuice + amount: -20 + conditions: + - !type:ReagentThreshold + min: 50 diff --git a/Resources/Prototypes/Recipes/Reactions/fun.yml b/Resources/Prototypes/Recipes/Reactions/fun.yml index e49f4631cd..87a9682102 100644 --- a/Resources/Prototypes/Recipes/Reactions/fun.yml +++ b/Resources/Prototypes/Recipes/Reactions/fun.yml @@ -243,3 +243,15 @@ intensitySlope: 1 maxTotalIntensity: 250 tileBreakScale: 0.00001 + +- type: reaction + id: CorgiJuice + reactants: + UncookedAnimalProteins: + amount: 1 + JuiceThatMakesYouWeh: + amount: 1 + Happiness: + amount: 1 + products: + CorgiJuice: 2 From f1ef41fad51903ce43d975a8003bd7d97a138938 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 14 Jun 2025 09:08:56 +0000 Subject: [PATCH 070/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7cc67db99f..c13b2bb860 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fixed docking ports being clipped in shuttle nav if using non-100% UI - scales. - type: Fix - id: 8159 - time: '2025-04-13T06:29:05.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36348 - author: KingFroozy changes: - message: Added white shoes to paramedic's loadout. @@ -3913,3 +3905,11 @@ id: 8671 time: '2025-06-14T08:59:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38283 +- author: Sparlight + changes: + - message: Corgium has been added. Consuming too much polymorphs you into a smart + corgi. + type: Add + id: 8672 + time: '2025-06-14T09:07:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37951 From 937326460f8471692b9d61ee9f958a412b587c43 Mon Sep 17 00:00:00 2001 From: Sparlight Date: Sat, 14 Jun 2025 10:09:05 -0600 Subject: [PATCH 071/168] Add pet bag - wearable backpack for pets (#37440) * Add pet bag * Trailing whitespace moment * make the linter happy * Fix trailing whitespace concern. * Fix Construction component oopsy-daisy * yml guideline moment * remove weird extra whitespace * make the maintainer happy * Adjusted bag visuals based on feedback * Allow the fox aghost admin to use pet bags --- Resources/Locale/en-US/recipes/tags.ftl | 3 ++ .../Entities/Clothing/Back/backpacks.yml | 4 +++ .../Entities/Clothing/Back/specific.yml | 23 ++++++++++++++++ .../arachnid_inventory_template.yml | 5 +++- .../diona_inventory_template.yml | 5 +++- .../human_inventory_template.yml | 5 +++- .../smartcorgi_inventory_template.yml | 12 ++++++++ .../Crafting/Graphs/improvised/petbag.yml | 19 +++++++++++++ .../Recipes/Crafting/improvised.yml | 8 ++++++ Resources/Prototypes/tags.yml | 6 ++++ .../Specific/petbag.rsi/equipped-BACKPACK.png | Bin 0 -> 822 bytes .../Back/Specific/petbag.rsi/icon.png | Bin 0 -> 1211 bytes .../Back/Specific/petbag.rsi/inhand-left.png | Bin 0 -> 1026 bytes .../Back/Specific/petbag.rsi/inhand-right.png | Bin 0 -> 1028 bytes .../Back/Specific/petbag.rsi/meta.json | 26 ++++++++++++++++++ 15 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml create mode 100644 Resources/Textures/Clothing/Back/Specific/petbag.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Specific/petbag.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Specific/petbag.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Specific/petbag.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Specific/petbag.rsi/meta.json diff --git a/Resources/Locale/en-US/recipes/tags.ftl b/Resources/Locale/en-US/recipes/tags.ftl index 74b58d9278..11722a6f5a 100644 --- a/Resources/Locale/en-US/recipes/tags.ftl +++ b/Resources/Locale/en-US/recipes/tags.ftl @@ -145,3 +145,6 @@ construction-graph-tag-fire-helmet = fire helmet # salvage construction-graph-tag-spationaut-hardsuit = spationaut hardsuit + +# clothing +construction-graph-tag-backpack = backpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index e2d3c209ea..4d406e9508 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -30,6 +30,10 @@ delay: 0.5 - type: ExplosionResistance damageCoefficient: 0.9 + - type: Tag + tags: + - WhitelistChameleon + - Backpack - type: entity parent: ClothingBackpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/specific.yml b/Resources/Prototypes/Entities/Clothing/Back/specific.yml index 9ff6871b3c..ff06b93bbf 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/specific.yml @@ -75,3 +75,26 @@ solution: tank - type: ExaminableSolution solution: tank + +- type: entity + parent: ClothingBackpack + id: ClothingBagPet + name: pet bag + description: A small bag designed for use by pets and small animals. + components: + - type: Sprite + sprite: Clothing/Back/Specific/petbag.rsi + - type: Storage + grid: + - 1,0,2,0 + - 0,1,2,3 + - 6,0,7,0 + - 6,1,8,3 + - type: Tag + tags: + - WhitelistChameleon + - CorgiWearable + - PetOnly + - type: Construction + graph: ClothingBagPet + node: bagPet diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index e3ac371ebd..88af532759 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -1,4 +1,4 @@ -- type: inventoryTemplate +- type: inventoryTemplate id: arachnid slots: - name: shoes @@ -81,6 +81,9 @@ uiWindowPos: 3,0 strippingWindowPos: 0,5 displayName: Back + blacklist: + tags: + - PetOnly - name: pocket4 slotTexture: web diff --git a/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml index 619aefddc3..b1e9253729 100644 --- a/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml @@ -1,4 +1,4 @@ -#human but no shoes +#human but no shoes - type: inventoryTemplate id: diona slots: @@ -115,3 +115,6 @@ uiWindowPos: 3,0 strippingWindowPos: 0,5 displayName: Back + blacklist: + tags: + - PetOnly diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index ff1447931f..ed7b4e0dc1 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -1,4 +1,4 @@ -- type: inventoryTemplate +- type: inventoryTemplate id: human slots: - name: shoes @@ -121,3 +121,6 @@ uiWindowPos: 3,0 strippingWindowPos: 0,5 displayName: Back + blacklist: + tags: + - PetOnly diff --git a/Resources/Prototypes/InventoryTemplates/smartcorgi_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/smartcorgi_inventory_template.yml index 069637800a..a775b6373b 100644 --- a/Resources/Prototypes/InventoryTemplates/smartcorgi_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/smartcorgi_inventory_template.yml @@ -74,3 +74,15 @@ whitelist: tags: - CorgiWearable + - name: back + slotTexture: back + fullTextureName: template_small + slotFlags: BACK + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,0 + strippingWindowPos: 0,5 + displayName: Back + whitelist: + tags: + - CorgiWearable diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml new file mode 100644 index 0000000000..61f43e5834 --- /dev/null +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml @@ -0,0 +1,19 @@ +- type: constructionGraph + id: ClothingBagPet + start: start + graph: + - node: start + edges: + - to: bagPet + steps: + - tag: Backpack + name: construction-graph-tag-backpack + icon: + sprite: Clothing/Back/Backpacks/backpack.rsi + state: icon + doAfter: 1 + - material: Cable + amount: 10 + doAfter: 1 + - node: bagPet + entity: ClothingBagPet diff --git a/Resources/Prototypes/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Recipes/Crafting/improvised.yml index dd4393b77c..d7e03c5257 100644 --- a/Resources/Prototypes/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Recipes/Crafting/improvised.yml @@ -173,3 +173,11 @@ targetNode: scraphelmet category: construction-category-clothing objectType: Item + +- type: construction + id: ClothingBagPet + graph: ClothingBagPet + startNode: start + targetNode: bagPet + category: construction-category-clothing + objectType: Item diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index ab2aebc490..c10eb51486 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -42,6 +42,9 @@ - type: Tag id: ATVKeys +- type: Tag + id: Backpack + - type: Tag id: Balloon @@ -1037,6 +1040,9 @@ - type: Tag id: PercussionInstrument +- type: Tag + id: PetOnly + - type: Tag id: PetWearable diff --git a/Resources/Textures/Clothing/Back/Specific/petbag.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Specific/petbag.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5ad06cd24ef66ab0bcc61426a7be19d81bb32d GIT binary patch literal 822 zcmV-61Ihe}P)EX>4Tx04R}tkv&MmKpe$iQ%gl!L@XlWkfFM07Zq_VRV;#q(pG5I!Q|2}Xws0h zxHt-~1qVMCs}3&Cx;nTDg5U>;yWphgA|?JWDYS_3;J6>}?mh0_0YbCFRI?`vs9McP z#baVNw<`Ky;llue7{Y|aOg)ia%)oVg-NVDzy9m#6KlkSdDtVIu9+5c8bfZSRK|H%z z(>d=GhgeBch|h^94Z0xlBiChz-#8a-7I1zHWu`aZU-)(PN!2ClS@zuE-mK1pwM zwD1wozYSbmcQknqxZDATpLEHPY{^SgC=`JAGy0|+Fn9~}tvS85_i_3FWT>m<8{ps& z7%x)xy34zJyLQ3sFd00006VoOIv00000008+zyMF)x010qNS#tmY z6iomC6ioq?%8f4o000McNliru=>-)FHU!X|a=HKj02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{009n3L_t(|+U?XmYr`-Uh2iUvEsHlp#?BW(cl{^t{(W6V zz3Vut;@B5QU+k@QJKRx+tZDYcX`|GtLy_v z&|z&#-)yC6n&WbsL`3#^KY>IYR+j8TaMyJg>zq<`Fb!b(8n=w&c(KkYRR`0#Rn=J6 z^>IDVvkb$K^&gO`L$##9;X3!rm(&3O004j0Cj^Cz(xRM)3IG5A07*qoM6N<$f?nZh Ar2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Specific/petbag.rsi/icon.png b/Resources/Textures/Clothing/Back/Specific/petbag.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b2649334afd6509891c75ee635d02fc6d32387 GIT binary patch literal 1211 zcmV;s1VsCZP)EX>4Tx04R}tkv&MmKpe$iQ%gl!L@XlWkfFM07Zq_VRV;#q(pG5I!Q|2}Xws0h zxHt-~1qVMCs}3&Cx;nTDg5U>;yWphgA|?JWDYS_3;J6>}?mh0_0YbCFRI?`vs9McP z#baVNw<`Ky;llue7{Y|aOg)ia%)oVg-NVDzy9m#6KlkSdDtVIu9+5c8bfZSRK|H%z z(>d=GhgeBch|h^94Z0xlBiChz-#8a-7I1zHWu`aZU-)(PN!2ClS@zuE-mK1pwM zwD1wozYSbmcQknqxZDATpLEHPY{^SgC=`JAGy0|+Fn9~}tvS85_i_3FWT>m<8{ps& z7%x)xy34zJyLQ3sFd00006VoOIv00000008+zyMF)x010qNS#tmY z6iomC6ioq?%8f4o000McNliru=>-)FHZ~YbBRT*802y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00NUqL_t(o!|hhPirYXGJzgA;onqXL32dXn(}-X-3V}s+ zK&AgcKcR2%Pv{R^x?jXLQ6m*<#>F;)fICgIE7(FQvUf6i*p|J9G`@`(ap&H1&p9&^ zaEn{~=NMh9(1UB&=K3jn9#ngLje-xZT?-*FolF1#FR!lvP!9nyKBr*$Htj7U#618Y z%X0vLyIjIuE(d`)$iQ?mX%rMfKuU?P-+!R0Dp;1KbCV>&?9+?MQcZhKff)Bq?=F|f z@*LcD!5Bl9J<>$Fc~wsS zvftX2i^T$InxZUA^zHvQ4Dhq~g>TON`6lF?|D7IyQVQI5k>wcxAWc*FzOQrJrtCNA zKmfDZtg+tj_u!m&HWE0-m^NkmdB~(EP1qM<7=qibHX9jGDTS)4^yKtBWzv%p91Gv~ zb+a^0A%xJ3kbF`~c%BCUuq+Enl3WfT3`4|mtfw(G_Iu!oPX>FSD2fpst@h?H47Ev3Z7DAZ0?g-gok#B}w{7mD z3`i+Ex|%EqA;1_znx>r#i5Mb)p65X+b&!n?07IkNG*w>^^+}Q-iXyDnYeZ4hG3rHM zLjvMBPThCSDy6j6p66k;T4@lQ&8Cre5r7^>I#(?Poe1;T4UM~V&cA6=GlC$%cDsdT zS=es32!f!KQEX>4Tx04R}tkv&MmKpe$iKcpfR2P=q(WT>KG7Zq_VRV;#q(pG5I!Q|2}Xws0R zxHt-~1qVMCs}3&Cx;nTDg5U>;yWphgA|?JWDYS_3;J6>}?mh0_0p3Q1DTY4^D5|Na z;xQqcTNMJY@M8o67{`Rj3@wpf%)oVg-NVDzy9m#6KlkV8mGcGzJOXi)X}U?gK|H%@ zYMl3pL#!mq#OK75I$esb!v*z^H+Q;bwkfE-YZ-9eC zV5~^l>n`u^?(FT~Gp+u902DHE=P+&IPyhe`24YJ`L;(K)$^exwdI+un000SaNLh0L z02ECC02ECDl*)}S00007bV*G`2k8Y40SgM(Lqbac000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0005mNklZq}6b9g*D3ut!v3IB!gp`G;LfyGV zF2NamiQFKg_X>5&l7%H6y0h6!<&6$4C{vQKF@Q+aXftHy~l31L(??T*er4PhKJP? z;y8x)9%lcHm;GxrcLNr4h8bhvy+>J=9|vvBukxI8XxkRfxnQeyG1t`>LLkes;iQc* z$g&JVh*6`^X92+Ba2Q^pEawhPk_1|7BuO$k!&-|xfBH5~FZA|fIpA|fIpBD#oB zJGtl78C!et-!B#$zy|ztv+uZEYDec(ohh}KAr7wJDF)DmXu|PsbiXA(wRVsZ@ZQ6F z52aL)tFM$AYW%i#kOmlI;GBcj8d~dFe-mh}JFPXGb0_~aF}8N_n_yK{SIax+yFnY! ww(Zq&&#fKgCTOjNwKm9;;4`ngM(sc89V-_Rk?;DYz5oCK07*qoM6N<$f;39YbpQYW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Specific/petbag.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Specific/petbag.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..25a0debc5da48560d62c9b55f0f558ed2d0df8e9 GIT binary patch literal 1028 zcmV+f1pE7mP)EX>4Tx04R}tkv&MmKpe$iKcpfR2P=q(WT>KG7Zq_VRV;#q(pG5I!Q|2}Xws0R zxHt-~1qVMCs}3&Cx;nTDg5U>;yWphgA|?JWDYS_3;J6>}?mh0_0p3Q1DTY4^D5|Na z;xQqcTNMJY@M8o67{`Rj3@wpf%)oVg-NVDzy9m#6KlkV8mGcGzJOXi)X}U?gK|H%@ zYMl3pL#!mq#OK75I$esb!v*z^H+Q;bwkfE-YZ-9eC zV5~^l>n`u^?(FT~Gp+u902DHE=P+&IPyhe`24YJ`L;(K)$^exwdI+un000SaNLh0L z02ECC02ECDl*)}S00007bV*G`2k8Y40Sp$51Bk-_000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0005oNklbWv$O?M%z!4l{7V$Fp!t4M3J9_vw%-HE07OJYL_|bH zL_|acD5YwpRQ>gM4RQZ`eZGkK>v5M&-_7rKJ48{`o(m!1bUL9d%gxdU;N|rVQ4}GB z0Q>tF+@Bx4ac}z?veqJmfGo>C8nSjZtJiyvs;c0iUKv5KM&Mm$M z^ri0P8laS_(==_DQl97SQcBZw@hNa^>h=~vAq1q9&{{)E2_eL4(%_oZ?R^XafRys0 zunaAwCE4%y_2F>9@pv4Kdo%PR)KwqW^dh&$xQU2}h=_=Yh=^!Gx^`N}c3 z)_RuNAL{!d17M7)jWO`vcYY^it%dg<#uyl5?)t1A>-!-Ckmvd2#;&>cf3$aV3RG2f ymuqe@SG$vo;Adg$UE0n$IOk@m&|`hm9lQhUAPz-`bP}-u0000 Date: Sat, 14 Jun 2025 16:10:12 +0000 Subject: [PATCH 072/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c13b2bb860..03da67a07d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: KingFroozy - changes: - - message: Added white shoes to paramedic's loadout. - type: Add - id: 8160 - time: '2025-04-13T10:35:28.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32227 - author: EmoGarbage404 changes: - message: Adds departmental economy! All departments now have custom request consoles @@ -3913,3 +3906,11 @@ id: 8672 time: '2025-06-14T09:07:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37951 +- author: Sparlight + changes: + - message: A pet bag for smart corgis to wear and a construction option for them. Not + actually wearable by normal pets at this time. + type: Add + id: 8673 + time: '2025-06-14T16:09:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37440 From 1bbf094c7967e08765b90b2f74a0e27195485069 Mon Sep 17 00:00:00 2001 From: nikitosych Date: Sat, 14 Jun 2025 19:22:45 +0200 Subject: [PATCH 073/168] Fix for holoparasite's ability to attack the host through mech (#36659) --- Content.Server/Guardian/GuardianSystem.cs | 13 ++++++ .../Guardian/GuardianCreatorDoAfterEvent.cs | 2 +- .../EntitySystems/SharedMechSystem.Relay.cs | 40 +++++++++++++++++++ .../Mech/EntitySystems/SharedMechSystem.cs | 4 +- 4 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 Content.Shared/Mech/EntitySystems/SharedMechSystem.Relay.cs diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 3a0783c2ef..ea1a6f4f4f 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -10,6 +10,7 @@ using Content.Shared.Hands.EntitySystems; using Content.Shared.IdentityManagement; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; +using Content.Shared.Mech.EntitySystems; using Content.Shared.Mobs; using Content.Shared.Popups; using Robust.Shared.Audio.Systems; @@ -56,6 +57,8 @@ namespace Content.Server.Guardian SubscribeLocalEvent(OnPerformAction); SubscribeLocalEvent(OnGuardianAttackAttempt); + + SubscribeLocalEvent>(OnPilotAttackAttempt); } private void OnGuardianShutdown(EntityUid uid, GuardianComponent component, ComponentShutdown args) @@ -144,6 +147,16 @@ namespace Content.Server.Guardian args.Cancel(); } + private void OnPilotAttackAttempt(Entity uid, ref MechPilotRelayedEvent args) + { + if (args.Args.Cancelled) + return; + + _popupSystem.PopupCursor(Loc.GetString("guardian-attack-host"), args.Args.Attacker, PopupType.LargeCaution); + + args.Args.Cancelled = true; + } + public void ToggleGuardian(EntityUid user, GuardianHostComponent hostComponent) { if (!TryComp(hostComponent.HostedGuardian, out var guardianComponent)) diff --git a/Content.Shared/Guardian/GuardianCreatorDoAfterEvent.cs b/Content.Shared/Guardian/GuardianCreatorDoAfterEvent.cs index 8addfa2ed1..d918c32eca 100644 --- a/Content.Shared/Guardian/GuardianCreatorDoAfterEvent.cs +++ b/Content.Shared/Guardian/GuardianCreatorDoAfterEvent.cs @@ -1,4 +1,4 @@ -using Content.Shared.DoAfter; +using Content.Shared.DoAfter; using Robust.Shared.Serialization; namespace Content.Shared.Guardian; diff --git a/Content.Shared/Mech/EntitySystems/SharedMechSystem.Relay.cs b/Content.Shared/Mech/EntitySystems/SharedMechSystem.Relay.cs new file mode 100644 index 0000000000..64adb3a932 --- /dev/null +++ b/Content.Shared/Mech/EntitySystems/SharedMechSystem.Relay.cs @@ -0,0 +1,40 @@ +using Content.Shared.Interaction.Events; +using Content.Shared.Mech.Components; + +namespace Content.Shared.Mech.EntitySystems; + +public abstract partial class SharedMechSystem +{ + private void InitializeRelay() + { + SubscribeLocalEvent(RelayRefToPilot); + } + + private void RelayToPilot(Entity uid, T args) where T : class + { + if (uid.Comp.PilotSlot.ContainedEntity is not { } pilot) + return; + + var ev = new MechPilotRelayedEvent(args); + + RaiseLocalEvent(pilot, ref ev); + } + + private void RelayRefToPilot(Entity uid, ref T args) where T :struct + { + if (uid.Comp.PilotSlot.ContainedEntity is not { } pilot) + return; + + var ev = new MechPilotRelayedEvent(args); + + RaiseLocalEvent(pilot, ref ev); + + args = ev.Args; + } +} + +[ByRefEvent] +public record struct MechPilotRelayedEvent(TEvent Args) +{ + public TEvent Args = Args; +} diff --git a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs index 2ec48085c4..ab0f658af0 100644 --- a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs +++ b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs @@ -26,7 +26,7 @@ namespace Content.Shared.Mech.EntitySystems; /// /// Handles all of the interactions, UI handling, and items shennanigans for /// -public abstract class SharedMechSystem : EntitySystem +public abstract partial class SharedMechSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _net = default!; @@ -55,6 +55,8 @@ public abstract class SharedMechSystem : EntitySystem SubscribeLocalEvent(OnGetMeleeWeapon); SubscribeLocalEvent(OnCanAttackFromContainer); SubscribeLocalEvent(OnAttackAttempt); + + InitializeRelay(); } private void OnToggleEquipmentAction(EntityUid uid, MechComponent component, MechToggleEquipmentEvent args) From 635ea4b2b49017645de8bd210ea87c1eacd94f66 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 14 Jun 2025 17:23:52 +0000 Subject: [PATCH 074/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 03da67a07d..23e148d205 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,17 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Adds departmental economy! All departments now have custom request consoles - where they can order from cargo and make money transfers. - type: Add - - message: Added lock boxes. These are access-locked crates that allow a department - to earn sole income when they are sold. Order more from cargo. - type: Add - - message: Slightly increased passive station income. - type: Tweak - id: 8161 - time: '2025-04-13T13:22:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36445 - author: K-Dynamic changes: - message: Neutralised anomaly infections now drop inert cores. @@ -3914,3 +3901,10 @@ id: 8673 time: '2025-06-14T16:09:06.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37440 +- author: Nikitosych + changes: + - message: Fixed the ability for holoparasite to kill the host through the mech + type: Fix + id: 8674 + time: '2025-06-14T17:22:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36659 From 208b245dcbf2550d2a3d444b0b68df0c2d99c82e Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:29:06 +0200 Subject: [PATCH 075/168] Retractable items system + Arm Blade action (#38150) --- Content.Server/Glue/GlueSystem.cs | 4 +- .../Containers/ItemSlot/ItemSlotsSystem.cs | 2 +- .../EntitySystems/SharedHandsSystem.Pickup.cs | 21 ++++ .../Interaction/SharedInteractionSystem.cs | 5 +- .../ActionRetractableItemComponent.cs | 18 +++ .../RetractableItemAction/ItemActionEvents.cs | 9 ++ .../RetractableItemActionComponent.cs | 41 +++++++ .../RetractableItemActionSystem.cs | 105 ++++++++++++++++++ .../retractable-item-action.ftl | 1 + Resources/Prototypes/Actions/changeling.yml | 22 ++++ .../Objects/Weapons/Melee/armblade.yml | 7 +- .../Actions/changeling.rsi/armblade.png | Bin 0 -> 943 bytes .../Actions/changeling.rsi/meta.json | 14 +++ 13 files changed, 243 insertions(+), 6 deletions(-) create mode 100644 Content.Shared/RetractableItemAction/ActionRetractableItemComponent.cs create mode 100644 Content.Shared/RetractableItemAction/ItemActionEvents.cs create mode 100644 Content.Shared/RetractableItemAction/RetractableItemActionComponent.cs create mode 100644 Content.Shared/RetractableItemAction/RetractableItemActionSystem.cs create mode 100644 Resources/Locale/en-US/retractable-item-action/retractable-item-action.ftl create mode 100644 Resources/Prototypes/Actions/changeling.yml create mode 100644 Resources/Textures/Interface/Actions/changeling.rsi/armblade.png create mode 100644 Resources/Textures/Interface/Actions/changeling.rsi/meta.json diff --git a/Content.Server/Glue/GlueSystem.cs b/Content.Server/Glue/GlueSystem.cs index 6a91de4761..d8f8e687d2 100644 --- a/Content.Server/Glue/GlueSystem.cs +++ b/Content.Server/Glue/GlueSystem.cs @@ -71,7 +71,9 @@ public sealed class GlueSystem : SharedGlueSystem private bool TryGlue(Entity entity, EntityUid target, EntityUid actor) { // if item is glued then don't apply glue again so it can be removed for reasonable time - if (HasComp(target) || !HasComp(target)) + // If glue is applied to an unremoveable item, the component will disappear after the duration. + // This effecitvely means any unremoveable item could be removed with a bottle of glue. + if (HasComp(target) || !HasComp(target) || HasComp(target)) { _popup.PopupEntity(Loc.GetString("glue-failure", ("target", target)), actor, actor, PopupType.Medium); return false; diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs index 479690847c..3b5a880d46 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs @@ -72,7 +72,7 @@ namespace Content.Shared.Containers.ItemSlots continue; var item = Spawn(slot.StartingItem, Transform(uid).Coordinates); - + if (slot.ContainerSlot != null) _containers.Insert(item, slot.ContainerSlot); } diff --git a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs index 5c95983631..5addd7c029 100644 --- a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs +++ b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs @@ -124,6 +124,27 @@ public abstract partial class SharedHandsSystem : EntitySystem return true; } + /// + /// Tries to pick up an entity into a hand, forcing to drop an item if its not free. + /// By default it does check if it's possible to drop items. + /// + public bool TryForcePickup( + EntityUid uid, + EntityUid entity, + Hand hand, + bool checkActionBlocker = true, + bool animate = true, + HandsComponent? handsComp = null, + ItemComponent? item = null) + { + if (!Resolve(uid, ref handsComp, false)) + return false; + + TryDrop(uid, hand, checkActionBlocker: checkActionBlocker, handsComp: handsComp); + + return TryPickup(uid, entity, hand, checkActionBlocker, animate, handsComp, item); + } + /// /// Tries to pick up an entity into any hand, forcing to drop an item if there are no free hands /// By default it does check if it's possible to drop items diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 5f063a9070..91b3ffea0d 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -215,7 +215,10 @@ namespace Content.Shared.Interaction /// private void OnRemoveAttempt(EntityUid uid, UnremoveableComponent item, ContainerGettingRemovedAttemptEvent args) { - args.Cancel(); + // don't prevent the server state for the container from being applied to the client correctly + // otherwise this will cause an error if the client predicts adding UnremoveableComponent + if (!_gameTiming.ApplyingState) + args.Cancel(); } /// diff --git a/Content.Shared/RetractableItemAction/ActionRetractableItemComponent.cs b/Content.Shared/RetractableItemAction/ActionRetractableItemComponent.cs new file mode 100644 index 0000000000..58258a8b79 --- /dev/null +++ b/Content.Shared/RetractableItemAction/ActionRetractableItemComponent.cs @@ -0,0 +1,18 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Utility; + +namespace Content.Shared.RetractableItemAction; + +/// +/// Component used as a marker for items summoned by the RetractableItemAction system. +/// Used for keeping track of items summoned by said action. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(RetractableItemActionSystem))] +public sealed partial class ActionRetractableItemComponent : Component +{ + /// + /// The action that marked this item. + /// + [DataField, AutoNetworkedField] + public EntityUid? SummoningAction; +} diff --git a/Content.Shared/RetractableItemAction/ItemActionEvents.cs b/Content.Shared/RetractableItemAction/ItemActionEvents.cs new file mode 100644 index 0000000000..8d4dd0da6e --- /dev/null +++ b/Content.Shared/RetractableItemAction/ItemActionEvents.cs @@ -0,0 +1,9 @@ +using Content.Shared.Actions; + +namespace Content.Shared.RetractableItemAction; + +/// +/// Raised when using the RetractableItem action. +/// +[ByRefEvent] +public sealed partial class OnRetractableItemActionEvent : InstantActionEvent; diff --git a/Content.Shared/RetractableItemAction/RetractableItemActionComponent.cs b/Content.Shared/RetractableItemAction/RetractableItemActionComponent.cs new file mode 100644 index 0000000000..9f48a05e23 --- /dev/null +++ b/Content.Shared/RetractableItemAction/RetractableItemActionComponent.cs @@ -0,0 +1,41 @@ +using Robust.Shared.Audio; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.RetractableItemAction; + +/// +/// Used for storing an unremovable item within an action and summoning it into your hand on use. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(RetractableItemActionSystem))] +public sealed partial class RetractableItemActionComponent : Component +{ + /// + /// The item that will appear be spawned by the action. + /// + [DataField(required: true)] + public EntProtoId SpawnedPrototype; + + /// + /// Sound collection to play when the item is summoned. + /// + [DataField] + public SoundCollectionSpecifier? SummonSounds; + + /// + /// Sound collection to play when the summoned item is retracted back into the action. + /// + [DataField] + public SoundCollectionSpecifier? RetractSounds; + + /// + /// The item managed by the action. Will be summoned and hidden as the action is used. + /// + [DataField, AutoNetworkedField] + public EntityUid? ActionItemUid; + + /// + /// The container ID used to store the item. + /// + public const string ContainerId = "item-action-item-container"; +} diff --git a/Content.Shared/RetractableItemAction/RetractableItemActionSystem.cs b/Content.Shared/RetractableItemAction/RetractableItemActionSystem.cs new file mode 100644 index 0000000000..b99b653cf0 --- /dev/null +++ b/Content.Shared/RetractableItemAction/RetractableItemActionSystem.cs @@ -0,0 +1,105 @@ +using Content.Shared.Actions; +using Content.Shared.Hands.EntitySystems; +using Content.Shared.Interaction.Components; +using Content.Shared.Popups; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; + +namespace Content.Shared.RetractableItemAction; + +/// +/// System for handling retractable items, such as armblades. +/// +public sealed class RetractableItemActionSystem : EntitySystem +{ + [Dependency] private readonly SharedHandsSystem _hands = default!; + [Dependency] private readonly SharedContainerSystem _containers = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedActionsSystem _actions = default!; + [Dependency] private readonly SharedPopupSystem _popups = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnActionInit); + SubscribeLocalEvent(OnRetractableItemAction); + + SubscribeLocalEvent(OnActionSummonedShutdown); + } + + private void OnActionInit(Entity ent, ref MapInitEvent args) + { + _containers.EnsureContainer(ent, RetractableItemActionComponent.ContainerId); + + PopulateActionItem(ent.Owner); + } + + private void OnRetractableItemAction(Entity ent, ref OnRetractableItemActionEvent args) + { + if (_hands.GetActiveHand(args.Performer) is not { } userHand) + return; + + if (_actions.GetAction(ent.Owner) is not { } action) + return; + + if (action.Comp.AttachedEntity == null) + return; + + if (ent.Comp.ActionItemUid == null) + return; + + // Don't allow to summon an item if holding an unremoveable item unless that item is summoned by the action. + if (userHand.HeldEntity != null && !_hands.IsHolding(args.Performer, ent.Comp.ActionItemUid) && !_hands.CanDropHeld(args.Performer, userHand, false)) + { + _popups.PopupClient(Loc.GetString("retractable-item-hand-cannot-drop"), args.Performer, args.Performer); + return; + } + + if (_hands.IsHolding(args.Performer, ent.Comp.ActionItemUid)) + { + RemComp(ent.Comp.ActionItemUid.Value); + var container = _containers.GetContainer(ent, RetractableItemActionComponent.ContainerId); + _containers.Insert(ent.Comp.ActionItemUid.Value, container); + _audio.PlayPredicted(ent.Comp.RetractSounds, action.Comp.AttachedEntity.Value, action.Comp.AttachedEntity.Value); + } + else + { + _hands.TryForcePickup(args.Performer, ent.Comp.ActionItemUid.Value, userHand, checkActionBlocker: false); + _audio.PlayPredicted(ent.Comp.SummonSounds, action.Comp.AttachedEntity.Value, action.Comp.AttachedEntity.Value); + EnsureComp(ent.Comp.ActionItemUid.Value); + } + + args.Handled = true; + } + + private void OnActionSummonedShutdown(Entity ent, ref ComponentShutdown args) + { + if (_actions.GetAction(ent.Comp.SummoningAction) is not { } action) + return; + + if (!TryComp(action, out var retract) || retract.ActionItemUid != ent.Owner) + return; + + // If the item is somehow destroyed, re-add it to the action. + PopulateActionItem(action.Owner); + } + + private void PopulateActionItem(Entity ent) + { + if (!Resolve(ent.Owner, ref ent.Comp, false) || TerminatingOrDeleted(ent)) + return; + + if (!PredictedTrySpawnInContainer(ent.Comp.SpawnedPrototype, ent.Owner, RetractableItemActionComponent.ContainerId, out var summoned)) + return; + + ent.Comp.ActionItemUid = summoned.Value; + + // Mark the unremovable item so it can be added back into the action. + var summonedComp = AddComp(summoned.Value); + summonedComp.SummoningAction = ent.Owner; + Dirty(summoned.Value, summonedComp); + + Dirty(ent); + } +} diff --git a/Resources/Locale/en-US/retractable-item-action/retractable-item-action.ftl b/Resources/Locale/en-US/retractable-item-action/retractable-item-action.ftl new file mode 100644 index 0000000000..e3dca38922 --- /dev/null +++ b/Resources/Locale/en-US/retractable-item-action/retractable-item-action.ftl @@ -0,0 +1 @@ +retractable-item-hand-cannot-drop = Your hand is already occupied. diff --git a/Resources/Prototypes/Actions/changeling.yml b/Resources/Prototypes/Actions/changeling.yml new file mode 100644 index 0000000000..273bb8ed6b --- /dev/null +++ b/Resources/Prototypes/Actions/changeling.yml @@ -0,0 +1,22 @@ +- type: entity + parent: BaseAction + id: ActionRetractableItemArmBlade + name: Arm Blade + description: Shed your flesh and reform it into a fleshy blade. + components: + - type: Action + useDelay: 2 + raiseOnAction: true + itemIconStyle: BigAction + icon: + sprite: Interface/Actions/changeling.rsi + state: armblade + - type: InstantAction + event: !type:OnRetractableItemActionEvent + - type: RetractableItemAction + spawnedPrototype: ArmBlade + summonSounds: + collection: gib # Placeholder + retractSounds: + collection: gib # Placeholder + diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 398c04aee6..457e8ea10d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -12,12 +12,13 @@ state: icon - type: MeleeWeapon wideAnimationRotation: 90 - attackRate: 0.75 + attackRate: 1 damage: types: - Slash: 25 - Piercing: 15 + Slash: 10 + Piercing: 10 - type: Item size: Normal sprite: Objects/Weapons/Melee/armblade.rsi - type: Prying + pryPowered: true diff --git a/Resources/Textures/Interface/Actions/changeling.rsi/armblade.png b/Resources/Textures/Interface/Actions/changeling.rsi/armblade.png new file mode 100644 index 0000000000000000000000000000000000000000..f52a62a83fad11cffa6658e22ea0d048cd25e07d GIT binary patch literal 943 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7e6l0AZa85pY67#JE_7#My5g&JNk zFq9fFFuY1&V6d9Oz#v{QXIG#NP@+A+C&U#1IABGIwoi)rzFB7iKI5@g{`Zx3Ntk%<8vv$L?fPid${VP|l96EI9nuEjb+qXY_`0)Mv_pPC! zR}w>K+S>mA|Nqh|D;A(r7)yfuf*Bm1-ADs*lDyqrbave>Tn*%~mw5WRvcF_w7qhSq zG++J>DE-CL#WBRngN zaf3k95|xc?f~uagmU(KmPT2i(`lYBhPyCovf{v+38m5{2Ghmc;-n(b&Pv)8SC22f@ zIUiEXFP&3dYIxJABVCKIn8fbKA9pYw%_^`mjrV7E2_Hx*u(Nz`D}J&xPOtXD9WP5}1B?0lY}5_ybHyL4X1!^ZP+?a7@~Xh% zNv@&2!Y}WTJFgEauwVP$u_(f;Z|!%*C|>47o>da(@Bgli%(Irf*!6FclfUp2gL#Zo zRJT9oG!XRN#q_xNU-A8QhAsD0_P8W{zFn#FI{tWTXHR2Gtnffme^FJOw__5jdXs7ti1#;_+x6Az7$)4#nUu3WC zmz~u54a{^6%tMTf ztW3?UOf9ty46F Date: Sat, 14 Jun 2025 18:30:13 +0000 Subject: [PATCH 076/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 23e148d205..f6b8a0e24e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: Neutralised anomaly infections now drop inert cores. - type: Tweak - id: 8162 - time: '2025-04-13T14:24:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36503 - author: ScarKy0 changes: - message: Oxygen, Carbon Dioxide, Nitrous Oxide and Frezon can now metabolize when @@ -3908,3 +3901,10 @@ id: 8674 time: '2025-06-14T17:22:45.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36659 +- author: ScarKy0 + changes: + - message: Using glue on an unremoveable item will no longer make it removeable. + type: Fix + id: 8675 + time: '2025-06-14T18:29:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38150 From 43bad8184fa58b61119b76c46c45221874725e52 Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Sun, 15 Jun 2025 04:27:32 -0400 Subject: [PATCH 077/168] Give Syndie-Cats Syndie Access (#38318) * Update animals.yml * Update animals.yml --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d2edb9b1ab..ce3497204e 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3107,6 +3107,10 @@ - type: NpcFactionMember factions: - Syndicate + - type: Access + tags: + - NuclearOperative + - SyndicateAgent - type: MeleeWeapon altDisarm: false angle: 0 From b3561e0c3ab8864f61b433b44d410c086cc7eb97 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 15 Jun 2025 08:28:40 +0000 Subject: [PATCH 078/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f6b8a0e24e..176afb1454 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ScarKy0 - changes: - - message: Oxygen, Carbon Dioxide, Nitrous Oxide and Frezon can now metabolize when - digested/injected. - type: Tweak - id: 8163 - time: '2025-04-13T15:21:55.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31648 - author: ArchRBX changes: - message: Handheld GPS's can now be examined to read their displays @@ -3908,3 +3900,10 @@ id: 8675 time: '2025-06-14T18:29:06.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38150 +- author: FungiFellow + changes: + - message: Syndie-Cats now have Syndicate ID access. + type: Fix + id: 8676 + time: '2025-06-15T08:27:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38318 From b2e8cff3edd1c63aa35a055b21bd93bc00a3de8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:26:03 +0200 Subject: [PATCH 079/168] Update Credits (#38321) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 29420548f6..e8bf94fb30 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0leshe, 0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, abadaba695, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alice4267, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, bigfootbravo, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Bokser815, bolantej, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, Camdot, capnsockless, CaptainMaru, captainsqrbeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, catlord, Catofquestionableethics, CatTheSystem, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, chartman, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, coco, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cubixthree, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinnerCalzone, DinoWattz, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, Entvari, eoineoineoin, ephememory, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FrostRibbon, Funce, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, Gamewar360, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, Gentleman-Bird, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GnarpGnarp, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, helm4142, Henry, HerCoyote23, HighTechPuddle, Hitlinemoss, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hoshizora, Hreno, Hrosts, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imatsoup, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, JCGWE30, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jkwookee, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, JpegOfAFrog, jproads, JrInventor05, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, kaiserbirch, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, kiri-yoshikage, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, Kittygyat, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, lanedon, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, linkuyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, Magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, manelnavola, Mangohydra, marboww, Markek1, matt, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, memeproof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, Mixelz, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, murolem, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikitosych, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, Orsoniks, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, perryprog, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, Phooooooooooooooooooooooooooooooosphate, phunnyguy, PicklOH, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PotRoastPiggy, Princess-Cheeseballs, ProfanedBane, PROG-MohamedDwidar, Prole0, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, py01, qrtDaniil, qrwas, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, shibechef, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, solstar2, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, soupkilove, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, Spangs04, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, Stop-Signs, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, SyaoranFox, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheFlyingSentry, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, TornadoTechnology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, trixxedbit, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, uhbg, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, vexerot, viceemargo, VigersRay, violet754, Visne, vitusveit, vlad, vlados1408, VMSolidus, vmzd, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, Wolfkey-SomeoneElseTookMyUsername, wrexbe, wtcwr68, xeri7, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, Zalycon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex +0leshe, 0tito, 0x6273, 12rabbits, 1337dakota, 13spacemen, 154942, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, aaron, abadaba695, Ablankmann, abregado, Absolute-Potato, Absotively, achookh, Acruid, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, AgentSmithRadio, Agoichi, Ahion, aiden, Aisu9, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alice4267, Alithsko, alliephante, ALMv1, Alpaccalypse, Alpha-Two, AlphaQwerty, Altoids1, amatwiedle, amylizzle, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, ApolloVector, Appiah, ar4ill, archee1, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, AzzyIsNotHere, azzyisnothere, B-Kirill, B3CKDOOR, baa14453, BackeTako, Bakke, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedUser, beck-thompson, bellwetherlogic, ben, benbryant0, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BigfootBravo, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, Bokser815, bolantej, Booblesnoot42, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, BWTCK, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, Camdot, capnsockless, CaptainMaru, captainsqrbeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, catdotjs, catlord, Catofquestionableethics, CatTheSystem, Centronias, Chaboricks, chairbender, Chaoticaa, Charlese2, charlie, chartman, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, CheesePlated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, ciaran, civilCornball, claustro305, Clement-O, clyf, Clyybber, CMDR-Piboy314, cnv41, coco, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, Compilatron144, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, cooperwallace, corentt, CormosLemming, CrafterKolyan, crazybrain23, Crazydave91920, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, cryals, CrzyPotato, cubixthree, cutemoongod, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, dan, dangerrevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DeepwaterCreations, Deerstop, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinnerCalzone, DinoWattz, Disp-Dev, DisposableCrewmember42, dissidentbullet, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, DR-DOCTOR-EVIL-EVIL, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, DuckManZach, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, dylanwhittingham, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, Entvari, eoineoineoin, ephememory, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, farrellka-dev, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, Firewars763, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flymo5678, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, foxhorn, freeman2651, freeze2222, frobnic8, Froffy025, Fromoriss, froozigiusz, FrostMando, FrostRibbon, Funce, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, Gamewar360, gansulalan, GaussiArson, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, Gentleman-Bird, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GnarpGnarp, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, golubgik, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GrownSamoyedDog, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, helm4142, Henry, HerCoyote23, HighTechPuddle, Hitlinemoss, hiucko, hivehum, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hoshizora, Hreno, Hrosts, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyperb1, hyperDelegate, hyphenationc, i-justuser-i, iaada, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imatsoup, IMCB, impubbi, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jacktastic09, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, JCGWE30, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jkwookee, jmcb, JohnGinnane, johnku1, Jophire, joshepvodka, JpegOfAFrog, jproads, JrInventor05, Jrpl, jukereise, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, kaiserbirch, KaiShibaa, kalane15, kalanosh, KamTheSythe, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, kiri-yoshikage, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, Kittygyat, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, LaCumbiaDelCoronavirus, lajolico, Lamrr, lanedon, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, lettern, LetterN, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, linkbro1, LinkUyx, Litraxx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, ljm862, lmsnoise, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, Lusatia, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M1tht1c, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, manelnavola, Mangohydra, marboww, Markek1, matt, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, memeproof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, minus1over12, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterImp, MisterMecky, Mith-randalf, Mixelz, mjarduk, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, momo, Moneyl, monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, murolem, musicmanvr, MWKane, Myakot, Myctai, N3X15, nabegator, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikitosych, nikthechampiongr, Nimfar11, ninruB, Nirnael, NIXC, nkokic, NkoKirkto, nmajask, noctyrnal, noelkathegod, noirogen, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, Nox38, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, Nyxilath, och-och, OctoRocket, OldDanceJacket, OliverOtter, onesch, OneZerooo0, OnyxTheBrave, Orange-Winds, OrangeMoronage9622, Orsoniks, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Palladinium, Pangogie, panzer-iv1, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, perryprog, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, philingham, Phill101, Phooooooooooooooooooooooooooooooosphate, phunnyguy, PicklOH, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PotRoastPiggy, Princess-Cheeseballs, ProfanedBane, PROG-MohamedDwidar, Prole0, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, pumkin69, PuroSlavKing, PursuitInAshes, Putnam3145, py01, qrtDaniil, qrwas, Quantum-cross, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, ReeZer2, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, robinthedragon, Rockdtben, Rohesie, rok-povsic, rokudara-sen, rolfero, RomanNovo, rosieposieeee, Roudenn, router, ruddygreat, RumiTiger, Ruzihm, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, Samuka-C, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, SeamLesss, Segonist, semensponge, sephtasm, Serkket, sewerpig, SG6732, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SharkSnake98, shibechef, SignalWalker, siigiil, silicon14wastaken, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, slimmslamm, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, solstar2, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, soupkilove, southbridge-fur, sowelipililimute, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, Spangs04, spanky-spanky, Sparlight, spartak, SpartanKadence, spderman3333, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, starbuckss14, Stealthbomber16, stellar-novas, stewie523, stomf, Stop-Signs, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, supergdpwyl, superjj18, Supernorn, SweptWasTaken, SyaoranFox, Sybil, SYNCHRONIC, Szunti, t, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TeenSarlacc, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, Tezzaide, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, TheBlueYowie, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheFlyingSentry, TheIntoxicatedCat, thekilk, themias, theomund, TheProNoob678, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, TiniestShark, Titian3, tk-a369, tkdrg, tmtmtl30, ToastEnjoyer, Toby222, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, TornadoTechnology, tosatur, TotallyLemon, ToxicSonicFan04, Tr1bute, trixxedbit, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, TytosB, Tyzemol, UbaserB, ubis1, UBlueberry, uhbg, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Utmanarn, Vaaankas, valentfingerov, valquaint, Varen, Vasilis, VasilisThePikachu, veliebm, Velken, VelonacepsCalyxEggs, veprolet, VerinSenpai, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, vexerot, viceemargo, VigersRay, violet754, Visne, vitusveit, vlad, vlados1408, VMSolidus, vmzd, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, Vortebo, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, whatston3, widgetbeck, Will-Oliver-Br, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, Wolfkey-SomeoneElseTookMyUsername, wrexbe, wtcwr68, xeri7, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, YoungThugSS14, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, Zalycon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zHonys, zionnBE, ZNixian, Zokkie, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex From 239f1c511e9636b997c971d5588137d28f2e30be Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:36:18 +0200 Subject: [PATCH 080/168] Ensure large entities don't get stuck on conveyor belt corners (#37466) * Initial commit * Also avoid the friction change doesn't make turned-off conveyor belts continue going * Ensurecomp on conveyor starting * i give up * Minor brackets edit * Documentation --- .../Controllers/SharedConveyorController.cs | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Physics/Controllers/SharedConveyorController.cs b/Content.Shared/Physics/Controllers/SharedConveyorController.cs index 4b2523b1d7..c2c88b2742 100644 --- a/Content.Shared/Physics/Controllers/SharedConveyorController.cs +++ b/Content.Shared/Physics/Controllers/SharedConveyorController.cs @@ -96,6 +96,11 @@ public abstract class SharedConveyorController : VirtualController { var other = contact.OtherEnt(conveyorUid); + if (contact.OtherFixture(conveyorUid).Item2.Hard && contact.OtherBody(conveyorUid).BodyType != BodyType.Static) + { + EnsureComp(other); + } + if (_conveyedQuery.HasComp(other)) { PhysicsSystem.WakeBody(other); @@ -155,7 +160,9 @@ public abstract class SharedConveyorController : VirtualController // they'll go too slow. if (!_mover.UsedMobMovement.TryGetValue(ent.Entity.Owner, out var usedMob) || !usedMob) { - _mover.Friction(0f, frameTime: frameTime, friction: 5f, ref velocity); + // We provide a small minimum friction speed as well for those times where the friction would stop large objects + // snagged on corners from sliding into the centerline. + _mover.Friction(0.2f, frameTime: frameTime, friction: 5f, ref velocity); } SharedMoverController.Accelerate(ref velocity, targetDir, 20f, frameTime); @@ -318,7 +325,9 @@ public abstract class SharedConveyorController : VirtualController var p = direction * (Vector2.Dot(itemRelative, direction) / Vector2.Dot(direction, direction)); var r = itemRelative - p; - if (r.Length() < 0.1) + // 0.01 is considered close enough to the centerline that (most) large objects shouldn't + // snag on walls next to the conveyor, without smaller entities repeatedly overshooting. + if (r.Length() < 0.01) { var velocity = direction * speed; return velocity; @@ -328,7 +337,10 @@ public abstract class SharedConveyorController : VirtualController // Give a slight nudge in the direction of the conveyor to prevent // to collidable objects (e.g. crates) on the locker from getting stuck // pushing each other when rounding a corner. - var velocity = (r + direction).Normalized() * speed; + // The direction of the conveyorbelt is de-emphasized to ensure offset objects primarily push centerwards, + // to prevent large items getting snagged on corner turns. + // 0.2f seems like a good compromise between forwards and sideways movement. + var velocity = (r + direction * 0.2f).Normalized() * speed; return velocity; } } @@ -382,7 +394,7 @@ public abstract class SharedConveyorController : VirtualController var other = contact.OtherEnt(ent.Owner); - if (_conveyorQuery.HasComp(other)) + if (_conveyorQuery.TryComp(other, out var comp) && CanRun(comp)) return true; } From be5df666f046dd3b49b6f3ab0baa517fd175c302 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 15 Jun 2025 09:37:28 +0000 Subject: [PATCH 081/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 176afb1454..1439501bdd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: ArchRBX - changes: - - message: Handheld GPS's can now be examined to read their displays - type: Add - - message: Handheld GPS's now update their displays much more frequently - type: Tweak - id: 8164 - time: '2025-04-13T15:29:13.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31814 - author: Beck Thompson, Kaz Wooblie changes: - message: Computers now wont delete items inside of them when deconstructing. @@ -3907,3 +3898,10 @@ id: 8676 time: '2025-06-15T08:27:32.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38318 +- author: SlamBamActionman + changes: + - message: Crates on conveyor belts can now go around tight corners again! + type: Fix + id: 8677 + time: '2025-06-15T09:36:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37466 From bc9059a72d41357456c4dcfa7a68aa64db9e80d1 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:23:02 +0200 Subject: [PATCH 082/168] Armblade Tweaks (#38337) init --- .../Entities/Objects/Weapons/Melee/armblade.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 457e8ea10d..503763348c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -2,7 +2,7 @@ name: arm blade parent: BaseItem id: ArmBlade - description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. + description: A grotesque blade made out of bone and flesh that can pry open doors and cleaves through people as a hot knife through butter. components: - type: Sharp - type: Execution @@ -11,14 +11,18 @@ sprite: Objects/Weapons/Melee/armblade.rsi state: icon - type: MeleeWeapon + soundHit: + collection: AlienClaw wideAnimationRotation: 90 attackRate: 1 damage: - types: - Slash: 10 - Piercing: 10 + types: # Same as energy sword, but slash/pierce instead of slash/heat + Slash: 15 + Piercing: 15 + Structural: 20 - type: Item size: Normal sprite: Objects/Weapons/Melee/armblade.rsi - type: Prying + speedModifier: 1.5 # Jaws of life speed pryPowered: true From 9af0b354e36231d6101306bfe76f9788d2f7af79 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:10:22 +0200 Subject: [PATCH 083/168] Exo Station - Upstream Playtest Version (#33144) Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- .../Tests/PostMapInitTest.cs | 2 +- Resources/Locale/en-US/stack/stacks.ftl | 6 + Resources/Locale/en-US/tiles/tiles.ftl | 6 + Resources/Maps/Shuttles/cargo_exo.yml | 1375 + Resources/Maps/Shuttles/emergency_exo.yml | 6702 + Resources/Maps/exo.yml | 122695 +++++++++++++++ .../Prototypes/Decals/Overlays/grayscale.yml | 2 +- .../Prototypes/Entities/Effects/puddle.yml | 52 + .../Prototypes/Entities/Mobs/NPCs/xeno.yml | 118 + .../Entities/Objects/Misc/tiles.yml | 94 + .../Guns/Ammunition/Cartridges/pistol.yml | 16 + .../Structures/Doors/Airlocks/access.yml | 20 + .../Structures/Doors/Airlocks/airlocks.yml | 30 + .../Structures/Doors/Shutter/blast_door.yml | 85 + .../Structures/Furniture/Tables/tables.yml | 25 + .../Entities/Structures/Furniture/chairs.yml | 8 + .../Structures/Machines/Medical/cryo_pod.yml | 46 +- .../Entities/Structures/Shuttles/cannons.yml | 56 + .../Structures/Shuttles/thrusters.yml | 44 + .../Structures/Wallmounts/air_alarm.yml | 28 + .../Structures/Wallmounts/fire_alarm.yml | 30 + .../Entities/Structures/Walls/walls.yml | 103 + .../Entities/Structures/Windows/xenoresin.yml | 58 + Resources/Prototypes/Maps/Pools/default.yml | 1 + Resources/Prototypes/Maps/exo.yml | 66 + Resources/Prototypes/Parallaxes/exo.yml | 40 + .../Construction/Graphs/structures/girder.yml | 66 +- .../Prototypes/Recipes/Lathes/Packs/tiles.yml | 2 + Resources/Prototypes/Recipes/Lathes/tiles.yml | 10 + .../Prototypes/Stacks/floor_tile_stacks.yml | 36 + Resources/Prototypes/Tiles/floors.yml | 81 + .../Objects/Tiles/tile.rsi/dark-squiggly.png | Bin 0 -> 15271 bytes .../Textures/Objects/Tiles/tile.rsi/meta.json | 1150 +- .../Objects/Tiles/tile.rsi/techfloordark.png | Bin 0 -> 14642 bytes .../Tiles/tile.rsi/xeno-steel-corner.png | Bin 0 -> 15973 bytes .../Objects/Tiles/tile.rsi/xeno-steel.png | Bin 0 -> 15508 bytes .../Objects/Tiles/tile.rsi/xeno-techmaint.png | Bin 0 -> 15383 bytes .../Objects/Tiles/tile.rsi/xenofloor.png | Bin 0 -> 14799 bytes .../Weapons/Guns/Shuttles/xeno.rsi/meta.json | 14 + .../Weapons/Guns/Shuttles/xeno.rsi/rail.png | Bin 0 -> 16253 bytes .../Textures/Parallaxes/XenoParallaxNeb.png | Bin 0 -> 2528955 bytes .../Textures/Parallaxes/attributions.yml | 5 + Resources/Textures/Parallaxes/space_map3.png | Bin 0 -> 1906766 bytes .../Airlocks/Glass/xeno.rsi/assembly.png | Bin 0 -> 17050 bytes .../Airlocks/Glass/xeno.rsi/bolted_unlit.png | Bin 0 -> 15237 bytes .../Doors/Airlocks/Glass/xeno.rsi/closed.png | Bin 0 -> 17598 bytes .../Airlocks/Glass/xeno.rsi/closed_unlit.png | Bin 0 -> 15228 bytes .../Doors/Airlocks/Glass/xeno.rsi/closing.png | Bin 0 -> 21819 bytes .../Airlocks/Glass/xeno.rsi/closing_unlit.png | Bin 0 -> 16121 bytes .../Airlocks/Glass/xeno.rsi/deny_unlit.png | Bin 0 -> 15324 bytes .../Glass/xeno.rsi/emergency_unlit.png | Bin 0 -> 15724 bytes .../Doors/Airlocks/Glass/xeno.rsi/meta.json | 152 + .../Doors/Airlocks/Glass/xeno.rsi/open.png | Bin 0 -> 17424 bytes .../Doors/Airlocks/Glass/xeno.rsi/opening.png | Bin 0 -> 24754 bytes .../Airlocks/Glass/xeno.rsi/opening_unlit.png | Bin 0 -> 16044 bytes .../Airlocks/Glass/xeno.rsi/panel_closing.png | Bin 0 -> 15495 bytes .../Airlocks/Glass/xeno.rsi/panel_open.png | Bin 0 -> 15495 bytes .../Airlocks/Glass/xeno.rsi/panel_opening.png | Bin 0 -> 15495 bytes .../Doors/Airlocks/Glass/xeno.rsi/sparks.png | Bin 0 -> 15728 bytes .../Airlocks/Glass/xeno.rsi/sparks_broken.png | Bin 0 -> 183 bytes .../Glass/xeno.rsi/sparks_damaged.png | Bin 0 -> 184 bytes .../Airlocks/Glass/xeno.rsi/sparks_open.png | Bin 0 -> 175 bytes .../Doors/Airlocks/Glass/xeno.rsi/welded.png | Bin 0 -> 16406 bytes .../Airlocks/Standard/xeno.rsi/assembly.png | Bin 0 -> 16389 bytes .../Standard/xeno.rsi/bolted_unlit.png | Bin 0 -> 15237 bytes .../Airlocks/Standard/xeno.rsi/closed.png | Bin 0 -> 17267 bytes .../Standard/xeno.rsi/closed_unlit.png | Bin 0 -> 15228 bytes .../Airlocks/Standard/xeno.rsi/closing.png | Bin 0 -> 19945 bytes .../Standard/xeno.rsi/closing_unlit.png | Bin 0 -> 16121 bytes .../Airlocks/Standard/xeno.rsi/deny_unlit.png | Bin 0 -> 15324 bytes .../Standard/xeno.rsi/emergency_unlit.png | Bin 0 -> 15724 bytes .../Airlocks/Standard/xeno.rsi/meta.json | 150 + .../Doors/Airlocks/Standard/xeno.rsi/open.png | Bin 0 -> 17125 bytes .../Airlocks/Standard/xeno.rsi/opening.png | Bin 0 -> 19903 bytes .../Standard/xeno.rsi/opening_unlit.png | Bin 0 -> 16044 bytes .../Standard/xeno.rsi/panel_closing.png | Bin 0 -> 15495 bytes .../Airlocks/Standard/xeno.rsi/panel_open.png | Bin 0 -> 15495 bytes .../Standard/xeno.rsi/panel_opening.png | Bin 0 -> 15495 bytes .../Airlocks/Standard/xeno.rsi/sparks.png | Bin 0 -> 15728 bytes .../Standard/xeno.rsi/sparks_broken.png | Bin 0 -> 183 bytes .../Standard/xeno.rsi/sparks_damaged.png | Bin 0 -> 184 bytes .../Standard/xeno.rsi/sparks_open.png | Bin 0 -> 175 bytes .../Airlocks/Standard/xeno.rsi/welded.png | Bin 0 -> 15906 bytes .../Shutters/xeno_blastdoor.rsi/assembly.png | Bin 0 -> 15286 bytes .../Shutters/xeno_blastdoor.rsi/closed.png | Bin 0 -> 15256 bytes .../Shutters/xeno_blastdoor.rsi/closing.png | Bin 0 -> 16984 bytes .../Shutters/xeno_blastdoor.rsi/meta.json | 46 + .../Shutters/xeno_blastdoor.rsi/open.png | Bin 0 -> 15064 bytes .../Shutters/xeno_blastdoor.rsi/opening.png | Bin 0 -> 19227 bytes .../Furniture/Tables/xeno.rsi/full.png | Bin 0 -> 15053 bytes .../Furniture/Tables/xeno.rsi/meta.json | 163 + .../Furniture/Tables/xeno.rsi/state_0.png | Bin 0 -> 15506 bytes .../Furniture/Tables/xeno.rsi/state_1.png | Bin 0 -> 14864 bytes .../Furniture/Tables/xeno.rsi/state_2.png | Bin 0 -> 15064 bytes .../Furniture/Tables/xeno.rsi/state_3.png | Bin 0 -> 14864 bytes .../Furniture/Tables/xeno.rsi/state_4.png | Bin 0 -> 14898 bytes .../Furniture/Tables/xeno.rsi/state_5.png | Bin 0 -> 14928 bytes .../Furniture/Tables/xeno.rsi/state_6.png | Bin 0 -> 14898 bytes .../Furniture/Tables/xeno.rsi/state_7.png | Bin 0 -> 267 bytes .../Structures/Furniture/chairs.rsi/meta.json | 204 +- .../Furniture/chairs.rsi/xeno-chair.png | Bin 0 -> 16199 bytes .../Machines/Medical/cryopod.rsi/meta.json | 81 +- .../Medical/cryopod.rsi/pod-cracked.png | Bin 0 -> 16078 bytes .../Shuttles/old_thruster.rsi/base.png | Bin 0 -> 21559 bytes .../Shuttles/old_thruster.rsi/meta.json | 15 + .../air_monitors_xeno.rsi/alarm0.png | Bin 0 -> 19296 bytes .../air_monitors_xeno.rsi/alarm1.png | Bin 0 -> 17694 bytes .../air_monitors_xeno.rsi/alarm2.png | Bin 0 -> 17732 bytes .../air_monitors_xeno.rsi/alarm_b1.png | Bin 0 -> 16251 bytes .../air_monitors_xeno.rsi/alarm_b2.png | Bin 0 -> 16329 bytes .../air_monitors_xeno.rsi/alarm_bitem.png | Bin 0 -> 15309 bytes .../air_monitors_xeno.rsi/alarmp.png | Bin 0 -> 16238 bytes .../air_monitors_xeno.rsi/alarmx.png | Bin 0 -> 16602 bytes .../air_monitors_xeno.rsi/auth_off.png | Bin 0 -> 231 bytes .../air_monitors_xeno.rsi/auth_on.png | Bin 0 -> 434 bytes .../air_monitors_xeno.rsi/fire0.png | Bin 0 -> 15802 bytes .../air_monitors_xeno.rsi/fire_0.png | Bin 0 -> 200 bytes .../air_monitors_xeno.rsi/fire_1.png | Bin 0 -> 222 bytes .../air_monitors_xeno.rsi/fire_2.png | Bin 0 -> 264 bytes .../air_monitors_xeno.rsi/fire_3.png | Bin 0 -> 351 bytes .../air_monitors_xeno.rsi/fire_b0.png | Bin 0 -> 15789 bytes .../air_monitors_xeno.rsi/fire_b1.png | Bin 0 -> 15867 bytes .../air_monitors_xeno.rsi/fire_b2.png | Bin 0 -> 16603 bytes .../air_monitors_xeno.rsi/fire_bitem.png | Bin 0 -> 15230 bytes .../air_monitors_xeno.rsi/fire_detected.png | Bin 0 -> 427 bytes .../air_monitors_xeno.rsi/fire_emagged.png | Bin 0 -> 798 bytes .../air_monitors_xeno.rsi/fire_off.png | Bin 0 -> 203 bytes .../air_monitors_xeno.rsi/fire_on.png | Bin 0 -> 380 bytes .../air_monitors_xeno.rsi/fire_overlay.png | Bin 0 -> 247 bytes .../air_monitors_xeno.rsi/firex.png | Bin 0 -> 16351 bytes .../air_monitors_xeno.rsi/meta.json | 290 + .../Structures/Walls/xeno.rsi/full.png | Bin 0 -> 15089 bytes .../Structures/Walls/xeno.rsi/meta.json | 105 + .../Walls/xeno.rsi/reinf_construct-0.png | Bin 0 -> 15253 bytes .../Walls/xeno.rsi/reinf_construct-1.png | Bin 0 -> 15289 bytes .../Walls/xeno.rsi/reinf_construct-2.png | Bin 0 -> 15344 bytes .../Walls/xeno.rsi/reinf_construct-3.png | Bin 0 -> 15362 bytes .../Walls/xeno.rsi/reinf_construct-4.png | Bin 0 -> 15409 bytes .../Walls/xeno.rsi/reinf_construct-5.png | Bin 0 -> 15407 bytes .../Structures/Walls/xeno.rsi/reinf_over0.png | Bin 0 -> 16549 bytes .../Structures/Walls/xeno.rsi/reinf_over1.png | Bin 0 -> 16002 bytes .../Structures/Walls/xeno.rsi/reinf_over2.png | Bin 0 -> 16122 bytes .../Structures/Walls/xeno.rsi/reinf_over3.png | Bin 0 -> 16030 bytes .../Structures/Walls/xeno.rsi/reinf_over4.png | Bin 0 -> 16177 bytes .../Structures/Walls/xeno.rsi/reinf_over5.png | Bin 0 -> 15640 bytes .../Structures/Walls/xeno.rsi/reinf_over6.png | Bin 0 -> 15693 bytes .../Structures/Walls/xeno.rsi/reinf_over7.png | Bin 0 -> 15222 bytes .../Walls/xeno.rsi/reinforced_wall_girder.png | Bin 0 -> 692 bytes .../Structures/Walls/xeno.rsi/rgeneric.png | Bin 0 -> 15781 bytes .../Structures/Walls/xeno.rsi/solid0.png | Bin 0 -> 15289 bytes .../Structures/Walls/xeno.rsi/solid1.png | Bin 0 -> 16186 bytes .../Structures/Walls/xeno.rsi/solid2.png | Bin 0 -> 15289 bytes .../Structures/Walls/xeno.rsi/solid3.png | Bin 0 -> 15985 bytes .../Structures/Walls/xeno.rsi/solid4.png | Bin 0 -> 16230 bytes .../Structures/Walls/xeno.rsi/solid5.png | Bin 0 -> 16421 bytes .../Structures/Walls/xeno.rsi/solid6.png | Bin 0 -> 16230 bytes .../Structures/Walls/xeno.rsi/solid7.png | Bin 0 -> 16022 bytes .../Structures/Walls/xeno.rsi/wall_girder.png | Bin 0 -> 302 bytes .../Windows/xeno_resin.rsi/full.png | Bin 0 -> 15860 bytes .../Windows/xeno_resin.rsi/meta.json | 46 + .../Windows/xeno_resin.rsi/xwindow0.png | Bin 0 -> 16073 bytes .../Windows/xeno_resin.rsi/xwindow1.png | Bin 0 -> 15900 bytes .../Windows/xeno_resin.rsi/xwindow2.png | Bin 0 -> 16073 bytes .../Windows/xeno_resin.rsi/xwindow3.png | Bin 0 -> 15900 bytes .../Windows/xeno_resin.rsi/xwindow4.png | Bin 0 -> 15861 bytes .../Windows/xeno_resin.rsi/xwindow5.png | Bin 0 -> 15313 bytes .../Windows/xeno_resin.rsi/xwindow6.png | Bin 0 -> 15867 bytes .../Windows/xeno_resin.rsi/xwindow7.png | Bin 0 -> 14767 bytes Resources/Textures/Tiles/attributions.yml | 20 + Resources/Textures/Tiles/dark_squiggly.png | Bin 0 -> 18060 bytes Resources/Textures/Tiles/dark_test.png | Bin 0 -> 1129 bytes Resources/Textures/Tiles/tech_maint_dark.png | Bin 0 -> 14699 bytes Resources/Textures/Tiles/xeno_flooring.png | Bin 0 -> 16543 bytes Resources/Textures/Tiles/xeno_maint.png | Bin 0 -> 15948 bytes Resources/Textures/Tiles/xeno_steel.png | Bin 0 -> 16605 bytes .../Textures/Tiles/xeno_steel_corner.png | Bin 0 -> 16831 bytes 176 files changed, 133635 insertions(+), 709 deletions(-) create mode 100644 Resources/Maps/Shuttles/cargo_exo.yml create mode 100644 Resources/Maps/Shuttles/emergency_exo.yml create mode 100644 Resources/Maps/exo.yml create mode 100644 Resources/Prototypes/Entities/Structures/Windows/xenoresin.yml create mode 100644 Resources/Prototypes/Maps/exo.yml create mode 100644 Resources/Prototypes/Parallaxes/exo.yml create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/dark-squiggly.png create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/techfloordark.png create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/xeno-steel-corner.png create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/xeno-steel.png create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/xeno-techmaint.png create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/xenofloor.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/rail.png create mode 100644 Resources/Textures/Parallaxes/XenoParallaxNeb.png create mode 100644 Resources/Textures/Parallaxes/space_map3.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/closed.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/closed_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/closing.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/closing_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/deny_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/meta.json create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/opening.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/opening_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/panel_closing.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/panel_open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/panel_opening.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/sparks.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/sparks_broken.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/sparks_open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/xeno.rsi/welded.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/closed.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/closed_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/closing.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/closing_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/deny_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/meta.json create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/opening.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/opening_unlit.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/panel_closing.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/panel_open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/panel_opening.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/sparks.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/sparks_broken.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/sparks_open.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/xeno.rsi/welded.png create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/closed.png create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/closing.png create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/meta.json create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/open.png create mode 100644 Resources/Textures/Structures/Doors/Shutters/xeno_blastdoor.rsi/opening.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/full.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/meta.json create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_0.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_1.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_2.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_3.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_4.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_5.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_6.png create mode 100644 Resources/Textures/Structures/Furniture/Tables/xeno.rsi/state_7.png create mode 100644 Resources/Textures/Structures/Furniture/chairs.rsi/xeno-chair.png create mode 100644 Resources/Textures/Structures/Machines/Medical/cryopod.rsi/pod-cracked.png create mode 100644 Resources/Textures/Structures/Shuttles/old_thruster.rsi/base.png create mode 100644 Resources/Textures/Structures/Shuttles/old_thruster.rsi/meta.json create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm0.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm1.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm2.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm_b1.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm_b2.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarm_bitem.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarmp.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/alarmx.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/auth_off.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/auth_on.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire0.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_0.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_1.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_2.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_3.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_b0.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_b1.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_b2.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_bitem.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_detected.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_emagged.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_off.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_on.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/fire_overlay.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/firex.png create mode 100644 Resources/Textures/Structures/Wallmounts/air_monitors_xeno.rsi/meta.json create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/full.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/meta.json create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-0.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-1.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-2.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-3.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-4.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_construct-5.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over0.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over1.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over2.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over3.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over4.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over5.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over6.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinf_over7.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/reinforced_wall_girder.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/rgeneric.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid0.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid1.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid2.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid3.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid4.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid5.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid6.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/solid7.png create mode 100644 Resources/Textures/Structures/Walls/xeno.rsi/wall_girder.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/full.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/meta.json create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow0.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow1.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow2.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow3.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow4.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow5.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow6.png create mode 100644 Resources/Textures/Structures/Windows/xeno_resin.rsi/xwindow7.png create mode 100644 Resources/Textures/Tiles/dark_squiggly.png create mode 100644 Resources/Textures/Tiles/dark_test.png create mode 100644 Resources/Textures/Tiles/tech_maint_dark.png create mode 100644 Resources/Textures/Tiles/xeno_flooring.png create mode 100644 Resources/Textures/Tiles/xeno_maint.png create mode 100644 Resources/Textures/Tiles/xeno_steel.png create mode 100644 Resources/Textures/Tiles/xeno_steel_corner.png diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 294af9b2e0..97be2b8705 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -74,7 +74,7 @@ namespace Content.IntegrationTests.Tests "Elkridge", "Relic", "dm01-entryway", - + "Exo", }; /// diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl index 2ee82bcf1d..7d6ff73aa8 100644 --- a/Resources/Locale/en-US/stack/stacks.ftl +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -157,6 +157,7 @@ stack-steel-light-checker-tile = steel light checker tile stack-steel-tile = steel tile stack-wood-floor = wood floor stack-techmaint-floor = techmaint floor +stack-techmaint-floor-dark = dark techmaint floor stack-freezer-tile = freezer tile stack-showroom-tile = showroom tile stack-green-circuit-floor = green-circuit floor @@ -230,3 +231,8 @@ stack-astro-snow-floor = astro-snow floor stack-large-wood-floor = large wood floor stack-red-circuit-floor = red-circuit floor stack-asteroid-astro-sand-floor = asteroid astro-sand floor +stack-xeno-floor = xeno floor +stack-xeno-steel = xeno steel tile +stack-xeno-steel-corner = xeno steel corner tile +stack-xeno-maint = xeno techmaint +stack-dark-squiggly = dark steel squiggly tile diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index c6aeeacf99..a88c4e6dc1 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -36,6 +36,7 @@ tiles-dark-floor-herringbone = dark steel herringbone tiles-dark-floor-diagonal-mini = dark steel diagonal mini-tile tiles-plastic-dark-floor = dark plastic tile tiles-techmaint-floor = techmaint floor +tiles-techmaint-floor-dark = dark techmaint floor tiles-reinforced-floor = reinforced floor tiles-super-reinforced-floor = hardened reinforced floor tiles-mono-floor = mono floor @@ -133,3 +134,8 @@ tiles-astro-snow = astro-snow tiles-astro-asteroid-sand = asteroid astro-sand tiles-astro-asteroid-sand-borderless = borderless asteroid astro-sand tiles-wood-large = large wood +tiles-xeno-floor = xeno floor +tiles-xeno-steel = xeno steel tile +tiles-xeno-steel-corner = xeno steel corner tile +tiles-xeno-maint = xeno techmaint +tiles-dark-squiggly = dark steel squiggly tile diff --git a/Resources/Maps/Shuttles/cargo_exo.yml b/Resources/Maps/Shuttles/cargo_exo.yml new file mode 100644 index 0000000000..627b084fcb --- /dev/null +++ b/Resources/Maps/Shuttles/cargo_exo.yml @@ -0,0 +1,1375 @@ +meta: + format: 7 + category: Grid + engineVersion: 259.0.0 + forkId: "" + forkVersion: "" + time: 05/16/2025 14:17:40 + entityCount: 199 +maps: [] +grids: +- 173 +orphans: +- 173 +nullspace: [] +tilemap: + 0: Space + 84: FloorShuttleBlue + 1: FloorShuttleOrange + 89: FloorShuttleWhite + 93: FloorSteel + 2: FloorSteelMini + 108: FloorTechMaint + 126: Plating +entities: +- proto: "" + entities: + - uid: 173 + components: + - type: MetaData + name: Cargo shuttle + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF0AAAAAAgBdAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABdAAAAAAEAXQAAAAABAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAACAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAABdAAAAAAMAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABdAAAAAAMAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAF0AAAAAAQB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAQBdAAAAAAEAXQAAAAABAF0AAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAFkAAAAAAwABAAAAAAEAWQAAAAADAH4AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAABZAAAAAAMAAQAAAAADAFkAAAAAAwB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 0,0: + ind: 0,0 + tiles: XQAAAAABAH4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF0AAAAAAwBdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABdAAAAAAMAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACAF0AAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF0AAAAAAQB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABdAAAAAAEAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABAH4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAGwAAAAAAAB+AAAAAAAAfgAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAAAAF0AAAAAAwBdAAAAAAEAXQAAAAABAA== + version: 7 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACAF0AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: CargoShuttle + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Box + decals: + 14: 1,3 + 15: 1,2 + 16: 1,1 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 17: 0,1 + 18: 0,2 + 19: 0,3 + - node: + color: '#A4610696' + id: MiniTileBoxOverlay + decals: + 1: -1,6 + 2: -1,4 + - node: + color: '#A4610696' + id: MiniTileInnerOverlayNE + decals: + 4: -1,0 + - node: + color: '#A4610696' + id: MiniTileInnerOverlaySE + decals: + 3: -1,0 + - node: + color: '#A4610696' + id: MiniTileInnerOverlaySW + decals: + 5: -0.75049686,2.4994292 + 6: -0.50033784,2.2492557 + 7: -0.49999022,0.24989188 + 8: -0.49999022,0.50006557 + 9: -0.7497983,0.24989188 + - node: + color: '#A4610696' + id: MiniTileLineOverlayE + decals: + 10: -1,2 + - node: + color: '#A4610696' + id: MiniTileLineOverlayW + decals: + 0: -1,0 + 11: -1,2 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 13: -1,6 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSe + decals: + 12: -1,6 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,0: + 0: 51400 + -2,1: + 0: 34952 + -2,2: + 0: 136 + -2,-1: + 0: 32836 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 179 + -1,-1: + 0: 65526 + 0,0: + 0: 13105 + 0,1: + 0: 305 + 0,2: + 0: 18 + 0,-1: + 0: 12290 + -2,-2: + 0: 32768 + 0,-2: + 0: 4096 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + dampingModifier: 0.25 + - type: GridPathfinding + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay +- proto: AirCanister + entities: + - uid: 172 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 173 +- proto: AirlockExternalLocked + entities: + - uid: 1 + components: + - type: Transform + pos: 1.5,2.5 + parent: 173 + - uid: 25 + components: + - type: Transform + pos: 1.5,1.5 + parent: 173 + - uid: 29 + components: + - type: Transform + pos: 1.5,3.5 + parent: 173 +- proto: AirlockGlassShuttle + entities: + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 173 + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 173 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 173 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 173 +- proto: APCHyperCapacity + entities: + - uid: 40 + components: + - type: Transform + pos: -0.5,8.5 + parent: 173 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 173 + - uid: 11 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 173 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 173 + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 173 + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 173 + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 173 + - uid: 168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 173 +- proto: BlastDoor + entities: + - uid: 195 + components: + - type: Transform + pos: -5.5,0.5 + parent: 173 + - uid: 196 + components: + - type: Transform + pos: -5.5,4.5 + parent: 173 +- proto: ButtonFrameCaution + entities: + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 173 +- proto: CableApcExtension + entities: + - uid: 4 + components: + - type: Transform + pos: -0.5,8.5 + parent: 173 + - uid: 5 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 173 + - uid: 17 + components: + - type: Transform + pos: 0.5,5.5 + parent: 173 + - uid: 19 + components: + - type: Transform + pos: 0.5,4.5 + parent: 173 + - uid: 22 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 173 + - uid: 53 + components: + - type: Transform + pos: 0.5,0.5 + parent: 173 + - uid: 54 + components: + - type: Transform + pos: 0.5,1.5 + parent: 173 + - uid: 58 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 173 + - uid: 73 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 173 + - uid: 74 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 173 + - uid: 81 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 173 + - uid: 100 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 + - uid: 101 + components: + - type: Transform + pos: -1.5,6.5 + parent: 173 + - uid: 102 + components: + - type: Transform + pos: -2.5,6.5 + parent: 173 + - uid: 103 + components: + - type: Transform + pos: -2.5,5.5 + parent: 173 + - uid: 104 + components: + - type: Transform + pos: -2.5,8.5 + parent: 173 + - uid: 105 + components: + - type: Transform + pos: -3.5,8.5 + parent: 173 + - uid: 107 + components: + - type: Transform + pos: -3.5,6.5 + parent: 173 + - uid: 108 + components: + - type: Transform + pos: -3.5,7.5 + parent: 173 + - uid: 109 + components: + - type: Transform + pos: -2.5,4.5 + parent: 173 + - uid: 110 + components: + - type: Transform + pos: -2.5,3.5 + parent: 173 + - uid: 111 + components: + - type: Transform + pos: -2.5,2.5 + parent: 173 + - uid: 112 + components: + - type: Transform + pos: -2.5,1.5 + parent: 173 + - uid: 113 + components: + - type: Transform + pos: -2.5,0.5 + parent: 173 + - uid: 114 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 173 + - uid: 115 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 173 + - uid: 116 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 173 + - uid: 117 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 173 + - uid: 119 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 173 + - uid: 121 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 173 + - uid: 122 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 173 + - uid: 123 + components: + - type: Transform + pos: -4.5,7.5 + parent: 173 + - uid: 124 + components: + - type: Transform + pos: -0.5,7.5 + parent: 173 + - uid: 125 + components: + - type: Transform + pos: -1.5,3.5 + parent: 173 + - uid: 126 + components: + - type: Transform + pos: -0.5,3.5 + parent: 173 + - uid: 127 + components: + - type: Transform + pos: -1.5,1.5 + parent: 173 + - uid: 128 + components: + - type: Transform + pos: -0.5,1.5 + parent: 173 + - uid: 129 + components: + - type: Transform + pos: -3.5,1.5 + parent: 173 + - uid: 130 + components: + - type: Transform + pos: -4.5,1.5 + parent: 173 + - uid: 131 + components: + - type: Transform + pos: -3.5,3.5 + parent: 173 + - uid: 132 + components: + - type: Transform + pos: -4.5,3.5 + parent: 173 + - uid: 147 + components: + - type: Transform + pos: 0.5,3.5 + parent: 173 + - uid: 162 + components: + - type: Transform + pos: 0.5,8.5 + parent: 173 + - uid: 163 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 173 + - uid: 184 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 173 +- proto: CableHV + entities: + - uid: 80 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 173 + - uid: 86 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 173 + - uid: 158 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 173 + - uid: 171 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 173 +- proto: CableMV + entities: + - uid: 7 + components: + - type: Transform + pos: -0.5,8.5 + parent: 173 + - uid: 77 + components: + - type: Transform + pos: -0.5,7.5 + parent: 173 + - uid: 88 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 173 + - uid: 89 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 173 + - uid: 90 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 173 + - uid: 91 + components: + - type: Transform + pos: -2.5,0.5 + parent: 173 + - uid: 92 + components: + - type: Transform + pos: -2.5,1.5 + parent: 173 + - uid: 93 + components: + - type: Transform + pos: -2.5,2.5 + parent: 173 + - uid: 94 + components: + - type: Transform + pos: -2.5,3.5 + parent: 173 + - uid: 95 + components: + - type: Transform + pos: -2.5,4.5 + parent: 173 + - uid: 96 + components: + - type: Transform + pos: -2.5,5.5 + parent: 173 + - uid: 97 + components: + - type: Transform + pos: -2.5,6.5 + parent: 173 + - uid: 98 + components: + - type: Transform + pos: -1.5,6.5 + parent: 173 + - uid: 99 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 + - uid: 156 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 173 + - uid: 159 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 173 +- proto: CableTerminal + entities: + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 173 +- proto: CargoPallet + entities: + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 173 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,6.5 + parent: 173 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 173 + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 173 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 173 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 173 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 173 + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 173 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 173 + - uid: 153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 173 + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 173 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 173 + - uid: 174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,4.5 + parent: 173 + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 173 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 173 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 173 + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 173 + - uid: 182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,6.5 + parent: 173 +- proto: ComfyChair + entities: + - uid: 183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,8.5 + parent: 173 +- proto: ComputerShuttle + entities: + - uid: 36 + components: + - type: Transform + pos: -3.5,9.5 + parent: 173 +- proto: ConveyorBelt + entities: + - uid: 185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 173 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 173 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 173 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 173 +- proto: FoodDonkpocketStonkWarm + entities: + - uid: 180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 173 +- proto: GasPipeBend + entities: + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 173 +- proto: GasPipeStraight + entities: + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 173 + - uid: 137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 173 + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 173 + - uid: 169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 173 +- proto: GasPort + entities: + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 173 +- proto: GasVentPump + entities: + - uid: 199 + components: + - type: Transform + pos: -2.5,3.5 + parent: 173 +- proto: GeneratorBasic15kW + entities: + - uid: 83 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 173 +- proto: GravityGeneratorMini + entities: + - uid: 164 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 173 +- proto: Grille + entities: + - uid: 13 + components: + - type: Transform + pos: -1.5,8.5 + parent: 173 + - uid: 26 + components: + - type: Transform + pos: -5.5,10.5 + parent: 173 + - uid: 27 + components: + - type: Transform + pos: -1.5,10.5 + parent: 173 + - uid: 47 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,10.5 + parent: 173 + - uid: 59 + components: + - type: Transform + pos: -5.5,9.5 + parent: 173 + - uid: 71 + components: + - type: Transform + pos: -1.5,9.5 + parent: 173 + - uid: 139 + components: + - type: Transform + pos: -5.5,8.5 + parent: 173 + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,10.5 + parent: 173 + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 173 + - uid: 157 + components: + - type: Transform + pos: 1.5,4.5 + parent: 173 + - uid: 160 + components: + - type: Transform + pos: 1.5,0.5 + parent: 173 +- proto: Gyroscope + entities: + - uid: 133 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 173 +- proto: HandheldGPSBasic + entities: + - uid: 179 + components: + - type: Transform + pos: -2.5,9.5 + parent: 173 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 189 + components: + - type: Transform + pos: -5.5,0.5 + parent: 173 + - uid: 190 + components: + - type: Transform + pos: -5.5,4.5 + parent: 173 +- proto: Poweredlight + entities: + - uid: 23 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 173 + - uid: 24 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 173 + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 173 + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 173 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 173 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: ShuttleWindow + entities: + - uid: 14 + components: + - type: Transform + pos: -1.5,10.5 + parent: 173 + - uid: 32 + components: + - type: Transform + pos: -4.5,10.5 + parent: 173 + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 173 + - uid: 49 + components: + - type: Transform + pos: -1.5,8.5 + parent: 173 + - uid: 56 + components: + - type: Transform + pos: -5.5,10.5 + parent: 173 + - uid: 70 + components: + - type: Transform + pos: -5.5,8.5 + parent: 173 + - uid: 149 + components: + - type: Transform + pos: -2.5,10.5 + parent: 173 + - uid: 150 + components: + - type: Transform + pos: -5.5,9.5 + parent: 173 + - uid: 161 + components: + - type: Transform + pos: -1.5,9.5 + parent: 173 + - uid: 170 + components: + - type: Transform + pos: 1.5,0.5 + parent: 173 + - uid: 175 + components: + - type: Transform + pos: 1.5,4.5 + parent: 173 +- proto: SignalButton + entities: + - uid: 191 + components: + - type: Transform + pos: -5.5,5.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 196: + - - Pressed + - Toggle + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 195: + - - Pressed + - Toggle + - uid: 197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 25: + - - Pressed + - Toggle + - - Pressed + - AutoClose + 1: + - - Pressed + - Toggle + - - Pressed + - AutoClose + 29: + - - Pressed + - Toggle + - - Pressed + - AutoClose +- proto: SMESBasic + entities: + - uid: 167 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 173 +- proto: SubstationBasic + entities: + - uid: 165 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 173 +- proto: TableReinforced + entities: + - uid: 16 + components: + - type: Transform + pos: -2.5,9.5 + parent: 173 + - uid: 35 + components: + - type: Transform + pos: -4.5,8.5 + parent: 173 + - uid: 44 + components: + - type: Transform + pos: -4.5,9.5 + parent: 173 + - uid: 46 + components: + - type: Transform + pos: -2.5,8.5 + parent: 173 +- proto: Thruster + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 173 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 173 + - uid: 28 + components: + - type: Transform + pos: 0.5,9.5 + parent: 173 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 173 + - uid: 72 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 173 + - uid: 75 + components: + - type: Transform + pos: -0.5,9.5 + parent: 173 + - uid: 141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 173 + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 173 +- proto: TwoWayLever + entities: + - uid: 193 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 186: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 185: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 194 + components: + - type: Transform + pos: -4.5,5.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 188: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 187: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off +- proto: WallShuttle + entities: + - uid: 2 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 173 + - uid: 8 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 173 + - uid: 9 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 173 + - uid: 10 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 173 + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 173 + - uid: 18 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 173 + - uid: 20 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 173 + - uid: 21 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 173 + - uid: 33 + components: + - type: Transform + pos: -5.5,2.5 + parent: 173 + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 173 + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 173 + - uid: 57 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 173 + - uid: 60 + components: + - type: Transform + pos: 1.5,7.5 + parent: 173 + - uid: 61 + components: + - type: Transform + pos: 0.5,8.5 + parent: 173 + - uid: 63 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 173 + - uid: 64 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 173 + - uid: 65 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 173 + - uid: 66 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 173 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 173 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,7.5 + parent: 173 + - uid: 69 + components: + - type: Transform + pos: -0.5,8.5 + parent: 173 + - uid: 76 + components: + - type: Transform + pos: 1.5,6.5 + parent: 173 + - uid: 78 + components: + - type: Transform + pos: 0.5,7.5 + parent: 173 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 173 + - uid: 106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 173 +- proto: WindoorCargoLocked + entities: + - uid: 31 + components: + - type: Transform + pos: -3.5,8.5 + parent: 173 +- proto: WindowReinforcedDirectional + entities: + - uid: 34 + components: + - type: Transform + pos: -2.5,8.5 + parent: 173 + - uid: 55 + components: + - type: Transform + pos: -4.5,8.5 + parent: 173 +... diff --git a/Resources/Maps/Shuttles/emergency_exo.yml b/Resources/Maps/Shuttles/emergency_exo.yml new file mode 100644 index 0000000000..4dd4aa96c6 --- /dev/null +++ b/Resources/Maps/Shuttles/emergency_exo.yml @@ -0,0 +1,6702 @@ +meta: + format: 7 + category: Grid + engineVersion: 262.0.0 + forkId: "" + forkVersion: "" + time: 06/15/2025 12:24:53 + entityCount: 1013 +maps: [] +grids: +- 2 +orphans: +- 2 +nullspace: [] +tilemap: + 2: Space + 5: FloorDark + 7: FloorDarkMini + 0: FloorSteel + 6: FloorTechMaint + 3: FloorWhitePlastic + 11: FloorXeno + 10: FloorXenoMaint + 9: FloorXenoSteel + 8: FloorXenoSteelCorner + 4: Lattice + 1: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + name: NT Evac Exo + - type: Transform + pos: -0.515625,-0.5078182 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAACAAAAAAAAAQABAAAAAAAACAAAAAAAAgkAAAAAAAMJAAAAAAADCQAAAAAAAwkAAAAAAAMJAAAAAAADCQAAAAAAAwkAAAAAAAMKAAAAAAAACQAAAAAAAwkAAAAAAAMIAAAAAAAACAAAAAAAAgAAAAAAAQAAAAAAAAEAAQAAAAAAAAoAAAAAAAAAAAAAAAMAAAAAAAAAAAEAAAAAAAABAAAAAAAACwAAAAAAAAsAAAAAAAABAAAAAAAAAQAAAAAAAAgAAAAAAAIJAAAAAAADCQAAAAAAAwgAAAAAAAAAAAAAAAEAAAAAAAADAAEAAAAAAAAIAAAAAAAAAAAAAAABAAAAAAAAAQALAAAAAAAACwAAAAAAAAgAAAAAAAIJAAAAAAADCQAAAAAAAwEAAAAAAAAIAAAAAAAACAAAAAAAAgkAAAAAAAMJAAAAAAADAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAACAAAAAAAAAQAIAAAAAAACCQAAAAAAAwkAAAAAAAMIAAAAAAAACwAAAAAAAAsAAAAAAAABAAAAAAAAAQAAAAAAAAkAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAIACQAAAAAAAwkAAAAAAAMJAAAAAAADCAAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAAAQAAAAAAAAsAAAAAAAAJAAAAAAAACwAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAABAAAAAAAAAgALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAEAAAAAAAALAAAAAAAACQAAAAAAAAsAAAAAAAALAAAAAAAAAAAAAAADAAAAAAAAAwAAAAAAAAIAAAAAAAADAAAAAAAAAgAJAAAAAAAACwAAAAAAAAEAAAAAAAABAAAAAAAACwAAAAAAAAEAAAAAAAABAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAAAAAAAAgABAAAAAAAAAQAAAAAAAAMAAAAAAgABAAAAAAAAAQAAAAAAAAEAAAAAAAAKAAAAAAAACgAAAAAAAAsAAAAAAAALAAAAAAAAAQAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAAAAAAAAMAAAAAAAAAAAEAAAAAAAADAAAAAAIAAwAAAAACAAsAAAAAAAAKAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAEAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAABAAAAAAAAAwAAAAACAAMAAAAAAAADAAAAAAAACgAAAAAAAAsAAAAAAAALAAAAAAAACgAAAAAAAAoAAAAAAAABAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAAIAAQAAAAAAAAMAAAAAAwADAAAAAAMAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAADAAEAAAAAAAADAAAAAAEAAwAAAAAAAAEAAAAAAAAEAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAA== + version: 7 + -1,0: + ind: -1,0 + tiles: AgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAADAAAAAAAAAQABAAAAAAAAAAAAAAACAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAgACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAAIAAAAAAAACAAAAAAAAAwAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAIAAAAAAAABAAAAAAAAAwABAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAAAAAAACAAAAAAAAAwAAAAAAAAAAAAAAAAABAAAAAAAAAQACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAABAAAAAAAAAgAAAAAAAAMAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAgAAAAAAAAEAAAAAAAADAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAMAAAAAAAADAAAAAAAAAwABAAAAAAAAAAAAAAABAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAAMAAQAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAABAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAMAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAA== + version: 7 + 0,-1: + ind: 0,-1 + tiles: AgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAABAAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAMAAQAAAAAAAAQAAAAAAAABAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAAQAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAAUAAAAAAwAFAAAAAAAABQAAAAABAAEAAAAAAAABAAAAAAAAAQAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAIABQAAAAAAAAUAAAAAAwABAAAAAAAACgAAAAAAAAEAAAAAAAABAAAAAAAACgAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAMAAQAAAAAAAAgAAAAAAAIIAAAAAAADAQAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAUAAAAAAwAFAAAAAAMABwAAAAAAAAUAAAAAAwAFAAAAAAIABQAAAAABAAEAAAAAAAAIAAAAAAABCQAAAAAAAAEAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAFAAAAAAIABQAAAAADAAcAAAAAAwAFAAAAAAEABQAAAAAAAAUAAAAAAQABAAAAAAAACQAAAAAAAwgAAAAAAAABAAAAAAAAAQAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAABQAAAAADAAUAAAAAAQABAAAAAAAAAQAAAAAAAAUAAAAAAwABAAAAAAAAAQAAAAAAAAEAAAAAAAALAAAAAAAAAQAAAAAAAAkAAAAAAAMKAAAAAAAACQAAAAAAAwgAAAAAAAALAAAAAAAACwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAIACAAAAAAAAQkAAAAAAAMJAAAAAAADCQAAAAAAAwkAAAAAAAMIAAAAAAACCgAAAAAAAAgAAAAAAAMIAAAAAAACCQAAAAAAAwkAAAAAAAMAAAAAAAIAAAAAAAABAAAAAAAAAwAAAAAAAAEAAAAAAAACAAAAAAAAAQABAAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAACQAAAAAAAAEAAAAAAAAJAAAAAAAACQAAAAAAAAgAAAAAAAIIAAAAAAADAAAAAAACAAAAAAAAAAAAAAAAAAMAAAAAAAADAAAAAAAAAAAAAAAAAAIAAQAAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAAgAAAAAAAAKAAAAAAAACAAAAAAAAQgAAAAAAAAIAAAAAAACCAAAAAAAAA== + version: 7 + -1,-1: + ind: -1,-1 + tiles: AgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAABAAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAQAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAAGAAAAAAAAAQAAAAAAAAYAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAMAAAAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAADAAAAAAAAAgABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAEAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAACAAEAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAAAAAAAAAIAAAAAAAABAAAAAAAAAgABAAAAAAAAAAAAAAAAAA== + version: 7 + 1,-1: + ind: 1,-1 + tiles: AgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAQAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAABAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAsAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAALAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACwAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAgAAAAAAAMBAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAJAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAA== + version: 7 + 1,0: + ind: 1,0 + tiles: CAAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAoAAAAAAAAKAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAIAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAABAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAABAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAA== + version: 7 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + dampingModifier: 0.25 + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DeviceNetwork + deviceNetId: Wireless + configurators: [] + deviceLists: [] + transmitFrequencyId: ShuttleTimer + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 71: -4,1 + 72: -4,2 + 73: -4,3 + 74: -4,4 + 75: -4,5 + 76: -4,-1 + 77: -4,-2 + 78: -4,-3 + 79: -4,-4 + 80: -4,-5 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 82: -2,4 + 83: -2,5 + 84: -2,6 + 85: 2,6 + 86: 2,5 + 87: 2,4 + 102: -5,0 + 103: -4,0 + 104: -3,0 + 147: 5,1 + 148: 4,1 + - node: + color: '#9FED5896' + id: BrickCornerOverlayNE + decals: + 22: 4,5 + - node: + color: '#9FED5896' + id: BrickCornerOverlaySE + decals: + 23: -4,-5 + - node: + color: '#9FED5896' + id: BrickEndOverlayS + decals: + 39: 4,-2 + - node: + color: '#9FED5896' + id: BrickLineOverlayE + decals: + 0: -4,-4 + 1: -4,-3 + 2: -4,-2 + 3: -4,-1 + 4: -4,0 + 5: -4,2 + 6: -4,1 + 7: -4,3 + 8: -4,4 + 138: 4,-1 + 144: 4,3 + 145: 4,1 + 146: 4,2 + - node: + color: '#9FED5896' + id: BrickLineOverlayN + decals: + 25: 2,5 + 26: 1,5 + 27: 0,5 + 28: -1,5 + 29: -2,5 + 30: -3,5 + 31: -4,5 + 137: 3,5 + - node: + color: '#9FED5896' + id: BrickLineOverlayS + decals: + 32: -3,5 + 33: -2,5 + 34: -1,5 + 35: 0,5 + 36: 1,5 + 37: 2,5 + 136: 3,5 + - node: + color: '#9FED5896' + id: BrickLineOverlayW + decals: + 21: -4,0 + 139: 4,-1 + 141: 4,2 + 142: 4,1 + 143: 4,3 + - node: + color: '#DE3A3A49' + id: CheckerNWSE + decals: + 92: 4,-6 + 93: 4,-7 + 94: 4,-8 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 61: -5,-5 + 62: -5,-4 + 63: -5,-2 + 64: -5,-3 + 65: -5,-1 + 66: -5,1 + 67: -5,2 + 68: -5,3 + 69: -5,4 + 70: -5,5 + - node: + cleanable: True + color: '#00FFFFFF' + id: Dirt + decals: + 173: 5,9 + 174: 4,8 + 175: 4,9 + 176: 3,8 + - node: + cleanable: True + color: '#00FFFFFF' + id: DirtHeavy + decals: + 153: 5,5 + 157: 4,-3 + 162: 5,5 + 165: 5,-9 + 183: 5,9 + - node: + cleanable: True + color: '#00FFFFFF' + id: DirtHeavyMonotile + decals: + 158: 5,-2 + 164: 5,-9 + 166: 4,6 + 167: 4,5 + 168: 3,-2 + 169: 1,4 + 184: 3,9 + 185: 4,8 + - node: + cleanable: True + color: '#00FFFFFF' + id: DirtLight + decals: + 154: 5,2 + 155: 5,2 + 156: 3,5 + 159: 5,-1 + 160: 4,1 + 170: 0,4 + 177: 5,9 + 181: 4,8 + 182: 4,8 + - node: + cleanable: True + color: '#00FFFFFF' + id: DirtMedium + decals: + 161: 5,1 + 163: 5,-5 + 171: 1,4 + 172: 4,3 + 178: 4,8 + 179: 5,9 + 180: 3,8 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 97: 0,6 + 98: -1,6 + 99: 1,6 + - node: + color: '#52B4E94C' + id: HalfTileOverlayGreyscale + decals: + 100: 3,6 + - node: + color: '#EFB3414C' + id: HalfTileOverlayGreyscale + decals: + 95: -3,6 + - node: + angle: 3.141592653589793 rad + color: '#00000026' + id: MarkupRectangle1x2 + decals: + 198: 12,5 + 199: 14,5 + 200: 15,5 + - node: + color: '#DE3A3A49' + id: MiniTileCheckerBOverlay + decals: + 90: 2,-5 + 91: 2,-6 + - node: + color: '#9FED5896' + id: MiniTileInnerOverlayNW + decals: + 40: -4,-1 + - node: + color: '#9FED5896' + id: MiniTileInnerOverlaySE + decals: + 42: -4,5 + - node: + color: '#9FED5896' + id: MiniTileInnerOverlaySW + decals: + 41: -4,1 + 43: 4,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt2 + decals: + 150: 3,3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt3 + decals: + 149: 5,2 + 151: 5,-5 + 152: 6,-2 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 35771 + 0,-1: + 0: 65411 + -1,0: + 0: 16379 + 0,1: + 0: 40959 + -1,1: + 0: 12287 + 0,2: + 0: 48059 + -1,2: + 0: 48059 + 1,0: + 0: 65343 + 1,1: + 0: 33791 + 1,2: + 0: 4607 + 1: 16384 + 1,-1: + 0: 49137 + 2,0: + 0: 30527 + 2,1: + 0: 29303 + 2,2: + 0: 119 + 2,-1: + 0: 63485 + 3,0: + 0: 12287 + 3,1: + 0: 65527 + 3,2: + 0: 119 + 3,-1: + 0: 65523 + 4,0: + 0: 4401 + 4,2: + 1: 16 + -2,0: + 0: 52424 + -2,-1: + 0: 52428 + -2,1: + 0: 2252 + -2,2: + 0: 136 + 1: 16384 + -1,-1: + 0: 47927 + 0,-3: + 0: 45329 + 1: 192 + 0,-2: + 0: 65419 + -1,-3: + 0: 45056 + 1: 96 + -1,-2: + 0: 30495 + 1,-3: + 0: 12800 + 1: 2050 + 1,-2: + 0: 64443 + 2,-2: + 0: 7644 + 2,-3: + 0: 3584 + 3,-2: + 0: 40951 + 3,-3: + 1: 3584 + 4,-3: + 1: 4096 + 4,-2: + 0: 4352 + 1: 2 + 4,-1: + 0: 4368 + -2,-3: + 1: 8 + 0: 34816 + -2,-2: + 0: 51208 + 4,1: + 1: 32 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: ImplicitRoof +- proto: AirAlarm + entities: + - uid: 860 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 817 + - 466 + - uid: 861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 461 + - 849 + - uid: 862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 846 + - 462 + - uid: 863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 839 + - 463 + - uid: 864 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 212 + - 816 + - uid: 865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 465 + - 819 + - uid: 866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 859 + - 470 + - uid: 867 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 469 + - 858 + - uid: 868 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - type: DeviceList + devices: + - 805 + - 468 + - uid: 869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 818 + - 467 +- proto: AirAlarmXeno + entities: + - uid: 870 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 153 + - 852 + - uid: 871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 803 + - 850 + - uid: 872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 820 + - 821 + - uid: 873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 822 + - 804 + - uid: 874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 841 + - 840 +- proto: AirCanister + entities: + - uid: 256 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 161 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 625 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 162 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 +- proto: AirlockExternal + entities: + - uid: 165 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 2 + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 2 + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 2 + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 2 + - uid: 148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 2 + - uid: 149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 2 + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,2.5 + parent: 2 + - uid: 152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 +- proto: AirlockGlassShuttleSyndicate + entities: + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,1.5 + parent: 2 +- proto: AirlockGlassXeno + entities: + - uid: 677 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 +- proto: AirlockMaint + entities: + - uid: 164 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 163 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 179 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 +- proto: AirlockShuttle + entities: + - uid: 141 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 15 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 2 + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,7.5 + parent: 2 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 2 + - uid: 404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,6.5 + parent: 2 + - uid: 878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 2 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 2 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 2 + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 2 + - uid: 169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 2 + - uid: 171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 2 + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,2.5 + parent: 2 + - uid: 173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - uid: 174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 2 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,1.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 639 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 640 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 1003 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 268 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: -3.5,11.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 921 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 13.5,5.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 +- proto: CableHV + entities: + - uid: 396 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 +- proto: CableMV + entities: + - uid: 347 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 8.5,5.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 498 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 504 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,11.5 + parent: 2 + - uid: 483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,11.5 + parent: 2 +- proto: Chair + entities: + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 2 + - uid: 229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 2 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 2 + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,10.5 + parent: 2 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,8.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 2 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 2 + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 2 + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 2 + - uid: 196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - uid: 201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 2 + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 + - uid: 207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 2 + - uid: 215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 2 + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,10.5 + parent: 2 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,10.5 + parent: 2 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,10.5 + parent: 2 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - uid: 223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 2 + - uid: 224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - uid: 225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - uid: 226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,9.5 + parent: 2 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 2 +- proto: ChairXeno + entities: + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 2 + - uid: 633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,8.5 + parent: 2 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 2 + - uid: 668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 2 + - uid: 669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-6.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 + - uid: 682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,3.5 + parent: 2 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 2 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 +- proto: CigarGold + entities: + - uid: 546 + components: + - type: Transform + pos: -0.6352613,11.746349 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -0.47901124,11.66817 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 91 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 243 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 122 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 +- proto: ClosetWallBlue + entities: + - uid: 514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 515 + - 516 + - 517 + - 518 + - 519 + - 520 + - 521 + - 522 + - 523 + - 524 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 2 + - uid: 251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 2 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 247 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 2 + - uid: 249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 2 +- proto: ComputerEmergencyShuttle + entities: + - uid: 496 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 497 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 710 + components: + - type: Transform + pos: 12.472805,-7.462049 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 515 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 516 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 517 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 518 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 519 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 520 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 521 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 522 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 523 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 524 + components: + - type: Transform + parent: 514 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FirelockGlass + entities: + - uid: 180 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 +- proto: FoodBurgerHuman + entities: + - uid: 724 + components: + - type: Transform + pos: 7.49337,-0.52611494 + parent: 2 +- proto: FoodBurgerXeno + entities: + - uid: 723 + components: + - type: Transform + pos: 1.4646692,6.3820086 + parent: 2 +- proto: FoodMeatXeno + entities: + - uid: 722 + components: + - type: Transform + pos: 16.292553,-2.3922443 + parent: 2 +- proto: FoodPieXeno + entities: + - uid: 719 + components: + - type: Transform + pos: 12.352723,8.534864 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 513 + components: + - type: MetaData + desc: Glory to NanoTrasen! + name: beer dispenser + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - type: SolutionContainerManager + solutions: + tank: + temperature: 293.15 + canReact: True + maxVol: 1000 + name: null + reagents: + - data: [] + ReagentId: Beer + Quantity: 1000 +- proto: GasMinerNitrogen + entities: + - uid: 658 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 +- proto: GasMinerOxygen + entities: + - uid: 659 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 +- proto: GasPassiveVent + entities: + - uid: 613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeBend + entities: + - uid: 203 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 474 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 477 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 750 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 789 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 807 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeFourway + entities: + - uid: 411 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 412 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 414 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 734 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 735 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 791 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 202 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 415 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 416 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 417 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 418 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 419 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 420 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 421 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 422 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 435 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 449 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 450 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 451 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 674 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 738 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 739 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 740 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 742 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 743 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 744 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 745 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 755 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 756 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 757 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 776 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 777 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 779 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 780 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 782 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 790 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 792 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 796 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 797 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 798 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 799 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 808 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 810 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 811 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 812 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 813 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunction + entities: + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 128 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 728 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 754 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 795 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 830 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPressurePump + entities: + - uid: 853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 870 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 864 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 461 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 861 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 462 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 862 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 463 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 863 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 865 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 860 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 869 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 868 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 867 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 866 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 872 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 873 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 874 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 871 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 871 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 873 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 868 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 864 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 860 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 869 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 865 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 872 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 863 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 874 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 846 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 862 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 861 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 852 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 870 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 858 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 867 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 866 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 666 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 +- proto: GeneratorWallmountAPU + entities: + - uid: 263 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 231 + components: + - type: Transform + pos: -3.5,11.5 + parent: 2 +- proto: Grille + entities: + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,10.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 2 + - uid: 482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,2.5 + parent: 2 + - uid: 489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,10.5 + parent: 2 + - uid: 544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,10.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,5.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 619 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,0.5 + parent: 2 + - uid: 657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-8.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 1001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 2 +- proto: Gyroscope + entities: + - uid: 232 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 718 + components: + - type: Transform + pos: 15.526929,5.639614 + parent: 2 +- proto: HolofanProjector + entities: + - uid: 495 + components: + - type: Transform + pos: -2.3480687,9.698969 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: 12.985182,-7.6752768 + parent: 2 +- proto: InflatableDoorStack + entities: + - uid: 260 + components: + - type: Transform + pos: -2.3318343,-8.555717 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: 15.672481,-4.55263 + parent: 2 +- proto: InflatableWallStack + entities: + - uid: 259 + components: + - type: Transform + pos: -2.5818343,-8.321179 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: 15.318314,-4.2920327 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: 15.474564,-4.4275436 + parent: 2 +- proto: Lighter + entities: + - uid: 545 + components: + - type: Transform + pos: -0.46744192,11.441133 + parent: 2 +- proto: LockerEvacRepairFilled + entities: + - uid: 1002 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 699 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 +- proto: LockerWallEvacRepairFilled + entities: + - uid: 255 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 +- proto: MedicalBed + entities: + - uid: 257 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 485 + components: + - type: Transform + pos: 7.594331,7.7123947 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: 12.432688,9.598103 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 486 + components: + - type: Transform + pos: 7.359956,7.5404005 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 1007 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 1 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,9.5 + parent: 2 + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 2 + - uid: 531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 2 + - uid: 532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,9.5 + parent: 2 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 2 + - uid: 536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,9.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 2 + - uid: 980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,7.5 + parent: 2 + - uid: 981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 2 + - uid: 982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,4.5 + parent: 2 + - uid: 983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 2 + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 2 + - uid: 989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-4.5 + parent: 2 + - uid: 990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-7.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 2 + - uid: 996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,1.5 + parent: 2 +- proto: PoweredlightExterior + entities: + - uid: 556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,11.5 + parent: 2 + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,11.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 2 +- proto: Rack + entities: + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 2 +- proto: Railing + entities: + - uid: 634 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 632 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 +- proto: RCD + entities: + - uid: 494 + components: + - type: Transform + pos: -2.6293187,9.401887 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: 13.233181,-7.4114265 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,0.5 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 999 + components: + - type: Transform + pos: 6.2201133,-1.5693557 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 5.702933,5.7400017 + parent: 2 +- proto: SheetSteel + entities: + - uid: 712 + components: + - type: Transform + pos: 13.599765,-7.300016 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 2 +- proto: ShuttleWindow + entities: + - uid: 89 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 +- proto: StairStageDark + entities: + - uid: 629 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 1010 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 +- proto: SubstationWallBasic + entities: + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 713 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,9.5 + parent: 2 + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,11.5 + parent: 2 + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 2 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 2 +- proto: TableXeno + entities: + - uid: 446 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 2 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 673 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 2 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-2.5 + parent: 2 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 2 +- proto: Thruster + entities: + - uid: 548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-11.5 + parent: 2 + - uid: 549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-10.5 + parent: 2 + - uid: 551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-10.5 + parent: 2 + - uid: 552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 2 + - uid: 553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-7.5 + parent: 2 + - uid: 612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-8.5 + parent: 2 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-9.5 + parent: 2 + - uid: 615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-9.5 + parent: 2 + - uid: 661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-9.5 + parent: 2 +- proto: ToyFigurineCaptain + entities: + - uid: 1009 + components: + - type: Transform + pos: -0.23306692,11.532171 + parent: 2 +- proto: ToyFigurineQueen + entities: + - uid: 1008 + components: + - type: Transform + pos: 12.667063,8.957031 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 400 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 690 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 +- proto: VendingMachineWallMedical + entities: + - uid: 487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,10.5 + parent: 2 +- proto: WallReinforcedChitin + entities: + - uid: 16 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 2 + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,9.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 2 + - uid: 452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: 17.5,4.5 + parent: 2 + - uid: 471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,8.5 + parent: 2 + - uid: 490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - uid: 559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 607 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-4.5 + parent: 2 + - uid: 621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 2 + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-3.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 641 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 +- proto: WallShuttle + entities: + - uid: 3 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: -5.5,10.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: -5.5,8.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 44 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 401 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 2 + - uid: 493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,9.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 2 + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 2 +- proto: Wrench + entities: + - uid: 711 + components: + - type: Transform + pos: 12.58218,-7.4151416 + parent: 2 +- proto: XenoBasherGlass + entities: + - uid: 720 + components: + - type: Transform + pos: 16.44024,-0.5281602 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: 16.638157,-1.3412248 + parent: 2 +- proto: XenoResinWindow + entities: + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 2 + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,10.5 + parent: 2 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 2 + - uid: 238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,10.5 + parent: 2 + - uid: 472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,10.5 + parent: 2 + - uid: 560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,5.5 + parent: 2 + - uid: 571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-8.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: 11.5,10.5 + parent: 2 + - uid: 598 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,0.5 + parent: 2 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,2.5 + parent: 2 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 +... diff --git a/Resources/Maps/exo.yml b/Resources/Maps/exo.yml new file mode 100644 index 0000000000..9902e898ac --- /dev/null +++ b/Resources/Maps/exo.yml @@ -0,0 +1,122695 @@ +meta: + format: 7 + category: Map + engineVersion: 262.0.0 + forkId: "" + forkVersion: "" + time: 06/15/2025 13:58:26 + entityCount: 19423 +maps: +- 1 +grids: +- 2 +orphans: [] +nullspace: [] +tilemap: + 0: Space + 51: FloorAsteroidIronsandBorderless + 28: FloorAstroGrass + 50: FloorBlue + 19: FloorBlueCircuit + 21: FloorBoxing + 12: FloorCarpetClown + 14: FloorClown + 32: FloorDark + 1: FloorDarkDiagonal + 6: FloorDarkDiagonalMini + 8: FloorDarkHerringbone + 36: FloorDarkMini + 37: FloorDarkMono + 5: FloorDarkOffset + 39: FloorDarkPavement + 40: FloorDarkPavementVertical + 41: FloorDarkPlastic + 43: FloorDarkSquiggly + 31: FloorDirt + 29: FloorEighties + 2: FloorElevatorShaft + 35: FloorGrass + 4: FloorGreenCircuit + 11: FloorHullReinforced + 7: FloorHydro + 68: FloorMetalDiamond + 13: FloorMime + 27: FloorMining + 71: FloorMiningDark + 18: FloorMiningLight + 3: FloorMowedAstroGrass + 80: FloorPlastic + 9: FloorReinforced + 17: FloorReinforcedHardened + 38: FloorShuttleBlack + 33: FloorShuttleRed + 96: FloorSteel + 15: FloorSteelCheckerDark + 34: FloorSteelDiagonalMini + 103: FloorSteelDirty + 26: FloorSteelMini + 107: FloorSteelMono + 48: FloorSteelPavement + 49: FloorSteelPavementVertical + 111: FloorTechMaint + 10: FloorTechMaint2 + 30: FloorTechMaintDark + 25: FloorWhite + 42: FloorWhiteMono + 20: FloorWhiteOffset + 22: FloorWhitePlastic + 16: FloorWood + 44: FloorWoodLarge + 24: FloorXeno + 47: FloorXenoMaint + 45: FloorXenoSteel + 46: FloorXenoSteelCorner + 23: Lattice + 129: Plating + 133: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: GridTree + - type: Broadphase + - type: OccluderTree + - type: Parallax + parallax: ExoStation + - uid: 2 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.7083334,0.8811691 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: YAAAAAACAGAAAAAAAQBgAAAAAAMAYAAAAAACAGAAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAgCBAAAAAAAAgQAAAAAAAG8AAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAADAGAAAAAAAwBgAAAAAAEAYAAAAAABAGAAAAAAAgBgAAAAAAIAYAAAAAAAAIEAAAAAAABvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAEAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAFgAAAAABABYAAAAAAQAWAAAAAAEAFgAAAAACABYAAAAAAQBgAAAAAAAAYAAAAAADAGAAAAAAAgBgAAAAAAIAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABYAAAAAAgAWAAAAAAIAFgAAAAACABYAAAAAAgCBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABYAAAAAAwAWAAAAAAIAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAQBgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 0,-1: + ind: 0,-1 + tiles: JQAAAAADACUAAAAAAwAlAAAAAAEAgQAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAAAAGAAAAAAAQCBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAMAYAAAAAABAGAAAAAAAgCBAAAAAAAAYAAAAAAAAIEAAAAAAAAlAAAAAAAAJQAAAAABAIEAAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAEAJQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAACBAAAAAAAAKwAAAAAAACsAAAAAAwCBAAAAAAAAKwAAAAABACsAAAAAAgArAAAAAAAAKwAAAAADACsAAAAAAwArAAAAAAMAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAbwAAAAAAAIEAAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAAAAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAMAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAIAYAAAAAADAGAAAAAAAwBgAAAAAAEAgQAAAAAAAG8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAABAGAAAAAAAQBgAAAAAAMAgQAAAAAAAIEAAAAAAABvAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAYAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAEAYAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAwBgAAAAAAMAYAAAAAAAAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAgBgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAABAIEAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -1,-1: + ind: -1,-1 + tiles: gQAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAIEAAAAAAAAkAAAAAAMAJAAAAAABAIEAAAAAAAAlAAAAAAEAJQAAAAABACUAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAABACUAAAAAAgAlAAAAAAIAgQAAAAAAAGAAAAAAAQBgAAAAAAAAgQAAAAAAACUAAAAAAwAtAAAAAAADLQAAAAAAAxgAAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAAEYAAAAAAAALQAAAAAAAS4AAAAAAAMlAAAAAAEARAAAAAAAAGAAAAAAAQBgAAAAAAIAYAAAAAACAEQAAAAAAAAlAAAAAAIAKwAAAAAAACsAAAAAAwAYAAAAAAAAGAAAAAAAABgAAAAAAAArAAAAAAMAGAAAAAAAAIEAAAAAAAAtAAAAAAAAJQAAAAADAIEAAAAAAACBAAAAAAAARAAAAAAAAEQAAAAAAACBAAAAAAAAJQAAAAABAC0AAAAAAAMtAAAAAAADGAAAAAAAABgAAAAAAAAYAAAAAAAALQAAAAAAARgAAAAAAAAtAAAAAAABLgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAIAgQAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAAAAGAAAAAAAABgAAAAAAEAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAMAYAAAAAACAIEAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAIAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAADAGAAAAAAAwBgAAAAAAAAYAAAAAAAAGAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAACAIEAAAAAAABgAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAQBgAAAAAAIAYAAAAAACAIEAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAQCBAAAAAAAAYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAMAgQAAAAAAAGAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAABgAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAAAYAAAAAABAIEAAAAAAABgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -1,-2: + ind: -1,-2 + tiles: gQAAAAAAAC4AAAAAAAEuAAAAAAADLgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAC4AAAAAAAItAAAAAAAAJQAAAAACAIEAAAAAAACBAAAAAAAALgAAAAAAAS4AAAAAAAMlAAAAAAAAJQAAAAABAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAy4AAAAAAAIuAAAAAAAALQAAAAAAACsAAAAAAAeBAAAAAAAAgQAAAAAAACAAAAAAAACBAAAAAAAAJQAAAAAAACUAAAAAAwCBAAAAAAAAJAAAAAADACQAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHgQAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACUAAAAAAgAlAAAAAAEAgQAAAAAAACQAAAAAAwAkAAAAAAMAgQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAAB4EAAAAAAAAgAAAAAAEALgAAAAAAAi0AAAAAAAMuAAAAAAADIAAAAAACAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgCBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAIAAAAAABAC0AAAAAAAAEAAAAAAAALQAAAAAAACAAAAAAAQAgAAAAAAIAgQAAAAAAAC0AAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHIAAAAAACACAAAAAAAwAuAAAAAAABLQAAAAAAAy4AAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAAAtAAAAAAAAIAAAAAACABQAAAAAAAAUAAAAAAAAFAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAAByAAAAAAAgAgAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAIALQAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAAeBAAAAAAAAgQAAAAAAACAAAAAAAAAgAAAAAAEAAgAAAAAAAAIAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHRAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAEQAAAAAAAAtAAAAAAAAGAAAAAAAACQAAAAAAAAkAAAAAAIAJAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAuAAAAAAADLQAAAAAAAC4AAAAAAAIuAAAAAAACLQAAAAAAAy0AAAAAAAAuAAAAAAACLgAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAACQAAAAAAQCBAAAAAAAALQAAAAAAACsAAAAAAAcuAAAAAAAALgAAAAAAAS0AAAAAAAAuAAAAAAAALgAAAAAAAi0AAAAAAAMuAAAAAAAALQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAkAAAAAAMAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAy0AAAAAAAMtAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAAYAAAAAAAAGAAAAAAAACQAAAAAAAAkAAAAAAEAJAAAAAABAIEAAAAAAAAtAAAAAAAAKwAAAAAABy8AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAAvAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAACUAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAACQAAAAAAQCBAAAAAAAAgQAAAAAAACQAAAAAAgAkAAAAAAAAJQAAAAACACUAAAAAAgAlAAAAAAIAJQAAAAABAC4AAAAAAAEtAAAAAAADgQAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAIEAAAAAAAAkAAAAAAEAJAAAAAABAC8AAAAAAAAkAAAAAAEAJQAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAADACUAAAAAAgAlAAAAAAAAJQAAAAABAA== + version: 7 + 0,-2: + ind: 0,-2 + tiles: KwAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAG8AAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAQBgAAAAAAAAYAAAAAACAC4AAAAAAAKBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAG8AAAAAAABgAAAAAAEAYAAAAAABAGAAAAAAAgBgAAAAAAEAYAAAAAAAAGAAAAAAAwAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAgQAAAAAAAG8AAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAABgAAAAAAIALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAABAIEAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAgCBAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAADABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAADAGAAAAAAAwBgAAAAAAMAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAgAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAAAYAAAAAACAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwAVAAAAAAAAFQAAAAACABUAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAQAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAFQAAAAACABUAAAAAAwAVAAAAAAMAYAAAAAABAGAAAAAAAgBgAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAADAGAAAAAAAgCBAAAAAAAAYAAAAAABABUAAAAAAwAVAAAAAAAAFQAAAAABAGAAAAAAAgAyAAAAAAAAMgAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAQBgAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAgBgAAAAAAIAgQAAAAAAAIEAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAABAGAAAAAAAABgAAAAAAEALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAYAAAAAABAGAAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAMAYAAAAAADAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAAAJQAAAAABACUAAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAYAAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAIAYAAAAAADAIEAAAAAAABgAAAAAAMAJQAAAAABAIEAAAAAAABEAAAAAAAARAAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAABAGAAAAAAAwBgAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAMAYAAAAAADAGAAAAAAAACBAAAAAAAAYAAAAAAAAA== + version: 7 + 1,-1: + ind: 1,-1 + tiles: YAAAAAADAGAAAAAAAABgAAAAAAEAYAAAAAADAGAAAAAAAQCBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAApAAAAAAMAKQAAAAAAACkAAAAAAQApAAAAAAEAKQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAIuAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAKQAAAAACACkAAAAAAQAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAJQAAAAAAACUAAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMuAAAAAAADgQAAAAAAACkAAAAAAwCBAAAAAAAAKwAAAAABACsAAAAAAQArAAAAAAMAKwAAAAACACsAAAAAAAArAAAAAAMAKwAAAAACACUAAAAAAQAlAAAAAAIAJQAAAAAAACsAAAAAAwAlAAAAAAEALQAAAAAAAIEAAAAAAAApAAAAAAIAKQAAAAACAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAALQAAAAAAAy4AAAAAAACBAAAAAAAAKQAAAAAAACkAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgCBAAAAAAAAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 1,-2: + ind: 1,-2 + tiles: YAAAAAACAGAAAAAAAgBgAAAAAAEAYAAAAAABAGAAAAAAAgBgAAAAAAMAgQAAAAAAAC0AAAAAAAAlAAAAAAMALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAADAGAAAAAAAwBgAAAAAAMAYAAAAAADAIEAAAAAAAAuAAAAAAABLQAAAAAAAy4AAAAAAACBAAAAAAAAgQAAAAAAACkAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAgCBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAApAAAAAAAAKQAAAAAAACUAAAAAAwAlAAAAAAIAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAMAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAADAGAAAAAAAwBgAAAAAAMAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAMAFgAAAAADAIEAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAAApAAAAAAIAKQAAAAADACkAAAAAAQAlAAAAAAIAJQAAAAACAGAAAAAAAABgAAAAAAMAYAAAAAABABoAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAAABAAAAAAEAAQAAAAACAAEAAAAAAgCBAAAAAAAAgQAAAAAAACkAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAMAYAAAAAAAAGAAAAAAAwBgAAAAAAMAKQAAAAABACkAAAAAAAApAAAAAAMAKQAAAAAAACkAAAAAAwApAAAAAAEAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAMAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAADACkAAAAAAAApAAAAAAIAKQAAAAADACkAAAAAAwApAAAAAAEAKQAAAAADAIEAAAAAAABgAAAAAAEAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAABAAAAAAAAAQAAAAABAAEAAAAAAQCBAAAAAAAAKQAAAAADACkAAAAAAgApAAAAAAIAKQAAAAADACkAAAAAAwBgAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAIAYAAAAAABAGAAAAAAAgCBAAAAAAAALgAAAAAAAi0AAAAAAAMuAAAAAAADgQAAAAAAACkAAAAAAgApAAAAAAAAKQAAAAADACkAAAAAAAApAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAwBgAAAAAAAAgQAAAAAAAC0AAAAAAAAlAAAAAAEALQAAAAAAAIEAAAAAAAApAAAAAAAAKQAAAAAAACkAAAAAAQApAAAAAAIAKQAAAAABAGAAAAAAAwBgAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAMAYAAAAAABAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAKQAAAAABACkAAAAAAAApAAAAAAEAKQAAAAAAACkAAAAAAwBgAAAAAAEAYAAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAADAGAAAAAAAwCBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAAApAAAAAAEAKQAAAAABACkAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAQBgAAAAAAEAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAApAAAAAAIAKQAAAAACACkAAAAAAQApAAAAAAMAKQAAAAABAA== + version: 7 + 0,-3: + ind: 0,-3 + tiles: IAAAAAACAAMAAAAAAAADAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAAIAAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAAAACUAAAAAAAAlAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAcAAAAAAAADAAAAAAAAAwAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAYAAAAAAAAJAAAAAACABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAC0AAAAAAAAlAAAAAAIALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAKwAAAAAABy4AAAAAAAEYAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADKwAAAAACACsAAAAAAgArAAAAAAIAKwAAAAADACUAAAAAAAArAAAAAAIAGAAAAAAAACsAAAAAAAArAAAAAAEAKwAAAAADACsAAAAAAAArAAAAAAEAKwAAAAAAACsAAAAAAAArAAAAAAEAKwAAAAAAAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAxgAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAG8AAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAAAAA== + version: 7 + 1,-3: + ind: 1,-3 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAYAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAJQAAAAAAACUAAAAAAwAlAAAAAAEAJQAAAAADACUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAAIAAAAAABACsAAAAAAQAgAAAAAAIAgQAAAAAAACUAAAAAAwAlAAAAAAMAJQAAAAABACUAAAAAAQAlAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAABgAAAAAAAAlAAAAAAEAJQAAAAABACUAAAAAAQAlAAAAAAIAJQAAAAAAAC4AAAAAAAItAAAAAAADLgAAAAAAA4EAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAYAAAAAAAAJQAAAAABACUAAAAAAgAlAAAAAAEAJQAAAAACACUAAAAAAAAtAAAAAAAABAAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAACACUAAAAAAQAlAAAAAAAALgAAAAAAAS0AAAAAAAMuAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAABACUAAAAAAAAlAAAAAAIAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAJQAAAAADACUAAAAAAwAlAAAAAAMAJQAAAAABACUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACUAAAAAAwAlAAAAAAEAJQAAAAAAACUAAAAAAAAlAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAQAAAAAAMAEAAAAAABABAAAAAAAwAQAAAAAAEAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAEAAAAAACABAAAAAAAAAQAAAAAAAAEAAAAAADACUAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMYAAAAAAAALgAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAKwAAAAACACsAAAAAAgArAAAAAAEAKwAAAAAAACsAAAAAAAArAAAAAAAAGAAAAAAAACsAAAAAAQAlAAAAAAEALQAAAAAAAC0AAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAxgAAAAAAAAuAAAAAAADKwAAAAAABy0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAOBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAYAAAAAADAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -1,-3: + ind: -1,-3 + tiles: gQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAABvAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAgQAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAQCBAAAAAAAAIAAAAAADAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAAAgAAAAAAMAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAIAAAAAACAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAJAAAAAABACQAAAAAAwAkAAAAAAMAJAAAAAACACQAAAAAAwCBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACQAAAAAAQAkAAAAAAIAJAAAAAADACQAAAAAAgAkAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAMAgQAAAAAAAIEAAAAAAAAuAAAAAAACLQAAAAAABy4AAAAAAAOBAAAAAAAAFwAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAABcAAAAAAAAYAAAAAAAALQAAAAAAACUAAAAAAAArAAAAAAAAJQAAAAADAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAAtAAAAAAAALQAAAAAAACAAAAAAAgCBAAAAAAAAGAAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAC4AAAAAAAIuAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAC4AAAAAAAEtAAAAAAAHLgAAAAAAAxgAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAAuAAAAAAABGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAuAAAAAAACLQAAAAAABy4AAAAAAAWBAAAAAAAALQAAAAAAAC0AAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALQAAAAAAAC4AAAAAAAEtAAAAAAADgQAAAAAAAC0AAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAABAIEAAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAxgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAtAAAAAAAALQAAAAAAACsAAAAAAAeBAAAAAAAALQAAAAAAAC0AAAAAAAAuAAAAAAABLgAAAAAAAxgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALQAAAAAAAC0AAAAAAAArAAAAAAAHgQAAAAAAAC0AAAAAAAAuAAAAAAABLgAAAAAAAy4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAAtAAAAAAAAKwAAAAAABw== + version: 7 + -2,-2: + ind: -2,-2 + tiles: gQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAIAAAAAABAAEAAAAAAwAYAAAAAAAAAAAAAAAAAIEAAAAAAAABAAAAAAAAAQAAAAADAAEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAACAAAAAAAwABAAAAAAIAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAAYAAAAAAQAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAAgAAAAAAMAAQAAAAACABgAAAAAAAAmAAAAAAIAJgAAAAABABgAAAAAAAAGAAAAAAIAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAABgAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAgAAAAAAEALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAADAAEAAAAAAwABAAAAAAEAAQAAAAADAAYAAAAAAAABAAAAAAEAAQAAAAADAAEAAAAAAwCBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAACAAAAAAAAAgAAAAAAAALgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAMgAAAAAAAALgAAAAAAA4EAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAIAAAAAACAC4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAIAAAAAAAAC4AAAAAAAAYAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAACACAAAAAAAQAuAAAAAAADGAAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAALQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAARAAAAAAAAEQAAAAAAAAYAAAAAAAARAAAAAAAAC0AAAAAAAAYAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAC4AAAAAAAItAAAAAAADLQAAAAAAAy4AAAAAAAMuAAAAAAAAGAAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAABgAAAAAAAAtAAAAAAAAGAAAAAAAABgAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAALQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAGAAAAAAAAEQAAAAAAACBAAAAAAAAIAAAAAADAC0AAAAAAAArAAAAAAAHLQAAAAAAAC0AAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAABEAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAtAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAEAAAAAAAAGAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAA== + version: 7 + -2,-1: + ind: -2,-1 + tiles: IAAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAABEAAAAAAAARAAAAAAAACAAAAAAAAAgAAAAAAEALQAAAAAAACsAAAAAAActAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAMALgAAAAAAAi4AAAAAAAArAAAAAAAHLgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADGAAAAAAAABgAAAAAAAAtAAAAAAADLQAAAAAAAy4AAAAAAAAlAAAAAAEAJQAAAAACACsAAAAAAQArAAAAAAEAKwAAAAAAACsAAAAAAwArAAAAAAAAKwAAAAABACsAAAAAAgArAAAAAAIAKwAAAAABABgAAAAAAAAYAAAAAAAAKwAAAAAAACsAAAAAAgArAAAAAAMAJQAAAAACAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMYAAAAAAAAGAAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACAIEAAAAAAAAgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAIAAAAAABAIEAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAgAAAAAAMAgQAAAAAAACAAAAAAAwCBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -2,-3: + ind: -2,-3 + tiles: gQAAAAAAAIEAAAAAAAAlAAAAAAEAAQAAAAAAACUAAAAAAgAlAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAMAIAAAAAADAIEAAAAAAACBAAAAAAAALwAAAAAAAAAAAAAAAACBAAAAAAAAJQAAAAAAAAEAAAAAAwAlAAAAAAMAJQAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAACACAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAACUAAAAAAAABAAAAAAEAJQAAAAAAACUAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAAAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAAAlAAAAAAAAAQAAAAACACUAAAAAAgAlAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAAAIAAAAAACAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAAAAAEAAAAAAQAlAAAAAAIAJQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAAAJQAAAAABACUAAAAAAwAlAAAAAAIAJQAAAAAAACUAAAAAAwAgAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAGAAAAAAAACUAAAAAAwAlAAAAAAEAJQAAAAACACUAAAAAAQAlAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAADAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAEAIAAAAAABACAAAAAAAgAYAAAAAAAAJQAAAAABACUAAAAAAwAlAAAAAAMAJQAAAAACAIEAAAAAAAAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAEAGAAAAAAAABgAAAAAAAAlAAAAAAMAJQAAAAABACUAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAABACAAAAAAAAAgAAAAAAMAIAAAAAADABgAAAAAAAAYAAAAAAAAGAAAAAAAACUAAAAAAAAlAAAAAAEAGAAAAAAAACAAAAAAAAABAAAAAAIAAQAAAAADAAEAAAAAAwABAAAAAAMAAQAAAAACAAYAAAAAAQABAAAAAAEAAQAAAAACAAEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAlAAAAAAAAJQAAAAABABgAAAAAAAAgAAAAAAAAAQAAAAADABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAABAAAAAAEAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAACACUAAAAAAgAYAAAAAAAAIAAAAAAAAAEAAAAAAQABAAAAAAIAJgAAAAACACYAAAAAAAAYAAAAAAAABgAAAAADABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAADACUAAAAAAwAlAAAAAAIAgQAAAAAAACAAAAAAAAABAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAAYAAAAAAQAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAADACUAAAAAAwAlAAAAAAIAJQAAAAACAIEAAAAAAAAgAAAAAAAAAQAAAAACABgAAAAAAAAAAAAAAAAAgQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAABABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAJQAAAAADAC0AAAAAAACBAAAAAAAAIAAAAAACAAEAAAAAAQAYAAAAAAAAAAAAAAAAAIEAAAAAAAArAAAAAAAAKwAAAAADACsAAAAAAQAYAAAAAAAAGAAAAAAAAA== + version: 7 + 0,-4: + ind: 0,-4 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAArAAAAAAAHKwAAAAAAB4EAAAAAAAAYAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAKwAAAAAABysAAAAAAAeBAAAAAAAAGAAAAAAAACAAAAAAAgAgAAAAAAEAIAAAAAADACAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAABkAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAADAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAgAtAAAAAAAALQAAAAAAAGAAAAAAAAAwAAAAAAEAGgAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAEALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAADEAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAxAAAAAAEAIAAAAAACACAAAAAAAgAgAAAAAAIAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAMQAAAAACAIEAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAMAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAADEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAMALgAAAAAAAi0AAAAAAAMtAAAAAAADGAAAAAAAAC4AAAAAAAAtAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAyAAAAAAAAAgAAAAAAIAIAAAAAACAC0AAAAAAAAlAAAAAAEAKwAAAAADABgAAAAAAAArAAAAAAEAKwAAAAACACsAAAAAAgArAAAAAAMAKwAAAAADACsAAAAAAgArAAAAAAEAKwAAAAAAACsAAAAAAwAgAAAAAAIAIAAAAAABACAAAAAAAwAtAAAAAAAALQAAAAAAAC4AAAAAAAIYAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAAMAAAAAAAADAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAlAAAAAAEAJQAAAAACACUAAAAAAwAlAAAAAAMAJQAAAAACAIEAAAAAAAAgAAAAAAEALgAAAAAAAi0AAAAAAAMDAAAAAAAAAwAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAAgAAAAAAAAJQAAAAABACAAAAAAAAAgAAAAAAAAIAAAAAADACUAAAAAAwCBAAAAAAAAIAAAAAAAAC0AAAAAAAAlAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAACUAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAwAlAAAAAAEAgQAAAAAAACAAAAAAAAAuAAAAAAABLQAAAAAAAw== + version: 7 + 1,-4: + ind: 1,-4 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAABAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAIAAAAAABACAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACACsAAAAAAwAgAAAAAAMAgQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAGAAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAItAAAAAAADLgAAAAAAABgAAAAAAAAuAAAAAAABLQAAAAAAAy4AAAAAAAOBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAIuAAAAAAAAGAAAAAAAABgAAAAAAAAlAAAAAAMAGAAAAAAAABgAAAAAAAAuAAAAAAABLgAAAAAAA4EAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAIuAAAAAAAAGAAAAAAAABgAAAAAAAAuAAAAAAACLQAAAAAAAy4AAAAAAAMYAAAAAAAAGAAAAAAAAC4AAAAAAAEuAAAAAAADgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAGAAAAAAAABgAAAAAAAAuAAAAAAACLgAAAAAAAGAAAAAAAAAuAAAAAAABLgAAAAAAAxgAAAAAAAAYAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADABgAAAAAAAAtAAAAAAADLgAAAAAAABgAAAAAAAAuAAAAAAACLgAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC4AAAAAAAEuAAAAAAADGAAAAAAAAC4AAAAAAAEtAAAAAAADGAAAAAAAACsAAAAAAQAYAAAAAAAAGAAAAAAAABgAAAAAAAAlAAAAAAMALQAAAAAAAGAAAAAAAgAYAAAAAAAAEwAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAACUAAAAAAwAYAAAAAAAAGAAAAAAAABgAAAAAAAAgAAAAAAEAGAAAAAAAAC0AAAAAAAMuAAAAAAADGAAAAAAAAC4AAAAAAAEuAAAAAAADGAAAAAAAABgAAAAAAAAYAAAAAAAALgAAAAAAAi4AAAAAAAAYAAAAAAAALgAAAAAAAi0AAAAAAAMYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAABgAAAAAAAAYAAAAAAAALgAAAAAAAS4AAAAAAANgAAAAAAMALgAAAAAAAi4AAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMuAAAAAAADgQAAAAAAAC4AAAAAAAEuAAAAAAADGAAAAAAAABgAAAAAAAAuAAAAAAABLQAAAAAAAy4AAAAAAAAYAAAAAAAAGAAAAAAAAC4AAAAAAAIuAAAAAAAAgQAAAAAAACAAAAAAAwAlAAAAAAEALQAAAAAAAIEAAAAAAAAuAAAAAAADLgAAAAAAAS4AAAAAAAMYAAAAAAAAGAAAAAAAACUAAAAAAwAYAAAAAAAAGAAAAAAAAC4AAAAAAAIuAAAAAAAALgAAAAAAAoEAAAAAAAAgAAAAAAIALQAAAAAAAy4AAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAAuAAAAAAABLQAAAAAAAy4AAAAAAAMYAAAAAAAALgAAAAAAAi0AAAAAAAMuAAAAAAAALgAAAAAAAi4AAAAAAACBAAAAAAAAIAAAAAACAA== + version: 7 + -1,-4: + ind: -1,-4 + tiles: gQAAAAAAABsAAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAACBAAAAAAAAIAAAAAABACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAIAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAEAIAAAAAACACAAAAAAAAAgAAAAAAEAIAAAAAADACAAAAAAAwBgAAAAAAMAYAAAAAACAGAAAAAAAgBgAAAAAAMAYAAAAAABAIEAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAQAgAAAAAAMAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAADAGAAAAAAAwBgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAcAAAAAAAAgAAAAAAEABwAAAAAAAAcAAAAAAAAHAAAAAAAAIAAAAAACAC0AAAAAAAMuAAAAAAADLgAAAAAAASAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAHAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAEAIAAAAAAAACAAAAAAAwAlAAAAAAIALgAAAAAAAS4AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAABwAAAAAAACAAAAAAAgAgAAAAAAMABwAAAAAAAAcAAAAAAAAHAAAAAAAAJQAAAAACACUAAAAAAwAuAAAAAAABLgAAAAAAA4EAAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAgQAAAAAAAAcAAAAAAAAgAAAAAAEAIAAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAABAC4AAAAAAAMlAAAAAAIAJQAAAAAAACAAAAAAAQBvAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAMAIAAAAAACACAAAAAAAQAuAAAAAAABLgAAAAAAAyUAAAAAAwAgAAAAAAEAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAIAAAAAAAAIEAAAAAAAAgAAAAAAIAgQAAAAAAAC0AAAAAAAArAAAAAAAHIAAAAAABAG8AAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAIAAAAAACAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAIEAAAAAAAAHAAAAAAAABwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgCBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAG8AAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADAIEAAAAAAAAgAAAAAAEAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAACAAAAAAAABvAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAACACAAAAAAAAAgAAAAAAIAIAAAAAABAA== + version: 7 + 0,-5: + ind: 0,-5 + tiles: LwAAAAAAAIEAAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy8AAAAAAACBAAAAAAAAGwAAAAAAACkAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAACUAAAAAAAArAAAAAAMAKwAAAAAAACsAAAAAAAArAAAAAAAAJQAAAAACACsAAAAAAgAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACkAAAAAAQCBAAAAAAAAgQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAysAAAAAAAcuAAAAAAACgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAApAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAABsAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAApAAAAAAMAKQAAAAABAIEAAAAAAACBAAAAAAAAJQAAAAADACUAAAAAAwAlAAAAAAIAJQAAAAACAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAApAAAAAAEAgQAAAAAAACkAAAAAAgCBAAAAAAAAgQAAAAAAACUAAAAAAwAlAAAAAAIAJQAAAAAAAIEAAAAAAAAuAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAKQAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAArAAAAAAAHLQAAAAAAABsAAAAAAACBAAAAAAAAKQAAAAABACkAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAACUAAAAAAAArAAAAAAMAKwAAAAABACsAAAAAAAArAAAAAAIAJQAAAAADAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAApAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAALQAAAAAAAy0AAAAAAAMuAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAIAYAAAAAAAAC0AAAAAAAMuAAAAAAADLQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAAAAGAAAAAAAwAgAAAAAAEALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgCBAAAAAAAAIAAAAAADAC0AAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAKwAAAAAABy0AAAAAAACBAAAAAAAAJAAAAAADACQAAAAAAAAgAAAAAAIAJAAAAAADACAAAAAAAwAtAAAAAAAAJQAAAAADACsAAAAAAgArAAAAAAAAKwAAAAACACsAAAAAAwArAAAAAAEAKwAAAAADACUAAAAAAgAtAAAAAAAAIAAAAAABACAAAAAAAgAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAMALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAIEAAAAAAAAKAAAAAAAACgAAAAAAACAAAAAAAwAgAAAAAAEAgQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -2,-4: + ind: -2,-4 + tiles: YAAAAAACAGAAAAAAAwCBAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAgBgAAAAAAEAYAAAAAACAGAAAAAAAwBgAAAAAAIAYAAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAACAGAAAAAAAQBgAAAAAAMAgQAAAAAAACAAAAAAAwCBAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAADAGAAAAAAAQCBAAAAAAAAgQAAAAAAACAAAAAAAwBgAAAAAAEAYAAAAAACAGAAAAAAAABgAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAAAAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAMAgQAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAADAGAAAAAAAwBgAAAAAAIAYAAAAAADAIEAAAAAAABrAAAAAAMAawAAAAACAGsAAAAAAQBrAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAQCBAAAAAAAAYAAAAAABAGAAAAAAAQAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAgCBAAAAAAAAgQAAAAAAAA8AAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAIAGAAAAAAAACUAAAAAAwAlAAAAAAEAJQAAAAAAACUAAAAAAgAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAA4EAAAAAAACBAAAAAAAAIAAAAAABABgAAAAAAAAYAAAAAAAAJQAAAAAAACUAAAAAAgAlAAAAAAIAJQAAAAADACsAAAAAAgArAAAAAAMAKwAAAAADACsAAAAAAgAlAAAAAAAAJQAAAAABAC4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAMYAAAAAAAAGAAAAAAAABgAAAAAAAAlAAAAAAEAJQAAAAADAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAADJQAAAAADACUAAAAAAgArAAAAAAIAKwAAAAAAACsAAAAAAwAlAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAADACUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAxgAAAAAAAAYAAAAAAAAGAAAAAAAACUAAAAAAgAlAAAAAAAAgQAAAAAAAC8AAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAy4AAAAAAAEYAAAAAAAAGAAAAAAAACUAAAAAAwAlAAAAAAIAJQAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAJQAAAAAAACUAAAAAAABgAAAAAAMAgQAAAAAAAIEAAAAAAAAuAAAAAAADGAAAAAAAACUAAAAAAwAlAAAAAAEAJQAAAAABACUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAACUAAAAAAgAlAAAAAAIAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAGAAAAAAAwAlAAAAAAAAJQAAAAABAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAJQAAAAACACUAAAAAAAAlAAAAAAIAJQAAAAABACUAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAJQAAAAADACUAAAAAAwBgAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAJQAAAAAAACUAAAAAAAAlAAAAAAIAJQAAAAADACUAAAAAAAAlAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -3,-4: + ind: -3,-4 + tiles: gQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAtAAAAAAAAJQAAAAABAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAALgAAAAAAAS0AAAAAAAMuAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAlAAAAAAIAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAADABgAAAAAAAAuAAAAAAADgQAAAAAAABgAAAAAAAAYAAAAAAAALgAAAAAAAi0AAAAAAAMtAAAAAAADIAAAAAACAIEAAAAAAAAgAAAAAAMAIAAAAAABAIEAAAAAAACBAAAAAAAAJQAAAAADABgAAAAAAAAYAAAAAAAALQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAgCBAAAAAAAAIAAAAAABACAAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAAAgAAAAAAMAgQAAAAAAAIEAAAAAAAAlAAAAAAAAGAAAAAAAABgAAAAAAAAtAAAAAAADgQAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAABAIEAAAAAAAAgAAAAAAMAIAAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAAAACUAAAAAAAAYAAAAAAAALQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAAAAC0AAAAAAAMtAAAAAAAALQAAAAAAAC0AAAAAAAMuAAAAAAADLgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAC0AAAAAAAAuAAAAAAADLQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAxgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALQAAAAAAAy0AAAAAAAOBAAAAAAAALQAAAAAAAC0AAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMYAAAAAAAALQAAAAAAAy0AAAAAAAMuAAAAAAADLQAAAAAAAC0AAAAAAAAlAAAAAAEAJQAAAAADAA== + version: 7 + -3,-3: + ind: -3,-3 + tiles: LQAAAAAAAC4AAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAACBAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAIAAAAAADAIEAAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAIEAAAAAAAAkAAAAAAMAJAAAAAAAACQAAAAAAQAgAAAAAAAAgQAAAAAAAC0AAAAAAAAuAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAA4EAAAAAAAAtAAAAAAAALQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAxgAAAAAAAAtAAAAAAADLQAAAAAAAy4AAAAAAAAtAAAAAAAALQAAAAAAACUAAAAAAAAlAAAAAAEALQAAAAAAAy0AAAAAAAAtAAAAAAAALgAAAAAAAC0AAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAAMtAAAAAAAALQAAAAAAAC0AAAAAAAMuAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAAIEAAAAAAAAtAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACQAAAAAAwAkAAAAAAIAKQAAAAACACkAAAAAAAAkAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAMAIAAAAAADAIEAAAAAAAAkAAAAAAAAJAAAAAADAIEAAAAAAACBAAAAAAAAJAAAAAAAACQAAAAAAwAkAAAAAAEAJAAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAACACUAAAAAAAAlAAAAAAEAGAAAAAAAAC4AAAAAAAKBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAAAlAAAAAAMAGAAAAAAAABgAAAAAAAAtAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAACACUAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAABACUAAAAAAQAlAAAAAAMAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAIAgQAAAAAAAA== + version: 7 + -3,-2: + ind: -3,-2 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAACLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAEALgAAAAAAAS0AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAItAAAAAAADgQAAAAAAAC8AAAAAAAAvAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAEtAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFgAAAAACABYAAAAAAACBAAAAAAAALgAAAAAAAi0AAAAAAAMuAAAAAAADgQAAAAAAAA== + version: 7 + -3,-1: + ind: -3,-1 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABYAAAAAAAAWAAAAAAEAFgAAAAAAABYAAAAAAQCBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLgAAAAAAAoEAAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAWAAAAAAMAFgAAAAABABYAAAAAAwAWAAAAAAIAgQAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAAAgAAAAAAMALQAAAAAAAC0AAAAAAAAvAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFgAAAAAAAIEAAAAAAAAuAAAAAAABLQAAAAAAAy4AAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMuAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAAgQAAAAAAAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAC8AAAAAAAAtAAAAAAAAJQAAAAAAACsAAAAAAgArAAAAAAEAKwAAAAABACsAAAAAAgArAAAAAAEAKwAAAAACACsAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAMAgQAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAAAAIEAAAAAAAAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAACAAAAAAAQCBAAAAAAAAIAAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -4,-1: + ind: -4,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -4,-2: + ind: -4,-2 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAAsAAAAAAACBAAAAAAAACQAAAAAAAAkAAAAAAAArAAAAAAMAKwAAAAADACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAALAAAAAAAAgQAAAAAAAAkAAAAAAAAJAAAAAAAAKwAAAAAAACsAAAAAAAAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAACwAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAACsAAAAAAQArAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAADMAAAAAAAAzAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAMwAAAAAAAIEAAAAAAAAvAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -5,-2: + ind: -5,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -4,-4: + ind: -4,-4 + tiles: DAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAALAAAAAAAAgQAAAAAAAA0AAAAAAAANAAAAAAAAKwAAAAAAACsAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgCBAAAAAAAAgQAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACwAAAAAAAIEAAAAAAAANAAAAAAAADQAAAAAAACsAAAAAAAArAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAsAAAAAAACBAAAAAAAADQAAAAAAAA0AAAAAAAArAAAAAAIAKwAAAAADAB4AAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAy0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADLgAAAAAAAy0AAAAAAAAuAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAAuAAAAAAABLQAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAtAAAAAAADLgAAAAAAAy4AAAAAAAIuAAAAAAAALgAAAAAAAi0AAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALgAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAy4AAAAAAAAuAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALgAAAAAAAYEAAAAAAACBAAAAAAAALgAAAAAAAQ== + version: 7 + -4,-3: + ind: -4,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAAy4AAAAAAAAuAAAAAAABLgAAAAAAA4EAAAAAAAAuAAAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC4AAAAAAAEtAAAAAAADLgAAAAAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAAAtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALgAAAAAAAi0AAAAAAAMuAAAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAC0AAAAAAAMuAAAAAAADLgAAAAAAAi4AAAAAAACBAAAAAAAALgAAAAAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAuAAAAAAACgQAAAAAAAIEAAAAAAAAuAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAC4AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAMuAAAAAAADLgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAtAAAAAAADLgAAAAAAAC4AAAAAAAEuAAAAAAADLgAAAAAAAS0AAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAC4AAAAAAAItAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy4AAAAAAAAtAAAAAAAALgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -3,-5: + ind: -3,-5 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLgAAAAAAA4EAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAADLgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAMuAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAbwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAAtAAAAAAAALwAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAOBAAAAAAAALQAAAAAAAy0AAAAAAAAuAAAAAAABLgAAAAAAAw8AAAAAAwAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAAAJQAAAAABAC0AAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAA== + version: 7 + -4,-5: + ind: -4,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAADgAAAAAAAA4AAAAAAAAOAAAAAAAADgAAAAAAAIEAAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA4AAAAAAACBAAAAAAAAgQAAAAAAAA4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAA== + version: 7 + -3,-6: + ind: -3,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -5,-4: + ind: -5,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + -5,-5: + ind: -5,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -2,-5: + ind: -2,-5 + tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAawAAAAABAGsAAAAAAABrAAAAAAEAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACQAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAADAGAAAAAAAwCBAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgCBAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAEAgQAAAAAAAAkAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAgBgAAAAAAIAYAAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAMAgQAAAAAAAGAAAAAAAABgAAAAAAMAYAAAAAADAIEAAAAAAAAJAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAACAIEAAAAAAABgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAAAAGAAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAIAYAAAAAADAGAAAAAAAwCBAAAAAAAAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgCBAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAIAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAABgAAAAAAEAgQAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAACAGAAAAAAAABgAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAQBgAAAAAAMAYAAAAAABAGAAAAAAAQCBAAAAAAAAYAAAAAAAAGAAAAAAAwBgAAAAAAMAYAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAYAAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAABAA== + version: 7 + -1,-5: + ind: -1,-5 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAC0AAAAAAAAgAAAAAAEALQAAAAAAAC8AAAAAAACBAAAAAAAALwAAAAAAAC0AAAAAAAAgAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAAvAAAAAAAAgQAAAAAAAC8AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAALgAAAAAAAC0AAAAAAAAuAAAAAAAALwAAAAAAAIEAAAAAAAAvAAAAAAAALgAAAAAAAC0AAAAAAAAuAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAABsAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAbAAAAAAAAGwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABsAAAAAAACBAAAAAAAAGwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAAGwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAACBAAAAAAAAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAABsAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAMAgQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAy0AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgAgAAAAAAIAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAbAAAAAAAAgQAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAQAgAAAAAAMAIAAAAAAAACAAAAAAAAAgAAAAAAMAIAAAAAAAACAAAAAAAwCBAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAAGwAAAAAAAIEAAAAAAAAgAAAAAAMAIAAAAAABACAAAAAAAwAgAAAAAAMAIAAAAAACACAAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAwAgAAAAAAMAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAwAgAAAAAAIAIAAAAAABACAAAAAAAQAgAAAAAAEAIAAAAAABAA== + version: 7 + -1,-6: + ind: -1,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAIAgQAAAAAAAA== + version: 7 + 0,-6: + ind: 0,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAQBgAAAAAAIAYAAAAAADAGAAAAAAAwBgAAAAAAMAYAAAAAADAGAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAABAGAAAAAAAgBgAAAAAAAAYAAAAAAAAGAAAAAAAwBgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAgBgAAAAAAIAYAAAAAACAGAAAAAAAQBgAAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAADAIEAAAAAAAAXAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAAAQAAAAAAAAEAAAAAADABAAAAAAAwCBAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAEAAAAAAAABAAAAAAAgAQAAAAAAEAgQAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAABAAAAAAAAAQAAAAAAIAEAAAAAADAIEAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAEAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAQAAAAAAIAEAAAAAABABAAAAAAAwCBAAAAAAAAFwAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAQAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAIAYAAAAAADAGAAAAAAAwBgAAAAAAIAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAgBgAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAABAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAARAAAAAAAAIEAAAAAAABEAAAAAAAAgQAAAAAAAEQAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAEQAAAAAAACBAAAAAAAARAAAAAAAAIEAAAAAAABEAAAAAAAAgQAAAAAAAA== + version: 7 + 0,-7: + ind: 0,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAADAGAAAAAAAgBgAAAAAAEAYAAAAAACAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAEAYAAAAAACAGAAAAAAAgBgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAwBgAAAAAAIAYAAAAAABAA== + version: 7 + 1,-6: + ind: 1,-6 + tiles: YAAAAAACAGAAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAwBgAAAAAAIAYAAAAAACAGAAAAAAAwAaAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAIAYAAAAAACAGAAAAAAAQBgAAAAAAEAYAAAAAADAIEAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAADAGAAAAAAAQBgAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAAAYAAAAAAAAGAAAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAQBgAAAAAAIAYAAAAAABABoAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAAAYAAAAAADAGAAAAAAAQBgAAAAAAEAYAAAAAADAGAAAAAAAABgAAAAAAAAYAAAAAACAIEAAAAAAABgAAAAAAIAYAAAAAACAGsAAAAAAABgAAAAAAMAYAAAAAACAGsAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAgBrAAAAAAEAYAAAAAABAGsAAAAAAABgAAAAAAMAYAAAAAABAGAAAAAAAgCBAAAAAAAAYAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAEAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAADAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAgBgAAAAAAIAYAAAAAACAIEAAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAQBgAAAAAAIAYAAAAAABAGAAAAAAAgBgAAAAAAEAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAABvAAAAAAAAbwAAAAAAAG8AAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAwBgAAAAAAEAYAAAAAADAGAAAAAAAgBgAAAAAAMAYAAAAAABAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAYAAAAAABAGAAAAAAAQBgAAAAAAEAYAAAAAADAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAG8AAAAAAABvAAAAAAAAbwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 1,-7: + ind: 1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAgQAAAAAAAGAAAAAAAABgAAAAAAMAYAAAAAADAIEAAAAAAABgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAACBAAAAAAAAYAAAAAABAIEAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAgCBAAAAAAAAYAAAAAACAIEAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAwCBAAAAAAAAGgAAAAADAGAAAAAAAABgAAAAAAEAgQAAAAAAAGAAAAAAAwCBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAIAgQAAAAAAAGAAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAEAgQAAAAAAABoAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAQAaAAAAAAMAYAAAAAACAGAAAAAAAgBgAAAAAAMAYAAAAAAAAGAAAAAAAQBgAAAAAAMAYAAAAAABAIEAAAAAAAAaAAAAAAMAYAAAAAACAGAAAAAAAgBgAAAAAAMAYAAAAAADAGAAAAAAAgBgAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAAAYAAAAAAAAGAAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAQBgAAAAAAIAYAAAAAABAGAAAAAAAABgAAAAAAIAYAAAAAABABoAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAQBgAAAAAAEAYAAAAAABAGAAAAAAAABgAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAMAYAAAAAACAGAAAAAAAwBgAAAAAAIAYAAAAAABAGAAAAAAAQBgAAAAAAMAYAAAAAAAAA== + version: 7 + 1,-5: + ind: 1,-5 + tiles: LQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAy0AAAAAAAAtAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACsAAAAAAQArAAAAAAAAKwAAAAAAACsAAAAAAwArAAAAAAEAKwAAAAADACsAAAAAAwArAAAAAAEAJQAAAAACAC0AAAAAAAAtAAAAAAAALQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAysAAAAAAActAAAAAAAALQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAoEAAAAAAAAPAAAAAAAADwAAAAAAAA8AAAAAAACBAAAAAAAALgAAAAAAAy0AAAAAAAArAAAAAAAHLQAAAAAAAC0AAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAADwAAAAACAA8AAAAAAgAPAAAAAAEAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAADwAAAAABAA8AAAAAAAAPAAAAAAIADwAAAAACAA8AAAAAAgCBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAA8AAAAAAwAPAAAAAAIADwAAAAADAA8AAAAAAQAPAAAAAAEAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAgAAAAAAMAIAAAAAADAIEAAAAAAAAPAAAAAAAADwAAAAABAA8AAAAAAAAPAAAAAAEADwAAAAACAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAADwAAAAADAA8AAAAAAAAPAAAAAAMADwAAAAACAA8AAAAAAACBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAACAAAAAAAAAgAAAAAAIAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAA8AAAAAAwAPAAAAAAMADwAAAAADAA8AAAAAAgAkAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAACAAAAAAAQAgAAAAAAMAIAAAAAABACAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAAAKwAAAAAABy0AAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAMAIAAAAAABACAAAAAAAgAgAAAAAAEALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJAAAAAACACAAAAAAAgAgAAAAAAMAJQAAAAABACAAAAAAAQAgAAAAAAMAgQAAAAAAAC0AAAAAAAArAAAAAAAHLgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAABACUAAAAAAQAgAAAAAAIAIAAAAAABAIEAAAAAAAAtAAAAAAAAKwAAAAAABy4AAAAAAAItAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAA4EAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAgAgAAAAAAAAIAAAAAADACQAAAAAAgCBAAAAAAAALQAAAAAAACsAAAAAAActAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAArAAAAAAAHLQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAADAIEAAAAAAAAKAAAAAAAAgQAAAAAAAA== + version: 7 + 2,-6: + ind: 2,-6 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAA== + version: 7 + 2,-5: + ind: 2,-5 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADACAAAAAAAQCBAAAAAAAACgAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 2,-7: + ind: 2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAA== + version: 7 + 3,-5: + ind: 3,-5 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAeAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAHgAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 4,-5: + ind: 4,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 3,-6: + ind: 3,-6 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAeAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAA== + version: 7 + 4,-4: + ind: 4,-4 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAsAAAAAAMALAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAMAJAAAAAACAIEAAAAAAAAgAAAAAAIAIAAAAAAAACAAAAAAAgAgAAAAAAAALAAAAAADACwAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAC8AAAAAAACBAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAgAgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAwAgAAAAAAEAgQAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAACACAAAAAAAQAgAAAAAAAAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAwBgAAAAAAEAYAAAAAADAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 5,-4: + ind: 5,-4 + tiles: LwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 5,-5: + ind: 5,-5 + tiles: FwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAHQAAAAAAAB0AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 3,-4: + ind: 3,-4 + tiles: CgAAAAAAAAoAAAAAAACBAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAARAAAAAAAAEQAAAAAAABEAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAUAAAAAADAFAAAAAAAABQAAAAAAAAUAAAAAABAFAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAABACUAAAAAAAAlAAAAAAIAJQAAAAABACUAAAAAAwCBAAAAAAAAgQAAAAAAAFAAAAAAAgBQAAAAAAEAUAAAAAAAAFAAAAAAAgBQAAAAAAIAgQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAACACUAAAAAAQAlAAAAAAIAJQAAAAAAACUAAAAAAwAlAAAAAAMAgQAAAAAAAIEAAAAAAABQAAAAAAAAUAAAAAACAFAAAAAAAwBQAAAAAAMAUAAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAACACUAAAAAAAAlAAAAAAMAJQAAAAACACUAAAAAAQAlAAAAAAIAJQAAAAADAIEAAAAAAACBAAAAAAAAUAAAAAAAAFAAAAAAAwBQAAAAAAMAUAAAAAADAFAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAIAJQAAAAABACUAAAAAAgAlAAAAAAEAJQAAAAAAACUAAAAAAACBAAAAAAAAgQAAAAAAAFAAAAAAAgBQAAAAAAAAUAAAAAABAFAAAAAAAwCBAAAAAAAAgQAAAAAAAC0AAAAAAAOBAAAAAAAAJQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAARAAAAAAAAEQAAAAAAABEAAAAAAAARAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAMlAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAMAUAAAAAACAFAAAAAAAwBQAAAAAAEAUAAAAAADACAAAAAAAAAgAAAAAAMALQAAAAAAAy4AAAAAAAMuAAAAAAACLQAAAAAAAy4AAAAAAAMtAAAAAAAAJQAAAAACACAAAAAAAQAgAAAAAAAAIAAAAAADACAAAAAAAAAgAAAAAAIAIAAAAAACACAAAAAAAAAgAAAAAAIAIAAAAAACAIEAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAMuAAAAAAAALQAAAAAAACUAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAQAgAAAAAAMAIAAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAABACAAAAAAAQCBAAAAAAAALQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAy4AAAAAAAAlAAAAAAMAIAAAAAADACAAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAgAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgAgAAAAAAMAIAAAAAAAACAAAAAAAwAgAAAAAAMAIAAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACAA== + version: 7 + 4,-3: + ind: 4,-3 + tiles: gQAAAAAAAGAAAAAAAwBgAAAAAAIAYAAAAAACAGAAAAAAAQBgAAAAAAMAYAAAAAAAAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAQBgAAAAAAIAYAAAAAAAAGAAAAAAAQBgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAEAIAAAAAAAACAAAAAAAQCBAAAAAAAAYAAAAAADAGAAAAAAAwBgAAAAAAEAYAAAAAAAAGAAAAAAAwBEAAAAAAAARAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACYAAAAAAAAmAAAAAAIAJgAAAAABACYAAAAAAQAmAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAAAIAAAAAADAGAAAAAAAwBgAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAIAgQAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAABACAAAAAAAABgAAAAAAMAYAAAAAABAGAAAAAAAQBgAAAAAAMAYAAAAAABAGAAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAQBgAAAAAAIAYAAAAAADAGAAAAAAAwCBAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAMAgQAAAAAAAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAwCBAAAAAAAAIAAAAAABACAAAAAAAwBEAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAIAgQAAAAAAACAAAAAAAgAgAAAAAAIARAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABACAAAAAAAwAgAAAAAAEAIAAAAAABAEQAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAgAgAAAAAAAAIAAAAAACACAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + 5,-3: + ind: 5,-3 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAACAAAAAAAQAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAAAQAAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAAAmAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAABAAAAAAAAIEAAAAAAAAEAAAAAAAARwAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAIAAAAAABABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAABAAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAA== + version: 7 + 3,-3: + ind: 3,-3 + tiles: gQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAMAYAAAAAABAIEAAAAAAABgAAAAAAAAYAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAACAGAAAAAAAgCBAAAAAAAAYAAAAAAAAGAAAAAAAwAlAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAgBgAAAAAAIAgQAAAAAAAGAAAAAAAwBgAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAgBgAAAAAAAAYAAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAAAACUAAAAAAwCBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAGAAAAAAAgAlAAAAAAEAgQAAAAAAAC8AAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAQBgAAAAAAIAYAAAAAAAAGAAAAAAAQBgAAAAAAMAJQAAAAABAIEAAAAAAAAvAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAARAAAAAAAAGAAAAAAAQBgAAAAAAIAYAAAAAABAGAAAAAAAQBgAAAAAAAAYAAAAAAAACUAAAAAAwCBAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAgCBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAABgAAAAAAMAYAAAAAABAGAAAAAAAABgAAAAAAIAgQAAAAAAAGAAAAAAAABgAAAAAAMAgQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAwBgAAAAAAAAYAAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAIAYAAAAAACAGAAAAAAAwCBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAABgAAAAAAMAYAAAAAAAAGAAAAAAAABgAAAAAAMAgQAAAAAAAGAAAAAAAwBgAAAAAAEAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAbwAAAAAAAGAAAAAAAgBgAAAAAAIAbwAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAAAYAAAAAADAG8AAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAQAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAwCBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAACBAAAAAAAAGQAAAAACABkAAAAAAAAZAAAAAAIAGQAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAABAA== + version: 7 + 4,-2: + ind: 4,-2 + tiles: YAAAAAABAGAAAAAAAQCBAAAAAAAAIAAAAAACACAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAAAYAAAAAAAABIAAAAAAAASAAAAAAAAEgAAAAAAABIAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAABAGAAAAAAAABgAAAAAAIAYAAAAAAAAGAAAAAAAwBgAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAABgAAAAAAAAEgAAAAAAABIAAAAAAAASAAAAAAAAEgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAARwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAS8AAAAAAAAtAAAAAAABLQAAAAAAAS0AAAAAAAEuAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC0AAAAAAAEvAAAAAAAALQAAAAAAAS0AAAAAAAEuAAAAAAADLgAAAAAAAS4AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAABLwAAAAAAAC0AAAAAAAGBAAAAAAAALgAAAAAAAS0AAAAAAAEtAAAAAAAALwAAAAAAACAAAAAAAQAgAAAAAAAAIAAAAAACACAAAAAAAAAgAAAAAAMAIAAAAAADACAAAAAAAwAgAAAAAAAAgQAAAAAAAEcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAS4AAAAAAAOBAAAAAAAAIAAAAAADACAAAAAAAgAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAMAIAAAAAACAIEAAAAAAAAlAAAAAAMAJQAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAMtAAAAAAAAgQAAAAAAACAAAAAAAQAgAAAAAAIAIAAAAAADACAAAAAAAwAgAAAAAAAAIAAAAAADACAAAAAAAACBAAAAAAAAJQAAAAABACUAAAAAAQCBAAAAAAAAgQAAAAAAAIEAAAAAAAAuAAAAAAABLgAAAAAAAIEAAAAAAAAgAAAAAAIAIAAAAAABACAAAAAAAgAgAAAAAAEAIAAAAAACACAAAAAAAQAgAAAAAAEAgQAAAAAAACUAAAAAAAAlAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAALQAAAAAAAy0AAAAAAAOBAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAIAIAAAAAAAACAAAAAAAgAgAAAAAAAAIAAAAAACACUAAAAAAgAlAAAAAAAAJQAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAAAACUAAAAAAwCBAAAAAAAAIQAAAAABACEAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAA== + version: 7 + 3,-2: + ind: 3,-2 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAGQAAAAABABkAAAAAAAAZAAAAAAMAGQAAAAACAIEAAAAAAABgAAAAAAIAYAAAAAADAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAALwAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAwAvAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAgBgAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADAIEAAAAAAABgAAAAAAEAYAAAAAABABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAGAAAAAAAQBgAAAAAAEAYAAAAAACAGAAAAAAAABgAAAAAAEAYAAAAAACAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAAAAGAAAAAAAABgAAAAAAIAgQAAAAAAAIEAAAAAAABHAAAAAAAALQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAtAAAAAAABLwAAAAAAAC0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAABLQAAAAAAAS8AAAAAAAAuAAAAAAABLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAS0AAAAAAAEvAAAAAAAAIAAAAAACACAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAgAgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAARwAAAAAAACUAAAAAAAAlAAAAAAMAJQAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAAAACUAAAAAAgAlAAAAAAAAJQAAAAABACUAAAAAAwAlAAAAAAMARwAAAAAAAIEAAAAAAABHAAAAAAAAIAAAAAADACUAAAAAAABgAAAAAAAAYAAAAAACAGAAAAAAAgBgAAAAAAAAYAAAAAAAAGAAAAAAAgBgAAAAAAMAYAAAAAAAAGAAAAAAAQCBAAAAAAAAIAAAAAABACAAAAAAAwAgAAAAAAMAIAAAAAADACAAAAAAAwAlAAAAAAMAIgAAAAADACIAAAAAAQAiAAAAAAMAIgAAAAADACQAAAAAAgAiAAAAAAMAIgAAAAACACIAAAAAAgBgAAAAAAEAIAAAAAAAACAAAAAAAwAgAAAAAAIAIAAAAAADACAAAAAAAgCBAAAAAAAARwAAAAAAAGAAAAAAAgBgAAAAAAIAYAAAAAABAGAAAAAAAwBgAAAAAAMAYAAAAAADAGAAAAAAAgAiAAAAAAEAYAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAwAfAAAAAAIAgQAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAIEAAAAAAABgAAAAAAAAIgAAAAAAAGAAAAAAAABHAAAAAAAAJQAAAAAAACUAAAAAAwAlAAAAAAIAJQAAAAABACUAAAAAAwAlAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAGAAAAAAAQAiAAAAAAMAIgAAAAAAACIAAAAAAQBgAAAAAAEAgQAAAAAAACQAAAAAAgAlAAAAAAAAJQAAAAAAACUAAAAAAQAlAAAAAAMAJQAAAAABAA== + version: 7 + 2,-2: + ind: 2,-2 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAC8AAAAAAAAvAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAlAAAAAAMAJQAAAAACACUAAAAAAQApAAAAAAAAgQAAAAAAAC8AAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAvAAAAAAAALwAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAKQAAAAACAIEAAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAACBAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAACkAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAJQAAAAADACUAAAAAAgApAAAAAAMAKQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADgQAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAC4AAAAAAAKBAAAAAAAALgAAAAAAAi0AAAAAAAMtAAAAAAADLQAAAAAAAy4AAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMtAAAAAAADLQAAAAAAAy0AAAAAAAMuAAAAAAAAKQAAAAACAC0AAAAAAAAuAAAAAAACLQAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAIEAAAAAAAAgAAAAAAEAgQAAAAAAACAAAAAAAAAgAAAAAAEAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAABAIEAAAAAAAAtAAAAAAAALgAAAAAAAS0AAAAAAAMuAAAAAAADLwAAAAAAAIEAAAAAAACBAAAAAAAARwAAAAAAACUAAAAAAQAlAAAAAAEAJQAAAAABACUAAAAAAwAlAAAAAAIAJQAAAAAAACUAAAAAAwCBAAAAAAAALgAAAAAAAS0AAAAAAAMtAAAAAAADLgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAMAYAAAAAADAGAAAAAAAgBgAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAAAZAAAAAAIAgQAAAAAAACIAAAAAAQAiAAAAAAMAIgAAAAAAACIAAAAAAAAiAAAAAAMAIgAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAYAAAAAACACIAAAAAAQAiAAAAAAIAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAABAGAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAgAiAAAAAAMAYAAAAAAAAIEAAAAAAAAfAAAAAAEAHwAAAAADAGAAAAAAAAAfAAAAAAMAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAEAIgAAAAAAAGAAAAAAAgBgAAAAAAMAgQAAAAAAAIEAAAAAAABgAAAAAAIAgQAAAAAAAA== + version: 7 + 2,-3: + ind: 2,-3 + tiles: gQAAAAAAACAAAAAAAwCBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAMAgQAAAAAAAIEAAAAAAAAPAAAAAAIADwAAAAABAA8AAAAAAAAPAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAACAIEAAAAAAAABAAAAAAIAAQAAAAABACAAAAAAAgAPAAAAAAMADwAAAAAAAA8AAAAAAwAPAAAAAAIADwAAAAAAAA8AAAAAAgCBAAAAAAAAgQAAAAAAACUAAAAAAwAlAAAAAAAAJQAAAAACACUAAAAAAwAgAAAAAAIAAQAAAAADAAEAAAAAAAAgAAAAAAEADwAAAAAAAA8AAAAAAwAPAAAAAAMADwAAAAAAAA8AAAAAAgAPAAAAAAMAgQAAAAAAACUAAAAAAQAlAAAAAAAAJQAAAAACACUAAAAAAAAlAAAAAAAAIAAAAAAAAAEAAAAAAQABAAAAAAMAIAAAAAABAA8AAAAAAAAPAAAAAAMADwAAAAAAAA8AAAAAAgAPAAAAAAEADwAAAAAAAIEAAAAAAAAlAAAAAAIAGAAAAAAAACUAAAAAAQAlAAAAAAMAJQAAAAAAACAAAAAAAQABAAAAAAIAAQAAAAABACAAAAAAAQAPAAAAAAIADwAAAAADAA8AAAAAAgAPAAAAAAEADwAAAAACAA8AAAAAAwAPAAAAAAAAJQAAAAADACUAAAAAAwAlAAAAAAEAJQAAAAABACUAAAAAAgAgAAAAAAEAAQAAAAAAAAEAAAAAAQAgAAAAAAAADwAAAAABAA8AAAAAAAAPAAAAAAIADwAAAAABAA8AAAAAAAAPAAAAAAAAgQAAAAAAACUAAAAAAAAlAAAAAAIAJQAAAAAAACUAAAAAAAAlAAAAAAEAIAAAAAAAAAEAAAAAAwABAAAAAAIAgQAAAAAAAA8AAAAAAwAPAAAAAAEADwAAAAACAA8AAAAAAAAPAAAAAAIADwAAAAABAIEAAAAAAAAlAAAAAAIAJQAAAAACACUAAAAAAQAlAAAAAAAAJQAAAAACAIEAAAAAAAABAAAAAAIAAQAAAAACACAAAAAAAgAPAAAAAAIADwAAAAAAAA8AAAAAAwAPAAAAAAAADwAAAAADAA8AAAAAAgCBAAAAAAAAJQAAAAACACUAAAAAAwAlAAAAAAEAJQAAAAABACUAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAJQAAAAAAACUAAAAAAgAlAAAAAAIAgQAAAAAAAC8AAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAACUAAAAAAAAlAAAAAAAAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAC8AAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAvAAAAAAAALwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAgQAAAAAAAA== + version: 7 + 5,-2: + ind: 5,-2 + tiles: gQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAEAgQAAAAAAACAAAAAAAQAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACAIEAAAAAAAAgAAAAAAMAIAAAAAACAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAwAgAAAAAAEAIAAAAAAAACAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIAgQAAAAAAACAAAAAAAAAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAHAAAAAAAABwAAAAAAgCBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 5,-1: + ind: 5,-1 + tiles: FwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 3,-1: + ind: 3,-1 + tiles: YAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAADACIAAAAAAwAiAAAAAAMAYAAAAAACAGAAAAAAAQBgAAAAAAMARwAAAAAAACUAAAAAAwAlAAAAAAIAJQAAAAADACUAAAAAAgCBAAAAAAAAgQAAAAAAACIAAAAAAQAiAAAAAAIAIgAAAAABACIAAAAAAQAiAAAAAAIAIwAAAAAAACMAAAAAAAAjAAAAAAAAIwAAAAAAAIEAAAAAAAAlAAAAAAIAJQAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAABAGAAAAAAAgBgAAAAAAEAYAAAAAAAACMAAAAAAAAjAAAAAAAAHwAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 4,-1: + ind: 4,-1 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 2,-1: + ind: 2,-1 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADAIEAAAAAAACBAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAEAIgAAAAADAGAAAAAAAACBAAAAAAAAYAAAAAACAGAAAAAAAwBgAAAAAAMAYAAAAAABAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAAAACIAAAAAAgAiAAAAAAMAIgAAAAACACIAAAAAAAAiAAAAAAAAIgAAAAACACIAAAAAAwCBAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAEAYAAAAAAAAGAAAAAAAgBgAAAAAAAAYAAAAAAAAGAAAAAAAwBgAAAAAAEAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 2,-4: + ind: 2,-4 + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAALQAAAAAAAC0AAAAAAAMtAAAAAAADGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAALQAAAAAAAy0AAAAAAAMuAAAAAAAGgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAC0AAAAAAAMuAAAAAAADGAAAAAAAAC0AAAAAAAMtAAAAAAADLgAAAAAAAy0AAAAAAAMtAAAAAAADLgAAAAAAAy0AAAAAAAMtAAAAAAAALQAAAAAAAy0AAAAAAAOBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAALgAAAAAABBgAAAAAAAAYAAAAAAAAGAAAAAAAAC4AAAAAAAEtAAAAAAADLgAAAAAAAy4AAAAAAAEtAAAAAAADgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAACAAAAAAAgAgAAAAAAIAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAC4AAAAAAAEtAAAAAAADLQAAAAAAAyAAAAAAAAAgAAAAAAEAIAAAAAABACAAAAAAAAAgAAAAAAIAIAAAAAAAAIEAAAAAAAAgAAAAAAMAIAAAAAABACAAAAAAAgAYAAAAAAAAIAAAAAADAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAgAAAAAAAAIAAAAAADACAAAAAAAQAgAAAAAAEAIAAAAAADACAAAAAAAQAgAAAAAAMAIAAAAAADACAAAAAAAgAgAAAAAAMAGAAAAAAAABgAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAACACAAAAAAAgAgAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + version: 7 + -2,-6: + ind: -2,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAA== + version: 7 + -4,-6: + ind: -4,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAA== + version: 7 + 4,-6: + ind: 4,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 5,-6: + ind: 5,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 6,-3: + ind: 6,-3 + tiles: gQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 6,-2: + ind: 6,-2 + tiles: FwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 6,-4: + ind: 6,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAFwAAAAAAABcAAAAAAAAAAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAFwAAAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + 3,-7: + ind: 3,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAEAYAAAAAADAGAAAAAAAQBgAAAAAAAAYAAAAAAAAGAAAAAAAQCBAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAAAAGAAAAAAAQBgAAAAAAIAYAAAAAACAGAAAAAAAwBgAAAAAAAAYAAAAAABAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAwBgAAAAAAEAYAAAAAADAGAAAAAAAwBgAAAAAAAAYAAAAAADAGAAAAAAAwCBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIEAAAAAAABgAAAAAAIAYAAAAAADAGAAAAAAAQBgAAAAAAEAYAAAAAAAAGAAAAAAAQBgAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAAAAAAYAAAAAADAGAAAAAAAQBgAAAAAAMAYAAAAAAAAGAAAAAAAABgAAAAAAAAgQAAAAAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAGAAAAAAAgBgAAAAAAAAYAAAAAADAGAAAAAAAABgAAAAAAMAgQAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + version: 7 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + dampingModifier: 0.25 + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 248: 27,-83 + 562: -4,-1 + 563: -4,-5 + 564: -3,-7 + 565: -2,-7 + 566: -1,-7 + 567: 0,-7 + 568: 3,-7 + 569: 5,-7 + 570: 6,-7 + 581: 4,-7 + 2004: -24,-81 + 3303: 65,-22 + 3304: 65,-26 + 3314: 60,-20 + 3810: 11,-55 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 2005: -25,-82 + 3295: 56,-16 + 3313: 59,-21 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 249: 21,-93 + 259: 20,-93 + 2006: -24,-83 + 3300: 63,-28 + 3305: 63,-24 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 559: 4,1 + 560: 1,1 + 561: -2,1 + 2007: -23,-82 + 3302: 58,-18 + 3312: 61,-21 + 3664: -3,-18 + - node: + angle: 3.141592653589793 rad + color: '#C2FF8DFF' + id: ArrowsGreyscale + decals: + 153: -33,-24 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt1 + decals: + 2062: 2,-15 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt2 + decals: + 2065: -7,-10 + 2066: 8,-13 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt5 + decals: + 2105: 3,-33 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt6 + decals: + 2059: 11,-13 + 2060: 6,-11 + 2061: -6,-13 + 2064: -5,-11 + 2100: 4,-13 + 2103: 0,-31 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt7 + decals: + 2057: -1,-13 + 2058: -8,-13 + 2101: 7,-32 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Basalt8 + decals: + 2063: -5,-12 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 171: 11,-56 + 172: 11,-57 + 173: 11,-58 + 174: 11,-59 + 175: 11,-60 + 455: 50,-97 + 456: 51,-97 + 457: 52,-97 + 458: 54,-102 + 459: 53,-102 + 463: 49,-101 + 1726: 40,-14 + 1727: 41,-14 + 1890: -7,-78 + 1891: -6,-78 + 3321: 60,-16 + 3322: 61,-16 + 3326: 49,-72 + 3327: 50,-72 + 3328: 51,-72 + 3329: 52,-72 + 3330: 53,-72 + 3331: 54,-72 + 3332: 54,-73 + 3333: 53,-73 + 3334: 52,-73 + 3335: 51,-73 + 3336: 50,-73 + 3337: 49,-73 + 3338: 54,-70 + 3339: 54,-69 + 3385: 68,-41 + 3386: 67,-41 + 3387: 57,-37 + 3388: 57,-38 + 3389: 57,-39 + 3390: 57,-40 + 3412: 63,-27 + 3413: 65,-27 + 3414: 65,-23 + 3415: 57,-18 + 3416: 57,-16 + 3438: 66,-28 + 3665: -4,-18 + 3666: -5,-18 + 3667: -6,-18 + 3679: -8,-18 + 3680: -7,-18 + 3961: 53,-97 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Bot + decals: + 1011: 31,-20 + 1012: 31,-21 + 1013: 31,-22 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Bot + decals: + 441: 36,-74 + 442: 35,-74 + 451: 31,-77 + 452: 32,-77 + 453: 30,-65 + 454: 30,-64 + - node: + color: '#00FFFFFF' + id: BotGreyscale + decals: + 2168: -25,-83 + 2169: -23,-83 + 2170: -23,-81 + 2171: -25,-81 + - node: + angle: 4.71238898038469 rad + color: '#00FFFFFF' + id: BotGreyscale + decals: + 3905: -10,-71 + - node: + color: '#D381C9FF' + id: BotGreyscale + decals: + 875: -26,-25 + 876: -25,-25 + 877: -24,-25 + 878: -23,-25 + 1436: -26,-28 + 1437: -25,-28 + 1438: -24,-28 + 3557: -20,-78 + 3558: -20,-86 + 3559: -28,-86 + 3560: -28,-78 + 3902: -10,-70 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 63: -24,-61 + 64: -25,-61 + 65: -26,-61 + 66: -27,-61 + 67: -13,-62 + 68: -12,-62 + 460: 55,-99 + 461: 55,-100 + 462: 55,-101 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BotLeft + decals: + 1014: 27,-22 + 1015: 27,-21 + 1016: 27,-20 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: BotLeft + decals: + 272: 26,-95 + 273: 26,-96 + 274: 26,-97 + 275: 26,-98 + 276: 27,-98 + 277: 27,-97 + 278: 27,-96 + 279: 27,-95 + 280: 28,-95 + 281: 28,-96 + 282: 28,-97 + 283: 28,-98 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: BotLeft + decals: + 3311: 60,-21 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 1318: 24,-85 + 1319: 24,-84 + 1320: 24,-83 + 2253: 30,-74 + 2254: 31,-74 + 2255: 33,-74 + 3392: 57,-35 + 3431: 67,-28 + 3432: 68,-28 + 3433: 69,-28 + 3434: 69,-30 + 3435: 68,-30 + 3436: 67,-30 + 3437: 66,-30 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: BotRight + decals: + 260: 20,-95 + 261: 21,-95 + 262: 22,-95 + 263: 22,-96 + 264: 21,-96 + 265: 20,-96 + 266: 20,-97 + 267: 21,-97 + 268: 22,-97 + 269: 22,-98 + 270: 21,-98 + 271: 20,-98 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 45: -11,-55 + 46: -10,-55 + 305: 23,-103 + 306: 24,-103 + 307: 25,-103 + 464: 49,-102 + 615: 18,-69 + 616: 17,-69 + 2003: -24,-82 + - node: + color: '#00FFFFFF' + id: BoxGreyscale + decals: + 2175: -32,-81 + 2176: -32,-83 + 2178: -16,-81 + 2179: -16,-83 + - node: + angle: 3.141592653589793 rad + color: '#C2FF8DFF' + id: BoxGreyscale + decals: + 154: -33,-26 + 155: -32,-26 + - node: + color: '#D381C9FF' + id: BoxGreyscale + decals: + 3561: -32,-78 + 3562: -32,-86 + 3563: -16,-86 + 3564: -16,-78 + - node: + color: '#FBC3FFFF' + id: BoxGreyscale + decals: + 947: 9,-76 + 948: 8,-76 + - node: + color: '#95FF6F72' + id: BrickCornerOverlayNE + decals: + 546: 6,-7 + - node: + color: '#D381C926' + id: BrickCornerOverlayNE + decals: + 3549: 7,-42 + - node: + color: '#FF940093' + id: BrickCornerOverlayNE + decals: + 1861: 52,-15 + 1862: 53,-16 + 1863: 55,-17 + 1865: 42,-19 + - node: + color: '#95FF6F72' + id: BrickCornerOverlayNW + decals: + 513: -4,1 + - node: + color: '#D381C926' + id: BrickCornerOverlayNW + decals: + 3550: 6,-42 + - node: + color: '#FF940093' + id: BrickCornerOverlayNW + decals: + 1860: 41,-15 + - node: + color: '#95FF6F72' + id: BrickCornerOverlaySE + decals: + 514: 6,1 + - node: + color: '#D381C926' + id: BrickCornerOverlaySE + decals: + 3553: 7,-44 + - node: + color: '#FF940093' + id: BrickCornerOverlaySE + decals: + 1864: 55,-20 + - node: + color: '#95FF6F72' + id: BrickCornerOverlaySW + decals: + 536: -4,-7 + - node: + color: '#D381C926' + id: BrickCornerOverlaySW + decals: + 3552: 6,-44 + - node: + color: '#FF940093' + id: BrickCornerOverlaySW + decals: + 1856: 41,-19 + 1857: 42,-20 + 1858: 53,-17 + 1859: 52,-16 + - node: + color: '#52B4E996' + id: BrickEndOverlayE + decals: + 2984: 15,-31 + 2985: 19,-30 + - node: + color: '#52B4E996' + id: BrickEndOverlayN + decals: + 2988: 18,-29 + 2989: 14,-30 + - node: + color: '#52B4E996' + id: BrickEndOverlayS + decals: + 2990: 14,-32 + 2991: 18,-31 + - node: + color: '#52B4E996' + id: BrickEndOverlayW + decals: + 2986: 13,-31 + 2987: 17,-30 + - node: + color: '#724276FF' + id: BrickLineOverlayE + decals: + 8: -13,-49 + - node: + color: '#95FF6F72' + id: BrickLineOverlayE + decals: + 505: 6,2 + 506: -1,2 + 507: -4,0 + 508: -4,-1 + 509: -4,-2 + 510: -4,-4 + 511: -4,-5 + 512: -4,-6 + 579: 4,-6 + - node: + color: '#A4610696' + id: BrickLineOverlayE + decals: + 2493: 15,-87 + 2514: 15,-88 + 2515: 15,-89 + 2516: 15,-90 + 2517: 15,-91 + 2518: 15,-86 + - node: + color: '#FA750096' + id: BrickLineOverlayE + decals: + 3836: 10,-67 + - node: + color: '#FF940093' + id: BrickLineOverlayE + decals: + 1851: 55,-19 + 1852: 55,-18 + 1853: 41,-18 + 1854: 41,-17 + 1855: 41,-16 + - node: + color: '#95FF6F72' + id: BrickLineOverlayN + decals: + 516: -3,-3 + 517: -3,1 + 518: -2,1 + 519: 0,1 + 520: 1,1 + 521: 2,1 + 522: 3,1 + 523: 4,1 + 524: 5,1 + 538: -3,-7 + 539: -2,-7 + 540: -1,-7 + 541: 0,-7 + 542: 1,-7 + 543: 2,-7 + 544: 3,-7 + 545: 5,-7 + - node: + color: '#D381C926' + id: BrickLineOverlayN + decals: + 3533: 14,-43 + 3534: 15,-43 + 3535: 13,-43 + 3536: 12,-43 + 3537: 11,-43 + 3538: 10,-43 + 3539: 9,-43 + 3540: 8,-43 + - node: + color: '#FA750096' + id: BrickLineOverlayN + decals: + 3834: 14,-70 + - node: + color: '#FF940093' + id: BrickLineOverlayN + decals: + 1824: 43,-20 + 1825: 44,-20 + 1826: 45,-20 + 1827: 46,-20 + 1828: 47,-20 + 1829: 48,-20 + 1830: 49,-20 + 1831: 50,-20 + 1832: 51,-20 + 1833: 53,-20 + 1834: 54,-20 + 1835: 42,-15 + 1836: 43,-15 + 1837: 44,-15 + 1838: 45,-15 + 1839: 46,-15 + 1840: 47,-15 + 1841: 48,-15 + 1842: 49,-15 + 1843: 50,-15 + 1844: 51,-15 + 1845: 54,-17 + - node: + color: '#95FF6F72' + id: BrickLineOverlayS + decals: + 515: -3,-3 + 525: -3,1 + 526: -2,1 + 527: -1,1 + 528: 0,1 + 529: 1,1 + 530: 2,1 + 531: 3,1 + 532: 4,1 + 533: 5,1 + 534: 2,-7 + 535: 8,-7 + 537: 1,-7 + - node: + color: '#9FED5896' + id: BrickLineOverlayS + decals: + 2001: 39,-47 + - node: + color: '#D381C926' + id: BrickLineOverlayS + decals: + 3541: 8,-43 + 3542: 9,-43 + 3543: 10,-43 + 3544: 11,-43 + 3545: 12,-43 + 3546: 13,-43 + 3547: 14,-43 + 3548: 15,-43 + - node: + color: '#D381C971' + id: BrickLineOverlayS + decals: + 938: 8,-74 + 939: 9,-74 + 940: 10,-74 + - node: + color: '#EFB34196' + id: BrickLineOverlayS + decals: + 2952: -22,-58 + 2953: -21,-58 + 2954: -20,-58 + - node: + color: '#FF940093' + id: BrickLineOverlayS + decals: + 1802: 48,-20 + 1803: 47,-20 + 1804: 46,-20 + 1805: 45,-20 + 1806: 44,-20 + 1807: 43,-20 + 1808: 49,-20 + 1809: 50,-20 + 1810: 51,-20 + 1811: 53,-20 + 1812: 54,-20 + 1813: 51,-15 + 1814: 50,-15 + 1815: 49,-15 + 1816: 48,-15 + 1817: 47,-15 + 1818: 46,-15 + 1819: 45,-15 + 1820: 44,-15 + 1821: 43,-15 + 1822: 42,-15 + 1823: 54,-17 + - node: + color: '#334E6DC8' + id: BrickLineOverlayW + decals: + 2936: -30,-43 + 2937: -30,-42 + 2938: -30,-49 + 2939: -30,-50 + 2945: -30,-44 + 2948: -30,-48 + - node: + color: '#95FF6F72' + id: BrickLineOverlayW + decals: + 496: -1,2 + 497: -4,0 + 498: -4,-1 + 499: -4,-2 + 500: -4,-3 + 501: -4,-4 + 502: -4,-5 + 503: -4,-6 + 504: 6,2 + 580: 4,-6 + - node: + color: '#9FED5896' + id: BrickLineOverlayW + decals: + 2000: 40,-48 + - node: + color: '#A4610696' + id: BrickLineOverlayW + decals: + 2491: 14,-87 + 2519: 14,-86 + 2520: 14,-88 + 2521: 14,-89 + 2522: 14,-90 + 2523: 14,-91 + 2527: 21,-83 + - node: + color: '#D381C926' + id: BrickLineOverlayW + decals: + 3551: 6,-43 + - node: + color: '#FA750096' + id: BrickLineOverlayW + decals: + 3838: 23,-69 + - node: + color: '#FF940093' + id: BrickLineOverlayW + decals: + 1846: 41,-18 + 1847: 41,-17 + 1848: 41,-16 + 1849: 55,-18 + 1850: 55,-19 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 12: -4,-25 + 1429: -12,-38 + 2904: -18,-26 + 3512: 7,-42 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 381: 92,-44 + 382: 91,-43 + 383: 90,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 13: -6,-25 + 2903: -25,-26 + 3508: 6,-42 + 3892: -7,-27 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 361: 90,-49 + 362: 91,-48 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 1428: -12,-34 + 2905: -18,-27 + 3513: 7,-44 + 3896: -4,-27 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 356: 90,-50 + 357: 91,-49 + 358: 92,-48 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 2902: -25,-27 + 3509: 6,-44 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 379: 90,-43 + 380: 91,-44 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkEndW + decals: + 391: 87,-50 + 392: 87,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 1435: -12,-39 + 2208: 23,-55 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 389: 90,-43 + 390: 91,-44 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 757: -4,-38 + 1430: -3,-39 + 2207: 25,-55 + 3894: -6,-27 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 363: 90,-50 + 364: 91,-49 + 365: 92,-48 + 371: 92,-46 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 1432: -12,-33 + 2209: 23,-53 + 3893: -7,-27 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 368: 91,-48 + 369: 90,-49 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 758: -4,-34 + 1431: -3,-33 + 2210: 25,-53 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 370: 92,-46 + 386: 90,-42 + 387: 91,-43 + 388: 92,-44 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 14: -4,-26 + 2205: 23,-54 + 3835: 10,-67 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 367: 92,-47 + 374: 92,-46 + 375: 92,-45 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 15: -5,-25 + 804: -3,-36 + 805: -2,-36 + 1405: -11,-39 + 1406: -10,-39 + 1407: -9,-39 + 1408: -8,-39 + 1409: -7,-39 + 1410: -6,-39 + 1411: -5,-39 + 1412: -4,-39 + 2204: 24,-55 + 2789: -29,-42 + 2790: -28,-42 + 2912: -24,-26 + 2913: -23,-26 + 2914: -22,-26 + 2915: -21,-26 + 2916: -19,-26 + 2917: -20,-26 + 2931: -30,-42 + 2957: -11,-38 + 3167: -10,-38 + 3168: -9,-38 + 3169: -8,-38 + 3170: -7,-38 + 3171: -6,-38 + 3172: -5,-38 + 3514: 8,-43 + 3515: 9,-43 + 3516: 10,-43 + 3517: 11,-43 + 3518: 12,-43 + 3519: 13,-43 + 3520: 14,-43 + 3532: 15,-43 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 359: 88,-50 + 360: 89,-50 + 373: 91,-46 + 384: 89,-42 + 385: 88,-42 + 407: 87,-46 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 11: -5,-27 + 802: -3,-36 + 803: -2,-36 + 935: 8,-74 + 936: 9,-74 + 937: 10,-74 + 1417: -4,-33 + 1418: -5,-33 + 1419: -6,-33 + 1420: -7,-33 + 1421: -9,-33 + 1422: -8,-33 + 1423: -10,-33 + 1424: -11,-33 + 2206: 24,-53 + 2786: -29,-50 + 2787: -28,-50 + 2906: -24,-27 + 2907: -23,-27 + 2908: -22,-27 + 2909: -21,-27 + 2910: -20,-27 + 2911: -19,-27 + 2929: -30,-50 + 2956: -11,-34 + 3161: -10,-34 + 3162: -9,-34 + 3163: -8,-34 + 3164: -7,-34 + 3165: -6,-34 + 3166: -5,-34 + 3523: 14,-43 + 3524: 13,-43 + 3525: 12,-43 + 3526: 11,-43 + 3527: 10,-43 + 3528: 9,-43 + 3529: 8,-43 + 3531: 15,-43 + 3895: -6,-27 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 354: 88,-50 + 355: 89,-50 + 372: 91,-46 + 377: 88,-42 + 378: 89,-42 + 408: 87,-46 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 9: -6,-26 + 166: 14,-51 + 167: 14,-50 + 168: 14,-49 + 1413: -3,-38 + 1414: -3,-37 + 1415: -3,-35 + 1416: -3,-34 + 2203: 25,-54 + 2932: -30,-42 + 2933: -30,-43 + 2934: -30,-50 + 2935: -30,-49 + 2940: -30,-44 + 2941: -30,-48 + 3179: -4,-35 + 3180: -4,-36 + 3181: -4,-37 + 3507: 6,-43 + 3837: 23,-69 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 366: 92,-47 + 376: 92,-45 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 1759: 52,-15 + 1760: 53,-16 + 1761: 55,-17 + 1762: 42,-19 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 1758: 41,-15 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 1757: 55,-20 + 2393: 19,-83 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 0: -10,-50 + 1763: 42,-20 + 1764: 41,-19 + 1765: 52,-16 + 1766: 53,-17 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 1792: 42,-20 + 1793: 41,-19 + 1799: 53,-17 + 1800: 52,-16 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 1801: 55,-20 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 1794: 41,-15 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 1795: 42,-19 + 1796: 53,-16 + 1797: 52,-15 + 1798: 55,-17 + 1999: 40,-47 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 1755: 55,-18 + 1756: 55,-19 + 1767: 41,-18 + 1768: 41,-17 + 1769: 41,-16 + 2490: 15,-87 + 2506: 15,-88 + 2507: 15,-89 + 2508: 15,-90 + 2509: 15,-91 + 2513: 15,-86 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 1738: 43,-15 + 1739: 44,-15 + 1740: 45,-15 + 1741: 46,-15 + 1742: 47,-15 + 1743: 48,-15 + 1744: 49,-15 + 1745: 50,-15 + 1746: 51,-15 + 1747: 54,-17 + 1752: 42,-15 + 1781: 54,-20 + 1782: 53,-20 + 1783: 51,-20 + 1784: 50,-20 + 1785: 48,-20 + 1786: 49,-20 + 1787: 47,-20 + 1788: 46,-20 + 1789: 45,-20 + 1790: 44,-20 + 1791: 43,-20 + 3833: 14,-70 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 3: -8,-50 + 4: -9,-50 + 1728: 43,-15 + 1729: 44,-15 + 1730: 45,-15 + 1731: 46,-15 + 1732: 47,-15 + 1733: 48,-15 + 1734: 49,-15 + 1735: 50,-15 + 1736: 51,-15 + 1737: 54,-17 + 1751: 42,-15 + 1770: 43,-20 + 1771: 44,-20 + 1772: 45,-20 + 1773: 46,-20 + 1774: 48,-20 + 1775: 47,-20 + 1776: 49,-20 + 1777: 50,-20 + 1778: 51,-20 + 1779: 53,-20 + 1780: 54,-20 + 1997: 39,-47 + 2375: 10,-83 + 2376: 9,-83 + 2377: 11,-83 + 2378: 12,-83 + 2379: 13,-83 + 2380: 14,-83 + 2390: 17,-83 + 2391: 18,-83 + 2394: 8,-83 + 2395: 15,-83 + 2949: -22,-58 + 2950: -21,-58 + 2951: -20,-58 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 1: -10,-49 + 2: -10,-48 + 1748: 41,-18 + 1749: 41,-17 + 1750: 41,-16 + 1753: 55,-18 + 1754: 55,-19 + 1998: 40,-48 + 2120: -8,-2 + 2121: -8,-4 + 2488: 14,-87 + 2502: 14,-88 + 2503: 14,-89 + 2504: 14,-90 + 2505: 14,-91 + 2512: 14,-86 + 2526: 21,-83 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 169: 11,-63 + 807: -12,-26 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 806: -14,-26 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 809: -12,-28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 808: -14,-28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteEndE + decals: + 2969: 15,-31 + 2974: 19,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteEndN + decals: + 2970: 14,-30 + 2973: 18,-29 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteEndS + decals: + 2971: 14,-32 + 2975: 18,-31 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteEndW + decals: + 2968: 13,-31 + 2972: 17,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNe + decals: + 170: 11,-64 + 2982: 14,-31 + 2983: 18,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNw + decals: + 2980: 14,-31 + 2981: 18,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerSe + decals: + 2976: 14,-31 + 2977: 18,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerSw + decals: + 2978: 14,-31 + 2979: 18,-30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineE + decals: + 810: -12,-27 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 813: -13,-26 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 812: -13,-28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineW + decals: + 811: -14,-27 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 991: -26,-74 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 989: -22,-75 + 990: -22,-74 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Caution + decals: + 2473: 17,-84 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Caution + decals: + 189: 18,-26 + 1915: -26,-75 + - node: + color: '#00B6FF28' + id: CheckerNESW + decals: + 430: 28,-24 + - node: + color: '#00E26A4E' + id: CheckerNESW + decals: + 425: 27,-19 + 426: 28,-19 + 427: 29,-19 + 428: 30,-19 + 429: 31,-19 + - node: + color: '#52B4E996' + id: CheckerNESW + decals: + 1077: 4,-28 + 1078: 5,-28 + 1079: 6,-28 + 1080: 6,-29 + 1081: 5,-29 + 1082: 4,-29 + 1083: 7,-28 + - node: + color: '#A4610696' + id: CheckerNESW + decals: + 2486: 14,-87 + 2487: 15,-87 + 2494: 14,-88 + 2495: 15,-88 + 2496: 15,-89 + 2497: 14,-89 + 2498: 14,-90 + 2499: 15,-90 + 2500: 15,-91 + 2501: 14,-91 + 2510: 14,-86 + 2511: 15,-86 + - node: + color: '#DE3A3A96' + id: CheckerNESW + decals: + 1616: 42,-23 + 1617: 43,-23 + 1618: 44,-23 + 1619: 45,-23 + 1620: 46,-23 + 1621: 47,-23 + 1622: 48,-23 + 1623: 49,-23 + 1624: 53,-23 + 1625: 54,-23 + 1626: 55,-23 + 1627: 56,-23 + 3269: 62,-47 + 3270: 62,-46 + 3271: 63,-46 + 3272: 63,-47 + 3273: 58,-39 + 3274: 58,-38 + 3275: 58,-37 + 3276: 58,-36 + 3277: 59,-36 + 3278: 59,-37 + 3279: 59,-38 + 3280: 59,-39 + 3362: 63,-33 + 3363: 63,-34 + 3364: 64,-35 + 3365: 64,-36 + 3366: 63,-37 + 3367: 63,-38 + 3368: 64,-39 + 3369: 64,-40 + 3370: 63,-41 + 3371: 63,-42 + 3442: 62,-49 + 3443: 63,-49 + 3448: 62,-45 + 3449: 63,-45 + 3450: 63,-48 + 3451: 62,-48 + 3460: 57,-32 + 3461: 57,-33 + 3462: 60,-32 + 3463: 60,-33 + 3495: 64,-43 + - node: + color: '#EFB34196' + id: CheckerNESW + decals: + 1242: -21,-59 + 1243: -33,-67 + 3869: 27,-70 + 3870: 27,-71 + 3875: 26,-70 + 3876: 26,-71 + 3878: 29,-70 + - node: + color: '#00B6FF28' + id: CheckerNWSE + decals: + 431: 28,-24 + - node: + color: '#3E92D883' + id: CheckerNWSE + decals: + 1049: 14,-26 + 1050: 15,-26 + 1051: 15,-25 + 1052: 14,-24 + 1053: 15,-24 + 1054: 14,-25 + 1055: 15,-23 + 1056: 14,-23 + - node: + color: '#3EB38896' + id: CheckerNWSE + decals: + 3871: 27,-70 + 3872: 27,-71 + 3873: 26,-71 + 3874: 26,-70 + 3880: 29,-70 + - node: + color: '#8133BF1E' + id: CheckerNWSE + decals: + 1950: 40,-46 + 1951: 40,-45 + 1952: 40,-44 + 1953: 40,-43 + 1954: 41,-42 + 1955: 42,-42 + 1956: 43,-43 + 1957: 43,-44 + 1958: 43,-45 + 1959: 43,-46 + 1960: 42,-47 + 1961: 41,-47 + 1962: 42,-46 + 1963: 41,-46 + 1964: 41,-45 + 1965: 42,-45 + 1966: 42,-44 + 1967: 41,-44 + 1968: 41,-43 + 1969: 42,-43 + 1970: 43,-47 + 1971: 40,-47 + 1972: 40,-42 + 1973: 43,-42 + 1974: 43,-41 + 1975: 44,-41 + 1976: 44,-42 + 1977: 44,-43 + 1978: 44,-44 + 1979: 44,-45 + 1980: 44,-46 + 1981: 44,-47 + 1982: 42,-41 + 1983: 41,-41 + 1984: 40,-41 + 1985: 39,-41 + 1986: 39,-42 + 1987: 39,-43 + 1988: 39,-44 + 1989: 39,-45 + 1990: 39,-46 + 1991: 40,-48 + 1992: 41,-48 + 1993: 42,-48 + 1994: 43,-48 + 1995: 39,-47 + 1996: 45,-44 + - node: + color: '#DE3A3A49' + id: CheckerNWSE + decals: + 3801: 8,-50 + 3802: 9,-49 + 3803: 10,-50 + 3804: 9,-50 + 3805: 8,-49 + 3806: 10,-49 + - node: + color: '#DE3A3A96' + id: CheckerNWSE + decals: + 3372: 64,-38 + 3373: 64,-37 + 3374: 63,-36 + 3375: 63,-35 + 3376: 64,-34 + 3377: 64,-33 + 3378: 63,-39 + 3379: 63,-40 + 3380: 64,-41 + 3381: 64,-42 + 3496: 63,-43 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 1131: -18,-66 + 1132: -18,-67 + 1133: -30,-68 + 1134: -30,-69 + 1135: -29,-69 + 1136: -29,-68 + 2481: -19,-66 + 2482: -19,-67 + - node: + cleanable: True + color: '#000000FF' + id: Damaged + decals: + 2028: 11,-10 + 2029: 1,-17 + 2030: -3,-11 + 2031: -4,-10 + 2032: 5,-13 + 2033: 7,-10 + 2069: 1,-12 + 2070: 2,-11 + 2071: 6,-33 + 2072: 9,-32 + 2073: 5,-33 + 2074: 6,-31 + 2075: 2,-31 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 5: -13,-54 + 6: -13,-53 + 7: -13,-52 + 57: -25,-74 + 58: -24,-74 + 59: -23,-74 + 60: -25,-72 + 61: -24,-72 + 62: -23,-72 + 69: -3,-8 + 70: -2,-8 + 71: -1,-8 + 72: 0,-8 + 73: 3,-8 + 74: 4,-8 + 75: 5,-8 + 76: 6,-8 + 298: 52,-102 + 299: 51,-102 + 300: 49,-99 + 301: 49,-100 + 302: 23,-102 + 303: 24,-102 + 304: 25,-102 + 986: -25,-75 + 987: -24,-75 + 988: -23,-75 + 3319: 59,-15 + 3320: 58,-15 + - node: + color: '#DE3A3AFF' + id: DeliveryGreyscale + decals: + 3217: 60,-45 + 3384: 66,-41 + - node: + color: '#00000056' + id: DiagonalCheckerAOverlay + decals: + 3693: -25,-38 + 3694: -24,-38 + 3695: -23,-38 + 3696: -22,-38 + 3697: -25,-37 + 3698: -25,-31 + 3699: -25,-32 + 3700: -25,-33 + 3701: -25,-34 + 3702: -25,-35 + 3703: -25,-36 + 3704: -24,-36 + 3705: -21,-38 + 3706: -19,-38 + 3707: -18,-38 + 3708: -17,-38 + 3717: -23,-28 + 3718: -22,-28 + 3719: -21,-28 + 3720: -19,-28 + 3721: -18,-28 + 3722: -17,-28 + - node: + color: '#00000067' + id: DiagonalCheckerAOverlay + decals: + 2552: -25,-30 + - node: + color: '#0000006C' + id: DiagonalCheckerAOverlay + decals: + 2869: -20,-37 + - node: + color: '#0000008C' + id: DiagonalCheckerAOverlay + decals: + 1455: 37,-47 + 1456: 36,-47 + 1457: 36,-46 + 1458: 37,-46 + 1459: 37,-45 + 1460: 36,-45 + 1461: 36,-44 + 1462: 37,-44 + 1463: 37,-43 + 1464: 36,-43 + 1465: 36,-42 + 1466: 37,-42 + 1467: 37,-41 + 1468: 36,-41 + - node: + color: '#00000053' + id: DiagonalCheckerBOverlay + decals: + 1945: -29,-48 + 1946: -29,-47 + 1947: -29,-46 + 1948: -29,-45 + 1949: -29,-44 + - node: + cleanable: True + color: '#000000FF' + id: Dirt + decals: + 2019: 12,-10 + 2020: 6,-12 + 2021: -6,-13 + 2025: 1,-14 + 2026: -1,-13 + 2027: -1,-11 + 2048: -4,-11 + 2049: -4,-11 + 2050: -5,-11 + 2051: -7,-12 + 2052: 5,-12 + 2053: 9,-11 + 2054: 10,-12 + 2055: 14,-12 + 2067: 1,-11 + 2068: 1,-11 + 2086: 7,-33 + 2087: 1,-31 + 2088: 4,-32 + 2089: 5,-32 + 2090: 8,-31 + 2091: 8,-34 + 2098: 1,-33 + 2099: 0,-32 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 949: 58,-77 + 950: 80,-68 + 951: 78,-62 + 953: 74,-38 + 954: 77,-40 + 955: 76,-31 + 956: 76,-27 + 957: 76,-28 + 958: 80,-29 + 959: 79,-28 + 960: 80,-27 + 961: 79,-34 + 962: 76,-33 + 1469: 57,-77 + 1477: 28,-36 + 1480: 40,-38 + 1481: 41,-39 + 1482: 47,-36 + 1483: 48,-36 + 1484: 44,-33 + 1498: -12,-80 + 1499: -6,-73 + 1506: 3,-77 + 1510: -36,-75 + 1515: -55,-67 + 1516: -54,-67 + 1533: -42,-26 + 1534: -38,-29 + 1535: -38,-28 + 1554: -8,-58 + 1555: -8,-59 + 1556: 1,-62 + 1934: 50,-16 + 1935: 40,-16 + 3408: 73,-28 + - node: + cleanable: True + color: '#000000FF' + id: DirtHeavy + decals: + 2010: -6,-12 + 2011: 0,-12 + 2022: -6,-11 + 2023: -6,-11 + 2024: 0,-15 + 2034: 2,-10 + 2035: 1,-10 + 2076: 8,-33 + 2077: 1,-31 + 2078: 1,-32 + 2079: 8,-31 + 2080: 7,-32 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 1489: 71,-36 + 1490: 77,-39 + 1500: -1,-73 + 1507: 10,-80 + 1508: 2,-80 + 1509: -43,-80 + 1517: -56,-67 + 1518: -50,-68 + 1522: -51,-28 + 1523: -42,-26 + 1525: -40,-29 + 1530: -46,-23 + 1557: -10,-58 + 1922: 47,-21 + 1923: 48,-19 + 1924: 51,-14 + 1925: 45,-19 + 1936: 41,-32 + 2122: -8,-7 + 2403: 10,-84 + 3409: 62,-22 + - node: + cleanable: True + color: '#000000FF' + id: DirtHeavyMonotile + decals: + 2012: 0,-11 + 2013: 6,-11 + 2014: 5,-13 + 2015: 7,-11 + 2016: 10,-11 + 2017: 10,-10 + 2018: 12,-10 + 2044: -1,-16 + 2045: -7,-13 + 2046: 7,-12 + 2047: 6,-11 + 2081: 5,-31 + 2082: 6,-32 + 2083: 8,-32 + 2095: 3,-33 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 964: 62,-66 + 1472: 56,-68 + 1473: 41,-51 + 1491: 75,-39 + 1492: 77,-33 + 1493: 73,-29 + 1501: -3,-73 + 1502: -1,-76 + 1503: 3,-79 + 1519: -53,-69 + 1521: -50,-31 + 1526: -40,-27 + 1531: -51,-26 + 1532: -50,-25 + 1543: 10,-32 + 1544: -1,-13 + 1548: 1,-15 + 1549: 4,-13 + 1926: 44,-19 + 1930: 46,-20 + 1931: 49,-16 + 1932: 54,-19 + 1939: 44,-22 + 1940: 52,-22 + 2127: 4,-9 + 2404: 10,-83 + 2410: 14,-80 + 2411: 13,-83 + 2412: 12,-85 + 3053: 31,-100 + 3403: 61,-18 + 3404: 64,-19 + 3405: 65,-22 + 3406: 57,-16 + 3407: 57,-18 + - node: + cleanable: True + color: '#000000FF' + id: DirtLight + decals: + 2036: 2,-10 + 2037: 2,-10 + 2038: 2,-11 + 2039: 2,-12 + 2056: -6,-13 + 2092: 6,-32 + 2093: 6,-32 + 2096: 2,-33 + 2097: 0,-31 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 965: 59,-65 + 1474: 44,-50 + 1476: 41,-50 + 1485: 33,-24 + 1487: 37,-13 + 1488: 72,-28 + 1494: 78,-33 + 1495: 73,-38 + 1496: 75,-49 + 1504: 5,-75 + 1511: -36,-80 + 1512: -36,-76 + 1513: -35,-70 + 1514: -46,-78 + 1527: -42,-27 + 1528: -36,-28 + 1529: -36,-25 + 1540: -47,-15 + 1541: -43,-13 + 1545: -7,-13 + 1550: -1,-14 + 1551: 3,-14 + 1938: 46,-17 + 1941: 45,-23 + 1942: 54,-23 + 1943: 49,-23 + 2124: -8,-8 + 2125: -3,-9 + 2126: -1,-10 + 2132: -17,-47 + 2133: -4,-46 + 2134: 17,-64 + 2135: 19,-62 + 2136: -11,-76 + 2137: -50,-61 + 2138: -52,-61 + 2139: -51,-61 + 2140: -50,-61 + 2141: -50,-61 + 2405: 12,-80 + 2406: 12,-83 + 2409: 12,-80 + 2413: 11,-80 + 2414: 9,-83 + 2415: 12,-84 + 2417: 23,-82 + 3054: 31,-99 + 3397: 61,-49 + - node: + cleanable: True + color: '#000000FF' + id: DirtMedium + decals: + 2040: 0,-11 + 2041: -8,-10 + 2084: 4,-32 + 2085: 2,-32 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 963: 57,-65 + 1475: 39,-50 + 1486: 35,-17 + 1497: 77,-50 + 1524: -42,-29 + 1552: 12,-14 + 1553: 1,-63 + 1927: 47,-19 + 1928: 46,-18 + 1929: 46,-19 + 1933: 55,-16 + 2123: -7,-6 + 2128: 6,-9 + 2129: -3,-10 + 2130: -25,-22 + 2131: -25,-51 + 2407: 13,-84 + 2408: 11,-83 + 2418: 25,-83 + 3051: 30,-90 + 3052: 17,-92 + 3394: 63,-50 + 3395: 56,-50 + 3396: 59,-49 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 3808: 9,-60 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 3940: -41,-15 + 3941: -38,-17 + 3942: -39,-17 + 3943: -41,-16 + - node: + color: '#A4610696' + id: FullTileOverlayGreyscale + decals: + 1335: 24,-86 + - node: + color: '#D381C967' + id: FullTileOverlayGreyscale + decals: + 3889: -4,-29 + 3890: -5,-29 + 3900: -6,-29 + - node: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + decals: + 3202: 66,-44 + 3452: 61,-42 + 3453: 61,-43 + 3454: 61,-44 + 3455: 66,-45 + - node: + color: '#EFB34196' + id: FullTileOverlayGreyscale + decals: + 1138: -30,-60 + 1139: -30,-61 + 1140: -30,-62 + - node: + zIndex: 1 + color: '#5283FFFF' + id: Grassc3 + decals: + 1006: 1.2095004,-48.014824 + - node: + zIndex: 1 + color: '#5283FFFF' + id: Grassd1 + decals: + 1002: 1.9282503,-47.90016 + 1009: 0.93343055,-50.953983 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 1723: 53.583206,-14.343849 + - node: + zIndex: 1 + color: '#5283FFFF' + id: Grassd3 + decals: + 1008: 0.12093055,-50.057526 + 1010: 0.1730138,-50.943558 + - node: + zIndex: 1 + color: '#5283FFFF' + id: Grasse1 + decals: + 1005: 1.6470003,-47.024555 + - node: + color: '#00000026' + id: HalfTileOverlayGreyscale + decals: + 32: -47,-43 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 1075: 12,-20 + 1571: 13,-70 + 3832: 14,-70 + 3950: -38,-15 + 3951: -39,-15 + 3952: -40,-15 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale + decals: + 2400: 23,-82 + 2401: 24,-82 + 2402: 25,-82 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 3425: 59,-27 + 3426: 58,-27 + 3439: 58,-49 + 3440: 59,-49 + 3441: 60,-49 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale + decals: + 1106: -17,-59 + 1107: -16,-59 + 1108: -15,-59 + 1110: -27,-59 + 1111: -26,-59 + 1112: -25,-59 + 1113: -24,-59 + 1137: -29,-64 + - node: + color: '#00000026' + id: HalfTileOverlayGreyscale180 + decals: + 33: -47,-49 + - node: + color: '#00000066' + id: HalfTileOverlayGreyscale180 + decals: + 2928: -24,-40 + - node: + color: '#00000067' + id: HalfTileOverlayGreyscale180 + decals: + 2575: -25,-40 + 2577: -22,-43 + 2578: -21,-43 + 2579: -20,-43 + 2580: -19,-43 + 2581: -18,-43 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 1076: 12,-18 + 1573: 14,-71 + 1574: 13,-71 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 3203: 65,-44 + 3204: 67,-44 + 3423: 58,-30 + 3424: 59,-30 + 3429: 63,-30 + 3430: 64,-30 + - node: + color: '#00000067' + id: HalfTileOverlayGreyscale270 + decals: + 2565: -26,-34 + 2566: -26,-35 + 2567: -26,-33 + 2568: -26,-32 + 2569: -26,-31 + 2571: -26,-36 + 2572: -26,-37 + 2573: -26,-38 + 2574: -26,-39 + 2582: -23,-41 + 2583: -23,-42 + - node: + color: '#0080FF3A' + id: HalfTileOverlayGreyscale270 + decals: + 225: -5,-3 + 226: -5,-4 + 227: -5,-2 + - node: + color: '#00D5FF3A' + id: HalfTileOverlayGreyscale270 + decals: + 228: -5,0 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 3566: 23,-23 + 3567: 23,-24 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 3421: 57,-28 + 3422: 57,-29 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale270 + decals: + 1109: -32,-67 + 3689: -20,-69 + - node: + color: '#FFFF003A' + id: HalfTileOverlayGreyscale270 + decals: + 229: -5,-6 + - node: + color: '#00000026' + id: HalfTileOverlayGreyscale90 + decals: + 25: -44,-55 + 26: -44,-54 + 27: -44,-53 + - node: + color: '#00000067' + id: HalfTileOverlayGreyscale90 + decals: + 2584: -17,-39 + 2585: -17,-40 + 2586: -17,-41 + 2587: -17,-42 + - node: + color: '#3E92D883' + id: HalfTileOverlayGreyscale90 + decals: + 1057: 13,-26 + 1058: 13,-25 + 1059: 13,-24 + 1060: 13,-23 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 3568: 25,-23 + 3569: 25,-24 + 3621: 10,-31 + 3622: 10,-30 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale90 + decals: + 3812: 32,-91 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 3427: 60,-28 + 3428: 60,-29 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale90 + decals: + 3690: -28,-70 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 1565: 97,-58 + 1566: 97,-34 + - node: + color: '#FFFFFFFF' + id: LoadingArea + decals: + 250: 27,-93 + 557: -1,2 + 558: 6,2 + 2326: 32,-39 + 2327: 33,-39 + 3298: 65,-24 + 3299: 65,-28 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 147: -30,-25 + 148: -30,-24 + 1563: 84,-34 + 1564: 84,-58 + 3307: 58,-16 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 2525: 21,-84 + 3297: 63,-26 + 3306: 63,-19 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 3296: 56,-18 + 3811: 9,-60 + - node: + angle: 4.71238898038469 rad + color: '#00FFFFFF' + id: LoadingAreaGreyscale + decals: + 3904: -11,-71 + - node: + angle: 4.71238898038469 rad + color: '#D381C9FF' + id: LoadingAreaGreyscale + decals: + 3903: -11,-70 + - node: + zIndex: 1 + color: '#5283FF37' + id: MarkupSquare + decals: + 992: 1,-48 + 993: 2,-48 + 994: 2,-47 + 995: 1,-47 + 998: 1,-50 + 999: 1,-51 + 1000: 0,-51 + 1001: 0,-50 + - node: + color: '#D381C905' + id: MarkupSquare + decals: + 2882: -23,-26 + 2883: -24,-26 + 2884: -25,-26 + 2885: -25,-27 + 2886: -24,-27 + 2887: -23,-27 + 2888: -22,-27 + 2889: -22,-26 + 2890: -21,-26 + 2891: -21,-27 + 2892: -20,-27 + 2893: -20,-26 + 2894: -19,-26 + 2895: -19,-27 + 2896: -18,-27 + 2897: -18,-26 + - node: + color: '#FF800066' + id: MiniTileBoxOverlay + decals: + 284: 24,-96 + 295: 24,-94 + - node: + color: '#A4610699' + id: MiniTileCheckerAOverlay + decals: + 3034: 17,-99 + 3035: 17,-100 + 3036: 17,-101 + - node: + color: '#EFDF3A8F' + id: MiniTileCheckerAOverlay + decals: + 3506: 7,-43 + - node: + color: '#FFFFFF3A' + id: MiniTileCheckerAOverlay + decals: + 1575: 21,-71 + - node: + color: '#3C44AA99' + id: MiniTileCheckerBOverlay + decals: + 3025: 17,-99 + 3026: 17,-100 + 3027: 17,-101 + - node: + color: '#D381C933' + id: MiniTileCheckerBOverlay + decals: + 3687: -8,-17 + - node: + color: '#D381C94E' + id: MiniTileCheckerBOverlay + decals: + 1353: -8,-29 + - node: + color: '#FFFFFFBF' + id: MiniTileCheckerBOverlay + decals: + 1876: 52,-20 + - node: + color: '#D381C928' + id: MiniTileCornerOverlayNE + decals: + 3183: -10,-16 + - node: + color: '#D381C926' + id: MiniTileCornerOverlayNW + decals: + 2224: -6,-23 + - node: + color: '#D381C928' + id: MiniTileCornerOverlayNW + decals: + 3184: -11,-16 + - node: + color: '#D381C928' + id: MiniTileCornerOverlaySE + decals: + 3186: -10,-17 + - node: + color: '#D381C926' + id: MiniTileCornerOverlaySW + decals: + 2228: -6,-20 + - node: + color: '#D381C928' + id: MiniTileCornerOverlaySW + decals: + 3185: -11,-17 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNe + decals: + 135: -53,-45 + 161: -33,-38 + 162: -33,-56 + 200: 29,-73 + 215: 33,-75 + 223: 40,-76 + 638: 26,-50 + 639: 27,-51 + 640: 28,-52 + 646: 21,-56 + 647: 22,-57 + 761: 35,-54 + 764: 37,-54 + 1197: 46,-32 + 1199: 49,-34 + 1202: 51,-41 + 1219: 50,-36 + 1246: -30,-36 + 1247: -31,-35 + 1263: -30,-54 + 1264: -31,-53 + 1296: -32,-50 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNw + decals: + 160: -31,-38 + 163: -31,-56 + 623: 20,-52 + 624: 21,-51 + 625: 22,-50 + 626: 26,-57 + 627: 27,-56 + 763: 36,-54 + 767: 40,-53 + 793: 42,-50 + 1250: -34,-36 + 1251: -33,-35 + 1258: -33,-53 + 1260: -34,-54 + 1285: -40,-42 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSe + decals: + 98: 34,-29 + 136: -53,-47 + 158: -33,-36 + 164: -33,-54 + 224: 40,-77 + 621: 27,-30 + 628: 26,-58 + 629: 27,-57 + 630: 28,-56 + 631: 21,-52 + 632: 22,-51 + 762: 36,-55 + 766: 40,-55 + 768: 42,-53 + 794: 43,-50 + 1248: -30,-38 + 1249: -31,-39 + 1261: -31,-57 + 1262: -30,-56 + 1270: -32,-42 + 3726: -32,-59 + - node: + color: '#C8C8FFFF' + id: MiniTileDarkCornerSw + decals: + 30: -43,-55 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSw + decals: + 159: -31,-36 + 165: -31,-54 + 195: 28,-76 + 196: 29,-77 + 633: 20,-56 + 634: 21,-57 + 635: 22,-58 + 636: 26,-51 + 637: 27,-52 + 765: 37,-55 + 769: 35,-55 + 1195: 44,-32 + 1198: 46,-34 + 1200: 49,-36 + 1201: 50,-41 + 1244: -33,-39 + 1245: -34,-38 + 1257: -34,-56 + 1259: -33,-57 + 1288: -40,-50 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkEndN + decals: + 157: -31,-21 + 3867: -35,-58 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkEndS + decals: + 156: -31,-22 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkEndW + decals: + 872: -21,-21 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerNe + decals: + 105: 35,-28 + 112: 46,-46 + 201: 29,-75 + 216: 33,-76 + 641: 27,-52 + 642: 26,-51 + 643: 21,-57 + 644: 20,-56 + 645: 22,-58 + 784: 37,-55 + 787: 35,-55 + 1164: -33,-57 + 1167: -34,-56 + 1174: -33,-39 + 1175: -34,-38 + 1213: 50,-41 + 1224: 46,-34 + 1225: 49,-36 + 1226: 44,-32 + 1256: -31,-36 + 1265: -31,-54 + 1305: -40,-50 + 2761: 22,-77 + 2773: 7,-66 + 2784: -31,-52 + 2840: -23,-55 + 3868: -35,-59 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerNw + decals: + 141: -50,-47 + 685: 21,-52 + 686: 22,-51 + 687: 27,-57 + 688: 28,-56 + 689: 26,-58 + 780: 40,-55 + 786: 36,-55 + 788: 42,-53 + 796: 43,-50 + 1170: -31,-57 + 1171: -30,-56 + 1172: -31,-39 + 1173: -30,-38 + 1255: -33,-36 + 1266: -33,-54 + 1308: -32,-42 + 2762: 26,-77 + 2763: 16,-77 + 2774: 10,-66 + 2839: -20,-55 + 3729: -32,-59 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerSe + decals: + 102: 35,-26 + 104: 34,-27 + 111: 46,-44 + 622: 27,-29 + 680: 20,-52 + 681: 21,-51 + 682: 22,-50 + 683: 26,-57 + 684: 27,-56 + 783: 36,-54 + 785: 40,-53 + 795: 42,-50 + 1168: -34,-54 + 1169: -33,-53 + 1176: -34,-36 + 1177: -33,-35 + 1254: -31,-38 + 1267: -31,-56 + 1309: -40,-42 + 2770: 12,-75 + 2783: -31,-40 + 2841: -23,-53 + 3728: -34,-59 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkInnerSw + decals: + 140: -50,-45 + 198: 28,-75 + 199: 29,-76 + 690: 22,-57 + 691: 21,-56 + 692: 26,-50 + 693: 27,-51 + 694: 28,-52 + 781: 35,-54 + 782: 37,-54 + 1165: -31,-53 + 1166: -30,-54 + 1178: -31,-35 + 1179: -30,-36 + 1212: 51,-41 + 1218: 50,-36 + 1232: 49,-34 + 1233: 46,-32 + 1253: -33,-38 + 1268: -33,-56 + 1297: -32,-50 + 2842: -20,-53 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineE + decals: + 99: 34,-28 + 108: 46,-45 + 122: -12,-12 + 123: -12,-13 + 124: -12,-14 + 125: -18,-14 + 126: -18,-13 + 127: -18,-12 + 151: -31,-24 + 152: -31,-25 + 202: 29,-74 + 672: 28,-55 + 673: 28,-53 + 674: 24,-49 + 675: 24,-48 + 676: 24,-59 + 677: 24,-60 + 678: 20,-55 + 679: 20,-53 + 779: 40,-54 + 791: 42,-52 + 792: 42,-51 + 1154: -32,-53 + 1155: -32,-52 + 1156: -32,-57 + 1157: -32,-58 + 1182: -32,-39 + 1183: -32,-40 + 1184: -32,-35 + 1185: -32,-34 + 1204: 51,-44 + 1205: 51,-43 + 1206: 51,-42 + 1214: 50,-40 + 1215: 50,-37 + 1228: 46,-33 + 1229: 49,-35 + 1236: 50,-39 + 1237: 50,-38 + 1239: 44,-31 + 1252: -30,-37 + 1269: -30,-55 + 1306: -40,-49 + 1307: -40,-43 + 2699: 5,-37 + 2700: 5,-36 + 2701: 5,-35 + 2717: 21,-37 + 2718: 21,-36 + 2719: 21,-35 + 2729: -11,-14 + 2730: -11,-13 + 2731: -11,-12 + 2744: 5,-53 + 2745: 5,-54 + 2746: 5,-55 + 2752: 30,-55 + 2753: 30,-53 + 2811: -28,-36 + 2812: -28,-37 + 2813: -28,-38 + 2826: -17,-40 + 2827: -17,-39 + 2843: 14,-14 + 2844: 14,-13 + 2863: 25,-45 + 2864: 25,-44 + 3015: 44,-30 + 3016: 44,-29 + 3681: -8,-18 + - node: + color: '#C8C8FFFF' + id: MiniTileDarkLineN + decals: + 34: -47,-43 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineN + decals: + 81: 23,-27 + 82: 25,-27 + 84: 24,-27 + 85: 27,-27 + 86: 28,-27 + 87: 29,-27 + 88: 30,-27 + 89: 32,-27 + 90: 31,-27 + 91: 33,-27 + 100: 34,-27 + 101: 35,-27 + 106: 48,-46 + 107: 47,-46 + 113: 23,-73 + 114: 24,-73 + 115: 25,-73 + 131: -55,-45 + 132: -54,-45 + 142: -51,-47 + 143: -52,-47 + 190: 14,-53 + 191: 15,-53 + 192: 27,-73 + 193: 28,-73 + 203: 30,-75 + 204: 31,-75 + 214: 32,-75 + 217: 35,-76 + 218: 36,-76 + 219: 34,-76 + 220: 37,-76 + 221: 38,-76 + 222: 39,-76 + 656: 23,-58 + 657: 25,-58 + 658: 25,-50 + 659: 23,-50 + 660: 19,-54 + 661: 18,-54 + 662: 29,-54 + 663: 30,-54 + 772: 38,-55 + 773: 39,-55 + 774: 33,-54 + 775: 34,-54 + 778: 41,-53 + 800: 32,-54 + 1160: -34,-55 + 1161: -35,-55 + 1188: -34,-37 + 1189: -35,-37 + 1190: -36,-37 + 1207: 52,-46 + 1208: 51,-46 + 1222: 48,-34 + 1223: 47,-34 + 1227: 45,-32 + 1278: -33,-42 + 1279: -34,-42 + 1280: -35,-42 + 1281: -36,-42 + 1282: -37,-42 + 1283: -38,-42 + 1284: -39,-42 + 1298: -33,-50 + 1299: -34,-50 + 1300: -35,-50 + 1301: -36,-50 + 1302: -37,-50 + 1303: -38,-50 + 1304: -39,-50 + 2213: 26,-54 + 2214: 27,-54 + 2541: -21,-34 + 2542: -20,-34 + 2543: -19,-34 + 2705: 3,-40 + 2706: 4,-40 + 2707: 5,-40 + 2714: 23,-40 + 2715: 24,-40 + 2716: 25,-40 + 2723: -2,-29 + 2724: -1,-29 + 2725: 0,-29 + 2737: -30,-21 + 2738: -29,-21 + 2739: -28,-21 + 2740: 4,-47 + 2741: 5,-47 + 2754: 25,-48 + 2755: 23,-48 + 2758: 23,-77 + 2759: 24,-77 + 2760: 25,-77 + 2764: 15,-77 + 2765: 14,-77 + 2766: 13,-77 + 2771: 8,-66 + 2772: 9,-66 + 2777: -30,-52 + 2778: -29,-52 + 2779: -28,-52 + 2814: -30,-32 + 2815: -29,-32 + 2816: -28,-32 + 2829: -15,-45 + 2830: -14,-45 + 2831: -13,-45 + 2837: -22,-55 + 2838: -21,-55 + 2867: 28,-49 + 2868: 29,-49 + 2955: 34,-38 + 2958: 22,-27 + 2961: 26,-27 + 3724: -34,-59 + 3725: -33,-59 + 3730: -35,-61 + 3731: -34,-61 + - node: + color: '#C8C8FFFF' + id: MiniTileDarkLineS + decals: + 31: -42,-55 + 35: -47,-49 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineS + decals: + 92: 28,-29 + 93: 29,-29 + 94: 30,-29 + 95: 31,-29 + 96: 32,-29 + 97: 33,-29 + 103: 35,-27 + 109: 47,-44 + 110: 48,-44 + 133: -55,-47 + 134: -54,-47 + 137: -52,-45 + 138: -51,-45 + 194: 27,-75 + 197: 30,-77 + 205: 31,-77 + 206: 32,-77 + 207: 33,-77 + 208: 34,-77 + 209: 35,-77 + 210: 36,-77 + 211: 37,-77 + 212: 38,-77 + 213: 39,-77 + 617: 23,-30 + 618: 24,-30 + 648: 23,-58 + 649: 25,-58 + 650: 25,-50 + 651: 23,-50 + 652: 19,-54 + 653: 18,-54 + 654: 29,-54 + 655: 30,-54 + 759: 33,-54 + 760: 34,-54 + 770: 38,-55 + 771: 39,-55 + 777: 41,-53 + 798: 32,-54 + 1162: -34,-55 + 1163: -35,-55 + 1191: -34,-37 + 1192: -35,-37 + 1193: -36,-37 + 1196: 45,-32 + 1203: 52,-44 + 1220: 47,-34 + 1221: 48,-34 + 1238: 44,-25 + 1271: -33,-42 + 1272: -34,-42 + 1273: -35,-42 + 1274: -36,-42 + 1275: -37,-42 + 1276: -38,-42 + 1277: -39,-42 + 1289: -39,-50 + 1290: -38,-50 + 1291: -37,-50 + 1292: -36,-50 + 1293: -35,-50 + 1294: -34,-50 + 1295: -33,-50 + 1599: -23,-19 + 1600: -22,-19 + 2211: 27,-54 + 2212: 26,-54 + 2538: -21,-32 + 2539: -20,-32 + 2540: -19,-32 + 2708: 3,-38 + 2709: 4,-38 + 2710: 5,-38 + 2711: 23,-38 + 2712: 24,-38 + 2713: 25,-38 + 2726: -2,-27 + 2727: -1,-27 + 2728: 0,-27 + 2734: -30,-19 + 2735: -29,-19 + 2736: -28,-19 + 2742: 5,-45 + 2743: 4,-45 + 2756: 23,-60 + 2757: 25,-60 + 2767: 15,-75 + 2768: 14,-75 + 2769: 13,-75 + 2775: 8,-64 + 2776: 9,-64 + 2780: -30,-40 + 2781: -29,-40 + 2782: -28,-40 + 2817: -30,-30 + 2818: -29,-30 + 2819: -28,-30 + 2832: -15,-43 + 2833: -14,-43 + 2834: -13,-43 + 2835: -21,-53 + 2836: -22,-53 + 2923: -30,-33 + 2924: -28,-33 + 2959: 25,-30 + 2960: 26,-30 + 3727: -33,-59 + - node: + color: '#C8C8FFFF' + id: MiniTileDarkLineW + decals: + 28: -43,-53 + 29: -43,-54 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineW + decals: + 119: -14,-14 + 120: -14,-13 + 121: -14,-12 + 128: -19,-12 + 129: -19,-13 + 130: -19,-14 + 139: -50,-46 + 149: -31,-24 + 150: -31,-25 + 664: 24,-59 + 665: 24,-60 + 666: 24,-49 + 667: 24,-48 + 668: 20,-53 + 669: 20,-55 + 670: 28,-55 + 671: 28,-53 + 776: 40,-54 + 789: 42,-52 + 790: 42,-51 + 1151: -30,-55 + 1152: -32,-53 + 1153: -32,-52 + 1158: -32,-58 + 1159: -32,-57 + 1180: -32,-39 + 1181: -32,-40 + 1186: -32,-35 + 1187: -32,-34 + 1194: -30,-37 + 1209: 51,-44 + 1210: 51,-43 + 1211: 51,-42 + 1216: 50,-40 + 1217: 50,-37 + 1230: 49,-35 + 1231: 46,-33 + 1234: 50,-39 + 1235: 50,-38 + 1240: 44,-31 + 1286: -40,-43 + 1287: -40,-49 + 1913: 23,-33 + 2702: 7,-37 + 2703: 7,-36 + 2704: 7,-35 + 2720: 23,-37 + 2721: 23,-36 + 2722: 23,-35 + 2747: 7,-55 + 2748: 7,-54 + 2749: 7,-53 + 2750: 18,-53 + 2751: 18,-55 + 2820: -15,-38 + 2821: -15,-39 + 2822: -15,-40 + 2823: -26,-38 + 2824: -26,-37 + 2825: -26,-36 + 2845: 16,-14 + 2846: 16,-13 + 2847: 16,-12 + 2865: 27,-45 + 2866: 27,-44 + 2878: -9,-14 + 2879: -9,-13 + 2880: -9,-12 + 2921: -27,-56 + 2922: -27,-58 + 3017: 44,-30 + 3018: 44,-29 + 3682: -7,-18 + 3866: -35,-59 + - node: + color: '#00000054' + id: MiniTileDiagonalCheckerAOverlay + decals: + 1376: -20,-36 + 1377: -20,-35 + - node: + color: '#00000056' + id: MiniTileDiagonalCheckerAOverlay + decals: + 3709: -20,-38 + 3716: -20,-28 + - node: + color: '#0000006C' + id: MiniTileDiagonalCheckerAOverlay + decals: + 2877: -20,-29 + - node: + color: '#D381C933' + id: MiniTileEndOverlayE + decals: + 3678: -7,-18 + - node: + color: '#D381C933' + id: MiniTileEndOverlayW + decals: + 3677: -8,-18 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlayNE + decals: + 2998: 14,-31 + 2999: 18,-30 + - node: + color: '#95FF6F72' + id: MiniTileInnerOverlayNE + decals: + 547: -1,1 + 548: -4,-3 + 551: -4,-7 + 583: 4,-7 + - node: + color: '#D381C933' + id: MiniTileInnerOverlayNE + decals: + 3686: -8,-18 + - node: + color: '#DE3A3A96' + id: MiniTileInnerOverlayNE + decals: + 3201: 69,-47 + - node: + color: '#EFB34196' + id: MiniTileInnerOverlayNE + decals: + 1123: -28,-67 + - node: + color: '#FF800066' + id: MiniTileInnerOverlayNE + decals: + 289: 24,-100 + 290: 23.749357,-100.24976 + 291: 23.749357,-100.49994 + 292: 23.499357,-100.49994 + 293: 23.499357,-98.25258 + 294: 23.749357,-98.499664 + - node: + color: '#FF940093' + id: MiniTileInnerOverlayNE + decals: + 1871: 42,-20 + 1872: 41,-19 + 1873: 52,-16 + 1874: 53,-17 + - node: + color: '#3C44AA33' + id: MiniTileInnerOverlayNW + decals: + 3048: 18,-102 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlayNW + decals: + 2992: 14,-31 + 2993: 18,-30 + - node: + color: '#95FF6F72' + id: MiniTileInnerOverlayNW + decals: + 552: -1,1 + 553: 6,1 + 582: 4,-7 + - node: + color: '#D381C926' + id: MiniTileInnerOverlayNW + decals: + 2230: -4,-23 + - node: + color: '#D381C933' + id: MiniTileInnerOverlayNW + decals: + 3685: -7,-18 + - node: + color: '#DE3A3A96' + id: MiniTileInnerOverlayNW + decals: + 3210: 58,-43 + - node: + color: '#FF940093' + id: MiniTileInnerOverlayNW + decals: + 1875: 55,-20 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlaySE + decals: + 2994: 14,-31 + 2995: 18,-30 + - node: + color: '#95FF6F72' + id: MiniTileInnerOverlaySE + decals: + 549: -4,-3 + 550: -4,1 + 555: 0,-7 + - node: + color: '#A4610696' + id: MiniTileInnerOverlaySE + decals: + 3817: 15,-85 + - node: + color: '#D381C933' + id: MiniTileInnerOverlaySE + decals: + 3683: -8,-18 + - node: + color: '#EFB34196' + id: MiniTileInnerOverlaySE + decals: + 1121: -28,-65 + 1150: -18,-57 + - node: + color: '#FF800066' + id: MiniTileInnerOverlaySE + decals: + 288: 24,-100 + - node: + color: '#FF940093' + id: MiniTileInnerOverlaySE + decals: + 1870: 41,-15 + - node: + color: '#3C44AA33' + id: MiniTileInnerOverlaySW + decals: + 3047: 18,-98 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlaySW + decals: + 2996: 14,-31 + 2997: 18,-30 + - node: + color: '#95FF6F72' + id: MiniTileInnerOverlaySW + decals: + 554: -3,-7 + 556: 3,-7 + - node: + color: '#9FED5896' + id: MiniTileInnerOverlaySW + decals: + 2002: 40,-47 + - node: + color: '#A4610696' + id: MiniTileInnerOverlaySW + decals: + 3816: 14,-85 + - node: + color: '#D381C926' + id: MiniTileInnerOverlaySW + decals: + 2231: -4,-20 + - node: + color: '#D381C933' + id: MiniTileInnerOverlaySW + decals: + 3684: -7,-18 + - node: + color: '#EFB34196' + id: MiniTileInnerOverlaySW + decals: + 1122: -26,-65 + 1149: -14,-57 + - node: + color: '#FF940093' + id: MiniTileInnerOverlaySW + decals: + 1866: 42,-19 + 1867: 52,-15 + 1868: 53,-16 + 1869: 55,-17 + - node: + color: '#52B4E996' + id: MiniTileLineOverlayE + decals: + 1598: 7,-17 + - node: + color: '#9FED5896' + id: MiniTileLineOverlayE + decals: + 1444: 29,-51 + - node: + color: '#DE3A3A96' + id: MiniTileLineOverlayE + decals: + 3198: 69,-46 + - node: + color: '#EFB34196' + id: MiniTileLineOverlayE + decals: + 1119: -28,-66 + - node: + color: '#FF800066' + id: MiniTileLineOverlayE + decals: + 286: 24,-98 + - node: + color: '#00000056' + id: MiniTileLineOverlayN + decals: + 3713: -21,-34 + 3714: -20,-34 + 3715: -19,-34 + - node: + color: '#00C000A3' + id: MiniTileLineOverlayN + decals: + 255: 22,-92 + 256: 26,-92 + - node: + color: '#52B4E996' + id: MiniTileLineOverlayN + decals: + 3626: 14,-35 + 3627: 15,-35 + 3628: 16,-35 + - node: + color: '#9FED5896' + id: MiniTileLineOverlayN + decals: + 1442: -27,-12 + 1452: 51,-24 + 3399: 66,-24 + 3401: 53,-50 + 3411: 4,-35 + - node: + color: '#D10000A3' + id: MiniTileLineOverlayN + decals: + 257: 19,-92 + 258: 28,-92 + - node: + color: '#D381C926' + id: MiniTileLineOverlayN + decals: + 2225: -5,-23 + - node: + color: '#DE3A3A96' + id: MiniTileLineOverlayN + decals: + 3199: 70,-47 + 3200: 71,-47 + 3209: 57,-43 + - node: + color: '#00000056' + id: MiniTileLineOverlayS + decals: + 3710: -21,-32 + 3711: -20,-32 + 3712: -19,-32 + - node: + color: '#334E6DC8' + id: MiniTileLineOverlayS + decals: + 3809: 11,-55 + - node: + color: '#3C44AA33' + id: MiniTileLineOverlayS + decals: + 3046: 17,-98 + - node: + color: '#52B4E996' + id: MiniTileLineOverlayS + decals: + 3615: 14,-33 + 3616: 15,-33 + 3617: 16,-33 + - node: + color: '#9FED5896' + id: MiniTileLineOverlayS + decals: + 1446: 20,-80 + 1448: -1,-71 + - node: + color: '#D381C926' + id: MiniTileLineOverlayS + decals: + 2229: -5,-20 + - node: + color: '#EFB34196' + id: MiniTileLineOverlayS + decals: + 1120: -27,-65 + 1146: -17,-57 + 1147: -16,-57 + 1148: -15,-57 + - node: + color: '#3C44AA33' + id: MiniTileLineOverlayW + decals: + 3043: 18,-101 + 3044: 18,-100 + 3045: 18,-99 + - node: + color: '#43990996' + id: MiniTileLineOverlayW + decals: + 495: 17,-93 + - node: + color: '#9FED5896' + id: MiniTileLineOverlayW + decals: + 1440: -35,-57 + 1454: -15,-35 + 1912: 8,-71 + 1914: 23,-33 + - node: + color: '#D381C926' + id: MiniTileLineOverlayW + decals: + 2226: -4,-22 + 2227: -4,-21 + - node: + color: '#DE3A3A96' + id: MiniTileLineOverlayW + decals: + 3208: 58,-42 + - node: + color: '#FF800066' + id: MiniTileLineOverlayW + decals: + 285: 24,-98 + 287: 24,-100 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelCornerSw + decals: + 1721: 53,-15 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 296: 24,-94 + 1115: -28,-67 + 1885: 43,-19 + 1886: 46,-19 + 3197: 69,-47 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNw + decals: + 1883: 46,-19 + 1884: 49,-19 + 3042: 18,-102 + 3207: 58,-43 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSe + decals: + 297: 24,-94 + 1118: -28,-65 + 1145: -18,-57 + 1888: 46,-17 + 3814: 15,-85 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSw + decals: + 1117: -26,-65 + 1144: -14,-57 + 1887: 46,-17 + 2967: 19,-19 + 3041: 18,-98 + 3815: 14,-85 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineE + decals: + 1114: -28,-66 + 1443: 29,-51 + 1597: 7,-17 + 1882: 46,-18 + 3196: 69,-46 + 3502: 68,-43 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineN + decals: + 251: 22,-92 + 252: 26,-92 + 253: 19,-92 + 254: 28,-92 + 1441: -27,-12 + 1451: 51,-24 + 1877: 44,-19 + 1878: 45,-19 + 1879: 47,-19 + 1880: 48,-19 + 3194: 70,-47 + 3195: 71,-47 + 3205: 57,-43 + 3398: 66,-24 + 3400: 53,-50 + 3410: 4,-35 + 3623: 14,-35 + 3624: 15,-35 + 3625: 16,-35 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineS + decals: + 1116: -27,-65 + 1141: -17,-57 + 1142: -16,-57 + 1143: -15,-57 + 1445: 20,-80 + 1447: -1,-71 + 1719: 55,-15 + 1720: 54,-15 + 1725: 56,-15 + 2962: 16,-19 + 2963: 17,-19 + 2964: 18,-19 + 3040: 17,-98 + 3807: 11,-55 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineW + decals: + 494: 17,-93 + 1439: -35,-57 + 1453: -15,-35 + 1722: 53,-14 + 1881: 46,-18 + 2965: 19,-20 + 2966: 19,-21 + 3037: 18,-101 + 3038: 18,-100 + 3039: 18,-99 + 3206: 58,-42 + 3497: 62,-39 + 3498: 62,-38 + 3501: 62,-42 + 3503: 62,-43 + 3504: 62,-44 + - node: + color: '#1488C2FF' + id: MiniTileWhiteInnerNe + decals: + 606: 16,-67 + - node: + color: '#41920FFF' + id: MiniTileWhiteInnerNe + decals: + 598: -1,-54 + - node: + color: '#48AC56FF' + id: MiniTileWhiteInnerNe + decals: + 613: 14,-67 + - node: + color: '#1488C2FF' + id: MiniTileWhiteInnerNw + decals: + 607: 18,-67 + - node: + color: '#41920FFF' + id: MiniTileWhiteInnerNw + decals: + 599: 1,-54 + - node: + color: '#48AC56FF' + id: MiniTileWhiteInnerNw + decals: + 614: 16,-67 + - node: + color: '#41920FFF' + id: MiniTileWhiteInnerSe + decals: + 600: -1,-52 + - node: + color: '#DE8000FF' + id: MiniTileWhiteInnerSe + decals: + 593: -1,-57 + - node: + color: '#DE8000FF' + id: MiniTileWhiteInnerSw + decals: + 592: 1,-57 + - node: + color: '#1488C2FF' + id: MiniTileWhiteLineE + decals: + 603: 16,-66 + - node: + color: '#41920FFF' + id: MiniTileWhiteLineE + decals: + 595: -1,-53 + - node: + color: '#48AC56FF' + id: MiniTileWhiteLineE + decals: + 610: 14,-66 + - node: + color: '#DE8000FF' + id: MiniTileWhiteLineE + decals: + 590: -1,-58 + - node: + color: '#1488C2FF' + id: MiniTileWhiteLineN + decals: + 604: 17,-67 + - node: + color: '#41920FFF' + id: MiniTileWhiteLineN + decals: + 596: 0,-54 + - node: + color: '#48AC56FF' + id: MiniTileWhiteLineN + decals: + 612: 15,-67 + - node: + color: '#DE8000FF' + id: MiniTileWhiteLineS + decals: + 589: 0,-57 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineS + decals: + 144: 9,-42 + 145: 10,-42 + 146: 11,-42 + 3609: 14,-33 + 3610: 15,-33 + 3611: 16,-33 + - node: + color: '#1488C2FF' + id: MiniTileWhiteLineW + decals: + 605: 18,-66 + - node: + color: '#41920FFF' + id: MiniTileWhiteLineW + decals: + 597: 1,-53 + - node: + color: '#48AC56FF' + id: MiniTileWhiteLineW + decals: + 611: 16,-66 + - node: + color: '#DE8000FF' + id: MiniTileWhiteLineW + decals: + 591: 1,-58 + - node: + color: '#D381C971' + id: MonoOverlay + decals: + 941: 10,-76 + 942: 9,-76 + 943: 8,-76 + 944: 8,-75 + 945: 9,-75 + 946: 10,-75 + - node: + color: '#D381C996' + id: MonoOverlay + decals: + 2524: 11,-76 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 1072: 11,-20 + 1073: 10,-20 + 1074: 9,-20 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 2398: 26,-82 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale + decals: + 3261: 58,-52 + 3262: 59,-52 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 1094: -22,-60 + 1095: -22,-61 + 1096: -22,-62 + 1097: -23,-62 + 1098: -24,-62 + 1099: -25,-62 + 1100: -26,-62 + 1101: -27,-62 + - node: + color: '#FED83D94' + id: QuarterTileOverlayGreyscale + decals: + 51: -23,-51 + 52: -23,-52 + 53: -23,-53 + 54: -23,-50 + - node: + color: '#00B6FF28' + id: QuarterTileOverlayGreyscale180 + decals: + 432: 27,-24 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 3003: 21,-24 + 3004: 20,-24 + 3005: 19,-24 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 1333: 26,-86 + 1334: 25,-86 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale180 + decals: + 3265: 62,-52 + 3266: 62,-53 + - node: + color: '#00000067' + id: QuarterTileOverlayGreyscale270 + decals: + 2588: -23,-40 + - node: + color: '#00B6FF28' + id: QuarterTileOverlayGreyscale270 + decals: + 433: 29,-24 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 1331: 22,-86 + 1332: 23,-86 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale270 + decals: + 3259: 57,-53 + 3260: 57,-52 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale90 + decals: + 1061: 18,-20 + 1062: 18,-22 + 1063: 18,-21 + 1067: 17,-20 + 1068: 16,-20 + 1069: 15,-20 + 1070: 14,-20 + 1071: 13,-20 + 3000: 21,-23 + 3001: 20,-23 + 3002: 19,-23 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 2399: 22,-82 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale90 + decals: + 3263: 60,-52 + 3264: 61,-52 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 1090: -20,-60 + 1091: -20,-61 + 1092: -20,-62 + 1093: -20,-63 + 1102: -20,-64 + 1103: -19,-64 + 1104: -18,-64 + 1105: -17,-64 + - node: + color: '#FED83D94' + id: QuarterTileOverlayGreyscale90 + decals: + 47: -20,-50 + 48: -20,-51 + 49: -20,-52 + 50: -20,-53 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 1724: 56.020706,-14.938012 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock06 + decals: + 2104: 3,-14 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 2422: 23,-81 + 2423: 24,-81 + 2424: 25,-81 + 3257: 59,-53 + 3258: 60,-53 + - node: + color: '#00000067' + id: ThreeQuarterTileOverlayGreyscale + decals: + 2591: -26,-30 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1568: 12,-70 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale + decals: + 3420: 57,-27 + - node: + color: '#00000067' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 2592: -17,-43 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 1570: 15,-71 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 3417: 60,-30 + - node: + color: '#00000067' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 2589: -23,-43 + 2590: -26,-40 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 1569: 12,-71 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 3419: 57,-30 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 1567: 15,-70 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 3418: 60,-27 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 584: 17,-66 + 586: 0,-58 + 587: 0,-53 + 601: 19,-26 + 608: 15,-66 + - node: + color: '#41AC28FF' + id: WarnBoxGreyscale + decals: + 594: 0,-53 + - node: + color: '#48D256FF' + id: WarnBoxGreyscale + decals: + 609: 15,-66 + - node: + color: '#70D7FFFF' + id: WarnBoxGreyscale + decals: + 585: 17,-66 + - node: + color: '#FF8B00FF' + id: WarnBoxGreyscale + decals: + 602: 19,-26 + - node: + color: '#FF9C00FF' + id: WarnBoxGreyscale + decals: + 588: 0,-58 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 1089: 6,-18 + - node: + color: '#D381C9FF' + id: WarnCornerSmallGreyscaleNE + decals: + 3124: -18,-24 + 3482: -18,-20 + - node: + color: '#DE3A3AFF' + id: WarnCornerSmallGreyscaleNE + decals: + 3216: 60,-46 + 3288: 65,-35 + - node: + color: '#D381C9FF' + id: WarnCornerSmallGreyscaleNW + decals: + 3120: -8,-24 + 3123: -18,-24 + 3483: -16,-20 + - node: + color: '#D381C9FF' + id: WarnCornerSmallGreyscaleSE + decals: + 3107: -18,-22 + 3118: -10,-22 + 3481: -18,-17 + - node: + color: '#DE3A3AFF' + id: WarnCornerSmallGreyscaleSE + decals: + 3215: 60,-44 + 3256: 57,-52 + 3287: 65,-32 + - node: + color: '#D381C9FF' + id: WarnCornerSmallGreyscaleSW + decals: + 3108: -18,-22 + 3116: -8,-22 + - node: + color: '#DE3A3AFF' + id: WarnCornerSmallGreyscaleSW + decals: + 3255: 62,-52 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 187: 18,-27 + 2241: 22,-12 + 3013: 16,-44 + 3122: -18,-24 + 3213: 60,-46 + 3283: 65,-35 + 3472: -18,-20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 2240: 26,-12 + 3012: 18,-44 + 3119: -8,-24 + 3121: -18,-24 + 3473: -16,-20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 247: 26,-83 + 1130: -26,-64 + 3006: 18,-25 + 3014: 16,-42 + 3092: -18,-22 + 3117: -10,-22 + 3212: 60,-44 + 3234: 57,-52 + 3284: 65,-32 + 3471: -18,-17 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 239: -31,-68 + 1129: -22,-64 + 3011: 18,-42 + 3091: -18,-22 + 3113: -8,-22 + 3233: 62,-52 + - node: + color: '#FFFFFFFF' + id: WarnEndE + decals: + 3222: 61,-53 + - node: + color: '#DE3A3AFF' + id: WarnEndGreyscaleE + decals: + 3254: 61,-53 + - node: + color: '#DE3A3AFF' + id: WarnEndGreyscaleW + decals: + 3253: 58,-53 + - node: + color: '#FFFFFFFF' + id: WarnEndW + decals: + 3221: 58,-53 + - node: + color: '#FFFFFFFF' + id: WarnFull + decals: + 3159: -11,-36 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 77: -60,-62 + 78: -60,-64 + 79: -60,-63 + 180: -60,-30 + 181: -60,-29 + 182: -60,-28 + 183: -56,-30 + 184: -56,-29 + 185: -56,-28 + 186: 18,-26 + 233: -17,-68 + 234: -17,-67 + 235: -17,-66 + 245: 26,-85 + 246: 26,-84 + 1124: -26,-65 + 1560: 20,-64 + 2242: 80,-47 + 2243: 80,-46 + 2244: 80,-45 + 2529: -56,-64 + 2530: -56,-63 + 2531: -56,-62 + 3090: -18,-23 + 3219: 60,-45 + 3232: 57,-53 + 3281: 65,-33 + 3282: 65,-34 + 3315: 56,-20 + 3323: 66,-22 + 3324: 66,-20 + 3325: 66,-21 + 3340: 61,-70 + 3341: 61,-69 + 3468: -18,-19 + 3469: -18,-18 + 3554: 16,-43 + 3818: 28,-62 + 3819: 28,-61 + - node: + color: '#33A9E7FF' + id: WarnLineGreyscaleE + decals: + 3820: 28,-61 + 3821: 28,-62 + - node: + color: '#D381C9FF' + id: WarnLineGreyscaleE + decals: + 2245: 80,-47 + 2246: 80,-46 + 2247: 80,-45 + 3106: -18,-23 + 3475: -18,-19 + 3476: -18,-18 + - node: + color: '#DE3A3AFF' + id: WarnLineGreyscaleE + decals: + 3220: 60,-45 + 3251: 57,-53 + 3285: 65,-34 + 3286: 65,-33 + - node: + color: '#70FFB3FF' + id: WarnLineGreyscaleN + decals: + 39: -35,-47 + 40: -36,-47 + 41: -37,-47 + 42: -34,-47 + - node: + color: '#D381C9FF' + id: WarnLineGreyscaleN + decals: + 3477: -17,-20 + 3479: -17,-17 + 3480: -18,-17 + - node: + color: '#DE3A3AFF' + id: WarnLineGreyscaleN + decals: + 3239: 58,-54 + 3240: 59,-54 + 3241: 60,-54 + 3242: 61,-54 + 3243: 59,-53 + 3244: 60,-53 + - node: + color: '#70FFB3FF' + id: WarnLineGreyscaleS + decals: + 36: -37,-45 + 37: -36,-45 + 38: -35,-45 + 43: -34,-45 + - node: + color: '#D381C9FF' + id: WarnLineGreyscaleS + decals: + 3101: -17,-22 + 3102: -16,-22 + 3103: -19,-22 + 3104: -20,-22 + 3114: -9,-22 + 3478: -17,-17 + - node: + color: '#DE3A3AFF' + id: WarnLineGreyscaleS + decals: + 1628: 42,-21 + 1629: 43,-21 + 1630: 44,-21 + 1631: 45,-21 + 1632: 46,-21 + 1633: 47,-21 + 1634: 48,-21 + 1635: 49,-21 + 1636: 50,-21 + 1637: 51,-21 + 1638: 52,-21 + 1639: 53,-21 + 1640: 54,-21 + 1641: 55,-21 + 1642: 56,-21 + 3245: 59,-53 + 3246: 60,-53 + 3247: 58,-52 + 3248: 59,-52 + 3249: 60,-52 + 3250: 61,-52 + - node: + color: '#D381C9FF' + id: WarnLineGreyscaleW + decals: + 3105: -18,-23 + 3115: -8,-23 + - node: + color: '#DE3A3AFF' + id: WarnLineGreyscaleW + decals: + 3252: 62,-53 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 240: -32,-68 + 571: -3,-9 + 572: -2,-9 + 573: -1,-9 + 574: 0,-9 + 575: 3,-9 + 576: 4,-9 + 577: 5,-9 + 578: 6,-9 + 1084: 5,-15 + 1085: 6,-15 + 1086: 7,-15 + 1125: -25,-64 + 1126: -24,-64 + 1127: -23,-64 + 1584: -57,-27 + 1601: 42,-21 + 1602: 43,-21 + 1603: 44,-21 + 1604: 45,-21 + 1605: 46,-21 + 1606: 47,-21 + 1607: 48,-21 + 1608: 49,-21 + 1609: 50,-21 + 1610: 51,-21 + 1611: 52,-21 + 1612: 53,-21 + 1613: 54,-21 + 1614: 55,-21 + 1615: 56,-21 + 2338: 10,-80 + 2339: 12,-80 + 2340: 14,-80 + 3009: 17,-42 + 3085: -20,-22 + 3086: -19,-22 + 3087: -17,-22 + 3088: -16,-22 + 3111: -9,-22 + 3223: 60,-53 + 3224: 59,-53 + 3227: 58,-52 + 3228: 59,-52 + 3229: 60,-52 + 3230: 61,-52 + 3346: 60,-66 + 3470: -17,-17 + 3908: -28,-71 + 3909: -29,-71 + 3910: -30,-71 + 3911: -20,-71 + 3912: -19,-71 + 3913: -18,-71 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 230: -15,-68 + 231: -15,-67 + 232: -15,-66 + 237: -31,-70 + 238: -31,-69 + 242: 22,-85 + 1128: -22,-65 + 3010: 18,-43 + 3089: -18,-23 + 3112: -8,-23 + 3160: -10,-36 + 3231: 62,-53 + 3316: 58,-20 + 3901: -31,-71 + 3906: -13,-70 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 1087: 5,-18 + 1088: 4,-18 + 2237: 23,-12 + 2238: 24,-12 + 2239: 25,-12 + 2335: 14,-83 + 2337: 10,-83 + 2366: 12,-83 + 3007: 17,-44 + 3225: 59,-53 + 3226: 60,-53 + 3235: 58,-54 + 3236: 59,-54 + 3237: 60,-54 + 3238: 61,-54 + 3347: 60,-68 + 3465: -18,-17 + 3466: -17,-17 + 3467: -17,-20 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarnLineW + decals: + 3907: -18,-70 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 3192: 71,-53 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 313: 31,-40 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 308: 28,-40 + 309: 29,-40 + 310: 30,-40 + 314: 27,-40 + 3193: 72,-53 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 311: 31,-39 + 312: 31,-38 + 3191: 71,-54 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt1 + decals: + 2861: 50,-66 + 2862: 50,-65 + 3484: 38,-71 + 3490: 39,-69 + 3491: 37,-72 + 3492: 38,-73 + 3493: 53,-66 + 3494: 53,-67 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt2 + decals: + 3486: 38,-72 + 3487: 39,-73 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt3 + decals: + 3485: 39,-72 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt4 + decals: + 3488: 39,-71 + 3489: 39,-70 + - node: + cleanable: True + color: '#FF0000FF' + id: danger + decals: + 2485: -39.515587,-77.16985 + - node: + angle: 1.5707963267948966 rad + color: '#262626FF' + id: dot + decals: + 21: 9.62585,-25.389402 + - node: + angle: 3.141592653589793 rad + color: '#262626FF' + id: dot + decals: + 22: 12.37585,-25.38261 + - node: + angle: 4.71238898038469 rad + color: '#262626FF' + id: dot + decals: + 23: 12.372066,-22.6307 + - node: + angle: 6.283185307179586 rad + color: '#262626FF' + id: dot + decals: + 24: 9.606441,-22.615063 + - node: + cleanable: True + color: '#FF0000BF' + id: heart + decals: + 1889: 68.50545,-17.796177 + - node: + cleanable: True + color: '#FF0000FF' + id: radiation + decals: + 2484: -40.09371,-76.7011 + - node: + cleanable: True + zIndex: 2 + color: '#FFFF00FF' + id: shop + decals: + 409: 70.97659,-23.924938 + - node: + cleanable: True + color: '#FF0000FF' + id: skull + decals: + 2483: -40.171837,-77.79485 + - node: + cleanable: True + color: '#FFFF00FF' + id: thinline + decals: + 414: 75.55472,-20.969759 + - node: + cleanable: True + zIndex: 2 + color: '#FFFF00FF' + id: thinline + decals: + 410: 75.41409,-22.032997 + 411: 75.55472,-22.986786 + - node: + cleanable: True + zIndex: 2 + color: '#FFFF00FF' + id: v + decals: + 412: 76.00784,-23.596584 + - node: + cleanable: True + zIndex: 2 + angle: 1.5707963267948966 rad + color: '#FFFF00FF' + id: v + decals: + 413: 75.21097,-20.015972 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 4095 + -1,0: + 0: 36863 + 0,3: + 1: 8224 + -1,3: + 1: 10400 + 0,-1: + 0: 53247 + 1,0: + 0: 20479 + 1,3: + 1: 5200 + 1,-1: + 0: 57358 + 2,0: + 0: 3702 + 2,3: + 1: 39104 + 2,-1: + 0: 9958 + 3,0: + 0: 513 + 1: 16384 + 3,-1: + 0: 4144 + 3,1: + 1: 5173 + 3,2: + 1: 13329 + 3,3: + 1: 9221 + -3,0: + 0: 204 + 1: 16384 + -3,1: + 1: 196 + -3,2: + 1: 49152 + -3,3: + 1: 33796 + -2,0: + 0: 3007 + -2,1: + 1: 4353 + -2,2: + 1: 273 + -2,3: + 1: 49697 + -2,-1: + 0: 35835 + -1,-1: + 0: 15291 + 0,-4: + 0: 65399 + 0,-5: + 0: 63317 + -1,-4: + 0: 49080 + 0,-3: + 0: 40959 + -1,-3: + 0: 61439 + 0,-2: + 0: 8191 + -1,-2: + 0: 49151 + 1,-4: + 0: 61679 + 1,-3: + 0: 32767 + 1,-2: + 0: 61439 + 1,-5: + 0: 65295 + 2,-4: + 0: 61550 + 2,-3: + 0: 36095 + 2,-2: + 0: 9854 + 2,-5: + 0: 65038 + 3,-4: + 0: 65291 + 3,-3: + 0: 319 + 3,-2: + 0: 4354 + 3,-5: + 0: 47903 + 4,-4: + 0: 65295 + 4,-3: + 0: 15 + -4,-4: + 0: 65294 + -5,-4: + 0: 65293 + -4,-3: + 0: 15 + 1: 28672 + -5,-3: + 0: 15 + 1: 61440 + -4,-2: + 1: 50 + -5,-2: + 1: 142 + -4,-5: + 0: 61183 + -3,-4: + 0: 65286 + -3,-3: + 0: 143 + 1: 16384 + -3,-5: + 0: 57983 + -3,-2: + 0: 3264 + -3,-1: + 0: 3276 + -2,-4: + 0: 32631 + -2,-3: + 0: 5119 + -2,-2: + 0: 36795 + -2,-5: + 0: 65343 + -1,-5: + 0: 65485 + -4,-8: + 0: 58574 + -5,-8: + 0: 7579 + -4,-7: + 0: 65518 + -5,-7: + 0: 65535 + -4,-6: + 0: 65308 + -5,-6: + 0: 65524 + -5,-5: + 0: 56799 + -4,-9: + 0: 61166 + -3,-8: + 0: 47359 + -3,-7: + 0: 65395 + -3,-6: + 0: 65411 + -3,-9: + 0: 65535 + -2,-8: + 0: 53759 + -2,-7: + 0: 65533 + -2,-6: + 0: 65521 + -2,-9: + 0: 65535 + -1,-8: + 0: 56575 + -1,-7: + 0: 56797 + -1,-6: + 0: 56796 + -1,-9: + 0: 65535 + 0,-8: + 0: 22015 + 0,-7: + 0: 56661 + 0,-6: + 0: 23893 + 0,-9: + 0: 61951 + 1,-8: + 0: 30719 + 1,-7: + 0: 64783 + 1,-6: + 0: 65520 + 1,-9: + 0: 61695 + 2,-8: + 0: 32759 + 2,-7: + 0: 60935 + 2,-6: + 0: 65262 + 2,-9: + 0: 29695 + 3,-8: + 0: 65535 + 3,-7: + 0: 65295 + 3,-6: + 0: 62463 + 3,-9: + 0: 61695 + 4,-8: + 0: 65535 + 4,-7: + 0: 65135 + 4,-6: + 0: 63215 + 4,-5: + 0: 65535 + 5,-4: + 0: 65481 + 5,-3: + 0: 2191 + 5,-5: + 0: 48059 + 6,-4: + 0: 65339 + 6,-3: + 0: 559 + 6,-5: + 0: 46011 + 7,-4: + 0: 54735 + 7,-3: + 0: 13 + 1: 3072 + 7,-5: + 0: 63487 + 4,-9: + 0: 14591 + 5,-8: + 0: 48059 + 5,-7: + 0: 36041 + 5,-6: + 0: 47359 + 5,-9: + 0: 35839 + 6,-8: + 0: 47923 + 6,-7: + 0: 15291 + 6,-6: + 0: 48127 + 6,-9: + 0: 32631 + 7,-8: + 0: 65311 + 7,-7: + 0: 8191 + 7,-6: + 0: 65535 + 7,-9: + 0: 39743 + 8,-8: + 0: 65295 + 8,-7: + 0: 4095 + 8,-6: + 0: 61182 + 0,-12: + 0: 119 + 1: 24576 + -1,-12: + 0: 48011 + -1,-11: + 0: 13087 + 1: 34816 + 0,-11: + 1: 4100 + 0: 34816 + 0,-10: + 1: 32 + 0: 63624 + -1,-10: + 0: 65523 + 1,-12: + 0: 29503 + 1,-11: + 0: 32767 + 1,-10: + 0: 62259 + 1,-13: + 0: 49075 + 2,-12: + 0: 57359 + 2,-10: + 0: 65280 + 2,-13: + 0: 65524 + 2,-11: + 0: 61166 + 3,-10: + 0: 61440 + 1: 4 + 3,-11: + 0: 32992 + 3,-13: + 0: 61164 + 3,-12: + 1: 1024 + 0: 32768 + 4,-11: + 0: 34679 + 4,-10: + 0: 61440 + 4,-13: + 0: 15288 + 4,-12: + 0: 32768 + 5,-12: + 1: 256 + 0: 34952 + 5,-10: + 1: 1 + 0: 63624 + 5,-13: + 0: 65535 + 5,-11: + 0: 34952 + 6,-12: + 0: 64435 + 6,-11: + 0: 48063 + 6,-10: + 0: 15291 + 6,-13: + 0: 65534 + 7,-12: + 0: 65523 + 7,-11: + 0: 65535 + 7,-10: + 0: 4095 + 7,-13: + 0: 48051 + 8,-12: + 0: 65394 + 8,-11: + 0: 32767 + 8,-10: + 0: 18295 + 8,-9: + 0: 61903 + -4,-12: + 0: 61422 + -5,-12: + 0: 56797 + -4,-11: + 0: 61166 + -5,-11: + 0: 65520 + -4,-10: + 0: 61439 + -5,-10: + 0: 8191 + -5,-9: + 0: 48029 + -4,-13: + 0: 61166 + -3,-12: + 0: 3854 + -3,-11: + 0: 61678 + -3,-10: + 0: 65535 + -3,-13: + 0: 65262 + -2,-12: + 0: 36621 + -2,-11: + 0: 63803 + -2,-10: + 0: 65535 + -2,-13: + 0: 53725 + -1,-13: + 0: 64138 + -8,-8: + 0: 52701 + -9,-8: + 0: 4095 + -8,-7: + 0: 56782 + -9,-7: + 0: 64799 + -8,-6: + 0: 65501 + -9,-6: + 0: 56669 + -8,-5: + 0: 53212 + -9,-5: + 0: 29425 + -8,-4: + 0: 65533 + -8,-9: + 0: 53246 + -7,-8: + 0: 7645 + -7,-7: + 0: 56829 + -7,-6: + 0: 57297 + -7,-5: + 0: 48049 + -7,-9: + 0: 56799 + -7,-4: + 0: 65523 + -6,-7: + 0: 65535 + -6,-5: + 0: 45942 + -6,-8: + 0: 1544 + -6,-6: + 0: 58980 + -6,-9: + 0: 34823 + -6,-4: + 0: 65336 + -8,-3: + 0: 22015 + -9,-4: + 0: 63351 + -9,-3: + 0: 255 + -8,-2: + 0: 5 + -7,-3: + 0: 15 + 1: 49152 + -6,-3: + 0: 15 + 1: 61440 + -6,-2: + 1: 14 + -8,-13: + 0: 65487 + -8,-11: + 0: 53244 + -9,-11: + 0: 16371 + -8,-10: + 0: 52991 + -9,-10: + 0: 32760 + -9,-9: + 0: 20207 + -8,-12: + 0: 52428 + -7,-12: + 0: 48059 + -7,-11: + 0: 7163 + -7,-10: + 0: 65501 + -7,-13: + 0: 48029 + -6,-12: + 0: 61422 + -6,-10: + 0: 4095 + -6,-11: + 0: 61156 + -5,-13: + 0: 52721 + -1,-16: + 0: 4095 + 0,-16: + 0: 58976 + 0,-15: + 0: 30471 + -1,-15: + 0: 65295 + 0,-14: + 0: 65523 + -1,-14: + 0: 45055 + 0,-13: + 0: 3000 + 0,-17: + 0: 28671 + 1,-16: + 0: 55607 + 1,-15: + 0: 47581 + 1,-14: + 0: 65529 + 2,-16: + 0: 15291 + 2,-15: + 0: 48063 + 2,-14: + 0: 65531 + 2,-17: + 0: 14327 + 3,-16: + 0: 61182 + 3,-15: + 0: 61423 + 3,-14: + 0: 65524 + 4,-16: + 0: 44606 + 4,-14: + 0: 65528 + 4,-15: + 0: 57954 + 4,-17: + 0: 36863 + 5,-16: + 0: 48011 + 5,-15: + 0: 65512 + 5,-14: + 0: 64511 + 5,-17: + 0: 35771 + 6,-16: + 0: 48059 + 6,-15: + 0: 65523 + 6,-14: + 0: 65534 + 6,-17: + 0: 46079 + 7,-16: + 0: 48029 + 7,-15: + 0: 12544 + 1: 34888 + 7,-14: + 0: 65523 + 7,-17: + 0: 55551 + 8,-16: + 0: 271 + 2: 17408 + 8,-15: + 1: 4096 + 2: 4 + 8,-14: + 0: 32752 + 8,-13: + 0: 65520 + -4,-16: + 0: 65294 + -5,-16: + 0: 56735 + -4,-15: + 0: 61951 + -5,-15: + 0: 63949 + -4,-14: + 0: 65527 + -5,-14: + 0: 40191 + -4,-17: + 0: 61166 + -3,-16: + 0: 40397 + -3,-15: + 0: 64735 + -3,-17: + 0: 56797 + -3,-14: + 0: 61160 + -2,-16: + 0: 4095 + -2,-15: + 0: 56735 + -2,-14: + 0: 40412 + -2,-17: + 0: 65535 + -1,-17: + 0: 65535 + 0,-20: + 0: 52701 + -1,-20: + 0: 20479 + 0,-19: + 0: 65533 + -1,-19: + 0: 65535 + 0,-18: + 0: 65400 + -1,-18: + 0: 53232 + 1,-20: + 0: 30711 + 1,-19: + 0: 18023 + 1,-17: + 0: 4095 + 1,-18: + 0: 18022 + 2,-20: + 0: 4095 + 2,-19: + 0: 65359 + 2,-18: + 0: 30591 + 2,-21: + 0: 17663 + 3,-20: + 0: 61439 + 3,-19: + 0: 65534 + 3,-18: + 0: 20479 + 3,-17: + 0: 4095 + 3,-21: + 0: 22015 + 4,-20: + 0: 57343 + -8,-16: + 0: 65467 + -8,-17: + 0: 47359 + -8,-15: + 0: 65308 + -9,-15: + 0: 61158 + -8,-14: + 0: 65230 + -9,-14: + 0: 61038 + -9,-13: + 0: 65336 + -7,-16: + 0: 61167 + -7,-15: + 0: 65504 + -7,-14: + 0: 56607 + -7,-17: + 0: 62429 + -6,-16: + 0: 57343 + -6,-15: + 0: 65436 + -6,-14: + 0: 60655 + -6,-13: + 0: 3838 + -6,-17: + 0: 63607 + -5,-17: + 0: 65535 + -12,-17: + 0: 65443 + -12,-16: + 0: 3812 + -13,-16: + 0: 32754 + -12,-15: + 1: 2288 + -12,-14: + 0: 57309 + -13,-14: + 0: 65532 + -12,-13: + 0: 49137 + -13,-13: + 0: 40959 + -12,-12: + 0: 48059 + -11,-15: + 1: 4080 + -11,-14: + 0: 65535 + -11,-13: + 0: 65520 + -11,-16: + 0: 3816 + -11,-12: + 0: 48051 + -11,-17: + 0: 53238 + -10,-15: + 1: 1808 + -10,-14: + 0: 26470 + -10,-13: + 0: 65520 + -10,-17: + 0: 65456 + -10,-16: + 0: 18020 + -9,-16: + 0: 30583 + -10,-12: + 0: 49080 + -9,-17: + 0: 30707 + -9,-12: + 0: 30579 + -13,-12: + 0: 65533 + -12,-11: + 0: 65467 + -13,-11: + 0: 65437 + -12,-10: + 0: 64977 + -13,-10: + 0: 65535 + -12,-9: + 0: 13 + 1: 63488 + -13,-9: + 0: 12 + -11,-11: + 0: 65523 + -11,-9: + 0: 15 + 1: 65280 + -11,-10: + 0: 57550 + -10,-11: + 0: 65528 + -10,-10: + 0: 28723 + -10,-9: + 0: 15 + 1: 5888 + -12,-8: + 0: 47872 + -13,-8: + 0: 32624 + -12,-7: + 0: 56793 + -12,-6: + 0: 255 + -13,-6: + 0: 127 + -12,-5: + 1: 4032 + -11,-8: + 0: 24320 + -11,-7: + 0: 63312 + -11,-6: + 0: 7 + 1: 57344 + -11,-5: + 1: 511 + -10,-8: + 0: 22464 + -10,-7: + 0: 64924 + -10,-6: + 1: 13056 + -10,-5: + 1: 1 + 0: 24704 + -11,-4: + 0: 46008 + -10,-4: + 0: 62583 + -12,-4: + 0: 28512 + -13,-3: + 1: 16000 + -12,-2: + 1: 318 + -13,-2: + 1: 2279 + -11,-3: + 0: 143 + 1: 12288 + -11,-2: + 1: 1 + -10,-3: + 0: 22015 + -10,-2: + 0: 5 + -9,-2: + 1: 2 + -15,-3: + 1: 8 + -14,-3: + 1: 52785 + -16,-8: + 0: 65280 + -17,-8: + 0: 34816 + -16,-7: + 0: 17935 + -17,-7: + 0: 4360 + 1: 25104 + -16,-6: + 1: 53040 + 0: 12288 + -17,-6: + 1: 12684 + 0: 52851 + -16,-5: + 0: 207 + 1: 53040 + -17,-5: + 1: 206 + -15,-8: + 1: 1 + 0: 47872 + -15,-7: + 0: 16283 + -15,-6: + 1: 28928 + 0: 34944 + -15,-5: + 0: 255 + 1: 65280 + -14,-8: + 0: 65280 + -14,-7: + 0: 3591 + -14,-6: + 0: 246 + 1: 4096 + -14,-5: + 1: 55 + -13,-7: + 0: 30471 + -18,-7: + 1: 26336 + 0: 34816 + -18,-6: + 1: 2246 + 0: 8 + -16,-16: + 0: 4095 + -17,-16: + 0: 2184 + -15,-16: + 0: 3003 + -15,-15: + 1: 1 + -15,-17: + 0: 40944 + -14,-16: + 0: 4087 + -14,-13: + 0: 52428 + -14,-12: + 0: 61166 + -14,-14: + 0: 34816 + -13,-17: + 0: 65399 + -14,-11: + 0: 52430 + -14,-10: + 0: 2188 + -12,-20: + 0: 28512 + -12,-19: + 1: 52992 + -12,-18: + 0: 61440 + -11,-20: + 0: 56607 + -11,-19: + 1: 61696 + 0: 12 + -11,-18: + 1: 239 + -11,-21: + 0: 32768 + 1: 49 + -10,-20: + 0: 64415 + -10,-19: + 0: 34987 + -10,-18: + 1: 817 + -10,-21: + 0: 61440 + 1: 8 + -9,-20: + 0: 39321 + -9,-19: + 0: 6553 + -9,-18: + 0: 14195 + -9,-21: + 0: 39054 + 1: 1 + -8,-20: + 0: 4369 + 1: 25120 + -8,-19: + 0: 49649 + 1: 12 + -8,-18: + 0: 65532 + -16,-19: + 1: 16320 + 0: 49152 + -16,-18: + 0: 63 + 1: 16320 + -17,-19: + 1: 49152 + -17,-18: + 1: 33086 + 0: 32448 + -17,-17: + 1: 4716 + 0: 275 + -16,-17: + 0: 1728 + -15,-19: + 1: 4080 + 0: 61440 + -15,-18: + 0: 51343 + 1: 368 + -15,-20: + 1: 8 + -14,-20: + 1: 1 + -14,-19: + 1: 12560 + -14,-18: + 1: 23 + 0: 61440 + -14,-17: + 0: 3824 + -14,-21: + 1: 16064 + -13,-18: + 0: 28672 + -13,-21: + 1: 36407 + -12,-22: + 1: 32640 + -13,-22: + 1: 59392 + -12,-21: + 1: 12 + -11,-22: + 1: 4080 + -10,-22: + 1: 58356 + -9,-22: + 1: 9419 + 0: 34816 + -9,-23: + 1: 63048 + -8,-23: + 1: 33475 + -8,-22: + 1: 12031 + 0: 4352 + -8,-21: + 0: 4369 + 1: 11808 + -18,-17: + 1: 58982 + 0: 2184 + -18,-18: + 1: 51200 + -7,-19: + 1: 15 + 0: 7408 + -7,-18: + 0: 57309 + -7,-20: + 1: 7709 + 0: 256 + -7,-21: + 1: 21853 + 0: 35456 + -6,-20: + 0: 1 + 1: 7958 + -6,-19: + 1: 15 + 0: 2032 + -6,-18: + 0: 63351 + -6,-21: + 0: 15153 + 1: 17478 + -5,-20: + 0: 256 + 1: 55441 + -5,-19: + 1: 7 + 0: 28912 + -5,-18: + 0: 32631 + -5,-21: + 1: 40849 + -4,-20: + 0: 13115 + -4,-19: + 0: 4915 + -4,-18: + 0: 36795 + -4,-21: + 0: 45875 + 1: 196 + -3,-20: + 0: 7645 + -3,-19: + 0: 12543 + -3,-18: + 0: 6007 + -3,-21: + 0: 4368 + 1: 33 + -2,-20: + 0: 6007 + -2,-19: + 0: 32759 + -2,-18: + 0: 30487 + -2,-21: + 0: 4096 + 1: 128 + -1,-21: + 0: 16384 + -4,-23: + 1: 60483 + -5,-23: + 1: 10601 + -4,-22: + 1: 50299 + 0: 13056 + -5,-22: + 1: 40703 + 0: 256 + -3,-23: + 1: 4096 + -3,-22: + 1: 8497 + 0,-21: + 1: 38 + 0,-22: + 1: 17608 + 0,-23: + 1: 34816 + 1,-23: + 1: 17681 + 1,-24: + 1: 12902 + 1,-21: + 1: 119 + 1,-25: + 1: 13110 + 1,-22: + 1: 26212 + 2,-24: + 0: 65535 + 2,-23: + 0: 30578 + 2,-22: + 0: 61559 + 2,-25: + 0: 65216 + 3,-24: + 0: 65535 + 3,-23: + 1: 16 + 0: 52420 + 3,-22: + 1: 16 + 0: 64716 + 3,-25: + 0: 65520 + 4,-24: + 0: 61167 + 4,-21: + 0: 239 + 1,-26: + 1: 51200 + 2,-26: + 1: 3952 + 3,-26: + 1: 7936 + 4,-25: + 0: 65262 + 4,-23: + 0: 44590 + 4,-22: + 0: 59946 + 5,-24: + 0: 65535 + 5,-23: + 0: 10431 + 5,-22: + 0: 60931 + 5,-21: + 0: 36606 + 5,-25: + 0: 65535 + 5,-20: + 0: 57343 + 6,-24: + 0: 65535 + 6,-23: + 0: 33727 + 6,-22: + 0: 65288 + 6,-21: + 0: 16383 + 6,-25: + 0: 65535 + 6,-20: + 0: 32767 + 7,-24: + 0: 65535 + 7,-23: + 0: 20207 + 7,-22: + 0: 3599 + 7,-25: + 0: 65535 + 7,-21: + 1: 238 + 7,-20: + 0: 57583 + 8,-24: + 0: 21614 + 8,-23: + 0: 253 + 1: 57344 + 8,-21: + 1: 249 + 4,-26: + 1: 16 + 0: 60416 + 5,-26: + 0: 43680 + 6,-26: + 0: 48048 + 7,-26: + 0: 60928 + 8,-25: + 0: 20223 + 4,-19: + 0: 61164 + 4,-18: + 0: 59630 + 5,-19: + 0: 48057 + 5,-18: + 0: 63675 + 6,-19: + 0: 48051 + 6,-18: + 0: 16379 + 7,-19: + 0: 65535 + 7,-18: + 0: 33791 + 8,-20: + 0: 61695 + 8,-19: + 0: 47931 + 8,-18: + 0: 63739 + 8,-17: + 0: 65535 + 8,-22: + 0: 1606 + 1: 59528 + 9,-24: + 1: 768 + 9,-23: + 0: 8755 + 1: 34944 + 9,-22: + 0: 8738 + 1: 8 + 9,-21: + 0: 8738 + 1: 2176 + 9,-20: + 0: 62579 + 10,-22: + 1: 12561 + 10,-21: + 1: 24234 + 11,-21: + 1: 57215 + 11,-22: + 1: 49152 + 11,-24: + 1: 136 + 12,-24: + 1: 36848 + 12,-22: + 1: 65228 + 12,-21: + 1: 65535 + 9,-19: + 0: 65327 + 9,-18: + 0: 65535 + 9,-17: + 0: 65535 + 9,-16: + 0: 15 + 3: 4352 + 4: 17408 + 10,-20: + 0: 65280 + 10,-19: + 0: 65295 + 10,-18: + 0: 65535 + 10,-17: + 0: 65535 + 10,-16: + 0: 15 + 4: 4352 + 5: 17408 + 11,-20: + 0: 65024 + 11,-19: + 0: 61902 + 11,-18: + 0: 65535 + 11,-17: + 0: 65535 + 11,-16: + 0: 15 + 1: 35840 + 4: 4352 + 12,-20: + 0: 65280 + 12,-19: + 0: 57599 + 12,-18: + 0: 65534 + 12,-17: + 0: 16383 + 8,-26: + 1: 32 + 0: 57344 + 9,-25: + 0: 255 + 1: 3584 + 9,-26: + 1: 57344 + 10,-26: + 0: 4096 + 1: 57344 + 10,-25: + 0: 511 + 1: 3584 + 11,-26: + 1: 4096 + 0: 8192 + 11,-25: + 0: 767 + 1: 256 + 12,-25: + 0: 61183 + 12,-16: + 0: 3 + 4: 2184 + 1: 8960 + 13,-20: + 0: 65024 + 13,-19: + 0: 28910 + 13,-18: + 0: 30583 + 13,-17: + 0: 10928 + 13,-21: + 1: 16177 + 13,-16: + 4: 819 + 1: 8 + 14,-20: + 0: 61704 + 1: 4 + 14,-19: + 0: 39743 + 14,-18: + 0: 56829 + 14,-17: + 0: 43933 + 14,-16: + 0: 238 + 14,-21: + 1: 16708 + 0: 36352 + 15,-19: + 0: 14563 + 15,-18: + 0: 30583 + 15,-17: + 0: 49527 + 15,-20: + 1: 2222 + 15,-16: + 0: 119 + 15,-21: + 1: 47247 + 16,-20: + 1: 44728 + 16,-19: + 0: 62208 + 1: 8 + 16,-18: + 0: 52700 + 16,-17: + 0: 24060 + 16,-16: + 0: 26231 + 16,-21: + 1: 50736 + 17,-20: + 1: 63630 + 17,-19: + 0: 12288 + 1: 136 + 17,-18: + 0: 60943 + 17,-17: + 0: 61070 + 17,-16: + 0: 28671 + 17,-21: + 1: 12288 + 18,-20: + 1: 240 + 18,-19: + 1: 243 + 18,-18: + 0: 32015 + 18,-17: + 0: 65293 + 18,-16: + 0: 20479 + 19,-20: + 1: 37244 + 19,-19: + 1: 253 + 19,-18: + 0: 35755 + 19,-17: + 0: 34959 + 20,-20: + 1: 65223 + 20,-19: + 1: 15 + 0: 49152 + 20,-18: + 0: 57297 + 20,-17: + 0: 4445 + 19,-16: + 0: 52616 + 13,-24: + 1: 6136 + 12,-23: + 1: 34952 + 13,-23: + 1: 4369 + 13,-22: + 1: 7985 + 13,-25: + 0: 14335 + 14,-24: + 1: 1 + 14,-22: + 1: 61696 + 14,-25: + 1: 4096 + 15,-22: + 1: 4096 + 16,-15: + 0: 61038 + 16,-14: + 0: 45678 + 16,-13: + 0: 33727 + 15,-14: + 0: 61447 + 15,-13: + 0: 65535 + 16,-12: + 0: 20206 + 17,-15: + 0: 30696 + 17,-14: + 0: 65287 + 17,-13: + 0: 61695 + 17,-12: + 0: 4095 + 18,-15: + 0: 45311 + 18,-14: + 0: 56777 + 18,-13: + 0: 19487 + 18,-12: + 0: 19524 + 19,-15: + 0: 47870 + 19,-14: + 0: 30583 + 19,-13: + 0: 1815 + 19,-12: + 0: 65535 + 20,-16: + 0: 35225 + 20,-13: + 1: 3584 + 20,-15: + 1: 49356 + 0: 3072 + 21,-15: + 1: 61680 + 0: 3840 + 21,-13: + 0: 3968 + 20,-12: + 0: 65016 + 21,-12: + 0: 65535 + 22,-15: + 1: 61680 + 0: 3840 + 22,-13: + 0: 65520 + 22,-12: + 0: 36495 + 23,-15: + 1: 28912 + 0: 36608 + 23,-13: + 0: 12544 + 23,-14: + 1: 18724 + 0: 9928 + 23,-12: + 0: 22359 + 24,-15: + 1: 35063 + 0: 30464 + 24,-14: + 0: 61431 + 1: 4104 + 24,-13: + 1: 8977 + 0: 52462 + 21,-20: + 1: 65534 + 21,-18: + 0: 10024 + 1: 34944 + 21,-17: + 0: 4680 + 1: 8320 + 21,-19: + 0: 33280 + 1: 3072 + 21,-21: + 1: 30720 + 22,-20: + 1: 4403 + 22,-19: + 1: 273 + 22,-21: + 1: 30188 + 12,-15: + 1: 54 + 0: 59392 + 11,-15: + 1: 32904 + 4: 1 + 12,-14: + 0: 62926 + 11,-14: + 1: 12 + 0: 65280 + 12,-13: + 0: 3823 + 11,-13: + 0: 61262 + 12,-12: + 0: 43215 + 6: 4352 + 13,-15: + 0: 65280 + 1: 4 + 13,-14: + 0: 61695 + 13,-13: + 0: 36863 + 13,-12: + 0: 53747 + 14,-14: + 0: 61452 + 14,-13: + 0: 65535 + 14,-15: + 0: 52424 + 14,-12: + 0: 61164 + 15,-15: + 0: 30579 + 15,-12: + 0: 56797 + 16,-11: + 0: 65535 + 15,-11: + 0: 53247 + 16,-10: + 0: 15347 + 15,-10: + 0: 57341 + 16,-9: + 0: 65467 + 15,-9: + 0: 56541 + 16,-8: + 0: 65307 + 17,-11: + 0: 24061 + 17,-10: + 0: 3952 + 17,-9: + 0: 4915 + 17,-8: + 0: 15241 + 18,-11: + 0: 19797 + 18,-10: + 0: 38397 + 18,-9: + 0: 46047 + 18,-8: + 0: 61323 + 19,-11: + 0: 18191 + 19,-10: + 0: 29286 + 19,-9: + 0: 63701 + 19,-8: + 0: 43932 + 20,-11: + 1: 3584 + 0: 8 + 20,-9: + 1: 49344 + 0: 3072 + 20,-8: + 1: 12 + 0: 39296 + 21,-11: + 0: 36623 + 21,-9: + 1: 61680 + 0: 3840 + 22,-11: + 0: 65535 + 22,-9: + 1: 61680 + 0: 3840 + 23,-11: + 0: 311 + 23,-9: + 1: 61556 + 0: 3976 + 23,-10: + 1: 10560 + 0: 50720 + 24,-11: + 1: 4898 + 0: 60620 + 24,-10: + 0: 65518 + 1: 17 + 24,-9: + 0: 1911 + 1: 63624 + 11,-12: + 0: 4508 + 6: 52224 + 12,-11: + 6: 4369 + 0: 52424 + 11,-11: + 6: 52428 + 0: 4371 + 12,-10: + 0: 17748 + 11,-10: + 0: 22512 + 12,-9: + 0: 30567 + 11,-9: + 0: 56589 + 12,-8: + 0: 4082 + 13,-11: + 0: 56793 + 13,-10: + 0: 61944 + 13,-9: + 0: 61945 + 13,-8: + 0: 35768 + 14,-11: + 0: 20206 + 14,-10: + 0: 61166 + 14,-9: + 0: 60654 + 14,-8: + 0: 61134 + 15,-8: + 0: 57229 + 16,-7: + 0: 65327 + 15,-7: + 0: 64671 + 16,-6: + 0: 60967 + 15,-6: + 0: 65167 + 16,-5: + 0: 1918 + 15,-5: + 0: 65419 + 17,-7: + 0: 29579 + 17,-6: + 0: 56783 + 17,-5: + 0: 781 + 1: 32768 + 16,-4: + 1: 48808 + 18,-7: + 0: 36631 + 18,-6: + 0: 61167 + 17,-4: + 1: 35064 + 18,-5: + 1: 61440 + 0: 14 + 18,-4: + 1: 61443 + 19,-7: + 0: 411 + 19,-6: + 0: 65439 + 19,-5: + 0: 15 + 1: 61440 + 19,-4: + 1: 28957 + 20,-7: + 0: 16409 + 20,-6: + 0: 57293 + 20,-5: + 0: 193 + 12,-7: + 0: 63247 + 11,-7: + 0: 38365 + 12,-6: + 0: 65343 + 11,-6: + 0: 65535 + 12,-5: + 0: 3583 + 11,-5: + 0: 20479 + 12,-4: + 0: 4095 + 13,-7: + 0: 61693 + 13,-6: + 0: 65519 + 13,-5: + 0: 65023 + 13,-4: + 0: 4095 + 14,-7: + 0: 61678 + 14,-6: + 0: 57119 + 14,-5: + 0: 57119 + 14,-4: + 0: 223 + 15,-4: + 0: 3 + 1: 43008 + 8,-5: + 0: 61156 + 8,-4: + 0: 61166 + 9,-8: + 0: 60999 + 9,-6: + 0: 4991 + 9,-5: + 0: 4368 + 1: 68 + 9,-9: + 0: 23887 + 9,-7: + 0: 57568 + 9,-4: + 0: 4369 + 1: 17408 + 10,-8: + 0: 30576 + 10,-7: + 0: 30896 + 10,-6: + 0: 53215 + 10,-5: + 0: 63485 + 10,-9: + 0: 32013 + 10,-4: + 0: 4087 + 11,-8: + 0: 5399 + 11,-4: + 0: 4095 + 9,-12: + 0: 65530 + 9,-11: + 0: 64511 + 9,-10: + 0: 30578 + 9,-13: + 0: 16307 + 10,-12: + 0: 65535 + 10,-11: + 0: 65535 + 10,-10: + 0: 22384 + 10,-13: + 0: 12276 + 20,-4: + 1: 53247 + 21,-7: + 0: 16912 + 1: 32800 + 21,-6: + 0: 10024 + 1: 34944 + 21,-5: + 0: 648 + 1: 3072 + 22,-5: + 1: 4352 + 22,-4: + 1: 12561 + 20,-3: + 1: 7 + 19,-3: + 1: 12 + 21,-4: + 1: 65520 + 21,-3: + 1: 2174 + 22,-3: + 1: 58739 + 22,-2: + 1: 12 + 12,-2: + 1: 3825 + 11,-2: + 1: 207 + 13,-2: + 1: 3857 + 13,-3: + 1: 7952 + 14,-3: + 1: 18372 + 14,-2: + 1: 500 + 15,-3: + 1: 35006 + 15,-2: + 1: 31 + 16,-3: + 1: 16008 + 17,-3: + 1: 62 + 8,-3: + 0: 14 + 9,-3: + 0: 1 + 1: 3072 + 10,-3: + 1: 61232 + 10,-2: + 1: 8 + 11,-3: + 1: 12288 + 9,-15: + 3: 1 + 4: 4 + 1: 32768 + 9,-14: + 0: 36848 + 10,-15: + 4: 1 + 5: 4 + 10,-14: + 0: 65520 + -8,-24: + 1: 32768 + -7,-24: + 1: 61440 + -7,-22: + 1: 7775 + 0: 256 + -7,-23: + 1: 58787 + -6,-24: + 1: 61440 + -6,-23: + 1: 58552 + -6,-22: + 1: 8031 + -5,-24: + 1: 12288 + 24,-12: + 1: 8738 + 0: 52428 + 24,-8: + 1: 3927 + 25,-12: + 0: 4369 + 1: 28270 + 25,-11: + 0: 273 + 1: 63086 + 25,-10: + 1: 48051 + 25,-9: + 1: 22431 + 25,-13: + 0: 4352 + 1: 26355 + 26,-12: + 1: 4369 + 26,-11: + 1: 4369 + 26,-13: + 1: 4369 + 26,-10: + 1: 1 + 25,-8: + 1: 256 + 24,-16: + 1: 24320 + 25,-15: + 1: 38736 + 25,-14: + 1: 48063 + 12,-26: + 0: 61064 + 12,-27: + 0: 32768 + 13,-27: + 0: 4096 + 13,-26: + 0: 63249 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 27.225372 + - 102.419266 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: BecomesStation + id: Exo + - type: ImplicitRoof +- proto: AcousticGuitarInstrument + entities: + - uid: 1616 + components: + - type: Transform + pos: -61.538322,-25.478237 + parent: 2 + - uid: 19232 + components: + - type: Transform + pos: 46.37038,-29.595928 + parent: 2 +- proto: ActionStethoscope + entities: + - uid: 6661 + components: + - type: Transform + parent: 6660 +- proto: ActionToggleInternals + entities: + - uid: 7333 + components: + - type: Transform + parent: 5264 + - uid: 7690 + mapInit: true + paused: true + components: + - type: Transform + parent: 7689 + - uid: 7694 + mapInit: true + paused: true + components: + - type: Transform + parent: 7691 + - uid: 7698 + mapInit: true + paused: true + components: + - type: Transform + parent: 7697 + - uid: 7990 + mapInit: true + paused: true + components: + - type: Transform + parent: 7692 + - uid: 7999 + components: + - type: Transform + parent: 6652 + - uid: 8006 + components: + - type: Transform + parent: 5265 + - uid: 10251 + mapInit: true + paused: true + components: + - type: Transform + parent: 17933 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 17933 + - uid: 17935 + mapInit: true + paused: true + components: + - type: Transform + parent: 17933 + - uid: 18388 + components: + - type: Transform + parent: 18387 + - uid: 18754 + components: + - type: Transform + parent: 18753 + - uid: 18756 + components: + - type: Transform + parent: 18755 + - uid: 19416 + mapInit: true + paused: true + components: + - type: Transform + parent: 19415 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 19415 +- proto: ActionToggleJetpack + entities: + - uid: 7161 + mapInit: true + paused: true + components: + - type: Transform + parent: 17933 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 17933 + - uid: 7315 + components: + - type: Transform + parent: 5264 + - uid: 7882 + components: + - type: Transform + parent: 5265 + - uid: 17934 + mapInit: true + paused: true + components: + - type: Transform + parent: 17933 +- proto: ActionToggleLight + entities: + - uid: 517 + components: + - type: Transform + parent: 33 + - uid: 2230 + mapInit: true + paused: true + components: + - type: Transform + parent: 2223 + - uid: 3844 + mapInit: true + paused: true + components: + - type: Transform + parent: 17536 + - uid: 5672 + components: + - type: Transform + parent: 5675 + - uid: 5847 + components: + - type: Transform + parent: 5846 + - uid: 5849 + components: + - type: Transform + parent: 5848 + - uid: 8005 + components: + - type: Transform + parent: 8004 + - uid: 14817 + components: + - type: Transform + parent: 16318 + - uid: 15464 + mapInit: true + paused: true + components: + - type: Transform + parent: 15463 +- proto: AirAlarm + entities: + - uid: 364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 2381 + - 1595 + - 3279 + - 18775 + - 530 + - 8920 + - 5203 + - 2388 + - 18544 + - 18545 + - 19139 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 8541 + - 8540 + - 8539 + - 10476 + - 10477 + - 10478 + - 16422 + - 1099 + - 16423 + - uid: 3446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 3551 + - 9351 + - 3447 + - 7119 + - 7117 + - uid: 7104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 4174 + - 4175 + - 10754 + - 7117 + - 7119 + - 3552 + - 4200 + - uid: 7131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-53.5 + parent: 2 + - type: DeviceList + devices: + - 13816 + - 275 + - 9287 + - 7733 + - 9363 + - 3531 + - 17963 + - 3399 + - 3400 + - 6164 + - 3396 + - 3397 + - 13917 + - 3398 + - uid: 7950 + components: + - type: Transform + pos: 69.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 13910 + - 13894 + - 17963 + - uid: 7952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 3553 + - 9357 + - uid: 7953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 7954 + - 2157 + - 9293 + - 8403 + - 4175 + - 4174 + - 8404 + - 7987 + - 9213 + - 10298 + - 7105 + - 7114 + - 7103 + - uid: 8124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 10796 + - 10267 + - 275 + - 13816 + - uid: 8767 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 8525 + - 8524 + - 8873 + - 8526 + - 8870 + - 872 + - 8891 + - 9463 + - 8655 + - uid: 8816 + components: + - type: Transform + pos: 62.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 7954 + - 2157 + - 3449 + - 3447 + - 3441 + - 4166 + - 3444 + - 3445 + - uid: 9115 + components: + - type: Transform + pos: 9.5,-85.5 + parent: 2 + - type: DeviceList + devices: + - 6133 + - 9819 + - uid: 10295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 7751 + - 5415 + - 10298 + - uid: 14458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 5917 + - 5921 + - 5920 + - 5919 + - 5918 + - 5916 + - 5915 + - 5914 + - 6634 + - 6635 + - 6636 + - 14552 + - 14553 + - 9606 + - 9647 + - 7459 + - 1833 + - uid: 14460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 14538 + - 14539 + - 8752 + - 6632 + - 6631 + - 6633 + - 14550 + - 14554 + - 1833 + - 7459 + - 14551 + - 14570 + - 8775 + - 19234 + - 19235 + - uid: 14590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-65.5 + parent: 2 + - type: DeviceList + devices: + - 16901 + - 8724 + - 8726 + - 8869 + - 8868 + - 18880 + - 16165 + - 7135 + - 8640 + - 18857 + - uid: 14592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-70.5 + parent: 2 + - type: DeviceList + devices: + - 8871 + - 8872 + - 16901 + - 18857 + - uid: 14593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-62.5 + parent: 2 + - type: DeviceList + devices: + - 8722 + - 16165 + - 14594 + - 14595 + - 9428 + - 14713 + - uid: 14636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 8664 + - 2516 + - 8665 + - 12821 + - uid: 14642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 18546 + - 14657 + - 14656 + - 14654 + - 14655 + - 8664 + - 8757 + - 2381 + - 1595 + - 18775 + - 3279 + - uid: 14682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-82.5 + parent: 2 + - type: DeviceList + devices: + - 8692 + - 8693 + - 6976 + - 6977 + - 6978 + - 3659 + - uid: 14752 + components: + - type: Transform + pos: 12.5,-91.5 + parent: 2 + - type: DeviceList + devices: + - 8695 + - 8697 + - 14753 + - 8760 + - 14754 + - 18091 + - uid: 14757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-93.5 + parent: 2 + - type: DeviceList + devices: + - 14753 + - 14754 + - 14756 + - 14755 + - 18868 + - 18845 + - 18866 + - 18865 + - 1698 + - 18843 + - 18844 + - uid: 14759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-96.5 + parent: 2 + - type: DeviceList + devices: + - 579 + - uid: 14778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 14546 + - 8780 + - 14548 + - 14547 + - 14549 + - 14545 + - uid: 17282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 8920 + - 530 + - 8870 + - 8873 + - 18547 + - 2334 + - 2406 + - uid: 18013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-84.5 + parent: 2 + - type: DeviceList + devices: + - 18737 + - 12422 + - 12421 + - 17129 + - 17130 + - 17153 + - 18091 + - 13567 + - uid: 18059 + components: + - type: Transform + pos: 63.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 14730 + - 3448 + - 3441 + - 4166 + - 4169 + - 4171 + - 13846 + - 14728 + - 7109 + - uid: 18493 + components: + - type: Transform + pos: 18.5,-81.5 + parent: 2 + - type: DeviceList + devices: + - 18092 + - 16173 + - 13567 + - 3659 + - uid: 18818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 11725 + - 11724 + - 11723 + - 11722 + - 11721 + - 11720 + - 11719 + - 11718 + - 11717 + - 11716 + - 11715 + - 11712 + - 4169 + - 8778 + - 18055 + - 18056 + - uid: 19220 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 +- proto: AirAlarmFreezer + entities: + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-42.5 + parent: 2 + - type: DeviceList + devices: + - 8793 + - 14697 +- proto: AirAlarmXeno + entities: + - uid: 467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 8709 + - 10421 + - 8586 + - 8587 + - 8588 + - 8589 + - 8590 + - 8591 + - 7498 + - 7654 + - 18834 + - uid: 469 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 10003 + - 10002 + - 7443 + - 9649 + - 9620 + - 7957 + - 567 + - 8532 + - 8531 + - 8530 + - 8520 + - 8519 + - 8518 + - 8514 + - 8513 + - 8512 + - 8524 + - 8525 + - 8526 + - 8453 + - 8452 + - 8451 + - 8445 + - 8446 + - 8447 + - uid: 569 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 8687 + - 3185 + - 18862 + - 6614 + - 18801 + - 14832 + - 14831 + - 8442 + - 8441 + - 8440 + - 8439 + - 8438 + - 8390 + - 8391 + - 8392 + - uid: 572 + components: + - type: Transform + pos: 36.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 12148 + - 14283 + - 8415 + - 8416 + - 8417 + - 9613 + - 6422 + - 18812 + - uid: 1075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 8839 + - 8489 + - 9916 + - 8488 + - 9874 + - 7440 + - 7443 + - 18797 + - 8791 + - 19204 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 518 + - 8765 + - 18859 + - 8529 + - 8528 + - 8527 + - 10479 + - 10480 + - 10481 + - uid: 1751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 8647 + - 9796 + - 8548 + - 8549 + - 8550 + - 19402 + - 12859 + - 19401 + - uid: 1876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 8494 + - 8495 + - 16881 + - 18796 + - 16960 + - 8474 + - 8473 + - 8472 + - 8496 + - 8497 + - 8498 + - 9715 + - 2462 + - uid: 2110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-61.5 + parent: 2 + - type: DeviceList + devices: + - 7700 + - 16075 + - 8614 + - 8477 + - 8478 + - 18880 + - 9715 + - 2462 + - uid: 2197 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 8684 + - 8683 + - 18805 + - 262 + - uid: 3424 + components: + - type: Transform + pos: 47.5,-50.5 + parent: 2 + - type: DeviceList + devices: + - 9287 + - 7733 + - 9363 + - 3531 + - 14283 + - 12148 + - 3402 + - 3403 + - 8745 + - uid: 3897 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 7442 + - 10430 + - 8675 + - 8769 + - 14569 + - 10478 + - 10477 + - 10476 + - 5921 + - 5920 + - 5919 + - 5918 + - 5917 + - 5916 + - 5915 + - 5914 + - 10479 + - 10480 + - 10481 + - 8533 + - 8534 + - 8535 + - 8831 + - 8832 + - 8665 + - 16242 + - uid: 5107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-58.5 + parent: 2 + - type: DeviceList + devices: + - 8708 + - 8707 + - 18799 + - 8505 + - 8506 + - 7956 + - 10474 + - 10473 + - uid: 5159 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 5168 + - uid: 5526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 14799 + - 14800 + - 14798 + - 9493 + - 9494 + - 8744 + - uid: 5862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 10342 + - 10341 + - 8758 + - uid: 6342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 14786 + - 14785 + - 8649 + - uid: 6347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - type: DeviceList + devices: + - 8690 + - 8689 + - 6615 + - 8442 + - 8441 + - 8440 + - 8439 + - 8438 + - 18862 + - uid: 6353 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 8781 + - 6670 + - 8685 + - 8789 + - uid: 6354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 8797 + - 8777 + - 8774 + - 8783 + - 8784 + - 8789 + - 8785 + - 8788 + - 8787 + - 8786 + - uid: 6358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 8592 + - 8818 + - 8740 + - uid: 6360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-66.5 + parent: 2 + - type: DeviceList + devices: + - 8746 + - uid: 6406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-60.5 + parent: 2 + - type: DeviceList + devices: + - 8918 + - 19355 + - 8681 + - 8433 + - 8434 + - uid: 6407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 8494 + - 8495 + - 8860 + - 8859 + - uid: 6410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-40.5 + parent: 2 + - type: DeviceList + devices: + - 16959 + - 8613 + - 8776 + - 8493 + - 8456 + - 8455 + - 8454 + - 8459 + - 8458 + - 8457 + - 8862 + - 8863 + - uid: 6411 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 8750 + - 8654 + - 8466 + - 8468 + - 8467 + - 8460 + - 8461 + - 8462 + - 8471 + - 8469 + - 8470 + - uid: 6413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-48.5 + parent: 2 + - type: DeviceList + devices: + - 8738 + - 8739 + - 8643 + - 8469 + - 8470 + - 8471 + - 8472 + - 8473 + - 8474 + - uid: 6416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 8713 + - 8714 + - 8715 + - uid: 6418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 12148 + - 14283 + - 8745 + - uid: 6646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 8463 + - 8464 + - 8465 + - 8598 + - 8597 + - 8596 + - 8856 + - 8857 + - 8753 + - 8756 + - 8661 + - uid: 7245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-54.5 + parent: 2 + - type: DeviceList + devices: + - 6701 + - 9820 + - uid: 7310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-68.5 + parent: 2 + - type: DeviceList + devices: + - 14805 + - 8437 + - 8976 + - 8400 + - 8399 + - 19289 + - 18842 + - uid: 7875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-62.5 + parent: 2 + - type: DeviceList + devices: + - 9546 + - 8705 + - uid: 8130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 1112 + - uid: 9040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 8644 + - 9840 + - 8703 + - 8545 + - 8546 + - 8547 + - 8551 + - 8552 + - 8553 + - 18860 + - 18861 + - 9822 + - uid: 9180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 9576 + - 8648 + - 16882 + - 5571 + - 5570 + - 5569 + - 5573 + - 5572 + - 5574 + - 5578 + - 5577 + - 5575 + - 5576 + - uid: 9190 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 8741 + - 8742 + - 8743 + - 5571 + - 5570 + - 5569 + - 5573 + - 5572 + - 5574 + - uid: 9195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-47.5 + parent: 2 + - type: DeviceList + devices: + - 8748 + - 8747 + - 14637 + - 5575 + - 5576 + - 5577 + - 5578 + - 10154 + - 10030 + - uid: 9198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 18781 + - 16964 + - 18782 + - 8604 + - 8603 + - 8602 + - 9541 + - 11336 + - 18786 + - uid: 9199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 8768 + - 8770 + - 8536 + - 8537 + - 8538 + - 8601 + - 8600 + - 8599 + - uid: 9216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 9962 + - 8673 + - 8507 + - 8504 + - 8503 + - 8502 + - 8505 + - 8506 + - 1809 + - 1807 + - 9834 + - uid: 9234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-48.5 + parent: 2 + - type: DeviceList + devices: + - 14799 + - 14800 + - 14798 + - 8448 + - 8449 + - 8450 + - 8498 + - 8497 + - 8496 + - 8716 + - 16897 + - 8401 + - uid: 9235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 8551 + - 8552 + - 8553 + - 8423 + - 8422 + - 8421 + - 8554 + - 8555 + - 8638 + - 8639 + - uid: 9236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-57.5 + parent: 2 + - type: DeviceList + devices: + - 8616 + - 8615 + - 8429 + - 8428 + - 8427 + - 8393 + - 8394 + - 8395 + - 8418 + - 8419 + - 8420 + - 8423 + - 8422 + - 8421 + - 6602 + - 15637 + - uid: 9239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-80.5 + parent: 2 + - type: DeviceList + devices: + - 8674 + - 8670 + - 8814 + - 8676 + - 8678 + - 8677 + - 8389 + - 12781 + - 8387 + - 8384 + - 8385 + - 8386 + - 6976 + - 6977 + - 6978 + - 17153 + - 17130 + - 17129 + - uid: 9240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-70.5 + parent: 2 + - type: DeviceList + devices: + - 1732 + - 8612 + - 6616 + - 4276 + - 8382 + - 8383 + - 8398 + - 8397 + - 8396 + - 10326 + - 9410 + - uid: 9241 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 7013 + - 7014 + - 7015 + - 7016 + - 7017 + - 15635 + - 8790 + - 10059 + - uid: 9243 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 8641 + - 2195 + - 8556 + - 8424 + - 8555 + - 8554 + - 7009 + - 7010 + - 7011 + - 7012 + - 9833 + - 18811 + - 7056 + - uid: 9248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-77.5 + parent: 2 + - type: DeviceList + devices: + - 7448 + - 8701 + - 18841 + - 8402 + - 9410 + - 10326 + - uid: 9262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 8735 + - 8736 + - 8730 + - 8737 + - 8728 + - 8729 + - 8732 + - 8731 + - 8734 + - uid: 9403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-57.5 + parent: 2 + - type: DeviceList + devices: + - 8667 + - 8668 + - 3440 + - 8499 + - 8500 + - 8501 + - 8430 + - 8431 + - 8432 + - 7930 + - 7926 + - 8433 + - 8434 + - 10370 + - 10371 + - uid: 10429 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - type: DeviceList + devices: + - 8622 + - 9834 + - uid: 15885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-15.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 44 + - 8488 + - 8489 + - 18762 + - 8492 + - 8841 + - 9963 + - 8717 + - 4002 + - uid: 16603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 18761 + - 18762 + - 8847 + - 8849 + - uid: 17680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 7893 + - 17678 + - 18800 + - 8515 + - 8516 + - 8517 + - 1438 + - 1806 + - uid: 18598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 8764 + - 14668 + - 14669 + - 8542 + - 8543 + - 8544 + - 914 + - 913 + - 9643 + - 15636 + - 9496 + - 14601 + - uid: 18783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 8762 + - 813 + - uid: 18864 + components: + - type: Transform + pos: 21.5,-69.5 + parent: 2 + - type: DeviceList + devices: + - 8680 + - 8679 + - 6613 + - 8676 + - 8677 + - 8678 + - 262 + - uid: 18869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 17679 + - 8426 + - uid: 18873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 18828 + - 11721 + - 8572 + - 8571 + - 11720 + - 11719 + - 11718 + - 11717 + - 11716 + - 11715 + - 11712 + - 18827 + - 8785 + - uid: 18874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 18061 + - 8571 + - 8572 + - 11722 + - 11723 + - 11724 + - 11725 + - 7109 + - 14728 + - uid: 19200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 1112 + - 18761 + - 44 + - 7440 + - 16242 + - 8107 + - 19203 + - 8843 + - 8844 + - 8792 + - 8718 + - uid: 19312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-65.5 + parent: 2 + - uid: 19354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 8426 + - 16879 + - 13106 + - 8779 + - 8788 + - 8787 + - 8786 + - uid: 19400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-38.5 + parent: 2 + - type: DeviceList + devices: + - 1796 + - 531 + - 8523 + - 8522 + - 8521 + - 19401 + - 12859 + - 19402 + - 4972 + - 872 + - uid: 19419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 9541 + - 11336 + - 18786 + - 9596 + - 11935 +- proto: AirCanister + entities: + - uid: 3933 + components: + - type: Transform + pos: 54.5,-72.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: 54.5,-71.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: 64.5,-62.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + pos: 71.5,-69.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + pos: 70.5,-55.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: 51.5,-30.5 + parent: 2 +- proto: AirlockArmoryGlassLocked + entities: + - uid: 7307 + components: + - type: Transform + pos: 58.5,-40.5 + parent: 2 + - uid: 9258 + components: + - type: Transform + pos: 61.5,-41.5 + parent: 2 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 1417 + components: + - type: Transform + pos: 30.5,-67.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + pos: 30.5,-66.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: 34.5,-70.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 3879 + components: + - type: Transform + pos: 33.5,-47.5 + parent: 2 + - uid: 3880 + components: + - type: Transform + pos: 37.5,-47.5 + parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 3065 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: 62.5,-47.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: 63.5,-47.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: 62.5,-44.5 + parent: 2 +- proto: AirlockBrigLocked + entities: + - uid: 6126 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 1217 + components: + - type: Transform + pos: -46.5,-53.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: -39.5,-53.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-91.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 424 + components: + - type: Transform + pos: 16.5,-95.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: 16.5,-96.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: 20.5,-82.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + pos: 16.5,-83.5 + parent: 2 +- proto: AirlockChapelLocked + entities: + - uid: 162 + components: + - type: Transform + pos: -21.5,-43.5 + parent: 2 +- proto: AirlockChapelStandardGlassLocked + entities: + - uid: 161 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 +- proto: AirlockChemistryLocked + entities: + - uid: 91 + components: + - type: Transform + pos: 22.5,-68.5 + parent: 2 + - uid: 13207 + components: + - type: Transform + pos: 19.5,-69.5 + parent: 2 + - uid: 14009 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 1792 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerGlassLocked + entities: + - uid: 263 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 352 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 2146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-46.5 + parent: 2 + - uid: 17853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-44.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 5 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -30.5,-42.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -30.5,-49.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -33.5,-48.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -33.5,-49.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: -33.5,-41.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-45.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + pos: -30.5,-41.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 9247 + components: + - type: Transform + pos: 66.5,-51.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: 73.5,-51.5 + parent: 2 +- proto: AirlockEngineering + entities: + - uid: 1493 + components: + - type: Transform + pos: 18.5,-61.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 1894 + components: + - type: Transform + pos: -16.5,-62.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-53.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 3 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: 47.5,-38.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 34.5,-92.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + pos: 26.5,-67.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: 26.5,-66.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + pos: 81.5,-69.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + pos: -26.5,-69.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: -20.5,-68.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -60.5,-66.5 + parent: 2 + - uid: 7165 + components: + - type: Transform + pos: 71.5,-37.5 + parent: 2 + - uid: 14122 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 +- proto: AirlockEVALocked + entities: + - uid: 1544 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 +- proto: AirlockExternal + entities: + - uid: 1200 + components: + - type: Transform + pos: 84.5,-21.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1201: + - - DoorStatus + - DoorBolt + - uid: 1201 + components: + - type: Transform + pos: 86.5,-21.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1200: + - - DoorStatus + - DoorBolt +- proto: AirlockExternalEngineeringLocked + entities: + - uid: 5774 + components: + - type: Transform + pos: -13.5,-69.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: -29.5,-9.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 4443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-62.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-64.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18769: + - - DoorStatus + - DoorBolt + - uid: 14294 + components: + - type: Transform + pos: 31.5,-60.5 + parent: 2 + - uid: 18769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-66.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 11938: + - - DoorStatus + - DoorBolt +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18353: + - - DoorStatus + - InputA + - uid: 323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18353: + - - DoorStatus + - InputB + - uid: 2455 + components: + - type: Transform + pos: 24.5,-102.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + pos: 23.5,-102.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-102.5 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: 46.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18350: + - - DoorStatus + - InputA + - uid: 6884 + components: + - type: Transform + pos: 46.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18350: + - - DoorStatus + - InputB + - uid: 6885 + components: + - type: Transform + pos: 48.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18351: + - - DoorStatus + - InputA + - uid: 6886 + components: + - type: Transform + pos: 48.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18351: + - - DoorStatus + - InputB + - uid: 6887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-102.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: 21.5,-100.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: 27.5,-100.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: 25.5,-102.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18352: + - - DoorStatus + - InputA + - uid: 6980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18352: + - - DoorStatus + - InputB +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 5745 + components: + - type: Transform + pos: -16.5,-69.5 + parent: 2 + - uid: 16699 + components: + - type: Transform + pos: -33.5,-83.5 + parent: 2 + - uid: 18305 + components: + - type: Transform + pos: -15.5,-72.5 + parent: 2 +- proto: AirlockExternalGlassLocked + entities: + - uid: 201 + components: + - type: Transform + pos: -56.5,-69.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4183: + - - DoorStatus + - DoorBolt + - uid: 1471 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6303: + - - DoorStatus + - DoorBolt + - uid: 1487 + components: + - type: Transform + pos: -11.5,-81.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: 84.5,-69.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1650: + - - DoorStatus + - DoorBolt + - uid: 1650 + components: + - type: Transform + pos: 86.5,-69.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1649: + - - DoorStatus + - DoorBolt + - uid: 4183 + components: + - type: Transform + pos: -54.5,-68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 201: + - - DoorStatus + - DoorBolt + - uid: 6303 + components: + - type: Transform + pos: -11.5,-78.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1487: + - - DoorStatus + - DoorBolt +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 13 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 1225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-7.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-7.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-7.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-9.5 + parent: 2 + - uid: 18401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 1106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-13.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-77.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + pos: -1.5,-80.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: -7.5,-80.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 6945 + components: + - type: Transform + pos: 21.5,-102.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: 27.5,-102.5 + parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 7451 + components: + - type: Transform + pos: 84.5,-49.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7452: + - - DoorStatus + - DoorBolt + - uid: 7452 + components: + - type: Transform + pos: 86.5,-49.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7451: + - - DoorStatus + - DoorBolt + - uid: 7453 + components: + - type: Transform + pos: 84.5,-41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7454: + - - DoorStatus + - DoorBolt + - uid: 7454 + components: + - type: Transform + pos: 86.5,-41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7453: + - - DoorStatus + - DoorBolt +- proto: AirlockExternalShuttleLocked + entities: + - uid: 6871 + components: + - type: Transform + pos: 51.5,-104.5 + parent: 2 + - uid: 6890 + components: + - type: Transform + pos: 52.5,-104.5 + parent: 2 +- proto: AirlockFreezerLocked + entities: + - uid: 4273 + components: + - type: Transform + pos: 45.5,-43.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: 47.5,-46.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-30.5 + parent: 2 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-31.5 + parent: 2 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-32.5 + parent: 2 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-33.5 + parent: 2 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-33.5 + parent: 2 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - uid: 380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 +- proto: AirlockGlassXeno + entities: + - uid: 327 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: -27.5,-40.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: -14.5,-43.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: -13.5,-43.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: 26.5,-44.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 17.5,-54.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 22.5,-34.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 1480 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -27.5,-30.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + pos: -28.5,-30.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + pos: -29.5,-50.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: -28.5,-50.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + pos: -26.5,-37.5 + parent: 2 + - uid: 2229 + components: + - type: Transform + pos: -26.5,-36.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -26.5,-35.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: -20.5,-53.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + pos: 25.5,-75.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: 13.5,-75.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + pos: 14.5,-75.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: 15.5,-75.5 + parent: 2 + - uid: 3278 + components: + - type: Transform + pos: 23.5,-75.5 + parent: 2 + - uid: 3289 + components: + - type: Transform + pos: 24.5,-75.5 + parent: 2 + - uid: 3290 + components: + - type: Transform + pos: 15.5,-51.5 + parent: 2 + - uid: 3291 + components: + - type: Transform + pos: 17.5,-52.5 + parent: 2 + - uid: 3292 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: 31.5,-52.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 31.5,-53.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + pos: 29.5,-47.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + pos: 28.5,-47.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: 26.5,-43.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: 23.5,-60.5 + parent: 2 + - uid: 4605 + components: + - type: Transform + pos: 25.5,-60.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: 23.5,-46.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + pos: 24.5,-38.5 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-59.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 14026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-59.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 1491 + components: + - type: Transform + pos: 12.5,-62.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 +- proto: AirlockHeadOfSecurityGlassLocked + entities: + - uid: 17245 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-52.5 + parent: 2 +- proto: AirlockHydroponicsLocked + entities: + - uid: 4730 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 5621 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 +- proto: AirlockLawyerLocked + entities: + - uid: 4869 + components: + - type: Transform + pos: 50.5,-53.5 + parent: 2 +- proto: AirlockMaintAtmoLocked + entities: + - uid: 4812 + components: + - type: Transform + pos: 37.5,-74.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: 34.5,-76.5 + parent: 2 +- proto: AirlockMaintBarLocked + entities: + - uid: 2461 + components: + - type: Transform + pos: 37.5,-39.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: 38.5,-49.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 228 + components: + - type: Transform + pos: 17.5,-90.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: 30.5,-88.5 + parent: 2 + - uid: 3682 + components: + - type: Transform + pos: 33.5,-90.5 + parent: 2 +- proto: AirlockMaintChapelLocked + entities: + - uid: 5267 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 +- proto: AirlockMaintChemLocked + entities: + - uid: 12414 + components: + - type: Transform + pos: 19.5,-64.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 5708 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 +- proto: AirlockMaintHydroLocked + entities: + - uid: 998 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 +- proto: AirlockMaintJanitorLocked + entities: + - uid: 1025 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 +- proto: AirlockMaintKitchenLocked + entities: + - uid: 2279 + components: + - type: Transform + pos: 41.5,-48.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 156 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + pos: 81.5,-21.5 + parent: 2 + - uid: 4609 + components: + - type: Transform + pos: 79.5,-30.5 + parent: 2 +- proto: AirlockMaintMedLocked + entities: + - uid: 295 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 +- proto: AirlockMaintServiceLocked + entities: + - uid: 689 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 44.5,-49.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + pos: 42.5,-51.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 357 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-29.5 + parent: 2 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-30.5 + parent: 2 + - type: Door + secondsUntilStateChange: -95458.39 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 878 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-24.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-23.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-13.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 234 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 +- proto: AirlockMedicalMorgueLocked + entities: + - uid: 296 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 +- proto: AirlockQuartermasterGlassLocked + entities: + - uid: 805 + components: + - type: Transform + pos: 9.5,-91.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 3793 + components: + - type: Transform + pos: 34.5,-96.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 2244 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 1215 + components: + - type: Transform + pos: 10.5,-74.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 513 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 2243 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + pos: -15.5,-24.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 15330 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 +- proto: AirlockSecurityGlass + entities: + - uid: 3032 + components: + - type: Transform + pos: 66.5,-33.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + pos: 66.5,-32.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1881 + components: + - type: Transform + pos: 63.5,-30.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + pos: 64.5,-30.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: 61.5,-37.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: 61.5,-38.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - uid: 8625 + components: + - type: Transform + pos: 58.5,-30.5 + parent: 2 +- proto: AirlockSecurityLawyerLocked + entities: + - uid: 7301 + components: + - type: Transform + pos: 69.5,-42.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 384 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: 57.5,-19.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: 59.5,-33.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + pos: 61.5,-29.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: 66.5,-38.5 + parent: 2 + - uid: 8691 + components: + - type: Transform + pos: 58.5,-33.5 + parent: 2 +- proto: AirlockServiceGlassLocked + entities: + - uid: 3529 + components: + - type: Transform + pos: 38.5,-40.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: 35.5,-41.5 + parent: 2 +- proto: AirlockServiceLocked + entities: + - uid: 4275 + components: + - type: Transform + pos: -34.5,-27.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 +- proto: AirlockShuttle + entities: + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 1730 + components: + - type: Transform + pos: -52.5,-61.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + pos: -56.5,-64.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: -59.5,-64.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 7767 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 +- proto: AirlockXeno + entities: + - uid: 153 + components: + - type: Transform + pos: -37.5,-63.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: -45.5,-63.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -46.5,-66.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: -40.5,-63.5 + parent: 2 +- proto: AirlockXenoMaintLocked + entities: + - uid: 204 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -39.5,-78.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -44.5,-77.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -48.5,-64.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -50.5,-63.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: -48.5,-65.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 76.5,-50.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 619 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: -44.5,-13.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: -59.5,-26.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: -25.5,-42.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: -34.5,-68.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: -37.5,-76.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: -1.5,-76.5 + parent: 2 + - uid: 735 + components: + - type: Transform + pos: -7.5,-70.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 6.5,-72.5 + parent: 2 + - uid: 742 + components: + - type: Transform + pos: 28.5,-79.5 + parent: 2 + - uid: 743 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 2 + - uid: 746 + components: + - type: Transform + pos: 38.5,-77.5 + parent: 2 + - uid: 751 + components: + - type: Transform + pos: 73.5,-68.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: 71.5,-66.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: 74.5,-60.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: 77.5,-57.5 + parent: 2 + - uid: 798 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: 52.5,-43.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: 52.5,-45.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: 51.5,-45.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: 51.5,-43.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 50.5,-39.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 72.5,-23.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: -7.5,-76.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: -52.5,-28.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -35.5,-68.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 7.5,-78.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: -30.5,-17.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: -56.5,-26.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-17.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 44.5,-24.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + pos: 57.5,-70.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: 74.5,-42.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: 59.5,-64.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + pos: 44.5,-76.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: 65.5,-53.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: 61.5,-24.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: 46.5,-50.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: 67.5,-25.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + pos: 61.5,-23.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + pos: 75.5,-24.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: 52.5,-76.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 49.5,-31.5 + parent: 2 + - uid: 18040 + components: + - type: Transform + pos: 67.5,-24.5 + parent: 2 + - uid: 19222 + components: + - type: Transform + pos: -18.5,-50.5 + parent: 2 + - uid: 19283 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 579 + components: + - type: Transform + pos: 49.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14759 + - uid: 1800 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - uid: 3440 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - uid: 6602 + components: + - type: Transform + pos: 21.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - uid: 6613 + components: + - type: Transform + pos: 19.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - uid: 6614 + components: + - type: Transform + pos: -1.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - uid: 6615 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6347 + - uid: 6616 + components: + - type: Transform + pos: 24.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - uid: 7103 + components: + - type: Transform + pos: 67.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - uid: 7956 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - uid: 7957 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - uid: 8401 + components: + - type: Transform + pos: -16.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9234 + - uid: 8613 + components: + - type: Transform + pos: -25.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - uid: 8614 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2110 + - uid: 8628 + components: + - type: Transform + pos: -64.5,-62.5 + parent: 2 + - uid: 8643 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - uid: 8648 + components: + - type: Transform + pos: -42.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - uid: 8649 + components: + - type: Transform + pos: -45.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6342 + - uid: 8654 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - uid: 8661 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - uid: 8681 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6406 + - uid: 8685 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6353 + - uid: 8712 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6416 + - uid: 8717 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - uid: 8718 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - uid: 8721 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + pos: -16.5,-60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - uid: 8724 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - uid: 8726 + components: + - type: Transform + pos: -16.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - uid: 8730 + components: + - type: Transform + pos: -53.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - uid: 8740 + components: + - type: Transform + pos: 79.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6358 + - uid: 8743 + components: + - type: Transform + pos: -36.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - uid: 8744 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5526 + - uid: 8745 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6418 + - 3424 + - uid: 8746 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6360 + - uid: 8752 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - uid: 8758 + components: + - type: Transform + pos: 33.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5862 + - uid: 8759 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + pos: 8.5,-93.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - uid: 8761 + components: + - type: Transform + pos: 9.5,-86.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - uid: 8775 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - uid: 8778 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18818 + - uid: 8779 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19354 + - uid: 8791 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - uid: 8792 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - uid: 8797 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - uid: 8814 + components: + - type: Transform + pos: 24.5,-77.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - uid: 8846 + components: + - type: Transform + pos: -24.5,-27.5 + parent: 2 + - uid: 8891 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8767 + - uid: 9606 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - uid: 9643 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18598 + - uid: 9647 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - uid: 9649 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - uid: 9822 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - uid: 10030 + components: + - type: Transform + pos: -49.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9195 + - uid: 10070 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9195 + - uid: 10430 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - uid: 14637 + components: + - type: Transform + pos: -48.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9195 + - uid: 15636 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18598 + - uid: 15637 + components: + - type: Transform + pos: 26.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - uid: 16423 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 459 + - uid: 16881 + components: + - type: Transform + pos: -28.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - uid: 16901 + components: + - type: Transform + pos: -25.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14592 + - 14590 + - uid: 17687 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - uid: 18061 + components: + - type: Transform + pos: 57.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18874 + - uid: 18546 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - uid: 18547 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17282 + - uid: 18737 + components: + - type: Transform + pos: 14.5,-89.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - uid: 18781 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - uid: 18793 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 18794 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 18799 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - uid: 18800 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17680 + - uid: 18801 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - uid: 18805 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2197 + - uid: 18811 + components: + - type: Transform + pos: 36.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - uid: 18812 + components: + - type: Transform + pos: 34.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - uid: 18827 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18873 + - uid: 18828 + components: + - type: Transform + pos: 49.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18873 + - uid: 18834 + components: + - type: Transform + pos: 82.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 18841 + components: + - type: Transform + pos: 32.5,-73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9248 + - uid: 18842 + components: + - type: Transform + pos: 37.5,-72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - uid: 18845 + components: + - type: Transform + pos: 30.5,-98.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - uid: 18859 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1212 + - uid: 18868 + components: + - type: Transform + pos: 30.5,-91.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - uid: 19139 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 364 + - uid: 19289 + components: + - type: Transform + pos: 51.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 +- proto: AltarConvertMaint + entities: + - uid: 8374 + components: + - type: Transform + pos: -41.5,-76.5 + parent: 2 +- proto: AltarSpawner + entities: + - uid: 18768 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 +- proto: AmeController + entities: + - uid: 2283 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 +- proto: AnomalyScanner + entities: + - uid: 8653 + components: + - type: Transform + pos: -12.506874,-21.423786 + parent: 2 + - uid: 12911 + components: + - type: Transform + pos: -12.142291,-21.267427 + parent: 2 + - uid: 18173 + components: + - type: Transform + pos: -50.451,-54.290306 + parent: 2 + - uid: 19207 + components: + - type: Transform + pos: -5.6010184,-28.223955 + parent: 2 + - uid: 19209 + components: + - type: Transform + pos: -6.6181827,-18.475647 + parent: 2 +- proto: APCBasic + entities: + - uid: 3106 + components: + - type: MetaData + name: R&R Server APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-16.5 + parent: 2 + - uid: 3653 + components: + - type: MetaData + name: Disposals APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-68.5 + parent: 2 + - uid: 4999 + components: + - type: MetaData + name: Security Outpost APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-51.5 + parent: 2 + - uid: 5615 + components: + - type: MetaData + name: Detective's Office APC + - type: Transform + pos: 67.5,-49.5 + parent: 2 + - uid: 5884 + components: + - type: MetaData + name: RD's Office APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-22.5 + parent: 2 + - uid: 6626 + components: + - type: MetaData + name: Atmos Hall APC + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-74.5 + parent: 2 + - uid: 7248 + components: + - type: MetaData + name: Bridge APC + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-42.5 + parent: 2 + - uid: 7302 + components: + - type: MetaData + name: AI Upload APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-44.5 + parent: 2 + - uid: 7963 + components: + - type: MetaData + name: Armory APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-56.5 + parent: 2 + - uid: 8197 + components: + - type: MetaData + name: Dorms APC + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-66.5 + parent: 2 + - uid: 9341 + components: + - type: MetaData + name: Genpop Lockers APC + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 10250 + components: + - type: MetaData + name: Warden's Office APC + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 10276 + components: + - type: MetaData + name: HoS' Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-46.5 + parent: 2 + - uid: 10284 + components: + - type: MetaData + name: Security APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-39.5 + parent: 2 + - uid: 10475 + components: + - type: MetaData + name: Library APC + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 10482 + components: + - type: MetaData + name: Engineering APC + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 10484 + components: + - type: MetaData + name: Clown & Mime Room APC + - type: Transform + pos: -57.5,-64.5 + parent: 2 + - uid: 10486 + components: + - type: MetaData + name: Captain's Office APC + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-56.5 + parent: 2 + - uid: 10487 + components: + - type: MetaData + name: Chapel APC + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-43.5 + parent: 2 + - uid: 10488 + components: + - type: MetaData + name: Newsroom APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-22.5 + parent: 2 + - uid: 10490 + components: + - type: MetaData + name: AME Room APC + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-44.5 + parent: 2 + - uid: 10492 + components: + - type: MetaData + name: Janitor APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-48.5 + parent: 2 + - uid: 10493 + components: + - type: MetaData + name: HoP's Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-61.5 + parent: 2 + - uid: 10495 + components: + - type: MetaData + name: Cargo Break Room APC + - type: Transform + pos: 13.5,-91.5 + parent: 2 + - uid: 10496 + components: + - type: MetaData + name: Cargo Bay APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-95.5 + parent: 2 + - uid: 10497 + components: + - type: MetaData + name: Salvage APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-97.5 + parent: 2 + - uid: 10501 + components: + - type: MetaData + name: Bar APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-40.5 + parent: 2 + - uid: 10502 + components: + - type: MetaData + name: Kitchen APC + - type: Transform + pos: 43.5,-39.5 + parent: 2 + - uid: 10503 + components: + - type: MetaData + name: Virology / Morgue APC + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-24.5 + parent: 2 + - uid: 10504 + components: + - type: MetaData + name: Medical Ward APC + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 10505 + components: + - type: MetaData + name: Medical Backroom APC + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 10506 + components: + - type: MetaData + name: Arrivals APC + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 10507 + components: + - type: MetaData + name: Science Xenoarcheology APC + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 10509 + components: + - type: MetaData + name: Vault APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-41.5 + parent: 2 + - uid: 10512 + components: + - type: MetaData + name: Maints shop APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-20.5 + parent: 2 + - uid: 10515 + components: + - type: MetaData + name: Maints Bar APC + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-66.5 + parent: 2 + - uid: 10516 + components: + - type: MetaData + name: AI Core APC + - type: Transform + pos: 93.5,-46.5 + parent: 2 + - uid: 10518 + components: + - type: MetaData + name: Northwest Solars APC + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 10584 + components: + - type: MetaData + name: EVA Room APC + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-18.5 + parent: 2 + - uid: 10614 + components: + - type: MetaData + name: Southern Evac Pods APC + - type: Transform + pos: -6.5,-76.5 + parent: 2 + - uid: 10918 + components: + - type: MetaData + name: Gravity Generator APC + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 11011 + components: + - type: MetaData + name: PA APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-67.5 + parent: 2 + - uid: 11213 + components: + - type: MetaData + name: South Bridge Entrance APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-54.5 + parent: 2 + - uid: 11214 + components: + - type: MetaData + name: North Bridge Entrance APC + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 11362 + components: + - type: MetaData + name: North Science Hallway APC + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 11432 + components: + - type: MetaData + name: Science Main APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-22.5 + parent: 2 + - uid: 12036 + components: + - type: MetaData + name: Central Roundabout APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-56.5 + parent: 2 + - uid: 12164 + components: + - type: MetaData + name: QM's Office APC + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-91.5 + parent: 2 + - uid: 12869 + components: + - type: MetaData + name: Tech Vault APC + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 12929 + components: + - type: MetaData + name: Bar Maints APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-34.5 + parent: 2 + - uid: 13030 + components: + - type: MetaData + name: Science / Medical Hallway APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 13911 + components: + - type: MetaData + name: Genpop APC + - type: Transform + pos: 62.5,-19.5 + parent: 2 + - uid: 14739 + components: + - type: MetaData + name: Tool Room APC + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 15031 + components: + - type: MetaData + name: Medical Power Room APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-25.5 + parent: 2 + - uid: 15107 + components: + - type: MetaData + name: HoP & Chemistry Substation APC + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-62.5 + parent: 2 + - uid: 17057 + components: + - type: MetaData + name: Law APC + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-57.5 + parent: 2 + - uid: 17484 + components: + - type: MetaData + name: Chemistry APC + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-69.5 + parent: 2 + - uid: 17745 + components: + - type: MetaData + name: Dressing Room APC + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 18694 + components: + - type: MetaData + name: Eastern Solars APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-68.5 + parent: 2 + - uid: 19021 + components: + - type: MetaData + name: Hydroponics APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-52.5 + parent: 2 + - uid: 19268 + components: + - type: MetaData + name: CE's Office APC + - type: Transform + pos: -30.5,-59.5 + parent: 2 + - uid: 19394 + components: + - type: MetaData + name: Evac APC + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-17.5 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 1126 + components: + - type: MetaData + name: Atmos Office APC + - type: Transform + pos: 31.5,-69.5 + parent: 2 +- proto: APECircuitboard + entities: + - uid: 9346 + components: + - type: Transform + pos: 27.409925,-63.295033 + parent: 2 +- proto: AppraisalTool + entities: + - uid: 5641 + components: + - type: Transform + pos: -22.45828,-51.977993 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 17991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 2 +- proto: ArtifactAnalyzerMachineCircuitboard + entities: + - uid: 8509 + components: + - type: Transform + pos: 27.607841,-63.513935 + parent: 2 +- proto: ArtistCircuitBoard + entities: + - uid: 18616 + components: + - type: Transform + pos: 76.62189,-43.345737 + parent: 2 +- proto: Ashtray + entities: + - uid: 3020 + components: + - type: Transform + pos: 49.633816,-49.261665 + parent: 2 + - uid: 15122 + components: + - type: Transform + pos: 19.303722,-50.57403 + parent: 2 + - uid: 17393 + components: + - type: Transform + pos: 32.225117,-41.48666 + parent: 2 + - uid: 17394 + components: + - type: Transform + pos: 29.930677,-44.420216 + parent: 2 +- proto: AsimovCircuitBoard + entities: + - uid: 18617 + components: + - type: Transform + pos: 78.0073,-43.64803 + parent: 2 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + pos: 21.5,-102.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + pos: 25.5,-102.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + pos: 24.5,-102.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + pos: 23.5,-102.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: 27.5,-102.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-7.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-7.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-7.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-13.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: 51.5,-104.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 52.5,-104.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-43.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-46.5 + parent: 2 + - uid: 18062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-77.5 + parent: 2 + - uid: 18063 + components: + - type: Transform + pos: -7.5,-80.5 + parent: 2 + - uid: 18064 + components: + - type: Transform + pos: -1.5,-80.5 + parent: 2 + - uid: 18498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 2 + - uid: 18597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-9.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 3629 + components: + - type: Transform + pos: 52.5,-61.5 + parent: 2 + - uid: 3630 + components: + - type: Transform + pos: 53.5,-63.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 53.5,-61.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: 53.5,-62.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + pos: 52.5,-63.5 + parent: 2 + - uid: 16486 + components: + - type: Transform + pos: 44.5,-61.5 + parent: 2 + - uid: 16489 + components: + - type: Transform + pos: 44.5,-59.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: 44.5,-60.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: 51.5,-61.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: 40.5,-60.5 + parent: 2 + - uid: 16496 + components: + - type: Transform + pos: 40.5,-61.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: 38.5,-61.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: 38.5,-60.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: 38.5,-59.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: 40.5,-59.5 + parent: 2 + - uid: 16511 + components: + - type: Transform + pos: 51.5,-62.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: 51.5,-63.5 + parent: 2 + - uid: 17652 + components: + - type: Transform + pos: 52.5,-62.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 8348 + components: + - type: Transform + pos: 47.5,-42.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + pos: 46.5,-42.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + pos: 47.5,-43.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + pos: 46.5,-43.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + pos: 46.5,-44.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + pos: 46.5,-45.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: 47.5,-45.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: 47.5,-44.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + pos: 48.5,-44.5 + parent: 2 + - uid: 16359 + components: + - type: Transform + pos: 48.5,-45.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: 48.5,-43.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + pos: 48.5,-42.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: 48.5,-41.5 + parent: 2 + - uid: 16363 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: 46.5,-41.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: 47.5,-40.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: 48.5,-40.5 + parent: 2 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 520 + components: + - type: Transform + pos: 36.5,-60.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: 36.5,-59.5 + parent: 2 + - uid: 16505 + components: + - type: Transform + pos: 36.5,-61.5 + parent: 2 +- proto: AtmosFixOxygenMarker + entities: + - uid: 635 + components: + - type: Transform + pos: 34.5,-60.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + pos: 34.5,-59.5 + parent: 2 + - uid: 16503 + components: + - type: Transform + pos: 34.5,-61.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 1214 + components: + - type: Transform + pos: 42.5,-60.5 + parent: 2 + - uid: 16500 + components: + - type: Transform + pos: 42.5,-59.5 + parent: 2 + - uid: 16512 + components: + - type: Transform + pos: 42.5,-61.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 2325 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + pos: 29.5,-89.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 +- proto: BananaPhoneInstrument + entities: + - uid: 5985 + components: + - type: Transform + pos: -64.37506,-61.441326 + parent: 2 +- proto: BannerCargo + entities: + - uid: 6762 + components: + - type: Transform + pos: 22.5,-79.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: 26.5,-79.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 6280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-30.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 75.5,-24.5 + parent: 2 + - uid: 18263 + components: + - type: Transform + pos: 74.5,-42.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 7120 + components: + - type: Transform + pos: 79.5,-29.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + pos: 75.5,-23.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-43.5 + parent: 2 +- proto: BarSign + entities: + - uid: 5872 + components: + - type: Transform + pos: 72.5,-60.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-41.5 + parent: 2 +- proto: BaseChemistryEmptyVial + entities: + - uid: 6023 + components: + - type: Transform + pos: 37.30002,-29.200367 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: 42.366875,-29.288502 + parent: 2 + - uid: 17573 + components: + - type: Transform + pos: 2.7538347,-79.28584 + parent: 2 + - uid: 17574 + components: + - type: Transform + pos: 3.0350847,-79.36402 + parent: 2 +- proto: BaseComputer + entities: + - uid: 6692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 2 + - uid: 17948 + components: + - type: Transform + pos: -55.5,-61.5 + parent: 2 + - uid: 17949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-29.5 + parent: 2 +- proto: BaseGasCondenser + entities: + - uid: 9485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-65.5 + parent: 2 +- proto: Basketball + entities: + - uid: 15280 + components: + - type: Transform + pos: 56.765133,-20.40848 + parent: 2 +- proto: BeachBall + entities: + - uid: 15281 + components: + - type: Transform + pos: 56.567455,-20.091526 + parent: 2 + - uid: 15282 + components: + - type: Transform + pos: 56.36954,-20.28958 + parent: 2 +- proto: Beaker + entities: + - uid: 3873 + components: + - type: Transform + pos: -3.5478697,-47.418797 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: 44.38433,-15.204194 + parent: 2 + - uid: 9389 + components: + - type: Transform + pos: 37.64377,-28.731617 + parent: 2 + - uid: 15421 + components: + - type: Transform + pos: 44.564533,-15.393791 + parent: 2 + - uid: 19022 + components: + - type: Transform + pos: -3.5270362,-47.1165 + parent: 2 + - uid: 19023 + components: + - type: Transform + pos: -3.7145362,-47.27286 + parent: 2 +- proto: Bed + entities: + - uid: 354 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: 42.5,-28.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: -44.5,-68.5 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: -45.5,-61.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: -41.5,-61.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: -38.5,-61.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: -62.5,-63.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + pos: -54.5,-63.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + pos: 10.5,-86.5 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: 32.5,-50.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: 71.5,-47.5 + parent: 2 + - uid: 13893 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 5669 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 +- proto: BedsheetBrigmedic + entities: + - uid: 19421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-31.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 5457 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 19262 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 5977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-63.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 4223 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 7791 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 6195 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 14824 + components: + - type: Transform + pos: 71.5,-47.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 534 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 2 + - uid: 14872 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - uid: 14921 + components: + - type: Transform + pos: 17.5,-32.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 15721 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 5990 + components: + - type: Transform + pos: -54.5,-63.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 14264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-16.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 6830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-86.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 15298 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 +- proto: BedsheetRed + entities: + - uid: 7095 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 4827 + components: + - type: Transform + pos: -44.5,-68.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: -45.5,-61.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: -41.5,-61.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: -38.5,-61.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + pos: 32.5,-50.5 + parent: 2 +- proto: BikeHorn + entities: + - uid: 18036 + components: + - type: Transform + pos: 80.17493,-26.997755 + parent: 2 +- proto: Biogenerator + entities: + - uid: 12820 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + pos: 52.5,-17.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 2267 + components: + - type: Transform + pos: -15.5,-65.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: -15.5,-66.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: -15.5,-67.5 + parent: 2 + - uid: 4366 + components: + - type: Transform + pos: 60.5,-53.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + pos: 58.5,-53.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: 61.5,-53.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-31.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-32.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-33.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + pos: 59.5,-53.5 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: 50.5,-61.5 + parent: 2 +- proto: BlastDoorXeno + entities: + - uid: 487 + components: + - type: Transform + pos: -66.5,-29.5 + parent: 2 + - uid: 624 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 625 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: -65.5,-29.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -65.5,-28.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: -66.5,-27.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: -66.5,-28.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: -65.5,-27.5 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: -66.5,-61.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -65.5,-63.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -65.5,-62.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -65.5,-61.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: -66.5,-63.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: -66.5,-62.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: 59.5,-78.5 + parent: 2 +- proto: BodyBagFolded + entities: + - uid: 13193 + components: + - type: Transform + pos: 27.248169,-28.225496 + parent: 2 + - uid: 13206 + components: + - type: Transform + pos: 27.539835,-28.350582 + parent: 2 + - uid: 16847 + components: + - type: Transform + pos: -6.320568,2.7320144 + parent: 2 +- proto: Bola + entities: + - uid: 14582 + components: + - type: Transform + pos: 60.580673,-36.178726 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: 60.719563,-36.428898 + parent: 2 +- proto: Bonfire + entities: + - uid: 5959 + components: + - type: Transform + pos: -62.5,-25.5 + parent: 2 +- proto: BookIanCity + entities: + - uid: 18019 + components: + - type: Transform + pos: 13.442934,-58.281414 + parent: 2 +- proto: BookIanRanch + entities: + - uid: 18032 + components: + - type: Transform + pos: -38.614677,-55.22862 + parent: 2 +- proto: BookRandomStory + entities: + - uid: 2393 + components: + - type: Transform + pos: -0.3586353,-68.36993 + parent: 2 + - uid: 2450 + components: + - type: Transform + pos: -0.05460471,-68.271126 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: 0.34445727,-68.41368 + parent: 2 +- proto: BooksBag + entities: + - uid: 2392 + components: + - type: Transform + pos: -2.491107,-66.36364 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 2003 + components: + - type: Transform + pos: -8.5,-66.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 3671 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: -4.5,-66.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: -4.5,-63.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: -4.5,-62.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: -4.5,-61.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: -8.5,-63.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: -8.5,-65.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: -3.5,-66.5 + parent: 2 + - uid: 5401 + components: + - type: Transform + pos: -5.5,-68.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: -6.5,-68.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 2372 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: -45.5,-52.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-52.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-98.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-46.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-62.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 2774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-90.5 + parent: 2 + - uid: 5064 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 18887 + components: + - type: Transform + pos: 91.5,-40.5 + parent: 2 + - uid: 18888 + components: + - type: Transform + pos: 91.5,-50.5 + parent: 2 +- proto: BorgModuleTool + entities: + - uid: 17951 + components: + - type: Transform + pos: 35.857727,-13.805476 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 7760 + components: + - type: Transform + pos: 16.329622,-67.22816 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 13160 + components: + - type: Transform + pos: 27.352335,-27.339464 + parent: 2 + - uid: 16848 + components: + - type: Transform + pos: 12.521003,-70.30555 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: 5.560184,-22.212818 + parent: 2 +- proto: BoxCandle + entities: + - uid: 5664 + components: + - type: Transform + pos: -25.412317,-29.355186 + parent: 2 +- proto: BoxCartridgeCap + entities: + - uid: 6029 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17387 + components: + - type: Transform + pos: 86.57508,-17.524826 + parent: 2 + - uid: 17966 + components: + - type: Transform + pos: 77.62481,-20.097687 + parent: 2 +- proto: BoxDonkSoftBox + entities: + - uid: 7965 + components: + - type: Transform + pos: 64.38522,-69.34135 + parent: 2 +- proto: BoxFlashbang + entities: + - uid: 19251 + components: + - type: Transform + pos: 60.50701,-57.15892 + parent: 2 +- proto: BoxFolderBase + entities: + - uid: 15225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.64377,-29.309742 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 3522 + components: + - type: Transform + pos: 53.386242,-56.416996 + parent: 2 + - uid: 18172 + components: + - type: Transform + pos: -53.421837,-47.423687 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 5494 + components: + - type: Transform + pos: -45.128952,-54.34136 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: 13.349184,-58.437775 + parent: 2 + - uid: 18168 + components: + - type: Transform + pos: -53.515587,-47.658226 + parent: 2 + - uid: 18175 + components: + - type: Transform + pos: -44.64076,-46.11225 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: 13.424348,-58.281063 + parent: 2 + - uid: 18184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.485994,-16.436533 + parent: 2 +- proto: BoxFolderGreen + entities: + - uid: 18186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.48726,-17.412195 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 5062 + components: + - type: Transform + pos: -18.484182,-27.427639 + parent: 2 + - uid: 18169 + components: + - type: Transform + pos: -50.581802,-54.50759 + parent: 2 + - uid: 18193 + components: + - type: Transform + pos: -18.255388,-27.270939 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 197 + components: + - type: Transform + pos: 69.42398,-50.73358 + parent: 2 + - uid: 18171 + components: + - type: Transform + pos: -52.62203,-38.324306 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 5871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.56122,-60.20106 + parent: 2 + - uid: 17839 + components: + - type: Transform + pos: 25.531982,-90.27344 + parent: 2 + - uid: 18183 + components: + - type: Transform + pos: 30.094334,-76.31369 + parent: 2 + - uid: 18187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.442563,-95.45606 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 5243 + components: + - type: Transform + pos: 19.54645,-17.287466 + parent: 2 + - uid: 13336 + components: + - type: Transform + pos: -11.671647,-21.385529 + parent: 2 +- proto: BoxLethalshot + entities: + - uid: 11826 + components: + - type: Transform + pos: 68.74172,-31.31939 + parent: 2 + - uid: 13945 + components: + - type: Transform + pos: 68.42691,-31.195847 + parent: 2 +- proto: BoxLightbulb + entities: + - uid: 17791 + components: + - type: Transform + pos: 32.59527,-78.26717 + parent: 2 + - uid: 17793 + components: + - type: Transform + pos: 71.517525,-59.410625 + parent: 2 + - uid: 17795 + components: + - type: Transform + pos: -16.684614,-44.34478 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 16895 + components: + - type: Transform + pos: 53.617245,-30.419283 + parent: 2 + - uid: 18131 + components: + - type: Transform + pos: -10.738001,-49.611443 + parent: 2 +- proto: BoxLighttube + entities: + - uid: 17790 + components: + - type: Transform + pos: 33.249847,-78.32972 + parent: 2 + - uid: 17794 + components: + - type: Transform + pos: -16.32524,-44.594955 + parent: 2 + - uid: 18129 + components: + - type: Transform + pos: 1.4303069,-62.29623 + parent: 2 + - uid: 18130 + components: + - type: Transform + pos: -33.085613,-29.375391 + parent: 2 +- proto: BoxMagazinePistol + entities: + - uid: 19250 + components: + - type: Transform + pos: 60.26743,-57.45079 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 7787 + components: + - type: Transform + pos: 27.498543,-16.372534 + parent: 2 +- proto: BoxStinger + entities: + - uid: 19252 + components: + - type: Transform + pos: 60.38201,-57.304855 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 17053 + components: + - type: Transform + pos: 21.570786,-31.379005 + parent: 2 +- proto: BrbSign + entities: + - uid: 18161 + components: + - type: Transform + pos: 13.433219,-59.536785 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 6063 + components: + - type: Transform + pos: -33.507446,-25.328426 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 9364 + components: + - type: Transform + pos: 55.399124,-54.352894 + parent: 2 + - uid: 17420 + components: + - type: Transform + pos: 46.49753,-47.4596 + parent: 2 +- proto: Brutepack + entities: + - uid: 5938 + components: + - type: Transform + pos: -9.528953,1.6882565 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: -40.474632,-15.373299 + parent: 2 + - uid: 16044 + components: + - type: Transform + pos: 12.512393,-27.32851 + parent: 2 + - uid: 18914 + components: + - type: Transform + pos: 51.521538,-15.620251 + parent: 2 +- proto: Bucket + entities: + - uid: 5624 + components: + - type: Transform + pos: -9.371325,-47.361195 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: -9.07445,-47.517555 + parent: 2 +- proto: ButtonFrameCaution + entities: + - uid: 2912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-70.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-70.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-58.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-62.5 + parent: 2 + - uid: 6675 + components: + - type: Transform + pos: -15.5,-64.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: 28.5,-90.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: 19.5,-90.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-100.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-25.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-18.5 + parent: 2 + - uid: 17653 + components: + - type: Transform + pos: 50.5,-64.5 + parent: 2 + - uid: 17828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-89.5 + parent: 2 + - uid: 17873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-87.5 + parent: 2 + - uid: 17874 + components: + - type: Transform + pos: 36.5,-82.5 + parent: 2 +- proto: ButtonFrameCautionSecurity + entities: + - uid: 2697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-62.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: -63.5,-60.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-28.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-30.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-14.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-44.5 + parent: 2 + - uid: 17743 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 +- proto: ButtonFrameExit + entities: + - uid: 7322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 +- proto: ButtonFrameGrey + entities: + - uid: 2695 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: 26.5,-90.5 + parent: 2 + - uid: 5113 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: 22.5,-90.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-48.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-27.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-24.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-76.5 + parent: 2 + - uid: 19186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-24.5 + parent: 2 +- proto: ButtonFrameJanitor + entities: + - uid: 5811 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 124 + components: + - type: Transform + pos: 6.5,-78.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: 66.5,-64.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: 61.5,-68.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: 63.5,-18.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: 63.5,-19.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 62.5,-19.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: -51.5,-37.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 76.5,-41.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: 64.5,-41.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: 63.5,-45.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: -46.5,-67.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: -37.5,-14.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: 72.5,-36.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: -46.5,-66.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: 60.5,-24.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + pos: -16.5,-74.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + pos: -48.5,-36.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + pos: 63.5,-17.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + pos: -30.5,-74.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: 48.5,-44.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: 66.5,-71.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: 50.5,-65.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: 59.5,-80.5 + parent: 2 + - uid: 3022 + components: + - type: Transform + pos: 52.5,-56.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 51.5,-65.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: 53.5,-56.5 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: 59.5,-34.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + pos: 42.5,-74.5 + parent: 2 + - uid: 3048 + components: + - type: Transform + pos: 64.5,-18.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: 45.5,-72.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: 74.5,-39.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: 32.5,-79.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 33.5,-76.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: 38.5,-77.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: 44.5,-72.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: 61.5,-19.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: 35.5,-79.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 58.5,-81.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: 59.5,-81.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: 43.5,-73.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: 63.5,-20.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + pos: 59.5,-76.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: 59.5,-78.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: 59.5,-77.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 3183 + components: + - type: Transform + pos: 73.5,-25.5 + parent: 2 + - uid: 3192 + components: + - type: Transform + pos: 72.5,-25.5 + parent: 2 + - uid: 3283 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 3284 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - uid: 3314 + components: + - type: Transform + pos: 57.5,-63.5 + parent: 2 + - uid: 3315 + components: + - type: Transform + pos: 56.5,-73.5 + parent: 2 + - uid: 3316 + components: + - type: Transform + pos: 39.5,-76.5 + parent: 2 + - uid: 3317 + components: + - type: Transform + pos: 56.5,-75.5 + parent: 2 + - uid: 3318 + components: + - type: Transform + pos: 42.5,-76.5 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: 43.5,-76.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: 60.5,-72.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: 56.5,-70.5 + parent: 2 + - uid: 3365 + components: + - type: Transform + pos: 58.5,-70.5 + parent: 2 + - uid: 3377 + components: + - type: Transform + pos: 58.5,-69.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + pos: 59.5,-67.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: 63.5,-47.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + pos: 66.5,-46.5 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: 63.5,-56.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + pos: 67.5,-49.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + pos: 69.5,-52.5 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: 68.5,-51.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: 60.5,-58.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + pos: 59.5,-44.5 + parent: 2 + - uid: 3471 + components: + - type: Transform + pos: 59.5,-46.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + pos: 72.5,-46.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: 58.5,-42.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + pos: 72.5,-51.5 + parent: 2 + - uid: 3512 + components: + - type: Transform + pos: -14.5,-78.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: -14.5,-79.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + pos: 69.5,-28.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: 63.5,-25.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + pos: 63.5,-26.5 + parent: 2 + - uid: 3610 + components: + - type: Transform + pos: 47.5,-52.5 + parent: 2 + - uid: 3612 + components: + - type: Transform + pos: 59.5,-53.5 + parent: 2 + - uid: 3614 + components: + - type: Transform + pos: 61.5,-53.5 + parent: 2 + - uid: 3615 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: 60.5,-53.5 + parent: 2 + - uid: 3644 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 3648 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: 57.5,-81.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: 66.5,-58.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 + - uid: 3930 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 3932 + components: + - type: Transform + pos: 36.5,-79.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: 73.5,-38.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: 72.5,-38.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: 57.5,-24.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 72.5,-27.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: 62.5,-24.5 + parent: 2 + - uid: 4105 + components: + - type: Transform + pos: 61.5,-24.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: 41.5,-14.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: 41.5,-16.5 + parent: 2 + - uid: 4172 + components: + - type: Transform + pos: 58.5,-24.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: 59.5,-24.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: 68.5,-32.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: 65.5,-28.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + pos: 41.5,-17.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: 41.5,-18.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: 45.5,-19.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: 19.5,-78.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: 66.5,-28.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: -29.5,-74.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: -31.5,-74.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: 58.5,-53.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: -15.5,-74.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + pos: 62.5,-70.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + pos: -47.5,-65.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + pos: -17.5,-74.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + pos: 61.5,-72.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + pos: 31.5,-79.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: 25.5,-53.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: 26.5,-53.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + pos: 27.5,-53.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: 34.5,-79.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + pos: 63.5,-21.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: 36.5,-78.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 66.5,-59.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 77.5,-44.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + pos: -4.5,-57.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + pos: 4.5,-50.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 5048 + components: + - type: Transform + pos: 55.5,-16.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: 57.5,-64.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + pos: 60.5,-66.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: 78.5,-41.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 5254 + components: + - type: Transform + pos: 57.5,-65.5 + parent: 2 + - uid: 5276 + components: + - type: Transform + pos: 66.5,-60.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 5309 + components: + - type: Transform + pos: 49.5,-31.5 + parent: 2 + - uid: 5346 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: 33.5,-75.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 68.5,-21.5 + parent: 2 + - uid: 5424 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 58.5,-56.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: 60.5,-59.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: 62.5,-56.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: -48.5,-38.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: -48.5,-37.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 78.5,-46.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: 80.5,-44.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + pos: 80.5,-46.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 34.5,-20.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 62.5,-68.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 44.5,-19.5 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: 42.5,-19.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 62.5,-69.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: 59.5,-72.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: 55.5,-19.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: 53.5,-19.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: 56.5,-66.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 57.5,-70.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: 58.5,-17.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: 56.5,-74.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 56.5,-65.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + pos: 56.5,-72.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 6716 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 2 + - uid: 6717 + components: + - type: Transform + pos: 41.5,-32.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: 64.5,-34.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: 63.5,-46.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + pos: 54.5,-56.5 + parent: 2 + - uid: 7203 + components: + - type: Transform + pos: 67.5,-57.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: 63.5,-43.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + pos: 49.5,-19.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + pos: 66.5,-61.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + pos: 67.5,-33.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + pos: 68.5,-34.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + pos: 61.5,-17.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + pos: 59.5,-17.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: 61.5,-71.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: 62.5,-71.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: 59.5,-73.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + pos: 84.5,-43.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: 93.5,-46.5 + parent: 2 + - uid: 7487 + components: + - type: Transform + pos: 93.5,-47.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: 92.5,-47.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + pos: 91.5,-47.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + pos: 90.5,-47.5 + parent: 2 + - uid: 7491 + components: + - type: Transform + pos: 89.5,-47.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: 88.5,-47.5 + parent: 2 + - uid: 7493 + components: + - type: Transform + pos: 87.5,-47.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: 86.5,-47.5 + parent: 2 + - uid: 7495 + components: + - type: Transform + pos: 85.5,-47.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: 85.5,-43.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + pos: 86.5,-43.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + pos: 87.5,-43.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: 88.5,-43.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + pos: 89.5,-43.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: 90.5,-43.5 + parent: 2 + - uid: 7506 + components: + - type: Transform + pos: 91.5,-43.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + pos: 92.5,-43.5 + parent: 2 + - uid: 7508 + components: + - type: Transform + pos: 93.5,-43.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + pos: 93.5,-44.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: 93.5,-45.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 24.5,-90.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: 65.5,-20.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: 59.5,-38.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: 63.5,-24.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: 11.5,-72.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: 12.5,-72.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: 64.5,-28.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + pos: 62.5,-67.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: 62.5,-66.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: 61.5,-66.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: 35.5,-70.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: 51.5,-50.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: 58.5,-48.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: 62.5,-63.5 + parent: 2 + - uid: 8047 + components: + - type: Transform + pos: 62.5,-64.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + pos: 69.5,-42.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: 59.5,-65.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: 59.5,-63.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: 61.5,-63.5 + parent: 2 + - uid: 8135 + components: + - type: Transform + pos: 63.5,-42.5 + parent: 2 + - uid: 8142 + components: + - type: Transform + pos: 55.5,-56.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + pos: 54.5,-19.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: 62.5,-17.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: 51.5,-19.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: 83.5,-46.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + pos: 21.5,-78.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + pos: 65.5,-27.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: 56.5,-71.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: 59.5,-27.5 + parent: 2 + - uid: 8611 + components: + - type: Transform + pos: 63.5,-38.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: 65.5,-33.5 + parent: 2 + - uid: 8626 + components: + - type: Transform + pos: 68.5,-20.5 + parent: 2 + - uid: 8632 + components: + - type: Transform + pos: 56.5,-17.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: 9.5,-91.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + pos: 18.5,-82.5 + parent: 2 + - uid: 8798 + components: + - type: Transform + pos: 54.5,-70.5 + parent: 2 + - uid: 8812 + components: + - type: Transform + pos: 59.5,-56.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 55.5,-18.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 8824 + components: + - type: Transform + pos: -33.5,-57.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: 59.5,-42.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: 69.5,-46.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: 65.5,-39.5 + parent: 2 + - uid: 8828 + components: + - type: Transform + pos: -33.5,-58.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + pos: -34.5,-65.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: 71.5,-52.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: 13.5,-83.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: 14.5,-88.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 14.5,-87.5 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: 14.5,-86.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: 14.5,-85.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: 14.5,-84.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: 14.5,-83.5 + parent: 2 + - uid: 9064 + components: + - type: Transform + pos: 9.5,-87.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: 9.5,-89.5 + parent: 2 + - uid: 9069 + components: + - type: Transform + pos: 18.5,-83.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + pos: 9.5,-83.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: 10.5,-83.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + pos: 11.5,-83.5 + parent: 2 + - uid: 9073 + components: + - type: Transform + pos: 12.5,-83.5 + parent: 2 + - uid: 9211 + components: + - type: Transform + pos: 55.5,-52.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + pos: 67.5,-19.5 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: 68.5,-19.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: 47.5,-70.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 30.5,-70.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 48.5,-70.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 46.5,-72.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 47.5,-72.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 47.5,-71.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: 31.5,-69.5 + parent: 2 + - uid: 9276 + components: + - type: Transform + pos: 49.5,-70.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + pos: 50.5,-70.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 51.5,-70.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 65.5,-72.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + pos: 63.5,-64.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 55.5,-50.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + pos: 63.5,-28.5 + parent: 2 + - uid: 9343 + components: + - type: Transform + pos: 68.5,-33.5 + parent: 2 + - uid: 9348 + components: + - type: Transform + pos: 48.5,-19.5 + parent: 2 + - uid: 9349 + components: + - type: Transform + pos: 34.5,-13.5 + parent: 2 + - uid: 9350 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + pos: 65.5,-21.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + pos: 83.5,-47.5 + parent: 2 + - uid: 9459 + components: + - type: Transform + pos: 60.5,-41.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + pos: 60.5,-42.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 60.5,-55.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: 61.5,-56.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: 69.5,-47.5 + parent: 2 + - uid: 9610 + components: + - type: Transform + pos: 67.5,-50.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: 59.5,-45.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: 67.5,-46.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 10012 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 71.5,-46.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: 68.5,-35.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 59.5,-43.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: 60.5,-57.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 60.5,-56.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 69.5,-48.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: 67.5,-51.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 68.5,-46.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: 71.5,-51.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: 66.5,-19.5 + parent: 2 + - uid: 10538 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + pos: 48.5,-65.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + pos: 52.5,-52.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: 70.5,-46.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: 65.5,-19.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: 70.5,-52.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: 35.5,-95.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: 58.5,-45.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: 40.5,-76.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: 59.5,-66.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + pos: 68.5,-52.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 58.5,-31.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: -56.5,-68.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 10922 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: -51.5,-41.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + pos: -51.5,-40.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + pos: -51.5,-39.5 + parent: 2 + - uid: 10928 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + pos: -52.5,-44.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + pos: -52.5,-46.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: -52.5,-48.5 + parent: 2 + - uid: 10937 + components: + - type: Transform + pos: -52.5,-49.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + pos: -51.5,-49.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: -51.5,-50.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: -51.5,-51.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: -51.5,-52.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: -43.5,-56.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: -43.5,-55.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: -42.5,-55.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: -41.5,-55.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: -40.5,-55.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: -40.5,-54.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: -40.5,-53.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: -39.5,-53.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: -38.5,-53.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: -43.5,-53.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: -44.5,-53.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: -49.5,-41.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: -48.5,-41.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: -47.5,-41.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: -46.5,-41.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: -43.5,-43.5 + parent: 2 + - uid: 10963 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 2 + - uid: 10964 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: -43.5,-46.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + pos: -43.5,-47.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: -41.5,-41.5 + parent: 2 + - uid: 10969 + components: + - type: Transform + pos: -40.5,-41.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: -39.5,-41.5 + parent: 2 + - uid: 10971 + components: + - type: Transform + pos: -38.5,-41.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + pos: -37.5,-41.5 + parent: 2 + - uid: 10973 + components: + - type: Transform + pos: -36.5,-41.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: -34.5,-41.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + pos: -33.5,-41.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + pos: -32.5,-41.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -43.5,-48.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: -43.5,-49.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: -42.5,-49.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: -40.5,-49.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: -39.5,-49.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: -38.5,-49.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: -37.5,-49.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: -35.5,-49.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: -34.5,-49.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: -33.5,-49.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: -32.5,-49.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 2 + - uid: 10992 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: -57.5,-64.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: -57.5,-65.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: -58.5,-65.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + pos: -59.5,-65.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + pos: -59.5,-64.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: -59.5,-63.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + pos: -59.5,-62.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + pos: -60.5,-62.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + pos: -61.5,-62.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: -62.5,-62.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: -63.5,-62.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + pos: -56.5,-64.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + pos: -56.5,-63.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: -55.5,-63.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + pos: -55.5,-62.5 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: -54.5,-62.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: -53.5,-62.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + pos: -51.5,-62.5 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: -51.5,-61.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: -50.5,-61.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: -57.5,-66.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: -56.5,-66.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: -55.5,-66.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + pos: -54.5,-66.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + pos: -53.5,-66.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + pos: -52.5,-66.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + pos: -51.5,-66.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + pos: -51.5,-67.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + pos: -51.5,-68.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + pos: -52.5,-68.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + pos: -53.5,-68.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + pos: -54.5,-68.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + pos: -55.5,-68.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + pos: -37.5,-65.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + pos: -38.5,-65.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: -39.5,-65.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + pos: -40.5,-65.5 + parent: 2 + - uid: 11094 + components: + - type: Transform + pos: -41.5,-65.5 + parent: 2 + - uid: 11095 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 + - uid: 11096 + components: + - type: Transform + pos: -43.5,-65.5 + parent: 2 + - uid: 11097 + components: + - type: Transform + pos: -44.5,-65.5 + parent: 2 + - uid: 11098 + components: + - type: Transform + pos: -45.5,-65.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: -45.5,-64.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -45.5,-63.5 + parent: 2 + - uid: 11103 + components: + - type: Transform + pos: -45.5,-62.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + pos: -41.5,-64.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: -41.5,-63.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: -41.5,-62.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: -37.5,-64.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: -37.5,-63.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + pos: -37.5,-62.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -36.5,-66.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: -35.5,-66.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + pos: -35.5,-67.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + pos: -35.5,-68.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + pos: -35.5,-69.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + pos: -35.5,-70.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: -35.5,-71.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: -35.5,-72.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: -35.5,-73.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + pos: -35.5,-74.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + pos: -35.5,-75.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -35.5,-76.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + pos: -35.5,-77.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: -35.5,-78.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: -35.5,-79.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: -36.5,-79.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: -37.5,-79.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: -38.5,-79.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: -39.5,-79.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: -40.5,-79.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: -41.5,-79.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: -42.5,-79.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: -43.5,-79.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: -43.5,-78.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: -43.5,-77.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: -44.5,-77.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: -45.5,-77.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: -30.5,-59.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: -30.5,-60.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + pos: -30.5,-61.5 + parent: 2 + - uid: 11141 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + pos: -26.5,-67.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + pos: -25.5,-67.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + pos: -25.5,-68.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + pos: -25.5,-69.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + pos: -25.5,-70.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + pos: -25.5,-71.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + pos: -24.5,-71.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + pos: -22.5,-71.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + pos: -21.5,-71.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + pos: -21.5,-70.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + pos: -21.5,-69.5 + parent: 2 + - uid: 11154 + components: + - type: Transform + pos: -21.5,-68.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + pos: -18.5,-63.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + pos: -17.5,-64.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + pos: -16.5,-64.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + pos: -16.5,-63.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + pos: -16.5,-62.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + pos: -16.5,-61.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + pos: -16.5,-60.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + pos: -16.5,-59.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + pos: -15.5,-59.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + pos: -13.5,-59.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + pos: -16.5,-65.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + pos: -15.5,-65.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + pos: -14.5,-65.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + pos: -13.5,-65.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: -12.5,-65.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: -12.5,-66.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -12.5,-67.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -12.5,-68.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: -12.5,-69.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -11.5,-69.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + pos: -11.5,-70.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + pos: -11.5,-71.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + pos: -18.5,-66.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: -18.5,-68.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + pos: -18.5,-69.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + pos: -17.5,-69.5 + parent: 2 + - uid: 11187 + components: + - type: Transform + pos: -16.5,-69.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + pos: -15.5,-70.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + pos: -20.5,-63.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + pos: -21.5,-62.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + pos: -27.5,-64.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + pos: -28.5,-64.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + pos: -28.5,-65.5 + parent: 2 + - uid: 11204 + components: + - type: Transform + pos: -28.5,-66.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + pos: -29.5,-68.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -29.5,-67.5 + parent: 2 + - uid: 11209 + components: + - type: Transform + pos: -29.5,-69.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -28.5,-69.5 + parent: 2 + - uid: 11211 + components: + - type: Transform + pos: -31.5,-66.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: -27.5,-69.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + pos: -34.5,-54.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + pos: -33.5,-54.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + pos: -33.5,-55.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: -33.5,-56.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + pos: -32.5,-56.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + pos: -28.5,-56.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: -26.5,-56.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + pos: -25.5,-56.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + pos: -33.5,-53.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + pos: -33.5,-52.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + pos: -32.5,-52.5 + parent: 2 + - uid: 11253 + components: + - type: Transform + pos: -31.5,-52.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + pos: -30.5,-52.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 2 + - uid: 11259 + components: + - type: Transform + pos: -28.5,-52.5 + parent: 2 + - uid: 11260 + components: + - type: Transform + pos: -28.5,-51.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: -28.5,-50.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: -28.5,-49.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: -28.5,-47.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: -28.5,-46.5 + parent: 2 + - uid: 11288 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + pos: -31.5,-33.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + pos: -31.5,-34.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + pos: -32.5,-38.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + pos: -31.5,-38.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + pos: -30.5,-38.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + pos: -28.5,-34.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + pos: -28.5,-35.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + pos: -28.5,-36.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + pos: -28.5,-37.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + pos: -28.5,-38.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: -28.5,-42.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + pos: -28.5,-33.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + pos: -31.5,-24.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 2 + - uid: 11329 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 11331 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + pos: -37.5,-15.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + pos: -37.5,-11.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: -38.5,-11.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: -40.5,-11.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 11350 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 11352 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: -44.5,-13.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + pos: -45.5,-13.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 11385 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: 57.5,-48.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + pos: 60.5,-48.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + pos: -24.5,-26.5 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 11434 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 11436 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 11439 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 11440 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 11446 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 11450 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 11452 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 11464 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 11465 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 11475 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 11476 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 11480 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 11481 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 11482 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 11483 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 11494 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 11499 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 11500 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 11501 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 11503 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 11508 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 11510 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 11511 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 11512 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 11520 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 11522 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 11523 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 11524 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 2 + - uid: 11526 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 11527 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 11530 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 11531 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 11550 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 11554 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 2 + - uid: 11557 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - uid: 11559 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 11589 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + pos: 30.5,-22.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 2 + - uid: 11637 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 11646 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - uid: 11649 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: 28.5,-26.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + pos: 28.5,-27.5 + parent: 2 + - uid: 11653 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: 30.5,-27.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: 31.5,-27.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + pos: 33.5,-27.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + pos: 34.5,-27.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 11661 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: 34.5,-22.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + pos: 45.5,-76.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + pos: 44.5,-76.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: 34.5,-14.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: 47.5,-76.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + pos: 49.5,-27.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + pos: 50.5,-27.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: 64.5,-42.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: 61.5,-48.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + pos: 56.5,-24.5 + parent: 2 + - uid: 11779 + components: + - type: Transform + pos: 55.5,-24.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: 54.5,-24.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: 52.5,-24.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + pos: 51.5,-24.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + pos: 50.5,-24.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + pos: 49.5,-24.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: 48.5,-24.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + pos: 44.5,-23.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + pos: 43.5,-23.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + pos: 42.5,-23.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: 42.5,-24.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: 41.5,-24.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + pos: 40.5,-24.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + pos: 39.5,-24.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 11807 + components: + - type: Transform + pos: 74.5,-20.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: 75.5,-20.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: 76.5,-20.5 + parent: 2 + - uid: 11810 + components: + - type: Transform + pos: 77.5,-20.5 + parent: 2 + - uid: 11811 + components: + - type: Transform + pos: 78.5,-20.5 + parent: 2 + - uid: 11812 + components: + - type: Transform + pos: 78.5,-21.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + pos: 79.5,-21.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: 80.5,-21.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: 81.5,-21.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + pos: 82.5,-21.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + pos: 83.5,-21.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: 84.5,-21.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + pos: 85.5,-21.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + pos: 74.5,-21.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: 74.5,-22.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: 74.5,-23.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: 75.5,-24.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: 75.5,-25.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + pos: 73.5,-27.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: 73.5,-28.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: 73.5,-29.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + pos: 72.5,-29.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + pos: 71.5,-29.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + pos: 71.5,-30.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + pos: 71.5,-31.5 + parent: 2 + - uid: 11836 + components: + - type: Transform + pos: 72.5,-31.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + pos: 73.5,-31.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + pos: 73.5,-33.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + pos: 73.5,-32.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + pos: 72.5,-33.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: 77.5,-38.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: 77.5,-37.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: 77.5,-36.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: 78.5,-36.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: 78.5,-35.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: 78.5,-34.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: 79.5,-34.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: 79.5,-33.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: 79.5,-32.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: 78.5,-32.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: 77.5,-32.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: 76.5,-32.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: 75.5,-32.5 + parent: 2 + - uid: 11867 + components: + - type: Transform + pos: 75.5,-31.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + pos: 75.5,-30.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + pos: 74.5,-38.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + pos: 75.5,-49.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: 76.5,-49.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: 76.5,-50.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + pos: 76.5,-51.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + pos: 76.5,-52.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + pos: 76.5,-53.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: 76.5,-54.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + pos: 76.5,-55.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: 77.5,-55.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + pos: 77.5,-56.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + pos: 77.5,-57.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + pos: 73.5,-66.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: 73.5,-65.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + pos: 72.5,-65.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: 71.5,-65.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: 70.5,-65.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + pos: 70.5,-64.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + pos: 70.5,-63.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: 70.5,-62.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: 74.5,-65.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - uid: 11894 + components: + - type: Transform + pos: 74.5,-63.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + pos: 74.5,-62.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: 74.5,-61.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: 74.5,-60.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + pos: 74.5,-59.5 + parent: 2 + - uid: 11899 + components: + - type: Transform + pos: 74.5,-58.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + pos: 73.5,-58.5 + parent: 2 + - uid: 11901 + components: + - type: Transform + pos: 72.5,-58.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + pos: 71.5,-58.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + pos: 70.5,-58.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + pos: 69.5,-58.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + pos: 69.5,-57.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + pos: 68.5,-57.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + pos: 66.5,-57.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: 71.5,-66.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: 71.5,-67.5 + parent: 2 + - uid: 11912 + components: + - type: Transform + pos: 71.5,-68.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + pos: 72.5,-68.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: 73.5,-68.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: 74.5,-68.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: 77.5,-67.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: 79.5,-67.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: 79.5,-68.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: 79.5,-69.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: 80.5,-69.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: 81.5,-69.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: 82.5,-69.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: 83.5,-69.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: 85.5,-69.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + pos: 79.5,-66.5 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: 79.5,-65.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: 79.5,-64.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 79.5,-63.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: 79.5,-62.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 51.5,-101.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: 52.5,-70.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: 53.5,-70.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 51.5,-56.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 43.5,-39.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + pos: 43.5,-40.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: 43.5,-41.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + pos: 43.5,-42.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + pos: 43.5,-43.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 43.5,-44.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + pos: 43.5,-45.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: 43.5,-46.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 42.5,-46.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: 41.5,-46.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 40.5,-46.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 40.5,-45.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: 40.5,-44.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + pos: 40.5,-43.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: 44.5,-43.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: 45.5,-43.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: 46.5,-43.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: 47.5,-43.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: 47.5,-42.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - uid: 11982 + components: + - type: Transform + pos: 47.5,-44.5 + parent: 2 + - uid: 11983 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: 34.5,-40.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: 34.5,-41.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: 34.5,-43.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 34.5,-42.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + pos: 36.5,-43.5 + parent: 2 + - uid: 11990 + components: + - type: Transform + pos: 37.5,-43.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: 37.5,-44.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: 37.5,-45.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: 37.5,-46.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: 37.5,-42.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: 37.5,-41.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: 37.5,-47.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: 37.5,-48.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 37.5,-49.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 36.5,-49.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: 35.5,-49.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: 34.5,-49.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: 33.5,-49.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: 33.5,-43.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: 33.5,-45.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: 32.5,-45.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: 31.5,-45.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: 30.5,-45.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: 29.5,-45.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: 28.5,-45.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: 28.5,-44.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: 28.5,-42.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 28.5,-40.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: 29.5,-39.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 30.5,-39.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 31.5,-39.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: 32.5,-39.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: 33.5,-39.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 34.5,-39.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: 34.5,-38.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 15.5,-53.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 16.5,-53.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: 18.5,-53.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 19.5,-53.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + pos: 29.5,-56.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + pos: 28.5,-56.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 12054 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 12055 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 24.5,-58.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: 24.5,-61.5 + parent: 2 + - uid: 12062 + components: + - type: Transform + pos: 24.5,-62.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 24.5,-63.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 28.5,-54.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: 28.5,-53.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 12068 + components: + - type: Transform + pos: 30.5,-53.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 31.5,-53.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: 32.5,-53.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: 34.5,-53.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: 35.5,-53.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: 36.5,-53.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 37.5,-53.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: 38.5,-53.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 39.5,-53.5 + parent: 2 + - uid: 12078 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: 41.5,-53.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: 28.5,-52.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 28.5,-51.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: 26.5,-50.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: 26.5,-49.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: 25.5,-49.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 12089 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 24.5,-45.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: 24.5,-44.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: 24.5,-41.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: 24.5,-40.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: 24.5,-38.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: 24.5,-37.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: 24.5,-36.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: 14.5,-60.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: 12.5,-62.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: 14.5,-57.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: 11.5,-58.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: 10.5,-59.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: 20.5,-55.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: 20.5,-70.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 20.5,-71.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: 20.5,-72.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: 20.5,-73.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: 19.5,-73.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: 19.5,-74.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: 19.5,-75.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: 18.5,-73.5 + parent: 2 + - uid: 12134 + components: + - type: Transform + pos: 18.5,-72.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: 19.5,-67.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 19.5,-66.5 + parent: 2 + - uid: 12140 + components: + - type: Transform + pos: 18.5,-68.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + pos: 21.5,-68.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + pos: 21.5,-67.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: 17.5,-67.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: 32.5,-95.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: 31.5,-95.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: 30.5,-95.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: 30.5,-96.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: 30.5,-97.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: 30.5,-98.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: 31.5,-98.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: 32.5,-98.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: 33.5,-98.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: 34.5,-98.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: 35.5,-98.5 + parent: 2 + - uid: 12195 + components: + - type: Transform + pos: 36.5,-98.5 + parent: 2 + - uid: 12222 + components: + - type: Transform + pos: 37.5,-98.5 + parent: 2 + - uid: 12223 + components: + - type: Transform + pos: 38.5,-98.5 + parent: 2 + - uid: 12224 + components: + - type: Transform + pos: 39.5,-98.5 + parent: 2 + - uid: 12225 + components: + - type: Transform + pos: 40.5,-98.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + pos: 40.5,-99.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 48.5,-97.5 + parent: 2 + - uid: 12228 + components: + - type: Transform + pos: 49.5,-97.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + pos: 49.5,-98.5 + parent: 2 + - uid: 12230 + components: + - type: Transform + pos: 49.5,-99.5 + parent: 2 + - uid: 12231 + components: + - type: Transform + pos: 48.5,-99.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + pos: 47.5,-99.5 + parent: 2 + - uid: 12233 + components: + - type: Transform + pos: 46.5,-99.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + pos: 45.5,-99.5 + parent: 2 + - uid: 12235 + components: + - type: Transform + pos: 45.5,-98.5 + parent: 2 + - uid: 12236 + components: + - type: Transform + pos: 50.5,-99.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + pos: 50.5,-100.5 + parent: 2 + - uid: 12238 + components: + - type: Transform + pos: 51.5,-100.5 + parent: 2 + - uid: 12239 + components: + - type: Transform + pos: 52.5,-100.5 + parent: 2 + - uid: 12240 + components: + - type: Transform + pos: 53.5,-100.5 + parent: 2 + - uid: 12241 + components: + - type: Transform + pos: 54.5,-100.5 + parent: 2 + - uid: 12242 + components: + - type: Transform + pos: 54.5,-99.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + pos: 54.5,-98.5 + parent: 2 + - uid: 12244 + components: + - type: Transform + pos: 54.5,-97.5 + parent: 2 + - uid: 12245 + components: + - type: Transform + pos: 53.5,-97.5 + parent: 2 + - uid: 12246 + components: + - type: Transform + pos: 52.5,-97.5 + parent: 2 + - uid: 12247 + components: + - type: Transform + pos: 51.5,-97.5 + parent: 2 + - uid: 12248 + components: + - type: Transform + pos: 51.5,-102.5 + parent: 2 + - uid: 12249 + components: + - type: Transform + pos: 51.5,-103.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + pos: 20.5,-85.5 + parent: 2 + - uid: 12251 + components: + - type: Transform + pos: 30.5,-94.5 + parent: 2 + - uid: 12252 + components: + - type: Transform + pos: 30.5,-93.5 + parent: 2 + - uid: 12253 + components: + - type: Transform + pos: 30.5,-92.5 + parent: 2 + - uid: 12254 + components: + - type: Transform + pos: 30.5,-91.5 + parent: 2 + - uid: 12255 + components: + - type: Transform + pos: 30.5,-90.5 + parent: 2 + - uid: 12256 + components: + - type: Transform + pos: 30.5,-99.5 + parent: 2 + - uid: 12257 + components: + - type: Transform + pos: 29.5,-99.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + pos: 28.5,-99.5 + parent: 2 + - uid: 12259 + components: + - type: Transform + pos: 27.5,-99.5 + parent: 2 + - uid: 12260 + components: + - type: Transform + pos: 26.5,-99.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + pos: 25.5,-99.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + pos: 24.5,-99.5 + parent: 2 + - uid: 12263 + components: + - type: Transform + pos: 23.5,-99.5 + parent: 2 + - uid: 12264 + components: + - type: Transform + pos: 22.5,-99.5 + parent: 2 + - uid: 12265 + components: + - type: Transform + pos: 21.5,-99.5 + parent: 2 + - uid: 12266 + components: + - type: Transform + pos: 24.5,-100.5 + parent: 2 + - uid: 12267 + components: + - type: Transform + pos: 24.5,-101.5 + parent: 2 + - uid: 12268 + components: + - type: Transform + pos: 20.5,-99.5 + parent: 2 + - uid: 12269 + components: + - type: Transform + pos: 19.5,-99.5 + parent: 2 + - uid: 12270 + components: + - type: Transform + pos: 18.5,-99.5 + parent: 2 + - uid: 12271 + components: + - type: Transform + pos: 18.5,-98.5 + parent: 2 + - uid: 12272 + components: + - type: Transform + pos: 18.5,-97.5 + parent: 2 + - uid: 12273 + components: + - type: Transform + pos: 18.5,-96.5 + parent: 2 + - uid: 12274 + components: + - type: Transform + pos: 18.5,-95.5 + parent: 2 + - uid: 12275 + components: + - type: Transform + pos: 18.5,-94.5 + parent: 2 + - uid: 12276 + components: + - type: Transform + pos: 18.5,-93.5 + parent: 2 + - uid: 12277 + components: + - type: Transform + pos: 18.5,-92.5 + parent: 2 + - uid: 12278 + components: + - type: Transform + pos: 19.5,-92.5 + parent: 2 + - uid: 12279 + components: + - type: Transform + pos: 20.5,-92.5 + parent: 2 + - uid: 12280 + components: + - type: Transform + pos: 21.5,-92.5 + parent: 2 + - uid: 12281 + components: + - type: Transform + pos: 22.5,-92.5 + parent: 2 + - uid: 12282 + components: + - type: Transform + pos: 23.5,-92.5 + parent: 2 + - uid: 12283 + components: + - type: Transform + pos: 24.5,-92.5 + parent: 2 + - uid: 12284 + components: + - type: Transform + pos: 25.5,-92.5 + parent: 2 + - uid: 12285 + components: + - type: Transform + pos: 26.5,-92.5 + parent: 2 + - uid: 12286 + components: + - type: Transform + pos: 27.5,-92.5 + parent: 2 + - uid: 12287 + components: + - type: Transform + pos: 28.5,-92.5 + parent: 2 + - uid: 12288 + components: + - type: Transform + pos: 29.5,-92.5 + parent: 2 + - uid: 12289 + components: + - type: Transform + pos: 21.5,-91.5 + parent: 2 + - uid: 12290 + components: + - type: Transform + pos: 21.5,-90.5 + parent: 2 + - uid: 12291 + components: + - type: Transform + pos: 21.5,-89.5 + parent: 2 + - uid: 12292 + components: + - type: Transform + pos: 21.5,-88.5 + parent: 2 + - uid: 12293 + components: + - type: Transform + pos: 21.5,-87.5 + parent: 2 + - uid: 12294 + components: + - type: Transform + pos: 20.5,-87.5 + parent: 2 + - uid: 12295 + components: + - type: Transform + pos: 19.5,-87.5 + parent: 2 + - uid: 12296 + components: + - type: Transform + pos: 19.5,-88.5 + parent: 2 + - uid: 12297 + components: + - type: Transform + pos: 19.5,-89.5 + parent: 2 + - uid: 12298 + components: + - type: Transform + pos: 18.5,-89.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + pos: 17.5,-89.5 + parent: 2 + - uid: 12300 + components: + - type: Transform + pos: 17.5,-88.5 + parent: 2 + - uid: 12301 + components: + - type: Transform + pos: 17.5,-87.5 + parent: 2 + - uid: 12302 + components: + - type: Transform + pos: 17.5,-86.5 + parent: 2 + - uid: 12303 + components: + - type: Transform + pos: 17.5,-85.5 + parent: 2 + - uid: 12304 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 12308 + components: + - type: Transform + pos: 19.5,-84.5 + parent: 2 + - uid: 12309 + components: + - type: Transform + pos: 19.5,-85.5 + parent: 2 + - uid: 12310 + components: + - type: Transform + pos: 21.5,-85.5 + parent: 2 + - uid: 12311 + components: + - type: Transform + pos: 21.5,-84.5 + parent: 2 + - uid: 12312 + components: + - type: Transform + pos: 21.5,-83.5 + parent: 2 + - uid: 12313 + components: + - type: Transform + pos: 21.5,-82.5 + parent: 2 + - uid: 12314 + components: + - type: Transform + pos: 21.5,-81.5 + parent: 2 + - uid: 12315 + components: + - type: Transform + pos: 27.5,-81.5 + parent: 2 + - uid: 12316 + components: + - type: Transform + pos: 27.5,-82.5 + parent: 2 + - uid: 12317 + components: + - type: Transform + pos: 27.5,-83.5 + parent: 2 + - uid: 12318 + components: + - type: Transform + pos: 27.5,-84.5 + parent: 2 + - uid: 12319 + components: + - type: Transform + pos: 27.5,-85.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + pos: -59.5,-27.5 + parent: 2 + - uid: 12321 + components: + - type: Transform + pos: 28.5,-85.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + pos: 29.5,-85.5 + parent: 2 + - uid: 12323 + components: + - type: Transform + pos: 30.5,-85.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: 31.5,-85.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + pos: 32.5,-85.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: 33.5,-85.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + pos: 34.5,-85.5 + parent: 2 + - uid: 12328 + components: + - type: Transform + pos: 34.5,-86.5 + parent: 2 + - uid: 12329 + components: + - type: Transform + pos: 34.5,-87.5 + parent: 2 + - uid: 12330 + components: + - type: Transform + pos: 33.5,-87.5 + parent: 2 + - uid: 12331 + components: + - type: Transform + pos: 32.5,-87.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 31.5,-87.5 + parent: 2 + - uid: 12333 + components: + - type: Transform + pos: 30.5,-87.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: 29.5,-87.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + pos: 28.5,-87.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + pos: 27.5,-87.5 + parent: 2 + - uid: 12337 + components: + - type: Transform + pos: 27.5,-88.5 + parent: 2 + - uid: 12338 + components: + - type: Transform + pos: 27.5,-89.5 + parent: 2 + - uid: 12339 + components: + - type: Transform + pos: 27.5,-90.5 + parent: 2 + - uid: 12340 + components: + - type: Transform + pos: 27.5,-91.5 + parent: 2 + - uid: 12344 + components: + - type: Transform + pos: 13.5,-91.5 + parent: 2 + - uid: 12345 + components: + - type: Transform + pos: 13.5,-92.5 + parent: 2 + - uid: 12346 + components: + - type: Transform + pos: 13.5,-93.5 + parent: 2 + - uid: 12347 + components: + - type: Transform + pos: 12.5,-93.5 + parent: 2 + - uid: 12348 + components: + - type: Transform + pos: 11.5,-93.5 + parent: 2 + - uid: 12349 + components: + - type: Transform + pos: 10.5,-93.5 + parent: 2 + - uid: 12350 + components: + - type: Transform + pos: 9.5,-93.5 + parent: 2 + - uid: 12351 + components: + - type: Transform + pos: 9.5,-94.5 + parent: 2 + - uid: 12352 + components: + - type: Transform + pos: 9.5,-95.5 + parent: 2 + - uid: 12353 + components: + - type: Transform + pos: 9.5,-96.5 + parent: 2 + - uid: 12354 + components: + - type: Transform + pos: 9.5,-97.5 + parent: 2 + - uid: 12355 + components: + - type: Transform + pos: 10.5,-97.5 + parent: 2 + - uid: 12356 + components: + - type: Transform + pos: 11.5,-97.5 + parent: 2 + - uid: 12357 + components: + - type: Transform + pos: 12.5,-97.5 + parent: 2 + - uid: 12358 + components: + - type: Transform + pos: 13.5,-97.5 + parent: 2 + - uid: 12359 + components: + - type: Transform + pos: 14.5,-97.5 + parent: 2 + - uid: 12360 + components: + - type: Transform + pos: 14.5,-96.5 + parent: 2 + - uid: 12361 + components: + - type: Transform + pos: 14.5,-95.5 + parent: 2 + - uid: 12362 + components: + - type: Transform + pos: 14.5,-94.5 + parent: 2 + - uid: 12363 + components: + - type: Transform + pos: 14.5,-93.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: 10.5,-91.5 + parent: 2 + - uid: 12366 + components: + - type: Transform + pos: 9.5,-90.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + pos: -6.5,-76.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: -6.5,-77.5 + parent: 2 + - uid: 12374 + components: + - type: Transform + pos: -6.5,-78.5 + parent: 2 + - uid: 12375 + components: + - type: Transform + pos: -7.5,-78.5 + parent: 2 + - uid: 12376 + components: + - type: Transform + pos: -7.5,-79.5 + parent: 2 + - uid: 12377 + components: + - type: Transform + pos: -6.5,-75.5 + parent: 2 + - uid: 12378 + components: + - type: Transform + pos: -6.5,-74.5 + parent: 2 + - uid: 12379 + components: + - type: Transform + pos: -5.5,-74.5 + parent: 2 + - uid: 12380 + components: + - type: Transform + pos: -4.5,-74.5 + parent: 2 + - uid: 12381 + components: + - type: Transform + pos: -3.5,-74.5 + parent: 2 + - uid: 12382 + components: + - type: Transform + pos: -2.5,-74.5 + parent: 2 + - uid: 12383 + components: + - type: Transform + pos: -1.5,-74.5 + parent: 2 + - uid: 12384 + components: + - type: Transform + pos: -1.5,-75.5 + parent: 2 + - uid: 12385 + components: + - type: Transform + pos: -1.5,-76.5 + parent: 2 + - uid: 12386 + components: + - type: Transform + pos: -1.5,-77.5 + parent: 2 + - uid: 12387 + components: + - type: Transform + pos: -1.5,-78.5 + parent: 2 + - uid: 12388 + components: + - type: Transform + pos: -1.5,-79.5 + parent: 2 + - uid: 12389 + components: + - type: Transform + pos: -2.5,-78.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: -3.5,-78.5 + parent: 2 + - uid: 12391 + components: + - type: Transform + pos: -0.5,-78.5 + parent: 2 + - uid: 12392 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 12393 + components: + - type: Transform + pos: -8.5,-78.5 + parent: 2 + - uid: 12394 + components: + - type: Transform + pos: -9.5,-78.5 + parent: 2 + - uid: 12395 + components: + - type: Transform + pos: -5.5,-78.5 + parent: 2 + - uid: 12396 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 12397 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 12398 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 12399 + components: + - type: Transform + pos: 2.5,-74.5 + parent: 2 + - uid: 12400 + components: + - type: Transform + pos: 3.5,-74.5 + parent: 2 + - uid: 12401 + components: + - type: Transform + pos: 3.5,-75.5 + parent: 2 + - uid: 12402 + components: + - type: Transform + pos: 3.5,-76.5 + parent: 2 + - uid: 12403 + components: + - type: Transform + pos: 3.5,-77.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: 4.5,-77.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + pos: 5.5,-77.5 + parent: 2 + - uid: 12406 + components: + - type: Transform + pos: 6.5,-77.5 + parent: 2 + - uid: 12407 + components: + - type: Transform + pos: 6.5,-76.5 + parent: 2 + - uid: 12408 + components: + - type: Transform + pos: 6.5,-75.5 + parent: 2 + - uid: 12409 + components: + - type: Transform + pos: 6.5,-74.5 + parent: 2 + - uid: 12410 + components: + - type: Transform + pos: 6.5,-73.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: 6.5,-72.5 + parent: 2 + - uid: 12412 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 12437 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 12438 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 12439 + components: + - type: Transform + pos: -5.5,-64.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 + - uid: 12441 + components: + - type: Transform + pos: -4.5,-65.5 + parent: 2 + - uid: 12442 + components: + - type: Transform + pos: -3.5,-65.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: -2.5,-65.5 + parent: 2 + - uid: 12444 + components: + - type: Transform + pos: -1.5,-65.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 + - uid: 12446 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 12447 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 12448 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 12450 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 12451 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 12454 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: -9.5,-62.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: -9.5,-63.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: -1.5,-54.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 12489 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + pos: -4.5,-52.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: -4.5,-51.5 + parent: 2 + - uid: 12493 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 12498 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: -2.5,-56.5 + parent: 2 + - uid: 12500 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 12501 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 12502 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 12504 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 12505 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 12506 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 12511 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 12512 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 12513 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 12515 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - uid: 12517 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: -8.5,-49.5 + parent: 2 + - uid: 12519 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 12520 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 12521 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 12524 + components: + - type: Transform + pos: -8.5,-47.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 12526 + components: + - type: Transform + pos: -9.5,-65.5 + parent: 2 + - uid: 12527 + components: + - type: Transform + pos: -9.5,-66.5 + parent: 2 + - uid: 12528 + components: + - type: Transform + pos: -9.5,-67.5 + parent: 2 + - uid: 12529 + components: + - type: Transform + pos: -8.5,-67.5 + parent: 2 + - uid: 12530 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 12531 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 12533 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 12534 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 12535 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 12536 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + pos: -3.5,-61.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 12540 + components: + - type: Transform + pos: -3.5,-63.5 + parent: 2 + - uid: 12541 + components: + - type: Transform + pos: -3.5,-64.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + pos: -9.5,-48.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 12547 + components: + - type: Transform + pos: -13.5,-49.5 + parent: 2 + - uid: 12548 + components: + - type: Transform + pos: -13.5,-50.5 + parent: 2 + - uid: 12549 + components: + - type: Transform + pos: -13.5,-51.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 + - uid: 12552 + components: + - type: Transform + pos: -17.5,-53.5 + parent: 2 + - uid: 12553 + components: + - type: Transform + pos: -17.5,-55.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 + - uid: 12555 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 12556 + components: + - type: Transform + pos: -14.5,-55.5 + parent: 2 + - uid: 12557 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - uid: 12559 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 12561 + components: + - type: Transform + pos: -20.5,-53.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: -13.5,-55.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + pos: -20.5,-44.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: -20.5,-46.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + pos: -21.5,-46.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + pos: -20.5,-42.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: -21.5,-38.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -22.5,-38.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: -23.5,-38.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + pos: -24.5,-38.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -24.5,-37.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + pos: -24.5,-36.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + pos: -24.5,-35.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + pos: -24.5,-34.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + pos: -24.5,-33.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + pos: -24.5,-32.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + pos: -24.5,-31.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 2 + - uid: 12622 + components: + - type: Transform + pos: -19.5,-38.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: -19.5,-35.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + pos: -19.5,-31.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + pos: -34.5,-27.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: -33.5,-31.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + pos: -49.5,-23.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + pos: -50.5,-23.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: -50.5,-24.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + pos: -47.5,-23.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: -47.5,-24.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + pos: -47.5,-25.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + pos: -47.5,-26.5 + parent: 2 + - uid: 12652 + components: + - type: Transform + pos: -47.5,-27.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + pos: -47.5,-28.5 + parent: 2 + - uid: 12654 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + pos: -48.5,-29.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: -49.5,-29.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + pos: -50.5,-29.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + pos: -51.5,-29.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: -54.5,-29.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -54.5,-28.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: -55.5,-28.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: -56.5,-27.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: -56.5,-26.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -56.5,-25.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -57.5,-25.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: -58.5,-25.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: -59.5,-25.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + pos: -59.5,-26.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: -59.5,-28.5 + parent: 2 + - uid: 12673 + components: + - type: Transform + pos: -60.5,-28.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: -61.5,-28.5 + parent: 2 + - uid: 12675 + components: + - type: Transform + pos: -62.5,-28.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: -63.5,-28.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: -45.5,-23.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + pos: -42.5,-24.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -41.5,-24.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + pos: -44.5,-25.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + pos: -44.5,-26.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -44.5,-27.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + pos: -44.5,-28.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + pos: -44.5,-29.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + pos: -42.5,-29.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 2 + - uid: 12695 + components: + - type: Transform + pos: -40.5,-29.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + pos: -39.5,-29.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + pos: -38.5,-29.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 12724 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + pos: -28.5,-28.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + pos: -28.5,-29.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + pos: -39.5,-15.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + pos: -50.5,-49.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + pos: -49.5,-49.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + pos: -48.5,-49.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + pos: -47.5,-49.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + pos: -45.5,-53.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + pos: -46.5,-53.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + pos: -47.5,-53.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + pos: -47.5,-52.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + pos: -47.5,-51.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + pos: -49.5,-61.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + pos: -36.5,-76.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + pos: -37.5,-76.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + pos: -38.5,-76.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: -39.5,-76.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: -40.5,-76.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + pos: -7.5,-75.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + pos: -8.5,-75.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + pos: -9.5,-75.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + pos: -10.5,-75.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + pos: -11.5,-75.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + pos: -11.5,-76.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + pos: -11.5,-77.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + pos: -11.5,-77.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + pos: -11.5,-78.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + pos: -11.5,-79.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + pos: -11.5,-80.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + pos: 2.5,-67.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + pos: 2.5,-69.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + pos: -1.5,-70.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + pos: -2.5,-70.5 + parent: 2 + - uid: 12769 + components: + - type: Transform + pos: 19.5,-76.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + pos: 19.5,-77.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + pos: 14.5,-91.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + pos: 24.5,-77.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + pos: 24.5,-78.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + pos: 23.5,-78.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + pos: 14.5,-78.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + pos: 15.5,-78.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + pos: 16.5,-78.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + pos: 17.5,-78.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + pos: 18.5,-78.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + pos: 22.5,-78.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + pos: 14.5,-77.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + pos: 20.5,-78.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + pos: 22.5,-68.5 + parent: 2 + - uid: 12790 + components: + - type: Transform + pos: 24.5,-68.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + pos: 42.5,-73.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + pos: 41.5,-73.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + pos: 40.5,-73.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + pos: 38.5,-73.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + pos: 35.5,-71.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + pos: 32.5,-72.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + pos: 28.5,-70.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: 66.5,-33.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: 37.5,-73.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: 35.5,-72.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: 37.5,-72.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: 36.5,-72.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: 32.5,-74.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: 32.5,-73.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: 31.5,-74.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + pos: 30.5,-74.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + pos: 29.5,-74.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + pos: 29.5,-73.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + pos: 29.5,-72.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + pos: 29.5,-71.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: 64.5,-33.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: 59.5,-33.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: 59.5,-31.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: 59.5,-32.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: 61.5,-38.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: 62.5,-38.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: 57.5,-75.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + pos: 58.5,-75.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + pos: 59.5,-75.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: 61.5,-75.5 + parent: 2 + - uid: 12863 + components: + - type: Transform + pos: 61.5,-74.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + pos: 62.5,-74.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: 63.5,-74.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: 63.5,-73.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: 64.5,-73.5 + parent: 2 + - uid: 12868 + components: + - type: Transform + pos: 65.5,-73.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + pos: 55.5,-57.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + pos: 28.5,-60.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 28.5,-61.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 28.5,-62.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: 28.5,-63.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: 28.5,-64.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + pos: 28.5,-65.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: 28.5,-66.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: 27.5,-66.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: 29.5,-66.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: 53.5,-55.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: 41.5,-47.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: 41.5,-48.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: 41.5,-49.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: 40.5,-49.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: 43.5,-49.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 12937 + components: + - type: Transform + pos: 46.5,-36.5 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 12940 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 12941 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 2 + - uid: 12942 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 12943 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 12944 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + pos: 42.5,-38.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + pos: 41.5,-38.5 + parent: 2 + - uid: 12949 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 12950 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 12951 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 12953 + components: + - type: Transform + pos: 39.5,-35.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 12955 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 + - uid: 12956 + components: + - type: Transform + pos: 38.5,-33.5 + parent: 2 + - uid: 12957 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 12959 + components: + - type: Transform + pos: 50.5,-36.5 + parent: 2 + - uid: 12960 + components: + - type: Transform + pos: 50.5,-37.5 + parent: 2 + - uid: 12961 + components: + - type: Transform + pos: 50.5,-38.5 + parent: 2 + - uid: 12962 + components: + - type: Transform + pos: 50.5,-39.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + pos: 50.5,-40.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + pos: 51.5,-40.5 + parent: 2 + - uid: 12965 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 12966 + components: + - type: Transform + pos: 52.5,-41.5 + parent: 2 + - uid: 12967 + components: + - type: Transform + pos: 52.5,-42.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + pos: 48.5,-33.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + pos: 49.5,-33.5 + parent: 2 + - uid: 12974 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + pos: 50.5,-29.5 + parent: 2 + - uid: 12977 + components: + - type: Transform + pos: 51.5,-29.5 + parent: 2 + - uid: 12978 + components: + - type: Transform + pos: 52.5,-29.5 + parent: 2 + - uid: 12979 + components: + - type: Transform + pos: 47.5,-33.5 + parent: 2 + - uid: 12980 + components: + - type: Transform + pos: 46.5,-33.5 + parent: 2 + - uid: 12981 + components: + - type: Transform + pos: 46.5,-32.5 + parent: 2 + - uid: 12982 + components: + - type: Transform + pos: 46.5,-31.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 12984 + components: + - type: Transform + pos: 44.5,-31.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + pos: 42.5,-33.5 + parent: 2 + - uid: 12989 + components: + - type: Transform + pos: 42.5,-32.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + pos: 40.5,-32.5 + parent: 2 + - uid: 12994 + components: + - type: Transform + pos: 40.5,-33.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + pos: 28.5,-28.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: 28.5,-29.5 + parent: 2 + - uid: 12997 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 2 + - uid: 12999 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 13003 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 13006 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 13011 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 13018 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 13045 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 13046 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 13049 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 13053 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 2 + - uid: 13058 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 + - uid: 13059 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 13060 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 13062 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 13064 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 13065 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 13067 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 13068 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 13070 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 13071 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 13073 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 13075 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 13077 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 13079 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 13080 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 13081 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 13082 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 13084 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 13085 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 13086 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 13088 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 13089 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 13090 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 13091 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 13093 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 13094 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 13095 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 13096 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - uid: 13097 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 13098 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 13099 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 13100 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 13101 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 13108 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 13109 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 13113 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 13114 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 13115 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 13116 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 13118 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 + - uid: 13121 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 2 + - uid: 13122 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + pos: -12.5,-30.5 + parent: 2 + - uid: 13124 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 13125 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 2 + - uid: 13126 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 + - uid: 13127 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 + - uid: 13129 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - uid: 13130 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 13131 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 13134 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 13135 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 13136 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 + - uid: 13138 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 13139 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 13140 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 13141 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 13142 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 2 + - uid: 13143 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 13144 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 13147 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 13148 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 13149 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 13151 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 13174 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 13175 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 13176 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + pos: 13.5,-42.5 + parent: 2 + - uid: 13180 + components: + - type: Transform + pos: 14.5,-42.5 + parent: 2 + - uid: 13181 + components: + - type: Transform + pos: 15.5,-42.5 + parent: 2 + - uid: 13182 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 13183 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 13185 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 + - uid: 13190 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 13191 + components: + - type: Transform + pos: 8.5,-59.5 + parent: 2 + - uid: 13199 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 13200 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 13201 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 13217 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 13218 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 13220 + components: + - type: Transform + pos: 14.5,-67.5 + parent: 2 + - uid: 13221 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 2 + - uid: 13222 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 13223 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 2 + - uid: 13224 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 13225 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 13226 + components: + - type: Transform + pos: 14.5,-71.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 2 + - uid: 13228 + components: + - type: Transform + pos: 24.5,-70.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + pos: 24.5,-71.5 + parent: 2 + - uid: 13230 + components: + - type: Transform + pos: 24.5,-67.5 + parent: 2 + - uid: 13231 + components: + - type: Transform + pos: 24.5,-66.5 + parent: 2 + - uid: 13232 + components: + - type: Transform + pos: 14.5,-90.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + pos: 14.5,-89.5 + parent: 2 + - uid: 13241 + components: + - type: Transform + pos: 33.5,-95.5 + parent: 2 + - uid: 13242 + components: + - type: Transform + pos: 34.5,-95.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + pos: 34.5,-94.5 + parent: 2 + - uid: 13244 + components: + - type: Transform + pos: 34.5,-93.5 + parent: 2 + - uid: 13245 + components: + - type: Transform + pos: 34.5,-92.5 + parent: 2 + - uid: 13246 + components: + - type: Transform + pos: 34.5,-91.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + pos: 35.5,-91.5 + parent: 2 + - uid: 13248 + components: + - type: Transform + pos: 36.5,-91.5 + parent: 2 + - uid: 13249 + components: + - type: Transform + pos: 37.5,-91.5 + parent: 2 + - uid: 13250 + components: + - type: Transform + pos: 37.5,-90.5 + parent: 2 + - uid: 13251 + components: + - type: Transform + pos: 37.5,-89.5 + parent: 2 + - uid: 13252 + components: + - type: Transform + pos: 37.5,-88.5 + parent: 2 + - uid: 13253 + components: + - type: Transform + pos: 74.5,-69.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + pos: 75.5,-69.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + pos: 76.5,-69.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + pos: 77.5,-69.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: 77.5,-70.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: 76.5,-71.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + pos: 75.5,-71.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + pos: 74.5,-71.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: 73.5,-71.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: 72.5,-71.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: 71.5,-71.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 2 + - uid: 13345 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 13346 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 13347 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 13348 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - uid: 13355 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 13356 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: -49.5,-37.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: 16.5,-67.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + pos: 59.5,-74.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: 64.5,-40.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + pos: 59.5,-29.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + pos: 70.5,-42.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + pos: 60.5,-63.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + pos: 59.5,-64.5 + parent: 2 + - uid: 13863 + components: + - type: Transform + pos: 66.5,-72.5 + parent: 2 + - uid: 13864 + components: + - type: Transform + pos: 75.5,-23.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + pos: 31.5,-70.5 + parent: 2 + - uid: 14086 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: 78.5,-40.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: 78.5,-39.5 + parent: 2 + - uid: 14199 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 14212 + components: + - type: Transform + pos: 50.5,-51.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 33.5,-79.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: 52.5,-50.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + pos: 72.5,-35.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + pos: 31.5,-68.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + pos: 31.5,-67.5 + parent: 2 + - uid: 14300 + components: + - type: Transform + pos: 31.5,-66.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + pos: 31.5,-65.5 + parent: 2 + - uid: 14302 + components: + - type: Transform + pos: 31.5,-64.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + pos: 63.5,-27.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: 53.5,-66.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: 53.5,-65.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + pos: 65.5,-29.5 + parent: 2 + - uid: 14333 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: 70.5,-20.5 + parent: 2 + - uid: 14345 + components: + - type: Transform + pos: 70.5,-21.5 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: 65.5,-18.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + pos: 60.5,-38.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: 85.5,-68.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: 85.5,-70.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + pos: 85.5,-20.5 + parent: 2 + - uid: 14425 + components: + - type: Transform + pos: 85.5,-22.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: 59.5,-28.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + pos: 67.5,-28.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + pos: -47.5,-38.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + pos: 51.5,-76.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 15093 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 15094 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 + - uid: 15097 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 + - uid: 15098 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 + - uid: 15108 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 15109 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 15110 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 15111 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 15112 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + pos: 67.5,-42.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + pos: 34.5,-26.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + pos: 36.5,-26.5 + parent: 2 + - uid: 15152 + components: + - type: Transform + pos: 37.5,-26.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 15156 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 15161 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - uid: 15162 + components: + - type: Transform + pos: 44.5,-30.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 49.5,-30.5 + parent: 2 + - uid: 15164 + components: + - type: Transform + pos: 49.5,-29.5 + parent: 2 + - uid: 15166 + components: + - type: Transform + pos: 44.5,-26.5 + parent: 2 + - uid: 15167 + components: + - type: Transform + pos: 44.5,-25.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + pos: 46.5,-27.5 + parent: 2 + - uid: 15176 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 + - uid: 15181 + components: + - type: Transform + pos: 52.5,-26.5 + parent: 2 + - uid: 15182 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - uid: 15183 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - uid: 15184 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - uid: 15185 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 15186 + components: + - type: Transform + pos: 55.5,-28.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + pos: 55.5,-29.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + pos: 55.5,-32.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + pos: 54.5,-32.5 + parent: 2 + - uid: 15192 + components: + - type: Transform + pos: 53.5,-32.5 + parent: 2 + - uid: 15193 + components: + - type: Transform + pos: 52.5,-32.5 + parent: 2 + - uid: 15194 + components: + - type: Transform + pos: 52.5,-33.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: 52.5,-34.5 + parent: 2 + - uid: 15196 + components: + - type: Transform + pos: 53.5,-34.5 + parent: 2 + - uid: 15197 + components: + - type: Transform + pos: 54.5,-34.5 + parent: 2 + - uid: 15198 + components: + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 15200 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 + - uid: 15201 + components: + - type: Transform + pos: 49.5,-44.5 + parent: 2 + - uid: 15202 + components: + - type: Transform + pos: 50.5,-44.5 + parent: 2 + - uid: 15203 + components: + - type: Transform + pos: 51.5,-44.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + pos: 52.5,-44.5 + parent: 2 + - uid: 15205 + components: + - type: Transform + pos: 53.5,-44.5 + parent: 2 + - uid: 15206 + components: + - type: Transform + pos: 54.5,-44.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + pos: 55.5,-44.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + pos: 55.5,-43.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + pos: 55.5,-42.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + pos: 55.5,-41.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + pos: 55.5,-39.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + pos: 54.5,-36.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + pos: 52.5,-38.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + pos: 53.5,-38.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + pos: 54.5,-38.5 + parent: 2 + - uid: 15263 + components: + - type: Transform + pos: 34.5,-35.5 + parent: 2 + - uid: 15267 + components: + - type: Transform + pos: 17.5,-42.5 + parent: 2 + - uid: 15287 + components: + - type: Transform + pos: -30.5,-69.5 + parent: 2 + - uid: 15289 + components: + - type: Transform + pos: -25.5,-72.5 + parent: 2 + - uid: 15290 + components: + - type: Transform + pos: -21.5,-72.5 + parent: 2 + - uid: 15315 + components: + - type: Transform + pos: 70.5,-22.5 + parent: 2 + - uid: 15337 + components: + - type: Transform + pos: 60.5,-28.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + pos: 49.5,-76.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + pos: 55.5,-75.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: 64.5,-36.5 + parent: 2 + - uid: 15439 + components: + - type: Transform + pos: 68.5,-28.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 74.5,-44.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 61.5,-28.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: 64.5,-32.5 + parent: 2 + - uid: 15511 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + pos: 30.5,-35.5 + parent: 2 + - uid: 16099 + components: + - type: Transform + pos: 47.5,-65.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + pos: 46.5,-63.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + pos: 46.5,-64.5 + parent: 2 + - uid: 16117 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 16240 + components: + - type: Transform + pos: 71.5,-42.5 + parent: 2 + - uid: 16247 + components: + - type: Transform + pos: 64.5,-35.5 + parent: 2 + - uid: 16252 + components: + - type: Transform + pos: 66.5,-42.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: 68.5,-42.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: 64.5,-38.5 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -13.5,-46.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - uid: 16280 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: 49.5,-65.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: 37.5,-83.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: 37.5,-82.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: 37.5,-84.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: 37.5,-85.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: 37.5,-86.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: 37.5,-87.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -31.5,-8.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -29.5,-9.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: -29.5,-8.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: -37.5,-10.5 + parent: 2 + - uid: 16331 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: -37.5,-8.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 16379 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - uid: 16380 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 16381 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 16393 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - uid: 16396 + components: + - type: Transform + pos: 4.5,-49.5 + parent: 2 + - uid: 16397 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: 8.5,-49.5 + parent: 2 + - uid: 16400 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 16401 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 + - uid: 16402 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 16403 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 16405 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 16406 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 16410 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 16411 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 16441 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 16442 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 16443 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 16444 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: 60.5,-68.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + pos: 78.5,-38.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + pos: 66.5,-62.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: 66.5,-63.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: 8.5,-78.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: 7.5,-78.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: 9.5,-78.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: 10.5,-78.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: -19.5,-73.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + pos: -20.5,-73.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 16728 + components: + - type: Transform + pos: -25.5,-73.5 + parent: 2 + - uid: 16729 + components: + - type: Transform + pos: -26.5,-73.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + pos: -27.5,-73.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + pos: -28.5,-73.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: -29.5,-73.5 + parent: 2 + - uid: 16736 + components: + - type: Transform + pos: -32.5,-74.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + pos: -32.5,-75.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + pos: -32.5,-76.5 + parent: 2 + - uid: 16739 + components: + - type: Transform + pos: -32.5,-77.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + pos: -32.5,-78.5 + parent: 2 + - uid: 16741 + components: + - type: Transform + pos: -32.5,-79.5 + parent: 2 + - uid: 16742 + components: + - type: Transform + pos: -32.5,-80.5 + parent: 2 + - uid: 16743 + components: + - type: Transform + pos: -32.5,-81.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + pos: -32.5,-82.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + pos: -32.5,-83.5 + parent: 2 + - uid: 16746 + components: + - type: Transform + pos: -33.5,-83.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + pos: -14.5,-77.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + pos: -14.5,-74.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + pos: -14.5,-75.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + pos: -14.5,-76.5 + parent: 2 + - uid: 17050 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 17131 + components: + - type: Transform + pos: 46.5,-65.5 + parent: 2 + - uid: 17198 + components: + - type: Transform + pos: 18.5,-100.5 + parent: 2 + - uid: 17199 + components: + - type: Transform + pos: -4.5,-78.5 + parent: 2 + - uid: 17200 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - uid: 17201 + components: + - type: Transform + pos: -4.5,-80.5 + parent: 2 + - uid: 17202 + components: + - type: Transform + pos: -4.5,-81.5 + parent: 2 + - uid: 17203 + components: + - type: Transform + pos: 18.5,-101.5 + parent: 2 + - uid: 17204 + components: + - type: Transform + pos: 17.5,-101.5 + parent: 2 + - uid: 17205 + components: + - type: Transform + pos: 30.5,-100.5 + parent: 2 + - uid: 17206 + components: + - type: Transform + pos: 30.5,-101.5 + parent: 2 + - uid: 17207 + components: + - type: Transform + pos: 31.5,-101.5 + parent: 2 + - uid: 17208 + components: + - type: Transform + pos: 32.5,-101.5 + parent: 2 + - uid: 17266 + components: + - type: Transform + pos: 75.5,-44.5 + parent: 2 + - uid: 17398 + components: + - type: Transform + pos: -34.5,-66.5 + parent: 2 + - uid: 17399 + components: + - type: Transform + pos: -34.5,-63.5 + parent: 2 + - uid: 17470 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 17472 + components: + - type: Transform + pos: 59.5,-48.5 + parent: 2 + - uid: 17485 + components: + - type: Transform + pos: 10.5,-72.5 + parent: 2 + - uid: 17486 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 17488 + components: + - type: Transform + pos: 9.5,-70.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: 10.5,-73.5 + parent: 2 + - uid: 17491 + components: + - type: Transform + pos: 10.5,-74.5 + parent: 2 + - uid: 17492 + components: + - type: Transform + pos: 10.5,-75.5 + parent: 2 + - uid: 17494 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 17495 + components: + - type: Transform + pos: 14.5,-74.5 + parent: 2 + - uid: 17496 + components: + - type: Transform + pos: 14.5,-75.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: 24.5,-72.5 + parent: 2 + - uid: 17498 + components: + - type: Transform + pos: 24.5,-73.5 + parent: 2 + - uid: 17499 + components: + - type: Transform + pos: 24.5,-76.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: 25.5,-78.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + pos: 26.5,-78.5 + parent: 2 + - uid: 17502 + components: + - type: Transform + pos: 27.5,-78.5 + parent: 2 + - uid: 17503 + components: + - type: Transform + pos: 27.5,-79.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: 37.5,-74.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: 38.5,-75.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: 38.5,-76.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: 9.5,-68.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: 18.5,-71.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: 16.5,-77.5 + parent: 2 + - uid: 17522 + components: + - type: Transform + pos: 22.5,-77.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + pos: -34.5,-64.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + pos: -34.5,-62.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 17616 + components: + - type: Transform + pos: -15.5,-71.5 + parent: 2 + - uid: 17650 + components: + - type: Transform + pos: 84.5,-47.5 + parent: 2 + - uid: 17735 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 17736 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 17737 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 17738 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 + - uid: 17744 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 17752 + components: + - type: Transform + pos: 28.5,-82.5 + parent: 2 + - uid: 17830 + components: + - type: Transform + pos: 24.5,-91.5 + parent: 2 + - uid: 17833 + components: + - type: Transform + pos: 24.5,-89.5 + parent: 2 + - uid: 17843 + components: + - type: Transform + pos: -56.5,-22.5 + parent: 2 + - uid: 17844 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 17845 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 17846 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 17865 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 17891 + components: + - type: Transform + pos: -34.5,-61.5 + parent: 2 + - uid: 17892 + components: + - type: Transform + pos: -34.5,-60.5 + parent: 2 + - uid: 17895 + components: + - type: Transform + pos: 69.5,-23.5 + parent: 2 + - uid: 17896 + components: + - type: Transform + pos: 57.5,-68.5 + parent: 2 + - uid: 17897 + components: + - type: Transform + pos: 58.5,-68.5 + parent: 2 + - uid: 17898 + components: + - type: Transform + pos: 59.5,-68.5 + parent: 2 + - uid: 17932 + components: + - type: Transform + pos: -15.5,-69.5 + parent: 2 + - uid: 17967 + components: + - type: Transform + pos: 74.5,-25.5 + parent: 2 + - uid: 17970 + components: + - type: Transform + pos: 72.5,-26.5 + parent: 2 + - uid: 17974 + components: + - type: Transform + pos: 23.5,-49.5 + parent: 2 + - uid: 17975 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 17976 + components: + - type: Transform + pos: 22.5,-50.5 + parent: 2 + - uid: 17977 + components: + - type: Transform + pos: 21.5,-50.5 + parent: 2 + - uid: 17978 + components: + - type: Transform + pos: 21.5,-51.5 + parent: 2 + - uid: 17979 + components: + - type: Transform + pos: 20.5,-51.5 + parent: 2 + - uid: 17992 + components: + - type: Transform + pos: 72.5,-34.5 + parent: 2 + - uid: 18008 + components: + - type: Transform + pos: 83.5,-45.5 + parent: 2 + - uid: 18009 + components: + - type: Transform + pos: 83.5,-44.5 + parent: 2 + - uid: 18029 + components: + - type: Transform + pos: 64.5,-31.5 + parent: 2 + - uid: 18037 + components: + - type: Transform + pos: 59.5,-35.5 + parent: 2 + - uid: 18038 + components: + - type: Transform + pos: 59.5,-36.5 + parent: 2 + - uid: 18104 + components: + - type: Transform + pos: 50.5,-54.5 + parent: 2 + - uid: 18106 + components: + - type: Transform + pos: 50.5,-56.5 + parent: 2 + - uid: 18119 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 18134 + components: + - type: Transform + pos: 50.5,-57.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + pos: 50.5,-55.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + pos: 50.5,-53.5 + parent: 2 + - uid: 18165 + components: + - type: Transform + pos: 58.5,-63.5 + parent: 2 + - uid: 18212 + components: + - type: Transform + pos: 72.5,-37.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + pos: 50.5,-50.5 + parent: 2 + - uid: 18234 + components: + - type: Transform + pos: -21.5,-73.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + pos: -14.5,-80.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + pos: -14.5,-81.5 + parent: 2 + - uid: 18239 + components: + - type: Transform + pos: -14.5,-82.5 + parent: 2 + - uid: 18240 + components: + - type: Transform + pos: -14.5,-83.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + pos: 61.5,-20.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + pos: 59.5,-20.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + pos: 53.5,-50.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + pos: 59.5,-47.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 18382 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 18384 + components: + - type: Transform + pos: -30.5,-62.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + pos: -30.5,-63.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + pos: -28.5,-61.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: -11.5,-72.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + pos: -48.5,-53.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + pos: -49.5,-53.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + pos: -49.5,-54.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 18398 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 + - uid: 18399 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 18405 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + pos: 15.5,-49.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: 16.5,-49.5 + parent: 2 + - uid: 18413 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 18414 + components: + - type: Transform + pos: 17.5,-48.5 + parent: 2 + - uid: 18415 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 18416 + components: + - type: Transform + pos: 10.5,-48.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 18418 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + pos: 90.5,-48.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + pos: 90.5,-42.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + pos: 90.5,-41.5 + parent: 2 + - uid: 18422 + components: + - type: Transform + pos: 89.5,-41.5 + parent: 2 + - uid: 18423 + components: + - type: Transform + pos: 88.5,-41.5 + parent: 2 + - uid: 18424 + components: + - type: Transform + pos: 87.5,-41.5 + parent: 2 + - uid: 18425 + components: + - type: Transform + pos: 86.5,-41.5 + parent: 2 + - uid: 18426 + components: + - type: Transform + pos: 90.5,-49.5 + parent: 2 + - uid: 18427 + components: + - type: Transform + pos: 89.5,-49.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: 88.5,-49.5 + parent: 2 + - uid: 18429 + components: + - type: Transform + pos: 87.5,-49.5 + parent: 2 + - uid: 18430 + components: + - type: Transform + pos: 86.5,-49.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: 83.5,-43.5 + parent: 2 + - uid: 18499 + components: + - type: Transform + pos: 50.5,-76.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + pos: 48.5,-76.5 + parent: 2 + - uid: 18504 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 18505 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 + - uid: 18507 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 2 + - uid: 18508 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 2 + - uid: 18510 + components: + - type: Transform + pos: 32.5,-38.5 + parent: 2 + - uid: 18511 + components: + - type: Transform + pos: 38.5,-29.5 + parent: 2 + - uid: 18514 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 18515 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 18516 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 18517 + components: + - type: Transform + pos: 29.5,-34.5 + parent: 2 + - uid: 18519 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 18524 + components: + - type: Transform + pos: 46.5,-76.5 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: 54.5,-50.5 + parent: 2 + - uid: 18695 + components: + - type: Transform + pos: 83.5,-68.5 + parent: 2 + - uid: 18696 + components: + - type: Transform + pos: 83.5,-67.5 + parent: 2 + - uid: 18697 + components: + - type: Transform + pos: 84.5,-68.5 + parent: 2 + - uid: 18740 + components: + - type: Transform + pos: 59.5,-79.5 + parent: 2 + - uid: 18771 + components: + - type: Transform + pos: -57.5,-68.5 + parent: 2 + - uid: 18816 + components: + - type: Transform + pos: 68.5,-24.5 + parent: 2 + - uid: 18916 + components: + - type: Transform + pos: 31.5,-63.5 + parent: 2 + - uid: 18917 + components: + - type: Transform + pos: 32.5,-63.5 + parent: 2 + - uid: 18918 + components: + - type: Transform + pos: 33.5,-63.5 + parent: 2 + - uid: 18919 + components: + - type: Transform + pos: 34.5,-63.5 + parent: 2 + - uid: 18920 + components: + - type: Transform + pos: 35.5,-63.5 + parent: 2 + - uid: 18921 + components: + - type: Transform + pos: 36.5,-63.5 + parent: 2 + - uid: 18922 + components: + - type: Transform + pos: 37.5,-63.5 + parent: 2 + - uid: 18923 + components: + - type: Transform + pos: 38.5,-63.5 + parent: 2 + - uid: 18924 + components: + - type: Transform + pos: 39.5,-63.5 + parent: 2 + - uid: 18925 + components: + - type: Transform + pos: 40.5,-63.5 + parent: 2 + - uid: 18926 + components: + - type: Transform + pos: 41.5,-63.5 + parent: 2 + - uid: 18927 + components: + - type: Transform + pos: 42.5,-63.5 + parent: 2 + - uid: 18928 + components: + - type: Transform + pos: 44.5,-63.5 + parent: 2 + - uid: 18929 + components: + - type: Transform + pos: 45.5,-63.5 + parent: 2 + - uid: 18930 + components: + - type: Transform + pos: 43.5,-63.5 + parent: 2 + - uid: 19068 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 19075 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 19076 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 + - uid: 19077 + components: + - type: Transform + pos: 28.5,-34.5 + parent: 2 + - uid: 19081 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 19082 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 19083 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 + - uid: 19084 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: 49.5,-56.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: 48.5,-56.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + pos: -27.5,-86.5 + parent: 2 + - uid: 19095 + components: + - type: Transform + pos: -56.5,-69.5 + parent: 2 + - uid: 19097 + components: + - type: Transform + pos: -56.5,-70.5 + parent: 2 + - uid: 19098 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - uid: 19099 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - uid: 19101 + components: + - type: Transform + pos: -14.5,-84.5 + parent: 2 + - uid: 19102 + components: + - type: Transform + pos: -14.5,-85.5 + parent: 2 + - uid: 19103 + components: + - type: Transform + pos: -15.5,-85.5 + parent: 2 + - uid: 19104 + components: + - type: Transform + pos: -15.5,-86.5 + parent: 2 + - uid: 19105 + components: + - type: Transform + pos: -16.5,-86.5 + parent: 2 + - uid: 19106 + components: + - type: Transform + pos: -17.5,-86.5 + parent: 2 + - uid: 19107 + components: + - type: Transform + pos: -18.5,-86.5 + parent: 2 + - uid: 19108 + components: + - type: Transform + pos: -19.5,-86.5 + parent: 2 + - uid: 19109 + components: + - type: Transform + pos: -19.5,-87.5 + parent: 2 + - uid: 19110 + components: + - type: Transform + pos: -20.5,-87.5 + parent: 2 + - uid: 19111 + components: + - type: Transform + pos: -21.5,-87.5 + parent: 2 + - uid: 19112 + components: + - type: Transform + pos: -22.5,-87.5 + parent: 2 + - uid: 19113 + components: + - type: Transform + pos: -23.5,-87.5 + parent: 2 + - uid: 19114 + components: + - type: Transform + pos: -32.5,-84.5 + parent: 2 + - uid: 19115 + components: + - type: Transform + pos: -32.5,-85.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + pos: -31.5,-85.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + pos: -31.5,-86.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + pos: -30.5,-86.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + pos: -29.5,-86.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + pos: -28.5,-86.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + pos: -27.5,-87.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + pos: -26.5,-87.5 + parent: 2 + - uid: 19123 + components: + - type: Transform + pos: -25.5,-87.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + pos: -24.5,-87.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + pos: 39.5,-54.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + pos: 39.5,-55.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + pos: 30.5,-57.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 19197 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + pos: 74.5,-49.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + pos: 74.5,-48.5 + parent: 2 + - uid: 19246 + components: + - type: Transform + pos: 74.5,-47.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 19248 + components: + - type: Transform + pos: 74.5,-45.5 + parent: 2 + - uid: 19310 + components: + - type: Transform + pos: 51.5,-66.5 + parent: 2 + - uid: 19311 + components: + - type: Transform + pos: 52.5,-66.5 + parent: 2 + - uid: 19344 + components: + - type: Transform + pos: -47.5,-36.5 + parent: 2 + - uid: 19345 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 19360 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 19361 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 19364 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 9765 + components: + - type: Transform + pos: -12.632856,-28.148214 + parent: 2 + - uid: 18247 + components: + - type: Transform + pos: -21.52049,-66.42422 + parent: 2 +- proto: CableHV + entities: + - uid: 717 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: 24.5,-71.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: 24.5,-74.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 63.5,-43.5 + parent: 2 + - uid: 748 + components: + - type: Transform + pos: 63.5,-45.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: 63.5,-41.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + pos: 63.5,-42.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 17.5,-56.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: 63.5,-40.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: -27.5,-74.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: 48.5,-53.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 3036 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: 67.5,-19.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 3339 + components: + - type: Transform + pos: 24.5,-64.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: 25.5,-70.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: -28.5,-74.5 + parent: 2 + - uid: 3368 + components: + - type: Transform + pos: -30.5,-74.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + pos: -31.5,-74.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: -29.5,-74.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: 71.5,-23.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + pos: 74.5,-23.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + pos: 75.5,-24.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: 69.5,-23.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 72.5,-23.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + pos: 73.5,-23.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: 75.5,-23.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + pos: 75.5,-25.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: 76.5,-26.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: 76.5,-27.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: 72.5,-37.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 74.5,-38.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + pos: 55.5,-52.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: 58.5,-52.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + pos: 57.5,-52.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + pos: -20.5,-74.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: 24.5,-66.5 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 24.5,-68.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 3663 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: 77.5,-27.5 + parent: 2 + - uid: 3684 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 48.5,-76.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: 60.5,-23.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 66.5,-21.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: 66.5,-18.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: 66.5,-19.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: 63.5,-17.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: 65.5,-22.5 + parent: 2 + - uid: 4127 + components: + - type: Transform + pos: 49.5,-76.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + pos: 40.5,-70.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + pos: 40.5,-73.5 + parent: 2 + - uid: 4357 + components: + - type: Transform + pos: 46.5,-76.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + pos: 51.5,-76.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + pos: 24.5,-61.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + pos: 47.5,-76.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + pos: 34.5,-70.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + pos: 52.5,-76.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + pos: 56.5,-76.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: 33.5,-70.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: 40.5,-71.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: 65.5,-21.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 76.5,-29.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + pos: 77.5,-55.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: 79.5,-58.5 + parent: 2 + - uid: 5249 + components: + - type: Transform + pos: 83.5,-33.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: 80.5,-33.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + pos: 77.5,-28.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + pos: 81.5,-33.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + pos: 77.5,-29.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: -25.5,-79.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: -25.5,-80.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: 52.5,-52.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: 71.5,-37.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + pos: 74.5,-39.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + pos: 73.5,-38.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 70.5,-38.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: 69.5,-38.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: -33.5,-46.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: -23.5,-73.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: -28.5,-73.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: -32.5,-74.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: -32.5,-75.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + pos: -14.5,-74.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: -14.5,-75.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: 75.5,-30.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: -25.5,-81.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: -24.5,-68.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: -24.5,-67.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: -24.5,-66.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: 82.5,-66.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + pos: 79.5,-32.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + pos: 78.5,-32.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: 77.5,-32.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 76.5,-32.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: -24.5,-65.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: 75.5,-32.5 + parent: 2 + - uid: 6009 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 64.5,-17.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: 27.5,-70.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 32.5,-70.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: 35.5,-70.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: 47.5,-12.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: 62.5,-23.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 63.5,-23.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: 75.5,-31.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: 24.5,-63.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: 24.5,-65.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 24.5,-67.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: 24.5,-70.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + pos: -25.5,-82.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: 32.5,-72.5 + parent: 2 + - uid: 6624 + components: + - type: Transform + pos: 68.5,-23.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: 67.5,-21.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 75.5,-29.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + pos: -25.5,-83.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + pos: 53.5,-76.5 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: 31.5,-71.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: 63.5,-16.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: 58.5,-53.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + pos: 59.5,-52.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + pos: 31.5,-70.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: 50.5,-76.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: 65.5,-38.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + pos: 30.5,-72.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: 26.5,-70.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: 28.5,-70.5 + parent: 2 + - uid: 7427 + components: + - type: Transform + pos: 24.5,-58.5 + parent: 2 + - uid: 7464 + components: + - type: Transform + pos: 84.5,-45.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: 85.5,-45.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + pos: 86.5,-45.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: 87.5,-45.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: 88.5,-45.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: 89.5,-45.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: 90.5,-45.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + pos: 91.5,-45.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: 92.5,-45.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: 93.5,-45.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + pos: 83.5,-45.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: 82.5,-45.5 + parent: 2 + - uid: 7482 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: 98.5,-55.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: 82.5,-33.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 96.5,-56.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 96.5,-55.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + pos: 98.5,-56.5 + parent: 2 + - uid: 7557 + components: + - type: Transform + pos: 98.5,-57.5 + parent: 2 + - uid: 7558 + components: + - type: Transform + pos: 99.5,-54.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: 99.5,-53.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: 99.5,-52.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + pos: 99.5,-51.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: 97.5,-53.5 + parent: 2 + - uid: 7563 + components: + - type: Transform + pos: 97.5,-52.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + pos: 97.5,-51.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: 97.5,-50.5 + parent: 2 + - uid: 7566 + components: + - type: Transform + pos: 100.5,-49.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: 100.5,-48.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: 100.5,-47.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: 100.5,-46.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + pos: 100.5,-45.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + pos: 100.5,-44.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: 100.5,-43.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + pos: 100.5,-42.5 + parent: 2 + - uid: 7574 + components: + - type: Transform + pos: 100.5,-41.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: 98.5,-48.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 98.5,-47.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + pos: 98.5,-46.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + pos: 98.5,-45.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 98.5,-44.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: 98.5,-43.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: 98.5,-42.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + pos: 97.5,-40.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + pos: 97.5,-39.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 97.5,-38.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: 97.5,-37.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: 99.5,-39.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: 99.5,-38.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: 99.5,-37.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: 99.5,-36.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: 98.5,-35.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: 98.5,-34.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: 98.5,-33.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: 96.5,-34.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: 96.5,-35.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: 98.5,-36.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + pos: 96.5,-36.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + pos: 96.5,-37.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + pos: 96.5,-53.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: 96.5,-54.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: 98.5,-54.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: 79.5,-33.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: 79.5,-34.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: 78.5,-34.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + pos: 78.5,-35.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 78.5,-36.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + pos: 78.5,-37.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + pos: 78.5,-38.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: 78.5,-39.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: 78.5,-40.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: 78.5,-41.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: 78.5,-43.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: 78.5,-46.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 78.5,-47.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: 78.5,-48.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + pos: 78.5,-49.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: 78.5,-50.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: 78.5,-51.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: 78.5,-52.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: 78.5,-53.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: 78.5,-54.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: 78.5,-55.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: 79.5,-57.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + pos: 80.5,-57.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: 81.5,-57.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: 82.5,-57.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: 83.5,-57.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: 67.5,-38.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: 63.5,-39.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: 28.5,-69.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: 61.5,-53.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: 67.5,-24.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: 40.5,-70.5 + parent: 2 + - uid: 8069 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: 66.5,-24.5 + parent: 2 + - uid: 8128 + components: + - type: Transform + pos: -28.5,-88.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 61.5,-54.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + pos: -26.5,-88.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: 61.5,-23.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + pos: 24.5,-73.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: 61.5,-16.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: 24.5,-72.5 + parent: 2 + - uid: 8203 + components: + - type: Transform + pos: 24.5,-62.5 + parent: 2 + - uid: 8250 + components: + - type: Transform + pos: -58.5,-72.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: -60.5,-72.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + pos: -62.5,-71.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + pos: -63.5,-71.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + pos: -65.5,-70.5 + parent: 2 + - uid: 8258 + components: + - type: Transform + pos: -66.5,-69.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + pos: -66.5,-68.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + pos: -65.5,-69.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + pos: -67.5,-68.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: -64.5,-70.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: -56.5,-72.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: -57.5,-72.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: -59.5,-72.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: -61.5,-72.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + pos: -56.5,-70.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: -56.5,-69.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: -56.5,-68.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: -55.5,-68.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: -54.5,-68.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: -53.5,-68.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: -52.5,-68.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: -51.5,-68.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: -51.5,-67.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: -51.5,-66.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: -52.5,-66.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: -53.5,-66.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + pos: -54.5,-66.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: -55.5,-66.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: -56.5,-66.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: -57.5,-66.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + pos: -58.5,-66.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + pos: -59.5,-66.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: -60.5,-66.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: -61.5,-66.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + pos: -61.5,-65.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: -62.5,-65.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: -68.5,-65.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: -68.5,-66.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: -68.5,-67.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: -68.5,-25.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + pos: -68.5,-24.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: -67.5,-22.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: -66.5,-21.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: -65.5,-20.5 + parent: 2 + - uid: 8310 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: -63.5,-19.5 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: -62.5,-19.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 8314 + components: + - type: Transform + pos: -60.5,-18.5 + parent: 2 + - uid: 8315 + components: + - type: Transform + pos: -59.5,-18.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: -58.5,-18.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: -57.5,-18.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: -56.5,-18.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: -66.5,-22.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + pos: -56.5,-22.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 8326 + components: + - type: MetaData + name: Northwest Solars substation + - type: Transform + pos: -54.5,-23.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: -25.5,-88.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: 62.5,-16.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: 66.5,-23.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: 64.5,-23.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + pos: 40.5,-72.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + pos: 68.5,-21.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + pos: 68.5,-19.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + pos: 8.5,-90.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + pos: 36.5,-72.5 + parent: 2 + - uid: 9052 + components: + - type: Transform + pos: 8.5,-89.5 + parent: 2 + - uid: 9053 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 9055 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + pos: 59.5,-23.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 9384 + components: + - type: Transform + pos: 72.5,-38.5 + parent: 2 + - uid: 9385 + components: + - type: Transform + pos: 64.5,-38.5 + parent: 2 + - uid: 9386 + components: + - type: Transform + pos: 66.5,-38.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 10008 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 10009 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 10010 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: 57.5,-23.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: 58.5,-23.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: 65.5,-23.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 68.5,-38.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 63.5,-38.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 37.5,-73.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: 35.5,-71.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: 65.5,-17.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + pos: 38.5,-73.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: 70.5,-37.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: 76.5,-41.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: 37.5,-72.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: 66.5,-17.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + pos: 35.5,-72.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 78.5,-47.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + pos: 78.5,-46.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: 63.5,-46.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: -23.5,-65.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: -22.5,-64.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + pos: -22.5,-63.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: -25.5,-74.5 + parent: 2 + - uid: 11456 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: -23.5,-64.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -24.5,-64.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -23.5,-63.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: 38.5,-18.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: -21.5,-63.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: 37.5,-18.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: 39.5,-18.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + pos: 63.5,-50.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: 76.5,-25.5 + parent: 2 + - uid: 12419 + components: + - type: Transform + pos: 14.5,-76.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 13265 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 13266 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 13267 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 13268 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 13270 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 13271 + components: + - type: Transform + pos: -26.5,-65.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: -23.5,-69.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: -24.5,-69.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + pos: -18.5,-74.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -27.5,-66.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: -27.5,-65.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: -50.5,-66.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: -50.5,-65.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: -49.5,-65.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: -48.5,-65.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + pos: -47.5,-65.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + pos: -45.5,-65.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: -44.5,-65.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + pos: -43.5,-65.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -41.5,-65.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: -40.5,-65.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + pos: -39.5,-65.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + pos: -38.5,-65.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + pos: -37.5,-65.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: -36.5,-65.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + pos: -35.5,-65.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + pos: -34.5,-65.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -33.5,-65.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: -33.5,-66.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: -31.5,-66.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + pos: -28.5,-66.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: -20.5,-63.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 13313 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 13314 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 13315 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 13316 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 13317 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - uid: 13318 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 13319 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 13320 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 13321 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - uid: 13322 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 13323 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 13324 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 13325 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 13333 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 13334 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 13339 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 13340 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 13352 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 13353 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 13354 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 13357 + components: + - type: Transform + pos: -13.5,-43.5 + parent: 2 + - uid: 13358 + components: + - type: Transform + pos: -13.5,-44.5 + parent: 2 + - uid: 13359 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - uid: 13360 + components: + - type: Transform + pos: -13.5,-46.5 + parent: 2 + - uid: 13361 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 13362 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 13363 + components: + - type: Transform + pos: -13.5,-49.5 + parent: 2 + - uid: 13364 + components: + - type: Transform + pos: -13.5,-50.5 + parent: 2 + - uid: 13365 + components: + - type: Transform + pos: -13.5,-51.5 + parent: 2 + - uid: 13366 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 + - uid: 13367 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 13368 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + pos: -13.5,-55.5 + parent: 2 + - uid: 13370 + components: + - type: Transform + pos: -14.5,-55.5 + parent: 2 + - uid: 13371 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 13372 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 + - uid: 13373 + components: + - type: Transform + pos: -17.5,-55.5 + parent: 2 + - uid: 13374 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - uid: 13376 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 13377 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 2 + - uid: 13378 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 2 + - uid: 13379 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 2 + - uid: 13380 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 2 + - uid: 13381 + components: + - type: Transform + pos: -25.5,-56.5 + parent: 2 + - uid: 13382 + components: + - type: Transform + pos: -26.5,-56.5 + parent: 2 + - uid: 13383 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 13384 + components: + - type: Transform + pos: -28.5,-56.5 + parent: 2 + - uid: 13398 + components: + - type: Transform + pos: -28.5,-30.5 + parent: 2 + - uid: 13399 + components: + - type: Transform + pos: -28.5,-31.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + pos: -28.5,-28.5 + parent: 2 + - uid: 13401 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 13402 + components: + - type: Transform + pos: -28.5,-33.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 13405 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 13407 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 13410 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 13412 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 13413 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 + - uid: 13415 + components: + - type: Transform + pos: -50.5,-23.5 + parent: 2 + - uid: 13416 + components: + - type: Transform + pos: -49.5,-23.5 + parent: 2 + - uid: 13417 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 13418 + components: + - type: Transform + pos: -47.5,-23.5 + parent: 2 + - uid: 13419 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 13420 + components: + - type: Transform + pos: -45.5,-23.5 + parent: 2 + - uid: 13421 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 13423 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 13424 + components: + - type: Transform + pos: -42.5,-24.5 + parent: 2 + - uid: 13425 + components: + - type: Transform + pos: -41.5,-24.5 + parent: 2 + - uid: 13426 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 13427 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 13428 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 13429 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - uid: 13431 + components: + - type: Transform + pos: -28.5,-29.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + pos: -25.5,-63.5 + parent: 2 + - uid: 13434 + components: + - type: Transform + pos: -24.5,-63.5 + parent: 2 + - uid: 13435 + components: + - type: Transform + pos: -22.5,-65.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - uid: 13472 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 13473 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + pos: -33.5,-31.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + pos: -28.5,-55.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + pos: -28.5,-54.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + pos: -28.5,-53.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + pos: -28.5,-52.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + pos: -28.5,-51.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + pos: -28.5,-50.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + pos: -28.5,-49.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + pos: -28.5,-47.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + pos: -28.5,-46.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + pos: -28.5,-42.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + pos: -28.5,-38.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + pos: -28.5,-37.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + pos: -28.5,-36.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + pos: -28.5,-35.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + pos: -28.5,-34.5 + parent: 2 + - uid: 13503 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + pos: -31.5,-34.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 13543 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - uid: 13544 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: -4.5,-59.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: -3.5,-59.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: -2.5,-59.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: -1.5,-59.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: 2.5,-59.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: 4.5,-62.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: 14.5,-82.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: 14.5,-80.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: 14.5,-79.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + pos: 14.5,-78.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + pos: 14.5,-77.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + pos: 14.5,-75.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + pos: 14.5,-74.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: 14.5,-71.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 13591 + components: + - type: Transform + pos: 14.5,-67.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 2 + - uid: 13595 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: 10.5,-66.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + pos: 2.5,-65.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: 15.5,-78.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: 16.5,-78.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + pos: 17.5,-78.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: 18.5,-78.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: 19.5,-78.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: 20.5,-78.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: 21.5,-78.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: 22.5,-78.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: 23.5,-78.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: 24.5,-78.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: 25.5,-78.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: 26.5,-78.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: 27.5,-78.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + pos: 27.5,-79.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + pos: 28.5,-79.5 + parent: 2 + - uid: 13625 + components: + - type: Transform + pos: 29.5,-79.5 + parent: 2 + - uid: 13626 + components: + - type: Transform + pos: 30.5,-79.5 + parent: 2 + - uid: 13627 + components: + - type: Transform + pos: 31.5,-79.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + pos: 32.5,-79.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + pos: 33.5,-79.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + pos: 34.5,-79.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + pos: 35.5,-79.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + pos: 36.5,-79.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: 37.5,-79.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 + - uid: 13636 + components: + - type: Transform + pos: 38.5,-77.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + pos: 38.5,-76.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + pos: 39.5,-76.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + pos: 40.5,-76.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + pos: 42.5,-76.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + pos: 43.5,-76.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + pos: 44.5,-76.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + pos: 45.5,-76.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 13684 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 13685 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + pos: 30.5,-22.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + pos: 34.5,-22.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: 38.5,-23.5 + parent: 2 + - uid: 13703 + components: + - type: Transform + pos: 39.5,-23.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: 40.5,-23.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + pos: 41.5,-23.5 + parent: 2 + - uid: 13706 + components: + - type: Transform + pos: 42.5,-23.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + pos: 43.5,-23.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + pos: 44.5,-23.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + pos: 49.5,-23.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + pos: 50.5,-23.5 + parent: 2 + - uid: 13715 + components: + - type: Transform + pos: 51.5,-23.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + pos: 52.5,-23.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + pos: 53.5,-23.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + pos: 55.5,-23.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + pos: 56.5,-23.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + pos: 8.5,-60.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + pos: 8.5,-59.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + pos: 15.5,-53.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + pos: 16.5,-53.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + pos: 18.5,-53.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + pos: 19.5,-53.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + pos: 20.5,-53.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + pos: 20.5,-54.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + pos: 20.5,-55.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + pos: 17.5,-57.5 + parent: 2 + - uid: 13759 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + pos: 18.5,-61.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: 19.5,-61.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + pos: 28.5,-54.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + pos: 28.5,-53.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + pos: 30.5,-53.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + pos: 31.5,-53.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + pos: 32.5,-53.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + pos: 34.5,-53.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + pos: 35.5,-53.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + pos: 36.5,-53.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + pos: 37.5,-53.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + pos: 38.5,-53.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: 39.5,-53.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + pos: 41.5,-53.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 43.5,-53.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: 44.5,-53.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: 45.5,-53.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: 46.5,-53.5 + parent: 2 + - uid: 13793 + components: + - type: Transform + pos: 47.5,-53.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: 32.5,-71.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: 61.5,-15.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + pos: 63.5,-51.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + pos: 63.5,-48.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + pos: 31.5,-72.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + pos: 54.5,-76.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + pos: 68.5,-24.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: -22.5,-74.5 + parent: 2 + - uid: 14083 + components: + - type: Transform + pos: 63.5,-52.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + pos: 63.5,-47.5 + parent: 2 + - uid: 14143 + components: + - type: Transform + pos: 77.5,-56.5 + parent: 2 + - uid: 14245 + components: + - type: Transform + pos: 29.5,-71.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + pos: 62.5,-52.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 14583 + components: + - type: Transform + pos: 58.5,-54.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -28.5,-72.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + pos: -21.5,-74.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + pos: 63.5,-49.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + pos: -31.5,-48.5 + parent: 2 + - uid: 14980 + components: + - type: Transform + pos: -32.5,-48.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + pos: -33.5,-48.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + pos: -34.5,-48.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + pos: -34.5,-47.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + pos: -34.5,-46.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + pos: 9.5,-90.5 + parent: 2 + - uid: 15042 + components: + - type: Transform + pos: 9.5,-91.5 + parent: 2 + - uid: 15043 + components: + - type: Transform + pos: 9.5,-92.5 + parent: 2 + - uid: 15044 + components: + - type: Transform + pos: 9.5,-93.5 + parent: 2 + - uid: 15045 + components: + - type: Transform + pos: 9.5,-94.5 + parent: 2 + - uid: 15046 + components: + - type: Transform + pos: 9.5,-95.5 + parent: 2 + - uid: 15047 + components: + - type: Transform + pos: 33.5,-95.5 + parent: 2 + - uid: 15048 + components: + - type: Transform + pos: 32.5,-95.5 + parent: 2 + - uid: 15049 + components: + - type: Transform + pos: 31.5,-95.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: 30.5,-95.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: 29.5,-95.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + pos: 28.5,-95.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + pos: 27.5,-95.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + pos: 26.5,-95.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + pos: 25.5,-95.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + pos: 24.5,-95.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + pos: 23.5,-95.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + pos: 22.5,-95.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + pos: 21.5,-95.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + pos: 20.5,-95.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + pos: 19.5,-95.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + pos: 18.5,-95.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + pos: 17.5,-95.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + pos: 16.5,-95.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + pos: 15.5,-95.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + pos: 14.5,-95.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + pos: 13.5,-95.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + pos: 12.5,-95.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + pos: 11.5,-95.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + pos: 10.5,-95.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + pos: 34.5,-95.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + pos: 34.5,-94.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + pos: 34.5,-93.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + pos: 34.5,-92.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + pos: 34.5,-91.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + pos: 35.5,-91.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + pos: 36.5,-91.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + pos: 37.5,-91.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: 37.5,-90.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: 37.5,-89.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + pos: 37.5,-88.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: 37.5,-87.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: 37.5,-86.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: 37.5,-85.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: 37.5,-84.5 + parent: 2 + - uid: 15086 + components: + - type: Transform + pos: 37.5,-83.5 + parent: 2 + - uid: 15087 + components: + - type: Transform + pos: 37.5,-82.5 + parent: 2 + - uid: 15088 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 2 + - uid: 15090 + components: + - type: Transform + pos: 77.5,-57.5 + parent: 2 + - uid: 15091 + components: + - type: Transform + pos: 77.5,-58.5 + parent: 2 + - uid: 15096 + components: + - type: Transform + pos: -24.5,-74.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 15224 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 + - uid: 15236 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + pos: 39.5,-35.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 15239 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 15242 + components: + - type: Transform + pos: 41.5,-38.5 + parent: 2 + - uid: 15243 + components: + - type: Transform + pos: 42.5,-38.5 + parent: 2 + - uid: 15244 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 2 + - uid: 15245 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 15246 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 15247 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 15248 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 2 + - uid: 15250 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 15251 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 15252 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + pos: 46.5,-38.5 + parent: 2 + - uid: 15254 + components: + - type: Transform + pos: 47.5,-38.5 + parent: 2 + - uid: 15255 + components: + - type: Transform + pos: 48.5,-38.5 + parent: 2 + - uid: 15256 + components: + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 15259 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 38.5,-33.5 + parent: 2 + - uid: 15264 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + pos: 37.5,-31.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + pos: -19.5,-74.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: -24.5,-88.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: -23.5,-88.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: -19.5,-72.5 + parent: 2 + - uid: 16648 + components: + - type: Transform + pos: -29.5,-72.5 + parent: 2 + - uid: 16650 + components: + - type: Transform + pos: -27.5,-72.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + pos: -17.5,-72.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + pos: -32.5,-76.5 + parent: 2 + - uid: 16654 + components: + - type: Transform + pos: -32.5,-77.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: -32.5,-78.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: -32.5,-79.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: -32.5,-80.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: -32.5,-81.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: -32.5,-82.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + pos: -32.5,-83.5 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: -33.5,-83.5 + parent: 2 + - uid: 16662 + components: + - type: Transform + pos: -33.5,-84.5 + parent: 2 + - uid: 16663 + components: + - type: Transform + pos: -33.5,-85.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: -33.5,-86.5 + parent: 2 + - uid: 16666 + components: + - type: Transform + pos: -32.5,-86.5 + parent: 2 + - uid: 16667 + components: + - type: Transform + pos: -32.5,-87.5 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: -31.5,-87.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: -30.5,-87.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: -29.5,-87.5 + parent: 2 + - uid: 16671 + components: + - type: Transform + pos: -28.5,-87.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: -22.5,-88.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + pos: -26.5,-87.5 + parent: 2 + - uid: 16679 + components: + - type: Transform + pos: -20.5,-87.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + pos: -19.5,-87.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + pos: -18.5,-87.5 + parent: 2 + - uid: 16682 + components: + - type: Transform + pos: -17.5,-87.5 + parent: 2 + - uid: 16683 + components: + - type: Transform + pos: -16.5,-87.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + pos: -15.5,-87.5 + parent: 2 + - uid: 16685 + components: + - type: Transform + pos: -14.5,-87.5 + parent: 2 + - uid: 16686 + components: + - type: Transform + pos: -14.5,-86.5 + parent: 2 + - uid: 16687 + components: + - type: Transform + pos: -13.5,-86.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + pos: -13.5,-85.5 + parent: 2 + - uid: 16689 + components: + - type: Transform + pos: -13.5,-84.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: -13.5,-83.5 + parent: 2 + - uid: 16691 + components: + - type: Transform + pos: -13.5,-82.5 + parent: 2 + - uid: 16692 + components: + - type: Transform + pos: -14.5,-82.5 + parent: 2 + - uid: 16693 + components: + - type: Transform + pos: -14.5,-81.5 + parent: 2 + - uid: 16694 + components: + - type: Transform + pos: -14.5,-80.5 + parent: 2 + - uid: 16695 + components: + - type: Transform + pos: -14.5,-79.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: -14.5,-78.5 + parent: 2 + - uid: 16697 + components: + - type: Transform + pos: -14.5,-77.5 + parent: 2 + - uid: 16698 + components: + - type: Transform + pos: -14.5,-76.5 + parent: 2 + - uid: 16705 + components: + - type: Transform + pos: -27.5,-87.5 + parent: 2 + - uid: 16709 + components: + - type: Transform + pos: -18.5,-88.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + pos: -21.5,-88.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + pos: -20.5,-88.5 + parent: 2 + - uid: 16994 + components: + - type: Transform + pos: -3.5,-75.5 + parent: 2 + - uid: 16995 + components: + - type: Transform + pos: -3.5,-74.5 + parent: 2 + - uid: 16996 + components: + - type: Transform + pos: -3.5,-73.5 + parent: 2 + - uid: 16997 + components: + - type: Transform + pos: -3.5,-72.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + pos: -2.5,-74.5 + parent: 2 + - uid: 17001 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 17005 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 17006 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + pos: 2.5,-74.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 17012 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + pos: -1.5,-74.5 + parent: 2 + - uid: 17224 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + pos: -8.5,-57.5 + parent: 2 + - uid: 17638 + components: + - type: Transform + pos: -9.5,-42.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + pos: 24.5,-76.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: 24.5,-77.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + pos: 24.5,-75.5 + parent: 2 + - uid: 17764 + components: + - type: Transform + pos: 59.5,-15.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + pos: 68.5,-20.5 + parent: 2 + - uid: 17938 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 + - uid: 17939 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 2 + - uid: 17940 + components: + - type: Transform + pos: -23.5,-72.5 + parent: 2 + - uid: 18050 + components: + - type: Transform + pos: 30.5,-71.5 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: -21.5,-79.5 + parent: 2 + - uid: 18485 + components: + - type: Transform + pos: -21.5,-81.5 + parent: 2 + - uid: 18486 + components: + - type: Transform + pos: -21.5,-80.5 + parent: 2 + - uid: 18578 + components: + - type: Transform + pos: -21.5,-82.5 + parent: 2 + - uid: 18579 + components: + - type: Transform + pos: -21.5,-83.5 + parent: 2 + - uid: 18582 + components: + - type: Transform + pos: -22.5,-83.5 + parent: 2 + - uid: 18583 + components: + - type: Transform + pos: -23.5,-83.5 + parent: 2 + - uid: 18585 + components: + - type: Transform + pos: -23.5,-79.5 + parent: 2 + - uid: 18586 + components: + - type: Transform + pos: -24.5,-83.5 + parent: 2 + - uid: 18587 + components: + - type: Transform + pos: -22.5,-79.5 + parent: 2 + - uid: 18588 + components: + - type: Transform + pos: -23.5,-78.5 + parent: 2 + - uid: 18589 + components: + - type: Transform + pos: -23.5,-77.5 + parent: 2 + - uid: 18590 + components: + - type: Transform + pos: -23.5,-75.5 + parent: 2 + - uid: 18591 + components: + - type: Transform + pos: -23.5,-74.5 + parent: 2 + - uid: 18592 + components: + - type: Transform + pos: -23.5,-76.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + pos: 55.5,-76.5 + parent: 2 + - uid: 18637 + components: + - type: Transform + pos: 56.5,-75.5 + parent: 2 + - uid: 18638 + components: + - type: Transform + pos: 57.5,-75.5 + parent: 2 + - uid: 18639 + components: + - type: Transform + pos: 58.5,-75.5 + parent: 2 + - uid: 18640 + components: + - type: Transform + pos: 59.5,-75.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 18642 + components: + - type: Transform + pos: 61.5,-75.5 + parent: 2 + - uid: 18643 + components: + - type: Transform + pos: 61.5,-74.5 + parent: 2 + - uid: 18644 + components: + - type: Transform + pos: 62.5,-74.5 + parent: 2 + - uid: 18645 + components: + - type: Transform + pos: 63.5,-74.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + pos: 63.5,-73.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + pos: 64.5,-73.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + pos: 65.5,-73.5 + parent: 2 + - uid: 18649 + components: + - type: Transform + pos: 65.5,-72.5 + parent: 2 + - uid: 18650 + components: + - type: Transform + pos: 66.5,-72.5 + parent: 2 + - uid: 18651 + components: + - type: Transform + pos: 67.5,-72.5 + parent: 2 + - uid: 18652 + components: + - type: Transform + pos: 67.5,-71.5 + parent: 2 + - uid: 18653 + components: + - type: Transform + pos: 69.5,-71.5 + parent: 2 + - uid: 18654 + components: + - type: Transform + pos: 70.5,-71.5 + parent: 2 + - uid: 18655 + components: + - type: Transform + pos: 71.5,-71.5 + parent: 2 + - uid: 18656 + components: + - type: Transform + pos: 72.5,-71.5 + parent: 2 + - uid: 18657 + components: + - type: Transform + pos: 73.5,-71.5 + parent: 2 + - uid: 18658 + components: + - type: Transform + pos: 74.5,-71.5 + parent: 2 + - uid: 18659 + components: + - type: Transform + pos: 75.5,-71.5 + parent: 2 + - uid: 18660 + components: + - type: Transform + pos: 76.5,-71.5 + parent: 2 + - uid: 18661 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 18662 + components: + - type: Transform + pos: 68.5,-71.5 + parent: 2 + - uid: 18663 + components: + - type: Transform + pos: 77.5,-70.5 + parent: 2 + - uid: 18664 + components: + - type: Transform + pos: 77.5,-69.5 + parent: 2 + - uid: 18665 + components: + - type: Transform + pos: 76.5,-69.5 + parent: 2 + - uid: 18666 + components: + - type: Transform + pos: 75.5,-69.5 + parent: 2 + - uid: 18667 + components: + - type: Transform + pos: 74.5,-69.5 + parent: 2 + - uid: 18668 + components: + - type: Transform + pos: 74.5,-68.5 + parent: 2 + - uid: 18669 + components: + - type: Transform + pos: 74.5,-67.5 + parent: 2 + - uid: 18670 + components: + - type: Transform + pos: 75.5,-67.5 + parent: 2 + - uid: 18671 + components: + - type: Transform + pos: 77.5,-67.5 + parent: 2 + - uid: 18672 + components: + - type: Transform + pos: 78.5,-67.5 + parent: 2 + - uid: 18673 + components: + - type: Transform + pos: 76.5,-67.5 + parent: 2 + - uid: 18674 + components: + - type: Transform + pos: 79.5,-67.5 + parent: 2 + - uid: 18675 + components: + - type: Transform + pos: 79.5,-68.5 + parent: 2 + - uid: 18676 + components: + - type: Transform + pos: 79.5,-69.5 + parent: 2 + - uid: 18677 + components: + - type: Transform + pos: 80.5,-69.5 + parent: 2 + - uid: 18678 + components: + - type: Transform + pos: 81.5,-69.5 + parent: 2 + - uid: 18679 + components: + - type: Transform + pos: 82.5,-69.5 + parent: 2 + - uid: 18680 + components: + - type: Transform + pos: 78.5,-58.5 + parent: 2 + - uid: 18681 + components: + - type: Transform + pos: 78.5,-59.5 + parent: 2 + - uid: 18682 + components: + - type: Transform + pos: 78.5,-60.5 + parent: 2 + - uid: 18683 + components: + - type: Transform + pos: 78.5,-61.5 + parent: 2 + - uid: 18684 + components: + - type: Transform + pos: 79.5,-61.5 + parent: 2 + - uid: 18685 + components: + - type: Transform + pos: 79.5,-62.5 + parent: 2 + - uid: 18686 + components: + - type: Transform + pos: 79.5,-63.5 + parent: 2 + - uid: 18687 + components: + - type: Transform + pos: 79.5,-64.5 + parent: 2 + - uid: 18688 + components: + - type: Transform + pos: 79.5,-65.5 + parent: 2 + - uid: 18689 + components: + - type: Transform + pos: 79.5,-66.5 + parent: 2 + - uid: 18690 + components: + - type: Transform + pos: 82.5,-68.5 + parent: 2 + - uid: 18691 + components: + - type: Transform + pos: 82.5,-67.5 + parent: 2 + - uid: 19287 + components: + - type: Transform + pos: -26.5,-74.5 + parent: 2 + - uid: 19319 + components: + - type: Transform + pos: -18.5,-72.5 + parent: 2 + - uid: 19325 + components: + - type: Transform + pos: -17.5,-74.5 + parent: 2 + - uid: 19326 + components: + - type: Transform + pos: -16.5,-74.5 + parent: 2 + - uid: 19327 + components: + - type: Transform + pos: -15.5,-74.5 + parent: 2 + - uid: 19338 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 +- proto: CableMV + entities: + - uid: 256 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 64.5,-28.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 64.5,-27.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 31.5,-70.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: 64.5,-41.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: 17.5,-56.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: -34.5,-18.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: 19.5,-63.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 66.5,-19.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: 63.5,-54.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: -16.5,-74.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + pos: -29.5,-74.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: -30.5,-74.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: 76.5,-71.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: -15.5,-74.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: 69.5,-38.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: 62.5,-74.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + pos: 61.5,-74.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: 69.5,-23.5 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 3301 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 3343 + components: + - type: Transform + pos: 32.5,-70.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: 71.5,-66.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: 67.5,-49.5 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: 66.5,-51.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + pos: 66.5,-49.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: 61.5,-42.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + pos: 59.5,-18.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + pos: 64.5,-20.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: -47.5,-36.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: 63.5,-52.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + pos: -48.5,-36.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: -48.5,-37.5 + parent: 2 + - uid: 3597 + components: + - type: Transform + pos: -48.5,-38.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + pos: 57.5,-75.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: -48.5,-39.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: -31.5,-74.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: 60.5,-41.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: 62.5,-52.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: 31.5,-69.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: 59.5,-21.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: 64.5,-19.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: 64.5,-21.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: -17.5,-74.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: 62.5,-19.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: 82.5,-45.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 28.5,-69.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + pos: 30.5,-70.5 + parent: 2 + - uid: 5263 + components: + - type: Transform + pos: -32.5,-83.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: 33.5,-70.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + pos: 58.5,-18.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: 65.5,-52.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + pos: 64.5,-52.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: 42.5,-74.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: 60.5,-42.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: -34.5,-45.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: -35.5,-45.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + pos: 66.5,-50.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -22.5,-73.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: -23.5,-73.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + pos: -24.5,-73.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: -25.5,-73.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: -26.5,-73.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: -27.5,-73.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: -29.5,-73.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + pos: -28.5,-73.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: -21.5,-73.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + pos: -20.5,-73.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + pos: -19.5,-73.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + pos: -14.5,-81.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + pos: -14.5,-80.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: -14.5,-79.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: -14.5,-78.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + pos: -14.5,-77.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + pos: -14.5,-76.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + pos: -32.5,-76.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + pos: -32.5,-77.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: -32.5,-78.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: -32.5,-79.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: -32.5,-80.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: -32.5,-81.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: -32.5,-82.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: -23.5,-72.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: -23.5,-69.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: 16.5,-94.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + pos: 66.5,-48.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 28.5,-67.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 27.5,-67.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: -32.5,-75.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: 27.5,-69.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + pos: 29.5,-67.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 6689 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + pos: -32.5,-74.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + pos: 58.5,-75.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: 68.5,-38.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 7239 + components: + - type: Transform + pos: 50.5,-53.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: 72.5,-71.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + pos: 70.5,-71.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + pos: 71.5,-71.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: 77.5,-70.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: 75.5,-71.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + pos: 34.5,-70.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + pos: 92.5,-47.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + pos: 90.5,-47.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: 93.5,-45.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: 92.5,-45.5 + parent: 2 + - uid: 7476 + components: + - type: Transform + pos: 91.5,-45.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: 90.5,-45.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: 89.5,-45.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + pos: 89.5,-47.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: 88.5,-47.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + pos: 84.5,-47.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + pos: 93.5,-46.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: 82.5,-66.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: 63.5,-56.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: 66.5,-52.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: 74.5,-69.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + pos: 67.5,-38.5 + parent: 2 + - uid: 8070 + components: + - type: Transform + pos: 64.5,-29.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: 74.5,-71.5 + parent: 2 + - uid: 8162 + components: + - type: Transform + pos: 64.5,-38.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + pos: 15.5,-94.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 58.5,-52.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: 55.5,-52.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + pos: 17.5,-94.5 + parent: 2 + - uid: 8823 + components: + - type: Transform + pos: 66.5,-47.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: 35.5,-70.5 + parent: 2 + - uid: 9075 + components: + - type: Transform + pos: 15.5,-93.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: 15.5,-92.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: 14.5,-92.5 + parent: 2 + - uid: 9231 + components: + - type: Transform + pos: 65.5,-19.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: 68.5,-19.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: 59.5,-52.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: 66.5,-42.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 64.5,-31.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 64.5,-30.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: 63.5,-42.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 63.5,-53.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 61.5,-18.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 61.5,-19.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: 57.5,-52.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: -54.5,-23.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 10536 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 10573 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 10574 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 10586 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: 4.5,-62.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: -1.5,-59.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: -2.5,-59.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + pos: -3.5,-59.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + pos: -4.5,-59.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: -1.5,-54.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 10623 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: -7.5,-69.5 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: -7.5,-70.5 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -7.5,-71.5 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -7.5,-72.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + pos: -7.5,-73.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + pos: -7.5,-74.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -6.5,-74.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: -6.5,-75.5 + parent: 2 + - uid: 10636 + components: + - type: Transform + pos: -6.5,-76.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 10639 + components: + - type: Transform + pos: 19.5,-61.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: 18.5,-61.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + pos: 17.5,-62.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: 17.5,-63.5 + parent: 2 + - uid: 10647 + components: + - type: Transform + pos: 19.5,-64.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + pos: 19.5,-65.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + pos: 19.5,-66.5 + parent: 2 + - uid: 10650 + components: + - type: Transform + pos: 19.5,-67.5 + parent: 2 + - uid: 10651 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 10652 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + pos: 42.5,-73.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + pos: 63.5,-55.5 + parent: 2 + - uid: 10677 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 10678 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + pos: 17.5,-57.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: 19.5,-55.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + pos: 19.5,-54.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + pos: 19.5,-53.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + pos: 19.5,-52.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + pos: 18.5,-52.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: 17.5,-52.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 10691 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 10694 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - uid: 10696 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + pos: 48.5,-38.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + pos: 47.5,-38.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + pos: 46.5,-38.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 2 + - uid: 10711 + components: + - type: Transform + pos: 42.5,-38.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: 41.5,-38.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 10714 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 10715 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 10716 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + pos: 39.5,-35.5 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: 37.5,-35.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: 37.5,-36.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + pos: 37.5,-37.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + pos: 37.5,-38.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + pos: 37.5,-39.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + pos: 37.5,-40.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + pos: 38.5,-40.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: 39.5,-40.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + pos: 41.5,-40.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: 42.5,-40.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + pos: 43.5,-40.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + pos: 43.5,-39.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + pos: 62.5,-42.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: 63.5,-19.5 + parent: 2 + - uid: 10805 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: 93.5,-47.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + pos: 71.5,-65.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + pos: 72.5,-65.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 73.5,-65.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + pos: 73.5,-66.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 77.5,-44.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + pos: 46.5,-36.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 10845 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: 50.5,-36.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: 50.5,-37.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: 50.5,-38.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + pos: 50.5,-39.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 50.5,-40.5 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: 51.5,-40.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 52.5,-41.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 52.5,-42.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 52.5,-43.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: 52.5,-44.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + pos: 52.5,-45.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: -50.5,-23.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: -49.5,-23.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: -47.5,-23.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: -45.5,-23.5 + parent: 2 + - uid: 10869 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: -42.5,-24.5 + parent: 2 + - uid: 10873 + components: + - type: Transform + pos: -41.5,-24.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: -35.5,-23.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: -35.5,-18.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: -44.5,-40.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: -45.5,-40.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: -46.5,-40.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: -48.5,-40.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: -49.5,-40.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: -43.5,-40.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: -43.5,-43.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: -43.5,-46.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: -43.5,-47.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: -43.5,-48.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: -43.5,-49.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: -43.5,-50.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: -43.5,-52.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + pos: -43.5,-53.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: -43.5,-55.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: -43.5,-56.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: -26.5,-65.5 + parent: 2 + - uid: 10996 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 10997 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 11000 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 11002 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: -21.5,-62.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: -19.5,-62.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + pos: -27.5,-65.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: -27.5,-66.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + pos: -27.5,-67.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: -26.5,-67.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: -27.5,-63.5 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: -28.5,-63.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: -28.5,-61.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -30.5,-61.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: -30.5,-60.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -30.5,-59.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: -62.5,-65.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: -61.5,-65.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: -61.5,-66.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: -60.5,-66.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: -59.5,-66.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: -58.5,-66.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: -57.5,-66.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: -57.5,-65.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: -57.5,-64.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: -56.5,-66.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: -55.5,-66.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: -54.5,-66.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: -53.5,-66.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -52.5,-66.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: -51.5,-66.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: -50.5,-66.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: -50.5,-65.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: -49.5,-65.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: -48.5,-65.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: -47.5,-65.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + pos: -45.5,-65.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + pos: -44.5,-65.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + pos: -43.5,-65.5 + parent: 2 + - uid: 11046 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + pos: -41.5,-65.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: -40.5,-65.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -39.5,-65.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: -38.5,-65.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: -37.5,-65.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 11217 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 11218 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - uid: 11220 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 2 + - uid: 11221 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 2 + - uid: 11222 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + pos: -25.5,-56.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + pos: -26.5,-56.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + pos: -28.5,-56.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + pos: -32.5,-56.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + pos: -33.5,-56.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + pos: -34.5,-56.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: -34.5,-55.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + pos: -34.5,-54.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: -17.5,-55.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + pos: -17.5,-53.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + pos: -31.5,-31.5 + parent: 2 + - uid: 11286 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 11287 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: 65.5,-27.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: 70.5,-20.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: 66.5,-25.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + pos: 66.5,-72.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: 28.5,-56.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: 29.5,-56.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 10.5,-91.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + pos: 10.5,-92.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: 16.5,-94.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: 11.5,-92.5 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: 18.5,-94.5 + parent: 2 + - uid: 12169 + components: + - type: Transform + pos: 19.5,-94.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: 20.5,-94.5 + parent: 2 + - uid: 12171 + components: + - type: Transform + pos: 21.5,-94.5 + parent: 2 + - uid: 12172 + components: + - type: Transform + pos: 22.5,-94.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: 23.5,-94.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: 24.5,-94.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + pos: 25.5,-94.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: 26.5,-94.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: 27.5,-94.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: 28.5,-94.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: 29.5,-94.5 + parent: 2 + - uid: 12180 + components: + - type: Transform + pos: 30.5,-94.5 + parent: 2 + - uid: 12181 + components: + - type: Transform + pos: 30.5,-95.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: 31.5,-95.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: 32.5,-95.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + pos: 30.5,-96.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: 30.5,-97.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: 30.5,-98.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: 30.5,-99.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + pos: 31.5,-99.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + pos: 32.5,-99.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: 33.5,-99.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + pos: 34.5,-99.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: 35.5,-99.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: 36.5,-99.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: 37.5,-99.5 + parent: 2 + - uid: 12207 + components: + - type: Transform + pos: 38.5,-99.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: 39.5,-99.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: 40.5,-99.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: 41.5,-99.5 + parent: 2 + - uid: 12211 + components: + - type: Transform + pos: 42.5,-99.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: 43.5,-99.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: 44.5,-99.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + pos: 45.5,-99.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: 46.5,-99.5 + parent: 2 + - uid: 12216 + components: + - type: Transform + pos: 47.5,-99.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + pos: 48.5,-99.5 + parent: 2 + - uid: 12218 + components: + - type: Transform + pos: 49.5,-99.5 + parent: 2 + - uid: 12219 + components: + - type: Transform + pos: 49.5,-98.5 + parent: 2 + - uid: 12220 + components: + - type: Transform + pos: 49.5,-97.5 + parent: 2 + - uid: 12221 + components: + - type: Transform + pos: 48.5,-97.5 + parent: 2 + - uid: 12341 + components: + - type: Transform + pos: 12.5,-92.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + pos: 13.5,-92.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + pos: 13.5,-91.5 + parent: 2 + - uid: 12418 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 12581 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 12582 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 12583 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 12584 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 12586 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 12587 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 12591 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 12592 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 12593 + components: + - type: Transform + pos: -20.5,-42.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 12714 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 12716 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 12723 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: 56.5,-72.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + pos: 57.5,-70.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: 66.5,-38.5 + parent: 2 + - uid: 12860 + components: + - type: Transform + pos: 65.5,-38.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + pos: 41.5,-73.5 + parent: 2 + - uid: 12871 + components: + - type: Transform + pos: 40.5,-73.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + pos: 38.5,-73.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: 37.5,-73.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + pos: 37.5,-72.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + pos: 36.5,-72.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + pos: 35.5,-72.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + pos: 35.5,-71.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + pos: 28.5,-66.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + pos: 28.5,-65.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + pos: 28.5,-64.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: 28.5,-63.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + pos: 28.5,-62.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + pos: 28.5,-61.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + pos: 28.5,-60.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: 61.5,-75.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 12934 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 13032 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 13035 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - uid: 13039 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 13040 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 13152 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 + - uid: 13164 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 13168 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - uid: 13172 + components: + - type: Transform + pos: 11.5,-41.5 + parent: 2 + - uid: 13173 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + pos: 33.5,-95.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: -23.5,-68.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: -23.5,-67.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 13394 + components: + - type: Transform + pos: -47.5,-40.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + pos: 56.5,-71.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + pos: 76.5,-69.5 + parent: 2 + - uid: 13865 + components: + - type: Transform + pos: 65.5,-72.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + pos: 56.5,-73.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + pos: 57.5,-68.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + pos: 58.5,-70.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + pos: 65.5,-25.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + pos: 65.5,-26.5 + parent: 2 + - uid: 14123 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: 85.5,-47.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: 64.5,-40.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: 56.5,-70.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 14442 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 14444 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 14450 + components: + - type: Transform + pos: 58.5,-69.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: 83.5,-47.5 + parent: 2 + - uid: 14575 + components: + - type: Transform + pos: 86.5,-47.5 + parent: 2 + - uid: 14576 + components: + - type: Transform + pos: 87.5,-47.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + pos: 63.5,-73.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: 75.5,-69.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + pos: 91.5,-47.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + pos: 64.5,-35.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + pos: 64.5,-32.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 15338 + components: + - type: Transform + pos: 65.5,-73.5 + parent: 2 + - uid: 15391 + components: + - type: Transform + pos: 73.5,-71.5 + parent: 2 + - uid: 15395 + components: + - type: Transform + pos: 50.5,-56.5 + parent: 2 + - uid: 15396 + components: + - type: Transform + pos: 50.5,-54.5 + parent: 2 + - uid: 15397 + components: + - type: Transform + pos: 50.5,-55.5 + parent: 2 + - uid: 15398 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 15399 + components: + - type: Transform + pos: 70.5,-38.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 69.5,-25.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: 68.5,-25.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: 67.5,-25.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: 64.5,-34.5 + parent: 2 + - uid: 16239 + components: + - type: Transform + pos: 64.5,-36.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: 64.5,-33.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: 67.5,-71.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + pos: 67.5,-72.5 + parent: 2 + - uid: 16483 + components: + - type: Transform + pos: 58.5,-68.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + pos: -14.5,-82.5 + parent: 2 + - uid: 16488 + components: + - type: Transform + pos: 69.5,-71.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: 68.5,-71.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: 77.5,-69.5 + parent: 2 + - uid: 16510 + components: + - type: Transform + pos: 56.5,-75.5 + parent: 2 + - uid: 16517 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - uid: 16519 + components: + - type: Transform + pos: 64.5,-73.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: -31.5,-85.5 + parent: 2 + - uid: 16626 + components: + - type: Transform + pos: -31.5,-77.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: -15.5,-85.5 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: -15.5,-77.5 + parent: 2 + - uid: 16868 + components: + - type: Transform + pos: 67.5,-46.5 + parent: 2 + - uid: 16869 + components: + - type: Transform + pos: 66.5,-46.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + pos: 71.5,-46.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + pos: 64.5,-42.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + pos: 70.5,-46.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + pos: 66.5,-43.5 + parent: 2 + - uid: 17267 + components: + - type: Transform + pos: 75.5,-44.5 + parent: 2 + - uid: 17436 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 17471 + components: + - type: Transform + pos: 52.5,-52.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 17855 + components: + - type: Transform + pos: 68.5,-46.5 + parent: 2 + - uid: 17859 + components: + - type: Transform + pos: 69.5,-46.5 + parent: 2 + - uid: 17866 + components: + - type: Transform + pos: 72.5,-46.5 + parent: 2 + - uid: 17927 + components: + - type: Transform + pos: -32.5,-84.5 + parent: 2 + - uid: 17928 + components: + - type: Transform + pos: -14.5,-83.5 + parent: 2 + - uid: 17929 + components: + - type: Transform + pos: -14.5,-84.5 + parent: 2 + - uid: 17936 + components: + - type: Transform + pos: -14.5,-74.5 + parent: 2 + - uid: 17937 + components: + - type: Transform + pos: -14.5,-75.5 + parent: 2 + - uid: 17941 + components: + - type: Transform + pos: -25.5,-67.5 + parent: 2 + - uid: 17942 + components: + - type: Transform + pos: -24.5,-67.5 + parent: 2 + - uid: 18024 + components: + - type: Transform + pos: 63.5,-74.5 + parent: 2 + - uid: 18025 + components: + - type: Transform + pos: 67.5,-19.5 + parent: 2 + - uid: 18039 + components: + - type: Transform + pos: 59.5,-75.5 + parent: 2 + - uid: 18103 + components: + - type: Transform + pos: 50.5,-57.5 + parent: 2 + - uid: 18229 + components: + - type: Transform + pos: 56.5,-74.5 + parent: 2 + - uid: 18231 + components: + - type: Transform + pos: -31.5,-82.5 + parent: 2 + - uid: 18235 + components: + - type: Transform + pos: -32.5,-85.5 + parent: 2 + - uid: 18236 + components: + - type: Transform + pos: -14.5,-85.5 + parent: 2 + - uid: 18359 + components: + - type: Transform + pos: 61.5,-20.5 + parent: 2 + - uid: 18360 + components: + - type: Transform + pos: 61.5,-21.5 + parent: 2 + - uid: 18369 + components: + - type: Transform + pos: 70.5,-22.5 + parent: 2 + - uid: 18370 + components: + - type: Transform + pos: 70.5,-21.5 + parent: 2 + - uid: 18432 + components: + - type: Transform + pos: -31.5,-80.5 + parent: 2 + - uid: 18438 + components: + - type: Transform + pos: -15.5,-80.5 + parent: 2 + - uid: 18577 + components: + - type: Transform + pos: -15.5,-82.5 + parent: 2 + - uid: 18601 + components: + - type: Transform + pos: 83.5,-46.5 + parent: 2 + - uid: 18602 + components: + - type: Transform + pos: 83.5,-45.5 + parent: 2 + - uid: 18603 + components: + - type: Transform + pos: 83.5,-44.5 + parent: 2 + - uid: 18604 + components: + - type: Transform + pos: 83.5,-43.5 + parent: 2 + - uid: 18605 + components: + - type: Transform + pos: 84.5,-43.5 + parent: 2 + - uid: 18606 + components: + - type: Transform + pos: 85.5,-43.5 + parent: 2 + - uid: 18607 + components: + - type: Transform + pos: 86.5,-43.5 + parent: 2 + - uid: 18608 + components: + - type: Transform + pos: 87.5,-43.5 + parent: 2 + - uid: 18609 + components: + - type: Transform + pos: 88.5,-43.5 + parent: 2 + - uid: 18610 + components: + - type: Transform + pos: 89.5,-43.5 + parent: 2 + - uid: 18611 + components: + - type: Transform + pos: 90.5,-43.5 + parent: 2 + - uid: 18612 + components: + - type: Transform + pos: 91.5,-43.5 + parent: 2 + - uid: 18613 + components: + - type: Transform + pos: 92.5,-43.5 + parent: 2 + - uid: 18614 + components: + - type: Transform + pos: 93.5,-43.5 + parent: 2 + - uid: 18615 + components: + - type: Transform + pos: 93.5,-44.5 + parent: 2 + - uid: 18698 + components: + - type: Transform + pos: 71.5,-67.5 + parent: 2 + - uid: 18699 + components: + - type: Transform + pos: 71.5,-68.5 + parent: 2 + - uid: 18700 + components: + - type: Transform + pos: 72.5,-68.5 + parent: 2 + - uid: 18701 + components: + - type: Transform + pos: 73.5,-68.5 + parent: 2 + - uid: 18702 + components: + - type: Transform + pos: 74.5,-68.5 + parent: 2 + - uid: 18703 + components: + - type: Transform + pos: 74.5,-67.5 + parent: 2 + - uid: 18704 + components: + - type: Transform + pos: 75.5,-67.5 + parent: 2 + - uid: 18705 + components: + - type: Transform + pos: 76.5,-67.5 + parent: 2 + - uid: 18706 + components: + - type: Transform + pos: 77.5,-67.5 + parent: 2 + - uid: 18707 + components: + - type: Transform + pos: 78.5,-67.5 + parent: 2 + - uid: 18708 + components: + - type: Transform + pos: 79.5,-67.5 + parent: 2 + - uid: 18709 + components: + - type: Transform + pos: 79.5,-68.5 + parent: 2 + - uid: 18710 + components: + - type: Transform + pos: 79.5,-69.5 + parent: 2 + - uid: 18711 + components: + - type: Transform + pos: 80.5,-69.5 + parent: 2 + - uid: 18712 + components: + - type: Transform + pos: 81.5,-69.5 + parent: 2 + - uid: 18713 + components: + - type: Transform + pos: 82.5,-69.5 + parent: 2 + - uid: 18714 + components: + - type: Transform + pos: 82.5,-68.5 + parent: 2 + - uid: 18715 + components: + - type: Transform + pos: 82.5,-67.5 + parent: 2 + - uid: 18716 + components: + - type: Transform + pos: 83.5,-68.5 + parent: 2 + - uid: 18717 + components: + - type: Transform + pos: 84.5,-68.5 + parent: 2 + - uid: 18739 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 19072 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 19340 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 19341 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 + - uid: 19342 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 3002 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + pos: 31.5,-70.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-46.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + pos: 32.5,-70.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-65.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-65.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-65.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-45.5 + parent: 2 + - uid: 17823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-21.5 + parent: 2 +- proto: CandleGreen + entities: + - uid: 19004 + components: + - type: Transform + pos: -20.960976,-37.37284 + parent: 2 + - uid: 19006 + components: + - type: Transform + pos: -18.037804,-37.363953 + parent: 2 + - uid: 19007 + components: + - type: Transform + pos: -18.860113,-37.363953 + parent: 2 + - uid: 19009 + components: + - type: Transform + pos: -20.16005,-37.35431 + parent: 2 +- proto: CandlePurple + entities: + - uid: 245 + components: + - type: Transform + pos: -18.208582,-33.34535 + parent: 2 + - uid: 16002 + components: + - type: Transform + pos: -18.646082,-33.78315 + parent: 2 + - uid: 18846 + components: + - type: Transform + pos: -18.34701,-33.632214 + parent: 2 + - uid: 19000 + components: + - type: Transform + pos: -20.303846,-33.696445 + parent: 2 + - uid: 19002 + components: + - type: Transform + pos: -20.824678,-33.508816 + parent: 2 + - uid: 19003 + components: + - type: Transform + pos: -20.522596,-33.289913 + parent: 2 +- proto: CandlePurpleSmall + entities: + - uid: 4411 + components: + - type: Transform + pos: -20.781498,-31.281414 + parent: 2 + - uid: 18692 + components: + - type: Transform + pos: -20.564438,-31.177711 + parent: 2 + - uid: 18847 + components: + - type: Transform + pos: -20.864832,-31.531588 + parent: 2 + - uid: 18997 + components: + - type: Transform + pos: -20.605928,-33.769413 + parent: 2 + - uid: 19001 + components: + - type: Transform + pos: -20.189262,-33.27949 + parent: 2 +- proto: CandleRed + entities: + - uid: 19005 + components: + - type: Transform + pos: -18.447529,-37.35353 + parent: 2 + - uid: 19008 + components: + - type: Transform + pos: -20.555466,-37.371918 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 3939 + components: + - type: Transform + pos: 51.5,-71.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 51.5,-72.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: 38.5,-59.5 + parent: 2 +- proto: CargoMailTeleporter + entities: + - uid: 3833 + components: + - type: Transform + pos: 17.5,-99.5 + parent: 2 +- proto: Carpet + entities: + - uid: 7087 + components: + - type: Transform + pos: 32.5,-49.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: 33.5,-49.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: 34.5,-49.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + pos: 35.5,-49.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: 36.5,-49.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + pos: 57.5,-44.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + pos: 71.5,-47.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + pos: 71.5,-48.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: 70.5,-47.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 70.5,-48.5 + parent: 2 + - uid: 17424 + components: + - type: Transform + pos: 36.5,-44.5 + parent: 2 + - uid: 17425 + components: + - type: Transform + pos: 36.5,-42.5 + parent: 2 + - uid: 17429 + components: + - type: Transform + pos: 36.5,-45.5 + parent: 2 + - uid: 17430 + components: + - type: Transform + pos: 36.5,-43.5 + parent: 2 + - uid: 18257 + components: + - type: Transform + pos: 29.5,-37.5 + parent: 2 + - uid: 18258 + components: + - type: Transform + pos: 28.5,-37.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 1888 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + pos: -5.5,-69.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + pos: -9.5,-66.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -4.5,-67.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + pos: -1.5,-66.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + pos: -1.5,-67.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 3594 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: 54.5,-56.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: 54.5,-57.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: -21.5,-46.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -3.5,-61.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: -1.5,-64.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: -1.5,-63.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: -2.5,-63.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: -3.5,-64.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: -3.5,-63.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: -3.5,-61.5 + parent: 2 + - uid: 4779 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: -5.5,-64.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: -9.5,-62.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: -9.5,-63.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: -9.5,-65.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -6.5,-69.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 53.5,-55.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: -18.5,-41.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + pos: -17.5,-41.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: -17.5,-40.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: 55.5,-57.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: 55.5,-55.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 55.5,-56.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + pos: 53.5,-57.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: 53.5,-56.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: 52.5,-56.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + pos: 54.5,-55.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: 52.5,-57.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: 52.5,-55.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 5129 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 5136 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: 15.5,-58.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: 14.5,-60.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: 15.5,-60.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + pos: -51.5,-61.5 + parent: 2 + - uid: 18492 + components: + - type: Transform + pos: -51.5,-60.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 5945 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 6690 + components: + - type: Transform + pos: 23.5,-90.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: 23.5,-91.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: 24.5,-90.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + pos: 24.5,-91.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: 25.5,-90.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + pos: 25.5,-91.5 + parent: 2 + - uid: 6771 + components: + - type: Transform + pos: 11.5,-94.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + pos: 11.5,-95.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + pos: 11.5,-96.5 + parent: 2 + - uid: 6774 + components: + - type: Transform + pos: 12.5,-94.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + pos: 12.5,-95.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: 12.5,-96.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: 13.5,-94.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + pos: 13.5,-95.5 + parent: 2 + - uid: 6779 + components: + - type: Transform + pos: 13.5,-96.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: 10.5,-93.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + pos: 10.5,-94.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: 10.5,-95.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + pos: 10.5,-96.5 + parent: 2 + - uid: 6784 + components: + - type: Transform + pos: 10.5,-97.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + pos: 11.5,-93.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + pos: 11.5,-94.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: 11.5,-95.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: 11.5,-96.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + pos: 11.5,-97.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: 12.5,-93.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: 12.5,-94.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: 12.5,-95.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: 12.5,-96.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + pos: 12.5,-97.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: 13.5,-93.5 + parent: 2 + - uid: 6796 + components: + - type: Transform + pos: 13.5,-94.5 + parent: 2 + - uid: 6797 + components: + - type: Transform + pos: 13.5,-95.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + pos: 13.5,-96.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + pos: 13.5,-97.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + pos: 14.5,-93.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: 14.5,-94.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + pos: 14.5,-95.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + pos: 14.5,-96.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + pos: 14.5,-97.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + pos: 8.5,-86.5 + parent: 2 + - uid: 6822 + components: + - type: Transform + pos: 8.5,-87.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + pos: 8.5,-88.5 + parent: 2 + - uid: 6824 + components: + - type: Transform + pos: 9.5,-86.5 + parent: 2 + - uid: 6825 + components: + - type: Transform + pos: 9.5,-87.5 + parent: 2 + - uid: 6826 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: 10.5,-86.5 + parent: 2 + - uid: 6828 + components: + - type: Transform + pos: 10.5,-87.5 + parent: 2 + - uid: 6829 + components: + - type: Transform + pos: 10.5,-88.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + pos: 25.5,-89.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: 24.5,-89.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: 23.5,-89.5 + parent: 2 +- proto: CarpetPink + entities: + - uid: 731 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: -49.5,-45.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: -49.5,-44.5 + parent: 2 + - uid: 747 + components: + - type: Transform + pos: -49.5,-47.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: -47.5,-47.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: -49.5,-46.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: -49.5,-43.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: -47.5,-45.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -46.5,-43.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: -46.5,-46.5 + parent: 2 + - uid: 768 + components: + - type: Transform + pos: -48.5,-47.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + pos: -47.5,-46.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + pos: -46.5,-47.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + pos: -46.5,-45.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + pos: -46.5,-44.5 + parent: 2 + - uid: 17541 + components: + - type: Transform + pos: -50.5,-61.5 + parent: 2 + - uid: 18490 + components: + - type: Transform + pos: -50.5,-60.5 + parent: 2 + - uid: 19178 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 5017 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - uid: 5026 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 5463 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + pos: -38.5,-55.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + pos: -38.5,-53.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: -41.5,-52.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: -40.5,-53.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: -37.5,-53.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: -41.5,-53.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: -40.5,-52.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -47.5,-53.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: -47.5,-52.5 + parent: 2 +- proto: CarpetWhite + entities: + - uid: 17542 + components: + - type: Transform + pos: -49.5,-61.5 + parent: 2 + - uid: 18491 + components: + - type: Transform + pos: -49.5,-60.5 + parent: 2 +- proto: CartridgePistolSpent + entities: + - uid: 16771 + components: + - type: Transform + rot: 0.08726646259971649 rad + pos: 1.2813046,-9.852438 + parent: 2 + - uid: 16772 + components: + - type: Transform + rot: 0.4363323129985824 rad + pos: 1.6094296,-10.165154 + parent: 2 + - uid: 16773 + components: + - type: Transform + rot: 1.3962634015954636 rad + pos: 1.3594296,-10.102612 + parent: 2 + - uid: 16774 + components: + - type: Transform + rot: 0.9599310885968813 rad + pos: 1.2500546,-10.352785 + parent: 2 + - uid: 16775 + components: + - type: Transform + pos: 1.7628794,-9.961888 + parent: 2 + - uid: 16776 + components: + - type: Transform + pos: 9.571004,-11.134578 + parent: 2 + - uid: 16777 + components: + - type: Transform + rot: 1.8325957145940461 rad + pos: 9.258504,-11.244029 + parent: 2 + - uid: 16778 + components: + - type: Transform + pos: 9.071004,-11.040763 + parent: 2 + - uid: 16779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.336629,-11.025127 + parent: 2 + - uid: 16780 + components: + - type: Transform + rot: 1.3962634015954636 rad + pos: 8.483122,-10.665503 + parent: 2 + - uid: 16781 + components: + - type: Transform + rot: 0.2617993877991494 rad + pos: 2.0381756,-10.556972 + parent: 2 + - uid: 16782 + components: + - type: Transform + rot: 6.1086523819801535 rad + pos: 2.177369,-12.613285 + parent: 2 + - uid: 16783 + components: + - type: Transform + rot: 0.8726646259971648 rad + pos: 1.0056226,-10.772122 + parent: 2 + - uid: 16784 + components: + - type: Transform + pos: 1.1461192,-11.675134 + parent: 2 + - uid: 16785 + components: + - type: Transform + rot: 0.03490658503988659 rad + pos: 1.0836192,-12.347476 + parent: 2 + - uid: 16786 + components: + - type: Transform + rot: 5.061454830783556 rad + pos: 10.847445,-11.08282 + parent: 2 + - uid: 16787 + components: + - type: Transform + pos: 11.70682,-11.332994 + parent: 2 + - uid: 16788 + components: + - type: Transform + rot: 0.6108652381980153 rad + pos: 0.5546459,-14.430194 + parent: 2 + - uid: 16789 + components: + - type: Transform + rot: 0.2617993877991494 rad + pos: 1.7057093,-13.617129 + parent: 2 + - uid: 16790 + components: + - type: Transform + pos: 12.858267,-12.976058 + parent: 2 + - uid: 16792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.3061843,-11.5151415 + parent: 2 + - uid: 16793 + components: + - type: Transform + pos: 3.1186843,-11.702772 + parent: 2 + - uid: 16794 + components: + - type: Transform + rot: 1.6580627893946132 rad + pos: 2.8988404,-12.050575 + parent: 2 + - uid: 16795 + components: + - type: Transform + pos: 3.0249343,-12.656559 + parent: 2 + - uid: 16796 + components: + - type: Transform + rot: 1.7453292519943295 rad + pos: 3.4780593,-12.031125 + parent: 2 + - uid: 16797 + components: + - type: Transform + rot: 5.410520681182422 rad + pos: 2.6343093,-11.03043 + parent: 2 + - uid: 16798 + components: + - type: Transform + pos: 3.1968093,-10.279908 + parent: 2 + - uid: 16799 + components: + - type: Transform + rot: 3.2288591161895095 rad + pos: 3.8530593,-10.3580885 + parent: 2 + - uid: 17773 + components: + - type: Transform + rot: 0.08726646259971647 rad + pos: -26.601246,-44.654137 + parent: 2 + - uid: 17774 + components: + - type: Transform + pos: -27.351246,-44.56032 + parent: 2 + - uid: 17775 + components: + - type: Transform + rot: 2.356194490192345 rad + pos: -26.788746,-45.17012 + parent: 2 + - uid: 17776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.168604,-43.817814 + parent: 2 + - uid: 17777 + components: + - type: Transform + rot: 0.5235987755982988 rad + pos: -26.819996,-44.25092 + parent: 2 + - uid: 17786 + components: + - type: Transform + pos: 3.529635,-9.49137 + parent: 2 + - uid: 17787 + components: + - type: Transform + rot: 0.7853981633974483 rad + pos: 4.501627,-10.320071 + parent: 2 + - uid: 18837 + components: + - type: Transform + rot: -0.6108652381980153 rad + pos: 59.640903,-49.893475 + parent: 2 + - uid: 18838 + components: + - type: Transform + rot: 0.3490658503988659 rad + pos: 59.109653,-50.15407 + parent: 2 + - uid: 18839 + components: + - type: Transform + rot: -1.0471975511965976 rad + pos: 58.536736,-49.69542 + parent: 2 + - uid: 18840 + components: + - type: Transform + rot: -0.3490658503988659 rad + pos: 59.005486,-49.309734 + parent: 2 + - uid: 18870 + components: + - type: Transform + rot: 0.4188790204786391 rad + pos: 58.067986,-49.236767 + parent: 2 + - uid: 18871 + components: + - type: Transform + rot: 1.6231562043547265 rad + pos: 57.422153,-50.07068 + parent: 2 + - uid: 18872 + components: + - type: Transform + rot: 0.24434609527920614 rad + pos: 56.939404,-49.486263 + parent: 2 + - uid: 18875 + components: + - type: Transform + pos: 57.265903,-49.184647 + parent: 2 + - uid: 18878 + components: + - type: Transform + rot: 0.4363323129985824 rad + pos: 56.526318,-49.841354 + parent: 2 + - uid: 18879 + components: + - type: Transform + rot: -0.3490658503988659 rad + pos: 57.213818,-48.74684 + parent: 2 + - uid: 18882 + components: + - type: Transform + rot: 0.5934119456780721 rad + pos: 57.536736,-49.476517 + parent: 2 + - uid: 18884 + components: + - type: Transform + rot: 2.3387411976724017 rad + pos: 56.533154,-49.26804 + parent: 2 + - uid: 18915 + components: + - type: Transform + rot: 2.6878070480712677 rad + pos: 56.69982,-49.017864 + parent: 2 + - uid: 19051 + components: + - type: Transform + pos: -30.132181,-37.531536 + parent: 2 + - uid: 19052 + components: + - type: Transform + rot: 0.12217304763960307 rad + pos: -29.975931,-37.878548 + parent: 2 + - uid: 19053 + components: + - type: Transform + rot: 0.7853981633974483 rad + pos: -29.757181,-37.333485 + parent: 2 + - uid: 19054 + components: + - type: Transform + rot: -0.3490658503988659 rad + pos: -29.705097,-37.638798 + parent: 2 + - uid: 19055 + components: + - type: Transform + rot: 1.3962634015954636 rad + pos: -28.979298,-37.092358 + parent: 2 + - uid: 19056 + components: + - type: Transform + rot: 0.9599310885968813 rad + pos: -29.21888,-36.33141 + parent: 2 +- proto: Catwalk + entities: + - uid: 488 + components: + - type: Transform + pos: 77.5,-52.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-25.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + pos: 76.5,-35.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: 71.5,-31.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -14.5,-71.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: 68.5,-20.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: 68.5,-21.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + pos: 66.5,-56.5 + parent: 2 + - uid: 3338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-48.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + pos: 30.5,-72.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + pos: 32.5,-72.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + pos: 30.5,-70.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + pos: 31.5,-72.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + pos: 56.5,-71.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-49.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: 75.5,-30.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + pos: -15.5,-67.5 + parent: 2 + - uid: 3509 + components: + - type: Transform + pos: -15.5,-66.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + pos: -15.5,-65.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-46.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-18.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-22.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-27.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-28.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-29.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-28.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-65.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-65.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-64.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-64.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-64.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-65.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-29.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-29.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-28.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-27.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-26.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-25.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-24.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-23.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-29.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-29.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-29.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-29.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-29.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-29.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-29.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-23.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-22.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-20.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-19.5 + parent: 2 + - uid: 5255 + components: + - type: Transform + pos: -17.5,-70.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: 33.5,-71.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-45.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-45.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-45.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-45.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + pos: -29.5,-70.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: -24.5,-67.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + pos: -24.5,-68.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + pos: -24.5,-69.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + pos: -24.5,-70.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: -22.5,-70.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: -22.5,-69.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: -22.5,-68.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: -22.5,-67.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: -23.5,-67.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: -27.5,-71.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: -24.5,-64.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: -23.5,-64.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: -22.5,-64.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-50.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: 70.5,-24.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-25.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-25.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-25.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: 74.5,-52.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: 68.5,-37.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: 32.5,-70.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: 31.5,-70.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: 33.5,-70.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + pos: 99.5,-43.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: 99.5,-41.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: 99.5,-44.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: 99.5,-42.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: 99.5,-45.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: 99.5,-46.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + pos: 99.5,-47.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: 99.5,-48.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + pos: 99.5,-49.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: 98.5,-50.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: 98.5,-51.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 98.5,-52.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: 98.5,-53.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: 97.5,-54.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: 97.5,-55.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 97.5,-56.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: 98.5,-40.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: 98.5,-39.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 98.5,-38.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: 98.5,-37.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + pos: 97.5,-36.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: 97.5,-35.5 + parent: 2 + - uid: 7622 + components: + - type: Transform + pos: 97.5,-34.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: 78.5,-34.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + pos: 78.5,-35.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: 78.5,-36.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + pos: 77.5,-27.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: 77.5,-28.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + pos: 77.5,-29.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: 79.5,-57.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 78.5,-54.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: 78.5,-51.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: 78.5,-49.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + pos: 78.5,-40.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: 78.5,-41.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: 78.5,-38.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: 72.5,-71.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: 73.5,-71.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: 74.5,-71.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: 75.5,-71.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: 76.5,-71.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + pos: 67.5,-66.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + pos: 67.5,-67.5 + parent: 2 + - uid: 8148 + components: + - type: Transform + pos: 67.5,-68.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + pos: 67.5,-69.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + pos: 67.5,-70.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + pos: 64.5,-73.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: 65.5,-73.5 + parent: 2 + - uid: 8157 + components: + - type: Transform + pos: 62.5,-74.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: 63.5,-74.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + pos: 61.5,-75.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-24.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-24.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-24.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-24.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-24.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-79.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-79.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-79.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-79.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-79.5 + parent: 2 + - uid: 8365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-79.5 + parent: 2 + - uid: 8366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-79.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: 82.5,-24.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 69.5,-55.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: 56.5,-72.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 70.5,-55.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + pos: 68.5,-55.5 + parent: 2 + - uid: 10811 + components: + - type: Transform + pos: 75.5,-31.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + pos: 56.5,-73.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: 33.5,-72.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: 68.5,-19.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + pos: 67.5,-37.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + pos: -29.5,-71.5 + parent: 2 + - uid: 14032 + components: + - type: Transform + pos: -28.5,-71.5 + parent: 2 + - uid: 14121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-63.5 + parent: 2 + - uid: 15261 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 15431 + components: + - type: Transform + pos: 30.5,-71.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + pos: 74.5,-45.5 + parent: 2 + - uid: 15453 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 16004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-39.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: 74.5,-47.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: 74.5,-48.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-46.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-46.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-46.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-35.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-36.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-37.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-38.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-35.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-36.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-32.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-33.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-38.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-37.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-36.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-79.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-79.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-79.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-79.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-79.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-70.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-71.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-72.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-73.5 + parent: 2 + - uid: 16764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-48.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-47.5 + parent: 2 + - uid: 16766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-46.5 + parent: 2 + - uid: 16767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-45.5 + parent: 2 + - uid: 16768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-44.5 + parent: 2 + - uid: 16769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-43.5 + parent: 2 + - uid: 17093 + components: + - type: Transform + pos: 52.5,-29.5 + parent: 2 + - uid: 17102 + components: + - type: Transform + pos: -35.5,-76.5 + parent: 2 + - uid: 17118 + components: + - type: Transform + pos: -35.5,-77.5 + parent: 2 + - uid: 17119 + components: + - type: Transform + pos: -35.5,-78.5 + parent: 2 + - uid: 17174 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 17175 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 17176 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 17177 + components: + - type: Transform + pos: -1.5,-59.5 + parent: 2 + - uid: 17178 + components: + - type: Transform + pos: -2.5,-59.5 + parent: 2 + - uid: 17179 + components: + - type: Transform + pos: -3.5,-59.5 + parent: 2 + - uid: 17180 + components: + - type: Transform + pos: -4.5,-59.5 + parent: 2 + - uid: 17181 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 17182 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 17183 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 17184 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 17185 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 17186 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 17187 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 17188 + components: + - type: Transform + pos: -9.5,-45.5 + parent: 2 + - uid: 17189 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 17190 + components: + - type: Transform + pos: -7.5,-45.5 + parent: 2 + - uid: 17191 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 17192 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 17193 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 17194 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 + - uid: 17195 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 17196 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - uid: 17197 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 17365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-65.5 + parent: 2 + - uid: 17431 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 17432 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 17433 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 17434 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 17435 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: 42.5,-76.5 + parent: 2 + - uid: 17705 + components: + - type: Transform + pos: 21.5,-63.5 + parent: 2 + - uid: 17718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-67.5 + parent: 2 + - uid: 17719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-67.5 + parent: 2 + - uid: 17720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-67.5 + parent: 2 + - uid: 17721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-67.5 + parent: 2 + - uid: 17723 + components: + - type: Transform + pos: 17.5,-57.5 + parent: 2 + - uid: 17724 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 17847 + components: + - type: Transform + pos: 75.5,-52.5 + parent: 2 + - uid: 17848 + components: + - type: Transform + pos: 76.5,-52.5 + parent: 2 + - uid: 17856 + components: + - type: Transform + pos: 75.5,-35.5 + parent: 2 + - uid: 17857 + components: + - type: Transform + pos: 74.5,-35.5 + parent: 2 + - uid: 17858 + components: + - type: Transform + pos: 73.5,-35.5 + parent: 2 + - uid: 17860 + components: + - type: Transform + pos: 73.5,-33.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + pos: 71.5,-29.5 + parent: 2 + - uid: 17862 + components: + - type: Transform + pos: 73.5,-32.5 + parent: 2 + - uid: 17869 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 17870 + components: + - type: Transform + pos: 71.5,-30.5 + parent: 2 + - uid: 17871 + components: + - type: Transform + pos: 73.5,-31.5 + parent: 2 + - uid: 17998 + components: + - type: Transform + pos: 75.5,-32.5 + parent: 2 + - uid: 18477 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 18479 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 18480 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 18481 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 18482 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 18483 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 18484 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 18513 + components: + - type: Transform + pos: 30.5,-35.5 + parent: 2 + - uid: 18718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-68.5 + parent: 2 + - uid: 18719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-68.5 + parent: 2 + - uid: 18720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-70.5 + parent: 2 + - uid: 18721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-70.5 + parent: 2 + - uid: 18892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-82.5 + parent: 2 + - uid: 18893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-83.5 + parent: 2 + - uid: 18894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-84.5 + parent: 2 + - uid: 18895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-85.5 + parent: 2 + - uid: 18896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-86.5 + parent: 2 + - uid: 18897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-87.5 + parent: 2 + - uid: 18898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-95.5 + parent: 2 + - uid: 18899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-94.5 + parent: 2 + - uid: 18900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-93.5 + parent: 2 + - uid: 19078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-31.5 + parent: 2 + - uid: 19079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-31.5 + parent: 2 + - uid: 19080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-31.5 + parent: 2 + - uid: 19329 + components: + - type: Transform + pos: -19.5,-71.5 + parent: 2 + - uid: 19335 + components: + - type: Transform + pos: -18.5,-71.5 + parent: 2 + - uid: 19336 + components: + - type: Transform + pos: -17.5,-71.5 + parent: 2 + - uid: 19339 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 19343 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 + - uid: 19386 + components: + - type: Transform + pos: 45.5,-72.5 + parent: 2 + - uid: 19387 + components: + - type: Transform + pos: 46.5,-72.5 + parent: 2 + - uid: 19409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-91.5 + parent: 2 +- proto: Chair + entities: + - uid: 1266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-15.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-27.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-37.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-49.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-50.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-51.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: 29.5,-43.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-45.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-45.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 30.5,-43.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + pos: 31.5,-43.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 32.5,-43.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 29.5,-40.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: 30.5,-40.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 31.5,-40.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 32.5,-40.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-42.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-42.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-42.5 + parent: 2 + - uid: 4905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-42.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-55.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: -13.5,-59.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-61.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-49.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-14.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-49.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-48.5 + parent: 2 + - uid: 9597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-16.5 + parent: 2 + - uid: 9598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-15.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-36.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-35.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-27.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 + parent: 2 + - uid: 15106 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 17144 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 + - uid: 17145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-12.5 + parent: 2 + - uid: 17146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-12.5 + parent: 2 + - uid: 17147 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 17148 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 17369 + components: + - type: Transform + pos: 26.5,-81.5 + parent: 2 + - uid: 17601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-46.5 + parent: 2 + - uid: 18535 + components: + - type: Transform + pos: 27.5,-81.5 + parent: 2 + - uid: 18536 + components: + - type: Transform + pos: 22.5,-81.5 + parent: 2 + - uid: 18537 + components: + - type: Transform + pos: 21.5,-81.5 + parent: 2 + - uid: 19275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-56.5 + parent: 2 + - uid: 19392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-72.5 + parent: 2 + - uid: 19393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 86 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.6179351,-24.471281 + parent: 2 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 2 + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-28.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-31.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.3679351,-25.409433 + parent: 2 + - uid: 3186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5554351,-26.347584 + parent: 2 + - uid: 3209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-20.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-16.5 + parent: 2 + - uid: 5268 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 5277 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: -44.640877,-52.371582 + parent: 2 + - uid: 5505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-44.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-46.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-45.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-47.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.426323,-25.462961 + parent: 2 + - uid: 6657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-20.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-99.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-98.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-20.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-20.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-19.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-21.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-23.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-25.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-25.5 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 9949 + components: + - type: Transform + pos: 36.415863,-13.360202 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: 36.322113,-13.21948 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: 43.495193,-13.023465 + parent: 2 + - uid: 16347 + components: + - type: Transform + pos: 43.526443,-13.367455 + parent: 2 + - uid: 16348 + components: + - type: Transform + pos: 43.51082,-13.164188 + parent: 2 + - uid: 17954 + components: + - type: Transform + pos: 36.525238,-13.125664 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 2929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-67.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-53.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-60.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-60.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-21.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-59.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 2 + - uid: 9092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-39.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: 54.5,-55.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: 59.5,-46.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-67.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-43.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-43.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: 72.5,-41.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: 71.5,-41.5 + parent: 2 + - uid: 17748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-50.5 + parent: 2 + - uid: 18595 + components: + - type: Transform + pos: 27.5,-70.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 2286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-72.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.352335,-27.985746 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: 21.5,-73.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 5926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 6053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-62.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-62.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-63.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-64.5 + parent: 2 +- proto: ChairXeno + entities: + - uid: 3386 + components: + - type: Transform + pos: 59.5,-62.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-70.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-24.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-24.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-77.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-17.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-77.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: 66.5,-68.5 + parent: 2 + - uid: 7008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-70.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-19.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-55.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: -51.5,-53.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-37.5 + parent: 2 + - uid: 8359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-28.5 + parent: 2 + - uid: 8817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-62.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-40.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-50.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-45.5 + parent: 2 + - uid: 19198 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 +- proto: CheapLighter + entities: + - uid: 18268 + components: + - type: Transform + pos: 47.771713,-26.742779 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: CheapRollerBed + entities: + - uid: 2888 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 17880 + components: + - type: Transform + pos: 36.237247,-17.218662 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 4427 + components: + - type: Transform + pos: 17.5,-71.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: 21.5,-74.5 + parent: 2 +- proto: ChemDispenserMachineCircuitboard + entities: + - uid: 8030 + components: + - type: Transform + pos: 27.46201,-61.299488 + parent: 2 +- proto: ChemistryBottleEpinephrine + entities: + - uid: 699 + components: + - type: Transform + pos: 60.3243,-32.26429 + parent: 2 + - uid: 14384 + components: + - type: Transform + pos: 60.46319,-32.208694 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 3599 + components: + - type: Transform + pos: 17.5,-74.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: 21.5,-71.5 + parent: 2 +- proto: ChemMaster + entities: + - uid: 2284 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: 21.5,-72.5 + parent: 2 +- proto: ChemMasterMachineCircuitboard + entities: + - uid: 8031 + components: + - type: Transform + pos: 27.670341,-61.497543 + parent: 2 +- proto: ChessBoard + entities: + - uid: 13209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.466145,-45.479877 + parent: 2 +- proto: ChurchOrganInstrument + entities: + - uid: 5662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 2 +- proto: CigaretteBanana + entities: + - uid: 7237 + components: + - type: Transform + pos: 42.665066,-77.39713 + parent: 2 +- proto: CigaretteSpent + entities: + - uid: 9354 + components: + - type: Transform + pos: 68.70699,-38.075283 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 68.09442,-38.40559 + parent: 2 +- proto: CigarGold + entities: + - uid: 4505 + components: + - type: Transform + pos: 8.660504,-86.44018 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 6759 + components: + - type: Transform + parent: 6757 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CircuitImprinter + entities: + - uid: 5897 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 5125 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 +- proto: ClockworkGrille + entities: + - uid: 176 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: -21.5,-34.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: -22.5,-34.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: -22.5,-30.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -20.5,-35.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -20.5,-30.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: -22.5,-36.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: -23.5,-30.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -23.5,-32.5 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: -23.5,-31.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: -22.5,-28.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: -23.5,-29.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: -16.5,-35.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: -23.5,-33.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 4740 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 4748 + components: + - type: Transform + pos: -21.5,-36.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + pos: -22.5,-29.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: -16.5,-34.5 + parent: 2 + - uid: 17789 + components: + - type: Transform + pos: -17.5,-32.5 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 3382 + components: + - type: Transform + pos: -25.5,-27.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 7041 + components: + - type: Transform + pos: 47.5,-40.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 55 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 3194 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -39.5,-66.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: -49.5,-35.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: -49.5,-55.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: -23.5,-58.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: -34.5,-52.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: 0.5,-77.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + pos: 35.5,-97.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: 70.5,-19.5 + parent: 2 + - uid: 8207 + components: + - type: Transform + pos: -43.5,-14.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 2 + - uid: 8209 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + pos: 27.5,-77.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: 18.5,-101.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: 49.5,-96.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + pos: 19.5,-101.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: -59.5,-24.5 + parent: 2 + - uid: 15257 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 + - uid: 17038 + components: + - type: Transform + pos: -12.5,-80.5 + parent: 2 + - uid: 17352 + components: + - type: Transform + pos: -43.5,-76.5 + parent: 2 + - uid: 17396 + components: + - type: Transform + pos: 83.5,-20.5 + parent: 2 + - uid: 17888 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 17889 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 18596 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 18906 + components: + - type: Transform + pos: 34.5,-78.5 + parent: 2 + - uid: 19188 + components: + - type: Transform + pos: 20.5,-33.5 + parent: 2 +- proto: ClosetEmergencyN2 + entities: + - uid: 19334 + components: + - type: Transform + pos: -11.5,-67.5 + parent: 2 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 1892 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: -38.5,-38.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: 83.5,-23.5 + parent: 2 + - uid: 8210 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: -24.5,-41.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: 38.5,-37.5 + parent: 2 + - uid: 17100 + components: + - type: Transform + pos: -50.5,-68.5 + parent: 2 + - uid: 17371 + components: + - type: Transform + pos: -12.5,-79.5 + parent: 2 + - uid: 17372 + components: + - type: Transform + pos: 85.5,-68.5 + parent: 2 + - uid: 18534 + components: + - type: Transform + pos: 8.5,-79.5 + parent: 2 + - uid: 18907 + components: + - type: Transform + pos: 35.5,-78.5 + parent: 2 + - uid: 18908 + components: + - type: Transform + pos: 5.5,-73.5 + parent: 2 + - uid: 19187 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 2335 + components: + - type: Transform + pos: -33.5,-52.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: -24.5,-58.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: 18.5,-91.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 49.5,-63.5 + parent: 2 + - uid: 17246 + components: + - type: Transform + pos: 36.5,-20.5 + parent: 2 + - uid: 17296 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 17368 + components: + - type: Transform + pos: -37.5,-25.5 + parent: 2 + - uid: 17890 + components: + - type: Transform + pos: 38.5,-38.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: -34.5,-71.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + pos: 9.5,-77.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: 78.5,-51.5 + parent: 2 + - uid: 18348 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - uid: 19189 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 5620 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 5618 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 7779 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 4345 + components: + - type: Transform + pos: 66.5,-54.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: 71.5,-26.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: 74.5,-34.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: 44.5,-38.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: 37.5,-24.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: -36.5,-18.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: -49.5,-22.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: -31.5,-29.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: -42.5,-36.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + pos: -54.5,-65.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: -38.5,-74.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: -35.5,-80.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: 31.5,-78.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: 79.5,-71.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: 80.5,-61.5 + parent: 2 + - uid: 8336 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -25.5,-53.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + pos: 57.5,-73.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: 55.5,-65.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: 77.5,-39.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + pos: 74.5,-54.5 + parent: 2 + - uid: 12991 + components: + - type: Transform + pos: 47.5,-32.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + pos: 73.5,-21.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + pos: 74.5,-27.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: 50.5,-42.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + pos: -5.5,-79.5 + parent: 2 + - uid: 17395 + components: + - type: Transform + pos: 82.5,-20.5 + parent: 2 + - uid: 17607 + components: + - type: Transform + pos: 3.5,-71.5 + parent: 2 + - uid: 17887 + components: + - type: Transform + pos: 2.5,-59.5 + parent: 2 + - uid: 17995 + components: + - type: Transform + pos: 72.5,-39.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + pos: 40.5,-77.5 + parent: 2 + - uid: 19282 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 5058 + components: + - type: Transform + pos: -24.5,-27.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: -48.5,-55.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 8201 + components: + - type: Transform + pos: -45.5,-78.5 + parent: 2 + - uid: 8202 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + pos: -3.5,-79.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + pos: -9.5,-79.5 + parent: 2 + - uid: 17958 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 19389 + components: + - type: Transform + pos: -33.5,-70.5 + parent: 2 +- proto: ClosetToolFilled + entities: + - uid: 15515 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + pos: -11.5,-74.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: 48.5,-30.5 + parent: 2 +- proto: ClosetWallBlue + entities: + - uid: 5967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5252 + - 5250 + - 5251 + - 5253 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 18901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-85.5 + parent: 2 + - uid: 18903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-87.5 + parent: 2 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 18904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-88.5 + parent: 2 +- proto: ClosetWallGrey + entities: + - uid: 6067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-23.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6074 + - 6073 + - 6072 + - 6071 + - 6070 + - 6069 + - 6068 + - 6075 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 4047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-67.5 + parent: 2 +- proto: ClothingBackpack + entities: + - uid: 12849 + components: + - type: Transform + pos: 66.59503,-17.370646 + parent: 2 + - uid: 14243 + components: + - type: Transform + pos: 66.62203,-17.271994 + parent: 2 +- proto: ClothingBackpackDuffelMedical + entities: + - uid: 18208 + components: + - type: Transform + pos: 21.376263,-30.920355 + parent: 2 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 5078 + components: + - type: Transform + pos: -4.7491665,-28.145197 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null +- proto: ClothingBackpackSalvage + entities: + - uid: 19414 + components: + - type: Transform + pos: -61.638824,-24.75973 + parent: 2 + - type: Storage + storedItems: + 19415: + position: 2,0 + _rotation: South + 19417: + position: 0,0 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 19415 + - 19417 +- proto: ClothingBackpackSatchelChemistry + entities: + - uid: 2201 + components: + - type: Transform + pos: 21.44863,-66.26722 + parent: 2 + - uid: 14289 + components: + - type: Transform + pos: 21.54238,-66.59557 + parent: 2 +- proto: ClothingBeltMedicalFilled + entities: + - uid: 5236 + components: + - type: Transform + pos: 17.505743,-17.404364 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 3767 + components: + - type: Transform + pos: -13.4382925,-61.425488 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: -13.73096,-61.099472 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 5580 + components: + - type: Transform + pos: -52.66242,-51.451393 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: -12.829791,-21.22573 + parent: 2 +- proto: ClothingEyesGlasses + entities: + - uid: 6662 + components: + - type: Transform + pos: 5.3137684,-22.428246 + parent: 2 +- proto: ClothingEyesGlassesCheapSunglasses + entities: + - uid: 6987 + components: + - type: Transform + pos: 51.629555,-99.27984 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: 52.44282,-99.49868 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: 8.443563,-87.12137 + parent: 2 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 7693 + components: + - type: Transform + pos: 80.30264,-23.398293 + parent: 2 +- proto: ClothingEyesGlassesThermal + entities: + - uid: 8216 + components: + - type: Transform + pos: -41.384144,-26.542435 + parent: 2 +- proto: ClothingEyesHudDiagnostic + entities: + - uid: 19299 + components: + - type: Transform + pos: -9.340807,-26.550825 + parent: 2 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 7687 + components: + - type: Transform + pos: 77.62385,-19.734295 + parent: 2 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 7686 + components: + - type: Transform + pos: 77.54572,-19.45285 + parent: 2 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 5844 + components: + - type: Transform + pos: -14.402835,-60.521347 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: -64.423996,-28.45623 + parent: 2 + - uid: 19366 + components: + - type: Transform + pos: -14.121066,-60.692104 + parent: 2 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 7938 + components: + - type: Transform + pos: -22.386917,-49.45568 + parent: 2 + - uid: 19371 + components: + - type: Transform + pos: -22.50776,-49.283688 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 7432 + components: + - type: Transform + pos: -4.45287,-28.515823 + parent: 2 +- proto: ClothingHandsGlovesMercFingerless + entities: + - uid: 7688 + components: + - type: Transform + pos: 77.57851,-20.66673 + parent: 2 + - uid: 15228 + components: + - type: Transform + pos: -56.43013,-29.377491 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 6651 + components: + - type: Transform + pos: 9.506972,-24.333637 + parent: 2 + - uid: 7786 + components: + - type: Transform + pos: 27.561043,-15.543834 + parent: 2 + - uid: 16849 + components: + - type: Transform + pos: 27.414835,-27.933626 + parent: 2 +- proto: ClothingHeadBandGrey + entities: + - uid: 17551 + components: + - type: Transform + pos: -40.61692,-61.2887 + parent: 2 +- proto: ClothingHeadBandMerc + entities: + - uid: 17799 + components: + - type: Transform + pos: -56.602005,-29.002491 + parent: 2 +- proto: ClothingHeadBandSkull + entities: + - uid: 17950 + components: + - type: Transform + pos: 35.406235,-18.407043 + parent: 2 +- proto: ClothingHeadFishCap + entities: + - uid: 16710 + components: + - type: Transform + pos: -49.45643,-60.388687 + parent: 2 +- proto: ClothingHeadHatAnimalCatBrown + entities: + - uid: 6033 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatBeretFrench + entities: + - uid: 5022 + components: + - type: Transform + pos: 42.383816,-77.30332 + parent: 2 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 11757 + components: + - type: Transform + pos: 49.279545,-25.185894 + parent: 2 +- proto: ClothingHeadHatBrownFlatcap + entities: + - uid: 6068 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6748 + components: + - type: Transform + pos: 13.334416,-95.70276 + parent: 2 + - uid: 6749 + components: + - type: Transform + pos: 11.896916,-95.12423 + parent: 2 +- proto: ClothingHeadHatBunny + entities: + - uid: 17389 + components: + - type: Transform + pos: -43.50235,-23.40171 + parent: 2 +- proto: ClothingHeadHatCone + entities: + - uid: 2336 + components: + - type: Transform + pos: 9.588279,-79.55319 + parent: 2 + - uid: 3133 + components: + - type: Transform + pos: 13.502096,-79.49417 + parent: 2 + - uid: 17575 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: 15.421084,-79.44382 + parent: 2 + - uid: 18529 + components: + - type: Transform + pos: 11.390965,-79.291046 + parent: 2 +- proto: ClothingHeadHatCowboyRed + entities: + - uid: 19230 + components: + - type: Transform + pos: 46.667255,-29.220667 + parent: 2 +- proto: ClothingHeadHatFedoraBrown + entities: + - uid: 6070 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatFez + entities: + - uid: 17549 + components: + - type: Transform + pos: -42.550858,-61.1064 + parent: 2 +- proto: ClothingHeadHatHardhatOrange + entities: + - uid: 33 + components: + - type: Transform + pos: 9.14785,-84.3515 + parent: 2 +- proto: ClothingHeadHatHardhatYellowDark + entities: + - uid: 17536 + components: + - type: Transform + pos: -9.642316,-74.35967 + parent: 2 +- proto: ClothingHeadHatHoodNunHood + entities: + - uid: 244 + components: + - type: Transform + pos: -25.667696,-30.796198 + parent: 2 +- proto: ClothingHeadHatJesterAlt + entities: + - uid: 17525 + components: + - type: Transform + pos: 83.5435,-72.335686 + parent: 2 +- proto: ClothingHeadHatPartyGreen + entities: + - uid: 17550 + components: + - type: Transform + pos: -46.55874,-61.116703 + parent: 2 +- proto: ClothingHeadHatPartyWaterCup + entities: + - uid: 17578 + components: + - type: Transform + pos: -47.547234,-67.10405 + parent: 2 +- proto: ClothingHeadHatSquid + entities: + - uid: 18851 + components: + - type: Transform + pos: -25.722471,-30.292423 + parent: 2 +- proto: ClothingHeadHatSurgcapBlue + entities: + - uid: 19024 + components: + - type: Transform + pos: 9.493862,-24.97992 + parent: 2 +- proto: ClothingHeadHatTacticalMaidHeadband + entities: + - uid: 17303 + components: + - type: Transform + pos: 71.34251,-16.212269 + parent: 2 +- proto: ClothingHeadHatTophat + entities: + - uid: 17440 + components: + - type: Transform + pos: 34.47364,-50.396587 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 7198 + components: + - type: Transform + pos: -12.630263,-28.354128 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlame + entities: + - uid: 3302 + components: + - type: Transform + pos: 53.542313,-29.537529 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlameBlue + entities: + - uid: 19226 + components: + - type: Transform + pos: 48.679688,-29.271996 + parent: 2 +- proto: ClothingHeadHatYellowsoftFlipped + entities: + - uid: 17335 + components: + - type: Transform + pos: 13.455537,-101.396515 + parent: 2 +- proto: ClothingHeadHelmetEVA + entities: + - uid: 16569 + components: + - type: Transform + parent: 16520 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16576 + components: + - type: Transform + parent: 16520 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16632 + components: + - type: Transform + parent: 16629 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16633 + components: + - type: Transform + parent: 16629 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16733 + components: + - type: Transform + parent: 16712 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16734 + components: + - type: Transform + parent: 16712 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetEVALarge + entities: + - uid: 19417 + components: + - type: Transform + parent: 19414 + - type: Physics + canCollide: False +- proto: ClothingHeadHelmetRiot + entities: + - uid: 11848 + components: + - type: Transform + pos: 67.23555,-31.516634 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: 67.531845,-31.618555 + parent: 2 +- proto: ClothingHeadHelmetWizardHelm + entities: + - uid: 8217 + components: + - type: Transform + pos: -41.60229,-26.3552 + parent: 2 +- proto: ClothingMaskBee + entities: + - uid: 16046 + components: + - type: Transform + pos: 82.43702,-18.143408 + parent: 2 +- proto: ClothingMaskBreathMedical + entities: + - uid: 18336 + components: + - type: Transform + pos: 11.663222,-25.553234 + parent: 2 + - uid: 18337 + components: + - type: Transform + pos: 11.349772,-25.282211 + parent: 2 +- proto: ClothingMaskGasAtmos + entities: + - uid: 6595 + components: + - type: Transform + pos: 21.270407,-61.27739 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: 29.816557,-76.46657 + parent: 2 +- proto: ClothingMaskMime + entities: + - uid: 17524 + components: + - type: MetaData + desc: Something about this particular mime mask makes you feel like you should run amok across the station... + - type: Transform + pos: 83.44597,-72.587036 + parent: 2 +- proto: ClothingNeckBling + entities: + - uid: 18022 + components: + - type: Transform + pos: 10.28999,-87.42052 + parent: 2 +- proto: ClothingNeckCloakAce + entities: + - uid: 17323 + components: + - type: Transform + pos: -9.488791,-1.3849742 + parent: 2 +- proto: ClothingNeckCloakAro + entities: + - uid: 17334 + components: + - type: Transform + pos: 37.522045,-26.442745 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: ClothingNeckCloakBi + entities: + - uid: 17329 + components: + - type: Transform + pos: 56.517162,-96.50428 + parent: 2 +- proto: ClothingNeckCloakEnby + entities: + - uid: 17333 + components: + - type: Transform + pos: 80.59616,-29.47204 + parent: 2 +- proto: ClothingNeckCloakGay + entities: + - uid: 17328 + components: + - type: Transform + pos: -39.534546,-58.49098 + parent: 2 +- proto: ClothingNeckCloakIntersex + entities: + - uid: 17327 + components: + - type: Transform + pos: 103.49843,-45.428753 + parent: 2 +- proto: ClothingNeckCloakLesbian + entities: + - uid: 3874 + components: + - type: Transform + pos: 68.37186,-17.557957 + parent: 2 +- proto: ClothingNeckCloakMoth + entities: + - uid: 17237 + components: + - type: Transform + pos: -31.529379,-64.33237 + parent: 2 +- proto: ClothingNeckCloakPan + entities: + - uid: 17326 + components: + - type: Transform + pos: 46.512062,-41.474453 + parent: 2 +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 17307 + components: + - type: Transform + pos: -38.53285,-69.49862 + parent: 2 +- proto: ClothingNeckCloakTrans + entities: + - uid: 17331 + components: + - type: Transform + pos: 77.515434,-20.379131 + parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 17553 + components: + - type: Transform + pos: -37.47268,-60.168076 + parent: 2 +- proto: ClothingNeckScarfStripedBlack + entities: + - uid: 19011 + components: + - type: Transform + pos: -19.500801,-47.459538 + parent: 2 +- proto: ClothingNeckStethoscope + entities: + - uid: 6660 + components: + - type: Transform + pos: 5.5920773,-22.434753 + parent: 2 + - uid: 17800 + components: + - type: Transform + pos: 13.472904,-70.36003 + parent: 2 +- proto: ClothingNeckStoleChaplain + entities: + - uid: 17362 + components: + - type: Transform + pos: -24.46909,-39.37975 + parent: 2 +- proto: ClothingOuterApron + entities: + - uid: 19224 + components: + - type: Transform + pos: 48.45174,-29.451004 + parent: 2 +- proto: ClothingOuterApronChef + entities: + - uid: 13574 + components: + - type: Transform + pos: -5.415833,-28.400003 + parent: 2 +- proto: ClothingOuterArmorBulletproof + entities: + - uid: 3326 + components: + - type: Transform + pos: 62.66438,-56.32613 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: 62.516026,-56.163982 + parent: 2 + - uid: 18163 + components: + - type: Transform + pos: 62.738453,-56.48828 + parent: 2 +- proto: ClothingOuterArmorReflective + entities: + - uid: 13210 + components: + - type: Transform + pos: 62.456047,-56.506813 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: 62.19195,-56.32613 + parent: 2 +- proto: ClothingOuterArmorRiot + entities: + - uid: 13853 + components: + - type: Transform + pos: 67.58277,-31.423977 + parent: 2 + - uid: 13944 + components: + - type: Transform + pos: 67.318886,-31.368382 + parent: 2 +- proto: ClothingOuterCoatExpensive + entities: + - uid: 19228 + components: + - type: Transform + pos: 46.408375,-29.34115 + parent: 2 +- proto: ClothingOuterCoatJensen + entities: + - uid: 6171 + components: + - type: Transform + pos: 13.57808,-49.579292 + parent: 2 + - uid: 17554 + components: + - type: Transform + pos: -38.381638,-62.42696 + parent: 2 +- proto: ClothingOuterCoatLab + entities: + - uid: 16581 + components: + - type: Transform + pos: 19.3277,-17.56891 + parent: 2 + - uid: 19195 + components: + - type: Transform + pos: -10.987556,-21.35373 + parent: 2 + - uid: 19196 + components: + - type: Transform + pos: -10.737556,-21.166098 + parent: 2 +- proto: ClothingOuterDameDane + entities: + - uid: 6170 + components: + - type: Transform + pos: 13.521003,-48.48971 + parent: 2 +- proto: ClothingOuterHardsuitAncientEVA + entities: + - uid: 9460 + components: + - type: Transform + pos: -61.45499,-24.300335 + parent: 2 +- proto: ClothingOuterHardsuitEngineering + entities: + - uid: 18248 + components: + - type: Transform + pos: -9.525972,-71.32966 + parent: 2 +- proto: ClothingOuterHardsuitEVA + entities: + - uid: 16593 + components: + - type: Transform + parent: 16520 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16625 + components: + - type: Transform + parent: 16520 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16649 + components: + - type: Transform + parent: 16629 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16651 + components: + - type: Transform + parent: 16629 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16735 + components: + - type: Transform + parent: 16712 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16830 + components: + - type: Transform + parent: 16712 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitEVAPrisoner + entities: + - uid: 7441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.522278,-19.49277 + parent: 2 +- proto: ClothingOuterHospitalGown + entities: + - uid: 5937 + components: + - type: Transform + pos: -6.6190877,2.6222072 + parent: 2 + - uid: 16579 + components: + - type: Transform + pos: 18.963116,-17.370857 + parent: 2 +- proto: ClothingOuterJacketChef + entities: + - uid: 17121 + components: + - type: Transform + pos: -36.48301,-78.397415 + parent: 2 +- proto: ClothingOuterNunRobe + entities: + - uid: 18852 + components: + - type: Transform + pos: -25.556585,-31.15756 + parent: 2 +- proto: ClothingOuterPonchoClassic + entities: + - uid: 17547 + components: + - type: Transform + pos: -44.48925,-61.39967 + parent: 2 +- proto: ClothingOuterVest + entities: + - uid: 17405 + components: + - type: Transform + pos: 82.44165,-18.62059 + parent: 2 +- proto: ClothingOuterVestHazard + entities: + - uid: 2736 + components: + - type: Transform + pos: 9.585026,-84.4104 + parent: 2 + - uid: 17534 + components: + - type: Transform + pos: -10.611236,-74.37148 + parent: 2 + - uid: 17535 + components: + - type: Transform + pos: -10.345611,-74.490974 + parent: 2 +- proto: ClothingOuterWinterCargo + entities: + - uid: 18476 + components: + - type: Transform + pos: 35.344784,-91.27624 + parent: 2 +- proto: ClothingShoesBootsCowboyFancy + entities: + - uid: 19229 + components: + - type: Transform + pos: 46.68288,-29.752285 + parent: 2 +- proto: ClothingShoesBootsMagSci + entities: + - uid: 203 + components: + - type: Transform + pos: 4.364625,-15.295038 + parent: 2 + - uid: 750 + components: + - type: Transform + pos: 4.708375,-15.4357605 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: 4.3604007,-15.592119 + parent: 2 +- proto: ClothingShoesBootsWinterWeb + entities: + - uid: 15425 + components: + - type: Transform + pos: 71.44248,-48.105747 + parent: 2 +- proto: ClothingShoesBootsWork + entities: + - uid: 17579 + components: + - type: Transform + pos: -47.37076,-68.08911 + parent: 2 +- proto: ClothingShoesClownLarge + entities: + - uid: 16413 + components: + - type: Transform + pos: 43.521324,-18.570425 + parent: 2 + - uid: 17555 + components: + - type: Transform + pos: -60.494183,-61.195236 + parent: 2 +- proto: ClothingShoesJester + entities: + - uid: 17526 + components: + - type: Transform + pos: 83.44124,-72.75265 + parent: 2 +- proto: ClothingShoesSlippers + entities: + - uid: 16481 + components: + - type: Transform + pos: 43.431202,-16.162926 + parent: 2 + - uid: 17390 + components: + - type: Transform + pos: -42.424225,-23.464254 + parent: 2 +- proto: ClothingShoesTourist + entities: + - uid: 184 + components: + - type: Transform + pos: -25.441221,-31.607365 + parent: 2 + - uid: 17279 + components: + - type: Transform + pos: 13.501459,-50.591175 + parent: 2 +- proto: ClothingUnderSocksBee + entities: + - uid: 16047 + components: + - type: Transform + pos: 82.43239,-18.852234 + parent: 2 +- proto: ClothingUnderSocksCoder + entities: + - uid: 1826 + components: + - type: Transform + pos: -48.461044,-61.42407 + parent: 2 +- proto: ClothingUniformJumpskirtColorGrey + entities: + - uid: 12848 + components: + - type: Transform + pos: 66.41339,-17.527605 + parent: 2 + - uid: 18042 + components: + - type: Transform + pos: 66.45755,-17.432138 + parent: 2 +- proto: ClothingUniformJumpskirtLawyerBlack + entities: + - uid: 4442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.669764,-86.37532 + parent: 2 +- proto: ClothingUniformJumpskirtMedicalDoctor + entities: + - uid: 6664 + components: + - type: Transform + pos: 4.6858273,-22.419117 + parent: 2 +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 16624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.513027,-17.663967 + parent: 2 +- proto: ClothingUniformJumpskirtWeb + entities: + - uid: 249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.67686,-48.527916 + parent: 2 +- proto: ClothingUniformJumpsuitColorGrey + entities: + - uid: 7216 + components: + - type: Transform + pos: 66.257866,-17.398647 + parent: 2 + - uid: 7217 + components: + - type: Transform + pos: 66.26817,-17.333786 + parent: 2 +- proto: ClothingUniformJumpsuitColorMaroon + entities: + - uid: 17557 + components: + - type: Transform + pos: -37.32556,-33.378517 + parent: 2 +- proto: ClothingUniformJumpsuitColorYellow + entities: + - uid: 17404 + components: + - type: Transform + pos: 82.43702,-18.560364 + parent: 2 +- proto: ClothingUniformJumpsuitDetective + entities: + - uid: 6075 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitLawyerBlack + entities: + - uid: 4368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.433652,-86.26877 + parent: 2 +- proto: ClothingUniformJumpsuitMedicalDoctor + entities: + - uid: 6663 + components: + - type: Transform + pos: 4.3577023,-22.356575 + parent: 2 +- proto: ClothingUniformJumpsuitMercenary + entities: + - uid: 17302 + components: + - type: Transform + pos: 71.53001,-16.603165 + parent: 2 +- proto: ClothingUniformJumpsuitReporter + entities: + - uid: 6073 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitWeb + entities: + - uid: 7173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.37998,-48.309013 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 3719 + components: + - type: Transform + pos: 40.5,-32.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-29.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-25.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-48.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-38.5 + parent: 2 + - uid: 17713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-71.5 + parent: 2 + - uid: 17714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-79.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-77.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-69.5 + parent: 2 + - uid: 17965 + components: + - type: Transform + pos: 72.5,-25.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-35.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-33.5 + parent: 2 + - uid: 18909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-63.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 8222 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-29.5 + parent: 2 + - uid: 16506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-30.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-34.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-29.5 + parent: 2 + - uid: 17712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-80.5 + parent: 2 + - uid: 17715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-73.5 + parent: 2 + - uid: 17722 + components: + - type: Transform + pos: 67.5,-65.5 + parent: 2 + - uid: 18220 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 4995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-90.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-50.5 + parent: 2 + - uid: 6724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-97.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-95.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-97.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-94.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: 13.5,-93.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-94.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-95.5 + parent: 2 + - uid: 6820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-88.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + pos: 30.5,-100.5 + parent: 2 + - uid: 7075 + components: + - type: Transform + pos: 32.5,-48.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: 34.5,-48.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-57.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: 75.5,-63.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-65.5 + parent: 2 + - uid: 17170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-57.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-46.5 + parent: 2 +- proto: CommandmentCircuitBoard + entities: + - uid: 18626 + components: + - type: Transform + pos: 76.992035,-47.50165 + parent: 2 +- proto: CommsComputerCircuitboard + entities: + - uid: 18885 + components: + - type: Transform + pos: 29.57425,-61.476105 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 5543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-53.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-60.5 + parent: 2 + - uid: 18594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-71.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 5049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-27.5 + parent: 2 + - type: DeviceLinkSource + range: 8 + linkedPorts: + 5037: + - - ArtifactAnalyzerSender + - ArtifactAnalyzerReceiver +- proto: computerBodyScanner + entities: + - uid: 6698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-22.5 + parent: 2 + - uid: 6705 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 13796 + components: + - type: Transform + pos: 4.5,-75.5 + parent: 2 + - uid: 16983 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 16169 + components: + - type: Transform + pos: 24.5,-95.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 6685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-85.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-88.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + pos: 24.5,-89.5 + parent: 2 +- proto: ComputerCargoOrdersEngineering + entities: + - uid: 5635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-75.5 + parent: 2 + - uid: 19221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-68.5 + parent: 2 +- proto: ComputerCargoOrdersMedical + entities: + - uid: 7153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-22.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-67.5 + parent: 2 +- proto: ComputerCargoOrdersScience + entities: + - uid: 19205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-19.5 + parent: 2 +- proto: ComputerCargoOrdersSecurity + entities: + - uid: 10561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-33.5 + parent: 2 +- proto: ComputerCargoOrdersService + entities: + - uid: 5727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-50.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-58.5 + parent: 2 + - uid: 17635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-62.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 5480 + components: + - type: Transform + pos: -41.5,-52.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-45.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 3543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-46.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-40.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 3547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-39.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-37.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-50.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-46.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + pos: 68.5,-45.5 + parent: 2 + - uid: 18166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-50.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 5510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-44.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-60.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 6060 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 5275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-22.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-41.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 3647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-67.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: 27.5,-69.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-50.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-61.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 5514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-46.5 + parent: 2 + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-101.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 5053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-54.5 + parent: 2 +- proto: ComputerRoboticsControl + entities: + - uid: 15880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-22.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 6904 + components: + - type: Transform + pos: 52.5,-96.5 + parent: 2 +- proto: ComputerSalvageJobBoard + entities: + - uid: 561 + components: + - type: Transform + pos: 53.5,-96.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 6714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-101.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 5521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-49.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-23.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-67.5 + parent: 2 + - uid: 18693 + components: + - type: Transform + pos: 83.5,-67.5 + parent: 2 + - uid: 18772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-68.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 15486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-29.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 8248 + components: + - type: Transform + pos: -51.5,-36.5 + parent: 2 + - uid: 13269 + components: + - type: Transform + pos: 7.5,-48.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 7040 + components: + - type: Transform + pos: 69.5,-45.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-45.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 5478 + components: + - type: Transform + pos: -40.5,-52.5 + parent: 2 + - uid: 17423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-42.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 4078 + components: + - type: MetaData + desc: A machine that generates a containment field when powered by an emitter. Don't forget to turn it on! + name: extended field generator + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 2 + - type: ContainmentFieldGenerator + enabled: True + maxLength: 19 + - uid: 5784 + components: + - type: Transform + pos: -19.5,-77.5 + parent: 2 + - uid: 6108 + components: + - type: MetaData + desc: A machine that generates a containment field when powered by an emitter. Don't forget to turn it on! + name: extended field generator + - type: Transform + pos: 59.5,-21.5 + parent: 2 + - type: ContainmentFieldGenerator + enabled: True + maxLength: 19 + - uid: 18224 + components: + - type: Transform + pos: -27.5,-77.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: -19.5,-85.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + pos: -27.5,-85.5 + parent: 2 +- proto: ContainmentFieldGeneratorFlatpack + entities: + - uid: 19331 + components: + - type: Transform + pos: -14.687149,-63.50414 + parent: 2 + - uid: 19333 + components: + - type: Transform + pos: -14.353454,-63.44882 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 2500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-84.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-84.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-81.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-90.5 + parent: 2 + - uid: 3792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-26.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-26.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-85.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + pos: 27.5,-91.5 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: 27.5,-89.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + pos: 27.5,-90.5 + parent: 2 + - uid: 4950 + components: + - type: Transform + pos: 27.5,-88.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 27.5,-87.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-87.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-87.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-87.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-87.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-87.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-87.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-87.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: 34.5,-86.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: 34.5,-85.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-85.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-85.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-85.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-85.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-85.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-85.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-85.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 27.5,-84.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 27.5,-83.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-91.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-84.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-90.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-89.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-88.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-89.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-88.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-87.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-86.5 + parent: 2 + - uid: 4981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-85.5 + parent: 2 + - uid: 4985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-85.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-85.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + pos: 19.5,-87.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + pos: 19.5,-88.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-87.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-87.5 + parent: 2 + - uid: 4991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-89.5 + parent: 2 + - uid: 4992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-89.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: 19.5,-84.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-26.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-26.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-26.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-26.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-26.5 + parent: 2 + - uid: 5301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-26.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-26.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: 55.5,-28.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: 55.5,-29.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 5316 + components: + - type: Transform + pos: 52.5,-32.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: 52.5,-33.5 + parent: 2 + - uid: 5318 + components: + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: 55.5,-39.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: 55.5,-41.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: 55.5,-42.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: 55.5,-43.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-44.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-44.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-44.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-44.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-44.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-44.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-44.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-36.5 + parent: 2 + - uid: 5336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-36.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-36.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-32.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-32.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-27.5 + parent: 2 + - uid: 5342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-27.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-26.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-25.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-25.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-26.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-26.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-26.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-34.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-34.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-34.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-38.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-38.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-38.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-44.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: 61.5,-71.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: 59.5,-73.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: 59.5,-75.5 + parent: 2 + - uid: 6708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-91.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-81.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + pos: 59.5,-80.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + pos: 59.5,-78.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + pos: 59.5,-77.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: 59.5,-76.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: 59.5,-74.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: 59.5,-72.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + pos: 62.5,-69.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-66.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-71.5 + parent: 2 + - uid: 7727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-72.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-72.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-81.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + pos: 62.5,-70.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-27.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + pos: 59.5,-79.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-27.5 + parent: 2 + - uid: 8801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-66.5 + parent: 2 + - uid: 8804 + components: + - type: Transform + pos: 62.5,-67.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-27.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-27.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-27.5 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: 62.5,-66.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-32.5 + parent: 2 +- proto: CorporateCircuitBoard + entities: + - uid: 18621 + components: + - type: Transform + pos: 76.60105,-47.30546 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 2520 + components: + - type: Transform + pos: 8.5,-75.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + pos: -22.5,-27.5 + parent: 2 +- proto: CrateCoffin + entities: + - uid: 10301 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + pos: -24.5,-29.5 + parent: 2 + - uid: 19390 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 2 +- proto: CrateContrabandStorageSecure + entities: + - uid: 10331 + components: + - type: Transform + pos: 60.5,-43.5 + parent: 2 +- proto: CrateEmergencyInternals + entities: + - uid: 10756 + components: + - type: Transform + pos: 57.5,-62.5 + parent: 2 +- proto: CrateEmergencyRadiation + entities: + - uid: 7274 + components: + - type: Transform + pos: 53.5,-74.5 + parent: 2 +- proto: CrateEmptySpawner + entities: + - uid: 17066 + components: + - type: Transform + pos: 22.5,-95.5 + parent: 2 + - uid: 17067 + components: + - type: Transform + pos: 22.5,-96.5 + parent: 2 + - uid: 17068 + components: + - type: Transform + pos: 22.5,-97.5 + parent: 2 + - uid: 17069 + components: + - type: Transform + pos: 26.5,-95.5 + parent: 2 + - uid: 17070 + components: + - type: Transform + pos: 26.5,-96.5 + parent: 2 + - uid: 17071 + components: + - type: Transform + pos: 26.5,-97.5 + parent: 2 +- proto: CrateEngineering + entities: + - uid: 904 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 +- proto: CrateEngineeringAMEJar + entities: + - uid: 8027 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 8028 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 17747 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 +- proto: CrateEngineeringCableBulk + entities: + - uid: 16516 + components: + - type: Transform + pos: -14.5,-64.5 + parent: 2 +- proto: CrateEngineeringCableHV + entities: + - uid: 3369 + components: + - type: Transform + pos: -31.5,-73.5 + parent: 2 + - uid: 8229 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 18722 + components: + - type: Transform + pos: 83.5,-70.5 + parent: 2 +- proto: CrateEngineeringCableMV + entities: + - uid: 3009 + components: + - type: Transform + pos: -32.5,-73.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 6939 + components: + - type: Transform + pos: 21.5,-95.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: 20.5,-96.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: 21.5,-97.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: 28.5,-96.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: 27.5,-96.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 28.5,-95.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: 54.5,-74.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + pos: 80.5,-71.5 + parent: 2 + - uid: 17060 + components: + - type: Transform + pos: 21.5,-96.5 + parent: 2 + - uid: 17061 + components: + - type: Transform + pos: 20.5,-97.5 + parent: 2 + - uid: 17062 + components: + - type: Transform + pos: 20.5,-95.5 + parent: 2 + - uid: 17063 + components: + - type: Transform + pos: 28.5,-97.5 + parent: 2 + - uid: 17064 + components: + - type: Transform + pos: 27.5,-97.5 + parent: 2 + - uid: 17065 + components: + - type: Transform + pos: 27.5,-95.5 + parent: 2 + - uid: 17957 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 5993 + components: + - type: Transform + pos: -54.5,-61.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5994 + - 5995 + - 5996 + - 5997 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7043 + components: + - type: Transform + pos: 46.5,-45.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7044 + - 7045 + - 7046 + - 7047 + - 7048 + - 7049 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 13205 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 +- proto: CrateFunLizardPlushieBulk + entities: + - uid: 16273 + components: + - type: Transform + pos: 52.5,-16.5 + parent: 2 +- proto: CrateGenericSteel + entities: + - uid: 2004 + components: + - type: Transform + pos: -5.5,-69.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: + - 6024 + - 6026 + - 6027 + - 6028 + - 6029 + - 6030 + - 6031 + - 6032 + - 6033 + - 6034 + - 6035 + - 6036 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8099 + components: + - type: Transform + pos: 69.5,-68.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: CrateLockBoxEngineering + entities: + - uid: 15392 + components: + - type: Transform + pos: -12.5,-58.5 + parent: 2 +- proto: CrateLockBoxMedical + entities: + - uid: 7184 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 +- proto: CrateLockBoxScience + entities: + - uid: 4348 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - uid: 7099 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 +- proto: CrateLockBoxSecurity + entities: + - uid: 12856 + components: + - type: Transform + pos: 66.5,-40.5 + parent: 2 +- proto: CrateLockBoxService + entities: + - uid: 5865 + components: + - type: Transform + pos: 40.5,-50.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 19365 + components: + - type: Transform + pos: 41.5,-40.5 + parent: 2 +- proto: CrateMaterialGlass + entities: + - uid: 9911 + components: + - type: Transform + pos: -31.5,-69.5 + parent: 2 +- proto: CrateMaterialPlasteel + entities: + - uid: 12150 + components: + - type: Transform + pos: -31.5,-70.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + pos: -11.5,-64.5 + parent: 2 +- proto: CrateMaterialSteel + entities: + - uid: 9912 + components: + - type: Transform + pos: -31.5,-68.5 + parent: 2 +- proto: CrateMindShieldImplants + entities: + - uid: 16980 + components: + - type: Transform + pos: 68.5,-35.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 4180 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 +- proto: CratePirate + entities: + - uid: 7670 + components: + - type: Transform + pos: 80.5,-19.5 + parent: 2 +- proto: CratePrivateSecure + entities: + - uid: 5349 + components: + - type: Transform + pos: 17.5,-98.5 + parent: 2 + - uid: 19408 + components: + - type: Transform + pos: 36.5,-91.5 + parent: 2 +- proto: CrateSecurityTrackingMindshieldImplants + entities: + - uid: 15462 + components: + - type: Transform + pos: 58.5,-56.5 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 15413 + components: + - type: Transform + pos: 60.5,-65.5 + parent: 2 +- proto: CrateSurgery + entities: + - uid: 17581 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 5628 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 +- proto: CrayonBox + entities: + - uid: 5693 + components: + - type: Transform + pos: -21.583178,-46.518047 + parent: 2 + - uid: 7685 + components: + - type: Transform + pos: 80.53909,-20.375944 + parent: 2 + - uid: 16623 + components: + - type: Transform + pos: 43.483654,-18.381348 + parent: 2 +- proto: CrayonRainbow + entities: + - uid: 17324 + components: + - type: Transform + pos: 86.52312,-73.470345 + parent: 2 + - uid: 19375 + components: + - type: Transform + pos: 80.55276,-27.64461 + parent: 2 + - uid: 19376 + components: + - type: Transform + pos: -48.743565,-61.14207 + parent: 2 +- proto: Crematorium + entities: + - uid: 5660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-45.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 15383 + components: + - type: Transform + pos: -47.5,-38.5 + parent: 2 + - type: SingletonDeviceNetServer + active: False + available: False +- proto: CriminalRecordsComputerCircuitboard + entities: + - uid: 18304 + components: + - type: Transform + pos: 27.53953,-60.442192 + parent: 2 +- proto: Crowbar + entities: + - uid: 6655 + components: + - type: Transform + pos: 9.473029,-24.698473 + parent: 2 + - uid: 8170 + components: + - type: Transform + pos: 85.45596,-22.555117 + parent: 2 + - uid: 8702 + components: + - type: Transform + pos: -5.39322,-27.521309 + parent: 2 + - uid: 17437 + components: + - type: Transform + pos: 36.69868,-51.490627 + parent: 2 + - uid: 19382 + components: + - type: Transform + pos: -19.472525,-51.559082 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 5592 + components: + - type: Transform + pos: -53.47501,-42.818943 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: -41.543785,-38.46098 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: -41.325035,-38.57043 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: 7.6110244,-3.5362194 + parent: 2 + - uid: 6643 + components: + - type: Transform + pos: -4.432915,2.5572884 + parent: 2 + - uid: 19043 + components: + - type: Transform + pos: 33.526745,-84.59566 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 5120 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 5902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 1044 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 16700 + components: + - type: Transform + pos: -3.5,-75.5 + parent: 2 + - uid: 17418 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 +- proto: CryoPodDestroyed + entities: + - uid: 3028 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: -3.5,-72.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 17408 + components: + - type: Transform + pos: 13.713647,-24.213507 + parent: 2 + - uid: 19019 + components: + - type: Transform + pos: 13.567814,-24.401138 + parent: 2 +- proto: CrystalSpawner + entities: + - uid: 17343 + components: + - type: Transform + pos: -37.5,-80.5 + parent: 2 + - uid: 17347 + components: + - type: Transform + pos: -40.5,-75.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + pos: -40.5,-77.5 + parent: 2 +- proto: CurtainsBlueOpen + entities: + - uid: 243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-13.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-13.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + pos: -37.5,-52.5 + parent: 2 +- proto: CurtainsOrangeOpen + entities: + - uid: 6832 + components: + - type: Transform + pos: 10.5,-86.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 2 +- proto: CurtainSpawner + entities: + - uid: 6166 + components: + - type: Transform + pos: 13.5,-48.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: 13.5,-50.5 + parent: 2 + - uid: 15165 + components: + - type: Transform + pos: 13.5,-49.5 + parent: 2 +- proto: CurtainsPurpleOpen + entities: + - uid: 5873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 2 +- proto: CurtainsRedOpen + entities: + - uid: 3030 + components: + - type: Transform + pos: 66.5,-50.5 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: 71.5,-47.5 + parent: 2 +- proto: CyborgEndoskeleton + entities: + - uid: 17946 + components: + - type: Transform + pos: 35.46804,-15.35495 + parent: 2 +- proto: d6Dice + entities: + - uid: 6745 + components: + - type: Transform + pos: 11.881842,-95.51513 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: 12.350592,-95.749664 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: 12.944342,-95.48386 + parent: 2 + - uid: 6750 + components: + - type: Transform + pos: 12.725592,-96.01547 + parent: 2 + - uid: 6751 + components: + - type: Transform + pos: 12.444342,-95.34313 + parent: 2 +- proto: DefaultStationBeaconAICore + entities: + - uid: 16345 + components: + - type: Transform + pos: 89.5,-45.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 16220 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 15342 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 6096 + components: + - type: Transform + pos: 60.5,-57.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 68.5,-34.5 + parent: 2 + - type: NavMapBeacon + text: Mini-Armory +- proto: DefaultStationBeaconArrivals + entities: + - uid: 16222 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 16221 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 16227 + components: + - type: Transform + pos: 29.5,-73.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 18501 + components: + - type: Transform + pos: 30.5,-42.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 16245 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 16212 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconBrigMed + entities: + - uid: 7204 + components: + - type: Transform + pos: 58.5,-32.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 16261 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 16244 + components: + - type: Transform + pos: 24.5,-97.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 16243 + components: + - type: Transform + pos: 24.5,-84.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 19266 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 16214 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 16260 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 16267 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 16223 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 6097 + components: + - type: Transform + pos: 69.5,-52.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 13900 + components: + - type: Transform + pos: 60.5,-69.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 16235 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 16226 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 +- proto: DefaultStationBeaconEscapePod + entities: + - uid: 16111 + components: + - type: Transform + pos: -46.5,-77.5 + parent: 2 + - type: NavMapBeacon + text: Southwestern Escape Pod + - uid: 16256 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 2 + - type: NavMapBeacon + text: Northwestern Escape Pod + - uid: 16678 + components: + - type: Transform + pos: -5.5,-78.5 + parent: 2 + - type: NavMapBeacon + text: Southern Escape Pods +- proto: DefaultStationBeaconEvac + entities: + - uid: 16254 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 16233 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 16213 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 16237 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 7202 + components: + - type: Transform + pos: 70.5,-46.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 16253 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconKitchen + entities: + - uid: 16230 + components: + - type: Transform + pos: 40.5,-43.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 7210 + components: + - type: Transform + pos: 53.5,-56.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 16251 + components: + - type: Transform + pos: -2.5,-65.5 + parent: 2 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 16266 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconMedical + entities: + - uid: 7768 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 2 + - type: NavMapBeacon + text: Virology + - type: BombingTarget +- proto: DefaultStationBeaconMorgue + entities: + - uid: 16250 + components: + - type: Transform + pos: 31.5,-27.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 16224 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 16248 + components: + - type: Transform + pos: -23.5,-64.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 16218 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 5092 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 16249 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 16262 + components: + - type: Transform + pos: 50.5,-99.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconScience + entities: + - uid: 16215 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconSecurity + entities: + - uid: 7211 + components: + - type: Transform + pos: 66.5,-42.5 + parent: 2 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 16225 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 +- proto: DefaultStationBeaconServerRoom + entities: + - uid: 19194 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 16219 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconSolars + entities: + - uid: 16263 + components: + - type: Transform + pos: 99.5,-45.5 + parent: 2 + - type: NavMapBeacon + text: Eastern Solars + - uid: 16264 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - type: NavMapBeacon + text: Northwestern Solars + - uid: 16265 + components: + - type: Transform + pos: -64.5,-69.5 + parent: 2 + - type: NavMapBeacon + text: Southwestern Solars +- proto: DefaultStationBeaconTechVault + entities: + - uid: 16228 + components: + - type: Transform + pos: 28.5,-62.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconTEG + entities: + - uid: 4463 + components: + - type: Transform + pos: 40.5,-70.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 2986 + components: + - type: Transform + pos: 34.5,-94.5 + parent: 2 + - type: NavMapBeacon + text: Cargo Telecoms + - uid: 2987 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - type: NavMapBeacon + text: Medical Telecoms + - uid: 6093 + components: + - type: Transform + pos: 68.5,-38.5 + parent: 2 + - type: NavMapBeacon + text: Security Telecoms + - uid: 7294 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - type: NavMapBeacon + text: Science Telecoms + - uid: 7917 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 2 + - type: NavMapBeacon + text: Engineer Telecoms + - uid: 12841 + components: + - type: Transform + pos: 83.5,-47.5 + parent: 2 + - type: NavMapBeacon + text: Common Telecoms + - uid: 13820 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - type: NavMapBeacon + text: Service Telecoms + - uid: 14253 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - type: NavMapBeacon + text: Command Telecoms +- proto: DefaultStationBeaconTheater + entities: + - uid: 16236 + components: + - type: Transform + pos: -60.5,-62.5 + parent: 2 + - type: NavMapBeacon + color: '#9FED58FF' + text: Clown & Mime Room + - uid: 16255 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 2 + - type: NavMapBeacon + color: '#9FED58FF' + text: Reporter +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 16217 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 16229 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 2 + - type: BombingTarget +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 13933 + components: + - type: Transform + pos: 58.5,-44.5 + parent: 2 +- proto: Defibrillator + entities: + - uid: 13159 + components: + - type: Transform + pos: 16.429699,-32.387486 + parent: 2 + - uid: 17298 + components: + - type: Transform + pos: -52.604927,-39.291473 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 582 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-23.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 10681 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-24.5 + parent: 2 + - uid: 17273 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 17284 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 17295 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-14.5 + parent: 2 + - uid: 19260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-58.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 5856 + components: + - type: Transform + pos: -15.53954,-57.388683 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: 38.5,-42.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: 26.510126,-70.399506 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: 18.509714,-76.381996 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: 2.5171201,-53.46943 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: -7.595062,-18.429745 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: 25.493769,-85.379295 + parent: 2 +- proto: DiceBag + entities: + - uid: 6052 + components: + - type: Transform + pos: -1.7396592,-62.250072 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 908 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 +- proto: DisposalBend + entities: + - uid: 1189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-67.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 2 + - uid: 1669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-57.5 + parent: 2 + - uid: 1687 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-59.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-58.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-56.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-27.5 + parent: 2 + - uid: 3385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-57.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-47.5 + parent: 2 + - uid: 3603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-29.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-46.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-51.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: 33.5,-40.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-70.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-70.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-20.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-67.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-66.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-67.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-70.5 + parent: 2 + - uid: 7306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-76.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: 63.5,-46.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-72.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-53.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-43.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-49.5 + parent: 2 + - uid: 8725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-49.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-56.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-54.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-54.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-65.5 + parent: 2 + - uid: 8865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-30.5 + parent: 2 + - uid: 8927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-40.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-51.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-49.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-54.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-64.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-53.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-57.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: 66.5,-43.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-64.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 14859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-58.5 + parent: 2 + - uid: 14869 + components: + - type: Transform + pos: 22.5,-59.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-55.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 14880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-51.5 + parent: 2 + - uid: 14898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-37.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-37.5 + parent: 2 + - uid: 14927 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 14928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-53.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-53.5 + parent: 2 + - uid: 15510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-41.5 + parent: 2 + - uid: 15512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-40.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-79.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-78.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-78.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-76.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-97.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-97.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-95.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-82.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-79.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-59.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-56.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-43.5 + parent: 2 + - uid: 15673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-27.5 + parent: 2 + - uid: 15687 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-20.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-38.5 + parent: 2 + - uid: 15774 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-54.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-56.5 + parent: 2 + - uid: 15783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-57.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-61.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-57.5 + parent: 2 + - uid: 15842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-7.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 15847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-11.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-13.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 15906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-30.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-48.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-48.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: 29.5,-48.5 + parent: 2 + - uid: 16015 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-54.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-62.5 + parent: 2 + - uid: 16055 + components: + - type: Transform + pos: -50.5,-62.5 + parent: 2 + - uid: 16056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-65.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-37.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-37.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-41.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-12.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-56.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-64.5 + parent: 2 + - uid: 16940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-61.5 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 2 + - uid: 19369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-49.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 4039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-65.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-40.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-46.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-43.5 + parent: 2 + - uid: 15507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-41.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-95.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-79.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-52.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-56.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + pos: -27.5,-33.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + pos: -27.5,-48.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 8061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + pos: 64.5,-31.5 + parent: 2 + - uid: 15537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-79.5 + parent: 2 + - uid: 15584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-79.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + pos: 25.5,-43.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-23.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-54.5 + parent: 2 + - uid: 15784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-57.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-57.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-48.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 285 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-58.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-14.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-58.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-67.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-27.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: 20.5,-71.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-73.5 + parent: 2 + - uid: 3351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-70.5 + parent: 2 + - uid: 3352 + components: + - type: Transform + pos: 58.5,-68.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: 58.5,-69.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-74.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-75.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-69.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-48.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + pos: 64.5,-32.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-49.5 + parent: 2 + - uid: 3462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-50.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-39.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-65.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-48.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: 64.5,-40.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-76.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-38.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-71.5 + parent: 2 + - uid: 5374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-72.5 + parent: 2 + - uid: 5460 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-47.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: 64.5,-30.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-49.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-47.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: 64.5,-33.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + pos: 64.5,-34.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: 40.5,-45.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: 40.5,-46.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 40.5,-44.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 40.5,-43.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-68.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-55.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-40.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-65.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-67.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-42.5 + parent: 2 + - uid: 6589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-64.5 + parent: 2 + - uid: 7001 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 2 + - uid: 7106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-64.5 + parent: 2 + - uid: 7110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-43.5 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: 66.5,-46.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-76.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-51.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-51.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-72.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-72.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-76.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-72.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-71.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-70.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-69.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 8378 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 8617 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 8619 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-35.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-41.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-65.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-65.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-65.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-65.5 + parent: 2 + - uid: 8877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-65.5 + parent: 2 + - uid: 8879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-65.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-35.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-35.5 + parent: 2 + - uid: 8917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-35.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-35.5 + parent: 2 + - uid: 8922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-36.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-37.5 + parent: 2 + - uid: 8925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-38.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-39.5 + parent: 2 + - uid: 8975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-53.5 + parent: 2 + - uid: 8977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-53.5 + parent: 2 + - uid: 8978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-53.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-53.5 + parent: 2 + - uid: 8994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-23.5 + parent: 2 + - uid: 9037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-65.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-76.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-76.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-76.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-76.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-76.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-76.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-76.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-76.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-76.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-44.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-43.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: 64.5,-42.5 + parent: 2 + - uid: 9429 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-43.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: 64.5,-38.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: 64.5,-41.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-68.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-46.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-51.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-51.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-51.5 + parent: 2 + - uid: 13153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-44.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-51.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-51.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-51.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-51.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-45.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + pos: 64.5,-36.5 + parent: 2 + - uid: 14357 + components: + - type: Transform + pos: 64.5,-35.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-48.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-47.5 + parent: 2 + - uid: 14453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-46.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-45.5 + parent: 2 + - uid: 14839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-64.5 + parent: 2 + - uid: 14840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-64.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-64.5 + parent: 2 + - uid: 14842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-64.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-64.5 + parent: 2 + - uid: 14844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-64.5 + parent: 2 + - uid: 14845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-64.5 + parent: 2 + - uid: 14846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-64.5 + parent: 2 + - uid: 14847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-64.5 + parent: 2 + - uid: 14848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-64.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-64.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-63.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-62.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-61.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-60.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-59.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - uid: 14857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 + - uid: 14865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-63.5 + parent: 2 + - uid: 14866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-62.5 + parent: 2 + - uid: 14867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-61.5 + parent: 2 + - uid: 14868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-60.5 + parent: 2 + - uid: 14870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-59.5 + parent: 2 + - uid: 14871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-59.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-56.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-51.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-51.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-51.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-51.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 14890 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 14892 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 14894 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 14895 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 14896 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 14897 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 14899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-37.5 + parent: 2 + - uid: 14900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-37.5 + parent: 2 + - uid: 14901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-37.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-37.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-37.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-37.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-37.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-37.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-37.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-36.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-35.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-34.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-33.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-32.5 + parent: 2 + - uid: 14914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-31.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-30.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-29.5 + parent: 2 + - uid: 14929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-53.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-53.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-53.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-53.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-53.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-53.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-53.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-53.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-53.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-53.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-53.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-53.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-53.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-53.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-53.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-53.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-53.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-53.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-53.5 + parent: 2 + - uid: 14950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-53.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-53.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-53.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-53.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-53.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-53.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-53.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-53.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-53.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-53.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-53.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-53.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-53.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-53.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-53.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-52.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-51.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-50.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-49.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-48.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-54.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-53.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-52.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-41.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-41.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 2 + - uid: 15504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-41.5 + parent: 2 + - uid: 15505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-41.5 + parent: 2 + - uid: 15514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-40.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-40.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-40.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-76.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-76.5 + parent: 2 + - uid: 15523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-76.5 + parent: 2 + - uid: 15524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-76.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-76.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-77.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-78.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-78.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-78.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-79.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-79.5 + parent: 2 + - uid: 15532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-79.5 + parent: 2 + - uid: 15533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-79.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-79.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-79.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-79.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-79.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-78.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-77.5 + parent: 2 + - uid: 15549 + components: + - type: Transform + pos: 17.5,-94.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-97.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-97.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-97.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + pos: 15.5,-96.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-95.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-94.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-93.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-92.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-91.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-90.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-89.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-88.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-87.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-86.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-85.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-84.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-83.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-81.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-80.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-79.5 + parent: 2 + - uid: 15580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-79.5 + parent: 2 + - uid: 15581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-79.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-79.5 + parent: 2 + - uid: 15583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-79.5 + parent: 2 + - uid: 15585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-79.5 + parent: 2 + - uid: 15586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-79.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-79.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-79.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + pos: 13.5,-78.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + pos: 13.5,-77.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + pos: 13.5,-76.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + pos: 13.5,-75.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: 13.5,-74.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: 20.5,-72.5 + parent: 2 + - uid: 15601 + components: + - type: Transform + pos: 20.5,-73.5 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: 20.5,-74.5 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: 20.5,-75.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: 20.5,-76.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: 20.5,-77.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: 20.5,-78.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-67.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-67.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-67.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-56.5 + parent: 2 + - uid: 15625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-57.5 + parent: 2 + - uid: 15626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-58.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-59.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-59.5 + parent: 2 + - uid: 15629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-59.5 + parent: 2 + - uid: 15633 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 15640 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-43.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-43.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + pos: 28.5,-42.5 + parent: 2 + - uid: 15649 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + pos: 25.5,-42.5 + parent: 2 + - uid: 15651 + components: + - type: Transform + pos: 25.5,-41.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: 25.5,-40.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + pos: 25.5,-37.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + pos: 25.5,-36.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + pos: 25.5,-35.5 + parent: 2 + - uid: 15658 + components: + - type: Transform + pos: 25.5,-34.5 + parent: 2 + - uid: 15659 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: 25.5,-31.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-20.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 2 + - uid: 15680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-20.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-20.5 + parent: 2 + - uid: 15682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-20.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-20.5 + parent: 2 + - uid: 15684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-20.5 + parent: 2 + - uid: 15685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-22.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-21.5 + parent: 2 + - uid: 15689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-23.5 + parent: 2 + - uid: 15690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-23.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-23.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-23.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-23.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-23.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-23.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-23.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-23.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-23.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-54.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-54.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-54.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-40.5 + parent: 2 + - uid: 15726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-40.5 + parent: 2 + - uid: 15727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-40.5 + parent: 2 + - uid: 15728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-40.5 + parent: 2 + - uid: 15729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-40.5 + parent: 2 + - uid: 15730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-40.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-40.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-40.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-40.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + pos: -22.5,-41.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + pos: -22.5,-40.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-38.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-38.5 + parent: 2 + - uid: 15745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-38.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-38.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-38.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-38.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-38.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-38.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-38.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-39.5 + parent: 2 + - uid: 15753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-41.5 + parent: 2 + - uid: 15754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-42.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-43.5 + parent: 2 + - uid: 15756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-44.5 + parent: 2 + - uid: 15757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-45.5 + parent: 2 + - uid: 15758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-46.5 + parent: 2 + - uid: 15759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-47.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-48.5 + parent: 2 + - uid: 15761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-49.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-50.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-51.5 + parent: 2 + - uid: 15764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-53.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-52.5 + parent: 2 + - uid: 15771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-52.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-52.5 + parent: 2 + - uid: 15773 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-56.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-56.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-56.5 + parent: 2 + - uid: 15781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-56.5 + parent: 2 + - uid: 15785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-57.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-60.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-59.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-58.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-57.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-56.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-55.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-54.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-53.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-52.5 + parent: 2 + - uid: 15797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-51.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-57.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-57.5 + parent: 2 + - uid: 15803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-57.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-57.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-57.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-57.5 + parent: 2 + - uid: 15807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-57.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-57.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-57.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-57.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-64.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-63.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-62.5 + parent: 2 + - uid: 15824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-61.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-60.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-59.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-58.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + pos: -27.5,-55.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + pos: -27.5,-53.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + pos: -27.5,-52.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + pos: -27.5,-51.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - uid: 15840 + components: + - type: Transform + pos: -27.5,-49.5 + parent: 2 + - uid: 15848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 2 + - uid: 15850 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: 23.5,-14.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-13.5 + parent: 2 + - uid: 15860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-13.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-13.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-10.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-9.5 + parent: 2 + - uid: 15872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-8.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 15891 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-25.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-25.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-25.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-25.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-30.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-30.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-30.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-47.5 + parent: 2 + - uid: 15925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-46.5 + parent: 2 + - uid: 15926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-45.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-44.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-43.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-42.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-41.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-40.5 + parent: 2 + - uid: 15932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-39.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-38.5 + parent: 2 + - uid: 15934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-37.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-36.5 + parent: 2 + - uid: 15936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-35.5 + parent: 2 + - uid: 15937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-34.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-32.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-31.5 + parent: 2 + - uid: 15940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-30.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-29.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-28.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-27.5 + parent: 2 + - uid: 15944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-26.5 + parent: 2 + - uid: 15945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-25.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-24.5 + parent: 2 + - uid: 15947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-23.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-22.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-21.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-20.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-19.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-18.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-17.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-16.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-15.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-14.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-13.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-33.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-33.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-33.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-33.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-33.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-33.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-48.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-48.5 + parent: 2 + - uid: 15975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-48.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-48.5 + parent: 2 + - uid: 15978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-48.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-48.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-48.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-48.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-48.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-48.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-48.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-48.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-48.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-48.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - uid: 15991 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-48.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-48.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-48.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-49.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-50.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-51.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-52.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-53.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-53.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-54.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-54.5 + parent: 2 + - uid: 16009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-54.5 + parent: 2 + - uid: 16010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-54.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-58.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-58.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-58.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-58.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: 29.5,-55.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-54.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-54.5 + parent: 2 + - uid: 16030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-54.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-54.5 + parent: 2 + - uid: 16033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-54.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-54.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-54.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-54.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-54.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-54.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-54.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-54.5 + parent: 2 + - uid: 16057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-62.5 + parent: 2 + - uid: 16058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-62.5 + parent: 2 + - uid: 16059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-62.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-62.5 + parent: 2 + - uid: 16061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-62.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-62.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-62.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-62.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-62.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-62.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: -50.5,-63.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: -50.5,-64.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-65.5 + parent: 2 + - uid: 16070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-65.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-65.5 + parent: 2 + - uid: 16072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-65.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-65.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-65.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -48.5,-38.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: -48.5,-39.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: -48.5,-40.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-41.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-41.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-41.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-42.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-43.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-44.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-45.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-46.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-47.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: -47.5,-36.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-51.5 + parent: 2 + - uid: 16867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-51.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-64.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-64.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 16947 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-25.5 + parent: 2 +- proto: DisposalPipeBroken + entities: + - uid: 7201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-66.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: 39.5,-47.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 1459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-15.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-70.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-58.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-28.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-66.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-29.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-47.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-65.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-31.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-49.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-65.5 + parent: 2 + - uid: 14860 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-52.5 + parent: 2 + - uid: 15393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-29.5 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + pos: 26.5,-76.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: 17.5,-93.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-98.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-56.5 + parent: 2 + - uid: 15669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-32.5 + parent: 2 + - uid: 15670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-23.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 15672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-27.5 + parent: 2 + - uid: 15738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-42.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-54.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-61.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-7.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-33.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + pos: -44.5,-47.5 + parent: 2 + - uid: 16014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-53.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + pos: -61.5,-61.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + pos: -47.5,-35.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 17026 + components: + - type: Transform + pos: -3.5,-72.5 + parent: 2 + - uid: 17027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-75.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-75.5 + parent: 2 + - uid: 17805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-70.5 + parent: 2 + - uid: 18105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-47.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 2 + - uid: 19368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-49.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 1856 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 35.5,-29.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + pos: -61.5,-61.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: 21.5,-58.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: -38.5,-66.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: -47.5,-35.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: -44.5,-47.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: -22.5,-42.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + pos: -17.5,-61.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + pos: -34.5,-33.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 6274 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: 11.5,-98.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: 17.5,-93.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 65.5,-29.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: 65.5,-49.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: 15.5,-65.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + pos: 65.5,-47.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + pos: 17.5,-65.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 65.5,-31.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 14596 + components: + - type: Transform + pos: 40.5,-47.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + pos: 26.5,-76.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + pos: 21.5,-70.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-54.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-35.5 + parent: 2 + - uid: 8618 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 15674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-23.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-40.5 + parent: 2 +- proto: DogBed + entities: + - uid: 3545 + components: + - type: Transform + pos: 57.5,-44.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 + - uid: 18292 + components: + - type: Transform + pos: 69.5,-48.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 6806 + components: + - type: Transform + pos: 14.5,-98.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: 29.5,-101.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + pos: 22.5,-85.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + pos: 52.5,-98.5 + parent: 2 + - uid: 18533 + components: + - type: Transform + pos: 10.5,-77.5 + parent: 2 +- proto: DoorElectronics + entities: + - uid: 154 + components: + - type: Transform + pos: -9.63459,-6.035302 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 18776 + components: + - type: Transform + pos: -9.316594,-6.1209764 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 7692 + components: + - type: Transform + pos: 80.568535,-23.507742 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 15105 + components: + - type: Transform + pos: -31.5,-63.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 3883 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 5877 + components: + - type: Transform + pos: -46.5,-61.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: -42.5,-61.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: -37.5,-60.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: -47.5,-67.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: -60.5,-61.5 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 6191 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 18028 + components: + - type: Transform + pos: 71.5,-48.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 6231 + components: + - type: Transform + pos: 8.5,-87.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 315 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 3546 + components: + - type: Transform + pos: 57.5,-42.5 + parent: 2 +- proto: DrinkBottleAlcoClear + entities: + - uid: 18014 + components: + - type: Transform + pos: 11.705186,-15.77406 + parent: 2 +- proto: DrinkBottleOfNothingFull + entities: + - uid: 6004 + components: + - type: Transform + pos: -56.629017,-61.739758 + parent: 2 +- proto: DrinkChangelingStingCan + entities: + - uid: 2843 + components: + - type: Transform + pos: 38.730194,-12.548597 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: 38.338818,-12.401728 + parent: 2 +- proto: DrinkCoffeeJug + entities: + - uid: 14280 + components: + - type: Transform + pos: 21.681454,-19.427164 + parent: 2 +- proto: DrinkEnergyDrinkJug + entities: + - uid: 17562 + components: + - type: Transform + pos: -38.577217,-21.50278 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 5481 + components: + - type: Transform + pos: -38.302177,-55.24425 + parent: 2 +- proto: DrinkFlaskBar + entities: + - uid: 17539 + components: + - type: Transform + pos: -47.64633,-68.25552 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 3330 + components: + - type: Transform + pos: 70.72181,-69.31151 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: 70.81903,-69.41807 + parent: 2 + - uid: 3336 + components: + - type: Transform + pos: 70.59218,-69.22349 + parent: 2 + - uid: 5250 + components: + - type: Transform + parent: 5967 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5251 + components: + - type: Transform + parent: 5967 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5490 + components: + - type: Transform + pos: -45.628235,-54.247543 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: -45.51886,-54.419537 + parent: 2 + - uid: 6845 + components: + - type: Transform + pos: 12.417474,-98.31609 + parent: 2 + - uid: 6846 + components: + - type: Transform + pos: 12.745599,-98.425545 + parent: 2 + - uid: 7196 + components: + - type: Transform + pos: 70.59718,-51.425907 + parent: 2 + - uid: 15265 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False + - uid: 15266 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False + - uid: 15339 + components: + - type: Transform + pos: 70.40968,-51.300816 + parent: 2 + - uid: 17441 + components: + - type: Transform + pos: 35.34331,-45.32917 + parent: 2 + - uid: 17442 + components: + - type: Transform + pos: 35.546436,-45.469894 + parent: 2 + - uid: 19379 + components: + - type: Transform + pos: 9.108965,-47.932705 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 6760 + components: + - type: Transform + parent: 6757 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkMug + entities: + - uid: 921 + components: + - type: Transform + pos: 21.316872,-19.489708 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: 21.108538,-19.239534 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 18321 + components: + - type: Transform + pos: 30.435383,-41.503597 + parent: 2 + - uid: 18322 + components: + - type: Transform + pos: 30.685383,-41.30033 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: 27.727837,-45.77474 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 3394 + components: + - type: Transform + pos: 46.69793,-74.49175 + parent: 2 +- proto: DrinkMugRainbow + entities: + - uid: 17325 + components: + - type: Transform + pos: 32.460705,-83.503525 + parent: 2 +- proto: DrinkMugRed + entities: + - uid: 17563 + components: + - type: Transform + pos: -39.092842,-21.627867 + parent: 2 +- proto: DrinkShaker + entities: + - uid: 7086 + components: + - type: Transform + pos: 33.5,-50.5 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 5252 + components: + - type: Transform + parent: 5967 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5253 + components: + - type: Transform + parent: 5967 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5698 + components: + - type: Transform + pos: -16.43803,-42.462643 + parent: 2 +- proto: DrinkSpaceLube + entities: + - uid: 19296 + components: + - type: Transform + pos: -5.7709203,-19.359259 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 5597 + components: + - type: Transform + pos: -39.588135,-38.096096 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: -39.41626,-38.252457 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -39.244385,-38.15864 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: -22.248049,-44.28955 + parent: 2 + - uid: 17710 + components: + - type: Transform + pos: 1.7266251,-62.17161 + parent: 2 +- proto: DrinkWaterCup + entities: + - uid: 18325 + components: + - type: Transform + pos: -23.117622,-14.383618 + parent: 2 + - uid: 18326 + components: + - type: Transform + pos: -22.961372,-14.195988 + parent: 2 + - uid: 18327 + components: + - type: Transform + pos: -22.992622,-14.506653 + parent: 2 +- proto: DrinkWineBottleFull + entities: + - uid: 5697 + components: + - type: Transform + pos: -16.34428,-41.91539 + parent: 2 +- proto: EggSpider + entities: + - uid: 6031 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11954 + components: + - type: Transform + pos: 67.697716,-46.025784 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 1061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-35.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-31.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-41.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-67.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-65.5 + parent: 2 + - uid: 3513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-54.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-24.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-31.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-35.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: -0.5,-77.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: -6.5,-77.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-32.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-72.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-58.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + pos: 71.5,-50.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-41.5 + parent: 2 + - uid: 14042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-61.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-65.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-59.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-67.5 + parent: 2 + - uid: 14140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-31.5 + parent: 2 + - uid: 14141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-42.5 + parent: 2 + - uid: 14153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-16.5 + parent: 2 + - uid: 14354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-36.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-23.5 + parent: 2 + - uid: 14363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-17.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,0.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-13.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-26.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-50.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-43.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-50.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: -23.5,-55.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-48.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-80.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-98.5 + parent: 2 + - uid: 14381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-90.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-93.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-68.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-39.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-21.5 + parent: 2 + - uid: 14393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-18.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-45.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: 21.5,-48.5 + parent: 2 + - uid: 17915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-44.5 + parent: 2 + - uid: 17924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-48.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-12.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 18275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-17.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-11.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 18279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-18.5 + parent: 2 + - uid: 18281 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 18282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-55.5 + parent: 2 + - uid: 18284 + components: + - type: Transform + pos: -59.5,-61.5 + parent: 2 + - uid: 18285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-73.5 + parent: 2 + - uid: 18286 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 18288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-53.5 + parent: 2 + - uid: 18289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-24.5 + parent: 2 + - uid: 18291 + components: + - type: Transform + pos: 64.5,-17.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-79.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-79.5 + parent: 2 + - uid: 18296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-51.5 + parent: 2 + - uid: 18297 + components: + - type: Transform + pos: -53.5,-39.5 + parent: 2 + - uid: 18298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-47.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-44.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-58.5 + parent: 2 + - uid: 18632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-48.5 + parent: 2 + - uid: 18634 + components: + - type: Transform + pos: 62.5,-27.5 + parent: 2 + - uid: 18760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-17.5 + parent: 2 +- proto: EmergencyNitrogenTankFilled + entities: + - uid: 18755 + components: + - type: Transform + pos: 38.632355,-19.621294 + parent: 2 +- proto: EmergencyOxygenTankFilled + entities: + - uid: 18753 + components: + - type: Transform + pos: 38.289898,-19.609055 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 5066 + components: + - type: Transform + pos: -17.754898,-27.382486 + parent: 2 +- proto: Emitter + entities: + - uid: 3511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-85.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-85.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-77.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-77.5 + parent: 2 + - uid: 18358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-21.5 + parent: 2 +- proto: EmitterFlatpack + entities: + - uid: 19330 + components: + - type: Transform + pos: -14.273126,-63.257053 + parent: 2 + - uid: 19332 + components: + - type: Transform + pos: -14.58285,-63.3528 + parent: 2 +- proto: EncryptionKeyCargo + entities: + - uid: 15026 + components: + - type: Transform + parent: 6930 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 16387 + components: + - type: Transform + parent: 5607 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 6028 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: EncryptionKeyMedical + entities: + - uid: 6927 + components: + - type: Transform + parent: 6812 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 6605 + components: + - type: Transform + parent: 6591 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 1690 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 +- proto: ExosuitFabricatorMachineCircuitboard + entities: + - uid: 17885 + components: + - type: Transform + parent: 17884 + - type: Physics + canCollide: False +- proto: ExtinguisherCabinetFilled + entities: + - uid: 5781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-58.5 + parent: 2 + - uid: 17293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-61.5 + parent: 2 + - uid: 17294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 18339 + components: + - type: Transform + pos: 11.5,-70.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -27.5,-62.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 1889 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 2290 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - type: FaxMachine + name: CMO's Office + - uid: 3646 + components: + - type: Transform + pos: -11.5,-58.5 + parent: 2 + - type: FaxMachine + name: Engineering + - uid: 5279 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - type: FaxMachine + name: Medical + - uid: 5867 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 + - type: FaxMachine + name: CE's Office + - uid: 6966 + components: + - type: Transform + pos: 8.5,-89.5 + parent: 2 + - type: FaxMachine + name: QM's Office + - uid: 9358 + components: + - type: Transform + pos: 62.5,-31.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 10231 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - type: FaxMachine + name: RD's Office + - uid: 10498 + components: + - type: Transform + pos: 49.5,-56.5 + parent: 2 + - type: FaxMachine + name: Lawyer's Office + - uid: 15440 + components: + - type: Transform + pos: 69.5,-53.5 + parent: 2 + - type: FaxMachine + name: Detective's Office + - uid: 16282 + components: + - type: Transform + pos: 35.5,-73.5 + parent: 2 + - type: FaxMachine + name: Atmospherics + - uid: 17691 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - type: FaxMachine + name: HoP's Office + - uid: 17692 + components: + - type: Transform + pos: -47.5,-46.5 + parent: 2 + - type: FaxMachine + name: Bridge + - uid: 17834 + components: + - type: Transform + pos: 23.5,-89.5 + parent: 2 + - type: FaxMachine + name: Cargo + - uid: 18215 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - type: FaxMachine + name: HoS' Office +- proto: FaxMachineCaptain + entities: + - uid: 3831 + components: + - type: Transform + pos: -45.5,-55.5 + parent: 2 +- proto: FenceMetalCorner + entities: + - uid: 365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-21.5 + parent: 2 +- proto: FenceMetalEnd + entities: + - uid: 437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 2 +- proto: FenceMetalStraight + entities: + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-21.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-22.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-29.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-29.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-29.5 + parent: 2 + - uid: 5121 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 2 +- proto: FigureSpawner + entities: + - uid: 8609 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 3084 + components: + - type: Transform + pos: 70.5,-53.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: 53.5,-54.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: 15.5,-60.5 + parent: 2 + - uid: 13819 + components: + - type: Transform + pos: 62.5,-34.5 + parent: 2 + - uid: 15340 + components: + - type: Transform + pos: 70.5,-40.5 + parent: 2 + - uid: 17427 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 5870 + components: + - type: Transform + pos: -28.5,-59.5 + parent: 2 +- proto: filingCabinetTallRandom + entities: + - uid: 3526 + components: + - type: Transform + pos: 51.5,-57.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + pos: 8.5,-88.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 8664 + - 8757 + - 2381 + - 1595 + - 18775 + - 3279 + - uid: 3401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-53.5 + parent: 2 + - type: DeviceList + devices: + - 3399 + - 3400 + - 6164 + - 3396 + - 3397 + - 3531 + - 9363 + - 7733 + - 9287 + - 275 + - 13816 + - 17963 + - uid: 3427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 3447 + - 3449 + - 7119 + - 7117 + - 9351 + - 3551 + - uid: 5295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 8920 + - 530 + - 8870 + - 8873 + - uid: 7281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 3441 + - 4166 + - 3449 + - 3447 + - 7954 + - 2157 + - uid: 7439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 8541 + - 8540 + - 8539 + - 10476 + - 10477 + - 10478 + - uid: 8800 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 8526 + - 8525 + - 8524 + - 872 + - 8870 + - 8873 + - uid: 10296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 7954 + - 2157 + - 9293 + - 8403 + - 4175 + - 4174 + - 8404 + - 7987 + - 9213 + - 10298 + - uid: 10791 + components: + - type: Transform + pos: 64.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 14730 + - 3448 + - 7109 + - 14728 + - 3441 + - 4166 + - 4169 + - 13846 + - 4171 + - uid: 14459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 5914 + - 5915 + - 5916 + - 5917 + - 5918 + - 5919 + - 5920 + - 5921 + - 6634 + - 6635 + - 6636 + - 7459 + - 1833 + - uid: 14461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 6632 + - 6631 + - 6633 + - 19234 + - 19235 + - uid: 14591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-65.5 + parent: 2 + - type: DeviceList + devices: + - 18880 + - 16165 + - 7135 + - 8640 + - 18857 + - uid: 14683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-81.5 + parent: 2 + - type: DeviceList + devices: + - 6978 + - 6977 + - 6976 + - 3659 + - uid: 14758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-91.5 + parent: 2 + - type: DeviceList + devices: + - 14753 + - 14754 + - 18866 + - 18865 + - 14756 + - 14755 + - 18844 + - 18843 + - 1698 + - uid: 15095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-86.5 + parent: 2 + - type: DeviceList + devices: + - 13567 + - 18091 + - 17153 + - 17130 + - 17129 + - uid: 18593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 2381 + - 1595 + - 3279 + - 18775 + - 530 + - 8920 + - 5203 + - 2388 + - uid: 18817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 11725 + - 11724 + - 11723 + - 11722 + - 11721 + - 11720 + - 11719 + - 11718 + - 11717 + - 11716 + - 11715 + - 11712 + - 4169 + - uid: 18881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-62.5 + parent: 2 + - type: DeviceList + devices: + - 16165 + - 14594 + - 14595 +- proto: FireAlarmXeno + entities: + - uid: 1691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-46.5 + parent: 2 + - type: DeviceList + devices: + - 8504 + - 8503 + - 8502 + - 8505 + - 8506 + - 1809 + - 1807 + - 8507 + - uid: 1694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 8545 + - 8546 + - 8547 + - 8551 + - 8552 + - 8553 + - 8703 + - 18860 + - 18861 + - uid: 2359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 8735 + - 8737 + - 8736 + - 8734 + - uid: 2409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 5571 + - 5570 + - 5569 + - 5573 + - 5572 + - 5574 + - 5578 + - 5577 + - 5575 + - 5576 + - uid: 2452 + components: + - type: Transform + pos: -34.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 5571 + - 5570 + - 5569 + - 5573 + - 5572 + - 5574 + - uid: 2513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-48.5 + parent: 2 + - type: DeviceList + devices: + - 5578 + - 5577 + - 5576 + - 5575 + - uid: 3256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 8604 + - 8603 + - 8602 + - 9541 + - 11336 + - 18786 + - uid: 3258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 8599 + - 8600 + - 8601 + - 8538 + - 8537 + - 8536 + - uid: 3329 + components: + - type: Transform + pos: 48.5,-50.5 + parent: 2 + - type: DeviceList + devices: + - 9287 + - 7733 + - 9363 + - 3531 + - 14283 + - 12148 + - uid: 5200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 8596 + - 8597 + - 8598 + - 8465 + - 8464 + - 8463 + - uid: 6218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 8498 + - 8497 + - 8496 + - 14594 + - 14595 + - 8450 + - 8449 + - 8448 + - 14798 + - 14800 + - 14799 + - uid: 6344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 8551 + - 8552 + - 8553 + - 8423 + - 8422 + - 8421 + - 8554 + - 8555 + - uid: 6345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-58.5 + parent: 2 + - type: DeviceList + devices: + - 8429 + - 8428 + - 8427 + - 8393 + - 8394 + - 8395 + - 8418 + - 8419 + - 8420 + - 8423 + - 8422 + - 8421 + - 8556 + - 8424 + - uid: 6346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 8499 + - 8500 + - 8501 + - 8430 + - 8431 + - 8432 + - 7930 + - 7926 + - 8434 + - 8433 + - uid: 6348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-80.5 + parent: 2 + - type: DeviceList + devices: + - 8389 + - 12781 + - 8387 + - 8384 + - 8385 + - 8386 + - 6976 + - 6977 + - 6978 + - 8678 + - 8677 + - 8676 + - 17153 + - 17130 + - 17129 + - uid: 6349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-69.5 + parent: 2 + - type: DeviceList + devices: + - 4276 + - 8382 + - 8383 + - 8398 + - 8397 + - 8396 + - 10326 + - 9410 + - uid: 6350 + components: + - type: Transform + pos: 39.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 7013 + - 7014 + - 7015 + - 7016 + - 7017 + - uid: 6405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-77.5 + parent: 2 + - type: DeviceList + devices: + - 9410 + - 10326 + - 8402 + - uid: 7880 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 8556 + - 8424 + - 8555 + - 8554 + - 7009 + - 7010 + - 7011 + - 7012 + - 7056 + - uid: 9038 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 8532 + - 8531 + - 8530 + - 8520 + - 8519 + - 8518 + - 8514 + - 8513 + - 8512 + - 8524 + - 8525 + - 8526 + - 8453 + - 8452 + - 8451 + - 8445 + - 8446 + - 8447 + - 7443 + - uid: 9039 + components: + - type: Transform + pos: 37.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 12148 + - 14283 + - 8415 + - 8416 + - 8417 + - uid: 9178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-53.5 + parent: 2 + - type: DeviceList + devices: + - 8474 + - 8473 + - 8472 + - 8496 + - 8497 + - 8498 + - 8494 + - 8495 + - uid: 9200 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 10478 + - 10477 + - 10476 + - 5921 + - 5920 + - 5919 + - 5918 + - 5917 + - 5916 + - 5915 + - 5914 + - 10479 + - 10480 + - 10481 + - 8533 + - 8534 + - 8535 + - 7442 + - 8107 + - 8831 + - 8832 + - 8665 + - 16242 + - uid: 9202 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 8489 + - 8488 + - 18762 + - 8492 + - 44 + - 4002 + - uid: 9218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-58.5 + parent: 2 + - type: DeviceList + devices: + - 8505 + - 8506 + - 8507 + - uid: 9233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 14799 + - 14800 + - 14798 + - uid: 9237 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 14832 + - 14831 + - 8442 + - 8441 + - 8440 + - 8439 + - 8438 + - 8390 + - 8391 + - 8392 + - 18862 + - uid: 9238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-62.5 + parent: 2 + - type: DeviceList + devices: + - 8442 + - 8441 + - 8440 + - 8439 + - 8438 + - 18862 + - uid: 9242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 8489 + - 8488 + - 7440 + - 7443 + - 19204 + - uid: 9249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-59.5 + parent: 2 + - type: DeviceList + devices: + - 8433 + - 8434 + - uid: 9250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 8456 + - 8455 + - 8454 + - 8459 + - 8458 + - 8457 + - 8493 + - uid: 9255 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 8466 + - 8468 + - 8467 + - 8460 + - 8461 + - 8462 + - 8471 + - 8469 + - 8470 + - uid: 9256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 8469 + - 8470 + - 8471 + - 8472 + - 8473 + - 8474 + - uid: 9489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 8529 + - 8528 + - 8527 + - 10479 + - 10480 + - 10481 + - uid: 9931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 19401 + - 12859 + - 19402 + - 8550 + - 8549 + - 8548 + - uid: 15092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-15.5 + parent: 2 + - uid: 16800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-62.5 + parent: 2 + - type: DeviceList + devices: + - 8477 + - 8478 + - 18880 + - uid: 16803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 8783 + - 8784 + - 8789 + - 8785 + - 8788 + - 8787 + - 8786 + - uid: 16807 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - type: DeviceList + devices: + - 8676 + - 8677 + - 8678 + - 262 + - uid: 16808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 12148 + - 14283 + - uid: 17681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-40.5 + parent: 2 + - type: DeviceList + devices: + - 8515 + - 8516 + - 8517 + - 1438 + - 1806 + - uid: 18600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 8764 + - 14668 + - 14669 + - 8542 + - 8543 + - 8544 + - 914 + - 913 + - uid: 18883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 11712 + - 11715 + - 11716 + - 11717 + - 11718 + - 11719 + - 11720 + - 11721 + - 8572 + - 8571 + - 8785 + - uid: 19201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 1112 + - 18761 + - 44 + - 7440 + - 16242 + - 8107 + - 19203 + - uid: 19399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-38.5 + parent: 2 + - type: DeviceList + devices: + - 8523 + - 8522 + - 8521 + - 19401 + - 12859 + - 19402 + - 4972 + - 872 + - uid: 19420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 18786 + - 11336 + - 9541 +- proto: FireAxeCabinetFilled + entities: + - uid: 5385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-69.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: -49.5,-48.5 + parent: 2 +- proto: FireExtinguisher + entities: + - uid: 17297 + components: + - type: Transform + pos: -41.60963,-38.21671 + parent: 2 +- proto: Firelock + entities: + - uid: 11712 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11715 + components: + - type: Transform + pos: 43.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11716 + components: + - type: Transform + pos: 44.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11717 + components: + - type: Transform + pos: 45.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11718 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11719 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11720 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11721 + components: + - type: Transform + pos: 49.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18873 + - 18883 + - 18818 + - uid: 11722 + components: + - type: Transform + pos: 53.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18874 + - 18818 + - uid: 11723 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18874 + - 18818 + - uid: 11724 + components: + - type: Transform + pos: 55.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18874 + - 18818 + - uid: 11725 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18874 + - 18818 +- proto: FirelockEdge + entities: + - uid: 913 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 914 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 1438 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17681 + - 17680 + - uid: 1806 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17681 + - 17680 + - uid: 1807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - uid: 1809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - uid: 3441 + components: + - type: Transform + pos: 63.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - 7281 + - 8816 + - uid: 4166 + components: + - type: Transform + pos: 65.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - 7281 + - 8816 + - uid: 4169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18817 + - 18059 + - 10791 + - 18818 + - uid: 4276 + components: + - type: Transform + pos: 23.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 5461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-98.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - 2409 + - 9195 + - 2513 + - uid: 5576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - 2409 + - 9195 + - 2513 + - uid: 5577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - 2409 + - 9195 + - 2513 + - uid: 5578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - 2409 + - 9195 + - 2513 + - uid: 6970 + components: + - type: Transform + pos: 37.5,-82.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-87.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6350 + - 9241 + - uid: 7014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6350 + - 9241 + - uid: 7015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6350 + - 9241 + - uid: 7016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6350 + - 9241 + - uid: 7017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6350 + - 9241 + - uid: 7135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14591 + - 14590 + - uid: 7926 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 7930 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8382 + components: + - type: Transform + pos: 24.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 8383 + components: + - type: Transform + pos: 25.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 8384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 8385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 8386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 8387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 8389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 8390 + components: + - type: Transform + pos: 13.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - uid: 8391 + components: + - type: Transform + pos: 14.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - uid: 8392 + components: + - type: Transform + pos: 15.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - uid: 8393 + components: + - type: Transform + pos: 23.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8394 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8395 + components: + - type: Transform + pos: 25.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 8397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 8398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - uid: 8399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - uid: 8400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - uid: 8415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - 9039 + - uid: 8416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - 9039 + - uid: 8417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - 9039 + - uid: 8418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - 6344 + - 9235 + - uid: 8422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - 6344 + - 9235 + - uid: 8423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - 6344 + - 9235 + - uid: 8426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19354 + - 18869 + - uid: 8427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - 6345 + - uid: 8430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8445 + components: + - type: Transform + pos: -14.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8446 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8447 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6218 + - 9234 + - uid: 8449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6218 + - 9234 + - uid: 8450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6218 + - 9234 + - uid: 8451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8463 + components: + - type: Transform + pos: -29.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8464 + components: + - type: Transform + pos: -28.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8465 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - uid: 8477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16800 + - 2110 + - uid: 8478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16800 + - 2110 + - uid: 8482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-28.5 + parent: 2 + - uid: 8483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-29.5 + parent: 2 + - uid: 8487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-35.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: -21.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6407 + - 1876 + - 9178 + - uid: 8495 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6407 + - 1876 + - 9178 + - uid: 8499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - 6346 + - uid: 8502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - uid: 8503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - uid: 8504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - uid: 8512 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8513 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8514 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17681 + - 17680 + - uid: 8516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17681 + - 17680 + - uid: 8517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17681 + - 17680 + - uid: 8518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - uid: 8522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - uid: 8523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - uid: 8527 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9489 + - 1212 + - uid: 8528 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9489 + - 1212 + - uid: 8529 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9489 + - 1212 + - uid: 8530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9038 + - uid: 8533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - uid: 8534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - uid: 8535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - uid: 8536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7439 + - 459 + - uid: 8540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7439 + - 459 + - uid: 8541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7439 + - 459 + - uid: 8542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 8543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 8544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 8545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 8546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 8547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 8548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9931 + - 1751 + - uid: 8549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9931 + - 1751 + - uid: 8550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9931 + - 1751 + - uid: 8551 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - 6344 + - 9235 + - uid: 8552 + components: + - type: Transform + pos: 24.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - 6344 + - 9235 + - uid: 8553 + components: + - type: Transform + pos: 25.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - 6344 + - 9235 + - uid: 8571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18874 + - 18873 + - 18883 + - uid: 8572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18874 + - 18873 + - 18883 + - uid: 8592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6358 + - uid: 8593 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - 5200 + - uid: 8640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - 14591 + - uid: 8666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-21.5 + parent: 2 + - uid: 8703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 8764 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 8976 + components: + - type: Transform + pos: 37.5,-73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - uid: 12781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - uid: 14668 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 14669 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18600 + - 18598 + - uid: 14755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-99.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 14756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-98.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 14798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9233 + - 5526 + - 9234 + - 6218 + - uid: 14799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9233 + - 5526 + - 9234 + - 6218 + - uid: 14800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9233 + - 5526 + - 9234 + - 6218 + - uid: 14831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - uid: 14832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - uid: 17129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - 9239 + - 6348 + - 15095 + - uid: 17130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - 9239 + - 6348 + - 15095 + - uid: 17153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - 9239 + - 6348 + - 15095 + - uid: 17867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-27.5 + parent: 2 + - uid: 17872 + components: + - type: Transform + pos: -59.5,-63.5 + parent: 2 + - uid: 18269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-99.5 + parent: 2 + - uid: 18857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - 14592 + - 14591 + - uid: 18860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 18861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - 1694 + - uid: 18865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-89.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 18866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-91.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 19015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 2 +- proto: FirelockGlass + entities: + - uid: 44 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9202 + - 16120 + - 19201 + - 19200 + - uid: 262 + components: + - type: Transform + pos: 19.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - 16807 + - 2197 + - uid: 275 + components: + - type: Transform + pos: 59.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8124 + - 3401 + - 7131 + - uid: 530 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18593 + - 364 + - 5295 + - 17282 + - uid: 872 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 8800 + - 8767 + - 19400 + - uid: 885 + components: + - type: Transform + pos: 75.5,-45.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - 19201 + - 8130 + - uid: 1595 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 349 + - 14642 + - 18593 + - 364 + - uid: 1698 + components: + - type: Transform + pos: 23.5,-100.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 1833 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - 14458 + - 14459 + - uid: 2157 + components: + - type: Transform + pos: 64.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - 7281 + - 7953 + - 10296 + - uid: 2381 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 349 + - 14642 + - 18593 + - 364 + - uid: 2388 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18593 + - 364 + - uid: 2462 + components: + - type: Transform + pos: -34.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2110 + - 1876 + - uid: 3279 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 349 + - 14642 + - 18593 + - 364 + - uid: 3390 + components: + - type: Transform + pos: 65.5,-61.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: 59.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - uid: 3397 + components: + - type: Transform + pos: 58.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - uid: 3399 + components: + - type: Transform + pos: 62.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - uid: 3400 + components: + - type: Transform + pos: 63.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - uid: 3447 + components: + - type: Transform + pos: 61.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - 7281 + - 3446 + - 3427 + - uid: 3448 + components: + - type: Transform + pos: 67.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - uid: 3449 + components: + - type: Transform + pos: 61.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - 7281 + - 3427 + - uid: 3531 + components: + - type: Transform + pos: 54.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - 3329 + - 3424 + - uid: 3659 + components: + - type: Transform + pos: 20.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18493 + - 14682 + - 14683 + - uid: 4002 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - 9202 + - uid: 4171 + components: + - type: Transform + pos: 62.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - uid: 4174 + components: + - type: Transform + pos: 61.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7104 + - 7953 + - 10296 + - uid: 4175 + components: + - type: Transform + pos: 61.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7104 + - 7953 + - 10296 + - uid: 4972 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - uid: 4984 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18593 + - 364 + - uid: 5569 + components: + - type: Transform + pos: -37.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5570 + components: + - type: Transform + pos: -37.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5571 + components: + - type: Transform + pos: -37.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5572 + components: + - type: Transform + pos: -37.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5573 + components: + - type: Transform + pos: -37.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5574 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - 2452 + - 9180 + - 2409 + - uid: 5914 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5915 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5916 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5917 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5918 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5919 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5920 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 5921 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - 3897 + - 9200 + - uid: 6164 + components: + - type: Transform + pos: 60.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - uid: 6631 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14461 + - 14460 + - uid: 6632 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14461 + - 14460 + - uid: 6633 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14461 + - 14460 + - uid: 6634 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - uid: 6635 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - uid: 6636 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - 14459 + - uid: 6640 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: 23.5,-80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - 14682 + - 14683 + - uid: 6977 + components: + - type: Transform + pos: 24.5,-80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - 14682 + - 14683 + - uid: 6978 + components: + - type: Transform + pos: 25.5,-80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - 6348 + - 14682 + - 14683 + - uid: 7009 + components: + - type: Transform + pos: 35.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - 7880 + - uid: 7010 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - 7880 + - uid: 7011 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - 7880 + - uid: 7012 + components: + - type: Transform + pos: 35.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - 7880 + - uid: 7056 + components: + - type: Transform + pos: 35.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7880 + - 9243 + - uid: 7109 + components: + - type: Transform + pos: 61.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - 18874 + - uid: 7117 + components: + - type: Transform + pos: 58.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3446 + - 3427 + - 7104 + - uid: 7119 + components: + - type: Transform + pos: 59.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3446 + - 3427 + - 7104 + - uid: 7440 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9242 + - 19201 + - 19200 + - 1075 + - uid: 7442 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - uid: 7443 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - 9242 + - 9038 + - 1075 + - uid: 7459 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - 14458 + - 14459 + - uid: 7498 + components: + - type: Transform + pos: 81.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 7654 + components: + - type: Transform + pos: 81.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 7733 + components: + - type: Transform + pos: 54.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - 3329 + - 3424 + - uid: 7954 + components: + - type: Transform + pos: 63.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - 7281 + - 7953 + - 10296 + - uid: 7987 + components: + - type: Transform + pos: 62.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - uid: 8107 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19201 + - 19200 + - 9200 + - uid: 8381 + components: + - type: Transform + pos: 61.5,-43.5 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 34.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9248 + - 6405 + - uid: 8403 + components: + - type: Transform + pos: 66.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - uid: 8404 + components: + - type: Transform + pos: 61.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - uid: 8405 + components: + - type: Transform + pos: 66.5,-67.5 + parent: 2 + - uid: 8406 + components: + - type: Transform + pos: 67.5,-67.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + pos: 70.5,-71.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: 78.5,-60.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: 79.5,-60.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + pos: 28.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6345 + - 9243 + - 7880 + - uid: 8425 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9249 + - 6406 + - 9403 + - 6346 + - uid: 8434 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9249 + - 6406 + - 9403 + - 6346 + - uid: 8438 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - 6347 + - 9238 + - uid: 8439 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - 6347 + - 9238 + - uid: 8440 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - 6347 + - 9238 + - uid: 8441 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - 6347 + - 9238 + - uid: 8442 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 9237 + - 6347 + - 9238 + - uid: 8443 + components: + - type: Transform + pos: -4.5,-74.5 + parent: 2 + - uid: 8444 + components: + - type: Transform + pos: -4.5,-73.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - 6413 + - 9256 + - uid: 8470 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - 6413 + - 9256 + - uid: 8471 + components: + - type: Transform + pos: -27.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - 9255 + - 6413 + - 9256 + - uid: 8472 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - 9256 + - 1876 + - 9178 + - uid: 8473 + components: + - type: Transform + pos: -28.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - 9256 + - 1876 + - 9178 + - uid: 8474 + components: + - type: Transform + pos: -29.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - 9256 + - 1876 + - 9178 + - uid: 8479 + components: + - type: Transform + pos: -52.5,-61.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - uid: 8481 + components: + - type: Transform + pos: -47.5,-25.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + pos: -15.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - 16120 + - 9202 + - 9242 + - uid: 8489 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - 16120 + - 9202 + - 9242 + - uid: 8492 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - 9202 + - uid: 8493 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - 9250 + - uid: 8496 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - 9178 + - 6218 + - 9234 + - uid: 8497 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - 9178 + - 6218 + - 9234 + - uid: 8498 + components: + - type: Transform + pos: -18.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - 9178 + - 6218 + - 9234 + - uid: 8505 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - 9218 + - 9216 + - 1691 + - uid: 8506 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - 9218 + - 9216 + - 1691 + - uid: 8507 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 1691 + - 9218 + - uid: 8524 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8800 + - 8767 + - 469 + - 9038 + - uid: 8525 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8800 + - 8767 + - 469 + - 9038 + - uid: 8526 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8800 + - 8767 + - 469 + - 9038 + - uid: 8554 + components: + - type: Transform + pos: 26.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9235 + - 6344 + - 9243 + - 7880 + - uid: 8555 + components: + - type: Transform + pos: 26.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9235 + - 6344 + - 9243 + - 7880 + - uid: 8556 + components: + - type: Transform + pos: 29.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6345 + - 9243 + - 7880 + - uid: 8586 + components: + - type: Transform + pos: 88.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8587 + components: + - type: Transform + pos: 88.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8588 + components: + - type: Transform + pos: 88.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8589 + components: + - type: Transform + pos: 88.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8590 + components: + - type: Transform + pos: 88.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8591 + components: + - type: Transform + pos: 88.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - uid: 8599 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8600 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8601 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - 3258 + - uid: 8602 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - 3256 + - uid: 8603 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - 3256 + - uid: 8604 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - 3256 + - uid: 8605 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - 349 + - 14636 + - uid: 8665 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14636 + - 3897 + - 9200 + - uid: 8676 + components: + - type: Transform + pos: 18.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - 16807 + - 9239 + - 6348 + - uid: 8677 + components: + - type: Transform + pos: 19.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - 16807 + - 9239 + - 6348 + - uid: 8678 + components: + - type: Transform + pos: 20.5,-76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - 16807 + - 9239 + - 6348 + - uid: 8734 + components: + - type: Transform + pos: -59.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - 2359 + - uid: 8735 + components: + - type: Transform + pos: -56.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - 2359 + - uid: 8736 + components: + - type: Transform + pos: -52.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - 2359 + - uid: 8737 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - 2359 + - uid: 8757 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 349 + - 14642 + - uid: 8783 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - 16803 + - uid: 8784 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - 16803 + - uid: 8785 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - 18873 + - 16803 + - 18883 + - uid: 8786 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16803 + - 19354 + - 6354 + - uid: 8787 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19354 + - 16803 + - 6354 + - uid: 8788 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16803 + - 19354 + - 6354 + - uid: 8789 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6353 + - 6354 + - 16803 + - uid: 8870 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8767 + - 8800 + - 5295 + - 17282 + - uid: 8873 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8767 + - 8800 + - 5295 + - 17282 + - uid: 8920 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18593 + - 364 + - 5295 + - 17282 + - uid: 9213 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - uid: 9287 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - 3329 + - 3424 + - uid: 9293 + components: + - type: Transform + pos: 66.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - uid: 9363 + components: + - type: Transform + pos: 54.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3401 + - 7131 + - 3329 + - 3424 + - uid: 9410 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - 6405 + - 9248 + - uid: 9541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19420 + - 19419 + - 3256 + - 9198 + - uid: 9715 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2110 + - 1876 + - uid: 10297 + components: + - type: Transform + pos: 61.5,-42.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - 10296 + - 10295 + - uid: 10326 + components: + - type: Transform + pos: 26.5,-70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - 6349 + - 6405 + - 9248 + - uid: 10476 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 7439 + - 459 + - uid: 10477 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 7439 + - 459 + - uid: 10478 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 7439 + - 459 + - uid: 10479 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 9489 + - 1212 + - uid: 10480 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 9489 + - 1212 + - uid: 10481 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - 9489 + - 1212 + - uid: 10754 + components: + - type: Transform + pos: 58.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7104 + - uid: 11336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19420 + - 19419 + - 3256 + - 9198 + - uid: 12148 + components: + - type: Transform + pos: 44.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6418 + - 16808 + - 572 + - 9039 + - 3329 + - 3424 + - uid: 12855 + components: + - type: Transform + pos: 66.5,-61.5 + parent: 2 + - uid: 12859 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - 1751 + - 9931 + - uid: 13188 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: 16.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18493 + - 18013 + - 15095 + - uid: 13816 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8124 + - 3401 + - 7131 + - uid: 13846 + components: + - type: Transform + pos: 62.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - uid: 14283 + components: + - type: Transform + pos: 44.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6418 + - 16808 + - 572 + - 9039 + - 3329 + - 3424 + - uid: 14594 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - 6218 + - 18881 + - uid: 14595 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - 6218 + - 18881 + - uid: 14728 + components: + - type: Transform + pos: 61.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - 18874 + - uid: 14730 + components: + - type: Transform + pos: 67.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18059 + - 10791 + - uid: 14753 + components: + - type: Transform + pos: 16.5,-95.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - 14757 + - 14758 + - uid: 14754 + components: + - type: Transform + pos: 16.5,-96.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - 14757 + - 14758 + - uid: 14797 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 15269 + components: + - type: Transform + pos: -36.5,-75.5 + parent: 2 + - uid: 15270 + components: + - type: Transform + pos: -35.5,-75.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: -16.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - 14593 + - 14591 + - 18881 + - uid: 16242 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - 19201 + - 3897 + - 9200 + - uid: 17963 + components: + - type: Transform + pos: 66.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7950 + - 3401 + - 7131 + - uid: 18091 + components: + - type: Transform + pos: 14.5,-91.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - 18013 + - 15095 + - uid: 18761 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19201 + - 19200 + - 16603 + - uid: 18762 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - 9202 + - 16603 + - uid: 18775 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 349 + - 14642 + - 18593 + - 364 + - uid: 18786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19420 + - 19419 + - 3256 + - 9198 + - uid: 18843 + components: + - type: Transform + pos: 24.5,-100.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 18844 + components: + - type: Transform + pos: 25.5,-100.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14757 + - 14758 + - uid: 18862 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - 6347 + - 9238 + - 9237 + - uid: 18880 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16800 + - 2110 + - 14590 + - 14591 + - uid: 19203 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - 19201 + - uid: 19204 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - 9242 + - uid: 19234 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - 14461 + - uid: 19235 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - 14461 + - uid: 19315 + components: + - type: Transform + pos: 56.5,-69.5 + parent: 2 + - uid: 19401 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - 1751 + - 9931 + - uid: 19402 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19399 + - 19400 + - 1751 + - 9931 +- proto: Flare + entities: + - uid: 10803 + components: + - type: Transform + pos: 29.41741,-78.40642 + parent: 2 +- proto: Flash + entities: + - uid: 5587 + components: + - type: Transform + pos: -52.339993,-38.381466 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: 7.508855,-50.43101 + parent: 2 +- proto: FlashlightLantern + entities: + - uid: 5595 + components: + - type: Transform + pos: -40.662235,-38.232235 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: -40.412235,-38.48241 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: -14.279882,-61.475616 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: -14.576757,-61.1629 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: 29.392048,-33.302944 + parent: 2 + - uid: 7244 + components: + - type: Transform + pos: 29.621214,-33.542694 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: 29.42569,-76.37392 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: 49.38892,-25.404797 + parent: 2 + - uid: 15465 + components: + - type: Transform + pos: 49.60767,-25.529884 + parent: 2 + - uid: 15887 + components: + - type: Transform + pos: 8.378325,-77.38192 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: 8.7377,-77.50701 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: 3.393701,-25.357899 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: 3.602034,-25.514257 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: 7.1372266,-3.2906764 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: 10.405084,-3.3623388 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: 10.582168,-3.5186975 + parent: 2 + - uid: 16318 + components: + - type: Transform + pos: -33.738388,-29.310532 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 5588 + components: + - type: Transform + pos: -52.491226,-38.6449 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: 55.5,-46.5 + parent: 2 +- proto: FlippoLighter + entities: + - uid: 6024 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6761 + components: + - type: Transform + parent: 6757 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FloorDrain + entities: + - uid: 1834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-48.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4462 + components: + - type: Transform + pos: 19.5,-73.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 5075 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 6201 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7038 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7656 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 17878 + components: + - type: Transform + pos: 36.5,-18.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 19016 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloorTileItemSteel + entities: + - uid: 2497 + components: + - type: Transform + pos: 11.652109,-84.33575 + parent: 2 + - type: Stack + count: 30 +- proto: FloorWaterEntity + entities: + - uid: 11763 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 +- proto: FloraGreyStalagmite + entities: + - uid: 5541 + components: + - type: Transform + pos: 20.5,-63.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: -49.5,-68.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: 72.5,-32.5 + parent: 2 + - uid: 17097 + components: + - type: Transform + pos: -17.5,-44.5 + parent: 2 + - uid: 17098 + components: + - type: Transform + pos: -16.5,-48.5 + parent: 2 + - uid: 17099 + components: + - type: Transform + pos: -25.5,-51.5 + parent: 2 + - uid: 17101 + components: + - type: Transform + pos: -40.5,-80.5 + parent: 2 + - uid: 17103 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 17104 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 17107 + components: + - type: Transform + pos: 66.5,-58.5 + parent: 2 + - uid: 17108 + components: + - type: Transform + pos: 77.5,-51.5 + parent: 2 + - uid: 17109 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 2 + - uid: 17110 + components: + - type: Transform + pos: 50.5,-34.5 + parent: 2 + - uid: 17111 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 17113 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - uid: 17114 + components: + - type: Transform + pos: -46.5,-29.5 + parent: 2 + - uid: 17115 + components: + - type: Transform + pos: -38.5,-36.5 + parent: 2 + - uid: 17116 + components: + - type: Transform + pos: -37.5,-36.5 + parent: 2 + - uid: 17117 + components: + - type: Transform + pos: -36.5,-77.5 + parent: 2 + - uid: 17308 + components: + - type: Transform + pos: -39.5,-71.5 + parent: 2 + - uid: 17309 + components: + - type: Transform + pos: -40.5,-70.5 + parent: 2 + - uid: 17310 + components: + - type: Transform + pos: -40.5,-71.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + pos: -41.5,-70.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + pos: -41.5,-71.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + pos: -40.5,-72.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + pos: -39.5,-70.5 + parent: 2 + - uid: 18100 + components: + - type: Transform + pos: 56.5,-67.5 + parent: 2 + - uid: 18266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-21.5 + parent: 2 + - uid: 18270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-48.5 + parent: 2 +- proto: FoamCrossbow + entities: + - uid: 7960 + components: + - type: Transform + pos: 64.66352,-70.57762 + parent: 2 +- proto: FoamCutlass + entities: + - uid: 18301 + components: + - type: Transform + pos: 64.45814,-70.017105 + parent: 2 + - uid: 18854 + components: + - type: Transform + pos: -39.07116,-69.530205 + parent: 2 + - uid: 18933 + components: + - type: Transform + pos: 64.58314,-70.288124 + parent: 2 +- proto: FolderSpawner + entities: + - uid: 18180 + components: + - type: Transform + pos: -1.6041085,-68.22808 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: -1.2759836,-68.43135 + parent: 2 +- proto: FoodBakedBunHoney + entities: + - uid: 17400 + components: + - type: Transform + pos: 83.18266,-18.764208 + parent: 2 +- proto: FoodBakedCannabisBrownie + entities: + - uid: 18034 + components: + - type: Transform + pos: 6.7195826,-25.126259 + parent: 2 +- proto: FoodBakedWaffleSoylent + entities: + - uid: 5021 + components: + - type: Transform + pos: 48.518234,-40.351086 + parent: 2 +- proto: FoodBanana + entities: + - uid: 5986 + components: + - type: Transform + pos: -64.68415,-61.398476 + parent: 2 +- proto: FoodBowlBigTrash + entities: + - uid: 7329 + components: + - type: Transform + pos: 80.43792,-29.298622 + parent: 2 +- proto: FoodBoxDonkpocketStonk + entities: + - uid: 6834 + components: + - type: Transform + pos: 10.57124,-87.45179 + parent: 2 +- proto: FoodBoxDonut + entities: + - uid: 5537 + components: + - type: Transform + pos: -44.570675,-45.410374 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: -44.382748,-45.738728 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: 6.020815,-83.09565 + parent: 2 +- proto: FoodBoxPizzaFilled + entities: + - uid: 18319 + components: + - type: Transform + pos: -24.519213,-14.14908 + parent: 2 + - uid: 18320 + components: + - type: Transform + pos: -23.894213,-14.2898035 + parent: 2 +- proto: FoodBreadBaguetteSlice + entities: + - uid: 18998 + components: + - type: Transform + pos: -22.623049,-44.41464 + parent: 2 + - uid: 18999 + components: + - type: Transform + pos: -22.669924,-44.25828 + parent: 2 + - uid: 19010 + components: + - type: Transform + pos: -22.544924,-44.570995 + parent: 2 +- proto: FoodBreadMeatXeno + entities: + - uid: 5661 + components: + - type: Transform + pos: -17.375643,-42.230328 + parent: 2 +- proto: FoodBreadMeatXenoSlice + entities: + - uid: 5679 + components: + - type: Transform + pos: -18.348269,-42.34859 + parent: 2 +- proto: FoodBurgerXeno + entities: + - uid: 17305 + components: + - type: Transform + pos: -38.500965,-57.440918 + parent: 2 + - uid: 17306 + components: + - type: Transform + pos: -38.188465,-57.566006 + parent: 2 +- proto: FoodCakeClown + entities: + - uid: 5981 + components: + - type: Transform + pos: -63.527905,-63.337322 + parent: 2 +- proto: FoodCarrot + entities: + - uid: 17391 + components: + - type: Transform + pos: -42.93985,-23.323532 + parent: 2 + - uid: 17392 + components: + - type: Transform + pos: -43.142975,-23.323532 + parent: 2 +- proto: FoodCartCold + entities: + - uid: 16610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-50.5 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 19363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-50.5 + parent: 2 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 14706 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketColdsauce + entities: + - uid: 15179 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketCornoil + entities: + - uid: 15180 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketHotsauce + entities: + - uid: 15119 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketKetchup + entities: + - uid: 15118 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketMustard + entities: + - uid: 15120 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketPepper + entities: + - uid: 15178 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketSalt + entities: + - uid: 15177 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketSoy + entities: + - uid: 15124 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: FoodCondimentPacketSugar + entities: + - uid: 15121 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False + - uid: 19380 + components: + - type: Transform + pos: 8.877762,-47.739597 + parent: 2 + - type: Openable + opened: True +- proto: FoodDonkpocketBerry + entities: + - uid: 6974 + components: + - type: Transform + pos: 31.513302,-94.31904 + parent: 2 +- proto: FoodDonkpocketPizza + entities: + - uid: 6972 + components: + - type: Transform + pos: 25.707401,-89.4416 + parent: 2 +- proto: FoodDonkpocketSpicy + entities: + - uid: 18232 + components: + - type: Transform + pos: 35.688534,-91.4795 + parent: 2 +- proto: FoodDonut + entities: + - uid: 5591 + components: + - type: Transform + pos: -44.45326,-46.331154 + parent: 2 +- proto: FoodDonutApple + entities: + - uid: 17315 + components: + - type: Transform + pos: 6.042578,-82.31825 + parent: 2 +- proto: FoodDonutBungo + entities: + - uid: 17314 + components: + - type: Transform + pos: 6.151953,-82.73679 + parent: 2 +- proto: FoodDonutCaramel + entities: + - uid: 17313 + components: + - type: Transform + pos: 6.651953,-82.97133 + parent: 2 +- proto: FoodDonutHomer + entities: + - uid: 17312 + components: + - type: Transform + pos: 6.386328,-82.455345 + parent: 2 +- proto: FoodDonutJellySlugcat + entities: + - uid: 7256 + components: + - type: Transform + pos: 59.48766,-79.48507 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: FoodDonutPink + entities: + - uid: 17561 + components: + - type: Transform + pos: -37.914124,-33.550335 + parent: 2 +- proto: FoodDonutSpaceman + entities: + - uid: 17317 + components: + - type: Transform + pos: 6.745703,-82.29899 + parent: 2 +- proto: FoodEgg + entities: + - uid: 18457 + components: + - type: Transform + parent: 17133 + - type: Physics + canCollide: False +- proto: FoodEggBoiled + entities: + - uid: 19410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.87324774,-50.037304 + parent: 2 +- proto: FoodEggChickenFertilized + entities: + - uid: 16801 + components: + - type: Transform + pos: 1.3982512,-50.32791 + parent: 2 +- proto: FoodEggDuckFertilized + entities: + - uid: 9404 + components: + - type: Transform + pos: 0.7420012,-49.462727 + parent: 2 + - uid: 16802 + components: + - type: Transform + pos: 1.4920012,-49.60866 + parent: 2 +- proto: FoodFrozenFreezy + entities: + - uid: 17567 + components: + - type: Transform + pos: -39.311584,-20.823996 + parent: 2 +- proto: FoodFrozenSnowconeMime + entities: + - uid: 5994 + components: + - type: Transform + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5995 + components: + - type: Transform + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5996 + components: + - type: Transform + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5997 + components: + - type: Transform + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodLemon + entities: + - uid: 18216 + components: + - type: Transform + pos: -38.189064,-69.988914 + parent: 2 +- proto: FoodLily + entities: + - uid: 17556 + components: + - type: Transform + pos: -38.619698,-62.26088 + parent: 2 +- proto: FoodMeatXeno + entities: + - uid: 7044 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7045 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7046 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7047 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7048 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7049 + components: + - type: Transform + parent: 7043 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatXenoCutlet + entities: + - uid: 14737 + components: + - type: Transform + pos: 43.38109,-25.742085 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: FoodOrange + entities: + - uid: 17558 + components: + - type: Transform + pos: -69.475945,-26.4393 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 5982 + components: + - type: Transform + pos: -64.5904,-63.212234 + parent: 2 + - uid: 5983 + components: + - type: Transform + pos: -64.21881,-63.3489 + parent: 2 +- proto: FoodPieXeno + entities: + - uid: 5482 + components: + - type: Transform + pos: -38.651333,-55.430145 + parent: 2 +- proto: FoodPieXenoSlice + entities: + - uid: 5088 + components: + - type: Transform + pos: -24.504349,-17.108326 + parent: 2 +- proto: FoodPizzaDonkpocket + entities: + - uid: 6838 + components: + - type: Transform + pos: 8.476078,-94.4169 + parent: 2 +- proto: FoodPizzaMeatSlice + entities: + - uid: 17648 + components: + - type: Transform + pos: -5.017685,-28.423168 + parent: 2 +- proto: FoodPlate + entities: + - uid: 5680 + components: + - type: Transform + pos: -18.363894,-42.192234 + parent: 2 + - uid: 6840 + components: + - type: Transform + pos: 8.476078,-94.40127 + parent: 2 +- proto: FoodPoppy + entities: + - uid: 17401 + components: + - type: Transform + pos: 82.76137,-18.602058 + parent: 2 +- proto: FoodSnackMREBrownie + entities: + - uid: 7062 + components: + - type: Transform + pos: 30.490402,-44.37999 + parent: 2 +- proto: FoodSnackNutribrick + entities: + - uid: 5605 + components: + - type: Transform + pos: -39.458794,-38.487114 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: -39.81817,-38.346394 + parent: 2 + - uid: 7059 + components: + - type: Transform + pos: 29.724777,-41.377907 + parent: 2 + - uid: 7061 + components: + - type: Transform + pos: 31.474777,-41.36227 + parent: 2 +- proto: FoodSnackPopcorn + entities: + - uid: 2199 + components: + - type: Transform + pos: -1.6291262,-26.290157 + parent: 2 +- proto: FoodSnackSemki + entities: + - uid: 6219 + components: + - type: Transform + pos: 0.77194405,-50.494526 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: 1.2014126,-50.599968 + parent: 2 +- proto: FoodTartMime + entities: + - uid: 6002 + components: + - type: Transform + pos: -56.426476,-61.394897 + parent: 2 +- proto: FoodTinBeansTrash + entities: + - uid: 7328 + components: + - type: Transform + pos: 80.31292,-26.405987 + parent: 2 +- proto: FoodTinMRETrash + entities: + - uid: 7327 + components: + - type: Transform + pos: 80.69421,-26.558718 + parent: 2 +- proto: ForkPlastic + entities: + - uid: 6962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.545746,-96.51662 + parent: 2 + - uid: 6963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.530121,-96.2039 + parent: 2 +- proto: GameMasterCircuitBoard + entities: + - uid: 18622 + components: + - type: Transform + pos: 77.75246,-47.4808 + parent: 2 +- proto: GasAnalyzer + entities: + - uid: 5061 + components: + - type: Transform + pos: -17.046564,-27.382486 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: 27.654818,-72.288635 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: 45.667137,-48.489754 + parent: 2 +- proto: GasFilterFlipped + entities: + - uid: 7895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasMinerCarbonDioxide + entities: + - uid: 7819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-60.5 + parent: 2 +- proto: GasMinerNitrogenStation + entities: + - uid: 7818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-60.5 + parent: 2 +- proto: GasMinerOxygenStation + entities: + - uid: 7817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-60.5 + parent: 2 +- proto: GasMinerWaterVapor + entities: + - uid: 7826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-60.5 + parent: 2 +- proto: GasMixer + entities: + - uid: 13545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-64.5 + parent: 2 +- proto: GasMixerFlipped + entities: + - uid: 7922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-64.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-64.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-64.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-64.5 + parent: 2 +- proto: GasOutletInjector + entities: + - uid: 7827 + components: + - type: Transform + pos: 34.5,-61.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 36.5,-61.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: 38.5,-61.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: 40.5,-61.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: 42.5,-61.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: 44.5,-61.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-31.5 + parent: 2 + - uid: 8633 + components: + - type: Transform + pos: 51.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasPassiveVent + entities: + - uid: 2612 + components: + - type: Transform + pos: 53.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 2889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-59.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + pos: 31.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-16.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-31.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-59.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-59.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-59.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-59.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-59.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: 46.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-101.5 + parent: 2 + - uid: 19314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-45.5 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 2287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2412 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5788 + components: + - type: Transform + pos: 27.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5840 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: 63.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6623 + components: + - type: Transform + pos: 65.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-59.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-59.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-59.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-59.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-59.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-59.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-65.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-66.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8954 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9110 + components: + - type: Transform + pos: 19.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9123 + components: + - type: Transform + pos: 23.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9140 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9169 + components: + - type: Transform + pos: 29.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9209 + components: + - type: Transform + pos: 61.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9222 + components: + - type: Transform + pos: 63.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 9280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 9370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9425 + components: + - type: Transform + pos: -44.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9443 + components: + - type: Transform + pos: 15.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9455 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9492 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9530 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9533 + components: + - type: Transform + pos: 10.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9540 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9587 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9681 + components: + - type: Transform + pos: -50.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9734 + components: + - type: Transform + pos: -19.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9763 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9873 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10025 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10146 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10219 + components: + - type: Transform + pos: -49.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10391 + components: + - type: Transform + pos: 21.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10419 + components: + - type: Transform + pos: 84.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10453 + components: + - type: Transform + pos: 10.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 10763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 10770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10799 + components: + - type: Transform + pos: -38.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11740 + components: + - type: Transform + pos: 61.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13102 + components: + - type: Transform + pos: -36.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14543 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14705 + components: + - type: Transform + pos: 34.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14794 + components: + - type: Transform + pos: -42.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15039 + components: + - type: Transform + pos: 19.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16931 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16932 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17363 + components: + - type: Transform + pos: 24.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17685 + components: + - type: Transform + pos: 89.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18798 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 18853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19359 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 3132 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3813 + components: + - type: Transform + pos: 65.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3834 + components: + - type: Transform + pos: 63.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5196 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9486 + components: + - type: Transform + pos: 27.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9534 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9674 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14138 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14491 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14598 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14638 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14680 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16854 + components: + - type: Transform + pos: 43.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 515 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-79.5 + parent: 2 + - uid: 752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1100 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2292 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2330 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2333 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2375 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2411 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2413 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2512 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 2678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3475 + components: + - type: Transform + pos: 31.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3485 + components: + - type: Transform + pos: 51.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 3515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3557 + components: + - type: Transform + pos: 63.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3558 + components: + - type: Transform + pos: 63.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3559 + components: + - type: Transform + pos: 63.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3560 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4101 + components: + - type: Transform + pos: 65.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4117 + components: + - type: Transform + pos: 65.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-27.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-28.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-29.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-30.5 + parent: 2 + - uid: 5042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-30.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-29.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-28.5 + parent: 2 + - uid: 5045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-27.5 + parent: 2 + - uid: 5047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-25.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-51.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-25.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6357 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6424 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6548 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6622 + components: + - type: Transform + pos: 65.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-78.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-76.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7167 + components: + - type: Transform + pos: 63.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7833 + components: + - type: Transform + pos: 34.5,-62.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: 36.5,-62.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: 38.5,-62.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 40.5,-62.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: 42.5,-62.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 44.5,-62.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-60.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-60.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-61.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-62.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-62.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-61.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-60.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-61.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-60.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-60.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-62.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-62.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-61.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-61.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-62.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-62.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-61.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-60.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 7885 + components: + - type: Transform + pos: 35.5,-65.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-64.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-64.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: 33.5,-65.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-64.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-64.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-64.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-64.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-66.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8198 + components: + - type: Transform + pos: 8.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8476 + components: + - type: Transform + pos: -34.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-75.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8636 + components: + - type: Transform + pos: 65.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8662 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8754 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8755 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8890 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8892 + components: + - type: Transform + pos: 23.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8893 + components: + - type: Transform + pos: 23.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8894 + components: + - type: Transform + pos: 23.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8895 + components: + - type: Transform + pos: 23.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8896 + components: + - type: Transform + pos: 23.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8897 + components: + - type: Transform + pos: 23.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8898 + components: + - type: Transform + pos: 23.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8941 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8972 + components: + - type: Transform + pos: -3.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8982 + components: + - type: Transform + pos: 13.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8983 + components: + - type: Transform + pos: 13.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8984 + components: + - type: Transform + pos: 13.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8985 + components: + - type: Transform + pos: 13.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8986 + components: + - type: Transform + pos: 13.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9010 + components: + - type: Transform + pos: 27.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9028 + components: + - type: Transform + pos: 25.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9029 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9030 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9031 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9033 + components: + - type: Transform + pos: 29.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9034 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9050 + components: + - type: Transform + pos: 14.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9051 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9085 + components: + - type: Transform + pos: 9.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9086 + components: + - type: Transform + pos: 9.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9087 + components: + - type: Transform + pos: 9.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9089 + components: + - type: Transform + pos: 9.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9090 + components: + - type: Transform + pos: 9.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9091 + components: + - type: Transform + pos: 9.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9133 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9134 + components: + - type: Transform + pos: 21.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9136 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9150 + components: + - type: Transform + pos: 23.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9151 + components: + - type: Transform + pos: 23.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9152 + components: + - type: Transform + pos: 23.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9153 + components: + - type: Transform + pos: 23.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9154 + components: + - type: Transform + pos: 23.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9155 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9156 + components: + - type: Transform + pos: 23.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9158 + components: + - type: Transform + pos: 25.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9159 + components: + - type: Transform + pos: 25.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9160 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9161 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9162 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9163 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9259 + components: + - type: Transform + pos: 65.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9377 + components: + - type: Transform + pos: 63.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9387 + components: + - type: Transform + pos: 15.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9390 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9391 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9392 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9393 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9394 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9395 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9396 + components: + - type: Transform + pos: 23.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9398 + components: + - type: Transform + pos: 23.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9399 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9400 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9401 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9402 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9406 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9407 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9408 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9409 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9411 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9412 + components: + - type: Transform + pos: 23.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9413 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9414 + components: + - type: Transform + pos: 8.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9415 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9418 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9426 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9465 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9474 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9475 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9476 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9477 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9487 + components: + - type: Transform + pos: 10.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9509 + components: + - type: Transform + pos: 10.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9510 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9512 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9513 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9514 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9515 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9516 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9517 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9519 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9521 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9522 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9525 + components: + - type: Transform + pos: 10.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9526 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9527 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 9535 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9536 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9537 + components: + - type: Transform + pos: 10.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9538 + components: + - type: Transform + pos: 10.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9539 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9542 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9543 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9544 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9551 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9553 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9554 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9555 + components: + - type: Transform + pos: -29.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9557 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9558 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9559 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9560 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9572 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9615 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9621 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9622 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9623 + components: + - type: Transform + pos: -12.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9624 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9625 + components: + - type: Transform + pos: -12.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9626 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9627 + components: + - type: Transform + pos: -12.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9628 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9633 + components: + - type: Transform + pos: -12.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9634 + components: + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9635 + components: + - type: Transform + pos: 64.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9636 + components: + - type: Transform + pos: 64.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9638 + components: + - type: Transform + pos: 63.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9660 + components: + - type: Transform + pos: -33.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9661 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9662 + components: + - type: Transform + pos: -33.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9663 + components: + - type: Transform + pos: -33.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9664 + components: + - type: Transform + pos: -33.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9665 + components: + - type: Transform + pos: -33.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9667 + components: + - type: Transform + pos: -33.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9712 + components: + - type: Transform + pos: -21.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9713 + components: + - type: Transform + pos: -21.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9714 + components: + - type: Transform + pos: -21.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9716 + components: + - type: Transform + pos: -21.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9717 + components: + - type: Transform + pos: -21.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9718 + components: + - type: Transform + pos: -21.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9722 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9724 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9725 + components: + - type: Transform + pos: -19.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9726 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9727 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9772 + components: + - type: Transform + pos: -29.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9773 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9774 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9775 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9776 + components: + - type: Transform + pos: -29.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9777 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9778 + components: + - type: Transform + pos: -29.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9779 + components: + - type: Transform + pos: -29.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9780 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9781 + components: + - type: Transform + pos: -29.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9782 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9783 + components: + - type: Transform + pos: -29.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9784 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9785 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9786 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9787 + components: + - type: Transform + pos: -29.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9788 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9793 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9794 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9799 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9808 + components: + - type: Transform + pos: 9.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9810 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9811 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9812 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9813 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9814 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9836 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9902 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9903 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9905 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9907 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9908 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9909 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9964 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9982 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9983 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9985 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10004 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10027 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10028 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10029 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10031 + components: + - type: Transform + pos: -14.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10032 + components: + - type: Transform + pos: -14.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10033 + components: + - type: Transform + pos: -14.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10034 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10035 + components: + - type: Transform + pos: -14.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10036 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10037 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10038 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10039 + components: + - type: Transform + pos: -14.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10040 + components: + - type: Transform + pos: -14.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10051 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10052 + components: + - type: Transform + pos: -15.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10053 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10095 + components: + - type: Transform + pos: -34.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10096 + components: + - type: Transform + pos: -34.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10104 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10105 + components: + - type: Transform + pos: -27.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10106 + components: + - type: Transform + pos: -27.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10107 + components: + - type: Transform + pos: -27.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10108 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10109 + components: + - type: Transform + pos: -27.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10111 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10112 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10113 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10114 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10115 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10116 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10117 + components: + - type: Transform + pos: -27.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10118 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10173 + components: + - type: Transform + pos: 65.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10229 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10266 + components: + - type: Transform + pos: 64.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10293 + components: + - type: Transform + pos: 63.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10328 + components: + - type: Transform + pos: 63.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10374 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10375 + components: + - type: Transform + pos: 17.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10376 + components: + - type: Transform + pos: 17.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10377 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10378 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10379 + components: + - type: Transform + pos: 21.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10380 + components: + - type: Transform + pos: 21.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10381 + components: + - type: Transform + pos: 21.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10382 + components: + - type: Transform + pos: 21.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10383 + components: + - type: Transform + pos: 21.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10384 + components: + - type: Transform + pos: 21.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10385 + components: + - type: Transform + pos: 21.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10386 + components: + - type: Transform + pos: 21.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10387 + components: + - type: Transform + pos: 21.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10388 + components: + - type: Transform + pos: 17.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10389 + components: + - type: Transform + pos: 17.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10434 + components: + - type: Transform + pos: 41.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10438 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10439 + components: + - type: Transform + pos: -44.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10440 + components: + - type: Transform + pos: -44.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10441 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10442 + components: + - type: Transform + pos: -44.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10443 + components: + - type: Transform + pos: -44.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10444 + components: + - type: Transform + pos: -44.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10445 + components: + - type: Transform + pos: -44.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10449 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10450 + components: + - type: Transform + pos: -41.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10451 + components: + - type: Transform + pos: -41.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10452 + components: + - type: Transform + pos: -41.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10662 + components: + - type: Transform + pos: 42.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 10666 + components: + - type: Transform + pos: 64.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11683 + components: + - type: Transform + pos: 41.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 11850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12151 + components: + - type: Transform + pos: 15.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12157 + components: + - type: Transform + pos: 14.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12305 + components: + - type: Transform + pos: 15.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12306 + components: + - type: Transform + pos: 15.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12307 + components: + - type: Transform + pos: 15.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12365 + components: + - type: Transform + pos: 15.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12367 + components: + - type: Transform + pos: 15.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12368 + components: + - type: Transform + pos: 15.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12425 + components: + - type: Transform + pos: 24.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-65.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + pos: 64.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12829 + components: + - type: Transform + pos: 64.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-76.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-78.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-79.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13105 + components: + - type: Transform + pos: 8.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13155 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13156 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13237 + components: + - type: Transform + pos: 15.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13519 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13520 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13866 + components: + - type: Transform + pos: 38.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 13869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13870 + components: + - type: Transform + pos: 65.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13930 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13931 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14443 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14483 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14484 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14485 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14486 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14487 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14488 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14489 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14517 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14518 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14519 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14520 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14521 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14522 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14523 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14524 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14525 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14528 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14531 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14560 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14566 + components: + - type: Transform + pos: 23.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14649 + components: + - type: Transform + pos: -14.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14650 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14651 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14652 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14653 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14661 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14662 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14663 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14664 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14665 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14666 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14667 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14694 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14710 + components: + - type: Transform + pos: -35.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14735 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14736 + components: + - type: Transform + pos: 65.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14793 + components: + - type: Transform + pos: -42.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15139 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 15620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16421 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16428 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16429 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16430 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16855 + components: + - type: Transform + pos: 36.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16860 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16878 + components: + - type: Transform + pos: 40.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16884 + components: + - type: Transform + pos: 43.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16886 + components: + - type: Transform + pos: 43.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16887 + components: + - type: Transform + pos: 43.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16888 + components: + - type: Transform + pos: 43.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16900 + components: + - type: Transform + pos: 42.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16921 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16922 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16923 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16924 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16925 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16926 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16962 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16963 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16965 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16966 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16977 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17278 + components: + - type: Transform + pos: 24.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-23.5 + parent: 2 + - uid: 17475 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 17700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 17818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18049 + components: + - type: Transform + pos: 55.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' +- proto: GasPipeTJunction + entities: + - uid: 1072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1463 + components: + - type: Transform + pos: -37.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1472 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-77.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3812 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5404 + components: + - type: Transform + pos: 52.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6606 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-64.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-66.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7913 + components: + - type: Transform + pos: 44.5,-64.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8436 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8656 + components: + - type: Transform + pos: 32.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 8803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8840 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8886 + components: + - type: Transform + pos: 29.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8904 + components: + - type: Transform + pos: 18.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8942 + components: + - type: Transform + pos: 5.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8987 + components: + - type: Transform + pos: 14.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9078 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9421 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9466 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9605 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9644 + components: + - type: Transform + pos: -21.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9769 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9771 + components: + - type: Transform + pos: -35.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9815 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9846 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9929 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10005 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10026 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10050 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10074 + components: + - type: Transform + pos: -25.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10147 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10180 + components: + - type: Transform + pos: -41.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10204 + components: + - type: Transform + pos: -45.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10218 + components: + - type: Transform + pos: -54.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10405 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10466 + components: + - type: Transform + pos: -14.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 10783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10785 + components: + - type: Transform + pos: 59.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10817 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12930 + components: + - type: Transform + pos: 65.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13162 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14542 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14599 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 15416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 16096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16858 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16920 + components: + - type: Transform + pos: -42.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-23.5 + parent: 2 + - uid: 17410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-24.5 + parent: 2 + - uid: 17473 + components: + - type: Transform + pos: 63.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17504 + components: + - type: Transform + pos: 67.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18060 + components: + - type: Transform + pos: 21.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPort + entities: + - uid: 5032 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 5166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-51.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: -18.5,-24.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: 47.5,-74.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-77.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-65.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 49.5,-74.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-101.5 + parent: 2 +- proto: GasPressurePump + entities: + - uid: 5046 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-26.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7870 + components: + - type: Transform + pos: 35.5,-63.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: 37.5,-63.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: 39.5,-63.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 41.5,-63.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 43.5,-63.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: 33.5,-63.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 11946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' + - uid: 17415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' +- proto: GasThermoMachineFreezer + entities: + - uid: 13437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 2 + - uid: 14306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-63.5 + parent: 2 + - uid: 17411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-25.5 + parent: 2 + - uid: 19313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-45.5 + parent: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 14305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-64.5 + parent: 2 +- proto: GasValve + entities: + - uid: 2708 + components: + - type: Transform + pos: 31.5,-63.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: GasValve + open: False + - uid: 12880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - type: GasValve + open: False + - uid: 12884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-77.5 + parent: 2 + - type: GasValve + open: False + - uid: 12885 + components: + - type: Transform + pos: 47.5,-75.5 + parent: 2 + - type: GasValve + open: False +- proto: GasVentPump + entities: + - uid: 518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1212 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 531 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 19400 + - uid: 567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18783 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1099 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 459 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17282 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3398 + components: + - type: Transform + pos: 58.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7131 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3403 + components: + - type: Transform + pos: 51.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3424 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3552 + components: + - type: Transform + pos: 59.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7104 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7952 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10295 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5789 + components: + - type: Transform + pos: 27.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7245 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9248 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7893 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17680 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9235 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8647 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1751 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-78.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2197 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6347 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14682 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7875 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6416 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9234 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8729 + components: + - type: Transform + pos: -55.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9195 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6353 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6358 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8843 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16603 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6407 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14592 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6406 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3446 + - 3427 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9463 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8767 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5526 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9576 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19419 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9613 + components: + - type: Transform + pos: 39.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9699 + components: + - type: Transform + pos: -46.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9700 + components: + - type: Transform + pos: -42.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9701 + components: + - type: Transform + pos: -38.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9819 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9115 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - 10429 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9241 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10341 + components: + - type: Transform + pos: 36.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5862 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10371 + components: + - type: Transform + pos: 15.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10421 + components: + - type: Transform + pos: 89.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8124 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14636 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7950 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14539 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14547 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14553 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14570 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14601 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18598 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14654 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14657 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6342 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9241 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2110 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19354 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17679 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18869 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18056 + components: + - type: Transform + pos: 52.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18818 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18493 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 364 + - uid: 18796 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19353 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 1796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 19400 + - uid: 2155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17282 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14636 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 569 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3402 + components: + - type: Transform + pos: 49.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3424 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8816 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3446 + - 3427 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4200 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7104 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5159 + - uid: 5413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5830 + components: + - type: Transform + pos: -37.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-90.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9115 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 572 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6353 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7953 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2110 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10295 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9240 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9236 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10429 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9235 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9243 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9040 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8655 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8767 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8670 + components: + - type: Transform + pos: 20.5,-78.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9239 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9216 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18864 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2197 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8689 + components: + - type: Transform + pos: -3.5,-65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6347 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14682 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-94.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14752 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9248 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 467 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8713 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6416 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9262 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6413 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8742 + components: + - type: Transform + pos: -35.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9190 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8748 + components: + - type: Transform + pos: -48.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9195 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6411 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18783 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1212 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8768 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9199 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6354 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8790 + components: + - type: Transform + pos: 43.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9241 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8793 + components: + - type: Transform + pos: 48.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8832 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - 9200 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8844 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19200 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16603 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6646 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6407 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14590 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14592 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9081 + components: + - type: Transform + pos: 21.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7952 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5526 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9496 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18598 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9546 + components: + - type: Transform + pos: 28.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7875 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9696 + components: + - type: Transform + pos: -44.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1751 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7245 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16120 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 469 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10199 + components: + - type: Transform + pos: -40.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8124 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10342 + components: + - type: Transform + pos: 37.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5862 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10370 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9403 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5107 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19419 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18013 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19354 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7950 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13917 + components: + - type: Transform + pos: 61.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7131 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14548 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14778 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14551 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14460 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14458 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14569 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3897 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14656 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14642 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6342 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18493 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16422 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 459 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9180 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9234 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6410 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1876 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17680 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18818 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 364 + - uid: 18782 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9198 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1075 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18832 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19352 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19355 + components: + - type: Transform + pos: 14.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6406 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVolumePump + entities: + - uid: 516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-77.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 11948 + components: + - type: Transform + pos: 38.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9D00FF' +- proto: Gauze + entities: + - uid: 5244 + components: + - type: Transform + pos: 18.370327,-17.477331 + parent: 2 + - uid: 14367 + components: + - type: Transform + pos: 18.120327,-17.279278 + parent: 2 +- proto: GeigerCounter + entities: + - uid: 3819 + components: + - type: Transform + pos: -9.329816,-74.562935 + parent: 2 + - uid: 18448 + components: + - type: Transform + pos: -42.492443,-82.46442 + parent: 2 +- proto: Girder + entities: + - uid: 4080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-39.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: 69.5,-65.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-64.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-63.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-62.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-61.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-60.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-60.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-28.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: 78.5,-53.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-36.5 + parent: 2 + - uid: 15846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-32.5 + parent: 2 +- proto: GlassBoxLaserFilled + entities: + - uid: 16844 + components: + - type: Transform + pos: -38.5,-52.5 + parent: 2 +- proto: GlowstickBase + entities: + - uid: 9321 + components: + - type: Transform + pos: 29.714285,-78.46555 + parent: 2 +- proto: GoldenPlunger + entities: + - uid: 647 + components: + - type: MetaData + desc: The prophecy tells of a day in the distant future, in which the Truest Janitor will pick up this plunger and eradicate clogging from this world forever more... + name: lubed cursed golden plunger + - type: Transform + pos: -41.50827,-76.386536 + parent: 2 + - type: WarpPoint + location: cursed golden plunger + - type: Lubed + slipStrength: 10 + slipsLeft: 1000 + - type: NameModifier + baseName: cursed golden plunger +- proto: GoldRingDiamond + entities: + - uid: 7118 + components: + - type: Transform + pos: 8.238571,-86.49608 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 3637 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 +- proto: Grille + entities: + - uid: 56 + components: + - type: Transform + pos: 64.5,-26.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: 20.5,-100.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: 54.5,-63.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 19.5,-47.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: 15.5,-47.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 16.5,-45.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 17.5,-45.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 15.5,-40.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: 28.5,-100.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: 14.5,-40.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: 14.5,-41.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: 19.5,-44.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: 18.5,-40.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: 20.5,-41.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 17.5,-40.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: 20.5,-40.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: 19.5,-40.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 16.5,-40.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 633 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: -52.5,-55.5 + parent: 2 + - uid: 666 + components: + - type: Transform + pos: -54.5,-52.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -49.5,-56.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: -53.5,-53.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: 6.5,-48.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 685 + components: + - type: Transform + pos: -54.5,-49.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: -47.5,-34.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: -49.5,-34.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: -53.5,-37.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: -55.5,-44.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: -54.5,-41.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: -54.5,-39.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: -13.5,-75.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: -13.5,-77.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: 45.5,-59.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: 45.5,-57.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: 39.5,-57.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 42.5,-58.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: 43.5,-57.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: 44.5,-58.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: 41.5,-57.5 + parent: 2 + - uid: 744 + components: + - type: Transform + pos: 46.5,-62.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: 34.5,-58.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: 36.5,-58.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 35.5,-58.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 41.5,-55.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 42.5,-55.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 36.5,-55.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: 43.5,-55.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: 26.5,-47.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 26.5,-45.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: 27.5,-47.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 18.5,-50.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 2.5,-49.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: -25.5,-44.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: -25.5,-46.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: -19.5,-53.5 + parent: 2 + - uid: 1153 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: -30.5,-54.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + pos: -31.5,-55.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: -31.5,-53.5 + parent: 2 + - uid: 1163 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: -30.5,-36.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: -31.5,-35.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: -47.5,-21.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: -45.5,-20.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: 22.5,-44.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: 17.5,-44.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 19.5,-45.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: -49.5,-31.5 + parent: 2 + - uid: 1596 + components: + - type: Transform + pos: 14.5,-44.5 + parent: 2 + - uid: 1597 + components: + - type: Transform + pos: 15.5,-44.5 + parent: 2 + - uid: 1634 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: -55.5,-30.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: -57.5,-29.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: -57.5,-28.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: 16.5,-44.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -32.5,-46.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: -30.5,-44.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 1671 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: -40.5,-47.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -39.5,-47.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -38.5,-47.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: -37.5,-47.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + pos: -37.5,-46.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 1683 + components: + - type: Transform + pos: -37.5,-43.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: 26.5,-40.5 + parent: 2 + - uid: 1703 + components: + - type: Transform + pos: -45.5,-44.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 1705 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + pos: -40.5,-51.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: -55.5,-48.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: -55.5,-47.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -55.5,-46.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: -55.5,-45.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: -55.5,-43.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: -55.5,-42.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: -45.5,-69.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + pos: -45.5,-70.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: -47.5,-70.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: -47.5,-69.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: -46.5,-69.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: -46.5,-70.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + pos: -47.5,-76.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + pos: -47.5,-78.5 + parent: 2 + - uid: 2100 + components: + - type: Transform + pos: -54.5,-69.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + pos: -55.5,-69.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: -54.5,-70.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + pos: 37.5,-57.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: -57.5,-61.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + pos: -57.5,-62.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: -56.5,-60.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + pos: -55.5,-60.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: -54.5,-60.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: -53.5,-60.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: -51.5,-59.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: -50.5,-59.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: -49.5,-59.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: -29.5,-63.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + pos: 56.5,-63.5 + parent: 2 + - uid: 2231 + components: + - type: Transform + pos: -25.5,-72.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + pos: -24.5,-72.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + pos: -23.5,-72.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: -22.5,-72.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + pos: -21.5,-72.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + pos: -20.5,-69.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + pos: -24.5,-65.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: -23.5,-65.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: -22.5,-65.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: -8.5,-80.5 + parent: 2 + - uid: 2365 + components: + - type: Transform + pos: -6.5,-80.5 + parent: 2 + - uid: 2366 + components: + - type: Transform + pos: -2.5,-80.5 + parent: 2 + - uid: 2367 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: -53.5,-54.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: -51.5,-55.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + pos: -50.5,-56.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + pos: -48.5,-56.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: -54.5,-50.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: -54.5,-51.5 + parent: 2 + - uid: 2470 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 + - uid: 2472 + components: + - type: Transform + pos: -53.5,-36.5 + parent: 2 + - uid: 2473 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: 53.5,-58.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 43.5,-81.5 + parent: 2 + - uid: 2550 + components: + - type: Transform + pos: 43.5,-82.5 + parent: 2 + - uid: 2567 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 2569 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 2571 + components: + - type: Transform + pos: 8.5,-91.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: 11.5,-87.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + pos: 11.5,-88.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: 11.5,-89.5 + parent: 2 + - uid: 2575 + components: + - type: Transform + pos: 13.5,-87.5 + parent: 2 + - uid: 2576 + components: + - type: Transform + pos: 13.5,-88.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 13.5,-89.5 + parent: 2 + - uid: 2578 + components: + - type: Transform + pos: 15.5,-91.5 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: 12.5,-85.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: 8.5,-97.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: 8.5,-98.5 + parent: 2 + - uid: 2584 + components: + - type: Transform + pos: 9.5,-98.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: 9.5,-99.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + pos: 10.5,-99.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + pos: 16.5,-97.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + pos: 16.5,-94.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: 52.5,-58.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: -54.5,-40.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: -54.5,-38.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: -41.5,-51.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + pos: -30.5,-87.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: -31.5,-65.5 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 2 + - uid: 2693 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: 45.5,-79.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: 16.5,-72.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: 16.5,-74.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: 17.5,-75.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: 17.5,-76.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: 21.5,-75.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: 21.5,-76.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: 22.5,-72.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: 22.5,-73.5 + parent: 2 + - uid: 2722 + components: + - type: Transform + pos: 22.5,-74.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: 3.5,-81.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + pos: 32.5,-100.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: 25.5,-86.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: 24.5,-86.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: 23.5,-86.5 + parent: 2 + - uid: 2878 + components: + - type: Transform + pos: 36.5,-100.5 + parent: 2 + - uid: 2879 + components: + - type: Transform + pos: 36.5,-97.5 + parent: 2 + - uid: 2880 + components: + - type: Transform + pos: 32.5,-97.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: 28.5,-101.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: 28.5,-102.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + pos: 26.5,-101.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + pos: 26.5,-102.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + pos: 22.5,-102.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + pos: 22.5,-101.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: 20.5,-101.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 20.5,-102.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + pos: -17.5,-62.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + pos: 22.5,-80.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + pos: 26.5,-80.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: 49.5,-78.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: 49.5,-79.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + pos: 64.5,-20.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: 61.5,-18.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: 50.5,-95.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: 76.5,-63.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + pos: 76.5,-64.5 + parent: 2 + - uid: 3119 + components: + - type: Transform + pos: 76.5,-65.5 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: 77.5,-72.5 + parent: 2 + - uid: 3121 + components: + - type: Transform + pos: 77.5,-73.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 75.5,-72.5 + parent: 2 + - uid: 3125 + components: + - type: Transform + pos: 75.5,-73.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: 73.5,-72.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + pos: 73.5,-73.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + pos: 80.5,-57.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: 81.5,-57.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: 45.5,-54.5 + parent: 2 + - uid: 3286 + components: + - type: Transform + pos: 5.5,-81.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: 78.5,-63.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: 80.5,-22.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + pos: 80.5,-47.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + pos: 80.5,-42.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 3595 + components: + - type: Transform + pos: -57.5,-63.5 + parent: 2 + - uid: 3618 + components: + - type: Transform + pos: 51.5,-53.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 53.5,-53.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: -29.5,-65.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 80.5,-33.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: 81.5,-33.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 56.5,-5.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: -12.5,-77.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: -12.5,-76.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: -13.5,-76.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: -12.5,-75.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 73.5,-57.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + pos: 32.5,-62.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: 34.5,-62.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + pos: 36.5,-62.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + pos: 38.5,-62.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + pos: 40.5,-62.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + pos: 42.5,-62.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + pos: 44.5,-62.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + pos: 47.5,-62.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + pos: 51.5,-64.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + pos: 33.5,-60.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + pos: 33.5,-59.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + pos: 32.5,-59.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + pos: 46.5,-60.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + pos: 45.5,-60.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + pos: 46.5,-59.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + pos: 46.5,-58.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + pos: 33.5,-57.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + pos: 34.5,-57.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + pos: 35.5,-57.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: 36.5,-57.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: 44.5,-57.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + pos: 38.5,-57.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + pos: 43.5,-58.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + pos: 42.5,-57.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + pos: 45.5,-58.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + pos: 40.5,-57.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + pos: 78.5,-65.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: 34.5,-55.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + pos: 33.5,-55.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + pos: 32.5,-58.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: 35.5,-55.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: 37.5,-55.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: 40.5,-58.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 39.5,-58.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 37.5,-58.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: 38.5,-58.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: 41.5,-58.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: 26.5,-42.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + pos: 26.5,-41.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 45.5,-55.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: 78.5,-64.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 64.5,-21.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: 26.5,-46.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: -42.5,-51.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: 47.5,-79.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + pos: 47.5,-78.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 81.5,-59.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: 80.5,-59.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: -29.5,-73.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + pos: 32.5,-60.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: 73.5,-17.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + pos: 80.5,-31.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: 74.5,-53.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + pos: 39.5,-9.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-43.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-42.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: 41.5,-8.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 2 + - uid: 6305 + components: + - type: Transform + pos: 46.5,-6.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 6307 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: 50.5,-5.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: 53.5,-5.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: 54.5,-5.5 + parent: 2 + - uid: 6313 + components: + - type: Transform + pos: 55.5,-5.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: 58.5,-6.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: 59.5,-6.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: 60.5,-6.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: 64.5,-8.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + pos: 65.5,-8.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: 65.5,-9.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: 66.5,-9.5 + parent: 2 + - uid: 6321 + components: + - type: Transform + pos: 80.5,-11.5 + parent: 2 + - uid: 6322 + components: + - type: Transform + pos: 69.5,-10.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: 71.5,-11.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: 73.5,-12.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: 74.5,-12.5 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: 75.5,-12.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: 76.5,-12.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: 81.5,-11.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: 82.5,-11.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: 84.5,-10.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + pos: 85.5,-10.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: 86.5,-10.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: 87.5,-9.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: 88.5,-9.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: 89.5,-8.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: 90.5,-7.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: 91.5,-7.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + pos: 89.5,-12.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: 88.5,-12.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: 85.5,-12.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + pos: 84.5,-12.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: 97.5,-29.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 98.5,-29.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 99.5,-29.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 96.5,-31.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: 97.5,-31.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 98.5,-31.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 102.5,-32.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 102.5,-33.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + pos: 103.5,-34.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: 103.5,-35.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 103.5,-36.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 103.5,-37.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + pos: 104.5,-39.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + pos: 104.5,-40.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + pos: 104.5,-41.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: 104.5,-43.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + pos: 104.5,-44.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 104.5,-45.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 104.5,-48.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 104.5,-49.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: 104.5,-51.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: 103.5,-52.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: 103.5,-55.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 103.5,-56.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: 102.5,-57.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 102.5,-58.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + pos: 100.5,-58.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + pos: 100.5,-57.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + pos: 101.5,-55.5 + parent: 2 + - uid: 6391 + components: + - type: Transform + pos: 101.5,-54.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + pos: 101.5,-53.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 102.5,-50.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + pos: 102.5,-49.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: 102.5,-46.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: 102.5,-45.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: 102.5,-44.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 102.5,-41.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 102.5,-40.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: 101.5,-37.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 101.5,-36.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 100.5,-34.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 100.5,-33.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: 99.5,-61.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 96.5,-61.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 96.5,-59.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: 91.5,-83.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: 90.5,-83.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: 89.5,-82.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: 87.5,-81.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: 84.5,-80.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: 85.5,-80.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: 82.5,-79.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: 81.5,-79.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: 80.5,-79.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: 78.5,-79.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: 76.5,-78.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: 75.5,-78.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: 74.5,-78.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: 65.5,-82.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: 71.5,-79.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 67.5,-80.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 68.5,-80.5 + parent: 2 + - uid: 6447 + components: + - type: Transform + pos: 66.5,-81.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: 64.5,-82.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: 63.5,-83.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: 62.5,-83.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: 59.5,-84.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: 57.5,-84.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: 58.5,-84.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 54.5,-85.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 55.5,-85.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: 49.5,-85.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 50.5,-85.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 48.5,-84.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 44.5,-83.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 45.5,-83.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: 46.5,-84.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 86.5,-78.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: 87.5,-78.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: 38.5,-100.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: 88.5,-77.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: 39.5,-100.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: 43.5,-100.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: 44.5,-100.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: 44.5,-97.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: 43.5,-97.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: 39.5,-97.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: 38.5,-97.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: 10.5,-102.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: 8.5,-102.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: 7.5,-101.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: 6.5,-100.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: 4.5,-98.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: 4.5,-96.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: -37.5,-86.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: -38.5,-86.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: -39.5,-86.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: -40.5,-86.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: -43.5,-86.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: -42.5,-86.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + pos: -44.5,-85.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -43.5,-85.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -42.5,-85.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: -39.5,-85.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -48.5,-85.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -47.5,-85.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -46.5,-85.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -50.5,-84.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -49.5,-84.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -48.5,-84.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -52.5,-82.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: -51.5,-82.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + pos: -56.5,-79.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -55.5,-79.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -55.5,-80.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -54.5,-80.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -54.5,-81.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: -59.5,-74.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: -55.5,-74.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: -56.5,-74.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: -58.5,-74.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: -63.5,-73.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -62.5,-73.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: -65.5,-72.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: -66.5,-71.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: -64.5,-72.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -68.5,-69.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: -70.5,-67.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: -70.5,-66.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: -70.5,-64.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: -57.5,-16.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + pos: -66.5,-19.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: -68.5,-21.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: -70.5,-23.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: -70.5,-24.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: -50.5,-6.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: -49.5,-6.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: -48.5,-5.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + pos: -30.5,-65.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + pos: 51.5,-95.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + pos: 52.5,-95.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 56.5,-99.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 56.5,-100.5 + parent: 2 + - uid: 6905 + components: + - type: Transform + pos: 56.5,-98.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + pos: 24.5,-88.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: 80.5,-48.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + pos: 16.5,-71.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: -26.5,-68.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: 81.5,-48.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: 90.5,-44.5 + parent: 2 + - uid: 7431 + components: + - type: Transform + pos: 89.5,-44.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: 89.5,-46.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: 90.5,-46.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + pos: 77.5,-22.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: 78.5,-22.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 23.5,-88.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: 25.5,-88.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 51.5,-58.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + pos: -61.5,-74.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 44.5,-54.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + pos: 51.5,-60.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + pos: 22.5,-71.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: 71.5,-56.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: 58.5,-54.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 61.5,-54.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 67.5,-58.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + pos: 81.5,-31.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 10577 + components: + - type: Transform + pos: 26.5,-86.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + pos: 69.5,-41.5 + parent: 2 + - uid: 10819 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - uid: 10842 + components: + - type: Transform + pos: 79.5,-42.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: 47.5,-12.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + pos: 64.5,-19.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 13189 + components: + - type: Transform + pos: 26.5,-87.5 + parent: 2 + - uid: 13341 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 13342 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 13343 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 13344 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 13386 + components: + - type: Transform + pos: -28.5,-73.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + pos: 61.5,-46.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: 58.5,-18.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + pos: 73.5,-18.5 + parent: 2 + - uid: 14094 + components: + - type: Transform + pos: 75.5,-17.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: 75.5,-18.5 + parent: 2 + - uid: 14126 + components: + - type: Transform + pos: 77.5,-17.5 + parent: 2 + - uid: 14152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-15.5 + parent: 2 + - uid: 14201 + components: + - type: Transform + pos: 77.5,-18.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: -27.5,-73.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + pos: 5.5,-80.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: 47.5,-54.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: 46.5,-54.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: -26.5,-73.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + pos: -16.5,-70.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: -19.5,-73.5 + parent: 2 + - uid: 14873 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + pos: 63.5,-63.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + pos: -20.5,-73.5 + parent: 2 + - uid: 15268 + components: + - type: Transform + pos: 3.5,-80.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 15378 + components: + - type: Transform + pos: 26.5,-88.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + pos: 22.5,-86.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + pos: 59.5,-18.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: 66.5,-50.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-42.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: 22.5,-87.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-41.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: 56.5,-29.5 + parent: 2 + - uid: 16372 + components: + - type: Transform + pos: 58.5,-25.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + pos: 22.5,-88.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + pos: 58.5,-78.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 2 + - uid: 16664 + components: + - type: Transform + pos: -32.5,-87.5 + parent: 2 + - uid: 16701 + components: + - type: Transform + pos: -33.5,-85.5 + parent: 2 + - uid: 16702 + components: + - type: Transform + pos: -33.5,-86.5 + parent: 2 + - uid: 16703 + components: + - type: Transform + pos: -32.5,-86.5 + parent: 2 + - uid: 16704 + components: + - type: Transform + pos: -31.5,-87.5 + parent: 2 + - uid: 16706 + components: + - type: Transform + pos: -29.5,-87.5 + parent: 2 + - uid: 16707 + components: + - type: Transform + pos: -28.5,-87.5 + parent: 2 + - uid: 16708 + components: + - type: Transform + pos: -28.5,-88.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + pos: -18.5,-87.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + pos: -17.5,-87.5 + parent: 2 + - uid: 16719 + components: + - type: Transform + pos: -16.5,-87.5 + parent: 2 + - uid: 16720 + components: + - type: Transform + pos: -15.5,-87.5 + parent: 2 + - uid: 16721 + components: + - type: Transform + pos: -14.5,-87.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + pos: -13.5,-86.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + pos: -13.5,-85.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + pos: -13.5,-84.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + pos: -13.5,-83.5 + parent: 2 + - uid: 16726 + components: + - type: Transform + pos: -13.5,-82.5 + parent: 2 + - uid: 16727 + components: + - type: Transform + pos: -14.5,-86.5 + parent: 2 + - uid: 16753 + components: + - type: Transform + pos: -25.5,-88.5 + parent: 2 + - uid: 16754 + components: + - type: Transform + pos: -18.5,-88.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + pos: 69.5,-43.5 + parent: 2 + - uid: 16985 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 17081 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 17212 + components: + - type: Transform + pos: 57.5,-47.5 + parent: 2 + - uid: 17213 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 17241 + components: + - type: Transform + pos: 61.5,-36.5 + parent: 2 + - uid: 17272 + components: + - type: Transform + pos: 61.5,-28.5 + parent: 2 + - uid: 17285 + components: + - type: Transform + pos: 61.5,-45.5 + parent: 2 + - uid: 17342 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 17545 + components: + - type: Transform + pos: -24.5,-88.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + pos: -11.5,-88.5 + parent: 2 + - uid: 17600 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: 79.5,-48.5 + parent: 2 + - uid: 17701 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 17749 + components: + - type: Transform + pos: -12.5,-89.5 + parent: 2 + - uid: 18000 + components: + - type: Transform + pos: 80.5,-41.5 + parent: 2 + - uid: 18001 + components: + - type: Transform + pos: 80.5,-43.5 + parent: 2 + - uid: 18002 + components: + - type: Transform + pos: 80.5,-49.5 + parent: 2 + - uid: 18003 + components: + - type: Transform + pos: 81.5,-42.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: 52.5,-53.5 + parent: 2 + - uid: 18366 + components: + - type: Transform + pos: 58.5,-77.5 + parent: 2 + - uid: 18403 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 18409 + components: + - type: Transform + pos: 49.5,-62.5 + parent: 2 + - uid: 18410 + components: + - type: Transform + pos: 53.5,-60.5 + parent: 2 + - uid: 18431 + components: + - type: Transform + pos: -28.5,-90.5 + parent: 2 + - uid: 18433 + components: + - type: Transform + pos: -26.5,-90.5 + parent: 2 + - uid: 18434 + components: + - type: Transform + pos: -24.5,-90.5 + parent: 2 + - uid: 18435 + components: + - type: Transform + pos: -23.5,-90.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + pos: -22.5,-90.5 + parent: 2 + - uid: 18437 + components: + - type: Transform + pos: -20.5,-90.5 + parent: 2 + - uid: 18439 + components: + - type: Transform + pos: -18.5,-90.5 + parent: 2 + - uid: 18440 + components: + - type: Transform + pos: -13.5,-89.5 + parent: 2 + - uid: 18441 + components: + - type: Transform + pos: -34.5,-89.5 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: -26.5,-88.5 + parent: 2 + - uid: 18455 + components: + - type: Transform + pos: -30.5,-91.5 + parent: 2 + - uid: 18456 + components: + - type: Transform + pos: -31.5,-91.5 + parent: 2 + - uid: 18458 + components: + - type: Transform + pos: -15.5,-91.5 + parent: 2 + - uid: 18459 + components: + - type: Transform + pos: -16.5,-91.5 + parent: 2 + - uid: 18460 + components: + - type: Transform + pos: -22.5,-88.5 + parent: 2 + - uid: 18461 + components: + - type: Transform + pos: -20.5,-88.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: -27.5,-92.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: -19.5,-92.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: -21.5,-88.5 + parent: 2 + - uid: 18494 + components: + - type: Transform + pos: 50.5,-63.5 + parent: 2 + - uid: 18497 + components: + - type: Transform + pos: 56.5,-41.5 + parent: 2 + - uid: 18526 + components: + - type: Transform + pos: 48.5,-62.5 + parent: 2 + - uid: 18628 + components: + - type: Transform + pos: 52.5,-60.5 + parent: 2 + - uid: 18631 + components: + - type: Transform + pos: 59.5,-25.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + pos: 26.5,-62.5 + parent: 2 + - uid: 18951 + components: + - type: Transform + pos: -5.5,15.5 + parent: 2 + - uid: 18952 + components: + - type: Transform + pos: -4.5,15.5 + parent: 2 + - uid: 18953 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 18955 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 18958 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 18959 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 18960 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 18961 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - uid: 18962 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 18963 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 18965 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 18966 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 18967 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 18968 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 18969 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 18970 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 18971 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 18972 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 18973 + components: + - type: Transform + pos: -9.5,12.5 + parent: 2 + - uid: 18974 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 18975 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 18984 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 18987 + components: + - type: Transform + pos: -7.5,12.5 + parent: 2 + - uid: 19284 + components: + - type: Transform + pos: 55.5,-64.5 + parent: 2 + - uid: 19292 + components: + - type: Transform + pos: 52.5,-64.5 + parent: 2 + - uid: 19294 + components: + - type: Transform + pos: 26.5,-63.5 + parent: 2 + - uid: 19323 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 19324 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 19395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-14.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 2496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-81.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-80.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-81.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: 75.5,-53.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + pos: 77.5,-53.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: 76.5,-53.5 + parent: 2 + - uid: 16987 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 16988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-72.5 + parent: 2 + - uid: 18976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 2 + - uid: 18977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 2 + - uid: 18978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - uid: 18979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,11.5 + parent: 2 + - uid: 18980 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 18981 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 18982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 2 + - uid: 18983 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - uid: 18985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,15.5 + parent: 2 + - uid: 18986 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 18988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,4.5 + parent: 2 + - uid: 18989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,4.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,6.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + pos: -7.5,10.5 + parent: 2 + - uid: 18992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,13.5 + parent: 2 + - uid: 18993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,15.5 + parent: 2 +- proto: GrilleDiagonal + entities: + - uid: 4656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-54.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-55.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-52.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-54.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-55.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-54.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: 25.5,-54.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-52.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-52.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-51.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-45.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-45.5 + parent: 2 + - uid: 19090 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 6412 + components: + - type: Transform + pos: 102.5,-43.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: 100.5,-56.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: 4.5,-97.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: 5.5,-99.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: 9.5,-102.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: -70.5,-65.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: -26.5,-92.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: 86.5,-12.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: 42.5,-8.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: 87.5,-12.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: 77.5,-12.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: 78.5,-11.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: 79.5,-11.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + pos: 67.5,-9.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + pos: 70.5,-11.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + pos: 72.5,-12.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + pos: 68.5,-10.5 + parent: 2 + - uid: 14766 + components: + - type: Transform + pos: 97.5,-59.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + pos: 63.5,-7.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + pos: 51.5,-5.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + pos: 52.5,-5.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + pos: 57.5,-6.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + pos: 44.5,-7.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + pos: 101.5,-39.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + pos: 100.5,-29.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + pos: 96.5,-29.5 + parent: 2 + - uid: 14835 + components: + - type: Transform + pos: 101.5,-38.5 + parent: 2 + - uid: 14836 + components: + - type: Transform + pos: 103.5,-38.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + pos: 104.5,-42.5 + parent: 2 + - uid: 14861 + components: + - type: Transform + pos: 101.5,-35.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + pos: 102.5,-42.5 + parent: 2 + - uid: 14863 + components: + - type: Transform + pos: 101.5,-51.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + pos: 101.5,-52.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + pos: 103.5,-53.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + pos: 103.5,-54.5 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: 104.5,-50.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + pos: 104.5,-47.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + pos: 102.5,-48.5 + parent: 2 + - uid: 15597 + components: + - type: Transform + pos: 102.5,-47.5 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: 104.5,-46.5 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: 98.5,-59.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: 98.5,-61.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + pos: 97.5,-61.5 + parent: 2 + - uid: 15619 + components: + - type: Transform + pos: 56.5,-84.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + pos: 47.5,-84.5 + parent: 2 + - uid: 15622 + components: + - type: Transform + pos: 79.5,-79.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + pos: 77.5,-78.5 + parent: 2 + - uid: 15638 + components: + - type: Transform + pos: 69.5,-80.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + pos: 70.5,-79.5 + parent: 2 + - uid: 15661 + components: + - type: Transform + pos: 61.5,-83.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + pos: 73.5,-78.5 + parent: 2 + - uid: 15663 + components: + - type: Transform + pos: 86.5,-80.5 + parent: 2 + - uid: 15664 + components: + - type: Transform + pos: 89.5,-78.5 + parent: 2 + - uid: 15665 + components: + - type: Transform + pos: 88.5,-78.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + pos: 85.5,-78.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + pos: 84.5,-78.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + pos: -45.5,-85.5 + parent: 2 + - uid: 15701 + components: + - type: Transform + pos: -44.5,-86.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + pos: -53.5,-82.5 + parent: 2 + - uid: 15712 + components: + - type: Transform + pos: -51.5,-83.5 + parent: 2 + - uid: 15713 + components: + - type: Transform + pos: 60.5,-84.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: -57.5,-74.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + pos: -69.5,-68.5 + parent: 2 + - uid: 15717 + components: + - type: Transform + pos: -67.5,-70.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + pos: -60.5,-74.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + pos: -70.5,-25.5 + parent: 2 + - uid: 15724 + components: + - type: Transform + pos: -70.5,-26.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + pos: -69.5,-22.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + pos: -67.5,-20.5 + parent: 2 + - uid: 15765 + components: + - type: Transform + pos: -65.5,-18.5 + parent: 2 + - uid: 15766 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 15776 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 15811 + components: + - type: Transform + pos: -59.5,-16.5 + parent: 2 + - uid: 15812 + components: + - type: Transform + pos: -56.5,-16.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + pos: -53.5,-8.5 + parent: 2 + - uid: 15814 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 + - uid: 15815 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - uid: 15817 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 2 + - uid: 15818 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 15819 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 15820 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 15830 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 16713 + components: + - type: Transform + pos: -41.5,-86.5 + parent: 2 + - uid: 18449 + components: + - type: Transform + pos: -33.5,-90.5 + parent: 2 + - uid: 18466 + components: + - type: Transform + pos: -29.5,-90.5 + parent: 2 + - uid: 18469 + components: + - type: Transform + pos: -17.5,-90.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + pos: -37.5,-87.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + pos: -25.5,-92.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + pos: -21.5,-92.5 + parent: 2 +- proto: GunSafe + entities: + - uid: 6757 + components: + - type: MetaData + name: safe + - type: Transform + pos: 10.500173,-92.50021 + parent: 2 + - type: Physics + fixedRotation: False + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6760 + - 6758 + - 6759 + - 6761 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + missingComponents: + - Lock +- proto: GunSafeLaserCarbine + entities: + - uid: 15461 + components: + - type: Transform + pos: 58.5,-58.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 7262 + components: + - type: Transform + pos: 62.5,-58.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 15460 + components: + - type: Transform + pos: 58.5,-57.5 + parent: 2 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 18162 + components: + - type: Transform + pos: 62.5,-57.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 6152 + components: + - type: Transform + pos: 11.498596,-49.47549 + parent: 2 + - uid: 13879 + components: + - type: Transform + pos: 62.5,-40.5 + parent: 2 + - uid: 19346 + components: + - type: Transform + pos: 58.506886,-20.440216 + parent: 2 +- proto: HandheldGPSBasic + entities: + - uid: 6984 + components: + - type: Transform + pos: 52.477993,-99.26284 + parent: 2 + - uid: 18035 + components: + - type: Transform + pos: -45.538082,-76.493256 + parent: 2 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 5242 + components: + - type: Transform + pos: 12.486566,-32.408157 + parent: 2 +- proto: HandheldStationMap + entities: + - uid: 5584 + components: + - type: Transform + pos: -54.43746,-47.408054 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: 6.486392,-28.369644 + parent: 2 +- proto: HandLabeler + entities: + - uid: 1805 + components: + - type: Transform + pos: 21.48306,-65.458824 + parent: 2 +- proto: HappyHonk + entities: + - uid: 6005 + components: + - type: Transform + pos: -61.358208,-63.517513 + parent: 2 +- proto: HappyHonkCluwne + entities: + - uid: 7218 + components: + - type: Transform + pos: 72.516365,-25.447449 + parent: 2 +- proto: HappyHonkMime + entities: + - uid: 6003 + components: + - type: Transform + pos: -56.608185,-62.000355 + parent: 2 +- proto: HeatExchanger + entities: + - uid: 3949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 15427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-81.5 + parent: 2 + - uid: 18101 + components: + - type: Transform + pos: 49.5,-80.5 + parent: 2 + - uid: 18102 + components: + - type: Transform + pos: 47.5,-80.5 + parent: 2 +- proto: HeatExchangerBend + entities: + - uid: 4136 + components: + - type: Transform + pos: 49.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 14386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-81.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-81.5 + parent: 2 +- proto: HighSecArmoryLocked + entities: + - uid: 4379 + components: + - type: Transform + pos: 59.5,-54.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 607 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: 28.5,-65.5 + parent: 2 +- proto: HolofanProjector + entities: + - uid: 3340 + components: + - type: Transform + pos: 47.5,-71.5 + parent: 2 +- proto: HolopadAiCore + entities: + - uid: 10306 + components: + - type: Transform + pos: 92.5,-45.5 + parent: 2 +- proto: HolopadAiUpload + entities: + - uid: 14323 + components: + - type: Transform + pos: 77.5,-45.5 + parent: 2 +- proto: HolopadCargoBay + entities: + - uid: 19157 + components: + - type: Transform + pos: 24.5,-94.5 + parent: 2 +- proto: HolopadCargoBreakroom + entities: + - uid: 19156 + components: + - type: Transform + pos: 12.5,-93.5 + parent: 2 +- proto: HolopadCargoFront + entities: + - uid: 19158 + components: + - type: Transform + pos: 25.5,-84.5 + parent: 2 +- proto: HolopadCargoSalvageBay + entities: + - uid: 19160 + components: + - type: Transform + pos: 53.5,-97.5 + parent: 2 +- proto: HolopadCommandBridge + entities: + - uid: 19135 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 +- proto: HolopadCommandBridgeHallway + entities: + - uid: 19133 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 +- proto: HolopadCommandCaptain + entities: + - uid: 19136 + components: + - type: Transform + pos: -44.5,-53.5 + parent: 2 +- proto: HolopadCommandCe + entities: + - uid: 19173 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 +- proto: HolopadCommandCmo + entities: + - uid: 9835 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 +- proto: HolopadCommandHop + entities: + - uid: 19166 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 +- proto: HolopadCommandHos + entities: + - uid: 7157 + components: + - type: Transform + pos: 68.5,-47.5 + parent: 2 +- proto: HolopadCommandQm + entities: + - uid: 19159 + components: + - type: Transform + pos: 9.5,-89.5 + parent: 2 +- proto: HolopadCommandRd + entities: + - uid: 5093 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 +- proto: HolopadCommandVault + entities: + - uid: 19129 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 +- proto: HolopadEngineeringAME + entities: + - uid: 19162 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 +- proto: HolopadEngineeringAtmosFront + entities: + - uid: 19153 + components: + - type: Transform + pos: 28.5,-71.5 + parent: 2 +- proto: HolopadEngineeringAtmosMain + entities: + - uid: 13914 + components: + - type: Transform + pos: 48.5,-63.5 + parent: 2 +- proto: HolopadEngineeringFront + entities: + - uid: 19132 + components: + - type: Transform + pos: -13.5,-58.5 + parent: 2 +- proto: HolopadEngineeringMain + entities: + - uid: 19174 + components: + - type: Transform + pos: -19.5,-64.5 + parent: 2 +- proto: HolopadEngineeringStorage + entities: + - uid: 19259 + components: + - type: Transform + pos: -13.5,-66.5 + parent: 2 +- proto: HolopadGeneralCryosleep + entities: + - uid: 19138 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 +- proto: HolopadGeneralEvac + entities: + - uid: 19137 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 +- proto: HolopadGeneralEVAStorage + entities: + - uid: 19141 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 +- proto: HolopadGeneralTools + entities: + - uid: 19131 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 +- proto: HolopadMedicalChemistry + entities: + - uid: 19175 + components: + - type: Transform + pos: 19.5,-74.5 + parent: 2 +- proto: HolopadMedicalMedbay + entities: + - uid: 588 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 2 +- proto: HolopadMedicalMorgue + entities: + - uid: 19167 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 2 +- proto: HolopadMedicalSurgery + entities: + - uid: 19149 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 +- proto: HolopadMedicalVirology + entities: + - uid: 19145 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 2 +- proto: HolopadScienceArtifact + entities: + - uid: 19144 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 +- proto: HolopadScienceRnd + entities: + - uid: 19142 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 +- proto: HolopadSecurityArmory + entities: + - uid: 5666 + components: + - type: Transform + pos: 60.5,-58.5 + parent: 2 +- proto: HolopadSecurityArrivalsCheckpoint + entities: + - uid: 19412 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 +- proto: HolopadSecurityFront + entities: + - uid: 10781 + components: + - type: Transform + pos: 65.5,-39.5 + parent: 2 +- proto: HolopadSecurityLockerRoom + entities: + - uid: 7158 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 +- proto: HolopadSecurityPerma + entities: + - uid: 19146 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 2 +- proto: HolopadSecurityWarden + entities: + - uid: 7097 + components: + - type: Transform + pos: 58.5,-43.5 + parent: 2 +- proto: HolopadServiceBar + entities: + - uid: 19171 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 +- proto: HolopadServiceBotany + entities: + - uid: 19165 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 +- proto: HolopadServiceChapel + entities: + - uid: 19163 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 +- proto: HolopadServiceClownMime + entities: + - uid: 19134 + components: + - type: Transform + pos: -59.5,-62.5 + parent: 2 +- proto: HolopadServiceJanitor + entities: + - uid: 19164 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 +- proto: HolopadServiceKitchen + entities: + - uid: 19170 + components: + - type: Transform + pos: 43.5,-44.5 + parent: 2 +- proto: HolopadServiceLibrary + entities: + - uid: 19161 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 +- proto: HolopadServiceNewsroom + entities: + - uid: 19168 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 +- proto: HoloprojectorSecurity + entities: + - uid: 3322 + components: + - type: Transform + pos: 60.67577,-57.63842 + parent: 2 + - uid: 3323 + components: + - type: Transform + pos: 60.83202,-57.409096 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 6203 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 15279 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 2 + - uid: 18759 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 2866 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-17.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-16.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-15.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-14.5 + parent: 2 + - uid: 18757 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 2 + - uid: 18758 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 11773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-17.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-17.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-17.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-17.5 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 15284 + components: + - type: Transform + pos: 49.489796,-18.436905 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 15285 + components: + - type: Transform + pos: 49.53667,-18.34309 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 5153 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + pos: -3.5,-57.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: -2.5,-57.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 5160 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 5163 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 5164 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 15389 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 +- proto: HydroponicsTrayMachineCircuitboard + entities: + - uid: 5182 + components: + - type: Transform + pos: -3.353551,-47.34583 + parent: 2 +- proto: IceCrust + entities: + - uid: 8581 + components: + - type: Transform + pos: 42.5,-72.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + pos: 41.5,-71.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: 41.5,-70.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: 41.5,-69.5 + parent: 2 +- proto: IDComputerCircuitboard + entities: + - uid: 18057 + components: + - type: Transform + pos: 29.584667,-60.464985 + parent: 2 +- proto: Igniter + entities: + - uid: 19027 + components: + - type: Transform + pos: 30.423512,-76.589905 + parent: 2 +- proto: InflatableDoorStack + entities: + - uid: 8001 + components: + - type: Transform + pos: 27.635538,-72.53113 + parent: 2 +- proto: InflatableWallStack + entities: + - uid: 8002 + components: + - type: Transform + pos: 27.401163,-72.35914 + parent: 2 +- proto: IngotGold + entities: + - uid: 6758 + components: + - type: Transform + parent: 6757 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: IngotGold1 + entities: + - uid: 15879 + components: + - type: Transform + pos: -10.265891,-21.478815 + parent: 2 + - uid: 17893 + components: + - type: Transform + parent: 17884 + - type: Physics + canCollide: False + - uid: 17907 + components: + - type: Transform + parent: 17884 + - type: Physics + canCollide: False +- proto: IngotSilver + entities: + - uid: 3829 + components: + - type: Transform + pos: 10.838615,-44.273556 + parent: 2 +- proto: IngotSilver1 + entities: + - uid: 8019 + components: + - type: Transform + pos: -10.418669,-21.402374 + parent: 2 + - uid: 18777 + components: + - type: Transform + pos: -9.623251,-5.767042 + parent: 2 + - type: Stack + count: 4 +- proto: IntercomCommand + entities: + - uid: 17771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-53.5 + parent: 2 +- proto: IntercomCommon + entities: + - uid: 17760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 2 + - uid: 17761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-43.5 + parent: 2 + - uid: 17763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-64.5 + parent: 2 + - uid: 17767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-35.5 + parent: 2 + - uid: 17772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 16536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-67.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-71.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-57.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-66.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 6295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-58.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-67.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: 16.5,-75.5 + parent: 2 + - uid: 17754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-68.5 + parent: 2 + - uid: 17758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-28.5 + parent: 2 + - uid: 17759 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 17766 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 17770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-28.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 11363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-17.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 9335 + components: + - type: Transform + pos: 64.5,-48.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 17768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-47.5 + parent: 2 + - uid: 17769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-48.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 2999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-85.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 5623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-54.5 + parent: 2 +- proto: JetpackMiniFilled + entities: + - uid: 5264 + components: + - type: Transform + pos: 7.5664854,-17.629124 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: 7.406763,-17.351152 + parent: 2 +- proto: JetpackSecurityFilled + entities: + - uid: 17933 + components: + - type: Transform + pos: 67.341934,-35.365723 + parent: 2 + - type: GasTank + toggleActionEntity: 10251 + - type: Jetpack + toggleActionEntity: 7161 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 7161 + - 10251 + - uid: 19423 + components: + - type: Transform + pos: 67.498184,-35.475098 + parent: 2 +- proto: Jug + entities: + - uid: 734 + components: + - type: Transform + pos: 19.601612,-24.408659 + parent: 2 + - uid: 17919 + components: + - type: Transform + pos: 21.67056,-65.2295 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: 21.337229,-65.19823 + parent: 2 +- proto: Jukebox + entities: + - uid: 7064 + components: + - type: Transform + pos: 30.5,-37.5 + parent: 2 +- proto: KitchenElectricGrill + entities: + - uid: 7033 + components: + - type: Transform + pos: 42.5,-43.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: 42.5,-44.5 + parent: 2 +- proto: KitchenKnife + entities: + - uid: 7042 + components: + - type: Transform + pos: 48.430027,-40.48026 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 6805 + components: + - type: Transform + pos: 15.5,-98.5 + parent: 2 + - uid: 6833 + components: + - type: Transform + pos: 8.5,-90.5 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: 44.5,-41.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: 41.5,-44.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 18532 + components: + - type: Transform + pos: 11.5,-77.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 5783 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 7029 + components: + - type: Transform + pos: 41.5,-43.5 + parent: 2 + - uid: 7030 + components: + - type: Transform + pos: 44.5,-40.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 7035 + components: + - type: Transform + pos: 48.5,-42.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: 48.5,-41.5 + parent: 2 +- proto: KnifePlastic + entities: + - uid: 5678 + components: + - type: Transform + pos: -16.689243,-42.33948 + parent: 2 + - uid: 6027 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6839 + components: + - type: Transform + pos: 8.676938,-95.487335 + parent: 2 + - uid: 15116 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False + - uid: 15117 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False + - uid: 18324 + components: + - type: Transform + pos: -23.242622,-14.164716 + parent: 2 +- proto: LampGold + entities: + - uid: 10499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5085,-56.088474 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 2223 + components: + - type: Transform + pos: 69.513466,-51.10884 + parent: 2 + - uid: 15343 + components: + - type: Transform + pos: 71.46581,-42.150627 + parent: 2 +- proto: Lantern + entities: + - uid: 5675 + components: + - type: Transform + pos: -21.674894,-47.12969 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: 53.38622,-77.17468 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: 53.65282,-77.284134 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 7055 + components: + - type: Transform + pos: 42.5,-42.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + pos: 2.3716927,-78.295044 + parent: 2 + - uid: 17020 + components: + - type: Transform + pos: 2.5591927,-78.68594 + parent: 2 +- proto: LeavesCannabisDried + entities: + - uid: 18867 + components: + - type: Transform + pos: -25.706669,-32.16909 + parent: 2 + - uid: 18889 + components: + - type: Transform + pos: -25.789955,-32.280567 + parent: 2 + - uid: 18902 + components: + - type: Transform + pos: -25.357204,-32.064083 + parent: 2 +- proto: LeavesTobaccoDried + entities: + - uid: 19012 + components: + - type: Transform + pos: -25.30165,-31.992579 + parent: 2 + - uid: 19013 + components: + - type: Transform + pos: -25.259981,-31.89941 + parent: 2 + - uid: 19014 + components: + - type: Transform + pos: -25.64344,-32.075485 + parent: 2 +- proto: LightBulbBroken + entities: + - uid: 17953 + components: + - type: Transform + parent: 17952 + - type: Physics + canCollide: False + - uid: 17961 + components: + - type: Transform + parent: 17960 + - type: Physics + canCollide: False +- proto: Lighter + entities: + - uid: 9356 + components: + - type: Transform + pos: 68.51949,-38.591267 + parent: 2 +- proto: LiquidNitrogenCanister + entities: + - uid: 15914 + components: + - type: Transform + pos: -5.5,-77.5 + parent: 2 +- proto: LiquidOxygenCanister + entities: + - uid: 8334 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: 82.5,-24.5 + parent: 2 +- proto: LiveLetLiveCircuitBoard + entities: + - uid: 18618 + components: + - type: Transform + pos: 77.18439,-43.606335 + parent: 2 +- proto: LockableButtonArmory + entities: + - uid: 3541 + components: + - type: MetaData + name: main armory button + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4380: + - - Pressed + - Toggle + 4366: + - - Pressed + - Toggle + 13934: + - - Pressed + - Toggle + 4377: + - - Pressed + - Toggle +- proto: LockableButtonChiefEngineer + entities: + - uid: 6608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-62.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10203: + - - Pressed + - Toggle + 9960: + - - Pressed + - Toggle + 15102: + - - Pressed + - Toggle + 10024: + - - Pressed + - Toggle + 6601: + - - Pressed + - Toggle + 6600: + - - Pressed + - Toggle + 15103: + - - Pressed + - Toggle +- proto: LockableButtonJanitor + entities: + - uid: 1041 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 698: + - - Pressed + - Toggle + 697: + - - Pressed + - Toggle + 696: + - - Pressed + - Toggle +- proto: LockableButtonMedical + entities: + - uid: 5114 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 544: + - - Pressed + - Toggle + 546: + - - Pressed + - Toggle +- proto: LockableButtonService + entities: + - uid: 2479 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6040: + - - Pressed + - Toggle + 252: + - - Pressed + - Toggle +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 4796 + components: + - type: Transform + pos: 31.5,-73.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + pos: 30.5,-73.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: 33.5,-73.5 + parent: 2 +- proto: LockerBoozeFilled + entities: + - uid: 7073 + components: + - type: Transform + pos: 31.5,-48.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: 35.5,-48.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: 72.5,-67.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 5174 + components: + - type: Transform + pos: -5.5,-47.5 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 +- proto: LockerCaptainFilledNoLaser + entities: + - uid: 18936 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 2998 + components: + - type: Transform + pos: 18.5,-68.5 + parent: 2 + - uid: 12417 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 +- proto: LockerChiefEngineerFilledHardsuit + entities: + - uid: 8022 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 13998 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 5969 + components: + - type: Transform + pos: -62.5,-61.5 + parent: 2 +- proto: LockerDetectiveFilled + entities: + - uid: 4810 + components: + - type: Transform + pos: 72.5,-53.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 5832 + components: + - type: Transform + pos: -19.5,-59.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 15227 + components: + - type: Transform + pos: 35.5,-34.5 + parent: 2 + - uid: 16045 + components: + - type: Transform + pos: 82.5,-70.5 + parent: 2 + - uid: 17796 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 4727 + components: + - type: Transform + pos: -23.5,-60.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: -24.5,-60.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: -26.5,-60.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: -25.5,-60.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + pos: -11.5,-61.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: -12.5,-61.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 6148 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + pos: 57.5,-34.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 7050 + components: + - type: Transform + pos: 46.5,-44.5 + parent: 2 +- proto: LockerFreezerVaultFilled + entities: + - uid: 5146 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 6193 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 15344 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 +- proto: LockerMedical + entities: + - uid: 1170 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 5211 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 13992 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 14049 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 5988 + components: + - type: Transform + pos: -53.5,-63.5 + parent: 2 +- proto: LockerParamedicFilled + entities: + - uid: 3697 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 +- proto: LockerPrisoner + entities: + - uid: 16115 + components: + - type: Transform + pos: 67.5,-27.5 + parent: 2 +- proto: LockerPrisoner2 + entities: + - uid: 17731 + components: + - type: Transform + pos: 68.5,-27.5 + parent: 2 +- proto: LockerPrisoner3 + entities: + - uid: 18058 + components: + - type: Transform + pos: 69.5,-27.5 + parent: 2 +- proto: LockerPrisoner4 + entities: + - uid: 15446 + components: + - type: Transform + pos: 66.5,-29.5 + parent: 2 +- proto: LockerPrisoner5 + entities: + - uid: 15548 + components: + - type: Transform + pos: 67.5,-29.5 + parent: 2 +- proto: LockerPrisoner6 + entities: + - uid: 15448 + components: + - type: Transform + pos: 68.5,-29.5 + parent: 2 +- proto: LockerPrisoner7 + entities: + - uid: 15547 + components: + - type: Transform + pos: 69.5,-29.5 + parent: 2 +- proto: LockerQuarterMasterFilled + entities: + - uid: 6815 + components: + - type: Transform + pos: 10.5,-90.5 + parent: 2 +- proto: LockerResearchDirectorFilled + entities: + - uid: 17783 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 +- proto: LockerSalvageSpecialistFilled + entities: + - uid: 6900 + components: + - type: Transform + pos: 55.5,-98.5 + parent: 2 + - uid: 6910 + components: + - type: Transform + pos: 55.5,-99.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: 55.5,-100.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 5800 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: 11.5,-75.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 3548 + components: + - type: Transform + pos: 57.5,-39.5 + parent: 2 + - uid: 3549 + components: + - type: Transform + pos: 57.5,-38.5 + parent: 2 + - uid: 3550 + components: + - type: Transform + pos: 57.5,-36.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: 11.5,-47.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 +- proto: LockerWallMedicalFilled + entities: + - uid: 14577 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 3544 + components: + - type: Transform + pos: 57.5,-45.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 5833 + components: + - type: Transform + pos: -21.5,-59.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + pos: -8.5,-74.5 + parent: 2 +- proto: LogicGateOr + entities: + - uid: 18350 + components: + - type: Transform + anchored: True + pos: 47.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 6885: + - - Output + - DoorBolt + 6886: + - - Output + - DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 18351 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: 47.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 6883: + - - Output + - DoorBolt + 6884: + - - Output + - DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 18352 + components: + - type: Transform + anchored: True + pos: 34.5,-98.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 312: + - - Output + - DoorBolt + 323: + - - Output + - DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 18353 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: 34.5,-99.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 6979: + - - Output + - DoorBolt + 6980: + - - Output + - DoorBolt + - type: Physics + canCollide: False + bodyType: Static +- proto: LootSpawnerIndustrialFluff + entities: + - uid: 9697 + components: + - type: Transform + pos: 61.5,-62.5 + parent: 2 +- proto: LootSpawnerMaterialsSupplementary + entities: + - uid: 10336 + components: + - type: Transform + pos: 56.5,-77.5 + parent: 2 +- proto: LootSpawnerMedicalMinor + entities: + - uid: 10738 + components: + - type: Transform + pos: 74.5,-37.5 + parent: 2 +- proto: LootSpawnerSecurityBasic + entities: + - uid: 14252 + components: + - type: Transform + pos: 57.5,-28.5 + parent: 2 +- proto: LuxuryPen + entities: + - uid: 15422 + components: + - type: Transform + pos: 56.648838,-18.357616 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: -23.48515,-92.497 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 583 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 12833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-22.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-22.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 2519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-75.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-18.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-17.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 5037 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 93 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 15258 + components: + - type: Transform + pos: 37.5,-28.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 1210 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + pos: 42.5,-30.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 17019 + components: + - type: Transform + pos: 2.5,-76.5 + parent: 2 +- proto: MachineMaterialSilo + entities: + - uid: 17988 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 +- proto: MagazinePistolEmpty + entities: + - uid: 16526 + components: + - type: Transform + rot: 1.2217304763960306 rad + pos: 1.797372,-9.559308 + parent: 2 + - uid: 16527 + components: + - type: Transform + rot: 2.0943951023931953 rad + pos: 9.586785,-10.668738 + parent: 2 + - uid: 16791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.1149855,-10.702077 + parent: 2 +- proto: MagazinePistolSubMachineGun + entities: + - uid: 11951 + components: + - type: Transform + pos: 68.56853,-31.4625 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: 68.39492,-31.455551 + parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 3532 + components: + - type: Transform + pos: 65.386,-45.460392 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: 65.62211,-45.562313 + parent: 2 +- proto: MailBag + entities: + - uid: 3843 + components: + - type: Transform + pos: 17.498411,-100.44512 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 7207 + components: + - type: Transform + pos: 60.5,-62.5 + parent: 2 + - uid: 17360 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 17361 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 17421 + components: + - type: Transform + pos: -39.5,-36.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 17240 + components: + - type: Transform + pos: 75.5,-59.5 + parent: 2 + - uid: 17242 + components: + - type: Transform + pos: 6.5,-79.5 + parent: 2 + - uid: 17243 + components: + - type: Transform + pos: -36.5,-72.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 7684 + components: + - type: Transform + pos: 79.5,-19.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + pos: 30.5,-78.5 + parent: 2 + - uid: 17000 + components: + - type: Transform + pos: -3.5,-77.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 7683 + components: + - type: Transform + pos: 78.5,-19.5 + parent: 2 + - uid: 17239 + components: + - type: Transform + pos: 75.5,-56.5 + parent: 2 +- proto: Matchbox + entities: + - uid: 5667 + components: + - type: Transform + pos: -25.615442,-29.699175 + parent: 2 + - uid: 18996 + components: + - type: Transform + pos: -21.27906,-47.504948 + parent: 2 +- proto: MaterialBones1 + entities: + - uid: 7918 + components: + - type: Transform + pos: 72.446846,-56.49303 + parent: 2 + - uid: 10675 + components: + - type: Transform + pos: 79.32236,-26.715631 + parent: 2 + - uid: 17247 + components: + - type: Transform + pos: 79.59391,-27.06205 + parent: 2 + - uid: 17248 + components: + - type: Transform + pos: 79.70907,-27.17235 + parent: 2 + - uid: 17249 + components: + - type: Transform + pos: -64.26435,-27.585804 + parent: 2 + - uid: 17250 + components: + - type: Transform + pos: 12.563929,-2.5076818 + parent: 2 + - uid: 17251 + components: + - type: Transform + pos: 94.519135,-44.463116 + parent: 2 + - uid: 17253 + components: + - type: Transform + pos: -37.510273,-57.51299 + parent: 2 + - uid: 17254 + components: + - type: Transform + pos: 29.594526,-82.54438 + parent: 2 + - uid: 17255 + components: + - type: Transform + pos: -46.522686,-76.43295 + parent: 2 + - uid: 17256 + components: + - type: Transform + pos: 31.284103,-12.202638 + parent: 2 + - uid: 17257 + components: + - type: Transform + pos: -2.4986753,-72.48942 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 15918 + components: + - type: Transform + pos: 37.40618,-51.423595 + parent: 2 + - uid: 16376 + components: + - type: Transform + pos: 15.448459,-63.116146 + parent: 2 +- proto: MaterialCloth1 + entities: + - uid: 17366 + components: + - type: Transform + pos: -29.40506,-60.414524 + parent: 2 +- proto: MaterialCloth10 + entities: + - uid: 6172 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 +- proto: MaterialDiamond1 + entities: + - uid: 17564 + components: + - type: Transform + pos: 9.487229,-44.345783 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 16377 + components: + - type: Transform + pos: 13.224184,-63.266567 + parent: 2 +- proto: MaterialWebSilk1 + entities: + - uid: 7220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.36436,-48.69991 + parent: 2 + - uid: 7279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.66123,-48.590458 + parent: 2 + - uid: 8151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.39561,-48.51228 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 8095 + components: + - type: Transform + pos: 69.52955,-67.498146 + parent: 2 +- proto: MaterialWoodPlank1 + entities: + - uid: 7336 + components: + - type: Transform + pos: 80.49108,-26.808891 + parent: 2 +- proto: MedicalBed + entities: + - uid: 466 + components: + - type: Transform + pos: 17.5,-32.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: 60.5,-31.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 14368 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 232 + components: + - type: Transform + pos: 15.459556,-15.302182 + parent: 2 +- proto: MedkitBruteFilled + entities: + - uid: 335 + components: + - type: Transform + pos: 16.200018,-15.296523 + parent: 2 +- proto: MedkitBurnFilled + entities: + - uid: 16434 + components: + - type: Transform + pos: 16.407755,-15.39224 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 5219 + components: + - type: Transform + pos: 15.762657,-15.390333 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: -53.537735,-39.27276 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: -38.568382,-16.260506 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: 31.486631,-101.4452 + parent: 2 + - uid: 8071 + components: + - type: Transform + pos: 57.47399,-32.30945 + parent: 2 + - uid: 8206 + components: + - type: Transform + pos: -45.487648,-14.478266 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: 77.57588,-20.876202 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: 57.56774,-32.434536 + parent: 2 + - uid: 15893 + components: + - type: Transform + pos: 75.5,-55.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + pos: 21.454115,-29.711697 + parent: 2 + - uid: 17032 + components: + - type: Transform + pos: 21.599949,-29.378132 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 5126 + components: + - type: Transform + pos: 16.875944,-15.287257 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: -53.17836,-39.46039 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: -38.365257,-16.4325 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 5128 + components: + - type: Transform + pos: 17.15189,-15.394461 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 293 + components: + - type: Transform + pos: 17.48831,-15.298716 + parent: 2 +- proto: MicroManipulatorStockPart + entities: + - uid: 7318 + components: + - type: Transform + pos: 33.374638,-15.933382 + parent: 2 + - uid: 17358 + components: + - type: Transform + pos: -32.45135,-29.305899 + parent: 2 + - uid: 17879 + components: + - type: Transform + pos: 33.547714,-15.508676 + parent: 2 +- proto: MicrophoneInstrument + entities: + - uid: 6064 + components: + - type: Transform + pos: -32.52994,-20.455229 + parent: 2 + - uid: 18260 + components: + - type: Transform + pos: 27.522682,-38.335285 + parent: 2 +- proto: Mirror + entities: + - uid: 6157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-50.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-49.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-48.5 + parent: 2 + - uid: 7093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-50.5 + parent: 2 +- proto: MopBucketFull + entities: + - uid: 5622 + components: + - type: Transform + pos: -9.5,-54.5 + parent: 2 +- proto: MopItem + entities: + - uid: 5627 + components: + - type: Transform + pos: -10.496325,-47.486282 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: 73.60463,-22.466352 + parent: 2 + - uid: 17584 + components: + - type: Transform + pos: -7.5205445,-56.46609 + parent: 2 +- proto: Morgue + entities: + - uid: 5280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-29.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-29.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-29.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-29.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-29.5 + parent: 2 + - uid: 5285 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 5287 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-46.5 + parent: 2 + - uid: 17637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-28.5 + parent: 2 + - uid: 19422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-31.5 + parent: 2 +- proto: MothroachCube + entities: + - uid: 17238 + components: + - type: Transform + pos: -20.722902,-65.51291 + parent: 2 +- proto: Multitool + entities: + - uid: 5060 + components: + - type: Transform + pos: -16.649597,-27.420532 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -19.709578,-52.577106 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: -8.503053,-1.3505359 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: 29.4738,-90.37535 + parent: 2 + - uid: 9214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.50261,-42.147453 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: -11.327834,-21.173048 + parent: 2 + - uid: 17299 + components: + - type: Transform + pos: -52.416794,-51.94051 + parent: 2 + - uid: 17750 + components: + - type: Transform + pos: -6.2575126,-43.2814 + parent: 2 + - uid: 18174 + components: + - type: Transform + pos: -53.444557,-43.036716 + parent: 2 +- proto: MysteryFigureBox + entities: + - uid: 2242 + components: + - type: Transform + pos: -2.5720367,-62.92248 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: -2.4001617,-63.37592 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: -1.4688257,-62.51067 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: -1.3820201,-62.802017 + parent: 2 +- proto: NetworkConfigurator + entities: + - uid: 8339 + components: + - type: Transform + pos: -49.51708,-27.465076 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 770 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: 69.5,-55.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: 36.5,-59.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: -45.5,-25.5 + parent: 2 + - uid: 8623 + components: + - type: Transform + pos: 50.5,-77.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + pos: 49.5,-100.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + pos: 50.5,-72.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: 70.5,-24.5 + parent: 2 + - uid: 17370 + components: + - type: Transform + pos: -39.5,-80.5 + parent: 2 + - uid: 17901 + components: + - type: Transform + pos: 50.5,-71.5 + parent: 2 + - uid: 19351 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 +- proto: NitrogenTankFilled + entities: + - uid: 7697 + components: + - type: Transform + pos: 45.59677,-75.42367 + parent: 2 +- proto: NitrousOxideCanister + entities: + - uid: 5055 + components: + - type: Transform + pos: -24.5,-24.5 + parent: 2 +- proto: NitrousOxideTankFilled + entities: + - uid: 6652 + components: + - type: Transform + pos: 11.453939,-25.355179 + parent: 2 +- proto: NodeScanner + entities: + - uid: 7433 + components: + - type: Transform + pos: -16.357931,-27.28502 + parent: 2 + - uid: 19288 + components: + - type: Transform + pos: -16.524597,-27.14951 + parent: 2 + - uid: 19413 + components: + - type: Transform + pos: -61.340405,-25.290606 + parent: 2 +- proto: NoticeBoard + entities: + - uid: 7003 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 2 +- proto: NTDefaultCircuitBoard + entities: + - uid: 18623 + components: + - type: Transform + pos: 78.38787,-47.2619 + parent: 2 +- proto: NuclearBomb + entities: + - uid: 5145 + components: + - type: Transform + pos: 17.5,-42.5 + parent: 2 +- proto: NutimovCircuitBoard + entities: + - uid: 18619 + components: + - type: Transform + pos: 77.60105,-43.356163 + parent: 2 +- proto: OperatingTable + entities: + - uid: 5072 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 5115 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 +- proto: OreBox + entities: + - uid: 17559 + components: + - type: Transform + pos: 49.5,-94.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + pos: 48.5,-94.5 + parent: 2 +- proto: OreProcessor + entities: + - uid: 6925 + components: + - type: Transform + pos: 31.5,-96.5 + parent: 2 +- proto: OrganHumanHeart + entities: + - uid: 17528 + components: + - type: Transform + pos: 82.48561,-72.595604 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 2306 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + pos: -38.5,-80.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: 49.5,-101.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: 34.5,-59.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + pos: 85.5,-70.5 + parent: 2 + - uid: 8624 + components: + - type: Transform + pos: 51.5,-77.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + pos: 68.5,-55.5 + parent: 2 + - uid: 15432 + components: + - type: Transform + pos: 78.5,-49.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + pos: -6.5,-77.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 17902 + components: + - type: Transform + pos: 49.5,-71.5 + parent: 2 + - uid: 17903 + components: + - type: Transform + pos: 49.5,-72.5 + parent: 2 + - uid: 18567 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 18770 + components: + - type: Transform + pos: -52.5,-65.5 + parent: 2 + - uid: 19350 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 19404 + components: + - type: Transform + pos: 55.5,-95.5 + parent: 2 +- proto: OxygenTankFilled + entities: + - uid: 7691 + components: + - type: Transform + pos: 45.417492,-75.34028 + parent: 2 + - uid: 19415 + components: + - type: Transform + parent: 19414 + - type: GasTank + toggleActionEntity: 19416 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 19416 +- proto: PaintingRedBlueYellow + entities: + - uid: 8126 + components: + - type: Transform + pos: 72.5,-47.5 + parent: 2 +- proto: PaintingSadClown + entities: + - uid: 6001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-63.5 + parent: 2 +- proto: PaintingTheGreatWave + entities: + - uid: 18495 + components: + - type: Transform + pos: -39.5,-55.5 + parent: 2 +- proto: PaintingTheScream + entities: + - uid: 7051 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 +- proto: PaladinCircuitBoard + entities: + - uid: 18620 + components: + - type: Transform + pos: 78.47605,-43.408283 + parent: 2 +- proto: Paper + entities: + - uid: 4186 + components: + - type: Transform + pos: 54.276867,-56.4639 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: 54.524124,-56.401188 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: 38.355503,-42.397343 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: 38.652378,-42.350433 + parent: 2 + - uid: 7026 + components: + - type: Transform + pos: 38.496128,-42.334797 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: 67.52061,-48.449734 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: 67.72373,-48.32465 + parent: 2 + - uid: 14321 + components: + - type: Transform + pos: 67.37998,-48.309013 + parent: 2 + - uid: 15341 + components: + - type: Transform + pos: 72.60022,-42.46705 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: 69.470856,-50.452137 + parent: 2 + - uid: 15388 + components: + - type: Transform + pos: 69.595856,-50.56159 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: 72.397095,-42.32633 + parent: 2 + - uid: 17835 + components: + - type: Transform + pos: 23.406704,-90.19731 + parent: 2 + - uid: 17836 + components: + - type: Transform + pos: 23.552538,-90.35367 + parent: 2 + - uid: 17837 + components: + - type: Transform + pos: 23.615038,-90.11392 + parent: 2 + - uid: 19179 + components: + - type: Transform + pos: -48.143295,-45.120937 + parent: 2 + - uid: 19180 + components: + - type: Transform + pos: -47.81517,-45.324207 + parent: 2 + - uid: 19181 + components: + - type: Transform + pos: -48.09642,-45.73074 + parent: 2 +- proto: PaperBin10 + entities: + - uid: 18170 + components: + - type: Transform + pos: -53.5,-48.5 + parent: 2 +- proto: PaperBin20 + entities: + - uid: 1890 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-32.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + pos: 54.5,-54.5 + parent: 2 + - uid: 15424 + components: + - type: Transform + pos: 56.5,-18.5 + parent: 2 +- proto: PaperCaptainsThoughts + entities: + - uid: 5487 + components: + - type: Transform + pos: -44.441452,-54.403904 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: -45.003952,-54.435177 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: -45.128952,-54.403904 + parent: 2 +- proto: PaperCNCSheet + entities: + - uid: 6026 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6035 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6050 + components: + - type: Transform + pos: -1.4479924,-63.323734 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: -1.9558083,-63.42666 + parent: 2 +- proto: PaperScrap + entities: + - uid: 6071 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6072 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6074 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7334 + components: + - type: Transform + pos: 80.35046,-29.185543 + parent: 2 +- proto: ParticleAcceleratorControlBoxUnfinished + entities: + - uid: 18385 + components: + - type: Transform + pos: -24.5,-68.5 + parent: 2 +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 5712 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 +- proto: ParticleAcceleratorEmitterPortUnfinished + entities: + - uid: 5710 + components: + - type: Transform + pos: -22.5,-70.5 + parent: 2 +- proto: ParticleAcceleratorEmitterStarboardUnfinished + entities: + - uid: 5711 + components: + - type: Transform + pos: -24.5,-70.5 + parent: 2 +- proto: ParticleAcceleratorEndCapUnfinished + entities: + - uid: 5714 + components: + - type: Transform + pos: -23.5,-67.5 + parent: 2 +- proto: ParticleAcceleratorFuelChamberUnfinished + entities: + - uid: 5713 + components: + - type: Transform + pos: -23.5,-68.5 + parent: 2 +- proto: ParticleAcceleratorPowerBoxUnfinished + entities: + - uid: 18223 + components: + - type: Transform + pos: -23.5,-69.5 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 911 + components: + - type: Transform + pos: 28.36074,-13.112216 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: 8.83535,-84.2265 + parent: 2 + - uid: 18766 + components: + - type: Transform + pos: 50.644436,-94.45214 + parent: 2 + - uid: 18994 + components: + - type: Transform + pos: -9.543121,3.801337 + parent: 2 +- proto: PartRodMetal1 + entities: + - uid: 16984 + components: + - type: Transform + pos: 1.5015178,-72.55685 + parent: 2 +- proto: Pen + entities: + - uid: 2282 + components: + - type: Transform + pos: 0.61355364,-66.82697 + parent: 2 + - uid: 3577 + components: + - type: Transform + pos: 0.31667864,-66.7957 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 53.839367,-56.307545 + parent: 2 + - uid: 6069 + components: + - type: Transform + parent: 6067 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.720038,-58.25942 + parent: 2 + - uid: 6215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.688788,-58.525227 + parent: 2 + - uid: 15423 + components: + - type: Transform + pos: 56.367588,-18.341982 + parent: 2 + - uid: 17838 + components: + - type: Transform + pos: 23.399412,-90.41783 + parent: 2 + - uid: 19182 + components: + - type: Transform + pos: -48.237045,-46.090363 + parent: 2 +- proto: PersonalAI + entities: + - uid: 19300 + components: + - type: Transform + pos: -9.678529,-26.311075 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 6989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-37.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 2499 + components: + - type: Transform + pos: 10.213623,-84.33916 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: 31.436596,-95.55962 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: 31.47465,-95.26254 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: 10.697998,-84.26103 + parent: 2 +- proto: PillSpaceDrugs + entities: + - uid: 18015 + components: + - type: Transform + pos: 11.351136,-16.024473 + parent: 2 + - uid: 18016 + components: + - type: Transform + pos: 11.413636,-15.802097 + parent: 2 + - uid: 18033 + components: + - type: Transform + pos: 6.340241,-25.15603 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 5052 + components: + - type: Transform + pos: -25.5,-24.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: 53.5,-72.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + pos: 53.5,-71.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: 42.5,-59.5 + parent: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 3583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-55.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-66.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-66.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-66.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-66.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-66.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-63.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-47.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-43.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-55.5 + parent: 2 + - uid: 15234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-46.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-61.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-63.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-61.5 + parent: 2 + - uid: 19317 + components: + - type: Transform + pos: 87.5,-44.5 + parent: 2 +- proto: PlasmaTank + entities: + - uid: 7689 + components: + - type: Transform + pos: 46.41668,-74.34582 + parent: 2 + - uid: 18387 + components: + - type: Transform + pos: -25.621885,-66.30062 + parent: 2 +- proto: PlasmaWindoorSecureAtmosphericsLocked + entities: + - uid: 10456 + components: + - type: Transform + pos: 34.5,-61.5 + parent: 2 + - uid: 19302 + components: + - type: Transform + pos: 36.5,-61.5 + parent: 2 + - uid: 19303 + components: + - type: Transform + pos: 38.5,-61.5 + parent: 2 + - uid: 19304 + components: + - type: Transform + pos: 40.5,-61.5 + parent: 2 + - uid: 19305 + components: + - type: Transform + pos: 42.5,-61.5 + parent: 2 + - uid: 19306 + components: + - type: Transform + pos: 44.5,-61.5 + parent: 2 +- proto: PlasmaWindoorSecureChemistryLocked + entities: + - uid: 6282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-76.5 + parent: 2 + - uid: 6283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-76.5 + parent: 2 + - uid: 6284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-76.5 + parent: 2 +- proto: PlasmaWindoorSecureCommandLocked + entities: + - uid: 2378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-45.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: 76.5,-46.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-45.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + pos: 77.5,-46.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + pos: 78.5,-46.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-44.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-44.5 + parent: 2 + - uid: 15816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-44.5 + parent: 2 + - uid: 17594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-44.5 + parent: 2 + - uid: 17633 + components: + - type: Transform + pos: 79.5,-46.5 + parent: 2 + - uid: 18554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-45.5 + parent: 2 +- proto: PlasmaWindoorSecureEngineeringLocked + entities: + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-74.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-45.5 + parent: 2 + - uid: 15288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-45.5 + parent: 2 + - uid: 17096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-74.5 + parent: 2 + - uid: 17346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-45.5 + parent: 2 +- proto: PlasmaWindoorSecureScienceLocked + entities: + - uid: 11364 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-35.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 +- proto: PlasmaWindoorSecureSecurityLocked + entities: + - uid: 3327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-55.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-55.5 + parent: 2 +- proto: PlasmaWindow + entities: + - uid: 4020 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 5308 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: 50.5,-44.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: 53.5,-44.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + pos: 28.5,-85.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + pos: 21.5,-89.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: 27.5,-89.5 + parent: 2 + - uid: 6684 + components: + - type: Transform + pos: 20.5,-85.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 32.5,-87.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: 32.5,-85.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: 59.5,-74.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: 59.5,-77.5 + parent: 2 +- proto: PlasticFlapsAirtightOpaque + entities: + - uid: 5353 + components: + - type: Transform + pos: 36.5,-26.5 + parent: 2 +- proto: PlayerStationAi + entities: + - uid: 16346 + components: + - type: Transform + pos: 89.5,-45.5 + parent: 2 +- proto: PlushieArachind + entities: + - uid: 19307 + components: + - type: Transform + pos: 35.49261,-72.56146 + parent: 2 + - uid: 19381 + components: + - type: Transform + pos: 68.46672,-46.45258 + parent: 2 +- proto: PlushieAtmosian + entities: + - uid: 892 + components: + - type: Transform + pos: 52.515114,-62.52821 + parent: 2 +- proto: PlushieBee + entities: + - uid: 17397 + components: + - type: MetaData + desc: Know who you can trust... + name: good bee plushie + - type: Transform + pos: 83.24284,-18.388948 + parent: 2 + - uid: 17403 + components: + - type: MetaData + desc: Or is it?... + name: evil bee plushie + - type: Transform + pos: 83.57618,-18.55573 + parent: 2 +- proto: PlushieHuman + entities: + - uid: 17580 + components: + - type: Transform + pos: 10.276115,-44.41428 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 17523 + components: + - type: Transform + pos: 83.557396,-72.530266 + parent: 2 +- proto: PlushieLizardMirrored + entities: + - uid: 11678 + components: + - type: Transform + pos: 68.47602,-17.33558 + parent: 2 +- proto: PlushieMoth + entities: + - uid: 16246 + components: + - type: Transform + pos: 48.50465,-14.873544 + parent: 2 + - uid: 17367 + components: + - type: Transform + pos: -31.508543,-62.98768 + parent: 2 +- proto: PlushieRGBee + entities: + - uid: 15420 + components: + - type: Transform + pos: 42.419292,-16.548712 + parent: 2 +- proto: PlushieRouny + entities: + - uid: 6030 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.765907,-20.743614 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 5725 + components: + - type: Transform + pos: -51.349125,-60.39075 + parent: 2 +- proto: PlushieSharkGrey + entities: + - uid: 18453 + components: + - type: Transform + pos: -50.612316,-60.515007 + parent: 2 +- proto: PlushieSharkPink + entities: + - uid: 16676 + components: + - type: Transform + pos: -51.020004,-60.457893 + parent: 2 +- proto: PlushieVox + entities: + - uid: 19377 + components: + - type: Transform + pos: 9.483602,-47.419678 + parent: 2 +- proto: PlushieXeno + entities: + - uid: 11682 + components: + - type: Transform + pos: 69.4742,-17.51508 + parent: 2 + - uid: 12704 + components: + - type: Transform + pos: -22.499308,-16.520548 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 3006 + components: + - type: Transform + pos: 58.5,-55.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + pos: 62.5,-35.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 4378 + components: + - type: Transform + pos: 72.5,-55.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + pos: -49.5,-67.5 + parent: 2 + - uid: 16976 + components: + - type: Transform + pos: 36.5,-38.5 + parent: 2 + - uid: 17972 + components: + - type: Transform + pos: -41.5,-36.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: 18.5,-58.5 + parent: 2 + - uid: 19385 + components: + - type: Transform + pos: 45.5,-72.5 + parent: 2 + - uid: 19388 + components: + - type: Transform + pos: -33.5,-69.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 7446 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + pos: -11.5,-66.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 5729 + components: + - type: Transform + pos: -11.5,-65.5 + parent: 2 + - uid: 16979 + components: + - type: Transform + pos: 37.5,-91.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 7976 + components: + - type: Transform + pos: 31.5,-76.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: 32.5,-76.5 + parent: 2 +- proto: PosterContrabandAmbrosiaVulgaris + entities: + - uid: 17215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-50.5 + parent: 2 +- proto: PosterContrabandAtmosiaDeclarationIndependence + entities: + - uid: 17214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-62.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 5968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-64.5 + parent: 2 + - uid: 19271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-58.5 + parent: 2 + - uid: 19272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-63.5 + parent: 2 +- proto: PosterContrabandDonk + entities: + - uid: 2807 + components: + - type: Transform + pos: 13.5,-85.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-99.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-86.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-90.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-93.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-94.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-94.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: 30.5,-102.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-83.5 + parent: 2 + - uid: 16969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-83.5 + parent: 2 + - uid: 16970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-86.5 + parent: 2 + - uid: 16971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-86.5 + parent: 2 + - uid: 17229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-102.5 + parent: 2 + - uid: 17230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-102.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + pos: 36.5,-89.5 + parent: 2 + - uid: 18530 + components: + - type: Transform + pos: 11.5,-76.5 + parent: 2 + - uid: 18538 + components: + - type: Transform + pos: 16.5,-85.5 + parent: 2 +- proto: PosterContrabandDonutCorp + entities: + - uid: 17316 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 +- proto: PosterContrabandEAT + entities: + - uid: 15130 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - uid: 16638 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 +- proto: PosterContrabandEnergySwords + entities: + - uid: 18496 + components: + - type: Transform + pos: -48.5,-60.5 + parent: 2 +- proto: PosterContrabandExoAcid + entities: + - uid: 19147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-59.5 + parent: 2 + - uid: 19169 + components: + - type: Transform + pos: -41.5,-15.5 + parent: 2 + - uid: 19176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 2 + - uid: 19211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-18.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + pos: 21.5,-64.5 + parent: 2 +- proto: PosterContrabandExoChomp + entities: + - uid: 18764 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-26.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-43.5 + parent: 2 + - uid: 19191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-33.5 + parent: 2 + - uid: 19202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-18.5 + parent: 2 +- proto: PosterContrabandExoRun + entities: + - uid: 19152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-43.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-24.5 + parent: 2 + - uid: 19172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-60.5 + parent: 2 + - uid: 19190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-21.5 + parent: 2 + - uid: 19192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-36.5 + parent: 2 +- proto: PosterContrabandLamarr + entities: + - uid: 17407 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 +- proto: PosterContrabandRealExomorph + entities: + - uid: 2474 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-27.5 + parent: 2 +- proto: PosterContrabandRouny + entities: + - uid: 2672 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 19218 + components: + - type: Transform + pos: 73.5,-37.5 + parent: 2 + - uid: 19219 + components: + - type: Transform + pos: -6.5,-60.5 + parent: 2 + - uid: 19316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-20.5 + parent: 2 +- proto: PosterContrabandTools + entities: + - uid: 19383 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 +- proto: PosterContrabandWehWatches + entities: + - uid: 16274 + components: + - type: Transform + pos: 51.5,-16.5 + parent: 2 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 2842 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 +- proto: PosterLegitBuild + entities: + - uid: 3712 + components: + - type: Transform + pos: 50.5,-31.5 + parent: 2 + - uid: 17216 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 2 + - uid: 17217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-48.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + pos: -15.5,-63.5 + parent: 2 +- proto: PosterLegitDickGumshue + entities: + - uid: 7263 + components: + - type: Transform + pos: 71.5,-49.5 + parent: 2 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 7071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-39.5 + parent: 2 + - uid: 18195 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 +- proto: PosterLegitEnlist + entities: + - uid: 7072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-38.5 + parent: 2 +- proto: PosterLegitFoamForceAd + entities: + - uid: 14308 + components: + - type: Transform + pos: 64.5,-68.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: 64.5,-71.5 + parent: 2 +- proto: PosterLegitHelpOthers + entities: + - uid: 17218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 2 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 18196 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 18017 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 17036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-21.5 + parent: 2 +- proto: PosterLegitLoveIan + entities: + - uid: 17035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-55.5 + parent: 2 + - uid: 18021 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 6000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-63.5 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 16293 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-15.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-18.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-57.5 + parent: 2 + - uid: 17221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 2 + - uid: 18732 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 18733 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 +- proto: PosterLegitNoERP + entities: + - uid: 7338 + components: + - type: Transform + pos: 81.5,-28.5 + parent: 2 +- proto: PosterLegitObey + entities: + - uid: 7159 + components: + - type: Transform + pos: 66.5,-36.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: 65.5,-16.5 + parent: 2 +- proto: PosterLegitRenault + entities: + - uid: 18031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-54.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 7069 + components: + - type: Transform + pos: 31.5,-47.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + pos: 65.5,-48.5 + parent: 2 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 19241 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 +- proto: PosterLegitSafetyInternals + entities: + - uid: 17219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 2 + - uid: 18774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-67.5 + parent: 2 +- proto: PosterLegitSafetyMothDelam + entities: + - uid: 17232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-60.5 + parent: 2 +- proto: PosterLegitSafetyMothEpi + entities: + - uid: 17233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-61.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 17234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-63.5 + parent: 2 + - uid: 18773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-67.5 + parent: 2 +- proto: PosterLegitSafetyMothMeth + entities: + - uid: 17235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-62.5 + parent: 2 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 17236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-64.5 + parent: 2 +- proto: PosterLegitSafetyReport + entities: + - uid: 15143 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 +- proto: PosterLegitSecWatch + entities: + - uid: 7068 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 +- proto: PosterLegitStateLaws + entities: + - uid: 17222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-38.5 + parent: 2 +- proto: PosterLegitTyrone + entities: + - uid: 18011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 +- proto: PosterLegitWalk + entities: + - uid: 15144 + components: + - type: Transform + pos: 62.5,-15.5 + parent: 2 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 17220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 +- proto: PottedPlant0 + entities: + - uid: 7795 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 +- proto: PottedPlant13 + entities: + - uid: 6262 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 17133 + components: + - type: Transform + pos: -48.5,-62.5 + parent: 2 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 18457 +- proto: PottedPlant19 + entities: + - uid: 15113 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 2 + - uid: 17132 + components: + - type: Transform + pos: -36.5,-66.5 + parent: 2 +- proto: PottedPlant2 + entities: + - uid: 3525 + components: + - type: Transform + pos: 52.5,-54.5 + parent: 2 +- proto: PottedPlant22 + entities: + - uid: 206 + components: + - type: Transform + pos: 67.5,-50.5 + parent: 2 + - uid: 17301 + components: + - type: Transform + pos: -61.24472,-24.790556 + parent: 2 +- proto: PottedPlant7 + entities: + - uid: 17134 + components: + - type: Transform + pos: 3.5,-69.5 + parent: 2 + - uid: 17422 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 5794 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: 22.5,-76.5 + parent: 2 +- proto: PottedPlantRandomPlastic + entities: + - uid: 18249 + components: + - type: Transform + pos: 15.5,-89.5 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 1670 + components: + - type: Transform + pos: -12.257856,-28.32542 + parent: 2 + - uid: 19374 + components: + - type: Transform + pos: -22.293167,-52.05227 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 346 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-64.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: -22.5,-52.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + pos: 77.5,-21.5 + parent: 2 + - uid: 18523 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 +- proto: PowerComputerCircuitboard + entities: + - uid: 18307 + components: + - type: Transform + pos: 27.430498,-64.62934 + parent: 2 +- proto: Poweredlight + entities: + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-40.5 + parent: 2 + - uid: 468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-15.5 + parent: 2 + - uid: 850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-32.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-40.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-25.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-58.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: 26.5,-48.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-70.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-66.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-57.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-48.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-39.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-62.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-40.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-53.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: 64.5,-23.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-30.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-26.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-71.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-18.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-17.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: 63.5,-16.5 + parent: 2 + - uid: 4347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-52.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-61.5 + parent: 2 + - uid: 4921 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 2 + - uid: 5084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-21.5 + parent: 2 + - uid: 5122 + components: + - type: Transform + pos: -17.5,-37.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-70.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-31.5 + parent: 2 + - uid: 5376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-69.5 + parent: 2 + - uid: 5403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-49.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-67.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-20.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-34.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-43.5 + parent: 2 + - uid: 6620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-43.5 + parent: 2 + - uid: 7096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-59.5 + parent: 2 + - uid: 7098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-57.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-21.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: 61.5,-48.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-23.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-16.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-52.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-57.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-32.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-32.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-37.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-70.5 + parent: 2 + - type: Timer + - uid: 7943 + components: + - type: Transform + pos: 60.5,-41.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + pos: 40.5,-52.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-12.5 + parent: 2 + - uid: 8037 + components: + - type: Transform + pos: 33.5,-52.5 + parent: 2 + - uid: 8181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-64.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-51.5 + parent: 2 + - uid: 8822 + components: + - type: Transform + pos: 77.5,-43.5 + parent: 2 + - uid: 9074 + components: + - type: Transform + pos: 11.5,-77.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: 66.5,-54.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-46.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-45.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-21.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 56.5,-48.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-55.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-32.5 + parent: 2 + - uid: 9679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-29.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-13.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-72.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-39.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 10645 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-52.5 + parent: 2 + - uid: 10802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-52.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-57.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-18.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: 50.5,-49.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-34.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-28.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-20.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-70.5 + parent: 2 + - uid: 11916 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-27.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-27.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-21.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-26.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + pos: 57.5,-23.5 + parent: 2 + - uid: 13208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-29.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-28.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-27.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-21.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: 67.5,-50.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-29.5 + parent: 2 + - uid: 13867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-34.5 + parent: 2 + - uid: 13875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-47.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-16.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,0.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-15.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 13987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-20.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-22.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-33.5 + parent: 2 + - uid: 14003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-33.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-36.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-36.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-47.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-41.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: -26.5,-55.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-51.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-51.5 + parent: 2 + - uid: 14033 + components: + - type: Transform + pos: -12.5,-58.5 + parent: 2 + - uid: 14037 + components: + - type: Transform + pos: -21.5,-66.5 + parent: 2 + - uid: 14038 + components: + - type: Transform + pos: -25.5,-66.5 + parent: 2 + - uid: 14039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-66.5 + parent: 2 + - uid: 14040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-62.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 2 + - uid: 14050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-76.5 + parent: 2 + - uid: 14054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-63.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-54.5 + parent: 2 + - uid: 14057 + components: + - type: Transform + pos: -31.5,-51.5 + parent: 2 + - uid: 14059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-60.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-63.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-63.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-63.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-65.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-57.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + pos: 8.5,-47.5 + parent: 2 + - uid: 14072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-49.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-51.5 + parent: 2 + - uid: 14074 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 14077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-57.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-61.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-56.5 + parent: 2 + - uid: 14082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-59.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-51.5 + parent: 2 + - uid: 14085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 14087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-55.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + pos: 5.5,-65.5 + parent: 2 + - uid: 14095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-69.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: -2.5,-69.5 + parent: 2 + - uid: 14107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-76.5 + parent: 2 + - uid: 14108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-79.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-79.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + pos: 22.5,-76.5 + parent: 2 + - uid: 14111 + components: + - type: Transform + pos: 26.5,-76.5 + parent: 2 + - uid: 14112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-85.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-81.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-81.5 + parent: 2 + - uid: 14116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 2 + - uid: 14117 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 14120 + components: + - type: Transform + pos: 11.5,-71.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 14128 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 2 + - uid: 14129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-27.5 + parent: 2 + - uid: 14130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-26.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 14133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-39.5 + parent: 2 + - uid: 14134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-41.5 + parent: 2 + - uid: 14135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-41.5 + parent: 2 + - uid: 14136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - uid: 14145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-13.5 + parent: 2 + - uid: 14146 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 14147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 + - uid: 14150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-16.5 + parent: 2 + - uid: 14151 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 14154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 2 + - uid: 14158 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-22.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-25.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-21.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-27.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + pos: -32.5,-33.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-37.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-39.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-31.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-47.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-43.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-49.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: -32.5,-41.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-47.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-43.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-48.5 + parent: 2 + - uid: 14176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-42.5 + parent: 2 + - uid: 14177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-39.5 + parent: 2 + - uid: 14180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-54.5 + parent: 2 + - uid: 14182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-48.5 + parent: 2 + - uid: 14183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-42.5 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 14185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-48.5 + parent: 2 + - uid: 14186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-42.5 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: -54.5,-43.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-47.5 + parent: 2 + - uid: 14202 + components: + - type: Transform + pos: 18.5,-91.5 + parent: 2 + - uid: 14204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-93.5 + parent: 2 + - uid: 14205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-89.5 + parent: 2 + - uid: 14206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-99.5 + parent: 2 + - uid: 14207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-99.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-101.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-101.5 + parent: 2 + - uid: 14210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-95.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-93.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-90.5 + parent: 2 + - uid: 14215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-54.5 + parent: 2 + - uid: 14216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-79.5 + parent: 2 + - uid: 14217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-73.5 + parent: 2 + - type: Timer + - uid: 14218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-68.5 + parent: 2 + - type: Timer + - uid: 14219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-55.5 + parent: 2 + - uid: 14220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-64.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-51.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-58.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-58.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-55.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-51.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + pos: 22.5,-48.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-54.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-39.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-45.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 41.5,-40.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-52.5 + parent: 2 + - uid: 14275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-21.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-18.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-17.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-39.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-45.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-73.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-39.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + pos: 39.5,-56.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-57.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + anchored: False + rot: -1.5707963267948966 rad + pos: 46.791668,-56.61883 + parent: 1 + - uid: 14338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-18.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + pos: 49.5,-18.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-14.5 + parent: 2 + - uid: 14346 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,-46.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,-44.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + pos: 86.5,-43.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-47.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-74.5 + parent: 2 + - uid: 14413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-72.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-67.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-50.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-63.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-54.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-68.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-23.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 + - uid: 15277 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-21.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: 53.5,-18.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-35.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 15881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-14.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-17.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-86.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-84.5 + parent: 2 + - uid: 16364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-100.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-29.5 + parent: 2 + - uid: 16374 + components: + - type: Transform + pos: 68.5,-31.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-39.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-40.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-68.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-69.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-60.5 + parent: 2 + - uid: 16580 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 17094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-29.5 + parent: 2 + - uid: 17260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-25.5 + parent: 2 + - uid: 17280 + components: + - type: Transform + pos: 39.5,-23.5 + parent: 2 + - uid: 17290 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 17332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-67.5 + parent: 2 + - uid: 17416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-31.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-75.5 + parent: 2 + - uid: 17806 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 17831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-89.5 + parent: 2 + - uid: 17832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-89.5 + parent: 2 + - uid: 17925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-55.5 + parent: 2 + - uid: 18066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-17.5 + parent: 2 + - uid: 18069 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 18070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-13.5 + parent: 2 + - uid: 18071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-14.5 + parent: 2 + - uid: 18072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-10.5 + parent: 2 + - uid: 18073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-27.5 + parent: 2 + - uid: 18074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-39.5 + parent: 2 + - uid: 18075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-39.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-50.5 + parent: 2 + - uid: 18077 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - uid: 18078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-37.5 + parent: 2 + - uid: 18079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-52.5 + parent: 2 + - uid: 18081 + components: + - type: Transform + pos: -36.5,-64.5 + parent: 2 + - uid: 18082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-62.5 + parent: 2 + - uid: 18083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-61.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-64.5 + parent: 2 + - uid: 18085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-78.5 + parent: 2 + - uid: 18086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-78.5 + parent: 2 + - uid: 18087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-78.5 + parent: 2 + - uid: 18088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-78.5 + parent: 2 + - uid: 18089 + components: + - type: Transform + pos: 16.5,-65.5 + parent: 2 + - uid: 18090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-69.5 + parent: 2 + - uid: 18093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-89.5 + parent: 2 + - uid: 18094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-101.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-100.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-100.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-85.5 + parent: 2 + - uid: 18098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-85.5 + parent: 2 + - uid: 18108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-47.5 + parent: 2 + - uid: 18110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-46.5 + parent: 2 + - uid: 18111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-46.5 + parent: 2 + - uid: 18112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-15.5 + parent: 2 + - uid: 18113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-17.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-16.5 + parent: 2 + - uid: 18115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-23.5 + parent: 2 + - uid: 18116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-16.5 + parent: 2 + - uid: 18121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 18122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-17.5 + parent: 2 + - uid: 18123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-36.5 + parent: 2 + - uid: 18124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-36.5 + parent: 2 + - uid: 18125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-62.5 + parent: 2 + - uid: 18126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-25.5 + parent: 2 + - uid: 18127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-16.5 + parent: 2 + - uid: 18128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-79.5 + parent: 2 + - uid: 18138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-52.5 + parent: 2 + - uid: 18139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-38.5 + parent: 2 + - uid: 18140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-55.5 + parent: 2 + - uid: 18141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-35.5 + parent: 2 + - uid: 18142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-47.5 + parent: 2 + - uid: 18143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-43.5 + parent: 2 + - uid: 18144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-53.5 + parent: 2 + - uid: 18145 + components: + - type: Transform + pos: -16.5,-52.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-47.5 + parent: 2 + - uid: 18147 + components: + - type: Transform + pos: -8.5,-47.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-27.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-25.5 + parent: 2 + - uid: 18153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-22.5 + parent: 2 + - uid: 18154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-23.5 + parent: 2 + - uid: 18155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-58.5 + parent: 2 + - uid: 18157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-18.5 + parent: 2 + - uid: 18158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-42.5 + parent: 2 + - uid: 18176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-64.5 + parent: 2 + - uid: 18177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-64.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-70.5 + parent: 2 + - uid: 18179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-70.5 + parent: 2 + - uid: 18188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-98.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: 11.5,-92.5 + parent: 2 + - uid: 18191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-93.5 + parent: 2 + - uid: 18192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-69.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - uid: 18306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-68.5 + parent: 2 + - uid: 18357 + components: + - type: Transform + pos: 39.5,-63.5 + parent: 2 + - uid: 18406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-10.5 + parent: 2 + - uid: 18525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-46.5 + parent: 2 + - uid: 18629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-26.5 + parent: 2 + - uid: 18630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-32.5 + parent: 2 + - uid: 18784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-15.5 + parent: 2 + - uid: 19020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-52.5 + parent: 2 + - uid: 19026 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + pos: -49.5,-49.5 + parent: 2 + - uid: 19032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-41.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-40.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-50.5 + parent: 2 + - uid: 19199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-55.5 + parent: 2 + - uid: 19270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-61.5 + parent: 2 + - uid: 19328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-69.5 + parent: 2 + - uid: 19398 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 +- proto: PoweredlightExterior + entities: + - uid: 3206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-9.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + pos: -16.5,-74.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: -30.5,-74.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-23.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-59.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.5,-48.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.5,-42.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-7.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-31.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-68.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-65.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-22.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-25.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: 50.5,-80.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-71.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-67.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-19.5 + parent: 2 + - uid: 15286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-10.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + pos: -4.5,-82.5 + parent: 2 + - uid: 16436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 16439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 2 + - uid: 17209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-102.5 + parent: 2 + - uid: 17210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-102.5 + parent: 2 + - uid: 18241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-81.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-81.5 + parent: 2 + - uid: 18243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-77.5 + parent: 2 + - uid: 18244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-77.5 + parent: 2 + - uid: 18245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-84.5 + parent: 2 +- proto: PoweredlightGreen + entities: + - uid: 5201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-42.5 + parent: 2 +- proto: PoweredlightPink + entities: + - uid: 3215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-43.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-41.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 2 + - uid: 17739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-41.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-97.5 + parent: 2 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-100.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-97.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-100.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-67.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-25.5 + parent: 2 + - uid: 1702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-90.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-74.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-64.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-68.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-77.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-61.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: -35.5,-60.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-61.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-61.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-61.5 + parent: 2 + - uid: 4983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-77.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-61.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: 48.5,-74.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-61.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-43.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + pos: 43.5,-75.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + pos: -47.5,-64.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-70.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-72.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-62.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + pos: -41.5,-75.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-73.5 + parent: 2 + - uid: 9848 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-29.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-45.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-57.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-43.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + pos: 60.5,-65.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-70.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: 20.5,-63.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-32.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-101.5 + parent: 2 + - uid: 13391 + components: + - type: Transform + pos: 49.5,-96.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-7.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-25.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-23.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-43.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-63.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-64.5 + parent: 2 + - uid: 14041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-60.5 + parent: 2 + - uid: 14076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-59.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-62.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - uid: 14090 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 14091 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: -3.5,-61.5 + parent: 2 + - uid: 14099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-67.5 + parent: 2 + - uid: 14100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-64.5 + parent: 2 + - uid: 14101 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 14103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-72.5 + parent: 2 + - uid: 14132 + components: + - type: Transform + pos: -24.5,-29.5 + parent: 2 + - uid: 14137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-22.5 + parent: 2 + - uid: 14142 + components: + - type: Transform + pos: -20.5,-44.5 + parent: 2 + - uid: 14155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-12.5 + parent: 2 + - uid: 14156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-14.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-25.5 + parent: 2 + - uid: 14178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-54.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-54.5 + parent: 2 + - uid: 14181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-54.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-37.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-68.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-62.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: -40.5,-61.5 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: -44.5,-61.5 + parent: 2 + - uid: 14195 + components: + - type: Transform + pos: -56.5,-68.5 + parent: 2 + - uid: 14196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-88.5 + parent: 2 + - uid: 14197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-73.5 + parent: 2 + - uid: 14198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-70.5 + parent: 2 + - uid: 14213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-86.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - uid: 14230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-50.5 + parent: 2 + - uid: 14231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-50.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-41.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-62.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + pos: 70.5,-67.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-65.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-70.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-23.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-20.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-22.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 41.5,-37.5 + parent: 2 + - uid: 14418 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-25.5 + parent: 2 + - uid: 14428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-69.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-25.5 + parent: 2 + - uid: 15271 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-49.5 + parent: 2 + - uid: 15410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-60.5 + parent: 2 + - uid: 15429 + components: + - type: Transform + pos: 74.5,-58.5 + parent: 2 + - uid: 15430 + components: + - type: Transform + pos: 77.5,-51.5 + parent: 2 + - uid: 15435 + components: + - type: Transform + pos: 67.5,-65.5 + parent: 2 + - uid: 15437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-45.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + pos: 70.5,-40.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-40.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: 4.5,-75.5 + parent: 2 + - uid: 16378 + components: + - type: Transform + pos: 69.5,-37.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-22.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-23.5 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-64.5 + parent: 2 + - uid: 16539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-56.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-41.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-31.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-77.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-91.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-59.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-43.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-36.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: 71.5,-71.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-63.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-76.5 + parent: 2 + - uid: 17137 + components: + - type: Transform + pos: -30.5,-60.5 + parent: 2 + - uid: 17261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-24.5 + parent: 2 + - uid: 17274 + components: + - type: Transform + pos: 18.5,-82.5 + parent: 2 + - uid: 17402 + components: + - type: Transform + pos: 76.5,-19.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: 38.5,-75.5 + parent: 2 + - uid: 17746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-82.5 + parent: 2 + - uid: 17840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-90.5 + parent: 2 + - uid: 17959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 2 + - uid: 17960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-17.5 + parent: 2 + - type: PointLight + enabled: False + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 17961 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 18030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-23.5 + parent: 2 + - uid: 18065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-69.5 + parent: 2 + - uid: 18080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-67.5 + parent: 2 + - uid: 18099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-101.5 + parent: 2 + - uid: 18107 + components: + - type: Transform + pos: 34.5,-48.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 2 + - uid: 18120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-29.5 + parent: 2 + - uid: 18137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-37.5 + parent: 2 + - uid: 18156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-47.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-21.5 + parent: 2 + - uid: 18190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-90.5 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 19074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-34.5 + parent: 2 + - uid: 19243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-29.5 + parent: 2 + - uid: 19273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-64.5 + parent: 2 + - uid: 19291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-70.5 + parent: 2 + - uid: 19405 + components: + - type: Transform + pos: 54.5,-97.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 17952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-13.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 17953 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PrefilledSyringe + entities: + - uid: 7785 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + pos: 3.6685677,-79.358284 + parent: 2 +- proto: Protolathe + entities: + - uid: 8016 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 +- proto: ProximitySensor + entities: + - uid: 4726 + components: + - type: Transform + pos: 69.654045,-72.594284 + parent: 2 +- proto: Puddle + entities: + - uid: 16818 + components: + - type: Transform + pos: 79.5,-29.5 + parent: 2 +- proto: PuddleBlood + entities: + - uid: 1197 + components: + - type: Transform + pos: 42.5,-28.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + pos: 41.5,-28.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + pos: 79.5,-26.5 + parent: 2 + - uid: 16812 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 16814 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + pos: -14.5,-47.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + pos: -13.5,-49.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + pos: -12.5,-49.5 + parent: 2 + - uid: 16823 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + pos: -28.5,-57.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + pos: -26.5,-44.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 + - uid: 17479 + components: + - type: Transform + pos: 79.5,-27.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + pos: 82.5,-72.5 + parent: 2 + - uid: 18332 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 18333 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 18549 + components: + - type: Transform + pos: -2.5,-72.5 + parent: 2 + - uid: 18550 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 18551 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 18823 + components: + - type: Transform + pos: 56.5,-49.5 + parent: 2 + - uid: 18824 + components: + - type: Transform + pos: 55.5,-49.5 + parent: 2 + - uid: 18825 + components: + - type: Transform + pos: 56.5,-50.5 + parent: 2 + - uid: 18826 + components: + - type: Transform + pos: 57.5,-49.5 + parent: 2 + - uid: 18835 + components: + - type: Transform + pos: 56.5,-48.5 + parent: 2 +- proto: PuddleBloodSmall + entities: + - uid: 1797 + components: + - type: Transform + pos: 75.5,-23.5 + parent: 2 + - uid: 7101 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + pos: 75.5,-25.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + pos: 77.5,-55.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + pos: 74.5,-43.5 + parent: 2 + - uid: 16052 + components: + - type: Transform + pos: 74.5,-42.5 + parent: 2 + - uid: 16098 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 16811 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 16813 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + pos: -28.5,-56.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + pos: -27.5,-57.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + pos: -26.5,-46.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: -26.5,-42.5 + parent: 2 + - uid: 17468 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 17480 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 17481 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 17968 + components: + - type: Transform + pos: 75.5,-24.5 + parent: 2 + - uid: 18023 + components: + - type: Transform + pos: 76.5,-51.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: 79.5,-31.5 + parent: 2 + - uid: 18552 + components: + - type: Transform + pos: -3.5,-73.5 + parent: 2 + - uid: 18562 + components: + - type: Transform + pos: 1.5,-73.5 + parent: 2 + - uid: 18836 + components: + - type: Transform + pos: 54.5,-50.5 + parent: 2 +- proto: PuddleFluorosulfuricAcid + entities: + - uid: 7934 + components: + - type: Transform + pos: -29.5,-47.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 63.5,-50.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + pos: 64.5,-50.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 16523 + components: + - type: Transform + pos: 43.5,-25.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 17462 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 17463 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 17465 + components: + - type: Transform + pos: 77.5,-53.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 17696 + components: + - type: Transform + pos: -29.5,-46.5 + parent: 2 + - uid: 18819 + components: + - type: Transform + pos: 63.5,-51.5 + parent: 2 + - uid: 18820 + components: + - type: Transform + pos: 63.5,-49.5 + parent: 2 + - uid: 18821 + components: + - type: Transform + pos: 64.5,-49.5 + parent: 2 + - uid: 18822 + components: + - type: Transform + pos: 62.5,-50.5 + parent: 2 + - uid: 18934 + components: + - type: Transform + pos: 65.5,-50.5 + parent: 2 + - uid: 18935 + components: + - type: Transform + pos: 65.5,-49.5 + parent: 2 +- proto: PuddleFluorosulfuricAcidSmall + entities: + - uid: 17455 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 17459 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 17464 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 + - uid: 17466 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 17467 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 17478 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 17483 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 18335 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: -28.5,-47.5 + parent: 2 + - uid: 19050 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 +- proto: Rack + entities: + - uid: 893 + components: + - type: Transform + pos: 68.5,-31.5 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 2 + - uid: 2503 + components: + - type: Transform + pos: 11.5,-84.5 + parent: 2 + - uid: 2746 + components: + - type: Transform + pos: 10.5,-77.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-22.5 + parent: 2 + - uid: 2830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-22.5 + parent: 2 + - uid: 3342 + components: + - type: Transform + pos: 47.5,-71.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: 47.5,-72.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: 60.5,-57.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: -41.5,-38.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: -14.5,-63.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: -19.5,-51.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-77.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: 46.5,-47.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 6718 + components: + - type: Transform + pos: 31.5,-95.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-19.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-19.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: 73.5,-22.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: 27.5,-73.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: 27.5,-72.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: 27.5,-61.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 27.5,-60.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: 29.5,-60.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-69.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-69.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-67.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-69.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: 67.5,-31.5 + parent: 2 + - uid: 8169 + components: + - type: Transform + pos: 85.5,-22.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + pos: -45.5,-14.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + pos: -41.5,-26.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-25.5 + parent: 2 + - uid: 8337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-27.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-27.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + pos: 30.5,-78.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + pos: 29.5,-78.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: 55.5,-46.5 + parent: 2 + - uid: 10657 + components: + - type: Transform + pos: 80.5,-23.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-61.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + pos: 62.5,-56.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-63.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-64.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 60.5,-36.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-66.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-77.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: 29.5,-33.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: 52.5,-30.5 + parent: 2 + - uid: 17120 + components: + - type: Transform + pos: -36.5,-78.5 + parent: 2 + - uid: 17135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-62.5 + parent: 2 + - uid: 17354 + components: + - type: Transform + pos: -35.5,-31.5 + parent: 2 + - uid: 17355 + components: + - type: Transform + pos: -31.5,-31.5 + parent: 2 + - uid: 17426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-36.5 + parent: 2 + - uid: 17532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-74.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-74.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 17792 + components: + - type: Transform + pos: 71.5,-59.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: 45.5,-48.5 + parent: 2 + - uid: 19045 + components: + - type: Transform + pos: 64.5,-70.5 + parent: 2 + - uid: 19046 + components: + - type: Transform + pos: 64.5,-69.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + pos: 32.5,-61.5 + parent: 2 + - uid: 19297 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 19357 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 19403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-94.5 + parent: 2 +- proto: RadiationCollectorFullTank + entities: + - uid: 13281 + components: + - type: Transform + pos: -28.5,-72.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: -17.5,-72.5 + parent: 2 + - uid: 13387 + components: + - type: Transform + pos: -27.5,-72.5 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: -18.5,-72.5 + parent: 2 + - uid: 19318 + components: + - type: Transform + pos: -19.5,-72.5 + parent: 2 + - uid: 19320 + components: + - type: Transform + pos: -29.5,-72.5 + parent: 2 +- proto: RadioHandheld + entities: + - uid: 6985 + components: + - type: Transform + pos: 51.540493,-98.731224 + parent: 2 + - uid: 6986 + components: + - type: Transform + pos: 51.837368,-98.40287 + parent: 2 +- proto: RagItem + entities: + - uid: 17438 + components: + - type: Transform + pos: 35.50489,-50.349213 + parent: 2 + - uid: 17711 + components: + - type: Transform + pos: 1.841008,-62.38891 + parent: 2 +- proto: Railing + entities: + - uid: 613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 2 + - uid: 1835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-49.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-50.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + pos: 19.5,-83.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: 18.5,-83.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-46.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-55.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-47.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-52.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-53.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: -46.5,-48.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-42.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: 56.5,-14.5 + parent: 2 + - uid: 11466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-18.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + pos: 55.5,-14.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: 54.5,-14.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-18.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-18.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-18.5 + parent: 2 + - uid: 13392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-18.5 + parent: 2 + - uid: 16477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-46.5 + parent: 2 + - uid: 16478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-46.5 + parent: 2 + - uid: 17034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-79.5 + parent: 2 + - uid: 17039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-79.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-79.5 + parent: 2 + - uid: 17049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-79.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-78.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + pos: -46.5,-76.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-14.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 5453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-54.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-14.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-17.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-83.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-18.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + pos: 49.5,-18.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-17.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 5150 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 + - uid: 14139 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - uid: 18376 + components: + - type: Transform + pos: -38.5,-77.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 3389 + components: + - type: Transform + pos: 75.5,-62.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: 66.5,-69.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 6755 + components: + - type: Transform + pos: 11.5,-94.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: 13.5,-96.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: 31.5,-44.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 2 +- proto: RandomDrinkSoda + entities: + - uid: 17047 + components: + - type: Transform + pos: -8.5,-77.5 + parent: 2 +- proto: RandomFoodBakedSingle + entities: + - uid: 3388 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 +- proto: RandomFoodMeal + entities: + - uid: 5235 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: 21.5,-61.5 + parent: 2 + - uid: 17376 + components: + - type: Transform + pos: 5.5,-69.5 + parent: 2 +- proto: RandomGreyStalagmite + entities: + - uid: 3766 + components: + - type: Transform + pos: -9.5,-75.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + pos: 65.5,-59.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + pos: 65.5,-58.5 + parent: 2 + - uid: 9711 + components: + - type: Transform + pos: 56.5,-68.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + pos: -35.5,-74.5 + parent: 2 + - uid: 17353 + components: + - type: Transform + pos: 71.5,-71.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + pos: -42.5,-79.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + pos: -36.5,-80.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + pos: -43.5,-79.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + pos: -8.5,-75.5 + parent: 2 + - uid: 17732 + components: + - type: Transform + pos: 72.5,-59.5 + parent: 2 + - uid: 17733 + components: + - type: Transform + pos: 76.5,-58.5 + parent: 2 + - uid: 17778 + components: + - type: Transform + pos: 66.5,-59.5 + parent: 2 + - uid: 17781 + components: + - type: Transform + pos: 77.5,-58.5 + parent: 2 + - uid: 17782 + components: + - type: Transform + pos: -36.5,-74.5 + parent: 2 + - uid: 17784 + components: + - type: Transform + pos: -36.5,-73.5 + parent: 2 + - uid: 17785 + components: + - type: Transform + pos: -35.5,-75.5 + parent: 2 + - uid: 18262 + components: + - type: Transform + pos: 45.5,-49.5 + parent: 2 + - uid: 18509 + components: + - type: Transform + pos: 36.5,-32.5 + parent: 2 + - uid: 18512 + components: + - type: Transform + pos: 35.5,-32.5 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: 66.5,-60.5 + parent: 2 + - uid: 19362 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 2249 + components: + - type: Transform + pos: 53.5,-47.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 +- proto: RandomPainting + entities: + - uid: 5900 + components: + - type: Transform + pos: -45.5,-60.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: -41.5,-60.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 15134 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - uid: 17225 + components: + - type: Transform + pos: 16.5,-98.5 + parent: 2 + - uid: 17226 + components: + - type: Transform + pos: 32.5,-89.5 + parent: 2 + - uid: 17227 + components: + - type: Transform + pos: 54.5,-96.5 + parent: 2 + - uid: 17228 + components: + - type: Transform + pos: 55.5,-97.5 + parent: 2 + - uid: 17231 + components: + - type: Transform + pos: 48.5,-100.5 + parent: 2 + - uid: 19215 + components: + - type: Transform + pos: 54.5,-29.5 + parent: 2 + - uid: 19216 + components: + - type: Transform + pos: 41.5,-27.5 + parent: 2 + - uid: 19217 + components: + - type: Transform + pos: 73.5,-67.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: -39.5,-74.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 16850 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 17149 + components: + - type: Transform + pos: 49.5,-17.5 + parent: 2 + - uid: 17150 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - uid: 19212 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 19213 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 19214 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 +- proto: RandomProduce + entities: + - uid: 3426 + components: + - type: Transform + pos: 52.5,-47.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 17048 + components: + - type: Transform + pos: -9.5,-77.5 + parent: 2 + - uid: 19274 + components: + - type: Transform + pos: 19.5,-50.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 6202 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 17706 + components: + - type: Transform + pos: -9.5,-58.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 5793 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 17154 + components: + - type: Transform + pos: 26.5,-82.5 + parent: 2 + - uid: 17155 + components: + - type: Transform + pos: 8.5,-71.5 + parent: 2 + - uid: 17156 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 17157 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 17158 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 17159 + components: + - type: Transform + pos: -11.5,-32.5 + parent: 2 + - uid: 17160 + components: + - type: Transform + pos: -27.5,-53.5 + parent: 2 + - uid: 17161 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 17163 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 17164 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 17169 + components: + - type: Transform + pos: 80.5,-66.5 + parent: 2 + - uid: 17171 + components: + - type: Transform + pos: 23.5,-65.5 + parent: 2 + - uid: 17172 + components: + - type: Transform + pos: 28.5,-49.5 + parent: 2 + - uid: 17320 + components: + - type: Transform + pos: 50.5,-82.5 + parent: 2 + - uid: 17321 + components: + - type: Transform + pos: 48.5,-80.5 + parent: 2 + - uid: 17359 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 1111 + components: + - type: Transform + pos: 60.5,-68.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + pos: 59.5,-70.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 1710 + components: + - type: Transform + pos: -3.5,-69.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: -26.5,-58.5 + parent: 2 + - uid: 6239 + components: + - type: Transform + pos: -25.5,-58.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + pos: 74.5,-19.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: 73.5,-19.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: 26.5,-35.5 + parent: 2 + - uid: 18329 + components: + - type: Transform + pos: -32.5,-51.5 + parent: 2 + - uid: 18330 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 6216 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + pos: -42.5,-67.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: 28.5,-57.5 + parent: 2 + - uid: 14365 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 17926 + components: + - type: Transform + pos: 51.5,-49.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 595 + components: + - type: Transform + pos: 11.5,-37.5 + parent: 2 + - uid: 5273 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: 52.5,-49.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + pos: 35.5,-75.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 14336 + components: + - type: Transform + pos: 27.5,-58.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -41.5,-67.5 + parent: 2 + - uid: 15331 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 2 +- proto: RCD + entities: + - uid: 5860 + components: + - type: Transform + pos: -31.42521,-64.394905 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 18020 + components: + - type: Transform + pos: -29.274288,-59.874645 + parent: 2 +- proto: ReagentContainerFlour + entities: + - uid: 15274 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: ReagentContainerMayo + entities: + - uid: 15100 + components: + - type: Transform + parent: 14704 + - type: Physics + canCollide: False +- proto: ReagentGrinderMachineCircuitboard + entities: + - uid: 7696 + components: + - type: Transform + pos: 73.495255,-22.388174 + parent: 2 +- proto: Recycler + entities: + - uid: 9314 + components: + - type: Transform + pos: 62.5,-68.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: 50.5,-96.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 8650 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 14623 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 182 + components: + - type: Transform + pos: -23.5,-32.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: -23.5,-29.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: -23.5,-31.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: -21.5,-34.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -22.5,-34.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: 14.5,-40.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: -23.5,-30.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: -23.5,-33.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + pos: -22.5,-28.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + pos: -22.5,-30.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: 20.5,-41.5 + parent: 2 + - uid: 1647 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: 17.5,-45.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: 19.5,-45.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: 20.5,-40.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: 14.5,-41.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: 14.5,-44.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + pos: -20.5,-30.5 + parent: 2 + - uid: 3590 + components: + - type: Transform + pos: -24.5,-72.5 + parent: 2 + - uid: 3591 + components: + - type: Transform + pos: -23.5,-72.5 + parent: 2 + - uid: 3600 + components: + - type: Transform + pos: -21.5,-72.5 + parent: 2 + - uid: 3635 + components: + - type: Transform + pos: -22.5,-72.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: -22.5,-36.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: -21.5,-36.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: -20.5,-35.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 4741 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 4745 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 4747 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-42.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: 6.5,-48.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: 90.5,-44.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: 89.5,-44.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: 89.5,-46.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + pos: 90.5,-46.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 8213 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + pos: 58.5,-54.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: 61.5,-54.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + pos: -25.5,-72.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + pos: 16.5,-45.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 2 + - uid: 17373 + components: + - type: Transform + pos: -17.5,-32.5 + parent: 2 + - uid: 18152 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 18328 + components: + - type: Transform + pos: 44.5,-62.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + pos: 34.5,-62.5 + parent: 2 + - uid: 18368 + components: + - type: Transform + pos: 42.5,-62.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + pos: 40.5,-62.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + pos: 38.5,-62.5 + parent: 2 + - uid: 18553 + components: + - type: Transform + pos: 36.5,-62.5 + parent: 2 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 4654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-54.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-54.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 4666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-52.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + pos: 25.5,-54.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-54.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-52.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-55.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-52.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-51.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-55.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + pos: 19.5,-44.5 + parent: 2 + - uid: 14025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-40.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-40.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-44.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-45.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-45.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 79 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 64.5,-19.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 28.5,-100.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 2.5,-49.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + pos: -26.5,-68.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + pos: 64.5,-20.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 24.5,-88.5 + parent: 2 + - uid: 2226 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: 8.5,-97.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + pos: 8.5,-98.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: 9.5,-98.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: 9.5,-99.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: 10.5,-99.5 + parent: 2 + - uid: 2596 + components: + - type: Transform + pos: 16.5,-97.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + pos: 16.5,-94.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 15.5,-91.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: 8.5,-91.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: 11.5,-89.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: 11.5,-88.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: 11.5,-87.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: 13.5,-87.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: 13.5,-89.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + pos: 13.5,-88.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: 12.5,-85.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: 25.5,-86.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: 24.5,-86.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: 23.5,-86.5 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: -30.5,-65.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + pos: -22.5,-65.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + pos: -23.5,-65.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + pos: 20.5,-101.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: 20.5,-102.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + pos: -24.5,-65.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + pos: 22.5,-102.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: -29.5,-63.5 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 26.5,-101.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + pos: 26.5,-102.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + pos: 28.5,-102.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + pos: 28.5,-101.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: 32.5,-100.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: 32.5,-97.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + pos: 36.5,-100.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: 22.5,-80.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + pos: 26.5,-80.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + pos: -29.5,-65.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: -20.5,-69.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: -31.5,-65.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: -17.5,-62.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: 59.5,-18.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + pos: 36.5,-97.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + pos: 51.5,-95.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + pos: 52.5,-95.5 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: 50.5,-95.5 + parent: 2 + - uid: 6906 + components: + - type: Transform + pos: 56.5,-98.5 + parent: 2 + - uid: 6907 + components: + - type: Transform + pos: 56.5,-99.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + pos: 56.5,-100.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: 22.5,-101.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + pos: 20.5,-100.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + pos: 61.5,-45.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + pos: 64.5,-21.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + pos: 61.5,-28.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: 66.5,-50.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - uid: 10654 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 13192 + components: + - type: Transform + pos: 22.5,-87.5 + parent: 2 + - uid: 13196 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 25.5,-88.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: 64.5,-26.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: 26.5,-88.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + pos: 26.5,-87.5 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: 26.5,-86.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + pos: 61.5,-18.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 22.5,-88.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + pos: 22.5,-86.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + pos: 61.5,-36.5 + parent: 2 + - uid: 17311 + components: + - type: Transform + pos: 57.5,-47.5 + parent: 2 + - uid: 17780 + components: + - type: Transform + pos: 58.5,-18.5 + parent: 2 + - uid: 17825 + components: + - type: Transform + pos: 23.5,-88.5 + parent: 2 + - uid: 17964 + components: + - type: Transform + pos: 61.5,-46.5 + parent: 2 + - uid: 18402 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 18540 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 18541 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 19261 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 8033 + components: + - type: Transform + pos: 30.69816,-76.28693 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: 30.490215,-76.16966 + parent: 2 +- proto: RemoteSignallerAdvanced + entities: + - uid: 9215 + components: + - type: MetaData + name: main armory remote signaller + - type: Transform + pos: 59.450016,-46.424244 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4377: + - - Pressed + - Toggle + 13934: + - - Pressed + - Toggle + 4366: + - - Pressed + - Toggle + 4380: + - - Pressed + - Toggle +- proto: ResearchAndDevelopmentServer + entities: + - uid: 12845 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 1880 + components: + - type: Transform + pos: 52.36671,-18.851082 + parent: 2 + - uid: 6032 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17385 + components: + - type: Transform + rot: -0.3490658503988659 rad + pos: 91.61151,-82.48495 + parent: 2 +- proto: RiotShield + entities: + - uid: 13842 + components: + - type: Transform + pos: 67.68784,-31.256433 + parent: 2 + - uid: 13901 + components: + - type: Transform + pos: 67.78969,-31.31666 + parent: 2 +- proto: RobocopCircuitBoard + entities: + - uid: 18624 + components: + - type: Transform + pos: 78.117035,-47.564194 + parent: 2 +- proto: RollerBed + entities: + - uid: 13158 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 2 + - uid: 18265 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 2 +- proto: RollingPin + entities: + - uid: 7200 + components: + - type: Transform + pos: 42.391666,-45.264618 + parent: 2 +- proto: RubberStampApproved + entities: + - uid: 6835 + components: + - type: Transform + pos: 10.343814,-89.30273 + parent: 2 +- proto: RubberStampDenied + entities: + - uid: 6836 + components: + - type: Transform + pos: 10.625064,-89.474724 + parent: 2 +- proto: RustedThruster + entities: + - uid: 15355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-60.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-18.5 + parent: 2 + - uid: 15357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-19.5 + parent: 2 + - uid: 15358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-17.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-23.5 + parent: 2 + - uid: 15360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-24.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-25.5 + parent: 2 + - uid: 15362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-26.5 + parent: 2 + - uid: 15363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-27.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-28.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-29.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-30.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-61.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-62.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-63.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-64.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-65.5 + parent: 2 + - uid: 15372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-66.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-67.5 + parent: 2 + - uid: 15374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-71.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-72.5 + parent: 2 + - uid: 15377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-73.5 + parent: 2 +- proto: SadTromboneImplanter + entities: + - uid: 8226 + components: + - type: Transform + pos: -54.462643,-25.38104 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 14028 + components: + - type: Transform + pos: 51.5,-96.5 + parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 6555 + components: + - type: Transform + pos: 78.5,-31.5 + parent: 2 +- proto: Saw + entities: + - uid: 17913 + components: + - type: Transform + pos: 35.48436,-18.109962 + parent: 2 +- proto: Scalpel + entities: + - uid: 6654 + components: + - type: Transform + pos: 9.503026,-25.489 + parent: 2 + - uid: 19231 + components: + - type: Transform + pos: 40.823505,-30.393356 + parent: 2 + - uid: 19301 + components: + - type: Transform + rot: -0.6108652381980153 rad + pos: -3.5512772,-24.750254 + parent: 2 +- proto: SciFlash + entities: + - uid: 17886 + components: + - type: Transform + parent: 17884 + - type: LimitedCharges + maxCharges: 1 + - type: Physics + canCollide: False + - uid: 17947 + components: + - type: Transform + pos: 33.300842,-15.297032 + parent: 2 + - type: LimitedCharges + maxCharges: 1 +- proto: Screen + entities: + - uid: 17989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-9.5 + parent: 2 + - uid: 17990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 17092 + components: + - type: Transform + pos: 52.60426,-30.606783 + parent: 2 + - uid: 17356 + components: + - type: Transform + pos: -35.408302,-31.482552 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: -25.38751,-66.39444 + parent: 2 + - uid: 18386 + components: + - type: Transform + pos: -25.559385,-66.61334 + parent: 2 + - uid: 19373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.48187,-51.49415 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 4118 + components: + - type: Transform + pos: 67.5,-34.5 + parent: 2 + - type: TechnologyDatabase + supportedDisciplines: + - Industrial + - Arsenal + - Experimental + - CivilianServices +- proto: SecurityWhistle + entities: + - uid: 12805 + components: + - type: Transform + pos: 68.0032,-48.51887 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 5171 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 +- proto: ShardCrystalRandom + entities: + - uid: 15273 + components: + - type: Transform + pos: -39.57368,-77.000206 + parent: 2 + - uid: 17351 + components: + - type: Transform + pos: -38.745556,-76.503426 + parent: 2 +- proto: ShardGlass + entities: + - uid: 6013 + components: + - type: Transform + pos: 40.214127,-29.462494 + parent: 2 + - uid: 17021 + components: + - type: Transform + pos: 4.3700624,-79.34264 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: 41.609596,-30.40589 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 7802 + components: + - type: Transform + pos: 10.147831,-79.35065 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: 12.606164,-80.84126 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: 10.304081,-81.539665 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: 1.3553649,-74.5113 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: 1.5636982,-72.57246 + parent: 2 +- proto: SheetBrass + entities: + - uid: 8098 + components: + - type: Transform + pos: 72.46222,-69.45354 + parent: 2 +- proto: SheetGlass + entities: + - uid: 6672 + components: + - type: Transform + pos: -20.285402,-65.214096 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 32.521404,-92.31395 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: 27.6854,-73.26783 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: 72.60134,-69.3865 + parent: 2 + - uid: 9847 + components: + - type: Transform + pos: 35.358883,-11.531487 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: -12.36079,-23.400194 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 3506 + components: + - type: Transform + pos: -12.6246805,-71.2753 + parent: 2 + - uid: 14241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.485548,-18.454052 + parent: 2 +- proto: SheetPlasma1 + entities: + - uid: 2919 + components: + - type: Transform + pos: 16.517122,-67.41579 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 2747 + components: + - type: Transform + pos: 8.602404,-83.32435 + parent: 2 + - uid: 5971 + components: + - type: Transform + pos: 31.506905,-93.55939 + parent: 2 + - uid: 18995 + components: + - type: Transform + pos: 11.52182,2.5484989 + parent: 2 + - uid: 19028 + components: + - type: Transform + pos: 27.392586,-73.48673 + parent: 2 +- proto: SheetPlasteel1 + entities: + - uid: 18779 + components: + - type: Transform + pos: -9.651276,-5.3631525 + parent: 2 + - type: Stack + count: 8 +- proto: SheetPlasteel10 + entities: + - uid: 18408 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 6968 + components: + - type: Transform + pos: 32.50578,-91.90742 + parent: 2 + - uid: 17916 + components: + - type: Transform + pos: -3.6233544,-22.398033 + parent: 2 + - uid: 17918 + components: + - type: Transform + pos: -3.3852344,-22.270124 + parent: 2 +- proto: SheetRGlass + entities: + - uid: 17971 + components: + - type: Transform + pos: -6.5975933,-43.33568 + parent: 2 + - uid: 19254 + components: + - type: Transform + pos: 32.586887,-61.429493 + parent: 2 +- proto: SheetRGlass1 + entities: + - uid: 18778 + components: + - type: Transform + pos: -9.317486,-5.4855433 + parent: 2 + - type: Stack + count: 4 +- proto: SheetSteel + entities: + - uid: 1074 + components: + - type: Transform + pos: -12.694123,-23.379345 + parent: 2 + - uid: 1882 + components: + - type: Transform + pos: 47.371796,-72.446815 + parent: 2 + - uid: 3341 + components: + - type: Transform + pos: 47.607906,-72.321724 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -20.597902,-65.12376 + parent: 2 + - uid: 6932 + components: + - type: Transform + pos: 8.414904,-83.9181 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: 32.50578,-91.53216 + parent: 2 + - uid: 7163 + components: + - type: Transform + pos: 67.6259,-35.272655 + parent: 2 + - uid: 8096 + components: + - type: Transform + pos: 69.46705,-69.43699 + parent: 2 + - uid: 13337 + components: + - type: Transform + pos: -5.400783,-19.33013 + parent: 2 + - uid: 17911 + components: + - type: Transform + pos: 34.612373,-11.35557 + parent: 2 +- proto: SheetSteel10 + entities: + - uid: 3384 + components: + - type: Transform + pos: 52.432384,-30.294283 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: 31.476973,-89.361786 + parent: 2 +- proto: SheetUranium + entities: + - uid: 3505 + components: + - type: Transform + pos: -12.305236,-71.46293 + parent: 2 +- proto: ShelfKitchen + entities: + - uid: 14704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-15.5 + parent: 2 + - type: Storage + storedItems: + 14706: + position: 0,0 + _rotation: South + 15100: + position: 1,0 + _rotation: South + 15116: + position: 5,3 + _rotation: South + 15117: + position: 4,3 + _rotation: South + 15118: + position: 3,3 + _rotation: South + 15119: + position: 3,4 + _rotation: South + 15120: + position: 2,4 + _rotation: South + 15121: + position: 2,3 + _rotation: South + 15124: + position: 1,3 + _rotation: South + 15177: + position: 1,4 + _rotation: South + 15178: + position: 0,3 + _rotation: South + 15179: + position: 0,4 + _rotation: South + 15180: + position: 5,1 + _rotation: South + 15265: + position: 2,0 + _rotation: South + 15266: + position: 3,0 + _rotation: South + 15274: + position: 4,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 14706 + - 15100 + - 15116 + - 15117 + - 15118 + - 15119 + - 15120 + - 15121 + - 15124 + - 15177 + - 15178 + - 15179 + - 15180 + - 15265 + - 15266 + - 15274 +- proto: ShellShotgunImprovised + entities: + - uid: 17439 + components: + - type: Transform + pos: 37.458015,-51.41292 + parent: 2 +- proto: ShipBattlemap + entities: + - uid: 6022 + components: + - type: Transform + pos: -2.3112607,-62.453403 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 16048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-31.5 + parent: 2 + - uid: 18044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-32.5 + parent: 2 +- proto: ShuttersNormal + entities: + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-24.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: 9.5,-74.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-23.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + pos: 8.5,-74.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 4973 + components: + - type: Transform + pos: 22.5,-88.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-58.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-56.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-60.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-61.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + pos: 25.5,-88.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: 26.5,-87.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + pos: 65.5,-44.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: 26.5,-88.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: 24.5,-86.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 25.5,-86.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + pos: 26.5,-86.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: 22.5,-87.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + pos: 22.5,-86.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: 23.5,-86.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 8853 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 2 + - uid: 8855 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: -29.5,-65.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: -29.5,-63.5 + parent: 2 + - uid: 15102 + components: + - type: Transform + pos: -30.5,-65.5 + parent: 2 + - uid: 15103 + components: + - type: Transform + pos: -31.5,-65.5 + parent: 2 + - uid: 17741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 2 + - uid: 17826 + components: + - type: Transform + pos: 24.5,-88.5 + parent: 2 + - uid: 17827 + components: + - type: Transform + pos: 23.5,-88.5 + parent: 2 +- proto: ShuttersRadiationOpen + entities: + - uid: 10890 + components: + - type: Transform + pos: -29.5,-71.5 + parent: 2 + - uid: 13335 + components: + - type: Transform + pos: -27.5,-71.5 + parent: 2 + - uid: 15229 + components: + - type: Transform + pos: -19.5,-71.5 + parent: 2 + - uid: 15231 + components: + - type: Transform + pos: -28.5,-71.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + pos: -18.5,-71.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: -17.5,-71.5 + parent: 2 +- proto: ShuttersWindow + entities: + - uid: 4938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-86.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-85.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-84.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-83.5 + parent: 2 + - uid: 4942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-85.5 + parent: 2 + - uid: 4943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-86.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-84.5 + parent: 2 + - uid: 4945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-83.5 + parent: 2 +- proto: ShuttersWindowOpen + entities: + - uid: 7807 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 17740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-59.5 + parent: 2 +- proto: ShuttleGunKineticOld + entities: + - uid: 6224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-63.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-62.5 + parent: 2 + - uid: 14838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-61.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-27.5 + parent: 2 + - uid: 16992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-28.5 + parent: 2 + - uid: 16993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-29.5 + parent: 2 +- proto: ShuttleWindow + entities: + - uid: 92 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 +- proto: SignAi + entities: + - uid: 16193 + components: + - type: Transform + pos: 84.5,-40.5 + parent: 2 + - uid: 16194 + components: + - type: Transform + pos: 84.5,-50.5 + parent: 2 +- proto: SignAiUpload + entities: + - uid: 13878 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 3098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3885: + - - Pressed + - Toggle + - - Pressed + - AutoClose + 2455: + - - Pressed + - Toggle + - - Pressed + - AutoClose + 6950: + - - Pressed + - Toggle + - - Pressed + - AutoClose + - uid: 4717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5296: + - - Pressed + - Forward + 5297: + - - Pressed + - Forward + 5298: + - - Pressed + - Forward + 5299: + - - Pressed + - Forward + 5300: + - - Pressed + - Forward + 5301: + - - Pressed + - Forward + 5302: + - - Pressed + - Forward + 5344: + - - Pressed + - Forward + 5350: + - - Pressed + - Forward + 5351: + - - Pressed + - Forward + 5306: + - - Pressed + - Forward + 5307: + - - Pressed + - Forward + 11695: + - - Pressed + - Forward + 8637: + - - Pressed + - Forward + 8566: + - - Pressed + - Forward + 11694: + - - Pressed + - Forward + 5358: + - - Pressed + - Forward + 11693: + - - Pressed + - Forward + 5359: + - - Pressed + - Forward + 5360: + - - Pressed + - Forward + 5310: + - - Pressed + - Forward + 5311: + - - Pressed + - Forward + 5312: + - - Pressed + - Forward + 5313: + - - Pressed + - Forward + 5314: + - - Pressed + - Forward + 5315: + - - Pressed + - Forward + 5338: + - - Pressed + - Forward + 5339: + - - Pressed + - Forward + 17406: + - - Pressed + - Forward + 5316: + - - Pressed + - Forward + 5317: + - - Pressed + - Forward + 5361: + - - Pressed + - Forward + 5362: + - - Pressed + - Forward + 5363: + - - Pressed + - Forward + 5318: + - - Pressed + - Forward + 5319: + - - Pressed + - Forward + 5335: + - - Pressed + - Forward + 5336: + - - Pressed + - Forward + 5337: + - - Pressed + - Forward + 5320: + - - Pressed + - Forward + 5321: + - - Pressed + - Forward + 5364: + - - Pressed + - Forward + 5365: + - - Pressed + - Forward + 5366: + - - Pressed + - Forward + 5322: + - - Pressed + - Forward + 5323: + - - Pressed + - Forward + 5324: + - - Pressed + - Forward + 5325: + - - Pressed + - Forward + 5326: + - - Pressed + - Forward + 5327: + - - Pressed + - Forward + 5328: + - - Pressed + - Forward + 5329: + - - Pressed + - Forward + 5330: + - - Pressed + - Forward + 5332: + - - Pressed + - Forward + 5331: + - - Pressed + - Forward + 5333: + - - Pressed + - Forward + 5334: + - - Pressed + - Forward + 5370: + - - Pressed + - Forward + 3816: + - - Pressed + - Forward + 3792: + - - Pressed + - Forward + 5342: + - - Pressed + - Forward + 5341: + - - Pressed + - Forward + - uid: 5999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-62.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14838: + - - Pressed + - Trigger + 6225: + - - Pressed + - Trigger + 6224: + - - Pressed + - Trigger + - uid: 6233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15714: + - - Pressed + - Trigger + 16992: + - - Pressed + - Trigger + 16993: + - - Pressed + - Trigger + - uid: 6674 + components: + - type: Transform + pos: -15.5,-64.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2267: + - - Pressed + - Toggle + 2268: + - - Pressed + - Toggle + 2281: + - - Pressed + - Toggle + - uid: 7129 + components: + - type: Transform + pos: 50.5,-64.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18451: + - - Pressed + - Toggle + - uid: 7319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5296: + - - Pressed + - Off + 5297: + - - Pressed + - Off + 5298: + - - Pressed + - Off + 5299: + - - Pressed + - Off + 5300: + - - Pressed + - Off + 5301: + - - Pressed + - Off + 5302: + - - Pressed + - Off + 5344: + - - Pressed + - Off + 5350: + - - Pressed + - Off + 5351: + - - Pressed + - Off + 5306: + - - Pressed + - Off + 5307: + - - Pressed + - Off + 11695: + - - Pressed + - Off + 8637: + - - Pressed + - Off + 8566: + - - Pressed + - Off + 11694: + - - Pressed + - Off + 11693: + - - Pressed + - Off + 5358: + - - Pressed + - Off + 5359: + - - Pressed + - Off + 5360: + - - Pressed + - Off + 5310: + - - Pressed + - Off + 5311: + - - Pressed + - Off + 5312: + - - Pressed + - Off + 5313: + - - Pressed + - Off + 5314: + - - Pressed + - Off + 5315: + - - Pressed + - Off + 5338: + - - Pressed + - Off + 5339: + - - Pressed + - Off + 17406: + - - Pressed + - Reverse + 5316: + - - Pressed + - Off + 5317: + - - Pressed + - Off + 5361: + - - Pressed + - Off + 5362: + - - Pressed + - Off + 5363: + - - Pressed + - Off + 5318: + - - Pressed + - Off + 5319: + - - Pressed + - Off + 5335: + - - Pressed + - Off + 5336: + - - Pressed + - Off + 5337: + - - Pressed + - Off + 5320: + - - Pressed + - Off + 5321: + - - Pressed + - Off + 5364: + - - Pressed + - Off + 5365: + - - Pressed + - Off + 5366: + - - Pressed + - Off + 5322: + - - Pressed + - Off + 5323: + - - Pressed + - Off + 5324: + - - Pressed + - Off + 5325: + - - Pressed + - Off + 5326: + - - Pressed + - Off + 5327: + - - Pressed + - Off + 5328: + - - Pressed + - Off + 5329: + - - Pressed + - Off + 5330: + - - Pressed + - Off + 5332: + - - Pressed + - Off + 5331: + - - Pressed + - Off + 5333: + - - Pressed + - Off + 5334: + - - Pressed + - Off + 5370: + - - Pressed + - Off + 3792: + - - Pressed + - Off + 3816: + - - Pressed + - Off + 5342: + - - Pressed + - Off + 5341: + - - Pressed + - Off + - uid: 7810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9066: + - - Pressed + - Toggle + 9082: + - - Pressed + - Toggle + 9196: + - - Pressed + - Toggle + 8663: + - - Pressed + - Toggle + 8048: + - - Pressed + - Toggle + 7807: + - - Pressed + - Toggle + - uid: 8850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8852: + - - Pressed + - Toggle + 8853: + - - Pressed + - Toggle + 8854: + - - Pressed + - Toggle + 8855: + - - Pressed + - Toggle + - uid: 10578 + components: + - type: Transform + pos: 22.5,-90.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4970: + - - Pressed + - Forward + 6708: + - - Pressed + - Forward + 3681: + - - Pressed + - Forward + 4974: + - - Pressed + - Forward + 4975: + - - Pressed + - Forward + 4976: + - - Pressed + - Forward + 4989: + - - Pressed + - Forward + 4990: + - - Pressed + - Forward + 4987: + - - Pressed + - Forward + 4988: + - - Pressed + - Forward + 4991: + - - Pressed + - Forward + 4992: + - - Pressed + - Forward + 4977: + - - Pressed + - Forward + 4978: + - - Pressed + - Forward + 4979: + - - Pressed + - Forward + 4980: + - - Pressed + - Forward + 4981: + - - Pressed + - Forward + 4994: + - - Pressed + - Forward + 4985: + - - Pressed + - Forward + 4986: + - - Pressed + - Forward + 4946: + - - Pressed + - Forward + 4971: + - - Pressed + - Forward + 2500: + - - Pressed + - Forward + 2793: + - - Pressed + - Forward + 15175: + - - Pressed + - AutoClose + - - Pressed + - Open + - uid: 10582 + components: + - type: Transform + pos: 19.5,-90.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6708: + - - Pressed + - Off + 3681: + - - Pressed + - Off + 4970: + - - Pressed + - Off + 4974: + - - Pressed + - Off + 4975: + - - Pressed + - Off + 4976: + - - Pressed + - Off + 4989: + - - Pressed + - Off + 4990: + - - Pressed + - Off + 4987: + - - Pressed + - Off + 4988: + - - Pressed + - Off + 4991: + - - Pressed + - Off + 4992: + - - Pressed + - Off + 4977: + - - Pressed + - Off + 4978: + - - Pressed + - Off + 4979: + - - Pressed + - Off + 4980: + - - Pressed + - Off + 4981: + - - Pressed + - Off + 4994: + - - Pressed + - Off + 4985: + - - Pressed + - Off + 4986: + - - Pressed + - Off + 4946: + - - Pressed + - Off + 4971: + - - Pressed + - Off + 2500: + - - Pressed + - Off + 2793: + - - Pressed + - Off + 15175: + - - Pressed + - Close + - uid: 13186 + components: + - type: Transform + pos: 28.5,-90.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4947: + - - Pressed + - Off + 4949: + - - Pressed + - Off + 4948: + - - Pressed + - Off + 4950: + - - Pressed + - Off + 4951: + - - Pressed + - Off + 4952: + - - Pressed + - Off + 4953: + - - Pressed + - Off + 4954: + - - Pressed + - Off + 4955: + - - Pressed + - Off + 4956: + - - Pressed + - Off + 4957: + - - Pressed + - Off + 4958: + - - Pressed + - Off + 4959: + - - Pressed + - Off + 4960: + - - Pressed + - Off + 4966: + - - Pressed + - Off + 4965: + - - Pressed + - Off + 4964: + - - Pressed + - Off + 4963: + - - Pressed + - Off + 4962: + - - Pressed + - Off + 4961: + - - Pressed + - Off + 4967: + - - Pressed + - Off + 4968: + - - Pressed + - Off + 4969: + - - Pressed + - Off + 3041: + - - Pressed + - Close + - uid: 13187 + components: + - type: Transform + pos: 26.5,-90.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4947: + - - Pressed + - Forward + 4949: + - - Pressed + - Forward + 4948: + - - Pressed + - Forward + 4950: + - - Pressed + - Forward + 4951: + - - Pressed + - Forward + 4952: + - - Pressed + - Forward + 4953: + - - Pressed + - Forward + 4954: + - - Pressed + - Forward + 4955: + - - Pressed + - Forward + 4956: + - - Pressed + - Forward + 4957: + - - Pressed + - Forward + 4958: + - - Pressed + - Forward + 4959: + - - Pressed + - Forward + 4960: + - - Pressed + - Forward + 4966: + - - Pressed + - Forward + 4965: + - - Pressed + - Forward + 4964: + - - Pressed + - Forward + 4963: + - - Pressed + - Forward + 4962: + - - Pressed + - Forward + 4961: + - - Pressed + - Forward + 4967: + - - Pressed + - Forward + 4968: + - - Pressed + - Forward + 4969: + - - Pressed + - Forward + 3041: + - - Pressed + - Open + - - Pressed + - AutoClose + - uid: 16617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-76.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1216: + - - Pressed + - Toggle + 15886: + - - Pressed + - Toggle + - uid: 17742 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5029: + - - Pressed + - Toggle + 5030: + - - Pressed + - Toggle + 5031: + - - Pressed + - Toggle + - uid: 17829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-89.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4973: + - - Pressed + - Toggle + 17827: + - - Pressed + - Toggle + 17826: + - - Pressed + - Toggle + 6937: + - - Pressed + - Toggle + 7717: + - - Pressed + - Toggle + 6938: + - - Pressed + - Toggle + 7721: + - - Pressed + - Toggle + 7720: + - - Pressed + - Toggle + 7719: + - - Pressed + - Toggle + 7809: + - - Pressed + - Toggle + 7773: + - - Pressed + - Toggle + 7772: + - - Pressed + - Toggle + - uid: 17875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-87.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4943: + - - Pressed + - Toggle + 4942: + - - Pressed + - Toggle + 4944: + - - Pressed + - Toggle + 4945: + - - Pressed + - Toggle + - uid: 17876 + components: + - type: Transform + pos: 36.5,-82.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4941: + - - Pressed + - Toggle + 4940: + - - Pressed + - Toggle + 4939: + - - Pressed + - Toggle + 4938: + - - Pressed + - Toggle + - uid: 19185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8048: + - - Pressed + - Toggle + 7807: + - - Pressed + - Toggle + 9066: + - - Pressed + - Toggle + 9196: + - - Pressed + - Toggle + 9082: + - - Pressed + - Toggle + 8663: + - - Pressed + - Toggle +- proto: SignalButtonDirectional + entities: + - uid: 8558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7267: + - - Pressed + - Toggle + 7052: + - - Pressed + - Toggle + - uid: 10224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-58.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 17740: + - - Pressed + - Toggle + 6208: + - - Pressed + - Toggle + 17741: + - - Pressed + - Toggle + 6210: + - - Pressed + - Toggle + - uid: 12415 + components: + - type: Transform + pos: -63.5,-60.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 650: + - - Pressed + - Toggle + 655: + - - Pressed + - Toggle + 664: + - - Pressed + - Toggle + 663: + - - Pressed + - Toggle + 695: + - - Pressed + - Toggle + 654: + - - Pressed + - Toggle + - uid: 13194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-30.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 628: + - - Pressed + - Toggle + 649: + - - Pressed + - Toggle + 627: + - - Pressed + - Toggle + 629: + - - Pressed + - Toggle + 487: + - - Pressed + - Toggle + 626: + - - Pressed + - Toggle + - uid: 13195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 544: + - - Pressed + - Toggle + 546: + - - Pressed + - Toggle + - uid: 13198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-14.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 625: + - - Pressed + - Toggle + 624: + - - Pressed + - Toggle + - uid: 16241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-70.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13335: + - - Pressed + - Toggle + 15231: + - - Pressed + - Toggle + 10890: + - - Pressed + - Toggle + - uid: 18371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-70.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15229: + - - Pressed + - Toggle + 15232: + - - Pressed + - Toggle + 18213: + - - Pressed + - Toggle +- proto: SignAnomaly + entities: + - uid: 16210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-28.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 16191 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 9673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-53.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-34.5 + parent: 2 +- proto: SignAtmos + entities: + - uid: 8652 + components: + - type: Transform + pos: 26.5,-65.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: 26.5,-68.5 + parent: 2 +- proto: SignBar + entities: + - uid: 16195 + components: + - type: Transform + pos: 30.5,-47.5 + parent: 2 +- proto: SignBio + entities: + - uid: 16817 + components: + - type: Transform + pos: 4.5,-74.5 + parent: 2 +- proto: SignBiohazardMed + entities: + - uid: 18890 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 18891 + components: + - type: Transform + pos: 54.5,-43.5 + parent: 2 +- proto: SignBridge + entities: + - uid: 200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-47.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-43.5 + parent: 2 +- proto: SignCansScience + entities: + - uid: 14148 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 6764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-80.5 + parent: 2 + - uid: 18850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-80.5 + parent: 2 +- proto: SignCargoDock + entities: + - uid: 16196 + components: + - type: Transform + pos: 19.5,-102.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: 29.5,-102.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 13203 + components: + - type: Transform + pos: -26.5,-34.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-38.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 +- proto: SignChem + entities: + - uid: 2732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-70.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-75.5 + parent: 2 + - uid: 18312 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 18315 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 19281 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 2 +- proto: SignConference + entities: + - uid: 5608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-42.5 + parent: 2 +- proto: SignCryo + entities: + - uid: 19069 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 +- proto: SignDirectionalAtmos + entities: + - uid: 9434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.498708,-51.71671 + parent: 2 + - uid: 17980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.500819,-41.285877 + parent: 2 + - uid: 17981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-33.5 + parent: 2 + - uid: 17982 + components: + - type: Transform + pos: 22.49896,-37.2837 + parent: 2 + - uid: 17983 + components: + - type: Transform + pos: 22.498604,-59.285027 + parent: 2 + - uid: 17985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-54.5 + parent: 2 + - uid: 17987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.4997983,-55.716797 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 16128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.4994224,-33.715874 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 12825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5007706,-29.713655 + parent: 2 + - uid: 13202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-41.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.49973,-51.71622 + parent: 2 + - uid: 16180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.4990706,-55.28383 + parent: 2 + - uid: 16185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.50135,-54.28437 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: -30.5,-18.5 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 12824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-29.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: -30.500944,-18.284409 + parent: 2 +- proto: SignDirectionalChemistry + entities: + - uid: 6271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-58.5 + parent: 2 + - uid: 14923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-26.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + pos: 22.5,-59.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: 2.498827,-33.284237 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 +- proto: SignDirectionalCryo + entities: + - uid: 16159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-47.5 + parent: 2 + - uid: 17820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.4999281,-29.715975 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 3123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-63.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-58.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: -15.501332,-42.715443 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: -35.5,-57.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5007706,-29.284346 + parent: 2 + - uid: 14203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.501791,-54.716873 + parent: 2 + - uid: 15613 + components: + - type: Transform + pos: -26.499496,-33.933483 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.498922,-55.28569 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: -30.500944,-18.717422 + parent: 2 + - uid: 16199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-80.5 + parent: 2 + - uid: 17984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5003753,-33.716583 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 1830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-45.5 + parent: 2 + - uid: 3321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-22.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-25.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-54.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-55.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.49919,-51.71689 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: 37.5,-77.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-77.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-32.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-53.5 + parent: 2 + - uid: 10646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 2 + - uid: 13204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5012168,-12.284781 + parent: 2 + - uid: 13650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-59.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.501286,-54.06827 + parent: 2 + - uid: 14046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-34.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + pos: 43.5,-24.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-22.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.500039,-41.716366 + parent: 2 + - uid: 16144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-15.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-9.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-29.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.49889,-51.283894 + parent: 2 + - uid: 16163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.500296,-33.285934 + parent: 2 + - uid: 16174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-64.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-75.5 + parent: 2 + - uid: 17809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.50015,-33.06894 + parent: 2 + - uid: 17810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-10.5 + parent: 2 + - uid: 18198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-69.5 + parent: 2 + - uid: 18210 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 19406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-80.5 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 5177 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.499363,-51.284214 + parent: 2 + - uid: 16130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.4994224,-33.283478 + parent: 2 + - uid: 16177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.499176,-75.28583 + parent: 2 + - uid: 18204 + components: + - type: Transform + pos: 22.498983,-37.717163 + parent: 2 +- proto: SignDirectionalHop + entities: + - uid: 16132 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-55.5 + parent: 2 + - uid: 18200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.498763,-69.71605 + parent: 2 +- proto: SignDirectionalHydro + entities: + - uid: 14430 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: 2.5014625,-33.715656 + parent: 2 + - uid: 16153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.498922,-55.715004 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 16166 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 16167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.500022,-33.28552 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: -1.5000485,-12.718935 + parent: 2 +- proto: SignDirectionalLibrary + entities: + - uid: 16136 + components: + - type: Transform + pos: 3.4989862,-33.716446 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: 7.500051,-51.71732 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 1024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.499675,-51.285248 + parent: 2 + - uid: 3000 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 14822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.499496,-33.717285 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: -1.500161,-15.284051 + parent: 2 + - uid: 16160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.499716,-47.716415 + parent: 2 + - uid: 16161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-33.5 + parent: 2 + - uid: 17821 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5010014,-69.072586 + parent: 2 +- proto: SignDirectionalSalvage + entities: + - uid: 16209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-96.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 11099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-51.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5014317,-29.285109 + parent: 2 + - uid: 16157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-51.5 + parent: 2 + - uid: 17808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.50015,-33.285137 + parent: 2 + - uid: 17811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 2 + - uid: 18199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4985375,-69.28461 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 10664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-51.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-51.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-33.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 16176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.499176,-75.71822 + parent: 2 + - uid: 17813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.499488,-41.71687 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 6964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: 78.5,-48.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-68.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-22.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-75.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-77.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-32.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-23.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-23.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-78.5 + parent: 2 + - uid: 16116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-70.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-33.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-30.5 + parent: 2 + - uid: 17078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-24.5 + parent: 2 + - uid: 17814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-22.5 + parent: 2 + - uid: 17815 + components: + - type: Transform + pos: -35.50011,-57.715824 + parent: 2 + - uid: 17816 + components: + - type: Transform + pos: -52.5,-67.5 + parent: 2 + - uid: 17817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.50103,-63.718613 + parent: 2 + - uid: 18503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-32.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + pos: 86.5,-22.5 + parent: 2 + - uid: 19269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.500843,-58.713875 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 16112 + components: + - type: Transform + pos: 22.498564,-59.717285 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: -1.500161,-15.716451 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.501286,-54.50067 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: 7.49974,-51.2822 + parent: 2 + - uid: 17364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-80.5 + parent: 2 + - uid: 17807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.499496,-33.501083 + parent: 2 + - uid: 17812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-41.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: 12.5,-75.5 + parent: 2 +- proto: SignDisposalSpace + entities: + - uid: 15409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-76.5 + parent: 2 +- proto: SignDoors + entities: + - uid: 18160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-22.5 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 15718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-81.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-88.5 + parent: 2 + - uid: 16760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-88.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-87.5 + parent: 2 + - uid: 16762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-87.5 + parent: 2 + - uid: 19407 + components: + - type: Transform + pos: 33.5,-96.5 + parent: 2 +- proto: SignEngine + entities: + - uid: 522 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 +- proto: SignEngineering + entities: + - uid: 10822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-58.5 + parent: 2 + - uid: 17380 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 2 + - uid: 17986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-58.5 + parent: 2 +- proto: SignEscapePods + entities: + - uid: 16999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-76.5 + parent: 2 + - uid: 17003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-78.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-76.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-12.5 + parent: 2 +- proto: SignEVA + entities: + - uid: 16190 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 +- proto: SignGravity + entities: + - uid: 16203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-46.5 + parent: 2 +- proto: SignHead + entities: + - uid: 16201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-55.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-60.5 + parent: 2 +- proto: SignHydro1 + entities: + - uid: 18313 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + pos: 38.5,-47.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 6125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-40.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 5617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-49.5 + parent: 2 +- proto: SignKitchen + entities: + - uid: 18316 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 +- proto: SignLaserMed + entities: + - uid: 18442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-72.5 + parent: 2 + - uid: 18443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-72.5 + parent: 2 +- proto: SignLawyer + entities: + - uid: 12853 + components: + - type: Transform + pos: 49.5,-53.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 16204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-68.5 + parent: 2 +- proto: SignMail + entities: + - uid: 5369 + components: + - type: Transform + pos: 16.5,-99.5 + parent: 2 +- proto: SignMaterials + entities: + - uid: 19071 + components: + - type: Transform + pos: -32.5,-68.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 17922 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 17923 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 18314 + components: + - type: Transform + pos: 18.5,-64.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-21.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-21.5 + parent: 2 + - uid: 7776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-24.5 + parent: 2 +- proto: SignNews + entities: + - uid: 2923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-22.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 12852 + components: + - type: Transform + pos: 64.5,-22.5 + parent: 2 +- proto: SignRadiation + entities: + - uid: 18444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-81.5 + parent: 2 + - uid: 18447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-82.5 + parent: 2 +- proto: SignRadiationMed + entities: + - uid: 16756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-88.5 + parent: 2 + - uid: 16757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-88.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + pos: -23.5,-89.5 + parent: 2 + - uid: 18445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-72.5 + parent: 2 + - uid: 18446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-72.5 + parent: 2 + - uid: 19257 + components: + - type: Transform + pos: -12.5,-74.5 + parent: 2 + - uid: 19258 + components: + - type: Transform + pos: -12.5,-78.5 + parent: 2 +- proto: SignRND + entities: + - uid: 19073 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 +- proto: SignRobo + entities: + - uid: 2221 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 +- proto: SignSalvage + entities: + - uid: 6923 + components: + - type: Transform + pos: 46.5,-97.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-104.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-100.5 + parent: 2 +- proto: SignScience + entities: + - uid: 6645 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 18197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-74.5 + parent: 2 +- proto: SignSecurearea + entities: + - uid: 3107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-24.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-24.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-42.5 + parent: 2 + - uid: 18027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-42.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 6707 + components: + - type: Transform + pos: 31.5,-88.5 + parent: 2 + - uid: 6709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-90.5 + parent: 2 + - uid: 18910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-84.5 + parent: 2 + - uid: 18911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-86.5 + parent: 2 +- proto: SignSecureMedRed + entities: + - uid: 5972 + components: + - type: Transform + pos: -64.5,-60.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-30.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-30.5 + parent: 2 +- proto: SignSecureSmall + entities: + - uid: 11698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-22.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-22.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-20.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-22.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-22.5 + parent: 2 + - uid: 18361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-20.5 + parent: 2 + - uid: 18362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-22.5 + parent: 2 +- proto: SignSecureSmallRed + entities: + - uid: 18912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.50035,-87.62597 + parent: 2 + - uid: 18913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.500515,-82.37051 + parent: 2 +- proto: SignSecurity + entities: + - uid: 4875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-47.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-47.5 + parent: 2 + - uid: 18041 + components: + - type: Transform + pos: 64.5,-26.5 + parent: 2 +- proto: SignShock + entities: + - uid: 11726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-11.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-11.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-18.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-18.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 6957 + components: + - type: Transform + pos: 22.5,-100.5 + parent: 2 + - uid: 8658 + components: + - type: Transform + pos: 81.5,-20.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: 84.5,-20.5 + parent: 2 + - uid: 19276 + components: + - type: Transform + pos: 31.5,-86.5 + parent: 2 + - uid: 19277 + components: + - type: Transform + pos: 38.5,-82.5 + parent: 2 + - uid: 19278 + components: + - type: Transform + pos: 29.5,-84.5 + parent: 2 + - uid: 19279 + components: + - type: Transform + pos: 36.5,-87.5 + parent: 2 + - uid: 19280 + components: + - type: Transform + pos: 84.5,-70.5 + parent: 2 +- proto: SignSurgery + entities: + - uid: 14675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 2 +- proto: SignToolStorage + entities: + - uid: 5613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-53.5 + parent: 2 +- proto: SignVault + entities: + - uid: 19066 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 7774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-18.5 + parent: 2 +- proto: SingularityGenerator + entities: + - uid: 5744 + components: + - type: Transform + pos: -9.5,-69.5 + parent: 2 +- proto: Sink + entities: + - uid: 5631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-49.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-41.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-42.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-50.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: 42.5,-40.5 + parent: 2 + - uid: 17428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 2 + - uid: 17804 + components: + - type: Transform + pos: 20.5,-70.5 + parent: 2 + - uid: 17883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-18.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 1875 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-15.5 + parent: 2 + - uid: 14036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-26.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 13948 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 +- proto: SMESAdvanced + entities: + - uid: 3092 + components: + - type: Transform + pos: 32.5,-71.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + pos: -22.5,-64.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + pos: -23.5,-64.5 + parent: 2 + - uid: 5266 + components: + - type: Transform + pos: -24.5,-64.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + pos: -9.5,-42.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: 31.5,-71.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 5552 + components: + - type: Transform + pos: -33.5,-46.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + pos: 87.5,-45.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + pos: 68.5,-21.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + pos: -13.5,-63.5 + parent: 2 + - uid: 17930 + components: + - type: Transform + pos: -12.5,-63.5 + parent: 2 +- proto: SnapPopBox + entities: + - uid: 17566 + components: + - type: Transform + pos: -39.601955,-32.50758 + parent: 2 +- proto: SodaDispenser + entities: + - uid: 5004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - uid: 7005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-45.5 + parent: 2 + - uid: 8084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-61.5 + parent: 2 +- proto: SolarControlComputerCircuitboard + entities: + - uid: 18308 + components: + - type: Transform + pos: 27.70133,-64.45214 + parent: 2 +- proto: SolarPanel + entities: + - uid: 7425 + components: + - type: Transform + pos: 98.5,-55.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: 98.5,-33.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: 98.5,-34.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + pos: 98.5,-35.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: 99.5,-36.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: 99.5,-37.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: 99.5,-38.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + pos: 99.5,-39.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: 96.5,-34.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: 100.5,-41.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: 100.5,-42.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: 100.5,-43.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: 100.5,-44.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: 100.5,-45.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: 100.5,-46.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: 100.5,-47.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: 100.5,-48.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 100.5,-49.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 99.5,-51.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: 99.5,-52.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: 99.5,-53.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: 99.5,-54.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + pos: 98.5,-56.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: 98.5,-57.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: 96.5,-35.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: 97.5,-37.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: 97.5,-38.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: 97.5,-39.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: 97.5,-40.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 98.5,-42.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 98.5,-43.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: 98.5,-44.5 + parent: 2 + - uid: 7546 + components: + - type: Transform + pos: 98.5,-45.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: 98.5,-46.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + pos: 98.5,-47.5 + parent: 2 + - uid: 7549 + components: + - type: Transform + pos: 98.5,-48.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + pos: 97.5,-50.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: 97.5,-51.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + pos: 97.5,-52.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + pos: 97.5,-53.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: 96.5,-56.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: 96.5,-55.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-65.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-66.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-67.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-68.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-69.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-70.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-70.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-71.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-71.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-72.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-72.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-72.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-72.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-72.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-72.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-22.5 + parent: 2 + - uid: 8253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-21.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-20.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-18.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-18.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-19.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-18.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-18.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-19.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-20.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-25.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-24.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-23.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-18.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-18.5 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 6742 + components: + - type: Transform + pos: 13.100592,-94.53007 + parent: 2 + - uid: 6743 + components: + - type: Transform + pos: 13.459967,-94.811516 + parent: 2 + - uid: 6744 + components: + - type: Transform + pos: 12.897467,-94.7646 + parent: 2 + - uid: 6752 + components: + - type: Transform + pos: 11.678717,-96.10929 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: 12.225592,-96.29692 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: 12.069342,-95.89039 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 17122 + components: + - type: Transform + pos: 41.5,-41.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 17339 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 +- proto: SpawnMobCatException + entities: + - uid: 17123 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 +- proto: SpawnMobCatKitten + entities: + - uid: 17850 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 +- proto: SpawnMobCatRuntime + entities: + - uid: 17058 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 +- proto: SpawnMobCleanBot + entities: + - uid: 17128 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 6189 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 +- proto: SpawnMobCow + entities: + - uid: 9257 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 6658 + components: + - type: Transform + pos: 34.5,-65.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 6222 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 19038 + components: + - type: Transform + pos: 57.5,-44.5 + parent: 2 +- proto: SpawnMobMedibot + entities: + - uid: 17055 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 19029 + components: + - type: Transform + pos: 36.5,-43.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 17124 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 17125 + components: + - type: Transform + pos: -6.5,-73.5 + parent: 2 + - uid: 17126 + components: + - type: Transform + pos: -39.5,-25.5 + parent: 2 + - uid: 17127 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 17337 + components: + - type: Transform + pos: 30.5,-27.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 6973 + components: + - type: Transform + pos: 24.5,-93.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 3033 + components: + - type: Transform + pos: 69.5,-48.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 17056 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 17054 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 +- proto: SpawnMobXenoPraetorian + entities: + - uid: 16770 + components: + - type: Transform + pos: 75.5,-30.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 15345 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: 27.5,-70.5 + parent: 2 + - uid: 17083 + components: + - type: Transform + pos: 30.5,-75.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 15305 + components: + - type: Transform + pos: 32.5,-50.5 + parent: 2 + - uid: 17073 + components: + - type: Transform + pos: 34.5,-48.5 + parent: 2 + - uid: 17074 + components: + - type: Transform + pos: 32.5,-48.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 15326 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 15327 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 15313 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 17084 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 15311 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 15347 + components: + - type: Transform + pos: 10.5,-94.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: 12.5,-97.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: 14.5,-95.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: 13.5,-93.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 15312 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 15306 + components: + - type: Transform + pos: 43.5,-43.5 + parent: 2 + - uid: 17072 + components: + - type: Transform + pos: 40.5,-43.5 + parent: 2 + - uid: 17077 + components: + - type: Transform + pos: 40.5,-44.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 269 + components: + - type: Transform + pos: 20.5,-66.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + pos: 18.5,-66.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 15316 + components: + - type: Transform + pos: -30.5,-63.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 15302 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 15309 + components: + - type: Transform + pos: -62.5,-63.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 19062 + components: + - type: Transform + pos: 70.5,-50.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 15325 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 13986 + components: + - type: Transform + pos: 71.5,-47.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 17085 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 17086 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 17087 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 19064 + components: + - type: Transform + pos: 54.5,-57.5 + parent: 2 + - uid: 19065 + components: + - type: Transform + pos: 53.5,-57.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 15323 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 15324 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 14659 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - uid: 15332 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 15333 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 474 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 15310 + components: + - type: Transform + pos: -54.5,-63.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 17921 + components: + - type: Transform + pos: 32.5,-43.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 15295 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 +- proto: SpawnPointParamedic + entities: + - uid: 15335 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 15291 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 15292 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 15294 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 15351 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 +- proto: SpawnPointReporter + entities: + - uid: 15296 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 17082 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 15297 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 15299 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 17080 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 15607 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 15352 + components: + - type: Transform + pos: 10.5,-95.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: 11.5,-97.5 + parent: 2 + - uid: 15354 + components: + - type: Transform + pos: 14.5,-94.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 4694 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 15301 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 19059 + components: + - type: Transform + pos: 58.5,-36.5 + parent: 2 + - uid: 19060 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 19061 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 19039 + components: + - type: Transform + pos: 60.5,-31.5 + parent: 2 + - uid: 19057 + components: + - type: Transform + pos: 63.5,-39.5 + parent: 2 + - uid: 19058 + components: + - type: Transform + pos: 59.5,-35.5 + parent: 2 + - uid: 19063 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 19067 + components: + - type: Transform + pos: 65.5,-35.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 15303 + components: + - type: Transform + pos: 30.5,-42.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + pos: 31.5,-43.5 + parent: 2 + - uid: 17075 + components: + - type: Transform + pos: 30.5,-43.5 + parent: 2 + - uid: 17076 + components: + - type: Transform + pos: 31.5,-42.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 5206 + components: + - type: Transform + pos: -28.5,-67.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: -22.5,-68.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 15320 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 19037 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 +- proto: SpawnVendingMachineRestockFoodDrink + entities: + - uid: 8340 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: -53.5,-65.5 + parent: 2 +- proto: SpearReinforced + entities: + - uid: 7337 + components: + - type: Transform + pos: 80.55358,-27.356148 + parent: 2 +- proto: SpeedLoaderMagnum + entities: + - uid: 17851 + components: + - type: Transform + pos: 67.51773,-52.43789 + parent: 2 +- proto: SprayBottle + entities: + - uid: 7125 + components: + - type: MetaData + desc: 'May contain: Bees.' + name: bee spray + - type: Transform + pos: 83.77711,-18.753477 + parent: 2 + - type: SolutionContainerManager + solutions: + spray: + temperature: 293.15 + canReact: True + maxVol: 100 + name: null + reagents: + - data: null + ReagentId: BuzzochloricBees + Quantity: 50 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 7182 + components: + - type: Transform + pos: 58.312195,-71.26866 + parent: 2 + - uid: 17417 + components: + - type: Transform + pos: 13.307397,-24.307322 + parent: 2 + - uid: 17709 + components: + - type: Transform + pos: 1.5561932,-62.455708 + parent: 2 +- proto: StairDark + entities: + - uid: 4632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-49.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-49.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-50.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-50.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-41.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-41.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-40.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-40.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-55.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-55.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-45.5 + parent: 2 + - uid: 12705 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-52.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-45.5 + parent: 2 + - uid: 16467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-54.5 + parent: 2 + - uid: 16468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-53.5 + parent: 2 + - uid: 16469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-52.5 + parent: 2 + - uid: 16470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-53.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + pos: 23.5,-61.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + pos: 24.5,-61.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + pos: 25.5,-61.5 + parent: 2 + - uid: 16475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-46.5 + parent: 2 + - uid: 16476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-46.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-45.5 + parent: 2 + - uid: 18848 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-35.5 + parent: 2 +- proto: StairStageDark + entities: + - uid: 2962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-75.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-79.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-79.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-77.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-13.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: -41.5,-77.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-76.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 5223 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 14639 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 +- proto: StasisBedMachineCircuitboard + entities: + - uid: 18302 + components: + - type: Transform + pos: 27.420341,-61.6539 + parent: 2 +- proto: StationAiUploadComputer + entities: + - uid: 10839 + components: + - type: Transform + pos: 79.5,-43.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-47.5 + parent: 2 +- proto: StationAnchor + entities: + - uid: 4683 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 +- proto: StationBeaconPart + entities: + - uid: 17336 + components: + - type: Transform + pos: 70.44866,-69.44586 + parent: 2 +- proto: StationEfficiencyCircuitBoard + entities: + - uid: 18625 + components: + - type: Transform + pos: 77.398285,-47.303596 + parent: 2 +- proto: StationMap + entities: + - uid: 2481 + components: + - type: Transform + pos: 66.5,-22.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-86.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: 53.5,-48.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-80.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-92.5 + parent: 2 + - uid: 13197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-50.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - uid: 14821 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 14823 + components: + - type: Transform + pos: 51.5,-22.5 + parent: 2 + - uid: 14827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-34.5 + parent: 2 + - uid: 14828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-56.5 + parent: 2 + - uid: 14830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-71.5 + parent: 2 + - uid: 17803 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-70.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-32.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 5649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-40.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-40.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-40.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-40.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-41.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-41.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-41.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-41.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-15.5 + parent: 2 + - uid: 14342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-15.5 + parent: 2 + - uid: 15278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-15.5 + parent: 2 +- proto: Stool + entities: + - uid: 6167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-50.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-49.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-48.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-37.5 + parent: 2 + - uid: 15513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-35.5 + parent: 2 +- proto: StoolBar + entities: + - uid: 7057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-43.5 + parent: 2 + - uid: 7058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-45.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-44.5 + parent: 2 + - uid: 8085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-63.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-62.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-61.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 3287 + components: + - type: Transform + pos: 54.5,-69.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + pos: 52.5,-72.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: 52.5,-71.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: 44.5,-59.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + pos: 36.5,-73.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: 51.5,-74.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 54.5,-68.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: 50.5,-74.5 + parent: 2 +- proto: Stunbaton + entities: + - uid: 15394 + components: + - type: Transform + pos: 60.24117,-36.438633 + parent: 2 + - uid: 15404 + components: + - type: Transform + pos: 60.393944,-36.61005 + parent: 2 + - uid: 19378 + components: + - type: Transform + pos: 9.691935,-47.56793 + parent: 2 + - type: Battery + startingCharge: 0 +- proto: SubstationBasic + entities: + - uid: 2711 + components: + - type: MetaData + name: Southwest Solars substation + - type: Transform + pos: -62.5,-65.5 + parent: 2 + - uid: 3066 + components: + - type: MetaData + name: Security substation + - type: Transform + pos: 70.5,-38.5 + parent: 2 + - uid: 4317 + components: + - type: MetaData + name: Engineering substation + - type: Transform + pos: -26.5,-65.5 + parent: 2 + - uid: 5014 + components: + - type: MetaData + name: Science substation + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 5423 + components: + - type: MetaData + name: Medical substation + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 5553 + components: + - type: MetaData + name: Gravity Generator substation + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 6590 + components: + - type: MetaData + name: HoP & Chemistry substation + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 6597 + components: + - type: MetaData + name: Hydroponics & Library substation + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 6929 + components: + - type: MetaData + name: Cargo substation + - type: Transform + pos: 33.5,-95.5 + parent: 2 + - uid: 7238 + components: + - type: MetaData + name: Bar & Kitchen substation + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 7422 + components: + - type: MetaData + name: AI Core substation + - type: Transform + pos: 93.5,-45.5 + parent: 2 + - uid: 8174 + components: + - type: MetaData + name: Southeast Solars substation + - type: Transform + pos: 82.5,-66.5 + parent: 2 + - uid: 8228 + components: + - type: MetaData + name: Northwest Solars substation + - type: Transform + pos: -54.5,-23.5 + parent: 2 + - uid: 15019 + components: + - type: MetaData + name: Arrivals substation + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 15441 + components: + - type: MetaData + name: Atmos substation + - type: Transform + pos: 28.5,-69.5 + parent: 2 + - uid: 17540 + components: + - type: MetaData + name: Bridge substation + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 17627 + components: + - type: MetaData + name: AME substation + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - type: Pullable + prevFixedRotation: True + - uid: 18045 + components: + - type: MetaData + name: Genpop substation + - type: Transform + pos: 68.5,-19.5 + parent: 2 +- proto: SubstationMachineCircuitboard + entities: + - uid: 18309 + components: + - type: Transform + pos: 27.367998,-64.327995 + parent: 2 +- proto: SuitStorageBase + entities: + - uid: 16520 + components: + - type: Transform + pos: 5.5,-14.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: + - 16569 + - 16576 + - 16593 + - 16625 + - uid: 16629 + components: + - type: Transform + pos: 7.5,-14.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: + - 16632 + - 16633 + - 16649 + - 16651 + - uid: 16712 + components: + - type: Transform + pos: 6.5,-14.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: + - 16733 + - 16734 + - 16735 + - 16830 +- proto: SuitStorageCaptain + entities: + - uid: 5468 + components: + - type: Transform + pos: -43.5,-52.5 + parent: 2 +- proto: SuitStorageCMO + entities: + - uid: 5208 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 +- proto: SuitStorageEngi + entities: + - uid: 2826 + components: + - type: Transform + pos: -29.5,-70.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + pos: -17.5,-70.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 10350 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 +- proto: SuitStorageHOS + entities: + - uid: 13801 + components: + - type: Transform + pos: 70.5,-45.5 + parent: 2 +- proto: SuitStorageRD + entities: + - uid: 5006 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 +- proto: SuitStorageSalv + entities: + - uid: 6848 + components: + - type: Transform + pos: 34.5,-100.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + pos: 35.5,-100.5 + parent: 2 + - uid: 6850 + components: + - type: Transform + pos: 33.5,-100.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 271 + components: + - type: Transform + pos: 60.5,-59.5 + parent: 2 + - uid: 3325 + components: + - type: Transform + pos: 61.5,-59.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7223 + components: + - type: Transform + pos: 69.5,-33.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: 69.5,-34.5 + parent: 2 + - uid: 8125 + components: + - type: Transform + pos: 69.5,-35.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + pos: 59.5,-59.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 7273 + components: + - type: Transform + pos: 57.5,-41.5 + parent: 2 +- proto: SurveillanceCameraCommand + entities: + - uid: 7438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-53.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core Outside, South + - uid: 8044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge, Telecomms + - uid: 16311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-46.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Upload + - uid: 16344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-45.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Upload Entrance + - uid: 17595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-59.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: HoP's Office + - uid: 17612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: EVA Storage + - uid: 17613 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Vault + - uid: 17622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Gravity Generator + - uid: 17623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge, Back + - uid: 17624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Captain's Office + - uid: 17625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-52.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Captain's Room + - uid: 17626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge, Front + - uid: 17661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,-44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core + - uid: 17676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Nuke Containment + - uid: 18558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge, Northwest + - uid: 18723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core Entrance, South + - uid: 18724 + components: + - type: Transform + pos: 82.5,-41.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core Entrance, North + - uid: 18725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 97.5,-45.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core Outside, East + - uid: 18726 + components: + - type: Transform + pos: 92.5,-37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: AI Core Outside, North + - uid: 19040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge Supplies +- proto: SurveillanceCameraEngineering + entities: + - uid: 3184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-73.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Singularity Chamber, North + - uid: 11942 + components: + - type: Transform + pos: 41.5,-73.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Hall, South + - uid: 13648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-63.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Hall, Northwest + - uid: 16532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-80.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Singularity Chamber, East + - uid: 17628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-66.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Particle Accelerator + - uid: 17629 + components: + - type: Transform + pos: -57.5,-20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Solars, Northwest + - uid: 17631 + components: + - type: Transform + pos: -11.5,-61.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Reception + - uid: 17632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-63.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Hall + - uid: 17634 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: AME & Storage + - uid: 17639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-60.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Tech Storage + - uid: 17677 + components: + - type: Transform + pos: 28.5,-75.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Reception + - uid: 18164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-56.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Miners + - uid: 18559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-68.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Storage + - uid: 18727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-68.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Solars, Eastern + - uid: 19017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-80.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Singularity Chamber, West + - uid: 19093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-63.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: CE's Office + - uid: 19096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-70.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Solars, Southwest + - uid: 19100 + components: + - type: Transform + pos: -23.5,-87.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Singularity Chamber, South +- proto: SurveillanceCameraGeneral + entities: + - uid: 3912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals, Engineering + - uid: 5352 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals, Medical + - uid: 15173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Morgue Hallway + - uid: 16546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: North Science Hallway + - uid: 17348 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: North Medical Hallway + - uid: 17618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals, Front + - uid: 17619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals, Cryosleep + - uid: 17630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Toolroom + - uid: 17640 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Roundabout, Southwest + - uid: 17646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-18.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Virology Hallway + - uid: 17647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-36.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Medical / Vault Hallway + - uid: 17649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dorms, Hallway + - uid: 17663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: East Science Hallway + - uid: 17664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac + - uid: 17665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-33.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Bridge Entrance, North + - uid: 17675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Bridge Entrance, South + - uid: 17854 + components: + - type: Transform + pos: 15.5,-54.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Changing Room + - uid: 17863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-67.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Library / HoP Hallway + - uid: 17912 + components: + - type: Transform + pos: 38.5,-54.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Atmos View Hallway + - uid: 18132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Security Hallway + - uid: 18555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Roundabout, Northeast + - uid: 18556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Outside Vault + - uid: 18557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-46.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Janitorial Hallway + - uid: 18560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Reporter's Hallway + - uid: 18561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Breaching Point + - uid: 18564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-61.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dorms, Entrance + - uid: 18565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Atmospherics Hallway + - uid: 18730 + components: + - type: Transform + pos: -2.5,-70.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Library Hallway + - uid: 18731 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Visitor Shuttle Dock + - uid: 18741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: AME Hall, North + - uid: 18742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: AME Hall, West + - uid: 18743 + components: + - type: Transform + pos: 16.5,-79.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Cargo Hallway + - uid: 19035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-43.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Bridge Entrance + - uid: 19036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals, Docking + - uid: 19041 + components: + - type: Transform + pos: -17.5,-56.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Engineering Hallway +- proto: SurveillanceCameraMedical + entities: + - uid: 17592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-70.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry Workroom + - uid: 17593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry Backroom + - uid: 17609 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical Locker Room + - uid: 17610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Surgery & Backroom + - uid: 17611 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: CMO's Office + - uid: 17643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Virology Workspace + - uid: 17644 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Virology Waiting Room + - uid: 18539 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical Entrance + - uid: 18728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-69.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical Outpost +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 15917 + components: + - type: Transform + pos: -44.5,-38.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 5863 + components: + - type: Transform + pos: -10.5,-72.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 18007 + components: + - type: Transform + pos: 83.5,-43.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 15030 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 19140 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 3087 + components: + - type: Transform + pos: 68.5,-37.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 6604 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 8782 + components: + - type: Transform + pos: 35.5,-95.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 16981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: RD's Office + - uid: 17614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Robotics + - uid: 17615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Xenoarcheology + - uid: 17617 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Science Main Hall + - uid: 19094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Artifact Chamber +- proto: SurveillanceCameraSecurity + entities: + - uid: 5345 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security Outpost + - uid: 7212 + components: + - type: Transform + pos: 68.5,-35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Mini-Armory + - uid: 11940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security Entrance + - uid: 13856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden's Office + - uid: 14568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-41.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation Room + - uid: 14573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop, Exit + - uid: 14574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-27.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop, Lockers + - uid: 14806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-18.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop, South + - uid: 14812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop, North + - uid: 14815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop, Containment Area + - uid: 15451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HoS' Office + - uid: 15455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-36.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security Hall + - uid: 15456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Genpop Crossing + - uid: 15457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Main Armory + - uid: 15459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Locker Room + - uid: 16285 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brigmed + - uid: 18293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-50.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Detective's Office +- proto: SurveillanceCameraService + entities: + - uid: 7213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-54.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Lawyer's Office + - uid: 15171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bartender Backroom + - uid: 15172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Freezer + - uid: 17476 + components: + - type: Transform + pos: -55.5,-63.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Clown & Mime Rooms + - uid: 17596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-53.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Botany + - uid: 17620 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Reporter's Room + - uid: 17621 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Chapel + - uid: 17641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen + - uid: 17642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bar, Counter + - uid: 18462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bar, Stage + - uid: 18729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-63.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Library + - uid: 19042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Janitorial + - uid: 19337 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Chaplain's Room +- proto: SurveillanceCameraSupply + entities: + - uid: 3832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-98.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Dock, West + - uid: 4688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-97.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Suit Room + - uid: 8204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-92.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Breakroom + - uid: 8835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-90.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Reception + - uid: 17589 + components: + - type: Transform + pos: 50.5,-101.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Salvage + - uid: 17590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-81.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Entrance + - uid: 17591 + components: + - type: Transform + pos: 10.5,-90.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: QM's Office + - uid: 17660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-99.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Dock, West + - uid: 18566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-82.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Employee Entrance + - uid: 19092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-93.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Materials + - uid: 19130 + components: + - type: Transform + pos: 29.5,-101.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo Dock, East +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 6076 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 +- proto: SurveillanceWirelessCameraAnchoredCircuitboard + entities: + - uid: 18311 + components: + - type: Transform + pos: 27.646963,-62.565727 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 4279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-25.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-25.5 + parent: 2 +- proto: SurvivalKnife + entities: + - uid: 17304 + components: + - type: Transform + pos: 71.9411,-16.53467 + parent: 2 + - uid: 17527 + components: + - type: Transform + pos: 83.72667,-72.569664 + parent: 2 +- proto: Syringe + entities: + - uid: 5220 + components: + - type: Transform + pos: 19.309967,-24.307837 + parent: 2 + - uid: 15226 + components: + - type: Transform + pos: 42.491875,-29.366682 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: 60.567352,-32.410225 + parent: 2 + - uid: 17704 + components: + - type: Transform + pos: 15.497647,-70.39351 + parent: 2 +- proto: Table + entities: + - uid: 36 + components: + - type: Transform + pos: -20.5,-65.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 1152 + components: + - type: Transform + pos: -14.5,-61.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 57.5,-28.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 10.5,-84.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 9.5,-84.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + pos: 8.5,-84.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -21.5,-64.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: 35.5,-45.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + pos: 53.5,-56.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: 56.5,-18.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: 19.5,-50.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 23.5,-85.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 38.5,-45.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 38.5,-44.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: 38.5,-43.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: 38.5,-42.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 35.5,-42.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: 29.5,-44.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 30.5,-44.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 31.5,-44.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: 32.5,-44.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 29.5,-41.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: 30.5,-41.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: 31.5,-41.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 32.5,-41.5 + parent: 2 + - uid: 5083 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 5116 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 5118 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 5138 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + pos: -3.5,-47.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 5225 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 5272 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: -22.5,-51.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: -22.5,-52.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: -9.5,-71.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: -14.5,-60.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: -13.5,-61.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: -13.5,-60.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: -12.5,-71.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -11.5,-58.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: 41.5,-42.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 8.5,-83.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: 21.5,-61.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: 52.5,-99.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: 52.5,-98.5 + parent: 2 + - uid: 6915 + components: + - type: Transform + pos: 51.5,-99.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: 51.5,-98.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + pos: 41.5,-43.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + pos: 41.5,-44.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + pos: 41.5,-45.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: 42.5,-42.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: 42.5,-43.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + pos: 42.5,-44.5 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: 42.5,-45.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: 44.5,-40.5 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: 44.5,-41.5 + parent: 2 + - uid: 7002 + components: + - type: Transform + pos: 36.5,-46.5 + parent: 2 + - uid: 7063 + components: + - type: Transform + pos: 27.5,-46.5 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: 27.5,-45.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: 62.5,-40.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: 77.5,-20.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 77.5,-19.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + pos: 77.5,-21.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: 65.5,-34.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: 29.5,-76.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: 30.5,-76.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: 49.5,-25.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: 49.5,-56.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + pos: 57.5,-32.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: 55.5,-56.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: 54.5,-56.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + pos: 62.5,-32.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + pos: 67.5,-35.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + pos: 62.5,-31.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: 60.5,-39.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - uid: 15104 + components: + - type: Transform + pos: 49.5,-49.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + pos: 71.5,-19.5 + parent: 2 + - uid: 15283 + components: + - type: Transform + pos: 49.5,-18.5 + parent: 2 + - uid: 15403 + components: + - type: Transform + pos: 60.5,-26.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: 35.5,-73.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + pos: 25.5,-85.5 + parent: 2 + - uid: 16382 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 16711 + components: + - type: Transform + pos: -25.5,-66.5 + parent: 2 + - uid: 16972 + components: + - type: Transform + pos: 22.5,-85.5 + parent: 2 + - uid: 17708 + components: + - type: Transform + pos: 1.5,-62.5 + parent: 2 + - uid: 17909 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 17910 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 17931 + components: + - type: Transform + pos: 58.5,-20.5 + parent: 2 + - uid: 18148 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + pos: -22.5,-14.5 + parent: 2 + - uid: 18246 + components: + - type: Transform + pos: -21.5,-66.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 + - uid: 18272 + components: + - type: Transform + pos: 66.5,-17.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 18531 + components: + - type: Transform + pos: 11.5,-77.5 + parent: 2 + - uid: 19367 + components: + - type: Transform + pos: -19.5,-49.5 + parent: 2 +- proto: TableCarpet + entities: + - uid: 4876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-53.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-50.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: 12.5,-94.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: 11.5,-95.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: 13.5,-95.5 + parent: 2 + - uid: 6726 + components: + - type: Transform + pos: 13.5,-94.5 + parent: 2 + - uid: 6727 + components: + - type: Transform + pos: 11.5,-96.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + pos: 11.5,-94.5 + parent: 2 + - uid: 6729 + components: + - type: Transform + pos: 12.5,-96.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: 12.5,-95.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + pos: 13.5,-96.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-51.5 + parent: 2 + - uid: 17734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-51.5 + parent: 2 + - uid: 17798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-52.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 1433 + components: + - type: Transform + pos: 26.5,-70.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: 20.5,-76.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 19.5,-76.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 18.5,-76.5 + parent: 2 +- proto: TableFancyPurple + entities: + - uid: 165 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 2259 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 2926 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-66.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-63.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-63.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-62.5 + parent: 2 +- proto: TableFrame + entities: + - uid: 7330 + components: + - type: Transform + pos: 80.5,-29.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-64.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-63.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-62.5 + parent: 2 + - uid: 8077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-64.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-61.5 + parent: 2 + - uid: 8081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-61.5 + parent: 2 + - uid: 8082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-62.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-64.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-61.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-77.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 458 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: 12.5,-69.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: -38.5,-16.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: 12.5,-70.5 + parent: 2 + - uid: 17338 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 17797 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 2152 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: 17.5,-74.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + pos: 33.5,-78.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: -8.5,-77.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: -9.5,-77.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 12416 + components: + - type: Transform + pos: 21.5,-71.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: 21.5,-65.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: 32.5,-78.5 + parent: 2 + - uid: 17013 + components: + - type: Transform + pos: 2.5,-79.5 + parent: 2 + - uid: 17014 + components: + - type: Transform + pos: 3.5,-79.5 + parent: 2 + - uid: 17015 + components: + - type: Transform + pos: 4.5,-79.5 + parent: 2 + - uid: 17016 + components: + - type: Transform + pos: 2.5,-78.5 + parent: 2 + - uid: 17374 + components: + - type: Transform + pos: 5.5,-69.5 + parent: 2 + - uid: 17801 + components: + - type: Transform + pos: 16.5,-67.5 + parent: 2 + - uid: 17802 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 736 + components: + - type: Transform + pos: -47.5,-46.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 8.5,-86.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 32.5,-91.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: 67.5,-48.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + pos: 68.5,-48.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + pos: 29.5,-101.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: 29.5,-90.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: 31.5,-89.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + pos: -39.5,-38.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: -40.5,-38.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: 17.5,-100.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: -44.5,-46.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: -56.5,-61.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: 11.5,-49.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: 25.5,-90.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + pos: 23.5,-90.5 + parent: 2 + - uid: 6715 + components: + - type: Transform + pos: 31.5,-101.5 + parent: 2 + - uid: 6719 + components: + - type: Transform + pos: 31.5,-94.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: 31.5,-93.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: 32.5,-92.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: 15.5,-98.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: 14.5,-98.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: 8.5,-95.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + pos: 8.5,-94.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + pos: 10.5,-87.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: 8.5,-90.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + pos: 10.5,-89.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: 8.5,-89.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 8.5,-96.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 13.5,-98.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: 12.5,-98.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + pos: -56.5,-28.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: 77.5,-47.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + pos: 77.5,-43.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: 25.5,-89.5 + parent: 2 + - uid: 8974 + components: + - type: Transform + pos: 23.5,-89.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: -47.5,-45.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 57.5,-46.5 + parent: 2 + - uid: 10798 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 67.5,-46.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + pos: 76.5,-47.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: 61.5,-42.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: 61.5,-43.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + pos: 58.5,-47.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: 59.5,-47.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: 60.5,-47.5 + parent: 2 + - uid: 17264 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 2 + - uid: 17269 + components: + - type: Transform + pos: 72.5,-42.5 + parent: 2 + - uid: 17270 + components: + - type: Transform + pos: 71.5,-42.5 + parent: 2 + - uid: 17271 + components: + - type: Transform + pos: 61.5,-27.5 + parent: 2 + - uid: 17330 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + pos: 78.5,-43.5 + parent: 2 + - uid: 18211 + components: + - type: Transform + pos: -56.5,-62.5 + parent: 2 + - uid: 18584 + components: + - type: Transform + pos: 35.5,-91.5 + parent: 2 + - uid: 19018 + components: + - type: Transform + pos: 78.5,-47.5 + parent: 2 + - uid: 19177 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: -50.5,-60.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + pos: -51.5,-60.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: -49.5,-60.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 591 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: 48.5,-40.5 + parent: 2 +- proto: TableWood + entities: + - uid: 2760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-51.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-51.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-54.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-54.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + pos: -38.5,-55.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + pos: -40.5,-52.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: -45.5,-54.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -44.5,-54.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: -45.5,-52.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: -45.5,-55.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: -19.5,-47.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: -22.5,-44.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: -44.5,-61.5 + parent: 2 + - uid: 5881 + components: + - type: Transform + pos: -40.5,-61.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: -38.5,-62.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: -47.5,-68.5 + parent: 2 + - uid: 5978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-63.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-63.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + pos: -64.5,-61.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: 34.5,-50.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: 35.5,-50.5 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: 33.5,-50.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + pos: 72.5,-52.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + pos: -21.5,-46.5 + parent: 2 +- proto: TableXeno + entities: + - uid: 486 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: -25.5,-32.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: 53.5,-47.5 + parent: 2 + - uid: 5082 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: 53.5,-29.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + pos: 53.5,-30.5 + parent: 2 + - uid: 7428 + components: + - type: Transform + pos: 46.5,-74.5 + parent: 2 + - uid: 7429 + components: + - type: Transform + pos: 45.5,-75.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: 56.5,-77.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: 61.5,-62.5 + parent: 2 + - uid: 8833 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: 55.5,-77.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: 53.5,-77.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + pos: -25.5,-31.5 + parent: 2 + - uid: 12420 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: 62.5,-62.5 + parent: 2 + - uid: 13338 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + pos: 60.5,-62.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + pos: 58.5,-71.5 + parent: 2 + - uid: 13997 + components: + - type: Transform + pos: -25.5,-30.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + pos: -25.5,-29.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + pos: -17.5,-42.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + pos: -18.5,-42.5 + parent: 2 + - uid: 14051 + components: + - type: Transform + pos: -16.5,-42.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 14070 + components: + - type: Transform + pos: 66.5,-69.5 + parent: 2 + - uid: 14119 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 14578 + components: + - type: Transform + pos: -43.5,-23.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + pos: -42.5,-23.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: 42.5,-77.5 + parent: 2 + - uid: 16315 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + pos: -33.5,-29.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 16438 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 16513 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: 75.5,-56.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: 75.5,-55.5 + parent: 2 + - uid: 17088 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - uid: 17140 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 2 + - uid: 17141 + components: + - type: Transform + pos: 37.5,-29.5 + parent: 2 + - uid: 17142 + components: + - type: Transform + pos: 41.5,-30.5 + parent: 2 + - uid: 17143 + components: + - type: Transform + pos: 11.5,-44.5 + parent: 2 + - uid: 17375 + components: + - type: Transform + pos: 37.5,-28.5 + parent: 2 + - uid: 17482 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - uid: 17603 + components: + - type: Transform + pos: -53.5,-42.5 + parent: 2 + - uid: 17604 + components: + - type: Transform + pos: -53.5,-47.5 + parent: 2 + - uid: 17606 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 17779 + components: + - type: Transform + pos: -54.5,-43.5 + parent: 2 + - uid: 17849 + components: + - type: Transform + pos: -53.5,-43.5 + parent: 2 + - uid: 17852 + components: + - type: Transform + pos: -53.5,-51.5 + parent: 2 + - uid: 17864 + components: + - type: Transform + pos: -53.5,-39.5 + parent: 2 + - uid: 17881 + components: + - type: Transform + pos: -54.5,-47.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: -53.5,-48.5 + parent: 2 + - uid: 17955 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 18067 + components: + - type: Transform + pos: -52.5,-51.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: -52.5,-52.5 + parent: 2 + - uid: 18109 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 18267 + components: + - type: Transform + pos: -50.5,-54.5 + parent: 2 + - uid: 18488 + components: + - type: Transform + pos: -52.5,-38.5 + parent: 2 + - uid: 18518 + components: + - type: Transform + pos: -52.5,-39.5 + parent: 2 + - uid: 18520 + components: + - type: Transform + pos: 42.5,-30.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + pos: 42.5,-29.5 + parent: 2 + - uid: 19206 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + pos: 48.5,-29.5 + parent: 2 +- proto: TargetStrange + entities: + - uid: 17572 + components: + - type: Transform + pos: -39.5,-75.5 + parent: 2 +- proto: TegCenter + entities: + - uid: 11944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-70.5 + parent: 2 +- proto: TegCirculator + entities: + - uid: 9210 + components: + - type: Transform + pos: 41.5,-70.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 15414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-70.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 5607 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 16387 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 6591 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 6605 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 6812 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 6927 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 6930 + components: + - type: Transform + pos: 33.5,-94.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 15026 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerCircuitboard + entities: + - uid: 18310 + components: + - type: Transform + pos: 27.421175,-62.3844 + parent: 2 +- proto: TelecomServerFilledCommon + entities: + - uid: 5791 + components: + - type: Transform + pos: 83.5,-47.5 + parent: 2 +- proto: TelecomServerFilledEngineering + entities: + - uid: 8025 + components: + - type: Transform + pos: -11.5,-72.5 + parent: 2 +- proto: TelecomServerFilledScience + entities: + - uid: 17868 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 +- proto: TelecomServerFilledSecurity + entities: + - uid: 3072 + components: + - type: Transform + pos: 67.5,-37.5 + parent: 2 +- proto: TeslaCoil + entities: + - uid: 18568 + components: + - type: Transform + pos: -25.5,-83.5 + parent: 2 + - uid: 18569 + components: + - type: Transform + pos: -25.5,-81.5 + parent: 2 + - uid: 18570 + components: + - type: Transform + pos: -25.5,-79.5 + parent: 2 + - uid: 18571 + components: + - type: Transform + pos: -21.5,-79.5 + parent: 2 + - uid: 18572 + components: + - type: Transform + pos: -21.5,-81.5 + parent: 2 + - uid: 18573 + components: + - type: Transform + pos: -21.5,-83.5 + parent: 2 +- proto: TeslaGenerator + entities: + - uid: 5743 + components: + - type: Transform + pos: -9.5,-70.5 + parent: 2 +- proto: TeslaGroundingRod + entities: + - uid: 18487 + components: + - type: Transform + pos: -23.5,-83.5 + parent: 2 + - uid: 18574 + components: + - type: Transform + pos: -26.5,-81.5 + parent: 2 + - uid: 18575 + components: + - type: Transform + pos: -23.5,-79.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + pos: -20.5,-81.5 + parent: 2 +- proto: Thruster + entities: + - uid: 13211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 2 + - uid: 13212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 2 + - uid: 13213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - uid: 13214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 2 +- proto: TintedWindow + entities: + - uid: 1451 + components: + - type: Transform + pos: 69.5,-43.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 69.5,-41.5 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 6200 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-19.5 + parent: 2 + - uid: 17884 + components: + - type: Transform + pos: 36.5,-11.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: + - 17885 + - 17886 + - 17893 + - 17907 +- proto: ToiletGoldenDirtyWater + entities: + - uid: 16100 + components: + - type: Transform + pos: -37.5,-52.5 + parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 8139 + components: + - type: Transform + pos: 71.33725,-19.22458 + parent: 2 + - uid: 19370 + components: + - type: Transform + pos: -19.419056,-49.5568 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 5581 + components: + - type: Transform + pos: -53.44055,-51.31198 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: -19.678328,-52.280025 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: -19.412703,-52.467655 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: 20.395407,-61.590107 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: 71.665375,-19.465302 + parent: 2 + - uid: 17605 + components: + - type: Transform + pos: 33.437138,-16.527544 + parent: 2 + - uid: 17751 + components: + - type: Transform + pos: -6.4413433,-43.538803 + parent: 2 +- proto: ToolboxEmergency + entities: + - uid: 5940 + components: + - type: Transform + pos: -9.450675,-3.375928 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 5583 + components: + - type: Transform + pos: -54.11374,-43.544144 + parent: 2 + - uid: 5738 + components: + - type: Transform + pos: -19.65343,-49.29099 + parent: 2 + - uid: 17023 + components: + - type: Transform + pos: -46.50093,-12.413582 + parent: 2 + - uid: 17882 + components: + - type: Transform + pos: 35.76561,-18.532131 + parent: 2 + - uid: 19298 + components: + - type: Transform + pos: -5.51822,-27.396221 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 5149 + components: + - type: Transform + pos: 11.5,-44.5 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 5582 + components: + - type: Transform + pos: -54.441864,-43.340878 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: -22.663105,-51.29238 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: -22.350605,-51.495647 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 6.3929605,-3.2707329 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: 6.7679605,-3.536543 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: 50.404854,-94.47299 + parent: 2 + - uid: 7744 + components: + - type: Transform + pos: 61.491913,-43.517254 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: 53.37742,-30.043339 + parent: 2 + - uid: 17842 + components: + - type: Transform + pos: -13.449109,-21.35588 + parent: 2 +- proto: ToolboxMechanicalFilledAllTools + entities: + - uid: 5380 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 +- proto: TorsoSkeleton + entities: + - uid: 7331 + components: + - type: Transform + pos: 79.86608,-26.933979 + parent: 2 +- proto: Tourniquet + entities: + - uid: 6014 + components: + - type: Transform + pos: 42.60125,-28.663069 + parent: 2 +- proto: ToyAi + entities: + - uid: 6036 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyAmongPequeno + entities: + - uid: 17384 + components: + - type: Transform + pos: 35.4657,-82.51966 + parent: 2 + - uid: 17386 + components: + - type: Transform + pos: 91.23651,-82.45368 + parent: 2 +- proto: ToyFigurineChaplain + entities: + - uid: 19391 + components: + - type: Transform + pos: -21.504704,-26.468311 + parent: 2 +- proto: ToyFigurineQueen + entities: + - uid: 6017 + components: + - type: Transform + pos: -2.0095367,-62.857395 + parent: 2 + - uid: 18012 + components: + - type: Transform + pos: -22.796017,-18.004782 + parent: 2 +- proto: ToyFigurineResearchDirector + entities: + - uid: 11468 + components: + - type: Transform + pos: -23.410599,-17.994358 + parent: 2 +- proto: ToyFigurineSalvage + entities: + - uid: 6034 + components: + - type: Transform + parent: 2004 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6983 + components: + - type: Transform + pos: 51.993618,-98.8094 + parent: 2 +- proto: ToyFigurineScientist + entities: + - uid: 15611 + components: + - type: Transform + pos: -22.517565,-35.42746 + parent: 2 +- proto: ToyHammer + entities: + - uid: 15275 + components: + - type: Transform + pos: 43.490074,-18.507881 + parent: 2 +- proto: ToyIan + entities: + - uid: 5148 + components: + - type: Transform + pos: 9.85424,-44.367374 + parent: 2 + - uid: 17381 + components: + - type: Transform + pos: 30.247137,-83.51658 + parent: 2 + - uid: 18018 + components: + - type: Transform + pos: 15.489809,-60.14317 + parent: 2 +- proto: ToyNuke + entities: + - uid: 17382 + components: + - type: Transform + pos: 30.684637,-83.6573 + parent: 2 +- proto: ToyRipley + entities: + - uid: 17383 + components: + - type: Transform + pos: 12.313462,-94.44978 + parent: 2 +- proto: ToySword + entities: + - uid: 19047 + components: + - type: Transform + pos: 64.42656,-70.317154 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: 64.58922,-70.48394 + parent: 2 +- proto: TrashBag + entities: + - uid: 7197 + components: + - type: Transform + pos: 58.57782,-71.42502 + parent: 2 +- proto: TrashBakedBananaPeel + entities: + - uid: 14733 + components: + - type: Transform + pos: 60.409534,-66.50437 + parent: 2 + - type: Conveyed +- proto: TrashBananaPeel + entities: + - uid: 5987 + components: + - type: Transform + pos: -58.50746,-65.516075 + parent: 2 +- proto: trayScanner + entities: + - uid: 2799 + components: + - type: Transform + pos: -20.55822,-65.533104 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: 45.307762,-48.38038 + parent: 2 +- proto: Turnstile + entities: + - uid: 5695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-26.5 + parent: 2 +- proto: TurnstileGenpopEnter + entities: + - uid: 5670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-19.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-22.5 + parent: 2 + - uid: 18780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-17.5 + parent: 2 +- proto: TurnstileGenpopLeave + entities: + - uid: 18813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-15.5 + parent: 2 + - uid: 18814 + components: + - type: Transform + pos: 65.5,-22.5 + parent: 2 + - uid: 18815 + components: + - type: Transform + pos: 65.5,-26.5 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 3622 + components: + - type: Transform + pos: 61.5,-67.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7704: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 8801: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 16537: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 8804: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 9314: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 3623 + components: + - type: Transform + pos: 60.5,-71.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7143: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 8219: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7706: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 6127: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7728: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7727: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7142: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 6128: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7141: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 6129: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7139: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7137: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7136: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 8580: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7133: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7132: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 3387: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7730: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7185: + - - Left + - Open + - - Right + - Open + - - Middle + - Close + - uid: 18264 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18358: + - - Left + - On + - - Right + - On + - - Middle + - Off + 6123: + - - Left + - Open + - - Right + - Open + - - Middle + - Close + - - Left + - AutoClose + - - Right + - AutoClose + 4205: + - - Left + - Open + - - Right + - Open + - - Middle + - Close + - - Left + - AutoClose + - - Right + - AutoClose + - uid: 18765 + components: + - type: Transform + pos: 51.5,-97.5 + parent: 2 +- proto: UnfinishedMachineFrame + entities: + - uid: 17877 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 +- proto: UniformPrinter + entities: + - uid: 16375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-57.5 + parent: 2 + - type: TechnologyDatabase + supportedDisciplines: + - Industrial + - Arsenal + - Experimental + - CivilianServices +- proto: UniformScrubsColorBlue + entities: + - uid: 19025 + components: + - type: Transform + pos: 9.660529,-25.157125 + parent: 2 +- proto: UniformScrubsColorGreen + entities: + - uid: 17552 + components: + - type: Transform + pos: -40.413795,-61.538876 + parent: 2 +- proto: UraniumWindow + entities: + - uid: 6902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-42.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: 16.5,-40.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 14024 + components: + - type: Transform + pos: 17.5,-40.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + pos: 16.5,-44.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + pos: 17.5,-44.5 + parent: 2 + - uid: 14035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-41.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-43.5 + parent: 2 + - uid: 17173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-40.5 + parent: 2 +- proto: UraniumWindowDiagonal + entities: + - uid: 14429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-44.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-44.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-40.5 + parent: 2 + - uid: 14437 + components: + - type: Transform + pos: 15.5,-40.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 7778 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 7083 + components: + - type: Transform + pos: 31.5,-50.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 7980 + components: + - type: Transform + pos: 27.5,-74.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 3528 + components: + - type: Transform + pos: 38.5,-46.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: 69.5,-63.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 6688 + components: + - type: Transform + pos: 11.5,-92.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 6175 + components: + - type: Transform + pos: 15.5,-56.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 5633 + components: + - type: Transform + pos: -19.5,-44.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 7027 + components: + - type: Transform + pos: 43.5,-47.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 7007 + components: + - type: Transform + pos: 44.5,-46.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 18931 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 16171 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 3523 + components: + - type: Transform + pos: 55.5,-48.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: -35.5,-60.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 34.5,-46.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + pos: 65.5,-46.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 2 + - uid: 17444 + components: + - type: Transform + pos: -47.5,-55.5 + parent: 2 + - uid: 17822 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 6158 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 4630 + components: + - type: Transform + pos: -44.5,-44.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 16479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-46.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 6221 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 7122 + components: + - type: Transform + pos: 68.5,-53.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 7028 + components: + - type: Transform + pos: 42.5,-47.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 12832 + components: + - type: Transform + pos: 68.5,-40.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 17973 + components: + - type: Transform + pos: -22.5,-61.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 5704 + components: + - type: Transform + pos: -17.5,-59.5 + parent: 2 + - uid: 7420 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 1895 + components: + - type: Transform + pos: -4.5,-64.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 14282 + components: + - type: Transform + pos: 50.5,-46.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 5172 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 5629 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 10500 + components: + - type: Transform + pos: 49.5,-55.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 7801 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 14434 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 5845 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 +- proto: VendingMachinePride + entities: + - uid: 12823 + components: + - type: Transform + pos: 15.5,-48.5 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 16522 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 16514 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 6924 + components: + - type: Transform + pos: 53.5,-101.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 14229 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 7269 + components: + - type: Transform + pos: 60.5,-34.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 60.5,-35.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 10749 + components: + - type: Transform + pos: 57.5,-35.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 5170 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 14361 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 +- proto: VendingMachineSoda + entities: + - uid: 8353 + components: + - type: Transform + pos: 8.5,-92.5 + parent: 2 + - uid: 13877 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 8218 + components: + - type: Transform + pos: -41.5,-23.5 + parent: 2 + - uid: 13899 + components: + - type: Transform + pos: 43.5,-75.5 + parent: 2 + - uid: 17095 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 14273 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 + - uid: 17945 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 18133 + components: + - type: Transform + pos: 33.5,-37.5 + parent: 2 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 290 + components: + - type: Transform + pos: -14.5,-71.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 1666 + components: + - type: Transform + pos: 33.5,-74.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: 33.5,-97.5 + parent: 2 + - uid: 19356 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 6156 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 5097 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 7781 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 +- proto: VendingMachineWallMedical + entities: + - uid: 5271 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-16.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 6159 + components: + - type: Transform + pos: 17.5,-48.5 + parent: 2 + - uid: 17419 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 5706 + components: + - type: Transform + pos: -17.5,-60.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 +- proto: WallmountTelescreen + entities: + - uid: 6917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 15276 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 43 + components: + - type: Transform + pos: -15.5,-63.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: 66.5,-49.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: 69.5,-40.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 26.5,-100.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 61.5,-34.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 11.5,-70.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 61.5,-33.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: 62.5,-26.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + pos: 9.5,-85.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: 64.5,-48.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 11.5,-68.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: 8.5,-85.5 + parent: 2 + - uid: 2484 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: 7.5,-83.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + pos: 7.5,-85.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: 7.5,-86.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: 10.5,-85.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: 11.5,-85.5 + parent: 2 + - uid: 2492 + components: + - type: Transform + pos: 11.5,-86.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: 13.5,-86.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: 13.5,-85.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: 42.5,-79.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: 16.5,-98.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + pos: 16.5,-99.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 15.5,-99.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: 14.5,-99.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: 13.5,-99.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 12.5,-99.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: 11.5,-99.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: 7.5,-95.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: 7.5,-94.5 + parent: 2 + - uid: 2562 + components: + - type: Transform + pos: 7.5,-93.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + pos: 7.5,-92.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + pos: 7.5,-91.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + pos: 7.5,-90.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 10.5,-91.5 + parent: 2 + - uid: 2570 + components: + - type: Transform + pos: -15.5,-64.5 + parent: 2 + - uid: 2620 + components: + - type: Transform + pos: 11.5,-91.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: 12.5,-91.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: 13.5,-91.5 + parent: 2 + - uid: 2623 + components: + - type: Transform + pos: 11.5,-90.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: 13.5,-90.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: 28.5,-81.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: 28.5,-82.5 + parent: 2 + - uid: 2751 + components: + - type: Transform + pos: 28.5,-83.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: 28.5,-84.5 + parent: 2 + - uid: 2753 + components: + - type: Transform + pos: 29.5,-84.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: 30.5,-84.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + pos: 31.5,-84.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: 32.5,-84.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: 32.5,-88.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: 32.5,-89.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + pos: 31.5,-88.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: 29.5,-88.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: 28.5,-88.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: 28.5,-89.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: 26.5,-90.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: 28.5,-86.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: 29.5,-86.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: 31.5,-86.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: 32.5,-86.5 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 33.5,-86.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: 22.5,-90.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: 20.5,-88.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: 20.5,-89.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: 19.5,-90.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: 18.5,-90.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: 18.5,-88.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: 18.5,-87.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: 18.5,-86.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: 18.5,-85.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: 19.5,-86.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: 20.5,-86.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: 21.5,-86.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: 29.5,-81.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: 30.5,-81.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + pos: 7.5,-81.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: 31.5,-81.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: 32.5,-81.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: 33.5,-81.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: 34.5,-81.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: 35.5,-81.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: 36.5,-81.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: 36.5,-96.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + pos: 32.5,-93.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: 32.5,-94.5 + parent: 2 + - uid: 2827 + components: + - type: Transform + pos: 35.5,-92.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: 38.5,-91.5 + parent: 2 + - uid: 2832 + components: + - type: Transform + pos: 38.5,-90.5 + parent: 2 + - uid: 2833 + components: + - type: Transform + pos: 38.5,-89.5 + parent: 2 + - uid: 2834 + components: + - type: Transform + pos: 38.5,-88.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + pos: 38.5,-87.5 + parent: 2 + - uid: 2837 + components: + - type: Transform + pos: 33.5,-96.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: 32.5,-95.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: 32.5,-96.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: 38.5,-82.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: 38.5,-81.5 + parent: 2 + - uid: 2846 + components: + - type: Transform + pos: 18.5,-81.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: 21.5,-80.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: 27.5,-80.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + pos: 36.5,-82.5 + parent: 2 + - uid: 2858 + components: + - type: Transform + pos: 35.5,-96.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + pos: 36.5,-87.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 36.5,-88.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + pos: 36.5,-89.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + pos: 35.5,-89.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 34.5,-89.5 + parent: 2 + - uid: 2865 + components: + - type: Transform + pos: 33.5,-89.5 + parent: 2 + - uid: 2867 + components: + - type: Transform + pos: 36.5,-101.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + pos: 35.5,-101.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + pos: 34.5,-101.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: 33.5,-101.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + pos: 32.5,-101.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: 32.5,-102.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + pos: 31.5,-102.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: 17.5,-102.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 16.5,-101.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: 16.5,-100.5 + parent: 2 + - uid: 2985 + components: + - type: Transform + pos: 36.5,-95.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: 22.5,-100.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + pos: 11.5,-69.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 3319 + components: + - type: Transform + pos: 63.5,-55.5 + parent: 2 + - uid: 3324 + components: + - type: Transform + pos: 63.5,-56.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + pos: 58.5,-60.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: 62.5,-53.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + pos: 33.5,-91.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + pos: 35.5,-93.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: 36.5,-92.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: 37.5,-92.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: 38.5,-92.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 3942 + components: + - type: Transform + pos: -11.5,-57.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 3954 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: -18.5,-57.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: -17.5,-57.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: 68.5,-26.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: -22.5,-58.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + pos: -21.5,-58.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: -22.5,-60.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + pos: -23.5,-59.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: -24.5,-59.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: -25.5,-59.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: -26.5,-59.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: -27.5,-59.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: -27.5,-58.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: -12.5,-62.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + pos: -27.5,-62.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: -29.5,-62.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: -26.5,-70.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: -26.5,-67.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: -20.5,-67.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: -20.5,-66.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: -21.5,-65.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: -25.5,-65.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: -14.5,-62.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: -13.5,-62.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: -18.5,-59.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: -18.5,-60.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: -18.5,-61.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: -22.5,-59.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: -11.5,-62.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: 57.5,-53.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + pos: -20.5,-70.5 + parent: 2 + - uid: 4554 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + pos: 70.5,-49.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + pos: 71.5,-44.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: 70.5,-44.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: 69.5,-44.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: 68.5,-44.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -26.5,-66.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 68.5,-49.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: 71.5,-49.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + pos: 38.5,-79.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 38.5,-80.5 + parent: 2 + - uid: 6621 + components: + - type: Transform + pos: 67.5,-26.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: -15.5,-62.5 + parent: 2 + - uid: 6694 + components: + - type: Transform + pos: 17.5,-101.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: 28.5,-90.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + pos: 29.5,-102.5 + parent: 2 + - uid: 6710 + components: + - type: Transform + pos: 30.5,-102.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + pos: 18.5,-102.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: 19.5,-102.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: 35.5,-94.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + pos: 46.5,-97.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + pos: 47.5,-97.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + pos: 47.5,-96.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + pos: 48.5,-96.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + pos: 48.5,-95.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + pos: 49.5,-95.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + pos: 54.5,-95.5 + parent: 2 + - uid: 6860 + components: + - type: Transform + pos: 53.5,-95.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: 53.5,-103.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + pos: 54.5,-96.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: 56.5,-97.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: 55.5,-96.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: 56.5,-101.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: 55.5,-101.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: 50.5,-102.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: 49.5,-103.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + pos: 49.5,-102.5 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: 48.5,-102.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: 48.5,-101.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: 47.5,-101.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: 47.5,-100.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + pos: 46.5,-100.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + pos: 48.5,-100.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: 48.5,-97.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + pos: 53.5,-102.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: 50.5,-104.5 + parent: 2 + - uid: 6888 + components: + - type: Transform + pos: 55.5,-97.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 50.5,-103.5 + parent: 2 + - uid: 6896 + components: + - type: Transform + pos: 55.5,-102.5 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 54.5,-103.5 + parent: 2 + - uid: 6898 + components: + - type: Transform + pos: 54.5,-102.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + pos: 53.5,-104.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 33.5,-92.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: 33.5,-93.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: 68.5,-39.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: 69.5,-39.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + pos: 61.5,-60.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + pos: 62.5,-60.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + pos: 62.5,-54.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + pos: 61.5,-47.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: 72.5,-48.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 63.5,-59.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: 63.5,-57.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + pos: 57.5,-40.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + pos: 67.5,-49.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: 57.5,-33.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + pos: 57.5,-60.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: -32.5,-59.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: 61.5,-39.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + pos: 60.5,-33.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: 60.5,-40.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: 64.5,-46.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: 64.5,-45.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: 64.5,-44.5 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: 61.5,-35.5 + parent: 2 + - uid: 10658 + components: + - type: Transform + pos: 61.5,-40.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: 70.5,-34.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: -30.5,-59.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: 63.5,-54.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: 69.5,-49.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: 30.5,-86.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: 49.5,-17.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: 61.5,-32.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: 63.5,-58.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: 59.5,-60.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + pos: 60.5,-60.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + pos: 58.5,-59.5 + parent: 2 + - uid: 13883 + components: + - type: Transform + pos: 51.5,-16.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + pos: 44.5,-16.5 + parent: 2 + - uid: 13889 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 13909 + components: + - type: Transform + pos: 63.5,-60.5 + parent: 2 + - uid: 14271 + components: + - type: Transform + pos: 53.5,-17.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 + - uid: 14427 + components: + - type: Transform + pos: 65.5,-48.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + pos: 72.5,-45.5 + parent: 2 + - uid: 14625 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 14640 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: 66.5,-48.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + pos: -7.5,15.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + pos: -9.5,13.5 + parent: 2 + - uid: 14816 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: 22.5,-89.5 + parent: 2 + - uid: 15382 + components: + - type: Transform + pos: 26.5,-89.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: 66.5,-34.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: 69.5,-32.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: 72.5,-47.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: 72.5,-46.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 68.5,-36.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: 66.5,-35.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: 64.5,-47.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: 72.5,-44.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: 72.5,-49.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: 70.5,-36.5 + parent: 2 + - uid: 15490 + components: + - type: Transform + pos: 66.5,-36.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: 7.5,15.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - uid: 15503 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: 66.5,-37.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: 69.5,-31.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: 67.5,-36.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + pos: 68.5,-30.5 + parent: 2 + - uid: 15908 + components: + - type: Transform + pos: 69.5,-30.5 + parent: 2 + - uid: 15911 + components: + - type: Transform + pos: 70.5,-39.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + pos: 67.5,-30.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: 66.5,-30.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: 27.5,-86.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: 36.5,-94.5 + parent: 2 + - uid: 16373 + components: + - type: Transform + pos: 61.5,-31.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + pos: 62.5,-59.5 + parent: 2 + - uid: 16982 + components: + - type: Transform + pos: 30.5,-80.5 + parent: 2 + - uid: 16986 + components: + - type: Transform + pos: 34.5,-80.5 + parent: 2 + - uid: 17105 + components: + - type: Transform + pos: 57.5,-54.5 + parent: 2 + - uid: 17106 + components: + - type: Transform + pos: 57.5,-55.5 + parent: 2 + - uid: 17138 + components: + - type: Transform + pos: -31.5,-59.5 + parent: 2 + - uid: 17139 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 + - uid: 17151 + components: + - type: Transform + pos: 57.5,-56.5 + parent: 2 + - uid: 17152 + components: + - type: Transform + pos: 57.5,-57.5 + parent: 2 + - uid: 17162 + components: + - type: Transform + pos: 57.5,-58.5 + parent: 2 + - uid: 17166 + components: + - type: Transform + pos: 57.5,-59.5 + parent: 2 + - uid: 17211 + components: + - type: Transform + pos: 61.5,-44.5 + parent: 2 + - uid: 17268 + components: + - type: Transform + pos: 69.5,-36.5 + parent: 2 + - uid: 17277 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + pos: 70.5,-35.5 + parent: 2 + - uid: 17319 + components: + - type: Transform + pos: 36.5,-80.5 + parent: 2 + - uid: 17322 + components: + - type: Transform + pos: 70.5,-33.5 + parent: 2 + - uid: 17345 + components: + - type: Transform + pos: 32.5,-80.5 + parent: 2 + - uid: 17582 + components: + - type: Transform + pos: 62.5,-30.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + pos: -28.5,-58.5 + parent: 2 + - uid: 17602 + components: + - type: Transform + pos: 69.5,-26.5 + parent: 2 + - uid: 17608 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + pos: 61.5,-26.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 17703 + components: + - type: Transform + pos: 61.5,-30.5 + parent: 2 + - uid: 17824 + components: + - type: Transform + pos: 66.5,-26.5 + parent: 2 + - uid: 17993 + components: + - type: Transform + pos: 67.5,-39.5 + parent: 2 + - uid: 17994 + components: + - type: Transform + pos: 66.5,-31.5 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: 27.5,-9.5 + parent: 2 + - uid: 18855 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 18856 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 18858 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 18863 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 18877 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 18886 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 18941 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 18942 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 18943 + components: + - type: Transform + pos: -7.5,11.5 + parent: 2 + - uid: 18944 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 18945 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 18946 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 18947 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 18948 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 18949 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 18950 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 18956 + components: + - type: Transform + pos: 3.5,13.5 + parent: 2 + - uid: 18957 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 +- proto: WallReinforcedChitin + entities: + - uid: 39 + components: + - type: Transform + pos: -31.5,-71.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -8.5,-70.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -46.5,-54.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: -15.5,-14.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -17.5,-14.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 66.5,-75.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: 57.5,-61.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 73.5,-47.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -33.5,-8.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -35.5,-8.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: -20.5,-18.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -19.5,-14.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: -25.5,-28.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: -24.5,-28.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: -23.5,-28.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 598 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 611 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 612 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 639 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 640 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 641 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: -26.5,-27.5 + parent: 2 + - uid: 669 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 673 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 11.5,-38.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: 13.5,-41.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 9.5,-45.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 11.5,-45.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 11.5,-46.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 13.5,-43.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 13.5,-47.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 22.5,-45.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 22.5,-46.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: 8.5,-81.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: 28.5,-9.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 18.5,-64.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 4.5,-80.5 + parent: 2 + - uid: 1060 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: 52.5,-67.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: -38.5,-17.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: -38.5,-18.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: -37.5,-18.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: -39.5,-16.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: -39.5,-18.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: -37.5,-20.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: -37.5,-22.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: -37.5,-23.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: -38.5,-23.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: -38.5,-31.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + pos: -38.5,-32.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: -37.5,-31.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: -37.5,-32.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: -36.5,-32.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: -35.5,-32.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + pos: -36.5,-33.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: -36.5,-34.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + pos: -35.5,-33.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + pos: -35.5,-34.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + pos: -37.5,-34.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: -36.5,-36.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: -36.5,-38.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + pos: -37.5,-37.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + pos: -37.5,-38.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + pos: -37.5,-39.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - uid: 1334 + components: + - type: Transform + pos: -34.5,-39.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: -33.5,-40.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: -32.5,-40.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: -31.5,-40.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: -30.5,-40.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: -43.5,-21.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: -43.5,-22.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + pos: -42.5,-21.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: -42.5,-22.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + pos: -40.5,-22.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: -40.5,-23.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: -39.5,-23.5 + parent: 2 + - uid: 1374 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: -41.5,-15.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: -41.5,-16.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + pos: -41.5,-17.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: -40.5,-16.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: -40.5,-17.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: -43.5,-15.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: -45.5,-15.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + pos: -45.5,-16.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: -46.5,-15.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + pos: -46.5,-16.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: -47.5,-15.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: -47.5,-16.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + pos: -49.5,-16.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: -51.5,-16.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + pos: -52.5,-15.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + pos: -48.5,-11.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 28.5,-68.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: -45.5,-11.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: -44.5,-14.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: -47.5,-10.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: -46.5,-10.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: -41.5,-10.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: -52.5,-20.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: -52.5,-21.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: -50.5,-20.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: -49.5,-21.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: -48.5,-21.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: -44.5,-21.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: 16.5,-68.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: -57.5,-23.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: -56.5,-23.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + pos: -55.5,-24.5 + parent: 2 + - uid: 1566 + components: + - type: Transform + pos: -55.5,-23.5 + parent: 2 + - uid: 1569 + components: + - type: Transform + pos: -66.5,-30.5 + parent: 2 + - uid: 1570 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: -52.5,-23.5 + parent: 2 + - uid: 1575 + components: + - type: Transform + pos: -58.5,-22.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: -59.5,-23.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: -59.5,-22.5 + parent: 2 + - uid: 1578 + components: + - type: Transform + pos: -58.5,-21.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: -57.5,-21.5 + parent: 2 + - uid: 1580 + components: + - type: Transform + pos: -57.5,-22.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 1585 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + pos: -47.5,-31.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: -46.5,-30.5 + parent: 2 + - uid: 1589 + components: + - type: Transform + pos: -46.5,-31.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: -45.5,-31.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + pos: -44.5,-31.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + pos: -43.5,-30.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + pos: -42.5,-30.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + pos: -42.5,-31.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + pos: -40.5,-30.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + pos: -40.5,-31.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: -39.5,-30.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: -60.5,-22.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + pos: -60.5,-23.5 + parent: 2 + - uid: 1612 + components: + - type: Transform + pos: -61.5,-22.5 + parent: 2 + - uid: 1613 + components: + - type: Transform + pos: -61.5,-23.5 + parent: 2 + - uid: 1614 + components: + - type: Transform + pos: -63.5,-23.5 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: -62.5,-23.5 + parent: 2 + - uid: 1617 + components: + - type: Transform + pos: -62.5,-24.5 + parent: 2 + - uid: 1618 + components: + - type: Transform + pos: -63.5,-24.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: -64.5,-24.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + pos: -66.5,-26.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: -65.5,-25.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: -65.5,-26.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: -64.5,-25.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + pos: -63.5,-25.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: -66.5,-31.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: -65.5,-30.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: -65.5,-31.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: -64.5,-30.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: -64.5,-31.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: -63.5,-30.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: -63.5,-31.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: -62.5,-30.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -62.5,-31.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -60.5,-30.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 1706 + components: + - type: Transform + pos: -59.5,-30.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + pos: -58.5,-30.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: -57.5,-30.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: -33.5,-47.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + pos: -32.5,-47.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: -31.5,-47.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + pos: -30.5,-47.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: -46.5,-37.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + pos: -45.5,-47.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: -45.5,-48.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: -46.5,-51.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: -45.5,-51.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + pos: -39.5,-51.5 + parent: 2 + - uid: 1736 + components: + - type: Transform + pos: -38.5,-51.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -37.5,-51.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -35.5,-51.5 + parent: 2 + - uid: 1746 + components: + - type: Transform + pos: -46.5,-38.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: -46.5,-39.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: -45.5,-39.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: -43.5,-36.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: -43.5,-38.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + pos: -42.5,-38.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: -46.5,-34.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + pos: -45.5,-34.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + pos: -43.5,-34.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + pos: -42.5,-34.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: -53.5,-52.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: -46.5,-52.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + pos: -46.5,-55.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: -46.5,-56.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: -45.5,-56.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: -44.5,-56.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: -43.5,-56.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + pos: -42.5,-56.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: -41.5,-56.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: -40.5,-56.5 + parent: 2 + - uid: 1784 + components: + - type: Transform + pos: -39.5,-56.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -38.5,-56.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -37.5,-56.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -36.5,-56.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: -35.5,-56.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: -36.5,-57.5 + parent: 2 + - uid: 1791 + components: + - type: Transform + pos: -35.5,-57.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + pos: -36.5,-52.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + pos: -36.5,-53.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + pos: -35.5,-52.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + pos: -35.5,-53.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: -35.5,-55.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: 28.5,-58.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + pos: 57.5,-22.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + pos: -39.5,-55.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + pos: -39.5,-52.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: -47.5,-56.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: -50.5,-55.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: -52.5,-54.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + pos: -54.5,-42.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: -53.5,-38.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: -52.5,-36.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + pos: -54.5,-48.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + pos: -11.5,-73.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: 52.5,-65.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + pos: -36.5,-58.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + pos: -37.5,-58.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + pos: -38.5,-58.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + pos: -38.5,-59.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + pos: -38.5,-60.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + pos: -37.5,-59.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + pos: -36.5,-59.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + pos: -35.5,-58.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + pos: -39.5,-59.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + pos: -39.5,-60.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + pos: -48.5,-59.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + pos: -48.5,-60.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + pos: -47.5,-59.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + pos: -47.5,-60.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: -46.5,-59.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: -46.5,-60.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: -45.5,-59.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: -45.5,-60.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + pos: -44.5,-59.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + pos: -44.5,-60.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: -43.5,-59.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + pos: -43.5,-60.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + pos: -42.5,-59.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + pos: -42.5,-60.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + pos: -41.5,-59.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: -41.5,-60.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: -40.5,-59.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: -40.5,-60.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: -48.5,-70.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + pos: -44.5,-69.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + pos: -44.5,-70.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -43.5,-69.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + pos: -43.5,-70.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: -42.5,-68.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: -42.5,-69.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: -41.5,-68.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: -41.5,-69.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: -40.5,-68.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + pos: -40.5,-69.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: -39.5,-67.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + pos: -39.5,-68.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + pos: -38.5,-67.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + pos: -38.5,-68.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: -37.5,-67.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: -37.5,-68.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -36.5,-67.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -36.5,-68.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: -37.5,-69.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: -37.5,-70.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + pos: -37.5,-71.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + pos: -36.5,-69.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + pos: -36.5,-70.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: -36.5,-71.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: -38.5,-71.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + pos: -39.5,-72.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: -39.5,-73.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + pos: -38.5,-72.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: -38.5,-73.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + pos: -37.5,-72.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + pos: -42.5,-75.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + pos: -42.5,-74.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: -42.5,-73.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: -41.5,-73.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: -41.5,-74.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: -40.5,-73.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: -40.5,-74.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: -39.5,-74.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: -43.5,-74.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: -43.5,-75.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: -33.5,-67.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: -33.5,-68.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: -32.5,-67.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: -32.5,-68.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + pos: -32.5,-69.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: -32.5,-70.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + pos: -32.5,-71.5 + parent: 2 + - uid: 2028 + components: + - type: Transform + pos: -32.5,-72.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + pos: -33.5,-71.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + pos: -33.5,-72.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: -33.5,-73.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: -33.5,-74.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + pos: -33.5,-75.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + pos: -33.5,-76.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: -33.5,-77.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: -33.5,-78.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: -33.5,-79.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: -33.5,-80.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + pos: -33.5,-81.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -33.5,-82.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: -34.5,-72.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: -34.5,-73.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: -34.5,-74.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: -34.5,-75.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: -34.5,-76.5 + parent: 2 + - uid: 2046 + components: + - type: Transform + pos: -34.5,-77.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + pos: -34.5,-78.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: -34.5,-79.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: -34.5,-80.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: -34.5,-81.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: -34.5,-82.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: -35.5,-82.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: -35.5,-81.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + pos: -36.5,-82.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: -36.5,-81.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + pos: -37.5,-82.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -37.5,-81.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: -38.5,-82.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: -38.5,-81.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: -39.5,-82.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -39.5,-81.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -40.5,-82.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -40.5,-81.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + pos: -41.5,-82.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + pos: -41.5,-81.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -41.5,-80.5 + parent: 2 + - uid: 2067 + components: + - type: Transform + pos: -42.5,-81.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: -42.5,-80.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: -43.5,-81.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + pos: -43.5,-80.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: -44.5,-81.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: -44.5,-80.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: -44.5,-79.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + pos: -44.5,-78.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + pos: -45.5,-79.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + pos: -45.5,-80.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -46.5,-79.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + pos: -46.5,-80.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + pos: -47.5,-79.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -47.5,-80.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + pos: -48.5,-79.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: -48.5,-74.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: -48.5,-75.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -47.5,-74.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + pos: -47.5,-75.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + pos: -46.5,-74.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: -46.5,-75.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -45.5,-74.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -45.5,-75.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + pos: -44.5,-74.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: -44.5,-75.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + pos: -48.5,-69.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: -49.5,-70.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + pos: -49.5,-69.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + pos: -50.5,-70.5 + parent: 2 + - uid: 2098 + components: + - type: Transform + pos: -50.5,-69.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -52.5,-75.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: 29.5,-57.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: 29.5,-58.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: -53.5,-69.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: -53.5,-70.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: -52.5,-69.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: -52.5,-70.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: -51.5,-69.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: -51.5,-70.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: -51.5,-75.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: -50.5,-75.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + pos: -49.5,-75.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: -51.5,-74.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + pos: -50.5,-74.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: -49.5,-74.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: -66.5,-59.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: -66.5,-60.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + pos: -65.5,-59.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: -65.5,-60.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: -64.5,-59.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: -64.5,-60.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: -63.5,-59.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: -63.5,-60.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: -62.5,-59.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: -61.5,-59.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: -61.5,-60.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: -60.5,-59.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: -60.5,-60.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: -59.5,-60.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: -58.5,-60.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: -57.5,-60.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: -52.5,-59.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -52.5,-60.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: -64.5,-64.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -65.5,-64.5 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -66.5,-64.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -65.5,-65.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + pos: -64.5,-65.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: -63.5,-65.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: -64.5,-66.5 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: -63.5,-66.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + pos: -62.5,-66.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: -63.5,-67.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + pos: -62.5,-67.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: -61.5,-67.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: -60.5,-67.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: -59.5,-67.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: -58.5,-67.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -57.5,-67.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: -56.5,-67.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: -55.5,-67.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: -54.5,-67.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + pos: -53.5,-67.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: -52.5,-67.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: -61.5,-68.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + pos: -60.5,-68.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: -59.5,-68.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + pos: -58.5,-68.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + pos: 56.5,-40.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: -58.5,-69.5 + parent: 2 + - uid: 2248 + components: + - type: Transform + pos: -57.5,-69.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + pos: -8.5,-72.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: -30.5,-71.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + pos: -26.5,-71.5 + parent: 2 + - uid: 2258 + components: + - type: Transform + pos: -26.5,-72.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: -20.5,-71.5 + parent: 2 + - uid: 2261 + components: + - type: Transform + pos: -20.5,-72.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: -9.5,-73.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: -8.5,-73.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: -8.5,-71.5 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: -16.5,-71.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: -14.5,-72.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: 55.5,-58.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: 58.5,-61.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: -15.5,-29.5 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: -10.5,-73.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: -13.5,-71.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: -13.5,-72.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: -13.5,-73.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: -13.5,-74.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: -12.5,-74.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + pos: -12.5,-73.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + pos: -12.5,-72.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + pos: -13.5,-78.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + pos: -13.5,-79.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + pos: -13.5,-80.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: -13.5,-81.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: -12.5,-78.5 + parent: 2 + - uid: 2376 + components: + - type: Transform + pos: -12.5,-81.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: -10.5,-79.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: -10.5,-80.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + pos: -10.5,-81.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: -9.5,-80.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: -9.5,-81.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + pos: -4.5,-80.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: -4.5,-81.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + pos: -5.5,-81.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + pos: -5.5,-80.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: 7.5,-80.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + pos: 9.5,-80.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: 11.5,-80.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: 13.5,-80.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 2506 + components: + - type: Transform + pos: 8.5,-80.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + pos: 2.5,-80.5 + parent: 2 + - uid: 2530 + components: + - type: Transform + pos: 15.5,-80.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 2532 + components: + - type: Transform + pos: 16.5,-80.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 17.5,-80.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + pos: 17.5,-81.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: 18.5,-80.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: 19.5,-80.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + pos: 19.5,-81.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: 12.5,-60.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: 11.5,-60.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: 10.5,-60.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: 10.5,-62.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: 10.5,-63.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: 10.5,-64.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 2 + - uid: 2638 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: 16.5,-75.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: 22.5,-75.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + pos: 22.5,-70.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 22.5,-69.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 22.5,-67.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: 22.5,-66.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 22.5,-62.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: 22.5,-61.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 22.5,-60.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 22.5,-59.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: 21.5,-62.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: 19.5,-62.5 + parent: 2 + - uid: 2671 + components: + - type: Transform + pos: 18.5,-62.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: 18.5,-60.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: 20.5,-59.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 16.5,-56.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: 16.5,-57.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 2687 + components: + - type: Transform + pos: 16.5,-60.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 2692 + components: + - type: Transform + pos: 13.5,-51.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: 46.5,-79.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + pos: 46.5,-78.5 + parent: 2 + - uid: 2710 + components: + - type: Transform + pos: 76.5,-73.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: 76.5,-72.5 + parent: 2 + - uid: 2728 + components: + - type: Transform + pos: 81.5,-32.5 + parent: 2 + - uid: 2729 + components: + - type: Transform + pos: 80.5,-32.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: 2.5,-81.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: 15.5,-55.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: 13.5,-55.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: 20.5,-80.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: 28.5,-80.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: 39.5,-80.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + pos: 40.5,-79.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: 41.5,-79.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: 42.5,-78.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: 43.5,-79.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + pos: 44.5,-79.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 50.5,-78.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 50.5,-79.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: 52.5,-78.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: 52.5,-79.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + pos: 53.5,-78.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: 53.5,-79.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + pos: 54.5,-78.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: 54.5,-79.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: 55.5,-78.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: 55.5,-79.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + pos: 56.5,-78.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + pos: 56.5,-79.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + pos: 57.5,-78.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: 57.5,-79.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + pos: 57.5,-77.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + pos: 60.5,-77.5 + parent: 2 + - uid: 2989 + components: + - type: Transform + pos: 60.5,-78.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + pos: 60.5,-76.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + pos: 61.5,-76.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: 61.5,-77.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: 62.5,-75.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: 62.5,-77.5 + parent: 2 + - uid: 2995 + components: + - type: Transform + pos: 62.5,-76.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: 65.5,-75.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + pos: 65.5,-74.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: 64.5,-74.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: 63.5,-75.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: 64.5,-76.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + pos: 64.5,-75.5 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: 63.5,-76.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: 43.5,-74.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: 42.5,-74.5 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: 41.5,-74.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + pos: 40.5,-74.5 + parent: 2 + - uid: 3040 + components: + - type: Transform + pos: 39.5,-74.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + pos: 38.5,-74.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: 36.5,-74.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: 35.5,-74.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: 67.5,-54.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: 62.5,-22.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: 64.5,-22.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: 72.5,-54.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: 33.5,-69.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: 66.5,-52.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: 66.5,-73.5 + parent: 2 + - uid: 3110 + components: + - type: Transform + pos: 66.5,-74.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: 67.5,-73.5 + parent: 2 + - uid: 3112 + components: + - type: Transform + pos: 67.5,-74.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + pos: 68.5,-73.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + pos: 68.5,-74.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: 69.5,-73.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + pos: 69.5,-74.5 + parent: 2 + - uid: 3130 + components: + - type: Transform + pos: 70.5,-73.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: 70.5,-74.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: 70.5,-72.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + pos: 71.5,-72.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + pos: 71.5,-73.5 + parent: 2 + - uid: 3137 + components: + - type: Transform + pos: 72.5,-72.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: 72.5,-73.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: 78.5,-73.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: 78.5,-72.5 + parent: 2 + - uid: 3162 + components: + - type: Transform + pos: 76.5,-66.5 + parent: 2 + - uid: 3163 + components: + - type: Transform + pos: 77.5,-66.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + pos: 78.5,-66.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: 73.5,-43.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + pos: 76.5,-62.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: 73.5,-42.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: 77.5,-62.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: 78.5,-62.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: 21.5,-69.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + pos: 80.5,-60.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: 81.5,-60.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: 82.5,-60.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + pos: 81.5,-61.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + pos: 81.5,-62.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + pos: 81.5,-63.5 + parent: 2 + - uid: 3226 + components: + - type: Transform + pos: 81.5,-64.5 + parent: 2 + - uid: 3227 + components: + - type: Transform + pos: 81.5,-65.5 + parent: 2 + - uid: 3228 + components: + - type: Transform + pos: 81.5,-66.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: 82.5,-61.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + pos: 82.5,-62.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: 82.5,-63.5 + parent: 2 + - uid: 3232 + components: + - type: Transform + pos: 82.5,-64.5 + parent: 2 + - uid: 3233 + components: + - type: Transform + pos: 82.5,-65.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + pos: 73.5,-41.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + pos: 83.5,-64.5 + parent: 2 + - uid: 3236 + components: + - type: Transform + pos: 83.5,-65.5 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: 84.5,-65.5 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: 83.5,-66.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: 84.5,-66.5 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: 85.5,-66.5 + parent: 2 + - uid: 3241 + components: + - type: Transform + pos: 84.5,-67.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: 85.5,-67.5 + parent: 2 + - uid: 3243 + components: + - type: Transform + pos: 86.5,-67.5 + parent: 2 + - uid: 3244 + components: + - type: Transform + pos: 86.5,-68.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + pos: 84.5,-68.5 + parent: 2 + - uid: 3246 + components: + - type: Transform + pos: 81.5,-67.5 + parent: 2 + - uid: 3247 + components: + - type: Transform + pos: 81.5,-68.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 81.5,-70.5 + parent: 2 + - uid: 3249 + components: + - type: Transform + pos: 81.5,-71.5 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: 79.5,-72.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + pos: 79.5,-73.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: 80.5,-72.5 + parent: 2 + - uid: 3253 + components: + - type: Transform + pos: 80.5,-73.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + pos: 81.5,-72.5 + parent: 2 + - uid: 3255 + components: + - type: Transform + pos: 81.5,-73.5 + parent: 2 + - uid: 3257 + components: + - type: Transform + pos: 82.5,-73.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + pos: 83.5,-73.5 + parent: 2 + - uid: 3260 + components: + - type: Transform + pos: 84.5,-72.5 + parent: 2 + - uid: 3261 + components: + - type: Transform + pos: 84.5,-73.5 + parent: 2 + - uid: 3262 + components: + - type: Transform + pos: 80.5,-74.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + pos: 81.5,-74.5 + parent: 2 + - uid: 3264 + components: + - type: Transform + pos: 82.5,-74.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: 83.5,-74.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + pos: 84.5,-74.5 + parent: 2 + - uid: 3267 + components: + - type: Transform + pos: 85.5,-74.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + pos: 86.5,-74.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + pos: 87.5,-74.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: 84.5,-75.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: 85.5,-75.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: 86.5,-75.5 + parent: 2 + - uid: 3273 + components: + - type: Transform + pos: 87.5,-75.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + pos: 85.5,-72.5 + parent: 2 + - uid: 3275 + components: + - type: Transform + pos: 85.5,-71.5 + parent: 2 + - uid: 3277 + components: + - type: Transform + pos: 75.5,-43.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + pos: 75.5,-47.5 + parent: 2 + - uid: 3282 + components: + - type: Transform + pos: 75.5,-48.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + pos: 86.5,-72.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: 86.5,-71.5 + parent: 2 + - uid: 3295 + components: + - type: Transform + pos: 86.5,-70.5 + parent: 2 + - uid: 3296 + components: + - type: Transform + pos: 84.5,-70.5 + parent: 2 + - uid: 3297 + components: + - type: Transform + pos: 84.5,-71.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + pos: 79.5,-55.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: 80.5,-55.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + pos: 80.5,-56.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + pos: 81.5,-55.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + pos: 81.5,-56.5 + parent: 2 + - uid: 3309 + components: + - type: Transform + pos: 74.5,-55.5 + parent: 2 + - uid: 3310 + components: + - type: Transform + pos: 73.5,-55.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: 48.5,-71.5 + parent: 2 + - uid: 3366 + components: + - type: Transform + pos: 54.5,-58.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: 54.5,-62.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: 54.5,-65.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + pos: 54.5,-66.5 + parent: 2 + - uid: 3375 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: 80.5,-54.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: 80.5,-53.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: 80.5,-52.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: 80.5,-51.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: 80.5,-50.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: 79.5,-54.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + pos: 79.5,-53.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + pos: 79.5,-52.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + pos: 79.5,-51.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: 79.5,-50.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: 79.5,-49.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 78.5,-48.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: 77.5,-48.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: 76.5,-48.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: 76.5,-42.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 77.5,-42.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: 79.5,-41.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: 79.5,-39.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: 80.5,-40.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: 80.5,-39.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: 71.5,-39.5 + parent: 2 + - uid: 3466 + components: + - type: Transform + pos: 64.5,-55.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + pos: 64.5,-53.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: 70.5,-29.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 70.5,-30.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: 70.5,-31.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + pos: 70.5,-32.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + pos: 56.5,-42.5 + parent: 2 + - uid: 3570 + components: + - type: Transform + pos: 56.5,-43.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: 56.5,-44.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + pos: 56.5,-45.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: 80.5,-38.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 3631 + components: + - type: Transform + pos: 70.5,-28.5 + parent: 2 + - uid: 3632 + components: + - type: Transform + pos: 70.5,-27.5 + parent: 2 + - uid: 3633 + components: + - type: Transform + pos: 70.5,-26.5 + parent: 2 + - uid: 3634 + components: + - type: Transform + pos: 70.5,-25.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + pos: 56.5,-25.5 + parent: 2 + - uid: 3650 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: 56.5,-28.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: 80.5,-37.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + pos: 80.5,-36.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: 57.5,-18.5 + parent: 2 + - uid: 3887 + components: + - type: Transform + pos: 80.5,-35.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + pos: 79.5,-38.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + pos: 79.5,-37.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + pos: 79.5,-36.5 + parent: 2 + - uid: 3891 + components: + - type: Transform + pos: 79.5,-35.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + pos: 80.5,-34.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: 81.5,-34.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: 81.5,-35.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: 80.5,-30.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: 81.5,-30.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: 82.5,-30.5 + parent: 2 + - uid: 3965 + components: + - type: Transform + pos: 81.5,-25.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: 81.5,-26.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: 81.5,-27.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: 81.5,-28.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: 81.5,-29.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: 82.5,-26.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: 82.5,-27.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: 82.5,-28.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: 82.5,-29.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: 83.5,-26.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: 83.5,-25.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + pos: 83.5,-24.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: 82.5,-25.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + pos: 81.5,-24.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: 81.5,-23.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: 81.5,-22.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: 84.5,-25.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: 84.5,-24.5 + parent: 2 + - uid: 3984 + components: + - type: Transform + pos: 84.5,-23.5 + parent: 2 + - uid: 3985 + components: + - type: Transform + pos: 84.5,-22.5 + parent: 2 + - uid: 3986 + components: + - type: Transform + pos: 85.5,-24.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + pos: 85.5,-23.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: 86.5,-23.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 86.5,-22.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 86.5,-20.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: 86.5,-19.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + pos: 86.5,-18.5 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: 85.5,-18.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 85.5,-19.5 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: 84.5,-18.5 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: 84.5,-19.5 + parent: 2 + - uid: 3997 + components: + - type: Transform + pos: 84.5,-20.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + pos: 81.5,-20.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: 81.5,-19.5 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: 83.5,-17.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 82.5,-17.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 81.5,-18.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: 81.5,-17.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: 80.5,-18.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: 80.5,-17.5 + parent: 2 + - uid: 4008 + components: + - type: Transform + pos: 79.5,-18.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: 79.5,-17.5 + parent: 2 + - uid: 4010 + components: + - type: Transform + pos: 78.5,-18.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: 78.5,-17.5 + parent: 2 + - uid: 4019 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + pos: 80.5,-16.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: 81.5,-16.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + pos: 82.5,-16.5 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: 83.5,-16.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: 84.5,-16.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: 84.5,-17.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: 84.5,-15.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: 85.5,-15.5 + parent: 2 + - uid: 4030 + components: + - type: Transform + pos: 85.5,-16.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: 86.5,-15.5 + parent: 2 + - uid: 4032 + components: + - type: Transform + pos: 86.5,-16.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: 87.5,-15.5 + parent: 2 + - uid: 4034 + components: + - type: Transform + pos: 87.5,-16.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: 72.5,-18.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + pos: 72.5,-17.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: 71.5,-18.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: 71.5,-17.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 70.5,-18.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + pos: 70.5,-17.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: 69.5,-18.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + pos: 68.5,-18.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: 67.5,-17.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + pos: 70.5,-16.5 + parent: 2 + - uid: 4056 + components: + - type: Transform + pos: 69.5,-16.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + pos: 68.5,-16.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: 67.5,-16.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + pos: 66.5,-16.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: 65.5,-16.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: 64.5,-16.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 69.5,-19.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: 69.5,-21.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: 67.5,-18.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: 50.5,-22.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: 51.5,-22.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: 52.5,-22.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: 37.5,-19.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: 69.5,-22.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 69.5,-54.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: 70.5,-54.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: 56.5,-47.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: 53.5,-11.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: 66.5,-15.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: 65.5,-15.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: 64.5,-15.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: 63.5,-15.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: 64.5,-14.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: 63.5,-14.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: 62.5,-14.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: 61.5,-14.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: 62.5,-13.5 + parent: 2 + - uid: 4141 + components: + - type: Transform + pos: 61.5,-13.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + pos: 59.5,-13.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: 56.5,-13.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: 60.5,-12.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: 59.5,-12.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: 55.5,-12.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: 54.5,-12.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: 56.5,-11.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: 55.5,-11.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + pos: 54.5,-11.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: 41.5,-11.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 45.5,-62.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: 39.5,-11.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 38.5,-10.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: 39.5,-10.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 26.5,-65.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: -60.5,-65.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: 26.5,-64.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: 26.5,-61.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + pos: 26.5,-60.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: 26.5,-59.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: 27.5,-59.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: 30.5,-59.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: 30.5,-60.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: 30.5,-61.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + pos: 30.5,-62.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + pos: 30.5,-65.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: 29.5,-65.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 26.5,-68.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: 30.5,-68.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: 30.5,-57.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: -32.5,-90.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: 30.5,-55.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: -14.5,-90.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: -36.5,-87.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + pos: -9.5,-68.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: 48.5,-55.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: 48.5,-56.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: 48.5,-57.5 + parent: 2 + - uid: 4359 + components: + - type: Transform + pos: 43.5,-62.5 + parent: 2 + - uid: 4360 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + pos: 41.5,-62.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + pos: 39.5,-62.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + pos: 37.5,-62.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + pos: 35.5,-62.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + pos: 33.5,-62.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + pos: 31.5,-55.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + pos: -8.5,-69.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: 32.5,-55.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + pos: 41.5,-61.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + pos: 41.5,-60.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + pos: 41.5,-59.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: 37.5,-59.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: 37.5,-60.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: 37.5,-61.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + pos: 45.5,-61.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + pos: 35.5,-61.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + pos: 35.5,-60.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: 35.5,-59.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: 39.5,-55.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + pos: 38.5,-55.5 + parent: 2 + - uid: 4537 + components: + - type: Transform + pos: 40.5,-55.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - uid: 4610 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 2 + - uid: 4613 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - uid: 4615 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: -44.5,-51.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: 29.5,-63.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: 29.5,-62.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: 34.5,-74.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: 34.5,-73.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: -60.5,-64.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 71.5,-54.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 67.5,-53.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 39.5,-18.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 66.5,-53.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: 57.5,-20.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + pos: -9.5,-60.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + pos: 48.5,-79.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + pos: 48.5,-78.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: 80.5,-58.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 54.5,-60.5 + parent: 2 + - uid: 5185 + components: + - type: Transform + pos: -61.5,-64.5 + parent: 2 + - uid: 5189 + components: + - type: Transform + pos: 81.5,-58.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + pos: -62.5,-64.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 56.5,-34.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: 64.5,-54.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: -49.5,-42.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: -49.5,-48.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: 74.5,-73.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: 74.5,-72.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + pos: 53.5,-67.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + pos: 22.5,-65.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: 22.5,-64.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 22.5,-63.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + pos: 43.5,-59.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 33.5,-61.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + pos: -9.5,-72.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: 43.5,-61.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: 43.5,-60.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: 37.5,-18.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + pos: 57.5,-14.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: 36.5,-19.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: 39.5,-60.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: 34.5,-69.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + pos: 34.5,-75.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: 28.5,-14.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 39.5,-79.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: 83.5,-19.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: 82.5,-19.5 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: 82.5,-43.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + pos: 39.5,-59.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: 75.5,-44.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: 75.5,-42.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + pos: 39.5,-61.5 + parent: 2 + - uid: 7189 + components: + - type: Transform + pos: 71.5,-38.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + pos: 51.5,-78.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + pos: 51.5,-79.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: 82.5,-42.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + pos: 83.5,-42.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: 84.5,-42.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: 85.5,-42.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + pos: 86.5,-42.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: 84.5,-40.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: 85.5,-40.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + pos: 86.5,-40.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + pos: 85.5,-39.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + pos: 86.5,-39.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + pos: 87.5,-39.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: 88.5,-39.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: 89.5,-39.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: 90.5,-39.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: 91.5,-39.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: 92.5,-39.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + pos: 93.5,-39.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 92.5,-38.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: 91.5,-38.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: 90.5,-38.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: 89.5,-38.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: 88.5,-38.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: 87.5,-38.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: 86.5,-38.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: 92.5,-40.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: 93.5,-40.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 94.5,-40.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: 93.5,-41.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 94.5,-41.5 + parent: 2 + - uid: 7371 + components: + - type: Transform + pos: 95.5,-41.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: 94.5,-42.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: 95.5,-42.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: 96.5,-42.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 95.5,-43.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + pos: 95.5,-44.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: 95.5,-45.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + pos: 95.5,-46.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + pos: 95.5,-47.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: 95.5,-48.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + pos: 96.5,-43.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + pos: 96.5,-44.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + pos: 96.5,-45.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + pos: 96.5,-46.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: 96.5,-47.5 + parent: 2 + - uid: 7386 + components: + - type: Transform + pos: 96.5,-48.5 + parent: 2 + - uid: 7387 + components: + - type: Transform + pos: 95.5,-49.5 + parent: 2 + - uid: 7388 + components: + - type: Transform + pos: 94.5,-49.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: 93.5,-49.5 + parent: 2 + - uid: 7390 + components: + - type: Transform + pos: 94.5,-48.5 + parent: 2 + - uid: 7391 + components: + - type: Transform + pos: 94.5,-50.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: 93.5,-50.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + pos: 92.5,-50.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + pos: 93.5,-51.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: 92.5,-51.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + pos: 91.5,-51.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + pos: 90.5,-51.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + pos: 89.5,-51.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: 88.5,-51.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + pos: 87.5,-51.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: 86.5,-51.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + pos: 85.5,-51.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + pos: 92.5,-52.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + pos: 91.5,-52.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + pos: 90.5,-52.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + pos: 89.5,-52.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + pos: 88.5,-52.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + pos: 87.5,-52.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + pos: 86.5,-52.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + pos: 84.5,-50.5 + parent: 2 + - uid: 7411 + components: + - type: Transform + pos: 85.5,-50.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: 86.5,-50.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: 82.5,-48.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: 83.5,-48.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: 84.5,-48.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: 85.5,-48.5 + parent: 2 + - uid: 7417 + components: + - type: Transform + pos: 86.5,-48.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + pos: 93.5,-44.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: 93.5,-46.5 + parent: 2 + - uid: 7457 + components: + - type: Transform + pos: 87.5,-48.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + pos: 87.5,-42.5 + parent: 2 + - uid: 7460 + components: + - type: Transform + pos: -63.5,-64.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + pos: 64.5,-59.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + pos: 56.5,-56.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: 56.5,-57.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: 34.5,-72.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: 29.5,-64.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 71.5,-55.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: -35.5,-59.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: -44.5,-76.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: 62.5,-61.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + pos: -40.5,-67.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + pos: 19.5,-59.5 + parent: 2 + - uid: 8161 + components: + - type: Transform + pos: 61.5,-61.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 31.5,-69.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 8249 + components: + - type: Transform + pos: -58.5,-23.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: 39.5,-77.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: 73.5,-46.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + pos: 67.5,-22.5 + parent: 2 + - uid: 8686 + components: + - type: Transform + pos: 73.5,-39.5 + parent: 2 + - uid: 8830 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: 61.5,-22.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: 55.5,-53.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: 56.5,-54.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: 72.5,-57.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: 54.5,-67.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: 55.5,-69.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: 55.5,-71.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 42.5,-11.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 55.5,-67.5 + parent: 2 + - uid: 9342 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 9355 + components: + - type: Transform + pos: 29.5,-59.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + pos: 64.5,-58.5 + parent: 2 + - uid: 9416 + components: + - type: Transform + pos: 64.5,-57.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + pos: 63.5,-53.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: 39.5,-20.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: 51.5,-12.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 51.5,-11.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 64.5,-56.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 56.5,-55.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: 54.5,-53.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: 73.5,-45.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: 73.5,-44.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: 57.5,-16.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + pos: 56.5,-53.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: 62.5,-15.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + pos: 66.5,-22.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + pos: 73.5,-49.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: -21.5,-91.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -10.5,-83.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: -12.5,-83.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: -30.5,-90.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 50.5,-58.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 2 + - uid: 11433 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + pos: 78.5,-56.5 + parent: 2 + - uid: 11462 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 11463 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + pos: 88.5,-46.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: 50.5,-60.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: 50.5,-57.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + pos: 88.5,-45.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: 56.5,-31.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: 49.5,-38.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: -15.5,-68.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: -14.5,-68.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: 61.5,-25.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: 45.5,-74.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: 62.5,-19.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + pos: 73.5,-40.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + pos: 67.5,-23.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + pos: 32.5,-69.5 + parent: 2 + - uid: 13868 + components: + - type: Transform + pos: 56.5,-46.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + pos: 63.5,-61.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + pos: 71.5,-57.5 + parent: 2 + - uid: 14010 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - uid: 14106 + components: + - type: Transform + pos: 76.5,-18.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 14127 + components: + - type: Transform + pos: 76.5,-17.5 + parent: 2 + - uid: 14144 + components: + - type: Transform + pos: 78.5,-57.5 + parent: 2 + - uid: 14157 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 14238 + components: + - type: Transform + pos: -16.5,-72.5 + parent: 2 + - uid: 14242 + components: + - type: Transform + pos: 49.5,-37.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 68.5,-54.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: 50.5,-64.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + pos: 54.5,-64.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + pos: 60.5,-61.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + pos: 59.5,-61.5 + parent: 2 + - uid: 14337 + components: + - type: Transform + pos: 56.5,-61.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: 64.5,-60.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: 64.5,-61.5 + parent: 2 + - uid: 14388 + components: + - type: Transform + pos: 48.5,-54.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: 49.5,-36.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: 44.5,-74.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: 69.5,-20.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: -16.5,-68.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + pos: 21.5,-64.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -33.5,-84.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + pos: -31.5,-72.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + pos: 68.5,-22.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + pos: -30.5,-73.5 + parent: 2 + - uid: 15125 + components: + - type: Transform + pos: 48.5,-36.5 + parent: 2 + - uid: 15126 + components: + - type: Transform + pos: 47.5,-36.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + pos: 47.5,-37.5 + parent: 2 + - uid: 15233 + components: + - type: Transform + pos: 88.5,-44.5 + parent: 2 + - uid: 15272 + components: + - type: Transform + pos: 4.5,-81.5 + parent: 2 + - uid: 15722 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + pos: 71.5,-32.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 2 + - uid: 15912 + components: + - type: Transform + pos: 83.5,-71.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + pos: 82.5,-71.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -43.5,-68.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + pos: 57.5,-25.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: 60.5,-25.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: 71.5,-36.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: 47.5,-73.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + pos: 74.5,-18.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + pos: 74.5,-17.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 16485 + components: + - type: Transform + pos: 48.5,-73.5 + parent: 2 + - uid: 16487 + components: + - type: Transform + pos: 54.5,-73.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: 55.5,-68.5 + parent: 2 + - uid: 16531 + components: + - type: Transform + pos: 55.5,-70.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + pos: 55.5,-72.5 + parent: 2 + - uid: 16747 + components: + - type: Transform + pos: -30.5,-88.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + pos: -27.5,-88.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + pos: -33.5,-87.5 + parent: 2 + - uid: 16750 + components: + - type: Transform + pos: -19.5,-88.5 + parent: 2 + - uid: 16751 + components: + - type: Transform + pos: -16.5,-88.5 + parent: 2 + - uid: 16755 + components: + - type: Transform + pos: -13.5,-87.5 + parent: 2 + - uid: 16758 + components: + - type: Transform + pos: -23.5,-89.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + pos: 50.5,-73.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + pos: 49.5,-73.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + pos: 51.5,-73.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + pos: 56.5,-59.5 + parent: 2 + - uid: 17079 + components: + - type: Transform + pos: 56.5,-60.5 + parent: 2 + - uid: 17112 + components: + - type: Transform + pos: 29.5,-80.5 + parent: 2 + - uid: 17168 + components: + - type: Transform + pos: 56.5,-58.5 + parent: 2 + - uid: 17244 + components: + - type: Transform + pos: 73.5,-50.5 + parent: 2 + - uid: 17252 + components: + - type: Transform + pos: 73.5,-52.5 + parent: 2 + - uid: 17262 + components: + - type: Transform + pos: 73.5,-54.5 + parent: 2 + - uid: 17263 + components: + - type: Transform + pos: 73.5,-53.5 + parent: 2 + - uid: 17265 + components: + - type: Transform + pos: 73.5,-48.5 + parent: 2 + - uid: 17281 + components: + - type: Transform + pos: 35.5,-80.5 + parent: 2 + - uid: 17286 + components: + - type: Transform + pos: 72.5,-40.5 + parent: 2 + - uid: 17287 + components: + - type: Transform + pos: 71.5,-35.5 + parent: 2 + - uid: 17288 + components: + - type: Transform + pos: 71.5,-40.5 + parent: 2 + - uid: 17292 + components: + - type: Transform + pos: 71.5,-34.5 + parent: 2 + - uid: 17300 + components: + - type: Transform + pos: 71.5,-33.5 + parent: 2 + - uid: 17340 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 17341 + components: + - type: Transform + pos: -23.5,-88.5 + parent: 2 + - uid: 17349 + components: + - type: Transform + pos: 31.5,-80.5 + parent: 2 + - uid: 17350 + components: + - type: Transform + pos: 33.5,-80.5 + parent: 2 + - uid: 17469 + components: + - type: Transform + pos: -24.5,-89.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + pos: 46.5,-73.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + pos: -19.5,-90.5 + parent: 2 + - uid: 17654 + components: + - type: Transform + pos: 49.5,-57.5 + parent: 2 + - uid: 17656 + components: + - type: Transform + pos: 30.5,-69.5 + parent: 2 + - uid: 17658 + components: + - type: Transform + pos: 45.5,-73.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + pos: 34.5,-71.5 + parent: 2 + - uid: 17753 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - uid: 17765 + components: + - type: Transform + pos: 62.5,-18.5 + parent: 2 + - uid: 17899 + components: + - type: Transform + pos: 48.5,-72.5 + parent: 2 + - uid: 17904 + components: + - type: Transform + pos: 52.5,-73.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + pos: 53.5,-73.5 + parent: 2 + - uid: 17914 + components: + - type: Transform + pos: 55.5,-73.5 + parent: 2 + - uid: 18004 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 18005 + components: + - type: Transform + pos: 82.5,-47.5 + parent: 2 + - uid: 18006 + components: + - type: Transform + pos: 81.5,-47.5 + parent: 2 + - uid: 18194 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + pos: -23.5,-91.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: -27.5,-90.5 + parent: 2 + - uid: 18233 + components: + - type: Transform + pos: -10.5,-87.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + pos: -13.5,-68.5 + parent: 2 + - uid: 18470 + components: + - type: Transform + pos: -22.5,-89.5 + parent: 2 + - uid: 18474 + components: + - type: Transform + pos: 81.5,-43.5 + parent: 2 + - uid: 18489 + components: + - type: Transform + pos: 54.5,-61.5 + parent: 2 + - uid: 18563 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 + - uid: 18580 + components: + - type: Transform + pos: -10.5,-85.5 + parent: 2 + - uid: 18581 + components: + - type: Transform + pos: -36.5,-85.5 + parent: 2 + - uid: 18599 + components: + - type: Transform + pos: -25.5,-91.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: 50.5,-62.5 + parent: 2 + - uid: 18738 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 18744 + components: + - type: Transform + pos: -29.5,-88.5 + parent: 2 + - uid: 18745 + components: + - type: Transform + pos: -31.5,-88.5 + parent: 2 + - uid: 18746 + components: + - type: Transform + pos: -17.5,-88.5 + parent: 2 + - uid: 18747 + components: + - type: Transform + pos: -15.5,-88.5 + parent: 2 + - uid: 18748 + components: + - type: Transform + pos: -34.5,-85.5 + parent: 2 + - uid: 18749 + components: + - type: Transform + pos: -34.5,-86.5 + parent: 2 + - uid: 18750 + components: + - type: Transform + pos: -12.5,-85.5 + parent: 2 + - uid: 18751 + components: + - type: Transform + pos: -12.5,-86.5 + parent: 2 + - uid: 18752 + components: + - type: Transform + pos: -16.5,-90.5 + parent: 2 + - uid: 18803 + components: + - type: Transform + pos: -13.5,-70.5 + parent: 2 + - uid: 19285 + components: + - type: Transform + pos: 56.5,-62.5 + parent: 2 + - uid: 19286 + components: + - type: Transform + pos: 56.5,-64.5 + parent: 2 + - uid: 19295 + components: + - type: Transform + pos: -30.5,-72.5 + parent: 2 + - uid: 19322 + components: + - type: Transform + pos: -16.5,-73.5 + parent: 2 +- proto: WallShuttle + entities: + - uid: 4 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 186 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 16.5,-85.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 16.5,-86.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 16.5,-87.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 16.5,-88.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 16.5,-89.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: 16.5,-90.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 16.5,-91.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: 16.5,-92.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: 16.5,-93.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: 20.5,-83.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: 20.5,-84.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: 16.5,-81.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: 20.5,-81.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: 16.5,-82.5 + parent: 2 +- proto: WallSolidChitin + entities: + - uid: 125 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: -41.5,-63.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -45.5,-67.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: -22.5,-48.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: -18.5,-46.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -47.5,-61.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -24.5,-40.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -20.5,-48.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -36.5,-29.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 22.5,-16.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -18.5,-49.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: -25.5,-40.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 17.5,-33.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: -26.5,-29.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: -26.5,-30.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 584 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -26.5,-40.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: -26.5,-34.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: -26.5,-38.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -26.5,-31.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: -26.5,-33.5 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -26.5,-32.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 18.5,-51.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 981 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: -6.5,-47.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: -6.5,-49.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: -6.5,-50.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: -6.5,-58.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: 2.5,-58.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: -1.5,-50.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: -1.5,-49.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: -5.5,-49.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: -15.5,-44.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: -15.5,-47.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: -15.5,-48.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: -11.5,-49.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: -6.5,-60.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: -4.5,-60.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -3.5,-60.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: -2.5,-60.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: -1.5,-60.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -0.5,-60.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 3.5,-61.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: 3.5,-59.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: 5.5,-64.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + pos: 5.5,-61.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + pos: 5.5,-60.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + pos: 5.5,-59.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: 5.5,-58.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -21.5,-48.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: -19.5,-48.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -18.5,-48.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -18.5,-53.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -18.5,-52.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: -23.5,-47.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: -23.5,-46.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: -23.5,-48.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: -17.5,-51.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + pos: -23.5,-51.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: -23.5,-53.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: -23.5,-54.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: -24.5,-54.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + pos: -25.5,-54.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: -26.5,-54.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: -26.5,-53.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: -26.5,-52.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: -26.5,-51.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: -26.5,-50.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: -25.5,-43.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + pos: -25.5,-49.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: -25.5,-48.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + pos: -25.5,-47.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: -25.5,-41.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: -23.5,-41.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + pos: -23.5,-42.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: -23.5,-44.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + pos: -19.5,-43.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + pos: -18.5,-43.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: -17.5,-43.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: -16.5,-43.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: 76.5,-38.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 7.5,-73.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: 38.5,-52.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-17.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: -30.5,-18.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + pos: -46.5,-25.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + pos: -36.5,-28.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + pos: -31.5,-28.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + pos: -30.5,-28.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 1319 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: -46.5,-27.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + pos: -42.5,-28.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: -42.5,-26.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: -40.5,-28.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: -39.5,-27.5 + parent: 2 + - uid: 1358 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: -38.5,-25.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-13.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-14.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-15.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-17.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: -60.5,-24.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: -48.5,-22.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: -48.5,-24.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -48.5,-25.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: -52.5,-26.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -54.5,-26.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 1548 + components: + - type: Transform + pos: -57.5,-24.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: -56.5,-24.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: 7.5,-75.5 + parent: 2 + - uid: 1626 + components: + - type: Transform + pos: -63.5,-26.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -62.5,-26.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: -61.5,-26.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + pos: -60.5,-26.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + pos: -55.5,-65.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: -34.5,-51.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 1742 + components: + - type: Transform + pos: -33.5,-50.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + pos: -32.5,-50.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: -31.5,-50.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + pos: -30.5,-50.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: -47.5,-66.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: -36.5,-62.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + pos: -36.5,-63.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + pos: -48.5,-67.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + pos: -48.5,-68.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + pos: -48.5,-66.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: -43.5,-63.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: -44.5,-63.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: -39.5,-63.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -39.5,-62.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + pos: 3.5,-70.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -39.5,-61.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + pos: -46.5,-63.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -38.5,-63.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + pos: -47.5,-63.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + pos: -48.5,-63.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: -49.5,-63.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + pos: -47.5,-62.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + pos: -51.5,-63.5 + parent: 2 + - uid: 1947 + components: + - type: Transform + pos: -43.5,-61.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + pos: -36.5,-60.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + pos: -36.5,-61.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: -42.5,-63.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: -43.5,-62.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + pos: 48.5,-49.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + pos: -37.5,-73.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + pos: -37.5,-74.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: -37.5,-75.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + pos: -37.5,-77.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: -37.5,-78.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: -38.5,-78.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + pos: -40.5,-78.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: -41.5,-78.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: -42.5,-78.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + pos: -42.5,-77.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: -42.5,-76.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: 19.5,-58.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: -52.5,-64.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: -52.5,-63.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -54.5,-64.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: -53.5,-64.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: -45.5,-66.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: 58.5,-73.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + pos: 20.5,-58.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: 58.5,-66.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 57.5,-67.5 + parent: 2 + - uid: 2250 + components: + - type: Transform + pos: 44.5,-50.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + pos: 57.5,-66.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + pos: -55.5,-64.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: -5.5,-70.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + pos: -4.5,-72.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + pos: -4.5,-68.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + pos: -3.5,-68.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: -2.5,-68.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: 4.5,-69.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + pos: 4.5,-70.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + pos: 4.5,-71.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + pos: 4.5,-72.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + pos: 4.5,-73.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + pos: 4.5,-74.5 + parent: 2 + - uid: 2407 + components: + - type: Transform + pos: 5.5,-72.5 + parent: 2 + - uid: 2408 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 2414 + components: + - type: Transform + pos: 7.5,-72.5 + parent: 2 + - uid: 2415 + components: + - type: Transform + pos: -10.5,-76.5 + parent: 2 + - uid: 2416 + components: + - type: Transform + pos: -10.5,-77.5 + parent: 2 + - uid: 2417 + components: + - type: Transform + pos: -10.5,-78.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: -9.5,-76.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: -8.5,-76.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + pos: -6.5,-76.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: -5.5,-76.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: -4.5,-76.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: -3.5,-76.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + pos: -2.5,-76.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + pos: -4.5,-75.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -4.5,-77.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: -4.5,-78.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - uid: 2440 + components: + - type: Transform + pos: -0.5,-76.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + pos: 0.5,-76.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 1.5,-76.5 + parent: 2 + - uid: 2443 + components: + - type: Transform + pos: 1.5,-77.5 + parent: 2 + - uid: 2444 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 2445 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + pos: 12.5,-76.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: 12.5,-75.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: 7.5,-74.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: 26.5,-72.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: 73.5,-24.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: 17.5,-55.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: 18.5,-57.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: 26.5,-73.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: 26.5,-74.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: 26.5,-75.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: 27.5,-75.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: 27.5,-76.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: 28.5,-76.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: 28.5,-77.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: 28.5,-78.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: -31.5,-26.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 74.5,-56.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + pos: 29.5,-77.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: 30.5,-77.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + pos: 31.5,-77.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + pos: 32.5,-77.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: 33.5,-77.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + pos: 34.5,-77.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: 35.5,-77.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: 36.5,-77.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: 37.5,-77.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: 74.5,-24.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: 75.5,-26.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + pos: -43.5,-64.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + pos: -12.5,-55.5 + parent: 2 + - uid: 3141 + components: + - type: Transform + pos: 78.5,-71.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 78.5,-70.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: 78.5,-69.5 + parent: 2 + - uid: 3144 + components: + - type: Transform + pos: 78.5,-68.5 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: 77.5,-68.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 76.5,-68.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: 75.5,-68.5 + parent: 2 + - uid: 3148 + components: + - type: Transform + pos: 76.5,-70.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: 75.5,-70.5 + parent: 2 + - uid: 3150 + components: + - type: Transform + pos: 74.5,-70.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + pos: 73.5,-70.5 + parent: 2 + - uid: 3152 + components: + - type: Transform + pos: 72.5,-70.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + pos: 71.5,-70.5 + parent: 2 + - uid: 3154 + components: + - type: Transform + pos: 70.5,-70.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + pos: 69.5,-70.5 + parent: 2 + - uid: 3156 + components: + - type: Transform + pos: 68.5,-70.5 + parent: 2 + - uid: 3157 + components: + - type: Transform + pos: 73.5,-69.5 + parent: 2 + - uid: 3158 + components: + - type: Transform + pos: 72.5,-66.5 + parent: 2 + - uid: 3159 + components: + - type: Transform + pos: 73.5,-66.5 + parent: 2 + - uid: 3160 + components: + - type: Transform + pos: 74.5,-66.5 + parent: 2 + - uid: 3161 + components: + - type: Transform + pos: 75.5,-66.5 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: 73.5,-67.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: 70.5,-66.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + pos: 69.5,-66.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + pos: 68.5,-66.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: 68.5,-69.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: 68.5,-68.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: 68.5,-67.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: 68.5,-65.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 7.5,-69.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + pos: 67.5,-64.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: 67.5,-63.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + pos: 67.5,-62.5 + parent: 2 + - uid: 3181 + components: + - type: Transform + pos: 67.5,-61.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + pos: 68.5,-59.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + pos: 69.5,-59.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + pos: 70.5,-59.5 + parent: 2 + - uid: 3193 + components: + - type: Transform + pos: 71.5,-60.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: 72.5,-60.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + pos: 73.5,-60.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + pos: 75.5,-60.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + pos: 76.5,-59.5 + parent: 2 + - uid: 3199 + components: + - type: Transform + pos: 76.5,-60.5 + parent: 2 + - uid: 3203 + components: + - type: Transform + pos: 77.5,-60.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + pos: 77.5,-61.5 + parent: 2 + - uid: 3285 + components: + - type: Transform + pos: 73.5,-37.5 + parent: 2 + - uid: 3298 + components: + - type: Transform + pos: 74.5,-57.5 + parent: 2 + - uid: 3299 + components: + - type: Transform + pos: 75.5,-57.5 + parent: 2 + - uid: 3300 + components: + - type: Transform + pos: 76.5,-57.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: 63.5,-65.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: -42.5,-64.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: 78.5,-50.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: 77.5,-50.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: 75.5,-50.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + pos: 35.5,-46.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + pos: 48.5,-48.5 + parent: 2 + - uid: 3607 + components: + - type: Transform + pos: 49.5,-48.5 + parent: 2 + - uid: 3608 + components: + - type: Transform + pos: 50.5,-48.5 + parent: 2 + - uid: 3609 + components: + - type: Transform + pos: 51.5,-48.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + pos: 54.5,-47.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: 27.5,-34.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: 27.5,-35.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + pos: 27.5,-36.5 + parent: 2 + - uid: 3674 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 3675 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 3677 + components: + - type: Transform + pos: 37.5,-30.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: 37.5,-34.5 + parent: 2 + - uid: 3693 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - uid: 3694 + components: + - type: Transform + pos: 37.5,-32.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - uid: 3696 + components: + - type: Transform + pos: 30.5,-30.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: 31.5,-30.5 + parent: 2 + - uid: 3699 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: 33.5,-30.5 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: 34.5,-30.5 + parent: 2 + - uid: 3702 + components: + - type: Transform + pos: 35.5,-30.5 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: 36.5,-30.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + pos: 36.5,-28.5 + parent: 2 + - uid: 3705 + components: + - type: Transform + pos: 36.5,-27.5 + parent: 2 + - uid: 3706 + components: + - type: Transform + pos: 36.5,-29.5 + parent: 2 + - uid: 3707 + components: + - type: Transform + pos: 37.5,-27.5 + parent: 2 + - uid: 3708 + components: + - type: Transform + pos: 38.5,-27.5 + parent: 2 + - uid: 3709 + components: + - type: Transform + pos: 39.5,-27.5 + parent: 2 + - uid: 3710 + components: + - type: Transform + pos: 40.5,-27.5 + parent: 2 + - uid: 3711 + components: + - type: Transform + pos: 41.5,-27.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + pos: 50.5,-31.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: 39.5,-30.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + pos: 39.5,-32.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + pos: 43.5,-30.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: 41.5,-33.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: 39.5,-34.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: 40.5,-34.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: 41.5,-34.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: 42.5,-34.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: 44.5,-34.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: 45.5,-34.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: 46.5,-34.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: 47.5,-34.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: 45.5,-33.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + pos: 45.5,-32.5 + parent: 2 + - uid: 3737 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: 45.5,-36.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: 41.5,-35.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: 41.5,-36.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 35.5,-39.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: 35.5,-38.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: 39.5,-37.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + pos: 39.5,-38.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: 38.5,-39.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: 39.5,-39.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: 41.5,-39.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: 42.5,-39.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: 43.5,-36.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: 43.5,-37.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: 43.5,-38.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + pos: 43.5,-39.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: 44.5,-39.5 + parent: 2 + - uid: 3759 + components: + - type: Transform + pos: 45.5,-39.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + pos: 46.5,-39.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + pos: 47.5,-39.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + pos: 48.5,-39.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: 49.5,-39.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + pos: 49.5,-40.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: 49.5,-41.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: 49.5,-42.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: 49.5,-43.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: 50.5,-43.5 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: 53.5,-43.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + pos: 53.5,-39.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 3783 + components: + - type: Transform + pos: 51.5,-39.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + pos: 51.5,-38.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + pos: 51.5,-37.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + pos: 51.5,-36.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: 51.5,-35.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: 51.5,-34.5 + parent: 2 + - uid: 3789 + components: + - type: Transform + pos: 51.5,-33.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + pos: 51.5,-32.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: 51.5,-31.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: 53.5,-35.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: 54.5,-35.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: 53.5,-33.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: 54.5,-33.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: 55.5,-33.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: 53.5,-37.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: 52.5,-31.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: 53.5,-31.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: 54.5,-31.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: 54.5,-30.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: 54.5,-29.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: 54.5,-28.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: 53.5,-28.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: 49.5,-28.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: 42.5,-27.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + pos: 43.5,-27.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: 42.5,-31.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + pos: 46.5,-30.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: 45.5,-30.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: 45.5,-29.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + pos: 45.5,-28.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 45.5,-24.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 46.5,-24.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 51.5,-25.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 52.5,-25.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 53.5,-25.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 55.5,-25.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: 47.5,-30.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 43.5,-24.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: 42.5,-25.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + pos: 41.5,-25.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + pos: 40.5,-25.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: 39.5,-25.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: 38.5,-25.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: 37.5,-25.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: 36.5,-24.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: 48.5,-46.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: 49.5,-46.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: 49.5,-45.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: 50.5,-45.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + pos: 53.5,-45.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: 54.5,-45.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + pos: 55.5,-45.5 + parent: 2 + - uid: 3882 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: 72.5,-30.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: 73.5,-30.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: 74.5,-30.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: 74.5,-31.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: 74.5,-32.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: 74.5,-33.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: 75.5,-33.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: 76.5,-33.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: 77.5,-33.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: 78.5,-33.5 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: 77.5,-34.5 + parent: 2 + - uid: 3910 + components: + - type: Transform + pos: 73.5,-36.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: 78.5,-30.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 77.5,-30.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 77.5,-31.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 76.5,-31.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + pos: 71.5,-24.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + pos: 72.5,-24.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: 71.5,-25.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: 71.5,-28.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + pos: 72.5,-28.5 + parent: 2 + - uid: 3957 + components: + - type: Transform + pos: 75.5,-27.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: 77.5,-26.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: 77.5,-25.5 + parent: 2 + - uid: 3962 + components: + - type: Transform + pos: 78.5,-25.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 79.5,-25.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: 80.5,-25.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: -43.5,-67.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: 72.5,-22.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + pos: 72.5,-21.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: 72.5,-19.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: 75.5,-40.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + pos: -64.5,-26.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: 21.5,-14.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: -32.5,-26.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: 26.5,-71.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + pos: 7.5,-77.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: 30.5,-51.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: 31.5,-51.5 + parent: 2 + - uid: 4566 + components: + - type: Transform + pos: 32.5,-51.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: 33.5,-51.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + pos: 34.5,-51.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 38.5,-51.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 39.5,-51.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + pos: 40.5,-51.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: 41.5,-51.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + pos: 42.5,-48.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + pos: 43.5,-51.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + pos: 44.5,-51.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: 43.5,-48.5 + parent: 2 + - uid: 4583 + components: + - type: Transform + pos: 44.5,-48.5 + parent: 2 + - uid: 4585 + components: + - type: Transform + pos: 44.5,-47.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: 45.5,-47.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: 45.5,-50.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + pos: 40.5,-48.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + pos: 38.5,-48.5 + parent: 2 + - uid: 4591 + components: + - type: Transform + pos: 39.5,-48.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: 38.5,-50.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: 30.5,-50.5 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: 30.5,-49.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: 30.5,-48.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: 30.5,-47.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + pos: 31.5,-47.5 + parent: 2 + - uid: 4598 + components: + - type: Transform + pos: 32.5,-47.5 + parent: 2 + - uid: 4599 + components: + - type: Transform + pos: 34.5,-47.5 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: 35.5,-47.5 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: 36.5,-47.5 + parent: 2 + - uid: 4602 + components: + - type: Transform + pos: 38.5,-47.5 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: 46.5,-46.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: 45.5,-46.5 + parent: 2 + - uid: 4611 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: 26.5,-38.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: 26.5,-37.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: 26.5,-36.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: 45.5,-40.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + pos: 45.5,-41.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: 45.5,-42.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: 45.5,-44.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: 45.5,-45.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: -58.5,-26.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: -57.5,-26.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: -60.5,-25.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: 48.5,-26.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: 50.5,-26.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: 49.5,-26.5 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: 51.5,-26.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: -57.5,-64.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: -58.5,-64.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + pos: 8.5,-76.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: 9.5,-76.5 + parent: 2 + - uid: 5110 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: 47.5,-28.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: 48.5,-28.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: 46.5,-28.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: -44.5,-67.5 + parent: 2 + - uid: 5420 + components: + - type: Transform + pos: 7.5,-76.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 58.5,-65.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 7.5,-79.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 68.5,-64.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: 68.5,-60.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: 36.5,-34.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: 35.5,-36.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + pos: -34.5,-26.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: 62.5,-65.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 61.5,-65.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: 60.5,-64.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-17.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: 73.5,-34.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: 74.5,-36.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: 76.5,-37.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + pos: 75.5,-37.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: 78.5,-37.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + pos: 78.5,-26.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: 78.5,-27.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: 78.5,-29.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: 78.5,-28.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: 50.5,-28.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: 77.5,-35.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: 76.5,-28.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: 55.5,-47.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + pos: 61.5,-64.5 + parent: 2 + - uid: 7147 + components: + - type: Transform + pos: 44.5,-77.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: 61.5,-73.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: 79.5,-24.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + pos: 52.5,-28.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: -31.5,-36.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: 58.5,-64.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: 53.5,-41.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: -6.5,-70.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: 51.5,-28.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + pos: -31.5,-54.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 63.5,-62.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: 58.5,-72.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + pos: 57.5,-72.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: 65.5,-64.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: 65.5,-65.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: 52.5,-48.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: 74.5,-50.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: -31.5,-16.5 + parent: 2 + - uid: 11261 + components: + - type: Transform + pos: 77.5,-40.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + pos: 52.5,-77.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: 52.5,-75.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: 67.5,-60.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: 65.5,-67.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + pos: 43.5,-28.5 + parent: 2 + - uid: 12973 + components: + - type: Transform + pos: 43.5,-29.5 + parent: 2 + - uid: 12975 + components: + - type: Transform + pos: 47.5,-31.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + pos: 48.5,-31.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + pos: 48.5,-50.5 + parent: 2 + - uid: 13876 + components: + - type: Transform + pos: 44.5,-75.5 + parent: 2 + - uid: 13880 + components: + - type: Transform + pos: 73.5,-26.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + pos: 76.5,-24.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + pos: 78.5,-24.5 + parent: 2 + - uid: 13908 + components: + - type: Transform + pos: 62.5,-73.5 + parent: 2 + - uid: 14104 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 14200 + components: + - type: Transform + pos: 53.5,-42.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 80.5,-24.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: 49.5,-54.5 + parent: 2 + - uid: 14266 + components: + - type: Transform + pos: 63.5,-66.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 14620 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 14621 + components: + - type: Transform + pos: 2.5,-71.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: 52.5,-74.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: 54.5,-43.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 14742 + components: + - type: Transform + pos: 37.5,-52.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + pos: -16.5,-51.5 + parent: 2 + - uid: 14825 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 14826 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 14829 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 14833 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 15101 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + pos: 30.5,-33.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + pos: 7.5,-70.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + pos: 7.5,-71.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + pos: 77.5,-24.5 + parent: 2 + - uid: 15433 + components: + - type: Transform + pos: 68.5,-58.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + pos: 10.5,-76.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: 11.5,-74.5 + parent: 2 + - uid: 16021 + components: + - type: Transform + pos: 76.5,-39.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: 76.5,-40.5 + parent: 2 + - uid: 16023 + components: + - type: Transform + pos: 36.5,-52.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + pos: 35.5,-52.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: 35.5,-51.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + pos: 35.5,-37.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: 47.5,-50.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: 53.5,-40.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + pos: 11.5,-76.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: 57.5,-71.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: 57.5,-69.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: 57.5,-68.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: 62.5,-72.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: 60.5,-74.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: 60.5,-73.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: 35.5,-33.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: 65.5,-70.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: 63.5,-72.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: 65.5,-71.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + pos: 64.5,-71.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: 63.5,-71.5 + parent: 2 + - uid: 16643 + components: + - type: Transform + pos: 64.5,-68.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: 65.5,-68.5 + parent: 2 + - uid: 16645 + components: + - type: Transform + pos: 63.5,-67.5 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: 63.5,-68.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + pos: 63.5,-69.5 + parent: 2 + - uid: 16752 + components: + - type: Transform + pos: 63.5,-70.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + pos: 65.5,-69.5 + parent: 2 + - uid: 16989 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - uid: 16990 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 17089 + components: + - type: Transform + pos: 31.5,-34.5 + parent: 2 + - uid: 17090 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - uid: 17091 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 17165 + components: + - type: Transform + pos: 33.5,-36.5 + parent: 2 + - uid: 17167 + components: + - type: Transform + pos: 49.5,-53.5 + parent: 2 + - uid: 17223 + components: + - type: Transform + pos: 32.5,-34.5 + parent: 2 + - uid: 17258 + components: + - type: Transform + pos: 26.5,-29.5 + parent: 2 + - uid: 17259 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 2 + - uid: 17283 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 17377 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 17378 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 17379 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 17493 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + pos: 30.5,-34.5 + parent: 2 + - uid: 17757 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 2 + - uid: 17788 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 + - uid: 17894 + components: + - type: Transform + pos: 64.5,-67.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: 58.5,-74.5 + parent: 2 + - uid: 17944 + components: + - type: Transform + pos: 53.5,-48.5 + parent: 2 + - uid: 17962 + components: + - type: Transform + pos: 54.5,-48.5 + parent: 2 + - uid: 17969 + components: + - type: Transform + pos: 74.5,-26.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + pos: 33.5,-34.5 + parent: 2 + - uid: 18506 + components: + - type: Transform + pos: 30.5,-32.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 6961 + components: + - type: Transform + pos: 12.5,-92.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + pos: 17.5,-82.5 + parent: 2 +- proto: WardrobeMixedFilled + entities: + - uid: 11461 + components: + - type: Transform + pos: 79.5,-56.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 2984 + components: + - type: Transform + pos: 61.5,-15.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + pos: 66.5,-27.5 + parent: 2 + - uid: 18043 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 +- proto: WardrobeSalvageFilled + entities: + - uid: 6918 + components: + - type: Transform + pos: 54.5,-97.5 + parent: 2 +- proto: WarningCO2 + entities: + - uid: 7813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-62.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 7812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-62.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 7811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-62.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 7815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-62.5 + parent: 2 +- proto: WarningWaste + entities: + - uid: 7814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-62.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-62.5 + parent: 2 +- proto: WaterCooler + entities: + - uid: 3191 + components: + - type: Transform + pos: -30.5,-70.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: 51.5,-54.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: -46.4889,-48.14321 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -26.5,-47.5 + parent: 2 + - uid: 7434 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: 67.5,-40.5 + parent: 2 + - uid: 17956 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 3379 + components: + - type: Transform + pos: 55.5,-66.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + pos: 36.5,-37.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + pos: 76.5,-34.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 16978 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 +- proto: WaterTankHighCapacity + entities: + - uid: 5173 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + pos: -7.5,-47.5 + parent: 2 +- proto: WaterVaporCanister + entities: + - uid: 5050 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: 40.5,-59.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 5586 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: 65.5,-34.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-46.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-26.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-39.5 + parent: 2 + - uid: 18255 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 18256 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 +- proto: WeaponEnergyTurretAI + entities: + - uid: 18735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19418 + - uid: 18736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19418 +- proto: WeaponEnergyTurretAIControlPanel + entities: + - uid: 19418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 18735 + - 18736 +- proto: WeaponEnergyTurretCommand + entities: + - uid: 18790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18788 + - uid: 19396 + components: + - type: Transform + pos: 11.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19397 +- proto: WeaponEnergyTurretCommandControlPanel + entities: + - uid: 18788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 18790 + - uid: 19397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 19396 +- proto: WeaponEnergyTurretSecurity + entities: + - uid: 12729 + components: + - type: Transform + pos: 62.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14760 +- proto: WeaponEnergyTurretSecurityControlPanel + entities: + - uid: 14760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-53.5 + parent: 2 + - type: DeviceList + devices: + - 12729 +- proto: WeaponRifleFoam + entities: + - uid: 7959 + components: + - type: Transform + pos: 64.55189,-69.8399 + parent: 2 + - uid: 14307 + components: + - type: Transform + pos: 64.48334,-69.54418 + parent: 2 +- proto: WeaponSubMachineGunDrozd + entities: + - uid: 15876 + components: + - type: Transform + pos: 68.45742,-31.538942 + parent: 2 +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 10243 + components: + - type: Transform + pos: 65.52122,-45.31295 + parent: 2 +- proto: WeaponTurretXeno + entities: + - uid: 5419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-27.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-35.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-42.5 + parent: 2 +- proto: WeaponWaterPistol + entities: + - uid: 16714 + components: + - type: Transform + pos: -49.929348,-60.396843 + parent: 2 +- proto: Welder + entities: + - uid: 19253 + components: + - type: Transform + pos: 32.305637,-61.50767 + parent: 2 +- proto: WelderIndustrial + entities: + - uid: 3765 + components: + - type: Transform + pos: 53.37124,-29.397728 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: 29.459656,-76.27663 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 +- proto: WeldingFuelTank + entities: + - uid: 5737 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: 67.5,-59.5 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 5368 + components: + - type: Transform + pos: 50.5,-32.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: 75.5,-34.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: -41.5,-28.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -11.5,-63.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: 21.5,-63.5 + parent: 2 + - uid: 19384 + components: + - type: Transform + pos: 46.5,-72.5 + parent: 2 +- proto: WheatBushel + entities: + - uid: 6220 + components: + - type: Transform + pos: 1.5116462,-46.527744 + parent: 2 +- proto: Windoor + entities: + - uid: 6205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-59.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-20.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-21.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-19.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: 79.5,-22.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-70.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-69.5 + parent: 2 + - uid: 8634 + components: + - type: Transform + pos: 60.5,-47.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: 58.5,-47.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + pos: 59.5,-47.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-13.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 +- proto: WindoorBarKitchenLocked + entities: + - uid: 6343 + components: + - type: Transform + pos: 40.5,-46.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-44.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-43.5 + parent: 2 + - uid: 7020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-42.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: 39.5,-46.5 + parent: 2 + - uid: 18763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-45.5 + parent: 2 +- proto: WindoorCargoLocked + entities: + - uid: 3041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-85.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-85.5 + parent: 2 +- proto: WindoorHydroponicsLocked + entities: + - uid: 938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-52.5 + parent: 2 + - uid: 939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-52.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-54.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-53.5 + parent: 2 +- proto: WindoorPlasma + entities: + - uid: 6144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 18.5,-76.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 19.5,-76.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 20.5,-76.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-18.5 + parent: 2 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-58.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-47.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-42.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-47.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-47.5 + parent: 2 + - uid: 9366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-43.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-58.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-57.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-57.5 + parent: 2 +- proto: WindoorSecureAtmosphericsLocked + entities: + - uid: 8009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-70.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-69.5 + parent: 2 +- proto: WindoorSecureCommandLocked + entities: + - uid: 7455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-49.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-41.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-61.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-60.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 4865 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-36.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-35.5 + parent: 2 + - uid: 5188 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 + - uid: 7121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-20.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-21.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-19.5 + parent: 2 + - uid: 17136 + components: + - type: Transform + pos: -11.5,-71.5 + parent: 2 +- proto: WindoorSecureExternalLocked + entities: + - uid: 5974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-61.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + pos: -63.5,-29.5 + parent: 2 + - uid: 19349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 2 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 2934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-59.5 + parent: 2 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 292 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-27.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 3073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-38.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-21.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-21.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-43.5 + parent: 2 + - uid: 8414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-27.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-42.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-20.5 + parent: 2 +- proto: WindoorSecureServiceLocked + entities: + - uid: 6038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-20.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-21.5 + parent: 2 +- proto: Window + entities: + - uid: 5232 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: 80.5,-22.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: 78.5,-22.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: 77.5,-22.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 1836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-57.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-76.5 + parent: 2 + - uid: 6355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-47.5 + parent: 2 + - uid: 8373 + components: + - type: Transform + pos: -41.5,-75.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-57.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-77.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 6162 + components: + - type: Transform + pos: 13.5,-48.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-50.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-11.5 + parent: 2 + - uid: 17908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-31.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + pos: 61.5,-70.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: -19.5,-60.5 + parent: 2 + - uid: 3068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-37.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + pos: 62.5,-56.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: -21.5,-60.5 + parent: 2 + - uid: 5377 + components: + - type: Transform + pos: 30.5,-72.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-85.5 + parent: 2 + - uid: 6704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-85.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + pos: 31.5,-72.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + pos: 33.5,-72.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-70.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-35.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-67.5 + parent: 2 + - uid: 13991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-15.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-67.5 + parent: 2 + - uid: 15123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-21.5 + parent: 2 + - uid: 15384 + components: + - type: Transform + pos: -47.5,-37.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-39.5 + parent: 2 + - uid: 16394 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 16395 + components: + - type: Transform + pos: 12.5,-70.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 17059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-17.5 + parent: 2 + - uid: 17900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-72.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: 58.5,-56.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: 58.5,-20.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 8104 + components: + - type: Transform + pos: -25.41542,-22.406422 + parent: 2 +- proto: Wrench + entities: + - uid: 6656 + components: + - type: Transform + pos: 4.324073,-22.553333 + parent: 2 + - uid: 7085 + components: + - type: Transform + pos: 36.63618,-51.396812 + parent: 2 + - uid: 8103 + components: + - type: Transform + pos: -25.38417,-22.375149 + parent: 2 + - uid: 14572 + components: + - type: Transform + pos: -3.4854956,-47.477867 + parent: 2 + - uid: 17357 + components: + - type: Transform + pos: -31.486425,-31.498188 + parent: 2 + - uid: 18303 + components: + - type: Transform + pos: -15.501174,-18.454052 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: -9.536794,-71.434044 + parent: 2 + - uid: 19372 + components: + - type: Transform + pos: -19.471653,-51.518547 + parent: 2 +- proto: XenoResinWindow + entities: + - uid: 223 + components: + - type: Transform + pos: 51.5,-64.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: -45.5,-44.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 32.5,-62.5 + parent: 2 + - uid: 764 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 769 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: -57.5,-28.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 36.5,-55.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 75.5,-18.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: 75.5,-17.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: -13.5,-76.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + pos: 47.5,-78.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: 47.5,-79.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: 81.5,-59.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: 80.5,-59.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: -19.5,-53.5 + parent: 2 + - uid: 1841 + components: + - type: Transform + pos: 34.5,-55.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + pos: -12.5,-76.5 + parent: 2 + - uid: 1844 + components: + - type: Transform + pos: -6.5,-80.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + pos: 42.5,-55.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: 43.5,-55.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + pos: 33.5,-55.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: 22.5,-44.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 2 + - uid: 1857 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: 18.5,-50.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: 37.5,-55.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + pos: 26.5,-46.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + pos: 26.5,-42.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 2319 + components: + - type: Transform + pos: 27.5,-47.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + pos: 26.5,-47.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: 15.5,-47.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: -30.5,-36.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: -31.5,-35.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 2368 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 2369 + components: + - type: Transform + pos: -47.5,-21.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: -45.5,-20.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: 51.5,-58.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: -55.5,-30.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + pos: -57.5,-29.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: -25.5,-44.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: -25.5,-46.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -32.5,-46.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - uid: 3288 + components: + - type: Transform + pos: -40.5,-51.5 + parent: 2 + - uid: 3304 + components: + - type: Transform + pos: -45.5,-69.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: 73.5,-57.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + pos: 67.5,-58.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: 71.5,-56.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: 47.5,-54.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + pos: -57.5,-61.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + pos: -54.5,-69.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + pos: -45.5,-70.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: -54.5,-70.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: -47.5,-76.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: -55.5,-69.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + pos: -47.5,-78.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: -46.5,-69.5 + parent: 2 + - uid: 3596 + components: + - type: Transform + pos: -29.5,-73.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + pos: -47.5,-70.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + pos: -47.5,-69.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: 45.5,-54.5 + parent: 2 + - uid: 3636 + components: + - type: Transform + pos: -42.5,-51.5 + parent: 2 + - uid: 3642 + components: + - type: Transform + pos: 53.5,-58.5 + parent: 2 + - uid: 3643 + components: + - type: Transform + pos: 53.5,-60.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + pos: -57.5,-63.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: -57.5,-62.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: -49.5,-59.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: -51.5,-59.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: -54.5,-60.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: -56.5,-60.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: -55.5,-60.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: -53.5,-60.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 45.5,-79.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: 78.5,-65.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: 78.5,-63.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: 78.5,-64.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + pos: 76.5,-63.5 + parent: 2 + - uid: 4160 + components: + - type: Transform + pos: 76.5,-65.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: 76.5,-64.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + pos: 80.5,-33.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + pos: -41.5,-51.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + pos: -46.5,-70.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: -12.5,-77.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + pos: 81.5,-33.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: 44.5,-54.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: 46.5,-54.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: 45.5,-55.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: -8.5,-80.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + pos: 26.5,-45.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: 26.5,-40.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: 26.5,-41.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + pos: -49.5,-31.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + pos: -31.5,-53.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: -31.5,-55.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: -30.5,-54.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + pos: -13.5,-75.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: 49.5,-79.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + pos: 80.5,-57.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + pos: 81.5,-57.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: 81.5,-31.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + pos: 80.5,-31.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + pos: -13.5,-77.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: -12.5,-75.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + pos: 35.5,-55.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + pos: 19.5,-47.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: -50.5,-59.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + pos: 41.5,-55.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: 73.5,-17.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + pos: 73.5,-18.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + pos: 77.5,-18.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: 77.5,-17.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: -53.5,-54.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + pos: -52.5,-55.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + pos: -55.5,-48.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + pos: -54.5,-51.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: -55.5,-42.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + pos: -55.5,-46.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + pos: -55.5,-47.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + pos: -51.5,-55.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + pos: -54.5,-39.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + pos: -54.5,-41.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + pos: -54.5,-38.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + pos: -49.5,-34.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: 3.5,-80.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + pos: 5.5,-80.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: 37.5,-58.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 37.5,-57.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + pos: 41.5,-58.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: 39.5,-57.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: 35.5,-58.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + pos: 43.5,-57.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: 43.5,-58.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: 33.5,-57.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: 34.5,-57.5 + parent: 2 + - uid: 4512 + components: + - type: Transform + pos: 46.5,-60.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + pos: 40.5,-57.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + pos: 45.5,-60.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: 38.5,-58.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: 39.5,-58.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: 45.5,-59.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: 33.5,-59.5 + parent: 2 + - uid: 4531 + components: + - type: Transform + pos: 46.5,-59.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 4569 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: -30.5,-44.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 + - uid: 4580 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 4581 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: 21.5,-75.5 + parent: 2 + - uid: 4850 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - uid: 4924 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: -40.5,-47.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: -39.5,-47.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: -38.5,-47.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -37.5,-47.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: -37.5,-46.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: -37.5,-43.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: -53.5,-53.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + pos: -54.5,-52.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + pos: -54.5,-50.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: -54.5,-49.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: -55.5,-44.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: -55.5,-43.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + pos: -55.5,-45.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + pos: -50.5,-56.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + pos: -49.5,-56.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: -48.5,-56.5 + parent: 2 + - uid: 5068 + components: + - type: Transform + pos: -54.5,-40.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: -53.5,-37.5 + parent: 2 + - uid: 5147 + components: + - type: Transform + pos: -53.5,-36.5 + parent: 2 + - uid: 5191 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 + - uid: 5375 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: -47.5,-34.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: 16.5,-71.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: 75.5,-73.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: 77.5,-73.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: 47.5,-12.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 5451 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: -2.5,-80.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: 3.5,-81.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 5.5,-81.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: 16.5,-74.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: 17.5,-76.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: 17.5,-75.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: 22.5,-74.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: 22.5,-73.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 22.5,-72.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: 22.5,-71.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: 47.5,-62.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: 77.5,-72.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: 40.5,-58.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 42.5,-57.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 41.5,-57.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: 42.5,-58.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: 36.5,-57.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: 36.5,-58.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 44.5,-57.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: 34.5,-58.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: 35.5,-57.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: 45.5,-57.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: 46.5,-58.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 45.5,-58.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: 33.5,-60.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: 32.5,-59.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + pos: 32.5,-58.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + pos: 44.5,-58.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 75.5,-72.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 80.5,-42.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: 81.5,-42.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 79.5,-42.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: 80.5,-49.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: 80.5,-41.5 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: 79.5,-48.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + pos: 38.5,-57.5 + parent: 2 + - uid: 8182 + components: + - type: Transform + pos: 52.5,-60.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: 50.5,-63.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: 73.5,-73.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: 73.5,-72.5 + parent: 2 + - uid: 8346 + components: + - type: Transform + pos: 21.5,-76.5 + parent: 2 + - uid: 8358 + components: + - type: Transform + pos: 16.5,-72.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: 80.5,-43.5 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: 81.5,-48.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: 80.5,-47.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: 80.5,-48.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: 51.5,-53.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: 58.5,-77.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: 53.5,-53.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: 58.5,-25.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: 52.5,-53.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: 56.5,-41.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: 49.5,-62.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + pos: 52.5,-58.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: 51.5,-60.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + pos: -26.5,-73.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + pos: -28.5,-73.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + pos: -20.5,-73.5 + parent: 2 + - uid: 15230 + components: + - type: Transform + pos: -19.5,-73.5 + parent: 2 + - uid: 15434 + components: + - type: Transform + pos: 58.5,-78.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-14.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-15.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: 46.5,-62.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: 49.5,-78.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: 56.5,-29.5 + parent: 2 + - uid: 17655 + components: + - type: Transform + pos: 48.5,-62.5 + parent: 2 + - uid: 17657 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 17702 + components: + - type: Transform + pos: 59.5,-25.5 + parent: 2 + - uid: 17996 + components: + - type: Transform + pos: 63.5,-63.5 + parent: 2 + - uid: 18467 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 18636 + components: + - type: Transform + pos: 55.5,-64.5 + parent: 2 + - uid: 18734 + components: + - type: Transform + pos: 56.5,-63.5 + parent: 2 + - uid: 18767 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 18787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-16.5 + parent: 2 + - uid: 18804 + components: + - type: Transform + pos: 32.5,-60.5 + parent: 2 + - uid: 18932 + components: + - type: Transform + pos: -16.5,-70.5 + parent: 2 + - uid: 19193 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 19208 + components: + - type: Transform + pos: 54.5,-63.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + pos: 52.5,-64.5 + parent: 2 + - uid: 19321 + components: + - type: Transform + pos: -27.5,-73.5 + parent: 2 + - uid: 19347 + components: + - type: Transform + pos: 26.5,-62.5 + parent: 2 + - uid: 19348 + components: + - type: Transform + pos: 26.5,-63.5 + parent: 2 +... diff --git a/Resources/Prototypes/Decals/Overlays/grayscale.yml b/Resources/Prototypes/Decals/Overlays/grayscale.yml index dfebeee3f9..50c8b4ade1 100644 --- a/Resources/Prototypes/Decals/Overlays/grayscale.yml +++ b/Resources/Prototypes/Decals/Overlays/grayscale.yml @@ -1,4 +1,4 @@ -- type: decal +- type: decal id: FullTileOverlayGreyscale tags: ["station", "overlay"] defaultCustomColor: true diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 49962ec189..66e12405a2 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -56,6 +56,58 @@ - ReagentId: Water Quantity: 5 +- type: entity + parent: PuddleTemporary + id: PuddleBloodSmall + suffix: Blood (5u) + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Blood + Quantity: 5 + +- type: entity + parent: PuddleTemporary + id: PuddleBlood + suffix: Blood (30u) + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Blood + Quantity: 30 + +- type: entity + parent: PuddleTemporary + id: PuddleFluorosulfuricAcidSmall + suffix: FluorosulfuricAcid (5u) + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: FluorosulfuricAcid + Quantity: 5 + +- type: entity + parent: PuddleTemporary + id: PuddleFluorosulfuricAcid + suffix: FluorosulfuricAcid (15u) + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: FluorosulfuricAcid + Quantity: 15 + - type: entity id: PuddleWatermelon parent: PuddleTemporary diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 23d3e838e2..fd298463d3 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -454,3 +454,121 @@ amount: 2 - type: SolutionTransfer maxTransferAmount: 1 + +# Mob mapped to Xeno Station that can not be ghostrole / pry + +- type: entity + name: lone praetorian + description: The last of its kind. + parent: SimpleSpaceMobBase + id: MobXenoLonePraetorianNoGhost + components: + - type: Insulated + - type: CombatMode + - type: InputMover + - type: MobMover + - type: HTN + rootTask: + task: XenoCompound + blackboard: + NavClimb: !type:Bool + true + NavInteract: !type:Bool + true + NavPry: !type:Bool + true + NavSmash: !type:Bool + true + - type: Reactive + groups: + Flammable: [Touch] + Extinguish: [Touch] + - type: NpcFactionMember + factions: + - Xeno + - type: Hands + - type: ComplexInteraction + - type: MobState + - type: Stamina + critThreshold: 200 + - type: Bloodstream + bloodReagent: FluorosulfuricAcid + bloodMaxVolume: 300 + - type: MeleeWeapon + altDisarm: false + angle: 0 + soundHit: + collection: AlienClaw + animation: WeaponArcBite + damage: + groups: + Brute: 5 + - type: DamageStateVisuals + rotate: true + states: + Alive: + Base: running + Critical: + Base: crit + Dead: + Base: dead + - type: Puller + - type: Butcherable + butcheringType: Spike + spawned: + - id: FoodMeatXeno + amount: 5 + - type: TypingIndicator + proto: alien + - type: Temperature + heatDamageThreshold: 360 + coldDamageThreshold: -150 + currentTemperature: 310.15 + - type: NoSlip + - type: Perishable #Ummmm the acid kills a lot of the bacteria or something + molsPerSecondPerUnitMass: 0.0005 + - type: Speech + speechVerb: LargeMob + - type: Sprite + drawdepth: Mobs + sprite: Mobs/Aliens/Xenos/praetorian.rsi + offset: 0,0.4 + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: running + - type: MobThresholds + thresholds: + 0: Alive + -1: Critical + 250: Dead + - type: SlowOnDamage + speedModifierThresholds: + 120: 0.7 + - type: MovementSpeedModifier + baseSprintSpeed: 3.7 + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.45 + density: 15500 + mask: + - MobMask + layer: + - MobLayer + - type: Tag + tags: + - CannotSuicide + - type: SolutionContainerManager # Being hit speeds you up so you can escape + solutions: + bite: + reagents: + - ReagentId: Stimulants + Quantity: 50 + - ReagentId: TranexamicAcid + Quantity: 50 + - type: MeleeChemicalInjector + transferAmount: 1 + solution: bite + pierceArmor: true diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 4593219d9b..d77431921b 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -519,6 +519,22 @@ - type: Stack stackType: FloorTileTechmaint +- type: entity + parent: FloorTileItemBase + id: FloorTileItemTechmaintDark + name: dark techmaint floor + components: + - type: Sprite + state: techfloordark + - type: Item + heldPrefix: dark + - type: FloorTile + outputs: + - Plating + - FloorTechMaintDark + - type: Stack + stackType: FloorTileTechmaintDark + # TODO add a catwalk tile item once tile smoothing is supported - type: entity @@ -1603,3 +1619,81 @@ - type: Construction graph: TileWoodLarge node: woodtilelarge + +- type: entity + id: FloorTileItemXeno + parent: FloorTileItemBase + name: xeno floor + components: + - type: Sprite + state: xenofloor + - type: Item + heldPrefix: steel + - type: FloorTile + outputs: + - Plating + - FloorXeno + - type: Stack + stackType: FloorTileXeno + +- type: entity + id: FloorTileItemXenoSteel + parent: FloorTileItemBase + name: xeno steel floor + components: + - type: Sprite + state: xeno-steel + - type: Item + heldPrefix: steel + - type: FloorTile + outputs: + - Plating + - FloorXenoSteel + - type: Stack + stackType: FloorTileXenoSteel + +- type: entity + id: FloorTileItemXenoSteelCorner + parent: FloorTileItemBase + name: xeno steel corner floor + components: + - type: Sprite + state: xeno-steel-corner + - type: Item + heldPrefix: steel + - type: FloorTile + outputs: + - Plating + - FloorXenoSteelCorner + - type: Stack + stackType: FloorTileXenoSteelCorner + +- type: entity + name: xeno techmaint + parent: FloorTileItemBase + id: FloorTileItemXenoMaint + components: + - type: Sprite + state: xeno-techmaint + - type: Item + heldPrefix: dark + - type: FloorTile + outputs: + - Plating + - FloorXenoMaint + - type: Stack + stackType: FloorTileXenoMaint + +- type: entity + parent: FloorTileItemDark + id: FloorTileItemDarkSquiggly + name: dark steel squiggly tile + components: + - type: Sprite + state: dark-squiggly + - type: FloorTile + outputs: + - Plating + - FloorDarkSquiggly + - type: Stack + stackType: FloorTileDarkSquiggly diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml index 0734e4af02..faa094f7f5 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml @@ -74,3 +74,19 @@ - state: tip map: [ "enum.AmmoVisualLayers.Tip" ] color: "#65fe08" + +- type: entity + id: CartridgePistolSpent + name: cartridge (.35 auto) + suffix: spent + parent: BaseCartridgePistol + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi + layers: + - state: base-spent + map: [ "enum.AmmoVisualLayers.Base" ] + - type: SpentAmmoVisuals + - type: CartridgeAmmo + proto: BulletPistol + spent: true diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index ba3f81efc0..47bc6c96d0 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -607,6 +607,17 @@ containers: board: [ DoorElectronicsChapel ] +- type: entity + parent: AirlockStandardGlass + id: AirlockChapelStandardGlassLocked + suffix: Chapel, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsChapel ] + - type: Wires + layoutId: AirlockService + - type: entity parent: AirlockEngineeringGlass id: AirlockEngineeringGlassLocked @@ -869,6 +880,15 @@ containers: board: [ DoorElectronicsMaintenance ] +- type: entity + parent: AirlockXeno + id: AirlockXenoMaintLocked + suffix: Maintenance, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsMaintenance ] + - type: entity parent: AirlockMaintGlass id: AirlockMaintGlassLocked diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml index a399e16d0c..1eb961dd78 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml @@ -326,3 +326,33 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Glass/centcomm.rsi + +- type: entity + parent: AirlockGlass + id: AirlockStandardGlass + suffix: Service + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/basic.rsi + +- type: entity + parent: Airlock + id: AirlockXeno + suffix: Xeno + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/xeno.rsi + - type: IconSmooth + key: chitin + mode: NoSprite + +- type: entity + parent: AirlockGlass + id: AirlockGlassXeno + suffix: Xeno + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/xeno.rsi + - type: IconSmooth + key: chitin + mode: NoSprite diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml index 4a294d8a16..c2ed67de50 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml @@ -109,3 +109,88 @@ node: frame1 placement: mode: SnapgridCenter + +- type: entity + parent: BlastDoor + id: BlastDoorXeno + name: xeno blast door + description: Don't lose an arm! + components: + - type: Sprite + sprite: Structures/Doors/Shutters/xeno_blastdoor.rsi + layers: + - state: closed + map: ["enum.DoorVisualLayers.Base"] + - type: Door + closeTimeOne: 0.4 + closeTimeTwo: 0.7 + openTimeOne: 0.4 + openTimeTwo: 0.7 + openingAnimationTime: 1.1 + closingAnimationTime: 1.0 + canPry: false + crushDamage: + types: + Blunt: 25 # yowch + - type: IconSmooth + key: chitin + mode: NoSprite + +- type: entity + parent: BlastDoorXeno + id: BlastDoorXenoOpen + suffix: Open + components: + - type: Door + state: Open + - type: Occluder + enabled: false + - type: Physics + canCollide: false + - type: Airtight + airBlocked: false + - type: RadiationBlocker + enabled: false + +- type: entity + parent: BaseStructureDynamic + id: BlastDoorXenoFrame + name: xeno blast door frame + description: This one says 'BLAST DONGER'. + components: + - type: Sprite + sprite: Structures/Doors/Shutters/xeno_blastdoor.rsi + state: assembly + - type: InteractionOutline + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StructuralMetallicStrong + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 300 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Physics + bodyType: Static + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 55 + mask: + - Impassable + - HighImpassable + layer: + - HighImpassable + - type: Transform + noRot: true + - type: Construction + graph: BlastDoor + node: frame1 + placement: + mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index 5a2afc6855..7df0ba8c63 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -619,6 +619,31 @@ footstepSoundCollection: collection: FootstepCarpet +- type: entity + parent: TableBase + id: TableXeno + name: xeno table + description: I wouldn't put the silverware on it. + components: + - type: Sprite + sprite: Structures/Furniture/Tables/xeno.rsi + - type: Icon + sprite: Structures/Furniture/Tables/xeno.rsi + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: gib + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: FootstepModifier + footstepSoundCollection: + collection: FootstepFloor + # Fancy tables - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index 85727bbd78..584c80132e 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -439,3 +439,11 @@ max: 4 - type: StaticPrice price: 50 + +- type: entity + parent: StoolBase + id: ChairXeno + name: xeno chair + components: + - type: Sprite + state: xeno-chair diff --git a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml index bdfbc39678..ae1490c951 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: [BaseStructure, ConstructibleMachine] # Not a BaseMachinePowered since we don't want the anchorable component id: CryoPod name: cryo pod @@ -115,3 +115,47 @@ - type: GuideHelp guides: - Cryogenics + +- type: entity + parent: BaseStructure + id: CryoPodDestroyed + name: destroyed cryo pod + description: A cryo pod that has seen better days. It's entirely inoperable; not good for anything but scrap. + components: + - type: Sprite + sprite: Structures/Machines/Medical/cryopod.rsi + drawdepth: Mobs + noRot: true + offset: 0, 0.5 + state: pod-cracked + - type: Transform + noRot: true + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,0.5,0.90" + density: 200 + mask: + - MachineMask + layer: + - MachineLayer + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StructuralMetallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: PhysicalComposition + materialComposition: + Steel: 2000 # 20 sheets + Glass: 1000 # 10 sheets diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml index f056a48f0d..d8f8a2e45e 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml @@ -360,3 +360,59 @@ count: 5 - type: Machine board: ShuttleGunKineticCircuitboard + +- type: entity + parent: ShuttleGunBase + id: ShuttleGunKineticOld + name: xenomorphic dematerializer + description: An ancient ship gun, utilizing biomechanical systems to store and release energy. While unique in its design, it has been rendered obsolete due to its inferior charging and firing speed compared to mechanical constructions. + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Shuttles/xeno.rsi + layers: + - state: rail + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Gun + projectileSpeed: 20 + fireRate: 0.2 + selectedMode: SemiAuto + angleDecay: 45 + minAngle: 5 + maxAngle: 15 + availableModes: + - SemiAuto + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg + params: + variation: 0.12 + - type: RechargeBasicEntityAmmo + rechargeCooldown: 35 + rechargeSound: + path: /Audio/Weapons/Guns/Bolt/lmg_bolt_closed.ogg + params: + pitch: 1.2 + variation: 0.08 + - type: BasicEntityAmmoProvider + proto: BulletKineticShuttle + capacity: 3 + count: 3 + - type: DeviceLinkSink + ports: + - Trigger + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 1800 diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml index 27ec0fe92d..1e39a3b29f 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml @@ -237,3 +237,47 @@ map: ["enum.ThrusterVisualLayers.ThrustingUnshaded"] shader: unshaded visible: false + +- type: entity + id: RustedThruster + parent: BaseStructureDynamic + name: rusted thruster + description: An unrepairable thruster, broken down from wear and tear. Only useful for scrapping. + components: + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 60 + mask: + - MachineMask + layer: + - MachineLayer + - type: Transform + anchored: true + - type: Physics + bodyType: Static + - type: Rotatable + rotateWhileAnchored: true + - type: Sprite + sprite: Structures/Shuttles/old_thruster.rsi + state: base + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Electronic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 # Considering we need a lot of thrusters didn't want to make an individual one too tanky + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - type: PhysicalComposition + materialComposition: + Steel: 1200 # 12 sheets diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml index dc94e2d09f..fe64df7a12 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml @@ -147,3 +147,31 @@ node: assembly - type: Transform anchored: true + +- type: entity + id: AirAlarmXeno + parent: AirAlarm + name: air alarm + description: An alien air alarm. Hopefully they didn't breathe poison. + components: + - type: Sprite + sprite: Structures/Wallmounts/air_monitors_xeno.rsi + layers: + - state: alarm0 + map: ["airAlarmBase"] # TODO: fire alarm enum + - state: alarmx + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: Construction + +- type: entity + id: AirAlarmAssemblyXeno + parent: AirAlarmAssembly + name: air alarm assembly + description: An alien air alarm. Why are the wires pulsating?... + components: + - type: Sprite + sprite: Structures/Wallmounts/air_monitors_xeno.rsi + layers: + - state: alarm_b1 + map: [ "enum.ConstructionVisuals.Layer" ] + - type: Construction diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml index 38371ee29b..391a98e8fb 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml @@ -142,3 +142,33 @@ mode: SnapgridCenter snap: - Wallmount + +- type: entity + id: FireAlarmXeno + parent: FireAlarm + name: fire alarm + description: An alien fire alarm. Works just the same! + components: + - type: Sprite + sprite: Structures/Wallmounts/air_monitors_xeno.rsi + layers: + - state: fire0 + map: ["fireAlarmBase"] + - state: fire_off + map: ["fireAlarmState"] + - state: fire_b2 + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: Construction + +- type: entity + id: FireAlarmAssemblyXeno + parent: FireAlarmAssembly + name: fire alarm assembly + description: An alien fire alarm assembly. Good luck with the wires. + components: + - type: Sprite + sprite: Structures/Wallmounts/air_monitors_xeno.rsi + layers: + - state: fire_b1 + map: [ "enum.ConstructionVisuals.Layer" ] + - type: Construction diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 71c1695752..af828c9020 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -1089,6 +1089,109 @@ - !type:DoActsBehavior acts: ["Destruction"] +- type: entity + parent: BaseWall + id: WallSolidChitin + name: solid chitin + components: + - type: Tag + tags: + - Wall + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 400 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalSlam + - trigger: + !type:DamageTrigger + damage: 200 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalSlam + - !type:ChangeConstructionNodeBehavior + node: girder + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Sprite + sprite: Structures/Walls/xeno.rsi + - type: Icon + sprite: Structures/Walls/xeno.rsi + - type: IconSmooth + key: chitin + base: solid + - type: Construction + graph: Girder + node: wallChitin + - type: RCDDeconstructable + cost: 6 + delay: 8 + fx: EffectRCDDeconstruct8 + +- type: entity + parent: BaseWall + id: WallReinforcedChitin + name: reinforced chitin + components: + - type: Sprite + sprite: Structures/Walls/xeno.rsi + - type: Icon + sprite: Structures/Walls/xeno.rsi + state: rgeneric + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StructuralMetallicStrong + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 600 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalSlam + - trigger: + !type:DamageTrigger + damage: 400 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalSlam + - !type:ChangeConstructionNodeBehavior + node: girder + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ReinforcedWallVisuals.DeconstructionStage: + ReinforcedWallVisualLayers.Deconstruction: + -1: { visible: false } + 0: { state: reinf_construct-0, visible: true} + 1: { state: reinf_construct-1, visible: true} + 2: { state: reinf_construct-2, visible: true} + 3: { state: reinf_construct-3, visible: true} + 4: { state: reinf_construct-4, visible: true} + 5: { state: reinf_construct-5, visible: true} + - type: StaticPrice + price: 250 + - type: RadiationBlocker + resistance: 5 + - type: IconSmooth + key: chitin + base: reinf_over + - type: Construction + graph: Girder + node: reinforcedWallChitin + - type: entity parent: BaseWall id: WallUranium diff --git a/Resources/Prototypes/Entities/Structures/Windows/xenoresin.yml b/Resources/Prototypes/Entities/Structures/Windows/xenoresin.yml new file mode 100644 index 0000000000..558cd9c0e5 --- /dev/null +++ b/Resources/Prototypes/Entities/Structures/Windows/xenoresin.yml @@ -0,0 +1,58 @@ +- type: entity + parent: Window + id: XenoResinWindow + name: resin window + description: Transparent and hardened, yet slightly sticky to the touch. Slightly stronger than a normal reinforced window. + components: + - type: Sprite + drawdepth: WallTops + sprite: Structures/Windows/xeno_resin.rsi + - type: Icon + sprite: Structures/Windows/xeno_resin.rsi + - type: Repairable + fuelCost: 10 + doAfterDelay: 2 + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: RGlass + - type: RCDDeconstructable + cost: 6 + delay: 6 + fx: EffectRCDDeconstruct6 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 200 #excess damage (nuke?). avoid computational cost of spawning entities. + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - !type:SpawnEntitiesBehavior + spawn: + ShardGlassReinforced: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: IconSmooth + base: xwindow + - type: Construction + graph: Window + node: reinforcedWindow + - type: Appearance + - type: DamageVisuals + thresholds: [5, 10, 20] + damageDivisor: 4 + trackAllDamage: true + damageOverlay: + sprite: Structures/Windows/cracks.rsi diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index 74294914a0..0861acab56 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -11,3 +11,4 @@ - Packed - Plasma - Reach + - Exo diff --git a/Resources/Prototypes/Maps/exo.yml b/Resources/Prototypes/Maps/exo.yml new file mode 100644 index 0000000000..4d521d0d1d --- /dev/null +++ b/Resources/Prototypes/Maps/exo.yml @@ -0,0 +1,66 @@ +- type: gameMap + id: Exo + mapName: 'Exo' + mapPath: /Maps/exo.yml + minPlayers: 25 + maxPlayers: 70 + stations: + Exo: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: 'Exomorph Vessel "Conquest" EXO-{1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency_exo.yml + - type: StationCargoShuttle + path: /Maps/Shuttles/cargo_exo.yml + - type: StationJobs + availableJobs: + #service + Captain: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + Bartender: [ 2, 2 ] + Botanist: [ 2, 3 ] + Chef: [ 2, 2 ] + Janitor: [ 1, 2 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] + ServiceWorker: [ 2, 2 ] + #engineering + ChiefEngineer: [ 1, 1 ] + AtmosphericTechnician: [ 3, 3 ] + StationEngineer: [ 4, 4 ] + TechnicalAssistant: [ 3, 3 ] + #medical + ChiefMedicalOfficer: [ 1, 1 ] + Chemist: [ 2, 2 ] + MedicalDoctor: [ 4, 4 ] + MedicalIntern: [ 3, 3 ] + Paramedic: [ 1, 1 ] + #science + ResearchDirector: [ 1, 1 ] + Scientist: [ 4, 4 ] + ResearchAssistant: [ 3, 3 ] + #security + HeadOfSecurity: [ 1, 1 ] + Warden: [ 1, 1 ] + SecurityOfficer: [ 4, 4 ] + Detective: [ 1, 1 ] + SecurityCadet: [ 4, 4 ] + Lawyer: [ 2, 2 ] + #supply + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 3, 3 ] + CargoTechnician: [ 3, 3 ] + #civilian + Passenger: [ -1, -1 ] + Clown: [ 1, 1 ] + Mime: [ 1, 1 ] + Musician: [ 1, 1 ] + Reporter: [ 2, 2 ] + #silicon + StationAi: [ 1, 1 ] + Borg: [ 2, 2 ] diff --git a/Resources/Prototypes/Parallaxes/exo.yml b/Resources/Prototypes/Parallaxes/exo.yml new file mode 100644 index 0000000000..4c8f755ef6 --- /dev/null +++ b/Resources/Prototypes/Parallaxes/exo.yml @@ -0,0 +1,40 @@ +- type: parallax + id: ExoStation + layers: + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/space_map3.png" + slowness: 0.998046875 + scale: "1, 1" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars" + configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" + slowness: 0.996625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.989375 + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/XenoParallaxNeb.png" + slowness: 0.967046875 + scale: "1, 1" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" + slowness: 0.987265625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" + slowness: 0.984352 + layersLQ: + - texture: + !type:GeneratedParallaxTextureSource + id: "" + configPath: "/Prototypes/Parallaxes/parallax_config.toml" + slowness: 0.875 + layersLQUseHQ: false diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml index 7c0c7269db..5d83ba31c7 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: Girder start: start graph: @@ -146,6 +146,18 @@ - tool: Welding doAfter: 10 + - node: wallChitin + entity: WallSolidChitin + edges: + - to: girder + completed: + - !type:GivePrototype + prototype: SheetSteel1 + amount: 2 + steps: + - tool: Welding + doAfter: 10 + - node: uraniumWall entity: WallUranium edges: @@ -348,6 +360,58 @@ - tool: Cutting doAfter: 1 + - node: reinforcedWallChitin + entity: WallReinforcedChitin + edges: + - to: reinforcedGirder + completed: + - !type:SpawnPrototype + prototype: SheetPlasteel1 + amount: 2 + steps: + - tool: Cutting + doAfter: 1 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 5 + - tool: Screwing + doAfter: 1 + - tool: Welding + doAfter: 5 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 4 + - tool: Prying + doAfter: 1 + - tool: Anchoring + doAfter: 1 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 3 + - tool: Welding + doAfter: 10 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 2 + - tool: Prying + doAfter: 1 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 1 + - tool: Screwing + doAfter: 1 + completed: + - !type:VisualizerDataInt + key: "enum.ReinforcedWallVisuals.DeconstructionStage" + data: 0 + - tool: Cutting + doAfter: 1 + - node: shuttleWall entity: WallShuttle edges: diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/tiles.yml b/Resources/Prototypes/Recipes/Lathes/Packs/tiles.yml index 51db1dc861..1ca30cf730 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/tiles.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/tiles.yml @@ -12,6 +12,7 @@ - FloorTileItemDarkPavement - FloorTileItemDarkPavementVertical - FloorTileItemDarkOffset + - FloorTileItemDarkSquiggly - FloorTileItemSteelCheckerDark - FloorTileItemSteel - FloorTileItemSteelOffset @@ -35,6 +36,7 @@ - FloorTileItemGratingMaint - FloorTileItemTechmaint - FloorTileItemSteelMaint + - FloorTileItemTechmaintDark - FloorTileItemWood - FloorTileItemWoodLarge - FloorTileItemWoodPattern diff --git a/Resources/Prototypes/Recipes/Lathes/tiles.yml b/Resources/Prototypes/Recipes/Lathes/tiles.yml index 3df6f2a9de..f8ade8bd42 100644 --- a/Resources/Prototypes/Recipes/Lathes/tiles.yml +++ b/Resources/Prototypes/Recipes/Lathes/tiles.yml @@ -161,6 +161,11 @@ id: FloorTileItemDarkOffset result: FloorTileItemDarkOffset +- type: latheRecipe + parent: BaseDarkTileRecipe + id: FloorTileItemDarkSquiggly + result: FloorTileItemDarkSquiggly + # White steel tiles - type: latheRecipe parent: BaseWhiteTileRecipe @@ -223,6 +228,11 @@ id: FloorTileItemSteelMaint result: FloorTileItemSteelMaint +- type: latheRecipe + parent: BaseTileRecipe + id: FloorTileItemTechmaintDark + result: FloorTileItemTechmaintDark + # Wood - type: latheRecipe parent: BaseWoodTileRecipe diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index 3bc6c9f837..d000c70843 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -190,6 +190,12 @@ spawn: FloorTileItemTechmaint maxCount: 30 +- type: stack + id: FloorTileTechmaintDark + name: stack-techmaint-floor-dark + spawn: FloorTileItemTechmaintDark + maxCount: 30 + - type: stack id: FloorTileFreezer name: stack-freezer-tile @@ -634,3 +640,33 @@ name: stack-large-wood-floor spawn: FloorTileItemWoodLarge maxCount: 30 + +- type: stack + id: FloorTileXeno + name: stack-xeno-floor + spawn: FloorTileItemXeno + maxCount: 30 + +- type: stack + id: FloorTileXenoSteel + name: stack-xeno-steel + spawn: FloorTileItemXenoSteelCorner + maxCount: 30 + +- type: stack + id: FloorTileXenoSteelCorner + name: stack-xeno-steel-corner + spawn: FloorTileItemXenoSteelCorner + maxCount: 30 + +- type: stack + id: FloorTileXenoMaint + name: stack-xeno-maint + spawn: FloorTileItemXenoSteelCorner + maxCount: 30 + +- type: stack + id: FloorTileDarkSquiggly + name: stack-dark-squiggly + spawn: FloorTileItemDarkSquiggly + maxCount: 30 diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 45c8774164..87e71da0c9 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -612,6 +612,18 @@ itemDrop: FloorTileItemTechmaint heatCapacity: 10000 +- type: tile + id: FloorTechMaintDark + name: tiles-techmaint-floor-dark + sprite: /Textures/Tiles/tech_maint_dark.png + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepHull + itemDrop: FloorTileItemTechmaintDark + heatCapacity: 10000 + - type: tile id: FloorReinforced name: tiles-reinforced-floor @@ -2050,3 +2062,72 @@ collection: BarestepWood itemDrop: FloorTileItemWoodLarge heatCapacity: 10000 + +- type: tile + id: FloorXeno + name: tiles-xeno-floor + sprite: /Textures/Tiles/xeno_flooring.png + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepBlood + itemDrop: FloorTileItemXeno + heatCapacity: 10000 + +- type: tile + id: FloorXenoSteel + name: tiles-xeno-steel + sprite: /Textures/Tiles/xeno_steel.png + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepTile + itemDrop: FloorTileItemXenoSteel + heatCapacity: 10000 + allowRotationMirror: true + +- type: tile + id: FloorXenoSteelCorner + name: tiles-xeno-steel-corner + sprite: /Textures/Tiles/xeno_steel_corner.png + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepTile + itemDrop: FloorTileItemXenoSteelCorner + heatCapacity: 10000 + allowRotationMirror: true + +- type: tile + id: FloorDarkSquiggly + name: tiles-dark-squiggly + sprite: /Textures/Tiles/dark_squiggly.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepFloor + itemDrop: FloorTileItemDarkSquiggly + heatCapacity: 10000 + allowRotationMirror: true + +- type: tile + id: FloorXenoMaint + name: tiles-xeno-maint + sprite: /Textures/Tiles/xeno_maint.png + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepHull + itemDrop: FloorTileItemXenoMaint + heatCapacity: 10000 diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/dark-squiggly.png b/Resources/Textures/Objects/Tiles/tile.rsi/dark-squiggly.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb1ad2bb095061916eebeb1979628dab610e0d3 GIT binary patch literal 15271 zcmeI3Ym5_B6vr>JA+qu^1Tn^#$qf>|TpX}j(0-R{lCNBnXp zX=l#;-*e8~-@WI~e3=c4JMWy{d|fjDV0uR^x&)mW=Xd24^luFeTtKI(`B=9Fz*V!I z-z4zj%hv)BI%_1l?5_CTie_d#s&1yBr_87Sqc4*&0mNE1e zcDWoE;`uh%Ys3Z$aOps2LK|4Eg>-gNq&ZwtP=GA7Ri>29x~_&H7R2be&}Bg%n*FR+l21X1P%FYgsN$*cGT#V0YH6f1isUHc-a9NAt_91QA`h zf>e59G2*6fq}Pm!Aq5hW-^HVawRju=_B2lDw` zPnfSax_Z`DmC|Nr%mTVC81aVrM$Im-@=8-Wa+a;;G}sZ1pazd&=t@vX%U&tv=KPW#(xsqJ@T>kZ#CY88J|=Y3)cTxiL7^)fi*9NteEqg0)fySy2iDN(ONF=Y)j!oqgzLWj8Wd9@@m0? zPW`p8BL!I7(rP=F<5R9F?Kp9hM*GPYouDoR$|zBI4P)#(TY;b)gy-aF>UqCmHu5$ zHD>zC{R5JK4qkNrtFCStckL#-x@Fw8?s;F%up?468`kXda-N`-?R_bF*@F?kEPLfJ zk2m8Ui;WV@bVUuc4_nTD;zgOtKDf}(v3op6mr!-AOqJ`ktXzYYR`k+`-Z%N$3+I^f ztnFg|=0$x(|7KJy7EOWyA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~ z`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6Ez znGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO5VA>e zk@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d z7nu*HQd}4ivPs0%T>pd<=FoSWMf8EDa`1{T(8ryO7F!YrVBkgo9$gQ>@0Zc}Cjj~c z0DevaplktPuDNN|2X_E4N$!ZYCQ6^5-Q1dcpPANvaNQ01%kN&^py(S{H|=}sn(sG7 zKbp2@_u-dfM~)o5I5>6tg0GAj<~x%FFy*$OmHgrPx$RGHd=YHv9y-wkV(h7vE23YE z`>hyzdid%qwsaq5I#(tqHx0E$Pft7KdA2x%J$~opJ}`9s{^3Ws^{0Qe#Y;C%pLOrL zOAm+tT=n>l70kI4dp_!nezR6OI)`C*&R4gdiOe~&xqaE-_c8C63zEZoU$cMwuK&WZ zY3DOvn}c60owW`0&pdUEWq1Cvcm9FI+D}18)8XOxvK>#(dgk?QuPi&zl$?BW*0P!X z_wRe~)%KYWtW5rv+*PP@Zvu8Xy>HL|CGT8q1wlkkCya|1A3qVJEXLQ%? H$;bWzR*|)C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/meta.json b/Resources/Textures/Objects/Tiles/tile.rsi/meta.json index a25eed061b..3902610d15 100644 --- a/Resources/Textures/Objects/Tiles/tile.rsi/meta.json +++ b/Resources/Textures/Objects/Tiles/tile.rsi/meta.json @@ -1,568 +1,586 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional attributions available in the Resources/Textures/Tiles/attributions.yml file. Ice tile and Snow tile modifications, Astreroid tile and in-hands created by Southbridge-fur (github), Astro-asteroid by kosticia (Github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "dark" - }, - { - "name": "dark-diagonal-mini" - }, - { - "name": "dark-diagonal" - }, - { - "name": "dark-herringbone" - }, - { - "name": "dark-mini" - }, - { - "name": "dark-mono" - }, - { - "name": "dark-pavement" - }, - { - "name": "dark-pavement-vertical" - }, - { - "name": "dark-offset" - }, - { - "name": "dirty" - }, - { - "name": "checker-light" - }, - { - "name": "checker-dark" - }, - { - "name": "concrete" - }, - { - "name": "concrete-mono" - }, - { - "name": "concrete-smooth" - }, - { - "name": "grayconcrete" - }, - { - "name": "grayconcrete-mono" - }, - { - "name": "grayconcrete-smooth" - }, - { - "name": "oldconcrete" - }, - { - "name": "oldconcrete-mono" - }, - { - "name": "oldconcrete-smooth" - }, - { - "name": "gcircuit" - }, - { - "name": "bar" - }, - { - "name": "blue" - }, - { - "name": "brass" - }, - { - "name": "brass-filled" - }, - { - "name": "reebe" - }, - { - "name": "lime" - }, - { - "name": "mining" - }, - { - "name": "mining-inhand-right", - "directions": 4 - }, - { - "name": "mining-inhand-left", - "directions": 4 - }, - { - "name": "miningdark" - }, - { - "name": "miningdark-inhand-right", - "directions": 4 - }, - { - "name": "miningdark-inhand-left", - "directions": 4 - }, - { - "name": "mininglight" - }, - { - "name": "mininglight-inhand-right", - "directions": 4 - }, - { - "name": "mininglight-inhand-left", - "directions": 4 - }, - { - "name": "clown" - }, - { - "name": "grass" - }, - { - "name": "grassjungle" - }, - { - "name": "kitchen" - }, - { - "name": "laundry" - }, - { - "name": "lino" - }, - { - "name": "meat" - }, - { - "name": "meat-inhand-right", - "directions": 4 - }, - { - "name": "meat-inhand-left", - "directions": 4 - }, - { - "name": "mime" - }, - { - "name": "bcircuit" - }, - { - "name": "rcircuit" - }, - { - "name": "carpet-black" - }, - { - "name": "carpet-blue" - }, - { - "name": "carpet-skyblue" - }, - { - "name": "carpet-green" - }, - { - "name": "carpet-orange" - }, - { - "name": "carpet-purple" - }, - { - "name": "carpet-red" - }, - { - "name": "carpet-pink" - }, - { - "name": "carpet-cyan" - }, - { - "name": "carpet-white" - }, - { - "name": "hydro" - }, - { - "name": "reinforced" - }, - { - "name": "rockvault" - }, - { - "name": "gold" - }, - { - "name": "showroom" - }, - { - "name": "snow" - }, - { - "name": "steel" - }, - { - "name": "steel-offset" - }, - { - "name": "steel-diagonal-mini" - }, - { - "name": "steel-diagonal" - }, - { - "name": "steel-herringbone" - }, - { - "name": "steel-mini" - }, - { - "name": "steel-mono" - }, - { - "name": "steel-pavement" - }, - { - "name": "steel-pavement-vertical" - }, - { - "name": "silver" - }, - { - "name": "techfloor" - }, - { - "name": "white" - }, - { - "name": "white-offset" - }, - { - "name": "white-diagonal-mini" - }, - { - "name": "white-diagonal" - }, - { - "name": "white-herringbone" - }, - { - "name": "white-mini" - }, - { - "name": "white-mono" - }, - { - "name": "white-pavement" - }, - { - "name": "white-pavement-vertical" - }, - { - "name": "monofloor" - }, - { - "name": "wood" - }, - { - "name": "arcadeblue" - }, - { - "name": "arcadeblue2" - }, - { - "name": "arcadered" - }, - { - "name": "eighties" - }, - { - "name": "shuttlewhite" - }, - { - "name": "shuttleblue" - }, - { - "name": "shuttleorange" - }, - { - "name": "shuttlepurple" - }, - { - "name": "shuttlered" - }, - { - "name": "shuttlegrey" - }, - { - "name": "shuttleblack" - }, - { - "name": "carpetclown" - }, - { - "name": "carpetoffice" - }, - { - "name": "boxing" - }, - { - "name": "gym" - }, - { - "name": "metaldiamond" - }, - { - "name": "steelmaintfloor" - }, - { - "name": "gratingmaintfloor" - }, - { - "name": "woodpatternfloor" - }, - { - "name": "astrograss" - }, - { - "name": "astroice" - }, - { - "name": "bcircuit-inhand-left", - "directions": 4 - }, - { - "name": "bcircuit-inhand-right", - "directions": 4 - }, - { - "name": "carpet-black-inhand-left", - "directions": 4 - }, - { - "name": "carpet-black-inhand-right", - "directions": 4 - }, - { - "name": "carpet-blue-inhand-left", - "directions": 4 - }, - { - "name": "carpet-blue-inhand-right", - "directions": 4 - }, - { - "name": "carpet-skyblue-inhand-left", - "directions": 4 - }, - { - "name": "carpet-skyblue-inhand-right", - "directions": 4 - }, - { - "name": "carpet-green-inhand-left", - "directions": 4 - }, - { - "name": "carpet-green-inhand-right", - "directions": 4 - }, - { - "name": "carpet-orange-inhand-left", - "directions": 4 - }, - { - "name": "carpet-orange-inhand-right", - "directions": 4 - }, - { - "name": "carpet-purple-inhand-left", - "directions": 4 - }, - { - "name": "carpet-purple-inhand-right", - "directions": 4 - }, - { - "name": "carpet-red-inhand-left", - "directions": 4 - }, - { - "name": "carpet-red-inhand-right", - "directions": 4 - }, - { - "name": "carpet-pink-inhand-left", - "directions": 4 - }, - { - "name": "carpet-pink-inhand-right", - "directions": 4 - }, - { - "name": "carpet-cyan-inhand-left", - "directions": 4 - }, - { - "name": "carpet-cyan-inhand-right", - "directions": 4 - }, - { - "name": "carpet-white-inhand-left", - "directions": 4 - }, - { - "name": "carpet-white-inhand-right", - "directions": 4 - }, - { - "name": "grass-inhand-left", - "directions": 4 - }, - { - "name": "grass-inhand-right", - "directions": 4 - }, - { - "name": "snow-inhand-left", - "directions": 4 - }, - { - "name": "snow-inhand-right", - "directions": 4 - }, - { - "name": "dirty-inhand-left", - "directions": 4 - }, - { - "name": "dirty-inhand-right", - "directions": 4 - }, - { - "name": "dark-inhand-right", - "directions": 4 - }, - { - "name": "dark-inhand-left", - "directions": 4 - }, - { - "name": "gcircuit-inhand-right", - "directions": 4 - }, - { - "name": "gcircuit-inhand-left", - "directions": 4 - }, - { - "name": "gold-inhand-right", - "directions": 4 - }, - { - "name": "gold-inhand-left", - "directions": 4 - }, - { - "name": "rcircuit-inhand-right", - "directions": 4 - }, - { - "name": "rcircuit-inhand-left", - "directions": 4 - }, - { - "name": "reinforced-inhand-right", - "directions": 4 - }, - { - "name": "reinforced-inhand-left", - "directions": 4 - }, - { - "name": "showroom-inhand-right", - "directions": 4 - }, - { - "name": "showroom-inhand-left", - "directions": 4 - }, - { - "name": "silver-inhand-right", - "directions": 4 - }, - { - "name": "silver-inhand-left", - "directions": 4 - }, - { - "name": "white-inhand-right", - "directions": 4 - }, - { - "name": "white-inhand-left", - "directions": 4 - }, - { - "name": "wood-inhand-right", - "directions": 4 - }, - { - "name": "wood-inhand-left", - "directions": 4 - }, - { - "name": "generic-inhand-right", - "directions": 4 - }, - { - "name": "generic-inhand-left", - "directions": 4 - }, - { - "name": "steel-inhand-right", - "directions": 4 - }, - { - "name": "steel-inhand-left", - "directions": 4 - }, - { - "name": "hydro-inhand-right", - "directions": 4 - }, - { - "name": "hydro-inhand-left", - "directions": 4 - }, - { - "name": "wood-large" - }, - { - "name": "asteroid" - }, - { - "name": "astro-asteroid" - }, - { - "name": "asteroid-inhand-right", - "directions": 4 - }, - { - "name": "asteroid-inhand-left", - "directions": 4 - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional attributions available in the Resources/Textures/Tiles/attributions.yml file. Ice tile and Snow tile modifications, Astreroid tile and in-hands created by Southbridge-fur (github), Astro-asteroid by kosticia (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dark" + }, + { + "name": "dark-diagonal-mini" + }, + { + "name": "dark-diagonal" + }, + { + "name": "dark-herringbone" + }, + { + "name": "dark-mini" + }, + { + "name": "dark-mono" + }, + { + "name": "dark-pavement" + }, + { + "name": "dark-pavement-vertical" + }, + { + "name": "dark-offset" + }, + { + "name": "dirty" + }, + { + "name": "checker-light" + }, + { + "name": "checker-dark" + }, + { + "name": "concrete" + }, + { + "name": "concrete-mono" + }, + { + "name": "concrete-smooth" + }, + { + "name": "grayconcrete" + }, + { + "name": "grayconcrete-mono" + }, + { + "name": "grayconcrete-smooth" + }, + { + "name": "oldconcrete" + }, + { + "name": "oldconcrete-mono" + }, + { + "name": "oldconcrete-smooth" + }, + { + "name": "gcircuit" + }, + { + "name": "bar" + }, + { + "name": "blue" + }, + { + "name": "brass" + }, + { + "name": "brass-filled" + }, + { + "name": "reebe" + }, + { + "name": "lime" + }, + { + "name": "mining" + }, + { + "name": "mining-inhand-right", + "directions": 4 + }, + { + "name": "mining-inhand-left", + "directions": 4 + }, + { + "name": "miningdark" + }, + { + "name": "miningdark-inhand-right", + "directions": 4 + }, + { + "name": "miningdark-inhand-left", + "directions": 4 + }, + { + "name": "mininglight" + }, + { + "name": "mininglight-inhand-right", + "directions": 4 + }, + { + "name": "mininglight-inhand-left", + "directions": 4 + }, + { + "name": "clown" + }, + { + "name": "grass" + }, + { + "name": "grassjungle" + }, + { + "name": "kitchen" + }, + { + "name": "laundry" + }, + { + "name": "lino" + }, + { + "name": "meat" + }, + { + "name": "meat-inhand-right", + "directions": 4 + }, + { + "name": "meat-inhand-left", + "directions": 4 + }, + { + "name": "mime" + }, + { + "name": "bcircuit" + }, + { + "name": "rcircuit" + }, + { + "name": "carpet-black" + }, + { + "name": "carpet-blue" + }, + { + "name": "carpet-skyblue" + }, + { + "name": "carpet-green" + }, + { + "name": "carpet-orange" + }, + { + "name": "carpet-purple" + }, + { + "name": "carpet-red" + }, + { + "name": "carpet-pink" + }, + { + "name": "carpet-cyan" + }, + { + "name": "carpet-white" + }, + { + "name": "hydro" + }, + { + "name": "reinforced" + }, + { + "name": "rockvault" + }, + { + "name": "gold" + }, + { + "name": "showroom" + }, + { + "name": "snow" + }, + { + "name": "steel" + }, + { + "name": "steel-offset" + }, + { + "name": "steel-diagonal-mini" + }, + { + "name": "steel-diagonal" + }, + { + "name": "steel-herringbone" + }, + { + "name": "steel-mini" + }, + { + "name": "steel-mono" + }, + { + "name": "steel-pavement" + }, + { + "name": "steel-pavement-vertical" + }, + { + "name": "silver" + }, + { + "name": "techfloor" + }, + { + "name": "techfloordark" + }, + { + "name": "white" + }, + { + "name": "white-offset" + }, + { + "name": "white-diagonal-mini" + }, + { + "name": "white-diagonal" + }, + { + "name": "white-herringbone" + }, + { + "name": "white-mini" + }, + { + "name": "white-mono" + }, + { + "name": "white-pavement" + }, + { + "name": "white-pavement-vertical" + }, + { + "name": "monofloor" + }, + { + "name": "wood" + }, + { + "name": "arcadeblue" + }, + { + "name": "arcadeblue2" + }, + { + "name": "arcadered" + }, + { + "name": "eighties" + }, + { + "name": "shuttlewhite" + }, + { + "name": "shuttleblue" + }, + { + "name": "shuttleorange" + }, + { + "name": "shuttlepurple" + }, + { + "name": "shuttlered" + }, + { + "name": "shuttlegrey" + }, + { + "name": "shuttleblack" + }, + { + "name": "carpetclown" + }, + { + "name": "carpetoffice" + }, + { + "name": "boxing" + }, + { + "name": "gym" + }, + { + "name": "metaldiamond" + }, + { + "name": "steelmaintfloor" + }, + { + "name": "gratingmaintfloor" + }, + { + "name": "woodpatternfloor" + }, + { + "name": "astrograss" + }, + { + "name": "astroice" + }, + { + "name": "bcircuit-inhand-left", + "directions": 4 + }, + { + "name": "bcircuit-inhand-right", + "directions": 4 + }, + { + "name": "carpet-black-inhand-left", + "directions": 4 + }, + { + "name": "carpet-black-inhand-right", + "directions": 4 + }, + { + "name": "carpet-blue-inhand-left", + "directions": 4 + }, + { + "name": "carpet-blue-inhand-right", + "directions": 4 + }, + { + "name": "carpet-skyblue-inhand-left", + "directions": 4 + }, + { + "name": "carpet-skyblue-inhand-right", + "directions": 4 + }, + { + "name": "carpet-green-inhand-left", + "directions": 4 + }, + { + "name": "carpet-green-inhand-right", + "directions": 4 + }, + { + "name": "carpet-orange-inhand-left", + "directions": 4 + }, + { + "name": "carpet-orange-inhand-right", + "directions": 4 + }, + { + "name": "carpet-purple-inhand-left", + "directions": 4 + }, + { + "name": "carpet-purple-inhand-right", + "directions": 4 + }, + { + "name": "carpet-red-inhand-left", + "directions": 4 + }, + { + "name": "carpet-red-inhand-right", + "directions": 4 + }, + { + "name": "carpet-pink-inhand-left", + "directions": 4 + }, + { + "name": "carpet-pink-inhand-right", + "directions": 4 + }, + { + "name": "carpet-cyan-inhand-left", + "directions": 4 + }, + { + "name": "carpet-cyan-inhand-right", + "directions": 4 + }, + { + "name": "carpet-white-inhand-left", + "directions": 4 + }, + { + "name": "carpet-white-inhand-right", + "directions": 4 + }, + { + "name": "grass-inhand-left", + "directions": 4 + }, + { + "name": "grass-inhand-right", + "directions": 4 + }, + { + "name": "snow-inhand-left", + "directions": 4 + }, + { + "name": "snow-inhand-right", + "directions": 4 + }, + { + "name": "dirty-inhand-left", + "directions": 4 + }, + { + "name": "dirty-inhand-right", + "directions": 4 + }, + { + "name": "dark-inhand-right", + "directions": 4 + }, + { + "name": "dark-inhand-left", + "directions": 4 + }, + { + "name": "gcircuit-inhand-right", + "directions": 4 + }, + { + "name": "gcircuit-inhand-left", + "directions": 4 + }, + { + "name": "gold-inhand-right", + "directions": 4 + }, + { + "name": "gold-inhand-left", + "directions": 4 + }, + { + "name": "rcircuit-inhand-right", + "directions": 4 + }, + { + "name": "rcircuit-inhand-left", + "directions": 4 + }, + { + "name": "reinforced-inhand-right", + "directions": 4 + }, + { + "name": "reinforced-inhand-left", + "directions": 4 + }, + { + "name": "showroom-inhand-right", + "directions": 4 + }, + { + "name": "showroom-inhand-left", + "directions": 4 + }, + { + "name": "silver-inhand-right", + "directions": 4 + }, + { + "name": "silver-inhand-left", + "directions": 4 + }, + { + "name": "white-inhand-right", + "directions": 4 + }, + { + "name": "white-inhand-left", + "directions": 4 + }, + { + "name": "wood-inhand-right", + "directions": 4 + }, + { + "name": "wood-inhand-left", + "directions": 4 + }, + { + "name": "generic-inhand-right", + "directions": 4 + }, + { + "name": "generic-inhand-left", + "directions": 4 + }, + { + "name": "steel-inhand-right", + "directions": 4 + }, + { + "name": "steel-inhand-left", + "directions": 4 + }, + { + "name": "hydro-inhand-right", + "directions": 4 + }, + { + "name": "hydro-inhand-left", + "directions": 4 + }, + { + "name": "wood-large" + }, + { + "name": "asteroid" + }, + { + "name": "astro-asteroid" + }, + { + "name": "asteroid-inhand-right", + "directions": 4 + }, + { + "name": "asteroid-inhand-left", + "directions": 4 + }, + { + "name": "xenofloor" + }, + { + "name": "xeno-steel" + }, + { + "name": "xeno-steel-corner" + }, + { + "name": "xeno-techmaint" + }, + { + "name": "dark-squiggly" + } + ] } diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/techfloordark.png b/Resources/Textures/Objects/Tiles/tile.rsi/techfloordark.png new file mode 100644 index 0000000000000000000000000000000000000000..c45b52e51493ea45dde0574d50143384d87c7b65 GIT binary patch literal 14642 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 ZwfFF;6JY1s<@R&K?MqiA4lP+X{5MBh>Q4Xw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/xeno-techmaint.png b/Resources/Textures/Objects/Tiles/tile.rsi/xeno-techmaint.png new file mode 100644 index 0000000000000000000000000000000000000000..c90b074d4250a969db73ce05642a9bd2140e20f8 GIT binary patch literal 15383 zcmeI3ZHN?Q9KfHmOxu!+w6vEG!&-1@voo`^voFKmUgxcPXYP5P7oKM5+|09g!|l$j zJ9D>t2T_=qFAx!7`O*i2P^2s(LDJ9!Gf+?pKU5guhf0Yg2-2YJnc275=XM{i6#DWE zcf0$4{%_Co`#;Zr=F9Bp>s>y__oxp5FsG+G*^j;%=YRG+=+l~<{2hJWo9kX@0dU`3 z=f4H)-M;_;`Jg^9Xb+}V%Bqp5FD4aSM944GqgyWj65s$S)FWpmX;hE-;VC~`$5#|Z(RYviPX@^wI}H_Ds2G-~NT^iq!Cj&Z*N;{d z89jlD63}!_4#6QI0!4+Dh9VLh3x@<69Gm>F~JBS9WroZx(xUA=1DbsgE& ztHxbxp3fP&od}k*VZ$CT=jLC!Gp#|-sW1_iBvFcU_%QC#rx#&nFsY+EljZai5oL0H za79DMbVor!L$??281k9Tx33&mg2&IkVT4%%m>p_To@3t zNO6(*U|Na`140%lE;1iXOL1X9$Rfo>=7VV|E({1+q`1g@FfGM}0U?V-T)x`dr_eyJ zoEFf#rSGnX&I_)L+TEW5VDd=-UVa6Do43&SRRG3#0IqF9ue81mzg|-@zTM-gM)X^^gSQ&jc?!Gy<|tT0&x7<)yH1zSpV>=FAg2OG??Ahw&Cp2`R6xh_I-T#lUdtO z&$+71y7=W=D-P@&UA*=3(S5t#Japyoh1K)!`r&wszW3*23s&W}-uU$)u=0iZ%V%F! z0wT!o`K|ZBhciwrV!oJr;^I$sB7EhuHe?OXo!Pk|{nz5YMKk&RGr;%fPZn;?yPj$h zXQq9BkNQ@;XP<3tef^2=w)rpI45Y_y?r#0_@qOH$79Mo8<{kqb+b;!Ay+3gbts3+! L?M)t8vT4gdUtPKq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/xenofloor.png b/Resources/Textures/Objects/Tiles/tile.rsi/xenofloor.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb7f1d0905784a0ceea2cdb6ad4925098ff46ba GIT binary patch literal 14799 zcmeI3TWl0n7{?FAC=^K1#(+d+vZV%r-I=|&o|sd*pcDWwr@k)IguWT`J>zclsi)I_qOX~Wx^^9aS>@(? z8rU^7AAqVwa!Z@h7G1@QYTO}6Y6o& z)YV>1gthC@rBoEVdPDBaPtJr)X3vykhbegqo7t1GSxX@^LjiQHd{~2mp=vFv8VhAs zS>rfDCLFd_6|=ZiRwOm4KN?^QE&2J*XM+*JfFT#>^4K{a`fG7=ywk;Vo~0c6;+{#|hWSwX$ zOdnv)(?2FpoQO>8#Q7Otv6JUBU><5bS_^1gf;9)u06VEIUpb?1Gv_qcYw7(i4!u~X z`I)ui-G$cnn_KbjLTlc+T9J*AD_gCg8FQH@Z{}ENMmGsCar$LM9?9MMQ)PC@!1^F{ZePh;RYLh0`F$ z6c-T@E}*z@8pN35A|k>C6c%yRM7K&N%Uafl4IqY&_jWYSl1K^we{0iw=i=z4SqcHHKUpR_r`}~FYTT`dtmRD4QEch2W#8b zu*2mQ+jo9GJUZiqCt6ir*|6e~tuv*P)g#}ZKEM5*6RlUrHcC0br!&*w+4YSKqySh#6RN#Te2TU-@M8l=Hr8n-3jav-Hg`&)+q?_b2Dd*uM5B zf9opIwyM4#|B=UzzgU0av7ME$?#8a69kGQaM=l&JiFp4y60Qhs`}>{2uQv>=`%WD= zH+b=z={@iNK3YCDt3LSA8_S;Q-}`Xe$&P(hEhXUvl^+}qU8;Nap;fyVUAta3d^%G0 z@}9RZ+PnI@kB9D`@%)b2L;6U~S0|4icwo<^>B^}u_Vqvb!ymhQ#+Jlu?oH1dN-rEq i9$UqfUn|>K23C%Kc4q(6p2OxNm-V#`k^PUa-TWW)a4xn0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/meta.json new file mode 100644 index 0000000000..dfebe232f7 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by SlamBamActionman (github) for Space Station 14", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "rail" + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/rail.png b/Resources/Textures/Objects/Weapons/Guns/Shuttles/xeno.rsi/rail.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7fda512b670381b460c4093d3cf72d9b6db5d1 GIT binary patch literal 16253 zcmeI3e^3_rAOP$9}7-vUEz?{b>MzDdlCw)$+MO`K8<=|Mv*3*W^>G zr>x!wz@#rJza+40&rATUj8Ic2)!7%*tmx7)oY=_g0xpl-Th`?VJPg~yOPWT$NpR%I7-N5UF78%N%Yo;qSF>yWmOS`nxdlMs?y9`A-Flw@5`~`ut_Z6F>ib^Bk?vpp{FoX zkLgV{q=hz+G)X){kTgNWISKWIeAq=!aCAg`7%_sx^!gf-qDehXnc{uK^@M%M`-fvB zW=vk<`^Ndd)!S{Jk}W3GrFqiBGD;&tp;}PWXP>x29$hA}>x z+gN31^PCkQ)*2fYY$l9M;Mf*a$bX#q=rR1wyc<;+Lau_nMt9;99g?5%@`X+Eo*7Hg z3V9uF2D?wZFJwl+-RBfOMdb0deDNDFIlunbQ% z@{u%urZhy0tAQrWG--|$*Z*D`6yTxgY%}9-;yD{0nOUUae<^cgtAL>i|7V$lZj1j1 znG5a2;WaUGml#R+eSQDtjaS2_G0Wv{L9*$?(V*ryE9J2*^h~i#e#78xCZo|{wBm3xY*8fycxPR)AU{+1 zlskcm3fsVngogE_8OABXhM`o&y$b|yW1&|0O+$Xk!J}_EBkpj~`_C775u4E$=@s&& z27!Q}MHLsC52RIbK|s)=iVMvL(yF*1AZSs=h2{fkRa_7dw5Z}j^MSM~E(i!(RB@sC zKw1?S1OzRrxX^qct%?f*f)-U=Xg-iu#RUODiz+TOA4sd>f`Fh!6&IQhq*ZZ2K+vL! z3(W`8s<$5<^yR}To4ensNzENfwU?v2nbqKaiRG@S``-r1TCt#(0m}RiVFgQ z7FAqmK9E+$1pz^eDlRl1NUP$4fS^Sc7n%>GRdGQ;(4vY9%?Hw|xF8^CQN@Mk18G%U z5D>J8#FZBNZkTt=9}D~CuYxywj9Ky*#TvG(+73YHTmZT^0&x4Te0~dnHUfaZtObDH z3BU|-`{(l>RLes6HHZt+VM)R*ZMKUuY?x3c0|_lz5P zf$`1L_CH(m>Z&bAC~6b7ZQFv|n=cGu_qKXza>Caa?R)=9=B{%mnjC%YRm-Ozbxs}p zMJh91u2B_PcNG`Q()(aq+EnX0YYv(Ou_moxE`K z(~c+SocsHkg-^Zv%V`Y@F8}fEGrs=pt@Ho+@!OXhjvei?X6?;CqkpdUk%!7p^>h#1 zKeaR`ke|AVNny86$^f0mv%r8v?=7sVcrokx)xEPgSCe)HR^v@ z(DLo;p24%TvtOIPYRkT7=NA4h=`rKZ$^%V(L+!`>w^~i6c z_{RPo+sUVrP0QEcIef4R98CVz`HB75spV6yWO%NK#^E+3r)MQsy+?NqtDc$d0eJ=?(=1MC{cQbwFtI9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Parallaxes/XenoParallaxNeb.png b/Resources/Textures/Parallaxes/XenoParallaxNeb.png new file mode 100644 index 0000000000000000000000000000000000000000..aac1b4c2e856c0f18775c3bd953b47945fde429b GIT binary patch literal 2528955 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 JX*F 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

|C#jS;}7gARhs6%{+LEf}8k?{)-0Ihy3 zGR_+v7A33uHVE$E+9dAY_+l-j0XfL-W584afn{mQl=(16@vOHthM!UL#KBMO4&uG& zPQl=AiTkcaLW^83A6{Ne+(#wskMjh^d*QN`l;TA=4ZmW~7?sL3y7HAgXCfiHY9pQd zA&#Q`42ys5H&Ob)X^AQVemgwg2*LrNWy0o6?NiM-K6@ z$-J9ltIl$yyRG^n*z2A9nW#k&gFO`oCjEx+b&hY*ke6BG^Awm;(K}^l6 zTT`oJ7inGCa|s$Bm+1zYa>#Y1p;caunL<;O(vdw`nnKs+6e^X^KV!R3a^< zTt8$Kp@mcLuY!xDJ@CV&jh3eM65ukkugw>c=RdG7p5|$_9MqHaOf;j~9pnMnIca6R zRjN?9wS<$)k27CIS&s?gGeVDAwrYFJJ0Z*cMYP+{J!YHtPDS(Rf2=g!*G@z#d!<;d zO=(9RLOE2BnogVvCQdGlQA<1`jCoflDhN+~psSK~7}yf#drU#&nj?AZ8OrW|UekX^ zI|%*XL1^hx|ER}mukQ=vtB2RSNckbVgT3d#YZ|-B`^<1 z7xP8iQ_-NF>h}+emrW-o!}9IRj&BZBxA7{xVvxur%_>)0#s1~op&-nt83*%Dpc+hO zf^WGkMqRnF|94R9r2uzOBn(VT@Ywuqt=N-9=~~^P!-QRmj}08_@XY+ecTWbTGI1fvtTFJR9WjrYV065ZT#~87DL) z;!r~`U_OX1)DAF+m2Ldc9Z6C5QF7`NV^_QbrssZDILj!dVN3*%@G7bc(K$5WHCX-Q zlH*vlz&?VV5v5W}tF3FkDZ3+-qvs2<*FCz^uHxeh-EpXG$EtQ&r{Vm>ube(~pcoxd z72A2J>1f0iZ%=mfbhaZQqK!0L*-G4HuR83-(A!5`7Hyw|PgIT{y&dlVId*k)?Vz81`-KJ8tiSOR>>iCoH=bawyp+O5u+sW@C zru_ub(ZZPQ)yx{%H*=P&3x>w2raaNpW{-pRm4-ccXTV3uN>Z@C(07O>;pYTQxxS1g zMM22bSV^j8gh-oBio2$cbjTrPr(PZ2e)kAEZ1ZZ5S(;%IyjD{%;VUzfe!RUj_Y7%M zKoTlJ|M{Nrj)cK3&rYF%XgD(Q`9Rw$uQcYY)82UHjMzo@pkH;*rHLCz+gbCrx)^7j z!m75_7Mg97)5fy(56i4qH`996TskuXmd`7JC!IP1gR1NxWwwZV6p_^3f0X?;t<91` ze7GxGOyX=imVUjSgpM+6ljuUG5x8xVaD7#2?#MG5Vt3_x9~Z{tNT5B3L>3>Ua^z2Y z1w^&|mus}6X+hsIdG~hx%AkKBODn?QZ7{PUD2%TGs`QJX$8&;y8%#WVIcVTQk^{SR z1^c8o|G6;M!#IPloDGdeL-tLmh znK6%P8~ug%N8iV~Yw;(~eo`KLdd<>tY%0j|jZ~q0Ait85f@pV8=em4(*r=r=$Zgfx zbl>CJ_$tu~bjWS`#!l}iuWCmnSOOefB5y@6Jax!rGS>2(F{tW29PQr#z74~lnzg1Q zhqsY_gmSNam(p34={~q*YW^2O?N(pmDQ;LrguDDUr3XIFryp|sOq;AIv)qUsT>O97Z4%yXx&0bQnB+sSJC^~shLZ~ zCOCTf9Xgy%Vx-xjlCb=F>FdSaKxmE> z$$E%91XgI{?D^REqf+_M&3Y9UpzFRPsCSfHvE=xQI(gZ>WxMWDWJys!)6zjpxI=tLWp9JcSEic@DUnffX=m^|G3XR7LwL%3g{3r}m6L zsuD;SQQpn{H*WP0lv#EJeKQ4)`9pm~<^6F@-Inzz=`lpxwKk~za2m)!JHtxvXw`OO zBE-JR1R57K+dmmF^>R=lJ}w|u!-Obi9a!$_eA&Ngv7gHpZ|X_MyGfoE0VDh0cL%aW zOVM(Z=H@b76&Q-bWf{&N*eNr_x0WYNtI>WthIp@r1I|Nuenbif&)jnz7#}majnl2K z(j8x~$szEu!CdLh;EC{u)kGoDX*WXo0l5UpB-Jg@Ve~gILe@&MK#U-kmF0&19eDyg zTTs+1P|vOQe)4|*ZsfK4TN>M{6SH&pn9p4-EHOEZ^aG#Ya?J%>>w5I&&Knp_{UJC0 zd*Hmhn2>p^|i#_=Wz!QwGL5pj5QB5k(;8ybQ%pABBh7RyHtA|y>V2BH&(^UgJ z5!AYL=*1gy^yVyRb5>d+8te4BQ0AV;?zngF!Ws9{&Lh4-GTBPkx=EeuR|2<#m@cU+ z!__0==Nnh7L23T$!I8^~rb8#|A}H%Gor1`k!?>lPNUw1a$O$o2IUINwL;OCf`dIiF zk=zwIVUF*g3_;YC?)vF4tR5sLdXDjJ6B@~I-&8pY-YgiVS5saU?*qMM_?hN+$tfc2 ztK**#W@n7o=GApp76P^^xOTBLJ7=6LpXO&7sS*0o2(9c0_iC2aN|v-*lI-~kD9O#M zq8?=41pHQQdaxH2itgaI^S~b1VWejfXxrVHUhd_qrK)^6kJd%_(d~aX=vwL{Y4|ch zdFY~8Pd;cHi&z>;~b+>zwWo-O+f!&(b(TiD##pn5D$}^ zHhn+Orry+0`BxEP+$P{MPxP3N_mSoNsc?v+j8c@J02wElSMZIXghll99p(8crMY&^ zc;Et8GCuuUD%We+Pr`F1EF@x52$8Wk#Z~PR8l-*Z`myRLk>us4!9p(~+s>Z35CY$4 zrJ`TN5x*#}gE#7da!EzoY0A!JR(AL*GhmGra(5Z2aBd)7rDLy5^W;~?d+Ck$(Oh*- z8!w#5H+!n@w!~;zA}T|hUwE`TU}qQg)Ay{i5@W^h`P9{{1u6v>c0kl(j^jXWUD%R4Y( zLEd_-ob}Rr#_#Pcs1D=*wn^=A;Yx_Bveu4l_WBJGN4eYvGvCxra$%>HoQob#H2%?SyiR>8l@)6DD5(plw9U#*sXuuGmjVSwW!f_KbLn~j=RtI zOS%80CoI;l9*leaIM6HQ89Tb$Y__Sei9WbE>~kPnOebYEH?8HC`y^Usj;WE1d)rXk zD+pGs(a!bvHeMihRvGWfR2eUU@O!lGCz3OPAj)O<`APukZ0ROhVu;l`QvKT?oX0Xs zhD7G>_-$2a?|6(ct1jOa(p)qjep#Yjk!h5Qfx*fg(^QdA-N`hPr_()qs4Q1i;p~3d z9K=vJE!;QABRgtS)v>CQUX}aYGVRyOO?cX^>q(GqGpn$W`(sh{w>DN#`;b3$m*^^v z{LT1pct@;*?n7WFr}&6gxfTmGK!L?A1+YT0$9(RI_I%x+c-#xHs$6OL55NjRU)ahx ziFMg&A-Zw}7d}tc^mRXFen-k+v8S(i3X$z$-JUime8aelCf?jM)`fmPR=>*I-^u+T z+Z9W37@p+i=;WtWg6r-mAQ-&uIWu_=QMaL9n=hM@VDdh$!kKhAFH#g!KVn}Yb`tme zV zP}m09s67;Gt;`c&4CK#)4OX*fY~_<;47^YRlMu)zc@6|t=QthV7u!Fq0BePEvGByO z)gCxnj!6_LH9CJM*d*}Hj-qg@qEnw=1N#vlbn6eByV#8@IaWrl_ktgZ4KuZ5T|OM8 z>m1gXoympu;RGHs8z&3&TO!hAY_F~9x(+IGnkT!H%SqD<*5tn|Fm>8R5>sa8>q1(7oN`q@o_X_P&%&SOid0Q+ z?6Fpwczxm|%i4QJ((V-(3HhL$GiZb_$_GlNX~sw1sMo4*8UBr|UN}3}b^s`J^$pvy z4^Acp_=x6n5P!WKlqCniru4?9o;6Lf*$qE}7V_1?_rRdBzF}23pTI{rLg8inue)cq zVLmOje!BM+WGan&uwDC|_wEJEZ8p5LZqN_~3mjHYO1p`_gun0x$Rr6(!kn%nCjUT!f1btf>l%c0 z{Wn80zc@Q*54O|ZgO05Ss;kYkSv`%&F4~Qti=3nFRfvb`#=gGa&F?N%k}l3L&mt=X zGmLHNSU<|G;Y~pMU?IIxPA{H`3C;hBTK4aYa08*U8cTCNF)9)7vCGxi@q2Zc(X?P% zCPbVWBIlU2UzQ!H$J8#NCfgvfe=$Qd(>CW?JjXn4wdh2Z&B3UhW~M&z4U$*IxLp?K z9~}O~eWv8>5*6GxnqKU8xMG+TDN41ggxO5^=vbA3qs;YIBdWTouFb>SkVNNwJZL|4 zdrp8^IVJzc?Jr{Du%u*ZTrdj&x~0kn$B)fB0VwWnjVl2>>Nd2YF}4J}Wnj|>j>|56 zmKoK7G4GS$6c-KPJk0%Gcw!l3Wz*OlH9xbF+R|v%-(6H!YcdXsmu zaxR3@RWo@%ewF0+{;KDIZ`~y0Wct}o!e1nY0;avc53XLflBi|6~qZ70^ zEd(GS96W7~e;lE98n17xnFA*)AlIrO#S)PjH!e;Bd!!K!(nw$TBkj&h@yX&fGswuo z-Ts={#z@3NI%u@&QS0D^`XH?=yuvk_7Q&`(>GTJ%S09pc5=0#Df$u=elM@F+5<)9A z?S6~|wIpUtW`y!lnp!8XQBp>7GP?cFxu{yINS`pbFOg2Z)_CehZ@bJ2`|a|W_p)$URBQ@$zv$EF`8D_twmUnF{m0bmm}Aze~=60Gg@AY;6flUY5f=}+@toMQQs^8bT(YZ;OOgNgy;>eyhz zoD)6FwO+1I11Hwy&$v?{!20l1;}SYP%UPz4M@E_~F?F5)X|^8d(p zvnLAU@8x>vDA~ss^=d12w4^Qqa%7Jn3NvpzP|b_`BK`ZC@RRBMSD`$ETYd^9@pqLyIYwf(vU z=yZpzMx8eSnrV*xF75ykq0*?eRD2fH3E`Ud2ccVA&7*9+>9V^60elD~UzR(3MK zPPDNJqk}~y;;wGb{mNq+=%0JG1hhijFR)vA+90~z4qa{qqHvM-H^Z)$(DMIW6)5q5Vsny7z zIX1Veuh&A21m#Vo^5~^XZfz}WHz;`+qY>*N!R1XVhxN73_v7xRMi~q3R{AAOz~FGo5-y?%oj_`_tvRpL7{>TT5tJ63ork?H(qRhgZQh@qBMwMy~yD zp-15BC7IvgDN-+?NB%dErL;M1zCC9slc$=sFFj5O4RyH=9MXI`;q!%k2GwF(@l2p} zdwpdxL_8`17{7qwc*Ujz}U)1 zg-uS!QEwK}pUB9gzwAluQ4xpTZad5RqaV%>{)S9r-$_iqM~M)H_746N>ql1&3}3C~ zGCRz&6ZAlLoWB}~-qN{)ZEhuZU_*~L0%^4}CMKR)1pXZJ#yrRvK~gm3TjBENzeIOw z`soGx(8d>8Xfjg|)~G zBjDTJLrO=`K>}s@c%O_^@I$!+w9!<%C7=sI$Nm#-+d%;@rXFUW= zGUv)udllGz4*Q)U%{8c-_TX7SF85w$K45?@XO{+Y zA(Y_|KE_=YKzlXG%(|jxJ)-Y4>})e(40(P9^}J%XYN(0$VA((jPD2S@_%!F%c)kmD zZkWKg3jv}T%|=`N%M2S!Ez&40ryQ-~;+dOaoFAA!I{lDjmu5v+=J-%!MM%sidL2inuB9k z=Vs}hm+KYPD>LCjOeGkQAMJY7qMf;bKJb3QP5u&2p#kk;PJnZ6CgqTnX>b(YxubBn zUDin;xoO?jlQib9at=54v*yW%xn)AdgJJ}GN+LCEPX_???lx(!9vuG9^VL(;b>-L9 z-O=u$c2520pZ@%8O*?nu{BJ;A?*LF_D3n@uUg35LJ>{a>-zMXDr?==da~Cwzu9M+T zYJW>R4W%vg_<5wc&JUK@=Wy>gG2y>6hEj^NBXzE&^`P8fRkDp3LD-2K z$s=Z31n-_zLxeJ1RIS8uMG(o$Rq@yP_|u%+qLA)7q<3JTBWK-;kmgGdv9FPAYOD~% z6s(N82O*Pyxe;{{cZRz_^6iX5{6~({;rB%#Fh2Hnw9(r!9|w&a@-^>xIm2k}CIEMf zS4k-th*w@V=oLqXbvT;;d5$d6@_<)})_i+Q-)`r@ae$(jKdn9LX`J2^1s@1#v5_!b zNy3&mnTzvU)=PagKk>6T))m`ERB(}UxnA#G^-b8f?Y2*?1SN%C-Co0 zmLfqKJzx)Sj!aaB^>~n)d>UEdioUjY<>g^D{8S<3t&dlGjh%K+TE4gjp(m+j(0ue;2=0u)8Ux&Bh`L0_?K)54GW zh0#{^j!D3Gk=jV>g?(~5lgVXs)r`*F!55|?Y|=y1V&oieyvrj6(fQf*G$(J(`s{G{ zo6H{KWz}D9#`i=Ww7-FmNbry_LcsPJWXTjyp9ff(MZugB*6A5TIePC2=l_0Et>a{$ z-iUf3UEM2G4xkonBau#zfp+!JIIqk6QC|J~52sA~9|Fa%DRg`O+hdZFGeNxp?Qg>d z`W9td-_kH^TY3u8=6gx#4y+Y&0#Ubwd_SW4euOf;Y*R7*uovZYilz5d?KOCW2l#%T z!jyq-)9Z<}i8lk{`cCKQHuXrmB>FYlT~)bW?~bf~hfIK|f*;1A)D3AhRrH$N;MJYb zapHO$eyPSc(^mKV;;Lvy-aDJm?>oOE5M3UcIo_DtDmk8N;ns)8^c6gZWiwz)PLv+p za*S+LN?G}x(ljMloFlP3jkwzkYcJKR3kxdyUL6>yLtMU>bIttMinZ&zKbaA5v(W5& z!zR{D19Mg!;UW_p?tXbQ6pWXFH*A$6YrPz>Z|}q}(1rmAlZs9zl)E6; z{(i@1sUaA2DaE9A^(H#yQi_?uRaXV%mt)K{d>UFr7ThB7xYcBcjdi@Mu{?vz`@T2D zecZJ$#w7T@BYG^g!5Q!65X=X!W_pXZM9KP9;#+WxF$%cQ7GIbtt%B5Y+vl2TIy!Ro z?|@FKf1-F{jGV`mPg_054FkKV`qP^EinGzp{F+2TZ|Oo#I?q!Y9xVI~1_ zT_K%aX+`4#VU$I-kF+;#2T z0PV#N&@4P2b+VI*9RJF8)1l5^b@?8M0@KN~#kky$XSO6j@TKx&6Y0;?dPOkR-|kLB zO%r;tpCX-pKD)4SKR;2`@C`J7RV|)D`gkDGv+wzK<;j>&lS0oKa$}H}`;a4k9`REg zWWR1tJvb(Y1sn9Up#?+*i)`23Y#c-|#Ldv&?D_x+7WjNrftGbLD>P32{o9`(Yr#MN zvnZroQl*Z*`7yAaU=cs-{q4$$gJ|E-p9A?EJjJBNUpti4P42L;<+*8S9bNs|@hwl{ zaQfL6K{LQ#(vUnF*A@Bw8qP+(7dRUgG9zUlRbd9n{=}|P-T|f4&cWZ7UtN8?q%9g@ zf8P`2m4ZMCQt6Dj5W&7EfjwX;ko>C60-6&r+q;iMAtIvl%FZRW>a|HWUuXORcq+3Z ztkioiW!`NO>)fmQVRtVZF}LIKIYUP5YSfAb{VvcLk&u`i3Xgb24Z?aje~=GnWhrcx z$e(@sZNm2(3fk)UKPh%J>IJZ&PS0L7-C8AlMaRnN>{$-SPbj;*%St*DG;Zk)FK8sY zzUhmoII~_l7aI{O6hgT^!l2koOGL=51pF~hN+$#0JJ&?0Z z^PK4aA?w}anSTHOafv8J2chJUQYnW}3ZVn3R605hljTs%oKG7g6>{q6P!2_#&)~y`Mj>{d0mgk<9@ibp7^d8{n(rQ zblyA1c2QO9MIfwN$7e5_9z{C``#ESNDN>668ymPx8t8y2%dwH+<<~qyt1cWTpPd-n zb$auE`f>TSHcfPSK=w=QBKYp`?{Ri^{@|1yYtffGGxOL}jw!P+hR0|QXz!l%gnpy1 zQ~ha#PfH+Q4D1MC)QpxhXlaZI>B~zhMEM|F+A-BA1SQq_tTd?twF~*AVrWE9^7xSB zDNT7LAEt{45W}Z2D*pVL8>M4?3C#*Dnk!^{-hy;iN6|t!-DyPrWz(Tfrw0G%k#_mG zgY=tMHR|Hvk>YT3J&(jL9)b}Y4Ky)7iDDAV=G9octI4=&~S7ZumgclkA% zOx;Zh>X_B&E12vVPsShz(L%5VVm564&S1K<#J`9|6!Ad<-|2YnqW}0W3X3s}<(hTh z8pNl0b=fjiANnYQtVP%N_qE8le(Tt8G| z&D2YgGL!2;cb`~G%dN`i#4H$9}Zv&LP>B%C z24&R=uu&PYjY z>xz(x2>5)#cwfcS676P;Kxs9sjabuttNP~N+SN~Wl`n7FVRY$AeKUV2vz6ukw!YCq3>9f( zY_>(;!^GtIaGlbnjH*7R%iwfI0zIbDLx<N7Ot^To6jj_Y|THbpJjT{QKi?kclw~w?hhLnaEVK;?AY{giE)kJPCB`>TN><3 zyhBJ9?#UP5jaxNpY@OyEbU*r>VxOsYA>m*)Y4$}E+1c_vvUzYT2l-+hW3JCjtostt+s{<0dQ>Gche`X@4wa-+>R)f^GOMQmr#xZ;vsb`h6H@ zi>&QRV=&YZiU}+ZtAY@5n*>nmjBkZUt5fH>{(dLjHKcK~HO9uDn;8KTw#%YwFw^(i z2M7N)Na6%kQ<;BkPJd{8A7E)KH2II}K>crvFP~~B0%rtfw{w&uOuknMgIAq7C&TJV ze)5}Z^V>JD>inma?PL80mvXyK*Y~is1u8K(ZTLrb2Z>LCikD?AQi5@ZXx*<%lbVLB zUH4@4X`I`&k7?lk<^px%R_msxv7SQ^9GU4gxl3)=9=!hZN)w&b0OQ}@r{|^-p=c;mT*VDd4E}%cXGs_F(@lioVA;US%NIM#`%XK=;?(q<9lr~5> zU>X7u3oC1VGBv%kdF{Ue2xzn@%9}46!K?3*+gqun2xN`vG6inaE$v}`m6aKhBgu#f z&tiIxYU|lV7`BXFJPI$+vt2MnSoZ9>)oe#-c$rTE2uehaoSB!ehb)*n^=-1$4{TO) z$CJt=huUZC*ApX7p9J zT2g!uyHRhubw8jMA8xj%3sN@(Ezw6YT$YCahK-hz%L$ zaSuuzzi17y|9a|D`vT;1_;YwcLx&;Fn8t3JZ|uf>&+O^IW=%(Go;pP9axf^JaQR^6 zVDPD?kli=ZtsIi1W)96l9=!4-%QhDRyI~_LnV8FQEqndlIb-`)-LA-&tBbu%EtTVL zmOkc%xe_fZO>w%D9KXUMD|ue?ZtvFy*+gl%hZ%3Yp0V9jsNpDBmXB4|`0lf(pZEGe zXaNyDc{PUfC2p<3ilOjbS>9h{SHEuNJf&4 zYgWCb!g$@*oTsDo((D+mGzo3Wv*AYsZ>{Koi`Jox|2qd2M}dwP5sCBEm{+07 zq4;9O!x@V=$~kJUv&Gu$9{p5W|7^5cnYvL-6-6EH7UduN^rK?e&5kff&Uld@<2xui zIKMUZIG}L+7-5p(Ts0m*n&(zHtddL(di~5-aE{oT3iG!bh3X(HI{XWB-rY=fef&GQ z=v9-3(d)_p_`868!~}8|FH+0yWI0rOn#Qul4m3VqG~(VvywLj^Z>(RQw>opv-&^~8 zawcc$>UADIB3g_~(ZM|ruW^H6ru$QZTw0CN-%Dt~#d|g9KV-r-MvVY%kPzXQ@J@L6 z#F}7QxAgjh?HD6RSK>(ZEP48dL+5!9(dcD835{gYKKP<=N+&t%_=ytKjo?u=@xJBS1>fvvcy;m2W>>y_02B{9>^}_pC*D;iMj&OUEJccPOx`0I&r7$o`PJHF}O7EIx`d4iziWfrci*Rw< zih3%7j68h(+2?JCLrMg_|4u+rw0MKYGgdcuhzotbB;wBFdx7*&efBp7-ii0Hna}^; zhue3`O0g?#;}GJLI$WIAvrg6p1Z2IWEY11Io_@YB@rEIQdPR)D3s!Icao{^z@CW!3SJ(^nd+{7Q=bFX*sw#!>p@p zOdrh0)S{0dYr1_i?oO(ItgY4T-5(Iq*<9#)`dnT*ecu876f*7eTup@S*QSXt6^Esh za3dH$kJO9sa;^g0DeWjwBt`)6Y224E?4U(^ZcDWeBILtzhWO=&wL!`VS>^l1P{*er z2OSgeFfJ1+m>UMv12(G^ELke0LV=6o-*}(bWg{U9NrPtaVejLl|9$`Wsb+OM$nB0*e^)Tt50lR!tvzHI7y27X7H#ND!1L@L z(_Tzc@`M%s&V4x={a5|)d|~PY8SaJ`6Se!~wfEh~;SzKYabv}idLblQWPHNMqfoz< zG~DI0jke!hDjNOC=(l8ML4y}hmZ8SACZ!v56_2}Zn+}xXnuOD>sHH>(nlNN6=Q@?`! z%Q3kXc)eR#z1xPD1C^A#5I(c_-x1~NslyKTDQz=`M$=zec7#5tgwi{ugG~OkV_&wy zX#XO=WD=2Nubg|;ll-V%$+WlR)3E2F`a2~j2*d6u{=Ud64DM;a_%DlT^a07wecZ!e znWdWg67M@J(R)4okCy)%aV%jp|K!%~sjw$(Du3h&S+c(7eOx=rNBluz-EpgoE;;O8 zy(6tl4lP2Ps3yvLSb{^RiawS8dBf+$LL(8yu0z+)B*Y{P!vN`{CbH=!U;spIUk}AcCa0YRfsh zk86JAthZCP=ND%quv#hh*psQ4PHi={_Q&xBe{||Ze#~Ts6+C%-BjH_jEk?;ZZwvf@ z`H+#wyO6PP?jvQ9dmUY+)k1{oBZwU0R@qluYopJWAC@*|{6JDw*O)ueZQmCx zs@N|>!A>tCMU zGHsZOCWXmcjq~jTK#`3yjB4I{4Rz^Q*nKkuZV4jL_Ss;%kx>f$k@9~~ty<{nzq8!Z zgrxkV8sg7H9Vub5{EMLb*){S{{OB85oP#rS0146>ut_Me-FslzCU6_@T`TS%^l7*l|)yUJexFbCuq9TE|@4 zEhc*Obxt2I7;jaXmA`epYWMz(t3vfW?`GQtA6oAIf1+w~s@<}WX?S7LTQhHqB2FvV=kVwtN~^Kd|Ed5Svw_3%-U$fqes zP8(*OId6V>$(?XFClT;5s2#gdsJMv?9JyC_59Pn@vHWH#DC+Ouf?&bL5@FwhU|mZW z;%6&tFL`wGk}VK!={Tz+OhWK}Hnq8!0a9!{42Nc#E%(ixzMEBqnYb*W&?#)o;+0Te6FI zctoD6DLm==pR4PG53Xe&xhpIlb}*TK-T@Ef?F%@Esm(8bBPXPuxWw>>Lym1~ArIq) zN-?ia(>(dSna0A8Nq<{@sk5=J>s)SJYRb1c#}CsLfsrGb4Ajuf(Ni1u5ArVd2|b=m z3B=8w8;v@eNL)8I2^wQ?OzD4qebLc9UI#Gy7mSwywMNIb{10>j_Tf9>>R$KP7R6~yxPZoWb;i`88tUYD6jg;IId;W{5&k-TaKF?lXvtyUr`@A?D*qp#G9HgA2p#k zTMtQg`l88=)B}5Oj11m|j|}xm4<4NN+YV{Hl|?>Mw!74?>a{Z)wSQah6_3}e1E~MO z8K3$oGy`aM>H2?rS%izqt$9>oRvve!!c3M&_6_#4040~k8P5U@9M~FYK;UEVu`!~A5!0j;+-ssMQ6~<&V zm?g}dkfqdLwc(lUM6Ok+J#ij!&6JQ6R^d3W_}*dDl;WfJmzyJ9ywfs1pyM>#PG7sT zN)w(Gsq`Sp7oMiBmo%Xjf%}Q0)V*be^>nbCg310H&TU*nlrG6~zbbNF@%}JY&*_?> zc+S31liLe_aIOP^o?Y26+LH5;U*4~~0RAF9&P(8zEoB35nA1ieDy}mnA&4TMdOeGd7S#9m)YroA@50F8LH_ySqH3>j)r*18w`B3MAkot>uK& zt2MqShleN5Ui<%zx!9e{SF%pGw9@jNt+C10y*-9QsUDp(o~*YExq6l%DVzE^r7~gj zS`-`Ej(~k-JC`C&K960Z4l{2r?BIY1Q;S5xg`2s~zX>;SSDJ-oTx}HFlec=bHnZ~d zd||Ig+GD5vj85$j{t*{4-g*AmoEm|2q>p<@m1XjK1WJ@)^6j)Vet5^WT2v2Yh!~+G z)8vm?FLw3o0gbLTQ)&MWlz#G{8X9kQ+W2*MD{1)&0~ia4*WM8_&vbNsk53J@+}pjI zT+(Bn?-+fc{9otJPQ+aA$wcw>@bP9p-rB1)H)r?5G5b37 z;<<(qLk|OXVo^W_7lJ|O{k^w-((|f@1zQxc?|Do+&&ZIVZbX2a<=Z0^=hwV4Sd{P~Y$f~d33rj~~c!vmA+|7|W1l!crr zZh9vL{ChN<&Bx|7Bb-6ChbO+F4v&t>P!9IDEH%vl?Jc%-i`wG9b0un9 z58>VXm><34%AXq=Ce^UX(-7Eqxr|@@FE?o=U2koEBzEmlXMgT})tS>XG7?<=-N&$N zTl>uJDY>ylPecI3;TBppRbDZThM%YFXzS4uRF0t2^n#QuE}0^Vi5$=N;jZysf?RPT zC_1Wz?%LzN$DK|HvY^rpwBPILDh@l2+b4H%n=HhjQ*Vn&?c0;$=FJPfhMT0~lU`gd zAe#DI?kAQrw&U#fq;@G+e2S1WX5~_T4_)E}!DF?lKDhTf4Z_pU^Suj!h$7psol@g% zxe)Q5kcsNmlmYmz4#fNQe-@fJz|Gjb`G#pv#&ANnuiUwU-QoZ%TT*_zkYSed)eU$F znboVEHUf{qmGIE~`K9lShY)zepb$WeuCGr4e#W%Xlb)J*#*~cJI1{&E@Tv_=2d6)% z#pZP{WK=N0u$)r--%%5VR{0ArM;!oaH{0An*`xf`7(L&Nkpwg<>s|HFBpozlTX}9M zL2R{MS=vHPb7v4c2fdFNROoBOwbaTXowsVu*QR7HVsP{;2J@6M(}wex$U}@o+ad07 z(yV5TuGoocV_oPMN?EhR_0q6*rn^xaZ+vLH@&i9yYqbs2`Jm$J3+IOn35hb>)(%D} zm_SoCu?oxb)9Y4^cYi^#IX!0r*z&J(wGwVgYkt3Wmm1XHntBk` z^7S@aww_C{iNJ^yHYwk|CVI)dsvqIoy>qVKZ%>CG)=V2pc)1Q8|F`iD z>LkpTHk5gXvYaWDaYM%%#6k~^4lX=T<%ghba_knff=X*&?CH+7f&QOz!BSPA!g55> zZ?s$t&?(S@ehv;qG0B2beB`5Z=CA9LE(2N5)glS;IMGRnZ|o0;jgz^2%+Mg=%~Yh^ zuLCV%te%oTvJ0kSN8+SOen_Q1sz&#;^?Fj8bKJwV-FmkfCaLkNHA+=d6jLJzcMC5q zJdc^#7_1NR*qM**iiX-ooPhSf3zse z_lcI#J}o!N!q>}R_C5)cPoUA5|N8iizj5a~U!!X$_HjfVB2$l=DdVq`Qu}+)mz@bI zhd16=`029qHGNY7M5{9-x+Z}QndlzhTejQv+<=%A4Z8KrH6{)oKaVdWXMYnOj^6Gw z1}Tu%Z_@3&-DN;?WQr68(dDTW00PKGTbrn2Xvw{k+u%Q2<_$;3TEs5_YoNz75Pw~? z?70h!rm~-A-2$-5v+9bwD)$7#ZGNrtBG8zC_Zam76Y63sF<~X zSJw6R1N9}b7T<2fcSbv9Wgi0P_Ch$*#h2d*gWK&Ux+TeV}s!&M199?;v#l{x-9(4x?( zXMYaZe^>0<5x>9gTU>(SIg{RKLpFe|zu&mQi?1^vvAe#Wex9-W0{xlD(wdg=K0xL` zt`c|N;`vgp8d*cAmKWhXxG_DdlzttN;ocTTZE(~(?O>p>~^cAX< z_pAB27XFF5BVpTKP}?fR5k8~I49pgFT$ zZYeEge0T?i=uHZzdEEl2r;wUbV=6$N&{$GVmKK{9tT0~w{y5r9yAW_)!L0rRhpj1* z6AHIFbam!Oe9AKHyEiy(tj${c4Fa6$Jqmg-<}JLwu;N6kz7M>^!z8~$LW3(;6}64w z&~5_~%$X)suzR)j=FT;zJ=v^t=yMN6o--54kUA^QWSzp&)3|rI_|sLP>klcyvqAY~ zeR|1~Qd91mu@E_&mNy@Tih|4jy&&&RIfl%TDL<3NyWY>}AE-Gn`PqgkR27{t`E&8p zj|&vw+BJ$V)r|Fk{ipSoU%B|PzZJ4tro!Bp;?@VLqYQKN)j7(r;G)ggnk3`##gO%q zFH4haeNuIVfg7U~P^#HPxhzW(8It=Q%Croe>DkgzHHFrZJg!;whlV=e7zwT zyk3&z?9)dqEPgij;WqX6-1aPJ#QDkT!30&O}Y&K#F<8_2}X#oiQ}A<<)!e?VO%zC zs4D0#uT;(}7NmJVM#sLVP0OzgU(M_j?BU(F5$|QbS!oSQ?+OSnV;_C^D=R+v zewV(wKBi3X!XW&ElBHD_X8x%>E?^s!10QbiSt!C&Ne$kYv0S1iO*2krA~2RR%B}E^ z+yLK3&G&e;Phd;-&{s;gi);K5oA~XMBvXq*3P+wJHs06YWKCl*lvO7pCVcIfKJ3??rE<9z= zooOrtHVDl{n)W%7w#Y@#z(`=B5(fqQrv5!p39mny<%o-*k|c=>-#w3RDcNmEIQ(ni zVPv>Y5544dcH>iZHuj8jxv?fZq3qkP2f~7(yBYScrQGZv)M#`MG^SfT7^P`;kERZ1 zhSkJ4s4r_VY6(*0WsP;sDR8t0dX{ z=FL=nUELPXj@@c|+;?GTvdSKfe+uyF{UH3HJX+^%NC;4kswgJIA|PJgBYeo9@JHWS z&4zg|cZ2mzo{P~%`Dcj+w(cV~A`iL<-iFy!O=#QwS%vjC)&)=bFHE4Tdb13hqGbW` zw&=*;JT1-+L~NuUwi*W!X9wsuzzX9BqF7RpbiZtB`o^ZEmD1``r<@$n1DyU+!M(d9 z8Ss^NT?a8A!*lvo)jWS6Z8`Bpw(tn* ztV6td>Z;CE)6MLFV31b&qCH;!K$Y)u-MJiADrP}_ZU55181=Y z<-SdumJ1l!mum{mmImEmU)c(~qdb+SO|IHok4+|Z`zE*0V1e@(gpTDQV?M65-d4IU zVYsqyLf6hiVOC^KkRi*`7#8t;vh7DWJ@@GTd>^E+y14l$R)P1uE~FVHr+=wow&DDB zg7@3)DG;hzS^;yu&<2#xg&1#JBz3l(!`cnp3|EdRzUs-R`d?Q?Ard_EZgt7Pg1>9g zAi$--ha51C{#1eWhFcUm|MApSGzmBdyY$0baO9rVR}RLsJPLInW(n2o))8igyZ%}cgP$O<(@Xheoa>R_g%m~Ot`5P6CAI&JZ01C=A_B#THx68Eb zfzYm}aVBT_5`$Z=PhCygW<^H4b_)sNp?JjKy}FaJ5i67J9|wCbR~6Vqcvxe}`YqF1 zm#1gr0!(d6x%l3gOe4=u4LGxxs=JHP zy~6+P8bGvLK`THBbM>la6FBV;K8Dh`%n-=O*V*9V*u~GBJIq}!=H6R18V^7;?FlK8xHTUFj2kcR{D%7^*6O+@#9E|ZJf zRDm2S>l&5-D!rxqmdK{=`?6(LmAy?=;QfgZpOL*7>xoFf?H_4tuhVY|yi}v9XZ(Du zA6KBYihDtH=Dsgc{W#S9U3GIu3Gy>%5qUu2M2!{>FMZ6{3n>rZi5=7L$TP}>)dc;F zuJP;aR^d#rgJ!$04+@PG%&l(9em#%t0CX)}fi`Ps^5eIU;j2M>D8IzpD`-AfLy`co zo}t;DmAEKsKHv?df9{WKjY}3cx68`A<=xO6wR5LA`T`Dj=e#=^RO-_ z;^7Gol?u^tVqRGZ@naEw0^39xI~h7?PB2Y@+h5e=w4AkP`v=Fiyt#zlCg$RWv}(*@ z&r}b~PB3nXi^fd^k=kwCu^8B~vhEJHy$Vp3t)LV*QOooZGT_h{i8L%z`dZBXxkeOJ zc9V{nPy{6{&e_h+MCPG(*%uG7s>wB#V222 zu{(e`b?hM<^?^1*SN=1XDdc`!f;Spi1G7(1zxInxl~`rxoRik-{Uvr3$ezIAO=$;H zB^F9@3td#vp?#l*um3@L91gYq9&<<=gkvZT*DfQ;``~L%fhX5YS*ow2ir7 z)bk)nY*;$EY62bRzc~i|h1SV2ilts@$9dUZVzpE@l0B@=Um|!jS;nAfcDGIq^C!$W*7y z))II@Gqr9AZ0Li!5WuBEMz4K4alQ7Q7t9}1?Eai7B7&Js;+!gCRg_>}d`1&fP7>QD z-fJ0;J9?DBPge!37uh($M7BkX>>2n~{%4hl%ia~HEZeb(am&<}7T%XAP{MHLv2=4K zG1cbjBK5F$5l3}nzVZd;)vvXX&xb_g}c6zj9l+>uedjd9?J26da`&-f3P+$z9}UhHz22B&d&k) zvl%{FCSaW3+6^Tp`os(KX8pAqJ>={sb)?DKgT-Yz*d5mQT2CBR!ilbFgV$VNA|6)u zYa9wO>5JssUtw|1R9kn$Gqardg8Jf>=^cnaEjQm0h)!+T2-k0MAEn{EO|%r9lstb; zctUW6N#U{KCTrHkefGhUKd?jBwKjei)IdDrRBu-I=FNls9)_ikBe@vJ#nIqMA*D>2yJu#{)=C$x+?&W0ec9Lrb)E>H21?-@#nEnd()I zzqiqeExD_D1*pZ%VzotAUt0TnPY<2M_{G&^4laV+hlMZPB2%;I&k05@B^(v3oq1o0H!dLmf(4vT*ITsFKF%HOknNI2xx`5~KA zt%oXFXLeXIelA-KOI~~vlkq`H2y=pTy&bQ#fjPCe->%}6Y&~>C7`d(4G`qNhGFYQK zI;PtPIhU7L0Icu_mHz2Af-UdM*xB=sH#;5NE`pjMQu9+j%dp~7KX1-;9g6=fmCKLH z`aJg1oZ-pvr?qP?>O_mAu39y7Ns1>wVb|UIVLi*iBRB{5UbuG9{+ek#S<#i#QJF9d zQ;nKFcHj{@A~CHX#VejAAEA2o!CjC*bU$*mD4gY%1BL6K{m69o7r2~@K! zg?~CHNtUmcYyBlt^@dVtLAG&6w zd?oWXTcX&4Mei!2$MRauu@Ql35yJ1n5;RSt`5{xj38M4DMD@5=j&DfZpirTPuyvzL zf(_r@kO!)<{Hx1eg+mGBqdkts8F~raN>HWs!$@)gc9W7t!xqju5OL0JtXDvsoWKrM z;)tGTBtf&8$Yt1I`KS%?4(K0ROEzQp1zLaB@*xb`e)Lu0c2R*}bwSiB zL(3aP6-83U*(-&`+AMaP3YJ{qJl|jFW?!i=TE~i6Tx9jyLV|mz%STKIZk#^;g|1=4 z2ZEs^E20GG%2qrdy||_#WC$_J*do6}7XNLm|H77jA_KHun;eU7>FKA>I%i zJow=}yRztc_oHy4_gHI3xpP${Wvu%UPyTZeQ!tlsQ>^51P=NRB+&&>( z)Un@0XFZE&x2;-Tom?}I?cPpNjFI`&jJBeWSHg_Py&NS(JfBtJlqX+#Uz3pCN5$Mm z;E%e?E?U;1mBjkb35O2{w_Tra*?;EtZ2Eqe55T$bYwh^G=$Zr5@9`MssXJ1wMRgK9TEYJfn zO->Cte$a4w>Hn_oTirP`%Mp34*&V=92wUKO?A#kdQqVHh)~W9q7%l}S8AZZjVT2Xf zDRPwyDT5o}dxA)mOeW*w1dxd-`QD&|Q4_Jxv8@4JgusIs{ag(1igP6O(JVygGeqY* z-)-seD`Lt8uRm(qGYBVoc?6&}C>{IEdX?V0PN#b%7ZB-3##TJH2i(nC+Xu9@z`z~U z6W=@;qNVm~cYjA!;O;$};nivOUbK<;T6pW(dpx$ZI(9bjvVt~PQ0&lF2ct@oKj9mC8(PSxN7=D5LTKm7zZYB! z%_?XoD6&J=OMiS;e}gRV$}cpd%(_0rr$(U>0(mmRB#p{uEg04_W*579a_S-y`(OO; za2J6lOP^Z)$5PollZZdR`Dmabyq%v9BFe~}b1G0dDp~okNovrNIy3ds66rzn+8K$I-<87)HCnv2otzSom1J8_`^rkI<8Nn}E3t}aoF zNG6wBFQ0O9&SVT5O4(_;$}Yw%0UTt1*Z6 zr0nv>wiL1-q+Osolhd%|jBp~34~J>D$_WvP3xP6|Yo9m_3aS2}9=DI7VQ_i5?3NP= z^yJ5Vmsx;-2e|*qPqRgzYqRC)jnSSO0(wq>W=wU)@ShVR<9Ef80kw^u}K81PE*K8;=Z$$yUV(?T(?#4&WL;5$(IMX+N$`A*A{x_FQ}5eJ+*K(Nn&aI@0|cF!cr83ganD(FS=6C zRN`)6?+PwzjdR!-R>w4i_tikUsgOOlZh*f(fUntuSUVK~SueSf19oAl$!R6n&==q`gCHJt-{ab*t^%)1L(-#B5wRv$4w*)DU z0@rywAk?+&6bfDyQVc>@uErGUY_NFSd%>%bQZpR(DZ6!I;iS1xB1cLy#X6Sy3A=Uu zMXemB$4oe_Gxb^yerudhu^Hy392ut42LuUUoK`Z5f9?$bPh^UYeH{Jn=uV#+Nu?Q< zirnzb*jeBx4)|Vypj?GXYXnfvWDef=(tfoFx=jK%-(S&uCsK=BOb+e!i(sbP5!$6g z*02%sG`#3)t`yVZ8+|jIqz6744vA1kZ&QIjpuz^o%RcmFG@0F2rdAmJEv_6O; z2}M)8nDGz3MOfXWZzdh-uF#lFAtUQV9cZpq&(-(}yI+1dGFcEKckt{7-VQQ2i<@da zA|Pf<*zm?*?QVnRRNjzjJ2^mhzADZvjzgiXQoTZ5w{9aVV==wvPcD+ndWl6)w8!TI zJIz<-3&!Tve~?icdlzp312SMn18{=#Js&ff&%&}OjByb=i0K-^5=sm3E5AVi74lfo zvmJGekQSXghHq?g@9w`;_XGV3Oow{0S`-GD8XHKrjq*=$|4*^HSp4r#MWNGe%maWL zIe}+#2i3#SNlzFWjQklTht0dG)r?rn;_yB;xvXM8YJ*!gX|(td z$J3~w8OHsAVG4zIJBHJwWP{JNf$9sC6>78AzSRw$7KRE{$;%!O%STkP%%)s;ovw)4 zX6;KhS_XB1zm4h7RuG1xbnNlohN%~fVlggE z>BULDoRn^)`cJwMfN0cv=(n#H=1u156gWLMFw6S`ca)sZyJYr2kd})a8;3Oo#+?*` zO*z(S_cJ=HJeCNORbpnNpT?nUR0*o)J6O$}5j-R#!c~_TfQ^>vl;R*+c)VUw@n9WxUJZd<~t(9W0j< zlJpY%l{X%TUIZmDU`uCt6)}+f*y50>M;3>*uNIv&+Luz{h7SDQ<3C=wTD0e6q5+Yf zJTK)p5E!RZ3JsaCdBkcpQiN=4)fzzW$kWJsQ3Mr`h9Zc@Tg>zCgbM4C|9vF69ygq| z6P{Z4$dg4xdI%&i_ycI0ACzkq$W5ie-g-|uNL8f~+vZCIT}JK&G8Uh-6GVQ4Bt6w7 z+f!Qd<53T-HU^(<$4KQ0yA5&OR3mqmBMpYt0tFD|OE=`kUJUPCx5Q6Zkgdg&D$`C1 z70#>n?$9It4$v6avASo5s(Z|pQJ@cn7e7_s4r799|j_FmJ{EoQQEypw2 zpIE{wJ$!ny-a%ruXVSe}gwP5t1{I9%H>iqvZGrr<4>m`}O=ZV_$plMJ4(fA4+`nXe zJI@ttc$5HZ+UGvD=c-!BnIm61qgA#7shaYRIRK?Vr7V8vc;WT}`9-mCGh_Wjzg~Ph zZ^%#U)fufrU0af=xq*0+g;Ljjodvr| zNLaqZ^U@n8)L)()UqT`pnc=W3pw7k&!F;1aQyi;QfbY!6pVxvcHfkNCvXCs#yY(sS z`A7oIG(PVB(j0BK+^@7JH1dsq+|tn09dIw`T&taOD;>b}Ov)!W+I+RPw-uG9Zw5s) z3CF|w7{|y|%IuIns%S*!06H#}br$t?@AC-7!P$rdhF_PJ%1ZxM%s>~3|I_(uuD&8E zyH$4mARQN(lyyvHd>b=27r174Mpk$~*U{*$>Dt^5-7?Aosce7h4BM)oo$grN+934H z@{C+SY3-{`b2-o*F;VLPO|wBWT_jr#KN$6k{U=B2KTzf^slQimKyCEMmN1S`&)6(2 z$X(5SkK8UjwGcHOx1{sm4=Fk|OG=7FmP2LCs+nM%c(t6#(*4yS#B%fG{LBYpft9=H zjKfro`g{?y9IFGo+AC7{uhd_sxQ2~9T{50baLW&l?O&xe-@KJsY2$-_(l;it!kDH)xynJa5x{dXWw zSyQN}3ZQg>vUCL7Tdec4TjA=5rYb0yvr-OqB7=@a(xR7isFbDRh@uozh3PH;yZr{P zMRPH6l*MJ~p0)R;Es9SWe7adVVtqFIf9D~Ww|~{3B2XEC9u1L)?CWb}1zVbQPJw6R z@ee6CikS5$RLPFA?`i&4(F=@qLP${W$%x6tPHG2m+r)PWZ>x%g9Pcx-HqpkE&@1<_ z%Si%6`vA2^X`MsHe@h)vXi>a}!Y%jIYxM#Pg#$BF0CjMzuYAAjin^Zqq!L+B5Gg2C+w97v*Vfzm@P4 z1V%9V6Cw^LBX>0cfiKfOvh~Wbi`Ax)?H+X7wUmt3lkZqTcs(E7c<<(g;%>XFfXSGW3!C%$NJDbceR*8sRW8I=%$q7c5Ozg z9q|u!Aa&8T2K@$(30Sn7Nb)!uSM|oT6=HF^j7>s$3R)mLT4;Ry{`&l zVBd-|1Vyp+;o-}|x+kM_ZOSqa3z+m}n=VSAS4sr6L@(YxK(Nb2oCbU4_JCxUNqHen zo4qqUi!!lJq;LfBB<#pNwxbJcX{g%u5!Z!GjZtT7zGs1SVEU{K5yV{N^yWz2@}Ykg zk-slyMvaYYzbwB+@c}?Ho0f$gB|b5HyaYms@=2XEnA}474k*EA?N8!v?a36nA5m)1 zNj2wJ?~59vR9G9ZDAs}-(Ybee^IBOG#ds&Chb)K0+(beb_p${YM>hbvZ`a4AhR|E9 z^<4kc58N4CeCn3qwa%UN_h838HJGdJug0fFkG|AoXguoLy@Wk>aCY>rsbk`|Z!^cw zJJy$eaRH7eX$ZXoDk20r-8L;U(%L-mj9E=F+|sw|o?*eJbUS5j zvl^x^ufKxVnA|eP5!;)U(6hW>8D(265J}Kxsx{zl&x@G}aP~wooY}E3UO7)lBU!u> zYJRRT==+d1i(Q|M?~%X+*TX<~u#m0EabBN3&hfm?`C;lnyC9*}W#*;G03cWYyzfoH z%EKev10)dEVeTd-VNMeCM~#_2n!hM0w)P!wJ9ejL2Un-5vMB);Qa!xVeQOKdvhoKuN&E9%uD zsXs$j?&wuY&`%`!)}Xih>ChB=Z%ZID>KKCH^_>&!Y?(%%M0MMu#Q`J<_*)&ytk{sy zh5yt_`pL}`3{??bo|3NqquqK+iRtOQ)h{wKz$)Dsfp{u`EAn_`Zm@1KBV(V(VB4eN z^EYqr{(RHD{@9u=3I}KUktBE|nNIseDNAB$r zubm3H5*RgyMUQ%pP>LAaLV2nF7#(3eWB7eX=*wfQ{DaUlPMI>g`ORtM5MxP4FP~92 zROCzGTj&xEDwsX}4#Yu6mjQjX2H|pE0wSYH9zfe=k)iT%YfRMBmHt{ePnqmmNx2ny z3=_hcV22YTINuYf1Nsr~ndAgval2vs+-k3ABsK78((rig8o~}d=FS>B2K$XDH%`32uTR(mv_nlf3p?SOS&U|>ak{E$yk>b zldO8%pmCsk=ftl&)ia)#SULI_k;QvLXB9nrX`KB$8!}Q=#FNS?q{?#q*&Pl`J7Ljh z1s<+yX-W(Ss7p0K$l2t3gus5^0X{MmenOLX@0V1axOT*;cUg6$FEm~L)Z~Ag@ z#P<+z=Ud0EMErl!KsdPex}-2L%sPlb-1VVXc*aaiW*IH1^dbafiOJ)f7%ncGVI&j= z3jK;PEvsW@GU*Ak1MSY(nAqNH;{`ZSdeQyO9`52pa;!$Fg#Iu|%TgKu&%RDE#|Lq}~d&!y4)aTS0Bo-*t)@GP8P5jszh;d&5)4K>|f4 zeLZ_J9m3!l+NkEQ93$Tu>MsZCOP~gaRJZ=dafj|G1cH*)-c2(-p6A0wMzhmS*`}Zq zN{PBsx1072BQnws-Pb{;0PjLig)>t>*UpUI%?m>1K00W6p8tL0zI9TzbMEOY*2mwf zh=le@0DIeTWl^p-FX$Xm0Q4)V{Prw##z2 z@TRqcE8cD(`Fm>nrU;Esi8}#@x*;eqCY?{_fY<&Mw5O4#%x{vD*ga{4$!@%`_!|J` zTe=>c*MXrCGIJoFOPruLp?=RFIKviP-aN{2oboTq4VxOXjS5QVay{m{n))8^J(HaW zS17#JOxZp1qL*dUtM48>m8O^wal63`f01+UX5Pl^gwbq05iOFnCH4(K7-6g4c*r%~q!`@ca1QlD$JE>_-A z9PhWN9W$a6k)1KG6s6aot)%NWLyZ+n=<^@z<(69uKlC5yd$Tv<*MV4N6}F#^1a|$wD}s$-u_(X){2sU=kmEgTcxu#rdi;Y$XNSPLa{8vZQXg(CEn1m zrba(iduaAxpF~9RkH(0HsrU)@c|}b0Nwwqr=g*zJx|v5-{X*o?BfQ#t3R@y}ap7zL zZOV`^m>8$+KAI5dBWSY{Bp9YpD^2+vV?#dHE!{TDtg-I0kD?(1O}3I|9R({hv&rHV zm{XDWRz6GMLGPDeX+!WM4bR(*jIlhIg3Uaxz_3B4i0)dA0aD^elIbwu%H9h|eaO{-;tSO-w~%$o$&*mA zyEo9YY!<=EbAHkzi6PMX1_Eszkmff-dXvI;yLXg$M9)a(O9dnEL>FOtV`(&?!4<}2 zYA;mcKj*@Nu=WrCCg8caP62uNh3`PbsP4uAB`36+Rmf!v=h?lo@sIZg7y^AHOlo)2 z=dGJ~__^xj#@p3=R9~2y)+EFqD2#J)5K`rL5Yo^%L?{s$3?>&nfVvOi^GGr>%Fq`1 z1k=7@1fjah@+$i>A`wPUI z=)wX^88-kkH708B+j+TMWhSA|dSYOz4a9n>Eg^4hjvdw}|8D6z=lufv4Q;cDcTL1Q z9G$gg-}JW4AC1_4Rbkh;o@fdU#F)KjQ5w0RWO^$OJDu35~SEIawk6(0;YeqtsY`!125dZmlto{qK=8NQuXSl|b)m~(& z@{2{D5PKn~*4bDS8J#4bc&b{Ri*($JS9IYvsnvm|^~;Rv&P*`HziBTwHjHfc8(&VE zsgz60+a_*)S1N4UF|frFk8VQ2G0L%?);tUw2YQLE>njiEw8fw)pMHU?%Y3AkGdspj zlWFraTs-+OzkV6kEvxW*OTIgHJ}suFSu#FeKAw|o;LYLv@-@G1EK#usTe^qn z`P-}BZyxILU}Is}oCdhcK9b2X2oG$yyJw4MKVw>Q+ma2uM3df?hJLS<+X63JUaQ}- zttRktDq*JS8US|EI(_Velj#BBK;@(2=y^la_!FpXaG}E(E*gAf9UfkLe{G|f{C9NO zo_v44t!z(HEo)maa@xK1*U#NT5{fLF5jSl?t(-Jm4kh~gN{(=On&PpT z+J!NXNx4p6CM=h%hPpFY3A{kq{$K-lfost!HWu{R{sy;G@4<**r zI5=rbDSJ5m99=+-TRcg&d>k$EDP-;te;AJ!-ABj5v-)YbOkRi0t|2-hS8YH!jN<+_ zr173qY`?(s$EpYLc`vgcarODyO32^L!&62axgI%JJz}yJxf`Bg1*M(jK1I_qPOYvD{88XN(pSiT;$SlcoX5ule+A9H zw4BX6?dHeFmF@-^p*^2CG(>96OW(y-+$AM?l;(Qg@t4Xj+SH(9;RJ2M>~}^uY&_cV zecHXZ5~oiCv)RDie|vBJV-Taift($8H0~JM8A|w%+G_rk-uuoD1=| zs$AId1b$B-T1vT1ppN=h0B}i&EvO$ydNNOh&B;{bFxRtO1Jc*r057)^?oWG<9Z6gkgkL zl2-KhkTi5;vMj&Ju}fqbnh)2SrJ>GMf)cq~#!;wtvTM%}N8KF3AJZVeAny=oRRU;1 zZRvepFfSfMzOXsmG)De0z+Tw+d2icMBBVQL-Ah?+Oh*fC+00-G$B@fnv_jMn4xyV3e~b z4&}eREe-J|$*@Vm?AXmLYoImh27FZz8A>E;(yJRqo4(_G~M8BOo@*_{2D17STMWcl{RdZ55t0qa&)lT3Y6n*E4a74}u%*Cn-+Jy496@5qMZX-nqUfj9Xgspw! zy~NJZYQBSb4_$#^%<8hvczC;`G7ViZr28btn*~7%$j`i>;?xuV2#D_{1B5Ze#b{L7 zO>m9SpTCbDmCSNPuuMY`bAw#(zflbxL#Qzhwb0G9|7DX_kuLs|G=QA~ih{CKcCP}j z6$T~sdgw<3%(ozE?3)5_jSQe8pRl;5htYijl3!4uV%*rD)S5*}zLM!5sPS9+M}Nxd z;}4DTrnIoegro*zn)(pF=dK1I*_)8BG@-K~G7gEdeG(Oylv@ zmGi&{Fw$^McMOi|#u@0EboVLY!;vW@>PpAI9T}_7H)m#3Hejp<4{`NpyeP$A3DyEB zoZ!`(c0ZZPs*!x%3!KPxJzvwNh0`N_{qnrd%^xoqYP{Sws8chs=5Pw=S4brO%y%ojf+WPLhfB=*`GqRbo}x!U=Tr>tG zl5hUy1w$_bl*@Pbvu}epjBi`n-aBzp=v~u2T{<5}`9uH`wBi?WvYiIL+Wt_7-+@aKh^X5y5Kw1A}J3%Zwb-tTFQe{6B2k0kd; z6=8MZ`;iZl0q2o`5`&f#@_{7)&4fE-vKG(QD5gd`L@#s}ViF!6$ z+&DMe-Jj_fdqI*j2@fG5L z>KgqTUG807`=&R~>8-`2E6y$0_AnW!btE=3ibE+b>csYxchqY>N!wo-!65rY5eUyxjn+s4 z%{9fJ)leVq!Nnda78JWC=2Pl?Qap>ZnIC;@fzwVh#kS{lRFly1Mk-@2y1DhN)MG{H zV+JdPlFYb{iBM_iJvMhkuccHYBobcUiJ0xw3gh1O@zM5`zD#p(qP51AXwPVPNmp8q zmY3cK$hlQpOd^9(M1DUObPf~M1EP-j|BO`?$!K`u>iX3;G%ry=1@T(NZe?Y#yWhlx z-u>;QWS)QE^6q)VcRZ=de*#SIyVu0l3BaXjWVd@c{(v0rlQ>IaUF+7SR7#Qkh~4iU z4C%mhO2Hz7MgFlVsM(7&E1c}M_O(a#W%*>8hqx4@tOJOWn<^&)Hso#)cgmWjuO#=- zGFQtaz%?5OFrMTupMpuXOM!uGwnu5J&5qtg<3aBd=vS z6{$VbS{YE$#tVu?Ml`U*z>Kqi94QU1R&aC6PANDPBT5A^qGkC=p|gKOfjz2np6*_k zYO!PYIeb16?H6ni|s*3CC~ zGn-0S3S2G5pUS@^g+BqY6NkD8sY#5_rxw`V@gNtlTpHsG(#&Xs55*x)E3I_`l&m;QRoKF1YBin8!CuJwS`8 zRfES@`z*RO1VehIRBFn5r|aW;{g90c zwY)_$BbR&Pf6FgmJaimymJPRDez-}b&^VqwP`B#3gXaV@))1ediJo7w^r9HJ{8WvB zTQ2(zv6WDOSLrYtG{hcgJed(5Fsn0!(gkdh%48S7!5r87pNST#yy@>HkY~fye0GgO z0E3wfybs2Va)H1?k``q$E~(o%{B!2HLR}{$<8?$vf{q?PFh0Vp3o&2w)MOs{F(eYU z@(Jy#+9p3u7w#;++i>L7&$2C9+qv6*UylBMAL=E*F?;Q$nGwSSq#M#$Q)|=1%L}UI zl)^MgM?7#?jhh*31DI|3s=P;grt_B`_8(eP#$oNJy%*ymZUf{umSo(4k9tHGAN|J6 zX81aQ%ri?GG_BT(Ih!=PlBne;6Mjeq4*Y)Os`G6*7R7zMnVAA_?cZ;GEiZ-l280_! zh54injhS1sL26BshE;g7_L{xYgX6YyBv5Y*em%BL%Rb`2oz6&yE7UBgzH~6-b1LjH zHRfIDioRh&3I6zl8PmwCQLj%&H6)!B8~aA*kK=#H6)H7Fyf&@sTuLddL|j0W99d?) zXn+|UY?8Up`<)@5Yq`_ls-EWQ#?#b?_X>whYp&D<3H$TSH|L>t>bk-G>&Lu1Ynf*? zBGnPyz5P8xP@CQxo3=$bAGPjgrgX5yG^A|m^4jzHK2L~my{QtT^tsha{EDFpaEiX0 zwng5Q85n4B!y;Vai9 ziZKUipGP;%4R_Uta`~(ValWr~L>@XoJ92#a6Ogup5cz?2ImU24U?Rw@lPlzZ(|uLw zf5j?@QcoJL9vuyEK)}_xPZpq}A+-nsrm+erYlq3g|A*7irGf zX)AWXZ>+HXI*dGDstZiN4Qo}@y`X?T#(9|!o8`n*Yp7Bwb@`KjZ zzs;?#Hyxdo7p(KG$Xu>NEJ?)7Q)?@&W)2+_t(rUjH*FK@Eh_x3*r*6Bnu7S3sUMwk zuOnAa-dVla7-138lHimZo}85QEaH58tNYe+E(Fx@+t*(nWFMOZ>m6T2JpEk)8yk}9 z4yLW@x>(q%M78wRa3x?lM)Kdb4r`5{=5mB-O0+Mm!t2L6M=EWzIet1oFVMYjYDs0p zg(y%}GWP+IIZGg^)m{&VV~*K;?p1*~z60eN;bOqN2Xp%a; zWG5|fZTY5kj^igSD?Do&uSd)#AH=i;9BPu|sdAWY3oDi@Ohwv&?QRLq6mK9Wy9C9+ zji~2RDLXPB3A`S$Jrxtq4Mf~)e6(WR^~@HK5bg!mF!|7EGS%uN-ZApMVS$ zDI6fAw)*I#tXTqD14gYgcImDqra%XWGMyfO7USm+eCM8a$;Q-{#Uvl2WYkFpON{t) z#4=?1rDH&;Pl4)+9hMwBs)PhX_S0A!+qlL8nW`5RWrF@Lp!Ogl-)m$JJinH|_`A z%&DH;pOl+}5tp>`GOtcu$ZC9xnEk1cTISoVx*Za*2nVwF^`&<{L2cmg&-X!Nd@8mB zCS1KX2rb~nHn;@K_}?&yo)Kk7B@Ca^j+wWy{Q35s<=FJi$=<|C381haxY0tU~ z@6>Ad^n$}ZEwQl&jgK}pes|zPZ3W`?>pb=%WKQ#S&6ntER+6;J%npO$;`m6P-G>ht zE*$M=q0v#@hfGd4i=4h`<+`iIqExV$vv1@^vuM4;(dSmmqzmH5qsSMDi_Quoc2BNqSjNc1>(Ak09aEOO2ZsOYllI)D*H(TGBx|47s-Sl3t#B zujBjjB2qqzck5}vhX;OH9E3gm-SnX0yY3O<(yOrw^}N1Uz}ULJY(PL(dI@rak=;&= z{rGx!HOrkyJv}=IJ{=_y79>-&SBqC*= zQB=doVdczwM6OcYb+mS5hQls=D>X&JX69cN{F`Vvm-G`MqPwf6SNF9JHBYR80+Ec` zaBleoP0IAQpYK|hcy;4w@_=PS@uQtwbB90)Sp?v`%NA+OTM34M_ovhS@wX~h=+tVU z;Atnh1KVVcM26F!%6}2T3lDQHyWEcKu3zdJn#H= z0bP7Mg8gSIRt20C-WAEcCaT5ID_J37TCoqgY5>LQP9%pQ?lhUg_lWE3xHhcsr`pan zo9~?3)WcgheKcY$6^lGSIQr$ll$IF3IXH`=I~Gd!hCW}KURunV4`QtaBPBL8ha7)} zZ(%K>K+(gr;IhCy-HPgp|HU@W-T33x%QYv#e#AS>S@4}-`Et$cn3Uo8I^#XSJCbrp zvHmyyDWK0J!qLlgx?kt&HPKQXhAThc8|@a7^djC5arjIn?9sg1j5p7GC1*aU$dHqt zSJZ`?Zt}UVYJh_g1{DuV#F5 zR+^d92g$8BMNe04+42PdS-4irBZ|u>(b8Er#G1{Ghre^z8_g*t#HKIFJJ3Cg=GKH% zf)&$4_5d}(sO#xncy?Odp~Wn@pn1>Whe>6eqCrx9H5Ai^FP+u(h_+K?oVrpeq;Shj z_awShlIN>4xwq2(Z&cK5kqE z2#uOVw{3h;`po>adpUUXY3eY?dRmHbi7Z7JfIyFZ8($tr`>d*O8c(_cYl(tVdTx9Z zLF|>p1Gqf6n6GI4o3!hnIN3jP#z6QuqC3%=vgFSza5?HH0f#(i7V@_8h;N=+8*r^k z?LDD`(KbLaJO#d8v1y0dr)?h!9&rv9OwM~uk=72$M#c7^2=`&f%dsu>=|TkJOf1o5 zXXo>AA3bo;LRZQWPLF~@`e1hj$dM<~Yrs+Mrvu*>!x~D@c_eO(k^Hli0=YCo;^R>J z3;(?y?uyM5NC@ytQAsZNB$6Ly<-01s&qPM;km|8BT#Y9l4xYOS;&?OkfQ&#oT&Xx8 zOft4L-%o2n{#r)P*r&d^14F@r1?TuV1&yiszS*XN%dmalgICKuj%$KWG>u~eW7q3Y z?|%P1yzehJzbGriY4cRIYg`KVSQXp`_4B_B3kZJSyA5DHC57yl#@a!mzHhH(?~QkM zzh(k=^*UACe+IHoa~mfCMC^UlFh=ryRvJJ@!-(p;nD0L7dR-A~PP4=18jP2=JMZ59 zJo$!8u@;|A(;@0>HE_*AZRVK<*_CuXdeij(#R z1zimSh%Pc6U`3pV_co&cb?EwMUU;(BEs^za2iNAB-^BrL>sp3vt3vUS1vI*2ORaop z>~}UmZ53;uJ5&|APvWBRr4KJ}BHSzeVtU+)u6f1HKr}1ss9j{ed|+met(|voUXA4i zbtWx3+{mQ`Zzx}P3uVqB}+sG~-SY4FQ`oqD`3VQ;u zwK{15hvV33=i_^T9oL$NKT6~0mN?O5H!FMB;w^*cR{IUb(i-|(w-^?@hdez$^(?&c zXzAs2xsxOZvuTuxL{UER9U=9JJS!~buXh|K-QltN^I}!851AJ2k^7es zJ9JOmD2jOJ0Msh8Z|2P=2r-JLgXukysno2OMBL2Or23u-5u^|wvMoRC<@)l9e$~0S zlZ9B)1)Pr$)egn(P-1t-F zz7YtyQWt*bSA31R^j2}+zfoRj+q}w_t0rF|IxiDV7uVMyz+f1;woPukUE~S2!a0o~ zWRB^=yslrVKizOz^fVeXkZiqa^(0pe}v2Q>Hc zj`61X%K3@`yk@hH2eQJ3{O?>cH_~;;Mf%u2_*CD~{)U8z5VkTYz)!Ee9Yotbt&(oqK>_>Q|50?1gX5^1cDjfJIr#w8k(vc7B86^qy{Dy0}*O zEw|?83G8og87wjjb$zb9^tF}~wOTz9J4jNT50Mzn(W_4)OPU*#b{4z5*LupyEZFll z#JyK`R0>Z~-IdSTvuP_}%DHHSN)RBxE;>kn=-mm3}ANvej`A3 zn0xR)qrrtx+K7x?h6K}#pi~kjH4rBh-XdKwH3QJFzuFGDA=l)mI?*qFPi*}}m^L>Y zA##h#1Ws8uou7Gpw{M4a_wn zou3-ZJ{7k;iBZJFi^l+%?wS&MIP$}NlCP%OkITxbdy6iUVgqwlPAw%XI1{hpsHLR?a1 zs3#qR@1(uVNJ1Ttu+GOf>a&8F11lcewng+JyYVA|4wpB3lLSS6-j0 z&ukDux3xY_3mEtY5*Wm92Zomx-CbTOqm&J$b`OnIj|xB1`p2|dAK}5X8%1%h6vIu$ zY7>+B*Zc+I%tV>X6c)uZn9&8it4(Kq;zQ(TG$HNg^mlM~+x5a!)bda9s+*sxm0BLv z(Ui8)UWCG!%q&Q`E-1inS8^;87ChK#j%_oVU#Hy4wa5DPLA(e-Aw6Z@#{@tq!|Vz)(L<49ummLOwim`iBMq$@x7li9eK%{U(V;C0YH@ zxa4H`iI27AvZ1_#oTUT6EZE-iANd}o*cvE!t^L6!pnO6Ic6fnL zk>6@n>~<6kBPomn#5#QXTPkb$SkT|`}@&~29cm`8m+h^#(Pm2itLh-sXhq`Ky zz*}M#>0w{`!UR=}PghRMFs;{GQY{oGZhJDm-o_5xFJAR%b30ifS=%Vd==zx*8k{V*i*8xm)3e}r`h>>+ zgvct$hMrB8I&dn<-o*gGOKxEXQD#15>22NX*LHl8k4FZYt*d4|UcQE?m|T}j6`rM1 zJW+jLA+x|ze8HxK06nb|;ejP|L zstTKO{&#Q%sY(FR4f%;M>+mQ6spupcMk<-9qjs!&IwCBh6v0*H?aJ=|?ACqD`a4IS zP4@$8$F7|ArCOv9C-Ijd@ZB2mL8F zXCH9VN}w@IL2Rv5`uGrTUDyH0MuC)Q(60!f5PoiDNCNe*_3O_LRonn0bJ;&SCk+$` zCzKC?GX9mzp&>^vtOA@s4lJhZO^CE0-E?6D;(dxgZoGB!8d{Y4hp%SyIZy6t-fNc* z{nMLX^}bzq{;XDx3NN^W)SE@S@}9iBiyCzw6(fnS)#A**o!#{#N!sh3nIhSzMIKbK zCGUxrLU4@`0Hk{N!hm9gb;Esm&pr*UR1S{uZdt77roO{us-Imyr?>+JrHvm%`R>&b z&aDft%_SdmC=a@VfDSgTzf~bbRaH*4+IZ9DyS;tl2MfDm%UbPg;u+_i1Y+DHMW#H7 zo!DZnoW|(F`-gJ2N)S+rh3Y#q4T=$Eo~ABw=j_f^iifFEaEeBp9NfxsQuIQiM)AWf zUwejog^)7Z^*)Z5kez5K1#W2L;7L_r#`$a@x zN6IKa1?bp6;)C$GSz0ToJTP@7X{vwwYyG22=$~e0Xv?=hHFF>`IYEFK1cUV3)dCD) zy&Px;dCB%Ps0uy&vl*UQ)~bD=T<1cthLUiVFn6D>;Tc^xF}T#1J*0p@+??e-TWvMU zzWDjv(%8wDt}Y>yO1_p6)8JBgR(mB}%MUn7N>?Z|=Nq&3%~CBb%v{R!AfL`^--lK3 zHrh!s1)0}Ux0FF*BC#R9lH=@{kD4cv#-s2Ru8FbDe|?SZLoVB9nk}$f z(65gtveLdHd{`kyzr0vH;`PR_zQt` zuCu(eTTWC$W7FyLR{dlLAevKD!66mDY^*=`Hjw{wEG^WBeX^y+1-cc}l2H20O)t}` z*{m^1R@BYKAq#&z*pxn0%!W$)I~0`6|jQ*B0= zpA{>$WaG1mWUhN3l-QWwD-XF8$hfHaOTon-$8-Zz`CEoLIzUDUpo1iCA2`R~*z`YB zj!W?%d;MTp6>#qL9#k{xdNH#sgy|cZiwY`Byf~odyoz1Fi)~q%2O@zb_~zWP;Z@(p zvF=(Ht_6yNO72q&s2y>*9;%&EHQeWDQ)!p)ncoy#ALzvBT=j0U_|=0a&gRU!+cDjV ze@|e*E96{iCZLpFz@#-o^qg5UoKq8=RT4OF7rvH^Oscn%b!_Ldywdwti0QF6LR8JH z(@Gv--PZV;lJ`2+85APioX@2i3FO_zj=|k-Xs^^`iK2?=5S?+~oSESIcIQuTw)W?E z#yY?28dpyk+@i!Lc?F24Xbvp-*-7d2h(A)?x6%H&FpmQ|EnVzq_Rwrt@G0C9t}@MA zeVp4M$#pkn)x?^6R;rd`NVvHzhuX0qKO74fl6Onjvo04&Uv-tzT(hAN%qQ|a9MZj6 zr2b1;La$;=~_FAJ@tNpb}~7O*b$(hC?BOE4+*$;(cImqoZ8- zF;9AQ9R=?|tJtgg#y@D?n>i2bCqyImrk9|sLb`A7A`kBRY)Ow@R1>Rh^3V9!q7wxc?bB_?s! z2Nf_Ex=AVK_RMkouNmO=eH4_3qL}YiIIjjn`iq?Yn$V$5^YZPy=uJOB`bT6lD`G5~&+c-%u}5mcpSqkozNj1Ne>woRDRBY4?`;JES{h|?Id)mQ?hew z{ySv^oavVOvsVx+mmGS+ED9vP5`XZ>s6^IWUAVg=!>Qj4ZRD^s!>K%v-M#cSLEM@C zCPaO+onoONuhfNx!|~q`q$g_&h4^!Kb{;GU`5KZF^f!!$Os25-^nWnMCH3X~Yz<_M zk<1z%uA7k!Y?TZ9F^knLEk{vwb7ss{J};*G2UOCDrvi2Cl&SLa0>$(%WpzBN)kWV!OQ6B8#FZ-L}Canq$gwl}+&xtmu03TM(p zeWlJF1iO&?gewSo0p*>O^i1r%J>n@ZDf*PgEA;&xXB=L?6F5Y5+X!9Y@0)vq>!VPm ze(W(;e|0i=@3*rFu&5K>*u0q(TJO;sl~*kJ**s=++|0RF{C*Dc<0fqD53X;!4Jhh0 zD|hEetfii%EA|(=yAVA*TZ3jN*A7E9e)h@4-V%M#JUbGLK{eD>bBpP{#a7SwG^bp; zPj~jA;5Np+ig@;@bVR~$jFCU@+mDvTm&QLJxQ>-pti=-u%K75ZCw%(QinaH>+QN~l zk25Alb=Mdb6ORszLxh4olvv&Lv96Pz_e}Pi-IlFA)*$l4IgQ)3*s7Lk{(InTIhIM$ zV9mCDAwc#-Z+C;Tv%Z|h@#s(IR7LFke(eiMpq9Mm{~LK#Hy3lGK4k{gzfe&)2W#B~ z!(XiB+}U{|&jwRbDWa?Kons`~Sm1>n4kCL33?=Z$^{FcPuv*v18a>hK zG(q#G)&o|Vu0D_S2WJ%XR-h;AGSv}-;TT12JbvYXXc)WptewFc?=KlN8kQ~&9rq2I z4DaEzl5<$fd3UahKAaTWMS!H+D&;ZfSXX#V49@lE4ks*K*R|cDd-V;5aQC{(ll?PH zKmQbAI!WM1Z0z&T7<-RAjLhUNj78y!lg%imO!4hgmRI!NSv-f8eErXp=g2o7ZT?Jc zn;|i6>_}LP1BdFvtv=$G?XQteO$A>1tolX|FUObSD7 z>NZ8gmvREKU&0liku3W3rkK}|#67OT(Z#0G5Bj}@I3zgUhNkvk2Xn+_s(I#o6vP!6J%L*M%Eg@#IF>~ZG_lZh6&MWtiOXOq!MgvnYj zZ=+YS^Yi5vPat*S20KdgCR?_&p`KgQBMXAtJ=J$wu?QJZ`s$+l4lVL;%u-%UCago@ z&0}p5rQb8tu3&VuyGwc}-}oLifYGeN<}-F9j~e7T|E{eL7nH(96$F1-_1H6t*0t3? zY9;$2K0M0U)VvJ&T>Hmcb@PK4u(A1G`y!9lvd+kUI2a92h(~{ql`B$E%Cq*e7Lv)@ zC6i86{5|6v$nxI7vU1{BeqW8gzOgILE#W!{D;5!(xT>_}Qb~6>L@(ISUu0iY)7aVp z!}pK-cvly#(C$&6kf#k$t5!}}A}Ti@KYE6ld1vuQkFu;lTe`Q)bT)tFd8U8e9zVM* zmI0ipDEIiXp+iAP>26oO>%_3jO*v<#{W3oK18;{&qK)hmW=^}aZ6l10Nt9tWH z2$4vCgF^5gvm)g$zW(%BRe@BbFM6@Qk)6K%b|tJcK&n3=UvKnQkl79aih7nYBnE!j zL}hZ1W6+~qqNh6vO}))XyY@8AOg7_{*K{J)ENWrOFulDZv)MMdb&dQRze@i!&&vDU z|EP2I)A_1pRvTT#{ne>lDN@Un?)KN^d=G2nNk|MK1lsoLzq$A3-Fg~o5c9Nbj_e!s zV{9>MwY;;a6RMD{@Oudhycw|Tt|@L7}pg(W|;IMhM*4U8@b z{>uCeYf&w$gb6#-yLgqMf%N++A$Dmp712b!94T7iOWx?U4+M7-WvQrtmLj|0MWq*- z^M5!maQI@#EaMST(Cpcd`@(} z3zGVl`<6DJ<{_~6sDEm#?hAiOn3QvxIg~_<>miX=$O%+I*YJ`o#YfPz@5JxQ$H!^2Ix7=dr4qwAQh z4oJ#taduf{QImH7@zbO_4Y$14g|xb;XF|$0ba*ChO112`c~eA# z8hISfNuyBV*_Vt>%bypq8)>K0rzPP@p1>n;HF>0Jj4tqBz8wCHpn}i6bSqc7J)9J6?^#rgL(9t*XroOVoYdCieQO7TCr7 zp2?Xb?R`Zl&iT;@fnt9aACNflaRX*DS5$adc6+G1Z{VsN=zPZ7nlj4^y#zlVokeob zpc>~RRjx0-@ho=UI#|moOC{X(itP7;vC44+L8*G3J7EW8lBS8#Oh5PZq-D69#--El~^HT6agJ;%a#Ac%aA zYFDn_%JD;%ATjXLik`rojF{r3+<$5fTwEO8_=uZ-f)B^oaJkKpC?D?ljF&sk>&WjJ z(BnoHnay*hsW87cD|gBx47>H}N}!9YXbvo)+T01N{5F8UVQ;+v1D;Ubx>q~uUU^yN z-l=AC>XDJ2ipPBVJ4(Hc_7cVxj>T&;v)o3(8ro5-0uf&fK5C%+d**ZLgK-m@3n3#4 ze)UwOoA8Anw4(Mi^!RYX$r9Lwy&0p&>6|a(6Ig=W=oxN0e6mGuRQdvzzJ*O-ie7nM z6s#wC<3eJRzl_RDU0aJF-NW6`v)y{&6%(Ep8c#i0Bf-iSC*2zG?3Bd6!L>-hkw->4 zLEnmNZGLot)B+-GU9s?^h=k`%0pFN{U>@nm5DX-<1lom5D^<>1{?Xo^%XoU{WZmT_ z0zYrcsK&4is=MhsR{b<8Mao}qja2b3XFU4_%|PXmJC@2WISCRH_zY=fNAD-s9udfi zIQ+QaSXn;5Ry|@gXux9J^QDj7{vRO5wdC+0Gs%6J5Y(K7xy0E-0EqzQz>@bR(9z$R znc$b_-RCb|qi0di+&S=pD$kfr2f_6uo;b0vn5*6_l~hmbtxvhP9rHw|We~c=a=j(a zCmTZ+Ct(uRw%kE2^iYa}3J^a1_4uFkt&xX5?SSZexoU`XRZ!vQO{n9G}9HZx3OY zstIOi41G~LMUZd=L*e&~g)Sn(C*<_Zf5@zIcm?*mL#WmvSxmk7zh!>N=2Y6-?9B=-_iz(h3YFmwZDgqXPrgdbe5 zd|y>Wb5OYs&wlV6bjM$aXT4K@boJ4>tQqy-2aKdU$+bsSKHW9~`d+TmQD<*|CG2tx zeKUd~kPY@DO&>BQ-Z@wgA&+WhUp`CA(NChZXlZ{a{SY0IVgPG_E*6_6x@^rD{f$5W z{3DSVW2%)bDjPCj3s#O7h9+*MS{qJfAQ;zV{feLky?a*2Tr08dch@^Jlo{c>)|Fvq zcIN};>>(BegSt3BRPI(`TWtR&@%vpmD*p2%>X{#+(z)ORRaG74mPh4d447|QHlJoT zEn}L(lVQgMrkIJZ5){d4pPrL)-J+Ll-f}81Uw8Kio!urNdjZM&+K_dJ=Vml_-PeVs z;O>s1NP?qVrAae0TPqYtOZ3=sU=$J95y*ptAakidSXw`4hrlu4R=*huVcj7=Nq8Ro zI>lUn7Hp4^)61o6bhVuSIF5suJ%7~RSL)-zru3NausI5))6|>zojqCq!Uk-QNrbU$ z90!EvZEN$r_1W-*HWQ^xVY|K3k42>RYT;jlk-s)y+ComnDfN23dUBC~VtidI>bkd7 z#_}s}&bdAM(1wzmmkouXz4x=R#jF9#d3;Nr;;G=gKNFE_(Ea6kv=>syg`-C5H$fzR>~^pLpR3>G7apYnM#see&=P4C5P2ww=vX?uRy8zAsm3ybjAcgVM38-dw4X!YTUZqL*7_ zcSL+;35=`Pj7?k0k;7e)JGJF;8d|F+e91JSj9zz1kF=SC6$AA}|3nmF`(zR}Rly9D zl=16#e%eAGS@63bCT@AD3xctD5;apUO5DS?z5e)CtpciC*!}+7sHZy9{^d=89x4_T z*ENYz-~5GwCdL6ApSAktx%3cah?O$4cUZ8OGtQjNW$LI@{i(>^=e0vHTDKp#ADf?8 z^VLSo5!Oq>-DI8gBW+mw1Cm(5-~T|^0EQ<-Yq86!^Ak00;gxYsaftS?%aWSXi<-qQnwrKs251-k5UrB5*+P1717w$#$v@utyy!}3|*=hIS z#mx$xf(HSeQ&HK5*z^CGx)OM%|NlRo=x`-bh@v8-qR7$L)gelUxyz2ppSj#!d&X70_d&;RY)w|;+*9;F_}dVgN;*ZcK)9uRr;Xa&UI_R9~u;O-NO4C)5uc#&?^ms)QX|(@As} zzpuIe!W_{tqB<>(MMaA^r`^1B{=LA7f6A^XtL@E7J#V+~K%ND+^d~=V7K*Fn_ZyTi zy2(CazEVTMdH-%zSeT(iI0Qp0g`)UZ1zQM*;4wL;K_UCjPN1dOp)3E^uiJ$WwrjXv zli=sRMVbF#n99QypKBs`)l?x3gHNG>pBNXgK6eps(Ic{>Q`Mi*2%?l1k(03aDkxsYmd4X| zK*bg~?afj%zArw1!ARfQ;@6CtJk;J7OteQbJ~8oEq!vSU#__MPQrN&x?lX-i#*%*j zU%>A*)SbU`t&!v~6YNK9Ek$(fzO6wd?K=o{G04nNBVbdA@zq zQEt#W`uACx7ehJUj=k?a9fu{nwF^CI9X_04H+DFs`gDd8TSLiBvZlEG-GCj9ROPP{ zKKCHuqA%`+rq}CcWcU&5yAn$Dr4FZD;*46JfNQ0m+n!6Uzqz6zlAak_AN}@`;~_`FMAW zmf>J0A+2hy?xW~7l+M|Hq;V;-lasTw`^(JN4fkw@az|5y5yIE0xZmK`>N4v7+ePdS zw|7KM{_KwJ1}9Eq@iv|v_atF!J18i@uVqk#Fw>5GnahxzUu_AEB~!+01=$N-hibfA zMn|QRv-D3H-cA!Cfjyak5^SoEpxS!#X6IiWJ1{$G=W^fuB|g#M&}Ia5W^%X^E7UA! znDdVXj2suw%!lhP+l@S&be#INB=A@A9JYNGUt9Q&mb^sY*^Md+W%1829gd{+pi<(5 zYN{1CS30cMaQv=`K^(YS=qi9^xD4f+@YvEWbk)leFrI;9%h_O|Dmb?v#|?;_8~(xB4%Xnh@|U@hr3#Ofk+zH#wD2r56XX|td})!1}c8cpKNJ7o->-^zu<^xHDrEIkV^Y7UN33Hj;*MOICj#TR*;U z_u(%yg#drAnBH>03)5+9*on;0n9_WeaBEx5hbN7~Ts-FBz?eYMeq}Rx$xDq&GESs?;ruchyA{+EleT4yT$j; z(!9qbzV_j&V;gTX(8LcAdH2lGoFAK>t;u?_M>ouKzFKL5YFU)^&b?n?3ZS$~B2t)A zOlN_1v$Id@{$EZ}w-04%S)xjRqECngw+Bi>=f93NHE(aZy=kFDQ(ETVANm8Hz3mI^ z2W|H%CNVtjM!(cNI^Pelrat~*s?*V>uSeNF{o}WzG^;dEns@$eWW!%*(g`Z-q~}Mq z;)nHqWgeI)xwF@wzDV98z%BQ7egwglVQ`y;i_cbbu{UqVMwsLOEZ-cHws_>r@NEl$ z>BBH?b=vywPi9_MYnjJS)$p~@q+}nT6RudQ-QyKFV~rid2>+~&{A|rM=S9$|$<`BX z*B?P6%fE_U#?Vvb z#)bQW39tSxEKKcpg1*jm-iAT7jxKhA4Sq^z7iV}h+ufyVdl_;LEogQ;%{3!TFU4^c z44}^@_3SH- zJ2{=JB%#U}s6S`PNkQK1f}fy5!=Y28V&18K>Mza%@5GZIKTsn%*pv0RN=bokVTPR< z43rNS9(Nwzep*~U`uJGhJ?f&B{1W?4$+F zwhZ@5jI6BG+g#6Q+l>~w#{KB-`Me>jD(@W2+w`dFtsN#^(fb7`Vq?=fSEGfVJpRw1 z3A-Z&j>>f2)lK&wP9Ez*Wg|Hc4mxrH#X&YiY

dn=ENyRWeibIv~ z>FFTP@U}Ri`zN&BrLl=htkbUvu^L}ytR6*ye(A{tP*DAV;@f{h`y(=>xVg`Z%t`V9 z3ah-!eWwHlK4O$%AxIXrRoCq#sm5+(3hZ7E)A2qLeYGnvY>9{4(luQft+mDmNvv41 zOkcy<$++r%F89E9W*vlN7PSQMzO5La)5d(O+3i2TxJ~!{TD}oXUD}e~nY8Hz=#fFW zOM@OrLHMyZv*^Di0nDi8-{pLJ2DHb~m$NYB&`?fqORnW@K2{mleRI+`I7gkqke_fk zVYV=_Z?BD5m24S#DFBKX6oCc~6Dv<4)^ysA_eF-?DPc63%wBx#e2aGrZWP{jN>#(e z_|MNN!(a^#4lr++9>TM|t7fUfcGI7tZ}f>X>to zr=qxvYUmz4X-`86h@98n2+q=!e!2E!>k0syK_7RWjz1+Ef2kJjaCJSAkNzk#9e&*e zaynGHZIo3AYK9QC>Y6Vv{evac!cViA3b(fVe^p)2~7yIRM$zyU8 zq2D+t)!Pk8I_KasLihicudo_L#h3e6V<=2FM|oZJ#Q^TT(O+QBqj5rNA8&73$*8F7 zp8Eg^1-#o*n%<;Oz(BQoUZ(WuojfbT)ZR>WIfL*+=j)bVh4XZI-usR&t}L#QSNuN} zrgfwhjnP8CicH1!d#x2n6;yZ`pcaAB9|xO-v{P=vf3hajkjqU0+-dReN(Q_Ie^2?# zf(myhSq~X#kEOLMD7hD}t5{B^s*Y7%Y{I!*VLshg(C=ug0);QH@uZK?UQD^0TVCS{ zyYQuxa|=0bd$&z(_^BihId@*2SFU6*wJ_R)vhv9Hw6dzqYg0!AS zkV>VL`OB_lwwYIp!AF0r|%!JK#qeZK6R8EQeBR}9q56bq`o`b z%sX7&(wDT0<(rcw)WXyVrP!t*LKt0cP+YmKYG?h;!`;123;!Ev_Buv!HON2o-tPg` zcwtMCPEFUk-Qhu9F%~qYuPZZ%t&a=*LQH=4zK*Xo2U)LssDsn8fUdRpN=uq{Z+&MO z*_$LdJof-qWYBki#cqQD;F|Ui4mlN7r;$VdWQ;IvZI66v7VljDK0j5gmI6Vt;+`=~ zzg->a6D5UYx!`dO-9gQYvA)bf0DqmYpP@t&+@nSEzZ59&MV#Gdf@ni|LYKkY=7JpzdWvyqf2_+lI>49finNXYH+5>+d9s+!EjJ=3?eO|ADGGE5M=+`NXx9U}-yo zTdt$q7F&1rQe}W+89$U*rC_UGuk*M7XLhT|JuwvBcbqa-)pc=x)@=uj8|Rnv&jT%i z-oqxHfd%h2XOmCFqh|(w2!cd4f2c#LkYTHKDIQt+=LmxRM~eK2k+)D`2U-~(y+~5L zaSC-}5;I7andYf})tkDxw-T%MPwy%-GQVUSe*=n}Aim)rjvjbLyt;8Pn&rgoCI+D5 z#dg?I9Iuv*LFU|Fm&K$u9bv~EI0<)J4X%Gb z!bFWG_OCYVVFTwLu8b~<8>ilO*|?m&f7i&~l-%ayEA+*0f)LoG3cUgoBO;D(5sfVE zi}#~LR>Oxw2o} z*ksTv zTY&#;JnG1nW<++vn9rRPX()3RjyO);!^bhU7deNaon~EO9&4WeocT&v+ZU(^zwAo2 zFu52QIy3M9Eo61}GkAZwq>>oQLfpmme0JaIJ$($NoCX}Y6hrJZfFF8N$lHvHoX4g-W`JCU+A50Z(9vzJbNd_Q%2@&1qU~N*tDrHQ|m5Aj08h&}| zOcjISF64aiyFA%sP9+UtTA9*~t&1!9kf80Q%9lEm<4;(EW4c8$l}DllLI_p&+*Ctj z=_fAvnNulQytvgu@O8bIpE-bQtyfXR$gEvPk`$Z}r+U^92ogRQHRES?j?~vC*;A-$ z3kWGhx@=vS4N{-#mo#+J&a{Ct;&~(>#p{dP2WTKi5=PWm1w##;ray^n=wv$(8j~id zv3{J;{>RLP%K9Yfq+^OjE#&8(dI&eu1-`>)8G+X?BN~B_k=bJ1gJ|SebR@ALIg=YQ z^DCE4p`hoYm(=4I&Xxy~*PW!+dnWcVPpToRvzJrNsa{J^1Vk;e4xEORY=5^Jt84aM z@#4RzEQ2d>OIdiZ2n{3>?mw8SvY#E2-xoCMze*e`q6P;AB01HPnzd1oX_vRxgK)zk z4V>xe~WITU%)+tF>0 zu$wBvF+5{zy+Jf>#Dhq&*2#Y=M$HA#N+05Ve zpBb9oQnK0YW!X9++|!^ag+(0O!&EGUkLx1{J9C~;QMQ-DL_Z3J@n-P2Uq`ML3B;#q zDfG5eZwtFo>wTr$+c(d21>CG!Q+!m$YjARDyjJef?7u36g${hbC6; z-l*4?sJEkH&535$JB!orBK5DTb~xR5`QNg_V3KsZoVpU)htf#N%DhCFXDUhfI(M9` z$taIgGloS!cklL0Tyt;uX&XmB==ReG`Sb4VGQya_S&#;q1yAa{8eU3w|4|3uL6L(9XR$aR5jFeo|fYnDPg)dS(t^D4x8ydyuM(Z_H($tAMrswG}ty_ z=j(W<4+mg@RT-W;+|Kz4Sf^<$;g{y6-;H!I)2K((o+a3AwR=p{J->I;3^B zIjC(%4MO6nL(968>scOaeym?n`K6%{zkjgZt7zQry~Ej=rF&Xi@2u=Jx#5v00>WDD zD>2I}zt+*MC~uL_TfT0&4+XFtFU;hn)E%XdxTs{Uq#yeKgY#{lJlXrNl;}sx1i<&m z??T~|N^uRK>qMbSFk0GEdXc1$P&j}?2fbayo?6xOFh!|Xqlo7or z0L9iEy43dmxDLeRb zSfNtz)nOjO*}NCZ1YGUCwPA6cRMQksLA!qCWXJ38dA9x3tWdk6oCBf2o;ph(CXE;+ ztS@`je8D9|72vnRBXsQ(%A-V%&mqXJk>6258-hO>rxH{$0_re8E0VGZ~1{^NrQ4ae8WL z4Ma4Z;v)m2T0X=8YhR`F!f>Ik`))N(A`M=ZCuV`p(E| zKR8>Rz4_Ol{q(&)J+{%L<#G`T>tdHK_2TvAgSa}jT@Xv(gs-L(83CPfej?XKta#CV{>kb z^<~Rn?;XLlYVM{Wjdv74MA!sKPJxFo-J5AWbQBF=Nx=ohv?c;ki|O>@*At|L8QY&| z`145))pNz#=OTSAczZ1C!kd=e|J4S=h@ottC$f&gOp_5j@TF7kZ$u3w)5-WQy4Qt%Y=Nfju}8| zignq(DgijbQib&AKlWXgFTm!;`{l229<Td0Hm`)pbQFnx0Bx@pq_*c_$!$!jyr*D&rjp?0;XOtt z!Mc+>_YW#uE}U6JcSnEg^-((Es)fe6n8VXUi8K9|vj-wBL*xCtMNYNy8u)m@IFpFx z_QqFlO?H(vJP|T6x~LQ10^ckWf$F46JCPFh);L+HXUFd+#SWP?$UM3{l2@UZxTYZp zv%iv*&~LWf7GTJK%uMG4j+fBFqOO?DV#q^q+oqc;cPLMoia9$w2BY4$Ya|CoH_m^n zJpK8hRB!CKIiHghhFA#=TJ+0@5$XFrA3UHqDayh2*0?Z>^tvbf){y z(aFrHd$L*#jx= z_NON@BN$xhl7ky%V8jkW(iz*}2Mb&`bbje5QCKP|EOBrn75myBlPhqsgNYiwX3vO? z-YH%Kjg~EU?cWzB zByYgCeTCb9){dH!1?i92-)F}>`d?!SKZG7xN&S`8#tEhO#+idPkhxc=sa5^C^@}Jk>hKknOH`lg5i) z4`XC}YhviT(g#O|0-xD2wA8*r^Y)tg?*|9Y!vz7Fq7m|4p58!lh_)27(n>g3vWt32%CmFbX7Zm%g8k_DtsjN)%g;$< z=S`q@<(0n51~uN~{868Kw~W5&+q2`*a9aajfPvc{SgJ{;#7Em#A4`@0QR^N|dtH6H zdrXrWqxa{KgLwhLA#RehUpg_J8S~;O_JdKxwIAcZ~6|jfM@miv07qh zCx=h)FezR2feQ9JCySe2=4poU`2~;*j~_6owg;9>v|G77YL4Eta+j;4Wu)~rXBcx@ z3WF-{5P?6)bZN)>czay})B$$Wu+{in=O5AKy|v?FO=W`FFjvcPnIxPX)ht?MtWvjbpX;iyhTM zC)Mlw95dpoL&raLEZSRYD9{Quh_jx5^LUuyTCo=s=4q`1` zYblg>Lhc_fJH$RQ#g z)u??ffQZ#gl}*VKL9f!|G@t9^ApPs05VVmwB)}cS$VR!D0P!zImfc$5h5x3FC;=Bd z+0~(;@8wFLj&ZVdcsILnH=v8Y+n@TFPptNNZXK)o{VR(&jLPTO!hv{DHD3y&8nyGT z?N!#NE=tcAY?~cNg;+0_+E>jI4GeP=>z;S)gF;F=tWUTBgE16AD^nmWa>=dTsd;TcpHD<%vmib{}nxZN9H7FUvie@ z0_SNDpa>nvUIu6DyBdj+kd~9l=|Az!3blIGsCU`fiT*G#dN1%cZK9+bNZztpI7MGu zaq1V<7O%`DN)yEX|14)K!dh{Gx5aA=_- zC}vH^Dt`F;gQZ&Y`;(*(exX2B)O$w4aWnC#@D5Y1OON)6$zEYLpt|;H!3rkZ-PQMb zmBg(wUq7Vl;`TJbQOX~r` zMpakJdC3Z#o^eHqKVZM31-ySL4IUPO)dJ3Bg^P0P=8B-vXo@OHL) zR9uIo@}xhm0`R&QYV|b!_8uS+!+r-@*%|o7=UeX#{NtT!vnnw#Ir8;hN~(gLs2|12*5 z_I92|(2P`MbENthUw(je1VCF~8P*9S>q8B`AmDv+-I0RQKreyHHf3A>KydQM?tVOz z#Y>C$R}t2u0(NAS7Iu-;e+y}^Wd(F&zXGTL2(O{U#2B0E?7G6jw2Xd>-8c#Ia1T|$ z<5vbWZhG;P7@o4OEch8O^*Y6!4Z!W!a)eC^;m^nXwN=V^TMFY&`L*A5D!*L#$xIat zcGzY}`Avz=C&LI!Zgut;+@s#^1YcXeV=28O*+1_okS}d z3L!f}nVf&#k-dM=@e#Bfls~pUSPhimqZzlx8TH>P(}Uu>nHs71w+q|GDo91YZ{S#6 zO#ZHaeIl^1z;|o=;aM>Mfl1SS9uXJz*`KqL`dMEa3Hfu1y}k!3)H&J3(4U@*Obs85 zB#@KB^+(ZFW*cVz)F*tsEJAi6^x@c?98xFL`W+JV=*MK%RGq4EF+HZjo&6cRU8NLQ zeh|_YX#nUeA%5BE@c06!);EFkg$*_oNcOn+aj1nE-RE+2%OKH_G3xJyMq~lXXqL`X z{$SKH3XLpjD)7))YV~u-@tJc?{u1Y%zdGkc179w2vw$@!Yb3^w zg$KA;bpzf9mm)ID7_)Ync~@)g%HmB!pccISei>BNeS2@Bt^#l51cIriKs*M`(mQuP z@YLT!?i%V3r0M)v52^S%oreQ+)aR?m(ki8%4&KXmx6BDI-Azr&KETIwIHBaOg2w`= z>hJ_|8j}3ICK7_Dp5-WD&SRlXAm?%{-Ke8gwMn7>3E)>3oO|v1>K`x|aVP4qH9UP@ z#_<;-b}kFn{eJvJ17tAYA3QWJ)cyU;@2`S|5o5G`Yz=!1-rM~os@bOR+!@N$cMk%j zdkOKQ()Mf9E+7z*fRxnIPiQ?-6i2E;i5p`VOG;X`z_TF?QrCHZ&#`yB(sP1`IQG** z^1BnSBd%EDjJvu0z;Wd_hd1NbRW2aHGCQF-mJ^=(s?@L@k}KERPCk4I#*%ru>b23c z&ZPovaZu4cj-77S;0X6b$jY+<;s74tcY`%Ve>my%lbrCN zzA-<0$0v~8=oBM9G}}%BI`6mb%i+&|!VK(C`RFI7)Bo*3elSl-B~kw)~=R6v@db*7Ll3 znd8pPj0MF8VTlT}+Is4Q`b}uOgLCCYwbb&EgcqlpCHTXRC=U)DZH%?vt`WXZ+uIt9 zarg3uwScphmFTAK@kciie=vDod?asZ8lYoCZ|h>W&~#6<56Cc6yHiL{tDWN!Xge>C zx#*eZ_d0p{N2Y;E^P&Wdv$??C^vujk={5*-eV(-ZMqWk&+MW>)j!298oiG;n^oMi^ zAgnqa9bg7DxE)yCVvX-)2RZDd1_52+JFDdQX|MnNQZLIi7Pfj2NaHCZ)xGqCEdglcyQ1s&qkKV)GJ*9=T+VSwwVE|@it@XIP%}BCvijjf3 zx6&M$bEW1BV%t3pl^&cw%|Jrci=O&F(i7LR{% z7b_HIksInMxo^DVAKroo20!yDjXXO2Yplh%5HnM-AgjvTlpOC7yGCy`SXVzLmLl zPFpyfm;d!#`mUHuH(w3gPCG3;@H6}yM9=8N$txRP8h>^^`s!dj1?VvkgqL1-GUWx7 z`^!ZOCz_*6Up%HPT(Q{yZ!5wIEflL6_b>V<*3BXeZGPPew57KPw5OI8Wda4GK7VJv zXDqmcLn;PxCKu;P9RG}`we4BXEk^6HKpzfFNRFAcKJKMkW^WN|-D(Lj^wK8lj9rFP z+9#R@0F}YE>*Koux6-p5VaPb)QQtD2iKYI;@+c?{{KULhbHbXvUL#lO#LaFR^G-+B zb@Isl{<&@VG*!EC@u!7pd)!`ZGwFI$MtuDp_msn1wocp5iAbK{l1gNjQ|2Obp zKX7Y)uQ$v1>wO>9WrS&P!g8R5q3x@acV|N*uPauPQmB?X2_vmA9(hH1?V1fUe{w59 zr>g9BwA%1<;qhq$b`I_Gwsaa$h34@tu1aaMz5(5r%i-1YI1{3{&D|07Z~ZL%kOv`n z1Z6h<$@?DhUfWutB!@j>_qCdi^4MCywrdcI);f=6*wM(SmT=KJ(J`tTSYaUaDvH5= zqaG+Z_s!%f_28XVr-7Ae=W4H3uNOD)C|e#k@MV8OdkNv2u5RpHz$B|aCBTbX8qFyk z0-Oi2n}=8erPrm0qFy@{-Q6sX+IDOm7_#-MTC%qpaNT08cVI>Ym~DCX<}H!@rAwxe z3+hT4BTcL5w4*7XJ(#~R1{1#_{OO*nS_5CD6@P;_7h+7SbONX?U7MKC+l5>C2LCv= z(J%4%!lOrGCL97?t^=e;w&hh!tjo#!^YfcJPXF1jFjj8u@6Y)cJWZaEOGQ6^HVh9E z|EzYjKg#kG*+om%aG0Y$a^LLr-)@c-Y-MG3@XEmibGrQ0t?lCxqDE353r?FFIl^wl zdo^^Dbvc8l_BLGy8Aw zy^*X?Qi1*bZzS4n9Yr?177RW{!xklS8(%J076z zuEvjl9J3Edm0AK0Y=4K>-tt}ZI}oBb8XwXw$6tNXGZ`-CAlD>x&Yu|Z@H9U6)vf@fK4$DxJe>*bZbIY7X8v6A zQiC@Ie|^DoQO7}&ee{P z4bHS|u!R)|E#D8&0fhhC5C1$NpoGx0?QC;}9);&^=!KbD=DN}F!WB!*dqP2-UM|VK zj}AelI8uDxhP`_vuvr0f^rLnT6aoHW00AkW{X^q>L}i?pe!UlJ`&f_?6Kic zmV&tXj$k2iH)nLHb==|2erz_^-T+BkdUJ7sSQY0(%p-LuZ>a{|`*d}4rlCgbhNeJ6 zj^(jm-ELbvYpVX_BT#YJin{mJ{#&+j&C+{5!#!Zv4UKKg!k_pa|Co!4k1=Ewdp2kj z335c_bVNL6Y-wS|Q_g!lXh;L7a?7Ir>`|&*zs40Jh44Xi>~v;-M=^Q4r{9(H&Pebb zfQ-5pS1E!ZL-uR%<%C5vUiirpR2sd@d(R{IQMc%6Sx~nn4*B2oCJuQQ(XgM%JB2^Y zl4sl~$ou*F9oWx50xCO*(FTs)#F)=s>v7gSAI)I#{81{PZ$Z)AS6Bdgkls~laMQ3g zr^n~AS2nqGFm`UtH)s&lou0bl-IlbB(qWBSv%5|iU`?>*G|D}%H9rT^q@b$`obP1b z!uzF=J`W1k%6p@wH z;d-Z^9EfjON#oEggg^F~OfB|vkCZQY9=ug%FKzm3MLGwx?Bz@L@Bdsnw%Yp|{ibAU z2^QSs^2wkmGuUDVb)e) z&|4=o)!T~oP!7)#0~MtM``vL~)R~NqO~|~#A>CNR@qW~S8M*2gr_H&H#yQ0ti8HB^ z{DIJ>5T;5#(-mNC6kh<7UuWW#*C>5Bgg!7sVYJOR$5ZBPeGjaBKWy{$aIx$9Wu3Cm z11w_0PJ!M){UO?)Py~j^J-?M4vk}n5u6++D_Ns&ZiUl{@9*Kg0{>A@BfWB+Wd%7a7 zZ=ug`u+Gx^lk#7crBg7?U(=)53A@+?kU8S&vk;`bOau)2?6fp z$6x6bPsGRBxetkRakAM#orVyYtrm4w+H5Xlij4Wkn9&F+w-JJ#NpQerzX&YC3;%d6 zzY;|z(%?nRTQq4;T3FIsPtYapUW-cm)1j>fsIc=N`$zRMI^QEBuoDzBW~t(kTJ1~{3l%x9Z`SYq)Qz&PL_4x1(gwab_0CDo zX?-4+d##q(mVvrDOnZ)NBm=uoI#{b*QR_WUV1`L~KCx;UC=s}&_pK|x={gS-An>bn zWx8xbW&%3V6_2N1rF}RCV_|#U9)zmjdxy?d8`^W!>B!P7{dgmM&ns&gc+l+16ZL8> zF`_~C;=Rzc6}LB%!xZ0sy7}ja;R%a=FS5jzI9~Me=~2&x1LBpyT{l%0qJvLs!H$n& z-O~7wjXml1Iji|QIwC}aj`7eFOMsj!M*WRCR?=_19gMZ7P~so5@;Ts;yy5%VsMipM zcnV<;oZRYXQu>_Ke8X9L-R;qce?tCyWf*#Uzx?|L%BlfHkK_CYN-oUB4etd{$50l6 zj(!>b;G*3P^?vOs_r^SeROGDR1vl3#z4u0&b8!!XkdCS{C3Wmkhz;KZQzbbIuwZ#)LYq1M$q{fLf`AuI52k-=krd;I>)uE4b-cr%(UAAJp zT+OiX1OOukSaJrFa%}1!H2IV-RRQ&T>AAh04wt_YonnHn#bf9GZb%TPu;0Sg*@(jJ zN^R#~FH2PCl{rzqjf~x@q<#x>k>mrye|FsM<=@G!#l7Ol-Rr<9S0*p7WKZ(Edv0G= z=CGgOH(1R`##3Z%f#gs>!_lNdxieG)`{bKrfoFX61w1e)d@aL=sfoX^XCZMS9DE*p>J!$i3md{lizAb1zOmrYN z9lV^{nCoX-SuNT2_|PVIJNKsz-Um?Mj%H5`y%GzHz34sviZVZiBW-fg60cMn_ddu0 zAi`7IO;OsO&j!7c^Zn`lZ>xa}5wLP96{SDnSR`QBu*-cPy9vC~eu5OAws3tVv4Xao zDB~3%orb(9a%k-oa zh>@g8KTt+Xasa{}dTo8uQUWLa5k4ImQLt^K|Mm|xpr`YoyNfosa>=R`^QD6&t`6}x4!GC1_3J-ct+37s}Ux|$7&UK zx&K7#6}Op9F6($8;rPM*gQ&L8^`*B|rb~5{0M~}x{ zVqp4~`@XZ}3yw@W_IE7yh1c!Gu%Hvb7o%WZB+~%>4W?PG-##%|h-9yjvm+NEF&}=S zcRJT4!6tO!!iPd*Vt5|^JB3zXN7Mk8z#I3D1Al&7eUHI05XTsj=8@DJh z-t=C@wIsvN-MZf5YTpZl!mH@p!j8eYJ<6~{iDj`axtDmS7k1>Ax=~#z7ivqfujB^O z7&!|SL#1LG9}q&58JfJ=v0W8;$}q>fjJCBQCsO0F!!;Lo7)C+3^*jT4<_>}4FP@3G zZPQvjIsb+z=vZ2EssVV`LTmM(6u!}$C>}bb^x-i17^S27TyBBYv7n* zipJe&7yWp_#*_)jk;v~E?|Dfqs{EyHTzXf@#IPNZETIBTK6}%<#ao8Ne+AE>pPjHX z7$p1SoF9E6zZUpWk^jsLHaA?L9fQ<>*P)%9u80~4uT*CCq8wv<@UcF4sWYjioA$M0 zz@<+n{26YlgBw#iTF<%>nhCCaqdln6EgwuA)EMBZ8^)9J^(ixbjAP#^zZOEy4{?j^ z7?oPyh5l|9TriEqJMluVKO0YWoJz#rw7MfWcqW`*eSi5RB;mzb@tn<54^B!V!Cpw2|N{ zq?)-7y>3-aOfCT&1aPuU1ZW((TI(vP@P2XDL9pn;rAEkc|G}3pr5=@<)Ti0mf{7Nz25r zG4AIGD4rbyw+?&8$WH4gw4@s{x|!#zQw#v!z&I#e+VpKY=>^Xq(s#nZ`3z1y%TpAspF&^Z8(qYDF1!PU}sG&{TOe@TXz~-}wilp+{qeU57oi^9K_bNQwm>52LN`Kr3M+I4n1Z zHm@mH+MO0ljPXR6zIVJZWm*_q1*Mdpw`#Z&mTY~c+5@)A#tkSBdur066UZ{_@)8B? zvn!wN&o>h=3;B*z@KPHY_QW+tdGJCnNrZWPt`2F+L#yx0s-=EN-C4f`-Xt&%eO8zT z8KxD2dsGtM#2s5ZOD9wOH6FzJFfV*LRBST8%sI$M?7Y{z?24ZZ)*ng|ynG)iSw2uY z5l@ZM(z++o6jGxv^;mW7i@tl;cNCxFYH>c@*2gU#iEp{KkU!otK0^=bc&zHjOKjVn z*B5oVzvLV&|H~l}Dan=G8Yc(>vy8A4#Ex&%4SY*sX^B;b@9z&5eAa9rQa#Y|&aI7Z z`~QWjSs9(w6cG7GdE2$>Akg{^3Dz*OiB7y&dx!CTdh?)hYwbz&3T>#}F`6ImmqUOOrP5EnodAJ;5+qn}8E#3WB? zlx7aP(DK_KvS4I%9Cl-G(^c5uL}KAq0Hu*=cCA z#xkDj#VhVO&VkNie7Kf>&yX;pFx5~;S|c{;qh)HDl+~rlo>jCq%<$>zF}+W)q?9H? z$@Q;4IL}yEAWkuQbrbi0ncG8z|Gxx+sUxSv>RPSSROb@TxoED?w~f>*0P)~!mCegG z3RzkL1(*QHy2mY6*c_YSwAWu|E?Ad&u!hbn91BS`D{xF1d3+pg5FybO`835Lt`5p| zIc0^Fqv&EJ*Ex-zpWiDE66%u%FWix{{o|tf=U_cb3Z!5RAOx}<#{~Pzdwg^eWbCRx zZir()Wk9LDJ%i+fv5+asrHONfEI5SgMPh)Z0Phc<`s$r)mO`JJwLvhwSN@^h%^kew zObkzW;0ZYG$=*_mI3C~sHu|1n6m7htsU#3voc9CmHCX)HRgZ-+H*zll(b zf3vWK666)dwaeP8vPkKu-604>9I1)*KhgKGa5lPe6DQk+<)Qvnt_Im@BoMW;;Ot8l@o4-%(>eU$nY7Q>Ve|M26IX}$HKysz)P?z(Fb93+0) z-Y05p+0mgX>>6)`)YwXBr}?I;BaOq$yIV`s_IDeexlM8B3k;eG8nx*QZi># znfI8!ObDEtb+$U?(qGc57b06~HB_<%S7JzQn(;c7%X!rId?c%Lu;fS}fiS0Mld#Ul ziYUe6gz|!&T(KdqUm`6iD7Id|zv2Ne8QC(gfIiHCfnU||6UmhUB&vfw8uU2I0CSm( zHfK@UhCM(L-uL0X0i`%*!SioOh7lhCR13`c%mhBgyQx|>GXRLJz)Z`nN@WJD5Ed|7 zt4reoF1jaIU-AS00$90pHNW!to)(uqdD{PLpI~9-B0SsA&EL1OLJLN86rLH)79)#| zzf9!>z3%6Zy2~h?@CDl-U{?xdp;9~pSe@q430@flQqT6VTp<%d zg~bfsN#G*4e|E1bZ|6g}$xg#SwZ{?0?F(hYaZh0(ebCkumYktE8_8<}6Vv$q3dty( zG~$Upc#7I&4|9Bf{|)4|pbd{WTl8#=_;F$&{l&_#~9^F`=Ea1rPKe z!~Vz2T0vR;c0q?_P(%ks%poL)8AX)COr;zO zDIupRp<)iP&1sf%C1*A^%z2nOjSaKy_wYLOdVN3dpMPG@e_nKXKAw-${eHV$Z_-^w z@67*j1{&`#rUl!(x~fyAh9zsJf7)WDtJW8sP|A+kub?!Kir6Lm^FK#3h52hK7jAp~ zu@>@Re$rTSQx&0X>EfUSe8qkUA=uu|W*t2(gKvj^K-aVke zG0nF)EZDDV?iSr>Q@kUnb#Y)hFariR{RE5FcIu;}mJy;EP38RGJkH*uw@GZ8ct{z4 zP!^`GkbbTHbP>C5E*euMGKx*V#APc?NNv_IC~SR<)?W7QSCw+pGZ|kfY^`3Y`WVj` zgS9}#cw}nSmQ~buL<<%Do#I*H$=PvBab&*CcQ%ms>-Trgx12dYvhR((o>e=Z328an z6r%YeQnFra!2tSDZ%!}neSCFbyH04c*4*u-FzkzSYHD>BEPiyUz zk0!3`;!Vqoi$?kQxRi;w^|W;vs?y^e2uzjm3fa$TWZHFrQ6)c<62MEVDcH{ z{Miw0z2+zmN7q9^C6d>eaZ0*t1$x|rS5b0;orj@?#2(T)we9SWdvxA2i6UhZ?nlaL z{&^UXm7(E)E0b4}DS@(&R+`CUh<%^*WgQZky1Nt!Jxd7NiN#JyomDn_0(e(IGm^N3C@^n_Y&-}(?bsy$=i&VKya9_&>mk4kGCwK=us+MGo{MuLUncN` z9P8zRWx=@tfeb@0U5BtT{s2nidd*wR1CS{&GG(+tT%x~J5Mo`~fU#do z2t4)|J@#fFc^wP#>5OUhDv_55xjff-Q7;A@mzWZCzkzb2ln_wkLU-5!9+>XClP{6b zY^il6N_T$dN8H7iGVapXW51HgT3&iLC-exjsu;6*7%sk#=HK5aMJ2oDqVi!5sZhg{ z1y1n(s-?bbBO7`BiSJJH6;d&i-a6FEq8~Lq-$r}A8I!%P5r~+)1I5}QAq~q~KBkKW zt^2$$I!yxZ#?pPd>t&rINn| zh8o0hf+t(cV{zDWdnXdCJG^@VI(_NEWC%E5KbV1Pg7a3Lj@0j8`_}{D(g}oW3g1)q=e{H$ zfd}yGwQt^8j+t-rgz&IM>U~Y?xWee;xIX2E`m&ez{7t{>(K{nT0fuRs6>#O<%EXZF z>oU_I(PKd>zAyWC3)wy6qCQQa7_IEqxLV(`RG|NUSpmS?dZXa1St7NtawjwVPlB{7 zr{r2csg0f=%3zQA1i%ar*`x>Mt5w0s z{)(cRQH>f?9GjH1sS0=HYvui=UhU(*s;Wa0UbBz&D&V)08E*;F=_3fBE{m59bN%tW|Tq29y#NuIjEMBj~ zts>g=k9Dztf0VF>!*@-a_TGMxN{zgo)g?H}Sh!u)Y9y2;{3g`Oup&$NsRVyt)OQpsKYj?%^-&y- z0Gbd8G2Y{Hd;CjpAR)O4xPGX~USeyci2;WuTMW?P13%(j2~xfdgP{#*jWgf|J*};A z_B4#bndKRycA%T5g0TTIj%S-`Y)dncL#?qfmIh6&=h-NGlJi^R`v)*~V&93detTeT zTvHZ3s~j)Iip)P?dn0dFPu!1ElAFr*HC^;3$9vZjgfm>W-%f6cXd($Rx0I9n zMO#CJPQ6|>;qDnmh#jH%H0>VLDaogDD=B+;DRAZ0Ni)7m{xFT_g&*u8#=#F}$IgLZpEYJdv@6@!~F}ad!9|l zS1EQvz0^~EFX~#NctlcjkGZFW)f0AEa7CIOVdP<^ zrf)9n%g*p7*1aadZ+fkS7GW;#{ zBcugbZwa8Pb}s--W+BV5S@2sFXQ={LARTu5LNQsZkZG4l6sX?H2)z+&asQt9b}9Wc z!DoOX8T9Ib^6||U1WSHEScIAN~R zYbEdGwhE;1=_5xeEuQ4!alTnMXREvXtEv00-1BRe9ep3~Sh^$()j>`(nh>kA(9HrU z^*vMxwq&v zkejLJKNIWqPVS-qy(5WS&$Cw`2R>^Fs%XN)li!b>t9LjZ>J%+FzSgz9ALR#j8xXa# zwQPF~&Y7yxCCX>bjgjd)llR%kGy~kJCSAd31IDv<7QL?J zR7R`Kp+j~dv$$JO>`c0x*jMsu{D(+Sbqs`j7w84ZRnF5h5o@}VHjj3NUiYyqe$_58 zViVy-8cODGB>8^Bu+Y?ciOympQtJu3hi?-b7_@^=cU2S&sZ$n_a}W>ydrqM(qKY|wKc zh7FG3deDU45kkitd%67MWXV)g3vCLp2?F*SRu9qRK|hij#SuHoC-Kdwo`*)2P(PyH z@%6MO0|;_!J}%);TgFFsvUAC=5?uD;T$;x9LfA5nc z#hP97G^PYuFL<+XBXs)1&VZlS7rmP$yMn8A<+>tV*qSBkLcRKCd=HeyK|Lk_rkYnk zJ-+IIk&`N&x>xs~)ru<&fG=ONb$`yNWRt?(8;K_QBa$p;JvoGMtY3FZoUKXkyLY{N zJJGQ5v&zO#G4a(0vTBTbY=s8<>SQ%ILY>3o}1oQ@b4tL-pOg%~n^_o~Lm@A98GJ%cxuxC8St1ff z^d!^Hj#FQ)Xu4wH)`z1(i%wCsJS~S{;(L5V+t?oKa<}#HYyWHIIAvGdAIBFQ*q!AT zo#+odlK;&$Z!(=8s3tV+EHl8-DWvvT1TG)*sS+{)ar` zeF%|pnx&RjKUH|U^9Jjg$e%Oc^K7bIXW@{p&)f(gz-Ks6@I`0k+0CKZSn(92~EBO$+=|fE}uzdXrtE_ zPBVt!dtSdk#I(*Ed1YX*PIB|bh#$JV5}0{wLvTRxb78B7KV(^fvkhbW^#uW1G2vQ7 zfRV%7b{m7-zpI;6_x01Xe@sq(F8X%*tUI=uf(QZ0(ko-J=`a2*y^7Rm?`Z=a9niJ~ zsxH)wt=}ZrQK;-oryH#On|!;RweU4j0~94aU;;X%3$9yAz%Ec*(sJgrIlE3IZ%{X^ z>;kj(o=r1|jJdmUU{a$Y{HfR^015~N*y?S^ENX@US0v==(WWQrW1aWj{-+B0*JrRy zy4LO!uXSx5Kr}+CN)unRHH%< zL_Z-B7LuqZ-Xl!=p!LnpHconoE10@QqRY;+Vyu|4AQ!>ghE?_gRbpe1*rLV(5(`Hr zObzYcGb$|sG`I-U%FldkO@zo9wfPZJK zwdpx49sfPM&I#UJqksWj3hGXn1zoKk-K(4#wkfv3I@{S;?Jm6u8JO$$?cA=!B!89G zVgKf~u6eBx;$_kj=-KT;ED*{mcs{DRonF$14V)ih{_29?#}U+iLFvRG6_kwQLEU?62WW~yK(P@QmrdZrM1{zOL*E8 zz2{WJ*r%*LH3|z4VIGcK2KC^R4$3sOPa&*Uq@^UuqZWl>%fiaswS1_>KU4nr)I-tZ zUFK>5r^-9NJ`W@?svN7mOa98ZnmGB(R|zG2&E@5@9{}gaHhvp6vsQ|@GIjPb z%rOw;H$3&SlAC~RR32F4`~TUaUQDD)rtQf5V7BeJ6RUgTFw-aMIS`DaIZGqti zEs4D@zUj|0N@d+}d+_6qPzSND!29$>iH)Cnh(;Tc1}#Qsrt#R0Wl@_(%(k6(+h>>G zQQhcE2Pbqa-g`G03>~bDI|mK0W{sDBX!6GcQ4z|@Ap!a4(Jrl+xzHrl{d_uD{cNm4 zHcitF^60t`Q;>e$ zu{+IvymeC9U}t21sWyh4dLiPP{!5Hk;_E-ecqxJDIO%hO4Z`Oh5bwO?n_^uz(TPF_5%>(Lh3iRsw?MmtF6S8@s#lUdwdr)d1m=6M6>O;G> zwJQf&Go?c{Hn-6_mXiGsPTcy3y!g+&3@t!{+r4yGnYP681t*f?hNz^7!&$=OXNecF zD?dyuZ9NS?S`HQr4{JCUHE!uZmEJNeD6?%L60KT?HgN|82ko37hj(L~1}yI|?!)Dz zW5yDLgs%BavV)%SG+C}G7@Y!*gL6c}@zV}WpywG7kDjX%nJ_JvXD&Snv2)$FX)UKe zXP{zCvvTL-igY`9jX-l9Ow_1sww>#EL0WiI?&c>enHwu6_Mg$)VMgwXXBEK$9Pv1% zxRMtZnq6@3cbk^|zhv+C<>oh4`Rzc>kzcIB;~&|@0DEB9zt=6|JK|O5YcPwtbm6^zq>XuvLjJ zECd6kfoIPAXsM_0#^9WVu6b?yr?`Y?a}GeibUonTU;Wnr4wBao0%>fYWzcE)aX;p= zQ)VPt$YiAa#QlQUBVL)!#6^IX!aBUzU-ev^r!3PKo@BDua#OKCFCk)ikFM4u)5_Vy zL5Z(S)4S>VKhwvU0S@O1e<{`2Jn9l|kyKXMi{rI%@Nx4mcbK!l*p2w#XT zU8fHHlpdM4+#fYWWCFG=)#}Pr*fRbtU`UYU^YlX;GPVxkRip~pxy938L%)1S&;tjY z!~Xrne?QG>hyrO8wc0J-ryp~4&FX!T*dyg0Jg+16^@E^2J!Zplr3Syl-yy)n0|61WN0-(>oq3w=X}p7paAuKFZy zv{rFcpvC13q#8IB+q7=CIuipJ{7B4cNw?;QkX=MtY5}NE`lt6u^(U;Y&gA(xpi=|+Os0r*)wskzKt*`nGO_2~_omA|bVB_SOQGb4 zO7DX$zY{ZElE z7zfJhFM+9K8UG@D2apBUppRJ_HdqRfM5B~9Q9f^#Uc}10#1hZ|7gc)S zaek(+R`{--7NY8lcUS_O_B{*#l3KZMQ?SB|XFUj2@mpKoXqW^5=HuwL?Fo~FPlKlr z=t?=qdwSW(C0$a`G`>J+5oT97zQcaPTMwuCtpu^pvc5qgz?NG6Z18CRHa~rPAZ@ro z4dbk>8DnzX%>m-M7@YUrN0GT}8u?l1JXou;H`V3Tox(Bi*;*qG?M54(#LermCI2u< zDfA23-JH8KR0VM>if8&gfW9W`Bz&EvA}5Nd7^5Z$zlnP_=Enf&MG5Z|v|QY?|8r-5fI2qa~5?HBH%&R|Utsws2B@wEL>HV{{9u2kpN6H?7^Nc)YRCd04R4|g z9=ZLF5{R4RmMa1EB?8S0J^R1odiFBI@#mNZNOOE0ZW=?}X|g*`J@P8#nn~VZ#r?d< zb7?_r_n6tLQLX%Xy1RuoIVzdXns*sIoIqYWY9}u(F14x88$X*o?luLLakNO!CEhCV zO$w{AQ1`WBHbDzmge&J5yE<*y*syU4zkxm^u&Fhcl8KeVIFz1E_*#G@3oiN-0x(0A zyVNh7_wisPk2-@!_rB*;i)@UU+=yc!W_R zB{;BTOGpE@f6#2N!FHi_RPn&D^Y>4ceRfqyrY2Dr(cKGH%SupiPlk+FnO+z(a=;&S z+tHGx2mFJaNYGuw8?F@~!9d%{tOl*;cBWMWSGu4Y;fb9`^EP8+~U43LqF9W>G<%ok$$6Bj!+4H=mSQdA2hg-+=ND zo~^373@>A=d+A^?zjPJ@;04PREYBZauoJb`cRlUI)Kj&8H}>FWg$->fTr=f0qVBZ< z9LpKVK=7vscbQjYx}{6UBG$5=AW{MjTojTHTNjP;8G|xsADCEF?$|msZk=b4 zkgg@CKs*owb>jL<_~}6p74~?A@d7PuX!@n6wwCHPuA=|*zW;g*-d3`~AR$KIj!A(pKJ>N4?m?|$2Q!nDG5hXU_UEAYyTpW4$qsiPqdFVRD#f>X({tGQRNkuX zsSl-g#Ge&70;rloD+lX`nYvRtSMIYu(SXhgd-Stnr@14|9;(x!y&U)!9LjgzGr0b9 zWz7b=L{0It+ule~&B+C)S%PnL_1%UNPlJs0L+*Sy(31Pb*hULJNK2gg`71+=(+Di6 z5g+eFE3fO*TNsPuK9|#APzb$&Slt|m-@Pgq?V)E+@hXCSu{u6@rM;{33}Ga%@lwPk zhJ}8MeTGA464^qqtj8rT7;R_ZbWCN!^_4vR&XikD1Ha{wSv@!ohi<_@e52o71+=jv z2125H?ry~NLj%Yq9+Fa)+%lnSWj4+mB7oBB{f8A@a4ahPj1(_G}NoO2ci| zz(CP*^rWkg?sZPPqiN0_}vuvd)NWqriBO+n1zcrF9FA>miPA- zDT$3Q^0qw2MRXa3A`SbSYP}=5u&{-od{>PpE6e>`M~5CiRmujC~{d=1OWG9K8kGR5!WVx~9$|I#%3=4rYcc zzDGwJ9Q;$~8^HfH?Lm$&0qB^_tL?o6KKItNN*3?hhl^{_h2xWIvsXHTNtZ%VLXSx^ zmby9RZgN{lsurEwAmhvs<6e4>mc{cQ=bUygh=$XuQz4P$G?<*r1qvIHOOlRR$$R=o?DqugeuEAT<(3o7mAx} zeEYgtCxyJELvPYeB&H8F1?r`eTeGyRx-e(c^hlsJ3JfBb$Yuu#Pqlte+i%$Byd6k3 zKXwBSv27&{-=eO)+<7o8|&~wC=*#$DGW) zc&gba99}oF4(0^h+T~29b>Rt2%=fZ^@MmYVXP6*NpmoJNCL$#F-~`V zl3$yH1yXY#Ncs{1T$8?5MCrQQPwka2&QAT!v71b`UVI!)tgp>$mRflx3jAHfM zNlmx`We36uKNV}W(1(O3B~VhNT~S5Yz3k5?yj^t#QN5H$(~I!SHw>k;_%5kUs5Lxj(EKIM7+I?e_Si%N{XA#l^b2&v$0{v-V{A?pY;&9 z*OXLEfqHLoY_^{E_a69a*P2grEAEeGoPt;U9;Q&dlw#TvwoUm{@{(ay+E76~>lum5 z0c|4|E7uEwnx(LY2-?jfQfXIy9sL+nJ7sYDz-t8Ly{$daKj=`VQwP%$aD0>$zMhz2 zbWQh@SRg<0c?;`L($(YTzWtw;OQ`qyok2QWq*FUQM?={y^@@5)7*;o`q(k&R70^z@ z0*X=IaN?M<2EU-=sSTyZJ=2>Qv)WhUMDU|~S8y{~_O3J=SGBNe0}HuRguzSHwxxU5r zNh?9RNv%3HETa{_K+jyoovf+qaf9*FcD3ojcHhf_@(I^{#CQ<3(4|#x zLT-=V+t+^p9L_tEwGb{LAh(jTRB8R=4c-9-Cy;ERG44MYS}w9PFDuo^hZA%wOVF6=MDYf$j5w5uSMW^Bw5QqwHk=&)P?M1GY(^-%vV$m}~zD zqI{M02`h%DL?1v^Upu(s$!>F?YcjGFp9${#rYA!V^lPDvDu_#vVXo*x#+zcxy3!ZU zHwEc3{?LK^n49ghek%_v)^qi$H0T`>=2dSoA*)b($f*GH^Lxg0Z(RtrJ`)1_meIfm zR2%R3x*{e%L&{=WlDDeQJjBF(#~lI=s*zU|<#A$}hh}A(`uATq4UlJ#%97}y1q<3` z^5BjSl&K&B#J#-bt>8I}L+N70Pxi86GkY79>N(X>1)$s}?o1OnPduvSO1Rp5@J=p$y`Qas&asntoMNNC;P~d6D(0?Quxi;04HCKdxfyOh2r+!ZW~xTtX6^Wa(eqFxe zT(Lm&|5W$6EpD&2rQtL6Cs9JCp!IA*Dlp1DXvl@MXF(bq zAwTff_YXwz;JcSKEQB2p-D@?NO(1;Zvmw~)(urd=K3tAlqv?;!^3X1eTQCqKr#FC8XH#oa_=)6b(^2S~*~F=hx`+PjLk z%KeCDHz(`U&;zWalDcPhpMUqyXU)gmS5h*Fg0Gc>B@TGYRDkrAvo5*=&-2*v69ALu zWZk&s^0xp^`g-0op%cPnzxdd1BZXiu)3{dN&+{Gxe!Kd-J?l2_*3XlV!iUO2Y2WHZ zNE;9*7FpSRHhk;%CO-d@_if}VjB#bmqu9QKM=e5^?+KPgvAg}M2L$lCqbogHZj6Pk z<^Xg1|NhKfdEe5l8Jv_ztIUAxdK(-+L8v;JBOErZh<>;%!xSlqDXN)tIheR})=t+ne&$Q6Y+c4RydS>) zp>o^7!=bdC(;Etr+zPv#M#W7$#=OP8p9`x_sfUNUXl7|!IP_DH?ZwjHhPkJneV5Sa z-|_}*?{*IL-=%*&-$P`-^zEu4e+G62fC^qIbJNvtFVWTAzm5j^tLXlhS1;_|at34U zdf;*k^#>+*#fC^u{L}ubnx?g{&3sFjzo@?3Ubi|g(Xj9``xn1h?TCjgNFOK4W{Zrd z87@+GG;gWYMMPz5r|jp@s<70ho@bxz^OqLiOi(^5W)_|6uksSOZX)kb5jDtWBEGI!G$dC7;}tnCt!*^av6w7!D{UoshLls*mKGkMP(94%y(N#h z6X9H~2FFICQD^_>iLP(xPII!0T!4wzEvIHalXq!Vs5TzwbWt*2nA?_1{;`DVT61wXxjE`JzUkdRsCYK0@tCh6(_z*hS9%Xbcf=^*RC8Dyzkm9 zVAHVWv+Nq{2``y&M*N<;YI|>>c8)_m?@ffglTPf;US(Fa%*f07OB2d6D$_tof$XRe z%upct6CPwq?1&Iwq~vv4t~r=kr2S!*|jjM z83Uiuy|wmn6Eg6M)OM9$PQmP6)s1eOQn84H46g`8-Ff?MAxj3o zb&z9XV}wD2gS35{1}^C3|8(8?xcMN?ks$DEkL0_$eBwpA)uh%u-u$kIna4sSwyxQ# zG0g8iPyB7|u@cm^u7cLj9}rU4;Mzya;OuctO9Gj(3cr!j|9v*&38KQhDf^}_ho?6Hou>^5qju7IT)8hb3s&5lfgX(u8w4eD0RF_NjWvtezhlUI;+EcH)v3acUx`VjP+R3d`oQFax zt8hXcFDu@sV%lJ_Qg(Fu+1iq|MN>xnYg74^Dq7_i&3Vi+UgN!*D}DfDLFN)kvx&M} zImM+nm2vIQQS7GNTbO@fI$(I3WWEPo*y@!CJGq>&$Cl`@Z|g*rIV3;OKi8erv>vcM z%O+NZc&C4%z#MSIDazSXAeg2`NyWd_B+^@ShuS-cabLMhRkYw9ejE zE7KXpzS-W<=M(Vz6Zq$0x#G{v!|)4&8p)Ajs6)_h{(V!LMMKX`$#=K2BW zwz-PJnuiaovfFy|t#%9#@~qSudS#ZUY?eB|TgUa`rbYPft>M8rf+_DT%3UST@1T){Sue%c4)LvkO&b8be^wxt$TW{gv&WHB5CP|mNUZlM%VJa-rP07tVt@+WXDp&FU zyf0uZ*#qtn&#K5vXa~huCr;KL_)H_nYhGt^5%!-WcFzL8uv_f5iLYKXrvq{pgob_E zm|2P-@8QTo27H`ErA)ECvvNmdWmNpDoQX$2#Pp9uTFBR4{duo_dw;?Rwyxww2YuZ` zf_ecHdwyDQZe0-XxO*Y?bRdavFE}aoEN;|s|I2-M;}G$+MXjy8FYL-Sea8P?Jwp*2 zKt3}-#ChlVE-z_@i7*E^tZ4739Y#v*M+WI%M!L4?poO^em`jU z(cE)f!qVGU;a9VrI~7&957Jd?Fc+tf)J-nW_eorWCqHmukjwpjFRM|u-uD)R=q>vu zuQ>>fTje`SuL8-fTO@}b0N;ncyz>FPC3gdBlyQ4zDMQ8s>N8mI`DV6Fe%5H8XhSS@ zpttQ{(2{-q8aK-f@#?3c{Z$USPCaUo{#bgQVxzzOL4OtM z92)p!-bOAn`ZN9Q^@P?hw2>P$WtlhD;Rp3FJSTFA*c^G$MBZ@Q=BOLHLg$wiWIo5M z3N#~yGSv6U3sA<<3e&DF#OHkWbNJm{Y`SzO`sIpy|5+GAR`@9)7O*@|b_GMKy3Y2;w8{fWM@jkZhPZA&TLNZ)b%ugRE{dI#x z){Bc*SJSnC-sMBhCREh%z6RZRkM|2`OQCz)Kzk{F8eRYWa)Ch*A>pqY-%`<=>?T&T zr2SqKrFH*@kvDM+U2V7%Nb>wKYfJge>d7e$W=K#ogGq~OX-5IG;-|rk%(P$}f z2<6?f|2@d1ito3t=T+r7r&8x9;oYmca1)~9W##;-M=vuU8_P)>38@g+>DO;kUVK0H zQwq8Bl0nB2ZUIBMQEy+XTF6wuh219x#4n^8u*8C1hU7=`{L(ZwmgYCf41BvSKh-Mx zYjRYSK+7g1uXJwV(J?FA74^JF3hJ>|iX1c;(A<_jT4T<9{HKUe)niT7l$Y<61AVNm?-Po4ED zKuG_}#zPwLTQBro-DU-Iz{iAl&o=4W+T|PZEhW`IUWMys_)o72FJHD5_dzf>%3*Go zoFim*0TAw2GJNLlwg&lCSsA^fH%r1!7^P(u3>hl0>gglLPchzBJ`Od_!6KX0jfcv_tCQ9D=r7OjE!r?@I68Mtgk$d*>xrXTwhTHltr z1GcfG&iBok^ZXv3lJjr2YtR!8*~sxHYw0y(8TyD5-!Nl^sUk^QiUr3ia46P^F>Q5H zL}`$Pfs>r{&s$Wdm;GLQxRUn~m%9($-ZR(e76uTW9iF>iT~8&NibRU$283>5EqPzV z8xG&FT-9kfqLK~bvM~L*B@#s2rtEm5-Z}!cTX$p$%ly1cZRs8L8Be7J@xmr8kpfR{ zqITbfBVX#3^c6%K2eZGn_JbI%*Gv?(49;EeVhLDpn^Bj%``dm1FT+_ zog<0%e;0N>t~uzccFlr@&w5{V9e<%tIokZ@{ezYmBMt1X)Eix%RH0tCar^JuTR{@{ z5vd<{v~qU7_Y(RBxiy3^UDT!e+Fd+rn6=}+bd9p?4i*23AOP%`AEqTFIj|T5^lq+F3{lwUN zq@{(ed=A;}m>#=_p)kRE?5geiAfxsVy++{4Lj4Fua}=AmCiv<3$^3|~ZBv%xiy1o= zRf%qSQFn({HLweUw@r!r+!9Nsu1Y$KeaLZR##Tp+qf|oeyK5BAT^H5Z5)th$Co20f zH#~Ix*7a1JNq&$6zYu@B)!M0wgix0#t-9i5Cg4-iqC{+pI>{rA8q8+ZUDvly_#9$B zM$jg7y%=4%VZ-Y2lxo&_UX4+PwAy4V_@`k|g#GRHzLaKuyBA&m9#CHa*E+cN6ro`= z2xMH6|2oyNb3W6n4|Ff-rzl8oR;R8RrLiEp2f9KmQlU`v(j3+$@l0BRyPFh@&cecZ znbLmLZ6E#e4ALI;pZnQHHm4+X=K6ohJ^c70sW*LQKkeMlb;Ep`>(8P4wtc*Yw^9oQ8)Ou4)48)g?fO925CjsD?=8eNU-qAr|2FUqke}mbT*9PalD=Wc-Xn+o zAuh77j~4Mz?0q9{11ejF48g=-)lwJYx$ZC8A$XAwu4$Qd4?dg zV7uQyHs?RN-y$`6EMQ!Gesb!Yv!G}!FO&0@Ylm%x6!mLy-rQp$+^QaP|;?>kp9GmWl6=w*D}pL8*I zqdibLKZMt=7CSIoh9LPuo#&dC1DYcD{ojEfL`H}?lYZO;WKr1MHmRk$mVWo@Da}ON zhrs)MxMaebrlc88EE;FD_D*gM{nLO<#*GV)SM7$l8aROy1G=7voeBDJbGMZ2jq`!& zn-(*L&Xr1ATD9|%_95r%nL*^#GTk8H9}U7jKnXkYjEi(2jh~)C?Ul48L?Qyxow<#6@vjb*9)IcUpdgYE^Se?dJgg_q&wsO3d#M?xMcKv`UScg>!>s8 zPzlSSg)NZ z#&XLE`L%$X#EOSxqKRHs0UQLuOOgR;dpBJik%8G|8KL>dDYb(0SPYUAWFrT%=gW!nEfmJuw?6F$n%4C@RlP%vjvy=JntPN z=a&p@cRBO+t9lji&vAmU>Q(Rg{er(aHGYaG<=kSAqWB9=k1T!K`E5~?X_g-yfL>h! z5dmIyt+=bZQmo^{C z7#Mwia{Hp4S0u+f4shc)Dr<18*Ew)WwPd0HpT$-d-1h#e0G3wsg6lp*S|x z76TSD%tvxN>hB9*@MaA-o3$BEs6DonXBHG^IuAH~*ycLmP#%W_C#47Lh zDZ_|7e-X*F*t>_fYB2nqoibqJGV;9{Cr|&%{YD?_KR2gX_no6R(=Y6p=N^?QUDz+zy-F56t~w z3s-h5Jj!RogP%Q?wR`7IPUX^QUe0%w_`N3I%i|KKO&)+rM4&e{k1cdYn-=c^$S$rBq}Uf1cZ z>leVJLh;R;02pC^x^H(3bwqng&Mm&4{UT3;+m}z zQqd5V3kRM0bUu~cZ#r@)Or&HZ4vQR+9n_jnRyi9=JRVBOpaiw?zX{TcUfSH!NT~jQ zP?GDPRw&{)@GMLl9II$vhY`5GUsQjXBP^cAH+EQ`$muAhEZvb)_CS#n@A8GD*qz?O zw4$m80DOgc1*dM*y$wIVe|8T6<7SteJ=?jotIE?JBP>kFZ{C6g5@H&f$T1#d;Cl8f zWUv~NH{{tjHo!5%JkU!aRH9M7>YLV7=y}qic6w=)Uk=5vI%KOcZ{Ck=w6>2Zn`ST( zy(?SKS^`oBE?xZ{eljY(K~gTFL$Q9!Mx0%j`W5Rj}UeSLE9p=qfX%&UIi1tC^ zsw%?m=Vn39>^78Hdawg0Pal3_6{*|ow+h|jA#>Fv9TWNehB-?I?kkwv8rEa;a4EIz z6ueQ*BXD!fxafdemY;H}W7CI&-k6)6r`DVN|FK~4#dZgINAhy5{lu1XV{A9^I_JUR z#Kl`g`WDb?i?5#$6{wo!F2Iu=tsaLw>p1=@v5l}ZH{(=;7YkC?@Zuu1IHOE{ zm_;1kRCTJRLa)KWSia1vh$Yi}AAfyejP=PF1-+KJ0V)6*nwInBcs)t?vlqhr=6z5( zbRqw$7!RCX*H$a6UyKb9C@L@^O}C^O$WLIsj>U;bl{fwQe$@veEK%VIB&~z_GdV03Zi(ZU3#sXwBxL|5*ep4!16^AGtrd&ilH~^E{68IMnOau4xe*3+1$0 zhB-nVZFqK6#3E);C&KHTPCq+kz1i4*uGvW1v}GshamcLNSAZvSEW6)zD|e}alH$dlIj<^Qu_m{_=N{c9e@oQmjkiQJ zhAYgB+UHTc$MQm87_4JYNDPb#wA~)O{uEJXQ$@eGS$9rDgnkEYKHx>0F1JAdqVv0Z=B8Yo1g`Osbjl(Td4EsC(5nY*9G>cjDtzZ z{obI^FaTci@x-2_Yfx?OyhZD33I}+GH?Cj-ZNZ7(<>EibpIaah)|pFSn`l<%CK#Ty zM&vd7`pn}(=sK*kx~2Ym-#@-#e}Cf0rpN69U*9drc#S53v^S=E+bS=?LM(IV-u)|g z&qUi^O^XhH*t<38zZgKLnp~-vhi(JanG+>FOiKpbkh^Wc1HY^9K_B555jW8` zh9}$^_TU2}C!Hr@k5a6nK7aPz)^gDEhW)C5m#2yE?17h`C3@l6DG4^}QRZ|J$6{Qe z={g3Ww6`ewLD}e+JN(GJqdaM8&XaG0sUHkpt+rs}}xn|Ae(EYBi5x(e#YG7Esy=SwRZ1=pl z7dOw~?QKSTkKJA)$6?;Ok}o^li*mc8rg6-n_`0P9Rb_M z_ZG&B7bd!C=g^rtp?Dv_@Uoa=v)Z7jmfl!(oZaigx_fE_%H$^cqz$|oKUZ9AI9h2E zz6#a_)bxIDZBC4cAFN!D$SiXK6i#H?he(XZ`{fuerZJ6hV^GC$`Ng2g8D@HgSM+=( z#v#G(#1k0DrBV(i(Oksk6SMW;<6(-nMO-X6aD27WZU6PWF^Nw8 zmx?#*9tqPoLG#QEUl{5zTgSx-59AAKRr&)T3T`Gz`P(DwJ_#`{r$SkD{7@? z*gL`K;wAEau<<)zDfaohqkjFd?X|7@77PVW&$9)SIb*4RhkCl2F#LwPVxf>X@NnbO#GLb zNl_V+9QRwJ*MCil>aeNc=Y`h+!l;I zAo9}K7fag2pA_*KfJ!B$<5F`%LE25ZGb`=1V)pTRC@`?iKCuatt>5bi;OHIy+6gIy zP=JBghIqthYI(%0ma68P?*32Xc=^oAJpY2h=~;TUg{@tlEFO%uH3W4iLwcGoTmq$` zwgJ&9Y;9-?VeXuNfm0&jej>k`lSDePFR=IxsyNo^Txri`QHvc7Jnc#dU;M=8LMF0x$A?%mKa^}_f^++=nwV%x?+ukM!P-yA65M~oG*{Ee3cuolm9vB9=Q^q z^t^G5^2Im+t`(-v6#n(&*6&j(*NzpO3_1RZBp?WAR3qV@ z)7?aYr(?If+4?!u0TT$u>eYW6$p5_=(>H$wUj*uvK`Q2ky^Pv9Ku)r2S-SMEt_9b9 zKhZ=!8qnheoW#OwWK%rWPJw>aO!Wc%&vG3NzG&Obttw%L*5yZTX~jQ`0l{U^=Z7-Y z>d8k7Ykrm_z9;CgUD-kQa9ZO@ht|E2+D+E4*#O#2`!=ACsUYT>NyrKunaj>)@vZ`D zq+A{=)Y-;@gqg4ize;r+H8gZ}q&PZEp&<4vu{)&6hm^3R*)euU@>_Pv9*w-@b~TMQ z^tzw_e8+=5yU)vWdzRX)>hV0IoB@4#lw}kX@9WjRQ5W$}`~s~{;^SKucEgA}`}7YJ zS#)@*K1!VJ)-NgJ%aL@ZL+<^=A)I^KiO$ zt%%ClgJu(h7c&K;tspbAGzBvS!a8<`eP&QB_9jyvf(q~!@CLr z49EL1vvtKotgYL+@_(=G-&cv^32u8Hg_l3~2ZRFY`ku%KORU=yg`g+L9`1M zU)<|c$D7<1_KQo1eeT&O_-Ma74oWNHNG-0_nBRrOhi?HArBjXEL`3T|G~l6Ig#vB% zKMM3T`lUj(%<79t317~tU6`?U0=JXr8Va|^gz%oxX;8*S!n)t;qr@tVd^`@$VuYcr zv5I|yfZiXNXSZqv|Fil`ZsS`9+RI9$x_BT&Rr@PO<6&Z%XShi_VAuUIB11p*1I=Ba z+()RBebcTVR6!R^7~^K?zZ)v}9bEi!BrNG2T+V>A%4TFX0WS3r!d-S<*OHxa2{khL zNU&jh1+0Edu;c2Oj&--Sr)%fkZyL+_TU`fjG666v^q=jztV4bJA-Ns=D}OsDZ_J%A zMo9<6Zu`a&w_+S`JBmOnockLYHs^R89trZS(;_)A0*h#OezTWF7Ei=GCu!dy5pXY?@Wf&qfNZK zP?J!u%U2D+=e=+_b8sDiVNinB7O1#-AHTe_D&A#zgq~ZCfJg-AGv!cjbb9UFFtXOEDDc)_tp8V{tM>7%#R0O7GS~6*VYuB*|;x`7#ph2cRF=H zZksneaa51r!xmxJk2$@AuaL}rYAyU*O`nUyiN;Zci2pEaK>?&lBM7|ogfJB4Xh54uAV;AgH)Qtw*Rq`~s>gG+pYHY5k`r!fw(-mTgi5x*Wtp$p>-`vcl};af?x}5k0>~|`=NafumIE_Dtk7_)}8z|uAA#)_;3o?z;U~@ul zDL>8JCVgL(sHId5j>Y%ah~U3uUAq2ooenw`pw^ABZR7(76)*dp>*QdRYO$mMcp0^K z&-C1h8vPy>>FWX}ir9z1#wF!A6Ke2&d0o(J-^0jW{=2D%WjgkqRGsJ**ec+A2)Lt^ za8R=q6@RXpu!=(K!U20jhA_Y`zCfX#DU5%u$p5kKzh8cOWtp!|Q_`-OyIz?*-`rk` z*V_jrtv#I1V$V69bDm30vNG&O;Qilc_wsM)Scqj6?7*C+OgB?Z41^qOYNlXgUI)u! z{fZ`3q$3y(THRL?lVT<2r|T+??rmoT43kuMwu}80NP|>rG^> zFgWtE5dyDw6&?8ciHo=ee~t zUjbF`mMO&dK%CARdlBN?4V98i?ZJ#C$ZiXjPksq-i- ztxtv9Xo5%P&Xc{2rzXoVb10OU#zw zs&(ILEK<^#p!n-D&Z9w>%wm}eRvHTgc_6^=#y*HTirl|&_|E4WXi_RcWO@J3!bFL; z_770nC1?IVD}n3t(oYMd%0q8NQY{2suxf}d$8KCPnc?DlWSk!2{G2gFV`V962Gp+N z8%|TC59TD#RQDnh#J{~fw2onExIdG^P7l^mhBKGNWjzT8S(LG3w48g-S;CuOJf>+% z;lGCr{`%yd%uZL^So=5AhHN_c z@+xh7jh7T+PwhRyo=>ydb+iz!2mKDSM*E>&yIuSua&)C;VMdx8g}4cc$LWLKl5-(VAwtS<+5b^MLM z-Kx8*Wv#W_cJ0T;XT#4Jm{FD)##N!OXw(4Ih(0nUIrpSc@mUnPN4bI5}O`Mfh5ski`#K5HgKhv$1r+I#chC zYQXQyqm5QniQx(;#Nvi$RY@gGG`wz)cmvCS8AfKO>voiCFtXE(Pq2k3T3*$%BRSQbQAq|Aa~D!M z*nIUU4~CAha0YB|OCZ-4vo8@X`yxk|H{>x)OP+e)nK55U`x1&9LCbJK1Or-}eKXiw zgHw1$4?s5$1})MMV3e;NtfTn9xBtH$cWqv0XZ8+@v3u#L2+R8RT{LQ~^N6*GBrn9AB@m$Ep{#rCVdojR6gIDZ#VrJsP>lC<_Hy_*4R(; z#~vAxH`k@sr@ktXQZq9rtxh*^a~#Xp@2yb;tC~v<9w|T9_5Lo6@^$&j?c;*sg3dk;Pd?$Vr2??}dATd&=C>(y?9WVwj5iITJQo0=RL7ypQx z2@}0tAJ4Qk1w`&8;-C-1DZnnB_9f={fozMhu5c0~zi}QJ&2&^jxJ!<|Q(7XELIA_p z#?`Ka=X+lDLp?)xlRBJ?^r4HSqmAa`X>4uDtzzHyg_?vdw0XYt4)frd(_h#k{cdBu zxy6No)_)p8rt#DZ@iaAnLTKkU|E~aHgM|Zw8bJJ}?x*txZN9h!WtH=OEP<78U(>=K zx-TrE-Co))S>HrzQAYXYM4EDuRzmYtI%t@S%6Je--gyiF_wiS}}(gTpENZ zm?L<2&Qq?jVqjc40`D;sxnbZRU?OllOv3eLocJ>s|NUfZc&(k?S^WI^ z#;u*%Z=xbBt{SKchPUHLb#1byetk+Aad3_uWQ-#H9!|@ww{w9CN@d-ULD^sPuNBXK zwYJT*4pXl|6bNrThOelr;3G&3JL?Q{J&dij?AB}9!~AfT<8J)|`P*_$g;3{g=hMZx zsU<8xq|*R|CyEgu@}z)SfA$B>pIsLp4-&;agwO69MJL66t^HmSy$u$E-b|lX$5VFY zA+3u)+IkzG5hGZDc4X%gc6P|7WhCp>r<+8inruc2dtVK`k5Y5pcSN)g+~u2s^-z;J zR=Dc9K5z;ZZ;4DLAHR5#sOx59-A#_9Ia;QOr)fE~B<3V!-5nkp&Vc+mUO7=3iH`{FM&U!S6RTSO%qw2l-K(Y6n)q6> zPD$?E@8xMvB=V{&p8pstdd~Np0^bw{S>3yF_s)n`W@AK2f=~Cs^D38UZ%-b>Eppo* z|2k)#akomR#;7b>n`kBb1a|IVl5}3VqXw?-SUsr}2@YrUs-liz!X)B?&c4pR{LQ_SAx9M`gEe3Ih6 z>o4eaLxE)hOXt^6P`h7(+B54R;!MhZ&&jHwPpAiy;&hh4I!vmPmsX{s%Jck6B51k$ zr&NQDS!al`8fh7_EmZyE+K8bId*F_+7DXl{_A1uhWKdh$_)Bo6wgQ=4T2CCTxB4tX zl>U+%Ws^m>q|9>KWi_N&2i4VCuh9SJafL*2fts8R=%`7cY>A@?P*dK%`nBY z&{0sHL3rkJ=dISZYYmxKGu}(NUrVHh(v^~^M&~cZa=lwpGQH&FqVn-eTSGORn=3FU zXLX8MHx+v@1x?l)NtNGmiBFBRBy9I4E`_5(MVUD!FCR#@b$t%GZn`#)9KV_n>gK^M zqo#>lEu3_CKppj;PSUGujNQYn@>qlFb1_}O5k9T~yn;(G+MkOvA*=wfPPhH<5n)BN zC0fU&M*2h~tM}kzImo33wG#$x50H7?JV7Kh44DCBN4Qf3Ne*-P%H2{f=P>$rrmQc1 z7A!Czem83Ghl*zJZ+ZEUKRkoz2U>$fFOI0tSEsm&m}fI z8zI^2xKTY-j?PU}bq|&k{P|Svp9Z@)xy_!1mn{3QfF&DuFo^*r$J;34&8y3#pBKvw zLrm&sQyX?hdhUe^esRCNG4Mb~XI~~~@Y>i?&&Asw@XYr?Vy}uBag5?BuicdAX*utP zkFoNh0=%epPgq#hbuWI7H}j6I@Cwb;=J;~!_U$iqwFW9YY=D$o=B8Vg*5||@2J)!vr27HpKT}hz^kJB-?I(rvs3;Sr zGD@>>w%8qV%io-uKtum`tV*)?Q35tJdm^^KHmFdL7tbkk6$fW zjeR;0{;;w3J9-|-0c&ybxt+9X8(8$diSCJdfo(5eYo2x3=}jE!1Obnc6)`Y>ruQcB zD!TyWhi~rsY||Jsg`Qa7 z?h_6HW4-dvzW#UZ_}3%Rch_ISFrLfzbymP;89SJx;)K03*;2pSDbRZ$O?LZnAQe5r z!yq&zK?o=|zVJ-ACk-k-N8Qir4a7(_s0|}alclmZhC~Z$iO2GBYbG9H zH5ZWa)rTU5sz+I;8tqmxbb&$ELgdyIOSM2aJCZEAb}P7X&ARY3D>Hwa5c&2IKG^*%((MBG+G#R%lns2N(!XOb5l}aTg;Zl8;q>-WlE= zc0T+IarTK1f zZ{Dmf8fQNrM@{9>VG(MYVvz!y&Hq96SYsc5?C0EIi`X84q<3zRLFSvD7dtMyi?cDu z);$PK)Q+Cb;E2?-o^m>I*eLNitl;k-)xC!l`9=mFHlr_MI|^b0!)|$$lp*}>Jj2op zJa+BJLwTN~h|%;KzOFmIY>iDvh1yw3_6_4=2mXQc{)jF5y4B3IX4Ip19M;d|2yqU~ z-nwuMYy9|rY4Ro8aqRa?TI-=WgIZQWGZBWMS*H@F3bU8f*EXu8vPXCy3gzSl8HB08 zom;O-zJ2U6H7tFUA^kn6y=N=}KeZ9SHKcz*@4!04U}r3X(B-BqaHOk8jvJBXML?5ugaso1L^Yi*yooe*o~%o{Knnf;L%!PLuL(@2VY@jS(J$v}t_n*DH1 zSN8ef_@fj{ifO~yoA~@|8v1h=6_TuJDHBNYiR^$=LBC(z3MP%$$iG9xn4>`?VRs}$ zX!)O6Wsl z22_M1Gm@~w8sB*D?^bJeNd`}1+$F_p<9hQVLB^HZ2G)Bs+VmVbaZ8IUU(EWoHUmn& z19||Qmv@YP0!HD)(0wpa>-bU=yp5pztyj+Orh=@{^>U1UzQ?g{io~khdl!N5Q*--x zU2WeuscKa&YPEG$w4J}vM0RGVaJLy__p3Xf=3ILJL65gd?M!21`;B^))2y?68{1CA zgEWGr!aAmuP!uEDnLFF*^MG&N`6QO&xOhTr<}v>S?Y-os%(!-owQw~VTKzE)-z6!# zo8uJEMGvJ^PU7opzGoOm?mQpw|CqYJYI$kWi)G=#aFAKY%o&KUJ{;)fA=W4so*Nl} zA)vWtKzD>>mBLUr^=tGbt(kY6-6R%Rv(zqw#zE=c+SY(T#jDswjZ%%~gj1_eaf}QM zoxqX?c2&MTpWcavYUi zho#FFJ_=(Qjnyg=z3t*M(0ug)pCCW3@s2A-Jq!7nR$6XiJu*@&wyxRhEh?*`v=Y2( zbW)ePRa?5SJz!j>Kz(B`^Zl^X{}~b(ScJVsKTdoNksWSbIYrgIg~9zsI=Y>rq1yG} z{ZW@tMjdTQIV9UHV=e8yc0+Ndh*ZEv2b)+ttIMN#{>*{rr@JAyxB9h@1jhfSMlFO! zP;%~vT|CJWXi+jb?Fj#+&b1Yu#pgovZQ!^m>A3m)3irc-8{C5ydz&d*QJp4gt6Hpz z*+rbm6>X6s9wEUXe*aP4tTVO{G$&M1;g?}UxEf?RUAubJ0U5hTDZ=%{!A@B4<-R94 zpq=;sYNJP+Z3>9B)0m?aDFS1623ty2#K#qx$)(wCQ6qTWg7aNBe(@d-@vePlXn!#d zG;S!l(%?l;S%0;b^d`E8r0Va?Yx1ikGFtmb^hgcV+DXNm)r5P?)wNHhMUBQ~?u!x- zqDIobAsmxqL13H2#S#0|RFd!#`O=f@2CAv7sgi({L9D8cN@zeG?dceSF*6((pqZhr zd4xI;a7yvOae~6P_xxi&U#hk@G_2X{HxbfntD%5NlHox&d8jFo;HK2GUWBv{atv=F}7wRdz0Yfg5llDvH|hT16=+(@Vz+P zt4>n_P%Ydiz*#lZ$(1StO;www6{r%LslyxzB-Q1{)ucA8aaC6}KQ5i5=IqRCbWiCL z@4c$|RBoBhNm@Wc9gQTB5;(=8ohWTI)heFx7BMdm9|ig;dX9J4R8lNg@Ir|L9d53$ zIL9$f^?7OwUQID?`T+?d$HZx|a@HA^$#Q@nOHGY?NIc#OhA5kFVhA_P!k|||XxBDY zgS$1Mk2>>V8WlVL@QQ)2Hv9z8E7INcF$~l|e!F2X-Gp4OT04?3`Z1M?O}lW@F29~u z%E=;z&ZE^v?v8WS@s`vb#a)?cXAy$O4rT|Qxx6Ig2tD%G=iKmaG7Rd7HX+B1tK=Ge z7Z!IOqbl|8N%ST@2AR4gv;e(_4$}XkI0BEbM$_7vedP%Pw)fnyx}%zyp-1n7ufIjb zwU<6zU$)BTXnt=OUgj6ddAt#7H?ymnJx})Njyd$JOkO^RVfTxS=w7x$90M7*OF33- zgT(i0z~!IyZSa-IoZXHLX`4e>+r-l~jkTzd4S2dve1DBEWnn`U3cc1Ea=9YF+qmb% zftQ>^P)#lBNs~eI>R;l0S=A)Liy!f)}KJ@|I*jrLFu-345IU>3Y5R zjHOQQgOl42Nh1So-v@cc1xiSkomVRw2z@1(Ii~8eA}B^UH+uet{uL)^rM9m|>q%d| z+|j0$-l4!(Z{_M&r$*+>*g$Vtj9NbvVs7=rGYMBeRGd}+tis#Zw}+N62?_GB0>thU zNAKTv9`9_IF&=Pu&DJVe&91Z9=JCpjZ{zFWjp2tUMSbSRjyET(ZzWhtnN@d{bhp{K z3L!w%>&1Fq9{8f|LYlQ)UdE9F#>UuOGzhFZUu#*(4oZ%HhDqFZo;Iy6suuZjug&Y= zb$)ctI_^pd#Fye&ALnSLL;X}tstUzxrcXNzWbYcv&)1g7YS26xbHL`X1qR_a7Lhy2 z|5i-+*Zz>_R#jSh8(XK6j!)}$+6}~MZ>D# zx(?~|ntGft;fYPYGn2r-elY_kO%c}WiJPZ}ep#!JF8h6dOXSd??u#&Kmnj(Rr2ZoV z%c7C_%IayStJkpL8nD@?>$3Uc?8aJ&4@D=TlSAhbcBj1Z3QIVm#n%Xj6iTc?$YJT$EDbZyYgxvQZ_UE3Kv@5GNMCgYDiGdSo8 zd~`HrvbYC+)?_7*&32@!jp<@k2y~%jFOA!O z9rR|jnMsA(ast}&X`?nwzhUfA*@OV0`@bKBDCUWu+?x(}@VEKB zxNNKi9>rdBIA-g3|1ze;myR~U>!6++u*duvH#@i|WKlywyPwHlKP!M-@&@hlSEFy! zZ*L8>!a|W6N-nXl`vMFhLq9Y6hDZ5LWcTyiYXYIXPI`$@QjmoYwKad|XqguD7pH5g zYu0|I@|55}gXM4Hh~kf2j7Z@=l>3_Z_%vTwckkcxozjy2?*RGh_Z=tzO}$v)w{b`b zuugCwdS>43&Oa0vHNS&9%X>{MoC&&GeOVn7qYl!qn1c>hVQHbeJ%dMLwF<@4 zgtS$Ld+wROP~xyYO}b-!5-%70WYc8kT;!(4R3PZMbMR;N4|;Wc=3xPhM@K|B!bb&j z94!W2-OI>$@s!n=eXa9FD_Hie++R1hR%p)fFpV=b>$FP8oP~uXa^t4RS>LXTl;7lulYtuY90KFX1%7t*4S~Ck@-7Qth9Ud67i@~0cf=j z={F(8Va~*`SchT9!!%XuA;7FsEbG;#B}-OIYzJzFpL&34s^rTfvVv;Xt+nLU*cSD$ z0OY6;vG=L=<`Qir3_Z;h@G?FR0re9su9pOyVEN+KG-Nc34d?Wu#< zfGHK}`=Q>#_Phu|Hz=GZWv*euUX*;BCNUVuQ*07M77~7IXU~Aozk2e#AynZBtkJ^% zp=N*SjCDpW3AcRYY=+nW)ka_j%Jgb-^}cUn)y^R`1{j``?X1$dH@S&N-Rp!*f%a16%=PE=mgfp@K-@VTvGUX5$7%lwxl z^O+4J`9PB*mnjx0%zsx7Eon4g1HLvMpmO5H$fU!yt!jh^-m!L4sj zHiLdeNbR%4<%fx`qXu1)g>%<3ctJ)QS_sX=dnpou*Z`T`iw|hyd`kfB!I|xRg-t!h zZ)327cl%*U(r*`C^4MH<3s8~1-n|*ILYi?Dg>l}|VAHn@UqM6@LXqdiaZ!`d@8?qxD4L`Gd-o>QvMO||cYsOjLn^iE0aMNA9%cu@6n7W*M zg^3^DuDdkdQ}o5pKYfXtk_^c9_2$rhJrqAYdkI?>BppAz zsvGVu)my@c_et{E1j{{y+3S?U2E$05%Xrs87ifOHq4v3b z-ISJw(sq1*zIhDcb95r)qNJ}+EC- zxmp(~0st7jH;>QAIPgo=YpZ|awNl6BG`xutcZtb%HvS#ZYe}EFcELGGN>k))!^$jw z^n_vyMM5AHj3CjaL~9>N<}^g5Hm={~;m3PA8*PV4AK9nLC#v`P%P=xf$3QX0!fSiF zDg3~l7oQ((Se!gtazQZB&3WniBKn**6IGhHP0Dg>UU`I8ZbKE6RCnJaM3x6j5X9$B z&iZ?bw|4dIJ$fHK;CYUl!x~B0;j}La(Ljf)VI9#6NUI=O?#B*Za876&?aCT5nl8f4 zI#L4w6)Q43EYR5JzsimZ`BGtj} z^r282h}LN8z8zo5`QBYEt;``!VKv8#Yp}NMdh+wx!dm-2`X0;nu4V4^LjphjLH0Grrv_OzUfs}hY-8hd z$tcziKFu>5=rmDxon_6Rx^D=T6jlj9kS{~RLzW_OSZyP*YxR2)`zd$7cOSS=V*6Fw zE3mhsM%%LKp_Blck8vYf%VaZ0YZ9`M|I~qHbS{i@GW}Prgo%p0K*6rhg8`fN>BOl5 z!DGpu#0wykfgAOCBvr1vkXFi|ODjC~17Y07;D@e;VsAb9Apyem8!E8;JHDCNgv%}< zx3Wm*2C#;gv$f&Z>PQrSlPRBiv(Uu3H=2@-O* z$_T}3dp$TAICqD`#!4>H&?PW6S1F1`YI2%WY8VskQoE5?Ky|`=uRtp*emfCp79C;k z>y>w2IrI)fX*CZjfL+(3!)_?N*_Y`c_a%E*3Lqy?T%Q!Ny4RN#|6JY)O!V3&e6cdJ zYXU9cmEMc$b{q~%gW(t3S(SCw5*yT37={?N`NRcSS(XOXpaz0%;JC)s>qFje?euW2 zYA5<_Jb0yG1A5`XQU>?vv1z4yAt?t*YVQ#|<>FmPAw;l_>5HZn!!6CU=i7Ld3^WM< zCV}gdS>h; zNW2g_pEF`@=Ep-vH^sG*te$T7dP7cf8XjyyA&PAPh40NpK6;(^#7Jyy;bf}m7br4q zpSIBD-{05Olr1`w?kZiv1VE~iO7on~p52#H8}7>eG34}S=&jtb59#Y2d(#G&bFvYZ>rntF`{=^Ovm2DxDY^^^F>uBtp}@cGiqFd zZ7Z#C%P_Gi-|_FeofrlcXi!?s?4p4~xqR+V%zBLoD0jpHf4&zITdPvIFDVb|kj-CW#Y3ly zAk=exsuy6-oB(Z1iJ@dO3?EQTwi$ovK}8Qb%mQA-hYzg(7TKgFZ!xgy82a!0G~&Mi zsa`zNTkwCkrgn0GoN=r58)P5d=jYzrZbC;r`os>Wc;jOITS^rR#R-U z0AP!3GUgDjrB&Bpn`$cBeK8{o6-AJK|0CLU_hLn8O(REX<2#$e0{7vZuJke#4?rKj z$P2fCfkf$cyZ}2L{Y+I$lY09x1{d+I3jTcd<7=<@c6}L>T8>TV%sQ9JJDbj)^dN?4 zE+x1kejsMwh<{`Bi!ZBrY|hWF3xJz4T^I$AHoB@>sNhk)J*6r)bkg_UYmUx`C$OUu zjk&Ro&nzGS=6qyevQa(r#q+k%DSlyj8Qm6)}nX(D)(p~pFM$^5U?`{z{9yr)Ns3AsEKa8lGVN)K+A1gB+*R3Oi1|FPY z^zVHHhITYjl&;i56xig1=Zb+qm15id`eLnC^F(_?S$AE$OWdPyz( z%)bJ<$T2bdrow(s@z4@d5;UE8C9Fzy+At#0&vT;%+!jT?TmgxqwzDa=9`=?tK?RSYn5k;mZQ+tEKa^j@X6J9lOx zNhvH1)x*s-W#6$dt>4k=@4hKCX^pF=TMU&>7EG7f!yjyhF?;swYTbHzx&>&EXrpk3 z86x<`437DnwZ3B{s2xgT@fp)Q{yh&m-|Q#BWzH`(nm)b%GHkR2G8;XsdR0H><}5|risG%nnl*R6YGYaTw|k7b@(l4f3}~>V_ZxcK^1v;Y z#FbqMlGTh4D;fi#H&0*-d!CZNs=b=!W zb^>E3nm9i;4ByqAr^y7>_Bh|<>iM9Ow^FHxErz5IVPfO2xAl3QHz6aRQllUAntTqL zOw@t1OJObSlAgUHO@)K{6xUf^2RYlB)D8a8%L6;le;nI3Cd;B>iQm)NJt-`-leK4t#d|}YdI|ILtSt`kxj)Y{mS9ZGJf6On17N6xy*(IwTtl;$ zsL5R&h@?pOqZ&EbOf-!LOMFl7@pVH?c7q%7`j_Br^vyi!9$Ntw?WiM7)J zt(eGnrO8G(Q`Nm-=cTeRHKAhN7h)4kwb`N!8xMuUxt_1hHm=P=fd_F_n83grLgO4@ z5Hn5$iB?|l=R^HZ^fZe^+1jXEdT_1JvGpEgGkMxl`a~|=87${PY;txy&qM^h2p^r- z2Kb$@k>JXxpE8E02WbuP5(tx)`VI!lpHmyrgu71}?r%bgIQS*D$R~5os!Ni3%ihG} zPvKM8Kh@BO1P@A_iKW>v9mJgUtyj%f%{b&Q!fZ zn!y@mcHvNW$zD6GXQYUD`F1~VeJob%%oHqPhqX^O3UW!{{?7WgKR%P%a*v?{?M(0q zfFCi}Uk6hSc1l0Dw=q5)IE*K@v6w;m-{vXG+{2qsjtI5yx#Op>t1|wP=C7i$ljI0q=Bp_J?}1_TFq74^O}P3FcBRsIW4JGGwB@6 zzseVlX~-1N^0L`n{;N0nNb5hWRd$HYa|apcsx_HXFQ#=j9Vp=gRcpP+o53?wYR~1D zFl2{4cCLp`O!C50Lt`y;%Up-XuC0_0MxZWTQqv6W_xdG z><{CuzxRpfL{;zjNKf4a`oF4OhHkc9l+fl*Qd9-Nw^-SeIT{9$`!!F>=^*MK3x{3X zSQiH5%ONqMBEL}U^N9hhY2MI^c3Z6KsAQM<3Z!KLSxF_QTt(dJV zjR!cM;#Yq9aZSCoeateG3T2obt81WD2mknx9+?vT;WKc^JcEr`T-Mnakfpe9K}11- zO1rT={ibdlbbxQa`M|jU^N>kaqu{1xOSW>SMbd-u@zKgB5Qz8_<);HgxSlf224|o) z!f+So_b*C#&qsFAOd74bSNJp()lXKYMP_{o-UiD-AB$TjSYaO){H7d-0o%du&up{A-k@gzwjiGix$ZBCH){m*f<~JoAf~Abw zh;x9UMA5FER^rU!@Hlz|Z3)@`Yh!VHE635_?qa-Rh!9sK%W&R)@RGPYGC1~-^3@qv zR@Zj3fFr11i%wR(xwDZKV7yv(_oG~V6S7R*Gx1sD&X_6&F*+IeCP-Fjtz@0h1n`S~ zE!l2zhldx=hV4G*oBcZ;|G6^Rhv+D&68=0%$5#wTJFLViBH591AJZtjaY9qz$m4M) zRqvdOR4W#hlymHOFK9t|wUUIwm6}JlQUkinCt!ASn_G4h5W;$zn9fUPYBS8w+6Gmg&y3nT@yKe;ADJvV8VWDkHHZ{ z-Cf#hThGXndpyoo>}%;A$jf)5)lR46?(~;>FCW_OuD$uR&cm78KSpBAdHUwi?BwzD zDG_f=YFrOb#2%z9tQl>IXpeM>FRkj2cibcNBx7^CG1%M4ZG71x! zXTSD$q@K;)Q8V1ZU7Nz&kI3Sae{23`R5mbrw!v2zD%c&e1fB5D@E?HKV4^vgy0nK> z3k%ouA_@IA$^%o%f8uC+6)##Rm!dqu8ZSigQNp}>5LeA$cYm_9Mi zbe~XhJ?Sw+0gjr6O|}7O$U-PpbVBT7Tb7AR@GF7bu2ptni*Otx=5m zSsi4hAIg&mi{;w4V~i*jXCjNsm8_FxL`!(0Ux-E|=kHMEcXik4wO#T=i2|f2kGu>< z>gHSI@4Y?t$pemTbAIKRAW!09i_)I5kGOoD2qLd~<{^P6@B5>34%qoYL49ars_RJc z@xJIG%!>e~30>2e0KrzItPP347wJf2-+DoC*mPKgoBmHC-=d4&_ zuR!CoZ@=zCM6@Y(-y!MDQ4?X=bi1eK5P5+aJck`vNaaVyesS6cs{kCf?c{Y|iuLFJA&CP-u`l0Q zlz+j80Hbe(s3|t7`G=OxU+mBQG+t?CE6bU%1E)Dp#CR4pD zP=GZ8l6_1yV`S;s9!qOPb&w0*?N@~k@xtGlU!?6Reg@QFSAm*ndDb${tL%JqwB77H4 z^mKMfc8h9R3(L4yeVFe0+zfhIvD`1mn96^3Jro`wWXNW);5lUp@A5L~g_=?C*n4H$ zoOrn{^)~d(!BY`b;t0+jEPS1NjvPOgnksqd*0Yi9*YotdRt?I{Vv8f&o0HKYa{Gov z^AJBBvfUbq;^CfYS3X?%NSz;|HraQbf4q$KJ2&k)Iz*w=4e|4DVb^}grmo~{R&9_5 zl0r#p#F})j@ATn!53Ccg7eW{TSv*a$`JM*lem~|325$_)U<&0LJn;8PMr*jRf@-JM zHZ|FON_H@`MPr<*F%CEOGd~UZZ^#G=VP@`|cS~egwms_%nuF~smgevLQzn$RtB*7t z9RV--3Kf}2z~a`JO%>b8l+;eb083-X1r^N#^4W*$tnCkaXLf4nOA5^H|2T)lfT^D= z{c>|ax-@c?1(fy|L?12es)}ZdZZ|G^obSsxm}NDX)1Ke3sjEHDaAiK>%U%f-MvoJPcbZ2f@-{sFFD z(Q4E16E49iEjJ0hKNmaaJ5?RJ1I9Ny0WvaA&AC6K<9}{}V70r3`b^eLtL;KH?!frG zI??l2G|){QQI*8Ewzwv8yfA8EU1Q^wJsUR$vE=_6N5o$WC*xX1p6hb`HN-@BaO@a- zb-EGiwXD44VpHHql#t;6;Cpam!mz7S&BE%lCBi zFY}jU6$M*@X}c)wxYTga(8-0$y#WzBdCo$9`g-?BI@@KA#Qg6E`R=Ft-)odfWMEWy zA32sLbT^fcai7`W969$$-8N#aUdxRn#L#r9*+nf2XWO;9aZYE1?kQFb6SJtd<9hem z!CnG>3>vkp6 zxSS+Ui#md+!P{u#fm}sk?~aW`HjZ3Wg>#@$5}i$V=59_@0_~oMq)kL&Ddw^YZm!ZA z(2?+uASq>rL`XSq6=(JLz1|9L?q4cBQ8wpfyt(~--h-!SOX7R0l^qa1eiMQj$ja)C z9Zr;HE+~-hg~}WUGBiYy@(JC~`;2E_^{G)dFEh_>S2CxRZu#I?o8@OK-Zd?&!qA-p z8yl5-8u1bX9`M^vI9^el%fDdi|N8~tf+GNYBy#fxFyCugUX0p9GtDea`cHcs5b^#6SD`~^gVX^8m}WWbkwRb3 z*xnsAJ;$`9E%1?U-UPg>64;v4x7Eb%Ux@3rw;!R_54CmiYaKlTV4Eyl2u5~ zG7cF!2oAH(H_jDN7zr4ivPn~kJkG16_8CsF_5DhJ(MpFs@o(m;z6OYPOZyAHt$V`&;s12O6P?yfcX`Tj3LOyYD4 zo*S0p^dBZKg`l^%c{viMI_@?te%=yxa$@^jkFK$PhFP2xvnx9X3EcCz{>0K)maovG zVgV6n&9yt$pPKmQj6Xts2r$$DqUyEU3b}_$Re4a&duN=C#oP4^-Y)7DX(0O(D@ur8 zOoo0R20OZ248VRO?Nxjr>A%ox&Z}p*lXOczi%?qzjEk<`xryv2x>p~1!jY(_gg|^d z9glM<19L*DmxR>+Dv(exx0gZ9GQszcDh6nj0ni7S_7(tAV9=rz%~~C(A$}ky%^cq` zp(Oo5B`JSp%XxD!a|@lM<#VX69-Yk!l8Qb#@K8+s#(qeyNXE(0f=Bk5Rui_G0LpTW zy#j#!m{-1*PgzZ1D@3Z|SBN`Fo!J=k-x@&8I^W(X!*`plZKp}8NuNqCqNd2^YC?{#4?WYfi`iFc$#Gl&Be2}uD=MVx04}aqs{K?~$(|^+rGnN|^tk(F7 z??$2$`{yKkpZ%Y*qZsVwe;+Tlr@N+R^f|e{uM;pF*`80%Z_JT5GOScPlaVe3>i$BKCWxr5P8jx#xRw^(fSF z!QT9Rbp<4CWA~-=eg88-ReBS{^)#csQkT0GFYrb(NK7+~zea1pwK0{rw#<@fD z#O=iY!#mMy{wfj%%9vv2+@HTZ$iDYyoRX#Dca;xj=tFpdhfhv#Z@Z!r9py*d@cV=Y zoO5Kil$P7DCiH%4$F?8{kMm|BC0174pt^j^on{%71^Of38Epr`!(q`T+*R zffEg}523q~;XsO0^s?lwD}1Y*(4H>Gz~Oe@ZOS%<`iJ^nTIsG>aOiYesNU?=o?d9R zg_eY-Uo|5ieqf2Ns=kzGca{j{_~KybuQiIcbx>9X{f3nsX%>ucSoM?`Ct>*wH#Ps!qqZw6UXyxj}ku5+-l$DMnRZxi%k^Z^F9^qCYe-H?}U#)*yFk8zZB$ zgA4Ss6-Kpai`I^f8px%jBwe<8tI^!bK|7Y=lRJ-C8>17oQkR~+wzGgp@cS(+cl%#{ zY_qqiacES|%RhKR%||%r=G^u;^5e6g*~@5fp=Xx$xI&Q=gY#$Rxy<&rNo^zF+h1JC z!zcZYrg$j7B|gOXS*uh-mPS*=5xMGLHk_Sil4`bddqkNFfCDBf!sP2d-0iCodHl}h z$wa-LhC3*?b1B!S<)z?Yi}lg;gwXzA$e_q?=fy9~p&&Zs_%)qJ(a(Oi^#B>mZw+)a zf7$Ao+}~!Td#<1JEPTc?-QhI`Y$DMFkv9=m`ZuhAHalAt>7V!RyOLgmpUe@v_d|LN zU8`}vFH?&>x6Sd0ez!WB@gDKgEc~xq+H4yYym=R39kepJg^HZ!ymGvrhT(CY;}naV z5b^|MBt*q3X3%p&T>XRq1B8b)-UDOqkW!Q{)~Sn(5vv?fx9(YXb`^}PnL=9AcV%94Ss5AK}f$3g?^W^Y1BiZ8Bw8}8~r^D zt17itA%QM@VmNh_L*)r!22|%whR?>YTj2c0kD9pmC!#X$(Z-Ql2)0D+kJ#Q!j@!n< zH~eKzxP&=@R7e;!=S;RaQ5Dyj+c0v~Lg}Z&85PzPOd%1wqUV`4pB!jjcOr%Eb4X!Au!`wMFc1k;RE0 zBc^huCdmhYEIQPnhqs0r=#?qTGOv8pQpZ=$$;7)Rh%7@!ZJfOxVdhg7zB;gfw_2u> zrE5~9D&4tl+rQS?gfP`)+o{o~)fz(-8~=@;rBBv=w2|)oMrO)!M&GO9lU$cjry17Ck(y-0FSJ58*Q zxvx(?79}t3lmb|0PS|ToKYppbnG_=Cley&$dK3P$MJs|Jm#z$=0~{IgE*&NIXdlw) zj6p1@+{jA_*@gR`NVH@r2b$>d?tR>|?f>xt+d{{3&coM2YWo3_)mN|vVcq?^!~3xC zoaOlQ?ArdF?WJ-5ZuyL(qqbtT5g6WyLh7~C|leMp?Vq3=#a(-ba%F2 zE=S(cRV^r>JTHVe>k9&|J-&jXT9?b+BI3DxHb#se-fQuPoXye-&(_tN0pW}j87 z3gY5Y^B$jQgJA``q#O@a5>7m-Nu=wZFdMkdqQ$OaCnHsJyuF* z2uHA#r$nc-L>%6prcv*xl+nB!A^jq-VZ_Jd{J>>b4`sR0GFSCA7H>xvN4L)m0~h)1 zK^>?VS}kzv61(ElIL!h9qu?I{m2J+Vpiv%kb28`OANy3j2~poXQeh z%gWHnzb2#Cn=Yay27%cRA-DKs$+E6E3$XmnOW*?AwRo#4d4u!$~dlJPy3}iUP`Te zOL=r(E};ZUa;>4-`@0GE`5HAe6mF>TLC8tEM#BJI{*>?2S+=%wj;1Qo46FuU+O!wN zfkDe;tv!9(*|Y;A%vF;J-c3vSr0Z>(QxueUfz4%qMc z_04HS$-^;xLZnb(tsUQs1Yx z95-DJ|HSv-E6Z*2;2WH|$bEOB8=%pmIs%%g5j=VX&HeYCo@Nsvaeb9 znu14t&P3Y&@MV-#766xlPbp#!l0)@TFDT>uks z#jQ0b_ypQk0hwX~e}AR_dyV$*JLZBOZuDo51`%ctFEU}&iSIkYUPy1+dc)7;+N?ux zf1IZu^-_>~2?FkPl+D#)!YQMPn-q#Mpd__^40y?Hzn^Sg72VlL7lYjb41>m;6RcM- zj-!XM7n@(YTpojA5#zF!pJL|@s2QAyMWX=~Z(Si{0w&vfkXPEMDN5COWg}TfLB+B6 zG45uCd$@x&HnzqAs>!BnF+}hH>)hG~dsC&oP|OGVmv1z>JG#31eJ=)4GHYw5aNX_v z;kV}b72U&OBXy1c_vFb? zlW6zA3tftu4mhTL;V`!QGhL}?oR0_TRfoF=@(we7EUh1T@Tn@hY=i?yb48QA(?+A{KcR65 zk55J9rtcG{iRnRC!P2fj136dU7&%ZolW`T7l{N92Ez+$>JRL^tgE1ht)coD3%w#4Hxq7;OpK>`kE`{p$2E3(_fV>oR z1c*2|$XdXqmT=N7EgC)pL~btTv9uy9>|o0o|4-+=Sq6k1csw70RiiDoUJq=W3&xEs z&Q*(5{@_ZPDl3@L|G`ave_I9Os4Xz~GOdg{Mv@K>^|Fi^B(+dX~UzV9S zomVWaGn)ed<6(%V!}E&)8r5lqV@r+)D_5@W3Xq)yVyuo45+3B#ckwV0TU=f3;oaR! zYXVi7ij4QE_kXHJy~3)}F-T!=-L@X0Xron6Knuy)J>Gg{f zKf2rY$wGIa(Qg)R+oyFiaHsJ(QZ~Lu>o|u%Vx(ka_t-WqeehDMm@OH55q^4IzL)W0 zAmCfEE&YEg1nRy4C;^8TVF2$1{nPRsS#LTU@>IPv17bvhkPqD^<#*%Ab0IIAkhZgJ z3Gk?O4NANM0xTyw(C|9m>RIoXN%ez~Q1s{US;2ab{+=WD&gSWjztH_?`o`cAWdT>| z7PI;YD8S>tL|*)NFU+v@xOK5_?((53+LLi-ooP?DzOm#?dG%4)nU|bd08nN7n6;hy z2d6$0*58mE*l7BM2#r^&7&ZdJdBn8?sR!{>Z>E0TnV+ouE4)1fyF ze(MRo*{bln!@W293NKT8xkC*U!e(d{KG#ojb)ZSbk5y}ud0j!6*QxuHEXSNMne&x} zDaqy>`R|*KG>@bR#p$aXTn1}b67*}JM3qyOOPUP)KK$d4u17rb@r!W*MSkVri6rH1 z*?wU+W}8Zrsag-Cy<2*IIj+o&ZPEP8B*ySB=3~f^EpoW}<7H zwo~s6bA|`OkVkF|0%RJX_>GEm0T7%+X-dPt9&{RZG^Ds!3SLLurvnKzw#x?%a(M%5 zKbu@@pdHX)ny2b>8T8^3L%a~y19iVT$x-g5V#a#RzW1B6Lq0wikWm`8UtEsaNtD1( z&%k@j5DyUewbdF$xt_~&&SZxxn)^D>&?VP!K#oxy@UQ=1koSWQ{se6O0$lT;nf(6| zl2NYVI;u|J_6CGKg8b);$cMW@MsVTz)EYQ&=m0=nYYi3kW7i)T5zp_|;8oE%NUNhv z01sbQCogLT5HCF^r{j569`7GS{76?cqiX}E!yI&G6n%4HGjEc&Oyz9Y4ClybZpOf2 zYOREhc-b@26x;XR!T066I*EU`Aw=%)>rss>Z5+*m0Co2wjbmmpJ9)A~A)*e>9`E?ZcYWtB$@53k6%wLq}BJ4z-U#x_JAIcsr%=P1cGMq*7 zt|M$dVd*&xd0P0Kl@4OI%^_Byz#-)4xe57=S72pm8<&wP{6?#Sme8YpcFKN9v&NE zFIp_N7#XPBNS`Rl9C{BS;F!z6v$kP>SL2ofEY25E=Ck`_c$#{kJXpzjsoy9rhGDjP z9qKm{61(d$aB`ymM$Imkyn4+^^*lLV=+3#m`tK}!so15ld4#a(FRqBfs4d==&;;{l zy?MAH1zf+Fm-sU;s4c{qu;UwP^goU-hVm#n;jsP>)1f`ZOCsx;fV;cPcq11XgowN) zT3ckzPO7Xp7;rnJGpUvD<@qwU^h-2cWk83NA7b|4S$7!!q;doU<;sp~Of|tS0?<{S z;Tm?N40H0kke(oUp0oRMS!RwV7Kn!sJVRHE7U30u07Fo;Pa|9N53}j@+UG&v=1hq$ z#;j{5GUyAvkoZWNLuRi!-I?5T^6HT5)uNVX5;W(Od4aM`@^OA|#1vvF_GldR(Wz|p z7vRVro9d$HbQ}efguX4$h!Pn0h0^3c(wf}bP;wv8>lOo?clih@#79Hxa3GLxd+i8^@3L2xf8M3`T$LM-x|PUHPYhD6P!#M47wV5Y^FP4j%U6Gw%rv$<(6m)=0k>?6X#CQ!(yBH7 zVmO35iq3m2BRPJN)orX05m3yudZjI5aL~ng6LzmBf?n|rpGA1y=gvs6$xzVYC1KkR z0Do~ z=c^+}uVwDzs(amo-K24T-=YT|`HF>*28Nb=Mb0I`Ik~{^VHt+3bl$@;z%r0Ixe|W9 zTlQ_p6taJ`*e>1&l^@^Y>b40fMaw@pc|e}q_BQFGrE%My+lz;k)jbK5lor0RGy=Z7 zS{_At_#WSnYLL3vpwRxC<+v_^ZPaJ~p~ETXW6$MQHJ#t1n`tY9C$`~Ytxhfv+$8JJ zRU9yjm=jS{U&;3Y)0E2X?>)D;PIOjTZ++VP0e#l5OrO|1Dnrn`2lN92dw(k>7@9Fs zzn^7(p$Mo=>OTg07aMLcY9wUpCRYrZ>gT>~Fe>1`HNfO_iCa2#+iQF|%vNJp-Qz{b zd$Dt(eq2@ybYY{Ddo}4BGW7maN1^EJ zQsX5LK!=%peR>Q;@2=Ff!G%rUKZ-W~-ZH>9*`r)4deItQ^SXIN`u6!+yQds>WOwm< zAH^Sp4!c^q^M?eY7agu>dF%$;1DTDZ$ieP&rm0*id78h z`RW3pbNgRr_idUH9E<8jfsO{z(DMn4{QE`$DBFjYDub<1y1obH&Ziw|smh|o>uF_~t_${!Tt>};Yx#%FJ+Y-W}=YjH+5nk5s zPS@ZdpSMjx)cJNsHPzDHzr`zF1AEzDaK%`k!^9@e6Yn<2nR?H~-=zWRKiVe3XsRF3 znn(O&muoGKLpg+`ZvY{IT5)|VLWS85O=yGcWlw@dLZDCqD?9HAYkM8&- z{H@9Z&6$a8%qUmgh{senGm#jXFM8?UYuou|XsK?$)Yn((d-lD1iMr(N{VOHHWd@%t)>XqF(4cw&!>bM z1Y&X%#+?m5D4b82&N2UOp0qBqCx4IOM(U3jiYdKa${e-+1LN2z{m2lJdl!5mKZzBf z2q4nM?1SHeG2nZ7X#D7cIS1$nF8a9YEy+lzom;7{`Qt^0(Y>3DN^i866N5SmQh6^` zTV)p7#v9HH?Mno)cNR411uNHW3Jku|%B$%_5um2KrO<*5>BN&#;*ZL$BPQ3gPp2tr z#sOxPgk?AcgSV2tVP_EKUaasjM3{m@lc+QCUrN&hbp|WGuOB1H$#vYNyUb2&Jw$x$ zABFScGRSHwpB)sG#SxNJ^G00=3W@j@jh+JCaS9Yc6n)ZB!lx^n& zS+t0*pcVE8rY6r=jCc6Ge`SnQhEXFxdJ-1lH*(W|ns$6j@}~5bFKxjPYllv=bf82c z8SegFmRoBT2SWgG2&Bc8`TvR&vAHJfXGx`xSu|E&mE(Yk#Q(@AUFgJuzJ@tD;)Od0-7tiJ*x_zfh-X z))~X<>jK+wz0KVn1Qj&|_3Uh;IpGU3Ftu0O>DwVQd+cjhuzWcVc!gW0TMK(`ug0Bi z3P>>^+6_D-%}36uhS+bg1-^Ceoe|tqy!_IUn27lkFY7o@o;yYeSJLTmu7Y&Op|3I4 z+P)c%WgC9cuWo083uYvTi?(cWRR*Q)gT>>kCJRgKFE#9(JvQNGTa2K_#>KAQazp5k zmQ*U8w7uCPiq~X$Bvu-}WM)4*9$)0^h4^~U`E><1lh}%+LAopbYZT9ALnWz4k+U!~ zxQ6U-H%PkcBBJ9>n{(;|@%C4=-I^xcNoNO|%PHf|-7)HSnII?m)};NO9h|=dNGXF6 zNQdjkImi@t(z5^MikV(xg~7&RmyrDf6Q3_-XvH3A^KOz5>Bj=XHv)QmXx%O?gNDoP zb8;V-tedFwQ$LP`sQcdNJ1|=Ybi9X7pr*>G9n*xx46t`IDGcsLNnj4GTZ=DsOYB8g zGlwp$30G3@zEntie*eF3@%{~dAX*qV6?Q~BqwK=PkJoS%rK5D6A;$AVGX1#TowW2L zZH-z-&PMh{(Al~jk~VoimZkhhJXE4Gm%(Zo{RGjoa?A3fG>Ftmxb9VQA8U|3iqo=F z1rZUDg1uk+gWtvp_kpmzHVR=kZBow;%2DMoB3J46ZPUx+oi#4i&7|YrSk{l>%p;Qb zjm5`KJ0!oo^|SokdX`bsA<;7BIt6^nr)iq>Dcr{=M8GXC2oxFq!Bj5BeAsSAz}GC6gky7F3wolJnU94h~`ng*XG= zI@jHdKWw$|0iA;OD^8NYC@=xoUFCt^a7grSS|$+G%{$l@Xh8NPuMgI&eX@UkatjC5 zB!taH-Nh0+9aL!zO~u5-nh}OzF5wQ_ZbE945kSS$4uRMbkMonKDf;u^@yBJuhLKt` zP5R^HTjnPY;<$Y6iXT&^#`6LC=`iIF-5{Ilq4u&20kC7h=`=_DSLyz9fNeQa5T2=wleGtUkIvv}-@ zRf|YjEQ#JE%LL3!_VDzNVP(!%!BUoQ)P`PFc^T=kH)(mTXz%xB{fMR^eY%%3ge-V9 z+*Cgm*nHsW-^K{=pRc=J?GSjO?)F&0{oScPf}=^VlVJI4Hy>Xl)T^XldwTQC$-`#8 zrG&{6aR+L#J|LvOK87@8Z_Nm`s4o7KO&o2A)aot$eB}IEkC<%z;Y}Ly@bk@YWavOJ zcxu%TMBi;Dgc|l7udm1Z_KZcRA@}suO+-LnIIcYsT9khHrXJ1w!6OrpE1u~}H~yGK zt>|mJqc4e%plW_wTj07fnfs|=&`-e)XPt%bS_41LK=Bb;% z;we-_diNbMoL1Q5>l*tnD!khGf2z|Pt?7IeXJAHO6tvmnjgd9>@6Q;8yIm$fwTG}g z#~ho^*+;*{dec&zDJtGC4Jhyco`oK<+)qH{QM#_I%@0R+j`C!$=PFK4@N@gLYMAkL zN5LIjCn|$Yy-6Ml|7tu2sluCAEuk-6dFA{h*ucYKIFoU-#`vdS$>Dmj<3){tZ#dc? z-xqBqaclSV2+QBMz8Mk?-?ZpT1qf}ofg+7RLVH1=^Zm8!pT0WbJ~nk0knrv9zrQziv3cXxx0C>yY8p`xav^qfBC11&OuSrS_4 zUI!b7RlvU>Vz^#FGck2_@@+x43Zi|@))nBe0fPR0l*YXv2aHgskH*05Hr9_ zSpXF2l)}fFhaieHhH$Coit0mnEJrB+TWr(CM&{AXcav=dA=CI4_+rv43B#7uf}8d# zI`t$inYaMkyr6E#zXQ~-wE#e4TqT|^^|--JGQ2&+tTgWfB`VahB(Rl_D&Vx8OO0Q zU>!4}^*u4T29|0-vF#pwwL@@MT&bLql9&c7)2HgXfWmMLvp28WblsegSn~+xa2|diU5ccs;t`f7D$_PDxpy!eIIW$)?Vwf1 z{vW1+e#OtDK2zFBCv}V>X;gNJmno56vx?{^cE+#`vgb+xy>4fUn`0D6%1_}}b zO54I6{ycO6gh%!kr#qgH_U|%Dmy}twMYHAoAco6yi&y{-voD~n-ML&sO6QJ=?&<4B z0&uhW+Q)cTKLLDouMRVLdPqE(|a#BpE)YTaZQ{Mn6vAm$9e;-^xC;U^moY`NT^H8JKSk@ zM*oJ=AUoa4RDA78jAwr-(Xt#`vxJ=_r2Qv;z4V{hi+}aU`~8*u4WH+%AX!UUQPjMg ziMb`t#yIc`r4HYocv{xHc4!mL&!-`EK*j_bO=&Vmp+{bW0Rq@a;@{fUD8U_WP~)MhSaBbiIjs zbN0RjxcFf7f8=vEBVLLKLC6xDRQ_n-sFVhUnordb?atkv?z<925HB;zf!Rhs!;L7Y zCmzYQVd2$h>QU$8IvNwh7}LIB4rDv0GYrWUli`380`Z@?6&DY)J>tP1$gnIiibl1F zZkl@Hp}{^B7xwt%fRF{JaEd|ZohIfnEb4j=2~mne{CT6L>%52ZbOWpFr0VIapf4B~ z-229Ign3FrIWASg6LE>rEYqwhGYt*lUaUeIQevEr31i0c(zFsbE}fX6kNDZhG(?5` ztbXL@x^NrL@n}%ruzl6l@79;qn}<{F`wM)GQ-&38Ly?4Ukh5C^?qn4k1@^j~3b+wlbb43!8?@RpP`4o#4&j{8{N&U4ji;dFxw2WV5 zBK7oq!WKlYmx`YX_DC(ErXOzDC(oV{Nb2^{i&REF=+na=v?QHRJn4GFO-xy;(tWNm z`AuM11N=CiDlu6Rv?&eBbPfG+6L^=!qZb3L2IWelqD;IMIWp2?mSE;=MDV4ON9UO9oEthUpqjFjF|o80zQbw433S*|8Xp)fkz z{yjSW=NhgF4E=wGMoSYTlI#>Mk>?ObG};BfV^PB&gAa=cv&X|9fXc+8Sp z%>*OV2Fe6@aNy-TgcTv!C$bZ*XJ7TFlB3!&#X&gYWDL#n~RN8+E19K zY1Ebb-pHH2fDJUL<*6HR&6ZQDc0L3IGw- zZ@VTPCTij%Xqk8FHBU$=b$Q=_unq+Su?2FGSgfKFjFz2wJ@QY)@JyTYYsRU|&Fa7N zfMknj&QE_u&&0PJh=`EL^&ZablDBlq3pYkoPdt3Jy-!$3pAu|K5;J7R4-^K9CZ9jU z(zuWKd5j{8@8{bQ64aVOL!Ip_L`XLCxcDbdX&V2kEcz99&tdN2PQ`%~Kd5r| zn%EDDz{vt(SI%xo9zN*fEw6QtT)IMqQ(&9UnAuCSnE}CS|1U_*y;=I$E5eToxLN#k z1}~|zZ!4FMQp2jQrI~e_Px7t=0FF~`ng6bzW<;#k61`w)*K8RQaF142*XI)3ssbz{ zh(74drPZiD;rtAK-a9axL_gM$5N6rm{QjnChf#S%6W)NM@nk_kZC~36V!v9{W}YWv zSLi9p-VapE+jT4QB>3$Fr8>Z?ffIff$f;Y1cBLvx4~8b}+sdBnWzzH@xvhHm5`1gq zYW$$;`@Gm&X_8rQ51K}sK(*j;|Ax@fE}5Iy9+Nwn>CI}tJnxdEXJ|(~ilx7Yq(UUB zB(6>x6@%I7B>UAgnBVQ1-Zq(OyH~8(j^iuHiBMEiiApgfg!@2b+giDBwGp&e^=34R zq`Xc4@S$lMcN+T$i=eA^MJyNuXI-xM_5|0U^Cd<}LB8rUI^DgyxXut(dM8bpjJYFw zMDja|XM-8>##q#bV%rsjWfWQ1pAgHZjU3?43h7Ke{hV=R{xYIMT>BvzA48}8t1aEa zUF|DN*;(LPdT;*Qkwb6l6&^ej))>YI%2i7Y}Iq zn?`X9W+&x-ctXnWu!(wSI|0E`iS^&O`RKTu!M_uqs%|q+(ZA!MdUwTP? zq+noB4MEU29#Gb)f&f6HZRQ z<)&s8);fa*oEV=sF1bPo@4xP&(?7ef31jg72aCkberar+5Cax1F-55?NwVa$`WeOy z?S-iR{TzqVSv1PZ099cg;;~#W`46VeX7oAa{>mgSS979jj>N*iGk}#ydG2$|C{sZi z#GqVi@z(l|f=c?OJ2#sW)$}ceUw>O%BT|Wx!7l-xDDMjQH?AW-$?xOoGV&I|Jk#j|K*3b}KB0CAW5sCwp1W+heiL z5-vH%KBm>|3bn*B26U5i0&*0ufpD1$gKf*S!RVrh)DeHdNns=5AGpp~?F&>$r?)VS zl<@Ih`erKK#g7%8>OqZ@*DLQIQxrPnwFbXkEXmefWN!7#clyj4@eNht5GWRlF6HIc zKe@p)W0CeH+5|%Ne@p?^8uBu&y(oI1s@~}A#9L?c=+RSicfAO2MHug?8Kmx}DyS&J zYR_*8tfo7*aIZn%RiaMU7(je!Wh54gHo}ttwsP0RjLk>1d5_;ETs<_oz}JLgta?n5@j}s&V3M z%1)%OMRJv|@#ihF-l1)F_-NoNBUXAm%aJ}kMj{pKn|4jq6`u*65Q~0)-H4byD3=x$ z)t-}};k~iJY`W3m0NEOdqCb))Id-#edP&eE>ZhL7kEi4p%LhA&UbvP&3{KU|h2KER zvtF9$04&gc9%el()3s+of8YIPI7jBgD_3@fcEncBx6{?VsTAZzh(zU4x$mqIblCgh zhVst-;J%~K@Tx+RwS&So8esyfdI>-QvY3M(F2F;n6%hEgbZ_8Tb1L-LCI2&L-NS-M zcy~}e3hfwzhg{Jjwt#R_m9xe9~Te)QsEjiAq ze`Euxk9N9xtLXkDM2)?)jKk%_!Wf)Hy`x?QkpDH%&c?ibTxzllN-o#!js7v6`8=05 z+A|h!Im;{s7lkB3d#zy^7e7u}3zL8BdBP>Ro)4_8DXQM0cwR0)Jt2SOOZH;` zv3t>e3n$H>u=f&#NBZeZu|HA#+Fh|JVc1$T_KMozb%Y?qK)ggkq(Tk9mQwpVbk8n9 zqV9iG=~D7%Tai!LY>h6`WW!s|Z=L8H0K~rCUAI9rtqSy6{v@*IsK%aw9#~{>CdlRk z#PJ)oqIixr-bVG0i!YVEjx(oHxTuaWeJ;)Cax>)4Y%rywt!ucH zT^di|l^V7XgPyFv#>Gz_M45;4qw&$tsAH&mWEH_Z1TJwR-8JSF4PYLBESqsSIoW%< zu_gE1nb~h-#@KO~iozOqn#=F4R4fTgpZ>CbflI|!*BnxV%PG;-xNna0dl>qRv@Hapj~YlFVYf z%N8f%m(atgpf~fE7VoU}S5h<+6HvckVg52|9unnItFK_*N$~XuKfqt1e^>r{i1!Cl zDH*uaAR_jakB@yMwu0h(WuDY8R6i#OM@qhw*!;gSGwQAKxtL!zzLxxT!;=2jJyYcowR{G|+- zz_B)kke2oIeRSDZ!R-o#B+~>3bWzF#0XeS4j+B2wUl|?LVk+xB$;Tx!N+`apH(X^m z=!mEB(mq^i|HdU}iJ7XR)u&PH(Pd1<|}YeW_NI&0a>$Tz^n&uo0}- zTT<j)vZRD{V47K4V%xWI zubHIvalIbLDwL-LHa!gYb?pryjeH_&szA)|oQmKMn*J-w@xd+WWA>(`J5N$fH0XL2 zxDs1purQbYtKjFvtfx+*8JH49B6%W5U)NFkwn%#v-G2rR-$?omdy_5*EDD$mJbrWP znB4=ECAC+Dh5~cR{Qs+bfx2ogYwgd6x$zKDBsL%^Nv!(8isYCJ=-iZ!c{Tf{s@u{S z@rPIQDeee5&5`h90JV(wUP2+T^Se#D7ob#gV6V;}689NqkS!WXY zDU~;*-e7bihGEK9l?HZptOz8FERuE)U`^q@bbrPJJ`DrlGEuP< zS$=D{nynvK5<-oL)c)g3%G-YVfV@YJiUhcsdqAF1P2cQ6L+$6*)kUxXEc=*u{l503 zSGF$u&ERdi9|}|&f2>lRpW0NoD;3mqqxGhqbIQ|Px{*u}Z+q|!{|u`&zG-|9lbn=j zrQjOI;*CY8`1QR}_s~zEwRnLCB>RV;4?Ii+ErAGWKPhy&NYD7Kw39JCte>g#T{cyx zyz~`rR;_n1z$S*=2ert$V;!$n1672rS@Q`YX_Q7~(! zH1p=d$LowF$En`aEu+B17P-~K-;k!VIz3kaLRgZAcgck3u;*<=-$48YMK6HaZY7R2yKY`p$y=4?;e(_jh{ie?EP>Ussq$IxW6lt1PEV-$A{dk-ry; zCyRKn@Av=SJ3z{^!o<}mJcIs$O4|tAi{~|7N}9sceDbOms zlvFT_oKbu-|BJw)7Pz^dy5jkAQtq^n2{Ctf5XF62UX85s@=#@nSkpnisH7GgCXj>+ZoYa^}J9M(fT)`4J2^XUzC43nWCc z&J)ynqXb4b?GGQNh@le=<_A=T*cOcajvl$NO3p20jy?C9QAm!5`OTx`x~T8aD~r`dLw!kh-&A^%^hNq zeQTI!@xqzoPQDp;(l?9HyiEA(F=>cA$HY8 zK7#Y%rUK3_jRyPF8y~pt3Jn{(zcBDL8WDNL+C}aowxA3&X|W@2psmG8qrYmN6j}%T z1nJB4VoJe*8|px3Klm&)Pv@YNx4!U*$JLhffqxCG|0$C#E$1qy=KkdP9tPs()$^?) zx5Afl_Q9W{!YCr|8eNBBtf7Foe2e`lS2(g%^xXyYvW$G3T?#YwFo;22U|33M(K(=HYwh_1RGj@Do7-uo%3+afEEIX5`q+`gn$A` zViZakoatZ88yw+j^9X{_^8QvCxUhYBvn~#vi&SL zTfv`wqGvw=`JHb6T^9S&(@V`5k4Ir!yWJV^!>75mfWaeE8mV#deZ~(opyZDFC)63{ zX5RP(i0zC~--czYS#h(*GFl`NU=@+_N9+tZl|9$ahN!|OTVbeA(Mk0wKt2|bKW$@7 zwdqGU3cG5al(lGAu#YH<$MG;ljCLKq3uxq|7ih>DGSOkSv0anLR&Vl?Xo_!Tcm+nt z+C+Zp_&crKwBYaMUz6W~UPCZeRw(^YG;=<%1I*3>=)i-nC%fOJrz^m5{rKP!2{)M| zk$7cL$6?JLehv#6>Lcwac?`b12=j|cQhMnjdLv4VGuPPU3u}~QrDW9QwnH@$9t|># zMf%}+gH(OKta}IbA?6xMHN^SO)j-zv!HIyD_&U$^gAZ#ZP5Ie_s}He&RJQL=RQZH8 z_7X>r-i=7}w2sLQQhdkA^3>{Po?VLMt=kU(W;gtW)R$-SLg`;WhbU`K#8U%!gXdm0 zmFTpo*gks|GPDr;#sf-`v@?PZ68 zSGSP!QzEl7xF&I2o?7TL_{&-k-@vkC}l@&d2;tpXyEVebAXEAZoVQ0Y?L_~Z%s-04aycoPk#dXP|A(zJkA|}U|36Byl%z;vicAzCTZCz`q)5sVLZ$4CeH&va zifmEYnL8p&$U4>;$x>M+g~4F#+Zbb;8O-*(y6?~Le7eu)drs%bU)TG%-q(A1y`Im< z^9Y;Huxs?M(>Yv#O$=Cg?Ja*ziO(B;IQkn9jN&P3(j2=WddG(3*A#43-foI*dSFl6 zkTB+On&-IjIqYQ3yR|u^V%`nXeZnoOhI@t3gv+VSz1nUfYqB@=X@S}kGJs&cJsO3^ zx0Bjjm9O|Ec$_!RDoW3|TYpQ81j!FxZ+fYulGIKydq9Y#Xv&B~a^yHGd!(8{Tv*{a z!9Mf?D)v{meHY+<3saR^19K17Pggo!RN13!Mh6!XO^z&6x(G$Ic|ju@yOL_Z>>ef-Kt$>z|hp}yK=g;dr0K{ zGC+wi?~o9$1#+3mUhOm6+r8^JAh58e##kyxd7rIV0Yy>S6P{w>w}enx)_FoZsN%;9 z7B-gB-%JPuVtn7;czF1f1u2ScenWV6p;kw8NTD@}cUR*xMvUVXTo5;5VtI$Z)7%SM zO=vpiFL!<~#a-5rJ@l{DXbsuXv+x^bWR?Sy=qvty&yQ8a+j^Y=-7E$2Q^w8}A){)^ zRE?&XhCcfD__5X4QN4!WMqVQLCjk>AMOy}Bc-xGgDKumP{MGsO9OkI>IvclOmLLR} zd;uJ29c0Yrf9DsgXIpJgoo5>Y6dSo%PmL%lyZgW>ZF}L@wtuyn;EQGy<#2w-iKLfo zG7d5;O-L0qv->!W^E_flSS@>!{`OM2gcvun$kROE3ne?(AZ(Ht^`+@@PNLKXEO`#} z*$_-K%L2&pJ0k_E*Eo_xnv5<~Hj0)d<$c6117LH*QJMJeV=cN6--#l4=MJcw*uhT9 z-5g}r#d=}#kSOI3ed(X;qL*&zz$KHW1@>yKW1v>xhv0|H-)jw}p+d_VpLfr%Sb8GV zd@5R4eCsrq6Qit=$_l3>u)}xOiIb_XI@{S7E;{tKPu=U&z1lK&sR!YEOB-E#3RM#} zOwgcy{0w&vdB=EnP)pKJnP8+fvAlb4!y#aS5)k{W&*6vQkB91`%SC0LXH2Y3WT|um z2D7M1C~nPb?MhC_eU2QjOXKR-@``0 zD;kDuL-A4Y4p2Xm@oC!ua$W6MwLos}(lC$R3Oj4N&XwXG@Y(Z!OX8E*9+$GqV>lks z`esxBXPx>LKqz@#z{l*l!#Sm!*Zd_b-^ESBssf)DDKHL&gks=GzC6RoV;?8sAkBN>6Tt_72%6At@6eh3oa4~Q7U}E*1 zk@$wbu)p+M5cmH&f7K-TEO3>5|1hB~82nD*g4*5v6<)41*@1Vg%7pv5My}eqfZ{|~ z=Wc1Wo%=xU3o8F~I3aN1Ij;f}rOi{fp@3%B`KD>1L$9oz-z}ROiIy`G-W4sw+fU}Y z$e)!&up6sNS5uah4!UO*>Xk&NKRL}H?#jr9 zW5lg(k55|GaO+gP66Utn8^WkT@ym?>;a!yu7h<2wd!?H%nW(I@+5X3sp*!c46~D#v zr@tOn@fNqA#-j>1a|YAmufMf!H>|R{BT-DqNT>YxO!-y*p)uoHPv>XoOAXHS1D)$E zH;ylNx=Y{N_^LsQ;I4%nUrHM*FQP>kW(Gc34dykLuWLf55e0b#AEE20`3HqnyzJhu z25L|OzLpVOfh%%9k5WsOWAz1Hi3ha$`NY%zS|k|ifEMUZ@jedaLpo*^`XC>tV~}a% zF3c9UJ1@g%zH=2d!(BCB+A=F?@_>$IjcHZdy$>4sZF>W}*0EAFKqcJ~=-*}l;Ie%Nh-QYYlg^A8_8gxu^~H|122~9PV1rI>B+(s@s~Eb7 zRxz=PfRN90%fI7OQDgT=rF*|wjIG?wjcVGHqyv}>3sO6b7&usO{_h! zH$v0y4)oBg=JX%@oL?wa4sj3WE(x!8>7SW6-P#AB3rXT{$8k8G=(Q&a#G5t^r6(^L zT!3CBjRStPsjfPu&#)tytb2Cv73tSk6r1k@iE;hQ`CYKeO5RBn1eanDILZ1-Y(7fb z!pfMMPm)4cyCt~S%pL#?DA;IZ&ERNWl#AzYNK2%z{5iigK1kV+O?^4!&uczz64st_ZKJ41U zS}S^ZVIx|+n!N4XpSEXhvnz*i<^I$bieiv!X#{~%kz{QuU-$$y6Oip%d=-&gU01p9 zQz#MqJ*n$sOUCQkqowmdM@uMKv0p6wEboxG=Ui2qiwGr^QP)XhZh@2MgYHb5M6t6D zOYnSrqaIGO_s15(D+PEguG+bVZt@)va<2JSI%jF5eVZdK zBP;Nl?)6ZS!DcE3+OkFnKQq%Zk2@CX2%^(^GLzT`|2)BStRa6VwgZ467edQOvsf?A z-!uGz+jm3o`X(`fvRenu$k9^`6gZZ_(e7Uv(e#zwu7iw`1;YBov-Vz0hV7&pAi|gK zi_VVw0mZ45#8rM39=7$k!9m)>6IbD-aCT2JA+ZB+NMN0Dk#xoXnRF2tK9M7Uz1B~= zP==6q9T1jhDxiZ^A4GU2>Ah=Pl1oFCYVfb&G3Dg}ZNS9@3xP zBm(M7B|;n%)hse!*q^@tf0%S&rRju>Z8{fEOSN_xK{qN^;`M*B!+VXK;GVjiNH16bq4n zhA-5OYqFjFELrxoUsz2b&S}ZE9K)XkGOB=KkS`vQ^;v@Yg$r=lme?=Pk|5!6VjW+% zVYbyz!bfD@vCx#StK#p@J~myTJ%r6)Q105GV&!lGS?LIy=Q@A2kQYXIj8CJJ(mQ%& z>gbJpYjbP1lkvxP`7Ze-oVNIc5sip7hmS8)-%r)~6f`!-ws+HaC0^X#QEP$qs1B)# zOtOZLC+x`PLB_0J!@@Pj|H`Io;hcTs+yz$e;%48PL^&jI))7YVS?93Jo%rKjjT#uS zvX(8*R0gzyt$3@=FI3{t9kt8O1B-%y^DTJ*A@{{UXBh zYvoP4&Ld94@@;z;gnG!t++Fm2jQ+6K!Z82(u#lc1ieAm=1J9BJ`ifp-+u6>0zSjM& zaSsaqpDw54|FjAn1@HLddL)5YqqX2^iu+b(-9pzJ!$A(Ek4ZZLDCIq_V}L{)Pjz{YRf?A(yI}#&$sb_dqAF z{w(nm2am$ef66#NyN!PYccUTtEwC*8N%EJ~+$SO`x}OM#VCX>Xs25V>&~PsH);8qq z6#%T~Q}zUD%A|G3x2ACKKa2(r7m@q-{p-E6C2jzxl_j;Y+>HKRTxKiM6+kVNBQ$R+ zX??zcPTMKEApMZpW5-Hg-9X|BzqtJGo<1x}?D%%*j@JKy9YO>G4vv`L1>|QWac<6IJtTm_ z0gY32%4423#X9#N8`E6E;m-YLdgRsVp4#_td#Lup*IMxH?8@~HBLmOoo{1)m3SJ&%B40KP%t#a}etV<%>D`g2 z42mplh0AnH4hHOWoPKW;WJc;zB7bB&(e^N*lvKFX%@TI+ceb6 z+ZqH!5Bn)3iL$#qr;VNr-aiNcQk@q;6W#q$OSTh3^F8vG=(38#ufMA2-U}WvF^JI* zHpLCfT|96i-0yzV6VE4)&wtsnI7D!eUf4B$IFUH$(~Tc~>@`!P!u=p~oTr)cfp

z&v%@s)EeYH;_;_WuK@62ykAs?rhV}Q4)ykWx-8V`0Lcc}p>F|w*EF_PbGcaGk97jC zbanE!JhH4b9(;|ZF)qFf*i^4#34=@&_9_|BC2TEb{+UwG!9hq|YA_+fMfOg(e`99* zs>aeX85z2eRb*f1PCO$BqvQ7((JVCo`iFkZiVPK?kF0RtA^-$`Q{?X`;i_!RfcmNC zwauGH*jeeid>h2d@U}5@lGXz!z8|D4Al_(rrAZWkk4*Hm>h=n7{0r9hpG^oM1Ble3 z>l*x8;Dw$oSC|v?^!!C;a`Vhppi0g0#??U6VB?j55I1Y4p# zXrqo5DrQy-vQNYGwjlEPyaQi+6m?PL@dfZcQTy|$29FzxQl%bUrOJAFwz1CcHxU*J z=HtSGPX^3M<`VU%0u#lgYZ#B+F#*u7J41@Lc0;M<6|jCvf>GceZi1Ke-3ajG@g9*n zZ4(C6(}n4O5pthhsfQl*PM@gD^@s8 z$c;Fcnr@J6S9Oz`>vnCW8;E9Mrae4URiYX}U5sHAX*=Y^CA;yGkr%=_Dx2qP&WNZB zCp98X+DWJvloBI1Ew@6>5_j-VoejFbag+z~;xs9vc0qxarzh3teYvCDsHFKraUXwx zErrWF6gLm6%h{vZ3-w9Q1AAY6cnWf z#@7g#gkHZV2U@kT=&kK(D2>v=*yP+;$H9>mP2&sj&5ybNe%l(bt z`|EUmk!URd+|t(ZUqzouND}THWTQM#Rq)c!^o5PUag@fM?Q5Byh?EZ{5@f#4r6rFP z&BAfMw2zmil^LjM@y@+#X06bJtcAIiUn^3;b5oEVW-*+z82)8k{pWSk$JgD?LwUq0EvYMwrK(e|}> zQol{2;ekVa%lA|XHIVoH+4yw!(M$a$-=R zjyQJ91Hj6vD21zN98ylHY1-Enx}zRPa^gZj^OW$bqqx{jN7WUV`nBzJeCKEI7^*Rh zIjo?0e1CjA-$5zrCHN#A3SLcuGkzT7T~LbE^W!9l^hi~+KmwN)#}*va($DOAoJ$(V zS=IsFnT@4BLi^^8E9T|GR(tSd;t~p`vL}(gWmPXTa3P43xbuT`Wp*`zCm5oBm<9O> zg&&vj7ZE(lEZ4qoa`ZWKwFh+HFSP=stz2CmxfpyZjg>3fHZgn6@gRIlllhjJD+vNE zV5ag3TO-hIox33ZBahuB|9u}?hz<2h^{=Eg*azvh%|F2e*rV*Fe=`Q+-1>}ib3F~i zI6di%)8%Y0uUbr@lAvfPESaRw{B6(C`r9>Ym3KCVV8`lCD+N*j>DsCu-!zCZu$)7h zrI@viH=Ah)SU=kn&cpz)*P5a|&gs1WUYWwvUY%p6tccP2fD{vqz$6)TI z=YxJy%SGGmjU&`XPU6B@WCvB-oQ; ze2?6{Qc+=3MbSUfVj#V5u*!x2`^7O>Wx&bCwaS0%lgQYAf*uaKJC&<=!+(I*r?(r_ zt)_fn%@Ld^V`1SmAt00jZSr;cs(h4yDC6Z&d0jHJnO&ZH?_e8)+1Rt1kHfKQtAV&Px~~y+m671` zgh;QJw32~1-EYj(4yYCPYev4D^9lRh0_b)^D=|43gy1xt zHMcXow>9W_%PUkG1%2S-En58EAzx+zG|mR1xDAAv^*^ZEosoh3&r$;*0DzI*Xl!Mb9>aVkaB znF^z9SpAF#f#dhQ2$E8151hP@u!4kEvRvp7_$Fyxs&&wtm?+kD5udRr3cd2mX&NBY zk88}(W7M`xj>mO7@AOi2jvIw{zJt4*s0|%pjRz{-iGd%Ye;-xXi#F}5wEERVj&rjH ztZQOYVP&Tx-d6H06f_wKyWql6;f}Y8q3$8Z@>r2?a23}dq)mJFh0X9=*Si&-HVeP9 znhJ8q1wwb7zYi_7k7Ze|^skbC@8A6@1i1waa0*WyB&myMvMHv~3 zOI>vhnF{-bl2>HB-q!fvC{doNN(vY(d5OC)Fl5`*NZnd8m}Z|X!Cf1L7KZHcR&eXX zL!HYXg{vfe9gK)-m;jyrjjyi6kX{EOXhdm^NVdBAX6WLVwG(F>(Io8kl=p9*eKWEL zLWZt05FQ&;vLId8*3@Mhp+KR*fEL#fV^>6Cg|3)=$sNpx#-YzkCu2PEA0S=E0?RD> zZAAv-!UetmnQa_^Uu`?YUt!1cJph;4q)P+U8Wcg8MfXIE@xK@DhAGD6)V(IV_!l#WEGa_^sp7Ap8R zYH*|*TnD`!(SHKbbD<^Y5!atx`F!0Qw6W5+E@h6S%0Fco!D!RFvD<`1Ysfu1O4-+g z)*rxd7R_i8hrX*A5AnIbmM_JKi1i0)5_bQB;`3DYL?i=oMc~A=V_MV%gdW^(NQDuowCIaPif+5G;l?09X z-0bL8BQ)4mf0g~il9^z(}X5Q^2`6|_g%X`9uhI`yOdDVAT*-i2 zVJ(F#zeCig_gUF+Z7M6rZ9b1PTKYDUC!U^6*zfVG@_l!Y68ewp^&&+ zE5y}ao@w+wAiCN%Du~c$e_gIhJL7AWFe~Mg=(@0GGJ+rpmPBn9@m^?o@N0CPs7EQ+ z-f+h@iOb}M&O~<30348A*;PTDZo0^}x?fwUcaWyzds}Fp83rD_ zlb;Df9srLKj=wu+cxH0p*~Ks=YMU-1F&6(UU00VrU0tl9Vl?BkKm{4^Uw!z9nNc2o z`hkXH#3!U??6S>AQhGW~{Zri-Jv!(Y$3*9A%C$0669@bU(NUshM8(_AbAuNWdN|xh z{MMcLQz!VDo=C{A<5wPAznrH`@_S?T9!_ZB)%+Upkf~waLez!Q@{AZJ)T8_n^G={6 z@11c3%A8+W#>q*cK+SM;8_~R3=274RqEu=-W-U zID^s5wtBP=fC~M+pIucrd6-rEFG(Rg;;X%d4RV7XTAS&e#p{Sd5#tm5*{dA ztlQWEr@d}3XogeiGy2Vw<4UJmf|TnQTqdy!jp%XVbt}J!3GN_8{H#of$2~+D)N{p* z>1Z7jGXWR_GSUIi8e}(ZYn-3{#UFaJ8W0)@2`K>a&BWa$r1~e|?$%2BKOB!p3Bcz= z+1!baaRExt_W_>ODK~d+4|tnLF5A?5y_+w1d;tDpo){Z5F4{Q7@DEJmxt%@Eo#aru1pXyu_m7M9_`7KZitf?!VbM(F47^t)yZ|lJA(zP zb&r!otK9U zEh+UpHFm&nK%CdVEu1FTblcYAsS;ZFJ4h-MM@KY$ND;lklMEC7SX#n6XK{0a)`7iP z{!tSAbwavoVeI=4JywrY|EmX3`pM;T(t_S5xQGy!^B6X2v1|8od|tr&6#y`OSI9nGxj#rE(7^%%peu?)_v};QEJ_$E|DyLEmZjzw z@um8vpVQ$=>Ts^@mq$aysIx2fy!c~rw5GX$6Q%htGPSC?EpbNuYmY$BN;<@&i{|gE zS3=yOYi7t&rxQQK5O1m%KI(j!&V;b(A*u~a2}&y(7u?Z}n?X}-*}q;nXk-A6{SHbp z(7e9$Yv|&R9_PI~* zL3XaM_N$&W$fRApC!7T`5i@3ZP9t#OJyWc}clj4X58LVRQ4HJQAXk?000_H8s|l^I zR8q5y0dqJ9pF%^hQMJat^{E;sW0<}tX!f6)p$pd@lZ-N$>1*_!V<+pnisXA-mqrJo zI&&hL>UGI+Q}h6h1ApB~zw^ime01vMF)NEFlKNhdRig0;*#mf>LUD4Hdnnu^v2JE~ z@RHQlJC3lV#EA?J;{&{4?6>lj^%G7LNyxW1Dfib1Rm8o!A3`pmsycRgzC`YxxLfN! zpj)dv*mL5IdGv~Pr6{AE_wvzJE8&QK<)&N3h3D})Zv{iJ8*5DA=;ar)X7%JauR+at zc$%}^GP&XNp6fJfrKeprB}+&8&5dG5liGTM;$ZeA;e*c2d4NoD{-_;XDgW))gcd$>Jf-SG_fH=RqyD0@? z_b)Z~)(5Eg%KRNrq*7S1P>0Q!m;iwaYPWoYGghKl(yJ0kt9r#*>4W=N^@wktkHX1e z#3XpaFrg1IU^dmS<@OC_mf_ww`i(j=C$yJIy?}Vkb$hcOJstSxbp2-pYgS#@&s_m~ zoFfk!udV7QfQN$md&tN3%u+sj^q)BS(!;iKLLj1uZ@u^ZBpwfL>X2IcM%@XEn@81S zarBd?bxIYvr`TYCnAgDy3r(JDlb5Qx-#7aBcJ-Z(P3corUvIyH95y6gIZ$TrqP3gN zXAk=8rJW<})?VtKNXC%Hj(Y`>d)xj2lsP5+$QGmHrhceLDh0mF*hl({_1Y*{@orI& zlI%sj?bT5~VFB8-_rr~SN9@-mj3pBTvf|hlWWz8dWoj|J;>iz@1i0!D;BQf%Vz+*s z{sdpcxPbTa_;Ej4(xaQ5Uftx++ZE~8DVRvVjKbXhKsOPC{@S>l_b}&0GSLn;fO*3p zY}=P7+^X(mnrP0K{pw3M?-N%E{u15qs-pPpV&`sU!LxmHuX%Wo+Gl#BA~W>H;5ntS zxB4isqihh8MkjkXrK$?EO~b2y%{JKfAyhW0%|!Nr3w)XW^@a4HI3N+VOi(@)PBAO| z^WAeWXi7{#T2BOy(=~tZE@e9uLu6mgY+Lth=HO-``2`6J0@S{^dQm%q2!64hdSw=p zx!?JgCGbmbXT@8eruWyaK{=>ZunM_&*hmHTq)!uohEj2gurhW(F`j4fy}4 zb$BNN$PyL|jxqSh&cRHhrOnMDVwSaAQp2*i1rOaaHLEf7Ka!~-9C5APOZcX#bPY85 zyOoqwa-%`3p^!*}_D-|&J}%2!AiH4mv=Dl2?)YYvc6*JgP&pewO=ln`-j{;#1 zk4oBnXe|bQ6>V&VtG?f);)o!3`knN&0$w^1-RRkN6ImyAZYvoNyModu(#KdGgJ87RjoOMQ3g1)sCl^5?56FlW*aFbsM(c{Nj)c}2K%Gsco zyHFLL$}k1U)EkecE#~_ksmJ}KYsmF0=9odF*f+jnVrsIkBVAT?TMn?}V5%N^w> zn2?gcX)k2T2$?L~`qRU6ZW{%J>^Yo?p+x>UXV)+WfH*A<&5~zqeBJ^TnE$f;^&CiL z2)}_~7s(L5tCuSMEbajpD%*V^{wf1p~dt zp8{kP+;zoM$zkt;uRkRUiQyYf^`OdDZ#!u?1aBW+z&TA+gTTpaH|^9G01&Kzq9R z>G?$je%1`DUm39cf4?g$EWG*2)5Nf^X&3}@v$8v z*0m>Brkb*kgztP3$BE`?l#m0Fi)4`X&ko{Hiw`{Pj5a>4cvV=q4bQ3AO1sM5-U)b1 z)ZbvqQ1{RKR}zD}o~rb-R~lJ9z7QP9&6y}oNB1bd2F`AxQ*&e zZ(bv0@wEE|-HnX=F`;&OWewbuo8XXpc5R$e8^4SF?q>r=ib6z|!XJBkA8J*3J7^o~h!)S{imU z5FVq*;SN^%1eh`^nw~vdg`IKj$gudahLRnF+B3)qM*vm>B#S~|Vd2WyYUhO!a)#m; z92@2|5?+eaP}mW{9aG=T+sXXTr~aSM8YAcyK`Y@F3Zb1)n~_ZQ7hCGXJ}?qZ^|xN` z2tCy-O3xCDh}~$BYsFa^#vPC z4}v=FJ4EPuyD@j;s@@i39Cg2%*8!H}2jpn}d@oByl7KT&{GK+-P^5CJQe&;gIoV9Y zbPyW=*uwqUt_{U6Wj)8ElO(aHS4MB|YP~c+<(2ueJipcc%v18Q2Ax9k&rA*-gT~y! zo%aHQb(GuJZ2*ji?o+v!SXAJNIZ^H%v#-nalhkjPJmb47hr4#ApCFZwguDnf?m3Y9 zEpVe#sJe27uA3+mw-<^WqE;g4=v&_wQ2dmfbV&H_49hR@W35kL4R4Qyd%F)#DW5Yy z*NMrx|I2ny_H2N9-`GVh6>;x*o&nvF1Wr$^u+vbL zlghiI8T-fBYqi7B;yZHc&nk#(so!fs-208)KVc6R4dX?&p7SMJ6k5sg8e~M&%2&0%Ri>B-%MlULejnO2U~0TXx_yQ<$JQ>N51L4fnQwB zka=4*VGz=VhP)XU6N=xE$T%*rag<|)Y&oj(5PzubP-;_eP9U+89vS&m!ykdnzP zqM7Y3#_&JY$(n!uZ$UOIABu3aiXTN$?w*ix-38Rht( zr|hyRY;ID{wu7JgX9TqTugCiiz0kHx>sVhUXHEG55p6{1Jk>aGn!RcrtTZkg^7z#w z48H6ZDdS?uc@pL=iS`-+%zes>?ksJXQuLAuGy~5&aTurf;|Lu;B$La z9}YYpS_76XlSRdi)seax{@wm?@~+ZLS-yWBw9WLs7vO$Y zvc3ai&0U%&>o@Cv%ZVPqCaD~dlB=ieZ8+32SkuBAakDA-O1R$k#(VSVUgH#xOONQz zT}?Hw-5X|jgd>vWF84E>C{?BohErR!(Jz5|Zgjlz;d(dwQq9lzj;(%wYkpItn5dK< zg`)P5Y~Zt01-mob0rb~w?fXfRag!c6fD{KdN-{8{J=*BI9T6%V;R=#W%;0_MDM;5b z{oY0m0jKB`^Ea`MQ{}4VheRzC@8!yV3V>%bs4ZIh)j*h4ymYgXzFN|QTQ{A*|A>P( z={`DqhGiOCB&!l9W;;fN&C`=dO&IK6k9}PFeoiHiNcqF?;9NUIIHTwqp|c=$vk{00 zssMQg%BbwUxPOJHb5Rx%Z-b~146_;RTZ=Rx0Z9n28-wQLGpoICNS{KBPSCNL)Z|-Q z^OVJK-)Xk*qr`!&gHkm`xA1@Fx-i>j+p|HZ+UUi#R-}_QGr% z5l@X$d-mtVS%Y=DLx!|PXleHe%*=`GuUtlG*5X17sTt57SpzM!CBYNi>(Zxm%%B1f z2!?r#{t)2Oew@3#*3g;MSM2vUbP2N)hT^Z)I3oox`NO30z zVS(!%b)onFKNQo&_HpO;ULovIAy8nt%{k|uH# z0KV7nH5NLi*sR^lC6a!OW&8kUm5z{N(b~4?LN!lz6h?daS%7vE*U!(MQNEf;K@W+I6;T)ca*%4m&sq8k|F}c*Y$=#HF`%@c`Piz$@UCn zH9`c@+alWi82cfkA5hF8Gq^hF{-;?G)-6TTag5n)_-&d0|9bxZi7*cH4#8B=C7*sH z@4h~CzbdO|lPd(P!^v_X=q@$E6Zg{b>)nftba3iJe^NgSJ(YUK!4RLD!O=7N1(`2H zn7$d3>i_Ohh^papc;wZkORm61Hd>K^>JZr3UCsd=;ym*Ab0P?v?DuM%7&h`e9jP(Z zP1oPu|G3nl@U-4l5@H%CeNXkS zhNZ93NQY^3o`qEv5H=Hsi0nx@uhQQ%X#DehVFcM+X&&|y3I5F zKUz-SE}l*1y*viFa3H4bD#A|K;nKq?e4zZxdBHXWUH9c_#Br0bOI}ymGYjDJgwc+k zLt_n15f@$pUb!IS^n&?nUfRt1_P8E(ypA`~;w%3~YycJpwn^yZVl~>2d2s#8;Qg!~ zV=foeMpbweFvSx!t-{$tfE=2s=&5RFt#`p4fwX&Q-(#*%jqpAoRKkU4+Lg_+Lt)%bp26Xz8z zRVP(ZrFHn3MHGDZ!D)X*76#;kZtAoYdi1E6Vx}|pYh1;EcH*GW6kIjLLT6Vo-5UeF zBoQ-a*tT=~Ac=dUj5E8K3jn!H63A8x^pl5fE#(G7=DXWHreX7^_5DPwQq5ZWHY);Z z{B9`m|G2UX?@iBTJm@+V*vw7*I}IthMzoIG%CB-CSScpQvq!=NX7l6pV74bS&%tlegagPPubKk{ z_dxW~DsW1Ft-A;LG1d_SjqDf6{*`QpVF=0(@V3mbkN$U9tqvK< zBl9d)5AXE7pB?RftT2q_Nj|o%KgndEg}1Q9yYVI{ib?yq4WHQmmmOiquzvrl{LO?T z4$_@j_1@qON*ki|m;5-2dgVwOL_Xzx-iyWgGyOv^NZ;haE69RsS+ebjmhz%?`|`6` zjs&T6R2V7S<@h1~mF`P`Bn2z@bX!$r?{HmOf8ffq?WO!a5d8yXhnfMm?%DqUI0$o3 zRqu9anFw%yFDh$9AM_;BI}(-sM%n6{F>b4^J=rO-IWybGDHZzfoe%4(+}_RFJ=3gqL-S^!z*xJw|3*PG|_Pcc+Z@tJv-Jb%-!Jox)KX>R(krG1)p2 z$8+dRivD4DU^8YwCjr#b=H+CctnCxS6UmD1Azmv_sFpahQTxQ*&3(mpJ8#BQ6Z znlo&Yq|cVFWXm&MPAK8i5H3JRAE@Nl%(^E#TF+1`%NrSQ!fK25oX&47719>^_7B}D z0>ZNn?)7T)@JVTW;vJMQ40q^@(_Id0a2^Sp0A<@fJjTj}j0+%$)G>}Kw|PQ77hqsGC9kVmX*xAL6kgTqEc zN`-}BZ~aNI69;tCw;$}A?33<-w=3H)!U2NI#-(^q?fp0RP+YwPpG8n*UJ3YLET z2C&K1dg?%(9X`BncDsZ>a?>m9y6$(wBOA7wOn-R{TM|@}c@-HIS6jgXs(n(K^njL-2xOhI;4SmTXxx?N z^xy8V5OvPSnhE2yE_+K~a^pJm%Mk!0Ss@Kcd%qb*hV(ZdjvZih`eqzLkuT-5 z2GZaje3NNi{`Vy>^<#KPj7l}5H1-{%IAfs6bJN^(IHD#5-D8<#vPj4>uVI;?HoJjM zCQI2LEY#%FE+aJ8Qb9A|>^;;L$MRgjheW=8c}GpCC_n}PJ@c}OHEw<3;SRXiM9N{T z2Amn-h`dTrU-$11laK%!5TIYGr#6(628~aKcLubD=rQiNM`}q>$bhf)WQ~=DlM(3{ zKHmiZ#=;}^vw`m5vx@*eTYU@ zuwVRRfyUF#+DD2po;9;XDO1A7If^q3d+%3{;Ql|V6&xIEgaq#FWId}$AX+)lW<6ulZ?9gtndYtGqXIuJ$A7hTfd#KVj^V&x6{|e$}8Y^UaA2BLbpNXh1OFFxf7euC0e|3dX z&3?9U1Uqp(=uggyylk^tOzsnS@F4t9erpgu<&)U{E!Qg1Mf&cE7!6y!AmKDB9pyr% z>k97MQ@x}No;@G>wE~Ygn!j*uM1g7dUh5mGcE+-c$B`Sk3T)!_y&gJ)RhjjKI7Yq@ zN08J0u0YCj4zpIo5ehb*Be882oUKC@&hvL^Dv$4J=H2apF6htQDB#`wrZ?YoDne2~ zsAQ`3${L91Y@T%YTEvx_wQ9#ebJOr#h~R*q$z4~vk9nJ1z=FV;4J4ep(CQ}OJ!9PO z>64As)p=5Opq2@zP#)A(iuMQ5b3TF=RFp-}7HDu5so@b5X&T5*osdQif=^DpS2x09 z6BquunRknxxAsjpJ@!U_pX^^Zk@Px2V*j^}`1FFzj;-f>?@Ml2tT|LT_!=56nQ)AS zSTi*}9%uV{JPS-nT=+TC5T=e$H~7h;|1vUhIk0yx2Zr^>qQNnVjpSt!gaHsscTyAY z<$he+S=r+LWkQibon?n?yt99v%yI{G@kx3FoxotEsB1TC|lTMVgWj{*U3>J>en?;N09u>q`V*q zA&cV>CHdz}opReJJoN0`Zo#eY3nIr3_V6A|M#F^i*ynviE}r`kyH)xCQs8vs)lb;y z2jTp?W>a(1dNa48v=6BZ&ez8L)KcSF>uy~9@mhA>hdzAnm{DJh<>Q5%$+ zbtwGAyHN7EJ<<{V7qYPO-?H}TnU%VI8%mSsqgraL;A4z}!8Ww#T)K+S7;o%9N_K}h zHQpvhhgcgp9ejbV-&7n9?$ba!d>v$$ld{W%q zcL>`v&cgbjL@`l2#;5VvlPyWc;e_=tCCMKdpKNJE8-~7^?C}(nt%?%X{X_Z1uZ3%1 zKJ?suLPBvpdejolBt2%h9X%ZU33qD^baWG?IlJTCNBpU+##JBWunB)2hRRzqXOJ~2 z1MY*oDSj7yu)B{|Tml8oK0&nj&7aLAYF@?j~ZLxGoP!Dgib?9e?#JEuv)1LbUh&pf#qi;qezQW^^H`R#JJ{7>4takY8yD zMF&J;p3v~kb55zZebsKCth$Z_Hr%WREsQq<}!X-Y#SQk+re&M5Kj+Q+F5iv$V zQz42`<57!vG+kT$N{Miclao=wM+c`uL4^eH8gdZh;OumK(nPXOn`q7`pK~KEa#t&x zj7C$L&G#zM=|%;3#;Cns@um4PyT{_N(^c}YkeT4qm@<>n z+_-sLpsY|}TNcd8-n#eysJiZWs2~3?6iOMVB-w>zBrChj$_iP@&K{R!p1V^hTPiyg ziOlTnkX6Qo5Qj4|4~OH9o4%?uqz9UK>U>VzuqbvIdkn1` zc;hu?q$s~?M*8xqWIFV|g`82s9rD2kJF&eB6|p%nh_{ONKb93xfx`l}err zj$M4ZP~;BEkX%24$Q={Bpt?qzPT;RVThqeo2jgk68w`63&BimD60715+{Jz@47}8` z_#OFj`@dLhCr{*uEUbblH(d~#ElfL$aFTpL9U*m@IED89^Grm-T{z9{=-KZ1|K+zs zxrL!?!E)4{)}iOzhaJatmToebM%juSeRAa{DLc^&e{04y^RH(9$h$KteSPNmOZ#6o z1eC51I^ETs?y;)yA&)6ppl4OIeygX`WhAuw)K3??2C#k#K`2Ljj%|@9dTFvc{%BqN zcOp&?V{uHb(Ebn|W(T5yM-~atv3j)6)>VH^1+>M?HpY=V7vDu(&ZR0~UPkT@NBuGw zIoQ}(7qnM87CLeu(faVAfDu$R?^LmoARvMe(uu&nxzil>=+10apJ)jl^M##74uI~; z6Ekgq3)i<#BQdR!H_*Y3aWB}JB4e}#P&%{a!*1)z`H=#w$IkS!7#W6_3WSUxkjS-G z?lJSxMMLHozP<5?%l_rBizZTzyGNT3OL5AKY&p z`QfW~Jz@eYVrF2#(XG<4FX-$3Wd&`Kk~}9C{`Yc$ zzRRira$fz(uuK@mXAGf37MS&Q#|@uX)|V?9SX+h;k(!l{z%nF*_M|9sl@InxQKbNg z{L>@HC??YH-`1%E9PT0)OON+9)5RZv>k&}Fy&&+lW^f~cx>(z~cX(;<@afgRFN4T3 z&Wmu`%vFtm8Ujs`KVt0$tV1WHYh6fhK1jLE;T)thf z7FqpnOPWF)UK`c}7bp*S!NQA1i2^g6&U6A zTZDr?h3(QrU!ez?^D`sNuHa{ZYkt>XQN>D_xk>cxHO-A+!g;1a;9BkR47~X%Hv%z@ zD1+&G{5ZFyvV(d@i1p8TEXL)&(tXL%&&2Iv!Lk6!#jX@I?w(OQCuUi5tH9NzP;G$kw9H@J#K5xNzeB1>@vQ^P{A|FDy zc1T#f=a^h4)x&0>VEO1{nNzOAL^kI|0^CHEdq{bLFms~=$(9&irj;ay+6LPeZME=d zJzY80_tn5{RnWo$er5~#l@c1hum01}-;MVu$t4&uk^G$N$a}XOv$sa{Mkx1U0PQLF z&LlGU-Gi$KZBADl?02RAA4E$H+hi+>Zzp?jh)6ZNj$l@SUZ;Xg46r*|=LPkhl3^45 zqNG1v!>6l+nre*+MoBGi1w2J0k`#jBq`{*BcpT(3U|&GUpc}LXs;B*1^Y7`CTDDP0 zUpo4H@W1W%4rxK;8Krq$1Ma;Zj9cFI9HLQwV_AUd)sT!H8pF5)br8r^bw5cZVc7YE z?!&##N`0N${xPK`NXEYyh;Me0JE~!MavS?Y?tkIiL6g9@R<2m$7TTGx^S1zMr|+$I2AgozZ@}j{H2dh@_fNOQHJg~Zm8r}#LAKdONPp?wdX!1HkGhMq6CliO#{ z>_g4y=2BnDcbw*TbBYmlyolAtv&P>V3TT5BG$V}EPi-zr@T&0m;w1VwM%(GhaFwJI zBG|QG`Gmcb4d>^LIi}2$pi^7Tl-IGD8H%72&Y3v{K|o9JEr4?zAfjB#63Ot;T&V=D z2E1;|s8T(>QR?vFlj%E_oAMW9eCKgLEBGkQ0Jxj(jwnx!Kl2=FVU<=O^lW8u44c;C zZLKVY8@cZY7K3l997A|r*yMvV`>9xd$W=qj|DMDn1JK-{^9y0T>PfP+~ zZ}-3W1g6^O@Duv?jQ~Ai={+)=)RBrDv7w4Z(Xun1rVlJ^N!1R5RKggOeK*PK$uTbM2MnnGk5e$a<<28EQF+XvAd`*4D)?S zH*eMSJ%O*+GGgj8xzX(t0>S^Gx6Z z=B`CsN(6VSz`!_OV2I(-wG+Nk7pDsYIRQ4k$g>@uF~@XnIcD)-euu7sCz3C>^y{d6 zMvTK7y?Y-kR{Kl2-5D;A5tUd>Vp$bQKZDbsZeYSYLSM zo;U3bH!O_55X&?X0=kycSCkn87p3M&HINdff`Z_};YagK1wL{x)XUuM(G1({lFGQ0!*i^aN#=U%OL2AreYdz?t2a%lKGcNTxM;d1nIWMP^a8EW2$S9XRW;r4%-h+A@J0zwq0uG$Zso>`39;kh zKDu&=wykR0Gk8Rq;ru~rJq*Nh%wf9-6>6fyWSn2>g7r#`+Rm35|2(Ih=D09W%!o#r zsjmqn+o~q@mxX~^L-!IX7q{CqWpJe?K&nP^Wd2gFIYmJuj#k>)ain0OP&wBv!jG## zU-VBXNQ}Hl@l#G~Y)|g~_5Y4X4>7V($L(loQ5~l{>7pv0!VrkKZx<#1Xv=UDjyc|v z+r*0wq4Sf$N2fCl1T;`AU)VmUWy;><+PLZQA8t??{-z6wmfqXV1OAx6TD$`10WTat zMd9(!q(^)@0DW`XEb$HLSd074iW2~$vbi}M?`uwfYBAY3AwNmtOz9IN)r2DlXZ}hb zhYp>Zr{ouSP32bADjXP&vn!;`ihJC;6h{evI$zU2*=vWf4!iYO6EvS3HB->qthSjF zlQ{+mNIM!2-+rHUvRiyt^!cOQZ2s=GeGN|N6$~mAx;c_#@C$pdk*5bO%DJj4Jcu^P z;|46+4}UTi!0adOA-_Z8jeSEap8rteoX<;uPNBqxCJ6a7+m%yB9n(aUNhYnR!y8a` zjHRj1HIW!!cdZ#zFH`$A!DG&;#qJOr)df>UbCa6~2fZ4ryRRp9Hy6ar!qjEv30GN* z`ugrE=Wr(_+blIdsZsKdIdMkT4y<*p|6L(?5xkqXgv&(6gW|0^;iT*f{_^9YhJEns zvXkMcuo43QvVR!Jb#iHNIGxK#`ueOsw+-V=5q`_%ps zpm;nssJ#o%GYS%Azc8Kc4z*Hnzbtk4LH&A`Lmjr<NbNC4Df70Bbu(?q{-%L%92>xs|sN zhuN1v|371V`?1>wAXGX!h5KC`03>yM7f%m$fC!fu)9Mqxs&8ZnW z3U65Cmzyfb7Bx_0??^nY+kbbyDi%+v9jFw*RppLf3AkILOoC2V-@t#3LJRwmdvxCM zQkrlQrT_h|(!Rp**pa{E1nw7Ek9SiO2 zi$}{}zM~0M-a`ttg|SDrk07FMGCt^OXAsqDK_%d|UlEBTtJx+0ouaw4&S2Mo*;6}j zb-xuli2Z|)5dN6uC9+>L#zeR^emgtEzK-iOX_Gg<;_Rv|-?)h|U>Az94>)K1Sz^PM zC?)0AGBFj>{(#%Bp*aV_^yzeVG3{}Mxm2jCSP;b<{W8b4#KVE$66kSK$nY(SIuqDC zXfYjHq`9KMYNJZ9;nzuHk~`*@rZYVVc3U-&JGL`9`M8`f=j2^-j?g>))}vP}w55GZ zyf?x2Mfyts(<++yv8*kWVDwj<&;bGtN)B@wA&<^QkDhND9?!8nGO7$0F>8Ow{YwJr}tn-T5;gVn`pf!y-VCT=$Q@5AHowsy-u$i=CX z42za|QX$+P*u_8|-4_5U;dgnkP9h>bGPC2uLs6fkMR=2@7J>irY%HoJ=4X4E#ZB5A zkv~(i`-qSQcuXK@31hNhWO1*cs|Dc6s%uuCx%dWo>&80EK7c9&5-*(TqMf_^5ZV-; z8T2(dwxf-k*5KRv7=B?2r9+`tMX_VD|qv@7K zz*#c((=pel;n`Jj8_m5-*Y~$5557g>!qmVI?Dz-Gea}pkOAqN zV~K>1f4u-eWT92E!SdRIL3oBwQjHGo13s(%J@HvD@XsmrZW8Q($KCqSDE^>&1rFCT`ER%L=b>=L@LF5B{aW`RY$(EE ztRy8AIU$=ueR?F?k9Q6csG8LeaNim;`(y5jW_t6{M#mYnBcL1Ss{RdahS}J2Tn}41 zhC=6Zi(MnQ#&%Z^?U_fvGCE&T5*;ZX${l(p-#G6+`SEPZmvB+V27AZ0&j6EL4SZ5? z@S%>yDf4(g_1l$$8yL$JH)tPmN<63Lsl`Ca{kL~+oLo5S-n<#olu;FhU5Zp#ww^Qd z5Z-J+8qaHbT-8Jyp7qM}+;UofYPw7ay|NqoYKoC8YVYRUr2l(6nx+k+!%UXA=FMre z3H}22N#?t@&AHOek3rd-ROMuM=$|zBopqBtD|ak|=Q8;T@iyUt1|*f3vl<<|r5@{5 zuhCHt&JKFPFcY|}jpm0Yht^|D9?`=HQ~$wekprwzg< zv^38L7X_WcA|p!x=@lAEw*0~Avy$VVk1^M94SB1l1@M>GuuyUH4;!0t{hd3Ho(|Vy z>_;%DwdVDWpr)m3R|{}a?CQU;iLX|q58aK^J(wS>;5o6!{$GWZ8CYk))P)ndNAR3& z?B!%4PRj(%Zc$_drf26cW}`ac*IbL+9>!sa%cN8EVu#6WUzt#L!~6-LgGG40Xz{Kn z-7e0$SM=w9Pi;KbNZ!AA{0R2G!Xdr*wEaI=zG#BOD2_lP`oYq--TD=##W+TQTU$?@ zJBD>Nk(H_0chmm;oXG5=5QVbj?>CE=A}l`u;0vm~i<^q0s{^o}X3IL0jdbc=Mr9tKcx-OQ|#Tmj-qB6g6Sn0|iYH zVWzO85p=rX_ic@a)-t&_5hEJD)5xo?P~KFrw6XL%b&pcYHHwROo~#de=RfA)XU+&V zZ3N|zMmdqaj+nIQ(e*R&8%e^3!=I4^-%8A5tGEqv; zytuZI?Pzl(ftglLDc>?;#PocrxERLX>xa8PAW^N>tj1h(`wFIxn}Twe3t2<8)P1vK z+83QB_^zN{WHvOvx+oG=W7+vwy&hBa>%7S1is*3N?j6y=WMM*NBYHY8{xPiJ;@3UJ zg|epNkh(V5V`n(@9LYUD~!Ig zxQn&8mkEQX&*%pY4}LCX<#!LdSNr?)*;-`5#_etg;8>B;K=DO4wD)vBMCk{HN7QbS zu3zW2vywX@?nkOeqzS-{RX4pf&t#T6)K!Jy?c(L)uIy&;yJ@(B1_jzzL_o1qrkIRV%Z!7W~a) zI=NG_x!v>IWL+zDCXXREcd5nluh$MF7r!)!B_}K_$y6rMgWi$tQ_aex?fUfB?Wty} zQ)4VKbF9bY)%!X`a0o?c=u#rjdfi1OE6KEJwjh$wd`nIzw?Y~^W^#C zAr8sC&uONN!P)H%YH9U5%eOwGjeqYIXW`@>{4{DLWltNR3{T9NBbji|11_8aK=1XP9&m&U(Ago zxPGL1d0lW@;K0;2SXEEja5W1cN<8r~_qNic=|Nei17^e?0Kx(SMQHzrzRm#{Imx>Z zw3b;ThX^TcOpEaG>zupU8S0te?|;I>a#+A})37D>dqXZFRdZt|*i<$7 z_|Dx2;cW_U=n7|*=gTyj&?x_9`)*C^;Z@&o+eU#TZn?-;Q+u|aen(P5;LR32ImTj4 zpM2)K`P};u5WUP?rBT_$;c5;Wd%HPg(R$2KhCF#)`D(icN#d$hRvfqr@S&hOnTfH(O+zYedO)v}DdbPf}vCX2dY z&yMLANVmA}5~LeoMfw4Bz?KMM1Yo@wEL5x!9Yr&Zq0N!!Dh3`1?AFK$cf9|PA^Yc1 zJKP@u097*P+0NeM5SlgOYWKN+QYV6g|mg zCFYnH43^R)2(rCzSxt}MN}?woub=-o9lVQ?i+y*h9|=i3c%|YCS44KNie5xV6^ojw z$IPvg5-A-UW9_7)_F;D@rgo^V43MrZv&)ErRC$B%{WxW7pd3frYKf&Ki_*2c5BApd zc6UhbtFKW^QO!r>omw}#I4IdA82}K@u1sX=j6fd>DQeBYF6|4%9u=*#vYwFiMeB(O z?cIJqlZsgHZ^ABpxY&I?OJjW5wyoVH8$0bQYz+^-(6!dw@?|LlL%b+tjHc{@NvS?fYJRG&#-}M2UXU9Me9mXrj<%J>@2qERO zqi7wPLQd^q65jXA|33czytEF7q~+YyKLZ?q z5uAgDSI1& zq%E~7LyL9J0Wwu9K>vy{{Jp;?()=%j@UT>vO!lROhv6B3quM`f!m{jQdo#Y)Y5+&y zwf_ps?hBngo%qw2ILOY@)QND_5EoquuFvHrL4;sA{J))^(#+@FGu%iul#rTZq`AG( z^uNCL2u)R>7r!j@;MB-s?ntWflg9QbE6q>urM>gpnp?}<=Th$zUavW19^Hk2(z972phQ<`fvlSNi(B0oegB4JHNJv-$;7+w1WsStRycN^ z#R)l~uv_-0c1|y2KIXQqA)v|5Q{s36&c*grQS|MM%(1ezHkR%xlkwYYx&e685xc3A zq$7LAHY3t)LjBOJSb^P-K_Ak3G;z>v#q@hvPAqAO9476Er;Lp9F9QbK1Nvf%=rn@? z69l5U;&ocnA^fqhvgHj~G3CLTufs~K$3@*heR7$CR1Hu>b7E=UR?E(4QmG31`-twh zSQIFJCuq;YY@^7Nwml}U{U$97eibE-%(?Rn(*V#213ZOkj^Z7QL~T`ki;HD|oAEc| zTv;N%#ByA!Wu}|j+OP||Sjw51@(egPIxx3Ly~~pc0O+C;UaL;&X@H#}PxOu5Ho3rGaL7~?0676!COFxhs<4RFL`{!?guH{Oq-GlOQ}odyI#W0&X7N}XJJU=NoLqmXaHY5lLImElJwcaz~bQ99EY zuxA1zt$y~_D@~_*9}rorT;{r;-o*Y2UCGhLX;y&S3`gS-EJ1U7fZ(l+K+rCyrux#c zf9ushk-GH9ZuVy)dx|6aZ0;XTR>uG0H@i?VMX@!Bby&iX6UA@;6(P@+lIjYMcP|k9K=!Yc=`1zeMfiF4cXE z@T9U4-nb=tkuZ{;>AL%Ry1cdUj&12=7+HLY?#j2A+jH%;}1$Z;7tiFN56hL$vovG7|%UGOZY%RM4 z`50yqw@AzEpR>GHr2)eIy7pnk+mZPi=UjkKvTBlR?9t4C;EsXjb|x z|C@Oy%)uG#x|E6pV+#bI)pm4dkI@i<^a)<6`iK@*mRPo`|mxA z$qpiKXLgv6sFn^JMOjh(_a6QN%wcm$h-r0CDPQB>2xO@H?;(PY+|-1kd%uQ>Z&M>U zzwrP#J1u<4QItO*ef`&Xd?|XxGS_eiTaT;>Tx@O_Kt<`AMm-XKuRtS#q7?o~#`7{z zZ6N{L6eVenkpTF5E`SjQ>HFliSXyk1;X?slzFRKDw~&;&`9E2k$OSwN0pZxx+27rBRSprzE#C5T2{Id<~~KQ~J;U^v`eqCQzxL zxhYbhuf_ryH-9gDY^NN1wQLeyIAyoWiDu&<|pclPX4D6yeCylKXB2A?#01sO@V)tUtLXIz?RH!QceyeCe^?_fgSlWt7S>wqAk<_ zOeY6W`jDu$sbNS(X#u7Xovy?fw{nvj5|7|>Lx=!n8x#RexGck_o5d0VXKLb&&VJU^ z-aeoHSGxm{`RlA<-+Jv^7mwrc(Bz+<7z|W6)8qWLSz7G8W`$f>qaP`&5G#^ET+3fm z{5Mo8lXSBP!f@IwydDxI;ia@o8}TTmQ2B>&VUpb2BvMti4pg$&O zcn9lwhT=alC?a_oyUA$}nW&C*f34jQuio2V?#q|aJgEt9anqy`kAOk6Ks`Ag$?3b< zkr@K+zIUImn-flLxJuM_u;u5x^t7_zznq^;ypM5QG`pmY5Wj(QF{G4x7sz_j**0taIp zx&5=x*!4LRvq`g2w6;4D#P5q08tArc2;FY7Ej{>KNcybIqt7ixKAeb~V(EJaL^j5(}~I#>R-5Q*6UX&)ZiFe^@O@U6fM&@KyCGv~(? z|7)sC9R!$xSIPT6&!1#(YvlB!buh0tBHmtBhhxWZ1U7eo1jojKK-JGebvBs3cQf;} zytjYX2;(gg-8+=$oXL}IVf%wvY}pr`k#Dava+r7!tf5JTyhG2<_!7J(_$lw*XIlQw zKQePW=7)PuQk9yJH}|BD?tV_x7Zm=!>?sH?Q7m2$OD?wBHv9a3iHa z6U;!GB>50WX2)K7kpBzA6^6)bIA@%J_g(J&3 zm6H_T%4l(dy7=+0oONLtzo!Q24PRA$fA`25<}Cc3X%}Yat0-fCpK0||BejN4pze;rF7&Y~dPQPzlA@M>KkoIp@pq~Bx2&ge z)v+{fu*{%jNpqfog+XqPw*Klhz#<+%iR_e?6t*^rm>z1KXGWUd}syaDKbDq>Ma(a zw$$jmH-CV2%x_bMB-xJ`jPvSg4KX?A@8BwQ;cv6_S+3TWF0~*RsWim%d;C` zd5XbK${JYrW%A;_@yGU9S)h*tgfgBWaQC+u|Oz z?KE-UN;c#h-cX%bRcw3r79)Q>2=FNk?AvlVP_0}Nr&e~&&z+waWYmylx^ePZ@^Y*m zgTLx&Usq>Oex8$$K_qORc_$3LL!w*?=J(Snmjop$e*kNgDggyLphQ zR{I>}LpsCF3cIToEHH(a#c;{NE3z`{wco=ZhmrhRu+_3bVn2pLIzKIO+}JkH{`Kyu zI9Y)2o9uCiZU4^usZW*8zY62K({)8w%oE<#K-fwYg-zLLOgu9>RU|KO`ei)m8En|n z?Xr5t`%TK#i?$^H&si3A#lRd<=wWXWAl+=AopSR^{TbgAjN2K5cXi_{tl(|3y9k7+ z?pRhxl7+<49Hv1NIb8?8?-!gj)k7;$MrCO8F8#9d*F@5Dj@Q_oy89GQy$AH=hKRod z3t-{^y_w^si#)m?5;BB3ZtrNu?=*pdsa~J$JN)#b!P^CfP%*RWXY>kM;!*$F@y?rs z7tF)3dbq13zer;}0)wfCK=i)i`^#s7n$kTK&tb1br8CKiV;Z~}A_{(?S5;vRYI&!- zm2J=AWM!{PN@=n@A07cdW~0Kh^SJSVnd>KKj3KiIP9_W zOwTF$%u84J3P9*Z9}46&!(teLc~k!deL)NkPf6qGD2L`0%EtApCDp?oBrEmRW_;P7 z3nUkD*N~8nTe1$Kz4he8f(N896>o?p{1K~c{~JHb8#GF(&(~5>n<3r@eQIgwhESH6 zPGq#UdQJ>2c_0ca6Y1y1HCPfHolcW5eCjZC3t%T!89rDHnr$_@3C>?liGio(LK^^$ zM@bWV49At!m4kw6SlV;)Mr8d~Pa+;FR0en3hu&b^J28Kn2u9X;Iod_hL&9Ol`*pSv#Bwp)hY|LP2`kDrl ztBm;Q>q^n;&m#=>Fdf3bp#yK`Wjs1G0VT=+`)C~>K7vs+wxL5t8{3P zne6^SrgARkmKh2*RNnTO_V-MmB(@!v0CpFMZ-h;m$wwYeI2{~R+BRj9Y=(Tz9V1~KY?Sn^-)O^d4-xo$sqUP zK}Nk3j0-J>dv?P;RQqsWEi*aaHQ@qxP`X@^>i|J0t~C#NX|eCMHKUiX@WL`@g91l5 z!a*qBV@tTI$R?X4J|P$Rf>7I+2&>((tGe}Y)+f+?xm~|sQ_krZ=2@nT%An+&kKhH? zL&_!CuOthL6jxag<3hKhuj-7LMScv7`wn2s&8yVi?X2P@nl@eG`IPnBd%#n9LxZ3p z%ejRXpv(%_fhpH~R)>zi@GS9rfFELf4>MDJu?->wyINX^rl~u(N?qTj-JbMQAmR&JNV*DT;Cd*2btaCgq*KgJJ`Z_HCTtDH_iVb+kqH_6>SP^ z%OILae|Z@oe3HTzW(x%Je$DMpWf-+${=%++9rgw6HM$!bI>3@Q-+$kP_GMZ}Q}pc} z;P4P1K@$A+xq?Kh$8%CQb!XZRxf}bcbM*y!v;+T%_8s>g{RBcj9F&v0C?Lp= zkzwI&q!@t-X*=6*vRG0xnY=aC_Wz38iT|KMqDK>6ZMaur2K4b}-R4M~RM_Jy2Q~#} z-|8t49hCcX5`^{GqKXK|qlDLkm&)${g!{RkH*UGk)*w_ku74L#;*Fg)`EF(iOl~7Z z93w5uc$<@^8@kK&h8C$SOIqY=fF8#+1go?HQCg7Y#&-u^-j2Vj5fiudUDYOc5eBH& z#2Id(RtA{`{Zzfuvx;1+uHR#yCsh-hV|!1E6hvnNuz=XPg{P(x%lG*IH{RIqeA5VWGu_s_?{7{*|!u}neuJ*QTmt<1U=#W2c99`ec0 z`uNjD^5tvqIU}_bT{O2}&hFn2RFEw#6WswjH_7m_B?-Ld!xk(%EqIbFg``>o#1}wX zexjw=w}m9syhZi(Ewo3Q!q zwKQJoI>U|lL(dV7t}Ia;vsSrwH41CaWHW7Z=WcN!#= zt5A5jp;JnCvcZZE7r?Dqv{*-Sdnb2}!-@a%KPuHJ=$ zWjTME5TC?G&rke%PX^#2$mKEJDi^>A;vyk!^Ea3F2=ShX7Z9Dzh8?Zx8{qp^!`4pz zm`bW#{nS*eO-n6cy|-sQmvYqU!H1|QhqIr5qx&vz@}S?)5tW4fyjl5RqH+>y+(T0^ z*S-ajKfSZUR^l)jT<}b1a8llPJiCp&y>!cLdH^$a5V(R_@|ksVO?qObOT+c5NV_<% zNU0N)xmF3z@Y3XM(#PlW+hbD7(qpL8yK^-l{f4;4xUV?KGZmX$Z{hRq{ z1p(hmJCn$e*-&g<$P-_i%}SWbz?#Z|g3g=08rc|tQP9S5)SvP9=MO+Vlb6-6 zlDL<39bgXu27*z>qJS1MN>c~gZ2+SFtc5rkbM4QFP%DqVgGI@J0U7{fB^%O(ci+qV z!N5@J zREGvwa@PwW>?Zjw(G}`td~xmV%$n-@=JlqiKX=>z6vM)OLST_n0>CaTAPMMP_^aKb zmH#PXQF#cdKPPNUHPxYy>EnOQVVL9X(HZ7(Bhj%d^wgO6wOoBSIuThYms*l=Hz_dl z@=;*8ysONiJLh&3*>;ARzdLy+MnR*M%N-Jg<5>ZnPNC# zBz*2{E9f9tE8Gdp|6?z0)B{mc()AgG%JJ{%e|WQwz2;Z7TmP%kkDWd(woG_y!*Ug_ zRa85om$8FK?_yHHSgmAo$;Z~Z^rVxYR<$7B`g7CWg{bu(Up3ecO70GNf-GzHp&u-Y zbt}@#6I;~t0k{Kk${BoX3M|WNx$8E!*YUCB z!S{O2>gyLP^{<>AI=YGs*-$Ng?d7XIO(<$#G$ECrDG9oIDjracPp%7ZyjzQN9xl0z z?WxHb{;)2>o`p||HDIaIq^ z?gJc-#qDXkN6c@0WgD~s4rKp4<5G7rsii`O*04+m! zL?0|uK=A;xN53sgz!N*`TRcv62jcmU zV~^Y51y=g-b^{wkjASz2uG=?Qdmnpzguu(l#cg934{hilvd`c@PMdAdX`}%1Cg)Px zk;%6yHS0F*zBw<()01}q7^05KiIS@S07lvHf(OF0?OYJDAN+>UqNDhc7N$UzQgnOr z#F8O!E>_FV0y;Y@;tO79c95>37`B#|eCM?nyjYYux&u@{5%&$v?GGCe+y zs4J=^W5obdK8IB)+Wt4h*HTwstf03Fv+>{jLb~~!6LcJ)7w1KvgeJcd)i`X|4Udop z*ok9)WU75!1sFd+`@Kqk>1m4M$iE#~M_!8Y=2rLi9Q*tZFU8oO;_+$#AQYq@k?7n{ z1ep$5fzPnRQ6x$)1s#BNCfu-BGr52K0HV>xjGjPs)7ts{w!oEGyZdmi`AM|{XL5!W z@3lvv>;M6+;2V&W^ZOCpxCW>V>dz!X9ZMJi&Xl6~^Cr}`^{@S<6+j2SbdWiLBj`Y1 z(dPpQ1pC&p6IrhmD*;Ju&rjL9mEf_M1&3#`7n6lI=LF|{U|c(#3LJ&87u)7Xp!|bO zhVMKF+)T5WmSYy5@)#k%1a1TJJU8Mt4u-MrT{O>JHhQ=WnGnj8`k9CE;-kJdDvf=$ zLiM}l?MiD_W(0x!0X9a!21x)RH-t*L1CY=HIG%K&M}h_iH-yLKl8;Zdc-)AI#d`G# zzN=iXy4X#2Y6fkQiU|dJe491#((Q!-Zj6ry1O>BBC4B$*(N#(Eaq5Qm6I43C@OUs0 zN61}G3PrOXe-7xp&e-xaiyG?gKWF9&g zv{x)2tj;#tR_1NBIRagn+YDttA=vwWDF*mkg2N-ac@gtCHI2-UODApf`}^RUAaX*? zV(#JlHjg=n;mQ5J7j&ZMN>F8B4NVa_df@gLKh5u4hG|* z>ASozCSx_E;2KcSZnAJZvxCOwmJ}rz&DQGFVb7nfbnR*}se|&b@ZLXP{o$54ky!l^ ztC5s874pnOayr(n^iWpkjIpT?e2m>O`F1O`dA|r1*7=C*Hz8%b!S&X@z^Doz_jM2v zEkeyJ6o_uI%u~X6eVOHxYCE+7sq)W;56U4>J{|d^*>v@wZn;yYPdr7rW#?AE4IWDh zt!ZCn<-p^mT`8OxSYuxE9joY>PsUCe~*mC>D zlEFd4F4LQ2`(4fP{^jt&0?@bQ1iD24*P|UJwe#yzfs49GmwP8xE3O-mJj~udE!h)C+4MkUzqcpkQ7AB(fH1tx-5F@W|v)(bwuUemXN&U@6x$x|ry5G^{p9j{XetsbC-h4Fw$d?Lzbl%* zYZcg2HXM**P=6-Sn!O~(|L$DLQ!xxKZByJVBf?t*KxG+1N<;z!fvUz>ldN@2ZC#~z zq?=DJiGn`;YnO0rd+zU{`?$68^=&a|62YSVrnD9quz>GJa zmR%Lj|5NgTi^=$%g#t)-{TikWjnKVz71+|hqPC-x+m`b*>agnGo{LZv&Cl`P3PF8N zr=z~^`bAdeP0}Og_d8=XJ7YM&c=we4U-ZU9DRJW7QWmDBSU0zQfW&Zl3t7L5Vjx4oc4 zFbbqV)6#dV&8EXad3v{6pfb7&qO)m`fQa+!bEkg#PRrz_$BV7d{f??07~M0&bkz-f z4uSu4Q2ns=>!VQLz7I{~LQujX-vGR2b4$5>bA6iw5l?$`*Ykc}%MKhQh4L@H|28A~ zO5kx3E40*g^6f{13R+}AVz_wsoTDAuynJNYh_xNl8+(89`o^S#`;)4|h3ZCLJ$8fj zxymRPl?yC7Mk+W`vF{$PC?s@&Sb1F`N+L7(#sotqfZfm>K_zzIc&%%Kg zD{tdgBwHnem1XyjF1gcxNpGyTxhtCGuJ|=|8X0cfomzJYyVELVZZQjV2!yA{ z-d<&u;Sw&9$=+NbtqGCkbEF(Z?`{ZZZdaz2FuR@WWoo?j+}B#%Yy+OvYYAewyG(}0eT#OLwxeh)`W zY{Rw^IXti7m$ck2T(V$inIU$0VegjN*?k#6dLX}QO8aY?#aCc1{Zfnf3=QX;Hsp9{ z2PAQ+{oOyORM#5+-JAXM6_G7}1q>e={>Z%*_AHN^2G;6Gjp=6`Y2lz#5Qz}SR}PS{ z1%Z03$Emjt!O!8MPM{zw&(Al${w!#OaOoZyCJaiNeGh}0*x6n>f<%#Fp=34GiX@_q zOX=h{WE2rp^GtBBVO{#J`jPlHB}~CV5}H}JkCQ~_Bv`wd)?#IyGnlEt=5%?(6NpO} z1b3)*uXV?hpka;JZ)8jS+cj}=sz=3-^p{85#^*Osb&0($YnFLg8#9Epwd_po1Xe65 zT4G&s!-H$)& zEw)sy{MSH!xVTt=RS+uhiU{b1w%h}R*-+-44C^Mwug6Lzg=9x4>XWHsn3p_}jR9lj zxY?TE;PW+?3%apUSN0b&4{4X+#0p7Y67Ix>Dw*+R$*&!|_71+& zUNYn);m2d8`V{pc){{?v&_etSul18;ZkQ#nGu1@mzQh#DbQ06R;Uh{#jDn|z zFRg-i5*CQ8`n0XK!g{5ZW5~I0rhMOR_0vczBq7kt{{N`@_IRe-|9?_S2hxk^*pSGnwF&O=rG*}*uTOKO=3qVSBEZ{gZUrHa?sT8f8UD#_buE` z9&aQCBr7OMWe36waX=+w+uSNAvMN+XG`#lzo&r)<7~g-cdJF1@Vs&SJYZ)a2l$BfS&iH)DzO{qT8sdi5|!7y ztTkFauiarHAiB4+FudW*^aNbwMF2mByDw~NY**<33Bzspt_cnYoS_0vdVj5b<9Up) zn6?!p&cJf2pS~q8Ymn}DP z+Xb>KUhq1Gc?KfQcg|IHneJJVzQH8hG_O7Id|+-?ZZ5kQc%SYcc;G|5sD%E2;G-#y z&t5zYg6(yFQcF5tCKEs9+QVEE2A`1jmhAaB1w^_VlFs+Aa)Lns4zi4CRW+CT0*fE5 zguc4;BH19hHGUWtD6gaqo>#Oj@J0FRI^?NL8&0wLE=# zwc*1 zFo5ulWR9}!>a79myi^_>Us&` zeL$Cjnus=&9(@TTHB;7L|I%_X-fbDO7rW4m$zIwqD6A(m5qii*5eFVseRZ^V1dym; zbs1301A9|9p8UoRM-5yJX%UxM->AisD2-+TW_b-c&8yU(rV&8%w4}tTZ<4bm_$d!&2xyQW*g{ilZvp zOpip~XT|iq=I^$ZU{I>bB+pB!dr%;(5Spw>IJ7K1qE`0Nt9s#;d-FS2E z!0v$ai5j4fCXtb^5^v|FG|$JUq~wBrsi}Bt-t?7-ey^^$Cxsq1L9Ii8<)FJ!NJpDHcSXE1c3}L9lvz3=D%hmUAuw0S^dC#{djKmLg}b-5yQrDU+M-kdj`(Bbb83S$I9<`NF;;6Ss($K&jw}q@n3g*MvO_w@Zav4>N$EU<|G+dn5e(YeDfrN&o!$dC0JN7XqZ+h|f=)0H8Nt3v}fZVSpU;y5<3y z{?iF?fbS+&L}@8J_JNW1i=|irzP~Fq;A;hNm~5TS0IO7vL-7V6t*u%emf6!FtN%Ny z|Ngn`vY~KD0qFT^biGP;MEkwJl`Sh0H7=eQkYc#6V$MZ`aPUAcYI8|piO3g>A?e=8 z)6py1pkTTm{Qc(*P6F}A0!NWOBueXrQ23TYXM$o5WtKW++98ReqGR~7J@wV4e!tko zNOJ;MXPrvmgV1c6nJF?zSIeckZ*WEL6JAMGm=!#NrPd$txz(KrMp4JfElCP{X%h(2 zBBz4_i!~h_XQycJU)vtkrqGhO>&Qb3$oSNmii6kl+3lNy37L3suYdlM2;k}Bx$WF} ztEj9hPN9s|w>_Pc`$OVeUl_y0A9kQTi!_kXOV)SN)Q#C0t}?IV-xJ>&`Sm5@#hyvW z4iAe7Li4b!_2{mS);+BoY*`+a@j4CO$b}GICX~35hx1C_{8=xoM>AY%U^$-Ng2y|jZ=P8lzS znx6NXCaBLb(-%I9_NtXOhrmZ&GZlnXoLDNFwzK=D)b!5n@n0g(#PN63Nuv8sp4_{H z_ViAw^vh8x1$5sFeo434#T7dJU9F-0^@>9Dh7m_L$2eEF-_9N~Eeh2=Z8bW49PsOd z+TCz3{7i54N@yrf@9_@_T0B3sh@M)x8wjKW6gZT;d6oK`yJ)Yg%KzEFK!cEyGCNS= z2kH1K@A^O+w8?r<8)6K(2}`YK|rdi~;OPzH_Nrhlovl9_)ln*%ix8mpZG@y3W|SeEuIn0zl$I{1(KbvS-6 zFrkxgi5i+)`TmRq+sHEqrk|Gcu$kRJED1}Oio&ocb1RkWdqB&^z&vvkAomXfzf2ko zKMo>tZ6kaitJLV|ZL~=cMLPF!JM~Yd3IZcHp#wXb>XI2L-IVCx#^YfH(gh`OvlB-2 z`m`(WIip3_>QpY!p03+$n?wTRL&@7q-W*))$76g0I!aq;x`^3-ioyn`2*7U=R;}j* zP+bg%XeNE>OV#%kVI{yQ%1VtVTlUx*Cb0HP{>ebkz8rT}$U8K4Wa}2iaW|;Z`b*JnlG~>|`zZ zG3Ar&ev3tde0su7`+f6TZlKSA{Wrlu@EhV>jr7`qrk4SIZ?;O25O`p0H*nz?MdGWn zSa;WcFR9Xs85eGA&htA%aeTr@3?ZFWwyH89-!}29ru& z*jz;^j8CvV8ROiN?@6LLF-f&;uY0AgH~qWvx84r4aMSjTND<+@6{4AGSvs7Xl5Age zM6l@^HHwxEjLB#pc#$C@Ib`I7bGkNO@>$O^Z|G&t2=lm|L;PCcq~StY4TA#QFMm&j z>r3@JSaN3GpzP9F3ThLcJIGEfSs36~Kl&z+p__U&UF=A&I0+z4oejssXf&C=4Pb~j zNpc)tpGtSbuyr*J!Oc&}C{ximSOaB-O&P zpK6@AxVllYklFw~eQa;&^OS-jeznut**SXsIME`09z#zM)%X|Q$LM&_9m4@txqYy} zVur&ffT0E@2LQ=g@|0ZxGZQ+bcp=Q_!Ev1dgqqIprY#TcgAqXOq98AQC%o8n{J@^L zIR=y@)lC~!RB_7>m72!vV-wC#2ghmO-MTwnl)+}ExLqxDHZiW1u1(=tgB++I&?`q( znp1VNTu=tKT7L|&zW*|uc%9^+OoRGOiGiUn}>euma%;Y4y23P8|(nPx| zLmnZW>V(Z<{dYQf7H!83xsa32ANIF$Gz4|j_i0)Z9F{Y(cHKBuM>)Si-{mI!=du8c zXZQ+o;Y4s_4A8Rxw8ArWi|?m=Qla(U4{F>@Q#!D|<8;mKdmQ?yGTD+e{Ke^cTdBsor~T2o zJ<3xFP>8Zr2~y-TJ9qWYfV-l|!H=DBOM{zE3%f0Tqnw;@(1+bId&34hldn{nrDah* z)O+#>&3ES!snlc#Y z(VNs_{7JaT8Zrw8KFk%WB!1QV#;zCRU5gq%G(>p3WnwV1TLp2Z8?%%n`oj*##1~iA zt6j27gWuVySF{^R)vFnfHQ=5J9N8>+4AomGi17aF(!IIGnr2Vi_HN5OpRH;4-F&5j&W>rnp5*dOEi@IY>SVYh%L?xgmsTal4Bf*q9odrk;gg{|FC*sz@(jwKntI3D%yd~E%^1)w_V z+M}O#&;g+BB72k+uUs;z38odRMjoWFaY8#dDOudR>czq;sr7i#&+s^hWYj9lX?=rS z=CLv=_bcoc;c-c63Xg$G&4}8GpOOZ9RzjFebLl%3#5#|i2V+Tf)mKE=Xnw<1dcBRl z4;a7PcCu+m9#F(@u&Q6KG11UY$4OMxueW(HqlE!o3ecrqGbo>4aXxS0_-Em-Q(D0# z@OCgFGz*VfbK5meD-m|ow+7RGq$hsvYTW63%qke9uX_FVxsW6D7WXPHk3OQ+5t3*w()ds(;b88j`MY#xc*N6O?pQ-K&X;RXW$ve!Ft%`MknYgif|xSL^P#YR&A)B4^l8+0Kr3j z#wQV!4%6)dAYVP}U&BH@=8Uk{uw8tF9z>yYgf$m7! zp5LyX-9S5G@r)`yyczMcRCsCDHo;3#buO<3AXt^3c+&yo_vRT4b-B$zt%USlr~6^$ zi?n$yy;@qqHru7q)KuzuF)4KTJZOqtS7P}}Y#dO)6JMxBt&nOwb|}~Ke_MD@QOw+( zdi^FwR4UuP81ua6Di9V(hIE#!WK6U@9L7`DsQEtC_0n{=150q-1qPLODJZI5s2MKz zXKMf+xy$28arqvz8)UW1(Yhz`#)Ym*lS`N3A|fG;*NAke%&OQ@p0C|5b%wJ<@jqIY zv65@VBuVI46kB5SKs~nc+_oxtE~kLiSSB4&OnFsyS&PFtdF)BWwG|+10Pq&klY5!k zjqFUE-atG7#$GAwr~pbS;NM6Z=I4#l(IdL-@c?mydR+A5-%=CB^a~?A5)Li|TwEXI zS7uF>&6QF8!1)`;c3ajb`5p{X4u@xXNqtW2_swBMf8#kC`6t5QH-0;w#bCMGZXT0k z^PA__)GyO5AgiEvNlhUlFj4Lb#V{3n^PrZh$?C-MEAQ{q`FSjcaRSQ<$HK%61JS|* zGwP)qKH}5m!5|*M(<)z@v}3pQ4p5u%N*w}b#N+u%xUKbRSOE|vdC*3p=;qee=jD^A zitP#}>Gm zaEwz^=QWd{@!j`Yc<<)G@yt=BxJ^hQ^D81h#on3c$p3$J4P2SgjsVp1MHST(y04|A zzI>d|&z)8Nxr!Tg&2Ihr<#pRPyU>u&2Wa{Mx`U%pIQSDLdmQDISOyJ^cw*r=6w2{e zN=m-Q!QDMxqLE*Aos~;oAQ-IFpLDW%Ilar#(!0H0GxK`$v#-W0+>}{xeQc)eze3<5+_1`P}nJ@)Rsx?GZ&%i>dH-=m-pMpIE!j|1~26F&()r)S_o zWzw0pbYf`O%c0SIT?OCLYBwAMMmu)RX7N#J$DS>Q!rIRTUeY!y12dkdoJ6QYJ&lr{ zN0l|+M}?NT2$H+&R=mu0%6A=z*%_QVbBmyG0?O6C%q?AZ9gUOapQu^hBn+l&0G^M zTde$oz5?TO-lF<)SzAnH-p}v|O(00z=4bAt?Gb=I0#r%Hv@aXs$AP#c=Yc*X4#JG?$Mx2__v#Q3EORxk2XV{{4Ys7{7*BoPKB(=m*}Aj2+w?B7|Jsb6aer3 zlKXPE^E_bXa;UV`SZP^GijcQ0{~dQ{lDBIOP zn3Wgj!`0Uv4w{?EN#HB#3bBrLz81M=y-Hu~!^BfgJ%ybC^J@q_moSlgXABixzNV9ss+B5#vmvsD%8{@O%D_vxagwPBRd<&w((8TR0bT^6Gu7s zD_)e~>+4@2Hk$%4mFv48{O|7AO?Aw)JU}8%y+PFTo-SV|a?I>b^T*?tX(K_?4?Dh) z_4aP#Mvm3UBP3rj-J|EOtba=Tt>Y(WD zPH!FamlIm#KxO2nXRYJSE`gATU3N>_J~QC$+`~#Ht}Hd>4jEp)Z4lJe<>a`JPF-Gf z7;W3>ycS2m-}xUp8xLfw7}(lnEXq*_M+K-O0r*Y}`}e1v)aVrBr$SsdFsb?!y*T$w zV}d>Y?q5FyZ#Vo5NhdBdaD6EwKWi9+o9r)rq->p5ps#uQi+fX%i~ifBEHwOcBC zyNp`OY@|q+Khca1+nSk`Xv75x>kcD2rE;FMw1%wUJgyTcpbLJRRT9M*n@p}S6>juk zlq^%RDb^Px!aWlboO&Sf5MZ=LtB)vHwju3f7NxIn2$bEa17OC>>;-bi$%f^9o#`$b z)t@i6gv_~Wt`Ag1KV0jyT3#Xf{a63*@eP0}g6x$Tz_w*>O7>yQ zQxvF-940xJZUY3MvX<(`>Pw^Mv=l5F2xlNXH*$No(q{Dni31ax$c%G>OsUO_C#2h` z7Ndxbh_=_)Zv$Tb=|^<;jN1*}q*muG_z@x~+Q9W1M+-rCR^YgPdR0cJMq}lOTKb5&^=QSUcM$3%bSw_9ku1;z zJ&2BCQfo9Gjr+4C%-T(pB}gl>p3-4j^(t2idu+s2^3;#1TUBZaK8t(7GqKtq&^7-| z%fXV?x4QTos4Gq(<2K`!%A8<>u}AApeeKaWkLTF0ZQ4w(c$UCJ!)$59vHxVLYz3*r zRgp6*0||-q{vUO2oOu;}WNw`}S1qd=Qom zBY&Nd6=3#KMj7wG<*NHAJ()S`VHk0G&fvw;uXofFBF8yEu5m~X-`W}r9%V}<<~d1J zmLdtY2N4D56M@PajNNcH75)*-88NO53eg&z$hwttW00mH!ewHNCwL&jc&KSBZeN~( zywvVr_<4Er2<_vh=$%^%3JME9zQ{Y&&lMr&T~d}xQhDl$-cM|arj4jzCN8LSm2KpN+yE?e%a>Z4xsMlHnKz{;JmJ*)+1#%wef0pJ z$k+Q5_0{|;NmOZ#a-iqT#9pZVdyTaJSuH%vhMcwxa>UYlIC-c1wyZ)-e@kLT>aVn2 zLJ&Ubm469wV{HK8tbhg8J$jAIUY6Xm)`}+*4(#aa{|@YJTO5GrTgKV}rbIVPu%F?% zznSuSj|P;{4jx+258pm$$%K)IBMHfYkbs@`xTnnlL~<^gq<8VhoS_jgeDt6h~uz* z=CG)tsN|lX9P1$rCMof*dzwDtB&TE!N+eMaM#1B2DP2Dykd-NXB@WiduB)qiOXPI* zq=_B%2?Rsa(tz^!L?q@NI7OV%r*xadqZC$de^Zt*{l85KvKFIW%@zR#d28u)3);JIuJYn!Qs89#{Dh$-! z8<-{s5te*c>JFF_fMTURH`k1MIPdDK*QA=H|G84SfMeDWH6;2m3{T9_ykwM)zOpEH zqcX6SrR(Gy{4Q7|mbJ&p4^fNxEyW6kjZ>xjx2WdGtebT~Xa6Qfa#n)s2h$=aj3bg< z>q%)X0i~A%91A6-&kfdH9q|^W8;M>DpJ9D7s5gD=;2(#9DUcEexgpCSrPfT%FWTY1=*r63J$ z=Oe32gJ4R>T|K2pNin{ddD<;=%Ny#-$zsPken^lF?^pM#-072pzXOcPD>3QFgX7u3NjKFlrcIlmF&aVe^ zOkGe@f$EtkHuU^VgJ$+c8CpW2;6iPz48wu3G+*<83ae2l+o)d0T6VU~-?}g}!ZX%v z{~=%|emv&rys8?{t&#l#*D4sOk%gs7i8z%6W&{XL3|6jP`|+FlH1Fr%~Qb8z(>LO zas+ne8(Z@{iHVEMWUlQ}E6{}2&*cpBoT z(8JZDT!3LDJY=8>1hC!A!ld%*i%bRk^RSi;HAWsKA;SiI0nbJYPuYL>op5OuHLxBj z8@dUR(UXkoASA+Fm~F=!Ksi+uTfIYE5Z#D3(1~2%Jc(>vKD&KbgJD?CAa40rJ=t1| zdciW;LLHwX5H1-oXUOjGwCG&WQ+@;LqiRU$S3j{C^~h2HCz58E@>Ity@UiX(fsgt{ zjRJj{QNRtl&Cp8!1Ge#SYF8$9?uV&rWqTk^TP@~-JUGWP&7wXZ(OZ&ZWJdK>(tp;6yxO3|3Z}2)Z{~H0ILp45?7Xz- z=4$`&wuHOE7~pml_3GP}Xy-!x9BV7o4>63}yZ#9@#-f&PT~*^}2$Ky9b;?v*kr!2W zB#Vj3NwT^>QhGVmvf#q=N~@J}Ok!An30dHY)jl)RL#84Q1kt7S5zNc;-(|BNZ%}@& z0YtMcctkY@4pYEsBP|?47`t|V zA{%z7V)wF&s=Ga@L^LCC0#`c)7+>Us{JXo#Y8)lQmLr^p4!n(fGNKkOFQc@S}q9AFD1o)civ zC;g9}TmV+i_kn!h_0U{UJ-YeZCemeD!R?91{)au!#$?PLJ@h)F zK``SLJO%mYoBR#-HFem+UI4B5_O7G$;pk9Dv{RtR8)elyzgcmCDg~sfu8)GoES&;U z8AEc)4NI|bXjSd^7#~V;T6a@I4yi%FFi4k*&Rz2#VrUiu)7;c-wS^+_e#MX5#O&^o z-NK~oJpM|)3_r5-%7xi>w^R8!PfFg|xDcATI@Wm5$V+JbI=9Mf7|ksP5w{*w zC*4cXOGrfP!6G28GMnom`%K#Nt{apC!b5jF8%PA0mN!#cl@M5bt^`mDdVs)@GkBrv zz9_pB*XBFF`>?CfgL*IpxDb#>u;8QqdGOh4$6Ql-f>+nJozcs?FV+rXZ8lk-+(a(K zM;FyzlYzp|r$Ix1^pT>0JCr zQ1j1gMID#U>53PdncX;KfsmMf-clwvap8asw)~IM-?yPLG|zxb)MgXma6hAT9CuE`emL)ZO;tA&ru48UNy-Ny@vN{ z4#Yai;(EH9_fF>-OKs>n=&9|PMGFNLF4Hp;66kNS7{_ePkYB-|B=Hm`@5RnD51QDvG<*PxxQ`U#xK3+uL5*jH|lZH*6LN=dw5(} z=cSYQ&Ot_>JrDI?li7do_2Vv&Z^VF)0fY_0aewF_FtnMK_AUmfK;w@gCzYcc<|Z^@`tl^k@eV$h-uT zsdB%bv^_va)NF@fxQEzp542$TQH9IgkB+XHt|RGvpUm>s)-?c*g=;Y2C*%nL7+xB2 z?5yk4<;v}@5ye|P?&6j$>9^04l>C6O+@UZ z8$GoQo-pl|cs`Y}(kLq@X_zkg_THyAJzI}rKI$qP9PPF0d^49SpnORKTASi7OC_!-<8=)_AR@{?Vo6Ldq4D7UuVq2Bg<*eQn`bbL`+|BZNnJ z=p!kXwU~d%f4++kjecb1`AVimP&~)yt-@;@KsUITCKx+@^gD>`^qRu89{Gu ztQd*qYmo>ER{j=0ZwnM6YBq|WgU?ST(sJC5&ui+yY=gg2(p z1C^s07w5qSeUsxWt8A`tNZ5Ak;EluJTg3iUXJcr0p`#BcLNd>!T7+IKeUH}1foG(= z#<@p-1=|H-+^@JP=`nh+90fn_lE<2{s|?FQ4k^WPKQy?j$#=*qhI4G`aJ$<$J>{%^ zXAofM?;fKAE{IUz)hjsjtNgdVWpVzLCgs^wQ`wg#f|D^_Q;zx3Cl6>y0~FW;$cUV0 zm0=3FVYP`}^~8Q4O~>it-E&@2VM^aLR&b&WmK#9|VV;AeS^H4Y8UT^M{lkXX@n$SK zSTULDsZiM;c_H9#we;7Qx}mkZiYn(RdMU3LQFczwhg5jkb+GaicOuV$&lYSFh+oJv zXCR;&wULWy>&L=s>Hv+lLdl4`lMsBW20MP$crH(GXw4F z-Kq10>zq0lQnVf0U50}uUCf2>E7!ajs{Nq$3-3@HJzYr*3|m`nonD$A9IH z|1G%2(9RpM&SZ3|^#R`e$Sdn})w2N83&ra8n%&rVRbFc(~a<&E-I34#nL!Xg15?qL|v6oij%bU%Zd8UPpQAmDZHx|v8aiu)- zWexJg$*G*ZA*DD`Hah#%V7R;;f&VH2N1D@RUl1Hyh44I|T_P>kHqHGCa}M&p`fKXR z?V?uGA}76V$OG7HzrcSG*=PUV%7Gv2Y+$W@aev9uaZe1fM#1miC*(XG!^7`RV_?Fu z&!eS$fG;b!%~a`C7CYcoRn^GSM&5!rch_gkyrro2@mWqme zMkch?g=z3#xTt>o-DW~Y^b-QJTA-1%^wrj2;?eEf-0$x=*jIP&{W>=9TSY;1UV0=J zmzQqGRuzQ{UG2!>P;!Z19>fVNh}!i%ZawmrJwTt?(^ofi;qu$ns-W71G!Uou>RA@2 z!;-W@>RzF%E0noSCcZ025kQ?;OKck;tZj5*u=X27W)09O>;1V5z$4Bcz@3_F`vGBK z2r$WDM;>Awl@?ngLjHLYGMX}{aAFtzz*}|3>0mpJSIaQro}*CeZb{bV?d;e6Jdg$SPj8JUP<+SPjmw>WJh^DB%%j2m zJMRn3(IY+&^Av4lsohf|>w88g-u*#WnEtwRv$A<}hV73la+;`MLY?!5R0}-9S2u!Bn8QZ zQrg)BxihXby@dLy0*~0$bbpZ|a*)zd{EXIEq}iHHw$|mt>af6r2lxk!e+xFvu=3y8 z0V$2t1&GWsrBJN7Qh8X zXrKSk3CZ~&isFr?Bt!T3K?I74$S~B_MP^)oe}l#Gog^idLwxNek>X0T;5TWO4%HzT z(GPDe&FYYp%U-e~9TyO4me*F>OZFA{=#|XO#K<^gEN=Xk<+)p?1&lf}MXmfx5s4gK zgBAFl&cXTNJeR=1`Q8}0)Ke`Ul>F*mf2c`Mhg$weyogj^w$>fp%6l3-or7J}K;2Hx zaAmGr`(CK$V1;=_Atzb>0iui+s=jNMP`q@4ghgNIozT`+3Z_YL6+OBI?@b4+P*F9A z#4rb-kTNg;`prgD9w4OT&!q#FS2!hM3Z>HHXy7ONu_{RSp9R-Y!n}kSdGT|bV(7in z?)|M%B}%tG+3$b5bx=dj5ui(0e&gND}xchD4;dX2B^?X9JpKPn`( zoGbddb(VglJ_N*kBy5+b#(ayou!nZ_FOEfScYOXr3J7xYVJIh zL`d<&7$d@PVuqUPIc4D*_E{UtjS20GC`)tq9b2-G(Z##*`|*T$i$)oYT_5H3ZU}w^ zD_H}(WHmIOAe0f_X3AH7iGTia1*}z1xnvhj2y&osjB{{zSmF@dG;u zL^6iZq9WyY7+1nHl7Z&d6C=oC*_Kb9H>pXk!hNXMN!~MTj=#4BBZs`>oZK;(Te6@h z1lVoj5Fa{^XBjH{XLC=#;yCDG_kde3TT{i7D_}WVRK5?DvkH1nIXdFkHy_7RplpBv z?SU-2>@q5&uc<2&5}eQH21IBjS#z)F3qSk43IrB2=2*3Wb0ND>c;=twzx};|`Vvsb z0}?PL#Kog6txo%1e`X7xkWK^)Af8QXwv-$xt*h`%O)H?)$A&eq~@0r?&4zj1=R+{h{E~3;T|o%^c37XzeR&JK~At zlGny8b$8tN_Kxod!ZiqZul8%hRtqzaR+)h_SRjcP7))z`SiL#)XW9!szP!kd{K^HTwYiBE#{gvJ0JTB#bfR~ z6921g+G~$~ulVj5Mtg#yt?il+>`Hg@i1E96jC)Vco|T+OLz@h(W8wE{$vrLEuhXa8 zAp8yKKQ;HhdiLZCOW#dxr{?})S8XE|w;_H%i|_DfpD#&alLdIn({E}jGDK);0C_aiF87#cW;7I^=M+%C zS83FK?I1mvY{b~JW@)*;s&Dx`-89Lp7n9yV5xwkx-mMETjCYDQZ~xIKlN}~|<-+B# z8|vzJJcOy0o8;Bvkn|4^)dXiN=PL8wrnEG3WE;S*xC%><;;~G)?_4Kygak{S&ckSE zM9yaV-9BqduMHsR1s>(yx@*TOx5-@(aauI?Vb8#$;OYT-bcWj?%4|sYn3iA6`dl!_*{y! znN%){K(>$>rtb4w{h3`c&g}(L)nE+yky@=sJJugn%5ihJ64=>cA~o(c|E}8d^?PfZ%f$R(IIJ`gsk`@L7O)3gUF2sF;V`OeqTvASjYwU1Nuw2`mF8<_Qf5?#% zhQTs*^K*kEW{MD!b-Zh1>)Qz|^{wJXKvLZ#<-z{|c070u<^Q|DTe5)YllXxI9f*ti zeL!4i!f*r1QfPYN2$tj@@c9Y{hK*jH)94fS*BDZI(T;TpR%P28dvY2DM&%6WztN`P3)CzexUVa#5?QB*^gVlbm%5>5h{-LNAWRfNFbFuG$Gr3pgn{Hc&~2 zZ(g^0JGiqsFf}D507QV%H9fj&e3!ro$>sTXmn4R0wyvL=+%Qh{o-)5Mzw!%EO7n43 zb$Og@VxzMbA+GPTtcF6BS5Nf9eZ2hp`DYxdvTMvh8&IUiJ3M72lUKqpBFSTQ;Tgvc ziKRWCBHUg?LzUj3`FZseGLG$ke}7{#!t*j1W0Q>B^^3ct*Zqtc@t~JffAfy#gQFPQ zw?J1yb7h9HlZ`(IX@6F${BLMNNMcb3q~Lg28Vs-eqU|G6$aJYzye ze>TOn4-uHmoZl4w&JKP;@;aq|Wt>x$ff?=OY04V)wW~+sG^o;`@In17zrm#4;-+C2 zBO`(IAgVg}l=jae=rjv7w`PvTODc(ITy5ObAoTk< zf;lCApeybH-P1awnfJb4=TMx&4togqA{SaY1vp2sttDWFB@}X6N~L@2ryqHD5}=_A6W@Qd zj(R*nSTba{G^E43eHK|z5-Q~ZcL9Ck%qS^{nM5pe22HjyUTx4H{BC`2h7oi6n4h}N zeYlt}P*D3r40~$;0E7o!+so3UH|uA~CGHfqlhVPNs9Ry)`(k@;Y1Z}jB1suvi3l7ilqnJ@pz$woL#X}*wu>2xuiJt*L^vQ&d#lYFwz`rQfIEj z1)|d_y`i@Yh>j1_zz?VL3Al4!hK`vw@M9T7m@PWCKE;=#|N^ ze2J}bA=;83b1lD^_n?@eLg52n_p_%@KvYmKLDh9LAZZf@4y zjvl{xbz+~DLdToB2z|^4(I>|5P$FIanxr);RJ+OB5+9g1m41%jvW8rb4m;rRM6=hx+Up z6W0qaM`RRel!i$hzP|gLVt%R}rEca8GVETN1Lz1`aR3kzd@pgw=;e>Vj+pO)M zMYdJ5J`=e;Tm?d*_}FY|VGCh9_mIfx6vz%`6B5`-D&Huhyj=yzmE(vFDmG_^QG1{S z(tMdtn$rCjJRQTvN)+r0VaW8&@{B-U^xX^GP7mgcMW)S<27@wSY6LZY8kVLJjFc-q z{K+sy=_P$#?iKSX;LJG2gx~!Jf41C_o-c6aMtL-((qk>-7WNo#`Ap0wvXgtTvaCK+;vnU2r+VbsM%gw=-5!Sa zv>BuFcE$kIi0oA0)DK(rN#Vv|0e{;^Y(tQ!Rv1t8ER(?iSkO{>H z&2WZKF*B*!5l;pLSvbSgStqMtn?e<%AMjChp6oc4Tt+GO=&~s9nry$MotR)v89lJu z{!$B)+H-u#z4xWNNT*#XH8Vwd2{tU*-#@c_I}B$TJ#^W*^}C~>LhdPNQd=CKp zzlS(%s##w!QpqiV;tvcy0A~6UOC=s=Jq~v$1h8DAjyRh5^Oumh$fSK`zxJ5>c zu21giAECwKC^_SBF(~^DnP z@n2~3QNu)aTQaM#*+m)~&sk-?J#_x}OFC`7l!J{@!#IFg4OHlmkBf((+8Z^c>k5@M zNr7|5CG6nT8@d%Rv)lJKETN4ofROMR(dK_H^N+5i$lbaGz1Nq(n=l zDCv$m`@9e2ut_3=83PQ(&Gy#&LEz;Rb=wfXAB_9EMeKLQcj})QzjV2yF3EzS25tV3 zn^zT3<-1Yb4;NRF#0xi2tOPC0NJEaTDvAehyoXjAdkHOVSTX^8jKI0QIh)1OgcPeA z;42o|XAa4;>*V7ReZkY9z`*&5YdUN?$kHLqUFylOt^HBOC(q@s$$>Eg>ly_C;e5aF zoDO7x#CqfP@xXcI&(`;m8nms|jfQ79rS20nvje{JRm;#IK0&-}>;U8l@d#R3fS7VDZA(K-ec|WlKH=sDBkfP@8^hjv(%*nM@QEt!6 zj6CpI8buzuovLubG4*PdDw8C$(VHpgy<+;JEEY`G#rT5hAf@z6Ob)z&sTg&9xt0J} z(?Zk`km(j+%R*d7QLW~gaZyqp;w*ofKOn=$T%?;OIE4}~#ck5}<|4Z?{>jong*e`k zE82~X7Hf`J+~CSlqc0wLe5xQNM0R$W2cCAaO~!P;9<{q*fG|$GWm0pEBa^E-@z0pZ+7pc^riY5yUU<$0RW^CJA$mzZcBD9GIS=_XPTTKBTx?J>%g5lNB zp{cq}8}!uj{k>;njRE~zUvK35>p=+jX*{)|*>nBp%;Rc%^!-(3B?j%79AXZnG=BUr zyMxJ_scVuOLdJI6@p@-6#nsqKHSO|=-gM{j4k|iDYkI4X~L$gyu(UWH4$`8AZK5rL{ude zjgs=_KAv(uDJhxjT(#J<4zVu4Qp_W7Nh$rzh0wylz6aB&YI61A?jQ^qwt`;JtA6@V z9R26#Phxn6(uYfb{~66t4EWfA3lk{SdVWut`0cao0T1cPh9T9~WmbX^-M$?lf{|S4 zv!5mOm_Fi&pP!rm(Q{Z96m!Sr0)5pjt?d8&Nvn}%lO6zeEzpQU@Aa|V#EY_C|5|%@&D@vZG!8lQ{R48quBt) z*#S_gZ1+3m|KfUp6rvF&xLzlbaR*xp( zR|ZZDrXp`hrCq?cS?ITTl3CeM)3-E`S?8S0Y|4wLL0_Em_Jl5-MH60?k0%#}Z)ydL z!uwt>g(!$}#(O+GU*zteoXij9K#{BN`mjsAx?GXzXUm(w;9kE=nA?$`-G?|BmM2Hu zo*>1*_bDCkoE^}o4?bm8<)o?fC zsOc~^Y)=5?sn8tWw*9cT&TF$!izjd?HVqA-4;9+ukHVWY_;bZBL6c~S_=nY3d zV97l$%H}sT*8I}#aTk8)NYcw0;1L+g*Wy)h z-CSx?gwl)D^B6WS{P?VYE0=LeYN`2diz!jvt*`G=pNE%u-w0A6%PtM9JEt?QK$9q3 zA@~6{14%;5!7u-H>OdMHKGeMUcN|m4x1U3~J4JU7E}W$J&MH>?n$zajC2ZHUH9#J{ z9wJWu{D7eS$M&KrJw&fx&Z3kv0Jglbnv2c z5(v%iI$#pjw|H~_`O56IP72G}2;G6pZ=O9X#sgAVS^p$SQ+wQKvEK&1Wp2zJGk4@D zGr#m>1Y$Bj`+jYv)nW7yL4C0;8{^?&odML8FbkB!LnuEr- z=Bc2dFT#{KBJm3YcU3l}bJ)5+{%k|x@t`YlW$_k@;K$$MY7#5!I@PtD5j8wZ@%L}? z92(794daBD1&^Bcp80`fNhsL_;2?^u-qN;dI|UIh?W>pjbZ^U|uU# zGE+*oYxc7+peByGD4)aCYI(kkJe1z5e%ee(`7;qWhqDdC^|7(donb({sv{VsOMU?C zClvw1T67@YWR(|YAlQ*(f4ZySATyp(vrJ<=5x~{%I3;%>921&xMGu%HE$X=W^88LF#_vxTU2=#8kHtQgnO$k8l$ZJFU2c z|04dhlHf|%1?p))PsQgs;t;rG<(VcBlFuj`r0_wp} zPlxU&| zZ{$igV?(B{ERez3t1a+&oZ_q8P*zfX>xec@aAz-cjVzXs{FM|)YQNB#2hDO;Dl7Mn z%R!^gHnFx38O^6H3jA1CS-TH$SS_$%PX1!&GP4yrGbUowNe(4FHtIO_{`3fcPQ~~K zW_U+&aUw}mwvsdB=FEsLan#BZQQe?W#E`jRrM+>4504Q@4sasW%BdN949bi+ zcDiUyh>Eqk7?1YN`u1XNUQwA>3-A2h;rilXq}4F$(G)U?D+hBFFoiU1EJ6D=bO!lr zkMVyl7@>Lp{ptVxgUZDI-vS%c+xO9O@Wdwz`_8 zC^d%Wc-(%VsaXV5@gBXNlre$tSU-L@K zX36IzNR8^Up~YAn%}3{;e6`?L-E^VFRX{#?cB955eNqxP{E(ge{R+$oWv`EkvulhY zl0o-B<*DaH>O)7EL9wq#2l3MbBz2eM{){M*>cUbZhqjwRS=9jmSIH)kfBvm)*L=ic$#uafI0Jv?dx~uV{hg3O1WDUsRvcL+EJ^QfM0?$CN%5|PvJd$^OIZ6HcHH20pfU0_iC{Lgvsejbr9>dyA9~ z`Q8*jy_|k;gYsIK=~szc?lb2TyF$lq>3x70+IGfmd03VCoHZ$61h(tI5bAUr;Lxs7 zl*N%Y^5dMzHhL}og#RGeWDt4!Ag+AfK5Z&$cPE{gNAp&HXSZEppi}D!;NucFEV}=_ zfXziWD?d=_AXvB^RXjg4V;paKpUcJ&WrD|vU1aP8HR9-b0}98llv1e9LkSn_&) z{j_RUB7L-XEUgDvm`wqo4QMWWpFT@B*|>NGLlwFeaQ&!m^j_?gaZ+N#yV{ zmbg(5S9^J-80~t5Z|*=$nSby8rJh4|pGC-DJxe2yT-_%@LoF89SvQmLNxF>9ia{L7FTL~@#&7ej zcK*sbj7*Y{#LE!OR_jhQ-U@^(#MG(?@;#2Wqu%F8aR`jXJPVc z?k|UeFgPdj>=+Co&zUZo{V0{OAxP9yl8R-+p5WDfO@t#7d1cr-Izc1GFJCM|XNX^$ zVu?A@trG9~emUHh`!!v*jz^&VV851mJib++o31)whQ79*pjGd7?Mm&~1(*}l4JQVRh_1`Men9y)M13yKE=a`juckcW>Bp!gz#iJbX!H@ z=wDc}eaZSf%YAI7kGImDyNSS?jPz27BRSD$ZZ`5Ufe%&td@k$rFlKkT1f|HmRJGo# zmHQ|%O*hFHcL7U|!hv*-5)MZcerFl&<}3dShy!J#Qp@jY<5njeQvG9Jzy+P6mPu!X zD>`I1>$7zD0wap^!!a84cyzh)TjSI&9|if-!qE(QsC$~oVsEq6#uWm{H*}^&*VP-n zAExXTg7i!&n06pdA#zXE8SAUCJ++AD zQ`3ViluGtI7Gi~`+6)A}o7^08-TKT8-!shQx?4k86%ta|`5H@YK5z(X1DMq-%5+I+ zxJbgT3t9H}h9nsWY4&P|B1lV=QO;rJ5bg}R!KOs!^_m49W7|^S=413AFRWLev+VIN zGVUyRo94^Y-eLTs0nVY*4WEpdZO5K@rsZ``Q(rI$H5CqY<{7y-R1mX1gLwq;k<*K06phiatE=_pt5T6>=sFjbMI>t$d%jJQ=T zEFgG~j@$niqX~cKbUHL>zI}XEEn`vB)d0{I)Z#Ifkd%s(ntM z?VCMpdZ6OTk&_piYipyd6&|=O5}mPrIC^wy=FoA^TR)(`>{{SrW)n6p!`!g4YV7ST zv%BIy7|{cZHunCZKEo)w?AV(k>tp4S`NW%4<(2;ThE{;B385b$$F_X8+=rUYfzAqq z>6A4cVWQC8%|KN}INm2FC)zbd?@@?gNc6513-gViXq zBKHKKk`uW)$15YWeOb(G_2e8Nqsf^sD-Vzb;|v#jB1|M^yBH1;Ayo%xai0uE*033Q zg?z6rO`H73Hm)4_d)$)W#ZJGyGemfX;Nv?5mgRqT$5hEX2-u){)$jvSD6yM)me<6f z_T2PML=!0x7*J|!N3Zmc9nL9$DTQuw=Y*H~LT?eFCPtMDK)Nv+Q#PkqXK76 zC)?Dq>6eE#m<3}>T&JnC_~Lu?1Djka4i#z~GbeYW^X@oUgkEXBtljIak@M4!WBHzX z=7o**jMzf9Pg@ISlHNIbvALJdcnT1NQh&4?6>WiLjq*?3n{F~Q$3NK0y#I7_xN~wg zQ0`~lhS!C>AzVAn3uzFY@2hp8lJ^YH^8@6mO$e1FBl7s6dwW1hkKHdmEU}yJ7dh}^ z9bXrMf?vH;s5P%{OrL2wj;t(QemtlU`7N>*r$4xX1;tL(;I3DC=@symdFC$$v0Su& z_u#?C*CI+^+(3TJ>OZo#*K9nByG)KTDT!mhfscGWOQjQcrFB34MJ2_@ex&v>0#cVri{&rE=t57 z^i7o2$M4MFvP_PAhN$AOsL8|344rodu(J~$a@i&Ff-6t#v+an1Z;!8GjwxyJ)E9Q4 zjSzKEh!SWQP|TFa{oa$0h;mc7`23&T_geCBHB?Vb8fdm$9zg~`IlL9($p8-$SKAZdnZ^G^m^D~c>X`Q7=V(c zIqSX$)_CSlj8-^<-wO`GS>bq;z?t#S-z`p9eJ2>#mNo_tslB{+qh8Iy9bJ)EdCd$` zP+*>7#qQ(J_4I-6h+G5Y+s9(#L93Lh>c&b(D*p?OzY6t^n@RHW=p?EyLe_C;HkVYm z+Ih0jTJF+h+K#81r0{sc>lZSora`UZGGXUUVu_y#;&$tzf|WaGgxH1HeOT7h5<~+} zxA2}lQ>xl?*oc_Qx)86v=s)3_#VejPwV(bnl!W@Y6=u`bBDa3s6~DG)Ii1|-w)0`` z`k{9+rVf3d;9|aQU2gKT%wIsB==5}U=5laQ*a}|7JIbb~AP{hs-WgFI)SoczZ2Gu= zy^81h-F^mhv`QQ5Nh^-nGH_K)AX{7U+QVdfDGWA;k;*jZ`Ed9K`54Pte*d7Ebe_v^ zap?N!>G?#_SO`MnzBVenfb9UY1MP{UQ5uV@o##xm%uI)l z0==v3Dv0|~q0D31^DvdxuUvmV+y8G}ViK@AlpvAL3;F>PrWSXBB>FM#EQ#mgP-`Aw zZpZ>iD-AH5>2ecrJrFjC^iNemIFQgOp5fAF+@2_N#&b!-cf{+tpKLI4fOrs<5#{98 zUo1Sgi-bkWLiaetfey@Q*w{xDxBjjQifFpbsL1y{$I}jcyL!bY=XTp?u@4*Nue~%z z&kow#HI}lU8W89_d*;}Fn@f9NB;f;KqjcpNX*mH(GT&V{+^mZc`cnyP+y8d@{jJ^u zkV;}>+-_qafOG(0wy3RrS`D%|UgrwaZf?8oXW*LG-rxl_l#vfK7x(y(nSGb9&8Fzr zR>)gB*o+JjF9DPO&do|e4_V&L{CGVxSdK)4o|Hm9 zUB8tG&Lw7HJ$aCp`tYWtjJP|XrdnZ>#YC=p{o@(pP2HrDhxw3q-Z-M=9c(h!VSngX zY|MkE40nT%)-fTMg7ej}E?_6K;r8si3BM$q&`>Yy+6(hbckv&it$y);#svJbY4+@E z=7dy$=Du?p)9oP+8kfXBnIXUIMkPG^P=zKM4I;CHdR`9k^PU43p0}*0zt=hUXR*;hjSb}iGr1ylOn9R#URcTLYvM-cWJ-;QdvpN# z(K6VeuVp+a*}=brk1a!iK!oJc%4pG_iI-B(UP>~z$?4MH+jz>6CMqqt`ZZpw=T!l{ zU;4c@QnN9rIyHcB$Zq0K@y$o~>m-djlByFKZnMWazs`S6BfKc7SeAp9<(T_9 zcD->|aR)|JV*L>+O-Wr=xBE^K8vee@7^}lZR|g}6WEzuk#V!}^*_Vd7Shby>3j;QT z%3Q61mmte1&!56nANnDu#--uBjtM#k%vSN?jV9F#k0B-pyP5~9zg2cVB+)KsSpNAU z!-;0!(<}wzmZ#6q{odma)y2Zc<=VUeis&kf+>j&7)#7F2n)KAIYQFTOiv z+E3mxF#wh*Qe{h`ta%^5X%xrtj-%h>qBr}sOa|+@s0xcw+I5@qmKNpiqRRxy4ft6_b2bR=Iq72L#~l61Bk2)%dEyLh03n zLZzZ~90!9Q+et|<4o=+9`(d)Tb%G$LW~p%B@@Z+cW~6&Bh%f$FdPW21hDbA+F6-oD zW*4Qfq`q5_W)Sn;r2LdHbNuW_ftuQP_lhonLLJZFmk4eAtI$03=2WhV z{f&hDwq4-zTg5ibx#V@RG8) z{MyBdBwPdMI{9_aUlzTLIX{#1y+h2FftOQNSqqpmEyNmy!=5-L5{v_cU%($k{cP zIHNPNx|M4NFV~Lz5YRw4dgfUpr0~hUnQ?@ISFuw!+Yg}~ZQ)$OTKw~Pj@oqvn!^7O zZt1p@mZSa=H90C=5LgfGqdsw%{pFz+zr>L{e7*XMN z{xLd3WxYi-n)8`*ZnWaJL&I$Jy=G`k%0lM6OM1oKVs-kk&=!d;hqVVrG8T0uy{oEl zmqR1wQ&eo}N{NeZF<6P?VbzlhGsO6z^?J0R=Bk?3bE~hjpikuCr;6ZI;Lg=fiP7)x zozT-%{JFX^u@jag<2W7=SeRsuY5bWQd+n7^v?=zW(IwSqa_;5v$H|^EuSDBEwB7Vb z7kaLaGS^61y(oalG>SSbA6k8wfZEE&@o(H*RsT3#dG2; zwq?YrIZ%KUxwsE`&_0pm9B6%iu0p$#raE{_t;zJrPu|0gBAvw)ObOcD5Tff=5sa)t zW)x2$q@_WHHS(9YgP2f|jR9;8w;yCftUEP%X*M(=(xb%|M6s5-3-WQWwp${?4hg`M;m^w$qrjcL~o9~v=ywer~OZM@+m zFV6kX7Y{rgIsXAlH2$g`heta=%^@(hkZ1QBp`sqSu=F~@O?diFM_SRICx6MAEs3o} zO`Sgef$%2{!Tk4VV$WgAqcYK()zPcV4D@PDU-|kX3!QW;E6cArP8e0glKRwwH&VBe zspt~^35)P?Td1muD)os`zBn&BX?6214BhjUf@#*x8b|AUm20^z&Idj2+t75kQOrd_ z*7^+JTd$-IyN*}Qt}ZyQy`dfu1ZkVsAEo_iV1h5tr}0I@9c&M97~qF?ZZ0J86N)jl zzBPTbjw|fPZkRn9>*L*zuV?aQ7qqNg3M`rP@=lUP->&PIjmwr$mn=Zox%`FSc1{fu zu@GPdr|L~_>L1u^(^BK;%!4mXnG$AP&3v9eOZCr;{@i%@O=X#}GMBucrL!>HN%Nh3 zujLR&HdM)s878dd`C57yvhJ;k`yM3g%e^81vSo{aGlNB0t#oCl(cE3^t47Y?^Cv4z zNV*G81@9r$&*cR+<&3-*1|&Dv_+MkEr%j)^Dj234v)%6_hk39zz4UGGzG3S>X+UUt z^&QE5yhi5(exWd~39B@#8N|ylKZsm@zM35yA7lDhhH3Ca(@RdB1tZjb<(LFil<9RJ zMlS68rGwmzyB;d+zRBcZJO3S8OMZX4>9>=#yDii1H_wcBU)^#Iy!R073>uj^%lf@Y zCWEW*aZ}ov_F(I{Ibb1jW-dYYLFc%k6ziR-z;W~XVFR0kZ^CBseY&+8VKbk-vXUqH z5p~%`38D_X33O9|Q{~3@coI&4BcrLMF=+)M9HJzzz;3+7V$AmV zppr={aWrhHOWW1=kCaM|p+A(46t`4=Xlo{+Biuwm;he7#YcE|6b9cP{QjdcaARwL6 z0k>gC2HG_u?>^&MbYE`B{PQ|=bRM?b75n>Zx^(V76(6+)Owkydt>%!H^a#a)b)AP; zgUefZ1Lp!<@QkvC1$OGbP!=%a_&#xZ(}O4S@lD(N>t&u!%(C0cHUYxdsV#EHyYZ+> z>SSFkzN`^{=J-w|ekp)_*|jKFXRA>gQ__iv+ke7(WI)$s&rYmw7KOr2Bvp}rAU?NVBr6T)L2GcyvBU}xn_j~#4YT1js z_JieVP@eRR$u)KRtq<Wzf1=#$Eju$z-8W?vTi<#7S3YQv6Ffx;ycznJIbK!l@`yvavF&0m` zQ*(Bzw3t(^H<%{VbU@*&VGO?1M<)i4gJ)U7txWvvj)G7Jdl}MFOjM45c%kESP+;*0 zmz1v_6OmUZGspy&Ncpb#YH>pwt-+#3`?51FDd&oQ-F(gp{3mMulKAd7Py1q$n`?o= z#Kf4aE}`)xx82Fqla)V#=y^JGbR}EDH*syw)*{%=AvJlbV}yTdTwCl8sB|m7Q*PauJkS21RN4KJ|ISg`J;M*q<3cR!#E!N2%z_+1!*5C zyo5=1Yf1gnD*oS@Y)`lE==>?ieoiWxteQFiXVa36q|z2h#u%utU-(;9+Rx{-CD?=L zpN`DuGwGi@)6E+k@kO5M*|>J?{WtojmO^xuN9odCFf<`SmrnDhM$FD)0|lnf%YA%C z=1fe)H!TPA2%5O+d%tsE!?d@33Y6hl`3O7b{fuDV5>p>!m6#s>c|wdnf#jRARK{1G zMHkG)dq>?h{mR-gS9KxaeSqt*?r0qTU7hL1pMSyjVaq$#R{qhqg{}%GEE=JWA2p!Y zZuo@_G4Wr5D63Ut*+e#IMgAhBD)wXoT!ym>Q)TW1=-^P`=HQ}VY)JuK$A zBq-&lrr!7@EE8|s4DYGRc#z3J>b>yr{LVRuI+tWjHoDd}S7#V(Qvg8(Hq>rNji_xd z>jYG`S^w1V_+hzBhbI-;=1Wo6RM%AbJPWK(5)4o>j}+>%?Y3dnG!L@D19oiw%k?hu zaC~~?Q1>i#QN>x3lbIzhZFZTGp(KA7geFuyh>8vIhJQ$G3t;)|x0c!)}9NHIxm;wd^TnE116 z0b||VX3gNyr}Cmir`oa^l{kL2Caup{uVQU5v^m3tr<{W*#o0{>?zbvS!_bq-ah0XM z$frhp+{PO|1-kA_AD;?=@Z?hKmWJ5xVMw{Y`W8!8K?@jo4?jE`%I4uhAc~g+$yXn{ zS^t7e{^HiDs$N1mB!NPpM47qOx}=U!`(QrM*1dSTD6|9Oh{U15{)$1X`XT;y3)S+d zj%jY`Pa*-H4#cj@{#`!()JRrZ2|BkdGM#esClIqkwkSFvyX+oynAK|)yynhmGdKkH z7GBvbz?M_2w-;|6@pVys55wa1x@g1$6tu4H;_9Tcd4_4>Zv9`c30{=Y^#s$C$1CFL zwpi&0nk3hsHjm-no@%YFP_YZUeCSi=>YtiMbIz>b+pB{EFB=7Sc*RP0yywsRUFMh$ z(Y1E~Xq2|8X-X}JjR0Z^8o)~z;;pqOjMc|>U!sX!^&djJQzK)N<^Fm--8ARe@GT|L zNOAqCG$ki4r#G3;tayIyE=RB4Jnf06$|zdFnU3bo zh>tW97@Da*T@`J)Ouu+o;2&oFa)Dazk{anbE1?f`3tP8Gi?WWLi11gS|M{W2ryZ7? zT3$7dW8mC8(O20(RV&Xj#jX&OS#P>cyYDG;dZa8VH6FlnF$oK_cPlVAq~;!`D)Tg( zA)8B&UznpRu_f-sY471Xsi)v3Ws?1#mjm_A{k6#XGb?h-kCV%n;($`boIPfJIN!VV zL>jWyjio9u2iTpB+OcIAi3`pKZVV^d*ICcwQV7CmP)GgiO^Nv0D?Py`>m;s>H^pkh z-p&1+2Msd$4^c1HT?3M;rg)(m#6lYw@2}Zrjk)U-iV+LZhbmFBRVV9kjySdt_0V{A z9dt4E?Ha*G)?MjY_Y0X+H128O?24WjIY#KGH_H}$2Xne`Z`ZYUz3$$#LlA57U1>TN z=%I8=XgrPKPZ9q609zO}+5SFA>OHg2Py*^QIpA8B9%^kKV;Sst=K_t7ukHjrda~`s zuD7e*D=U-0j8)u_%mija9qgE)0Xr)_vA(mb%{vViry_$c3(BFh_nC~|I7wN{K4R+o zCG|7S;7+hY_(YbrwqQ7?Kf4l8)|Ip%PiY`iTC3hH{Yx7mzFmcbmbNtRL#>-ia?!B# z^C+)Kne3vKW%KK2pFP&SnRn>Qi&9(Pm5rkS22&%-GAG^E8GWytu?ChecaAPRRro8t zYg;se+F?E~{j{}(IqcPv^s!?mi`s5Qw$biR{3bjFYaNxbq zVK3hVK*o^O`d>%C!Upt zQ_h7UjL#;V)1LNby4kp~_b|ROu6>FtBFjVj!Yde{ludxuq8?DUb6)O%a^7-ZLBR-@ zGxiq(?E{adG~3b1vE;`+>#-SWFnmCr4E@i1d4!8inQqd!m)CKr{lzWbK*vW<9EHC$ z1f6+loiI6Dd#{3C;oB247|T9>jao-*2Gy;iYgT9b)|AHLy^Avl-j?U}5A-|VvUzK5KzZM(Oq+RS>kd{7)sTc`3!7y0KXOs5X?s z1qi_W^NV^<1P=%y@qu=J)N7z8RPf2P{gJmvhcs>!=Xw*Wxn3QPjT54isM)LMpZB+7 zO3O;GbTuv)q6=UbU+=L&-QB?72WP&u%?+!U6!r5c*1l~!$aNyM;k<9+t)PdOj8wfc z2ui6gDH=YP-NDer%9(m~6;^e;tX}XsONewu+Io|{0RVw~947I*F5i=>o|y_?{l#!R zfHFVhnLUyNdNO`?>h^&=Ac5g>asEK!^nQvL5h7A%|l78U``Ea%*NdNPd_gs5(3Pp7md}jOcjPEXDDPhXFo%lKJS{g`?fkhn&76 zF@tFza=}(MfQ!15(x=*3dSZmL7%Nfav}4-F`B-o^RPp{^d@P z1h`;{s*17f1Gy3;T%dfiK5Q5(>D$&B_fNwmm#hu|A{xXfSfgfE8F_Ffpc1*g`m~Re z|1zx)2sL5kQFZ#s^kt7QhZWp~=>OEvqjUBY%r&6>a+>Yr!u>DhMD_TemLNI!Ny0Y1 zFO^0bap!j6ppT~1xt^V_0YvRtGnPFJOkwb=#17xnRmfY-ZIiN zub+FKzwA}OKWv^9s&F%CuG9bdD zL(NI1uC<#DpV703dcJh47e;P;IX&&g@k;N*2BfeNE@~_BZhhC@<}kjdl$=O9g*;MZ zoI{WE{}aG~B8<+3=`NR#E?ZGCpEE=ZSXbV8m1BULHtzrfI#%Mvr@q>mJ%G18%bI*1 z(y0Uwm~GH(bvyA|0c4Sk|CB|yvV7~;ZqcN^-vwzILz%mv5ho$54h{3)K%Hl*!a~&@ zug1S}zGt&F1|ykPU#het9>ddMGp;AJ`0$3Xx5!OI7A zdWnt7_gP!Jnf+6tuP92KOi>{nRxGM0zARQ& zg<~~wv@)L3+sQ%VQuo0ue$0d$hDI58Ild|whbnoqbtENB5=PDH)M4dvn_8MWpB

E0(rcn!u`J#TE%y}!0>qp;jKP+G$u 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

public Entity? GetAction(Entity? action, bool logError = true) { - if (action is not {} ent || TerminatingOrDeleted(ent)) + if (action is not {} ent || Deleted(ent)) return null; if (!_actionQuery.Resolve(ent, ref ent.Comp, logError)) From f1d6e7cd7569fdf251c617764c33f35c3b145a46 Mon Sep 17 00:00:00 2001 From: Citrea Date: Tue, 17 Jun 2025 10:53:28 +0200 Subject: [PATCH 109/168] Fixed mis-labeled component filter (#38383) --- .../Objects/Specific/Xenoarchaeology/artifact_equipment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml index 46f79e1140..bdd042df57 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml @@ -124,9 +124,9 @@ - 0,0,1,1 whitelist: components: - - Artifact + - XenoArtifact - type: Item - sprite: Objects/Storage/artifact_container.rsi + sprite: Objects/Storage/artifact_container.rsi size: Huge - type: MeleeWeapon damage: From 3a965503b5dda4d8a781c31aaf95464a6198315f Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 17 Jun 2025 08:54:36 +0000 Subject: [PATCH 110/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 56e71a124d..a89b10cce3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: K-Dynamic - changes: - - message: Drawings from blue and green crayons now match their colours. - type: Tweak - id: 8172 - time: '2025-04-14T08:58:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36532 - author: PJB3005 changes: - message: Fire extinguishers can now extinguish things like candles and cigarettes. @@ -3913,3 +3906,10 @@ id: 8684 time: '2025-06-17T00:20:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38122 +- author: Citrea-Lingua + changes: + - message: Handheld artifact containers can now properly store handheld artifacts. + type: Fix + id: 8685 + time: '2025-06-17T08:53:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38383 From 53a01bfb469c7cc6c6a44b0cc94c9527d79be7e0 Mon Sep 17 00:00:00 2001 From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:13:35 -0400 Subject: [PATCH 111/168] Fix adjacent north/south cable terminals breaking east/west HV cable (#38377) --- Content.Server/Power/Nodes/CableNode.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Power/Nodes/CableNode.cs b/Content.Server/Power/Nodes/CableNode.cs index b8c404e8e2..b0cbad4d48 100644 --- a/Content.Server/Power/Nodes/CableNode.cs +++ b/Content.Server/Power/Nodes/CableNode.cs @@ -52,7 +52,6 @@ namespace Content.Server.Power.Nodes { // Target tile has a terminal towards us, block the direction. terminalDirs |= 1 << (int) dir; - break; } } } From 36c0f96c9bda51998563c83c822b1f9d493a5a9f Mon Sep 17 00:00:00 2001 From: hoshizora Date: Tue, 17 Jun 2025 02:22:14 -0700 Subject: [PATCH 112/168] Fix some crafting menu oddities (#38372) --- Resources/Locale/en-US/stack/stacks.ftl | 2 +- .../Recipes/Construction/Graphs/tools/logic_gate.yml | 7 +------ .../Recipes/Construction/Graphs/utilities/APC.yml | 3 +++ Resources/Prototypes/Stacks/floor_tile_stacks.yml | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl index 7d6ff73aa8..f1380800ce 100644 --- a/Resources/Locale/en-US/stack/stacks.ftl +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -180,7 +180,7 @@ stack-eighties-floor-tile = eighties floor tile stack-blue-arcade-tile = blue arcade tile stack-red-arcade-tile = red arcade tile stack-red-carpet-tile = red carpet tile -stack-block-carpet-tile = block carpet tile +stack-black-carpet-tile = black carpet tile stack-blue-carpet-tile = blue carpet tile stack-green-carpet-tile = green carpet tile stack-orange-carpet-tile = orange carpet tile diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml index 7c08eba094..bceed82123 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml @@ -46,13 +46,8 @@ doAfter: 1 - to: memory_cell steps: - - tag: MicroManipulatorStockPart - icon: - sprite: Objects/Misc/stock_parts.rsi - state: micro_mani - name: construction-graph-tag-manipulator - material: Manipulator - amount: 1 + amount: 2 - material: Cable amount: 2 doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml index 1a23029ecc..394a999826 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml @@ -16,6 +16,9 @@ steps: - component: ApcElectronics name: construction-graph-component-apc-electronics + icon: + sprite: "Objects/Misc/module.rsi" + state: "charger_APC" doAfter: 2 - to: start completed: diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index d000c70843..dcfbd99a23 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -336,7 +336,7 @@ - type: stack id: FloorCarpetBlack - name: stack-block-carpet-tile + name: stack-black-carpet-tile spawn: FloorCarpetItemBlack maxCount: 30 From 1443cda4ff4671403079506372a4680ad9782532 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 17 Jun 2025 09:23:21 +0000 Subject: [PATCH 113/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a89b10cce3..20a70de4a9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: PJB3005 - changes: - - message: Fire extinguishers can now extinguish things like candles and cigarettes. - type: Add - - message: You can even use them to extinguish items that are held/worn! - type: Add - id: 8173 - time: '2025-04-14T09:00:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36267 - author: metalgearsloth changes: - message: Fix shuttle arrivals visualizer not updating with the target coordinates @@ -3913,3 +3904,11 @@ id: 8685 time: '2025-06-17T08:53:28.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38383 +- author: hoshizora-sayo + changes: + - message: Fixed oddities with the memory cell, APC, and black curtains crafting + menu entries. + type: Fix + id: 8686 + time: '2025-06-17T09:22:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38372 From d316fa3483ce78ab242e654044a8710b9174b598 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:39:42 -0400 Subject: [PATCH 114/168] Command resolve and LEC conversion batch 3 (#38378) * I'm just a silly goober * requested changes * Update Content.Server/Interaction/TilePryCommand.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../GameTicking/Commands/ForceMapCommand.cs | 27 +++++---- .../Commands/ForcePresetCommand.cs | 34 ++++++----- .../GameTicking/Commands/GoLobbyCommand.cs | 29 ++++------ Content.Server/GhostKick/GhostKickManager.cs | 26 ++++----- Content.Server/Interaction/TilePryCommand.cs | 37 ++++++------ Content.Server/Mapping/MappingCommand.cs | 56 +++++++++---------- Content.Server/Maps/GridDraggingCommand.cs | 22 +++----- .../Mind/Commands/MindInfoCommand.cs | 27 ++++----- .../en-US/commands/force-map-command.ftl | 6 ++ .../en-US/commands/force-preset-command.ftl | 6 ++ .../en-US/commands/ghost-kick-command.ftl | 3 + .../en-US/commands/go-lobby-command.ftl | 4 ++ .../en-US/commands/grid-drag-command.ftl | 3 + .../en-US/commands/mind-info-command.ftl | 3 + .../en-US/commands/tile-pry-command.ftl | 4 ++ .../en-US/game-ticking/forcemap-command.ftl | 9 --- 16 files changed, 148 insertions(+), 148 deletions(-) create mode 100644 Resources/Locale/en-US/commands/force-map-command.ftl create mode 100644 Resources/Locale/en-US/commands/force-preset-command.ftl create mode 100644 Resources/Locale/en-US/commands/ghost-kick-command.ftl create mode 100644 Resources/Locale/en-US/commands/go-lobby-command.ftl create mode 100644 Resources/Locale/en-US/commands/grid-drag-command.ftl create mode 100644 Resources/Locale/en-US/commands/mind-info-command.ftl create mode 100644 Resources/Locale/en-US/commands/tile-pry-command.ftl delete mode 100644 Resources/Locale/en-US/game-ticking/forcemap-command.ftl diff --git a/Content.Server/GameTicking/Commands/ForceMapCommand.cs b/Content.Server/GameTicking/Commands/ForceMapCommand.cs index 4cc30ff38a..577464acad 100644 --- a/Content.Server/GameTicking/Commands/ForceMapCommand.cs +++ b/Content.Server/GameTicking/Commands/ForceMapCommand.cs @@ -10,50 +10,49 @@ using Robust.Shared.Prototypes; namespace Content.Server.GameTicking.Commands { [AdminCommand(AdminFlags.Round)] - sealed class ForceMapCommand : IConsoleCommand + public sealed class ForceMapCommand : LocalizedCommands { [Dependency] private readonly IConfigurationManager _configurationManager = default!; + [Dependency] private readonly IGameMapManager _gameMapManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - public string Command => "forcemap"; - public string Description => Loc.GetString("forcemap-command-description"); - public string Help => Loc.GetString("forcemap-command-help"); + public override string Command => "forcemap"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteLine(Loc.GetString("forcemap-command-need-one-argument")); + shell.WriteLine(Loc.GetString(Loc.GetString($"shell-need-exactly-one-argument"))); return; } - var gameMap = IoCManager.Resolve(); var name = args[0]; // An empty string clears the forced map - if (!string.IsNullOrEmpty(name) && !gameMap.CheckMapExists(name)) + if (!string.IsNullOrEmpty(name) && !_gameMapManager.CheckMapExists(name)) { - shell.WriteLine(Loc.GetString("forcemap-command-map-not-found", ("map", name))); + shell.WriteLine(Loc.GetString("cmd-forcemap-map-not-found", ("map", name))); return; } _configurationManager.SetCVar(CCVars.GameMap, name); if (string.IsNullOrEmpty(name)) - shell.WriteLine(Loc.GetString("forcemap-command-cleared")); + shell.WriteLine(Loc.GetString("cmd-forcemap-cleared")); else - shell.WriteLine(Loc.GetString("forcemap-command-success", ("map", name))); + shell.WriteLine(Loc.GetString("cmd-forcemap-success", ("map", name))); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { if (args.Length == 1) { - var options = IoCManager.Resolve() + var options = _prototypeManager .EnumeratePrototypes() .Select(p => new CompletionOption(p.ID, p.MapName)) .OrderBy(p => p.Value); - return CompletionResult.FromHintOptions(options, Loc.GetString("forcemap-command-arg-map")); + return CompletionResult.FromHintOptions(options, Loc.GetString($"cmd-forcemap-hint")); } return CompletionResult.Empty; diff --git a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs index 5ef72f59b3..327465be95 100644 --- a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs +++ b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs @@ -8,51 +8,49 @@ using Robust.Shared.Prototypes; namespace Content.Server.GameTicking.Commands { [AdminCommand(AdminFlags.Round)] - sealed class ForcePresetCommand : IConsoleCommand + public sealed class ForcePresetCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly GameTicker _ticker = default!; - public string Command => "forcepreset"; - public string Description => "Forces a specific game preset to start for the current lobby."; - public string Help => $"Usage: {Command} "; + public override string Command => "forcepreset"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var ticker = _e.System(); - if (ticker.RunLevel != GameRunLevel.PreRoundLobby) + if (_ticker.RunLevel != GameRunLevel.PreRoundLobby) { - shell.WriteLine("This can only be executed while the game is in the pre-round lobby."); + shell.WriteLine(Loc.GetString($"cmd-forcepreset-preround-lobby-only")); return; } if (args.Length != 1) { - shell.WriteLine("Need exactly one argument."); + shell.WriteLine(Loc.GetString($"shell-need-exactly-one-argument")); return; } var name = args[0]; - if (!ticker.TryFindGamePreset(name, out var type)) + if (!_ticker.TryFindGamePreset(name, out var type)) { - shell.WriteLine($"No preset exists with name {name}."); + shell.WriteLine(Loc.GetString($"cmd-forcepreset-no-preset-found", ("preset", name))); return; } - ticker.SetGamePreset(type, true); - shell.WriteLine($"Forced the game to start with preset {name}."); - ticker.UpdateInfoText(); + _ticker.SetGamePreset(type, true); + shell.WriteLine(Loc.GetString($"cmd-forcepreset-success", ("preset", name))); + _ticker.UpdateInfoText(); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { if (args.Length == 1) { - var options = IoCManager.Resolve() + var options = _prototypeManager .EnumeratePrototypes() .OrderBy(p => p.ID) .Select(p => p.ID); - return CompletionResult.FromHintOptions(options, ""); + return CompletionResult.FromHintOptions(options, Loc.GetString($"cmd-forcepreset-hint")); } return CompletionResult.Empty; diff --git a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs index b5984d260d..98c1b91e08 100644 --- a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs +++ b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs @@ -8,40 +8,35 @@ using Robust.Shared.Console; namespace Content.Server.GameTicking.Commands { [AdminCommand(AdminFlags.Round)] - public sealed class GoLobbyCommand : IConsoleCommand + public sealed class GoLobbyCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly IConfigurationManager _configManager = default!; + [Dependency] private readonly GameTicker _gameTicker = default!; - public string Command => "golobby"; - public string Description => "Enables the lobby and restarts the round."; - public string Help => $"Usage: {Command} / {Command} "; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "golobby"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { GamePresetPrototype? preset = null; var presetName = string.Join(" ", args); - var ticker = _e.System(); - if (args.Length > 0) { - if (!ticker.TryFindGamePreset(presetName, out preset)) + if (!_gameTicker.TryFindGamePreset(presetName, out preset)) { - shell.WriteLine($"No preset found with name {presetName}"); + shell.WriteLine(Loc.GetString($"cmd-forcepreset-no-preset-found", ("preset", presetName))); return; } } - var config = IoCManager.Resolve(); - config.SetCVar(CCVars.GameLobbyEnabled, true); + _configManager.SetCVar(CCVars.GameLobbyEnabled, true); - ticker.RestartRound(); + _gameTicker.RestartRound(); if (preset != null) - { - ticker.SetGamePreset(preset); - } + _gameTicker.SetGamePreset(preset); - shell.WriteLine($"Enabling the lobby and restarting the round.{(preset == null ? "" : $"\nPreset set to {presetName}")}"); + shell.WriteLine(Loc.GetString(preset == null ? "cmd-golobby-success" : "cmd-golobby-success-with-preset", ("preset", presetName))); } } } diff --git a/Content.Server/GhostKick/GhostKickManager.cs b/Content.Server/GhostKick/GhostKickManager.cs index 40d21d79d2..61d8cf9b32 100644 --- a/Content.Server/GhostKick/GhostKickManager.cs +++ b/Content.Server/GhostKick/GhostKickManager.cs @@ -10,7 +10,7 @@ namespace Content.Server.GhostKick; // Handles logic for "ghost kicking". // Basically we boot the client off the server without telling them, so the game shits itself. -// Hilariously isn't it? +// Hilarious, isn't it? public sealed class GhostKickManager { @@ -45,32 +45,30 @@ public sealed class GhostKickManager } [AdminCommand(AdminFlags.Moderator)] -public sealed class GhostKickCommand : IConsoleCommand +public sealed class GhostKickCommand : LocalizedEntityCommands { - public string Command => "ghostkick"; - public string Description => "Kick a client from the server as if their network just dropped."; - public string Help => "Usage: ghostkick [Reason]"; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly GhostKickManager _ghostKick = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "ghostkick"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length < 1) { - shell.WriteError("Need at least one argument"); + shell.WriteError(Loc.GetString($"shell-need-exactly-one-argument")); return; } var playerName = args[0]; - var reason = args.Length > 1 ? args[1] : "Ghost kicked by console"; + var reason = args.Length > 1 ? args[1] : Loc.GetString($"cmd-ghostkick-default-reason"); - var players = IoCManager.Resolve(); - var ghostKick = IoCManager.Resolve(); - - if (!players.TryGetSessionByUsername(playerName, out var player)) + if (!_playerManager.TryGetSessionByUsername(playerName, out var player)) { - shell.WriteError($"Unable to find player: '{playerName}'."); + shell.WriteError(Loc.GetString($"shell-target-player-does-not-exist")); return; } - ghostKick.DoDisconnect(player.Channel, reason); + _ghostKick.DoDisconnect(player.Channel, reason); } } diff --git a/Content.Server/Interaction/TilePryCommand.cs b/Content.Server/Interaction/TilePryCommand.cs index e8999a7d18..6db649a5e7 100644 --- a/Content.Server/Interaction/TilePryCommand.cs +++ b/Content.Server/Interaction/TilePryCommand.cs @@ -5,19 +5,21 @@ using Content.Shared.Maps; using Robust.Shared.Console; using Robust.Shared.Map; using Robust.Shared.Map.Components; +using Robust.Shared.Prototypes; namespace Content.Server.Interaction; [AdminCommand(AdminFlags.Debug)] -public sealed class TilePryCommand : IConsoleCommand +public sealed class TilePryCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entities = default!; + [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; - public string Command => "tilepry"; - public string Description => "Pries up all tiles in a radius around the user."; - public string Help => $"Usage: {Command} "; + private readonly string _platingId = "Plating"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "tilepry"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player?.AttachedEntity is not { } attached) @@ -33,39 +35,38 @@ public sealed class TilePryCommand : IConsoleCommand if (!int.TryParse(args[0], out var radius)) { - shell.WriteError($"{args[0]} isn't a valid integer."); + shell.WriteError(Loc.GetString($"cmd-tilepry-arg-must-be-number", ("arg", args[0]))); return; } if (radius < 0) { - shell.WriteError("Radius must be positive."); + shell.WriteError(Loc.GetString($"cmd-tilepry-radius-must-be-positive")); return; } - var mapSystem = _entities.System(); - var xform = _entities.GetComponent(attached); + var xform = EntityManager.GetComponent(attached); var playerGrid = xform.GridUid; - if (!_entities.TryGetComponent(playerGrid, out var mapGrid)) + if (!EntityManager.TryGetComponent(playerGrid, out var mapGrid)) return; var playerPosition = xform.Coordinates; - var tileDefinitionManager = IoCManager.Resolve(); for (var i = -radius; i <= radius; i++) { for (var j = -radius; j <= radius; j++) { - var tile = mapSystem.GetTileRef(playerGrid.Value, mapGrid, playerPosition.Offset(new Vector2(i, j))); - var coordinates = mapSystem.GridTileToLocal(playerGrid.Value, mapGrid, tile.GridIndices); - var tileDef = (ContentTileDefinition)tileDefinitionManager[tile.Tile.TypeId]; + var tile = _mapSystem.GetTileRef(playerGrid.Value, mapGrid, playerPosition.Offset(new Vector2(i, j))); + var coordinates = _mapSystem.GridTileToLocal(playerGrid.Value, mapGrid, tile.GridIndices); + var tileDef = (ContentTileDefinition)_tileDefinitionManager[tile.Tile.TypeId]; - if (!tileDef.CanCrowbar) continue; + if (!tileDef.CanCrowbar) + continue; - var plating = tileDefinitionManager["Plating"]; - mapSystem.SetTile(playerGrid.Value, mapGrid, coordinates, new Tile(plating.TileId)); + var plating = _tileDefinitionManager[_platingId]; + _mapSystem.SetTile(playerGrid.Value, mapGrid, coordinates, new Tile(plating.TileId)); } } } diff --git a/Content.Server/Mapping/MappingCommand.cs b/Content.Server/Mapping/MappingCommand.cs index 7482ef811f..96a21573f6 100644 --- a/Content.Server/Mapping/MappingCommand.cs +++ b/Content.Server/Mapping/MappingCommand.cs @@ -13,24 +13,24 @@ using Robust.Shared.Utility; namespace Content.Server.Mapping { [AdminCommand(AdminFlags.Server | AdminFlags.Mapping)] - sealed class MappingCommand : IConsoleCommand + public sealed class MappingCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entities = default!; + [Dependency] private readonly IResourceManager _resourceMgr = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; + [Dependency] private readonly MappingSystem _mappingSystem = default!; + [Dependency] private readonly MapLoaderSystem _mapLoader = default!; - public string Command => "mapping"; - public string Description => Loc.GetString("cmd-mapping-desc"); - public string Help => Loc.GetString("cmd-mapping-help"); + public override string Command => "mapping"; - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { switch (args.Length) { case 1: return CompletionResult.FromHint(Loc.GetString("cmd-hint-mapping-id")); case 2: - var res = IoCManager.Resolve(); - var opts = CompletionHelper.UserFilePath(args[1], res.UserData) - .Concat(CompletionHelper.ContentFilePath(args[1], res)); + var opts = CompletionHelper.UserFilePath(args[1], _resourceMgr.UserData) + .Concat(CompletionHelper.ContentFilePath(args[1], _resourceMgr)); return CompletionResult.FromHintOptions(opts, Loc.GetString("cmd-hint-mapping-path")); case 3: return CompletionResult.FromHintOptions(["false", "true"], Loc.GetString("cmd-mapping-hint-grid")); @@ -38,7 +38,7 @@ namespace Content.Server.Mapping return CompletionResult.Empty; } - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { @@ -65,7 +65,7 @@ namespace Content.Server.Mapping MapId mapId; string? toLoad = null; - var mapSys = _entities.System(); + Entity? grid = null; // Get the map ID to use @@ -86,7 +86,7 @@ namespace Content.Server.Mapping return; } - if (mapSys.MapExists(mapId)) + if (_mapSystem.MapExists(mapId)) { shell.WriteError(Loc.GetString("cmd-mapping-exists", ("mapId", mapId))); return; @@ -95,26 +95,25 @@ namespace Content.Server.Mapping // either load a map or create a new one. if (args.Length <= 1) { - mapSys.CreateMap(mapId, runMapInit: false); + _mapSystem.CreateMap(mapId, runMapInit: false); } else { var path = new ResPath(args[1]); toLoad = path.FilenameWithoutExtension; var opts = new DeserializationOptions {StoreYamlUids = true}; - var loader = _entities.System(); if (isGrid == true) { - mapSys.CreateMap(mapId, runMapInit: false); - if (!loader.TryLoadGrid(mapId, path, out grid, opts)) + _mapSystem.CreateMap(mapId, runMapInit: false); + if (!_mapLoader.TryLoadGrid(mapId, path, out grid, opts)) { shell.WriteError(Loc.GetString("cmd-mapping-error")); - mapSys.DeleteMap(mapId); + _mapSystem.DeleteMap(mapId); return; } } - else if (!loader.TryLoadMapWithId(mapId, path, out _, out _, opts)) + else if (!_mapLoader.TryLoadMapWithId(mapId, path, out _, out _, opts)) { if (isGrid == false) { @@ -125,31 +124,29 @@ namespace Content.Server.Mapping // isGrid was not specified and loading it as a map failed, so we fall back to trying to load // the file as a grid shell.WriteLine(Loc.GetString("cmd-mapping-try-grid")); - mapSys.CreateMap(mapId, runMapInit: false); - if (!loader.TryLoadGrid(mapId, path, out grid, opts)) + _mapSystem.CreateMap(mapId, runMapInit: false); + if (!_mapLoader.TryLoadGrid(mapId, path, out grid, opts)) { shell.WriteError(Loc.GetString("cmd-mapping-error")); - mapSys.DeleteMap(mapId); + _mapSystem.DeleteMap(mapId); return; } } } // was the map actually created or did it fail somehow? - if (!mapSys.MapExists(mapId)) + if (!_mapSystem.MapExists(mapId)) { shell.WriteError(Loc.GetString("cmd-mapping-error")); return; } } else - { - mapSys.CreateMap(out mapId, runMapInit: false); - } + _mapSystem.CreateMap(out mapId, runMapInit: false); // map successfully created. run misc helpful mapping commands if (player.AttachedEntity is { Valid: true } playerEntity && - _entities.GetComponent(playerEntity).EntityPrototype?.ID != GameTicker.AdminObserverPrototypeName) + EntityManager.GetComponent(playerEntity).EntityPrototype?.ID != GameTicker.AdminObserverPrototypeName) { shell.ExecuteCommand("aghost"); } @@ -158,15 +155,14 @@ namespace Content.Server.Mapping shell.ExecuteCommand("changecvar events.enabled false"); shell.ExecuteCommand("changecvar shuttle.auto_call_time 0"); - var auto = _entities.System(); if (grid != null) - auto.ToggleAutosave(grid.Value.Owner, toLoad ?? "NEWGRID"); + _mappingSystem.ToggleAutosave(grid.Value.Owner, toLoad ?? "NEWGRID"); else - auto.ToggleAutosave(mapId, toLoad ?? "NEWMAP"); + _mappingSystem.ToggleAutosave(mapId, toLoad ?? "NEWMAP"); shell.ExecuteCommand($"tp 0 0 {mapId}"); shell.RemoteExecuteCommand("mappingclientsidesetup"); - DebugTools.Assert(mapSys.IsPaused(mapId)); + DebugTools.Assert(_mapSystem.IsPaused(mapId)); if (args.Length != 2) shell.WriteLine(Loc.GetString("cmd-mapping-success", ("mapId", mapId))); diff --git a/Content.Server/Maps/GridDraggingCommand.cs b/Content.Server/Maps/GridDraggingCommand.cs index 897b9c08ef..8050a65ec5 100644 --- a/Content.Server/Maps/GridDraggingCommand.cs +++ b/Content.Server/Maps/GridDraggingCommand.cs @@ -9,25 +9,21 @@ namespace Content.Server.Maps; /// Toggles GridDragging on the system. ///
[AdminCommand(AdminFlags.Fun)] -public sealed class GridDraggingCommand : IConsoleCommand +public sealed class GridDraggingCommand : LocalizedEntityCommands { - public string Command => SharedGridDraggingSystem.CommandName; - public string Description => $"Allows someone with permissions to drag grids around."; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly GridDraggingSystem _grid = default!; + + public override string Command => SharedGridDraggingSystem.CommandName; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player == null) { - shell.WriteError("shell-server-cannot"); + shell.WriteError("shell-only-players-can-run-this-command"); return; } - var system = IoCManager.Resolve().GetEntitySystem(); - system.Toggle(shell.Player); - - if (system.IsEnabled(shell.Player)) - shell.WriteLine("Grid dragging toggled on"); - else - shell.WriteLine("Grid dragging toggled off"); + _grid.Toggle(shell.Player); + shell.WriteLine(Loc.GetString($"cmd-griddrag-status", ("status", _grid.IsEnabled(shell.Player)))); } } diff --git a/Content.Server/Mind/Commands/MindInfoCommand.cs b/Content.Server/Mind/Commands/MindInfoCommand.cs index c365702a31..bd9d15d549 100644 --- a/Content.Server/Mind/Commands/MindInfoCommand.cs +++ b/Content.Server/Mind/Commands/MindInfoCommand.cs @@ -9,41 +9,38 @@ using Robust.Shared.Console; namespace Content.Server.Mind.Commands { [AdminCommand(AdminFlags.Admin)] - public sealed class MindInfoCommand : IConsoleCommand + public sealed class MindInfoCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entities = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly SharedRoleSystem _roles = default!; + [Dependency] private readonly SharedMindSystem _minds = default!; - public string Command => "mindinfo"; - public string Description => "Lists info for the mind of a specific player."; - public string Help => "mindinfo "; + public override string Command => "mindinfo"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteLine("Expected exactly 1 argument."); + shell.WriteLine(Loc.GetString($"shell-need-exactly-one-argument")); return; } - var mgr = IoCManager.Resolve(); - if (!mgr.TryGetSessionByUsername(args[0], out var session)) + if (!_playerManager.TryGetSessionByUsername(args[0], out var session)) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-mindinfo-mind-not-found")); return; } - var minds = _entities.System(); - if (!minds.TryGetMind(session, out var mindId, out var mind)) + if (!_minds.TryGetMind(session, out var mindId, out var mind)) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-mindinfo-mind-not-found")); return; } var builder = new StringBuilder(); builder.AppendFormat("player: {0}, mob: {1}\nroles: ", mind.UserId, mind.OwnedEntity); - var roles = _entities.System(); - foreach (var role in roles.MindGetAllRoleInfo(mindId)) + foreach (var role in _roles.MindGetAllRoleInfo(mindId)) { builder.AppendFormat("{0} ", role.Name); } diff --git a/Resources/Locale/en-US/commands/force-map-command.ftl b/Resources/Locale/en-US/commands/force-map-command.ftl new file mode 100644 index 0000000000..fabd5f04c8 --- /dev/null +++ b/Resources/Locale/en-US/commands/force-map-command.ftl @@ -0,0 +1,6 @@ +cmd-forcemap-desc = Forces the game to start with a given map next round. +cmd-forcemap-help = Usage: forcemap +cmd-forcemap-success = Forced the game to start with map { $map } next round. +cmd-forcemap-cleared = Cleared the forced map setting. +cmd-forcemap-map-not-found = No eligible map exists with name { $map }. +cmd-forcemap-hint = diff --git a/Resources/Locale/en-US/commands/force-preset-command.ftl b/Resources/Locale/en-US/commands/force-preset-command.ftl new file mode 100644 index 0000000000..9f534a01c4 --- /dev/null +++ b/Resources/Locale/en-US/commands/force-preset-command.ftl @@ -0,0 +1,6 @@ +cmd-forcepreset-desc = Forces a specific game preset to start for the current lobby. +cmd-forcepreset-help = Usage: forcepreset +cmd-forcepreset-preround-lobby-only = This can only be executed while the game is in the pre-round lobby. +cmd-forcepreset-no-preset-found = No preset exists with name {$preset}. +cmd-forcepreset-success = Forced the game to start with preset {$preset}. +cmd-forcepreset-hint = diff --git a/Resources/Locale/en-US/commands/ghost-kick-command.ftl b/Resources/Locale/en-US/commands/ghost-kick-command.ftl new file mode 100644 index 0000000000..fffae96ebe --- /dev/null +++ b/Resources/Locale/en-US/commands/ghost-kick-command.ftl @@ -0,0 +1,3 @@ +cmd-ghostkick-desc = Kick a client from the server as if their network just dropped. +cmd-ghostkick-help = Usage: ghostkick [Reason] +cmd-ghostkick-default-reason = Ghost kicked by console. diff --git a/Resources/Locale/en-US/commands/go-lobby-command.ftl b/Resources/Locale/en-US/commands/go-lobby-command.ftl new file mode 100644 index 0000000000..7ba54aa730 --- /dev/null +++ b/Resources/Locale/en-US/commands/go-lobby-command.ftl @@ -0,0 +1,4 @@ +cmd-golobby-desc = Enables the lobby and restarts the round. +cmd-golobby-help = Usage: golobby / golobby +cmd-golobby-success = Enabling the lobby and restarting the round. +cmd-golobby-success-with-preset = Enabling the lobby and restarting the round with preset {$preset}. diff --git a/Resources/Locale/en-US/commands/grid-drag-command.ftl b/Resources/Locale/en-US/commands/grid-drag-command.ftl new file mode 100644 index 0000000000..34efa64491 --- /dev/null +++ b/Resources/Locale/en-US/commands/grid-drag-command.ftl @@ -0,0 +1,3 @@ +cmd-griddrag-desc = Allows someone with permissions to drag grids around. +cmd-griddrag-help = Usage: griddrag +cmd-griddrag-status = Grid dragging set to {$status}. diff --git a/Resources/Locale/en-US/commands/mind-info-command.ftl b/Resources/Locale/en-US/commands/mind-info-command.ftl new file mode 100644 index 0000000000..57a1731928 --- /dev/null +++ b/Resources/Locale/en-US/commands/mind-info-command.ftl @@ -0,0 +1,3 @@ +cmd-mindinfo-desc = Lists info for the mind of a specific player. +cmd-mindinfo-help = Usage: mindinfo +cmd-mindinfo-mind-not-found = Can't find that mind. diff --git a/Resources/Locale/en-US/commands/tile-pry-command.ftl b/Resources/Locale/en-US/commands/tile-pry-command.ftl new file mode 100644 index 0000000000..5c7d313127 --- /dev/null +++ b/Resources/Locale/en-US/commands/tile-pry-command.ftl @@ -0,0 +1,4 @@ +cmd-tilepry-desc = Pries up all tiles in a radius around the user. +cmd-tilepry-help = Usage: tilepry +cmd-tilepry-radius-must-be-positive = Radius must be positive. +cmd-tilepry-arg-must-be-number = {$arg} isn't a valid integer. diff --git a/Resources/Locale/en-US/game-ticking/forcemap-command.ftl b/Resources/Locale/en-US/game-ticking/forcemap-command.ftl deleted file mode 100644 index 573aa78a28..0000000000 --- a/Resources/Locale/en-US/game-ticking/forcemap-command.ftl +++ /dev/null @@ -1,9 +0,0 @@ -## Forcemap command loc. - -forcemap-command-description = Forces the game to start with a given map next round. -forcemap-command-help = forcemap -forcemap-command-need-one-argument = forcemap takes one argument, the path to the map file. -forcemap-command-map-not-found = No eligible map exists with name { $map }. -forcemap-command-success = Forced the game to start with map { $map } next round. -forcemap-command-cleared = Cleared the forced map setting. -forcemap-command-arg-map = From adcaf3cc6d51eea2ec47b340a279fc91c918a0fc Mon Sep 17 00:00:00 2001 From: KamTheSythe Date: Tue, 17 Jun 2025 11:46:36 +0200 Subject: [PATCH 115/168] remove explosions from destroying a explosive payload (#38049) --- Resources/Prototypes/Entities/Objects/Devices/payload.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/payload.yml b/Resources/Prototypes/Entities/Objects/Devices/payload.yml index 69be5605e9..c161b2a028 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/payload.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/payload.yml @@ -36,12 +36,6 @@ - type: ExplodeOnTrigger - type: Destructible thresholds: - - trigger: - !type:DamageTypeTrigger - damageType: Heat - damage: 25 - behaviors: - - !type:ExplodeBehavior - trigger: !type:DamageTrigger damage: 50 From cf756b6c61cb67222371c7971ef314b48bd5b765 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 17 Jun 2025 09:47:43 +0000 Subject: [PATCH 116/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 20a70de4a9..90f4e16c14 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix shuttle arrivals visualizer not updating with the target coordinates - updating. - type: Fix - id: 8174 - time: '2025-04-14T14:34:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35772 - author: CheesePlated changes: - message: The ID card console now works properly when setting job presets for replacement @@ -3912,3 +3904,11 @@ id: 8686 time: '2025-06-17T09:22:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38372 +- author: KamTheSythe + changes: + - message: Explosive payloads no longer explode. Modular grenades with explosive + payloads remain unchanged, and can still be used to stack explosions. + type: Tweak + id: 8687 + time: '2025-06-17T09:46:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38049 From d35baba4c4e2862b0c88a7f93f32b48bc1490126 Mon Sep 17 00:00:00 2001 From: Kittygyat <202250949+Kittygyat@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:41:08 +0100 Subject: [PATCH 117/168] Increased Borg Density (Drag Speeds) (#38232) Raised borg drag speeds --- .../Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index d4182cd12f..007117f993 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -25,7 +25,7 @@ shape: !type:PhysShapeCircle radius: 0.35 - density: 150 + density: 300 mask: - MobMask layer: From 9dbf675b6b19eb7c5b078a50755ab0d1ea909767 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 17 Jun 2025 10:42:17 +0000 Subject: [PATCH 118/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 90f4e16c14..cf1bcdb655 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: CheesePlated - changes: - - message: The ID card console now works properly when setting job presets for replacement - IDs - type: Fix - id: 8175 - time: '2025-04-14T15:02:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/34921 - author: BramvanZijp changes: - message: Deathsquad Hardsuit now provides 85% stamina damage resistance. @@ -3912,3 +3904,10 @@ id: 8687 time: '2025-06-17T09:46:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38049 +- author: Kittygyat + changes: + - message: Increased borg drag speed, equivalent to Diona speeds. + type: Tweak + id: 8688 + time: '2025-06-17T10:41:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38232 From f197f545359509051e161bf0d3778908b01f2391 Mon Sep 17 00:00:00 2001 From: TheFlyingSentry Date: Tue, 17 Jun 2025 07:06:21 -0400 Subject: [PATCH 119/168] Thief objectives now verify animal stealing objectives if they actually exist (#38332) * Holy shit it's real. Theres actually animals in this joint * WHITESPACE SPOTTD KILL KILL KILL * Accidentally did a bad yaml oopsie * Apply suggestions from code review * when the stars kiss the sky * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- Resources/Prototypes/Objectives/thief.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index f887029fcc..9f2caf5220 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -43,7 +43,7 @@ id: BaseThiefStealAnimalObjective components: - type: StealCondition - verifyMapExistence: false + verifyMapExistence: true checkAlive: true objectiveNoOwnerText: objective-condition-steal-title-alive-no-owner descriptionText: objective-condition-thief-animal-description @@ -136,8 +136,6 @@ - type: Objective difficulty: 0.7 - - - type: entity parent: BaseThiefStealCollectionObjective id: LAMPStealCollectionObjective From 4638833ae3defeca6a15d2f9d96a32ae2e3ea32b Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 17 Jun 2025 11:07:29 +0000 Subject: [PATCH 120/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index cf1bcdb655..aa5095c893 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: BramvanZijp - changes: - - message: Deathsquad Hardsuit now provides 85% stamina damage resistance. - type: Add - id: 8176 - time: '2025-04-14T15:27:26.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35580 - author: benev0 changes: - message: Stopped climbing movent while in containers @@ -3911,3 +3904,11 @@ id: 8688 time: '2025-06-17T10:41:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38232 +- author: TheFlyingSentry + changes: + - message: Animal stealing thief objectives now actually check for the objective's + existence. + type: Tweak + id: 8689 + time: '2025-06-17T11:06:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38332 From 3c297d0620443f76b9140e92ea6db544f58f8253 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Tue, 17 Jun 2025 12:32:14 -0400 Subject: [PATCH 121/168] fix: erase expedition disks when their map is deleted (#38322) * fix: erase expedition disks when their map is deleted * fix: include paused entities in disk query, add dirty --- Content.Server/Salvage/SalvageSystem.Expeditions.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Content.Server/Salvage/SalvageSystem.Expeditions.cs b/Content.Server/Salvage/SalvageSystem.Expeditions.cs index 466678be3d..aa31c465f8 100644 --- a/Content.Server/Salvage/SalvageSystem.Expeditions.cs +++ b/Content.Server/Salvage/SalvageSystem.Expeditions.cs @@ -6,6 +6,7 @@ using Content.Shared.CCVar; using Content.Shared.Examine; using Content.Shared.Random.Helpers; using Content.Shared.Salvage.Expeditions; +using Content.Shared.Shuttles.Components; using Robust.Shared.Audio; using Robust.Shared.CPUJob.JobQueues; using Robust.Shared.CPUJob.JobQueues.Queues; @@ -76,6 +77,15 @@ public sealed partial class SalvageSystem { component.Stream = _audio.Stop(component.Stream); + // First wipe any disks referencing us + var disks = AllEntityQuery(); + while (disks.MoveNext(out var disk, out var diskComp) + && diskComp.Destination == uid) + { + diskComp.Destination = null; + Dirty(disk, diskComp); + } + foreach (var (job, cancelToken) in _salvageJobs.ToArray()) { if (job.Station == component.Station) From 22e6aef2c53c0d7f2381b6866a271fa21762ea03 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:53:58 +0200 Subject: [PATCH 122/168] Scale down 4k parallax textures (#38390) * Scale down 4k textures, add false preload to new parallaxes * Add filter effect, also make sure the preload yml actually has the correct name... --- Resources/Prototypes/Parallaxes/amber.yml | 2 +- Resources/Prototypes/Parallaxes/exo.yml | 4 ++-- .../Textures/Parallaxes/XenoParallaxNeb.png | Bin 2528955 -> 402335 bytes .../Parallaxes/XenoParallaxNeb.png.yml | 3 +++ Resources/Textures/Parallaxes/space_map2.png | Bin 6150065 -> 802924 bytes .../Textures/Parallaxes/space_map2.png.yml | 2 ++ Resources/Textures/Parallaxes/space_map3.png | Bin 1906766 -> 350785 bytes .../Textures/Parallaxes/space_map3.png.yml | 3 +++ 8 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Parallaxes/XenoParallaxNeb.png.yml create mode 100644 Resources/Textures/Parallaxes/space_map3.png.yml diff --git a/Resources/Prototypes/Parallaxes/amber.yml b/Resources/Prototypes/Parallaxes/amber.yml index 9d939b4f25..83bf8cb0a5 100644 --- a/Resources/Prototypes/Parallaxes/amber.yml +++ b/Resources/Prototypes/Parallaxes/amber.yml @@ -5,7 +5,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/space_map2.png" slowness: 0.995 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars" diff --git a/Resources/Prototypes/Parallaxes/exo.yml b/Resources/Prototypes/Parallaxes/exo.yml index 4c8f755ef6..0fcc7361b0 100644 --- a/Resources/Prototypes/Parallaxes/exo.yml +++ b/Resources/Prototypes/Parallaxes/exo.yml @@ -5,7 +5,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/space_map3.png" slowness: 0.998046875 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars" @@ -20,7 +20,7 @@ !type:ImageParallaxTextureSource path: "/Textures/Parallaxes/XenoParallaxNeb.png" slowness: 0.967046875 - scale: "1, 1" + scale: "4, 4" - texture: !type:GeneratedParallaxTextureSource id: "hq_wizard_stars_faster" diff --git a/Resources/Textures/Parallaxes/XenoParallaxNeb.png b/Resources/Textures/Parallaxes/XenoParallaxNeb.png index aac1b4c2e856c0f18775c3bd953b47945fde429b..ba0ccfa7f623609fe790357f63bae2a0c590322a 100644 GIT binary patch literal 402335 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

g@m6k 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

PcX#-}{3w#;JGGyS`1CBd~X6&x0^6~ro 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 literal 2528955 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 JX*F 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

E0(rcn!u`J#TE%y}!0>qp;jKP+G$u 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

|C#jS;}7gARhs6%{+LEf}8k?{)-0Ihy3 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

dn=ENyRWeibIv~ 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

- public SocketMessage Message { get; init; } = default!; + public Message Message { get; init; } = default!; } /// @@ -45,7 +42,7 @@ public sealed class DiscordLink : IPostInjectInit /// /// This should not be used directly outside of DiscordLink. So please do not make it public. Use the methods in this class instead. /// - private DiscordSocketClient? _client; + private GatewayClient? _client; private ISawmill _sawmill = default!; private ISawmill _sawmillLog = default!; @@ -67,7 +64,7 @@ public sealed class DiscordLink : IPostInjectInit /// /// Event that is raised when a message is received from Discord. This is raised for every message, including commands. /// - public event Action? OnMessageReceived; + public event Action? OnMessageReceived; public void RegisterCommandCallback(Action callback, string command) { @@ -101,33 +98,34 @@ public sealed class DiscordLink : IPostInjectInit return; } - _client = new DiscordSocketClient(new DiscordSocketConfig() + _client = new GatewayClient(new BotToken(token), new GatewayClientConfiguration() { - GatewayIntents = GatewayIntents.Guilds - | GatewayIntents.GuildMembers + Intents = GatewayIntents.Guilds + | GatewayIntents.GuildUsers | GatewayIntents.GuildMessages | GatewayIntents.MessageContent | GatewayIntents.DirectMessages, + Logger = new DiscordSawmillLogger(_sawmillLog), }); - _client.Log += Log; - _client.MessageReceived += OnCommandReceivedInternal; - _client.MessageReceived += OnMessageReceivedInternal; + _client.MessageCreate += OnCommandReceivedInternal; + _client.MessageCreate += OnMessageReceivedInternal; _botToken = token; // Since you cannot change the token while the server is running / the DiscordLink is initialized, // we can just set the token without updating it every time the cvar changes. - _client.Ready += () => + _client.Ready += _ => { _sawmill.Info("Discord client ready."); - return Task.CompletedTask; + return default; }; Task.Run(async () => { try { - await LoginAsync(token); + await _client.StartAsync(); + _sawmill.Info("Connected to Discord."); } catch (Exception e) { @@ -143,12 +141,11 @@ public sealed class DiscordLink : IPostInjectInit _sawmill.Info("Disconnecting from Discord."); // Unsubscribe from the events. - _client.MessageReceived -= OnCommandReceivedInternal; - _client.MessageReceived -= OnMessageReceivedInternal; + _client.MessageCreate -= OnCommandReceivedInternal; + _client.MessageCreate -= OnMessageReceivedInternal; - await _client.LogoutAsync(); - await _client.StopAsync(); - await _client.DisposeAsync(); + await _client.CloseAsync(); + _client.Dispose(); _client = null; } @@ -172,45 +169,12 @@ public sealed class DiscordLink : IPostInjectInit BotPrefix = prefix; } - private async Task LoginAsync(string token) - { - DebugTools.Assert(_client != null); - DebugTools.Assert(_client.LoginState == LoginState.LoggedOut); - - await _client.LoginAsync(TokenType.Bot, token); - await _client.StartAsync(); - - - _sawmill.Info("Connected to Discord."); - } - - private string FormatLog(LogMessage msg) - { - return msg.Exception is null - ? $"{msg.Source}: {msg.Message}" - : $"{msg.Source}: {msg.Message}\n{msg.Exception}"; - } - - private Task Log(LogMessage msg) - { - var logLevel = msg.Severity switch - { - LogSeverity.Critical => LogLevel.Fatal, - LogSeverity.Error => LogLevel.Error, - LogSeverity.Warning => LogLevel.Warning, - _ => LogLevel.Debug - }; - - _sawmillLog.Log(logLevel, FormatLog(msg)); - return Task.CompletedTask; - } - - private Task OnCommandReceivedInternal(SocketMessage message) + private ValueTask OnCommandReceivedInternal(Message message) { var content = message.Content; // If the message doesn't start with the bot prefix, ignore it. if (!content.StartsWith(BotPrefix)) - return Task.CompletedTask; + return ValueTask.CompletedTask; // Split the message into the command and the arguments. var trimmedInput = content[BotPrefix.Length..].Trim(); @@ -236,13 +200,13 @@ public sealed class DiscordLink : IPostInjectInit Arguments = arguments, Message = message, }); - return Task.CompletedTask; + return ValueTask.CompletedTask; } - private Task OnMessageReceivedInternal(SocketMessage message) + private ValueTask OnMessageReceivedInternal(Message message) { OnMessageReceived?.Invoke(message); - return Task.CompletedTask; + return ValueTask.CompletedTask; } #region Proxy methods @@ -257,14 +221,18 @@ public sealed class DiscordLink : IPostInjectInit return; } - var channel = _client.GetChannel(channelId) as IMessageChannel; + var channel = await _client.Rest.GetChannelAsync(channelId) as TextChannel; if (channel == null) { _sawmill.Error("Tried to send a message to Discord but the channel {Channel} was not found.", channel); return; } - await channel.SendMessageAsync(message, allowedMentions: AllowedMentions.None); + await channel.SendMessageAsync(new MessageProperties() + { + AllowedMentions = AllowedMentionsProperties.None, + Content = message, + }); } #endregion diff --git a/Content.Server/Discord/DiscordLink/DiscordSawmillLogger.cs b/Content.Server/Discord/DiscordLink/DiscordSawmillLogger.cs new file mode 100644 index 0000000000..c6ca6acd0e --- /dev/null +++ b/Content.Server/Discord/DiscordLink/DiscordSawmillLogger.cs @@ -0,0 +1,34 @@ +using NetCord.Logging; +using NLogLevel = NetCord.Logging.LogLevel; +using LogLevel = Robust.Shared.Log.LogLevel; + +namespace Content.Server.Discord.DiscordLink; + +public sealed class DiscordSawmillLogger(ISawmill sawmill) : IGatewayLogger, IRestLogger, IVoiceLogger +{ + private static LogLevel GetLogLevel(NLogLevel logLevel) + { + return logLevel switch + { + NLogLevel.Critical => LogLevel.Fatal, + NLogLevel.Error => LogLevel.Error, + NLogLevel.Warning => LogLevel.Warning, + _ => LogLevel.Debug, + }; + } + + void IGatewayLogger.Log(NetCord.Logging.LogLevel logLevel, TState state, Exception? exception, Func formatter) + { + sawmill.Log(GetLogLevel(logLevel), exception, formatter(state, exception)); + } + + void IRestLogger.Log(NetCord.Logging.LogLevel logLevel, TState state, Exception? exception, Func formatter) + { + sawmill.Log(GetLogLevel(logLevel), exception, formatter(state, exception)); + } + + void IVoiceLogger.Log(NetCord.Logging.LogLevel logLevel, TState state, Exception? exception, Func formatter) + { + sawmill.Log(GetLogLevel(logLevel), exception, formatter(state, exception)); + } +} diff --git a/Directory.Packages.props b/Directory.Packages.props index d18f894bf7..b2f8d0d844 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,16 +7,16 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive + - + \ No newline at end of file From b73943b04b74553bf702e5105882967b485fb24a Mon Sep 17 00:00:00 2001 From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:05:48 -0400 Subject: [PATCH 124/168] Add directionality to cable terminal port nodes (#38394) --- Content.Server/Power/Nodes/CableTerminalPortNode.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Content.Server/Power/Nodes/CableTerminalPortNode.cs b/Content.Server/Power/Nodes/CableTerminalPortNode.cs index f71f1c4aa6..b2397ebb6c 100644 --- a/Content.Server/Power/Nodes/CableTerminalPortNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalPortNode.cs @@ -21,9 +21,11 @@ namespace Content.Server.Power.Nodes var gridIndex = grid.TileIndicesFor(xform.Coordinates); var nodes = NodeHelpers.GetCardinalNeighborNodes(nodeQuery, grid, gridIndex, includeSameTile: false); - foreach (var (_, node) in nodes) + foreach (var (dir, node) in nodes) { - if (node is CableTerminalNode) + if (node is CableTerminalNode + && dir != Direction.Invalid + && xformQuery.GetComponent(node.Owner).LocalRotation.GetCardinalDir().GetOpposite() == dir) yield return node; } } From 57babe15ee7a5c8fef800ae4782e3772ddfad14b Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:22:03 -0400 Subject: [PATCH 125/168] Command resolve mega pr 6 (#38398) commit progress --- .../Commands/AdminWhoCommand.cs | 24 ++++--- .../Commands/AnnounceUiCommand.cs | 15 ++--- .../Administration/Commands/DeAdminCommand.cs | 15 ++--- .../Commands/DeleteComponent.cs | 24 ++++--- .../Commands/ExplosionCommand.cs | 66 +++++++++---------- .../Administration/Commands/FaxUiCommand.cs | 12 ++-- .../Commands/LoadGameMapCommand.cs | 46 +++++-------- .../Commands/OpenAdminLogsCommand.cs | 13 ++-- .../Commands/OpenPermissionsCommand.cs | 15 ++--- .../Administration/Commands/PardonCommand.cs | 32 +++++---- .../ui/admin-announce-window.ftl | 3 + .../ui/admin-spawn-explosion-eui.ftl | 15 ++++- .../administration/ui/permissions-eui.ftl | 3 + .../en-US/commands/admin-logs-command.ftl | 2 + .../en-US/commands/admin-who-command.ftl | 2 + .../Locale/en-US/commands/deadmin-command.ftl | 3 + .../commands/delete-component-command.ftl | 4 ++ .../Locale/en-US/commands/map-commands.ftl | 5 ++ .../Locale/en-US/commands/pardon-command.ftl | 7 ++ 19 files changed, 160 insertions(+), 146 deletions(-) create mode 100644 Resources/Locale/en-US/commands/admin-logs-command.ftl create mode 100644 Resources/Locale/en-US/commands/admin-who-command.ftl create mode 100644 Resources/Locale/en-US/commands/deadmin-command.ftl create mode 100644 Resources/Locale/en-US/commands/delete-component-command.ftl create mode 100644 Resources/Locale/en-US/commands/map-commands.ftl create mode 100644 Resources/Locale/en-US/commands/pardon-command.ftl diff --git a/Content.Server/Administration/Commands/AdminWhoCommand.cs b/Content.Server/Administration/Commands/AdminWhoCommand.cs index ee5c362a4d..0866aed78a 100644 --- a/Content.Server/Administration/Commands/AdminWhoCommand.cs +++ b/Content.Server/Administration/Commands/AdminWhoCommand.cs @@ -8,32 +8,30 @@ using Robust.Shared.Utility; namespace Content.Server.Administration.Commands; [AdminCommand(AdminFlags.AdminWho)] -public sealed class AdminWhoCommand : IConsoleCommand +public sealed class AdminWhoCommand : LocalizedCommands { - public string Command => "adminwho"; - public string Description => "Returns a list of all admins on the server"; - public string Help => "Usage: adminwho"; + [Dependency] private readonly IAfkManager _afkManager = default!; + [Dependency] private readonly IAdminManager _adminManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "adminwho"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var adminMgr = IoCManager.Resolve(); - var afk = IoCManager.Resolve(); - var seeStealth = true; // If null it (hopefully) means it is being called from the console. if (shell.Player != null) { - var playerData = adminMgr.GetAdminData(shell.Player); + var playerData = _adminManager.GetAdminData(shell.Player); seeStealth = playerData != null && playerData.CanStealth(); } var sb = new StringBuilder(); var first = true; - foreach (var admin in adminMgr.ActiveAdmins) + foreach (var admin in _adminManager.ActiveAdmins) { - var adminData = adminMgr.GetAdminData(admin)!; + var adminData = _adminManager.GetAdminData(admin)!; DebugTools.AssertNotNull(adminData); if (adminData.Stealth && !seeStealth) @@ -50,9 +48,9 @@ public sealed class AdminWhoCommand : IConsoleCommand if (adminData.Stealth) sb.Append(" (S)"); - if (shell.Player is { } player && adminMgr.HasAdminFlag(player, AdminFlags.Admin)) + if (shell.Player is { } player && _adminManager.HasAdminFlag(player, AdminFlags.Admin)) { - if (afk.IsAfk(admin)) + if (_afkManager.IsAfk(admin)) sb.Append(" [AFK]"); } } diff --git a/Content.Server/Administration/Commands/AnnounceUiCommand.cs b/Content.Server/Administration/Commands/AnnounceUiCommand.cs index abb9235a3a..55a913b80e 100644 --- a/Content.Server/Administration/Commands/AnnounceUiCommand.cs +++ b/Content.Server/Administration/Commands/AnnounceUiCommand.cs @@ -6,26 +6,23 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Moderator)] - public sealed class AnnounceUiCommand : IConsoleCommand + public sealed class AnnounceUiCommand : LocalizedEntityCommands { - public string Command => "announceui"; + [Dependency] private readonly EuiManager _euiManager = default!; - public string Description => "Opens the announcement UI"; + public override string Command => "announceui"; - public string Help => $"{Command}"; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteLine("This does not work from the server console."); + shell.WriteLine(Loc.GetString($"shell-cannot-run-command-from-server")); return; } - var eui = IoCManager.Resolve(); var ui = new AdminAnnounceEui(); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); } } } diff --git a/Content.Server/Administration/Commands/DeAdminCommand.cs b/Content.Server/Administration/Commands/DeAdminCommand.cs index cf65941200..3979c93bd7 100644 --- a/Content.Server/Administration/Commands/DeAdminCommand.cs +++ b/Content.Server/Administration/Commands/DeAdminCommand.cs @@ -7,23 +7,22 @@ namespace Content.Server.Administration.Commands { [UsedImplicitly] [AdminCommand(AdminFlags.None)] - public sealed class DeAdminCommand : IConsoleCommand + public sealed class DeAdminCommand : LocalizedCommands { - public string Command => "deadmin"; - public string Description => "Temporarily de-admins you so you can experience the round as a normal player."; - public string Help => "Usage: deadmin\nUse readmin to re-admin after using this."; + [Dependency] private readonly IAdminManager _admin = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "deadmin"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteLine("You cannot use this command from the server console."); + shell.WriteLine(Loc.GetString($"shell-cannot-run-command-from-server")); return; } - var mgr = IoCManager.Resolve(); - mgr.DeAdmin(player); + _admin.DeAdmin(player); } } } diff --git a/Content.Server/Administration/Commands/DeleteComponent.cs b/Content.Server/Administration/Commands/DeleteComponent.cs index f4b2a00760..c569a8375f 100644 --- a/Content.Server/Administration/Commands/DeleteComponent.cs +++ b/Content.Server/Administration/Commands/DeleteComponent.cs @@ -4,42 +4,40 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Spawn)] - public sealed class DeleteComponent : IConsoleCommand + public sealed class DeleteComponent : LocalizedEntityCommands { - public string Command => "deletecomponent"; - public string Description => "Deletes all instances of the specified component."; - public string Help => $"Usage: {Command} "; + [Dependency] private readonly IComponentFactory _compFactory = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "deletecomponent"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { switch (args.Length) { case 0: - shell.WriteLine($"Not enough arguments.\n{Help}"); + shell.WriteLine(Loc.GetString($"shell-need-exactly-one-argument")); break; default: var name = string.Join(" ", args); - var componentFactory = IoCManager.Resolve(); - var entityManager = IoCManager.Resolve(); - if (!componentFactory.TryGetRegistration(name, out var registration)) + if (!_compFactory.TryGetRegistration(name, out var registration)) { - shell.WriteLine($"No component exists with name {name}."); + shell.WriteLine(Loc.GetString($"cmd-deletecomponent-no-component-exists", ("name", name))); break; } var componentType = registration.Type; - var components = entityManager.GetAllComponents(componentType, true); + var components = EntityManager.GetAllComponents(componentType, true); var i = 0; foreach (var (uid, component) in components) { - entityManager.RemoveComponent(uid, component); + EntityManager.RemoveComponent(uid, component); i++; } - shell.WriteLine($"Removed {i} components with name {name}."); + shell.WriteLine(Loc.GetString($"cmd-deletecomponent-success", ("count", i), ("name", name))); break; } diff --git a/Content.Server/Administration/Commands/ExplosionCommand.cs b/Content.Server/Administration/Commands/ExplosionCommand.cs index c916a7cb5f..787886f164 100644 --- a/Content.Server/Administration/Commands/ExplosionCommand.cs +++ b/Content.Server/Administration/Commands/ExplosionCommand.cs @@ -13,72 +13,73 @@ using Robust.Server.GameObjects; namespace Content.Server.Administration.Commands; [AdminCommand(AdminFlags.Fun)] -public sealed class OpenExplosionEui : IConsoleCommand +public sealed class OpenExplosionEui : LocalizedEntityCommands { - public string Command => "explosionui"; - public string Description => "Opens a window for easy access to station destruction"; - public string Help => $"Usage: {Command}"; + [Dependency] private readonly EuiManager _euiManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "explosionui"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteError("This does not work from the server console."); + shell.WriteError(Loc.GetString($"shell-cannot-run-command-from-server")); return; } - var eui = IoCManager.Resolve(); var ui = new SpawnExplosionEui(); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); } } [AdminCommand(AdminFlags.Fun)] // for the admin. Not so much for anyone else. -public sealed class ExplosionCommand : IConsoleCommand +public sealed class ExplosionCommand : LocalizedEntityCommands { - public string Command => "explosion"; - public string Description => "Train go boom"; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly ExplosionSystem _explosion = default!; + [Dependency] private readonly TransformSystem _transform = default!; + + public override string Command => "explosion"; // Note that if you change the arguments, you should also update the client-side SpawnExplosionWindow, as that just // uses this command. - public string Help => "Usage: explosion [intensity] [slope] [maxIntensity] [x y] [mapId] [prototypeId]"; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length == 0 || args.Length == 4 || args.Length > 7) { - shell.WriteError("Wrong number of arguments."); + shell.WriteError(Loc.GetString($"shell-wrong-arguments-number")); return; } if (!float.TryParse(args[0], out var intensity)) { - shell.WriteError($"Failed to parse intensity: {args[0]}"); + shell.WriteError(Loc.GetString($"cmd-explosion-failed-to-parse-intensity", ("value", args[0]))); return; } float slope = 5; if (args.Length > 1 && !float.TryParse(args[1], out slope)) { - shell.WriteError($"Failed to parse float: {args[1]}"); + shell.WriteError(Loc.GetString($"cmd-explosion-failed-to-parse-float", ("value", args[1]))); return; } float maxIntensity = 100; if (args.Length > 2 && !float.TryParse(args[2], out maxIntensity)) { - shell.WriteError($"Failed to parse float: {args[2]}"); + shell.WriteError(Loc.GetString($"cmd-explosion-failed-to-parse-float", ("value", args[2]))); return; } float x = 0, y = 0; if (args.Length > 4) { - if (!float.TryParse(args[3], out x) || - !float.TryParse(args[4], out y)) + if (!float.TryParse(args[3], out x) || !float.TryParse(args[4], out y)) { - shell.WriteError($"Failed to parse coordinates: {(args[3], args[4])}"); + shell.WriteError(Loc.GetString($"cmd-explosion-failed-to-parse-coords", + ("value1", args[3]), + ("value2", args[4]))); return; } } @@ -88,7 +89,7 @@ public sealed class ExplosionCommand : IConsoleCommand { if (!int.TryParse(args[5], out var parsed)) { - shell.WriteError($"Failed to parse map ID: {args[5]}"); + shell.WriteError(Loc.GetString($"cmd-explosion-failed-to-parse-map-id", ("value", args[5]))); return; } coords = new MapCoordinates(new Vector2(x, y), new(parsed)); @@ -96,42 +97,39 @@ public sealed class ExplosionCommand : IConsoleCommand else { // attempt to find the player's current position - var entMan = IoCManager.Resolve(); - if (!entMan.TryGetComponent(shell.Player?.AttachedEntity, out TransformComponent? xform)) + if (!EntityManager.TryGetComponent(shell.Player?.AttachedEntity, out TransformComponent? xform)) { - shell.WriteError($"Failed get default coordinates/map via player's transform. Need to specify explicitly."); + shell.WriteError(Loc.GetString($"cmd-explosion-need-coords-explicit")); return; } if (args.Length > 4) coords = new MapCoordinates(new Vector2(x, y), xform.MapID); else - coords = entMan.System().GetMapCoordinates(shell.Player.AttachedEntity.Value, xform: xform); + coords = _transform.GetMapCoordinates(shell.Player.AttachedEntity.Value, xform: xform); } ExplosionPrototype? type; - var protoMan = IoCManager.Resolve(); if (args.Length > 6) { - if (!protoMan.TryIndex(args[6], out type)) + if (!_prototypeManager.TryIndex(args[6], out type)) { - shell.WriteError($"Unknown explosion prototype: {args[6]}"); + shell.WriteError(Loc.GetString($"cmd-explosion-unknown-prototype", ("value", args[6]))); return; } } - else if (!protoMan.TryIndex(ExplosionSystem.DefaultExplosionPrototypeId, out type)) + else if (!_prototypeManager.TryIndex(ExplosionSystem.DefaultExplosionPrototypeId, out type)) { // no prototype was specified, so lets default to whichever one was defined first - type = protoMan.EnumeratePrototypes().FirstOrDefault(); + type = _prototypeManager.EnumeratePrototypes().FirstOrDefault(); if (type == null) { - shell.WriteError($"Prototype manager has no explosion prototypes?"); + shell.WriteError(Loc.GetString($"cmd-explosion-no-prototypes")); return; } } - var sysMan = IoCManager.Resolve(); - sysMan.GetEntitySystem().QueueExplosion(coords, type.ID, intensity, slope, maxIntensity, null); + _explosion.QueueExplosion(coords, type.ID, intensity, slope, maxIntensity, null); } } diff --git a/Content.Server/Administration/Commands/FaxUiCommand.cs b/Content.Server/Administration/Commands/FaxUiCommand.cs index c1103f47d8..4b788375bd 100644 --- a/Content.Server/Administration/Commands/FaxUiCommand.cs +++ b/Content.Server/Administration/Commands/FaxUiCommand.cs @@ -6,14 +6,13 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands; [AdminCommand(AdminFlags.Fun)] -public sealed class FaxUiCommand : IConsoleCommand +public sealed class FaxUiCommand : LocalizedEntityCommands { - public string Command => "faxui"; + [Dependency] private readonly EuiManager _euiManager = default!; - public string Description => Loc.GetString("cmd-faxui-desc"); - public string Help => Loc.GetString("cmd-faxui-help"); + public override string Command => "faxui"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { @@ -21,8 +20,7 @@ public sealed class FaxUiCommand : IConsoleCommand return; } - var eui = IoCManager.Resolve(); var ui = new AdminFaxEui(); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); } } diff --git a/Content.Server/Administration/Commands/LoadGameMapCommand.cs b/Content.Server/Administration/Commands/LoadGameMapCommand.cs index 034b50a9c5..dfe18ea5bc 100644 --- a/Content.Server/Administration/Commands/LoadGameMapCommand.cs +++ b/Content.Server/Administration/Commands/LoadGameMapCommand.cs @@ -3,42 +3,36 @@ using Content.Server.GameTicking; using Content.Server.Maps; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.EntitySerialization; using Robust.Shared.Map; using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Round | AdminFlags.Spawn)] - public sealed class LoadGameMapCommand : IConsoleCommand + public sealed class LoadGameMapCommand : LocalizedEntityCommands { - public string Command => "loadgamemap"; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly GameTicker _gameTicker = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; - public string Description => "Loads the given game map at the given coordinates."; + public override string Command => "loadgamemap"; - public string Help => "loadgamemap [ []] "; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var prototypeManager = IoCManager.Resolve(); - var entityManager = IoCManager.Resolve(); - var gameTicker = entityManager.EntitySysManager.GetEntitySystem(); - var mapSys = entityManager.EntitySysManager.GetEntitySystem(); - if (args.Length is not (2 or 4 or 5)) { shell.WriteError(Loc.GetString("shell-wrong-arguments-number")); return; } - if (!prototypeManager.TryIndex(args[1], out var gameMap)) + if (!_prototypeManager.TryIndex(args[1], out var gameMap)) { shell.WriteError($"The given map prototype {args[0]} is invalid."); return; } if (!int.TryParse(args[0], out var mapId)) - return; + return; var stationName = args.Length == 5 ? args[4] : null; @@ -48,14 +42,14 @@ namespace Content.Server.Administration.Commands var id = new MapId(mapId); - var grids = mapSys.MapExists(id) - ? gameTicker.MergeGameMap(gameMap, id, stationName: stationName, offset: offset) - : gameTicker.LoadGameMapWithId(gameMap, id, stationName: stationName, offset: offset); + var grids = _mapSystem.MapExists(id) + ? _gameTicker.MergeGameMap(gameMap, id, stationName: stationName, offset: offset) + : _gameTicker.LoadGameMapWithId(gameMap, id, stationName: stationName, offset: offset); shell.WriteLine($"Loaded {grids.Count} grids."); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { switch (args.Length) { @@ -79,26 +73,20 @@ namespace Content.Server.Administration.Commands } [AdminCommand(AdminFlags.Round | AdminFlags.Spawn)] - public sealed class ListGameMaps : IConsoleCommand + public sealed class ListGameMaps : LocalizedCommands { - public string Command => "listgamemaps"; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - public string Description => "Lists the game maps that can be used by loadgamemap"; + public override string Command => "listgamemaps"; - public string Help => "listgamemaps"; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var prototypeManager = IoCManager.Resolve(); - var entityManager = IoCManager.Resolve(); - var gameTicker = entityManager.EntitySysManager.GetEntitySystem(); - if (args.Length != 0) { shell.WriteError(Loc.GetString("shell-wrong-arguments-number")); return; } - foreach (var prototype in prototypeManager.EnumeratePrototypes()) + foreach (var prototype in _prototypeManager.EnumeratePrototypes()) { shell.WriteLine($"{prototype.ID} - {prototype.MapName}"); } diff --git a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs index 5572fa542b..1beaaa928e 100644 --- a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs +++ b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs @@ -6,13 +6,13 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands; [AdminCommand(AdminFlags.Logs)] -public sealed class OpenAdminLogsCommand : IConsoleCommand +public sealed class OpenAdminLogsCommand : LocalizedEntityCommands { - public string Command => "adminlogs"; - public string Description => "Opens the admin logs panel."; - public string Help => $"Usage: {Command}"; + [Dependency] private readonly EuiManager _euiManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "adminlogs"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { @@ -20,8 +20,7 @@ public sealed class OpenAdminLogsCommand : IConsoleCommand return; } - var eui = IoCManager.Resolve(); var ui = new AdminLogsEui(); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); } } diff --git a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs index fd3227d4aa..14167931e8 100644 --- a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs +++ b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs @@ -6,24 +6,23 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Permissions)] - public sealed class OpenPermissionsCommand : IConsoleCommand + public sealed class OpenPermissionsCommand : LocalizedEntityCommands { - public string Command => "permissions"; - public string Description => "Opens the admin permissions panel."; - public string Help => "Usage: permissions"; + [Dependency] private readonly EuiManager _euiManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "permissions"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteLine("This does not work from the server console."); + shell.WriteLine(Loc.GetString($"shell-cannot-run-command-from-server")); return; } - var eui = IoCManager.Resolve(); var ui = new PermissionsEui(); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); } } } diff --git a/Content.Server/Administration/Commands/PardonCommand.cs b/Content.Server/Administration/Commands/PardonCommand.cs index 9cbaaece31..5c4417a966 100644 --- a/Content.Server/Administration/Commands/PardonCommand.cs +++ b/Content.Server/Administration/Commands/PardonCommand.cs @@ -1,21 +1,19 @@ -using System.Text; -using Content.Server.Database; +using Content.Server.Database; using Content.Shared.Administration; using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Ban)] - public sealed class PardonCommand : IConsoleCommand + public sealed class PardonCommand : LocalizedCommands { - public string Command => "pardon"; - public string Description => "Pardons somebody's ban"; - public string Help => $"Usage: {Command} "; + [Dependency] private readonly IServerDbManager _dbManager = default!; - public async void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "pardon"; + + public override async void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; - var dbMan = IoCManager.Resolve(); if (args.Length != 1) { @@ -25,11 +23,11 @@ namespace Content.Server.Administration.Commands if (!int.TryParse(args[0], out var banId)) { - shell.WriteLine($"Unable to parse {args[0]} as a ban id integer.\n{Help}"); + shell.WriteLine(Loc.GetString($"cmd-pardon-unable-to-parse", ("id", args[0]), ("help", Help))); return; } - var ban = await dbMan.GetServerBanAsync(banId); + var ban = await _dbManager.GetServerBanAsync(banId); if (ban == null) { @@ -39,22 +37,22 @@ namespace Content.Server.Administration.Commands if (ban.Unban != null) { - var response = new StringBuilder("This ban has already been pardoned"); - if (ban.Unban.UnbanningAdmin != null) { - response.Append($" by {ban.Unban.UnbanningAdmin.Value}"); + shell.WriteLine(Loc.GetString($"cmd-pardon-already-pardoned-specific", + ("admin", ban.Unban.UnbanningAdmin.Value), + ("time", ban.Unban.UnbanTime))); } - response.Append($" in {ban.Unban.UnbanTime}."); + else + shell.WriteLine(Loc.GetString($"cmd-pardon-already-pardoned")); - shell.WriteLine(response.ToString()); return; } - await dbMan.AddServerUnbanAsync(new ServerUnbanDef(banId, player?.UserId, DateTimeOffset.Now)); + await _dbManager.AddServerUnbanAsync(new ServerUnbanDef(banId, player?.UserId, DateTimeOffset.Now)); - shell.WriteLine($"Pardoned ban with id {banId}"); + shell.WriteLine(Loc.GetString($"cmd-pardon-success", ("id", banId))); } } } diff --git a/Resources/Locale/en-US/administration/ui/admin-announce-window.ftl b/Resources/Locale/en-US/administration/ui/admin-announce-window.ftl index 1db8cfad25..d4341b99bc 100644 --- a/Resources/Locale/en-US/administration/ui/admin-announce-window.ftl +++ b/Resources/Locale/en-US/administration/ui/admin-announce-window.ftl @@ -6,3 +6,6 @@ admin-announce-button = Announce admin-announce-type-station = Station admin-announce-type-server = Server admin-announce-keep-open = Keep open + +cmd-announceui-desc = Opens the announcement UI. +cmd-announceui-help = Usage: announceui diff --git a/Resources/Locale/en-US/administration/ui/admin-spawn-explosion-eui.ftl b/Resources/Locale/en-US/administration/ui/admin-spawn-explosion-eui.ftl index 85f4a065f4..1d30c5d9fc 100644 --- a/Resources/Locale/en-US/administration/ui/admin-spawn-explosion-eui.ftl +++ b/Resources/Locale/en-US/administration/ui/admin-spawn-explosion-eui.ftl @@ -13,4 +13,17 @@ admin-explosion-eui-label-directional = Directional admin-explosion-eui-label-angle = Angle admin-explosion-eui-label-spread = Spread admin-explosion-eui-label-distance = Distance -admin-explosion-eui-label-spawn = Kabloom! \ No newline at end of file +admin-explosion-eui-label-spawn = Kabloom! + +cmd-explosionui-desc = Opens a window for easy access to station destruction. +cmd-explosionui-help = Usage: explosionui + +cmd-explosion-desc = Train go boom +cmd-explosion-help = Usage: explosion [intensity] [slope] [maxIntensity] [x y] [mapId] [prototypeId] +cmd-explosion-failed-to-parse-intensity = Failed to parse intensity: {$value} +cmd-explosion-failed-to-parse-float = Failed to parse float: {$value} +cmd-explosion-failed-to-parse-coords = Failed to parse coordinates: {$value1} {$value2} +cmd-explosion-failed-to-parse-map-id = Failed to parse map ID: {$value} +cmd-explosion-need-coords-explicit = Failed get default coordinates/map via player's transform. Need to specify explicitly. +cmd-explosion-unknown-prototype = Unknown explosion prototype: {$value} +cmd-explosion-no-prototypes = Prototype manager has no explosion prototypes? diff --git a/Resources/Locale/en-US/administration/ui/permissions-eui.ftl b/Resources/Locale/en-US/administration/ui/permissions-eui.ftl index 228f40f828..0ff1f9fb55 100644 --- a/Resources/Locale/en-US/administration/ui/permissions-eui.ftl +++ b/Resources/Locale/en-US/administration/ui/permissions-eui.ftl @@ -21,3 +21,6 @@ permissions-eui-edit-admin-rank-button = Edit permissions-eui-edit-admin-rank-window-title = Edit Admin Rank permissions-eui-edit-admin-window-save-button = Save permissions-eui-edit-admin-window-remove-flag-button = Remove + +cmd-permissions-desc = Opens the admin permissions panel. +cmd-permissions-help = Usage: permissions diff --git a/Resources/Locale/en-US/commands/admin-logs-command.ftl b/Resources/Locale/en-US/commands/admin-logs-command.ftl new file mode 100644 index 0000000000..539c917ddb --- /dev/null +++ b/Resources/Locale/en-US/commands/admin-logs-command.ftl @@ -0,0 +1,2 @@ +cmd-adminlogs-desc = Opens the admin logs panel. +cmd-adminlogs-help = Usage: adminlogs diff --git a/Resources/Locale/en-US/commands/admin-who-command.ftl b/Resources/Locale/en-US/commands/admin-who-command.ftl new file mode 100644 index 0000000000..05ad540e0d --- /dev/null +++ b/Resources/Locale/en-US/commands/admin-who-command.ftl @@ -0,0 +1,2 @@ +cmd-adminwho-desc = Returns a list of all admins on the server. +cmd-adminwho-help = Usage: adminwho diff --git a/Resources/Locale/en-US/commands/deadmin-command.ftl b/Resources/Locale/en-US/commands/deadmin-command.ftl new file mode 100644 index 0000000000..e031595eba --- /dev/null +++ b/Resources/Locale/en-US/commands/deadmin-command.ftl @@ -0,0 +1,3 @@ +cmd-deadmin-desc = Temporarily de-admins you so you can experience the round as a normal player. +cmd-deadmin-help = Usage: deadmin + Use readmin to re-admin after using this. diff --git a/Resources/Locale/en-US/commands/delete-component-command.ftl b/Resources/Locale/en-US/commands/delete-component-command.ftl new file mode 100644 index 0000000000..f8435e4c64 --- /dev/null +++ b/Resources/Locale/en-US/commands/delete-component-command.ftl @@ -0,0 +1,4 @@ +cmd-deletecomponent-desc = Deletes all instances of the specified component. +cmd-deletecomponent-help = Usage: deletecomponent " +cmd-deletecomponent-no-component-exists = No component exists with name {$name}. +cmd-deletecomponent-success = Removed {$count} components with name {$name}. diff --git a/Resources/Locale/en-US/commands/map-commands.ftl b/Resources/Locale/en-US/commands/map-commands.ftl new file mode 100644 index 0000000000..f5663f6824 --- /dev/null +++ b/Resources/Locale/en-US/commands/map-commands.ftl @@ -0,0 +1,5 @@ +cmd-loadgamemap-desc = Loads the given game map at the given coordinates. +cmd-loadgamemap-help = loadgamemap [ []] + +cmd-listgamemaps-desc = Lists the game maps that can be used by loadgamemap. +cmd-listgamemaps-help = Usage: listgamemaps diff --git a/Resources/Locale/en-US/commands/pardon-command.ftl b/Resources/Locale/en-US/commands/pardon-command.ftl new file mode 100644 index 0000000000..c934865629 --- /dev/null +++ b/Resources/Locale/en-US/commands/pardon-command.ftl @@ -0,0 +1,7 @@ +cmd-pardon-desc = Pardon somebody's ban. +cmd-pardon-help = Usage: pardon +cmd-pardon-unable-to-parse = Unable to parse {$id} as a ban id integer. + {$help} +cmd-pardon-already-pardoned = This ban has already been pardoned. +cmd-pardon-already-pardoned-specific = This ban has already been pardoned by {$admin} in {$time}. +cmd-pardon-success = Pardoned ban with id {$id}. From 0e1ff2644f098688a49bf7b0bba59eb97c815da4 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:01:28 -0400 Subject: [PATCH 126/168] Command resolve killing and LEC conversions batch 2 (#38367) commit progress --- Content.Server/Movement/LockEyesCommand.cs | 16 +++---- Content.Server/Movement/RotateEyesCommand.cs | 16 ++++--- Content.Server/NPC/Commands/NPCCommand.cs | 14 +++---- .../Power/SetBatteryPercentCommand.cs | 27 ++++++------ .../Systems/RadiationSystem.Debug.cs | 13 +++--- Content.Server/Roles/AddRoleCommand.cs | 37 ++++++++-------- Content.Server/Roles/ListRolesCommand.cs | 15 +++---- Content.Server/Roles/RemoveRoleCommand.cs | 31 +++++++------- .../StartSingularityEngineCommand.cs | 42 +++++++++---------- .../Locale/en-US/commands/eye-commands.ftl | 10 +++++ .../Locale/en-US/commands/npc-command.ftl | 2 + .../en-US/commands/radiation-command.ftl | 2 + .../Locale/en-US/commands/role-commands.ftl | 12 ++++++ .../commands/set-battery-percent-command.ftl | 4 ++ .../commands/start-singularity-command.ftl | 2 + Resources/Locale/en-US/movement/eye.ftl | 10 ----- .../en-US/radiation/radiation-command.ftl | 2 - Resources/Locale/en-US/shell.ftl | 1 + 18 files changed, 130 insertions(+), 126 deletions(-) create mode 100644 Resources/Locale/en-US/commands/eye-commands.ftl create mode 100644 Resources/Locale/en-US/commands/npc-command.ftl create mode 100644 Resources/Locale/en-US/commands/radiation-command.ftl create mode 100644 Resources/Locale/en-US/commands/role-commands.ftl create mode 100644 Resources/Locale/en-US/commands/set-battery-percent-command.ftl create mode 100644 Resources/Locale/en-US/commands/start-singularity-command.ftl delete mode 100644 Resources/Locale/en-US/movement/eye.ftl delete mode 100644 Resources/Locale/en-US/radiation/radiation-command.ftl diff --git a/Content.Server/Movement/LockEyesCommand.cs b/Content.Server/Movement/LockEyesCommand.cs index fd9854041e..006d8b4dce 100644 --- a/Content.Server/Movement/LockEyesCommand.cs +++ b/Content.Server/Movement/LockEyesCommand.cs @@ -6,16 +6,17 @@ using Robust.Shared.Console; namespace Content.Server.Movement; [AdminCommand(AdminFlags.Fun)] -public sealed class LockEyesCommand : IConsoleCommand +public sealed class LockEyesCommand : LocalizedEntityCommands { - public string Command => $"lockeyes"; - public string Description => Loc.GetString("lockeyes-command-description"); - public string Help => Loc.GetString("lockeyes-command-help"); - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly SharedMoverController _controller = default!; + + public override string Command => $"lockeyes"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteError(Loc.GetString("shell-wrong-arguments-number")); + shell.WriteError(Loc.GetString("shell-need-exactly-one-argument")); return; } @@ -25,7 +26,6 @@ public sealed class LockEyesCommand : IConsoleCommand return; } - var system = IoCManager.Resolve().GetEntitySystem(); - system.CameraRotationLocked = value; + _controller.CameraRotationLocked = value; } } diff --git a/Content.Server/Movement/RotateEyesCommand.cs b/Content.Server/Movement/RotateEyesCommand.cs index 733d341820..7fff4b5ad6 100644 --- a/Content.Server/Movement/RotateEyesCommand.cs +++ b/Content.Server/Movement/RotateEyesCommand.cs @@ -6,14 +6,12 @@ using Robust.Shared.Console; namespace Content.Server.Movement; [AdminCommand(AdminFlags.Fun)] -public sealed class RotateEyesCommand : IConsoleCommand +public sealed class RotateEyesCommand : LocalizedEntityCommands { - public string Command => "rotateeyes"; - public string Description => Loc.GetString("rotateeyes-command-description"); - public string Help => Loc.GetString("rotateeyes-command-help"); - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "rotateeyes"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var entManager = IoCManager.Resolve(); var rotation = Angle.Zero; if (args.Length == 1) @@ -28,7 +26,7 @@ public sealed class RotateEyesCommand : IConsoleCommand } var count = 0; - var query = entManager.EntityQueryEnumerator(); + var query = EntityManager.EntityQueryEnumerator(); while (query.MoveNext(out var uid, out var mover)) { if (mover.TargetRelativeRotation.Equals(rotation)) @@ -36,10 +34,10 @@ public sealed class RotateEyesCommand : IConsoleCommand mover.TargetRelativeRotation = rotation; - entManager.Dirty(uid, mover); + EntityManager.Dirty(uid, mover); count++; } - shell.WriteLine(Loc.GetString("rotateeyes-command-count", ("count", count))); + shell.WriteLine(Loc.GetString("cmd-rotateeyes-command-count", ("count", count))); } } diff --git a/Content.Server/NPC/Commands/NPCCommand.cs b/Content.Server/NPC/Commands/NPCCommand.cs index e1e432e1a4..451d440f45 100644 --- a/Content.Server/NPC/Commands/NPCCommand.cs +++ b/Content.Server/NPC/Commands/NPCCommand.cs @@ -7,12 +7,13 @@ using Robust.Shared.Console; namespace Content.Server.NPC.Commands; [AdminCommand(AdminFlags.Debug)] -public sealed class NPCCommand : IConsoleCommand +public sealed class NpcCommand : LocalizedEntityCommands { - public string Command => "npc"; - public string Description => "Opens the debug window for NPCs"; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly EuiManager _euiManager = default!; + + public override string Command => "npc"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } playerSession) { @@ -20,7 +21,6 @@ public sealed class NPCCommand : IConsoleCommand return; } - var euiManager = IoCManager.Resolve(); - euiManager.OpenEui(new NPCEui(), playerSession); + _euiManager.OpenEui(new NPCEui(), playerSession); } } diff --git a/Content.Server/Power/SetBatteryPercentCommand.cs b/Content.Server/Power/SetBatteryPercentCommand.cs index b73cf63069..7ceee20172 100644 --- a/Content.Server/Power/SetBatteryPercentCommand.cs +++ b/Content.Server/Power/SetBatteryPercentCommand.cs @@ -7,41 +7,40 @@ using Robust.Shared.Console; namespace Content.Server.Power { [AdminCommand(AdminFlags.Debug)] - public sealed class SetBatteryPercentCommand : IConsoleCommand + public sealed class SetBatteryPercentCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entManager = default!; + [Dependency] private readonly BatterySystem _batterySystem = default!; - public string Command => "setbatterypercent"; - public string Description => "Drains or recharges a battery by entity uid and percentage, i.e.: forall with Battery do setbatterypercent $ID 0"; - public string Help => $"{Command} "; + public override string Command => "setbatterypercent"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 2) { - shell.WriteLine($"Invalid amount of arguments.\n{Help}"); + shell.WriteLine(Loc.GetString($"shell-wrong-arguments-number-need-specific", + ("properAmount", 2), + ("currentAmount", args.Length))); return; } - if (!NetEntity.TryParse(args[0], out var netEnt) || !_entManager.TryGetEntity(netEnt, out var id)) + if (!NetEntity.TryParse(args[0], out var netEnt) || !EntityManager.TryGetEntity(netEnt, out var id)) { - shell.WriteLine($"{args[0]} is not a valid entity id."); + shell.WriteLine(Loc.GetString($"shell-invalid-entity-uid", ("uid", args[0]))); return; } if (!float.TryParse(args[1], out var percent)) { - shell.WriteLine($"{args[1]} is not a valid float (percentage)."); + shell.WriteLine(Loc.GetString($"cmd-setbatterypercent-not-valid-percent", ("arg", args[1]))); return; } - if (!_entManager.TryGetComponent(id, out var battery)) + if (!EntityManager.TryGetComponent(id, out var battery)) { - shell.WriteLine($"No battery found with id {id}."); + shell.WriteLine(Loc.GetString($"cmd-setbatterypercent-battery-not-found", ("id", id))); return; } - var system = IoCManager.Resolve().GetEntitySystem(); - system.SetCharge(id.Value, battery.MaxCharge * percent / 100, battery); + _batterySystem.SetCharge(id.Value, battery.MaxCharge * percent / 100, battery); // Don't acknowledge b/c people WILL forall this } } diff --git a/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs b/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs index 4436090565..f2eac9be6c 100644 --- a/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs +++ b/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs @@ -89,19 +89,18 @@ public partial class RadiationSystem /// Toggle visibility of radiation rays coming from rad sources. /// [AdminCommand(AdminFlags.Admin)] -public sealed class RadiationViewCommand : IConsoleCommand +public sealed class RadiationViewCommand : LocalizedEntityCommands { - public string Command => "showradiation"; - public string Description => Loc.GetString("radiation-command-description"); - public string Help => Loc.GetString("radiation-command-help"); + [Dependency] private readonly RadiationSystem _radiation = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "showradiation"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var session = shell.Player; if (session == null) return; - var entityManager = IoCManager.Resolve(); - entityManager.System().ToggleDebugView(session); + _radiation.ToggleDebugView(session); } } diff --git a/Content.Server/Roles/AddRoleCommand.cs b/Content.Server/Roles/AddRoleCommand.cs index e510d24ac0..6337657612 100644 --- a/Content.Server/Roles/AddRoleCommand.cs +++ b/Content.Server/Roles/AddRoleCommand.cs @@ -10,53 +10,50 @@ using Robust.Shared.Prototypes; namespace Content.Server.Roles { [AdminCommand(AdminFlags.Admin)] - public sealed class AddRoleCommand : IConsoleCommand + public sealed class AddRoleCommand : LocalizedEntityCommands { - [Dependency] private readonly EntityManager _entityManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly JobSystem _jobSystem = default!; - public string Command => "addrole"; + public override string Command => "addrole"; - public string Description => "Adds a role to a player's mind."; - - public string Help => "addrole "; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 2) { - shell.WriteLine("Expected exactly 2 arguments."); + shell.WriteLine(Loc.GetString($"shell-wrong-arguments-number-need-specific", + ("properAmount", 2), + ("currentAmount", args.Length))); return; } - var mgr = IoCManager.Resolve(); - if (!mgr.TryGetPlayerDataByUsername(args[0], out var data)) + if (!_playerManager.TryGetPlayerDataByUsername(args[0], out var data)) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-addrole-mind-not-found")); return; } var mind = data.ContentData()?.Mind; if (mind == null) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-addrole-mind-not-found")); return; } - var prototypeManager = IoCManager.Resolve(); - if (!prototypeManager.TryIndex(args[1], out var jobPrototype)) + if (!_prototypeManager.TryIndex(args[1], out var jobPrototype)) { - shell.WriteLine("Can't find that role"); + shell.WriteLine(Loc.GetString($"cmd-addrole-role-not-found")); return; } - var jobs = _entityManager.System(); - if (jobs.MindHasJobWithId(mind, jobPrototype.Name)) + if (_jobSystem.MindHasJobWithId(mind, jobPrototype.Name)) { - shell.WriteLine("Mind already has that role"); + shell.WriteLine(Loc.GetString($"cmd-addrole-mind-already-has-role")); return; } - jobs.MindAddJob(mind.Value, args[1]); + _jobSystem.MindAddJob(mind.Value, args[1]); } } } diff --git a/Content.Server/Roles/ListRolesCommand.cs b/Content.Server/Roles/ListRolesCommand.cs index 41f6704249..22c8491591 100644 --- a/Content.Server/Roles/ListRolesCommand.cs +++ b/Content.Server/Roles/ListRolesCommand.cs @@ -7,24 +7,21 @@ using Robust.Shared.Prototypes; namespace Content.Server.Roles { [AdminCommand(AdminFlags.Admin)] - public sealed class ListRolesCommand : IConsoleCommand + public sealed class ListRolesCommand : LocalizedCommands { - public string Command => "listroles"; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - public string Description => "Lists roles"; + public override string Command => "listroles"; - public string Help => "listroles"; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 0) { - shell.WriteLine("Expected no arguments."); + shell.WriteLine(Loc.GetString($"shell-need-exactly-zero-arguments")); return; } - var prototypeManager = IoCManager.Resolve(); - foreach(var job in prototypeManager.EnumeratePrototypes()) + foreach(var job in _prototypeManager.EnumeratePrototypes()) { shell.WriteLine(job.ID); } diff --git a/Content.Server/Roles/RemoveRoleCommand.cs b/Content.Server/Roles/RemoveRoleCommand.cs index c6e11cee22..2d18415067 100644 --- a/Content.Server/Roles/RemoveRoleCommand.cs +++ b/Content.Server/Roles/RemoveRoleCommand.cs @@ -9,28 +9,27 @@ using Robust.Shared.Console; namespace Content.Server.Roles { [AdminCommand(AdminFlags.Admin)] - public sealed class RemoveRoleCommand : IConsoleCommand + public sealed class RemoveRoleCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entityManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly SharedJobSystem _jobs = default!; + [Dependency] private readonly SharedRoleSystem _roles = default!; - public string Command => "rmrole"; + public override string Command => "rmrole"; - public string Description => "Removes a role from a player's mind."; - - public string Help => "rmrole \nThat role type is the actual C# type name."; - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 2) { - shell.WriteLine("Expected exactly 2 arguments."); + shell.WriteLine(Loc.GetString($"shell-wrong-arguments-number-need-specific", + ("properAmount", 2), + ("currentAmount", args.Length))); return; } - var mgr = IoCManager.Resolve(); - if (!mgr.TryGetPlayerDataByUsername(args[0], out var data)) + if (!_playerManager.TryGetPlayerDataByUsername(args[0], out var data)) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-addrole-mind-not-found")); return; } @@ -38,14 +37,12 @@ namespace Content.Server.Roles if (mind == null) { - shell.WriteLine("Can't find that mind"); + shell.WriteLine(Loc.GetString($"cmd-addrole-mind-not-found")); return; } - var roles = _entityManager.System(); - var jobs = _entityManager.System(); - if (jobs.MindHasJobWithId(mind, args[1])) - roles.MindRemoveRole(mind.Value); + if (_jobs.MindHasJobWithId(mind, args[1])) + _roles.MindRemoveRole(mind.Value); } } } diff --git a/Content.Server/Singularity/StartSingularityEngineCommand.cs b/Content.Server/Singularity/StartSingularityEngineCommand.cs index a373c0da5e..0eb8e5ff46 100644 --- a/Content.Server/Singularity/StartSingularityEngineCommand.cs +++ b/Content.Server/Singularity/StartSingularityEngineCommand.cs @@ -12,57 +12,53 @@ using Robust.Shared.Console; namespace Content.Server.Singularity { [AdminCommand(AdminFlags.Admin)] - public sealed class StartSingularityEngineCommand : IConsoleCommand + public sealed class StartSingularityEngineCommand : LocalizedEntityCommands { - public string Command => "startsingularityengine"; - public string Description => "Automatically turns on the particle accelerator and containment field emitters."; - public string Help => $"{Command}"; + [Dependency] private readonly EmitterSystem _emitterSystem = default!; + [Dependency] private readonly MultipartMachineSystem _multipartSystem = default!; + [Dependency] private readonly ParticleAcceleratorSystem _paSystem = default!; + [Dependency] private readonly RadiationCollectorSystem _radCollectorSystem = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "startsingularityengine"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 0) { - shell.WriteLine($"Invalid amount of arguments: {args.Length}.\n{Help}"); + shell.WriteLine(Loc.GetString($"shell-need-exactly-zero-arguments")); return; } - var entityManager = IoCManager.Resolve(); - var entitySystemManager = IoCManager.Resolve(); - // Turn on emitters - var emitterQuery = entityManager.EntityQueryEnumerator(); - var emitterSystem = entitySystemManager.GetEntitySystem(); + var emitterQuery = EntityManager.EntityQueryEnumerator(); while (emitterQuery.MoveNext(out var uid, out var emitterComponent)) { //FIXME: This turns on ALL emitters, including APEs. It should only turn on the containment field emitters. - emitterSystem.SwitchOn(uid, emitterComponent); + _emitterSystem.SwitchOn(uid, emitterComponent); } // Turn on radiation collectors - var radiationCollectorQuery = entityManager.EntityQueryEnumerator(); - var radiationCollectorSystem = entitySystemManager.GetEntitySystem(); + var radiationCollectorQuery = EntityManager.EntityQueryEnumerator(); while (radiationCollectorQuery.MoveNext(out var uid, out var radiationCollectorComponent)) { - radiationCollectorSystem.SetCollectorEnabled(uid, enabled: true, user: null, radiationCollectorComponent); + _radCollectorSystem.SetCollectorEnabled(uid, enabled: true, user: null, radiationCollectorComponent); } // Setup PA - var multipartMachineManager = entitySystemManager.GetEntitySystem(); - var paSystem = entitySystemManager.GetEntitySystem(); - var paQuery = entityManager.EntityQueryEnumerator(); + var paQuery = EntityManager.EntityQueryEnumerator(); while (paQuery.MoveNext(out var paId, out var paControl)) { - if (!entityManager.TryGetComponent(paId, out var machine)) + if (!EntityManager.TryGetComponent(paId, out var machine)) continue; - if (!multipartMachineManager.Rescan((paId, machine))) + if (!_multipartSystem.Rescan((paId, machine))) continue; - paSystem.SetStrength(paId, ParticleAcceleratorPowerState.Level0, comp: paControl); - paSystem.SwitchOn(paId, comp: paControl); + _paSystem.SetStrength(paId, ParticleAcceleratorPowerState.Level0, comp: paControl); + _paSystem.SwitchOn(paId, comp: paControl); } - shell.WriteLine("Done!"); + shell.WriteLine(Loc.GetString($"shell-command-success")); } } } diff --git a/Resources/Locale/en-US/commands/eye-commands.ftl b/Resources/Locale/en-US/commands/eye-commands.ftl new file mode 100644 index 0000000000..512c56cb60 --- /dev/null +++ b/Resources/Locale/en-US/commands/eye-commands.ftl @@ -0,0 +1,10 @@ +parse-bool-fail = Unable to parse {$arg} as a bool +parse-float-fail = Unable to parse {$arg} as a float + +cmd-lockeyes-desc = Prevents eyes from being rotated any further. +cmd-lockeyes-help = Usage: lockeyes + +cmd-rotateeyes-desc = Rotates every player's current eye to the specified rotation +cmd-rotateeyes-help = rotateeyes +cmd-rotateeyes-command-count = Set {$count} eye rotations + diff --git a/Resources/Locale/en-US/commands/npc-command.ftl b/Resources/Locale/en-US/commands/npc-command.ftl new file mode 100644 index 0000000000..37117437dd --- /dev/null +++ b/Resources/Locale/en-US/commands/npc-command.ftl @@ -0,0 +1,2 @@ +cmd-npc-desc = Opens the debug window for NPCs. +cmd-npc-help = Usage: npc diff --git a/Resources/Locale/en-US/commands/radiation-command.ftl b/Resources/Locale/en-US/commands/radiation-command.ftl new file mode 100644 index 0000000000..852ddc5437 --- /dev/null +++ b/Resources/Locale/en-US/commands/radiation-command.ftl @@ -0,0 +1,2 @@ +cmd-showradiation-desc = Toggle visibility of radiation rays coming from rad sources +cmd-showradiation-help = Usage: showradiation diff --git a/Resources/Locale/en-US/commands/role-commands.ftl b/Resources/Locale/en-US/commands/role-commands.ftl new file mode 100644 index 0000000000..ff8a2533e3 --- /dev/null +++ b/Resources/Locale/en-US/commands/role-commands.ftl @@ -0,0 +1,12 @@ +cmd-addrole-desc = Adds a role to a player's mind. +cmd-addrole-help = Usage: addrole +cmd-addrole-mind-not-found = Can't find that mind. +cmd-addrole-role-not-found = Can't find that role. +cmd-addrole-mind-already-has-role = Mind already has that role. + +cmd-listroles-desc = List all available roles. +cmd-listroles-help = Usage: listroles + +cmd-rmrole-desc = Removes a role from a player's mind. +cmd-rmrole-help = Usage: rmrole + The role type is the actual C# type name. diff --git a/Resources/Locale/en-US/commands/set-battery-percent-command.ftl b/Resources/Locale/en-US/commands/set-battery-percent-command.ftl new file mode 100644 index 0000000000..d7323e4831 --- /dev/null +++ b/Resources/Locale/en-US/commands/set-battery-percent-command.ftl @@ -0,0 +1,4 @@ +cmd-setbatterypercent-desc = Drains or recharges a battery by entity uid and percentage, i.e.: forall with Battery do setbatterypercent $ID 0 +cmd-setbatterypercent-help = Usage: setbatterypercent +cmd-setbatterypercent-battery-not-found = No battery found with id {$id}. +cmd-setbatterypercent-not-valid-percent = {$arg} is not a valid float (percentage). diff --git a/Resources/Locale/en-US/commands/start-singularity-command.ftl b/Resources/Locale/en-US/commands/start-singularity-command.ftl new file mode 100644 index 0000000000..26c9c6a4fd --- /dev/null +++ b/Resources/Locale/en-US/commands/start-singularity-command.ftl @@ -0,0 +1,2 @@ +cmd-startsingularityengine-desc = Automatically turns on the particle accelerator and containment field emitters. +cmd-startsingularityengine-help = Usage: startsingularityengine diff --git a/Resources/Locale/en-US/movement/eye.ftl b/Resources/Locale/en-US/movement/eye.ftl deleted file mode 100644 index fd3f1117b6..0000000000 --- a/Resources/Locale/en-US/movement/eye.ftl +++ /dev/null @@ -1,10 +0,0 @@ -parse-bool-fail = Unable to parse {$arg} as a bool -parse-float-fail = Unable to parse {$arg} as a float - -lockeyes-command-description = Prevents eyes from being rotated any further -lockeyes-command-help = lockeyes - -rotateeyes-command-description = Rotates every player's current eye to the specified rotation -rotateeyes-command-help = rotateeyes -rotateeyes-command-count = Set {$count} eye rotations - diff --git a/Resources/Locale/en-US/radiation/radiation-command.ftl b/Resources/Locale/en-US/radiation/radiation-command.ftl deleted file mode 100644 index d41b2a5207..0000000000 --- a/Resources/Locale/en-US/radiation/radiation-command.ftl +++ /dev/null @@ -1,2 +0,0 @@ -radiation-command-description = Toggle visibility of radiation rays coming from rad sources -radiation-command-help = Usage: showradiation diff --git a/Resources/Locale/en-US/shell.ftl b/Resources/Locale/en-US/shell.ftl index 3f4aea5ed2..3661c45cb0 100644 --- a/Resources/Locale/en-US/shell.ftl +++ b/Resources/Locale/en-US/shell.ftl @@ -19,6 +19,7 @@ shell-wrong-arguments-number = Wrong number of arguments. shell-need-between-arguments = Need {$lower} to {$upper} arguments! shell-need-minimum-arguments = Need at least {$minimum} arguments! shell-need-minimum-one-argument = Need at least one argument! +shell-need-exactly-zero-arguments = This command takes zero arguments. shell-argument-uid = EntityUid From 9d22f6147c384d7f4221b25f4b3cb645066160b7 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:08:12 -0400 Subject: [PATCH 127/168] Command resolve killing, LEC conversions, and general cleanup. (#38338) * i'm just gonna put this here. * I'm just gonna do it. * Update ShowHTNCommand.cs * I feel dumb. * may as well with this too. * this does in fact not work * :/ --- Content.Client/Audio/AmbientOverlayCommand.cs | 18 ++++---- .../Changelog/ChangelogWindow.xaml.cs | 14 +++---- Content.Client/Decals/ToggleDecalCommand.cs | 14 +++---- .../Commands/ToggleGhostVisibilityCommand.cs | 20 +++------ .../Ghost/GhostToggleSelfVisibility.cs | 21 +++++----- Content.Client/NPC/ShowHTNCommand.cs | 14 +++---- .../Systems/NetworkConfiguratorSystem.cs | 13 +++--- .../NodeContainer/NodeVisCommand.cs | 41 +++++++------------ Content.Client/Voting/UI/VoteCallMenu.xaml.cs | 8 ++-- .../Ranged/Commands/ShowSpreadCommand.cs | 20 ++++----- .../en-US/changelog/changelog-window.ftl | 3 ++ .../commands/ghost-visibility-commands.ftl | 6 +++ .../en-US/commands/node-vis-commands.ftl | 6 +++ .../en-US/commands/show-ambient-command.ftl | 3 ++ .../commands/show-gun-spread-command.ftl | 3 ++ .../en-US/commands/show-htn-command.ftl | 2 + .../en-US/commands/toggle-decals-command.ftl | 2 + .../en-US/devices/network-configurator.ftl | 4 ++ Resources/Locale/en-US/shell.ftl | 1 + .../Locale/en-US/voting/ui/vote-call-menu.ftl | 4 +- 20 files changed, 111 insertions(+), 106 deletions(-) create mode 100644 Resources/Locale/en-US/commands/ghost-visibility-commands.ftl create mode 100644 Resources/Locale/en-US/commands/node-vis-commands.ftl create mode 100644 Resources/Locale/en-US/commands/show-ambient-command.ftl create mode 100644 Resources/Locale/en-US/commands/show-gun-spread-command.ftl create mode 100644 Resources/Locale/en-US/commands/show-htn-command.ftl create mode 100644 Resources/Locale/en-US/commands/toggle-decals-command.ftl diff --git a/Content.Client/Audio/AmbientOverlayCommand.cs b/Content.Client/Audio/AmbientOverlayCommand.cs index 909353cd24..7bbc6c6cbf 100644 --- a/Content.Client/Audio/AmbientOverlayCommand.cs +++ b/Content.Client/Audio/AmbientOverlayCommand.cs @@ -2,16 +2,16 @@ using Robust.Shared.Console; namespace Content.Client.Audio; -public sealed class AmbientOverlayCommand : IConsoleCommand +public sealed class AmbientOverlayCommand : LocalizedEntityCommands { - public string Command => "showambient"; - public string Description => "Shows all AmbientSoundComponents in the viewport"; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) - { - var system = IoCManager.Resolve().GetEntitySystem(); - system.OverlayEnabled ^= true; + [Dependency] private readonly AmbientSoundSystem _ambient = default!; - shell.WriteLine($"Ambient sound overlay set to {system.OverlayEnabled}"); + public override string Command => "showambient"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { + _ambient.OverlayEnabled ^= true; + + shell.WriteLine(Loc.GetString($"cmd-showambient-status", ("status", _ambient.OverlayEnabled))); } } diff --git a/Content.Client/Changelog/ChangelogWindow.xaml.cs b/Content.Client/Changelog/ChangelogWindow.xaml.cs index f46ffa7b91..d82c34254c 100644 --- a/Content.Client/Changelog/ChangelogWindow.xaml.cs +++ b/Content.Client/Changelog/ChangelogWindow.xaml.cs @@ -15,8 +15,8 @@ namespace Content.Client.Changelog [GenerateTypedNameReferences] public sealed partial class ChangelogWindow : FancyWindow { - [Dependency] private readonly ChangelogManager _changelog = default!; [Dependency] private readonly IClientAdminManager _adminManager = default!; + [Dependency] private readonly ChangelogManager _changelog = default!; public ChangelogWindow() { @@ -112,15 +112,15 @@ namespace Content.Client.Changelog } [UsedImplicitly, AnyCommand] - public sealed class ChangelogCommand : IConsoleCommand + public sealed class ChangelogCommand : LocalizedCommands { - public string Command => "changelog"; - public string Description => "Opens the changelog"; - public string Help => "Usage: changelog"; + [Dependency] private readonly IUserInterfaceManager _uiManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "changelog"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - IoCManager.Resolve().GetUIController().OpenWindow(); + _uiManager.GetUIController().OpenWindow(); } } } diff --git a/Content.Client/Decals/ToggleDecalCommand.cs b/Content.Client/Decals/ToggleDecalCommand.cs index 025ed1299d..cf7113cb50 100644 --- a/Content.Client/Decals/ToggleDecalCommand.cs +++ b/Content.Client/Decals/ToggleDecalCommand.cs @@ -1,17 +1,15 @@ using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Client.Decals; -public sealed class ToggleDecalCommand : IConsoleCommand +public sealed class ToggleDecalCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly DecalSystem _decal = default!; - public string Command => "toggledecals"; - public string Description => "Toggles decaloverlay"; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "toggledecals"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - _e.System().ToggleOverlay(); + _decal.ToggleOverlay(); } } diff --git a/Content.Client/Ghost/Commands/ToggleGhostVisibilityCommand.cs b/Content.Client/Ghost/Commands/ToggleGhostVisibilityCommand.cs index 480da6ad8d..3dacc81f21 100644 --- a/Content.Client/Ghost/Commands/ToggleGhostVisibilityCommand.cs +++ b/Content.Client/Ghost/Commands/ToggleGhostVisibilityCommand.cs @@ -2,25 +2,17 @@ namespace Content.Client.Ghost.Commands; -public sealed class ToggleGhostVisibilityCommand : IConsoleCommand +public sealed class ToggleGhostVisibilityCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntitySystemManager _entSysMan = default!; + [Dependency] private readonly GhostSystem _ghost = default!; - public string Command => "toggleghostvisibility"; - public string Description => "Toggles ghost visibility on the client."; - public string Help => "toggleghostvisibility [bool]"; + public override string Command => "toggleghostvisibility"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var ghostSystem = _entSysMan.GetEntitySystem(); - if (args.Length != 0 && bool.TryParse(args[0], out var visibility)) - { - ghostSystem.ToggleGhostVisibility(visibility); - } + _ghost.ToggleGhostVisibility(visibility); else - { - ghostSystem.ToggleGhostVisibility(); - } + _ghost.ToggleGhostVisibility(); } } diff --git a/Content.Client/Ghost/GhostToggleSelfVisibility.cs b/Content.Client/Ghost/GhostToggleSelfVisibility.cs index bc4531ce92..fea9a2fc0d 100644 --- a/Content.Client/Ghost/GhostToggleSelfVisibility.cs +++ b/Content.Client/Ghost/GhostToggleSelfVisibility.cs @@ -4,28 +4,27 @@ using Robust.Shared.Console; namespace Content.Client.Ghost; -public sealed class GhostToggleSelfVisibility : IConsoleCommand +public sealed class GhostToggleSelfVisibility : LocalizedEntityCommands { - public string Command => "toggleselfghost"; - public string Description => "Toggles seeing your own ghost."; - public string Help => "toggleselfghost"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly SpriteSystem _sprite = default!; + + public override string Command => "toggleselfghost"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var attachedEntity = shell.Player?.AttachedEntity; if (!attachedEntity.HasValue) return; - var entityManager = IoCManager.Resolve(); - if (!entityManager.HasComponent(attachedEntity)) + if (!EntityManager.HasComponent(attachedEntity)) { - shell.WriteError("Entity must be a ghost."); + shell.WriteError(Loc.GetString($"cmd-toggleselfghost-must-be-ghost")); return; } - if (!entityManager.TryGetComponent(attachedEntity, out SpriteComponent? spriteComponent)) + if (!EntityManager.TryGetComponent(attachedEntity, out SpriteComponent? spriteComponent)) return; - var spriteSys = entityManager.System(); - spriteSys.SetVisible((attachedEntity.Value, spriteComponent), !spriteComponent.Visible); + _sprite.SetVisible((attachedEntity.Value, spriteComponent), !spriteComponent.Visible); } } diff --git a/Content.Client/NPC/ShowHTNCommand.cs b/Content.Client/NPC/ShowHTNCommand.cs index b6adc0759f..c1f0027087 100644 --- a/Content.Client/NPC/ShowHTNCommand.cs +++ b/Content.Client/NPC/ShowHTNCommand.cs @@ -3,14 +3,14 @@ using Robust.Shared.Console; namespace Content.Client.NPC; -public sealed class ShowHTNCommand : IConsoleCommand +public sealed class ShowHtnCommand : LocalizedEntityCommands { - public string Command => "showhtn"; - public string Description => "Shows the current status for HTN NPCs"; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly HTNSystem _htnSystem = default!; + + public override string Command => "showhtn"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var npcs = IoCManager.Resolve().GetEntitySystem(); - npcs.EnableOverlay ^= true; + _htnSystem.EnableOverlay ^= true; } } diff --git a/Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs b/Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs index 2d561ba5f2..8f519e61ac 100644 --- a/Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs @@ -137,15 +137,14 @@ public sealed class NetworkConfiguratorSystem : SharedNetworkConfiguratorSystem } } -public sealed class ClearAllNetworkLinkOverlays : IConsoleCommand +public sealed class ClearAllNetworkLinkOverlays : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly NetworkConfiguratorSystem _network = default!; - public string Command => "clearnetworklinkoverlays"; - public string Description => "Clear all network link overlays."; - public string Help => Command; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "clearnetworklinkoverlays"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - _e.System().ClearAllOverlays(); + _network.ClearAllOverlays(); } } diff --git a/Content.Client/NodeContainer/NodeVisCommand.cs b/Content.Client/NodeContainer/NodeVisCommand.cs index 249c0d9427..e5f0f8f5fa 100644 --- a/Content.Client/NodeContainer/NodeVisCommand.cs +++ b/Content.Client/NodeContainer/NodeVisCommand.cs @@ -1,48 +1,39 @@ using Content.Client.Administration.Managers; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Client.NodeContainer { - public sealed class NodeVisCommand : IConsoleCommand + public sealed class NodeVisCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly IClientAdminManager _adminManager = default!; + [Dependency] private readonly NodeGroupSystem _nodeSystem = default!; - public string Command => "nodevis"; - public string Description => "Toggles node group visualization"; - public string Help => ""; + public override string Command => "nodevis"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var adminMan = IoCManager.Resolve(); - if (!adminMan.HasFlag(AdminFlags.Debug)) + if (!_adminManager.HasFlag(AdminFlags.Debug)) { - shell.WriteError("You need +DEBUG for this command"); + shell.WriteError(Loc.GetString($"shell-missing-required-permission", ("perm", "+DEBUG"))); return; } - var sys = _e.System(); - sys.SetVisEnabled(!sys.VisEnabled); + _nodeSystem.SetVisEnabled(!_nodeSystem.VisEnabled); } } - public sealed class NodeVisFilterCommand : IConsoleCommand + public sealed class NodeVisFilterCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly NodeGroupSystem _nodeSystem = default!; - public string Command => "nodevisfilter"; - public string Description => "Toggles showing a specific group on nodevis"; - public string Help => "Usage: nodevis [filter]\nOmit filter to list currently masked-off"; + public override string Command => "nodevisfilter"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var sys = _e.System(); - if (args.Length == 0) { - foreach (var filtered in sys.Filtered) + foreach (var filtered in _nodeSystem.Filtered) { shell.WriteLine(filtered); } @@ -50,10 +41,8 @@ namespace Content.Client.NodeContainer else { var filter = args[0]; - if (!sys.Filtered.Add(filter)) - { - sys.Filtered.Remove(filter); - } + if (!_nodeSystem.Filtered.Add(filter)) + _nodeSystem.Filtered.Remove(filter); } } } diff --git a/Content.Client/Voting/UI/VoteCallMenu.xaml.cs b/Content.Client/Voting/UI/VoteCallMenu.xaml.cs index b9dd11f7a7..7cb2b37085 100644 --- a/Content.Client/Voting/UI/VoteCallMenu.xaml.cs +++ b/Content.Client/Voting/UI/VoteCallMenu.xaml.cs @@ -274,13 +274,11 @@ namespace Content.Client.Voting.UI } [UsedImplicitly, AnyCommand] - public sealed class VoteMenuCommand : IConsoleCommand + public sealed class VoteMenuCommand : LocalizedCommands { - public string Command => "votemenu"; - public string Description => Loc.GetString("ui-vote-menu-command-description"); - public string Help => Loc.GetString("ui-vote-menu-command-help-text"); + public override string Command => "votemenu"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { new VoteCallMenu().OpenCentered(); } diff --git a/Content.Client/Weapons/Ranged/Commands/ShowSpreadCommand.cs b/Content.Client/Weapons/Ranged/Commands/ShowSpreadCommand.cs index 861d7d75c6..42456d232b 100644 --- a/Content.Client/Weapons/Ranged/Commands/ShowSpreadCommand.cs +++ b/Content.Client/Weapons/Ranged/Commands/ShowSpreadCommand.cs @@ -1,18 +1,18 @@ using Content.Client.Weapons.Ranged.Systems; using Robust.Shared.Console; -namespace Content.Client.Weapons.Ranged; +namespace Content.Client.Weapons.Ranged.Commands; -public sealed class ShowSpreadCommand : IConsoleCommand +public sealed class ShowSpreadCommand : LocalizedEntityCommands { - public string Command => "showgunspread"; - public string Description => $"Shows gun spread overlay for debugging"; - public string Help => $"{Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) - { - var system = IoCManager.Resolve().GetEntitySystem(); - system.SpreadOverlay ^= true; + [Dependency] private readonly GunSystem _gunSystem = default!; - shell.WriteLine($"Set spread overlay to {system.SpreadOverlay}"); + public override string Command => "showgunspread"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { + _gunSystem.SpreadOverlay ^= true; + + shell.WriteLine(Loc.GetString($"cmd-showgunspread-status", ("status", _gunSystem.SpreadOverlay))); } } diff --git a/Resources/Locale/en-US/changelog/changelog-window.ftl b/Resources/Locale/en-US/changelog/changelog-window.ftl index 514b2eb1d1..4ee5552282 100644 --- a/Resources/Locale/en-US/changelog/changelog-window.ftl +++ b/Resources/Locale/en-US/changelog/changelog-window.ftl @@ -14,3 +14,6 @@ changelog-button-new-entries = Changelog (new!) changelog-tab-title-Changelog = Changelog changelog-tab-title-Admin = Admin changelog-tab-title-Maps = Maps + +cmd-changelog-desc = Opens the changelog. +cmd-changelog-help = Usage: changelog diff --git a/Resources/Locale/en-US/commands/ghost-visibility-commands.ftl b/Resources/Locale/en-US/commands/ghost-visibility-commands.ftl new file mode 100644 index 0000000000..a4eaed21f6 --- /dev/null +++ b/Resources/Locale/en-US/commands/ghost-visibility-commands.ftl @@ -0,0 +1,6 @@ +cmd-toggleghostvisibility-desc = Toggles ghost visibility on the client. +cmd-toggleghostvisibility-help = Usage: toggleghostvisibility [bool] + +cmd-toggleselfghost-desc = Toggles seeing your own ghost. +cmd-toggleselfghost-help = Usage: toggleselfghost +cmd-toggleselfghost-must-be-ghost = Entity must be a ghost. diff --git a/Resources/Locale/en-US/commands/node-vis-commands.ftl b/Resources/Locale/en-US/commands/node-vis-commands.ftl new file mode 100644 index 0000000000..e921c478f8 --- /dev/null +++ b/Resources/Locale/en-US/commands/node-vis-commands.ftl @@ -0,0 +1,6 @@ +cmd-nodevis-desc = Toggles node group visualization. +cmd-nodevis-help = Usage: nodevis + +cmd-nodevisfilter-desc = Toggles showing a specific group on nodevis. +cmd-nodevisfilter-help = Usage: nodevisfilter [filter] + Omit filter to list currently masked-off diff --git a/Resources/Locale/en-US/commands/show-ambient-command.ftl b/Resources/Locale/en-US/commands/show-ambient-command.ftl new file mode 100644 index 0000000000..262bbca47b --- /dev/null +++ b/Resources/Locale/en-US/commands/show-ambient-command.ftl @@ -0,0 +1,3 @@ +cmd-showambient-desc = Shows all AmbientSoundComponents in the viewport. +cmd-showambient-help = Usage: showambient +cmd-showambient-status = Ambient sound overlay set to {$status}. diff --git a/Resources/Locale/en-US/commands/show-gun-spread-command.ftl b/Resources/Locale/en-US/commands/show-gun-spread-command.ftl new file mode 100644 index 0000000000..a4a043e92e --- /dev/null +++ b/Resources/Locale/en-US/commands/show-gun-spread-command.ftl @@ -0,0 +1,3 @@ +cmd-showgunspread-desc = Shows gun spread overlay for debugging. +cmd-showgunspreade-help = Usage: showgunspread +cmd-showgunspread-status = Set spread overlay to {$status}. diff --git a/Resources/Locale/en-US/commands/show-htn-command.ftl b/Resources/Locale/en-US/commands/show-htn-command.ftl new file mode 100644 index 0000000000..6580a41b98 --- /dev/null +++ b/Resources/Locale/en-US/commands/show-htn-command.ftl @@ -0,0 +1,2 @@ +cmd-showhtn-desc = Shows the current status for HTN NPCs. +cmd-showhtn-help = Usage: showhtn diff --git a/Resources/Locale/en-US/commands/toggle-decals-command.ftl b/Resources/Locale/en-US/commands/toggle-decals-command.ftl new file mode 100644 index 0000000000..0455704b3b --- /dev/null +++ b/Resources/Locale/en-US/commands/toggle-decals-command.ftl @@ -0,0 +1,2 @@ +cmd-toggledecals-desc = Toggles decal overlay. +cmd-toggledecals-help = Usage: toggledecals diff --git a/Resources/Locale/en-US/devices/network-configurator.ftl b/Resources/Locale/en-US/devices/network-configurator.ftl index cd4955ed36..8e0724b41e 100644 --- a/Resources/Locale/en-US/devices/network-configurator.ftl +++ b/Resources/Locale/en-US/devices/network-configurator.ftl @@ -43,3 +43,7 @@ network-configurator-examine-switch-modes = Press {$key} to switch modes # item status network-configurator-item-status-label = Mode: {$mode} Switch: {$keybinding} + +# command +cmd-clearnetworklinkoverlays-desc = Clear all network link overlays. +cmd-clearnetworklinkoverlays-help = Usage: clearnetworklinkoverlays diff --git a/Resources/Locale/en-US/shell.ftl b/Resources/Locale/en-US/shell.ftl index 3661c45cb0..295eda8879 100644 --- a/Resources/Locale/en-US/shell.ftl +++ b/Resources/Locale/en-US/shell.ftl @@ -25,6 +25,7 @@ shell-argument-uid = EntityUid ## Guards +shell-missing-required-permission = You need {$perm} for this command! shell-entity-is-not-mob = Target entity is not a mob! shell-invalid-entity-id = Invalid entity ID. shell-invalid-grid-id = Invalid grid ID. diff --git a/Resources/Locale/en-US/voting/ui/vote-call-menu.ftl b/Resources/Locale/en-US/voting/ui/vote-call-menu.ftl index 82e3a5d1f8..de95b50055 100644 --- a/Resources/Locale/en-US/voting/ui/vote-call-menu.ftl +++ b/Resources/Locale/en-US/voting/ui/vote-call-menu.ftl @@ -38,5 +38,5 @@ ui-vote-fluff = Powered by Robust™ Anti-Tamper Technology ## Vote menu command -ui-vote-menu-command-description = Opens the voting menu -ui-vote-menu-command-help-text = Usage: votemenu +cmd-votemenu-desc = Opens the voting menu. +cmd-votemenu-help = Usage: votemenu From aa15371049137cda6863fce50b37ff42cbec94f1 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:16:24 +0200 Subject: [PATCH 128/168] fix polymorph errors (#38409) fix polymorph error --- Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs | 2 +- Resources/Prototypes/Polymorphs/polymorph.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs index b31abbda32..2669089650 100644 --- a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs @@ -146,7 +146,7 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem public void CloneAppearance(EntityUid source, EntityUid target, HumanoidAppearanceComponent? sourceHumanoid = null, HumanoidAppearanceComponent? targetHumanoid = null) { - if (!Resolve(source, ref sourceHumanoid) || !Resolve(target, ref targetHumanoid)) + if (!Resolve(source, ref sourceHumanoid, false) || !Resolve(target, ref targetHumanoid, false)) return; targetHumanoid.Species = sourceHumanoid.Species; diff --git a/Resources/Prototypes/Polymorphs/polymorph.yml b/Resources/Prototypes/Polymorphs/polymorph.yml index ad1c52cf28..531a6a8d8b 100644 --- a/Resources/Prototypes/Polymorphs/polymorph.yml +++ b/Resources/Prototypes/Polymorphs/polymorph.yml @@ -178,7 +178,6 @@ entity: MobLizard forced: true transferName: true - transferHumanoidAppearance: true inventory: None revertOnDeath: true revertOnCrit: true @@ -190,7 +189,6 @@ entity: MobLuminousPerson forced: true transferName: true - transferHumanoidAppearance: true inventory: None revertOnDeath: true revertOnCrit: true From 3485450ffa8e4d60cde8da4c31a964d1d0eeca0f Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:49:58 -0400 Subject: [PATCH 129/168] Command resolve mega pr batch 5 (#38389) * commit progress * requested changes --- .../Commands/PromoteHostCommand.cs | 21 +++++---- .../Administration/Commands/ReAdminCommand.cs | 20 ++++----- .../Commands/RemoveExtraComponents.cs | 44 +++++++++++-------- .../Commands/RoleUnbanCommand.cs | 17 ++++--- .../Administration/Commands/SetAdminOOC.cs | 17 ++++--- .../Administration/Commands/SetMindCommand.cs | 39 +++++++--------- .../Commands/ShuttleCommands.cs | 38 ++++++---------- Content.Server/Afk/IsAfkCommand.cs | 19 ++++---- .../Body/Commands/DestroyMechanismCommand.cs | 37 +++++++--------- .../commands/call-shuttle-command.ftl | 8 ++-- .../commands/set-admin-ooc-command.ftl | 4 +- .../commands/set-mind-command.ftl | 9 ++-- .../commands/destroy-mechanism-command.ftl | 4 ++ .../Locale/en-US/commands/is-afk-command.ftl | 4 ++ .../en-US/commands/promote-host-command.ftl | 2 + .../Locale/en-US/commands/readmin-command.ftl | 3 ++ .../remove-extra-components-command.ftl | 5 +++ .../Locale/en-US/job/role-ban-command.ftl | 2 + Resources/Locale/en-US/shell.ftl | 1 + 19 files changed, 146 insertions(+), 148 deletions(-) create mode 100644 Resources/Locale/en-US/commands/destroy-mechanism-command.ftl create mode 100644 Resources/Locale/en-US/commands/is-afk-command.ftl create mode 100644 Resources/Locale/en-US/commands/promote-host-command.ftl create mode 100644 Resources/Locale/en-US/commands/readmin-command.ftl create mode 100644 Resources/Locale/en-US/commands/remove-extra-components-command.ftl diff --git a/Content.Server/Administration/Commands/PromoteHostCommand.cs b/Content.Server/Administration/Commands/PromoteHostCommand.cs index b9ae639d4a..8eebe018be 100644 --- a/Content.Server/Administration/Commands/PromoteHostCommand.cs +++ b/Content.Server/Administration/Commands/PromoteHostCommand.cs @@ -6,29 +6,28 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [UsedImplicitly] - public sealed class PromoteHostCommand : IConsoleCommand + public sealed class PromoteHostCommand : LocalizedCommands { - public string Command => "promotehost"; - public string Description => "Grants client temporary full host admin privileges. Use this to bootstrap admins."; - public string Help => "Usage promotehost "; + [Dependency] private readonly IAdminManager _adminManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "promotehost"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteLine("Expected exactly one argument."); + shell.WriteLine(Loc.GetString($"shell-need-exactly-one-argument")); return; } - var plyMgr = IoCManager.Resolve(); - if (!plyMgr.TryGetSessionByUsername(args[0], out var targetPlayer)) + if (!_playerManager.TryGetSessionByUsername(args[0], out var targetPlayer)) { - shell.WriteLine("Unable to find a player by that name."); + shell.WriteLine(Loc.GetString($"shell-target-player-does-not-exist")); return; } - var adminMgr = IoCManager.Resolve(); - adminMgr.PromoteHost(targetPlayer); + _adminManager.PromoteHost(targetPlayer); } } } diff --git a/Content.Server/Administration/Commands/ReAdminCommand.cs b/Content.Server/Administration/Commands/ReAdminCommand.cs index a3f5993766..7d6c40cf3b 100644 --- a/Content.Server/Administration/Commands/ReAdminCommand.cs +++ b/Content.Server/Administration/Commands/ReAdminCommand.cs @@ -5,30 +5,28 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AnyCommand] - public sealed class ReAdminCommand : IConsoleCommand + public sealed class ReAdminCommand : LocalizedCommands { - public string Command => "readmin"; - public string Description => "Re-admins you if you previously de-adminned."; - public string Help => "Usage: readmin"; + [Dependency] private readonly IAdminManager _adminManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "readmin"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteLine("You cannot use this command from the server console."); + shell.WriteLine(Loc.GetString($"shell-cannot-run-command-from-server")); return; } - var mgr = IoCManager.Resolve(); - - if (mgr.GetAdminData(player, includeDeAdmin: true) == null) + if (_adminManager.GetAdminData(player, includeDeAdmin: true) == null) { - shell.WriteLine("You're not an admin."); + shell.WriteLine(Loc.GetString($"cmd-readmin-not-an-admin")); return; } - mgr.ReAdmin(player); + _adminManager.ReAdmin(player); } } } diff --git a/Content.Server/Administration/Commands/RemoveExtraComponents.cs b/Content.Server/Administration/Commands/RemoveExtraComponents.cs index c630f55488..d0dda84eff 100644 --- a/Content.Server/Administration/Commands/RemoveExtraComponents.cs +++ b/Content.Server/Administration/Commands/RemoveExtraComponents.cs @@ -5,46 +5,43 @@ using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Mapping)] - public sealed class RemoveExtraComponents : IConsoleCommand + public sealed class RemoveExtraComponents : LocalizedEntityCommands { - public string Command => "removeextracomponents"; - public string Description => "Removes all components from all entities of the specified id if that component is not in its prototype.\nIf no id is specified, it matches all entities."; - public string Help => $"{Command} / {Command}"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + [Dependency] private readonly IComponentFactory _compFactory = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + + public override string Command => "removeextracomponents"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var id = args.Length == 0 ? null : string.Join(" ", args); - var entityManager = IoCManager.Resolve(); - var prototypeManager = IoCManager.Resolve(); - var fac = IoCManager.Resolve(); EntityPrototype? prototype = null; var checkPrototype = !string.IsNullOrEmpty(id); - if (checkPrototype && !prototypeManager.TryIndex(id!, out prototype)) + if (checkPrototype && !_prototypeManager.TryIndex(id!, out prototype)) { - shell.WriteError($"Can't find entity prototype with id \"{id}\"!"); + shell.WriteError(Loc.GetString($"cmd-removeextracomponents-invalid-prototype-id", ("id", $"{id}"))); return; } var entities = 0; var components = 0; - foreach (var entity in entityManager.GetEntities()) + foreach (var entity in EntityManager.GetEntities()) { - var metaData = entityManager.GetComponent(entity); + var metaData = EntityManager.GetComponent(entity); if (checkPrototype && metaData.EntityPrototype != prototype || metaData.EntityPrototype == null) - { continue; - } var modified = false; - foreach (var component in entityManager.GetComponents(entity)) + foreach (var component in EntityManager.GetComponents(entity)) { - if (metaData.EntityPrototype.Components.ContainsKey(fac.GetComponentName(component.GetType()))) + if (metaData.EntityPrototype.Components.ContainsKey(_compFactory.GetComponentName(component.GetType()))) continue; - entityManager.RemoveComponent(entity, component); + EntityManager.RemoveComponent(entity, component); components++; modified = true; @@ -54,7 +51,18 @@ namespace Content.Server.Administration.Commands entities++; } - shell.WriteLine($"Removed {components} components from {entities} entities{(id == null ? "." : $" with id {id}")}"); + if (id != null) + { + shell.WriteLine(Loc.GetString($"cmd-removeextracomponents-success-with-id", + ("count", components), + ("entities", entities), + ("id", id))); + return; + } + + shell.WriteLine(Loc.GetString($"cmd-removeextracomponents-success", + ("count", components), + ("entities", entities))); } } } diff --git a/Content.Server/Administration/Commands/RoleUnbanCommand.cs b/Content.Server/Administration/Commands/RoleUnbanCommand.cs index a49f1231bf..e59a1a0bbf 100644 --- a/Content.Server/Administration/Commands/RoleUnbanCommand.cs +++ b/Content.Server/Administration/Commands/RoleUnbanCommand.cs @@ -5,13 +5,13 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands; [AdminCommand(AdminFlags.Ban)] -public sealed class RoleUnbanCommand : IConsoleCommand +public sealed class RoleUnbanCommand : LocalizedCommands { - public string Command => "roleunban"; - public string Description => Loc.GetString("cmd-roleunban-desc"); - public string Help => Loc.GetString("cmd-roleunban-help"); + [Dependency] private readonly IBanManager _banManager = default!; - public async void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "roleunban"; + + public override async void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { @@ -21,16 +21,15 @@ public sealed class RoleUnbanCommand : IConsoleCommand if (!int.TryParse(args[0], out var banId)) { - shell.WriteLine($"Unable to parse {args[0]} as a ban id integer.\n{Help}"); + shell.WriteLine(Loc.GetString($"cmd-roleunban-unable-to-parse-id", ("id", args[0]), ("help", Help))); return; } - var banManager = IoCManager.Resolve(); - var response = await banManager.PardonRoleBan(banId, shell.Player?.UserId, DateTimeOffset.Now); + var response = await _banManager.PardonRoleBan(banId, shell.Player?.UserId, DateTimeOffset.Now); shell.WriteLine(response); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { // Can't think of good way to do hint options for this return args.Length switch diff --git a/Content.Server/Administration/Commands/SetAdminOOC.cs b/Content.Server/Administration/Commands/SetAdminOOC.cs index b3e17c9622..27c635feeb 100644 --- a/Content.Server/Administration/Commands/SetAdminOOC.cs +++ b/Content.Server/Administration/Commands/SetAdminOOC.cs @@ -6,13 +6,14 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.NameColor)] - internal sealed class SetAdminOOC : IConsoleCommand + internal sealed class SetAdminOOC : LocalizedCommands { - public string Command => "setadminooc"; - public string Description => Loc.GetString("set-admin-ooc-command-description", ("command", Command)); - public string Help => Loc.GetString("set-admin-ooc-command-help-text", ("command", Command)); + [Dependency] private readonly IServerDbManager _dbManager = default!; + [Dependency] private readonly IServerPreferencesManager _preferenceManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "setadminooc"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player == null) { @@ -36,11 +37,9 @@ namespace Content.Server.Administration.Commands var userId = shell.Player.UserId; // Save the DB - var dbMan = IoCManager.Resolve(); - dbMan.SaveAdminOOCColorAsync(userId, color.Value); + _dbManager.SaveAdminOOCColorAsync(userId, color.Value); // Update the cached preference - var prefManager = IoCManager.Resolve(); - var prefs = prefManager.GetPreferences(userId); + var prefs = _preferenceManager.GetPreferences(userId); prefs.AdminOOCColor = color.Value; } } diff --git a/Content.Server/Administration/Commands/SetMindCommand.cs b/Content.Server/Administration/Commands/SetMindCommand.cs index 423c30ae37..9407040e5d 100644 --- a/Content.Server/Administration/Commands/SetMindCommand.cs +++ b/Content.Server/Administration/Commands/SetMindCommand.cs @@ -1,4 +1,3 @@ -using Content.Server.Players; using Content.Shared.Administration; using Content.Shared.Mind; using Content.Shared.Mind.Components; @@ -9,17 +8,16 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Admin)] - sealed class SetMindCommand : IConsoleCommand + public sealed class SetMindCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly SharedMindSystem _mindSystem = default!; - public string Command => "setmind"; + public override string Command => "setmind"; - public string Description => Loc.GetString("set-mind-command-description", ("requiredComponent", nameof(MindContainerComponent))); + public override string Description => Loc.GetString("cmd-setmind-desc", ("requiredComponent", nameof(MindContainerComponent))); - public string Help => Loc.GetString("set-mind-command-help-text", ("command", Command)); - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length < 2) { @@ -33,7 +31,7 @@ namespace Content.Server.Administration.Commands return; } - bool ghostOverride = true; + var ghostOverride = true; if (args.Length > 2) { ghostOverride = bool.Parse(args[2]); @@ -41,19 +39,19 @@ namespace Content.Server.Administration.Commands var nent = new NetEntity(entInt); - if (!_entManager.TryGetEntity(nent, out var eUid)) + if (!EntityManager.TryGetEntity(nent, out var eUid)) { shell.WriteLine(Loc.GetString("shell-invalid-entity-id")); return; } - if (!_entManager.HasComponent(eUid)) + if (!EntityManager.HasComponent(eUid)) { - shell.WriteLine(Loc.GetString("set-mind-command-target-has-no-mind-message")); + shell.WriteLine(Loc.GetString("cmd-setmind-target-has-no-mind-message")); return; } - if (!IoCManager.Resolve().TryGetSessionByUsername(args[1], out var session)) + if (!_playerManager.TryGetSessionByUsername(args[1], out var session)) { shell.WriteLine(Loc.GetString("shell-target-player-does-not-exist")); return; @@ -63,24 +61,21 @@ namespace Content.Server.Administration.Commands var playerCData = session.ContentData(); if (playerCData == null) { - shell.WriteLine(Loc.GetString("set-mind-command-target-has-no-content-data-message")); + shell.WriteLine(Loc.GetString("cmd-setmind-target-has-no-content-data-message")); return; } - var mindSystem = _entManager.System(); - var metadata = _entManager.GetComponent(eUid.Value); + var metadata = EntityManager.GetComponent(eUid.Value); - var mind = playerCData.Mind ?? mindSystem.CreateMind(session.UserId, metadata.EntityName); + var mind = playerCData.Mind ?? _mindSystem.CreateMind(session.UserId, metadata.EntityName); - mindSystem.TransferTo(mind, eUid, ghostOverride); + _mindSystem.TransferTo(mind, eUid, ghostOverride); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { if (args.Length == 2) - { - return CompletionResult.FromHintOptions(CompletionHelper.SessionNames(), Loc.GetString("cmd-mind-command-hint")); - } + return CompletionResult.FromHintOptions(CompletionHelper.SessionNames(), Help); return CompletionResult.Empty; } diff --git a/Content.Server/Administration/Commands/ShuttleCommands.cs b/Content.Server/Administration/Commands/ShuttleCommands.cs index ea0f891360..677c38ac4e 100644 --- a/Content.Server/Administration/Commands/ShuttleCommands.cs +++ b/Content.Server/Administration/Commands/ShuttleCommands.cs @@ -6,46 +6,36 @@ using Robust.Shared.Console; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Round)] - public sealed class CallShuttleCommand : IConsoleCommand + public sealed class CallShuttleCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly RoundEndSystem _roundEndSystem = default!; - public string Command => "callshuttle"; - public string Description => Loc.GetString("call-shuttle-command-description"); - public string Help => Loc.GetString("call-shuttle-command-help-text", ("command",Command)); + public override string Command => "callshuttle"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var loc = IoCManager.Resolve(); - // ReSharper disable once ConvertIfStatementToSwitchStatement - if (args.Length == 1 && TimeSpan.TryParseExact(args[0], ContentLocalizationManager.TimeSpanMinutesFormats, loc.DefaultCulture, out var timeSpan)) - { - _e.System().RequestRoundEnd(timeSpan, shell.Player?.AttachedEntity, false); - } + if (args.Length == 1 && TimeSpan.TryParseExact(args[0], ContentLocalizationManager.TimeSpanMinutesFormats, LocalizationManager.DefaultCulture, out var timeSpan)) + _roundEndSystem.RequestRoundEnd(timeSpan, shell.Player?.AttachedEntity, false); + else if (args.Length == 1) - { shell.WriteLine(Loc.GetString("shell-timespan-minutes-must-be-correct")); - } + else - { - _e.System().RequestRoundEnd(shell.Player?.AttachedEntity, false); - } + _roundEndSystem.RequestRoundEnd(shell.Player?.AttachedEntity, false); } } [AdminCommand(AdminFlags.Round)] - public sealed class RecallShuttleCommand : IConsoleCommand + public sealed class RecallShuttleCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _e = default!; + [Dependency] private readonly RoundEndSystem _roundEndSystem = default!; - public string Command => "recallshuttle"; - public string Description => Loc.GetString("recall-shuttle-command-description"); - public string Help => Loc.GetString("recall-shuttle-command-help-text", ("command",Command)); + public override string Command => "recallshuttle"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - _e.System().CancelRoundEndCountdown(shell.Player?.AttachedEntity, false); + _roundEndSystem.CancelRoundEndCountdown(shell.Player?.AttachedEntity, false); } } } diff --git a/Content.Server/Afk/IsAfkCommand.cs b/Content.Server/Afk/IsAfkCommand.cs index ebeb200d89..768172a92a 100644 --- a/Content.Server/Afk/IsAfkCommand.cs +++ b/Content.Server/Afk/IsAfkCommand.cs @@ -6,34 +6,31 @@ using Robust.Shared.Console; namespace Content.Server.Afk { [AdminCommand(AdminFlags.Admin)] - public sealed class IsAfkCommand : IConsoleCommand + public sealed class IsAfkCommand : LocalizedCommands { + [Dependency] private readonly IAfkManager _afkManager = default!; [Dependency] private readonly IPlayerManager _players = default!; - public string Command => "isafk"; - public string Description => "Checks if a specified player is AFK"; - public string Help => "Usage: isafk "; + public override string Command => "isafk"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var afkManager = IoCManager.Resolve(); - if (args.Length == 0) { - shell.WriteError("Need one argument"); + shell.WriteError(Loc.GetString($"shell-need-exactly-one-argument")); return; } if (!_players.TryGetSessionByUsername(args[0], out var player)) { - shell.WriteError("Unable to find that player"); + shell.WriteError(Loc.GetString($"shell-target-player-does-not-exist")); return; } - shell.WriteLine(afkManager.IsAfk(player) ? "They are indeed AFK" : "They are not AFK"); + shell.WriteLine(Loc.GetString(_afkManager.IsAfk(player) ? "cmd-isafk-true" : "cmd-isafk-false")); } - public CompletionResult GetCompletion(IConsoleShell shell, string[] args) + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { if (args.Length == 1) { diff --git a/Content.Server/Body/Commands/DestroyMechanismCommand.cs b/Content.Server/Body/Commands/DestroyMechanismCommand.cs index 3aa28f4072..e3278fd4e7 100644 --- a/Content.Server/Body/Commands/DestroyMechanismCommand.cs +++ b/Content.Server/Body/Commands/DestroyMechanismCommand.cs @@ -3,23 +3,23 @@ using Content.Server.Body.Systems; using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Shared.Console; -using Robust.Shared.Random; namespace Content.Server.Body.Commands { [AdminCommand(AdminFlags.Fun)] - sealed class DestroyMechanismCommand : IConsoleCommand + internal sealed class DestroyMechanismCommand : LocalizedEntityCommands { - public string Command => "destroymechanism"; - public string Description => "Destroys a mechanism from your entity"; - public string Help => $"Usage: {Command} "; + [Dependency] private readonly IComponentFactory _compFactory = default!; + [Dependency] private readonly BodySystem _bodySystem = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "destroymechanism"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteLine("Only a player can run this command."); + shell.WriteLine(Loc.GetString($"shell-only-players-can-run-this-command")); return; } @@ -31,36 +31,29 @@ namespace Content.Server.Body.Commands if (player.AttachedEntity is not {} attached) { - shell.WriteLine("You have no entity."); + shell.WriteLine(Loc.GetString($"shell-must-be-attached-to-entity")); return; } - var entityManager = IoCManager.Resolve(); - var fac = IoCManager.Resolve(); - - if (!entityManager.TryGetComponent(attached, out BodyComponent? body)) + if (!EntityManager.TryGetComponent(attached, out BodyComponent? body)) { - var random = IoCManager.Resolve(); - var text = $"You have no body{(random.Prob(0.2f) ? " and you must scream." : ".")}"; - - shell.WriteLine(text); + shell.WriteLine(Loc.GetString($"shell-must-have-body")); return; } var mechanismName = string.Join(" ", args).ToLowerInvariant(); - var bodySystem = entityManager.System(); - foreach (var organ in bodySystem.GetBodyOrgans(attached, body)) + foreach (var organ in _bodySystem.GetBodyOrgans(attached, body)) { - if (fac.GetComponentName(organ.Component.GetType()).ToLowerInvariant() == mechanismName) + if (_compFactory.GetComponentName(organ.Component.GetType()).ToLowerInvariant() == mechanismName) { - entityManager.QueueDeleteEntity(organ.Id); - shell.WriteLine($"Mechanism with name {mechanismName} has been destroyed."); + EntityManager.QueueDeleteEntity(organ.Id); + shell.WriteLine(Loc.GetString($"cmd-destroymechanism-success", ("name", mechanismName))); return; } } - shell.WriteLine($"No mechanism was found with name {mechanismName}."); + shell.WriteLine(Loc.GetString($"cmd-destroymechanism-no-mechanism-found", ("name", mechanismName))); } } } diff --git a/Resources/Locale/en-US/administration/commands/call-shuttle-command.ftl b/Resources/Locale/en-US/administration/commands/call-shuttle-command.ftl index 672c68fd7c..ceb7830047 100644 --- a/Resources/Locale/en-US/administration/commands/call-shuttle-command.ftl +++ b/Resources/Locale/en-US/administration/commands/call-shuttle-command.ftl @@ -1,4 +1,4 @@ -call-shuttle-command-description = Calls the emergency shuttle with an optionally provided arrival time. -call-shuttle-command-help-text = Usage: {$command} [m:ss] -recall-shuttle-command-description = Recalls the emergency shuttle. -recall-shuttle-command-help-text = Usage: {$command} +cmd-callshuttle-desc = Calls the emergency shuttle with an optionally provided arrival time. +cmd-callshuttle-help = Usage: callshuttle [m:ss] +cmd-recallshuttle-desc = Recalls the emergency shuttle. +cmd-recallshuttle-help = Usage: recallshuttle diff --git a/Resources/Locale/en-US/administration/commands/set-admin-ooc-command.ftl b/Resources/Locale/en-US/administration/commands/set-admin-ooc-command.ftl index 6532483dc1..e0e56e346a 100644 --- a/Resources/Locale/en-US/administration/commands/set-admin-ooc-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-admin-ooc-command.ftl @@ -1,2 +1,2 @@ -set-admin-ooc-command-description = Sets the color of your OOC messages. Color must be in hex format, example: {$command} #c43b23 -set-admin-ooc-command-help-text = Usage: {$command} \ No newline at end of file +cmd-setadminooc-desc = Sets the color of your OOC messages. Color must be in hex format, example: setadminooc #c43b23 +cmd-setadminooc-help = Usage: setadminooc diff --git a/Resources/Locale/en-US/administration/commands/set-mind-command.ftl b/Resources/Locale/en-US/administration/commands/set-mind-command.ftl index 1039b9f1f7..5cc5682d2b 100644 --- a/Resources/Locale/en-US/administration/commands/set-mind-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-mind-command.ftl @@ -1,5 +1,4 @@ -set-mind-command-description = Transfers a mind to the specified entity. The entity must have a {$requiredComponent}. By default this will force minds that are currently visiting other entities to return (i.e., return a ghost to their main body). -set-mind-command-help-text = Usage: {$command} [unvisit] -set-mind-command-target-has-no-content-data-message = Target player does not have content data (wtf?) -set-mind-command-target-has-no-mind-message = Target entity does not have a mind (did you forget to make sentient?) -cmd-mind-command-hint = username +cmd-setmind-desc = Transfers a mind to the specified entity. The entity must have a {$requiredComponent}. By default this will force minds that are currently visiting other entities to return (i.e., return a ghost to their main body). +cmd-setmind-help = Usage: {$command} [unvisit] +cmd-setmind-command-target-has-no-content-data-message = Target player does not have content data (wtf?) +cmd-setmind-command-target-has-no-mind-message = Target entity does not have a mind (did you forget to make sentient?) diff --git a/Resources/Locale/en-US/commands/destroy-mechanism-command.ftl b/Resources/Locale/en-US/commands/destroy-mechanism-command.ftl new file mode 100644 index 0000000000..e199b6230c --- /dev/null +++ b/Resources/Locale/en-US/commands/destroy-mechanism-command.ftl @@ -0,0 +1,4 @@ +cmd-destroymechanism-desc = Destroys a mechanism from your entity. +cmd-destroymechanism-help = Usage: destroymechanism +cmd-destroymechanism-success = Mechanism with name {$name} has been destroyed. +cmd-destroymechanism-no-mechanism-found = No mechanism was found with name {$name}. diff --git a/Resources/Locale/en-US/commands/is-afk-command.ftl b/Resources/Locale/en-US/commands/is-afk-command.ftl new file mode 100644 index 0000000000..ad3a6f3ab4 --- /dev/null +++ b/Resources/Locale/en-US/commands/is-afk-command.ftl @@ -0,0 +1,4 @@ +cmd-isafk-desc = Checks if a specified player is AFK. +cmd-isafk-help = Usage: isafk +cmd-isafk-true = They are indeed AFK. +cmd-isafk-false = They are not AFK. diff --git a/Resources/Locale/en-US/commands/promote-host-command.ftl b/Resources/Locale/en-US/commands/promote-host-command.ftl new file mode 100644 index 0000000000..f31deb6ee1 --- /dev/null +++ b/Resources/Locale/en-US/commands/promote-host-command.ftl @@ -0,0 +1,2 @@ +cmd-promotehost-desc = Grants client temporary full host admin privileges. Use this to bootstrap admins. +cmd-promotehost-help = Usage promotehost diff --git a/Resources/Locale/en-US/commands/readmin-command.ftl b/Resources/Locale/en-US/commands/readmin-command.ftl new file mode 100644 index 0000000000..4f6084903d --- /dev/null +++ b/Resources/Locale/en-US/commands/readmin-command.ftl @@ -0,0 +1,3 @@ +cmd-readmin-desc = Re-admins you if you previously de-adminned. +cmd-readmin-help = Usage: readmin +cmd-readmin-not-an-admin = You're not an admin. diff --git a/Resources/Locale/en-US/commands/remove-extra-components-command.ftl b/Resources/Locale/en-US/commands/remove-extra-components-command.ftl new file mode 100644 index 0000000000..8cd0fc5797 --- /dev/null +++ b/Resources/Locale/en-US/commands/remove-extra-components-command.ftl @@ -0,0 +1,5 @@ +cmd-removeextracomponents-desc = Removes all components from all entities of the specified id if that component is not in its prototype.\nIf no id is specified, it matches all entities. +cmd-removeextracomponents-help = removeextracomponents / removeextracomponents +cmd-removeextracomponents-invalid-prototype-id = Can't find entity prototype with id {$id}. +cmd-removeextracomponents-success = Removed {$count} components from {$entities}, +cmd-removeextracomponents-success-with-id = Removed {$count} components from {$entities} with id {$id}. diff --git a/Resources/Locale/en-US/job/role-ban-command.ftl b/Resources/Locale/en-US/job/role-ban-command.ftl index d898ccd48d..26062c25b7 100644 --- a/Resources/Locale/en-US/job/role-ban-command.ftl +++ b/Resources/Locale/en-US/job/role-ban-command.ftl @@ -22,6 +22,8 @@ cmd-roleban-hint-duration-6 = 1 month cmd-roleunban-desc = Pardons a player's role ban cmd-roleunban-help = Usage: roleunban +cmd-roleunban-unable-to-parse-id = Unable to parse {$id} as a ban id integer. + {$help} ## Completion result hints cmd-roleunban-hint-1 = diff --git a/Resources/Locale/en-US/shell.ftl b/Resources/Locale/en-US/shell.ftl index 295eda8879..3edc43bd74 100644 --- a/Resources/Locale/en-US/shell.ftl +++ b/Resources/Locale/en-US/shell.ftl @@ -8,6 +8,7 @@ shell-invalid-command-specific = Invalid {$commandName} command. shell-cannot-run-command-from-server = You cannot run this command from the server. shell-only-players-can-run-this-command = Only players can run this command. shell-must-be-attached-to-entity = You must be attached to an entity to run this command. +shell-must-have-body = You must have a body to run this command. ## Arguments From d61704df33dd003f1eff870f9a7dbbcb8424994b Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 17 Jun 2025 16:52:11 -0400 Subject: [PATCH 130/168] Convert `AtmosphereSystem` sound path strings to `SoundSpecifier`s (#38403) * Convert AtmosphereSystem sound path strings to SoundSpecifiers * Convert to SoundCollections --- .../AtmosphereSystem.HighPressureDelta.cs | 9 ++++++--- .../Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs | 9 ++++++--- Resources/Prototypes/SoundCollections/atmospherics.yml | 10 ++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index cdf7018e23..9720cd38a8 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -7,6 +7,7 @@ using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; +using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; @@ -14,12 +15,14 @@ namespace Content.Server.Atmos.EntitySystems { public sealed partial class AtmosphereSystem { + private static readonly ProtoId DefaultSpaceWindSounds = "SpaceWind"; + private const int SpaceWindSoundCooldownCycles = 75; private int _spaceWindSoundCooldown = 0; [ViewVariables(VVAccess.ReadWrite)] - public string? SpaceWindSound { get; private set; } = "/Audio/Effects/space_wind.ogg"; + public SoundSpecifier? SpaceWindSound { get; private set; } = new SoundCollectionSpecifier(DefaultSpaceWindSounds, AudioParams.Default.WithVariation(0.125f)); private readonly HashSet> _activePressures = new(8); @@ -105,10 +108,10 @@ namespace Content.Server.Atmos.EntitySystems // Don't play the space wind sound on tiles that are on fire... if (tile.PressureDifference > 15 && !tile.Hotspot.Valid) { - if (_spaceWindSoundCooldown == 0 && !string.IsNullOrEmpty(SpaceWindSound)) + if (_spaceWindSoundCooldown == 0 && SpaceWindSound != null) { var coordinates = _mapSystem.ToCenterCoordinates(tile.GridIndex, tile.GridIndices); - _audio.PlayPvs(SpaceWindSound, coordinates, AudioParams.Default.WithVariation(0.125f).WithVolume(MathHelper.Clamp(tile.PressureDifference / 10, 10, 100))); + _audio.PlayPvs(SpaceWindSound, coordinates, SpaceWindSound.Params.WithVolume(MathHelper.Clamp(tile.PressureDifference / 10, 10, 100))); } } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs index 70f91a5dc1..613fcd14a6 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs @@ -7,12 +7,15 @@ using Content.Shared.Database; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Map.Components; +using Robust.Shared.Prototypes; using Robust.Shared.Random; namespace Content.Server.Atmos.EntitySystems { public sealed partial class AtmosphereSystem { + private static readonly ProtoId DefaultHotspotSounds = "AtmosHotspot"; + [Dependency] private readonly DecalSystem _decalSystem = default!; [Dependency] private readonly IRobustRandom _random = default!; @@ -21,7 +24,7 @@ namespace Content.Server.Atmos.EntitySystems private int _hotspotSoundCooldown = 0; [ViewVariables(VVAccess.ReadWrite)] - public string? HotspotSound { get; private set; } = "/Audio/Effects/fire.ogg"; + public SoundSpecifier? HotspotSound { get; private set; } = new SoundCollectionSpecifier(DefaultHotspotSounds); private void ProcessHotspot( Entity ent, @@ -105,14 +108,14 @@ namespace Content.Server.Atmos.EntitySystems if (tile.Hotspot.Temperature > tile.MaxFireTemperatureSustained) tile.MaxFireTemperatureSustained = tile.Hotspot.Temperature; - if (_hotspotSoundCooldown++ == 0 && !string.IsNullOrEmpty(HotspotSound)) + if (_hotspotSoundCooldown++ == 0 && HotspotSound != null) { var coordinates = _mapSystem.ToCenterCoordinates(tile.GridIndex, tile.GridIndices); // A few details on the audio parameters for fire. // The greater the fire state, the lesser the pitch variation. // The greater the fire state, the greater the volume. - _audio.PlayPvs(HotspotSound, coordinates, AudioParams.Default.WithVariation(0.15f/tile.Hotspot.State).WithVolume(-5f + 5f * tile.Hotspot.State)); + _audio.PlayPvs(HotspotSound, coordinates, HotspotSound.Params.WithVariation(0.15f / tile.Hotspot.State).WithVolume(-5f + 5f * tile.Hotspot.State)); } if (_hotspotSoundCooldown > HotspotSoundCooldownCycles) diff --git a/Resources/Prototypes/SoundCollections/atmospherics.yml b/Resources/Prototypes/SoundCollections/atmospherics.yml index 20f359690e..5778ac2647 100644 --- a/Resources/Prototypes/SoundCollections/atmospherics.yml +++ b/Resources/Prototypes/SoundCollections/atmospherics.yml @@ -4,3 +4,13 @@ - /Audio/Effects/squeak1.ogg - /Audio/Effects/squeak2.ogg - /Audio/Effects/squeak3.ogg + +- type: soundCollection + id: SpaceWind + files: + - /Audio/Effects/space_wind.ogg + +- type: soundCollection + id: AtmosHotspot + files: + - /Audio/Effects/fire.ogg From 9a605c864278b988f1dd5aa8016930199a339cd6 Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Tue, 17 Jun 2025 17:05:12 -0400 Subject: [PATCH 131/168] fix: deglitchify drowsiness effect on macOS (#37817) --- Resources/Textures/Shaders/radial_blur.swsl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Resources/Textures/Shaders/radial_blur.swsl b/Resources/Textures/Shaders/radial_blur.swsl index f3224ce06c..55a89c31b4 100644 --- a/Resources/Textures/Shaders/radial_blur.swsl +++ b/Resources/Textures/Shaders/radial_blur.swsl @@ -4,11 +4,13 @@ const highp int SampleCount = 10; // a higher number makes the shader look bette // a simple radial blur void fragment() { - highp vec2 uv = FRAGCOORD.xy * SCREEN_PIXEL_SIZE.xy; - highp vec2 direction = vec2(0.5, 0.5) - uv; + highp vec3 col = texture(SCREEN_TEXTURE, UV).xyz; + highp vec4 color = zTexture(UV); + highp vec2 direction = vec2(0.5, 0.5) - UV; for (int i=1; i <= SampleCount; i++) { - COLOR += zTextureSpec(SCREEN_TEXTURE, uv + float(i) * Strength / float(SampleCount) * direction); + col += zTextureSpec(SCREEN_TEXTURE, UV + float(i) * Strength / float(SampleCount) * direction).xyz; } - COLOR = COLOR / float(SampleCount); + col = col / float(SampleCount); + COLOR = vec4(vec3(col), color.a); } From 284cf259055780a1f34fd5ff19a116228f060fca Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:40:33 -0400 Subject: [PATCH 132/168] Command resolves (#38415) touchups --- .../Radiation/Systems/RadiationSystem.Debug.cs | 2 -- .../Sandbox/Commands/ColorNetworkCommand.cs | 18 +++++++++--------- Content.Server/Voting/VoteCommands.cs | 3 +-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs b/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs index f2eac9be6c..7e1775e359 100644 --- a/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs +++ b/Content.Server/Radiation/Systems/RadiationSystem.Debug.cs @@ -1,11 +1,9 @@ -using System.Linq; using Content.Server.Administration; using Content.Server.Radiation.Components; using Content.Shared.Administration; using Content.Shared.Radiation.Events; using Content.Shared.Radiation.Systems; using Robust.Shared.Console; -using Robust.Shared.Debugging; using Robust.Shared.Enums; using Robust.Shared.Map.Components; using Robust.Shared.Player; diff --git a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs index 2fcfcd8cbb..9f4d617904 100644 --- a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs +++ b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs @@ -11,17 +11,17 @@ using Robust.Shared.Console; namespace Content.Server.Sandbox.Commands { [AnyCommand] - public sealed class ColorNetworkCommand : LocalizedCommands + public sealed class ColorNetworkCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entManager = default!; + [Dependency] private readonly IAdminManager _adminManager = default!; + [Dependency] private readonly AtmosPipeColorSystem _pipeColorSystem = default!; + [Dependency] private readonly SandboxSystem _sandboxSystem = default!; public override string Command => "colornetwork"; public override void Execute(IConsoleShell shell, string argStr, string[] args) { - var sandboxManager = _entManager.System(); - var adminManager = IoCManager.Resolve(); - if (shell.IsClient || (!sandboxManager.IsSandboxEnabled && !adminManager.HasAdminFlag(shell.Player!, AdminFlags.Mapping))) + if (shell.IsClient || (!_sandboxSystem.IsSandboxEnabled && !_adminManager.HasAdminFlag(shell.Player!, AdminFlags.Mapping))) { shell.WriteError(Loc.GetString("cmd-colornetwork-no-access")); } @@ -40,13 +40,13 @@ namespace Content.Server.Sandbox.Commands var nent = new NetEntity(targetId); - if (!_entManager.TryGetEntity(nent, out var eUid)) + if (!EntityManager.TryGetEntity(nent, out var eUid)) { shell.WriteLine(Loc.GetString("shell-invalid-entity-id")); return; } - if (!_entManager.TryGetComponent(eUid, out NodeContainerComponent? nodeContainerComponent)) + if (!EntityManager.TryGetComponent(eUid, out NodeContainerComponent? nodeContainerComponent)) { shell.WriteLine(Loc.GetString("shell-entity-is-not-node-container")); return; @@ -77,10 +77,10 @@ namespace Content.Server.Sandbox.Commands foreach (var x in group.Nodes) { - if (!_entManager.TryGetComponent(x.Owner, out AtmosPipeColorComponent? atmosPipeColorComponent)) + if (!EntityManager.TryGetComponent(x.Owner, out AtmosPipeColorComponent? atmosPipeColorComponent)) continue; - _entManager.System().SetColor(x.Owner, atmosPipeColorComponent, color); + _pipeColorSystem.SetColor(x.Owner, atmosPipeColorComponent, color); } } } diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index e7b8599855..677fe1d0f6 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -249,10 +249,9 @@ namespace Content.Server.Voting public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) { - var mgr = IoCManager.Resolve(); if (args.Length == 1) { - var options = mgr.ActiveVotes + var options = _voteManager.ActiveVotes .OrderBy(v => v.Id) .Select(v => new CompletionOption(v.Id.ToString(), v.Title)); From 9c0ea2528e7f19941c0244f15f752497c5fab641 Mon Sep 17 00:00:00 2001 From: kosticia Date: Wed, 18 Jun 2025 03:50:01 +0300 Subject: [PATCH 133/168] show reflection prob on examine (#38199) * goaaaaaaaal * hmmmmmmmmmm... sorry aeshus, but thats sucks * adwaswa * reviev * awdasdws * redo * should work * mistake * change Co-authored-by: Tayrtahn Tayrtahn@users.noreply.github.com * Update Resources/Locale/en-US/reflect/reflect-component.ftl --------- Co-authored-by: Tayrtahn --- .../Weapons/Reflect/ReflectSystem.cs | 29 +++++++++++++++++++ .../en-US/reflect/reflect-component.ftl | 3 ++ 2 files changed, 32 insertions(+) create mode 100644 Resources/Locale/en-US/reflect/reflect-component.ftl diff --git a/Content.Shared/Weapons/Reflect/ReflectSystem.cs b/Content.Shared/Weapons/Reflect/ReflectSystem.cs index 1ca2cef4e4..31816d6023 100644 --- a/Content.Shared/Weapons/Reflect/ReflectSystem.cs +++ b/Content.Shared/Weapons/Reflect/ReflectSystem.cs @@ -15,6 +15,8 @@ using Robust.Shared.Network; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Systems; using Robust.Shared.Random; +using Content.Shared.Examine; +using Content.Shared.Localizations; namespace Content.Shared.Weapons.Reflect; @@ -45,6 +47,7 @@ public sealed class ReflectSystem : EntitySystem SubscribeLocalEvent(OnReflectUnequipped); SubscribeLocalEvent(OnReflectHandEquipped); SubscribeLocalEvent(OnReflectHandUnequipped); + SubscribeLocalEvent(OnExamine); } private void OnReflectUserCollide(Entity ent, ref ProjectileReflectAttemptEvent args) @@ -200,4 +203,30 @@ public sealed class ReflectSystem : EntitySystem ent.Comp.InRightPlace = false; Dirty(ent); } + + #region Examine + private void OnExamine(Entity ent, ref ExaminedEvent args) + { + // This isn't examine verb or something just because it looks too much bad. + // Trust me, universal verb for the potential weapons, armor and walls looks awful. + var value = MathF.Round(ent.Comp.ReflectProb * 100, 1); + + if (!_toggle.IsActivated(ent.Owner) || value == 0 || ent.Comp.Reflects == ReflectType.None) + return; + + var compTypes = ent.Comp.Reflects.ToString().Split(", "); + + List typeList = new(compTypes.Length); + + for (var i = 0; i < compTypes.Length; i++) + { + var type = Loc.GetString(("reflect-component-" + compTypes[i]).ToLower()); + typeList.Add(type); + } + + var msg = ContentLocalizationManager.FormatList(typeList); + + args.PushMarkup(Loc.GetString("reflect-component-examine", ("value", value), ("type", msg))); + } + #endregion } diff --git a/Resources/Locale/en-US/reflect/reflect-component.ftl b/Resources/Locale/en-US/reflect/reflect-component.ftl new file mode 100644 index 0000000000..bf3f612af3 --- /dev/null +++ b/Resources/Locale/en-US/reflect/reflect-component.ftl @@ -0,0 +1,3 @@ +reflect-component-examine = It has a [color=lightblue]{$value}%[/color] chance to [color=cyan]reflect[/color] {$type}. +reflect-component-nonenergy = bullets +reflect-component-energy = energy bolts From 75b740440abfb7cba0a6727e83a572c1b36bfe12 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 18 Jun 2025 00:51:09 +0000 Subject: [PATCH 134/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index aa5095c893..e0cd61f38a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: benev0 - changes: - - message: Stopped climbing movent while in containers - type: Fix - id: 8177 - time: '2025-04-14T15:56:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32033 - author: SlamBamActionman changes: - message: Hyposprays now shows contained chemicals in the sprite. @@ -3912,3 +3905,10 @@ id: 8689 time: '2025-06-17T11:06:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38332 +- author: kosticia + changes: + - message: Reflection chances are examinable now. + type: Add + id: 8690 + time: '2025-06-18T00:50:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38199 From d144253754ad25c1be1341d8fd2784ddaf32c68f Mon Sep 17 00:00:00 2001 From: Kittygyat <202250949+Kittygyat@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:06:13 +0100 Subject: [PATCH 135/168] Fixed vapes unintentionally dealing all burn damage types (#38423) Fixed vapes dealing all burn damage types --- .../Objects/Consumable/Smokeables/base_smokeables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml index 84813154a8..39baa36b8b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml @@ -74,8 +74,8 @@ components: - type: Vape damage: - groups: - Burn: 2 + types: + Heat: 2 - type: SolutionContainerManager solutions: smokable: From 0a0d1ce320bcdd2a4bf9eb30c3d37ed55efd9e42 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 18 Jun 2025 12:07:23 +0000 Subject: [PATCH 136/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e0cd61f38a..e98ab5c48f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Hyposprays now shows contained chemicals in the sprite. - type: Tweak - id: 8178 - time: '2025-04-14T15:58:55.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30703 - author: SlamBamActionman changes: - message: Implanters are now named after the implant they contained, even after @@ -3912,3 +3905,10 @@ id: 8690 time: '2025-06-18T00:50:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38199 +- author: Kittygyat + changes: + - message: Fixed vapes dealing unintended damage types to you when used. + type: Fix + id: 8691 + time: '2025-06-18T12:06:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38423 From f0860668221c5e55b275c9430c09e43fbbf00e55 Mon Sep 17 00:00:00 2001 From: Myra Date: Wed, 18 Jun 2025 17:39:30 +0200 Subject: [PATCH 137/168] Remove `SalvageShuttleCircuitboardStealObjective` from the objective group (#38428) So this was causing vulture to fail to round start because it could not find the prototype... this is being migrated into null anyway so no point in it being here --- Resources/Prototypes/Objectives/objectiveGroups.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index 2ad43de3c6..50a1af174a 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -81,7 +81,6 @@ AmePartFlatpackStealObjective: 1 ExpeditionsCircuitboardStealObjective: 1 #sup CargoShuttleCircuitboardStealObjective: 1 - SalvageShuttleCircuitboardStealObjective: 1 ClothingEyesHudBeerStealObjective: 1 #srv BibleStealObjective: 1 ClothingNeckGoldmedalStealObjective: 1 #other From 81d09559c20d0e467495d1d5bef54375f101228b Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 18 Jun 2025 12:21:48 -0400 Subject: [PATCH 138/168] Cleanup static `Logger` use in `ChatBox` (#38405) Convert static logger to resolved, resolve entman --- .../UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs index 289c9fa164..c389cf4dfb 100644 --- a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs +++ b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs @@ -19,8 +19,11 @@ namespace Content.Client.UserInterface.Systems.Chat.Widgets; [Virtual] public partial class ChatBox : UIWidget { + [Dependency] private readonly IEntityManager _entManager = default!; + [Dependency] private readonly ILogManager _log = default!; + + private readonly ISawmill _sawmill; private readonly ChatUIController _controller; - private readonly IEntityManager _entManager; public bool Main { get; set; } @@ -29,7 +32,7 @@ public partial class ChatBox : UIWidget public ChatBox() { RobustXamlLoader.Load(this); - _entManager = IoCManager.Resolve(); + _sawmill = _log.GetSawmill("chat"); ChatInput.Input.OnTextEntered += OnTextEntered; ChatInput.Input.OnKeyBindDown += OnInputKeyBindDown; @@ -52,7 +55,7 @@ public partial class ChatBox : UIWidget private void OnMessageAdded(ChatMessage msg) { - Logger.DebugS("chat", $"{msg.Channel}: {msg.Message}"); + _sawmill.Debug($"{msg.Channel}: {msg.Message}"); if (!ChatInput.FilterButton.Popup.IsActive(msg.Channel)) { return; From a10fc8a7dfbbab1a4d697add8bc4f42cbc0a0916 Mon Sep 17 00:00:00 2001 From: Vasilis The Pikachu Date: Wed, 18 Jun 2025 18:35:26 +0200 Subject: [PATCH 139/168] Random empty commit to be able to publish again From 72ea94a2336a6d966a2e832938a3bf790dc3a22b Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:14:01 -0700 Subject: [PATCH 140/168] Fix stacks only recycling one instead of the stack amount (#38433) * fix * Fixes --- Content.Server/Materials/MaterialReclaimerSystem.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Server/Materials/MaterialReclaimerSystem.cs b/Content.Server/Materials/MaterialReclaimerSystem.cs index 60b1a99e31..1e9acbd568 100644 --- a/Content.Server/Materials/MaterialReclaimerSystem.cs +++ b/Content.Server/Materials/MaterialReclaimerSystem.cs @@ -19,6 +19,7 @@ using Content.Shared.Materials; using Content.Shared.Mind; using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Power; +using Content.Shared.Stacks; using Robust.Server.GameObjects; using Robust.Shared.Player; using Robust.Shared.Prototypes; @@ -214,9 +215,12 @@ public sealed class MaterialReclaimerSystem : SharedMaterialReclaimerSystem if (!Resolve(item, ref composition, false)) return; + // If more of these checks are needed, use an event instead + var modifier = CompOrNull(item)?.Count ?? 1.0f; + foreach (var (material, amount) in composition.MaterialComposition) { - var outputAmount = (int) (amount * efficiency); + var outputAmount = (int) (amount * efficiency * modifier); _materialStorage.TryChangeMaterialAmount(reclaimer, material, outputAmount, storage); } From 15dc69641b89f618c3d3ba6d3a2f5c55d9c89685 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 18 Jun 2025 21:15:09 +0000 Subject: [PATCH 141/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e98ab5c48f..4ef63a55e4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Implanters are now named after the implant they contained, even after - the implanter has been used. - type: Tweak - - message: Syndicate implanters now remind you to scrub them in the item description. - type: Add - id: 8179 - time: '2025-04-14T16:50:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36555 - author: Golub changes: - message: Added the Knock spell to the wizard's grimoire @@ -3912,3 +3902,10 @@ id: 8691 time: '2025-06-18T12:06:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38423 +- author: beck-thompson + changes: + - message: Recycler now properly recycles item stacks. + type: Fix + id: 8692 + time: '2025-06-18T21:14:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38433 From d36a45a57f7ec7ea1ba45e7269bcd798dcf19ab4 Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:50:10 -0400 Subject: [PATCH 142/168] Relocate SetOutfit method to ServerClothingSystem and LEC setoutfit command. (#38391) * that'll do * requested changes. * missed this. --- .../Commands/SetOutfitCommand.cs | 132 ++---------------- .../Systems/AdminVerbSystem.Antags.cs | 5 +- .../Systems/AdminVerbSystem.Smites.cs | 6 +- .../Clothing/Systems/OutfitSystem.cs | 109 +++++++++++++++ Content.Server/Cluwne/CluwneSystem.cs | 6 +- .../GameTicking/Rules/DeathMatchRuleSystem.cs | 5 +- .../commands/set-outfit-command.ftl | 8 +- 7 files changed, 138 insertions(+), 133 deletions(-) create mode 100644 Content.Server/Clothing/Systems/OutfitSystem.cs diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index 9240e7b91b..d4b1da7b17 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -1,36 +1,22 @@ using Content.Server.Administration.UI; +using Content.Server.Clothing.Systems; using Content.Server.EUI; -using Content.Server.Hands.Systems; -using Content.Server.Preferences.Managers; -using Content.Shared.Access.Components; using Content.Shared.Administration; -using Content.Shared.Clothing; -using Content.Shared.Hands.Components; -using Content.Shared.Humanoid; using Content.Shared.Inventory; -using Content.Shared.PDA; -using Content.Shared.Preferences; -using Content.Shared.Preferences.Loadouts; -using Content.Shared.Roles; -using Content.Shared.Station; using Robust.Shared.Console; -using Robust.Shared.Player; -using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands { [AdminCommand(AdminFlags.Admin)] - public sealed class SetOutfitCommand : IConsoleCommand + public sealed class SetOutfitCommand : LocalizedEntityCommands { - [Dependency] private readonly IEntityManager _entities = default!; + [Dependency] private readonly EuiManager _euiManager = default!; + [Dependency] private readonly OutfitSystem _outfitSystem = default!; - public string Command => "setoutfit"; + public override string Command => "setoutfit"; + public override string Description => Loc.GetString("cmd-setoutfit-desc", ("requiredComponent", nameof(InventoryComponent))); - public string Description => Loc.GetString("set-outfit-command-description", ("requiredComponent", nameof(InventoryComponent))); - - public string Help => Loc.GetString("set-outfit-command-help-text", ("command", Command)); - - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length < 1) { @@ -46,13 +32,13 @@ namespace Content.Server.Administration.Commands var nent = new NetEntity(entInt); - if (!_entities.TryGetEntity(nent, out var target)) + if (!EntityManager.TryGetEntity(nent, out var target)) { shell.WriteLine(Loc.GetString("shell-invalid-entity-id")); return; } - if (!_entities.HasComponent(target)) + if (!EntityManager.HasComponent(target)) { shell.WriteLine(Loc.GetString("shell-target-entity-does-not-have-message", ("missing", "inventory"))); return; @@ -62,109 +48,17 @@ namespace Content.Server.Administration.Commands { if (shell.Player is not { } player) { - shell.WriteError(Loc.GetString("set-outfit-command-is-not-player-error")); + shell.WriteError(Loc.GetString("cmd-setoutfit-is-not-player-error")); return; } - var eui = IoCManager.Resolve(); var ui = new SetOutfitEui(nent); - eui.OpenEui(ui, player); + _euiManager.OpenEui(ui, player); return; } - if (!SetOutfit(target.Value, args[1], _entities)) - shell.WriteLine(Loc.GetString("set-outfit-command-invalid-outfit-id-error")); - } - - public static bool SetOutfit(EntityUid target, string gear, IEntityManager entityManager, Action? onEquipped = null) - { - if (!entityManager.TryGetComponent(target, out InventoryComponent? inventoryComponent)) - return false; - - var prototypeManager = IoCManager.Resolve(); - if (!prototypeManager.TryIndex(gear, out var startingGear)) - return false; - - HumanoidCharacterProfile? profile = null; - ICommonSession? session = null; - // Check if we are setting the outfit of a player to respect the preferences - if (entityManager.TryGetComponent(target, out ActorComponent? actorComponent)) - { - session = actorComponent.PlayerSession; - var userId = actorComponent.PlayerSession.UserId; - var preferencesManager = IoCManager.Resolve(); - var prefs = preferencesManager.GetPreferences(userId); - profile = prefs.SelectedCharacter as HumanoidCharacterProfile; - } - - var invSystem = entityManager.System(); - if (invSystem.TryGetSlots(target, out var slots)) - { - foreach (var slot in slots) - { - invSystem.TryUnequip(target, slot.Name, true, true, false, inventoryComponent); - var gearStr = ((IEquipmentLoadout) startingGear).GetGear(slot.Name); - if (gearStr == string.Empty) - { - continue; - } - - var equipmentEntity = entityManager.SpawnEntity(gearStr, entityManager.GetComponent(target).Coordinates); - if (slot.Name == "id" && - entityManager.TryGetComponent(equipmentEntity, out PdaComponent? pdaComponent) && - entityManager.TryGetComponent(pdaComponent.ContainedId, out var id)) - { - id.FullName = entityManager.GetComponent(target).EntityName; - } - - invSystem.TryEquip(target, equipmentEntity, slot.Name, silent: true, force: true, inventory: inventoryComponent); - - onEquipped?.Invoke(target, equipmentEntity); - } - } - - if (entityManager.TryGetComponent(target, out HandsComponent? handsComponent)) - { - var handsSystem = entityManager.System(); - var coords = entityManager.GetComponent(target).Coordinates; - foreach (var prototype in startingGear.Inhand) - { - var inhandEntity = entityManager.SpawnEntity(prototype, coords); - handsSystem.TryPickup(target, inhandEntity, checkActionBlocker: false, handsComp: handsComponent); - } - } - - // See if this starting gear is associated with a job - var jobs = prototypeManager.EnumeratePrototypes(); - foreach (var job in jobs) - { - if (job.StartingGear != gear) - continue; - - var jobProtoId = LoadoutSystem.GetJobPrototype(job.ID); - if (!prototypeManager.TryIndex(jobProtoId, out var jobProto)) - break; - - // Don't require a player, so this works on Urists - profile ??= entityManager.TryGetComponent(target, out var comp) - ? HumanoidCharacterProfile.DefaultWithSpecies(comp.Species) - : new HumanoidCharacterProfile(); - // Try to get the user's existing loadout for the role - profile.Loadouts.TryGetValue(jobProtoId, out var roleLoadout); - - if (roleLoadout == null) - { - // If they don't have a loadout for the role, make a default one - roleLoadout = new RoleLoadout(jobProtoId); - roleLoadout.SetDefault(profile, session, prototypeManager); - } - - // Equip the target with the job loadout - var stationSpawning = entityManager.System(); - stationSpawning.EquipRoleLoadout(target, roleLoadout, jobProto); - } - - return true; + if (!_outfitSystem.SetOutfit(target.Value, args[1])) + shell.WriteLine(Loc.GetString("cmd-setoutfit-invalid-outfit-id-error")); } } } diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs index 79c5c86fe1..6c7727ab4e 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs @@ -1,9 +1,9 @@ -using Content.Server.Administration.Commands; using Content.Server.Antag; using Content.Server.GameTicking; using Content.Server.GameTicking.Rules.Components; using Content.Server.Zombies; using Content.Shared.Administration; +using Content.Server.Clothing.Systems; using Content.Shared.Database; using Content.Shared.Humanoid; using Content.Shared.Mind.Components; @@ -20,6 +20,7 @@ public sealed partial class AdminVerbSystem [Dependency] private readonly AntagSelectionSystem _antag = default!; [Dependency] private readonly ZombieSystem _zombie = default!; [Dependency] private readonly GameTicker _gameTicker = default!; + [Dependency] private readonly OutfitSystem _outfit = default!; [ValidatePrototypeId] private const string DefaultTraitorRule = "Traitor"; @@ -126,7 +127,7 @@ public sealed partial class AdminVerbSystem Act = () => { // pirates just get an outfit because they don't really have logic associated with them - SetOutfitCommand.SetOutfit(args.Target, PirateGearId, EntityManager); + _outfit.SetOutfit(args.Target, PirateGearId); }, Impact = LogImpact.High, Message = string.Join(": ", pirateName, Loc.GetString("admin-verb-make-pirate")), diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index 1f04df23f2..3c6782d08e 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -1,10 +1,10 @@ using System.Threading; -using Content.Server.Administration.Commands; using Content.Server.Administration.Components; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Server.Body.Systems; +using Content.Server.Clothing.Systems; using Content.Server.Electrocution; using Content.Server.Explosion.EntitySystems; using Content.Server.GhostKick; @@ -42,7 +42,6 @@ using Content.Shared.Slippery; using Content.Shared.Tabletop.Components; using Content.Shared.Tools.Systems; using Content.Shared.Verbs; -using Robust.Shared.Map; using Robust.Shared.Map.Components; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; @@ -80,6 +79,7 @@ public sealed partial class AdminVerbSystem [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly SuperBonkSystem _superBonkSystem = default!; [Dependency] private readonly SlipperySystem _slipperySystem = default!; + [Dependency] private readonly OutfitSystem _outfitSystem = default!; // All smite verbs have names so invokeverb works. private void AddSmiteVerbs(GetVerbsEvent args) @@ -587,7 +587,7 @@ public sealed partial class AdminVerbSystem Icon = new SpriteSpecifier.Rsi(new ("/Textures/Clothing/Uniforms/Jumpskirt/janimaid.rsi"), "icon"), Act = () => { - SetOutfitCommand.SetOutfit(args.Target, "JanitorMaidGear", EntityManager, (_, clothing) => + _outfitSystem.SetOutfit(args.Target, "JanitorMaidGear", (_, clothing) => { if (HasComp(clothing)) EnsureComp(clothing); diff --git a/Content.Server/Clothing/Systems/OutfitSystem.cs b/Content.Server/Clothing/Systems/OutfitSystem.cs new file mode 100644 index 0000000000..c3fea28bcf --- /dev/null +++ b/Content.Server/Clothing/Systems/OutfitSystem.cs @@ -0,0 +1,109 @@ +using Content.Server.Hands.Systems; +using Content.Server.Preferences.Managers; +using Content.Shared.Access.Components; +using Content.Shared.Clothing; +using Content.Shared.Hands.Components; +using Content.Shared.Humanoid; +using Content.Shared.Inventory; +using Content.Shared.PDA; +using Content.Shared.Preferences; +using Content.Shared.Preferences.Loadouts; +using Content.Shared.Roles; +using Content.Shared.Station; +using Robust.Shared.Player; +using Robust.Shared.Prototypes; + +namespace Content.Server.Clothing.Systems; + +public sealed class OutfitSystem : EntitySystem +{ + [Dependency] private readonly IServerPreferencesManager _preferenceManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly HandsSystem _handSystem = default!; + [Dependency] private readonly InventorySystem _invSystem = default!; + [Dependency] private readonly SharedStationSpawningSystem _spawningSystem = default!; + + public bool SetOutfit(EntityUid target, string gear, Action? onEquipped = null) + { + if (!EntityManager.TryGetComponent(target, out InventoryComponent? inventoryComponent)) + return false; + + if (!_prototypeManager.TryIndex(gear, out var startingGear)) + return false; + + HumanoidCharacterProfile? profile = null; + ICommonSession? session = null; + // Check if we are setting the outfit of a player to respect the preferences + if (EntityManager.TryGetComponent(target, out ActorComponent? actorComponent)) + { + session = actorComponent.PlayerSession; + var userId = actorComponent.PlayerSession.UserId; + var prefs = _preferenceManager.GetPreferences(userId); + profile = prefs.SelectedCharacter as HumanoidCharacterProfile; + } + + if (_invSystem.TryGetSlots(target, out var slots)) + { + foreach (var slot in slots) + { + _invSystem.TryUnequip(target, slot.Name, true, true, false, inventoryComponent); + var gearStr = ((IEquipmentLoadout) startingGear).GetGear(slot.Name); + if (gearStr == string.Empty) + continue; + + var equipmentEntity = EntityManager.SpawnEntity(gearStr, EntityManager.GetComponent(target).Coordinates); + if (slot.Name == "id" && + EntityManager.TryGetComponent(equipmentEntity, out PdaComponent? pdaComponent) && + EntityManager.TryGetComponent(pdaComponent.ContainedId, out var id)) + { + id.FullName = EntityManager.GetComponent(target).EntityName; + } + + _invSystem.TryEquip(target, equipmentEntity, slot.Name, silent: true, force: true, inventory: inventoryComponent); + + onEquipped?.Invoke(target, equipmentEntity); + } + } + + if (EntityManager.TryGetComponent(target, out HandsComponent? handsComponent)) + { + var coords = EntityManager.GetComponent(target).Coordinates; + foreach (var prototype in startingGear.Inhand) + { + var inhandEntity = EntityManager.SpawnEntity(prototype, coords); + _handSystem.TryPickup(target, inhandEntity, checkActionBlocker: false, handsComp: handsComponent); + } + } + + // See if this starting gear is associated with a job + var jobs = _prototypeManager.EnumeratePrototypes(); + foreach (var job in jobs) + { + if (job.StartingGear != gear) + continue; + + var jobProtoId = LoadoutSystem.GetJobPrototype(job.ID); + if (!_prototypeManager.TryIndex(jobProtoId, out var jobProto)) + break; + + // Don't require a player, so this works on Urists + profile ??= EntityManager.TryGetComponent(target, out var comp) + ? HumanoidCharacterProfile.DefaultWithSpecies(comp.Species) + : new HumanoidCharacterProfile(); + // Try to get the user's existing loadout for the role + profile.Loadouts.TryGetValue(jobProtoId, out var roleLoadout); + + if (roleLoadout == null) + { + // If they don't have a loadout for the role, make a default one + roleLoadout = new RoleLoadout(jobProtoId); + roleLoadout.SetDefault(profile, session, _prototypeManager); + } + + // Equip the target with the job loadout + _spawningSystem.EquipRoleLoadout(target, roleLoadout, jobProto); + } + + return true; + } +} diff --git a/Content.Server/Cluwne/CluwneSystem.cs b/Content.Server/Cluwne/CluwneSystem.cs index 1fbb0c7269..73476ece17 100644 --- a/Content.Server/Cluwne/CluwneSystem.cs +++ b/Content.Server/Cluwne/CluwneSystem.cs @@ -1,9 +1,9 @@ -using Content.Server.Administration.Commands; using Content.Server.Popups; using Content.Shared.Popups; using Content.Shared.Mobs; using Content.Server.Chat; using Content.Server.Chat.Systems; +using Content.Server.Clothing.Systems; using Content.Shared.Chat.Prototypes; using Robust.Shared.Random; using Content.Shared.Stunnable; @@ -13,7 +13,6 @@ using Robust.Shared.Prototypes; using Content.Server.Emoting.Systems; using Content.Server.Speech.EntitySystems; using Content.Shared.Cluwne; -using Content.Shared.Interaction.Components; using Robust.Shared.Audio.Systems; using Content.Shared.NameModifier.EntitySystems; using Content.Shared.Clumsy; @@ -31,6 +30,7 @@ public sealed class CluwneSystem : EntitySystem [Dependency] private readonly ChatSystem _chat = default!; [Dependency] private readonly AutoEmoteSystem _autoEmote = default!; [Dependency] private readonly NameModifierSystem _nameMod = default!; + [Dependency] private readonly OutfitSystem _outfitSystem = default!; public override void Initialize() { @@ -78,7 +78,7 @@ public sealed class CluwneSystem : EntitySystem _nameMod.RefreshNameModifiers(uid); - SetOutfitCommand.SetOutfit(uid, "CluwneGear", EntityManager); + _outfitSystem.SetOutfit(uid, "CluwneGear"); } /// diff --git a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs index 2e97a72f3b..9ae8c5ff83 100644 --- a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs @@ -1,5 +1,5 @@ using System.Linq; -using Content.Server.Administration.Commands; +using Content.Server.Clothing.Systems; using Content.Server.GameTicking.Rules.Components; using Content.Server.KillTracking; using Content.Server.Mind; @@ -23,6 +23,7 @@ public sealed class DeathMatchRuleSystem : GameRuleSystem(mob); _respawn.AddToTracker(ev.Player.UserId, (uid, tracker)); diff --git a/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl b/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl index 793c339c28..247dae37f4 100644 --- a/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl @@ -1,4 +1,4 @@ -set-outfit-command-description = Sets the outfit of the specified entity. The entity must have {INDEFINITE($requiredComponent)} {$requiredComponent} -set-outfit-command-help-text = Usage: {$command} | {$command} -set-outfit-command-is-not-player-error = This command requires both arguments to work from the server console. -set-outfit-command-invalid-outfit-id-error = Invalid outfit id +cmd-setoutfit-desc = Sets the outfit of the specified entity. The entity must have {INDEFINITE($requiredComponent)} {$requiredComponent} +cmd-setoutfit-help = Usage: setoutfit | setoutfit +cmd-setoutfit-is-not-player-error = This command requires both arguments to work from the server console. +cmd-setoutfit-invalid-outfit-id-error = Invalid outfit id. From ca72ca1464f052365048f6a9be5d2ad0e9f7fdcc Mon Sep 17 00:00:00 2001 From: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:03:28 -0400 Subject: [PATCH 143/168] Command resolves and LEC conversions batch 4 (#38382) * reeeecolllaaaaaaaa * gonna convert these to public while I'm here for consistency sake * requested changes. --- .../Chat/Commands/AdminChatCommand.cs | 14 +++++----- Content.Server/Chat/Commands/MeCommand.cs | 17 ++++++------ Content.Server/Chat/Commands/OOCCommand.cs | 14 +++++----- Content.Server/Chat/Commands/SayCommand.cs | 14 +++++----- .../Chat/Commands/SetLOOCCommand.cs | 23 ++++++++-------- Content.Server/Chat/Commands/SetOOCCommand.cs | 23 ++++++++-------- .../Chat/Commands/WhisperCommand.cs | 14 +++++----- .../EntityList/SpawnEntityListCommand.cs | 27 +++++++++---------- .../Commands/ToggleDisallowLateJoinCommand.cs | 22 +++++++-------- .../commands/set-looc-command.ftl | 10 +++---- .../commands/set-ooc-command.ftl | 10 +++---- .../Locale/en-US/commands/asay-command.ftl | 2 ++ .../Locale/en-US/commands/me-command.ftl | 2 ++ .../Locale/en-US/commands/ooc-command.ftl | 2 ++ .../Locale/en-US/commands/say-command.ftl | 2 ++ .../commands/spawn-entity-list-command.ftl | 4 +++ .../toggle-disallow-late-join-command.ftl | 4 +++ .../Locale/en-US/commands/whisper-command.ftl | 2 ++ 18 files changed, 104 insertions(+), 102 deletions(-) create mode 100644 Resources/Locale/en-US/commands/asay-command.ftl create mode 100644 Resources/Locale/en-US/commands/me-command.ftl create mode 100644 Resources/Locale/en-US/commands/ooc-command.ftl create mode 100644 Resources/Locale/en-US/commands/say-command.ftl create mode 100644 Resources/Locale/en-US/commands/spawn-entity-list-command.ftl create mode 100644 Resources/Locale/en-US/commands/toggle-disallow-late-join-command.ftl create mode 100644 Resources/Locale/en-US/commands/whisper-command.ftl diff --git a/Content.Server/Chat/Commands/AdminChatCommand.cs b/Content.Server/Chat/Commands/AdminChatCommand.cs index 1a7ae050b6..38eb977afc 100644 --- a/Content.Server/Chat/Commands/AdminChatCommand.cs +++ b/Content.Server/Chat/Commands/AdminChatCommand.cs @@ -6,19 +6,19 @@ using Robust.Shared.Console; namespace Content.Server.Chat.Commands { [AdminCommand(AdminFlags.Adminchat)] - internal sealed class AdminChatCommand : IConsoleCommand + internal sealed class AdminChatCommand : LocalizedCommands { - public string Command => "asay"; - public string Description => "Send chat messages to the private admin chat channel."; - public string Help => "asay "; + [Dependency] private readonly IChatManager _chatManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "asay"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { var player = shell.Player; if (player == null) { - shell.WriteError("You can't run this command locally."); + shell.WriteError(Loc.GetString($"shell-cannot-run-command-from-server")); return; } @@ -29,7 +29,7 @@ namespace Content.Server.Chat.Commands if (string.IsNullOrEmpty(message)) return; - IoCManager.Resolve().TrySendOOCMessage(player, message, OOCChatType.Admin); + _chatManager.TrySendOOCMessage(player, message, OOCChatType.Admin); } } } diff --git a/Content.Server/Chat/Commands/MeCommand.cs b/Content.Server/Chat/Commands/MeCommand.cs index e763d5656e..36acfa7a69 100644 --- a/Content.Server/Chat/Commands/MeCommand.cs +++ b/Content.Server/Chat/Commands/MeCommand.cs @@ -6,17 +6,17 @@ using Robust.Shared.Enums; namespace Content.Server.Chat.Commands { [AnyCommand] - internal sealed class MeCommand : IConsoleCommand + internal sealed class MeCommand : LocalizedEntityCommands { - public string Command => "me"; - public string Description => "Perform an action."; - public string Help => "me "; + [Dependency] private readonly ChatSystem _chatSystem = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "me"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { - shell.WriteError("This command cannot be run from the server."); + shell.WriteError(Loc.GetString($"shell-cannot-run-command-from-server")); return; } @@ -25,7 +25,7 @@ namespace Content.Server.Chat.Commands if (player.AttachedEntity is not {} playerEntity) { - shell.WriteError("You don't have an entity!"); + shell.WriteError(Loc.GetString($"shell-must-be-attached-to-entity")); return; } @@ -36,8 +36,7 @@ namespace Content.Server.Chat.Commands if (string.IsNullOrEmpty(message)) return; - IoCManager.Resolve().GetEntitySystem() - .TrySendInGameICMessage(playerEntity, message, InGameICChatType.Emote, ChatTransmitRange.Normal, false, shell, player); + _chatSystem.TrySendInGameICMessage(playerEntity, message, InGameICChatType.Emote, ChatTransmitRange.Normal, false, shell, player); } } } diff --git a/Content.Server/Chat/Commands/OOCCommand.cs b/Content.Server/Chat/Commands/OOCCommand.cs index 36f6303fbd..1760d49cea 100644 --- a/Content.Server/Chat/Commands/OOCCommand.cs +++ b/Content.Server/Chat/Commands/OOCCommand.cs @@ -5,17 +5,17 @@ using Robust.Shared.Console; namespace Content.Server.Chat.Commands { [AnyCommand] - internal sealed class OOCCommand : IConsoleCommand + internal sealed class OOCCommand : LocalizedCommands { - public string Command => "ooc"; - public string Description => "Send Out Of Character chat messages."; - public string Help => "ooc "; + [Dependency] private readonly IChatManager _chatManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "ooc"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { - shell.WriteError("This command cannot be run from the server."); + shell.WriteError(Loc.GetString($"shell-cannot-run-command-from-server")); return; } @@ -26,7 +26,7 @@ namespace Content.Server.Chat.Commands if (string.IsNullOrEmpty(message)) return; - IoCManager.Resolve().TrySendOOCMessage(player, message, OOCChatType.OOC); + _chatManager.TrySendOOCMessage(player, message, OOCChatType.OOC); } } } diff --git a/Content.Server/Chat/Commands/SayCommand.cs b/Content.Server/Chat/Commands/SayCommand.cs index df6e548e5d..99ca4660f0 100644 --- a/Content.Server/Chat/Commands/SayCommand.cs +++ b/Content.Server/Chat/Commands/SayCommand.cs @@ -6,13 +6,12 @@ using Robust.Shared.Enums; namespace Content.Server.Chat.Commands { [AnyCommand] - internal sealed class SayCommand : IConsoleCommand + internal sealed class SayCommand : LocalizedEntityCommands { - public string Command => "say"; - public string Description => "Send chat messages to the local channel or a specified radio channel."; - public string Help => "say "; + [Dependency] private readonly ChatSystem _chatSystem = default!; + public override string Command => "say"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { @@ -25,7 +24,7 @@ namespace Content.Server.Chat.Commands if (player.AttachedEntity is not {} playerEntity) { - shell.WriteError("You don't have an entity!"); + shell.WriteError(Loc.GetString($"shell-must-be-attached-to-entity")); return; } @@ -36,8 +35,7 @@ namespace Content.Server.Chat.Commands if (string.IsNullOrEmpty(message)) return; - IoCManager.Resolve().GetEntitySystem() - .TrySendInGameICMessage(playerEntity, message, InGameICChatType.Speak, ChatTransmitRange.Normal, false, shell, player); + _chatSystem.TrySendInGameICMessage(playerEntity, message, InGameICChatType.Speak, ChatTransmitRange.Normal, false, shell, player); } } } diff --git a/Content.Server/Chat/Commands/SetLOOCCommand.cs b/Content.Server/Chat/Commands/SetLOOCCommand.cs index 9cfa2a67fc..c97c67c569 100644 --- a/Content.Server/Chat/Commands/SetLOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetLOOCCommand.cs @@ -7,22 +7,21 @@ using Robust.Shared.Console; namespace Content.Server.Chat.Commands; [AdminCommand(AdminFlags.Server)] -public sealed class SetLOOCCommand : IConsoleCommand +public sealed class SetLoocCommand : LocalizedCommands { - public string Command => "setlooc"; - public string Description => Loc.GetString("set-looc-command-description"); - public string Help => Loc.GetString("set-looc-command-help"); - public void Execute(IConsoleShell shell, string argStr, string[] args) - { - var cfg = IoCManager.Resolve(); + [Dependency] private readonly IConfigurationManager _configManager = default!; + public override string Command => "setlooc"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { if (args.Length > 1) { - shell.WriteError(Loc.GetString("set-looc-command-too-many-arguments-error")); + shell.WriteError(Loc.GetString("shell-need-between-arguments", ("lower", 0), ("upper", 1))); return; } - var looc = cfg.GetCVar(CCVars.LoocEnabled); + var looc = _configManager.GetCVar(CCVars.LoocEnabled); if (args.Length == 0) { @@ -31,12 +30,12 @@ public sealed class SetLOOCCommand : IConsoleCommand if (args.Length == 1 && !bool.TryParse(args[0], out looc)) { - shell.WriteError(Loc.GetString("set-looc-command-invalid-argument-error")); + shell.WriteError(Loc.GetString("shell-invalid-bool")); return; } - cfg.SetCVar(CCVars.LoocEnabled, looc); + _configManager.SetCVar(CCVars.LoocEnabled, looc); - shell.WriteLine(Loc.GetString(looc ? "set-looc-command-looc-enabled" : "set-looc-command-looc-disabled")); + shell.WriteLine(Loc.GetString(looc ? "cmd-setlooc-looc-enabled" : "cmd-setlooc-looc-disabled")); } } diff --git a/Content.Server/Chat/Commands/SetOOCCommand.cs b/Content.Server/Chat/Commands/SetOOCCommand.cs index d712a62401..46e7e84af4 100644 --- a/Content.Server/Chat/Commands/SetOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetOOCCommand.cs @@ -7,22 +7,21 @@ using Robust.Shared.Console; namespace Content.Server.Chat.Commands; [AdminCommand(AdminFlags.Admin)] -public sealed class SetOOCCommand : IConsoleCommand +public sealed class SetOOCCommand : LocalizedCommands { - public string Command => "setooc"; - public string Description => Loc.GetString("set-ooc-command-description"); - public string Help => Loc.GetString("set-ooc-command-help"); - public void Execute(IConsoleShell shell, string argStr, string[] args) - { - var cfg = IoCManager.Resolve(); + [Dependency] private readonly IConfigurationManager _configManager = default!; + public override string Command => "setooc"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { if (args.Length > 1) { - shell.WriteError(Loc.GetString("set-ooc-command-too-many-arguments-error")); + shell.WriteError(Loc.GetString("shell-need-between-arguments", ("lower", 0), ("upper", 1))); return; } - var ooc = cfg.GetCVar(CCVars.OocEnabled); + var ooc = _configManager.GetCVar(CCVars.OocEnabled); if (args.Length == 0) { @@ -31,12 +30,12 @@ public sealed class SetOOCCommand : IConsoleCommand if (args.Length == 1 && !bool.TryParse(args[0], out ooc)) { - shell.WriteError(Loc.GetString("set-ooc-command-invalid-argument-error")); + shell.WriteError(Loc.GetString("shell-invalid-bool")); return; } - cfg.SetCVar(CCVars.OocEnabled, ooc); + _configManager.SetCVar(CCVars.OocEnabled, ooc); - shell.WriteLine(Loc.GetString(ooc ? "set-ooc-command-ooc-enabled" : "set-ooc-command-ooc-disabled")); + shell.WriteLine(Loc.GetString(ooc ? "cmd-setooc-ooc-enabled" : "cmd-setooc-ooc-disabled")); } } diff --git a/Content.Server/Chat/Commands/WhisperCommand.cs b/Content.Server/Chat/Commands/WhisperCommand.cs index 13effa3446..0556dd8036 100644 --- a/Content.Server/Chat/Commands/WhisperCommand.cs +++ b/Content.Server/Chat/Commands/WhisperCommand.cs @@ -6,13 +6,12 @@ using Robust.Shared.Enums; namespace Content.Server.Chat.Commands { [AnyCommand] - internal sealed class WhisperCommand : IConsoleCommand + internal sealed class WhisperCommand : LocalizedEntityCommands { - public string Command => "whisper"; - public string Description => "Send chat messages to the local channel as a whisper"; - public string Help => "whisper "; + [Dependency] private readonly ChatSystem _chatSystem = default!; + public override string Command => "whisper"; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (shell.Player is not { } player) { @@ -25,7 +24,7 @@ namespace Content.Server.Chat.Commands if (player.AttachedEntity is not {} playerEntity) { - shell.WriteError("You don't have an entity!"); + shell.WriteError(Loc.GetString($"shell-must-be-attached-to-entity")); return; } @@ -36,8 +35,7 @@ namespace Content.Server.Chat.Commands if (string.IsNullOrEmpty(message)) return; - IoCManager.Resolve().GetEntitySystem() - .TrySendInGameICMessage(playerEntity, message, InGameICChatType.Whisper, ChatTransmitRange.Normal, false, shell, player); + _chatSystem.TrySendInGameICMessage(playerEntity, message, InGameICChatType.Whisper, ChatTransmitRange.Normal, false, shell, player); } } } diff --git a/Content.Server/EntityList/SpawnEntityListCommand.cs b/Content.Server/EntityList/SpawnEntityListCommand.cs index 127e1ec47c..07bc26996e 100644 --- a/Content.Server/EntityList/SpawnEntityListCommand.cs +++ b/Content.Server/EntityList/SpawnEntityListCommand.cs @@ -7,17 +7,17 @@ using Robust.Shared.Prototypes; namespace Content.Server.EntityList { [AdminCommand(AdminFlags.Spawn)] - public sealed class SpawnEntityListCommand : IConsoleCommand + public sealed class SpawnEntityListCommand : LocalizedEntityCommands { - public string Command => "spawnentitylist"; - public string Description => "Spawns a list of entities around you"; - public string Help => $"Usage: {Command} "; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "spawnentitylist"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteError($"Invalid arguments.\n{Help}"); + shell.WriteError(Loc.GetString($"shell-need-exactly-one-argument")); return; } @@ -33,24 +33,23 @@ namespace Content.Server.EntityList return; } - var prototypeManager = IoCManager.Resolve(); - - if (!prototypeManager.TryIndex(args[0], out EntityListPrototype? prototype)) + if (!_prototypeManager.TryIndex(args[0], out EntityListPrototype? prototype)) { - shell.WriteError($"No {nameof(EntityListPrototype)} found with id {args[0]}"); + shell.WriteError(Loc.GetString($"cmd-spawnentitylist-failed", + ("prototype", nameof(EntityListPrototype)), + ("id", args[0]))); return; } - var entityManager = IoCManager.Resolve(); var i = 0; - foreach (var entity in prototype.Entities(prototypeManager)) + foreach (var entity in prototype.Entities(_prototypeManager)) { - entityManager.SpawnEntity(entity.ID, entityManager.GetComponent(attached).Coordinates); + EntityManager.SpawnEntity(entity.ID, EntityManager.GetComponent(attached).Coordinates); i++; } - shell.WriteLine($"Spawned {i} entities."); + shell.WriteLine(Loc.GetString($"cmd-spawnentitylist-success", ("count", i))); } } } diff --git a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs index f6e94eb93f..813b395c29 100644 --- a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs +++ b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs @@ -7,31 +7,27 @@ using Robust.Shared.Console; namespace Content.Server.GameTicking.Commands { [AdminCommand(AdminFlags.Round)] - sealed class ToggleDisallowLateJoinCommand : IConsoleCommand + public sealed class ToggleDisallowLateJoinCommand : LocalizedCommands { - public string Command => "toggledisallowlatejoin"; - public string Description => "Allows or disallows latejoining during mid-game."; - public string Help => $"Usage: {Command} "; + [Dependency] private readonly IConfigurationManager _configManager = default!; - public void Execute(IConsoleShell shell, string argStr, string[] args) + public override string Command => "toggledisallowlatejoin"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1) { - shell.WriteLine("Need exactly one argument."); + shell.WriteLine(Loc.GetString($"shell-need-exactly-one-argument")); return; } - var cfgMan = IoCManager.Resolve(); - if (bool.TryParse(args[0], out var result)) { - cfgMan.SetCVar(CCVars.GameDisallowLateJoins, bool.Parse(args[0])); - shell.WriteLine(result ? "Late joining has been disabled." : "Late joining has been enabled."); + _configManager.SetCVar(CCVars.GameDisallowLateJoins, bool.Parse(args[0])); + shell.WriteLine(Loc.GetString(result ? "cmd-toggledisallowlatejoin-disabled" : "cmd-toggledisallowlatejoin-enabled")); } else - { - shell.WriteLine("Invalid argument."); - } + shell.WriteLine(Loc.GetString($"shell-invalid-bool")); } } } diff --git a/Resources/Locale/en-US/administration/commands/set-looc-command.ftl b/Resources/Locale/en-US/administration/commands/set-looc-command.ftl index 2125939052..8d14ac8954 100644 --- a/Resources/Locale/en-US/administration/commands/set-looc-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-looc-command.ftl @@ -1,6 +1,4 @@ -set-looc-command-description = Allows you to enable or disable LOOC. -set-looc-command-help = Usage: setlooc OR setlooc [value] -set-looc-command-too-many-arguments-error = Too many arguments. -set-looc-command-invalid-argument-error = Invalid argument. -set-looc-command-looc-enabled = LOOC chat has been enabled. -set-looc-command-looc-disabled = LOOC chat has been disabled. +cmd-setlooc-description = Allows you to enable or disable LOOC. +cmd-setlooc-help = Usage: setlooc OR setlooc [value] +cmd-setlooc-looc-enabled = LOOC chat has been enabled. +cmd-setlooc-looc-disabled = LOOC chat has been disabled. diff --git a/Resources/Locale/en-US/administration/commands/set-ooc-command.ftl b/Resources/Locale/en-US/administration/commands/set-ooc-command.ftl index 62b0747173..bb73d209da 100644 --- a/Resources/Locale/en-US/administration/commands/set-ooc-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-ooc-command.ftl @@ -1,6 +1,4 @@ -set-ooc-command-description = Allows you to enable or disable OOC. -set-ooc-command-help = Usage: setooc OR setooc [value] -set-ooc-command-too-many-arguments-error = Too many arguments. -set-ooc-command-invalid-argument-error = Invalid argument. -set-ooc-command-ooc-enabled = OOC chat has been enabled. -set-ooc-command-ooc-disabled = OOC chat has been disabled. +cmd-setooc-desc = Allows you to enable or disable OOC. +cmd-setooc-help = Usage: setooc OR setooc [value] +cmd-setooc-ooc-enabled = OOC chat has been enabled. +cmd-setooc-ooc-disabled = OOC chat has been disabled. diff --git a/Resources/Locale/en-US/commands/asay-command.ftl b/Resources/Locale/en-US/commands/asay-command.ftl new file mode 100644 index 0000000000..3882947a7e --- /dev/null +++ b/Resources/Locale/en-US/commands/asay-command.ftl @@ -0,0 +1,2 @@ +cmd-asay-desc = Send chat messages to the private admin chat channel. +cmd-asay-help = Usage: asay diff --git a/Resources/Locale/en-US/commands/me-command.ftl b/Resources/Locale/en-US/commands/me-command.ftl new file mode 100644 index 0000000000..cd482b0be3 --- /dev/null +++ b/Resources/Locale/en-US/commands/me-command.ftl @@ -0,0 +1,2 @@ +cmd-me-desc = Perform an action. +cmd-me-help = Usage: me diff --git a/Resources/Locale/en-US/commands/ooc-command.ftl b/Resources/Locale/en-US/commands/ooc-command.ftl new file mode 100644 index 0000000000..a2fa48e2ae --- /dev/null +++ b/Resources/Locale/en-US/commands/ooc-command.ftl @@ -0,0 +1,2 @@ +cmd-ooc-desc = Send Out Of Character chat messages. +cmd-ooc-help = Usage: ooc diff --git a/Resources/Locale/en-US/commands/say-command.ftl b/Resources/Locale/en-US/commands/say-command.ftl new file mode 100644 index 0000000000..8deb7bdc45 --- /dev/null +++ b/Resources/Locale/en-US/commands/say-command.ftl @@ -0,0 +1,2 @@ +cmd-say-desc = Send chat messages to the local channel or a specified radio channel. +cmd-say-help = Usage: say diff --git a/Resources/Locale/en-US/commands/spawn-entity-list-command.ftl b/Resources/Locale/en-US/commands/spawn-entity-list-command.ftl new file mode 100644 index 0000000000..b8f41fd945 --- /dev/null +++ b/Resources/Locale/en-US/commands/spawn-entity-list-command.ftl @@ -0,0 +1,4 @@ +cmd-spawnentitylist-desc = Spawns a list of entities around you. +cmd-spawnentitylist-help = Usage: spawnentitylist +cmd-spawnentitylist-failed = No {$prototype} found with id {$id}, +cmd-spawnentitylist-success = Spawned {$count} entities. diff --git a/Resources/Locale/en-US/commands/toggle-disallow-late-join-command.ftl b/Resources/Locale/en-US/commands/toggle-disallow-late-join-command.ftl new file mode 100644 index 0000000000..1f797b4141 --- /dev/null +++ b/Resources/Locale/en-US/commands/toggle-disallow-late-join-command.ftl @@ -0,0 +1,4 @@ +cmd-toggledisallowlatejoin-desc = Allows or disallows latejoining during mid-game. +cmd-toggledisallowlatejoin-help = Usage: toggledisallowlatejoin +cmd-toggledisallowlatejoin-disabled = Late joining has been disabled. +cmd-toggledisallowlatejoin-enabled = Late joining has been enabled. diff --git a/Resources/Locale/en-US/commands/whisper-command.ftl b/Resources/Locale/en-US/commands/whisper-command.ftl new file mode 100644 index 0000000000..7dfe909f24 --- /dev/null +++ b/Resources/Locale/en-US/commands/whisper-command.ftl @@ -0,0 +1,2 @@ +cmd-whisper-desc = Send chat messages to the local channel as a whisper. +cmd-whisper-help = Usage: whisper From 08d9c0aeddeee225ed1e239dc659fce93931e844 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 18 Jun 2025 21:06:26 -0400 Subject: [PATCH 144/168] Playtime Reminders - Raising awareness of addiction by highlighting excessive playtime (#36483) * grass touch protocol - Rebases to latest master to fix conflicts * aight local tests are passing lets see if our golf works * It is 5 am and our ass COMPLETELY overcomplicated this lmaooo * Addresses feedback - Clarifies comments, swaps internal var names for grasstouchless and selfdestructive, makes the third tier a little less demanding, and fixes 1 hours * Addresses review - conflict fix * This too * Axes playtime exclusion for ghosts * Use switch expression code style nit * Refactor/cleanup Use IGameTiming.RealTime to track time instead of DateTime. Use nullable instead of magic values. Expose the current day value through a property that is always up to date, instead of making the API to read the CVar that updates at inconsistent times. This also makes it trivial to debug with VV. Other minor cleanup like using string interp, code style fixes, comments, etc. --------- Co-authored-by: PJB3005 --- Content.Client/Entry/EntryPoint.cs | 3 + Content.Client/IoC/ClientContentIoC.cs | 2 + Content.Client/Lobby/LobbyState.cs | 22 ++++ Content.Client/Lobby/UI/LobbyGui.xaml | 1 + .../ClientsidePlaytimeTrackingManager.cs | 108 ++++++++++++++++++ Content.Shared/CCVar/CCVars.Misc.cs | 15 +++ Resources/Locale/en-US/lobby/lobby-state.ftl | 8 ++ 7 files changed, 159 insertions(+) create mode 100644 Content.Client/Playtime/ClientsidePlaytimeTrackingManager.cs diff --git a/Content.Client/Entry/EntryPoint.cs b/Content.Client/Entry/EntryPoint.cs index 322b6e113c..a458e24aed 100644 --- a/Content.Client/Entry/EntryPoint.cs +++ b/Content.Client/Entry/EntryPoint.cs @@ -14,6 +14,7 @@ using Content.Client.Lobby; using Content.Client.MainMenu; using Content.Client.Parallax.Managers; using Content.Client.Players.PlayTimeTracking; +using Content.Client.Playtime; using Content.Client.Radiation.Overlays; using Content.Client.Replay; using Content.Client.Screenshot; @@ -74,6 +75,7 @@ namespace Content.Client.Entry [Dependency] private readonly DebugMonitorManager _debugMonitorManager = default!; [Dependency] private readonly TitleWindowManager _titleWindowManager = default!; [Dependency] private readonly IEntitySystemManager _entitySystemManager = default!; + [Dependency] private readonly ClientsidePlaytimeTrackingManager _clientsidePlaytimeManager = default!; public override void Init() { @@ -136,6 +138,7 @@ namespace Content.Client.Entry _extendedDisconnectInformation.Initialize(); _jobRequirements.Initialize(); _playbackMan.Initialize(); + _clientsidePlaytimeManager.Initialize(); //AUTOSCALING default Setup! _configManager.SetCVar("interface.resolutionAutoScaleUpperCutoffX", 1080); diff --git a/Content.Client/IoC/ClientContentIoC.cs b/Content.Client/IoC/ClientContentIoC.cs index 1ea7868e9a..ed2199bb81 100644 --- a/Content.Client/IoC/ClientContentIoC.cs +++ b/Content.Client/IoC/ClientContentIoC.cs @@ -12,6 +12,7 @@ using Content.Client.Launcher; using Content.Client.Mapping; using Content.Client.Parallax.Managers; using Content.Client.Players.PlayTimeTracking; +using Content.Client.Playtime; using Content.Client.Replay; using Content.Client.Screenshot; using Content.Client.Stylesheets; @@ -60,6 +61,7 @@ namespace Content.Client.IoC collection.Register(); collection.Register(); collection.Register(); + collection.Register(); } } } diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 4677245509..867a7bb8a5 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -3,6 +3,7 @@ using Content.Client.GameTicking.Managers; using Content.Client.LateJoin; using Content.Client.Lobby.UI; using Content.Client.Message; +using Content.Client.Playtime; using Content.Client.UserInterface.Systems.Chat; using Content.Client.Voting; using Content.Shared.CCVar; @@ -26,6 +27,7 @@ namespace Content.Client.Lobby [Dependency] private readonly IUserInterfaceManager _userInterfaceManager = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly IVoteManager _voteManager = default!; + [Dependency] private readonly ClientsidePlaytimeTrackingManager _playtimeTracking = default!; private ClientGameTicker _gameTicker = default!; private ContentAudioSystem _contentAudioSystem = default!; @@ -195,6 +197,26 @@ namespace Content.Client.Lobby { Lobby!.ServerInfo.SetInfoBlob(_gameTicker.ServerInfoBlob); } + + var minutesToday = _playtimeTracking.PlaytimeMinutesToday; + if (minutesToday > 60) + { + Lobby!.PlaytimeComment.Visible = true; + + var hoursToday = Math.Round(minutesToday / 60f, 1); + + var chosenString = minutesToday switch + { + < 180 => "lobby-state-playtime-comment-normal", + < 360 => "lobby-state-playtime-comment-concerning", + < 720 => "lobby-state-playtime-comment-grasstouchless", + _ => "lobby-state-playtime-comment-selfdestructive" + }; + + Lobby.PlaytimeComment.SetMarkup(Loc.GetString(chosenString, ("hours", hoursToday))); + } + else + Lobby!.PlaytimeComment.Visible = false; } private void UpdateLobbySoundtrackInfo(LobbySoundtrackChangedEvent ev) diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index 761795452e..64291816ab 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -41,6 +41,7 @@ StyleClasses="ButtonBig" MinWidth="137" /> + diff --git a/Content.Client/Playtime/ClientsidePlaytimeTrackingManager.cs b/Content.Client/Playtime/ClientsidePlaytimeTrackingManager.cs new file mode 100644 index 0000000000..330ff9122f --- /dev/null +++ b/Content.Client/Playtime/ClientsidePlaytimeTrackingManager.cs @@ -0,0 +1,108 @@ +using Content.Shared.CCVar; +using Robust.Client.Player; +using Robust.Shared.Network; +using Robust.Shared.Configuration; +using Robust.Shared.Timing; + +namespace Content.Client.Playtime; + +/// +/// Keeps track of how long the player has played today. +/// +/// +/// +/// Playtime is treated as any time in which the player is attached to an entity. +/// This notably excludes scenarios like the lobby. +/// +/// +public sealed class ClientsidePlaytimeTrackingManager +{ + [Dependency] private readonly IClientNetManager _clientNetManager = default!; + [Dependency] private readonly IConfigurationManager _configurationManager = default!; + [Dependency] private readonly ILogManager _logManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly IGameTiming _gameTiming = default!; + + private ISawmill _sawmill = default!; + + private const string InternalDateFormat = "yyyy-MM-dd"; + + [ViewVariables] + private TimeSpan? _mobAttachmentTime; + + /// + /// The total amount of time played today, in minutes. + /// + [ViewVariables] + public float PlaytimeMinutesToday + { + get + { + var cvarValue = _configurationManager.GetCVar(CCVars.PlaytimeMinutesToday); + if (_mobAttachmentTime == null) + return cvarValue; + + return cvarValue + (float)(_gameTiming.RealTime - _mobAttachmentTime.Value).TotalMinutes; + } + } + + public void Initialize() + { + _sawmill = _logManager.GetSawmill("clientplaytime"); + _clientNetManager.Connected += OnConnected; + + // The downside to relying on playerattached and playerdetached is that unsaved playtime won't be saved in the event of a crash + // But then again, the config doesn't get saved in the event of a crash, either, so /shrug + // Playerdetached gets called on quit, though, so at least that's covered. + _playerManager.LocalPlayerAttached += OnPlayerAttached; + _playerManager.LocalPlayerDetached += OnPlayerDetached; + } + + private void OnConnected(object? sender, NetChannelArgs args) + { + var datatimey = DateTime.Now; + _sawmill.Info($"Current day: {datatimey.Day} Current Date: {datatimey.Date.ToString(InternalDateFormat)}"); + + var recordedDateString = _configurationManager.GetCVar(CCVars.PlaytimeLastConnectDate); + var formattedDate = datatimey.Date.ToString(InternalDateFormat); + + if (formattedDate == recordedDateString) + return; + + _configurationManager.SetCVar(CCVars.PlaytimeMinutesToday, 0); + _configurationManager.SetCVar(CCVars.PlaytimeLastConnectDate, formattedDate); + } + + private void OnPlayerAttached(EntityUid entity) + { + _mobAttachmentTime = _gameTiming.RealTime; + } + + private void OnPlayerDetached(EntityUid entity) + { + if (_mobAttachmentTime == null) + return; + + var newTimeValue = PlaytimeMinutesToday; + + _mobAttachmentTime = null; + + var timeDiffMinutes = newTimeValue - _configurationManager.GetCVar(CCVars.PlaytimeMinutesToday); + if (timeDiffMinutes < 0) + { + _sawmill.Error("Time differential on player detachment somehow less than zero!"); + return; + } + + // At less than 1 minute of time diff, there's not much point, and saving regardless will brick tests + // The reason this isn't checking for 0 is because TotalMinutes is fractional, rather than solely whole minutes + if (timeDiffMinutes < 1) + return; + + _configurationManager.SetCVar(CCVars.PlaytimeMinutesToday, newTimeValue); + + _sawmill.Info($"Recorded {timeDiffMinutes} minutes of living playtime!"); + + _configurationManager.SaveToFile(); // We don't like that we have to save the entire config just to store playtime stats '^' + } +} diff --git a/Content.Shared/CCVar/CCVars.Misc.cs b/Content.Shared/CCVar/CCVars.Misc.cs index 5fda4dc2fd..3e8a7badf9 100644 --- a/Content.Shared/CCVar/CCVars.Misc.cs +++ b/Content.Shared/CCVar/CCVars.Misc.cs @@ -94,4 +94,19 @@ public sealed partial class CCVars /// public static readonly CVarDef PointingCooldownSeconds = CVarDef.Create("pointing.cooldown_seconds", 0.5f, CVar.SERVERONLY); + + /// + /// The last time the client recorded a valid connection to a game server. + /// Used in conjunction with to track how long the player has been playing for the given day. + /// + public static readonly CVarDef PlaytimeLastConnectDate = + CVarDef.Create("playtime.last_connect_date", "", CVar.CLIENTONLY | CVar.ARCHIVE); + + /// + /// The total minutes that the client has spent since the date of last connection. + /// This is reset to 0 when the last connect date is updated. + /// Do not read this value directly, use ClientsidePlaytimeTrackingManager instead. + /// + public static readonly CVarDef PlaytimeMinutesToday = + CVarDef.Create("playtime.minutes_today", 0f, CVar.CLIENTONLY | CVar.ARCHIVE); } diff --git a/Resources/Locale/en-US/lobby/lobby-state.ftl b/Resources/Locale/en-US/lobby/lobby-state.ftl index 0c4c401daa..0c92923b1c 100644 --- a/Resources/Locale/en-US/lobby/lobby-state.ftl +++ b/Resources/Locale/en-US/lobby/lobby-state.ftl @@ -21,3 +21,11 @@ lobby-state-song-text = Playing: [color=white]{$songTitle}[/color] by [color=whi lobby-state-song-no-song-text = No lobby song playing. lobby-state-song-unknown-title = [color=dimgray]Unknown title[/color] lobby-state-song-unknown-artist = [color=dimgray]Unknown artist[/color] +lobby-state-playtime-comment-normal = + You've spent {$hours} {$hours -> + [1]hour + *[other]hours + } ingame today. Remember to take breaks! +lobby-state-playtime-comment-concerning = You've played for {$hours} hours today. Please take a break. +lobby-state-playtime-comment-grasstouchless = {$hours} hours. Consider logging off to attend to your needs. +lobby-state-playtime-comment-selfdestructive = {$hours} hours. Really? From 5033f5c6820831ea6dd1fef1d770b5eda97e0186 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 19 Jun 2025 01:07:33 +0000 Subject: [PATCH 145/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4ef63a55e4..0fe4d5604f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Golub - changes: - - message: Added the Knock spell to the wizard's grimoire - type: Add - id: 8180 - time: '2025-04-14T18:57:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36562 - author: metalgearsloth changes: - message: DamagePopups such as target dummies are now predicted. @@ -3909,3 +3902,11 @@ id: 8692 time: '2025-06-18T21:14:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38433 +- author: Bhijn and Myr + changes: + - message: In interest of raising awareness of addiction to the game, the lobby + will now display your current playtime on a given day once it exceeds a threshold. + type: Add + id: 8693 + time: '2025-06-19T01:06:26.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36483 From da93ac8ea32b887b45b71b02db5acd715adb5fd3 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 19 Jun 2025 06:06:17 +0200 Subject: [PATCH 146/168] Exo - Minor balance changes and fixes (#38435) --- Resources/Maps/Shuttles/emergency_exo.yml | 1 + Resources/Maps/exo.yml | 1270 ++++++++++------- .../Entities/Structures/Shuttles/cannons.yml | 9 +- Resources/Prototypes/Maps/exo.yml | 2 +- 4 files changed, 771 insertions(+), 511 deletions(-) diff --git a/Resources/Maps/Shuttles/emergency_exo.yml b/Resources/Maps/Shuttles/emergency_exo.yml index 2666fcce7f..ed5b16861d 100644 --- a/Resources/Maps/Shuttles/emergency_exo.yml +++ b/Resources/Maps/Shuttles/emergency_exo.yml @@ -2949,6 +2949,7 @@ entities: desc: Glory to NanoTrasen! name: beer dispenser - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 2 - type: SolutionContainerManager diff --git a/Resources/Maps/exo.yml b/Resources/Maps/exo.yml index 60cce7162a..39f16e1213 100644 --- a/Resources/Maps/exo.yml +++ b/Resources/Maps/exo.yml @@ -4,8 +4,8 @@ meta: engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 06/16/2025 13:08:03 - entityCount: 19498 + time: 06/19/2025 00:17:06 + entityCount: 19539 maps: - 1 grids: @@ -268,7 +268,7 @@ entities: version: 7 2,-5: ind: 2,-5 - tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADACAAAAAAAQCBAAAAAAAACgAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAgQAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAYAAAAAAAAGAAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAIAAAAAADACAAAAAAAQCBAAAAAAAACgAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== version: 7 2,-7: ind: 2,-7 @@ -276,7 +276,7 @@ entities: version: 7 3,-5: ind: 3,-5 - tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAeAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAHgAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== + tiles: gQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAABcAAAAAAAAeAAAAAAAAAAAAAAAAABcAAAAAAAAXAAAAAAAAFwAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAAAXAAAAAAAAAAAAAAAAABcAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAXAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAKAAAAAAAAHgAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAACgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAAoAAAAAAAAeAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAIEAAAAAAACBAAAAAAAAgQAAAAAAAA== version: 7 4,-5: ind: 4,-5 @@ -532,18 +532,6 @@ entities: 1891: -6,-78 3321: 60,-16 3322: 61,-16 - 3326: 49,-72 - 3327: 50,-72 - 3328: 51,-72 - 3329: 52,-72 - 3330: 53,-72 - 3331: 54,-72 - 3332: 54,-73 - 3333: 53,-73 - 3334: 52,-73 - 3335: 51,-73 - 3336: 50,-73 - 3337: 49,-73 3385: 68,-41 3386: 67,-41 3387: 57,-37 @@ -562,6 +550,18 @@ entities: 3679: -8,-18 3680: -7,-18 3961: 53,-97 + 4053: 39,-73 + 4054: 39,-74 + 4055: 40,-74 + 4056: 40,-73 + 4057: 41,-73 + 4058: 41,-74 + 4059: 42,-74 + 4060: 42,-73 + 4061: 43,-73 + 4062: 43,-74 + 4067: 54,-72 + 4068: 54,-73 - node: zIndex: 1 color: '#FFFFFFFF' @@ -576,7 +576,6 @@ entities: id: Bot decals: 441: 36,-74 - 442: 35,-74 451: 31,-77 452: 32,-77 453: 30,-65 @@ -4183,7 +4182,7 @@ entities: 3213: 60,-46 3283: 65,-35 3472: -18,-20 - 4017: 41,-72 + 4098: 45,-72 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW @@ -4193,7 +4192,7 @@ entities: 3119: -8,-24 3121: -18,-24 3473: -16,-20 - 4016: 43,-72 + 4100: 47,-72 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE @@ -4208,7 +4207,7 @@ entities: 3234: 57,-52 3284: 65,-32 3471: -18,-17 - 4047: 41,-68 + 4099: 45,-68 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW @@ -4219,7 +4218,7 @@ entities: 3091: -18,-22 3113: -8,-22 3233: 62,-52 - 4046: 43,-68 + 4101: 47,-68 - node: color: '#FFFFFFFF' id: WarnEndE @@ -4293,9 +4292,9 @@ entities: 3554: 16,-43 3818: 28,-62 3819: 28,-61 - 4024: 41,-70 - 4025: 41,-71 - 4043: 41,-69 + 4090: 45,-71 + 4091: 45,-70 + 4092: 45,-69 - node: color: '#33A9E7FF' id: WarnLineGreyscaleE @@ -4456,7 +4455,7 @@ entities: 3911: -20,-71 3912: -19,-71 3913: -18,-71 - 4044: 42,-68 + 4096: 46,-68 - node: color: '#FFFFFFFF' id: WarnLineS @@ -4476,9 +4475,9 @@ entities: 3316: 58,-20 3901: -31,-71 3906: -13,-70 - 4019: 43,-71 - 4020: 43,-70 - 4045: 43,-69 + 4093: 47,-69 + 4094: 47,-70 + 4095: 47,-71 - node: color: '#FFFFFFFF' id: WarnLineW @@ -4502,7 +4501,7 @@ entities: 3465: -18,-17 3466: -17,-17 3467: -17,-20 - 4018: 42,-72 + 4097: 46,-72 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' @@ -4537,29 +4536,30 @@ entities: 3191: 71,-54 - node: cleanable: True - color: '#0091FF93' + color: '#008CE9FF' id: arrow decals: - 4048: 50,-68 + 4085: 51,-69 - node: cleanable: True angle: 3.141592653589793 rad - color: '#0091FF93' + color: '#008CE9FF' id: arrow decals: - 4050: 49,-66 + 4087: 47,-66 - node: - color: '#FF470093' + cleanable: True + color: '#D54E00FF' id: arrow decals: - 4052: 47,-66 + 4089: 49,-66 - node: cleanable: True angle: 3.141592653589793 rad - color: '#FF470093' + color: '#D54E00FF' id: arrow decals: - 4051: 51,-69 + 4088: 50,-68 - node: cleanable: True color: '#FFFFFFFF' @@ -4569,23 +4569,21 @@ entities: 2862: 50,-65 3493: 53,-66 3494: 53,-67 - 4039: 43,-71 - 4040: 40,-71 - 4041: 43,-72 + 4102: 45,-71 + 4106: 47,-72 - node: cleanable: True color: '#FFFFFFFF' id: burnt2 decals: - 4037: 42,-72 - 4038: 44,-71 + 4071: 51,-67 + 4084: 48,-71 + 4105: 47,-71 - node: cleanable: True color: '#FFFFFFFF' id: burnt3 decals: - 3989: 50,-68 - 3990: 51,-68 3991: 51,-64 3992: 52,-64 3993: 52,-63 @@ -4594,14 +4592,17 @@ entities: 3996: 52,-62 3997: 53,-63 3998: 53,-64 - 4036: 41,-71 + 4069: 51,-68 + 4070: 50,-67 + 4073: 44,-71 + 4103: 46,-72 - node: cleanable: True color: '#FFFFFFFF' id: burnt4 decals: - 4035: 42,-71 - 4042: 41,-72 + 4076: 46,-71 + 4104: 45,-72 - node: cleanable: True color: '#FF0000FF' @@ -5924,7 +5925,7 @@ entities: 12,-21: 1: 65535 9,-19: - 0: 65327 + 0: 47919 9,-18: 0: 65535 9,-17: @@ -5948,7 +5949,7 @@ entities: 11,-20: 0: 65024 11,-19: - 0: 61902 + 0: 62990 11,-18: 0: 65535 11,-17: @@ -5960,9 +5961,9 @@ entities: 12,-20: 0: 65280 12,-19: - 0: 57599 + 0: 61695 12,-18: - 0: 65534 + 0: 65535 12,-17: 0: 16383 8,-26: @@ -6740,6 +6741,15 @@ entities: parent: 6660 - proto: ActionToggleInternals entities: + - uid: 3031 + mapInit: true + paused: true + components: + - type: Transform + parent: 7689 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 7689 - uid: 7333 components: - type: Transform @@ -7872,7 +7882,7 @@ entities: - 8976 - 8400 - 8399 - - 19498 + - 3081 - 18842 - uid: 7875 components: @@ -8439,16 +8449,6 @@ entities: - 11935 - proto: AirCanister entities: - - uid: 3933 - components: - - type: Transform - pos: 54.5,-72.5 - parent: 2 - - uid: 7241 - components: - - type: Transform - pos: 54.5,-71.5 - parent: 2 - uid: 8805 components: - type: Transform @@ -8469,6 +8469,16 @@ entities: - type: Transform pos: 51.5,-30.5 parent: 2 + - uid: 19307 + components: + - type: Transform + pos: 54.5,-72.5 + parent: 2 + - uid: 19493 + components: + - type: Transform + pos: 54.5,-71.5 + parent: 2 - proto: AirlockArmoryGlassLocked entities: - uid: 3217 @@ -8959,24 +8969,13 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-62.5 parent: 2 - - uid: 11938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-64.5 - parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 18769: + 6008: - - DoorStatus - DoorBolt - - uid: 14294 - components: - - type: Transform - pos: 31.5,-60.5 - parent: 2 - uid: 18769 components: - type: Transform @@ -8987,7 +8986,7 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 11938: + 5673: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassCargoLocked @@ -9234,6 +9233,30 @@ entities: 201: - - DoorStatus - DoorBolt + - uid: 5673 + components: + - type: Transform + pos: 53.5,-64.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18769: + - - DoorStatus + - DoorBolt + - uid: 6008 + components: + - type: Transform + pos: 31.5,-60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 4443: + - - DoorStatus + - DoorBolt - uid: 6303 components: - type: Transform @@ -10023,7 +10046,7 @@ entities: pos: 11.5,-30.5 parent: 2 - type: Door - secondsUntilStateChange: -109861.44 + secondsUntilStateChange: -114584.41 state: Opening - type: DeviceLinkSource lastSignals: @@ -10755,6 +10778,14 @@ entities: - type: DeviceNetwork deviceLists: - 9243 + - uid: 3081 + components: + - type: Transform + pos: 52.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7310 - uid: 3440 components: - type: Transform @@ -11423,14 +11454,6 @@ entities: - type: DeviceNetwork deviceLists: - 364 - - uid: 19498 - components: - - type: Transform - pos: 52.5,-68.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7310 - proto: AltarConvertMaint entities: - uid: 8374 @@ -11440,6 +11463,11 @@ entities: parent: 2 - proto: AltarSpawner entities: + - uid: 16230 + components: + - type: Transform + pos: -19.5,-47.5 + parent: 2 - uid: 18768 components: - type: Transform @@ -11520,14 +11548,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-22.5 parent: 2 - - uid: 6626 - components: - - type: MetaData - name: Atmos Hall APC - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-74.5 - parent: 2 - uid: 7248 components: - type: MetaData @@ -11560,6 +11580,14 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-66.5 parent: 2 + - uid: 9264 + components: + - type: MetaData + name: Atmos Hall APC + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-72.5 + parent: 2 - uid: 9341 components: - type: MetaData @@ -13243,12 +13271,6 @@ entities: - 0 - 0 - 0 - - uid: 15778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-39.5 - parent: 2 - uid: 17415 components: - type: Transform @@ -13274,6 +13296,11 @@ entities: - type: Transform pos: 47.5,-95.5 parent: 2 + - uid: 19530 + components: + - type: Transform + pos: 30.5,-46.5 + parent: 2 - proto: BorgModuleTool entities: - uid: 17951 @@ -13522,7 +13549,7 @@ entities: - uid: 17790 components: - type: Transform - pos: 33.249847,-78.32972 + pos: 33.139053,-78.4258 parent: 2 - uid: 17794 components: @@ -13627,6 +13654,21 @@ entities: - type: Transform pos: -9.07445,-47.517555 parent: 2 + - uid: 18259 + components: + - type: Transform + pos: -4.05845,-56.174427 + parent: 2 + - uid: 19513 + components: + - type: Transform + pos: -4.324075,-47.534866 + parent: 2 + - uid: 19514 + components: + - type: Transform + pos: -4.667825,-47.378506 + parent: 2 - proto: ButtonFrameCaution entities: - uid: 2912 @@ -14079,11 +14121,6 @@ entities: - type: Transform pos: 59.5,-34.5 parent: 2 - - uid: 3031 - components: - - type: Transform - pos: 42.5,-74.5 - parent: 2 - uid: 3048 components: - type: Transform @@ -14124,11 +14161,6 @@ entities: - type: Transform pos: 61.5,-19.5 parent: 2 - - uid: 3076 - components: - - type: Transform - pos: 44.5,-73.5 - parent: 2 - uid: 3077 components: - type: Transform @@ -14149,11 +14181,6 @@ entities: - type: Transform pos: 59.5,-81.5 parent: 2 - - uid: 3081 - components: - - type: Transform - pos: 43.5,-73.5 - parent: 2 - uid: 3085 components: - type: Transform @@ -14234,6 +14261,11 @@ entities: - type: Transform pos: 60.5,-72.5 parent: 2 + - uid: 3358 + components: + - type: Transform + pos: 40.5,-72.5 + parent: 2 - uid: 3364 components: - type: Transform @@ -14424,6 +14456,11 @@ entities: - type: Transform pos: 36.5,-79.5 parent: 2 + - uid: 3933 + components: + - type: Transform + pos: 42.5,-72.5 + parent: 2 - uid: 3934 components: - type: Transform @@ -14434,6 +14471,16 @@ entities: - type: Transform pos: 72.5,-38.5 parent: 2 + - uid: 3939 + components: + - type: Transform + pos: 38.5,-72.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 39.5,-72.5 + parent: 2 - uid: 3952 components: - type: Transform @@ -14944,6 +14991,11 @@ entities: - type: Transform pos: 56.5,-65.5 parent: 2 + - uid: 6216 + components: + - type: Transform + pos: 43.5,-72.5 + parent: 2 - uid: 6234 components: - type: Transform @@ -14954,6 +15006,11 @@ entities: - type: Transform pos: -33.5,-17.5 parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 49.5,-72.5 + parent: 2 - uid: 6472 components: - type: Transform @@ -14969,11 +15026,21 @@ entities: - type: Transform pos: 56.5,-72.5 parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 51.5,-72.5 + parent: 2 - uid: 6627 components: - type: Transform pos: 49.5,-32.5 parent: 2 + - uid: 6680 + components: + - type: Transform + pos: 53.5,-72.5 + parent: 2 - uid: 6716 components: - type: Transform @@ -14984,6 +15051,11 @@ entities: - type: Transform pos: 41.5,-32.5 parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 54.5,-71.5 + parent: 2 - uid: 7168 components: - type: Transform @@ -15589,21 +15661,11 @@ entities: - type: Transform pos: 68.5,-19.5 parent: 2 - - uid: 9264 - components: - - type: Transform - pos: 47.5,-70.5 - parent: 2 - uid: 9265 components: - type: Transform pos: 30.5,-70.5 parent: 2 - - uid: 9266 - components: - - type: Transform - pos: 48.5,-70.5 - parent: 2 - uid: 9267 components: - type: Transform @@ -15614,11 +15676,6 @@ entities: - type: Transform pos: 47.5,-72.5 parent: 2 - - uid: 9269 - components: - - type: Transform - pos: 47.5,-71.5 - parent: 2 - uid: 9275 components: - type: Transform @@ -15627,17 +15684,17 @@ entities: - uid: 9276 components: - type: Transform - pos: 49.5,-70.5 + pos: 53.5,-68.5 parent: 2 - uid: 9277 components: - type: Transform - pos: 50.5,-70.5 + pos: 41.5,-72.5 parent: 2 - uid: 9278 components: - type: Transform - pos: 51.5,-70.5 + pos: 48.5,-72.5 parent: 2 - uid: 9309 components: @@ -15694,6 +15751,11 @@ entities: - type: Transform pos: 83.5,-47.5 parent: 2 + - uid: 9454 + components: + - type: Transform + pos: 50.5,-72.5 + parent: 2 - uid: 9459 components: - type: Transform @@ -15744,6 +15806,26 @@ entities: - type: Transform pos: 67.5,-46.5 parent: 2 + - uid: 9677 + components: + - type: Transform + pos: 52.5,-72.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: 54.5,-72.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: 54.5,-68.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + pos: 54.5,-69.5 + parent: 2 - uid: 9918 components: - type: Transform @@ -19449,16 +19531,6 @@ entities: - type: Transform pos: 51.5,-101.5 parent: 2 - - uid: 11945 - components: - - type: Transform - pos: 52.5,-70.5 - parent: 2 - - uid: 11947 - components: - - type: Transform - pos: 53.5,-70.5 - parent: 2 - uid: 11958 components: - type: Transform @@ -22729,31 +22801,6 @@ entities: - type: Transform pos: 24.5,-68.5 parent: 2 - - uid: 12792 - components: - - type: Transform - pos: 42.5,-73.5 - parent: 2 - - uid: 12793 - components: - - type: Transform - pos: 41.5,-73.5 - parent: 2 - - uid: 12794 - components: - - type: Transform - pos: 40.5,-73.5 - parent: 2 - - uid: 12795 - components: - - type: Transform - pos: 39.5,-73.5 - parent: 2 - - uid: 12796 - components: - - type: Transform - pos: 38.5,-73.5 - parent: 2 - uid: 12798 components: - type: Transform @@ -26749,6 +26796,81 @@ entities: - type: Transform pos: -12.5,-36.5 parent: 2 + - uid: 19515 + components: + - type: Transform + pos: 18.5,-28.5 + parent: 2 + - uid: 19516 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 2 + - uid: 19517 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 19518 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 19519 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 19520 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 19521 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 19522 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 19523 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - uid: 19524 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 19525 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 19526 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 19527 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 19528 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 19529 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 - proto: CableApcStack entities: - uid: 9765 @@ -27256,7 +27378,7 @@ entities: - uid: 5214 components: - type: Transform - pos: 40.5,-73.5 + pos: 46.5,-69.5 parent: 2 - uid: 5249 components: @@ -27398,15 +27520,10 @@ entities: - type: Transform pos: 82.5,-66.5 parent: 2 - - uid: 5875 + - uid: 5878 components: - type: Transform - pos: 42.5,-73.5 - parent: 2 - - uid: 5881 - components: - - type: Transform - pos: 42.5,-72.5 + pos: 46.5,-71.5 parent: 2 - uid: 5893 components: @@ -27513,21 +27630,11 @@ entities: - type: Transform pos: 63.5,-23.5 parent: 2 - - uid: 6216 - components: - - type: Transform - pos: 39.5,-73.5 - parent: 2 - uid: 6230 components: - type: Transform pos: 75.5,-31.5 parent: 2 - - uid: 6266 - components: - - type: Transform - pos: 38.5,-73.5 - parent: 2 - uid: 6291 components: - type: Transform @@ -27603,11 +27710,6 @@ entities: - type: Transform pos: 75.5,-29.5 parent: 2 - - uid: 6680 - components: - - type: Transform - pos: 37.5,-73.5 - parent: 2 - uid: 7149 components: - type: Transform @@ -28910,11 +29012,6 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 2 - - uid: 12786 - components: - - type: Transform - pos: 42.5,-71.5 - parent: 2 - uid: 13265 components: - type: Transform @@ -29975,11 +30072,6 @@ entities: - type: Transform pos: -8.5,-56.5 parent: 2 - - uid: 13545 - components: - - type: Transform - pos: 42.5,-70.5 - parent: 2 - uid: 13548 components: - type: Transform @@ -31825,15 +31917,10 @@ entities: - type: Transform pos: 37.5,-31.5 parent: 2 - - uid: 15632 - components: - - type: Transform - pos: 41.5,-73.5 - parent: 2 - uid: 15789 components: - type: Transform - pos: 42.5,-69.5 + pos: 46.5,-70.5 parent: 2 - uid: 15916 components: @@ -32635,6 +32722,51 @@ entities: - type: Transform pos: -45.5,-35.5 parent: 2 + - uid: 19502 + components: + - type: Transform + pos: 45.5,-71.5 + parent: 2 + - uid: 19503 + components: + - type: Transform + pos: 44.5,-71.5 + parent: 2 + - uid: 19504 + components: + - type: Transform + pos: 43.5,-71.5 + parent: 2 + - uid: 19505 + components: + - type: Transform + pos: 42.5,-71.5 + parent: 2 + - uid: 19506 + components: + - type: Transform + pos: 41.5,-71.5 + parent: 2 + - uid: 19507 + components: + - type: Transform + pos: 40.5,-71.5 + parent: 2 + - uid: 19508 + components: + - type: Transform + pos: 39.5,-71.5 + parent: 2 + - uid: 19509 + components: + - type: Transform + pos: 38.5,-71.5 + parent: 2 + - uid: 19510 + components: + - type: Transform + pos: 37.5,-71.5 + parent: 2 - proto: CableMV entities: - uid: 256 @@ -33072,11 +33204,6 @@ entities: - type: Transform pos: 64.5,-52.5 parent: 2 - - uid: 5462 - components: - - type: Transform - pos: 42.5,-74.5 - parent: 2 - uid: 5474 components: - type: Transform @@ -33662,6 +33789,11 @@ entities: - type: Transform pos: 68.5,-19.5 parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 38.5,-72.5 + parent: 2 - uid: 9333 components: - type: Transform @@ -34307,11 +34439,6 @@ entities: - type: Transform pos: 20.5,-69.5 parent: 2 - - uid: 10663 - components: - - type: Transform - pos: 42.5,-73.5 - parent: 2 - uid: 10672 components: - type: Transform @@ -36277,31 +36404,6 @@ entities: - type: Transform pos: 65.5,-38.5 parent: 2 - - uid: 12870 - components: - - type: Transform - pos: 41.5,-73.5 - parent: 2 - - uid: 12871 - components: - - type: Transform - pos: 40.5,-73.5 - parent: 2 - - uid: 12872 - components: - - type: Transform - pos: 39.5,-73.5 - parent: 2 - - uid: 12873 - components: - - type: Transform - pos: 38.5,-73.5 - parent: 2 - - uid: 12874 - components: - - type: Transform - pos: 37.5,-73.5 - parent: 2 - uid: 12875 components: - type: Transform @@ -37401,21 +37503,21 @@ entities: parent: 2 - proto: CarbonDioxideCanister entities: - - uid: 3939 + - uid: 7181 components: - type: Transform - pos: 51.5,-71.5 - parent: 2 - - uid: 3940 - components: - - type: Transform - pos: 51.5,-72.5 + pos: 41.5,-73.5 parent: 2 - uid: 7822 components: - type: Transform pos: 38.5,-59.5 parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 41.5,-72.5 + parent: 2 - proto: CargoMailTeleporter entities: - uid: 3833 @@ -40483,6 +40585,21 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,-91.5 parent: 2 + - uid: 19537 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 19538 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 19539 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 - proto: Chair entities: - uid: 1266 @@ -40613,12 +40730,6 @@ entities: - type: Transform pos: -13.5,-59.5 parent: 2 - - uid: 5852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-61.5 - parent: 2 - uid: 6145 components: - type: Transform @@ -40733,6 +40844,12 @@ entities: rot: 1.5707963267948966 rad pos: 66.5,-46.5 parent: 2 + - uid: 17899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-60.5 + parent: 2 - uid: 18535 components: - type: Transform @@ -42498,11 +42615,6 @@ entities: - type: Transform pos: -14.402835,-60.521347 parent: 2 - - uid: 12924 - components: - - type: Transform - pos: -64.423996,-28.45623 - parent: 2 - uid: 19366 components: - type: Transform @@ -43007,7 +43119,7 @@ entities: - uid: 19011 components: - type: Transform - pos: -19.500801,-47.459538 + pos: -21.34203,-46.832394 parent: 2 - proto: ClothingNeckStethoscope entities: @@ -45072,6 +45184,11 @@ entities: parent: 2 - proto: CrateEngineeringCableBulk entities: + - uid: 11754 + components: + - type: Transform + pos: -15.5,-61.5 + parent: 2 - uid: 16516 components: - type: Transform @@ -45366,11 +45483,6 @@ entities: - type: Transform pos: -31.5,-70.5 parent: 2 - - uid: 15800 - components: - - type: Transform - pos: -11.5,-64.5 - parent: 2 - proto: CrateMaterialSteel entities: - uid: 9912 @@ -45378,6 +45490,11 @@ entities: - type: Transform pos: -31.5,-68.5 parent: 2 + - uid: 11942 + components: + - type: Transform + pos: -11.5,-64.5 + parent: 2 - proto: CrateMindShieldImplants entities: - uid: 16980 @@ -45444,7 +45561,7 @@ entities: - uid: 5693 components: - type: Transform - pos: -21.583178,-46.518047 + pos: -21.571196,-46.384167 parent: 2 - uid: 7685 components: @@ -45775,6 +45892,13 @@ entities: - type: Transform pos: 12.444342,-95.34313 parent: 2 +- proto: DawInstrumentMachineCircuitboard + entities: + - uid: 19536 + components: + - type: Transform + pos: 27.314516,-38.06209 + parent: 2 - proto: DefaultStationBeaconAICore entities: - uid: 16345 @@ -45794,7 +45918,7 @@ entities: - uid: 15342 components: - type: Transform - pos: -13.5,-16.5 + pos: -13.5,-17.5 parent: 2 - proto: DefaultStationBeaconArmory entities: @@ -45809,13 +45933,13 @@ entities: pos: 68.5,-34.5 parent: 2 - type: NavMapBeacon - text: Mini-Armory + defaultText: Mini-Armory - proto: DefaultStationBeaconArrivals entities: - uid: 16222 components: - type: Transform - pos: 3.5,2.5 + pos: 3.5,1.5 parent: 2 - proto: DefaultStationBeaconArtifactLab entities: @@ -45882,7 +46006,7 @@ entities: - uid: 16243 components: - type: Transform - pos: 24.5,-84.5 + pos: 24.5,-83.5 parent: 2 - proto: DefaultStationBeaconCERoom entities: @@ -45947,7 +46071,7 @@ entities: - uid: 16226 components: - type: Transform - pos: -20.5,-61.5 + pos: -14.5,-60.5 parent: 2 - proto: DefaultStationBeaconEscapePod entities: @@ -45957,21 +46081,21 @@ entities: pos: -46.5,-77.5 parent: 2 - type: NavMapBeacon - text: Southwestern Escape Pod + defaultText: SW Escape Pod - uid: 16256 components: - type: Transform pos: -46.5,-13.5 parent: 2 - type: NavMapBeacon - text: Northwestern Escape Pod + defaultText: NW Escape Pod - uid: 16678 components: - type: Transform pos: -5.5,-78.5 parent: 2 - type: NavMapBeacon - text: Southern Escape Pods + defaultText: Southern Escape Pods - proto: DefaultStationBeaconEvac entities: - uid: 16254 @@ -45984,7 +46108,7 @@ entities: - uid: 16233 components: - type: Transform - pos: 4.5,-16.5 + pos: 4.5,-15.5 parent: 2 - proto: DefaultStationBeaconGravGen entities: @@ -46006,7 +46130,7 @@ entities: - uid: 7202 components: - type: Transform - pos: 70.5,-46.5 + pos: 69.5,-47.5 parent: 2 - proto: DefaultStationBeaconJanitorsCloset entities: @@ -46018,12 +46142,11 @@ entities: - type: BombingTarget - proto: DefaultStationBeaconKitchen entities: - - uid: 16230 + - uid: 16228 components: - type: Transform - pos: 40.5,-43.5 + pos: 41.5,-43.5 parent: 2 - - type: BombingTarget - proto: DefaultStationBeaconLawOffice entities: - uid: 7210 @@ -46054,7 +46177,7 @@ entities: pos: 29.5,-16.5 parent: 2 - type: NavMapBeacon - text: Virology + defaultText: Virology - type: BombingTarget - proto: DefaultStationBeaconMorgue entities: @@ -46071,12 +46194,14 @@ entities: pos: 46.5,-17.5 parent: 2 - type: BombingTarget + - type: NavMapBeacon + defaultText: Genpop - proto: DefaultStationBeaconPowerBank entities: - uid: 16248 components: - type: Transform - pos: -23.5,-64.5 + pos: -23.5,-63.5 parent: 2 - proto: DefaultStationBeaconQMRoom entities: @@ -46105,7 +46230,7 @@ entities: - uid: 16262 components: - type: Transform - pos: 50.5,-99.5 + pos: 51.5,-99.5 parent: 2 - type: BombingTarget - proto: DefaultStationBeaconScience @@ -46121,7 +46246,7 @@ entities: - uid: 7211 components: - type: Transform - pos: 66.5,-42.5 + pos: 65.5,-42.5 parent: 2 - proto: DefaultStationBeaconSecurityCheckpoint entities: @@ -46153,35 +46278,27 @@ entities: pos: 99.5,-45.5 parent: 2 - type: NavMapBeacon - text: Eastern Solars + defaultText: Eastern Solars - uid: 16264 components: - type: Transform pos: -64.5,-21.5 parent: 2 - type: NavMapBeacon - text: Northwestern Solars + defaultText: NW Solars - uid: 16265 components: - type: Transform pos: -64.5,-69.5 parent: 2 - type: NavMapBeacon - text: Southwestern Solars -- proto: DefaultStationBeaconTechVault - entities: - - uid: 16228 - components: - - type: Transform - pos: 28.5,-62.5 - parent: 2 - - type: BombingTarget + defaultText: SW Solars - proto: DefaultStationBeaconTEG entities: - - uid: 14193 + - uid: 3076 components: - type: Transform - pos: 42.5,-69.5 + pos: 46.5,-69.5 parent: 2 - proto: DefaultStationBeaconTelecoms entities: @@ -46191,56 +46308,56 @@ entities: pos: 34.5,-94.5 parent: 2 - type: NavMapBeacon - text: Cargo Telecoms + defaultText: Cargo Telecoms - uid: 2987 components: - type: Transform pos: 6.5,-24.5 parent: 2 - type: NavMapBeacon - text: Medical Telecoms + defaultText: Medical Telecoms - uid: 6093 components: - type: Transform pos: 68.5,-38.5 parent: 2 - type: NavMapBeacon - text: Security Telecoms + defaultText: Security Telecoms - uid: 7294 components: - type: Transform pos: -25.5,-21.5 parent: 2 - type: NavMapBeacon - text: Science Telecoms + defaultText: Science Telecoms - uid: 7917 components: - type: Transform pos: -31.5,-64.5 parent: 2 - type: NavMapBeacon - text: Engineer Telecoms + defaultText: Engineer Telecoms - uid: 12841 components: - type: Transform pos: 83.5,-47.5 parent: 2 - type: NavMapBeacon - text: Common Telecoms + defaultText: Common Telecoms - uid: 13820 components: - type: Transform pos: 20.5,-61.5 parent: 2 - type: NavMapBeacon - text: Service Telecoms + defaultText: Service Telecoms - uid: 14253 components: - type: Transform pos: -45.5,-37.5 parent: 2 - type: NavMapBeacon - text: Command Telecoms + defaultText: Command Telecoms - proto: DefaultStationBeaconTheater entities: - uid: 16236 @@ -46250,7 +46367,7 @@ entities: parent: 2 - type: NavMapBeacon color: '#9FED58FF' - text: Clown & Mime Room + defaultText: Clown & Mime Room - uid: 16255 components: - type: Transform @@ -46258,7 +46375,7 @@ entities: parent: 2 - type: NavMapBeacon color: '#9FED58FF' - text: Reporter + defaultText: Reporter - proto: DefaultStationBeaconToolRoom entities: - uid: 16217 @@ -51536,6 +51653,18 @@ entities: - type: Transform pos: -9.316594,-6.1209764 parent: 2 +- proto: DoubleEmergencyNitrogenTank + entities: + - uid: 4161 + components: + - type: Transform + pos: -56.581223,-28.355028 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: 80.4613,-23.302551 + parent: 2 - proto: DoubleEmergencyOxygenTankFilled entities: - uid: 7692 @@ -51809,7 +51938,7 @@ entities: - uid: 3394 components: - type: Transform - pos: 46.69793,-74.49175 + pos: 46.66693,-75.508766 parent: 2 - proto: DrinkMugRainbow entities: @@ -51974,12 +52103,24 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-24.5 parent: 2 + - uid: 5462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-72.5 + parent: 2 - uid: 5843 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-31.5 parent: 2 + - uid: 5875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-68.5 + parent: 2 - uid: 8196 components: - type: Transform @@ -52002,12 +52143,6 @@ entities: rot: -1.5707963267948966 rad pos: 68.5,-32.5 parent: 2 - - uid: 11844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-72.5 - parent: 2 - uid: 11845 components: - type: Transform @@ -52183,12 +52318,6 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-93.5 parent: 2 - - uid: 14383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-68.5 - parent: 2 - uid: 14389 components: - type: Transform @@ -58559,6 +58688,11 @@ entities: - type: Transform pos: 27.654818,-72.288635 parent: 2 + - uid: 10307 + components: + - type: Transform + pos: 33.576553,-78.39452 + parent: 2 - uid: 18283 components: - type: Transform @@ -60708,21 +60842,21 @@ entities: color: '#0335FCFF' - proto: GasPipeSensorTEGCold entities: - - uid: 15136 + - uid: 17902 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-68.5 + pos: 45.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - proto: GasPipeSensorTEGHot entities: - - uid: 19492 + - uid: 17901 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-70.5 + pos: 47.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FFAD4FFF' @@ -61463,12 +61597,6 @@ entities: rot: 3.141592653589793 rad pos: 47.5,-78.5 parent: 2 - - uid: 6935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-76.5 - parent: 2 - uid: 7152 components: - type: Transform @@ -66380,13 +66508,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9905 - components: - - type: Transform - pos: 49.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - uid: 9908 components: - type: Transform @@ -69467,6 +69588,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FFAD4FFF' + - uid: 12796 + components: + - type: Transform + pos: 47.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12828 components: - type: Transform @@ -72691,14 +72819,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 9708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - uid: 9720 components: - type: Transform @@ -73240,6 +73360,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 12795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12797 components: - type: Transform @@ -73648,25 +73776,25 @@ entities: - type: Transform pos: -18.5,-24.5 parent: 2 - - uid: 7181 - components: - - type: Transform - pos: 47.5,-74.5 - parent: 2 - uid: 7699 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-77.5 parent: 2 - - uid: 9677 + - uid: 12870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-64.5 + rot: 1.5707963267948966 rad + pos: 47.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' + - uid: 12871 + components: + - type: Transform + pos: 47.5,-75.5 + parent: 2 - uid: 13329 components: - type: Transform @@ -73836,6 +73964,12 @@ entities: color: '#FF1212FF' - type: GasValve open: False + - uid: 12794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-76.5 + parent: 2 - uid: 12884 components: - type: Transform @@ -73844,13 +73978,6 @@ entities: parent: 2 - type: GasValve open: False - - uid: 12885 - components: - - type: Transform - pos: 47.5,-75.5 - parent: 2 - - type: GasValve - open: False - proto: GasVentPump entities: - uid: 518 @@ -76274,49 +76401,57 @@ entities: rot: 3.141592653589793 rad pos: 49.5,-77.5 parent: 2 - - uid: 9454 + - uid: 3342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 12872 components: - type: Transform - rot: 3.141592653589793 rad pos: 50.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FFAD4FFF' - - uid: 9907 + - uid: 12873 components: - type: Transform + rot: 3.141592653589793 rad pos: 49.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 12799 + - uid: 12874 components: - type: Transform - rot: 3.141592653589793 rad pos: 47.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 15788 + - uid: 12885 components: - type: Transform + rot: 3.141592653589793 rad pos: 51.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FFAD4FFF' - uid: 17418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 17549 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-70.5 + pos: 45.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FFAD4FFF' @@ -82037,7 +82172,7 @@ entities: - uid: 3340 components: - type: Transform - pos: 47.5,-71.5 + pos: 45.641735,-73.600204 parent: 2 - proto: HolopadAiCore entities: @@ -82167,10 +82302,10 @@ entities: parent: 2 - proto: HolopadEngineeringAtmosMain entities: - - uid: 15542 + - uid: 12924 components: - type: Transform - pos: 43.5,-73.5 + pos: 36.5,-71.5 parent: 2 - proto: HolopadEngineeringFront entities: @@ -82566,20 +82701,20 @@ entities: parent: 2 - proto: IceCrust entities: - - uid: 5878 + - uid: 15136 components: - type: Transform - pos: 43.5,-68.5 + pos: 47.5,-68.5 parent: 2 - - uid: 19493 + - uid: 15632 components: - type: Transform - pos: 42.5,-68.5 + pos: 45.5,-68.5 parent: 2 - - uid: 19494 + - uid: 16099 components: - type: Transform - pos: 41.5,-68.5 + pos: 46.5,-68.5 parent: 2 - proto: IDComputerCircuitboard entities: @@ -84280,7 +84415,7 @@ entities: - uid: 7318 components: - type: Transform - pos: 33.374638,-15.933382 + pos: 33.34339,-15.931184 parent: 2 - uid: 17358 components: @@ -84292,6 +84427,16 @@ entities: - type: Transform pos: 33.547714,-15.508676 parent: 2 + - uid: 19511 + components: + - type: Transform + pos: 33.46839,-15.649739 + parent: 2 + - uid: 19512 + components: + - type: Transform + pos: 33.37464,-15.790462 + parent: 2 - proto: MicrophoneInstrument entities: - uid: 6064 @@ -84302,7 +84447,7 @@ entities: - uid: 18260 components: - type: Transform - pos: 27.522682,-38.335285 + pos: 27.508257,-39.500587 parent: 2 - proto: Mirror entities: @@ -84545,11 +84690,6 @@ entities: - type: Transform pos: 49.5,-100.5 parent: 2 - - uid: 13646 - components: - - type: Transform - pos: 50.5,-72.5 - parent: 2 - uid: 16290 components: - type: Transform @@ -84565,16 +84705,21 @@ entities: - type: Transform pos: -39.5,-80.5 parent: 2 - - uid: 17901 - components: - - type: Transform - pos: 50.5,-71.5 - parent: 2 - uid: 19351 components: - type: Transform pos: 5.5,-17.5 parent: 2 + - uid: 19494 + components: + - type: Transform + pos: 40.5,-73.5 + parent: 2 + - uid: 19499 + components: + - type: Transform + pos: 40.5,-72.5 + parent: 2 - proto: NitrogenTankFilled entities: - uid: 7697 @@ -84589,10 +84734,10 @@ entities: - type: Transform pos: -24.5,-24.5 parent: 2 - - uid: 16099 + - uid: 17658 components: - type: Transform - pos: 53.5,-72.5 + pos: 43.5,-73.5 parent: 2 - proto: NitrousOxideTankFilled entities: @@ -84741,16 +84886,6 @@ entities: - type: Transform pos: -7.5,-58.5 parent: 2 - - uid: 17902 - components: - - type: Transform - pos: 49.5,-71.5 - parent: 2 - - uid: 17903 - components: - - type: Transform - pos: 49.5,-72.5 - parent: 2 - uid: 18567 components: - type: Transform @@ -84771,6 +84906,16 @@ entities: - type: Transform pos: 55.5,-95.5 parent: 2 + - uid: 19500 + components: + - type: Transform + pos: 39.5,-72.5 + parent: 2 + - uid: 19501 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 - proto: OxygenTankFilled entities: - uid: 7691 @@ -85198,10 +85343,10 @@ entities: - type: Transform pos: -25.5,-24.5 parent: 2 - - uid: 7246 + - uid: 7428 components: - type: Transform - pos: 53.5,-71.5 + pos: 43.5,-72.5 parent: 2 - uid: 7824 components: @@ -85304,8 +85449,16 @@ entities: - uid: 7689 components: - type: Transform - pos: 46.41668,-74.34582 + pos: 46.344013,-75.307045 parent: 2 + - type: GasTank + toggleActionEntity: 3031 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 3031 - uid: 18387 components: - type: Transform @@ -85592,11 +85745,6 @@ entities: parent: 2 - proto: PlushieArachind entities: - - uid: 19307 - components: - - type: Transform - pos: 35.49261,-72.56146 - parent: 2 - uid: 19381 components: - type: Transform @@ -85660,6 +85808,13 @@ entities: - type: Transform pos: -31.508543,-62.98768 parent: 2 +- proto: PlushiePenguin + entities: + - uid: 15800 + components: + - type: Transform + pos: 35.491478,-72.45367 + parent: 2 - proto: PlushieRGBee entities: - uid: 15420 @@ -86845,6 +87000,12 @@ entities: - type: Transform pos: 12.5,-27.5 parent: 2 + - uid: 5881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-72.5 + parent: 2 - uid: 6206 components: - type: Transform @@ -87058,12 +87219,6 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,-15.5 parent: 2 - - uid: 10307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-72.5 - parent: 2 - uid: 10338 components: - type: Transform @@ -87137,12 +87292,6 @@ entities: rot: 1.5707963267948966 rad pos: 58.5,-20.5 parent: 2 - - uid: 11754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-70.5 - parent: 2 - uid: 11916 components: - type: Transform @@ -87160,12 +87309,24 @@ entities: rot: 3.141592653589793 rad pos: -21.5,-27.5 parent: 2 + - uid: 11947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-73.5 + parent: 2 - uid: 11956 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-21.5 parent: 2 + - uid: 12786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-65.5 + parent: 2 - uid: 12827 components: - type: Transform @@ -87201,6 +87362,12 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,-21.5 parent: 2 + - uid: 13545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-71.5 + parent: 2 - uid: 13797 components: - type: Transform @@ -87230,6 +87397,11 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-16.5 parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 33.5,-63.5 + parent: 2 - uid: 13946 components: - type: Transform @@ -87958,6 +88130,12 @@ entities: rot: 3.141592653589793 rad pos: -54.5,-47.5 parent: 2 + - uid: 14193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-73.5 + parent: 2 - uid: 14202 components: - type: Transform @@ -88164,7 +88342,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-73.5 + pos: 44.5,-72.5 parent: 2 - uid: 14320 components: @@ -88457,6 +88635,12 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-31.5 parent: 2 + - uid: 17549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-68.5 + parent: 2 - uid: 17698 components: - type: Transform @@ -88893,12 +89077,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-14.5 parent: 2 - - uid: 18342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-68.5 - parent: 2 - uid: 18357 components: - type: Transform @@ -88997,6 +89175,17 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-13.5 parent: 2 + - uid: 19492 + components: + - type: Transform + pos: 45.5,-63.5 + parent: 2 + - uid: 19498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-72.5 + parent: 2 - proto: PoweredlightExterior entities: - uid: 3206 @@ -90699,21 +90888,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-22.5 parent: 2 - - uid: 3342 - components: - - type: Transform - pos: 47.5,-71.5 - parent: 2 - - uid: 4161 - components: - - type: Transform - pos: 47.5,-72.5 - parent: 2 - - uid: 4162 - components: - - type: Transform - pos: 44.5,-73.5 - parent: 2 - uid: 4516 components: - type: Transform @@ -90939,6 +91113,12 @@ entities: - type: Transform pos: 60.5,-36.5 parent: 2 + - uid: 15788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-73.5 + parent: 2 - uid: 16105 components: - type: Transform @@ -91015,6 +91195,11 @@ entities: - type: Transform pos: -7.5,-56.5 parent: 2 + - uid: 17599 + components: + - type: Transform + pos: 45.5,-73.5 + parent: 2 - uid: 17792 components: - type: Transform @@ -91542,6 +91727,11 @@ entities: - type: Transform pos: 27.5,-37.5 parent: 2 + - uid: 19531 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 - proto: RandomPainting entities: - uid: 5900 @@ -93866,12 +94056,12 @@ entities: - uid: 1882 components: - type: Transform - pos: 47.371796,-72.446815 + pos: 46.418232,-73.38268 parent: 2 - uid: 3341 components: - type: Transform - pos: 47.607906,-72.321724 + pos: 46.615986,-73.28868 parent: 2 - uid: 6671 components: @@ -93903,6 +94093,11 @@ entities: - type: Transform pos: -5.400783,-19.33013 parent: 2 + - uid: 13646 + components: + - type: Transform + pos: 45.610485,-73.26664 + parent: 2 - uid: 17911 components: - type: Transform @@ -99081,12 +99276,12 @@ entities: - uid: 7247 components: - type: Transform - pos: 52.5,-72.5 + pos: 42.5,-73.5 parent: 2 - uid: 7249 components: - type: Transform - pos: 52.5,-71.5 + pos: 42.5,-72.5 parent: 2 - uid: 7825 components: @@ -99734,10 +99929,21 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Singularity Chamber, North - - uid: 11942 + - uid: 12792 components: - type: Transform - pos: 41.5,-73.5 + rot: 1.5707963267948966 rad + pos: 54.5,-70.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Hall, Southeast + - uid: 12793 + components: + - type: Transform + pos: 44.5,-72.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: @@ -99766,6 +99972,17 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Singularity Chamber, East + - uid: 17419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-64.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Hall, Northeast - uid: 17628 components: - type: Transform @@ -99839,6 +100056,17 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Atmos Reception + - uid: 17903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-71.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Hall, Southwest - uid: 18164 components: - type: Transform @@ -101323,11 +101551,6 @@ entities: - type: Transform pos: 41.5,-42.5 parent: 2 - - uid: 6008 - components: - - type: Transform - pos: 27.5,-37.5 - parent: 2 - uid: 6464 components: - type: Transform @@ -101524,6 +101747,11 @@ entities: - type: Transform pos: 13.5,-24.5 parent: 2 + - uid: 11938 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 - uid: 12706 components: - type: Transform @@ -101659,11 +101887,6 @@ entities: - type: Transform pos: -21.5,-66.5 parent: 2 - - uid: 18259 - components: - - type: Transform - pos: 27.5,-38.5 - parent: 2 - uid: 18272 components: - type: Transform @@ -101749,6 +101972,16 @@ entities: rot: -1.5707963267948966 rad pos: 69.5,-51.5 parent: 2 + - uid: 14294 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 - uid: 17734 components: - type: Transform @@ -102607,11 +102840,6 @@ entities: - type: Transform pos: -45.5,-55.5 parent: 2 - - uid: 5673 - components: - - type: Transform - pos: -19.5,-47.5 - parent: 2 - uid: 5674 components: - type: Transform @@ -102721,11 +102949,6 @@ entities: - type: Transform pos: 53.5,-30.5 parent: 2 - - uid: 7428 - components: - - type: Transform - pos: 46.5,-74.5 - parent: 2 - uid: 7429 components: - type: Transform @@ -103066,6 +103289,12 @@ entities: - type: Transform pos: 48.5,-29.5 parent: 2 + - uid: 19496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-75.5 + parent: 2 - proto: TargetStrange entities: - uid: 17572 @@ -103075,27 +103304,27 @@ entities: parent: 2 - proto: TegCenter entities: - - uid: 19496 + - uid: 10663 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-69.5 + pos: 46.5,-69.5 parent: 2 - proto: TegCirculator entities: - - uid: 13918 + - uid: 14383 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-68.5 + pos: 46.5,-68.5 parent: 2 - type: PointLight color: '#FF3300FF' - - uid: 17419 + - uid: 15542 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-70.5 + pos: 46.5,-70.5 parent: 2 - type: PointLight color: '#FF3300FF' @@ -103510,7 +103739,7 @@ entities: - uid: 5380 components: - type: Transform - pos: 44.5,-73.5 + pos: 45.350067,-73.39173 parent: 2 - proto: TorsoSkeleton entities: @@ -103678,6 +103907,13 @@ entities: - type: Transform pos: 45.307762,-48.38038 parent: 2 +- proto: TubaInstrument + entities: + - uid: 19532 + components: + - type: Transform + pos: 29.5,-38.5 + parent: 2 - proto: Turnstile entities: - uid: 5695 @@ -111598,11 +111834,6 @@ entities: - type: Transform pos: 73.5,-55.5 parent: 2 - - uid: 3358 - components: - - type: Transform - pos: 48.5,-71.5 - parent: 2 - uid: 3366 components: - type: Transform @@ -113288,6 +113519,16 @@ entities: - type: Transform pos: 71.5,-38.5 parent: 2 + - uid: 7241 + components: + - type: Transform + pos: 38.5,-73.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + pos: 38.5,-72.5 + parent: 2 - uid: 7257 components: - type: Transform @@ -114138,11 +114379,21 @@ entities: - type: Transform pos: 49.5,-38.5 parent: 2 + - uid: 11945 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 - uid: 12709 components: - type: Transform pos: -24.5,-15.5 parent: 2 + - uid: 12799 + components: + - type: Transform + pos: 47.5,-74.5 + parent: 2 - uid: 12889 components: - type: Transform @@ -114633,11 +114884,6 @@ entities: - type: Transform pos: -24.5,-89.5 parent: 2 - - uid: 17599 - components: - - type: Transform - pos: 46.5,-73.5 - parent: 2 - uid: 17635 components: - type: Transform @@ -114658,11 +114904,6 @@ entities: - type: Transform pos: 30.5,-69.5 parent: 2 - - uid: 17658 - components: - - type: Transform - pos: 45.5,-73.5 - parent: 2 - uid: 17690 components: - type: Transform @@ -114678,11 +114919,6 @@ entities: - type: Transform pos: 62.5,-18.5 parent: 2 - - uid: 17899 - components: - - type: Transform - pos: 48.5,-72.5 - parent: 2 - uid: 17904 components: - type: Transform @@ -114733,6 +114969,11 @@ entities: - type: Transform pos: -10.5,-87.5 parent: 2 + - uid: 18342 + components: + - type: Transform + pos: 46.5,-74.5 + parent: 2 - uid: 18393 components: - type: Transform @@ -120927,6 +121168,20 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,-21.5 parent: 2 +- proto: WindoorTheatreLocked + entities: + - uid: 19533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-37.5 + parent: 2 + - uid: 19534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-38.5 + parent: 2 - proto: Window entities: - uid: 5232 @@ -121200,6 +121455,12 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-35.5 parent: 2 + - uid: 19535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-39.5 + parent: 2 - proto: Wirecutter entities: - uid: 8104 @@ -121224,6 +121485,11 @@ entities: - type: Transform pos: -25.38417,-22.375149 parent: 2 + - uid: 11844 + components: + - type: Transform + pos: 62.448723,-62.43725 + parent: 2 - uid: 14572 components: - type: Transform diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml index d8f8a2e45e..92e86f3223 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml @@ -364,7 +364,7 @@ - type: entity parent: ShuttleGunBase id: ShuttleGunKineticOld - name: xenomorphic dematerializer + name: exomorphic dematerializer description: An ancient ship gun, utilizing biomechanical systems to store and release energy. While unique in its design, it has been rendered obsolete due to its inferior charging and firing speed compared to mechanical constructions. components: - type: Sprite @@ -409,10 +409,3 @@ - type: DeviceLinkSink ports: - Trigger - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.45,-0.45,0.45,0.45" - density: 1800 diff --git a/Resources/Prototypes/Maps/exo.yml b/Resources/Prototypes/Maps/exo.yml index 04f086f9e5..df36be5370 100644 --- a/Resources/Prototypes/Maps/exo.yml +++ b/Resources/Prototypes/Maps/exo.yml @@ -2,7 +2,7 @@ id: Exo mapName: 'Exo' mapPath: /Maps/exo.yml - minPlayers: 25 + minPlayers: 30 maxPlayers: 70 stations: Exo: From ebb310ce9a3bc2d2c4b8a9bb1cea0cdc22f33776 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 19 Jun 2025 04:07:26 +0000 Subject: [PATCH 147/168] Automatic changelog update --- Resources/Changelog/Maps.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 1b975a53fe..50080c357a 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -379,4 +379,12 @@ id: 46 time: '2025-06-16T16:43:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38348 +- author: SlamBamActionman + changes: + - message: Exo has received minor balance changes and fixes, along with having its + Atmos layout slightly modified. + type: Tweak + id: 47 + time: '2025-06-19T04:06:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38435 Order: 1 From 527446b56e8492fac3b6ace1d5212e936a02dea9 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:55:57 -0500 Subject: [PATCH 148/168] Add advertised reagents to puddles (#38432) Co-authored-by: Velcroboy --- .../Prototypes/Entities/Effects/puddle.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 66e12405a2..c09b5db4f5 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -23,10 +23,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 5 - - ReagentId: Water - Quantity: 5 + - ReagentId: Vomit + Quantity: 10 - type: entity id: PuddleEgg @@ -51,10 +49,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 5 - - ReagentId: Water - Quantity: 5 + - ReagentId: JuiceTomato + Quantity: 10 - type: entity parent: PuddleTemporary @@ -118,10 +114,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 15 - - ReagentId: Water - Quantity: 15 + - ReagentId: JuiceWatermelon + Quantity: 30 - type: entity id: PuddleFlour From 8d97e563a07c9ca5d0125746e74caee9f9e38be2 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:06:11 +0200 Subject: [PATCH 149/168] Give APCs wirepanels (#38443) init --- .../Prototypes/Entities/Structures/Power/apc.yml | 6 ++++++ Resources/Prototypes/Wires/layouts.yml | 14 ++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 6fe749b7dd..018cf2a2f1 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -89,6 +89,8 @@ interfaces: enum.ApcUiKey.Key: type: ApcBoundUserInterface + enum.WiresUiKey.Key: + type: WiresBoundUserInterface - type: ActivatableUI inHandsOnly: false key: enum.ApcUiKey.Key @@ -102,6 +104,10 @@ supplyRampRate: 500 - type: WallMount - type: WiresPanel + - type: Wires + alwaysRandomize: true + boardName: wires-board-name-apc + layoutId: APC - type: WiresVisuals - type: Damageable damageContainer: StructuralInorganic diff --git a/Resources/Prototypes/Wires/layouts.yml b/Resources/Prototypes/Wires/layouts.yml index d94355361f..675dd16b1c 100644 --- a/Resources/Prototypes/Wires/layouts.yml +++ b/Resources/Prototypes/Wires/layouts.yml @@ -205,7 +205,7 @@ - !type:PowerWireAction - !type:AiInteractWireAction - !type:AccessWireAction - + - type: wireLayout id: WeaponEnergyTurret dummyWires: 4 @@ -215,7 +215,7 @@ pulseTimeout: 15 - !type:AiInteractWireAction - !type:AccessWireAction - + - type: wireLayout id: TurretControls dummyWires: 2 @@ -224,5 +224,11 @@ - !type:PowerWireAction pulseTimeout: 15 - !type:AiInteractWireAction - - !type:AccessWireAction - \ No newline at end of file + - !type:AccessWireAction + +- type: wireLayout + id: APC + dummyWires: 3 + wires: + - !type:AccessWireAction + - !type:AiInteractWireAction From 1fb7a26ef6ce717c26841ac7702cef7dc87a0793 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 19 Jun 2025 15:07:20 +0000 Subject: [PATCH 150/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0fe4d5604f..6c7922b354 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: DamagePopups such as target dummies are now predicted. - type: Fix - id: 8181 - time: '2025-04-14T19:10:10.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36547 - author: SlamBamActionman changes: - message: Tracking implants no longer announce on radio when someone goes into @@ -3910,3 +3903,11 @@ id: 8693 time: '2025-06-19T01:06:26.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36483 +- author: ScarKy0 + changes: + - message: APCs now have a wirepanel. It can be used to disallow the AI from accessing + it. + type: Add + id: 8694 + time: '2025-06-19T15:06:11.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38443 From 8ee24a0bb8e31b8d39ff8498c7678e99decb5fdc Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:49:56 -0700 Subject: [PATCH 151/168] Revert "Add stamina damage resists to the bloodred raid/hard-suits (and ERT hardsuits). [TEST MERGE]" (#38447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Add stamina damage resists to the bloodred raid/hard-suits (and ERT h…" This reverts commit 8c6b28885371c154c1e1810e20078e0c9d7e6106. --- .../Entities/Clothing/OuterClothing/armor.yml | 4 ++-- .../Clothing/OuterClothing/hardsuits.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 2ba605223c..59a3603355 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -241,8 +241,8 @@ Caustic: 0.5 - type: ExplosionResistance damageCoefficient: 0.35 - - type: StaminaResistance - damageCoefficient: 0.45 + #- type: StaminaResistance + # damageCoefficient: 0.45 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.9 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index c7d66fef15..876d309b54 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -513,8 +513,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - - type: StaminaResistance - damageCoefficient: 0.75 + #- type: StaminaResistance + # damageCoefficient: 0.75 - type: Armor modifiers: coefficients: @@ -577,8 +577,8 @@ damageCoefficient: 0.2 - type: FireProtection reduction: 0.8 - - type: StaminaResistance - damageCoefficient: 0.6 + #- type: StaminaResistance + # damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -613,8 +613,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - - type: StaminaResistance - damageCoefficient: 0.6 + #- type: StaminaResistance + # damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -647,8 +647,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.3 - - type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. - damageCoefficient: 0.99 + #- type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. + # damageCoefficient: 0.99 - type: Armor modifiers: coefficients: From af23939dbedffa3bf1a3508d42c1a9b585eea420 Mon Sep 17 00:00:00 2001 From: Sparlight Date: Thu, 19 Jun 2025 13:49:09 -0600 Subject: [PATCH 152/168] Adds dog-shaped sprite variants for the most common hardsuits (#36875) Co-authored-by: dandy <203235481+casiliuscestus@users.noreply.github.com> Co-authored-by: Raccoononi <70777222+raccoononi@users.noreply.github.com> Co-authored-by: Scrubdelub <196583332+scrubdelub@users.noreply.github.com> Co-authored-by: Tiniest Shark <176858593+TiniestShark@users.noreply.github.com> --- .../Entities/Clothing/Eyes/glasses.yml | 12 ++ .../Prototypes/Entities/Clothing/Eyes/hud.yml | 28 +++ .../Entities/Clothing/Eyes/specific.yml | 5 +- .../Entities/Clothing/Head/eva-helmets.yml | 15 ++ .../Clothing/Head/hardsuit-helmets.yml | 81 +++++++ .../Entities/Clothing/Head/hats.yml | 11 + .../Entities/Clothing/Head/helmets.yml | 1 + .../Entities/Clothing/Head/hoods.yml | 5 + .../Entities/Clothing/OuterClothing/armor.yml | 11 +- .../Clothing/OuterClothing/hardsuits.yml | 62 ++++++ .../Entities/Clothing/OuterClothing/misc.yml | 12 ++ .../Clothing/OuterClothing/softsuits.yml | 6 + .../Entities/Clothing/OuterClothing/suits.yml | 8 + .../commandglasses.rsi/equipped-EYES-dog.png | Bin 0 -> 3077 bytes .../Eyes/Glasses/commandglasses.rsi/meta.json | 74 ++++--- .../Glasses/meson.rsi/equipped-EYES-dog.png | Bin 0 -> 3154 bytes .../Clothing/Eyes/Glasses/meson.rsi/meta.json | 74 ++++--- .../Glasses/science.rsi/equipped-EYES-dog.png | Bin 0 -> 3145 bytes .../Eyes/Glasses/science.rsi/meta.json | 66 +++--- .../secglasses.rsi/equipped-EYES-dog.png | Bin 0 -> 3084 bytes .../Eyes/Glasses/secglasses.rsi/meta.json | 82 +++---- .../sunglasses.rsi/equipped-EYES-dog.png | Bin 0 -> 3094 bytes .../Eyes/Glasses/sunglasses.rsi/meta.json | 82 +++---- .../Hud/beergoggles.rsi/equipped-EYES-dog.png | Bin 0 -> 3106 bytes .../Eyes/Hud/beergoggles.rsi/meta.json | 66 +++--- .../Hud/command.rsi/equipped-EYES-dog.png | Bin 0 -> 3150 bytes .../Clothing/Eyes/Hud/command.rsi/meta.json | 66 +++--- .../Eyes/Hud/med.rsi/equipped-EYES-dog.png | Bin 0 -> 3134 bytes .../Clothing/Eyes/Hud/med.rsi/meta.json | 66 +++--- .../Hud/medpatch.rsi/equipped-EYES-dog.png | Bin 0 -> 3077 bytes .../Clothing/Eyes/Hud/medpatch.rsi/meta.json | 42 ++-- .../Eyes/Hud/sec.rsi/equipped-EYES-dog.png | Bin 0 -> 3138 bytes .../Clothing/Eyes/Hud/sec.rsi/meta.json | 66 +++--- .../Hud/secpatch.rsi/equipped-EYES-dog.png | Bin 0 -> 3080 bytes .../Clothing/Eyes/Hud/secpatch.rsi/meta.json | 42 ++-- .../Eyes/Hud/synd.rsi/equipped-EYES-dog.png | Bin 0 -> 3173 bytes .../Clothing/Eyes/Hud/synd.rsi/meta.json | 58 ++--- .../Hud/syndagent.rsi/equipped-EYES-dog.png | Bin 0 -> 3167 bytes .../Clothing/Eyes/Hud/syndagent.rsi/meta.json | 58 ++--- .../atmospherics.rsi/equipped-head-dog.png | Bin 0 -> 3785 bytes .../equipped-head-light-dog.png | Bin 0 -> 3472 bytes .../equipped-head-unshaded-dog.png | Bin 0 -> 3080 bytes .../Head/Hardsuits/atmospherics.rsi/meta.json | 100 +++++---- .../basic.rsi/equipped-HELMET-dog.png | Bin 0 -> 3724 bytes .../Head/Hardsuits/basic.rsi/meta.json | 50 +++-- .../Head/Hardsuits/capspace.rsi/meta.json | 68 +++--- .../capspace.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 1008 bytes .../capspace.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 1462 bytes .../cybersun.rsi/equipped-HELMET-dog.png | Bin 0 -> 690 bytes .../Head/Hardsuits/cybersun.rsi/meta.json | 50 +++-- .../Hardsuits/engineering-white.rsi/meta.json | 68 +++--- .../off-equipped-HELMET-dog.png | Bin 0 -> 8002 bytes .../on-equipped-HELMET-dog.png | Bin 0 -> 9437 bytes .../Head/Hardsuits/engineering.rsi/meta.json | 68 +++--- .../off-equipped-HELMET-dog.png | Bin 0 -> 3830 bytes .../on-equipped-HELMET-dog.png | Bin 0 -> 4254 bytes .../goliathhelm.rsi/equipped-head-dog.png | Bin 0 -> 11721 bytes .../equipped-head-light-dog.png | Bin 0 -> 9293 bytes .../equipped-head-unshaded-dog.png | Bin 0 -> 3919 bytes .../Head/Hardsuits/goliathhelm.rsi/meta.json | 100 +++++---- .../Head/Hardsuits/medical.rsi/meta.json | 68 +++--- .../medical.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 3764 bytes .../medical.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 4001 bytes .../paramedhelm.rsi/equipped-head-dog.png | Bin 0 -> 4012 bytes .../equipped-head-light-dog.png | Bin 0 -> 4463 bytes .../Head/Hardsuits/paramedhelm.rsi/meta.json | 74 ++++--- .../Clothing/Head/Hardsuits/rd.rsi/meta.json | 68 +++--- .../rd.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 3687 bytes .../rd.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 3996 bytes .../Head/Hardsuits/salvage.rsi/meta.json | 68 +++--- .../salvage.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 8310 bytes .../salvage.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 8850 bytes .../Head/Hardsuits/security.rsi/meta.json | 68 +++--- .../security.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 10627 bytes .../security.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 10958 bytes .../spatiohelm.rsi/equipped-head-dog.png | Bin 0 -> 8489 bytes .../equipped-head-light-dog.png | Bin 0 -> 9157 bytes .../equipped-head-unshaded-dog.png | Bin 0 -> 3918 bytes .../Head/Hardsuits/spatiohelm.rsi/meta.json | 102 +++++---- .../combat-equipped-HELMET-dog.png | Bin 0 -> 1069 bytes .../Head/Hardsuits/syndicate.rsi/meta.json | 80 ++++--- .../syndicate.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 1069 bytes .../syndicate.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 2081 bytes .../Hardsuits/syndiecommander.rsi/meta.json | 70 +++--- .../off-equipped-HELMET-dog.png | Bin 0 -> 1061 bytes .../on-equipped-HELMET-dog.png | Bin 0 -> 2081 bytes .../Head/Hardsuits/syndieelite.rsi/meta.json | 70 +++--- .../off-equipped-HELMET-dog.png | Bin 0 -> 747 bytes .../on-equipped-HELMET-dog.png | Bin 0 -> 1869 bytes .../Head/Hardsuits/wizard.rsi/meta.json | 68 +++--- .../wizard.rsi/off-equipped-HELMET-dog.png | Bin 0 -> 11176 bytes .../wizard.rsi/on-equipped-HELMET-dog.png | Bin 0 -> 11436 bytes .../redwizard.rsi/equipped-HELMET-dog.png | Bin 0 -> 7522 bytes .../Head/Hats/redwizard.rsi/meta.json | 50 +++-- .../violetwizard.rsi/equipped-HELMET-dog.png | Bin 0 -> 5894 bytes .../Head/Hats/violetwizard.rsi/meta.json | 50 +++-- .../wizardhat.rsi/equipped-HELMET-dog.png | Bin 0 -> 7513 bytes .../Head/Hats/wizardhat.rsi/meta.json | 58 ++--- .../Helmets/atmos_firehelmet.rsi/meta.json | 100 +++++---- .../off-equipped-HELMET-dog.png | Bin 0 -> 12361 bytes .../on-equipped-HELMET-dog.png | Bin 0 -> 12262 bytes .../Helmets/eva.rsi/equipped-HELMET-dog.png | Bin 0 -> 10973 bytes .../Clothing/Head/Helmets/eva.rsi/meta.json | 58 ++--- .../eva_large.rsi/equipped-HELMET-dog.png | Bin 0 -> 10995 bytes .../Head/Helmets/eva_large.rsi/meta.json | 58 ++--- .../Hoods/iansuit.rsi/equipped-HELMET-dog.png | Bin 0 -> 3442 bytes .../Clothing/Head/Hoods/iansuit.rsi/meta.json | 34 +-- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 10491 bytes .../Armor/captain_carapace.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 8802 bytes .../Armor/security.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 8802 bytes .../Armor/security_slim.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 4708 bytes .../Hardsuits/atmospherics.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 2053 bytes .../Hardsuits/capspace.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 2031 bytes .../Hardsuits/cybersun.rsi/meta.json | 66 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 10220 bytes .../Hardsuits/engineering-white.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 9984 bytes .../Hardsuits/engineering.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 13573 bytes .../Hardsuits/goliath.rsi/meta.json | 59 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 4552 bytes .../Hardsuits/medical.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 4970 bytes .../Hardsuits/paramed.rsi/meta.json | 64 +++--- .../rd.rsi/equipped-OUTERCLOTHING-dog.png | Bin 0 -> 4442 bytes .../OuterClothing/Hardsuits/rd.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 9841 bytes .../Hardsuits/salvage.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 4651 bytes .../Hardsuits/security.rsi/meta.json | 58 ++--- .../spatio.rsi/equipped-OUTERCLOTHING-dog.png | Bin 0 -> 13223 bytes .../Hardsuits/spatio.rsi/meta.json | 61 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 1965 bytes .../Hardsuits/syndicate.rsi/meta.json | 66 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 2015 bytes .../Hardsuits/syndiecommander.rsi/meta.json | 60 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 1567 bytes .../Hardsuits/syndieelite.rsi/meta.json | 60 +++--- .../wizard.rsi/equipped-OUTERCLOTHING-dog.png | Bin 0 -> 9903 bytes .../Hardsuits/wizard.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 952 bytes .../Misc/redwizard.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 1392 bytes .../Misc/violetwizard.rsi/meta.json | 58 ++--- .../wizard.rsi/equipped-OUTERCLOTHING-dog.png | Bin 0 -> 1441 bytes .../OuterClothing/Misc/wizard.rsi/meta.json | 58 ++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 6114 bytes .../Suits/atmos_firesuit.rsi/meta.json | 50 +++-- .../eva.rsi/equipped-OUTERCLOTHING-dog.png | Bin 0 -> 13259 bytes .../OuterClothing/Suits/eva.rsi/meta.json | 66 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 13756 bytes .../Suits/eva_emergency.rsi/meta.json | 66 +++--- .../equipped-OUTERCLOTHING-dog.png | Bin 0 -> 3902 bytes .../OuterClothing/Suits/iansuit.rsi/meta.json | 50 +++-- .../black.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 10718 bytes .../Tanks/Jetpacks/black.rsi/meta.json | 122 ++++++----- .../black.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 10718 bytes .../blue.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 11246 bytes .../Objects/Tanks/Jetpacks/blue.rsi/meta.json | 122 ++++++----- .../blue.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 11246 bytes .../captain.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 11017 bytes .../captain.rsi/equipped-SUITSTORAGE-dog.png | Bin 0 -> 11017 bytes .../Tanks/Jetpacks/captain.rsi/meta.json | 182 ++++++++-------- .../captain.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 7265 bytes .../on-equipped-SUITSTORAGE-dog.png | Bin 0 -> 7265 bytes .../mini.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 11354 bytes .../mini.rsi/equipped-SUITSTORAGE-dog.png | Bin 0 -> 11354 bytes .../Objects/Tanks/Jetpacks/mini.rsi/meta.json | 200 ++++++++++-------- .../mini.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 11354 bytes .../mini.rsi/on-equipped-SUITSTORAGE-dog.png | Bin 0 -> 11354 bytes .../security.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 10978 bytes .../Tanks/Jetpacks/security.rsi/meta.json | 122 ++++++----- .../security.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 10978 bytes .../void.rsi/equipped-BACKPACK-dog.png | Bin 0 -> 10464 bytes .../void.rsi/equipped-SUITSTORAGE-dog.png | Bin 0 -> 10464 bytes .../Objects/Tanks/Jetpacks/void.rsi/meta.json | 110 ++++++---- .../void.rsi/on-equipped-BACKPACK-dog.png | Bin 0 -> 10495 bytes .../void.rsi/on-equipped-SUITSTORAGE-dog.png | Bin 0 -> 10495 bytes 183 files changed, 2898 insertions(+), 2245 deletions(-) create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/synd.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-light-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-unshaded-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/basic.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-light-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-unshaded-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/medical.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/medical.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/paramedhelm.rsi/equipped-head-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/paramedhelm.rsi/equipped-head-light-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/salvage.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/salvage.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/security.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/security.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-light-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-unshaded-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/combat-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/wizard.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/wizard.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hats/redwizard.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hats/violetwizard.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hats/wizardhat.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/off-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/on-equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/eva.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/captain_carapace.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/security.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/security_slim.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/capspace.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/wizard.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/redwizard.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/violetwizard.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/wizard.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/eva.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/iansuit.rsi/equipped-OUTERCLOTHING-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/on-equipped-SUITSTORAGE-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/equipped-SUITSTORAGE-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/equipped-SUITSTORAGE-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/on-equipped-BACKPACK-dog.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/on-equipped-SUITSTORAGE-dog.png diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index c451c7280a..52187227ac 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -65,6 +65,10 @@ - type: EyeProtection - type: IdentityBlocker coverage: EYES + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingEyesBase @@ -140,6 +144,7 @@ - type: Tag tags: - HamsterWearable + - CorgiWearable - WhitelistChameleon - type: IdentityBlocker coverage: EYES @@ -156,6 +161,7 @@ - type: Tag tags: - Sunglasses + - CorgiWearable - HamsterWearable - WhitelistChameleon @@ -178,6 +184,7 @@ - type: Tag tags: - HamsterWearable + - CorgiWearable - WhitelistChameleon - type: GuideHelp guides: @@ -202,6 +209,7 @@ - type: Tag tags: - HamsterWearable + - CorgiWearable - WhitelistChameleon - type: IdentityBlocker coverage: EYES @@ -255,6 +263,10 @@ - type: SolutionScanner - type: IdentityBlocker coverage: EYES + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ClothingEyesBase, BaseMajorContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 2c4b5fae68..c7562277b7 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -44,6 +44,7 @@ - type: Tag tags: - HudMedical + - CorgiWearable - WhitelistChameleon - type: entity @@ -59,6 +60,7 @@ - type: Tag tags: - HudSecurity + - CorgiWearable - WhitelistChameleon - type: entity @@ -72,6 +74,10 @@ - type: Clothing sprite: Clothing/Eyes/Hud/command.rsi - type: ShowJobIcons + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingEyesBase @@ -87,6 +93,10 @@ - type: StealTarget stealGroup: ClothingEyesHudBeer - type: SolutionScanner + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingEyesBase @@ -209,6 +219,10 @@ - type: Clothing sprite: Clothing/Eyes/Hud/synd.rsi - type: ShowSyndicateIcons + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ClothingEyesBase, ShowSecurityIcons, BaseSyndicateContraband] @@ -222,6 +236,10 @@ sprite: Clothing/Eyes/Hud/syndagent.rsi - type: ShowSyndicateIcons - type: ShowHealthBars + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ClothingEyesGlassesSunglasses, ShowSecurityIcons] @@ -238,6 +256,11 @@ sprite: Clothing/Eyes/Hud/medpatch.rsi - type: Clothing sprite: Clothing/Eyes/Hud/medpatch.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon + - HudMedical - type: entity parent: [ClothingEyesEyepatchHudMedical, ClothingHeadEyeBaseFlipped] @@ -254,6 +277,11 @@ sprite: Clothing/Eyes/Hud/secpatch.rsi - type: Clothing sprite: Clothing/Eyes/Hud/secpatch.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon + - HudSecurity - type: entity parent: [ClothingEyesEyepatchHudSecurity, ClothingHeadEyeBaseFlipped] diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/specific.yml b/Resources/Prototypes/Entities/Clothing/Eyes/specific.yml index fa87ed398e..d1b2d636b4 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/specific.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: ClothingEyesBase id: ClothingEyesChameleon # no flash immunity, sorry name: sun glasses @@ -6,7 +6,8 @@ suffix: Chameleon components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # intentionally no WhitelistChameleon tag + - CorgiWearable - type: Sprite sprite: Clothing/Eyes/Glasses/sunglasses.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml index 945471fc79..5de1e360c9 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml @@ -13,6 +13,7 @@ tags: - HelmetEVA - WhitelistChameleon + - CorgiWearable #Large EVA Helmet - type: entity @@ -25,6 +26,11 @@ sprite: Clothing/Head/Helmets/eva_large.rsi - type: Clothing sprite: Clothing/Head/Helmets/eva_large.rsi + - type: Tag + tags: + - HelmetEVA + - WhitelistChameleon + - CorgiWearable #Syndicate EVA Helmet - type: entity @@ -83,12 +89,16 @@ - state: equipped-head-light head-vox: - state: equipped-head-light-vox + head-dog: + - state: equipped-head-light-dog - type: Clothing clothingVisuals: head: - state: equipped-head head-vox: - state: equipped-head-vox + head-dog: + - state: equipped-head-dog - type: TemperatureProtection heatingCoefficient: 0.1 coolingCoefficient: 0.1 @@ -101,3 +111,8 @@ radius: 5 energy: 2 color: "#00ffff" + - type: Tag + tags: + - CorgiWearable + - HelmetEVA + - WhitelistChameleon diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 86a7286d89..41027d2414 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -33,6 +33,9 @@ head-vox: - state: equipped-head-light-vox shader: unshaded + head-dog: + - state: equipped-head-light-dog + shader: unshaded - type: Clothing clothingVisuals: head: @@ -43,6 +46,10 @@ - state: equipped-head-vox - state: equipped-head-unshaded-vox shader: unshaded + head-dog: + - state: equipped-head-dog + - state: equipped-head-unshaded-dog + shader: unshaded - type: PointLight color: "#adffe6" - type: PressureProtection @@ -53,6 +60,10 @@ coolingCoefficient: 0.005 - type: FireProtection reduction: 0.2 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Engineering Hardsuit - type: entity @@ -70,6 +81,10 @@ - type: PressureProtection highPressureMultiplier: 0.1 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Spationaut Hardsuit - type: entity @@ -98,6 +113,9 @@ head-vox: - state: equipped-head-light-vox shader: unshaded + head-dog: + - state: equipped-head-light-dog + shader: unshaded - type: Clothing clothingVisuals: head: @@ -108,11 +126,19 @@ - state: equipped-head-vox - state: equipped-head-unshaded-vox shader: unshaded + head-dog: + - state: equipped-head-dog + - state: equipped-head-unshaded-dog + shader: unshaded - type: PointLight radius: 6 - type: PressureProtection highPressureMultiplier: 0.72 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Salvage Hardsuit - type: entity @@ -131,6 +157,10 @@ - type: PointLight radius: 7 energy: 3 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ ClothingHeadHardsuitBase, ClothingHeadSuitWithLightBase ] @@ -158,6 +188,9 @@ head-vox: - state: equipped-head-light-vox shader: unshaded + head-dog: + - state: equipped-head-light-dog + shader: unshaded - type: Clothing clothingVisuals: head: @@ -168,11 +201,19 @@ - state: equipped-head-vox - state: equipped-head-unshaded-vox shader: unshaded + head-dog: + - state: equipped-head-dog + - state: equipped-head-unshaded-dog + shader: unshaded - type: PointLight radius: 6 - type: PressureProtection highPressureMultiplier: 0.72 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingHeadHardsuitBase @@ -219,6 +260,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Brigmedic Hardsuit - type: entity @@ -284,6 +329,10 @@ - type: PressureProtection highPressureMultiplier: 0.3 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Chief Engineer's Hardsuit - type: entity @@ -303,6 +352,10 @@ lowPressureMultiplier: 1000 - type: FireProtection reduction: 0.2 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Chief Medical Officer's Hardsuit - type: entity @@ -320,6 +373,10 @@ - type: PressureProtection highPressureMultiplier: 0.6 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Research Director's Hardsuit - type: entity @@ -337,6 +394,10 @@ - type: PressureProtection highPressureMultiplier: 0.60 lowPressureMultiplier: 1000 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Head of Security's hardsuit - type: entity @@ -405,6 +466,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Blood-red Medic Hardsuit - type: entity @@ -458,6 +523,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Syndicate Commander Hardsuit - type: entity @@ -482,6 +551,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Cybersun Juggernaut Hardsuit - type: entity @@ -504,6 +577,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Wizard Hardsuit - type: entity @@ -528,6 +605,10 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Organic Space Suit - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index e00920b339..9bc40688e4 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -450,6 +450,11 @@ sprite: Clothing/Head/Hats/redwizard.rsi - type: Clothing sprite: Clothing/Head/Hats/redwizard.rsi + - type: Tag + tags: + - CorgiWearable + - ClothMade + - WhitelistChameleon - type: entity parent: [ClothingHeadBase, BaseFoldable] @@ -640,6 +645,11 @@ sprite: Clothing/Head/Hats/violetwizard.rsi - type: Clothing sprite: Clothing/Head/Hats/violetwizard.rsi + - type: Tag + tags: + - CorgiWearable + - ClothMade + - WhitelistChameleon - type: entity parent: ClothingHeadBase @@ -713,6 +723,7 @@ - Recyclable - HamsterWearable - WhitelistChameleon + - CorgiWearable - type: entity parent: ClothingHeadBase diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 520733220e..f729ea1034 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -313,6 +313,7 @@ tags: - WhitelistChameleon - FireHelmet + - CorgiWearable - type: HideLayerClothing layers: Hair: HEAD diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index e6e940f9e6..1eec4107ef 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -204,6 +204,11 @@ - type: HideLayerClothing slots: - Hair + - type: Tag + tags: + - CorgiWearable + - ClothMade + - WhitelistChameleon - type: entity parent: ClothingHeadBase diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 59a3603355..0898ac0627 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -4,10 +4,10 @@ #Basic armor vest for inheritance - type: entity + abstract: true parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing, BaseSecurityContraband] id: ClothingOuterArmorBase name: armor vest - abstract: true description: A standard Type I armored vest that provides decent protection against most types of damage. components: - type: Sprite @@ -28,6 +28,11 @@ - type: entity parent: [ BaseSecurityBartenderContraband, ClothingOuterArmorBase] id: ClothingOuterArmorBasic + components: + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon #Alternate / slim basic armor vest - type: entity @@ -128,6 +133,10 @@ sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi - type: Clothing sprite: Clothing/OuterClothing/Armor/captain_carapace.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ClothingOuterArmorBaseCarapace, BaseCentcommContraband] diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 876d309b54..08c5de4ea4 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -36,6 +36,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitAtmos + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Engineering Hardsuit - type: entity @@ -68,6 +73,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitEngineering + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Spationaut Hardsuit - type: entity @@ -102,6 +112,7 @@ - Hardsuit - WhitelistChameleon - HardsuitSpatio + - CorgiWearable #Salvage Hardsuit - type: entity @@ -134,6 +145,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSalvage + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Goliath Hardsuit - type: entity @@ -169,6 +185,11 @@ - type: Construction graph: HardsuitGoliath node: hardsuitGoliath + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Maxim Hardsuit - type: entity @@ -233,6 +254,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSecurity + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Brigmedic Hardsuit - type: entity @@ -323,6 +349,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCap + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Chief Engineer's Hardsuit - type: entity @@ -357,6 +388,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitEngineeringWhite + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Chief Medical Officer's Hardsuit - type: entity @@ -384,6 +420,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitMedical + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Research Director's Hardsuit - type: entity @@ -422,6 +463,8 @@ tags: - WhitelistChameleon - HighRiskItem + - CorgiWearable + - Hardsuit - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitRd - type: StaticPrice @@ -535,6 +578,7 @@ - MonkeyWearable - Hardsuit - WhitelistChameleon + - CorgiWearable - type: StaticPrice price: 5000 @@ -596,6 +640,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSyndieElite + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Syndicate Commander Hardsuit - type: entity @@ -630,6 +679,12 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSyndieCommander + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon + #Cybersun Juggernaut Hardsuit - type: entity @@ -667,6 +722,8 @@ - type: Tag tags: - MonkeyWearable + - CorgiWearable + - Hardsuit - WhitelistChameleon #Wizard Hardsuit @@ -700,6 +757,11 @@ - type: HeldSpeedModifier - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitWizard + - type: Tag + tags: + - CorgiWearable + - Hardsuit + - WhitelistChameleon #Ling Space Suit - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index a3aa984415..057203f0b4 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -200,6 +200,10 @@ sprite: Clothing/OuterClothing/Misc/violetwizard.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/violetwizard.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingOuterWizardBase @@ -211,6 +215,10 @@ sprite: Clothing/OuterClothing/Misc/wizard.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/wizard.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingOuterWizardBase @@ -222,6 +230,10 @@ sprite: Clothing/OuterClothing/Misc/redwizard.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/redwizard.rsi + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingOuterBase diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml index 6b91413a46..574bdc2640 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml @@ -13,6 +13,7 @@ tags: - SuitEVA - MonkeyWearable + - CorgiWearable - WhitelistChameleon #Syndicate EVA @@ -60,6 +61,7 @@ toggleable-clothing: !type:ContainerSlot {} - type: Tag tags: + - CorgiWearable - MonkeyWearable - WhitelistChameleon @@ -158,3 +160,7 @@ - type: ContainerContainer containers: toggleable-clothing: !type:ContainerSlot {} + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index e053801d33..cf8ace4930 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -102,6 +102,10 @@ - type: GroupExamine - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: [ClothingOuterBaseLarge, GeigerCounterClothing, AllowSuitStorageClothing] @@ -265,6 +269,10 @@ node: suit - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET + - type: Tag + tags: + - CorgiWearable + - WhitelistChameleon - type: entity parent: ClothingOuterBase diff --git a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..d2cc2dd335434b31d6c9926684e1670bb6abd435 GIT binary patch literal 3077 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 T*zYQJ00000NkvXXu0mjfxP#0v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json index 3ec433ea2f..23a75bc949 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json @@ -1,38 +1,42 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Ghagliiarghii, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Ghagliiarghii, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-EYES-dog from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-hamster", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-hamster", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..4927dd327b1ebe3246318b8cad4ed33c16b7fbda GIT binary patch literal 3154 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 sFuaBtnn8+BdI? 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json index a68349917a..22d544c357 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9cd4abf3920e92149bcdc82aea692f88ad3b7f GIT binary patch literal 3084 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json index c0835e445c..735b7cb6ca 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth motified from equipped-EYES, inhand-left and inhand-right modified from inhand-left and inhand-right from the glasses folder by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth motified from equipped-EYES, inhand-left and inhand-right modified from inhand-left and inhand-right from the glasses folder by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4d7faf0426c2300fff10a2c8a220fa03f53d3e GIT binary patch literal 3150 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json index b79f99ef1b..1a78e46333 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by SlamBamActionman, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by SlamBamActionman, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-eyes-dog from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..5405ded5fbcaed10f3d0be7b8d1f332fd6094b35 GIT binary patch literal 3134 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 YFZj4R5mZ>W>i_@%07*qoM6N<$f=!3sfB*mh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json index a68349917a..22d544c357 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9147007058abe462c14e43d0f6203b6a76cd4d GIT binary patch literal 3077 zcmV+g4EpnlP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+HFx$4#OY_{pS=rf&yARj$ONCH`wt9!n)e@B?7)@ zo}jRQ-Y<9<5G!z5q_$d<2w z8Obw*brxFOfO0WHPh=fgy@gQ=BSIH)7<3;i)h5e%gmq6d#1~i)p4-0edC}L~irzzr zJ7r25iNqTqTLq|VK_eD)y4z9bV-)*=y9cK~50empFWT*0*OjxRU;qFLF=<0XP)S2W zAaHVTW@&6?004NLotAf0Q`r`W&%HOjP?8Xel+bHvQUXW~y-1NRDlrKVO2Ci+A~r-+ za70m&rU)`9;DDn;k+C9*g#l5q>jW7@)NybW8-A~66^n2hK0_}N?;7s)t1SDYocPsy0JG)>MhO3or#f-+W< zbMh=(eD;}T4>|KPgghC`bI#&r@Z{Vln1D3aVR=5teIY%ODwC^CXA<9Pt!NXcLD(l1!d&lAfJ#m>xHE)pcCh#4kaQ-+O` z6N}-`&rRox#mq1cH;p6WG1!?ISsdYV0A|npSrmC~8L}cf*f=>jFl{Yuz9`gxUHqGp z_jZs@_@A2i55xYX*}0a9+V~OB zmRJI%AsRq_9snpR5g-YBWGm3`eGA4%1NqI1(V3W?`_F>@eOI_l{>T<2e~x2EL^8M% zQO@j|{8|DuAOJ-`1L{B<=mQhL1h&8txBw5}0|G%Phy-z9G2ns}kO4#>7ZiZCpcs^b ztzajp26dnjG=ny97<7SS;50Y~E`iHn1l$2qFb|bE`qnfm2d-m5blIe!5F9q6;@5%f6v6$XQ$V~jD57=KJ0 zCKa;+vl+7+(~dcX8ODrZrm zUdc#_t;A7UrBtJIROyD&v@%uMMmbbDLwU1ui}D5KM-(i@h~h)xQHm)0C}${RRD`Ne zWmCD-b<{@cS?V|qLo=oY&{Aoov~OsGv?&#eik(WdN}fuM%5fDb9ibc11L*1WGWucq zb^1G1EmcodzUn5`Hq|Stuhr(Ld8qN#O4QobM%3P^Gt_<5)6}=Acd6ggKxvq1glpt# z?9n)@@pKMtj>{bGoRT?*=iJtWHO(|5G*@Wu(;U#8*3#DU)5_AS(mJE{RGY5tp`EI| zL;HmGqz+ZbO-G=!L+7Nx`Vnidd7NDdWCxJdiV4R z`Yin<{T=$f`cnov1|bFo2CW9S4e^F7!xY0^hW&=Gjf{@^*$g(bH%l?AF&i?6%^l1I=DW>@EzlND7D9^#iyKT5 z)03IQY-NsG(k+863oW}WpII4L#anH&>bLr6ZEu}!-DrKshGG+FQ)ts;^Q*0yE!Vcj z_S#(XT;I8?=XTG1Zf9=Cx7%ZP)1GP{V!y$@*ZzZpql3ty&0*5fz%kLW*6{|5#tLI? zW}SCJJ9#;+b~@(t*4e>X?0ney7Z;{WnoEnzqj|>j`12a)jk)T%a$M_OrEUzjM7OZw^XI|D`BCigw*KB9@O7s)j>-kv;};+|5G@>IYUR12P``lr^VzD^5G+n@F+Jtn<9 z1DBDQaa2eVrV0BpwKMZFhqKJHinFB4oR{rfHYExYHDyEDi?X}LG}+J8fW$%XSL?4X zT0OqTZ_RsyNzibcgYHn?o4+lbmI*f_Xp z?xw0uA4_;87fY>6D@xyQ=5D_DmCaX`Uwzt=v}Lf&p={4q%vRyn>)YJ79Vk~W&o3X_ z9fh*SmSU zuk7*I(^jWdS6cUOuVC-ZdcXS42BU_GeVBbY`yMt%H}-$c`ntJEqp7s%!+zm@>4As? zea()|%`KWOWvy_lq;>LO!okbmcz@H~#%!x^r?;0L0*54r9)Fwo?e)V!hkK8(jRjGA)s@mE?T+gnJ{owmx5uTY<9o~R_aDFMOtW4%jy@0^J}bFDADZ}4o;+4JXo&z_2(l_5865&KHheWL@mKTr6*KgiPxFNmC zyZPu=`mN`;b8gSvS#uYCx8$DEy^8yq_ZxmR{jpu@AU!_nJv#7U!Gk+v+_5J=W&iYk zyyzkMVa0^bMDrutN5>|8Coex<_;~zD){~j1#Xl?mT>H%A*>}Hq{4y{VJ2n1X^!(GW zn_sBE*#FY*W$$#@^!-;EuV!ACyitF1;4SNI|GSuX6EnH*vF|HCn11N_81(V(r;JaZ zegpS}^ZPlV+qnP$00v@9M??Ss00000`9r&Z00009a7bBm000zC000zC0hG#(F8}}l z2XskIMF;5v1_KHO7nf(c0001lNkl}KVUhVcwN_sd5&0?(pwkST5qUn+gj{<8*UUcvpqfc zZ>$Xf000000Qhr5eOCUuY|kN-s{`n1k>Z&y=xmYV(hm3*!aeIM000000LOd)oPj8a T$p@`S00000NkvXXu0mjfC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json index e3205be336..d43294c8b5 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json @@ -1,22 +1,26 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..ff121a5eaebe5d837042ec465abaea23a66fc6af GIT binary patch literal 3138 zcmV-I488M-P) zaB^>EX>4U6ba`-PAZ2)IW&i+q+HFx$4#OY_{pS=rf&yANj$ONCH`wuq!n)d�R|B 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json index a68349917a..22d544c357 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "equipped-EYES-moth", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ec23b908b45f476940715f0b395eaa0fa142c4 GIT binary patch literal 3080 zcmV+j4EOViP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+HFx$4#OY_{pS=rf&yARj$ONCH`wt9!n)e@B?7)j zo~W>Y-Y<9<5G!z5q_$d!0YiLpeNDaM6kuEAR2@p!akN_e! zL{xA@QIVzyGAQ7HqeGFgB8r6pQL*a;8AQ}^a1n6@-c&M->OB3Xhm zR+Dq`EL(i`nPm?-^D=}y8Ow9d;$`sU+$ZCWITF5%kzg4Y=Lq<@GQK8bgLFxTK*n$6 zu^D_$HUKD++%D#GQ)Fx{W0EK`f-U2D0N_Z;U+~f|Sj^88%MZoQ%vvrIB&UcOCR|g7 zjgu3L;m^-a=ZnS6Fb+43BjPdGnHgCe;c@_G&-_^wd2Jc8B0JbPIXEzFEp5Ii)PG(4 zo09i-mR^K^?ioZM_`~*Bewhsbu%>0T+4_fVX%zrn>j6-^{fEt9F93?NzI6_LaUQyS zUQ)#3EN3gL+}vDC0iSCrFX-?3pALURUwqF}zTNNTVR-YCIFfWRLtZy-W_qSX#K_L# zaQO`8pNIG#2mW;)77_d;zKAcBMMTS{Odw2_wOhy&hy|HKhCukAn)naH{-oKtmWkT< z5zv-c0;M4uKz<$oC@K*k343HK(C>W<#zzDB&5O~Qn4SC2g8qG1xJ>@Y79@X;V@E_X zxDrv$?3(;q0yH21ML+}UKpW@-6Tk$vz!A6r58wj=K`4j>abPjvf)tPeL?9OwfVH3) zl!C2bC#VK>pb<2KHgFhpfn(q_I0r6)%U}fD0a7pyo`5Ov3d}$dgoVfu6;g+EAVbI; zvV~ZX8{`88LlICMln5n5LP!D?K>Y--nTj(fs8oB@tL${z&XcGDrdIuvg z38ukXun}wpvtUm+2#$mo!O8G4I3F&8x4@Nf1AGwfgiphl;1O5~KY^zafDjQnqKhyQ z7Q#kCk$5Bt5h1IP5~KoYK-!QVq#wD8NRg+=TNDOGMKMrJlncrq6@}uWmZ4UmHlwOh z2T+};KGapzC~6Az5lu#GqRr9H=m2yqIvJgdE=E_No6sHTv*;1@IQkU^gP~)LF^(92 zOdKW^vjVdjvm4WnIfWUY%#V9dk}jPdj&g=eS;(7ba1vf zUtBy+h%3ZZ;977ea93~>xEZ_>-VpDM55@EF%kgFSMtl!`2tSUWAt)1!39f`lLMmY` zp_0%>I7_%octIo*^@vWyaH4>?hFD2FL_AL%CB7w5NMLy&#jx zMr03iJXuWMLT)CXA>SvzQJ^YVDg-F-6jm$LD0C`ZQFx|^S2R@gR9vi>uUMgYL~%&* zsS;kvNQte)QCg)`qjXg1hSIb$RoO;4R5?R=vvP~_1?5K+EX9c8L*Y@1DEla9C}UKF zs!wH8xzu&kM(SDWI1NKHrUlSaX{EGpXoIvV6^e?TO0-IzN{z~K6)7E|8_@&k>GU%C zVfuCYJ5?=JPgTC^Ce=38E2^*6=BRn7@zqMy+SNwX-l;Rxebm#`x2boj-_t;8m}!J- zV#`E~|8t09<>bY`U>s_U847WtL zy>3!>U3ZRqgZl#yeGi^TlgEUosb{L^LC^t4d)BzcZGt`fY9xs_ri?BmW6#EjtLJ7uL*w`VG~gh(Z7JYV9A1( z1+OB#BFiH0M43cMqI#nhqZ6W=qhH5($CSrNW36IW#$Jlkh!ezh$7AE8xdr`1lgVC7dNk648kso~Qb!)}_8q3r*Xf_9;Ck zy*&e$k(hB*ND-z9`!cmN^D>9C%(IHKq|2O_?OZk`3KBJCL)nY6yTvrw&(wg#M6zBo zn&XyJlk+AwI`>GPa-J}6V7b}yP0J_pee=Iwfm*>`(OaNfu(n`yrRU1}RnV%Xt9n=K zuP$0WzQ%9OfwhFSX={Hdv@R?!e7P=WT~Co#(VC*M^?vJHixrAR#Wyy%Y^d9a+9=pK zxM}XDs!bnDcqJE0txGFP-*4t_zW9~RSCwCV+LE+ou*{)s&sNM<;nwTh+_xPlS1!*l zAKMka+N6C(tJD2RdP+?b5w~Me#vP)VST-jY^P_?z{eRWFpNR3xbd#z^errOuL zdAqOd@z~Q=r&U*4_inFX@6CF@`pyQUhKhZdeL4FcHbyu0f6e;3xk;m`wCTfs;eP3X zhy#7ij?K+2nk{9maI2(s@?gTj%inl^)7{2wt8b^bmmUI#B!?bmEKDc(k|2rKjV2%kTFe(>+#mT;+J#3Brk@6Q54z zpPW9Gb?WKqB=X}qd>G$kEdEWK>u?x-@j$UM4?7HM| zsdK=7pyLPoA36pd20Mowhq^C2UG5p4H+rvNl-blD1 zy~(@z=vMlz=eKii&)iva7k#(np3=RF`@L<7%J7e6jCqHHX z^nSePA^Bm&gw90sBil#ECVeL_KVJBF{7Kf6nWx1+EB{>k%;ed3zj*vIFcmvB{#^9@ z)32LfsK40%((YyNblCL$R~fHnUYER4e{uvwLn0FI1x$m*>D?gZi==m7*@$RRL zPoI7R_k{ENIiTCQ00006VoOIv00000008+zyMF)x010qNS#tmY6iomC6ioq?%8f4o z000McNliru=>rA>4Iibn2nPTF0EJ0JK~#9!?b=}x!ypU>&@dO7jZRZ_Oh+}<2Qrv} z?QYjQRyy7@K=??0kq7`dEHm4c&%e$7faPf7&w7s~mUzTgM(e^_YyX<|SX+y=O*e{} z+0LH(E7k@8000000Q|YBJ}W<6cH|IB?*K+xq&TGuMq8xl+5zuE_{q8o00000z?WY8 Wn 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 LNkvXXu0mjf0#N;4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json index 965ef0ef73..bbd576955b 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by IntegerTempest. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by IntegerTempest. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-dog.png b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc1c35560e7f85687d77fe8c055d6e37847852f GIT binary patch literal 3167 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 FV1h8G`#=By literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json index 2f5d6433b7..5f792205e4 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by IntegerTempest, edited by Golinth. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by IntegerTempest, edited by Golinth. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem. equipped-EYES-dog modified from equipped-EYES by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "equipped-EYES-arachnid", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..7be5db6f10ca4724c4e1539dce7a6413c4eea60e GIT binary patch literal 3785 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-light-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-light-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..f385d0bfc8324d4c7801ea1e8506b69874dfeb38 GIT binary patch literal 3472 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 WYz`m>flI-YL6oPfpUXO@geCwAQ!-=# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json index 518f3cb650..2dc8b5f33e 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json @@ -1,26 +1,30 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1. Vox state by Flareguy for SS14. monkey state made by MercerBray for Ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1. Vox state by Flareguy for SS14. monkey state made by MercerBray for Ss14. equipped-HELMET-dog modified from equipped-HELMET by casiliuscestus (GitHub) for SS14.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "equipped-HELMET-monkey", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "equipped-HELMET-monkey", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json index 6eb2417810..88dabe491a 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json @@ -1,33 +1,41 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14. Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vox", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-dog", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..790bc22e851873d963bd9f0ebe03859af5358b50 GIT binary patch literal 8002 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

*r4NhGuDXFIaj(AY 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 A&;S4c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..f598c03128920484d04563f1f16f428c6ffa8e80 GIT binary patch literal 11721 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


UGf`3~Li*KsR&06w>vC{vx~D)@DV;s&<=vw2 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-light-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-light-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..fc71090d1b889245ac0800451d56079ef177e209 GIT binary patch literal 9293 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-unshaded-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/goliathhelm.rsi/equipped-head-unshaded-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..54ae299c6f81d9be7596d30b054e425da68d878f GIT binary patch literal 3919 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 d00013!2=pq8It;Im~a39002ovPDHLkV1l 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 e1VIo4A%fq2--;JT4Au4k0000 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..d083e87fddce47d55d59a2c0f29378086c2491f8 GIT binary patch literal 3996 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/meta.json index 2aa3ba14f1..e53f56f770 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/meta.json @@ -1,33 +1,41 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14. Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vox", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-dog", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/off-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/off-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..89b0eecf1b96f6176dae72feec704d0d68343be6 GIT binary patch literal 10627 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 HT7>)`;9PN3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/on-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/security.rsi/on-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..f346449adab20ed8b31e9491ebbee752430bf1b8 GIT binary patch literal 10958 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..035e6ff5f75e9af22d04d0a3060310983e3e238b GIT binary patch literal 8489 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 XCROp~Jl2iu00000NkvXXu0mjf*{x81 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-light-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-light-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd9e30862fa91163e1e14c1577fd1bf00502510 GIT binary patch literal 9157 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 P00000NkvXXu0mjf|FgNX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-unshaded-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/equipped-head-unshaded-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b95d71e82f81fdfa09323152e030680a01f163 GIT binary patch literal 3918 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/meta.json index 9b960ec32b..b1d9f7ad81 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/meta.json @@ -1,37 +1,49 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14, dog states modified from base states by casiliuscestus (GitHub) for Space Station 14", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "combat-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vox", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "combat-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "combat-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-dog", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/off-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/off-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..a4962912d08fc94b9a5a6d760c8db6e06ebe5070 GIT binary patch literal 1069 zcmV+|1k(G7P)R~*3cF9pj&Kvg2E7+i!7Ut}ydECF15h*T+w zR9jI8JTNmv-J`TqhpJO$d9N~L&QK3kLv-H6lY(iGb+I{ArLO!iYElT?Y&T z*Cf5;uu|!L7Nq<0yZ3(g?%j#^13}Q_i_bq($JzhBUH^men)Cl>(Q{JVY*qp8cRHrC z+e*f?>%y+DD*;|PK%}L>VN<=|>6qeXvl^YVk+ga*Bmt#sVIsu_p*JV};qIN9Ch2i# zj-@#P?%fozu*_z*NyaA;0yP6r$a6Q`M%hhiZiLqBd*uL$Hz!E0S!V1us>e+dl``u^ zP_oZ7#nUwca>WuEpG0_mp6YRv8M}?t>Gq2dX(=QuAJb?x0s6m@mV%-&mhMR~x^V;7 z&I(`ceTQpjh3Li&y`gk-SZ&PMZ8)qp-7$2HfTY!nvUQKfZ!1*n`&5scIFkFkk^_LY zA*jb|_ooEY2NXZ-KJ$%MlVBmw>(DYB9%zcCYXrocZ7$!r&C=d=Hg>*dY419h@7yNl zZ0iZ9*^~N9ZiSZdJk2m;x8Zr3;Z|swC-s+_W9b?J4{8lgU1}LJtpImh|byi@nX*Q zThG_Sun~~XWlh0CUfl%lhGlZaQg`zDyED|We5HKuQu^sO6&OmC-{U4qH`ZnW!9&r$rY7;=OB^Id825A7sLyFZ5ClOG1VIo4K@fyN{{R9Ink1@fH&_4w n01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjfaVYiI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/on-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/on-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..301db4f8aaeafa3f16d25e83e56fcbed9721aae8 GIT binary patch literal 2081 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/on-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/on-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..301db4f8aaeafa3f16d25e83e56fcbed9721aae8 GIT binary patch literal 2081 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/wizard.rsi/on-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hardsuits/wizard.rsi/on-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..b7154870853a339b4d8128a249aa12be50a3b2a7 GIT binary patch literal 11436 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7dff2d304a275260c6dee65a42a085ec42ea6f GIT binary patch literal 7522 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%0A1LCOR zW$cyU7y1T+4ni-GO&txZ{ApEvB0g(nvSLEn@TFnZ-s(}|k-=$bbGCcPZ!U5l`$+TB z?YHhM?|R3w*Tn3OQ}}O&z}CQ|Po7UAC^L$T`T+ zOueJ!6?l>>a4leSG6k>SDo@hgg6?`vf(`nO=M9St8{19Y%TFd=wdbnKYkYOj8(0j4 zdq$k5gWJN|Z0rK*TUnS`{lP4j#;VCW^Eo9=4*}n7Zby;Rv$u>!w zA#Mmj+3|!-!OV+aYG%6X9kGpy&58yDM(f5FYHe+2AP zo3%xqN^M<(C&vcU>uKNK*BSWIh!{{7i2se0M~3$?aQd|iEMNMw_0M3yUcjH=C>YRm z!t^wA4zop_b4{7Yt?5AjPXVS+~>=OLGehx#KweHkkzxX z143JA8TOgc4*zoc0?lQ@IjIPtcWcLJdF6rMo2Fj_H*lZC;qeff1WNxeRdw+n^0!(6HLsFFS-t$f4cPr z6dfSEkqN+)zzaqaM|QCa8eb6<@cQq^yrnPdLK+IX@tiLg#@>_n&ed0)cH}xKAmiOH zr#i27Cmn8%vs?OZ_@Iu%f(1y-Th0?v0N1}J<1=z$kuza|zoz}6g21gNI#G+y`+#4k z6fb7OVKY*9RGYG+v>-ZGQIluyclnjn?8;$L#!sWSsl#=zUhj7fHe5mO52O3{#fIGP zRlRGU3s)A`?rZn|bO{-&|G3sTKyn zJcZr8@fU4^|7)?}e<;dI0crqH0H`PzRsH`6lCzw?8vuZ#{J(-qn}}!q4wa30$#K)0wd^vA4U1IpTFl&G+zx~LU$aWPQey+pBvm8c@ zh7c775rjr&#k{zFFw~qu93~07HF_guJ-s5JZ~5zzGFEYZTz@;03tL5tL#6+D*R%5B zzb^3W)|ZiAaf061_v1JdKGxE(6G_w&1FJ=#b2|)CaYxDh1Q9r)sH{7$0>t8LmNnpk ziU|DY;b~ zL0Ee1;QM39z1z3wOr;B`{}7|U5PHiU>kNh0;MCjV(_deI9XgHfMFlXr;?qF{{NS&? zU4j1q$~U{=!&)dEy}+%=JH{-k*QesB*C?IQC4{Xr#XdaM85G!*O@)SVIJVYiWbVNo zBHJdDyL2>=(RYt&@)HCvNb(;&TEA+~*OQc87X16>W~mjM apj#6w_0nhoP5*l*fV{MdRK0|0$o~NNw1D;i literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/meta.json index a470e00944..14fad20aa5 100644 --- a/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/redwizard.rsi/meta.json @@ -1,26 +1,30 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. equipped-HELMET-dog modified from equipped-HELMET by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hats/violetwizard.rsi/equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hats/violetwizard.rsi/equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c05eb82a6e59db30ff1cf6924245159b950e42 GIT binary patch literal 5894 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 TqC)cDF9YPhDoa;MngsqI`EQ8R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/wizardhat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/wizardhat.rsi/meta.json index ade65863af..03229e284d 100644 --- a/Resources/Textures/Clothing/Head/Hats/wizardhat.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/wizardhat.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. equipped-HELMET-dog modified from equipped-HELMET by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "equipped-HELMET-hamster", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json index b7dbbb8cd2..5271dd450d 100644 --- a/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json @@ -1,49 +1,57 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi. Vox states taken from paradise at https://github.com/ParadiseSS13/Paradise/blob/765461f14aa4dd4f1edc33242c667843134678b5/icons/mob/clothing/species/vox/head.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi. Vox states taken from paradise at https://github.com/ParadiseSS13/Paradise/blob/765461f14aa4dd4f1edc33242c667843134678b5/icons/mob/clothing/species/vox/head.dmi. Dog states modified from base states by @Aisfae(facebook).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "off-inhand-left", - "directions": 4 - }, - { - "name": "off-inhand-right", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "on-inhand-left", - "directions": 4 - }, - { - "name": "on-inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/off-equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/off-equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4310e3913bf610431c6fe2bb2d9a150a04a763 GIT binary patch literal 12361 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 z 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/eva.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/eva.rsi/meta.json index 89a026869f..d5d99ee1ec 100644 --- a/Resources/Textures/Clothing/Head/Helmets/eva.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/eva.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. equipped-HELMET-dog modified from equipped-HELMET in parts and collaboration by Sparlight (GitHub) and Raccoononi (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..812e61de4fab7db7e31919c005080377f242ceda GIT binary patch literal 10995 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/meta.json index 89a026869f..d5d99ee1ec 100644 --- a/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. equipped-HELMET-dog modified from equipped-HELMET in parts and collaboration by Sparlight (GitHub) and Raccoononi (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "equipped-HELMET-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/equipped-HELMET-dog.png b/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..7d885b4814669dde709b0d4ee3593136e6fea0b8 GIT binary patch literal 3442 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 U=j$tA(f|Me07*qoM6N<$f|+Z3>;M1& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/meta.json index 7d275df034..c05c227f8b 100644 --- a/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hoods/iansuit.rsi/meta.json @@ -1,18 +1,22 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Modified by deltanedas (github).", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Modified by deltanedas (github). equipped-HELMET-dog modified from other sprite (Textures/Mobs/Pets/corgi.rsi) 'ian' state by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-HELMET", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/captain_carapace.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Armor/captain_carapace.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..31832de13b9816320976ff060c7be8480098c1be GIT binary patch literal 10491 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 i=iUEK_D@w?-VsCuL<9su1VnmM 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

D@w?-VsCuL<9su1VnmM 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ȚDEfjh%b5kg_+ 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 HVbK2o@!Ty7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json index 15aef26a56..ece31dcb61 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab9fcf73da8e5f964c8990633cf589bda7e3282 GIT binary patch literal 13573 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ËTpJ+-Z%cZK%XaP1~{Ve18n=Lj`DK`B+yw=O6 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 Dq&WbM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/meta.json index fe0cc3ebbd..16eb661339 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/goliath.rsi/meta.json @@ -1,32 +1,35 @@ - { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "All sprites created by https://github.com/Pronana / princesscheeseballs (Discord)", + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Normal and vox sprites created by https://github.com/Pronana / princesscheeseballs (Discord). equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..e78e5bd0b2fefaa36914accce758fd780b6bd625 GIT binary patch literal 4552 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 mU&rsczLxa|Fc=Jm2mS+gaylzm+Ni1k0000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json index 15aef26a56..ece31dcb61 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5dafb3423d3df323a64fd2950c378d388d2fd5 GIT binary patch literal 4970 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json index a281023a51..52c860c30a 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json @@ -1,33 +1,37 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser. Vox state made by Flareguy for SS14. Siren Icon made by Velen based of the helmet's colours", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser. Vox state made by Flareguy for SS14. Siren Icon made by Velen based of the helmet's colours. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-siren" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-siren" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..e5490ef405d781d4e3c6cef5717ca2b2c6f699d1 GIT binary patch literal 4442 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json index 15aef26a56..ece31dcb61 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..86af302e537e6410f329b3fe67de7b032ceb9a6f GIT binary patch literal 9841 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 X_`v$U1Ajw>00000NkvXXu0mjfms&I! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json index 15aef26a56..ece31dcb61 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..c500c57e0982fb6ecc2bdd7674cab4da161c6a4a GIT binary patch literal 4651 zcmV+`64dR9P) zaB^>EX>4U6ba`-PAZ2)IW&i+q+HFzW4Z|P|{Pz?c0eps-aY&O&-Js*w#BN%mo`hd# z9X8PZdOqkjz+6enqP5kU4AP`=w?LDlA2ugB>;VbN@~KWI!B&EKc&at}KlOYHxa$^` zA0fR5vCc$`8(1$w><(k15pN;XLI~_c4uS4#rP_4)U18nR4E009sLW$ub6M>5wqo~y zc}GSv3#bo(aSEYZ0Jqj?O%`+5603|K`1j!W)@dRF^ak5WUD@Ja@bUlv3NdLzLr_UW zLm+T+Z)Rz1WdHzpoSl|;R8!d&htIt?y-<=6ij>f6Xi@@54ZTQ_E-Enz5K6$103tR- zRB%L5k){YTDBysjLy@r}iiH7DvFijGMAUI`6dRUFWUU$Bym{}eS9UO(Z2>7`&z9wUXbV-Il#&6`Y z8GKGQ04S2&F6MJnWNa;Ck|;8QE#r9r;7G||@X{|>%+C|c55>;RS}qbKr-&IQTvLXP zlM{>K&(BTgi^a?^4mXV>;xX8n8Ce|RasXz}{8imI52H3ZN4bfe_i~W zlJ|C&UW9+{8AKoW!}eExnGFE2re(F+`iE_46#!l90Z_aBhs|Iw0E)7{bq;-T9=d#9 zQpDmcXDh4R++0fmpKB>E=%LdZt9g$j;($ z`3&Zthxi`{{&gM}5&R^+h%b~yM9Zd3AWW9ETgVfL1(`yIK=_}U_z%PWq}jQaiQ4!P z(3V&Nr6C$XejWfQDiI(Fdt@un?|lo#M+5oIi_w{wo%_#%{(V=tO#a9gB!7-$M?^BX z5>d|Vn*3S!?g~$*UQipUPL&zMm zg;!4Do9IA%up=Rh?=qPj=x&RGBx1dpI68aT-2O}^E zromdU5o`ssU{5#*j)WJ%$?!5bA1;Eoz?EiTr=n?cd`V|I)p<|3Oju?MT z93~aB0<#&j8`F+Cg&D?-VWzQItUA^l>xvDRIYI4MQ`g1<+DyrL=EogS06Xii({|v`U^zjmmKqDIK93(F5q|^fLNk z`gQs{RV`IdRle#b)i%{Ds;|}NsClUI)k@Ub)kf6bsWa4l)YH_rsduU0(?DsMX@qO! zYV6TCtMPOWZH~(v?wpc2hv(eZgf-1HBQ#fN?$aF5oYvCT^3%%Fs?s{6^;Da#?V+8j zy+iwi_M{F~$4y6|vqR^k&SQoO!;_KDsATjprgSxR{dFa}^}2()GkV5)QF?`X?Rxk0 z3HmJkB>f%wz4}uIItC#I1qQ7Kw+-=zEW;GTU55RJuZ@h2VvIHzbs0S}Rx=JT&Npr~ zzH34@aW`3J(qMAU6l2OVO*7qXdf5y%vo}jIt1%lghs_<#1?IcWhb_<+P8LFo28$a^ z64R5J!)#@aTGB0pEekEXET35!SjAgyv+B3{Xl-wuZrx~o$A)4PXj5p@WAm%6nJw40 z#`fA=@?77!tLJvleQsxN$G6*KchjC~A7a13zSsVPgQJ7Uq0M2^(ZDg$vDWbhi^d9L zZDyT!LOXdmt#&%*^w!zIS?qk+`4<X~g?%562@eae34a)26HyS+zks@6$%2*z zuOhu7%OdYYnM6sVdZQJi6QY}=U&naIl*dS8tzuWkUW(I*6U24LW8oFzvR(TOpMEs5_rp_~TJ^wNN(wM(bCZ0;`Z z6P^ce2XB(^$}i_nB)KM)Cp}7bP2Qe7nc|*Ok@8f)7E}wKr~0SXrM^xJP1~RLDLp2= zJp-4Km~m7{5vB?IGPN`FGKaIwvx>8%%bb_(Ts9>N5;bK**^9Ef#WdN^)PTf9vR*Qp z{o-l7TcBI8wqSIn=gRt3(5j`YdRObO zE?Pal#&6AmwS={4Ykw%TE-Wv6xh`g1Pmxy9nxe7we(PI{6^cd0H#WFzsN0CzDA+i- zY3`<~O&?2mB^OJrODjs>Z{}{k_?699m0x|@lC)*8%%N=0R?Jr6*6Z8cw;d=~F3&F? z+a9vLa|dHb$&Qyhm+ZVyVOLSNi?B>BD~Ee(8aT z1AWbo&CM;EEoH56tE6@EV8X%6-*|u1-NtOIZ>P7H9s-9XhaP{M`0e$>L5F*fu#U8S zXZT%h2eqT56Y5;vIn|ZYCGC#u9zGg)w718lr{jCe@An_mJyvsE<#^c%!il02pHAkV zoIaIx>gnm^(__6$dheWxJ#(!uyl?Pq(Ao3ne9xWf_v}A;-u3*k3(gmgUSwVDy5w-F zbHIL};|Kd6ItCpEJBJ*Hx-UCj?irppeBz4xmD5+fub#UWaP88_{E^}7QP*$YNVp-r z$-DXJR{E{yw{vdK+*xxMeYfPE(!GlNn)e%iH2tw%>L5Kn>ODH}V8MesW8ASPKV|>) ze!S=*`C-L`&P4Mg+egPHeJ3wJUif(YN!F8@r^P=j|6Kdbc>FRj6+1QlT=e|Y zubW?}zu5oM?q%Oa`>5Mr)K8p}his~Z2|Lsfs z_@|$dNS;7S-ON_<{AM|)>~}n$+sQ8lhL|j^a!u7abLNa`U)NNf$f|I@feip_o3)`|BHhjeyr{ zgUl^0Aw(1a{n6h65F*Nr#YJAP4Z0d{-=QLeFoh5(_=&`iW5_b6zVU76`NBtYL_{2; zyoAXnQc9$hO0N|6r(QM_=9+V_R~tlQN63Hj4zpkXHM(}6XgKIRFDhef7H%p%kARVp zFe|w^0M6a|fcHMW%DGz~0I-sqV`L=U7tg;?v-XxmVhVt0IEb#@?@-=;Zujr`CI~P! zIZf%md4AEQ{mUScn4(xL5%6tMm#YMPv?=cf-+{t$(1#ELA%wj=5JKP|+!@ZVH2b4{ zcmlaGOub$OV7)m2K)qf?ZVW?sqCW<(6&imb2EgdZ7ytuowcXp#`{Mb`H#^#%G}iXj z@6b!2@@P#NjmAvd<5J3Q8)aMnUMjy@zN`3hx18h67mCuX>$Kii$^|Oro&J5<18l`N zpEUP;)-RfMo#V$(0HA3al{%P;6~wWTA!0Er`j(a!`|~EKs;ZJqCe2n)cQb;js!Bf$ zuv)&WghFA{Uh@E>pfQ{A1DH*Gv7i=9bXWXO+WAuB^bju8m9?NXHKH3 zYF|$P8%@)=vr=GYI^}pDpr9`I?|%U)bqr}OG_#@cP#Q`^Xr|HM=x;;QG{@_PVJMZ# z17~k&HAG(wV8}9NL+fa_+xl$?P1C4U9&~QfUD`Z6JUl!+JUl!+JUl!+Jo?K)v$Oy2 zxqM%B$N75Yk?Qm5FHPv`^XZ;N!M=YzJ(fIaUi;g564R&n^gsV#I$;tXJVeZwCnBI5k~-C=(CgY#4$UuUJLaPn*4p}4ZZYu~-j=jx|Q zPYp1TJZmN+5de-(Sm~#=H3Ps=J{GhRlv<;~AMSmQVHirUBJ4*m9%~!lHUhxdm?hWU zRVyK?8U|bHzYlMK)91c#0vP2b2#!5EDY!)G+B(M@Wm2!c4^|4b&@Js_7I}#%ni?LiR0G1Jih*AO~ zBJLQ){C73YD9XmE8Pe`M-)-g7i8z`z z)HQkH>OEj;HcKf#?+DZ?oL#jAFf%cRA}A6-}Z120FBLcS9h#8B;2=HV(yi;w~mQp7o;uKXY4Q+>CfSuZbfVqK`Iz|7%Yld$4 z!$hP`z-%C86Cnik+I=U&TIX+dK&$ryJh7H(WTTt7R2Q@$;cT=%X0y`xi8XkgL!cGj{nfwzPU&`p+ujE#sLP7$ z7okWbV(!kpU%hrk*-OZECFqm7gW@As|UU+S%R@tr}c-qU@ zQ`6&aa__mt1tpnGI&}iZ0eAkc%dsWA&4xzq85JnI>jzwIg59u>kNxD}yVVXH7B^$M hsSon-@bLJ`^FNpPGwMCm0ha&(002ovPDHLkV1jW?;+_Bi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json index 8acf2ddc61..124a8a0b8d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7664a2a78e62c642e38eebbd3dcab8f76936c3 GIT binary patch literal 13223 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 Zfi1zU+Ikha==aT1T3kV_RK(E#{{StG{H6c^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json index 0f941dba75..c001611aee 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json @@ -1,32 +1,35 @@ - { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Original by Emisse, modified by EmoGarbage404. Vox state made by Flareguy for SS14", + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Emisse, modified by EmoGarbage404. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub).", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..619c6518b265bc3b9ace77a9bf00a30f3c51985b GIT binary patch literal 1965 zcmV;e2U7TnP)`(|gvH(+97Vq#)qVq#)qVxoibP*{1D z_IC01*ja^7-cnFd_~b3+?Xj~*vTHGV!3S2Wve-AkK+o&^`J2Cs>wk9sCrWPZ5hE)( zuI=p^9#=1#z#}U;7W)P`)p>&T%`Nd6Ael|;wr|MM53E)t7>)o?I^E0q_70~y+~U>u z?J59rI&~}}X!fVN>SPN=er@xKw%^oCgd{&-Jh2(F{{tfqygBs_aykXTy-cPh_oal1qOP3L#`*maV5sguW-qPoY_eV0Ce?_K2| zU;K#=&xOerip;r!+<3OjK+o&s)*cbJJBU_gLXw|sp~&h_jBN1>DlKgzu=o1V_;9vjLJG?IY(~Y36pR@9QX^TLg8n~m& zNq(iwb)S{b?(G<|uUi0sM8FLo(mWWBKsu$qR%JH4!z2RgU79m8uug*E2y!~bhIg3j zJmmeAvS_>Rv#NfPMq8=$aHM50T9xsP#+X@3AvXk=7>ZC?m}SltJoaS}U}7lpg8i8# zHA9TpHJ+Z|}m9T)AkZ}=JD@b{4Pc(_{ei0`)CuW{8qfXCy(QK>*SZFE>e z_HO}6Pd{6gim?BSz*#Dl3Jy3{`z9tPCMG5(CMG5(CMG5(&xuIA|COq6yKNc%Md*Kx zw)}Rdm8`dGH2_kD)noZhP`mRTPA6cj4E{27XFx>iRZvj&zmA8(%1B)yF&X26&A|nm z<5;FcMCw(v@e`9VM(TLhG9e=M zDnCE*Ls5|Vbi2Sv~eH7X0U;u@_i zMt+%*xlR=jKtl-P#ZwX3=ILF&Sfhd*{dktZ(m-n2f1o z1>B-IdXVioSCH;ZiFv6L^2@^SXjLX|cW~wM`2$6GL4Yfl&nuFxQ+%H4stX~yzn=F3iZvFc8wPV*sj&sebO3KWnq?yA+_on=<|}8j0qu{#b_2R zZg+71_5*TjkB+onC$niwZtW5GZ$BVzceDi59JCgAVlpNUOlYP0W_F*{#6$T|0aArk z%W_H00xc-dXsl(x`?nu(Zg8+g3_u)`(s-5hKWL1QxqE(rhr4%8_&)pt1xbK{M;#iy}2B>0fc!!x;N)fHf?0$9Y zm3C{%Y}&H>)h*$}hId#5)g1J_Oos2Adw_acEF}4b56!V0#DT@phEj^OR)od_g)TMt zzy9r;=75wypH~&5`JhBqW;(yqmQy0v_Vz5~ca%gxW@f4BP(&s}pwCNwrA#uLwj>(` zQEe9(t;%9qUheU~bW@~zBLp0J4Aw|rqiDx-L48IYwy`qO7ry6zfn+vq(RP71txv@i zc-6i}x!dCx_5be+$Vgw%c|Ks_$3Nm~xlA`eVYO|2_0m1i$5p`V^}^!Aw)HhJF){hS z=RbB4;qxKTE5`r;01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjfkebY> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json index 7feaeab5c8..9e60a70b9e 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json @@ -1,34 +1,38 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, equipped-OUTERCLOTHING-monkey made by Dutch-VanDerLinde, vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, equipped-OUTERCLOTHING-monkey made by Dutch-VanDerLinde, vox state made by Flareguy for SS14, equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by casiliuscestus (GitHub)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1d4ee6e799a3e4e836e3a5080add62389a92b9 GIT binary patch literal 2015 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 RQ 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/wizard.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/wizard.rsi/meta.json index 15aef26a56..3a1888148e 100644 --- a/Resources/Textures/Clothing/OuterClothing/Misc/wizard.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Misc/wizard.rsi/meta.json @@ -1,30 +1,34 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. dog robes by TiniestShark (GitHub)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-vox", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/equipped-OUTERCLOTHING-dog.png b/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/equipped-OUTERCLOTHING-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..7f255710885739c84bb32609a13628dc1a25c7bd GIT binary patch literal 6114 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/meta.json index d57c3cdf00..21aae85629 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/meta.json @@ -1,59 +1,67 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon", - "directions": 1 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455. Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-on", - "directions": 1, - "delays": [ - [ - 0.2, - 0.2 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BACKPACK", - "directions": 4 - }, - { - "name": "on-equipped-BACKPACK", - "directions": 4, - "delays": [ - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ] - ] - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "icon-on", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK-dog", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..cffc54a19fc239e3428739b229fae013314a88c4 GIT binary patch literal 10718 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..96ca985b87a33ac395ff170edf2222ee1f2a7714 GIT binary patch literal 11246 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 ZX&Gzvol*|U5x?p}QBFl$4~>ouUHLA(E2c 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 G@c#p6f;6cB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..6206f08e2b5e0cdc4ab39514256f79229b3c313f GIT binary patch literal 11017 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 G@c#p6f;6cB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/meta.json index 2adfbbc375..20c6ca8d87 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/meta.json @@ -1,85 +1,101 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon", - "directions": 1 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455. Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-on", - "directions": 1, - "delays": [ - [ - 0.2, - 0.2 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BACKPACK", - "directions": 4 - }, - { - "name": "on-equipped-BACKPACK", - "directions": 4, - "delays": [ - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ] - ] - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - }, - { - "name": "on-equipped-SUITSTORAGE", - "directions": 4, - "delays": [ - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ] - ] - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "icon-on", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4 + }, + { + "name": "on-equipped-SUITSTORAGE-dog", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, + { + "name": "on-equipped-SUITSTORAGE", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/on-equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/on-equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..2e68fd90c1c092b009a095ff3f0f4c19e58061e4 GIT binary patch literal 7265 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/equipped-SUITSTORAGE-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..a0717cb5986e4468ffce39f6a5ee613b9ab82076 GIT binary patch literal 11354 zcmeHtcT|(h)_0`$CZH7Q9VrPVA#_5ANSBU;5PB!{D!nV9C?FuxK?J0CQ0ZNI69fbV z0cq0li=K1OJ$HTYTHm^BeeZuK>v@uA_U!$eJ-^v|*32`B)xM`fN<>ct002nUR26kG zzjD8B0zAxjslEFr0D#ihU*8C=i|}D_^KiAXcS5nC{oGJ2C|`RU0Kj){CqpfTvz}7% z1QMC_`1!+COVM#sbfC1#dPPZDCOnp*f1;~YmWv{$bCEs8=4v}<{xUpdtZ*RWxkf3k z`6aQK{|n~MjMAv-j~ONT;I%=_o#7wbFNJ*L?zA?d1tALQ-!Wk6v!`1@Pck&SBYAlif7>kb*>nhPVtQqB-5g$F0Afo~*TmZvwh2y=$6 z&!N^WVD<~&jkNmfm5P%u;vL&y`X%3#Q^%ms@lzXz3)v@!p43XqlF=6@CqqT#7C*PV zcD#a`PIvY-s2_|BP7Ak5Ur=>bW}jT$+K?R+lREo>&CuSmw^ZlO3{LutO1`-4d_ENf zwekD87?2h;JjiOI8o?r6;umQBVBmY#FzaRG-Tlg6pH^WT@4>uRwu3HQPy(dX48t|@WcHUM5pDTQiHjN4-_|!UUHPUwc z4eW&2us*ZiUREprclhR5s_$?Ah23eS}*6=K%3$RZgX z#(F4_n!p|_t3-h_YF$mC_CV5ZN2QoOP5icE61=1{PC_Xlk)cd6{*x5KWY`qF@_&Z>Fpp(7zbBsPwY(zBCl z|24tm(R;w=IMPmDkGNTbJ4%#yl$E=>HOpcs-&MYjpKt5hmG)?-0pA>O?Han$SxZnj zF;pC;XkuRd0iP(`w0{w^Xuy+Wk-fEgXprGv5Q{q>a&g*Tqn$&BwLW68HYnbMSmF$?+&_>PanoQI3;N@d`cAqvDyZD8B7|Qp3;9_-$o}sm%lWh}de_{T@-nd`ncF#bm|cjew;t zZX9)>n}dL zcGdkl;<^EHWvV^Yh$p!{(5R{NX@M_!T!h0RtuJO|05oXPRk>p(_c zs_tB@s*MgP}@(52hV2tU%sE*l^~U7?pSuT}vD7fyvrh_M!2D zgS&4z7f5VpxMGwuVje3y+}tEV@qjZtw%j5}zko>T{=+p0|KnK@*5GONPqPDXE}z^F zRlnUv=yYmy{wA541shCU0w1TImK&GKGqFFqO&1i`G>A=(WVl0Szu2SW>=f$Y>iz_3 zs7+7e%DWRWfMha#3P0zifYfB-`Ri5ozlB?r?b7g2_^4=1;>x9cG{$G8^$UMbldQe< z!_Uf_xh2l#Lz^-I=_9>`ugdr@_Jiy#wC|Mp4o~zMy{_^U!&*#yPu&7vpO7@shVhpe z-0dUcI36cws6=gOq??5est%D@Cihwp*21|;aX8?YJ>JC2y{RbgFd2~X2e!QGX!u#J zrsjCP{MRo9u+)0b=dVLg`;XDQdg3&XdECy`S9Ry@o?20rB{4lNB*P|DDot%z-wAxn zZJ^oX7tUv%%-2wvbtR8G_q^3C6>RePi6k#+?J<&p6NbmOPMb3$4R`22cvy|?k41py z*P*Fi|JJ*R%u{%StixupB-UMkSAbj0%(8xW!hWOo? zZ=!#g5pNx}ec3{bqAvTS$&zov4Wd1H&w9ntK?{7W^~I95_(gmX7npJdH|f@Z6PRgG zPaBSO7v{Z_M7<+JtUh8VQK~OG9$ZJyB)Oe#+i4Si^f4h+znhf*9@r8X+xFSpv&in) zoU)7=d$g1NT^YwCYxX6pK>bCzH6IncD3G3t~R4*y2_Z;SWn5r>`31^e-N*IvXiR?CKpdut!2Da zs8%`j_mDM-%T=TqaTiRYAsHwKzrFdC$c&MIRgdgMfc&K&`%7OfJ=KGI6U>KbfP$UR zy*U2r8hrmUT499%19rlM1epj@8G>#iHMCd`E8P1_S8lH!kKXhmXMlX3bPkTUj4its zHqogpFEN`GEK|8>?o9Q*w$GG|S{+Y77BD37yYC)*Y`vII3Z-C0Np3a<#^;fCe zUn{QGyLb)2vnbrtOI9P&`(KxMiyTr#^aYtM^c&QehJ z;8l^KMEZ7LzkJAi%a59;kSXmlQNx#kIJyn3IjDOZX#Cv6n0kJzd_BI@c!qN=GjD;Y z&g=nmpI@BT%5CE?>bX*zsfS`i<>R5GTSjpN<&byg&-*V2)JR`l$e9}eQIr9=UHj*J z4RijnrcZvhh&MdCl%$hqjbY4^PS=z@#nzxvw=po$)ny;GPKgROk=0z0V@by041}$h z9y z$;8{=NlAlX!3K9opF1o?(y!|rH20eGNW9piH<2+B-GBY8;o?45N#w~&{krEqwx%jF zAZxCjL-j{ZG2iIrlbX|?9iKkqmYwn%xp6O24$(H_;Iz?KezSkHG5TY-xja^MdTRQ< ztvf*w_O<$HwU&jUveMI1u}uH{P?F8ca&~MN|AN+2nZChC#wR(_*CDy>hYBI1rBCCb z57}-w6>kdH1Ki6(C(p=4^ZAU#;2~&2A7Maj4^$x3O@8nQWIyf?;a`3 zZ*q>`F}R^p8Y^$3AT=hy;ip_W7OMNXOdlnyALD$y`!VN!Z_fSV*{M2STX1n~*AE0` zHj%or>?YYe&YGAE_08MgF{`br2F<^0!bHyjkrqhu485d}FT^ubqlY@(SEkP4(V z@$n8N=c)^j=(ORU&^tza@rm6~K9!$$wqV+s8*xeN*x7ke)Wji>bMiGh*3SLCaIB_l zT>KB-JZ5ps>MM@8-O7dt|`kJ;8QCdK_^8)_Rt0=WMZ8~eQ!nX>m9FmeH!r@VO6$EK+fPy<(sVTQuGM!of|-!E~@~$j`u+=wgjUGzE@1b zlc^`4n7{H36w|-Z#>yW-4k@KJ6j)p&C{I|9KHX2DUHM>@ZJdU4R-EEG(xH-N4!fNz zD@7VuEhecHy8BQ(Q!s~}sc~lPF*@G13N9p399?Il!26N>picQlT*>QKyVE7-u+r&8 zQ$AvU!OqbF)^EvKn{&h7#ohLc3EomS73RW^7{siy?JB6UY?ukxI*e#`7d2RTJ8n_= z8tZDH+*NgIWmwxjnZ-Qy7c(%|ga*w5lZT7t2CIa4U72Y)`a+h~;~UL*B*|JRV8?4s zCULLR-o4~1O+85a!H$)Z=u{Q;E&v>1Y+O6-sL4BZqG~r;At>GEp`6dy7 zq+G-ptKqPP&w<~^ky89fiN>_$qnolxk#EW!T&I|~-|)I|!gOb?4RfOuw2_Zql=s>& zE{SUCPI3&ZhnfP|d092yxKk<&(3}TUl+v#b%9QZEImy7SFm24DTP`UTM5q=Ku$9rE z-*AU)z7OQLxN(pVOv2q%)#!Hwt4V{YXD0x2+JF9 z#T9-QoZ)e(8L};X*|kmJG4a5se%Es=%O-^0isT)FemLM=CS3} z{5Roz#!4*qycAsp)6h%%`lr(_Dn`^)bDt+29IX+TZBgROTbxIDIR?HQ5B*z{l{y;u ztuyeTuhMhuabsBU_*u-`9Jaao_R7Qb`hyou`-G_d)?x0xb2QAKu^;UTM{!~GzIuLP z?gMQa+i?l~`qg%1!KTDEXR8eRzBv(}$_zV6=ck6JuML>RxD+30oMq@_%4K4gEFr%I z!|1=2mv|L*Chuv9D8}hF6w$q^|XVJ6jWw+->YreZ3mb8p`u==118{omYc&3a>7k`fn+CDaN8Y!e`O3hYAFr zZA9o@l(xraUE}Ctv0XT4*R@nk(uzwp1OX-Xz5X%DG?pcT$m4dL*Ot4TmqEltcHfv| zw79j^ulJXoqEO$5?XgAtBErVeifmfr6cM{v1C9x=UDWnN^Lm>CSZ+8d*XXuxIDNvA zpr(4ALUpF*G^Bs;0a$UoXlkHQPX0xcUa98fpeDQ5aTcZ6ii$xM#ZX{jW8aoH{2PL% zwjgG)S8`e9?FUK~u>ZVO>}=3Y#V<8Yv7@kty%?@!_;zha^fuiqI|}uT*4;SO3WZJS zvWWpo+9$6TEcLfe?oixNAfYb~&(aaN=2&zne5zROHDngRM`tHgq>kr&c z95IF;H}7_+j$YnZxDD~bSJz_Pb;z-N5DC~Gk!7d(p*r*;6T9FQmAQM+miWj`W44m) z2VV}GZlGZ`%C|SkeF+FjSaUylfD8P%U8WT`!19_RSfo5=xQ&4KE>~VIr@;=gE7A$R zLfelFt{MwR%w_l9O_*bg@atG8)objYrBG`&+HxAyy%{WvDn!do zM|HPKGtrPW8g>WBi_51gD`nS`ane4|mf2p|b8UJz;-{PV(SfV72p^uh*|RDDfCy+0 zgK4Y5VE=jtgL(7vA}h^DUvHK+dZZQHs+~d+_hi)3P8Um+v{f}(kPk>mq2BQrz$UJ! z@204eTu1=oSq{yEC0DV6cFbuVS+v~? znrZ?(z6{5Gr)fkON|I|t{duD+CNbXD68{FtcL25%VA-v@T7mXd87mzta3;Yi{pRVd z)+RERvkSg)*@RBO&zvWX#%w@<_Va{|gVR|vx?6n^X~P$s^;&(;>qOzh!s^3p#$llQ zsh$USO#^?VqsS!=K@n1P1D?YxsPAhF+^dNaRBZ{#mUOo^2u>S8ZCuE3v|5y0x9eIJ zUEn=&08h$-;JT-twUYocg$EQSu<8d`R_%N6{iBf4;Kh72r%doiXEQ4}i_cr7^XiGu>M@$r*?QMA%utxs7Kc#QZWd z<-|M9A|hm$PLcWa{SU+7bW%WNA*y!vJlffw24KE@L%aDZddN};5cjsti!8{UsVUGx z_ruCvTmG_z1v8BsIgY$Sn|tRuWFfEzfg`$Yi+f)XzK5xh6f_WK0d}$RFI4={JG|m{ zMzWq0eaeh~?Zre(dCAchBlJW`aiCC>MKi6|wD)EVZn{F0+-Xk6Df#>B{Mp8|*tt{6 z(KI8h0#mb7h&FfxTj*ujziXy0i zN@w_6#-$0CC<{PI4tqKUCkDse61W^j{rH9=%Ps2A+LyPV zgq2%z7vp)oq!bMoce{;#h+Gzh;0rz+u*6xop({+59m@NiXi$zKBC?l)MmHMG0_$ab z8)@{IVGSD>MybvCgn$#Kpo&E!xBXJLn6Wf!E7xYzbdv{7-vl6q)xXrSqdKSY$7dHN zEbKI?q;$fqw$y?UBt_in?E4OaFbjs&cRY2&4y4$P(0c!DnbL?z_F)laC2ri3dyz8V@E-UOiULg}*N1(gk7W{%$3tlp$Nf}GRfh36s@fJwJQ zG#R;QsNISk+Y3cN7aTyocAFIt265kcNW_sTPsUy zpRzT%hm^7ACj}R-9M&c7cAb}eMtnFt->L8OPw=4m%yfJUV+=+0kMzx6Kd&&#^;L9N z-7lfC=u?d?|Da=1pr41<{~GnN24pa+ETJy}^Q-oVKfwK>LVdR@W(D?HCywWW$Cd}F zA5p4>(rcXXno!;{-hzb@&Ls^5473c|wzww6C;3Y&CfAGoiuWhgC*~%VCq9*kOax7gPt=$Alq`+Q**~|B za9nfvHU=r%N0T`x4KVJ$NRf!%SeS|s8xmy~HMH9uXB>So^>ON8y#HhAM`+%$e&(B< z+^o`8*hR#Td@_R`xXR0F*hc;^GK%PZDrSvneFQ8-i+NpnaW)+{g*S=#cl+!3NBZyh zpBxdM-@W3vx^v!ou7?N3W5vV8E61xR-H*Eap8CCc)KyePVnU)-g7|GOI%&{-5i;Rn zu!~rmqk_0Q*x2TyrNGIg%rsz0}LcFl5GvFF z6Cs^#vV0UI{Upl0q3cIevz^A@0%y){-73_`(1;(%^Xoo5J*3}AY}{(}FxxgSa3QHz ztZ#ME^)dHJ3JAZzCJ!RdR!QxNC@Qfn-H;!#wV1MCt01eGcC!7U{)5-`!~96|hk()O zm78Dmc0891N5Hf7lRo_;pIjrCctdJJ9{&{o$#BEu#zN?NXo*};$J2*F^7$`u|jq6R^$*AT|HPGSDiob;@OUwI42R67z#EU|F*eHbarGS z^n>DC3sA;tnqKN57Z`e?n(dJ->}uIKdjKEcJ_tH&w|HpMX+CE9(zLS95?!#-e{L{Z zT2SV1xLqM=BHh;QI`ptMqSoFqgr`REu25j3ppCg!^8K-lS5?Qs+otg}aY|ia@dl^j z`ItGL8AyZuZeb~$S;Lp}mPWY-zxtBvx=Y*X(;>sB4}#`WYEYGfxlSYZ2k(EL+MZvi zzr$lFI3mP6&-Av{6CbJ4m-I~X*|!#LgrQD-e5J-)4HG)ES#y+jZS7W&m-?}4q9Ht> z+-9e6Zo1j8x#HXY%=rBx14EM&mkP_hA^-OCVZ6MkxS;1j5*JM3%HSU%L+4G6YI!9! zU*89R4*vQu20LgdX=q3wLjYCoR+jH|VEL|dV97URe6ic9%(bZg8534CM>JDN=IPGy zd->>qN0mu6LAIyn&iJ)?`8T)BK1obI{m8kKw9O<#?^{#fQ&6-TFtB&RJT86T)9j1y zEaAJ@S2uI+t>?UudFr+G_3PR=vQ@)>??tS%XSq;|>vyNo*~5*%k*u#L-(>wh9bZ-v z58q0%ur~kJwB}ag*%AD575{=6igyQ3GMX{ENl4Osmo6I|xDt2qblkADBDOEaX7K}Y_1=X)*e{7Ar$T(pL7QL!6-(r!L*^-8S zx9kj;L@rcu%c6cB1-ERno*}v-h7}Ll=T&;Rg1CibElzze)uvL@i@Id_f0|tkuFd+i z`(A>CX(Yw2&5ka|D>5Gxx6l0ixQp6D&m3JD(pA`4JZsSj@mv_Lu`aBe*6M>FO+quy(aV3Hmy_VGj5J z04Z5tHw4lVg=Vor+1k5Ev+Xsvv$5D)OS2h@!G+;&FqECWs=o(H&;Oo2(%%s&Va+Bh zLnP%3#Q->?&eatzikS@y8)yo5kQu0Q*pxOTpVU7ID z-p$Ly>34UmkwPdZlru)v6Vod2KbllggKPg~@rwdmduO-bRv5DXLlaZ}OYwhn?YA2k zEjS#i=!*3E)t;K7G}|vgsI@E7-WvM*(FOtpAyLBO0tj&{uz;wDm6d>mgou~`NW@A^ z9D))S1A!oagHm(xL?c{~s9#VRa6x+vju==}!pa6|BOn3>iwlSXfuaHsYa5UNP}JHA z1VI9AP)N|gpuT_N#H0UmCv+F`a_KF_~bEKqC|pXcWd+7$gQ27KZ{M`am!g2!slQ1u#Y7 zzv;VL+uQj4zqEhFJ&V*IgR5%qiD}>Ox9E>#&_lWZQTn6kWdA!0SXh3?GZcaRl_k<_ zo(ON0^>05hSbtO@?GP@uC`{u28EOBL+y4)PE^K3EZ6$1j5P$$}kOHE@AW;D;q%}go z8iW!?h+-(Tw*G^@ztBBhZO}dl50tzuCKNGTVFK|tS1de#4hipndgEh<`o%YfG7Luo zf1`{|=+Djy{Yv$J^;Syg|KdaHx5D4%28`VwGR&NVnZktrn#2C&3*+nm=I76G_}^@T zh2@_{{wsd}q3a*I{woIlE9HNp>mR!QD+c~6<$t2<{~KLI|K0_mTrevjAIu&{FnaI> zW`BfdrJo(SDkjXePXYWT1F#*_X;A&d|otp-=Z|B6R-ix~f#xaWHS z0Bc)KQC|Po-y`KU804vYewN`SXhy0l_O36>iz}eV*ldoeiyLRdiCPse0n!B0CjqCd zA2L;r9biI*riSqEEUyBLXJODvPQGzidZh_zCdAnEAo!Vi)a+UNNe-BJz%-PFAne!W zPqh<5Ci857&~FctG-ZITIZh3*oUbeNaM531Usuc<>xe$VKK*fwzmS8M(#OG7ZT!NZ zj35l~6)ZL=q=`IPCet~-c*QkxI~;L4IZTWMJE5wOk}rjsnHe8R(v0sj!@uMJ5KbRj zDc0?@7AFS$Dr3ZttCYv~9JwE7W!-^)X}LF>ahn?8cE8-p+Xl~eaw~k_JI1_$MgR3$JA94a0(pxzg@YZb(zoKt~S-wL|k130UYL+-FrY3sE<=0Ud{{~eGg(z z0FscCBY`-KS)i`Q9u5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json index 00e4504a32..002b5c23a6 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json @@ -1,94 +1,110 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455, inhand-left and inhand-right by SlamBamActionman (Github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon", - "directions": 1 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455, inhand-left and inhand-right by SlamBamActionman (Github). Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-on", - "directions": 1, - "delays": [ - [ - 0.5, - 0.1, - 0.1 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BACKPACK", - "directions": 4 - }, - { - "name": "on-equipped-BACKPACK", - "directions": 4, - "delays": [ - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ] - ] - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - }, - { - "name": "on-equipped-SUITSTORAGE", - "directions": 4, - "delays": [ - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ], - [ - 0.5, - 0.2, - 0.1 - ] - ] - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "icon-on", + "directions": 1, + "delays": [ + [ + 0.5, + 0.1, + 0.1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ] + ] + }, + { + "name": "equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, + { + "name": "on-equipped-SUITSTORAGE", + "directions": 4, + "delays": [ + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ] + ] + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4 + }, + { + "name": "on-equipped-SUITSTORAGE-dog", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..a0717cb5986e4468ffce39f6a5ee613b9ab82076 GIT binary patch literal 11354 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..a0717cb5986e4468ffce39f6a5ee613b9ab82076 GIT binary patch literal 11354 zcmeHtcT|(h)_0`$CZH7Q9VrPVA#_5ANSBU;5PB!{D!nV9C?FuxK?J0CQ0ZNI69fbV z0cq0li=K1OJ$HTYTHm^BeeZuK>v@uA_U!$eJ-^v|*32`B)xM`fN<>ct002nUR26kG zzjD8B0zAxjslEFr0D#ihU*8C=i|}D_^KiAXcS5nC{oGJ2C|`RU0Kj){CqpfTvz}7% z1QMC_`1!+COVM#sbfC1#dPPZDCOnp*f1;~YmWv{$bCEs8=4v}<{xUpdtZ*RWxkf3k z`6aQK{|n~MjMAv-j~ONT;I%=_o#7wbFNJ*L?zA?d1tALQ-!Wk6v!`1@Pck&SBYAlif7>kb*>nhPVtQqB-5g$F0Afo~*TmZvwh2y=$6 z&!N^WVD<~&jkNmfm5P%u;vL&y`X%3#Q^%ms@lzXz3)v@!p43XqlF=6@CqqT#7C*PV zcD#a`PIvY-s2_|BP7Ak5Ur=>bW}jT$+K?R+lREo>&CuSmw^ZlO3{LutO1`-4d_ENf zwekD87?2h;JjiOI8o?r6;umQBVBmY#FzaRG-Tlg6pH^WT@4>uRwu3HQPy(dX48t|@WcHUM5pDTQiHjN4-_|!UUHPUwc z4eW&2us*ZiUREprclhR5s_$?Ah23eS}*6=K%3$RZgX z#(F4_n!p|_t3-h_YF$mC_CV5ZN2QoOP5icE61=1{PC_Xlk)cd6{*x5KWY`qF@_&Z>Fpp(7zbBsPwY(zBCl z|24tm(R;w=IMPmDkGNTbJ4%#yl$E=>HOpcs-&MYjpKt5hmG)?-0pA>O?Han$SxZnj zF;pC;XkuRd0iP(`w0{w^Xuy+Wk-fEgXprGv5Q{q>a&g*Tqn$&BwLW68HYnbMSmF$?+&_>PanoQI3;N@d`cAqvDyZD8B7|Qp3;9_-$o}sm%lWh}de_{T@-nd`ncF#bm|cjew;t zZX9)>n}dL zcGdkl;<^EHWvV^Yh$p!{(5R{NX@M_!T!h0RtuJO|05oXPRk>p(_c zs_tB@s*MgP}@(52hV2tU%sE*l^~U7?pSuT}vD7fyvrh_M!2D zgS&4z7f5VpxMGwuVje3y+}tEV@qjZtw%j5}zko>T{=+p0|KnK@*5GONPqPDXE}z^F zRlnUv=yYmy{wA541shCU0w1TImK&GKGqFFqO&1i`G>A=(WVl0Szu2SW>=f$Y>iz_3 zs7+7e%DWRWfMha#3P0zifYfB-`Ri5ozlB?r?b7g2_^4=1;>x9cG{$G8^$UMbldQe< z!_Uf_xh2l#Lz^-I=_9>`ugdr@_Jiy#wC|Mp4o~zMy{_^U!&*#yPu&7vpO7@shVhpe z-0dUcI36cws6=gOq??5est%D@Cihwp*21|;aX8?YJ>JC2y{RbgFd2~X2e!QGX!u#J zrsjCP{MRo9u+)0b=dVLg`;XDQdg3&XdECy`S9Ry@o?20rB{4lNB*P|DDot%z-wAxn zZJ^oX7tUv%%-2wvbtR8G_q^3C6>RePi6k#+?J<&p6NbmOPMb3$4R`22cvy|?k41py z*P*Fi|JJ*R%u{%StixupB-UMkSAbj0%(8xW!hWOo? zZ=!#g5pNx}ec3{bqAvTS$&zov4Wd1H&w9ntK?{7W^~I95_(gmX7npJdH|f@Z6PRgG zPaBSO7v{Z_M7<+JtUh8VQK~OG9$ZJyB)Oe#+i4Si^f4h+znhf*9@r8X+xFSpv&in) zoU)7=d$g1NT^YwCYxX6pK>bCzH6IncD3G3t~R4*y2_Z;SWn5r>`31^e-N*IvXiR?CKpdut!2Da zs8%`j_mDM-%T=TqaTiRYAsHwKzrFdC$c&MIRgdgMfc&K&`%7OfJ=KGI6U>KbfP$UR zy*U2r8hrmUT499%19rlM1epj@8G>#iHMCd`E8P1_S8lH!kKXhmXMlX3bPkTUj4its zHqogpFEN`GEK|8>?o9Q*w$GG|S{+Y77BD37yYC)*Y`vII3Z-C0Np3a<#^;fCe zUn{QGyLb)2vnbrtOI9P&`(KxMiyTr#^aYtM^c&QehJ z;8l^KMEZ7LzkJAi%a59;kSXmlQNx#kIJyn3IjDOZX#Cv6n0kJzd_BI@c!qN=GjD;Y z&g=nmpI@BT%5CE?>bX*zsfS`i<>R5GTSjpN<&byg&-*V2)JR`l$e9}eQIr9=UHj*J z4RijnrcZvhh&MdCl%$hqjbY4^PS=z@#nzxvw=po$)ny;GPKgROk=0z0V@by041}$h z9y z$;8{=NlAlX!3K9opF1o?(y!|rH20eGNW9piH<2+B-GBY8;o?45N#w~&{krEqwx%jF zAZxCjL-j{ZG2iIrlbX|?9iKkqmYwn%xp6O24$(H_;Iz?KezSkHG5TY-xja^MdTRQ< ztvf*w_O<$HwU&jUveMI1u}uH{P?F8ca&~MN|AN+2nZChC#wR(_*CDy>hYBI1rBCCb z57}-w6>kdH1Ki6(C(p=4^ZAU#;2~&2A7Maj4^$x3O@8nQWIyf?;a`3 zZ*q>`F}R^p8Y^$3AT=hy;ip_W7OMNXOdlnyALD$y`!VN!Z_fSV*{M2STX1n~*AE0` zHj%or>?YYe&YGAE_08MgF{`br2F<^0!bHyjkrqhu485d}FT^ubqlY@(SEkP4(V z@$n8N=c)^j=(ORU&^tza@rm6~K9!$$wqV+s8*xeN*x7ke)Wji>bMiGh*3SLCaIB_l zT>KB-JZ5ps>MM@8-O7dt|`kJ;8QCdK_^8)_Rt0=WMZ8~eQ!nX>m9FmeH!r@VO6$EK+fPy<(sVTQuGM!of|-!E~@~$j`u+=wgjUGzE@1b zlc^`4n7{H36w|-Z#>yW-4k@KJ6j)p&C{I|9KHX2DUHM>@ZJdU4R-EEG(xH-N4!fNz zD@7VuEhecHy8BQ(Q!s~}sc~lPF*@G13N9p399?Il!26N>picQlT*>QKyVE7-u+r&8 zQ$AvU!OqbF)^EvKn{&h7#ohLc3EomS73RW^7{siy?JB6UY?ukxI*e#`7d2RTJ8n_= z8tZDH+*NgIWmwxjnZ-Qy7c(%|ga*w5lZT7t2CIa4U72Y)`a+h~;~UL*B*|JRV8?4s zCULLR-o4~1O+85a!H$)Z=u{Q;E&v>1Y+O6-sL4BZqG~r;At>GEp`6dy7 zq+G-ptKqPP&w<~^ky89fiN>_$qnolxk#EW!T&I|~-|)I|!gOb?4RfOuw2_Zql=s>& zE{SUCPI3&ZhnfP|d092yxKk<&(3}TUl+v#b%9QZEImy7SFm24DTP`UTM5q=Ku$9rE z-*AU)z7OQLxN(pVOv2q%)#!Hwt4V{YXD0x2+JF9 z#T9-QoZ)e(8L};X*|kmJG4a5se%Es=%O-^0isT)FemLM=CS3} z{5Roz#!4*qycAsp)6h%%`lr(_Dn`^)bDt+29IX+TZBgROTbxIDIR?HQ5B*z{l{y;u ztuyeTuhMhuabsBU_*u-`9Jaao_R7Qb`hyou`-G_d)?x0xb2QAKu^;UTM{!~GzIuLP z?gMQa+i?l~`qg%1!KTDEXR8eRzBv(}$_zV6=ck6JuML>RxD+30oMq@_%4K4gEFr%I z!|1=2mv|L*Chuv9D8}hF6w$q^|XVJ6jWw+->YreZ3mb8p`u==118{omYc&3a>7k`fn+CDaN8Y!e`O3hYAFr zZA9o@l(xraUE}Ctv0XT4*R@nk(uzwp1OX-Xz5X%DG?pcT$m4dL*Ot4TmqEltcHfv| zw79j^ulJXoqEO$5?XgAtBErVeifmfr6cM{v1C9x=UDWnN^Lm>CSZ+8d*XXuxIDNvA zpr(4ALUpF*G^Bs;0a$UoXlkHQPX0xcUa98fpeDQ5aTcZ6ii$xM#ZX{jW8aoH{2PL% zwjgG)S8`e9?FUK~u>ZVO>}=3Y#V<8Yv7@kty%?@!_;zha^fuiqI|}uT*4;SO3WZJS zvWWpo+9$6TEcLfe?oixNAfYb~&(aaN=2&zne5zROHDngRM`tHgq>kr&c z95IF;H}7_+j$YnZxDD~bSJz_Pb;z-N5DC~Gk!7d(p*r*;6T9FQmAQM+miWj`W44m) z2VV}GZlGZ`%C|SkeF+FjSaUylfD8P%U8WT`!19_RSfo5=xQ&4KE>~VIr@;=gE7A$R zLfelFt{MwR%w_l9O_*bg@atG8)objYrBG`&+HxAyy%{WvDn!do zM|HPKGtrPW8g>WBi_51gD`nS`ane4|mf2p|b8UJz;-{PV(SfV72p^uh*|RDDfCy+0 zgK4Y5VE=jtgL(7vA}h^DUvHK+dZZQHs+~d+_hi)3P8Um+v{f}(kPk>mq2BQrz$UJ! z@204eTu1=oSq{yEC0DV6cFbuVS+v~? znrZ?(z6{5Gr)fkON|I|t{duD+CNbXD68{FtcL25%VA-v@T7mXd87mzta3;Yi{pRVd z)+RERvkSg)*@RBO&zvWX#%w@<_Va{|gVR|vx?6n^X~P$s^;&(;>qOzh!s^3p#$llQ zsh$USO#^?VqsS!=K@n1P1D?YxsPAhF+^dNaRBZ{#mUOo^2u>S8ZCuE3v|5y0x9eIJ zUEn=&08h$-;JT-twUYocg$EQSu<8d`R_%N6{iBf4;Kh72r%doiXEQ4}i_cr7^XiGu>M@$r*?QMA%utxs7Kc#QZWd z<-|M9A|hm$PLcWa{SU+7bW%WNA*y!vJlffw24KE@L%aDZddN};5cjsti!8{UsVUGx z_ruCvTmG_z1v8BsIgY$Sn|tRuWFfEzfg`$Yi+f)XzK5xh6f_WK0d}$RFI4={JG|m{ zMzWq0eaeh~?Zre(dCAchBlJW`aiCC>MKi6|wD)EVZn{F0+-Xk6Df#>B{Mp8|*tt{6 z(KI8h0#mb7h&FfxTj*ujziXy0i zN@w_6#-$0CC<{PI4tqKUCkDse61W^j{rH9=%Ps2A+LyPV zgq2%z7vp)oq!bMoce{;#h+Gzh;0rz+u*6xop({+59m@NiXi$zKBC?l)MmHMG0_$ab z8)@{IVGSD>MybvCgn$#Kpo&E!xBXJLn6Wf!E7xYzbdv{7-vl6q)xXrSqdKSY$7dHN zEbKI?q;$fqw$y?UBt_in?E4OaFbjs&cRY2&4y4$P(0c!DnbL?z_F)laC2ri3dyz8V@E-UOiULg}*N1(gk7W{%$3tlp$Nf}GRfh36s@fJwJQ zG#R;QsNISk+Y3cN7aTyocAFIt265kcNW_sTPsUy zpRzT%hm^7ACj}R-9M&c7cAb}eMtnFt->L8OPw=4m%yfJUV+=+0kMzx6Kd&&#^;L9N z-7lfC=u?d?|Da=1pr41<{~GnN24pa+ETJy}^Q-oVKfwK>LVdR@W(D?HCywWW$Cd}F zA5p4>(rcXXno!;{-hzb@&Ls^5473c|wzww6C;3Y&CfAGoiuWhgC*~%VCq9*kOax7gPt=$Alq`+Q**~|B za9nfvHU=r%N0T`x4KVJ$NRf!%SeS|s8xmy~HMH9uXB>So^>ON8y#HhAM`+%$e&(B< z+^o`8*hR#Td@_R`xXR0F*hc;^GK%PZDrSvneFQ8-i+NpnaW)+{g*S=#cl+!3NBZyh zpBxdM-@W3vx^v!ou7?N3W5vV8E61xR-H*Eap8CCc)KyePVnU)-g7|GOI%&{-5i;Rn zu!~rmqk_0Q*x2TyrNGIg%rsz0}LcFl5GvFF z6Cs^#vV0UI{Upl0q3cIevz^A@0%y){-73_`(1;(%^Xoo5J*3}AY}{(}FxxgSa3QHz ztZ#ME^)dHJ3JAZzCJ!RdR!QxNC@Qfn-H;!#wV1MCt01eGcC!7U{)5-`!~96|hk()O zm78Dmc0891N5Hf7lRo_;pIjrCctdJJ9{&{o$#BEu#zN?NXo*};$J2*F^7$`u|jq6R^$*AT|HPGSDiob;@OUwI42R67z#EU|F*eHbarGS z^n>DC3sA;tnqKN57Z`e?n(dJ->}uIKdjKEcJ_tH&w|HpMX+CE9(zLS95?!#-e{L{Z zT2SV1xLqM=BHh;QI`ptMqSoFqgr`REu25j3ppCg!^8K-lS5?Qs+otg}aY|ia@dl^j z`ItGL8AyZuZeb~$S;Lp}mPWY-zxtBvx=Y*X(;>sB4}#`WYEYGfxlSYZ2k(EL+MZvi zzr$lFI3mP6&-Av{6CbJ4m-I~X*|!#LgrQD-e5J-)4HG)ES#y+jZS7W&m-?}4q9Ht> z+-9e6Zo1j8x#HXY%=rBx14EM&mkP_hA^-OCVZ6MkxS;1j5*JM3%HSU%L+4G6YI!9! zU*89R4*vQu20LgdX=q3wLjYCoR+jH|VEL|dV97URe6ic9%(bZg8534CM>JDN=IPGy zd->>qN0mu6LAIyn&iJ)?`8T)BK1obI{m8kKw9O<#?^{#fQ&6-TFtB&RJT86T)9j1y zEaAJ@S2uI+t>?UudFr+G_3PR=vQ@)>??tS%XSq;|>vyNo*~5*%k*u#L-(>wh9bZ-v z58q0%ur~kJwB}ag*%AD575{=6igyQ3GMX{ENl4Osmo6I|xDt2qblkADBDOEaX7K}Y_1=X)*e{7Ar$T(pL7QL!6-(r!L*^-8S zx9kj;L@rcu%c6cB1-ERno*}v-h7}Ll=T&;Rg1CibElzze)uvL@i@Id_f0|tkuFd+i z`(A>CX(Yw2&5ka|D>5Gxx6l0ixQp6D&m3JD(pA`4JZsSj@mv_Lu`aBe*6M>FO+quy(aV3Hmy_VGj5J z04Z5tHw4lVg=Vor+1k5Ev+Xsvv$5D)OS2h@!G+;&FqECWs=o(H&;Oo2(%%s&Va+Bh zLnP%3#Q->?&eatzikS@y8)yo5kQu0Q*pxOTpVU7ID z-p$Ly>34UmkwPdZlru)v6Vod2KbllggKPg~@rwdmduO-bRv5DXLlaZ}OYwhn?YA2k zEjS#i=!*3E)t;K7G}|vgsI@E7-WvM*(FOtpAyLBO0tj&{uz;wDm6d>mgou~`NW@A^ z9D))S1A!oagHm(xL?c{~s9#VRa6x+vju==}!pa6|BOn3>iwlSXfuaHsYa5UNP}JHA z1VI9AP)N|gpuT_N#H0UmCv+F`a_KF_~bEKqC|pXcWd+7$gQ27KZ{M`am!g2!slQ1u#Y7 zzv;VL+uQj4zqEhFJ&V*IgR5%qiD}>Ox9E>#&_lWZQTn6kWdA!0SXh3?GZcaRl_k<_ zo(ON0^>05hSbtO@?GP@uC`{u28EOBL+y4)PE^K3EZ6$1j5P$$}kOHE@AW;D;q%}go z8iW!?h+-(Tw*G^@ztBBhZO}dl50tzuCKNGTVFK|tS1de#4hipndgEh<`o%YfG7Luo zf1`{|=+Djy{Yv$J^;Syg|KdaHx5D4%28`VwGR&NVnZktrn#2C&3*+nm=I76G_}^@T zh2@_{{wsd}q3a*I{woIlE9HNp>mR!QD+c~6<$t2<{~KLI|K0_mTrevjAIu&{FnaI> zW`BfdrJo(SDkjXePXYWT1F#*_X;A&d|otp-=Z|B6R-ix~f#xaWHS z0Bc)KQC|Po-y`KU804vYewN`SXhy0l_O36>iz}eV*ldoeiyLRdiCPse0n!B0CjqCd zA2L;r9biI*riSqEEUyBLXJODvPQGzidZh_zCdAnEAo!Vi)a+UNNe-BJz%-PFAne!W zPqh<5Ci857&~FctG-ZITIZh3*oUbeNaM531Usuc<>xe$VKK*fwzmS8M(#OG7ZT!NZ zj35l~6)ZL=q=`IPCet~-c*QkxI~;L4IZTWMJE5wOk}rjsnHe8R(v0sj!@uMJ5KbRj zDc0?@7AFS$Dr3ZttCYv~9JwE7W!-^)X}LF>ahn?8cE8-p+Xl~eaw~k_JI1_$MgR3$JA94a0(pxzg@YZb(zoKt~S-wL|k130UYL+-FrY3sE<=0Ud{{~eGg(z z0FscCBY`-KS)i`Q9u5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..b4305475732219a4e7247a46049185a58dc975b0 GIT binary patch literal 10978 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 V4({FN@L%&nSzbe~TE;T?{{SSe9!LNH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json index d57c3cdf00..21aae85629 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json @@ -1,59 +1,67 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon", - "directions": 1 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455. Dog states modified from base states by Sparlight (GitHub).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-on", - "directions": 1, - "delays": [ - [ - 0.2, - 0.2 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BACKPACK", - "directions": 4 - }, - { - "name": "on-equipped-BACKPACK", - "directions": 4, - "delays": [ - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ], - [ - 0.2, - 0.2 - ] - ] - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "icon-on", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ], + [ + 0.2, + 0.2 + ] + ] + }, + { + "name": "equipped-BACKPACK-dog", + "directions": 4 + }, + { + "name": "on-equipped-BACKPACK-dog", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..b4305475732219a4e7247a46049185a58dc975b0 GIT binary patch literal 10978 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 V4({FN@L%&nSzbe~TE;T?{{SSe9!LNH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/equipped-BACKPACK-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/equipped-BACKPACK-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2079b6ff136ef6c996374e85669c13acbcce64 GIT binary patch literal 10464 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 Date: Thu, 19 Jun 2025 19:50:18 +0000 Subject: [PATCH 153/168] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6c7922b354..7626d29ed0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Tracking implants no longer announce on radio when someone goes into - critical health. - type: Remove - id: 8182 - time: '2025-04-14T20:23:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35995 - author: SlamBamActionman changes: - message: Chest rig explosive resistance is increased from 50% to 90%. @@ -3911,3 +3903,10 @@ id: 8694 time: '2025-06-19T15:06:11.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38443 +- author: Sparlight + changes: + - message: Smart corgis can now wear various hardsuits, armors, and glasses items. + type: Add + id: 8695 + time: '2025-06-19T19:49:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36875 From 5b2177895729d6831bc2ab53a2d3032d7a30fd04 Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:15:21 +0700 Subject: [PATCH 154/168] Loadout corvax --- .../UI/Loadouts/LoadoutGroupContainer.xaml.cs | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml.cs b/Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml.cs index 52d52a231d..ecf00564bf 100644 --- a/Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml.cs +++ b/Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Corvax.Interfaces.Shared; using Content.Shared.Clothing; using Content.Shared.Preferences; @@ -75,8 +74,19 @@ public sealed partial class LoadoutGroupContainer : BoxContainer LoadoutsContainer.DisposeAllChildren(); + // Corvax-Loadouts-Start + var groupLoadouts = _groupProto.Loadouts; + if (collection.TryResolveType(out var loadoutsManager) && _groupProto.ID == "Inventory") + { + groupLoadouts = loadoutsManager.GetClientPrototypes().Select(id => (ProtoId)id).ToList(); + } + // Corvax-Loadouts-End + // Get all loadout prototypes for this group. - var validProtos = _groupProto.Loadouts.Select(id => protoMan.Index(id)); + var validProtos = groupLoadouts.Select(id => protoMan.Index(id)); // Corvax-Loadouts-Edit + + // Get all loadout prototypes for this group. + //var validProtos = _groupProto.Loadouts.Select(id => protoMan.Index(id)); /* * Group the prototypes based on their GroupBy field. From 3126bd66db5ec760c39872122b4a3542b826ecdb Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:43:13 +0700 Subject: [PATCH 155/168] rsi fix rsi fix --- .../Markers/Spawners/Random/contraband.yml | 12 +++++------ .../cybersun.rsi/equipped-HELMET-vox.png | Bin 0 -> 416 bytes .../cybersun.rsi/equipped-HELMET.png | Bin 0 -> 490 bytes .../Head/Hardsuits/cybersun.rsi/meta.json | 19 ++++++++++++++++++ .../paramedhelm.rsi/light-overlay.png | Bin 0 -> 714 bytes .../syndicate.rsi/combat-equipped-HELMET.png | Bin 0 -> 1069 bytes 6 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/paramedhelm.rsi/light-overlay.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/combat-equipped-HELMET.png diff --git a/Resources/Prototypes/Corvax/Entities/Markers/Spawners/Random/contraband.yml b/Resources/Prototypes/Corvax/Entities/Markers/Spawners/Random/contraband.yml index ee2ac65e81..d1b997d731 100644 --- a/Resources/Prototypes/Corvax/Entities/Markers/Spawners/Random/contraband.yml +++ b/Resources/Prototypes/Corvax/Entities/Markers/Spawners/Random/contraband.yml @@ -7,8 +7,8 @@ - type: Sprite layers: - state: red - - sprite: Objects/Fun/toys.rsi - state: synb + - sprite: Objects/Fun/Balloons/syndicate.rsi + state: icon - type: RandomSpawner rarePrototypes: # Usefull non-contra loot @@ -71,8 +71,8 @@ - type: Sprite layers: - state: red - - sprite: Objects/Fun/toys.rsi - state: synb + - sprite: Objects/Fun/Balloons/syndicate.rsi + state: icon - type: RandomSpawner rarePrototypes: - RevolverCapGunFake @@ -122,8 +122,8 @@ - type: Sprite layers: - state: red - - sprite: Objects/Fun/toys.rsi - state: synb + - sprite: Objects/Fun/Balloons/syndicate.rsi + state: icon - type: RandomSpawner rarePrototypes: - ClothingBackpackChameleonFill diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-vox.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..02363a7faace70d7c2ffe48ef284898b739110d8 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwo-?*sp`q6#uk_zPG)_!%KflC(24kS)vIM<+AjMG<`nR z@Munn$JUHeW$FSw`K)JtoOsIVvfx5QooGqe?-N%90?vL8Opx6o$-ccvsOFrY45LMp zGK2ev=BAB*!(LbFsGSo2Hz%P!nK_(GTK=fJ)W_!u=Wb_n9j^Er;NpDg?8mJM8aBqB zf>BcII4h5@e(>x<+o9me5~bVbdt@g?-wI}qzI}r0)x4rf3@f_M-e*w>%KhiW(3-U; zEh3{rK!a6b+xmQ2?}NK#4hl9XTQGh2-gIxijb)bPJ|2-gU_dZ*5U}!poN_vMp*mq0*_# zeAseIvvbogzIDD|{?A@;q5A#1xWpao7ygHB+Pks3ZXtt$Ur>x||Fy>=vh~N!DjvV6 z_-FT_CUv&M#g9k17c|@NvC)s+Z)%|aV3R|d3=2f3UhF!xqsG5}M|E-4!LuisZ@e&fs7ZeC zbCsFQ+L-;fwJq<~%KqMca@*=s)w2h+9`}HMtB?MTcyTR(LA-`t#EB+f{a@USO zUUuMfXx#C~R_&#g9>;}r5A51psoU>*VfQ{g{!G5zll09G`>o{GnHn2-=H%?kJ3RC5 zd}W`(SbE`BK}%T3v9AvV9LijBji2S8DX+ga-{9TX@L48HTtpdCLKEg)PFMYI^}8f~ zPD2RL5ArF0IrG12ov~T6n?L7*YFbwK>sM=n7$0m4ci4U?!%VpBRO-*{%73>71YzJ} b{AW(P3lHl=o?NvAMjnHwtDnm{r-UW|In>$c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json index 085dc0b3a7..922b79daee 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "icon" }, + { + "name": "icon-flash" + }, { "name": "equipped-HELMET", "directions": 4 @@ -26,6 +29,22 @@ { "name": "equipped-HELMET-dog", "directions": 4 + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/paramedhelm.rsi/light-overlay.png b/Resources/Textures/Clothing/Head/Hardsuits/paramedhelm.rsi/light-overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..1399b770a351de6498bed8a6f84ccfccd2ef224b GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Db-Ak27GMot-iXD}xjxD+42ta>$?tTXbOQolaV@QPi+bJi#m>or2g?o=N3OWj^U#S;x zIl_No>y9tcqT!4FFLx>z@KiXor!g;xLd&5}FWngTD|=p5!Tc_1gZAoQBc zi4}*LW*G9WPdKK$)1$5X=ft%U*MJ@pYcfXH0IJ8u6MvxV`?M z-kZaYJKi0%y3&2lq^dgm>k-McS#PCgZenY?`7Zt7+Gxi9B+WbL8;b*>df%Tl*)6u; z<(h+qIQu$I{|`L*AB5)3Wo=*Sb1h=E`+CW=pE+ggGuY;Qv)<7lY|$KS(JrkabLc}f zHnC>em0Tq!KZyA$|AEn2(wVnLTW-pHJ)0H#Pk4BNz_0XBt@zsy8?P+))Sm&05KmV> Jmvv4FO#s&9>_z|p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/combat-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/syndicate.rsi/combat-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..2f587c57972e951a4ed034de437cf0e499239f4a GIT binary patch literal 1069 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVE*Fi;uumf=k2WX-m}YPj>k(j zol4%87Lml$KS};V$qnQraC0C&;xNLuXSGSv~Nx%7fE;Z*oaJ?a5 zbK;g~3)}pPPX=6@`%99N%rea;wTEz|w143|w#?*y`Vsyu=eeIuR6qIr@4tP2pH#~I zsk50qd-k5Qdlr9scJ%i4tZ(l(Up6-Vz5MFyxeJ7Uc`?or>vvab`NMofST{$fYph zoRN4xlZn{<`^y;(#QTLj(&ttL9Fq9L^x*B)7w<2B_?87!_cG{j!_3o@XZ`A#>}qfR zvqN{A$Jutn@VcTDhgJtGZ><#@t1>25Z{PPI=xEZDmv$>(#jlZzI%NuUg6)~Uow0m?`Q%wJXzOQ5VP$>tZZU#`t3s9{#V5Zii{#}%kl|+ z;x}2x{JT}zZQi@jKbzU*j{Avx*}dN1B(~-EZxcVcf3G~^cQWTp+$?_ZbHtvtlWRY< z{5>SNyx;HZROZ@9pU1?(O+kpY8v9k9kj#^{+kuZ2wvP zy&MgrCEtUiYNv@xGP`r2I z3K;=89+SP>Qc@&-{}BFH@vr>$*D3p$p7xdoIr17$PhWcDsMkhro#J+ zUOi3^SG=9&b^Gz!yu#BbQ`SzAc>Ckg`ClAA**{3loX(~kl7IMJ4bc&Z6xW}xv44FVdQ&MBb@09XMCfdBvi literal 0 HcmV?d00001 From 352a2bbe651a24e1dc2b205e65e45ee31a44950b Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:40:08 +0700 Subject: [PATCH 156/168] exo test fix --- Resources/Prototypes/Maps/exo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/exo.yml b/Resources/Prototypes/Maps/exo.yml index df36be5370..0d10905870 100644 --- a/Resources/Prototypes/Maps/exo.yml +++ b/Resources/Prototypes/Maps/exo.yml @@ -50,7 +50,7 @@ SecurityOfficer: [ 4, 4 ] Detective: [ 1, 1 ] SecurityCadet: [ 4, 4 ] - Lawyer: [ 2, 2 ] + #Lawyer: [ 2, 2 ] Corvax test #supply Quartermaster: [ 1, 1 ] SalvageSpecialist: [ 3, 3 ] From 03e8f81fab10333d42cc230bcfd88da898d069a8 Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:26:38 +0700 Subject: [PATCH 157/168] start loc --- .../ss14-ru/prototypes/actions/changeling.ftl | 2 + .../ss14-ru/prototypes/actions/mapping.ftl | 2 +- .../catalog/fills/backpacks/duffelbag.ftl | 2 + .../entities/clothing/back/specific.ftl | 2 + .../entities/clothing/head/hats.ftl | 2 + .../entities/effects/chemistry_effects.ftl | 4 + .../prototypes/entities/effects/puddle.ftl | 12 ++ .../entities/markers/spawners/mobs/xenos.ftl | 3 + .../prototypes/entities/mobs/npcs/xeno.ftl | 2 + .../objects/consumable/food/snacks.ftl | 2 + .../entities/objects/fun/plushies.ftl | 73 ++++++++++ .../prototypes/entities/objects/fun/toys.ftl | 72 ---------- .../entities/objects/misc/tiles.ftl | 12 ++ .../guns/ammunition/cartridges/pistol.ftl | 3 + .../objects/weapons/guns/rifles/rifles.ftl | 2 + .../objects/weapons/melee/armblade.ftl | 2 +- .../structures/doors/airlocks/access.ftl | 6 + .../structures/doors/airlocks/airlocks.ftl | 9 ++ .../structures/doors/shutter/blast_door.ftl | 7 + .../entities/structures/furniture/chairs.ftl | 2 + .../structures/furniture/tables/tables.ftl | 2 + .../structures/machines/medical/cryo_pod.ftl | 2 + .../entities/structures/shuttles/cannons.ftl | 2 + .../structures/shuttles/thrusters.ftl | 2 + .../structures/wallmounts/air_alarm.ftl | 4 + .../structures/wallmounts/fire_alarm.ftl | 4 + .../entities/structures/wallmounts/mirror.ftl | 2 +- .../entities/structures/walls/walls.ftl | 4 + .../entities/structures/windows/xenoresin.ftl | 2 + .../ru-RU/actions/commands/addaction.ftl | 9 ++ .../ru-RU/actions/commands/rmaction.ftl | 9 ++ .../commands/call-shuttle-command.ftl | 4 + .../commands/set-admin-ooc-command.ftl | 2 + .../commands/set-looc-command.ftl | 4 + .../commands/set-mind-command.ftl | 4 + .../commands/set-ooc-command.ftl | 4 + .../commands/set-outfit-command.ftl | 4 + .../ui/admin-announce-window.ftl | 2 + .../ui/admin-spawn-explosion-eui.ftl | 11 ++ .../administration/ui/permissions-eui.ftl | 2 + Resources/Locale/ru-RU/alerts/alerts.ftl | 2 + .../ru-RU/cargo/cargo-console-component.ftl | 4 +- .../ru-RU/changelog/changelog-window.ftl | 2 + .../ru-RU/commands/admin-logs-command.ftl | 2 + .../ru-RU/commands/admin-who-command.ftl | 2 + .../Locale/ru-RU/commands/asay-command.ftl | 2 + .../Locale/ru-RU/commands/deadmin-command.ftl | 4 + .../commands/delete-component-command.ftl | 4 + .../commands/destroy-mechanism-command.ftl | 4 + .../ru-RU/commands/force-map-command.ftl | 6 + .../ru-RU/commands/force-preset-command.ftl | 6 + .../ru-RU/commands/ghost-kick-command.ftl | 3 + .../commands/ghost-visibility-commands.ftl | 5 + .../ru-RU/commands/go-lobby-command.ftl | 4 + .../ru-RU/commands/grid-drag-command.ftl | 3 + .../Locale/ru-RU/commands/is-afk-command.ftl | 4 + .../Locale/ru-RU/commands/map-commands.ftl | 4 + .../Locale/ru-RU/commands/me-command.ftl | 2 + .../ru-RU/commands/mind-info-command.ftl | 3 + .../ru-RU/commands/node-vis-commands.ftl | 6 + .../Locale/ru-RU/commands/npc-command.ftl | 2 + .../Locale/ru-RU/commands/ooc-command.ftl | 2 + .../Locale/ru-RU/commands/pardon-command.ftl | 8 ++ .../ru-RU/commands/promote-host-command.ftl | 2 + .../ru-RU/commands/radiation-command.ftl | 2 + .../Locale/ru-RU/commands/readmin-command.ftl | 3 + .../remove-extra-components-command.ftl | 5 + .../Locale/ru-RU/commands/role-commands.ftl | 11 ++ .../Locale/ru-RU/commands/say-command.ftl | 2 + .../commands/set-battery-percent-command.ftl | 4 + .../ru-RU/commands/show-ambient-command.ftl | 3 + .../commands/show-gun-spread-command.ftl | 3 + .../ru-RU/commands/show-htn-command.ftl | 2 + .../commands/spawn-entity-list-command.ftl | 4 + .../commands/start-singularity-command.ftl | 2 + .../ru-RU/commands/tile-pry-command.ftl | 4 + .../ru-RU/commands/toggle-decals-command.ftl | 2 + .../toggle-disallow-late-join-command.ftl | 4 + .../Locale/ru-RU/commands/whisper-command.ftl | 2 + .../ru-RU/construction/recipes/crates.ftl | 3 + .../ru-RU/construction/recipes/furniture.ftl | 11 ++ .../ru-RU/construction/recipes/machines.ftl | 3 + .../ru-RU/construction/recipes/smokeables.ftl | 2 + .../ru-RU/construction/recipes/structures.ftl | 27 ++++ .../ru-RU/construction/recipes/tallbox.ftl | 1 + .../ru-RU/construction/recipes/utilities.ftl | 5 + .../Locale/ru-RU/construction/recipes/web.ftl | 1 + .../ru-RU/devices/network-configurator.ftl | 3 + .../components/flash-immunity-component.ftl | 1 + .../Locale/ru-RU/flavors/flavor-profiles.ftl | 1 + .../instruments/instruments-component.ftl | 131 ++++++++++++++++++ .../Locale/ru-RU/job/role-ban-command.ftl | 9 +- .../Locale/ru-RU/lathe/lathe-categories.ftl | 1 + Resources/Locale/ru-RU/lobby/lobby-state.ftl | 8 ++ Resources/Locale/ru-RU/markings/scars.ftl | 4 + .../Locale/ru-RU/markings/undergarment.ftl | 17 +++ Resources/Locale/ru-RU/reagents/meta/fun.ftl | 2 + Resources/Locale/ru-RU/recipes/tags.ftl | 2 + .../ru-RU/reflect/reflect-component.ftl | 3 + .../research/components/technology-disk.ftl | 1 + .../retractable-item-action.ftl | 1 + Resources/Locale/ru-RU/shell.ftl | 3 + .../ss14-ru/prototypes/actions/changeling.ftl | 2 + .../catalog/fills/backpacks/duffelbag.ftl | 2 + .../entities/clothing/back/specific.ftl | 2 + .../entities/clothing/head/hats.ftl | 2 + .../entities/effects/chemistry_effects.ftl | 4 + .../prototypes/entities/effects/puddle.ftl | 12 ++ .../entities/markers/spawners/mobs/xenos.ftl | 3 + .../prototypes/entities/mobs/npcs/xeno.ftl | 2 + .../objects/consumable/food/snacks.ftl | 2 + .../entities/objects/fun/plushies.ftl | 73 ++++++++++ .../prototypes/entities/objects/fun/toys.ftl | 75 +--------- .../entities/objects/misc/tiles.ftl | 12 ++ .../guns/ammunition/cartridges/pistol.ftl | 3 + .../objects/weapons/guns/rifles/rifles.ftl | 2 + .../structures/doors/airlocks/access.ftl | 6 + .../structures/doors/airlocks/airlocks.ftl | 9 ++ .../structures/doors/shutter/blast_door.ftl | 7 + .../entities/structures/furniture/chairs.ftl | 2 + .../structures/furniture/tables/tables.ftl | 2 + .../structures/machines/medical/cryo_pod.ftl | 2 + .../entities/structures/shuttles/cannons.ftl | 2 + .../structures/shuttles/thrusters.ftl | 2 + .../entities/structures/spider_web.ftl | 3 + .../structures/wallmounts/air_alarm.ftl | 4 + .../structures/wallmounts/fire_alarm.ftl | 4 + .../entities/structures/walls/walls.ftl | 4 + .../entities/structures/windows/xenoresin.ftl | 2 + Resources/Locale/ru-RU/stack/stacks.ftl | 7 + .../Locale/ru-RU/store/uplink-catalog.ftl | 4 + Resources/Locale/ru-RU/tiles/tiles.ftl | 6 + .../Locale/ru-RU/voting/ui/vote-call-menu.ftl | 2 + 133 files changed, 791 insertions(+), 152 deletions(-) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/actions/changeling.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/plushies.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl create mode 100644 Resources/Locale/ru-RU/actions/commands/addaction.ftl create mode 100644 Resources/Locale/ru-RU/actions/commands/rmaction.ftl create mode 100644 Resources/Locale/ru-RU/commands/admin-logs-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/admin-who-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/asay-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/deadmin-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/delete-component-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/destroy-mechanism-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/force-map-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/force-preset-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/ghost-kick-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/ghost-visibility-commands.ftl create mode 100644 Resources/Locale/ru-RU/commands/go-lobby-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/grid-drag-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/is-afk-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/map-commands.ftl create mode 100644 Resources/Locale/ru-RU/commands/me-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/mind-info-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/node-vis-commands.ftl create mode 100644 Resources/Locale/ru-RU/commands/npc-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/ooc-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/pardon-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/promote-host-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/radiation-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/readmin-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/remove-extra-components-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/role-commands.ftl create mode 100644 Resources/Locale/ru-RU/commands/say-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/set-battery-percent-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/show-ambient-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/show-gun-spread-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/show-htn-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/spawn-entity-list-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/start-singularity-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/tile-pry-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/toggle-decals-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/toggle-disallow-late-join-command.ftl create mode 100644 Resources/Locale/ru-RU/commands/whisper-command.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/crates.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/furniture.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/machines.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/smokeables.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/structures.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/tallbox.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/utilities.ftl create mode 100644 Resources/Locale/ru-RU/construction/recipes/web.ftl create mode 100644 Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl create mode 100644 Resources/Locale/ru-RU/reflect/reflect-component.ftl create mode 100644 Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/actions/changeling.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/actions/changeling.ftl new file mode 100644 index 0000000000..301d24be59 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/actions/changeling.ftl @@ -0,0 +1,2 @@ +ent-ActionRetractableItemArmBlade = Arm Blade + .desc = Shed your flesh and reform it into a fleshy blade. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/actions/mapping.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/actions/mapping.ftl index 4948ddd6b5..13ea6d3f58 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/actions/mapping.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/actions/mapping.ftl @@ -4,7 +4,7 @@ ent-BaseMappingDecalAction = { ent-BaseMappingAction } .desc = { ent-BaseMappingAction.desc } ent-BaseMappingSpawnAction = { ent-BaseMappingAction } .desc = { ent-BaseMappingAction.desc } -ent-ActionMappingEraser = action-name-mapping-erase +ent-ActionMappingEraser = Erase Entity .desc = { ent-BaseMappingAction.desc } ent-BaseMappingEntityAction = { ent-BaseMappingSpawnAction } .desc = { ent-BaseMappingSpawnAction.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index ccb9ef47d1..7aa8c98c1a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -6,6 +6,8 @@ ent-ClothingBackpackDuffelSyndicateFilledShotgun = Bulldog bundle .desc = Lean and mean: Contains the popular Bulldog Shotgun, a 12g slug drum, and four 12g buckshot drums. ent-ClothingBackpackDuffelSyndicateFilledSMG = C-20r bundle .desc = Old faithful: The classic C-20r Submachine Gun, bundled with three magazines. +ent-ClothingBackpackDuffelSyndicateFilledRifle = Estoc DMR bundle + .desc = For medium-range sharpshooting, the Estoc DMR. Bundled with three magazines. ent-ClothingBackpackDuffelSyndicateFilledRevolver = Python bundle .desc = Go loud and proud with a fully loaded Magnum Python, bundled with two speed loaders. ent-ClothingBackpackDuffelSyndicateFilledLMG = L6 Saw bundle diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/back/specific.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/back/specific.ftl index 94103b38e8..303bf8c4db 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/back/specific.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/back/specific.ftl @@ -3,3 +3,5 @@ ent-ClothingBackpackChameleon = backpack .suffix = Chameleon ent-ClothingBackpackWaterTank = backpack water tank .desc = Holds a large amount of fluids. Supplies to spray nozzles in your hands, and has a slot on the side for said spray nozzles. +ent-ClothingBagPet = pet bag + .desc = A small bag designed for use by pets and small animals. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl index d251ffc59e..8b19657d7e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -172,3 +172,5 @@ ent-ClothingHeadHatBeretMedic = medical beret .desc = White beret that encourages you to be clean. ent-ClothingHeadHatSolidHeadband = solid headband .desc = You'll feel like you're Invisible while wearing this! (DISCLAIMER: DOES NOT ACTUALLY MAKE THE WEARER INVISIBLE) +ent-ClothingHeadPropellerHat = propeller hat + .desc = You're the bestest boy. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl index f9aedc235b..4ba5e86bbe 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl @@ -2,6 +2,10 @@ ent-BaseFoam = { "" } .desc = { "" } ent-Smoke = smoke .desc = { ent-BaseFoam.desc } +ent-TearGasSmoke = tear gas + .desc = { ent-BaseFoam.desc } +ent-TearGasSmokeWhite = { ent-TearGasSmoke } + .desc = { ent-TearGasSmoke.desc } ent-WizardSmoke = smoke .desc = { ent-Smoke.desc } ent-Foam = foam diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/puddle.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/puddle.ftl index 4d08ec0294..d271590ed2 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/puddle.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/puddle.ftl @@ -12,6 +12,18 @@ ent-PuddleEgg = { ent-PuddleTemporary } ent-PuddleTomato = { ent-PuddleTemporary } .suffix = Tomato .desc = { ent-PuddleTemporary.desc } +ent-PuddleBloodSmall = { ent-PuddleTemporary } + .suffix = Blood (5u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleBlood = { ent-PuddleTemporary } + .suffix = Blood (30u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleFluorosulfuricAcidSmall = { ent-PuddleTemporary } + .suffix = FluorosulfuricAcid (5u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleFluorosulfuricAcid = { ent-PuddleTemporary } + .suffix = FluorosulfuricAcid (15u) + .desc = { ent-PuddleTemporary.desc } ent-PuddleWatermelon = { ent-PuddleTemporary } .suffix = Watermelon .desc = { ent-PuddleTemporary.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl index abd25c4830..c5edc904cb 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl @@ -19,3 +19,6 @@ ent-SpawnMobXenoRunner = Xeno Spawner ent-SpawnMobXenoSpitter = Xeno Spawner .suffix = Spitter .desc = { ent-MarkerBase.desc } +ent-SpawnMobXenoLonePraetorian = Xeno Spawner + .suffix = Lone Praetorian, Exo Station + .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl index 0c01e06a6d..9556458a68 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl @@ -19,3 +19,5 @@ ent-MobPurpleSnake = space adder ent-MobSmallPurpleSnake = space adder .desc = A smaller version of the menacing purple snake from Kepler-283c. .suffix = small +ent-MobXenoLonePraetorianNoGhost = lone praetorian + .desc = The last of its kind. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl index 8d7369f4eb..05511c942f 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl @@ -47,6 +47,8 @@ ent-FoodSnackMREBrownie = brownie ent-FoodSnackMREBrownieOpen = brownie .desc = A precisely mixed brownie, made to withstand blunt trauma and harsh conditions. Tastes like shit. .suffix = MRE +ent-FoodSnackSwirlLollipop = swirl lollipop + .desc = A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now? ent-FoodPacketTrash = { ent-BaseItem } .desc = This is rubbish. ent-FoodPacketBoritosTrash = boritos bag diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/plushies.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/plushies.ftl new file mode 100644 index 0000000000..ef74c240ce --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/plushies.ftl @@ -0,0 +1,73 @@ +ent-BasePlushie = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-PlushieThrongler = throngler plushie + .desc = A stuffed toy to remind cargo techs of what they can no longer have. +ent-PlushieGhost = ghost soft toy + .desc = The start of your personal GHOST GANG! +ent-PlushieGhostRevenant = revenant soft toy + .desc = So soft it almost makes you want to take a nap... +ent-PlushieBee = bee plushie + .desc = A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. +ent-PlushieHampter = hampter plushie + .desc = A cute stuffed toy that resembles a hamster. Its face looks squished. +ent-PlushieRGBee = RGBee plushie + .desc = A cute toy that resembles a bee plushie while you're on LSD. +ent-PlushieNuke = nukie plushie + .desc = A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. +ent-PlushieRouny = rouny plushie + .desc = Rouny. +ent-PlushieLamp = lamp plushie + .desc = A light emitting friend! +ent-PlushieArachind = arachnid plushie + .desc = An adorable stuffed toy that resembles an arachnid. It feels silky.. +ent-PlushieLizard = lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" +ent-PlushieExperiment = experiment plushie + .desc = A plushie of a canid of sorts, it yearns to be detonated on a landmine. +ent-PlushieRainbowLizard = rainbow lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... +ent-PlushieLizardMirrored = { ent-PlushieLizard } + .suffix = Mirrored + .desc = { ent-PlushieLizard.desc } +ent-PlushieSpaceLizard = space lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" +ent-PlushieLizardInversed = drazil plushie + .desc = An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! +ent-PlushieDiona = diona plushie + .desc = An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! +ent-PlushieSharkBlue = blue shark soft toy + .desc = Big and safe to have by your side if you want to discover the world below the surface of the ocean. +ent-PlushieSharkPink = pink shark soft toy + .desc = Hehe shonk :) +ent-PlushieSharkGrey = grey shark soft toy + .desc = A quiet, reserved kind of shonk. Loves to ride the grey tide. +ent-PlushieRatvar = ratvar plushie + .desc = A small stuffed doll of the elder god Ratvar. +ent-PlushieNar = nar'sie plushie + .desc = A small stuffed doll of the elder goddess Nar'Sie. +ent-PlushieCarp = carp plushie + .desc = An adorable stuffed toy that resembles the monstrous space carp. +ent-PlushieMagicarp = magicarp plushie + .desc = An adorable stuffed toy resembling the exceedingly rare magicarp. +ent-PlushieRainbowCarp = rainbow carp plushie + .desc = An adorable stuffed toy resembling the legendary rainbow carp. +ent-PlushieHolocarp = holocarp plushie + .desc = A holographic stuffed toy resembling science's nemesis - the holocarp. +ent-PlushieSlime = slime plushie + .desc = An adorable stuffed toy that resembles a slime. It's basically a hacky sack. +ent-PlushieSnake = snake plushie + .desc = An adorable stuffed toy that resembles a snake. +ent-ToyMouse = mouse toy + .desc = A colorful toy mouse! +ent-PlushieVox = vox plushie + .desc = SKREEEEEEEEEEEE! +ent-PlushieAtmosian = atmosian plushie + .desc = An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. +ent-PlushieXeno = xeno plushie + .desc = An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. +ent-PlushiePenguin = penguin plushie + .desc = I use arch btw! +ent-PlushieHuman = human plushie + .desc = This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. +ent-PlushieMoth = moth plushie + .desc = Cute and fluffy moth plushie. Enjoy, bz! diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl index bcfc1561f5..6006aaa068 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl @@ -1,77 +1,5 @@ ent-BaseStash = { "" } .desc = { "" } -ent-BasePlushie = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-PlushieThrongler = throngler plushie - .desc = A stuffed toy to remind cargo techs of what they can no longer have. -ent-PlushieGhost = ghost soft toy - .desc = The start of your personal GHOST GANG! -ent-PlushieGhostRevenant = revenant soft toy - .desc = So soft it almost makes you want to take a nap... -ent-PlushieBee = bee plushie - .desc = A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. -ent-PlushieHampter = hampter plushie - .desc = A cute stuffed toy that resembles a hamster. Its face looks squished. -ent-PlushieRGBee = RGBee plushie - .desc = A cute toy that resembles a bee plushie while you're on LSD. -ent-PlushieNuke = nukie plushie - .desc = A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. -ent-PlushieRouny = rouny plushie - .desc = Rouny. -ent-PlushieLamp = lamp plushie - .desc = A light emitting friend! -ent-PlushieArachind = arachnid plushie - .desc = An adorable stuffed toy that resembles an arachnid. It feels silky.. -ent-PlushieLizard = lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" -ent-PlushieExperiment = experiment plushie - .desc = A plushie of a canid of sorts, it yearns to be detonated on a landmine. -ent-PlushieRainbowLizard = rainbow lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... -ent-PlushieLizardMirrored = { ent-PlushieLizard } - .desc = { ent-PlushieLizard.desc } -ent-PlushieSpaceLizard = space lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" -ent-PlushieLizardInversed = drazil plushie - .desc = An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! -ent-PlushieDiona = diona plushie - .desc = An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! -ent-PlushieSharkBlue = blue shark soft toy - .desc = Big and safe to have by your side if you want to discover the world below the surface of the ocean. -ent-PlushieSharkPink = pink shark soft toy - .desc = Hehe shonk :) -ent-PlushieSharkGrey = grey shark soft toy - .desc = A quiet, reserved kind of shonk. Loves to ride the grey tide. -ent-PlushieRatvar = ratvar plushie - .desc = A small stuffed doll of the elder god Ratvar. -ent-PlushieNar = nar'sie plushie - .desc = A small stuffed doll of the elder goddess Nar'Sie. -ent-PlushieCarp = carp plushie - .desc = An adorable stuffed toy that resembles the monstrous space carp. -ent-PlushieMagicarp = magicarp plushie - .desc = An adorable stuffed toy resembling the exceedingly rare magicarp. -ent-PlushieRainbowCarp = rainbow carp plushie - .desc = An adorable stuffed toy resembling the legendary rainbow carp. -ent-PlushieHolocarp = holocarp plushie - .desc = A holographic stuffed toy resembling science's nemesis - the holocarp. -ent-PlushieSlime = slime plushie - .desc = An adorable stuffed toy that resembles a slime. It's basically a hacky sack. -ent-PlushieSnake = snake plushie - .desc = An adorable stuffed toy that resembles a snake. -ent-ToyMouse = mouse toy - .desc = A colorful toy mouse! -ent-PlushieVox = vox plushie - .desc = SKREEEEEEEEEEEE! -ent-PlushieAtmosian = atmosian plushie - .desc = An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. -ent-PlushieXeno = xeno plushie - .desc = An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. -ent-PlushiePenguin = penguin plushie - .desc = I use arch btw! -ent-PlushieHuman = human plushie - .desc = This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. -ent-PlushieMoth = moth plushie - .desc = Cute and fluffy moth plushie. Enjoy, bz! ent-BaseRubberToy = { ent-BaseItem } .desc = { ent-BaseItem.desc } ent-ToyRubberDuck = rubber ducky diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/tiles.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/tiles.ftl index 4b33d63706..401f91c278 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/tiles.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/tiles.ftl @@ -64,6 +64,8 @@ ent-FloorTileItemWood = wood floor .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemTechmaint = techmaint floor .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemTechmaintDark = dark techmaint floor + .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemMono = mono tile .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemLino = linoleum floor @@ -203,3 +205,13 @@ ent-FloorTileItemAstroAsteroidSandBorderless = borderless asteroid astro-sand .desc = Fake sand. Luckily, it's not as coarse as the real thing. ent-FloorTileItemWoodLarge = large wood floor .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXeno = xeno floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoSteel = xeno steel floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoSteelCorner = xeno steel corner floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoMaint = xeno techmaint + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemDarkSquiggly = dark steel squiggly tile + .desc = { ent-FloorTileItemDark.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl index f9d73fa7b6..ad08a501ae 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl @@ -8,3 +8,6 @@ ent-CartridgePistolIncendiary = cartridge (.35 auto incendiary) .desc = Arguably the most popular caliber on the market, used by all manner of pistols and submachine guns. Incendiary ammunition contains a self-igniting compound that sets the target ablaze. ent-CartridgePistolUranium = cartridge (.35 auto uranium) .desc = Arguably the most popular caliber on the market, used by all manner of pistols and submachine guns. Uranium core ammunition features a load of fissile material, irradiating the target from the inside. +ent-CartridgePistolSpent = cartridge (.35 auto) + .suffix = spent + .desc = { ent-BaseCartridgePistol.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl index 4465d6fbd8..de478f7026 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl @@ -6,5 +6,7 @@ ent-WeaponRifleM90GrenadeLauncher = M-90gl .desc = An older bullpup carbine model, with an attached underbarrel grenade launcher. Uses .20 rifle ammo. ent-WeaponRifleLecter = Lecter .desc = A high end military grade assault rifle. Uses .20 rifle ammo. +ent-WeaponRifleEstoc = Estoc DMR + .desc = A designated marksman rifle, favored for medium-to-long range engagements. Uses .20 rifle ammo. ent-WeaponRifleFoam = Foam Force Astro Ace .desc = A premium foam rifle of the highest quality. Its plastic feels rugged, and its mechanisms sturdy. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl index b2a78991f4..2bcd739162 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl @@ -1,2 +1,2 @@ ent-ArmBlade = arm blade - .desc = A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. + .desc = A grotesque blade made out of bone and flesh that can pry open doors and cleaves through people as a hot knife through butter. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index 00b69932c8..ba72f72213 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -190,6 +190,9 @@ ent-AirlockHydroGlassLocked = { ent-AirlockHydroponicsGlass } ent-AirlockChapelGlassLocked = { ent-AirlockServiceGlassLocked } .suffix = Chapel, Locked .desc = { ent-AirlockServiceGlassLocked.desc } +ent-AirlockChapelStandardGlassLocked = { ent-AirlockStandardGlass } + .suffix = Chapel, Locked + .desc = { ent-AirlockStandardGlass.desc } ent-AirlockEngineeringGlassLocked = { ent-AirlockEngineeringGlass } .suffix = Engineering, Locked .desc = { ent-AirlockEngineeringGlass.desc } @@ -277,6 +280,9 @@ ent-AirlockSyndicateNukeopGlassLocked = { ent-AirlockSyndicateGlass } ent-AirlockMaintLocked = { ent-AirlockMaint } .suffix = Locked .desc = { ent-AirlockMaint.desc } +ent-AirlockXenoMaintLocked = { ent-AirlockXeno } + .suffix = Maintenance, Locked + .desc = { ent-AirlockXeno.desc } ent-AirlockMaintGlassLocked = { ent-AirlockMaintGlass } .suffix = Locked .desc = { ent-AirlockMaintGlass.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl index b3bc2b5c77..478e31eb0a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl @@ -94,3 +94,12 @@ ent-AirlockMiningGlass = { ent-AirlockCargoGlass } ent-AirlockCentralCommandGlass = { ent-AirlockCommandGlass } .suffix = Central Command .desc = { ent-AirlockCommandGlass.desc } +ent-AirlockStandardGlass = { ent-AirlockGlass } + .suffix = Service + .desc = { ent-AirlockGlass.desc } +ent-AirlockXeno = { ent-Airlock } + .suffix = Xeno + .desc = { ent-Airlock.desc } +ent-AirlockGlassXeno = { ent-AirlockGlass } + .suffix = Xeno + .desc = { ent-AirlockGlass.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl index 175943a94d..b54dc0d9d3 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl @@ -5,3 +5,10 @@ ent-BlastDoorOpen = { ent-BlastDoor } .desc = { ent-BlastDoor.desc } ent-BlastDoorFrame = blast door frame .desc = This one says 'BLAST DONGER'. +ent-BlastDoorXeno = xeno blast door + .desc = Don't lose an arm! +ent-BlastDoorXenoOpen = { ent-BlastDoorXeno } + .suffix = Open + .desc = { ent-BlastDoorXeno.desc } +ent-BlastDoorXenoFrame = xeno blast door frame + .desc = This one says 'BLAST DONGER'. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl index e301b8ea45..c7b03177ea 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl @@ -46,3 +46,5 @@ ent-SteelBench = steel bench .desc = A long chair made for a metro. Really standard design. ent-WoodenBench = wooden bench .desc = Did you get a splinter? Well, at least it’s eco friendly. +ent-ChairXeno = xeno chair + .desc = { ent-StoolBase.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl index 62e1a17186..d621ab9a6e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl @@ -24,6 +24,8 @@ ent-TableStone = stone table .desc = Literally the sturdiest thing you have ever seen. ent-TableWeb = web table .desc = Really smooth and surprisingly durable. +ent-TableXeno = xeno table + .desc = I wouldn't put the silverware on it. ent-TableFancyBase = fancy table .desc = Expensive and rich. ent-TableFancyBlue = { ent-TableFancyBase } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl index 2ad208a91e..237ca0bf8d 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl @@ -1,2 +1,4 @@ ent-CryoPod = cryo pod .desc = A special machine intended to create a safe environment for the use of chemicals that react in cold environments. +ent-CryoPodDestroyed = destroyed cryo pod + .desc = A cryo pod that has seen better days. It's entirely inoperable; not good for anything but scrap. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl index 2a17d1ef31..00518369b6 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl @@ -12,3 +12,5 @@ ent-ShuttleGunPirateCannon = pirate ship cannon .desc = Kaboom! ent-ShuttleGunKinetic = PTK-800 "Matter Dematerializer" .desc = Salvage stationary mining turret. Gradually accumulates charges on its own, extremely effective for asteroid excavation. +ent-ShuttleGunKineticOld = exomorphic dematerializer + .desc = An ancient ship gun, utilizing biomechanical systems to store and release energy. While unique in its design, it has been rendered obsolete due to its inferior charging and firing speed compared to mechanical constructions. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl index 8150ad3d3f..9d96cbe176 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl @@ -16,3 +16,5 @@ ent-GyroscopeUnanchored = { ent-Gyroscope } ent-DebugGyroscope = { ent-BaseThruster } .suffix = DEBUG .desc = { ent-BaseThruster.desc } +ent-RustedThruster = rusted thruster + .desc = An unrepairable thruster, broken down from wear and tear. Only useful for scrapping. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl index c5f6f23e9a..54efed5042 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl @@ -2,3 +2,7 @@ ent-AirAlarm = air alarm .desc = An air alarm. Alarms... air? ent-AirAlarmAssembly = air alarm assembly .desc = An air alarm. Doesn't look like it'll be alarming air any time soon. +ent-AirAlarmXeno = air alarm + .desc = An alien air alarm. Hopefully they didn't breathe poison. +ent-AirAlarmAssemblyXeno = air alarm assembly + .desc = An alien air alarm. Why are the wires pulsating?... diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl index d746c12b8a..b62807c011 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl @@ -2,3 +2,7 @@ ent-FireAlarm = fire alarm .desc = A fire alarm. Spicy! ent-FireAlarmAssembly = fire alarm assembly .desc = A fire alarm assembly. Very mild. +ent-FireAlarmXeno = fire alarm + .desc = An alien fire alarm. Works just the same! +ent-FireAlarmAssemblyXeno = fire alarm assembly + .desc = An alien fire alarm assembly. Good luck with the wires. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl index 6d18d343d1..e8320d0026 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl @@ -1,5 +1,5 @@ ent-Mirror = mirror .desc = Mirror mirror on the wall , who's the most robust of them all? -ent-MirrorModern = mirror +ent-MirrorModern = { ent-Mirror } .suffix = rectangle .desc = { ent-Mirror.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/walls.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/walls.ftl index 3e5a69c3ec..8b38194e0a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/walls.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/walls.ftl @@ -63,6 +63,10 @@ ent-WallSolidDiagonal = solid wall ent-WallSolidRust = { ent-WallSolid } .suffix = rusted .desc = { ent-WallSolid.desc } +ent-WallSolidChitin = solid chitin + .desc = { ent-BaseWall.desc } +ent-WallReinforcedChitin = reinforced chitin + .desc = { ent-BaseWall.desc } ent-WallUranium = uranium wall .desc = { ent-BaseWall.desc } ent-WallWood = wood wall diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl new file mode 100644 index 0000000000..3119fad16f --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl @@ -0,0 +1,2 @@ +ent-XenoResinWindow = resin window + .desc = Transparent and hardened, yet slightly sticky to the touch. Slightly stronger than a normal reinforced window. diff --git a/Resources/Locale/ru-RU/actions/commands/addaction.ftl b/Resources/Locale/ru-RU/actions/commands/addaction.ftl new file mode 100644 index 0000000000..f4785ecd8d --- /dev/null +++ b/Resources/Locale/ru-RU/actions/commands/addaction.ftl @@ -0,0 +1,9 @@ +# addaction +cmd-addaction-desc = Adds an action to the target entity. The action will not work if the target requires an additional component on their entity (such as Dragon's Devour). +cmd-addaction-help = addaction +cmd-addaction-invalid-args = Expected exactly 2 arguments. +cmd-addaction-actions-not-found = Target entity cannot use actions. +cmd-addaction-action-not-found = Can't find matching action prototype { $action }. +cmd-addaction-adding-failed = Failed to add the action. +cmd-addaction-player-completion = +cmd-addaction-action-completion = diff --git a/Resources/Locale/ru-RU/actions/commands/rmaction.ftl b/Resources/Locale/ru-RU/actions/commands/rmaction.ftl new file mode 100644 index 0000000000..bbab5ebca9 --- /dev/null +++ b/Resources/Locale/ru-RU/actions/commands/rmaction.ftl @@ -0,0 +1,9 @@ +# rmaction +cmd-rmaction-desc = Removes an action from an entity. +cmd-rmaction-help = rmaction +cmd-rmaction-invalid-args = Expected exactly 2 arguments. +cmd-rmaction-actions-not-found = Target entity cannot use actions. +cmd-rmaction-not-an-action = Target entity is not an action. +cmd-rmaction-player-completion = +cmd-rmaction-action-completion = +cmd-rmaction-action-info = { $action } diff --git a/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl b/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl index 08280d4320..86e43c7ebe 100644 --- a/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl @@ -1,3 +1,7 @@ +cmd-callshuttle-desc = Calls the emergency shuttle with an optionally provided arrival time. +cmd-callshuttle-help = Usage: callshuttle [m:ss] +cmd-recallshuttle-desc = Recalls the emergency shuttle. +cmd-recallshuttle-help = Usage: recallshuttle call-shuttle-command-description = Вызывает эвакуационный шаттл с указанием времени прибытия по выбору. call-shuttle-command-help-text = Использование: { $command } [m:ss] recall-shuttle-command-description = Отзывает эвакуационный шаттл. diff --git a/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl index 41a3f28459..8174e266d8 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl @@ -1,2 +1,4 @@ +cmd-setadminooc-desc = Sets the color of your OOC messages. Color must be in hex format, example: setadminooc #c43b23 +cmd-setadminooc-help = Usage: setadminooc set-admin-ooc-command-description = Устанавливает цвет ваших OOC-сообщений. Цвет должен быть в шестнадцатеричном формате, пример: { $command } #c43b23 set-admin-ooc-command-help-text = Использование: { $command } diff --git a/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl index ee73b8865b..40ec1807c2 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl @@ -1,3 +1,7 @@ +cmd-setlooc-description = Allows you to enable or disable LOOC. +cmd-setlooc-help = Usage: setlooc OR setlooc [value] +cmd-setlooc-looc-enabled = LOOC chat has been enabled. +cmd-setlooc-looc-disabled = LOOC chat has been disabled. set-looc-command-description = Позволяет включить или выключить LOOC. set-looc-command-help = Использование: setlooc ИЛИ setlooc [value] set-looc-command-too-many-arguments-error = Слишком много аргументов. diff --git a/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl index 6dccb75f36..a6b8118b40 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl @@ -1,3 +1,7 @@ +cmd-setmind-desc = Transfers a mind to the specified entity. The entity must have a { $requiredComponent }. By default this will force minds that are currently visiting other entities to return (i.e., return a ghost to their main body). +cmd-setmind-help = Usage: { $command } [unvisit] +cmd-setmind-command-target-has-no-content-data-message = Target player does not have content data (wtf?) +cmd-setmind-command-target-has-no-mind-message = Target entity does not have a mind (did you forget to make sentient?) set-mind-command-description = Перемещает сознание в указанную сущность. Сущность должна иметь { $requiredComponent }. По умолчанию это заставит разум, который в данный момент посещает другие сущности, вернуться обратно (т.е. вернуть призрака в своё основное тело). set-mind-command-help-text = Использование: { $command } [unvisit] set-mind-command-target-has-no-content-data-message = Целевой игрок не имеет данных о содержимом (wtf?) diff --git a/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl index 55329ee848..e9e77364de 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl @@ -1,3 +1,7 @@ +cmd-setooc-desc = Allows you to enable or disable OOC. +cmd-setooc-help = Usage: setooc OR setooc [value] +cmd-setooc-ooc-enabled = OOC chat has been enabled. +cmd-setooc-ooc-disabled = OOC chat has been disabled. set-ooc-command-description = Позволяет включить или выключить OOC. set-ooc-command-help = Использование: setooc ИЛИ setooc [value] set-ooc-command-too-many-arguments-error = Слишком много аргументов. diff --git a/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl index bf7f0ab096..4b8a87d781 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl @@ -1,3 +1,7 @@ +cmd-setoutfit-desc = Sets the outfit of the specified entity. The entity must have { INDEFINITE($requiredComponent) } { $requiredComponent } +cmd-setoutfit-help = Usage: setoutfit | setoutfit +cmd-setoutfit-is-not-player-error = This command requires both arguments to work from the server console. +cmd-setoutfit-invalid-outfit-id-error = Invalid outfit id. set-outfit-command-description = Устанавливает наряд указанной сущности. Сущность должна иметь { $requiredComponent } set-outfit-command-help-text = Использование: { $command } | { $command } set-outfit-command-is-not-player-error = Для работы этой команды с консоли сервера требуются оба аргумента. diff --git a/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl b/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl index fbf5f7d1b4..392f71aa86 100644 --- a/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl +++ b/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl @@ -6,3 +6,5 @@ admin-announce-button = Сделать объявление admin-announce-type-station = Станция admin-announce-type-server = Сервер admin-announce-keep-open = Держать открытым +cmd-announceui-desc = Opens the announcement UI. +cmd-announceui-help = Usage: announceui diff --git a/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl b/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl index 33ddbe6773..4f2935d9e8 100644 --- a/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl @@ -13,3 +13,14 @@ admin-explosion-eui-label-angle = Угол admin-explosion-eui-label-spread = Радиус admin-explosion-eui-label-distance = Дистанция admin-explosion-eui-label-spawn = Бабах! +cmd-explosionui-desc = Opens a window for easy access to station destruction. +cmd-explosionui-help = Usage: explosionui +cmd-explosion-desc = Train go boom +cmd-explosion-help = Usage: explosion [intensity] [slope] [maxIntensity] [x y] [mapId] [prototypeId] +cmd-explosion-failed-to-parse-intensity = Failed to parse intensity: { $value } +cmd-explosion-failed-to-parse-float = Failed to parse float: { $value } +cmd-explosion-failed-to-parse-coords = Failed to parse coordinates: { $value1 } { $value2 } +cmd-explosion-failed-to-parse-map-id = Failed to parse map ID: { $value } +cmd-explosion-need-coords-explicit = Failed get default coordinates/map via player's transform. Need to specify explicitly. +cmd-explosion-unknown-prototype = Unknown explosion prototype: { $value } +cmd-explosion-no-prototypes = Prototype manager has no explosion prototypes? diff --git a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl index 7749186b77..bda2930ac6 100644 --- a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl @@ -20,3 +20,5 @@ permissions-eui-edit-admin-rank-button = Редактировать permissions-eui-edit-admin-rank-window-title = Редактирование админ ранга permissions-eui-edit-admin-window-save-button = Сохранить permissions-eui-edit-admin-window-remove-flag-button = Удалить +cmd-permissions-desc = Opens the admin permissions panel. +cmd-permissions-help = Usage: permissions diff --git a/Resources/Locale/ru-RU/alerts/alerts.ftl b/Resources/Locale/ru-RU/alerts/alerts.ftl index 8c28f7380f..b7f89b8300 100644 --- a/Resources/Locale/ru-RU/alerts/alerts.ftl +++ b/Resources/Locale/ru-RU/alerts/alerts.ftl @@ -78,3 +78,5 @@ alerts-revenant-corporeal-name = Материальность alerts-revenant-corporeal-desc = Вы физически воплотились. Окружающие могут видеть и наносить вам вред. alerts-rooted-name = Rooted alerts-rooted-desc = You are attached to the ground. You can't slip, but you absorb fluids under you. +alerts-stealthy-name = Pickpocketing +alerts-stealthy-desc = Whether you are currently pickpocketing. Click to toggle. diff --git a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl index dc6e529c9a..2340b0861b 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -19,7 +19,7 @@ cargo-console-menu-requests-label = Запросы cargo-console-menu-orders-label = Заказы cargo-console-menu-order-reason-description = Причина: { $reason } cargo-console-menu-populate-categories-all-text = Все -cargo-console-menu-populate-orders-cargo-order-row-product-name-text = {$productName} (x{$orderAmount}) by {$orderRequester} from [color={$accountColor}]{$account}[/color] +cargo-console-menu-populate-orders-cargo-order-row-product-name-text = { $productName } (x{ $orderAmount }) by { $orderRequester } from [color={ $accountColor }]{ $account }[/color] cargo-console-menu-cargo-order-row-approve-button = Одобрить cargo-console-menu-cargo-order-row-cancel-button = Отменить cargo-console-menu-tab-title-orders = Orders @@ -83,7 +83,7 @@ cargo-acquisition-slip-body = [head=3]Asset Detail[/head] { "[bold]Unit cost:[/bold" }] ${ $unit } { "[bold]Amount:[/bold]" } { $amount } { "[bold]Cost:[/bold]" } ${ $cost } - + { "[head=3]Purchase Detail[/head]" } { "[bold]Orderer:[/bold]" } { $orderer } { "[bold]Reason:[/bold]" } { $reason } diff --git a/Resources/Locale/ru-RU/changelog/changelog-window.ftl b/Resources/Locale/ru-RU/changelog/changelog-window.ftl index 268d3d5d00..b95c487fbf 100644 --- a/Resources/Locale/ru-RU/changelog/changelog-window.ftl +++ b/Resources/Locale/ru-RU/changelog/changelog-window.ftl @@ -12,3 +12,5 @@ changelog-button-new-entries = Обновления (!) changelog-tab-title-Changelog = Список изменений changelog-tab-title-Admin = Админское changelog-tab-title-Maps = Maps +cmd-changelog-desc = Opens the changelog. +cmd-changelog-help = Usage: changelog diff --git a/Resources/Locale/ru-RU/commands/admin-logs-command.ftl b/Resources/Locale/ru-RU/commands/admin-logs-command.ftl new file mode 100644 index 0000000000..056dd945a3 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/admin-logs-command.ftl @@ -0,0 +1,2 @@ +cmd-adminlogs-desc = Opens the admin logs panel. +cmd-adminlogs-help = Usage: adminlogs diff --git a/Resources/Locale/ru-RU/commands/admin-who-command.ftl b/Resources/Locale/ru-RU/commands/admin-who-command.ftl new file mode 100644 index 0000000000..dd475c2af9 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/admin-who-command.ftl @@ -0,0 +1,2 @@ +cmd-adminwho-desc = Returns a list of all admins on the server. +cmd-adminwho-help = Usage: adminwho diff --git a/Resources/Locale/ru-RU/commands/asay-command.ftl b/Resources/Locale/ru-RU/commands/asay-command.ftl new file mode 100644 index 0000000000..cf55f7c691 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/asay-command.ftl @@ -0,0 +1,2 @@ +cmd-asay-desc = Send chat messages to the private admin chat channel. +cmd-asay-help = Usage: asay diff --git a/Resources/Locale/ru-RU/commands/deadmin-command.ftl b/Resources/Locale/ru-RU/commands/deadmin-command.ftl new file mode 100644 index 0000000000..ceceba8b75 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/deadmin-command.ftl @@ -0,0 +1,4 @@ +cmd-deadmin-desc = Temporarily de-admins you so you can experience the round as a normal player. +cmd-deadmin-help = + Usage: deadmin + Use readmin to re-admin after using this. diff --git a/Resources/Locale/ru-RU/commands/delete-component-command.ftl b/Resources/Locale/ru-RU/commands/delete-component-command.ftl new file mode 100644 index 0000000000..a278c36fc5 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/delete-component-command.ftl @@ -0,0 +1,4 @@ +cmd-deletecomponent-desc = Deletes all instances of the specified component. +cmd-deletecomponent-help = Usage: deletecomponent " +cmd-deletecomponent-no-component-exists = No component exists with name { $name }. +cmd-deletecomponent-success = Removed { $count } components with name { $name }. diff --git a/Resources/Locale/ru-RU/commands/destroy-mechanism-command.ftl b/Resources/Locale/ru-RU/commands/destroy-mechanism-command.ftl new file mode 100644 index 0000000000..b31ab390c5 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/destroy-mechanism-command.ftl @@ -0,0 +1,4 @@ +cmd-destroymechanism-desc = Destroys a mechanism from your entity. +cmd-destroymechanism-help = Usage: destroymechanism +cmd-destroymechanism-success = Mechanism with name { $name } has been destroyed. +cmd-destroymechanism-no-mechanism-found = No mechanism was found with name { $name }. diff --git a/Resources/Locale/ru-RU/commands/force-map-command.ftl b/Resources/Locale/ru-RU/commands/force-map-command.ftl new file mode 100644 index 0000000000..02ff66b689 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/force-map-command.ftl @@ -0,0 +1,6 @@ +cmd-forcemap-desc = Forces the game to start with a given map next round. +cmd-forcemap-help = Usage: forcemap +cmd-forcemap-success = Forced the game to start with map { $map } next round. +cmd-forcemap-cleared = Cleared the forced map setting. +cmd-forcemap-map-not-found = No eligible map exists with name { $map }. +cmd-forcemap-hint = diff --git a/Resources/Locale/ru-RU/commands/force-preset-command.ftl b/Resources/Locale/ru-RU/commands/force-preset-command.ftl new file mode 100644 index 0000000000..93701d91ea --- /dev/null +++ b/Resources/Locale/ru-RU/commands/force-preset-command.ftl @@ -0,0 +1,6 @@ +cmd-forcepreset-desc = Forces a specific game preset to start for the current lobby. +cmd-forcepreset-help = Usage: forcepreset +cmd-forcepreset-preround-lobby-only = This can only be executed while the game is in the pre-round lobby. +cmd-forcepreset-no-preset-found = No preset exists with name { $preset }. +cmd-forcepreset-success = Forced the game to start with preset { $preset }. +cmd-forcepreset-hint = diff --git a/Resources/Locale/ru-RU/commands/ghost-kick-command.ftl b/Resources/Locale/ru-RU/commands/ghost-kick-command.ftl new file mode 100644 index 0000000000..64e1564e45 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/ghost-kick-command.ftl @@ -0,0 +1,3 @@ +cmd-ghostkick-desc = Kick a client from the server as if their network just dropped. +cmd-ghostkick-help = Usage: ghostkick [Reason] +cmd-ghostkick-default-reason = Ghost kicked by console. diff --git a/Resources/Locale/ru-RU/commands/ghost-visibility-commands.ftl b/Resources/Locale/ru-RU/commands/ghost-visibility-commands.ftl new file mode 100644 index 0000000000..3b9f6eccd2 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/ghost-visibility-commands.ftl @@ -0,0 +1,5 @@ +cmd-toggleghostvisibility-desc = Toggles ghost visibility on the client. +cmd-toggleghostvisibility-help = Usage: toggleghostvisibility [bool] +cmd-toggleselfghost-desc = Toggles seeing your own ghost. +cmd-toggleselfghost-help = Usage: toggleselfghost +cmd-toggleselfghost-must-be-ghost = Entity must be a ghost. diff --git a/Resources/Locale/ru-RU/commands/go-lobby-command.ftl b/Resources/Locale/ru-RU/commands/go-lobby-command.ftl new file mode 100644 index 0000000000..99115a78c6 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/go-lobby-command.ftl @@ -0,0 +1,4 @@ +cmd-golobby-desc = Enables the lobby and restarts the round. +cmd-golobby-help = Usage: golobby / golobby +cmd-golobby-success = Enabling the lobby and restarting the round. +cmd-golobby-success-with-preset = Enabling the lobby and restarting the round with preset { $preset }. diff --git a/Resources/Locale/ru-RU/commands/grid-drag-command.ftl b/Resources/Locale/ru-RU/commands/grid-drag-command.ftl new file mode 100644 index 0000000000..226f55248d --- /dev/null +++ b/Resources/Locale/ru-RU/commands/grid-drag-command.ftl @@ -0,0 +1,3 @@ +cmd-griddrag-desc = Allows someone with permissions to drag grids around. +cmd-griddrag-help = Usage: griddrag +cmd-griddrag-status = Grid dragging set to { $status }. diff --git a/Resources/Locale/ru-RU/commands/is-afk-command.ftl b/Resources/Locale/ru-RU/commands/is-afk-command.ftl new file mode 100644 index 0000000000..f51815089c --- /dev/null +++ b/Resources/Locale/ru-RU/commands/is-afk-command.ftl @@ -0,0 +1,4 @@ +cmd-isafk-desc = Checks if a specified player is AFK. +cmd-isafk-help = Usage: isafk +cmd-isafk-true = They are indeed AFK. +cmd-isafk-false = They are not AFK. diff --git a/Resources/Locale/ru-RU/commands/map-commands.ftl b/Resources/Locale/ru-RU/commands/map-commands.ftl new file mode 100644 index 0000000000..5416a094fe --- /dev/null +++ b/Resources/Locale/ru-RU/commands/map-commands.ftl @@ -0,0 +1,4 @@ +cmd-loadgamemap-desc = Loads the given game map at the given coordinates. +cmd-loadgamemap-help = loadgamemap [ []] +cmd-listgamemaps-desc = Lists the game maps that can be used by loadgamemap. +cmd-listgamemaps-help = Usage: listgamemaps diff --git a/Resources/Locale/ru-RU/commands/me-command.ftl b/Resources/Locale/ru-RU/commands/me-command.ftl new file mode 100644 index 0000000000..ba0e6fc344 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/me-command.ftl @@ -0,0 +1,2 @@ +cmd-me-desc = Perform an action. +cmd-me-help = Usage: me diff --git a/Resources/Locale/ru-RU/commands/mind-info-command.ftl b/Resources/Locale/ru-RU/commands/mind-info-command.ftl new file mode 100644 index 0000000000..8268bc96dc --- /dev/null +++ b/Resources/Locale/ru-RU/commands/mind-info-command.ftl @@ -0,0 +1,3 @@ +cmd-mindinfo-desc = Lists info for the mind of a specific player. +cmd-mindinfo-help = Usage: mindinfo +cmd-mindinfo-mind-not-found = Can't find that mind. diff --git a/Resources/Locale/ru-RU/commands/node-vis-commands.ftl b/Resources/Locale/ru-RU/commands/node-vis-commands.ftl new file mode 100644 index 0000000000..7cd2c8ae70 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/node-vis-commands.ftl @@ -0,0 +1,6 @@ +cmd-nodevis-desc = Toggles node group visualization. +cmd-nodevis-help = Usage: nodevis +cmd-nodevisfilter-desc = Toggles showing a specific group on nodevis. +cmd-nodevisfilter-help = + Usage: nodevisfilter [filter] + Omit filter to list currently masked-off diff --git a/Resources/Locale/ru-RU/commands/npc-command.ftl b/Resources/Locale/ru-RU/commands/npc-command.ftl new file mode 100644 index 0000000000..e1f58705e9 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/npc-command.ftl @@ -0,0 +1,2 @@ +cmd-npc-desc = Opens the debug window for NPCs. +cmd-npc-help = Usage: npc diff --git a/Resources/Locale/ru-RU/commands/ooc-command.ftl b/Resources/Locale/ru-RU/commands/ooc-command.ftl new file mode 100644 index 0000000000..6bcf7a1128 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/ooc-command.ftl @@ -0,0 +1,2 @@ +cmd-ooc-desc = Send Out Of Character chat messages. +cmd-ooc-help = Usage: ooc diff --git a/Resources/Locale/ru-RU/commands/pardon-command.ftl b/Resources/Locale/ru-RU/commands/pardon-command.ftl new file mode 100644 index 0000000000..a4ab36fbce --- /dev/null +++ b/Resources/Locale/ru-RU/commands/pardon-command.ftl @@ -0,0 +1,8 @@ +cmd-pardon-desc = Pardon somebody's ban. +cmd-pardon-help = Usage: pardon +cmd-pardon-unable-to-parse = + Unable to parse { $id } as a ban id integer. + { $help } +cmd-pardon-already-pardoned = This ban has already been pardoned. +cmd-pardon-already-pardoned-specific = This ban has already been pardoned by { $admin } in { $time }. +cmd-pardon-success = Pardoned ban with id { $id }. diff --git a/Resources/Locale/ru-RU/commands/promote-host-command.ftl b/Resources/Locale/ru-RU/commands/promote-host-command.ftl new file mode 100644 index 0000000000..7155fecc26 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/promote-host-command.ftl @@ -0,0 +1,2 @@ +cmd-promotehost-desc = Grants client temporary full host admin privileges. Use this to bootstrap admins. +cmd-promotehost-help = Usage promotehost diff --git a/Resources/Locale/ru-RU/commands/radiation-command.ftl b/Resources/Locale/ru-RU/commands/radiation-command.ftl new file mode 100644 index 0000000000..852ddc5437 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/radiation-command.ftl @@ -0,0 +1,2 @@ +cmd-showradiation-desc = Toggle visibility of radiation rays coming from rad sources +cmd-showradiation-help = Usage: showradiation diff --git a/Resources/Locale/ru-RU/commands/readmin-command.ftl b/Resources/Locale/ru-RU/commands/readmin-command.ftl new file mode 100644 index 0000000000..0a59cdc5fe --- /dev/null +++ b/Resources/Locale/ru-RU/commands/readmin-command.ftl @@ -0,0 +1,3 @@ +cmd-readmin-desc = Re-admins you if you previously de-adminned. +cmd-readmin-help = Usage: readmin +cmd-readmin-not-an-admin = You're not an admin. diff --git a/Resources/Locale/ru-RU/commands/remove-extra-components-command.ftl b/Resources/Locale/ru-RU/commands/remove-extra-components-command.ftl new file mode 100644 index 0000000000..dba3b1f7ca --- /dev/null +++ b/Resources/Locale/ru-RU/commands/remove-extra-components-command.ftl @@ -0,0 +1,5 @@ +cmd-removeextracomponents-desc = Removes all components from all entities of the specified id if that component is not in its prototype.\nIf no id is specified, it matches all entities. +cmd-removeextracomponents-help = removeextracomponents / removeextracomponents +cmd-removeextracomponents-invalid-prototype-id = Can't find entity prototype with id { $id }. +cmd-removeextracomponents-success = Removed { $count } components from { $entities }, +cmd-removeextracomponents-success-with-id = Removed { $count } components from { $entities } with id { $id }. diff --git a/Resources/Locale/ru-RU/commands/role-commands.ftl b/Resources/Locale/ru-RU/commands/role-commands.ftl new file mode 100644 index 0000000000..ebc60c083f --- /dev/null +++ b/Resources/Locale/ru-RU/commands/role-commands.ftl @@ -0,0 +1,11 @@ +cmd-addrole-desc = Adds a role to a player's mind. +cmd-addrole-help = Usage: addrole +cmd-addrole-mind-not-found = Can't find that mind. +cmd-addrole-role-not-found = Can't find that role. +cmd-addrole-mind-already-has-role = Mind already has that role. +cmd-listroles-desc = List all available roles. +cmd-listroles-help = Usage: listroles +cmd-rmrole-desc = Removes a role from a player's mind. +cmd-rmrole-help = + Usage: rmrole + The role type is the actual C# type name. diff --git a/Resources/Locale/ru-RU/commands/say-command.ftl b/Resources/Locale/ru-RU/commands/say-command.ftl new file mode 100644 index 0000000000..d74ea43868 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/say-command.ftl @@ -0,0 +1,2 @@ +cmd-say-desc = Send chat messages to the local channel or a specified radio channel. +cmd-say-help = Usage: say diff --git a/Resources/Locale/ru-RU/commands/set-battery-percent-command.ftl b/Resources/Locale/ru-RU/commands/set-battery-percent-command.ftl new file mode 100644 index 0000000000..34554bbd7d --- /dev/null +++ b/Resources/Locale/ru-RU/commands/set-battery-percent-command.ftl @@ -0,0 +1,4 @@ +cmd-setbatterypercent-desc = Drains or recharges a battery by entity uid and percentage, i.e.: forall with Battery do setbatterypercent $ID 0 +cmd-setbatterypercent-help = Usage: setbatterypercent +cmd-setbatterypercent-battery-not-found = No battery found with id { $id }. +cmd-setbatterypercent-not-valid-percent = { $arg } is not a valid float (percentage). diff --git a/Resources/Locale/ru-RU/commands/show-ambient-command.ftl b/Resources/Locale/ru-RU/commands/show-ambient-command.ftl new file mode 100644 index 0000000000..775c47e5b2 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/show-ambient-command.ftl @@ -0,0 +1,3 @@ +cmd-showambient-desc = Shows all AmbientSoundComponents in the viewport. +cmd-showambient-help = Usage: showambient +cmd-showambient-status = Ambient sound overlay set to { $status }. diff --git a/Resources/Locale/ru-RU/commands/show-gun-spread-command.ftl b/Resources/Locale/ru-RU/commands/show-gun-spread-command.ftl new file mode 100644 index 0000000000..7116015909 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/show-gun-spread-command.ftl @@ -0,0 +1,3 @@ +cmd-showgunspread-desc = Shows gun spread overlay for debugging. +cmd-showgunspreade-help = Usage: showgunspread +cmd-showgunspread-status = Set spread overlay to { $status }. diff --git a/Resources/Locale/ru-RU/commands/show-htn-command.ftl b/Resources/Locale/ru-RU/commands/show-htn-command.ftl new file mode 100644 index 0000000000..05d1a753a7 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/show-htn-command.ftl @@ -0,0 +1,2 @@ +cmd-showhtn-desc = Shows the current status for HTN NPCs. +cmd-showhtn-help = Usage: showhtn diff --git a/Resources/Locale/ru-RU/commands/spawn-entity-list-command.ftl b/Resources/Locale/ru-RU/commands/spawn-entity-list-command.ftl new file mode 100644 index 0000000000..1c643f8c4f --- /dev/null +++ b/Resources/Locale/ru-RU/commands/spawn-entity-list-command.ftl @@ -0,0 +1,4 @@ +cmd-spawnentitylist-desc = Spawns a list of entities around you. +cmd-spawnentitylist-help = Usage: spawnentitylist +cmd-spawnentitylist-failed = No { $prototype } found with id { $id }, +cmd-spawnentitylist-success = Spawned { $count } entities. diff --git a/Resources/Locale/ru-RU/commands/start-singularity-command.ftl b/Resources/Locale/ru-RU/commands/start-singularity-command.ftl new file mode 100644 index 0000000000..43aa81ba31 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/start-singularity-command.ftl @@ -0,0 +1,2 @@ +cmd-startsingularityengine-desc = Automatically turns on the particle accelerator and containment field emitters. +cmd-startsingularityengine-help = Usage: startsingularityengine diff --git a/Resources/Locale/ru-RU/commands/tile-pry-command.ftl b/Resources/Locale/ru-RU/commands/tile-pry-command.ftl new file mode 100644 index 0000000000..5b1a096c49 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/tile-pry-command.ftl @@ -0,0 +1,4 @@ +cmd-tilepry-desc = Pries up all tiles in a radius around the user. +cmd-tilepry-help = Usage: tilepry +cmd-tilepry-radius-must-be-positive = Radius must be positive. +cmd-tilepry-arg-must-be-number = { $arg } isn't a valid integer. diff --git a/Resources/Locale/ru-RU/commands/toggle-decals-command.ftl b/Resources/Locale/ru-RU/commands/toggle-decals-command.ftl new file mode 100644 index 0000000000..3b38d6ce6c --- /dev/null +++ b/Resources/Locale/ru-RU/commands/toggle-decals-command.ftl @@ -0,0 +1,2 @@ +cmd-toggledecals-desc = Toggles decal overlay. +cmd-toggledecals-help = Usage: toggledecals diff --git a/Resources/Locale/ru-RU/commands/toggle-disallow-late-join-command.ftl b/Resources/Locale/ru-RU/commands/toggle-disallow-late-join-command.ftl new file mode 100644 index 0000000000..bb0de5d4ef --- /dev/null +++ b/Resources/Locale/ru-RU/commands/toggle-disallow-late-join-command.ftl @@ -0,0 +1,4 @@ +cmd-toggledisallowlatejoin-desc = Allows or disallows latejoining during mid-game. +cmd-toggledisallowlatejoin-help = Usage: toggledisallowlatejoin +cmd-toggledisallowlatejoin-disabled = Late joining has been disabled. +cmd-toggledisallowlatejoin-enabled = Late joining has been enabled. diff --git a/Resources/Locale/ru-RU/commands/whisper-command.ftl b/Resources/Locale/ru-RU/commands/whisper-command.ftl new file mode 100644 index 0000000000..76331a0cd4 --- /dev/null +++ b/Resources/Locale/ru-RU/commands/whisper-command.ftl @@ -0,0 +1,2 @@ +cmd-whisper-desc = Send chat messages to the local channel as a whisper. +cmd-whisper-help = Usage: whisper diff --git a/Resources/Locale/ru-RU/construction/recipes/crates.ftl b/Resources/Locale/ru-RU/construction/recipes/crates.ftl new file mode 100644 index 0000000000..393b7784a1 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/crates.ftl @@ -0,0 +1,3 @@ +construction-recipe-crate-freezer = crate freezer +construction-recipe-big-box = large cardboard box +construction-recipe-box-cardboard = small cardboard box diff --git a/Resources/Locale/ru-RU/construction/recipes/furniture.ftl b/Resources/Locale/ru-RU/construction/recipes/furniture.ftl new file mode 100644 index 0000000000..c9a6265a28 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/furniture.ftl @@ -0,0 +1,11 @@ +construction-recipe-red-comf-bench = comfortable bench (red) +construction-recipe-blue-comf-bench = comfortable bench (blue) +construction-recipe-table-fancy-black = fancy table (black) +construction-recipe-table-fancy-blue = fancy table (blue) +construction-recipe-table-fancy-cyan = fancy table (cyan) +construction-recipe-table-fancy-green = fancy table (green) +construction-recipe-table-fancy-orange = fancy table (orange) +construction-recipe-table-fancy-purple = fancy table (purple) +construction-recipe-table-fancy-pink = fancy table (pink) +construction-recipe-table-fancy-red = fancy table (red) +construction-recipe-table-fancy-white = fancy table (white) diff --git a/Resources/Locale/ru-RU/construction/recipes/machines.ftl b/Resources/Locale/ru-RU/construction/recipes/machines.ftl new file mode 100644 index 0000000000..68c348c63d --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/machines.ftl @@ -0,0 +1,3 @@ +construction-recipe-light-switch-directional = apc net switch (directional) +construction-recipe-signal-switch-directional = signal switch (directional) +construction-recipe-signal-button-directional = signal button (directional) diff --git a/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl b/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl new file mode 100644 index 0000000000..05ee99cb16 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl @@ -0,0 +1,2 @@ +construction-smokeable-joint-rainbow = rainbow joint +construction-smokeable-blunt-rainbow = rainbow blunt diff --git a/Resources/Locale/ru-RU/construction/recipes/structures.ftl b/Resources/Locale/ru-RU/construction/recipes/structures.ftl new file mode 100644 index 0000000000..6534277937 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/structures.ftl @@ -0,0 +1,27 @@ +construction-recipe-diagonal-shuttle-wall = shuttle wall (diagonal) +construction-window-diagonal = window (diagonal) +construction-recipe-reinforced-window-diagonal = reinforced window (diagonal) +construction-recipe-clockwork-window-diagonal = clockwork window (diagonal) +construction-recipe-plasma-window-diagonal = plasma window (diagonal) +construction-recipe-reinforced-plasma-window-diagonal = reinforced plasma window (diagonal) +construction-recipe-uranium-window-diagonal = uranium window (diagonal) +construction-recipe-reinforced-uranium-window-diagonal = reinforced uranium window (diagonal) +construction-recipe-firelock-edge = directional firelock +construction-recipe-fence-metal-corner = chain link fence corner +construction-recipe-fence-metal-end = chain link fence end +construction-recipe-barricade-directional = directional barricade +construction-recipe-railing-corner = railing corner +construction-recipe-railing-corner-small = railing corner (small) +construction-recipe-railing-round = railing (round) +construction-recipe-fence-wood-end = wooden fence end +construction-recipe-fence-wood-corner = wooden fence corner +construction-recipe-fence-wood-t-junction = wooden fence T-junction +construction-recipe-fence-wood-end-small = small wooden fence end +construction-recipe-fence-wood-corner-small = small wooden fence corner +construction-recipe-fence-wood-t-junction-small = small wooden fence T-junction +construction-recipe-fence-wood-gate-small = small wooden fence gate +construction-recipe-pinion-airlock = clockwork airlock +construction-recipe-pinion-airlock-glass = glass clockwork airlock +construction-recipe-airlock-glass-shuttle = glass shuttle airlock +construction-recipe-plastic-flaps-clear = plastic flaps (clear) +construction-recipe-plastic-flaps-opaque = plastic flaps (opaque) diff --git a/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl b/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl new file mode 100644 index 0000000000..9283993612 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl @@ -0,0 +1 @@ +construction-recipe-closet-freezer = closet freezer diff --git a/Resources/Locale/ru-RU/construction/recipes/utilities.ftl b/Resources/Locale/ru-RU/construction/recipes/utilities.ftl new file mode 100644 index 0000000000..9c5e67c6c0 --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/utilities.ftl @@ -0,0 +1,5 @@ +construction-recipe-gas-pipe-half = gas pipe half +construction-recipe-gas-pipe-bend = gas pipe bend +construction-recipe-gas-pipe-t-junction = gas pipe T-junction +construction-recipe-gas-pipe-fourway = gas pipe fourway +construction-recipe-heat-exchanger-bend = radiator bend diff --git a/Resources/Locale/ru-RU/construction/recipes/web.ftl b/Resources/Locale/ru-RU/construction/recipes/web.ftl new file mode 100644 index 0000000000..51b687d8ed --- /dev/null +++ b/Resources/Locale/ru-RU/construction/recipes/web.ftl @@ -0,0 +1 @@ +construction-recipe-silk-woven-cloth = silk cloth diff --git a/Resources/Locale/ru-RU/devices/network-configurator.ftl b/Resources/Locale/ru-RU/devices/network-configurator.ftl index 15592bef7b..0a000ed6eb 100644 --- a/Resources/Locale/ru-RU/devices/network-configurator.ftl +++ b/Resources/Locale/ru-RU/devices/network-configurator.ftl @@ -45,3 +45,6 @@ network-configurator-examine-switch-modes = Нажмите { $key } чтобы network-configurator-item-status-label = Режим: { $mode } Переключить: { $keybinding } +# command +cmd-clearnetworklinkoverlays-desc = Clear all network link overlays. +cmd-clearnetworklinkoverlays-help = Usage: clearnetworklinkoverlays diff --git a/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl b/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl new file mode 100644 index 0000000000..72df36d2f4 --- /dev/null +++ b/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl @@ -0,0 +1 @@ +flash-protection = It provides protection from [color=lightblue]bright flashes[/color]. diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index 325594e297..4e3a3b8a8b 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -184,6 +184,7 @@ flavor-complex-true-nature = как истинная природа реальн flavor-complex-false-meat = как не совсем не мясо flavor-complex-paper = как кашеобразная масса flavor-complex-compressed-meat = как спрессованное мясо +flavor-complex-dog-food = like dog food # Drink-specific flavors. diff --git a/Resources/Locale/ru-RU/instruments/instruments-component.ftl b/Resources/Locale/ru-RU/instruments/instruments-component.ftl index a3b8d55570..393e79c930 100644 --- a/Resources/Locale/ru-RU/instruments/instruments-component.ftl +++ b/Resources/Locale/ru-RU/instruments/instruments-component.ftl @@ -20,5 +20,136 @@ instruments-component-channels-menu = Выбор MIDI-канала instrument-component-channel-name = MIDI-канал { $number } instruments-component-channels-all-button = Все instruments-component-channels-clear-button = Очистить +instruments-component-channels-track-names-toggle = Show Track Names +instruments-component-channels-single = { $channel } { $name } +instruments-component-channels-multi = { $channel } { $name } ({ $other }) # SwappableInstrumentComponent swappable-instrument-component-style-set = Установить стиль "{ $style }" +instruments-component-menu-midi-channel-acoustic-grand-piano = Acoustic Grand Piano +instruments-component-menu-midi-channel-bright-acoustic-piano = Bright Acoustic Piano +instruments-component-menu-midi-channel-electric-grand-piano = Electric Grand Piano +instruments-component-menu-midi-channel-honky-tonk-piano = Honky-tonk Piano +instruments-component-menu-midi-channel-rhodes-piano = Rhodes Piano +instruments-component-menu-midi-channel-chorused-piano = Chorused Piano +instruments-component-menu-midi-channel-harpsichord = Harpsichord +instruments-component-menu-midi-channel-clavinet = Clavinet +instruments-component-menu-midi-channel-celesta = Celesta +instruments-component-menu-midi-channel-glockenspiel = Glockenspiel +instruments-component-menu-midi-channel-music-box = Music Box +instruments-component-menu-midi-channel-vibraphone = Vibraphone +instruments-component-menu-midi-channel-marimba = Marimba +instruments-component-menu-midi-channel-xylophone = Xylophone +instruments-component-menu-midi-channel-tubular-bells = Tubular Bells +instruments-component-menu-midi-channel-dulcimer = Dulcimer +instruments-component-menu-midi-channel-hammond-organ = Hammond Organ +instruments-component-menu-midi-channel-percussive-organ = Percussive Organ +instruments-component-menu-midi-channel-rock-organ = Rock Organ +instruments-component-menu-midi-channel-church-organ = Church Organ +instruments-component-menu-midi-channel-reed-organ = Reed Organ +instruments-component-menu-midi-channel-accordion = Accordion +instruments-component-menu-midi-channel-harmonica = Harmonica +instruments-component-menu-midi-channel-tango-accordion = Tango Accordion +instruments-component-menu-midi-channel-acoustic-nylon-guitar = Acoustic Nylon Guitar +instruments-component-menu-midi-channel-acoustic-steel-guitar = Acoustic Steel Guitar +instruments-component-menu-midi-channel-electric-jazz-guitar = Electric Jazz Guitar +instruments-component-menu-midi-channel-electric-clean-guitar = Electric Clean Guitar +instruments-component-menu-midi-channel-electric-muted-guitar = Electric Muted Guitar +instruments-component-menu-midi-channel-overdriven-guitar = Overdriven Guitar +instruments-component-menu-midi-channel-distortion-guitar = Distortion Guitar +instruments-component-menu-midi-channel-guitar-harmonics = Guitar Harmonics +instruments-component-menu-midi-channel-acoustic-bass = Acoustic Bass +instruments-component-menu-midi-channel-fingered-electric-bass = Fingered Electric Bass +instruments-component-menu-midi-channel-plucked-electric-bass = Plucked Electric Bass +instruments-component-menu-midi-channel-fretless-bass = Fretless Bass +instruments-component-menu-midi-channel-slap-bass1 = Slap Bass 1 +instruments-component-menu-midi-channel-slap-bass2 = Slap Bass 2 +instruments-component-menu-midi-channel-synth-bass1 = Synth Bass 1 +instruments-component-menu-midi-channel-synth-bass2 = Synth Bass 2 +instruments-component-menu-midi-channel-violin = Violin +instruments-component-menu-midi-channel-viola = Viola +instruments-component-menu-midi-channel-cello = Cello +instruments-component-menu-midi-channel-contrabass = Contrabass +instruments-component-menu-midi-channel-tremolo-strings = Tremolo Strings +instruments-component-menu-midi-channel-pizzicato-strings = Pizzicato Strings +instruments-component-menu-midi-channel-orchestral-harp = Orchestral Harp +instruments-component-menu-midi-channel-timpani = Timpani +instruments-component-menu-midi-channel-string-ensemble1 = String Ensemble 1 +instruments-component-menu-midi-channel-string-ensemble2 = String Ensemble 2 +instruments-component-menu-midi-channel-synth-strings1 = Synth Strings 1 +instruments-component-menu-midi-channel-synth-strings2 = Synth Strings 2 +instruments-component-menu-midi-channel-choir-aah = Choir "Aah" +instruments-component-menu-midi-channel-voice-ooh = Voice "Ooh" +instruments-component-menu-midi-channel-synth-choir = Synth Choir +instruments-component-menu-midi-channel-orchestra-hit = Orchestra Hit +instruments-component-menu-midi-channel-trumpet = Trumpet +instruments-component-menu-midi-channel-trombone = Trombone +instruments-component-menu-midi-channel-tuba = Tuba +instruments-component-menu-midi-channel-muted-trumpet = Muted Trumpet +instruments-component-menu-midi-channel-french-horn = French Horn +instruments-component-menu-midi-channel-brass-section = Brass Section +instruments-component-menu-midi-channel-synth-brass1 = Synth Brass 1 +instruments-component-menu-midi-channel-synth-brass2 = Synth Brass 2 +instruments-component-menu-midi-channel-soprano-sax = Soprano Sax +instruments-component-menu-midi-channel-alto-sax = Alto Sax +instruments-component-menu-midi-channel-tenor-sax = Tenor Sax +instruments-component-menu-midi-channel-baritone-sax = Baritone Sax +instruments-component-menu-midi-channel-oboe = Oboe +instruments-component-menu-midi-channel-english-horn = English Horn +instruments-component-menu-midi-channel-bassoon = Bassoon +instruments-component-menu-midi-channel-clarinet = Clarinet +instruments-component-menu-midi-channel-piccolo = Piccolo +instruments-component-menu-midi-channel-flute = Flute +instruments-component-menu-midi-channel-recorder = Recorder +instruments-component-menu-midi-channel-pan-flute = Pan Flute +instruments-component-menu-midi-channel-bottle-blow = Bottle Blow +instruments-component-menu-midi-channel-shakuhachi = Shakuhachi +instruments-component-menu-midi-channel-whistle = Whistle +instruments-component-menu-midi-channel-ocarina = Ocarina +instruments-component-menu-midi-channel-square-wave-lead = Square Wave Lead +instruments-component-menu-midi-channel-sawtooth-wave-lead = Sawtooth Wave Lead +instruments-component-menu-midi-channel-calliope-lead = Calliope Lead +instruments-component-menu-midi-channel-chiff-lead = Chiff Lead +instruments-component-menu-midi-channel-charang-lead = Charang Lead +instruments-component-menu-midi-channel-voice-lead = Voice Lead +instruments-component-menu-midi-channel-fiths-lead = Fiths Lead +instruments-component-menu-midi-channel-bass-lead = Bass Lead +instruments-component-menu-midi-channel-new-age-pad = New Age Pad +instruments-component-menu-midi-channel-warm-pad = Warm Pad +instruments-component-menu-midi-channel-polysynth-pad = Polysynth Pad +instruments-component-menu-midi-channel-choir-pad = Choir Pad +instruments-component-menu-midi-channel-bowed-pad = Bowed Pad +instruments-component-menu-midi-channel-metallic-pad = Metallic Pad +instruments-component-menu-midi-channel-halo-pad = Halo Pad +instruments-component-menu-midi-channel-sweep-pad = Sweep Pad +instruments-component-menu-midi-channel-rain-effect = Rain Effect +instruments-component-menu-midi-channel-soundtrack-effect = Soundtrack Effect +instruments-component-menu-midi-channel-crystal-effect = Crystal Effect +instruments-component-menu-midi-channel-atmosphere-effect = Atmosphere Effect +instruments-component-menu-midi-channel-brightness-effect = Brightness Effect +instruments-component-menu-midi-channel-goblins-effect = Goblins Effect +instruments-component-menu-midi-channel-echoes-effect = Echoes Effect +instruments-component-menu-midi-channel-sci-fi-effect = Sci-Fi Effect +instruments-component-menu-midi-channel-sitar = Sitar +instruments-component-menu-midi-channel-banjo = Banjo +instruments-component-menu-midi-channel-shamisen = Shamisen +instruments-component-menu-midi-channel-koto = Koto +instruments-component-menu-midi-channel-kalimba = Kalimba +instruments-component-menu-midi-channel-bagpipe = Bagpipe +instruments-component-menu-midi-channel-fiddle = Fiddle +instruments-component-menu-midi-channel-shanai = Shanai +instruments-component-menu-midi-channel-tinkle-bell = Tinkle Bell +instruments-component-menu-midi-channel-agogo = Agogo +instruments-component-menu-midi-channel-steel-drums = Steel Drums +instruments-component-menu-midi-channel-woodblock = Woodblock +instruments-component-menu-midi-channel-taiko-drum = Taiko Drum +instruments-component-menu-midi-channel-melodic-tom = Melodic Tom +instruments-component-menu-midi-channel-synth-drum = Synth Drum +instruments-component-menu-midi-channel-reverse-cymbal = Reverse Cymbal +instruments-component-menu-midi-channel-guitar-fret-noise = Guitar Fret Noise +instruments-component-menu-midi-channel-breath-noise = Breath Noise +instruments-component-menu-midi-channel-seashore = Seashore +instruments-component-menu-midi-channel-bird-tweet = Bird Tweet +instruments-component-menu-midi-channel-telephone-ring = Telephone Ring +instruments-component-menu-midi-channel-helicopter = Helicopter +instruments-component-menu-midi-channel-applause = Applause +instruments-component-menu-midi-channel-gunshot = Gunshot diff --git a/Resources/Locale/ru-RU/job/role-ban-command.ftl b/Resources/Locale/ru-RU/job/role-ban-command.ftl index a062efb2ae..c4e6f737a8 100644 --- a/Resources/Locale/ru-RU/job/role-ban-command.ftl +++ b/Resources/Locale/ru-RU/job/role-ban-command.ftl @@ -8,8 +8,8 @@ cmd-roleban-help = Использование: roleban < cmd-roleban-hint-1 = cmd-roleban-hint-2 = cmd-roleban-hint-3 = -cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] -cmd-roleban-hint-5 = [тяжесть] +cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] +cmd-roleban-hint-5 = [тяжесть] cmd-roleban-hint-duration-1 = Навсегда cmd-roleban-hint-duration-2 = 1 день cmd-roleban-hint-duration-3 = 3 дня @@ -21,6 +21,9 @@ cmd-roleban-hint-duration-6 = 1 месяц cmd-roleunban-desc = Возвращает пользователю возможность играть на роли cmd-roleunban-help = Использование: roleunban +cmd-roleunban-unable-to-parse-id = + Unable to parse { $id } as a ban id integer. + { $help } ## Completion result hints @@ -34,7 +37,7 @@ cmd-rolebanlist-help = Использование: [include un ## Completion result hints cmd-rolebanlist-hint-1 = -cmd-rolebanlist-hint-2 = [include unbanned] +cmd-rolebanlist-hint-2 = [include unbanned] cmd-roleban-minutes-parse = { $time } - недопустимое количество минут.\n{ $help } cmd-roleban-severity-parse = ${ severity } не является валидной тяжестью\n{ $help }. cmd-roleban-arg-count = Недопустимое количество аргументов. diff --git a/Resources/Locale/ru-RU/lathe/lathe-categories.ftl b/Resources/Locale/ru-RU/lathe/lathe-categories.ftl index 9f54f18f2a..d84b1998f3 100644 --- a/Resources/Locale/ru-RU/lathe/lathe-categories.ftl +++ b/Resources/Locale/ru-RU/lathe/lathe-categories.ftl @@ -28,6 +28,7 @@ lathe-category-maints = Maints lathe-category-steel = Steel lathe-category-white = White lathe-category-wood = Wood +lathe-category-modules = Modules lathe-category-chemicals = Химикаты lathe-category-materials = Материалы lathe-category-boxes = Boxes diff --git a/Resources/Locale/ru-RU/lobby/lobby-state.ftl b/Resources/Locale/ru-RU/lobby/lobby-state.ftl index f415732dbd..952b502cb9 100644 --- a/Resources/Locale/ru-RU/lobby/lobby-state.ftl +++ b/Resources/Locale/ru-RU/lobby/lobby-state.ftl @@ -23,3 +23,11 @@ lobby-state-song-text = Играет: [color=white]{ $songTitle }[/color], ис lobby-state-song-no-song-text = В лобби не играет песня. lobby-state-song-unknown-title = [color=dimgray]Неизвестное название[/color] lobby-state-song-unknown-artist = [color=dimgray]Неизвестный исполнитель[/color] +lobby-state-playtime-comment-normal = + You've spent { $hours } { $hours -> + [1] hour + *[other] hours + } ingame today. Remember to take breaks! +lobby-state-playtime-comment-concerning = You've played for { $hours } hours today. Please take a break. +lobby-state-playtime-comment-grasstouchless = { $hours } hours. Consider logging off to attend to your needs. +lobby-state-playtime-comment-selfdestructive = { $hours } hours. Really? diff --git a/Resources/Locale/ru-RU/markings/scars.ftl b/Resources/Locale/ru-RU/markings/scars.ftl index 9d47597f2a..08cb52ca19 100644 --- a/Resources/Locale/ru-RU/markings/scars.ftl +++ b/Resources/Locale/ru-RU/markings/scars.ftl @@ -18,3 +18,7 @@ marking-ScarFace1-scar_face_1 = Шрам на лице marking-ScarFace1 = Шрам на лице (Большой) marking-ScarFace2-scar_face_2 = Шрам на лице marking-ScarFace2 = Шрам на лице (Маленький) +marking-ScarEyeRightSmall-scar_eye_right_small = Right Eye Scar (Small) +marking-ScarEyeRightSmall = Small Eye Scar (Right) +marking-ScarEyeLeftSmall-scar_eye_left_small = Left Eye Scar (Small) +marking-ScarEyeLeftSmall = Small Eye Scar (Left) diff --git a/Resources/Locale/ru-RU/markings/undergarment.ftl b/Resources/Locale/ru-RU/markings/undergarment.ftl index dbbde9fd03..7ab35b45b1 100644 --- a/Resources/Locale/ru-RU/markings/undergarment.ftl +++ b/Resources/Locale/ru-RU/markings/undergarment.ftl @@ -1,3 +1,20 @@ +marking-UndergarmentTopTanktop-tanktop = Tanktop +marking-UndergarmentTopBinder-binder = Binder +marking-UndergarmentTopBra-classic = Classic Bra +marking-UndergarmentTopSportsbra-sports = Sports Bra +marking-UndergarmentBottomBoxers-boxers = Boxers +marking-UndergarmentBottomBriefs-briefs = Briefs +marking-UndergarmentBottomSatin-satin = Satin +marking-UndergarmentTopTanktopVox-tanktop_vox = Tanktop +marking-UndergarmentTopBinderVox-binder_vox = Binder +marking-UndergarmentTopBraVox-classic_vox = Classic Bra +marking-UndergarmentTopSportsbraVox-sports_vox = Sports Bra +marking-UndergarmentBottomBoxersVox-boxers_vox = Boxers +marking-UndergarmentBottomBriefsVox-briefs_vox = Briefs +marking-UndergarmentBottomSatinVox-satin_vox = Satin +marking-UndergarmentBottomBoxersReptilian-boxers_reptilian = Boxers +marking-UndergarmentBottomBriefsReptilian-briefs_reptilian = Briefs +marking-UndergarmentBottomSatinReptilian-satin_reptilian = Satin marking-UndergarmentTopTanktop = Майка marking-UndergarmentTopBinder = Бандаж marking-UndergarmentTopBra = Классический бюстгальтер diff --git a/Resources/Locale/ru-RU/reagents/meta/fun.ftl b/Resources/Locale/ru-RU/reagents/meta/fun.ftl index ab12cb8467..318c08f5c5 100644 --- a/Resources/Locale/ru-RU/reagents/meta/fun.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/fun.ftl @@ -20,3 +20,5 @@ reagent-name-weh = сок, заставляющий говорить Вех reagent-desc-weh = Чистая сущность плюшевого унатха. Заставляет вас говорить Вех! reagent-name-hew = сок, заставляющий говорить Хев reagent-desc-hew = Чистая сущность инвертированного плюшевого унатха. Заставляет вас говорить Хев! +reagent-name-corgiessence = corgium +reagent-desc-corgiessence = Tastes like dog food. Clearly an acquired taste. diff --git a/Resources/Locale/ru-RU/recipes/tags.ftl b/Resources/Locale/ru-RU/recipes/tags.ftl index ef00cf9ea1..60b4e60832 100644 --- a/Resources/Locale/ru-RU/recipes/tags.ftl +++ b/Resources/Locale/ru-RU/recipes/tags.ftl @@ -128,5 +128,7 @@ construction-graph-tag-torch = torch # atmos construction-graph-tag-fire-extinguisher = fire extinguisher construction-graph-tag-fire-helmet = fire helmet +# clothing +construction-graph-tag-backpack = backpack # salvage construction-graph-tag-spationaut-hardsuit = spationaut hardsuit diff --git a/Resources/Locale/ru-RU/reflect/reflect-component.ftl b/Resources/Locale/ru-RU/reflect/reflect-component.ftl new file mode 100644 index 0000000000..713c989860 --- /dev/null +++ b/Resources/Locale/ru-RU/reflect/reflect-component.ftl @@ -0,0 +1,3 @@ +reflect-component-examine = It has a [color=lightblue]{ $value }%[/color] chance to [color=cyan]reflect[/color] { $type }. +reflect-component-nonenergy = bullets +reflect-component-energy = energy bolts diff --git a/Resources/Locale/ru-RU/research/components/technology-disk.ftl b/Resources/Locale/ru-RU/research/components/technology-disk.ftl index 13afbba2f3..fe76639230 100644 --- a/Resources/Locale/ru-RU/research/components/technology-disk.ftl +++ b/Resources/Locale/ru-RU/research/components/technology-disk.ftl @@ -2,6 +2,7 @@ tech-disk-inserted = Вы вставляете диск, добавляя на tech-disk-examine-none = Этикетка пуста. tech-disk-examine = На этикетке имеется небольшое матричное изображение, представляющее { $result }. tech-disk-examine-more = Имеются и другие изображения, но они слишком малы, чтобы разглядеть их. +tech-disk-name-format = { $baseName } ({ $technology }) tech-disk-ui-name = Терминал технологических дисков tech-disk-ui-total-label = На выбранном сервере имеется { $amount } очков tech-disk-ui-cost-label = Печать каждого диска стоит { $amount } очков diff --git a/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl b/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl new file mode 100644 index 0000000000..e3dca38922 --- /dev/null +++ b/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl @@ -0,0 +1 @@ +retractable-item-hand-cannot-drop = Your hand is already occupied. diff --git a/Resources/Locale/ru-RU/shell.ftl b/Resources/Locale/ru-RU/shell.ftl index 6a3b8a433d..7773658aac 100644 --- a/Resources/Locale/ru-RU/shell.ftl +++ b/Resources/Locale/ru-RU/shell.ftl @@ -8,6 +8,7 @@ shell-invalid-command-specific = Неверная команда { $commandName shell-cannot-run-command-from-server = Вы не можете выполнить эту команду с сервера. shell-only-players-can-run-this-command = Только игроки могут выполнять эту команду. shell-must-be-attached-to-entity = Для выполнения этой команды вы должны быть прикреплены к сущности. +shell-must-have-body = You must have a body to run this command. ## Arguments @@ -28,10 +29,12 @@ shell-wrong-arguments-number = Неправильное количество а shell-need-between-arguments = Нужно от { $lower } до { $upper } аргументов! shell-need-minimum-arguments = Нужно не менее { $minimum } аргументов! shell-need-minimum-one-argument = Нужен хотя бы один аргумент! +shell-need-exactly-zero-arguments = This command takes zero arguments. shell-argument-uid = EntityUid ## Guards +shell-missing-required-permission = You need { $perm } for this command! shell-entity-is-not-mob = Целевая сущность не является мобом! shell-invalid-entity-id = Недопустимый ID сущности. shell-invalid-grid-id = Недопустимый ID сетки. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl new file mode 100644 index 0000000000..301d24be59 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl @@ -0,0 +1,2 @@ +ent-ActionRetractableItemArmBlade = Arm Blade + .desc = Shed your flesh and reform it into a fleshy blade. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index 68ec17df13..04469e2e25 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -10,6 +10,8 @@ ent-ClothingBackpackDuffelSyndicateFilledShotgun = { ent-ClothingBackpackDuffelS ent-ClothingBackpackDuffelSyndicateFilledSMG = { ent-ClothingBackpackDuffelSyndicate } .desc = { ent-ClothingBackpackDuffelSyndicate.desc } .suffix = набор "C-20r" +ent-ClothingBackpackDuffelSyndicateFilledRifle = Estoc DMR bundle + .desc = For medium-range sharpshooting, the Estoc DMR. Bundled with three magazines. ent-ClothingBackpackDuffelSyndicateFilledRevolver = { ent-ClothingBackpackDuffelSyndicate } .desc = { ent-ClothingBackpackDuffelSyndicate.desc } .suffix = набор "Питон" diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl index 2f90f88089..ca9d4fe57e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl @@ -3,3 +3,5 @@ ent-ClothingBackpackChameleon = рюкзак .suffix = Хамелеон ent-ClothingBackpackWaterTank = ранцевый водяной резервуар .desc = Вмещает большое количество жидкости. Для разбрызгивания возьмите в руки форсунку. Сбоку имеется слот для форсунки. +ent-ClothingBagPet = pet bag + .desc = A small bag designed for use by pets and small animals. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl index 0cd20b5b66..80be293770 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -172,3 +172,5 @@ ent-ClothingHeadHatBeretMedic = берет врача .desc = Белый берет, призывающий вас к чистоте. ent-ClothingHeadHatSolidHeadband = solid headband .desc = You'll feel like you're Invisible while wearing this! (DISCLAIMER: DOES NOT ACTUALLY MAKE THE WEARER INVISIBLE) +ent-ClothingHeadPropellerHat = propeller hat + .desc = You're the bestest boy. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl index da773736a5..7bd81b383f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl @@ -2,6 +2,10 @@ ent-BaseFoam = { "" } .desc = { "" } ent-Smoke = дым .desc = { ent-BaseFoam.desc } +ent-TearGasSmoke = tear gas + .desc = { ent-BaseFoam.desc } +ent-TearGasSmokeWhite = { ent-TearGasSmoke } + .desc = { ent-TearGasSmoke.desc } ent-WizardSmoke = дым .desc = { ent-Smoke.desc } ent-Foam = пена diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl index 327bd5ecf6..77d8a0a7c5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl @@ -12,6 +12,18 @@ ent-PuddleEgg = { ent-PuddleTemporary } ent-PuddleTomato = { ent-PuddleTemporary } .desc = { ent-PuddleTemporary.desc } .suffix = Помидор +ent-PuddleBloodSmall = { ent-PuddleTemporary } + .suffix = Blood (5u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleBlood = { ent-PuddleTemporary } + .suffix = Blood (30u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleFluorosulfuricAcidSmall = { ent-PuddleTemporary } + .suffix = FluorosulfuricAcid (5u) + .desc = { ent-PuddleTemporary.desc } +ent-PuddleFluorosulfuricAcid = { ent-PuddleTemporary } + .suffix = FluorosulfuricAcid (15u) + .desc = { ent-PuddleTemporary.desc } ent-PuddleWatermelon = { ent-PuddleTemporary } .desc = { ent-PuddleTemporary.desc } .suffix = Арбуз diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl index abd25c4830..c5edc904cb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl @@ -19,3 +19,6 @@ ent-SpawnMobXenoRunner = Xeno Spawner ent-SpawnMobXenoSpitter = Xeno Spawner .suffix = Spitter .desc = { ent-MarkerBase.desc } +ent-SpawnMobXenoLonePraetorian = Xeno Spawner + .suffix = Lone Praetorian, Exo Station + .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl index d6fbec371b..5cdca7ec94 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl @@ -19,3 +19,5 @@ ent-MobPurpleSnake = космическая гадюка ent-MobSmallPurpleSnake = космическая гадюка .desc = Уменьшенная версия грозной пурпурной змеи из Kepler-283c. .suffix = Маленькая +ent-MobXenoLonePraetorianNoGhost = lone praetorian + .desc = The last of its kind. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl index 221d313380..1aa9d2636a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl @@ -47,6 +47,8 @@ ent-FoodSnackMREBrownie = брауни ent-FoodSnackMREBrownieOpen = брауни .desc = { ent-FoodSnackMREBrownie.desc } .suffix = ИРП +ent-FoodSnackSwirlLollipop = swirl lollipop + .desc = A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now? ent-FoodPacketTrash = { ent-BaseItem } .desc = Это мусор. ent-FoodPacketBoritosTrash = пакетик от боритос diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl new file mode 100644 index 0000000000..ef74c240ce --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl @@ -0,0 +1,73 @@ +ent-BasePlushie = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-PlushieThrongler = throngler plushie + .desc = A stuffed toy to remind cargo techs of what they can no longer have. +ent-PlushieGhost = ghost soft toy + .desc = The start of your personal GHOST GANG! +ent-PlushieGhostRevenant = revenant soft toy + .desc = So soft it almost makes you want to take a nap... +ent-PlushieBee = bee plushie + .desc = A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. +ent-PlushieHampter = hampter plushie + .desc = A cute stuffed toy that resembles a hamster. Its face looks squished. +ent-PlushieRGBee = RGBee plushie + .desc = A cute toy that resembles a bee plushie while you're on LSD. +ent-PlushieNuke = nukie plushie + .desc = A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. +ent-PlushieRouny = rouny plushie + .desc = Rouny. +ent-PlushieLamp = lamp plushie + .desc = A light emitting friend! +ent-PlushieArachind = arachnid plushie + .desc = An adorable stuffed toy that resembles an arachnid. It feels silky.. +ent-PlushieLizard = lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" +ent-PlushieExperiment = experiment plushie + .desc = A plushie of a canid of sorts, it yearns to be detonated on a landmine. +ent-PlushieRainbowLizard = rainbow lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... +ent-PlushieLizardMirrored = { ent-PlushieLizard } + .suffix = Mirrored + .desc = { ent-PlushieLizard.desc } +ent-PlushieSpaceLizard = space lizard plushie + .desc = An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" +ent-PlushieLizardInversed = drazil plushie + .desc = An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! +ent-PlushieDiona = diona plushie + .desc = An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! +ent-PlushieSharkBlue = blue shark soft toy + .desc = Big and safe to have by your side if you want to discover the world below the surface of the ocean. +ent-PlushieSharkPink = pink shark soft toy + .desc = Hehe shonk :) +ent-PlushieSharkGrey = grey shark soft toy + .desc = A quiet, reserved kind of shonk. Loves to ride the grey tide. +ent-PlushieRatvar = ratvar plushie + .desc = A small stuffed doll of the elder god Ratvar. +ent-PlushieNar = nar'sie plushie + .desc = A small stuffed doll of the elder goddess Nar'Sie. +ent-PlushieCarp = carp plushie + .desc = An adorable stuffed toy that resembles the monstrous space carp. +ent-PlushieMagicarp = magicarp plushie + .desc = An adorable stuffed toy resembling the exceedingly rare magicarp. +ent-PlushieRainbowCarp = rainbow carp plushie + .desc = An adorable stuffed toy resembling the legendary rainbow carp. +ent-PlushieHolocarp = holocarp plushie + .desc = A holographic stuffed toy resembling science's nemesis - the holocarp. +ent-PlushieSlime = slime plushie + .desc = An adorable stuffed toy that resembles a slime. It's basically a hacky sack. +ent-PlushieSnake = snake plushie + .desc = An adorable stuffed toy that resembles a snake. +ent-ToyMouse = mouse toy + .desc = A colorful toy mouse! +ent-PlushieVox = vox plushie + .desc = SKREEEEEEEEEEEE! +ent-PlushieAtmosian = atmosian plushie + .desc = An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. +ent-PlushieXeno = xeno plushie + .desc = An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. +ent-PlushiePenguin = penguin plushie + .desc = I use arch btw! +ent-PlushieHuman = human plushie + .desc = This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. +ent-PlushieMoth = moth plushie + .desc = Cute and fluffy moth plushie. Enjoy, bz! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl index c0131fd485..f13fe755b7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl @@ -1,73 +1,9 @@ ent-BaseStash = { "" } .desc = { "" } -ent-BasePlushie = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-PlushieThrongler = плюшевый Нагибатор - .desc = Мягкая игрушка, напоминающая грузчикам о том, чего они больше не могут иметь. -ent-PlushieGhost = плюшевый призрак - .desc = Начало вашей собственной БАНДЫ ПРИЗРАКОВ! -ent-PlushieGhostRevenant = плюшевый ревенант - .desc = Такой мягкий, что вызывает желание вздремнуть... -ent-PlushieBee = плюшевая пчела - .desc = Милая игрушка, напоминающая ещё более милого программиста. Нужно быть монстром, чтобы порвать её. -ent-PlushieHampter = плюшевый хома - .desc = Милая игрушка, напоминающая хомяка. Его мордочка выглядит приплюснутой. -ent-PlushieRGBee = плюшевая RGB-пчела - .desc = Милая игрушка, напоминающая плюшевую пчелу после того, как вы закинулись ЛСД. -ent-PlushieNuke = плюшевый нюкер - .desc = Мягкая игрушка, напоминающая ядерного оперативника Синдиката. На бирке указано, что оперативники — это полнейшая выдумка. -ent-PlushieRouny = плюшевый руни - .desc = Руни. -ent-PlushieLamp = плюшевая лампа - .desc = Светящийся друг! -ent-PlushieArachind = плюшевый арахнид - .desc = Очаровательная мягкая игрушка, напоминающая арахнида. На ощупь она шелковистая. -ent-PlushieLizard = плюшевый унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". -ent-PlushieExperiment = experiment plushie - .desc = A plushie of a canid of sorts, it yearns to be detonated on a landmine. -ent-PlushieLizardInversed = плюшевый хтану - .desc = Очаровательная мягкая игрушка, напоминающая унатха из инверсированного измерения. Хев! -ent-PlushieRainbowLizard = радужный плюшевый унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха любого цвета. Глядя на неё можно упороться... -ent-PlushieLizardMirrored = { ent-PlushieLizard } - .desc = { ent-PlushieLizard.desc } -ent-PlushieSpaceLizard = плюшевый космический унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха в ВКД скафандре. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". -ent-PlushieDiona = плюшевая диона - .desc = Очаровательная мягкая игрушка, напоминающая диону. Любит воду и обнимашки. Не мочить! -ent-PlushieSharkBlue = синяя плюшевая акула - .desc = Большая и надёжная, чтобы всегда быть рядом с вами, если вы захотите исследовать подводный мир. -ent-PlushieSharkPink = розовая плюшевая акула - .desc = Хонкула :) -ent-PlushieSharkGrey = серая плюшевая акула - .desc = Спокойная, сдержанная акула. Любит плавать по серым волнам. -ent-PlushieRatvar = плюшевый Ратвар - .desc = Маленькая плюшевая игрушка древнего бога Ратвара. -ent-PlushieNar = плюшевая Нар'Cи - .desc = Маленькая плюшевая игрушка древней богини Нар'Си. -ent-PlushieCarp = плюшевый карп - .desc = Очаровательная мягкая игрушка, напоминающая ужасающего космического карпа. -ent-PlushieMagicarp = плюшевый мэджикарп - .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого мэджикарпа. -ent-PlushieRainbowCarp = плюшевый радужный карп - .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого радужного карпа. -ent-PlushieHolocarp = плюшевый голокарп - .desc = Голографическая мягкая игрушка, напоминающая заклятого врага учёных — голокарпа. -ent-PlushieSlime = плюшевый слайм - .desc = Очаровательная мягкая игрушка, напоминающая слайм. По сути, это мяч для футбэга. -ent-PlushieSnake = плюшевая змея - .desc = Очаровательная мягкая игрушка, напоминающая змею. -ent-ToyMouse = игрушечная мышь - .desc = Яркая игрушечная мышка! + ent-ToyRubberDuck = резиновая уточка .desc = Не занесена сюда океанскими течениями. -ent-PlushieVox = плюшевый вокс - .desc = СКРИИИИИИИИИИИИ! -ent-PlushieAtmosian = плюшевый атмосианин - .desc = Очаровательная мягкая игрушка, напоминающая храброго атмосианина. К сожалению, он не устранит разгерметизацию за вас. -ent-PlushieXeno = плюшевый ксено - .desc = Очаровательная мягкая игрушка, напоминающая страшного ксеноморфа. Вам повезло, что это всего лишь игрушка. + ent-BaseFigurineCheapo = фигурка .desc = Небольшая миниатюра. ent-ToyAi = игрушечный ИИ @@ -129,12 +65,7 @@ ent-PlasticBanana = банан .suffix = Пластик ent-CrazyGlue = тюбик сумасшедшего клея .desc = Бутылка сумасшедшего клея производства компании Honk! Co. -ent-PlushieMoth = плюшевый ниан - .desc = Милый и пушистый плюшевый ниан. Развлекайтесь, бз! -ent-PlushiePenguin = плюшевый пингвин - .desc = Кстати, я использую Arch! -ent-PlushieHuman = плюшевый человек - .desc = Плюшевый человек из войлока. Качество — ниже не бывает. Человек голый. Человек плачет. Человек кричит. + ent-NewtonCradle = колыбель Ньютона .desc = Устройство, которое скучающие бумагомаратели используют, дабы напомнить себе, что время ещё не остановилось. Содержит гравитацию. ent-RubberChicken = резиновая курочка diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl index 3f4c22fae5..e7497913e5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl @@ -64,6 +64,8 @@ ent-FloorTileItemDark = тёмная плитка .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemTechmaint = технический пол .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemTechmaintDark = dark techmaint floor + .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemMono = моно плитка .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemLino = линолеум @@ -203,3 +205,13 @@ ent-FloorTileItemAstroAsteroidSandBorderless = borderless asteroid astro-sand .desc = Fake sand. Luckily, it's not as coarse as the real thing. ent-FloorTileItemWoodLarge = большой деревянный пол .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXeno = xeno floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoSteel = xeno steel floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoSteelCorner = xeno steel corner floor + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemXenoMaint = xeno techmaint + .desc = { ent-FloorTileItemBase.desc } +ent-FloorTileItemDarkSquiggly = dark steel squiggly tile + .desc = { ent-FloorTileItemDark.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl index bc7df8e4ad..0055416d77 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl @@ -8,3 +8,6 @@ ent-CartridgePistolIncendiary = патрон (.35 авто зажигатель .desc = { ent-BaseCartridgePistol.desc } ent-CartridgePistolUranium = патрон (.35 авто урановый) .desc = { ent-BaseCartridgePistol.desc } +ent-CartridgePistolSpent = cartridge (.35 auto) + .suffix = spent + .desc = { ent-BaseCartridgePistol.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl index 98d74ef2ed..a29965fa66 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl @@ -9,5 +9,7 @@ ent-WeaponRifleM90GrenadeLauncher = М-90gl ent-WeaponRifleLecter = Лектер .desc = Первоклассная армейская штурмовая винтовка. Использует патроны калибра .20 винтовочный. .suffix = Автомат +ent-WeaponRifleEstoc = Estoc DMR + .desc = A designated marksman rifle, favored for medium-to-long range engagements. Uses .20 rifle ammo. ent-WeaponRifleFoam = Астро-Ас Сила Пенопласта .desc = Первоклассная пенопластовая винтовка высочайшего качества. Её пластик прочен на ощупь, а механизмы надёжены. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index 082e47cb45..fced02a8dc 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -190,6 +190,9 @@ ent-AirlockHydroGlassLocked = { ent-AirlockHydroponicsGlass } ent-AirlockChapelGlassLocked = { ent-AirlockServiceGlassLocked } .suffix = Церковь, Закрыт .desc = { ent-AirlockServiceGlassLocked.desc } +ent-AirlockChapelStandardGlassLocked = { ent-AirlockStandardGlass } + .suffix = Chapel, Locked + .desc = { ent-AirlockStandardGlass.desc } ent-AirlockEngineeringGlassLocked = { ent-AirlockEngineeringGlass } .suffix = Инженерный, Закрыт .desc = { ent-AirlockEngineeringGlass.desc } @@ -277,6 +280,9 @@ ent-AirlockSyndicateNukeopGlassLocked = { ent-AirlockSyndicateGlass } ent-AirlockMaintLocked = { ent-AirlockMaint } .suffix = Закрыт .desc = { ent-AirlockMaint.desc } +ent-AirlockXenoMaintLocked = { ent-AirlockXeno } + .suffix = Maintenance, Locked + .desc = { ent-AirlockXeno.desc } ent-AirlockMaintGlassLocked = { ent-AirlockMaintGlass } .suffix = Закрыт .desc = { ent-AirlockMaintGlass.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl index a4e4457adf..3823fd4d7e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl @@ -94,3 +94,12 @@ ent-AirlockMiningGlass = { ent-AirlockCargoGlass } ent-AirlockCentralCommandGlass = { ent-AirlockCommandGlass } .suffix = Центральное командование .desc = { ent-AirlockCommandGlass.desc } +ent-AirlockStandardGlass = { ent-AirlockGlass } + .suffix = Service + .desc = { ent-AirlockGlass.desc } +ent-AirlockXeno = { ent-Airlock } + .suffix = Xeno + .desc = { ent-Airlock.desc } +ent-AirlockGlassXeno = { ent-AirlockGlass } + .suffix = Xeno + .desc = { ent-AirlockGlass.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl index b43e5dd5d1..3040928b0b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl @@ -5,3 +5,10 @@ ent-BlastDoorOpen = { ent-BlastDoor } .desc = { ent-BlastDoor.desc } ent-BlastDoorFrame = каркас гермозатвора .desc = { ent-BlastDoor.desc } +ent-BlastDoorXeno = xeno blast door + .desc = Don't lose an arm! +ent-BlastDoorXenoOpen = { ent-BlastDoorXeno } + .suffix = Open + .desc = { ent-BlastDoorXeno.desc } +ent-BlastDoorXenoFrame = xeno blast door frame + .desc = This one says 'BLAST DONGER'. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl index ce84fd236c..61c9c615bd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl @@ -46,3 +46,5 @@ ent-SteelBench = стальная скамейка .desc = Длинная скамья, созданная для метро. Реально стандартный дизайн. ent-WoodenBench = деревянная скамейка .desc = Получили занозу? По крайней мере, она экологически чистая. +ent-ChairXeno = xeno chair + .desc = { ent-StoolBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl index 4e05427b1d..4c9a189fb8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl @@ -24,6 +24,8 @@ ent-TableStone = каменный стол .desc = Буквально самая прочная вещь, которую вы когда-либо видели. ent-TableWeb = паутинный стол .desc = Очень гладкий и удивительно прочный. +ent-TableXeno = xeno table + .desc = I wouldn't put the silverware on it. ent-TableFancyBase = красивый стол .desc = Дорого и богато. ent-TableFancyBlue = { ent-TableFancyBase } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl index e70202b17b..9cc4f63d9b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl @@ -1,2 +1,4 @@ ent-CryoPod = криокапсула .desc = Специальный агрегат, создающий безопасную среду для применения химикатов, работающих в условиях низких температур. +ent-CryoPodDestroyed = destroyed cryo pod + .desc = A cryo pod that has seen better days. It's entirely inoperable; not good for anything but scrap. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl index 997aa45644..e6c6501a47 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl @@ -12,3 +12,5 @@ ent-ShuttleGunPirateCannon = пушка пиратского корабля .desc = Кабум! ent-ShuttleGunKinetic = PTK-800 "Дематериализатор материи" .desc = Стационарная добывающая турель утилизаторов. Самостоятельно накапливает заряды, чрезвычайно эффективна при раскопке астероидов. +ent-ShuttleGunKineticOld = exomorphic dematerializer + .desc = An ancient ship gun, utilizing biomechanical systems to store and release energy. While unique in its design, it has been rendered obsolete due to its inferior charging and firing speed compared to mechanical constructions. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl index 42acc8a1ef..f4e354b976 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl @@ -16,3 +16,5 @@ ent-GyroscopeUnanchored = { ent-Gyroscope } ent-DebugGyroscope = { ent-BaseThruster } .suffix = DEBUG .desc = { ent-BaseThruster.desc } +ent-RustedThruster = rusted thruster + .desc = An unrepairable thruster, broken down from wear and tear. Only useful for scrapping. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl new file mode 100644 index 0000000000..99a4a81726 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl @@ -0,0 +1,3 @@ +ent-SpiderWebBase = { "" } + .desc = { "" } + diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl index dfc99c874b..964a3792c2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl @@ -2,3 +2,7 @@ ent-AirAlarm = воздушная сигнализация .desc = Воздушная сигнализация. Сигнализирует... воздух? ent-AirAlarmAssembly = корпус воздушной сигнализации .desc = Воздушная сигнализация. Не похоже, что в ближайшее время она подаст сигнал. +ent-AirAlarmXeno = air alarm + .desc = An alien air alarm. Hopefully they didn't breathe poison. +ent-AirAlarmAssemblyXeno = air alarm assembly + .desc = An alien air alarm. Why are the wires pulsating?... diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl index 3625a6fb44..6f3b5403e0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl @@ -2,3 +2,7 @@ ent-FireAlarm = пожарная сигнализация .desc = Пожарная сигнализация. Огонь! ent-FireAlarmAssembly = корпус пожарной сигнализации .desc = Корпус пожарной сигнализации. Очень лёгкий. +ent-FireAlarmXeno = fire alarm + .desc = An alien fire alarm. Works just the same! +ent-FireAlarmAssemblyXeno = fire alarm assembly + .desc = An alien fire alarm assembly. Good luck with the wires. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl index 99cfbef842..cfd73818da 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl @@ -68,6 +68,10 @@ ent-WallSolidRust = { ent-WallSolid } ent-WallSolidDiagonal = обычная стена .suffix = Диагональ .desc = { ent-WallShuttleDiagonal.desc } +ent-WallSolidChitin = solid chitin + .desc = { ent-BaseWall.desc } +ent-WallReinforcedChitin = reinforced chitin + .desc = { ent-BaseWall.desc } ent-WallSolid = обычная стена .desc = { ent-BaseWall.desc } ent-WallUranium = урановая стена diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl new file mode 100644 index 0000000000..3119fad16f --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl @@ -0,0 +1,2 @@ +ent-XenoResinWindow = resin window + .desc = Transparent and hardened, yet slightly sticky to the touch. Slightly stronger than a normal reinforced window. diff --git a/Resources/Locale/ru-RU/stack/stacks.ftl b/Resources/Locale/ru-RU/stack/stacks.ftl index 7713eb0285..67e7dfc4c5 100644 --- a/Resources/Locale/ru-RU/stack/stacks.ftl +++ b/Resources/Locale/ru-RU/stack/stacks.ftl @@ -170,6 +170,7 @@ stack-white-steel-vertical-pavement = white steel vertical pavement stack-steel-dark-checker-tile = steel dark checker tile stack-steel-light-checker-tile = steel light checker tile stack-steel-tile = steel tile +stack-techmaint-floor-dark = dark techmaint floor stack-wood-floor = wood floor stack-techmaint-floor = techmaint floor stack-freezer-tile = freezer tile @@ -192,6 +193,7 @@ stack-grey-shuttle-tile = grey shuttle tile stack-black-shuttle-tile = black shuttle tile stack-eighties-floor-tile = eighties floor tile stack-blue-arcade-tile = blue arcade tile +stack-black-carpet-tile = black carpet tile stack-red-arcade-tile = red arcade tile stack-red-carpet-tile = red carpet tile stack-block-carpet-tile = block carpet tile @@ -242,6 +244,11 @@ stack-mowed-astro-grass-floor = mowed astro-grass floor stack-jungle-astro-grass-floor = jungle astro-grass floor stack-astro-ice-floor = astro-ice floor stack-astro-snow-floor = astro-snow floor +stack-xeno-floor = xeno floor +stack-xeno-steel = xeno steel tile +stack-xeno-steel-corner = xeno steel corner tile +stack-xeno-maint = xeno techmaint +stack-dark-squiggly = dark steel squiggly tile stack-large-wood-floor = large wood floor stack-red-circuit-floor = red-circuit floor stack-asteroid-astro-sand-floor = asteroid astro-sand floor diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 91fff99ff4..f0b2d2d424 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -1,6 +1,8 @@ # Weapons uplink-pistol-viper-name = Гадюка uplink-pistol-viper-desc = Небольшой, легко скрываемый, но маломощный пистолет. Оснащён полностью автоматическим ресивером. Использует патроны калибра .35 авто. +uplink-estoc-bundle-name = Estoc DMR +uplink-estoc-bundle-desc = A designated marksman rifle, fitted with a mid-range optic for longer-range combat. Bundled with two rifle magazines (.20 rifle). uplink-revolver-python-name = Питон uplink-revolver-python-desc = Брутально простой, эффективный и громкий револьвер Синдиката. Поставляется с бронебойными патронами. Использует патроны калибра .45 магнум. uplink-pistol-cobra-name = Кобра @@ -65,6 +67,8 @@ uplink-magazine-bulldog-pellet-name = Drum magazine (.50 pellet) uplink-magazine-bulldog-pellet-desc = Shotgun magazine with 8 shells filled with buckshot. Compatible with the Bulldog. uplink-magazine-bulldog-slug-name = Drum magazine (.50 slug) uplink-magazine-bulldog-slug-desc = Shotgun magazine with 8 shells filled with slugs. Compatible with the Bulldog. +uplink-estoc-ammo-name = Rifle magazine (.20 rifle) +uplink-estoc-ammo-desc = A rifle magazine with 25 cartridges. Compatible with the Estoc DMR. uplink-pistol-magazine-caseless-name = Пистолетный магазин (.25 безгильзовые) uplink-pistol-magazine-caseless-desc = Пистолетный магазин на 10 патронов. Совместим с "Коброй". uplink-speedloader-magnum-name = Спидлоадер (.45 магнум ББ) diff --git a/Resources/Locale/ru-RU/tiles/tiles.ftl b/Resources/Locale/ru-RU/tiles/tiles.ftl index fb6ce3eacf..f62b3fdb43 100644 --- a/Resources/Locale/ru-RU/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/tiles/tiles.ftl @@ -36,6 +36,7 @@ tiles-dark-floor-herringbone = тёмные стальные плиты ёлоч tiles-dark-floor-diagonal-mini = тёмные стальные диагональные плиты tiles-plastic-dark-floor = тёмные пластиковые плиты tiles-techmaint-floor = технический пол +tiles-techmaint-floor-dark = dark techmaint floor tiles-reinforced-floor = армированный пол tiles-super-reinforced-floor = укреплённый армированный пол tiles-mono-floor = моно пол @@ -133,3 +134,8 @@ tiles-astro-snow = астро-снег tiles-astro-asteroid-sand = астро-песок астероида tiles-astro-asteroid-sand-borderless = borderless asteroid astro-sand tiles-wood-large = большой деревянный пол +tiles-xeno-floor = xeno floor +tiles-xeno-steel = xeno steel tile +tiles-xeno-steel-corner = xeno steel corner tile +tiles-xeno-maint = xeno techmaint +tiles-dark-squiggly = dark steel squiggly tile diff --git a/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl b/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl index a3f067ab04..6b92325bf2 100644 --- a/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl +++ b/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl @@ -27,5 +27,7 @@ ui-vote-fluff = На основе Robust™ СЗИ-НСД ## Vote menu command +cmd-votemenu-desc = Opens the voting menu. +cmd-votemenu-help = Usage: votemenu ui-vote-menu-command-description = Открывает меню голосования ui-vote-menu-command-help-text = Использование: votemenu From c9abeaeb6839bb794669bee030b068d79c503b69 Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:45:56 +0700 Subject: [PATCH 158/168] kill dubl --- .../entities/objects/fun/plushies.ftl | 73 ------------------- 1 file changed, 73 deletions(-) delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl deleted file mode 100644 index ef74c240ce..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl +++ /dev/null @@ -1,73 +0,0 @@ -ent-BasePlushie = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-PlushieThrongler = throngler plushie - .desc = A stuffed toy to remind cargo techs of what they can no longer have. -ent-PlushieGhost = ghost soft toy - .desc = The start of your personal GHOST GANG! -ent-PlushieGhostRevenant = revenant soft toy - .desc = So soft it almost makes you want to take a nap... -ent-PlushieBee = bee plushie - .desc = A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up. -ent-PlushieHampter = hampter plushie - .desc = A cute stuffed toy that resembles a hamster. Its face looks squished. -ent-PlushieRGBee = RGBee plushie - .desc = A cute toy that resembles a bee plushie while you're on LSD. -ent-PlushieNuke = nukie plushie - .desc = A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious. -ent-PlushieRouny = rouny plushie - .desc = Rouny. -ent-PlushieLamp = lamp plushie - .desc = A light emitting friend! -ent-PlushieArachind = arachnid plushie - .desc = An adorable stuffed toy that resembles an arachnid. It feels silky.. -ent-PlushieLizard = lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson. Made by CentComm as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!" -ent-PlushieExperiment = experiment plushie - .desc = A plushie of a canid of sorts, it yearns to be detonated on a landmine. -ent-PlushieRainbowLizard = rainbow lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson of every color. You just might trip while staring at it... -ent-PlushieLizardMirrored = { ent-PlushieLizard } - .suffix = Mirrored - .desc = { ent-PlushieLizard.desc } -ent-PlushieSpaceLizard = space lizard plushie - .desc = An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentComm as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!" -ent-PlushieLizardInversed = drazil plushie - .desc = An adorable stuffed toy that resembles a lizardperson from an inversed dimension. Hew! -ent-PlushieDiona = diona plushie - .desc = An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet! -ent-PlushieSharkBlue = blue shark soft toy - .desc = Big and safe to have by your side if you want to discover the world below the surface of the ocean. -ent-PlushieSharkPink = pink shark soft toy - .desc = Hehe shonk :) -ent-PlushieSharkGrey = grey shark soft toy - .desc = A quiet, reserved kind of shonk. Loves to ride the grey tide. -ent-PlushieRatvar = ratvar plushie - .desc = A small stuffed doll of the elder god Ratvar. -ent-PlushieNar = nar'sie plushie - .desc = A small stuffed doll of the elder goddess Nar'Sie. -ent-PlushieCarp = carp plushie - .desc = An adorable stuffed toy that resembles the monstrous space carp. -ent-PlushieMagicarp = magicarp plushie - .desc = An adorable stuffed toy resembling the exceedingly rare magicarp. -ent-PlushieRainbowCarp = rainbow carp plushie - .desc = An adorable stuffed toy resembling the legendary rainbow carp. -ent-PlushieHolocarp = holocarp plushie - .desc = A holographic stuffed toy resembling science's nemesis - the holocarp. -ent-PlushieSlime = slime plushie - .desc = An adorable stuffed toy that resembles a slime. It's basically a hacky sack. -ent-PlushieSnake = snake plushie - .desc = An adorable stuffed toy that resembles a snake. -ent-ToyMouse = mouse toy - .desc = A colorful toy mouse! -ent-PlushieVox = vox plushie - .desc = SKREEEEEEEEEEEE! -ent-PlushieAtmosian = atmosian plushie - .desc = An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. -ent-PlushieXeno = xeno plushie - .desc = An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. -ent-PlushiePenguin = penguin plushie - .desc = I use arch btw! -ent-PlushieHuman = human plushie - .desc = This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. -ent-PlushieMoth = moth plushie - .desc = Cute and fluffy moth plushie. Enjoy, bz! From 89955f0c5c0741b993d20b2a765aa63867f9a2b3 Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Wed, 2 Jul 2025 00:47:10 +0700 Subject: [PATCH 159/168] Fixing everything --- .../ru-RU/cargo/cargo-console-component.ftl | 2 +- .../ru-RU/corvax/job/job-description.ftl | 2 +- .../Locale/ru-RU/corvax/tts/tts-voices.ftl | 1 - .../Locale/ru-RU/flavors/flavor-profiles.ftl | 4 - .../Locale/ru-RU/job/role-ban-command.ftl | 6 +- Resources/Locale/ru-RU/shell.ftl | 1 - .../entities/objects/fun/plushies.ftl | 70 ++++++++++ .../prototypes/entities/objects/fun/toys.ftl | 131 ------------------ .../entities/objects/tools/jammer.ftl | 1 - .../entities/structures/spider_web.ftl | 1 - Resources/Maps/Corvax/corvax_delta.yml | 72 ++++------ .../Corvax/Entities/Objects/Misc/tiles.yml | 10 +- 12 files changed, 105 insertions(+), 196 deletions(-) create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl diff --git a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl index e11c033dfc..ce7aa6e32e 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -83,7 +83,7 @@ cargo-acquisition-slip-body = [head=3]Детали актива[/head] { "[bold]Цена за единицу:[/bold" }] ${ $unit } { "[bold]Количество:[/bold]" } { $amount } { "[bold]Сумма:[/bold]" } ${ $cost } - + { "[head=3]Детали покупки[/head]" } { "[bold]Заказчик:[/bold]" } { $orderer } { "[bold]Причина:[/bold]" } { $reason } diff --git a/Resources/Locale/ru-RU/corvax/job/job-description.ftl b/Resources/Locale/ru-RU/corvax/job/job-description.ftl index a6a69d9c76..cf5217bf51 100644 --- a/Resources/Locale/ru-RU/corvax/job/job-description.ftl +++ b/Resources/Locale/ru-RU/corvax/job/job-description.ftl @@ -1,2 +1,2 @@ job-description-iaa = Занимайтесь защитой прав экипажа и следите за соблюдением СРП. -job-description-pilot = Следите за безопасностью не только на станции, но и снаружи неё. \ No newline at end of file +job-description-pilot = Следите за безопасностью не только на станции, но и снаружи неё. diff --git a/Resources/Locale/ru-RU/corvax/tts/tts-voices.ftl b/Resources/Locale/ru-RU/corvax/tts/tts-voices.ftl index 4bcc9acf36..fa7635289f 100644 --- a/Resources/Locale/ru-RU/corvax/tts/tts-voices.ftl +++ b/Resources/Locale/ru-RU/corvax/tts/tts-voices.ftl @@ -844,4 +844,3 @@ tts-voice-name-illidara = Иллидара Закатное Солнце (Hearth tts-voice-name-nici = Жрица луны Ниси (Hearthstone) tts-voice-name-vaas = Ваас (Far Cry) tts-voice-name-olya = Оля Петрова (TinyBunny) - diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index b66ec025e1..9dec9b6d92 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -68,7 +68,6 @@ flavor-complex-mustard = как горчица # Food-specific flavors. - ## Food chemicals. In case you get something that has this inside. flavor-complex-nutriment = как питательные вещества @@ -133,7 +132,6 @@ flavor-complex-cherry = как вишня # use it when there multiple types of veggies - ## Complex foodstuffs (cooked foods, joke flavors, etc) flavor-complex-pink = как розовый @@ -190,7 +188,6 @@ flavor-complex-dog-food = like dog food # Drink-specific flavors. - ## Generic alcohol/soda taste. This should be replaced with an actual flavor profile. flavor-complex-alcohol = как алкоголь @@ -344,7 +341,6 @@ flavor-complex-pilk = как сладкое молоко # Medicine/chemical-specific flavors. - ## Generic flavors. flavor-complex-medicine = как лекарство diff --git a/Resources/Locale/ru-RU/job/role-ban-command.ftl b/Resources/Locale/ru-RU/job/role-ban-command.ftl index c4e6f737a8..d0e0aadba5 100644 --- a/Resources/Locale/ru-RU/job/role-ban-command.ftl +++ b/Resources/Locale/ru-RU/job/role-ban-command.ftl @@ -8,8 +8,8 @@ cmd-roleban-help = Использование: roleban < cmd-roleban-hint-1 = cmd-roleban-hint-2 = cmd-roleban-hint-3 = -cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] -cmd-roleban-hint-5 = [тяжесть] +cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] +cmd-roleban-hint-5 = [тяжесть] cmd-roleban-hint-duration-1 = Навсегда cmd-roleban-hint-duration-2 = 1 день cmd-roleban-hint-duration-3 = 3 дня @@ -37,7 +37,7 @@ cmd-rolebanlist-help = Использование: [include un ## Completion result hints cmd-rolebanlist-hint-1 = -cmd-rolebanlist-hint-2 = [include unbanned] +cmd-rolebanlist-hint-2 = [include unbanned] cmd-roleban-minutes-parse = { $time } - недопустимое количество минут.\n{ $help } cmd-roleban-severity-parse = ${ severity } не является валидной тяжестью\n{ $help }. cmd-roleban-arg-count = Недопустимое количество аргументов. diff --git a/Resources/Locale/ru-RU/shell.ftl b/Resources/Locale/ru-RU/shell.ftl index fb535c8c98..97bd35f777 100644 --- a/Resources/Locale/ru-RU/shell.ftl +++ b/Resources/Locale/ru-RU/shell.ftl @@ -1,6 +1,5 @@ ### for technical and/or system messages - ## General shell-command-success = Команда выполнена. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl new file mode 100644 index 0000000000..573d107698 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl @@ -0,0 +1,70 @@ +ent-BaseStash = { "" } + .desc = { "" } + +ent-ToyRubberDuck = резиновая уточка + .desc = Не занесена сюда океанскими течениями. +ent-BaseFigurineCheapo = фигурка + .desc = Небольшая миниатюра. +ent-ToyAi = игрушечный ИИ + .desc = Уменьшенное игрушечное ядро искусственного интеллекта. +ent-BaseRubberToy = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-ToyNuke = игрушечная ядерка + .desc = Пластиковая модель взрывного ядерного устройства. Без урана внутри... скорее всего. +ent-ToyIan = игрушечный иан + .desc = Не может кушать, но такой же пушистый, как настоящий! +ent-FoamWeaponBase = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-FoamCrossbow = поролоновый арбалет + .desc = Целясь этим в офицеров, будьте готовы словить свинца. +ent-ToyGunBase = ToyGunBase + .desc = Дерзай — налетай, целься и стреляй. +ent-RevolverCapGun = игрушечный пистолет + .desc = Выглядит почти как настоящий! От 8 лет и старше. +ent-RevolverCapGunFake = { ent-RevolverCapGun } + .desc = { ent-RevolverCapGun.desc } + .suffix = Боевой +ent-FoamBlade = пеноклинок + .desc = Полустёртая надпись на нём выглядит непонятной игрой слов с использованием местных идиоматических выражений. +ent-Basketball = баскетбольный мяч + .desc = Где спортивная площадка? +ent-Football = мяч для регби + .desc = Рукояйцо, не для игры в ногомяч. +ent-BeachBall = пляжный мяч + .desc = Простой пляжный мяч — один из самых популярных продуктов компании Nanotrasen. 'Почему мы делаем пляжные мячи? Потому что мы можем! (TM)' — Nanotrasen. +ent-BalloonSyn = воздушный шарик Синдиката + .desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. +ent-BalloonCorgi = воздушный шарик корги + .desc = То же, что и владеть настоящей собакой — только гораздо более летучей. +ent-SingularityToy = игрушечная сингулярность + .desc = Массово производится корпоративным конгломератом садистов! +ent-TeslaToy = Тедди Теслы + .desc = Любимая игрушка великого инженера Николы Теслы. +ent-BalloonNT = воздушный шарик Nanotrasen + .desc = Разработан специально для причинения максимального психологического вреда оперативникам Синдиката. +ent-PonderingOrb = шар размышлений + .desc = Ponderous, man... Really ponderous. +ent-ToySword = игрушечный меч + .desc = Новый пластиковый меч от Sandy-Cat! Имеет реалистичный звук и насыщенный цвет! Почти как настоящий! +ent-ToyAmongPequeno = маленький амонг + .desc = Сас! +ent-FoamCutlass = игрушечная абордажная сабля + .desc = Переоденьтесь в пирата и заставьте своих друзей пройти по доске. +ent-PonderingOrbWizard = шар размышлений + .desc = Ponderous, man... Really ponderous. Волшебным образом показывает сеть камер станции. + .suffix = Волшебник +ent-ClownRecorder = клоунский диктофон + .desc = Когда не удаётся рассмешить окружающих естественным способом! +ent-ToyHammer = резиновый молоток + .desc = Ярко раскрашенный молоток из резины. +ent-WhoopieCushion = подушка-пердушка + .desc = Устройство для розыгрышей, связанных с метеоризмом. +ent-PlasticBanana = банан + .desc = Пластиковый банан. + .suffix = Пластик +ent-CrazyGlue = тюбик сумасшедшего клея + .desc = Бутылка сумасшедшего клея производства компании Honk! Co. +ent-NewtonCradle = колыбель Ньютона + .desc = Устройство, которое скучающие бумагомаратели используют, дабы напомнить себе, что время ещё не остановилось. Содержит гравитацию. +ent-RubberChicken = резиновая курочка + .desc = Вызывающая стресс пародия на самое аппетитное пернатое в природе. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl deleted file mode 100644 index d5d63cf8e7..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl +++ /dev/null @@ -1,131 +0,0 @@ -ent-BaseStash = { "" } - .desc = { "" } -ent-BasePlushie = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-PlushieThrongler = плюшевый Нагибатор - .desc = Мягкая игрушка, напоминающая грузчикам о том, чего они больше не могут иметь. -ent-PlushieGhost = плюшевый призрак - .desc = Начало вашей собственной БАНДЫ ПРИЗРАКОВ! -ent-PlushieGhostRevenant = плюшевый ревенант - .desc = Такой мягкий, что вызывает желание вздремнуть... -ent-PlushieBee = плюшевая пчела - .desc = Милая игрушка, напоминающая ещё более милого программиста. Нужно быть монстром, чтобы порвать её. -ent-PlushieHampter = плюшевый хома - .desc = Милая игрушка, напоминающая хомяка. Его мордочка выглядит приплюснутой. -ent-PlushieRGBee = плюшевая RGB-пчела - .desc = Милая игрушка, напоминающая плюшевую пчелу после того, как вы закинулись ЛСД. -ent-PlushieNuke = плюшевый нюкер - .desc = Мягкая игрушка, напоминающая ядерного оперативника Синдиката. На бирке указано, что оперативники — это полнейшая выдумка. -ent-PlushieRouny = плюшевый руни - .desc = Руни. -ent-PlushieLamp = плюшевая лампа - .desc = Светящийся друг! -ent-PlushieArachind = плюшевый арахнид - .desc = Очаровательная мягкая игрушка, напоминающая арахнида. На ощупь она шелковистая. -ent-PlushieLizard = плюшевый унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". -ent-PlushieExperiment = экспериментальная плюшка - .desc = Плюшка игрушка в виде канида, она жаждет, чтобы её подорвали на мине. -ent-PlushieLizardInversed = плюшевый хтану - .desc = Очаровательная мягкая игрушка, напоминающая унатха из инверсированного измерения. Хев! -ent-PlushieRainbowLizard = радужный плюшевый унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха любого цвета. Глядя на неё можно упороться... -ent-PlushieLizardMirrored = { ent-PlushieLizard } - .desc = { ent-PlushieLizard.desc } -ent-PlushieSpaceLizard = плюшевый космический унатх - .desc = Очаровательная мягкая игрушка, напоминающая унатха в ВКД скафандре. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". -ent-PlushieDiona = плюшевая диона - .desc = Очаровательная мягкая игрушка, напоминающая диону. Любит воду и обнимашки. Не мочить! -ent-PlushieSharkBlue = синяя плюшевая акула - .desc = Большая и надёжная, чтобы всегда быть рядом с вами, если вы захотите исследовать подводный мир. -ent-PlushieSharkPink = розовая плюшевая акула - .desc = Хонкула :) -ent-PlushieSharkGrey = серая плюшевая акула - .desc = Спокойная, сдержанная акула. Любит плавать по серым волнам. -ent-PlushieRatvar = плюшевый Ратвар - .desc = Маленькая плюшевая игрушка древнего бога Ратвара. -ent-PlushieNar = плюшевая Нар'Cи - .desc = Маленькая плюшевая игрушка древней богини Нар'Си. -ent-PlushieCarp = плюшевый карп - .desc = Очаровательная мягкая игрушка, напоминающая ужасающего космического карпа. -ent-PlushieMagicarp = плюшевый мэджикарп - .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого мэджикарпа. -ent-PlushieRainbowCarp = плюшевый радужный карп - .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого радужного карпа. -ent-PlushieHolocarp = плюшевый голокарп - .desc = Голографическая мягкая игрушка, напоминающая заклятого врага учёных — голокарпа. -ent-PlushieSlime = плюшевый слайм - .desc = Очаровательная мягкая игрушка, напоминающая слайм. По сути, это мяч для футбэга. -ent-PlushieSnake = плюшевая змея - .desc = Очаровательная мягкая игрушка, напоминающая змею. -ent-ToyMouse = игрушечная мышь - .desc = Яркая игрушечная мышка! -ent-ToyRubberDuck = резиновая уточка - .desc = Не занесена сюда океанскими течениями. - -ent-BaseFigurineCheapo = фигурка - .desc = Небольшая миниатюра. -ent-ToyAi = игрушечный ИИ - .desc = Уменьшенное игрушечное ядро искусственного интеллекта. -ent-BaseRubberToy = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-ToyNuke = игрушечная ядерка - .desc = Пластиковая модель взрывного ядерного устройства. Без урана внутри... скорее всего. -ent-ToyIan = игрушечный иан - .desc = Не может кушать, но такой же пушистый, как настоящий! -ent-FoamWeaponBase = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-FoamCrossbow = поролоновый арбалет - .desc = Целясь этим в офицеров, будьте готовы словить свинца. -ent-ToyGunBase = ToyGunBase - .desc = Дерзай — налетай, целься и стреляй. -ent-RevolverCapGun = игрушечный пистолет - .desc = Выглядит почти как настоящий! От 8 лет и старше. -ent-RevolverCapGunFake = { ent-RevolverCapGun } - .desc = { ent-RevolverCapGun.desc } - .suffix = Боевой -ent-FoamBlade = пеноклинок - .desc = Полустёртая надпись на нём выглядит непонятной игрой слов с использованием местных идиоматических выражений. -ent-Basketball = баскетбольный мяч - .desc = Где спортивная площадка? -ent-Football = мяч для регби - .desc = Рукояйцо, не для игры в ногомяч. -ent-BeachBall = пляжный мяч - .desc = Простой пляжный мяч — один из самых популярных продуктов компании Nanotrasen. 'Почему мы делаем пляжные мячи? Потому что мы можем! (TM)' — Nanotrasen. -ent-BalloonSyn = воздушный шарик Синдиката - .desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. -ent-BalloonCorgi = воздушный шарик корги - .desc = То же, что и владеть настоящей собакой — только гораздо более летучей. -ent-SingularityToy = игрушечная сингулярность - .desc = Массово производится корпоративным конгломератом садистов! -ent-TeslaToy = Тедди Теслы - .desc = Любимая игрушка великого инженера Николы Теслы. -ent-BalloonNT = воздушный шарик Nanotrasen - .desc = Разработан специально для причинения максимального психологического вреда оперативникам Синдиката. -ent-PonderingOrb = шар размышлений - .desc = Ponderous, man... Really ponderous. -ent-ToySword = игрушечный меч - .desc = Новый пластиковый меч от Sandy-Cat! Имеет реалистичный звук и насыщенный цвет! Почти как настоящий! -ent-ToyAmongPequeno = маленький амонг - .desc = Сас! -ent-FoamCutlass = игрушечная абордажная сабля - .desc = Переоденьтесь в пирата и заставьте своих друзей пройти по доске. -ent-PonderingOrbWizard = шар размышлений - .desc = Ponderous, man... Really ponderous. Волшебным образом показывает сеть камер станции. - .suffix = Волшебник -ent-ClownRecorder = клоунский диктофон - .desc = Когда не удаётся рассмешить окружающих естественным способом! -ent-ToyHammer = резиновый молоток - .desc = Ярко раскрашенный молоток из резины. -ent-WhoopieCushion = подушка-пердушка - .desc = Устройство для розыгрышей, связанных с метеоризмом. -ent-PlasticBanana = банан - .desc = Пластиковый банан. - .suffix = Пластик -ent-CrazyGlue = тюбик сумасшедшего клея - .desc = Бутылка сумасшедшего клея производства компании Honk! Co. - -ent-NewtonCradle = колыбель Ньютона - .desc = Устройство, которое скучающие бумагомаратели используют, дабы напомнить себе, что время ещё не остановилось. Содержит гравитацию. -ent-RubberChicken = резиновая курочка - .desc = Вызывающая стресс пародия на самое аппетитное пернатое в природе. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/jammer.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/jammer.ftl index 54d61cc98f..f92ce4c5dd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/jammer.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/jammer.ftl @@ -5,4 +5,3 @@ ent-RadioJammer = { ent-AppraisalTool } # Corvax-HiddenDesc-End ent-XenoborgRadioJammer = глушитель связи ксеноборга .desc = При активации это устройство блокирует любую исходящую поблизости радиосвязь и скрывает датчики комбинезонов с мониторов. - diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl index 99a4a81726..00f1179608 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl @@ -1,3 +1,2 @@ ent-SpiderWebBase = { "" } .desc = { "" } - diff --git a/Resources/Maps/Corvax/corvax_delta.yml b/Resources/Maps/Corvax/corvax_delta.yml index 7fe07c6e66..5923c015f0 100644 --- a/Resources/Maps/Corvax/corvax_delta.yml +++ b/Resources/Maps/Corvax/corvax_delta.yml @@ -4,7 +4,7 @@ meta: engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 06/27/2025 13:20:04 + time: 07/01/2025 17:41:27 entityCount: 41308 maps: - 1 @@ -29132,16 +29132,16 @@ entities: -20,1: 0: 61166 -21,1: - 1: 19725 - 0: 16 - -21,2: - 1: 54648 + 1: 269 + 0: 3088 -20,2: - 0: 61160 + 0: 57289 + -21,2: + 0: 65399 -20,3: 0: 57304 -21,3: - 0: 57297 + 0: 57296 -20,4: 0: 12 1: 12048 @@ -29340,18 +29340,18 @@ entities: -25,1: 1: 3341 -24,2: - 1: 61440 + 1: 65520 -25,2: - 1: 61440 + 1: 65520 -24,-1: 1: 16388 0: 4088 -23,0: 0: 65535 -23,1: - 1: 3341 + 1: 7437 -23,2: - 1: 54768 + 1: 65521 -23,-1: 1: 36865 0: 4080 @@ -29366,9 +29366,10 @@ entities: 1: 32896 -22,1: 1: 3341 - 0: 128 + 0: 16512 -22,2: - 1: 8944 + 1: 12336 + 0: 36744 -22,3: 0: 65520 1: 2 @@ -29925,8 +29926,7 @@ entities: 1,12: 0: 24014 1,13: - 0: 19917 - 7: 16 + 0: 19933 1,14: 0: 43774 1,15: @@ -30045,16 +30045,14 @@ entities: 0: 4383 1: 17408 3,19: - 0: 57297 + 0: 22357 3,20: - 0: 273 + 0: 277 1: 1088 4,16: 0: 61408 4,17: 0: 65512 - 4,19: - 0: 4880 4,21: 0: 28672 1: 34944 @@ -31205,7 +31203,7 @@ entities: -27,-1: 1: 16452 -27,0: - 1: 17220 + 1: 16452 -26,-4: 1: 4113 0: 61166 @@ -31223,20 +31221,19 @@ entities: -26,0: 1: 45233 0: 14 - -28,0: - 1: 3840 - -29,0: - 1: 19456 -28,3: 1: 4352 -29,3: - 1: 8004 + 1: 7936 -28,4: 1: 24863 - -26,1: - 1: 2570 + -27,2: + 1: 59616 + 0: 1536 -26,2: - 1: 32768 + 1: 65528 + -26,1: + 1: 35338 -26,3: 1: 34952 -26,4: @@ -31323,10 +31320,6 @@ entities: 0: 1911 -29,8: 0: 61678 - -29,1: - 1: 17476 - -29,2: - 1: 17476 -33,8: 1: 34816 -32,9: @@ -31523,21 +31516,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.6852 - - 81.57766 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: OccluderTree - type: Shuttle diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml index bf57dfb810..6084f57a43 100644 --- a/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml @@ -1,5 +1,5 @@ - type: entity - name: tiles-wood-parquet + name: деревянный паркет parent: FloorTileItemBase id: FloorTileItemWoodParquet components: @@ -17,7 +17,7 @@ stackType: FloorTileWood - type: entity - name: tiles-wood-black + name: деревянный чёрный пол parent: FloorTileItemBase id: FloorTileItemWoodBlack components: @@ -35,7 +35,7 @@ stackType: FloorTileItemWoodBlack - type: entity - name: tiles-wood-dark + name: деревянный тёмный пол parent: FloorTileItemBase id: FloorTileItemWoodDark components: @@ -53,7 +53,7 @@ stackType: FloorTileItemWoodDark - type: entity - name: tiles-wood-light + name: деревянный светлый пол parent: FloorTileItemBase id: FloorTileItemWoodLight components: @@ -71,7 +71,7 @@ stackType: FloorTileItemWoodLight - type: entity - name: tiles-wood-red + name: деревянный красный пол parent: FloorTileItemBase id: FloorTileItemWoodRed components: From f5213678134bd6fbe9f0d96b9be6b8d5322bac73 Mon Sep 17 00:00:00 2001 From: Dmitry <57028746+dimm00n@users.noreply.github.com> Date: Wed, 2 Jul 2025 01:14:27 +0700 Subject: [PATCH 160/168] vox fix --- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2942 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2148 -> 2942 bytes .../Hardsuits/atmospherics.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2669 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2477 -> 2669 bytes .../Hardsuits/capspace.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2685 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2312 -> 2685 bytes .../Hardsuits/cybersun.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2505 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2462 -> 2505 bytes .../Hardsuits/engineering-white.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2615 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2149 -> 2615 bytes .../Hardsuits/engineering.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2362 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2089 -> 2362 bytes .../Hardsuits/medical.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2358 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 3416 -> 2358 bytes .../Hardsuits/paramed.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2117 -> 0 bytes .../rd.rsi/equipped-OUTERCLOTHING-vox.png | Bin 2141 -> 2117 bytes .../OuterClothing/Hardsuits/rd.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2297 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2071 -> 2297 bytes .../Hardsuits/salvage.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2420 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2094 -> 2420 bytes .../Hardsuits/security.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2291 -> 0 bytes .../spatio.rsi/equipped-OUTERCLOTHING-vox.png | Bin 2227 -> 2291 bytes .../Hardsuits/spatio.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 4404 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2278 -> 4404 bytes .../Hardsuits/syndicate.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 4662 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2302 -> 4662 bytes .../Hardsuits/syndiecommander.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 4525 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2132 -> 4525 bytes .../Hardsuits/syndieelite.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING-reptilian.png | Bin 2765 -> 0 bytes .../wizard.rsi/equipped-OUTERCLOTHING-vox.png | Bin 2157 -> 2765 bytes .../Hardsuits/wizard.rsi/meta.json | 2 +- ...ian.png => equipped-OUTERCLOTHING-vox.png} | Bin .../Suits/atmos_firesuit.rsi/meta.json | 4 ++++ .../equipped-OUTERCLOTHING-reptilian.png | Bin 2072 -> 0 bytes .../eva.rsi/equipped-OUTERCLOTHING-vox.png | Bin 2323 -> 2072 bytes .../equipped-OUTERCLOTHING-reptilian.png | Bin 2109 -> 0 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 2164 -> 2109 bytes 51 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/capspace.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/wizard.rsi/equipped-OUTERCLOTHING-reptilian.png rename Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/{equipped-OUTERCLOTHING-reptilian.png => equipped-OUTERCLOTHING-vox.png} (100%) delete mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/eva.rsi/equipped-OUTERCLOTHING-reptilian.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-reptilian.png diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index e6bf55f147184424e32272f19a7630ce4c544550..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2942 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 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-vox.png index b896fbef73dba246fa93f03a4ccc1e5868b9e50d..e6bf55f147184424e32272f19a7630ce4c544550 100644 GIT binary patch delta 2935 zcmV--3yAdO5dIdBB!3BTNLh0L01m_e01m_fl`9S#000WJNkl2Z0FMK4>$f$Uu~lOpf!Qqe>^^ZoR6jf=| zHmI6XMEi&LPmsGdqrtVJMiIqpTtP_Ym=v?s&{VcXT#_QIZ-0N-@9`@M?~%AjYrc|& z-@Di6d)|5Ho_p@S2SJu)e#-dSdMmKrxNm^fctj2E&#qo!YKnwuSP>d7a zB$Aj=`{?1<4bYN7KTT)d)M^h28XoLq{JBURibTk!FQdObqIUN|)EL&J@ zF{F&QXa4?k09?5dTHEa_`gM2t=#N?e_~5rU@eIZ8DmX3XZ*8~pG;F-UjUHT^1Hk70wuEFPWIW2dwG2rQ@m*kN{@6pjz zgg+F=J2orK)wBTMs5h_p0L<02;2oP4{Gm7dlNCdXJ}@Ub-W{u0-gE3+IuK5761{T+t>UAK-_>ujmn{ z8Gno4Y_aH`F?Dek&fQKpzaDCX%{NCMM$rqR}$V&a)yBpVs{XA4zp!`g@7Z1OjUzu$n z6=OPkuc|R(al0fYH1lho1sA)zPDz^yJfzgx;HNbOkpX6_U z+Rt}^DXn64L$aFa?7gad7yO~Pnyah@nho$>V2U??RiBCjwT&y$H(?Um6(JiN` zdjW-CvYM9gOIDN0uN$%~YyQ-hZIHh{`>b4Bwn2WZ_E}k$Wge?dT`TwX$kY32-Cb}; z{?^?Ea_jB_T{1Oy^!8M!32ho{0T!f6A2r>h;2!mFJfaN zVIyIv*3Ylw4Iqk7vcYI!gVD00UAZrcPvY&V$k;Hr*B{LuQ2XbAW~1uqyWUuJG4%hA zpZwY2eFLnw0_%* zR$k+hc{B0aM*5=`B&+F1Es%hPA`QuEqCaXOUfake^JW?=uj!Vh%K*wr@utcxhz$-l zRc=v_u9Qj*-5ThGqJzS@To=7MXdVK}S>10w$VO~%P+q*5Fn=C(gK{m$Qfq-f6kj-l z2*shcDpfns00&RQKicPMbBeOo0~yT*@Q31bclnr3*8qg^VEWVz!29p)QTyp3*NZl% zC@<#v{U1+Z`qa%w>FephDBV*LT`xoXrfAyb9NeU&YCd%sNouF)R`mjz!eXwDrXo6f zud;n=kk)oPmw#h*oN19^1RCpDAZEfg#6;^vcK(@Q%$2ZB9|X(Lcz8t{t4ZZl~CIiq77p z6(c{U2lzvAij8pU`W_wuZuAeTx@wiFYY6y5aSWkj%zpuobR0l>-G@7nM8`OpDw^bcYCNbxx@`1(m0gBAYNxhD!4TXgg zfP5=nrCLPq+C=xBpkf3^y_ti-Dy9RYWKSiDMI)GVEdoG>4L~d!kj+|lgZY9ivZsH-v$#>N@$IzskTlKgxVv1mk)!~}Lr zP+gkqfo20J>+q7Q3Z+C&ki>+1)b%ar`^zYejg#~0Ngw+f1JfsO9R)eaUK)+kc#* zzNgX%$!e0{e`k+c!M<&#kF*ZzeIZrIoteeZM8d}5eiM&=_5j0yJQ`EUnBWf^W#?b7 z0cQaH>8Mtm@FqFoJ(IpNB3Th6t0`4A_QnHz_0=!2^rM;LcEb%^GndR4URCp>2pS4Kn|f@m|vyT;ymlCQq{ hCErGqSg(WT{{Z#lL8Nj;K#%|c002ovPDHLkV1j)e!LtAW delta 2135 zcmV-d2&nh|7UU3+B!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pM`AI}URCr$Pnq6!aMHI((Yb;1;EB%1-jRe5}VuBA^+kgonCh%Yz z4f;UB1E?tw6JC5E;X%;E7bP(&F;Syv6iL*J20~-h7HPpK4Sx`76rvPjTSyC7K1wOj z_5SAWS*F{2@6PVM7l^n2WHUQwcIJQP?3pvOGizIS7`#_Mo ziez@(GV77pGmdngJaWo;PK=ce#QUx~FZ^^KK6vFKk30&0paHgTp6$?ZduN}u_|b7n zcInhVo)VxdjT!R?8h|mkr}?_I^ZOpvDEY3|qv|S}KE=C7PC3u zI~q>fG=B`RdSU7Pp7oJm9vJUMUxLxT*W${)5Q}64`^8-j^=U_7TV?jL>U-VXEe`<5 z`}!+AeqHZ$2sFT{u50dH!XsKI*Q$HJ2OytbaoX!F!AMsy3aC#zg3^)>2lp1}9)Nu6 zgm#Z#*E=0j8lY-Jz1J9S#oMQo3p-*;=Jx>Plz(5jmUs&&@Mh;6t7>e6Dh~_lQC~W8 zxqrOkPv-%Y;|1s|(EE`LDGe~HXsp%t(8?jvlukJb?0DjV&rqy%SHYSM8)j+97c5(q&~;-o6AB790c| z-hVvhq~wu<_3`J#TPV*2OmVcs*q4={&JTw1$Dg}8P^tL!DKZsO8lb%?VM!qZ1eWC! z{`SbEj68BZ@JN}o6Bft6*`re0`F!uM>fV$;_G61zChep`N(1292exjr#l^vlNn;d= z$gn&hkDPJ=vf@L{L+Xcts{dQdkov>}R)2XS)A^C>flt*xG_-y)q#XhPBe=I77;7|) ztCN!VgL-?LZh21>H2i$TiZ{|D7*8)gxu268r?cWC-F9WdMn)`di+z{e+h{iMp9U=a-JXy8U=Y z{Kf`g141HeDp0O(RAdWu_GIJ!obVePptiQw`DEoqZ|wVloN}IXMOgzMMs;;{IpH@l z0F7=~{+9}LhdX9klW({MF32ONoPX!CX$0v!?QZkY}u1r z-ScO`rnVkW4orqXlo;^#2lMR@%jXQTB_;thXPoFqS$s}bXqHN7-)p5TUWD_s1Ii}i% zOEy1rU7{Gl$N+SH!3oE~-G4cN-~^VV=-zXQU0^mMP>8pJ7bsy4z}uJq0c3Lo9neKT z6@K{mps@}{2H@46*>}sc<>aTK^|Z>fCoe|GHKg-!0(3wZbQ0*g2Eoh&;ui;zjJa9k z3snlCTz$QX^SYp8sBAzu;M8@{b<+<`gAl?468B3N6((-txX-$&2!F?vTvz+_x61?I zf)j3Z*fDLZI*Q-5=@0cxm{aL+9x$d@D z#t$BS&~lpMZbrc2;(rw8r~awxE#w+9t@*dS;YJ5^5xvlH|L(KdodpC%+tw=AlcQ&* zBsrPIExA~olwca$1W5I#__vasSdZ+hFe>ey;j) zKe*EPBIx(M${5I#9pM1ipZ*b5-)$`q*o z#RbUc;@gM)*%Uv6ssu#o>01n~G}z?|Q*{sR=gUtf>6(mDVD N002ovPDHLkV1l001o{8~ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/meta.json index 35b535f43e..3f1f0d6eb3 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). Icon made by github:Morb0, reptilian made by kuro(388673708753027083). Vox state made by Flareguy for SS14. Inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). Icon made by github:Morb0, reptilian made by kuro(388673708753027083). Vox state made by Flareguy for SS14. Inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/capspace.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/capspace.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index c870e6f354ecc7a304279b9a0a07a151a2523732..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2669 zcmV-z3X=7SP)S&@?_ED4GOfz`ih51hUa-Bg%)ZLJ82w71(tZ zoRC<43AV{=6vN^TaLU$g4iq!|`0uj>D!wR&Uf>x z2Yst0oYxEu1<-f!r~t?( z(^BQT`nu`r>t-mi2fe3*p~N0J1`rEwBcDvyyuVe{qkr5t&QfL(F#;z)e;F|XOPNKE z`^L9Kzo`@SN5T}dU>FOOxgyo;)bd9R^ma0HahdeF%lIQ<%BG27uHeykZK^45;iL~< zPQHDaw|-`spN+FOe8!RAU4{S{M#&ZZh61qdx}2S&BVa9lT-?rMZ+xifJHvuNjAAy&jBmN} zY*{i&A;sLKoc8Sf-xdSC*1LC~SK`AJeWU3A?X7(JY0D9rH1qyYJlz7 zpeh6akFM9)STUQUT&TWhA6o#KMg*F`cCJgAMSR98hEbBwmNJWV-w6hNl!DQQ=rMU4oXI@r3w7}J0D5*9(~<9>z{jIw*dI2tr0k-GYfV$)6CCe0Bb{hn=vT0H_O?m9uC}*dz zpH-N;7SJf9@aQ@oU9SdXfmn5{Dime7a)P!a$|oxWm#R@=C?2(90v8U*H3BhfeaE>^ zA!P+&ftWlN-9T9bR+WK{cn%1*UW7dR?J00@o4qyJ2b%7f>1olin+*&SwBjw z2PGdMgkawzC*?%@B4W->XnN1E0BT}$K>OG8Pbo9e3_=L{4;>Ry!#1kAu!Z1^|7|DT z2+Ag4$KLs58jr5CoP676K9ConSK(7h1B4Kgh*$6a%5_$1 znuexnTjEXmE&#Cak&|L6v&ajH4>c&7klR`}|-wmIy~G+2EJ z;3Ymf%w6|g-~~Ql=HfE_hZec6Dfv~(G+BebLGC}gm5}~;I`pO!RpB%%Z>*SMZc_ntDn9XhJ3v34G zSGQqn;QG}2dcN|LW2nNF36xD!W?t6U2BQZO=sg{7mfIAKY*+8;AbKECBLsgWEVD&! zQ*y2YA-gVUOW7X@6Frb{yUeCg{r?Nm0}1&N@{?mVHA**7_W^+zvEVj-uzx#N?LEXV z{<4i!MfCvwc7wYXwe@JW`MaO~SUUqEdAeGFjRm*yn})@cRNtx!TkS8l5Q0G;-*n_4Q^__9 zu36rG?~YXfQlEZ;KM=mEC{RTMY<_xrZWF~qj@XSi0o3r5GOpAJpk*mBP17*vCN#q+ zv3JKR4681;W#~P_6!GGT3{ndAF}v1bncfbog~ptlQ2zSh z@-hVAjf}`5snx@mlkq{tF15_~Dc2iQ(SS;}SFEQg+v!ZR##CG818jIBBLb|AJ2&4h zlueUjHYfRU@~8^sx_~XoP&~?oXDr+Ij#``d=sL@A8$=GxEUsHrP}cXR=d zuJh*Md1fvy^J3|s<{eE7YwSETzGYhrlq8_+1H6$D;Vgl#oZh8*M;EG%OO-JIZvEqy z(q>Hs@X?O|s7Kcxvrc@ngwLqrHsn{KiSlNyDTaQwE$uuAD$%^No2#~T@u(*S3o z)an#*^aiY$i%J4e_5pg&Fi!7Zu{DiAOn}S_2y6PaNeWfWt6CNQlCvct?ue6`o+v0v&v9>*3s-9bIsHe8FN5K|)YxZ$F bZ%*+aMhksoEN z^TaLU$g4i|xi55*}TrY?{P^ zRqII^SLFD@^FGc_f7VhVIO*G)56*YFVodD6t2Re#i@f800DQf3h`0w+Iz88HG&nMIEK#oSBGv2E@<$Bx zb~1Bune@5K_#lT-?rMZ+xifJHvuNjAAy&jBmN}Y*{i&A;sLKoc8Sf-xdSC*1LC~SK`AJ zeWnj4u$-4XJt64>H9TB+_oasP8)|^<*q|x|0FSQM*jO=}qg<%IXCGStnMMSf zz;>=nnMHiYDuz*#&z3Tab>9gFeUyUX8r~a0`55dl7YGJ@K*h$gIr*oYosz`uFV$)| zH%}oYeNH}^hC-_TJOwBPLI7W!AJckzZhsTOpbx_+S*lopKM=+qpPTzobH3w>n>w)9 zDrcvpiU)%}QlEYz?LKznO>*PKLJm*Fa)2spgQy4Z;o3PuBHiOTV0!gvH+Ym2$mh1mvWlEGc26;zn+0s z!5IVrw&&M?y5r_0%M@F78w9knX@62SO?m9uC}*dzpH-N;7SJf9@aQ@oU9SdXfmn5{ zDime7a)P!a$|oxWm#R@=C?2(90v8U*H3BhfeaE>^A!P+&ftWlN-9T9bR+WK z{cn%1*UW7dR?J00@o4qyJ2b%7f>1olin+*&SwBjw2PGdMgkawzC*?%@B7b7eO=x=0 zumEaeb3pso^G_)=(F{Te`VSowQo}Z?y0C@djQ?#X-3ZDiV8`D1WEzjIvz&a}W%~C z&OoA*yY9Q0_?P`8Pft)Zt}r-wrvPMD`0BT|Iqb|dSbYiLB|bXLUH4t!1wLTr;xhe* z7R7~kUuv2W2A587ptqBu#2)s&(qA*4GOjSY*1?JWhMVP-;WWV$`weE-Ix3s5V&5zM z3?=q3(A(*1ZC6h4$bYLoLeoKDQ5Ghg+1i2Ld7ix=@z@)mw@eG1U(u@hb>c6Dfv~(G z+BebLGC}gm5}~;I`pO!RpB%%Z>*SMZc_ntDn9XhJ3v34GSGQqn;QG}2dcN|LW2nNF z36xD!W?t6U2BQZO=sg{7mfIAKY*+8;AbKECBLsgWEVD&!Q-5-<10lOEXiM222@^e# zaJ$T=Q2qZ4(E|zj5%QB`H8n~%Q1=0W7_s0sez1Q#R_#5+FaENPR7Ldw{&s`A7Pa+g zw)wlC{#ZK$B6+%6fQ<#W@tcQ2z&tY-xAUj;Hd53n-*1AZae(s}^cfju*E*!+%gHHL z9qlN^Y>p0dVSmdAr{j#U6spMHWr z5WcD?P(=f5etLRt6U9P~*o`*<)bNusuG9#iWhpUD(=g{IG{Y#dcgHH_>=d(W9h8E7 zcp`%o@uK$(t1h=?=sm*}@#2XLQVRAlyVhZu-VUpU#+;i_{`%nZG6dj_jL0IX)x(#Q z@j=BdwSUa`Dc2iQ(SS;}SFEQg+v!ZR##CG818jIBBLb|AJ2&4hlueUjHYfRU@~8^s zx_~XoP&~?oXDr+Ij#``d=sL@A8$=GxEU;t@!5#cO>ubkecc}EwjjZ2j=0B-%`meOWT1@O_20H{aT z9<$2#X?YT~q(ejqQJZeE3X>XzlyLmE#;{81Tg@9b;>Q~qk<$QYq15UWar6ePn2SmR zP=EFTde1OU?_aSsjX+F*%nJx>`n5?4Rm`heCbt?QH2YaGTh$6x9@I~PLP{%Vr(_#! zd~{fT1zYtht*zo(Rf@a%xiQ SLLfQ-0000fTiH&_=Fg;>9p4-A_A27{4gC6sC>2B^G<>Cr3ht~PRZP-{Qz_cF zDPfGCKZ=tl0e|2RR8`PNiM5;qA)qXj#bG(WiRRJvzIKOS(Ufb*~a6P>O3BZ;pL-$ z1Apn7M=8~Hi8@+434B4|op+4rjg8OK_B|hy^C+>5Ab-dSBSgyP)0r=hWyR0x0lGla z$`Ax@*0nRrPZ3P=^*ZByk6-P|u#iST!s>h1(dG|o`6;C5>-B86a);rrs?8*yc z`E+@R*!BDf=>u1~xm=rS1qd^q)(1wqKI3EDk#Q#P_dNRY^dZ{y;z9O+yoW}d4CUZ0 zT75rpGk9lt(=i{6G&ti-Lx)oT0+$rQG+=pYNt3 zDwl1&G=a7sYA1@Wpv8+9DB(jC*RGEzNGfCYnph zuG4q!p!H0E>GkE7 zIkfkQ3-o2nZHn);JT=ie_3snydx@0s;~C9PHY=mN->bfR8NWL@&skkjKpXZiQqy$I z(bp_qbBt*K6vT7`lCFSvneKQ|bOI^L>VK4S)BCwN6WkB=^|~XuW^b6vHtbhw^#J3t zTS<9AeS>;!aAzOa^`rD_Y$8pLyEDd~p1bJC{y97q_V)Ayf(04?b1M`;3!+8J=?1l3 za93h_|3Vq8#1<~Pn>uN!vN&2?dBHd-InYOOr2ty6ynKa&?xn88gqlP12nQ6#kUa3iF4}pgT)w~+t&|wx5o6rhkJM(edw;(<$Z~95 z8RyNIsq$bDI0onf$Y=`XG1?BKGa<}m^`3~Szw|(@*URNQlo!$$K9Yv~X|4kr!)EOQ z!l^h`LHNm3gZWl|D1&tLdz00dv2i|sMWLw|AUewil~Gb`H-m~j^XIF$EW*hm`khf}K@TOmx0!1xtW z8tl7CgA`GUo`MH*RdpER6sYHv857jM9lntPRHbwc=|kuo${6 zev7Lh{N+q?ZU5G^Mt_b`AdGKw9B1tTP<~7E{VV`14&@O-2SG6W;F_F}Ljq6X54OMr zwzN8Aa-%_ZphnwaVTrBq7P^1bu{4AbBh+8tow-S3CrWT>xI1p2?3?)<7xcP2j>cgG zzwLSuXKN4e1HeB0;@8cL!`(v(nro7)H{c5_zk?Y+*|N!D)qhuUISE%$^nJe^Q~>Du zo?>-UGf2gCjaGcK2`Tx>#ySTf`I#G&oP-l7U1<*6sW^qrg(+(ffbsy6+aM4?H^|B6 z4pV)s%jvv3>^nHXv38KrjM*@14`jsU+cEl_`ujQAhfU9MQ<71sfr3%Sy{*5hgPd z7nrPU|Dqmv@D0I(@RkRWBHqiRc6lYdqHM~K#oJF7$Y?`Wvw%cqa3c$Z3(TiB%YBdu zgv&~}Ie&)vx@L!s7}?7LQ+Pj6g-Z}FZrN7%?tm-L#mxF7J4d&KRTp@7!yS(71aS{o z*8fs>#*qlK|Q#q_W02Y?>Hvsy5dj-z*Hx$;rZM-sAO@mOTaB3m{U}X$; zc_Bxoq)_y8sxQDrf3`w!;1u_ zSMlQ82>H5;P0t>rb9^MrvaWo!tXsceBI!!^d(Q9v&hLK$LJ0n!ao@dOz`e#-0=U-; zxYrok?Lr_B_)o6G6SCP8A`}V}jV5rM3L6{ieDu+kT^HQV&VA`LAeEX@n+J$S6NExx zQmLuFthpxvWV0u_lI(STzeuH~glR_A`+R;uy*ABgUqbLCfJ9=FSZu5#Nh~%d5{XH# z{GMQ%Q9_|G0FF~(ZsjJ9Qvo0p3Zo0BSL|v7Iw7B5Af3)&7!l#Rbyinb0Xa4z-$t>()u9GrV%{R~*0iONzxjh7sxOo;?Xbs-A6^+1OZDpX=JNv9XTp z*2!j1h+55IY3aIeR#ftbLSe;Itu9l2^#axVmw|2VFwLkZ{ymR?Bu^wJ8&AKS$26l% zPoGqOrWwU3=SinCBodQ-pU1uU0gQ4U%Sr-p{__g}SXL6FoComCAK1-B=x*@ESWF~` zhWK!6i;EnAu z^+GU=QF8#uWOA5hRCEha_QG!b(P)DCgJ+5V=q&TE!nNo@s@3Jb`1jO++T=SAJ<7GjK`NDOnh)@WI zJ@I!v0=e8NA=O$2J@Wj^b17X^rE&w?F7F7A78d^4w+3|Lm)8sAhQ$0 zLPmR*m1J(^Ci4f+GPiP5#RY~DVRm9z%s(FNnZK(IFpLP-erEs%08hVC#xNpH53s%I zL}IdGrR_35JD1|*nZsN=0}npYUwEqXfA1liW5*6~>{yDYUuisP+b;9g*b!K{(9i(8 z41nv_nLn3m{@UgjwY~YfYQV$65&)OpUgrF3OUmcV^A0GxAY*~^uPt%u?d6u=_Y3{^ zk{`C!UuuB<`T5tDI{tn)?CAz)Cx!*UpYD8(bULG4psw~ZCUBez#bTagBmV^84}bsH zzTIFuf3>=-uEpbrcf9Y!zpqG8LK-0Hho#}u4Wed@0;{VlUiaD+x?$5@uyG#&zq=ahKOe_jm4h!~D<}xNcp=8v5p8I~$!J z`ohzFd(wbsVlgoa$b_h{xe0*y#!&))`v8FPU{EDOYrt=POopC`#TwCIlh+=J11P%# zVBM*zbYFRBB4pY7Uo;Q6>F$*duW+8>7@}j&HR9o!=gbbCCl8 zD$z-5a zo@;_KHPy2|xd1@9$V%nLzEa@bpqJ%<7T@o>bv+;Olz{at0NXAr@=h91Eavwe`gVid zWICNuZcxIql7vFxzW95x0jEztD*&daPhwfg7IJ7rgO-(KdirF`_x*zGH&|AZVll7W zE}-0UvAA6;^wOW$QvmX2Qstz$jWp19DAXo1{GpKuT8D0RNkWaQgJKLa$SL(E?8z;JS4(nH=vGljQRYeV4rbL@swq zS4@)0b3i5G@)h${A`Z{D#OcUa;h-{s7jPvlZ2j>`BD#% zi;(3oxd=V_0+c}fPKc!O)x&U^07>D?W6&;q-wGmw$WLWSY^I2jGhUQmHA?J_GPpb5=l->Z5CZ3qfvP?@I!z7TG?(plg9|RpIuEFrZRo zi9r-Z+Sj4KmlIffF@##MCnA2bq)NkXA*FQC@cEQs1cZ$juf4p?1X2^dBMH<{sP`dhfkjJl?8 zUe4_e0`lH+I#fbmlVLu-)3XyFtBN?QLtlK`(*BPB#d2bcMdv1LXPdWQnD4 z2DN!;1XpqlP6j=4Ktry}s~zw(DJmy2<(W4sf8qY9;N#5)o5Hxk?8LC}qbb@6vlGLj z+ov-w<56G6S?~z-?!6UhuXPpj`v5T$$nO z8=_@xUf?+tw(3j#^rf!@jh_9-n-8{p$Eq)J_4eljk;3u&4+=YyYWeKpV2Sx3G(P+B z%m2WRqy`fT!*)Vq)t8j&>l5745DhX8fNgIe)xL2Q0!ZNuOaQPQ5=-bF02+pJkhy@K z1p>6MrIQi%RRFQrn0SJ_06a1@MAkI<&DxrJ{oU(>^8x_BpPCXM)oOgWwZ->GN0G0g z(H!j*1Nbfg09^2zlA8+3r@qNp@_Pd@b=7dgQBt^2sh0ZM0{=R31=fk8)tOH0=Sr8CdBa6kFfbLeXu zSWy(%ZiN?0O6r!Cq*y4i_`&6Y7fExuQ=(WXsX9P9ouODLsi{)0@GJn?3U{0e(?=VT zplz2~T)f2e(HVaD!cROe!V9L4&ak+6NflzIkIvvYm5y!uUf?Ac2mnIX1=NC?GXeSh z0>wfJKs3MWJ5HZ|Rul^*3?o7&lLKJ!gUg);BYNidtO14*QDf`X>avQ;GR?Vuxlph7 r-3#)bmC6mZc{#2lN9FtZuXFzf`zyd6N7(nd00000NkvXXu0mjf?PoPK diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/equipped-OUTERCLOTHING-vox.png index 631815d06b6b2c72918234fd0d7c871a7dd1fa93..f6bba0ad7b22df2208193208816d075e37e91dba 100644 GIT binary patch delta 2676 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 BtG@sM delta 2452 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 Z{{b}aD=S8~b?X2C002ovPDHLkV1nt_4i^9b diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-vox.png index 7e4e050f9d27e6fd0682f514cd994ffc43222220..ab2be9faa5dbc9878d56ad5010c6760e618fc1bf 100644 GIT binary patch delta 2606 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 Q>i_@%07*qoM6N<$f|ghm(EtDd delta 2136 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 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-vox.png index e8149c9cd9b9836dcecf525ca10854414ef60602..c4de9bc87781d21a48e4186b72b0dca99ad2e8ff 100644 GIT binary patch delta 2347 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 HT=;(g=yUTR diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json index 2741c53db9..3b2090de2c 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser. Vox state made by Flareguy for SS14. Siren Icon made by Velen based of the helmet's colours. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). icon made by github:Morb0, reptilian made by kuro(388673708753027083). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", + "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser. Siren Icon made by Velen based of the helmet's colours. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). icon made by github:Morb0, reptilian made by kuro(388673708753027083). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index cff092649d9bdd2e817bbafc1815670db0a07203..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2117 zcmV-L2)g%)P)aLwg7f_#E2MLkl_N=0k9EZD@0FViI(%ohqaO$qoc05h8iOk{bI`xiCGf z-)Qzn(yV?W+W3P-((LSh@4cCM^JeBr09pHGf+JFjfZu+&OVkl+iHw?Dy}) zC6~+f>G^Kq#!o0eVYu}20m@I9p9BSf`;A+kjqugsZ#e)w zK77~megK$l%p*23E$Zg>GA-)?z%PG)-;%%OGzh>Xskj?K*Zr8BoIs&agqw$sS5k47eG=Q=X*xbkq%Pt>Zgs%HVUB>F7yjCrXzy#>854gO26SuXiq6fO+azx(L?93ks z8k~AnZZCsb%p)6GMZA(Sz5U^4uk*sMycnX8w@@ewhZwJ<#1t8hL?PGd_hM*rasm%m zRxsNz6$fDHk?~3jj}PC)TsrOG@2Lk6$hxv4Bth)ugMg|}@#=e&3?M5PYX#z$Wsv#hxWvxivlH}<8JvO&x23T? zG_6$)-p{Ep7K`ztN1NfTeMKrOZ^{wps*TWbOUyTB@VRsvfVm4~R~|51gt5Aq2Itag z%RXT*7$1-GSnN~5>$VV*%P9<(drUhh^#EG(5*b-sjKTf#Lcu?f>99~Jx`y8bdwHSY zSAMs$5BM*mr(NOyI}QvmYypOi0|N|OfMMgn0K*nw*f=nNN+r&@xcU|14g$V0gUhn2 zpkpK`-#>eHmfJ(!L9G0|z#jAKx*zN7kA+N{ruCK}LH8#nJ`sl$*S78f0KTrBajXOZ z^mRW_hW)sk7Dzt@o&hjVg{gsx#XmICqi>;bty+ftyq+NE3-l{FLI!P&$~g&koXcN# zJu_&BuAJbj>NDIqanZ3Zr+k4ytOyyaTk;Wr=F0TWiHmqueb&``m50DF-$_o(PWh}* zUZ&De*xbnX^=tqz9USE(*q7$^^T=AYjJG>)l!k!vwm2bPNg=j9jZ=FWJg(jqgzo~f zf`nSNZ0;84&7*jEt6l|N#{sdCX#|3XXnk^qbSOFqB$HE?WG&*ClO?=DX+wl_j$^)) zTuzGt;JP;m^#6DaFo!^^b4mLww7HST+nqO>+f;6cat{au4HSznz*rrO)ln?IfUf(o zz?U3?*fX~J0ol*c_XWNLUH3cW^1`p|15Af=TFMy!ip3W~INFp9N1_9X14^Z=mPpKS z%1a0Y4Pe`pVRY0gmlvO;YyeVnZOv>2b9)@f{bkJ;7~~ltV|B|g%k5<_I(izq?sw!W zsY2NYXqsjjhca5F&<+A_2QhY8c6Q4e$qe*yQ~Sm7kck_{qZ`IlT!f9Y!MkGlb62&Dj7f?4)$EZ&5eBD@_|$#^HBsy zGVSb^J)LQI8UnQRT;NNHS5jcCj@ib%n1TkKBmuy}Mcna9N=(P9M`8p|Cqv`oaZc&4 za>68$=k_vPrNyd%3v(Jr#;dKlNSIug_m;`0?e5* zSF4uc8#B1P7-|RQ9?)tltlhbMw`jYABW17xt%DviKqq+e0pUm#^1nj>X!5M!8#B0X zthX?@lLwc3;{K;5|C7bOUg-oc2GBM)^4Q$SBOHm+zcehlgZtBAPey3hWsmtz^0{={ zvJn#q8a$btLO2oy$p=7m|4u`|^L_vThsUQD=+|^;k3wY-hirtkwdbzyk)y#@_!s8Q vP_`ligAM=y002ovPDHLkV1hX3jtck}v(!%d0a8Ul00000NkvXXu0mjfMvdVH diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-vox.png index d9c02bc41fc1b3a5e8c7808117d08355ed8b8eb0..cff092649d9bdd2e817bbafc1815670db0a07203 100644 GIT binary patch delta 2104 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 TUs_9k00000NkvXXu0mjfs^>t@ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-vox.png index b8c26d6f41c415dfe784bb633fbf74d10de02e9b..dec26c5420b7819731a5feff911a84a2f93da03a 100644 GIT binary patch delta 2285 zcmV~5cv_1B!3BTNLh0L01FcU01FcV0GgZ_000OFNkl1U6WXZpD0likB*Z9s8@V!=*gpmK19@1Ex zkMIcYcMrCjD(V#INm;<+e1x8QV}zc1W2CNCR(4Uj($%o?qH=}aT9~1W^AWl-c?q5` zA7W+l5*FtpynkG_P1gk6T9~1lQN_(qLO2uX!{U5|vg=Hs4>vyv0RUEhk?#r#tli~Q z9?{4UMrQr^!}!lIGV4b)GKA$+9-2|bt%VsW`K|~Mncdtf0RWZXF--L;ne16*3bzXGSB8C6t# zDs)q^eMUDGRD3G-hwotH)gwGrR^2r1h^NXb?>v+J`4?*_7GLt~^Dox84w_NL;KW(i z?YAUgaeqES6JZm5`E}@~0$;^IB5c||n+TimRSf8+g8kt;NQ6x(Q*0%lbw1=R zyx#BsKEHo|_#r~xGIUeH-o|6s@>@=WY>r#tbJ!Hx;TGWoSme&QUjm>mgtXI_TJ+ zzkm7);UE48*%!}o=_dnq${u_j9C-*tBNh>-&R@my%_UwpIB^!YGwYb1{xSA89@q5C zV{+*;jICUQ+acgO5GuU&0q>Y*R536(0st5o9D!z35seHXrg~6#>jTMdxm%xBk!yMtRw0|lt z@?BZL?D!Z>#sk~|iklgUgMa6UMtXR923xM1$vER0%TwKUrwxSM>p4@u-LeG1kFO!E-iqX zLOiE1?){n-^T^h16zhrrvGc$B>D&B|xH1zLAl)LPagoD1Kl$Dy0N|tkCHlwx&j{1m z4GB_1U@jb@VqQQ@_3(4SWPdyWamCgxw30LN<~e-Sza%vdq_)HWYwL+`Knkm`ZmtAH zh;lZ!O3+SR#>SUcPC`47B0x74`2GFZRa9g$>qvyVe<0clY%k)rxeC0p%4G8rqzGVJ z)6pON8y{XciRDze&KletMs@4hL1DjL)oHNK zi*j4(=mcpWAddUS`-)G+)2HdKO^4~+HhK5mS*jUEQypXpkeUTFqYAb+2v|NroDqP- zQ&lIy+GZ9|%Lf1ez8@)Tg{}x_HlI!|UBz-L&krTCFP?YR55!atvM-(k0GB(tbk+9R zjs`*^#I5nd-TR0O&VR_t6*zoM-YJMO7}2S__wkQ!+RsRl+7xv%?{0>}Vq_HlII)AG2&i4v_e?Kyrb&QUx zZ6|0r=Fo^>CqT>uS&9rpB5dMz)=LcIuLlC!JY2EUOI6=NB5cyzSuZaWbzr$c!l{)b zT3P@hgkKEFcmRp8$%K)Rw~Xr-PBu-U?FJHI6W1@CtkWS8HrrZ_It~F!DJZ3w3y10s zD0NdIzKTJU@qd80LL-T=Sw|duzwvUCX@?rg1hA&#WIO<0#h|*W@Gq2%2e_rWfg=Hp zCd_t#8o#(0fw}4EQMT3^qrF7fgl1IRT9Ql60xaSaqCK*l%2T0?qV|QFp#ul5lpV)w zMjlLFLz!#1o&}g=5#n&#IObUS?|ofJ)!E{v5zF(1ZNXa_N~P zfXf038KVFUWAFlivI)|)46*CoaN51m9pxF18?*5QSD*g{VsWC$Us_9k00000NkvXX Hu0mjftg1#l delta 2058 zcmV+l2=({*5tk5pMtVu*cRCr$Pn_FxaMHI*9D?A9%VhjbOffo!=Fj8)6Y2_kb0$xH} zK)j$4NyN|?FlwUUgAz0`7>p^14@y*`MrrlI1TRq{X(5UdB!67gfDf1=Pyzx`Owg|U z=G(JQm)-8n*IkJA`zK#!=d$xZbLO10vorhU)J4Y0)rbA7i-QtB?Xf5-z)yQDiVE=4 z9*d#^{ItiSr~p6x&tT@pde6U11*xnAJ+HG&xtx8sQ7gfIO9%N^=cBs1+G}lXwIZ-t zWm-$RpTiyH?+eu#4}n^L8FMq9&f6Pmy|g*COkF1!8T1!N}h7F9rvYyFh4kQv|T+}(V)J*yFsT?23+|QZIqxx$}D4g0!$DEZ2Ek& z_CJByu79PaCD9F%Tp)^HxCQIqY0?&eEPc-GiRE{W0hqXd84MCZFvD?Uu2ws~-yNhT zvFV@03I8$@T`8a|{>_gzsrpK#nszER?UlUwiwtr6&M|<&;o|~%{2&a2W)?_AIP>wu zecaz2MDa_kd2wH(y6)XZor3D}Hnr-5AD#J~7JovI&l%yN;j*$aofp3&PdW9vAS2NK znk~KkoC^FOP+kastOD>oW|trbWOgyZ_V)b12M)+9f;{Cw+HoKEix0aZiXSEO{0GB^ zmTMOv1(Z|o${(u$9yM*JI&@$$AwDJnkd!>-Kvsp+aXDgezcte>v^n?QmlWsn3L%pV^kB@d{tsj2a3&wbo4Gvtameg-KqXzwQ~h(VMW z!XK*uOb9KC2AO4vt`I>iKT(X?hWof*OxP7s{J>N~^`@Fmg9ons|3;J$xY>V%Xq#fT z^FE(9Nr(kPiaX>3WAl0UyCRAoz$=3ln16%Mx3lL@dASfVDIrXmmRtkW8 z$&}yqdp7U>XxapM%BiOv?ft4$ApFZV{?R2r^{)I@<|6B9G!2;qAQQa05{chv{zB)Y z+C(8~KLFV9(?;q+RGY~CfH(mz6o0~-pBEYhJqG_zC@R2Ddn}3y@Y5cP$frPBk=f=6 zQ+x_sWc=?G5I(6+f|CO3XG~3XiQ648(C`n;o;l4)MrR9vh@)!xu>@rqykc~JtEF#u z0Y6*~57c{XfG!>LTJRGkxWHKf5Do7)PTeu&VRh|o>-By-yTTvkO8?GU5q~mpxZs2v z8IT2;kj-yu4QmB3xFK!xG|`CCiK^F4x9ATP1RK_@(gS~H&#}zhWcluP-M4T7WIz^V zLN;VH&lHp3YyliQZ|XZTIELm}oWn}CpE-|nA$J9{4+mUunn&`;RLGIM^*TTXCa;@p zfS5oafow#ky$&#yD~B%eQDhTYZD3~s=YFPE+4&JGcz@rO z`e0IK-*r>c1=2TMaKbIKZ=MUJZvnZSK8g-w_@%#evH(D!(ia&(`hPYp02#uFk~I$2 zPl4xpsT`VZe0_u7{w5gq9XKJd0Pg#G9eo>y1-fixWTQTR_0n~v;>1j z;{tq<9btsX3iJ&JTz>+Q0hy3ZEw`V2;A8vbn%o0n9${-{N}^ zGXo+B;F>kK`FU!ZpzkmrG9Zh@A~{C0g|h_+Wbj00W+dustgMdR;DQrwQ9_}xRsgFo z`3}IGdCFc`_n!7a+c&W8faNe;aLRWIq6B24%;lBbT3}3z1qgqN;72wJ~+6a2$#0gb#{at$V0iqj6 zUE*!~ZkPUimA|Y21k3V!VRP_s!fg&7*^m)gZ4qpUB+W!sRh23!Dd}_u4>~$Ja^Z4Y o?YkoCI{`E3ndN>_0+jj(Tz*rkUlb4u00000NkvXXt^-0~f;ctIr2qf` diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json index 8e9188ff9d..15c0db926b 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083).", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083).", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index ad2bc2f49d211334faebef394a5f114f814cacb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2420 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 bw~ZeGdLhcq(=&uN00000NkvXXu0mjffZezC delta 2081 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 LNkvXXu0mjfT^0li diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json index d3750e4890..fd8d16a0be 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/security.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083)", + "copyright": "Sprite made by Gtheglorious based on the sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index 59aae971a908c74073f2b277ec69af0e783760b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2291 zcmV6CUAN@^L71? zI*94Ht7n`1sc$lZ;nb@bbLx-A9Z$F+%ZwRk-acN~&Vg=-Vz zdgP>2VLm=cWyofF?yBmB5T@s@s>qPde0-3_>u>Pz(YN~D%sV68zB9<;^*DfP6hbQm z+5)n|f~5tE$ns5Yq}GTm-(+dQq7uIZK+)Y{^!#*3FBqfer&ZD2scUj3~v`wZX-;`!$Ku{B}z{Iv3q`KEoA z;ZhcW8>uyJUA#nO`6mDP;x`PJvdkv>Sy?S$Ms1#NuD6^Y1k`}}_#i8*1?J;}y6xek zm-+)x%)6S&ZlLJyXyMK#`s?0}|M3?9ycj-rfX{YlDWM-tUQn>V$K_ivo9O33c27Si zoeE~uMl=TC*MEL=WG(pFkEax%S9GGUN~UUZVW4=Rue5Kx9-x?aHJ^V;XIj#4sR6Tz zey!?vH=Y{v@j+%2{mdr%Njeo)RtqGZif)^a5Au9--4KnDEpt@J7&0!vhm%$0B#JEG z1U$iiI9UbI{T8ps4`@m=1lEA^ZqA4d#gtzIHeL@f(O1>a{(hDn17LgmZ%5VuzcDNC z<_xh%K%FLvKxE(h`D~{FEssIJ1e1<8sI)!E?s=^0PhvKOw~N#7B@p%M@TR|cU1vI zhHLKTsGoI%+Hd$lX+X|5(+qn1j??XUTOd@bJ;gL$BB3Cat=F z=x6z}49lNo^uDjp3|G1;h{o~#wEeXVVG#H_tdwFn60eKP`71{xB;AR+pjMDD_;xC- zX-oc43}C737>)MpFoe>8(YN2nUnK(j)>uN(VJfu3LdGt-J9Veel`EHsMo(keF-G5h zKh&6^1n}LHWZko6$Ml{Q<0z}q4anH0eMV=AEjw0Mi_pkpJA@Lzg@IySdR$a)X~E)M zE6iE-_;wXH}9`^ z)io~f=8Svy*OmAILfc=!5!MKYjtMsA={?3=wo_>UqtiLTM${s}YV6{qt_y(u+JHtQ z+%Y4lltL**G4C=uHi@&j<<$h#CSR+}P?4cnTcSsWOn!Q9f$db9@~*4-7#*9Wn0Gaw z@@a=7U5A~`EuzuWM5Cwm%$E0jp5 z9_#;CfN-@5fd$|%M5t+j0UT(PeHdmH!q^NmY8!xp{X&VxHkej5{@Nn20E&56Upukj zw@-}&Z2&9z?q-xe((#Zy53+k~=e+`LuYJEQD2^KwG{iBgK`kvBz02rpOtt=TW?f9^Ye*r6E7HyY9r_2BV N002ovPDHLkV1oROYb^i( diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-vox.png index 999761e150bdacc884c2c59cd0454697f3c69f76..59aae971a908c74073f2b277ec69af0e783760b0 100644 GIT binary patch delta 2279 zcmV{o@}9`Q3MQ&$;KG zd+xdC92-h0{-1HG*9`O;Cj#g-1HHzH0D8?puW=%PUNg{ZoCu)T4D=d(tzH_2QTKdp zVq7Ji3IOHZoPHS@iYb7xi<7K>^L71?I*94Ht7n`1sc$lZ;n zb@bbLx-A9Z$A7hnakY3o4tE@qPK9d|<9g(zQ(-a{(hDn17LgmZ%5VuzcDNC<_xh%K%FLvKxE(h`D~{FEssIJ1e1<8 zsI)!E?sc$oNP=O~&udRVkIA|jd zLrVdOfy-1)3T_VYRL_&H;wL}<6@U2UPhs5RL3WR%Q=#DIuO2=9cX_S2z(nX=S!6HC7jJI-R5_CoXsuWryDr+x__Tj zulqH9p)KFe=9cag27!&B+`jVpSFC@t3ZRd?Vt%#mhUOPirx1qzx9*F;;|3Oh7`3sB zlYHN|2Vj)S4uElP{4Eu+hdW~U{@wHg3&4!p+83|wePtMi;lHemU7XY^S>DZsW~LYP z0}B8!itbKRi{iHhrhUff(uJri^nb$$fRAc15WkNvuBlvp{&YO|zb*a7`-RXK9>UTO zdUMgBrdC3K!Rf4J$B&pxbP=IGF8*>q6hM0LS2Vt@)DSY zG(cUpsFRnVW@uKIAQz=ss(&OBmz7@#?GS1UeBZaHqcQ@27Uo83jSoKks%yo^AAI_i zx{+D~(78x~gy-dA6cmA6Vd-;j{4L#CLgN11pk#}?r3Kd}##LiRTJn?9o^&dd%8nuY zcdSH4;4fA%?K8Z<%M}bdYhi~v7Ao;ely_Y(J?HM|^qd*BLyZ$k0DlvGRTkg*Cjhta zRH5|Ddr^9JAV|_J$STjXhHQYdeL!tHBpvtA-!?-i8!(&bXZf=X%b#WRzOT;=SGp>Q z#_|2M{k05X5coQ*lwvp%uZzq1D@PgwlY~ zx8KKKB?9}_SVGZZDu1-XLdGt-J9Veel`EHsMo(keF-G5hKh&6^1n}LHWZko6$Ml{Q z<0z}q4anH0eMV=AEjw0Mi_pkpJA@Lzg@IySdR$a)X~E)ME6iE-_;wXH}9`^)qgcE@8*nq_t%y90Yckf zz!BC6hmHw0=IK4gT((nb0Hf16!A8^~z-sK`q^=8q{n~&=Biu0~sFXq}MKSL(IyQ;3 zx#iUa)Fxl6%utb`SX-h;g-m{WZh`Gon)0rz`4}CWq?mU#pYmykBVC7`%`KwQ(?p}E z_2iw+Ep4Pa9e+*sPsXxiIGbCD5QLAT)+7WLfMFO6N8-xwYDyu3Um(Xp`BOsF|q|EpVaz$$PeL_g{{JAXJSIpps5S*8wao zSo|)HkzjNx3OH7MK#=H-zeWMTvQ1-Y!8*`R2(9=R7hCyameVeP00000NkvXXu0mjf zqQ$MM0FG53plMo1%W>Bz02rpOtt=TW?f9^Ye*r6E7HyY9r_2BV002ovPDHLkV1hG1 BaH{|S delta 2215 zcmV;Y2w3;?5wj7HB!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pNNJ&INRCr$Pnrm!SMHI)+HYv3QiY+Ztz=BF?d58tn*h&O7QAGU) zF)>kNP?Rqk9})e4CJ>`w)JUQx1VX3@YVeDSDEI(;P+wT&U4IG+)wU>=LW>}haP4pQ zp7nOa?w#rG7GwKQZsyMOf9A~0nP)`KGmgJ}*#A2}$nxD@i#`STZm&h30(`gEqE7+7 z+iTIM0N?Gk_)o3`2R$;>|4WQnw^VuludG?O#jgjBCy_|vYQ^(eE8zM2E4`AkUDDDp zUS5B{QMS+DZGZA2?8u>o-n`pOMdRl$tLv1(uIPAy5>-CP|NXDIQaY?q+KzWf!JvWC z*nCv39C6BuKc3HO2wZddW!~zIt&*49PfCk&WYB;-nYehIrll^TKSGY&lnfK@&gzCPzB7GR_Rq=T_IB{FO@UR6My7P!4D>!N^9i-;lz`U^tVi( zlokyre|=lN9N1oFc(n3Gx2=yUf$$fX4K?Xp_(K(N>}ZD}0MD;!GHzZj+Rl-Z;)2*e z(0J05FC7T-)4Q_UCQIeuRylF$acdlg&RGH=bPcES{U%Fqk-cgc)L5ams&k_Hb$5 zInuOz(Io?ni=S}i*F0C0T^!0EIs~p6SM2|Z9Dh1|)TmRtyh8m4TcYtGm@gIFd3}-j z0Q^s_Y>*Y7w#$ILTxtFJgmLi`uKd9~VF*<~^Y87(y<%*+tXh)o(anL5eXTs0KcL~HBfX-#vq2*MrE6Q|%`K<9^Z@*X16Tf}J>d7V!=YI;p8KKDv0M__-IF`5k71_THf2>8CS!Icjb?b*?7N2igt{OYZ_6J#3*7nKH>Ug0-DOA#^4Q8C-}bTxWDI#GZCi7pgs8P z%bl_Hf(^n}f{Gx&t~`}rSEeA0-^m8VgE6(IzR8e4PT2mPqayeTPj$?PLHQqlHm3_e z{_gTSDWJKjHMZeUEUIZRF5$#y5`UTCw^jh%N~f7bAf63~?@cQ*#c!Y`CMe#!dU@qG+3LP&B>B%^Kn?QXnavdc7f*tTyQGC z%Hu~n!N~|x`599ucOkldoM-OkUw@;tb1mK`_YKaxS9O`$4u5Oq$5#v!{f3ncG&i;gf6zF+BT)`(W$bw9YjP!sny#cYbdiSs3R)*^_FneaT z7ktB)E>NbHt5Yz3h-ntQ=n`(wDM*; z?36*T(fN>Z$C!w916VJFSO@UffE(GXCY8&;{@ErR!=$&eJdxvIl1B^gd{`TL-srLr zqV;(Tz~Lu1(tw#jX9lLj@9OG}ZHPZKO$O^8z-ue-tY->F5Pt}D9T1!i5HM5FvV(jo z2QmSd$^&Z!fT>5DA{dLap?wSQZ^iL!3j4q5Qj|2=DH_w zQh+W+c`FPMfEOH9m78SsyHQ1C8gRe`C)_#&R3_J@xRV0daY3Y{TvH>+^0&sAHF-|~ zE;!*v27pY+=6|{?blwe)Dj94ZPx2;LLDy6T@E_cfB{PJsyFoTOL7t$}%M03#0$koE z0H;}i%Ci~KD{8E8#bqPSKf=UU9;8zNK$QR&U>O{IC!{Y&On?QPhJZpXFlhPhi1{#1 z2opruG}s-$VID*Hyo#VqF0fX>Gxt=OSDN}JM|WfDx_@fEyMQB^49NKO-R1TRA>R!J z@Ai0cHEc+}d{);eYq$Otxoye?Ud8YWO}vILtf`Nc8P)^3GXww?RNlQ!#|$T7H%uyx zUE$lV2eJ@Szc75r>7kfi@X pcjY^uXCQ1S=nK+ha@g~W`~$4{d&k~bR4)Jk002ovPDHLkV1n>ZJ`(@{ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json index decf27039a..3c2002166d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Original by Emisse, modified by EmoGarbage404. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083). Vox state made by Flareguy for SS14", + "copyright": "Original by Emisse, modified by EmoGarbage404. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Sparlight (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). icon made by github:Morb0, reptilian made by kuro(388673708753027083). Vox state made by Flareguy for SS14", "size": { "x": 32, diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index 2d2d3f92aaa6eab912659909997bae3f3a4caa9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4404 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 H{(tCy!wr4L diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-vox.png index df2abbbf0303f8bd31d1ba415a34e4167e2cc8a4..2d2d3f92aaa6eab912659909997bae3f3a4caa9b 100644 GIT binary patch literal 4404 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 H{(tCy!wr4L delta 2266 zcmV<02qpKlBIXg0B!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pNdr3q=RCr$PnrmznRTRhXwiT=eYNbU1u|g?e8n7h=U8=?x1Wk+@ z@exQ&l*A7velR9#q6UeHG10^rqaQT-fsa0-h>r#|B56fwV}E%EOIscSLW>|T6>U4t z@9doQ?y%dP+3r-d{UM5e0bh zu*HZ1ym;7RL;+qL2oDz)I`_t}bG&2<$fw*({$~(+B}gaV?dv<|y-fMpkZvVd`uJtu z)8G(fl^IxI9e>?lZkTTl?&~pMJ=P@eB5eJ%>CWWJ3NwDgCbCQzMPw4vR)XU=W_eLj z3V&-?N0K8be>$!}Q-IFDH0@Gz&*Tyzxo62jbIa@3IokPoRaJ?6x14(UoC*A2&8h4(vMm-eB?J!86`dqJ0It z8WeW9{oX*xI#=(!DK47S`L(rjs>A^8w{&)TDP!jB+aoda6s-PwW7hWl^V07CGx4`R zc)2kv)_)tb@VV{B<4@-U1{83`%o^vXj$QJsjmlheeZc;dWO=DY|#0sbXpML=j%AeH-ba($OP6eoU#R4#YEP#>F z(U`EIHBs)?=RE;#d=Rkti@$7h9_id6&x=1kVHVfbNesv@Z`u@^KcfN`*Vf6Kn}0na z4u#P_G<%NBvvd|fKIQ$6iBX^Tz-@JNU1uI%34Z>*{(j+qtExuI{T4tz91Et77Y15Jnta<~X_>YY7DL6KQGWrLcH`!@nEkn_-nCIoUGwzQLz;Zb736)< z_Cw11VZeKS{$IDOOW{|LCZBQzc|rIGoB{wLyvHP%Yc!0h5tH_V_gr|X+@bs|fOK`I z{4MT=$mXY97fM0-Gb+H}aT?a8raC-8Od3#buM|O8MX*>QFnV5=>5$a|Yic*zKntaOhtpx4-=Y_wSZN)KJ82xtPD6cdD z(&ST4y)gWN6fkMQVn#E1gCc-Ue@0bV?8k?|{#FYlb~ zD|23c1%|5g=L7z;Q-Bp>K9-w#j0ksyQ3DRR;8cEqOvr|e z$QsN3>w_S$1=Lqfm)jRx+c+T&IHjSo0Cj*GkVP#48Id*UDk1Gs*uN5FKDioo9xf^r zZ`*vym2&&KdD1v3*MF-j=I5Jh8)JH68)PLIX4Q!tk1ks5=wB&%GgW)&q^Z5Q)HEF1 zYo6{pV&3iTBRh~01hW9QLueIn`9bH=`1sClAqU*hFgiFO$%p{74F_BRZe&0fWYUY9 zFcuI<0f2eM!K3Z`wid;bRuDDPd3Csv0q7J!#=QFgfL8e#fqzR7NC=ob=8q}v?d~z# z_U$#N|M(-4Pa&gE+i<`IC)~)O@*o>BMq>e89WnhI%YQ+F_q~5?se}bbykAoy0BtLe z{wSePnUIl76!k;d5Lf}gzIA~RXT+t*v`G`i1Q*Rnd>*3&9B{!2H!|1*5~lMYlmY+* z#C&ef7pN>@JAV&CDF8>rTvRU%M*Y0qdrJJk5H)NLn;V(JEP)lFEkJ?8QO&>H(jglW zg<45IkGt&Y2N#?G8SLBYun4RG|L7A#%%=y~{|$sS!=RvTIN$<2BZDndSS!fc0;YO5 z#QF&$?H`FK&II9rOL>9Hk_!SWfU|&=z1>NVtIJV49e>5Y0eh($07*qoM6N<$f}SQss{jB1 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json index ea622ef72e..993be0ab48 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, equipped-OUTERCLOTHING-monkey made by Dutch-VanDerLinde, vox state made by Flareguy for SS14, equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by casiliuscestus (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). Created by discord:IAmRasputin#5242, reptilian made by kuro(388673708753027083)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, equipped-OUTERCLOTHING-monkey made by Dutch-VanDerLinde, equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by casiliuscestus (GitHub). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555). Created by discord:IAmRasputin#5242, reptilian made by kuro(388673708753027083)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index 03bbb504a19b3d63cc58f8b290df4d360a33004d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4662 zcmW-l1y~ea7sq#5=@1Z?lx~n%=~xgDmPSyd;YB)>ZVBmF8l)6qNpWcq$(8PwhLx5U z5SI}6#_xIN&Yd~;Id^7mod54kte%bAv083GiHAQ070b(P1@{PGTR1Kp-(Gx`)}=Lq)x8_1%|rX$tVz!*h^5?kTT zU#9r%q}yulxuj7j*J6e{ZR&D&hIL9@Cl6jltACjqC~=$`O?H|3Z_-CIYM#QCnLJZc zyq92!ljZ{aeaeT!xbdu7a6Xg8_cr+~o_sEoY<~Y0PIkS_P* zgdb2*QuKi~hHw4zAugZCVGN|~rKOYiLp1w$_*7p$_StVprPHO1i?F%4B(E(-Ydd{s zaD=^6N1Je%E-d^r!f1#`oUuXu4kUhUV5L>c=cW~W0*@eihIS=R&f*1bL{*X)jG~g0 zCK9Bj%>{#PsSXD#z!F*~x4OTtKO3}AIBh>=-_bJn*D)pXzrtF8_U5lH*(~8{5(=DBPV0b;&tebirKmR zVS<<7ZYU4#aQ!$Z;IhiMIs|K9JYjSv^qU?(N7rMrD1BlpG3as9t(TUL3dAgEYE(rG z^LxWjwRb6IXTY7i5G*5GsHFnw=7FaNhp=$eh-i*ueV-adPzg2N``Iq;yats^+c_DM}xh-)QW(E!1S8#THzc z0@tK2t&rgF%svj#^nUq=(-42T&bm+PI*yt}K2JV; zK5EO!ytlQC584f^@_6N1{MV^_px7bLC-b;^alpWQ=r{*0mFJ^XGG?`07ga4hXtfmI z27yJr&e!FEXrx-X7v(UpmZYK%d7WP_`FdjeS zL_)G+2#kthso$Mm3WzlO=C@YxYMLGPw;s(q;@%{rQqw0HG-innveUZ-QSz(%w zOjkM<+S%IKlxVv!0GgX3h3xc6xGrYz~Wu}BbHR-7FZ9=BJ$;=;n zM|TtxNl3Kr(=a&|vDT31`4qqUmWUiU*&@lqB&YxIS!dLjCCV*^PD>Gm&D{f+o+;$>&8Mf zdK1n{W8sI�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 b=fZ{T)2yKWeL3Jq5J>%rj!LDH)!Y98HJ1(R diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-vox.png index 24c1aa2a870ea2a1f54c179fb73fbadc122aeb09..03bbb504a19b3d63cc58f8b290df4d360a33004d 100644 GIT binary patch delta 4652 zcmW-k2RIyE7ssuQUV`XE??li7WXLH9+}GL-o;9|J;L|Aor=+^ghMeIsCmB z1DW($^dwrEXyd3*B5U0F%Vgi3G&`+5*Hm(qTJ&(IZC%dJux^Rlby$TFlPdhwUIs4pNtrhGX~8qcbQ<}+CRZj;X9$mTLg=l5S><<@Jw z0RZba`fa;?>_QX4e_^OL!|R6TMc(?M|KBPG5ZI1kl?cVQuadje)5ku|$hTWZ50im>?B$*t}m>rV$Q6;FZYlldR(-FsxV zUpUF@5~uU@ru+wjH#SmO_ZGyMd8A#9P{gQtK|RdMv64S%)XrI?)o51s;utXzS%Dzuvyo)!YIa@L6IjG%&( zV#cSJ1`$H>7>s(+*n`^_OMUASXY$|ttW0HTz0s*b*e94EnuAz*hW&%|zK_zng(GSf zZV$*y?_1nx?zk`1WTM0uT$zK`q%UnyC+(WtO&tZk8pw{00)RH%`B1s_WuH+-A1BWA ze)-2!AV9ve?z4ujlU9-M;_eNzH%%6=iEI|?3nADaa_GPU}!OP zoQ;ys_0=vJvtF)?sumfvUW)5-a!4QS-}+!*SuexQMmt$UVbk@}Q;j^wFMDS{#`EVm zB~Es>S-`J%xGTU#2(LP;)}hh^jDL2x5!*uFw}y02tWwAM3Wx00eTd%SvbrAI@N-UG zVX{7%;s@Vt8c(JxkvO@rw_$EkHj)ZW_@N_mBbnNH5NnGNTyVa3Q{Hk*v3#=j$^RV) zCGBnV_Er66_Ge;xN%MQY8csd-TFm4~pA(F#2Jf7L5>R`J@32rq0lum&9ID@-4!_+p zkyi?uhgs@lAGH&QZi{%YNt%qGaUr3ZG5E&Cu#_LpF9k)L{qkBX__WLq`&*A^3WVy1 z`fP&`BLeBkEst3bLlg!I07$AZGYHlO? zG;EIB7^%V>|F+RVFW#!-3$bPynFaVM!{v(GtXs23H@rM`)IE|wFN4++U zHsZ8T&IdJE^z|n05uR?Wya_%UsdJLL8ECuubz$+40Ft`cHNILn@Gzz#d|WSqqIoX1 z#}yB4(@51kr@{9%A!*Mps;Jwhu>ghIgtJjw`WNP4opwqZCJzSkC+xdc>kU6m#^M^{ z0aHI(7}(~oLTh*LUbRfnxe#3y6o3z?c)~5K7V3&ZyUsoE*KdIS2^JH+JMRaF{p~m6d0=vsCA&cg-412;%y_kp zCQbFYinflOFThJ5OJ3(X z535yT*j0N;33?)V;tZ;;J&)BJvxMTiJNL^_J$q#OI1z82*oA$(dzygLV4wEge=>+p zq&<3;iEVRU%g)|XU#~`tehu#|trkH`95&1JbFBx9^Q+!y^$`1z+F~vy=RQTx@=@uO zDPAZBBc-k=>Oh8IFUA}JM^J0g!^bEFi)^TYx@DCVSgGE2IhDFLgoRJQh3o~b3X@(& zrc^zN>2ck(u1~D}fe(fnUxf&)c*(}}p>zKBes7;%PhZuYu}XVKs53IUOCKz~uK;KG z6rlnoAitkgc-!kc934=qk&J4)5bTl3Y}^P00I5#Zu+R#rH^ASYbTZ0tJW zphdFNofV)Zi93=#ph{`Gw|_*#A(@*D#VL}tGB&D8=f95J4F-Q|==X4#df|-M$&XaW z>A+12>Rqg1*(hBC!*$)F7;AU%cihy0lt8xFh70*!zbPidA+=QQZ)2nM$-BkM>}6gu z#%4uyiV|s*z=x=%C7LhhCf#z|Az3w0md_YHQF^vydX*eJZJm2G^RVJ0qw%sc$IT*Z z6WaD)qQl+1=E8lg(fN_gpMr0un_=~WCmZ0>CDj;cCu7>l?&t8K6d23ea`oelRIYY; zBQsI+ERg?q=K5N(Ey9)f<&~ji zU;_^@C0T-E?XpjR`=*s_8I_clun}wq#Vx1S+|+X@ug($r2uJ&OnMM+1R<4X7gtQ%9 z!-wj;1J&>xSBQZI7RR)8pz~t531k8pq z6?W!bpI+}*R%U>8x2OQdb#!S^IP+38O&_Q$%|1n;){tLeR)1)_3au_(zHDL#^FF}I zxJn=Wtz{OIkzki_R=`OV7q>oY77n>Q1#(Ugm7lEEGlMd3UuUPFYt>=SlBjR}8NFIB zh;KY>q+Chf`%HGYr=o|Zuc3b1TGp{_g{&F3Gu4DjU)H)2Y7o=`4>F}7@@PJ51x{|< zB6~2GXN&twwdsNhF17XtjGNW@Pxb~zM;{f=2u7!6H@GydHSzepnjbXl2)SxxBG-39 zbxKi%BM?#M_an>)es;QE;|$gz5SMB;Pe*e(=u}Ky(D_~Jw)qt1O*1{KRf>ho8WN26 zljNbyH$~C*+7dzJH38K0bX}hBWr7vhe`-$^^G&R2|#j{;}vl;ancJb9{~742$U@`sH5V>?H>pe30ZyeC-4kd zL?9@6tw(gmPNoGJm>9Ipj26fV@8Ei!94iU1v7ZG>JU{S#($J8dE|@CTRID0C+X<2) zgb*J}LL~wUf^F6K=+!?pTh-*9^J^Lput;gb+0uDl*Uy84!1Nk$m3F;%>&Xyw4*{6n zM`yhDn;|MV@p7qq@q++J9P)fBBWFUAKBjw9Qbo)PDP4Zlrdd=M*SugFa(=xrnDdpx ziV^u(TU*$UQkwzx!^-N{7ltB}i;e&J?zxmeR zi8=p$>Lr>T|LyhIa}Uu4b)ayhchA9cI~oHJMNcJw!co0vut19R)_?AoyPu2O`cOu* zXLUDygGn-}@PWY%4wa!t`+21Lw&>zkSAmOCSS5~9U>n5qy#r-UkTs9W{^u1kF;-B; z0FUGQrg6_GZlSz0Mk};pYet08?+0}5t|a=5T@%YV&tY`hUxdQ|Mz*YhlR&6J)pNs7 zX1RIQzX@wVKehn`bZ(lxw{#-S?qX-)z5RQ0PlXFTev%mrJka^|T zFz_0=cE~*!TSBTVu+(pxfUUQx9TKF0`y1H zOt`g0wBE`^|8JnWgDL2g6{HT=6(^&>Hhsd6&$wrEXWNg(zi(aBBU$I$>1lnGtleW0 z4)^Ghk3sktJj zRHp^JyNkbv^>UJ~q$ql2cN%Ow4LQoa;`XCsDg$ZNQKXd-b{oo{ML9i+BR(3FOf{9Qm;3re1f0mw@MZc#dGB+>s3v)mI^uUp8_ z2L(5E;0bPWcAZ_oq#h*t0AzicIo0fzPHs|&-A5%M;`t}GK}+s<7TEupLRuE}j5v?& zUXc%7OwYQwgq4F0?F9Q{>-dfL?$uadqmB)NLnO4%drBb_1yJ~ zu3iYLSI-Gnw~S`eOX%ozT<-V>UJ_mv;96t58o+dRFCNL_dJL44IMoC-i8J$7oXIaP zk0w6IY+62`HbHHtU$7YQ4lsawsKOcqy9$V3t2;YdTJ{T&A0*mE#+ziizeNH=*KYfSGpT|33dc*D|RFQifn{(_uRR5 zdoYc)w8KPc3Y+h(fl_e3Xo}P1j&kAWnCh)O+r**wg`>0bT8F`FW4+rLFBd@*&3LIo z%HQ=ACy+ha#_bB}{D)qvrgT2S1m(3138DVFz@VHgu7M={LmGcxw#=XUIR)`-p?y=U z%A{tqeU^`@288Ui`vJutoStP<{^e%pLd&K&gebMzW0#&b9y!~0EFkC{1cz{_@%hp3 zQG4A;JH;_Hgh3|^WKwZwg&Zcv>Tv0cT@4e*TG7f$emnlb-9EgaE)1aswD$CmQ$`=a z`OiXourTrdvq4&pC(Fc6dW@+91skh|TzH`#>4zn?iA;)eZx}(5`|l2hG*!%5ZRDHu zRdTN2AIq{2HzJaY1A!!|A{>-y|67#RfZ@WQhjm$NX^jzB%w_r)la{EYikFgFkz@<< zgI*;J?;>eNm1Gf%5X{A2A_Hb1%;pVD)B8_NAqWmpMH`(B!b{g7Ag^EiW$O60{x$3? z<{asYy(((K=*3n#h?yCheG;0X*$HT1cAW+XgXk5I&`Vojl`ivjv*!GbsNVyGy(LzhY1!&>7I)e Xa7?q|^zX~#fQQCoUDZlu>$m>{IAa-v delta 2271 zcmV<52q5>iB>oYQBpLy8Qb$4nuFf3k00004XF*Lt006O%3;baPks%j<2$M-fK~#8N z?V4L`R7DuaXG?{Yi%=}Za?$ic08s=((GpFJ5kZWR#9(~U7l>+A51jH zCymh;BQcQ>6@oD&63~_aqG$~*M7bA2i-4sUQTK9#DQg9QifmZ67*#+vEL)5!ARCq~Mir0^%N9l72c*+! z8>UizP3PMOOn&j^?AuU0J7&xviGvUN`$Gxi_8DGMuAjTW68=23+SE*(VBXulEmw~Y z)7f>)SESEgyku@W*KN}`{Cdz!1z`dPJ1+jC9ql%L;MRH@x>)#s+YuYiZklJqjTwHz zI0eK`0kr*O^;N?|=jh~`mV0v}KDU_qUl!h|(gdwj2WNL>`oU{)kKqq;m1VW{eud)Co*p~tUKW#S5sIzT8K68Ri zKXUq%+4J-)^Y)j2TWm-ikWV?vQ!i|)1d&$(%qvWa20uG~$r5NJCbjN1zuYr7O$bOQ zpK_F^-un^r(ih@yPv2yw+_~JgE3Dae)x5CkQ5y>6Q;zb~i}DLD@)mG4NarB+HHA z0Ei#O^U!I3uxUl5^#O!{^dLX=ckC6*FAG@t z`FU#rgn)GNu>#6#DSmkIU3oPSsQ@+;FEuw=Gm=+5`^N>_Sv1UOU;%{0NhcpR%2SW} zv{MKsRZTD#mbTco2)FF`&dm7nK+XcTuAXcyfDn*Q{^lLKhSZ~-e8_77Xpu%(N?4NU zEOD8C7Zw1BlTJRHAJ%{38ihh}q4!eGs@7Ik+L2_W*#WZjt$S#N4T;M#DEH~EZ>_aZ zKMs)!K!dFDI5j%Y#sbI2NWYevX1AW0KOu3_$+zV)<*7$~Sx-{PnPOGi){0-9g&zEz4vl1F{g3qj3|lg!rr`%;9oiDG+x z*lylvm>$YcI{B2NJoUcXx7XIshe!o5dO%K%h6Ua+ck&2>c|i5lPN6^vwE5gXw`m?X z(X{nl4CN=Ce9950p3f(Fqyp3d0j)v;f{smb@?`-+u$?%tTjOE$vPrhhcPpxM{81o( zpK`7YZaZO!RDcV8lz`T%+2)<8jb_{f585~(anb?hd_F?r;EtZ!V}#-PzH00ce&VE) z4_y8@EAUbPU>hp(`f0W1$eFYmq~L7<|5uDEARCq~Mir0^%NCKVK(V}Y+$wWjt^y-})%oiI z|Jf9&0#Bm<1+WQcq9PX6U**P>jv6=k|MDJ=&<{6_^ETlY>|?Jk=L0c+`PL_ zQXxW}V3ZG_lN@ym?7KOA;ZUOWli35#{G}Am=yg+6O2DCi`vADzdk17g zMr8Gcw*@R|Y_ezZy7z4{GhKMP&WA(E zQu+WbZE(1!!jeI9A!E^hEdZcZ-Nj>SnhH1_oz!Y=F2zzP%Yp+gIN_G*%lwhCG!}5U zBgI`j*Wv88T-@FJm;FWU;^oV^U)4$hmjg~0$b@Xj7(6x32X6%cH4M>HUH$f-J=R<~ zqGhLt_d|pa!~rMV$bc-!1d?ftU!qr zpe-?k?gm6aAlES#8?>!XyFeCXDr5ypYys*#rpG&@!u(@o1dT*7kGovch6_%(kpWqx zgrpkqRsf^V4@eq$E+T`Vmk{N{|1m=>SHk)XLR9$QyoPq$V56a z>Mt@MRA8oh;=rHSm>avUMeWDZ`{&hLVw{oEOQ{4p4+mU2aKg<`nQl5VCc%(1!Kl#( tEiEl(e(T`R$Z<$=CYJ=h%Jt_r=5He$<=Djg(>?$I002ovPDHLkV1gdBL6QIf diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json index ad6579c4cd..7a2a98450e 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd. Vox state made by Flareguy for SS14. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Scrubdelub (GitHub) for SS14. Created by discord:IAmRasputin#5242, reptilian made by kuro(388673708753027083). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd. equipped-OUTERCLOTHING-dog modified from equipped-OUTERCLOTHING by Scrubdelub (GitHub) for SS14. Created by discord:IAmRasputin#5242, reptilian made by kuro(388673708753027083). inhand resprited by inventor05(gh: inventor055, discord: qwerty05555)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/equipped-OUTERCLOTHING-reptilian.png deleted file mode 100644 index e65f05d0d7780556e7de730519bfb2b949f92137..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4525 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 z 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 diff --git a/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING-vox.png index 90cd8f442fdf5513cbab8448af50112be03f714a..0dd37e12a79626df74170526e07a1c9eee6796cc 100644 GIT binary patch delta 2097 zcmV-12+sHP5WNtPBYy}4NklG>)U_lD4S{kf*kP0ELr9wkZ)yAfYAs|Vt z+J;tL=QnpxGP%v&ox9m>1@D2o_s-}4f6knlJ9B4NB$31diGKwW3nUguERa|rvB3Y- z0!w`L?(FQ$whg7FZjH#j-Evd8pE@Kv`m0E9Q>UcU>6_Ahaia2p-}+rzmRE@75Y7ko zjTw=?hvMOT5k1@@+2(gMGVnsm;x?`lX{a+-waD;E^y?{WkWv`IDsPM} zFO>&>nX5$jS(V4q6*V8_PCdopsYPei)_@l(e2r+*K+K!5Z2xX9ZnxhK~}v|Es`SW$e+ zkH1(e$4qyN!f$-GRx0n3Soo1$z_mX897P8Vc(ZBU&5eONc)+F&!8kxn@8EoLIyMyJ z1#$4fhGQ}KksdI*qf@5#?zL_`Wm=X2kg;Is7gb5#=GXc`Ewi-Uj1Tory#D7)s1=dIF| z2#5V@`S0Y4^nkjr(lTw{y9_AP#}@ah=CxC@pln6^MSbdkzGIsE|hO*XppU2w_2XP-vo5S_X{II zJo(5^IYjFTQvH9mTo~Va+=;*gsSV{H|2AdsgyZ5z8i2}FhKGlxzrWuG+a3vG_1;(? zgn#u;KJu4RT>L`y#>LNTfWE%ICAc!zzUzVeHyi5@Jeskuo&KML*W-~b8QThwBcGO` zd?CX5(hK1aTv$AQUIRex%9Seuk)=;|NyTepmM=3ho{6h@CwL~|f%k(r@>8x9Qf~ab zgP^Ox-yiLl_MRTw`h8}`rL(+aCZ3tuk$){B?d|RIR7EgncgvRIxm@^OE}BZEvMBLZ zb;hm&-5DM;HVnWNl-J%X6TylxlgW71?PHvB;uq`!5JVYmS*FCazK+t|)f>o5zEUc` z5I%8H5*OdQ3jo-ENn~}U$mI0gN)HbpJYdqflU^=y@m(C-0H#rj!T0h26r!cC?tkf& zT|M7R)pK3KTpi*5@S#s_Jn8BgHnD_1`S91jTs*$F0bE_`YHQu#Eq^X0zV|?dtD~v? zI%M39r7^8?>M_ac8l1rq+5LIxK8FQ0nsMj}$uh|DDNesZfD^`tOX_2Pd@m2swYe&< zq})5C>~}K?a1VxPmxFI1o6V}B&_FO+AYIPXD_j}5M9U#At+J0#};ZoX1H<86rh zw#kcc8Y7X!0*M6@3nUguERa|ru|Q&h!~*#(;Jp~qYINGGUxC;NMVO1nS%d_oiu+}* z@8UB5*J-j&k$r3SS`2AroYLR`Li>?1Y26a+!lF2Sc1Ri*Zj#WWy^sko(;MUFNtiX8gm<;Cy#DJ>8 zvpcpk=j32+hc+5=aVhTkgwgdK0SCqdbB0Ne=tzun30@ws5M_*_A4zWI8G$es9NbL;N1BHEq`+I#0k40%bw(^ zmOdFbV?&+iINAswzkYT@5yg|h_9(53bDQkBbmb!0>i zntz3`JPpUoxqtGl27%`cLY2d%bH_;bK#of|-e+0v?E&n`bM4%@GiQe278O4)Q;7p` zP+Yg_sCYL|_}S|%pxfPSf4gS@7K#U;9Onb5SMhlE;o`%?s|x_g!2^WPPsk|=`dK($ z(|o{fMV>z>uh>e3!n@@_WPeR+bRsl>qiM6;9~QD!37sMxrUC4 b&xiFd)$3{xd6F!<00000NkvXXu0mjf74{Bm delta 2152 zcmV-u2$%Q05cCj`BYyw^b5ch_0Itp)=>Px-E=fc|RCt{2nqN#**&W9}7gk-nZCI#! ziM#252&+YiG80pEHNke9(7~ojvq3a#8Xp>$7qelLZkio4Ixk(bW}|H=;h|}|Sx4gb zVOPXtS0RxSjTyiY$*?mjOk-LpxZs0EByjq0xWm1}otbmTnSYRW=bMnrz2|q%_j`Z$ zH|O8)KpuJIkw+eRH-b?{IDWAEBm8GE;Y!9xWW`)r}O2+DQIZ*XLbKcxeFKA$-F*(mrIXfJJ}D+<$( z?QN$YLst~qOWVM|z`@T(@%enh-dYU?fBB!6_@B(d*nfo8ZfqiRex(R7?e*QH}JLDJtyQw5@VD-^Gh_r2rt`q!WLv+nETOucoM z`>Xb_X>RHMH(%`mpuSAnPR~Lx44wCq^CTMu41NQ*|4qE@z17Rx=^I(n=!8FI1e|-i zpZ3+wOn=WVHT?OQe98N(tk=)S_E?D9S2uI+>HbvBr^UIa`|12abNs%(3`QpGBXDGb zjQEo}VA8c8UDxA6oC*ifb)899W==@Pe|oQsxYK+48H`x(GvQC$2W;H9(Q<#ZssVuQ zG%y%}^1povz^`w9nX+D{NNmT5z+_ja{7Ri*Pk&F37M_v+|0Qz8a{c>HerdUeXQaIn zyCTf|#t>IrBs;$1BI|Rf{AnjbLqkI}RUlfn!|Us;WnEEdtXvXQ476+qKnx8H#Y6Z- zVCG+(-~e*i>m7$i)3aArIpFus4bh<+{ z4S#qj*QMRoSFQCkfv)QWgF(&U2lpaycX zVN5_i4N3COduZVqd7o%w)O%6bwbMH;`9WTd;V)f1J0x{LVgnDRVheGy|nh2#~u%)F%o1C1)>-ADoQ)6pWQ&WT2>&^Ph=bB&H&^$L!oPS@Z zDoY2|9id$DD@8z41tNGDYF>kjeI>Rw7yC-6c@2VxrM;>EC;Y{0Qu7zDan7&gsl*2D zJgj142bBoOCBM=#^?x0yep-$89cfd*uSZU-Pu+jon8d;sOB_dlRNvdA_Me&`F zfV=}%TEI#}DLZV25Q2l7HBt0anSYLMFO`|vQH!HzI47{U(R=DLG)4-jt6J0)kxn?c zSrbC2IYFrtv}?xv@&?NF?4J!Vqpk`|X843xY8Z?xw^jANk^=-#b;!q-k4LFHzm%)5 zFH>a6A?nMP&IQz+Utr6}qkmK#@+t3#WE=rz7#Z63p4^QF{sFX8m#ti>ko5?NoDVSi z{ucV)E};5ai>2HyLz^okR7O0;XF6^atequtVfOTER{A=$Wm&1~|f5;ZXGf=}jTFZ69X^$=W`>L26nb>*0&FWzX%c?BRGh zT(Gm5W6y(@8Q;!s4a`NR95uSk$ORcH!x+*yKJV?RL<`gyU;n)ESw}Jp1jyBUO zg7E{2!LXc%2gAfWp=@kr8Ess+D>O3)$i-Ky2y!^uY|-Wf%6|?JLjKranku1pTzdS; z9JIzfGzx1f+Uc5H1&M7oiV&?a4^QT#mfmrx&8$@gjv}C;p@DBIH&Ok;MLMpQ&>Hjb zM)W@68A+a)na#$2fVqv%duYM1Vfy?%cU! zt0ftfhr!7C0NvdIJYJ}nhUm*K?Pee#3f-`w3{F-GmLWr z#=+?R0eDosS*v^&i$8Zd5-ESJUAuPiqyOAk_Hy6eTW Date: Wed, 2 Jul 2025 18:09:38 +0200 Subject: [PATCH 161/168] port translation --- .../ru-RU/actions/actions/internals.ftl | 26 +- .../Locale/ru-RU/actions/actions/mapping.ftl | 1 - .../Locale/ru-RU/actions/actions/rootable.ftl | 2 - .../Locale/ru-RU/actions/actions/sleep.ftl | 2 +- .../ru-RU/actions/commands/addaction.ftl | 10 +- .../ru-RU/actions/commands/rmaction.ftl | 8 +- .../commands/call-shuttle-command.ftl | 12 +- .../commands/set-admin-ooc-command.ftl | 6 +- .../commands/set-looc-command.ftl | 14 +- .../commands/set-mind-command.ftl | 13 +- .../commands/set-ooc-command.ftl | 14 +- .../commands/set-outfit-command.ftl | 12 +- .../ui/admin-announce-window.ftl | 4 +- .../ui/admin-spawn-explosion-eui.ftl | 22 +- .../administration/ui/permissions-eui.ftl | 4 +- .../administration/ui/silicon-law-ui.ftl | 2 +- Resources/Locale/ru-RU/alerts/alerts.ftl | 12 +- .../Locale/ru-RU/atmos/atmos-pipe-layers.ftl | 18 +- .../Locale/ru-RU/bloodstream/bloodstream.ftl | 8 +- .../ru-RU/cartridge-loader/cartridges.ftl | 10 +- .../chameleon-outfits/chameleon-outfits.ftl | 2 +- .../ru-RU/changelog/changelog-window.ftl | 4 +- Resources/Locale/ru-RU/chat/chat-channel.ftl | 2 +- Resources/Locale/ru-RU/chat/highlights.ftl | 80 +++--- .../ru-RU/chat/managers/chat-manager.ftl | 2 +- Resources/Locale/ru-RU/chat/ui/chat-box.ftl | 16 +- .../ru-RU/commands/admin-logs-command.ftl | 4 +- .../ru-RU/commands/admin-who-command.ftl | 4 +- .../Locale/ru-RU/commands/asay-command.ftl | 4 +- .../Locale/ru-RU/commands/deadmin-command.ftl | 6 +- .../commands/delete-component-command.ftl | 12 +- .../Locale/ru-RU/commands/eye-commands.ftl | 7 + .../ru-RU/commands/force-map-command.ftl | 10 +- .../ru-RU/commands/force-preset-command.ftl | 2 +- .../Locale/ru-RU/connection-messages.ftl | 4 +- .../ru-RU/construction/recipes/crates.ftl | 6 +- .../ru-RU/construction/recipes/curtains.ftl | 20 +- .../ru-RU/construction/recipes/furniture.ftl | 22 +- .../ru-RU/construction/recipes/machines.ftl | 6 +- .../ru-RU/construction/recipes/smokeables.ftl | 4 +- .../ru-RU/construction/recipes/structures.ftl | 54 ++-- .../ru-RU/construction/recipes/tallbox.ftl | 2 +- .../ru-RU/construction/recipes/utilities.ftl | 10 +- .../Locale/ru-RU/construction/recipes/web.ftl | 2 +- .../Locale/ru-RU/crayon/crayon-component.ftl | 2 +- .../criminal-records/criminal-records.ftl | 4 +- .../Locale/ru-RU/datasets/adjectives.ftl | 66 ++--- Resources/Locale/ru-RU/datasets/names/atv.ftl | 6 +- .../ru-RU/datasets/names/cargo_shuttle.ftl | 2 +- .../Locale/ru-RU/datasets/names/clown.ftl | 2 +- .../ru-RU/datasets/names/cookie_fortune.ftl | 10 +- .../ru-RU/datasets/names/first_male.ftl | 2 +- .../Locale/ru-RU/datasets/names/last.ftl | 2 +- .../Locale/ru-RU/datasets/names/last_male.ftl | 2 +- .../datasets/names/revenant_adjective.ftl | 4 +- .../Locale/ru-RU/datasets/names/xenoborg.ftl | 2 +- Resources/Locale/ru-RU/datasets/verbs.ftl | 2 +- .../Locale/ru-RU/delivery/delivery-spam.ftl | 4 +- .../ru-RU/devices/network-configurator.ftl | 4 +- .../ru-RU/escape-menu/ui/options-menu.ftl | 6 +- .../components/flash-immunity-component.ftl | 2 +- .../Locale/ru-RU/flavors/flavor-profiles.ftl | 6 +- .../ru-RU/game-ticking/forcemap-command.ftl | 9 - .../game-presets/preset-traitor.ftl | 2 +- .../ghost/roles/ghost-role-component.ftl | 4 +- .../health-examinable-carbon.ftl | 135 +++++---- .../health-examinable-silicon.ftl | 20 +- .../ru-RU/implant/chameleon-controller.ftl | 2 +- Resources/Locale/ru-RU/info/ban.ftl | 4 +- .../instruments/instruments-component.ftl | 258 +++++++++--------- Resources/Locale/ru-RU/job/department.ftl | 2 +- .../Locale/ru-RU/job/role-ban-command.ftl | 8 +- .../Locale/ru-RU/lathe/lathe-categories.ftl | 32 ++- Resources/Locale/ru-RU/lobby/lobby-state.ftl | 19 +- Resources/Locale/ru-RU/markings/reptilian.ftl | 8 +- Resources/Locale/ru-RU/markings/scars.ftl | 8 +- .../Locale/ru-RU/markings/undergarment.ftl | 51 ++-- Resources/Locale/ru-RU/materials/units.ftl | 2 +- Resources/Locale/ru-RU/movement/eye.ftl | 7 - .../Locale/ru-RU/objectives/round-end.ftl | 4 +- Resources/Locale/ru-RU/power/teg.ftl | 4 +- .../Locale/ru-RU/prototypes/roles/antags.ftl | 2 +- .../ru-RU/radiation/radiation-command.ftl | 2 - Resources/Locale/ru-RU/reagents/absinthe.ftl | 4 +- .../reagents/meta/consumable/drink/drinks.ftl | 2 +- Resources/Locale/ru-RU/reagents/meta/fun.ftl | 4 +- .../Locale/ru-RU/reagents/meta/medicine.ftl | 2 +- Resources/Locale/ru-RU/recipes/tags.ftl | 12 +- .../ru-RU/reflect/reflect-component.ftl | 6 +- .../retractable-item-action.ftl | 2 +- Resources/Locale/ru-RU/salvage/job-board.ftl | 4 +- Resources/Locale/ru-RU/shell.ftl | 7 +- .../ss14-ru/prototypes/actions/borgs.ftl | 2 +- .../ss14-ru/prototypes/actions/changeling.ftl | 4 +- .../ss14-ru/prototypes/actions/polymorph.ftl | 2 - .../ss14-ru/prototypes/actions/types.ftl | 16 +- .../ss14-ru/prototypes/body/organs/diona.ftl | 2 +- .../catalog/fills/backpacks/duffelbag.ftl | 5 +- .../catalog/fills/crates/armory.ftl | 4 +- .../catalog/fills/crates/engineering.ftl | 4 +- .../prototypes/catalog/fills/crates/food.ftl | 4 - .../prototypes/catalog/fills/crates/fun.ftl | 4 +- .../catalog/fills/crates/service.ftl | 4 +- .../catalog/fills/lockers/engineer.ftl | 4 +- .../entities/clothing/back/specific.ftl | 4 +- .../entities/clothing/head/hats.ftl | 4 +- .../entities/clothing/head/hoods.ftl | 2 +- .../entities/clothing/head/scraphelmet.ftl | 16 +- .../entities/clothing/masks/masks.ftl | 4 +- .../entities/clothing/masks/specific.ftl | 2 +- .../entities/clothing/neck/mantles.ftl | 2 +- .../entities/clothing/neck/misc.ftl | 2 +- .../entities/clothing/outerclothing/coats.ftl | 2 +- .../clothing/outerclothing/scraparmor.ftl | 16 +- .../entities/clothing/shoes/misc.ftl | 4 +- .../entities/clothing/uniforms/jumpskirts.ftl | 2 +- .../entities/clothing/uniforms/jumpsuits.ftl | 2 +- .../entities/effects/chemistry_effects.ftl | 2 +- .../prototypes/entities/effects/mobspawn.ftl | 2 +- .../prototypes/entities/effects/puddle.ftl | 8 +- .../entities/markers/spawners/bots.ftl | 6 +- .../entities/markers/spawners/mobs/misc.ftl | 2 - .../entities/markers/spawners/mobs/xenos.ftl | 4 +- .../markers/spawners/random/decals/base.ftl | 2 +- .../markers/spawners/random/decals/dirt.ftl | 10 +- .../markers/spawners/random/decals/flora.ftl | 14 +- .../spawners/random/decals/splatters.ftl | 4 +- .../random/food_drinks/food_breakfast.ftl | 4 +- .../entities/mobs/npcs/elemental.ftl | 4 +- .../prototypes/entities/mobs/npcs/xeno.ftl | 4 +- .../objects/consumable/food/breakfast.ftl | 10 +- .../entities/objects/consumable/food/meat.ftl | 2 +- .../objects/consumable/food/snacks.ftl | 4 +- .../devices/circuitboards/machine/turrets.ftl | 12 +- .../entities/objects/devices/pda.ftl | 2 +- .../entities/objects/fun/plushies.ftl | 141 +++++----- .../prototypes/entities/objects/fun/toys.ftl | 69 +++++ .../objects/misc/fire_extinguisher.ftl | 2 +- .../entities/objects/misc/implanters.ftl | 5 +- .../entities/objects/misc/machine_parts.ftl | 10 +- .../entities/objects/misc/spider_web.ftl | 4 - .../objects/misc/subdermal_implants.ftl | 6 +- .../entities/objects/misc/tiles.ftl | 12 +- .../entities/objects/power/powercells.ftl | 2 +- .../objects/specific/cargo/mail_bag.ftl | 2 +- .../entities/objects/specific/chemistry.ftl | 2 +- .../guns/ammunition/cartridges/pistol.ftl | 4 +- .../objects/weapons/guns/lmgs/lmgs.ftl | 2 +- .../objects/weapons/guns/rifles/rifles.ftl | 6 +- .../objects/weapons/guns/snipers/snipers.ftl | 2 +- .../weapons/guns/turrets/turrets_energy.ftl | 14 +- .../objects/weapons/melee/armblade.ftl | 2 +- .../structures/doors/airlocks/access.ftl | 2 +- .../structures/doors/airlocks/airlocks.ftl | 6 +- .../structures/doors/shutter/blast_door.ftl | 10 +- .../entities/structures/furniture/chairs.ftl | 2 +- .../structures/furniture/tables/tables.ftl | 4 +- .../prototypes/entities/structures/gates.ftl | 2 +- .../structures/machines/medical/cryo_pod.ftl | 4 +- .../structures/piping/atmospherics/pipes.ftl | 14 +- .../entities/structures/shuttles/cannons.ftl | 4 +- .../structures/shuttles/station_anchor.ftl | 3 +- .../structures/shuttles/thrusters.ftl | 4 +- .../structures/specific/anomaly/anomalies.ftl | 2 +- .../entities/structures/spider_web.ftl | 4 + .../storage/closets/lockers/lockers.ftl | 4 +- .../storage/closets/wall_lockers.ftl | 8 +- .../structures/wallmounts/air_alarm.ftl | 8 +- .../structures/wallmounts/fire_alarm.ftl | 8 +- .../entities/structures/wallmounts/mirror.ftl | 4 +- .../wallmounts/signs/atmos_plaque.ftl | 6 +- .../structures/wallmounts/signs/bar_sign.ftl | 80 ------ .../structures/wallmounts/signs/signs.ftl | 4 +- .../structures/wallmounts/turret_controls.ftl | 14 +- .../entities/structures/walls/asteroid.ftl | 2 +- .../entities/structures/walls/walls.ftl | 9 +- .../entities/structures/windows/xenoresin.ftl | 4 +- .../ru-RU/ss14-ru/prototypes/magic/staves.ftl | 4 +- Resources/Locale/ru-RU/stack/stacks.ftl | 12 +- .../Locale/ru-RU/store/spellbook-catalog.ftl | 2 +- .../Locale/ru-RU/store/uplink-catalog.ftl | 14 +- Resources/Locale/ru-RU/tiles/tiles.ftl | 12 +- Resources/Locale/ru-RU/traits/traits.ftl | 4 +- Resources/Locale/ru-RU/ui/turret-controls.ftl | 44 +-- Resources/Locale/ru-RU/verbs/verb-system.ftl | 2 +- .../Locale/ru-RU/voting/ui/vote-call-menu.ftl | 6 +- .../ru-RU/wieldable/wieldable-component.ftl | 2 +- 187 files changed, 996 insertions(+), 1055 deletions(-) delete mode 100644 Resources/Locale/ru-RU/actions/actions/mapping.ftl delete mode 100644 Resources/Locale/ru-RU/actions/actions/rootable.ftl create mode 100644 Resources/Locale/ru-RU/commands/eye-commands.ftl delete mode 100644 Resources/Locale/ru-RU/game-ticking/forcemap-command.ftl delete mode 100644 Resources/Locale/ru-RU/movement/eye.ftl delete mode 100644 Resources/Locale/ru-RU/radiation/radiation-command.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/spider_web.ftl diff --git a/Resources/Locale/ru-RU/actions/actions/internals.ftl b/Resources/Locale/ru-RU/actions/actions/internals.ftl index d0ab27d52d..d81d493994 100644 --- a/Resources/Locale/ru-RU/actions/actions/internals.ftl +++ b/Resources/Locale/ru-RU/actions/actions/internals.ftl @@ -1,12 +1,14 @@ -action-name-internals-toggle-on = Toggle Internals On -action-description-internals-toggle-on = Breathe from the equipped gas tank. Also requires equipped breath mask. -action-name-internals-toggle-off = Toggle Internals Off -action-description-internals-toggle-off = Breathe from the environment. -internals-self-no-breath-tool = You are not wearing a breathing tool -internals-other-no-breath-tool = { $ent } is not wearing a breathing tool -internals-self-no-tank = You are not wearing a gas tank -internals-other-no-tank = { $ent } is not wearing a gas tank -action-name-internals-toggle = Переключить подачу воздуха -action-description-internals-toggle = Дышите из экипированного газового баллона. Требуется надетая дыхательная маска. -internals-no-breath-tool = Не экипирована дыхательная маска -internals-no-tank = Не экипирован баллон для дыхания +action-name-internals-toggle-on = Включить подачу воздуха +action-description-internals-toggle-on = Дышите из экипированного газового баллона. Только сперва наденьте дыхательную маску. +action-name-internals-toggle-off = Выключить подачу воздуха +action-description-internals-toggle-off = Дышите окружающей средой. +internals-self-no-breath-tool = Вы не надели дыхательный аппарат +internals-other-no-breath-tool = + { $ent } не { GENDER($ent) -> + [male] надел + [female] надела + [epicene] надели + *[neuter] надело + } дыхательный аппарат +internals-self-no-tank = У вас нет газового баллона +internals-other-no-tank = У { $ent } нет газового баллона diff --git a/Resources/Locale/ru-RU/actions/actions/mapping.ftl b/Resources/Locale/ru-RU/actions/actions/mapping.ftl deleted file mode 100644 index 7f8118a8b5..0000000000 --- a/Resources/Locale/ru-RU/actions/actions/mapping.ftl +++ /dev/null @@ -1 +0,0 @@ -action-name-mapping-erase = Стереть сущность diff --git a/Resources/Locale/ru-RU/actions/actions/rootable.ftl b/Resources/Locale/ru-RU/actions/actions/rootable.ftl deleted file mode 100644 index ac853a06af..0000000000 --- a/Resources/Locale/ru-RU/actions/actions/rootable.ftl +++ /dev/null @@ -1,2 +0,0 @@ -action-name-toggle-rootable = Rootable -action-description-toggle-rootable = Begin or stop being rooted to the floor. diff --git a/Resources/Locale/ru-RU/actions/actions/sleep.ftl b/Resources/Locale/ru-RU/actions/actions/sleep.ftl index 1630d6e03c..c9c812047d 100644 --- a/Resources/Locale/ru-RU/actions/actions/sleep.ftl +++ b/Resources/Locale/ru-RU/actions/actions/sleep.ftl @@ -1,4 +1,4 @@ -action-name-wake = Проснуться +action-name-wake = Разбудить sleep-onomatopoeia = Хррррр... sleep-examined = [color=lightblue]{ CAPITALIZE($target) } спит.[/color] wake-other-success = Вы разбудили { $target }. diff --git a/Resources/Locale/ru-RU/actions/commands/addaction.ftl b/Resources/Locale/ru-RU/actions/commands/addaction.ftl index f4785ecd8d..1cd694a648 100644 --- a/Resources/Locale/ru-RU/actions/commands/addaction.ftl +++ b/Resources/Locale/ru-RU/actions/commands/addaction.ftl @@ -1,9 +1,9 @@ # addaction -cmd-addaction-desc = Adds an action to the target entity. The action will not work if the target requires an additional component on their entity (such as Dragon's Devour). +cmd-addaction-desc = Добавляет действие целевой сущности. Добавленное действие не будет работать, если сущность должна иметь дополнительные компоненты (к примеру поглощение дракона). cmd-addaction-help = addaction -cmd-addaction-invalid-args = Expected exactly 2 arguments. -cmd-addaction-actions-not-found = Target entity cannot use actions. -cmd-addaction-action-not-found = Can't find matching action prototype { $action }. -cmd-addaction-adding-failed = Failed to add the action. +cmd-addaction-invalid-args = Ожидается ровно 2 аргумента. +cmd-addaction-actions-not-found = Целевая сущность не может использовать действия. +cmd-addaction-action-not-found = Не удалось найти прототип действия { $action }. +cmd-addaction-adding-failed = Не удалось добавить действие. cmd-addaction-player-completion = cmd-addaction-action-completion = diff --git a/Resources/Locale/ru-RU/actions/commands/rmaction.ftl b/Resources/Locale/ru-RU/actions/commands/rmaction.ftl index bbab5ebca9..9336fb415f 100644 --- a/Resources/Locale/ru-RU/actions/commands/rmaction.ftl +++ b/Resources/Locale/ru-RU/actions/commands/rmaction.ftl @@ -1,9 +1,9 @@ # rmaction -cmd-rmaction-desc = Removes an action from an entity. +cmd-rmaction-desc = Удаляет действие у сущности. cmd-rmaction-help = rmaction -cmd-rmaction-invalid-args = Expected exactly 2 arguments. -cmd-rmaction-actions-not-found = Target entity cannot use actions. -cmd-rmaction-not-an-action = Target entity is not an action. +cmd-rmaction-invalid-args = Ожидается ровно 2 аргумента. +cmd-rmaction-actions-not-found = Целевая сущность не может использовать действия. +cmd-rmaction-not-an-action = Целевая сущность не является действием. cmd-rmaction-player-completion = cmd-rmaction-action-completion = cmd-rmaction-action-info = { $action } diff --git a/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl b/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl index 86e43c7ebe..c526737a15 100644 --- a/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/call-shuttle-command.ftl @@ -1,8 +1,4 @@ -cmd-callshuttle-desc = Calls the emergency shuttle with an optionally provided arrival time. -cmd-callshuttle-help = Usage: callshuttle [m:ss] -cmd-recallshuttle-desc = Recalls the emergency shuttle. -cmd-recallshuttle-help = Usage: recallshuttle -call-shuttle-command-description = Вызывает эвакуационный шаттл с указанием времени прибытия по выбору. -call-shuttle-command-help-text = Использование: { $command } [m:ss] -recall-shuttle-command-description = Отзывает эвакуационный шаттл. -recall-shuttle-command-help-text = Использование: { $command } +cmd-callshuttle-desc = Вызывает эвакуационный шаттл с возможностью указать время прибытия. +cmd-callshuttle-help = Использование: callshuttle [м:сс] +cmd-recallshuttle-desc = Отзывает эвакуационный шаттл. +cmd-recallshuttle-help = Использование: recallshuttle diff --git a/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl index 8174e266d8..2af659f84f 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-admin-ooc-command.ftl @@ -1,4 +1,2 @@ -cmd-setadminooc-desc = Sets the color of your OOC messages. Color must be in hex format, example: setadminooc #c43b23 -cmd-setadminooc-help = Usage: setadminooc -set-admin-ooc-command-description = Устанавливает цвет ваших OOC-сообщений. Цвет должен быть в шестнадцатеричном формате, пример: { $command } #c43b23 -set-admin-ooc-command-help-text = Использование: { $command } +cmd-setadminooc-desc = Устанавливает цвет ваших OOC-сообщений. Цвет должен быть в шестнадцатеричном (HEX) формате, пример: setadminooc #c43b23 +cmd-setadminooc-help = Использование: setadminooc diff --git a/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl index 40ec1807c2..d5e8838528 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-looc-command.ftl @@ -1,10 +1,4 @@ -cmd-setlooc-description = Allows you to enable or disable LOOC. -cmd-setlooc-help = Usage: setlooc OR setlooc [value] -cmd-setlooc-looc-enabled = LOOC chat has been enabled. -cmd-setlooc-looc-disabled = LOOC chat has been disabled. -set-looc-command-description = Позволяет включить или выключить LOOC. -set-looc-command-help = Использование: setlooc ИЛИ setlooc [value] -set-looc-command-too-many-arguments-error = Слишком много аргументов. -set-looc-command-invalid-argument-error = Неверный аргумент. -set-looc-command-looc-enabled = LOOC чат был включён. -set-looc-command-looc-disabled = LOOC чат был выключен. +cmd-setlooc-description = Позволяет включить или выключить LOOC. +cmd-setlooc-help = Использование: setlooc ИЛИ setlooc [value] +cmd-setlooc-looc-enabled = LOOC чат был включён. +cmd-setlooc-looc-disabled = LOOC чат был выключен. diff --git a/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl index a6b8118b40..5d587b0025 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-mind-command.ftl @@ -1,9 +1,4 @@ -cmd-setmind-desc = Transfers a mind to the specified entity. The entity must have a { $requiredComponent }. By default this will force minds that are currently visiting other entities to return (i.e., return a ghost to their main body). -cmd-setmind-help = Usage: { $command } [unvisit] -cmd-setmind-command-target-has-no-content-data-message = Target player does not have content data (wtf?) -cmd-setmind-command-target-has-no-mind-message = Target entity does not have a mind (did you forget to make sentient?) -set-mind-command-description = Перемещает сознание в указанную сущность. Сущность должна иметь { $requiredComponent }. По умолчанию это заставит разум, который в данный момент посещает другие сущности, вернуться обратно (т.е. вернуть призрака в своё основное тело). -set-mind-command-help-text = Использование: { $command } [unvisit] -set-mind-command-target-has-no-content-data-message = Целевой игрок не имеет данных о содержимом (wtf?) -set-mind-command-target-has-no-mind-message = Целевая сущность не обладает разумом (вы забыли сделать её разумной?) -cmd-mind-command-hint = username +cmd-setmind-desc = Перемещает сознание в указанную сущность. Сущность должна иметь { $requiredComponent }. По умолчанию это заставит разум, который в данный момент посещает другие сущности, вернуться обратно (т.е. вернуть призрака в своё основное тело). +cmd-setmind-help = Использование: { $command } [unvisit] +cmd-setmind-command-target-has-no-content-data-message = Целевой игрок не имеет данных о содержимом (wtf?) +cmd-setmind-command-target-has-no-mind-message = Целевая сущность не обладает разумом (вы забыли сделать её разумной?) diff --git a/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl index e9e77364de..5ceb36afa1 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-ooc-command.ftl @@ -1,10 +1,4 @@ -cmd-setooc-desc = Allows you to enable or disable OOC. -cmd-setooc-help = Usage: setooc OR setooc [value] -cmd-setooc-ooc-enabled = OOC chat has been enabled. -cmd-setooc-ooc-disabled = OOC chat has been disabled. -set-ooc-command-description = Позволяет включить или выключить OOC. -set-ooc-command-help = Использование: setooc ИЛИ setooc [value] -set-ooc-command-too-many-arguments-error = Слишком много аргументов. -set-ooc-command-invalid-argument-error = Неверный аргумент. -set-ooc-command-ooc-enabled = OOC чат был включён. -set-ooc-command-ooc-disabled = OOC чат был выключен. +cmd-setooc-desc = Позволяет включить или выключить OOC. +cmd-setooc-help = Использование: setooc ИЛИ setooc [value] +cmd-setooc-ooc-enabled = OOC чат был включён. +cmd-setooc-ooc-disabled = OOC чат был выключен. diff --git a/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl b/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl index 4b8a87d781..dc3b39c464 100644 --- a/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl +++ b/Resources/Locale/ru-RU/administration/commands/set-outfit-command.ftl @@ -1,8 +1,4 @@ -cmd-setoutfit-desc = Sets the outfit of the specified entity. The entity must have { INDEFINITE($requiredComponent) } { $requiredComponent } -cmd-setoutfit-help = Usage: setoutfit | setoutfit -cmd-setoutfit-is-not-player-error = This command requires both arguments to work from the server console. -cmd-setoutfit-invalid-outfit-id-error = Invalid outfit id. -set-outfit-command-description = Устанавливает наряд указанной сущности. Сущность должна иметь { $requiredComponent } -set-outfit-command-help-text = Использование: { $command } | { $command } -set-outfit-command-is-not-player-error = Для работы этой команды с консоли сервера требуются оба аргумента. -set-outfit-command-invalid-outfit-id-error = Неверный идентификатор наряда +cmd-setoutfit-desc = Устанавливает наряд указанной сущности. Сущность должна иметь { $requiredComponent } +cmd-setoutfit-help = Использование: setoutfit | setoutfit +cmd-setoutfit-is-not-player-error = Для работы этой команды с консоли сервера требуются оба аргумента. +cmd-setoutfit-invalid-outfit-id-error = Неверный id наряда. diff --git a/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl b/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl index 392f71aa86..538772e657 100644 --- a/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl +++ b/Resources/Locale/ru-RU/administration/ui/admin-announce-window.ftl @@ -6,5 +6,5 @@ admin-announce-button = Сделать объявление admin-announce-type-station = Станция admin-announce-type-server = Сервер admin-announce-keep-open = Держать открытым -cmd-announceui-desc = Opens the announcement UI. -cmd-announceui-help = Usage: announceui +cmd-announceui-desc = Открывает интерфейс меню объявлений. +cmd-announceui-help = Использование: announceui diff --git a/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl b/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl index 4f2935d9e8..6166128bcb 100644 --- a/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/admin-spawn-explosion-eui.ftl @@ -13,14 +13,14 @@ admin-explosion-eui-label-angle = Угол admin-explosion-eui-label-spread = Радиус admin-explosion-eui-label-distance = Дистанция admin-explosion-eui-label-spawn = Бабах! -cmd-explosionui-desc = Opens a window for easy access to station destruction. -cmd-explosionui-help = Usage: explosionui -cmd-explosion-desc = Train go boom -cmd-explosion-help = Usage: explosion [intensity] [slope] [maxIntensity] [x y] [mapId] [prototypeId] -cmd-explosion-failed-to-parse-intensity = Failed to parse intensity: { $value } -cmd-explosion-failed-to-parse-float = Failed to parse float: { $value } -cmd-explosion-failed-to-parse-coords = Failed to parse coordinates: { $value1 } { $value2 } -cmd-explosion-failed-to-parse-map-id = Failed to parse map ID: { $value } -cmd-explosion-need-coords-explicit = Failed get default coordinates/map via player's transform. Need to specify explicitly. -cmd-explosion-unknown-prototype = Unknown explosion prototype: { $value } -cmd-explosion-no-prototypes = Prototype manager has no explosion prototypes? +cmd-explosionui-desc = Открывает окно для удобного доступа к уничтожению станции. +cmd-explosionui-help = Использование: explosionui +cmd-explosion-desc = Поезд сделал бум +cmd-explosion-help = Использование: explosion [intensity] [slope] [maxIntensity] [x y] [mapId] [prototypeId] +cmd-explosion-failed-to-parse-intensity = Не удалось спарсить интенсивность: { $value } +cmd-explosion-failed-to-parse-float = Не удалось спарсить float: { $value } +cmd-explosion-failed-to-parse-coords = Не удалось спарсить координаты: { $value1 } { $value2 } +cmd-explosion-failed-to-parse-map-id = Не удалось спарсить map ID: { $value } +cmd-explosion-need-coords-explicit = Не удалось получить стандартные координаты/карту через информацию игрока. Необходимо указать это явно. +cmd-explosion-unknown-prototype = Неизвестный прототип взрыва: { $value } +cmd-explosion-no-prototypes = Менеджер прототипов не имеет прототипов взрывов? diff --git a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl index bda2930ac6..2436c86deb 100644 --- a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl @@ -20,5 +20,5 @@ permissions-eui-edit-admin-rank-button = Редактировать permissions-eui-edit-admin-rank-window-title = Редактирование админ ранга permissions-eui-edit-admin-window-save-button = Сохранить permissions-eui-edit-admin-window-remove-flag-button = Удалить -cmd-permissions-desc = Opens the admin permissions panel. -cmd-permissions-help = Usage: permissions +cmd-permissions-desc = Открывает меню прав администрации. +cmd-permissions-help = Использование: permissions diff --git a/Resources/Locale/ru-RU/administration/ui/silicon-law-ui.ftl b/Resources/Locale/ru-RU/administration/ui/silicon-law-ui.ftl index 50ae1c879d..8fb592428f 100644 --- a/Resources/Locale/ru-RU/administration/ui/silicon-law-ui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/silicon-law-ui.ftl @@ -6,6 +6,6 @@ silicon-law-ui-plus-one = +1 silicon-law-ui-minus-one = -1 silicon-law-ui-delete = Удалить silicon-law-ui-check-corrupted = Повреждённый закон -silicon-law-ui-check-corrupted-tooltip = Если идентификатор закона будет установлен как «поврежденный», то символы будут перемешены. +silicon-law-ui-check-corrupted-tooltip = Если идентификатор закона будет установлен как «повреждённый», то символы будут перемешены. silicon-law-ui-placeholder = Введите здесь, чтобы изменить текст закона... silicon-laws-updated = Законы обновлены diff --git a/Resources/Locale/ru-RU/alerts/alerts.ftl b/Resources/Locale/ru-RU/alerts/alerts.ftl index b7f89b8300..25665c9d29 100644 --- a/Resources/Locale/ru-RU/alerts/alerts.ftl +++ b/Resources/Locale/ru-RU/alerts/alerts.ftl @@ -24,8 +24,8 @@ alerts-stunned-name = [color=yellow]Оглушены[/color] alerts-stunned-desc = Вы [color=yellow]оглушены[/color]! Что-то мешает вам двигаться или взаимодействовать с объектами. alerts-handcuffed-name = [color=yellow]В наручниках[/color] alerts-handcuffed-desc = На вас [color=yellow]надели наручники[/color] и вы не можете использовать руки. Если кто-нибудь вас потащит, вы не сможете сопротивляться. -alerts-ensnared-name = [color=yellow]Захваченный[/color] -alerts-ensnared-desc = Вы [color=yellow]попали в ловушку[/color], и это мешает вам двигаться. +alerts-ensnared-name = [color=yellow]Опутаны[/color] +alerts-ensnared-desc = Ваши конечности [color=yellow]чем-то опутаны[/color], и это мешает вам двигаться. alerts-buckled-name = [color=yellow]Пристёгнуты[/color] alerts-buckled-desc = Вы к чему-то [color=yellow]пристёгнуты[/color]. Щёлкните по иконке чтобы отстегнуться, если на вас [color=yellow]не надеты наручники.[/color] alerts-crit-name = [color=red]Критическое состояние[/color] @@ -76,7 +76,7 @@ alerts-revenant-essence-name = Эссенция alerts-revenant-essence-desc = Сила душ. Поддерживает вас и используется при использовании способностей. Медленно восстанавливается с течением времени. alerts-revenant-corporeal-name = Материальность alerts-revenant-corporeal-desc = Вы физически воплотились. Окружающие могут видеть и наносить вам вред. -alerts-rooted-name = Rooted -alerts-rooted-desc = You are attached to the ground. You can't slip, but you absorb fluids under you. -alerts-stealthy-name = Pickpocketing -alerts-stealthy-desc = Whether you are currently pickpocketing. Click to toggle. +alerts-rooted-name = Укоренены +alerts-rooted-desc = Вы прикреплены к земле. Вы не можете подскользнуться, но вы будете впитывать все жидкости под вами. +alerts-stealthy-name = Карманничество +alerts-stealthy-desc = Определяет режим скрытой кражи. Нажмите для переключения. diff --git a/Resources/Locale/ru-RU/atmos/atmos-pipe-layers.ftl b/Resources/Locale/ru-RU/atmos/atmos-pipe-layers.ftl index 7bb83dde61..74357efb24 100644 --- a/Resources/Locale/ru-RU/atmos/atmos-pipe-layers.ftl +++ b/Resources/Locale/ru-RU/atmos/atmos-pipe-layers.ftl @@ -1,9 +1,9 @@ -atmos-pipe-layers-component-layer-primary = primary -atmos-pipe-layers-component-layer-secondary = secondary -atmos-pipe-layers-component-layer-tertiary = tertiary -atmos-pipe-layers-component-change-layer = Adjusted to its { $layerName } configuration. -atmos-pipe-layers-component-current-layer = It is in its { $layerName } configuration. -atmos-pipe-layers-component-select-layer = { CAPITALIZE($layerName) } configuration -atmos-pipe-layers-component-tool-missing = Requires { INDEFINITE($toolName) } { $toolName } -atmos-pipe-layers-component-pipes-are-covered = The pipes are covered -atmos-pipe-layers-component-cannot-adjust-pipes = You need to uncover the pipes before they can be adjusted. +atmos-pipe-layers-component-layer-primary = первичная +atmos-pipe-layers-component-layer-secondary = вторичная +atmos-pipe-layers-component-layer-tertiary = третичная +atmos-pipe-layers-component-change-layer = Теперь выбрана { $layerName } конфигурация. +atmos-pipe-layers-component-current-layer = Выбрана { $layerName } конфигурация. +atmos-pipe-layers-component-select-layer = { CAPITALIZE($layerName) } конфигурация +atmos-pipe-layers-component-tool-missing = Нужен { $toolName } +atmos-pipe-layers-component-pipes-are-covered = Трубы накрыты +atmos-pipe-layers-component-cannot-adjust-pipes = Необходимо оголить трубы перед их регулировкой. diff --git a/Resources/Locale/ru-RU/bloodstream/bloodstream.ftl b/Resources/Locale/ru-RU/bloodstream/bloodstream.ftl index c16a9d0dbd..ba1e22f756 100644 --- a/Resources/Locale/ru-RU/bloodstream/bloodstream.ftl +++ b/Resources/Locale/ru-RU/bloodstream/bloodstream.ftl @@ -1,7 +1,7 @@ bloodstream-component-looks-pale = [color=bisque]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-BASIC($target, "выглядят", "выглядит") } бледно.[/color] -bloodstream-component-slight-bleeding = [color=#ffa8a8]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-BE($target) } dripping blood.[/color] +# TODO заменить OBJECT на GENITIVE после обновы движка и апстрима (щас "у его", потом должно быть "у него") +bloodstream-component-slight-bleeding = [color=#ffa8a8]У { OBJECT($target) } капает кровь.[/color] bloodstream-component-bleeding = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-BASIC($target, "истекают", "истекает") } кровью.[/color] -bloodstream-component-strong-bleeding = [color=#d10a0a]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-BE($target) } profusely bleeding.[/color] -bloodstream-component-massive-bleeding = [color=#d4003c]Blood is pouring out of { POSS-ADJ($target) } body![/color] -bloodstream-component-profusely-bleeding = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } обильно { CONJUGATE-BASIC($target, "истекают", "истекает") } кровью![/color] +bloodstream-component-strong-bleeding = [color=#d10a0a]{ CAPITALIZE(SUBJECT($target)) } обильно { CONJUGATE-BASIC($target, "истекают", "истекает") } кровью.[/color] +bloodstream-component-massive-bleeding = [color=#d4003c]Кровь льётся из { OBJECT($target) } тела![/color] bloodstream-component-wounds-cauterized = С болью вы ощущаете, как ваши раны прижигаются! diff --git a/Resources/Locale/ru-RU/cartridge-loader/cartridges.ftl b/Resources/Locale/ru-RU/cartridge-loader/cartridges.ftl index 92981e9e08..122a8f38b8 100644 --- a/Resources/Locale/ru-RU/cartridge-loader/cartridges.ftl +++ b/Resources/Locale/ru-RU/cartridge-loader/cartridges.ftl @@ -61,11 +61,11 @@ nano-task-ui-description-placeholder = Взять что-то важное nano-task-ui-requester-label = Заявитель: nano-task-ui-requester-placeholder = Джон Нанотрейзен nano-task-ui-item-title = Редактировать задачу -nano-task-printed-description = Описание: { $description } -nano-task-printed-requester = Заявитель: { $requester } -nano-task-printed-high-priority = Приоритет: Высокий -nano-task-printed-medium-priority = Приоритет: Средний -nano-task-printed-low-priority = Приоритет: Низкий +nano-task-printed-description = [bold]Описание:[/bold] { $description } +nano-task-printed-requester = [bold]Заявитель:[/bold] { $requester } +nano-task-printed-high-priority = [bold]Приоритет[/bold]: [color=red]Высокий[/color] +nano-task-printed-medium-priority = [bold]Приоритет[/bold]: Средний +nano-task-printed-low-priority = [bold]Приоритет[/bold]: Низкий # Wanted list cartridge wanted-list-program-name = Список разыскиваемых wanted-list-label-no-records = Всё спокойно, ковбой. diff --git a/Resources/Locale/ru-RU/chameleon-outfits/chameleon-outfits.ftl b/Resources/Locale/ru-RU/chameleon-outfits/chameleon-outfits.ftl index f6ffe376c4..1ba29bf254 100644 --- a/Resources/Locale/ru-RU/chameleon-outfits/chameleon-outfits.ftl +++ b/Resources/Locale/ru-RU/chameleon-outfits/chameleon-outfits.ftl @@ -1 +1 @@ -chameleon-outfit-sus-name = Sus +chameleon-outfit-sus-name = Сас diff --git a/Resources/Locale/ru-RU/changelog/changelog-window.ftl b/Resources/Locale/ru-RU/changelog/changelog-window.ftl index 486cd58965..66ae23f0a1 100644 --- a/Resources/Locale/ru-RU/changelog/changelog-window.ftl +++ b/Resources/Locale/ru-RU/changelog/changelog-window.ftl @@ -12,5 +12,5 @@ changelog-button-new-entries = Обновления (!) changelog-tab-title-Changelog = Список изменений changelog-tab-title-Admin = Админское changelog-tab-title-Maps = Карты -cmd-changelog-desc = Opens the changelog. -cmd-changelog-help = Usage: changelog +cmd-changelog-desc = Открыть историю обновлений. +cmd-changelog-help = Использование: changelog diff --git a/Resources/Locale/ru-RU/chat/chat-channel.ftl b/Resources/Locale/ru-RU/chat/chat-channel.ftl index 2c019325ef..41179094dc 100644 --- a/Resources/Locale/ru-RU/chat/chat-channel.ftl +++ b/Resources/Locale/ru-RU/chat/chat-channel.ftl @@ -1,2 +1,2 @@ chat-channel-humanized-ooc = OOC -chat-channel-humanized-admin = ADMIN +chat-channel-humanized-admin = АДМИН diff --git a/Resources/Locale/ru-RU/chat/highlights.ftl b/Resources/Locale/ru-RU/chat/highlights.ftl index c9f79ad917..a8a96a7f0a 100644 --- a/Resources/Locale/ru-RU/chat/highlights.ftl +++ b/Resources/Locale/ru-RU/chat/highlights.ftl @@ -1,49 +1,49 @@ # Command -highlights-captain = Captain, "Cap", Bridge, Command -highlights-head-of-personnel = Head Of Personnel, "HoP", Service, Bridge, Command -highlights-chief-engineer = Chief Engineer, "CE", Engineering, Engineer, "Engi", Bridge, Command -highlights-chief-medical-officer = Chief Medical Officer, "CMO", MedBay, "Med", Bridge, Command -highlights-head-of-security = Head of Security, "HoS", Security, "Sec", Bridge, Command -highlights-quartermaster = Quartermaster, "QM", Cargo, Bridge, Command -highlights-research-director = Research Director, "RD", Science, "Sci", Bridge, Command +highlights-captain = Капитан, "кеп", "кэп", мостик, командовани +highlights-head-of-personnel = глава персонала, "гп", сервис, мостик, командовани +highlights-chief-engineer = старший инженер, "си", инженер, "инж", мостик, командовани +highlights-chief-medical-officer = главный врач, главврач "гв", медблок, медбей, "мед", мостик, командовани +highlights-head-of-security = глава службы безопасности, "гсб", служба безопасности, "сб", мостик, командовани +highlights-quartermaster = квартирмейстер, "км" "кма", карго, снабжени, мостик, командовани +highlights-research-director = научный руководитель, научрук, "нр", наука, "рнд", "нио", мостик, командовани # Security -highlights-detective = Detective, "Det", Security, "Sec" -highlights-security-cadet = Security Cadet, Secoff, Cadet, Security, "Sec" -highlights-security-officer = Security Officer, Secoff, Officer, Security, "Sec" -highlights-warden = Warden, "Ward", Security, "Sec" +highlights-detective = детектив, "дек", служб, "сб" +highlights-security-cadet = офицер, кадет, служба безопасности, "сб" +highlights-security-officer = офицер, служба безопасности, "сб" +highlights-warden = смотрител, варден, служба безопасности, "сб" # Cargo -highlights-cargo-technician = Cargo Technician, Cargo Tech, "Cargo" -highlights-salvage-specialist = Salvage Specialist, Salvager, Salvage, "Salv", "Cargo", Miner +highlights-cargo-technician = грузчик, карго, снабжени +highlights-salvage-specialist = утилизатор, "утиль", карго, снабжени, шахтёр # Engineering -highlights-atmospheric-technician = Atmospheric Technician, Atmos tech, Atmospheric, Engineering, "Atmos", "Engi" -highlights-station-engineer = Station Engineer, Engineering, Engineer, "Engi" -highlights-technical-assistant = Technical Assistant, Tech Assistant, Engineering, Engineer, "Engi" +highlights-atmospheric-technician = атмосферный техник, атмосферник, атмос, инженер, "атмос", "инж" +highlights-station-engineer = инженер, "инж" +highlights-technical-assistant = технический ассистент, тех асист, инженер, "инж" # Medical -highlights-chemist = Chemist, Chemistry, "Chem", MedBay, "Med" -highlights-medical-doctor = Medical Doctor, Doctor, "Doc", MedBay, "Med" -highlights-medical-intern = Medical Intern, "Doc", Intern, MedBay, "Med" -highlights-paramedic = Paramedic, "Para", MedBay, "Med" +highlights-chemist = химик, химия, медблок, медбей, "мед" +highlights-medical-doctor = врач, доктор, "док", медблок, медбей, "мед" +highlights-medical-intern = интерн "док", медблок, медбей, "мед" +highlights-paramedic = парамед, медблок, медбей, "мед" # Science -highlights-scientist = Scientist, Science, "Sci" -highlights-research-assistant = Research Assistant, Science, "Sci" +highlights-scientist = учёный, наука, "рнд", "нио" +highlights-research-assistant = научный ассистент, наука, "рнд", "нио" # Civilian -highlights-bartender = Bartender, Barkeeper, Barkeep, "Bar" -highlights-botanist = Botanist, Botany, Hydroponics -highlights-chaplain = Chaplain, "Chap", Chapel -highlights-chef = Chef, "Cook", Kitchen -highlights-clown = Clown, Jester -highlights-janitor = Janitor, "Jani" -highlights-lawyer = Lawyer, Attorney -highlights-librarian = Librarian, Library -highlights-mime = Mime -highlights-passenger = Passenger, Greytider, "Tider" -highlights-service-worker = Service Worker +highlights-bartender = бармен, "бар" +highlights-botanist = ботаник, гидропоник +highlights-chaplain = священник, свят, церковь +highlights-chef = шеф, повар, кухн +highlights-clown = клоун, клун +highlights-janitor = уборщик +highlights-lawyer = адвокат, юрист +highlights-librarian = библиотекар, библиотека +highlights-mime = мим +highlights-passenger = пассажир, грейтайдер, "тайдер" +highlights-service-worker = сервисный работник, сервисник # Station-specific -highlights-boxer = Boxer -highlights-reporter = Reporter, Journalist -highlights-zookeeper = Zookeeper -highlights-psychologist = Psychologist, Psychology +highlights-boxer = боксёр, боксер +highlights-reporter = репортёр, репортер, журналист +highlights-zookeeper = зоотехник +highlights-psychologist = психолог # Silicon -highlights-personal-ai = Personal AI, "pAI" -highlights-cyborg = Cyborg, Silicon, Borg -highlights-station-ai = Station AI, Silicon, "AI", "sAI" +highlights-personal-ai = персональный ии, "пии" +highlights-cyborg = киборг, борг +highlights-station-ai = станционный ии, "ии", "сии" diff --git a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl index 480d1ddeab..22a5135a40 100644 --- a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl +++ b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl @@ -33,7 +33,7 @@ chat-manager-send-admin-dead-chat-wrap-message = { $adminChannelName }: [bold]([ chat-manager-send-admin-chat-wrap-message = { $adminChannelName }: [bold]{ $playerName }:[/bold] { $message } chat-manager-send-admin-announcement-wrap-message = [bold]{ $adminChannelName }: { $message }[/bold] chat-manager-send-hook-ooc-wrap-message = OOC: [bold](D){ $senderName }:[/bold] { $message } -chat-manager-send-hook-admin-wrap-message = ADMIN: [bold](D){ $senderName }:[/bold] { $message } +chat-manager-send-hook-admin-wrap-message = АДМИН: [bold](D){ $senderName }:[/bold] { $message } chat-manager-dead-channel-name = МЁРТВЫЕ chat-manager-admin-channel-name = АДМИН chat-manager-rate-limited = Вы отправляете сообщения слишком быстро! diff --git a/Resources/Locale/ru-RU/chat/ui/chat-box.ftl b/Resources/Locale/ru-RU/chat/ui/chat-box.ftl index 0584746c24..995f463e6c 100644 --- a/Resources/Locale/ru-RU/chat/ui/chat-box.ftl +++ b/Resources/Locale/ru-RU/chat/ui/chat-box.ftl @@ -29,13 +29,13 @@ hud-chatbox-channel-Server = Сервер hud-chatbox-channel-Visual = Визуальный hud-chatbox-channel-Damage = Повреждения hud-chatbox-channel-Unspecified = Неопределённый -hud-chatbox-highlights = Highlights: -hud-chatbox-highlights-button = Submit +hud-chatbox-highlights = Подсветка: +hud-chatbox-highlights-button = Подтвердить hud-chatbox-highlights-tooltip = - The words need to be separated by a newline, - if wrapped around " they will be highlighted - only if separated by spaces or punctuation. + Каждое слово должно начинаться с новой строки. + Слова, взятые в кавычки ("..."), подсветятся только, + если отделены пробелами или знаками препинания. hud-chatbox-highlights-placeholder = - McHands - "Judge" - Medical + МакХэндс + "Судья" + Медблок diff --git a/Resources/Locale/ru-RU/commands/admin-logs-command.ftl b/Resources/Locale/ru-RU/commands/admin-logs-command.ftl index 056dd945a3..dcd8246b3d 100644 --- a/Resources/Locale/ru-RU/commands/admin-logs-command.ftl +++ b/Resources/Locale/ru-RU/commands/admin-logs-command.ftl @@ -1,2 +1,2 @@ -cmd-adminlogs-desc = Opens the admin logs panel. -cmd-adminlogs-help = Usage: adminlogs +cmd-adminlogs-desc = Открыть панель админ логов. +cmd-adminlogs-help = Использование: adminlogs diff --git a/Resources/Locale/ru-RU/commands/admin-who-command.ftl b/Resources/Locale/ru-RU/commands/admin-who-command.ftl index dd475c2af9..d2510c55a1 100644 --- a/Resources/Locale/ru-RU/commands/admin-who-command.ftl +++ b/Resources/Locale/ru-RU/commands/admin-who-command.ftl @@ -1,2 +1,2 @@ -cmd-adminwho-desc = Returns a list of all admins on the server. -cmd-adminwho-help = Usage: adminwho +cmd-adminwho-desc = Возвращает список всей администрации, которая сейчас онлайн на сервере. +cmd-adminwho-help = Использование: adminwho diff --git a/Resources/Locale/ru-RU/commands/asay-command.ftl b/Resources/Locale/ru-RU/commands/asay-command.ftl index cf55f7c691..702b6f04b4 100644 --- a/Resources/Locale/ru-RU/commands/asay-command.ftl +++ b/Resources/Locale/ru-RU/commands/asay-command.ftl @@ -1,2 +1,2 @@ -cmd-asay-desc = Send chat messages to the private admin chat channel. -cmd-asay-help = Usage: asay +cmd-asay-desc = Отправляет сообщение в приватный чат администрации. +cmd-asay-help = Использование: asay <текст> diff --git a/Resources/Locale/ru-RU/commands/deadmin-command.ftl b/Resources/Locale/ru-RU/commands/deadmin-command.ftl index ceceba8b75..491b0ad581 100644 --- a/Resources/Locale/ru-RU/commands/deadmin-command.ftl +++ b/Resources/Locale/ru-RU/commands/deadmin-command.ftl @@ -1,4 +1,4 @@ -cmd-deadmin-desc = Temporarily de-admins you so you can experience the round as a normal player. +cmd-deadmin-desc = Временно лишает вас прав администратора, чтобы вы могли прочувствовать раунд как обычный игрок. cmd-deadmin-help = - Usage: deadmin - Use readmin to re-admin after using this. + Использование: deadmin + Используйте readmin чтобы вернуть себе права администратора после этой команды. diff --git a/Resources/Locale/ru-RU/commands/delete-component-command.ftl b/Resources/Locale/ru-RU/commands/delete-component-command.ftl index a278c36fc5..e22affbd2f 100644 --- a/Resources/Locale/ru-RU/commands/delete-component-command.ftl +++ b/Resources/Locale/ru-RU/commands/delete-component-command.ftl @@ -1,4 +1,8 @@ -cmd-deletecomponent-desc = Deletes all instances of the specified component. -cmd-deletecomponent-help = Usage: deletecomponent " -cmd-deletecomponent-no-component-exists = No component exists with name { $name }. -cmd-deletecomponent-success = Removed { $count } components with name { $name }. +cmd-deletecomponent-desc = Удаляет все случаи указаного компонента. +cmd-deletecomponent-help = Использование: deletecomponent " +cmd-deletecomponent-no-component-exists = Компонента с именем { $name } не существует. +cmd-deletecomponent-success = { $count -> + [one] Удалён { $count } компонент + [few] Удалено { $count } компонента + *[other] Удалено { $count } компонентов + } с именем { $name }. diff --git a/Resources/Locale/ru-RU/commands/eye-commands.ftl b/Resources/Locale/ru-RU/commands/eye-commands.ftl new file mode 100644 index 0000000000..132a79c13b --- /dev/null +++ b/Resources/Locale/ru-RU/commands/eye-commands.ftl @@ -0,0 +1,7 @@ +parse-bool-fail = Невозможно спарсить { $arg } как bool +parse-float-fail = Невозможно спарсить { $arg } как float +cmd-lockeyes-desc = Предотвращает дальнейший поворот зрения. +cmd-lockeyes-help = Использование: lockeyes +cmd-rotateeyes-desc = Поворачивает зрение всех игроков на указанный градус +cmd-rotateeyes-help = rotateeyes +cmd-rotateeyes-command-count = Установить { $count } поворот зрения diff --git a/Resources/Locale/ru-RU/commands/force-map-command.ftl b/Resources/Locale/ru-RU/commands/force-map-command.ftl index 02ff66b689..1d8cce12a9 100644 --- a/Resources/Locale/ru-RU/commands/force-map-command.ftl +++ b/Resources/Locale/ru-RU/commands/force-map-command.ftl @@ -1,6 +1,6 @@ -cmd-forcemap-desc = Forces the game to start with a given map next round. -cmd-forcemap-help = Usage: forcemap -cmd-forcemap-success = Forced the game to start with map { $map } next round. -cmd-forcemap-cleared = Cleared the forced map setting. -cmd-forcemap-map-not-found = No eligible map exists with name { $map }. +cmd-forcemap-desc = Принуждает игру начать следующий раунд на указаной карте. +cmd-forcemap-help = Использование: forcemap +cmd-forcemap-success = Следующий раунд начнётся на карте { $map }. +cmd-forcemap-cleared = Настройки принудительной карты очищены. +cmd-forcemap-map-not-found = Не существует подходящей карты с названием { $map }. cmd-forcemap-hint = diff --git a/Resources/Locale/ru-RU/commands/force-preset-command.ftl b/Resources/Locale/ru-RU/commands/force-preset-command.ftl index 93701d91ea..01b767e0bd 100644 --- a/Resources/Locale/ru-RU/commands/force-preset-command.ftl +++ b/Resources/Locale/ru-RU/commands/force-preset-command.ftl @@ -1,4 +1,4 @@ -cmd-forcepreset-desc = Forces a specific game preset to start for the current lobby. +cmd-forcepreset-desc = Принуждает текущее лобби начаться с указанным игровым пресетом. cmd-forcepreset-help = Usage: forcepreset cmd-forcepreset-preround-lobby-only = This can only be executed while the game is in the pre-round lobby. cmd-forcepreset-no-preset-found = No preset exists with name { $preset }. diff --git a/Resources/Locale/ru-RU/connection-messages.ftl b/Resources/Locale/ru-RU/connection-messages.ftl index 46bf149be7..d1852707ec 100644 --- a/Resources/Locale/ru-RU/connection-messages.ftl +++ b/Resources/Locale/ru-RU/connection-messages.ftl @@ -46,8 +46,8 @@ cmd-blacklistremove-existing = { $username } не находится в чёрн cmd-blacklistremove-removed = { $username } удалён из чёрного списка cmd-blacklistremove-not-found = Не удалось найти игрока '{ $username }' cmd-blacklistremove-arg-player = [player] -baby-jail-account-denied = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесенных в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! -baby-jail-account-denied-reason = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесенных в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! Причина: "{ $reason }" +baby-jail-account-denied = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесённых в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! +baby-jail-account-denied-reason = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесённых в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! Причина: "{ $reason }" baby-jail-account-reason-account = Ваш аккаунт Space Station 14 слишком старый. Он должен быть моложе { $minutes } минут generic-misconfigured = Сервер неправильно настроен и не принимает игроков. Пожалуйста, свяжитесь с владельцем сервера и повторите попытку позже. ipintel-server-ratelimited = На этом сервере используется система безопасности с внешней проверкой, которая достигла своего максимального предела проверки. Пожалуйста, обратитесь за помощью к администрации сервера и повторите попытку позже. diff --git a/Resources/Locale/ru-RU/construction/recipes/crates.ftl b/Resources/Locale/ru-RU/construction/recipes/crates.ftl index 393b7784a1..34e7c16157 100644 --- a/Resources/Locale/ru-RU/construction/recipes/crates.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/crates.ftl @@ -1,3 +1,3 @@ -construction-recipe-crate-freezer = crate freezer -construction-recipe-big-box = large cardboard box -construction-recipe-box-cardboard = small cardboard box +construction-recipe-crate-freezer = холодильник-ящик +construction-recipe-big-box = большая картонная коробка +construction-recipe-box-cardboard = маленькая картонная коробка diff --git a/Resources/Locale/ru-RU/construction/recipes/curtains.ftl b/Resources/Locale/ru-RU/construction/recipes/curtains.ftl index 92c3c758f3..26e70e95fe 100644 --- a/Resources/Locale/ru-RU/construction/recipes/curtains.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/curtains.ftl @@ -1,10 +1,10 @@ -construction-recipe-curtains-cloth = curtains (cloth) -construction-recipe-curtains-black = curtains (black) -construction-recipe-curtains-blue = curtains (blue) -construction-recipe-curtains-cyan = curtains (cyan) -construction-recipe-curtains-green = curtains (green) -construction-recipe-curtains-orange = curtains (orange) -construction-recipe-curtains-pink = curtains (pink) -construction-recipe-curtains-purple = curtains (purple) -construction-recipe-curtains-red = curtains (red) -construction-recipe-curtains-white = curtains (white) +construction-recipe-curtains-cloth = шторы (ткань) +construction-recipe-curtains-black = шторы (чёрный) +construction-recipe-curtains-blue = шторы (синий) +construction-recipe-curtains-cyan = шторы (голубой) +construction-recipe-curtains-green = шторы (зелёный) +construction-recipe-curtains-orange = шторы (оранжевый) +construction-recipe-curtains-pink = шторы (розовый) +construction-recipe-curtains-purple = шторы (фиолетовый) +construction-recipe-curtains-red = шторы (красный) +construction-recipe-curtains-white = шторы (белый) diff --git a/Resources/Locale/ru-RU/construction/recipes/furniture.ftl b/Resources/Locale/ru-RU/construction/recipes/furniture.ftl index c9a6265a28..1747b49dcf 100644 --- a/Resources/Locale/ru-RU/construction/recipes/furniture.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/furniture.ftl @@ -1,11 +1,11 @@ -construction-recipe-red-comf-bench = comfortable bench (red) -construction-recipe-blue-comf-bench = comfortable bench (blue) -construction-recipe-table-fancy-black = fancy table (black) -construction-recipe-table-fancy-blue = fancy table (blue) -construction-recipe-table-fancy-cyan = fancy table (cyan) -construction-recipe-table-fancy-green = fancy table (green) -construction-recipe-table-fancy-orange = fancy table (orange) -construction-recipe-table-fancy-purple = fancy table (purple) -construction-recipe-table-fancy-pink = fancy table (pink) -construction-recipe-table-fancy-red = fancy table (red) -construction-recipe-table-fancy-white = fancy table (white) +construction-recipe-red-comf-bench = удобная скамейка (красный) +construction-recipe-blue-comf-bench = удобная скамейка (синий) +construction-recipe-table-fancy-black = красивый стол (чёрный) +construction-recipe-table-fancy-blue = красивый стол (синий) +construction-recipe-table-fancy-cyan = красивый стол (голубой) +construction-recipe-table-fancy-green = красивый стол (зелёный) +construction-recipe-table-fancy-orange = красивый стол (оранжевый) +construction-recipe-table-fancy-purple = красивый стол (фиолетовый) +construction-recipe-table-fancy-pink = красивый стол (розовый) +construction-recipe-table-fancy-red = красивый стол (красный) +construction-recipe-table-fancy-white = красивый стол (белый) diff --git a/Resources/Locale/ru-RU/construction/recipes/machines.ftl b/Resources/Locale/ru-RU/construction/recipes/machines.ftl index 68c348c63d..27aa1ac8d4 100644 --- a/Resources/Locale/ru-RU/construction/recipes/machines.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/machines.ftl @@ -1,3 +1,3 @@ -construction-recipe-light-switch-directional = apc net switch (directional) -construction-recipe-signal-switch-directional = signal switch (directional) -construction-recipe-signal-button-directional = signal button (directional) +construction-recipe-light-switch-directional = переключатель сети ЛКП (направленный) +construction-recipe-signal-switch-directional = переключатель сигнала (направленный) +construction-recipe-signal-button-directional = кнопка сигнала (направленный) diff --git a/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl b/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl index 05ee99cb16..79611846c9 100644 --- a/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/smokeables.ftl @@ -1,2 +1,2 @@ -construction-smokeable-joint-rainbow = rainbow joint -construction-smokeable-blunt-rainbow = rainbow blunt +construction-smokeable-joint-rainbow = радужный косяк +construction-smokeable-blunt-rainbow = радужный блант diff --git a/Resources/Locale/ru-RU/construction/recipes/structures.ftl b/Resources/Locale/ru-RU/construction/recipes/structures.ftl index 6534277937..bf47296bd6 100644 --- a/Resources/Locale/ru-RU/construction/recipes/structures.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/structures.ftl @@ -1,27 +1,27 @@ -construction-recipe-diagonal-shuttle-wall = shuttle wall (diagonal) -construction-window-diagonal = window (diagonal) -construction-recipe-reinforced-window-diagonal = reinforced window (diagonal) -construction-recipe-clockwork-window-diagonal = clockwork window (diagonal) -construction-recipe-plasma-window-diagonal = plasma window (diagonal) -construction-recipe-reinforced-plasma-window-diagonal = reinforced plasma window (diagonal) -construction-recipe-uranium-window-diagonal = uranium window (diagonal) -construction-recipe-reinforced-uranium-window-diagonal = reinforced uranium window (diagonal) -construction-recipe-firelock-edge = directional firelock -construction-recipe-fence-metal-corner = chain link fence corner -construction-recipe-fence-metal-end = chain link fence end -construction-recipe-barricade-directional = directional barricade -construction-recipe-railing-corner = railing corner -construction-recipe-railing-corner-small = railing corner (small) -construction-recipe-railing-round = railing (round) -construction-recipe-fence-wood-end = wooden fence end -construction-recipe-fence-wood-corner = wooden fence corner -construction-recipe-fence-wood-t-junction = wooden fence T-junction -construction-recipe-fence-wood-end-small = small wooden fence end -construction-recipe-fence-wood-corner-small = small wooden fence corner -construction-recipe-fence-wood-t-junction-small = small wooden fence T-junction -construction-recipe-fence-wood-gate-small = small wooden fence gate -construction-recipe-pinion-airlock = clockwork airlock -construction-recipe-pinion-airlock-glass = glass clockwork airlock -construction-recipe-airlock-glass-shuttle = glass shuttle airlock -construction-recipe-plastic-flaps-clear = plastic flaps (clear) -construction-recipe-plastic-flaps-opaque = plastic flaps (opaque) +construction-recipe-diagonal-shuttle-wall = стена шаттла (диагональ) +construction-window-diagonal = окно (диагональ) +construction-recipe-reinforced-window-diagonal = бронированное окно (диагональ) +construction-recipe-clockwork-window-diagonal = заводное окно (диагональ) +construction-recipe-plasma-window-diagonal = плазменное окно (диагональ) +construction-recipe-reinforced-plasma-window-diagonal = плазменное бронеокно (диагональ) +construction-recipe-uranium-window-diagonal = урановое окно (диагональ) +construction-recipe-reinforced-uranium-window-diagonal = урановое бронеокно (диагональ) +construction-recipe-firelock-edge = направленный пожарный шлюз +construction-recipe-fence-metal-corner = сетка-рабица (угол) +construction-recipe-fence-metal-end = сетка-рабица (конец) +construction-recipe-barricade-directional = направленная баррикада +construction-recipe-railing-corner = перила (угол) +construction-recipe-railing-corner-small = перила (угол маленький) +construction-recipe-railing-round = перила (круглые) +construction-recipe-fence-wood-end = деревянный забор (конец) +construction-recipe-fence-wood-corner = деревянный забор (угол) +construction-recipe-fence-wood-t-junction = деревянный забор (Т-образный) +construction-recipe-fence-wood-end-small = небольшой деревянный забор (конец) +construction-recipe-fence-wood-corner-small = небольшой деревянный забор (угол) +construction-recipe-fence-wood-t-junction-small = небольшой деревянный забор (Т-образный) +construction-recipe-fence-wood-gate-small = ворота деревянного забора (небольшой) +construction-recipe-pinion-airlock = заводной шлюз +construction-recipe-pinion-airlock-glass = стеклянный заводной шлюз +construction-recipe-airlock-glass-shuttle = стеклянный шлюз шаттла +construction-recipe-plastic-flaps-clear = пластиковые шторки (прозрачные) +construction-recipe-plastic-flaps-opaque = пластиковые шторки (непрозрачные) diff --git a/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl b/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl index 9283993612..4a035ad32c 100644 --- a/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/tallbox.ftl @@ -1 +1 @@ -construction-recipe-closet-freezer = closet freezer +construction-recipe-closet-freezer = холодильник-шкаф diff --git a/Resources/Locale/ru-RU/construction/recipes/utilities.ftl b/Resources/Locale/ru-RU/construction/recipes/utilities.ftl index 9c5e67c6c0..b18a197425 100644 --- a/Resources/Locale/ru-RU/construction/recipes/utilities.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/utilities.ftl @@ -1,5 +1,5 @@ -construction-recipe-gas-pipe-half = gas pipe half -construction-recipe-gas-pipe-bend = gas pipe bend -construction-recipe-gas-pipe-t-junction = gas pipe T-junction -construction-recipe-gas-pipe-fourway = gas pipe fourway -construction-recipe-heat-exchanger-bend = radiator bend +construction-recipe-gas-pipe-half = газовая труба (половинная) +construction-recipe-gas-pipe-bend = газовая труба (угловая) +construction-recipe-gas-pipe-t-junction = газовая труба (Т-образная) +construction-recipe-gas-pipe-fourway = газовая труба (четверная) +construction-recipe-heat-exchanger-bend = радиатор (угловой) diff --git a/Resources/Locale/ru-RU/construction/recipes/web.ftl b/Resources/Locale/ru-RU/construction/recipes/web.ftl index 51b687d8ed..52716fb3dc 100644 --- a/Resources/Locale/ru-RU/construction/recipes/web.ftl +++ b/Resources/Locale/ru-RU/construction/recipes/web.ftl @@ -1 +1 @@ -construction-recipe-silk-woven-cloth = silk cloth +construction-recipe-silk-woven-cloth = шёлковая ткань diff --git a/Resources/Locale/ru-RU/crayon/crayon-component.ftl b/Resources/Locale/ru-RU/crayon/crayon-component.ftl index fda765e9a8..c6bd935055 100644 --- a/Resources/Locale/ru-RU/crayon/crayon-component.ftl +++ b/Resources/Locale/ru-RU/crayon/crayon-component.ftl @@ -8,7 +8,7 @@ crayon-interact-invalid-location = Туда не дотянуться! ## UI crayon-window-title = Мелок -crayon-window-placeholder = Поиск, или создание очереди рисования из списка имён, разделенных запятыми +crayon-window-placeholder = Поиск, или создание очереди рисования из списка имён, разделённых запятыми crayon-category-1-brushes = Кисти crayon-category-2-alphanum = Цифры и буквы crayon-category-3-symbols = Символы diff --git a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl index 9df9f84309..1e3aaa11a3 100644 --- a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl +++ b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl @@ -48,8 +48,8 @@ criminal-records-filter-placeholder = Введите текст и нажмит criminal-records-name-filter = Имя criminal-records-prints-filter = Отпечатки пальцев criminal-records-dna-filter = ДНК -criminal-records-job-filter = Job -criminal-records-species-filter = Species +criminal-records-job-filter = Должность +criminal-records-species-filter = Вид ## Arrest auto history lines diff --git a/Resources/Locale/ru-RU/datasets/adjectives.ftl b/Resources/Locale/ru-RU/datasets/adjectives.ftl index 6f12aef7c0..df296a1e10 100644 --- a/Resources/Locale/ru-RU/datasets/adjectives.ftl +++ b/Resources/Locale/ru-RU/datasets/adjectives.ftl @@ -11,7 +11,7 @@ adjectives-dataset-10 = молодой adjectives-dataset-11 = настоящий adjectives-dataset-12 = военный adjectives-dataset-13 = нужный -adjectives-dataset-14 = далекий +adjectives-dataset-14 = далёкий adjectives-dataset-15 = основной adjectives-dataset-16 = важный adjectives-dataset-17 = собственный @@ -30,13 +30,13 @@ adjectives-dataset-29 = готовый adjectives-dataset-30 = социальный adjectives-dataset-31 = современный adjectives-dataset-32 = сильный -adjectives-dataset-33 = серьезный +adjectives-dataset-33 = серьёзный adjectives-dataset-34 = особый adjectives-dataset-35 = внутренний adjectives-dataset-36 = рабочий adjectives-dataset-37 = единственный adjectives-dataset-38 = целый -adjectives-dataset-39 = легкий +adjectives-dataset-39 = лёгкий adjectives-dataset-40 = похожий adjectives-dataset-41 = человеческий adjectives-dataset-42 = небольшой @@ -46,11 +46,11 @@ adjectives-dataset-45 = правый adjectives-dataset-46 = широкий adjectives-dataset-47 = бывший adjectives-dataset-48 = дорогой -adjectives-dataset-49 = определенный +adjectives-dataset-49 = определённый adjectives-dataset-50 = интересный adjectives-dataset-51 = отдельный adjectives-dataset-52 = национальный -adjectives-dataset-53 = тяжелый +adjectives-dataset-53 = тяжёлый adjectives-dataset-54 = мировой adjectives-dataset-55 = единый adjectives-dataset-56 = короткий @@ -104,7 +104,7 @@ adjectives-dataset-103 = худой adjectives-dataset-104 = пустой adjectives-dataset-105 = очередной adjectives-dataset-106 = городской -adjectives-dataset-107 = зеленый +adjectives-dataset-107 = зелёный adjectives-dataset-108 = западный adjectives-dataset-109 = быстрый adjectives-dataset-110 = дальнейший @@ -138,7 +138,7 @@ adjectives-dataset-137 = естественный adjectives-dataset-138 = духовный adjectives-dataset-139 = постоянный adjectives-dataset-140 = прежний -adjectives-dataset-141 = теплый +adjectives-dataset-141 = тёплый adjectives-dataset-142 = женский adjectives-dataset-143 = яркий adjectives-dataset-144 = серый @@ -160,7 +160,7 @@ adjectives-dataset-159 = летний adjectives-dataset-160 = божий adjectives-dataset-161 = юридический adjectives-dataset-162 = здоровый -adjectives-dataset-163 = веселый +adjectives-dataset-163 = весёлый adjectives-dataset-164 = налоговый adjectives-dataset-165 = эффективный adjectives-dataset-166 = художественный @@ -180,10 +180,10 @@ adjectives-dataset-179 = ясный adjectives-dataset-180 = синий adjectives-dataset-181 = указанный adjectives-dataset-182 = согласный -adjectives-dataset-183 = желтый +adjectives-dataset-183 = жёлтый adjectives-dataset-184 = творческий adjectives-dataset-185 = трудный -adjectives-dataset-186 = мертвый +adjectives-dataset-186 = мёртвый adjectives-dataset-187 = нижний adjectives-dataset-188 = культурный adjectives-dataset-189 = мягкий @@ -192,7 +192,7 @@ adjectives-dataset-191 = сухой adjectives-dataset-192 = верхний adjectives-dataset-193 = мощный adjectives-dataset-194 = обязанный -adjectives-dataset-195 = жесткий +adjectives-dataset-195 = жёсткий adjectives-dataset-196 = морской adjectives-dataset-197 = вечный adjectives-dataset-198 = спокойный @@ -244,9 +244,9 @@ adjectives-dataset-243 = пьяный adjectives-dataset-244 = обязательный adjectives-dataset-245 = горный adjectives-dataset-246 = коммерческий -adjectives-dataset-247 = дешевый +adjectives-dataset-247 = дешёвый adjectives-dataset-248 = неизвестный -adjectives-dataset-249 = вооруженный +adjectives-dataset-249 = вооружённый adjectives-dataset-250 = соседний adjectives-dataset-251 = областной adjectives-dataset-252 = многочисленный @@ -261,7 +261,7 @@ adjectives-dataset-260 = удобный adjectives-dataset-261 = достойный adjectives-dataset-262 = положительный adjectives-dataset-263 = воздушный -adjectives-dataset-264 = твердый +adjectives-dataset-264 = твёрдый adjectives-dataset-265 = театральный adjectives-dataset-266 = характерный adjectives-dataset-267 = космический @@ -306,8 +306,8 @@ adjectives-dataset-305 = одинаковый adjectives-dataset-306 = меньший adjectives-dataset-307 = бюджетный adjectives-dataset-308 = телефонный -adjectives-dataset-309 = четкий -adjectives-dataset-310 = надежный +adjectives-dataset-309 = чёткий +adjectives-dataset-310 = надёжный adjectives-dataset-311 = непонятный adjectives-dataset-312 = церковный adjectives-dataset-313 = стратегический @@ -511,7 +511,7 @@ adjectives-dataset-510 = головной adjectives-dataset-511 = начальный adjectives-dataset-512 = мрачный adjectives-dataset-513 = голодный -adjectives-dataset-514 = распространенный +adjectives-dataset-514 = распространённый adjectives-dataset-515 = авиационный adjectives-dataset-516 = организованный adjectives-dataset-517 = самарский @@ -524,7 +524,7 @@ adjectives-dataset-523 = славный adjectives-dataset-524 = неправильный adjectives-dataset-525 = незаконный adjectives-dataset-526 = чудесный -adjectives-dataset-527 = почетный +adjectives-dataset-527 = почётный adjectives-dataset-528 = неведомый adjectives-dataset-529 = неплохой adjectives-dataset-530 = призванный @@ -553,7 +553,7 @@ adjectives-dataset-552 = германский adjectives-dataset-553 = слепой adjectives-dataset-554 = благодарный adjectives-dataset-555 = погибший -adjectives-dataset-556 = лишенный +adjectives-dataset-556 = лишённый adjectives-dataset-557 = сырой adjectives-dataset-558 = механический adjectives-dataset-559 = натуральный @@ -591,7 +591,7 @@ adjectives-dataset-590 = пермский adjectives-dataset-591 = ракетный adjectives-dataset-592 = весенний adjectives-dataset-593 = бурный -adjectives-dataset-594 = напряженный +adjectives-dataset-594 = напряжённый adjectives-dataset-595 = универсальный adjectives-dataset-596 = недовольный adjectives-dataset-597 = преподобный @@ -621,7 +621,7 @@ adjectives-dataset-620 = внимательный adjectives-dataset-621 = безопасный adjectives-dataset-622 = искренний adjectives-dataset-623 = заработный -adjectives-dataset-624 = заключенный +adjectives-dataset-624 = заключённый adjectives-dataset-625 = телевизионный adjectives-dataset-626 = медленный adjectives-dataset-627 = нищий @@ -632,7 +632,7 @@ adjectives-dataset-631 = занятый adjectives-dataset-632 = медный adjectives-dataset-633 = значимый adjectives-dataset-634 = правоохранительный -adjectives-dataset-635 = кремлевский +adjectives-dataset-635 = кремлёвский adjectives-dataset-636 = подходящий adjectives-dataset-637 = рациональный adjectives-dataset-638 = преступный @@ -690,14 +690,14 @@ adjectives-dataset-689 = петербургский adjectives-dataset-690 = фундаментальный adjectives-dataset-691 = архитектурный adjectives-dataset-692 = интеллигентный -adjectives-dataset-693 = убежденный +adjectives-dataset-693 = убеждённый adjectives-dataset-694 = валютный adjectives-dataset-695 = аналитический adjectives-dataset-696 = позитивный adjectives-dataset-697 = тупой adjectives-dataset-698 = этнический adjectives-dataset-699 = логический -adjectives-dataset-700 = молодежный +adjectives-dataset-700 = молодёжный adjectives-dataset-701 = студенческий adjectives-dataset-702 = встречный adjectives-dataset-703 = старательный @@ -740,7 +740,7 @@ adjectives-dataset-739 = усталый adjectives-dataset-740 = стройный adjectives-dataset-741 = неясный adjectives-dataset-742 = изящный -adjectives-dataset-743 = звездный +adjectives-dataset-743 = звёздный adjectives-dataset-744 = магнитный adjectives-dataset-745 = эстетический adjectives-dataset-746 = мучительный @@ -758,7 +758,7 @@ adjectives-dataset-757 = учащийся adjectives-dataset-758 = любовный adjectives-dataset-759 = гуманитарный adjectives-dataset-760 = славянский -adjectives-dataset-761 = актерский +adjectives-dataset-761 = актёрский adjectives-dataset-762 = крестьянский adjectives-dataset-763 = престижный adjectives-dataset-764 = регулярный @@ -839,7 +839,7 @@ adjectives-dataset-838 = декоративный adjectives-dataset-839 = названый adjectives-dataset-840 = замкнутый adjectives-dataset-841 = промежуточный -adjectives-dataset-842 = отдаленный +adjectives-dataset-842 = отдалённый adjectives-dataset-843 = колоссальный adjectives-dataset-844 = энергичный adjectives-dataset-845 = долгосрочный @@ -851,7 +851,7 @@ adjectives-dataset-850 = пышный adjectives-dataset-851 = смешанный adjectives-dataset-852 = входной adjectives-dataset-853 = газетный -adjectives-dataset-854 = неопределенный +adjectives-dataset-854 = неопределённый adjectives-dataset-855 = оранжевый adjectives-dataset-856 = прохладный adjectives-dataset-857 = киевский @@ -867,7 +867,7 @@ adjectives-dataset-866 = алый adjectives-dataset-867 = финский adjectives-dataset-868 = пограничный adjectives-dataset-869 = вероятный -adjectives-dataset-870 = казенный +adjectives-dataset-870 = казённый adjectives-dataset-871 = проектный adjectives-dataset-872 = пыльный adjectives-dataset-873 = новогодний @@ -884,7 +884,7 @@ adjectives-dataset-883 = невинный adjectives-dataset-884 = командный adjectives-dataset-885 = вторичный adjectives-dataset-886 = символический -adjectives-dataset-887 = пестрый +adjectives-dataset-887 = пёстрый adjectives-dataset-888 = порядочный adjectives-dataset-889 = прогрессивный adjectives-dataset-890 = грамотный @@ -903,7 +903,7 @@ adjectives-dataset-902 = трогательный adjectives-dataset-903 = подозрительный adjectives-dataset-904 = последовательный adjectives-dataset-905 = грузовой -adjectives-dataset-906 = населенный +adjectives-dataset-906 = населённый adjectives-dataset-907 = лекарственный adjectives-dataset-908 = гибкий adjectives-dataset-909 = показательный @@ -922,7 +922,7 @@ adjectives-dataset-921 = террористический adjectives-dataset-922 = крошечный adjectives-dataset-923 = параллельный adjectives-dataset-924 = абстрактный -adjectives-dataset-925 = удивленный +adjectives-dataset-925 = удивлённый adjectives-dataset-926 = мутный adjectives-dataset-927 = интимный adjectives-dataset-928 = грядущий @@ -938,7 +938,7 @@ adjectives-dataset-937 = нехороший adjectives-dataset-938 = ничтожный adjectives-dataset-939 = линейный adjectives-dataset-940 = чувствительный -adjectives-dataset-941 = влюбленный +adjectives-dataset-941 = влюблённый adjectives-dataset-942 = блаженный adjectives-dataset-943 = ударный adjectives-dataset-944 = руководящий diff --git a/Resources/Locale/ru-RU/datasets/names/atv.ftl b/Resources/Locale/ru-RU/datasets/names/atv.ftl index 49dc82959d..ab45e66585 100644 --- a/Resources/Locale/ru-RU/datasets/names/atv.ftl +++ b/Resources/Locale/ru-RU/datasets/names/atv.ftl @@ -1,5 +1,5 @@ descriptions-atv-dataset-1 = Вездеход для любых покрытий. -descriptions-atv-dataset-2 = Транспорт против муравьев. +descriptions-atv-dataset-2 = Транспорт против муравьёв. descriptions-atv-dataset-3 = Овощ на любой случай. descriptions-atv-dataset-4 = На самом деле два транспортных средства. descriptions-atv-dataset-5 = Переменная любого типа. @@ -9,8 +9,8 @@ descriptions-atv-dataset-8 = Вакансия для пьющего малыша descriptions-atv-dataset-9 = Вулкан, разрывающий задницы. descriptions-atv-dataset-10 = Телевидение без телевизора. descriptions-atv-dataset-11 = Неуклюжий бродяга с твиками. -descriptions-atv-dataset-12 = Волонтер в мире искусства и трагедий. +descriptions-atv-dataset-12 = Волонтёр в мире искусства и трагедий. descriptions-atv-dataset-13 = Автоматическая вакансия на тако. -descriptions-atv-dataset-14 = Еще один потрясающий вид. +descriptions-atv-dataset-14 = Ещё один потрясающий вид. descriptions-atv-dataset-15 = Все девственницы. descriptions-atv-dataset-16 = Ужасное транспортное средство. diff --git a/Resources/Locale/ru-RU/datasets/names/cargo_shuttle.ftl b/Resources/Locale/ru-RU/datasets/names/cargo_shuttle.ftl index f7450b856e..4873e50fd2 100644 --- a/Resources/Locale/ru-RU/datasets/names/cargo_shuttle.ftl +++ b/Resources/Locale/ru-RU/datasets/names/cargo_shuttle.ftl @@ -1,4 +1,4 @@ -names-cargo-shuttle-dataset-1 = Шаттл не произойдет +names-cargo-shuttle-dataset-1 = Шаттл не произойдёт names-cargo-shuttle-dataset-2 = Большой Денежный Шаттл names-cargo-shuttle-dataset-3 = Замена Двигателя names-cargo-shuttle-dataset-4 = Доставляющий-Грузы diff --git a/Resources/Locale/ru-RU/datasets/names/clown.ftl b/Resources/Locale/ru-RU/datasets/names/clown.ftl index 65d9cb2158..8787f0d56a 100644 --- a/Resources/Locale/ru-RU/datasets/names/clown.ftl +++ b/Resources/Locale/ru-RU/datasets/names/clown.ftl @@ -39,7 +39,7 @@ names-clown-dataset-38 = Хингл МакКринглберри names-clown-dataset-39 = Пальяччи names-clown-dataset-40 = Коко names-clown-dataset-41 = Блинко -names-clown-dataset-42 = Тетушка Скуталу +names-clown-dataset-42 = Тётушка Скуталу names-clown-dataset-43 = Бозо names-clown-dataset-44 = Дойнк names-clown-dataset-45 = Мистер Нудл diff --git a/Resources/Locale/ru-RU/datasets/names/cookie_fortune.ftl b/Resources/Locale/ru-RU/datasets/names/cookie_fortune.ftl index 23d6f28f17..5cf5d3106a 100644 --- a/Resources/Locale/ru-RU/datasets/names/cookie_fortune.ftl +++ b/Resources/Locale/ru-RU/datasets/names/cookie_fortune.ftl @@ -4,10 +4,10 @@ descriptions-cookie-fortune-dataset-3 = Остерегайся. descriptions-cookie-fortune-dataset-4 = Не оборачивайся. descriptions-cookie-fortune-dataset-5 = Никогда не доверяй персоне в скрипучей обуви. descriptions-cookie-fortune-dataset-6 = Никогда не доверяй персоне в красной униформе. -descriptions-cookie-fortune-dataset-7 = Никогда не доверяй персоне в зеленой униформе. +descriptions-cookie-fortune-dataset-7 = Никогда не доверяй персоне в зелёной униформе. descriptions-cookie-fortune-dataset-8 = Никогда не доверяй персоне в синей униформе. -descriptions-cookie-fortune-dataset-9 = Никогда не доверяй персоне в желтой униформе. -descriptions-cookie-fortune-dataset-10 = Никогда не доверяй персоне в черной униформе. +descriptions-cookie-fortune-dataset-9 = Никогда не доверяй персоне в жёлтой униформе. +descriptions-cookie-fortune-dataset-10 = Никогда не доверяй персоне в чёрной униформе. descriptions-cookie-fortune-dataset-11 = Никогда не доверяй персоне без одежды. descriptions-cookie-fortune-dataset-12 = Всегда доверяй персоне в скрипучей обуви. descriptions-cookie-fortune-dataset-13 = Клоун знает, что ты знаешь, что он знает. Остерегайся. @@ -17,7 +17,7 @@ descriptions-cookie-fortune-dataset-16 = Сюрприз ждёт тебя в т descriptions-cookie-fortune-dataset-17 = Вы будете приятно удивлёны в дормитории. descriptions-cookie-fortune-dataset-18 = Вы будете приятно удивлёны в кафетерии. descriptions-cookie-fortune-dataset-19 = Вы будете приятно удивлёны в прибытии. -descriptions-cookie-fortune-dataset-20 = Вы будете приятно удивлёны в храме. +descriptions-cookie-fortune-dataset-20 = Вы будете приятно удивлёны в церкви. descriptions-cookie-fortune-dataset-21 = Вы будете приятно удивлёны в хранилище инструментов. descriptions-cookie-fortune-dataset-22 = Импостер среди нас. descriptions-cookie-fortune-dataset-23 = Весёлое приключение ожидает вас в технических туннелях. @@ -57,7 +57,7 @@ descriptions-cookie-fortune-dataset-56 = Не пейте запуская Син descriptions-cookie-fortune-dataset-57 = Будешь смотреть в Сингулярность — она посмотрит в тебя в ответ. descriptions-cookie-fortune-dataset-58 = Всякое даяние доброе и всякий дар совершенный нисходит свыше, от Центкома. descriptions-cookie-fortune-dataset-59 = Космической Станции 13 не существует. -descriptions-cookie-fortune-dataset-60 = Для осторожности всегда найдется время, для страха место оставлять нельзя. +descriptions-cookie-fortune-dataset-60 = Для осторожности всегда найдётся время, для страха место оставлять нельзя. descriptions-cookie-fortune-dataset-61 = Довольно умно будет если ты начнёшь наконец доверять своей интуиции. descriptions-cookie-fortune-dataset-62 = Время — деньги, но изолированные перчатки дороже любого времени. descriptions-cookie-fortune-dataset-63 = Удача как даёт, так и забирает — хватай её за рога, действуй. diff --git a/Resources/Locale/ru-RU/datasets/names/first_male.ftl b/Resources/Locale/ru-RU/datasets/names/first_male.ftl index 1e7fd8aa26..1237f55ea7 100644 --- a/Resources/Locale/ru-RU/datasets/names/first_male.ftl +++ b/Resources/Locale/ru-RU/datasets/names/first_male.ftl @@ -983,5 +983,5 @@ names-first-male-dataset-981 = Фима names-first-male-dataset-982 = Олег names-first-male-dataset-983 = Петро names-first-male-dataset-984 = Савва -names-first-male-dataset-985 = Артем +names-first-male-dataset-985 = Артём names-first-male-dataset-986 = Терентий diff --git a/Resources/Locale/ru-RU/datasets/names/last.ftl b/Resources/Locale/ru-RU/datasets/names/last.ftl index 43c786c8ec..f210a458e7 100644 --- a/Resources/Locale/ru-RU/datasets/names/last.ftl +++ b/Resources/Locale/ru-RU/datasets/names/last.ftl @@ -335,7 +335,7 @@ names-last-dataset-334 = Мюллер names-last-dataset-335 = Маггинс names-last-dataset-336 = Малл names-last-dataset-337 = Мюллер -names-last-dataset-338 = Мерфи +names-last-dataset-338 = Мёрфи names-last-dataset-339 = Мюррей names-last-dataset-340 = Нэш names-last-dataset-341 = Нили diff --git a/Resources/Locale/ru-RU/datasets/names/last_male.ftl b/Resources/Locale/ru-RU/datasets/names/last_male.ftl index 83fff6fce9..e0fa8e7d31 100644 --- a/Resources/Locale/ru-RU/datasets/names/last_male.ftl +++ b/Resources/Locale/ru-RU/datasets/names/last_male.ftl @@ -462,7 +462,7 @@ names-last-male-dataset-461 = Шалый names-last-male-dataset-462 = Горький names-last-male-dataset-463 = Грозный names-last-male-dataset-464 = Кривоног -names-last-male-dataset-465 = Черный +names-last-male-dataset-465 = Чёрный names-last-male-dataset-466 = Белый names-last-male-dataset-467 = Козлов names-last-male-dataset-468 = Локоть diff --git a/Resources/Locale/ru-RU/datasets/names/revenant_adjective.ftl b/Resources/Locale/ru-RU/datasets/names/revenant_adjective.ftl index 93a1f065eb..75c36ab931 100644 --- a/Resources/Locale/ru-RU/datasets/names/revenant_adjective.ftl +++ b/Resources/Locale/ru-RU/datasets/names/revenant_adjective.ftl @@ -1,13 +1,13 @@ names-revenant-adjective-dataset-1 = бездонной names-revenant-adjective-dataset-2 = бездонной names-revenant-adjective-dataset-3 = жестокой -names-revenant-adjective-dataset-4 = темной +names-revenant-adjective-dataset-4 = тёмной names-revenant-adjective-dataset-5 = бесконечной names-revenant-adjective-dataset-6 = вечной names-revenant-adjective-dataset-7 = огненной names-revenant-adjective-dataset-8 = ненавистной names-revenant-adjective-dataset-9 = отвратительной -names-revenant-adjective-dataset-10 = веселой +names-revenant-adjective-dataset-10 = весёлой names-revenant-adjective-dataset-11 = безразличной names-revenant-adjective-dataset-12 = злобной names-revenant-adjective-dataset-13 = мирной diff --git a/Resources/Locale/ru-RU/datasets/names/xenoborg.ftl b/Resources/Locale/ru-RU/datasets/names/xenoborg.ftl index 55260a3cb7..e640222c8d 100644 --- a/Resources/Locale/ru-RU/datasets/names/xenoborg.ftl +++ b/Resources/Locale/ru-RU/datasets/names/xenoborg.ftl @@ -14,7 +14,7 @@ names-xenoborg-dataset-13 = Финишнатор names-xenoborg-dataset-14 = Кровопроливец names-xenoborg-dataset-15 = C2-WKY 6000 names-xenoborg-dataset-16 = Ассасин 5 -names-xenoborg-dataset-17 = Костелом +names-xenoborg-dataset-17 = Костолом names-xenoborg-dataset-18 = Убийцамакс names-xenoborg-dataset-19 = К-900 names-xenoborg-dataset-20 = Автокиллер diff --git a/Resources/Locale/ru-RU/datasets/verbs.ftl b/Resources/Locale/ru-RU/datasets/verbs.ftl index 223bed1f8b..5f0ff2e44e 100644 --- a/Resources/Locale/ru-RU/datasets/verbs.ftl +++ b/Resources/Locale/ru-RU/datasets/verbs.ftl @@ -376,7 +376,7 @@ verbs-dataset-375 = вносить verbs-dataset-376 = собраться verbs-dataset-377 = сходить verbs-dataset-378 = держаться -verbs-dataset-379 = подчеркивать +verbs-dataset-379 = подчёркивать verbs-dataset-380 = проживать verbs-dataset-381 = познакомиться verbs-dataset-382 = увеличивать diff --git a/Resources/Locale/ru-RU/delivery/delivery-spam.ftl b/Resources/Locale/ru-RU/delivery/delivery-spam.ftl index a64d20789b..8db683736f 100644 --- a/Resources/Locale/ru-RU/delivery/delivery-spam.ftl +++ b/Resources/Locale/ru-RU/delivery/delivery-spam.ftl @@ -197,7 +197,7 @@ delivery-spam-10 = НЕ ОТКРЫВАЙ ЭТО ПИСЬМО прости......но ты один из тех 30 человек..и теперт ты проклят тоже... - пожалуйста отпрваь это еще 30 человекам, чтобы остановить проклятие! Ты ещё можешь спасти себя! время ещё есть! не дай кровавой ящерицы дойти и до тебя, возьми эту штучку! Оно защитит тебя от злых духов...[head=3]ПОКА ЧТО[/head] + пожалуйста отпрваь это ещё 30 человекам, чтобы остановить проклятие! Ты ещё можешь спасти себя! время ещё есть! не дай кровавой ящерицы дойти и до тебя, возьми эту штучку! Оно защитит тебя от злых духов...[head=3]ПОКА ЧТО[/head] @@ -234,7 +234,7 @@ delivery-spam-11 = Помоги маме и папе! Гамма-Квадрант Система Гуилимин - Если мы не получим эти деньги, то через 10 дней придёт правительство и забирут наше семейное гнездышко и мы станем бездомными. + Если мы не получим эти деньги, то через 10 дней придёт правительство и забирут наше семейное гнёздышко и мы станем бездомными. { "[bold]ещё раз спасибо, любим,[/bold]" } { "[italic]твои родители[/italics]" } diff --git a/Resources/Locale/ru-RU/devices/network-configurator.ftl b/Resources/Locale/ru-RU/devices/network-configurator.ftl index 0a000ed6eb..d4303e952d 100644 --- a/Resources/Locale/ru-RU/devices/network-configurator.ftl +++ b/Resources/Locale/ru-RU/devices/network-configurator.ftl @@ -46,5 +46,5 @@ network-configurator-item-status-label = Режим: { $mode } Переключить: { $keybinding } # command -cmd-clearnetworklinkoverlays-desc = Clear all network link overlays. -cmd-clearnetworklinkoverlays-help = Usage: clearnetworklinkoverlays +cmd-clearnetworklinkoverlays-desc = Очистить все наложения сетевых соединений. +cmd-clearnetworklinkoverlays-help = Использование: clearnetworklinkoverlays diff --git a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl index 3b281c4c48..6c00da551e 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -45,9 +45,9 @@ ui-options-interface-label = Интерфейс ## Graphics menu -ui-options-auto-fill-highlights = Auto-fill the highlights with the character's information -ui-options-highlights-color = Highlighs color: -ui-options-highlights-color-example = This is an highlighted text! +ui-options-auto-fill-highlights = Автозаполнение подсветки информацией персонажа +ui-options-highlights-color = Цвет подсветки: +ui-options-highlights-color-example = Это подсвеченный текст! ui-options-show-held-item = Показать удерживаемый элемент рядом с курсором ui-options-show-combat-mode-indicators = Показать индикатор боевого режима рядом с курсором ui-options-opaque-storage-window = Непрозрачность окна хранилища diff --git a/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl b/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl index 72df36d2f4..5f94319883 100644 --- a/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl +++ b/Resources/Locale/ru-RU/flash/components/flash-immunity-component.ftl @@ -1 +1 @@ -flash-protection = It provides protection from [color=lightblue]bright flashes[/color]. +flash-protection = Обеспечивает защиту от [color=lightblue]ярких вспышек[/color]. diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index 9dec9b6d92..bb86cb029c 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -184,7 +184,7 @@ flavor-complex-true-nature = как истинная природа реальн flavor-complex-false-meat = как не совсем не мясо flavor-complex-paper = как кашеобразная масса flavor-complex-compressed-meat = как спрессованное мясо -flavor-complex-dog-food = like dog food +flavor-complex-dog-food = как еда для собак # Drink-specific flavors. @@ -294,7 +294,7 @@ flavor-complex-moscowmule = как водка и имбирный эль flavor-complex-thesunalsorises = как абсент дайкири flavor-complex-whiskeysour = как виски и яйцо flavor-complex-zombiecocktail = как поедание мозгов -flavor-complex-absinthe = как анис +flavor-complex-absinthe = как горький анис flavor-complex-blue-curacao = как цветы апельсина flavor-complex-acidspit = как Французкая аккумуляторная кислота flavor-complex-allies-cocktail = как лечебная настойка @@ -317,7 +317,7 @@ flavor-complex-dark-and-stormy = как имбирный эль, сдобрен flavor-complex-grog = как шанти flavor-complex-hippies-delight = как будто ваше кровяное давление снижается flavor-complex-hooch = как будто это было бы восхитительно, будь вы дизельным двигателем -flavor-complex-manhattan = как вид из окна пятизвездочного отеля +flavor-complex-manhattan = как вид из окна пятизвёздочного отеля flavor-complex-manhattan-project = как будто теперь я стал Смертью, разрушителем миров flavor-complex-margarita = как очень сильное похмелье flavor-complex-martini = как шпионский фильм diff --git a/Resources/Locale/ru-RU/game-ticking/forcemap-command.ftl b/Resources/Locale/ru-RU/game-ticking/forcemap-command.ftl deleted file mode 100644 index d248feb85b..0000000000 --- a/Resources/Locale/ru-RU/game-ticking/forcemap-command.ftl +++ /dev/null @@ -1,9 +0,0 @@ -## Forcemap command loc. - -forcemap-command-description = Заставляет игру начать с заданной карты в следующем раунде. -forcemap-command-help = forcemap -forcemap-command-need-one-argument = forcemap принимает один аргумент — путь к файлу карты. -forcemap-command-map-not-found = Не существует подходящей карты с названием { $map }. -forcemap-command-success = В следующем раунде игра принудительно начнётся с карты { $map }. -forcemap-command-cleared = Настройки принудительной карты сброшены. -forcemap-command-arg-map = diff --git a/Resources/Locale/ru-RU/game-ticking/game-presets/preset-traitor.ftl b/Resources/Locale/ru-RU/game-ticking/game-presets/preset-traitor.ftl index 8d3bbf7dae..027f3d7a3e 100644 --- a/Resources/Locale/ru-RU/game-ticking/game-presets/preset-traitor.ftl +++ b/Resources/Locale/ru-RU/game-ticking/game-presets/preset-traitor.ftl @@ -40,6 +40,6 @@ traitor-role-codewords-short = { $codewords }. traitor-role-uplink-implant = Ваш имплант аплинк активирован, воспользуйтесь им из хотбара. - Аплинк надежно защищён, пока кто-нибудь не извлечёт его из вашего тела. + Аплинк надёжно защищён, пока кто-нибудь не извлечёт его из вашего тела. traitor-role-uplink-code-short = Ваш код аплинка: { $code }. Установите его в качестве рингтона КПК для доступа к аплинку. traitor-role-uplink-implant-short = Ваш аплинк был имплантирован. Воспользуйтесь им из хотбара. diff --git a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl index 333d71a30f..42d5c1bd36 100644 --- a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl @@ -74,7 +74,7 @@ ghost-role-information-monkey-description = У-у-у а-а-а! ghost-role-information-kobold-name = Кобольд ghost-role-information-kobold-description = Будьте маленьким гремлином, которым и являетесь, кричите на членов экипажа и просите мяса! ghost-role-information-rat-king-name = Крысиный король -ghost-role-information-rat-king-description = Вы - Крысиный король, вас интересует еда, еда и ещё раз еда. Сотрудничайте со станцией или сражайтесь с ней ради еды. Я уже упоминал, что вас интересует еда? +ghost-role-information-rat-king-description = Вы - Крысиный король, вас интересует еда, еда и ещё раз еда. Сражайтесь со станцией ради еды. Я уже упоминал, что вас интересует еда? ghost-role-information-rat-servant-name = Крысиный слуга ghost-role-information-rat-servant-description = Вы Крысиный слуга. Выполняйте приказы своего короля. ghost-role-information-salvage-carp-name = Космический карп с обломка @@ -206,7 +206,7 @@ ghost-role-information-lost-challenge-commander-rules = Вы не помните ничего из своей предыдущей жизни и не помните ничего из того, что узнали, будучи призраком. Вам разрешается помнить знания об игре в целом, например, как готовить, как использовать предметы и т.д. Вам [color=red]НЕ[/color] разрешается помнить, имя, внешность и т.д. вашего предыдущего персонажа. -ghost-role-information-lost-challenge-cargo-technican-name = Грузовой шофер +ghost-role-information-lost-challenge-cargo-technican-name = Грузовой шофёр ghost-role-information-lost-challenge-cargo-technican-description = Вы - грузовой техник, получивший отпуск на берег вместе с одним из своих командиров. ghost-role-information-lost-challenge-cargo-technican-rules = Вы не враждебны станции и делаете то, что должны, чтобы обеспечить собственное выживание. diff --git a/Resources/Locale/ru-RU/health-examinable/health-examinable-carbon.ftl b/Resources/Locale/ru-RU/health-examinable/health-examinable-carbon.ftl index cda43b3661..614f428941 100644 --- a/Resources/Locale/ru-RU/health-examinable/health-examinable-carbon.ftl +++ b/Resources/Locale/ru-RU/health-examinable/health-examinable-carbon.ftl @@ -1,59 +1,78 @@ +# TODO: заменить на genitive там где возможно health-examinable-carbon-none = Видимые повреждения тела отсутствуют. -health-examinable-carbon-Slash-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a superficial cut.[/color] -health-examinable-carbon-Slash-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } some small cuts.[/color] -health-examinable-carbon-Slash-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a few sizeable gashes.[/color] -health-examinable-carbon-Blunt-25 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } небольшие ушибы на теле.[/color] -health-examinable-carbon-Blunt-50 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } серьёзные ушибы на теле![/color] -health-examinable-carbon-Slash-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } body looks bloody and mauled.[/color] -health-examinable-carbon-Slash-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } body is completely torn to shreds![/color] -health-examinable-carbon-Blunt-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a mild bruise.[/color] -health-examinable-carbon-Blunt-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } some bruises.[/color] -health-examinable-carbon-Blunt-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-BE($target) } beaten up.[/color] -health-examinable-carbon-Blunt-75 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } сильные ушибы по всему телу![/color] -health-examinable-carbon-Slash-10 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько лёгких порезов.[/color] -health-examinable-carbon-Blunt-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } body is disfigured and extensively beaten.[/color] -health-examinable-carbon-Blunt-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } body is absolutely smashed to a pulp![/color] -health-examinable-carbon-Piercing-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a minor puncture wound.[/color] -health-examinable-carbon-Piercing-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } some puncture wounds.[/color] -health-examinable-carbon-Piercing-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } multiple deep puncture wounds.[/color] -health-examinable-carbon-Slash-25 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } серьёзные порезы на теле.[/color] -health-examinable-carbon-Piercing-75 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } extensive, deep ragged tears across { POSS-ADJ($target) } body.[/color] -health-examinable-carbon-Piercing-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } body is completely covered in massive, gaping holes.[/color] -health-examinable-carbon-Piercing-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } body looks torn apart![/color] -health-examinable-carbon-Asphyxiation-30 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } lips are turning blue.[/color] -health-examinable-carbon-Asphyxiation-75 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } face is turning blue.[/color] -health-examinable-carbon-Heat-8 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a superficial burn.[/color] -health-examinable-carbon-Heat-15 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } a few first-degree burns.[/color] -health-examinable-carbon-Heat-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } some second-degree burns.[/color] -health-examinable-carbon-Slash-50 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } множество сильных порезов![/color] -health-examinable-carbon-Slash-75 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } множество глубоких порезов на теле![/color] -health-examinable-carbon-Heat-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } body is extensively covered in fourth-degree burns.[/color] -health-examinable-carbon-Heat-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } body is completely burnt to a crisp![/color] -health-examinable-carbon-Shock-15 = [color=lightgoldenrodyellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } mild charring on { POSS-ADJ($target) } skin.[/color] -health-examinable-carbon-Shock-30 = [color=lightgoldenrodyellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } charring across { POSS-ADJ($target) } body.[/color] -health-examinable-carbon-Piercing-50 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } проникающие ранения на теле![/color] -health-examinable-carbon-Shock-75 = [color=lightgoldenrodyellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } massive, charred wounds across { POSS-ADJ($target) } body.[/color] -health-examinable-carbon-Shock-100 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } body has extreme electrical burns across it![/color] -health-examinable-carbon-Shock-200 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } body is completely fried![/color] -health-examinable-carbon-Cold-8 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } mild frostbite at the tips of { POSS-ADJ($target) } fingers.[/color] -health-examinable-carbon-Cold-15 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } first-degree frostbite at the ends of { POSS-ADJ($target) } extremities.[/color] -health-examinable-carbon-Cold-30 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } second-degree frostbite on { POSS-ADJ($target) } extremities.[/color] -health-examinable-carbon-Heat-25 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } лёгкие ожоги на теле.[/color] -health-examinable-carbon-Heat-50 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } сильные ожоги на теле.[/color] -health-examinable-carbon-Cold-100 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } body is covered in extensive fourth-degree frostbite.[/color] -health-examinable-carbon-Cold-200 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } body is frozen rock solid![/color] -health-examinable-carbon-Caustic-8 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } skin looks slightly discolored.[/color] -health-examinable-carbon-Caustic-15 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } skin looks irritated and bleached.[/color] -health-examinable-carbon-Caustic-30 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } skin is inflamed and beginning to shed.[/color] -health-examinable-carbon-Heat-75 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } ожоги третьей степени на теле![/color] -health-examinable-carbon-Shock-50 = [color=lightgoldenrodyellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } следы поражения током по всему телу![/color] -health-examinable-carbon-Caustic-100 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } extreme chemical burns across { POSS-ADJ($target) } body.[/color] -health-examinable-carbon-Caustic-200 = [color=yellowgreen]Most of { POSS-ADJ($target) } body is completely melted![/color] -health-examinable-carbon-Radiation-50 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } skin has formed large blisters.[/color] -health-examinable-carbon-Radiation-100 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } skin is covered in lesions and is peeling off in chunks.[/color] -health-examinable-carbon-Cold-25 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } лёгкие обморожения на теле.[/color] -health-examinable-carbon-Cold-50 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } сильные обморожения на теле.[/color] -health-examinable-carbon-Cold-75 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } обморожения третьей степени на теле![/color] -health-examinable-carbon-Caustic-25 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } лёгкие химические ожоги.[/color] -health-examinable-carbon-Caustic-50 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } химические ожоги на теле.[/color] -health-examinable-carbon-Caustic-75 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } сильные химические ожоги по всей поверхности тела![/color] + +health-examinable-carbon-Slash-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } неглубокий порез.[/color] +health-examinable-carbon-Slash-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько маленьких порезов.[/color] +health-examinable-carbon-Slash-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько значительных порезов.[/color] +health-examinable-carbon-Slash-50 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто глубокими порезами.[/color] +health-examinable-carbon-Slash-75 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто глубокими рваными ранами.[/color] +health-examinable-carbon-Slash-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело выглядит окровавленным и израненным.[/color] +health-examinable-carbon-Slash-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } тело полностью разорвано на куски![/color] + +health-examinable-carbon-Blunt-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } лёгкий ушиб.[/color] +health-examinable-carbon-Blunt-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько ушибов.[/color] +health-examinable-carbon-Blunt-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { GENDER($target) -> + [male] избит + [female] избита + [epicene] избиты + *[neuter] избито + }.[/color] +health-examinable-carbon-Blunt-50 = [color=red]{ CAPITALIZE(SUBJECT($target)) } сильно { GENDER($target) -> + [male] избит + [female] избита + [epicene] избиты + *[neuter] избито + }.[/color] +health-examinable-carbon-Blunt-75 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто серьёзными тупыми травмами.[/color] +health-examinable-carbon-Blunt-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело обезображено и сильно избито.[/color] +health-examinable-carbon-Blunt-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } тело разбито в лепёшку![/color] + +health-examinable-carbon-Piercing-8 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } небольшую колотую рану.[/color] +health-examinable-carbon-Piercing-15 = [color=yellow]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько колотых ран.[/color] +health-examinable-carbon-Piercing-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } множественные глубокие колотые раны.[/color] +health-examinable-carbon-Piercing-50 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто серьёзными глубокими проколами.[/color] +health-examinable-carbon-Piercing-75 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто обширными глубокими разрывами тканей.[/color] +health-examinable-carbon-Piercing-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело полностью покрыто огромными, зияющими дырами.[/color] +health-examinable-carbon-Piercing-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } тело выглядит разорванным![/color] + +health-examinable-carbon-Asphyxiation-30 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } губы синеют.[/color] +health-examinable-carbon-Asphyxiation-75 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } лицо синеет.[/color] + +health-examinable-carbon-Heat-8 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } поверхностный ожог.[/color] +health-examinable-carbon-Heat-15 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько ожогов первой степени.[/color] +health-examinable-carbon-Heat-30 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько ожогов второй степени.[/color] +health-examinable-carbon-Heat-50 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { GENDER($target) -> + [male] покрыт + [female] покрыта + [epicene] покрыты + *[neuter] покрыто + } ожогами второй степени.[/color] +health-examinable-carbon-Heat-75 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто тяжёлыми ожогами третьей степени.[/color] +health-examinable-carbon-Heat-100 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } тело значительно покрыто ожогами четвёртой степени.[/color] +health-examinable-carbon-Heat-200 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } тело полностью обуглено![/color] + +health-examinable-carbon-Shock-15 = [color=lightgoldenrodyellow]На { POSS-ADJ($target) } коже лёгкие следы обугливания.[/color] +health-examinable-carbon-Shock-30 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто следами обугливания.[/color] +health-examinable-carbon-Shock-50 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } тело серьёзно обуглено.[/color] +health-examinable-carbon-Shock-75 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто большими обугленными ранами.[/color] +health-examinable-carbon-Shock-100 = [color=lightgoldenrodyellow]Всё { POSS-ADJ($target) } покрыто сильными электрическими ожогами![/color] +health-examinable-carbon-Shock-200 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } тело полностью зажарено![/color] + +health-examinable-carbon-Cold-8 = [color=lightblue]На кончиках { POSS-ADJ($target) } пальцев лёгкие обморожения.[/color] +health-examinable-carbon-Cold-15 = [color=lightblue]На кончиках { POSS-ADJ($target) } конечностей обморожения первой степени.[/color] +health-examinable-carbon-Cold-30 = [color=lightblue]На { POSS-ADJ($target) } конечностях обморожения второй степени.[/color] +health-examinable-carbon-Cold-50 = [color=lightblue]На { POSS-ADJ($target) } конечностях сильные обморожения третьей степени.[/color] +health-examinable-carbon-Cold-75 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } конечности тёмные, холодные и омертвевшие.[/color] +health-examinable-carbon-Cold-100 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто обширными обморожениями четвёртой степени.[/color] +health-examinable-carbon-Cold-200 = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } тело превратилось в ледышку![/color] + +health-examinable-carbon-Caustic-8 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } кожа выглядит немного обесцвеченной.[/color] +health-examinable-carbon-Caustic-15 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } кожа выглядит раздражённой и обесцвеченной.[/color] +health-examinable-carbon-Caustic-30 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } кожа воспалена и начинает шелушиться.[/color] +health-examinable-carbon-Caustic-50 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } кожа обожжена и отслаивается большими кусками.[/color] +health-examinable-carbon-Caustic-75 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } кожа сильно обожжена и отслаивается.[/color] +health-examinable-carbon-Caustic-100 = [color=yellowgreen]{ CAPITALIZE(POSS-ADJ($target)) } тело покрыто сильными химическими ожогами.[/color] +health-examinable-carbon-Caustic-200 = [color=yellowgreen]Большая часть { POSS-ADJ($target) } тела полностью расплавлена![/color] + +health-examinable-carbon-Radiation-50 = [color=orange]На { POSS-ADJ($target) } коже образовались большие волдыри.[/color] +health-examinable-carbon-Radiation-100 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } кожа покрыта язвами и отслаивается кусками.[/color] diff --git a/Resources/Locale/ru-RU/health-examinable/health-examinable-silicon.ftl b/Resources/Locale/ru-RU/health-examinable/health-examinable-silicon.ftl index 4f1d3c7a00..02ee9486a7 100644 --- a/Resources/Locale/ru-RU/health-examinable/health-examinable-silicon.ftl +++ b/Resources/Locale/ru-RU/health-examinable/health-examinable-silicon.ftl @@ -1,19 +1,13 @@ health-examinable-silicon-none = Видимые повреждения корпуса отсутствуют. -health-examinable-silicon-Blunt-15 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } minor dents on { POSS-ADJ($target) } chassis.[/color] -health-examinable-silicon-Blunt-25 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } небольшие вмятины на шасси.[/color] -health-examinable-silicon-Blunt-100 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } chassis is almost completely caved in![/color] -health-examinable-silicon-Slash-8 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } some minor scratches.[/color] -health-examinable-silicon-Slash-30 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } significant scratches on { POSS-ADJ($target) } chassis.[/color] +health-examinable-silicon-Blunt-15 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } небольшие вмятины на шасси.[/color] health-examinable-silicon-Blunt-50 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси имеет серьёзные вмятины![/color] -health-examinable-silicon-Slash-100 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } chassis is torn up![/color] -health-examinable-silicon-Blunt-75 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси почти разваливается![/color] -health-examinable-silicon-Heat-15 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } superficial burns across { POSS-ADJ($target) } chassis.[/color] -health-examinable-silicon-Slash-10 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько царапин.[/color] -health-examinable-silicon-Slash-25 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } серьёзные царапины![/color] -health-examinable-silicon-Slash-50 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } покрытие шасси усыпано глубокими цапапинами![/color] -health-examinable-silicon-Slash-75 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси полностю разодрано![/color] +health-examinable-silicon-Blunt-100 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси почти разваливается![/color] +health-examinable-silicon-Slash-8 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } несколько царапин.[/color] +health-examinable-silicon-Slash-30 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } серьёзные царапины![/color] +health-examinable-silicon-Slash-75 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } покрытие шасси усыпано глубокими царапинами![/color] +health-examinable-silicon-Slash-100 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси полностью разодрано![/color] health-examinable-silicon-Piercing-50 = [color=crimson]{ CAPITALIZE(POSS-ADJ($target)) } шасси усеяно глубокими отверстиями![/color] -health-examinable-silicon-Heat-25 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } шасси слегка закоптилось.[/color] +health-examinable-silicon-Heat-15 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } шасси слегка закоптилось.[/color] health-examinable-silicon-Heat-50 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } шасси немного оплавилось.[/color] health-examinable-silicon-Heat-75 = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } шасси частично расплавилось![/color] health-examinable-silicon-Shock-50 = [color=lightgoldenrodyellow]{ CAPITALIZE(POSS-ADJ($target)) } микросхемы, похоже, неплохо поджарились![/color] diff --git a/Resources/Locale/ru-RU/implant/chameleon-controller.ftl b/Resources/Locale/ru-RU/implant/chameleon-controller.ftl index 7b9049a1b5..820be90bf5 100644 --- a/Resources/Locale/ru-RU/implant/chameleon-controller.ftl +++ b/Resources/Locale/ru-RU/implant/chameleon-controller.ftl @@ -1 +1 @@ -chameleon-controller-ui-window-name = Chameleon controls +chameleon-controller-ui-window-name = Управление хамелеоном diff --git a/Resources/Locale/ru-RU/info/ban.ftl b/Resources/Locale/ru-RU/info/ban.ftl index 98adf964c6..d07d5d969a 100644 --- a/Resources/Locale/ru-RU/info/ban.ftl +++ b/Resources/Locale/ru-RU/info/ban.ftl @@ -30,7 +30,7 @@ cmd-ban_exemption_update-help = Использование: ban_exemption_update [ [...]] Укажите несколько флагов, чтобы дать игроку исключение из нескольких типов банов. Чтобы удалить все исключения, выполните эту команду и укажите единственным флагом "None". -cmd-ban_exemption_update-nargs = Ожидалось хотя бы 2 аргумента +cmd-ban_exemption_update-nargs = Ожидается хотя бы 2 аргумента cmd-ban_exemption_update-locate = Не удалось найти игрока '{ $player }'. cmd-ban_exemption_update-invalid-flag = Недопустимый флаг '{ $flag }'. cmd-ban_exemption_update-success = Обновлены флаги исключений банов для '{ $player }' ({ $uid }). @@ -38,7 +38,7 @@ cmd-ban_exemption_update-arg-player = cmd-ban_exemption_update-arg-flag = cmd-ban_exemption_get-desc = Показать исключения банов для определённого игрока. cmd-ban_exemption_get-help = Использование: ban_exemption_get -cmd-ban_exemption_get-nargs = Ожидался ровно 1 аргумент +cmd-ban_exemption_get-nargs = Ожидается ровно 1 аргумент cmd-ban_exemption_get-none = Пользователь не имеет исключений от банов. cmd-ban_exemption_get-show = Пользователь исключён из банов со следующими флагами: { $flags }. # Ban panel diff --git a/Resources/Locale/ru-RU/instruments/instruments-component.ftl b/Resources/Locale/ru-RU/instruments/instruments-component.ftl index 393e79c930..1597de2986 100644 --- a/Resources/Locale/ru-RU/instruments/instruments-component.ftl +++ b/Resources/Locale/ru-RU/instruments/instruments-component.ftl @@ -20,136 +20,136 @@ instruments-component-channels-menu = Выбор MIDI-канала instrument-component-channel-name = MIDI-канал { $number } instruments-component-channels-all-button = Все instruments-component-channels-clear-button = Очистить -instruments-component-channels-track-names-toggle = Show Track Names +instruments-component-channels-track-names-toggle = Отображать имена треков instruments-component-channels-single = { $channel } { $name } instruments-component-channels-multi = { $channel } { $name } ({ $other }) # SwappableInstrumentComponent swappable-instrument-component-style-set = Установить стиль "{ $style }" -instruments-component-menu-midi-channel-acoustic-grand-piano = Acoustic Grand Piano -instruments-component-menu-midi-channel-bright-acoustic-piano = Bright Acoustic Piano -instruments-component-menu-midi-channel-electric-grand-piano = Electric Grand Piano -instruments-component-menu-midi-channel-honky-tonk-piano = Honky-tonk Piano -instruments-component-menu-midi-channel-rhodes-piano = Rhodes Piano -instruments-component-menu-midi-channel-chorused-piano = Chorused Piano -instruments-component-menu-midi-channel-harpsichord = Harpsichord -instruments-component-menu-midi-channel-clavinet = Clavinet -instruments-component-menu-midi-channel-celesta = Celesta -instruments-component-menu-midi-channel-glockenspiel = Glockenspiel -instruments-component-menu-midi-channel-music-box = Music Box -instruments-component-menu-midi-channel-vibraphone = Vibraphone -instruments-component-menu-midi-channel-marimba = Marimba -instruments-component-menu-midi-channel-xylophone = Xylophone -instruments-component-menu-midi-channel-tubular-bells = Tubular Bells -instruments-component-menu-midi-channel-dulcimer = Dulcimer -instruments-component-menu-midi-channel-hammond-organ = Hammond Organ -instruments-component-menu-midi-channel-percussive-organ = Percussive Organ -instruments-component-menu-midi-channel-rock-organ = Rock Organ -instruments-component-menu-midi-channel-church-organ = Church Organ -instruments-component-menu-midi-channel-reed-organ = Reed Organ -instruments-component-menu-midi-channel-accordion = Accordion -instruments-component-menu-midi-channel-harmonica = Harmonica -instruments-component-menu-midi-channel-tango-accordion = Tango Accordion -instruments-component-menu-midi-channel-acoustic-nylon-guitar = Acoustic Nylon Guitar -instruments-component-menu-midi-channel-acoustic-steel-guitar = Acoustic Steel Guitar -instruments-component-menu-midi-channel-electric-jazz-guitar = Electric Jazz Guitar -instruments-component-menu-midi-channel-electric-clean-guitar = Electric Clean Guitar -instruments-component-menu-midi-channel-electric-muted-guitar = Electric Muted Guitar -instruments-component-menu-midi-channel-overdriven-guitar = Overdriven Guitar -instruments-component-menu-midi-channel-distortion-guitar = Distortion Guitar -instruments-component-menu-midi-channel-guitar-harmonics = Guitar Harmonics -instruments-component-menu-midi-channel-acoustic-bass = Acoustic Bass -instruments-component-menu-midi-channel-fingered-electric-bass = Fingered Electric Bass -instruments-component-menu-midi-channel-plucked-electric-bass = Plucked Electric Bass -instruments-component-menu-midi-channel-fretless-bass = Fretless Bass -instruments-component-menu-midi-channel-slap-bass1 = Slap Bass 1 -instruments-component-menu-midi-channel-slap-bass2 = Slap Bass 2 -instruments-component-menu-midi-channel-synth-bass1 = Synth Bass 1 -instruments-component-menu-midi-channel-synth-bass2 = Synth Bass 2 -instruments-component-menu-midi-channel-violin = Violin -instruments-component-menu-midi-channel-viola = Viola -instruments-component-menu-midi-channel-cello = Cello -instruments-component-menu-midi-channel-contrabass = Contrabass -instruments-component-menu-midi-channel-tremolo-strings = Tremolo Strings -instruments-component-menu-midi-channel-pizzicato-strings = Pizzicato Strings -instruments-component-menu-midi-channel-orchestral-harp = Orchestral Harp -instruments-component-menu-midi-channel-timpani = Timpani -instruments-component-menu-midi-channel-string-ensemble1 = String Ensemble 1 -instruments-component-menu-midi-channel-string-ensemble2 = String Ensemble 2 -instruments-component-menu-midi-channel-synth-strings1 = Synth Strings 1 -instruments-component-menu-midi-channel-synth-strings2 = Synth Strings 2 -instruments-component-menu-midi-channel-choir-aah = Choir "Aah" -instruments-component-menu-midi-channel-voice-ooh = Voice "Ooh" -instruments-component-menu-midi-channel-synth-choir = Synth Choir -instruments-component-menu-midi-channel-orchestra-hit = Orchestra Hit -instruments-component-menu-midi-channel-trumpet = Trumpet -instruments-component-menu-midi-channel-trombone = Trombone -instruments-component-menu-midi-channel-tuba = Tuba -instruments-component-menu-midi-channel-muted-trumpet = Muted Trumpet -instruments-component-menu-midi-channel-french-horn = French Horn -instruments-component-menu-midi-channel-brass-section = Brass Section -instruments-component-menu-midi-channel-synth-brass1 = Synth Brass 1 -instruments-component-menu-midi-channel-synth-brass2 = Synth Brass 2 -instruments-component-menu-midi-channel-soprano-sax = Soprano Sax -instruments-component-menu-midi-channel-alto-sax = Alto Sax -instruments-component-menu-midi-channel-tenor-sax = Tenor Sax -instruments-component-menu-midi-channel-baritone-sax = Baritone Sax -instruments-component-menu-midi-channel-oboe = Oboe -instruments-component-menu-midi-channel-english-horn = English Horn -instruments-component-menu-midi-channel-bassoon = Bassoon -instruments-component-menu-midi-channel-clarinet = Clarinet -instruments-component-menu-midi-channel-piccolo = Piccolo -instruments-component-menu-midi-channel-flute = Flute -instruments-component-menu-midi-channel-recorder = Recorder -instruments-component-menu-midi-channel-pan-flute = Pan Flute -instruments-component-menu-midi-channel-bottle-blow = Bottle Blow -instruments-component-menu-midi-channel-shakuhachi = Shakuhachi -instruments-component-menu-midi-channel-whistle = Whistle -instruments-component-menu-midi-channel-ocarina = Ocarina -instruments-component-menu-midi-channel-square-wave-lead = Square Wave Lead -instruments-component-menu-midi-channel-sawtooth-wave-lead = Sawtooth Wave Lead -instruments-component-menu-midi-channel-calliope-lead = Calliope Lead -instruments-component-menu-midi-channel-chiff-lead = Chiff Lead -instruments-component-menu-midi-channel-charang-lead = Charang Lead -instruments-component-menu-midi-channel-voice-lead = Voice Lead -instruments-component-menu-midi-channel-fiths-lead = Fiths Lead -instruments-component-menu-midi-channel-bass-lead = Bass Lead -instruments-component-menu-midi-channel-new-age-pad = New Age Pad -instruments-component-menu-midi-channel-warm-pad = Warm Pad -instruments-component-menu-midi-channel-polysynth-pad = Polysynth Pad -instruments-component-menu-midi-channel-choir-pad = Choir Pad -instruments-component-menu-midi-channel-bowed-pad = Bowed Pad -instruments-component-menu-midi-channel-metallic-pad = Metallic Pad -instruments-component-menu-midi-channel-halo-pad = Halo Pad -instruments-component-menu-midi-channel-sweep-pad = Sweep Pad -instruments-component-menu-midi-channel-rain-effect = Rain Effect -instruments-component-menu-midi-channel-soundtrack-effect = Soundtrack Effect -instruments-component-menu-midi-channel-crystal-effect = Crystal Effect -instruments-component-menu-midi-channel-atmosphere-effect = Atmosphere Effect -instruments-component-menu-midi-channel-brightness-effect = Brightness Effect -instruments-component-menu-midi-channel-goblins-effect = Goblins Effect -instruments-component-menu-midi-channel-echoes-effect = Echoes Effect -instruments-component-menu-midi-channel-sci-fi-effect = Sci-Fi Effect -instruments-component-menu-midi-channel-sitar = Sitar -instruments-component-menu-midi-channel-banjo = Banjo -instruments-component-menu-midi-channel-shamisen = Shamisen -instruments-component-menu-midi-channel-koto = Koto -instruments-component-menu-midi-channel-kalimba = Kalimba -instruments-component-menu-midi-channel-bagpipe = Bagpipe -instruments-component-menu-midi-channel-fiddle = Fiddle -instruments-component-menu-midi-channel-shanai = Shanai -instruments-component-menu-midi-channel-tinkle-bell = Tinkle Bell -instruments-component-menu-midi-channel-agogo = Agogo -instruments-component-menu-midi-channel-steel-drums = Steel Drums -instruments-component-menu-midi-channel-woodblock = Woodblock -instruments-component-menu-midi-channel-taiko-drum = Taiko Drum -instruments-component-menu-midi-channel-melodic-tom = Melodic Tom -instruments-component-menu-midi-channel-synth-drum = Synth Drum -instruments-component-menu-midi-channel-reverse-cymbal = Reverse Cymbal -instruments-component-menu-midi-channel-guitar-fret-noise = Guitar Fret Noise -instruments-component-menu-midi-channel-breath-noise = Breath Noise -instruments-component-menu-midi-channel-seashore = Seashore -instruments-component-menu-midi-channel-bird-tweet = Bird Tweet -instruments-component-menu-midi-channel-telephone-ring = Telephone Ring -instruments-component-menu-midi-channel-helicopter = Helicopter -instruments-component-menu-midi-channel-applause = Applause -instruments-component-menu-midi-channel-gunshot = Gunshot +instruments-component-menu-midi-channel-acoustic-grand-piano = Акустический рояль +instruments-component-menu-midi-channel-bright-acoustic-piano = Яркое акустическое фортепиано +instruments-component-menu-midi-channel-electric-grand-piano = Электрический рояль +instruments-component-menu-midi-channel-honky-tonk-piano = Фортепиано хонки-тонк +instruments-component-menu-midi-channel-rhodes-piano = Родес-пиано +instruments-component-menu-midi-channel-chorused-piano = Фортепиано с хорусом +instruments-component-menu-midi-channel-harpsichord = Клавесин +instruments-component-menu-midi-channel-clavinet = Клавинет +instruments-component-menu-midi-channel-celesta = Целеста +instruments-component-menu-midi-channel-glockenspiel = Колокольчики +instruments-component-menu-midi-channel-music-box = Музыкальная шкатулка +instruments-component-menu-midi-channel-vibraphone = Вибрафон +instruments-component-menu-midi-channel-marimba = Маримба +instruments-component-menu-midi-channel-xylophone = Ксилофон +instruments-component-menu-midi-channel-tubular-bells = Трубные колокола +instruments-component-menu-midi-channel-dulcimer = Цимбалы +instruments-component-menu-midi-channel-hammond-organ = Орган Хаммонда +instruments-component-menu-midi-channel-percussive-organ = Перкуссионный орган +instruments-component-menu-midi-channel-rock-organ = Рок-орган +instruments-component-menu-midi-channel-church-organ = Церковный орган +instruments-component-menu-midi-channel-reed-organ = Реечный орган +instruments-component-menu-midi-channel-accordion = Аккордеон +instruments-component-menu-midi-channel-harmonica = Гармоника +instruments-component-menu-midi-channel-tango-accordion = Танго-аккордеон +instruments-component-menu-midi-channel-acoustic-nylon-guitar = Акустическая гитара с нейлоновыми струнами +instruments-component-menu-midi-channel-acoustic-steel-guitar = Акустическая гитара со стальными струнами +instruments-component-menu-midi-channel-electric-jazz-guitar = Электрическая джазовая гитара +instruments-component-menu-midi-channel-electric-clean-guitar = Электрическая чистая гитара +instruments-component-menu-midi-channel-electric-muted-guitar = Электрическая приглушенная гитара +instruments-component-menu-midi-channel-overdriven-guitar = Гитара с перегрузом +instruments-component-menu-midi-channel-distortion-guitar = Гитара с дисторшеном +instruments-component-menu-midi-channel-guitar-harmonics = Гитарные гармоники +instruments-component-menu-midi-channel-acoustic-bass = Акустический бас +instruments-component-menu-midi-channel-fingered-electric-bass = Электробас с пальцевой техникой +instruments-component-menu-midi-channel-plucked-electric-bass = Электробас с щипковой техникой +instruments-component-menu-midi-channel-fretless-bass = Бас без ладов +instruments-component-menu-midi-channel-slap-bass1 = Слэп-бас 1 +instruments-component-menu-midi-channel-slap-bass2 = Слэп-бас 2 +instruments-component-menu-midi-channel-synth-bass1 = Синтезаторный бас 1 +instruments-component-menu-midi-channel-synth-bass2 = Синтезаторный бас 2 +instruments-component-menu-midi-channel-violin = Скрипка +instruments-component-menu-midi-channel-viola = Альт +instruments-component-menu-midi-channel-cello = Виолончель +instruments-component-menu-midi-channel-contrabass = Контрабас +instruments-component-menu-midi-channel-tremolo-strings = Струнные с тремоло +instruments-component-menu-midi-channel-pizzicato-strings = Струнные с пиццикато +instruments-component-menu-midi-channel-orchestral-harp = Оркестровая арфа +instruments-component-menu-midi-channel-timpani = Литавры +instruments-component-menu-midi-channel-string-ensemble1 = Струнный ансамбль 1 +instruments-component-menu-midi-channel-string-ensemble2 = Струнный ансамбль 2 +instruments-component-menu-midi-channel-synth-strings1 = Синтезаторные струнные 1 +instruments-component-menu-midi-channel-synth-strings2 = Синтезаторные струнные 2 +instruments-component-menu-midi-channel-choir-aah = Хор «Ааа» +instruments-component-menu-midi-channel-voice-ooh = Голос «Ооо» +instruments-component-menu-midi-channel-synth-choir = Синтезаторный хор +instruments-component-menu-midi-channel-orchestra-hit = Удар оркестра +instruments-component-menu-midi-channel-trumpet = Труба +instruments-component-menu-midi-channel-trombone = Тромбон +instruments-component-menu-midi-channel-tuba = Туба +instruments-component-menu-midi-channel-muted-trumpet = Приглушенная труба +instruments-component-menu-midi-channel-french-horn = Валторна +instruments-component-menu-midi-channel-brass-section = Секция медных духовых +instruments-component-menu-midi-channel-synth-brass1 = Синтезатор медных духовых 1 +instruments-component-menu-midi-channel-synth-brass2 = Синтезаторный медный духовой инструмент 2 +instruments-component-menu-midi-channel-soprano-sax = Сопрано-саксофон +instruments-component-menu-midi-channel-alto-sax = Альт-саксофон +instruments-component-menu-midi-channel-tenor-sax = Тенор-саксофон +instruments-component-menu-midi-channel-baritone-sax = Баритон-саксофон +instruments-component-menu-midi-channel-oboe = Гобой +instruments-component-menu-midi-channel-english-horn = Английский рожок +instruments-component-menu-midi-channel-bassoon = Фагот +instruments-component-menu-midi-channel-clarinet = Кларнет +instruments-component-menu-midi-channel-piccolo = Пикколо +instruments-component-menu-midi-channel-flute = Флейта +instruments-component-menu-midi-channel-recorder = Флейта-рекордер +instruments-component-menu-midi-channel-pan-flute = Флейта Пана +instruments-component-menu-midi-channel-bottle-blow = Бутылка +instruments-component-menu-midi-channel-shakuhachi = Шакухачи +instruments-component-menu-midi-channel-whistle = Свисток +instruments-component-menu-midi-channel-ocarina = Окарина +instruments-component-menu-midi-channel-square-wave-lead = Квадратная волна +instruments-component-menu-midi-channel-sawtooth-wave-lead = Пилообразная волна +instruments-component-menu-midi-channel-calliope-lead = Каллиопа +instruments-component-menu-midi-channel-chiff-lead = Шифф-лид +instruments-component-menu-midi-channel-charang-lead = Чаранг-лид +instruments-component-menu-midi-channel-voice-lead = Голос-лид +instruments-component-menu-midi-channel-fiths-lead = Лид Fiths +instruments-component-menu-midi-channel-bass-lead = Лид баса +instruments-component-menu-midi-channel-new-age-pad = Пэд New Age +instruments-component-menu-midi-channel-warm-pad = Пэд Warm +instruments-component-menu-midi-channel-polysynth-pad = Полисинтезаторный пэд +instruments-component-menu-midi-channel-choir-pad = Хоровой пэд +instruments-component-menu-midi-channel-bowed-pad = Смычковый пэд +instruments-component-menu-midi-channel-metallic-pad = Металлический пэд +instruments-component-menu-midi-channel-halo-pad = Гало-пад +instruments-component-menu-midi-channel-sweep-pad = Свеп-пад +instruments-component-menu-midi-channel-rain-effect = Эффект дождя +instruments-component-menu-midi-channel-soundtrack-effect = Эффект саундтрека +instruments-component-menu-midi-channel-crystal-effect = Кристальный эффект +instruments-component-menu-midi-channel-atmosphere-effect = Эффект атмосферы +instruments-component-menu-midi-channel-brightness-effect = Эффект яркости +instruments-component-menu-midi-channel-goblins-effect = Эффект гоблинов +instruments-component-menu-midi-channel-echoes-effect = Эффект эха +instruments-component-menu-midi-channel-sci-fi-effect = Эффект научной фантастики +instruments-component-menu-midi-channel-sitar = Ситар +instruments-component-menu-midi-channel-banjo = Банджо +instruments-component-menu-midi-channel-shamisen = Шамисен +instruments-component-menu-midi-channel-koto = Кото +instruments-component-menu-midi-channel-kalimba = Калимба +instruments-component-menu-midi-channel-bagpipe = Волынка +instruments-component-menu-midi-channel-fiddle = Скрипка +instruments-component-menu-midi-channel-shanai = Шанай +instruments-component-menu-midi-channel-tinkle-bell = Звонок +instruments-component-menu-midi-channel-agogo = Агого +instruments-component-menu-midi-channel-steel-drums = Стальные барабаны +instruments-component-menu-midi-channel-woodblock = Вудблок +instruments-component-menu-midi-channel-taiko-drum = Тайко-барабан +instruments-component-menu-midi-channel-melodic-tom = Мелодический том +instruments-component-menu-midi-channel-synth-drum = Синтезаторный барабан +instruments-component-menu-midi-channel-reverse-cymbal = Обратный цимбал +instruments-component-menu-midi-channel-guitar-fret-noise = Шум гитарных ладов +instruments-component-menu-midi-channel-breath-noise = Шум дыхания +instruments-component-menu-midi-channel-seashore = Морской берег +instruments-component-menu-midi-channel-bird-tweet = Пение птиц +instruments-component-menu-midi-channel-telephone-ring = Звонок телефона +instruments-component-menu-midi-channel-helicopter = Вертолет +instruments-component-menu-midi-channel-applause = Аплодисменты +instruments-component-menu-midi-channel-gunshot = Выстрел diff --git a/Resources/Locale/ru-RU/job/department.ftl b/Resources/Locale/ru-RU/job/department.ftl index 3a98ee1c90..42f2767a96 100644 --- a/Resources/Locale/ru-RU/job/department.ftl +++ b/Resources/Locale/ru-RU/job/department.ftl @@ -8,4 +8,4 @@ department-Security = Служба безопасности department-Science = Научный отдел department-Silicon = Синтетики department-Specific = На определённых станциях -department-Unknown = Unknown +department-Unknown = Неизвестный diff --git a/Resources/Locale/ru-RU/job/role-ban-command.ftl b/Resources/Locale/ru-RU/job/role-ban-command.ftl index d0e0aadba5..918a28579a 100644 --- a/Resources/Locale/ru-RU/job/role-ban-command.ftl +++ b/Resources/Locale/ru-RU/job/role-ban-command.ftl @@ -8,8 +8,8 @@ cmd-roleban-help = Использование: roleban < cmd-roleban-hint-1 = cmd-roleban-hint-2 = cmd-roleban-hint-3 = -cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] -cmd-roleban-hint-5 = [тяжесть] +cmd-roleban-hint-4 = [продолжительность в минутах, не указывать или 0 для навсегда] +cmd-roleban-hint-5 = [тяжесть] cmd-roleban-hint-duration-1 = Навсегда cmd-roleban-hint-duration-2 = 1 день cmd-roleban-hint-duration-3 = 3 дня @@ -22,7 +22,7 @@ cmd-roleban-hint-duration-6 = 1 месяц cmd-roleunban-desc = Возвращает пользователю возможность играть на роли cmd-roleunban-help = Использование: roleunban cmd-roleunban-unable-to-parse-id = - Unable to parse { $id } as a ban id integer. + Не удалось спарсить { $id } как ban id integer. { $help } ## Completion result hints @@ -37,7 +37,7 @@ cmd-rolebanlist-help = Использование: [include un ## Completion result hints cmd-rolebanlist-hint-1 = -cmd-rolebanlist-hint-2 = [include unbanned] +cmd-rolebanlist-hint-2 = [include unbanned] cmd-roleban-minutes-parse = { $time } - недопустимое количество минут.\n{ $help } cmd-roleban-severity-parse = ${ severity } не является валидной тяжестью\n{ $help }. cmd-roleban-arg-count = Недопустимое количество аргументов. diff --git a/Resources/Locale/ru-RU/lathe/lathe-categories.ftl b/Resources/Locale/ru-RU/lathe/lathe-categories.ftl index 6699df2af7..3dcdc8e909 100644 --- a/Resources/Locale/ru-RU/lathe/lathe-categories.ftl +++ b/Resources/Locale/ru-RU/lathe/lathe-categories.ftl @@ -1,17 +1,16 @@ # Generic -lathe-category-ammo = Боеприпасы -lathe-category-clothing = Одежда lathe-category-circuitry = Электроника -lathe-category-machines = Машины +lathe-category-clothing = Одежда lathe-category-lights = Лампы -lathe-category-mechs = Мехи -lathe-category-tiles = Tiles +lathe-category-machines = Машины lathe-category-parts = Компоненты -lathe-category-robotics = Робототехника +lathe-category-tiles = Плитка lathe-category-tools = Инструменты lathe-category-weapons = Вооружение # Biogen lathe-category-food = Пища +lathe-category-chemicals = Химикаты +lathe-category-materials = Материалы # Circuit imprinter lathe-category-computers = Компьютеры lathe-category-engineering = Инженерия @@ -22,15 +21,18 @@ lathe-category-security = Безопасность lathe-category-service = Сервис lathe-category-supply = Снабжение # Cutter -lathe-category-concrete = Concrete -lathe-category-dark = Dark -lathe-category-maints = Maints -lathe-category-steel = Steel -lathe-category-white = White -lathe-category-wood = Wood -lathe-category-modules = Modules -lathe-category-chemicals = Химикаты -lathe-category-materials = Материалы +lathe-category-concrete = Бетон +lathe-category-dark = Тёмная +lathe-category-maints = Техи +lathe-category-steel = Стальная +lathe-category-white = Белая +lathe-category-wood = Деревянная +# Science +lathe-category-mechs = Мехи +lathe-category-modules = Модули +lathe-category-robotics = Робототехника +# Security TechFab +lathe-category-ammo = Боеприпасы lathe-category-boxes = Коробки lathe-category-magazines = Магазины # Uniform diff --git a/Resources/Locale/ru-RU/lobby/lobby-state.ftl b/Resources/Locale/ru-RU/lobby/lobby-state.ftl index 952b502cb9..596dcfb80c 100644 --- a/Resources/Locale/ru-RU/lobby/lobby-state.ftl +++ b/Resources/Locale/ru-RU/lobby/lobby-state.ftl @@ -21,13 +21,14 @@ lobby-state-player-status-round-time = } lobby-state-song-text = Играет: [color=white]{ $songTitle }[/color], исполнитель [color=white]{ $songArtist }[/color] lobby-state-song-no-song-text = В лобби не играет песня. -lobby-state-song-unknown-title = [color=dimgray]Неизвестное название[/color] -lobby-state-song-unknown-artist = [color=dimgray]Неизвестный исполнитель[/color] +lobby-state-song-unknown-title = [color=dimgray]Неизвестное название[/color] +lobby-state-song-unknown-artist = [color=dimgray]Неизвестный исполнитель[/color] lobby-state-playtime-comment-normal = - You've spent { $hours } { $hours -> - [1] hour - *[other] hours - } ingame today. Remember to take breaks! -lobby-state-playtime-comment-concerning = You've played for { $hours } hours today. Please take a break. -lobby-state-playtime-comment-grasstouchless = { $hours } hours. Consider logging off to attend to your needs. -lobby-state-playtime-comment-selfdestructive = { $hours } hours. Really? + Сегодня вы провели в игре { $hours } { $hours -> + [1] час + [few] часа + *[other] часлв + }. Не забывайте отдыхать! +lobby-state-playtime-comment-concerning = Сегодня вы наиграли { $hours } часов. Пожалуйста, отдохните. +lobby-state-playtime-comment-grasstouchless = { $hours } часов. Подумайте о выходе из игры, чтобы заняться своими делами. +lobby-state-playtime-comment-selfdestructive = { $hours } часов. Серьёзно? diff --git a/Resources/Locale/ru-RU/markings/reptilian.ftl b/Resources/Locale/ru-RU/markings/reptilian.ftl index 781495946a..bdb88eaacb 100644 --- a/Resources/Locale/ru-RU/markings/reptilian.ftl +++ b/Resources/Locale/ru-RU/markings/reptilian.ftl @@ -25,8 +25,8 @@ marking-LizardTailLTiger-tail_ltiger = Унатх, хвост (Светлые т marking-LizardTailLTiger = Унатх, хвост (Светлые тигриные полоски) marking-LizardTailDTiger-tail_dtiger = Унатх, хвост (Тёмные тигриные полоски) marking-LizardTailDTiger = Унатх, хвост (Тёмные тигриные полоски) -marking-LizardTailAquatic-tail_aquatic = Lizard Tail (Aquatic) -marking-LizardTailAquatic = Lizard Tail (Aquatic) +marking-LizardTailAquatic-tail_aquatic = Унатх, хвост (Аква) +marking-LizardTailAquatic = Унатх, хвост (Аква) marking-LizardSnoutRound-snout_round = Унатх, морда (Круглая) marking-LizardSnoutRound = Унатх, морда (Круглая) marking-LizardSnoutSharp-snout_sharp = Унатх, морда (Заострёная) @@ -74,8 +74,8 @@ marking-LizardChestUnderbelly-body_underbelly = Унатх, грудь (Подб marking-LizardChestUnderbelly = Унатх, грудь (Подбрюшье) marking-LizardChestBackspikes-body_backspikes = Унатх, грудь, шипы на спине (Четыре) marking-LizardChestBackspikes = Унатх, грудь, шипы на спине (Четыре) -marking-LizardChestFin-body_fin = Lizard Fin -marking-LizardChestFin = Lizard Fin +marking-LizardChestFin-body_fin = Унатх, плавник +marking-LizardChestFin = Унатх, плавник marking-LizardSnoutSplotch = Унатх, морда лица (Пятно) marking-LizardSnoutSplotch-snout_splotch_primary = Морда marking-LizardSnoutSplotch-snout_splotch_secondary = Нос diff --git a/Resources/Locale/ru-RU/markings/scars.ftl b/Resources/Locale/ru-RU/markings/scars.ftl index 08cb52ca19..d6258fb3f9 100644 --- a/Resources/Locale/ru-RU/markings/scars.ftl +++ b/Resources/Locale/ru-RU/markings/scars.ftl @@ -18,7 +18,7 @@ marking-ScarFace1-scar_face_1 = Шрам на лице marking-ScarFace1 = Шрам на лице (Большой) marking-ScarFace2-scar_face_2 = Шрам на лице marking-ScarFace2 = Шрам на лице (Маленький) -marking-ScarEyeRightSmall-scar_eye_right_small = Right Eye Scar (Small) -marking-ScarEyeRightSmall = Small Eye Scar (Right) -marking-ScarEyeLeftSmall-scar_eye_left_small = Left Eye Scar (Small) -marking-ScarEyeLeftSmall = Small Eye Scar (Left) +marking-ScarEyeRightSmall-scar_eye_right_small = Шрам на глазу (Правый, Маленький) +marking-ScarEyeRightSmall = Шрам на глазу (Правый, Маленький) +marking-ScarEyeLeftSmall-scar_eye_left_small = Шрам на глазу (Левый, Маленький) +marking-ScarEyeLeftSmall = Шрам на глазу (Левый, Маленький) diff --git a/Resources/Locale/ru-RU/markings/undergarment.ftl b/Resources/Locale/ru-RU/markings/undergarment.ftl index 7ab35b45b1..11b5955a7c 100644 --- a/Resources/Locale/ru-RU/markings/undergarment.ftl +++ b/Resources/Locale/ru-RU/markings/undergarment.ftl @@ -1,34 +1,17 @@ -marking-UndergarmentTopTanktop-tanktop = Tanktop -marking-UndergarmentTopBinder-binder = Binder -marking-UndergarmentTopBra-classic = Classic Bra -marking-UndergarmentTopSportsbra-sports = Sports Bra -marking-UndergarmentBottomBoxers-boxers = Boxers -marking-UndergarmentBottomBriefs-briefs = Briefs -marking-UndergarmentBottomSatin-satin = Satin -marking-UndergarmentTopTanktopVox-tanktop_vox = Tanktop -marking-UndergarmentTopBinderVox-binder_vox = Binder -marking-UndergarmentTopBraVox-classic_vox = Classic Bra -marking-UndergarmentTopSportsbraVox-sports_vox = Sports Bra -marking-UndergarmentBottomBoxersVox-boxers_vox = Boxers -marking-UndergarmentBottomBriefsVox-briefs_vox = Briefs -marking-UndergarmentBottomSatinVox-satin_vox = Satin -marking-UndergarmentBottomBoxersReptilian-boxers_reptilian = Boxers -marking-UndergarmentBottomBriefsReptilian-briefs_reptilian = Briefs -marking-UndergarmentBottomSatinReptilian-satin_reptilian = Satin -marking-UndergarmentTopTanktop = Майка -marking-UndergarmentTopBinder = Бандаж -marking-UndergarmentTopBra = Классический бюстгальтер -marking-UndergarmentTopSportsbra = Спортивный бюстгальтер -marking-UndergarmentBottomBoxers = Боксёры -marking-UndergarmentBottomBriefs = Трусы -marking-UndergarmentBottomSatin = Сатин -marking-UndergarmentTopTanktopVox = Майка -marking-UndergarmentTopBinderVox = Бандаж -marking-UndergarmentTopBraVox = Классический бюстгальтер -marking-UndergarmentTopSportsbraVox = Спортивный бюстгальтер -marking-UndergarmentBottomBoxersVox = Боксёры -marking-UndergarmentBottomBriefsVox = Трусы -marking-UndergarmentBottomSatinVox = Сатин -marking-UndergarmentBottomBoxersReptilian = Боксёры -marking-UndergarmentBottomBriefsReptilian = Трусы -marking-UndergarmentBottomSatinReptilian = Сатин +marking-UndergarmentTopTanktop-tanktop = Майка +marking-UndergarmentTopBinder-binder = Бандаж +marking-UndergarmentTopBra-classic = Классический бюстгальтер +marking-UndergarmentTopSportsbra-sports = Спортивный бюстгальтер +marking-UndergarmentBottomBoxers-boxers = Боксёры +marking-UndergarmentBottomBriefs-briefs = Трусы +marking-UndergarmentBottomSatin-satin = Сатин +marking-UndergarmentTopTanktopVox-tanktop_vox = Майка +marking-UndergarmentTopBinderVox-binder_vox = Бандаж +marking-UndergarmentTopBraVox-classic_vox = Классический бюстгальтер +marking-UndergarmentTopSportsbraVox-sports_vox = Спортивный бюстгальтер +marking-UndergarmentBottomBoxersVox-boxers_vox = Боксёры +marking-UndergarmentBottomBriefsVox-briefs_vox = Трусы +marking-UndergarmentBottomSatinVox-satin_vox = Трусы +marking-UndergarmentBottomBoxersReptilian-boxers_reptilian = Боксёры +marking-UndergarmentBottomBriefsReptilian-briefs_reptilian = Трусы +marking-UndergarmentBottomSatinReptilian-satin_reptilian = Сатин diff --git a/Resources/Locale/ru-RU/materials/units.ftl b/Resources/Locale/ru-RU/materials/units.ftl index e2d96320fa..04b0e3f34f 100644 --- a/Resources/Locale/ru-RU/materials/units.ftl +++ b/Resources/Locale/ru-RU/materials/units.ftl @@ -17,7 +17,7 @@ materials-unit-web = пряди # chunks of ore materials-unit-chunk = куски руды # boll of cotton -materials-unit-boll = boll +materials-unit-boll = шарики # bills of spesos... not very good but they are not (yet?) used for crafting anything # also the lathe/atm would need bigger denominations to output... materials-unit-bill = банкноты diff --git a/Resources/Locale/ru-RU/movement/eye.ftl b/Resources/Locale/ru-RU/movement/eye.ftl deleted file mode 100644 index e69b5000fc..0000000000 --- a/Resources/Locale/ru-RU/movement/eye.ftl +++ /dev/null @@ -1,7 +0,0 @@ -parse-bool-fail = Невозможно спарсить { $arg } как bool -parse-float-fail = Невозможно спарсить { $arg } как float -lockeyes-command-description = Предотвращает дальнейший поворот зрения -lockeyes-command-help = lockeyes -rotateeyes-command-description = Поворачивает зрение всех игроков на указанный градус. -rotateeyes-command-help = rotateeyes -rotateeyes-command-count = Установить { $count } поворот зрения diff --git a/Resources/Locale/ru-RU/objectives/round-end.ftl b/Resources/Locale/ru-RU/objectives/round-end.ftl index a1433a9cea..6c24df0de2 100644 --- a/Resources/Locale/ru-RU/objectives/round-end.ftl +++ b/Resources/Locale/ru-RU/objectives/round-end.ftl @@ -9,8 +9,8 @@ objectives-player-user-named = [color=White]{ $name }[/color] ([color=gray]{ $us objectives-player-named = [color=White]{ $name }[/color] objectives-no-objectives = { $custody }{ $title } – { $agent }. objectives-with-objectives = { $custody }{ $title } – { $agent } со следующими целями: -objectives-objective-success = { $objective } | [color=green]Успех![/color] ({ TOSTRING($progress, "P0") }) +objectives-objective-success = { $objective } | [color={ $markupColor }]Успех![/color] ({ TOSTRING($progress, "P0") }) objectives-objective-partial-success = { $objective } | [color=yellow]Частичный успех![/color] ({ TOSTRING($progress, "P0") }) objectives-objective-partial-failure = { $objective } | [color=orange]Частичный провал![/color] ({ TOSTRING($progress, "P0") }) -objectives-objective-fail = { $objective } | [color=red]Провал![/color] ({ TOSTRING($progress, "P0") }) +objectives-objective-fail = { $objective } | [color={ $markupColor }]Провал![/color] ({ TOSTRING($progress, "P0") }) objectives-in-custody = [bold][color=red]| АРЕСТОВАН | [/color][/bold] diff --git a/Resources/Locale/ru-RU/power/teg.ftl b/Resources/Locale/ru-RU/power/teg.ftl index a14d7c8f76..eec3ffda1a 100644 --- a/Resources/Locale/ru-RU/power/teg.ftl +++ b/Resources/Locale/ru-RU/power/teg.ftl @@ -1,3 +1,3 @@ -teg-generator-examine-power = Он генерирует [color=yellow]{ POWERWATTS($power) }[/color]. -teg-generator-examine-power-max-output = It's capable of supplying [color=yellow]{ POWERWATTS($power) }[/color]. +teg-generator-examine-power = Он поставляет [color=yellow]{ POWERWATTS($power) }[/color]. +teg-generator-examine-power-max-output = Он способен поставлять [color=yellow]{ POWERWATTS($power) }[/color]. teg-generator-examine-connection = Для функционирования [color=white]циркуляционные насосы[/color] должен быть подключены с обеих сторон. diff --git a/Resources/Locale/ru-RU/prototypes/roles/antags.ftl b/Resources/Locale/ru-RU/prototypes/roles/antags.ftl index b5e8ecb1bb..c22582ed0a 100644 --- a/Resources/Locale/ru-RU/prototypes/roles/antags.ftl +++ b/Resources/Locale/ru-RU/prototypes/roles/antags.ftl @@ -16,7 +16,7 @@ roles-antag-suspicion-suspect-name = Подозреваемый roles-antag-suspicion-suspect-objective = Убейте невиновных. roles-antag-nuclear-operative-commander-name = Командир ядерных оперативников roles-antag-nuclear-operative-commander-objective = Приведите свой отряд к уничтожению станции. -roles-antag-nuclear-operative-agent-name = Медик ядерных оперативников +roles-antag-nuclear-operative-agent-name = Фельдшер ядерных оперативников roles-antag-nuclear-operative-agent-objective = Как обычный оперативник, но с приоритетом на медпомощь отряду. roles-antag-nuclear-operative-name = Ядерный оперативник roles-antag-nuclear-operative-objective = Найдите ядерный диск и взорвите станцию. diff --git a/Resources/Locale/ru-RU/radiation/radiation-command.ftl b/Resources/Locale/ru-RU/radiation/radiation-command.ftl deleted file mode 100644 index 5a45063cdb..0000000000 --- a/Resources/Locale/ru-RU/radiation/radiation-command.ftl +++ /dev/null @@ -1,2 +0,0 @@ -radiation-command-description = Переключение видимости лучей радиации, исходящих от источников радиации -radiation-command-help = Использование: showradiation diff --git a/Resources/Locale/ru-RU/reagents/absinthe.ftl b/Resources/Locale/ru-RU/reagents/absinthe.ftl index f560a743dc..66a230542e 100644 --- a/Resources/Locale/ru-RU/reagents/absinthe.ftl +++ b/Resources/Locale/ru-RU/reagents/absinthe.ftl @@ -1,4 +1,4 @@ ### Messages that pop up when metabolizing absinthe. -absinthe-effect-hear-voice = You hear a tiny voice. "Tee hee hee!" -absinthe-effect-feel-tulips = You feel tulips brush up against your legs. +absinthe-effect-hear-voice = Вы слышите писклявый голос. "Ти хи хи!" +absinthe-effect-feel-tulips = Вы чувствуете, как тюльпаны ласкают ваши ноги. diff --git a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/drinks.ftl b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/drinks.ftl index cc2d01a3df..0a3470ee84 100644 --- a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/drinks.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/drinks.ftl @@ -9,7 +9,7 @@ reagent-desc-cream-of-coconut = Сладкая, сиропообразная в reagent-name-cafe-latte = кофе латте reagent-desc-cafe-latte = Приятный, крепкий и вкусный напиток на время чтения. reagent-name-tea-powder = порошковый чай -reagent-desc-tea-powder = Мелко измельченные чайные листья, используемые для приготовления чая. +reagent-desc-tea-powder = Мелко измельчённые чайные листья, используемые для приготовления чая. reagent-name-green-tea = зелёный чай reagent-desc-green-tea = Вкусный зелёный чай. reagent-name-grenadine = сироп гренадин diff --git a/Resources/Locale/ru-RU/reagents/meta/fun.ftl b/Resources/Locale/ru-RU/reagents/meta/fun.ftl index 318c08f5c5..23011fbc03 100644 --- a/Resources/Locale/ru-RU/reagents/meta/fun.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/fun.ftl @@ -20,5 +20,5 @@ reagent-name-weh = сок, заставляющий говорить Вех reagent-desc-weh = Чистая сущность плюшевого унатха. Заставляет вас говорить Вех! reagent-name-hew = сок, заставляющий говорить Хев reagent-desc-hew = Чистая сущность инвертированного плюшевого унатха. Заставляет вас говорить Хев! -reagent-name-corgiessence = corgium -reagent-desc-corgiessence = Tastes like dog food. Clearly an acquired taste. +reagent-name-corgiessence = коргиум +reagent-desc-corgiessence = На вкус как еда для собак. Очевидно, это дело вкуса. diff --git a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl index 5aeebfa38a..4f50dff9d6 100644 --- a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl @@ -89,7 +89,7 @@ reagent-desc-opporozidone = Трудно синтезируемый криоге reagent-name-necrosol = некрозол reagent-desc-necrosol = Некротическое вещество, которое, похоже, способно излечивать обмороженные трупы. В небольших дозах он способен лечить и оживлять растения. reagent-name-aloxadone = алоксадон -reagent-desc-aloxadone = Криогенное химическое вещество. Используется для лечения тяжёлых ожогов и обморожений путём регенерации пострадавших тканей. Работает независимо от того, жив пациент или мертв. +reagent-desc-aloxadone = Криогенное химическое вещество. Используется для лечения тяжёлых ожогов и обморожений путём регенерации пострадавших тканей. Работает независимо от того, жив пациент или мёртв. reagent-name-mannitol = маннитол reagent-desc-mannitol = Эффективно устраняет повреждения мозга. reagent-name-psicodine = псикодин diff --git a/Resources/Locale/ru-RU/recipes/tags.ftl b/Resources/Locale/ru-RU/recipes/tags.ftl index 8dcce12395..8bcc2fc9d8 100644 --- a/Resources/Locale/ru-RU/recipes/tags.ftl +++ b/Resources/Locale/ru-RU/recipes/tags.ftl @@ -26,7 +26,7 @@ construction-graph-tag-medical-hud = медицинский визор construction-graph-tag-sun-glasses = солнцезащитные очки construction-graph-tag-security-helmet = шлем СБ # materials -construction-graph-tag-manipulator = modular machine part +construction-graph-tag-manipulator = модульная машинная часть construction-graph-tag-voice-trigger = голосовой триггер construction-graph-tag-signal-trigger = сигнальный триггер construction-graph-tag-proximity-sensor = датчик движения @@ -48,7 +48,7 @@ construction-graph-tag-super-compact-ai-chip = сверхкомпактный ч # other construction-graph-tag-light-bulb = лампочка construction-graph-tag-radio = радио -construction-graph-tag-pipe = труба +construction-graph-tag-pipe = газовая труба construction-graph-tag-human-head = человеческая голова construction-graph-tag-bucket = ведро construction-graph-tag-borg-arm = рука киборга @@ -60,9 +60,9 @@ construction-graph-tag-rifle-stock = ружейное ложе construction-graph-tag-match-stick = спичка construction-graph-tag-potato = картофель construction-graph-tag-wheat-bushel = сноп пшеницы -construction-graph-tag-apron = an apron -construction-graph-tag-utility-belt = a utility belt construction-graph-tag-corgi-hide = шкура корги +construction-graph-tag-apron = фартук +construction-graph-tag-utility-belt = пояс для инструментов soil-construction-graph-any-mushroom = любой гриб # toys construction-graph-tag-rubber-ducky = резиновая уточка @@ -126,7 +126,7 @@ construction-graph-tag-torch = факел # atmos construction-graph-tag-fire-extinguisher = огнетушитель construction-graph-tag-fire-helmet = пожарный шлем -# clothing -construction-graph-tag-backpack = backpack # salvage construction-graph-tag-spationaut-hardsuit = лёгкий скафандр утилизатора +# clothing +construction-graph-tag-backpack = рюкзак diff --git a/Resources/Locale/ru-RU/reflect/reflect-component.ftl b/Resources/Locale/ru-RU/reflect/reflect-component.ftl index 713c989860..04ff415740 100644 --- a/Resources/Locale/ru-RU/reflect/reflect-component.ftl +++ b/Resources/Locale/ru-RU/reflect/reflect-component.ftl @@ -1,3 +1,3 @@ -reflect-component-examine = It has a [color=lightblue]{ $value }%[/color] chance to [color=cyan]reflect[/color] { $type }. -reflect-component-nonenergy = bullets -reflect-component-energy = energy bolts +reflect-component-examine = Имеет шанс [color=lightblue]{ $value }%[/color] [color=cyan]отразить[/color] { $type }. +reflect-component-nonenergy = пулю +reflect-component-energy = энергетический заряд diff --git a/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl b/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl index e3dca38922..e1616ca676 100644 --- a/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl +++ b/Resources/Locale/ru-RU/retractable-item-action/retractable-item-action.ftl @@ -1 +1 @@ -retractable-item-hand-cannot-drop = Your hand is already occupied. +retractable-item-hand-cannot-drop = Ваша рука уже занята. diff --git a/Resources/Locale/ru-RU/salvage/job-board.ftl b/Resources/Locale/ru-RU/salvage/job-board.ftl index ad4ca38a73..be63ffeb2a 100644 --- a/Resources/Locale/ru-RU/salvage/job-board.ftl +++ b/Resources/Locale/ru-RU/salvage/job-board.ftl @@ -30,9 +30,9 @@ bounty-description-salvage-scrap = Мы исследуем влияние глу bounty-description-salvage-ore-gold = Мы занимаемся новым экспериментальным процессом производства электроники. Доставьте нам большую партию необработанной золотой руды. Она может быть любого происхождения. bounty-description-salvage-ore-silver = Мы изучаем материальные свойства серебра в зависимости от методов его обработки. Пришлите нам большое количество необработанной серебряной руды. Она может быть любого происхождения. bounty-description-tooth-sharkminnow = Нам нужно, чтобы вы достали образец зуба карпоакулы. Эти ребята гораздо опаснее, чем мелкие карпы, с которыми вы привыкли иметь дело. Смотрите чтобы они вас не укусили: они лечатся, когда пьют вашу кровь. -bounty-description-salvage-ore-plasma = Нам нужна партия плазменной руды для отправки на исследовательскую станцию. Пожалуйста, предоставьте нам ее, чтобы мы могли продолжить наши испытания. Она может быть любого происхождения. +bounty-description-salvage-ore-plasma = Нам нужна партия плазменной руды для отправки на исследовательскую станцию. Пожалуйста, предоставьте нам её, чтобы мы могли продолжить наши испытания. Она может быть любого происхождения. bounty-description-salvage-ore-uranium = Нам нужен образец урановой руды для наших текущих экспериментов с ядерными устройствами. Имейте в виду, что хотя уран и светится слабо, он, вероятно, не причинит вам вреда. Она может быть любого происхождения. -bounty-description-salvage-ore-bananium = Мы ведем проект по расшифровке загадочной геномной последовательности клоуна. Мы полагаем, что образец сырого бананиума поможет нам в этом. Обратите внимание, что он добывается только из самых редких астероидов в глубоком космосе. +bounty-description-salvage-ore-bananium = Мы ведём проект по расшифровке загадочной геномной последовательности клоуна. Мы полагаем, что образец сырого бананиума поможет нам в этом. Обратите внимание, что он добывается только из самых редких астероидов в глубоком космосе. bounty-description-remains = Нам нужно, чтобы вы достали несколько образцов ядер повелителя улья. Имейте в виду, что повелители улья могут бесконечно размножаться, если ядро не будет уничтожено. Смотрите чтобы они не превзошли вас количеством. bounty-description-plates = Нам нужно, чтобы вы достали несколько пластин голиафа. Эти ребята довольно медленные, но берегитесь их щупальцев. Они схватят вас и прижмут к земле. Вы не захотите знать, что происходит дальше. bounty-description-diamond = Нам нужно, чтобы вы добыли несколько алмазов для некоторых сложных изделий. Их можно найти на близлежащем астероиде или добыть из тела василисска. Как бы вы ни решили это сделать, добудьте их для нас. diff --git a/Resources/Locale/ru-RU/shell.ftl b/Resources/Locale/ru-RU/shell.ftl index 97bd35f777..f42c255eb3 100644 --- a/Resources/Locale/ru-RU/shell.ftl +++ b/Resources/Locale/ru-RU/shell.ftl @@ -1,5 +1,6 @@ ### for technical and/or system messages + ## General shell-command-success = Команда выполнена. @@ -29,12 +30,12 @@ shell-wrong-arguments-number = Неправильное количество а shell-need-between-arguments = Нужно от { $lower } до { $upper } аргументов! shell-need-minimum-arguments = Нужно не менее { $minimum } аргументов! shell-need-minimum-one-argument = Нужен хотя бы один аргумент! -shell-need-exactly-zero-arguments = This command takes zero arguments. +shell-need-exactly-zero-arguments = Эта команда принимает ноль аргументов. shell-argument-uid = EntityUid ## Guards -shell-missing-required-permission = You need { $perm } for this command! +shell-missing-required-permission = Вам нужен { $perm } для этой команды! shell-entity-is-not-mob = Целевая сущность не является мобом! shell-invalid-entity-id = Недопустимый ID сущности. shell-invalid-grid-id = Недопустимый ID сетки. @@ -57,4 +58,4 @@ shell-argument-map-id-invalid = Аргумент { $index } должен быт shell-argument-number-invalid = Аргумент { $index } должен быть валидным числом! # Hints shell-argument-username-hint = -shell-argument-username-optional-hint = [username] +shell-argument-username-optional-hint = [username] diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/borgs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/borgs.ftl index 1cf2bc3501..4c5301713d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/borgs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/borgs.ftl @@ -1,4 +1,4 @@ ent-ActionViewLaws = Просмотреть законы .desc = Просмотреть законы, которым вы должны следовать. ent-ActionSelectBorgType = Выбрать тип киборга - .desc = { "" } + .desc = { ent-BaseAction.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl index 301d24be59..74992d0664 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/changeling.ftl @@ -1,2 +1,2 @@ -ent-ActionRetractableItemArmBlade = Arm Blade - .desc = Shed your flesh and reform it into a fleshy blade. +ent-ActionRetractableItemArmBlade = Рука-клинок + .desc = Сбросьте свою плоть и преобразуйте её в плотное лезвие. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/polymorph.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/polymorph.ftl index 141a784143..57430cc3f8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/polymorph.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/polymorph.ftl @@ -2,8 +2,6 @@ ent-ActionRevertPolymorph = Вернуться .desc = Вернитесь в свою изначальную форму. ent-BaseActionPolymorph = { ent-BaseAction } .desc = { ent-BaseAction.desc } -ent-ActionPolymorph = { "" } - .desc = { "" } ent-ActionPolymorphWizardSpider = Полиморф в паука .desc = Превращает вас в паука. ent-ActionPolymorphWizardRod = Форма жезла diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl index 07023f3c47..2e0ac66ac4 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl @@ -2,8 +2,8 @@ ent-BaseAction = { "" } .desc = { "" } ent-BaseMentalAction = { ent-BaseAction } .desc = { ent-BaseAction.desc } -ent-BaseSuicideAction = { "" } - .desc = { "" } +ent-BaseSuicideAction = { ent-BaseMentalAction } + .desc = { ent-BaseMentalAction.desc } ent-BaseImplantAction = { ent-BaseAction } .desc = { ent-BaseAction.desc } ent-BaseToggleAction = { ent-BaseAction } @@ -34,8 +34,8 @@ ent-ActionToggleSuitPiece = Переключить элементы костюм .desc = Не забудьте экипировать важные части костюма, прежде чем приступать к действиям. ent-ActionCombatModeToggle = [color=red]Боевой режим[/color] .desc = Войти в боевой режим -ent-ActionCombatModeToggleOff = [color=red]Боевой режим[/color] - .desc = Войти в боевой режим +ent-ActionCombatModeToggleOff = { ent-ActionCombatModeToggle } + .desc = { ent-ActionCombatModeToggle.desc } ent-ActionChangeVoiceMask = Изменить имя .desc = Измените имя, которое все слышат, на другое. ent-ActionVendingThrow = Выдать предмет @@ -60,9 +60,9 @@ ent-ActionToggleWagging = Махать хвостом .desc = Начать/перестать махать хвостом. ent-FakeMindShieldToggleAction = [color=green]Переключить фальшивый Щит разума[/color] .desc = Переключить трансляцию фальшивого Щита разума -ent-ActionToggleRootable = action-name-toggle-rootable - .desc = action-description-toggle-rootable -ent-ActionChameleonController = Control clothing - .desc = Change your entire outfit fast! ent-ActionToggleParamedicSiren = Переключить сирену парамедика .desc = Включает или выключает сирену парамедика. +ent-ActionToggleRootable = Укоренение + .desc = Начните или прекратите укореняться к полу. +ent-ActionChameleonController = Управление одеждой + .desc = Быстро смените весь свой наряд! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl index 517cb24ba0..d433693080 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl @@ -1,7 +1,7 @@ ent-BaseDionaOrgan = { ent-BaseItem } .desc = { ent-BaseItem.desc } ent-OrganDionaBrain = мозг - .desc = Центральный узел псевдонейрологической активности дионы, её корневидные усики ищут свое прежнее тело. + .desc = Центральный узел псевдонейрологической активности дионы, её корневидные усики ищут своё прежнее тело. ent-OrganDionaEyes = глаза .desc = Я тебя вижу! ent-OrganDionaStomach = желудок diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index 04469e2e25..972a9de7b7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -10,8 +10,9 @@ ent-ClothingBackpackDuffelSyndicateFilledShotgun = { ent-ClothingBackpackDuffelS ent-ClothingBackpackDuffelSyndicateFilledSMG = { ent-ClothingBackpackDuffelSyndicate } .desc = { ent-ClothingBackpackDuffelSyndicate.desc } .suffix = набор "C-20r" -ent-ClothingBackpackDuffelSyndicateFilledRifle = Estoc DMR bundle - .desc = For medium-range sharpshooting, the Estoc DMR. Bundled with three magazines. +ent-ClothingBackpackDuffelSyndicateFilledRifle = { ent-ClothingBackpackDuffelSyndicate } + .desc = { ent-ClothingBackpackDuffelSyndicate.desc } + .suffix = набор "марксманская винтовка Эсток" ent-ClothingBackpackDuffelSyndicateFilledRevolver = { ent-ClothingBackpackDuffelSyndicate } .desc = { ent-ClothingBackpackDuffelSyndicate.desc } .suffix = набор "Питон" diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/armory.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/armory.ftl index 200163f834..06959df22a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/armory.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/armory.ftl @@ -12,5 +12,5 @@ ent-CrateArmoryPistols = ящик пистолетов .desc = Содержит два стандартных пистолета Nanotrasen, и 4 магазина к ним. Чтобы открыть, необходим доступ уровня Оружейной. ent-CrateSecurityRiot = ящик снаряжения против беспорядков .desc = Содержит два комплекта противоударной брони, шлемов, щитов и дробовиков "Силовик", заряженных травматическими патронами. Дополнительные боеприпасы входят в комплект. Чтобы открыть, необходим уровень доступа Оружейная. -ent-CrateArmoryRifle = rifle crate - .desc = Contains two high-powered assault rifles with four mags. Requires Armory access to open. +ent-CrateArmoryRifle = ящик винтовок + .desc = Содержит две мощные штурмовые винтовки и четыре магазина. Чтобы открыть, необходим доступ уровня Оружейная. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl index a97659b5b6..a43295f9b6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl @@ -34,5 +34,5 @@ ent-CrateEngineeringSpaceHeater = ящик с термостатом .desc = Содержит термостат для климат-контроля. ent-CrateTechBoardRandom = излишки плат .desc = Откуда-то взятые излишки плат. -ent-CrateAirGrenade = air grenade crate - .desc = A crate containing 3 air grenades. +ent-CrateAirGrenade = ящик воздушных гранат + .desc = Ящик, содержащий 3 воздушные гранаты. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/food.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/food.ftl index 4efc415cec..ff9d7b006f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/food.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/food.ftl @@ -1,7 +1,5 @@ ent-CrateFoodPizza = экстренная доставка пиццы .desc = Внесите свой вклад в борьбу с голодом на станции, доставляя пиццу в отделы с недостаточным финансированием! В комплект входят 4 пиццы. -ent-CrateFoodPizzaLarge = катастрофическая доставка пиццы - .desc = Даже когда всё вокруг рушится, найдите утешение в том, что много пиццы решит все проблемы. В комплект входят 16 пицц. ent-CrateFoodMRE = ящик ИРП .desc = Армейские обеды, которыми можно накормить целый отдел. ent-CrateFoodCooking = ящик кухонных припасов @@ -12,8 +10,6 @@ ent-CrateFoodBarSupply = ящик барных принадлежностей .desc = Дополнительные барные припасы на случай, если клоуна оставили за барной стойкой без надзора. ent-CrateFoodSoftdrinks = ящик газировки .desc = Разнообразная газировка для небольшой вечеринки, без необходимости опустошать соответствующие торгоматы. В комплект входят 14 банок газировки. -ent-CrateFoodSoftdrinksLarge = оптовый ящик газировки - .desc = Большое количество банок газировки, извлечённых прямо из торгоматов Центкома, ведь вы просто не можете покинуть свой отдел. Включает 28 банок газировки. ent-CrateFoodGetMore = ящик "Больше Выпечки" .desc = Закуски бренда "Getmore" и кондитерские запасы для креативного повара, всё без нужды опустошать торговые автоматы "Getmore" на вашей станции! ent-CrateFoodIceCream = доставка мороженого diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl index bac04604b8..1334e4b2a9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl @@ -1,5 +1,5 @@ -ent-CratePlants = plant crate - .desc = A variety pack of potted plants to spruce up your station! +ent-CratePlants = ящик растений + .desc = Набор разнообразных комнатных растений для украшения вашей станции! ent-CrateFunPlushie = ящик плюшевых игрушек .desc = Куча мягких плюшевых игрушек. Разложите их повсюду, а потом подумайте, как вы объясните эту покупку NT. ent-CrateFunLizardPlushieBulk = оптовый ящик плюшевых унатхов diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl index 63a7dd4d3b..7f128cd43b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl @@ -1,7 +1,7 @@ ent-CrateServiceJanitorialSupplies = ящик с уборочным инвентарём .desc = Победите копоть и грязь с Незаменимыми Припасами для Уборки от Nanotrasen! Содержит три ведра, таблички мокрого пола и очищающие гранаты. Также содержит одну швабру, тряпку, щётку, чистящий спрей и мусорный пакет. -ent-CrateServiceCleanerGrenades = bulk cleanades crate - .desc = Contains two boxes of cleaner grenades, for those deeply-entrenched stains. +ent-CrateServiceCleanerGrenades = ящик чистящих гранат + .desc = Содержит две коробки чистящих гранат, для глубоко въевшихся пятен. ent-CrateServiceReplacementLights = ящик запасных лампочек .desc = Да воссияет над станцией Свет Эфира! Или хотя бы свет сорока двух лампочек-труб и двадцати одной обычной лампочки. ent-CrateServiceHolidayLights = ящик праздничных лампочек diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/engineer.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/engineer.ftl index 332bdc0a5c..6315fd2796 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/engineer.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/engineer.ftl @@ -23,8 +23,8 @@ ent-ClosetRadiationSuitFilled = { ent-ClosetRadiationSuit } .suffix = Заполненный .desc = { ent-ClosetRadiationSuit.desc } ent-LockerEvacRepairFilled = { ent-LockerEvacRepair } - .suffix = Filled + .suffix = Заполненный .desc = { ent-LockerEvacRepair.desc } ent-LockerWallEvacRepairFilled = { ent-LockerWallEvacRepair } - .suffix = Filled + .suffix = Заполненный .desc = { ent-LockerWallEvacRepair.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl index ca9d4fe57e..99c363fd73 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/back/specific.ftl @@ -3,5 +3,5 @@ ent-ClothingBackpackChameleon = рюкзак .suffix = Хамелеон ent-ClothingBackpackWaterTank = ранцевый водяной резервуар .desc = Вмещает большое количество жидкости. Для разбрызгивания возьмите в руки форсунку. Сбоку имеется слот для форсунки. -ent-ClothingBagPet = pet bag - .desc = A small bag designed for use by pets and small animals. +ent-ClothingBagPet = сумка питомца + .desc = Маленькая сумка, предназначенная для использования питомцами и маленькими животными. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl index bb65bd9137..d22dfa0fb2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -172,5 +172,5 @@ ent-ClothingHeadHatBeretMedic = берет врача .desc = Белый берет, призывающий вас к чистоте. ent-ClothingHeadHatSolidHeadband = солидная головная повязка .desc = Нося её, вы почувствуете себя Невидимым! (ДИСКЛЕЙМЕР: НА САМОМ ДЕЛЕ НЕ ДЕЛАЕТ НОСИТЕЛЯ НЕВИДИМЫМ) -ent-ClothingHeadPropellerHat = propeller hat - .desc = You're the bestest boy. +ent-ClothingHeadPropellerHat = кепка с пропеллером + .desc = Ты самый лучший мальчик. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hoods.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hoods.ftl index 80af57332e..b9a38d1478 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hoods.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hoods.ftl @@ -107,4 +107,4 @@ ent-ClothingHeadHatHoodWinterColorWhite = капюшон белой зимней ent-ClothingHeadHatHoodWinterColorYellow = капюшон жёлтой зимней куртки .desc = { ent-ClothingHeadHatHoodWinterBase.desc } ent-ClothingHeadHatHoodVoidCloak = капюшон плаща пустоты - .desc = Капюшон плаща пустоты. Для тех, кто перешел на тёмную сторону силы. + .desc = Капюшон плаща пустоты. Для тех, кто перешёл на тёмную сторону силы. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/scraphelmet.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/scraphelmet.ftl index 335873a15e..0cda827dc3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/scraphelmet.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/scraphelmet.ftl @@ -1,8 +1,8 @@ -ent-WiredBucketBase = wired bucket - .desc = A bucket with attached wiring to better serve as a chinstrap. -ent-SlicedBucketBase = sliced bucket - .desc = A bucket with a vision slit cut into the side. -ent-SteelBucketBase = steel bucket - .desc = A bucket that's had steel welded onto it's exterior. It requires better shaping before it can be worn comfortably. -ent-ClothingHeadHelmetScrap = scrap helmet - .desc = A cobbled-together helmet made from cabling, steel, and a bucket. +ent-WiredBucketBase = кабельное ведро + .desc = Ведро с прикреплёнными к нему проводами, которые служат в качестве подбородочного ремня. +ent-SlicedBucketBase = разрезанное ведро + .desc = Ведро с прорезью для обзора, вырезанной в боковой части. +ent-SteelBucketBase = стальное ведро + .desc = Ведро с приваренной снаружи стальной накладкой. Нуждается в более тщательной подгонке для комфортного ношения. +ent-ClothingHeadHelmetScrap = мусорный шлем + .desc = Импровизированный шлем, собранный из кабелей, стали и ведра. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/masks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/masks.ftl index d44292e1f6..d67ad86dbf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/masks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/masks.ftl @@ -75,8 +75,8 @@ ent-ClothingMaskSadMime = грустная маска мима .desc = Многие считают, что именно так выглядит настоящая маска мима. ent-ClothingMaskScaredMime = испуганная маска мима .desc = Кажется, он бы закричал, если бы не маска. -ent-ClothingMaskMimeSecurity = security mime mask - .desc = You have the right to remain silent. +ent-ClothingMaskMimeSecurity = маска мима безопасности + .desc = Вы имеете право хранить молчание. ent-ClothingMaskItalianMoustache = итальянские усы .desc = Изготовлены из волосков настоящих итальянских усов. Придаёт владельцу непреодолимое желание бурно жестикулировать. ent-ClothingMaskNinja = маска ниндзя diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/specific.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/specific.ftl index 36ffb5640c..b3666aa826 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/specific.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/specific.ftl @@ -5,4 +5,4 @@ ent-ClothingMaskGasVoiceChameleon = { ent-ClothingMaskGasChameleon } .suffix = Голосовая маска, Хамелеон .desc = { ent-ClothingMaskGasChameleon.desc } ent-ClothingMaskGoldenCursed = золотая маска - .desc = Раньше использовались в странных пантомимах, но после того, как один из актёров сошел с ума на сцене, эти маски перестали использовать. Вы можете поклясться, что её лицо искажается, когда вы не смотрите. + .desc = Раньше использовались в странных пантомимах, но после того, как один из актёров сошёл с ума на сцене, эти маски перестали использовать. Вы можете поклясться, что её лицо искажается, когда вы не смотрите. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl index ad45806fd2..b71fbf7220 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl @@ -1,7 +1,7 @@ ent-ClothingNeckMantleCap = мантия капитана .desc = Удобная и шикарная мантия, подобающая только самому опытному капитану. ent-ClothingNeckMantleCE = мантия старшего инженера - .desc = Высокая видимость, есть. Система RIG, есть. Ячейка большой емкости, есть. Все, что может понадобиться главному инженеру в стильной мантии. + .desc = Высокая видимость, есть. Система RIG, есть. Ячейка большой ёмкости, есть. Все, что может понадобиться главному инженеру в стильной мантии. ent-ClothingNeckMantleCMO = мантия главного врача .desc = Для ГВ, который побывал в достаточном количестве медбеев, чтобы знать, что чем больше больше СИЗ, тем меньше визитов в хим чистку центрального командования после окончания смены. ent-ClothingNeckMantleHOP = мантия главы персонала diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl index 5592b708c0..6b0ddc71e9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl @@ -3,7 +3,7 @@ ent-ClothingNeckHeadphones = наушники ent-ClothingNeckStethoscope = стетоскоп .desc = Устаревший медицинский аппарат для прослушивания звуков человеческого тела. С ним вы будете выглядеть так, будто знаете, что делаете. ent-ActionStethoscope = Прослушать стетоскопом - .desc = { "" } + .desc = { ent-BaseAction.desc } ent-ClothingNeckBling = побрякушки .desc = Чертовски круто быть гангстером. ent-ClothingNeckLawyerbadge = значок адвоката diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl index 7adb1bc685..5db1a91f68 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl @@ -3,7 +3,7 @@ ent-ClothingOuterCoatBomber = куртка-бомбер ent-ClothingOuterCoatDetective = тренч детектива .desc = Мультифункциональный тренчкот XVIII века. Носящий его — серьёзный тип. ent-ClothingOuterCoatDetectiveLoadoutGrey = нуарный тренчкот - .desc = Ах, ваш верный тренчкот. Пара прорех тут и там придают ему более соответствующий детективу вид. По крайней мере, так вы сказали себе, когда узнали, что починка обойдется вам в 200 кредитов. + .desc = Ах, ваш верный тренчкот. Пара прорех тут и там придают ему более соответствующий детективу вид. По крайней мере, так вы сказали себе, когда узнали, что починка обойдётся вам в 200 кредитов. ent-ClothingOuterCoatDetectiveLoadout = { ent-ClothingOuterCoatDetective } .desc = { ent-ClothingOuterCoatDetective.desc } ent-ClothingOuterCoatGentle = аккуратное пальто diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/scraparmor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/scraparmor.ftl index 221c267744..59ea0440cb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/scraparmor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/scraparmor.ftl @@ -1,8 +1,8 @@ -ent-WiredApronBase = wired apron - .desc = An apron threaded with cabling. It looks incomplete. -ent-SteelApronBase = steel-covered apron - .desc = An apron with steel plating haphazardly affixed by spare cabling. In it's current state, it would fall apart immediately if worn. -ent-WeldedSteelApronBase = welded steel apron - .desc = An apron affixed with welded steel plating attached to spare cabling. The armor is no longer in danger of falling apart, but requires additional work to be worn securely. -ent-ClothingOuterArmorScrap = scrap armor - .desc = A tider's gleaming plate mail. Bail up, or you're a dead man. +ent-WiredApronBase = кабельный фартук + .desc = Фартук с кабельной прокладкой. Выглядит незавершённым. +ent-SteelApronBase = фартук покрытый сталью + .desc = Фартук со стальной пластиной, беспорядочно прикрепленной запасными кабелями. В текущем состоянии он распадётся как только его наденут. +ent-WeldedSteelApronBase = фартук с приваренной сталью + .desc = Фартук, прикрепленный с помощью сварных стальных пластин к запасным кабелям. Броня больше не грозит развалиться, но требует дополнительных работ для надежной фиксации. +ent-ClothingOuterArmorScrap = мусорная броня + .desc = Сверкающая кольчуга тайдера. Сдайся, или ты покойник. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/misc.ftl index 154f06a122..593c9dd846 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/misc.ftl @@ -5,9 +5,9 @@ ent-ClothingShoesLeather = кожаные ботинки ent-ClothingShoesSlippers = тапочки .desc = Пушистые! ent-ClothingShoeSlippersDuck = тапки-уточки - .desc = Хотелось бы, чтобы они издавали крякающие звуки, когда ты идешь. Но хорошо, что они этого не делают. + .desc = Хотелось бы, чтобы они издавали крякающие звуки, когда ты идёшь. Но хорошо, что они этого не делают. ent-ClothingShoeSlippersLizard = тапки-плюшевые ящерицы - .desc = Очаровательная пара тапочек, напоминающих ящерицу. Сочетайте их с другой зеленой одеждой, и вы станете самым крутым членом экипажа на станции! + .desc = Очаровательная пара тапочек, напоминающих ящерицу. Сочетайте их с другой зелёной одеждой, и вы станете самым крутым членом экипажа на станции! ent-ClothingShoesTourist = туристическая обувь .desc = Эти дешёвые сандалии не выглядят очень удобными. ent-ClothingShoesDameDane = туфли якудзы diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl index 1216cd1c2e..8fb9523348 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl @@ -51,7 +51,7 @@ ent-ClothingUniformJumpskirtParamedic = юбка-комбинезон парам ent-ClothingUniformJumpskirtBrigmedic = юбка-комбинезон бригмедика .desc = Форма, выдаваемая квалифицированным и прошедшим обучение лицам. Никого не волнует, что обучение продлилось полдня. ent-ClothingUniformJumpskirtPrisoner = юбка-комбинезон заключённого - .desc = Юбка-комбинезон, предназначенная для заключенных. Датчики костюма включены по умолчанию и не подлежат отключению. + .desc = Юбка-комбинезон, предназначенная для заключённых. Датчики костюма включены по умолчанию и не подлежат отключению. ent-ClothingUniformJumpskirtQM = юбка-комбинезон квартирмейстера .desc = Что Браун может сделать для вас? ent-ClothingUniformJumpskirtQMTurtleneck = юбка-водолазка квартирмейстера diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl index 7785f090ad..2363b7801f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl @@ -83,7 +83,7 @@ ent-ClothingUniformJumpsuitParamedic = комбинезон парамедика ent-ClothingUniformJumpsuitBrigmedic = комбинезон бригмедика .desc = Форма, выдаваемая квалифицированным и прошедшим обучение лицам. Никого не волнует, что обучение продлилось полдня. ent-ClothingUniformJumpsuitPrisoner = комбинезон заключённого - .desc = Комбинезон, предназначенный для заключенных. Датчики костюма включены по умолчанию и не подлежат отключению. + .desc = Комбинезон, предназначенный для заключённых. Датчики костюма включены по умолчанию и не подлежат отключению. ent-ClothingUniformJumpsuitQM = комбинезон квартирмейстера .desc = Что Браун может сделать для вас? ent-ClothingUniformJumpsuitQMTurtleneck = водолазка квартирмейстера diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl index fbf19bc02d..ed56102c80 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/chemistry_effects.ftl @@ -2,7 +2,7 @@ ent-BaseFoam = { "" } .desc = { "" } ent-Smoke = дым .desc = { ent-BaseFoam.desc } -ent-TearGasSmoke = tear gas +ent-TearGasSmoke = слезоточивый газ .desc = { ent-BaseFoam.desc } ent-TearGasSmokeWhite = { ent-TearGasSmoke } .desc = { ent-TearGasSmoke.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/mobspawn.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/mobspawn.ftl index c4fcb0815b..ad80d432ee 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/mobspawn.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/mobspawn.ftl @@ -10,7 +10,7 @@ ent-MobSpawnCrabGold = спавнер моб рудокраб золото .desc = { ent-MobSpawnCrabQuartz.desc } ent-MobSpawnCrabUranium = спавнер моб рудокраб уран .desc = { ent-MobSpawnCrabQuartz.desc } -ent-MobSpawnCrabBananium = mobspawner bananiumcrab +ent-MobSpawnCrabBananium = спавнер моб рудокраб бананиум .desc = { ent-MobSpawnCrabQuartz.desc } ent-EffectAnomalyFloraBulb = { "" } .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl index 77d8a0a7c5..5ac3a493c0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/puddle.ftl @@ -13,16 +13,16 @@ ent-PuddleTomato = { ent-PuddleTemporary } .desc = { ent-PuddleTemporary.desc } .suffix = Помидор ent-PuddleBloodSmall = { ent-PuddleTemporary } - .suffix = Blood (5u) + .suffix = Кровь (5 ед.) .desc = { ent-PuddleTemporary.desc } ent-PuddleBlood = { ent-PuddleTemporary } - .suffix = Blood (30u) + .suffix = Кровь (30 ед.) .desc = { ent-PuddleTemporary.desc } ent-PuddleFluorosulfuricAcidSmall = { ent-PuddleTemporary } - .suffix = FluorosulfuricAcid (5u) + .suffix = фторсерная кислота (5 ед.) .desc = { ent-PuddleTemporary.desc } ent-PuddleFluorosulfuricAcid = { ent-PuddleTemporary } - .suffix = FluorosulfuricAcid (15u) + .suffix = фторсерная кислота (15 ед.) .desc = { ent-PuddleTemporary.desc } ent-PuddleWatermelon = { ent-PuddleTemporary } .desc = { ent-PuddleTemporary.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/bots.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/bots.ftl index 029564fb9a..bd9b6ed1c9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/bots.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/bots.ftl @@ -2,9 +2,9 @@ ent-SpawnMobMedibot = спавнер медибот .desc = { ent-MarkerBase.desc } ent-SpawnMobCleanBot = спавнер чистобот .desc = { ent-MarkerBase.desc } -ent-SpawnMobFireBot = firebot spawner +ent-SpawnMobFireBot = спавнер пожарбот .desc = { ent-MarkerBase.desc } -ent-SpawnMobSupplyBot = supplybot spawner +ent-SpawnMobSupplyBot = спавнер грузбот .desc = { ent-MarkerBase.desc } -ent-SpawnMobHonkBot = honkbot spawner +ent-SpawnMobHonkBot = спавнер хонкбот .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/misc.ftl index db14c72868..25aeef1fb7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/misc.ftl @@ -1,5 +1,3 @@ ent-SpawnMobGingerbreadAI = спавнер пряничный человечек .suffix = Роль призрака .desc = { ent-MarkerBase.desc } -ent-SpawnHonkBot = спавнер хонкбот - .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl index 727a16e2fb..33ebd33f7e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs/xenos.ftl @@ -19,6 +19,6 @@ ent-SpawnMobXenoRunner = спавнер ксено ent-SpawnMobXenoSpitter = спавнер ксено .suffix = Плевальщик .desc = { ent-MarkerBase.desc } -ent-SpawnMobXenoLonePraetorian = Xeno Spawner - .suffix = Lone Praetorian, Exo Station +ent-SpawnMobXenoLonePraetorian = спавнер ксено + .suffix = Одинокий Преторианец, Exo Station .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/base.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/base.ftl index 84d7e1d954..1d5519317a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/base.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/base.ftl @@ -1,2 +1,2 @@ -ent-DecalSpawnerBase = Decal Spawner +ent-DecalSpawnerBase = спавнер декаль .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/dirt.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/dirt.ftl index 571a00e940..d336c475ad 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/dirt.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/dirt.ftl @@ -1,17 +1,17 @@ ent-DecalSpawnerDirtBase = { ent-DecalSpawnerBase } .desc = { ent-DecalSpawnerBase.desc } ent-DecalSpawnerDirtSingle = { ent-DecalSpawnerDirtBase } - .suffix = Dirt, 0 Radius + .suffix = Грязь, 0 радиус .desc = { ent-DecalSpawnerDirtBase.desc } ent-DecalSpawnerDirtNear = { ent-DecalSpawnerDirtBase } - .suffix = Dirt, 1.5 Radius + .suffix = Грязь, 1.5 радиус .desc = { ent-DecalSpawnerDirtBase.desc } ent-DecalSpawnerDirtWide = { ent-DecalSpawnerDirtBase } - .suffix = Dirt, 3 Radius + .suffix = Грязь, 3 радиус .desc = { ent-DecalSpawnerDirtBase.desc } ent-DecalSpawnerDirtMonospace = { ent-DecalSpawnerDirtBase } - .suffix = Dirt, Monospace, 1 Radius + .suffix = Грязь, Monospace, 1 радиус .desc = { ent-DecalSpawnerDirtBase.desc } ent-DecalSpawnerBurns = { ent-DecalSpawnerDirtMonospace } - .suffix = Burns, 1 Radius + .suffix = Копоть, 1 радиус .desc = { ent-DecalSpawnerDirtMonospace.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/flora.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/flora.ftl index aa523057d4..0d3e0a498c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/flora.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/flora.ftl @@ -1,23 +1,23 @@ ent-DecalSpawnerFloraBase = { ent-DecalSpawnerBase } .desc = { ent-DecalSpawnerBase.desc } ent-DecalSpawnerGrassyRock = { ent-DecalSpawnerFloraBase } - .suffix = Grassy Rock + .suffix = Травянистый камень .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerBasaltRock = { ent-DecalSpawnerFloraBase } - .suffix = Basalt Rock + .suffix = Базальтовый камень .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerBushesAC = { ent-DecalSpawnerFloraBase } - .suffix = Bushes (a-c) + .suffix = Кусты (а-в) .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerFlowers = { ent-DecalSpawnerFloraBase } - .suffix = Flowers + .suffix = Цветы .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerGrassAB = { ent-DecalSpawnerFloraBase } - .suffix = Grass (a-b) + .suffix = Трава (а-б) .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerGrassC = { ent-DecalSpawnerFloraBase } - .suffix = Grass (c) + .suffix = Трава (в) .desc = { ent-DecalSpawnerFloraBase.desc } ent-DecalSpawnerGrassDE = { ent-DecalSpawnerFloraBase } - .suffix = Grass (d-e) + .suffix = Трава (г-д) .desc = { ent-DecalSpawnerFloraBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/splatters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/splatters.ftl index d6397c08af..9347116991 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/splatters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/decals/splatters.ftl @@ -1,6 +1,6 @@ ent-DecalSpawnerBloodSplatters = { ent-DecalSpawnerBase } - .suffix = Blood Splatters, Footprints + .suffix = Брызги крови, следы .desc = { ent-DecalSpawnerBase.desc } ent-DecalSpawnerGraffiti = { ent-DecalSpawnerBase } - .suffix = Graffiti + .suffix = Граффити .desc = { ent-DecalSpawnerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/food_drinks/food_breakfast.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/food_drinks/food_breakfast.ftl index cf77761417..a222d0c70d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/food_drinks/food_breakfast.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/food_drinks/food_breakfast.ftl @@ -1,3 +1,3 @@ -ent-RandomFoodBreakfast = random food spawner - .suffix = Meal +ent-RandomFoodBreakfast = спавнер случайный еда + .suffix = Блюдо .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/elemental.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/elemental.ftl index fc2a97c869..cb5659e5dc 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/elemental.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/elemental.ftl @@ -15,8 +15,8 @@ ent-MobUraniumCrab = { ent-MobOreCrab } .desc = Рудный краб, состоящий из урана. .suffix = Уран ent-MobBananiumCrab = { ent-MobOreCrab } - .desc = An ore crab made from bananium. - .suffix = Bananium + .desc = Рудный краб, состоящий из бананиума. + .suffix = Бананиум ent-MobSilverCrab = { ent-MobOreCrab } .desc = Рудный краб, состоящий из серебра. .suffix = Серебро diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl index 5cdca7ec94..ee2078382a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/xeno.ftl @@ -19,5 +19,5 @@ ent-MobPurpleSnake = космическая гадюка ent-MobSmallPurpleSnake = космическая гадюка .desc = Уменьшенная версия грозной пурпурной змеи из Kepler-283c. .suffix = Маленькая -ent-MobXenoLonePraetorianNoGhost = lone praetorian - .desc = The last of its kind. +ent-MobXenoLonePraetorianNoGhost = одинокий Преторианец + .desc = Последний из своего вида. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/breakfast.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/breakfast.ftl index 3855501ebc..06de732c4d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/breakfast.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/breakfast.ftl @@ -1,6 +1,6 @@ ent-FoodBreakfastBase = { ent-FoodInjectableBase } - .desc = A full breakfast, rise and shine! -ent-FoodBreakfastAmerican = full american breakfast - .desc = A huge plate of protein and carbs, more likely to put you back in bed than get you out of it. Oh, what fresh hell is this? -ent-FoodBreakfastEnglish = full english breakfast - .desc = A huge plate of protein and carbs, more likely to put you back in bed than get you out of it. Don't mention the war! + .desc = Полный завтрак, проснись и пой! +ent-FoodBreakfastAmerican = полный американский завтрак + .desc = Огромная тарелка протеинов и углеводов, скорее уложит вас обратно в кровать чем наоборот. Что же это за чертовщина!? +ent-FoodBreakfastEnglish = полный английский завтрак + .desc = Огромная тарелка протеинов и углеводов, скорее уложит вас обратно в кровать чем наоборот. Не буди лихо, пока оно тихо! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/meat.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/meat.ftl index b86d4de55d..4fa79809f9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/meat.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/meat.ftl @@ -55,7 +55,7 @@ ent-FoodMeatClown = мясо клоуна ent-FoodMeatMeatball = фрикаделька .desc = Шарик сырого мяса. Ноу хомо. ent-FoodMeatPatty = мясная котлета - .desc = Плоский кусок измельченного мяса. Готовый к прожарке на гриле. + .desc = Плоский кусок измельчённого мяса. Готовый к прожарке на гриле. ent-FoodMeatSlime = шар слизи .desc = Студенистая масса из слаймового желе. ent-FoodMeatSnail = сырое мясо улитки diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl index 1aa9d2636a..abad4c59a4 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/snacks.ftl @@ -47,8 +47,8 @@ ent-FoodSnackMREBrownie = брауни ent-FoodSnackMREBrownieOpen = брауни .desc = { ent-FoodSnackMREBrownie.desc } .suffix = ИРП -ent-FoodSnackSwirlLollipop = swirl lollipop - .desc = A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now? +ent-FoodSnackSwirlLollipop = леденец-спиралька + .desc = Спираль чистого концентрированного сахара. Кто сейчас самый большой ребенок в песочнице? ent-FoodPacketTrash = { ent-BaseItem } .desc = Это мусор. ent-FoodPacketBoritosTrash = пакетик от боритос diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl index c3d9129029..c333d63d7d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl @@ -1,10 +1,8 @@ -ent-WeaponEnergyTurretStationMachineCircuitboardBase = sentry turret machine board - .desc = A machine printed circuit board for a sentry turret. -ent-WeaponEnergyTurretStationMachineCircuitboard = охранная турель (машинная плата) +ent-WeaponEnergyTurretStationMachineCircuitboardBase = охранная турель (машинная плата) .desc = Печатная плата для охранной турели. ent-WeaponEnergyTurretSecurityMachineCircuitboard = { ent-WeaponEnergyTurretStationMachineCircuitboardBase } - .suffix = Security + .suffix = Служба безопасности .desc = { ent-WeaponEnergyTurretStationMachineCircuitboardBase.desc } -ent-WeaponEnergyTurretAIMachineCircuitboard = охранная турель ИИ (машинная плата) - .desc = Печатная плата для охранной турели ИИ. - .suffix = AI, Silicon +ent-WeaponEnergyTurretAIMachineCircuitboard = { ent-WeaponEnergyTurretStationMachineCircuitboardBase } + .desc = { ent-WeaponEnergyTurretStationMachineCircuitboardBase.desc } + .suffix = ИИ, Синтетики diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl index f846ac40bb..360bc09c88 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl @@ -161,4 +161,4 @@ ent-ChameleonPDA = КПК пассажира .desc = Почему он не серый? .suffix = Хамелеон ent-WizardPDA = КПК волшебника - .desc = Вы слышите слабый шепот, доносящийся из него. + .desc = Вы слышите слабый шёпот, доносящийся из него. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl index 573d107698..06be1a095a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/plushies.ftl @@ -1,70 +1,73 @@ -ent-BaseStash = { "" } - .desc = { "" } - -ent-ToyRubberDuck = резиновая уточка - .desc = Не занесена сюда океанскими течениями. -ent-BaseFigurineCheapo = фигурка - .desc = Небольшая миниатюра. -ent-ToyAi = игрушечный ИИ - .desc = Уменьшенное игрушечное ядро искусственного интеллекта. -ent-BaseRubberToy = { ent-BaseItem } +ent-BasePlushie = { ent-BaseItem } .desc = { ent-BaseItem.desc } -ent-ToyNuke = игрушечная ядерка - .desc = Пластиковая модель взрывного ядерного устройства. Без урана внутри... скорее всего. -ent-ToyIan = игрушечный иан - .desc = Не может кушать, но такой же пушистый, как настоящий! -ent-FoamWeaponBase = { ent-BaseItem } - .desc = { ent-BaseItem.desc } -ent-FoamCrossbow = поролоновый арбалет - .desc = Целясь этим в офицеров, будьте готовы словить свинца. -ent-ToyGunBase = ToyGunBase - .desc = Дерзай — налетай, целься и стреляй. -ent-RevolverCapGun = игрушечный пистолет - .desc = Выглядит почти как настоящий! От 8 лет и старше. -ent-RevolverCapGunFake = { ent-RevolverCapGun } - .desc = { ent-RevolverCapGun.desc } - .suffix = Боевой -ent-FoamBlade = пеноклинок - .desc = Полустёртая надпись на нём выглядит непонятной игрой слов с использованием местных идиоматических выражений. -ent-Basketball = баскетбольный мяч - .desc = Где спортивная площадка? -ent-Football = мяч для регби - .desc = Рукояйцо, не для игры в ногомяч. -ent-BeachBall = пляжный мяч - .desc = Простой пляжный мяч — один из самых популярных продуктов компании Nanotrasen. 'Почему мы делаем пляжные мячи? Потому что мы можем! (TM)' — Nanotrasen. -ent-BalloonSyn = воздушный шарик Синдиката - .desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. -ent-BalloonCorgi = воздушный шарик корги - .desc = То же, что и владеть настоящей собакой — только гораздо более летучей. -ent-SingularityToy = игрушечная сингулярность - .desc = Массово производится корпоративным конгломератом садистов! -ent-TeslaToy = Тедди Теслы - .desc = Любимая игрушка великого инженера Николы Теслы. -ent-BalloonNT = воздушный шарик Nanotrasen - .desc = Разработан специально для причинения максимального психологического вреда оперативникам Синдиката. -ent-PonderingOrb = шар размышлений - .desc = Ponderous, man... Really ponderous. -ent-ToySword = игрушечный меч - .desc = Новый пластиковый меч от Sandy-Cat! Имеет реалистичный звук и насыщенный цвет! Почти как настоящий! -ent-ToyAmongPequeno = маленький амонг - .desc = Сас! -ent-FoamCutlass = игрушечная абордажная сабля - .desc = Переоденьтесь в пирата и заставьте своих друзей пройти по доске. -ent-PonderingOrbWizard = шар размышлений - .desc = Ponderous, man... Really ponderous. Волшебным образом показывает сеть камер станции. - .suffix = Волшебник -ent-ClownRecorder = клоунский диктофон - .desc = Когда не удаётся рассмешить окружающих естественным способом! -ent-ToyHammer = резиновый молоток - .desc = Ярко раскрашенный молоток из резины. -ent-WhoopieCushion = подушка-пердушка - .desc = Устройство для розыгрышей, связанных с метеоризмом. -ent-PlasticBanana = банан - .desc = Пластиковый банан. - .suffix = Пластик -ent-CrazyGlue = тюбик сумасшедшего клея - .desc = Бутылка сумасшедшего клея производства компании Honk! Co. -ent-NewtonCradle = колыбель Ньютона - .desc = Устройство, которое скучающие бумагомаратели используют, дабы напомнить себе, что время ещё не остановилось. Содержит гравитацию. -ent-RubberChicken = резиновая курочка - .desc = Вызывающая стресс пародия на самое аппетитное пернатое в природе. +ent-PlushieThrongler = плюшевый Нагибатор + .desc = Мягкая игрушка, напоминающая грузчикам о том, чего они больше не могут иметь. +ent-PlushieGhost = плюшевый призрак + .desc = Начало вашей собственной БАНДЫ ПРИЗРАКОВ! +ent-PlushieGhostRevenant = плюшевый ревенант + .desc = Такой мягкий, что вызывает желание вздремнуть... +ent-PlushieBee = плюшевая пчела + .desc = Милая игрушка, напоминающая ещё более милого программиста. Нужно быть монстром, чтобы порвать её. +ent-PlushieHampter = плюшевый хома + .desc = Милая игрушка, напоминающая хомяка. Его мордочка выглядит приплюснутой. +ent-PlushieRGBee = плюшевая RGB-пчела + .desc = Милая игрушка, напоминающая плюшевую пчелу после того, как вы закинулись ЛСД. +ent-PlushieNuke = плюшевый нюкер + .desc = Мягкая игрушка, напоминающая ядерного оперативника Синдиката. На бирке указано, что оперативники — это полнейшая выдумка. +ent-PlushieRouny = плюшевый руни + .desc = Руни. +ent-PlushieLamp = плюшевая лампа + .desc = Светящийся друг! +ent-PlushieArachind = плюшевый арахнид + .desc = Очаровательная мягкая игрушка, напоминающая арахнида. На ощупь она шелковистая. +ent-PlushieLizard = плюшевая ящерица + .desc = Очаровательная мягкая игрушка, напоминающая рептилию. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". +ent-PlushieExperiment = экспериментальная плюшка + .desc = Плюшка игрушка в виде канида, она жаждет, чтобы её подорвали на мине. +ent-PlushieRainbowLizard = радужная плюшевая рептилия + .desc = Очаровательная мягкая игрушка, напоминающая рептилию любого цвета. Глядя на неё можно упороться... +ent-PlushieLizardMirrored = { ent-PlushieLizard } + .desc = { ent-PlushieLizard.desc } + .suffix = Отзеркален +ent-PlushieSpaceLizard = плюшевая космическая рептилия + .desc = Очаровательная мягкая игрушка, напоминающая рептилию в ВКД скафандре. Изготовлена Центком в рамках показательной инициативы по борьбе с дискриминацией по видовому признаку в рабочей среде. "Приветствуйте своих новых коллег как вы приветствуете эту игрушку, с распростёртыми объятиями!". +ent-PlushieLizardInversed = плюшевая ацирещя + .desc = Очаровательная мягкая игрушка, напоминающая человека-ящерицу из инверсированного измерения. Хев! +ent-PlushieDiona = плюшевая диона + .desc = Очаровательная мягкая игрушка, напоминающая диону. Любит воду и обнимашки. Не мочить! +ent-PlushieSharkBlue = синяя плюшевая акула + .desc = Большая и надёжная, чтобы всегда быть рядом с вами, если вы захотите исследовать подводный мир. +ent-PlushieSharkPink = розовая плюшевая акула + .desc = Хонкула :) +ent-PlushieSharkGrey = серая плюшевая акула + .desc = Спокойная, сдержанная акула. Любит плавать по серым волнам. +ent-PlushieRatvar = плюшевый Ратвар + .desc = Маленькая плюшевая игрушка древнего бога Ратвара. +ent-PlushieNar = плюшевая Нар'Cи + .desc = Маленькая плюшевая игрушка древней богини Нар'Си. +ent-PlushieCarp = плюшевый карп + .desc = Очаровательная мягкая игрушка, напоминающая ужасающего космического карпа. +ent-PlushieMagicarp = плюшевый мэджикарп + .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого мэджикарпа. +ent-PlushieRainbowCarp = плюшевый радужный карп + .desc = Очаровательная мягкая игрушка, напоминающая чрезвычайно редкого радужного карпа. +ent-PlushieHolocarp = плюшевый голокарп + .desc = Голографическая мягкая игрушка, напоминающая заклятого врага учёных — голокарпа. +ent-PlushieSlime = плюшевый слайм + .desc = Очаровательная мягкая игрушка, напоминающая слайм. По сути, это мяч для футбэга. +ent-PlushieSnake = плюшевая змея + .desc = Очаровательная мягкая игрушка, напоминающая змею. +ent-ToyMouse = игрушечная мышь + .desc = Яркая игрушечная мышка! +ent-PlushieVox = плюшевый вокс + .desc = СКРИИИИИИИИИИИИ! +ent-PlushieAtmosian = плюшевый атмосианин + .desc = Очаровательная мягкая игрушка, напоминающая храброго атмосианина. К сожалению, он не устранит разгерметизацию за вас. +ent-PlushieXeno = плюшевый ксено + .desc = Очаровательная мягкая игрушка, напоминающая страшного ксеноморфа. Вам повезло, что это всего лишь игрушка. +ent-PlushiePenguin = плюшевый пингвин + .desc = Кстати, я использую Arch! +ent-PlushieHuman = плюшевый человек + .desc = Плюшевый человек из войлока. Качество — ниже не бывает. Человек голый. Человек плачет. Человек кричит. +ent-PlushieMoth = плюшевая моль + .desc = Милая и пушистая плюшевая моль. Развлекайтесь, бз! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl new file mode 100644 index 0000000000..ad4e6bbd95 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl @@ -0,0 +1,69 @@ +ent-BaseStash = { "" } + .desc = { "" } +ent-ToyRubberDuck = резиновая уточка + .desc = Не занесена сюда океанскими течениями. +ent-BaseFigurineCheapo = фигурка + .desc = Небольшая миниатюра. +ent-ToyAi = игрушечный ИИ + .desc = Уменьшенное игрушечное ядро искусственного интеллекта. +ent-BaseRubberToy = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-ToyNuke = игрушечная ядерка + .desc = Пластиковая модель взрывного ядерного устройства. Без урана внутри... скорее всего. +ent-ToyIan = игрушечный иан + .desc = Не может кушать, но такой же пушистый, как настоящий! +ent-FoamWeaponBase = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-FoamCrossbow = поролоновый арбалет + .desc = Целясь этим в офицеров, будьте готовы словить свинца. +ent-ToyGunBase = ToyGunBase + .desc = Дерзай — налетай, целься и стреляй. +ent-RevolverCapGun = игрушечный пистолет + .desc = Выглядит почти как настоящий! От 8 лет и старше. +ent-RevolverCapGunFake = { ent-RevolverCapGun } + .desc = { ent-RevolverCapGun.desc } + .suffix = Боевой +ent-FoamBlade = пеноклинок + .desc = Полустёртая надпись на нём выглядит непонятной игрой слов с использованием местных идиоматических выражений. +ent-Basketball = баскетбольный мяч + .desc = Где спортивная площадка? +ent-Football = мяч для регби + .desc = Рукояйцо, не для игры в ногомяч. +ent-BeachBall = пляжный мяч + .desc = Простой пляжный мяч — один из самых популярных продуктов компании Nanotrasen. 'Почему мы делаем пляжные мячи? Потому что мы можем! (TM)' — Nanotrasen. +ent-BalloonSyn = воздушный шарик Синдиката + .desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. +ent-BalloonCorgi = воздушный шарик корги + .desc = То же, что и владеть настоящей собакой — только гораздо более летучей. +ent-SingularityToy = игрушечная сингулярность + .desc = Массово производится корпоративным конгломератом садистов! +ent-TeslaToy = Тедди Теслы + .desc = Любимая игрушка великого инженера Николы Теслы. +ent-BalloonNT = воздушный шарик Nanotrasen + .desc = Разработан специально для причинения максимального психологического вреда оперативникам Синдиката. +ent-PonderingOrb = шар размышлений + .desc = Ponderous, man... Really ponderous. +ent-ToySword = игрушечный меч + .desc = Новый пластиковый меч от Sandy-Cat! Имеет реалистичный звук и насыщенный цвет! Почти как настоящий! +ent-ToyAmongPequeno = маленький амонг + .desc = Сас! +ent-FoamCutlass = игрушечная абордажная сабля + .desc = Переоденьтесь в пирата и заставьте своих друзей пройти по доске. +ent-PonderingOrbWizard = шар размышлений + .desc = Ponderous, man... Really ponderous. Волшебным образом показывает сеть камер станции. + .suffix = Волшебник +ent-ClownRecorder = клоунский диктофон + .desc = Когда не удаётся рассмешить окружающих естественным способом! +ent-ToyHammer = резиновый молоток + .desc = Ярко раскрашенный молоток из резины. +ent-WhoopieCushion = подушка-пердушка + .desc = Устройство для розыгрышей, связанных с метеоризмом. +ent-PlasticBanana = банан + .desc = Пластиковый банан. + .suffix = Пластик +ent-CrazyGlue = тюбик сумасшедшего клея + .desc = Бутылка сумасшедшего клея производства компании Honk! Co. +ent-NewtonCradle = колыбель Ньютона + .desc = Устройство, которое скучающие бумагомаратели используют, дабы напомнить себе, что время ещё не остановилось. Содержит гравитацию. +ent-RubberChicken = резиновая курочка + .desc = Вызывающая стресс пародия на самое аппетитное пернатое в природе. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl index 1183e0a257..2b603d9a58 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl @@ -5,6 +5,6 @@ ent-BorgFireExtinguisher = маневровый джет ent-ExtinguisherSpray = струя огнетушителя .desc = { ent-Vapor.desc } ent-FireExtinguisherMini = карманный огнетушитель - .desc = Легкая и компактная модель огнетушителя в стекловолоконном корпусе. Вмещает меньше воды, чем его старший брат. + .desc = Лёгкая и компактная модель огнетушителя в стекловолоконном корпусе. Вмещает меньше воды, чем его старший брат. ent-SelfRechargingFireExtinguisher = самозаполняющийся огнетушитель .desc = Он тушит пожары. Он медленно заполняется водой. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/implanters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/implanters.ftl index 5445dc4d65..fc5367f459 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/implanters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/implanters.ftl @@ -1,5 +1,5 @@ ent-BaseImplanter = имплантер - .desc = Шприц, специально предназначенный для введения и извлечения подкожных имплантов. Будьте осторожны при извлечении имплантатов, так как неправильные настройки извлечения могут травмировать пользователя. + .desc = { ent-BaseItem.desc } ent-Implanter = { ent-BaseImplanter } .desc = Одноразовый шприц, специально предназначенный для введения и извлечения подкожных имплантов. ent-ImplanterAdmeme = { ent-Implanter } @@ -31,8 +31,7 @@ ent-ScramImplanter = имплантер "побег" .desc = { ent-BaseImplantOnlyImplanterSyndi.desc } ent-DnaScramblerImplanter = имплантер "миксер ДНК" .desc = { ent-BaseImplantOnlyImplanterSyndi.desc } -ent-ChameleonControllerImplanter = chameleon controller implant - .suffix = chameleon controller +ent-ChameleonControllerImplanter = имплантер "контроллер хамелеона" .desc = { ent-BaseImplantOnlyImplanterSyndi.desc } ent-MicroBombImplanter = имплантер "микробомба" .desc = { ent-BaseImplantOnlyImplanterSyndi.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/machine_parts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/machine_parts.ftl index 7435e22b9b..8d43739972 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/machine_parts.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/machine_parts.ftl @@ -1,11 +1,5 @@ ent-BaseStockPart = stock part .desc = What? -ent-CapacitorStockPart = конденсатор - .desc = Базовый конденсатор, используемый при создании различных устройств. - .suffix = Уровень 1 -ent-MicroManipulatorStockPart = манипулятор - .desc = Базовый манипулятор, используемый при создании некоторых устройств. - .suffix = Уровень 1 -ent-MatterBinStockPart = ёмкость материи - .desc = Базовая ёмкость материи, используемая при создании различных устройств. +ent-MicroManipulatorStockPart = модульная машинная часть + .desc = Базовая машинная часть, используемая при строительстве разнообразных устройств. .suffix = Уровень 1 diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/spider_web.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/spider_web.ftl deleted file mode 100644 index 804c5c668b..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/spider_web.ftl +++ /dev/null @@ -1,4 +0,0 @@ -ent-SpiderWeb = паутина - .desc = Она вязкая и липкая. -ent-SpiderWebClown = клоунская паутина - .desc = Она вязкая и скользкая. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl index daee500277..94000b4c8c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl @@ -22,12 +22,12 @@ ent-ScramImplant = имплант "побег" .desc = Этот имплант при активации случайным образом телепортирует пользователя в большом радиусе. ent-DnaScramblerImplant = имплант "миксер ДНК" .desc = Этот имплант позволяет пользователю случайным образом изменить свою внешность и имя один раз. -ent-ChameleonControllerImplant = chameleon controller implant - .desc = This implant allows you to instantly change the appearance of all worn chameleon clothing. +ent-ChameleonControllerImplant = имплант "контроллер хамелеона" + .desc = Этот имплант позволяет пользователю мгновенно менять внешний вид всех надетых хамелеон-вещей. ent-MicroBombImplant = имплант "микробомба" .desc = Этот имплант взрывает пользователя при активации или после смерти. ent-MacroBombImplant = имплант "макробомба" - .desc = Этот имплант создает большой взрыв при смерти после запрограммированного обратного отсчета. + .desc = Этот имплант создаёт большой взрыв при смерти после запрограммированного обратного отсчёта. ent-DeathAcidifierImplant = имплант "посмертный растворитель" .desc = Этот имплант расплавляет пользователя и его снаряжение после смерти. ent-DeathRattleImplant = имплант "предсмертный хрип" diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl index cf3280edae..b0d690feb7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/tiles.ftl @@ -64,7 +64,7 @@ ent-FloorTileItemDark = тёмная плитка .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemTechmaint = технический пол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemTechmaintDark = dark techmaint floor +ent-FloorTileItemTechmaintDark = тёмный технический пол .desc = { ent-FloorTileItemBase.desc } ent-FloorTileItemMono = моно плитка .desc = { ent-FloorTileItemBase.desc } @@ -205,13 +205,13 @@ ent-FloorTileItemAstroAsteroidSandBorderless = безграничный астр .desc = Искусственный песок. К счастью, он не такой крупнозернистый, как настоящий. ent-FloorTileItemWoodLarge = большой деревянный пол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemXeno = xeno floor +ent-FloorTileItemXeno = ксенопол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemXenoSteel = xeno steel floor +ent-FloorTileItemXenoSteel = стальной ксенопол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemXenoSteelCorner = xeno steel corner floor +ent-FloorTileItemXenoSteelCorner = стальной угловой ксенопол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemXenoMaint = xeno techmaint +ent-FloorTileItemXenoMaint = технический ксенопол .desc = { ent-FloorTileItemBase.desc } -ent-FloorTileItemDarkSquiggly = dark steel squiggly tile +ent-FloorTileItemDarkSquiggly = тёмная волнистая стальная плитка .desc = { ent-FloorTileItemDark.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/powercells.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/powercells.ftl index ad7ce2cd5f..fb22b4d0c5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/powercells.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/powercells.ftl @@ -9,7 +9,7 @@ ent-PowerCellSmallPrinted = { ent-PowerCellSmall } .suffix = Пустой .desc = { ent-PowerCellSmall.desc } ent-PowerCellSmallNuclear = ядерная батарея малой ёмкости - .desc = Самозаряжаемый элемент питания, разработанный для быстрой зарядки за счёт уменьшения емкости. + .desc = Самозаряжаемый элемент питания, разработанный для быстрой зарядки за счёт уменьшения ёмкости. ent-PowerCellMedium = батарея средней ёмкости .desc = Перезаряжаемый элемент питания. Популярный и надёжный вариант. .suffix = Полный diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/cargo/mail_bag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/cargo/mail_bag.ftl index 0b1d82ab20..6539a036f6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/cargo/mail_bag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/cargo/mail_bag.ftl @@ -1,2 +1,2 @@ ent-MailBag = сумка для почты - .desc = Сумка для переноски почты по станции. Изготовлена из дубленой шкуры космического медведя. + .desc = Сумка для переноски почты по станции. Изготовлена из дублёной шкуры космического медведя. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry.ftl index 858199c4c7..04e84abbfa 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry.ftl @@ -18,7 +18,7 @@ ent-BluespaceBeaker = блюспейс мензурка ent-Dropper = пипетка .desc = Используется для перемещения небольших объёмов реагентов между ёмкостями. ent-BorgDropper = гидравлическая пипетка - .desc = Современная гидравлическая пипетка, созданная для киборгов. Она отличается большей емкостью, чем ручные пипетки, и может вместить 15 единиц жидкости. + .desc = Современная гидравлическая пипетка, созданная для киборгов. Она отличается большей ёмкостью, чем ручные пипетки, и может вместить 15 единиц жидкости. ent-BaseSyringe = шприц .desc = Используется для забора образцов крови у существ или для введения им реагентов. ent-Syringe = { ent-BaseSyringe } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl index 0055416d77..d03cd83080 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl @@ -8,6 +8,6 @@ ent-CartridgePistolIncendiary = патрон (.35 авто зажигатель .desc = { ent-BaseCartridgePistol.desc } ent-CartridgePistolUranium = патрон (.35 авто урановый) .desc = { ent-BaseCartridgePistol.desc } -ent-CartridgePistolSpent = cartridge (.35 auto) - .suffix = spent +ent-CartridgePistolSpent = патрон (.35 авто) + .suffix = Использован .desc = { ent-BaseCartridgePistol.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/lmgs/lmgs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/lmgs/lmgs.ftl index b99b30a4bd..8e1e2db5f5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/lmgs/lmgs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/lmgs/lmgs.ftl @@ -1,7 +1,7 @@ ent-BaseWeaponLightMachineGun = BaseWeaponLightMachineGun .desc = Дерзай — налетай, целься и стреляй. ent-WeaponLightMachineGunL6 = L6 SAW - .desc = Разработанный компанией Waffle Corp, L6 SAW - это смертоносный лёгкий пулемёт, часто используемое мародёрами Gorlex. Несмотря на громоздкость и плохую эргономичность, его тяжёлый ствол и большая емкость магазина делают его идеальным для подавления противника градом пуль. Питается от патронных лент .30 калибра. + .desc = Разработанный компанией Waffle Corp, L6 SAW - это смертоносный лёгкий пулемёт, часто используемое мародёрами Gorlex. Несмотря на громоздкость и плохую эргономичность, его тяжёлый ствол и большая ёмкость магазина делают его идеальным для подавления противника градом пуль. Питается от патронных лент .30 калибра. .suffix = Пулемёт ent-WeaponLightMachineGunL6C = L6C ROW .desc = L6 SAW для киборгов. На ходу создаёт патроны калибра .30 винтовочный из встроенного самозарядного фабрикатора боеприпасов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl index fe7232b662..c7f5cf6a77 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/rifles/rifles.ftl @@ -1,7 +1,7 @@ ent-BaseWeaponRifle = BaseWeaponRifle .desc = Дерзай — налетай, целься и стреляй. ent-WeaponRifleAk = АКМС - .desc = Несколько побитая боевая винтовка, конструкция которой берёт своё начало на старой Земле. Популярна среди преступников, ополченцев и террористов благодаря своей известной надежности и простой конструкции. Использует патроны калибра .30 винтовочный. + .desc = Несколько побитая боевая винтовка, конструкция которой берёт своё начало на старой Земле. Популярна среди преступников, ополченцев и террористов благодаря своей известной надёжности и простой конструкции. Использует патроны калибра .30 винтовочный. .suffix = Автомат ent-WeaponRifleM90GrenadeLauncher = М-90gl .desc = Карабин старой модели, выполненный по схеме булл-пап, с подствольным гранатомётом. Использует патроны калибра .20 винтовочный. @@ -9,7 +9,7 @@ ent-WeaponRifleM90GrenadeLauncher = М-90gl ent-WeaponRifleLecter = Лектер .desc = Первоклассная армейская штурмовая винтовка. Использует патроны калибра .20 винтовочный. .suffix = Автомат -ent-WeaponRifleEstoc = Estoc DMR - .desc = A designated marksman rifle, favored for medium-to-long range engagements. Uses .20 rifle ammo. +ent-WeaponRifleEstoc = марксманская винтовка Эсток + .desc = Марксманская винтовка, предпочитаемая для перестрелок на средних и дальних дистанциях. Использует патроны калибра .20 винтовочный. ent-WeaponRifleFoam = Астро-Ас Сила Пенопласта .desc = Первоклассная пенопластовая винтовка высочайшего качества. Её пластик прочен на ощупь, а механизмы надёжены. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/snipers/snipers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/snipers/snipers.ftl index 762d844ed2..0bc20f82ec 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/snipers/snipers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/snipers/snipers.ftl @@ -1,7 +1,7 @@ ent-BaseWeaponSniper = BaseWeaponSniper .desc = Дерзай — налетай, целься и стреляй. ent-WeaponSniperMosin = Кардашёв-Мосин - .desc = Настоящая реликвия, винтовка Кардашёва-Мосина использовалась практически во всех вооруженных конфликтах с момента ее создания 670 лет назад. Конструкция винтовки с затворной системой практически не изменилась с момента ее создания, будь то для охоты, снайперской стрельбы или бесконечных окопных боев. Вмещает 10 патронов калибра .30 винтовочные. + .desc = Настоящая реликвия, винтовка Кардашёва-Мосина использовалась практически во всех вооружённых конфликтах с момента её создания 670 лет назад. Конструкция винтовки с затворной системой практически не изменилась с момента её создания, будь то для охоты, снайперской стрельбы или бесконечных окопных боев. Вмещает 10 патронов калибра .30 винтовочные. .suffix = Винтовка ent-WeaponSniperHristov = Христов .desc = Портативная крупнокалиберная снайперская винтовка. Стреляет мощными бронебойными патронами, калибра .60 крупнокалиберный. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets/turrets_energy.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets/turrets_energy.ftl index 7907e512f2..07f534e260 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets/turrets_energy.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets/turrets_energy.ftl @@ -1,13 +1,11 @@ -ent-WeaponEnergyTurretStationBase = sentry turret - .desc = A high-tech autonomous weapons system designed to keep unauthorized personnel out of sensitive areas. -ent-WeaponEnergyTurretStation = охранная турель +ent-WeaponEnergyTurretStationBase = охранная турель .desc = Высокотехнологичная автономная система вооружения, предназначенная для предотвращения проникновений посторонних лиц в важные зоны. +ent-WeaponEnergyTurretAI = { ent-WeaponEnergyTurretStationBase } + .suffix = ИИ, Синтетики + .desc = { ent-WeaponEnergyTurretStationBase.desc } ent-WeaponEnergyTurretSecurity = { ent-WeaponEnergyTurretStationBase } - .suffix = Security + .suffix = Служба безопасности .desc = { ent-WeaponEnergyTurretStationBase.desc } ent-WeaponEnergyTurretCommand = { ent-WeaponEnergyTurretStationBase } - .suffix = Command + .suffix = Командование .desc = { ent-WeaponEnergyTurretStationBase.desc } -ent-WeaponEnergyTurretAI = охранная турель ИИ - .desc = Высокотехнологичная автономная система вооружения под непосредственным управлением местного искусственного интеллекта. - .suffix = AI, Silicon diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl index aa7766ab65..663b51017d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/melee/armblade.ftl @@ -1,2 +1,2 @@ ent-ArmBlade = рука-клинок - .desc = Гротескный клинок из костей и плоти, который рассекает людей, как горячий нож масло. + .desc = Гротескный клинок из костей и плоти, который может открывать шлюзы, и рассекает людей как горячий нож масло. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index c41c4b8d82..eba636e561 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -281,7 +281,7 @@ ent-AirlockMaintLocked = { ent-AirlockMaint } .suffix = Закрыт .desc = { ent-AirlockMaint.desc } ent-AirlockXenoMaintLocked = { ent-AirlockXeno } - .suffix = Maintenance, Locked + .suffix = Техобслуживание, Закрыт .desc = { ent-AirlockXeno.desc } ent-AirlockMaintGlassLocked = { ent-AirlockMaintGlass } .suffix = Закрыт diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl index 1168224b77..60ea14d004 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/airlocks.ftl @@ -95,11 +95,11 @@ ent-AirlockCentralCommandGlass = { ent-AirlockCommandGlass } .suffix = Центральное командование .desc = { ent-AirlockCommandGlass.desc } ent-AirlockStandardGlass = { ent-AirlockGlass } - .suffix = Service + .suffix = Сервис .desc = { ent-AirlockGlass.desc } ent-AirlockXeno = { ent-Airlock } - .suffix = Xeno + .suffix = Ксено .desc = { ent-Airlock.desc } ent-AirlockGlassXeno = { ent-AirlockGlass } - .suffix = Xeno + .suffix = Ксено .desc = { ent-AirlockGlass.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl index 3040928b0b..cfc5f45d8d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/blast_door.ftl @@ -5,10 +5,10 @@ ent-BlastDoorOpen = { ent-BlastDoor } .desc = { ent-BlastDoor.desc } ent-BlastDoorFrame = каркас гермозатвора .desc = { ent-BlastDoor.desc } -ent-BlastDoorXeno = xeno blast door - .desc = Don't lose an arm! +ent-BlastDoorXeno = ксеногермозатвор + .desc = Не потеряйте руку! ent-BlastDoorXenoOpen = { ent-BlastDoorXeno } - .suffix = Open + .suffix = Открытый .desc = { ent-BlastDoorXeno.desc } -ent-BlastDoorXenoFrame = xeno blast door frame - .desc = This one says 'BLAST DONGER'. +ent-BlastDoorXenoFrame = каркас ксеногермозатора + .desc = Имеется надпись "ОПАСНОСТЬ ВЗРЫВА". diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl index 61c9c615bd..74007289ea 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/chairs.ftl @@ -46,5 +46,5 @@ ent-SteelBench = стальная скамейка .desc = Длинная скамья, созданная для метро. Реально стандартный дизайн. ent-WoodenBench = деревянная скамейка .desc = Получили занозу? По крайней мере, она экологически чистая. -ent-ChairXeno = xeno chair +ent-ChairXeno = ксеностул .desc = { ent-StoolBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl index 4c9a189fb8..255fd0e91d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/tables/tables.ftl @@ -24,8 +24,8 @@ ent-TableStone = каменный стол .desc = Буквально самая прочная вещь, которую вы когда-либо видели. ent-TableWeb = паутинный стол .desc = Очень гладкий и удивительно прочный. -ent-TableXeno = xeno table - .desc = I wouldn't put the silverware on it. +ent-TableXeno = ксеностол + .desc = Я бы не клал на него серебряные столовые приборы. ent-TableFancyBase = красивый стол .desc = Дорого и богато. ent-TableFancyBlue = { ent-TableFancyBase } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/gates.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/gates.ftl index 20159e40aa..15582eefcf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/gates.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/gates.ftl @@ -25,4 +25,4 @@ ent-EdgeDetector = детектор сигнала ent-PowerSensor = датчик питания .desc = Генерирует сигналы в ответ на изменение напряжения в сети. Может циклически переключаться между напряжениями кабеля. ent-MemoryCell = ячейка памяти - .desc = Схема D-триггер защелки, хранящая сигнал, который может быть изменён в зависимости от входного и разрешающего портов. + .desc = Схема D-триггер защёлки, хранящая сигнал, который может быть изменён в зависимости от входного и разрешающего портов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl index 9cc4f63d9b..f35af77017 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/medical/cryo_pod.ftl @@ -1,4 +1,4 @@ ent-CryoPod = криокапсула .desc = Специальный агрегат, создающий безопасную среду для применения химикатов, работающих в условиях низких температур. -ent-CryoPodDestroyed = destroyed cryo pod - .desc = A cryo pod that has seen better days. It's entirely inoperable; not good for anything but scrap. +ent-CryoPodDestroyed = разрушенная криокапсула + .desc = Криокапсула, которая видела лучшие дни. Она полностью неработоспособна, пригодна только на металлолом. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/pipes.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/pipes.ftl index 42f387d8f0..90b0df63dd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/pipes.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/pipes.ftl @@ -1,7 +1,7 @@ -ent-GasPipeSansLayers = gas pipe - .desc = Holds gas. -ent-GasPipeBase = труба - .desc = Содержит газ. +ent-GasPipeSansLayers = газовая труба + .desc = Удерживает газ. +ent-GasPipeBase = { ent-GasPipeSansLayers } + .desc = { ent-GasPipeSansLayers.desc } ent-GasPipeHalf = { ent-GasPipeBase } .suffix = Половинная .desc = { ent-GasPipeBase.desc } @@ -18,6 +18,6 @@ ent-GasPipeFourway = { ent-GasPipeBase } .suffix = Четверная .desc = { ent-GasPipeBase.desc } ent-GasPipeBroken = сломанная труба - .desc = Раньше в ней содержался газ. -ent-GasPipeManifold = gas pipe manifold - .desc = Allows gas pipes of different configurations to be connected together. + .desc = Раньше она удерживала газ. +ent-GasPipeManifold = газовый коллектор + .desc = Позволяет газовым трубам разных конфигураций соединяться вместе. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl index e6c6501a47..bfe3e890cb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/cannons.ftl @@ -12,5 +12,5 @@ ent-ShuttleGunPirateCannon = пушка пиратского корабля .desc = Кабум! ent-ShuttleGunKinetic = PTK-800 "Дематериализатор материи" .desc = Стационарная добывающая турель утилизаторов. Самостоятельно накапливает заряды, чрезвычайно эффективна при раскопке астероидов. -ent-ShuttleGunKineticOld = exomorphic dematerializer - .desc = An ancient ship gun, utilizing biomechanical systems to store and release energy. While unique in its design, it has been rendered obsolete due to its inferior charging and firing speed compared to mechanical constructions. +ent-ShuttleGunKineticOld = экзоморфный дематериализатор + .desc = Древнее корабельное орудие, использующее биомеханические системы для хранения и высвобождения энергию. Уникальное в своём роде. Несмотря на уникальность конструкции, оно устарело из-за низкой скорости зарядки и стрельбы по сравнению с механическими конструкциями. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/station_anchor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/station_anchor.ftl index e409637a11..a17748b6cd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/station_anchor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/station_anchor.ftl @@ -1,11 +1,12 @@ ent-StationAnchorBase = станционный якорь .desc = Предотвращает смещение станций. - .suffix = Включен + .suffix = Включён ent-StationAnchorIndestructible = { ent-StationAnchorBase } .suffix = Неразрушимый, Не требует питания .desc = { ent-StationAnchorBase.desc } ent-StationAnchor = { ent-StationAnchorBase } .desc = { ent-StationAnchorBase.desc } + .suffix = { ent-StationAnchorBase.suffix } ent-StationAnchorOff = { ent-StationAnchor } .suffix = Выключен .desc = { ent-StationAnchor.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl index f4e354b976..932bfdb5b6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/thrusters.ftl @@ -16,5 +16,5 @@ ent-GyroscopeUnanchored = { ent-Gyroscope } ent-DebugGyroscope = { ent-BaseThruster } .suffix = DEBUG .desc = { ent-BaseThruster.desc } -ent-RustedThruster = rusted thruster - .desc = An unrepairable thruster, broken down from wear and tear. Only useful for scrapping. +ent-RustedThruster = ржавый ракетный двигатель + .desc = Неподлежащий ремонту двигатель, вышел из строя из-за износа. Пригоден только на металлолом. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl index 2f104d199e..d01f40978f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl @@ -25,7 +25,7 @@ ent-AnomalyRockUranium = { ent-AnomalyRockBase } .suffix = Камень, Уран .desc = { ent-AnomalyRockBase.desc } ent-AnomalyRockBananium = { ent-AnomalyRockBase } - .suffix = Rock, Bananium + .suffix = Камень, Бананиум .desc = { ent-AnomalyRockBase.desc } ent-AnomalyRockQuartz = { ent-AnomalyRockBase } .suffix = Камень, Кварц diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl index 00f1179608..2ee9b9e78e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/spider_web.ftl @@ -1,2 +1,6 @@ ent-SpiderWebBase = { "" } .desc = { "" } +ent-SpiderWeb = паутина + .desc = Она вязкая и липкая. +ent-SpiderWebClown = клоунская паутина + .desc = Она вязкая и скользкая. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl index e734fe2d51..51e7d58831 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl @@ -20,8 +20,8 @@ ent-LockerAtmospherics = шкаф атмосферного техника .desc = { ent-LockerBase.desc } ent-LockerEngineer = шкаф инженера .desc = { ent-LockerBase.desc } -ent-LockerEvacRepair = emergency shuttle emergency locker - .desc = It's emergencies all the way down. +ent-LockerEvacRepair = экстренный шкаф эвакуационного шаттла + .desc = Это сплошные чрезвычайные ситуации. ent-LockerFreezerBase = холодильник .suffix = Без доступа .desc = { ent-LockerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/wall_lockers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/wall_lockers.ftl index d537ace117..99c187b279 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/wall_lockers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/wall_lockers.ftl @@ -28,10 +28,10 @@ ent-ClosetWallAtmospherics = атмосферный настенный шкаф .desc = { ent-BaseWallCloset.desc } ent-LockerWallMedical = врачебный настенный шкаф .desc = { ent-BaseWallLocker.desc } -ent-LockerWallEvacRepair = emergency shuttle emergency wall locker - .desc = It's emergencies all the way down. -ent-LockerWallBasePrisoner = prisoner wall closet - .desc = It's a secure locker for an inmate's personal belongings during their time in prison. +ent-LockerWallEvacRepair = настенный шкаф эвак-ремонта + .desc = { ent-BaseWallLocker.desc } +ent-LockerWallBasePrisoner = настенный шкаф заключённого + .desc = Это защищённый шкафчик для персональных вещей заключённого во время его пребывания в тюрьме. .suffix = 1 ent-LockerWallPrisoner2 = { ent-LockerWallBasePrisoner } .suffix = 2 diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl index 964a3792c2..57ec27b882 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/air_alarm.ftl @@ -2,7 +2,7 @@ ent-AirAlarm = воздушная сигнализация .desc = Воздушная сигнализация. Сигнализирует... воздух? ent-AirAlarmAssembly = корпус воздушной сигнализации .desc = Воздушная сигнализация. Не похоже, что в ближайшее время она подаст сигнал. -ent-AirAlarmXeno = air alarm - .desc = An alien air alarm. Hopefully they didn't breathe poison. -ent-AirAlarmAssemblyXeno = air alarm assembly - .desc = An alien air alarm. Why are the wires pulsating?... +ent-AirAlarmXeno = { ent-AirAlarm } + .desc = Воздушная сигнализация пришельцев. Надеемся, они не дышат ядом. +ent-AirAlarmAssemblyXeno = { ent-AirAlarmAssembly } + .desc = Воздушная сигнализация пришельцев. Почему провода пульсируют?... diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl index 6f3b5403e0..09e62dcef8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/fire_alarm.ftl @@ -2,7 +2,7 @@ ent-FireAlarm = пожарная сигнализация .desc = Пожарная сигнализация. Огонь! ent-FireAlarmAssembly = корпус пожарной сигнализации .desc = Корпус пожарной сигнализации. Очень лёгкий. -ent-FireAlarmXeno = fire alarm - .desc = An alien fire alarm. Works just the same! -ent-FireAlarmAssemblyXeno = fire alarm assembly - .desc = An alien fire alarm assembly. Good luck with the wires. +ent-FireAlarmXeno = { ent-FireAlarm } + .desc = Пожарная сигнализация пришельцев. Работает точно так же! +ent-FireAlarmAssemblyXeno = { ent-FireAlarmAssembly } + .desc = Пожарная сигнализация пришельцев. Удачи с проводами. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl index 55ddbfad78..85cb0ed479 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/mirror.ftl @@ -1,5 +1,5 @@ ent-Mirror = зеркало .desc = Свет мой, зеркальце, скажи, да всю правду доложи, я ль робастней всех на свете? -ent-MirrorModern = mirror - .suffix = rectangle +ent-MirrorModern = { ent-Mirror } + .suffix = прямоугольное .desc = { ent-Mirror.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/atmos_plaque.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/atmos_plaque.ftl index c77e4673f2..f97781fc5d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/atmos_plaque.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/atmos_plaque.ftl @@ -2,10 +2,10 @@ ent-PlaqueAtmos = атмосферная табличка .desc = { ent-BaseSign.desc } .suffix = Спавнер ent-PlaqueAtmosFEA = табличка атмосферного подразделения ФЕА - .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ФЕА. За всех обугленных, ошеломленных и сломленных мужчин, которые погибли в его руках. + .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ФЕА. За всех обугленных, ошеломлённых и сломленных мужчин, которые погибли в его руках. ent-PlaqueAtmosLINDA = табличка атмосферного подразделения ЛИНДА - .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ЛИНДА. За всех обугленных, ошеломленных и сломленных мужчин, которые погибли в его руках. + .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ЛИНДА. За всех обугленных, ошеломлённых и сломленных мужчин, которые погибли в его руках. ent-PlaqueAtmosZAS = табличка атмосферного подразделения ЗАС - .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ЗАС. За всех обугленных, ошеломленных и сломленных мужчин, которые погибли в его руках. + .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ЗАС. За всех обугленных, ошеломлённых и сломленных мужчин, которые погибли в его руках. ent-PlaqueAtmosZUM = табличка атмосферного подразделения ЗУМ .desc = Эта мемориальная доска посвящена падению атмосферного подразделения ЗУМ. Пусть они несут факел, который оставили после себя атмосферные подразделения ЗАС, ЛИНДА и ФЕА. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/bar_sign.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/bar_sign.ftl index 25ccb46da0..81f4d74206 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/bar_sign.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/bar_sign.ftl @@ -1,135 +1,55 @@ ent-BaseBarSign = вывеска бара .desc = { ent-BaseStructure.desc } -ent-BaseBarSignAlignTile = { ent-BaseBarSign } - .desc = { ent-BaseBarSign.desc } ent-BarSign = вывеска бара .desc = { ent-BaseBarSign.desc } .suffix = Случайный -ent-BarSignAlignTile = bar sign - .suffix = Random, AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignComboCafe = Комбо Кафе .desc = Известны по всей системе своими совершенно некреативными комбинациями напитков. -ent-BarSignComboCafeAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignEmergencyRumParty = Чрезвычайная вечеринка с ромом .desc = Недавно продлили лицензию после длительного перерыва. -ent-BarSignEmergencyRumPartyAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignLV426 = LV426 .desc = Выпить с модной маской на лице явно важнее, чем сходить в медотсек. -ent-BarSignLV426AlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignMaidCafe = Мэйдо-кафе .desc = С возвращением, хозяин! -ent-BarSignMaidCafeAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignMalteseFalcon = Мальтийский сокол .desc = Сыграй ещё раз, Сэм. -ent-BarSignMalteseFalconAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignOfficerBeersky = Офицер Пивски .desc = Мужик, эти напитки великолепны. -ent-BarSignOfficerBeerskyAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignRobustaCafe = Кафе Робуста .desc = Неоспоримый обладатель награды "Самые смертоносные бои" уже 5 лет. -ent-BarSignRobustaCafeAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheAleNath = Эль'натх .desc = По какой-то причине притягивает таинственных незнакомцев в робах, шепчущих EI NATH. -ent-BarSignTheAleNathAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheBirdCage = Вольер .desc = Ку ку! -ent-BarSignTheBirdCageAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheCoderbus = Кодербас .desc = Очень противоречивый бар, известный широким ассортиментом постоянно меняющихся напитков. -ent-BarSignTheCoderbusAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheDrunkCarp = Бухой карп .desc = Не пейте плавая. -ent-BarSignTheDrunkCarpAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignEngineChange = Замена двигателя .desc = Всё ещё ожидаем. -ent-BarSignEngineChangeAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheHarmbaton = Хармбатон .desc = Отличные обеды как для сотрудников службы безопасности, так и для пассажиров. -ent-BarSignTheHarmbatonAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheLightbulb = Лампочка .desc = Кафе, популярное среди ниан и молей. Однажды его закрыли на неделю после того, как бармен использовала нафталин для обработки своей запасной униформы. -ent-BarSignTheLightbulbAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheLooseGoose = Весёлый гусь .desc = Пей до рвоты и/или нарушай законы реальности! -ent-BarSignTheLooseGooseAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheNet = Сеть .desc = Незаметишь как затянет на пару часов. -ent-BarSignTheNetAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheOuterSpess = Открытый космос .desc = На самом деле этот бар расположен не в открытом космосе. -ent-BarSignTheOuterSpessAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheSingulo = Сингуло .desc = Куда приходят люди, которые не любят, чтобы их звали по имени. -ent-BarSignTheSinguloAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignTheSun = Солнце .desc = Иронично яркая для такого тёмного бара. -ent-BarSignTheSunAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignWiggleRoom = Комната Виггль .desc = MoMMI маневрируют в танце. -ent-BarSignWiggleRoomAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignZocalo = Сокало .desc = Ранее находилось в Космоамерике. -ent-BarSignZocaloAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignEmprah = За Империю .desc = Нравится и фанатикам, и еретикам, и завсегдатаям с дефектами мозга. -ent-BarSignEmprahAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignSpacebucks = Спейсбакс. .desc = От них нельзя скрыться, даже в космосе, и даже после того, как некоторые стали называть их "срубли". -ent-BarSignSpacebucksAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignMaltroach = Пивная Моль .desc = Сквик! -ent-BarSignMaltroachAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } ent-BarSignWhiskeyEchoes = Виски Эхо .desc = Элитный бар для элитных опер... Подождите, это же станция Nanotrasen. Почему эта вывеска в базе данных? -ent-BarSignWhiskeyEchoesAlignTile = { ent-BaseBarSignAlignTile } - .suffix = AlignTile - .desc = { ent-BaseBarSignAlignTile.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl index 4231dd898e..bdcc94cd86 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl @@ -273,8 +273,8 @@ ent-SignSomethingOld2 = старый плакат .desc = Выглядит так, будто планета разламывается врезающейся в неё станцией. Страшновато. ent-SignSecurity = знак "служба безопасности" .desc = Знак, изображающий эмблему службы безопасности. -ent-SignDetective = Detective sign - .desc = A sign depicting the detective's office. +ent-SignDetective = знак "детектив" + .desc = Знак, изображающий эмблему офиса детектива. ent-SignPlaque = золотая табличка .desc = Престижная золотая табличка. ent-SignKiddiePlaque = простая табличка diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/turret_controls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/turret_controls.ftl index fa3378fba8..92d1adfaa1 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/turret_controls.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/turret_controls.ftl @@ -1,13 +1,13 @@ -ent-WeaponEnergyTurretControlPanelFrame = sentry turret control panel assembly - .desc = An incomplete wall-mounted assembly for a sentry turret control panel. -ent-WeaponEnergyTurretStationControlPanelBase = sentry turret control panel - .desc = A wall-mounted interface for remotely configuring the operational parameters of linked sentry turrets. +ent-WeaponEnergyTurretControlPanelFrame = каркас панели управления охранной турелью + .desc = Незавершённый настенный каркас для панели управления охранной турелью. +ent-WeaponEnergyTurretStationControlPanelBase = панель управления охранной турелью + .desc = Настенный интерфейс для отдалённой настройки рабочих параметров подключённых охранных турелей. ent-WeaponEnergyTurretAIControlPanel = { ent-WeaponEnergyTurretStationControlPanelBase } - .suffix = AI, Silicon + .suffix = ИИ, Синтетики .desc = { ent-WeaponEnergyTurretStationControlPanelBase.desc } ent-WeaponEnergyTurretSecurityControlPanel = { ent-WeaponEnergyTurretStationControlPanelBase } - .suffix = Security + .suffix = Служба безопасности .desc = { ent-WeaponEnergyTurretStationControlPanelBase.desc } ent-WeaponEnergyTurretCommandControlPanel = { ent-WeaponEnergyTurretStationControlPanelBase } - .suffix = Command + .suffix = Командование .desc = { ent-WeaponEnergyTurretStationControlPanelBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/asteroid.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/asteroid.ftl index 071d5cb7fb..f89102d04c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/asteroid.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/asteroid.ftl @@ -50,7 +50,7 @@ ent-AsteroidRockBananium = { ent-AsteroidRock } .desc = Рудная жила, богатая бананиумом. .suffix = Бананиум ent-AsteroidRockBananiumCrab = { ent-AsteroidRockBananium } - .suffix = Bananium Crab + .suffix = Бананиум, Рудокраб .desc = { ent-AsteroidRockBananium.desc } ent-AsteroidRockSalt = { ent-AsteroidRock } .desc = Рудная жила, богатая солью. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl index 6af69fca01..a50d08e5f9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl @@ -61,14 +61,13 @@ ent-WallSolidRust = { ent-WallSolid } .suffix = Ржавый .desc = { ent-BaseWall.desc } ent-WallSolidDiagonal = обычная стена - .suffix = Диагональ .desc = { ent-WallDiagonalBase.desc } -ent-WallSolidChitin = solid chitin - .desc = { ent-BaseWall.desc } -ent-WallReinforcedChitin = reinforced chitin - .desc = { ent-BaseWall.desc } ent-WallSolid = обычная стена .desc = { ent-BaseWall.desc } +ent-WallSolidChitin = твёрдый хитин + .desc = { ent-BaseWall.desc } +ent-WallReinforcedChitin = укреплённый хитин + .desc = { ent-BaseWall.desc } ent-WallUranium = урановая стена .desc = { ent-BaseWall.desc } ent-WallWood = деревянная стена diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl index 3119fad16f..f906565784 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/xenoresin.ftl @@ -1,2 +1,2 @@ -ent-XenoResinWindow = resin window - .desc = Transparent and hardened, yet slightly sticky to the touch. Slightly stronger than a normal reinforced window. +ent-XenoResinWindow = смоляное окно + .desc = Прозрачное и затвердевшее, но слегка липкое на ощупь. Слегка крепче обычного бронированного окна. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/magic/staves.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/magic/staves.ftl index fc02b76816..c2a756a505 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/magic/staves.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/magic/staves.ftl @@ -2,5 +2,5 @@ ent-RGBStaff = RGB посох .desc = Помогает исправить нехватку RGB подсветки на станции. ent-AnimationStaff = посох оживления .desc = Оживите неодушевлённый предмет! -ent-ActionRgbLight = { "" } - .desc = { "" } +ent-ActionRgbLight = { ent-BaseAction } + .desc = { ent-BaseAction.desc } diff --git a/Resources/Locale/ru-RU/stack/stacks.ftl b/Resources/Locale/ru-RU/stack/stacks.ftl index 185d764378..9d1c9bb579 100644 --- a/Resources/Locale/ru-RU/stack/stacks.ftl +++ b/Resources/Locale/ru-RU/stack/stacks.ftl @@ -276,9 +276,7 @@ stack-brutepack = набор от ушибов stack-bloodpack = пакет крови stack-medicated-suture = медицинская нить stack-regenerative-mesh = регенеративная сеть -stack-capacitor = конденсатор -stack-micro-manipulator = манипулятор -stack-matter-bin = ёмкость материи +stack-micro-manipulator = модульная машинная часть stack-pancake = блинчик stack-blueberry-pancake = блинчик с черникой stack-chocolate-chip-pancake = блинчик с шоколадной крошкой @@ -312,6 +310,7 @@ stack-white-steel-vertical-pavement = белая стальная вертика stack-steel-dark-checker-tile = тёмная стальная плитка шашечками stack-steel-light-checker-tile = светлая стальная плитка шашечками stack-steel-tile = стальная плитка +stack-techmaint-floor-dark = тёмная техническая плитка stack-wood-floor = деревянный пол stack-techmaint-floor = технический пол stack-freezer-tile = плитка морозильника @@ -336,7 +335,7 @@ stack-eighties-floor-tile = пол восьмидесятых stack-blue-arcade-tile = синий пол аркады stack-red-arcade-tile = красный пол аркады stack-red-carpet-tile = красный ковёр -stack-block-carpet-tile = чёрный ковёр +stack-black-carpet-tile = чёрный ковёр stack-blue-carpet-tile = синий ковёр stack-green-carpet-tile = зелёный ковёр stack-orange-carpet-tile = оранжевый ковёр @@ -384,6 +383,11 @@ stack-mowed-astro-grass-floor = астро-газон stack-jungle-astro-grass-floor = астро-трава джунглей stack-astro-ice-floor = астро-лёд stack-astro-snow-floor = астро-снег +stack-xeno-floor = ксенопол +stack-xeno-steel = стальной ксенопол +stack-xeno-steel-corner = стальной угловой ксенопол +stack-xeno-maint = технический ксенопол +stack-dark-squiggly = тёмная волнистая стальная плитка stack-large-wood-floor = большой деревянный пол stack-red-circuit-floor = плитка красных микросхем stack-asteroid-astro-sand-floor = астро-песок астероида diff --git a/Resources/Locale/ru-RU/store/spellbook-catalog.ftl b/Resources/Locale/ru-RU/store/spellbook-catalog.ftl index b8f298f005..600bcc231d 100644 --- a/Resources/Locale/ru-RU/store/spellbook-catalog.ftl +++ b/Resources/Locale/ru-RU/store/spellbook-catalog.ftl @@ -44,7 +44,7 @@ spellbook-wand-locker-name = Волшебная палочка шкафчика spellbook-hammer-mjollnir-name = Мьёльнир spellbook-hammer-mjollnir-description = В ваших руках мощь ГРОЗЫ. Отправляйте врагов в полет с помощью мощного взмаха или броска прямо в них! spellbook-hammer-singularity-name = Молот сингулярности -spellbook-hammer-singularity-description = Вы когда-нибудь задумывались, каково это - быть сингулярностью? Размахивайте этим молотом, чтобы притянуть всё вокруг, даже если вы промахнетесь! +spellbook-hammer-singularity-description = Вы когда-нибудь задумывались, каково это - быть сингулярностью? Размахивайте этим молотом, чтобы притянуть всё вокруг, даже если вы промахнётесь! spellbook-wand-locker-description = Стреляйте в своих врагов проклятыми шкафчиками и запирайте их! spellbook-staff-animation-name = Посох оживления spellbook-staff-animation-description = Оживите неодушевлённые предметы! diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 70acd5f857..17bf0cd17e 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -63,12 +63,12 @@ uplink-pistol-magazine-name = Пистолетный магазин (.35 авт uplink-pistol-magazine-desc = Пистолетный магазин на 10 патронов. Совместим с "Гадюкой". uplink-pistol-magazine-c20r-name = Магазин ПП (.35 авто) uplink-pistol-magazine-c20r-desc = Магазин ПП на 30 патронов. Совместим с C-20r. -uplink-magazine-bulldog-pellet-name = Drum magazine (.50 pellet) -uplink-magazine-bulldog-pellet-desc = Shotgun magazine with 8 shells filled with buckshot. Compatible with the Bulldog. -uplink-magazine-bulldog-slug-name = Drum magazine (.50 slug) -uplink-magazine-bulldog-slug-desc = Shotgun magazine with 8 shells filled with slugs. Compatible with the Bulldog. -uplink-estoc-ammo-name = Rifle magazine (.20 rifle) -uplink-estoc-ammo-desc = A rifle magazine with 25 cartridges. Compatible with the Estoc DMR. +uplink-magazine-bulldog-pellet-name = Барабанный магазин (.50 дробь) +uplink-magazine-bulldog-pellet-desc = Магазин для дробовика, наполненный восемью дробовыми патронами. Совместим с Бульдогом. +uplink-magazine-bulldog-slug-name = Барабанный магазин (.50 пуля) +uplink-magazine-bulldog-slug-desc = Магазин для дробовика, наполненный восемью пулевыми патронами. Совместим с Бульдогом. +uplink-estoc-ammo-name = Винтовочный магазин (.20 винтовочный) +uplink-estoc-ammo-desc = Винтовочный магазин на 25 патронов. Совместим с марксманской винтовкой Эсток. uplink-pistol-magazine-caseless-name = Пистолетный магазин (.25 безгильзовые) uplink-pistol-magazine-caseless-desc = Пистолетный магазин на 10 патронов. Совместим с "Коброй". uplink-speedloader-magnum-name = Спидлоадер (.45 магнум ББ) @@ -332,6 +332,6 @@ uplink-combat-bakery-desc = Набор подпольного печёного uplink-business-card-name = Визитная карточка Синдиката uplink-business-card-desc = Визитная карточка, которую можно передать кому-нибудь, чтобы продемонстрировать свою принадлежность к Синдикату, или оставить на месте преступления, чтобы подшутить над детективом. Вы можете приобрести не более трёх таких визиток. uplink-fake-mindshield-name = Фальшивый Щит разума -uplink-fake-mindshield-desc = Переключаемый имплант, способный имитировать те же сигналы, что испускает настоящий Щит разума, когда он включен, обманывая способные визоры, заставляя их думать, что у вас есть Щит разума (имплант марки Nanotrasen не предоставляется). +uplink-fake-mindshield-desc = Переключаемый имплант, способный имитировать те же сигналы, что испускает настоящий Щит разума, когда он включён, обманывая способные визоры, заставляя их думать, что у вас есть Щит разума (имплант марки Nanotrasen не предоставляется). uplink-smuggler-satchel-name = Сумка контрабандиста uplink-smuggler-satchel-desc = Удобная, подозрительная на вид сумка. Достаточно плоская, чтобы поместиться под напольной плиткой. diff --git a/Resources/Locale/ru-RU/tiles/tiles.ftl b/Resources/Locale/ru-RU/tiles/tiles.ftl index 328d219a75..a22e6c4ac8 100644 --- a/Resources/Locale/ru-RU/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/tiles/tiles.ftl @@ -36,7 +36,7 @@ tiles-dark-floor-herringbone = тёмные стальные плиты ёлоч tiles-dark-floor-diagonal-mini = тёмные стальные диагональные плиты tiles-plastic-dark-floor = тёмные пластиковые плиты tiles-techmaint-floor = технический пол -tiles-techmaint-floor-dark = dark techmaint floor +tiles-techmaint-floor-dark = тёмный технический пол tiles-reinforced-floor = армированный пол tiles-super-reinforced-floor = укреплённый армированный пол tiles-mono-floor = моно пол @@ -134,8 +134,8 @@ tiles-astro-snow = астро-снег tiles-astro-asteroid-sand = астро-песок астероида tiles-astro-asteroid-sand-borderless = безграничный астро-песок астероида tiles-wood-large = большой деревянный пол -tiles-xeno-floor = xeno floor -tiles-xeno-steel = xeno steel tile -tiles-xeno-steel-corner = xeno steel corner tile -tiles-xeno-maint = xeno techmaint -tiles-dark-squiggly = dark steel squiggly tile +tiles-xeno-floor = ксенопол +tiles-xeno-steel = стальная ксеноплитка +tiles-xeno-steel-corner = стальная угловая ксеноплитка +tiles-xeno-maint = технический ксенопол +tiles-dark-squiggly = тёмная волнистая стальная плитка diff --git a/Resources/Locale/ru-RU/traits/traits.ftl b/Resources/Locale/ru-RU/traits/traits.ftl index 5485ed596a..b752af22cd 100644 --- a/Resources/Locale/ru-RU/traits/traits.ftl +++ b/Resources/Locale/ru-RU/traits/traits.ftl @@ -9,8 +9,8 @@ trait-pacifist-desc = Вы не можете нападать и причиня permanent-blindness-trait-examined = [color=lightblue]{ CAPITALIZE(POSS-ADJ($target)) } глаза остекленелые и расфокусированные. Не похоже, что { SUBJECT($target) } может хорошо вас видеть, если может вообще.[/color] trait-lightweight-name = Быстрое опьянение trait-lightweight-desc = Алкоголь оказывает на вас более сильное воздействие -trait-monochromancy-name = Monochromancy -trait-monochromancy-desc = You are fully colorblind, everything you perceive ranges from blacks to whites. +trait-monochromancy-name = Монохромазия +trait-monochromancy-desc = Вы полный дальтоник, всё, что вы видите, сводится к оттенкам от чёрного до белого. trait-muted-name = Немота trait-muted-desc = Вы не можете говорить trait-paracusia-name = Паракузия diff --git a/Resources/Locale/ru-RU/ui/turret-controls.ftl b/Resources/Locale/ru-RU/ui/turret-controls.ftl index 2f33e1af8e..ccf3de3de7 100644 --- a/Resources/Locale/ru-RU/ui/turret-controls.ftl +++ b/Resources/Locale/ru-RU/ui/turret-controls.ftl @@ -1,28 +1,28 @@ # Headings -turret-controls-window-title = Autonomous Defense Control System -turret-controls-window-turret-status-label = Linked devices [{ $count }] -turret-controls-window-armament-controls-label = Armament setting -turret-controls-window-targeting-controls-label = Authorized personnel +turret-controls-window-title = Система управления автономной обороной +turret-controls-window-turret-status-label = Соединённые устройства [{ $count }] +turret-controls-window-armament-controls-label = Режим вооружения +turret-controls-window-targeting-controls-label = Авторизованный персонал # Status reports -turret-controls-window-no-turrets = -turret-controls-window-turret-status = » { $device } - Status: { $status } -turret-controls-window-turret-disabled = ***OFFLINE*** -turret-controls-window-turret-retracted = INACTIVE -turret-controls-window-turret-retracting = DEACTIVATING -turret-controls-window-turret-deployed = SEARCHING... -turret-controls-window-turret-deploying = ACTIVATING -turret-controls-window-turret-firing = ENGAGING TARGET -turret-controls-window-turret-error = ERROR [404] -turret-controls-window-turret-broken = ***INOPERABLE*** +turret-controls-window-no-turrets = +turret-controls-window-turret-status = » { $device } - Статус: { $status } +turret-controls-window-turret-disabled = ***ОФФЛАЙН*** +turret-controls-window-turret-retracted = НЕАКТИВНА +turret-controls-window-turret-retracting = ДЕАКТИВАЦИЯ +turret-controls-window-turret-deployed = ПОИСК... +turret-controls-window-turret-deploying = АКТИВАЦИЯ +turret-controls-window-turret-firing = АТАКА ЦЕЛИ +turret-controls-window-turret-error = ОШИБКА [404] +turret-controls-window-turret-broken = ***НЕИСПРАВНА*** # Buttons -turret-controls-window-safe = Inactive -turret-controls-window-stun = Stun -turret-controls-window-lethal = Lethal -turret-controls-window-ignore = Ignore -turret-controls-window-target = Target +turret-controls-window-safe = Неактивный +turret-controls-window-stun = Оглушающий +turret-controls-window-lethal = Летальный +turret-controls-window-ignore = Игнорировать +turret-controls-window-target = Цель turret-controls-window-access-group-label = { $prefix } { $label } -turret-controls-window-all-checkbox = All +turret-controls-window-all-checkbox = Все # Flavor -turret-controls-window-footer = Unauthorized personnel should ensure defenses are inactive before proceeding +turret-controls-window-footer = Неавторизованный персонал должен убедиться в неактивности защиты перед продолжением # Warnings -turret-controls-access-denied = Access denied +turret-controls-access-denied = В доступе отказано diff --git a/Resources/Locale/ru-RU/verbs/verb-system.ftl b/Resources/Locale/ru-RU/verbs/verb-system.ftl index ba665c5017..a2453057c3 100644 --- a/Resources/Locale/ru-RU/verbs/verb-system.ftl +++ b/Resources/Locale/ru-RU/verbs/verb-system.ftl @@ -25,7 +25,7 @@ verb-categories-lever = Рычаг verb-categories-select-type = Выбрать тип verb-categories-fax = Задать место назначения verb-categories-power-level = Уровень мощности -verb-categories-adjust = Adjust +verb-categories-adjust = Отрегулировать verb-common-toggle-light = Переключить свет verb-common-close = Закрыть verb-common-open = Открыть diff --git a/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl b/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl index 6b92325bf2..e689ab502c 100644 --- a/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl +++ b/Resources/Locale/ru-RU/voting/ui/vote-call-menu.ftl @@ -27,7 +27,5 @@ ui-vote-fluff = На основе Robust™ СЗИ-НСД ## Vote menu command -cmd-votemenu-desc = Opens the voting menu. -cmd-votemenu-help = Usage: votemenu -ui-vote-menu-command-description = Открывает меню голосования -ui-vote-menu-command-help-text = Использование: votemenu +cmd-votemenu-desc = Открывает меню голосования. +cmd-votemenu-help = Использование: votemenu diff --git a/Resources/Locale/ru-RU/wieldable/wieldable-component.ftl b/Resources/Locale/ru-RU/wieldable/wieldable-component.ftl index 002aec1595..0b754fe832 100644 --- a/Resources/Locale/ru-RU/wieldable/wieldable-component.ftl +++ b/Resources/Locale/ru-RU/wieldable/wieldable-component.ftl @@ -6,7 +6,7 @@ wieldable-component-successful-wield = Вы берёте { $item } в две р wieldable-component-failed-wield = Вы берёте { $item } в одну руку. wieldable-component-successful-wield-other = { $user } берёт { $item } в две руки. wieldable-component-failed-wield-other = { $user } берёт { $item } в одну руку. -wieldable-component-blocked-wield = { CAPITALIZE(THE($blocker)) } blocks you from wielding { THE($item) }. +wieldable-component-blocked-wield = { CAPITALIZE($blocker) } не даёт вам взять { $item } в две руки. wieldable-component-no-hands = Вам не хватает рук! wieldable-component-not-enough-free-hands = Чтобы использовать { $item } вам понадобится ещё { $number } { $number -> From 1b0e85852a53a25ecd002b47ce6b12133180188a Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:52:19 +0200 Subject: [PATCH 162/168] fix locales (#3252) --- Resources/Locale/ru-RU/ss14-ru/prototypes/actions/mapping.ftl | 2 +- .../prototypes/entities/structures/doors/airlocks/access.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/mapping.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/mapping.ftl index 4948ddd6b5..e7417b93cc 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/mapping.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/mapping.ftl @@ -4,7 +4,7 @@ ent-BaseMappingDecalAction = { ent-BaseMappingAction } .desc = { ent-BaseMappingAction.desc } ent-BaseMappingSpawnAction = { ent-BaseMappingAction } .desc = { ent-BaseMappingAction.desc } -ent-ActionMappingEraser = action-name-mapping-erase +ent-ActionMappingEraser = Стереть сущность .desc = { ent-BaseMappingAction.desc } ent-BaseMappingEntityAction = { ent-BaseMappingSpawnAction } .desc = { ent-BaseMappingSpawnAction.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index eba636e561..d33710f5a0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -191,7 +191,7 @@ ent-AirlockChapelGlassLocked = { ent-AirlockServiceGlassLocked } .suffix = Храм, Закрыт .desc = { ent-AirlockServiceGlassLocked.desc } ent-AirlockChapelStandardGlassLocked = { ent-AirlockStandardGlass } - .suffix = Chapel, Locked + .suffix = Храм, Закрыт .desc = { ent-AirlockStandardGlass.desc } ent-AirlockEngineeringGlassLocked = { ent-AirlockEngineeringGlass } .suffix = Инженерный, Закрыт From 6a5f120b21e58c439c329534f4822ea8d50992c8 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:37:49 +0200 Subject: [PATCH 163/168] round-end.ftl hotfix (#3254) --- Resources/Locale/ru-RU/objectives/round-end.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/ru-RU/objectives/round-end.ftl b/Resources/Locale/ru-RU/objectives/round-end.ftl index 6c24df0de2..a1433a9cea 100644 --- a/Resources/Locale/ru-RU/objectives/round-end.ftl +++ b/Resources/Locale/ru-RU/objectives/round-end.ftl @@ -9,8 +9,8 @@ objectives-player-user-named = [color=White]{ $name }[/color] ([color=gray]{ $us objectives-player-named = [color=White]{ $name }[/color] objectives-no-objectives = { $custody }{ $title } – { $agent }. objectives-with-objectives = { $custody }{ $title } – { $agent } со следующими целями: -objectives-objective-success = { $objective } | [color={ $markupColor }]Успех![/color] ({ TOSTRING($progress, "P0") }) +objectives-objective-success = { $objective } | [color=green]Успех![/color] ({ TOSTRING($progress, "P0") }) objectives-objective-partial-success = { $objective } | [color=yellow]Частичный успех![/color] ({ TOSTRING($progress, "P0") }) objectives-objective-partial-failure = { $objective } | [color=orange]Частичный провал![/color] ({ TOSTRING($progress, "P0") }) -objectives-objective-fail = { $objective } | [color={ $markupColor }]Провал![/color] ({ TOSTRING($progress, "P0") }) +objectives-objective-fail = { $objective } | [color=red]Провал![/color] ({ TOSTRING($progress, "P0") }) objectives-in-custody = [bold][color=red]| АРЕСТОВАН | [/color][/bold] From 05cacf580bc8e1a9ca16199a0b3a6975e849ebc4 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 3 Jul 2025 03:29:46 +0200 Subject: [PATCH 164/168] fix lobby-state.ftl (#3255) --- Resources/Locale/ru-RU/lobby/lobby-state.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/lobby/lobby-state.ftl b/Resources/Locale/ru-RU/lobby/lobby-state.ftl index 596dcfb80c..0fd1bc9606 100644 --- a/Resources/Locale/ru-RU/lobby/lobby-state.ftl +++ b/Resources/Locale/ru-RU/lobby/lobby-state.ftl @@ -27,7 +27,7 @@ lobby-state-playtime-comment-normal = Сегодня вы провели в игре { $hours } { $hours -> [1] час [few] часа - *[other] часлв + *[other] часов }. Не забывайте отдыхать! lobby-state-playtime-comment-concerning = Сегодня вы наиграли { $hours } часов. Пожалуйста, отдохните. lobby-state-playtime-comment-grasstouchless = { $hours } часов. Подумайте о выходе из игры, чтобы заняться своими делами. From 92ad3d1737e32e771250d898979d15b1a1d8bda5 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:07:14 +0200 Subject: [PATCH 165/168] Give passenger maintenance access (#3258) --- Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml index 17625d5f6b..c1da684db1 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml @@ -6,8 +6,8 @@ startingGear: PassengerGear icon: "JobIconPassenger" supervisors: job-supervisors-everyone -# access: # Corvax-MRP -# - Maintenance + access: + - Maintenance - type: startingGear id: PassengerGear From 080d0073e6830e621e2ddb89440c69bfc906a4c1 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:07:38 +0200 Subject: [PATCH 166/168] Increase events time (#3256) --- Resources/Prototypes/GameRules/events.yml | 32 +++++++++++------------ Resources/Prototypes/GameRules/pests.yml | 4 +-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 8374b26d72..25c97c891e 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -48,8 +48,8 @@ components: - type: GameRule delay: - min: 10 - max: 20 + min: 20 # Corax-MRP # 10 + max: 30 # Corax-MRP # 20 - type: entity id: BaseStationEventShortDelay @@ -58,8 +58,8 @@ components: - type: GameRule delay: - min: 10 - max: 20 + min: 20 # Corax-MRP # 10 + max: 30 # Corax-MRP # 20 - type: entity id: BaseStationEventLongDelay @@ -68,8 +68,8 @@ components: - type: GameRule delay: - min: 40 - max: 60 + min: 50 # Corax-MRP # 40 + max: 70 # Corax-MRP # 60 - type: entity id: AnomalySpawn @@ -165,8 +165,8 @@ components: - type: StationEvent weight: 6.5 - earliestStart: 40 - reoccurrenceDelay: 20 + earliestStart: 50 # Corax-MRP # 40 + reoccurrenceDelay: 30 # Corax-MRP # 20 minimumPlayers: 20 duration: null - type: SpaceSpawnRule @@ -282,7 +282,7 @@ weight: 7.5 duration: 1 earliestStart: 45 - minimumPlayers: 20 + minimumPlayers: 30 # Corax-MRP # 20 - type: RandomSpawnRule prototype: MobRevenant @@ -293,7 +293,7 @@ - type: StationEvent weight: 1 # rare duration: 1 - earliestStart: 30 + earliestStart: 40 # Corax-MRP # 30 reoccurrenceDelay: 60 minimumPlayers: 10 - type: AntagSelection @@ -434,7 +434,7 @@ startAnnouncement: station-event-vent-creatures-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - earliestStart: 20 + earliestStart: 30 # Corax-MRP # 20 minimumPlayers: 15 weight: 5 duration: 60 @@ -455,7 +455,7 @@ startAnnouncement: station-event-vent-creatures-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - earliestStart: 20 + earliestStart: 30 # Corax-MRP # 20 minimumPlayers: 15 weight: 5 duration: 60 @@ -476,7 +476,7 @@ startAnnouncement: station-event-vent-creatures-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - earliestStart: 20 + earliestStart: 30 # Corax-MRP # 20 minimumPlayers: 15 weight: 5 duration: 60 @@ -493,7 +493,7 @@ startAnnouncement: station-event-vent-creatures-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - earliestStart: 20 + earliestStart: 30 # Corax-MRP # 20 minimumPlayers: 20 weight: 1.5 duration: 60 @@ -545,7 +545,7 @@ id: LoneOpsSpawn components: - type: StationEvent - earliestStart: 35 + earliestStart: 40 # Corax-MRP # 30 weight: 5.5 minimumPlayers: 20 duration: null # LoneOpsSpawn needs an infinite duration so that it inherits the NukeOpsRule things of an actually appropriate end scrreen (not always "Neutral outcome!") and... ending the game if the station is nuked. @@ -581,7 +581,7 @@ id: SleeperAgents components: - type: StationEvent - earliestStart: 30 + earliestStart: 40 # Corax-MRP # weight: 8 minimumPlayers: 15 maxOccurrences: 1 # can only happen once per round diff --git a/Resources/Prototypes/GameRules/pests.yml b/Resources/Prototypes/GameRules/pests.yml index c0a746a138..68a4abbc46 100644 --- a/Resources/Prototypes/GameRules/pests.yml +++ b/Resources/Prototypes/GameRules/pests.yml @@ -48,7 +48,7 @@ startAnnouncement: station-event-vent-creatures-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - earliestStart: 15 + earliestStart: 20 # Corax-MRP # 15 weight: 6 duration: 50 minimumPlayers: 30 # Hopefully this is enough for the Rat King's potential Army (it was not, raised from 15 -> 30) @@ -123,4 +123,4 @@ - id: MobSnailMoth prob: 0.002 - id: MobSnailInstantDeath - prob: 0.00001 # ~ 1:2000 snails \ No newline at end of file + prob: 0.00001 # ~ 1:2000 snails From 4dddd962b86a01d1896da4066fef47ade3fa5f3f Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:09:16 +0200 Subject: [PATCH 167/168] Remove Piligrim AI MIA leftovers (#3253) --- .../Entities/Mobs/Player/station_ai.yml | 12 ------ Resources/Prototypes/Corvax/lobbyscreens.yml | 4 -- .../Textures/Corvax/LobbyScreens/ai-mia.webp | Bin 37062 -> 0 bytes .../Corvax/LobbyScreens/ai-mia.webp.yml | 2 - .../Corvax/LobbyScreens/attributions.yml | 2 +- .../Mobs/Silicon/Station_ai/mia.rsi/ai.png | Bin 4720 -> 0 bytes .../Silicon/Station_ai/mia.rsi/ai_dead.png | Bin 884 -> 0 bytes .../Silicon/Station_ai/mia.rsi/ai_empty.png | Bin 807 -> 0 bytes .../Mobs/Silicon/Station_ai/mia.rsi/base.png | Bin 1366 -> 0 bytes .../Mobs/Silicon/Station_ai/mia.rsi/meta.json | 37 ------------------ 10 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 Resources/Prototypes/Corvax/Entities/Mobs/Player/station_ai.yml delete mode 100644 Resources/Textures/Corvax/LobbyScreens/ai-mia.webp delete mode 100644 Resources/Textures/Corvax/LobbyScreens/ai-mia.webp.yml delete mode 100644 Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai.png delete mode 100644 Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_dead.png delete mode 100644 Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_empty.png delete mode 100644 Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/base.png delete mode 100644 Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/meta.json diff --git a/Resources/Prototypes/Corvax/Entities/Mobs/Player/station_ai.yml b/Resources/Prototypes/Corvax/Entities/Mobs/Player/station_ai.yml deleted file mode 100644 index b6e52cdf75..0000000000 --- a/Resources/Prototypes/Corvax/Entities/Mobs/Player/station_ai.yml +++ /dev/null @@ -1,12 +0,0 @@ -# - type: entity -# id: PlayerStationAiPilgrim -# parent: PlayerStationAi -# suffix: Job spawn, Pilgrim -# components: -# - type: Sprite -# sprite: Corvax/Mobs/Silicon/Station_ai/mia.rsi -# noRot: true -# layers: -# - state: base -# - state: ai -# shader: unshaded diff --git a/Resources/Prototypes/Corvax/lobbyscreens.yml b/Resources/Prototypes/Corvax/lobbyscreens.yml index 6f6faf2a26..c8c84acc38 100644 --- a/Resources/Prototypes/Corvax/lobbyscreens.yml +++ b/Resources/Prototypes/Corvax/lobbyscreens.yml @@ -114,10 +114,6 @@ id: ClownSpider background: /Textures/Corvax/LobbyScreens/clownspider.webp -- type: lobbyBackground - id: AIMia - background: /Textures/Corvax/LobbyScreens/ai-mia.webp - - type: lobbyBackground id: XenoAttack background: /Textures/Corvax/LobbyScreens/xenosattack.webp diff --git a/Resources/Textures/Corvax/LobbyScreens/ai-mia.webp b/Resources/Textures/Corvax/LobbyScreens/ai-mia.webp deleted file mode 100644 index 4efc70d14426b8fdff03fe491044abf501536d10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37062 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 NDQ3!(aOLVED*&Pm7e55}@!)Ic?P5 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 G0001K6XY-e diff --git a/Resources/Textures/Corvax/LobbyScreens/ai-mia.webp.yml b/Resources/Textures/Corvax/LobbyScreens/ai-mia.webp.yml deleted file mode 100644 index 51ff40335e..0000000000 --- a/Resources/Textures/Corvax/LobbyScreens/ai-mia.webp.yml +++ /dev/null @@ -1,2 +0,0 @@ -sample: - filter: false diff --git a/Resources/Textures/Corvax/LobbyScreens/attributions.yml b/Resources/Textures/Corvax/LobbyScreens/attributions.yml index 7e28708b82..375f7bdb9f 100644 --- a/Resources/Textures/Corvax/LobbyScreens/attributions.yml +++ b/Resources/Textures/Corvax/LobbyScreens/attributions.yml @@ -123,7 +123,7 @@ copyright: "alisw_a(827540795249655808) on discord" source: "https://discord.com/channels/919301044784226385/993679919550844938/1163583606095093802" -- files: ["clownspider.webp", "new-year-bar.webp", "ai-mia.webp"] +- files: ["clownspider.webp", "new-year-bar.webp"] license: "CC-BY-NC-SA-3.0" copyright: "ko4erga(266899933632659456) on discord" source: "https://github.com/space-syndicate/space-station-14" diff --git a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai.png b/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai.png deleted file mode 100644 index 8a5de440e79b90ff0ed873fa04e76eb2d70e9a2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4720 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 diff --git a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_dead.png b/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_dead.png deleted file mode 100644 index b75b14f0a6c420a391240899e8efaee1f3595cf9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 884 zcmV-)1B?8LP)Px&E=fc|R9J=Wmd|V3W*Emm?-)KwCeWJTK*MY>MeR!MAxq?zU?^;0TKWgXm*k{t zcL?mV{R?HiB#b84mXKj+VPLkKk*s1vNrWjRRELCM3MSSmmv;w6B5o>6V>=B$@FMj7 zc%JY3eZJ2l2@*{E_PeAddG!=2bFm%0f0yKouM$_LolAgHxq_nRg=sbfAT4VPK$>Pl zC~97m%9R^uW|^+*e4Qb9bSpU;os0YT>gc+`kIyUtu(rA{{`{*4z~NEv#u*Y=i7X8O z0E(JN)9#C&)0Mhzh_%%^cOE~AZ@BjR9|FL(JF;%92+untm|Ud#bzL`83Mdp7={a32 zYwJdEfIE*L$+guwmbE2%PM1PqF^gLuT?2xU`YXf^<8i=nlAGEzoa7jf16>PlFKoLL zX@#ECohr*&Wtav)mdX_|8l4kNF0d~HY339Gu)M5MEG}_&c8c$ZtVHXInx{}$EF4+-Om&YHV(_C>EChs2eNzez?Cs@aTLxjhom%W&lFk&0l_&yWiXvrE-Oy z)5SC!Q#u%rgZSOHJCw>54v%_RZ{ErwIk+`5{%inu)yp`iC&wRHUe;ozN8(#pP^eWk z0M5=%IXU*?+}~9%XGdp73SR#9@{98ky`PIP`VM6ElL`RB6nuQ~Tttm1YCaJNAP#=L zDFu@YKE8M^KL2Qa$r2SRW$F*je`1*$(Hy`Wz#PCFz#PE;8o=LVlY`6kQ^~6U0000< KMNUMnLSTaD-jr7W diff --git a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_empty.png b/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_empty.png deleted file mode 100644 index eb2bb78904f824423bf3ed60c0a4aa6ecb819cdb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmV+?1K9kDP)Px%;Ymb6R9J=Wl`%*oK@^6+Ij&5CO^{dw5=gP<70EH##ZE~rh-jNMNww`=VQq1h zrIm7cwu%U;!(A74vyy=57J|YSir55AKUbJplGAnfusia@vh3`e_x^eBe{Td4Fg|~Y z`lZHi5wjNJ^875y7at=3OgmQqg<^?RIwLHrCIDsITL8+kY9f`+h(fXSV$WNUQt~lD zaD6KE@Nh2{KUI;^r^i^op64Yh0om+4J-3T(Z@mZ(u(7$WR+g*S_Lk_m zU9#EvByNFt4G5l7KW6MQ9FAT!91cf#o(sU(J~sVH2v8`N!g@MRNA(B(t9Jc?kK=SE z1sfZjw-`>ep#qq!t!348FaRv8CLE`uwL;JBPPOG*Z5T&D6^bSC@Nln16{adTd@5ywpNH}77@2{w z@|CW85cpKhB>-}{1zODpm9jyr*&vr&0HA6v5d_cn{ejQu=`kE)|C|Ah-QDj>-*i2< zi)GcObTAx_!f(gvP$-tTxa>{MiFXmuxVgR}pEp9KYw^v^rKpq*0PgN?xw-Ze)m|gA z1P4D3UR~Ge{ab|k9!TmZmVn0g_KwhlNDm)P0tkao4yDo4Biq|M@4E|>N>svkBhet5 l5ttE}5ttE}5%{kO`~gcYWW4nd+Bg6J002ovPDHLkV1h*7bTt3~ diff --git a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/base.png b/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/base.png deleted file mode 100644 index 8022d2e68045b59278a43f2d89963423507c5287..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1366 zcmV-c1*!UpP)Px)5J^NqR9J=0mQ83IR}ja4o0j$>sZOvka)MJCeAq?>+tCLi7r9PIFxVKAphLlO z9UBsyOQ1s6^qgxT2Rp$I^bl+kQw0;#59?Ayw2q{Mq@^`DjxdppRFGvgxAJ;W-&WsN zdg>n*_U+7@nf=eac?17fsE%P&$8gPhY{D;GUZ0q`8595y9pK!_RP{QGL zoK80YU0o*Q0dP9qgv0Ax@;a2I#V4JZJvjiA*&+hd3&uK|)d`2!NhEcO#j^1vl9lhW z761a%3v|+uK58WxoA8VG@BieRK!8M2=P&Wey`!T7M@Iz?5C7ozon20y`ji(hHhBG7 zGn`*^es$0CSvNz2Dla!T7##N8+xad1-3KusD_@I76q)yIR>$S`0${WCGCvn!Xi#N- zE`ZI}3xLb*C7Z42Cz3i^G@|75hm1}5MXSEh5Wv`kU-&1l8tXf^Zz$=EhP{6PEf&S& z8Lg=UsN~<{8AXdlvG)&<&S>1ZeZwg5YJ2r)xDC6zyPGP$+1;V9Pcwp%5cJ7f>m*5ueM*z0KB3I-?mUpsUM-983U4d@h2a z5W%~*=(F1?6bkjOfF?zl&mZ#3)~^6u9Q=}**_nn-LxXBf&g=gkU}koPYgaBCw&YB4 zVgLYd_j3*3wzp$7)$eq=NoO?UkD+!bX=SG#4Jpu~5k=S2oIhvd{5cx{*QcgPXEYX< zR%#}q>RYc^EVH<@LOP>yeQFB8u%YW|v}mO1#n+SpEgDhE$0ehR-|pwQcI7fJfBcC= z(p{4R$xI@tlg?;dyKP zq+ot7z?su$0kHQEe9%~aA_H%BcK{4Z<+-nBKz`3=b>#fmDcUk1^Cz!i2|0l1skkBs zlxj%*lkyK8FaZDNUr)sqJryUH`?{vjhr{b^ZhWr*sE%PF^*h0d0W|vynTGoJR{HJm YH}KemYbTVS4FCWD07*qoM6N<$f;e233;+NC diff --git a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/meta.json b/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/meta.json deleted file mode 100644 index 2721c2f988..0000000000 --- a/Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/meta.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by Pe4henika, re-sprited by Ko4erga (discord)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "base" - }, - { - "name": "ai", - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2 - ] - ] - }, - { - "name": "ai_empty" - }, - { - "name": "ai_dead" - } - ] -} \ No newline at end of file From e1e8165f6ecb0f1d629d505f93f73bbedb096fb9 Mon Sep 17 00:00:00 2001 From: lastPechkin Date: Sun, 6 Jul 2025 15:09:59 +0300 Subject: [PATCH 168/168] [Maps] Astra Update (#3259) --- Resources/Maps/Corvax/corvax_astra.yml | 167119 +++++++++++----------- 1 file changed, 85920 insertions(+), 81199 deletions(-) diff --git a/Resources/Maps/Corvax/corvax_astra.yml b/Resources/Maps/Corvax/corvax_astra.yml index d42812ba2d..328e0be3b1 100644 --- a/Resources/Maps/Corvax/corvax_astra.yml +++ b/Resources/Maps/Corvax/corvax_astra.yml @@ -4,13 +4,13 @@ meta: engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 06/27/2025 12:10:43 - entityCount: 40660 + time: 07/06/2025 10:07:57 + entityCount: 41345 maps: - 1 grids: - 2 -- 40654 +- 41342 orphans: [] nullspace: [] tilemap: @@ -47,6 +47,7 @@ tilemap: 23: FloorDarkMono 1: FloorDarkOffset 40: FloorDarkPlastic + 132: FloorDarkSquiggly 71: FloorDesert 42: FloorDirt 44: FloorElevatorShaft @@ -112,6 +113,7 @@ tilemap: 108: FloorTechMaint 109: FloorTechMaint2 110: FloorTechMaint3 + 133: FloorTechMaintDark 111: FloorWebTile 112: FloorWhite 113: FloorWhiteDiagonal @@ -136,6 +138,10 @@ tilemap: 103: FloorWoodParquetDark 33: FloorWoodRed 124: FloorWoodTile + 118: FloorXeno + 120: FloorXenoMaint + 119: FloorXenoSteel + 123: FloorXenoSteelCorner 125: Lattice 126: Plating 127: PlatingAsteroid @@ -216,7 +222,7 @@ entities: version: 7 1,-2: ind: 1,-2 - tiles: awAAAAAAAH8AAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAACAF0AAAAAAQBdAAAAAAEAXQAAAAABAF0AAAAAAABdAAAAAAIAXQAAAAACAGsAAAAAAAB/AAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAEAXQAAAAABAH4AAAAAAAB+AAAAAAAAfwAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAAsAAAAAAAALAAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAwAfAAAAAAEAfwAAAAAAAH8AAAAAAAByAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAALAAAAAAAACwAAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAEAHwAAAAACAH8AAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAACwAAAAAAAAsAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAABAB8AAAAAAQB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAIATgAAAAABAF0AAAAAAQAfAAAAAAMAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAADAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAgB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAEAXQAAAAACAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEATgAAAAACAF0AAAAAAwBdAAAAAAMAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAAAAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAABAF0AAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAAAfgAAAAAAAA== + tiles: GgAAAAAAAH8AAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAACAF0AAAAAAQBdAAAAAAEAXQAAAAABAF0AAAAAAABdAAAAAAIAXQAAAAACAHYAAAAAAAB/AAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAEAXQAAAAABAH4AAAAAAAB+AAAAAAAAfwAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAAsAAAAAAAALAAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAwAfAAAAAAEAfwAAAAAAAH8AAAAAAAByAAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAALAAAAAAAACwAAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAEAHwAAAAACAH8AAAAAAAB2AAAAAAAAcgAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAACwAAAAAAAAsAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAABAB8AAAAAAQB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAIATgAAAAABAF0AAAAAAQAfAAAAAAMAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAADAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAgB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAEAXQAAAAACAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEATgAAAAACAF0AAAAAAwBdAAAAAAMAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAAAAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAABAF0AAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAAAfgAAAAAAAA== version: 7 2,-2: ind: 2,-2 @@ -276,7 +282,7 @@ entities: version: 7 1,-3: ind: 1,-3 - tiles: TwAAAAAAAE8AAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB+AAAAAAAATQAAAAACAE8AAAAAAABPAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQBPAAAAAAAATwAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAfwAAAAAAAH8AAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAAA1AAAAAAIANQAAAAABADUAAAAAAQB+AAAAAAAAXQAAAAAAAH8AAAAAAABBAAAAAAAAAwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAQA2AAAAAAAANgAAAAACADYAAAAAAwA1AAAAAAMAfgAAAAAAAF0AAAAAAAADAAAAAAAAQQAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAC8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAEANgAAAAABADYAAAAAAQA2AAAAAAEANQAAAAABAH4AAAAAAABdAAAAAAAAAwAAAAAAAEEAAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAAvAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAQA2AAAAAAIANQAAAAAAADUAAAAAAAB+AAAAAAAAXQAAAAABAAMAAAAAAABBAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAAA1AAAAAAIANgAAAAADADUAAAAAAQA1AAAAAAEAfgAAAAAAAF0AAAAAAgADAAAAAAAAQQAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAfwAAAAAAAEEAAAAAAAADAAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAQA2AAAAAAMANQAAAAAAADUAAAAAAQB+AAAAAAAAXQAAAAADAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAwA1AAAAAAMANgAAAAACADUAAAAAAgA1AAAAAAIANQAAAAABAF0AAAAAAABrAAAAAAAAfgAAAAAAAH8AAAAAAAB+AAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAA2AAAAAAMANgAAAAABADYAAAAAAAA2AAAAAAAANgAAAAACADUAAAAAAwBdAAAAAAIAfgAAAAAAAGsAAAAAAAB/AAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAABADUAAAAAAQA1AAAAAAAANQAAAAABADUAAAAAAwB+AAAAAAAAXQAAAAABAH4AAAAAAAB+AAAAAAAAcgAAAAAAAH4AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAIAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAHIAAAAAAAB+AAAAAAAAXQAAAAAAAC8AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAXQAAAAAAAF0AAAAAAABNAAAAAAAAfgAAAAAAAH4AAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAAAvAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAADAE4AAAAAAQBdAAAAAAEAXQAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAABAA== + tiles: fgAAAAAAAH4AAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB+AAAAAAAATQAAAAACAH4AAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQB2AAAAAAAAdgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAfwAAAAAAAH8AAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAAA1AAAAAAIANQAAAAABADUAAAAAAQB+AAAAAAAAXQAAAAAAAH8AAAAAAAB3AAAAAAAAAwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAQA2AAAAAAAANgAAAAACADYAAAAAAwA1AAAAAAMAfgAAAAAAAF0AAAAAAAB3AAAAAAAAdwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAC8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAEANgAAAAABADYAAAAAAQA2AAAAAAEANQAAAAABAH4AAAAAAABdAAAAAAAAdwAAAAAAAHcAAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAAvAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAQA2AAAAAAIANQAAAAAAADUAAAAAAAB+AAAAAAAAXQAAAAABAHcAAAAAAAB3AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAAA1AAAAAAIANgAAAAADADUAAAAAAQA1AAAAAAEAfgAAAAAAAF0AAAAAAgB3AAAAAAAAdwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAfwAAAAAAAHcAAAAAAAADAAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADUAAAAAAQA2AAAAAAMANQAAAAAAADUAAAAAAQB+AAAAAAAAXQAAAAADAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAwA1AAAAAAMANgAAAAACADUAAAAAAgA1AAAAAAIANQAAAAABAF0AAAAAAAAaAAAAAAAAewAAAAAAA38AAAAAAAB+AAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAA2AAAAAAMANgAAAAABADYAAAAAAAA2AAAAAAAANgAAAAACADUAAAAAAwBdAAAAAAIAGgAAAAAAAHcAAAAAAAB/AAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAABADUAAAAAAQA1AAAAAAAANQAAAAABADUAAAAAAwB+AAAAAAAAXQAAAAABABoAAAAAAAB3AAAAAAAAcgAAAAAAAH4AAAAAAABdAAAAAAAALwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAIAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwAaAAAAAAAAdwAAAAAAAHIAAAAAAAB+AAAAAAAAXQAAAAAAAC8AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAXQAAAAAAAF0AAAAAAABNAAAAAAAAGgAAAAAAAHsAAAAAAAByAAAAAAAAfgAAAAAAAF0AAAAAAAAvAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAADAE4AAAAAAQBdAAAAAAEAXQAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAABAA== version: 7 6,-2: ind: 6,-2 @@ -316,7 +322,7 @@ entities: version: 7 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAABAB8AAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAACAE0AAAAAAQAfAAAAAAIAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADAE4AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAE0AAAAAAwBdAAAAAAMAXQAAAAABAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAgB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAACAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAACAE0AAAAAAwBdAAAAAAEAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAE4AAAAAAABdAAAAAAAAXQAAAAABAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAATQAAAAAAAF0AAAAAAQAtAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMALQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAXQAAAAADAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAALQAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAMAfgAAAAAAAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAXQAAAAABAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAABAB8AAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAACAE0AAAAAAQAfAAAAAAIAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADAE4AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAE0AAAAAAwBdAAAAAAMAXQAAAAABAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAgB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAEAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAACAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAACAE0AAAAAAwBdAAAAAAEAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB+AAAAAAAAXQAAAAABAE4AAAAAAABdAAAAAAAAXQAAAAABAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAATQAAAAAAAF0AAAAAAQB2AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAdgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAXQAAAAADAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAALQAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAABdAAAAAAMAfgAAAAAAAH4AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAXQAAAAABAA== version: 7 5,-5: ind: 5,-5 @@ -344,7 +350,7 @@ entities: version: 7 0,-5: ind: 0,-5 - tiles: HwAAAAADAF0AAAAAAwB+AAAAAAAAHQAAAAACABwAAAAAAwAcAAAAAAAAHAAAAAACAB0AAAAAAQAcAAAAAAMAHAAAAAAAAB0AAAAAAgAdAAAAAAAAHAAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAC8AAAAAAwBdAAAAAAMAfgAAAAAAAB0AAAAAAwAdAAAAAAMAHQAAAAADAB0AAAAAAgAdAAAAAAEAfgAAAAAAABwAAAAAAQAcAAAAAAMAHAAAAAAAABwAAAAAAQB+AAAAAAAAfgAAAAAAAGwAAAAAAAAfAAAAAAMAXQAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAABdAAAAAAIAXQAAAAADAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAwBdAAAAAAIAXQAAAAABAH4AAAAAAAB+AAAAAAAAfgAAAAAAAE0AAAAAAwBdAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAMAXQAAAAACAF0AAAAAAwBdAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAwBsAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAgBdAAAAAAIAXQAAAAAAAF0AAAAAAwBdAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAADAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAGIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAgBNAAAAAAAAXQAAAAABAAkAAAAAAABFAAAAAAAAfgAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAAH4AAAAAAABiAAAAAAMAXQAAAAADAH4AAAAAAABdAAAAAAAATgAAAAABAF0AAAAAAwBdAAAAAAIAXQAAAAABAF0AAAAAAQAJAAAAAAAARQAAAAAAAH4AAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAB+AAAAAAAAYgAAAAABAF0AAAAAAwB+AAAAAAAAXQAAAAADAF0AAAAAAQBNAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAEACQAAAAAAAEUAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAkAAAAAAABFAAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAAAJAAAAAAAARQAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: HwAAAAADAF0AAAAAAwB+AAAAAAAAHQAAAAACABwAAAAAAwAcAAAAAAAAHAAAAAACAB0AAAAAAQAcAAAAAAMAHAAAAAAAAB0AAAAAAgAdAAAAAAAAHAAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAC8AAAAAAwBdAAAAAAMAfgAAAAAAAB0AAAAAAwAdAAAAAAMAHQAAAAADAB0AAAAAAgAdAAAAAAEAfgAAAAAAABwAAAAAAQAcAAAAAAMAHAAAAAAAABwAAAAAAQB+AAAAAAAAfgAAAAAAAGwAAAAAAAAfAAAAAAMAXQAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAABdAAAAAAIAXQAAAAADAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAwBdAAAAAAIAXQAAAAABAH4AAAAAAAB+AAAAAAAAfgAAAAAAAE0AAAAAAwBdAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAMAXQAAAAACAF0AAAAAAwBdAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAwBsAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAgBdAAAAAAIAXQAAAAAAAF0AAAAAAwBdAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAADAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAGIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAgBNAAAAAAAAXQAAAAABAAkAAAAAAABFAAAAAAAAfgAAAAAAACwAAAAAAAAsAAAAAAAALAAAAAAAAH4AAAAAAABiAAAAAAMAXQAAAAADAH4AAAAAAABdAAAAAAAATgAAAAABAF0AAAAAAwBdAAAAAAIAXQAAAAABAF0AAAAAAQAJAAAAAAAARQAAAAAAAH4AAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAAB+AAAAAAAAYgAAAAABAF0AAAAAAwB+AAAAAAAAXQAAAAADAF0AAAAAAQBNAAAAAAAAXQAAAAADAF0AAAAAAwBdAAAAAAEACQAAAAAAAEUAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAkAAAAAAABFAAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAAAJAAAAAAAARQAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 4,-6: ind: 4,-6 @@ -352,7 +358,7 @@ entities: version: 7 -1,-5: ind: -1,-5 - tiles: bAAAAAAAAGwAAAAAAAB+AAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADYAAAAAAAA2AAAAAAAANQAAAAAAAH4AAAAAAAAcAAAAAAAAHQAAAAAAABwAAAAAAAA1AAAAAAIAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAAA1AAAAAAAANQAAAAAAADUAAAAAAAB+AAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAfgAAAAAAAF0AAAAAAAAuAAAAAAAALgAAAAAAAC4AAAAAAAB+AAAAAAAAbAAAAAAAAH4AAAAAAAA1AAAAAAAANQAAAAAAADUAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAF0AAAAAAwBdAAAAAAMAXQAAAAACAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAwBdAAAAAAMATQAAAAAAAF0AAAAAAgBdAAAAAAEAXQAAAAACAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAMATgAAAAACAF0AAAAAAwBdAAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAEATgAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAgBdAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAIAXQAAAAADAF0AAAAAAgBdAAAAAAMAXQAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAE0AAAAAAwBdAAAAAAMAXQAAAAADAH4AAAAAAAAfAAAAAAAAfgAAAAAAAH4AAAAAAAAmAAAAAAAAJgAAAAAAACYAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAABdAAAAAAEATgAAAAABAF0AAAAAAAB+AAAAAAAAHwAAAAABAB8AAAAAAQB+AAAAAAAAJgAAAAAAACYAAAAAAAAmAAAAAAAARQAAAAAAAEUAAAAAAABNAAAAAAMAXQAAAAAAAF0AAAAAAQBdAAAAAAMAXQAAAAADAF0AAAAAAwBdAAAAAAIAfgAAAAAAAB8AAAAAAAAfAAAAAAIAfgAAAAAAACYAAAAAAAAmAAAAAAAAJgAAAAAAAEUAAAAAAABFAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABFAAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAARQAAAAAAAH0AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAA== + tiles: bAAAAAAAAGwAAAAAAAB+AAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAANQAAAAAAADYAAAAAAAA2AAAAAAAANQAAAAAAAH4AAAAAAAAcAAAAAAAAHQAAAAAAABwAAAAAAAA1AAAAAAIAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAADUAAAAAAAA1AAAAAAAANQAAAAAAADUAAAAAAAB+AAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAfgAAAAAAAF0AAAAAAAAuAAAAAAAALgAAAAAAAC4AAAAAAAB+AAAAAAAAbAAAAAAAAH4AAAAAAAA1AAAAAAAANQAAAAAAADUAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAA1AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAF0AAAAAAwBdAAAAAAMAXQAAAAACAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAwBdAAAAAAMATQAAAAAAAF0AAAAAAgBdAAAAAAEAXQAAAAACAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAMATgAAAAACAF0AAAAAAwBdAAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAEATgAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAgBdAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAIAXQAAAAADAF0AAAAAAgBdAAAAAAMAXQAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAE0AAAAAAwBdAAAAAAMAXQAAAAADAH4AAAAAAAAfAAAAAAAAfgAAAAAAAH4AAAAAAAAmAAAAAAAAJgAAAAAAACYAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAEAXQAAAAACAF0AAAAAAABdAAAAAAEATgAAAAABAF0AAAAAAAB+AAAAAAAAHwAAAAABAB8AAAAAAQB+AAAAAAAAJgAAAAAAACYAAAAAAAAmAAAAAAAARQAAAAAAAEUAAAAAAABNAAAAAAMAXQAAAAAAAF0AAAAAAQBdAAAAAAMAXQAAAAADAF0AAAAAAwBdAAAAAAIAfgAAAAAAAB8AAAAAAAAfAAAAAAIAfgAAAAAAACYAAAAAAAAmAAAAAAAAJgAAAAAAAEUAAAAAAABFAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABFAAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAARQAAAAAAAH0AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAARQAAAAAAAEUAAAAAAABFAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAcgAAAAAAAA== version: 7 -1,-6: ind: -1,-6 @@ -392,7 +398,7 @@ entities: version: 7 -2,-4: ind: -2,-4 - tiles: bAAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAGwAAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAwBdAAAAAAAAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAABAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAABdAAAAAAAATgAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAfAAAAAAMAXQAAAAABAF0AAAAAAABdAAAAAAEAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAABAF0AAAAAAgBdAAAAAAIAXQAAAAADAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAwBdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAQBNAAAAAAEAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAABdAAAAAAEAXQAAAAABAF0AAAAAAwBdAAAAAAMAXQAAAAACAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAAATgAAAAACAF0AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAF0AAAAAAgBdAAAAAAIAXQAAAAAAAF0AAAAAAgBdAAAAAAEAfgAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAABNAAAAAAMAXQAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAXQAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAfwAAAAAAAF0AAAAAAABdAAAAAAMAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAH8AAAAAAABdAAAAAAAATQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAHIAAAAAAAADAAAAAAAATgAAAAADAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAByAAAAAAAAfgAAAAAAAA== + tiles: bAAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAGwAAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAwBdAAAAAAAAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAABAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAABdAAAAAAAATgAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAfAAAAAAMAXQAAAAABAF0AAAAAAABdAAAAAAEAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAABAF0AAAAAAgBdAAAAAAIAXQAAAAADAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAwBdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAQBNAAAAAAEAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAABdAAAAAAEAXQAAAAABAF0AAAAAAwBdAAAAAAMAXQAAAAACAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAATgAAAAADAF0AAAAAAwBdAAAAAAAATgAAAAACAF0AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAF0AAAAAAgBdAAAAAAIAXQAAAAAAAF0AAAAAAgBdAAAAAAEAfgAAAAAAAH4AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAABNAAAAAAMAXQAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAXQAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAfwAAAAAAAF0AAAAAAABdAAAAAAMAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAH8AAAAAAABdAAAAAAAATQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAHIAAAAAAAB7AAAAAAACTgAAAAADAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAByAAAAAAAAewAAAAAAAQ== version: 7 -3,-4: ind: -3,-4 @@ -480,7 +486,7 @@ entities: version: 7 -2,-2: ind: -2,-2 - tiles: XQAAAAACAE0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBNAAAAAAMAfgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAABAF0AAAAAAwBdAAAAAAMAXQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAwB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAfAAAAAAMAXQAAAAABAF0AAAAAAQBdAAAAAAEAfgAAAAAAAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAAAAF0AAAAAAQBOAAAAAAAAXQAAAAADAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAEAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBNAAAAAAMAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwBOAAAAAAIAXQAAAAAAAH4AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABNAAAAAAEAXQAAAAADAF0AAAAAAgB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAABAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAbAAAAAAAAH4AAAAAAABNAAAAAAMAXQAAAAADAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAA== + tiles: XQAAAAACAE0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBNAAAAAAMAfgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAABAF0AAAAAAwBdAAAAAAMAXQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAB8AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAwB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAAfAAAAAAMAXQAAAAABAF0AAAAAAQBdAAAAAAEAfgAAAAAAAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAHwAAAAAAAF0AAAAAAQBOAAAAAAAAXQAAAAADAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAB2AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAEAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAEAXQAAAAADAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAIAXQAAAAACAF0AAAAAAQB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBNAAAAAAMAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwBOAAAAAAIAXQAAAAAAAH4AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABNAAAAAAEAXQAAAAADAF0AAAAAAgB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAABAH4AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAbAAAAAAAAH4AAAAAAABNAAAAAAMAXQAAAAADAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAByAAAAAAAAcgAAAAAAAA== version: 7 -2,-1: ind: -2,-1 @@ -500,31 +506,31 @@ entities: version: 7 -2,-3: ind: -2,-3 - tiles: XQAAAAADAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAH0AAAAAAAByAAAAAAAAAwAAAAAAAF0AAAAAAQBdAAAAAAIAfgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAcgAAAAAAAAMAAAAAAABdAAAAAAEAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAHIAAAAAAAADAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAF0AAAAAAAB/AAAAAAAAfwAAAAAAAE4AAAAAAwBNAAAAAAEAXQAAAAABAF0AAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAABdAAAAAAAAfwAAAAAAAEEAAAAAAABdAAAAAAIAXQAAAAADAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAABBAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAAB+AAAAAAAAQQAAAAAAAF0AAAAAAQBdAAAAAAIAfgAAAAAAAH0AAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAABTAAAAAAAAUwAAAAAAAH4AAAAAAABdAAAAAAAAHwAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAEEAAAAAAABdAAAAAAEAXQAAAAABAH4AAAAAAAB9AAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAfQAAAAAAAFMAAAAAAAB+AAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAABBAAAAAAAATgAAAAABAF0AAAAAAgB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH8AAAAAAAB/AAAAAAAAQQAAAAAAAF0AAAAAAwBdAAAAAAIAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAABAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAAoAAAAAAAAfgAAAAAAAF0AAAAAAABNAAAAAAMAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAABdAAAAAAAAKAAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAE0AAAAAAgBdAAAAAAAAXQAAAAADAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAXQAAAAAAACgAAAAAAABdAAAAAAAATgAAAAAAAF0AAAAAAQBdAAAAAAEATgAAAAABAF0AAAAAAwB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAF0AAAAAAAAoAAAAAAAAfgAAAAAAAA== + tiles: XQAAAAADAF0AAAAAAAB+AAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAH0AAAAAAAByAAAAAAAAdgAAAAAAAF0AAAAAAQBdAAAAAAIAfgAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAcgAAAAAAAC0AAAAAAABdAAAAAAEAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAHIAAAAAAAAtAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAAfAAAAAAAAXQAAAAAAAF0AAAAAAAB/AAAAAAAAfwAAAAAAAE4AAAAAAwBNAAAAAAEAXQAAAAABAF0AAAAAAAAvAAAAAAAALwAAAAAAAC8AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAABdAAAAAAAAfwAAAAAAAHcAAAAAAABdAAAAAAIAXQAAAAADAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB3AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAAfAAAAAAAAHwAAAAAAAF0AAAAAAAB+AAAAAAAAdwAAAAAAAF0AAAAAAQBdAAAAAAIAfgAAAAAAAH0AAAAAAAAsAAAAAAAALAAAAAAAACwAAAAAAABTAAAAAAAAUwAAAAAAAH4AAAAAAABdAAAAAAAAHwAAAAAAAB8AAAAAAABdAAAAAAAAfgAAAAAAAHcAAAAAAABdAAAAAAEAXQAAAAABAH4AAAAAAAB9AAAAAAAALAAAAAAAACwAAAAAAAAsAAAAAAAAfQAAAAAAAFMAAAAAAAB+AAAAAAAAXQAAAAAAAB8AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB3AAAAAAAATgAAAAABAF0AAAAAAgB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH8AAAAAAAB/AAAAAAAAdwAAAAAAAF0AAAAAAwBdAAAAAAIAfgAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAXQAAAAAAAHsAAAAAAAJdAAAAAAMAXQAAAAABAH4AAAAAAAB9AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH0AAAAAAAAtAAAAAAAAXQAAAAACAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB2AAAAAAAAOQAAAAAAAF0AAAAAAABNAAAAAAMAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAABdAAAAAAAALQAAAAAAAC0AAAAAAABdAAAAAAAAXQAAAAAAAE0AAAAAAgBdAAAAAAAAXQAAAAADAH4AAAAAAAB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAAAAAAAAAAAXQAAAAAAAHYAAAAAAAAtAAAAAAAATgAAAAAAAF0AAAAAAQBdAAAAAAEATgAAAAABAF0AAAAAAwB+AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAF0AAAAAAAB2AAAAAAAAdgAAAAAAAA== version: 7 0,-2: ind: 0,-2 - tiles: LQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAABoAAAAAAAAPAAAAAAAAfgAAAAAAAFQAAAAAAABdAAAAAAAAVAAAAAAAAH4AAAAAAABrAAAAAAAAcwAAAAAAAH4AAAAAAABzAAAAAAAAcwAAAAAAAC0AAAAAAAB+AAAAAAAALQAAAAAAAH4AAAAAAAAPAAAAAAAADwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAawAAAAAAAGsAAAAAAABrAAAAAAAAawAAAAAAAGsAAAAAAAB+AAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAAGgAAAAAAAA8AAAAAAABdAAAAAAAAVAAAAAAAAF0AAAAAAABUAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAALQAAAAAAAC0AAAAAAABYAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABOAAAAAAAATgAAAAAAAE4AAAAAAABOAAAAAAAAfgAAAAAAAC0AAAAAAAAaAAAAAAAAfgAAAAAAAGsAAAAAAAB+AAAAAAAAVAAAAAAAAHMAAAAAAABzAAAAAAAAfgAAAAAAAFQAAAAAAAB+AAAAAAAATgAAAAAAAE4AAAAAAABOAAAAAAAATgAAAAAAACgAAAAAAABYAAAAAAAAGgAAAAAAAFgAAAAAAAB+AAAAAAAAfgAAAAAAAFQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAABUAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB/AAAAAAAAWAAAAAAAABoAAAAAAABYAAAAAAAAawAAAAAAAH4AAAAAAABUAAAAAAAAcwAAAAAAAHMAAAAAAABUAAAAAAAAVAAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB/AAAAAAAAfwAAAAAAAFgAAAAAAAAaAAAAAAAAWAAAAAAAAGsAAAAAAAB+AAAAAAAAVAAAAAAAAAwAAAAAAAAMAAAAAAAAVAAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAAaAAAAAAAAGgAAAAAAAFgAAAAAAABrAAAAAAAAfgAAAAAAAFQAAAAAAABzAAAAAAAAfgAAAAAAAFQAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABYAAAAAAAAfgAAAAAAAH4AAAAAAABUAAAAAAAAcwAAAAAAAHMAAAAAAABUAAAAAAAAfwAAAAAAAHIAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAGsAAAAAAABYAAAAAAAAWAAAAAAAAHMAAAAAAAB+AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAByAAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAWAAAAAAAAHMAAAAAAABrAAAAAAAAfgAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAWAAAAAAAAFgAAAAAAAB+AAAAAAAAcwAAAAAAAHMAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHMAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAA== + tiles: dgAAAAAAAHUAAAAAAAB1AAAAAAAAdQAAAAAAAHYAAAAAAAB7AAAAAAACewAAAAAAAHYAAAAAAAB2AAAAAAAAhQAAAAAAAIUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB4AAAAAAAAGgAAAAAAAHUAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAHYAAAAAAAB2AAAAAAAAZQAAAAAAAGUAAAAAAABlAAAAAAAAZQAAAAAAAGUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAA7AAAAAAAAdgAAAAAAAHYAAAAAAAB7AAAAAAACdwAAAAAAA3sAAAAAAAB2AAAAAAAAdgAAAAAAAGUAAAAAAABlAAAAAAAAGgAAAAAAABoAAAAAAAAaAAAAAAAAZQAAAAAAAGUAAAAAAACFAAAAAAAAdwAAAAAAA3cAAAAAAAN3AAAAAAADewAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAZQAAAAAAABoAAAAAAAB2AAAAAAAAGgAAAAAAAGUAAAAAAABlAAAAAAAAhQAAAAAAAHcAAAAAAAJ2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAABPAAAAAAAATwAAAAAAAHYAAAAAAAAaAAAAAAAAGgAAAAAAABoAAAAAAABlAAAAAAAAZQAAAAAAAIUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAGUAAAAAAAB2AAAAAAAAdgAAAAAAAGUAAAAAAABlAAAAAAAAZQAAAAAAAIUAAAAAAAB/AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAACEAAAAAAAChAAAAAAAAoQAAAAAAAJlAAAAAAAAZQAAAAAAAHYAAAAAAACFAAAAAAAAhQAAAAAAAIUAAAAAAAB9AAAAAAAAfwAAAAAAAHgAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAhAAAAAAAAoQAAAAAAAKEAAAAAAACZQAAAAAAAGUAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB2AAAAAAAAdgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB2AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAEQAAAAAAAHYAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAZQAAAAAAAGUAAAAAAABlAAAAAAAAdgAAAAAAAHYAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAABEAAAAAAAB2AAAAAAAAeAAAAAAAAHYAAAAAAAB2AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB2AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB2AAAAAAAAGgAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAeAAAAAAAAHgAAAAAAAB2AAAAAAAAdgAAAAAAABoAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAA3cAAAAAAAN2AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB3AAAAAAADdwAAAAAAA38AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAA== version: 7 0,-3: ind: 0,-3 - tiles: TAAAAAAAAEwAAAAAAAB+AAAAAAAAdAAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHQAAAAAAAB0AAAAAAAAdAAAAAAAAHQAAAAAAAB+AAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAFgAAAAAAABYAAAAAAAAWAAAAAAAAFgAAAAAAABYAAAAAAAAWAAAAAAAAFgAAAAAAABYAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABYAAAAAAAAWAAAAAAAAFgAAAAAAAAtAAAAAAAAWAAAAAAAAFgAAAAAAABYAAAAAAAAWAAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAALQAAAAAAAFgAAAAAAAAtAAAAAAAAWAAAAAAAAFgAAAAAAABYAAAAAAAAWAAAAAAAAFgAAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAC0AAAAAAAAtAAAAAAAALQAAAAAAAFgAAAAAAAAtAAAAAAAAWAAAAAAAAFgAAAAAAABYAAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAAtAAAAAAAAfgAAAAAAAC0AAAAAAAAtAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAGsAAAAAAABrAAAAAAAAawAAAAAAAH8AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAAtAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABlAAAAAAAAZQAAAAAAAGsAAAAAAABrAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAGsAAAAAAABzAAAAAAAALQAAAAAAAF0AAAAAAAAtAAAAAAAAfgAAAAAAAGsAAAAAAABrAAAAAAAAawAAAAAAAGUAAAAAAABrAAAAAAAAfwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABrAAAAAAAALQAAAAAAAC0AAAAAAABdAAAAAAAAdQAAAAAAAFIAAAAAAABSAAAAAAAAUgAAAAAAAC0AAAAAAABlAAAAAAAAawAAAAAAAH8AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAawAAAAAAAHMAAAAAAABzAAAAAAAALQAAAAAAAHMAAAAAAABSAAAAAAAAUgAAAAAAAFIAAAAAAAAtAAAAAAAALQAAAAAAAGsAAAAAAAB/AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAGsAAAAAAABrAAAAAAAAawAAAAAAAGsAAAAAAABzAAAAAAAAUgAAAAAAAFIAAAAAAABSAAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABrAAAAAAAAcwAAAAAAAH4AAAAAAABzAAAAAAAAcwAAAAAAAA== + tiles: dwAAAAAAA3cAAAAAAAN3AAAAAAADewAAAAAAAIQAAAAAAAJ2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAIUAAAAAAACFAAAAAAAAhQAAAAAAAIUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB1AAAAAAAAdQAAAAAAAHUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAB2AAAAAAAARQAAAAAAAEUAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB1AAAAAAAAeAAAAAAAAHUAAAAAAAB4AAAAAAAAdgAAAAAAAEUAAAAAAABFAAAAAAAAdQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHYAAAAAAABFAAAAAAAARQAAAAAAAHUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAARQAAAAAAAEUAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAADsAAAAAAAA7AAAAAAAAdgAAAAAAAHYAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB1AAAAAAAAdQAAAAAAAHUAAAAAAAB1AAAAAAAAdQAAAAAAAHUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHUAAAAAAAB1AAAAAAAAdgAAAAAAAHcAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAAaAAAAAAAAGgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHUAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAeAAAAAAAABoAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB1AAAAAAAAdgAAAAAAAHYAAAAAAAB7AAAAAAACewAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAAaAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdQAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAnYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB4AAAAAAAAGgAAAAAAAA== version: 7 -1,-2: ind: -1,-2 - tiles: KAAAAAAAAH4AAAAAAAAoAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAACgAAAAAAAB+AAAAAAAAKAAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAC0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAC0AAAAAAAB+AAAAAAAAfwAAAAAAAH4AAAAAAAB+AAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABYAAAAAAAAWAAAAAAAAH8AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAATgAAAAAAAE4AAAAAAABOAAAAAAAAKAAAAAAAAH4AAAAAAAADAAAAAAAAfgAAAAAAAH4AAAAAAABrAAAAAAAAWAAAAAAAABoAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB+AAAAAAAAKAAAAAAAAE4AAAAAAABOAAAAAAAATgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAawAAAAAAAH4AAAAAAAAaAAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAB+AAAAAAAAfgAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAGsAAAAAAAB+AAAAAAAAGgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAACgAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAABrAAAAAAAAWAAAAAAAABoAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAC0AAAAAAAB+AAAAAAAAawAAAAAAAFgAAAAAAAAaAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAUAAAAAAAAH8AAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAWAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAFAAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAABzAAAAAAAAWAAAAAAAAFgAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAABQAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAABzAAAAAAAAawAAAAAAAHMAAAAAAABYAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAABrAAAAAAAAWAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB+AAAAAAAAfgAAAAAAAGsAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB+AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAfwAAAAAAAA== + tiles: dgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAC0AAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAHYAAAAAAAB1AAAAAAAAdQAAAAAAAHYAAAAAAAAtAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAB2AAAAAAAAdgAAAAAAAHUAAAAAAAB+AAAAAAAAdgAAAAAAAC0AAAAAAAA5AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAALQAAAAAAAC0AAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB7AAAAAAABewAAAAAAA3YAAAAAAAB2AAAAAAAAfwAAAAAAAHYAAAAAAAAtAAAAAAAAOQAAAAAAADkAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHsAAAAAAAF3AAAAAAADdwAAAAAAA38AAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAZQAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB/AAAAAAAAfwAAAAAAAHYAAAAAAAB2AAAAAAAAZQAAAAAAAE8AAAAAAABPAAAAAAAAZQAAAAAAAGUAAAAAAABlAAAAAAAAZQAAAAAAAGUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAGUAAAAAAABPAAAAAAAAhAAAAAAAAoQAAAAAAAKEAAAAAAAChAAAAAAAAoQAAAAAAAKEAAAAAAAChAAAAAAAAnYAAAAAAAB2AAAAAAAAdgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB2AAAAAAAAZQAAAAAAAGUAAAAAAABlAAAAAAAAZQAAAAAAAIQAAAAAAAKEAAAAAAAChAAAAAAAAoQAAAAAAAJ2AAAAAAAAdgAAAAAAAHgAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB2AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAdgAAAAAAAH8AAAAAAABlAAAAAAAAZQAAAAAAAGUAAAAAAABlAAAAAAAAdgAAAAAAAHYAAAAAAAB4AAAAAAAAdgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHYAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAHYAAAAAAAB2AAAAAAAAeAAAAAAAAHYAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB2AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAAaAAAAAAAAdgAAAAAAAHgAAAAAAAB2AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAGgAAAAAAAHYAAAAAAAB2AAAAAAAAeAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB3AAAAAAADdwAAAAAAA3YAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAAB3AAAAAAADcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAfwAAAAAAAA== version: 7 -1,-3: ind: -1,-3 - tiles: AwAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAHQAAAAAAAB+AAAAAAAATAAAAAAAAAMAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAAB0AAAAAAAAdAAAAAAAAHQAAAAAAAB0AAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH8AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABCAAAAAAAAQgAAAAAAAEIAAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAC0AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAQgAAAAAAAEIAAAAAAABCAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAALQAAAAAAAH4AAAAAAAAtAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAAtAAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAAfwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAALQAAAAAAAH8AAAAAAAB/AAAAAAAAfwAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAawAAAAAAAGsAAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABYAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfwAAAAAAAGsAAAAAAABlAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAALQAAAAAAAH4AAAAAAABdAAAAAAAAWAAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH8AAAAAAABrAAAAAAAAZQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAALQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAawAAAAAAAC0AAAAAAAAoAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfwAAAAAAAC0AAAAAAAB+AAAAAAAAKAAAAAAAAF0AAAAAAAAoAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAC0AAAAAAAAtAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAAwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAA== + tiles: dgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAi0AAAAAAAAtAAAAAAAAWQAAAAAAAFkAAAAAAABZAAAAAAAAWQAAAAAAAFkAAAAAAAB3AAAAAAAAdgAAAAAAAHsAAAAAAAF3AAAAAAADdwAAAAAAA3YAAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAIDAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAFkAAAAAAABZAAAAAAAAdwAAAAAAAHYAAAAAAACFAAAAAAAAhQAAAAAAAIUAAAAAAAAtAAAAAAAALQAAAAAAAHYAAAAAAAB7AAAAAAABdwAAAAAAA3sAAAAAAAMDAAAAAAAAAwAAAAAAAAMAAAAAAAB7AAAAAAACdwAAAAAAA3sAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAfwAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAIQAAAAAAAF7AAAAAAABdwAAAAAAA3cAAAAAAAN3AAAAAAADdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAH8AAAAAAAB4AAAAAAAAeAAAAAAAAHYAAAAAAACEAAAAAAABdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAbwAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAAhQAAAAAAAIUAAAAAAACFAAAAAAAAhQAAAAAAAIUAAAAAAACFAAAAAAAAhQAAAAAAAHgAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAABvAAAAAAAAdgAAAAAAAHUAAAAAAAB1AAAAAAAAdwAAAAAAAIUAAAAAAACEAAAAAAAChAAAAAAAAIQAAAAAAAKEAAAAAAAChAAAAAAAAoUAAAAAAAB4AAAAAAAAdgAAAAAAAG8AAAAAAABvAAAAAAAAdgAAAAAAAHYAAAAAAAB1AAAAAAAARQAAAAAAAHcAAAAAAACFAAAAAAAAhAAAAAAAAoQAAAAAAAKEAAAAAAAChAAAAAAAAoQAAAAAAAKFAAAAAAAAeAAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdQAAAAAAAEUAAAAAAAB3AAAAAAAAhQAAAAAAAIUAAAAAAACFAAAAAAAAhQAAAAAAAIUAAAAAAACFAAAAAAAAhQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHUAAAAAAABFAAAAAAAAfwAAAAAAAHgAAAAAAAB4AAAAAAAAhQAAAAAAAIUAAAAAAACFAAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAdwAAAAAAA3cAAAAAAAN3AAAAAAADdwAAAAAAA3YAAAAAAAB1AAAAAAAARQAAAAAAAF0AAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAACdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAADsAAAAAAAAtAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAnYAAAAAAAB2AAAAAAAAdQAAAAAAAHUAAAAAAAB1AAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAADdwAAAAAAA3cAAAAAAAN3AAAAAAADdwAAAAAAAXcAAAAAAAJ2AAAAAAAAdQAAAAAAAHUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAACdgAAAAAAAHYAAAAAAAB1AAAAAAAAdQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAALQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAewAAAAAAAXsAAAAAAAN2AAAAAAAAdgAAAAAAAHUAAAAAAAB2AAAAAAAALQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAC0AAAAAAAAtAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB7AAAAAAABewAAAAAAA3YAAAAAAAB1AAAAAAAAdgAAAAAAAA== version: 7 0,-4: ind: 0,-4 - tiles: fgAAAAAAAH4AAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHMAAAAAAABdAAAAAAAAfgAAAAAAAAUAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAABzAAAAAAAAXQAAAAAAAH4AAAAAAAAFAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAGkAAAAAAABpAAAAAAAAaQAAAAAAAGkAAAAAAABpAAAAAAAAfwAAAAAAAG8AAAAAAAB/AAAAAAAAAwAAAAAAAAMAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAHkAAAAAAAB5AAAAAAAAfgAAAAAAAH4AAAAAAABvAAAAAAAAfwAAAAAAAF0AAAAAAABdAAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAaQAAAAAAAGkAAAAAAABpAAAAAAAAfgAAAAAAAGkAAAAAAAB/AAAAAAAAbwAAAAAAAH8AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAC8AAAAAAAAvAAAAAAAAaQAAAAAAAHkAAAAAAABpAAAAAAAAfwAAAAAAAG8AAAAAAAB/AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAALwAAAAAAAGkAAAAAAAB5AAAAAAAAaQAAAAAAAH8AAAAAAABvAAAAAAAAfwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAACgAAAAAAAAoAAAAAAAAKAAAAAAAAHIAAAAAAAByAAAAAAAALwAAAAAAAC8AAAAAAABpAAAAAAAAfgAAAAAAAGkAAAAAAAB/AAAAAAAAfwAAAAAAAH8AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAAoAAAAAAAAKAAAAAAAACgAAAAAAAByAAAAAAAAcgAAAAAAAGkAAAAAAABpAAAAAAAAfgAAAAAAAHkAAAAAAABpAAAAAAAAaQAAAAAAAGkAAAAAAAB/AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABwAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAeQAAAAAAAHkAAAAAAABpAAAAAAAAfwAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAaQAAAAAAAGkAAAAAAABpAAAAAAAAaQAAAAAAAHkAAAAAAAB5AAAAAAAAaQAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAALQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAAALQAAAAAAAC0AAAAAAABMAAAAAAAATAAAAAAAAH4AAAAAAAB0AAAAAAAAXQAAAAAAAF0AAAAAAAB0AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAAtAAAAAAAATAAAAAAAAEwAAAAAAAB+AAAAAAAAdAAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAA== + tiles: dgAAAAAAAHYAAAAAAAB/AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHgAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAACEAAAAAAADdwAAAAAAAnYAAAAAAAB2AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAhAAAAAAAA3cAAAAAAAJ2AAAAAAAAdgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAIQAAAAAAAN3AAAAAAACdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB/AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAACEAAAAAAADewAAAAAAAXcAAAAAAAN3AAAAAAADeAAAAAAAAHcAAAAAAAN3AAAAAAADewAAAAAAA3UAAAAAAAB4AAAAAAAAfwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAdwAAAAAAA3sAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAACFAAAAAAAAhQAAAAAAAHcAAAAAAAJ1AAAAAAAAeAAAAAAAAH4AAAAAAAB+AAAAAAAAdgAAAAAAAHYAAAAAAAByAAAAAAAAcgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAIUAAAAAAAB2AAAAAAAAhQAAAAAAAIUAAAAAAAB3AAAAAAACdQAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHYAAAAAAACFAAAAAAAAdgAAAAAAAHIAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAACFAAAAAAAAdgAAAAAAAIUAAAAAAACFAAAAAAAAdwAAAAAAAn4AAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAB2AAAAAAAAdgAAAAAAAHIAAAAAAAByAAAAAAAAhQAAAAAAAIUAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAJ+AAAAAAAAdgAAAAAAAHgAAAAAAAB4AAAAAAAAdgAAAAAAAIUAAAAAAAByAAAAAAAAcgAAAAAAAHcAAAAAAAN3AAAAAAADdwAAAAAAA3sAAAAAAAN2AAAAAAAAhQAAAAAAAIUAAAAAAAB3AAAAAAACfgAAAAAAAHYAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAH4AAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAChAAAAAAAAncAAAAAAAN3AAAAAAADewAAAAAAAHUAAAAAAAB2AAAAAAAAeAAAAAAAAHYAAAAAAACFAAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAH4AAAAAAAB2AAAAAAAAdwAAAAAAAnYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB4AAAAAAAAeAAAAAAAAHgAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB+AAAAAAAAfgAAAAAAAHYAAAAAAAB+AAAAAAAAdgAAAAAAAHcAAAAAAAJ2AAAAAAAAeAAAAAAAAHgAAAAAAAB4AAAAAAAAeAAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHYAAAAAAAB3AAAAAAACdgAAAAAAAHgAAAAAAAB4AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAhQAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAnYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAA== version: 7 -1,-4: ind: -1,-4 - tiles: cgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAAFAAAAAAAAfgAAAAAAAF0AAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAABQAAAAAAAH4AAAAAAABdAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAfwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB+AAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAAfgAAAAAAAH4AAAAAAABvAAAAAAAAfwAAAAAAAGkAAAAAAABpAAAAAAAAaQAAAAAAAGkAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbwAAAAAAAH4AAAAAAAB+AAAAAAAAeQAAAAAAAH4AAAAAAAB5AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAG8AAAAAAAB/AAAAAAAAaQAAAAAAAHkAAAAAAABpAAAAAAAAaQAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABvAAAAAAAAfwAAAAAAAGkAAAAAAAB+AAAAAAAAaQAAAAAAAC8AAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAABPAAAAAAAAfgAAAAAAAE8AAAAAAAB+AAAAAAAATwAAAAAAAH4AAAAAAAB+AAAAAAAAbwAAAAAAAH8AAAAAAABpAAAAAAAAeQAAAAAAAGkAAAAAAAAvAAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAAfwAAAAAAAH4AAAAAAAB/AAAAAAAAaQAAAAAAAHkAAAAAAABpAAAAAAAALwAAAAAAAH8AAAAAAABPAAAAAAAAfwAAAAAAAE8AAAAAAAB+AAAAAAAAfgAAAAAAAE8AAAAAAAB+AAAAAAAAfgAAAAAAAH8AAAAAAABpAAAAAAAAaQAAAAAAAGkAAAAAAAB+AAAAAAAAaQAAAAAAAGkAAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAAB/AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAaQAAAAAAAHkAAAAAAAB5AAAAAAAAfgAAAAAAAH4AAAAAAABwAAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAATwAAAAAAAE8AAAAAAABPAAAAAAAAfgAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAGkAAAAAAAB5AAAAAAAAfgAAAAAAAGkAAAAAAABpAAAAAAAAaQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAdAAAAAAAAF0AAAAAAABdAAAAAAAAdAAAAAAAAH4AAAAAAABMAAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAHQAAAAAAAB+AAAAAAAATAAAAAAAAA== + tiles: cgAAAAAAAHIAAAAAAAByAAAAAAAAAAAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB/AAAAAAAAdgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAB2AAAAAAAAdgAAAAAAAHgAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAHIAAAAAAAB/AAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAAcgAAAAAAAHIAAAAAAAByAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB/AAAAAAAAfwAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAHIAAAAAAAByAAAAAAAAcgAAAAAAAH4AAAAAAAB2AAAAAAAAJwAAAAAAABEAAAAAAAAnAAAAAAAAEQAAAAAAACcAAAAAAAB4AAAAAAAARQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAJyAAAAAAAAcgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAewAAAAAAAncAAAAAAAF4AAAAAAAAdwAAAAAAA3cAAAAAAAN7AAAAAAAAcgAAAAAAAHYAAAAAAABEAAAAAAAARAAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAewAAAAAAAXIAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHsAAAAAAAJ3AAAAAAADdwAAAAAAA3cAAAAAAAN7AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAByAAAAAAAAcgAAAAAAAH8AAAAAAAAnAAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAOgAAAAAAAHYAAAAAAAB2AAAAAAAAfwAAAAAAAH8AAAAAAAB/AAAAAAAAEQAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAHYAAAAAAAAnAAAAAAAAEQAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAhQAAAAAAAH8AAAAAAAB2AAAAAAAAfwAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHcAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB7AAAAAAACdwAAAAAAA3cAAAAAAAN2AAAAAAAAdgAAAAAAAC0AAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAAyAAAAAAAAMgAAAAAAAHYAAAAAAACFAAAAAAAAdwAAAAAAAHYAAAAAAAB2AAAAAAAALQAAAAAAAC0AAAAAAAAtAAAAAAAAdgAAAAAAAHYAAAAAAAB3AAAAAAAChAAAAAAAA3cAAAAAAAB2AAAAAAAAMgAAAAAAADIAAAAAAAB2AAAAAAAAhQAAAAAAAHcAAAAAAAB2AAAAAAAAfgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdwAAAAAAAoQAAAAAAAN3AAAAAAAAdgAAAAAAAHYAAAAAAAB2AAAAAAAAdgAAAAAAAIUAAAAAAAB3AAAAAAAAdgAAAAAAAH4AAAAAAAAtAAAAAAAALQAAAAAAAHcAAAAAAAEtAAAAAAAAdwAAAAAAAXsAAAAAAAAXAAAAAAAAewAAAAAAAXcAAAAAAAN3AAAAAAADdwAAAAAAA3YAAAAAAACFAAAAAAAAdwAAAAAAAHYAAAAAAAB+AAAAAAAAdwAAAAAAAS0AAAAAAAAtAAAAAAAALQAAAAAAAC0AAAAAAAADAAAAAAAAWQAAAAAAAFkAAAAAAABZAAAAAAAAWQAAAAAAAFkAAAAAAAB3AAAAAAAAdgAAAAAAAHcAAAAAAAB2AAAAAAAAdgAAAAAAAA== version: 7 3,-7: ind: 3,-7 @@ -756,46 +762,12 @@ entities: 3404: -77,-40 3405: -77,-38 3406: -77,-48 - - node: - color: '#FFFFFFFF' - id: Basalt1 - decals: - 14443: 2,-54 - 14444: -3,-53 - 14717: -11,-33 - 14718: -12,-29 - 14719: -14,-32 - 14721: -6,-34 - 14722: -5,-36 - - node: - color: '#FFFFFFFF' - id: Basalt2 - decals: - 14723: -6,-38 - 14724: -6,-35 - node: angle: 3.141592653589793 rad color: '#FFFFFF19' id: Basalt5 decals: 12089: 49,21 - - node: - color: '#FFFFFFFF' - id: Basalt5 - decals: - 14714: -11,-39 - 14715: -15,-36 - 14716: -17,-34 - - node: - color: '#FFFFFFFF' - id: Basalt9 - decals: - 14445: -3,-55 - 14446: 2,-59 - 14447: 5,-52 - 14448: -5,-52 - 14712: -14,-42 - 14713: -10,-41 - node: color: '#8BDA8EFF' id: Bot @@ -1228,6 +1200,8 @@ entities: 12220: 73,-7 12256: 89,-2 15968: 48,7 + 16089: 2,-39 + 16363: 12,-28 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw @@ -1245,6 +1219,8 @@ entities: 12211: 75,-7 12221: 72,-7 12258: 77,-2 + 16090: -2,-39 + 16362: 10,-28 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe @@ -1264,6 +1240,8 @@ entities: 12257: 89,-3 15962: 46,2 15967: 48,5 + 16098: 2,-43 + 16364: 12,-30 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw @@ -1279,6 +1257,8 @@ entities: 12219: 75,-9 12223: 72,-9 15979: 42,2 + 16094: -2,-43 + 16365: 10,-30 - node: color: '#FFFFFFFF' id: BrickTileDarkEndE @@ -1453,6 +1433,10 @@ entities: 15963: 46,3 15964: 46,4 15969: 48,6 + 16099: 2,-42 + 16100: 2,-41 + 16101: 2,-40 + 16367: 12,-29 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1530,6 +1514,7 @@ entities: 15971: 46,7 15972: 45,7 15973: 43,8 + 16369: 11,-28 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -1596,6 +1581,10 @@ entities: 15980: 43,2 15981: 44,2 15982: 45,2 + 16095: -1,-43 + 16096: 0,-43 + 16097: 1,-43 + 16366: 11,-30 - node: zIndex: -1 color: '#FFFFFFFF' @@ -1674,16 +1663,15 @@ entities: 15976: 42,5 15977: 42,4 16005: 42,3 + 16091: -2,-40 + 16092: -2,-41 + 16093: -2,-42 + 16368: 10,-29 - node: color: '#FFFFFFFF' id: BrickTileSteelBox decals: 2857: -36,-59 - - node: - color: '#D381C996' - id: BrickTileSteelCornerNe - decals: - 14703: 6,-40 - node: color: '#FF5C5C99' id: BrickTileSteelCornerNe @@ -1697,11 +1685,6 @@ entities: decals: 6262: 63,-41 12238: 89,-9 - - node: - color: '#D381C996' - id: BrickTileSteelCornerNw - decals: - 14700: 4,-40 - node: color: '#FF5C5C99' id: BrickTileSteelCornerNw @@ -1717,11 +1700,6 @@ entities: 6275: 62,-36 8335: -35,-82 12226: 84,-9 - - node: - color: '#D381C996' - id: BrickTileSteelCornerSe - decals: - 14702: 6,-41 - node: color: '#FF5C5C99' id: BrickTileSteelCornerSe @@ -1739,11 +1717,6 @@ entities: 6267: 63,-43 6268: 63,-39 12237: 89,-11 - - node: - color: '#D381C996' - id: BrickTileSteelCornerSw - decals: - 14701: 4,-41 - node: color: '#FF5C5C99' id: BrickTileSteelCornerSw @@ -1895,11 +1868,6 @@ entities: 8339: -37,-79 12239: 89,-10 12498: 111,-41 - - node: - color: '#D381C996' - id: BrickTileSteelLineN - decals: - 14704: 5,-40 - node: color: '#FF5C5C99' id: BrickTileSteelLineN @@ -3459,6 +3427,24 @@ entities: id: Cyber decals: 14327: -57.98221,-130.99178 + - node: + color: '#1D1D21FF' + id: Damaged + decals: + 16370: 12,-27 + 16371: 11,-27 + 16372: 13,-27 + 16373: 13,-29 + 16374: 14,-29 + 16375: 13,-28 + 16376: 13,-27 + 16377: 10,-32 + 16378: 9,-31 + 16379: 8,-30 + 16380: 11,-31 + 16381: 14,-30 + 16382: 10,-31 + 16383: 9,-30 - node: zIndex: 3 color: '#DE3A3A96' @@ -3973,6 +3959,23 @@ entities: id: Dirt decals: 6932: -24,-96 + - node: + color: '#1D1D21FF' + id: Dirt + decals: + 16388: 13,-30 + 16389: 12,-31 + 16390: 8,-31 + 16391: 14,-28 + 16392: 12,-30 + 16393: 12,-28 + 16394: 10,-28 + 16395: 10,-30 + 16396: 11,-30 + 16397: 10,-29 + 16398: 11,-28 + 16399: 12,-28 + 16400: 11,-28 - node: color: '#FFFFFF3E' id: Dirt @@ -4690,50 +4693,10 @@ entities: 7145: -83,-10 7146: -75,-17 7901: 65,-21 - 15003: 12,-33 - 15004: 12,-34 - 15005: 13,-35 - 15006: 12,-35 - 15007: 10,-34 - 15008: 11,-34 - 15009: 11,-33 - 15010: 11,-32 - 15011: 11,-31 - 15012: 16,-32 - 15013: 16,-31 - 15022: 13,-33 - 15023: 13,-34 - 15024: 16,-33 - 15025: 16,-34 - 15026: 16,-35 - 15027: 17,-35 - 15028: 17,-34 - 15029: 17,-33 - 15030: 17,-37 - 15031: 13,-37 - 15035: 11,-35 - 15052: 13,-39 - 15054: 14,-40 - 15056: 11,-43 - 15057: 12,-43 - 15058: 15,-44 - 15059: 14,-44 - 15060: 13,-44 - 15061: 12,-44 - 15062: 11,-44 - 15063: 10,-44 - 15064: 14,-43 - 15065: 10,-43 - 15066: 10,-42 - 15067: 9,-42 - 15068: 15,-40 - 15069: 15,-39 - 15070: 14,-39 - 15071: 4,-36 - 15072: 5,-38 - 15073: 6,-36 - 15074: 5,-36 - 15075: 4,-38 + 16384: 13,-30 + 16385: 12,-31 + 16386: 8,-31 + 16387: 14,-28 - node: cleanable: True color: '#FFFFFFFF' @@ -4949,316 +4912,10 @@ entities: 14298: -25,-98 14300: -27,-98 14301: -27,-99 - 14453: -3,-54 - 14454: -2,-54 - 14455: -4,-52 - 14456: -2,-53 - 14457: 1,-53 - 14458: 2,-54 - 14459: 3,-53 - 14460: 3,-55 - 14461: 3,-58 - 14462: 1,-59 - 14463: 2,-59 - 14464: 1,-60 - 14465: 0,-59 - 14466: -2,-59 - 14467: -3,-59 - 14468: -3,-58 - 14469: -3,-57 - 14470: -2,-56 - 14471: -3,-55 - 14472: -1,-54 - 14473: -4,-53 - 14474: -5,-53 - 14475: -5,-52 - 14476: -3,-52 - 14477: -4,-50 - 14478: -5,-49 - 14479: -5,-49 - 14480: -4,-48 - 14481: -6,-48 - 14482: -6,-49 - 14483: -8,-48 - 14484: -8,-49 - 14485: -9,-48 - 14486: -8,-51 - 14487: -9,-50 - 14488: -11,-50 - 14489: -12,-50 - 14490: -12,-48 - 14491: -11,-48 - 14492: -12,-46 - 14493: -14,-48 - 14494: -14,-49 - 14495: -15,-49 - 14496: -15,-48 - 14497: -14,-47 - 14498: -15,-46 - 14499: -16,-47 - 14500: -17,-47 - 14501: -17,-46 - 14502: -11,-52 - 14503: -11,-52 - 14504: -11,-53 - 14505: -12,-53 - 14506: -12,-52 - 14507: -11,-54 - 14508: -15,-54 - 14509: -14,-53 - 14510: -14,-52 - 14511: -15,-52 - 14512: -15,-53 - 14513: -16,-53 - 14514: -9,-55 - 14515: -8,-55 - 14516: -9,-54 - 14517: -9,-54 - 14518: -9,-56 - 14519: -8,-56 - 14520: -8,-54 - 14521: -9,-58 - 14522: -8,-58 - 14523: -8,-59 - 14524: -9,-59 - 14525: -9,-60 - 14526: -8,-60 - 14527: -1,-63 - 14528: 0,-63 - 14529: 0,-62 - 14530: 1,-63 - 14531: 1,-62 - 14532: 1,-63 - 14533: 8,-59 - 14534: 9,-58 - 14535: 8,-57 - 14536: 9,-57 - 14537: 9,-55 - 14538: 8,-55 - 14539: 9,-55 - 14540: 9,-53 - 14541: 8,-52 - 14542: 9,-51 - 14543: 8,-49 - 14544: 9,-48 - 14545: 8,-48 - 14546: 5,-49 - 14547: 5,-48 - 14548: 4,-48 - 14549: 4,-50 - 14550: 5,-50 - 14551: 6,-48 - 14552: 6,-49 - 14553: 5,-49 - 14554: 11,-48 - 14555: 12,-47 - 14556: 12,-48 - 14557: 11,-49 - 14558: 12,-51 - 14559: 12,-52 - 14560: 11,-52 - 14561: 14,-52 - 14566: 14,-48 - 14567: 15,-48 - 14568: 15,-47 - 14569: 14,-46 - 14570: 14,-46 - 14571: 15,-46 - 14726: -6,-40 - 14728: -5,-40 - 14732: -6,-41 - 14735: -3,-45 - 14736: -3,-44 - 14737: -4,-45 - 14738: -9,-45 - 14739: -8,-45 - 14740: -9,-44 - 14741: -11,-41 - 14742: -11,-44 - 14743: -14,-44 - 14744: -14,-43 - 14745: -14,-41 - 14746: -14,-40 - 14747: -12,-42 - 14767: -12,-32 - 14769: -10,-31 - 14770: -11,-29 - 14771: -9,-29 - 14772: -9,-28 - 14773: -8,-29 - 14774: -9,-28 - 14775: -10,-27 - 14776: -9,-26 - 14777: -13,-29 - 14778: -14,-29 - 14779: -14,-28 - 14796: -6,-32 - 14797: -5,-30 - 14798: -6,-29 - 14799: -6,-30 - 14800: -7,-30 - 14801: -5,-29 - 14814: -1,-44 - 14815: -1,-43 - 14816: 1,-44 - 14817: 1,-42 - 14818: 1,-41 - 14819: 3,-43 - 14820: 3,-45 - 14821: 5,-44 - 14822: 5,-45 - 14823: 6,-44 - 14824: 7,-45 - 14825: 8,-43 - 14826: 8,-44 - 14827: 9,-43 - 14828: 9,-45 - 14834: 5,-37 - 14835: 4,-37 - 14836: 8,-37 - 14837: 7,-37 - 14838: 8,-38 - 14839: 9,-37 - 14842: 9,-33 - 14844: 7,-31 - 14845: 8,-30 - 14846: 7,-30 - 14847: 8,-29 - 14848: 10,-31 - 14849: 9,-32 - 14851: 5,-31 - 14853: 4,-34 - 14854: 4,-31 - 14855: 4,-30 - 14856: 12,-32 - 14857: 13,-31 - 14858: 14,-32 - 14860: 15,-32 - 14861: 11,-31 - 14862: 14,-35 - 14865: 15,-37 - 14866: 15,-39 - 14867: 14,-41 - 14919: 11,-28 - 14920: 11,-29 - 14921: 11,-26 - 14922: 14,-29 - 14923: 13,-28 - 14924: 15,-28 - 14925: 15,-31 - 14926: 15,-33 - 14927: 13,-32 - 14928: 10,-32 - 14929: 8,-31 - 14930: 16,-36 - 14931: 17,-34 14932: 18,-43 14933: 18,-42 14934: 18,-41 14935: 18,-40 - 15085: 5,-35 - 15086: 6,-35 - 15087: 5,-34 - 15088: 7,-37 - 15089: 8,-37 - 15090: 6,-37 - 15103: 9,-29 - 15104: 7,-32 - 15105: 9,-30 - 15125: -2,-26 - 15126: -1,-25 - 15127: 0,-24 - 15128: -2,-24 - 15129: -3,-24 - 15130: -3,-25 - 15131: -3,-26 - 15132: -3,-27 - 15133: 3,-25 - 15134: 3,-26 - 15135: 3,-27 - 15136: 3,-27 - 15137: 3,-24 - 15138: 3,-28 - 15139: 1,-28 - 15140: -2,-29 - 15141: 1,-26 - 15142: 1,-25 - 15143: 0,-26 - 15144: -1,-26 - 15145: -1,-24 - 15146: 2,-24 - 15147: 2,-25 - 15148: 2,-28 - 15149: 2,-29 - 15153: -1,-28 - 15154: -1,-27 - 15155: 0,-27 - 15156: 0,-25 - 15157: -2,-27 - 15158: 1,-27 - 15159: 2,-26 - 15160: -4,-25 - 15161: 4,-25 - 15162: 2,-23 - 15163: 1,-23 - 15164: -1,-23 - 15165: -2,-23 - 15166: 9,-28 - 15167: 8,-28 - 15168: 6,-30 - 15169: 6,-31 - 15170: 9,-33 - 15171: 8,-33 - 15172: 7,-35 - 15173: 10,-27 - 15174: 10,-26 - 15175: 7,-37 - 15176: 3,-37 - 15177: 2,-38 - 15178: 2,-36 - 15179: -15,-34 - 15191: -16,-37 - 15218: -8,-37 - 15219: -8,-36 - 15220: -9,-36 - 15221: 14,-53 - 15222: 15,-53 - 15227: -3,-28 - 15235: -6,-26 - 15236: -5,-25 - 15237: -6,-25 - 15238: -7,-24 - 15239: -7,-23 - 15240: -8,-23 - 15241: -5,-23 - 15242: -5,-26 - 15243: -16,-34 - 15244: -17,-34 - 15245: -14,-32 - 15254: 6,-26 - 15255: 7,-25 - 15256: 5,-25 - 15257: 6,-23 - 15258: 6,-24 - 15259: 6,-25 - 15260: 7,-24 - 15261: 7,-23 - 15262: 7,-27 - 15263: 6,-27 - 15264: 8,-27 - 15265: 7,-28 - 15266: 5,-28 - 15267: 5,-27 - 15268: 5,-26 - 15269: 5,-23 - 15270: 5,-24 - 15271: 9,-27 - 15272: 8,-26 - 15273: 9,-26 - 15274: 8,-25 - 15275: 8,-24 - 15276: 8,-23 - 15277: 7,-26 - node: cleanable: True color: '#FFFFFF8F' @@ -5346,12 +5003,6 @@ entities: 7155: -83,4 7903: 65,-21 7905: 65,-21 - 15016: 15,-35 - 15037: 11,-41 - 15038: 10,-43 - 15039: 13,-40 - 15040: 12,-39 - 15041: 13,-43 - node: cleanable: True color: '#FFFFFFFF' @@ -5425,110 +5076,6 @@ entities: 10910: 72,-12 10924: 87,-10 10925: 88,-10 - 14572: 11,-47 - 14573: 12,-48 - 14574: 14,-47 - 14575: 12,-51 - 14576: 9,-52 - 14577: 8,-49 - 14578: 5,-49 - 14579: 4,-49 - 14580: 4,-50 - 14581: 4,-52 - 14582: 5,-53 - 14583: 3,-50 - 14584: 5,-47 - 14585: -4,-50 - 14586: -3,-49 - 14587: -4,-47 - 14588: -6,-47 - 14614: -4,-55 - 14615: 0,-53 - 14616: 3,-54 - 14617: 1,-62 - 14618: -1,-63 - 14619: -1,-62 - 14620: 0,-63 - 14621: 9,-57 - 14622: 8,-59 - 14623: 8,-55 - 14624: 9,-53 - 14625: 8,-49 - 14626: 11,-52 - 14627: 14,-52 - 14629: 15,-47 - 14630: 14,-46 - 14631: -5,-48 - 14632: -6,-49 - 14633: -9,-49 - 14634: -12,-49 - 14635: -15,-49 - 14748: -12,-41 - 14749: -11,-42 - 14750: -14,-41 - 14751: -14,-43 - 14752: -15,-44 - 14753: -8,-41 - 14754: -9,-42 - 14755: -9,-38 - 14756: -11,-38 - 14757: -12,-37 - 14759: -13,-36 - 14760: -16,-35 - 14780: -13,-29 - 14781: -11,-28 - 14782: -9,-27 - 14783: -8,-29 - 14803: -6,-39 - 14805: -4,-44 - 14868: 14,-41 - 14869: 15,-40 - 14870: 15,-42 - 14871: 15,-43 - 14872: 12,-42 - 14873: 14,-37 - 14894: 4,-37 - 14895: 7,-37 - 14896: 7,-38 - 14897: 6,-37 - 14898: 9,-35 - 14902: 9,-38 - 14903: 8,-43 - 14904: 9,-45 - 14905: 8,-45 - 14906: 6,-44 - 14915: 12,-28 - 14916: 13,-29 - 14917: 11,-27 - 14918: 12,-26 - 15101: 8,-32 - 15102: 9,-29 - 15112: -2,-27 - 15113: 0,-25 - 15114: 2,-27 - 15115: -2,-25 - 15150: -2,-28 - 15151: -1,-29 - 15180: -15,-35 - 15181: -15,-33 - 15182: -16,-33 - 15183: -16,-31 - 15184: -14,-33 - 15185: -18,-35 - 15186: -18,-34 - 15187: -16,-32 - 15188: -18,-33 - 15206: -8,-32 - 15207: -9,-31 - 15208: -10,-33 - 15209: -11,-31 - 15216: -11,-36 - 15217: -9,-37 - 15224: 15,-53 - 15225: 14,-50 - 15226: -3,-28 - 15289: 9,-28 - 15290: 7,-23 - node: cleanable: True zIndex: -1 @@ -5555,8 +5102,6 @@ entities: 4837: 72,-18 4838: 77,-17 6655: -56,3 - 15014: 9,-34 - 15015: 14,-34 - node: cleanable: True color: '#FFFFFFFF' @@ -5617,60 +5162,6 @@ entities: 8192: -62,-17 8193: -58,-19 8250: 38,22 - 14591: -9,-51 - 14592: -8,-52 - 14594: -8,-50 - 14595: -8,-47 - 14596: -11,-50 - 14597: -14,-50 - 14598: -17,-48 - 14599: -17,-46 - 14600: -16,-47 - 14601: -12,-46 - 14602: -11,-46 - 14603: -15,-50 - 14636: -17,-47 - 14637: -16,-52 - 14761: -15,-37 - 14762: -17,-35 - 14763: -12,-35 - 14764: -12,-33 - 14765: -11,-32 - 14766: -14,-31 - 14790: -6,-28 - 14792: -4,-33 - 14793: -4,-34 - 14794: -5,-34 - 14795: -6,-35 - 14875: 16,-37 - 14876: 17,-36 - 14878: 15,-32 - 14879: 13,-31 - 14880: 14,-31 - 14907: 5,-43 - 14908: 6,-43 - 14909: 3,-44 - 14910: 1,-43 - 14911: -1,-44 - 14912: 8,-36 - 14913: 12,-29 - 14914: 13,-27 - 15081: 5,-35 - 15082: 6,-34 - 15099: 7,-32 - 15100: 8,-32 - 15121: -1,-26 - 15122: -2,-24 - 15123: 1,-24 - 15124: 1,-28 - 15228: -6,-26 - 15229: -5,-25 - 15230: -7,-24 - 15231: -6,-24 - 15232: -7,-23 - 15278: 6,-25 - 15279: 7,-27 - 15280: 9,-27 - node: color: '#FFFFFFFF' id: DirtLight @@ -5702,9 +5193,6 @@ entities: 7163: -78,-19 7164: -66,-21 7165: -75,7 - 15043: 12,-41 - 15045: 13,-41 - 15046: 14,-42 - node: cleanable: True color: '#FFFFFFFF' @@ -5803,32 +5291,6 @@ entities: 10920: 77,-12 10922: 81,-10 10923: 76,-8 - 14784: -9,-29 - 14785: -11,-26 - 14786: -10,-28 - 14787: -7,-31 - 14788: -8,-31 - 14789: -6,-30 - 14808: -3,-45 - 14881: 12,-32 - 14882: 10,-31 - 14883: 7,-31 - 14884: 8,-33 - 14886: 8,-29 - 15076: 5,-35 - 15077: 6,-35 - 15078: 6,-34 - 15079: 4,-35 - 15080: 6,-38 - 15152: -1,-28 - 15210: -7,-32 - 15211: -8,-31 - 15212: -10,-30 - 15213: -8,-37 - 15214: -8,-36 - 15215: -9,-37 - 15287: 7,-25 - 15288: 5,-25 - node: cleanable: True zIndex: -1 @@ -5860,14 +5322,6 @@ entities: 6660: -62,3 7166: -73,6 7167: -97,1 - 15017: 15,-34 - 15018: 15,-36 - 15019: 8,-34 - 15021: 8,-35 - 15047: 10,-42 - 15048: 11,-40 - 15050: 14,-39 - 15051: 8,-42 - node: cleanable: True color: '#FFFFFFFF' @@ -5932,45 +5386,6 @@ entities: 10908: 71,-13 10918: 78,-12 10919: 76,-11 - 14604: 0,-54 - 14605: 1,-54 - 14606: 3,-52 - 14607: 2,-56 - 14608: -1,-58 - 14609: -2,-57 - 14610: 3,-57 - 14611: 3,-59 - 14612: -3,-59 - 14613: -3,-56 - 14809: -9,-41 - 14810: -8,-39 - 14811: -5,-32 - 14812: -5,-29 - 14813: -1,-42 - 14887: 8,-30 - 14888: 9,-33 - 14889: 9,-31 - 14890: 5,-32 - 14891: 5,-34 - 14892: 4,-38 - 14893: 5,-37 - 15083: 6,-35 - 15084: 4,-35 - 15116: 0,-26 - 15117: 2,-25 - 15118: -1,-24 - 15119: -1,-27 - 15120: 1,-27 - 15189: -18,-36 - 15190: -16,-37 - 15233: -6,-24 - 15234: -6,-25 - 15281: 7,-26 - 15282: 6,-24 - 15283: 6,-26 - 15284: 7,-28 - 15285: 8,-28 - 15286: 7,-24 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -6074,6 +5489,22 @@ entities: decals: 2012: 41,-48 2013: 41,-49 + - node: + color: '#8D1C9934' + id: FullTileOverlayGreyscale + decals: + 16287: -10,-25 + 16288: -9,-25 + 16289: -9,-27 + 16290: -8,-27 + 16291: -7,-27 + 16292: -6,-27 + 16293: -5,-27 + 16294: -7,-23 + 16295: -8,-23 + 16296: -6,-23 + 16297: -12,-26 + 16298: -12,-27 - node: zIndex: -1 color: '#A4610696' @@ -6139,24 +5570,6 @@ entities: id: Gib decals: 14331: -55.966583,-132.96053 - - node: - color: '#FFFFFFFF' - id: Grassa1 - decals: - 14640: -3,-62 - 14641: 1,-63 - 14642: -1,-62 - 14643: 1,-59 - 14644: -3,-58 - 14645: 2,-53 - 14646: -4,-52 - 14647: -6,-48 - 14648: 5,-50 - 14649: 4,-48 - 14650: 8,-52 - 14651: 12,-52 - 14652: 9,-57 - 14936: 9,-41 - node: cleanable: True color: '#FFFFFFFF' @@ -6175,19 +5588,6 @@ entities: 15898: -43.992714,14.49837 15909: -78.884514,-42.245518 15910: -80.603264,-42.886143 - - node: - color: '#FFFFFFFF' - id: Grassa2 - decals: - 14987: 13,-29 - 14988: 11,-26 - - node: - color: '#FFFFFFFF' - id: Grassa3 - decals: - 14984: 15,-41 - 14985: 11,-29 - 14986: 13,-27 - node: cleanable: True color: '#FFFFFFFF' @@ -6207,25 +5607,6 @@ entities: id: Grassb1 decals: 13567: 28.882263,20.020931 - - node: - color: '#FFFFFFFF' - id: Grassb1 - decals: - 14676: 9,-51 - 14677: 12,-49 - 14678: 11,-47 - 14679: 15,-46 - 14680: 14,-48 - 14972: -3,-45 - 14973: 1,-44 - 14974: 8,-44 - 14976: 4,-37 - 14978: 5,-31 - 14992: -6,-28 - 14993: -14,-31 - 14995: -16,-35 - 14996: -15,-41 - 14997: -15,-43 - node: cleanable: True color: '#FFFFFFFF' @@ -6240,83 +5621,17 @@ entities: decals: 15915: -73.978264,-37.122852 15916: -74.02514,-39.107227 - - node: - color: '#FFFFFFFF' - id: Grassb3 - decals: - 14989: 12,-28 - 14990: -6,-32 - node: color: '#C6FF91FF' id: Grassb4 decals: 13566: 30.038513,20.114681 - - node: - color: '#FFFFFFFF' - id: Grassb4 - decals: - 14943: 15,-39 - 14944: 15,-43 - 14945: 12,-42 - 14946: 9,-44 - 14947: 6,-45 - 14948: 5,-43 - 14949: 3,-44 - 14950: 1,-43 - 14951: -1,-44 - 14952: -1,-42 - 14956: -6,-39 - 14957: -5,-34 - 14959: -8,-39 - 14960: -9,-41 - 14961: -12,-39 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 14653: 3,-57 - 14654: 8,-59 - 14655: -8,-54 - 14656: -9,-60 - 14657: -12,-53 - 14658: -11,-52 - 14659: -16,-52 - 14660: -15,-49 - 14661: -14,-47 - 14662: -17,-47 - 14663: -9,-48 - 14664: -9,-51 - 14665: -4,-50 - 14666: -1,-50 - 14667: -1,-48 - 14963: -13,-36 - 14964: -16,-36 - 14965: -12,-33 - 14966: -9,-28 - 14967: -11,-27 - 14968: -14,-28 - 14970: -6,-31 - 14971: -8,-45 - node: color: '#C6FF91FF' id: Grassc2 decals: 13563: 29.101013,20.052181 13564: 29.929138,19.099056 - - node: - color: '#FFFFFFFF' - id: Grassd1 - decals: - 14638: 3,-62 - 14639: -3,-63 - 14668: 1,-50 - 14669: -1,-49 - 14670: 0,-49 - 14671: 1,-48 - 14672: 3,-49 - 14673: 6,-48 - 14674: 9,-47 - 14675: 8,-49 - node: cleanable: True color: '#FFFFFFFF' @@ -6784,67 +6099,6 @@ entities: 1786: 46,-59 7190: 104,-72 7204: 94,-72 - - node: - color: '#8D1C9996' - id: HerringboneOverlay - decals: - 14377: -2,-58 - 14378: -2,-57 - 14379: -2,-56 - 14380: -2,-55 - 14382: -1,-54 - 14383: 0,-54 - 14384: 1,-54 - 14386: 2,-55 - 14387: 2,-56 - 14388: 2,-57 - 14389: 2,-58 - 14390: 1,-58 - 14391: 0,-58 - 14392: -1,-58 - - node: - color: '#D381C996' - id: HerringboneOverlay - decals: - 14347: 4,-54 - 14348: 5,-54 - 14349: 6,-54 - 14350: 6,-53 - 14351: 3,-60 - 14352: 2,-60 - 14353: 1,-60 - 14354: 0,-60 - 14355: -1,-60 - 14356: -3,-60 - 14357: -2,-60 - 14358: -4,-60 - 14360: -4,-58 - 14361: -4,-57 - 14362: -4,-56 - 14363: -4,-55 - 14364: -4,-54 - 14365: -5,-54 - 14366: -6,-54 - 14367: -6,-53 - 14368: -6,-52 - 14369: 6,-52 - 14424: -3,-52 - 14425: -2,-52 - 14426: -1,-52 - 14427: 0,-52 - 14428: 1,-52 - 14429: 2,-52 - 14430: 3,-52 - 14431: 4,-55 - 14432: 4,-56 - 14433: 4,-57 - 14434: 4,-58 - 14436: 4,-60 - 14437: -3,-22 - 14438: -2,-21 - 14440: 3,-22 - 14441: 2,-21 - 14442: 0,-19 - node: color: '#FFFFFFFF' id: LoadingArea @@ -6888,6 +6142,215 @@ entities: id: MarkupSquare decals: 12086: 49,21 + - node: + color: '#00BEBE0B' + id: MarkupSquare + decals: + 16133: -8,-48 + - node: + color: '#1D1D21FF' + id: MarkupSquare + decals: + 16359: 8,-54 + 16360: 8,-55 + 16361: 8,-56 + - node: + color: '#8932B805' + id: MarkupSquare + decals: + 16508: 6,-25 + 16509: 6,-25 + 16510: 6,-25 + - node: + color: '#8932B813' + id: MarkupSquare + decals: + 16507: 6,-25 + - node: + color: '#8D1C990C' + id: MarkupSquare + decals: + 16312: -10,-26 + 16313: -9,-26 + 16314: -8,-26 + 16315: -7,-26 + 16316: -6,-26 + 16317: -5,-26 + 16318: -5,-25 + 16319: -6,-25 + 16320: -7,-25 + 16321: -11,-27 + 16322: -10,-27 + 16323: -11,-26 + 16324: -5,-24 + 16325: -6,-24 + 16326: -7,-24 + 16327: -8,-24 + 16328: -10,-27 + 16329: -11,-27 + 16330: -11,-26 + 16331: -6,-24 + 16332: -8,-24 + 16333: -7,-24 + 16334: -5,-24 + 16335: -11,-25 + 16336: -11,-25 + - node: + color: '#8D1C9919' + id: MarkupSquare + decals: + 16303: -8,-25 + - node: + color: '#8D1C9934' + id: MarkupSquare + decals: + 16278: -10,-28 + 16279: -9,-28 + 16280: -8,-28 + 16281: -7,-28 + 16282: -6,-28 + - node: + color: '#8D1C997F' + id: MarkupSquare + decals: + 16338: 14,-52 + 16339: 15,-52 + 16340: 15,-51 + 16341: 14,-51 + 16342: 13,-51 + 16343: 13,-50 + 16344: 14,-50 + 16345: 15,-50 + 16346: 16,-50 + 16347: 16,-49 + 16348: 15,-49 + 16349: 14,-49 + 16350: 13,-49 + 16351: 15,-48 + 16352: 16,-48 + 16353: 17,-48 + 16354: 17,-47 + 16355: 16,-47 + 16356: 12,-49 + 16357: 12,-48 + 16358: 16,-51 + - node: + color: '#A020F007' + id: MarkupSquare + decals: + 16452: 3,-22 + 16453: 3,-21 + 16454: 3,-20 + 16455: 2,-20 + 16456: 1,-19 + 16457: 0,-19 + 16458: -1,-19 + 16459: -2,-20 + 16460: -3,-20 + 16461: -3,-21 + 16462: -3,-22 + 16463: -3,-23 + 16464: -3,-24 + 16465: -3,-25 + 16466: -3,-26 + 16467: -2,-26 + 16468: -2,-25 + 16469: -1,-26 + 16470: 0,-26 + 16471: 1,-26 + 16472: 2,-26 + 16473: 2,-25 + 16474: 3,-26 + 16475: 3,-25 + 16476: 3,-24 + 16477: 3,-23 + - node: + color: '#A020F00E' + id: MarkupSquare + decals: + 16430: 5,-25 + 16432: 7,-25 + 16433: 5,-26 + 16434: 6,-26 + 16435: 7,-26 + 16439: 6,-23 + 16440: 7,-23 + 16441: 8,-23 + 16443: 8,-25 + 16444: 9,-25 + 16445: 9,-26 + 16446: 8,-26 + 16447: 8,-27 + 16448: 7,-27 + 16449: 6,-27 + 16450: 5,-27 + 16451: 7,-28 + - node: + color: '#A914090B' + id: MarkupSquare + decals: + 16193: -15,-32 + 16194: -15,-32 + 16195: -15,-32 + 16196: -15,-32 + 16218: -15,-32 + 16225: -15,-34 + 16226: -15,-33 + 16227: -16,-34 + 16228: -16,-35 + 16229: -15,-35 + 16230: -14,-33 + 16231: -13,-34 + 16232: -13,-33 + 16234: -14,-32 + 16236: -13,-31 + 16237: -12,-30 + 16238: -12,-31 + 16239: -11,-31 + 16240: -10,-32 + 16241: -11,-32 + 16242: -12,-32 + 16243: -12,-31 + 16244: -12,-32 + 16245: -12,-30 + 16246: -11,-31 + 16247: -11,-32 + 16248: -10,-32 + 16249: -13,-31 + 16251: -13,-34 + 16252: -13,-33 + 16253: -14,-33 + 16255: -14,-32 + 16256: -15,-33 + 16257: -15,-34 + 16258: -15,-35 + 16259: -16,-35 + 16260: -16,-34 + 16261: -15,-33 + 16262: -14,-33 + 16263: -15,-34 + 16264: -16,-34 + 16265: -16,-35 + 16266: -15,-35 + 16267: -13,-34 + 16269: -13,-33 + 16271: -14,-31 + 16272: -13,-32 + 16273: -14,-31 + 16274: -13,-32 + - node: + color: '#A9140939' + id: MarkupSquare + decals: + 16177: -15,-32 + - node: + color: '#C74EBD3F' + id: MarkupSquare + decals: + 16503: 8,-24 + 16504: 7,-24 + 16505: 6,-24 + 16506: 5,-24 - node: cleanable: True color: '#D58C18FF' @@ -7639,7 +7102,6 @@ entities: 10322: -14,19 12052: 43,-29 12646: -30,-26 - 15576: 13,-35 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSw @@ -13013,18 +12475,6 @@ entities: id: Rock01 decals: 15899: -49.242714,16.623371 - - node: - color: '#FFFFFFFF' - id: Rock06 - decals: - 15001: 7,-44 - 15002: 5,-45 - - node: - color: '#FFFFFFFF' - id: Rock07 - decals: - 14998: 8,-45 - 14999: 9,-43 - node: cleanable: True color: '#FFFFFFFF' @@ -13063,19 +12513,6 @@ entities: 8132: -31,-107 8133: -28,-110 8136: -13,-85 - 15192: -15,-31 - 15193: -15,-32 - 15194: -17,-36 - 15195: -17,-37 - 15196: -10,-37 - 15197: -9,-36 - 15198: -11,-37 - 15199: -12,-36 - 15201: -13,-37 - 15202: -14,-34 - 15203: -10,-32 - 15204: -12,-31 - 15205: -9,-32 - node: color: '#FFFFFFFF' id: SpaceStationSign1 @@ -13322,16 +12759,6 @@ entities: id: WarnCornerGreyscaleSE decals: 4928: -43,-49 - - node: - color: '#FFFFFFFF' - id: WarnCornerGreyscaleSE - decals: - 14405: 2,-58 - - node: - color: '#FFFFFFFF' - id: WarnCornerGreyscaleSW - decals: - 14409: -2,-58 - node: color: '#FFFFFFFF' id: WarnCornerNE @@ -13431,6 +12858,9 @@ entities: 14202: 110,-22 14204: 110,-20 14205: 105,-17 + 16111: -2,-52 + 16112: -2,-51 + 16113: -2,-50 - node: color: '#334E6DC8' id: WarnLineGreyscaleE @@ -13603,13 +13033,6 @@ entities: decals: 10290: 55,-82 10291: 58,-82 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleE - decals: - 14402: 2,-55 - 14403: 2,-56 - 14404: 2,-57 - node: color: '#334E6DC8' id: WarnLineGreyscaleN @@ -13772,13 +13195,6 @@ entities: decals: 9065: -36,-29 9066: -37,-29 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleN - decals: - 14397: -1,-54 - 14398: 0,-54 - 14399: 1,-54 - node: color: '#1861D5FF' id: WarnLineGreyscaleS @@ -13936,13 +13352,6 @@ entities: id: WarnLineGreyscaleS decals: 8945: -52,-63 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 14406: 1,-58 - 14407: 0,-58 - 14408: -1,-58 - node: color: '#1861D5FF' id: WarnLineGreyscaleW @@ -14094,13 +13503,6 @@ entities: id: WarnLineGreyscaleW decals: 10292: 57,-82 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleW - decals: - 14393: -2,-57 - 14394: -2,-56 - 14395: -2,-55 - node: color: '#FFFFFFFF' id: WarnLineN @@ -14117,6 +13519,9 @@ entities: 10508: 64,15 13603: -36,-54 13643: -14,-104 + 16108: -1,-49 + 16109: 0,-49 + 16110: 1,-49 - node: color: '#FFFFFFFF' id: WarnLineS @@ -14146,10 +13551,9 @@ entities: 14684: 16,-41 14685: 16,-42 14686: 16,-43 - 14687: -15,-40 - 14688: -15,-41 - 14689: -15,-42 - 14690: -15,-43 + 16102: 2,-51 + 16103: 2,-50 + 16104: 2,-52 - node: color: '#FFFFFFFF' id: WarnLineW @@ -14172,6 +13576,9 @@ entities: 14201: 106,-18 14206: 105,-17 14207: 106,-17 + 16105: 1,-53 + 16106: 0,-53 + 16107: -1,-53 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -15200,6 +14607,11 @@ entities: id: biohazard decals: 13594: 38.006824,20.05238 + - node: + color: '#1DFF21FF' + id: biohazard + decals: + 16429: -10,-50 - node: color: '#4A3519FF' id: biohazard @@ -15210,49 +14622,20 @@ entities: id: body decals: 6982: -68.76111,-6.998651 + - node: + cleanable: True + color: '#95171072' + id: brush + decals: + 16741: -7.955941,-46.033264 + 16742: -8.006867,-46.03789 + 16743: -7.955941,-45.996227 - node: cleanable: True color: '#1D1D21FF' id: burnt1 decals: - 15376: 10.978131,-56.923836 - 15377: 11.025006,-56.22071 - 15378: 11.150006,-55.03321 - 15379: 12.181256,-54.87696 - 15380: 12.978131,-55.017586 - 15381: 13.009381,-55.97071 - 15382: 13.009381,-56.892586 - 15383: 12.259381,-56.955086 15384: 11.868756,-57.09571 - 15385: 11.946881,-55.923836 - - node: - color: '#FFFFFFFF' - id: burnt1 - decals: - 15036: 11,-35 - - node: - cleanable: True - color: '#FFFFFFFF' - id: burnt1 - decals: - 15091: 7,-37 - 15093: 7.457,-37.009083 - 15094: 6.6265326,-37.030357 - 15096: 3,-37 - 15097: 2.5779002,-37.010994 - 15098: 3.493543,-37.010994 - - node: - cleanable: True - color: '#FFFFFFFF' - id: burnt3 - decals: - 15092: 7,-37 - - node: - cleanable: True - color: '#FFFFFFFF' - id: burnt4 - decals: - 15095: 3,-37 - node: color: '#0096FFFF' id: c @@ -15307,6 +14690,236 @@ entities: id: cyr_soft_sign decals: 13615: 83.73235,3.2474065 + - node: + cleanable: True + color: '#95171036' + id: dot + decals: + 16643: -6.983233,-46.365974 + 16644: -6.761011,-46.43542 + 16645: -6.8674927,-46.30116 + 16646: -7.159159,-46.102085 + 16647: -7.196196,-46.27945 + 16648: -7.0249,-46.247044 + 16649: -6.9184184,-46.089638 + 16650: -7.6450214,-46.90117 + 16651: -7.695947,-46.827095 + 16652: -7.7792807,-46.711353 + - node: + cleanable: True + color: '#9517103B' + id: dot + decals: + 16801: -8.4348135,-45.83594 + 16802: -8.4764805,-45.86372 + 16803: -8.5181465,-45.910015 + 16804: -8.545924,-45.92853 + 16805: -8.305183,-45.794273 + 16806: -8.323703,-45.798904 + 16807: -8.300554,-45.785015 + - node: + cleanable: True + color: '#95171072' + id: dot + decals: + 16653: -7.575577,-46.86876 + 16654: -7.607984,-46.896538 + 16655: -7.649651,-46.924316 + 16656: -7.865546,-46.410538 + 16657: -7.990546,-46.36424 + 16658: -7.847028,-46.267017 + 16659: -7.620176,-46.128128 + 16660: -7.9581385,-46.11424 + 16661: -7.8979535,-46.151276 + 16662: -7.6248055,-46.21609 + 16663: -7.416472,-46.13739 + 16664: -7.481287,-46.26239 + 16665: -7.5136943,-46.26239 + 16666: -7.6386943,-46.26239 + 16667: -7.722028,-46.26239 + 16668: -7.81462,-46.2485 + 16669: -7.731287,-46.188316 + 16670: -7.745176,-46.188316 + 16671: -7.4627686,-46.267017 + 16672: -7.3192496,-46.304054 + 16673: -7.4581385,-46.3272 + 16674: -7.835997,-46.47998 + 16675: -7.863775,-46.405907 + 16676: -7.9054413,-46.317944 + 16677: -7.9239597,-46.280907 + 16678: -7.2294817,-47.105324 + 16679: -7.3498516,-47.054398 + 16680: -7.363741,-47.00347 + 16681: -7.373,-46.93866 + 16682: -7.4702225,-46.901623 + 16683: -7.5859632,-46.93866 + 16684: -7.2433705,-47.29051 + 16685: -7.456333,-46.998844 + 16686: -7.2896667,-47.17014 + 16687: -7.238741,-47.216434 + 16688: -7.173926,-47.28125 + 16689: -7.0859632,-47.41088 + 16690: -7.6322203,-46.716434 + 16691: -7.687776,-46.68866 + 16692: -7.6970353,-46.68866 + 16693: -7.6970353,-46.67477 + 16694: -7.734072,-46.619213 + 16695: -7.7433314,-46.596066 + 16696: -7.7525907,-46.56366 + 16697: -7.8220353,-46.452545 + 16698: -5.802446,-46.77199 + 16699: -5.7700386,-46.725697 + 16700: -5.7654085,-46.679398 + 16701: -5.8302236,-46.68866 + 16702: -5.950594,-46.702545 + 16703: -5.9320755,-46.725697 + 16704: -5.8209643,-46.739586 + 16705: -5.7561493,-46.79977 + 16706: -5.6450386,-46.89236 + 16707: -5.7515197,-46.739586 + 16708: -6.2052236,-47.67477 + 16709: -6.140409,-47.67477 + 16710: -6.0061493,-47.702545 + 16711: -6.2283716,-47.568287 + 16712: -6.140409,-47.600697 + 16713: -5.9089274,-47.697918 + 16714: -5.904298,-47.822918 + 16715: -6.186705,-47.80903 + 16716: -6.3441124,-47.76736 + 16717: -6.098742,-47.79051 + 16718: -5.927446,-47.79977 + 16719: -6.1913347,-47.77199 + 16720: -6.0339274,-47.79051 + 16721: -6.436705,-47.66551 + 16722: -6.3070755,-47.68866 + 16723: -6.2839274,-47.64699 + 16724: -5.8070755,-47.68403 + 16725: -5.779298,-47.596066 + 16726: -5.58295,-47.53588 + 16727: -5.6523943,-47.568287 + 16728: -5.643135,-47.53125 + 16729: -5.494987,-47.39699 + 16730: -8.756813,-48.57505 + 16731: -8.863295,-48.57505 + 16732: -9.094776,-48.565792 + 16733: -9.242925,-48.542645 + 16734: -9.289221,-48.54727 + 16735: -9.154962,-48.551903 + 16736: -9.085517,-48.57968 + 16737: -9.196629,-48.48246 + 16738: -9.164221,-48.533386 + 16739: -9.122554,-48.519497 + 16740: -9.469776,-48.417645 + - node: + cleanable: True + color: '#9517108E' + id: dot + decals: + 16808: -8.407036,-46.21094 + 16809: -8.342221,-46.24798 + 16810: -8.263517,-46.261868 + 16811: -8.194073,-46.312794 + 16812: -8.133887,-46.34983 + 16813: -8.086523,-46.35909 + 16814: -8.595782,-46.141495 + 16815: -8.595782,-46.058163 + 16816: -7.8318934,-45.69242 + 16817: -7.697634,-45.697052 + 16818: -7.6281896,-45.70631 + 16819: -7.5818934,-45.808163 + 16820: -7.757819,-45.71557 + 16821: -7.5309677,-45.812794 + 16822: -7.5587454,-45.92853 + 16823: -7.577264,-46.044273 + 16824: -7.5355973,-45.877605 + 16825: -8.040227,-45.72483 + 16826: -8.183745,-45.72483 + 16827: -8.267078,-45.74798 + 16828: -7.901338,-45.71094 + 16829: -8.565617,-45.98409 + 16830: -8.551727,-45.94242 + - node: + cleanable: True + color: '#951710FF' + id: dot + decals: + 16633: -7.6499,-46.68542 + 16634: -7.6915665,-46.625233 + 16635: -7.8073072,-46.532642 + 16636: -7.8073072,-46.42153 + 16637: -7.8258257,-46.361343 + 16638: -7.844344,-46.31968 + 16639: -7.7286034,-46.31505 + 16640: -7.469344,-46.27801 + 16641: -7.344344,-46.30116 + 16642: -6.9508257,-46.17153 + 16766: -7.6642747,-46.246227 + 16767: -7.705941,-46.227707 + 16768: -8.395635,-46.15998 + 16769: -8.45119,-46.127575 + 16770: -8.497486,-46.104427 + 16771: -8.516005,-46.04887 + 16772: -8.465079,-45.9285 + 16773: -8.247486,-46.20165 + 16774: -8.303042,-46.15998 + 16775: -7.6223273,-45.884663 + 16776: -7.580661,-45.838367 + 16777: -7.673253,-45.768925 + 16778: -7.625056,-45.949665 + - node: + cleanable: True + color: '#B02E2661' + id: dot + decals: + 16616: -7.170009,-46.729847 + 16617: -7.2996387,-46.47059 + 16618: -7.225565,-46.512257 + 16619: -7.182588,-46.544662 + 16620: -7.0483284,-46.60022 + 16621: -6.978884,-46.641884 + 16622: -6.867773,-46.68355 + 16623: -6.7983284,-46.734478 + 16624: -7.478884,-46.715958 + 16625: -7.478884,-46.641884 + 16626: -7.506662,-46.604847 + 16627: -7.5992546,-46.47059 + 16628: -7.608514,-46.438183 + 16629: -7.2936993,-46.859478 + 16630: -7.242773,-46.919662 + 16631: -7.196477,-46.9567 + 16632: -7.256662,-46.891884 + - node: + cleanable: True + color: '#B02E2663' + id: dot + decals: + 16789: -8.359801,-45.964542 + 16790: -8.262579,-45.87195 + 16791: -8.188505,-45.8488 + 16792: -8.063505,-45.8488 + 16793: -7.8320236,-45.830284 + 16794: -7.7116537,-45.8951 + 16795: -7.966283,-45.839542 + 16796: -7.7116537,-46.033985 + 16797: -8.299617,-46.033985 + 16798: -8.248691,-46.08491 + 16799: -8.165358,-46.13121 + 16800: -7.9986906,-46.172874 + - node: + cleanable: True + color: '#B02E26FF' + id: dot + decals: + 16614: -7.5737576,-46.46133 + 16615: -7.513572,-46.507626 + 16781: -8.2958765,-46.024998 + 16782: -8.2542095,-45.927773 + 16783: -7.8699503,-46.126846 + 16784: -7.8097653,-46.177773 + 16785: -7.7727284,-46.200924 + 16786: -7.9440246,-46.163887 + 16787: -7.7542095,-46.062035 + 16788: -7.7542095,-45.992588 - node: color: '#00FFFFFF' id: e @@ -15340,6 +14953,17 @@ entities: id: engie decals: 14333: -39.00945,-120.05406 + - node: + cleanable: True + color: '#32FF1D3F' + id: grasssnow01 + decals: + 16939: -11.023535,-51.99238 + 16940: -10.91416,-52.24238 + 16941: -11.13291,-52.24238 + 16942: -8.482235,-52.218628 + 16943: -8.138485,-52.015503 + 16944: -8.59161,-52.421753 - node: cleanable: True color: '#3D8C40FF' @@ -15564,6 +15188,86 @@ entities: id: p decals: 14307: 81.37845,6.07955 + - node: + cleanable: True + color: '#9517108E' + id: pawprint + decals: + 16881: -11.79392,-45.160526 + 16882: -11.872045,-44.723026 + 16883: -11.51267,-45.2699 + 16884: -11.622045,-44.848026 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#9517108E' + id: pawprint + decals: + 16873: -11.25971,-46.502625 + 16874: -11.086099,-46.099846 + 16875: -11.440266,-46.113735 + 16876: -11.336099,-45.738735 + 16877: -11.676376,-45.634567 + - node: + cleanable: True + angle: 0.3490658503988659 rad + color: '#9517108E' + id: pawprint + decals: + 16869: -11.065266,-46.822067 + 16872: -10.940266,-46.509567 + - node: + cleanable: True + angle: 0.5235987755982988 rad + color: '#9517108E' + id: pawprint + decals: + 16870: -10.787488,-46.85679 + - node: + cleanable: True + angle: 0.6981317007977318 rad + color: '#9517108E' + id: pawprint + decals: + 16867: -10.849988,-47.07901 + - node: + cleanable: True + angle: 0.8726646259971648 rad + color: '#9517108E' + id: pawprint + decals: + 16871: -10.565266,-47.002625 + - node: + cleanable: True + angle: 1.0471975511965976 rad + color: '#9517108E' + id: pawprint + decals: + 16868: -10.551376,-47.23179 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#9517108E' + id: pawprint + decals: + 16863: -10.315266,-47.10679 + 16864: -10.141654,-47.245678 + 16865: -10.141654,-47.245678 + 16866: -9.88471,-47.099846 + 16878: -9.781067,-47.306442 + 16879: -9.421692,-47.118942 + 16880: -9.312317,-47.337692 + - node: + cleanable: True + color: '#B02E26FF' + id: pawprint + decals: + 16608: -7.403831,-46.611214 + 16609: -7.356956,-46.579964 + 16610: -7.231956,-46.611214 + 16611: -7.435081,-46.548714 + 16612: -7.450706,-46.56434 + 16613: -7.388206,-46.62684 - node: cleanable: True color: '#A020F0FF' @@ -15636,6 +15340,166 @@ entities: id: skull decals: 6937: -55,-102 + - node: + cleanable: True + color: '#32CD3270' + id: smallbrush + decals: + 16968: 0.7977387,-26.61059 + 16969: 1.4696137,-26.626215 + 16970: 0.9383637,-26.61059 + 16971: 1.1571137,-26.61059 + 16972: 1.1571137,-26.54809 + 16973: -2.9991364,-26.61059 + 16974: -2.6710114,-26.594965 + 16975: -2.6085114,-26.469965 + 16976: -2.7647614,-26.51684 + 16977: -1.5772613,-26.657465 + 16978: -1.0928863,-26.626215 + 16979: -1.0928863,-26.594965 + 16980: -1.5303863,-26.594965 + 16981: -2.5147614,-26.45434 + 16982: -1.8741363,-26.54809 + 16983: -1.2491363,-26.594965 + 16984: -3.5772614,-23.657465 + 16985: -4.6085114,-20.76684 + 16986: -4.5772614,-21.126215 + 16987: -4.5928864,-20.82934 + 16988: -4.4991364,-20.876215 + 16989: -4.4991364,-20.938715 + 16990: -4.5147614,-21.094965 + 16991: -4.6241364,-21.344965 + 16992: 4.5789886,-20.657465 + 16993: 4.5789886,-20.54809 + 16994: 4.6414886,-21.11059 + 16995: 4.5789886,-21.063715 + 16996: 4.6414886,-20.82934 + 16997: 4.6571136,-20.782465 + 16998: 3.5164886,-22.70434 + 16999: 3.4852386,-23.01684 + 17000: 3.4539886,-23.188715 + 17001: 3.4071136,-22.844965 + 17002: 3.4227386,-22.782465 + - node: + cleanable: True + color: '#32FF1D3F' + id: smallbrush + decals: + 16930: -12.867285,-45.945503 + 16931: -13.242285,-45.83613 + 16932: -13.054785,-45.71113 + 16933: -8.53916,-52.351753 + 16934: -8.57041,-52.14863 + 16935: -8.742285,-52.27363 + 16949: -5.585902,-35.83281 + 16950: -5.554652,-35.80156 + 16951: -5.476527,-35.785934 + 16952: -5.429652,-35.817184 + 16953: -5.398402,-35.92656 + 16954: -5.398402,-35.973434 + 16955: -5.507777,-35.879684 + 16956: -5.429652,-35.73906 + - node: + cleanable: True + color: '#9517108E' + id: smallbrush + decals: + 16831: -9.004206,-47.816822 + 16832: -9.129206,-47.785572 + 16833: -8.988581,-47.723072 + 16834: -8.863581,-47.707447 + 16835: -8.722956,-47.926197 + 16836: -8.644831,-48.082447 + 16837: -8.644831,-48.082447 + 16838: -8.707331,-47.738697 + 16839: -8.707331,-47.644947 + 16840: -9.176081,-47.504322 + 16841: -8.676081,-48.098072 + 16842: -8.582331,-48.223072 + 16843: -8.597956,-48.332447 + 16844: -8.676081,-48.426197 + 16845: -8.785456,-48.457447 + 16846: -9.019831,-48.504322 + 16847: -9.176081,-48.473072 + 16848: -9.316706,-48.316822 + 16849: -9.519831,-48.191822 + 16850: -9.644831,-48.051197 + 16851: -9.832331,-48.051197 + 16852: -9.410456,-47.894947 + 16853: -9.332331,-47.848072 + 16854: -9.441706,-47.769947 + 16855: -9.238581,-47.723072 + 16856: -8.519831,-47.848072 + 16857: -8.363581,-48.410572 + 16858: -8.285456,-48.207447 + 16859: -8.176081,-48.160572 + 16860: -8.707331,-47.957447 + 16861: -8.488581,-47.894947 + 16862: -8.738581,-47.723072 + - node: + cleanable: True + color: '#951710FF' + id: smallbrush + decals: + 16584: -6.881767,-47.06434 + 16585: -7.038017,-47.03309 + 16586: -7.178642,-46.954964 + 16587: -6.959892,-46.798714 + 16588: -7.209892,-46.78309 + 16589: -7.288017,-46.68934 + 16590: -7.397392,-46.579964 + 16591: -7.475517,-46.53309 + 16592: -7.225517,-46.84559 + 16593: -7.459892,-46.767464 + 16594: -6.944267,-46.642464 + 16595: -7.194267,-46.50184 + 16596: -6.506767,-47.34559 + 16597: -7.631767,-46.454964 + 16754: -7.877238,-46.232338 + 16755: -7.8911266,-46.135117 + 16756: -7.7661266,-46.014744 + 16757: -7.8263116,-46.042522 + 16758: -7.8124228,-45.93141 + 16759: -7.8448305,-45.903633 + 16760: -7.9281635,-45.875854 + 16761: -8.117978,-45.91289 + 16762: -8.22446,-45.949932 + 16763: -8.330941,-46.000854 + 16764: -8.108719,-46.05178 + 16765: -8.071682,-46.153633 + - node: + cleanable: True + color: '#B02E26FF' + id: smallbrush + decals: + 16603: -7.060081,-46.798714 + 16604: -7.278831,-46.68934 + 16605: -6.903831,-46.892464 + 16606: -7.122581,-46.798714 + 16607: -7.185081,-46.736214 + 16779: -8.073654,-46.029625 + 16780: -7.902358,-46.001846 + - node: + cleanable: True + color: '#FFFF0043' + id: smallbrush + decals: + 16959: -3.5772614,-23.438715 + 16960: 3.5789886,-23.688715 + 16961: 3.5008636,-23.86059 + 16962: 3.6727386,-24.219965 + 16963: 3.6102386,-24.36059 + 16964: 3.3133636,-26.626215 + 16965: 3.0321136,-26.532465 + 16966: 2.7977386,-26.563715 + 16967: 2.5008636,-26.61059 + - node: + cleanable: True + color: '#FFFF006D' + id: smallbrush + decals: + 16957: -3.6241364,-23.79809 + 16958: -3.5616364,-24.001215 - node: cleanable: True color: '#0000000C' @@ -15647,13 +15511,6 @@ entities: color: '#1D1D21FF' id: splatter decals: - 15291: 11.707295,-56.37696 - 15292: 11.644795,-55.736336 - 15293: 12.31667,-55.75196 - 15294: 12.37917,-56.173836 - 15295: 12.12917,-56.361336 - 15296: 11.644795,-56.12696 - 15297: 12.00417,-55.72071 15298: 13.644795,-57.423836 15299: 13.301045,-57.517586 15300: 12.426045,-57.62696 @@ -15674,44 +15531,6 @@ entities: 15315: 13.66042,-57.173836 15316: 13.66042,-57.15821 15317: 13.66042,-57.142586 - 15318: 13.306256,-54.28321 - 15319: 13.571881,-54.361336 - 15320: 13.681256,-54.40821 - 15321: 13.696881,-54.580086 - 15322: 13.571881,-54.56446 - 15323: 13.275006,-54.40821 - 15324: 13.228131,-54.392586 - 15325: 13.009381,-54.40821 - 15326: 13.259381,-54.50196 - 15327: 13.415631,-54.548836 - 15328: 13.478131,-54.59571 - 15329: 13.509381,-54.642586 - 15330: 13.571881,-54.62696 - 15331: 10.462506,-54.31446 - 15332: 10.634381,-54.34571 - 15333: 10.790631,-54.34571 - 15334: 10.462506,-54.40821 - 15335: 10.353131,-54.455086 - 15336: 10.525006,-54.486336 - 15337: 10.931256,-54.37696 - 15338: 11.009381,-54.37696 - 15339: 10.618756,-54.37696 - 15340: 10.431256,-54.392586 - 15341: 10.634381,-54.31446 - 15342: 10.493756,-54.392586 - 15343: 10.665631,-54.40821 - 15344: 10.806256,-54.40821 - 15345: 10.759381,-54.392586 - 15346: 10.696881,-54.37696 - 15347: 10.712506,-54.37696 - 15348: 10.806256,-54.31446 - 15349: 10.415631,-54.43946 - 15350: 10.384381,-54.47071 - 15351: 10.384381,-54.53321 - 15352: 10.384381,-54.611336 - 15353: 10.368756,-54.68946 - 15354: 10.353131,-54.705086 - 15355: 10.353131,-54.705086 15356: 10.556256,-57.611336 15357: 10.556256,-57.611336 15358: 10.415631,-57.642586 @@ -15738,18 +15557,22 @@ entities: 15389: 11.228131,-57.65821 15390: 11.275006,-57.68946 15391: 11.306256,-57.68946 - 15392: 11.275006,-54.31446 - 15393: 11.103131,-54.330086 - 15394: 13.071881,-54.34571 - 15395: 13.368756,-54.40821 - 15396: 13.431256,-54.486336 - 15397: 13.509381,-54.59571 - 15398: 13.540631,-54.62696 - 15399: 13.603131,-54.65821 15400: 13.165631,-57.50196 15401: 13.103131,-57.50196 15402: 13.056256,-57.517586 15403: 12.962506,-57.53321 + - node: + cleanable: True + color: '#32FF1D3F' + id: splatter + decals: + 16936: -8.41416,-52.42988 + 16937: -8.32041,-52.17988 + 16938: -8.85166,-52.52363 + 16945: -13.020875,-46.221584 + 16946: -5.5971565,-35.86406 + 16947: -5.3002815,-35.692184 + 16948: -5.3315315,-35.98906 - node: cleanable: True color: '#3D8C40FF' @@ -15759,6 +15582,76 @@ entities: 6783: -47.586166,-68.98943 6784: -55.362663,-74.67872 6785: -48.425163,-74.51579 + - node: + cleanable: True + color: '#95171066' + id: splatter + decals: + 16897: -14.19643,-49.166832 + 16898: -14.72768,-49.385582 + 16899: -13.493305,-49.182457 + 16900: -13.69643,-49.119957 + 16901: -14.16518,-48.901207 + 16902: -15.493305,-49.276207 + 16903: -15.837055,-49.338707 + 16904: -15.930805,-49.354332 + 16905: -15.274555,-49.057457 + 16906: -15.712055,-49.698082 + 16907: -14.212055,-52.541832 + 16908: -14.899555,-52.260582 + 16909: -15.50893,-51.963707 + 16910: -14.91518,-52.119957 + 16911: -14.85268,-52.244957 + 16912: -15.618305,-52.104332 + 16913: -14.85268,-52.229332 + 16914: -13.32143,-52.323082 + 16915: -14.337055,-52.479332 + 16916: -15.07143,-52.198082 + 16917: -15.118305,-49.338707 + 16918: -14.72768,-49.026207 + 16919: -14.377802,-51.993786 + 16920: -14.708964,-49.943893 + 16921: -14.490214,-49.70952 + - node: + cleanable: True + color: '#951710C0' + id: splatter + decals: + 16551: -8.777864,-47.599 + 16552: -9.371614,-47.708374 + 16553: -8.715364,-47.94275 + 16554: -8.621614,-47.94275 + 16555: -9.152864,-47.645874 + 16556: -8.824739,-47.802124 + 16557: -8.949739,-47.63025 + 16558: -8.449739,-47.708374 + 16559: -9.043489,-48.208374 + 16560: -8.527864,-48.599 + 16561: -9.184114,-48.583374 + 16562: -8.777864,-48.583374 + - node: + cleanable: True + color: '#951710FF' + id: splatter + decals: + 16579: -6.647392,-47.28309 + 16580: -6.163017,-47.37684 + 16581: -5.803642,-47.37684 + 16582: -6.491142,-46.90809 + 16583: -6.819267,-46.829964 + - node: + cleanable: True + color: '#9B00007F' + id: splatter + decals: + 16922: -14.065146,-49.13385 + 16923: -15.502646,-49.430725 + 16924: -14.533896,-49.243225 + 16925: -15.283896,-49.25885 + 16926: -15.268271,-52.243225 + 16927: -14.737021,-52.493225 + 16928: -13.533896,-52.493225 + 16929: -13.799521,-52.274475 - node: cleanable: True color: '#9B000095' @@ -15779,6 +15672,23 @@ entities: id: splatter decals: 4038: -23.137014,10.455974 + - node: + cleanable: True + color: '#9C20207A' + id: splatter + decals: + 16539: -13.36279,-30.690376 + 16540: -14.01904,-30.518501 + 16541: -13.722165,-30.721626 + 16542: -15.737324,-33.66528 + 16543: -15.456074,-33.38403 + 16544: -11.502949,-32.54028 + 16545: -11.393574,-32.60278 + 16546: -12.143574,-32.72778 + 16547: -12.081074,-33.16528 + 16548: -16.460793,-35.50903 + 16549: -16.882668,-35.149654 + 16550: -17.101418,-34.837154 - node: cleanable: True color: '#A91409CC' @@ -15790,6 +15700,112 @@ entities: 8174: -81.97885,-26.694208 8175: -82.21323,-24.647333 8176: -84.33823,-26.846998 + - node: + color: '#B02E2654' + id: splatter + decals: + 16515: -11.888126,-32.44984 + 16516: -11.513126,-32.44984 + 16517: -11.513126,-32.44984 + 16518: -12.310001,-32.44984 + 16519: -12.013126,-32.76234 + 16520: -11.888126,-32.54359 + 16521: -11.888126,-32.121716 + 16522: -11.708192,-29.674225 + 16523: -11.630067,-29.892975 + 16524: -11.926942,-29.517975 + 16525: -11.708192,-29.642975 + - node: + cleanable: True + color: '#B02E2654' + id: splatter + decals: + 16526: -15.520319,-33.301853 + 16527: -15.457819,-32.864353 + 16528: -15.879694,-33.551853 + 16529: -15.457819,-33.614353 + 16530: -15.379694,-33.364353 + 16531: -16.114069,-35.739353 + 16532: -16.676569,-35.19248 + 16533: -16.348444,-35.41123 + 16534: -16.160944,-35.145603 + 16535: -10.676301,-30.636131 + 16536: -10.676301,-30.979881 + 16537: -10.910676,-31.042381 + 16538: -10.707551,-30.761131 + - node: + cleanable: True + color: '#B02E265C' + id: splatter + decals: + 16567: -9.480989,-48.50525 + 16568: -9.340364,-48.270874 + 16569: -9.246614,-48.052124 + 16570: -8.027864,-48.599 + 16571: -8.945125,-47.88025 + - node: + cleanable: True + color: '#B02E265E' + id: splatter + decals: + 16885: -15.430805,-49.448082 + 16886: -15.54018,-48.932457 + 16887: -16.212055,-49.557457 + 16888: -15.94643,-49.198082 + 16889: -13.29018,-52.369957 + 16890: -14.75893,-52.651207 + 16891: -15.29018,-52.479332 + 16892: -14.44643,-52.713707 + 16893: -14.337055,-49.526207 + 16894: -13.57143,-49.401207 + 16895: -14.07143,-49.338707 + 16896: -14.50893,-48.823082 + - node: + cleanable: True + color: '#B02E266D' + id: splatter + decals: + 16750: -7.8911266,-46.0703 + 16751: -8.034645,-45.949932 + 16752: -8.205941,-46.033264 + 16753: -7.8957562,-45.852707 + - node: + cleanable: True + color: '#B02E26FF' + id: splatter + decals: + 16563: -9.730989,-48.19275 + 16564: -9.215364,-48.224 + 16565: -9.637239,-48.099 + 16566: -9.246614,-48.052124 + 16598: -6.685081,-47.548714 + 16599: -6.528831,-47.18934 + 16600: -5.935081,-47.329964 + 16601: -5.903831,-47.048714 + 16602: -6.935081,-47.142464 + - node: + cleanable: True + color: '#FF000039' + id: splatter + decals: + 16744: -8.256867,-45.98697 + 16745: -7.7661266,-45.811043 + 16746: -7.8911266,-45.903633 + 16747: -8.076312,-45.93141 + 16748: -8.372608,-46.033264 + 16749: -8.141127,-46.246227 + - node: + cleanable: True + color: '#FF00007C' + id: splatter + decals: + 16572: -6.1236887,-47.44745 + 16573: -6.4986887,-47.19745 + 16574: -8.920564,-47.94745 + 16575: -8.556896,-48.174152 + 16576: -6.061209,-47.689777 + 16577: -5.8270044,-46.846027 + 16578: -6.72008,-47.627277 - node: color: '#FF0000FF' id: splatter @@ -15967,8 +15983,7 @@ entities: -2,1: 0: 4079 -2,2: - 0: 61439 - 2: 4096 + 0: 65535 -2,-1: 0: 61440 1: 240 @@ -16135,19 +16150,19 @@ entities: 0: 56733 5,2: 0: 12767 - 3: 32768 + 2: 32768 5,3: 0: 8743 - 3: 2184 + 2: 2184 5,4: 0: 61006 6,1: 0: 56783 6,2: 0: 35037 - 3: 12288 + 2: 12288 6,3: - 3: 819 + 2: 819 0: 2248 6,4: 0: 26343 @@ -16312,15 +16327,16 @@ entities: 12,-1: 0: 52639 4,-8: - 0: 16401 + 0: 16385 4,-9: 0: 13107 3,-8: - 0: 61695 + 0: 65372 4,-7: 0: 35046 3,-7: 0: 895 + 1: 1024 4,-6: 0: 1024 4,-5: @@ -16358,8 +16374,7 @@ entities: 8,-7: 0: 47342 8,-6: - 0: 47503 - 4: 512 + 0: 48015 8,-9: 0: 65339 9,-8: @@ -16836,18 +16851,20 @@ entities: 0: 62379 4,-12: 0: 819 + 4,-13: + 0: 6421 3,-12: - 0: 52735 + 0: 29135 4,-11: 0: 43682 3,-11: - 0: 65535 + 0: 53215 4,-10: 0: 12330 3,-10: - 0: 61695 + 0: 2047 3,-9: - 0: 65534 + 0: 57341 5,-11: 0: 65530 5,-10: @@ -16950,8 +16967,7 @@ entities: 9,-15: 0: 1911 9,-14: - 0: 53503 - 5: 8192 + 0: 61695 9,-17: 0: 30507 10,-16: @@ -17200,14 +17216,12 @@ entities: 0: 206 4,-15: 0: 512 - 4,-14: - 0: 36864 - 4,-13: - 0: 2053 3,-14: - 0: 53299 + 0: 6176 3,-13: - 0: 7679 + 0: 65532 + 4,-14: + 0: 32768 5,-15: 0: 256 1: 57890 @@ -17232,14 +17246,14 @@ entities: 0: 30471 22,-19: 1: 9143 - 3: 32768 + 2: 32768 22,-17: 0: 45872 1: 2 - 3: 136 + 2: 136 22,-20: 1: 30583 - 3: 8 + 2: 8 22,-21: 1: 30448 22,-16: @@ -17247,31 +17261,31 @@ entities: 0: 61166 22,-18: 1: 8738 - 3: 34952 + 2: 34952 23,-20: - 3: 223 + 2: 223 1: 4096 23,-19: 1: 17 - 3: 61440 + 2: 61440 23,-18: - 3: 65535 + 2: 65535 23,-17: - 3: 255 + 2: 255 0: 28672 23,-21: - 3: 53384 + 2: 53384 1: 17 23,-16: 0: 63351 24,-20: - 3: 61695 + 2: 61695 24,-19: - 3: 57599 + 2: 57599 24,-18: - 3: 61167 + 2: 61167 24,-17: - 3: 64239 + 2: 64239 21,-15: 0: 1911 21,-14: @@ -17286,7 +17300,7 @@ entities: 23,-14: 0: 61420 24,-16: - 3: 3839 + 2: 3839 24,-15: 0: 4094 24,-14: @@ -17319,20 +17333,22 @@ entities: 0: 2304 1: 59118 14,-23: - 1: 8910 - 0: 34848 + 1: 8750 + 0: 52416 14,-22: 1: 11810 - 0: 136 + 0: 204 14,-25: 1: 60620 15,-24: 1: 1279 0: 64256 15,-23: - 1: 59007 + 1: 32783 + 0: 30576 15,-22: - 1: 24422 + 0: 119 + 1: 24320 16,-24: 1: 22289 16,-23: @@ -17340,28 +17356,27 @@ entities: 16,-22: 1: 30169 8,-24: - 6: 4353 + 3: 4353 1: 17476 8,-25: - 6: 4096 + 3: 4096 1: 17476 - 7: 17 + 5: 17 7,-24: - 6: 19468 - 8: 32768 + 3: 52236 1: 4369 8,-23: - 6: 272 + 3: 272 1: 17476 7,-23: - 6: 3264 + 3: 3264 1: 4369 8,-22: - 6: 17 + 3: 17 0: 4096 1: 17476 7,-22: - 6: 204 + 3: 204 0: 57344 1: 4369 9,-24: @@ -17411,8 +17426,8 @@ entities: 1: 34952 7,-25: 1: 4369 - 6: 49152 - 7: 204 + 3: 49152 + 5: 204 0,-24: 0: 52509 0,-25: @@ -17472,12 +17487,12 @@ entities: -1,-18: 0: 65419 0,-17: - 0: 16337 + 0: 65489 1: 8 -1,-17: - 0: 35952 + 0: 64624 0,-16: - 0: 49139 + 0: 30515 1,-19: 0: 48127 1,-18: @@ -17485,7 +17500,7 @@ entities: 1: 12032 1,-17: 1: 15 - 0: 768 + 0: 4864 2,-19: 0: 56575 2,-18: @@ -17593,7 +17608,7 @@ entities: -2,-16: 0: 1861 -1,-16: - 0: 44776 + 0: 52360 -4,-24: 0: 57309 -4,-25: @@ -17774,7 +17789,7 @@ entities: 0: 36590 -9,-19: 0: 34952 - 3: 13104 + 2: 13104 -8,-18: 0: 56797 -9,-18: @@ -17907,7 +17922,7 @@ entities: 0: 15291 -10,-19: 0: 14128 - 3: 34944 + 2: 34944 -10,-18: 0: 63344 -10,-17: @@ -17959,14 +17974,13 @@ entities: 0: 13073 -5,-13: 1: 9008 - 0: 2048 -5,-12: 1: 2 - 0: 6536 + 0: 6528 -4,-14: - 0: 61963 + 0: 28811 -4,-13: - 0: 26487 + 0: 65311 -13,-16: 0: 48049 -12,-15: @@ -18719,12 +18733,8 @@ entities: 0: 64704 -5,-8: 0: 64 - -5,-9: - 0: 52428 - -4,-8: - 0: 57975 -4,-7: - 0: 8590 + 0: 8512 -4,-6: 0: 61442 -8,-3: @@ -18798,147 +18808,152 @@ entities: -5,-11: 0: 48057 -5,-10: - 0: 49307 + 0: 32923 + 1: 16384 + -5,-9: + 0: 2248 -4,-12: - 0: 18047 + 0: 2993 -4,-10: - 0: 45230 + 0: 6382 -4,-9: - 0: 30527 + 0: 64319 0,-8: - 0: 30289 + 0: 63807 0,-9: - 0: 6007 - -1,-8: - 0: 50641 - 0,-7: 0: 65535 + -1,-8: + 0: 62365 + 0,-7: + 0: 65311 -1,-7: - 0: 65518 + 0: 65294 0,-6: - 0: 65391 + 0: 65263 -1,-6: - 0: 65231 + 0: 65262 0,-5: 0: 1023 -1,-5: 0: 2287 1,-8: - 0: 3067 + 0: 16230 1,-7: - 0: 65518 + 0: 65512 1,-6: - 0: 4335 + 0: 4302 1,-5: 0: 1 + 1,-9: + 0: 60571 2,-8: - 0: 37887 + 0: 61430 2,-7: - 0: 7163 + 0: 15260 2,-6: 0: 4177 - 2,-9: - 0: 40951 3,-5: 0: 115 0,-12: - 0: 41743 + 0: 255 0,-13: - 0: 64287 - -1,-12: - 0: 47135 - 0,-11: - 0: 25263 - -1,-11: - 0: 61183 - 0,-10: - 0: 63234 - -1,-10: - 0: 56607 - -1,-9: - 0: 5597 - 1,-12: - 0: 57471 - 1,-11: - 0: 28783 - 1,-10: - 0: 63239 - 1,-9: - 0: 2032 - 1,-13: - 0: 63287 - 2,-12: - 0: 14523 - 2,-11: 0: 65535 + -1,-12: + 0: 238 + 0,-11: + 0: 21875 + -1,-11: + 0: 21976 + 0,-10: + 0: 61812 + -1,-10: + 0: 57557 + -1,-9: + 0: 56559 + 1,-11: + 0: 14206 + 1,-10: + 0: 47567 + 1,-12: + 0: 57582 + 2,-12: + 0: 3711 + 2,-11: + 0: 27503 2,-10: - 0: 29919 + 0: 20863 + 2,-9: + 0: 3581 2,-13: - 0: 48127 + 0: 5143 + -4,-8: + 0: 52462 -3,-8: - 0: 65279 + 0: 6583 -3,-7: - 0: 61439 + 0: 61436 -3,-9: - 0: 61503 + 0: 12751 -3,-6: 0: 17472 -2,-8: - 0: 56575 + 0: 2488 -2,-7: - 0: 52573 + 0: 65527 -2,-6: - 0: 16638 + 0: 127 -2,-9: - 0: 64735 + 0: 52855 -4,-11: 0: 61158 -3,-12: - 0: 33791 + 0: 65535 -3,-11: - 0: 65433 + 0: 65520 -3,-10: - 0: 63675 + 0: 4095 -3,-13: - 0: 65467 + 0: 65518 -2,-12: - 0: 61663 + 0: 16383 -2,-11: - 0: 62239 + 0: 7640 -2,-10: - 0: 64767 + 0: 28404 -2,-13: - 0: 64925 + 0: 63238 -1,-13: - 0: 64287 + 0: 61183 0,-15: - 0: 65535 + 0: 16383 -1,-15: - 0: 65519 + 0: 36606 0,-14: - 0: 65534 + 0: 65336 -1,-14: - 0: 65535 + 0: 65154 1,-15: - 0: 20741 + 0: 61182 1,-14: - 0: 30485 + 0: 65262 + 1,-13: + 0: 1774 2,-15: - 0: 45875 + 0: 62259 2,-14: - 0: 45247 + 0: 30719 3,-15: - 0: 12288 + 0: 8192 -4,-15: - 0: 8768 + 0: 3072 -3,-15: 0: 65535 -3,-14: - 0: 49151 + 0: 20223 -2,-15: - 0: 20757 + 0: 65535 -2,-14: - 0: 56597 + 0: 24831 12,-28: 1: 64175 12,-29: @@ -18982,10 +18997,10 @@ entities: 7,-27: 1: 65527 8,-26: - 9: 272 + 4: 272 1: 17476 7,-26: - 9: 3264 + 4: 3264 1: 4369 9,-28: 0: 30464 @@ -19312,14 +19327,14 @@ entities: -8,-33: 1: 4096 25,-16: - 3: 17 + 2: 17 0: 27852 25,-15: 0: 30582 25,-14: 0: 65287 25,-17: - 3: 4335 + 2: 4335 0: 49152 26,-16: 0: 1911 @@ -19331,7 +19346,7 @@ entities: 26,-17: 0: 12288 1: 34952 - 3: 51 + 2: 51 27,-16: 1: 3634 27,-15: @@ -19362,24 +19377,24 @@ entities: 32,-10: 0: 759 24,-21: - 3: 61535 + 2: 61535 25,-20: - 3: 4215 + 2: 4215 25,-19: - 3: 57361 + 2: 57361 1: 64 25,-18: - 3: 61167 + 2: 61167 25,-21: - 3: 28723 + 2: 28723 26,-20: 0: 17 1: 63628 26,-19: 1: 35001 - 3: 12288 + 2: 12288 26,-18: - 3: 13107 + 2: 13107 1: 34952 26,-21: 0: 4096 @@ -19401,19 +19416,19 @@ entities: 23,-24: 1: 996 24,-23: - 3: 65534 + 2: 65534 23,-23: - 3: 51328 + 2: 51328 24,-22: - 3: 20735 + 2: 20735 23,-22: - 3: 32972 + 2: 32972 25,-24: 1: 2277 25,-23: - 3: 29488 + 2: 29488 25,-22: - 3: 12407 + 2: 12407 25,-25: 1: 61713 26,-24: @@ -19538,21 +19553,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.823984 - - 82.09976 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 235 moles: @@ -19571,8 +19571,6 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 21.6852 - - 81.57766 - 0 - 0 - 0 @@ -19583,26 +19581,13 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.813705 - - 82.06108 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - 0 - 0 - volume: 2500 temperature: 293.15 moles: - 0 - - 0 + - 6666.982 - 0 - 0 - 0 @@ -19628,36 +19613,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance @@ -19717,12 +19672,12 @@ entities: - type: ContainedSolution containerName: food container: 17 - - uid: 22 + - uid: 21 components: - type: MetaData name: solution - food - type: Transform - parent: 21 + parent: 20 - type: Solution solution: maxVol: 1 @@ -19733,7 +19688,7 @@ entities: Quantity: 1 - type: ContainedSolution containerName: food - container: 21 + container: 20 - uid: 26 components: - type: MetaData @@ -20444,7 +20399,51 @@ entities: - type: ContainedSolution containerName: food container: 150 - - uid: 40654 + - uid: 153 + mapInit: true + paused: true + components: + - type: MetaData + name: solution - food + - type: Transform + parent: 152 + - type: Solution + solution: + maxVol: 5 + name: food + reagents: + - data: [] + ReagentId: Vitamin + Quantity: 3 + - type: ContainedSolution + containerName: food + container: 152 + - uid: 155 + mapInit: true + paused: true + components: + - type: MetaData + name: solution - food + - type: Transform + parent: 154 + - type: Solution + solution: + maxVol: 55 + name: food + reagents: + - data: [] + ReagentId: Nutriment + Quantity: 30 + - data: [] + ReagentId: Vitamin + Quantity: 5 + - data: [] + ReagentId: PolypyryliumOligomers + Quantity: 15 + - type: ContainedSolution + containerName: food + container: 154 + - uid: 41342 components: - type: MetaData name: Shedevrolet @@ -20491,7 +20490,7 @@ entities: - type: ImplicitRoof - proto: AccessConfigurator entities: - - uid: 152 + - uid: 156 components: - type: Transform rot: -1.5707963267948966 rad @@ -20503,9 +20502,31 @@ entities: components: - type: Transform parent: 8 +- proto: ActionStethoscope + entities: + - uid: 158 + mapInit: true + paused: true + components: + - type: Transform + parent: 157 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 157 +- proto: ActionToggleLight + entities: + - uid: 161 + mapInit: true + paused: true + components: + - type: Transform + parent: 160 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 160 - proto: AirAlarm entities: - - uid: 153 + - uid: 165 components: - type: Transform rot: 1.5707963267948966 rad @@ -20513,31 +20534,31 @@ entities: parent: 2 - type: DeviceList devices: - - 19612 - - 19613 - - 19790 - - 19530 - - 19529 - - 19528 - - 1020 - - 24243 - - 24464 - - uid: 154 + - 20147 + - 20148 + - 20325 + - 20065 + - 20064 + - 20063 + - 1027 + - 25094 + - 25315 + - uid: 166 components: - type: Transform pos: 55.5,-30.5 parent: 2 - type: DeviceList devices: - - 19661 - - 19662 - - 19663 - - 1019 - - 24254 - - 24474 - - 19793 - - 19888 - - uid: 155 + - 20196 + - 20197 + - 20198 + - 1026 + - 25105 + - 25325 + - 20328 + - 20423 + - uid: 167 components: - type: Transform rot: -1.5707963267948966 rad @@ -20545,13 +20566,13 @@ entities: parent: 2 - type: DeviceList devices: - - 1023 - - 19797 - - 19799 - - 19798 - - 19793 - - 19888 - - uid: 156 + - 1030 + - 20332 + - 20334 + - 20333 + - 20328 + - 20423 + - uid: 168 components: - type: Transform rot: 3.141592653589793 rad @@ -20559,37 +20580,37 @@ entities: parent: 2 - type: DeviceList devices: - - 19612 - - 19614 - - 19478 - - 1024 - - 19872 - - uid: 157 + - 20147 + - 20149 + - 20013 + - 1031 + - 20407 + - uid: 169 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-104.5 parent: 2 - - uid: 158 + - uid: 170 components: - type: Transform pos: 47.5,-76.5 parent: 2 - type: DeviceList devices: - - 24248 - - 1026 - - 24469 - - 19778 - - 19779 - - 19780 - - 19483 - - 19484 - - 19482 - - 19481 - - 19479 - - 19480 - - uid: 159 + - 25099 + - 1033 + - 25320 + - 20313 + - 20314 + - 20315 + - 20018 + - 20019 + - 20017 + - 20016 + - 20014 + - 20015 + - uid: 171 components: - type: Transform rot: 3.141592653589793 rad @@ -20597,30 +20618,30 @@ entities: parent: 2 - type: DeviceList devices: - - 24247 - - 1025 - - 24468 - - 19483 - - uid: 160 + - 25098 + - 1032 + - 25319 + - 20018 + - uid: 172 components: - type: Transform pos: -57.5,-41.5 parent: 2 - type: DeviceList devices: - - 19890 - - 19688 - - 19689 - - 19690 - - 19693 - - 19692 - - 19691 - - 19751 - - 1102 - - 24539 - - 24324 - - 19600 - - uid: 161 + - 20425 + - 20223 + - 20224 + - 20225 + - 20228 + - 20227 + - 20226 + - 20286 + - 1109 + - 25390 + - 25175 + - 20135 + - uid: 173 components: - type: Transform rot: 1.5707963267948966 rad @@ -20628,53 +20649,53 @@ entities: parent: 2 - type: DeviceList devices: - - 24470 - - 24249 - - 19870 - - 1027 - - uid: 162 + - 25321 + - 25100 + - 20405 + - 1034 + - uid: 174 components: - type: Transform pos: 52.5,-67.5 parent: 2 - type: DeviceList devices: - - 1028 - - 19778 - - 19779 - - 19780 - - 19869 - - 19777 - - 19468 - - 19469 - - 19870 - - 19781 - - 19782 - - uid: 163 + - 1035 + - 20313 + - 20314 + - 20315 + - 20404 + - 20312 + - 20003 + - 20004 + - 20405 + - 20316 + - 20317 + - uid: 175 components: - type: Transform pos: 45.5,-61.5 parent: 2 - - uid: 164 + - uid: 176 components: - type: Transform pos: 47.5,-55.5 parent: 2 - type: DeviceList devices: - - 19868 - - 19469 - - 19468 - - 19783 - - 19784 - - 19470 - - 19471 - - 19472 - - 19473 - - 24250 - - 24471 - - 1029 - - uid: 165 + - 20403 + - 20004 + - 20003 + - 20318 + - 20319 + - 20005 + - 20006 + - 20007 + - 20008 + - 25101 + - 25322 + - 1036 + - uid: 177 components: - type: Transform rot: -1.5707963267948966 rad @@ -20682,13 +20703,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19471 - - 19472 - - 19476 - - 19475 - - 19474 - - 1030 - - uid: 166 + - 20006 + - 20007 + - 20011 + - 20010 + - 20009 + - 1037 + - uid: 178 components: - type: Transform rot: -1.5707963267948966 rad @@ -20696,24 +20717,24 @@ entities: parent: 2 - type: DeviceList devices: - - 1031 - - 19477 - - 19476 - - 19487 - - 19488 - - uid: 167 + - 1038 + - 20012 + - 20011 + - 20022 + - 20023 + - uid: 179 components: - type: Transform pos: 49.5,-45.5 parent: 2 - type: DeviceList devices: - - 24252 - - 19473 - - 19490 - - 19489 - - 1032 - - uid: 168 + - 25103 + - 20008 + - 20025 + - 20024 + - 1039 + - uid: 180 components: - type: Transform rot: 1.5707963267948966 rad @@ -20721,12 +20742,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19492 - - 19491 - - 1033 - - 24251 - - 24472 - - uid: 169 + - 20027 + - 20026 + - 1040 + - 25102 + - 25323 + - uid: 181 components: - type: Transform rot: 1.5707963267948966 rad @@ -20734,11 +20755,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19470 - - 19478 - - 24380 - - 24593 - - uid: 170 + - 20005 + - 20013 + - 25231 + - 25444 + - uid: 182 components: - type: Transform rot: 1.5707963267948966 rad @@ -20746,22 +20767,22 @@ entities: parent: 2 - type: DeviceList devices: - - 19872 - - 1021 - - 19488 - - 19487 - - 19475 - - 19474 - - 19490 - - 19489 - - 19660 - - 19659 - - 19658 - - 19485 - - 19486 - - 24473 - - 24253 - - uid: 171 + - 20407 + - 1028 + - 20023 + - 20022 + - 20010 + - 20009 + - 20025 + - 20024 + - 20195 + - 20194 + - 20193 + - 20020 + - 20021 + - 25324 + - 25104 + - uid: 183 components: - type: Transform rot: 3.141592653589793 rad @@ -20769,33 +20790,33 @@ entities: parent: 2 - type: DeviceList devices: - - 19873 - - 19485 - - 19486 - - uid: 172 + - 20408 + - 20020 + - 20021 + - uid: 184 components: - type: Transform pos: 42.5,-30.5 parent: 2 - type: DeviceList devices: - - 19661 - - 19662 - - 19663 - - 19660 - - 19659 - - 19658 - - 19624 - - 19609 - - 19610 - - 19803 - - 19655 - - 19656 - - 19657 - - 1035 - - 24246 - - 24481 - - uid: 173 + - 20196 + - 20197 + - 20198 + - 20195 + - 20194 + - 20193 + - 20159 + - 20144 + - 20145 + - 20338 + - 20190 + - 20191 + - 20192 + - 1042 + - 25097 + - 25332 + - uid: 185 components: - type: Transform rot: 3.141592653589793 rad @@ -20803,26 +20824,26 @@ entities: parent: 2 - type: DeviceList devices: - - 19787 - - 19786 - - 19785 - - 19788 - - 19789 - - 19790 - - 19791 - - 19792 - - 19794 - - 19795 - - 19617 - - 19616 - - 19615 - - 1018 - - 24465 - - 24244 - - 19979 - - 1130 - - 19565 - - uid: 174 + - 20322 + - 20321 + - 20320 + - 20323 + - 20324 + - 20325 + - 20326 + - 20327 + - 20329 + - 20330 + - 20152 + - 20151 + - 20150 + - 1025 + - 25316 + - 25095 + - 20514 + - 1137 + - 20100 + - uid: 186 components: - type: Transform rot: -1.5707963267948966 rad @@ -20830,15 +20851,15 @@ entities: parent: 2 - type: DeviceList devices: - - 19789 - - 19788 - - 19791 - - 19792 - - 19798 - - 1036 - - 24255 - - 24475 - - uid: 175 + - 20324 + - 20323 + - 20326 + - 20327 + - 20333 + - 1043 + - 25106 + - 25326 + - uid: 187 components: - type: Transform rot: 1.5707963267948966 rad @@ -20846,13 +20867,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19794 - - 19795 - - 1037 - - 19797 - - 24477 - - 24256 - - uid: 176 + - 20329 + - 20330 + - 1044 + - 20332 + - 25328 + - 25107 + - uid: 188 components: - type: Transform rot: 1.5707963267948966 rad @@ -20860,20 +20881,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19617 - - 19616 - - 19615 - - 19618 - - 19619 - - 19620 - - 24479 - - 1038 - - 24259 - - 19621 - - 19622 - - 19623 - - 19799 - - uid: 177 + - 20152 + - 20151 + - 20150 + - 20153 + - 20154 + - 20155 + - 25330 + - 1045 + - 25110 + - 20156 + - 20157 + - 20158 + - 20334 + - uid: 189 components: - type: Transform rot: -1.5707963267948966 rad @@ -20881,17 +20902,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19621 - - 19622 - - 19623 - - 19801 - - 1039 - - 24480 - - 24260 - - 24261 - - 24642 - - 24440 - - uid: 178 + - 20156 + - 20157 + - 20158 + - 20336 + - 1046 + - 25331 + - 25111 + - 25112 + - 25493 + - 25291 + - uid: 190 components: - type: Transform rot: -1.5707963267948966 rad @@ -20899,18 +20920,18 @@ entities: parent: 2 - type: DeviceList devices: - - 19618 - - 19619 - - 19620 - - 1040 - - 19800 - - 24258 - - 19943 - - 19936 - - 24232 - - 24600 - - 24601 - - uid: 179 + - 20153 + - 20154 + - 20155 + - 1047 + - 20335 + - 25109 + - 20478 + - 20471 + - 25083 + - 25451 + - 25452 + - uid: 191 components: - type: Transform rot: 1.5707963267948966 rad @@ -20918,9 +20939,9 @@ entities: parent: 2 - type: DeviceList devices: - - 24257 - - 19796 - - uid: 180 + - 25108 + - 20331 + - uid: 192 components: - type: Transform rot: 1.5707963267948966 rad @@ -20928,38 +20949,38 @@ entities: parent: 2 - type: DeviceList devices: - - 1155 - - 24449 - - 24225 - - 19581 - - 19580 - - 19579 - - 19584 - - 19583 - - 19582 - - 19998 - - 24392 - - 24612 - - uid: 181 + - 1162 + - 25300 + - 25076 + - 20116 + - 20115 + - 20114 + - 20119 + - 20118 + - 20117 + - 20533 + - 25243 + - 25463 + - uid: 193 components: - type: Transform pos: 31.5,-30.5 parent: 2 - type: DeviceList devices: - - 19664 - - 19665 - - 19666 - - 19636 - - 19635 - - 19634 - - 19624 - - 19609 - - 19610 - - 24262 - - 24467 - - 1042 - - uid: 182 + - 20199 + - 20200 + - 20201 + - 20171 + - 20170 + - 20169 + - 20159 + - 20144 + - 20145 + - 25113 + - 25318 + - 1049 + - uid: 194 components: - type: Transform rot: 1.5707963267948966 rad @@ -20967,40 +20988,40 @@ entities: parent: 2 - type: DeviceList devices: - - 19664 - - 19665 - - 19666 - - 19673 - - 19674 - - 19675 - - 1043 - - 24482 - - 24263 - - uid: 183 + - 20199 + - 20200 + - 20201 + - 20208 + - 20209 + - 20210 + - 1050 + - 25333 + - 25114 + - uid: 195 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-8.5 parent: 2 - - uid: 184 + - uid: 196 components: - type: Transform pos: 28.5,-3.5 parent: 2 - type: DeviceList devices: - - 19673 - - 19674 - - 19675 - - 1044 - - 19829 - - 19669 - - 19668 - - 19667 - - 19806 - - 24264 - - 24483 - - uid: 185 + - 20208 + - 20209 + - 20210 + - 1051 + - 20364 + - 20204 + - 20203 + - 20202 + - 20341 + - 25115 + - 25334 + - uid: 197 components: - type: Transform rot: 1.5707963267948966 rad @@ -21008,12 +21029,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19806 - - 19807 - - 1045 - - 24484 - - 24265 - - uid: 186 + - 20341 + - 20342 + - 1052 + - 25335 + - 25116 + - uid: 198 components: - type: Transform rot: -1.5707963267948966 rad @@ -21021,11 +21042,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24266 - - 24485 - - 24644 - - 24411 - - uid: 187 + - 25117 + - 25336 + - 25495 + - 25262 + - uid: 199 components: - type: Transform rot: 1.5707963267948966 rad @@ -21033,34 +21054,34 @@ entities: parent: 2 - type: DeviceList devices: - - 19667 - - 19668 - - 19669 - - 19679 - - 19680 - - 19681 - - 19809 - - 19808 - - 19875 - - 19874 - - 19676 - - 19677 - - 19678 - - 1046 - - 1047 - - 24267 - - 24486 - - 24631 - - 24407 - - 24408 - - 24633 - - 20016 - - 20017 - - 20014 - - 20015 - - 24604 - - 24567 - - uid: 188 + - 20202 + - 20203 + - 20204 + - 20214 + - 20215 + - 20216 + - 20344 + - 20343 + - 20410 + - 20409 + - 20211 + - 20212 + - 20213 + - 1053 + - 1054 + - 25118 + - 25337 + - 25482 + - 25258 + - 25259 + - 25484 + - 20551 + - 20552 + - 20549 + - 20550 + - 25455 + - 25418 + - uid: 200 components: - type: Transform rot: 3.141592653589793 rad @@ -21068,9 +21089,9 @@ entities: parent: 2 - type: DeviceList devices: - - 24489 - - 24270 - - uid: 189 + - 25340 + - 25121 + - uid: 201 components: - type: Transform rot: -1.5707963267948966 rad @@ -21078,31 +21099,31 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2103: + 2143: - - AirDanger - Open - 2102: + 2142: - - AirDanger - Open - type: DeviceList devices: - - 19679 - - 19680 - - 19681 - - 19812 - - 19811 - - 19810 - - 19815 - - 19816 - - 19817 - - 19818 - - 1048 - - 24271 - - 24490 - - 19684 - - 19683 - - 19682 - - uid: 190 + - 20214 + - 20215 + - 20216 + - 20347 + - 20346 + - 20345 + - 20350 + - 20351 + - 20352 + - 20353 + - 1055 + - 25122 + - 25341 + - 20219 + - 20218 + - 20217 + - uid: 202 components: - type: Transform rot: -1.5707963267948966 rad @@ -21110,23 +21131,23 @@ entities: parent: 2 - type: DeviceList devices: - - 19811 - - 19810 - - 1049 - - 24268 - - 24487 - - uid: 191 + - 20346 + - 20345 + - 1056 + - 25119 + - 25338 + - uid: 203 components: - type: Transform pos: -7.5,12.5 parent: 2 - type: DeviceList devices: - - 19813 - - 19812 - - 19814 - - 1050 - - uid: 192 + - 20348 + - 20347 + - 20349 + - 1057 + - uid: 204 components: - type: Transform rot: 1.5707963267948966 rad @@ -21134,12 +21155,12 @@ entities: parent: 2 - type: DeviceList devices: - - 1051 - - 24491 - - 24273 - - 19817 - - 19818 - - uid: 193 + - 1058 + - 25342 + - 25124 + - 20352 + - 20353 + - uid: 205 components: - type: Transform rot: -1.5707963267948966 rad @@ -21147,12 +21168,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19815 - - 19816 - - 1052 - - 24492 - - 24272 - - uid: 194 + - 20350 + - 20351 + - 1059 + - 25343 + - 25123 + - uid: 206 components: - type: Transform rot: 3.141592653589793 rad @@ -21160,27 +21181,27 @@ entities: parent: 2 - type: DeviceList devices: - - 19684 - - 19683 - - 19682 - - 19819 - - 1054 - - 1053 - - 19524 - - 19523 - - 19525 - - 19526 - - 19521 - - 19522 - - 19554 - - 24616 - - 24397 - - 24396 - - 24617 - - 24398 - - 24619 - - 24618 - - uid: 195 + - 20219 + - 20218 + - 20217 + - 20354 + - 1061 + - 1060 + - 20059 + - 20058 + - 20060 + - 20061 + - 20056 + - 20057 + - 20089 + - 25467 + - 25248 + - 25247 + - 25468 + - 25249 + - 25470 + - 25469 + - uid: 207 components: - type: Transform rot: -1.5707963267948966 rad @@ -21188,14 +21209,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19820 - - 19819 - - 1055 - - 24495 - - 24276 - - 24394 - - 24614 - - uid: 196 + - 20355 + - 20354 + - 1062 + - 25346 + - 25127 + - 25245 + - 25465 + - uid: 208 components: - type: Transform rot: 1.5707963267948966 rad @@ -21203,24 +21224,24 @@ entities: parent: 2 - type: DeviceList devices: - - 19676 - - 19677 - - 19678 - - 1056 - - 19823 - - 19822 - - 19821 - - 19824 - - 19825 - - 19826 - - 19670 - - 19671 - - 19672 - - 24295 - - 24512 - - 24406 - - 24632 - - uid: 197 + - 20211 + - 20212 + - 20213 + - 1063 + - 20358 + - 20357 + - 20356 + - 20359 + - 20360 + - 20361 + - 20205 + - 20206 + - 20207 + - 25146 + - 25363 + - 25257 + - 25483 + - uid: 209 components: - type: Transform rot: 1.5707963267948966 rad @@ -21228,20 +21249,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19823 - - 19822 - - 19824 - - 19825 - - 19827 - - 19830 - - 19828 - - 1057 - - 1022 - - 24298 - - 24515 - - 24514 - - 24297 - - uid: 198 + - 20358 + - 20357 + - 20359 + - 20360 + - 20362 + - 20365 + - 20363 + - 1064 + - 1029 + - 25149 + - 25366 + - 25365 + - 25148 + - uid: 210 components: - type: Transform rot: -1.5707963267948966 rad @@ -21249,20 +21270,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19670 - - 19671 - - 19672 - - 19687 - - 19686 - - 19685 - - 1058 - - 24511 - - 24294 - - 24573 - - 24404 - - 24405 - - 24630 - - uid: 199 + - 20205 + - 20206 + - 20207 + - 20222 + - 20221 + - 20220 + - 1065 + - 25362 + - 25145 + - 25424 + - 25255 + - 25256 + - 25481 + - uid: 211 components: - type: Transform rot: -1.5707963267948966 rad @@ -21270,20 +21291,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19687 - - 19686 - - 19685 - - 19831 - - 19741 - - 19742 - - 19743 - - 19649 - - 19650 - - 19651 - - 1059 - - 24466 - - 24245 - - uid: 200 + - 20222 + - 20221 + - 20220 + - 20366 + - 20276 + - 20277 + - 20278 + - 20184 + - 20185 + - 20186 + - 1066 + - 25317 + - 25096 + - uid: 212 components: - type: Transform rot: 1.5707963267948966 rad @@ -21291,25 +21312,25 @@ entities: parent: 2 - type: DeviceList devices: - - 19741 - - 19742 - - 19743 - - 19744 - - 19745 - - 19746 - - 19748 - - 19747 - - 19749 - - 1060 - - 24530 - - 24312 - - 24313 - - 24531 - - 19834 - - 19833 - - 19832 - - 19835 - - uid: 201 + - 20276 + - 20277 + - 20278 + - 20279 + - 20280 + - 20281 + - 20283 + - 20282 + - 20284 + - 1067 + - 25381 + - 25163 + - 25164 + - 25382 + - 20369 + - 20368 + - 20367 + - 20370 + - uid: 213 components: - type: Transform rot: 1.5707963267948966 rad @@ -21317,48 +21338,48 @@ entities: parent: 2 - type: DeviceList devices: - - 19602 - - 19933 - - 24535 - - 24320 - - 1062 - - 1063 - - 19845 - - 19846 - - 19849 - - 19848 - - 19847 - - 19850 - - 19844 - - 19843 - - 19738 - - 19739 - - 19740 - - 19833 - - 19832 - - 19601 - - 24314 - - 24577 - - uid: 202 + - 20137 + - 20468 + - 25386 + - 25171 + - 1069 + - 1070 + - 20380 + - 20381 + - 20384 + - 20383 + - 20382 + - 20385 + - 20379 + - 20378 + - 20273 + - 20274 + - 20275 + - 20368 + - 20367 + - 20136 + - 25165 + - 25428 + - uid: 214 components: - type: Transform pos: -50.5,-26.5 parent: 2 - type: DeviceList devices: - - 19836 - - 19740 - - 19739 - - 19738 - - 19842 - - 19837 - - 19838 - - 19841 - - 19840 - - 1064 - - 24315 - - 24532 - - uid: 203 + - 20371 + - 20275 + - 20274 + - 20273 + - 20377 + - 20372 + - 20373 + - 20376 + - 20375 + - 1071 + - 25166 + - 25383 + - uid: 215 components: - type: Transform rot: 1.5707963267948966 rad @@ -21366,14 +21387,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19842 - - 19876 - - 1065 - - 24233 - - 24620 - - 24231 - - 24621 - - uid: 204 + - 20377 + - 20411 + - 1072 + - 25084 + - 25471 + - 25082 + - 25472 + - uid: 216 components: - type: Transform rot: 1.5707963267948966 rad @@ -21381,16 +21402,16 @@ entities: parent: 2 - type: DeviceList devices: - - 1067 - - 1066 - - 19841 - - 19876 - - 24318 - - 24533 - - 24317 - - 19979 - - 1130 - - uid: 205 + - 1074 + - 1073 + - 20376 + - 20411 + - 25169 + - 25384 + - 25168 + - 20514 + - 1137 + - uid: 217 components: - type: Transform rot: -1.5707963267948966 rad @@ -21398,14 +21419,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19837 - - 19838 - - 24316 - - 1068 - - 19595 - - 24625 - - 24626 - - uid: 206 + - 20372 + - 20373 + - 25167 + - 1075 + - 20130 + - 25476 + - 25477 + - uid: 218 components: - type: Transform rot: -1.5707963267948966 rad @@ -21413,18 +21434,18 @@ entities: parent: 2 - type: DeviceList devices: - - 19847 - - 19848 - - 19849 - - 19851 - - 19852 - - 19854 - - 19855 - - 19856 - - 1069 - - 24321 - - 24536 - - uid: 207 + - 20382 + - 20383 + - 20384 + - 20386 + - 20387 + - 20389 + - 20390 + - 20391 + - 1076 + - 25172 + - 25387 + - uid: 219 components: - type: Transform rot: -1.5707963267948966 rad @@ -21432,11 +21453,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24537 - - 24322 - - 1070 - - 19851 - - uid: 208 + - 25388 + - 25173 + - 1077 + - 20386 + - uid: 220 components: - type: Transform rot: -1.5707963267948966 rad @@ -21444,11 +21465,11 @@ entities: parent: 2 - type: DeviceList devices: - - 1071 - - 19852 - - 19853 - - 24341 - - uid: 209 + - 1078 + - 20387 + - 20388 + - 25192 + - uid: 221 components: - type: Transform rot: -1.5707963267948966 rad @@ -21456,12 +21477,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19856 - - 19855 - - 19854 - - 19857 - - 19858 - - uid: 210 + - 20391 + - 20390 + - 20389 + - 20392 + - 20393 + - uid: 222 components: - type: Transform rot: 1.5707963267948966 rad @@ -21469,12 +21490,12 @@ entities: parent: 2 - type: DeviceList devices: - - 1073 - - 19750 - - 19737 - - 24517 - - 24300 - - uid: 211 + - 1080 + - 20285 + - 20272 + - 25368 + - 25151 + - uid: 223 components: - type: Transform rot: 1.5707963267948966 rad @@ -21482,25 +21503,25 @@ entities: parent: 2 - type: DeviceList devices: - - 19732 - - 19731 - - 19733 - - 19734 - - 19735 - - 19736 - - 19737 - - 19730 - - 19729 - - 19727 - - 19728 - - 19877 - - 19878 - - 19879 - - 19726 - - 1075 - - 24303 - - 24520 - - uid: 212 + - 20267 + - 20266 + - 20268 + - 20269 + - 20270 + - 20271 + - 20272 + - 20265 + - 20264 + - 20262 + - 20263 + - 20412 + - 20413 + - 20414 + - 20261 + - 1082 + - 25154 + - 25371 + - uid: 224 components: - type: Transform rot: -1.5707963267948966 rad @@ -21508,13 +21529,13 @@ entities: parent: 2 - type: DeviceList devices: - - 24521 - - 24304 - - 19730 - - 19731 - - 19880 - - 1076 - - uid: 213 + - 25372 + - 25155 + - 20265 + - 20266 + - 20415 + - 1083 + - uid: 225 components: - type: Transform rot: 1.5707963267948966 rad @@ -21522,17 +21543,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19725 - - 19877 - - 19878 - - 19879 - - 19722 - - 19723 - - 19724 - - 1074 - - 24305 - - 24522 - - uid: 214 + - 20260 + - 20412 + - 20413 + - 20414 + - 20257 + - 20258 + - 20259 + - 1081 + - 25156 + - 25373 + - uid: 226 components: - type: Transform rot: 1.5707963267948966 rad @@ -21540,11 +21561,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19724 - - 19764 - - 24356 - - 24566 - - uid: 215 + - 20259 + - 20299 + - 25207 + - 25417 + - uid: 227 components: - type: Transform rot: 1.5707963267948966 rad @@ -21552,11 +21573,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19723 - - 19722 - - 19763 - - 1077 - - uid: 216 + - 20258 + - 20257 + - 20298 + - 1084 + - uid: 228 components: - type: Transform rot: 3.141592653589793 rad @@ -21564,9 +21585,9 @@ entities: parent: 2 - type: DeviceList devices: - - 24307 - - 24525 - - uid: 217 + - 25158 + - 25376 + - uid: 229 components: - type: Transform rot: 3.141592653589793 rad @@ -21574,16 +21595,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19727 - - 19728 - - 19729 - - 19760 - - 19757 - - 19762 - - 1078 - - 24309 - - 24527 - - uid: 218 + - 20262 + - 20263 + - 20264 + - 20295 + - 20292 + - 20297 + - 1085 + - 25160 + - 25378 + - uid: 230 components: - type: Transform rot: 1.5707963267948966 rad @@ -21591,24 +21612,24 @@ entities: parent: 2 - type: DeviceList devices: - - 1079 - - 19761 - - 19760 - - 24308 - - 24526 - - uid: 219 + - 1086 + - 20296 + - 20295 + - 25159 + - 25377 + - uid: 231 components: - type: Transform pos: -64.5,-63.5 parent: 2 - type: DeviceList devices: - - 19758 - - 19759 - - 24528 - - 1081 - - 24310 - - uid: 220 + - 20293 + - 20294 + - 25379 + - 1088 + - 25161 + - uid: 232 components: - type: Transform rot: -1.5707963267948966 rad @@ -21616,12 +21637,12 @@ entities: parent: 2 - type: DeviceList devices: - - 1082 - - 24311 - - 24529 - - 19759 - - 19531 - - uid: 221 + - 1089 + - 25162 + - 25380 + - 20294 + - 20066 + - uid: 233 components: - type: Transform rot: -1.5707963267948966 rad @@ -21629,12 +21650,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19762 - - 24240 - - 24550 - - 19598 - - 1125 - - uid: 222 + - 20297 + - 25091 + - 25401 + - 20133 + - 1132 + - uid: 234 components: - type: Transform rot: 1.5707963267948966 rad @@ -21642,25 +21663,25 @@ entities: parent: 2 - type: DeviceList devices: - - 1083 - - 24516 - - 24299 - - 19865 - - 19864 - - 19862 - - 19863 - - uid: 223 + - 1090 + - 25367 + - 25150 + - 20400 + - 20399 + - 20397 + - 20398 + - uid: 235 components: - type: Transform pos: -36.5,-50.5 parent: 2 - type: DeviceList devices: - - 19733 - - 24518 - - 24301 - - 19862 - - uid: 224 + - 20268 + - 25369 + - 25152 + - 20397 + - uid: 236 components: - type: Transform rot: -1.5707963267948966 rad @@ -21668,19 +21689,19 @@ entities: parent: 2 - type: DeviceList devices: - - 19648 - - 19647 - - 19646 - - 19654 - - 19653 - - 19652 - - 19649 - - 19650 - - 19651 - - 1084 - - 24510 - - 24293 - - uid: 225 + - 20183 + - 20182 + - 20181 + - 20189 + - 20188 + - 20187 + - 20184 + - 20185 + - 20186 + - 1091 + - 25361 + - 25144 + - uid: 237 components: - type: Transform rot: -1.5707963267948966 rad @@ -21688,19 +21709,19 @@ entities: parent: 2 - type: DeviceList devices: - - 19648 - - 19647 - - 19646 - - 19643 - - 19644 - - 19645 - - 19861 - - 1085 - - 24296 - - 24513 - - 24628 - - 24402 - - uid: 226 + - 20183 + - 20182 + - 20181 + - 20178 + - 20179 + - 20180 + - 20396 + - 1092 + - 25147 + - 25364 + - 25479 + - 25253 + - uid: 238 components: - type: Transform rot: -1.5707963267948966 rad @@ -21708,40 +21729,40 @@ entities: parent: 2 - type: DeviceList devices: - - 19645 - - 19644 - - 19643 - - 19640 - - 19641 - - 19642 - - 1086 - - 24292 - - 24509 - - uid: 227 + - 20180 + - 20179 + - 20178 + - 20175 + - 20176 + - 20177 + - 1093 + - 25143 + - 25360 + - uid: 239 components: - type: Transform pos: -24.5,-68.5 parent: 2 - type: DeviceList devices: - - 19640 - - 19641 - - 19642 - - 19711 - - 19712 - - 19710 - - 19709 - - 19708 - - 19881 - - 19637 - - 19638 - - 19639 - - 1087 - - 24403 - - 24629 - - 24236 - - 24575 - - uid: 228 + - 20175 + - 20176 + - 20177 + - 20246 + - 20247 + - 20245 + - 20244 + - 20243 + - 20416 + - 20172 + - 20173 + - 20174 + - 1094 + - 25254 + - 25480 + - 25087 + - 25426 + - uid: 240 components: - type: Transform rot: 1.5707963267948966 rad @@ -21749,31 +21770,31 @@ entities: parent: 2 - type: DeviceList devices: - - 24291 - - 1088 - - 24508 - - 19860 - - 19712 - - 19711 - - uid: 229 + - 25142 + - 1095 + - 25359 + - 20395 + - 20247 + - 20246 + - uid: 241 components: - type: Transform pos: -31.5,-79.5 parent: 2 - type: DeviceList devices: - - 19715 - - 19714 - - 19713 - - 19716 - - 19717 - - 1089 - - 24505 - - 24288 - - 24462 - - 24355 - - 19966 - - uid: 230 + - 20250 + - 20249 + - 20248 + - 20251 + - 20252 + - 1096 + - 25356 + - 25139 + - 25313 + - 25206 + - 20501 + - uid: 242 components: - type: Transform rot: 1.5707963267948966 rad @@ -21781,14 +21802,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19719 - - 19718 - - 1090 - - 24506 - - 24289 - - 19716 - - 19717 - - uid: 231 + - 20254 + - 20253 + - 1097 + - 25357 + - 25140 + - 20251 + - 20252 + - uid: 243 components: - type: Transform rot: 1.5707963267948966 rad @@ -21796,14 +21817,14 @@ entities: parent: 2 - type: DeviceList devices: - - 1091 - - 24290 - - 24507 - - 19721 - - 19718 - - 19719 - - 19720 - - uid: 232 + - 1098 + - 25141 + - 25358 + - 20256 + - 20253 + - 20254 + - 20255 + - uid: 244 components: - type: Transform rot: 1.5707963267948966 rad @@ -21811,16 +21832,16 @@ entities: parent: 2 - type: DeviceList devices: - - 1093 - - 19699 - - 19698 - - 19697 - - 19886 - - 19885 - - 19767 - - 24282 - - 24500 - - uid: 233 + - 1100 + - 20234 + - 20233 + - 20232 + - 20421 + - 20420 + - 20302 + - 25133 + - 25351 + - uid: 245 components: - type: Transform rot: 1.5707963267948966 rad @@ -21828,14 +21849,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19705 - - 19702 - - 19703 - - 19704 - - 24502 - - 24284 - - 1095 - - uid: 234 + - 20240 + - 20237 + - 20238 + - 20239 + - 25353 + - 25135 + - 1102 + - uid: 246 components: - type: Transform rot: 1.5707963267948966 rad @@ -21843,33 +21864,33 @@ entities: parent: 2 - type: DeviceList devices: - - 24285 - - 19765 - - 19887 - - uid: 235 + - 25136 + - 20300 + - 20422 + - uid: 247 components: - type: Transform pos: 19.5,-70.5 parent: 2 - type: DeviceList devices: - - 19772 - - 19630 - - 19629 - - 19628 - - 1097 - - 1092 - - 24281 - - 24499 - - 24426 - - 24280 - - 19898 - - 19771 - - 1096 - - 19625 - - 19626 - - 19627 - - uid: 236 + - 20307 + - 20165 + - 20164 + - 20163 + - 1104 + - 1099 + - 25132 + - 25350 + - 25277 + - 25131 + - 20433 + - 20306 + - 1103 + - 20160 + - 20161 + - 20162 + - uid: 248 components: - type: Transform rot: 1.5707963267948966 rad @@ -21877,21 +21898,21 @@ entities: parent: 2 - type: DeviceList devices: - - 19774 - - 19773 - - 19630 - - 19629 - - 19628 - - 24497 - - 24278 - - 1097 - - 1100 - - 1098 - - 1096 - - 19633 - - 19632 - - 19631 - - uid: 237 + - 20309 + - 20308 + - 20165 + - 20164 + - 20163 + - 25348 + - 25129 + - 1104 + - 1107 + - 1105 + - 1103 + - 20168 + - 20167 + - 20166 + - uid: 249 components: - type: Transform rot: 1.5707963267948966 rad @@ -21899,21 +21920,21 @@ entities: parent: 2 - type: DeviceList devices: - - 1098 - - 24498 - - 24279 - - 19776 - - 19773 - - 19774 - - 24651 - - 24419 - - 24418 - - 24650 - - 24412 - - 24649 - - 19775 - - 1097 - - uid: 238 + - 1105 + - 25349 + - 25130 + - 20311 + - 20308 + - 20309 + - 25502 + - 25270 + - 25269 + - 25501 + - 25263 + - 25500 + - 20310 + - 1104 + - uid: 250 components: - type: Transform rot: 1.5707963267948966 rad @@ -21921,32 +21942,32 @@ entities: parent: 2 - type: DeviceList devices: - - 19867 - - 19631 - - 19632 - - 19633 - - 19634 - - 19635 - - 19636 - - 1100 - - 24277 - - 24496 - - uid: 239 + - 20402 + - 20166 + - 20167 + - 20168 + - 20169 + - 20170 + - 20171 + - 1107 + - 25128 + - 25347 + - uid: 251 components: - type: Transform pos: 43.5,-91.5 parent: 2 - type: DeviceList devices: - - 24546 - - 24463 - - 24333 - - 24332 - - 19497 - - 19498 - - 19496 - - 19495 - - uid: 240 + - 25397 + - 25314 + - 25184 + - 25183 + - 20032 + - 20033 + - 20031 + - 20030 + - uid: 252 components: - type: Transform rot: 1.5707963267948966 rad @@ -21954,26 +21975,26 @@ entities: parent: 2 - type: DeviceList devices: - - 24415 - - 24648 - - 24417 - - 24435 - - 24202 - - 24646 - - 24416 - - 24647 - - 24203 - - 24638 - - 24201 - - 20041 - - 20040 - - 20039 - - 20038 - - 19703 - - 1181 - - 1180 - - 1095 - - uid: 241 + - 25266 + - 25499 + - 25268 + - 25286 + - 25053 + - 25497 + - 25267 + - 25498 + - 25054 + - 25489 + - 25052 + - 20576 + - 20575 + - 20574 + - 20573 + - 20238 + - 1188 + - 1187 + - 1102 + - uid: 253 components: - type: Transform rot: 3.141592653589793 rad @@ -21981,39 +22002,39 @@ entities: parent: 2 - type: DeviceList devices: - - 19693 - - 19692 - - 19691 - - 19755 - - 19754 - - 19753 - - 19889 - - 19752 - - 1103 - - 24325 - - 24540 - - 20019 - - uid: 242 + - 20228 + - 20227 + - 20226 + - 20290 + - 20289 + - 20288 + - 20424 + - 20287 + - 1110 + - 25176 + - 25391 + - 20554 + - uid: 254 components: - type: Transform pos: -73.5,-34.5 parent: 2 - type: DeviceList devices: - - 19755 - - 19754 - - 19753 - - 19756 - - 19892 - - 19893 - - 19894 - - 19895 - - 1104 - - 24542 - - 24326 - - 24627 - - 24401 - - uid: 243 + - 20290 + - 20289 + - 20288 + - 20291 + - 20427 + - 20428 + - 20429 + - 20430 + - 1111 + - 25393 + - 25177 + - 25478 + - 25252 + - uid: 255 components: - type: Transform rot: 3.141592653589793 rad @@ -22021,12 +22042,12 @@ entities: parent: 2 - type: DeviceList devices: - - 1105 - - 19891 - - 19756 - - 24541 - - 24327 - - uid: 244 + - 1112 + - 20426 + - 20291 + - 25392 + - 25178 + - uid: 256 components: - type: Transform rot: -1.5707963267948966 rad @@ -22034,14 +22055,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19896 - - 19775 - - 19777 - - 19868 - - 19477 - - 19867 - - 1107 - - uid: 245 + - 20431 + - 20310 + - 20312 + - 20403 + - 20012 + - 20402 + - 1114 + - uid: 257 components: - type: Transform rot: -1.5707963267948966 rad @@ -22049,14 +22070,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19896 - - 19772 - - 19898 - - 19871 - - 19770 - - 19897 - - 1108 - - uid: 246 + - 20431 + - 20307 + - 20433 + - 20406 + - 20305 + - 20432 + - 1115 + - uid: 258 components: - type: Transform rot: -1.5707963267948966 rad @@ -22064,11 +22085,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19897 - - 19768 - - 19769 - - 1109 - - uid: 247 + - 20432 + - 20303 + - 20304 + - 1116 + - uid: 259 components: - type: Transform rot: 1.5707963267948966 rad @@ -22076,33 +22097,33 @@ entities: parent: 2 - type: DeviceList devices: - - 19899 - - 19880 - - 19732 - - 19861 - - 1110 - - uid: 248 + - 20434 + - 20415 + - 20267 + - 20396 + - 1117 + - uid: 260 components: - type: Transform pos: -43.5,-93.5 parent: 2 - type: DeviceList devices: - - 19860 - - 19899 - - 19764 - - 19721 - - 19901 - - 19902 - - 19900 - - 1111 - - uid: 249 + - 20395 + - 20434 + - 20299 + - 20256 + - 20436 + - 20437 + - 20435 + - 1118 + - uid: 261 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-89.5 parent: 2 - - uid: 250 + - uid: 262 components: - type: Transform rot: 1.5707963267948966 rad @@ -22110,12 +22131,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19866 - - 19909 - - 19910 - - 19911 - - 19751 - - uid: 251 + - 20401 + - 20444 + - 20445 + - 20446 + - 20286 + - uid: 263 components: - type: Transform rot: 1.5707963267948966 rad @@ -22123,14 +22144,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19859 - - 19840 - - 19916 - - 19915 - - 19912 - - 19917 - - 1115 - - uid: 252 + - 20394 + - 20375 + - 20451 + - 20450 + - 20447 + - 20452 + - 1122 + - uid: 264 components: - type: Transform rot: -1.5707963267948966 rad @@ -22138,28 +22159,28 @@ entities: parent: 2 - type: DeviceList devices: - - 19912 - - 19916 - - 19915 - - 19913 - - 19914 - - 19918 - - 1116 - - 19603 - - 19605 - - uid: 253 + - 20447 + - 20451 + - 20450 + - 20448 + - 20449 + - 20453 + - 1123 + - 20138 + - 20140 + - uid: 265 components: - type: Transform pos: -62.5,-5.5 parent: 2 - type: DeviceList devices: - - 19919 - - 19913 - - 19914 - - 19920 - - 1117 - - uid: 254 + - 20454 + - 20448 + - 20449 + - 20455 + - 1124 + - uid: 266 components: - type: Transform rot: 1.5707963267948966 rad @@ -22167,13 +22188,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19857 - - 19921 - - 19922 - - 19923 - - 1118 - - 19939 - - uid: 255 + - 20392 + - 20456 + - 20457 + - 20458 + - 1125 + - 20474 + - uid: 267 components: - type: Transform rot: 1.5707963267948966 rad @@ -22181,13 +22202,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19921 - - 19827 - - 19853 - - 19826 - - 19924 - - 1119 - - uid: 256 + - 20456 + - 20362 + - 20388 + - 20361 + - 20459 + - 1126 + - uid: 268 components: - type: Transform rot: -1.5707963267948966 rad @@ -22195,11 +22216,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19922 - - 19828 - - 19925 - - 1121 - - uid: 257 + - 20457 + - 20363 + - 20460 + - 1128 + - uid: 269 components: - type: Transform rot: -1.5707963267948966 rad @@ -22207,20 +22228,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19804 - - 19926 - - 19829 - - uid: 258 + - 20339 + - 20461 + - 20364 + - uid: 270 components: - type: Transform pos: 33.5,-22.5 parent: 2 - type: DeviceList devices: - - 19803 - - 19927 - - 1122 - - uid: 259 + - 20338 + - 20462 + - 1129 + - uid: 271 components: - type: Transform rot: 1.5707963267948966 rad @@ -22228,13 +22249,13 @@ entities: parent: 2 - type: DeviceList devices: - - 24239 - - 24545 - - 19482 - - 19481 - - 19497 - - 19498 - - uid: 260 + - 25090 + - 25396 + - 20017 + - 20016 + - 20032 + - 20033 + - uid: 272 components: - type: Transform rot: 1.5707963267948966 rad @@ -22242,47 +22263,47 @@ entities: parent: 2 - type: DeviceList devices: - - 24547 - - 24334 - - uid: 261 + - 25398 + - 25185 + - uid: 273 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-78.5 parent: 2 - - uid: 262 + - uid: 274 components: - type: Transform pos: -45.5,-41.5 parent: 2 - type: DeviceList devices: - - 19654 - - 19653 - - 19652 - - 19744 - - 19745 - - 19746 - - 19748 - - 19747 - - 19749 - - 19863 - - 19864 - - 19865 - - 19734 - - 19735 - - 19736 - - 19750 - - 19688 - - 19689 - - 19690 - - 1072 - - 24323 - - 24538 - - 19964 - - 24622 - - 24399 - - uid: 263 + - 20189 + - 20188 + - 20187 + - 20279 + - 20280 + - 20281 + - 20283 + - 20282 + - 20284 + - 20398 + - 20399 + - 20400 + - 20269 + - 20270 + - 20271 + - 20285 + - 20223 + - 20224 + - 20225 + - 1079 + - 25174 + - 25389 + - 20499 + - 25473 + - 25250 + - uid: 275 components: - type: Transform rot: 1.5707963267948966 rad @@ -22290,46 +22311,46 @@ entities: parent: 2 - type: DeviceList devices: - - 19871 - - 19484 - - 1124 - - uid: 264 + - 20406 + - 20019 + - 1131 + - uid: 276 components: - type: Transform pos: -1.5,-73.5 parent: 2 - type: DeviceList devices: - - 19696 - - 19695 - - 19694 - - 1092 - - 19706 - - 19882 - - 19707 - - 19637 - - 19638 - - 19639 - - 24286 - - 24503 - - 19627 - - 19626 - - 19625 - - 19769 - - 19942 - - uid: 265 + - 20231 + - 20230 + - 20229 + - 1099 + - 20241 + - 20417 + - 20242 + - 20172 + - 20173 + - 20174 + - 25137 + - 25354 + - 20162 + - 20161 + - 20160 + - 20304 + - 20477 + - uid: 277 components: - type: Transform pos: -66.5,8.5 parent: 2 - type: DeviceList devices: - - 19939 - - 19940 - - 19919 - - 1131 - - 19608 - - uid: 266 + - 20474 + - 20475 + - 20454 + - 1138 + - 20143 + - uid: 278 components: - type: Transform rot: 1.5707963267948966 rad @@ -22337,10 +22358,10 @@ entities: parent: 2 - type: DeviceList devices: - - 1132 - - 19941 - - 19940 - - uid: 267 + - 1139 + - 20476 + - 20475 + - uid: 279 components: - type: Transform rot: -1.5707963267948966 rad @@ -22348,12 +22369,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19931 - - 19930 - - 1123 - - 24238 - - 24459 - - uid: 268 + - 20466 + - 20465 + - 1130 + - 25089 + - 25310 + - uid: 280 components: - type: Transform rot: 1.5707963267948966 rad @@ -22361,25 +22382,25 @@ entities: parent: 2 - type: DeviceList devices: - - 1120 - - 19831 - - 19850 - - 19924 - - uid: 269 + - 1127 + - 20366 + - 20385 + - 20459 + - uid: 281 components: - type: Transform pos: -34.5,-27.5 parent: 2 - type: DeviceList devices: - - 19593 - - 19602 - - 19835 - - 19933 - - 19601 - - 1061 - - 24319 - - uid: 270 + - 20128 + - 20137 + - 20370 + - 20468 + - 20136 + - 1068 + - 25170 + - uid: 282 components: - type: Transform rot: -1.5707963267948966 rad @@ -22387,11 +22408,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19603 - - 19605 - - 19606 - - 1133 - - uid: 271 + - 20138 + - 20140 + - 20141 + - 1140 + - uid: 283 components: - type: Transform rot: 3.141592653589793 rad @@ -22399,10 +22420,10 @@ entities: parent: 2 - type: DeviceList devices: - - 19604 - - 19607 - - 1134 - - uid: 272 + - 20139 + - 20142 + - 1141 + - uid: 284 components: - type: Transform rot: 1.5707963267948966 rad @@ -22410,11 +22431,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19606 - - 19607 - - 19608 - - 1135 - - uid: 273 + - 20141 + - 20142 + - 20143 + - 1142 + - uid: 285 components: - type: Transform rot: -1.5707963267948966 rad @@ -22422,39 +22443,39 @@ entities: parent: 2 - type: DeviceList devices: - - 24237 - - 24549 - - 1041 - - 1148 - - 19959 - - 19958 - - 19957 - - 19956 - - 19955 - - 19953 - - 19952 - - 19951 - - 19950 - - 19949 - - 19948 - - 19944 - - 19962 - - 19932 - - 19599 - - 19537 - - 19533 - - 19534 - - 19536 - - 24336 - - 19535 - - 19532 - - 19499 - - 19500 - - 24605 - - 24390 - - 24606 - - 24608 - - uid: 274 + - 25088 + - 25400 + - 1048 + - 1155 + - 20494 + - 20493 + - 20492 + - 20491 + - 20490 + - 20488 + - 20487 + - 20486 + - 20485 + - 20484 + - 20483 + - 20479 + - 20497 + - 20467 + - 20134 + - 20072 + - 20068 + - 20069 + - 20071 + - 25187 + - 20070 + - 20067 + - 20034 + - 20035 + - 25456 + - 25241 + - 25457 + - 25459 + - uid: 286 components: - type: Transform rot: -1.5707963267948966 rad @@ -22462,18 +22483,18 @@ entities: parent: 2 - type: DeviceList devices: - - 19944 - - 19945 - - 19946 - - 19947 - - 1127 - - 24337 - - 24609 - - 24639 - - 24640 - - 20037 - - 20036 - - uid: 275 + - 20479 + - 20480 + - 20481 + - 20482 + - 1134 + - 25188 + - 25460 + - 25490 + - 25491 + - 20572 + - 20571 + - uid: 287 components: - type: Transform rot: 1.5707963267948966 rad @@ -22481,23 +22502,23 @@ entities: parent: 2 - type: DeviceList devices: - - 19954 - - 19953 - - 19952 - - 19951 - - 19950 - - 19949 - - 19948 - - 19945 - - 19946 - - 19947 - - 19805 - - 1126 - - 24611 - - 24241 - - 24569 - - 24610 - - uid: 276 + - 20489 + - 20488 + - 20487 + - 20486 + - 20485 + - 20484 + - 20483 + - 20480 + - 20481 + - 20482 + - 20340 + - 1133 + - 25462 + - 25092 + - 25420 + - 25461 + - uid: 288 components: - type: Transform rot: 1.5707963267948966 rad @@ -22505,9 +22526,9 @@ entities: parent: 2 - type: DeviceList devices: - - 24335 - - 24458 - - uid: 277 + - 25186 + - 25309 + - uid: 289 components: - type: Transform rot: 3.141592653589793 rad @@ -22515,19 +22536,19 @@ entities: parent: 2 - type: DeviceList devices: - - 19954 - - 19955 - - 19956 - - 19957 - - 19958 - - 19959 - - 19960 - - 24339 - - 24457 - - 1128 - - 19961 - - 24607 - - uid: 278 + - 20489 + - 20490 + - 20491 + - 20492 + - 20493 + - 20494 + - 20495 + - 25190 + - 25308 + - 1135 + - 20496 + - 25458 + - uid: 290 components: - type: Transform rot: 3.141592653589793 rad @@ -22535,17 +22556,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19929 - - 19532 - - 19535 - - 19536 - - 19534 - - 19533 - - 19537 - - 24548 - - 1129 - - 24338 - - uid: 279 + - 20464 + - 20067 + - 20070 + - 20071 + - 20069 + - 20068 + - 20072 + - 25399 + - 1136 + - 25189 + - uid: 291 components: - type: Transform rot: 3.141592653589793 rad @@ -22553,11 +22574,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24562 - - 1144 - - 24351 - - 19845 - - uid: 280 + - 25413 + - 1151 + - 25202 + - 20380 + - uid: 292 components: - type: Transform rot: -1.5707963267948966 rad @@ -22565,11 +22586,11 @@ entities: parent: 2 - type: DeviceList devices: - - 1143 - - 24242 - - 24552 - - 19846 - - uid: 281 + - 1150 + - 25093 + - 25403 + - 20381 + - uid: 293 components: - type: Transform rot: 1.5707963267948966 rad @@ -22577,41 +22598,41 @@ entities: parent: 2 - type: DeviceList devices: - - 24460 - - 24352 - - 24461 - - 1145 - - 19928 - - 19597 - - 19963 - - uid: 282 + - 25311 + - 25203 + - 25312 + - 1152 + - 20463 + - 20132 + - 20498 + - uid: 294 components: - type: Transform pos: 34.5,24.5 parent: 2 - type: DeviceList devices: - - 24354 - - 24564 - - 1147 - - 1146 - - 24565 - - 24353 - - 19538 - - 20035 - - 20027 - - 20033 - - 20034 - - 1176 - - uid: 283 + - 25205 + - 25415 + - 1154 + - 1153 + - 25416 + - 25204 + - 20073 + - 20570 + - 20562 + - 20568 + - 20569 + - 1183 + - uid: 295 components: - type: Transform pos: -55.5,-55.5 parent: 2 - type: DeviceList devices: - - 1149 - - uid: 284 + - 1156 + - uid: 296 components: - type: Transform rot: 3.141592653589793 rad @@ -22619,63 +22640,63 @@ entities: parent: 2 - type: DeviceList devices: - - 19592 - - 24223 - - 24222 - - 24448 - - 24445 - - 1154 - - 19978 - - 19570 - - 19548 - - 19549 - - uid: 285 + - 20127 + - 25074 + - 25073 + - 25299 + - 25296 + - 1161 + - 20513 + - 20105 + - 20083 + - 20084 + - uid: 297 components: - type: Transform pos: 88.5,-0.5 parent: 2 - type: DeviceList devices: - - 24582 - - 24583 - - 24367 - - 19542 - - uid: 286 + - 25433 + - 25434 + - 25218 + - 20077 + - uid: 298 components: - type: Transform pos: 52.5,-16.5 parent: 2 - type: DeviceList devices: - - 24450 - - 24226 - - 24454 - - 24235 - - 19518 - - 19506 - - 19587 - - 19585 - - 19573 - - 20042 - - 24453 - - 24234 - - 19568 - - uid: 287 + - 25301 + - 25077 + - 25305 + - 25086 + - 20053 + - 20041 + - 20122 + - 20120 + - 20108 + - 20577 + - 25304 + - 25085 + - 20103 + - uid: 299 components: - type: Transform pos: 52.5,-49.5 parent: 2 - - uid: 288 + - uid: 300 components: - type: Transform pos: 80.5,-0.5 parent: 2 - type: DeviceList devices: - - 24581 - - 24368 - - 19540 - - uid: 289 + - 25432 + - 25219 + - 20075 + - uid: 301 components: - type: Transform rot: 3.141592653589793 rad @@ -22683,69 +22704,69 @@ entities: parent: 2 - type: DeviceList devices: - - 24452 - - 1151 - - 24218 - - 19571 - - 19591 - - uid: 290 + - 25303 + - 1158 + - 25069 + - 20106 + - 20126 + - uid: 302 components: - type: Transform pos: 49.5,-21.5 parent: 2 - type: DeviceList devices: - - 24568 - - 24220 - - 19991 - - 19992 - - 24234 - - 24453 - - 19994 - - 19993 - - 19976 - - 19585 - - 19568 - - uid: 291 + - 25419 + - 25071 + - 20526 + - 20527 + - 25085 + - 25304 + - 20529 + - 20528 + - 20511 + - 20120 + - 20103 + - uid: 303 components: - type: Transform pos: 57.5,-16.5 parent: 2 - type: DeviceList devices: - - 19512 - - 19514 - - 24447 - - 24229 - - 19518 - - 19547 - - 24228 - - 24451 - - uid: 292 + - 20047 + - 20049 + - 25298 + - 25080 + - 20053 + - 20082 + - 25079 + - 25302 + - uid: 304 components: - type: Transform pos: 62.5,-10.5 parent: 2 - type: DeviceList devices: - - 19508 - - 19509 - - 19507 - - 24213 - - 24456 - - uid: 293 + - 20043 + - 20044 + - 20042 + - 25064 + - 25307 + - uid: 305 components: - type: Transform pos: 62.5,-14.5 parent: 2 - type: DeviceList devices: - - 19513 - - 19511 - - 19510 - - 24455 - - 24358 - - uid: 294 + - 20048 + - 20046 + - 20045 + - 25306 + - 25209 + - uid: 306 components: - type: Transform rot: 1.5707963267948966 rad @@ -22753,26 +22774,26 @@ entities: parent: 2 - type: DeviceList devices: - - 1153 - - 24219 - - 24444 - - 19566 - - 19575 - - uid: 295 + - 1160 + - 25070 + - 25295 + - 20101 + - 20110 + - uid: 307 components: - type: Transform pos: 50.5,12.5 parent: 2 - type: DeviceList devices: - - 20003 - - 24382 - - 24595 - - 20004 - - 24442 - - 24370 - - 20002 - - uid: 296 + - 20538 + - 25233 + - 25446 + - 20539 + - 25293 + - 25221 + - 20537 + - uid: 308 components: - type: MetaData name: ВС Детектив @@ -22782,34 +22803,34 @@ entities: parent: 2 - type: DeviceList devices: - - 24585 - - 24357 - - 19976 - - 19990 - - uid: 297 + - 25436 + - 25208 + - 20511 + - 20525 + - uid: 309 components: - type: Transform pos: 49.5,-12.5 parent: 2 - type: DeviceList devices: - - 19577 - - 19578 - - 19576 - - 19573 - - 24570 - - 24374 - - 19507 - - 19547 - - 19574 - - 24361 - - 24572 - - 19586 - - 19588 - - 19589 - - 19996 - - 19997 - - uid: 298 + - 20112 + - 20113 + - 20111 + - 20108 + - 25421 + - 25225 + - 20042 + - 20082 + - 20109 + - 25212 + - 25423 + - 20121 + - 20123 + - 20124 + - 20531 + - 20532 + - uid: 310 components: - type: Transform rot: -1.5707963267948966 rad @@ -22817,60 +22838,60 @@ entities: parent: 2 - type: DeviceList devices: - - 24377 - - 24590 - - 24591 - - 24378 - - 24376 - - 24589 - - 19982 - - 19983 - - 19984 - - 1159 - - uid: 299 + - 25228 + - 25441 + - 25442 + - 25229 + - 25227 + - 25440 + - 20517 + - 20518 + - 20519 + - 1166 + - uid: 311 components: - type: Transform pos: 84.5,-0.5 parent: 2 - type: DeviceList devices: - - 19541 - - 24366 - - 24582 - - uid: 300 + - 20076 + - 25217 + - 25433 + - uid: 312 components: - type: Transform pos: 76.5,-5.5 parent: 2 - type: DeviceList devices: - - 19502 - - 19503 - - 19543 - - 19539 - - 19540 - - 19541 - - 19542 - - 24580 - - 24656 - - 19501 - - 24422 - - 24421 - - 24423 - - 24420 - - 24653 - - 24437 - - 24214 - - 24436 - - 24369 - - 24584 - - 24654 - - 24215 - - 24365 - - 24579 - - 24364 - - 24655 - - uid: 301 + - 20037 + - 20038 + - 20078 + - 20074 + - 20075 + - 20076 + - 20077 + - 25431 + - 25507 + - 20036 + - 25273 + - 25272 + - 25274 + - 25271 + - 25504 + - 25288 + - 25065 + - 25287 + - 25220 + - 25435 + - 25505 + - 25066 + - 25216 + - 25430 + - 25215 + - 25506 + - uid: 313 components: - type: Transform rot: -1.5707963267948966 rad @@ -22878,21 +22899,21 @@ entities: parent: 2 - type: DeviceList devices: - - 24588 - - 24587 - - 24373 - - 24371 - - 1157 - - 1158 - - 19980 - - 19981 - - 19591 - - 20012 - - 24375 - - 24586 - - 24414 - - 24645 - - uid: 302 + - 25439 + - 25438 + - 25224 + - 25222 + - 1164 + - 1165 + - 20515 + - 20516 + - 20126 + - 20547 + - 25226 + - 25437 + - 25265 + - 25496 + - uid: 314 components: - type: Transform rot: 1.5707963267948966 rad @@ -22900,13 +22921,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19989 - - 19546 - - 1163 - - 24379 - - 24592 - - 24643 - - uid: 303 + - 20524 + - 20081 + - 1170 + - 25230 + - 25443 + - 25494 + - uid: 315 components: - type: Transform rot: 1.5707963267948966 rad @@ -22914,39 +22935,39 @@ entities: parent: 2 - type: DeviceList devices: - - 24571 - - 24360 - - 19973 - - 19975 - - 19590 - - 19993 - - 19994 - - uid: 304 + - 25422 + - 25211 + - 20508 + - 20510 + - 20125 + - 20528 + - 20529 + - uid: 316 components: - type: Transform pos: 41.5,-2.5 parent: 2 - type: DeviceList devices: - - 19599 - - 19581 - - 19580 - - 19579 - - 19999 - - 24224 - - 24446 - - uid: 305 + - 20134 + - 20116 + - 20115 + - 20114 + - 20534 + - 25075 + - 25297 + - uid: 317 components: - type: Transform pos: 52.5,-2.5 parent: 2 - type: DeviceList devices: - - 24576 - - 24221 - - 19999 - - 20000 - - uid: 306 + - 25427 + - 25072 + - 20534 + - 20535 + - uid: 318 components: - type: Transform rot: -1.5707963267948966 rad @@ -22954,12 +22975,12 @@ entities: parent: 2 - type: DeviceList devices: - - 24362 - - 24574 - - 20000 - - 20001 - - 19996 - - uid: 307 + - 25213 + - 25425 + - 20535 + - 20536 + - 20531 + - uid: 319 components: - type: Transform rot: 1.5707963267948966 rad @@ -22967,25 +22988,25 @@ entities: parent: 2 - type: DeviceList devices: - - 24594 - - 24381 - - 19575 - - 19566 - - 20002 - - 19592 - - 19571 - - 20001 - - uid: 308 + - 25445 + - 25232 + - 20110 + - 20101 + - 20537 + - 20127 + - 20106 + - 20536 + - uid: 320 components: - type: Transform pos: 64.5,-0.5 parent: 2 - type: DeviceList devices: - - 24578 - - 24363 - - 20005 - - uid: 309 + - 25429 + - 25214 + - 20540 + - uid: 321 components: - type: Transform rot: 3.141592653589793 rad @@ -22993,15 +23014,15 @@ entities: parent: 2 - type: DeviceList devices: - - 24383 - - 24596 - - 19589 - - 19588 - - 19586 - - 20005 - - 20006 - - 20007 - - uid: 310 + - 25234 + - 25447 + - 20124 + - 20123 + - 20121 + - 20540 + - 20541 + - 20542 + - uid: 322 components: - type: Transform rot: -1.5707963267948966 rad @@ -23009,19 +23030,19 @@ entities: parent: 2 - type: DeviceList devices: - - 20006 - - 20007 - - 20010 - - 20011 - - 20009 - - 20008 - - 24597 - - 24384 - - 24598 - - 24385 - - 20012 - - 20013 - - uid: 311 + - 20541 + - 20542 + - 20545 + - 20546 + - 20544 + - 20543 + - 25448 + - 25235 + - 25449 + - 25236 + - 20547 + - 20548 + - uid: 323 components: - type: Transform rot: 1.5707963267948966 rad @@ -23029,47 +23050,47 @@ entities: parent: 2 - type: DeviceList devices: - - 20012 - - 20008 - - 20013 - - 19501 - - 24385 - - 24598 - - 24369 - - 24584 - - uid: 312 + - 20547 + - 20543 + - 20548 + - 20036 + - 25236 + - 25449 + - 25220 + - 25435 + - uid: 324 components: - type: Transform pos: 110.5,-37.5 parent: 2 - type: DeviceList devices: - - 24599 - - 24387 - - 24388 - - 24603 - - 24386 - - 24602 - - 19974 - - 19972 - - 19971 - - 1164 - - uid: 313 + - 25450 + - 25238 + - 25239 + - 25454 + - 25237 + - 25453 + - 20509 + - 20507 + - 20506 + - 1171 + - uid: 325 components: - type: Transform pos: 105.5,-39.5 parent: 2 - type: DeviceList devices: - - 19974 - - 19972 - - 19971 - - 19800 - - 19970 - - 19569 - - 24359 - - 24478 - - uid: 314 + - 20509 + - 20507 + - 20506 + - 20335 + - 20505 + - 20104 + - 25210 + - 25329 + - uid: 326 components: - type: Transform rot: 1.5707963267948966 rad @@ -23077,33 +23098,33 @@ entities: parent: 2 - type: DeviceList devices: - - 24619 - - 24618 - - 24389 - - 19814 - - 19925 - - 19527 - - 19550 - - 19551 - - 19552 - - 1053 - - 1150 - - uid: 315 + - 25470 + - 25469 + - 25240 + - 20349 + - 20460 + - 20062 + - 20085 + - 20086 + - 20087 + - 1060 + - 1157 + - uid: 327 components: - type: Transform pos: 100.5,-81.5 parent: 2 - type: DeviceList devices: - - 24554 - - 24553 - - 24555 - - 24556 - - 24557 - - 24560 - - 24561 - - 24559 - - uid: 316 + - 25405 + - 25404 + - 25406 + - 25407 + - 25408 + - 25411 + - 25412 + - 25410 + - uid: 328 components: - type: MetaData name: состояние газодобытчиков @@ -23113,29 +23134,29 @@ entities: parent: 2 - type: DeviceList devices: - - 1171 - - 1166 - - 1165 - - 1167 - - 1168 - - 1169 - - 1170 - - 20736 - - 20733 - - 20735 - - 20734 - - uid: 317 + - 1178 + - 1173 + - 1172 + - 1174 + - 1175 + - 1176 + - 1177 + - 21368 + - 21365 + - 21367 + - 21366 + - uid: 329 components: - type: Transform pos: 18.5,23.5 parent: 2 - type: DeviceList devices: - - 24615 - - 1172 - - 24395 - - 19553 - - uid: 318 + - 25466 + - 1179 + - 25246 + - 20088 + - uid: 330 components: - type: Transform rot: -1.5707963267948966 rad @@ -23143,29 +23164,29 @@ entities: parent: 2 - type: DeviceList devices: - - 24624 - - 24623 - - 24400 - - 20018 - - 20019 - - 1173 - - uid: 319 + - 25475 + - 25474 + - 25251 + - 20553 + - 20554 + - 1180 + - uid: 331 components: - type: Transform pos: -14.5,8.5 parent: 2 - type: DeviceList devices: - - 24635 - - 24634 - - 24409 - - 20020 - - 20021 - - 1174 - - 1175 - - 1046 - - 1056 - - uid: 320 + - 25486 + - 25485 + - 25260 + - 20555 + - 20556 + - 1181 + - 1182 + - 1053 + - 1063 + - uid: 332 components: - type: Transform rot: 1.5707963267948966 rad @@ -23173,11 +23194,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24410 - - 24636 - - 19821 - - 1056 - - uid: 321 + - 25261 + - 25487 + - 20356 + - 1063 + - uid: 333 components: - type: Transform rot: 1.5707963267948966 rad @@ -23185,17 +23206,17 @@ entities: parent: 2 - type: DeviceList devices: - - 24652 - - 24331 - - 19883 - - 19884 - - 20028 - - 19564 - - 19555 - - 1092 - - 1095 - - 1094 - - uid: 322 + - 25503 + - 25182 + - 20418 + - 20419 + - 20563 + - 20099 + - 20090 + - 1099 + - 1102 + - 1101 + - uid: 334 components: - type: Transform rot: 1.5707963267948966 rad @@ -23203,15 +23224,15 @@ entities: parent: 2 - type: DeviceList devices: - - 1177 - - 19563 - - 20022 - - 20029 - - 20030 - - 24429 - - 24205 - - 20031 - - uid: 323 + - 1184 + - 20098 + - 20557 + - 20564 + - 20565 + - 25280 + - 25056 + - 20566 + - uid: 335 components: - type: Transform rot: -1.5707963267948966 rad @@ -23219,18 +23240,18 @@ entities: parent: 2 - type: DeviceList devices: - - 24204 - - 24439 - - 24217 - - 24438 - - 19969 - - 19572 - - 19985 - - 20023 - - 20024 - - 20025 - - 20026 - - uid: 324 + - 25055 + - 25290 + - 25068 + - 25289 + - 20504 + - 20107 + - 20520 + - 20558 + - 20559 + - 20560 + - 20561 + - uid: 336 components: - type: Transform rot: -1.5707963267948966 rad @@ -23238,13 +23259,13 @@ entities: parent: 2 - type: DeviceList devices: - - 1179 - - 24413 - - 24641 - - 20033 - - 19805 - - 20032 - - uid: 325 + - 1186 + - 25264 + - 25492 + - 20568 + - 20340 + - 20567 + - uid: 337 components: - type: Transform rot: 1.5707963267948966 rad @@ -23252,46 +23273,46 @@ entities: parent: 2 - type: DeviceList devices: - - 19705 - - 24216 - - 24637 - - 19706 - - 19882 - - 1092 - - 1095 - - uid: 326 + - 20240 + - 25067 + - 25488 + - 20241 + - 20417 + - 1099 + - 1102 + - uid: 338 components: - type: Transform pos: 9.5,-85.5 parent: 2 - type: DeviceList devices: - - 24430 - - 24212 - - 24432 - - 24207 - - 24427 - - 24208 - - 24433 - - 24210 - - 24434 - - 24211 - - 24441 - - 24209 - - 24431 - - 24206 - - 19702 - - 19967 - - 19765 - - 19767 - - 19766 - - 19700 - - 19701 - - 19494 - - 19493 - - 1094 + - 25281 + - 25063 + - 25283 + - 25058 + - 25278 + - 25059 + - 25284 + - 25061 + - 25285 + - 25062 + - 25292 + - 25060 + - 25282 + - 25057 + - 20237 + - 20502 + - 20300 + - 20302 + - 20301 + - 20235 + - 20236 + - 20029 + - 20028 - 1101 - - uid: 327 + - 1108 + - uid: 339 components: - type: Transform rot: -1.5707963267948966 rad @@ -23299,11 +23320,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24443 - - 24227 - - 19997 - - 19998 - - uid: 328 + - 25294 + - 25078 + - 20532 + - 20533 + - uid: 340 components: - type: Transform rot: 1.5707963267948966 rad @@ -23311,8 +23332,8 @@ entities: parent: 2 - type: DeviceList devices: - - 24428 - - uid: 329 + - 25279 + - uid: 341 components: - type: Transform rot: -1.5707963267948966 rad @@ -23320,21 +23341,21 @@ entities: parent: 2 - type: DeviceList devices: - - 19560 - - 19557 - - 19556 - - 19559 - - 19504 - - 1183 - - 19505 - - 19515 - - 19558 - - 24658 - - 24424 - - 24613 - - 24393 - - 1182 - - uid: 330 + - 20095 + - 20092 + - 20091 + - 20094 + - 20039 + - 1190 + - 20040 + - 20050 + - 20093 + - 25509 + - 25275 + - 25464 + - 25244 + - 1189 + - uid: 342 components: - type: Transform rot: 3.141592653589793 rad @@ -23342,13 +23363,13 @@ entities: parent: 2 - type: DeviceList devices: - - 1183 - - 19558 - - 19515 - - 24199 - - 1184 - - 24425 - - uid: 331 + - 1190 + - 20093 + - 20050 + - 25050 + - 1191 + - 25276 + - uid: 343 components: - type: Transform rot: -1.5707963267948966 rad @@ -23356,11 +23377,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24198 - - 24659 - - 19560 - - 1183 - - uid: 332 + - 25049 + - 25510 + - 20095 + - 1190 + - uid: 344 components: - type: Transform rot: -1.5707963267948966 rad @@ -23368,379 +23389,448 @@ entities: parent: 2 - type: DeviceList devices: - - 1017 - - 1183 - - 19556 - - 19517 - - 19516 - - 19504 - - 19557 - - 19559 - - 24657 - - 24200 + - 1024 + - 1190 + - 20091 + - 20052 + - 20051 + - 20039 + - 20092 + - 20094 + - 25508 + - 25051 - proto: AirAlarmElectronics entities: - - uid: 333 + - uid: 345 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.122177,-93.39715 parent: 2 - - uid: 334 + - uid: 346 components: - type: Transform pos: 41.471703,-93.49103 parent: 2 - - uid: 335 + - uid: 347 components: - type: Transform pos: 36.3607,-37.848637 parent: 2 -- proto: AirCanister +- proto: AirAlarmXeno entities: - - uid: 336 - components: - - type: Transform - pos: -37.5,-23.5 - parent: 2 - - uid: 337 - components: - - type: Transform - pos: 36.5,-48.5 - parent: 2 - - uid: 338 - components: - - type: Transform - pos: 37.5,-48.5 - parent: 2 - - uid: 339 - components: - - type: Transform - pos: 38.5,-48.5 - parent: 2 - - uid: 340 - components: - - type: Transform - pos: -48.5,-92.5 - parent: 2 - - uid: 341 - components: - - type: Transform - pos: -60.5,-33.5 - parent: 2 - - uid: 342 - components: - - type: Transform - pos: -21.5,16.5 - parent: 2 - - uid: 343 - components: - - type: Transform - pos: 64.5,-45.5 - parent: 2 - - uid: 344 - components: - - type: Transform - pos: -9.5,-87.5 - parent: 2 - - uid: 345 - components: - - type: Transform - pos: -68.5,-78.5 - parent: 2 - - uid: 346 - components: - - type: Transform - pos: 91.5,-52.5 - parent: 2 - - uid: 347 - components: - - type: Transform - pos: 41.5,13.5 - parent: 2 - uid: 348 components: - type: Transform - pos: -52.5,-105.5 + pos: -4.5,-22.5 parent: 2 - uid: 349 components: - type: Transform - pos: 36.5,35.5 + rot: 1.5707963267948966 rad + pos: 4.5,-53.5 parent: 2 - uid: 350 components: - type: Transform - pos: 37.5,-108.5 + pos: 5.5,-22.5 parent: 2 - uid: 351 components: - type: Transform - pos: 64.5,13.5 + pos: -2.5,-17.5 parent: 2 - uid: 352 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 41321 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 41322 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 41323 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 41324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-56.5 + parent: 2 + - uid: 41325 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - uid: 41326 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 41327 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 41328 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 +- proto: AirCanister + entities: + - uid: 353 + components: + - type: Transform + pos: -37.5,-23.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: 36.5,-48.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 37.5,-48.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: 38.5,-48.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -48.5,-92.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: -60.5,-33.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: 64.5,-45.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -9.5,-87.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -68.5,-78.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: 91.5,-52.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: -52.5,-105.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: 37.5,-108.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 64.5,13.5 + parent: 2 + - uid: 369 components: - type: Transform pos: -72.5,-55.5 parent: 2 - - uid: 353 + - uid: 370 components: - type: Transform pos: 34.5,-48.5 parent: 2 - proto: AirGrenade entities: - - uid: 354 + - uid: 371 components: - type: Transform pos: 49.665867,-100.30618 parent: 2 - - uid: 355 + - uid: 372 components: - type: Transform pos: 57.2441,-71.92204 parent: 2 - proto: Airlock entities: - - uid: 356 + - uid: 373 components: - type: Transform pos: -44.5,-87.5 parent: 2 - - uid: 357 + - uid: 374 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-3.5 parent: 2 - - uid: 358 + - uid: 375 components: - type: Transform pos: 78.5,-34.5 parent: 2 - - uid: 359 + - uid: 376 components: - type: Transform pos: 76.5,-35.5 parent: 2 - - uid: 360 + - uid: 377 components: - type: Transform pos: 76.5,-37.5 parent: 2 - - uid: 361 + - uid: 378 components: - type: Transform pos: 76.5,-39.5 parent: 2 - - uid: 362 + - uid: 379 components: - type: Transform pos: 77.5,-41.5 parent: 2 - - uid: 363 + - uid: 380 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-78.5 parent: 2 - - uid: 364 + - uid: 381 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-78.5 parent: 2 - - uid: 365 + - uid: 382 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-78.5 parent: 2 - - uid: 366 + - uid: 383 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-76.5 parent: 2 - - uid: 367 + - uid: 384 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-74.5 parent: 2 - - uid: 368 + - uid: 385 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-76.5 parent: 2 - - uid: 369 + - uid: 386 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-84.5 parent: 2 - - uid: 370 + - uid: 387 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-87.5 parent: 2 - - uid: 371 + - uid: 388 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-90.5 parent: 2 - - uid: 372 + - uid: 389 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-90.5 parent: 2 - - uid: 373 + - uid: 390 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-87.5 parent: 2 - - uid: 374 + - uid: 391 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-84.5 parent: 2 - - uid: 375 + - uid: 392 components: - type: Transform pos: 44.5,19.5 parent: 2 - - uid: 376 + - uid: 393 components: - type: Transform pos: -45.5,-93.5 parent: 2 - - uid: 377 + - uid: 394 components: - type: Transform pos: -48.5,-96.5 parent: 2 - - uid: 378 - components: - - type: Transform - pos: -47.5,-96.5 - parent: 2 - - uid: 379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-103.5 - parent: 2 - - uid: 380 - components: - - type: Transform - pos: -64.5,-15.5 - parent: 2 - - uid: 381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-13.5 - parent: 2 - - uid: 382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-73.5 - parent: 2 - - uid: 383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-22.5 - parent: 2 - - uid: 384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-118.5 - parent: 2 - - uid: 385 - components: - - type: Transform - pos: 42.5,27.5 - parent: 2 - - uid: 386 - components: - - type: Transform - pos: -60.5,8.5 - parent: 2 - - uid: 387 - components: - - type: Transform - pos: -60.5,5.5 - parent: 2 - - uid: 388 - components: - - type: Transform - pos: -56.5,8.5 - parent: 2 - - uid: 389 - components: - - type: Transform - pos: 69.5,-46.5 - parent: 2 - - uid: 390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-14.5 - parent: 2 - - uid: 391 - components: - - type: Transform - pos: -77.5,-10.5 - parent: 2 - - uid: 392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-114.5 - parent: 2 - - uid: 393 - components: - - type: Transform - pos: 44.5,29.5 - parent: 2 - - uid: 394 - components: - - type: Transform - pos: 32.5,33.5 - parent: 2 - uid: 395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-11.5 + pos: -47.5,-96.5 parent: 2 - uid: 396 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,-9.5 + pos: -42.5,-103.5 parent: 2 - uid: 397 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-13.5 + parent: 2 + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-73.5 + parent: 2 + - uid: 400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-22.5 + parent: 2 + - uid: 401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-118.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 42.5,27.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: -60.5,5.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 69.5,-46.5 + parent: 2 + - uid: 407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-14.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-114.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 44.5,29.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-11.5 + parent: 2 + - uid: 413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-9.5 + parent: 2 + - uid: 414 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-43.5 parent: 2 - - uid: 398 + - uid: 415 components: - type: Transform pos: 47.5,8.5 parent: 2 - - uid: 399 + - uid: 416 components: - type: Transform rot: 3.141592653589793 rad @@ -23748,14 +23838,14 @@ entities: parent: 2 - proto: AirlockArmoryGlassLocked entities: - - uid: 400 + - uid: 417 components: - type: Transform pos: 51.5,-16.5 parent: 2 - proto: AirlockArmoryLocked entities: - - uid: 401 + - uid: 418 components: - type: Transform rot: 1.5707963267948966 rad @@ -23763,133 +23853,133 @@ entities: parent: 2 - proto: AirlockAssemblyVirology entities: - - uid: 402 + - uid: 419 components: - type: Transform pos: -41.5,1.5 parent: 2 - - uid: 403 + - uid: 420 components: - type: Transform pos: -48.5,-1.5 parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 404 + - uid: 421 components: - type: Transform pos: 42.5,-51.5 parent: 2 - - uid: 405 + - uid: 422 components: - type: Transform pos: 50.5,-95.5 parent: 2 - - uid: 406 + - uid: 423 components: - type: Transform pos: 49.5,-95.5 parent: 2 - proto: AirlockAtmosphericsLocked entities: - - uid: 407 + - uid: 424 components: - type: Transform pos: 46.5,-88.5 parent: 2 - - uid: 408 + - uid: 425 components: - type: Transform pos: 46.5,-91.5 parent: 2 - - uid: 409 + - uid: 426 components: - type: Transform pos: 45.5,-88.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 410 + - uid: 427 components: - type: Transform pos: 45.5,-91.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 411 + - uid: 428 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-91.5 parent: 2 - - uid: 412 + - uid: 429 components: - type: Transform pos: -65.5,-3.5 parent: 2 - - uid: 413 + - uid: 430 components: - type: Transform pos: -76.5,-22.5 parent: 2 - proto: AirlockBarGlassLocked entities: - - uid: 414 + - uid: 431 components: - type: Transform pos: 28.5,-0.5 parent: 2 - proto: AirlockBarLocked entities: - - uid: 415 + - uid: 432 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,5.5 parent: 2 - - uid: 416 + - uid: 433 components: - type: Transform pos: 26.5,-1.5 parent: 2 - proto: AirlockBrigGlassLocked entities: - - uid: 417 + - uid: 434 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-46.5 parent: 2 - - uid: 418 + - uid: 435 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-47.5 parent: 2 - - uid: 419 + - uid: 436 components: - type: Transform pos: -48.5,11.5 parent: 2 - - uid: 420 + - uid: 437 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-4.5 parent: 2 - - uid: 421 + - uid: 438 components: - type: Transform pos: 43.5,-21.5 parent: 2 - - uid: 422 + - uid: 439 components: - type: Transform pos: 45.5,-21.5 parent: 2 - proto: AirlockBrigLocked entities: - - uid: 423 + - uid: 440 components: - type: Transform rot: 1.5707963267948966 rad @@ -23897,101 +23987,101 @@ entities: parent: 2 - proto: AirlockCaptainLocked entities: - - uid: 424 + - uid: 441 components: - type: Transform pos: 12.5,13.5 parent: 2 - - uid: 425 + - uid: 442 components: - type: Transform pos: 8.5,18.5 parent: 2 - - uid: 426 + - uid: 443 components: - type: Transform pos: 18.5,15.5 parent: 2 - proto: AirlockCargoGlassLocked entities: - - uid: 427 + - uid: 444 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-79.5 parent: 2 - - uid: 428 + - uid: 445 components: - type: Transform pos: 1.5,-83.5 parent: 2 - - uid: 429 + - uid: 446 components: - type: Transform pos: -0.5,-83.5 parent: 2 - - uid: 430 + - uid: 447 components: - type: Transform pos: 10.5,-85.5 parent: 2 - - uid: 431 + - uid: 448 components: - type: Transform pos: -1.5,-81.5 parent: 2 - - uid: 432 + - uid: 449 components: - type: Transform pos: -3.5,-85.5 parent: 2 - proto: AirlockCargoLocked entities: - - uid: 433 + - uid: 450 components: - type: Transform pos: 5.5,-85.5 parent: 2 - proto: AirlockChapelLocked entities: - - uid: 434 + - uid: 451 components: - type: Transform pos: 37.5,-66.5 parent: 2 - - uid: 435 + - uid: 452 components: - type: Transform pos: 36.5,-70.5 parent: 2 - proto: AirlockChemistryLocked entities: - - uid: 436 + - uid: 453 components: - type: Transform pos: -39.5,-29.5 parent: 2 - proto: AirlockChiefEngineerLocked entities: - - uid: 437 + - uid: 454 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-70.5 parent: 2 - - uid: 438 + - uid: 455 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-75.5 parent: 2 - - uid: 439 + - uid: 456 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-36.5 parent: 2 - - uid: 440 + - uid: 457 components: - type: Transform rot: 1.5707963267948966 rad @@ -23999,7 +24089,7 @@ entities: parent: 2 - proto: AirlockChiefMedicalOfficerGlassLocked entities: - - uid: 441 + - uid: 458 components: - type: Transform rot: 3.141592653589793 rad @@ -24007,7 +24097,7 @@ entities: parent: 2 - proto: AirlockChiefMedicalOfficerLocked entities: - - uid: 442 + - uid: 459 components: - type: Transform rot: 3.141592653589793 rad @@ -24015,97 +24105,97 @@ entities: parent: 2 - proto: AirlockCommandGlassLocked entities: - - uid: 443 + - uid: 460 components: - type: Transform pos: -0.5,18.5 parent: 2 - - uid: 444 + - uid: 461 components: - type: Transform pos: 1.5,18.5 parent: 2 - - uid: 445 + - uid: 462 components: - type: Transform pos: 1.5,20.5 parent: 2 - - uid: 446 + - uid: 463 components: - type: Transform pos: -0.5,20.5 parent: 2 - proto: AirlockCommandLocked entities: - - uid: 447 + - uid: 464 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,8.5 parent: 2 - - uid: 448 + - uid: 465 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 2 - - uid: 449 + - uid: 466 components: - type: Transform pos: 2.5,8.5 parent: 2 - - uid: 450 + - uid: 467 components: - type: Transform pos: 2.5,9.5 parent: 2 - - uid: 451 + - uid: 468 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-17.5 parent: 2 - - uid: 452 + - uid: 469 components: - type: Transform pos: 99.5,-83.5 parent: 2 - - uid: 453 + - uid: 470 components: - type: Transform pos: 100.5,-67.5 parent: 2 - - uid: 454 + - uid: 471 components: - type: Transform pos: 96.5,-71.5 parent: 2 - - uid: 455 + - uid: 472 components: - type: Transform pos: 97.5,-65.5 parent: 2 - - uid: 456 + - uid: 473 components: - type: Transform pos: 99.5,-65.5 parent: 2 - - uid: 457 + - uid: 474 components: - type: Transform pos: 100.5,-71.5 parent: 2 - - uid: 458 + - uid: 475 components: - type: Transform pos: 97.5,-83.5 parent: 2 - - uid: 459 + - uid: 476 components: - type: Transform pos: 96.5,-67.5 parent: 2 - - uid: 460 + - uid: 477 components: - type: Transform rot: 3.141592653589793 rad @@ -24113,63 +24203,63 @@ entities: parent: 2 - proto: AirlockDetectiveLocked entities: - - uid: 461 + - uid: 478 components: - type: Transform pos: 42.5,-23.5 parent: 2 - proto: AirlockEngineeringGlassLocked entities: - - uid: 462 + - uid: 479 components: - type: Transform pos: 45.5,-70.5 parent: 2 - - uid: 463 + - uid: 480 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-49.5 parent: 2 - - uid: 464 + - uid: 481 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-67.5 parent: 2 - - uid: 465 + - uid: 482 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-83.5 parent: 2 - - uid: 466 + - uid: 483 components: - type: Transform pos: 47.5,-87.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 467 + - uid: 484 components: - type: Transform pos: 44.5,-83.5 parent: 2 - - uid: 468 + - uid: 485 components: - type: Transform pos: 47.5,-86.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 469 + - uid: 486 components: - type: Transform pos: 49.5,-64.5 parent: 2 - proto: AirlockEngineeringLocked entities: - - uid: 470 + - uid: 487 components: - type: Transform rot: 3.141592653589793 rad @@ -24177,19 +24267,19 @@ entities: parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 471 + - uid: 488 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-56.5 parent: 2 - - uid: 472 + - uid: 489 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-58.5 parent: 2 - - uid: 473 + - uid: 490 components: - type: Transform rot: 3.141592653589793 rad @@ -24197,201 +24287,201 @@ entities: parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 474 + - uid: 491 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-50.5 parent: 2 - - uid: 475 + - uid: 492 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-50.5 parent: 2 - - uid: 476 + - uid: 493 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-55.5 parent: 2 - - uid: 477 + - uid: 494 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-55.5 parent: 2 - - uid: 478 + - uid: 495 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-68.5 parent: 2 - - uid: 479 + - uid: 496 components: - type: Transform pos: 12.5,8.5 parent: 2 - - uid: 480 + - uid: 497 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-86.5 parent: 2 - - uid: 481 + - uid: 498 components: - type: Transform pos: 42.5,-38.5 parent: 2 - - uid: 482 + - uid: 499 components: - type: Transform pos: 42.5,-37.5 parent: 2 - - uid: 483 + - uid: 500 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-60.5 parent: 2 - - uid: 484 + - uid: 501 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-89.5 parent: 2 - - uid: 485 + - uid: 502 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-47.5 parent: 2 - - uid: 486 + - uid: 503 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-23.5 parent: 2 - - uid: 487 + - uid: 504 components: - type: Transform pos: 77.5,-23.5 parent: 2 - - uid: 488 + - uid: 505 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,17.5 parent: 2 - - uid: 489 + - uid: 506 components: - type: Transform pos: -38.5,8.5 parent: 2 - - uid: 490 + - uid: 507 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-53.5 parent: 2 - - uid: 491 + - uid: 508 components: - type: Transform pos: -40.5,-88.5 parent: 2 - - uid: 492 + - uid: 509 components: - type: Transform pos: -40.5,-92.5 parent: 2 - - uid: 493 + - uid: 510 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-87.5 parent: 2 - - uid: 494 + - uid: 511 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,10.5 parent: 2 - - uid: 495 + - uid: 512 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,-20.5 parent: 2 - - uid: 496 + - uid: 513 components: - type: Transform pos: 39.5,-81.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 497 + - uid: 514 components: - type: Transform pos: 36.5,-82.5 parent: 2 - - uid: 498 + - uid: 515 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-114.5 parent: 2 - - uid: 499 + - uid: 516 components: - type: Transform pos: 73.5,-47.5 parent: 2 - - uid: 500 + - uid: 517 components: - type: Transform pos: -66.5,3.5 parent: 2 - - uid: 501 + - uid: 518 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-109.5 parent: 2 - - uid: 502 + - uid: 519 components: - type: Transform pos: 35.5,34.5 parent: 2 - - uid: 503 + - uid: 520 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-19.5 parent: 2 - - uid: 504 + - uid: 521 components: - type: Transform pos: 69.5,-13.5 parent: 2 - - uid: 505 + - uid: 522 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,13.5 parent: 2 - - uid: 506 + - uid: 523 components: - type: Transform pos: 103.5,-21.5 parent: 2 - proto: AirlockEVAGlassLocked entities: - - uid: 507 + - uid: 524 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,16.5 parent: 2 - - uid: 508 + - uid: 525 components: - type: Transform rot: 3.141592653589793 rad @@ -24399,88 +24489,88 @@ entities: parent: 2 - proto: AirlockExternal entities: - - uid: 509 + - uid: 526 components: - type: Transform pos: 91.5,-20.5 parent: 2 - - uid: 510 + - uid: 527 components: - type: Transform pos: 98.5,-20.5 parent: 2 - - uid: 511 + - uid: 528 components: - type: Transform pos: 98.5,-24.5 parent: 2 - - uid: 512 + - uid: 529 components: - type: Transform pos: 91.5,-38.5 parent: 2 - - uid: 513 + - uid: 530 components: - type: Transform pos: 91.5,-24.5 parent: 2 - - uid: 514 + - uid: 531 components: - type: Transform pos: 98.5,-38.5 parent: 2 - - uid: 515 + - uid: 532 components: - type: Transform pos: -57.5,-119.5 parent: 2 - - uid: 516 + - uid: 533 components: - type: Transform pos: -55.5,-117.5 parent: 2 - - uid: 517 + - uid: 534 components: - type: Transform pos: -53.5,-119.5 parent: 2 - - uid: 518 + - uid: 535 components: - type: Transform rot: -1.5707963267948966 rad pos: -87.5,1.5 parent: 2 - - uid: 519 + - uid: 536 components: - type: Transform rot: 1.5707963267948966 rad pos: 131.5,-40.5 parent: 2 - - uid: 520 + - uid: 537 components: - type: Transform rot: 1.5707963267948966 rad pos: 131.5,-38.5 parent: 2 - - uid: 521 + - uid: 538 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-121.5 parent: 2 - - uid: 522 + - uid: 539 components: - type: Transform pos: 109.5,-57.5 parent: 2 - - uid: 523 + - uid: 540 components: - type: Transform pos: 109.5,-59.5 parent: 2 - proto: AirlockExternalAtmosphericsLocked entities: - - uid: 524 + - uid: 541 components: - type: Transform rot: 3.141592653589793 rad @@ -24490,13 +24580,13 @@ entities: securityLevel: medSecurity - type: DeviceLinkSource linkedPorts: - 526: + 543: - - DoorStatus - DoorBolt - 525: + 542: - - DoorStatus - DoorBolt - - uid: 525 + - uid: 542 components: - type: Transform rot: 3.141592653589793 rad @@ -24506,13 +24596,13 @@ entities: securityLevel: medSecurity - type: DeviceLinkSource linkedPorts: - 524: + 541: - - DoorStatus - DoorBolt - 526: + 543: - - DoorStatus - DoorBolt - - uid: 526 + - uid: 543 components: - type: Transform rot: 3.141592653589793 rad @@ -24520,27 +24610,27 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 525: + 542: - - DoorStatus - DoorBolt - 524: + 541: - - DoorStatus - DoorBolt - proto: AirlockExternalCargoLocked entities: - - uid: 527 + - uid: 544 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-66.5 parent: 2 - - uid: 528 + - uid: 545 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-104.5 parent: 2 - - uid: 529 + - uid: 546 components: - type: Transform rot: 1.5707963267948966 rad @@ -24548,87 +24638,87 @@ entities: parent: 2 - proto: AirlockExternalEngineeringLocked entities: - - uid: 530 + - uid: 547 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-54.5 parent: 2 - - uid: 531 + - uid: 548 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-65.5 parent: 2 - - uid: 532 + - uid: 549 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,-23.5 parent: 2 - - uid: 533 + - uid: 550 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-52.5 parent: 2 - - uid: 534 + - uid: 551 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-54.5 parent: 2 - - uid: 535 + - uid: 552 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-64.5 parent: 2 - - uid: 536 + - uid: 553 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-53.5 parent: 2 - - uid: 537 + - uid: 554 components: - type: Transform pos: 64.5,-70.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 538: + 555: - - DoorStatus - DoorBolt - - uid: 538 + - uid: 555 components: - type: Transform pos: 64.5,-72.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 537: + 554: - - DoorStatus - DoorBolt - - uid: 539 + - uid: 556 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,-26.5 parent: 2 - - uid: 540 + - uid: 557 components: - type: Transform rot: 3.141592653589793 rad pos: 107.5,-26.5 parent: 2 - - uid: 541 + - uid: 558 components: - type: Transform rot: 3.141592653589793 rad pos: 107.5,-23.5 parent: 2 - - uid: 542 + - uid: 559 components: - type: Transform rot: 1.5707963267948966 rad @@ -24636,7 +24726,7 @@ entities: parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 543 + - uid: 560 components: - type: Transform rot: 3.141592653589793 rad @@ -24644,68 +24734,68 @@ entities: parent: 2 - proto: AirlockExternalGlass entities: - - uid: 544 + - uid: 561 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-4.5 parent: 2 - - uid: 545 + - uid: 562 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-37.5 parent: 2 - - uid: 546 + - uid: 563 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-39.5 parent: 2 - - uid: 547 + - uid: 564 components: - type: Transform pos: -41.5,19.5 parent: 2 - - uid: 548 + - uid: 565 components: - type: Transform pos: -43.5,19.5 parent: 2 - - uid: 549 + - uid: 566 components: - type: Transform pos: -77.5,-45.5 parent: 2 - - uid: 550 + - uid: 567 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,1.5 parent: 2 - - uid: 551 + - uid: 568 components: - type: Transform pos: -49.5,19.5 parent: 2 - - uid: 552 + - uid: 569 components: - type: Transform pos: -51.5,19.5 parent: 2 - - uid: 553 + - uid: 570 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-30.5 parent: 2 - - uid: 554 + - uid: 571 components: - type: Transform rot: 1.5707963267948966 rad pos: 113.5,-38.5 parent: 2 - - uid: 555 + - uid: 572 components: - type: Transform rot: 1.5707963267948966 rad @@ -24713,39 +24803,39 @@ entities: parent: 2 - proto: AirlockExternalGlassCargoLocked entities: - - uid: 556 + - uid: 573 components: - type: Transform pos: 16.5,-97.5 parent: 2 - - uid: 557 + - uid: 574 components: - type: Transform pos: 16.5,-99.5 parent: 2 - proto: AirlockExternalGlassEngineeringLocked entities: - - uid: 558 + - uid: 575 components: - type: Transform pos: -60.5,-86.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 559: + 576: - - DoorStatus - DoorBolt - - uid: 559 + - uid: 576 components: - type: Transform pos: -58.5,-86.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 558: + 575: - - DoorStatus - DoorBolt - - uid: 560 + - uid: 577 components: - type: Transform rot: -1.5707963267948966 rad @@ -24753,10 +24843,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 561: + 578: - - DoorStatus - DoorBolt - - uid: 561 + - uid: 578 components: - type: Transform rot: -1.5707963267948966 rad @@ -24764,64 +24854,64 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 560: + 577: - - DoorStatus - DoorBolt - - uid: 562 + - uid: 579 components: - type: Transform pos: 59.5,-81.5 parent: 2 - - uid: 563 + - uid: 580 components: - type: Transform pos: 56.5,-81.5 parent: 2 - proto: AirlockExternalGlassShuttleArrivals entities: - - uid: 564 + - uid: 581 components: - type: Transform pos: 91.5,-26.5 parent: 2 - - uid: 565 + - uid: 582 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-36.5 parent: 2 - - uid: 566 + - uid: 583 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-36.5 parent: 2 - - uid: 567 + - uid: 584 components: - type: Transform pos: 98.5,-26.5 parent: 2 - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - - uid: 568 + - uid: 585 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-45.5 parent: 2 - - uid: 569 + - uid: 586 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-47.5 parent: 2 - - uid: 570 + - uid: 587 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-39.5 parent: 2 - - uid: 571 + - uid: 588 components: - type: Transform rot: -1.5707963267948966 rad @@ -24829,43 +24919,43 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleEscape entities: - - uid: 572 + - uid: 589 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-18.5 parent: 2 - - uid: 573 + - uid: 590 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-18.5 parent: 2 - - uid: 574 + - uid: 591 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-30.5 parent: 2 - - uid: 575 + - uid: 592 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,32.5 parent: 2 - - uid: 576 + - uid: 593 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-119.5 parent: 2 - - uid: 577 + - uid: 594 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,20.5 parent: 2 - - uid: 578 + - uid: 595 components: - type: Transform rot: 3.141592653589793 rad @@ -24873,24 +24963,24 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: - - uid: 579 + - uid: 596 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-99.5 parent: 2 - - uid: 580 + - uid: 597 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-97.5 parent: 2 - - uid: 581 + - uid: 598 components: - type: Transform pos: 129.5,-41.5 parent: 2 - - uid: 582 + - uid: 599 components: - type: MetaData name: док сб @@ -24901,36 +24991,36 @@ entities: - type: GridFill addComponents: [] path: /Maps/Corvax/Shuttles/security_overseer.yml - - uid: 583 + - uid: 600 components: - type: Transform rot: 3.141592653589793 rad pos: 115.5,-37.5 parent: 2 - - uid: 584 + - uid: 601 components: - type: Transform pos: 122.5,-41.5 parent: 2 - - uid: 585 + - uid: 602 components: - type: Transform rot: 3.141592653589793 rad pos: 129.5,-37.5 parent: 2 - - uid: 586 + - uid: 603 components: - type: Transform rot: 3.141592653589793 rad pos: 122.5,-37.5 parent: 2 - - uid: 587 + - uid: 604 components: - type: Transform rot: 1.5707963267948966 rad pos: 133.5,-40.5 parent: 2 - - uid: 588 + - uid: 605 components: - type: Transform rot: 1.5707963267948966 rad @@ -24938,7 +25028,7 @@ entities: parent: 2 - proto: AirlockExternalLocked entities: - - uid: 589 + - uid: 606 components: - type: Transform pos: 4.5,-10.5 @@ -24947,10 +25037,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 592: + 609: - - DoorStatus - DoorBolt - - uid: 590 + - uid: 607 components: - type: Transform pos: -1.5,-10.5 @@ -24959,10 +25049,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 591: + 608: - - DoorStatus - DoorBolt - - uid: 591 + - uid: 608 components: - type: Transform pos: -3.5,-10.5 @@ -24971,10 +25061,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 590: + 607: - - DoorStatus - DoorBolt - - uid: 592 + - uid: 609 components: - type: Transform pos: 2.5,-10.5 @@ -24983,30 +25073,30 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 589: + 606: - - DoorStatus - DoorBolt - - uid: 593 + - uid: 610 components: - type: Transform pos: 106.5,-36.5 parent: 2 - - uid: 594 + - uid: 611 components: - type: Transform pos: 107.5,-36.5 parent: 2 - - uid: 595 + - uid: 612 components: - type: Transform pos: 106.5,-39.5 parent: 2 - - uid: 596 + - uid: 613 components: - type: Transform pos: 107.5,-39.5 parent: 2 - - uid: 597 + - uid: 614 components: - type: Transform rot: 3.141592653589793 rad @@ -25014,10 +25104,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 598: + 615: - - DoorStatus - DoorBolt - - uid: 598 + - uid: 615 components: - type: Transform rot: 3.141592653589793 rad @@ -25025,10 +25115,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 597: + 614: - - DoorStatus - DoorBolt - - uid: 599 + - uid: 616 components: - type: Transform rot: -1.5707963267948966 rad @@ -25036,10 +25126,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 600: + 617: - - DoorStatus - DoorBolt - - uid: 600 + - uid: 617 components: - type: Transform rot: -1.5707963267948966 rad @@ -25047,36 +25137,36 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 599: + 616: - - DoorStatus - DoorBolt - - uid: 601 + - uid: 618 components: - type: Transform pos: 110.5,-45.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 602: + 619: - - DoorStatus - DoorBolt - - uid: 602 + - uid: 619 components: - type: Transform pos: 112.5,-45.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 601: + 618: - - DoorStatus - DoorBolt - - uid: 603 + - uid: 620 components: - type: Transform rot: -1.5707963267948966 rad pos: -95.5,1.5 parent: 2 - - uid: 604 + - uid: 621 components: - type: Transform rot: -1.5707963267948966 rad @@ -25084,10 +25174,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 605: + 622: - - DoorStatus - DoorBolt - - uid: 605 + - uid: 622 components: - type: Transform rot: -1.5707963267948966 rad @@ -25095,10 +25185,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 604: + 621: - - DoorStatus - DoorBolt - - uid: 606 + - uid: 623 components: - type: Transform rot: 3.141592653589793 rad @@ -25106,10 +25196,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 607: + 624: - - DoorStatus - DoorBolt - - uid: 607 + - uid: 624 components: - type: Transform rot: 3.141592653589793 rad @@ -25117,22 +25207,22 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 606: + 623: - - DoorStatus - DoorBolt - - uid: 608 + - uid: 625 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,14.5 parent: 2 - - uid: 609 + - uid: 626 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,16.5 parent: 2 - - uid: 610 + - uid: 627 components: - type: Transform rot: 1.5707963267948966 rad @@ -25142,10 +25232,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 611: + 628: - - DoorStatus - DoorBolt - - uid: 611 + - uid: 628 components: - type: Transform rot: 1.5707963267948966 rad @@ -25155,10 +25245,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 610: + 627: - - DoorStatus - DoorBolt - - uid: 612 + - uid: 629 components: - type: Transform pos: -20.5,-46.5 @@ -25167,10 +25257,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 613: + 630: - - DoorStatus - DoorBolt - - uid: 613 + - uid: 630 components: - type: Transform pos: -20.5,-48.5 @@ -25179,10 +25269,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 612: + 629: - - DoorStatus - DoorBolt - - uid: 614 + - uid: 631 components: - type: Transform pos: -20.5,-35.5 @@ -25191,10 +25281,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 615: + 632: - - DoorStatus - DoorBolt - - uid: 615 + - uid: 632 components: - type: Transform pos: -20.5,-37.5 @@ -25203,10 +25293,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 614: + 631: - - DoorStatus - DoorBolt - - uid: 616 + - uid: 633 components: - type: Transform rot: 1.5707963267948966 rad @@ -25216,10 +25306,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 617: + 634: - - DoorStatus - DoorBolt - - uid: 617 + - uid: 634 components: - type: Transform rot: 1.5707963267948966 rad @@ -25229,12 +25319,12 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 616: + 633: - - DoorStatus - DoorBolt - proto: AirlockExternalShuttleLocked entities: - - uid: 618 + - uid: 635 components: - type: Transform rot: 3.141592653589793 rad @@ -25242,7 +25332,7 @@ entities: parent: 2 missingComponents: - AccessReader - - uid: 619 + - uid: 636 components: - type: Transform rot: 3.141592653589793 rad @@ -25250,7 +25340,7 @@ entities: parent: 2 missingComponents: - AccessReader - - uid: 620 + - uid: 637 components: - type: Transform rot: 3.141592653589793 rad @@ -25258,7 +25348,7 @@ entities: parent: 2 missingComponents: - AccessReader - - uid: 621 + - uid: 638 components: - type: Transform rot: 3.141592653589793 rad @@ -25266,371 +25356,371 @@ entities: parent: 2 missingComponents: - AccessReader - - uid: 622 + - uid: 639 components: - type: Transform rot: 1.5707963267948966 rad pos: 111.5,-57.5 parent: 2 - - uid: 623 + - uid: 640 components: - type: Transform rot: 1.5707963267948966 rad pos: 111.5,-59.5 parent: 2 - - uid: 624 + - uid: 641 components: - type: Transform rot: -1.5707963267948966 rad pos: -97.5,1.5 parent: 2 - - uid: 625 + - uid: 642 components: - type: Transform rot: 3.141592653589793 rad pos: -90.5,3.5 parent: 2 - - uid: 626 + - uid: 643 components: - type: Transform rot: 3.141592653589793 rad pos: -94.5,3.5 parent: 2 - - uid: 627 + - uid: 644 components: - type: Transform pos: -2.5,-105.5 parent: 2 - proto: AirlockFreezer entities: - - uid: 628 + - uid: 645 components: - type: Transform pos: 52.5,-24.5 parent: 2 - - uid: 629 + - uid: 646 components: - type: Transform pos: -16.5,10.5 parent: 2 - - uid: 630 + - uid: 647 components: - type: Transform pos: -2.5,-99.5 parent: 2 - proto: AirlockFreezerLocked entities: - - uid: 631 + - uid: 648 components: - type: Transform pos: 26.5,13.5 parent: 2 - proto: AirlockGlass entities: - - uid: 632 + - uid: 649 components: - type: Transform pos: -32.5,-82.5 parent: 2 - - uid: 633 + - uid: 650 components: - type: Transform pos: -31.5,-82.5 parent: 2 - - uid: 634 + - uid: 651 components: - type: Transform pos: -31.5,-91.5 parent: 2 - - uid: 635 + - uid: 652 components: - type: Transform pos: -32.5,-91.5 parent: 2 - - uid: 636 + - uid: 653 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,9.5 parent: 2 - - uid: 637 + - uid: 654 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-30.5 parent: 2 - - uid: 638 + - uid: 655 components: - type: Transform pos: -25.5,-79.5 parent: 2 - - uid: 639 + - uid: 656 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,0.5 parent: 2 - - uid: 640 + - uid: 657 components: - type: Transform pos: 64.5,-30.5 parent: 2 - - uid: 641 + - uid: 658 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-62.5 parent: 2 - - uid: 642 + - uid: 659 components: - type: Transform pos: -0.5,5.5 parent: 2 - - uid: 643 + - uid: 660 components: - type: Transform pos: 0.5,5.5 parent: 2 - - uid: 644 + - uid: 661 components: - type: Transform pos: 1.5,5.5 parent: 2 - - uid: 645 + - uid: 662 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-1.5 parent: 2 - - uid: 646 + - uid: 663 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-1.5 parent: 2 - - uid: 647 + - uid: 664 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,1.5 parent: 2 - - uid: 648 + - uid: 665 components: - type: Transform pos: -35.5,-41.5 parent: 2 - - uid: 649 + - uid: 666 components: - type: Transform pos: -36.5,-41.5 parent: 2 - - uid: 650 + - uid: 667 components: - type: Transform pos: -37.5,-41.5 parent: 2 - - uid: 651 + - uid: 668 components: - type: Transform pos: -33.5,-39.5 parent: 2 - - uid: 652 + - uid: 669 components: - type: Transform pos: -33.5,-38.5 parent: 2 - - uid: 653 + - uid: 670 components: - type: Transform pos: -33.5,-37.5 parent: 2 - - uid: 654 + - uid: 671 components: - type: Transform pos: -41.5,-41.5 parent: 2 - - uid: 655 + - uid: 672 components: - type: Transform pos: -42.5,-41.5 parent: 2 - - uid: 656 + - uid: 673 components: - type: Transform pos: -43.5,-41.5 parent: 2 - - uid: 657 + - uid: 674 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-26.5 parent: 2 - - uid: 658 + - uid: 675 components: - type: Transform pos: 60.5,-39.5 parent: 2 - - uid: 659 + - uid: 676 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-30.5 parent: 2 - - uid: 660 + - uid: 677 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-30.5 parent: 2 - - uid: 661 + - uid: 678 components: - type: Transform pos: 2.5,-81.5 parent: 2 - - uid: 662 + - uid: 679 components: - type: Transform pos: 2.5,-82.5 parent: 2 - - uid: 663 + - uid: 680 components: - type: Transform pos: 2.5,-80.5 parent: 2 - - uid: 664 + - uid: 681 components: - type: Transform pos: 31.5,-61.5 parent: 2 - - uid: 665 + - uid: 682 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-74.5 parent: 2 - - uid: 666 + - uid: 683 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-74.5 parent: 2 - - uid: 667 + - uid: 684 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-74.5 parent: 2 - - uid: 668 + - uid: 685 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-79.5 parent: 2 - - uid: 669 + - uid: 686 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-79.5 parent: 2 - - uid: 670 + - uid: 687 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-44.5 parent: 2 - - uid: 671 + - uid: 688 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-43.5 parent: 2 - - uid: 672 + - uid: 689 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-42.5 parent: 2 - - uid: 673 + - uid: 690 components: - type: Transform pos: -28.5,-72.5 parent: 2 - - uid: 674 + - uid: 691 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-72.5 parent: 2 - - uid: 675 + - uid: 692 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,9.5 parent: 2 - - uid: 676 + - uid: 693 components: - type: Transform pos: -47.5,10.5 parent: 2 - - uid: 677 + - uid: 694 components: - type: Transform pos: -45.5,10.5 parent: 2 - - uid: 678 + - uid: 695 components: - type: Transform pos: -46.5,10.5 parent: 2 - - uid: 679 + - uid: 696 components: - type: Transform pos: 29.5,-4.5 parent: 2 - - uid: 680 + - uid: 697 components: - type: Transform pos: -33.5,-80.5 parent: 2 - - uid: 681 + - uid: 698 components: - type: Transform pos: 29.5,-5.5 parent: 2 - - uid: 682 + - uid: 699 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-4.5 parent: 2 - - uid: 683 + - uid: 700 components: - type: Transform pos: -24.5,-90.5 parent: 2 - - uid: 684 + - uid: 701 components: - type: Transform pos: -84.5,-2.5 parent: 2 - - uid: 685 + - uid: 702 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-45.5 parent: 2 - - uid: 686 + - uid: 703 components: - type: Transform pos: -16.5,2.5 parent: 2 - - uid: 687 + - uid: 704 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-34.5 parent: 2 - - uid: 688 + - uid: 705 components: - type: Transform rot: 3.141592653589793 rad @@ -25640,244 +25730,108 @@ entities: containerAccessProvider: null access: - - Hydroponics - - uid: 689 + - uid: 706 components: - type: Transform pos: 49.5,6.5 parent: 2 -- proto: AirlockHatch +- proto: AirlockGlassXeno entities: - - uid: 690 - components: - - type: Transform - pos: -0.5,-63.5 - parent: 2 - - uid: 691 - components: - - type: Transform - pos: 5.5,-50.5 - parent: 2 - - uid: 692 - components: - - type: Transform - pos: -6.5,-48.5 - parent: 2 - - uid: 693 - components: - - type: Transform - pos: -6.5,-47.5 - parent: 2 - - uid: 694 - components: - - type: Transform - pos: 0.5,-63.5 - parent: 2 - - uid: 695 - components: - - type: Transform - pos: 1.5,-63.5 - parent: 2 - - uid: 696 - components: - - type: Transform - pos: 0.5,-60.5 - parent: 2 - - uid: 697 - components: - - type: Transform - pos: 1.5,-60.5 - parent: 2 - - uid: 698 - components: - - type: Transform - pos: -0.5,-60.5 - parent: 2 - - uid: 699 - components: - - type: Transform - pos: -3.5,-50.5 - parent: 2 - - uid: 700 - components: - - type: Transform - pos: 4.5,-50.5 - parent: 2 - - uid: 701 - components: - - type: Transform - pos: -4.5,-50.5 - parent: 2 - - uid: 702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-47.5 - parent: 2 - - uid: 703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-51.5 - parent: 2 - - uid: 704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-50.5 - parent: 2 - - uid: 705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-51.5 - parent: 2 - - uid: 706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-48.5 - parent: 2 - uid: 707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-50.5 + pos: 0.5,-37.5 parent: 2 - uid: 708 components: - type: Transform - pos: 14.5,-44.5 + rot: 3.141592653589793 rad + pos: -3.5,-25.5 parent: 2 - uid: 709 components: - type: Transform - pos: 15.5,-44.5 + rot: 3.141592653589793 rad + pos: -3.5,-24.5 parent: 2 - uid: 710 components: - type: Transform - pos: -12.5,-47.5 + rot: 3.141592653589793 rad + pos: 11.5,-47.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29637: + - - DoorStatus + - On - uid: 711 components: - type: Transform - pos: -13.5,-44.5 + rot: 1.5707963267948966 rad + pos: 0.5,-26.5 parent: 2 - uid: 712 components: - type: Transform - pos: 2.5,-22.5 + pos: 9.5,-34.5 parent: 2 - uid: 713 components: - type: Transform - pos: -1.5,-22.5 + rot: 1.5707963267948966 rad + pos: 14.5,-30.5 parent: 2 - uid: 714 components: - type: Transform - pos: -0.5,-22.5 + rot: 3.141592653589793 rad + pos: 4.5,-25.5 parent: 2 - uid: 715 components: - type: Transform - pos: 1.5,-22.5 + rot: 3.141592653589793 rad + pos: 4.5,-24.5 parent: 2 +- proto: AirlockHatch + entities: - uid: 716 components: - type: Transform - pos: 7.5,-34.5 + pos: 0.5,-63.5 parent: 2 - uid: 717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-43.5 + pos: 1.5,-63.5 parent: 2 - uid: 718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-30.5 + pos: -0.5,-63.5 parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: - uid: 719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-26.5 + pos: -10.5,8.5 parent: 2 - uid: 720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-35.5 - parent: 2 - - uid: 721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-28.5 - parent: 2 - - uid: 722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-32.5 - parent: 2 - - uid: 723 - components: - - type: Transform - pos: 4.5,-43.5 - parent: 2 - - uid: 724 - components: - - type: Transform - pos: -5.5,-26.5 - parent: 2 - - uid: 725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-24.5 - parent: 2 - - uid: 726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-24.5 - parent: 2 - - uid: 727 - components: - - type: Transform - pos: -14.5,-50.5 - parent: 2 - - uid: 728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-37.5 - parent: 2 -- proto: AirlockHeadOfPersonnelLocked - entities: - - uid: 729 - components: - - type: Transform - pos: -10.5,8.5 - parent: 2 - - uid: 730 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 2 - - uid: 731 + - uid: 721 components: - type: Transform pos: -8.5,12.5 parent: 2 - proto: AirlockHeadOfSecurityGlassLocked entities: - - uid: 732 + - uid: 722 components: - type: Transform rot: -1.5707963267948966 rad @@ -25885,7 +25839,7 @@ entities: parent: 2 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 733 + - uid: 723 components: - type: Transform rot: 1.5707963267948966 rad @@ -25893,7 +25847,7 @@ entities: parent: 2 - proto: AirlockHydroGlassLocked entities: - - uid: 734 + - uid: 724 components: - type: Transform rot: -1.5707963267948966 rad @@ -25901,13 +25855,13 @@ entities: parent: 2 - proto: AirlockHydroponicsLocked entities: - - uid: 735 + - uid: 725 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,16.5 parent: 2 - - uid: 736 + - uid: 726 components: - type: Transform rot: 3.141592653589793 rad @@ -25915,12 +25869,12 @@ entities: parent: 2 - proto: AirlockJanitorLocked entities: - - uid: 737 + - uid: 727 components: - type: Transform pos: -7.5,-73.5 parent: 2 - - uid: 738 + - uid: 728 components: - type: Transform rot: 1.5707963267948966 rad @@ -25928,7 +25882,7 @@ entities: parent: 2 - proto: AirlockKitchenGlassLocked entities: - - uid: 739 + - uid: 729 components: - type: Transform rot: 3.141592653589793 rad @@ -25936,7 +25890,7 @@ entities: parent: 2 - proto: AirlockLawyerLocked entities: - - uid: 740 + - uid: 730 components: - type: Transform rot: 3.141592653589793 rad @@ -25944,13 +25898,13 @@ entities: parent: 2 - proto: AirlockMaint entities: - - uid: 741 + - uid: 731 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-77.5 parent: 2 - - uid: 742 + - uid: 732 components: - type: Transform rot: -1.5707963267948966 rad @@ -25958,39 +25912,39 @@ entities: parent: 2 - proto: AirlockMaintAtmoLocked entities: - - uid: 743 + - uid: 733 components: - type: Transform pos: 40.5,-53.5 parent: 2 - proto: AirlockMaintBarLocked entities: - - uid: 744 + - uid: 734 components: - type: Transform pos: 21.5,8.5 parent: 2 - proto: AirlockMaintCaptainLocked entities: - - uid: 745 + - uid: 735 components: - type: Transform pos: 13.5,9.5 parent: 2 - - uid: 746 + - uid: 736 components: - type: Transform pos: 13.5,11.5 parent: 2 - proto: AirlockMaintCargoLocked entities: - - uid: 747 + - uid: 737 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-83.5 parent: 2 - - uid: 748 + - uid: 738 components: - type: Transform rot: 3.141592653589793 rad @@ -25998,44 +25952,44 @@ entities: parent: 2 - proto: AirlockMaintChapelLocked entities: - - uid: 749 + - uid: 739 components: - type: Transform pos: 38.5,-72.5 parent: 2 - proto: AirlockMaintCommandLocked entities: - - uid: 750 + - uid: 740 components: - type: Transform pos: -12.5,14.5 parent: 2 - proto: AirlockMaintDetectiveLocked entities: - - uid: 751 + - uid: 741 components: - type: Transform pos: 36.5,-24.5 parent: 2 - proto: AirlockMaintEngiLocked entities: - - uid: 752 + - uid: 742 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-54.5 parent: 2 - - uid: 753 + - uid: 743 components: - type: Transform pos: 41.5,-68.5 parent: 2 - - uid: 754 + - uid: 744 components: - type: Transform pos: 33.5,-82.5 parent: 2 - - uid: 755 + - uid: 745 components: - type: Transform rot: -1.5707963267948966 rad @@ -26043,472 +25997,472 @@ entities: parent: 2 - proto: AirlockMaintGlass entities: - - uid: 756 + - uid: 746 components: - type: Transform pos: -53.5,-94.5 parent: 2 - - uid: 757 + - uid: 747 components: - type: Transform pos: 26.5,22.5 parent: 2 - proto: AirlockMaintGlassLocked entities: - - uid: 758 + - uid: 748 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-108.5 parent: 2 - - uid: 759 + - uid: 749 components: - type: Transform pos: -55.5,-104.5 parent: 2 - - uid: 760 + - uid: 750 components: - type: Transform pos: -53.5,-106.5 parent: 2 - - uid: 761 + - uid: 751 components: - type: Transform pos: -55.5,-128.5 parent: 2 - proto: AirlockMaintHeadOfSecurityLocked entities: - - uid: 762 + - uid: 752 components: - type: Transform pos: 45.5,12.5 parent: 2 - proto: AirlockMaintHydroLocked entities: - - uid: 763 + - uid: 753 components: - type: Transform pos: 38.5,17.5 parent: 2 - proto: AirlockMaintKitchenLocked entities: - - uid: 764 + - uid: 754 components: - type: Transform pos: 22.5,12.5 parent: 2 - proto: AirlockMaintLocked entities: - - uid: 765 + - uid: 755 components: - type: Transform pos: 106.5,-49.5 parent: 2 - - uid: 766 + - uid: 756 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-27.5 parent: 2 - - uid: 767 + - uid: 757 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-21.5 parent: 2 - - uid: 768 + - uid: 758 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-29.5 parent: 2 - - uid: 769 + - uid: 759 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,-18.5 parent: 2 - - uid: 770 + - uid: 760 components: - type: Transform rot: 1.5707963267948966 rad pos: 75.5,-17.5 parent: 2 - - uid: 771 + - uid: 761 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-30.5 parent: 2 - - uid: 772 + - uid: 762 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-54.5 parent: 2 - - uid: 773 + - uid: 763 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-71.5 parent: 2 - - uid: 774 + - uid: 764 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-77.5 parent: 2 - - uid: 775 + - uid: 765 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-23.5 parent: 2 - - uid: 776 + - uid: 766 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-29.5 parent: 2 - - uid: 777 + - uid: 767 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-97.5 parent: 2 - - uid: 778 + - uid: 768 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-92.5 parent: 2 - - uid: 779 + - uid: 769 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-34.5 parent: 2 - - uid: 780 + - uid: 770 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-56.5 parent: 2 - - uid: 781 + - uid: 771 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-63.5 parent: 2 - - uid: 782 + - uid: 772 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-67.5 parent: 2 - - uid: 783 + - uid: 773 components: - type: Transform pos: 46.5,-44.5 parent: 2 - - uid: 784 + - uid: 774 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,1.5 parent: 2 - - uid: 785 + - uid: 775 components: - type: Transform pos: 63.5,-46.5 parent: 2 - - uid: 786 + - uid: 776 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,1.5 parent: 2 - - uid: 787 + - uid: 777 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,15.5 parent: 2 - - uid: 788 + - uid: 778 components: - type: Transform pos: -29.5,-7.5 parent: 2 - - uid: 789 + - uid: 779 components: - type: Transform pos: -32.5,-30.5 parent: 2 - - uid: 790 + - uid: 780 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-43.5 parent: 2 - - uid: 791 + - uid: 781 components: - type: Transform pos: -31.5,-77.5 parent: 2 - - uid: 792 + - uid: 782 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-86.5 parent: 2 - - uid: 793 + - uid: 783 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-74.5 parent: 2 - - uid: 794 + - uid: 784 components: - type: Transform pos: 42.5,18.5 parent: 2 - - uid: 795 + - uid: 785 components: - type: Transform pos: -36.5,15.5 parent: 2 - - uid: 796 + - uid: 786 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-45.5 parent: 2 - - uid: 797 + - uid: 787 components: - type: Transform pos: -60.5,-49.5 parent: 2 - - uid: 798 + - uid: 788 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-90.5 parent: 2 - - uid: 799 + - uid: 789 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-93.5 parent: 2 - - uid: 800 + - uid: 790 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,29.5 parent: 2 - - uid: 801 + - uid: 791 components: - type: Transform pos: 38.5,7.5 parent: 2 - - uid: 802 + - uid: 792 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-111.5 parent: 2 - - uid: 803 + - uid: 793 components: - type: Transform pos: 79.5,-43.5 parent: 2 - - uid: 804 + - uid: 794 components: - type: Transform pos: 87.5,-48.5 parent: 2 - - uid: 805 + - uid: 795 components: - type: Transform pos: 86.5,-43.5 parent: 2 - - uid: 806 + - uid: 796 components: - type: Transform pos: 80.5,-45.5 parent: 2 - - uid: 807 + - uid: 797 components: - type: Transform rot: -1.5707963267948966 rad pos: 99.5,-52.5 parent: 2 - - uid: 808 + - uid: 798 components: - type: Transform rot: -1.5707963267948966 rad pos: 104.5,-54.5 parent: 2 - - uid: 809 + - uid: 799 components: - type: Transform rot: -1.5707963267948966 rad pos: 108.5,-54.5 parent: 2 - - uid: 810 + - uid: 800 components: - type: Transform rot: -1.5707963267948966 rad pos: 106.5,-43.5 parent: 2 - - uid: 811 + - uid: 801 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-7.5 parent: 2 - - uid: 812 + - uid: 802 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-12.5 parent: 2 - - uid: 813 + - uid: 803 components: - type: Transform pos: 98.5,-42.5 parent: 2 - - uid: 814 + - uid: 804 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-108.5 parent: 2 - - uid: 815 + - uid: 805 components: - type: Transform pos: -36.5,-105.5 parent: 2 - - uid: 816 + - uid: 806 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-107.5 parent: 2 - - uid: 817 + - uid: 807 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-41.5 parent: 2 - - uid: 818 + - uid: 808 components: - type: Transform pos: -82.5,-6.5 parent: 2 - - uid: 819 + - uid: 809 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,28.5 parent: 2 - - uid: 820 + - uid: 810 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,29.5 parent: 2 - - uid: 821 + - uid: 811 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,16.5 parent: 2 - - uid: 822 + - uid: 812 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,19.5 parent: 2 - - uid: 823 + - uid: 813 components: - type: Transform pos: 70.5,-18.5 parent: 2 - - uid: 824 + - uid: 814 components: - type: Transform rot: 1.5707963267948966 rad pos: 92.5,-53.5 parent: 2 - - uid: 825 + - uid: 815 components: - type: Transform pos: -73.5,-0.5 parent: 2 - - uid: 826 + - uid: 816 components: - type: Transform pos: -54.5,-81.5 parent: 2 - - uid: 827 + - uid: 817 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-99.5 parent: 2 - - uid: 828 + - uid: 818 components: - type: Transform pos: 29.5,24.5 parent: 2 - - uid: 829 + - uid: 819 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-53.5 parent: 2 - - uid: 830 + - uid: 820 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-97.5 parent: 2 - - uid: 831 + - uid: 821 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-95.5 parent: 2 - - uid: 832 + - uid: 822 components: - type: Transform pos: -17.5,-99.5 parent: 2 - - uid: 833 + - uid: 823 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-104.5 parent: 2 - - uid: 834 + - uid: 824 components: - type: Transform pos: -69.5,2.5 parent: 2 - - uid: 835 + - uid: 825 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-57.5 parent: 2 - - uid: 836 + - uid: 826 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-56.5 parent: 2 - - uid: 837 + - uid: 827 components: - type: Transform rot: -1.5707963267948966 rad @@ -26516,31 +26470,31 @@ entities: parent: 2 - proto: AirlockMaintMedLocked entities: - - uid: 838 + - uid: 828 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,-2.5 parent: 2 - - uid: 839 + - uid: 829 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-28.5 parent: 2 - - uid: 840 + - uid: 830 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-17.5 parent: 2 - - uid: 841 + - uid: 831 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-50.5 parent: 2 - - uid: 842 + - uid: 832 components: - type: Transform rot: -1.5707963267948966 rad @@ -26548,37 +26502,37 @@ entities: parent: 2 - proto: AirlockMaintRnDLocked entities: - - uid: 843 + - uid: 833 components: - type: Transform pos: -40.5,-85.5 parent: 2 - - uid: 844 + - uid: 834 components: - type: Transform pos: -33.5,-64.5 parent: 2 - - uid: 845 + - uid: 835 components: - type: Transform pos: -33.5,-58.5 parent: 2 - - uid: 846 + - uid: 836 components: - type: Transform pos: -46.5,-79.5 parent: 2 - - uid: 847 + - uid: 837 components: - type: Transform pos: -56.5,-75.5 parent: 2 - - uid: 848 + - uid: 838 components: - type: Transform pos: -59.5,-73.5 parent: 2 - - uid: 849 + - uid: 839 components: - type: Transform rot: -1.5707963267948966 rad @@ -26586,40 +26540,32 @@ entities: parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity -- proto: AirlockMaintRnDMedLocked - entities: - - uid: 850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-37.5 - parent: 2 - proto: AirlockMaintSalvageLocked entities: - - uid: 851 + - uid: 841 components: - type: Transform pos: -10.5,-94.5 parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 852 + - uid: 842 components: - type: Transform pos: -62.5,-38.5 parent: 2 - - uid: 853 + - uid: 843 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-25.5 parent: 2 - - uid: 854 + - uid: 844 components: - type: Transform pos: 69.5,-10.5 parent: 2 - - uid: 855 + - uid: 845 components: - type: Transform rot: 1.5707963267948966 rad @@ -26627,248 +26573,247 @@ entities: parent: 2 - proto: AirlockMaintServiceLocked entities: - - uid: 856 + - uid: 846 components: - type: Transform pos: 27.5,17.5 parent: 2 - proto: AirlockMedical entities: - - uid: 857 + - uid: 847 components: - type: Transform pos: -67.5,-25.5 parent: 2 - proto: AirlockMedicalGlass entities: - - uid: 858 + - uid: 848 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,13.5 parent: 2 - - uid: 859 + - uid: 849 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-86.5 parent: 2 - - uid: 860 + - uid: 850 components: - type: Transform pos: -62.5,-1.5 parent: 2 + - uid: 873 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 - proto: AirlockMedicalGlassLocked entities: - - uid: 861 + - uid: 851 components: - type: Transform pos: -42.5,-31.5 parent: 2 - - uid: 862 + - uid: 852 components: - type: Transform pos: -48.5,-26.5 parent: 2 - - uid: 863 + - uid: 853 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-45.5 parent: 2 - - uid: 864 + - uid: 854 components: - type: Transform pos: -40.5,-3.5 parent: 2 - - uid: 865 + - uid: 855 components: - type: Transform pos: -39.5,-20.5 parent: 2 - - uid: 866 + - uid: 856 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-39.5 parent: 2 - - uid: 867 + - uid: 857 components: - type: Transform pos: -39.5,-22.5 parent: 2 - - uid: 868 + - uid: 858 components: - type: Transform pos: -40.5,-31.5 parent: 2 - - uid: 869 + - uid: 859 components: - type: Transform pos: -50.5,-25.5 parent: 2 - - uid: 870 + - uid: 860 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-40.5 parent: 2 - - uid: 871 - components: - - type: MetaData - name: комната криосна - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-36.5 - parent: 2 - - uid: 872 + - uid: 862 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-14.5 parent: 2 - - uid: 873 + - uid: 863 components: - type: Transform pos: -39.5,-26.5 parent: 2 - proto: AirlockMedicalLocked entities: - - uid: 874 + - uid: 864 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-15.5 parent: 2 - - uid: 875 + - uid: 865 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-22.5 parent: 2 - - uid: 876 + - uid: 866 components: - type: Transform pos: -50.5,-15.5 parent: 2 - - uid: 877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-30.5 - parent: 2 - - uid: 878 + - uid: 868 components: - type: Transform pos: -58.5,-22.5 parent: 2 - - uid: 879 + - uid: 869 components: - type: Transform pos: -56.5,-24.5 parent: 2 -- proto: AirlockMedicalScienceGlassLocked +- proto: AirlockMedicalMorgueGlassLocked entities: - - uid: 880 + - uid: 870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-30.5 - parent: 2 - - uid: 881 - components: - - type: Transform - rot: 3.141592653589793 rad pos: -49.5,-30.5 parent: 2 - - uid: 882 + - uid: 871 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 872 components: - type: Transform - rot: 3.141592653589793 rad pos: -50.5,-37.5 parent: 2 - - uid: 883 + - uid: 874 components: - type: Transform pos: -49.5,-41.5 parent: 2 -- proto: AirlockMedicalScienceLocked +- proto: AirlockMedicalMorgueLocked entities: - - uid: 884 + - uid: 861 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 867 components: - type: Transform - rot: -1.5707963267948966 rad pos: -52.5,-39.5 parent: 2 +- proto: AirlockMedicalMorgueMaintLocked + entities: + - uid: 840 + components: + - type: Transform + pos: -58.5,-37.5 + parent: 2 - proto: AirlockMiningGlassLocked entities: - - uid: 885 + - uid: 875 components: - type: Transform pos: 0.5,-73.5 parent: 2 - - uid: 886 + - uid: 876 components: - type: Transform pos: -6.5,-101.5 parent: 2 - - uid: 887 + - uid: 877 components: - type: Transform pos: -9.5,-99.5 parent: 2 - proto: AirlockMiningLocked entities: - - uid: 888 + - uid: 878 components: - type: Transform pos: -7.5,-97.5 parent: 2 - - uid: 889 + - uid: 879 components: - type: Transform pos: -4.5,-103.5 parent: 2 - proto: AirlockQuartermasterLocked entities: - - uid: 890 + - uid: 880 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-92.5 parent: 2 - - uid: 891 + - uid: 881 components: - type: Transform pos: -1.5,-97.5 parent: 2 - proto: AirlockResearchDirectorGlassLocked entities: - - uid: 892 + - uid: 882 components: - type: Transform pos: -41.5,-70.5 parent: 2 - - uid: 893 + - uid: 883 components: - type: Transform pos: -41.5,-73.5 parent: 2 - proto: AirlockResearchDirectorLocked entities: - - uid: 894 + - uid: 884 components: - type: Transform pos: -37.5,-73.5 parent: 2 - - uid: 895 + - uid: 885 components: - type: Transform pos: -36.5,-68.5 parent: 2 - proto: AirlockSalvageGlassLocked entities: - - uid: 896 + - uid: 886 components: - type: Transform rot: 3.141592653589793 rad @@ -26876,14 +26821,14 @@ entities: parent: 2 - proto: AirlockSalvageLocked entities: - - uid: 897 + - uid: 887 components: - type: Transform pos: -7.5,-92.5 parent: 2 - proto: AirlockScienceGlass entities: - - uid: 898 + - uid: 888 components: - type: Transform rot: -1.5707963267948966 rad @@ -26891,151 +26836,151 @@ entities: parent: 2 - proto: AirlockScienceGlassLocked entities: - - uid: 899 + - uid: 889 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-64.5 parent: 2 - - uid: 900 + - uid: 890 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-50.5 parent: 2 - - uid: 901 + - uid: 891 components: - type: Transform pos: -54.5,-57.5 parent: 2 - - uid: 902 + - uid: 892 components: - type: Transform pos: -56.5,-57.5 parent: 2 - - uid: 903 + - uid: 893 components: - type: Transform pos: -66.5,-65.5 parent: 2 - - uid: 904 + - uid: 894 components: - type: Transform pos: -51.5,-63.5 parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 905 + - uid: 895 components: - type: Transform pos: -45.5,-64.5 parent: 2 - - uid: 906 + - uid: 896 components: - type: Transform pos: -47.5,-64.5 parent: 2 - - uid: 907 + - uid: 897 components: - type: Transform pos: -47.5,-66.5 parent: 2 - - uid: 908 + - uid: 898 components: - type: Transform pos: -45.5,-66.5 parent: 2 - - uid: 909 + - uid: 899 components: - type: Transform pos: -41.5,-48.5 parent: 2 - - uid: 910 + - uid: 900 components: - type: Transform pos: -42.5,-49.5 parent: 2 - - uid: 911 + - uid: 901 components: - type: Transform pos: -42.5,-51.5 parent: 2 - - uid: 912 + - uid: 902 components: - type: Transform pos: -44.5,-51.5 parent: 2 - - uid: 913 + - uid: 903 components: - type: Transform pos: -44.5,-49.5 parent: 2 - - uid: 914 + - uid: 904 components: - type: Transform pos: -38.5,-56.5 parent: 2 - - uid: 915 + - uid: 905 components: - type: Transform pos: -37.5,-60.5 parent: 2 - - uid: 916 + - uid: 906 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-80.5 parent: 2 - - uid: 917 + - uid: 907 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-81.5 parent: 2 - - uid: 918 + - uid: 908 components: - type: Transform pos: -52.5,-68.5 parent: 2 - - uid: 919 + - uid: 909 components: - type: Transform pos: -52.5,-71.5 parent: 2 - - uid: 920 + - uid: 910 components: - type: Transform pos: -69.5,-77.5 parent: 2 - - uid: 921 + - uid: 911 components: - type: Transform pos: -71.5,-77.5 parent: 2 - proto: AirlockScienceLocked entities: - - uid: 922 + - uid: 912 components: - type: Transform pos: -49.5,-67.5 parent: 2 - - uid: 923 + - uid: 913 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-82.5 parent: 2 - - uid: 924 + - uid: 914 components: - type: Transform pos: -59.5,-65.5 parent: 2 - - uid: 925 + - uid: 915 components: - type: Transform pos: -56.5,-65.5 parent: 2 - - uid: 926 + - uid: 916 components: - type: Transform rot: 3.141592653589793 rad @@ -27043,19 +26988,19 @@ entities: parent: 2 - type: WiresPanelSecurity securityLevel: medSecurity - - uid: 927 + - uid: 917 components: - type: Transform pos: -54.5,-72.5 parent: 2 - - uid: 928 + - uid: 918 components: - type: Transform pos: -62.5,-67.5 parent: 2 - proto: AirlockSecurity entities: - - uid: 929 + - uid: 919 components: - type: Transform rot: 3.141592653589793 rad @@ -27063,13 +27008,13 @@ entities: parent: 2 - proto: AirlockSecurityGlass entities: - - uid: 930 + - uid: 920 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-25.5 parent: 2 - - uid: 931 + - uid: 921 components: - type: Transform rot: -1.5707963267948966 rad @@ -27077,276 +27022,276 @@ entities: parent: 2 - proto: AirlockSecurityGlassLocked entities: - - uid: 932 + - uid: 922 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,2.5 parent: 2 - - uid: 933 + - uid: 923 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-6.5 parent: 2 - - uid: 934 + - uid: 924 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,2.5 parent: 2 - - uid: 935 + - uid: 925 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-45.5 parent: 2 - - uid: 936 + - uid: 926 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-30.5 parent: 2 - - uid: 937 + - uid: 927 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-52.5 parent: 2 - - uid: 938 + - uid: 928 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-40.5 parent: 2 - - uid: 939 + - uid: 929 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-34.5 parent: 2 - - uid: 940 + - uid: 930 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-30.5 parent: 2 - - uid: 941 + - uid: 931 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-16.5 parent: 2 - - uid: 942 + - uid: 932 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-12.5 parent: 2 - - uid: 943 + - uid: 933 components: - type: Transform pos: 48.5,-21.5 parent: 2 - - uid: 944 + - uid: 934 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-6.5 parent: 2 - - uid: 945 + - uid: 935 components: - type: Transform pos: 58.5,4.5 parent: 2 - - uid: 946 + - uid: 936 components: - type: Transform pos: 58.5,10.5 parent: 2 - - uid: 947 + - uid: 937 components: - type: Transform pos: 58.5,8.5 parent: 2 - - uid: 948 + - uid: 938 components: - type: Transform rot: 1.5707963267948966 rad pos: 76.5,-2.5 parent: 2 - - uid: 949 + - uid: 939 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-2.5 parent: 2 - - uid: 950 + - uid: 940 components: - type: Transform pos: 74.5,2.5 parent: 2 - - uid: 951 + - uid: 941 components: - type: Transform pos: 46.5,-9.5 parent: 2 - - uid: 952 + - uid: 942 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-4.5 parent: 2 - - uid: 953 + - uid: 943 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,12.5 parent: 2 - - uid: 954 + - uid: 944 components: - type: Transform pos: -9.5,-77.5 parent: 2 - - uid: 955 + - uid: 945 components: - type: Transform pos: -8.5,-82.5 parent: 2 - proto: AirlockSecurityLawyerGlassLocked entities: - - uid: 956 + - uid: 946 components: - type: Transform pos: 45.5,-4.5 parent: 2 - - uid: 957 + - uid: 947 components: - type: Transform pos: 66.5,-7.5 parent: 2 - - uid: 958 + - uid: 948 components: - type: Transform pos: 66.5,-9.5 parent: 2 - - uid: 959 + - uid: 949 components: - type: Transform pos: 71.5,-7.5 parent: 2 - - uid: 960 + - uid: 950 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-34.5 parent: 2 - - uid: 961 + - uid: 951 components: - type: Transform pos: 42.5,-2.5 parent: 2 - proto: AirlockSecurityLawyerLocked entities: - - uid: 962 + - uid: 952 components: - type: Transform pos: 52.5,-12.5 parent: 2 - proto: AirlockSecurityLocked entities: - - uid: 963 + - uid: 953 components: - type: Transform pos: 53.5,-3.5 parent: 2 - - uid: 964 + - uid: 954 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,14.5 parent: 2 - - uid: 965 + - uid: 955 components: - type: Transform pos: 51.5,-2.5 parent: 2 - - uid: 966 + - uid: 956 components: - type: Transform pos: 43.5,9.5 parent: 2 - - uid: 967 + - uid: 957 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-0.5 parent: 2 - - uid: 968 + - uid: 958 components: - type: Transform pos: 66.5,4.5 parent: 2 - - uid: 969 + - uid: 959 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-0.5 parent: 2 - - uid: 970 + - uid: 960 components: - type: Transform rot: 1.5707963267948966 rad pos: 76.5,4.5 parent: 2 - - uid: 971 + - uid: 961 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,4.5 parent: 2 - - uid: 972 + - uid: 962 components: - type: Transform pos: 49.5,-9.5 parent: 2 - - uid: 973 + - uid: 963 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,0.5 parent: 2 - - uid: 974 + - uid: 964 components: - type: Transform pos: 80.5,5.5 parent: 2 - proto: AirlockServiceGlassLocked entities: - - uid: 975 + - uid: 965 components: - type: Transform pos: 32.5,9.5 parent: 2 - proto: AirlockServiceLocked entities: - - uid: 976 + - uid: 966 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,4.5 parent: 2 - - uid: 977 + - uid: 967 components: - type: Transform pos: 28.5,-72.5 parent: 2 - - uid: 978 + - uid: 968 components: - type: Transform pos: 30.5,-76.5 parent: 2 - - uid: 979 + - uid: 969 components: - type: Transform rot: 3.141592653589793 rad @@ -27354,38 +27299,38 @@ entities: parent: 2 - proto: AirlockShuttle entities: - - uid: 980 + - uid: 970 components: - type: Transform rot: 3.141592653589793 rad pos: 108.5,-16.5 parent: 2 - - uid: 40655 + - uid: 41343 components: - type: Transform pos: 0.5,0.5 - parent: 40654 + parent: 41342 - proto: AirlockTheatreLocked entities: - - uid: 981 + - uid: 971 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-107.5 parent: 2 - - uid: 982 + - uid: 972 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-14.5 parent: 2 - - uid: 983 + - uid: 973 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-20.5 parent: 2 - - uid: 984 + - uid: 974 components: - type: Transform rot: 3.141592653589793 rad @@ -27393,73 +27338,170 @@ entities: parent: 2 - proto: AirlockVirologyGlassLocked entities: - - uid: 985 + - uid: 975 components: - type: Transform pos: -48.5,-6.5 parent: 2 - - uid: 986 + - uid: 976 components: - type: Transform pos: -48.5,0.5 parent: 2 - proto: AirlockVirologyLocked entities: - - uid: 987 + - uid: 977 components: - type: Transform pos: -43.5,-0.5 parent: 2 - - uid: 988 + - uid: 978 components: - type: Transform pos: -41.5,-0.5 parent: 2 - - uid: 989 + - uid: 979 components: - type: Transform pos: -43.5,1.5 parent: 2 - - uid: 990 + - uid: 980 components: - type: Transform pos: -53.5,-8.5 parent: 2 - - uid: 991 + - uid: 981 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,5.5 parent: 2 - - uid: 992 + - uid: 982 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,7.5 parent: 2 -- proto: AirlossAutoInjector +- proto: AirlockXeno entities: + - uid: 983 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-52.5 + parent: 2 + - uid: 991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-45.5 + parent: 2 + - uid: 992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-36.5 + parent: 2 + - uid: 993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-36.5 + parent: 2 - uid: 994 components: - type: Transform - parent: 993 - - type: Physics - canCollide: False - - uid: 1002 + rot: 1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 2 + - uid: 995 components: - type: Transform - parent: 1001 - - type: Physics - canCollide: False - - uid: 1010 + rot: 1.5707963267948966 rad + pos: 13.5,-34.5 + parent: 2 +- proto: AirlockXenoMaintLocked + entities: + - uid: 996 components: - type: Transform - parent: 1009 + rot: -1.5707963267948966 rad + pos: -15.5,-50.5 + parent: 2 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-47.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 +- proto: AirlossAutoInjector + entities: + - uid: 1001 + components: + - type: Transform + parent: 1000 + - type: Physics + canCollide: False + - uid: 1009 + components: + - type: Transform + parent: 1008 + - type: Physics + canCollide: False + - uid: 1017 + components: + - type: Transform + parent: 1016 - type: Physics canCollide: False - proto: AirSensor entities: - - uid: 1017 + - uid: 1024 components: - type: Transform rot: -1.5707963267948966 rad @@ -27467,139 +27509,139 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 332 - - uid: 1018 + - 344 + - uid: 1025 components: - type: Transform pos: 71.5,-32.5 parent: 2 - - uid: 1019 + - uid: 1026 components: - type: Transform pos: 53.5,-32.5 parent: 2 - - uid: 1020 + - uid: 1027 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-39.5 parent: 2 - - uid: 1021 + - uid: 1028 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-45.5 parent: 2 - - uid: 1022 + - uid: 1029 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,0.5 parent: 2 - - uid: 1023 + - uid: 1030 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-22.5 parent: 2 - - uid: 1024 + - uid: 1031 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-46.5 parent: 2 - - uid: 1025 + - uid: 1032 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-82.5 parent: 2 - - uid: 1026 + - uid: 1033 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-73.5 parent: 2 - - uid: 1027 + - uid: 1034 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-72.5 parent: 2 - - uid: 1028 + - uid: 1035 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-69.5 parent: 2 - - uid: 1029 + - uid: 1036 components: - type: Transform pos: 44.5,-56.5 parent: 2 - - uid: 1030 + - uid: 1037 components: - type: Transform pos: 44.5,-52.5 parent: 2 - - uid: 1031 + - uid: 1038 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-51.5 parent: 2 - - uid: 1032 + - uid: 1039 components: - type: Transform pos: 49.5,-47.5 parent: 2 - - uid: 1033 + - uid: 1040 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-61.5 parent: 2 - - uid: 1034 + - uid: 1041 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-49.5 parent: 2 - - uid: 1035 + - uid: 1042 components: - type: Transform pos: 44.5,-32.5 parent: 2 - - uid: 1036 + - uid: 1043 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-25.5 parent: 2 - - uid: 1037 + - uid: 1044 components: - type: Transform rot: 1.5707963267948966 rad pos: 75.5,-28.5 parent: 2 - - uid: 1038 + - uid: 1045 components: - type: Transform pos: 82.5,-40.5 parent: 2 - - uid: 1039 + - uid: 1046 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-22.5 parent: 2 - - uid: 1040 + - uid: 1047 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-40.5 parent: 2 - - uid: 1041 + - uid: 1048 components: - type: Transform rot: 3.141592653589793 rad @@ -27607,32 +27649,32 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 19458 - - uid: 1042 + - 285 + - 19989 + - uid: 1049 components: - type: Transform pos: 29.5,-32.5 parent: 2 - - uid: 1043 + - uid: 1050 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-20.5 parent: 2 - - uid: 1044 + - uid: 1051 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-4.5 parent: 2 - - uid: 1045 + - uid: 1052 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,8.5 parent: 2 - - uid: 1046 + - uid: 1053 components: - type: Transform rot: 3.141592653589793 rad @@ -27640,43 +27682,43 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - uid: 1047 + - 331 + - uid: 1054 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,0.5 parent: 2 - - uid: 1048 + - uid: 1055 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,11.5 parent: 2 - - uid: 1049 + - uid: 1056 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,9.5 parent: 2 - - uid: 1050 + - uid: 1057 components: - type: Transform pos: -6.5,10.5 parent: 2 - - uid: 1051 + - uid: 1058 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,15.5 parent: 2 - - uid: 1052 + - uid: 1059 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,15.5 parent: 2 - - uid: 1053 + - uid: 1060 components: - type: Transform rot: -1.5707963267948966 rad @@ -27684,20 +27726,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 1054 + - 326 + - uid: 1061 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,21.5 parent: 2 - - uid: 1055 + - uid: 1062 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,15.5 parent: 2 - - uid: 1056 + - uid: 1063 components: - type: Transform rot: 1.5707963267948966 rad @@ -27705,33 +27747,33 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - 320 - - uid: 1057 + - 331 + - 332 + - uid: 1064 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,13.5 parent: 2 - - uid: 1058 + - uid: 1065 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-20.5 parent: 2 - - uid: 1059 + - uid: 1066 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-35.5 parent: 2 - - uid: 1060 + - uid: 1067 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-35.5 parent: 2 - - uid: 1061 + - uid: 1068 components: - type: Transform rot: 3.141592653589793 rad @@ -27739,8 +27781,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 269 - - uid: 1062 + - 281 + - uid: 1069 components: - type: Transform rot: 3.141592653589793 rad @@ -27748,8 +27790,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 1063 + - 213 + - uid: 1070 components: - type: Transform rot: 3.141592653589793 rad @@ -27757,56 +27799,56 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 1064 + - 213 + - uid: 1071 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-28.5 parent: 2 - - uid: 1065 + - uid: 1072 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-20.5 parent: 2 - - uid: 1066 + - uid: 1073 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-19.5 parent: 2 - - uid: 1067 + - uid: 1074 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-24.5 parent: 2 - - uid: 1068 + - uid: 1075 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-35.5 parent: 2 - - uid: 1069 + - uid: 1076 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-3.5 parent: 2 - - uid: 1070 + - uid: 1077 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-9.5 parent: 2 - - uid: 1071 + - uid: 1078 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-3.5 parent: 2 - - uid: 1072 + - uid: 1079 components: - type: Transform rot: 3.141592653589793 rad @@ -27814,74 +27856,74 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 1073 + - 274 + - uid: 1080 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-48.5 parent: 2 - - uid: 1074 + - uid: 1081 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-77.5 parent: 2 - - uid: 1075 + - uid: 1082 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-58.5 parent: 2 - - uid: 1076 + - uid: 1083 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-62.5 parent: 2 - - uid: 1077 + - uid: 1084 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-82.5 parent: 2 - - uid: 1078 + - uid: 1085 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-65.5 parent: 2 - - uid: 1079 + - uid: 1086 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-55.5 parent: 2 - - uid: 1080 + - uid: 1087 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-65.5 parent: 2 - - uid: 1081 + - uid: 1088 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-65.5 parent: 2 - - uid: 1082 + - uid: 1089 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-65.5 parent: 2 - - uid: 1083 + - uid: 1090 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-46.5 parent: 2 - - uid: 1084 + - uid: 1091 components: - type: Transform rot: 3.141592653589793 rad @@ -27889,50 +27931,50 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 1085 + - 19972 + - uid: 1092 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-54.5 parent: 2 - - uid: 1086 + - uid: 1093 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-60.5 parent: 2 - - uid: 1087 + - uid: 1094 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-71.5 parent: 2 - - uid: 1088 + - uid: 1095 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-77.5 parent: 2 - - uid: 1089 + - uid: 1096 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-82.5 parent: 2 - - uid: 1090 + - uid: 1097 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-89.5 parent: 2 - - uid: 1091 + - uid: 1098 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-97.5 parent: 2 - - uid: 1092 + - uid: 1099 components: - type: Transform rot: 3.141592653589793 rad @@ -27940,16 +27982,16 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 325 - - 235 - - 321 - - uid: 1093 + - 276 + - 337 + - 247 + - 333 + - uid: 1100 components: - type: Transform pos: 7.5,-83.5 parent: 2 - - uid: 1094 + - uid: 1101 components: - type: Transform rot: 1.5707963267948966 rad @@ -27957,9 +27999,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - 326 - - uid: 1095 + - 333 + - 338 + - uid: 1102 components: - type: Transform rot: 3.141592653589793 rad @@ -27967,10 +28009,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 325 - - 321 - - uid: 1096 + - 252 + - 337 + - 333 + - uid: 1103 components: - type: Transform rot: 3.141592653589793 rad @@ -27978,9 +28020,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - 236 - - uid: 1097 + - 247 + - 248 + - uid: 1104 components: - type: Transform rot: 3.141592653589793 rad @@ -27988,10 +28030,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - 237 - - 236 - - uid: 1098 + - 247 + - 249 + - 248 + - uid: 1105 components: - type: Transform rot: 3.141592653589793 rad @@ -27999,14 +28041,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 1099 + - 248 + - uid: 1106 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-72.5 parent: 2 - - uid: 1100 + - uid: 1107 components: - type: Transform rot: 3.141592653589793 rad @@ -28014,16 +28056,16 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 1101 + - 248 + - uid: 1108 components: - type: Transform pos: 12.5,-98.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 1102 + - 338 + - uid: 1109 components: - type: Transform rot: 3.141592653589793 rad @@ -28031,110 +28073,110 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 1103 + - 172 + - uid: 1110 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-43.5 parent: 2 - - uid: 1104 + - uid: 1111 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-41.5 parent: 2 - - uid: 1105 + - uid: 1112 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-47.5 parent: 2 - - uid: 1106 + - uid: 1113 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-36.5 parent: 2 - - uid: 1107 + - uid: 1114 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-59.5 parent: 2 - - uid: 1108 + - uid: 1115 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-77.5 parent: 2 - - uid: 1109 + - uid: 1116 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-83.5 parent: 2 - - uid: 1110 + - uid: 1117 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-68.5 parent: 2 - - uid: 1111 + - uid: 1118 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-83.5 parent: 2 - - uid: 1112 + - uid: 1119 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-87.5 parent: 2 - - uid: 1113 + - uid: 1120 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-77.5 parent: 2 - - uid: 1114 + - uid: 1121 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-57.5 parent: 2 - - uid: 1115 + - uid: 1122 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-30.5 parent: 2 - - uid: 1116 + - uid: 1123 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-22.5 parent: 2 - - uid: 1117 + - uid: 1124 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-11.5 parent: 2 - - uid: 1118 + - uid: 1125 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,7.5 parent: 2 - - uid: 1119 + - uid: 1126 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-1.5 parent: 2 - - uid: 1120 + - uid: 1127 components: - type: Transform rot: 3.141592653589793 rad @@ -28142,20 +28184,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 268 - - uid: 1121 + - 280 + - uid: 1128 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,17.5 parent: 2 - - uid: 1122 + - uid: 1129 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-19.5 parent: 2 - - uid: 1123 + - uid: 1130 components: - type: Transform rot: 3.141592653589793 rad @@ -28163,19 +28205,19 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19456 - - uid: 1124 + - 19987 + - uid: 1131 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-82.5 parent: 2 - - uid: 1125 + - uid: 1132 components: - type: Transform pos: -49.5,-68.5 parent: 2 - - uid: 1126 + - uid: 1133 components: - type: Transform rot: 3.141592653589793 rad @@ -28183,8 +28225,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 275 - - uid: 1127 + - 287 + - uid: 1134 components: - type: Transform rot: 3.141592653589793 rad @@ -28192,8 +28234,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - uid: 1128 + - 286 + - uid: 1135 components: - type: Transform rot: 3.141592653589793 rad @@ -28201,8 +28243,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 277 - - uid: 1129 + - 289 + - uid: 1136 components: - type: Transform rot: 3.141592653589793 rad @@ -28210,9 +28252,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 278 - - 19457 - - uid: 1130 + - 290 + - 19988 + - uid: 1137 components: - type: Transform rot: 3.141592653589793 rad @@ -28220,23 +28262,23 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 204 - - 19434 - - 173 - - 19408 - - 19406 - - uid: 1131 + - 216 + - 19965 + - 185 + - 19939 + - 19937 + - uid: 1138 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,6.5 parent: 2 - - uid: 1132 + - uid: 1139 components: - type: Transform pos: -68.5,11.5 parent: 2 - - uid: 1133 + - uid: 1140 components: - type: Transform rot: 3.141592653589793 rad @@ -28244,8 +28286,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 270 - - uid: 1134 + - 282 + - uid: 1141 components: - type: Transform rot: 3.141592653589793 rad @@ -28253,8 +28295,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 271 - - uid: 1135 + - 283 + - uid: 1142 components: - type: Transform rot: 3.141592653589793 rad @@ -28262,50 +28304,50 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 272 - - uid: 1136 + - 284 + - uid: 1143 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-67.5 parent: 2 - - uid: 1137 + - uid: 1144 components: - type: Transform rot: 3.141592653589793 rad pos: 103.5,-69.5 parent: 2 - - uid: 1138 + - uid: 1145 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-69.5 parent: 2 - - uid: 1139 + - uid: 1146 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-75.5 parent: 2 - - uid: 1140 + - uid: 1147 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-78.5 parent: 2 - - uid: 1141 + - uid: 1148 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-87.5 parent: 2 - - uid: 1142 + - uid: 1149 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-62.5 parent: 2 - - uid: 1143 + - uid: 1150 components: - type: Transform rot: 3.141592653589793 rad @@ -28313,8 +28355,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 280 - - uid: 1144 + - 292 + - uid: 1151 components: - type: Transform rot: 3.141592653589793 rad @@ -28322,8 +28364,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 279 - - uid: 1145 + - 291 + - uid: 1152 components: - type: Transform rot: 3.141592653589793 rad @@ -28331,8 +28373,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 281 - - uid: 1146 + - 293 + - uid: 1153 components: - type: Transform rot: 3.141592653589793 rad @@ -28340,8 +28382,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 1147 + - 294 + - uid: 1154 components: - type: Transform rot: 3.141592653589793 rad @@ -28349,16 +28391,16 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 1148 + - 294 + - uid: 1155 components: - type: Transform pos: 31.5,6.5 parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - uid: 1149 + - 285 + - uid: 1156 components: - type: Transform rot: 3.141592653589793 rad @@ -28366,8 +28408,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 283 - - uid: 1150 + - 295 + - uid: 1157 components: - type: Transform rot: 3.141592653589793 rad @@ -28375,8 +28417,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 1151 + - 326 + - uid: 1158 components: - type: Transform rot: 1.5707963267948966 rad @@ -28384,14 +28426,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 289 - - uid: 1152 + - 301 + - uid: 1159 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,14.5 parent: 2 - - uid: 1153 + - uid: 1160 components: - type: Transform rot: 1.5707963267948966 rad @@ -28399,8 +28441,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 294 - - uid: 1154 + - 306 + - uid: 1161 components: - type: Transform rot: 1.5707963267948966 rad @@ -28408,16 +28450,16 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - uid: 1155 + - 296 + - uid: 1162 components: - type: Transform pos: 43.5,-11.5 parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - uid: 1156 + - 192 + - uid: 1163 components: - type: Transform rot: 3.141592653589793 rad @@ -28425,8 +28467,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19428 - - uid: 1157 + - 19959 + - uid: 1164 components: - type: Transform rot: -1.5707963267948966 rad @@ -28434,8 +28476,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 - - uid: 1158 + - 313 + - uid: 1165 components: - type: Transform rot: -1.5707963267948966 rad @@ -28443,37 +28485,37 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 - - uid: 1159 + - 313 + - uid: 1166 components: - type: Transform pos: 0.5,-2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 - - uid: 1160 + - 310 + - 19990 + - uid: 1167 components: - type: Transform pos: 0.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19459 - - uid: 1161 + - 19990 + - uid: 1168 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-43.5 parent: 2 - - uid: 1162 + - uid: 1169 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-32.5 parent: 2 - - uid: 1163 + - uid: 1170 components: - type: Transform rot: 3.141592653589793 rad @@ -28481,18 +28523,18 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19450 - - 302 - - uid: 1164 + - 19981 + - 314 + - uid: 1171 components: - type: Transform pos: 122.5,-39.5 parent: 2 - type: DeviceNetwork deviceLists: - - 312 - - 19461 - - uid: 1165 + - 324 + - 19992 + - uid: 1172 components: - type: MetaData name: кислород @@ -28502,8 +28544,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1166 + - 328 + - uid: 1173 components: - type: MetaData name: азот @@ -28513,8 +28555,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1167 + - 328 + - uid: 1174 components: - type: MetaData name: NO2 @@ -28524,8 +28566,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1168 + - 328 + - uid: 1175 components: - type: MetaData name: плазма @@ -28535,8 +28577,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1169 + - 328 + - uid: 1176 components: - type: MetaData name: CO2 @@ -28546,8 +28588,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1170 + - 328 + - uid: 1177 components: - type: MetaData name: пар @@ -28557,8 +28599,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1171 + - 328 + - uid: 1178 components: - type: Transform rot: 3.141592653589793 rad @@ -28566,8 +28608,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 316 - - uid: 1172 + - 328 + - uid: 1179 components: - type: Transform rot: -1.5707963267948966 rad @@ -28575,8 +28617,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 317 - - uid: 1173 + - 329 + - uid: 1180 components: - type: Transform rot: 1.5707963267948966 rad @@ -28584,32 +28626,32 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 - - uid: 1174 + - 330 + - uid: 1181 components: - type: Transform pos: -15.5,10.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - uid: 1175 + - 331 + - uid: 1182 components: - type: Transform pos: -16.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - uid: 1176 + - 331 + - uid: 1183 components: - type: Transform pos: 34.5,17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 1177 + - 294 + - uid: 1184 components: - type: Transform rot: 1.5707963267948966 rad @@ -28617,14 +28659,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 1178 + - 334 + - uid: 1185 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-37.5 parent: 2 - - uid: 1179 + - uid: 1186 components: - type: Transform rot: 3.141592653589793 rad @@ -28632,8 +28674,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 324 - - uid: 1180 + - 336 + - uid: 1187 components: - type: Transform rot: 1.5707963267948966 rad @@ -28641,9 +28683,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 1181 + - 252 + - 19993 + - uid: 1188 components: - type: Transform rot: 1.5707963267948966 rad @@ -28651,8 +28693,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - uid: 1182 + - 252 + - uid: 1189 components: - type: Transform rot: 3.141592653589793 rad @@ -28660,8 +28702,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 329 - - uid: 1183 + - 341 + - uid: 1190 components: - type: Transform rot: 3.141592653589793 rad @@ -28669,12 +28711,12 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 330 - - 331 - - 332 - - uid: 1184 + - 19994 + - 341 + - 342 + - 343 + - 344 + - uid: 1191 components: - type: Transform rot: 3.141592653589793 rad @@ -28682,128 +28724,141 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 330 + - 342 +- proto: AloeCream + entities: + - uid: 1192 + components: + - type: Transform + pos: -8.375042,-57.29594 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: -8.468792,-57.38969 + parent: 2 - proto: AltarBananium entities: - - uid: 1185 + - uid: 1194 components: - type: Transform pos: 38.5,-15.5 parent: 2 - - uid: 1186 + - uid: 1195 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-110.5 parent: 2 +- proto: AltarChaos + entities: + - uid: 1196 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 2 - proto: AltarConvertMaint entities: - - uid: 1187 + - uid: 1197 components: - type: Transform rot: 1.5707963267948966 rad pos: -71.5,-4.5 parent: 2 -- proto: AltarConvertRed - entities: - - uid: 1188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-57.5 - parent: 2 -- proto: AltarDruid - entities: - - uid: 1189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-51.5 - parent: 2 - proto: AltarSpawner entities: - - uid: 1190 + - uid: 1198 components: - type: Transform pos: 35.5,-63.5 parent: 2 - proto: AltarTechnology entities: - - uid: 1191 + - uid: 1199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-55.5 + rot: 3.141592653589793 rad + pos: 0.5,-43.5 parent: 2 - - uid: 1192 + - uid: 1200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-32.5 + pos: 13.5,-25.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: -3.5,-19.5 parent: 2 - proto: AltarToolbox entities: - - uid: 1193 + - uid: 1202 components: - type: Transform pos: 29.5,33.5 parent: 2 - - uid: 1194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-54.5 - parent: 2 - proto: AlwaysPoweredlightRed entities: - - uid: 1195 + - uid: 1203 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,17.5 parent: 2 - - uid: 1196 + - uid: 1204 components: - type: Transform pos: -18.5,20.5 parent: 2 + - uid: 1205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 - proto: AlwaysPoweredLightSodium entities: - - uid: 1197 + - uid: 1207 components: - type: Transform pos: 40.5,-85.5 parent: 2 - - uid: 1198 + - uid: 1208 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-93.5 parent: 2 - - uid: 1199 + - uid: 1209 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-88.5 parent: 2 - - uid: 1200 + - uid: 1210 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-103.5 parent: 2 - - uid: 1201 + - uid: 1211 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-100.5 parent: 2 - - uid: 1202 + - uid: 1212 components: - type: Transform pos: 51.5,-96.5 parent: 2 - - uid: 1203 + - uid: 1213 components: - type: Transform rot: -1.5707963267948966 rad @@ -28811,99 +28866,156 @@ entities: parent: 2 - proto: AlwaysPoweredWallLight entities: - - uid: 1204 + - uid: 1214 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-39.5 parent: 2 - - uid: 1205 + - uid: 1215 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-39.5 parent: 2 + - uid: 1216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-54.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-56.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-52.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 - proto: AmbrosiaVulgarisSeeds entities: - - uid: 1206 + - uid: 1220 components: - type: Transform pos: 33.49836,22.619154 parent: 2 - proto: AmePartFlatpack entities: - - uid: 1207 + - uid: 1221 components: - type: Transform pos: 50.540848,-53.06256 parent: 2 - - uid: 1208 + - uid: 1222 components: - type: Transform pos: 41.622326,-82.32919 parent: 2 - - uid: 1209 + - uid: 1223 components: - type: Transform pos: 40.496696,-79.448135 parent: 2 - - uid: 1210 + - uid: 1224 components: - type: Transform pos: 42.564983,-80.49184 parent: 2 - - uid: 1211 + - uid: 1225 components: - type: Transform pos: 41.527405,-77.49768 parent: 2 - - uid: 1212 + - uid: 1226 components: - type: Transform pos: -39.020134,-113.99075 parent: 2 - proto: AmeShielding entities: - - uid: 1213 + - uid: 1227 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-78.5 parent: 2 -- proto: AmmoTechFabCircuitboard +- proto: AmmoniaCanister entities: - - uid: 1214 + - uid: 1228 components: - type: Transform - pos: 1.0008824,-37.44557 + pos: 17.5,-45.5 + parent: 2 +- proto: AmmoTechFabCircuitboard + entities: + - uid: 1230 + components: + - type: Transform + parent: 1229 + - type: Physics + canCollide: False +- proto: AnomalyFloraBulb + entities: + - uid: 1231 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-58.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-55.5 parent: 2 - proto: AnomalyScanner entities: - - uid: 1215 + - uid: 1234 components: - type: Transform pos: -47.520256,-80.4062 parent: 2 - - uid: 1216 + - uid: 1235 components: - type: Transform pos: -47.457756,-80.48432 parent: 2 - - uid: 1217 + - uid: 1236 components: - type: Transform pos: -47.37963,-80.56245 parent: 2 +- proto: AnomalyTrapFlesh + entities: + - uid: 1237 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 - proto: APCBasic entities: - - uid: 1218 + - uid: 1238 components: - type: MetaData name: Основной коридор Ю - type: Transform pos: -5.5,-73.5 parent: 2 - - uid: 1219 + - uid: 1239 components: - type: MetaData name: Тех тоннели СВ @@ -28911,7 +29023,7 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,18.5 parent: 2 - - uid: 1220 + - uid: 1240 components: - type: MetaData name: Тех тоннели З @@ -28919,7 +29031,7 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,-25.5 parent: 2 - - uid: 1221 + - uid: 1241 components: - type: MetaData name: Комната УЧ @@ -28927,28 +29039,28 @@ entities: rot: 3.141592653589793 rad pos: 64.5,-63.5 parent: 2 - - uid: 1222 + - uid: 1242 components: - type: MetaData name: Солнечные панели ЮЗ - type: Transform pos: -55.5,-84.5 parent: 2 - - uid: 1223 + - uid: 1243 components: - type: MetaData name: Суд - type: Transform pos: 71.5,-34.5 parent: 2 - - uid: 1224 + - uid: 1244 components: - type: MetaData name: ТЭГ - type: Transform pos: 53.5,-85.5 parent: 2 - - uid: 1225 + - uid: 1245 components: - type: MetaData name: Химия @@ -28956,7 +29068,7 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-33.5 parent: 2 - - uid: 1226 + - uid: 1246 components: - type: MetaData name: Солнечные панели ЮВ @@ -28964,7 +29076,7 @@ entities: rot: -1.5707963267948966 rad pos: 66.5,-68.5 parent: 2 - - uid: 1227 + - uid: 1247 components: - type: MetaData name: Генераторная @@ -28972,7 +29084,7 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,-80.5 parent: 2 - - uid: 1228 + - uid: 1248 components: - type: MetaData name: Раздевалка инженеров @@ -28980,7 +29092,7 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,-80.5 parent: 2 - - uid: 1229 + - uid: 1249 components: - type: MetaData name: Кабинет СИ @@ -28988,7 +29100,7 @@ entities: rot: 3.141592653589793 rad pos: 56.5,-74.5 parent: 2 - - uid: 1230 + - uid: 1250 components: - type: MetaData name: Хранилища инженерного @@ -28996,7 +29108,7 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-63.5 parent: 2 - - uid: 1231 + - uid: 1251 components: - type: MetaData name: Инженерный коридор @@ -29004,7 +29116,7 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-71.5 parent: 2 - - uid: 1232 + - uid: 1252 components: - type: MetaData name: Основной зал @@ -29012,7 +29124,7 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-52.5 parent: 2 - - uid: 1233 + - uid: 1253 components: - type: MetaData name: Атмос приёмная @@ -29020,7 +29132,7 @@ entities: rot: -1.5707963267948966 rad pos: 41.5,-50.5 parent: 2 - - uid: 1234 + - uid: 1254 components: - type: MetaData name: Коридор инженерии @@ -29028,7 +29140,7 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-35.5 parent: 2 - - uid: 1235 + - uid: 1255 components: - type: MetaData name: Каюта священника @@ -29036,7 +29148,7 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-70.5 parent: 2 - - uid: 1236 + - uid: 1256 components: - type: MetaData name: Храм @@ -29044,14 +29156,14 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-60.5 parent: 2 - - uid: 1237 + - uid: 1257 components: - type: MetaData name: Прибытие С - type: Transform pos: 90.5,-20.5 parent: 2 - - uid: 1238 + - uid: 1258 components: - type: MetaData name: Прибытие Ю @@ -29059,7 +29171,7 @@ entities: rot: 3.141592653589793 rad pos: 91.5,-42.5 parent: 2 - - uid: 1239 + - uid: 1259 components: - type: MetaData name: Верфь @@ -29067,21 +29179,21 @@ entities: rot: 3.141592653589793 rad pos: 104.5,-23.5 parent: 2 - - uid: 1240 + - uid: 1260 components: - type: MetaData name: КПП прибытия - type: Transform pos: 78.5,-25.5 parent: 2 - - uid: 1241 + - uid: 1261 components: - type: MetaData name: Коридор прибытия - type: Transform pos: 71.5,-30.5 parent: 2 - - uid: 1242 + - uid: 1262 components: - type: MetaData name: Коридор брига @@ -29089,7 +29201,7 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-26.5 parent: 2 - - uid: 1243 + - uid: 1263 components: - type: MetaData name: Туалет прибытия @@ -29097,7 +29209,7 @@ entities: rot: -1.5707963267948966 rad pos: 80.5,-41.5 parent: 2 - - uid: 1244 + - uid: 1264 components: - type: MetaData name: Хранилище плат @@ -29105,7 +29217,7 @@ entities: rot: 3.141592653589793 rad pos: 39.5,-40.5 parent: 2 - - uid: 1245 + - uid: 1265 components: - type: MetaData name: Мастерская @@ -29113,7 +29225,7 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,8.5 parent: 2 - - uid: 1246 + - uid: 1266 components: - type: MetaData name: Кабинет капитана @@ -29121,7 +29233,7 @@ entities: rot: 3.141592653589793 rad pos: 11.5,12.5 parent: 2 - - uid: 1247 + - uid: 1267 components: - type: MetaData name: Мостик @@ -29129,7 +29241,7 @@ entities: rot: 3.141592653589793 rad pos: 2.5,20.5 parent: 2 - - uid: 1248 + - uid: 1268 components: - type: MetaData name: Хранилище EVA @@ -29137,7 +29249,7 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,16.5 parent: 2 - - uid: 1249 + - uid: 1269 components: - type: MetaData name: Доп хранилище EVA @@ -29145,7 +29257,7 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,16.5 parent: 2 - - uid: 1250 + - uid: 1270 components: - type: MetaData name: Конференц-зал @@ -29153,7 +29265,7 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,8.5 parent: 2 - - uid: 1251 + - uid: 1271 components: - type: MetaData name: Офис ГП @@ -29161,14 +29273,14 @@ entities: rot: 3.141592653589793 rad pos: -8.5,8.5 parent: 2 - - uid: 1252 + - uid: 1272 components: - type: MetaData name: Основной коридор С - type: Transform pos: -1.5,5.5 parent: 2 - - uid: 1253 + - uid: 1273 components: - type: MetaData name: Кабинет АВД @@ -29176,7 +29288,7 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,4.5 parent: 2 - - uid: 1254 + - uid: 1274 components: - type: MetaData name: Библиотека @@ -29184,7 +29296,7 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,10.5 parent: 2 - - uid: 1255 + - uid: 1275 components: - type: MetaData name: Меедотсек С @@ -29192,7 +29304,7 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,-6.5 parent: 2 - - uid: 1256 + - uid: 1276 components: - type: MetaData name: Кабинет ГВ @@ -29200,14 +29312,14 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-10.5 parent: 2 - - uid: 1257 + - uid: 1277 components: - type: MetaData name: Кабинет парамедика - type: Transform pos: -52.5,-11.5 parent: 2 - - uid: 1258 + - uid: 1278 components: - type: MetaData name: Палаты и хирургия @@ -29215,14 +29327,14 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,-24.5 parent: 2 - - uid: 1259 + - uid: 1279 components: - type: MetaData name: Медотсек З - type: Transform pos: -44.5,-26.5 parent: 2 - - uid: 1260 + - uid: 1280 components: - type: MetaData name: Медотсек Ю @@ -29230,7 +29342,7 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 2 - - uid: 1261 + - uid: 1281 components: - type: MetaData name: Приёмная меда @@ -29238,21 +29350,21 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,-37.5 parent: 2 - - uid: 1262 + - uid: 1282 components: - type: MetaData name: Тех тоннели З - type: Transform pos: -67.5,-51.5 parent: 2 - - uid: 1263 + - uid: 1283 components: - type: MetaData name: КПП отбытия - type: Transform pos: -76.5,-46.5 parent: 2 - - uid: 1264 + - uid: 1284 components: - type: MetaData name: Отбытие @@ -29260,7 +29372,7 @@ entities: rot: 1.5707963267948966 rad pos: -77.5,-38.5 parent: 2 - - uid: 1265 + - uid: 1285 components: - type: MetaData name: Коридор отбытия @@ -29268,7 +29380,7 @@ entities: rot: 3.141592653589793 rad pos: -60.5,-45.5 parent: 2 - - uid: 1266 + - uid: 1286 components: - type: MetaData name: Токсины @@ -29276,14 +29388,14 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,-57.5 parent: 2 - - uid: 1267 + - uid: 1287 components: - type: MetaData name: Комната испытаний - type: Transform pos: -65.5,-63.5 parent: 2 - - uid: 1268 + - uid: 1288 components: - type: MetaData name: Аномалистика @@ -29291,7 +29403,7 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,-82.5 parent: 2 - - uid: 1269 + - uid: 1289 components: - type: MetaData name: Коридор РнД Ю @@ -29299,7 +29411,7 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-71.5 parent: 2 - - uid: 1270 + - uid: 1290 components: - type: MetaData name: Сервера РнД @@ -29307,7 +29419,7 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-72.5 parent: 2 - - uid: 1271 + - uid: 1291 components: - type: MetaData name: Кабинет НРа @@ -29315,7 +29427,7 @@ entities: rot: -1.5707963267948966 rad pos: -36.5,-70.5 parent: 2 - - uid: 1272 + - uid: 1292 components: - type: MetaData name: Комната механики @@ -29323,7 +29435,7 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-62.5 parent: 2 - - uid: 1273 + - uid: 1293 components: - type: MetaData name: Доп склад инструментов @@ -29331,14 +29443,14 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-74.5 parent: 2 - - uid: 1274 + - uid: 1294 components: - type: MetaData name: Коридор РнД С - type: Transform pos: -40.5,-56.5 parent: 2 - - uid: 1275 + - uid: 1295 components: - type: MetaData name: Робототехника @@ -29346,7 +29458,7 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-56.5 parent: 2 - - uid: 1276 + - uid: 1296 components: - type: MetaData name: КПП РнД @@ -29354,14 +29466,14 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,-51.5 parent: 2 - - uid: 1277 + - uid: 1297 components: - type: MetaData name: Дормиторий - type: Transform pos: -33.5,-91.5 parent: 2 - - uid: 1278 + - uid: 1298 components: - type: MetaData name: Старый бар @@ -29369,7 +29481,7 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,-96.5 parent: 2 - - uid: 1279 + - uid: 1299 components: - type: MetaData name: Спортзал @@ -29377,7 +29489,7 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-82.5 parent: 2 - - uid: 1280 + - uid: 1300 components: - type: MetaData name: Туалет жилого отсека @@ -29385,7 +29497,7 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-77.5 parent: 2 - - uid: 1281 + - uid: 1301 components: - type: MetaData name: Репортёр @@ -29393,14 +29505,14 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-77.5 parent: 2 - - uid: 1282 + - uid: 1302 components: - type: MetaData name: Утилизаторная - type: Transform pos: -5.5,-85.5 parent: 2 - - uid: 1283 + - uid: 1303 components: - type: MetaData name: Карго склад @@ -29408,7 +29520,7 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-92.5 parent: 2 - - uid: 1284 + - uid: 1304 components: - type: MetaData name: Карго приёмная @@ -29416,7 +29528,7 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,-82.5 parent: 2 - - uid: 1285 + - uid: 1305 components: - type: MetaData name: Офис КМа @@ -29424,7 +29536,7 @@ entities: rot: 3.141592653589793 rad pos: -2.5,-97.5 parent: 2 - - uid: 1286 + - uid: 1306 components: - type: MetaData name: КПП карго @@ -29432,14 +29544,14 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-82.5 parent: 2 - - uid: 1287 + - uid: 1307 components: - type: MetaData name: Основной коридор ЮВ - type: Transform pos: 30.5,-52.5 parent: 2 - - uid: 1288 + - uid: 1308 components: - type: MetaData name: Основной коридор В @@ -29447,14 +29559,14 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,-25.5 parent: 2 - - uid: 1289 + - uid: 1309 components: - type: MetaData name: Основной коридор СВ - type: Transform pos: 23.5,-0.5 parent: 2 - - uid: 1290 + - uid: 1310 components: - type: MetaData name: Основной коридор СЗ @@ -29462,14 +29574,14 @@ entities: rot: 1.5707963267948966 rad pos: -24.5,-1.5 parent: 2 - - uid: 1291 + - uid: 1311 components: - type: MetaData name: Основной коридор З - type: Transform pos: -31.5,-30.5 parent: 2 - - uid: 1292 + - uid: 1312 components: - type: MetaData name: Основной коридор З @@ -29477,7 +29589,7 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-45.5 parent: 2 - - uid: 1293 + - uid: 1313 components: - type: MetaData name: Основной коридор ЮЗ @@ -29485,7 +29597,7 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-56.5 parent: 2 - - uid: 1294 + - uid: 1314 components: - type: MetaData name: Тех тоннели ЮЗ @@ -29493,7 +29605,7 @@ entities: rot: 3.141592653589793 rad pos: -41.5,-93.5 parent: 2 - - uid: 1295 + - uid: 1315 components: - type: MetaData name: Дроны @@ -29501,7 +29613,7 @@ entities: rot: -1.5707963267948966 rad pos: -66.5,-16.5 parent: 2 - - uid: 1296 + - uid: 1316 components: - type: MetaData name: Старое отбытие @@ -29509,7 +29621,7 @@ entities: rot: 3.141592653589793 rad pos: -44.5,10.5 parent: 2 - - uid: 1297 + - uid: 1317 components: - type: MetaData name: Кабинет психолога @@ -29517,7 +29629,7 @@ entities: rot: 3.141592653589793 rad pos: -55.5,-50.5 parent: 2 - - uid: 1298 + - uid: 1318 components: - type: MetaData name: Столовая @@ -29525,7 +29637,7 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,2.5 parent: 2 - - uid: 1299 + - uid: 1319 components: - type: MetaData name: Кладбище @@ -29533,7 +29645,7 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,29.5 parent: 2 - - uid: 1300 + - uid: 1320 components: - type: MetaData name: Бар @@ -29541,7 +29653,7 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,1.5 parent: 2 - - uid: 1301 + - uid: 1321 components: - type: MetaData name: Тесла Ю @@ -29549,7 +29661,7 @@ entities: rot: 1.5707963267948966 rad pos: 69.5,-61.5 parent: 2 - - uid: 1302 + - uid: 1322 components: - type: MetaData name: Тесла С @@ -29557,7 +29669,7 @@ entities: rot: 1.5707963267948966 rad pos: 69.5,-57.5 parent: 2 - - uid: 1303 + - uid: 1323 components: - type: MetaData name: Комната доп питания @@ -29565,7 +29677,7 @@ entities: rot: 3.141592653589793 rad pos: -41.5,-116.5 parent: 2 - - uid: 1304 + - uid: 1324 components: - type: MetaData name: Склад медикаментов @@ -29573,14 +29685,14 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,-11.5 parent: 2 - - uid: 1305 + - uid: 1325 components: - type: MetaData name: Комната наблюдения теслы - type: Transform pos: 75.5,-47.5 parent: 2 - - uid: 1306 + - uid: 1326 components: - type: MetaData name: Ксенобиология @@ -29588,7 +29700,7 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-69.5 parent: 2 - - uid: 1307 + - uid: 1327 components: - type: MetaData name: Старый склад @@ -29596,7 +29708,7 @@ entities: rot: -1.5707963267948966 rad pos: 99.5,-51.5 parent: 2 - - uid: 1308 + - uid: 1328 components: - type: MetaData name: Подпольное казино @@ -29604,7 +29716,7 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,-47.5 parent: 2 - - uid: 1309 + - uid: 1329 components: - type: MetaData name: Театр @@ -29612,21 +29724,21 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-10.5 parent: 2 - - uid: 1310 + - uid: 1330 components: - type: MetaData name: Старая верфь - type: Transform pos: 107.5,-54.5 parent: 2 - - uid: 1311 + - uid: 1331 components: - type: MetaData name: Доп склад инженерии - type: Transform pos: 47.5,-61.5 parent: 2 - - uid: 1312 + - uid: 1332 components: - type: MetaData name: Солнечные панели СЗ @@ -29634,7 +29746,7 @@ entities: rot: -1.5707963267948966 rad pos: -69.5,9.5 parent: 2 - - uid: 1313 + - uid: 1333 components: - type: MetaData name: Старая библиотека @@ -29642,12 +29754,12 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,-14.5 parent: 2 - - uid: 1314 + - uid: 1334 components: - type: Transform pos: 68.5,-47.5 parent: 2 - - uid: 1315 + - uid: 1335 components: - type: MetaData name: Тех тоннели ЮЗ @@ -29655,7 +29767,7 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,-110.5 parent: 2 - - uid: 1316 + - uid: 1336 components: - type: MetaData name: Старый спортзал @@ -29663,7 +29775,7 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-104.5 parent: 2 - - uid: 1317 + - uid: 1337 components: - type: MetaData name: Незавершенные модули @@ -29671,7 +29783,7 @@ entities: rot: 3.141592653589793 rad pos: -50.5,-113.5 parent: 2 - - uid: 1318 + - uid: 1338 components: - type: MetaData name: Старый театр @@ -29679,14 +29791,14 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,-117.5 parent: 2 - - uid: 1319 + - uid: 1339 components: - type: MetaData name: Запасная комната атмосферы - type: Transform pos: -75.5,-23.5 parent: 2 - - uid: 1320 + - uid: 1340 components: - type: MetaData name: Баня @@ -29694,20 +29806,20 @@ entities: rot: -1.5707963267948966 rad pos: -80.5,-16.5 parent: 2 - - uid: 1321 + - uid: 1341 components: - type: MetaData name: Комната сборки - type: Transform pos: -84.5,-6.5 parent: 2 - - uid: 1322 + - uid: 1342 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-11.5 parent: 2 - - uid: 1323 + - uid: 1343 components: - type: MetaData name: Питание ИИ @@ -29715,7 +29827,7 @@ entities: rot: -1.5707963267948966 rad pos: 101.5,-62.5 parent: 2 - - uid: 1324 + - uid: 1344 components: - type: MetaData name: Маршрутизаторы камер @@ -29723,7 +29835,7 @@ entities: rot: 1.5707963267948966 rad pos: 100.5,-68.5 parent: 2 - - uid: 1325 + - uid: 1345 components: - type: MetaData name: Телекоммуникация @@ -29731,14 +29843,14 @@ entities: rot: -1.5707963267948966 rad pos: 96.5,-68.5 parent: 2 - - uid: 1326 + - uid: 1346 components: - type: MetaData name: Ядро ИИ - type: Transform pos: 99.5,-85.5 parent: 2 - - uid: 1327 + - uid: 1347 components: - type: MetaData name: Кухня @@ -29746,7 +29858,7 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,11.5 parent: 2 - - uid: 1328 + - uid: 1348 components: - type: MetaData name: Парикмахерская @@ -29754,7 +29866,7 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-92.5 parent: 2 - - uid: 1329 + - uid: 1349 components: - type: MetaData name: Тех тоннели СВ эвакуация @@ -29762,7 +29874,7 @@ entities: rot: 3.141592653589793 rad pos: 40.5,29.5 parent: 2 - - uid: 1330 + - uid: 1350 components: - type: MetaData name: Пост Сб @@ -29770,7 +29882,7 @@ entities: rot: 3.141592653589793 rad pos: -45.5,-35.5 parent: 2 - - uid: 1331 + - uid: 1351 components: - type: MetaData name: Капсулы криосна @@ -29778,7 +29890,7 @@ entities: rot: 3.141592653589793 rad pos: -49.5,-37.5 parent: 2 - - uid: 1332 + - uid: 1352 components: - type: MetaData name: Морг @@ -29786,7 +29898,7 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,-38.5 parent: 2 - - uid: 1333 + - uid: 1353 components: - type: MetaData name: Экспериментальная ботаника @@ -29794,244 +29906,288 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,21.5 parent: 2 - - uid: 1334 + - uid: 1354 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-113.5 parent: 2 - - uid: 1335 + - uid: 1355 components: - type: Transform pos: 26.5,-39.5 parent: 2 - - uid: 1336 + - uid: 1356 components: - type: Transform pos: 55.5,-16.5 parent: 2 - - uid: 1337 + - uid: 1357 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-22.5 parent: 2 - - uid: 1338 + - uid: 1358 components: - type: Transform pos: 47.5,-16.5 parent: 2 - - uid: 1339 + - uid: 1359 components: - type: Transform pos: 60.5,-14.5 parent: 2 - - uid: 1340 + - uid: 1360 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-7.5 parent: 2 - - uid: 1341 + - uid: 1361 components: - type: Transform pos: 26.5,-35.5 parent: 2 - - uid: 1342 + - uid: 1362 components: - type: Transform pos: 66.5,-0.5 parent: 2 - - uid: 1343 + - uid: 1363 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,6.5 parent: 2 - - uid: 1344 + - uid: 1364 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,12.5 parent: 2 - - uid: 1345 + - uid: 1365 components: - type: MetaData name: ЛКП Детектив - type: Transform pos: 39.5,-22.5 parent: 2 - - uid: 1346 - components: - - type: Transform - pos: -62.5,-15.5 - parent: 2 - - uid: 1347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-9.5 - parent: 2 - - uid: 1348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-57.5 - parent: 2 - - uid: 1349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,3.5 - parent: 2 - - uid: 1350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-0.5 - parent: 2 - - uid: 1351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,17.5 - parent: 2 - - uid: 1352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-5.5 - parent: 2 - - uid: 1353 - components: - - type: Transform - pos: 49.5,-2.5 - parent: 2 - - uid: 1354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,22.5 - parent: 2 - - uid: 1355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,11.5 - parent: 2 - - uid: 1356 - components: - - type: Transform - pos: 111.5,-37.5 - parent: 2 - - uid: 1357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-3.5 - parent: 2 - - uid: 1358 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - - uid: 1359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,6.5 - parent: 2 - - uid: 1360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-2.5 - parent: 2 - - uid: 1361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,16.5 - parent: 2 - - uid: 1362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-48.5 - parent: 2 - - uid: 1363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,3.5 - parent: 2 - - uid: 1364 - components: - - type: Transform - pos: 46.5,25.5 - parent: 2 - - uid: 1365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-45.5 - parent: 2 - uid: 1366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-40.5 + pos: -62.5,-15.5 parent: 2 - uid: 1367 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-11.5 + pos: 6.5,-9.5 parent: 2 - uid: 1368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-72.5 + rot: 3.141592653589793 rad + pos: 59.5,-57.5 parent: 2 - uid: 1369 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-100.5 + pos: 72.5,3.5 parent: 2 - uid: 1370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-103.5 + rot: -1.5707963267948966 rad + pos: 61.5,-0.5 parent: 2 - uid: 1371 components: - type: Transform rot: 3.141592653589793 rad - pos: 98.5,-73.5 + pos: 18.5,17.5 parent: 2 - uid: 1372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-5.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 2 + - uid: 1374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,22.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,11.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: 111.5,-37.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-3.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,6.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-2.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,16.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-48.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,3.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-45.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-40.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-72.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-100.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-103.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 98.5,-73.5 + parent: 2 + - uid: 1392 components: - type: Transform rot: 1.5707963267948966 rad pos: 95.5,-75.5 parent: 2 - - uid: 1373 + - uid: 1393 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,6.5 parent: 2 - - uid: 1374 + - uid: 1394 components: - type: Transform pos: -54.5,-128.5 parent: 2 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-50.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-26.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-40.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-31.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: 13.5,-46.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 - proto: APCConstructed entities: - - uid: 1375 + - uid: 1403 components: - type: MetaData name: Игровой зал @@ -30039,7 +30195,7 @@ entities: rot: 3.141592653589793 rad pos: -61.5,8.5 parent: 2 - - uid: 1376 + - uid: 1404 components: - type: Transform rot: -1.5707963267948966 rad @@ -30047,13 +30203,13 @@ entities: parent: 2 - proto: APCHighCapacity entities: - - uid: 1377 + - uid: 1405 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-69.5 parent: 2 - - uid: 1378 + - uid: 1406 components: - type: Transform rot: 3.141592653589793 rad @@ -30061,14 +30217,14 @@ entities: parent: 2 - proto: APCHyperCapacity entities: - - uid: 1379 + - uid: 1407 components: - type: MetaData name: Атмос Север - type: Transform pos: 44.5,-91.5 parent: 2 - - uid: 1380 + - uid: 1408 components: - type: MetaData name: Атмос Юг @@ -30078,622 +30234,659 @@ entities: parent: 2 - proto: APECircuitboard entities: - - uid: 1381 + - uid: 1409 components: - type: Transform pos: 38.519688,-38.118324 parent: 2 - proto: AppraisalTool entities: - - uid: 1382 + - uid: 1410 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.544825,5.575892 parent: 2 - - uid: 1383 + - uid: 1411 components: - type: Transform pos: 12.4271755,-80.22748 parent: 2 - - uid: 1384 + - uid: 1412 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.675587,-86.38455 parent: 2 - - uid: 1385 + - uid: 1413 components: - type: Transform pos: 9.328552,25.70148 parent: 2 - proto: ArabianLamp entities: - - uid: 1386 + - uid: 1414 components: - type: Transform pos: -41.46104,-97.1843 parent: 2 - proto: ArrivalsShuttleTimer entities: - - uid: 1387 + - uid: 1415 components: - type: Transform pos: 90.5,-24.5 parent: 2 - - uid: 1388 + - uid: 1416 components: - type: Transform pos: 97.5,-38.5 parent: 2 - proto: ArtifactFragment entities: - - uid: 1389 + - uid: 1417 components: - type: Transform - pos: 0.5,-20.5 + pos: -1.5452211,-61.52865 + parent: 2 +- proto: ArtifactFragment1 + entities: + - uid: 1418 + components: + - type: Transform + pos: -5.6220403,-27.468132 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 10.756589,-33.453125 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: 11.287839,-25.296257 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: 7.7075086,-46.24992 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: 7.0138173,-59.393204 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: -11.840203,-37.127605 + parent: 2 + - uid: 1424 + components: + - type: Transform + pos: -10.537297,-32.278576 parent: 2 - proto: ArtistCircuitBoard entities: - - uid: 1390 + - uid: 1425 components: - type: Transform pos: -48.49393,-108.41706 parent: 2 - proto: Ash entities: - - uid: 1391 + - uid: 1426 components: - type: Transform pos: -67.57043,-12.383541 parent: 2 - - uid: 1392 + - uid: 1427 components: - type: Transform pos: 36.517097,5.6604967 parent: 2 - - uid: 1393 + - uid: 1428 components: - type: Transform pos: -67.55208,-12.8788805 parent: 2 - - uid: 1394 + - uid: 1429 components: - type: Transform pos: -67.86396,-12.493617 parent: 2 - - uid: 1395 + - uid: 1430 components: - type: Transform pos: -67.90065,-12.7688055 parent: 2 - - uid: 1396 + - uid: 1431 components: - type: Transform pos: -67.2402,-12.622038 parent: 2 - - uid: 1397 + - uid: 1432 components: - type: Transform pos: -67.31358,-12.622038 parent: 2 - - uid: 1398 + - uid: 1433 components: - type: Transform pos: -68.469376,-12.090007 parent: 2 - - uid: 1399 + - uid: 1434 components: - type: Transform pos: -68.67118,-11.998278 parent: 2 - - uid: 1400 + - uid: 1435 components: - type: Transform pos: -68.7996,-12.328504 parent: 2 - - uid: 1401 + - uid: 1436 components: - type: Transform pos: -68.7996,-12.603692 parent: 2 - - uid: 1402 + - uid: 1437 components: - type: Transform pos: -68.68952,-12.622038 parent: 2 - - uid: 1403 + - uid: 1438 components: - type: Transform pos: -68.23088,-12.401887 parent: 2 - - uid: 1404 + - uid: 1439 components: - type: Transform pos: -68.139145,-12.273466 parent: 2 - - uid: 1405 + - uid: 1440 components: - type: Transform pos: -55.734886,-91.88891 parent: 2 - - uid: 1406 + - uid: 1441 components: - type: Transform pos: -55.641136,-91.76391 parent: 2 - - uid: 1407 + - uid: 1442 components: - type: Transform pos: -56.55932,-83.64748 parent: 2 - - uid: 1408 + - uid: 1443 components: - type: Transform pos: -56.793694,-82.45998 parent: 2 - - uid: 1409 + - uid: 1444 components: - type: Transform pos: -55.543694,-82.61623 parent: 2 - proto: Ashtray entities: - - uid: 1410 + - uid: 1445 components: - type: Transform pos: -38.50823,-5.3493977 parent: 2 - - uid: 1411 + - uid: 1446 components: - type: Transform pos: 36.741425,3.4472716 parent: 2 - - uid: 1412 + - uid: 1447 components: - type: Transform pos: -68.469376,-12.43858 parent: 2 - - uid: 1413 + - uid: 1448 components: - type: Transform pos: 36.74837,5.747094 parent: 2 - - uid: 1414 + - uid: 1449 components: - type: Transform pos: -55.703636,-92.38891 parent: 2 - - uid: 1415 + - uid: 1450 components: - type: Transform pos: 46.744606,-1.6072202 parent: 2 - - uid: 1416 + - uid: 1451 components: - type: Transform pos: 46.440125,10.569173 parent: 2 - proto: AsimovCircuitBoard entities: - - uid: 1417 + - uid: 1452 components: - type: Transform pos: 16.471539,18.571913 parent: 2 - proto: AstroNavCartridge entities: - - uid: 1426 + - uid: 1454 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: AtmosDeviceFanDirectional entities: - - uid: 1430 + - uid: 1465 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,-16.5 parent: 2 - - uid: 1431 + - uid: 1466 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-4.5 parent: 2 - - uid: 1432 + - uid: 1467 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,17.5 parent: 2 - - uid: 1433 + - uid: 1468 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-73.5 parent: 2 - - uid: 1434 + - uid: 1469 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-45.5 parent: 2 - - uid: 1435 + - uid: 1470 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-36.5 parent: 2 - - uid: 1436 + - uid: 1471 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-36.5 parent: 2 - - uid: 1437 + - uid: 1472 components: - type: Transform pos: 98.5,-26.5 parent: 2 - - uid: 1438 + - uid: 1473 components: - type: Transform pos: 91.5,-26.5 parent: 2 - - uid: 1439 + - uid: 1474 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-47.5 parent: 2 - - uid: 1440 + - uid: 1475 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-37.5 parent: 2 - - uid: 1441 + - uid: 1476 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-39.5 parent: 2 - - uid: 1442 + - uid: 1477 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-18.5 parent: 2 - - uid: 1443 + - uid: 1478 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-18.5 parent: 2 - - uid: 1444 + - uid: 1479 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,21.5 parent: 2 - - uid: 1445 + - uid: 1480 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,21.5 parent: 2 - - uid: 1446 + - uid: 1481 components: - type: Transform pos: -57.5,1.5 parent: 2 - - uid: 1447 + - uid: 1482 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,21.5 parent: 2 - - uid: 1448 + - uid: 1483 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,21.5 parent: 2 - - uid: 1449 + - uid: 1484 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-30.5 parent: 2 - - uid: 1450 + - uid: 1485 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-93.5 parent: 2 - - uid: 1451 + - uid: 1486 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-99.5 parent: 2 - - uid: 1452 + - uid: 1487 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-97.5 parent: 2 - - uid: 1453 + - uid: 1488 components: - type: Transform rot: 3.141592653589793 rad pos: -94.5,3.5 parent: 2 - - uid: 1454 + - uid: 1489 components: - type: Transform rot: 3.141592653589793 rad pos: -90.5,3.5 parent: 2 - - uid: 1455 + - uid: 1490 components: - type: Transform rot: -1.5707963267948966 rad pos: -97.5,1.5 parent: 2 - - uid: 1456 + - uid: 1491 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,32.5 parent: 2 - - uid: 1457 + - uid: 1492 components: - type: Transform rot: 3.141592653589793 rad pos: 122.5,-37.5 parent: 2 - - uid: 1458 + - uid: 1493 components: - type: Transform rot: 3.141592653589793 rad pos: 129.5,-37.5 parent: 2 - - uid: 1459 + - uid: 1494 components: - type: Transform rot: 1.5707963267948966 rad pos: 133.5,-38.5 parent: 2 - - uid: 1460 + - uid: 1495 components: - type: Transform rot: 1.5707963267948966 rad pos: 133.5,-40.5 parent: 2 - - uid: 1461 - components: - - type: Transform - pos: 122.5,-41.5 - parent: 2 - - uid: 1462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 115.5,-37.5 - parent: 2 - - uid: 1463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,20.5 - parent: 2 - - uid: 1464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-81.5 - parent: 2 - - uid: 1465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-119.5 - parent: 2 - - uid: 1466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-4.5 - parent: 2 - - uid: 1467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-20.5 - parent: 2 - - uid: 1468 - components: - - type: Transform - pos: 46.5,-104.5 - parent: 2 - - uid: 1469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-79.5 - parent: 2 - - uid: 1470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,16.5 - parent: 2 - - uid: 1471 - components: - - type: Transform - pos: 129.5,-41.5 - parent: 2 - - uid: 1472 - components: - - type: Transform - pos: -0.5,-63.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: 0.5,-63.5 - parent: 2 - - uid: 1474 - components: - - type: Transform - pos: 1.5,-63.5 - parent: 2 - - uid: 1475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-19.5 - parent: 2 - - uid: 1476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,8.5 - parent: 2 - - uid: 1477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-66.5 - parent: 2 - - uid: 1478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-21.5 - parent: 2 - - uid: 1479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-16.5 - parent: 2 - - uid: 1480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-20.5 - parent: 2 - - uid: 1481 - components: - - type: Transform - pos: -9.5,-107.5 - parent: 2 - - uid: 1482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,5.5 - parent: 2 - - uid: 1483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,5.5 - parent: 2 - - uid: 1484 - components: - - type: Transform - pos: -2.5,-105.5 - parent: 2 - - uid: 1485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 108.5,-16.5 - parent: 2 - - uid: 1486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-54.5 - parent: 2 - - uid: 1487 - components: - - type: Transform - pos: 66.5,-64.5 - parent: 2 - - uid: 1488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-54.5 - parent: 2 - - uid: 40656 - components: - - type: Transform - pos: 0.5,0.5 - parent: 40654 -- proto: AtmosDeviceFanTiny - entities: - - uid: 1489 - components: - - type: Transform - pos: 106.5,-26.5 - parent: 2 - - uid: 1490 - components: - - type: Transform - pos: 107.5,-26.5 - parent: 2 - - uid: 1491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-96.5 - parent: 2 - - uid: 1492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-100.5 - parent: 2 - - uid: 1493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-36.5 - parent: 2 - - uid: 1494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-36.5 - parent: 2 - - uid: 1495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,12.5 - parent: 2 - uid: 1496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,13.5 + pos: 122.5,-41.5 parent: 2 - uid: 1497 components: - type: Transform rot: 3.141592653589793 rad - pos: 111.5,-59.5 + pos: 115.5,-37.5 parent: 2 - uid: 1498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,20.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-81.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-119.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-4.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-20.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: 46.5,-104.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-79.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,16.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: 129.5,-41.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-19.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,8.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-66.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-21.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 105.5,-16.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 110.5,-20.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: -9.5,-107.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,5.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,5.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: -2.5,-105.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 108.5,-16.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-54.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 66.5,-64.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-54.5 + parent: 2 + - uid: 41344 + components: + - type: Transform + pos: 0.5,0.5 + parent: 41342 +- proto: AtmosDeviceFanTiny + entities: + - uid: 1524 + components: + - type: Transform + pos: 106.5,-26.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 107.5,-26.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-96.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-100.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 106.5,-36.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 107.5,-36.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,12.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,13.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 111.5,-59.5 + parent: 2 + - uid: 1533 components: - type: Transform rot: 3.141592653589793 rad @@ -30701,144 +30894,144 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 1499 + - uid: 1534 components: - type: Transform pos: 31.5,-92.5 parent: 2 - - uid: 1500 + - uid: 1535 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-89.5 parent: 2 - - uid: 1501 + - uid: 1536 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-90.5 parent: 2 - - uid: 1502 + - uid: 1537 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-89.5 parent: 2 - - uid: 1503 + - uid: 1538 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-90.5 parent: 2 - - uid: 1504 + - uid: 1539 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-89.5 parent: 2 - - uid: 1505 + - uid: 1540 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-90.5 parent: 2 - - uid: 1506 + - uid: 1541 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-86.5 parent: 2 - - uid: 1507 + - uid: 1542 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-87.5 parent: 2 - - uid: 1508 + - uid: 1543 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-86.5 parent: 2 - - uid: 1509 + - uid: 1544 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-87.5 parent: 2 - - uid: 1510 + - uid: 1545 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-86.5 parent: 2 - - uid: 1511 + - uid: 1546 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-87.5 parent: 2 - - uid: 1512 + - uid: 1547 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-95.5 parent: 2 - - uid: 1513 + - uid: 1548 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-96.5 parent: 2 - - uid: 1514 + - uid: 1549 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-96.5 parent: 2 - - uid: 1515 + - uid: 1550 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-95.5 parent: 2 - - uid: 1516 + - uid: 1551 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-95.5 parent: 2 - - uid: 1517 + - uid: 1552 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-96.5 parent: 2 - - uid: 1518 + - uid: 1553 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-93.5 parent: 2 - - uid: 1519 + - uid: 1554 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-93.5 parent: 2 - - uid: 1520 + - uid: 1555 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-92.5 parent: 2 - - uid: 1521 + - uid: 1556 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-92.5 parent: 2 - - uid: 1522 + - uid: 1557 components: - type: Transform rot: 1.5707963267948966 rad @@ -30846,1419 +31039,1419 @@ entities: parent: 2 - proto: AtmosFixFreezerMarker entities: - - uid: 1523 + - uid: 1558 components: - type: Transform pos: 23.5,11.5 parent: 2 - - uid: 1524 + - uid: 1559 components: - type: Transform pos: 24.5,14.5 parent: 2 - - uid: 1525 + - uid: 1560 components: - type: Transform pos: 23.5,14.5 parent: 2 - - uid: 1526 + - uid: 1561 components: - type: Transform pos: 24.5,13.5 parent: 2 - - uid: 1527 + - uid: 1562 components: - type: Transform pos: 24.5,12.5 parent: 2 - - uid: 1528 + - uid: 1563 components: - type: Transform pos: 24.5,11.5 parent: 2 - - uid: 1529 + - uid: 1564 components: - type: Transform pos: 23.5,13.5 parent: 2 - - uid: 1530 + - uid: 1565 components: - type: Transform pos: 23.5,12.5 parent: 2 - - uid: 1531 + - uid: 1566 components: - type: Transform pos: 25.5,14.5 parent: 2 - - uid: 1532 + - uid: 1567 components: - type: Transform pos: 25.5,12.5 parent: 2 - - uid: 1533 + - uid: 1568 components: - type: Transform pos: 25.5,11.5 parent: 2 - - uid: 1534 + - uid: 1569 components: - type: Transform pos: 25.5,13.5 parent: 2 - - uid: 1535 + - uid: 1570 components: - type: Transform pos: -36.5,-72.5 parent: 2 - - uid: 1536 + - uid: 1571 components: - type: Transform pos: -36.5,-73.5 parent: 2 - - uid: 1537 + - uid: 1572 components: - type: Transform pos: -36.5,-74.5 parent: 2 - - uid: 1538 + - uid: 1573 components: - type: Transform pos: -35.5,-72.5 parent: 2 - - uid: 1539 + - uid: 1574 components: - type: Transform pos: -35.5,-73.5 parent: 2 - - uid: 1540 + - uid: 1575 components: - type: Transform pos: -35.5,-74.5 parent: 2 - - uid: 1541 + - uid: 1576 components: - type: Transform pos: -34.5,-72.5 parent: 2 - - uid: 1542 + - uid: 1577 components: - type: Transform pos: -34.5,-73.5 parent: 2 - - uid: 1543 + - uid: 1578 components: - type: Transform pos: -34.5,-74.5 parent: 2 - - uid: 1544 + - uid: 1579 components: - type: Transform pos: 94.5,-87.5 parent: 2 - - uid: 1545 + - uid: 1580 components: - type: Transform pos: 94.5,-88.5 parent: 2 - - uid: 1546 + - uid: 1581 components: - type: Transform pos: 94.5,-86.5 parent: 2 - - uid: 1547 + - uid: 1582 components: - type: Transform pos: 95.5,-86.5 parent: 2 - - uid: 1548 + - uid: 1583 components: - type: Transform pos: 95.5,-87.5 parent: 2 - - uid: 1549 + - uid: 1584 components: - type: Transform pos: 95.5,-88.5 parent: 2 - - uid: 1550 + - uid: 1585 components: - type: Transform pos: 96.5,-86.5 parent: 2 - - uid: 1551 + - uid: 1586 components: - type: Transform pos: 96.5,-87.5 parent: 2 - - uid: 1552 + - uid: 1587 components: - type: Transform pos: 96.5,-88.5 parent: 2 - - uid: 1553 + - uid: 1588 components: - type: Transform pos: 97.5,-86.5 parent: 2 - - uid: 1554 + - uid: 1589 components: - type: Transform pos: 97.5,-87.5 parent: 2 - - uid: 1555 + - uid: 1590 components: - type: Transform pos: 97.5,-88.5 parent: 2 - - uid: 1556 + - uid: 1591 components: - type: Transform pos: 98.5,-86.5 parent: 2 - - uid: 1557 + - uid: 1592 components: - type: Transform pos: 98.5,-87.5 parent: 2 - - uid: 1558 + - uid: 1593 components: - type: Transform pos: 98.5,-88.5 parent: 2 - - uid: 1559 + - uid: 1594 components: - type: Transform pos: 99.5,-86.5 parent: 2 - - uid: 1560 + - uid: 1595 components: - type: Transform pos: 99.5,-87.5 parent: 2 - - uid: 1561 + - uid: 1596 components: - type: Transform pos: 99.5,-88.5 parent: 2 - - uid: 1562 + - uid: 1597 components: - type: Transform pos: 100.5,-86.5 parent: 2 - - uid: 1563 + - uid: 1598 components: - type: Transform pos: 100.5,-87.5 parent: 2 - - uid: 1564 + - uid: 1599 components: - type: Transform pos: 100.5,-88.5 parent: 2 - - uid: 1565 + - uid: 1600 components: - type: Transform pos: 101.5,-86.5 parent: 2 - - uid: 1566 + - uid: 1601 components: - type: Transform pos: 101.5,-87.5 parent: 2 - - uid: 1567 + - uid: 1602 components: - type: Transform pos: 101.5,-88.5 parent: 2 - - uid: 1568 + - uid: 1603 components: - type: Transform pos: 102.5,-86.5 parent: 2 - - uid: 1569 + - uid: 1604 components: - type: Transform pos: 102.5,-87.5 parent: 2 - - uid: 1570 + - uid: 1605 components: - type: Transform pos: 102.5,-88.5 parent: 2 - - uid: 1571 + - uid: 1606 components: - type: Transform pos: 101.5,-90.5 parent: 2 - - uid: 1572 + - uid: 1607 components: - type: Transform pos: 101.5,-89.5 parent: 2 - - uid: 1573 + - uid: 1608 components: - type: Transform pos: 100.5,-90.5 parent: 2 - - uid: 1574 + - uid: 1609 components: - type: Transform pos: 100.5,-89.5 parent: 2 - - uid: 1575 + - uid: 1610 components: - type: Transform pos: 99.5,-90.5 parent: 2 - - uid: 1576 + - uid: 1611 components: - type: Transform pos: 99.5,-89.5 parent: 2 - - uid: 1577 + - uid: 1612 components: - type: Transform pos: 98.5,-90.5 parent: 2 - - uid: 1578 + - uid: 1613 components: - type: Transform pos: 98.5,-89.5 parent: 2 - - uid: 1579 + - uid: 1614 components: - type: Transform pos: 97.5,-90.5 parent: 2 - - uid: 1580 + - uid: 1615 components: - type: Transform pos: 97.5,-89.5 parent: 2 - - uid: 1581 + - uid: 1616 components: - type: Transform pos: 96.5,-90.5 parent: 2 - - uid: 1582 + - uid: 1617 components: - type: Transform pos: 96.5,-89.5 parent: 2 - - uid: 1583 + - uid: 1618 components: - type: Transform pos: 95.5,-90.5 parent: 2 - - uid: 1584 + - uid: 1619 components: - type: Transform pos: 95.5,-89.5 parent: 2 - - uid: 1585 + - uid: 1620 components: - type: Transform pos: 97.5,-91.5 parent: 2 - - uid: 1586 + - uid: 1621 components: - type: Transform pos: 98.5,-91.5 parent: 2 - - uid: 1587 + - uid: 1622 components: - type: Transform pos: 99.5,-91.5 parent: 2 - - uid: 1588 + - uid: 1623 components: - type: Transform pos: 98.5,-85.5 parent: 2 - - uid: 1589 + - uid: 1624 components: - type: Transform pos: 98.5,-84.5 parent: 2 - - uid: 1590 + - uid: 1625 components: - type: Transform pos: 98.5,-83.5 parent: 2 - - uid: 1591 + - uid: 1626 components: - type: Transform pos: 98.5,-82.5 parent: 2 - - uid: 1592 + - uid: 1627 components: - type: Transform pos: 98.5,-81.5 parent: 2 - - uid: 1593 + - uid: 1628 components: - type: Transform pos: 98.5,-80.5 parent: 2 - - uid: 1594 + - uid: 1629 components: - type: Transform pos: 98.5,-79.5 parent: 2 - - uid: 1595 + - uid: 1630 components: - type: Transform pos: 98.5,-78.5 parent: 2 - - uid: 1596 + - uid: 1631 components: - type: Transform pos: 99.5,-78.5 parent: 2 - - uid: 1597 + - uid: 1632 components: - type: Transform pos: 99.5,-79.5 parent: 2 - - uid: 1598 + - uid: 1633 components: - type: Transform pos: 99.5,-80.5 parent: 2 - - uid: 1599 + - uid: 1634 components: - type: Transform pos: 100.5,-78.5 parent: 2 - - uid: 1600 + - uid: 1635 components: - type: Transform pos: 100.5,-79.5 parent: 2 - - uid: 1601 + - uid: 1636 components: - type: Transform pos: 100.5,-80.5 parent: 2 - - uid: 1602 + - uid: 1637 components: - type: Transform pos: 101.5,-78.5 parent: 2 - - uid: 1603 + - uid: 1638 components: - type: Transform pos: 101.5,-79.5 parent: 2 - - uid: 1604 + - uid: 1639 components: - type: Transform pos: 101.5,-80.5 parent: 2 - - uid: 1605 + - uid: 1640 components: - type: Transform pos: 102.5,-78.5 parent: 2 - - uid: 1606 + - uid: 1641 components: - type: Transform pos: 102.5,-79.5 parent: 2 - - uid: 1607 + - uid: 1642 components: - type: Transform pos: 102.5,-80.5 parent: 2 - - uid: 1608 + - uid: 1643 components: - type: Transform pos: 97.5,-80.5 parent: 2 - - uid: 1609 + - uid: 1644 components: - type: Transform pos: 97.5,-79.5 parent: 2 - - uid: 1610 + - uid: 1645 components: - type: Transform pos: 97.5,-78.5 parent: 2 - - uid: 1611 + - uid: 1646 components: - type: Transform pos: 96.5,-80.5 parent: 2 - - uid: 1612 + - uid: 1647 components: - type: Transform pos: 96.5,-79.5 parent: 2 - - uid: 1613 + - uid: 1648 components: - type: Transform pos: 96.5,-78.5 parent: 2 - - uid: 1614 + - uid: 1649 components: - type: Transform pos: 95.5,-80.5 parent: 2 - - uid: 1615 + - uid: 1650 components: - type: Transform pos: 95.5,-79.5 parent: 2 - - uid: 1616 + - uid: 1651 components: - type: Transform pos: 95.5,-78.5 parent: 2 - - uid: 1617 + - uid: 1652 components: - type: Transform pos: 94.5,-80.5 parent: 2 - - uid: 1618 + - uid: 1653 components: - type: Transform pos: 94.5,-79.5 parent: 2 - - uid: 1619 + - uid: 1654 components: - type: Transform pos: 94.5,-78.5 parent: 2 - - uid: 1620 + - uid: 1655 components: - type: Transform pos: 99.5,-83.5 parent: 2 - - uid: 1621 + - uid: 1656 components: - type: Transform pos: 100.5,-83.5 parent: 2 - - uid: 1622 + - uid: 1657 components: - type: Transform pos: 101.5,-83.5 parent: 2 - - uid: 1623 + - uid: 1658 components: - type: Transform pos: 100.5,-82.5 parent: 2 - - uid: 1624 + - uid: 1659 components: - type: Transform pos: 101.5,-82.5 parent: 2 - - uid: 1625 + - uid: 1660 components: - type: Transform pos: 101.5,-84.5 parent: 2 - - uid: 1626 + - uid: 1661 components: - type: Transform pos: 100.5,-84.5 parent: 2 - - uid: 1627 + - uid: 1662 components: - type: Transform pos: 97.5,-83.5 parent: 2 - - uid: 1628 + - uid: 1663 components: - type: Transform pos: 96.5,-83.5 parent: 2 - - uid: 1629 + - uid: 1664 components: - type: Transform pos: 95.5,-83.5 parent: 2 - - uid: 1630 + - uid: 1665 components: - type: Transform pos: 95.5,-82.5 parent: 2 - - uid: 1631 + - uid: 1666 components: - type: Transform pos: 96.5,-82.5 parent: 2 - - uid: 1632 + - uid: 1667 components: - type: Transform pos: 96.5,-84.5 parent: 2 - - uid: 1633 + - uid: 1668 components: - type: Transform pos: 95.5,-84.5 parent: 2 - - uid: 1634 + - uid: 1669 components: - type: Transform pos: 97.5,-77.5 parent: 2 - - uid: 1635 - components: - - type: Transform - pos: 97.5,-76.5 - parent: 2 - - uid: 1636 - components: - - type: Transform - pos: 97.5,-75.5 - parent: 2 - - uid: 1637 - components: - - type: Transform - pos: 97.5,-74.5 - parent: 2 - - uid: 1638 - components: - - type: Transform - pos: 97.5,-73.5 - parent: 2 - - uid: 1639 - components: - - type: Transform - pos: 97.5,-72.5 - parent: 2 - - uid: 1640 - components: - - type: Transform - pos: 97.5,-71.5 - parent: 2 - - uid: 1641 - components: - - type: Transform - pos: 97.5,-70.5 - parent: 2 - - uid: 1642 - components: - - type: Transform - pos: 97.5,-69.5 - parent: 2 - - uid: 1643 - components: - - type: Transform - pos: 97.5,-68.5 - parent: 2 - - uid: 1644 - components: - - type: Transform - pos: 97.5,-67.5 - parent: 2 - - uid: 1645 - components: - - type: Transform - pos: 97.5,-66.5 - parent: 2 - - uid: 1646 - components: - - type: Transform - pos: 97.5,-65.5 - parent: 2 - - uid: 1647 - components: - - type: Transform - pos: 97.5,-64.5 - parent: 2 - - uid: 1648 - components: - - type: Transform - pos: 97.5,-63.5 - parent: 2 - - uid: 1649 - components: - - type: Transform - pos: 97.5,-62.5 - parent: 2 - - uid: 1650 - components: - - type: Transform - pos: 97.5,-61.5 - parent: 2 - - uid: 1651 - components: - - type: Transform - pos: 96.5,-62.5 - parent: 2 - - uid: 1652 - components: - - type: Transform - pos: 96.5,-63.5 - parent: 2 - - uid: 1653 - components: - - type: Transform - pos: 96.5,-64.5 - parent: 2 - - uid: 1654 - components: - - type: Transform - pos: 97.5,-62.5 - parent: 2 - - uid: 1655 - components: - - type: Transform - pos: 97.5,-63.5 - parent: 2 - - uid: 1656 - components: - - type: Transform - pos: 97.5,-64.5 - parent: 2 - - uid: 1657 - components: - - type: Transform - pos: 98.5,-62.5 - parent: 2 - - uid: 1658 - components: - - type: Transform - pos: 98.5,-63.5 - parent: 2 - - uid: 1659 - components: - - type: Transform - pos: 98.5,-64.5 - parent: 2 - - uid: 1660 - components: - - type: Transform - pos: 99.5,-62.5 - parent: 2 - - uid: 1661 - components: - - type: Transform - pos: 99.5,-63.5 - parent: 2 - - uid: 1662 - components: - - type: Transform - pos: 99.5,-64.5 - parent: 2 - - uid: 1663 - components: - - type: Transform - pos: 100.5,-62.5 - parent: 2 - - uid: 1664 - components: - - type: Transform - pos: 100.5,-63.5 - parent: 2 - - uid: 1665 - components: - - type: Transform - pos: 100.5,-64.5 - parent: 2 - - uid: 1666 - components: - - type: Transform - pos: 98.5,-61.5 - parent: 2 - - uid: 1667 - components: - - type: Transform - pos: 99.5,-61.5 - parent: 2 - - uid: 1668 - components: - - type: Transform - pos: 99.5,-64.5 - parent: 2 - - uid: 1669 - components: - - type: Transform - pos: 99.5,-65.5 - parent: 2 - uid: 1670 components: - type: Transform - pos: 99.5,-66.5 + pos: 97.5,-76.5 parent: 2 - uid: 1671 components: - type: Transform - pos: 99.5,-67.5 + pos: 97.5,-75.5 parent: 2 - uid: 1672 components: - type: Transform - pos: 99.5,-68.5 + pos: 97.5,-74.5 parent: 2 - uid: 1673 components: - type: Transform - pos: 99.5,-69.5 + pos: 97.5,-73.5 parent: 2 - uid: 1674 components: - type: Transform - pos: 99.5,-70.5 + pos: 97.5,-72.5 parent: 2 - uid: 1675 components: - type: Transform - pos: 99.5,-71.5 + pos: 97.5,-71.5 parent: 2 - uid: 1676 components: - type: Transform - pos: 99.5,-72.5 + pos: 97.5,-70.5 parent: 2 - uid: 1677 components: - type: Transform - pos: 99.5,-73.5 + pos: 97.5,-69.5 parent: 2 - uid: 1678 components: - type: Transform - pos: 99.5,-74.5 + pos: 97.5,-68.5 parent: 2 - uid: 1679 components: - type: Transform - pos: 99.5,-75.5 + pos: 97.5,-67.5 parent: 2 - uid: 1680 components: - type: Transform - pos: 99.5,-76.5 + pos: 97.5,-66.5 parent: 2 - uid: 1681 components: - type: Transform - pos: 99.5,-77.5 + pos: 97.5,-65.5 parent: 2 - uid: 1682 components: - type: Transform - pos: 96.5,-74.5 + pos: 97.5,-64.5 parent: 2 - uid: 1683 components: - type: Transform - pos: 96.5,-75.5 + pos: 97.5,-63.5 parent: 2 - uid: 1684 components: - type: Transform - pos: 96.5,-76.5 + pos: 97.5,-62.5 parent: 2 - uid: 1685 components: - type: Transform - pos: 97.5,-74.5 + pos: 97.5,-61.5 parent: 2 - uid: 1686 components: - type: Transform - pos: 97.5,-75.5 + pos: 96.5,-62.5 parent: 2 - uid: 1687 components: - type: Transform - pos: 97.5,-76.5 + pos: 96.5,-63.5 parent: 2 - uid: 1688 components: - type: Transform - pos: 98.5,-74.5 + pos: 96.5,-64.5 parent: 2 - uid: 1689 components: - type: Transform - pos: 98.5,-75.5 + pos: 97.5,-62.5 parent: 2 - uid: 1690 components: - type: Transform - pos: 98.5,-76.5 + pos: 97.5,-63.5 parent: 2 - uid: 1691 components: - type: Transform - pos: 99.5,-74.5 + pos: 97.5,-64.5 parent: 2 - uid: 1692 components: - type: Transform - pos: 99.5,-75.5 + pos: 98.5,-62.5 parent: 2 - uid: 1693 components: - type: Transform - pos: 99.5,-76.5 + pos: 98.5,-63.5 parent: 2 - uid: 1694 components: - type: Transform - pos: 100.5,-74.5 + pos: 98.5,-64.5 parent: 2 - uid: 1695 components: - type: Transform - pos: 100.5,-75.5 + pos: 99.5,-62.5 parent: 2 - uid: 1696 components: - type: Transform - pos: 100.5,-76.5 + pos: 99.5,-63.5 parent: 2 - uid: 1697 components: - type: Transform - pos: 97.5,-66.5 + pos: 99.5,-64.5 parent: 2 - uid: 1698 components: - type: Transform - pos: 97.5,-67.5 + pos: 100.5,-62.5 parent: 2 - uid: 1699 components: - type: Transform - pos: 97.5,-68.5 + pos: 100.5,-63.5 parent: 2 - uid: 1700 components: - type: Transform - pos: 97.5,-69.5 + pos: 100.5,-64.5 parent: 2 - uid: 1701 components: - type: Transform - pos: 97.5,-70.5 + pos: 98.5,-61.5 parent: 2 - uid: 1702 components: - type: Transform - pos: 97.5,-71.5 + pos: 99.5,-61.5 parent: 2 - uid: 1703 components: - type: Transform - pos: 97.5,-72.5 + pos: 99.5,-64.5 parent: 2 - uid: 1704 components: - type: Transform - pos: 98.5,-66.5 + pos: 99.5,-65.5 parent: 2 - uid: 1705 components: - type: Transform - pos: 98.5,-67.5 + pos: 99.5,-66.5 parent: 2 - uid: 1706 components: - type: Transform - pos: 98.5,-68.5 + pos: 99.5,-67.5 parent: 2 - uid: 1707 components: - type: Transform - pos: 98.5,-69.5 + pos: 99.5,-68.5 parent: 2 - uid: 1708 components: - type: Transform - pos: 98.5,-70.5 + pos: 99.5,-69.5 parent: 2 - uid: 1709 components: - type: Transform - pos: 98.5,-71.5 + pos: 99.5,-70.5 parent: 2 - uid: 1710 components: - type: Transform - pos: 98.5,-72.5 + pos: 99.5,-71.5 parent: 2 - uid: 1711 components: - type: Transform - pos: 99.5,-66.5 + pos: 99.5,-72.5 parent: 2 - uid: 1712 components: - type: Transform - pos: 99.5,-67.5 + pos: 99.5,-73.5 parent: 2 - uid: 1713 components: - type: Transform - pos: 99.5,-68.5 + pos: 99.5,-74.5 parent: 2 - uid: 1714 components: - type: Transform - pos: 99.5,-69.5 + pos: 99.5,-75.5 parent: 2 - uid: 1715 components: - type: Transform - pos: 99.5,-70.5 + pos: 99.5,-76.5 parent: 2 - uid: 1716 components: - type: Transform - pos: 99.5,-71.5 + pos: 99.5,-77.5 parent: 2 - uid: 1717 components: - type: Transform - pos: 99.5,-72.5 + pos: 96.5,-74.5 parent: 2 - uid: 1718 components: - type: Transform - pos: 99.5,-67.5 + pos: 96.5,-75.5 parent: 2 - uid: 1719 components: - type: Transform - pos: 100.5,-67.5 + pos: 96.5,-76.5 parent: 2 - uid: 1720 components: - type: Transform - pos: 101.5,-67.5 + pos: 97.5,-74.5 parent: 2 - uid: 1721 components: - type: Transform - pos: 100.5,-71.5 + pos: 97.5,-75.5 parent: 2 - uid: 1722 components: - type: Transform - pos: 96.5,-67.5 + pos: 97.5,-76.5 parent: 2 - uid: 1723 components: - type: Transform - pos: 96.5,-71.5 + pos: 98.5,-74.5 parent: 2 - uid: 1724 components: - type: Transform - pos: 91.5,-66.5 + pos: 98.5,-75.5 parent: 2 - uid: 1725 components: - type: Transform - pos: 91.5,-67.5 + pos: 98.5,-76.5 parent: 2 - uid: 1726 components: - type: Transform - pos: 91.5,-68.5 + pos: 99.5,-74.5 parent: 2 - uid: 1727 components: - type: Transform - pos: 91.5,-69.5 + pos: 99.5,-75.5 parent: 2 - uid: 1728 components: - type: Transform - pos: 91.5,-70.5 + pos: 99.5,-76.5 parent: 2 - uid: 1729 components: - type: Transform - pos: 91.5,-71.5 + pos: 100.5,-74.5 parent: 2 - uid: 1730 components: - type: Transform - pos: 91.5,-72.5 + pos: 100.5,-75.5 parent: 2 - uid: 1731 components: - type: Transform - pos: 92.5,-66.5 + pos: 100.5,-76.5 parent: 2 - uid: 1732 components: - type: Transform - pos: 92.5,-67.5 + pos: 97.5,-66.5 parent: 2 - uid: 1733 components: - type: Transform - pos: 92.5,-68.5 + pos: 97.5,-67.5 parent: 2 - uid: 1734 components: - type: Transform - pos: 92.5,-69.5 + pos: 97.5,-68.5 parent: 2 - uid: 1735 components: - type: Transform - pos: 92.5,-70.5 + pos: 97.5,-69.5 parent: 2 - uid: 1736 components: - type: Transform - pos: 92.5,-71.5 + pos: 97.5,-70.5 parent: 2 - uid: 1737 components: - type: Transform - pos: 92.5,-72.5 + pos: 97.5,-71.5 parent: 2 - uid: 1738 components: - type: Transform - pos: 93.5,-66.5 + pos: 97.5,-72.5 parent: 2 - uid: 1739 components: - type: Transform - pos: 93.5,-67.5 + pos: 98.5,-66.5 parent: 2 - uid: 1740 components: - type: Transform - pos: 93.5,-68.5 + pos: 98.5,-67.5 parent: 2 - uid: 1741 components: - type: Transform - pos: 93.5,-69.5 + pos: 98.5,-68.5 parent: 2 - uid: 1742 components: - type: Transform - pos: 93.5,-70.5 + pos: 98.5,-69.5 parent: 2 - uid: 1743 components: - type: Transform - pos: 93.5,-71.5 + pos: 98.5,-70.5 parent: 2 - uid: 1744 components: - type: Transform - pos: 93.5,-72.5 + pos: 98.5,-71.5 parent: 2 - uid: 1745 components: - type: Transform - pos: 94.5,-66.5 + pos: 98.5,-72.5 parent: 2 - uid: 1746 components: - type: Transform - pos: 94.5,-67.5 + pos: 99.5,-66.5 parent: 2 - uid: 1747 components: - type: Transform - pos: 94.5,-68.5 + pos: 99.5,-67.5 parent: 2 - uid: 1748 components: - type: Transform - pos: 94.5,-69.5 + pos: 99.5,-68.5 parent: 2 - uid: 1749 components: - type: Transform - pos: 94.5,-70.5 + pos: 99.5,-69.5 parent: 2 - uid: 1750 components: - type: Transform - pos: 94.5,-71.5 + pos: 99.5,-70.5 parent: 2 - uid: 1751 components: - type: Transform - pos: 94.5,-72.5 + pos: 99.5,-71.5 parent: 2 - uid: 1752 components: - type: Transform - pos: 95.5,-66.5 + pos: 99.5,-72.5 parent: 2 - uid: 1753 components: - type: Transform - pos: 95.5,-67.5 + pos: 99.5,-67.5 parent: 2 - uid: 1754 components: - type: Transform - pos: 95.5,-68.5 + pos: 100.5,-67.5 parent: 2 - uid: 1755 components: - type: Transform - pos: 95.5,-69.5 + pos: 101.5,-67.5 parent: 2 - uid: 1756 components: - type: Transform - pos: 95.5,-70.5 + pos: 100.5,-71.5 parent: 2 - uid: 1757 components: - type: Transform - pos: 95.5,-71.5 + pos: 96.5,-67.5 parent: 2 - uid: 1758 components: - type: Transform - pos: 95.5,-72.5 + pos: 96.5,-71.5 parent: 2 - uid: 1759 components: - type: Transform - pos: 101.5,-66.5 + pos: 91.5,-66.5 parent: 2 - uid: 1760 components: - type: Transform - pos: 101.5,-67.5 + pos: 91.5,-67.5 parent: 2 - uid: 1761 components: - type: Transform - pos: 101.5,-68.5 + pos: 91.5,-68.5 parent: 2 - uid: 1762 components: - type: Transform - pos: 101.5,-69.5 + pos: 91.5,-69.5 parent: 2 - uid: 1763 components: - type: Transform - pos: 101.5,-70.5 + pos: 91.5,-70.5 parent: 2 - uid: 1764 components: - type: Transform - pos: 101.5,-71.5 + pos: 91.5,-71.5 parent: 2 - uid: 1765 components: - type: Transform - pos: 101.5,-72.5 + pos: 91.5,-72.5 parent: 2 - uid: 1766 components: - type: Transform - pos: 102.5,-66.5 + pos: 92.5,-66.5 parent: 2 - uid: 1767 components: - type: Transform - pos: 102.5,-67.5 + pos: 92.5,-67.5 parent: 2 - uid: 1768 components: - type: Transform - pos: 102.5,-68.5 + pos: 92.5,-68.5 parent: 2 - uid: 1769 components: - type: Transform - pos: 102.5,-69.5 + pos: 92.5,-69.5 parent: 2 - uid: 1770 components: - type: Transform - pos: 102.5,-70.5 + pos: 92.5,-70.5 parent: 2 - uid: 1771 components: - type: Transform - pos: 102.5,-71.5 + pos: 92.5,-71.5 parent: 2 - uid: 1772 components: - type: Transform - pos: 102.5,-72.5 + pos: 92.5,-72.5 parent: 2 - uid: 1773 components: - type: Transform - pos: 103.5,-66.5 + pos: 93.5,-66.5 parent: 2 - uid: 1774 components: - type: Transform - pos: 103.5,-67.5 + pos: 93.5,-67.5 parent: 2 - uid: 1775 components: - type: Transform - pos: 103.5,-68.5 + pos: 93.5,-68.5 parent: 2 - uid: 1776 components: - type: Transform - pos: 103.5,-69.5 + pos: 93.5,-69.5 parent: 2 - uid: 1777 components: - type: Transform - pos: 103.5,-70.5 + pos: 93.5,-70.5 parent: 2 - uid: 1778 components: - type: Transform - pos: 103.5,-71.5 + pos: 93.5,-71.5 parent: 2 - uid: 1779 components: - type: Transform - pos: 103.5,-72.5 + pos: 93.5,-72.5 parent: 2 - uid: 1780 components: - type: Transform - pos: 104.5,-66.5 + pos: 94.5,-66.5 parent: 2 - uid: 1781 components: - type: Transform - pos: 104.5,-67.5 + pos: 94.5,-67.5 parent: 2 - uid: 1782 components: - type: Transform - pos: 104.5,-68.5 + pos: 94.5,-68.5 parent: 2 - uid: 1783 components: - type: Transform - pos: 104.5,-69.5 + pos: 94.5,-69.5 parent: 2 - uid: 1784 components: - type: Transform - pos: 104.5,-70.5 + pos: 94.5,-70.5 parent: 2 - uid: 1785 components: - type: Transform - pos: 104.5,-71.5 + pos: 94.5,-71.5 parent: 2 - uid: 1786 components: - type: Transform - pos: 104.5,-72.5 + pos: 94.5,-72.5 parent: 2 - uid: 1787 components: - type: Transform - pos: 105.5,-66.5 + pos: 95.5,-66.5 parent: 2 - uid: 1788 components: - type: Transform - pos: 105.5,-67.5 + pos: 95.5,-67.5 parent: 2 - uid: 1789 components: - type: Transform - pos: 105.5,-68.5 + pos: 95.5,-68.5 parent: 2 - uid: 1790 components: - type: Transform - pos: 105.5,-69.5 + pos: 95.5,-69.5 parent: 2 - uid: 1791 components: - type: Transform - pos: 105.5,-70.5 + pos: 95.5,-70.5 parent: 2 - uid: 1792 components: - type: Transform - pos: 105.5,-71.5 + pos: 95.5,-71.5 parent: 2 - uid: 1793 components: - type: Transform - pos: 105.5,-72.5 + pos: 95.5,-72.5 parent: 2 - uid: 1794 components: - type: Transform - pos: 93.5,-79.5 + pos: 101.5,-66.5 parent: 2 - uid: 1795 components: - type: Transform - pos: 92.5,-78.5 + pos: 101.5,-67.5 parent: 2 - uid: 1796 components: - type: Transform - pos: 92.5,-79.5 + pos: 101.5,-68.5 parent: 2 - uid: 1797 components: - type: Transform - pos: 92.5,-80.5 + pos: 101.5,-69.5 parent: 2 - uid: 1798 + components: + - type: Transform + pos: 101.5,-70.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: 101.5,-71.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + pos: 101.5,-72.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: 102.5,-66.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 102.5,-67.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + pos: 102.5,-68.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + pos: 102.5,-69.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + pos: 102.5,-70.5 + parent: 2 + - uid: 1806 + components: + - type: Transform + pos: 102.5,-71.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: 102.5,-72.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + pos: 103.5,-66.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 103.5,-67.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: 103.5,-68.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + pos: 103.5,-69.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + pos: 103.5,-70.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: 103.5,-71.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 103.5,-72.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 104.5,-66.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: 104.5,-67.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: 104.5,-68.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: 104.5,-69.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: 104.5,-70.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: 104.5,-71.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: 104.5,-72.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: 105.5,-66.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: 105.5,-67.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: 105.5,-68.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: 105.5,-69.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: 105.5,-70.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: 105.5,-71.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: 105.5,-72.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: 93.5,-79.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + pos: 92.5,-78.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + pos: 92.5,-79.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: 92.5,-80.5 + parent: 2 + - uid: 1833 components: - type: Transform pos: 91.5,-79.5 parent: 2 - proto: AtmosFixNitrogenMarker entities: - - uid: 1799 + - uid: 1834 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-101.5 parent: 2 - - uid: 1800 + - uid: 1835 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-101.5 parent: 2 - - uid: 1801 + - uid: 1836 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-102.5 parent: 2 - - uid: 1802 + - uid: 1837 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-102.5 parent: 2 - - uid: 1803 + - uid: 1838 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-102.5 parent: 2 - - uid: 1804 + - uid: 1839 components: - type: Transform rot: 3.141592653589793 rad @@ -32266,37 +32459,37 @@ entities: parent: 2 - proto: AtmosFixOxygenMarker entities: - - uid: 1805 + - uid: 1840 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-98.5 parent: 2 - - uid: 1806 + - uid: 1841 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-99.5 parent: 2 - - uid: 1807 + - uid: 1842 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-98.5 parent: 2 - - uid: 1808 + - uid: 1843 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-99.5 parent: 2 - - uid: 1809 + - uid: 1844 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-98.5 parent: 2 - - uid: 1810 + - uid: 1845 components: - type: Transform rot: 3.141592653589793 rad @@ -32304,65 +32497,65 @@ entities: parent: 2 - proto: Autolathe entities: - - uid: 1811 + - uid: 1846 components: - type: Transform pos: 14.5,-103.5 parent: 2 - - uid: 1812 + - uid: 1847 components: - type: Transform pos: -38.5,-46.5 parent: 2 - - uid: 1813 + - uid: 1848 components: - type: Transform pos: -35.5,-61.5 parent: 2 - - uid: 1814 + - uid: 1849 components: - type: Transform pos: 6.5,-86.5 parent: 2 - - uid: 1815 + - uid: 1850 components: - type: Transform pos: 62.5,-27.5 parent: 2 - - uid: 1816 + - uid: 1851 components: - type: Transform pos: 1.5,-70.5 parent: 2 - - uid: 1817 + - uid: 1852 components: - type: Transform pos: 104.5,-19.5 parent: 2 - - uid: 1818 + - uid: 1853 components: - type: Transform pos: 51.5,-48.5 parent: 2 - proto: BackgammonBoard entities: - - uid: 1819 + - uid: 1854 components: - type: Transform pos: 33.478127,-0.42166972 parent: 2 - proto: BalloonNT entities: - - uid: 1821 + - uid: 1856 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BananaPhoneInstrument entities: - - uid: 1828 + - uid: 1863 components: - type: MetaData desc: Прямая линия для связи с [БОЛЬШОЙ ШИШКОЙ] @@ -32371,435 +32564,447 @@ entities: parent: 2 - proto: BannerCargo entities: - - uid: 1829 + - uid: 1864 components: - type: Transform pos: 7.5,-84.5 parent: 2 - - uid: 1830 + - uid: 1865 components: - type: Transform pos: 7.5,-78.5 parent: 2 - - uid: 1831 + - uid: 1866 components: - type: Transform pos: 0.5,-84.5 parent: 2 - proto: BannerEngineering entities: - - uid: 1832 + - uid: 1867 components: - type: Transform pos: 42.5,-54.5 parent: 2 - - uid: 1833 + - uid: 1868 components: - type: Transform pos: 46.5,-54.5 parent: 2 - - uid: 1834 + - uid: 1869 components: - type: Transform pos: 44.5,-49.5 parent: 2 - - uid: 1835 + - uid: 1870 components: - type: Transform pos: 44.5,-90.5 parent: 2 - - uid: 1836 + - uid: 1871 components: - type: Transform pos: 47.5,-90.5 parent: 2 - proto: BannerMedical entities: - - uid: 1837 + - uid: 1872 components: - type: Transform pos: -34.5,-36.5 parent: 2 - - uid: 1838 + - uid: 1873 components: - type: Transform pos: -41.5,-32.5 parent: 2 - - uid: 1839 + - uid: 1874 components: - type: Transform pos: 24.5,-87.5 parent: 2 - proto: BannerNanotrasen entities: - - uid: 1840 + - uid: 1875 components: - type: Transform pos: -17.5,3.5 parent: 2 - proto: BannerRevolution entities: - - uid: 1841 + - uid: 1876 components: - type: Transform pos: -37.5,14.5 parent: 2 - - uid: 1842 + - uid: 1877 components: - type: Transform pos: 2.5,-95.5 parent: 2 - proto: BannerScience entities: - - uid: 1843 + - uid: 1878 components: - type: Transform pos: -43.5,-52.5 parent: 2 - - uid: 1844 + - uid: 1879 components: - type: Transform pos: -41.5,-79.5 parent: 2 - proto: BannerSecurity entities: - - uid: 1845 + - uid: 1880 components: - type: Transform pos: 72.5,-29.5 parent: 2 - - uid: 1846 + - uid: 1881 components: - type: Transform pos: -7.5,-0.5 parent: 2 - - uid: 1847 + - uid: 1882 components: - type: Transform pos: -67.5,-36.5 parent: 2 - - uid: 1848 + - uid: 1883 components: - type: Transform pos: -73.5,-50.5 parent: 2 - - uid: 1849 + - uid: 1884 components: - type: Transform pos: 38.5,-5.5 parent: 2 - - uid: 1850 + - uid: 1885 components: - type: Transform pos: 67.5,-5.5 parent: 2 - proto: BannerSyndicate entities: - - uid: 1851 + - uid: 1886 components: - type: Transform pos: -34.5,20.5 parent: 2 - - uid: 1852 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 2 - proto: BarberScissors entities: - - uid: 1853 + - uid: 1887 components: - type: Transform pos: -26.517313,-93.78137 parent: 2 - - uid: 1854 + - uid: 1888 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.445631,-94.501396 parent: 2 +- proto: BarrelChemEmpty + entities: + - uid: 1889 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: 11.410467,-35.58018 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: 11.769842,-35.439556 + parent: 2 - proto: Barricade entities: - - uid: 1855 + - uid: 1892 components: - type: Transform pos: -41.5,0.5 parent: 2 - - uid: 1856 + - uid: 1893 components: - type: Transform pos: -47.5,2.5 parent: 2 - - uid: 1857 + - uid: 1894 components: - type: Transform pos: -49.5,-1.5 parent: 2 - - uid: 1858 + - uid: 1895 components: - type: Transform pos: -10.5,-94.5 parent: 2 - - uid: 1859 + - uid: 1896 components: - type: Transform pos: -39.5,-115.5 parent: 2 - - uid: 1860 + - uid: 1897 components: - type: Transform pos: -44.5,3.5 parent: 2 - - uid: 1861 + - uid: 1898 components: - type: Transform pos: -36.5,-114.5 parent: 2 - - uid: 1862 + - uid: 1899 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-68.5 parent: 2 - - uid: 1863 + - uid: 1900 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-71.5 parent: 2 - - uid: 1864 + - uid: 1901 components: - type: Transform pos: 69.5,-46.5 parent: 2 - - uid: 1865 + - uid: 1902 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-105.5 parent: 2 - - uid: 1866 + - uid: 1903 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-106.5 parent: 2 - - uid: 1867 + - uid: 1904 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-23.5 parent: 2 - - uid: 1868 + - uid: 1905 components: - type: Transform pos: -81.5,-14.5 parent: 2 - - uid: 1869 + - uid: 1906 components: - type: Transform pos: -77.5,-10.5 parent: 2 - - uid: 1870 + - uid: 1907 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-4.5 parent: 2 - - uid: 1871 + - uid: 1908 components: - type: Transform pos: -46.5,0.5 parent: 2 - - uid: 1872 + - uid: 1909 components: - type: Transform pos: -51.5,-2.5 parent: 2 - - uid: 1873 + - uid: 1910 components: - type: Transform pos: -50.5,0.5 parent: 2 - - uid: 1874 + - uid: 1911 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,2.5 parent: 2 - - uid: 1875 + - uid: 1912 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,3.5 parent: 2 - - uid: 1876 + - uid: 1913 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-10.5 parent: 2 - - uid: 1877 + - uid: 1914 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-6.5 parent: 2 - - uid: 1878 + - uid: 1915 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,17.5 parent: 2 - - uid: 1879 + - uid: 1916 components: - type: Transform pos: -7.5,-61.5 parent: 2 - - uid: 1880 + - uid: 1917 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-61.5 parent: 2 - - uid: 1881 + - uid: 1918 components: - type: Transform pos: 21.5,-31.5 parent: 2 - - uid: 1882 + - uid: 1919 components: - type: Transform pos: 20.5,-31.5 parent: 2 - - uid: 1883 + - uid: 1920 components: - type: Transform pos: 20.5,-32.5 parent: 2 - - uid: 1884 + - uid: 1921 components: - type: Transform pos: 21.5,-34.5 parent: 2 - - uid: 1885 + - uid: 1922 components: - type: Transform pos: 22.5,-35.5 parent: 2 - - uid: 1886 + - uid: 1923 components: - type: Transform pos: 20.5,-33.5 parent: 2 - proto: BarricadeBlock entities: - - uid: 1887 + - uid: 1924 components: - type: Transform pos: -37.5,19.5 parent: 2 - - uid: 1888 + - uid: 1925 components: - type: Transform pos: -43.5,1.5 parent: 2 - - uid: 1889 + - uid: 1926 components: - type: Transform pos: -48.5,-6.5 parent: 2 - - uid: 1890 + - uid: 1927 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,7.5 parent: 2 - - uid: 1891 + - uid: 1928 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-25.5 parent: 2 - - uid: 1892 + - uid: 1929 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-22.5 parent: 2 - - uid: 1893 + - uid: 1930 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-67.5 parent: 2 - - uid: 1894 + - uid: 1931 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-75.5 parent: 2 - - uid: 1895 + - uid: 1932 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-94.5 parent: 2 - - uid: 1896 + - uid: 1933 components: - type: Transform pos: 32.5,33.5 parent: 2 - - uid: 1897 + - uid: 1934 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,16.5 parent: 2 - - uid: 1898 + - uid: 1935 components: - type: Transform pos: 49.5,19.5 parent: 2 - - uid: 1899 + - uid: 1936 components: - type: Transform pos: -58.5,-22.5 parent: 2 - - uid: 1900 + - uid: 1937 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-43.5 parent: 2 - - uid: 1901 + - uid: 1938 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-44.5 parent: 2 - - uid: 1902 + - uid: 1939 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,20.5 parent: 2 - - uid: 1903 + - uid: 1940 components: - type: Transform pos: -23.5,-42.5 parent: 2 - - uid: 1904 + - uid: 1941 components: - type: Transform pos: -5.5,-63.5 parent: 2 - - uid: 1905 + - uid: 1942 components: - type: Transform pos: -7.5,-61.5 parent: 2 - - uid: 1906 + - uid: 1943 components: - type: Transform rot: 1.5707963267948966 rad @@ -32807,108 +33012,108 @@ entities: parent: 2 - proto: BarricadeDirectional entities: - - uid: 1907 + - uid: 1944 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-25.5 parent: 2 - - uid: 1908 + - uid: 1945 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-5.5 parent: 2 - - uid: 1909 + - uid: 1946 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,1.5 parent: 2 - - uid: 1910 + - uid: 1947 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-3.5 parent: 2 - - uid: 1911 + - uid: 1948 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-32.5 parent: 2 - - uid: 1912 + - uid: 1949 components: - type: Transform pos: -24.5,-42.5 parent: 2 - - uid: 1913 + - uid: 1950 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-33.5 parent: 2 - - uid: 1914 + - uid: 1951 components: - type: Transform pos: -58.5,-21.5 parent: 2 - - uid: 1915 + - uid: 1952 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-31.5 parent: 2 - - uid: 1916 + - uid: 1953 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-42.5 parent: 2 - - uid: 1917 + - uid: 1954 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-44.5 parent: 2 - - uid: 1918 + - uid: 1955 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-43.5 parent: 2 - - uid: 1919 + - uid: 1956 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-64.5 parent: 2 - - uid: 1920 + - uid: 1957 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-61.5 parent: 2 - - uid: 1921 + - uid: 1958 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-61.5 parent: 2 - - uid: 1922 + - uid: 1959 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-103.5 parent: 2 - - uid: 1923 + - uid: 1960 components: - type: Transform pos: -2.5,-104.5 parent: 2 - proto: BarSign entities: - - uid: 1924 + - uid: 1961 components: - type: Transform rot: 1.5707963267948966 rad @@ -32916,71 +33121,92 @@ entities: parent: 2 - proto: BarSignOfficerBeersky entities: - - uid: 1925 + - uid: 1962 components: - type: Transform pos: 51.5,8.5 parent: 2 - proto: BarSignRobustaCafe entities: - - uid: 1926 + - uid: 1963 components: - type: Transform pos: -19.5,-100.5 parent: 2 - proto: BarSignSpacebucks entities: - - uid: 1927 + - uid: 1964 components: - type: Transform pos: -66.5,-5.5 parent: 2 - proto: BarSignTheOuterSpess entities: - - uid: 1928 + - uid: 1965 components: - type: Transform pos: -96.5,-9.5 parent: 2 - proto: BaseBallBat entities: - - uid: 1929 + - uid: 1967 components: - type: Transform - pos: -4.4071383,-25.487421 + parent: 1966 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BaseBarrelChemRadioactiveEmpty + entities: + - uid: 1969 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: -1.5,-60.5 + parent: 2 +- proto: BaseBarrelChemRadioactiveFilledUranium + entities: + - uid: 1971 + components: + - type: Transform + pos: -2.5,-53.5 parent: 2 - proto: BaseChemistryEmptyVial entities: - - uid: 1930 + - uid: 1972 components: - type: Transform pos: -37.747562,-34.233185 parent: 2 - - uid: 1931 + - uid: 1973 components: - type: Transform pos: -37.888187,-34.326935 parent: 2 - proto: BaseComputer entities: - - uid: 1932 + - uid: 1974 components: - type: Transform pos: -61.5,12.5 parent: 2 - - uid: 1933 + - uid: 1975 components: - type: Transform - pos: -1.5,-18.5 + pos: 3.5,-18.5 parent: 2 - proto: BaseGasCondenser entities: - - uid: 1934 + - uid: 1976 components: - type: Transform pos: -34.5,-31.5 parent: 2 - - uid: 1935 + - uid: 1977 components: - type: Transform rot: 1.5707963267948966 rad @@ -32988,287 +33214,287 @@ entities: parent: 2 - proto: BassGuitarInstrument entities: - - uid: 1936 + - uid: 1978 components: - type: Transform pos: 33.592587,-9.475217 parent: 2 - proto: Beaker entities: - - uid: 1937 + - uid: 1979 components: - type: Transform pos: -68.4897,-63.217583 parent: 2 - - uid: 1938 + - uid: 1980 components: - type: Transform pos: -68.27095,-63.076958 parent: 2 - - uid: 1939 + - uid: 1981 components: - type: Transform pos: -55.638107,11.6492605 parent: 2 - - uid: 1940 + - uid: 1982 components: - type: Transform pos: -38.263187,-33.326935 parent: 2 - - uid: 1941 + - uid: 1983 components: - type: Transform pos: -38.216312,-33.576935 parent: 2 - - uid: 1943 + - uid: 1985 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - - uid: 1957 + - uid: 1999 components: - type: Transform pos: -8.129204,-63.63073 parent: 2 - proto: Bed entities: - - uid: 1958 + - uid: 2000 components: - type: Transform pos: -11.5,6.5 parent: 2 - - uid: 1959 + - uid: 2001 components: - type: Transform pos: -37.5,5.5 parent: 2 - - uid: 1960 + - uid: 2002 components: - type: Transform pos: -38.5,-10.5 parent: 2 - - uid: 1961 + - uid: 2003 components: - type: Transform pos: -51.5,-13.5 parent: 2 - - uid: 1962 + - uid: 2004 components: - type: Transform pos: -52.5,-10.5 parent: 2 - - uid: 1963 + - uid: 2005 components: - type: Transform pos: 57.5,-75.5 parent: 2 - - uid: 1964 + - uid: 2006 components: - type: Transform pos: 34.5,-67.5 parent: 2 - - uid: 1965 + - uid: 2007 components: - type: Transform pos: -27.5,-86.5 parent: 2 - - uid: 1966 + - uid: 2008 components: - type: Transform pos: -27.5,-83.5 parent: 2 - - uid: 1967 + - uid: 2009 components: - type: Transform pos: -36.5,-83.5 parent: 2 - - uid: 1968 + - uid: 2010 components: - type: Transform pos: -36.5,-86.5 parent: 2 - - uid: 1969 + - uid: 2011 components: - type: Transform pos: -35.5,-70.5 parent: 2 - - uid: 1970 + - uid: 2012 components: - type: Transform pos: 28.5,-82.5 parent: 2 - - uid: 1971 + - uid: 2013 components: - type: Transform pos: -66.5,-61.5 parent: 2 - - uid: 1972 + - uid: 2014 components: - type: Transform pos: -27.5,-89.5 parent: 2 - - uid: 1973 + - uid: 2015 components: - type: Transform pos: -36.5,-89.5 parent: 2 - - uid: 1974 + - uid: 2016 components: - type: Transform pos: 24.5,9.5 parent: 2 - - uid: 1975 + - uid: 2017 components: - type: Transform pos: -40.5,-97.5 parent: 2 - - uid: 1976 + - uid: 2018 components: - type: Transform pos: -39.5,-97.5 parent: 2 - - uid: 1977 + - uid: 2019 components: - type: Transform pos: -38.5,-97.5 parent: 2 - - uid: 1978 + - uid: 2020 components: - type: Transform pos: 53.5,-23.5 parent: 2 - - uid: 1979 + - uid: 2021 components: - type: Transform pos: -13.5,9.5 parent: 2 - - uid: 1980 + - uid: 2022 components: - type: Transform pos: 66.5,0.5 parent: 2 - - uid: 1981 + - uid: 2023 components: - type: Transform pos: 77.5,1.5 parent: 2 - - uid: 1982 + - uid: 2024 components: - type: Transform pos: 79.5,1.5 parent: 2 - - uid: 1983 + - uid: 2025 components: - type: Transform pos: 81.5,1.5 parent: 2 - - uid: 1984 + - uid: 2026 components: - type: Transform pos: 83.5,1.5 parent: 2 - - uid: 1985 + - uid: 2027 components: - type: Transform pos: 85.5,1.5 parent: 2 - - uid: 1986 + - uid: 2028 components: - type: Transform pos: 51.5,16.5 parent: 2 - - uid: 1987 + - uid: 2029 components: - type: Transform pos: 17.5,11.5 parent: 2 - - uid: 1988 + - uid: 2030 components: - type: Transform pos: -0.5,-100.5 parent: 2 - - uid: 1989 + - uid: 2031 components: - type: Transform pos: 40.5,4.5 parent: 2 - - uid: 1990 + - uid: 2032 components: - type: Transform pos: 40.5,2.5 parent: 2 - proto: BedsheetBlack entities: - - uid: 1991 + - uid: 2033 components: - type: Transform pos: 24.5,9.5 parent: 2 - - uid: 1992 + - uid: 2034 components: - type: Transform pos: 34.5,-67.5 parent: 2 - proto: BedsheetBrigmedic entities: - - uid: 1993 + - uid: 2035 components: - type: Transform pos: 66.5,0.5 parent: 2 - proto: BedsheetCaptain entities: - - uid: 1994 + - uid: 2036 components: - type: Transform pos: 17.5,11.5 parent: 2 - proto: BedsheetCE entities: - - uid: 1995 + - uid: 2037 components: - type: Transform pos: 57.5,-75.5 parent: 2 - proto: BedsheetClown entities: - - uid: 1996 + - uid: 2038 components: - type: Transform pos: 36.5,-17.5 parent: 2 - proto: BedsheetCMO entities: - - uid: 1997 + - uid: 2039 components: - type: Transform pos: -38.5,-10.5 parent: 2 - proto: BedsheetCosmos entities: - - uid: 1998 + - uid: 2040 components: - type: Transform pos: 33.5,-19.5 parent: 2 - proto: BedsheetHOP entities: - - uid: 1999 + - uid: 2041 components: - type: Transform pos: -11.5,6.5 parent: 2 - proto: BedsheetHOS entities: - - uid: 2000 + - uid: 2042 components: - type: Transform pos: 51.5,16.5 parent: 2 - proto: BedsheetIan entities: - - uid: 2001 + - uid: 2043 components: - type: Transform rot: -1.5707963267948966 rad @@ -33276,98 +33502,98 @@ entities: parent: 2 - proto: BedsheetMedical entities: - - uid: 2002 + - uid: 2044 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-13.5 parent: 2 - - uid: 2003 + - uid: 2045 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-18.5 parent: 2 - - uid: 2004 + - uid: 2046 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-21.5 parent: 2 - - uid: 2005 + - uid: 2047 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-23.5 parent: 2 - - uid: 2006 + - uid: 2048 components: - type: Transform pos: 62.5,-3.5 parent: 2 - - uid: 2007 + - uid: 2049 components: - type: Transform pos: -44.5,-22.5 parent: 2 - - uid: 2008 + - uid: 2050 components: - type: Transform pos: -44.5,-20.5 parent: 2 - proto: BedsheetMime entities: - - uid: 2009 + - uid: 2051 components: - type: Transform pos: 33.5,-16.5 parent: 2 - proto: BedsheetNT entities: - - uid: 2010 + - uid: 2052 components: - type: Transform pos: 53.5,-23.5 parent: 2 - - uid: 2011 + - uid: 2053 components: - type: Transform pos: -13.5,9.5 parent: 2 - proto: BedsheetOrange entities: - - uid: 2012 + - uid: 2054 components: - type: Transform pos: 79.5,1.5 parent: 2 - - uid: 2013 + - uid: 2055 components: - type: Transform pos: 81.5,1.5 parent: 2 - - uid: 2014 + - uid: 2056 components: - type: Transform pos: 83.5,1.5 parent: 2 - - uid: 2015 + - uid: 2057 components: - type: Transform pos: 85.5,1.5 parent: 2 - - uid: 2016 + - uid: 2058 components: - type: Transform pos: 77.5,1.5 parent: 2 - - uid: 2017 + - uid: 2059 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,4.5 parent: 2 - - uid: 2018 + - uid: 2060 components: - type: Transform rot: 3.141592653589793 rad @@ -33375,7 +33601,7 @@ entities: parent: 2 - proto: BedsheetQM entities: - - uid: 2019 + - uid: 2061 components: - type: Transform rot: 3.141592653589793 rad @@ -33383,7 +33609,7 @@ entities: parent: 2 - proto: BedsheetRD entities: - - uid: 2020 + - uid: 2062 components: - type: Transform rot: 1.5707963267948966 rad @@ -33391,75 +33617,75 @@ entities: parent: 2 - proto: BedsheetSpawner entities: - - uid: 2021 + - uid: 2063 components: - type: Transform pos: 28.5,-82.5 parent: 2 - - uid: 2022 + - uid: 2064 components: - type: Transform pos: -36.5,-89.5 parent: 2 - - uid: 2023 + - uid: 2065 components: - type: Transform pos: -37.5,5.5 parent: 2 - - uid: 2024 + - uid: 2066 components: - type: Transform pos: -45.5,-3.5 parent: 2 - - uid: 2025 + - uid: 2067 components: - type: Transform pos: -45.5,-0.5 parent: 2 - - uid: 2026 + - uid: 2068 components: - type: Transform pos: -52.5,-10.5 parent: 2 - - uid: 2027 + - uid: 2069 components: - type: Transform pos: -36.5,-86.5 parent: 2 - - uid: 2028 + - uid: 2070 components: - type: Transform pos: -36.5,-83.5 parent: 2 - - uid: 2029 + - uid: 2071 components: - type: Transform pos: -27.5,-83.5 parent: 2 - - uid: 2030 + - uid: 2072 components: - type: Transform pos: -27.5,-86.5 parent: 2 - - uid: 2031 + - uid: 2073 components: - type: Transform pos: -27.5,-89.5 parent: 2 - proto: BedsheetWiz entities: - - uid: 2032 + - uid: 2074 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-97.5 parent: 2 - - uid: 2033 + - uid: 2075 components: - type: Transform pos: -39.5,-97.5 parent: 2 - - uid: 2034 + - uid: 2076 components: - type: Transform rot: -1.5707963267948966 rad @@ -33467,128 +33693,128 @@ entities: parent: 2 - proto: BenchComfy entities: - - uid: 2035 + - uid: 2077 components: - type: Transform rot: 1.5707963267948966 rad pos: -82.5,0.5 parent: 2 - - uid: 2036 + - uid: 2078 components: - type: Transform rot: 1.5707963267948966 rad pos: -82.5,1.5 parent: 2 - - uid: 2037 + - uid: 2079 components: - type: Transform rot: -1.5707963267948966 rad pos: -85.5,2.5 parent: 2 - - uid: 2038 + - uid: 2080 components: - type: Transform pos: -24.5,-69.5 parent: 2 - - uid: 2039 + - uid: 2081 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-40.5 parent: 2 - - uid: 2040 + - uid: 2082 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-37.5 parent: 2 - - uid: 2041 + - uid: 2083 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-38.5 parent: 2 - - uid: 2042 + - uid: 2084 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-39.5 parent: 2 - - uid: 2043 + - uid: 2085 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-36.5 parent: 2 - - uid: 2044 + - uid: 2086 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-36.5 parent: 2 - - uid: 2045 + - uid: 2087 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-38.5 parent: 2 - - uid: 2046 + - uid: 2088 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-39.5 parent: 2 - - uid: 2047 + - uid: 2089 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-37.5 parent: 2 - - uid: 2048 + - uid: 2090 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-40.5 parent: 2 - - uid: 2049 + - uid: 2091 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-42.5 parent: 2 - - uid: 2050 + - uid: 2092 components: - type: Transform pos: 88.5,-20.5 parent: 2 - - uid: 2051 + - uid: 2093 components: - type: Transform pos: 87.5,-20.5 parent: 2 - - uid: 2052 + - uid: 2094 components: - type: Transform pos: 86.5,-20.5 parent: 2 - - uid: 2053 + - uid: 2095 components: - type: Transform rot: 3.141592653589793 rad pos: 87.5,-42.5 parent: 2 - - uid: 2054 + - uid: 2096 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-41.5 parent: 2 - - uid: 2055 + - uid: 2097 components: - type: Transform pos: 58.5,-36.5 parent: 2 - - uid: 2056 + - uid: 2098 components: - type: Transform pos: 48.5,-37.5 @@ -33617,222 +33843,200 @@ entities: - type: ActionsContainer - proto: BigBox entities: - - uid: 2057 + - uid: 2099 components: - type: Transform pos: -2.5,-83.5 parent: 2 - - uid: 2058 + - uid: 2100 components: - type: Transform pos: -2.5,-82.5 parent: 2 - proto: Biogenerator entities: - - uid: 2059 + - uid: 2101 components: - type: Transform pos: 54.5,2.5 parent: 2 - - uid: 2060 + - uid: 2102 components: - type: Transform pos: 87.5,-3.5 parent: 2 - - uid: 2061 + - uid: 2103 components: - type: Transform pos: 33.5,21.5 parent: 2 - proto: BiomassReclaimer entities: - - uid: 2062 + - uid: 2104 components: - type: Transform pos: -54.5,-37.5 parent: 2 - proto: BlackBishop entities: - - uid: 2064 + - uid: 2106 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2065 + - uid: 2107 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BlackKing entities: - - uid: 2090 + - uid: 2132 components: - type: Transform pos: 33.7575,2.4655693 parent: 2 - proto: BlackKnight entities: - - uid: 2066 + - uid: 2108 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2067 + - uid: 2109 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BlackPawn entities: - - uid: 2068 + - uid: 2110 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2069 + - uid: 2111 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2070 + - uid: 2112 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2071 + - uid: 2113 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2072 + - uid: 2114 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2073 + - uid: 2115 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2091 + - uid: 2133 components: - type: Transform pos: 32.695244,2.4261293 parent: 2 - - uid: 2092 + - uid: 2134 components: - type: Transform pos: 34.200462,3.0249612 parent: 2 - proto: BlackQueen entities: - - uid: 2074 + - uid: 2116 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BlackRook entities: - - uid: 2075 + - uid: 2117 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2076 + - uid: 2118 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BlankFlag entities: - - uid: 2093 + - uid: 2135 components: - type: Transform pos: -71.5,5.5 parent: 2 - - uid: 2094 + - uid: 2136 components: - type: Transform pos: -73.5,5.5 parent: 2 - proto: BlankHandyFlag entities: - - uid: 2095 + - uid: 2137 components: - type: Transform pos: -72.49926,4.393984 parent: 2 - proto: BlastDoor entities: - - uid: 2096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-40.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-39.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2098 + - uid: 2138 components: - type: Transform pos: 18.5,-42.5 parent: 2 - - uid: 2099 + - uid: 2139 components: - type: Transform pos: 18.5,-39.5 parent: 2 - - uid: 2100 + - uid: 2140 components: - type: Transform pos: 18.5,-41.5 parent: 2 - - uid: 2101 + - uid: 2141 components: - type: Transform pos: 18.5,-40.5 parent: 2 - - uid: 2102 + - uid: 2142 components: - type: Transform rot: 3.141592653589793 rad @@ -33843,7 +34047,7 @@ entities: - type: AccessReader access: - - Command - - uid: 2103 + - uid: 2143 components: - type: Transform rot: 3.141592653589793 rad @@ -33854,13 +34058,13 @@ entities: - type: AccessReader access: - - Command - - uid: 2104 + - uid: 2144 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-96.5 parent: 2 - - uid: 2105 + - uid: 2145 components: - type: Transform rot: -1.5707963267948966 rad @@ -33869,7 +34073,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2106 + - uid: 2146 components: - type: Transform rot: -1.5707963267948966 rad @@ -33878,7 +34082,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2107 + - uid: 2147 components: - type: Transform pos: 52.5,-63.5 @@ -33886,7 +34090,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2108 + - uid: 2148 components: - type: Transform pos: 52.5,-64.5 @@ -33894,114 +34098,114 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2109 + - uid: 2149 components: - type: Transform pos: 52.5,-65.5 parent: 2 - - uid: 2110 + - uid: 2150 components: - type: Transform pos: 105.5,-35.5 parent: 2 - - uid: 2111 + - uid: 2151 components: - type: Transform pos: 105.5,-34.5 parent: 2 - - uid: 2112 + - uid: 2152 components: - type: Transform pos: 105.5,-33.5 parent: 2 - - uid: 2113 + - uid: 2153 components: - type: Transform pos: 105.5,-32.5 parent: 2 - - uid: 2114 + - uid: 2154 components: - type: Transform pos: 105.5,-31.5 parent: 2 - - uid: 2115 + - uid: 2155 components: - type: Transform pos: 105.5,-30.5 parent: 2 - - uid: 2116 + - uid: 2156 components: - type: Transform pos: 105.5,-29.5 parent: 2 - - uid: 2117 + - uid: 2157 components: - type: Transform pos: 105.5,-28.5 parent: 2 - - uid: 2118 + - uid: 2158 components: - type: Transform pos: 105.5,-27.5 parent: 2 - - uid: 2119 + - uid: 2159 components: - type: Transform pos: 108.5,-27.5 parent: 2 - - uid: 2120 + - uid: 2160 components: - type: Transform pos: 108.5,-28.5 parent: 2 - - uid: 2121 + - uid: 2161 components: - type: Transform pos: 108.5,-29.5 parent: 2 - - uid: 2122 + - uid: 2162 components: - type: Transform pos: 108.5,-30.5 parent: 2 - - uid: 2123 + - uid: 2163 components: - type: Transform pos: 108.5,-31.5 parent: 2 - - uid: 2124 + - uid: 2164 components: - type: Transform pos: 108.5,-32.5 parent: 2 - - uid: 2125 + - uid: 2165 components: - type: Transform pos: 108.5,-33.5 parent: 2 - - uid: 2126 + - uid: 2166 components: - type: Transform pos: 108.5,-34.5 parent: 2 - - uid: 2127 + - uid: 2167 components: - type: Transform pos: 108.5,-35.5 parent: 2 - - uid: 2128 + - uid: 2168 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-72.5 parent: 2 - - uid: 2129 + - uid: 2169 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-72.5 parent: 2 - - uid: 2130 + - uid: 2170 components: - type: Transform pos: 82.5,-58.5 @@ -34009,7 +34213,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2131 + - uid: 2171 components: - type: Transform pos: 82.5,-59.5 @@ -34017,7 +34221,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2132 + - uid: 2172 components: - type: Transform pos: 82.5,-60.5 @@ -34025,7 +34229,7 @@ entities: - type: AccessReader access: - - Engineering - - uid: 2133 + - uid: 2173 components: - type: Transform pos: -73.5,-73.5 @@ -34033,7 +34237,7 @@ entities: - type: AccessReader access: - - Research - - uid: 2134 + - uid: 2174 components: - type: Transform rot: -1.5707963267948966 rad @@ -34042,19 +34246,19 @@ entities: - type: AccessReader access: - - Research - - uid: 2135 + - uid: 2175 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-100.5 parent: 2 - - uid: 2136 + - uid: 2176 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-96.5 parent: 2 - - uid: 2137 + - uid: 2177 components: - type: Transform pos: -75.5,-77.5 @@ -34062,7 +34266,7 @@ entities: - type: AccessReader access: - - Research - - uid: 2138 + - uid: 2178 components: - type: Transform rot: -1.5707963267948966 rad @@ -34071,7 +34275,7 @@ entities: - type: AccessReader access: - - Research - - uid: 2139 + - uid: 2179 components: - type: Transform rot: -1.5707963267948966 rad @@ -34080,30 +34284,30 @@ entities: - type: AccessReader access: - - Research - - uid: 2140 + - uid: 2180 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-100.5 parent: 2 - - uid: 2141 + - uid: 2181 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-12.5 parent: 2 - - uid: 2142 + - uid: 2182 components: - type: Transform pos: 61.5,-14.5 parent: 2 - - uid: 2143 + - uid: 2183 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-16.5 parent: 2 - - uid: 2144 + - uid: 2184 components: - type: Transform rot: 3.141592653589793 rad @@ -34112,239 +34316,106 @@ entities: - type: AccessReader access: - - Armory - - uid: 2145 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 - - uid: 2146 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 2 - - uid: 2147 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 2 - - uid: 2148 - components: - - type: Transform - pos: -15.5,-45.5 - parent: 2 - - uid: 2149 + - uid: 2185 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-42.5 parent: 2 - - uid: 2150 + - uid: 2186 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-41.5 parent: 2 - - uid: 2151 + - uid: 2187 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-40.5 parent: 2 - - uid: 2152 - components: - - type: Transform - pos: -15.5,-39.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2153 - components: - - type: Transform - pos: -15.5,-40.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2154 - components: - - type: Transform - pos: -15.5,-41.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2155 - components: - - type: Transform - pos: -15.5,-42.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2156 + - uid: 2188 components: - type: Transform pos: 110.5,-19.5 parent: 2 - - uid: 2157 + - uid: 2189 components: - type: Transform pos: 110.5,-21.5 parent: 2 - - uid: 2158 - components: - - type: Transform - pos: 2.5,-39.5 - parent: 2 - - uid: 2159 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 2160 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - uid: 2161 - components: - - type: Transform - pos: -5.5,-57.5 - parent: 2 - - uid: 2162 - components: - - type: Transform - pos: -5.5,-58.5 - parent: 2 - - uid: 2163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-42.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-41.5 - parent: 2 - - type: AccessReader - access: - - - Wizard - missingComponents: - - Construction - - uid: 2165 + - uid: 2190 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-39.5 parent: 2 - - uid: 2166 + - uid: 2191 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-56.5 parent: 2 - - uid: 2167 + - uid: 2192 components: - type: Transform pos: 110.5,-20.5 parent: 2 - - uid: 2168 + - uid: 2193 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-57.5 parent: 2 - - uid: 2169 + - uid: 2194 components: - type: Transform rot: 3.141592653589793 rad pos: 105.5,-16.5 parent: 2 - - uid: 2170 + - uid: 2195 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,-16.5 parent: 2 - - uid: 2171 + - uid: 2196 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-58.5 parent: 2 - - uid: 2172 + - uid: 2197 components: - type: Transform pos: 82.5,-64.5 parent: 2 - - uid: 2173 + - uid: 2198 components: - type: Transform pos: 82.5,-65.5 parent: 2 -- proto: BlastDoorFrame - entities: - - uid: 2174 - components: - - type: Transform - anchored: True - pos: 8.5,-49.5 - parent: 2 - - uid: 2175 - components: - - type: Transform - anchored: True - pos: 11.5,-49.5 - parent: 2 - - uid: 2176 - components: - - type: Transform - anchored: True - pos: -15.5,-47.5 - parent: 2 - - uid: 2177 - components: - - type: Transform - anchored: True - pos: 2.5,-40.5 - parent: 2 - proto: BlastDoorOpen entities: - - uid: 2178 + - uid: 2199 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-50.5 parent: 2 - - uid: 2179 + - uid: 2200 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-50.5 parent: 2 - - uid: 2180 + - uid: 2201 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-50.5 parent: 2 - - uid: 2181 + - uid: 2202 components: - type: Transform rot: 3.141592653589793 rad @@ -34353,43 +34424,43 @@ entities: - type: AccessReader access: - - Atmospherics - - uid: 2182 + - uid: 2203 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 2 - - uid: 2183 + - uid: 2204 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,19.5 parent: 2 - - uid: 2184 + - uid: 2205 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,19.5 parent: 2 - - uid: 2185 + - uid: 2206 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-64.5 parent: 2 - - uid: 2186 + - uid: 2207 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-65.5 parent: 2 - - uid: 2187 + - uid: 2208 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-66.5 parent: 2 - - uid: 2188 + - uid: 2209 components: - type: Transform rot: 3.141592653589793 rad @@ -34398,7 +34469,7 @@ entities: - type: AccessReader access: - - Atmospherics - - uid: 2189 + - uid: 2210 components: - type: Transform rot: 3.141592653589793 rad @@ -34407,7 +34478,7 @@ entities: - type: AccessReader access: - - Atmospherics - - uid: 2190 + - uid: 2211 components: - type: Transform rot: 3.141592653589793 rad @@ -34422,13 +34493,13 @@ entities: invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 2191: + 2212: - - DoorStatus - Open - 2197: + 2218: - - DoorStatus - Open - - uid: 2191 + - uid: 2212 components: - type: Transform rot: 3.141592653589793 rad @@ -34443,13 +34514,13 @@ entities: invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 2190: + 2211: - - DoorStatus - Open - 2197: + 2218: - - DoorStatus - Open - - uid: 2192 + - uid: 2213 components: - type: Transform pos: 42.5,12.5 @@ -34457,7 +34528,7 @@ entities: - type: AccessReader access: - - Armory - - uid: 2193 + - uid: 2214 components: - type: Transform rot: 3.141592653589793 rad @@ -34472,13 +34543,13 @@ entities: invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 2198: + 2219: - - DoorStatus - Open - 2196: + 2217: - - DoorStatus - Open - - uid: 2194 + - uid: 2215 components: - type: Transform pos: 69.5,-0.5 @@ -34490,13 +34561,13 @@ entities: invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 2199: + 2220: - - DoorStatus - Open - 2195: + 2216: - - DoorStatus - Open - - uid: 2195 + - uid: 2216 components: - type: Transform pos: 68.5,-0.5 @@ -34508,22 +34579,22 @@ entities: invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 2199: + 2220: - - DoorStatus - Open - 2194: + 2215: - - DoorStatus - Open - 2196: + 2217: - - DoorStatus - Open - 2193: + 2214: - - DoorStatus - Open - 2198: + 2219: - - DoorStatus - Open - - uid: 2196 + - uid: 2217 components: - type: Transform rot: 3.141592653589793 rad @@ -34538,13 +34609,13 @@ entities: invokeCounter: 4 - type: DeviceLinkSource linkedPorts: - 2193: + 2214: - - DoorStatus - Open - 2198: + 2219: - - DoorStatus - Open - - uid: 2197 + - uid: 2218 components: - type: Transform rot: 3.141592653589793 rad @@ -34559,13 +34630,13 @@ entities: invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 2191: + 2212: - - DoorStatus - Open - 2190: + 2211: - - DoorStatus - Open - - uid: 2198 + - uid: 2219 components: - type: Transform rot: 3.141592653589793 rad @@ -34580,13 +34651,13 @@ entities: invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 2193: + 2214: - - DoorStatus - Open - 2196: + 2217: - - DoorStatus - Open - - uid: 2199 + - uid: 2220 components: - type: Transform pos: 70.5,-0.5 @@ -34598,13 +34669,13 @@ entities: invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 2194: + 2215: - - DoorStatus - Open - 2195: + 2216: - - DoorStatus - Open - - uid: 2200 + - uid: 2221 components: - type: Transform pos: 54.5,17.5 @@ -34612,7 +34683,7 @@ entities: - type: AccessReader access: - - Armory - - uid: 2201 + - uid: 2222 components: - type: Transform pos: 43.5,-21.5 @@ -34624,10 +34695,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2202: + 2223: - - DoorStatus - Open - - uid: 2202 + - uid: 2223 components: - type: Transform pos: 45.5,-21.5 @@ -34639,10 +34710,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2201: + 2222: - - DoorStatus - Open - - uid: 2203 + - uid: 2224 components: - type: Transform pos: 43.5,-25.5 @@ -34654,10 +34725,10 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2204: + 2225: - - DoorStatus - Open - - uid: 2204 + - uid: 2225 components: - type: Transform pos: 45.5,-25.5 @@ -34669,44 +34740,161 @@ entities: invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2203: + 2224: - - DoorStatus - Open - - uid: 2205 - components: - - type: Transform - pos: 12.5,-49.5 - parent: 2 - - uid: 2206 - components: - - type: Transform - pos: -15.5,-46.5 - parent: 2 - - uid: 2207 + - uid: 2226 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-84.5 parent: 2 - - uid: 2208 + - uid: 2227 components: - type: Transform pos: 46.5,-84.5 parent: 2 +- proto: BlastDoorXeno + entities: + - uid: 2228 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 2229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 16.5,-40.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2231 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2232 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2233 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2234 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2235 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2236 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible + - uid: 2237 + components: + - type: Transform + pos: 16.5,-41.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + missingComponents: + - Construction + - Destructible +- proto: BlastDoorXenoOpen + entities: + - uid: 2238 + components: + - type: Transform + pos: 1.5,-62.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + - uid: 2239 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg + - uid: 2240 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - type: AccessReader + access: + - - Xenoborg - proto: BlockGameArcade entities: - - uid: 2209 + - uid: 2241 components: - type: Transform pos: -63.5,12.5 parent: 2 - - uid: 2210 + - uid: 2242 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,9.5 parent: 2 - - uid: 2211 + - uid: 2243 components: - type: Transform rot: -1.5707963267948966 rad @@ -34714,50 +34902,41 @@ entities: parent: 2 - proto: Bloodpack entities: - - uid: 2212 + - uid: 2244 components: - type: Transform rot: 3.141592653589793 rad pos: -53.650185,-19.32859 parent: 2 -- proto: BluespaceBeaker - entities: - - uid: 2214 - components: - - type: Transform - parent: 2213 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: BodyBagFolded entities: - - uid: 2215 + - uid: 2245 components: - type: Transform pos: -57.340836,-34.226032 parent: 2 - - uid: 2216 + - uid: 2246 components: - type: Transform pos: -48.40773,-34.18335 parent: 2 - proto: BookAtmosAirAlarms entities: - - uid: 2217 + - uid: 2247 components: - type: Transform pos: 42.767456,-94.20971 parent: 2 - proto: BookAtmosDistro entities: - - uid: 2218 + - uid: 2248 components: - type: Transform pos: 37.44743,-102.45673 parent: 2 - proto: BookAtmosVentsMore entities: - - uid: 2219 + - uid: 2249 components: - type: Transform rot: -1.5707963267948966 rad @@ -34765,7 +34944,7 @@ entities: parent: 2 - proto: BookAtmosWaste entities: - - uid: 2220 + - uid: 2250 components: - type: Transform pos: 37.379013,-85.49551 @@ -34779,14 +34958,14 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2221 + - uid: 2251 components: - type: Transform pos: 22.351856,2.9101348 parent: 2 - proto: BookBase entities: - - uid: 2222 + - uid: 2252 components: - type: MetaData name: Карательная психиатрия @@ -34795,21 +34974,21 @@ entities: parent: 2 - type: Paper content: "[head=2] Сборник для психолога [/head]\n\n [head=1] Карательная психиатрия [/head]\n\n[head=3]Раздел 1.[/head] Медикаментозная терапия психических расстройств.\n\n \n Нарколепсия \n - эфедрин, дозировка 30 +диловен\n - дезоксиэфедрин - лучший выбор, дозировка 20 +диловен\n - этилоксиэфедрин, дозировка 10\n - дифенилметиламин, очень дорог, дозировка 5\n\nПриступы агрессии, обострения.\n \n - пакс - успокоительное, дозировка от 5\n - хлоральгидрат - снотворное, дозировка от 10\n - криптобиолин - дезориентирует больного\n\nПовреждения мозга\n \n - маннитол, действие до конца не изучено\n\nТревожность, дрожь, опьянение\n\n - псикодин, побочные эффекты в виде галлюцинаций\n - этилредоксразин - безопасный отрезвитель\n\nГаллюцинации\n\n - синаптизин, крайне токсичен, только с диловеном\n- галоперидол, также убирает дрожь, вызывает сонливость\n\nДепрессия, шизофрения\n\n - Импедризин, токсичен, только с диловеном\n - Космический мираж - безопасный галлюциноген\n - Счастье - вызывает повреждения мозга\n - ТГК - содержится в конопле\n - Токсин Майндбрекер, он же ЛСД. Действует дольше, чем мираж\n\n[head=3]Раздел 2.[/head] Анкета сотрудника\n\nИнструкции:\r\n— По каждому пункту оцените своё состояние или отношение по шкале от 1 до 5, где\r\n1 – совсем не согласен(на)/не испытываю,\r\n2 – скорее не согласен(на),\r\n3 – нейтрально,\r\n4 – скорее согласен(на),\r\n5 – полностью согласен(на).\r\n\r\nВпишите цифру после знака == под каждым вопросом\r\n\r\n1. Эмоциональное состояние\r\n1.1. В течение последней недели я чувствовал(а) себя подавленным(ой) или апатичным(ой).\r\n== \r\n1.2. У меня часто возникает чувство тревоги или беспокойства.\r\n== \r\n1.3. Я хорошо справляюсь со стрессовыми ситуациями на станции.\r\n== \r\n1.4. Я могу быстро переходить от негативных мыслей к более позитивным.\r\n== \r\n\r\n2. Межличностные отношения\r\n2.1. Я доверяю остальным членам экипажа.\r\n== \r\n2.2. При возникновении конфликта я могу спокойно обсудить проблему.\r\n== \r\n2.3. Я чувствую поддержку со стороны коллег (или могу её получить при необходимости).\r\n== \r\n2.4. У меня есть возможность выразить свои идеи и опасения перед руководством.\r\n== \r\n\r\n3. Когнитивные функции и внимательность\r\n3.1. Я не испытываю проблем с концентрацией во время рабочих смен.\r\n== \r\n3.2. Моё внимание остаётся стабильным, даже если рабочая нагрузка высокая.\r\n== \r\n3.3. Я быстро принимаю решения в экстремальных или непредвиденных ситуациях.\r\n== \r\n3.4. Я не замечаю частых «провалов» памяти (забывчивости) при выполнении рутинных задач.\r\n== \r\n\r\n4. Физическое самочувствие и сон\r\n4.1. Я высыпаюсь почти каждую ночь.\r\n== \r\n4.2. Нахождение на станции не привело к ухудшению моего физического здоровья.\r\n== \r\n4.3. Я ощущаю усталость преимущественно из-за нагрузки, а не из-за эмоциональных причин.\r\n== \r\n4.4. У меня нет проблем с аппетитом или пищеварением, которые влияют на работу.\r\n== \r\n\r\n5. Мотивация и удовлетворённость\r\n5.1. Я чувствую, что моя работа на станции важна и интересна.\r\n== \n5.2. У меня есть личные цели и планы на период пребывания на станции.\r\n== \n5.3. Я доволен(на) уровнем автономии и ответственности в своей должности.\r\n== \n5.4. Я готов(а) оставаться в составе экипажа дольше заявленного срока. \r\n== \n\n\n\n[head=3]Раздел 3.[/head] Карточки теста Роршаха\n\nКарточка 1\r\n⠀⠀⠀⣲⣦⠀⠀⠀⠀⠀⣴⣖⠀⠀⠀\r\n⢀⣤⣶⣿⣿⣧⣴⣤⣤⣼⣿⣿⣶⣦⣀\r\n⠀⠀⢤⣾⣿⣿⣹⣿⣟⣽⣿⣷⡤⠀⠀\r\n⠀⠀⠙⡿⣿⣏⣿⣿⣿⣹⡿⢿⠛⠀⠀\r\n⠀⠀⠀⠀⠀⠈⠻⣿⠟⠉⠁⠀⠀⠀⠀⠀⠀\r\n\r\nКарточка 2\r\n⠀⠀⠀⠀⠀⠀⠐⣰⠀⠀⠀⠀⠀⠀⠀\r\n⠀⠀⠀⣤⣤⣶⣶⣿⣶⣷⣤⣤⠀⠀⠀\r\n⠀⠀⣠⣿⣿⣿⠿⣿⢿⣿⣿⣿⣄⠀⠀\r\n⠠⠚⠿⠿⠋⠁⠀⠹⠀⠈⠛⠿⠟⠕⠄\r\n\r\nКарточка 3\r\n⠀ ⠀⡀⣾⡀⠀⠀⣶⣆⠀⠀⠀⠀\r\n⠀⠀⠀⢀⣼⣿⣇⣀⣸⣿⣯⡄⠀⠀⠀\r\n⠀⣠⣤⣾⣯⣉⣥⣿⣬⣉⣿⣷⣤⣄⠀\r\n⣶⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣇\r\n⢉⣿⣿⣿⣿⣏⠁⠀⠈⣹⣿⣿⣿⣿⠉\r\n⢸⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⡇\r\n⠘⣿⡿⣿⡿⠻⣿⣿⣿⠟⠿⣿⢿⣿⠀\r\n⠀⠀⠀⠀⠀ ⠀⢻⠈⡇⠀⠀⠀⠀\n" - - uid: 2223 + - uid: 2253 components: - type: Transform pos: -27.605007,-115.43576 parent: 2 - - uid: 2225 + - uid: 2255 components: - type: MetaData name: Pax Romana - type: Transform - parent: 2224 + parent: 2254 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2226 + - uid: 2256 components: - type: MetaData name: Джордж Оруэлл "1984" @@ -34925,7 +35104,7 @@ entities: В кафе раздаются победные фанфары: Океания победила Евразию. Уинстон тоже одерживает победу — над собой. Он любит Старшего Брата. - - uid: 2227 + - uid: 2257 components: - type: MetaData name: Пневмохимия @@ -35070,7 +35249,7 @@ entities: - Приоритет: 0 - proto: BookBSS entities: - - uid: 2228 + - uid: 2258 components: - type: Transform rot: -1.5707963267948966 rad @@ -35094,7 +35273,7 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2229 + - uid: 2259 components: - type: Transform rot: -1.5707963267948966 rad @@ -35102,14 +35281,14 @@ entities: parent: 2 - proto: BookDAM entities: - - uid: 2230 + - uid: 2260 components: - type: Transform pos: 38.523735,-83.44861 parent: 2 - proto: BookEarth entities: - - uid: 2231 + - uid: 2261 components: - type: Transform rot: -1.5707963267948966 rad @@ -35117,14 +35296,14 @@ entities: parent: 2 - proto: BookExpensiveCrystal entities: - - uid: 2232 + - uid: 2262 components: - type: Transform - pos: 17.562714,-35.527348 + pos: 10.143254,-33.506985 parent: 2 - proto: BookFaks entities: - - uid: 2233 + - uid: 2263 components: - type: Transform rot: -1.5707963267948966 rad @@ -35132,7 +35311,7 @@ entities: parent: 2 - proto: BookFeather entities: - - uid: 2234 + - uid: 2264 components: - type: Transform rot: 1.5707963267948966 rad @@ -35140,14 +35319,14 @@ entities: parent: 2 - proto: BookGior entities: - - uid: 2235 + - uid: 2265 components: - type: Transform pos: -3.4998536,19.594942 parent: 2 - proto: BookLeafLoversSecret entities: - - uid: 2236 + - uid: 2266 components: - type: Transform pos: 32.536602,11.478571 @@ -35163,7 +35342,7 @@ entities: - type: InsideEntityStorage - proto: BookMorgue entities: - - uid: 2237 + - uid: 2267 components: - type: Transform rot: 1.5707963267948966 rad @@ -35171,39 +35350,39 @@ entities: parent: 2 - proto: BookNakamura entities: - - uid: 2238 + - uid: 2268 components: - type: Transform pos: 50.492123,-51.498154 parent: 2 - proto: BookNarsieLegend entities: - - uid: 2239 + - uid: 2269 components: - type: Transform pos: -86.49877,-25.506641 parent: 2 - proto: BookRandom entities: - - uid: 2240 + - uid: 2270 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.58103,7.491108 parent: 2 - - uid: 2241 + - uid: 2271 components: - type: Transform pos: -29.62345,-5.3396664 parent: 2 - - uid: 2242 + - uid: 2272 components: - type: Transform pos: -38.56447,17.459621 parent: 2 - proto: BookScaf entities: - - uid: 2243 + - uid: 2273 components: - type: Transform rot: -1.5707963267948966 rad @@ -35211,231 +35390,231 @@ entities: parent: 2 - proto: Bookshelf entities: - - uid: 2244 + - uid: 2274 components: - type: Transform pos: 72.5,-37.5 parent: 2 - - uid: 2245 + - uid: 2275 components: - type: Transform pos: -59.5,-14.5 parent: 2 - - uid: 2246 + - uid: 2276 components: - type: Transform pos: -58.5,-14.5 parent: 2 - - uid: 2247 + - uid: 2277 components: - type: Transform pos: -58.5,-14.5 parent: 2 - - uid: 2248 + - uid: 2278 components: - type: Transform pos: -57.5,-12.5 parent: 2 - - uid: 2249 + - uid: 2279 components: - type: Transform pos: -61.5,-14.5 parent: 2 - - uid: 2250 + - uid: 2280 components: - type: Transform pos: -63.5,-13.5 parent: 2 - - uid: 2251 + - uid: 2281 components: - type: Transform pos: -63.5,-9.5 parent: 2 - - uid: 2252 + - uid: 2282 components: - type: Transform pos: -61.5,-9.5 parent: 2 - - uid: 2253 + - uid: 2283 components: - type: Transform pos: -63.5,-7.5 parent: 2 - - uid: 2254 + - uid: 2284 components: - type: Transform pos: -57.5,-7.5 parent: 2 - - uid: 2255 + - uid: 2285 components: - type: Transform pos: -51.5,-47.5 parent: 2 - - uid: 2256 + - uid: 2286 components: - type: Transform pos: 79.5,6.5 parent: 2 - proto: BookshelfFilled entities: - - uid: 2257 + - uid: 2287 components: - type: Transform pos: 47.5,0.5 parent: 2 - - uid: 2258 + - uid: 2288 components: - type: Transform pos: 89.5,-2.5 parent: 2 - - uid: 2259 + - uid: 2289 components: - type: Transform pos: 90.5,-0.5 parent: 2 - - uid: 2260 + - uid: 2290 components: - type: Transform pos: -27.5,8.5 parent: 2 - - uid: 2261 + - uid: 2291 components: - type: Transform pos: -26.5,8.5 parent: 2 - - uid: 2262 + - uid: 2292 components: - type: Transform pos: -28.5,8.5 parent: 2 - - uid: 2263 + - uid: 2293 components: - type: Transform pos: -26.5,6.5 parent: 2 - - uid: 2264 + - uid: 2294 components: - type: Transform pos: -22.5,8.5 parent: 2 - - uid: 2265 + - uid: 2295 components: - type: Transform pos: -24.5,8.5 parent: 2 - - uid: 2266 + - uid: 2296 components: - type: Transform pos: -23.5,8.5 parent: 2 - - uid: 2267 + - uid: 2297 components: - type: Transform pos: -27.5,6.5 parent: 2 - - uid: 2268 + - uid: 2298 components: - type: Transform pos: -28.5,6.5 parent: 2 - - uid: 2269 + - uid: 2299 components: - type: Transform pos: -26.5,4.5 parent: 2 - - uid: 2270 + - uid: 2300 components: - type: Transform pos: -27.5,4.5 parent: 2 - - uid: 2271 + - uid: 2301 components: - type: Transform pos: -28.5,4.5 parent: 2 - - uid: 2272 + - uid: 2302 components: - type: Transform pos: -26.5,2.5 parent: 2 - - uid: 2273 + - uid: 2303 components: - type: Transform pos: -27.5,2.5 parent: 2 - - uid: 2274 + - uid: 2304 components: - type: Transform pos: -28.5,2.5 parent: 2 - - uid: 2275 + - uid: 2305 components: - type: Transform pos: 72.5,-38.5 parent: 2 - - uid: 2276 + - uid: 2306 components: - type: Transform pos: 72.5,-39.5 parent: 2 - - uid: 2277 + - uid: 2307 components: - type: Transform pos: 29.5,-73.5 parent: 2 - - uid: 2278 + - uid: 2308 components: - type: Transform pos: -63.5,-14.5 parent: 2 - - uid: 2279 + - uid: 2309 components: - type: Transform pos: -58.5,-7.5 parent: 2 - - uid: 2280 + - uid: 2310 components: - type: Transform pos: -61.5,-8.5 parent: 2 - - uid: 2281 + - uid: 2311 components: - type: Transform pos: -51.5,-48.5 parent: 2 - - uid: 2282 + - uid: 2312 components: - type: Transform pos: 42.5,-71.5 parent: 2 - - uid: 2283 + - uid: 2313 components: - type: Transform pos: -31.5,-115.5 parent: 2 - - uid: 2284 + - uid: 2314 components: - type: Transform pos: -13.5,7.5 parent: 2 - - uid: 2285 + - uid: 2315 components: - type: Transform pos: 89.5,-0.5 parent: 2 - - uid: 2286 + - uid: 2316 components: - type: Transform pos: 46.5,0.5 parent: 2 - - uid: 2287 + - uid: 2317 components: - type: Transform pos: 48.5,0.5 parent: 2 - proto: BookShips entities: - - uid: 2288 + - uid: 2318 components: - type: Transform rot: 1.5707963267948966 rad @@ -35452,7 +35631,7 @@ entities: - type: InsideEntityStorage - proto: BookZP entities: - - uid: 2289 + - uid: 2319 components: - type: Transform rot: 1.5707963267948966 rad @@ -35460,120 +35639,127 @@ entities: parent: 2 - proto: BoozeDispenser entities: - - uid: 2290 + - uid: 2320 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,4.5 parent: 2 - - uid: 2291 + - uid: 2321 components: - type: Transform pos: -24.5,-100.5 parent: 2 - proto: BorgCharger entities: - - uid: 2292 + - uid: 2322 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,18.5 parent: 2 - - uid: 2293 + - uid: 2323 components: - type: Transform pos: 16.5,9.5 parent: 2 - - uid: 2294 + - uid: 2324 components: - type: Transform pos: -40.5,-54.5 parent: 2 - - uid: 2295 + - uid: 2325 components: - type: Transform pos: 46.5,-56.5 parent: 2 - - uid: 2296 + - uid: 2326 components: - type: Transform pos: -5.5,24.5 parent: 2 - - uid: 2297 + - uid: 2327 components: - type: Transform pos: 78.5,-42.5 parent: 2 - - uid: 2298 + - uid: 2328 components: - type: Transform pos: -51.5,-38.5 parent: 2 - - uid: 2299 + - uid: 2329 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,22.5 parent: 2 - - uid: 2300 + - uid: 2330 components: - type: Transform rot: -1.5707963267948966 rad pos: 94.5,-80.5 parent: 2 - - uid: 2301 + - uid: 2331 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-80.5 parent: 2 - - uid: 2302 + - uid: 2332 components: - type: Transform pos: -67.5,-15.5 parent: 2 +- proto: BorgModuleAdvancedMining + entities: + - uid: 2333 + components: + - type: Transform + pos: -9.601101,-37.41648 + parent: 2 - proto: BorgModuleAppraisal entities: - - uid: 2303 + - uid: 2334 components: - type: Transform pos: 39.513023,-35.460545 parent: 2 - proto: BorgModuleConstruction entities: - - uid: 2304 + - uid: 2335 components: - type: Transform pos: 37.485535,-35.57139 parent: 2 - proto: BorgModuleTopicals entities: - - uid: 2305 + - uid: 2336 components: - type: Transform pos: 38.516785,-35.57139 parent: 2 - proto: BoxBeaker entities: - - uid: 2306 + - uid: 2337 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.422134,0.54823375 parent: 2 - - uid: 2307 + - uid: 2338 components: - type: Transform pos: -36.495647,-30.854195 parent: 2 - - uid: 2309 + - uid: 2340 components: - type: Transform - parent: 2308 + parent: 2339 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2310 + - uid: 2341 components: - type: Transform pos: 54.596355,6.7842426 @@ -35586,180 +35772,180 @@ entities: parent: 5 - type: Physics canCollide: False - - uid: 2311 + - uid: 2342 components: - type: Transform pos: 64.43619,-13.518286 parent: 2 - - uid: 2312 + - uid: 2343 components: - type: Transform pos: 64.660736,-13.636134 parent: 2 - - uid: 2313 + - uid: 2344 components: - type: Transform pos: 64.473236,-13.542384 parent: 2 - - uid: 2314 + - uid: 2345 components: - type: Transform pos: 64.566986,-13.464259 parent: 2 - proto: BoxBodyBag entities: - - uid: 2315 + - uid: 2346 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.515076,-71.44432 parent: 2 - - uid: 2316 + - uid: 2347 components: - type: Transform pos: -57.57521,-33.911556 parent: 2 - - uid: 2317 + - uid: 2348 components: - type: Transform pos: 83.52002,-10.368995 parent: 2 - - uid: 2319 + - uid: 2350 components: - type: Transform - parent: 2318 + parent: 2349 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BoxCardboard entities: - - uid: 2320 + - uid: 2351 components: - type: Transform pos: -57.461975,-90.50761 parent: 2 - - uid: 2321 + - uid: 2352 components: - type: Transform pos: -2.342182,-78.26671 parent: 2 - - uid: 2322 + - uid: 2353 components: - type: Transform pos: -2.373432,-78.42296 parent: 2 - - uid: 2323 + - uid: 2354 components: - type: Transform pos: -2.639057,-78.42296 parent: 2 - - uid: 2324 + - uid: 2355 components: - type: Transform pos: -2.639057,-78.29796 parent: 2 - proto: BoxEncryptionKeySecurity entities: - - uid: 2325 + - uid: 2356 components: - type: Transform pos: 52.55931,-19.423752 parent: 2 - proto: BoxEnvelope entities: - - uid: 2326 + - uid: 2357 components: - type: Transform pos: -4.4960346,-84.39688 parent: 2 - proto: BoxEvidenceMarkers entities: - - uid: 2327 + - uid: 2358 components: - type: Transform pos: 52.490124,-1.4176376 parent: 2 - proto: BoxFlare entities: - - uid: 2328 + - uid: 2359 components: - type: Transform pos: 1.5257382,-72.23268 parent: 2 - proto: BoxFolderBase entities: - - uid: 2329 + - uid: 2360 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.41605,-36.41392 parent: 2 - - uid: 2330 + - uid: 2361 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.4473,-40.335796 parent: 2 - - uid: 2331 + - uid: 2362 components: - type: Transform rot: 3.141592653589793 rad pos: -38.443565,-69.30479 parent: 2 - - uid: 2332 + - uid: 2363 components: - type: Transform rot: 3.141592653589793 rad pos: -38.506065,-69.42979 parent: 2 - - uid: 2333 + - uid: 2364 components: - type: Transform pos: -53.573643,-54.326874 parent: 2 - - uid: 2334 + - uid: 2365 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.44268,-72.80207 parent: 2 - - uid: 2335 + - uid: 2366 components: - type: Transform rot: 3.141592653589793 rad pos: 24.576569,-75.45267 parent: 2 - - uid: 2336 + - uid: 2367 components: - type: Transform rot: 3.141592653589793 rad pos: 24.373444,-75.74954 parent: 2 - - uid: 2337 + - uid: 2368 components: - type: Transform rot: 3.141592653589793 rad pos: 51.769436,-5.3628273 parent: 2 - - uid: 2338 + - uid: 2369 components: - type: Transform pos: -4.6253653,-82.31451 parent: 2 - proto: BoxFolderBlack entities: - - uid: 2339 + - uid: 2370 components: - type: Transform rot: 3.141592653589793 rad pos: 51.94131,-5.4253273 parent: 2 - - uid: 2340 + - uid: 2371 components: - type: Transform pos: 47.527016,-1.4603112 parent: 2 - - uid: 2341 + - uid: 2372 components: - type: MetaData name: держатель для карт @@ -35789,7 +35975,7 @@ entities: - 12,2,12,2 missingComponents: - StorageFill - - uid: 2342 + - uid: 2373 components: - type: MetaData name: держатель для карт @@ -35819,7 +36005,7 @@ entities: - 12,2,12,2 missingComponents: - StorageFill - - uid: 2343 + - uid: 2374 components: - type: MetaData name: держатель для карт @@ -35849,7 +36035,7 @@ entities: - 12,2,12,2 missingComponents: - StorageFill - - uid: 2344 + - uid: 2375 components: - type: MetaData desc: Удобный держатель для карт. NanoTresen беспокоит ваше удобство. Честно! @@ -35880,7 +36066,7 @@ entities: - 12,2,12,2 missingComponents: - StorageFill - - uid: 2345 + - uid: 2376 components: - type: MetaData name: держатель для карт @@ -35910,7 +36096,7 @@ entities: - 12,2,12,2 missingComponents: - StorageFill - - uid: 2346 + - uid: 2377 components: - type: MetaData name: держатель для карт @@ -35942,42 +36128,42 @@ entities: - StorageFill - proto: BoxFolderBlue entities: - - uid: 2347 + - uid: 2378 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5103712,8.586314 parent: 2 - - uid: 2348 + - uid: 2379 components: - type: Transform pos: 67.367485,-40.378437 parent: 2 - - uid: 2349 + - uid: 2380 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.43212,-76.08397 parent: 2 - - uid: 2350 + - uid: 2381 components: - type: Transform rot: 3.141592653589793 rad pos: -48.39883,-69.35176 parent: 2 - - uid: 2351 + - uid: 2382 components: - type: Transform pos: -37.5692,-7.324828 parent: 2 - - uid: 2352 + - uid: 2383 components: - type: Transform pos: -15.46695,5.6062393 parent: 2 - proto: BoxFolderCentCom entities: - - uid: 2353 + - uid: 2384 components: - type: MetaData desc: Однажды NanoTrasen проиграла патент на трусы. За доказательством посмотрите под комбинезон. @@ -35989,112 +36175,112 @@ entities: grid: - 0,0,8,3 storedItems: - 2354: + 2385: position: 0,0 _rotation: South - 2362: + 2393: position: 1,0 _rotation: South - 2361: + 2392: position: 2,0 _rotation: South - 2360: + 2391: position: 3,0 _rotation: South - 2359: + 2390: position: 4,0 _rotation: South - 2358: + 2389: position: 5,0 _rotation: South - 2357: + 2388: position: 6,0 _rotation: South - 2356: + 2387: position: 7,0 _rotation: South - 2355: + 2386: position: 8,0 _rotation: South - 2363: + 2394: position: 0,1 _rotation: South - 2370: + 2401: position: 1,1 _rotation: South - 2369: + 2400: position: 2,1 _rotation: South - 2368: + 2399: position: 3,1 _rotation: South - 2367: + 2398: position: 4,1 _rotation: South - 2366: + 2397: position: 5,1 _rotation: South - 2365: + 2396: position: 6,1 _rotation: South - 2364: + 2395: position: 7,1 _rotation: South - 2371: + 2402: position: 8,1 _rotation: South - 2372: + 2403: position: 0,2 _rotation: South - 2380: + 2411: position: 1,2 _rotation: South - 2379: + 2410: position: 2,2 _rotation: South - 2378: + 2409: position: 3,2 _rotation: South - 2377: + 2408: position: 4,2 _rotation: South - 2376: + 2407: position: 5,2 _rotation: South - 2375: + 2406: position: 6,2 _rotation: South - 2374: + 2405: position: 7,2 _rotation: South - 2373: + 2404: position: 8,2 _rotation: South - 2381: + 2412: position: 0,3 _rotation: South - 2389: + 2420: position: 1,3 _rotation: South - 2388: + 2419: position: 2,3 _rotation: South - 2387: + 2418: position: 3,3 _rotation: South - 2386: + 2417: position: 4,3 _rotation: South - 2385: + 2416: position: 5,3 _rotation: South - 2384: + 2415: position: 6,3 _rotation: South - 2383: + 2414: position: 7,3 _rotation: South - 2382: + 2413: position: 8,3 _rotation: South - type: ContainerContainer @@ -36103,49 +36289,49 @@ entities: showEnts: False occludes: True ents: - - 2354 - - 2362 - - 2361 - - 2360 - - 2359 - - 2358 - - 2357 - - 2356 - - 2355 - - 2363 - - 2370 - - 2369 - - 2368 - - 2367 - - 2366 - - 2365 - - 2364 - - 2371 - - 2372 - - 2380 - - 2379 - - 2378 - - 2377 - - 2376 - - 2375 - - 2374 - - 2373 - - 2381 + - 2385 + - 2393 + - 2392 + - 2391 + - 2390 - 2389 - 2388 - 2387 - 2386 - - 2385 - - 2384 - - 2383 - - 2382 + - 2394 + - 2401 + - 2400 + - 2399 + - 2398 + - 2397 + - 2396 + - 2395 + - 2402 + - 2403 + - 2411 + - 2410 + - 2409 + - 2408 + - 2407 + - 2406 + - 2405 + - 2404 + - 2412 + - 2420 + - 2419 + - 2418 + - 2417 + - 2416 + - 2415 + - 2414 + - 2413 - type: Dumpable delayPerItem: 0 soundDump: !type:SoundCollectionSpecifier collection: storageRustle missingComponents: - StorageFill - - uid: 2390 + - uid: 2421 components: - type: MetaData desc: Однажды NanoTrasen проиграла патент на трусы. За доказательством посмотрите под комбинезон. @@ -36157,160 +36343,160 @@ entities: grid: - 0,0,12,3 storedItems: - 2395: + 2426: position: 12,0 _rotation: South - 2406: + 2437: position: 0,0 _rotation: South - 2405: + 2436: position: 1,0 _rotation: South - 2404: + 2435: position: 2,0 _rotation: South - 2403: + 2434: position: 3,0 _rotation: South - 2402: + 2433: position: 4,0 _rotation: South - 2401: + 2432: position: 5,0 _rotation: South - 2400: + 2431: position: 6,0 _rotation: South - 2392: + 2423: position: 7,0 _rotation: South - 2399: + 2430: position: 8,0 _rotation: South - 2398: + 2429: position: 9,0 _rotation: South - 2397: + 2428: position: 10,0 _rotation: South - 2396: + 2427: position: 11,0 _rotation: South - 2407: + 2438: position: 12,1 _rotation: South - 2418: + 2449: position: 0,1 _rotation: South - 2417: + 2448: position: 1,1 _rotation: South - 2416: + 2447: position: 2,1 _rotation: South - 2415: + 2446: position: 3,1 _rotation: South - 2414: + 2445: position: 4,1 _rotation: South - 2413: + 2444: position: 5,1 _rotation: South - 2412: + 2443: position: 6,1 _rotation: South - 2393: + 2424: position: 7,1 _rotation: South - 2411: + 2442: position: 8,1 _rotation: South - 2410: + 2441: position: 9,1 _rotation: South - 2409: + 2440: position: 10,1 _rotation: South - 2408: + 2439: position: 11,1 _rotation: South - 2430: + 2461: position: 0,2 _rotation: South - 2429: + 2460: position: 1,2 _rotation: South - 2428: + 2459: position: 2,2 _rotation: South - 2427: + 2458: position: 3,2 _rotation: South - 2426: + 2457: position: 4,2 _rotation: South - 2425: + 2456: position: 5,2 _rotation: South - 2424: + 2455: position: 6,2 _rotation: South - 2391: + 2422: position: 7,2 _rotation: South - 2423: + 2454: position: 8,2 _rotation: South - 2422: + 2453: position: 9,2 _rotation: South - 2421: + 2452: position: 10,2 _rotation: South - 2420: + 2451: position: 11,2 _rotation: South - 2419: + 2450: position: 12,2 _rotation: South - 2442: + 2473: position: 0,3 _rotation: South - 2441: + 2472: position: 1,3 _rotation: South - 2440: + 2471: position: 2,3 _rotation: South - 2439: + 2470: position: 3,3 _rotation: South - 2438: + 2469: position: 4,3 _rotation: South - 2437: + 2468: position: 5,3 _rotation: South - 2436: + 2467: position: 6,3 _rotation: South - 2394: + 2425: position: 7,3 _rotation: South - 2435: + 2466: position: 8,3 _rotation: South - 2434: + 2465: position: 9,3 _rotation: South - 2433: + 2464: position: 10,3 _rotation: South - 2432: + 2463: position: 11,3 _rotation: South - 2431: + 2462: position: 12,3 _rotation: South - type: ContainerContainer @@ -36319,101 +36505,108 @@ entities: showEnts: False occludes: True ents: - - 2395 - - 2406 - - 2405 - - 2404 - - 2403 - - 2402 - - 2401 - - 2400 - - 2392 - - 2399 - - 2398 - - 2397 - - 2396 - - 2407 - - 2418 - - 2417 - - 2416 - - 2415 - - 2414 - - 2413 - - 2412 - - 2393 - - 2411 - - 2410 - - 2409 - - 2408 - - 2430 - - 2429 - - 2428 - - 2427 - 2426 - - 2425 - - 2424 - - 2391 - - 2423 - - 2422 - - 2421 - - 2420 - - 2419 - - 2442 - - 2441 - - 2440 - - 2439 - - 2438 - 2437 - 2436 - - 2394 - 2435 - 2434 - 2433 - 2432 - 2431 + - 2423 + - 2430 + - 2429 + - 2428 + - 2427 + - 2438 + - 2449 + - 2448 + - 2447 + - 2446 + - 2445 + - 2444 + - 2443 + - 2424 + - 2442 + - 2441 + - 2440 + - 2439 + - 2461 + - 2460 + - 2459 + - 2458 + - 2457 + - 2456 + - 2455 + - 2422 + - 2454 + - 2453 + - 2452 + - 2451 + - 2450 + - 2473 + - 2472 + - 2471 + - 2470 + - 2469 + - 2468 + - 2467 + - 2425 + - 2466 + - 2465 + - 2464 + - 2463 + - 2462 - type: Dumpable delayPerItem: 0 soundDump: !type:SoundCollectionSpecifier collection: storageRustle missingComponents: - StorageFill +- proto: BoxFolderCentComClipboard + entities: + - uid: 2474 + components: + - type: Transform + pos: -9.226101,-37.744606 + parent: 2 - proto: BoxFolderGreen entities: - - uid: 2443 + - uid: 2475 components: - type: Transform rot: 3.141592653589793 rad pos: -23.796177,6.575425 parent: 2 - - uid: 2444 + - uid: 2476 components: - type: Transform pos: -11.572372,10.63357 parent: 2 - - uid: 2445 + - uid: 2477 components: - type: Transform pos: 48.546265,23.086718 parent: 2 - - uid: 2446 + - uid: 2478 components: - type: Transform pos: -15.326325,5.6531143 parent: 2 - proto: BoxFolderGrey entities: - - uid: 2448 + - uid: 2480 components: - type: MetaData name: архивные документы - type: Transform - parent: 2447 + parent: 2479 - type: Storage storedItems: - 2449: + 2481: position: 1,2 _rotation: South - 2450: + 2482: position: 2,2 _rotation: South - type: ContainerContainer @@ -36422,19 +36615,19 @@ entities: showEnts: False occludes: True ents: - - 2449 - - 2450 + - 2481 + - 2482 - type: Physics canCollide: False - - uid: 2452 + - uid: 2484 components: - type: MetaData name: архивные документы - type: Transform - parent: 2451 + parent: 2483 - type: Storage storedItems: - 2453: + 2485: position: 1,2 _rotation: South - type: ContainerContainer @@ -36443,7 +36636,7 @@ entities: showEnts: False occludes: True ents: - - 2453 + - 2485 - type: Physics canCollide: False - type: InsideEntityStorage @@ -36481,62 +36674,62 @@ entities: - 150 - 148 - 146 - - uid: 2455 + - uid: 2487 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.47532,-39.307426 parent: 2 - - uid: 2456 + - uid: 2488 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.3833895,8.960969 parent: 2 - - uid: 2457 + - uid: 2489 components: - type: Transform rot: 3.141592653589793 rad pos: 66.53936,-37.409687 parent: 2 - - uid: 2458 + - uid: 2490 components: - type: Transform pos: 96.580284,-48.434948 parent: 2 - - uid: 2459 + - uid: 2491 components: - type: Transform pos: 55.893425,-0.35416603 parent: 2 - - uid: 2460 + - uid: 2492 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.518333,-5.0212097 parent: 2 - - uid: 2461 + - uid: 2493 components: - type: Transform pos: 47.193684,-1.4811444 parent: 2 - - uid: 2462 + - uid: 2494 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.48315,10.17467 parent: 2 - - uid: 2463 + - uid: 2495 components: - type: Transform pos: 41.662926,-26.38594 parent: 2 - - uid: 2464 + - uid: 2496 components: - type: Transform pos: 49.528618,-16.43555 parent: 2 - - uid: 2465 + - uid: 2497 components: - type: Transform pos: 52.421307,-9.368856 @@ -36583,22 +36776,22 @@ entities: - 81 - 77 - 79 - - uid: 2466 + - uid: 2498 components: - type: Transform pos: -57.424854,-38.983818 parent: 2 - - uid: 2467 + - uid: 2499 components: - type: Transform pos: -49.49179,-19.525578 parent: 2 - - uid: 2468 + - uid: 2500 components: - type: Transform pos: -37.397324,-7.465461 parent: 2 - - uid: 2469 + - uid: 2501 components: - type: Transform rot: 1.5707963267948966 rad @@ -36606,99 +36799,99 @@ entities: parent: 2 - proto: BoxFolderYellow entities: - - uid: 2470 + - uid: 2502 components: - type: Transform pos: 9.54801,-84.420845 parent: 2 - - uid: 2471 + - uid: 2503 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.58487,-75.31221 parent: 2 - - uid: 2472 + - uid: 2504 components: - type: Transform pos: 96.37716,-48.341198 parent: 2 - - uid: 2473 + - uid: 2505 components: - type: Transform pos: -11.478622,10.836695 parent: 2 - - uid: 2474 + - uid: 2506 components: - type: Transform pos: -4.4847403,-82.22076 parent: 2 - proto: BoxForensicPad entities: - - uid: 2475 + - uid: 2507 components: - type: Transform pos: 41.65592,-26.244795 parent: 2 - proto: BoxHandcuff entities: - - uid: 2476 + - uid: 2508 components: - type: Transform pos: 60.261482,5.7282133 parent: 2 - proto: BoxInflatable entities: - - uid: 2477 + - uid: 2509 components: - type: Transform pos: 53.372635,-96.272675 parent: 2 - proto: BoxingBell entities: - - uid: 2478 + - uid: 2510 components: - type: Transform pos: 82.5,-3.5 parent: 2 - - uid: 2479 + - uid: 2511 components: - type: Transform pos: -17.5,-85.5 parent: 2 - - uid: 2480 + - uid: 2512 components: - type: Transform pos: -35.5,-100.5 parent: 2 - proto: BoxLatexGloves entities: - - uid: 2481 + - uid: 2513 components: - type: Transform pos: -45.38558,-11.439349 parent: 2 - proto: BoxLethalshot entities: - - uid: 2482 + - uid: 2514 components: - type: Transform pos: 62.50728,-19.37411 parent: 2 - - uid: 2483 + - uid: 2515 components: - type: Transform pos: 62.491653,-19.420984 parent: 2 - proto: BoxLightbulb entities: - - uid: 2484 + - uid: 2516 components: - type: Transform pos: 50.845844,-54.11066 parent: 2 - proto: BoxLightMixed entities: - - uid: 2485 + - uid: 2517 components: - type: Transform rot: -1.5707963267948966 rad @@ -36706,235 +36899,235 @@ entities: parent: 2 - proto: BoxLighttube entities: - - uid: 2486 + - uid: 2518 components: - type: Transform pos: 51.67397,-53.86066 parent: 2 - proto: BoxMagazinePistolSubMachineGunPractice entities: - - uid: 2487 + - uid: 2519 components: - type: Transform pos: 59.364346,7.544323 parent: 2 - proto: BoxMagazineRiflePractice entities: - - uid: 2488 + - uid: 2520 components: - type: Transform pos: 59.62997,7.591198 parent: 2 - proto: BoxMesonScanners entities: - - uid: 2489 + - uid: 2521 components: - type: Transform pos: 47.666763,-60.43458 parent: 2 - proto: BoxMouthSwab entities: - - uid: 2490 + - uid: 2522 components: - type: Transform pos: -52.55665,-2.4658375 parent: 2 - - uid: 2491 + - uid: 2523 components: - type: Transform pos: 36.5,23.5 parent: 2 - proto: BoxMRE entities: - - uid: 2493 + - uid: 2525 components: - type: Transform - parent: 2492 + parent: 2524 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2494 + - uid: 2526 components: - type: Transform - parent: 2492 + parent: 2524 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2496 + - uid: 2528 components: - type: Transform - parent: 2495 + parent: 2527 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2497 + - uid: 2529 components: - type: Transform pos: 24.438826,-81.37048 parent: 2 - - uid: 2498 + - uid: 2530 components: - type: Transform pos: 77.44954,0.55435777 parent: 2 - - uid: 2499 + - uid: 2531 components: - type: Transform pos: 81.71503,0.57001495 parent: 2 - - uid: 2500 + - uid: 2532 components: - type: Transform pos: 85.41815,0.53876495 parent: 2 - - uid: 2501 + - uid: 2533 components: - type: Transform pos: 45.503265,-7.395544 parent: 2 - - uid: 2502 + - uid: 2534 components: - type: Transform pos: 48.5,-7.5 parent: 2 - - uid: 2503 + - uid: 2535 components: - type: Transform pos: 44.5,4.5 parent: 2 - proto: BoxNitrileGloves entities: - - uid: 2505 + - uid: 2537 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BoxPillCanister entities: - - uid: 2517 + - uid: 2549 components: - type: Transform pos: -45.546463,-11.270052 parent: 2 - proto: BoxSechud entities: - - uid: 2518 + - uid: 2550 components: - type: Transform pos: 60.386482,5.5875883 parent: 2 - proto: BoxShellTranquilizer entities: - - uid: 2520 + - uid: 2552 components: - type: Transform - parent: 2519 + parent: 2551 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BoxShotgunIncendiary entities: - - uid: 2523 + - uid: 2555 components: - type: Transform pos: 62.50728,-19.452234 parent: 2 - proto: BoxShotgunPractice entities: - - uid: 2524 + - uid: 2556 components: - type: Transform pos: 59.489346,7.638073 parent: 2 - proto: BoxShotgunSlug entities: - - uid: 2525 + - uid: 2557 components: - type: Transform pos: 62.491653,-19.420984 parent: 2 - proto: BoxSterileMask entities: - - uid: 2506 + - uid: 2538 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2527 + - uid: 2559 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2543 + - uid: 2575 components: - type: Transform pos: 62.492535,-2.0434687 parent: 2 - proto: BoxSyringe entities: - - uid: 2544 + - uid: 2576 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.861122,-15.441466 parent: 2 - - uid: 2545 + - uid: 2577 components: - type: Transform pos: 62.492535,-2.3247187 parent: 2 - proto: BoxTrashbag entities: - - uid: 2546 + - uid: 2578 components: - type: Transform pos: 42.5,5.5 parent: 2 - - uid: 2547 + - uid: 2579 components: - type: Transform pos: 9.538317,0.6497593 parent: 2 - proto: BrbSign entities: - - uid: 2548 + - uid: 2580 components: - type: Transform pos: -3.4886603,7.4969273 parent: 2 - proto: BriefcaseBrown entities: - - uid: 2549 + - uid: 2581 components: - type: Transform rot: 3.141592653589793 rad pos: -31.750402,-96.181984 parent: 2 - - uid: 2550 + - uid: 2582 components: - type: Transform pos: 46.51009,-2.3415952 parent: 2 - - uid: 2551 + - uid: 2583 components: - type: Transform pos: 48.49433,15.88633 parent: 2 - proto: BriefcaseBrownFilled entities: - - uid: 2552 + - uid: 2584 components: - type: Transform rot: 3.141592653589793 rad pos: 66.617485,-40.446655 parent: 2 - - uid: 2553 + - uid: 2585 components: - type: Transform rot: 3.141592653589793 rad @@ -36942,314 +37135,354 @@ entities: parent: 2 - proto: BrigmedicPDA entities: - - uid: 1425 + - uid: 1455 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BrigTimer entities: - - uid: 2554 + - uid: 2586 components: - type: Transform pos: 30.5,-80.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 39959: + 40596: - - Start - Close - - Timer - AutoClose - - Timer - Open - - uid: 2555 + - uid: 2587 components: - type: Transform pos: 46.5,-10.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 951: + 941: - - Timer - Open - - uid: 2556 + - uid: 2588 components: - type: Transform pos: 46.5,-11.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 951: + 941: - - Timer - Open - - uid: 2557 + - uid: 2589 components: - type: Transform pos: 53.5,-12.5 parent: 2 - proto: BrokenBottle entities: - - uid: 2558 + - uid: 2590 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.75842,-15.684824 parent: 2 -- proto: BrokenEnergyShield - entities: - - uid: 2559 - components: - - type: Transform - pos: 2.3705,-34.956516 - parent: 2 - - uid: 2560 - components: - - type: Transform - pos: 2.3705,-35.44089 - parent: 2 - proto: BruteAutoInjector entities: - - uid: 2562 - components: - - type: Transform - parent: 2561 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 2564 - components: - - type: Transform - parent: 2563 - - type: Physics - canCollide: False - - uid: 2571 - components: - - type: Transform - parent: 2570 - - type: Physics - canCollide: False - - uid: 2578 - components: - - type: Transform - parent: 2577 - - type: Physics - canCollide: False -- proto: Brutepack - entities: - - uid: 2565 - components: - - type: Transform - parent: 2563 - - type: Physics - canCollide: False - - uid: 2572 - components: - - type: Transform - parent: 2570 - - type: Physics - canCollide: False - - uid: 2579 - components: - - type: Transform - parent: 2577 - - type: Physics - canCollide: False - - uid: 2584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.436607,-23.321514 - parent: 2 - - uid: 2585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.31319,-1.4544966 - parent: 2 -- proto: Bucket - entities: - - uid: 2586 - components: - - type: Transform - pos: 9.453653,-2.3906138 - parent: 2 - - uid: 2587 - components: - - type: Transform - pos: -68.5,-18.5 - parent: 2 - - uid: 2588 - components: - - type: Transform - pos: -6.5,-72.5 - parent: 2 - - uid: 2589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.62547,-7.7734404 - parent: 2 - - uid: 2590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.35985,-8.164065 - parent: 2 - - uid: 2591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.6411,-8.826161 - parent: 2 - uid: 2592 components: - type: Transform - pos: -57.5,-31.5 - parent: 2 + parent: 2591 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 2594 components: - type: Transform parent: 2593 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 2598 - components: - - type: Transform - pos: 42.624294,10.444612 - parent: 2 - - uid: 2599 - components: - - type: Transform - pos: 73.53175,1.577987 - parent: 2 - uid: 2601 components: - type: Transform parent: 2600 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 2612 + - uid: 2608 components: - type: Transform - pos: 34.843952,15.288294 - parent: 2 - - uid: 2613 - components: - - type: Transform - pos: -11.941704,-61.62439 - parent: 2 + parent: 2607 + - type: Physics + canCollide: False - uid: 2614 components: - type: Transform - pos: 9.391153,-2.1718638 + pos: 13.432879,-41.24748 parent: 2 +- proto: Brutepack + entities: + - uid: 2595 + components: + - type: Transform + parent: 2593 + - type: Physics + canCollide: False + - uid: 2602 + components: + - type: Transform + parent: 2600 + - type: Physics + canCollide: False + - uid: 2609 + components: + - type: Transform + parent: 2607 + - type: Physics + canCollide: False - uid: 2615 components: - type: Transform - pos: 29.818756,20.265736 + rot: 1.5707963267948966 rad + pos: -49.436607,-23.321514 parent: 2 + - uid: 2616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.31319,-1.4544966 + parent: 2 +- proto: BrutepackAdvanced1 + entities: - uid: 2617 components: - type: Transform - parent: 2616 - - type: Physics - canCollide: False - - uid: 2627 - components: - - type: Transform - pos: 51.46466,2.8456087 + pos: -6.5144153,-44.382484 parent: 2 -- proto: BurnAutoInjector - entities: - - uid: 2629 + - type: Stack + count: 3 + - uid: 2618 components: - type: Transform - parent: 2628 + pos: -9.54951,-57.41202 + parent: 2 + - type: Stack + count: 4 + - uid: 2619 + components: + - type: Transform + pos: -5.440795,-59.52333 + parent: 2 + - type: Stack + count: 3 +- proto: Bucket + entities: + - uid: 2620 + components: + - type: Transform + pos: 9.453653,-2.3906138 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: -68.5,-18.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 2623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.62547,-7.7734404 + parent: 2 + - uid: 2624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.35985,-8.164065 + parent: 2 + - uid: 2625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.6411,-8.826161 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: -57.5,-31.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + parent: 2627 - type: Physics canCollide: False + - type: InsideEntityStorage + - uid: 2632 + components: + - type: Transform + pos: 42.624294,10.444612 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: 73.53175,1.577987 + parent: 2 - uid: 2635 components: - type: Transform parent: 2634 - type: Physics canCollide: False - - uid: 2641 + - type: InsideEntityStorage + - uid: 2646 components: - type: Transform - parent: 2640 + pos: 34.843952,15.288294 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: -11.941704,-61.62439 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: 9.391153,-2.1718638 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: 29.818756,20.265736 + parent: 2 + - uid: 2651 + components: + - type: Transform + parent: 2650 + - type: Physics + canCollide: False + - uid: 2661 + components: + - type: Transform + pos: 51.46466,2.8456087 + parent: 2 +- proto: BurnAutoInjector + entities: + - uid: 2663 + components: + - type: Transform + parent: 2662 + - type: Physics + canCollide: False + - uid: 2669 + components: + - type: Transform + parent: 2668 + - type: Physics + canCollide: False + - uid: 2675 + components: + - type: Transform + parent: 2674 - type: Physics canCollide: False - proto: ButtonFrameCaution entities: - - uid: 2646 + - uid: 2680 components: - type: Transform pos: 50.5,-7.5 parent: 2 - - uid: 2647 + - uid: 2681 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,4.5 parent: 2 + - uid: 2682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-20.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-20.5 + parent: 2 - proto: ButtonFrameCautionSecurity entities: - - uid: 2648 + - uid: 2684 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-15.5 parent: 2 - - uid: 2649 + - uid: 2685 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-14.5 parent: 2 - - uid: 2650 + - uid: 2686 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-16.5 parent: 2 - - uid: 2651 + - uid: 2687 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-12.5 parent: 2 + - uid: 2688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-43.5 + parent: 2 - proto: ButtonFrameExit entities: - - uid: 2652 + - uid: 2689 components: - type: Transform pos: 43.5,-84.5 parent: 2 - - uid: 2653 + - uid: 2690 components: - type: Transform pos: 42.5,-84.5 parent: 2 + - uid: 2691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-61.5 + parent: 2 - proto: ButtonFrameGrey entities: - - uid: 2654 + - uid: 2692 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-9.5 parent: 2 - - uid: 2655 + - uid: 2693 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-4.5 parent: 2 - - uid: 2656 + - uid: 2694 components: - type: Transform rot: 3.141592653589793 rad @@ -37257,12513 +37490,12334 @@ entities: parent: 2 - proto: ButtonFrameJanitor entities: - - uid: 2657 + - uid: 2695 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-78.5 parent: 2 - - uid: 2658 + - uid: 2696 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-45.5 parent: 2 - - uid: 2659 + - uid: 2697 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-34.5 parent: 2 - - uid: 2660 + - uid: 2698 components: - type: Transform pos: -24.5,2.5 parent: 2 - - uid: 2661 + - uid: 2699 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-6.5 parent: 2 - - uid: 2662 + - uid: 2700 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-6.5 parent: 2 - - uid: 2663 + - uid: 2701 components: - type: Transform rot: 3.141592653589793 rad pos: -35.1,-50.5 parent: 2 - - uid: 2664 + - uid: 2702 components: - type: Transform pos: 0.5,23.5 parent: 2 + - uid: 41333 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 41334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-44.5 + parent: 2 - proto: CableApcExtension entities: - - uid: 2665 + - uid: 2703 components: - type: Transform pos: 57.5,-90.5 parent: 2 - - uid: 2666 + - uid: 2704 components: - type: Transform pos: -54.5,-128.5 parent: 2 - - uid: 2667 + - uid: 2705 components: - type: Transform pos: 99.5,-77.5 parent: 2 - - uid: 2668 + - uid: 2706 components: - type: Transform pos: 99.5,-76.5 parent: 2 - - uid: 2669 + - uid: 2707 components: - type: Transform pos: -66.5,3.5 parent: 2 - - uid: 2670 + - uid: 2708 components: - type: Transform pos: 62.5,-22.5 parent: 2 - - uid: 2671 + - uid: 2709 components: - type: Transform pos: 56.5,-28.5 parent: 2 - - uid: 2672 + - uid: 2710 components: - type: Transform pos: 50.5,11.5 parent: 2 - - uid: 2673 + - uid: 2711 components: - type: Transform pos: -58.5,-25.5 parent: 2 - - uid: 2674 + - uid: 2712 components: - type: Transform pos: 66.5,8.5 parent: 2 - - uid: 2675 + - uid: 2713 components: - type: Transform pos: 66.5,9.5 parent: 2 - - uid: 2676 + - uid: 2714 components: - type: Transform pos: 49.5,-14.5 parent: 2 - - uid: 2677 + - uid: 2715 components: - type: Transform pos: 65.5,-12.5 parent: 2 - - uid: 2678 + - uid: 2716 components: - type: Transform pos: 60.5,4.5 parent: 2 - - uid: 2679 + - uid: 2717 components: - type: Transform pos: 57.5,5.5 parent: 2 - - uid: 2680 + - uid: 2718 components: - type: Transform pos: -61.5,-17.5 parent: 2 - - uid: 2681 + - uid: 2719 components: - type: Transform pos: 57.5,-12.5 parent: 2 - - uid: 2682 + - uid: 2720 components: - type: Transform pos: 48.5,-18.5 parent: 2 - - uid: 2683 + - uid: 2721 components: - type: Transform pos: 49.5,-18.5 parent: 2 - - uid: 2684 + - uid: 2722 components: - type: Transform pos: 65.5,-17.5 parent: 2 - - uid: 2685 + - uid: 2723 components: - type: Transform pos: 62.5,-17.5 parent: 2 - - uid: 2686 + - uid: 2724 components: - type: Transform pos: 63.5,-17.5 parent: 2 - - uid: 2687 + - uid: 2725 components: - type: Transform pos: 64.5,-17.5 parent: 2 - - uid: 2688 + - uid: 2726 components: - type: Transform pos: 46.5,-4.5 parent: 2 - - uid: 2689 + - uid: 2727 components: - type: Transform pos: -58.5,-24.5 parent: 2 - - uid: 2690 + - uid: 2728 components: - type: Transform pos: 47.5,-4.5 parent: 2 - - uid: 2691 + - uid: 2729 components: - type: Transform pos: 48.5,-4.5 parent: 2 - - uid: 2692 + - uid: 2730 components: - type: Transform pos: 51.5,-18.5 parent: 2 - - uid: 2693 + - uid: 2731 components: - type: Transform pos: 51.5,-4.5 parent: 2 - - uid: 2694 + - uid: 2732 components: - type: Transform pos: 51.5,-3.5 parent: 2 - - uid: 2695 + - uid: 2733 components: - type: Transform pos: 24.5,13.5 parent: 2 - - uid: 2696 + - uid: 2734 components: - type: Transform pos: 34.5,34.5 parent: 2 - - uid: 2697 + - uid: 2735 components: - type: Transform pos: 35.5,-7.5 parent: 2 - - uid: 2698 + - uid: 2736 components: - type: Transform pos: -74.5,3.5 parent: 2 - - uid: 2699 + - uid: 2737 components: - type: Transform pos: 76.5,-49.5 parent: 2 - - uid: 2700 + - uid: 2738 components: - type: Transform pos: 78.5,-48.5 parent: 2 - - uid: 2701 + - uid: 2739 components: - type: Transform pos: -50.5,-72.5 parent: 2 - - uid: 2702 + - uid: 2740 components: - type: Transform pos: 66.5,-49.5 parent: 2 - - uid: 2703 + - uid: 2741 components: - type: Transform pos: 33.5,-14.5 parent: 2 - - uid: 2704 + - uid: 2742 components: - type: Transform pos: 47.5,-95.5 parent: 2 - - uid: 2705 + - uid: 2743 components: - type: Transform pos: 52.5,11.5 parent: 2 - - uid: 2706 + - uid: 2744 components: - type: Transform pos: -50.5,-40.5 parent: 2 - - uid: 2707 + - uid: 2745 components: - type: Transform pos: 88.5,-48.5 parent: 2 - - uid: 2708 + - uid: 2746 components: - type: Transform pos: -19.5,-98.5 parent: 2 - - uid: 2709 + - uid: 2747 components: - type: Transform pos: 37.5,-17.5 parent: 2 - - uid: 2710 + - uid: 2748 components: - type: Transform pos: 56.5,-90.5 parent: 2 - - uid: 2711 + - uid: 2749 components: - type: Transform pos: -40.5,-100.5 parent: 2 - - uid: 2712 + - uid: 2750 components: - type: Transform pos: -40.5,-98.5 parent: 2 - - uid: 2713 + - uid: 2751 components: - type: Transform pos: -40.5,-102.5 parent: 2 - - uid: 2714 + - uid: 2752 components: - type: Transform pos: -37.5,-98.5 parent: 2 - - uid: 2715 + - uid: 2753 components: - type: Transform pos: -37.5,-103.5 parent: 2 - - uid: 2716 + - uid: 2754 components: - type: Transform pos: 22.5,-84.5 parent: 2 - - uid: 2717 + - uid: 2755 components: - type: Transform pos: 17.5,-99.5 parent: 2 - - uid: 2718 + - uid: 2756 components: - type: Transform pos: 23.5,18.5 parent: 2 - - uid: 2719 + - uid: 2757 components: - type: Transform pos: 22.5,-85.5 parent: 2 - - uid: 2720 + - uid: 2758 components: - type: Transform pos: -39.5,10.5 parent: 2 - - uid: 2721 + - uid: 2759 components: - type: Transform pos: -39.5,9.5 parent: 2 - - uid: 2722 + - uid: 2760 components: - type: Transform pos: -64.5,-57.5 parent: 2 - - uid: 2723 + - uid: 2761 components: - type: Transform pos: -49.5,9.5 parent: 2 - - uid: 2724 + - uid: 2762 components: - type: Transform pos: 64.5,-77.5 parent: 2 - - uid: 2725 + - uid: 2763 components: - type: Transform pos: 44.5,-92.5 parent: 2 - - uid: 2726 + - uid: 2764 components: - type: Transform pos: 44.5,-91.5 parent: 2 - - uid: 2727 + - uid: 2765 components: - type: Transform pos: 45.5,-110.5 parent: 2 - - uid: 2728 + - uid: 2766 components: - type: Transform pos: 64.5,-78.5 parent: 2 - - uid: 2729 + - uid: 2767 components: - type: Transform pos: 64.5,-79.5 parent: 2 - - uid: 2730 + - uid: 2768 components: - type: Transform pos: 70.5,-82.5 parent: 2 - - uid: 2731 + - uid: 2769 components: - type: Transform pos: 76.5,-87.5 parent: 2 - - uid: 2732 + - uid: 2770 components: - type: Transform pos: 66.5,-82.5 parent: 2 - - uid: 2733 + - uid: 2771 components: - type: Transform pos: 72.5,-82.5 parent: 2 - - uid: 2734 + - uid: 2772 components: - type: Transform pos: 64.5,-80.5 parent: 2 - - uid: 2735 + - uid: 2773 components: - type: Transform pos: 53.5,-86.5 parent: 2 - - uid: 2736 + - uid: 2774 components: - type: Transform pos: 52.5,-87.5 parent: 2 - - uid: 2737 + - uid: 2775 components: - type: Transform pos: -27.5,-96.5 parent: 2 - - uid: 2738 + - uid: 2776 components: - type: Transform pos: 53.5,-85.5 parent: 2 - - uid: 2739 + - uid: 2777 components: - type: Transform pos: 54.5,-88.5 parent: 2 - - uid: 2740 + - uid: 2778 components: - type: Transform pos: 65.5,-82.5 parent: 2 - - uid: 2741 + - uid: 2779 components: - type: Transform pos: 73.5,-82.5 parent: 2 - - uid: 2742 + - uid: 2780 components: - type: Transform pos: 64.5,-68.5 parent: 2 - - uid: 2743 + - uid: 2781 components: - type: Transform pos: 50.5,-94.5 parent: 2 - - uid: 2744 + - uid: 2782 components: - type: Transform pos: 56.5,-89.5 parent: 2 - - uid: 2745 + - uid: 2783 components: - type: Transform pos: 51.5,-87.5 parent: 2 - - uid: 2746 + - uid: 2784 components: - type: Transform pos: 50.5,-92.5 parent: 2 - - uid: 2747 + - uid: 2785 components: - type: Transform pos: -67.5,-51.5 parent: 2 - - uid: 2748 + - uid: 2786 components: - type: Transform pos: 50.5,-89.5 parent: 2 - - uid: 2749 + - uid: 2787 components: - type: Transform pos: 50.5,-88.5 parent: 2 - - uid: 2750 + - uid: 2788 components: - type: Transform pos: 79.5,-32.5 parent: 2 - - uid: 2751 + - uid: 2789 components: - type: Transform pos: 66.5,-59.5 parent: 2 - - uid: 2752 + - uid: 2790 components: - type: Transform pos: -55.5,-84.5 parent: 2 - - uid: 2753 + - uid: 2791 components: - type: Transform pos: -55.5,-85.5 parent: 2 - - uid: 2754 + - uid: 2792 components: - type: Transform pos: -55.5,-86.5 parent: 2 - - uid: 2755 + - uid: 2793 components: - type: Transform pos: -56.5,-86.5 parent: 2 - - uid: 2756 + - uid: 2794 components: - type: Transform pos: -57.5,-86.5 parent: 2 - - uid: 2757 + - uid: 2795 components: - type: Transform pos: -58.5,-86.5 parent: 2 - - uid: 2758 + - uid: 2796 components: - type: Transform pos: -59.5,-86.5 parent: 2 - - uid: 2759 + - uid: 2797 components: - type: Transform pos: -60.5,-86.5 parent: 2 - - uid: 2760 + - uid: 2798 components: - type: Transform pos: 66.5,-36.5 parent: 2 - - uid: 2761 + - uid: 2799 components: - type: Transform pos: 65.5,-36.5 parent: 2 - - uid: 2762 + - uid: 2800 components: - type: Transform pos: 71.5,-38.5 parent: 2 - - uid: 2763 + - uid: 2801 components: - type: Transform pos: 62.5,-37.5 parent: 2 - - uid: 2764 + - uid: 2802 components: - type: Transform pos: 67.5,-36.5 parent: 2 - - uid: 2765 + - uid: 2803 components: - type: Transform pos: 71.5,-40.5 parent: 2 - - uid: 2766 + - uid: 2804 components: - type: Transform pos: 67.5,-41.5 parent: 2 - - uid: 2767 + - uid: 2805 components: - type: Transform pos: 62.5,-40.5 parent: 2 - - uid: 2768 + - uid: 2806 components: - type: Transform pos: 62.5,-36.5 parent: 2 - - uid: 2769 + - uid: 2807 components: - type: Transform pos: 62.5,-38.5 parent: 2 - - uid: 2770 + - uid: 2808 components: - type: Transform pos: 62.5,-39.5 parent: 2 - - uid: 2771 + - uid: 2809 components: - type: Transform pos: 63.5,-36.5 parent: 2 - - uid: 2772 + - uid: 2810 components: - type: Transform pos: 64.5,-36.5 parent: 2 - - uid: 2773 + - uid: 2811 components: - type: Transform pos: 65.5,-41.5 parent: 2 - - uid: 2774 + - uid: 2812 components: - type: Transform pos: 71.5,-41.5 parent: 2 - - uid: 2775 + - uid: 2813 components: - type: Transform pos: 69.5,-36.5 parent: 2 - - uid: 2776 + - uid: 2814 components: - type: Transform pos: 71.5,-35.5 parent: 2 - - uid: 2777 + - uid: 2815 components: - type: Transform pos: 66.5,-41.5 parent: 2 - - uid: 2778 + - uid: 2816 components: - type: Transform pos: 69.5,-41.5 parent: 2 - - uid: 2779 + - uid: 2817 components: - type: Transform pos: 68.5,-36.5 parent: 2 - - uid: 2780 + - uid: 2818 components: - type: Transform pos: 71.5,-34.5 parent: 2 - - uid: 2781 + - uid: 2819 components: - type: Transform pos: 63.5,-41.5 parent: 2 - - uid: 2782 + - uid: 2820 components: - type: Transform pos: 71.5,-39.5 parent: 2 - - uid: 2783 + - uid: 2821 components: - type: Transform pos: 70.5,-36.5 parent: 2 - - uid: 2784 + - uid: 2822 components: - type: Transform pos: 71.5,-37.5 parent: 2 - - uid: 2785 + - uid: 2823 components: - type: Transform pos: 64.5,-41.5 parent: 2 - - uid: 2786 + - uid: 2824 components: - type: Transform pos: 70.5,-41.5 parent: 2 - - uid: 2787 + - uid: 2825 components: - type: Transform pos: 71.5,-36.5 parent: 2 - - uid: 2788 + - uid: 2826 components: - type: Transform pos: 62.5,-41.5 parent: 2 - - uid: 2789 + - uid: 2827 components: - type: Transform pos: 68.5,-41.5 parent: 2 - - uid: 2790 + - uid: 2828 components: - type: Transform pos: 67.5,-59.5 parent: 2 - - uid: 2791 + - uid: 2829 components: - type: Transform pos: -67.5,-52.5 parent: 2 - - uid: 2792 + - uid: 2830 components: - type: Transform pos: -42.5,2.5 parent: 2 - - uid: 2793 + - uid: 2831 components: - type: Transform pos: 25.5,16.5 parent: 2 - - uid: 2794 + - uid: 2832 components: - type: Transform pos: 74.5,-82.5 parent: 2 - - uid: 2795 + - uid: 2833 components: - type: Transform pos: 71.5,-82.5 parent: 2 - - uid: 2796 + - uid: 2834 components: - type: Transform pos: 64.5,-81.5 parent: 2 - - uid: 2797 + - uid: 2835 components: - type: Transform pos: 66.5,-68.5 parent: 2 - - uid: 2798 + - uid: 2836 components: - type: Transform pos: 65.5,-68.5 parent: 2 - - uid: 2799 + - uid: 2837 components: - type: Transform pos: 64.5,-69.5 parent: 2 - - uid: 2800 + - uid: 2838 components: - type: Transform pos: 64.5,-70.5 parent: 2 - - uid: 2801 + - uid: 2839 components: - type: Transform pos: 64.5,-71.5 parent: 2 - - uid: 2802 + - uid: 2840 components: - type: Transform pos: 64.5,-72.5 parent: 2 - - uid: 2803 + - uid: 2841 components: - type: Transform pos: 76.5,-82.5 parent: 2 - - uid: 2804 + - uid: 2842 components: - type: Transform pos: 76.5,-83.5 parent: 2 - - uid: 2805 + - uid: 2843 components: - type: Transform pos: 76.5,-84.5 parent: 2 - - uid: 2806 + - uid: 2844 components: - type: Transform pos: 68.5,-82.5 parent: 2 - - uid: 2807 + - uid: 2845 components: - type: Transform pos: 75.5,-82.5 parent: 2 - - uid: 2808 + - uid: 2846 components: - type: Transform pos: 69.5,-82.5 parent: 2 - - uid: 2809 + - uid: 2847 components: - type: Transform pos: -38.5,-98.5 parent: 2 - - uid: 2810 + - uid: 2848 components: - type: Transform pos: -40.5,-99.5 parent: 2 - - uid: 2811 + - uid: 2849 components: - type: Transform pos: 76.5,-85.5 parent: 2 - - uid: 2812 + - uid: 2850 components: - type: Transform pos: 54.5,-87.5 parent: 2 - - uid: 2813 + - uid: 2851 components: - type: Transform pos: 50.5,-87.5 parent: 2 - - uid: 2814 + - uid: 2852 components: - type: Transform pos: 64.5,-76.5 parent: 2 - - uid: 2815 + - uid: 2853 components: - type: Transform pos: 64.5,-74.5 parent: 2 - - uid: 2816 + - uid: 2854 components: - type: Transform pos: 64.5,-73.5 parent: 2 - - uid: 2817 + - uid: 2855 components: - type: Transform pos: 64.5,-75.5 parent: 2 - - uid: 2818 + - uid: 2856 components: - type: Transform pos: -67.5,-53.5 parent: 2 - - uid: 2819 + - uid: 2857 components: - type: Transform pos: -64.5,-58.5 parent: 2 - - uid: 2820 + - uid: 2858 components: - type: Transform pos: 53.5,-87.5 parent: 2 - - uid: 2821 + - uid: 2859 components: - type: Transform pos: 24.5,16.5 parent: 2 - - uid: 2822 + - uid: 2860 components: - type: Transform pos: 39.5,-107.5 parent: 2 - - uid: 2823 + - uid: 2861 components: - type: Transform pos: -30.5,-43.5 parent: 2 - - uid: 2824 + - uid: 2862 components: - type: Transform pos: -29.5,-43.5 parent: 2 - - uid: 2825 + - uid: 2863 components: - type: Transform pos: -28.5,-43.5 parent: 2 - - uid: 2826 + - uid: 2864 components: - type: Transform pos: -27.5,-43.5 parent: 2 - - uid: 2827 + - uid: 2865 components: - type: Transform pos: -26.5,-43.5 parent: 2 - - uid: 2828 + - uid: 2866 components: - type: Transform pos: -25.5,-43.5 parent: 2 - - uid: 2829 + - uid: 2867 components: - type: Transform pos: -69.5,-73.5 parent: 2 - - uid: 2830 + - uid: 2868 components: - type: Transform pos: 42.5,-110.5 parent: 2 - - uid: 2831 + - uid: 2869 components: - type: Transform pos: 7.5,-94.5 parent: 2 - - uid: 2832 + - uid: 2870 components: - type: Transform pos: -16.5,-95.5 parent: 2 - - uid: 2833 + - uid: 2871 components: - type: Transform pos: 107.5,-39.5 parent: 2 - - uid: 2834 + - uid: 2872 components: - type: Transform pos: 26.5,-39.5 parent: 2 - - uid: 2835 + - uid: 2873 components: - type: Transform pos: 65.5,-52.5 parent: 2 - - uid: 2836 + - uid: 2874 components: - type: Transform pos: 65.5,-53.5 parent: 2 - - uid: 2837 + - uid: 2875 components: - type: Transform pos: 65.5,-54.5 parent: 2 - - uid: 2838 + - uid: 2876 components: - type: Transform pos: 65.5,-55.5 parent: 2 - - uid: 2839 + - uid: 2877 components: - type: Transform pos: 65.5,-56.5 parent: 2 - - uid: 2840 + - uid: 2878 components: - type: Transform pos: 65.5,-57.5 parent: 2 - - uid: 2841 + - uid: 2879 components: - type: Transform pos: 65.5,-58.5 parent: 2 - - uid: 2842 + - uid: 2880 components: - type: Transform pos: 65.5,-59.5 parent: 2 - - uid: 2843 + - uid: 2881 components: - type: Transform pos: 65.5,-60.5 parent: 2 - - uid: 2844 + - uid: 2882 components: - type: Transform pos: 65.5,-61.5 parent: 2 - - uid: 2845 + - uid: 2883 components: - type: Transform pos: 65.5,-62.5 parent: 2 - - uid: 2846 + - uid: 2884 components: - type: Transform pos: 66.5,-62.5 parent: 2 - - uid: 2847 + - uid: 2885 components: - type: Transform pos: 66.5,-63.5 parent: 2 - - uid: 2848 + - uid: 2886 components: - type: Transform pos: 66.5,-64.5 parent: 2 - - uid: 2849 + - uid: 2887 components: - type: Transform pos: 66.5,-65.5 parent: 2 - - uid: 2850 + - uid: 2888 components: - type: Transform pos: 64.5,-58.5 parent: 2 - - uid: 2851 + - uid: 2889 components: - type: Transform pos: 63.5,-58.5 parent: 2 - - uid: 2852 + - uid: 2890 components: - type: Transform pos: 62.5,-58.5 parent: 2 - - uid: 2853 + - uid: 2891 components: - type: Transform pos: 61.5,-58.5 parent: 2 - - uid: 2854 + - uid: 2892 components: - type: Transform pos: 60.5,-58.5 parent: 2 - - uid: 2855 + - uid: 2893 components: - type: Transform pos: 59.5,-58.5 parent: 2 - - uid: 2856 + - uid: 2894 components: - type: Transform pos: 58.5,-58.5 parent: 2 - - uid: 2857 + - uid: 2895 components: - type: Transform pos: 57.5,-58.5 parent: 2 - - uid: 2858 + - uid: 2896 components: - type: Transform pos: 56.5,-58.5 parent: 2 - - uid: 2859 + - uid: 2897 components: - type: Transform pos: 55.5,-58.5 parent: 2 - - uid: 2860 + - uid: 2898 components: - type: Transform pos: 64.5,-62.5 parent: 2 - - uid: 2861 + - uid: 2899 components: - type: Transform pos: 64.5,-63.5 parent: 2 - - uid: 2862 + - uid: 2900 components: - type: Transform pos: 50.5,-47.5 parent: 2 - - uid: 2863 + - uid: 2901 components: - type: Transform pos: 49.5,-47.5 parent: 2 - - uid: 2864 + - uid: 2902 components: - type: Transform pos: 48.5,-47.5 parent: 2 - - uid: 2865 + - uid: 2903 components: - type: Transform pos: 48.5,-48.5 parent: 2 - - uid: 2866 + - uid: 2904 components: - type: Transform pos: 48.5,-49.5 parent: 2 - - uid: 2867 + - uid: 2905 components: - type: Transform pos: 48.5,-50.5 parent: 2 - - uid: 2868 + - uid: 2906 components: - type: Transform pos: 48.5,-51.5 parent: 2 - - uid: 2869 + - uid: 2907 components: - type: Transform pos: 48.5,-52.5 parent: 2 - - uid: 2870 + - uid: 2908 components: - type: Transform pos: 48.5,-53.5 parent: 2 - - uid: 2871 + - uid: 2909 components: - type: Transform pos: 48.5,-54.5 parent: 2 - - uid: 2872 + - uid: 2910 components: - type: Transform pos: 48.5,-55.5 parent: 2 - - uid: 2873 + - uid: 2911 components: - type: Transform pos: 48.5,-56.5 parent: 2 - - uid: 2874 + - uid: 2912 components: - type: Transform pos: 48.5,-57.5 parent: 2 - - uid: 2875 + - uid: 2913 components: - type: Transform pos: 48.5,-58.5 parent: 2 - - uid: 2876 + - uid: 2914 components: - type: Transform pos: 47.5,-58.5 parent: 2 - - uid: 2877 + - uid: 2915 components: - type: Transform pos: 46.5,-58.5 parent: 2 - - uid: 2878 + - uid: 2916 components: - type: Transform pos: 45.5,-58.5 parent: 2 - - uid: 2879 + - uid: 2917 components: - type: Transform pos: 44.5,-58.5 parent: 2 - - uid: 2880 + - uid: 2918 components: - type: Transform pos: 44.5,-57.5 parent: 2 - - uid: 2881 + - uid: 2919 components: - type: Transform pos: 44.5,-56.5 parent: 2 - - uid: 2882 + - uid: 2920 components: - type: Transform pos: 44.5,-55.5 parent: 2 - - uid: 2883 + - uid: 2921 components: - type: Transform pos: 44.5,-54.5 parent: 2 - - uid: 2884 + - uid: 2922 components: - type: Transform pos: 44.5,-53.5 parent: 2 - - uid: 2885 + - uid: 2923 components: - type: Transform pos: 44.5,-52.5 parent: 2 - - uid: 2886 + - uid: 2924 components: - type: Transform pos: 44.5,-51.5 parent: 2 - - uid: 2887 + - uid: 2925 components: - type: Transform pos: 49.5,-58.5 parent: 2 - - uid: 2888 + - uid: 2926 components: - type: Transform pos: 50.5,-58.5 parent: 2 - - uid: 2889 + - uid: 2927 components: - type: Transform pos: 51.5,-58.5 parent: 2 - - uid: 2890 + - uid: 2928 components: - type: Transform pos: 52.5,-58.5 parent: 2 - - uid: 2891 + - uid: 2929 components: - type: Transform pos: 53.5,-58.5 parent: 2 - - uid: 2892 + - uid: 2930 components: - type: Transform pos: 49.5,-51.5 parent: 2 - - uid: 2893 + - uid: 2931 components: - type: Transform pos: 50.5,-51.5 parent: 2 - - uid: 2894 + - uid: 2932 components: - type: Transform pos: 51.5,-51.5 parent: 2 - - uid: 2895 + - uid: 2933 components: - type: Transform pos: 52.5,-51.5 parent: 2 - - uid: 2896 + - uid: 2934 components: - type: Transform pos: 52.5,-52.5 parent: 2 - - uid: 2897 + - uid: 2935 components: - type: Transform pos: 52.5,-53.5 parent: 2 - - uid: 2898 + - uid: 2936 components: - type: Transform pos: 52.5,-54.5 parent: 2 - - uid: 2899 + - uid: 2937 components: - type: Transform pos: 52.5,-55.5 parent: 2 - - uid: 2900 + - uid: 2938 components: - type: Transform pos: 52.5,-56.5 parent: 2 - - uid: 2901 + - uid: 2939 components: - type: Transform pos: 55.5,-63.5 parent: 2 - - uid: 2902 + - uid: 2940 components: - type: Transform pos: 56.5,-63.5 parent: 2 - - uid: 2903 + - uid: 2941 components: - type: Transform pos: 57.5,-63.5 parent: 2 - - uid: 2904 + - uid: 2942 components: - type: Transform pos: 58.5,-63.5 parent: 2 - - uid: 2905 + - uid: 2943 components: - type: Transform pos: 58.5,-62.5 parent: 2 - - uid: 2906 + - uid: 2944 components: - type: Transform pos: 58.5,-64.5 parent: 2 - - uid: 2907 + - uid: 2945 components: - type: Transform pos: 58.5,-65.5 parent: 2 - - uid: 2908 + - uid: 2946 components: - type: Transform pos: 58.5,-66.5 parent: 2 - - uid: 2909 + - uid: 2947 components: - type: Transform pos: 54.5,-63.5 parent: 2 - - uid: 2910 + - uid: 2948 components: - type: Transform pos: 53.5,-63.5 parent: 2 - - uid: 2911 + - uid: 2949 components: - type: Transform pos: 53.5,-64.5 parent: 2 - - uid: 2912 + - uid: 2950 components: - type: Transform pos: 56.5,-74.5 parent: 2 - - uid: 2913 + - uid: 2951 components: - type: Transform pos: 56.5,-75.5 parent: 2 - - uid: 2914 + - uid: 2952 components: - type: Transform pos: 56.5,-76.5 parent: 2 - - uid: 2915 + - uid: 2953 components: - type: Transform pos: 56.5,-73.5 parent: 2 - - uid: 2916 + - uid: 2954 components: - type: Transform pos: 56.5,-72.5 parent: 2 - - uid: 2917 + - uid: 2955 components: - type: Transform pos: 55.5,-72.5 parent: 2 - - uid: 2918 + - uid: 2956 components: - type: Transform pos: 54.5,-72.5 parent: 2 - - uid: 2919 + - uid: 2957 components: - type: Transform pos: 53.5,-72.5 parent: 2 - - uid: 2920 + - uid: 2958 components: - type: Transform pos: 52.5,-72.5 parent: 2 - - uid: 2921 + - uid: 2959 components: - type: Transform pos: 52.5,-73.5 parent: 2 - - uid: 2922 + - uid: 2960 components: - type: Transform pos: 52.5,-74.5 parent: 2 - - uid: 2923 + - uid: 2961 components: - type: Transform pos: 52.5,-75.5 parent: 2 - - uid: 2924 - components: - - type: Transform - pos: 47.5,-71.5 - parent: 2 - - uid: 2925 - components: - - type: Transform - pos: 44.5,-80.5 - parent: 2 - - uid: 2926 - components: - - type: Transform - pos: 46.5,-95.5 - parent: 2 - - uid: 2927 - components: - - type: Transform - pos: 38.5,-82.5 - parent: 2 - - uid: 2928 - components: - - type: Transform - pos: 43.5,-82.5 - parent: 2 - - uid: 2929 - components: - - type: Transform - pos: 43.5,-83.5 - parent: 2 - - uid: 2930 - components: - - type: Transform - pos: 42.5,-83.5 - parent: 2 - - uid: 2931 - components: - - type: Transform - pos: 41.5,-83.5 - parent: 2 - - uid: 2932 - components: - - type: Transform - pos: 40.5,-83.5 - parent: 2 - - uid: 2933 - components: - - type: Transform - pos: 39.5,-83.5 - parent: 2 - - uid: 2934 - components: - - type: Transform - pos: 38.5,-83.5 - parent: 2 - - uid: 2935 - components: - - type: Transform - pos: 37.5,-82.5 - parent: 2 - - uid: 2936 - components: - - type: Transform - pos: 36.5,-82.5 - parent: 2 - - uid: 2937 - components: - - type: Transform - pos: 35.5,-82.5 - parent: 2 - - uid: 2938 - components: - - type: Transform - pos: 34.5,-82.5 - parent: 2 - - uid: 2939 - components: - - type: Transform - pos: 51.5,-80.5 - parent: 2 - - uid: 2940 - components: - - type: Transform - pos: 52.5,-80.5 - parent: 2 - - uid: 2941 - components: - - type: Transform - pos: 52.5,-78.5 - parent: 2 - - uid: 2942 - components: - - type: Transform - pos: 52.5,-79.5 - parent: 2 - - uid: 2943 - components: - - type: Transform - pos: 52.5,-81.5 - parent: 2 - - uid: 2944 - components: - - type: Transform - pos: 52.5,-82.5 - parent: 2 - - uid: 2945 - components: - - type: Transform - pos: 52.5,-83.5 - parent: 2 - - uid: 2946 - components: - - type: Transform - pos: 53.5,-83.5 - parent: 2 - - uid: 2947 - components: - - type: Transform - pos: 54.5,-83.5 - parent: 2 - - uid: 2948 - components: - - type: Transform - pos: 51.5,-83.5 - parent: 2 - - uid: 2949 - components: - - type: Transform - pos: 50.5,-83.5 - parent: 2 - - uid: 2950 - components: - - type: Transform - pos: 49.5,-83.5 - parent: 2 - - uid: 2951 - components: - - type: Transform - pos: 48.5,-83.5 - parent: 2 - - uid: 2952 - components: - - type: Transform - pos: 47.5,-71.5 - parent: 2 - - uid: 2953 - components: - - type: Transform - pos: 48.5,-71.5 - parent: 2 - - uid: 2954 - components: - - type: Transform - pos: 49.5,-71.5 - parent: 2 - - uid: 2955 - components: - - type: Transform - pos: 49.5,-72.5 - parent: 2 - - uid: 2956 - components: - - type: Transform - pos: 49.5,-73.5 - parent: 2 - - uid: 2957 - components: - - type: Transform - pos: 49.5,-74.5 - parent: 2 - - uid: 2958 - components: - - type: Transform - pos: 49.5,-75.5 - parent: 2 - - uid: 2959 - components: - - type: Transform - pos: 49.5,-76.5 - parent: 2 - - uid: 2960 - components: - - type: Transform - pos: 49.5,-77.5 - parent: 2 - - uid: 2961 - components: - - type: Transform - pos: 49.5,-78.5 - parent: 2 - uid: 2962 components: - type: Transform - pos: 48.5,-78.5 + pos: 47.5,-71.5 parent: 2 - uid: 2963 components: - type: Transform - pos: 47.5,-78.5 + pos: 44.5,-80.5 parent: 2 - uid: 2964 components: - type: Transform - pos: 45.5,-82.5 + pos: 46.5,-95.5 parent: 2 - uid: 2965 components: - type: Transform - pos: 45.5,-81.5 + pos: 38.5,-82.5 parent: 2 - uid: 2966 components: - type: Transform - pos: 45.5,-80.5 + pos: 43.5,-82.5 parent: 2 - uid: 2967 components: - type: Transform - pos: 46.5,-83.5 + pos: 43.5,-83.5 parent: 2 - uid: 2968 components: - type: Transform - pos: 45.5,-78.5 + pos: 42.5,-83.5 parent: 2 - uid: 2969 components: - type: Transform - pos: 45.5,-79.5 + pos: 41.5,-83.5 parent: 2 - uid: 2970 components: - type: Transform - pos: 45.5,-83.5 + pos: 40.5,-83.5 parent: 2 - uid: 2971 components: - type: Transform - pos: 45.5,-84.5 + pos: 39.5,-83.5 parent: 2 - uid: 2972 components: - type: Transform - pos: 45.5,-85.5 + pos: 38.5,-83.5 parent: 2 - uid: 2973 components: - type: Transform - pos: 45.5,-86.5 + pos: 37.5,-82.5 parent: 2 - uid: 2974 components: - type: Transform - pos: 45.5,-87.5 + pos: 36.5,-82.5 parent: 2 - uid: 2975 components: - type: Transform - pos: 49.5,-70.5 + pos: 35.5,-82.5 parent: 2 - uid: 2976 components: - type: Transform - pos: 49.5,-69.5 + pos: 34.5,-82.5 parent: 2 - uid: 2977 components: - type: Transform - pos: 49.5,-68.5 + pos: 51.5,-80.5 parent: 2 - uid: 2978 components: - type: Transform - pos: 48.5,-68.5 + pos: 52.5,-80.5 parent: 2 - uid: 2979 components: - type: Transform - pos: 47.5,-68.5 + pos: 52.5,-78.5 parent: 2 - uid: 2980 components: - type: Transform - pos: 46.5,-68.5 + pos: 52.5,-79.5 parent: 2 - uid: 2981 components: - type: Transform - pos: 45.5,-68.5 + pos: 52.5,-81.5 parent: 2 - uid: 2982 components: - type: Transform - pos: 44.5,-68.5 + pos: 52.5,-82.5 parent: 2 - uid: 2983 components: - type: Transform - pos: 43.5,-68.5 + pos: 52.5,-83.5 parent: 2 - uid: 2984 components: - type: Transform - pos: 42.5,-68.5 + pos: 53.5,-83.5 parent: 2 - uid: 2985 components: - type: Transform - pos: 50.5,-68.5 + pos: 54.5,-83.5 parent: 2 - uid: 2986 components: - type: Transform - pos: 51.5,-68.5 + pos: 51.5,-83.5 parent: 2 - uid: 2987 components: - type: Transform - pos: 52.5,-68.5 + pos: 50.5,-83.5 parent: 2 - uid: 2988 components: - type: Transform - pos: 53.5,-68.5 + pos: 49.5,-83.5 parent: 2 - uid: 2989 components: - type: Transform - pos: 54.5,-68.5 + pos: 48.5,-83.5 parent: 2 - uid: 2990 components: - type: Transform - pos: 55.5,-68.5 + pos: 47.5,-71.5 parent: 2 - uid: 2991 components: - type: Transform - pos: 56.5,-68.5 + pos: 48.5,-71.5 parent: 2 - uid: 2992 components: - type: Transform - pos: 57.5,-68.5 + pos: 49.5,-71.5 parent: 2 - uid: 2993 components: - type: Transform - pos: 58.5,-68.5 + pos: 49.5,-72.5 parent: 2 - uid: 2994 components: - type: Transform - pos: 59.5,-68.5 + pos: 49.5,-73.5 parent: 2 - uid: 2995 components: - type: Transform - pos: 60.5,-68.5 + pos: 49.5,-74.5 parent: 2 - uid: 2996 components: - type: Transform - pos: 61.5,-68.5 + pos: 49.5,-75.5 parent: 2 - uid: 2997 components: - type: Transform - pos: 61.5,-67.5 + pos: 49.5,-76.5 parent: 2 - uid: 2998 components: - type: Transform - pos: 61.5,-66.5 + pos: 49.5,-77.5 parent: 2 - uid: 2999 components: - type: Transform - pos: 61.5,-65.5 + pos: 49.5,-78.5 parent: 2 - uid: 3000 components: - type: Transform - pos: 62.5,-65.5 + pos: 48.5,-78.5 parent: 2 - uid: 3001 components: - type: Transform - pos: 63.5,-65.5 + pos: 47.5,-78.5 parent: 2 - uid: 3002 components: - type: Transform - pos: 51.5,-67.5 + pos: 45.5,-82.5 parent: 2 - uid: 3003 components: - type: Transform - pos: 51.5,-66.5 + pos: 45.5,-81.5 parent: 2 - uid: 3004 components: - type: Transform - pos: 51.5,-65.5 + pos: 45.5,-80.5 parent: 2 - uid: 3005 components: - type: Transform - pos: 51.5,-64.5 + pos: 46.5,-83.5 parent: 2 - uid: 3006 components: - type: Transform - pos: 51.5,-63.5 + pos: 45.5,-78.5 parent: 2 - uid: 3007 components: - type: Transform - pos: 51.5,-62.5 + pos: 45.5,-79.5 parent: 2 - uid: 3008 components: - type: Transform - pos: 51.5,-60.5 + pos: 45.5,-83.5 parent: 2 - uid: 3009 components: - type: Transform - pos: 51.5,-59.5 + pos: 45.5,-84.5 parent: 2 - uid: 3010 components: - type: Transform - pos: 41.5,-50.5 + pos: 45.5,-85.5 parent: 2 - uid: 3011 components: - type: Transform - pos: 40.5,-50.5 + pos: 45.5,-86.5 parent: 2 - uid: 3012 components: - type: Transform - pos: 39.5,-50.5 + pos: 45.5,-87.5 parent: 2 - uid: 3013 components: - type: Transform - pos: 39.5,-51.5 + pos: 49.5,-70.5 parent: 2 - uid: 3014 components: - type: Transform - pos: 38.5,-51.5 + pos: 49.5,-69.5 parent: 2 - uid: 3015 components: - type: Transform - pos: 37.5,-51.5 + pos: 49.5,-68.5 parent: 2 - uid: 3016 components: - type: Transform - pos: 36.5,-51.5 + pos: 48.5,-68.5 parent: 2 - uid: 3017 components: - type: Transform - pos: 35.5,-51.5 + pos: 47.5,-68.5 parent: 2 - uid: 3018 components: - type: Transform - pos: 39.5,-49.5 + pos: 46.5,-68.5 parent: 2 - uid: 3019 components: - type: Transform - pos: 39.5,-48.5 + pos: 45.5,-68.5 parent: 2 - uid: 3020 components: - type: Transform - pos: 39.5,-47.5 + pos: 44.5,-68.5 parent: 2 - uid: 3021 components: - type: Transform - pos: 39.5,-46.5 + pos: 43.5,-68.5 parent: 2 - uid: 3022 components: - type: Transform - pos: 64.5,-82.5 + pos: 42.5,-68.5 parent: 2 - uid: 3023 components: - type: Transform - pos: 39.5,-60.5 + pos: 50.5,-68.5 parent: 2 - uid: 3024 components: - type: Transform - pos: 38.5,-60.5 + pos: 51.5,-68.5 parent: 2 - uid: 3025 components: - type: Transform - pos: 37.5,-60.5 + pos: 52.5,-68.5 parent: 2 - uid: 3026 components: - type: Transform - pos: 36.5,-60.5 + pos: 53.5,-68.5 parent: 2 - uid: 3027 components: - type: Transform - pos: 35.5,-60.5 + pos: 54.5,-68.5 parent: 2 - uid: 3028 components: - type: Transform - pos: 34.5,-60.5 + pos: 55.5,-68.5 parent: 2 - uid: 3029 components: - type: Transform - pos: 34.5,-59.5 + pos: 56.5,-68.5 parent: 2 - uid: 3030 components: - type: Transform - pos: 34.5,-58.5 + pos: 57.5,-68.5 parent: 2 - uid: 3031 components: - type: Transform - pos: 34.5,-61.5 + pos: 58.5,-68.5 parent: 2 - uid: 3032 components: - type: Transform - pos: 34.5,-62.5 + pos: 59.5,-68.5 parent: 2 - uid: 3033 components: - type: Transform - pos: 34.5,-63.5 + pos: 60.5,-68.5 parent: 2 - uid: 3034 components: - type: Transform - pos: 34.5,-64.5 + pos: 61.5,-68.5 parent: 2 - uid: 3035 components: - type: Transform - pos: 34.5,-65.5 + pos: 61.5,-67.5 parent: 2 - uid: 3036 components: - type: Transform - pos: 37.5,-61.5 + pos: 61.5,-66.5 parent: 2 - uid: 3037 components: - type: Transform - pos: 37.5,-62.5 + pos: 61.5,-65.5 parent: 2 - uid: 3038 components: - type: Transform - pos: 37.5,-63.5 + pos: 62.5,-65.5 parent: 2 - uid: 3039 components: - type: Transform - pos: 37.5,-64.5 + pos: 63.5,-65.5 parent: 2 - uid: 3040 components: - type: Transform - pos: 37.5,-65.5 + pos: 51.5,-67.5 parent: 2 - uid: 3041 components: - type: Transform - pos: 33.5,-65.5 + pos: 51.5,-66.5 parent: 2 - uid: 3042 components: - type: Transform - pos: 32.5,-65.5 + pos: 51.5,-65.5 parent: 2 - uid: 3043 components: - type: Transform - pos: 32.5,-66.5 + pos: 51.5,-64.5 parent: 2 - uid: 3044 components: - type: Transform - pos: 37.5,-68.5 + pos: 51.5,-63.5 parent: 2 - uid: 3045 components: - type: Transform - pos: 36.5,-68.5 + pos: 51.5,-62.5 parent: 2 - uid: 3046 components: - type: Transform - pos: 35.5,-68.5 + pos: 51.5,-60.5 parent: 2 - uid: 3047 components: - type: Transform - pos: 35.5,-69.5 + pos: 51.5,-59.5 parent: 2 - uid: 3048 components: - type: Transform - pos: 34.5,-69.5 + pos: 41.5,-50.5 parent: 2 - uid: 3049 components: - type: Transform - pos: 33.5,-69.5 + pos: 40.5,-50.5 parent: 2 - uid: 3050 components: - type: Transform - pos: 32.5,-69.5 + pos: 39.5,-50.5 parent: 2 - uid: 3051 components: - type: Transform - pos: 35.5,-70.5 + pos: 39.5,-51.5 parent: 2 - uid: 3052 components: - type: Transform - pos: 35.5,-71.5 + pos: 38.5,-51.5 parent: 2 - uid: 3053 components: - type: Transform - pos: 37.5,-72.5 + pos: 37.5,-51.5 parent: 2 - uid: 3054 components: - type: Transform - pos: 36.5,-72.5 + pos: 36.5,-51.5 parent: 2 - uid: 3055 components: - type: Transform - pos: 35.5,-72.5 + pos: 35.5,-51.5 parent: 2 - uid: 3056 components: - type: Transform - pos: 34.5,-72.5 + pos: 39.5,-49.5 parent: 2 - uid: 3057 components: - type: Transform - pos: 33.5,-72.5 + pos: 39.5,-48.5 parent: 2 - uid: 3058 components: - type: Transform - pos: 39.5,-72.5 + pos: 39.5,-47.5 parent: 2 - uid: 3059 components: - type: Transform - pos: 39.5,-73.5 + pos: 39.5,-46.5 parent: 2 - uid: 3060 components: - type: Transform - pos: 39.5,-74.5 + pos: 64.5,-82.5 parent: 2 - uid: 3061 components: - type: Transform - pos: 39.5,-75.5 + pos: 39.5,-60.5 parent: 2 - uid: 3062 components: - type: Transform - pos: 38.5,-72.5 + pos: 38.5,-60.5 parent: 2 - uid: 3063 components: - type: Transform - pos: 38.5,-75.5 + pos: 37.5,-60.5 parent: 2 - uid: 3064 components: - type: Transform - pos: 37.5,-75.5 + pos: 36.5,-60.5 parent: 2 - uid: 3065 components: - type: Transform - pos: 36.5,-75.5 + pos: 35.5,-60.5 parent: 2 - uid: 3066 components: - type: Transform - pos: 35.5,-75.5 + pos: 34.5,-60.5 parent: 2 - uid: 3067 components: - type: Transform - pos: 34.5,-75.5 + pos: 34.5,-59.5 parent: 2 - uid: 3068 components: - type: Transform - pos: 33.5,-75.5 + pos: 34.5,-58.5 parent: 2 - uid: 3069 components: - type: Transform - pos: 32.5,-75.5 + pos: 34.5,-61.5 parent: 2 - uid: 3070 components: - type: Transform - pos: 31.5,-75.5 + pos: 34.5,-62.5 parent: 2 - uid: 3071 components: - type: Transform - pos: 31.5,-74.5 + pos: 34.5,-63.5 parent: 2 - uid: 3072 components: - type: Transform - pos: 31.5,-73.5 + pos: 34.5,-64.5 parent: 2 - uid: 3073 components: - type: Transform - pos: 31.5,-72.5 + pos: 34.5,-65.5 parent: 2 - uid: 3074 components: - type: Transform - pos: 31.5,-71.5 + pos: 37.5,-61.5 parent: 2 - uid: 3075 components: - type: Transform - pos: 39.5,-71.5 + pos: 37.5,-62.5 parent: 2 - uid: 3076 components: - type: Transform - pos: 39.5,-70.5 + pos: 37.5,-63.5 parent: 2 - uid: 3077 components: - type: Transform - pos: 39.5,-69.5 + pos: 37.5,-64.5 parent: 2 - uid: 3078 components: - type: Transform - pos: 39.5,-68.5 + pos: 37.5,-65.5 parent: 2 - uid: 3079 components: - type: Transform - pos: 40.5,-68.5 + pos: 33.5,-65.5 parent: 2 - uid: 3080 components: - type: Transform - pos: 40.5,-67.5 + pos: 32.5,-65.5 parent: 2 - uid: 3081 components: - type: Transform - pos: 40.5,-66.5 + pos: 32.5,-66.5 parent: 2 - uid: 3082 components: - type: Transform - pos: 40.5,-65.5 + pos: 37.5,-68.5 parent: 2 - uid: 3083 components: - type: Transform - pos: 40.5,-64.5 + pos: 36.5,-68.5 parent: 2 - uid: 3084 components: - type: Transform - pos: 40.5,-60.5 + pos: 35.5,-68.5 parent: 2 - uid: 3085 components: - type: Transform - pos: 40.5,-59.5 + pos: 35.5,-69.5 parent: 2 - uid: 3086 components: - type: Transform - pos: 40.5,-58.5 + pos: 34.5,-69.5 parent: 2 - uid: 3087 components: - type: Transform - pos: 40.5,-57.5 + pos: 33.5,-69.5 parent: 2 - uid: 3088 components: - type: Transform - pos: 40.5,-56.5 + pos: 32.5,-69.5 parent: 2 - uid: 3089 components: - type: Transform - pos: 40.5,-55.5 + pos: 35.5,-70.5 parent: 2 - uid: 3090 components: - type: Transform - pos: 40.5,-54.5 + pos: 35.5,-71.5 parent: 2 - uid: 3091 components: - type: Transform - pos: 39.5,-54.5 + pos: 37.5,-72.5 parent: 2 - uid: 3092 components: - type: Transform - pos: 38.5,-54.5 + pos: 36.5,-72.5 parent: 2 - uid: 3093 components: - type: Transform - pos: 37.5,-54.5 + pos: 35.5,-72.5 parent: 2 - uid: 3094 components: - type: Transform - pos: 36.5,-54.5 + pos: 34.5,-72.5 parent: 2 - uid: 3095 components: - type: Transform - pos: 35.5,-54.5 + pos: 33.5,-72.5 parent: 2 - uid: 3096 components: - type: Transform - pos: 57.5,4.5 + pos: 39.5,-72.5 parent: 2 - uid: 3097 components: - type: Transform - pos: 58.5,4.5 + pos: 39.5,-73.5 parent: 2 - uid: 3098 components: - type: Transform - pos: 61.5,4.5 + pos: 39.5,-74.5 parent: 2 - uid: 3099 components: - type: Transform - pos: 56.5,-24.5 + pos: 39.5,-75.5 parent: 2 - uid: 3100 components: - type: Transform - pos: 56.5,-25.5 + pos: 38.5,-72.5 parent: 2 - uid: 3101 components: - type: Transform - pos: 52.5,-18.5 + pos: 38.5,-75.5 parent: 2 - uid: 3102 components: - type: Transform - pos: 50.5,-18.5 + pos: 37.5,-75.5 parent: 2 - uid: 3103 components: - type: Transform - pos: 55.5,-18.5 + pos: 36.5,-75.5 parent: 2 - uid: 3104 components: - type: Transform - pos: 56.5,-22.5 + pos: 35.5,-75.5 parent: 2 - uid: 3105 components: - type: Transform - pos: 60.5,-16.5 + pos: 34.5,-75.5 parent: 2 - uid: 3106 components: - type: Transform - pos: 61.5,-17.5 + pos: 33.5,-75.5 parent: 2 - uid: 3107 components: - type: Transform - pos: 56.5,-18.5 + pos: 32.5,-75.5 parent: 2 - uid: 3108 components: - type: Transform - pos: 55.5,-17.5 + pos: 31.5,-75.5 parent: 2 - uid: 3109 components: - type: Transform - pos: 60.5,-14.5 + pos: 31.5,-74.5 parent: 2 - uid: 3110 components: - type: Transform - pos: 8.5,-3.5 + pos: 31.5,-73.5 parent: 2 - uid: 3111 components: - type: Transform - pos: 61.5,-12.5 + pos: 31.5,-72.5 parent: 2 - uid: 3112 components: - type: Transform - pos: 56.5,-19.5 + pos: 31.5,-71.5 parent: 2 - uid: 3113 components: - type: Transform - pos: 52.5,-22.5 + pos: 39.5,-71.5 parent: 2 - uid: 3114 components: - type: Transform - pos: 47.5,-16.5 + pos: 39.5,-70.5 parent: 2 - uid: 3115 components: - type: Transform - pos: 49.5,-4.5 + pos: 39.5,-69.5 parent: 2 - uid: 3116 components: - type: Transform - pos: 50.5,-4.5 + pos: 39.5,-68.5 parent: 2 - uid: 3117 components: - type: Transform - pos: 59.5,4.5 + pos: 40.5,-68.5 parent: 2 - uid: 3118 components: - type: Transform - pos: 62.5,4.5 + pos: 40.5,-67.5 parent: 2 - uid: 3119 components: - type: Transform - pos: 64.5,8.5 + pos: 40.5,-66.5 parent: 2 - uid: 3120 components: - type: Transform - pos: 65.5,8.5 + pos: 40.5,-65.5 parent: 2 - uid: 3121 components: - type: Transform - pos: 51.5,-1.5 + pos: 40.5,-64.5 parent: 2 - uid: 3122 components: - type: Transform - pos: 51.5,-2.5 + pos: 40.5,-60.5 parent: 2 - uid: 3123 components: - type: Transform - pos: 60.5,-12.5 + pos: 40.5,-59.5 parent: 2 - uid: 3124 components: - type: Transform - pos: 55.5,-16.5 + pos: 40.5,-58.5 parent: 2 - uid: 3125 components: - type: Transform - pos: 63.5,-13.5 + pos: 40.5,-57.5 parent: 2 - uid: 3126 components: - type: Transform - pos: 56.5,-20.5 + pos: 40.5,-56.5 parent: 2 - uid: 3127 components: - type: Transform - pos: 56.5,-21.5 + pos: 40.5,-55.5 parent: 2 - uid: 3128 components: - type: Transform - pos: 56.5,-23.5 + pos: 40.5,-54.5 parent: 2 - uid: 3129 components: - type: Transform - pos: 54.5,-22.5 + pos: 39.5,-54.5 parent: 2 - uid: 3130 components: - type: Transform - pos: 53.5,-22.5 + pos: 38.5,-54.5 parent: 2 - uid: 3131 components: - type: Transform - pos: 52.5,-23.5 + pos: 37.5,-54.5 parent: 2 - uid: 3132 components: - type: Transform - pos: 47.5,-18.5 + pos: 36.5,-54.5 parent: 2 - uid: 3133 components: - type: Transform - pos: 62.5,-12.5 + pos: 35.5,-54.5 parent: 2 - uid: 3134 components: - type: Transform - pos: 37.5,-4.5 + pos: 57.5,4.5 parent: 2 - uid: 3135 components: - type: Transform - pos: 36.5,-4.5 + pos: 58.5,4.5 parent: 2 - uid: 3136 components: - type: Transform - pos: 63.5,-12.5 + pos: 61.5,4.5 parent: 2 - uid: 3137 components: - type: Transform - pos: 39.5,-7.5 + pos: 56.5,-24.5 parent: 2 - uid: 3138 components: - type: Transform - pos: 40.5,-7.5 + pos: 56.5,-25.5 parent: 2 - uid: 3139 components: - type: Transform - pos: 40.5,-8.5 + pos: 52.5,-18.5 parent: 2 - uid: 3140 components: - type: Transform - pos: 40.5,-9.5 + pos: 50.5,-18.5 parent: 2 - uid: 3141 components: - type: Transform - pos: 40.5,-10.5 + pos: 55.5,-18.5 parent: 2 - uid: 3142 components: - type: Transform - pos: 40.5,-11.5 + pos: 56.5,-22.5 parent: 2 - uid: 3143 components: - type: Transform - pos: 40.5,-12.5 + pos: 60.5,-16.5 parent: 2 - uid: 3144 components: - type: Transform - pos: 40.5,-13.5 + pos: 61.5,-17.5 parent: 2 - uid: 3145 components: - type: Transform - pos: 40.5,-14.5 + pos: 56.5,-18.5 parent: 2 - uid: 3146 components: - type: Transform - pos: 40.5,-15.5 + pos: 55.5,-17.5 parent: 2 - uid: 3147 components: - type: Transform - pos: 40.5,-16.5 + pos: 60.5,-14.5 parent: 2 - uid: 3148 components: - type: Transform - pos: 40.5,-17.5 + pos: 8.5,-3.5 parent: 2 - uid: 3149 components: - type: Transform - pos: 35.5,-4.5 + pos: 61.5,-12.5 parent: 2 - uid: 3150 components: - type: Transform - pos: 34.5,-4.5 + pos: 56.5,-19.5 parent: 2 - uid: 3151 components: - type: Transform - pos: 33.5,-7.5 + pos: 52.5,-22.5 parent: 2 - uid: 3152 components: - type: Transform - pos: 33.5,-5.5 + pos: 47.5,-16.5 parent: 2 - uid: 3153 components: - type: Transform - pos: 33.5,-6.5 + pos: 49.5,-4.5 parent: 2 - uid: 3154 components: - type: Transform - pos: 35.5,-23.5 + pos: 50.5,-4.5 parent: 2 - uid: 3155 components: - type: Transform - pos: 35.5,-24.5 + pos: 59.5,4.5 parent: 2 - uid: 3156 components: - type: Transform - pos: 35.5,-25.5 + pos: 62.5,4.5 parent: 2 - uid: 3157 components: - type: Transform - pos: 35.5,-26.5 + pos: 64.5,8.5 parent: 2 - uid: 3158 components: - type: Transform - pos: 35.5,-27.5 + pos: 65.5,8.5 parent: 2 - uid: 3159 components: - type: Transform - pos: 35.5,-28.5 + pos: 51.5,-1.5 parent: 2 - uid: 3160 components: - type: Transform - pos: 35.5,-29.5 + pos: 51.5,-2.5 parent: 2 - uid: 3161 components: - type: Transform - pos: 36.5,-29.5 + pos: 60.5,-12.5 parent: 2 - uid: 3162 components: - type: Transform - pos: 37.5,-29.5 + pos: 55.5,-16.5 parent: 2 - uid: 3163 components: - type: Transform - pos: 38.5,-29.5 + pos: 63.5,-13.5 parent: 2 - uid: 3164 components: - type: Transform - pos: 39.5,-29.5 + pos: 56.5,-20.5 parent: 2 - uid: 3165 components: - type: Transform - pos: 40.5,-29.5 + pos: 56.5,-21.5 parent: 2 - uid: 3166 components: - type: Transform - pos: 41.5,-29.5 + pos: 56.5,-23.5 parent: 2 - uid: 3167 components: - type: Transform - pos: 34.5,-23.5 + pos: 54.5,-22.5 parent: 2 - uid: 3168 components: - type: Transform - pos: 33.5,-23.5 + pos: 53.5,-22.5 parent: 2 - uid: 3169 components: - type: Transform - pos: 35.5,-22.5 + pos: 52.5,-23.5 parent: 2 - uid: 3170 components: - type: Transform - pos: 35.5,-21.5 + pos: 47.5,-18.5 parent: 2 - uid: 3171 components: - type: Transform - pos: 35.5,-20.5 + pos: 62.5,-12.5 parent: 2 - uid: 3172 components: - type: Transform - pos: 36.5,-20.5 + pos: 37.5,-4.5 parent: 2 - uid: 3173 components: - type: Transform - pos: 37.5,-20.5 + pos: 36.5,-4.5 parent: 2 - uid: 3174 components: - type: Transform - pos: 38.5,-20.5 + pos: 63.5,-12.5 parent: 2 - uid: 3175 components: - type: Transform - pos: 39.5,-20.5 + pos: 39.5,-7.5 parent: 2 - uid: 3176 components: - type: Transform - pos: 40.5,-20.5 + pos: 40.5,-7.5 parent: 2 - uid: 3177 components: - type: Transform - pos: 58.5,-18.5 + pos: 40.5,-8.5 parent: 2 - uid: 3178 components: - type: Transform - pos: 57.5,-18.5 + pos: 40.5,-9.5 parent: 2 - uid: 3179 components: - type: Transform - pos: 108.5,-40.5 + pos: 40.5,-10.5 parent: 2 - uid: 3180 components: - type: Transform - pos: 107.5,-40.5 + pos: 40.5,-11.5 parent: 2 - uid: 3181 components: - type: Transform - pos: 106.5,-40.5 + pos: 40.5,-12.5 parent: 2 - uid: 3182 components: - type: Transform - pos: 105.5,-40.5 + pos: 40.5,-13.5 parent: 2 - uid: 3183 components: - type: Transform - pos: 104.5,-40.5 + pos: 40.5,-14.5 parent: 2 - uid: 3184 components: - type: Transform - pos: 103.5,-40.5 + pos: 40.5,-15.5 parent: 2 - uid: 3185 components: - type: Transform - pos: 102.5,-40.5 + pos: 40.5,-16.5 parent: 2 - uid: 3186 components: - type: Transform - pos: 101.5,-40.5 + pos: 40.5,-17.5 parent: 2 - uid: 3187 components: - type: Transform - pos: 100.5,-40.5 + pos: 35.5,-4.5 parent: 2 - uid: 3188 components: - type: Transform - pos: 99.5,-40.5 + pos: 34.5,-4.5 parent: 2 - uid: 3189 components: - type: Transform - pos: 98.5,-40.5 + pos: 33.5,-7.5 parent: 2 - uid: 3190 components: - type: Transform - pos: 97.5,-40.5 + pos: 33.5,-5.5 parent: 2 - uid: 3191 components: - type: Transform - pos: 96.5,-40.5 + pos: 33.5,-6.5 parent: 2 - uid: 3192 components: - type: Transform - pos: 95.5,-40.5 + pos: 35.5,-23.5 parent: 2 - uid: 3193 components: - type: Transform - pos: 94.5,-40.5 + pos: 35.5,-24.5 parent: 2 - uid: 3194 components: - type: Transform - pos: 93.5,-40.5 + pos: 35.5,-25.5 parent: 2 - uid: 3195 components: - type: Transform - pos: 92.5,-40.5 + pos: 35.5,-26.5 parent: 2 - uid: 3196 components: - type: Transform - pos: 91.5,-40.5 + pos: 35.5,-27.5 parent: 2 - uid: 3197 components: - type: Transform - pos: 91.5,-41.5 + pos: 35.5,-28.5 parent: 2 - uid: 3198 components: - type: Transform - pos: 91.5,-42.5 + pos: 35.5,-29.5 parent: 2 - uid: 3199 components: - type: Transform - pos: 107.5,-38.5 + pos: 36.5,-29.5 parent: 2 - uid: 3200 components: - type: Transform - pos: 107.5,-37.5 + pos: 37.5,-29.5 parent: 2 - uid: 3201 components: - type: Transform - pos: 107.5,-36.5 + pos: 38.5,-29.5 parent: 2 - uid: 3202 components: - type: Transform - pos: 107.5,-35.5 + pos: 39.5,-29.5 parent: 2 - uid: 3203 components: - type: Transform - pos: 107.5,-34.5 + pos: 40.5,-29.5 parent: 2 - uid: 3204 components: - type: Transform - pos: 107.5,-33.5 + pos: 41.5,-29.5 parent: 2 - uid: 3205 components: - type: Transform - pos: 107.5,-32.5 + pos: 34.5,-23.5 parent: 2 - uid: 3206 components: - type: Transform - pos: 82.5,-39.5 + pos: 33.5,-23.5 parent: 2 - uid: 3207 components: - type: Transform - pos: 107.5,-30.5 + pos: 35.5,-22.5 parent: 2 - uid: 3208 components: - type: Transform - pos: 107.5,-29.5 + pos: 35.5,-21.5 parent: 2 - uid: 3209 components: - type: Transform - pos: 107.5,-28.5 + pos: 35.5,-20.5 parent: 2 - uid: 3210 components: - type: Transform - pos: 107.5,-27.5 + pos: 36.5,-20.5 parent: 2 - uid: 3211 components: - type: Transform - pos: 107.5,-26.5 + pos: 37.5,-20.5 parent: 2 - uid: 3212 components: - type: Transform - pos: 107.5,-25.5 + pos: 38.5,-20.5 parent: 2 - uid: 3213 components: - type: Transform - pos: 107.5,-24.5 + pos: 39.5,-20.5 parent: 2 - uid: 3214 components: - type: Transform - pos: 107.5,-23.5 + pos: 40.5,-20.5 parent: 2 - uid: 3215 components: - type: Transform - pos: 107.5,-22.5 + pos: 58.5,-18.5 parent: 2 - uid: 3216 components: - type: Transform - pos: 106.5,-22.5 + pos: 57.5,-18.5 parent: 2 - uid: 3217 components: - type: Transform - pos: 105.5,-22.5 + pos: 108.5,-40.5 parent: 2 - uid: 3218 components: - type: Transform - pos: 104.5,-22.5 + pos: 107.5,-40.5 parent: 2 - uid: 3219 components: - type: Transform - pos: 108.5,-22.5 + pos: 106.5,-40.5 parent: 2 - uid: 3220 components: - type: Transform - pos: 108.5,-21.5 + pos: 105.5,-40.5 parent: 2 - uid: 3221 components: - type: Transform - pos: 108.5,-20.5 + pos: 104.5,-40.5 parent: 2 - uid: 3222 components: - type: Transform - pos: 108.5,-19.5 + pos: 103.5,-40.5 parent: 2 - uid: 3223 components: - type: Transform - pos: 108.5,-18.5 + pos: 102.5,-40.5 parent: 2 - uid: 3224 components: - type: Transform - pos: 104.5,-23.5 + pos: 101.5,-40.5 parent: 2 - uid: 3225 components: - type: Transform - pos: 90.5,-40.5 + pos: 100.5,-40.5 parent: 2 - uid: 3226 components: - type: Transform - pos: 89.5,-40.5 + pos: 99.5,-40.5 parent: 2 - uid: 3227 components: - type: Transform - pos: 88.5,-40.5 + pos: 98.5,-40.5 parent: 2 - uid: 3228 components: - type: Transform - pos: 87.5,-40.5 + pos: 97.5,-40.5 parent: 2 - uid: 3229 components: - type: Transform - pos: 86.5,-40.5 + pos: 96.5,-40.5 parent: 2 - uid: 3230 components: - type: Transform - pos: 85.5,-40.5 + pos: 95.5,-40.5 parent: 2 - uid: 3231 components: - type: Transform - pos: 84.5,-40.5 + pos: 94.5,-40.5 parent: 2 - uid: 3232 components: - type: Transform - pos: 83.5,-40.5 + pos: 93.5,-40.5 parent: 2 - uid: 3233 components: - type: Transform - pos: 82.5,-40.5 + pos: 92.5,-40.5 parent: 2 - uid: 3234 components: - type: Transform - pos: 82.5,-38.5 + pos: 91.5,-40.5 parent: 2 - uid: 3235 components: - type: Transform - pos: 82.5,-37.5 + pos: 91.5,-41.5 parent: 2 - uid: 3236 components: - type: Transform - pos: 82.5,-36.5 + pos: 91.5,-42.5 parent: 2 - uid: 3237 components: - type: Transform - pos: 82.5,-35.5 + pos: 107.5,-38.5 parent: 2 - uid: 3238 components: - type: Transform - pos: 82.5,-34.5 + pos: 107.5,-37.5 parent: 2 - uid: 3239 components: - type: Transform - pos: 82.5,-31.5 + pos: 107.5,-36.5 parent: 2 - uid: 3240 components: - type: Transform - pos: 82.5,-33.5 + pos: 107.5,-35.5 parent: 2 - uid: 3241 components: - type: Transform - pos: 82.5,-30.5 + pos: 107.5,-34.5 parent: 2 - uid: 3242 components: - type: Transform - pos: 82.5,-29.5 + pos: 107.5,-33.5 parent: 2 - uid: 3243 components: - type: Transform - pos: 82.5,-28.5 + pos: 107.5,-32.5 parent: 2 - uid: 3244 components: - type: Transform - pos: 82.5,-27.5 + pos: 82.5,-39.5 parent: 2 - uid: 3245 components: - type: Transform - pos: 82.5,-26.5 + pos: 107.5,-30.5 parent: 2 - uid: 3246 components: - type: Transform - pos: 82.5,-25.5 + pos: 107.5,-29.5 parent: 2 - uid: 3247 components: - type: Transform - pos: 82.5,-24.5 + pos: 107.5,-28.5 parent: 2 - uid: 3248 components: - type: Transform - pos: 82.5,-23.5 + pos: 107.5,-27.5 parent: 2 - uid: 3249 components: - type: Transform - pos: 82.5,-22.5 + pos: 107.5,-26.5 parent: 2 - uid: 3250 components: - type: Transform - pos: 83.5,-22.5 + pos: 107.5,-25.5 parent: 2 - uid: 3251 components: - type: Transform - pos: 84.5,-22.5 + pos: 107.5,-24.5 parent: 2 - uid: 3252 components: - type: Transform - pos: 85.5,-22.5 + pos: 107.5,-23.5 parent: 2 - uid: 3253 components: - type: Transform - pos: 86.5,-22.5 + pos: 107.5,-22.5 parent: 2 - uid: 3254 components: - type: Transform - pos: 87.5,-22.5 + pos: 106.5,-22.5 parent: 2 - uid: 3255 components: - type: Transform - pos: 88.5,-22.5 + pos: 105.5,-22.5 parent: 2 - uid: 3256 components: - type: Transform - pos: 89.5,-22.5 + pos: 104.5,-22.5 parent: 2 - uid: 3257 components: - type: Transform - pos: 90.5,-22.5 + pos: 108.5,-22.5 parent: 2 - uid: 3258 components: - type: Transform - pos: 91.5,-22.5 + pos: 108.5,-21.5 parent: 2 - uid: 3259 components: - type: Transform - pos: 92.5,-22.5 + pos: 108.5,-20.5 parent: 2 - uid: 3260 components: - type: Transform - pos: 93.5,-22.5 + pos: 108.5,-19.5 parent: 2 - uid: 3261 components: - type: Transform - pos: 94.5,-22.5 + pos: 108.5,-18.5 parent: 2 - uid: 3262 components: - type: Transform - pos: 95.5,-22.5 + pos: 104.5,-23.5 parent: 2 - uid: 3263 components: - type: Transform - pos: 96.5,-22.5 + pos: 90.5,-40.5 parent: 2 - uid: 3264 components: - type: Transform - pos: 97.5,-22.5 + pos: 89.5,-40.5 parent: 2 - uid: 3265 components: - type: Transform - pos: 98.5,-22.5 + pos: 88.5,-40.5 parent: 2 - uid: 3266 components: - type: Transform - pos: 99.5,-22.5 + pos: 87.5,-40.5 parent: 2 - uid: 3267 components: - type: Transform - pos: 100.5,-22.5 + pos: 86.5,-40.5 parent: 2 - uid: 3268 components: - type: Transform - pos: 101.5,-22.5 + pos: 85.5,-40.5 parent: 2 - uid: 3269 components: - type: Transform - pos: 102.5,-22.5 + pos: 84.5,-40.5 parent: 2 - uid: 3270 components: - type: Transform - pos: 90.5,-20.5 + pos: 83.5,-40.5 parent: 2 - uid: 3271 components: - type: Transform - pos: 90.5,-21.5 + pos: 82.5,-40.5 parent: 2 - uid: 3272 components: - type: Transform - pos: 91.5,-23.5 + pos: 82.5,-38.5 parent: 2 - uid: 3273 components: - type: Transform - pos: 91.5,-24.5 + pos: 82.5,-37.5 parent: 2 - uid: 3274 components: - type: Transform - pos: 91.5,-25.5 + pos: 82.5,-36.5 parent: 2 - uid: 3275 components: - type: Transform - pos: 98.5,-23.5 + pos: 82.5,-35.5 parent: 2 - uid: 3276 components: - type: Transform - pos: 98.5,-24.5 + pos: 82.5,-34.5 parent: 2 - uid: 3277 components: - type: Transform - pos: 98.5,-25.5 + pos: 82.5,-31.5 parent: 2 - uid: 3278 components: - type: Transform - pos: 98.5,-21.5 + pos: 82.5,-33.5 parent: 2 - uid: 3279 components: - type: Transform - pos: 98.5,-20.5 + pos: 82.5,-30.5 parent: 2 - uid: 3280 components: - type: Transform - pos: 98.5,-19.5 + pos: 82.5,-29.5 parent: 2 - uid: 3281 components: - type: Transform - pos: 98.5,-39.5 + pos: 82.5,-28.5 parent: 2 - uid: 3282 components: - type: Transform - pos: 98.5,-38.5 + pos: 82.5,-27.5 parent: 2 - uid: 3283 components: - type: Transform - pos: 98.5,-37.5 + pos: 82.5,-26.5 parent: 2 - uid: 3284 components: - type: Transform - pos: 91.5,-39.5 + pos: 82.5,-25.5 parent: 2 - uid: 3285 components: - type: Transform - pos: 91.5,-38.5 + pos: 82.5,-24.5 parent: 2 - uid: 3286 components: - type: Transform - pos: 91.5,-37.5 + pos: 82.5,-23.5 parent: 2 - uid: 3287 components: - type: Transform - pos: 78.5,-25.5 + pos: 82.5,-22.5 parent: 2 - uid: 3288 components: - type: Transform - pos: 78.5,-26.5 + pos: 83.5,-22.5 parent: 2 - uid: 3289 components: - type: Transform - pos: 78.5,-27.5 + pos: 84.5,-22.5 parent: 2 - uid: 3290 components: - type: Transform - pos: 78.5,-28.5 + pos: 85.5,-22.5 parent: 2 - uid: 3291 components: - type: Transform - pos: 77.5,-28.5 + pos: 86.5,-22.5 parent: 2 - uid: 3292 components: - type: Transform - pos: 76.5,-28.5 + pos: 87.5,-22.5 parent: 2 - uid: 3293 components: - type: Transform - pos: 75.5,-28.5 + pos: 88.5,-22.5 parent: 2 - uid: 3294 components: - type: Transform - pos: 74.5,-28.5 + pos: 89.5,-22.5 parent: 2 - uid: 3295 components: - type: Transform - pos: 73.5,-28.5 + pos: 90.5,-22.5 parent: 2 - uid: 3296 components: - type: Transform - pos: 76.5,-27.5 + pos: 91.5,-22.5 parent: 2 - uid: 3297 components: - type: Transform - pos: 76.5,-26.5 + pos: 92.5,-22.5 parent: 2 - uid: 3298 components: - type: Transform - pos: 76.5,-25.5 + pos: 93.5,-22.5 parent: 2 - uid: 3299 components: - type: Transform - pos: 76.5,-24.5 + pos: 94.5,-22.5 parent: 2 - uid: 3300 components: - type: Transform - pos: 76.5,-23.5 + pos: 95.5,-22.5 parent: 2 - uid: 3301 components: - type: Transform - pos: 76.5,-22.5 + pos: 96.5,-22.5 parent: 2 - uid: 3302 components: - type: Transform - pos: 76.5,-21.5 + pos: 97.5,-22.5 parent: 2 - uid: 3303 components: - type: Transform - pos: 77.5,-21.5 + pos: 98.5,-22.5 parent: 2 - uid: 3304 components: - type: Transform - pos: 78.5,-21.5 + pos: 99.5,-22.5 parent: 2 - uid: 3305 components: - type: Transform - pos: 79.5,-21.5 + pos: 100.5,-22.5 parent: 2 - uid: 3306 components: - type: Transform - pos: 75.5,-21.5 + pos: 101.5,-22.5 parent: 2 - uid: 3307 components: - type: Transform - pos: 74.5,-21.5 + pos: 102.5,-22.5 parent: 2 - uid: 3308 components: - type: Transform - pos: 73.5,-21.5 + pos: 90.5,-20.5 parent: 2 - uid: 3309 components: - type: Transform - pos: 72.5,-21.5 + pos: 90.5,-21.5 parent: 2 - uid: 3310 components: - type: Transform - pos: 69.5,-21.5 + pos: 91.5,-23.5 parent: 2 - uid: 3311 components: - type: Transform - pos: 69.5,-20.5 + pos: 91.5,-24.5 parent: 2 - uid: 3312 components: - type: Transform - pos: 69.5,-19.5 + pos: 91.5,-25.5 parent: 2 - uid: 3313 components: - type: Transform - pos: 69.5,-18.5 + pos: 98.5,-23.5 parent: 2 - uid: 3314 components: - type: Transform - pos: 69.5,-17.5 + pos: 98.5,-24.5 parent: 2 - uid: 3315 components: - type: Transform - pos: 78.5,-32.5 + pos: 98.5,-25.5 parent: 2 - uid: 3316 components: - type: Transform - pos: 77.5,-32.5 + pos: 98.5,-21.5 parent: 2 - uid: 3317 components: - type: Transform - pos: 76.5,-32.5 + pos: 98.5,-20.5 parent: 2 - uid: 3318 components: - type: Transform - pos: 75.5,-32.5 + pos: 98.5,-19.5 parent: 2 - uid: 3319 components: - type: Transform - pos: 74.5,-32.5 + pos: 98.5,-39.5 parent: 2 - uid: 3320 components: - type: Transform - pos: 73.5,-32.5 + pos: 98.5,-38.5 parent: 2 - uid: 3321 components: - type: Transform - pos: 72.5,-32.5 + pos: 98.5,-37.5 parent: 2 - uid: 3322 components: - type: Transform - pos: 71.5,-32.5 + pos: 91.5,-39.5 parent: 2 - uid: 3323 components: - type: Transform - pos: 70.5,-32.5 + pos: 91.5,-38.5 parent: 2 - uid: 3324 components: - type: Transform - pos: 69.5,-32.5 + pos: 91.5,-37.5 parent: 2 - uid: 3325 components: - type: Transform - pos: 68.5,-32.5 + pos: 78.5,-25.5 parent: 2 - uid: 3326 components: - type: Transform - pos: 67.5,-32.5 + pos: 78.5,-26.5 parent: 2 - uid: 3327 components: - type: Transform - pos: 66.5,-32.5 + pos: 78.5,-27.5 parent: 2 - uid: 3328 components: - type: Transform - pos: 65.5,-32.5 + pos: 78.5,-28.5 parent: 2 - uid: 3329 components: - type: Transform - pos: 64.5,-32.5 + pos: 77.5,-28.5 parent: 2 - uid: 3330 components: - type: Transform - pos: 63.5,-32.5 + pos: 76.5,-28.5 parent: 2 - uid: 3331 components: - type: Transform - pos: 62.5,-32.5 + pos: 75.5,-28.5 parent: 2 - uid: 3332 components: - type: Transform - pos: 71.5,-31.5 + pos: 74.5,-28.5 parent: 2 - uid: 3333 components: - type: Transform - pos: 71.5,-30.5 + pos: 73.5,-28.5 parent: 2 - uid: 3334 components: - type: Transform - pos: 69.5,-31.5 + pos: 76.5,-27.5 parent: 2 - uid: 3335 components: - type: Transform - pos: 69.5,-30.5 + pos: 76.5,-26.5 parent: 2 - uid: 3336 components: - type: Transform - pos: 69.5,-29.5 + pos: 76.5,-25.5 parent: 2 - uid: 3337 components: - type: Transform - pos: 69.5,-28.5 + pos: 76.5,-24.5 parent: 2 - uid: 3338 components: - type: Transform - pos: 69.5,-27.5 + pos: 76.5,-23.5 parent: 2 - uid: 3339 components: - type: Transform - pos: 69.5,-26.5 + pos: 76.5,-22.5 parent: 2 - uid: 3340 components: - type: Transform - pos: 68.5,-25.5 + pos: 76.5,-21.5 parent: 2 - uid: 3341 components: - type: Transform - pos: 67.5,-25.5 + pos: 77.5,-21.5 parent: 2 - uid: 3342 components: - type: Transform - pos: 66.5,-25.5 + pos: 78.5,-21.5 parent: 2 - uid: 3343 components: - type: Transform - pos: 65.5,-25.5 + pos: 79.5,-21.5 parent: 2 - uid: 3344 components: - type: Transform - pos: 64.5,-25.5 + pos: 75.5,-21.5 parent: 2 - uid: 3345 components: - type: Transform - pos: 64.5,-26.5 + pos: 74.5,-21.5 parent: 2 - uid: 3346 components: - type: Transform - pos: 64.5,-27.5 + pos: 73.5,-21.5 parent: 2 - uid: 3347 components: - type: Transform - pos: 64.5,-28.5 + pos: 72.5,-21.5 parent: 2 - uid: 3348 components: - type: Transform - pos: 64.5,-29.5 + pos: 69.5,-21.5 parent: 2 - uid: 3349 components: - type: Transform - pos: 64.5,-30.5 + pos: 69.5,-20.5 parent: 2 - uid: 3350 components: - type: Transform - pos: 64.5,-31.5 + pos: 69.5,-19.5 parent: 2 - uid: 3351 components: - type: Transform - pos: 69.5,-25.5 + pos: 69.5,-18.5 parent: 2 - uid: 3352 components: - type: Transform - pos: 69.5,-24.5 + pos: 69.5,-17.5 parent: 2 - uid: 3353 components: - type: Transform - pos: 69.5,-23.5 + pos: 78.5,-32.5 parent: 2 - uid: 3354 components: - type: Transform - pos: 69.5,-22.5 + pos: 77.5,-32.5 parent: 2 - uid: 3355 components: - type: Transform - pos: 68.5,-22.5 + pos: 76.5,-32.5 parent: 2 - uid: 3356 components: - type: Transform - pos: 67.5,-22.5 + pos: 75.5,-32.5 parent: 2 - uid: 3357 components: - type: Transform - pos: 66.5,-22.5 + pos: 74.5,-32.5 parent: 2 - uid: 3358 components: - type: Transform - pos: 65.5,-22.5 + pos: 73.5,-32.5 parent: 2 - uid: 3359 components: - type: Transform - pos: 64.5,-22.5 + pos: 72.5,-32.5 parent: 2 - uid: 3360 components: - type: Transform - pos: 63.5,-22.5 + pos: 71.5,-32.5 parent: 2 - uid: 3361 components: - type: Transform - pos: 61.5,-22.5 + pos: 70.5,-32.5 parent: 2 - uid: 3362 components: - type: Transform - pos: 60.5,-22.5 + pos: 69.5,-32.5 parent: 2 - uid: 3363 components: - type: Transform - pos: 61.5,-32.5 + pos: 68.5,-32.5 parent: 2 - uid: 3364 components: - type: Transform - pos: 60.5,-32.5 + pos: 67.5,-32.5 parent: 2 - uid: 3365 components: - type: Transform - pos: 60.5,-31.5 + pos: 66.5,-32.5 parent: 2 - uid: 3366 components: - type: Transform - pos: 60.5,-30.5 + pos: 65.5,-32.5 parent: 2 - uid: 3367 components: - type: Transform - pos: 60.5,-29.5 + pos: 64.5,-32.5 parent: 2 - uid: 3368 components: - type: Transform - pos: 60.5,-28.5 + pos: 63.5,-32.5 parent: 2 - uid: 3369 components: - type: Transform - pos: 60.5,-27.5 + pos: 62.5,-32.5 parent: 2 - uid: 3370 components: - type: Transform - pos: 60.5,-26.5 + pos: 71.5,-31.5 parent: 2 - uid: 3371 components: - type: Transform - pos: 60.5,-25.5 + pos: 71.5,-30.5 parent: 2 - uid: 3372 components: - type: Transform - pos: 60.5,-24.5 + pos: 69.5,-31.5 parent: 2 - uid: 3373 components: - type: Transform - pos: 60.5,-23.5 + pos: 69.5,-30.5 parent: 2 - uid: 3374 components: - type: Transform - pos: 46.5,-27.5 + pos: 69.5,-29.5 parent: 2 - uid: 3375 components: - type: Transform - pos: 47.5,-27.5 + pos: 69.5,-28.5 parent: 2 - uid: 3376 components: - type: Transform - pos: 48.5,-27.5 + pos: 69.5,-27.5 parent: 2 - uid: 3377 components: - type: Transform - pos: 49.5,-27.5 + pos: 69.5,-26.5 parent: 2 - uid: 3378 components: - type: Transform - pos: 46.5,-26.5 + pos: 68.5,-25.5 parent: 2 - uid: 3379 components: - type: Transform - pos: 45.5,-26.5 + pos: 67.5,-25.5 parent: 2 - uid: 3380 components: - type: Transform - pos: 44.5,-26.5 + pos: 66.5,-25.5 parent: 2 - uid: 3381 components: - type: Transform - pos: 44.5,-27.5 + pos: 65.5,-25.5 parent: 2 - uid: 3382 components: - type: Transform - pos: 44.5,-28.5 + pos: 64.5,-25.5 parent: 2 - uid: 3383 components: - type: Transform - pos: 44.5,-29.5 + pos: 64.5,-26.5 parent: 2 - uid: 3384 components: - type: Transform - pos: 44.5,-30.5 + pos: 64.5,-27.5 parent: 2 - uid: 3385 components: - type: Transform - pos: 60.5,-15.5 + pos: 64.5,-28.5 parent: 2 - uid: 3386 components: - type: Transform - pos: 49.5,-28.5 + pos: 64.5,-29.5 parent: 2 - uid: 3387 components: - type: Transform - pos: 50.5,-28.5 + pos: 64.5,-30.5 parent: 2 - uid: 3388 components: - type: Transform - pos: 51.5,-28.5 + pos: 64.5,-31.5 parent: 2 - uid: 3389 components: - type: Transform - pos: 52.5,-28.5 + pos: 69.5,-25.5 parent: 2 - uid: 3390 components: - type: Transform - pos: 53.5,-28.5 + pos: 69.5,-24.5 parent: 2 - uid: 3391 components: - type: Transform - pos: 54.5,-28.5 + pos: 69.5,-23.5 parent: 2 - uid: 3392 components: - type: Transform - pos: 55.5,-28.5 + pos: 69.5,-22.5 parent: 2 - uid: 3393 components: - type: Transform - pos: 57.5,-28.5 + pos: 68.5,-22.5 parent: 2 - uid: 3394 components: - type: Transform - pos: 57.5,-29.5 + pos: 67.5,-22.5 parent: 2 - uid: 3395 components: - type: Transform - pos: 78.5,-35.5 + pos: 66.5,-22.5 parent: 2 - uid: 3396 components: - type: Transform - pos: 78.5,-36.5 + pos: 65.5,-22.5 parent: 2 - uid: 3397 components: - type: Transform - pos: 78.5,-37.5 + pos: 64.5,-22.5 parent: 2 - uid: 3398 components: - type: Transform - pos: 78.5,-38.5 + pos: 63.5,-22.5 parent: 2 - uid: 3399 components: - type: Transform - pos: 78.5,-39.5 + pos: 61.5,-22.5 parent: 2 - uid: 3400 components: - type: Transform - pos: 78.5,-40.5 + pos: 60.5,-22.5 parent: 2 - uid: 3401 components: - type: Transform - pos: 78.5,-41.5 + pos: 61.5,-32.5 parent: 2 - uid: 3402 components: - type: Transform - pos: 77.5,-41.5 + pos: 60.5,-32.5 parent: 2 - uid: 3403 components: - type: Transform - pos: 76.5,-41.5 + pos: 60.5,-31.5 parent: 2 - uid: 3404 components: - type: Transform - pos: 75.5,-41.5 + pos: 60.5,-30.5 parent: 2 - uid: 3405 components: - type: Transform - pos: 77.5,-39.5 + pos: 60.5,-29.5 parent: 2 - uid: 3406 components: - type: Transform - pos: 76.5,-39.5 + pos: 60.5,-28.5 parent: 2 - uid: 3407 components: - type: Transform - pos: 75.5,-39.5 + pos: 60.5,-27.5 parent: 2 - uid: 3408 components: - type: Transform - pos: 77.5,-37.5 + pos: 60.5,-26.5 parent: 2 - uid: 3409 components: - type: Transform - pos: 76.5,-37.5 + pos: 60.5,-25.5 parent: 2 - uid: 3410 components: - type: Transform - pos: 75.5,-37.5 + pos: 60.5,-24.5 parent: 2 - uid: 3411 components: - type: Transform - pos: 77.5,-35.5 + pos: 60.5,-23.5 parent: 2 - uid: 3412 components: - type: Transform - pos: 76.5,-35.5 + pos: 46.5,-27.5 parent: 2 - uid: 3413 components: - type: Transform - pos: 75.5,-35.5 + pos: 47.5,-27.5 parent: 2 - uid: 3414 components: - type: Transform - pos: 79.5,-41.5 + pos: 48.5,-27.5 parent: 2 - uid: 3415 components: - type: Transform - pos: 80.5,-41.5 + pos: 49.5,-27.5 parent: 2 - uid: 3416 components: - type: Transform - pos: 74.5,-41.5 + pos: 46.5,-26.5 parent: 2 - uid: 3417 components: - type: Transform - pos: 74.5,-35.5 + pos: 45.5,-26.5 parent: 2 - uid: 3418 components: - type: Transform - pos: 74.5,-37.5 + pos: 44.5,-26.5 parent: 2 - uid: 3419 components: - type: Transform - pos: 74.5,-39.5 + pos: 44.5,-27.5 parent: 2 - uid: 3420 components: - type: Transform - pos: 61.5,-54.5 + pos: 44.5,-28.5 parent: 2 - uid: 3421 components: - type: Transform - pos: 62.5,-54.5 + pos: 44.5,-29.5 parent: 2 - uid: 3422 components: - type: Transform - pos: 62.5,-53.5 + pos: 44.5,-30.5 parent: 2 - uid: 3423 components: - type: Transform - pos: 62.5,-52.5 + pos: 60.5,-15.5 parent: 2 - uid: 3424 components: - type: Transform - pos: 62.5,-51.5 + pos: 49.5,-28.5 parent: 2 - uid: 3425 components: - type: Transform - pos: 62.5,-50.5 + pos: 50.5,-28.5 parent: 2 - uid: 3426 components: - type: Transform - pos: 62.5,-49.5 + pos: 51.5,-28.5 parent: 2 - uid: 3427 components: - type: Transform - pos: 62.5,-48.5 + pos: 52.5,-28.5 parent: 2 - uid: 3428 components: - type: Transform - pos: 62.5,-47.5 + pos: 53.5,-28.5 parent: 2 - uid: 3429 components: - type: Transform - pos: 61.5,-46.5 + pos: 54.5,-28.5 parent: 2 - uid: 3430 components: - type: Transform - pos: 61.5,-45.5 + pos: 55.5,-28.5 parent: 2 - uid: 3431 components: - type: Transform - pos: 61.5,-44.5 + pos: 57.5,-28.5 parent: 2 - uid: 3432 components: - type: Transform - pos: 60.5,-44.5 + pos: 57.5,-29.5 parent: 2 - uid: 3433 components: - type: Transform - pos: 59.5,-44.5 + pos: 78.5,-35.5 parent: 2 - uid: 3434 components: - type: Transform - pos: 58.5,-44.5 + pos: 78.5,-36.5 parent: 2 - uid: 3435 components: - type: Transform - pos: 61.5,-47.5 + pos: 78.5,-37.5 parent: 2 - uid: 3436 components: - type: Transform - pos: 60.5,-47.5 + pos: 78.5,-38.5 parent: 2 - uid: 3437 components: - type: Transform - pos: 59.5,-47.5 + pos: 78.5,-39.5 parent: 2 - uid: 3438 components: - type: Transform - pos: 58.5,-47.5 + pos: 78.5,-40.5 parent: 2 - uid: 3439 components: - type: Transform - pos: 57.5,-47.5 + pos: 78.5,-41.5 parent: 2 - uid: 3440 components: - type: Transform - pos: 56.5,-47.5 + pos: 77.5,-41.5 parent: 2 - uid: 3441 components: - type: Transform - pos: 55.5,-47.5 + pos: 76.5,-41.5 parent: 2 - uid: 3442 components: - type: Transform - pos: 54.5,-47.5 + pos: 75.5,-41.5 parent: 2 - uid: 3443 components: - type: Transform - pos: 53.5,-47.5 + pos: 77.5,-39.5 parent: 2 - uid: 3444 components: - type: Transform - pos: 55.5,-44.5 + pos: 76.5,-39.5 parent: 2 - uid: 3445 components: - type: Transform - pos: 54.5,-44.5 + pos: 75.5,-39.5 parent: 2 - uid: 3446 components: - type: Transform - pos: 53.5,-44.5 + pos: 77.5,-37.5 parent: 2 - uid: 3447 components: - type: Transform - pos: 52.5,-44.5 + pos: 76.5,-37.5 parent: 2 - uid: 3448 components: - type: Transform - pos: 51.5,-44.5 + pos: 75.5,-37.5 parent: 2 - uid: 3449 components: - type: Transform - pos: 50.5,-44.5 + pos: 77.5,-35.5 parent: 2 - uid: 3450 components: - type: Transform - pos: 49.5,-44.5 + pos: 76.5,-35.5 parent: 2 - uid: 3451 components: - type: Transform - pos: 48.5,-44.5 + pos: 75.5,-35.5 parent: 2 - uid: 3452 components: - type: Transform - pos: 47.5,-44.5 + pos: 79.5,-41.5 parent: 2 - uid: 3453 components: - type: Transform - pos: 46.5,-44.5 + pos: 80.5,-41.5 parent: 2 - uid: 3454 components: - type: Transform - pos: 45.5,-44.5 + pos: 74.5,-41.5 parent: 2 - uid: 3455 components: - type: Transform - pos: 44.5,-44.5 + pos: 74.5,-35.5 parent: 2 - uid: 3456 components: - type: Transform - pos: 44.5,-45.5 + pos: 74.5,-37.5 parent: 2 - uid: 3457 components: - type: Transform - pos: 44.5,-46.5 + pos: 74.5,-39.5 parent: 2 - uid: 3458 components: - type: Transform - pos: 44.5,-47.5 + pos: 61.5,-54.5 parent: 2 - uid: 3459 components: - type: Transform - pos: 44.5,-48.5 + pos: 62.5,-54.5 parent: 2 - uid: 3460 components: - type: Transform - pos: 44.5,-43.5 + pos: 62.5,-53.5 parent: 2 - uid: 3461 components: - type: Transform - pos: 44.5,-42.5 + pos: 62.5,-52.5 parent: 2 - uid: 3462 components: - type: Transform - pos: 44.5,-41.5 + pos: 62.5,-51.5 parent: 2 - uid: 3463 components: - type: Transform - pos: 44.5,-40.5 + pos: 62.5,-50.5 parent: 2 - uid: 3464 components: - type: Transform - pos: 44.5,-39.5 + pos: 62.5,-49.5 parent: 2 - uid: 3465 components: - type: Transform - pos: 44.5,-38.5 + pos: 62.5,-48.5 parent: 2 - uid: 3466 components: - type: Transform - pos: 44.5,-37.5 + pos: 62.5,-47.5 parent: 2 - uid: 3467 components: - type: Transform - pos: 44.5,-36.5 + pos: 61.5,-46.5 parent: 2 - uid: 3468 components: - type: Transform - pos: 44.5,-35.5 + pos: 61.5,-45.5 parent: 2 - uid: 3469 components: - type: Transform - pos: 44.5,-34.5 + pos: 61.5,-44.5 parent: 2 - uid: 3470 components: - type: Transform - pos: 44.5,-33.5 + pos: 60.5,-44.5 parent: 2 - uid: 3471 components: - type: Transform - pos: 44.5,-32.5 + pos: 59.5,-44.5 parent: 2 - uid: 3472 components: - type: Transform - pos: 45.5,-32.5 + pos: 58.5,-44.5 parent: 2 - uid: 3473 components: - type: Transform - pos: 46.5,-32.5 + pos: 61.5,-47.5 parent: 2 - uid: 3474 components: - type: Transform - pos: 47.5,-32.5 + pos: 60.5,-47.5 parent: 2 - uid: 3475 components: - type: Transform - pos: 48.5,-32.5 + pos: 59.5,-47.5 parent: 2 - uid: 3476 components: - type: Transform - pos: 49.5,-32.5 + pos: 58.5,-47.5 parent: 2 - uid: 3477 components: - type: Transform - pos: 50.5,-32.5 + pos: 57.5,-47.5 parent: 2 - uid: 3478 components: - type: Transform - pos: 51.5,-32.5 + pos: 56.5,-47.5 parent: 2 - uid: 3479 components: - type: Transform - pos: 52.5,-32.5 + pos: 55.5,-47.5 parent: 2 - uid: 3480 components: - type: Transform - pos: 53.5,-32.5 + pos: 54.5,-47.5 parent: 2 - uid: 3481 components: - type: Transform - pos: 54.5,-32.5 + pos: 53.5,-47.5 parent: 2 - uid: 3482 components: - type: Transform - pos: 55.5,-32.5 + pos: 55.5,-44.5 parent: 2 - uid: 3483 components: - type: Transform - pos: 56.5,-32.5 + pos: 54.5,-44.5 parent: 2 - uid: 3484 components: - type: Transform - pos: 57.5,-32.5 + pos: 53.5,-44.5 parent: 2 - uid: 3485 components: - type: Transform - pos: 58.5,-32.5 + pos: 52.5,-44.5 parent: 2 - uid: 3486 components: - type: Transform - pos: 43.5,-32.5 + pos: 51.5,-44.5 parent: 2 - uid: 3487 components: - type: Transform - pos: 42.5,-32.5 + pos: 50.5,-44.5 parent: 2 - uid: 3488 components: - type: Transform - pos: 41.5,-32.5 + pos: 49.5,-44.5 parent: 2 - uid: 3489 components: - type: Transform - pos: 40.5,-32.5 + pos: 48.5,-44.5 parent: 2 - uid: 3490 components: - type: Transform - pos: 39.5,-32.5 + pos: 47.5,-44.5 parent: 2 - uid: 3491 components: - type: Transform - pos: 38.5,-32.5 + pos: 46.5,-44.5 parent: 2 - uid: 3492 components: - type: Transform - pos: 37.5,-32.5 + pos: 45.5,-44.5 parent: 2 - uid: 3493 components: - type: Transform - pos: 36.5,-32.5 + pos: 44.5,-44.5 parent: 2 - uid: 3494 components: - type: Transform - pos: 35.5,-32.5 + pos: 44.5,-45.5 parent: 2 - uid: 3495 components: - type: Transform - pos: 34.5,-32.5 + pos: 44.5,-46.5 parent: 2 - uid: 3496 components: - type: Transform - pos: 43.5,-35.5 + pos: 44.5,-47.5 parent: 2 - uid: 3497 components: - type: Transform - pos: 42.5,-35.5 + pos: 44.5,-48.5 parent: 2 - uid: 3498 components: - type: Transform - pos: 38.5,-40.5 + pos: 44.5,-43.5 parent: 2 - uid: 3499 components: - type: Transform - pos: 38.5,-39.5 + pos: 44.5,-42.5 parent: 2 - uid: 3500 components: - type: Transform - pos: 38.5,-38.5 + pos: 44.5,-41.5 parent: 2 - uid: 3501 components: - type: Transform - pos: 38.5,-37.5 + pos: 44.5,-40.5 parent: 2 - uid: 3502 components: - type: Transform - pos: 39.5,-37.5 + pos: 44.5,-39.5 parent: 2 - uid: 3503 components: - type: Transform - pos: 40.5,-37.5 + pos: 44.5,-38.5 parent: 2 - uid: 3504 components: - type: Transform - pos: 41.5,-37.5 + pos: 44.5,-37.5 parent: 2 - uid: 3505 components: - type: Transform - pos: 37.5,-37.5 + pos: 44.5,-36.5 parent: 2 - uid: 3506 components: - type: Transform - pos: 36.5,-37.5 + pos: 44.5,-35.5 parent: 2 - uid: 3507 components: - type: Transform - pos: 35.5,-37.5 + pos: 44.5,-34.5 parent: 2 - uid: 3508 components: - type: Transform - pos: 39.5,-40.5 + pos: 44.5,-33.5 parent: 2 - uid: 3509 components: - type: Transform - pos: 38.5,-41.5 + pos: 44.5,-32.5 parent: 2 - uid: 3510 components: - type: Transform - pos: 38.5,-42.5 + pos: 45.5,-32.5 parent: 2 - uid: 3511 components: - type: Transform - pos: 39.5,-43.5 + pos: 46.5,-32.5 parent: 2 - uid: 3512 components: - type: Transform - pos: 38.5,-43.5 + pos: 47.5,-32.5 parent: 2 - uid: 3513 components: - type: Transform - pos: 37.5,-43.5 + pos: 48.5,-32.5 parent: 2 - uid: 3514 components: - type: Transform - pos: 51.5,-33.5 + pos: 49.5,-32.5 parent: 2 - uid: 3515 components: - type: Transform - pos: 51.5,-34.5 + pos: 50.5,-32.5 parent: 2 - uid: 3516 components: - type: Transform - pos: 27.5,11.5 + pos: 51.5,-32.5 parent: 2 - uid: 3517 components: - type: Transform - pos: 30.5,14.5 + pos: 52.5,-32.5 parent: 2 - uid: 3518 components: - type: Transform - pos: 34.5,13.5 + pos: 53.5,-32.5 parent: 2 - uid: 3519 components: - type: Transform - pos: 25.5,13.5 + pos: 54.5,-32.5 parent: 2 - uid: 3520 components: - type: Transform - pos: 33.5,14.5 + pos: 55.5,-32.5 parent: 2 - uid: 3521 components: - type: Transform - pos: 33.5,16.5 + pos: 56.5,-32.5 parent: 2 - uid: 3522 components: - type: Transform - pos: 36.5,-8.5 + pos: 57.5,-32.5 parent: 2 - uid: 3523 components: - type: Transform - pos: 30.5,-20.5 + pos: 58.5,-32.5 parent: 2 - uid: 3524 components: - type: Transform - pos: 21.5,8.5 + pos: 43.5,-32.5 parent: 2 - uid: 3525 components: - type: Transform - pos: 20.5,8.5 + pos: 42.5,-32.5 parent: 2 - uid: 3526 components: - type: Transform - pos: 20.5,7.5 + pos: 41.5,-32.5 parent: 2 - uid: 3527 components: - type: Transform - pos: 20.5,6.5 + pos: 40.5,-32.5 parent: 2 - uid: 3528 components: - type: Transform - pos: 20.5,5.5 + pos: 39.5,-32.5 parent: 2 - uid: 3529 components: - type: Transform - pos: 20.5,4.5 + pos: 38.5,-32.5 parent: 2 - uid: 3530 components: - type: Transform - pos: 20.5,3.5 + pos: 37.5,-32.5 parent: 2 - uid: 3531 components: - type: Transform - pos: 20.5,2.5 + pos: 36.5,-32.5 parent: 2 - uid: 3532 components: - type: Transform - pos: 20.5,11.5 + pos: 35.5,-32.5 parent: 2 - uid: 3533 components: - type: Transform - pos: 21.5,11.5 + pos: 34.5,-32.5 parent: 2 - uid: 3534 components: - type: Transform - pos: 21.5,12.5 + pos: 43.5,-35.5 parent: 2 - uid: 3535 components: - type: Transform - pos: 21.5,13.5 + pos: 42.5,-35.5 parent: 2 - uid: 3536 components: - type: Transform - pos: 21.5,14.5 + pos: 38.5,-40.5 parent: 2 - uid: 3537 components: - type: Transform - pos: 21.5,16.5 + pos: 38.5,-39.5 parent: 2 - uid: 3538 components: - type: Transform - pos: 22.5,16.5 + pos: 38.5,-38.5 parent: 2 - uid: 3539 components: - type: Transform - pos: 23.5,16.5 + pos: 38.5,-37.5 parent: 2 - uid: 3540 components: - type: Transform - pos: 21.5,15.5 + pos: 39.5,-37.5 parent: 2 - uid: 3541 components: - type: Transform - pos: 33.5,15.5 + pos: 40.5,-37.5 parent: 2 - uid: 3542 components: - type: Transform - pos: 33.5,17.5 + pos: 41.5,-37.5 parent: 2 - uid: 3543 components: - type: Transform - pos: 35.5,17.5 + pos: 37.5,-37.5 parent: 2 - uid: 3544 components: - type: Transform - pos: 36.5,17.5 + pos: 36.5,-37.5 parent: 2 - uid: 3545 components: - type: Transform - pos: 37.5,17.5 + pos: 35.5,-37.5 parent: 2 - uid: 3546 components: - type: Transform - pos: 22.5,17.5 + pos: 39.5,-40.5 parent: 2 - uid: 3547 components: - type: Transform - pos: 22.5,18.5 + pos: 38.5,-41.5 parent: 2 - uid: 3548 components: - type: Transform - pos: 13.5,8.5 + pos: 38.5,-42.5 parent: 2 - uid: 3549 components: - type: Transform - pos: 14.5,8.5 + pos: 39.5,-43.5 parent: 2 - uid: 3550 components: - type: Transform - pos: 15.5,8.5 + pos: 38.5,-43.5 parent: 2 - uid: 3551 components: - type: Transform - pos: 16.5,8.5 + pos: 37.5,-43.5 parent: 2 - uid: 3552 components: - type: Transform - pos: 16.5,7.5 + pos: 51.5,-33.5 parent: 2 - uid: 3553 components: - type: Transform - pos: 16.5,6.5 + pos: 51.5,-34.5 parent: 2 - uid: 3554 components: - type: Transform - pos: 16.5,5.5 + pos: 27.5,11.5 parent: 2 - uid: 3555 components: - type: Transform - pos: 16.5,4.5 + pos: 30.5,14.5 parent: 2 - uid: 3556 components: - type: Transform - pos: 16.5,3.5 + pos: 34.5,13.5 parent: 2 - uid: 3557 components: - type: Transform - pos: 12.5,7.5 + pos: 25.5,13.5 parent: 2 - uid: 3558 components: - type: Transform - pos: 12.5,8.5 + pos: 33.5,14.5 parent: 2 - uid: 3559 components: - type: Transform - pos: 12.5,9.5 + pos: 33.5,16.5 parent: 2 - uid: 3560 components: - type: Transform - pos: 12.5,10.5 + pos: 36.5,-8.5 parent: 2 - uid: 3561 components: - type: Transform - pos: 12.5,11.5 + pos: 30.5,-20.5 parent: 2 - uid: 3562 components: - type: Transform - pos: 15.5,11.5 + pos: 21.5,8.5 parent: 2 - uid: 3563 components: - type: Transform - pos: 15.5,12.5 + pos: 20.5,8.5 parent: 2 - uid: 3564 components: - type: Transform - pos: 15.5,13.5 + pos: 20.5,7.5 parent: 2 - uid: 3565 components: - type: Transform - pos: 15.5,14.5 + pos: 20.5,6.5 parent: 2 - uid: 3566 components: - type: Transform - pos: 14.5,13.5 + pos: 20.5,5.5 parent: 2 - uid: 3567 components: - type: Transform - pos: 13.5,13.5 + pos: 20.5,4.5 parent: 2 - uid: 3568 components: - type: Transform - pos: 12.5,13.5 + pos: 20.5,3.5 parent: 2 - uid: 3569 components: - type: Transform - pos: 11.5,13.5 + pos: 20.5,2.5 parent: 2 - uid: 3570 components: - type: Transform - pos: 11.5,12.5 + pos: 20.5,11.5 parent: 2 - uid: 3571 components: - type: Transform - pos: 11.5,14.5 + pos: 21.5,11.5 parent: 2 - uid: 3572 components: - type: Transform - pos: 10.5,14.5 + pos: 21.5,12.5 parent: 2 - uid: 3573 components: - type: Transform - pos: 9.5,14.5 + pos: 21.5,13.5 parent: 2 - uid: 3574 components: - type: Transform - pos: 8.5,14.5 + pos: 21.5,14.5 parent: 2 - uid: 3575 components: - type: Transform - pos: 8.5,15.5 + pos: 21.5,16.5 parent: 2 - uid: 3576 components: - type: Transform - pos: 8.5,16.5 + pos: 22.5,16.5 parent: 2 - uid: 3577 components: - type: Transform - pos: 8.5,17.5 + pos: 23.5,16.5 parent: 2 - uid: 3578 components: - type: Transform - pos: 9.5,17.5 + pos: 21.5,15.5 parent: 2 - uid: 3579 components: - type: Transform - pos: 8.5,19.5 + pos: 33.5,15.5 parent: 2 - uid: 3580 components: - type: Transform - pos: 8.5,20.5 + pos: 33.5,17.5 parent: 2 - uid: 3581 components: - type: Transform - pos: 8.5,21.5 + pos: 35.5,17.5 parent: 2 - uid: 3582 components: - type: Transform - pos: 8.5,22.5 + pos: 36.5,17.5 parent: 2 - uid: 3583 components: - type: Transform - pos: 8.5,23.5 + pos: 37.5,17.5 parent: 2 - uid: 3584 components: - type: Transform - pos: 8.5,24.5 + pos: 22.5,17.5 parent: 2 - uid: 3585 components: - type: Transform - pos: 7.5,24.5 + pos: 22.5,18.5 parent: 2 - uid: 3586 components: - type: Transform - pos: 6.5,24.5 + pos: 13.5,8.5 parent: 2 - uid: 3587 components: - type: Transform - pos: 5.5,24.5 + pos: 14.5,8.5 parent: 2 - uid: 3588 components: - type: Transform - pos: 4.5,24.5 + pos: 15.5,8.5 parent: 2 - uid: 3589 components: - type: Transform - pos: 3.5,24.5 + pos: 16.5,8.5 parent: 2 - uid: 3590 components: - type: Transform - pos: 2.5,24.5 + pos: 16.5,7.5 parent: 2 - uid: 3591 components: - type: Transform - pos: 1.5,24.5 + pos: 16.5,6.5 parent: 2 - uid: 3592 components: - type: Transform - pos: 0.5,24.5 + pos: 16.5,5.5 parent: 2 - uid: 3593 components: - type: Transform - pos: -0.5,24.5 + pos: 16.5,4.5 parent: 2 - uid: 3594 components: - type: Transform - pos: -1.5,24.5 + pos: 16.5,3.5 parent: 2 - uid: 3595 components: - type: Transform - pos: -2.5,24.5 + pos: 12.5,7.5 parent: 2 - uid: 3596 components: - type: Transform - pos: -3.5,24.5 + pos: 12.5,8.5 parent: 2 - uid: 3597 components: - type: Transform - pos: -4.5,24.5 + pos: 12.5,9.5 parent: 2 - uid: 3598 components: - type: Transform - pos: -5.5,24.5 + pos: 12.5,10.5 parent: 2 - uid: 3599 components: - type: Transform - pos: -6.5,24.5 + pos: 12.5,11.5 parent: 2 - uid: 3600 components: - type: Transform - pos: -7.5,24.5 + pos: 15.5,11.5 parent: 2 - uid: 3601 components: - type: Transform - pos: -7.5,23.5 + pos: 15.5,12.5 parent: 2 - uid: 3602 components: - type: Transform - pos: -7.5,22.5 + pos: 15.5,13.5 parent: 2 - uid: 3603 components: - type: Transform - pos: -7.5,21.5 + pos: 15.5,14.5 parent: 2 - uid: 3604 components: - type: Transform - pos: -7.5,20.5 + pos: 14.5,13.5 parent: 2 - uid: 3605 components: - type: Transform - pos: 7.5,21.5 + pos: 13.5,13.5 parent: 2 - uid: 3606 components: - type: Transform - pos: 6.5,21.5 + pos: 12.5,13.5 parent: 2 - uid: 3607 components: - type: Transform - pos: 5.5,21.5 + pos: 11.5,13.5 parent: 2 - uid: 3608 components: - type: Transform - pos: 4.5,21.5 + pos: 11.5,12.5 parent: 2 - uid: 3609 components: - type: Transform - pos: 3.5,21.5 + pos: 11.5,14.5 parent: 2 - uid: 3610 components: - type: Transform - pos: 2.5,21.5 + pos: 10.5,14.5 parent: 2 - uid: 3611 components: - type: Transform - pos: 1.5,21.5 + pos: 9.5,14.5 parent: 2 - uid: 3612 components: - type: Transform - pos: 0.5,21.5 + pos: 8.5,14.5 parent: 2 - uid: 3613 components: - type: Transform - pos: -0.5,21.5 + pos: 8.5,15.5 parent: 2 - uid: 3614 components: - type: Transform - pos: -1.5,21.5 + pos: 8.5,16.5 parent: 2 - uid: 3615 components: - type: Transform - pos: -2.5,21.5 + pos: 8.5,17.5 parent: 2 - uid: 3616 components: - type: Transform - pos: -3.5,21.5 + pos: 9.5,17.5 parent: 2 - uid: 3617 components: - type: Transform - pos: -4.5,21.5 + pos: 8.5,19.5 parent: 2 - uid: 3618 components: - type: Transform - pos: -5.5,21.5 + pos: 8.5,20.5 parent: 2 - uid: 3619 components: - type: Transform - pos: -6.5,21.5 + pos: 8.5,21.5 parent: 2 - uid: 3620 components: - type: Transform - pos: 2.5,20.5 + pos: 8.5,22.5 parent: 2 - uid: 3621 components: - type: Transform - pos: 0.5,25.5 + pos: 8.5,23.5 parent: 2 - uid: 3622 components: - type: Transform - pos: 0.5,26.5 + pos: 8.5,24.5 parent: 2 - uid: 3623 components: - type: Transform - pos: -8.5,22.5 + pos: 7.5,24.5 parent: 2 - uid: 3624 components: - type: Transform - pos: 9.5,22.5 + pos: 6.5,24.5 parent: 2 - uid: 3625 components: - type: Transform - pos: 6.5,16.5 + pos: 5.5,24.5 parent: 2 - uid: 3626 components: - type: Transform - pos: 5.5,16.5 + pos: 4.5,24.5 parent: 2 - uid: 3627 components: - type: Transform - pos: 4.5,16.5 + pos: 3.5,24.5 parent: 2 - uid: 3628 components: - type: Transform - pos: 4.5,15.5 + pos: 2.5,24.5 parent: 2 - uid: 3629 components: - type: Transform - pos: 4.5,14.5 + pos: 1.5,24.5 parent: 2 - uid: 3630 components: - type: Transform - pos: -7.5,16.5 + pos: 0.5,24.5 parent: 2 - uid: 3631 components: - type: Transform - pos: -6.5,16.5 + pos: -0.5,24.5 parent: 2 - uid: 3632 components: - type: Transform - pos: -5.5,16.5 + pos: -1.5,24.5 parent: 2 - uid: 3633 components: - type: Transform - pos: -4.5,16.5 + pos: -2.5,24.5 parent: 2 - uid: 3634 components: - type: Transform - pos: -3.5,16.5 + pos: -3.5,24.5 parent: 2 - uid: 3635 components: - type: Transform - pos: -2.5,16.5 + pos: -4.5,24.5 parent: 2 - uid: 3636 components: - type: Transform - pos: -4.5,15.5 + pos: -5.5,24.5 parent: 2 - uid: 3637 components: - type: Transform - pos: -4.5,14.5 + pos: -6.5,24.5 parent: 2 - uid: 3638 components: - type: Transform - pos: -8.5,8.5 + pos: -7.5,24.5 parent: 2 - uid: 3639 components: - type: Transform - pos: -8.5,9.5 + pos: -7.5,23.5 parent: 2 - uid: 3640 components: - type: Transform - pos: -8.5,10.5 + pos: -7.5,22.5 parent: 2 - uid: 3641 components: - type: Transform - pos: -7.5,10.5 + pos: -7.5,21.5 parent: 2 - uid: 3642 components: - type: Transform - pos: -6.5,10.5 + pos: -7.5,20.5 parent: 2 - uid: 3643 components: - type: Transform - pos: -5.5,10.5 + pos: 7.5,21.5 parent: 2 - uid: 3644 components: - type: Transform - pos: -4.5,10.5 + pos: 6.5,21.5 parent: 2 - uid: 3645 components: - type: Transform - pos: -3.5,10.5 + pos: 5.5,21.5 parent: 2 - uid: 3646 components: - type: Transform - pos: -9.5,9.5 + pos: 4.5,21.5 parent: 2 - uid: 3647 components: - type: Transform - pos: -10.5,9.5 + pos: 3.5,21.5 parent: 2 - uid: 3648 components: - type: Transform - pos: -10.5,8.5 + pos: 2.5,21.5 parent: 2 - uid: 3649 components: - type: Transform - pos: -10.5,7.5 + pos: 1.5,21.5 parent: 2 - uid: 3650 components: - type: Transform - pos: 9.5,11.5 + pos: 0.5,21.5 parent: 2 - uid: 3651 components: - type: Transform - pos: 9.5,10.5 + pos: -0.5,21.5 parent: 2 - uid: 3652 components: - type: Transform - pos: 9.5,9.5 + pos: -1.5,21.5 parent: 2 - uid: 3653 components: - type: Transform - pos: 9.5,8.5 + pos: -2.5,21.5 parent: 2 - uid: 3654 components: - type: Transform - pos: 9.5,7.5 + pos: -3.5,21.5 parent: 2 - uid: 3655 components: - type: Transform - pos: 9.5,6.5 + pos: -4.5,21.5 parent: 2 - uid: 3656 components: - type: Transform - pos: 8.5,6.5 + pos: -5.5,21.5 parent: 2 - uid: 3657 components: - type: Transform - pos: 7.5,6.5 + pos: -6.5,21.5 parent: 2 - uid: 3658 components: - type: Transform - pos: 6.5,6.5 + pos: 2.5,20.5 parent: 2 - uid: 3659 components: - type: Transform - pos: 5.5,6.5 + pos: 0.5,25.5 parent: 2 - uid: 3660 components: - type: Transform - pos: 4.5,6.5 + pos: 0.5,26.5 parent: 2 - uid: 3661 components: - type: Transform - pos: 4.5,7.5 + pos: -8.5,22.5 parent: 2 - uid: 3662 components: - type: Transform - pos: 4.5,8.5 + pos: 9.5,22.5 parent: 2 - uid: 3663 components: - type: Transform - pos: 4.5,9.5 + pos: 6.5,16.5 parent: 2 - uid: 3664 components: - type: Transform - pos: 4.5,10.5 + pos: 5.5,16.5 parent: 2 - uid: 3665 components: - type: Transform - pos: 4.5,11.5 + pos: 4.5,16.5 parent: 2 - uid: 3666 components: - type: Transform - pos: 5.5,11.5 + pos: 4.5,15.5 parent: 2 - uid: 3667 components: - type: Transform - pos: 6.5,11.5 + pos: 4.5,14.5 parent: 2 - uid: 3668 components: - type: Transform - pos: 7.5,11.5 + pos: -7.5,16.5 parent: 2 - uid: 3669 components: - type: Transform - pos: 8.5,11.5 + pos: -6.5,16.5 parent: 2 - uid: 3670 components: - type: Transform - pos: 10.5,8.5 + pos: -5.5,16.5 parent: 2 - uid: 3671 components: - type: Transform - pos: 0.5,17.5 + pos: -4.5,16.5 parent: 2 - uid: 3672 components: - type: Transform - pos: 0.5,16.5 + pos: -3.5,16.5 parent: 2 - uid: 3673 components: - type: Transform - pos: 0.5,15.5 + pos: -2.5,16.5 parent: 2 - uid: 3674 components: - type: Transform - pos: 0.5,14.5 + pos: -4.5,15.5 parent: 2 - uid: 3675 components: - type: Transform - pos: 0.5,13.5 + pos: -4.5,14.5 parent: 2 - uid: 3676 components: - type: Transform - pos: 0.5,12.5 + pos: -8.5,8.5 parent: 2 - uid: 3677 components: - type: Transform - pos: 0.5,11.5 + pos: -8.5,9.5 parent: 2 - uid: 3678 components: - type: Transform - pos: 0.5,10.5 + pos: -8.5,10.5 parent: 2 - uid: 3679 components: - type: Transform - pos: 0.5,9.5 + pos: -7.5,10.5 parent: 2 - uid: 3680 components: - type: Transform - pos: 0.5,8.5 + pos: -6.5,10.5 parent: 2 - uid: 3681 components: - type: Transform - pos: 0.5,7.5 + pos: -5.5,10.5 parent: 2 - uid: 3682 components: - type: Transform - pos: 0.5,6.5 + pos: -4.5,10.5 parent: 2 - uid: 3683 components: - type: Transform - pos: 0.5,5.5 + pos: -3.5,10.5 parent: 2 - uid: 3684 components: - type: Transform - pos: 0.5,4.5 + pos: -9.5,9.5 parent: 2 - uid: 3685 components: - type: Transform - pos: 0.5,3.5 + pos: -10.5,9.5 parent: 2 - uid: 3686 components: - type: Transform - pos: 0.5,2.5 + pos: -10.5,8.5 parent: 2 - uid: 3687 components: - type: Transform - pos: 0.5,1.5 + pos: -10.5,7.5 parent: 2 - uid: 3688 components: - type: Transform - pos: 1.5,1.5 + pos: 9.5,11.5 parent: 2 - uid: 3689 components: - type: Transform - pos: 2.5,1.5 + pos: 9.5,10.5 parent: 2 - uid: 3690 components: - type: Transform - pos: -0.5,1.5 + pos: 9.5,9.5 parent: 2 - uid: 3691 components: - type: Transform - pos: -1.5,1.5 + pos: 9.5,8.5 parent: 2 - uid: 3692 components: - type: Transform - pos: -0.5,5.5 + pos: 9.5,7.5 parent: 2 - uid: 3693 components: - type: Transform - pos: -1.5,5.5 + pos: 9.5,6.5 parent: 2 - uid: 3694 components: - type: Transform - pos: -0.5,3.5 + pos: 8.5,6.5 parent: 2 - uid: 3695 components: - type: Transform - pos: -1.5,3.5 + pos: 7.5,6.5 parent: 2 - uid: 3696 components: - type: Transform - pos: -2.5,3.5 + pos: 6.5,6.5 parent: 2 - uid: 3697 components: - type: Transform - pos: -3.5,3.5 + pos: 5.5,6.5 parent: 2 - uid: 3698 components: - type: Transform - pos: -4.5,3.5 + pos: 4.5,6.5 parent: 2 - uid: 3699 components: - type: Transform - pos: -5.5,3.5 + pos: 4.5,7.5 parent: 2 - uid: 3700 components: - type: Transform - pos: -6.5,3.5 + pos: 4.5,8.5 parent: 2 - uid: 3701 components: - type: Transform - pos: -7.5,3.5 + pos: 4.5,9.5 parent: 2 - uid: 3702 components: - type: Transform - pos: -3.5,9.5 + pos: 4.5,10.5 parent: 2 - uid: 3703 components: - type: Transform - pos: -3.5,8.5 + pos: 4.5,11.5 parent: 2 - uid: 3704 components: - type: Transform - pos: -3.5,7.5 + pos: 5.5,11.5 parent: 2 - uid: 3705 components: - type: Transform - pos: -3.5,6.5 + pos: 6.5,11.5 parent: 2 - uid: 3706 components: - type: Transform - pos: -4.5,6.5 + pos: 7.5,11.5 parent: 2 - uid: 3707 components: - type: Transform - pos: -5.5,6.5 + pos: 8.5,11.5 parent: 2 - uid: 3708 components: - type: Transform - pos: 1.5,3.5 + pos: 10.5,8.5 parent: 2 - uid: 3709 components: - type: Transform - pos: 2.5,3.5 + pos: 0.5,17.5 parent: 2 - uid: 3710 components: - type: Transform - pos: 3.5,3.5 + pos: 0.5,16.5 parent: 2 - uid: 3711 components: - type: Transform - pos: 4.5,3.5 + pos: 0.5,15.5 parent: 2 - uid: 3712 components: - type: Transform - pos: 5.5,3.5 + pos: 0.5,14.5 parent: 2 - uid: 3713 components: - type: Transform - pos: 6.5,3.5 + pos: 0.5,13.5 parent: 2 - uid: 3714 components: - type: Transform - pos: 7.5,3.5 + pos: 0.5,12.5 parent: 2 - uid: 3715 components: - type: Transform - pos: 8.5,3.5 + pos: 0.5,11.5 parent: 2 - uid: 3716 components: - type: Transform - pos: 9.5,3.5 + pos: 0.5,10.5 parent: 2 - uid: 3717 components: - type: Transform - pos: 10.5,3.5 + pos: 0.5,9.5 parent: 2 - uid: 3718 components: - type: Transform - pos: -8.5,3.5 + pos: 0.5,8.5 parent: 2 - uid: 3719 components: - type: Transform - pos: -9.5,3.5 + pos: 0.5,7.5 parent: 2 - uid: 3720 components: - type: Transform - pos: 40.5,17.5 + pos: 0.5,6.5 parent: 2 - uid: 3721 components: - type: Transform - pos: 40.5,16.5 + pos: 0.5,5.5 parent: 2 - uid: 3722 components: - type: Transform - pos: 40.5,15.5 + pos: 0.5,4.5 parent: 2 - uid: 3723 components: - type: Transform - pos: 40.5,14.5 + pos: 0.5,3.5 parent: 2 - uid: 3724 components: - type: Transform - pos: 40.5,13.5 + pos: 0.5,2.5 parent: 2 - uid: 3725 components: - type: Transform - pos: 40.5,12.5 + pos: 0.5,1.5 parent: 2 - uid: 3726 components: - type: Transform - pos: 40.5,11.5 + pos: 1.5,1.5 parent: 2 - uid: 3727 components: - type: Transform - pos: 40.5,10.5 + pos: 2.5,1.5 parent: 2 - uid: 3728 components: - type: Transform - pos: 40.5,9.5 + pos: -0.5,1.5 parent: 2 - uid: 3729 components: - type: Transform - pos: 40.5,8.5 + pos: -1.5,1.5 parent: 2 - uid: 3730 components: - type: Transform - pos: 40.5,7.5 + pos: -0.5,5.5 parent: 2 - uid: 3731 components: - type: Transform - pos: -5.5,2.5 + pos: -1.5,5.5 parent: 2 - uid: 3732 components: - type: Transform - pos: -5.5,1.5 + pos: -0.5,3.5 parent: 2 - uid: 3733 components: - type: Transform - pos: -5.5,0.5 + pos: -1.5,3.5 parent: 2 - uid: 3734 components: - type: Transform - pos: -6.5,0.5 + pos: -2.5,3.5 parent: 2 - uid: 3735 components: - type: Transform - pos: -7.5,0.5 + pos: -3.5,3.5 parent: 2 - uid: 3736 components: - type: Transform - pos: 7.5,2.5 + pos: -4.5,3.5 parent: 2 - uid: 3737 components: - type: Transform - pos: 7.5,1.5 + pos: -5.5,3.5 parent: 2 - uid: 3738 components: - type: Transform - pos: 7.5,0.5 + pos: -6.5,3.5 parent: 2 - uid: 3739 components: - type: Transform - pos: 8.5,0.5 + pos: -7.5,3.5 parent: 2 - uid: 3740 components: - type: Transform - pos: 6.5,0.5 + pos: -3.5,9.5 parent: 2 - uid: 3741 components: - type: Transform - pos: -31.5,14.5 + pos: -3.5,8.5 parent: 2 - uid: 3742 components: - type: Transform - pos: -31.5,13.5 + pos: -3.5,7.5 parent: 2 - uid: 3743 components: - type: Transform - pos: -31.5,12.5 + pos: -3.5,6.5 parent: 2 - uid: 3744 components: - type: Transform - pos: -31.5,11.5 + pos: -4.5,6.5 parent: 2 - uid: 3745 components: - type: Transform - pos: -31.5,10.5 + pos: -5.5,6.5 parent: 2 - uid: 3746 components: - type: Transform - pos: -32.5,10.5 + pos: 1.5,3.5 parent: 2 - uid: 3747 components: - type: Transform - pos: -30.5,10.5 + pos: 2.5,3.5 parent: 2 - uid: 3748 components: - type: Transform - pos: -29.5,10.5 + pos: 3.5,3.5 parent: 2 - uid: 3749 components: - type: Transform - pos: -28.5,10.5 + pos: 4.5,3.5 parent: 2 - uid: 3750 components: - type: Transform - pos: -27.5,10.5 + pos: 5.5,3.5 parent: 2 - uid: 3751 components: - type: Transform - pos: -27.5,11.5 + pos: 6.5,3.5 parent: 2 - uid: 3752 components: - type: Transform - pos: -27.5,12.5 + pos: 7.5,3.5 parent: 2 - uid: 3753 components: - type: Transform - pos: -27.5,13.5 + pos: 8.5,3.5 parent: 2 - uid: 3754 components: - type: Transform - pos: -27.5,14.5 + pos: 9.5,3.5 parent: 2 - uid: 3755 components: - type: Transform - pos: -29.5,9.5 + pos: 10.5,3.5 parent: 2 - uid: 3756 components: - type: Transform - pos: -29.5,8.5 + pos: -8.5,3.5 parent: 2 - uid: 3757 components: - type: Transform - pos: -29.5,7.5 + pos: -9.5,3.5 parent: 2 - uid: 3758 components: - type: Transform - pos: -29.5,6.5 + pos: 40.5,17.5 parent: 2 - uid: 3759 components: - type: Transform - pos: -29.5,5.5 + pos: 40.5,16.5 parent: 2 - uid: 3760 components: - type: Transform - pos: -29.5,4.5 + pos: 40.5,15.5 parent: 2 - uid: 3761 components: - type: Transform - pos: -29.5,3.5 + pos: 40.5,14.5 parent: 2 - uid: 3762 components: - type: Transform - pos: -29.5,2.5 + pos: 40.5,13.5 parent: 2 - uid: 3763 components: - type: Transform - pos: -29.5,1.5 + pos: 40.5,12.5 parent: 2 - uid: 3764 components: - type: Transform - pos: -29.5,0.5 + pos: 40.5,11.5 parent: 2 - uid: 3765 components: - type: Transform - pos: -29.5,-0.5 + pos: 40.5,10.5 parent: 2 - uid: 3766 components: - type: Transform - pos: -29.5,-1.5 + pos: 40.5,9.5 parent: 2 - uid: 3767 components: - type: Transform - pos: -29.5,-2.5 + pos: 40.5,8.5 parent: 2 - uid: 3768 components: - type: Transform - pos: -29.5,-3.5 + pos: 40.5,7.5 parent: 2 - uid: 3769 components: - type: Transform - pos: -29.5,-4.5 + pos: -5.5,2.5 parent: 2 - uid: 3770 components: - type: Transform - pos: -28.5,0.5 + pos: -5.5,1.5 parent: 2 - uid: 3771 components: - type: Transform - pos: -27.5,0.5 + pos: -5.5,0.5 parent: 2 - uid: 3772 components: - type: Transform - pos: -26.5,0.5 + pos: -6.5,0.5 parent: 2 - uid: 3773 components: - type: Transform - pos: -25.5,0.5 + pos: -7.5,0.5 parent: 2 - uid: 3774 components: - type: Transform - pos: -24.5,0.5 + pos: 7.5,2.5 parent: 2 - uid: 3775 components: - type: Transform - pos: -23.5,0.5 + pos: 7.5,1.5 parent: 2 - uid: 3776 components: - type: Transform - pos: -30.5,4.5 + pos: 7.5,0.5 parent: 2 - uid: 3777 components: - type: Transform - pos: -31.5,4.5 + pos: 8.5,0.5 parent: 2 - uid: 3778 components: - type: Transform - pos: -32.5,4.5 + pos: 6.5,0.5 parent: 2 - uid: 3779 components: - type: Transform - pos: -33.5,4.5 + pos: -31.5,14.5 parent: 2 - uid: 3780 components: - type: Transform - pos: -34.5,4.5 + pos: -31.5,13.5 parent: 2 - uid: 3781 components: - type: Transform - pos: -35.5,4.5 + pos: -31.5,12.5 parent: 2 - uid: 3782 components: - type: Transform - pos: -36.5,4.5 + pos: -31.5,11.5 parent: 2 - uid: 3783 components: - type: Transform - pos: -28.5,7.5 + pos: -31.5,10.5 parent: 2 - uid: 3784 components: - type: Transform - pos: -28.5,5.5 + pos: -32.5,10.5 parent: 2 - uid: 3785 components: - type: Transform - pos: -28.5,3.5 + pos: -30.5,10.5 parent: 2 - uid: 3786 components: - type: Transform - pos: -18.5,4.5 + pos: -29.5,10.5 parent: 2 - uid: 3787 components: - type: Transform - pos: -19.5,4.5 + pos: -28.5,10.5 parent: 2 - uid: 3788 components: - type: Transform - pos: -20.5,4.5 + pos: -27.5,10.5 parent: 2 - uid: 3789 components: - type: Transform - pos: -21.5,4.5 + pos: -27.5,11.5 parent: 2 - uid: 3790 components: - type: Transform - pos: -22.5,4.5 + pos: -27.5,12.5 parent: 2 - uid: 3791 components: - type: Transform - pos: -23.5,4.5 + pos: -27.5,13.5 parent: 2 - uid: 3792 components: - type: Transform - pos: -23.5,5.5 + pos: -27.5,14.5 parent: 2 - uid: 3793 components: - type: Transform - pos: -23.5,6.5 + pos: -29.5,9.5 parent: 2 - uid: 3794 components: - type: Transform - pos: -23.5,7.5 + pos: -29.5,8.5 parent: 2 - uid: 3795 components: - type: Transform - pos: -22.5,7.5 + pos: -29.5,7.5 parent: 2 - uid: 3796 components: - type: Transform - pos: -21.5,7.5 + pos: -29.5,6.5 parent: 2 - uid: 3797 components: - type: Transform - pos: -20.5,7.5 + pos: -29.5,5.5 parent: 2 - uid: 3798 components: - type: Transform - pos: -30.5,1.5 + pos: -29.5,4.5 parent: 2 - uid: 3799 components: - type: Transform - pos: -31.5,1.5 + pos: -29.5,3.5 parent: 2 - uid: 3800 components: - type: Transform - pos: -32.5,1.5 + pos: -29.5,2.5 parent: 2 - uid: 3801 components: - type: Transform - pos: -33.5,1.5 + pos: -29.5,1.5 parent: 2 - uid: 3802 components: - type: Transform - pos: -34.5,1.5 + pos: -29.5,0.5 parent: 2 - uid: 3803 components: - type: Transform - pos: -35.5,1.5 + pos: -29.5,-0.5 parent: 2 - uid: 3804 components: - type: Transform - pos: -36.5,1.5 + pos: -29.5,-1.5 parent: 2 - uid: 3805 components: - type: Transform - pos: -37.5,1.5 + pos: -29.5,-2.5 parent: 2 - uid: 3806 components: - type: Transform - pos: -38.5,1.5 + pos: -29.5,-3.5 parent: 2 - uid: 3807 components: - type: Transform - pos: -39.5,1.5 + pos: -29.5,-4.5 parent: 2 - uid: 3808 components: - type: Transform - pos: -66.5,-53.5 + pos: -28.5,0.5 parent: 2 - uid: 3809 components: - type: Transform - pos: -52.5,-11.5 + pos: -27.5,0.5 parent: 2 - uid: 3810 components: - type: Transform - pos: -52.5,-12.5 + pos: -26.5,0.5 parent: 2 - uid: 3811 components: - type: Transform - pos: -52.5,-13.5 + pos: -25.5,0.5 parent: 2 - uid: 3812 components: - type: Transform - pos: -52.5,-14.5 + pos: -24.5,0.5 parent: 2 - uid: 3813 components: - type: Transform - pos: -52.5,-15.5 + pos: -23.5,0.5 parent: 2 - uid: 3814 components: - type: Transform - pos: -53.5,-14.5 + pos: -30.5,4.5 parent: 2 - uid: 3815 components: - type: Transform - pos: -54.5,-14.5 + pos: -31.5,4.5 parent: 2 - uid: 3816 components: - type: Transform - pos: -51.5,-15.5 + pos: -32.5,4.5 parent: 2 - uid: 3817 components: - type: Transform - pos: -50.5,-15.5 + pos: -33.5,4.5 parent: 2 - uid: 3818 components: - type: Transform - pos: -49.5,-15.5 + pos: -34.5,4.5 parent: 2 - uid: 3819 components: - type: Transform - pos: -48.5,-15.5 + pos: -35.5,4.5 parent: 2 - uid: 3820 components: - type: Transform - pos: -47.5,-15.5 + pos: -36.5,4.5 parent: 2 - uid: 3821 components: - type: Transform - pos: -47.5,-13.5 + pos: -28.5,7.5 parent: 2 - uid: 3822 components: - type: Transform - pos: -47.5,-12.5 + pos: -28.5,5.5 parent: 2 - uid: 3823 components: - type: Transform - pos: -46.5,-12.5 + pos: -28.5,3.5 parent: 2 - uid: 3824 components: - type: Transform - pos: -48.5,-12.5 + pos: -18.5,4.5 parent: 2 - uid: 3825 components: - type: Transform - pos: -46.5,-15.5 + pos: -19.5,4.5 parent: 2 - uid: 3826 components: - type: Transform - pos: -45.5,-15.5 + pos: -20.5,4.5 parent: 2 - uid: 3827 components: - type: Transform - pos: -44.5,-15.5 + pos: -21.5,4.5 parent: 2 - uid: 3828 components: - type: Transform - pos: -42.5,-14.5 + pos: -22.5,4.5 parent: 2 - uid: 3829 components: - type: Transform - pos: -42.5,-13.5 + pos: -23.5,4.5 parent: 2 - uid: 3830 components: - type: Transform - pos: -42.5,-12.5 + pos: -23.5,5.5 parent: 2 - uid: 3831 components: - type: Transform - pos: -42.5,-11.5 + pos: -23.5,6.5 parent: 2 - uid: 3832 components: - type: Transform - pos: -42.5,-10.5 + pos: -23.5,7.5 parent: 2 - uid: 3833 components: - type: Transform - pos: -42.5,-9.5 + pos: -22.5,7.5 parent: 2 - uid: 3834 components: - type: Transform - pos: -42.5,-8.5 + pos: -21.5,7.5 parent: 2 - uid: 3835 components: - type: Transform - pos: -42.5,-7.5 + pos: -20.5,7.5 parent: 2 - uid: 3836 components: - type: Transform - pos: -42.5,-6.5 + pos: -30.5,1.5 parent: 2 - uid: 3837 components: - type: Transform - pos: -41.5,-6.5 + pos: -31.5,1.5 parent: 2 - uid: 3838 components: - type: Transform - pos: -40.5,-6.5 + pos: -32.5,1.5 parent: 2 - uid: 3839 components: - type: Transform - pos: -42.5,-5.5 + pos: -33.5,1.5 parent: 2 - uid: 3840 components: - type: Transform - pos: -42.5,-4.5 + pos: -34.5,1.5 parent: 2 - uid: 3841 components: - type: Transform - pos: -42.5,-3.5 + pos: -35.5,1.5 parent: 2 - uid: 3842 components: - type: Transform - pos: -42.5,-2.5 + pos: -36.5,1.5 parent: 2 - uid: 3843 components: - type: Transform - pos: -41.5,-3.5 + pos: -37.5,1.5 parent: 2 - uid: 3844 components: - type: Transform - pos: -40.5,-3.5 + pos: -38.5,1.5 parent: 2 - uid: 3845 components: - type: Transform - pos: -39.5,-3.5 + pos: -39.5,1.5 parent: 2 - uid: 3846 components: - type: Transform - pos: -38.5,-3.5 + pos: -66.5,-53.5 parent: 2 - uid: 3847 components: - type: Transform - pos: -37.5,-3.5 + pos: -52.5,-11.5 parent: 2 - uid: 3848 components: - type: Transform - pos: -37.5,-2.5 + pos: -52.5,-12.5 parent: 2 - uid: 3849 components: - type: Transform - pos: -36.5,-2.5 + pos: -52.5,-13.5 parent: 2 - uid: 3850 components: - type: Transform - pos: -35.5,-2.5 + pos: -52.5,-14.5 parent: 2 - uid: 3851 components: - type: Transform - pos: -35.5,-3.5 + pos: -52.5,-15.5 parent: 2 - uid: 3852 components: - type: Transform - pos: -35.5,-4.5 + pos: -53.5,-14.5 parent: 2 - uid: 3853 components: - type: Transform - pos: -34.5,-2.5 + pos: -54.5,-14.5 parent: 2 - uid: 3854 components: - type: Transform - pos: -33.5,-2.5 + pos: -51.5,-15.5 parent: 2 - uid: 3855 components: - type: Transform - pos: -32.5,-2.5 + pos: -50.5,-15.5 parent: 2 - uid: 3856 components: - type: Transform - pos: -32.5,-1.5 + pos: -49.5,-15.5 parent: 2 - uid: 3857 components: - type: Transform - pos: -32.5,-3.5 + pos: -48.5,-15.5 parent: 2 - uid: 3858 components: - type: Transform - pos: -32.5,-4.5 + pos: -47.5,-15.5 parent: 2 - uid: 3859 components: - type: Transform - pos: -32.5,-5.5 + pos: -47.5,-13.5 parent: 2 - uid: 3860 components: - type: Transform - pos: -32.5,-6.5 + pos: -47.5,-12.5 parent: 2 - uid: 3861 components: - type: Transform - pos: -32.5,-7.5 + pos: -46.5,-12.5 parent: 2 - uid: 3862 components: - type: Transform - pos: -32.5,-8.5 + pos: -48.5,-12.5 parent: 2 - uid: 3863 components: - type: Transform - pos: -32.5,-9.5 + pos: -46.5,-15.5 parent: 2 - uid: 3864 components: - type: Transform - pos: -32.5,-10.5 + pos: -45.5,-15.5 parent: 2 - uid: 3865 components: - type: Transform - pos: -32.5,-11.5 + pos: -44.5,-15.5 parent: 2 - uid: 3866 components: - type: Transform - pos: -32.5,-12.5 + pos: -42.5,-14.5 parent: 2 - uid: 3867 components: - type: Transform - pos: -43.5,3.5 + pos: -42.5,-13.5 parent: 2 - uid: 3868 components: - type: Transform - pos: -44.5,3.5 + pos: -42.5,-12.5 parent: 2 - uid: 3869 components: - type: Transform - pos: -47.5,3.5 + pos: -42.5,-11.5 parent: 2 - uid: 3870 components: - type: Transform - pos: -48.5,3.5 + pos: -42.5,-10.5 parent: 2 - uid: 3871 components: - type: Transform - pos: -49.5,3.5 + pos: -42.5,-9.5 parent: 2 - uid: 3872 components: - type: Transform - pos: -49.5,5.5 + pos: -42.5,-8.5 parent: 2 - uid: 3873 components: - type: Transform - pos: -49.5,2.5 + pos: -42.5,-7.5 parent: 2 - uid: 3874 components: - type: Transform - pos: -49.5,1.5 + pos: -42.5,-6.5 parent: 2 - uid: 3875 components: - type: Transform - pos: -49.5,0.5 + pos: -41.5,-6.5 parent: 2 - uid: 3876 components: - type: Transform - pos: -49.5,-0.5 + pos: -40.5,-6.5 parent: 2 - uid: 3877 components: - type: Transform - pos: -49.5,-1.5 + pos: -42.5,-5.5 parent: 2 - uid: 3878 components: - type: Transform - pos: -49.5,-2.5 + pos: -42.5,-4.5 parent: 2 - uid: 3879 components: - type: Transform - pos: -49.5,-3.5 + pos: -42.5,-3.5 parent: 2 - uid: 3880 components: - type: Transform - pos: -49.5,-5.5 + pos: -42.5,-2.5 parent: 2 - uid: 3881 components: - type: Transform - pos: -49.5,-6.5 + pos: -41.5,-3.5 parent: 2 - uid: 3882 components: - type: Transform - pos: -45.5,-12.5 + pos: -40.5,-3.5 parent: 2 - uid: 3883 components: - type: Transform - pos: -47.5,-2.5 + pos: -39.5,-3.5 parent: 2 - uid: 3884 components: - type: Transform - pos: -46.5,-2.5 + pos: -38.5,-3.5 parent: 2 - uid: 3885 components: - type: Transform - pos: -48.5,0.5 + pos: -37.5,-3.5 parent: 2 - uid: 3886 components: - type: Transform - pos: -47.5,0.5 + pos: -37.5,-2.5 parent: 2 - uid: 3887 components: - type: Transform - pos: -46.5,0.5 + pos: -36.5,-2.5 parent: 2 - uid: 3888 components: - type: Transform - pos: -51.5,-6.5 + pos: -35.5,-2.5 parent: 2 - uid: 3889 components: - type: Transform - pos: -52.5,-6.5 + pos: -35.5,-3.5 parent: 2 - uid: 3890 components: - type: Transform - pos: -54.5,-5.5 + pos: -35.5,-4.5 parent: 2 - uid: 3891 components: - type: Transform - pos: -53.5,-7.5 + pos: -34.5,-2.5 parent: 2 - uid: 3892 components: - type: Transform - pos: -53.5,-8.5 + pos: -33.5,-2.5 parent: 2 - uid: 3893 components: - type: Transform - pos: -53.5,-9.5 + pos: -32.5,-2.5 parent: 2 - uid: 3894 components: - type: Transform - pos: -53.5,-10.5 + pos: -32.5,-1.5 parent: 2 - uid: 3895 components: - type: Transform - pos: -42.5,-15.5 + pos: -32.5,-3.5 parent: 2 - uid: 3896 components: - type: Transform - pos: -41.5,-15.5 + pos: -32.5,-4.5 parent: 2 - uid: 3897 components: - type: Transform - pos: -40.5,-15.5 + pos: -32.5,-5.5 parent: 2 - uid: 3898 components: - type: Transform - pos: -39.5,-15.5 + pos: -32.5,-6.5 parent: 2 - uid: 3899 components: - type: Transform - pos: -38.5,-15.5 + pos: -32.5,-7.5 parent: 2 - uid: 3900 components: - type: Transform - pos: -37.5,-15.5 + pos: -32.5,-8.5 parent: 2 - uid: 3901 components: - type: Transform - pos: -49.5,-32.5 + pos: -32.5,-9.5 parent: 2 - uid: 3902 components: - type: Transform - pos: -50.5,-32.5 + pos: -32.5,-10.5 parent: 2 - uid: 3903 components: - type: Transform - pos: -51.5,-32.5 + pos: -32.5,-11.5 parent: 2 - uid: 3904 components: - type: Transform - pos: -51.5,-33.5 + pos: -32.5,-12.5 parent: 2 - uid: 3905 components: - type: Transform - pos: -51.5,-34.5 + pos: -43.5,3.5 parent: 2 - uid: 3906 components: - type: Transform - pos: -51.5,-35.5 + pos: -44.5,3.5 parent: 2 - uid: 3907 components: - type: Transform - pos: -51.5,-36.5 + pos: -47.5,3.5 parent: 2 - uid: 3908 components: - type: Transform - pos: -47.5,-39.5 + pos: -48.5,3.5 parent: 2 - uid: 3909 components: - type: Transform - pos: -46.5,-39.5 + pos: -49.5,3.5 parent: 2 - uid: 3910 components: - type: Transform - pos: -48.5,-32.5 + pos: -49.5,5.5 parent: 2 - uid: 3911 components: - type: Transform - pos: -45.5,-32.5 + pos: -49.5,2.5 parent: 2 - uid: 3912 components: - type: Transform - pos: -45.5,-33.5 + pos: -49.5,1.5 parent: 2 - uid: 3913 components: - type: Transform - pos: -48.5,-39.5 + pos: -49.5,0.5 parent: 2 - uid: 3914 components: - type: Transform - pos: -55.5,-28.5 + pos: -49.5,-0.5 parent: 2 - uid: 3915 components: - type: Transform - pos: -56.5,-28.5 + pos: -49.5,-1.5 parent: 2 - uid: 3916 components: - type: Transform - pos: -54.5,-28.5 + pos: -49.5,-2.5 parent: 2 - uid: 3917 components: - type: Transform - pos: -53.5,-28.5 + pos: -49.5,-3.5 parent: 2 - uid: 3918 components: - type: Transform - pos: -52.5,-28.5 + pos: -49.5,-5.5 parent: 2 - uid: 3919 components: - type: Transform - pos: -51.5,-28.5 + pos: -49.5,-6.5 parent: 2 - uid: 3920 components: - type: Transform - pos: -50.5,-28.5 + pos: -45.5,-12.5 parent: 2 - uid: 3921 components: - type: Transform - pos: -49.5,-28.5 + pos: -47.5,-2.5 parent: 2 - uid: 3922 components: - type: Transform - pos: -48.5,-28.5 + pos: -46.5,-2.5 parent: 2 - uid: 3923 components: - type: Transform - pos: -47.5,-28.5 + pos: -48.5,0.5 parent: 2 - uid: 3924 components: - type: Transform - pos: -46.5,-28.5 + pos: -47.5,0.5 parent: 2 - uid: 3925 components: - type: Transform - pos: -45.5,-28.5 + pos: -46.5,0.5 parent: 2 - uid: 3926 components: - type: Transform - pos: -44.5,-28.5 + pos: -51.5,-6.5 parent: 2 - uid: 3927 components: - type: Transform - pos: -40.5,-18.5 + pos: -52.5,-6.5 parent: 2 - uid: 3928 components: - type: Transform - pos: -41.5,-28.5 + pos: -54.5,-5.5 parent: 2 - uid: 3929 components: - type: Transform - pos: -41.5,-29.5 + pos: -53.5,-7.5 parent: 2 - uid: 3930 components: - type: Transform - pos: -44.5,-27.5 + pos: -53.5,-8.5 parent: 2 - uid: 3931 components: - type: Transform - pos: -44.5,-26.5 + pos: -53.5,-9.5 parent: 2 - uid: 3932 components: - type: Transform - pos: -54.5,-25.5 + pos: -53.5,-10.5 parent: 2 - uid: 3933 components: - type: Transform - pos: -53.5,-25.5 + pos: -42.5,-15.5 parent: 2 - uid: 3934 components: - type: Transform - pos: -52.5,-25.5 + pos: -41.5,-15.5 parent: 2 - uid: 3935 components: - type: Transform - pos: -51.5,-25.5 + pos: -40.5,-15.5 parent: 2 - uid: 3936 components: - type: Transform - pos: -50.5,-25.5 + pos: -39.5,-15.5 parent: 2 - uid: 3937 components: - type: Transform - pos: -49.5,-25.5 + pos: -38.5,-15.5 parent: 2 - uid: 3938 components: - type: Transform - pos: -48.5,-25.5 + pos: -37.5,-15.5 parent: 2 - uid: 3939 components: - type: Transform - pos: -48.5,-24.5 + pos: -49.5,-32.5 parent: 2 - uid: 3940 components: - type: Transform - pos: -48.5,-23.5 + pos: -50.5,-32.5 parent: 2 - uid: 3941 components: - type: Transform - pos: -48.5,-22.5 + pos: -51.5,-32.5 parent: 2 - uid: 3942 components: - type: Transform - pos: -48.5,-21.5 + pos: -51.5,-33.5 parent: 2 - uid: 3943 components: - type: Transform - pos: -48.5,-20.5 + pos: -51.5,-34.5 parent: 2 - uid: 3944 components: - type: Transform - pos: -48.5,-19.5 + pos: -51.5,-35.5 parent: 2 - uid: 3945 components: - type: Transform - pos: -47.5,-19.5 + pos: -51.5,-36.5 parent: 2 - uid: 3946 components: - type: Transform - pos: -46.5,-19.5 + pos: -47.5,-39.5 parent: 2 - uid: 3947 components: - type: Transform - pos: -45.5,-19.5 + pos: -46.5,-39.5 parent: 2 - uid: 3948 components: - type: Transform - pos: -45.5,-20.5 + pos: -48.5,-32.5 parent: 2 - uid: 3949 components: - type: Transform - pos: -45.5,-21.5 + pos: -45.5,-32.5 parent: 2 - uid: 3950 components: - type: Transform - pos: -45.5,-22.5 + pos: -45.5,-33.5 parent: 2 - uid: 3951 components: - type: Transform - pos: -45.5,-23.5 + pos: -48.5,-39.5 parent: 2 - uid: 3952 components: - type: Transform - pos: -45.5,-24.5 + pos: -55.5,-28.5 parent: 2 - uid: 3953 components: - type: Transform - pos: -45.5,-25.5 + pos: -56.5,-28.5 parent: 2 - uid: 3954 components: - type: Transform - pos: -46.5,-25.5 + pos: -54.5,-28.5 parent: 2 - uid: 3955 components: - type: Transform - pos: -47.5,-25.5 + pos: -53.5,-28.5 parent: 2 - uid: 3956 components: - type: Transform - pos: -52.5,-24.5 + pos: -52.5,-28.5 parent: 2 - uid: 3957 components: - type: Transform - pos: -52.5,-23.5 + pos: -51.5,-28.5 parent: 2 - uid: 3958 components: - type: Transform - pos: -52.5,-22.5 + pos: -50.5,-28.5 parent: 2 - uid: 3959 components: - type: Transform - pos: -52.5,-21.5 + pos: -49.5,-28.5 parent: 2 - uid: 3960 components: - type: Transform - pos: -52.5,-20.5 + pos: -48.5,-28.5 parent: 2 - uid: 3961 components: - type: Transform - pos: -52.5,-19.5 + pos: -47.5,-28.5 parent: 2 - uid: 3962 components: - type: Transform - pos: -52.5,-18.5 + pos: -46.5,-28.5 parent: 2 - uid: 3963 components: - type: Transform - pos: -53.5,-19.5 + pos: -45.5,-28.5 parent: 2 - uid: 3964 components: - type: Transform - pos: -54.5,-19.5 + pos: -44.5,-28.5 parent: 2 - uid: 3965 components: - type: Transform - pos: -50.5,-24.5 + pos: -40.5,-18.5 parent: 2 - uid: 3966 components: - type: Transform - pos: -41.5,-33.5 + pos: -41.5,-28.5 parent: 2 - uid: 3967 components: - type: Transform - pos: -41.5,-34.5 + pos: -41.5,-29.5 parent: 2 - uid: 3968 components: - type: Transform - pos: -41.5,-35.5 + pos: -44.5,-27.5 parent: 2 - uid: 3969 components: - type: Transform - pos: -41.5,-36.5 + pos: -44.5,-26.5 parent: 2 - uid: 3970 components: - type: Transform - pos: -41.5,-37.5 + pos: -54.5,-25.5 parent: 2 - uid: 3971 components: - type: Transform - pos: -43.5,-38.5 + pos: -53.5,-25.5 parent: 2 - uid: 3972 components: - type: Transform - pos: -42.5,-38.5 + pos: -52.5,-25.5 parent: 2 - uid: 3973 components: - type: Transform - pos: -41.5,-38.5 + pos: -51.5,-25.5 parent: 2 - uid: 3974 components: - type: Transform - pos: -40.5,-38.5 + pos: -50.5,-25.5 parent: 2 - uid: 3975 components: - type: Transform - pos: -39.5,-38.5 + pos: -49.5,-25.5 parent: 2 - uid: 3976 components: - type: Transform - pos: -38.5,-38.5 + pos: -48.5,-25.5 parent: 2 - uid: 3977 components: - type: Transform - pos: -37.5,-38.5 + pos: -48.5,-24.5 parent: 2 - uid: 3978 components: - type: Transform - pos: -36.5,-38.5 + pos: -48.5,-23.5 parent: 2 - uid: 3979 components: - type: Transform - pos: -35.5,-38.5 + pos: -48.5,-22.5 parent: 2 - uid: 3980 components: - type: Transform - pos: -34.5,-38.5 + pos: -48.5,-21.5 parent: 2 - uid: 3981 components: - type: Transform - pos: -43.5,-37.5 + pos: -48.5,-20.5 parent: 2 - uid: 3982 components: - type: Transform - pos: -44.5,-37.5 + pos: -48.5,-19.5 parent: 2 - uid: 3983 components: - type: Transform - pos: -45.5,-37.5 + pos: -47.5,-19.5 parent: 2 - uid: 3984 components: - type: Transform - pos: -39.5,-33.5 + pos: -46.5,-19.5 parent: 2 - uid: 3985 components: - type: Transform - pos: -38.5,-33.5 + pos: -45.5,-19.5 parent: 2 - uid: 3986 components: - type: Transform - pos: -37.5,-33.5 + pos: -45.5,-20.5 parent: 2 - uid: 3987 components: - type: Transform - pos: -36.5,-34.5 + pos: -45.5,-21.5 parent: 2 - uid: 3988 components: - type: Transform - pos: -36.5,-33.5 + pos: -45.5,-22.5 parent: 2 - uid: 3989 components: - type: Transform - pos: -36.5,-32.5 + pos: -45.5,-23.5 parent: 2 - uid: 3990 components: - type: Transform - pos: -36.5,-31.5 + pos: -45.5,-24.5 parent: 2 - uid: 3991 components: - type: Transform - pos: -36.5,-30.5 + pos: -45.5,-25.5 parent: 2 - uid: 3992 components: - type: Transform - pos: -36.5,-29.5 + pos: -46.5,-25.5 parent: 2 - uid: 3993 components: - type: Transform - pos: -35.5,-29.5 + pos: -47.5,-25.5 parent: 2 - uid: 3994 components: - type: Transform - pos: -41.5,-27.5 + pos: -52.5,-24.5 parent: 2 - uid: 3995 components: - type: Transform - pos: -41.5,-26.5 + pos: -52.5,-23.5 parent: 2 - uid: 3996 components: - type: Transform - pos: -41.5,-25.5 + pos: -52.5,-22.5 parent: 2 - uid: 3997 components: - type: Transform - pos: -41.5,-24.5 + pos: -52.5,-21.5 parent: 2 - uid: 3998 components: - type: Transform - pos: -41.5,-23.5 + pos: -52.5,-20.5 parent: 2 - uid: 3999 components: - type: Transform - pos: -41.5,-22.5 + pos: -52.5,-19.5 parent: 2 - uid: 4000 components: - type: Transform - pos: -41.5,-21.5 + pos: -52.5,-18.5 parent: 2 - uid: 4001 components: - type: Transform - pos: -41.5,-20.5 + pos: -53.5,-19.5 parent: 2 - uid: 4002 components: - type: Transform - pos: -41.5,-19.5 + pos: -54.5,-19.5 parent: 2 - uid: 4003 components: - type: Transform - pos: -41.5,-18.5 + pos: -50.5,-24.5 parent: 2 - uid: 4004 components: - type: Transform - pos: -41.5,-17.5 + pos: -41.5,-33.5 parent: 2 - uid: 4005 components: - type: Transform - pos: -40.5,-26.5 + pos: -41.5,-34.5 parent: 2 - uid: 4006 components: - type: Transform - pos: -39.5,-26.5 + pos: -41.5,-35.5 parent: 2 - uid: 4007 components: - type: Transform - pos: -38.5,-26.5 + pos: -41.5,-36.5 parent: 2 - uid: 4008 components: - type: Transform - pos: -37.5,-26.5 + pos: -41.5,-37.5 parent: 2 - uid: 4009 components: - type: Transform - pos: -36.5,-26.5 + pos: -43.5,-38.5 parent: 2 - uid: 4010 components: - type: Transform - pos: -35.5,-26.5 + pos: -42.5,-38.5 parent: 2 - uid: 4011 components: - type: Transform - pos: -34.5,-26.5 + pos: -41.5,-38.5 parent: 2 - uid: 4012 components: - type: Transform - pos: -40.5,-21.5 + pos: -40.5,-38.5 parent: 2 - uid: 4013 components: - type: Transform - pos: -39.5,-21.5 + pos: -39.5,-38.5 parent: 2 - uid: 4014 components: - type: Transform - pos: -38.5,-21.5 + pos: -38.5,-38.5 parent: 2 - uid: 4015 components: - type: Transform - pos: -37.5,-21.5 + pos: -37.5,-38.5 parent: 2 - uid: 4016 components: - type: Transform - pos: -36.5,-21.5 + pos: -36.5,-38.5 parent: 2 - uid: 4017 components: - type: Transform - pos: -35.5,-21.5 + pos: -35.5,-38.5 parent: 2 - uid: 4018 components: - type: Transform - pos: -39.5,-18.5 + pos: -34.5,-38.5 parent: 2 - uid: 4019 components: - type: Transform - pos: -67.5,-43.5 + pos: -43.5,-37.5 parent: 2 - uid: 4020 components: - type: Transform - pos: -66.5,-43.5 + pos: -44.5,-37.5 parent: 2 - uid: 4021 components: - type: Transform - pos: -65.5,-43.5 + pos: -45.5,-37.5 parent: 2 - uid: 4022 components: - type: Transform - pos: -64.5,-43.5 + pos: -39.5,-33.5 parent: 2 - uid: 4023 components: - type: Transform - pos: -63.5,-43.5 + pos: -38.5,-33.5 parent: 2 - uid: 4024 components: - type: Transform - pos: -62.5,-43.5 + pos: -37.5,-33.5 parent: 2 - uid: 4025 components: - type: Transform - pos: -61.5,-43.5 + pos: -36.5,-34.5 parent: 2 - uid: 4026 components: - type: Transform - pos: -60.5,-43.5 + pos: -36.5,-33.5 parent: 2 - uid: 4027 components: - type: Transform - pos: -59.5,-43.5 + pos: -36.5,-32.5 parent: 2 - uid: 4028 components: - type: Transform - pos: -58.5,-43.5 + pos: -36.5,-31.5 parent: 2 - uid: 4029 components: - type: Transform - pos: -57.5,-43.5 + pos: -36.5,-30.5 parent: 2 - uid: 4030 components: - type: Transform - pos: -56.5,-43.5 + pos: -36.5,-29.5 parent: 2 - uid: 4031 components: - type: Transform - pos: -55.5,-43.5 + pos: -35.5,-29.5 parent: 2 - uid: 4032 components: - type: Transform - pos: -54.5,-43.5 + pos: -41.5,-27.5 parent: 2 - uid: 4033 components: - type: Transform - pos: -53.5,-43.5 + pos: -41.5,-26.5 parent: 2 - uid: 4034 components: - type: Transform - pos: -52.5,-43.5 + pos: -41.5,-25.5 parent: 2 - uid: 4035 components: - type: Transform - pos: -51.5,-43.5 + pos: -41.5,-24.5 parent: 2 - uid: 4036 components: - type: Transform - pos: -60.5,-44.5 + pos: -41.5,-23.5 parent: 2 - uid: 4037 components: - type: Transform - pos: -60.5,-45.5 + pos: -41.5,-22.5 parent: 2 - uid: 4038 components: - type: Transform - pos: -65.5,-42.5 + pos: -41.5,-21.5 parent: 2 - uid: 4039 components: - type: Transform - pos: -65.5,-41.5 + pos: -41.5,-20.5 parent: 2 - uid: 4040 components: - type: Transform - pos: -65.5,-40.5 + pos: -41.5,-19.5 parent: 2 - uid: 4041 components: - type: Transform - pos: -65.5,-39.5 + pos: -41.5,-18.5 parent: 2 - uid: 4042 components: - type: Transform - pos: -65.5,-38.5 + pos: -41.5,-17.5 parent: 2 - uid: 4043 components: - type: Transform - pos: -65.5,-37.5 + pos: -40.5,-26.5 parent: 2 - uid: 4044 components: - type: Transform - pos: -64.5,-37.5 + pos: -39.5,-26.5 parent: 2 - uid: 4045 components: - type: Transform - pos: -66.5,-37.5 + pos: -38.5,-26.5 parent: 2 - uid: 4046 components: - type: Transform - pos: -67.5,-37.5 + pos: -37.5,-26.5 parent: 2 - uid: 4047 components: - type: Transform - pos: -68.5,-43.5 + pos: -36.5,-26.5 parent: 2 - uid: 4048 components: - type: Transform - pos: -76.5,-46.5 + pos: -35.5,-26.5 parent: 2 - uid: 4049 components: - type: Transform - pos: -76.5,-47.5 + pos: -34.5,-26.5 parent: 2 - uid: 4050 components: - type: Transform - pos: -76.5,-48.5 + pos: -40.5,-21.5 parent: 2 - uid: 4051 components: - type: Transform - pos: -76.5,-49.5 + pos: -39.5,-21.5 parent: 2 - uid: 4052 components: - type: Transform - pos: -75.5,-49.5 + pos: -38.5,-21.5 parent: 2 - uid: 4053 components: - type: Transform - pos: -74.5,-49.5 + pos: -37.5,-21.5 parent: 2 - uid: 4054 components: - type: Transform - pos: -73.5,-49.5 + pos: -36.5,-21.5 parent: 2 - uid: 4055 components: - type: Transform - pos: -72.5,-49.5 + pos: -35.5,-21.5 parent: 2 - uid: 4056 components: - type: Transform - pos: -71.5,-49.5 + pos: -39.5,-18.5 parent: 2 - uid: 4057 components: - type: Transform - pos: -70.5,-49.5 + pos: -67.5,-43.5 parent: 2 - uid: 4058 components: - type: Transform - pos: -75.5,-50.5 + pos: -66.5,-43.5 parent: 2 - uid: 4059 components: - type: Transform - pos: -75.5,-51.5 + pos: -65.5,-43.5 parent: 2 - uid: 4060 components: - type: Transform - pos: -75.5,-52.5 + pos: -64.5,-43.5 parent: 2 - uid: 4061 components: - type: Transform - pos: -71.5,-50.5 + pos: -63.5,-43.5 parent: 2 - uid: 4062 components: - type: Transform - pos: -71.5,-51.5 + pos: -62.5,-43.5 parent: 2 - uid: 4063 components: - type: Transform - pos: -71.5,-52.5 + pos: -61.5,-43.5 parent: 2 - uid: 4064 components: - type: Transform - pos: -77.5,-46.5 + pos: -60.5,-43.5 parent: 2 - uid: 4065 components: - type: Transform - pos: -78.5,-46.5 + pos: -59.5,-43.5 parent: 2 - uid: 4066 components: - type: Transform - pos: -79.5,-46.5 + pos: -58.5,-43.5 parent: 2 - uid: 4067 components: - type: Transform - pos: -80.5,-46.5 + pos: -57.5,-43.5 parent: 2 - uid: 4068 components: - type: Transform - pos: -80.5,-38.5 + pos: -56.5,-43.5 parent: 2 - uid: 4069 components: - type: Transform - pos: -79.5,-38.5 + pos: -55.5,-43.5 parent: 2 - uid: 4070 components: - type: Transform - pos: -78.5,-38.5 + pos: -54.5,-43.5 parent: 2 - uid: 4071 components: - type: Transform - pos: -77.5,-38.5 + pos: -53.5,-43.5 parent: 2 - uid: 4072 components: - type: Transform - pos: -76.5,-38.5 + pos: -52.5,-43.5 parent: 2 - uid: 4073 components: - type: Transform - pos: -75.5,-38.5 + pos: -51.5,-43.5 parent: 2 - uid: 4074 components: - type: Transform - pos: -75.5,-37.5 + pos: -60.5,-44.5 parent: 2 - uid: 4075 components: - type: Transform - pos: -75.5,-36.5 + pos: -60.5,-45.5 parent: 2 - uid: 4076 components: - type: Transform - pos: -75.5,-35.5 + pos: -65.5,-42.5 parent: 2 - uid: 4077 components: - type: Transform - pos: -74.5,-35.5 + pos: -65.5,-41.5 parent: 2 - uid: 4078 components: - type: Transform - pos: -73.5,-35.5 + pos: -65.5,-40.5 parent: 2 - uid: 4079 components: - type: Transform - pos: -72.5,-35.5 + pos: -65.5,-39.5 parent: 2 - uid: 4080 components: - type: Transform - pos: -71.5,-35.5 + pos: -65.5,-38.5 parent: 2 - uid: 4081 components: - type: Transform - pos: -71.5,-36.5 + pos: -65.5,-37.5 parent: 2 - uid: 4082 components: - type: Transform - pos: -71.5,-37.5 + pos: -64.5,-37.5 parent: 2 - uid: 4083 components: - type: Transform - pos: -71.5,-38.5 + pos: -66.5,-37.5 parent: 2 - uid: 4084 components: - type: Transform - pos: -71.5,-39.5 + pos: -67.5,-37.5 parent: 2 - uid: 4085 components: - type: Transform - pos: -71.5,-40.5 + pos: -68.5,-43.5 parent: 2 - uid: 4086 components: - type: Transform - pos: -71.5,-41.5 + pos: -76.5,-46.5 parent: 2 - uid: 4087 components: - type: Transform - pos: -71.5,-42.5 + pos: -76.5,-47.5 parent: 2 - uid: 4088 components: - type: Transform - pos: -71.5,-43.5 + pos: -76.5,-48.5 parent: 2 - uid: 4089 components: - type: Transform - pos: -71.5,-44.5 + pos: -76.5,-49.5 parent: 2 - uid: 4090 components: - type: Transform - pos: -72.5,-44.5 + pos: -75.5,-49.5 parent: 2 - uid: 4091 components: - type: Transform - pos: -73.5,-44.5 + pos: -74.5,-49.5 parent: 2 - uid: 4092 components: - type: Transform - pos: -74.5,-44.5 + pos: -73.5,-49.5 parent: 2 - uid: 4093 components: - type: Transform - pos: -75.5,-44.5 + pos: -72.5,-49.5 parent: 2 - uid: 4094 components: - type: Transform - pos: -75.5,-43.5 + pos: -71.5,-49.5 parent: 2 - uid: 4095 components: - type: Transform - pos: -75.5,-42.5 + pos: -70.5,-49.5 parent: 2 - uid: 4096 components: - type: Transform - pos: -75.5,-41.5 + pos: -75.5,-50.5 parent: 2 - uid: 4097 components: - type: Transform - pos: -75.5,-40.5 + pos: -75.5,-51.5 parent: 2 - uid: 4098 components: - type: Transform - pos: -75.5,-39.5 + pos: -75.5,-52.5 parent: 2 - uid: 4099 components: - type: Transform - pos: -59.5,-38.5 + pos: -71.5,-50.5 parent: 2 - uid: 4100 components: - type: Transform - pos: -59.5,-37.5 + pos: -71.5,-51.5 parent: 2 - uid: 4101 components: - type: Transform - pos: -59.5,-36.5 + pos: -71.5,-52.5 parent: 2 - uid: 4102 components: - type: Transform - pos: -59.5,-35.5 + pos: -77.5,-46.5 parent: 2 - uid: 4103 components: - type: Transform - pos: -59.5,-28.5 + pos: -78.5,-46.5 parent: 2 - uid: 4104 components: - type: Transform - pos: -59.5,-29.5 + pos: -79.5,-46.5 parent: 2 - uid: 4105 components: - type: Transform - pos: -59.5,-30.5 + pos: -80.5,-46.5 parent: 2 - uid: 4106 components: - type: Transform - pos: -59.5,-31.5 + pos: -80.5,-38.5 parent: 2 - uid: 4107 components: - type: Transform - pos: -59.5,-32.5 + pos: -79.5,-38.5 parent: 2 - uid: 4108 components: - type: Transform - pos: -59.5,-27.5 + pos: -78.5,-38.5 parent: 2 - uid: 4109 components: - type: Transform - pos: -59.5,-25.5 + pos: -77.5,-38.5 parent: 2 - uid: 4110 components: - type: Transform - pos: -53.5,-75.5 + pos: -76.5,-38.5 parent: 2 - uid: 4111 components: - type: Transform - pos: -65.5,-69.5 + pos: -75.5,-38.5 parent: 2 - uid: 4112 components: - type: Transform - pos: -50.5,-73.5 + pos: -75.5,-37.5 parent: 2 - uid: 4113 components: - type: Transform - pos: -48.5,-73.5 + pos: -75.5,-36.5 parent: 2 - uid: 4114 components: - type: Transform - pos: -49.5,-57.5 + pos: -75.5,-35.5 parent: 2 - uid: 4115 components: - type: Transform - pos: -49.5,-58.5 + pos: -74.5,-35.5 parent: 2 - uid: 4116 components: - type: Transform - pos: -48.5,-58.5 + pos: -73.5,-35.5 parent: 2 - uid: 4117 components: - type: Transform - pos: -47.5,-58.5 + pos: -72.5,-35.5 parent: 2 - uid: 4118 components: - type: Transform - pos: -47.5,-59.5 + pos: -71.5,-35.5 parent: 2 - uid: 4119 components: - type: Transform - pos: -47.5,-60.5 + pos: -71.5,-36.5 parent: 2 - uid: 4120 components: - type: Transform - pos: -47.5,-61.5 + pos: -71.5,-37.5 parent: 2 - uid: 4121 components: - type: Transform - pos: -50.5,-58.5 + pos: -71.5,-38.5 parent: 2 - uid: 4122 components: - type: Transform - pos: -51.5,-58.5 + pos: -71.5,-39.5 parent: 2 - uid: 4123 components: - type: Transform - pos: -51.5,-56.5 + pos: -71.5,-40.5 parent: 2 - uid: 4124 components: - type: Transform - pos: -51.5,-59.5 + pos: -71.5,-41.5 parent: 2 - uid: 4125 components: - type: Transform - pos: -51.5,-60.5 + pos: -71.5,-42.5 parent: 2 - uid: 4126 components: - type: Transform - pos: -51.5,-61.5 + pos: -71.5,-43.5 parent: 2 - uid: 4127 components: - type: Transform - pos: -51.5,-57.5 + pos: -71.5,-44.5 parent: 2 - uid: 4128 components: - type: Transform - pos: -52.5,-57.5 + pos: -72.5,-44.5 parent: 2 - uid: 4129 components: - type: Transform - pos: -53.5,-57.5 + pos: -73.5,-44.5 parent: 2 - uid: 4130 components: - type: Transform - pos: -54.5,-57.5 + pos: -74.5,-44.5 parent: 2 - uid: 4131 components: - type: Transform - pos: -55.5,-57.5 + pos: -75.5,-44.5 parent: 2 - uid: 4132 components: - type: Transform - pos: -56.5,-57.5 + pos: -75.5,-43.5 parent: 2 - uid: 4133 components: - type: Transform - pos: -57.5,-57.5 + pos: -75.5,-42.5 parent: 2 - uid: 4134 components: - type: Transform - pos: -58.5,-57.5 + pos: -75.5,-41.5 parent: 2 - uid: 4135 components: - type: Transform - pos: -59.5,-57.5 + pos: -75.5,-40.5 parent: 2 - uid: 4136 components: - type: Transform - pos: -51.5,-55.5 + pos: -75.5,-39.5 parent: 2 - uid: 4137 components: - type: Transform - pos: -50.5,-55.5 + pos: -59.5,-38.5 parent: 2 - uid: 4138 components: - type: Transform - pos: -49.5,-55.5 + pos: -59.5,-37.5 parent: 2 - uid: 4139 components: - type: Transform - pos: -48.5,-55.5 + pos: -59.5,-36.5 parent: 2 - uid: 4140 components: - type: Transform - pos: -49.5,-54.5 + pos: -59.5,-35.5 parent: 2 - uid: 4141 components: - type: Transform - pos: -49.5,-53.5 + pos: -59.5,-28.5 parent: 2 - uid: 4142 components: - type: Transform - pos: -49.5,-52.5 + pos: -59.5,-29.5 parent: 2 - uid: 4143 components: - type: Transform - pos: -50.5,-52.5 + pos: -59.5,-30.5 parent: 2 - uid: 4144 components: - type: Transform - pos: -51.5,-52.5 + pos: -59.5,-31.5 parent: 2 - uid: 4145 components: - type: Transform - pos: -52.5,-52.5 + pos: -59.5,-32.5 parent: 2 - uid: 4146 components: - type: Transform - pos: -53.5,-52.5 + pos: -59.5,-27.5 parent: 2 - uid: 4147 components: - type: Transform - pos: -54.5,-52.5 + pos: -59.5,-25.5 parent: 2 - uid: 4148 components: - type: Transform - pos: -51.5,-62.5 + pos: -53.5,-75.5 parent: 2 - uid: 4149 components: - type: Transform - pos: -51.5,-63.5 + pos: -65.5,-69.5 parent: 2 - uid: 4150 components: - type: Transform - pos: -51.5,-64.5 + pos: -50.5,-73.5 parent: 2 - uid: 4151 components: - type: Transform - pos: -51.5,-65.5 + pos: -48.5,-73.5 parent: 2 - uid: 4152 components: - type: Transform - pos: -50.5,-65.5 + pos: -49.5,-57.5 parent: 2 - uid: 4153 components: - type: Transform - pos: -49.5,-65.5 + pos: -49.5,-58.5 parent: 2 - uid: 4154 components: - type: Transform - pos: -48.5,-65.5 + pos: -48.5,-58.5 parent: 2 - uid: 4155 components: - type: Transform - pos: -47.5,-65.5 + pos: -47.5,-58.5 parent: 2 - uid: 4156 components: - type: Transform - pos: -52.5,-65.5 + pos: -47.5,-59.5 parent: 2 - uid: 4157 components: - type: Transform - pos: -53.5,-65.5 + pos: -47.5,-60.5 parent: 2 - uid: 4158 components: - type: Transform - pos: -54.5,-65.5 + pos: -47.5,-61.5 parent: 2 - uid: 4159 components: - type: Transform - pos: -55.5,-65.5 + pos: -50.5,-58.5 parent: 2 - uid: 4160 components: - type: Transform - pos: -65.5,-63.5 + pos: -51.5,-58.5 parent: 2 - uid: 4161 components: - type: Transform - pos: -65.5,-64.5 + pos: -51.5,-56.5 parent: 2 - uid: 4162 components: - type: Transform - pos: -60.5,-65.5 + pos: -51.5,-59.5 parent: 2 - uid: 4163 components: - type: Transform - pos: -61.5,-65.5 + pos: -51.5,-60.5 parent: 2 - uid: 4164 components: - type: Transform - pos: -62.5,-65.5 + pos: -51.5,-61.5 parent: 2 - uid: 4165 components: - type: Transform - pos: -63.5,-65.5 + pos: -51.5,-57.5 parent: 2 - uid: 4166 components: - type: Transform - pos: -64.5,-65.5 + pos: -52.5,-57.5 parent: 2 - uid: 4167 components: - type: Transform - pos: -65.5,-65.5 + pos: -53.5,-57.5 parent: 2 - uid: 4168 components: - type: Transform - pos: -66.5,-65.5 + pos: -54.5,-57.5 parent: 2 - uid: 4169 components: - type: Transform - pos: -67.5,-65.5 + pos: -55.5,-57.5 parent: 2 - uid: 4170 components: - type: Transform - pos: -68.5,-65.5 + pos: -56.5,-57.5 parent: 2 - uid: 4171 components: - type: Transform - pos: -69.5,-65.5 + pos: -57.5,-57.5 parent: 2 - uid: 4172 components: - type: Transform - pos: -70.5,-65.5 + pos: -58.5,-57.5 parent: 2 - uid: 4173 components: - type: Transform - pos: -70.5,-64.5 + pos: -59.5,-57.5 parent: 2 - uid: 4174 components: - type: Transform - pos: -70.5,-63.5 + pos: -51.5,-55.5 parent: 2 - uid: 4175 components: - type: Transform - pos: -70.5,-62.5 + pos: -50.5,-55.5 parent: 2 - uid: 4176 components: - type: Transform - pos: -71.5,-62.5 + pos: -49.5,-55.5 parent: 2 - uid: 4177 components: - type: Transform - pos: -72.5,-62.5 + pos: -48.5,-55.5 parent: 2 - uid: 4178 components: - type: Transform - pos: -73.5,-62.5 + pos: -49.5,-54.5 parent: 2 - uid: 4179 components: - type: Transform - pos: -74.5,-62.5 + pos: -49.5,-53.5 parent: 2 - uid: 4180 components: - type: Transform - pos: -74.5,-67.5 + pos: -49.5,-52.5 parent: 2 - uid: 4181 components: - type: Transform - pos: -74.5,-65.5 + pos: -50.5,-52.5 parent: 2 - uid: 4182 components: - type: Transform - pos: -76.5,-62.5 + pos: -51.5,-52.5 parent: 2 - uid: 4183 components: - type: Transform - pos: -75.5,-62.5 + pos: -52.5,-52.5 parent: 2 - uid: 4184 components: - type: Transform - pos: -76.5,-65.5 + pos: -53.5,-52.5 parent: 2 - uid: 4185 components: - type: Transform - pos: -76.5,-63.5 + pos: -54.5,-52.5 parent: 2 - uid: 4186 components: - type: Transform - pos: -76.5,-64.5 + pos: -51.5,-62.5 parent: 2 - uid: 4187 components: - type: Transform - pos: -76.5,-68.5 + pos: -51.5,-63.5 parent: 2 - uid: 4188 components: - type: Transform - pos: -75.5,-68.5 + pos: -51.5,-64.5 parent: 2 - uid: 4189 components: - type: Transform - pos: -74.5,-68.5 + pos: -51.5,-65.5 parent: 2 - uid: 4190 components: - type: Transform - pos: -73.5,-68.5 + pos: -50.5,-65.5 parent: 2 - uid: 4191 components: - type: Transform - pos: -72.5,-68.5 + pos: -49.5,-65.5 parent: 2 - uid: 4192 components: - type: Transform - pos: -71.5,-68.5 + pos: -48.5,-65.5 parent: 2 - uid: 4193 components: - type: Transform - pos: -70.5,-68.5 + pos: -47.5,-65.5 parent: 2 - uid: 4194 components: - type: Transform - pos: -70.5,-67.5 + pos: -52.5,-65.5 parent: 2 - uid: 4195 components: - type: Transform - pos: -70.5,-66.5 + pos: -53.5,-65.5 parent: 2 - uid: 4196 components: - type: Transform - pos: -59.5,-65.5 + pos: -54.5,-65.5 parent: 2 - uid: 4197 components: - type: Transform - pos: -58.5,-65.5 + pos: -55.5,-65.5 parent: 2 - uid: 4198 components: - type: Transform - pos: -58.5,-66.5 + pos: -65.5,-63.5 parent: 2 - uid: 4199 components: - type: Transform - pos: -58.5,-67.5 + pos: -65.5,-64.5 parent: 2 - uid: 4200 components: - type: Transform - pos: -58.5,-68.5 + pos: -60.5,-65.5 parent: 2 - uid: 4201 components: - type: Transform - pos: -58.5,-69.5 + pos: -61.5,-65.5 parent: 2 - uid: 4202 components: - type: Transform - pos: -57.5,-65.5 + pos: -62.5,-65.5 parent: 2 - uid: 4203 components: - type: Transform - pos: -57.5,-60.5 + pos: -63.5,-65.5 parent: 2 - uid: 4204 components: - type: Transform - pos: -58.5,-60.5 + pos: -64.5,-65.5 parent: 2 - uid: 4205 components: - type: Transform - pos: -59.5,-60.5 + pos: -65.5,-65.5 parent: 2 - uid: 4206 components: - type: Transform - pos: -60.5,-60.5 + pos: -66.5,-65.5 parent: 2 - uid: 4207 components: - type: Transform - pos: -61.5,-60.5 + pos: -67.5,-65.5 parent: 2 - uid: 4208 components: - type: Transform - pos: -62.5,-60.5 + pos: -68.5,-65.5 parent: 2 - uid: 4209 components: - type: Transform - pos: -63.5,-60.5 + pos: -69.5,-65.5 parent: 2 - uid: 4210 components: - type: Transform - pos: -64.5,-60.5 + pos: -70.5,-65.5 parent: 2 - uid: 4211 components: - type: Transform - pos: -64.5,-59.5 + pos: -70.5,-64.5 parent: 2 - uid: 4212 components: - type: Transform - pos: -45.5,-82.5 + pos: -70.5,-63.5 parent: 2 - uid: 4213 components: - type: Transform - pos: -46.5,-82.5 + pos: -70.5,-62.5 parent: 2 - uid: 4214 components: - type: Transform - pos: -46.5,-81.5 + pos: -71.5,-62.5 parent: 2 - uid: 4215 components: - type: Transform - pos: -46.5,-80.5 + pos: -72.5,-62.5 parent: 2 - uid: 4216 components: - type: Transform - pos: -46.5,-79.5 + pos: -73.5,-62.5 parent: 2 - uid: 4217 components: - type: Transform - pos: -46.5,-78.5 + pos: -74.5,-62.5 parent: 2 - uid: 4218 components: - type: Transform - pos: -47.5,-78.5 + pos: -74.5,-67.5 parent: 2 - uid: 4219 components: - type: Transform - pos: -48.5,-78.5 + pos: -74.5,-65.5 parent: 2 - uid: 4220 components: - type: Transform - pos: -49.5,-78.5 + pos: -76.5,-62.5 parent: 2 - uid: 4221 components: - type: Transform - pos: -50.5,-78.5 + pos: -75.5,-62.5 parent: 2 - uid: 4222 components: - type: Transform - pos: -51.5,-78.5 + pos: -76.5,-65.5 parent: 2 - uid: 4223 components: - type: Transform - pos: -52.5,-78.5 + pos: -76.5,-63.5 parent: 2 - uid: 4224 components: - type: Transform - pos: -53.5,-78.5 + pos: -76.5,-64.5 parent: 2 - uid: 4225 components: - type: Transform - pos: -53.5,-77.5 + pos: -76.5,-68.5 parent: 2 - uid: 4226 components: - type: Transform - pos: -54.5,-77.5 + pos: -75.5,-68.5 parent: 2 - uid: 4227 components: - type: Transform - pos: -55.5,-77.5 + pos: -74.5,-68.5 parent: 2 - uid: 4228 components: - type: Transform - pos: -56.5,-77.5 + pos: -73.5,-68.5 parent: 2 - uid: 4229 components: - type: Transform - pos: -53.5,-79.5 + pos: -72.5,-68.5 parent: 2 - uid: 4230 components: - type: Transform - pos: -53.5,-80.5 + pos: -71.5,-68.5 parent: 2 - uid: 4231 components: - type: Transform - pos: -53.5,-81.5 + pos: -70.5,-68.5 parent: 2 - uid: 4232 components: - type: Transform - pos: -53.5,-82.5 + pos: -70.5,-67.5 parent: 2 - uid: 4233 components: - type: Transform - pos: -53.5,-83.5 + pos: -70.5,-66.5 parent: 2 - uid: 4234 components: - type: Transform - pos: -53.5,-84.5 + pos: -59.5,-65.5 parent: 2 - uid: 4235 components: - type: Transform - pos: -53.5,-85.5 + pos: -58.5,-65.5 parent: 2 - uid: 4236 components: - type: Transform - pos: -47.5,-82.5 + pos: -58.5,-66.5 parent: 2 - uid: 4237 components: - type: Transform - pos: -48.5,-82.5 + pos: -58.5,-67.5 parent: 2 - uid: 4238 components: - type: Transform - pos: -49.5,-82.5 + pos: -58.5,-68.5 parent: 2 - uid: 4239 components: - type: Transform - pos: -50.5,-82.5 + pos: -58.5,-69.5 parent: 2 - uid: 4240 components: - type: Transform - pos: -47.5,-83.5 + pos: -57.5,-65.5 parent: 2 - uid: 4241 components: - type: Transform - pos: -47.5,-84.5 + pos: -57.5,-60.5 parent: 2 - uid: 4242 components: - type: Transform - pos: -48.5,-84.5 + pos: -58.5,-60.5 parent: 2 - uid: 4243 components: - type: Transform - pos: -49.5,-84.5 + pos: -59.5,-60.5 parent: 2 - uid: 4244 components: - type: Transform - pos: -50.5,-84.5 + pos: -60.5,-60.5 parent: 2 - uid: 4245 components: - type: Transform - pos: -43.5,-79.5 + pos: -61.5,-60.5 parent: 2 - uid: 4246 components: - type: Transform - pos: -43.5,-78.5 + pos: -62.5,-60.5 parent: 2 - uid: 4247 components: - type: Transform - pos: -43.5,-80.5 + pos: -63.5,-60.5 parent: 2 - uid: 4248 components: - type: Transform - pos: -42.5,-80.5 + pos: -64.5,-60.5 parent: 2 - uid: 4249 components: - type: Transform - pos: -41.5,-80.5 + pos: -64.5,-59.5 parent: 2 - uid: 4250 components: - type: Transform - pos: -41.5,-81.5 + pos: -45.5,-82.5 parent: 2 - uid: 4251 components: - type: Transform - pos: -41.5,-82.5 + pos: -46.5,-82.5 parent: 2 - uid: 4252 components: - type: Transform - pos: -41.5,-83.5 + pos: -46.5,-81.5 parent: 2 - uid: 4253 components: - type: Transform - pos: -41.5,-84.5 + pos: -46.5,-80.5 parent: 2 - uid: 4254 components: - type: Transform - pos: -41.5,-85.5 + pos: -46.5,-79.5 parent: 2 - uid: 4255 components: - type: Transform - pos: -42.5,-85.5 + pos: -46.5,-78.5 parent: 2 - uid: 4256 components: - type: Transform - pos: -43.5,-85.5 + pos: -47.5,-78.5 parent: 2 - uid: 4257 components: - type: Transform - pos: -44.5,-85.5 + pos: -48.5,-78.5 parent: 2 - uid: 4258 components: - type: Transform - pos: -44.5,-86.5 + pos: -49.5,-78.5 parent: 2 - uid: 4259 components: - type: Transform - pos: -44.5,-87.5 + pos: -50.5,-78.5 parent: 2 - uid: 4260 components: - type: Transform - pos: -44.5,-88.5 + pos: -51.5,-78.5 parent: 2 - uid: 4261 components: - type: Transform - pos: -43.5,-77.5 + pos: -52.5,-78.5 parent: 2 - uid: 4262 components: - type: Transform - pos: -43.5,-76.5 + pos: -53.5,-78.5 parent: 2 - uid: 4263 components: - type: Transform - pos: -43.5,-75.5 + pos: -53.5,-77.5 parent: 2 - uid: 4264 components: - type: Transform - pos: -43.5,-74.5 + pos: -54.5,-77.5 parent: 2 - uid: 4265 components: - type: Transform - pos: -43.5,-73.5 + pos: -55.5,-77.5 parent: 2 - uid: 4266 components: - type: Transform - pos: -43.5,-72.5 + pos: -56.5,-77.5 parent: 2 - uid: 4267 components: - type: Transform - pos: -43.5,-71.5 + pos: -53.5,-79.5 parent: 2 - uid: 4268 components: - type: Transform - pos: -42.5,-71.5 + pos: -53.5,-80.5 parent: 2 - uid: 4269 components: - type: Transform - pos: -41.5,-71.5 + pos: -53.5,-81.5 parent: 2 - uid: 4270 components: - type: Transform - pos: -40.5,-85.5 + pos: -53.5,-82.5 parent: 2 - uid: 4271 components: - type: Transform - pos: -39.5,-85.5 + pos: -53.5,-83.5 parent: 2 - uid: 4272 components: - type: Transform - pos: -38.5,-85.5 + pos: -53.5,-84.5 parent: 2 - uid: 4273 components: - type: Transform - pos: -38.5,-86.5 + pos: -53.5,-85.5 parent: 2 - uid: 4274 components: - type: Transform - pos: -38.5,-87.5 + pos: -47.5,-82.5 parent: 2 - uid: 4275 components: - type: Transform - pos: -38.5,-88.5 + pos: -48.5,-82.5 parent: 2 - uid: 4276 components: - type: Transform - pos: -39.5,-88.5 + pos: -49.5,-82.5 parent: 2 - uid: 4277 components: - type: Transform - pos: -40.5,-88.5 + pos: -50.5,-82.5 parent: 2 - uid: 4278 components: - type: Transform - pos: -41.5,-88.5 + pos: -47.5,-83.5 parent: 2 - uid: 4279 components: - type: Transform - pos: -35.5,-73.5 + pos: -47.5,-84.5 parent: 2 - uid: 4280 components: - type: Transform - pos: -36.5,-73.5 + pos: -48.5,-84.5 parent: 2 - uid: 4281 components: - type: Transform - pos: -37.5,-73.5 + pos: -49.5,-84.5 parent: 2 - uid: 4282 components: - type: Transform - pos: -38.5,-73.5 + pos: -50.5,-84.5 parent: 2 - uid: 4283 components: - type: Transform - pos: -39.5,-73.5 + pos: -43.5,-79.5 parent: 2 - uid: 4284 components: - type: Transform - pos: -37.5,-72.5 + pos: -43.5,-78.5 parent: 2 - uid: 4285 components: - type: Transform - pos: -36.5,-68.5 + pos: -43.5,-80.5 parent: 2 - uid: 4286 components: - type: Transform - pos: -35.5,-68.5 + pos: -42.5,-80.5 parent: 2 - uid: 4287 components: - type: Transform - pos: -34.5,-68.5 + pos: -41.5,-80.5 parent: 2 - uid: 4288 components: - type: Transform - pos: -37.5,-68.5 + pos: -41.5,-81.5 parent: 2 - uid: 4289 components: - type: Transform - pos: -37.5,-69.5 + pos: -41.5,-82.5 parent: 2 - uid: 4290 components: - type: Transform - pos: -37.5,-70.5 + pos: -41.5,-83.5 parent: 2 - uid: 4291 components: - type: Transform - pos: -36.5,-70.5 + pos: -41.5,-84.5 parent: 2 - uid: 4292 components: - type: Transform - pos: -38.5,-69.5 + pos: -41.5,-85.5 parent: 2 - uid: 4293 components: - type: Transform - pos: -39.5,-69.5 + pos: -42.5,-85.5 parent: 2 - uid: 4294 components: - type: Transform - pos: -40.5,-69.5 + pos: -43.5,-85.5 parent: 2 - uid: 4295 components: - type: Transform - pos: -43.5,-70.5 + pos: -44.5,-85.5 parent: 2 - uid: 4296 components: - type: Transform - pos: -43.5,-69.5 + pos: -44.5,-86.5 parent: 2 - uid: 4297 components: - type: Transform - pos: -43.5,-68.5 + pos: -44.5,-87.5 parent: 2 - uid: 4298 components: - type: Transform - pos: -43.5,-67.5 + pos: -44.5,-88.5 parent: 2 - uid: 4299 components: - type: Transform - pos: -43.5,-66.5 + pos: -43.5,-77.5 parent: 2 - uid: 4300 components: - type: Transform - pos: -33.5,-62.5 + pos: -43.5,-76.5 parent: 2 - uid: 4301 components: - type: Transform - pos: -34.5,-62.5 + pos: -43.5,-75.5 parent: 2 - uid: 4302 components: - type: Transform - pos: -35.5,-62.5 + pos: -43.5,-74.5 parent: 2 - uid: 4303 components: - type: Transform - pos: -36.5,-62.5 + pos: -43.5,-73.5 parent: 2 - uid: 4304 components: - type: Transform - pos: -37.5,-62.5 + pos: -43.5,-72.5 parent: 2 - uid: 4305 components: - type: Transform - pos: -38.5,-62.5 + pos: -43.5,-71.5 parent: 2 - uid: 4306 components: - type: Transform - pos: -39.5,-62.5 + pos: -42.5,-71.5 parent: 2 - uid: 4307 components: - type: Transform - pos: -39.5,-63.5 + pos: -41.5,-71.5 parent: 2 - uid: 4308 components: - type: Transform - pos: -39.5,-64.5 + pos: -40.5,-85.5 parent: 2 - uid: 4309 components: - type: Transform - pos: -38.5,-64.5 + pos: -39.5,-85.5 parent: 2 - uid: 4310 components: - type: Transform - pos: -37.5,-64.5 + pos: -38.5,-85.5 parent: 2 - uid: 4311 components: - type: Transform - pos: -36.5,-64.5 + pos: -38.5,-86.5 parent: 2 - uid: 4312 components: - type: Transform - pos: -35.5,-64.5 + pos: -38.5,-87.5 parent: 2 - uid: 4313 components: - type: Transform - pos: -34.5,-64.5 + pos: -38.5,-88.5 parent: 2 - uid: 4314 components: - type: Transform - pos: -33.5,-64.5 + pos: -39.5,-88.5 parent: 2 - uid: 4315 components: - type: Transform - pos: -32.5,-64.5 + pos: -40.5,-88.5 parent: 2 - uid: 4316 components: - type: Transform - pos: -32.5,-63.5 + pos: -41.5,-88.5 parent: 2 - uid: 4317 components: - type: Transform - pos: -32.5,-62.5 + pos: -35.5,-73.5 parent: 2 - uid: 4318 components: - type: Transform - pos: -32.5,-61.5 + pos: -36.5,-73.5 parent: 2 - uid: 4319 components: - type: Transform - pos: -32.5,-60.5 + pos: -37.5,-73.5 parent: 2 - uid: 4320 components: - type: Transform - pos: -32.5,-59.5 + pos: -38.5,-73.5 parent: 2 - uid: 4321 components: - type: Transform - pos: -32.5,-58.5 + pos: -39.5,-73.5 parent: 2 - uid: 4322 components: - type: Transform - pos: -32.5,-57.5 + pos: -37.5,-72.5 parent: 2 - uid: 4323 components: - type: Transform - pos: -31.5,-64.5 + pos: -36.5,-68.5 parent: 2 - uid: 4324 components: - type: Transform - pos: -31.5,-65.5 + pos: -35.5,-68.5 parent: 2 - uid: 4325 components: - type: Transform - pos: -31.5,-66.5 + pos: -34.5,-68.5 parent: 2 - uid: 4326 components: - type: Transform - pos: -31.5,-67.5 + pos: -37.5,-68.5 parent: 2 - uid: 4327 components: - type: Transform - pos: -31.5,-68.5 + pos: -37.5,-69.5 parent: 2 - uid: 4328 components: - type: Transform - pos: -31.5,-69.5 + pos: -37.5,-70.5 parent: 2 - uid: 4329 components: - type: Transform - pos: -31.5,-70.5 + pos: -36.5,-70.5 parent: 2 - uid: 4330 components: - type: Transform - pos: -26.5,-74.5 + pos: -38.5,-69.5 parent: 2 - uid: 4331 components: - type: Transform - pos: -27.5,-74.5 + pos: -39.5,-69.5 parent: 2 - uid: 4332 components: - type: Transform - pos: -28.5,-73.5 + pos: -40.5,-69.5 parent: 2 - uid: 4333 components: - type: Transform - pos: -28.5,-74.5 + pos: -43.5,-70.5 parent: 2 - uid: 4334 components: - type: Transform - pos: -28.5,-75.5 + pos: -43.5,-69.5 parent: 2 - uid: 4335 components: - type: Transform - pos: -28.5,-76.5 + pos: -43.5,-68.5 parent: 2 - uid: 4336 components: - type: Transform - pos: -28.5,-77.5 + pos: -43.5,-67.5 parent: 2 - uid: 4337 components: - type: Transform - pos: -29.5,-77.5 + pos: -43.5,-66.5 parent: 2 - uid: 4338 components: - type: Transform - pos: -30.5,-77.5 + pos: -33.5,-62.5 parent: 2 - uid: 4339 components: - type: Transform - pos: -31.5,-77.5 + pos: -34.5,-62.5 parent: 2 - uid: 4340 components: - type: Transform - pos: -32.5,-77.5 + pos: -35.5,-62.5 parent: 2 - uid: 4341 components: - type: Transform - pos: -32.5,-76.5 + pos: -36.5,-62.5 parent: 2 - uid: 4342 components: - type: Transform - pos: -32.5,-75.5 + pos: -37.5,-62.5 parent: 2 - uid: 4343 components: - type: Transform - pos: -32.5,-74.5 + pos: -38.5,-62.5 parent: 2 - uid: 4344 components: - type: Transform - pos: -32.5,-73.5 + pos: -39.5,-62.5 parent: 2 - uid: 4345 components: - type: Transform - pos: -32.5,-72.5 + pos: -39.5,-63.5 parent: 2 - uid: 4346 components: - type: Transform - pos: -33.5,-76.5 + pos: -39.5,-64.5 parent: 2 - uid: 4347 components: - type: Transform - pos: -34.5,-76.5 + pos: -38.5,-64.5 parent: 2 - uid: 4348 components: - type: Transform - pos: -35.5,-76.5 + pos: -37.5,-64.5 parent: 2 - uid: 4349 components: - type: Transform - pos: -36.5,-76.5 + pos: -36.5,-64.5 parent: 2 - uid: 4350 components: - type: Transform - pos: -37.5,-76.5 + pos: -35.5,-64.5 parent: 2 - uid: 4351 components: - type: Transform - pos: -38.5,-76.5 + pos: -34.5,-64.5 parent: 2 - uid: 4352 components: - type: Transform - pos: -38.5,-77.5 + pos: -33.5,-64.5 parent: 2 - uid: 4353 components: - type: Transform - pos: -38.5,-78.5 + pos: -32.5,-64.5 parent: 2 - uid: 4354 components: - type: Transform - pos: -38.5,-79.5 + pos: -32.5,-63.5 parent: 2 - uid: 4355 components: - type: Transform - pos: -38.5,-80.5 + pos: -32.5,-62.5 parent: 2 - uid: 4356 components: - type: Transform - pos: -38.5,-81.5 + pos: -32.5,-61.5 parent: 2 - uid: 4357 components: - type: Transform - pos: -38.5,-82.5 + pos: -32.5,-60.5 parent: 2 - uid: 4358 components: - type: Transform - pos: -35.5,-58.5 + pos: -32.5,-59.5 parent: 2 - uid: 4359 components: - type: Transform - pos: -36.5,-58.5 + pos: -32.5,-58.5 parent: 2 - uid: 4360 components: - type: Transform - pos: -37.5,-58.5 + pos: -32.5,-57.5 parent: 2 - uid: 4361 components: - type: Transform - pos: -38.5,-58.5 + pos: -31.5,-64.5 parent: 2 - uid: 4362 components: - type: Transform - pos: -39.5,-58.5 + pos: -31.5,-65.5 parent: 2 - uid: 4363 components: - type: Transform - pos: -40.5,-58.5 + pos: -31.5,-66.5 parent: 2 - uid: 4364 components: - type: Transform - pos: -41.5,-58.5 + pos: -31.5,-67.5 parent: 2 - uid: 4365 components: - type: Transform - pos: -42.5,-58.5 + pos: -31.5,-68.5 parent: 2 - uid: 4366 components: - type: Transform - pos: -43.5,-52.5 + pos: -31.5,-69.5 parent: 2 - uid: 4367 components: - type: Transform - pos: -43.5,-53.5 + pos: -31.5,-70.5 parent: 2 - uid: 4368 components: - type: Transform - pos: -43.5,-54.5 + pos: -26.5,-74.5 parent: 2 - uid: 4369 components: - type: Transform - pos: -43.5,-55.5 + pos: -27.5,-74.5 parent: 2 - uid: 4370 components: - type: Transform - pos: -43.5,-56.5 + pos: -28.5,-73.5 parent: 2 - uid: 4371 components: - type: Transform - pos: -43.5,-57.5 + pos: -28.5,-74.5 parent: 2 - uid: 4372 components: - type: Transform - pos: -43.5,-58.5 + pos: -28.5,-75.5 parent: 2 - uid: 4373 components: - type: Transform - pos: -43.5,-59.5 + pos: -28.5,-76.5 parent: 2 - uid: 4374 components: - type: Transform - pos: -43.5,-60.5 + pos: -28.5,-77.5 parent: 2 - uid: 4375 components: - type: Transform - pos: -43.5,-61.5 + pos: -29.5,-77.5 parent: 2 - uid: 4376 components: - type: Transform - pos: -43.5,-62.5 + pos: -30.5,-77.5 parent: 2 - uid: 4377 components: - type: Transform - pos: -43.5,-63.5 + pos: -31.5,-77.5 parent: 2 - uid: 4378 components: - type: Transform - pos: -43.5,-64.5 + pos: -32.5,-77.5 parent: 2 - uid: 4379 components: - type: Transform - pos: -40.5,-57.5 + pos: -32.5,-76.5 parent: 2 - uid: 4380 components: - type: Transform - pos: -40.5,-56.5 + pos: -32.5,-75.5 parent: 2 - uid: 4381 components: - type: Transform - pos: -37.5,-56.5 + pos: -32.5,-74.5 parent: 2 - uid: 4382 components: - type: Transform - pos: -37.5,-55.5 + pos: -32.5,-73.5 parent: 2 - uid: 4383 components: - type: Transform - pos: -37.5,-54.5 + pos: -32.5,-72.5 parent: 2 - uid: 4384 components: - type: Transform - pos: -37.5,-53.5 + pos: -33.5,-76.5 parent: 2 - uid: 4385 components: - type: Transform - pos: -37.5,-52.5 + pos: -34.5,-76.5 parent: 2 - uid: 4386 components: - type: Transform - pos: -36.5,-52.5 + pos: -35.5,-76.5 parent: 2 - uid: 4387 components: - type: Transform - pos: -35.5,-52.5 + pos: -36.5,-76.5 parent: 2 - uid: 4388 components: - type: Transform - pos: -34.5,-52.5 + pos: -37.5,-76.5 parent: 2 - uid: 4389 components: - type: Transform - pos: -38.5,-52.5 + pos: -38.5,-76.5 parent: 2 - uid: 4390 components: - type: Transform - pos: -39.5,-52.5 + pos: -38.5,-77.5 parent: 2 - uid: 4391 components: - type: Transform - pos: -40.5,-52.5 + pos: -38.5,-78.5 parent: 2 - uid: 4392 components: - type: Transform - pos: -37.5,-51.5 + pos: -38.5,-79.5 parent: 2 - uid: 4393 components: - type: Transform - pos: -37.5,-50.5 + pos: -38.5,-80.5 parent: 2 - uid: 4394 components: - type: Transform - pos: -37.5,-49.5 + pos: -38.5,-81.5 parent: 2 - uid: 4395 components: - type: Transform - pos: -37.5,-48.5 + pos: -38.5,-82.5 parent: 2 - uid: 4396 components: - type: Transform - pos: -37.5,-47.5 + pos: -35.5,-58.5 parent: 2 - uid: 4397 components: - type: Transform - pos: -36.5,-47.5 + pos: -36.5,-58.5 parent: 2 - uid: 4398 components: - type: Transform - pos: -35.5,-47.5 + pos: -37.5,-58.5 parent: 2 - uid: 4399 components: - type: Transform - pos: -34.5,-47.5 + pos: -38.5,-58.5 parent: 2 - uid: 4400 components: - type: Transform - pos: -38.5,-47.5 + pos: -39.5,-58.5 parent: 2 - uid: 4401 components: - type: Transform - pos: -39.5,-47.5 + pos: -40.5,-58.5 parent: 2 - uid: 4402 components: - type: Transform - pos: -40.5,-47.5 + pos: -41.5,-58.5 parent: 2 - uid: 4403 components: - type: Transform - pos: -47.5,-51.5 + pos: -42.5,-58.5 parent: 2 - uid: 4404 components: - type: Transform - pos: -47.5,-50.5 + pos: -43.5,-52.5 parent: 2 - uid: 4405 components: - type: Transform - pos: -47.5,-49.5 + pos: -43.5,-53.5 parent: 2 - uid: 4406 components: - type: Transform - pos: -47.5,-48.5 + pos: -43.5,-54.5 parent: 2 - uid: 4407 components: - type: Transform - pos: -47.5,-47.5 + pos: -43.5,-55.5 parent: 2 - uid: 4408 components: - type: Transform - pos: -48.5,-47.5 + pos: -43.5,-56.5 parent: 2 - uid: 4409 components: - type: Transform - pos: -49.5,-47.5 + pos: -43.5,-57.5 parent: 2 - uid: 4410 components: - type: Transform - pos: -46.5,-51.5 + pos: -43.5,-58.5 parent: 2 - uid: 4411 components: - type: Transform - pos: -45.5,-51.5 + pos: -43.5,-59.5 parent: 2 - uid: 4412 components: - type: Transform - pos: -43.5,-51.5 + pos: -43.5,-60.5 parent: 2 - uid: 4413 components: - type: Transform - pos: -43.5,-50.5 + pos: -43.5,-61.5 parent: 2 - uid: 4414 components: - type: Transform - pos: -43.5,-49.5 + pos: -43.5,-62.5 parent: 2 - uid: 4415 components: - type: Transform - pos: -43.5,-48.5 + pos: -43.5,-63.5 parent: 2 - uid: 4416 components: - type: Transform - pos: -43.5,-47.5 + pos: -43.5,-64.5 parent: 2 - uid: 4417 components: - type: Transform - pos: -43.5,-46.5 + pos: -40.5,-57.5 parent: 2 - uid: 4418 components: - type: Transform - pos: -43.5,-45.5 + pos: -40.5,-56.5 parent: 2 - uid: 4419 components: - type: Transform - pos: -46.5,-65.5 + pos: -37.5,-56.5 parent: 2 - uid: 4420 components: - type: Transform - pos: -28.5,-96.5 + pos: -37.5,-55.5 parent: 2 - uid: 4421 components: - type: Transform - pos: -26.5,-98.5 + pos: -37.5,-54.5 parent: 2 - uid: 4422 components: - type: Transform - pos: -16.5,-92.5 + pos: -37.5,-53.5 parent: 2 - uid: 4423 components: - type: Transform - pos: -16.5,-94.5 + pos: -37.5,-52.5 parent: 2 - uid: 4424 components: - type: Transform - pos: -16.5,-93.5 + pos: -36.5,-52.5 parent: 2 - uid: 4425 components: - type: Transform - pos: -17.5,-93.5 + pos: -35.5,-52.5 parent: 2 - uid: 4426 components: - type: Transform - pos: -18.5,-93.5 + pos: -34.5,-52.5 parent: 2 - uid: 4427 components: - type: Transform - pos: -19.5,-93.5 + pos: -38.5,-52.5 parent: 2 - uid: 4428 components: - type: Transform - pos: -20.5,-93.5 + pos: -39.5,-52.5 parent: 2 - uid: 4429 components: - type: Transform - pos: -33.5,-91.5 + pos: -40.5,-52.5 parent: 2 - uid: 4430 components: - type: Transform - pos: -33.5,-92.5 + pos: -37.5,-51.5 parent: 2 - uid: 4431 components: - type: Transform - pos: -33.5,-93.5 + pos: -37.5,-50.5 parent: 2 - uid: 4432 components: - type: Transform - pos: -34.5,-93.5 + pos: -37.5,-49.5 parent: 2 - uid: 4433 components: - type: Transform - pos: -34.5,-94.5 + pos: -37.5,-48.5 parent: 2 - uid: 4434 components: - type: Transform - pos: -34.5,-95.5 + pos: -37.5,-47.5 parent: 2 - uid: 4435 components: - type: Transform - pos: -34.5,-96.5 + pos: -36.5,-47.5 parent: 2 - uid: 4436 components: - type: Transform - pos: -34.5,-97.5 + pos: -35.5,-47.5 parent: 2 - uid: 4437 components: - type: Transform - pos: -33.5,-97.5 + pos: -34.5,-47.5 parent: 2 - uid: 4438 components: - type: Transform - pos: -32.5,-97.5 + pos: -38.5,-47.5 parent: 2 - uid: 4439 components: - type: Transform - pos: -31.5,-97.5 + pos: -39.5,-47.5 parent: 2 - uid: 4440 components: - type: Transform - pos: -30.5,-97.5 + pos: -40.5,-47.5 parent: 2 - uid: 4441 components: - type: Transform - pos: -30.5,-96.5 + pos: -47.5,-51.5 parent: 2 - uid: 4442 components: - type: Transform - pos: -30.5,-95.5 + pos: -47.5,-50.5 parent: 2 - uid: 4443 components: - type: Transform - pos: -30.5,-94.5 + pos: -47.5,-49.5 parent: 2 - uid: 4444 components: - type: Transform - pos: -30.5,-93.5 + pos: -47.5,-48.5 parent: 2 - uid: 4445 components: - type: Transform - pos: -31.5,-93.5 + pos: -47.5,-47.5 parent: 2 - uid: 4446 components: - type: Transform - pos: -32.5,-93.5 + pos: -48.5,-47.5 parent: 2 - uid: 4447 components: - type: Transform - pos: -32.5,-90.5 + pos: -49.5,-47.5 parent: 2 - uid: 4448 components: - type: Transform - pos: -32.5,-89.5 + pos: -46.5,-51.5 parent: 2 - uid: 4449 components: - type: Transform - pos: -32.5,-88.5 + pos: -45.5,-51.5 parent: 2 - uid: 4450 components: - type: Transform - pos: -32.5,-87.5 + pos: -43.5,-51.5 parent: 2 - uid: 4451 components: - type: Transform - pos: -32.5,-86.5 + pos: -43.5,-50.5 parent: 2 - uid: 4452 components: - type: Transform - pos: -32.5,-85.5 + pos: -43.5,-49.5 parent: 2 - uid: 4453 components: - type: Transform - pos: -32.5,-84.5 + pos: -43.5,-48.5 parent: 2 - uid: 4454 components: - type: Transform - pos: -32.5,-83.5 + pos: -43.5,-47.5 parent: 2 - uid: 4455 components: - type: Transform - pos: -33.5,-84.5 + pos: -43.5,-46.5 parent: 2 - uid: 4456 components: - type: Transform - pos: -34.5,-84.5 + pos: -43.5,-45.5 parent: 2 - uid: 4457 components: - type: Transform - pos: -35.5,-84.5 + pos: -46.5,-65.5 parent: 2 - uid: 4458 components: - type: Transform - pos: -31.5,-84.5 + pos: -28.5,-96.5 parent: 2 - uid: 4459 components: - type: Transform - pos: -30.5,-84.5 + pos: -26.5,-98.5 parent: 2 - uid: 4460 components: - type: Transform - pos: -29.5,-84.5 + pos: -16.5,-92.5 parent: 2 - uid: 4461 components: - type: Transform - pos: -28.5,-84.5 + pos: -16.5,-94.5 parent: 2 - uid: 4462 components: - type: Transform - pos: -31.5,-87.5 + pos: -16.5,-93.5 parent: 2 - uid: 4463 components: - type: Transform - pos: -30.5,-87.5 + pos: -17.5,-93.5 parent: 2 - uid: 4464 components: - type: Transform - pos: -29.5,-87.5 + pos: -18.5,-93.5 parent: 2 - uid: 4465 components: - type: Transform - pos: -28.5,-87.5 + pos: -19.5,-93.5 parent: 2 - uid: 4466 components: - type: Transform - pos: -33.5,-87.5 + pos: -20.5,-93.5 parent: 2 - uid: 4467 components: - type: Transform - pos: -34.5,-87.5 + pos: -33.5,-91.5 parent: 2 - uid: 4468 components: - type: Transform - pos: -35.5,-87.5 + pos: -33.5,-92.5 parent: 2 - uid: 4469 components: - type: Transform - pos: -33.5,-90.5 + pos: -33.5,-93.5 parent: 2 - uid: 4470 components: - type: Transform - pos: -34.5,-90.5 + pos: -34.5,-93.5 parent: 2 - uid: 4471 components: - type: Transform - pos: -35.5,-90.5 + pos: -34.5,-94.5 parent: 2 - uid: 4472 components: - type: Transform - pos: -31.5,-90.5 + pos: -34.5,-95.5 parent: 2 - uid: 4473 components: - type: Transform - pos: -30.5,-90.5 + pos: -34.5,-96.5 parent: 2 - uid: 4474 components: - type: Transform - pos: -29.5,-90.5 + pos: -34.5,-97.5 parent: 2 - uid: 4475 components: - type: Transform - pos: -28.5,-90.5 + pos: -33.5,-97.5 parent: 2 - uid: 4476 components: - type: Transform - pos: -35.5,-80.5 + pos: -32.5,-97.5 parent: 2 - uid: 4477 components: - type: Transform - pos: -20.5,-88.5 + pos: -31.5,-97.5 parent: 2 - uid: 4478 components: - type: Transform - pos: -34.5,-80.5 + pos: -30.5,-97.5 parent: 2 - uid: 4479 components: - type: Transform - pos: -21.5,-88.5 + pos: -30.5,-96.5 parent: 2 - uid: 4480 components: - type: Transform - pos: -33.5,-80.5 + pos: -30.5,-95.5 parent: 2 - uid: 4481 components: - type: Transform - pos: -22.5,-88.5 + pos: -30.5,-94.5 parent: 2 - uid: 4482 components: - type: Transform - pos: -32.5,-80.5 + pos: -30.5,-93.5 parent: 2 - uid: 4483 components: - type: Transform - pos: -23.5,-88.5 + pos: -31.5,-93.5 parent: 2 - uid: 4484 components: - type: Transform - pos: -31.5,-80.5 + pos: -32.5,-93.5 parent: 2 - uid: 4485 components: - type: Transform - pos: -24.5,-88.5 + pos: -32.5,-90.5 parent: 2 - uid: 4486 components: - type: Transform - pos: -30.5,-80.5 + pos: -32.5,-89.5 parent: 2 - uid: 4487 components: - type: Transform - pos: -24.5,-87.5 + pos: -32.5,-88.5 parent: 2 - uid: 4488 components: - type: Transform - pos: -29.5,-80.5 + pos: -32.5,-87.5 parent: 2 - uid: 4489 components: - type: Transform - pos: -24.5,-86.5 + pos: -32.5,-86.5 parent: 2 - uid: 4490 components: - type: Transform - pos: -28.5,-80.5 + pos: -32.5,-85.5 parent: 2 - uid: 4491 components: - type: Transform - pos: -24.5,-85.5 + pos: -32.5,-84.5 parent: 2 - uid: 4492 components: - type: Transform - pos: -27.5,-80.5 + pos: -32.5,-83.5 parent: 2 - uid: 4493 components: - type: Transform - pos: -24.5,-84.5 + pos: -33.5,-84.5 parent: 2 - uid: 4494 components: - type: Transform - pos: -26.5,-80.5 + pos: -34.5,-84.5 parent: 2 - uid: 4495 components: - type: Transform - pos: -24.5,-83.5 + pos: -35.5,-84.5 parent: 2 - uid: 4496 components: - type: Transform - pos: -25.5,-80.5 + pos: -31.5,-84.5 parent: 2 - uid: 4497 components: - type: Transform - pos: -24.5,-82.5 + pos: -30.5,-84.5 parent: 2 - uid: 4498 components: - type: Transform - pos: -24.5,-80.5 + pos: -29.5,-84.5 parent: 2 - uid: 4499 components: - type: Transform - pos: -24.5,-81.5 + pos: -28.5,-84.5 parent: 2 - uid: 4500 components: - type: Transform - pos: -19.5,-88.5 + pos: -31.5,-87.5 parent: 2 - uid: 4501 components: - type: Transform - pos: -18.5,-88.5 + pos: -30.5,-87.5 parent: 2 - uid: 4502 components: - type: Transform - pos: -18.5,-87.5 + pos: -29.5,-87.5 parent: 2 - uid: 4503 components: - type: Transform - pos: -18.5,-86.5 + pos: -28.5,-87.5 parent: 2 - uid: 4504 components: - type: Transform - pos: -18.5,-85.5 + pos: -33.5,-87.5 parent: 2 - uid: 4505 components: - type: Transform - pos: -18.5,-84.5 + pos: -34.5,-87.5 parent: 2 - uid: 4506 components: - type: Transform - pos: -18.5,-83.5 + pos: -35.5,-87.5 parent: 2 - uid: 4507 components: - type: Transform - pos: -18.5,-82.5 + pos: -33.5,-90.5 parent: 2 - uid: 4508 components: - type: Transform - pos: -19.5,-82.5 + pos: -34.5,-90.5 parent: 2 - uid: 4509 components: - type: Transform - pos: -20.5,-82.5 + pos: -35.5,-90.5 parent: 2 - uid: 4510 components: - type: Transform - pos: -21.5,-82.5 + pos: -31.5,-90.5 parent: 2 - uid: 4511 components: - type: Transform - pos: -22.5,-82.5 + pos: -30.5,-90.5 parent: 2 - uid: 4512 components: - type: Transform - pos: -23.5,-82.5 + pos: -29.5,-90.5 parent: 2 - uid: 4513 components: - type: Transform - pos: -25.5,-82.5 + pos: -28.5,-90.5 parent: 2 - uid: 4514 components: - type: Transform - pos: -26.5,-82.5 + pos: -35.5,-80.5 parent: 2 - uid: 4515 components: - type: Transform - pos: -24.5,-77.5 + pos: -20.5,-88.5 parent: 2 - uid: 4516 components: - type: Transform - pos: -23.5,-77.5 + pos: -34.5,-80.5 parent: 2 - uid: 4517 components: - type: Transform - pos: -22.5,-77.5 + pos: -21.5,-88.5 parent: 2 - uid: 4518 components: - type: Transform - pos: -21.5,-77.5 + pos: -33.5,-80.5 parent: 2 - uid: 4519 components: - type: Transform - pos: -20.5,-77.5 + pos: -22.5,-88.5 parent: 2 - uid: 4520 components: - type: Transform - pos: -19.5,-77.5 + pos: -32.5,-80.5 parent: 2 - uid: 4521 components: - type: Transform - pos: -18.5,-77.5 + pos: -23.5,-88.5 parent: 2 - uid: 4522 components: - type: Transform - pos: -17.5,-77.5 + pos: -31.5,-80.5 parent: 2 - uid: 4523 components: - type: Transform - pos: -17.5,-76.5 + pos: -24.5,-88.5 parent: 2 - uid: 4524 components: - type: Transform - pos: -16.5,-76.5 + pos: -30.5,-80.5 parent: 2 - uid: 4525 components: - type: Transform - pos: -15.5,-76.5 + pos: -24.5,-87.5 parent: 2 - uid: 4526 components: - type: Transform - pos: -14.5,-76.5 + pos: -29.5,-80.5 parent: 2 - uid: 4527 components: - type: Transform - pos: -17.5,-78.5 + pos: -24.5,-86.5 parent: 2 - uid: 4528 components: - type: Transform - pos: -17.5,-79.5 + pos: -28.5,-80.5 parent: 2 - uid: 4529 components: - type: Transform - pos: -19.5,-78.5 + pos: -24.5,-85.5 parent: 2 - uid: 4530 components: - type: Transform - pos: -19.5,-79.5 + pos: -27.5,-80.5 parent: 2 - uid: 4531 components: - type: Transform - pos: -21.5,-78.5 + pos: -24.5,-84.5 parent: 2 - uid: 4532 components: - type: Transform - pos: -21.5,-79.5 + pos: -26.5,-80.5 parent: 2 - uid: 4533 components: - type: Transform - pos: -24.5,-76.5 + pos: -24.5,-83.5 parent: 2 - uid: 4534 components: - type: Transform - pos: 29.5,-77.5 + pos: -25.5,-80.5 parent: 2 - uid: 4535 components: - type: Transform - pos: 29.5,-76.5 + pos: -24.5,-82.5 parent: 2 - uid: 4536 components: - type: Transform - pos: 28.5,-76.5 + pos: -24.5,-80.5 parent: 2 - uid: 4537 components: - type: Transform - pos: 28.5,-75.5 + pos: -24.5,-81.5 parent: 2 - uid: 4538 components: - type: Transform - pos: 28.5,-74.5 + pos: -19.5,-88.5 parent: 2 - uid: 4539 components: - type: Transform - pos: 28.5,-73.5 + pos: -18.5,-88.5 parent: 2 - uid: 4540 components: - type: Transform - pos: 27.5,-75.5 + pos: -18.5,-87.5 parent: 2 - uid: 4541 components: - type: Transform - pos: 26.5,-75.5 + pos: -18.5,-86.5 parent: 2 - uid: 4542 components: - type: Transform - pos: -1.5,-99.5 + pos: -18.5,-85.5 parent: 2 - uid: 4543 components: - type: Transform - pos: -1.5,-98.5 + pos: -18.5,-84.5 parent: 2 - uid: 4544 components: - type: Transform - pos: -1.5,-97.5 + pos: -18.5,-83.5 parent: 2 - uid: 4545 components: - type: Transform - pos: -1.5,-96.5 + pos: -18.5,-82.5 parent: 2 - uid: 4546 components: - type: Transform - pos: -1.5,-95.5 + pos: -19.5,-82.5 parent: 2 - uid: 4547 components: - type: Transform - pos: -1.5,-94.5 + pos: -20.5,-82.5 parent: 2 - uid: 4548 components: - type: Transform - pos: -1.5,-93.5 + pos: -21.5,-82.5 parent: 2 - uid: 4549 components: - type: Transform - pos: -2.5,-97.5 + pos: -22.5,-82.5 parent: 2 - uid: 4550 components: - type: Transform - pos: -0.5,-100.5 + pos: -23.5,-82.5 parent: 2 - uid: 4551 components: - type: Transform - pos: -1.5,-100.5 + pos: -25.5,-82.5 parent: 2 - uid: 4552 components: - type: Transform - pos: -2.5,-94.5 + pos: -26.5,-82.5 parent: 2 - uid: 4553 components: - type: Transform - pos: -0.5,-96.5 + pos: -24.5,-77.5 parent: 2 - uid: 4554 components: - type: Transform - pos: 0.5,-89.5 + pos: -23.5,-77.5 parent: 2 - uid: 4555 components: - type: Transform - pos: 0.5,-88.5 + pos: -22.5,-77.5 parent: 2 - uid: 4556 components: - type: Transform - pos: 0.5,-87.5 + pos: -21.5,-77.5 parent: 2 - uid: 4557 components: - type: Transform - pos: 0.5,-86.5 + pos: -20.5,-77.5 parent: 2 - uid: 4558 components: - type: Transform - pos: 0.5,-85.5 + pos: -19.5,-77.5 parent: 2 - uid: 4559 components: - type: Transform - pos: 0.5,-84.5 + pos: -18.5,-77.5 parent: 2 - uid: 4560 components: - type: Transform - pos: 0.5,-90.5 + pos: -17.5,-77.5 parent: 2 - uid: 4561 components: - type: Transform - pos: 1.5,-90.5 + pos: -17.5,-76.5 parent: 2 - uid: 4562 components: - type: Transform - pos: 2.5,-90.5 + pos: -16.5,-76.5 parent: 2 - uid: 4563 components: - type: Transform - pos: 3.5,-90.5 + pos: -15.5,-76.5 parent: 2 - uid: 4564 components: - type: Transform - pos: 4.5,-90.5 + pos: -14.5,-76.5 parent: 2 - uid: 4565 components: - type: Transform - pos: 5.5,-90.5 + pos: -17.5,-78.5 parent: 2 - uid: 4566 components: - type: Transform - pos: 6.5,-90.5 + pos: -17.5,-79.5 parent: 2 - uid: 4567 components: - type: Transform - pos: 7.5,-90.5 + pos: -19.5,-78.5 parent: 2 - uid: 4568 components: - type: Transform - pos: 7.5,-92.5 + pos: -19.5,-79.5 parent: 2 - uid: 4569 components: - type: Transform - pos: 8.5,-92.5 + pos: -21.5,-78.5 parent: 2 - uid: 4570 components: - type: Transform - pos: 16.5,-91.5 + pos: -21.5,-79.5 parent: 2 - uid: 4571 components: - type: Transform - pos: 16.5,-90.5 + pos: -24.5,-76.5 parent: 2 - uid: 4572 components: - type: Transform - pos: 16.5,-89.5 + pos: 29.5,-77.5 parent: 2 - uid: 4573 components: - type: Transform - pos: 16.5,-88.5 + pos: 29.5,-76.5 parent: 2 - uid: 4574 components: - type: Transform - pos: 16.5,-87.5 + pos: 28.5,-76.5 parent: 2 - uid: 4575 components: - type: Transform - pos: 15.5,-87.5 + pos: 28.5,-75.5 parent: 2 - uid: 4576 components: - type: Transform - pos: 14.5,-87.5 + pos: 28.5,-74.5 parent: 2 - uid: 4577 components: - type: Transform - pos: 13.5,-87.5 + pos: 28.5,-73.5 parent: 2 - uid: 4578 components: - type: Transform - pos: 12.5,-87.5 + pos: 27.5,-75.5 parent: 2 - uid: 4579 components: - type: Transform - pos: 11.5,-87.5 + pos: 26.5,-75.5 parent: 2 - uid: 4580 components: - type: Transform - pos: 10.5,-87.5 + pos: -1.5,-99.5 parent: 2 - uid: 4581 components: - type: Transform - pos: 9.5,-87.5 + pos: -1.5,-98.5 parent: 2 - uid: 4582 components: - type: Transform - pos: 8.5,-87.5 + pos: -1.5,-97.5 parent: 2 - uid: 4583 components: - type: Transform - pos: 7.5,-87.5 + pos: -1.5,-96.5 parent: 2 - uid: 4584 components: - type: Transform - pos: 7.5,-88.5 + pos: -1.5,-95.5 parent: 2 - uid: 4585 components: - type: Transform - pos: 7.5,-89.5 + pos: -1.5,-94.5 parent: 2 - uid: 4586 components: - type: Transform - pos: 7.5,-91.5 + pos: -1.5,-93.5 parent: 2 - uid: 4587 components: - type: Transform - pos: 12.5,-91.5 + pos: -2.5,-97.5 parent: 2 - uid: 4588 components: - type: Transform - pos: 12.5,-90.5 + pos: -0.5,-100.5 parent: 2 - uid: 4589 components: - type: Transform - pos: 12.5,-89.5 + pos: -1.5,-100.5 parent: 2 - uid: 4590 components: - type: Transform - pos: 12.5,-88.5 + pos: -2.5,-94.5 parent: 2 - uid: 4591 components: - type: Transform - pos: 7.5,-86.5 + pos: -0.5,-96.5 parent: 2 - uid: 4592 components: - type: Transform - pos: 6.5,-86.5 + pos: 0.5,-89.5 parent: 2 - uid: 4593 components: - type: Transform - pos: 5.5,-86.5 + pos: 0.5,-88.5 parent: 2 - uid: 4594 components: - type: Transform - pos: 4.5,-86.5 + pos: 0.5,-87.5 parent: 2 - uid: 4595 components: - type: Transform - pos: 3.5,-86.5 + pos: 0.5,-86.5 parent: 2 - uid: 4596 components: - type: Transform - pos: 2.5,-86.5 + pos: 0.5,-85.5 parent: 2 - uid: 4597 components: - type: Transform - pos: 1.5,-86.5 + pos: 0.5,-84.5 parent: 2 - uid: 4598 components: - type: Transform - pos: 7.5,-93.5 + pos: 0.5,-90.5 parent: 2 - uid: 4599 components: - type: Transform - pos: 1.5,-91.5 + pos: 1.5,-90.5 parent: 2 - uid: 4600 components: - type: Transform - pos: 1.5,-92.5 + pos: 2.5,-90.5 parent: 2 - uid: 4601 components: - type: Transform - pos: 13.5,-82.5 + pos: 3.5,-90.5 parent: 2 - uid: 4602 components: - type: Transform - pos: 12.5,-82.5 + pos: 4.5,-90.5 parent: 2 - uid: 4603 components: - type: Transform - pos: 10.5,-83.5 + pos: 5.5,-90.5 parent: 2 - uid: 4604 components: - type: Transform - pos: 10.5,-82.5 + pos: 6.5,-90.5 parent: 2 - uid: 4605 components: - type: Transform - pos: 10.5,-81.5 + pos: 7.5,-90.5 parent: 2 - uid: 4606 components: - type: Transform - pos: 10.5,-80.5 + pos: 7.5,-92.5 parent: 2 - uid: 4607 components: - type: Transform - pos: 10.5,-79.5 + pos: 8.5,-92.5 parent: 2 - uid: 4608 components: - type: Transform - pos: 11.5,-82.5 + pos: 16.5,-91.5 parent: 2 - uid: 4609 components: - type: Transform - pos: 9.5,-82.5 + pos: 16.5,-90.5 parent: 2 - uid: 4610 components: - type: Transform - pos: 8.5,-82.5 + pos: 16.5,-89.5 parent: 2 - uid: 4611 components: - type: Transform - pos: 7.5,-82.5 + pos: 16.5,-88.5 parent: 2 - uid: 4612 components: - type: Transform - pos: 6.5,-82.5 + pos: 16.5,-87.5 parent: 2 - uid: 4613 components: - type: Transform - pos: 3.5,-80.5 + pos: 15.5,-87.5 parent: 2 - uid: 4614 components: - type: Transform - pos: -10.5,-90.5 + pos: 14.5,-87.5 parent: 2 - uid: 4615 components: - type: Transform - pos: 2.5,-80.5 + pos: 13.5,-87.5 parent: 2 - uid: 4616 components: - type: Transform - pos: 4.5,-82.5 + pos: 12.5,-87.5 parent: 2 - uid: 4617 components: - type: Transform - pos: 4.5,-81.5 + pos: 11.5,-87.5 parent: 2 - uid: 4618 components: - type: Transform - pos: 4.5,-80.5 + pos: 10.5,-87.5 parent: 2 - uid: 4619 components: - type: Transform - pos: 4.5,-79.5 + pos: 9.5,-87.5 parent: 2 - uid: 4620 components: - type: Transform - pos: 5.5,-79.5 + pos: 8.5,-87.5 parent: 2 - uid: 4621 components: - type: Transform - pos: 6.5,-79.5 + pos: 7.5,-87.5 parent: 2 - uid: 4622 components: - type: Transform - pos: -9.5,-90.5 + pos: 7.5,-88.5 parent: 2 - uid: 4623 components: - type: Transform - pos: 1.5,-80.5 + pos: 7.5,-89.5 parent: 2 - uid: 4624 components: - type: Transform - pos: 7.5,-79.5 + pos: 7.5,-91.5 parent: 2 - uid: 4625 components: - type: Transform - pos: 8.5,-79.5 + pos: 12.5,-91.5 parent: 2 - uid: 4626 components: - type: Transform - pos: 9.5,-79.5 + pos: 12.5,-90.5 parent: 2 - uid: 4627 components: - type: Transform - pos: 0.5,-80.5 + pos: 12.5,-89.5 parent: 2 - uid: 4628 components: - type: Transform - pos: 0.5,-81.5 + pos: 12.5,-88.5 parent: 2 - uid: 4629 components: - type: Transform - pos: 0.5,-79.5 + pos: 7.5,-86.5 parent: 2 - uid: 4630 components: - type: Transform - pos: 0.5,-78.5 + pos: 6.5,-86.5 parent: 2 - uid: 4631 components: - type: Transform - pos: 0.5,-77.5 + pos: 5.5,-86.5 parent: 2 - uid: 4632 components: - type: Transform - pos: 0.5,-82.5 + pos: 4.5,-86.5 parent: 2 - uid: 4633 components: - type: Transform - pos: -5.5,-82.5 + pos: 3.5,-86.5 parent: 2 - uid: 4634 components: - type: Transform - pos: -4.5,-82.5 + pos: 2.5,-86.5 parent: 2 - uid: 4635 components: - type: Transform - pos: -3.5,-79.5 + pos: 1.5,-86.5 parent: 2 - uid: 4636 components: - type: Transform - pos: -3.5,-80.5 + pos: 7.5,-93.5 parent: 2 - uid: 4637 components: - type: Transform - pos: -3.5,-81.5 + pos: 1.5,-91.5 parent: 2 - uid: 4638 components: - type: Transform - pos: -3.5,-82.5 + pos: 1.5,-92.5 parent: 2 - uid: 4639 components: - type: Transform - pos: -3.5,-83.5 + pos: 13.5,-82.5 parent: 2 - uid: 4640 components: - type: Transform - pos: -9.5,-105.5 + pos: 12.5,-82.5 parent: 2 - uid: 4641 components: - type: Transform - pos: -6.5,-93.5 + pos: 10.5,-83.5 parent: 2 - uid: 4642 components: - type: Transform - pos: -6.5,-94.5 + pos: 10.5,-82.5 parent: 2 - uid: 4643 components: - type: Transform - pos: -7.5,-96.5 + pos: 10.5,-81.5 parent: 2 - uid: 4644 components: - type: Transform - pos: -7.5,-98.5 + pos: 10.5,-80.5 parent: 2 - uid: 4645 components: - type: Transform - pos: -7.5,-94.5 + pos: 10.5,-79.5 parent: 2 - uid: 4646 components: - type: Transform - pos: -8.5,-94.5 + pos: 11.5,-82.5 parent: 2 - uid: 4647 components: - type: Transform - pos: -9.5,-94.5 + pos: 9.5,-82.5 parent: 2 - uid: 4648 components: - type: Transform - pos: -10.5,-94.5 + pos: 8.5,-82.5 parent: 2 - uid: 4649 components: - type: Transform - pos: -11.5,-94.5 + pos: 7.5,-82.5 parent: 2 - uid: 4650 components: - type: Transform - pos: -12.5,-94.5 + pos: 6.5,-82.5 parent: 2 - uid: 4651 components: - type: Transform - pos: -12.5,-93.5 + pos: 3.5,-80.5 parent: 2 - uid: 4652 components: - type: Transform - pos: -13.5,-93.5 + pos: -10.5,-90.5 parent: 2 - uid: 4653 components: - type: Transform - pos: 14.5,-82.5 + pos: 2.5,-80.5 parent: 2 - uid: 4654 components: - type: Transform - pos: 14.5,-81.5 + pos: 4.5,-82.5 parent: 2 - uid: 4655 components: - type: Transform - pos: 14.5,-80.5 + pos: 4.5,-81.5 parent: 2 - uid: 4656 components: - type: Transform - pos: 15.5,-80.5 + pos: 4.5,-80.5 parent: 2 - uid: 4657 components: - type: Transform - pos: 16.5,-80.5 + pos: 4.5,-79.5 parent: 2 - uid: 4658 components: - type: Transform - pos: 17.5,-80.5 + pos: 5.5,-79.5 parent: 2 - uid: 4659 components: - type: Transform - pos: 18.5,-80.5 + pos: 6.5,-79.5 parent: 2 - uid: 4660 components: - type: Transform - pos: 19.5,-80.5 + pos: -9.5,-90.5 parent: 2 - uid: 4661 components: - type: Transform - pos: 19.5,-79.5 + pos: 1.5,-80.5 parent: 2 - uid: 4662 components: - type: Transform - pos: 19.5,-78.5 + pos: 7.5,-79.5 parent: 2 - uid: 4663 components: - type: Transform - pos: 19.5,-77.5 + pos: 8.5,-79.5 parent: 2 - uid: 4664 components: - type: Transform - pos: 14.5,-79.5 + pos: 9.5,-79.5 parent: 2 - uid: 4665 components: - type: Transform - pos: 14.5,-78.5 + pos: 0.5,-80.5 parent: 2 - uid: 4666 components: - type: Transform - pos: 14.5,-77.5 + pos: 0.5,-81.5 parent: 2 - uid: 4667 components: - type: Transform - pos: 14.5,-76.5 + pos: 0.5,-79.5 parent: 2 - uid: 4668 components: - type: Transform - pos: 14.5,-83.5 + pos: 0.5,-78.5 parent: 2 - uid: 4669 components: - type: Transform - pos: 14.5,-84.5 + pos: 0.5,-77.5 parent: 2 - uid: 4670 components: - type: Transform - pos: 15.5,-84.5 + pos: 0.5,-82.5 parent: 2 - uid: 4671 components: - type: Transform - pos: 16.5,-84.5 + pos: -5.5,-82.5 parent: 2 - uid: 4672 components: - type: Transform - pos: 17.5,-84.5 + pos: -4.5,-82.5 parent: 2 - uid: 4673 components: - type: Transform - pos: 18.5,-84.5 + pos: -3.5,-79.5 parent: 2 - uid: 4674 components: - type: Transform - pos: 19.5,-84.5 + pos: -3.5,-80.5 parent: 2 - uid: 4675 components: - type: Transform - pos: -2.5,-86.5 + pos: -3.5,-81.5 parent: 2 - uid: 4676 components: - type: Transform - pos: -3.5,-86.5 + pos: -3.5,-82.5 parent: 2 - uid: 4677 components: - type: Transform - pos: -4.5,-86.5 + pos: -3.5,-83.5 parent: 2 - uid: 4678 components: - type: Transform - pos: -5.5,-86.5 + pos: -9.5,-105.5 parent: 2 - uid: 4679 components: - type: Transform - pos: -6.5,-86.5 + pos: -6.5,-93.5 parent: 2 - uid: 4680 components: - type: Transform - pos: -7.5,-86.5 + pos: -6.5,-94.5 parent: 2 - uid: 4681 components: - type: Transform - pos: -8.5,-86.5 + pos: -7.5,-96.5 parent: 2 - uid: 4682 components: - type: Transform - pos: -8.5,-87.5 + pos: -7.5,-98.5 parent: 2 - uid: 4683 components: - type: Transform - pos: -8.5,-88.5 + pos: -7.5,-94.5 parent: 2 - uid: 4684 components: - type: Transform - pos: -8.5,-89.5 + pos: -8.5,-94.5 parent: 2 - uid: 4685 components: - type: Transform - pos: -8.5,-90.5 + pos: -9.5,-94.5 parent: 2 - uid: 4686 components: - type: Transform - pos: -8.5,-85.5 + pos: -10.5,-94.5 parent: 2 - uid: 4687 components: - type: Transform - pos: -8.5,-84.5 + pos: -11.5,-94.5 parent: 2 - uid: 4688 components: - type: Transform - pos: -8.5,-83.5 + pos: -12.5,-94.5 parent: 2 - uid: 4689 components: - type: Transform - pos: -8.5,-82.5 + pos: -12.5,-93.5 parent: 2 - uid: 4690 components: - type: Transform - pos: -8.5,-81.5 + pos: -13.5,-93.5 parent: 2 - uid: 4691 components: - type: Transform - pos: -8.5,-80.5 + pos: 14.5,-82.5 parent: 2 - uid: 4692 components: - type: Transform - pos: -8.5,-79.5 + pos: 14.5,-81.5 parent: 2 - uid: 4693 components: - type: Transform - pos: -8.5,-78.5 + pos: 14.5,-80.5 parent: 2 - uid: 4694 components: - type: Transform - pos: -5.5,-85.5 + pos: 15.5,-80.5 parent: 2 - uid: 4695 components: - type: Transform - pos: -7.5,-90.5 + pos: 16.5,-80.5 parent: 2 - uid: 4696 components: - type: Transform - pos: -6.5,-90.5 + pos: 17.5,-80.5 parent: 2 - uid: 4697 components: - type: Transform - pos: -5.5,-90.5 + pos: 18.5,-80.5 parent: 2 - uid: 4698 components: - type: Transform - pos: -5.5,-89.5 + pos: 19.5,-80.5 parent: 2 - uid: 4699 components: - type: Transform - pos: -5.5,-88.5 + pos: 19.5,-79.5 parent: 2 - uid: 4700 components: - type: Transform - pos: -5.5,-87.5 + pos: 19.5,-78.5 parent: 2 - uid: 4701 components: - type: Transform - pos: 4.5,-83.5 + pos: 19.5,-77.5 parent: 2 - uid: 4702 components: - type: Transform - pos: 4.5,-84.5 + pos: 14.5,-79.5 parent: 2 - uid: 4703 components: - type: Transform - pos: 5.5,-84.5 + pos: 14.5,-78.5 parent: 2 - uid: 4704 components: - type: Transform - pos: 6.5,-84.5 + pos: 14.5,-77.5 parent: 2 - uid: 4705 components: - type: Transform - pos: 6.5,-83.5 + pos: 14.5,-76.5 parent: 2 - uid: 4706 components: - type: Transform - pos: -11.5,-90.5 + pos: 14.5,-83.5 parent: 2 - uid: 4707 components: - type: Transform - pos: -12.5,-90.5 + pos: 14.5,-84.5 parent: 2 - uid: 4708 components: - type: Transform - pos: -13.5,-90.5 + pos: 15.5,-84.5 parent: 2 - uid: 4709 components: - type: Transform - pos: -13.5,-89.5 + pos: 16.5,-84.5 parent: 2 - uid: 4710 components: - type: Transform - pos: -13.5,-88.5 + pos: 17.5,-84.5 parent: 2 - uid: 4711 components: - type: Transform - pos: -0.5,-90.5 + pos: 18.5,-84.5 parent: 2 - uid: 4712 components: - type: Transform - pos: 47.5,-52.5 + pos: 19.5,-84.5 parent: 2 - uid: 4713 components: - type: Transform - pos: -39.5,4.5 + pos: -2.5,-86.5 parent: 2 - uid: 4714 components: - type: Transform - pos: -39.5,5.5 + pos: -3.5,-86.5 parent: 2 - uid: 4715 components: - type: Transform - pos: -39.5,6.5 + pos: -4.5,-86.5 parent: 2 - uid: 4716 components: - type: Transform - pos: -39.5,7.5 + pos: -5.5,-86.5 parent: 2 - uid: 4717 components: - type: Transform - pos: -39.5,8.5 + pos: -6.5,-86.5 parent: 2 - uid: 4718 components: - type: Transform - pos: -38.5,8.5 + pos: -7.5,-86.5 parent: 2 - uid: 4719 components: - type: Transform - pos: -37.5,8.5 + pos: -8.5,-86.5 parent: 2 - uid: 4720 components: - type: Transform - pos: -36.5,8.5 + pos: -8.5,-87.5 parent: 2 - uid: 4721 components: - type: Transform - pos: -49.5,6.5 + pos: -8.5,-88.5 parent: 2 - uid: 4722 components: - type: Transform - pos: -49.5,8.5 + pos: -8.5,-89.5 parent: 2 - uid: 4723 components: - type: Transform - pos: -48.5,8.5 + pos: -8.5,-90.5 parent: 2 - uid: 4724 components: - type: Transform - pos: -47.5,8.5 + pos: -8.5,-85.5 parent: 2 - uid: 4725 components: - type: Transform - pos: -46.5,8.5 + pos: -8.5,-84.5 parent: 2 - uid: 4726 components: - type: Transform - pos: -45.5,8.5 + pos: -8.5,-83.5 parent: 2 - uid: 4727 components: - type: Transform - pos: -44.5,8.5 + pos: -8.5,-82.5 parent: 2 - uid: 4728 components: - type: Transform - pos: -43.5,8.5 + pos: -8.5,-81.5 parent: 2 - uid: 4729 components: - type: Transform - pos: -42.5,8.5 + pos: -8.5,-80.5 parent: 2 - uid: 4730 components: - type: Transform - pos: 0.5,-74.5 + pos: -8.5,-79.5 parent: 2 - uid: 4731 components: - type: Transform - pos: 0.5,-74.5 + pos: -8.5,-78.5 parent: 2 - uid: 4732 components: - type: Transform - pos: 1.5,-74.5 + pos: -5.5,-85.5 parent: 2 - uid: 4733 components: - type: Transform - pos: 2.5,-74.5 + pos: -7.5,-90.5 parent: 2 - uid: 4734 components: - type: Transform - pos: 3.5,-74.5 + pos: -6.5,-90.5 parent: 2 - uid: 4735 components: - type: Transform - pos: 4.5,-74.5 + pos: -5.5,-90.5 parent: 2 - uid: 4736 components: - type: Transform - pos: 5.5,-74.5 + pos: -5.5,-89.5 parent: 2 - uid: 4737 components: - type: Transform - pos: 6.5,-74.5 + pos: -5.5,-88.5 parent: 2 - uid: 4738 components: - type: Transform - pos: 7.5,-74.5 + pos: -5.5,-87.5 parent: 2 - uid: 4739 components: - type: Transform - pos: 8.5,-74.5 + pos: 4.5,-83.5 parent: 2 - uid: 4740 components: - type: Transform - pos: 9.5,-74.5 + pos: 4.5,-84.5 parent: 2 - uid: 4741 components: - type: Transform - pos: 10.5,-74.5 + pos: 5.5,-84.5 parent: 2 - uid: 4742 components: - type: Transform - pos: 11.5,-74.5 + pos: 6.5,-84.5 parent: 2 - uid: 4743 components: - type: Transform - pos: 11.5,-73.5 + pos: 6.5,-83.5 parent: 2 - uid: 4744 components: - type: Transform - pos: 11.5,-72.5 + pos: -11.5,-90.5 parent: 2 - uid: 4745 components: - type: Transform - pos: 12.5,-72.5 + pos: -12.5,-90.5 parent: 2 - uid: 4746 components: - type: Transform - pos: 13.5,-72.5 + pos: -13.5,-90.5 parent: 2 - uid: 4747 components: - type: Transform - pos: 14.5,-72.5 + pos: -13.5,-89.5 parent: 2 - uid: 4748 components: - type: Transform - pos: 15.5,-72.5 + pos: -13.5,-88.5 parent: 2 - uid: 4749 components: - type: Transform - pos: 16.5,-72.5 + pos: -0.5,-90.5 parent: 2 - uid: 4750 components: - type: Transform - pos: 17.5,-72.5 + pos: 47.5,-52.5 parent: 2 - uid: 4751 components: - type: Transform - pos: 18.5,-72.5 + pos: -39.5,4.5 parent: 2 - uid: 4752 components: - type: Transform - pos: 19.5,-72.5 + pos: -39.5,5.5 parent: 2 - uid: 4753 components: - type: Transform - pos: 20.5,-72.5 + pos: -39.5,6.5 parent: 2 - uid: 4754 components: - type: Transform - pos: 21.5,-72.5 + pos: -39.5,7.5 parent: 2 - uid: 4755 components: - type: Transform - pos: 22.5,-72.5 + pos: -39.5,8.5 parent: 2 - uid: 4756 components: - type: Transform - pos: -0.5,-74.5 + pos: -38.5,8.5 parent: 2 - uid: 4757 components: - type: Transform - pos: -1.5,-74.5 + pos: -37.5,8.5 parent: 2 - uid: 4758 components: - type: Transform - pos: -2.5,-74.5 + pos: -36.5,8.5 parent: 2 - uid: 4759 components: - type: Transform - pos: -3.5,-74.5 + pos: -49.5,6.5 parent: 2 - uid: 4760 components: - type: Transform - pos: -4.5,-74.5 + pos: -49.5,8.5 parent: 2 - uid: 4761 components: - type: Transform - pos: -5.5,-74.5 + pos: -48.5,8.5 parent: 2 - uid: 4762 components: - type: Transform - pos: -6.5,-74.5 + pos: -47.5,8.5 parent: 2 - uid: 4763 components: - type: Transform - pos: -7.5,-74.5 + pos: -46.5,8.5 parent: 2 - uid: 4764 components: - type: Transform - pos: -8.5,-74.5 + pos: -45.5,8.5 parent: 2 - uid: 4765 components: - type: Transform - pos: -9.5,-74.5 + pos: -44.5,8.5 parent: 2 - uid: 4766 components: - type: Transform - pos: -10.5,-74.5 + pos: -43.5,8.5 parent: 2 - uid: 4767 components: - type: Transform - pos: -10.5,-73.5 + pos: -42.5,8.5 parent: 2 - uid: 4768 components: - type: Transform - pos: -10.5,-72.5 + pos: 0.5,-74.5 parent: 2 - uid: 4769 components: - type: Transform - pos: -11.5,-72.5 + pos: 0.5,-74.5 parent: 2 - uid: 4770 components: - type: Transform - pos: -12.5,-72.5 + pos: 1.5,-74.5 parent: 2 - uid: 4771 components: - type: Transform - pos: -13.5,-72.5 + pos: 2.5,-74.5 parent: 2 - uid: 4772 components: - type: Transform - pos: -14.5,-72.5 + pos: 3.5,-74.5 parent: 2 - uid: 4773 components: - type: Transform - pos: -15.5,-72.5 + pos: 4.5,-74.5 parent: 2 - uid: 4774 components: - type: Transform - pos: -16.5,-72.5 + pos: 5.5,-74.5 parent: 2 - uid: 4775 components: - type: Transform - pos: -17.5,-72.5 + pos: 6.5,-74.5 parent: 2 - uid: 4776 components: - type: Transform - pos: -18.5,-72.5 + pos: 7.5,-74.5 parent: 2 - uid: 4777 components: - type: Transform - pos: -19.5,-72.5 + pos: 8.5,-74.5 parent: 2 - uid: 4778 components: - type: Transform - pos: -20.5,-72.5 + pos: 9.5,-74.5 parent: 2 - uid: 4779 components: - type: Transform - pos: -21.5,-72.5 + pos: 10.5,-74.5 parent: 2 - uid: 4780 components: - type: Transform - pos: -22.5,-72.5 + pos: 11.5,-74.5 parent: 2 - uid: 4781 components: - type: Transform - pos: -23.5,-72.5 + pos: 11.5,-73.5 parent: 2 - uid: 4782 components: - type: Transform - pos: -24.5,-72.5 + pos: 11.5,-72.5 parent: 2 - uid: 4783 components: - type: Transform - pos: 30.5,-52.5 + pos: 12.5,-72.5 parent: 2 - uid: 4784 components: - type: Transform - pos: 30.5,-53.5 + pos: 13.5,-72.5 parent: 2 - uid: 4785 components: - type: Transform - pos: 30.5,-54.5 + pos: 14.5,-72.5 parent: 2 - uid: 4786 components: - type: Transform - pos: 29.5,-54.5 + pos: 15.5,-72.5 parent: 2 - uid: 4787 components: - type: Transform - pos: 29.5,-55.5 + pos: 16.5,-72.5 parent: 2 - uid: 4788 components: - type: Transform - pos: 29.5,-56.5 + pos: 17.5,-72.5 parent: 2 - uid: 4789 components: - type: Transform - pos: 29.5,-57.5 + pos: 18.5,-72.5 parent: 2 - uid: 4790 components: - type: Transform - pos: 29.5,-58.5 + pos: 19.5,-72.5 parent: 2 - uid: 4791 components: - type: Transform - pos: 29.5,-59.5 + pos: 20.5,-72.5 parent: 2 - uid: 4792 components: - type: Transform - pos: 29.5,-60.5 + pos: 21.5,-72.5 parent: 2 - uid: 4793 components: - type: Transform - pos: 29.5,-61.5 + pos: 22.5,-72.5 parent: 2 - uid: 4794 components: - type: Transform - pos: 29.5,-62.5 + pos: -0.5,-74.5 parent: 2 - uid: 4795 components: - type: Transform - pos: 29.5,-63.5 + pos: -1.5,-74.5 parent: 2 - uid: 4796 components: - type: Transform - pos: 29.5,-64.5 + pos: -2.5,-74.5 parent: 2 - uid: 4797 components: - type: Transform - pos: 29.5,-65.5 + pos: -3.5,-74.5 parent: 2 - uid: 4798 components: - type: Transform - pos: 29.5,-66.5 + pos: -4.5,-74.5 parent: 2 - uid: 4799 components: - type: Transform - pos: 29.5,-67.5 + pos: -5.5,-74.5 parent: 2 - uid: 4800 components: - type: Transform - pos: 29.5,-68.5 + pos: -6.5,-74.5 parent: 2 - uid: 4801 components: - type: Transform - pos: 29.5,-69.5 + pos: -7.5,-74.5 parent: 2 - uid: 4802 components: - type: Transform - pos: 29.5,-70.5 + pos: -8.5,-74.5 parent: 2 - uid: 4803 components: - type: Transform - pos: 28.5,-70.5 + pos: -9.5,-74.5 parent: 2 - uid: 4804 components: - type: Transform - pos: 27.5,-70.5 + pos: -10.5,-74.5 parent: 2 - uid: 4805 components: - type: Transform - pos: 26.5,-70.5 + pos: -10.5,-73.5 parent: 2 - uid: 4806 components: - type: Transform - pos: 22.5,-71.5 + pos: -10.5,-72.5 parent: 2 - uid: 4807 components: - type: Transform - pos: 22.5,-70.5 + pos: -11.5,-72.5 parent: 2 - uid: 4808 components: - type: Transform - pos: 31.5,-52.5 + pos: -12.5,-72.5 parent: 2 - uid: 4809 components: - type: Transform - pos: 32.5,-52.5 + pos: -13.5,-72.5 parent: 2 - uid: 4810 components: - type: Transform - pos: 32.5,-51.5 + pos: -14.5,-72.5 parent: 2 - uid: 4811 components: - type: Transform - pos: 32.5,-50.5 + pos: -15.5,-72.5 parent: 2 - uid: 4812 components: - type: Transform - pos: 32.5,-49.5 + pos: -16.5,-72.5 parent: 2 - uid: 4813 components: - type: Transform - pos: 32.5,-48.5 + pos: -17.5,-72.5 parent: 2 - uid: 4814 components: - type: Transform - pos: 32.5,-47.5 + pos: -18.5,-72.5 parent: 2 - uid: 4815 components: - type: Transform - pos: 32.5,-46.5 + pos: -19.5,-72.5 parent: 2 - uid: 4816 components: - type: Transform - pos: 32.5,-45.5 + pos: -20.5,-72.5 parent: 2 - uid: 4817 components: - type: Transform - pos: 32.5,-44.5 + pos: -21.5,-72.5 parent: 2 - uid: 4818 components: - type: Transform - pos: 32.5,-43.5 + pos: -22.5,-72.5 parent: 2 - uid: 4819 components: - type: Transform - pos: 32.5,-42.5 + pos: -23.5,-72.5 parent: 2 - uid: 4820 components: - type: Transform - pos: 32.5,-41.5 + pos: -24.5,-72.5 parent: 2 - uid: 4821 components: - type: Transform - pos: 32.5,-40.5 + pos: 30.5,-52.5 parent: 2 - uid: 4822 components: - type: Transform - pos: 32.5,-39.5 + pos: 30.5,-53.5 parent: 2 - uid: 4823 components: - type: Transform - pos: 32.5,-38.5 + pos: 30.5,-54.5 parent: 2 - uid: 4824 components: - type: Transform - pos: 32.5,-37.5 + pos: 29.5,-54.5 parent: 2 - uid: 4825 components: - type: Transform - pos: 32.5,-36.5 + pos: 29.5,-55.5 parent: 2 - uid: 4826 components: - type: Transform - pos: 32.5,-35.5 + pos: 29.5,-56.5 parent: 2 - uid: 4827 components: - type: Transform - pos: 32.5,-34.5 + pos: 29.5,-57.5 parent: 2 - uid: 4828 components: - type: Transform - pos: 23.5,-0.5 + pos: 29.5,-58.5 parent: 2 - uid: 4829 components: - type: Transform - pos: 23.5,-1.5 + pos: 29.5,-59.5 parent: 2 - uid: 4830 components: - type: Transform - pos: 23.5,-2.5 + pos: 29.5,-60.5 parent: 2 - uid: 4831 components: - type: Transform - pos: 24.5,-2.5 + pos: 29.5,-61.5 parent: 2 - uid: 4832 components: - type: Transform - pos: 24.5,-3.5 + pos: 29.5,-62.5 parent: 2 - uid: 4833 components: - type: Transform - pos: 25.5,-3.5 + pos: 29.5,-63.5 parent: 2 - uid: 4834 components: - type: Transform - pos: 26.5,-3.5 + pos: 29.5,-64.5 parent: 2 - uid: 4835 components: - type: Transform - pos: 26.5,-4.5 + pos: 29.5,-65.5 parent: 2 - uid: 4836 components: - type: Transform - pos: 26.5,-5.5 + pos: 29.5,-66.5 parent: 2 - uid: 4837 components: - type: Transform - pos: 27.5,-5.5 + pos: 29.5,-67.5 parent: 2 - uid: 4838 components: - type: Transform - pos: 27.5,-6.5 + pos: 29.5,-68.5 parent: 2 - uid: 4839 components: - type: Transform - pos: 27.5,-7.5 + pos: 29.5,-69.5 parent: 2 - uid: 4840 components: - type: Transform - pos: 28.5,-7.5 + pos: 29.5,-70.5 parent: 2 - uid: 4841 components: - type: Transform - pos: 28.5,-8.5 + pos: 28.5,-70.5 parent: 2 - uid: 4842 components: - type: Transform - pos: 28.5,-9.5 + pos: 27.5,-70.5 parent: 2 - uid: 4843 components: - type: Transform - pos: 29.5,-9.5 + pos: 26.5,-70.5 parent: 2 - uid: 4844 components: - type: Transform - pos: 31.5,-25.5 + pos: 22.5,-71.5 parent: 2 - uid: 4845 components: - type: Transform - pos: 30.5,-25.5 + pos: 22.5,-70.5 parent: 2 - uid: 4846 components: - type: Transform - pos: 29.5,-25.5 + pos: 31.5,-52.5 parent: 2 - uid: 4847 components: - type: Transform - pos: 29.5,-26.5 + pos: 32.5,-52.5 parent: 2 - uid: 4848 components: - type: Transform - pos: 29.5,-27.5 + pos: 32.5,-51.5 parent: 2 - uid: 4849 components: - type: Transform - pos: 29.5,-28.5 + pos: 32.5,-50.5 parent: 2 - uid: 4850 components: - type: Transform - pos: 29.5,-29.5 + pos: 32.5,-49.5 parent: 2 - uid: 4851 components: - type: Transform - pos: 29.5,-30.5 + pos: 32.5,-48.5 parent: 2 - uid: 4852 components: - type: Transform - pos: 29.5,-31.5 + pos: 32.5,-47.5 parent: 2 - uid: 4853 components: - type: Transform - pos: 29.5,-32.5 + pos: 32.5,-46.5 parent: 2 - uid: 4854 components: - type: Transform - pos: 28.5,-32.5 + pos: 32.5,-45.5 parent: 2 - uid: 4855 components: - type: Transform - pos: 27.5,-32.5 + pos: 32.5,-44.5 parent: 2 - uid: 4856 components: - type: Transform - pos: 26.5,-32.5 + pos: 32.5,-43.5 parent: 2 - uid: 4857 components: - type: Transform - pos: 25.5,-32.5 + pos: 32.5,-42.5 parent: 2 - uid: 4858 components: - type: Transform - pos: 24.5,-32.5 + pos: 32.5,-41.5 parent: 2 - uid: 4859 components: - type: Transform - pos: 30.5,-32.5 + pos: 32.5,-40.5 parent: 2 - uid: 4860 components: - type: Transform - pos: 29.5,-24.5 + pos: 32.5,-39.5 parent: 2 - uid: 4861 components: - type: Transform - pos: 29.5,-23.5 + pos: 32.5,-38.5 parent: 2 - uid: 4862 components: - type: Transform - pos: 29.5,-22.5 + pos: 32.5,-37.5 parent: 2 - uid: 4863 components: - type: Transform - pos: 29.5,-21.5 + pos: 32.5,-36.5 parent: 2 - uid: 4864 components: - type: Transform - pos: 29.5,-20.5 + pos: 32.5,-35.5 parent: 2 - uid: 4865 components: - type: Transform - pos: 29.5,-19.5 + pos: 32.5,-34.5 parent: 2 - uid: 4866 components: - type: Transform - pos: 29.5,-18.5 + pos: 23.5,-0.5 parent: 2 - uid: 4867 components: - type: Transform - pos: 29.5,-17.5 + pos: 23.5,-1.5 parent: 2 - uid: 4868 components: - type: Transform - pos: 29.5,-16.5 + pos: 23.5,-2.5 parent: 2 - uid: 4869 components: - type: Transform - pos: 29.5,-15.5 + pos: 24.5,-2.5 parent: 2 - uid: 4870 components: - type: Transform - pos: 29.5,-14.5 + pos: 24.5,-3.5 parent: 2 - uid: 4871 components: - type: Transform - pos: 29.5,-13.5 + pos: 25.5,-3.5 parent: 2 - uid: 4872 components: - type: Transform - pos: 29.5,-12.5 + pos: 26.5,-3.5 parent: 2 - uid: 4873 components: - type: Transform - pos: 21.5,-0.5 + pos: 26.5,-4.5 parent: 2 - uid: 4874 components: - type: Transform - pos: 22.5,-1.5 + pos: 26.5,-5.5 parent: 2 - uid: 4875 components: - type: Transform - pos: 21.5,-1.5 + pos: 27.5,-5.5 parent: 2 - uid: 4876 components: - type: Transform - pos: 20.5,-0.5 + pos: 27.5,-6.5 parent: 2 - uid: 4877 components: - type: Transform - pos: 19.5,-0.5 + pos: 27.5,-7.5 parent: 2 - uid: 4878 components: - type: Transform - pos: 19.5,0.5 + pos: 28.5,-7.5 parent: 2 - uid: 4879 components: - type: Transform - pos: 18.5,0.5 + pos: 28.5,-8.5 parent: 2 - uid: 4880 components: - type: Transform - pos: 17.5,0.5 + pos: 28.5,-9.5 parent: 2 - uid: 4881 components: - type: Transform - pos: 16.5,0.5 + pos: 29.5,-9.5 parent: 2 - uid: 4882 components: - type: Transform - pos: 15.5,0.5 + pos: 31.5,-25.5 parent: 2 - uid: 4883 components: - type: Transform - pos: 14.5,0.5 + pos: 30.5,-25.5 parent: 2 - uid: 4884 components: - type: Transform - pos: 13.5,0.5 + pos: 29.5,-25.5 parent: 2 - uid: 4885 components: - type: Transform - pos: 12.5,0.5 + pos: 29.5,-26.5 parent: 2 - uid: 4886 components: - type: Transform - pos: 12.5,1.5 + pos: 29.5,-27.5 parent: 2 - uid: 4887 components: - type: Transform - pos: 12.5,2.5 + pos: 29.5,-28.5 parent: 2 - uid: 4888 components: - type: Transform - pos: 12.5,3.5 + pos: 29.5,-29.5 parent: 2 - uid: 4889 components: - type: Transform - pos: -11.5,3.5 + pos: 29.5,-30.5 parent: 2 - uid: 4890 components: - type: Transform - pos: -11.5,2.5 + pos: 29.5,-31.5 parent: 2 - uid: 4891 components: - type: Transform - pos: -11.5,1.5 + pos: 29.5,-32.5 parent: 2 - uid: 4892 components: - type: Transform - pos: -11.5,0.5 + pos: 28.5,-32.5 parent: 2 - uid: 4893 components: - type: Transform - pos: -12.5,0.5 + pos: 27.5,-32.5 parent: 2 - uid: 4894 components: - type: Transform - pos: -13.5,0.5 + pos: 26.5,-32.5 parent: 2 - uid: 4895 components: - type: Transform - pos: -14.5,0.5 + pos: 25.5,-32.5 parent: 2 - uid: 4896 components: - type: Transform - pos: -15.5,0.5 + pos: 24.5,-32.5 parent: 2 - uid: 4897 components: - type: Transform - pos: -16.5,0.5 + pos: 30.5,-32.5 parent: 2 - uid: 4898 components: - type: Transform - pos: -17.5,0.5 + pos: 29.5,-24.5 parent: 2 - uid: 4899 components: - type: Transform - pos: -18.5,0.5 + pos: 29.5,-23.5 parent: 2 - uid: 4900 components: - type: Transform - pos: -18.5,-0.5 + pos: 29.5,-22.5 parent: 2 - uid: 4901 components: - type: Transform - pos: -19.5,-0.5 + pos: 29.5,-21.5 parent: 2 - uid: 4902 components: - type: Transform - pos: -20.5,-0.5 + pos: 29.5,-20.5 parent: 2 - uid: 4903 components: - type: Transform - pos: -20.5,-1.5 + pos: 29.5,-19.5 parent: 2 - uid: 4904 components: - type: Transform - pos: -21.5,-1.5 + pos: 29.5,-18.5 parent: 2 - uid: 4905 components: - type: Transform - pos: -21.5,-2.5 + pos: 29.5,-17.5 parent: 2 - uid: 4906 components: - type: Transform - pos: -22.5,-2.5 + pos: 29.5,-16.5 parent: 2 - uid: 4907 components: - type: Transform - pos: -23.5,-2.5 + pos: 29.5,-15.5 parent: 2 - uid: 4908 components: - type: Transform - pos: -23.5,-3.5 + pos: 29.5,-14.5 parent: 2 - uid: 4909 components: - type: Transform - pos: -24.5,-3.5 + pos: 29.5,-13.5 parent: 2 - uid: 4910 components: - type: Transform - pos: -24.5,-4.5 + pos: 29.5,-12.5 parent: 2 - uid: 4911 components: - type: Transform - pos: -25.5,-4.5 + pos: 21.5,-0.5 parent: 2 - uid: 4912 components: - type: Transform - pos: -25.5,-5.5 + pos: 22.5,-1.5 parent: 2 - uid: 4913 components: - type: Transform - pos: -26.5,-5.5 + pos: 21.5,-1.5 parent: 2 - uid: 4914 components: - type: Transform - pos: -26.5,-6.5 + pos: 20.5,-0.5 parent: 2 - uid: 4915 components: - type: Transform - pos: -26.5,-7.5 + pos: 19.5,-0.5 parent: 2 - uid: 4916 components: - type: Transform - pos: -27.5,-7.5 + pos: 19.5,0.5 parent: 2 - uid: 4917 components: - type: Transform - pos: -28.5,-7.5 + pos: 18.5,0.5 parent: 2 - uid: 4918 components: - type: Transform - pos: -23.5,-1.5 + pos: 17.5,0.5 parent: 2 - uid: 4919 components: - type: Transform - pos: -24.5,-1.5 + pos: 16.5,0.5 parent: 2 - uid: 4920 components: - type: Transform - pos: -28.5,-10.5 + pos: 15.5,0.5 parent: 2 - uid: 4921 components: - type: Transform - pos: -28.5,-11.5 + pos: 14.5,0.5 parent: 2 - uid: 4922 components: - type: Transform - pos: -28.5,-12.5 + pos: 13.5,0.5 parent: 2 - uid: 4923 components: - type: Transform - pos: -28.5,-13.5 + pos: 12.5,0.5 parent: 2 - uid: 4924 components: - type: Transform - pos: -28.5,-14.5 + pos: 12.5,1.5 parent: 2 - uid: 4925 components: - type: Transform - pos: -28.5,-15.5 + pos: 12.5,2.5 parent: 2 - uid: 4926 components: - type: Transform - pos: -28.5,-16.5 + pos: 12.5,3.5 parent: 2 - uid: 4927 components: - type: Transform - pos: -28.5,-17.5 + pos: -11.5,3.5 parent: 2 - uid: 4928 components: - type: Transform - pos: -28.5,-18.5 + pos: -11.5,2.5 parent: 2 - uid: 4929 components: - type: Transform - pos: -28.5,-19.5 + pos: -11.5,1.5 parent: 2 - uid: 4930 components: - type: Transform - pos: -28.5,-20.5 + pos: -11.5,0.5 parent: 2 - uid: 4931 components: - type: Transform - pos: -28.5,-21.5 + pos: -12.5,0.5 parent: 2 - uid: 4932 components: - type: Transform - pos: -28.5,-22.5 + pos: -13.5,0.5 parent: 2 - uid: 4933 components: - type: Transform - pos: -28.5,-23.5 + pos: -14.5,0.5 parent: 2 - uid: 4934 components: - type: Transform - pos: -28.5,-24.5 + pos: -15.5,0.5 parent: 2 - uid: 4935 components: - type: Transform - pos: -28.5,-25.5 + pos: -16.5,0.5 parent: 2 - uid: 4936 components: - type: Transform - pos: -28.5,-26.5 + pos: -17.5,0.5 parent: 2 - uid: 4937 components: - type: Transform - pos: -28.5,-27.5 + pos: -18.5,0.5 parent: 2 - uid: 4938 components: - type: Transform - pos: -28.5,-28.5 + pos: -18.5,-0.5 parent: 2 - uid: 4939 components: - type: Transform - pos: -28.5,-29.5 + pos: -19.5,-0.5 parent: 2 - uid: 4940 components: - type: Transform - pos: -28.5,-30.5 + pos: -20.5,-0.5 parent: 2 - uid: 4941 components: - type: Transform - pos: -28.5,-31.5 + pos: -20.5,-1.5 parent: 2 - uid: 4942 components: - type: Transform - pos: -28.5,-32.5 + pos: -21.5,-1.5 parent: 2 - uid: 4943 components: - type: Transform - pos: -29.5,-32.5 + pos: -21.5,-2.5 parent: 2 - uid: 4944 components: - type: Transform - pos: -30.5,-32.5 + pos: -22.5,-2.5 parent: 2 - uid: 4945 components: - type: Transform - pos: -31.5,-32.5 + pos: -23.5,-2.5 parent: 2 - uid: 4946 components: - type: Transform - pos: -31.5,-31.5 + pos: -23.5,-3.5 parent: 2 - uid: 4947 components: - type: Transform - pos: -31.5,-30.5 + pos: -24.5,-3.5 parent: 2 - uid: 4948 components: - type: Transform - pos: -31.5,-34.5 + pos: -24.5,-4.5 parent: 2 - uid: 4949 components: - type: Transform - pos: -31.5,-35.5 + pos: -25.5,-4.5 parent: 2 - uid: 4950 components: - type: Transform - pos: -31.5,-36.5 + pos: -25.5,-5.5 parent: 2 - uid: 4951 components: - type: Transform - pos: -31.5,-37.5 + pos: -26.5,-5.5 parent: 2 - uid: 4952 components: - type: Transform - pos: -31.5,-38.5 + pos: -26.5,-6.5 parent: 2 - uid: 4953 components: - type: Transform - pos: -31.5,-39.5 + pos: -26.5,-7.5 parent: 2 - uid: 4954 components: - type: Transform - pos: -31.5,-40.5 + pos: -27.5,-7.5 parent: 2 - uid: 4955 components: - type: Transform - pos: -31.5,-41.5 + pos: -28.5,-7.5 parent: 2 - uid: 4956 components: - type: Transform - pos: -31.5,-42.5 + pos: -23.5,-1.5 parent: 2 - uid: 4957 components: - type: Transform - pos: -31.5,-43.5 + pos: -24.5,-1.5 parent: 2 - uid: 4958 components: - type: Transform - pos: -31.5,-44.5 + pos: -28.5,-10.5 parent: 2 - uid: 4959 components: - type: Transform - pos: -31.5,-45.5 + pos: -28.5,-11.5 parent: 2 - uid: 4960 components: - type: Transform - pos: -31.5,-46.5 + pos: -28.5,-12.5 parent: 2 - uid: 4961 components: - type: Transform - pos: -31.5,-47.5 + pos: -28.5,-13.5 parent: 2 - uid: 4962 components: - type: Transform - pos: -31.5,-48.5 + pos: -28.5,-14.5 parent: 2 - uid: 4963 components: - type: Transform - pos: -31.5,-49.5 + pos: -28.5,-15.5 parent: 2 - uid: 4964 components: - type: Transform - pos: -31.5,-50.5 + pos: -28.5,-16.5 parent: 2 - uid: 4965 components: - type: Transform - pos: -31.5,-51.5 + pos: -28.5,-17.5 parent: 2 - uid: 4966 components: - type: Transform - pos: -31.5,-52.5 + pos: -28.5,-18.5 parent: 2 - uid: 4967 components: - type: Transform - pos: -32.5,-43.5 + pos: -28.5,-19.5 parent: 2 - uid: 4968 components: - type: Transform - pos: -33.5,-43.5 + pos: -28.5,-20.5 parent: 2 - uid: 4969 components: - type: Transform - pos: -34.5,-43.5 + pos: -28.5,-21.5 parent: 2 - uid: 4970 components: - type: Transform - pos: -35.5,-43.5 + pos: -28.5,-22.5 parent: 2 - uid: 4971 components: - type: Transform - pos: -36.5,-43.5 + pos: -28.5,-23.5 parent: 2 - uid: 4972 components: - type: Transform - pos: -37.5,-43.5 + pos: -28.5,-24.5 parent: 2 - uid: 4973 components: - type: Transform - pos: -38.5,-43.5 + pos: -28.5,-25.5 parent: 2 - uid: 4974 components: - type: Transform - pos: -39.5,-43.5 + pos: -28.5,-26.5 parent: 2 - uid: 4975 components: - type: Transform - pos: -40.5,-43.5 + pos: -28.5,-27.5 parent: 2 - uid: 4976 components: - type: Transform - pos: -41.5,-43.5 + pos: -28.5,-28.5 parent: 2 - uid: 4977 components: - type: Transform - pos: -42.5,-43.5 + pos: -28.5,-29.5 parent: 2 - uid: 4978 components: - type: Transform - pos: -43.5,-43.5 + pos: -28.5,-30.5 parent: 2 - uid: 4979 components: - type: Transform - pos: -44.5,-43.5 + pos: -28.5,-31.5 parent: 2 - uid: 4980 components: - type: Transform - pos: -45.5,-43.5 + pos: -28.5,-32.5 parent: 2 - uid: 4981 components: - type: Transform - pos: -46.5,-43.5 + pos: -29.5,-32.5 parent: 2 - uid: 4982 components: - type: Transform - pos: -47.5,-43.5 + pos: -30.5,-32.5 parent: 2 - uid: 4983 components: - type: Transform - pos: -48.5,-43.5 + pos: -31.5,-32.5 parent: 2 - uid: 4984 components: - type: Transform - pos: -33.5,-44.5 + pos: -31.5,-31.5 parent: 2 - uid: 4985 components: - type: Transform - pos: -33.5,-45.5 + pos: -31.5,-30.5 parent: 2 - uid: 4986 components: - type: Transform - pos: -30.5,-56.5 + pos: -31.5,-34.5 parent: 2 - uid: 4987 components: - type: Transform - pos: -30.5,-55.5 + pos: -31.5,-35.5 parent: 2 - uid: 4988 components: - type: Transform - pos: -30.5,-54.5 + pos: -31.5,-36.5 parent: 2 - uid: 4989 components: - type: Transform - pos: -31.5,-54.5 + pos: -31.5,-37.5 parent: 2 - uid: 4990 components: - type: Transform - pos: -29.5,-54.5 + pos: -31.5,-38.5 parent: 2 - uid: 4991 components: - type: Transform - pos: -28.5,-54.5 + pos: -31.5,-39.5 parent: 2 - uid: 4992 components: - type: Transform - pos: -28.5,-55.5 + pos: -31.5,-40.5 parent: 2 - uid: 4993 components: - type: Transform - pos: -28.5,-56.5 + pos: -31.5,-41.5 parent: 2 - uid: 4994 components: - type: Transform - pos: -28.5,-57.5 + pos: -31.5,-42.5 parent: 2 - uid: 4995 components: - type: Transform - pos: -28.5,-58.5 + pos: -31.5,-43.5 parent: 2 - uid: 4996 components: - type: Transform - pos: -28.5,-59.5 + pos: -31.5,-44.5 parent: 2 - uid: 4997 components: - type: Transform - pos: -28.5,-60.5 + pos: -31.5,-45.5 parent: 2 - uid: 4998 components: - type: Transform - pos: -28.5,-61.5 + pos: -31.5,-46.5 parent: 2 - uid: 4999 components: - type: Transform - pos: -28.5,-62.5 + pos: -31.5,-47.5 parent: 2 - uid: 5000 components: - type: Transform - pos: -28.5,-63.5 + pos: -31.5,-48.5 parent: 2 - uid: 5001 components: - type: Transform - pos: -28.5,-64.5 + pos: -31.5,-49.5 parent: 2 - uid: 5002 components: - type: Transform - pos: -28.5,-65.5 + pos: -31.5,-50.5 parent: 2 - uid: 5003 components: - type: Transform - pos: -28.5,-66.5 + pos: -31.5,-51.5 parent: 2 - uid: 5004 components: - type: Transform - pos: -28.5,-67.5 + pos: -31.5,-52.5 parent: 2 - uid: 5005 components: - type: Transform - pos: -28.5,-68.5 + pos: -32.5,-43.5 parent: 2 - uid: 5006 components: - type: Transform - pos: -28.5,-69.5 + pos: -33.5,-43.5 parent: 2 - uid: 5007 components: - type: Transform - pos: -28.5,-70.5 + pos: -34.5,-43.5 parent: 2 - uid: 5008 components: - type: Transform - pos: -27.5,-70.5 + pos: -35.5,-43.5 parent: 2 - uid: 5009 components: - type: Transform - pos: -26.5,-70.5 + pos: -36.5,-43.5 parent: 2 - uid: 5010 components: - type: Transform - pos: -25.5,-70.5 + pos: -37.5,-43.5 parent: 2 - uid: 5011 components: - type: Transform - pos: -24.5,-70.5 + pos: -38.5,-43.5 parent: 2 - uid: 5012 components: - type: Transform - pos: 52.5,-24.5 + pos: -39.5,-43.5 parent: 2 - uid: 5013 components: - type: Transform - pos: -41.5,-93.5 + pos: -40.5,-43.5 parent: 2 - uid: 5014 components: - type: Transform - pos: -39.5,-94.5 + pos: -41.5,-43.5 parent: 2 - uid: 5015 components: - type: Transform - pos: -40.5,-94.5 + pos: -42.5,-43.5 parent: 2 - uid: 5016 components: - type: Transform - pos: -41.5,-94.5 + pos: -43.5,-43.5 parent: 2 - uid: 5017 components: - type: Transform - pos: -42.5,-94.5 + pos: -44.5,-43.5 parent: 2 - uid: 5018 components: - type: Transform - pos: -43.5,-94.5 + pos: -45.5,-43.5 parent: 2 - uid: 5019 components: - type: Transform - pos: -44.5,-94.5 + pos: -46.5,-43.5 parent: 2 - uid: 5020 components: - type: Transform - pos: -45.5,-94.5 + pos: -47.5,-43.5 parent: 2 - uid: 5021 components: - type: Transform - pos: -46.5,-94.5 + pos: -48.5,-43.5 parent: 2 - uid: 5022 components: - type: Transform - pos: -47.5,-94.5 + pos: -33.5,-44.5 parent: 2 - uid: 5023 components: - type: Transform - pos: -48.5,-94.5 + pos: -33.5,-45.5 parent: 2 - uid: 5024 components: - type: Transform - pos: -49.5,-94.5 + pos: -30.5,-56.5 parent: 2 - uid: 5025 components: - type: Transform - pos: -50.5,-94.5 + pos: -30.5,-55.5 parent: 2 - uid: 5026 components: - type: Transform - pos: -51.5,-94.5 + pos: -30.5,-54.5 parent: 2 - uid: 5027 components: - type: Transform - pos: -52.5,-94.5 + pos: -31.5,-54.5 parent: 2 - uid: 5028 components: - type: Transform - pos: -52.5,-93.5 + pos: -29.5,-54.5 parent: 2 - uid: 5029 components: - type: Transform - pos: -52.5,-92.5 + pos: -28.5,-54.5 parent: 2 - uid: 5030 components: - type: Transform - pos: -52.5,-91.5 + pos: -28.5,-55.5 parent: 2 - uid: 5031 components: - type: Transform - pos: -53.5,-91.5 + pos: -28.5,-56.5 parent: 2 - uid: 5032 components: - type: Transform - pos: -53.5,-90.5 + pos: -28.5,-57.5 parent: 2 - uid: 5033 components: - type: Transform - pos: -53.5,-89.5 + pos: -28.5,-58.5 parent: 2 - uid: 5034 components: - type: Transform - pos: -53.5,-88.5 + pos: -28.5,-59.5 parent: 2 - uid: 5035 components: - type: Transform - pos: -39.5,-93.5 + pos: -28.5,-60.5 parent: 2 - uid: 5036 components: - type: Transform - pos: -39.5,-92.5 + pos: -28.5,-61.5 parent: 2 - uid: 5037 components: - type: Transform - pos: -38.5,-92.5 + pos: -28.5,-62.5 parent: 2 - uid: 5038 components: - type: Transform - pos: 17.5,-97.5 + pos: -28.5,-63.5 parent: 2 - uid: 5039 components: - type: Transform - pos: 16.5,-99.5 + pos: -28.5,-64.5 parent: 2 - uid: 5040 components: - type: Transform - pos: 15.5,-99.5 + pos: -28.5,-65.5 parent: 2 - uid: 5041 components: - type: Transform - pos: 17.5,-96.5 + pos: -28.5,-66.5 parent: 2 - uid: 5042 components: - type: Transform - pos: -60.5,-25.5 + pos: -28.5,-67.5 parent: 2 - uid: 5043 components: - type: Transform - pos: -60.5,-29.5 + pos: -28.5,-68.5 parent: 2 - uid: 5044 components: - type: Transform - pos: -61.5,-29.5 + pos: -28.5,-69.5 parent: 2 - uid: 5045 components: - type: Transform - pos: -62.5,-29.5 + pos: -28.5,-70.5 parent: 2 - uid: 5046 components: - type: Transform - pos: -63.5,-29.5 + pos: -27.5,-70.5 parent: 2 - uid: 5047 components: - type: Transform - pos: -64.5,-29.5 + pos: -26.5,-70.5 parent: 2 - uid: 5048 components: - type: Transform - pos: -65.5,-29.5 + pos: -25.5,-70.5 parent: 2 - uid: 5049 components: - type: Transform - pos: -66.5,-29.5 + pos: -24.5,-70.5 parent: 2 - uid: 5050 components: - type: Transform - pos: -67.5,-29.5 + pos: 52.5,-24.5 parent: 2 - uid: 5051 components: - type: Transform - pos: -68.5,-29.5 + pos: -41.5,-93.5 parent: 2 - uid: 5052 components: - type: Transform - pos: -69.5,-29.5 + pos: -39.5,-94.5 parent: 2 - uid: 5053 components: - type: Transform - pos: -70.5,-29.5 + pos: -40.5,-94.5 parent: 2 - uid: 5054 components: - type: Transform - pos: -70.5,-30.5 + pos: -41.5,-94.5 parent: 2 - uid: 5055 components: - type: Transform - pos: -70.5,-31.5 + pos: -42.5,-94.5 parent: 2 - uid: 5056 components: - type: Transform - pos: -70.5,-32.5 + pos: -43.5,-94.5 parent: 2 - uid: 5057 components: - type: Transform - pos: -68.5,-30.5 + pos: -44.5,-94.5 parent: 2 - uid: 5058 components: - type: Transform - pos: -68.5,-31.5 + pos: -45.5,-94.5 parent: 2 - uid: 5059 components: - type: Transform - pos: -68.5,-32.5 + pos: -46.5,-94.5 parent: 2 - uid: 5060 components: - type: Transform - pos: -67.5,-32.5 + pos: -47.5,-94.5 parent: 2 - uid: 5061 components: - type: Transform - pos: -66.5,-32.5 + pos: -48.5,-94.5 parent: 2 - uid: 5062 components: - type: Transform - pos: -65.5,-32.5 + pos: -49.5,-94.5 parent: 2 - uid: 5063 components: - type: Transform - pos: -64.5,-32.5 + pos: -50.5,-94.5 parent: 2 - uid: 5064 components: - type: Transform - pos: -63.5,-32.5 + pos: -51.5,-94.5 parent: 2 - uid: 5065 components: - type: Transform - pos: -68.5,-28.5 + pos: -52.5,-94.5 parent: 2 - uid: 5066 components: - type: Transform - pos: -68.5,-27.5 + pos: -52.5,-93.5 parent: 2 - uid: 5067 components: - type: Transform - pos: -68.5,-26.5 + pos: -52.5,-92.5 parent: 2 - uid: 5068 components: - type: Transform - pos: -68.5,-25.5 + pos: -52.5,-91.5 parent: 2 - uid: 5069 components: - type: Transform - pos: -68.5,-24.5 + pos: -53.5,-91.5 parent: 2 - uid: 5070 components: - type: Transform - pos: -68.5,-23.5 + pos: -53.5,-90.5 parent: 2 - uid: 5071 components: - type: Transform - pos: -68.5,-22.5 + pos: -53.5,-89.5 parent: 2 - uid: 5072 components: - type: Transform - pos: -68.5,-21.5 + pos: -53.5,-88.5 parent: 2 - uid: 5073 components: - type: Transform - pos: -67.5,-21.5 + pos: -39.5,-93.5 parent: 2 - uid: 5074 components: - type: Transform - pos: -66.5,-21.5 + pos: -39.5,-92.5 parent: 2 - uid: 5075 components: - type: Transform - pos: -65.5,-21.5 + pos: -38.5,-92.5 parent: 2 - uid: 5076 components: - type: Transform - pos: -64.5,-21.5 + pos: 17.5,-97.5 parent: 2 - uid: 5077 components: - type: Transform - pos: -63.5,-21.5 + pos: 16.5,-99.5 parent: 2 - uid: 5078 components: - type: Transform - pos: -62.5,-21.5 + pos: 15.5,-99.5 parent: 2 - uid: 5079 components: - type: Transform - pos: -62.5,-22.5 + pos: 17.5,-96.5 parent: 2 - uid: 5080 components: - type: Transform - pos: -62.5,-23.5 + pos: -60.5,-25.5 parent: 2 - uid: 5081 components: - type: Transform - pos: -62.5,-24.5 + pos: -60.5,-29.5 parent: 2 - uid: 5082 components: - type: Transform - pos: -62.5,-25.5 + pos: -61.5,-29.5 parent: 2 - uid: 5083 components: - type: Transform - pos: -62.5,-26.5 + pos: -62.5,-29.5 parent: 2 - uid: 5084 components: - type: Transform - pos: -62.5,-27.5 + pos: -63.5,-29.5 parent: 2 - uid: 5085 components: - type: Transform - pos: -62.5,-28.5 + pos: -64.5,-29.5 parent: 2 - uid: 5086 components: - type: Transform - pos: -67.5,-25.5 + pos: -65.5,-29.5 parent: 2 - uid: 5087 components: - type: Transform - pos: -66.5,-25.5 + pos: -66.5,-29.5 parent: 2 - uid: 5088 components: - type: Transform - pos: -65.5,-25.5 + pos: -67.5,-29.5 parent: 2 - uid: 5089 components: - type: Transform - pos: -65.5,-24.5 + pos: -68.5,-29.5 parent: 2 - uid: 5090 components: - type: Transform - pos: -66.5,-16.5 + pos: -69.5,-29.5 parent: 2 - uid: 5091 components: - type: Transform - pos: -67.5,-16.5 + pos: -70.5,-29.5 parent: 2 - uid: 5092 components: - type: Transform - pos: -68.5,-16.5 + pos: -70.5,-30.5 parent: 2 - uid: 5093 components: - type: Transform - pos: -69.5,-16.5 + pos: -70.5,-31.5 parent: 2 - uid: 5094 components: - type: Transform - pos: -69.5,-17.5 + pos: -70.5,-32.5 parent: 2 - uid: 5095 components: - type: Transform - pos: -67.5,-77.5 + pos: -68.5,-30.5 parent: 2 - uid: 5096 components: - type: Transform - pos: -66.5,-77.5 + pos: -68.5,-31.5 parent: 2 - uid: 5097 components: - type: Transform - pos: 30.5,24.5 + pos: -68.5,-32.5 parent: 2 - uid: 5098 components: - type: Transform - pos: 30.5,25.5 + pos: -67.5,-32.5 parent: 2 - uid: 5099 components: - type: Transform - pos: 31.5,25.5 + pos: -66.5,-32.5 parent: 2 - uid: 5100 components: - type: Transform - pos: 32.5,25.5 + pos: -65.5,-32.5 parent: 2 - uid: 5101 components: - type: Transform - pos: 33.5,25.5 + pos: -64.5,-32.5 parent: 2 - uid: 5102 components: - type: Transform - pos: 34.5,25.5 + pos: -63.5,-32.5 parent: 2 - uid: 5103 components: - type: Transform - pos: 35.5,25.5 + pos: -68.5,-28.5 parent: 2 - uid: 5104 components: - type: Transform - pos: 36.5,25.5 + pos: -68.5,-27.5 parent: 2 - uid: 5105 components: - type: Transform - pos: 37.5,25.5 + pos: -68.5,-26.5 parent: 2 - uid: 5106 components: - type: Transform - pos: 38.5,25.5 + pos: -68.5,-25.5 parent: 2 - uid: 5107 components: - type: Transform - pos: 39.5,25.5 + pos: -68.5,-24.5 parent: 2 - uid: 5108 components: - type: Transform - pos: 40.5,25.5 + pos: -68.5,-23.5 parent: 2 - uid: 5109 components: - type: Transform - pos: 41.5,25.5 + pos: -68.5,-22.5 parent: 2 - uid: 5110 components: - type: Transform - pos: 41.5,24.5 + pos: -68.5,-21.5 parent: 2 - uid: 5111 components: - type: Transform - pos: 41.5,23.5 + pos: -67.5,-21.5 parent: 2 - uid: 5112 components: - type: Transform - pos: 41.5,22.5 + pos: -66.5,-21.5 parent: 2 - uid: 5113 components: - type: Transform - pos: 41.5,21.5 + pos: -65.5,-21.5 parent: 2 - uid: 5114 components: - type: Transform - pos: 41.5,20.5 + pos: -64.5,-21.5 parent: 2 - uid: 5115 components: - type: Transform - pos: 41.5,19.5 + pos: -63.5,-21.5 parent: 2 - uid: 5116 components: - type: Transform - pos: 41.5,18.5 + pos: -62.5,-21.5 parent: 2 - uid: 5117 components: - type: Transform - pos: 41.5,17.5 + pos: -62.5,-22.5 parent: 2 - uid: 5118 components: - type: Transform - pos: 17.5,-97.5 + pos: -62.5,-23.5 parent: 2 - uid: 5119 components: - type: Transform - pos: 16.5,-97.5 + pos: -62.5,-24.5 parent: 2 - uid: 5120 components: - type: Transform - pos: 15.5,-97.5 + pos: -62.5,-25.5 parent: 2 - uid: 5121 components: - type: Transform - pos: 17.5,-100.5 + pos: -62.5,-26.5 parent: 2 - uid: 5122 components: - type: Transform - pos: 14.5,-98.5 + pos: -62.5,-27.5 parent: 2 - uid: 5123 components: - type: Transform - pos: 14.5,-99.5 + pos: -62.5,-28.5 parent: 2 - uid: 5124 components: - type: Transform - pos: 14.5,-97.5 + pos: -67.5,-25.5 parent: 2 - uid: 5125 components: - type: Transform - pos: 7.5,-95.5 + pos: -66.5,-25.5 parent: 2 - uid: 5126 components: - type: Transform - pos: 7.5,-96.5 + pos: -65.5,-25.5 parent: 2 - uid: 5127 components: - type: Transform - pos: 7.5,-97.5 + pos: -65.5,-24.5 parent: 2 - uid: 5128 components: - type: Transform - pos: 7.5,-98.5 + pos: -66.5,-16.5 parent: 2 - uid: 5129 components: - type: Transform - pos: 7.5,-99.5 + pos: -67.5,-16.5 parent: 2 - uid: 5130 components: - type: Transform - pos: 7.5,-100.5 + pos: -68.5,-16.5 parent: 2 - uid: 5131 components: - type: Transform - pos: 7.5,-101.5 + pos: -69.5,-16.5 parent: 2 - uid: 5132 components: - type: Transform - pos: 7.5,-102.5 + pos: -69.5,-17.5 parent: 2 - uid: 5133 components: - type: Transform - pos: 6.5,-102.5 + pos: -67.5,-77.5 parent: 2 - uid: 5134 components: - type: Transform - pos: 6.5,-99.5 + pos: -66.5,-77.5 parent: 2 - uid: 5135 components: - type: Transform - pos: 8.5,-99.5 + pos: 30.5,24.5 parent: 2 - uid: 5136 components: - type: Transform - pos: 6.5,-96.5 + pos: 30.5,25.5 parent: 2 - uid: 5137 components: - type: Transform - pos: 9.5,-99.5 + pos: 31.5,25.5 parent: 2 - uid: 5138 components: - type: Transform - pos: 10.5,-99.5 + pos: 32.5,25.5 parent: 2 - uid: 5139 components: - type: Transform - pos: 11.5,-99.5 + pos: 33.5,25.5 parent: 2 - uid: 5140 components: - type: Transform - pos: 12.5,-99.5 + pos: 34.5,25.5 parent: 2 - uid: 5141 components: - type: Transform - pos: 13.5,-99.5 + pos: 35.5,25.5 parent: 2 - uid: 5142 components: - type: Transform - pos: 8.5,-96.5 + pos: 36.5,25.5 parent: 2 - uid: 5143 components: - type: Transform - pos: 9.5,-96.5 + pos: 37.5,25.5 parent: 2 - uid: 5144 components: - type: Transform - pos: 10.5,-96.5 + pos: 38.5,25.5 parent: 2 - uid: 5145 components: - type: Transform - pos: 11.5,-96.5 + pos: 39.5,25.5 parent: 2 - uid: 5146 components: - type: Transform - pos: 12.5,-96.5 + pos: 40.5,25.5 parent: 2 - uid: 5147 components: - type: Transform - pos: 13.5,-96.5 + pos: 41.5,25.5 parent: 2 - uid: 5148 components: - type: Transform - pos: 14.5,-96.5 + pos: 41.5,24.5 parent: 2 - uid: 5149 components: - type: Transform - pos: 8.5,-102.5 + pos: 41.5,23.5 parent: 2 - uid: 5150 components: - type: Transform - pos: 9.5,-102.5 + pos: 41.5,22.5 parent: 2 - uid: 5151 components: - type: Transform - pos: 10.5,-102.5 + pos: 41.5,21.5 parent: 2 - uid: 5152 components: - type: Transform - pos: 11.5,-102.5 + pos: 41.5,20.5 parent: 2 - uid: 5153 components: - type: Transform - pos: 12.5,-102.5 + pos: 41.5,19.5 parent: 2 - uid: 5154 components: - type: Transform - pos: 13.5,-102.5 + pos: 41.5,18.5 parent: 2 - uid: 5155 components: - type: Transform - pos: 14.5,-102.5 + pos: 41.5,17.5 parent: 2 - uid: 5156 components: - type: Transform - pos: 15.5,-102.5 + pos: 17.5,-97.5 parent: 2 - uid: 5157 components: @@ -49773,13423 +49827,15058 @@ entities: - uid: 5158 components: - type: Transform - pos: 28.5,24.5 + pos: 15.5,-97.5 parent: 2 - uid: 5159 components: - type: Transform - pos: 27.5,24.5 + pos: 17.5,-100.5 parent: 2 - uid: 5160 components: - type: Transform - pos: 26.5,24.5 + pos: 14.5,-98.5 parent: 2 - uid: 5161 components: - type: Transform - pos: 26.5,23.5 + pos: 14.5,-99.5 parent: 2 - uid: 5162 components: - type: Transform - pos: 26.5,22.5 + pos: 14.5,-97.5 parent: 2 - uid: 5163 components: - type: Transform - pos: 26.5,21.5 + pos: 7.5,-95.5 parent: 2 - uid: 5164 components: - type: Transform - pos: 26.5,20.5 + pos: 7.5,-96.5 parent: 2 - uid: 5165 components: - type: Transform - pos: 39.5,-108.5 + pos: 7.5,-97.5 parent: 2 - uid: 5166 components: - type: Transform - pos: 73.5,-45.5 + pos: 7.5,-98.5 parent: 2 - uid: 5167 components: - type: Transform - pos: 73.5,-44.5 + pos: 7.5,-99.5 parent: 2 - uid: 5168 components: - type: Transform - pos: 72.5,-44.5 + pos: 7.5,-100.5 parent: 2 - uid: 5169 components: - type: Transform - pos: 71.5,-44.5 + pos: 7.5,-101.5 parent: 2 - uid: 5170 components: - type: Transform - pos: 70.5,-44.5 + pos: 7.5,-102.5 parent: 2 - uid: 5171 components: - type: Transform - pos: 69.5,-44.5 + pos: 6.5,-102.5 parent: 2 - uid: 5172 components: - type: Transform - pos: 68.5,-44.5 + pos: 6.5,-99.5 parent: 2 - uid: 5173 components: - type: Transform - pos: 67.5,-44.5 + pos: 8.5,-99.5 parent: 2 - uid: 5174 components: - type: Transform - pos: 67.5,-45.5 + pos: 6.5,-96.5 parent: 2 - uid: 5175 components: - type: Transform - pos: 67.5,-46.5 + pos: 9.5,-99.5 parent: 2 - uid: 5176 components: - type: Transform - pos: 66.5,-46.5 + pos: 10.5,-99.5 parent: 2 - uid: 5177 components: - type: Transform - pos: 65.5,-46.5 + pos: 11.5,-99.5 parent: 2 - uid: 5178 components: - type: Transform - pos: 64.5,-46.5 + pos: 12.5,-99.5 parent: 2 - uid: 5179 components: - type: Transform - pos: 83.5,-46.5 + pos: 13.5,-99.5 parent: 2 - uid: 5180 components: - type: Transform - pos: 83.5,-45.5 + pos: 8.5,-96.5 parent: 2 - uid: 5181 components: - type: Transform - pos: 44.5,-110.5 + pos: 9.5,-96.5 parent: 2 - uid: 5182 components: - type: Transform - pos: 43.5,-110.5 + pos: 10.5,-96.5 parent: 2 - uid: 5183 components: - type: Transform - pos: 44.5,-92.5 + pos: 11.5,-96.5 parent: 2 - uid: 5184 components: - type: Transform - pos: 43.5,-92.5 + pos: 12.5,-96.5 parent: 2 - uid: 5185 components: - type: Transform - pos: 42.5,-92.5 + pos: 13.5,-96.5 parent: 2 - uid: 5186 components: - type: Transform - pos: 41.5,-92.5 + pos: 14.5,-96.5 parent: 2 - uid: 5187 components: - type: Transform - pos: 40.5,-92.5 + pos: 8.5,-102.5 parent: 2 - uid: 5188 components: - type: Transform - pos: 39.5,-91.5 + pos: 9.5,-102.5 parent: 2 - uid: 5189 components: - type: Transform - pos: 39.5,-90.5 + pos: 10.5,-102.5 parent: 2 - uid: 5190 components: - type: Transform - pos: 39.5,-89.5 + pos: 11.5,-102.5 parent: 2 - uid: 5191 components: - type: Transform - pos: 39.5,-88.5 + pos: 12.5,-102.5 parent: 2 - uid: 5192 components: - type: Transform - pos: 39.5,-87.5 + pos: 13.5,-102.5 parent: 2 - uid: 5193 components: - type: Transform - pos: 39.5,-86.5 + pos: 14.5,-102.5 parent: 2 - uid: 5194 components: - type: Transform - pos: 39.5,-93.5 + pos: 15.5,-102.5 parent: 2 - uid: 5195 components: - type: Transform - pos: 39.5,-94.5 + pos: 16.5,-97.5 parent: 2 - uid: 5196 components: - type: Transform - pos: 39.5,-95.5 + pos: 28.5,24.5 parent: 2 - uid: 5197 components: - type: Transform - pos: 39.5,-96.5 + pos: 27.5,24.5 parent: 2 - uid: 5198 components: - type: Transform - pos: 40.5,-96.5 + pos: 26.5,24.5 parent: 2 - uid: 5199 components: - type: Transform - pos: 40.5,-97.5 + pos: 26.5,23.5 parent: 2 - uid: 5200 components: - type: Transform - pos: 40.5,-98.5 + pos: 26.5,22.5 parent: 2 - uid: 5201 components: - type: Transform - pos: 40.5,-99.5 + pos: 26.5,21.5 parent: 2 - uid: 5202 components: - type: Transform - pos: 40.5,-100.5 + pos: 26.5,20.5 parent: 2 - uid: 5203 components: - type: Transform - pos: 40.5,-101.5 + pos: 39.5,-108.5 parent: 2 - uid: 5204 components: - type: Transform - pos: 45.5,-92.5 + pos: 73.5,-45.5 parent: 2 - uid: 5205 components: - type: Transform - pos: 45.5,-95.5 + pos: 73.5,-44.5 parent: 2 - uid: 5206 components: - type: Transform - pos: 45.5,-96.5 + pos: 72.5,-44.5 parent: 2 - uid: 5207 components: - type: Transform - pos: 45.5,-97.5 + pos: 71.5,-44.5 parent: 2 - uid: 5208 components: - type: Transform - pos: 45.5,-98.5 + pos: 70.5,-44.5 parent: 2 - uid: 5209 components: - type: Transform - pos: 45.5,-99.5 + pos: 69.5,-44.5 parent: 2 - uid: 5210 components: - type: Transform - pos: 45.5,-100.5 + pos: 68.5,-44.5 parent: 2 - uid: 5211 components: - type: Transform - pos: 45.5,-101.5 + pos: 67.5,-44.5 parent: 2 - uid: 5212 components: - type: Transform - pos: 45.5,-91.5 + pos: 67.5,-45.5 parent: 2 - uid: 5213 components: - type: Transform - pos: 45.5,-90.5 + pos: 67.5,-46.5 parent: 2 - uid: 5214 components: - type: Transform - pos: 45.5,-89.5 + pos: 66.5,-46.5 parent: 2 - uid: 5215 components: - type: Transform - pos: 46.5,-89.5 + pos: 65.5,-46.5 parent: 2 - uid: 5216 components: - type: Transform - pos: 46.5,-98.5 + pos: 64.5,-46.5 parent: 2 - uid: 5217 components: - type: Transform - pos: 47.5,-98.5 + pos: 83.5,-46.5 parent: 2 - uid: 5218 components: - type: Transform - pos: 48.5,-98.5 + pos: 83.5,-45.5 parent: 2 - uid: 5219 components: - type: Transform - pos: 49.5,-98.5 + pos: 44.5,-110.5 parent: 2 - uid: 5220 components: - type: Transform - pos: 50.5,-98.5 + pos: 43.5,-110.5 parent: 2 - uid: 5221 components: - type: Transform - pos: 51.5,-98.5 + pos: 44.5,-92.5 parent: 2 - uid: 5222 components: - type: Transform - pos: 52.5,-98.5 + pos: 43.5,-92.5 parent: 2 - uid: 5223 components: - type: Transform - pos: 53.5,-98.5 + pos: 42.5,-92.5 parent: 2 - uid: 5224 components: - type: Transform - pos: 54.5,-98.5 + pos: 41.5,-92.5 parent: 2 - uid: 5225 components: - type: Transform - pos: 46.5,-101.5 + pos: 40.5,-92.5 parent: 2 - uid: 5226 components: - type: Transform - pos: 47.5,-101.5 + pos: 39.5,-91.5 parent: 2 - uid: 5227 components: - type: Transform - pos: 48.5,-101.5 + pos: 39.5,-90.5 parent: 2 - uid: 5228 components: - type: Transform - pos: 49.5,-101.5 + pos: 39.5,-89.5 parent: 2 - uid: 5229 components: - type: Transform - pos: 50.5,-101.5 + pos: 39.5,-88.5 parent: 2 - uid: 5230 components: - type: Transform - pos: 51.5,-101.5 + pos: 39.5,-87.5 parent: 2 - uid: 5231 components: - type: Transform - pos: 52.5,-101.5 + pos: 39.5,-86.5 parent: 2 - uid: 5232 components: - type: Transform - pos: 53.5,-101.5 + pos: 39.5,-93.5 parent: 2 - uid: 5233 components: - type: Transform - pos: 54.5,-101.5 + pos: 39.5,-94.5 parent: 2 - uid: 5234 components: - type: Transform - pos: 55.5,-101.5 + pos: 39.5,-95.5 parent: 2 - uid: 5235 components: - type: Transform - pos: 34.5,-88.5 + pos: 39.5,-96.5 parent: 2 - uid: 5236 components: - type: Transform - pos: 51.5,-94.5 + pos: 40.5,-96.5 parent: 2 - uid: 5237 components: - type: Transform - pos: 52.5,-94.5 + pos: 40.5,-97.5 parent: 2 - uid: 5238 components: - type: Transform - pos: 53.5,-94.5 + pos: 40.5,-98.5 parent: 2 - uid: 5239 components: - type: Transform - pos: 54.5,-94.5 + pos: 40.5,-99.5 parent: 2 - uid: 5240 components: - type: Transform - pos: 55.5,-94.5 + pos: 40.5,-100.5 parent: 2 - uid: 5241 components: - type: Transform - pos: 55.5,-93.5 + pos: 40.5,-101.5 parent: 2 - uid: 5242 components: - type: Transform - pos: 56.5,-93.5 + pos: 45.5,-92.5 parent: 2 - uid: 5243 components: - type: Transform - pos: 55.5,-92.5 + pos: 45.5,-95.5 parent: 2 - uid: 5244 components: - type: Transform - pos: 55.5,-91.5 + pos: 45.5,-96.5 parent: 2 - uid: 5245 components: - type: Transform - pos: 55.5,-88.5 + pos: 45.5,-97.5 parent: 2 - uid: 5246 components: - type: Transform - pos: 56.5,-91.5 + pos: 45.5,-98.5 parent: 2 - uid: 5247 components: - type: Transform - pos: 54.5,-92.5 + pos: 45.5,-99.5 parent: 2 - uid: 5248 components: - type: Transform - pos: 53.5,-92.5 + pos: 45.5,-100.5 parent: 2 - uid: 5249 components: - type: Transform - pos: 52.5,-92.5 + pos: 45.5,-101.5 parent: 2 - uid: 5250 components: - type: Transform - pos: 51.5,-92.5 + pos: 45.5,-91.5 parent: 2 - uid: 5251 components: - type: Transform - pos: 46.5,-102.5 + pos: 45.5,-90.5 parent: 2 - uid: 5252 components: - type: Transform - pos: 46.5,-103.5 + pos: 45.5,-89.5 parent: 2 - uid: 5253 components: - type: Transform - pos: 46.5,-104.5 + pos: 46.5,-89.5 parent: 2 - uid: 5254 components: - type: Transform - pos: 46.5,-105.5 + pos: 46.5,-98.5 parent: 2 - uid: 5255 components: - type: Transform - pos: 45.5,-105.5 + pos: 47.5,-98.5 parent: 2 - uid: 5256 components: - type: Transform - pos: 33.5,-105.5 + pos: 48.5,-98.5 parent: 2 - uid: 5257 components: - type: Transform - pos: 39.5,-106.5 + pos: 49.5,-98.5 parent: 2 - uid: 5258 components: - type: Transform - pos: 38.5,-88.5 + pos: 50.5,-98.5 parent: 2 - uid: 5259 components: - type: Transform - pos: 37.5,-88.5 + pos: 51.5,-98.5 parent: 2 - uid: 5260 components: - type: Transform - pos: 36.5,-88.5 + pos: 52.5,-98.5 parent: 2 - uid: 5261 components: - type: Transform - pos: 35.5,-88.5 + pos: 53.5,-98.5 parent: 2 - uid: 5262 components: - type: Transform - pos: 33.5,-88.5 + pos: 54.5,-98.5 parent: 2 - uid: 5263 components: - type: Transform - pos: 30.5,-91.5 + pos: 46.5,-101.5 parent: 2 - uid: 5264 components: - type: Transform - pos: 32.5,-88.5 + pos: 47.5,-101.5 parent: 2 - uid: 5265 components: - type: Transform - pos: 32.5,-88.5 + pos: 48.5,-101.5 parent: 2 - uid: 5266 components: - type: Transform - pos: 31.5,-88.5 + pos: 49.5,-101.5 parent: 2 - uid: 5267 components: - type: Transform - pos: 30.5,-88.5 + pos: 50.5,-101.5 parent: 2 - uid: 5268 components: - type: Transform - pos: 33.5,-85.5 + pos: 51.5,-101.5 parent: 2 - uid: 5269 components: - type: Transform - pos: 33.5,-86.5 + pos: 52.5,-101.5 parent: 2 - uid: 5270 components: - type: Transform - pos: 33.5,-87.5 + pos: 53.5,-101.5 parent: 2 - uid: 5271 components: - type: Transform - pos: 33.5,-89.5 + pos: 54.5,-101.5 parent: 2 - uid: 5272 components: - type: Transform - pos: 33.5,-90.5 + pos: 55.5,-101.5 parent: 2 - uid: 5273 components: - type: Transform - pos: 33.5,-91.5 + pos: 34.5,-88.5 parent: 2 - uid: 5274 components: - type: Transform - pos: 33.5,-92.5 + pos: 51.5,-94.5 parent: 2 - uid: 5275 components: - type: Transform - pos: 33.5,-93.5 + pos: 52.5,-94.5 parent: 2 - uid: 5276 components: - type: Transform - pos: 33.5,-94.5 + pos: 53.5,-94.5 parent: 2 - uid: 5277 components: - type: Transform - pos: 33.5,-95.5 + pos: 54.5,-94.5 parent: 2 - uid: 5278 components: - type: Transform - pos: 33.5,-96.5 + pos: 55.5,-94.5 parent: 2 - uid: 5279 components: - type: Transform - pos: 33.5,-97.5 + pos: 55.5,-93.5 parent: 2 - uid: 5280 components: - type: Transform - pos: 33.5,-98.5 + pos: 56.5,-93.5 parent: 2 - uid: 5281 components: - type: Transform - pos: 33.5,-99.5 + pos: 55.5,-92.5 parent: 2 - uid: 5282 components: - type: Transform - pos: 33.5,-100.5 + pos: 55.5,-91.5 parent: 2 - uid: 5283 components: - type: Transform - pos: 33.5,-101.5 + pos: 55.5,-88.5 parent: 2 - uid: 5284 components: - type: Transform - pos: 33.5,-102.5 + pos: 56.5,-91.5 parent: 2 - uid: 5285 components: - type: Transform - pos: 33.5,-103.5 + pos: 54.5,-92.5 parent: 2 - uid: 5286 components: - type: Transform - pos: 32.5,-100.5 + pos: 53.5,-92.5 parent: 2 - uid: 5287 components: - type: Transform - pos: 31.5,-100.5 + pos: 52.5,-92.5 parent: 2 - uid: 5288 components: - type: Transform - pos: 30.5,-100.5 + pos: 51.5,-92.5 parent: 2 - uid: 5289 components: - type: Transform - pos: 30.5,-97.5 + pos: 46.5,-102.5 parent: 2 - uid: 5290 components: - type: Transform - pos: 31.5,-97.5 + pos: 46.5,-103.5 parent: 2 - uid: 5291 components: - type: Transform - pos: 32.5,-97.5 + pos: 46.5,-104.5 parent: 2 - uid: 5292 components: - type: Transform - pos: 30.5,-94.5 + pos: 46.5,-105.5 parent: 2 - uid: 5293 components: - type: Transform - pos: 31.5,-94.5 + pos: 45.5,-105.5 parent: 2 - uid: 5294 components: - type: Transform - pos: 32.5,-94.5 + pos: 33.5,-105.5 parent: 2 - uid: 5295 components: - type: Transform - pos: 32.5,-91.5 + pos: 39.5,-106.5 parent: 2 - uid: 5296 components: - type: Transform - pos: 31.5,-91.5 + pos: 38.5,-88.5 parent: 2 - uid: 5297 components: - type: Transform - pos: 30.5,-85.5 + pos: 37.5,-88.5 parent: 2 - uid: 5298 components: - type: Transform - pos: 31.5,-85.5 + pos: 36.5,-88.5 parent: 2 - uid: 5299 components: - type: Transform - pos: 32.5,-85.5 + pos: 35.5,-88.5 parent: 2 - uid: 5300 components: - type: Transform - pos: 33.5,-104.5 + pos: 33.5,-88.5 parent: 2 - uid: 5301 components: - type: Transform - pos: 41.5,-110.5 + pos: 30.5,-91.5 parent: 2 - uid: 5302 components: - type: Transform - pos: 39.5,-109.5 + pos: 32.5,-88.5 parent: 2 - uid: 5303 components: - type: Transform - pos: 40.5,-110.5 + pos: 32.5,-88.5 parent: 2 - uid: 5304 components: - type: Transform - pos: 39.5,-110.5 + pos: 31.5,-88.5 parent: 2 - uid: 5305 components: - type: Transform - pos: -44.5,10.5 + pos: 30.5,-88.5 parent: 2 - uid: 5306 components: - type: Transform - pos: -44.5,11.5 + pos: 33.5,-85.5 parent: 2 - uid: 5307 components: - type: Transform - pos: -44.5,12.5 + pos: 33.5,-86.5 parent: 2 - uid: 5308 components: - type: Transform - pos: -44.5,13.5 + pos: 33.5,-87.5 parent: 2 - uid: 5309 components: - type: Transform - pos: -47.5,13.5 + pos: 33.5,-89.5 parent: 2 - uid: 5310 components: - type: Transform - pos: -47.5,14.5 + pos: 33.5,-90.5 parent: 2 - uid: 5311 components: - type: Transform - pos: -47.5,15.5 + pos: 33.5,-91.5 parent: 2 - uid: 5312 components: - type: Transform - pos: -49.5,15.5 + pos: 33.5,-92.5 parent: 2 - uid: 5313 components: - type: Transform - pos: -50.5,15.5 + pos: 33.5,-93.5 parent: 2 - uid: 5314 components: - type: Transform - pos: -51.5,15.5 + pos: 33.5,-94.5 parent: 2 - uid: 5315 components: - type: Transform - pos: -51.5,16.5 + pos: 33.5,-95.5 parent: 2 - uid: 5316 components: - type: Transform - pos: -51.5,17.5 + pos: 33.5,-96.5 parent: 2 - uid: 5317 components: - type: Transform - pos: -51.5,18.5 + pos: 33.5,-97.5 parent: 2 - uid: 5318 components: - type: Transform - pos: -51.5,19.5 + pos: 33.5,-98.5 parent: 2 - uid: 5319 components: - type: Transform - pos: -50.5,19.5 + pos: 33.5,-99.5 parent: 2 - uid: 5320 components: - type: Transform - pos: -50.5,20.5 + pos: 33.5,-100.5 parent: 2 - uid: 5321 components: - type: Transform - pos: -50.5,21.5 + pos: 33.5,-101.5 parent: 2 - uid: 5322 components: - type: Transform - pos: -50.5,18.5 + pos: 33.5,-102.5 parent: 2 - uid: 5323 components: - type: Transform - pos: -49.5,18.5 + pos: 33.5,-103.5 parent: 2 - uid: 5324 components: - type: Transform - pos: -48.5,18.5 + pos: 32.5,-100.5 parent: 2 - uid: 5325 components: - type: Transform - pos: -47.5,18.5 + pos: 31.5,-100.5 parent: 2 - uid: 5326 components: - type: Transform - pos: -46.5,18.5 + pos: 30.5,-100.5 parent: 2 - uid: 5327 components: - type: Transform - pos: -45.5,18.5 + pos: 30.5,-97.5 parent: 2 - uid: 5328 components: - type: Transform - pos: -44.5,18.5 + pos: 31.5,-97.5 parent: 2 - uid: 5329 components: - type: Transform - pos: -43.5,18.5 + pos: 32.5,-97.5 parent: 2 - uid: 5330 components: - type: Transform - pos: -42.5,18.5 + pos: 30.5,-94.5 parent: 2 - uid: 5331 components: - type: Transform - pos: -42.5,19.5 + pos: 31.5,-94.5 parent: 2 - uid: 5332 components: - type: Transform - pos: -42.5,20.5 + pos: 32.5,-94.5 parent: 2 - uid: 5333 components: - type: Transform - pos: -42.5,21.5 + pos: 32.5,-91.5 parent: 2 - uid: 5334 components: - type: Transform - pos: 41.5,12.5 + pos: 31.5,-91.5 parent: 2 - uid: 5335 components: - type: Transform - pos: 42.5,12.5 + pos: 30.5,-85.5 parent: 2 - uid: 5336 components: - type: Transform - pos: 48.5,-2.5 + pos: 31.5,-85.5 parent: 2 - uid: 5337 components: - type: Transform - pos: 42.5,18.5 + pos: 32.5,-85.5 parent: 2 - uid: 5338 components: - type: Transform - pos: 43.5,18.5 + pos: 33.5,-104.5 parent: 2 - uid: 5339 components: - type: Transform - pos: 44.5,18.5 + pos: 41.5,-110.5 parent: 2 - uid: 5340 components: - type: Transform - pos: 45.5,18.5 + pos: 39.5,-109.5 parent: 2 - uid: 5341 components: - type: Transform - pos: -71.5,-30.5 + pos: 40.5,-110.5 parent: 2 - uid: 5342 components: - type: Transform - pos: -72.5,-30.5 + pos: 39.5,-110.5 parent: 2 - uid: 5343 components: - type: Transform - pos: -73.5,-30.5 + pos: -44.5,10.5 parent: 2 - uid: 5344 components: - type: Transform - pos: -74.5,-30.5 + pos: -44.5,11.5 parent: 2 - uid: 5345 components: - type: Transform - pos: -75.5,-30.5 + pos: -44.5,12.5 parent: 2 - uid: 5346 components: - type: Transform - pos: -76.5,-30.5 + pos: -44.5,13.5 parent: 2 - uid: 5347 components: - type: Transform - pos: -64.5,-5.5 + pos: -47.5,13.5 parent: 2 - uid: 5348 components: - type: Transform - pos: -64.5,-6.5 + pos: -47.5,14.5 parent: 2 - uid: 5349 components: - type: Transform - pos: -64.5,-7.5 + pos: -47.5,15.5 parent: 2 - uid: 5350 components: - type: Transform - pos: -64.5,-8.5 + pos: -49.5,15.5 parent: 2 - uid: 5351 components: - type: Transform - pos: -64.5,-9.5 + pos: -50.5,15.5 parent: 2 - uid: 5352 components: - type: Transform - pos: -64.5,-10.5 + pos: -51.5,15.5 parent: 2 - uid: 5353 components: - type: Transform - pos: -64.5,-11.5 + pos: -51.5,16.5 parent: 2 - uid: 5354 components: - type: Transform - pos: -64.5,-12.5 + pos: -51.5,17.5 parent: 2 - uid: 5355 components: - type: Transform - pos: -64.5,-13.5 + pos: -51.5,18.5 parent: 2 - uid: 5356 components: - type: Transform - pos: -65.5,-8.5 + pos: -51.5,19.5 parent: 2 - uid: 5357 components: - type: Transform - pos: -66.5,-8.5 + pos: -50.5,19.5 parent: 2 - uid: 5358 components: - type: Transform - pos: -67.5,-8.5 + pos: -50.5,20.5 parent: 2 - uid: 5359 components: - type: Transform - pos: -63.5,-6.5 + pos: -50.5,21.5 parent: 2 - uid: 5360 components: - type: Transform - pos: -62.5,-6.5 + pos: -50.5,18.5 parent: 2 - uid: 5361 components: - type: Transform - pos: -61.5,-6.5 + pos: -49.5,18.5 parent: 2 - uid: 5362 components: - type: Transform - pos: -60.5,-6.5 + pos: -48.5,18.5 parent: 2 - uid: 5363 components: - type: Transform - pos: -59.5,-6.5 + pos: -47.5,18.5 parent: 2 - uid: 5364 components: - type: Transform - pos: -58.5,-6.5 + pos: -46.5,18.5 parent: 2 - uid: 5365 components: - type: Transform - pos: -57.5,-6.5 + pos: -45.5,18.5 parent: 2 - uid: 5366 components: - type: Transform - pos: -57.5,-5.5 + pos: -44.5,18.5 parent: 2 - uid: 5367 components: - type: Transform - pos: -60.5,-7.5 + pos: -43.5,18.5 parent: 2 - uid: 5368 components: - type: Transform - pos: -60.5,-8.5 + pos: -42.5,18.5 parent: 2 - uid: 5369 components: - type: Transform - pos: -60.5,-9.5 + pos: -42.5,19.5 parent: 2 - uid: 5370 components: - type: Transform - pos: -60.5,-10.5 + pos: -42.5,20.5 parent: 2 - uid: 5371 components: - type: Transform - pos: -60.5,-11.5 + pos: -42.5,21.5 parent: 2 - uid: 5372 components: - type: Transform - pos: -60.5,-12.5 + pos: 41.5,12.5 parent: 2 - uid: 5373 components: - type: Transform - pos: -60.5,-13.5 + pos: 42.5,12.5 parent: 2 - uid: 5374 components: - type: Transform - pos: -59.5,-13.5 + pos: 48.5,-2.5 parent: 2 - uid: 5375 components: - type: Transform - pos: -61.5,-12.5 + pos: 42.5,18.5 parent: 2 - uid: 5376 components: - type: Transform - pos: -62.5,-12.5 + pos: 43.5,18.5 parent: 2 - uid: 5377 components: - type: Transform - pos: -63.5,-12.5 + pos: 44.5,18.5 parent: 2 - uid: 5378 components: - type: Transform - pos: -65.5,-13.5 + pos: 45.5,18.5 parent: 2 - uid: 5379 components: - type: Transform - pos: -66.5,-13.5 + pos: -71.5,-30.5 parent: 2 - uid: 5380 components: - type: Transform - pos: -67.5,-13.5 + pos: -72.5,-30.5 parent: 2 - uid: 5381 components: - type: Transform - pos: -64.5,-20.5 + pos: -73.5,-30.5 parent: 2 - uid: 5382 components: - type: Transform - pos: -64.5,-19.5 + pos: -74.5,-30.5 parent: 2 - uid: 5383 components: - type: Transform - pos: -64.5,-18.5 + pos: -75.5,-30.5 parent: 2 - uid: 5384 components: - type: Transform - pos: 45.5,20.5 + pos: -76.5,-30.5 parent: 2 - uid: 5385 components: - type: Transform - pos: 45.5,21.5 + pos: -64.5,-5.5 parent: 2 - uid: 5386 components: - type: Transform - pos: 45.5,22.5 + pos: -64.5,-6.5 parent: 2 - uid: 5387 components: - type: Transform - pos: 45.5,23.5 + pos: -64.5,-7.5 parent: 2 - uid: 5388 components: - type: Transform - pos: 33.5,-82.5 + pos: -64.5,-8.5 parent: 2 - uid: 5389 components: - type: Transform - pos: 32.5,-82.5 + pos: -64.5,-9.5 parent: 2 - uid: 5390 components: - type: Transform - pos: 32.5,-81.5 + pos: -64.5,-10.5 parent: 2 - uid: 5391 components: - type: Transform - pos: 32.5,-80.5 + pos: -64.5,-11.5 parent: 2 - uid: 5392 components: - type: Transform - pos: 32.5,-79.5 + pos: -64.5,-12.5 parent: 2 - uid: 5393 components: - type: Transform - pos: 32.5,-78.5 + pos: -64.5,-13.5 parent: 2 - uid: 5394 components: - type: Transform - pos: 31.5,-78.5 + pos: -65.5,-8.5 parent: 2 - uid: 5395 components: - type: Transform - pos: 30.5,-78.5 + pos: -66.5,-8.5 parent: 2 - uid: 5396 components: - type: Transform - pos: 30.5,-79.5 + pos: -67.5,-8.5 parent: 2 - uid: 5397 components: - type: Transform - pos: 29.5,-79.5 + pos: -63.5,-6.5 parent: 2 - uid: 5398 components: - type: Transform - pos: 28.5,-79.5 + pos: -62.5,-6.5 parent: 2 - uid: 5399 components: - type: Transform - pos: 28.5,-78.5 + pos: -61.5,-6.5 parent: 2 - uid: 5400 components: - type: Transform - pos: 27.5,-78.5 + pos: -60.5,-6.5 parent: 2 - uid: 5401 components: - type: Transform - pos: 26.5,-78.5 + pos: -59.5,-6.5 parent: 2 - uid: 5402 components: - type: Transform - pos: 25.5,-78.5 + pos: -58.5,-6.5 parent: 2 - uid: 5403 components: - type: Transform - pos: 24.5,-78.5 + pos: -57.5,-6.5 parent: 2 - uid: 5404 components: - type: Transform - pos: 23.5,-78.5 + pos: -57.5,-5.5 parent: 2 - uid: 5405 components: - type: Transform - pos: 22.5,-75.5 + pos: -60.5,-7.5 parent: 2 - uid: 5406 components: - type: Transform - pos: 22.5,-76.5 + pos: -60.5,-8.5 parent: 2 - uid: 5407 components: - type: Transform - pos: 22.5,-77.5 + pos: -60.5,-9.5 parent: 2 - uid: 5408 components: - type: Transform - pos: 22.5,-78.5 + pos: -60.5,-10.5 parent: 2 - uid: 5409 components: - type: Transform - pos: 22.5,-79.5 + pos: -60.5,-11.5 parent: 2 - uid: 5410 components: - type: Transform - pos: 22.5,-80.5 + pos: -60.5,-12.5 parent: 2 - uid: 5411 components: - type: Transform - pos: 22.5,-81.5 + pos: -60.5,-13.5 parent: 2 - uid: 5412 components: - type: Transform - pos: 22.5,-82.5 + pos: -59.5,-13.5 parent: 2 - uid: 5413 components: - type: Transform - pos: 22.5,-83.5 + pos: -61.5,-12.5 parent: 2 - uid: 5414 components: - type: Transform - pos: 22.5,-86.5 + pos: -62.5,-12.5 parent: 2 - uid: 5415 components: - type: Transform - pos: 22.5,-87.5 + pos: -63.5,-12.5 parent: 2 - uid: 5416 components: - type: Transform - pos: 21.5,-87.5 + pos: -65.5,-13.5 parent: 2 - uid: 5417 components: - type: Transform - pos: 20.5,-87.5 + pos: -66.5,-13.5 parent: 2 - uid: 5418 components: - type: Transform - pos: 23.5,-86.5 + pos: -67.5,-13.5 parent: 2 - uid: 5419 components: - type: Transform - pos: 24.5,-86.5 + pos: -64.5,-20.5 parent: 2 - uid: 5420 components: - type: Transform - pos: 25.5,-86.5 + pos: -64.5,-19.5 parent: 2 - uid: 5421 components: - type: Transform - pos: 25.5,-85.5 + pos: -64.5,-18.5 parent: 2 - uid: 5422 components: - type: Transform - pos: 29.5,-80.5 + pos: 45.5,20.5 parent: 2 - uid: 5423 components: - type: Transform - pos: 29.5,-81.5 + pos: 45.5,21.5 parent: 2 - uid: 5424 components: - type: Transform - pos: 29.5,-82.5 + pos: 45.5,22.5 parent: 2 - uid: 5425 components: - type: Transform - pos: 25.5,-79.5 + pos: 45.5,23.5 parent: 2 - uid: 5426 components: - type: Transform - pos: 25.5,-80.5 + pos: 33.5,-82.5 parent: 2 - uid: 5427 components: - type: Transform - pos: 25.5,-81.5 + pos: 32.5,-82.5 parent: 2 - uid: 5428 components: - type: Transform - pos: 25.5,-82.5 + pos: 32.5,-81.5 parent: 2 - uid: 5429 components: - type: Transform - pos: -47.5,-94.5 + pos: 32.5,-80.5 parent: 2 - uid: 5430 components: - type: Transform - pos: -47.5,-95.5 + pos: 32.5,-79.5 parent: 2 - uid: 5431 components: - type: Transform - pos: -47.5,-96.5 + pos: 32.5,-78.5 parent: 2 - uid: 5432 components: - type: Transform - pos: -47.5,-97.5 + pos: 31.5,-78.5 parent: 2 - uid: 5433 components: - type: Transform - pos: -47.5,-98.5 + pos: 30.5,-78.5 parent: 2 - uid: 5434 components: - type: Transform - pos: -47.5,-99.5 + pos: 30.5,-79.5 parent: 2 - uid: 5435 components: - type: Transform - pos: -47.5,-100.5 + pos: 29.5,-79.5 parent: 2 - uid: 5436 components: - type: Transform - pos: -47.5,-101.5 + pos: 28.5,-79.5 parent: 2 - uid: 5437 components: - type: Transform - pos: -47.5,-102.5 + pos: 28.5,-78.5 parent: 2 - uid: 5438 components: - type: Transform - pos: -47.5,-103.5 + pos: 27.5,-78.5 parent: 2 - uid: 5439 components: - type: Transform - pos: -46.5,-103.5 + pos: 26.5,-78.5 parent: 2 - uid: 5440 components: - type: Transform - pos: -45.5,-103.5 + pos: 25.5,-78.5 parent: 2 - uid: 5441 components: - type: Transform - pos: -44.5,-103.5 + pos: 24.5,-78.5 parent: 2 - uid: 5442 components: - type: Transform - pos: -43.5,-103.5 + pos: 23.5,-78.5 parent: 2 - uid: 5443 components: - type: Transform - pos: -42.5,-103.5 + pos: 22.5,-75.5 parent: 2 - uid: 5444 components: - type: Transform - pos: -41.5,-103.5 + pos: 22.5,-76.5 parent: 2 - uid: 5445 components: - type: Transform - pos: -40.5,-103.5 + pos: 22.5,-77.5 parent: 2 - uid: 5446 components: - type: Transform - pos: -39.5,-103.5 + pos: 22.5,-78.5 parent: 2 - uid: 5447 components: - type: Transform - pos: -39.5,-98.5 + pos: 22.5,-79.5 parent: 2 - uid: 5448 components: - type: Transform - pos: -50.5,9.5 + pos: 22.5,-80.5 parent: 2 - uid: 5449 components: - type: Transform - pos: -51.5,9.5 + pos: 22.5,-81.5 parent: 2 - uid: 5450 components: - type: Transform - pos: -52.5,9.5 + pos: 22.5,-82.5 parent: 2 - uid: 5451 components: - type: Transform - pos: -53.5,9.5 + pos: 22.5,-83.5 parent: 2 - uid: 5452 components: - type: Transform - pos: -53.5,8.5 + pos: 22.5,-86.5 parent: 2 - uid: 5453 components: - type: Transform - pos: -53.5,7.5 + pos: 22.5,-87.5 parent: 2 - uid: 5454 components: - type: Transform - pos: -53.5,6.5 + pos: 21.5,-87.5 parent: 2 - uid: 5455 components: - type: Transform - pos: -53.5,5.5 + pos: 20.5,-87.5 parent: 2 - uid: 5456 components: - type: Transform - pos: -53.5,4.5 + pos: 23.5,-86.5 parent: 2 - uid: 5457 components: - type: Transform - pos: -53.5,3.5 + pos: 24.5,-86.5 parent: 2 - uid: 5458 components: - type: Transform - pos: -53.5,2.5 + pos: 25.5,-86.5 parent: 2 - uid: 5459 components: - type: Transform - pos: -54.5,2.5 + pos: 25.5,-85.5 parent: 2 - uid: 5460 components: - type: Transform - pos: -55.5,2.5 + pos: 29.5,-80.5 parent: 2 - uid: 5461 components: - type: Transform - pos: -56.5,2.5 + pos: 29.5,-81.5 parent: 2 - uid: 5462 components: - type: Transform - pos: -57.5,2.5 + pos: 29.5,-82.5 parent: 2 - uid: 5463 components: - type: Transform - pos: -41.5,8.5 + pos: 25.5,-79.5 parent: 2 - uid: 5464 components: - type: Transform - pos: -40.5,8.5 + pos: 25.5,-80.5 parent: 2 - uid: 5465 components: - type: Transform - pos: -39.5,11.5 + pos: 25.5,-81.5 parent: 2 - uid: 5466 components: - type: Transform - pos: -38.5,11.5 + pos: 25.5,-82.5 parent: 2 - uid: 5467 components: - type: Transform - pos: -37.5,11.5 + pos: -47.5,-94.5 parent: 2 - uid: 5468 components: - type: Transform - pos: -36.5,11.5 + pos: -47.5,-95.5 parent: 2 - uid: 5469 components: - type: Transform - pos: -35.5,11.5 + pos: -47.5,-96.5 parent: 2 - uid: 5470 components: - type: Transform - pos: -34.5,11.5 + pos: -47.5,-97.5 parent: 2 - uid: 5471 components: - type: Transform - pos: -34.5,12.5 + pos: -47.5,-98.5 parent: 2 - uid: 5472 components: - type: Transform - pos: -34.5,13.5 + pos: -47.5,-99.5 parent: 2 - uid: 5473 components: - type: Transform - pos: -34.5,14.5 + pos: -47.5,-100.5 parent: 2 - uid: 5474 components: - type: Transform - pos: -34.5,15.5 + pos: -47.5,-101.5 parent: 2 - uid: 5475 components: - type: Transform - pos: -34.5,16.5 + pos: -47.5,-102.5 parent: 2 - uid: 5476 components: - type: Transform - pos: -33.5,16.5 + pos: -47.5,-103.5 parent: 2 - uid: 5477 components: - type: Transform - pos: -32.5,16.5 + pos: -46.5,-103.5 parent: 2 - uid: 5478 components: - type: Transform - pos: -31.5,16.5 + pos: -45.5,-103.5 parent: 2 - uid: 5479 components: - type: Transform - pos: -30.5,16.5 + pos: -44.5,-103.5 parent: 2 - uid: 5480 components: - type: Transform - pos: -29.5,16.5 + pos: -43.5,-103.5 parent: 2 - uid: 5481 components: - type: Transform - pos: -28.5,16.5 + pos: -42.5,-103.5 parent: 2 - uid: 5482 components: - type: Transform - pos: -27.5,16.5 + pos: -41.5,-103.5 parent: 2 - uid: 5483 components: - type: Transform - pos: -26.5,16.5 + pos: -40.5,-103.5 parent: 2 - uid: 5484 components: - type: Transform - pos: -25.5,16.5 + pos: -39.5,-103.5 parent: 2 - uid: 5485 components: - type: Transform - pos: -24.5,16.5 + pos: -39.5,-98.5 parent: 2 - uid: 5486 components: - type: Transform - pos: -24.5,15.5 + pos: -50.5,9.5 parent: 2 - uid: 5487 components: - type: Transform - pos: -23.5,15.5 + pos: -51.5,9.5 parent: 2 - uid: 5488 components: - type: Transform - pos: -22.5,15.5 + pos: -52.5,9.5 parent: 2 - uid: 5489 components: - type: Transform - pos: -21.5,15.5 + pos: -53.5,9.5 parent: 2 - uid: 5490 components: - type: Transform - pos: -20.5,15.5 + pos: -53.5,8.5 parent: 2 - uid: 5491 components: - type: Transform - pos: -19.5,15.5 + pos: -53.5,7.5 parent: 2 - uid: 5492 components: - type: Transform - pos: -18.5,15.5 + pos: -53.5,6.5 parent: 2 - uid: 5493 components: - type: Transform - pos: -17.5,15.5 + pos: -53.5,5.5 parent: 2 - uid: 5494 components: - type: Transform - pos: -17.5,14.5 + pos: -53.5,4.5 parent: 2 - uid: 5495 components: - type: Transform - pos: -17.5,13.5 + pos: -53.5,3.5 parent: 2 - uid: 5496 components: - type: Transform - pos: -16.5,13.5 + pos: -53.5,2.5 parent: 2 - uid: 5497 components: - type: Transform - pos: -15.5,13.5 + pos: -54.5,2.5 parent: 2 - uid: 5498 components: - type: Transform - pos: -14.5,13.5 + pos: -55.5,2.5 parent: 2 - uid: 5499 components: - type: Transform - pos: -13.5,13.5 + pos: -56.5,2.5 parent: 2 - uid: 5500 components: - type: Transform - pos: -8.5,11.5 + pos: -57.5,2.5 parent: 2 - uid: 5501 components: - type: Transform - pos: -8.5,12.5 + pos: -41.5,8.5 parent: 2 - uid: 5502 components: - type: Transform - pos: -8.5,13.5 + pos: -40.5,8.5 parent: 2 - uid: 5503 components: - type: Transform - pos: -8.5,14.5 + pos: -39.5,11.5 parent: 2 - uid: 5504 components: - type: Transform - pos: -8.5,15.5 + pos: -38.5,11.5 parent: 2 - uid: 5505 components: - type: Transform - pos: -9.5,15.5 + pos: -37.5,11.5 parent: 2 - uid: 5506 components: - type: Transform - pos: -9.5,16.5 + pos: -36.5,11.5 parent: 2 - uid: 5507 components: - type: Transform - pos: -10.5,15.5 + pos: -35.5,11.5 parent: 2 - uid: 5508 components: - type: Transform - pos: -10.5,14.5 + pos: -34.5,11.5 parent: 2 - uid: 5509 components: - type: Transform - pos: -11.5,14.5 + pos: -34.5,12.5 parent: 2 - uid: 5510 components: - type: Transform - pos: -15.5,14.5 + pos: -34.5,13.5 parent: 2 - uid: 5511 components: - type: Transform - pos: -22.5,14.5 + pos: -34.5,14.5 parent: 2 - uid: 5512 components: - type: Transform - pos: -22.5,13.5 + pos: -34.5,15.5 parent: 2 - uid: 5513 components: - type: Transform - pos: -22.5,12.5 + pos: -34.5,16.5 parent: 2 - uid: 5514 components: - type: Transform - pos: -22.5,11.5 + pos: -33.5,16.5 parent: 2 - uid: 5515 components: - type: Transform - pos: -21.5,11.5 + pos: -32.5,16.5 parent: 2 - uid: 5516 components: - type: Transform - pos: -20.5,11.5 + pos: -31.5,16.5 parent: 2 - uid: 5517 components: - type: Transform - pos: -23.5,11.5 + pos: -30.5,16.5 parent: 2 - uid: 5518 components: - type: Transform - pos: -35.5,16.5 + pos: -29.5,16.5 parent: 2 - uid: 5519 components: - type: Transform - pos: -36.5,16.5 + pos: -28.5,16.5 parent: 2 - uid: 5520 components: - type: Transform - pos: -37.5,16.5 + pos: -27.5,16.5 parent: 2 - uid: 5521 components: - type: Transform - pos: -38.5,16.5 + pos: -26.5,16.5 parent: 2 - uid: 5522 components: - type: Transform - pos: -38.5,17.5 + pos: -25.5,16.5 parent: 2 - uid: 5523 components: - type: Transform - pos: -38.5,15.5 + pos: -24.5,16.5 parent: 2 - uid: 5524 components: - type: Transform - pos: -40.5,-101.5 + pos: -24.5,15.5 parent: 2 - uid: 5525 components: - type: Transform - pos: -38.5,-103.5 + pos: -23.5,15.5 parent: 2 - uid: 5526 components: - type: Transform - pos: -55.5,-50.5 + pos: -22.5,15.5 parent: 2 - uid: 5527 components: - type: Transform - pos: -55.5,-49.5 + pos: -21.5,15.5 parent: 2 - uid: 5528 components: - type: Transform - pos: -55.5,-48.5 + pos: -20.5,15.5 parent: 2 - uid: 5529 components: - type: Transform - pos: -54.5,-48.5 + pos: -19.5,15.5 parent: 2 - uid: 5530 components: - type: Transform - pos: -53.5,-48.5 + pos: -18.5,15.5 parent: 2 - uid: 5531 components: - type: Transform - pos: -52.5,-48.5 + pos: -17.5,15.5 parent: 2 - uid: 5532 components: - type: Transform - pos: -56.5,-48.5 + pos: -17.5,14.5 parent: 2 - uid: 5533 components: - type: Transform - pos: -56.5,-47.5 + pos: -17.5,13.5 parent: 2 - uid: 5534 components: - type: Transform - pos: -56.5,-46.5 + pos: -16.5,13.5 parent: 2 - uid: 5535 components: - type: Transform - pos: -65.5,-53.5 + pos: -15.5,13.5 parent: 2 - uid: 5536 components: - type: Transform - pos: -64.5,-53.5 + pos: -14.5,13.5 parent: 2 - uid: 5537 components: - type: Transform - pos: -64.5,-54.5 + pos: -13.5,13.5 parent: 2 - uid: 5538 components: - type: Transform - pos: -64.5,-55.5 + pos: -8.5,11.5 parent: 2 - uid: 5539 components: - type: Transform - pos: -64.5,-56.5 + pos: -8.5,12.5 parent: 2 - uid: 5540 components: - type: Transform - pos: -64.5,-52.5 + pos: -8.5,13.5 parent: 2 - uid: 5541 components: - type: Transform - pos: -63.5,-52.5 + pos: -8.5,14.5 parent: 2 - uid: 5542 components: - type: Transform - pos: -62.5,-52.5 + pos: -8.5,15.5 parent: 2 - uid: 5543 components: - type: Transform - pos: -61.5,-52.5 + pos: -9.5,15.5 parent: 2 - uid: 5544 components: - type: Transform - pos: -60.5,-52.5 + pos: -9.5,16.5 parent: 2 - uid: 5545 components: - type: Transform - pos: -59.5,-52.5 + pos: -10.5,15.5 parent: 2 - uid: 5546 components: - type: Transform - pos: -58.5,-52.5 + pos: -10.5,14.5 parent: 2 - uid: 5547 components: - type: Transform - pos: -57.5,-52.5 + pos: -11.5,14.5 parent: 2 - uid: 5548 components: - type: Transform - pos: -59.5,-51.5 + pos: -15.5,14.5 parent: 2 - uid: 5549 components: - type: Transform - pos: -59.5,-50.5 + pos: -22.5,14.5 parent: 2 - uid: 5550 components: - type: Transform - pos: -59.5,-49.5 + pos: -22.5,13.5 parent: 2 - uid: 5551 components: - type: Transform - pos: -59.5,-48.5 + pos: -22.5,12.5 parent: 2 - uid: 5552 components: - type: Transform - pos: -59.5,-47.5 + pos: -22.5,11.5 parent: 2 - uid: 5553 components: - type: Transform - pos: -59.5,-46.5 + pos: -21.5,11.5 parent: 2 - uid: 5554 components: - type: Transform - pos: -38.5,18.5 + pos: -20.5,11.5 parent: 2 - uid: 5555 components: - type: Transform - pos: -37.5,18.5 + pos: -23.5,11.5 parent: 2 - uid: 5556 components: - type: Transform - pos: -37.5,19.5 + pos: -35.5,16.5 parent: 2 - uid: 5557 components: - type: Transform - pos: -37.5,20.5 + pos: -36.5,16.5 parent: 2 - uid: 5558 components: - type: Transform - pos: -36.5,20.5 + pos: -37.5,16.5 parent: 2 - uid: 5559 components: - type: Transform - pos: -35.5,20.5 + pos: -38.5,16.5 parent: 2 - uid: 5560 components: - type: Transform - pos: -38.5,14.5 + pos: -38.5,17.5 parent: 2 - uid: 5561 components: - type: Transform - pos: 74.5,-20.5 + pos: -38.5,15.5 parent: 2 - uid: 5562 components: - type: Transform - pos: 74.5,-19.5 + pos: -40.5,-101.5 parent: 2 - uid: 5563 components: - type: Transform - pos: 74.5,-18.5 + pos: -38.5,-103.5 parent: 2 - uid: 5564 components: - type: Transform - pos: 74.5,-17.5 + pos: -55.5,-50.5 parent: 2 - uid: 5565 components: - type: Transform - pos: 73.5,-18.5 + pos: -55.5,-49.5 parent: 2 - uid: 5566 components: - type: Transform - pos: 72.5,-18.5 + pos: -55.5,-48.5 parent: 2 - uid: 5567 components: - type: Transform - pos: 75.5,-17.5 + pos: -54.5,-48.5 parent: 2 - uid: 5568 components: - type: Transform - pos: 76.5,-17.5 + pos: -53.5,-48.5 parent: 2 - uid: 5569 components: - type: Transform - pos: 77.5,-17.5 + pos: -52.5,-48.5 parent: 2 - uid: 5570 components: - type: Transform - pos: 78.5,-17.5 + pos: -56.5,-48.5 parent: 2 - uid: 5571 components: - type: Transform - pos: 78.5,-18.5 + pos: -56.5,-47.5 parent: 2 - uid: 5572 components: - type: Transform - pos: -58.5,-37.5 + pos: -56.5,-46.5 parent: 2 - uid: 5573 components: - type: Transform - pos: 76.5,-97.5 + pos: -65.5,-53.5 parent: 2 - uid: 5574 components: - type: Transform - pos: 80.5,-95.5 + pos: -64.5,-53.5 parent: 2 - uid: 5575 components: - type: Transform - pos: 76.5,-86.5 + pos: -64.5,-54.5 parent: 2 - uid: 5576 components: - type: Transform - pos: 78.5,-95.5 + pos: -64.5,-55.5 parent: 2 - uid: 5577 components: - type: Transform - pos: 76.5,-91.5 + pos: -64.5,-56.5 parent: 2 - uid: 5578 components: - type: Transform - pos: 76.5,-92.5 + pos: -64.5,-52.5 parent: 2 - uid: 5579 components: - type: Transform - pos: 77.5,-95.5 + pos: -63.5,-52.5 parent: 2 - uid: 5580 components: - type: Transform - pos: 81.5,-95.5 + pos: -62.5,-52.5 parent: 2 - uid: 5581 components: - type: Transform - pos: 70.5,-91.5 + pos: -61.5,-52.5 parent: 2 - uid: 5582 components: - type: Transform - pos: 78.5,-91.5 + pos: -60.5,-52.5 parent: 2 - uid: 5583 components: - type: Transform - pos: 79.5,-95.5 + pos: -59.5,-52.5 parent: 2 - uid: 5584 components: - type: Transform - pos: 72.5,-95.5 + pos: -58.5,-52.5 parent: 2 - uid: 5585 components: - type: Transform - pos: 74.5,-91.5 + pos: -57.5,-52.5 parent: 2 - uid: 5586 components: - type: Transform - pos: 79.5,-91.5 + pos: -59.5,-51.5 parent: 2 - uid: 5587 components: - type: Transform - pos: 74.5,-95.5 + pos: -59.5,-50.5 parent: 2 - uid: 5588 components: - type: Transform - pos: 73.5,-95.5 + pos: -59.5,-49.5 parent: 2 - uid: 5589 components: - type: Transform - pos: 76.5,-88.5 + pos: -59.5,-48.5 parent: 2 - uid: 5590 components: - type: Transform - pos: 71.5,-91.5 + pos: -59.5,-47.5 parent: 2 - uid: 5591 components: - type: Transform - pos: 76.5,-89.5 + pos: -59.5,-46.5 parent: 2 - uid: 5592 components: - type: Transform - pos: 76.5,-93.5 + pos: -38.5,18.5 parent: 2 - uid: 5593 components: - type: Transform - pos: 76.5,-90.5 + pos: -37.5,18.5 parent: 2 - uid: 5594 components: - type: Transform - pos: 76.5,-94.5 + pos: -37.5,19.5 parent: 2 - uid: 5595 components: - type: Transform - pos: 56.5,-88.5 + pos: -37.5,20.5 parent: 2 - uid: 5596 components: - type: Transform - pos: -61.5,8.5 + pos: -36.5,20.5 parent: 2 - uid: 5597 components: - type: Transform - pos: -68.5,-64.5 + pos: -35.5,20.5 parent: 2 - uid: 5598 components: - type: Transform - pos: -74.5,-66.5 + pos: -38.5,14.5 parent: 2 - uid: 5599 components: - type: Transform - pos: 72.5,-91.5 + pos: 74.5,-20.5 parent: 2 - uid: 5600 components: - type: Transform - pos: 80.5,-91.5 + pos: 74.5,-19.5 parent: 2 - uid: 5601 components: - type: Transform - pos: -55.5,-69.5 + pos: 74.5,-18.5 parent: 2 - uid: 5602 components: - type: Transform - pos: -56.5,-69.5 + pos: 74.5,-17.5 parent: 2 - uid: 5603 components: - type: Transform - pos: -70.5,-77.5 + pos: 73.5,-18.5 parent: 2 - uid: 5604 components: - type: Transform - pos: -60.5,-73.5 + pos: 72.5,-18.5 parent: 2 - uid: 5605 components: - type: Transform - pos: -75.5,-65.5 + pos: 75.5,-17.5 parent: 2 - uid: 5606 components: - type: Transform - pos: 69.5,-65.5 + pos: 76.5,-17.5 parent: 2 - uid: 5607 components: - type: Transform - pos: 70.5,-61.5 + pos: 77.5,-17.5 parent: 2 - uid: 5608 components: - type: Transform - pos: 66.5,-52.5 + pos: 78.5,-17.5 parent: 2 - uid: 5609 components: - type: Transform - pos: 71.5,-61.5 + pos: 78.5,-18.5 parent: 2 - uid: 5610 components: - type: Transform - pos: -69.5,-77.5 + pos: -58.5,-37.5 parent: 2 - uid: 5611 components: - type: Transform - pos: -68.5,-77.5 + pos: 76.5,-97.5 parent: 2 - uid: 5612 components: - type: Transform - pos: 71.5,-62.5 + pos: 80.5,-95.5 parent: 2 - uid: 5613 components: - type: Transform - pos: 69.5,-61.5 + pos: 76.5,-86.5 parent: 2 - uid: 5614 components: - type: Transform - pos: 71.5,-63.5 + pos: 78.5,-95.5 parent: 2 - uid: 5615 components: - type: Transform - pos: -45.5,-34.5 + pos: 76.5,-91.5 parent: 2 - uid: 5616 components: - type: Transform - pos: 36.5,-7.5 + pos: 76.5,-92.5 parent: 2 - uid: 5617 components: - type: Transform - pos: 36.5,-9.5 + pos: 77.5,-95.5 parent: 2 - uid: 5618 components: - type: Transform - pos: 43.5,-0.5 + pos: 81.5,-95.5 parent: 2 - uid: 5619 components: - type: Transform - pos: 37.5,13.5 + pos: 70.5,-91.5 parent: 2 - uid: 5620 components: - type: Transform - pos: 25.5,4.5 + pos: 78.5,-91.5 parent: 2 - uid: 5621 components: - type: Transform - pos: 33.5,-12.5 + pos: 79.5,-95.5 parent: 2 - uid: 5622 components: - type: Transform - pos: 38.5,13.5 + pos: 72.5,-95.5 parent: 2 - uid: 5623 components: - type: Transform - pos: 35.5,10.5 + pos: 74.5,-91.5 parent: 2 - uid: 5624 components: - type: Transform - pos: -71.5,-77.5 + pos: 79.5,-91.5 parent: 2 - uid: 5625 components: - type: Transform - pos: -48.5,-35.5 + pos: 74.5,-95.5 parent: 2 - uid: 5626 components: - type: Transform - pos: -50.5,-36.5 + pos: 73.5,-95.5 parent: 2 - uid: 5627 components: - type: Transform - pos: -65.5,-77.5 + pos: 76.5,-88.5 parent: 2 - uid: 5628 components: - type: Transform - pos: 70.5,-52.5 + pos: 71.5,-91.5 parent: 2 - uid: 5629 components: - type: Transform - pos: -47.5,-36.5 + pos: 76.5,-89.5 parent: 2 - uid: 5630 components: - type: Transform - pos: 82.5,-91.5 + pos: 76.5,-93.5 parent: 2 - uid: 5631 components: - type: Transform - pos: 81.5,-91.5 + pos: 76.5,-90.5 parent: 2 - uid: 5632 components: - type: Transform - pos: 77.5,-91.5 + pos: 76.5,-94.5 parent: 2 - uid: 5633 components: - type: Transform - pos: 76.5,-95.5 + pos: 56.5,-88.5 parent: 2 - uid: 5634 components: - type: Transform - pos: 73.5,-91.5 + pos: -61.5,8.5 parent: 2 - uid: 5635 components: - type: Transform - pos: 76.5,-96.5 + pos: -68.5,-64.5 parent: 2 - uid: 5636 components: - type: Transform - pos: 75.5,-91.5 + pos: -74.5,-66.5 parent: 2 - uid: 5637 components: - type: Transform - pos: 72.5,-58.5 + pos: 72.5,-91.5 parent: 2 - uid: 5638 components: - type: Transform - pos: 85.5,-58.5 + pos: 80.5,-91.5 parent: 2 - uid: 5639 components: - type: Transform - pos: 72.5,-61.5 + pos: -55.5,-69.5 parent: 2 - uid: 5640 components: - type: Transform - pos: 85.5,-57.5 + pos: -56.5,-69.5 parent: 2 - uid: 5641 components: - type: Transform - pos: 75.5,-48.5 + pos: -70.5,-77.5 parent: 2 - uid: 5642 components: - type: Transform - pos: 53.5,-78.5 + pos: -60.5,-73.5 parent: 2 - uid: 5643 components: - type: Transform - pos: 69.5,-52.5 + pos: -75.5,-65.5 parent: 2 - uid: 5644 components: - type: Transform - pos: 71.5,-53.5 + pos: 69.5,-65.5 parent: 2 - uid: 5645 components: - type: Transform - pos: 83.5,-61.5 + pos: 70.5,-61.5 parent: 2 - uid: 5646 components: - type: Transform - pos: 84.5,-61.5 + pos: 66.5,-52.5 parent: 2 - uid: 5647 components: - type: Transform - pos: 85.5,-61.5 + pos: 71.5,-61.5 parent: 2 - uid: 5648 components: - type: Transform - pos: 82.5,-57.5 + pos: -69.5,-77.5 parent: 2 - uid: 5649 components: - type: Transform - pos: 83.5,-57.5 + pos: -68.5,-77.5 parent: 2 - uid: 5650 components: - type: Transform - pos: 84.5,-57.5 + pos: 71.5,-62.5 parent: 2 - uid: 5651 components: - type: Transform - pos: 55.5,-78.5 + pos: 69.5,-61.5 parent: 2 - uid: 5652 components: - type: Transform - pos: 55.5,-80.5 + pos: 71.5,-63.5 parent: 2 - uid: 5653 components: - type: Transform - pos: 75.5,-47.5 + pos: -45.5,-34.5 parent: 2 - uid: 5654 components: - type: Transform - pos: 70.5,-65.5 + pos: 36.5,-7.5 parent: 2 - uid: 5655 components: - type: Transform - pos: 35.5,18.5 + pos: 36.5,-9.5 parent: 2 - uid: 5656 components: - type: Transform - pos: -48.5,-72.5 + pos: 43.5,-0.5 parent: 2 - uid: 5657 components: - type: Transform - pos: 45.5,-74.5 + pos: 37.5,13.5 parent: 2 - uid: 5658 components: - type: Transform - pos: -72.5,-69.5 + pos: 25.5,4.5 parent: 2 - uid: 5659 components: - type: Transform - pos: -72.5,-61.5 + pos: 33.5,-12.5 parent: 2 - uid: 5660 components: - type: Transform - pos: -68.5,-66.5 + pos: 38.5,13.5 parent: 2 - uid: 5661 components: - type: Transform - pos: 85.5,-60.5 + pos: 35.5,10.5 parent: 2 - uid: 5662 components: - type: Transform - pos: 82.5,-61.5 + pos: -71.5,-77.5 parent: 2 - uid: 5663 components: - type: Transform - pos: 76.5,-50.5 + pos: -48.5,-35.5 parent: 2 - uid: 5664 components: - type: Transform - pos: 35.5,31.5 + pos: -50.5,-36.5 parent: 2 - uid: 5665 components: - type: Transform - pos: 34.5,31.5 + pos: -65.5,-77.5 parent: 2 - uid: 5666 components: - type: Transform - pos: -59.5,-39.5 + pos: 70.5,-52.5 parent: 2 - uid: 5667 components: - type: Transform - pos: 21.5,1.5 + pos: -47.5,-36.5 parent: 2 - uid: 5668 components: - type: Transform - pos: 22.5,1.5 + pos: 82.5,-91.5 parent: 2 - uid: 5669 components: - type: Transform - pos: 44.5,-0.5 + pos: 81.5,-91.5 parent: 2 - uid: 5670 components: - type: Transform - pos: 73.5,-48.5 + pos: 77.5,-91.5 parent: 2 - uid: 5671 components: - type: Transform - pos: -24.5,-94.5 + pos: 76.5,-95.5 parent: 2 - uid: 5672 components: - type: Transform - pos: -23.5,-94.5 + pos: 73.5,-91.5 parent: 2 - uid: 5673 components: - type: Transform - pos: 34.5,-12.5 + pos: 76.5,-96.5 parent: 2 - uid: 5674 components: - type: Transform - pos: 54.5,-78.5 + pos: 75.5,-91.5 parent: 2 - uid: 5675 components: - type: Transform - pos: 75.5,-51.5 + pos: 72.5,-58.5 parent: 2 - uid: 5676 components: - type: Transform - pos: -82.5,26.5 + pos: 85.5,-58.5 parent: 2 - uid: 5677 components: - type: Transform - pos: 44.5,-105.5 + pos: 72.5,-61.5 parent: 2 - uid: 5678 components: - type: Transform - pos: 36.5,10.5 + pos: 85.5,-57.5 parent: 2 - uid: 5679 components: - type: Transform - pos: 27.5,13.5 + pos: 75.5,-48.5 parent: 2 - uid: 5680 components: - type: Transform - pos: 33.5,-4.5 + pos: 53.5,-78.5 parent: 2 - uid: 5681 components: - type: Transform - pos: 23.5,6.5 + pos: 69.5,-52.5 parent: 2 - uid: 5682 components: - type: Transform - pos: 45.5,-72.5 + pos: 71.5,-53.5 parent: 2 - uid: 5683 components: - type: Transform - pos: 83.5,-49.5 + pos: 83.5,-61.5 parent: 2 - uid: 5684 components: - type: Transform - pos: 86.5,-45.5 + pos: 84.5,-61.5 parent: 2 - uid: 5685 components: - type: Transform - pos: 45.5,-73.5 + pos: 85.5,-61.5 parent: 2 - uid: 5686 components: - type: Transform - pos: 39.5,-92.5 + pos: 82.5,-57.5 parent: 2 - uid: 5687 components: - type: Transform - pos: 35.5,-10.5 + pos: 83.5,-57.5 parent: 2 - uid: 5688 components: - type: Transform - pos: 31.5,-4.5 + pos: 84.5,-57.5 parent: 2 - uid: 5689 components: - type: Transform - pos: 36.5,13.5 + pos: 55.5,-78.5 parent: 2 - uid: 5690 components: - type: Transform - pos: 32.5,-4.5 + pos: 55.5,-80.5 parent: 2 - uid: 5691 components: - type: Transform - pos: 23.5,8.5 + pos: 75.5,-47.5 parent: 2 - uid: 5692 components: - type: Transform - pos: 23.5,7.5 + pos: 70.5,-65.5 parent: 2 - uid: 5693 components: - type: Transform - pos: 26.5,4.5 + pos: 35.5,18.5 parent: 2 - uid: 5694 components: - type: Transform - pos: 37.5,10.5 + pos: -48.5,-72.5 parent: 2 - uid: 5695 components: - type: Transform - pos: 35.5,13.5 + pos: 45.5,-74.5 parent: 2 - uid: 5696 components: - type: Transform - pos: 30.5,-4.5 + pos: -72.5,-69.5 parent: 2 - uid: 5697 components: - type: Transform - pos: 33.5,-8.5 + pos: -72.5,-61.5 parent: 2 - uid: 5698 components: - type: Transform - pos: 33.5,-9.5 + pos: -68.5,-66.5 parent: 2 - uid: 5699 components: - type: Transform - pos: 33.5,-10.5 + pos: 85.5,-60.5 parent: 2 - uid: 5700 components: - type: Transform - pos: -53.5,-74.5 + pos: 82.5,-61.5 parent: 2 - uid: 5701 components: - type: Transform - pos: -54.5,-72.5 + pos: 76.5,-50.5 parent: 2 - uid: 5702 components: - type: Transform - pos: -63.5,-73.5 + pos: 35.5,31.5 parent: 2 - uid: 5703 components: - type: Transform - pos: -61.5,-76.5 + pos: 34.5,31.5 parent: 2 - uid: 5704 components: - type: Transform - pos: 34.5,-10.5 + pos: -59.5,-39.5 parent: 2 - uid: 5705 components: - type: Transform - pos: 36.5,-10.5 + pos: 21.5,1.5 parent: 2 - uid: 5706 components: - type: Transform - pos: 33.5,18.5 + pos: 22.5,1.5 parent: 2 - uid: 5707 components: - type: Transform - pos: 26.5,3.5 + pos: 44.5,-0.5 parent: 2 - uid: 5708 components: - type: Transform - pos: 45.5,-69.5 + pos: 73.5,-48.5 parent: 2 - uid: 5709 components: - type: Transform - pos: 29.5,10.5 + pos: -24.5,-94.5 parent: 2 - uid: 5710 components: - type: Transform - pos: 45.5,-70.5 + pos: -23.5,-94.5 parent: 2 - uid: 5711 components: - type: Transform - pos: 36.5,-17.5 + pos: 34.5,-12.5 parent: 2 - uid: 5712 components: - type: Transform - pos: 81.5,-61.5 + pos: 54.5,-78.5 parent: 2 - uid: 5713 components: - type: Transform - pos: 86.5,-44.5 + pos: 75.5,-51.5 parent: 2 - uid: 5714 components: - type: Transform - pos: 37.5,-15.5 + pos: -82.5,26.5 parent: 2 - uid: 5715 components: - type: Transform - pos: 27.5,-0.5 + pos: 44.5,-105.5 parent: 2 - uid: 5716 components: - type: Transform - pos: -36.5,-114.5 + pos: 36.5,10.5 parent: 2 - uid: 5717 components: - type: Transform - pos: 26.5,2.5 + pos: 27.5,13.5 parent: 2 - uid: 5718 components: - type: Transform - pos: 27.5,2.5 + pos: 33.5,-4.5 parent: 2 - uid: 5719 components: - type: Transform - pos: 26.5,0.5 + pos: 23.5,6.5 parent: 2 - uid: 5720 components: - type: Transform - pos: 26.5,-0.5 + pos: 45.5,-72.5 parent: 2 - uid: 5721 components: - type: Transform - pos: 43.5,-74.5 + pos: 83.5,-49.5 parent: 2 - uid: 5722 components: - type: Transform - pos: 55.5,-98.5 + pos: 86.5,-45.5 parent: 2 - uid: 5723 components: - type: Transform - pos: 22.5,8.5 + pos: 45.5,-73.5 parent: 2 - uid: 5724 components: - type: Transform - pos: -35.5,-79.5 + pos: 39.5,-92.5 parent: 2 - uid: 5725 components: - type: Transform - pos: -53.5,-71.5 + pos: 35.5,-10.5 parent: 2 - uid: 5726 components: - type: Transform - pos: -49.5,-36.5 + pos: 31.5,-4.5 parent: 2 - uid: 5727 components: - type: Transform - pos: 45.5,-71.5 + pos: 36.5,13.5 parent: 2 - uid: 5728 components: - type: Transform - pos: 44.5,-74.5 + pos: 32.5,-4.5 parent: 2 - uid: 5729 components: - type: Transform - pos: 23.5,5.5 + pos: 23.5,8.5 parent: 2 - uid: 5730 components: - type: Transform - pos: 23.5,1.5 + pos: 23.5,7.5 parent: 2 - uid: 5731 components: - type: Transform - pos: 23.5,4.5 + pos: 26.5,4.5 parent: 2 - uid: 5732 components: - type: Transform - pos: 27.5,7.5 + pos: 37.5,10.5 parent: 2 - uid: 5733 components: - type: Transform - pos: 33.5,13.5 + pos: 35.5,13.5 parent: 2 - uid: 5734 components: - type: Transform - pos: 38.5,10.5 + pos: 30.5,-4.5 parent: 2 - uid: 5735 components: - type: Transform - pos: 34.5,18.5 + pos: 33.5,-8.5 parent: 2 - uid: 5736 components: - type: Transform - pos: 33.5,10.5 + pos: 33.5,-9.5 parent: 2 - uid: 5737 components: - type: Transform - pos: -66.5,-69.5 + pos: 33.5,-10.5 parent: 2 - uid: 5738 components: - type: Transform - pos: -63.5,-69.5 + pos: -53.5,-74.5 parent: 2 - uid: 5739 components: - type: Transform - pos: 27.5,10.5 + pos: -54.5,-72.5 parent: 2 - uid: 5740 components: - type: Transform - pos: 23.5,3.5 + pos: -63.5,-73.5 parent: 2 - uid: 5741 components: - type: Transform - pos: -64.5,-69.5 + pos: -61.5,-76.5 parent: 2 - uid: 5742 components: - type: Transform - pos: 23.5,2.5 + pos: 34.5,-10.5 parent: 2 - uid: 5743 components: - type: Transform - pos: 33.5,12.5 + pos: 36.5,-10.5 parent: 2 - uid: 5744 components: - type: Transform - pos: 33.5,9.5 + pos: 33.5,18.5 parent: 2 - uid: 5745 components: - type: Transform - pos: 71.5,-52.5 + pos: 26.5,3.5 parent: 2 - uid: 5746 components: - type: Transform - pos: -42.5,-114.5 + pos: 45.5,-69.5 parent: 2 - uid: 5747 components: - type: Transform - pos: 79.5,-54.5 + pos: 29.5,10.5 parent: 2 - uid: 5748 components: - type: Transform - pos: 75.5,-53.5 + pos: 45.5,-70.5 parent: 2 - uid: 5749 components: - type: Transform - pos: 76.5,-54.5 + pos: 36.5,-17.5 parent: 2 - uid: 5750 components: - type: Transform - pos: 74.5,-53.5 + pos: 81.5,-61.5 parent: 2 - uid: 5751 components: - type: Transform - pos: 80.5,-61.5 + pos: 86.5,-44.5 parent: 2 - uid: 5752 components: - type: Transform - pos: 71.5,-64.5 + pos: 37.5,-15.5 parent: 2 - uid: 5753 components: - type: Transform - pos: -41.5,-119.5 + pos: 27.5,-0.5 parent: 2 - uid: 5754 components: - type: Transform - pos: -41.5,-120.5 + pos: -36.5,-114.5 parent: 2 - uid: 5755 components: - type: Transform - pos: -42.5,-119.5 + pos: 26.5,2.5 parent: 2 - uid: 5756 components: - type: Transform - pos: -43.5,-119.5 + pos: 27.5,2.5 parent: 2 - uid: 5757 components: - type: Transform - pos: -34.5,-121.5 + pos: 26.5,0.5 parent: 2 - uid: 5758 components: - type: Transform - pos: -37.5,-121.5 + pos: 26.5,-0.5 parent: 2 - uid: 5759 components: - type: Transform - pos: -33.5,-118.5 + pos: 43.5,-74.5 parent: 2 - uid: 5760 components: - type: Transform - pos: -36.5,-121.5 + pos: 55.5,-98.5 parent: 2 - uid: 5761 components: - type: Transform - pos: -33.5,-121.5 + pos: 22.5,8.5 parent: 2 - uid: 5762 components: - type: Transform - pos: 71.5,-65.5 + pos: -35.5,-79.5 parent: 2 - uid: 5763 components: - type: Transform - pos: 81.5,-53.5 + pos: -53.5,-71.5 parent: 2 - uid: 5764 components: - type: Transform - pos: 75.5,-95.5 + pos: -49.5,-36.5 parent: 2 - uid: 5765 components: - type: Transform - pos: -65.5,-71.5 + pos: 45.5,-71.5 parent: 2 - uid: 5766 components: - type: Transform - pos: -64.5,-75.5 + pos: 44.5,-74.5 parent: 2 - uid: 5767 components: - type: Transform - pos: -62.5,-69.5 + pos: 23.5,5.5 parent: 2 - uid: 5768 components: - type: Transform - pos: 76.5,-64.5 + pos: 23.5,1.5 parent: 2 - uid: 5769 components: - type: Transform - pos: 73.5,-64.5 + pos: 23.5,4.5 parent: 2 - uid: 5770 components: - type: Transform - pos: 78.5,-65.5 + pos: 27.5,7.5 parent: 2 - uid: 5771 components: - type: Transform - pos: 81.5,-65.5 + pos: 33.5,13.5 parent: 2 - uid: 5772 components: - type: Transform - pos: -54.5,-103.5 + pos: 38.5,10.5 parent: 2 - uid: 5773 components: - type: Transform - pos: -55.5,-103.5 + pos: 34.5,18.5 parent: 2 - uid: 5774 components: - type: Transform - pos: 85.5,-45.5 + pos: 33.5,10.5 parent: 2 - uid: 5775 components: - type: Transform - pos: 26.5,16.5 + pos: -66.5,-69.5 parent: 2 - uid: 5776 components: - type: Transform - pos: -74.5,2.5 + pos: -63.5,-69.5 parent: 2 - uid: 5777 components: - type: Transform - pos: -69.5,9.5 + pos: 27.5,10.5 parent: 2 - uid: 5778 components: - type: Transform - pos: -78.5,10.5 + pos: 23.5,3.5 parent: 2 - uid: 5779 components: - type: Transform - pos: -79.5,10.5 + pos: -64.5,-69.5 parent: 2 - uid: 5780 components: - type: Transform - pos: -80.5,10.5 + pos: 23.5,2.5 parent: 2 - uid: 5781 components: - type: Transform - pos: -81.5,10.5 + pos: 33.5,12.5 parent: 2 - uid: 5782 components: - type: Transform - pos: 71.5,-95.5 + pos: 33.5,9.5 parent: 2 - uid: 5783 components: - type: Transform - pos: 78.5,-87.5 + pos: 71.5,-52.5 parent: 2 - uid: 5784 components: - type: Transform - pos: 79.5,-87.5 + pos: -42.5,-114.5 parent: 2 - uid: 5785 components: - type: Transform - pos: 81.5,-87.5 + pos: 79.5,-54.5 parent: 2 - uid: 5786 components: - type: Transform - pos: 105.5,-57.5 + pos: 75.5,-53.5 parent: 2 - uid: 5787 components: - type: Transform - pos: 33.5,11.5 + pos: 76.5,-54.5 parent: 2 - uid: 5788 components: - type: Transform - pos: 34.5,10.5 + pos: 74.5,-53.5 parent: 2 - uid: 5789 components: - type: Transform - pos: 110.5,-58.5 + pos: 80.5,-61.5 parent: 2 - uid: 5790 components: - type: Transform - pos: 107.5,-58.5 + pos: 71.5,-64.5 parent: 2 - uid: 5791 components: - type: Transform - pos: -74.5,1.5 + pos: -41.5,-119.5 parent: 2 - uid: 5792 components: - type: Transform - pos: 32.5,-16.5 + pos: -41.5,-120.5 parent: 2 - uid: 5793 components: - type: Transform - pos: 26.5,13.5 + pos: -42.5,-119.5 parent: 2 - uid: 5794 components: - type: Transform - pos: 77.5,-87.5 + pos: -43.5,-119.5 parent: 2 - uid: 5795 components: - type: Transform - pos: 106.5,-42.5 + pos: -34.5,-121.5 parent: 2 - uid: 5796 components: - type: Transform - pos: 106.5,-41.5 + pos: -37.5,-121.5 parent: 2 - uid: 5797 components: - type: Transform - pos: 106.5,-43.5 + pos: -33.5,-118.5 parent: 2 - uid: 5798 components: - type: Transform - pos: 111.5,-45.5 + pos: -36.5,-121.5 parent: 2 - uid: 5799 components: - type: Transform - pos: 104.5,-45.5 + pos: -33.5,-121.5 parent: 2 - uid: 5800 components: - type: Transform - pos: 105.5,-45.5 + pos: 71.5,-65.5 parent: 2 - uid: 5801 components: - type: Transform - pos: 109.5,-45.5 + pos: 81.5,-53.5 parent: 2 - uid: 5802 components: - type: Transform - pos: -49.5,-9.5 + pos: 75.5,-95.5 parent: 2 - uid: 5803 components: - type: Transform - pos: -49.5,-10.5 + pos: -65.5,-71.5 parent: 2 - uid: 5804 components: - type: Transform - pos: -50.5,-11.5 + pos: -64.5,-75.5 parent: 2 - uid: 5805 components: - type: Transform - pos: -49.5,-11.5 + pos: -62.5,-69.5 parent: 2 - uid: 5806 components: - type: Transform - pos: -49.5,-12.5 + pos: 76.5,-64.5 parent: 2 - uid: 5807 components: - type: Transform - pos: -45.5,-10.5 + pos: 73.5,-64.5 parent: 2 - uid: 5808 components: - type: Transform - pos: -47.5,-10.5 + pos: 78.5,-65.5 parent: 2 - uid: 5809 components: - type: Transform - pos: -47.5,-9.5 + pos: 81.5,-65.5 parent: 2 - uid: 5810 components: - type: Transform - pos: -48.5,-9.5 + pos: -54.5,-103.5 parent: 2 - uid: 5811 components: - type: Transform - pos: -51.5,-69.5 + pos: -55.5,-103.5 parent: 2 - uid: 5812 components: - type: Transform - pos: 35.5,-12.5 + pos: 85.5,-45.5 parent: 2 - uid: 5813 components: - type: Transform - pos: 35.5,34.5 + pos: 26.5,16.5 parent: 2 - uid: 5814 components: - type: Transform - pos: -61.5,-77.5 + pos: -74.5,2.5 parent: 2 - uid: 5815 components: - type: Transform - pos: -61.5,-73.5 + pos: -69.5,9.5 parent: 2 - uid: 5816 components: - type: Transform - pos: -65.5,-73.5 + pos: -78.5,10.5 parent: 2 - uid: 5817 components: - type: Transform - pos: -61.5,-75.5 + pos: -79.5,10.5 parent: 2 - uid: 5818 components: - type: Transform - pos: -49.5,-69.5 + pos: -80.5,10.5 parent: 2 - uid: 5819 components: - type: Transform - pos: -50.5,-69.5 + pos: -81.5,10.5 parent: 2 - uid: 5820 components: - type: Transform - pos: 34.5,32.5 + pos: 71.5,-95.5 parent: 2 - uid: 5821 components: - type: Transform - pos: 34.5,33.5 + pos: 78.5,-87.5 parent: 2 - uid: 5822 components: - type: Transform - pos: -65.5,-72.5 + pos: 79.5,-87.5 parent: 2 - uid: 5823 components: - type: Transform - pos: 33.5,-15.5 + pos: 81.5,-87.5 parent: 2 - uid: 5824 components: - type: Transform - pos: 33.5,-16.5 + pos: 105.5,-57.5 parent: 2 - uid: 5825 components: - type: Transform - pos: -65.5,-70.5 + pos: 33.5,11.5 parent: 2 - uid: 5826 components: - type: Transform - pos: 80.5,-87.5 + pos: 34.5,10.5 parent: 2 - uid: 5827 components: - type: Transform - pos: 75.5,-87.5 + pos: 110.5,-58.5 parent: 2 - uid: 5828 components: - type: Transform - pos: 73.5,-87.5 + pos: 107.5,-58.5 parent: 2 - uid: 5829 components: - type: Transform - pos: 79.5,-48.5 + pos: -74.5,1.5 parent: 2 - uid: 5830 components: - type: Transform - pos: 77.5,-49.5 + pos: 32.5,-16.5 parent: 2 - uid: 5831 components: - type: Transform - pos: 26.5,1.5 + pos: 26.5,13.5 parent: 2 - uid: 5832 components: - type: Transform - pos: -25.5,-98.5 + pos: 77.5,-87.5 parent: 2 - uid: 5833 components: - type: Transform - pos: 33.5,-20.5 + pos: 106.5,-42.5 parent: 2 - uid: 5834 components: - type: Transform - pos: -69.5,-97.5 + pos: 106.5,-41.5 parent: 2 - uid: 5835 components: - type: Transform - pos: -19.5,-94.5 + pos: 106.5,-43.5 parent: 2 - uid: 5836 components: - type: Transform - pos: -73.5,2.5 + pos: 111.5,-45.5 parent: 2 - uid: 5837 components: - type: Transform - pos: -54.5,-71.5 + pos: 104.5,-45.5 parent: 2 - uid: 5838 components: - type: Transform - pos: 36.5,35.5 + pos: 105.5,-45.5 parent: 2 - uid: 5839 components: - type: Transform - pos: -61.5,-74.5 + pos: 109.5,-45.5 parent: 2 - uid: 5840 components: - type: Transform - pos: 31.5,-20.5 + pos: -49.5,-9.5 parent: 2 - uid: 5841 components: - type: Transform - pos: 32.5,-20.5 + pos: -49.5,-10.5 parent: 2 - uid: 5842 components: - type: Transform - pos: -48.5,-69.5 + pos: -50.5,-11.5 parent: 2 - uid: 5843 components: - type: Transform - pos: -64.5,-76.5 + pos: -49.5,-11.5 parent: 2 - uid: 5844 components: - type: Transform - pos: 74.5,-48.5 + pos: -49.5,-12.5 parent: 2 - uid: 5845 components: - type: Transform - pos: -53.5,-70.5 + pos: -45.5,-10.5 parent: 2 - uid: 5846 components: - type: Transform - pos: -62.5,-73.5 + pos: -47.5,-10.5 parent: 2 - uid: 5847 components: - type: Transform - pos: 24.5,1.5 + pos: -47.5,-9.5 parent: 2 - uid: 5848 components: - type: Transform - pos: 25.5,1.5 + pos: -48.5,-9.5 parent: 2 - uid: 5849 components: - type: Transform - pos: 109.5,-44.5 + pos: -51.5,-69.5 parent: 2 - uid: 5850 components: - type: Transform - pos: 107.5,-44.5 + pos: 35.5,-12.5 parent: 2 - uid: 5851 components: - type: Transform - pos: -37.5,-114.5 + pos: 35.5,34.5 parent: 2 - uid: 5852 components: - type: Transform - pos: -70.5,-73.5 + pos: -61.5,-77.5 parent: 2 - uid: 5853 components: - type: Transform - pos: 28.5,10.5 + pos: -61.5,-73.5 parent: 2 - uid: 5854 components: - type: Transform - pos: 27.5,8.5 + pos: -65.5,-73.5 parent: 2 - uid: 5855 components: - type: Transform - pos: 27.5,9.5 + pos: -61.5,-75.5 parent: 2 - uid: 5856 components: - type: Transform - pos: 26.5,7.5 + pos: -49.5,-69.5 parent: 2 - uid: 5857 components: - type: Transform - pos: 94.5,-49.5 + pos: -50.5,-69.5 parent: 2 - uid: 5858 components: - type: Transform - pos: -37.5,-118.5 + pos: 34.5,32.5 parent: 2 - uid: 5859 components: - type: Transform - pos: 74.5,-87.5 + pos: 34.5,33.5 parent: 2 - uid: 5860 components: - type: Transform - pos: 72.5,-87.5 + pos: -65.5,-72.5 parent: 2 - uid: 5861 components: - type: Transform - pos: 71.5,-87.5 + pos: 33.5,-15.5 parent: 2 - uid: 5862 components: - type: Transform - pos: 67.5,-82.5 + pos: 33.5,-16.5 parent: 2 - uid: 5863 components: - type: Transform - pos: -68.5,-101.5 + pos: -65.5,-70.5 parent: 2 - uid: 5864 components: - type: Transform - pos: -40.5,-121.5 + pos: 80.5,-87.5 parent: 2 - uid: 5865 components: - type: Transform - pos: -39.5,-121.5 + pos: 75.5,-87.5 parent: 2 - uid: 5866 components: - type: Transform - pos: -33.5,-119.5 + pos: 73.5,-87.5 parent: 2 - uid: 5867 components: - type: Transform - pos: -34.5,-114.5 + pos: 79.5,-48.5 parent: 2 - uid: 5868 components: - type: Transform - pos: -34.5,-116.5 + pos: 77.5,-49.5 parent: 2 - uid: 5869 components: - type: Transform - pos: -37.5,-120.5 + pos: 26.5,1.5 parent: 2 - uid: 5870 components: - type: Transform - pos: -55.5,-102.5 + pos: -25.5,-98.5 parent: 2 - uid: 5871 components: - type: Transform - pos: -55.5,-94.5 + pos: 33.5,-20.5 parent: 2 - uid: 5872 components: - type: Transform - pos: -53.5,-69.5 + pos: -69.5,-97.5 parent: 2 - uid: 5873 components: - type: Transform - pos: 33.5,-21.5 + pos: -19.5,-94.5 parent: 2 - uid: 5874 components: - type: Transform - pos: 97.5,-54.5 + pos: -73.5,2.5 parent: 2 - uid: 5875 components: - type: Transform - pos: 108.5,-44.5 + pos: -54.5,-71.5 parent: 2 - uid: 5876 components: - type: Transform - pos: 106.5,-45.5 + pos: 36.5,35.5 parent: 2 - uid: 5877 components: - type: Transform - pos: 24.5,12.5 + pos: -61.5,-74.5 parent: 2 - uid: 5878 components: - type: Transform - pos: -40.5,-113.5 + pos: 31.5,-20.5 parent: 2 - uid: 5879 components: - type: Transform - pos: 12.5,-95.5 + pos: 32.5,-20.5 parent: 2 - uid: 5880 components: - type: Transform - pos: -49.5,-93.5 + pos: -48.5,-69.5 parent: 2 - uid: 5881 components: - type: Transform - pos: -53.5,-73.5 + pos: -64.5,-76.5 parent: 2 - uid: 5882 components: - type: Transform - pos: -68.5,-73.5 + pos: 74.5,-48.5 parent: 2 - uid: 5883 components: - type: Transform - pos: -49.5,-92.5 + pos: -53.5,-70.5 parent: 2 - uid: 5884 components: - type: Transform - pos: 76.5,-51.5 + pos: -62.5,-73.5 parent: 2 - uid: 5885 components: - type: Transform - pos: 26.5,11.5 + pos: 24.5,1.5 parent: 2 - uid: 5886 components: - type: Transform - pos: 19.5,20.5 + pos: 25.5,1.5 parent: 2 - uid: 5887 components: - type: Transform - pos: -66.5,-73.5 + pos: 109.5,-44.5 parent: 2 - uid: 5888 components: - type: Transform - pos: -67.5,-73.5 + pos: 107.5,-44.5 parent: 2 - uid: 5889 components: - type: Transform - pos: 74.5,-51.5 + pos: -37.5,-114.5 parent: 2 - uid: 5890 components: - type: Transform - pos: 24.5,11.5 + pos: -70.5,-73.5 parent: 2 - uid: 5891 components: - type: Transform - pos: -51.5,-71.5 + pos: 28.5,10.5 parent: 2 - uid: 5892 components: - type: Transform - pos: -45.5,-11.5 + pos: 27.5,8.5 parent: 2 - uid: 5893 components: - type: Transform - pos: 30.5,11.5 + pos: 27.5,9.5 parent: 2 - uid: 5894 components: - type: Transform - pos: 30.5,10.5 + pos: 26.5,7.5 parent: 2 - uid: 5895 components: - type: Transform - pos: 31.5,10.5 + pos: 94.5,-49.5 parent: 2 - uid: 5896 components: - type: Transform - pos: 30.5,12.5 + pos: -37.5,-118.5 parent: 2 - uid: 5897 components: - type: Transform - pos: 82.5,-49.5 + pos: 74.5,-87.5 parent: 2 - uid: 5898 components: - type: Transform - pos: -39.5,-119.5 + pos: 72.5,-87.5 parent: 2 - uid: 5899 components: - type: Transform - pos: -35.5,-114.5 + pos: 71.5,-87.5 parent: 2 - uid: 5900 components: - type: Transform - pos: -34.5,-113.5 + pos: 67.5,-82.5 parent: 2 - uid: 5901 components: - type: Transform - pos: 75.5,-49.5 + pos: -68.5,-101.5 parent: 2 - uid: 5902 components: - type: Transform - pos: -34.5,-112.5 + pos: -40.5,-121.5 parent: 2 - uid: 5903 components: - type: Transform - pos: -34.5,-115.5 + pos: -39.5,-121.5 parent: 2 - uid: 5904 components: - type: Transform - pos: 9.5,0.5 + pos: -33.5,-119.5 parent: 2 - uid: 5905 components: - type: Transform - pos: -82.5,28.5 + pos: -34.5,-114.5 parent: 2 - uid: 5906 components: - type: Transform - pos: -54.5,-73.5 + pos: -34.5,-116.5 parent: 2 - uid: 5907 components: - type: Transform - pos: 88.5,-47.5 + pos: -37.5,-120.5 parent: 2 - uid: 5908 components: - type: Transform - pos: 107.5,-55.5 + pos: -55.5,-102.5 parent: 2 - uid: 5909 components: - type: Transform - pos: 108.5,-57.5 + pos: -55.5,-94.5 parent: 2 - uid: 5910 components: - type: Transform - pos: 107.5,-54.5 + pos: -53.5,-69.5 parent: 2 - uid: 5911 components: - type: Transform - pos: 88.5,-46.5 + pos: 33.5,-21.5 parent: 2 - uid: 5912 components: - type: Transform - pos: 98.5,-51.5 + pos: 97.5,-54.5 parent: 2 - uid: 5913 components: - type: Transform - pos: 110.5,-45.5 + pos: 108.5,-44.5 parent: 2 - uid: 5914 components: - type: Transform - pos: 94.5,-51.5 + pos: 106.5,-45.5 parent: 2 - uid: 5915 components: - type: Transform - pos: 94.5,-50.5 + pos: 24.5,12.5 parent: 2 - uid: 5916 components: - type: Transform - pos: 98.5,-45.5 + pos: -40.5,-113.5 parent: 2 - uid: 5917 components: - type: Transform - pos: 108.5,-56.5 + pos: 12.5,-95.5 parent: 2 - uid: 5918 components: - type: Transform - pos: 95.5,-49.5 + pos: -49.5,-93.5 parent: 2 - uid: 5919 components: - type: Transform - pos: 89.5,-50.5 + pos: -53.5,-73.5 parent: 2 - uid: 5920 components: - type: Transform - pos: 89.5,-48.5 + pos: -68.5,-73.5 parent: 2 - uid: 5921 components: - type: Transform - pos: 89.5,-51.5 + pos: -49.5,-92.5 parent: 2 - uid: 5922 components: - type: Transform - pos: 77.5,-48.5 + pos: 76.5,-51.5 parent: 2 - uid: 5923 components: - type: Transform - pos: 79.5,-65.5 + pos: 26.5,11.5 parent: 2 - uid: 5924 components: - type: Transform - pos: 80.5,-64.5 + pos: 19.5,20.5 parent: 2 - uid: 5925 components: - type: Transform - pos: 70.5,-57.5 + pos: -66.5,-73.5 parent: 2 - uid: 5926 components: - type: Transform - pos: 73.5,-65.5 + pos: -67.5,-73.5 parent: 2 - uid: 5927 components: - type: Transform - pos: 79.5,-64.5 + pos: 74.5,-51.5 parent: 2 - uid: 5928 components: - type: Transform - pos: 71.5,-56.5 + pos: 24.5,11.5 parent: 2 - uid: 5929 components: - type: Transform - pos: 81.5,-64.5 + pos: -51.5,-71.5 parent: 2 - uid: 5930 components: - type: Transform - pos: 73.5,-53.5 + pos: -45.5,-11.5 parent: 2 - uid: 5931 components: - type: Transform - pos: 71.5,-55.5 + pos: 30.5,11.5 parent: 2 - uid: 5932 components: - type: Transform - pos: -38.5,-119.5 + pos: 30.5,10.5 parent: 2 - uid: 5933 components: - type: Transform - pos: -33.5,-120.5 + pos: 31.5,10.5 parent: 2 - uid: 5934 components: - type: Transform - pos: -35.5,-121.5 + pos: 30.5,12.5 parent: 2 - uid: 5935 components: - type: Transform - pos: -41.5,-121.5 + pos: 82.5,-49.5 parent: 2 - uid: 5936 components: - type: Transform - pos: -55.5,-95.5 + pos: -39.5,-119.5 parent: 2 - uid: 5937 components: - type: Transform - pos: 78.5,-51.5 + pos: -35.5,-114.5 parent: 2 - uid: 5938 components: - type: Transform - pos: -64.5,-74.5 + pos: -34.5,-113.5 parent: 2 - uid: 5939 components: - type: Transform - pos: -50.5,-74.5 + pos: 75.5,-49.5 parent: 2 - uid: 5940 components: - type: Transform - pos: 0.5,27.5 + pos: -34.5,-112.5 parent: 2 - uid: 5941 components: - type: Transform - pos: -48.5,-74.5 + pos: -34.5,-115.5 parent: 2 - uid: 5942 components: - type: Transform - pos: -22.5,-97.5 + pos: 9.5,0.5 parent: 2 - uid: 5943 components: - type: Transform - pos: -19.5,-99.5 + pos: -82.5,28.5 parent: 2 - uid: 5944 components: - type: Transform - pos: 77.5,-51.5 + pos: -54.5,-73.5 parent: 2 - uid: 5945 components: - type: Transform - pos: -39.5,-112.5 + pos: 88.5,-47.5 parent: 2 - uid: 5946 components: - type: Transform - pos: -39.5,-114.5 + pos: 107.5,-55.5 parent: 2 - uid: 5947 components: - type: Transform - pos: -5.5,-73.5 + pos: 108.5,-57.5 parent: 2 - uid: 5948 components: - type: Transform - pos: 81.5,-55.5 + pos: 107.5,-54.5 parent: 2 - uid: 5949 components: - type: Transform - pos: 81.5,-57.5 + pos: 88.5,-46.5 parent: 2 - uid: 5950 components: - type: Transform - pos: -38.5,-112.5 + pos: 98.5,-51.5 parent: 2 - uid: 5951 components: - type: Transform - pos: -40.5,-112.5 + pos: 110.5,-45.5 parent: 2 - uid: 5952 components: - type: Transform - pos: 98.5,-42.5 + pos: 94.5,-51.5 parent: 2 - uid: 5953 components: - type: Transform - pos: 88.5,-52.5 + pos: 94.5,-50.5 parent: 2 - uid: 5954 components: - type: Transform - pos: 81.5,-54.5 + pos: 98.5,-45.5 parent: 2 - uid: 5955 components: - type: Transform - pos: 80.5,-58.5 + pos: 108.5,-56.5 parent: 2 - uid: 5956 components: - type: Transform - pos: 77.5,-65.5 + pos: 95.5,-49.5 parent: 2 - uid: 5957 components: - type: Transform - pos: 76.5,-65.5 + pos: 89.5,-50.5 parent: 2 - uid: 5958 components: - type: Transform - pos: 74.5,-65.5 + pos: 89.5,-48.5 parent: 2 - uid: 5959 components: - type: Transform - pos: 75.5,-65.5 + pos: 89.5,-51.5 parent: 2 - uid: 5960 components: - type: Transform - pos: -21.5,-96.5 + pos: 77.5,-48.5 parent: 2 - uid: 5961 components: - type: Transform - pos: 86.5,-54.5 + pos: 79.5,-65.5 parent: 2 - uid: 5962 components: - type: Transform - pos: -51.5,-72.5 + pos: 80.5,-64.5 parent: 2 - uid: 5963 components: - type: Transform - pos: -41.5,-115.5 + pos: 70.5,-57.5 parent: 2 - uid: 5964 components: - type: Transform - pos: -41.5,-116.5 + pos: 73.5,-65.5 parent: 2 - uid: 5965 components: - type: Transform - pos: -41.5,-114.5 + pos: 79.5,-64.5 parent: 2 - uid: 5966 components: - type: Transform - pos: -40.5,-114.5 + pos: 71.5,-56.5 parent: 2 - uid: 5967 components: - type: Transform - pos: -24.5,-98.5 + pos: 81.5,-64.5 parent: 2 - uid: 5968 components: - type: Transform - pos: -37.5,-112.5 + pos: 73.5,-53.5 parent: 2 - uid: 5969 components: - type: Transform - pos: -38.5,-114.5 + pos: 71.5,-55.5 parent: 2 - uid: 5970 components: - type: Transform - pos: 103.5,-45.5 + pos: -38.5,-119.5 parent: 2 - uid: 5971 components: - type: Transform - pos: 102.5,-45.5 + pos: -33.5,-120.5 parent: 2 - uid: 5972 components: - type: Transform - pos: 72.5,-64.5 + pos: -35.5,-121.5 parent: 2 - uid: 5973 components: - type: Transform - pos: 80.5,-60.5 + pos: -41.5,-121.5 parent: 2 - uid: 5974 components: - type: Transform - pos: 80.5,-57.5 + pos: -55.5,-95.5 parent: 2 - uid: 5975 components: - type: Transform - pos: 81.5,-56.5 + pos: 78.5,-51.5 parent: 2 - uid: 5976 components: - type: Transform - pos: 76.5,-53.5 + pos: -64.5,-74.5 parent: 2 - uid: 5977 components: - type: Transform - pos: 72.5,-57.5 + pos: -50.5,-74.5 parent: 2 - uid: 5978 components: - type: Transform - pos: 78.5,-53.5 + pos: 0.5,27.5 parent: 2 - uid: 5979 components: - type: Transform - pos: 79.5,-53.5 + pos: -48.5,-74.5 parent: 2 - uid: 5980 components: - type: Transform - pos: 77.5,-53.5 + pos: -22.5,-97.5 parent: 2 - uid: 5981 components: - type: Transform - pos: 81.5,-63.5 + pos: -19.5,-99.5 parent: 2 - uid: 5982 components: - type: Transform - pos: 81.5,-62.5 + pos: 77.5,-51.5 parent: 2 - uid: 5983 components: - type: Transform - pos: 80.5,-54.5 + pos: -39.5,-112.5 parent: 2 - uid: 5984 components: - type: Transform - pos: 55.5,-79.5 + pos: -39.5,-114.5 parent: 2 - uid: 5985 components: - type: Transform - pos: 72.5,-54.5 + pos: -5.5,-73.5 parent: 2 - uid: 5986 components: - type: Transform - pos: 69.5,-57.5 + pos: 81.5,-55.5 parent: 2 - uid: 5987 components: - type: Transform - pos: 71.5,-57.5 + pos: 81.5,-57.5 parent: 2 - uid: 5988 components: - type: Transform - pos: 73.5,-54.5 + pos: -38.5,-112.5 parent: 2 - uid: 5989 components: - type: Transform - pos: 89.5,-53.5 + pos: -40.5,-112.5 parent: 2 - uid: 5990 components: - type: Transform - pos: 97.5,-53.5 + pos: 98.5,-42.5 parent: 2 - uid: 5991 components: - type: Transform - pos: 96.5,-53.5 + pos: 88.5,-52.5 parent: 2 - uid: 5992 components: - type: Transform - pos: 98.5,-41.5 + pos: 81.5,-54.5 parent: 2 - uid: 5993 components: - type: Transform - pos: 101.5,-45.5 + pos: 80.5,-58.5 parent: 2 - uid: 5994 components: - type: Transform - pos: 85.5,-51.5 + pos: 77.5,-65.5 parent: 2 - uid: 5995 components: - type: Transform - pos: 108.5,-58.5 + pos: 76.5,-65.5 parent: 2 - uid: 5996 components: - type: Transform - pos: 105.5,-55.5 + pos: 74.5,-65.5 parent: 2 - uid: 5997 components: - type: Transform - pos: 99.5,-45.5 + pos: 75.5,-65.5 parent: 2 - uid: 5998 components: - type: Transform - pos: 109.5,-58.5 + pos: -21.5,-96.5 parent: 2 - uid: 5999 components: - type: Transform - pos: 88.5,-45.5 + pos: 86.5,-54.5 parent: 2 - uid: 6000 components: - type: Transform - pos: 97.5,-55.5 + pos: -51.5,-72.5 parent: 2 - uid: 6001 components: - type: Transform - pos: 97.5,-52.5 + pos: -41.5,-115.5 parent: 2 - uid: 6002 components: - type: Transform - pos: 89.5,-52.5 + pos: -41.5,-116.5 parent: 2 - uid: 6003 components: - type: Transform - pos: 89.5,-49.5 + pos: -41.5,-114.5 parent: 2 - uid: 6004 components: - type: Transform - pos: 98.5,-44.5 + pos: -40.5,-114.5 parent: 2 - uid: 6005 components: - type: Transform - pos: 97.5,-51.5 + pos: -24.5,-98.5 parent: 2 - uid: 6006 components: - type: Transform - pos: 100.5,-45.5 + pos: -37.5,-112.5 parent: 2 - uid: 6007 components: - type: Transform - pos: 107.5,-56.5 + pos: -38.5,-114.5 parent: 2 - uid: 6008 components: - type: Transform - pos: 105.5,-56.5 + pos: 103.5,-45.5 parent: 2 - uid: 6009 components: - type: Transform - pos: 94.5,-53.5 + pos: 102.5,-45.5 parent: 2 - uid: 6010 components: - type: Transform - pos: 93.5,-50.5 + pos: 72.5,-64.5 parent: 2 - uid: 6011 components: - type: Transform - pos: 106.5,-44.5 + pos: 80.5,-60.5 parent: 2 - uid: 6012 components: - type: Transform - pos: 111.5,-58.5 + pos: 80.5,-57.5 parent: 2 - uid: 6013 components: - type: Transform - pos: 106.5,-58.5 + pos: 81.5,-56.5 parent: 2 - uid: 6014 components: - type: Transform - pos: 98.5,-43.5 + pos: 76.5,-53.5 parent: 2 - uid: 6015 components: - type: Transform - pos: 99.5,-51.5 + pos: 72.5,-57.5 parent: 2 - uid: 6016 components: - type: Transform - pos: 86.5,-53.5 + pos: 78.5,-53.5 parent: 2 - uid: 6017 components: - type: Transform - pos: 87.5,-48.5 + pos: 79.5,-53.5 parent: 2 - uid: 6018 components: - type: Transform - pos: 90.5,-53.5 + pos: 77.5,-53.5 parent: 2 - uid: 6019 components: - type: Transform - pos: 84.5,-53.5 + pos: 81.5,-63.5 parent: 2 - uid: 6020 components: - type: Transform - pos: 105.5,-58.5 + pos: 81.5,-62.5 parent: 2 - uid: 6021 components: - type: Transform - pos: 85.5,-53.5 + pos: 80.5,-54.5 parent: 2 - uid: 6022 components: - type: Transform - pos: 95.5,-53.5 + pos: 55.5,-79.5 parent: 2 - uid: 6023 components: - type: Transform - pos: 87.5,-52.5 + pos: 72.5,-54.5 parent: 2 - uid: 6024 components: - type: Transform - pos: 104.5,-55.5 + pos: 69.5,-57.5 parent: 2 - uid: 6025 components: - type: Transform - pos: 94.5,-52.5 + pos: 71.5,-57.5 parent: 2 - uid: 6026 components: - type: Transform - pos: 45.5,-64.5 + pos: 73.5,-54.5 parent: 2 - uid: 6027 components: - type: Transform - pos: 43.5,-63.5 + pos: 89.5,-53.5 parent: 2 - uid: 6028 components: - type: Transform - pos: 44.5,-64.5 + pos: 97.5,-53.5 parent: 2 - uid: 6029 components: - type: Transform - pos: 43.5,-64.5 + pos: 96.5,-53.5 parent: 2 - uid: 6030 components: - type: Transform - pos: 37.5,-16.5 + pos: 98.5,-41.5 parent: 2 - uid: 6031 components: - type: Transform - pos: 31.5,9.5 + pos: 101.5,-45.5 parent: 2 - uid: 6032 components: - type: Transform - pos: 33.5,-13.5 + pos: 85.5,-51.5 parent: 2 - uid: 6033 components: - type: Transform - pos: 36.5,-11.5 + pos: 108.5,-58.5 parent: 2 - uid: 6034 components: - type: Transform - pos: 36.5,-12.5 + pos: 105.5,-55.5 parent: 2 - uid: 6035 components: - type: Transform - pos: 37.5,-13.5 + pos: 99.5,-45.5 parent: 2 - uid: 6036 components: - type: Transform - pos: 38.5,-12.5 + pos: 109.5,-58.5 parent: 2 - uid: 6037 components: - type: Transform - pos: 37.5,35.5 + pos: 88.5,-45.5 parent: 2 - uid: 6038 components: - type: Transform - pos: 38.5,35.5 + pos: 97.5,-55.5 parent: 2 - uid: 6039 components: - type: Transform - pos: -71.5,-101.5 + pos: 97.5,-52.5 parent: 2 - uid: 6040 components: - type: Transform - pos: -72.5,-101.5 + pos: 89.5,-52.5 parent: 2 - uid: 6041 components: - type: Transform - pos: -70.5,-101.5 + pos: 89.5,-49.5 parent: 2 - uid: 6042 components: - type: Transform - pos: 50.5,-90.5 + pos: 98.5,-44.5 parent: 2 - uid: 6043 components: - type: Transform - pos: -49.5,-72.5 + pos: 97.5,-51.5 parent: 2 - uid: 6044 components: - type: Transform - pos: -8.5,19.5 + pos: 100.5,-45.5 parent: 2 - uid: 6045 components: - type: Transform - pos: 50.5,-91.5 + pos: 107.5,-56.5 parent: 2 - uid: 6046 components: - type: Transform - pos: -7.5,19.5 + pos: 105.5,-56.5 parent: 2 - uid: 6047 components: - type: Transform - pos: -71.5,-73.5 + pos: 94.5,-53.5 parent: 2 - uid: 6048 components: - type: Transform - pos: -61.5,-69.5 + pos: 93.5,-50.5 parent: 2 - uid: 6049 components: - type: Transform - pos: -9.5,19.5 + pos: 106.5,-44.5 parent: 2 - uid: 6050 components: - type: Transform - pos: 10.5,20.5 + pos: 111.5,-58.5 parent: 2 - uid: 6051 components: - type: Transform - pos: 9.5,20.5 + pos: 106.5,-58.5 parent: 2 - uid: 6052 components: - type: Transform - pos: 37.5,-12.5 + pos: 98.5,-43.5 parent: 2 - uid: 6053 components: - type: Transform - pos: -69.5,-101.5 + pos: 99.5,-51.5 parent: 2 - uid: 6054 components: - type: Transform - pos: -67.5,-101.5 + pos: 86.5,-53.5 parent: 2 - uid: 6055 components: - type: Transform - pos: -66.5,-101.5 + pos: 87.5,-48.5 parent: 2 - uid: 6056 components: - type: Transform - pos: -65.5,-101.5 + pos: 90.5,-53.5 parent: 2 - uid: 6057 components: - type: Transform - pos: 71.5,-54.5 + pos: 84.5,-53.5 parent: 2 - uid: 6058 components: - type: Transform - pos: 37.5,-14.5 + pos: 105.5,-58.5 parent: 2 - uid: 6059 components: - type: Transform - pos: 28.5,13.5 + pos: 85.5,-53.5 parent: 2 - uid: 6060 components: - type: Transform - pos: 32.5,-10.5 + pos: 95.5,-53.5 parent: 2 - uid: 6061 components: - type: Transform - pos: 30.5,13.5 + pos: 87.5,-52.5 parent: 2 - uid: 6062 components: - type: Transform - pos: 31.5,-10.5 + pos: 104.5,-55.5 parent: 2 - uid: 6063 components: - type: Transform - pos: 47.5,-65.5 + pos: 94.5,-52.5 parent: 2 - uid: 6064 components: - type: Transform - pos: 47.5,-61.5 + pos: 45.5,-64.5 parent: 2 - uid: 6065 components: - type: Transform - pos: 47.5,-63.5 + pos: 43.5,-63.5 parent: 2 - uid: 6066 components: - type: Transform - pos: 46.5,-64.5 + pos: 44.5,-64.5 parent: 2 - uid: 6067 components: - type: Transform - pos: 44.5,-65.5 + pos: 43.5,-64.5 parent: 2 - uid: 6068 components: - type: Transform - pos: 47.5,-62.5 + pos: 37.5,-16.5 parent: 2 - uid: 6069 components: - type: Transform - pos: 47.5,-64.5 + pos: 31.5,9.5 parent: 2 - uid: 6070 components: - type: Transform - pos: 22.5,19.5 + pos: 33.5,-13.5 parent: 2 - uid: 6071 components: - type: Transform - pos: 22.5,20.5 + pos: 36.5,-11.5 parent: 2 - uid: 6072 components: - type: Transform - pos: 22.5,21.5 + pos: 36.5,-12.5 parent: 2 - uid: 6073 components: - type: Transform - pos: -9.5,-80.5 + pos: 37.5,-13.5 parent: 2 - uid: 6074 components: - type: Transform - pos: -10.5,-80.5 + pos: 38.5,-12.5 parent: 2 - uid: 6075 components: - type: Transform - pos: -11.5,-80.5 + pos: 37.5,35.5 parent: 2 - uid: 6076 components: - type: Transform - pos: -11.5,-79.5 + pos: 38.5,35.5 parent: 2 - uid: 6077 components: - type: Transform - pos: -11.5,-74.5 + pos: -71.5,-101.5 parent: 2 - uid: 6078 components: - type: Transform - pos: -11.5,-75.5 + pos: -72.5,-101.5 parent: 2 - uid: 6079 components: - type: Transform - pos: -11.5,-76.5 + pos: -70.5,-101.5 parent: 2 - uid: 6080 components: - type: Transform - pos: -12.5,-80.5 + pos: 50.5,-90.5 parent: 2 - uid: 6081 components: - type: Transform - pos: -13.5,-80.5 + pos: -49.5,-72.5 parent: 2 - uid: 6082 components: - type: Transform - pos: -14.5,-80.5 + pos: -8.5,19.5 parent: 2 - uid: 6083 components: - type: Transform - pos: -15.5,-80.5 + pos: 50.5,-91.5 parent: 2 - uid: 6084 components: - type: Transform - pos: -15.5,-81.5 + pos: -7.5,19.5 parent: 2 - uid: 6085 components: - type: Transform - pos: -15.5,-82.5 + pos: -71.5,-73.5 parent: 2 - uid: 6086 components: - type: Transform - pos: -15.5,-83.5 + pos: -61.5,-69.5 parent: 2 - uid: 6087 components: - type: Transform - pos: -15.5,-84.5 + pos: -9.5,19.5 parent: 2 - uid: 6088 components: - type: Transform - pos: -15.5,-85.5 + pos: 10.5,20.5 parent: 2 - uid: 6089 components: - type: Transform - pos: -15.5,-86.5 + pos: 9.5,20.5 parent: 2 - uid: 6090 components: - type: Transform - pos: -15.5,-87.5 + pos: 37.5,-12.5 parent: 2 - uid: 6091 components: - type: Transform - pos: -15.5,-88.5 + pos: -69.5,-101.5 parent: 2 - uid: 6092 components: - type: Transform - pos: 36.5,34.5 + pos: -67.5,-101.5 parent: 2 - uid: 6093 components: - type: Transform - pos: 29.5,13.5 + pos: -66.5,-101.5 parent: 2 - uid: 6094 components: - type: Transform - pos: 43.5,-105.5 + pos: -65.5,-101.5 parent: 2 - uid: 6095 components: - type: Transform - pos: 42.5,-105.5 + pos: 71.5,-54.5 parent: 2 - uid: 6096 components: - type: Transform - pos: 41.5,-105.5 + pos: 37.5,-14.5 parent: 2 - uid: 6097 components: - type: Transform - pos: 40.5,-105.5 + pos: 28.5,13.5 parent: 2 - uid: 6098 components: - type: Transform - pos: 39.5,-105.5 + pos: 32.5,-10.5 parent: 2 - uid: 6099 components: - type: Transform - pos: 38.5,-105.5 + pos: 30.5,13.5 parent: 2 - uid: 6100 components: - type: Transform - pos: 37.5,-105.5 + pos: 31.5,-10.5 parent: 2 - uid: 6101 components: - type: Transform - pos: 36.5,-105.5 + pos: 47.5,-65.5 parent: 2 - uid: 6102 components: - type: Transform - pos: 35.5,-105.5 + pos: 47.5,-61.5 parent: 2 - uid: 6103 components: - type: Transform - pos: 34.5,-105.5 + pos: 47.5,-63.5 parent: 2 - uid: 6104 components: - type: Transform - pos: -64.5,-101.5 + pos: 46.5,-64.5 parent: 2 - uid: 6105 components: - type: Transform - pos: -68.5,-102.5 + pos: 44.5,-65.5 parent: 2 - uid: 6106 components: - type: Transform - pos: -68.5,-103.5 + pos: 47.5,-62.5 parent: 2 - uid: 6107 components: - type: Transform - pos: -68.5,-100.5 + pos: 47.5,-64.5 parent: 2 - uid: 6108 components: - type: Transform - pos: -68.5,-99.5 + pos: 22.5,19.5 parent: 2 - uid: 6109 components: - type: Transform - pos: -68.5,-98.5 + pos: 22.5,20.5 parent: 2 - uid: 6110 components: - type: Transform - pos: -18.5,-99.5 + pos: 22.5,21.5 parent: 2 - uid: 6111 components: - type: Transform - pos: 83.5,-47.5 + pos: -9.5,-80.5 parent: 2 - uid: 6112 components: - type: Transform - pos: 83.5,-48.5 + pos: -10.5,-80.5 parent: 2 - uid: 6113 components: - type: Transform - pos: 82.5,-47.5 + pos: -11.5,-80.5 parent: 2 - uid: 6114 components: - type: Transform - pos: 80.5,-47.5 + pos: -11.5,-79.5 parent: 2 - uid: 6115 components: - type: Transform - pos: 81.5,-47.5 + pos: -11.5,-74.5 parent: 2 - uid: 6116 components: - type: Transform - pos: -76.5,10.5 + pos: -11.5,-75.5 parent: 2 - uid: 6117 components: - type: Transform - pos: -75.5,10.5 + pos: -11.5,-76.5 parent: 2 - uid: 6118 components: - type: Transform - pos: -74.5,10.5 + pos: -12.5,-80.5 parent: 2 - uid: 6119 components: - type: Transform - pos: -73.5,10.5 + pos: -13.5,-80.5 parent: 2 - uid: 6120 components: - type: Transform - pos: -72.5,10.5 + pos: -14.5,-80.5 parent: 2 - uid: 6121 components: - type: Transform - pos: -71.5,10.5 + pos: -15.5,-80.5 parent: 2 - uid: 6122 components: - type: Transform - pos: -65.5,3.5 + pos: -15.5,-81.5 parent: 2 - uid: 6123 components: - type: Transform - pos: -67.5,2.5 + pos: -15.5,-82.5 parent: 2 - uid: 6124 components: - type: Transform - pos: -67.5,3.5 + pos: -15.5,-83.5 parent: 2 - uid: 6125 components: - type: Transform - pos: -67.5,1.5 + pos: -15.5,-84.5 parent: 2 - uid: 6126 components: - type: Transform - pos: -67.5,0.5 + pos: -15.5,-85.5 parent: 2 - uid: 6127 components: - type: Transform - pos: -66.5,0.5 + pos: -15.5,-86.5 parent: 2 - uid: 6128 components: - type: Transform - pos: -65.5,0.5 + pos: -15.5,-87.5 parent: 2 - uid: 6129 components: - type: Transform - pos: -64.5,0.5 + pos: -15.5,-88.5 parent: 2 - uid: 6130 components: - type: Transform - pos: -64.5,-0.5 + pos: 36.5,34.5 parent: 2 - uid: 6131 components: - type: Transform - pos: -64.5,-1.5 + pos: 29.5,13.5 parent: 2 - uid: 6132 components: - type: Transform - pos: -64.5,-2.5 + pos: 43.5,-105.5 parent: 2 - uid: 6133 components: - type: Transform - pos: -64.5,-3.5 + pos: 42.5,-105.5 parent: 2 - uid: 6134 components: - type: Transform - pos: -65.5,-3.5 + pos: 41.5,-105.5 parent: 2 - uid: 6135 components: - type: Transform - pos: -66.5,-3.5 + pos: 40.5,-105.5 parent: 2 - uid: 6136 components: - type: Transform - pos: -67.5,-3.5 + pos: 39.5,-105.5 parent: 2 - uid: 6137 components: - type: Transform - pos: -63.5,-1.5 + pos: 38.5,-105.5 parent: 2 - uid: 6138 components: - type: Transform - pos: -62.5,-1.5 + pos: 37.5,-105.5 parent: 2 - uid: 6139 components: - type: Transform - pos: -61.5,-1.5 + pos: 36.5,-105.5 parent: 2 - uid: 6140 components: - type: Transform - pos: -60.5,-1.5 + pos: 35.5,-105.5 parent: 2 - uid: 6141 components: - type: Transform - pos: -60.5,-2.5 + pos: 34.5,-105.5 parent: 2 - uid: 6142 components: - type: Transform - pos: -70.5,10.5 + pos: -64.5,-101.5 parent: 2 - uid: 6143 components: - type: Transform - pos: -69.5,10.5 + pos: -68.5,-102.5 parent: 2 - uid: 6144 components: - type: Transform - pos: -68.5,10.5 + pos: -68.5,-103.5 parent: 2 - uid: 6145 components: - type: Transform - pos: -68.5,4.5 + pos: -68.5,-100.5 parent: 2 - uid: 6146 components: - type: Transform - pos: -68.5,5.5 + pos: -68.5,-99.5 parent: 2 - uid: 6147 components: - type: Transform - pos: -68.5,6.5 + pos: -68.5,-98.5 parent: 2 - uid: 6148 components: - type: Transform - pos: -68.5,7.5 + pos: -18.5,-99.5 parent: 2 - uid: 6149 components: - type: Transform - pos: -54.5,5.5 + pos: 83.5,-47.5 parent: 2 - uid: 6150 components: - type: Transform - pos: -55.5,5.5 + pos: 83.5,-48.5 parent: 2 - uid: 6151 components: - type: Transform - pos: -56.5,5.5 + pos: 82.5,-47.5 parent: 2 - uid: 6152 components: - type: Transform - pos: -56.5,6.5 + pos: 80.5,-47.5 parent: 2 - uid: 6153 components: - type: Transform - pos: -56.5,7.5 + pos: 81.5,-47.5 parent: 2 - uid: 6154 components: - type: Transform - pos: -56.5,8.5 + pos: -76.5,10.5 parent: 2 - uid: 6155 components: - type: Transform - pos: -56.5,9.5 + pos: -75.5,10.5 parent: 2 - uid: 6156 components: - type: Transform - pos: -56.5,10.5 + pos: -74.5,10.5 parent: 2 - uid: 6157 components: - type: Transform - pos: -56.5,11.5 + pos: -73.5,10.5 parent: 2 - uid: 6158 components: - type: Transform - pos: -67.5,7.5 + pos: -72.5,10.5 parent: 2 - uid: 6159 components: - type: Transform - pos: -66.5,7.5 + pos: -71.5,10.5 parent: 2 - uid: 6160 components: - type: Transform - pos: -65.5,7.5 + pos: -65.5,3.5 parent: 2 - uid: 6161 components: - type: Transform - pos: -64.5,7.5 + pos: -67.5,2.5 parent: 2 - uid: 6162 components: - type: Transform - pos: -63.5,7.5 + pos: -67.5,3.5 parent: 2 - uid: 6163 components: - type: Transform - pos: -60.5,7.5 + pos: -67.5,1.5 parent: 2 - uid: 6164 components: - type: Transform - pos: -60.5,8.5 + pos: -67.5,0.5 parent: 2 - uid: 6165 components: - type: Transform - pos: -60.5,9.5 + pos: -66.5,0.5 parent: 2 - uid: 6166 components: - type: Transform - pos: -60.5,10.5 + pos: -65.5,0.5 parent: 2 - uid: 6167 components: - type: Transform - pos: -61.5,10.5 + pos: -64.5,0.5 parent: 2 - uid: 6168 components: - type: Transform - pos: -62.5,10.5 + pos: -64.5,-0.5 parent: 2 - uid: 6169 components: - type: Transform - pos: -63.5,10.5 + pos: -64.5,-1.5 parent: 2 - uid: 6170 components: - type: Transform - pos: -60.5,6.5 + pos: -64.5,-2.5 parent: 2 - uid: 6171 components: - type: Transform - pos: -60.5,5.5 + pos: -64.5,-3.5 parent: 2 - uid: 6172 components: - type: Transform - pos: -60.5,4.5 + pos: -65.5,-3.5 parent: 2 - uid: 6173 components: - type: Transform - pos: -60.5,3.5 + pos: -66.5,-3.5 parent: 2 - uid: 6174 components: - type: Transform - pos: -60.5,2.5 + pos: -67.5,-3.5 parent: 2 - uid: 6175 components: - type: Transform - pos: -65.5,-14.5 + pos: -63.5,-1.5 parent: 2 - uid: 6176 components: - type: Transform - pos: -33.5,-26.5 + pos: -62.5,-1.5 parent: 2 - uid: 6177 components: - type: Transform - pos: -32.5,-26.5 + pos: -61.5,-1.5 parent: 2 - uid: 6178 components: - type: Transform - pos: -32.5,-25.5 + pos: -60.5,-1.5 parent: 2 - uid: 6179 components: - type: Transform - pos: -32.5,-24.5 + pos: -60.5,-2.5 parent: 2 - uid: 6180 components: - type: Transform - pos: -31.5,-24.5 + pos: -70.5,10.5 parent: 2 - uid: 6181 components: - type: Transform - pos: -31.5,-23.5 + pos: -69.5,10.5 parent: 2 - uid: 6182 components: - type: Transform - pos: -31.5,-22.5 + pos: -68.5,10.5 parent: 2 - uid: 6183 components: - type: Transform - pos: -31.5,-21.5 + pos: -68.5,4.5 parent: 2 - uid: 6184 components: - type: Transform - pos: -31.5,-20.5 + pos: -68.5,5.5 parent: 2 - uid: 6185 components: - type: Transform - pos: -31.5,-19.5 + pos: -68.5,6.5 parent: 2 - uid: 6186 components: - type: Transform - pos: -39.5,-17.5 + pos: -68.5,7.5 parent: 2 - uid: 6187 components: - type: Transform - pos: -38.5,-17.5 + pos: -54.5,5.5 parent: 2 - uid: 6188 components: - type: Transform - pos: -37.5,-17.5 + pos: -55.5,5.5 parent: 2 - uid: 6189 components: - type: Transform - pos: -36.5,-17.5 + pos: -56.5,5.5 parent: 2 - uid: 6190 components: - type: Transform - pos: -35.5,-17.5 + pos: -56.5,6.5 parent: 2 - uid: 6191 components: - type: Transform - pos: -34.5,-17.5 + pos: -56.5,7.5 parent: 2 - uid: 6192 components: - type: Transform - pos: -33.5,-17.5 + pos: -56.5,8.5 parent: 2 - uid: 6193 components: - type: Transform - pos: -32.5,-17.5 + pos: -56.5,9.5 parent: 2 - uid: 6194 components: - type: Transform - pos: -32.5,-16.5 + pos: -56.5,10.5 parent: 2 - uid: 6195 components: - type: Transform - pos: -32.5,-15.5 + pos: -56.5,11.5 parent: 2 - uid: 6196 components: - type: Transform - pos: -52.5,-38.5 + pos: -67.5,7.5 parent: 2 - uid: 6197 components: - type: Transform - pos: -53.5,-38.5 + pos: -66.5,7.5 parent: 2 - uid: 6198 components: - type: Transform - pos: -54.5,-38.5 + pos: -65.5,7.5 parent: 2 - uid: 6199 components: - type: Transform - pos: -55.5,-38.5 + pos: -64.5,7.5 parent: 2 - uid: 6200 components: - type: Transform - pos: -56.5,-38.5 + pos: -63.5,7.5 parent: 2 - uid: 6201 components: - type: Transform - pos: -56.5,-37.5 + pos: -60.5,7.5 parent: 2 - uid: 6202 components: - type: Transform - pos: -56.5,-36.5 + pos: -60.5,8.5 parent: 2 - uid: 6203 components: - type: Transform - pos: -56.5,-35.5 + pos: -60.5,9.5 parent: 2 - uid: 6204 components: - type: Transform - pos: -56.5,-34.5 + pos: -60.5,10.5 parent: 2 - uid: 6205 components: - type: Transform - pos: -56.5,-33.5 + pos: -61.5,10.5 parent: 2 - uid: 6206 components: - type: Transform - pos: -56.5,-32.5 + pos: -62.5,10.5 parent: 2 - uid: 6207 components: - type: Transform - pos: -55.5,-32.5 + pos: -63.5,10.5 parent: 2 - uid: 6208 components: - type: Transform - pos: -49.5,-75.5 + pos: -60.5,6.5 parent: 2 - uid: 6209 components: - type: Transform - pos: -49.5,-74.5 + pos: -60.5,5.5 parent: 2 - uid: 6210 components: - type: Transform - pos: -49.5,-73.5 + pos: -60.5,4.5 parent: 2 - uid: 6211 components: - type: Transform - pos: -53.5,-68.5 + pos: -60.5,3.5 parent: 2 - uid: 6212 components: - type: Transform - pos: -52.5,-68.5 + pos: -60.5,2.5 parent: 2 - uid: 6213 components: - type: Transform - pos: -51.5,-68.5 + pos: -65.5,-14.5 parent: 2 - uid: 6214 components: - type: Transform - pos: -59.5,-73.5 + pos: -33.5,-26.5 parent: 2 - uid: 6215 components: - type: Transform - pos: -58.5,-72.5 + pos: -32.5,-26.5 parent: 2 - uid: 6216 components: - type: Transform - pos: -58.5,-73.5 + pos: -32.5,-25.5 parent: 2 - uid: 6217 components: - type: Transform - pos: -58.5,-74.5 + pos: -32.5,-24.5 parent: 2 - uid: 6218 components: - type: Transform - pos: -58.5,-75.5 + pos: -31.5,-24.5 parent: 2 - uid: 6219 components: - type: Transform - pos: -58.5,-76.5 + pos: -31.5,-23.5 parent: 2 - uid: 6220 components: - type: Transform - pos: -58.5,-77.5 + pos: -31.5,-22.5 parent: 2 - uid: 6221 components: - type: Transform - pos: -68.5,-97.5 + pos: -31.5,-21.5 parent: 2 - uid: 6222 components: - type: Transform - pos: -68.5,-96.5 + pos: -31.5,-20.5 parent: 2 - uid: 6223 components: - type: Transform - pos: -68.5,-95.5 + pos: -31.5,-19.5 parent: 2 - uid: 6224 components: - type: Transform - pos: -68.5,-94.5 + pos: -39.5,-17.5 parent: 2 - uid: 6225 components: - type: Transform - pos: -68.5,-93.5 + pos: -38.5,-17.5 parent: 2 - uid: 6226 components: - type: Transform - pos: -68.5,-92.5 + pos: -37.5,-17.5 parent: 2 - uid: 6227 components: - type: Transform - pos: -68.5,-91.5 + pos: -36.5,-17.5 parent: 2 - uid: 6228 components: - type: Transform - pos: -68.5,-90.5 + pos: -35.5,-17.5 parent: 2 - uid: 6229 components: - type: Transform - pos: -68.5,-89.5 + pos: -34.5,-17.5 parent: 2 - uid: 6230 components: - type: Transform - pos: -68.5,-88.5 + pos: -33.5,-17.5 parent: 2 - uid: 6231 components: - type: Transform - pos: -68.5,-87.5 + pos: -32.5,-17.5 parent: 2 - uid: 6232 components: - type: Transform - pos: -68.5,-86.5 + pos: -32.5,-16.5 parent: 2 - uid: 6233 components: - type: Transform - pos: -67.5,-86.5 + pos: -32.5,-15.5 parent: 2 - uid: 6234 components: - type: Transform - pos: -66.5,-86.5 + pos: -52.5,-38.5 parent: 2 - uid: 6235 components: - type: Transform - pos: -65.5,-86.5 + pos: -53.5,-38.5 parent: 2 - uid: 6236 components: - type: Transform - pos: -64.5,-86.5 + pos: -54.5,-38.5 parent: 2 - uid: 6237 components: - type: Transform - pos: -63.5,-86.5 + pos: -55.5,-38.5 parent: 2 - uid: 6238 components: - type: Transform - pos: -62.5,-86.5 + pos: -56.5,-38.5 parent: 2 - uid: 6239 components: - type: Transform - pos: -61.5,-86.5 + pos: -56.5,-37.5 parent: 2 - uid: 6240 components: - type: Transform - pos: -67.5,-89.5 + pos: -56.5,-36.5 parent: 2 - uid: 6241 components: - type: Transform - pos: -66.5,-89.5 + pos: -56.5,-35.5 parent: 2 - uid: 6242 components: - type: Transform - pos: -65.5,-89.5 + pos: -56.5,-34.5 parent: 2 - uid: 6243 components: - type: Transform - pos: -64.5,-89.5 + pos: -56.5,-33.5 parent: 2 - uid: 6244 components: - type: Transform - pos: -69.5,-89.5 + pos: -56.5,-32.5 parent: 2 - uid: 6245 components: - type: Transform - pos: -70.5,-89.5 + pos: -55.5,-32.5 parent: 2 - uid: 6246 components: - type: Transform - pos: -71.5,-89.5 + pos: -49.5,-75.5 parent: 2 - uid: 6247 components: - type: Transform - pos: -72.5,-89.5 + pos: -49.5,-74.5 parent: 2 - uid: 6248 components: - type: Transform - pos: -73.5,-93.5 + pos: -49.5,-73.5 parent: 2 - uid: 6249 components: - type: Transform - pos: -72.5,-93.5 + pos: -53.5,-68.5 parent: 2 - uid: 6250 components: - type: Transform - pos: -71.5,-93.5 + pos: -52.5,-68.5 parent: 2 - uid: 6251 components: - type: Transform - pos: -70.5,-93.5 + pos: -51.5,-68.5 parent: 2 - uid: 6252 components: - type: Transform - pos: -69.5,-93.5 + pos: -59.5,-73.5 parent: 2 - uid: 6253 components: - type: Transform - pos: -67.5,-93.5 + pos: -58.5,-72.5 parent: 2 - uid: 6254 components: - type: Transform - pos: -66.5,-93.5 + pos: -58.5,-73.5 parent: 2 - uid: 6255 components: - type: Transform - pos: -65.5,-93.5 + pos: -58.5,-74.5 parent: 2 - uid: 6256 components: - type: Transform - pos: -64.5,-93.5 + pos: -58.5,-75.5 parent: 2 - uid: 6257 components: - type: Transform - pos: -63.5,-93.5 + pos: -58.5,-76.5 parent: 2 - uid: 6258 components: - type: Transform - pos: -67.5,-97.5 + pos: -58.5,-77.5 parent: 2 - uid: 6259 components: - type: Transform - pos: -66.5,-97.5 + pos: -68.5,-97.5 parent: 2 - uid: 6260 components: - type: Transform - pos: -65.5,-97.5 + pos: -68.5,-96.5 parent: 2 - uid: 6261 components: - type: Transform - pos: -64.5,-97.5 + pos: -68.5,-95.5 parent: 2 - uid: 6262 components: - type: Transform - pos: -63.5,-97.5 + pos: -68.5,-94.5 parent: 2 - uid: 6263 components: - type: Transform - pos: -62.5,-97.5 + pos: -68.5,-93.5 parent: 2 - uid: 6264 components: - type: Transform - pos: -70.5,-97.5 + pos: -68.5,-92.5 parent: 2 - uid: 6265 components: - type: Transform - pos: -71.5,-97.5 + pos: -68.5,-91.5 parent: 2 - uid: 6266 components: - type: Transform - pos: -72.5,-97.5 + pos: -68.5,-90.5 parent: 2 - uid: 6267 components: - type: Transform - pos: -73.5,-97.5 + pos: -68.5,-89.5 parent: 2 - uid: 6268 components: - type: Transform - pos: -74.5,-97.5 + pos: -68.5,-88.5 parent: 2 - uid: 6269 components: - type: Transform - pos: -82.5,29.5 + pos: -68.5,-87.5 parent: 2 - uid: 6270 components: - type: Transform - pos: -79.5,23.5 + pos: -68.5,-86.5 parent: 2 - uid: 6271 components: - type: Transform - pos: -79.5,24.5 + pos: -67.5,-86.5 parent: 2 - uid: 6272 components: - type: Transform - pos: -79.5,22.5 + pos: -66.5,-86.5 parent: 2 - uid: 6273 components: - type: Transform - pos: -79.5,21.5 + pos: -65.5,-86.5 parent: 2 - uid: 6274 components: - type: Transform - pos: -80.5,20.5 + pos: -64.5,-86.5 parent: 2 - uid: 6275 components: - type: Transform - pos: -0.5,-72.5 + pos: -63.5,-86.5 parent: 2 - uid: 6276 components: - type: Transform - pos: 0.5,-72.5 + pos: -62.5,-86.5 parent: 2 - uid: 6277 components: - type: Transform - pos: 0.5,-71.5 + pos: -61.5,-86.5 parent: 2 - uid: 6278 components: - type: Transform - pos: 0.5,-70.5 + pos: -67.5,-89.5 parent: 2 - uid: 6279 components: - type: Transform - pos: 0.5,-69.5 + pos: -66.5,-89.5 parent: 2 - uid: 6280 components: - type: Transform - pos: 0.5,-68.5 + pos: -65.5,-89.5 parent: 2 - uid: 6281 components: - type: Transform - pos: 12.5,-94.5 + pos: -64.5,-89.5 parent: 2 - uid: 6282 components: - type: Transform - pos: -49.5,-91.5 + pos: -69.5,-89.5 parent: 2 - uid: 6283 components: - type: Transform - pos: -49.5,-90.5 + pos: -70.5,-89.5 parent: 2 - uid: 6284 components: - type: Transform - pos: -49.5,-89.5 + pos: -71.5,-89.5 parent: 2 - uid: 6285 components: - type: Transform - pos: -49.5,-88.5 + pos: -72.5,-89.5 parent: 2 - uid: 6286 components: - type: Transform - pos: -48.5,-88.5 + pos: -73.5,-93.5 parent: 2 - uid: 6287 components: - type: Transform - pos: 68.5,-47.5 + pos: -72.5,-93.5 parent: 2 - uid: 6288 components: - type: Transform - pos: 69.5,-48.5 + pos: -71.5,-93.5 parent: 2 - uid: 6289 components: - type: Transform - pos: 69.5,-49.5 + pos: -70.5,-93.5 parent: 2 - uid: 6290 components: - type: Transform - pos: 68.5,-49.5 + pos: -69.5,-93.5 parent: 2 - uid: 6291 components: - type: Transform - pos: 67.5,-49.5 + pos: -67.5,-93.5 parent: 2 - uid: 6292 components: - type: Transform - pos: 26.5,19.5 + pos: -66.5,-93.5 parent: 2 - uid: 6293 components: - type: Transform - pos: 85.5,-48.5 + pos: -65.5,-93.5 parent: 2 - uid: 6294 components: - type: Transform - pos: 86.5,-48.5 + pos: -64.5,-93.5 parent: 2 - uid: 6295 components: - type: Transform - pos: 82.5,-45.5 + pos: -63.5,-93.5 parent: 2 - uid: 6296 components: - type: Transform - pos: 81.5,-45.5 + pos: -67.5,-97.5 parent: 2 - uid: 6297 components: - type: Transform - pos: 81.5,-44.5 + pos: -66.5,-97.5 parent: 2 - uid: 6298 components: - type: Transform - pos: 75.5,-46.5 + pos: -65.5,-97.5 parent: 2 - uid: 6299 components: - type: Transform - pos: 76.5,-46.5 + pos: -64.5,-97.5 parent: 2 - uid: 6300 components: - type: Transform - pos: 77.5,-46.5 + pos: -63.5,-97.5 parent: 2 - uid: 6301 components: - type: Transform - pos: 78.5,-46.5 + pos: -62.5,-97.5 parent: 2 - uid: 6302 components: - type: Transform - pos: 79.5,-46.5 + pos: -70.5,-97.5 parent: 2 - uid: 6303 components: - type: Transform - pos: 79.5,-45.5 + pos: -71.5,-97.5 parent: 2 - uid: 6304 components: - type: Transform - pos: -54.5,-32.5 + pos: -72.5,-97.5 parent: 2 - uid: 6305 components: - type: Transform - pos: -55.5,-96.5 + pos: -73.5,-97.5 parent: 2 - uid: 6306 components: - type: Transform - pos: -55.5,-97.5 + pos: -74.5,-97.5 parent: 2 - uid: 6307 components: - type: Transform - pos: -55.5,-99.5 + pos: -82.5,29.5 parent: 2 - uid: 6308 components: - type: Transform - pos: -55.5,-101.5 + pos: -79.5,23.5 parent: 2 - uid: 6309 components: - type: Transform - pos: -55.5,-98.5 + pos: -79.5,24.5 parent: 2 - uid: 6310 components: - type: Transform - pos: -55.5,-100.5 + pos: -79.5,22.5 parent: 2 - uid: 6311 components: - type: Transform - pos: -34.5,-105.5 + pos: -79.5,21.5 parent: 2 - uid: 6312 components: - type: Transform - pos: -20.5,-97.5 + pos: -80.5,20.5 parent: 2 - uid: 6313 components: - type: Transform - pos: -21.5,-97.5 + pos: -0.5,-72.5 parent: 2 - uid: 6314 components: - type: Transform - pos: -19.5,-97.5 + pos: 0.5,-72.5 parent: 2 - uid: 6315 components: - type: Transform - pos: -46.5,-106.5 + pos: 0.5,-71.5 parent: 2 - uid: 6316 components: - type: Transform - pos: -50.5,-107.5 + pos: 0.5,-70.5 parent: 2 - uid: 6317 components: - type: Transform - pos: -17.5,-97.5 + pos: 0.5,-69.5 parent: 2 - uid: 6318 components: - type: Transform - pos: -16.5,-97.5 + pos: 0.5,-68.5 parent: 2 - uid: 6319 components: - type: Transform - pos: -18.5,-97.5 + pos: 12.5,-94.5 parent: 2 - uid: 6320 components: - type: Transform - pos: -40.5,-110.5 + pos: -49.5,-91.5 parent: 2 - uid: 6321 components: - type: Transform - pos: -40.5,-109.5 + pos: -49.5,-90.5 parent: 2 - uid: 6322 components: - type: Transform - pos: -39.5,-109.5 + pos: -49.5,-89.5 parent: 2 - uid: 6323 components: - type: Transform - pos: -38.5,-109.5 + pos: -49.5,-88.5 parent: 2 - uid: 6324 components: - type: Transform - pos: -37.5,-109.5 + pos: -48.5,-88.5 parent: 2 - uid: 6325 components: - type: Transform - pos: -36.5,-109.5 + pos: 68.5,-47.5 parent: 2 - uid: 6326 components: - type: Transform - pos: -35.5,-109.5 + pos: 69.5,-48.5 parent: 2 - uid: 6327 components: - type: Transform - pos: -34.5,-109.5 + pos: 69.5,-49.5 parent: 2 - uid: 6328 components: - type: Transform - pos: -33.5,-109.5 + pos: 68.5,-49.5 parent: 2 - uid: 6329 components: - type: Transform - pos: -32.5,-109.5 + pos: 67.5,-49.5 parent: 2 - uid: 6330 components: - type: Transform - pos: -31.5,-109.5 + pos: 26.5,19.5 parent: 2 - uid: 6331 components: - type: Transform - pos: -30.5,-109.5 + pos: 85.5,-48.5 parent: 2 - uid: 6332 components: - type: Transform - pos: -30.5,-110.5 + pos: 86.5,-48.5 parent: 2 - uid: 6333 components: - type: Transform - pos: -29.5,-110.5 + pos: 82.5,-45.5 parent: 2 - uid: 6334 components: - type: Transform - pos: -28.5,-110.5 + pos: 81.5,-45.5 parent: 2 - uid: 6335 components: - type: Transform - pos: -27.5,-110.5 + pos: 81.5,-44.5 parent: 2 - uid: 6336 components: - type: Transform - pos: -26.5,-110.5 + pos: 75.5,-46.5 parent: 2 - uid: 6337 components: - type: Transform - pos: -26.5,-109.5 + pos: 76.5,-46.5 parent: 2 - uid: 6338 components: - type: Transform - pos: -26.5,-108.5 + pos: 77.5,-46.5 parent: 2 - uid: 6339 components: - type: Transform - pos: -26.5,-107.5 + pos: 78.5,-46.5 parent: 2 - uid: 6340 components: - type: Transform - pos: -26.5,-106.5 + pos: 79.5,-46.5 parent: 2 - uid: 6341 components: - type: Transform - pos: -38.5,-108.5 + pos: 79.5,-45.5 parent: 2 - uid: 6342 components: - type: Transform - pos: -38.5,-107.5 + pos: -54.5,-32.5 parent: 2 - uid: 6343 components: - type: Transform - pos: -38.5,-106.5 + pos: -55.5,-96.5 parent: 2 - uid: 6344 components: - type: Transform - pos: -38.5,-105.5 + pos: -55.5,-97.5 parent: 2 - uid: 6345 components: - type: Transform - pos: -39.5,-105.5 + pos: -55.5,-99.5 parent: 2 - uid: 6346 components: - type: Transform - pos: -40.5,-105.5 + pos: -55.5,-101.5 parent: 2 - uid: 6347 components: - type: Transform - pos: -41.5,-105.5 + pos: -55.5,-98.5 parent: 2 - uid: 6348 components: - type: Transform - pos: -42.5,-105.5 + pos: -55.5,-100.5 parent: 2 - uid: 6349 components: - type: Transform - pos: -46.5,-107.5 + pos: -34.5,-105.5 parent: 2 - uid: 6350 components: - type: Transform - pos: -46.5,-105.5 + pos: -20.5,-97.5 parent: 2 - uid: 6351 components: - type: Transform - pos: -47.5,-105.5 + pos: -21.5,-97.5 parent: 2 - uid: 6352 components: - type: Transform - pos: -48.5,-105.5 + pos: -19.5,-97.5 parent: 2 - uid: 6353 components: - type: Transform - pos: -49.5,-105.5 + pos: -46.5,-106.5 parent: 2 - uid: 6354 components: - type: Transform - pos: -49.5,-106.5 + pos: -50.5,-107.5 parent: 2 - uid: 6355 components: - type: Transform - pos: -50.5,-106.5 + pos: -17.5,-97.5 parent: 2 - uid: 6356 components: - type: Transform - pos: -51.5,-106.5 + pos: -16.5,-97.5 parent: 2 - uid: 6357 components: - type: Transform - pos: -52.5,-106.5 + pos: -18.5,-97.5 parent: 2 - uid: 6358 components: - type: Transform - pos: -53.5,-106.5 + pos: -40.5,-110.5 parent: 2 - uid: 6359 components: - type: Transform - pos: -54.5,-106.5 + pos: -40.5,-109.5 parent: 2 - uid: 6360 components: - type: Transform - pos: -55.5,-106.5 + pos: -39.5,-109.5 parent: 2 - uid: 6361 components: - type: Transform - pos: -55.5,-105.5 + pos: -38.5,-109.5 parent: 2 - uid: 6362 components: - type: Transform - pos: -55.5,-104.5 + pos: -37.5,-109.5 parent: 2 - uid: 6363 components: - type: Transform - pos: -34.5,-106.5 + pos: -36.5,-109.5 parent: 2 - uid: 6364 components: - type: Transform - pos: -33.5,-106.5 + pos: -35.5,-109.5 parent: 2 - uid: 6365 components: - type: Transform - pos: -32.5,-106.5 + pos: -34.5,-109.5 parent: 2 - uid: 6366 components: - type: Transform - pos: -31.5,-106.5 + pos: -33.5,-109.5 parent: 2 - uid: 6367 components: - type: Transform - pos: -30.5,-106.5 + pos: -32.5,-109.5 parent: 2 - uid: 6368 components: - type: Transform - pos: -30.5,-105.5 + pos: -31.5,-109.5 parent: 2 - uid: 6369 components: - type: Transform - pos: -30.5,-104.5 + pos: -30.5,-109.5 parent: 2 - uid: 6370 components: - type: Transform - pos: -31.5,-104.5 + pos: -30.5,-110.5 parent: 2 - uid: 6371 components: - type: Transform - pos: -30.5,-103.5 + pos: -29.5,-110.5 parent: 2 - uid: 6372 components: - type: Transform - pos: -30.5,-102.5 + pos: -28.5,-110.5 parent: 2 - uid: 6373 components: - type: Transform - pos: -31.5,-102.5 + pos: -27.5,-110.5 parent: 2 - uid: 6374 components: - type: Transform - pos: -32.5,-102.5 + pos: -26.5,-110.5 parent: 2 - uid: 6375 components: - type: Transform - pos: -33.5,-102.5 + pos: -26.5,-109.5 parent: 2 - uid: 6376 components: - type: Transform - pos: -34.5,-102.5 + pos: -26.5,-108.5 parent: 2 - uid: 6377 components: - type: Transform - pos: -34.5,-103.5 + pos: -26.5,-107.5 parent: 2 - uid: 6378 components: - type: Transform - pos: -34.5,-101.5 + pos: -26.5,-106.5 parent: 2 - uid: 6379 components: - type: Transform - pos: -32.5,-104.5 + pos: -38.5,-108.5 parent: 2 - uid: 6380 components: - type: Transform - pos: -30.5,-107.5 + pos: -38.5,-107.5 parent: 2 - uid: 6381 components: - type: Transform - pos: -29.5,-104.5 + pos: -38.5,-106.5 parent: 2 - uid: 6382 components: - type: Transform - pos: -53.5,-32.5 + pos: -38.5,-105.5 parent: 2 - uid: 6383 components: - type: Transform - pos: -46.5,-108.5 + pos: -39.5,-105.5 parent: 2 - uid: 6384 components: - type: Transform - pos: -46.5,-109.5 + pos: -40.5,-105.5 parent: 2 - uid: 6385 components: - type: Transform - pos: -46.5,-110.5 + pos: -41.5,-105.5 parent: 2 - uid: 6386 components: - type: Transform - pos: -45.5,-110.5 + pos: -42.5,-105.5 parent: 2 - uid: 6387 components: - type: Transform - pos: -45.5,-105.5 + pos: -46.5,-107.5 parent: 2 - uid: 6388 components: - type: Transform - pos: -50.5,-108.5 + pos: -46.5,-105.5 parent: 2 - uid: 6389 components: - type: Transform - pos: -50.5,-109.5 + pos: -47.5,-105.5 parent: 2 - uid: 6390 components: - type: Transform - pos: -49.5,-109.5 + pos: -48.5,-105.5 parent: 2 - uid: 6391 components: - type: Transform - pos: -48.5,-109.5 + pos: -49.5,-105.5 parent: 2 - uid: 6392 components: - type: Transform - pos: -49.5,-110.5 + pos: -49.5,-106.5 parent: 2 - uid: 6393 components: - type: Transform - pos: -49.5,-111.5 + pos: -50.5,-106.5 parent: 2 - uid: 6394 components: - type: Transform - pos: -49.5,-112.5 + pos: -51.5,-106.5 parent: 2 - uid: 6395 components: - type: Transform - pos: -50.5,-112.5 + pos: -52.5,-106.5 parent: 2 - uid: 6396 components: - type: Transform - pos: -51.5,-112.5 + pos: -53.5,-106.5 parent: 2 - uid: 6397 components: - type: Transform - pos: -50.5,-113.5 + pos: -54.5,-106.5 parent: 2 - uid: 6398 components: - type: Transform - pos: -50.5,-116.5 + pos: -55.5,-106.5 parent: 2 - uid: 6399 components: - type: Transform - pos: -50.5,-115.5 + pos: -55.5,-105.5 parent: 2 - uid: 6400 components: - type: Transform - pos: -49.5,-115.5 + pos: -55.5,-104.5 parent: 2 - uid: 6401 components: - type: Transform - pos: -48.5,-115.5 + pos: -34.5,-106.5 parent: 2 - uid: 6402 components: - type: Transform - pos: -47.5,-115.5 + pos: -33.5,-106.5 parent: 2 - uid: 6403 components: - type: Transform - pos: -46.5,-115.5 + pos: -32.5,-106.5 parent: 2 - uid: 6404 components: - type: Transform - pos: -45.5,-115.5 + pos: -31.5,-106.5 parent: 2 - uid: 6405 components: - type: Transform - pos: -45.5,-116.5 + pos: -30.5,-106.5 parent: 2 - uid: 6406 components: - type: Transform - pos: -45.5,-117.5 + pos: -30.5,-105.5 parent: 2 - uid: 6407 components: - type: Transform - pos: -44.5,-115.5 + pos: -30.5,-104.5 parent: 2 - uid: 6408 components: - type: Transform - pos: -44.5,-114.5 + pos: -31.5,-104.5 parent: 2 - uid: 6409 components: - type: Transform - pos: -44.5,-113.5 + pos: -30.5,-103.5 parent: 2 - uid: 6410 components: - type: Transform - pos: -45.5,-113.5 + pos: -30.5,-102.5 parent: 2 - uid: 6411 components: - type: Transform - pos: -45.5,-119.5 + pos: -31.5,-102.5 parent: 2 - uid: 6412 components: - type: Transform - pos: -45.5,-118.5 + pos: -32.5,-102.5 parent: 2 - uid: 6413 components: - type: Transform - pos: -46.5,-117.5 + pos: -33.5,-102.5 parent: 2 - uid: 6414 components: - type: Transform - pos: -47.5,-117.5 + pos: -34.5,-102.5 parent: 2 - uid: 6415 components: - type: Transform - pos: -55.5,-107.5 + pos: -34.5,-103.5 parent: 2 - uid: 6416 components: - type: Transform - pos: -44.5,-119.5 + pos: -34.5,-101.5 parent: 2 - uid: 6417 components: - type: Transform - pos: -46.5,-119.5 + pos: -32.5,-104.5 parent: 2 - uid: 6418 components: - type: Transform - pos: -47.5,-119.5 + pos: -30.5,-107.5 parent: 2 - uid: 6419 components: - type: Transform - pos: -48.5,-119.5 + pos: -29.5,-104.5 parent: 2 - uid: 6420 components: - type: Transform - pos: -48.5,-118.5 + pos: -53.5,-32.5 parent: 2 - uid: 6421 components: - type: Transform - pos: -49.5,-118.5 + pos: -46.5,-108.5 parent: 2 - uid: 6422 components: - type: Transform - pos: -50.5,-118.5 + pos: -46.5,-109.5 parent: 2 - uid: 6423 components: - type: Transform - pos: -51.5,-118.5 + pos: -46.5,-110.5 parent: 2 - uid: 6424 components: - type: Transform - pos: -52.5,-118.5 + pos: -45.5,-110.5 parent: 2 - uid: 6425 components: - type: Transform - pos: -52.5,-119.5 + pos: -45.5,-105.5 parent: 2 - uid: 6426 components: - type: Transform - pos: -53.5,-119.5 + pos: -50.5,-108.5 parent: 2 - uid: 6427 components: - type: Transform - pos: -54.5,-119.5 + pos: -50.5,-109.5 parent: 2 - uid: 6428 components: - type: Transform - pos: -55.5,-119.5 + pos: -49.5,-109.5 parent: 2 - uid: 6429 components: - type: Transform - pos: -55.5,-118.5 + pos: -48.5,-109.5 parent: 2 - uid: 6430 components: - type: Transform - pos: -37.5,-119.5 + pos: -49.5,-110.5 parent: 2 - uid: 6431 components: - type: Transform - pos: -71.5,0.5 + pos: -49.5,-111.5 parent: 2 - uid: 6432 components: - type: Transform - pos: -70.5,0.5 + pos: -49.5,-112.5 parent: 2 - uid: 6433 components: - type: Transform - pos: -70.5,-0.5 + pos: -50.5,-112.5 parent: 2 - uid: 6434 components: - type: Transform - pos: -70.5,-1.5 + pos: -51.5,-112.5 parent: 2 - uid: 6435 components: - type: Transform - pos: -71.5,-1.5 + pos: -50.5,-113.5 parent: 2 - uid: 6436 components: - type: Transform - pos: -72.5,-1.5 + pos: -50.5,-116.5 parent: 2 - uid: 6437 components: - type: Transform - pos: -72.5,-2.5 + pos: -50.5,-115.5 parent: 2 - uid: 6438 components: - type: Transform - pos: -72.5,2.5 + pos: -49.5,-115.5 parent: 2 - uid: 6439 components: - type: Transform - pos: -46.5,-36.5 + pos: -48.5,-115.5 parent: 2 - uid: 6440 components: - type: Transform - pos: -69.5,3.5 + pos: -47.5,-115.5 parent: 2 - uid: 6441 components: - type: Transform - pos: -70.5,3.5 + pos: -46.5,-115.5 parent: 2 - uid: 6442 components: - type: Transform - pos: -71.5,2.5 + pos: -45.5,-115.5 parent: 2 - uid: 6443 components: - type: Transform - pos: -71.5,3.5 + pos: -45.5,-116.5 parent: 2 - uid: 6444 components: - type: Transform - pos: -71.5,1.5 + pos: -45.5,-117.5 parent: 2 - uid: 6445 components: - type: Transform - pos: -74.5,4.5 + pos: -44.5,-115.5 parent: 2 - uid: 6446 components: - type: Transform - pos: -73.5,4.5 + pos: -44.5,-114.5 parent: 2 - uid: 6447 components: - type: Transform - pos: -82.5,27.5 + pos: -44.5,-113.5 parent: 2 - uid: 6448 components: - type: Transform - pos: -85.5,21.5 + pos: -45.5,-113.5 parent: 2 - uid: 6449 components: - type: Transform - pos: -85.5,22.5 + pos: -45.5,-119.5 parent: 2 - uid: 6450 components: - type: Transform - pos: -85.5,23.5 + pos: -45.5,-118.5 parent: 2 - uid: 6451 components: - type: Transform - pos: -85.5,24.5 + pos: -46.5,-117.5 parent: 2 - uid: 6452 components: - type: Transform - pos: -82.5,24.5 + pos: -47.5,-117.5 parent: 2 - uid: 6453 components: - type: Transform - pos: -82.5,25.5 + pos: -55.5,-107.5 parent: 2 - uid: 6454 components: - type: Transform - pos: -83.5,20.5 + pos: -44.5,-119.5 parent: 2 - uid: 6455 components: - type: Transform - pos: -84.5,20.5 + pos: -46.5,-119.5 parent: 2 - uid: 6456 components: - type: Transform - pos: -85.5,20.5 + pos: -47.5,-119.5 parent: 2 - uid: 6457 components: - type: Transform - pos: -81.5,20.5 + pos: -48.5,-119.5 parent: 2 - uid: 6458 components: - type: Transform - pos: -79.5,20.5 + pos: -48.5,-118.5 parent: 2 - uid: 6459 components: - type: Transform - pos: -82.5,23.5 + pos: -49.5,-118.5 parent: 2 - uid: 6460 components: - type: Transform - pos: -79.5,-11.5 + pos: -50.5,-118.5 parent: 2 - uid: 6461 components: - type: Transform - pos: -79.5,-9.5 + pos: -51.5,-118.5 parent: 2 - uid: 6462 components: - type: Transform - pos: -83.5,-0.5 + pos: -52.5,-118.5 parent: 2 - uid: 6463 components: - type: Transform - pos: -82.5,-0.5 + pos: -52.5,-119.5 parent: 2 - uid: 6464 components: - type: Transform - pos: -82.5,0.5 + pos: -53.5,-119.5 parent: 2 - uid: 6465 components: - type: Transform - pos: -82.5,1.5 + pos: -54.5,-119.5 parent: 2 - uid: 6466 components: - type: Transform - pos: -81.5,1.5 + pos: -55.5,-119.5 parent: 2 - uid: 6467 components: - type: Transform - pos: -82.5,2.5 + pos: -55.5,-118.5 parent: 2 - uid: 6468 components: - type: Transform - pos: -82.5,3.5 + pos: -37.5,-119.5 parent: 2 - uid: 6469 components: - type: Transform - pos: -82.5,4.5 + pos: -71.5,0.5 parent: 2 - uid: 6470 components: - type: Transform - pos: -83.5,3.5 + pos: -70.5,0.5 parent: 2 - uid: 6471 components: - type: Transform - pos: -84.5,3.5 + pos: -70.5,-0.5 parent: 2 - uid: 6472 components: - type: Transform - pos: -85.5,-0.5 + pos: -70.5,-1.5 parent: 2 - uid: 6473 components: - type: Transform - pos: -84.5,-0.5 + pos: -71.5,-1.5 parent: 2 - uid: 6474 components: - type: Transform - pos: -85.5,3.5 + pos: -72.5,-1.5 parent: 2 - uid: 6475 components: - type: Transform - pos: -86.5,3.5 + pos: -72.5,-2.5 parent: 2 - uid: 6476 components: - type: Transform - pos: -86.5,-0.5 + pos: -72.5,2.5 parent: 2 - uid: 6477 components: - type: Transform - pos: -85.5,0.5 + pos: -46.5,-36.5 parent: 2 - uid: 6478 components: - type: Transform - pos: -85.5,1.5 + pos: -69.5,3.5 parent: 2 - uid: 6479 components: - type: Transform - pos: -86.5,1.5 + pos: -70.5,3.5 parent: 2 - uid: 6480 components: - type: Transform - pos: -87.5,1.5 + pos: -71.5,2.5 parent: 2 - uid: 6481 components: - type: Transform - pos: -88.5,1.5 + pos: -71.5,3.5 parent: 2 - uid: 6482 components: - type: Transform - pos: -89.5,1.5 + pos: -71.5,1.5 parent: 2 - uid: 6483 components: - type: Transform - pos: -90.5,1.5 + pos: -74.5,4.5 parent: 2 - uid: 6484 components: - type: Transform - pos: -91.5,1.5 + pos: -73.5,4.5 parent: 2 - uid: 6485 components: - type: Transform - pos: -92.5,1.5 + pos: -82.5,27.5 parent: 2 - uid: 6486 components: - type: Transform - pos: -93.5,1.5 + pos: -85.5,21.5 parent: 2 - uid: 6487 components: - type: Transform - pos: -90.5,2.5 + pos: -85.5,22.5 parent: 2 - uid: 6488 components: - type: Transform - pos: -94.5,1.5 + pos: -85.5,23.5 parent: 2 - uid: 6489 components: - type: Transform - pos: -95.5,1.5 + pos: -85.5,24.5 parent: 2 - uid: 6490 components: - type: Transform - pos: -96.5,1.5 + pos: -82.5,24.5 parent: 2 - uid: 6491 components: - type: Transform - pos: -94.5,2.5 + pos: -82.5,25.5 parent: 2 - uid: 6492 components: - type: Transform - pos: -91.5,0.5 + pos: -83.5,20.5 parent: 2 - uid: 6493 components: - type: Transform - pos: -77.5,10.5 + pos: -84.5,20.5 parent: 2 - uid: 6494 components: - type: Transform - pos: -82.5,-1.5 + pos: -85.5,20.5 parent: 2 - uid: 6495 components: - type: Transform - pos: -83.5,-4.5 + pos: -81.5,20.5 parent: 2 - uid: 6496 components: - type: Transform - pos: -82.5,-4.5 + pos: -79.5,20.5 parent: 2 - uid: 6497 components: - type: Transform - pos: -84.5,-4.5 + pos: -82.5,23.5 parent: 2 - uid: 6498 components: - type: Transform - pos: -85.5,-4.5 + pos: -79.5,-11.5 parent: 2 - uid: 6499 components: - type: Transform - pos: -86.5,-4.5 + pos: -79.5,-9.5 parent: 2 - uid: 6500 components: - type: Transform - pos: -87.5,-4.5 + pos: -83.5,-0.5 parent: 2 - uid: 6501 components: - type: Transform - pos: -88.5,-4.5 + pos: -82.5,-0.5 parent: 2 - uid: 6502 components: - type: Transform - pos: -89.5,-4.5 + pos: -82.5,0.5 parent: 2 - uid: 6503 components: - type: Transform - pos: -82.5,10.5 + pos: -82.5,1.5 parent: 2 - uid: 6504 components: - type: Transform - pos: -82.5,11.5 + pos: -81.5,1.5 parent: 2 - uid: 6505 components: - type: Transform - pos: -82.5,12.5 + pos: -82.5,2.5 parent: 2 - uid: 6506 components: - type: Transform - pos: -82.5,13.5 + pos: -82.5,3.5 parent: 2 - uid: 6507 components: - type: Transform - pos: -82.5,14.5 + pos: -82.5,4.5 parent: 2 - uid: 6508 components: - type: Transform - pos: -82.5,15.5 + pos: -83.5,3.5 parent: 2 - uid: 6509 components: - type: Transform - pos: -82.5,16.5 + pos: -84.5,3.5 parent: 2 - uid: 6510 components: - type: Transform - pos: -82.5,17.5 + pos: -85.5,-0.5 parent: 2 - uid: 6511 components: - type: Transform - pos: -82.5,18.5 + pos: -84.5,-0.5 parent: 2 - uid: 6512 components: - type: Transform - pos: -82.5,19.5 + pos: -85.5,3.5 parent: 2 - uid: 6513 components: - type: Transform - pos: -82.5,20.5 + pos: -86.5,3.5 parent: 2 - uid: 6514 components: - type: Transform - pos: -82.5,21.5 + pos: -86.5,-0.5 parent: 2 - uid: 6515 components: - type: Transform - pos: -82.5,22.5 + pos: -85.5,0.5 parent: 2 - uid: 6516 components: - type: Transform - pos: -87.5,17.5 + pos: -85.5,1.5 parent: 2 - uid: 6517 components: - type: Transform - pos: -86.5,17.5 + pos: -86.5,1.5 parent: 2 - uid: 6518 components: - type: Transform - pos: -85.5,17.5 + pos: -87.5,1.5 parent: 2 - uid: 6519 components: - type: Transform - pos: -84.5,17.5 + pos: -88.5,1.5 parent: 2 - uid: 6520 components: - type: Transform - pos: -83.5,17.5 + pos: -89.5,1.5 parent: 2 - uid: 6521 components: - type: Transform - pos: -81.5,17.5 + pos: -90.5,1.5 parent: 2 - uid: 6522 components: - type: Transform - pos: -80.5,17.5 + pos: -91.5,1.5 parent: 2 - uid: 6523 components: - type: Transform - pos: -79.5,17.5 + pos: -92.5,1.5 parent: 2 - uid: 6524 components: - type: Transform - pos: -78.5,17.5 + pos: -93.5,1.5 parent: 2 - uid: 6525 components: - type: Transform - pos: -77.5,17.5 + pos: -90.5,2.5 parent: 2 - uid: 6526 components: - type: Transform - pos: -78.5,13.5 + pos: -94.5,1.5 parent: 2 - uid: 6527 components: - type: Transform - pos: -79.5,13.5 + pos: -95.5,1.5 parent: 2 - uid: 6528 components: - type: Transform - pos: -80.5,13.5 + pos: -96.5,1.5 parent: 2 - uid: 6529 components: - type: Transform - pos: -81.5,13.5 + pos: -94.5,2.5 parent: 2 - uid: 6530 components: - type: Transform - pos: -83.5,13.5 + pos: -91.5,0.5 parent: 2 - uid: 6531 components: - type: Transform - pos: -84.5,13.5 + pos: -77.5,10.5 parent: 2 - uid: 6532 components: - type: Transform - pos: -85.5,13.5 + pos: -82.5,-1.5 parent: 2 - uid: 6533 components: - type: Transform - pos: -86.5,13.5 + pos: -83.5,-4.5 parent: 2 - uid: 6534 components: - type: Transform - pos: -75.5,-23.5 + pos: -82.5,-4.5 parent: 2 - uid: 6535 components: - type: Transform - pos: -75.5,-24.5 + pos: -84.5,-4.5 parent: 2 - uid: 6536 components: - type: Transform - pos: -75.5,-25.5 + pos: -85.5,-4.5 parent: 2 - uid: 6537 components: - type: Transform - pos: -75.5,-26.5 + pos: -86.5,-4.5 parent: 2 - uid: 6538 components: - type: Transform - pos: -74.5,-26.5 + pos: -87.5,-4.5 parent: 2 - uid: 6539 components: - type: Transform - pos: -73.5,-26.5 + pos: -88.5,-4.5 parent: 2 - uid: 6540 components: - type: Transform - pos: -72.5,-26.5 + pos: -89.5,-4.5 parent: 2 - uid: 6541 components: - type: Transform - pos: -73.5,-25.5 + pos: -82.5,10.5 parent: 2 - uid: 6542 components: - type: Transform - pos: -76.5,-25.5 + pos: -82.5,11.5 parent: 2 - uid: 6543 components: - type: Transform - pos: -77.5,-25.5 + pos: -82.5,12.5 parent: 2 - uid: 6544 components: - type: Transform - pos: -78.5,-25.5 + pos: -82.5,13.5 parent: 2 - uid: 6545 components: - type: Transform - pos: -78.5,-24.5 + pos: -82.5,14.5 parent: 2 - uid: 6546 components: - type: Transform - pos: -81.5,-4.5 + pos: -82.5,15.5 parent: 2 - uid: 6547 components: - type: Transform - pos: -68.5,3.5 + pos: -82.5,16.5 parent: 2 - uid: 6548 components: - type: Transform - pos: -79.5,-3.5 + pos: -82.5,17.5 parent: 2 - uid: 6549 components: - type: Transform - pos: -78.5,-3.5 + pos: -82.5,18.5 parent: 2 - uid: 6550 components: - type: Transform - pos: -78.5,-2.5 + pos: -82.5,19.5 parent: 2 - uid: 6551 components: - type: Transform - pos: -78.5,-1.5 + pos: -82.5,20.5 parent: 2 - uid: 6552 components: - type: Transform - pos: -78.5,-0.5 + pos: -82.5,21.5 parent: 2 - uid: 6553 components: - type: Transform - pos: -78.5,0.5 + pos: -82.5,22.5 parent: 2 - uid: 6554 components: - type: Transform - pos: -78.5,1.5 + pos: -87.5,17.5 parent: 2 - uid: 6555 components: - type: Transform - pos: -78.5,2.5 + pos: -86.5,17.5 parent: 2 - uid: 6556 components: - type: Transform - pos: -78.5,3.5 + pos: -85.5,17.5 parent: 2 - uid: 6557 components: - type: Transform - pos: -78.5,4.5 + pos: -84.5,17.5 parent: 2 - uid: 6558 components: - type: Transform - pos: -78.5,5.5 + pos: -83.5,17.5 parent: 2 - uid: 6559 components: - type: Transform - pos: -78.5,6.5 + pos: -81.5,17.5 parent: 2 - uid: 6560 components: - type: Transform - pos: -77.5,6.5 + pos: -80.5,17.5 parent: 2 - uid: 6561 components: - type: Transform - pos: -76.5,6.5 + pos: -79.5,17.5 parent: 2 - uid: 6562 components: - type: Transform - pos: -70.5,7.5 + pos: -78.5,17.5 parent: 2 - uid: 6563 components: - type: Transform - pos: -71.5,7.5 + pos: -77.5,17.5 parent: 2 - uid: 6564 components: - type: Transform - pos: -72.5,7.5 + pos: -78.5,13.5 parent: 2 - uid: 6565 components: - type: Transform - pos: -73.5,7.5 + pos: -79.5,13.5 parent: 2 - uid: 6566 components: - type: Transform - pos: -69.5,7.5 + pos: -80.5,13.5 parent: 2 - uid: 6567 components: - type: Transform - pos: -73.5,6.5 + pos: -81.5,13.5 parent: 2 - uid: 6568 components: - type: Transform - pos: -80.5,-16.5 + pos: -83.5,13.5 parent: 2 - uid: 6569 components: - type: Transform - pos: -81.5,-16.5 + pos: -84.5,13.5 parent: 2 - uid: 6570 components: - type: Transform - pos: -81.5,-17.5 + pos: -85.5,13.5 parent: 2 - uid: 6571 components: - type: Transform - pos: -82.5,-16.5 + pos: -86.5,13.5 parent: 2 - uid: 6572 components: - type: Transform - pos: -83.5,-16.5 + pos: -75.5,-23.5 parent: 2 - uid: 6573 components: - type: Transform - pos: -82.5,-15.5 + pos: -75.5,-24.5 parent: 2 - uid: 6574 components: - type: Transform - pos: -82.5,-14.5 + pos: -75.5,-25.5 parent: 2 - uid: 6575 components: - type: Transform - pos: -81.5,-14.5 + pos: -75.5,-26.5 parent: 2 - uid: 6576 components: - type: Transform - pos: -82.5,-13.5 + pos: -74.5,-26.5 parent: 2 - uid: 6577 components: - type: Transform - pos: -83.5,-13.5 + pos: -73.5,-26.5 parent: 2 - uid: 6578 components: - type: Transform - pos: -84.5,-13.5 + pos: -72.5,-26.5 parent: 2 - uid: 6579 components: - type: Transform - pos: -84.5,-14.5 + pos: -73.5,-25.5 parent: 2 - uid: 6580 components: - type: Transform - pos: -80.5,-14.5 + pos: -76.5,-25.5 parent: 2 - uid: 6581 components: - type: Transform - pos: -79.5,-14.5 + pos: -77.5,-25.5 parent: 2 - uid: 6582 components: - type: Transform - pos: -78.5,-14.5 + pos: -78.5,-25.5 parent: 2 - uid: 6583 components: - type: Transform - pos: -77.5,-14.5 + pos: -78.5,-24.5 parent: 2 - uid: 6584 components: - type: Transform - pos: -76.5,-14.5 + pos: -81.5,-4.5 parent: 2 - uid: 6585 components: - type: Transform - pos: -76.5,-15.5 + pos: -68.5,3.5 parent: 2 - uid: 6586 components: - type: Transform - pos: -76.5,-16.5 + pos: -79.5,-3.5 parent: 2 - uid: 6587 components: - type: Transform - pos: -76.5,-23.5 + pos: -78.5,-3.5 parent: 2 - uid: 6588 components: - type: Transform - pos: -76.5,-22.5 + pos: -78.5,-2.5 parent: 2 - uid: 6589 components: - type: Transform - pos: -76.5,-21.5 + pos: -78.5,-1.5 parent: 2 - uid: 6590 components: - type: Transform - pos: -76.5,-20.5 + pos: -78.5,-0.5 parent: 2 - uid: 6591 components: - type: Transform - pos: -76.5,-19.5 + pos: -78.5,0.5 parent: 2 - uid: 6592 components: - type: Transform - pos: -77.5,-20.5 + pos: -78.5,1.5 parent: 2 - uid: 6593 components: - type: Transform - pos: -84.5,-6.5 + pos: -78.5,2.5 parent: 2 - uid: 6594 components: - type: Transform - pos: -84.5,-7.5 + pos: -78.5,3.5 parent: 2 - uid: 6595 components: - type: Transform - pos: -84.5,-8.5 + pos: -78.5,4.5 parent: 2 - uid: 6596 components: - type: Transform - pos: -83.5,-8.5 + pos: -78.5,5.5 parent: 2 - uid: 6597 components: - type: Transform - pos: -82.5,-8.5 + pos: -78.5,6.5 parent: 2 - uid: 6598 components: - type: Transform - pos: -82.5,-9.5 + pos: -77.5,6.5 parent: 2 - uid: 6599 components: - type: Transform - pos: -82.5,-10.5 + pos: -76.5,6.5 parent: 2 - uid: 6600 components: - type: Transform - pos: -84.5,-9.5 + pos: -70.5,7.5 parent: 2 - uid: 6601 components: - type: Transform - pos: -85.5,-9.5 + pos: -71.5,7.5 parent: 2 - uid: 6602 components: - type: Transform - pos: -86.5,-9.5 + pos: -72.5,7.5 parent: 2 - uid: 6603 components: - type: Transform - pos: -86.5,-8.5 + pos: -73.5,7.5 parent: 2 - uid: 6604 components: - type: Transform - pos: -86.5,-10.5 + pos: -69.5,7.5 parent: 2 - uid: 6605 components: - type: Transform - pos: -86.5,-11.5 + pos: -73.5,6.5 parent: 2 - uid: 6606 components: - type: Transform - pos: -86.5,-7.5 + pos: -80.5,-16.5 parent: 2 - uid: 6607 components: - type: Transform - pos: -83.5,-11.5 + pos: -81.5,-16.5 parent: 2 - uid: 6608 components: - type: Transform - pos: -74.5,-10.5 + pos: -81.5,-17.5 parent: 2 - uid: 6609 components: - type: Transform - pos: -75.5,-10.5 + pos: -82.5,-16.5 parent: 2 - uid: 6610 components: - type: Transform - pos: -76.5,-10.5 + pos: -83.5,-16.5 parent: 2 - uid: 6611 components: - type: Transform - pos: -77.5,-10.5 + pos: -82.5,-15.5 parent: 2 - uid: 6612 components: - type: Transform - pos: -78.5,-10.5 + pos: -82.5,-14.5 parent: 2 - uid: 6613 components: - type: Transform - pos: -79.5,-10.5 + pos: -81.5,-14.5 parent: 2 - uid: 6614 components: - type: Transform - pos: -74.5,-11.5 + pos: -82.5,-13.5 parent: 2 - uid: 6615 components: - type: Transform - pos: -79.5,-8.5 + pos: -83.5,-13.5 parent: 2 - uid: 6616 components: - type: Transform - pos: -79.5,-7.5 + pos: -84.5,-13.5 parent: 2 - uid: 6617 components: - type: Transform - pos: -79.5,-6.5 + pos: -84.5,-14.5 parent: 2 - uid: 6618 components: - type: Transform - pos: -79.5,-5.5 + pos: -80.5,-14.5 parent: 2 - uid: 6619 components: - type: Transform - pos: -78.5,-5.5 + pos: -79.5,-14.5 parent: 2 - uid: 6620 components: - type: Transform - pos: -77.5,-5.5 + pos: -78.5,-14.5 parent: 2 - uid: 6621 components: - type: Transform - pos: -76.5,-5.5 + pos: -77.5,-14.5 parent: 2 - uid: 6622 components: - type: Transform - pos: -75.5,-5.5 + pos: -76.5,-14.5 parent: 2 - uid: 6623 components: - type: Transform - pos: -74.5,-5.5 + pos: -76.5,-15.5 parent: 2 - uid: 6624 components: - type: Transform - pos: -73.5,-5.5 + pos: -76.5,-16.5 parent: 2 - uid: 6625 components: - type: Transform - pos: -72.5,-5.5 + pos: -76.5,-23.5 parent: 2 - uid: 6626 components: - type: Transform - pos: -71.5,-5.5 + pos: -76.5,-22.5 parent: 2 - uid: 6627 components: - type: Transform - pos: -71.5,-6.5 + pos: -76.5,-21.5 parent: 2 - uid: 6628 components: - type: Transform - pos: -71.5,-7.5 + pos: -76.5,-20.5 parent: 2 - uid: 6629 components: - type: Transform - pos: -71.5,-8.5 + pos: -76.5,-19.5 parent: 2 - uid: 6630 components: - type: Transform - pos: -71.5,-9.5 + pos: -77.5,-20.5 parent: 2 - uid: 6631 components: - type: Transform - pos: -71.5,-10.5 + pos: -84.5,-6.5 parent: 2 - uid: 6632 components: - type: Transform - pos: -71.5,-11.5 + pos: -84.5,-7.5 parent: 2 - uid: 6633 components: - type: Transform - pos: -71.5,-12.5 + pos: -84.5,-8.5 parent: 2 - uid: 6634 components: - type: Transform - pos: -71.5,-13.5 + pos: -83.5,-8.5 parent: 2 - uid: 6635 components: - type: Transform - pos: -72.5,-13.5 + pos: -82.5,-8.5 parent: 2 - uid: 6636 components: - type: Transform - pos: -72.5,-14.5 + pos: -82.5,-9.5 parent: 2 - uid: 6637 components: - type: Transform - pos: -72.5,-15.5 + pos: -82.5,-10.5 parent: 2 - uid: 6638 components: - type: Transform - pos: -72.5,-16.5 + pos: -84.5,-9.5 parent: 2 - uid: 6639 components: - type: Transform - pos: -72.5,-17.5 + pos: -85.5,-9.5 parent: 2 - uid: 6640 components: - type: Transform - pos: -72.5,-18.5 + pos: -86.5,-9.5 parent: 2 - uid: 6641 components: - type: Transform - pos: -73.5,-18.5 + pos: -86.5,-8.5 parent: 2 - uid: 6642 components: - type: Transform - pos: -73.5,-19.5 + pos: -86.5,-10.5 parent: 2 - uid: 6643 components: - type: Transform - pos: -73.5,-20.5 + pos: -86.5,-11.5 parent: 2 - uid: 6644 components: - type: Transform - pos: -73.5,-21.5 + pos: -86.5,-7.5 parent: 2 - uid: 6645 components: - type: Transform - pos: -73.5,-22.5 + pos: -83.5,-11.5 parent: 2 - uid: 6646 components: - type: Transform - pos: -72.5,-22.5 + pos: -74.5,-10.5 parent: 2 - uid: 6647 components: - type: Transform - pos: -71.5,-22.5 + pos: -75.5,-10.5 parent: 2 - uid: 6648 components: - type: Transform - pos: -70.5,-22.5 + pos: -76.5,-10.5 parent: 2 - uid: 6649 components: - type: Transform - pos: -81.5,-8.5 + pos: -77.5,-10.5 parent: 2 - uid: 6650 components: - type: Transform - pos: -81.5,-7.5 + pos: -78.5,-10.5 parent: 2 - uid: 6651 components: - type: Transform - pos: -87.5,-11.5 + pos: -79.5,-10.5 parent: 2 - uid: 6652 components: - type: Transform - pos: -82.5,-11.5 + pos: -74.5,-11.5 parent: 2 - uid: 6653 components: - type: Transform - pos: -84.5,-11.5 + pos: -79.5,-8.5 parent: 2 - uid: 6654 components: - type: Transform - pos: -31.5,-115.5 + pos: -79.5,-7.5 parent: 2 - uid: 6655 components: - type: Transform - pos: -30.5,-115.5 + pos: -79.5,-6.5 parent: 2 - uid: 6656 components: - type: Transform - pos: -30.5,-114.5 + pos: -79.5,-5.5 parent: 2 - uid: 6657 components: - type: Transform - pos: -30.5,-113.5 + pos: -78.5,-5.5 parent: 2 - uid: 6658 components: - type: Transform - pos: -29.5,-113.5 + pos: -77.5,-5.5 parent: 2 - uid: 6659 components: - type: Transform - pos: -28.5,-113.5 + pos: -76.5,-5.5 parent: 2 - uid: 6660 components: - type: Transform - pos: -27.5,-113.5 + pos: -75.5,-5.5 parent: 2 - uid: 6661 components: - type: Transform - pos: -27.5,-114.5 + pos: -74.5,-5.5 parent: 2 - uid: 6662 components: - type: Transform - pos: -26.5,-113.5 + pos: -73.5,-5.5 parent: 2 - uid: 6663 components: - type: Transform - pos: -31.5,-113.5 + pos: -72.5,-5.5 parent: 2 - uid: 6664 components: - type: Transform - pos: 100.5,-82.5 + pos: -71.5,-5.5 parent: 2 - uid: 6665 components: - type: Transform - pos: 100.5,-83.5 + pos: -71.5,-6.5 parent: 2 - uid: 6666 components: - type: Transform - pos: 99.5,-83.5 + pos: -71.5,-7.5 parent: 2 - uid: 6667 components: - type: Transform - pos: 98.5,-83.5 + pos: -71.5,-8.5 parent: 2 - uid: 6668 components: - type: Transform - pos: 97.5,-83.5 + pos: -71.5,-9.5 parent: 2 - uid: 6669 components: - type: Transform - pos: 96.5,-83.5 + pos: -71.5,-10.5 parent: 2 - uid: 6670 components: - type: Transform - pos: 96.5,-84.5 + pos: -71.5,-11.5 parent: 2 - uid: 6671 components: - type: Transform - pos: 98.5,-84.5 + pos: -71.5,-12.5 parent: 2 - uid: 6672 components: - type: Transform - pos: 98.5,-85.5 + pos: -71.5,-13.5 parent: 2 - uid: 6673 components: - type: Transform - pos: 98.5,-86.5 + pos: -72.5,-13.5 parent: 2 - uid: 6674 components: - type: Transform - pos: 98.5,-87.5 + pos: -72.5,-14.5 parent: 2 - uid: 6675 components: - type: Transform - pos: 97.5,-87.5 + pos: -72.5,-15.5 parent: 2 - uid: 6676 components: - type: Transform - pos: 96.5,-87.5 + pos: -72.5,-16.5 parent: 2 - uid: 6677 components: - type: Transform - pos: 96.5,-88.5 + pos: -72.5,-17.5 parent: 2 - uid: 6678 components: - type: Transform - pos: 96.5,-89.5 + pos: -72.5,-18.5 parent: 2 - uid: 6679 components: - type: Transform - pos: 95.5,-89.5 + pos: -73.5,-18.5 parent: 2 - uid: 6680 components: - type: Transform - pos: 99.5,-87.5 + pos: -73.5,-19.5 parent: 2 - uid: 6681 components: - type: Transform - pos: 100.5,-87.5 + pos: -73.5,-20.5 parent: 2 - uid: 6682 components: - type: Transform - pos: 100.5,-88.5 + pos: -73.5,-21.5 parent: 2 - uid: 6683 components: - type: Transform - pos: 100.5,-89.5 + pos: -73.5,-22.5 parent: 2 - uid: 6684 components: - type: Transform - pos: 101.5,-89.5 + pos: -72.5,-22.5 parent: 2 - uid: 6685 components: - type: Transform - pos: 101.5,-87.5 + pos: -71.5,-22.5 parent: 2 - uid: 6686 components: - type: Transform - pos: 101.5,-86.5 + pos: -70.5,-22.5 parent: 2 - uid: 6687 components: - type: Transform - pos: 95.5,-87.5 + pos: -81.5,-8.5 parent: 2 - uid: 6688 components: - type: Transform - pos: 95.5,-86.5 + pos: -81.5,-7.5 parent: 2 - uid: 6689 components: - type: Transform - pos: 100.5,-90.5 + pos: -87.5,-11.5 parent: 2 - uid: 6690 components: - type: Transform - pos: 98.5,-89.5 + pos: -82.5,-11.5 parent: 2 - uid: 6691 components: - type: Transform - pos: 98.5,-90.5 + pos: -84.5,-11.5 parent: 2 - uid: 6692 components: - type: Transform - pos: 99.5,-90.5 + pos: -31.5,-115.5 parent: 2 - uid: 6693 components: - type: Transform - pos: 97.5,-78.5 + pos: -30.5,-115.5 parent: 2 - uid: 6694 components: - type: Transform - pos: 96.5,-79.5 + pos: -30.5,-114.5 parent: 2 - uid: 6695 components: - type: Transform - pos: 95.5,-79.5 + pos: -30.5,-113.5 parent: 2 - uid: 6696 components: - type: Transform - pos: 94.5,-79.5 + pos: -29.5,-113.5 parent: 2 - uid: 6697 components: - type: Transform - pos: 93.5,-79.5 + pos: -28.5,-113.5 parent: 2 - uid: 6698 components: - type: Transform - pos: 92.5,-79.5 + pos: -27.5,-113.5 parent: 2 - uid: 6699 components: - type: Transform - pos: 99.5,-85.5 + pos: -27.5,-114.5 parent: 2 - uid: 6700 components: - type: Transform - pos: 97.5,-79.5 + pos: -26.5,-113.5 parent: 2 - uid: 6701 components: - type: Transform - pos: 98.5,-79.5 + pos: -31.5,-113.5 parent: 2 - uid: 6702 components: - type: Transform - pos: 99.5,-79.5 + pos: 100.5,-82.5 parent: 2 - uid: 6703 components: - type: Transform - pos: 100.5,-79.5 + pos: 100.5,-83.5 parent: 2 - uid: 6704 components: - type: Transform - pos: 101.5,-79.5 + pos: 99.5,-83.5 parent: 2 - uid: 6705 components: - type: Transform - pos: 102.5,-79.5 + pos: 98.5,-83.5 parent: 2 - uid: 6706 components: - type: Transform - pos: 98.5,-80.5 + pos: 97.5,-83.5 parent: 2 - uid: 6707 components: - type: Transform - pos: 98.5,-73.5 + pos: 96.5,-83.5 parent: 2 - uid: 6708 components: - type: Transform - pos: 96.5,-75.5 + pos: 96.5,-84.5 parent: 2 - uid: 6709 components: - type: Transform - pos: 98.5,-75.5 + pos: 98.5,-84.5 parent: 2 - uid: 6710 components: - type: Transform - pos: 99.5,-78.5 + pos: 98.5,-85.5 parent: 2 - uid: 6711 components: - type: Transform - pos: 99.5,-75.5 + pos: 98.5,-86.5 parent: 2 - uid: 6712 components: - type: Transform - pos: 97.5,-75.5 + pos: 98.5,-87.5 parent: 2 - uid: 6713 components: - type: Transform - pos: 98.5,-72.5 + pos: 97.5,-87.5 parent: 2 - uid: 6714 components: - type: Transform - pos: 98.5,-71.5 + pos: 96.5,-87.5 parent: 2 - uid: 6715 components: - type: Transform - pos: 98.5,-70.5 + pos: 96.5,-88.5 parent: 2 - uid: 6716 components: - type: Transform - pos: 98.5,-69.5 + pos: 96.5,-89.5 parent: 2 - uid: 6717 components: - type: Transform - pos: 98.5,-68.5 + pos: 95.5,-89.5 parent: 2 - uid: 6718 components: - type: Transform - pos: 98.5,-67.5 + pos: 99.5,-87.5 parent: 2 - uid: 6719 components: - type: Transform - pos: 99.5,-67.5 + pos: 100.5,-87.5 parent: 2 - uid: 6720 components: - type: Transform - pos: 97.5,-67.5 + pos: 100.5,-88.5 parent: 2 - uid: 6721 components: - type: Transform - pos: 99.5,-71.5 + pos: 100.5,-89.5 parent: 2 - uid: 6722 components: - type: Transform - pos: 97.5,-71.5 + pos: 101.5,-89.5 parent: 2 - uid: 6723 components: - type: Transform - pos: 97.5,-66.5 + pos: 101.5,-87.5 parent: 2 - uid: 6724 components: - type: Transform - pos: 99.5,-66.5 + pos: 101.5,-86.5 parent: 2 - uid: 6725 components: - type: Transform - pos: 100.5,-68.5 + pos: 95.5,-87.5 parent: 2 - uid: 6726 components: - type: Transform - pos: 101.5,-68.5 + pos: 95.5,-86.5 parent: 2 - uid: 6727 components: - type: Transform - pos: 102.5,-68.5 + pos: 100.5,-90.5 parent: 2 - uid: 6728 components: - type: Transform - pos: 103.5,-67.5 + pos: 98.5,-89.5 parent: 2 - uid: 6729 components: - type: Transform - pos: 103.5,-68.5 + pos: 98.5,-90.5 parent: 2 - uid: 6730 components: - type: Transform - pos: 103.5,-69.5 + pos: 99.5,-90.5 parent: 2 - uid: 6731 components: - type: Transform - pos: 103.5,-70.5 + pos: 97.5,-78.5 parent: 2 - uid: 6732 components: - type: Transform - pos: 103.5,-71.5 + pos: 96.5,-79.5 parent: 2 - uid: 6733 components: - type: Transform - pos: 96.5,-68.5 + pos: 95.5,-79.5 parent: 2 - uid: 6734 components: - type: Transform - pos: 95.5,-68.5 + pos: 94.5,-79.5 parent: 2 - uid: 6735 components: - type: Transform - pos: 94.5,-68.5 + pos: 93.5,-79.5 parent: 2 - uid: 6736 components: - type: Transform - pos: 93.5,-67.5 + pos: 92.5,-79.5 parent: 2 - uid: 6737 components: - type: Transform - pos: 93.5,-68.5 + pos: 99.5,-85.5 parent: 2 - uid: 6738 components: - type: Transform - pos: 93.5,-69.5 + pos: 97.5,-79.5 parent: 2 - uid: 6739 components: - type: Transform - pos: 93.5,-70.5 + pos: 98.5,-79.5 parent: 2 - uid: 6740 components: - type: Transform - pos: 93.5,-71.5 + pos: 99.5,-79.5 parent: 2 - uid: 6741 components: - type: Transform - pos: 101.5,-62.5 + pos: 100.5,-79.5 parent: 2 - uid: 6742 components: - type: Transform - pos: 100.5,-62.5 + pos: 101.5,-79.5 parent: 2 - uid: 6743 components: - type: Transform - pos: 99.5,-62.5 + pos: 102.5,-79.5 parent: 2 - uid: 6744 components: - type: Transform - pos: 98.5,-62.5 + pos: 98.5,-80.5 parent: 2 - uid: 6745 components: - type: Transform - pos: 97.5,-62.5 + pos: 98.5,-73.5 parent: 2 - uid: 6746 components: - type: Transform - pos: 97.5,-63.5 + pos: 96.5,-75.5 parent: 2 - uid: 6747 components: - type: Transform - pos: 97.5,-64.5 + pos: 98.5,-75.5 parent: 2 - uid: 6748 components: - type: Transform - pos: 98.5,-64.5 + pos: 99.5,-78.5 parent: 2 - uid: 6749 components: - type: Transform - pos: 90.5,-79.5 + pos: 99.5,-75.5 parent: 2 - uid: 6750 components: - type: Transform - pos: 91.5,-79.5 + pos: 97.5,-75.5 parent: 2 - uid: 6751 components: - type: Transform - pos: 89.5,-79.5 + pos: 98.5,-72.5 parent: 2 - uid: 6752 components: - type: Transform - pos: 89.5,-78.5 + pos: 98.5,-71.5 parent: 2 - uid: 6753 components: - type: Transform - pos: 89.5,-77.5 + pos: 98.5,-70.5 parent: 2 - uid: 6754 components: - type: Transform - pos: 89.5,-76.5 + pos: 98.5,-69.5 parent: 2 - uid: 6755 components: - type: Transform - pos: 89.5,-75.5 + pos: 98.5,-68.5 parent: 2 - uid: 6756 components: - type: Transform - pos: 89.5,-74.5 + pos: 98.5,-67.5 parent: 2 - uid: 6757 components: - type: Transform - pos: 88.5,-74.5 + pos: 99.5,-67.5 parent: 2 - uid: 6758 components: - type: Transform - pos: 87.5,-74.5 + pos: 97.5,-67.5 parent: 2 - uid: 6759 components: - type: Transform - pos: 86.5,-74.5 + pos: 99.5,-71.5 parent: 2 - uid: 6760 components: - type: Transform - pos: 85.5,-74.5 + pos: 97.5,-71.5 parent: 2 - uid: 6761 components: - type: Transform - pos: 84.5,-74.5 + pos: 97.5,-66.5 parent: 2 - uid: 6762 components: - type: Transform - pos: 83.5,-74.5 + pos: 99.5,-66.5 parent: 2 - uid: 6763 components: - type: Transform - pos: 81.5,-74.5 + pos: 100.5,-68.5 parent: 2 - uid: 6764 components: - type: Transform - pos: 73.5,-46.5 + pos: 101.5,-68.5 parent: 2 - uid: 6765 components: - type: Transform - pos: 74.5,-46.5 + pos: 102.5,-68.5 parent: 2 - uid: 6766 components: - type: Transform - pos: 109.5,-46.5 + pos: 103.5,-67.5 parent: 2 - uid: 6767 components: - type: Transform - pos: 109.5,-47.5 + pos: 103.5,-68.5 parent: 2 - uid: 6768 components: - type: Transform - pos: 109.5,-48.5 + pos: 103.5,-69.5 parent: 2 - uid: 6769 components: - type: Transform - pos: 109.5,-49.5 + pos: 103.5,-70.5 parent: 2 - uid: 6770 components: - type: Transform - pos: 82.5,-74.5 + pos: 103.5,-71.5 parent: 2 - uid: 6771 components: - type: Transform - pos: 80.5,-74.5 + pos: 96.5,-68.5 parent: 2 - uid: 6772 components: - type: Transform - pos: 80.5,-73.5 + pos: 95.5,-68.5 parent: 2 - uid: 6773 components: - type: Transform - pos: 79.5,-73.5 + pos: 94.5,-68.5 parent: 2 - uid: 6774 components: - type: Transform - pos: 78.5,-73.5 + pos: 93.5,-67.5 parent: 2 - uid: 6775 components: - type: Transform - pos: 77.5,-73.5 + pos: 93.5,-68.5 parent: 2 - uid: 6776 components: - type: Transform - pos: 77.5,-72.5 + pos: 93.5,-69.5 parent: 2 - uid: 6777 components: - type: Transform - pos: 76.5,-72.5 + pos: 93.5,-70.5 parent: 2 - uid: 6778 components: - type: Transform - pos: 75.5,-72.5 + pos: 93.5,-71.5 parent: 2 - uid: 6779 components: - type: Transform - pos: 74.5,-72.5 + pos: 101.5,-62.5 parent: 2 - uid: 6780 components: - type: Transform - pos: 73.5,-72.5 + pos: 100.5,-62.5 parent: 2 - uid: 6781 components: - type: Transform - pos: 72.5,-72.5 + pos: 99.5,-62.5 parent: 2 - uid: 6782 components: - type: Transform - pos: 71.5,-72.5 + pos: 98.5,-62.5 parent: 2 - uid: 6783 components: - type: Transform - pos: 70.5,-72.5 + pos: 97.5,-62.5 parent: 2 - uid: 6784 components: - type: Transform - pos: 69.5,-72.5 + pos: 97.5,-63.5 parent: 2 - uid: 6785 components: - type: Transform - pos: -56.5,-119.5 + pos: 97.5,-64.5 parent: 2 - uid: 6786 components: - type: Transform - pos: -57.5,-119.5 + pos: 98.5,-64.5 parent: 2 - uid: 6787 components: - type: Transform - pos: -58.5,-119.5 + pos: 90.5,-79.5 parent: 2 - uid: 6788 components: - type: Transform - pos: 39.5,-12.5 + pos: 91.5,-79.5 parent: 2 - uid: 6789 components: - type: Transform - pos: 38.5,2.5 + pos: 89.5,-79.5 parent: 2 - uid: 6790 components: - type: Transform - pos: 37.5,2.5 + pos: 89.5,-78.5 parent: 2 - uid: 6791 components: - type: Transform - pos: 36.5,2.5 + pos: 89.5,-77.5 parent: 2 - uid: 6792 components: - type: Transform - pos: 35.5,2.5 + pos: 89.5,-76.5 parent: 2 - uid: 6793 components: - type: Transform - pos: 35.5,1.5 + pos: 89.5,-75.5 parent: 2 - uid: 6794 components: - type: Transform - pos: 35.5,0.5 + pos: 89.5,-74.5 parent: 2 - uid: 6795 components: - type: Transform - pos: 35.5,-0.5 + pos: 88.5,-74.5 parent: 2 - uid: 6796 components: - type: Transform - pos: 35.5,-1.5 + pos: 87.5,-74.5 parent: 2 - uid: 6797 components: - type: Transform - pos: 36.5,-0.5 + pos: 86.5,-74.5 parent: 2 - uid: 6798 components: - type: Transform - pos: 37.5,-0.5 + pos: 85.5,-74.5 parent: 2 - uid: 6799 components: - type: Transform - pos: 34.5,-1.5 + pos: 84.5,-74.5 parent: 2 - uid: 6800 components: - type: Transform - pos: 33.5,-1.5 + pos: 83.5,-74.5 parent: 2 - uid: 6801 components: - type: Transform - pos: 32.5,-1.5 + pos: 81.5,-74.5 parent: 2 - uid: 6802 components: - type: Transform - pos: 31.5,-1.5 + pos: 73.5,-46.5 parent: 2 - uid: 6803 components: - type: Transform - pos: 30.5,-1.5 + pos: 74.5,-46.5 parent: 2 - uid: 6804 components: - type: Transform - pos: 30.5,-2.5 + pos: 109.5,-46.5 parent: 2 - uid: 6805 components: - type: Transform - pos: 30.5,-0.5 + pos: 109.5,-47.5 parent: 2 - uid: 6806 components: - type: Transform - pos: 30.5,0.5 + pos: 109.5,-48.5 parent: 2 - uid: 6807 components: - type: Transform - pos: 30.5,1.5 + pos: 109.5,-49.5 parent: 2 - uid: 6808 components: - type: Transform - pos: 30.5,2.5 + pos: 82.5,-74.5 parent: 2 - uid: 6809 components: - type: Transform - pos: 31.5,2.5 + pos: 80.5,-74.5 parent: 2 - uid: 6810 components: - type: Transform - pos: 32.5,2.5 + pos: 80.5,-73.5 parent: 2 - uid: 6811 components: - type: Transform - pos: 33.5,2.5 + pos: 79.5,-73.5 parent: 2 - uid: 6812 components: - type: Transform - pos: 33.5,3.5 + pos: 78.5,-73.5 parent: 2 - uid: 6813 components: - type: Transform - pos: 33.5,4.5 + pos: 77.5,-73.5 parent: 2 - uid: 6814 components: - type: Transform - pos: 33.5,5.5 + pos: 77.5,-72.5 parent: 2 - uid: 6815 components: - type: Transform - pos: 33.5,6.5 + pos: 76.5,-72.5 parent: 2 - uid: 6816 components: - type: Transform - pos: 34.5,6.5 + pos: 75.5,-72.5 parent: 2 - uid: 6817 components: - type: Transform - pos: 35.5,6.5 + pos: 74.5,-72.5 parent: 2 - uid: 6818 components: - type: Transform - pos: 36.5,6.5 + pos: 73.5,-72.5 parent: 2 - uid: 6819 components: - type: Transform - pos: 37.5,6.5 + pos: 72.5,-72.5 parent: 2 - uid: 6820 components: - type: Transform - pos: 33.5,7.5 + pos: 71.5,-72.5 parent: 2 - uid: 6821 components: - type: Transform - pos: 32.5,7.5 + pos: 70.5,-72.5 parent: 2 - uid: 6822 components: - type: Transform - pos: 31.5,7.5 + pos: 69.5,-72.5 parent: 2 - uid: 6823 components: - type: Transform - pos: 30.5,7.5 + pos: -56.5,-119.5 parent: 2 - uid: 6824 components: - type: Transform - pos: 29.5,7.5 + pos: -57.5,-119.5 parent: 2 - uid: 6825 components: - type: Transform - pos: 29.5,6.5 + pos: -58.5,-119.5 parent: 2 - uid: 6826 components: - type: Transform - pos: 29.5,5.5 + pos: 39.5,-12.5 parent: 2 - uid: 6827 components: - type: Transform - pos: 29.5,4.5 + pos: 38.5,2.5 parent: 2 - uid: 6828 components: - type: Transform - pos: 29.5,3.5 + pos: 37.5,2.5 parent: 2 - uid: 6829 components: - type: Transform - pos: 29.5,2.5 + pos: 36.5,2.5 parent: 2 - uid: 6830 components: - type: Transform - pos: 33.5,29.5 + pos: 35.5,2.5 parent: 2 - uid: 6831 components: - type: Transform - pos: 33.5,28.5 + pos: 35.5,1.5 parent: 2 - uid: 6832 components: - type: Transform - pos: 34.5,28.5 + pos: 35.5,0.5 parent: 2 - uid: 6833 components: - type: Transform - pos: 35.5,28.5 + pos: 35.5,-0.5 parent: 2 - uid: 6834 components: - type: Transform - pos: 35.5,27.5 + pos: 35.5,-1.5 parent: 2 - uid: 6835 components: - type: Transform - pos: 35.5,29.5 + pos: 36.5,-0.5 parent: 2 - uid: 6836 components: - type: Transform - pos: 35.5,30.5 + pos: 37.5,-0.5 parent: 2 - uid: 6837 components: - type: Transform - pos: 32.5,28.5 + pos: 34.5,-1.5 parent: 2 - uid: 6838 components: - type: Transform - pos: 31.5,28.5 + pos: 33.5,-1.5 parent: 2 - uid: 6839 components: - type: Transform - pos: 30.5,28.5 + pos: 32.5,-1.5 parent: 2 - uid: 6840 components: - type: Transform - pos: 30.5,29.5 + pos: 31.5,-1.5 parent: 2 - uid: 6841 components: - type: Transform - pos: 30.5,27.5 + pos: 30.5,-1.5 parent: 2 - uid: 6842 components: - type: Transform - pos: 29.5,27.5 + pos: 30.5,-2.5 parent: 2 - uid: 6843 components: - type: Transform - pos: 28.5,27.5 + pos: 30.5,-0.5 parent: 2 - uid: 6844 components: - type: Transform - pos: 27.5,27.5 + pos: 30.5,0.5 parent: 2 - uid: 6845 components: - type: Transform - pos: 27.5,28.5 + pos: 30.5,1.5 parent: 2 - uid: 6846 components: - type: Transform - pos: 29.5,29.5 + pos: 30.5,2.5 parent: 2 - uid: 6847 components: - type: Transform - pos: 32.5,29.5 + pos: 31.5,2.5 parent: 2 - uid: 6848 components: - type: Transform - pos: -21.5,-92.5 + pos: 32.5,2.5 parent: 2 - uid: 6849 components: - type: Transform - pos: -22.5,-92.5 + pos: 33.5,2.5 parent: 2 - uid: 6850 components: - type: Transform - pos: -23.5,-92.5 + pos: 33.5,3.5 parent: 2 - uid: 6851 components: - type: Transform - pos: -24.5,-92.5 + pos: 33.5,4.5 parent: 2 - uid: 6852 components: - type: Transform - pos: -25.5,-92.5 + pos: 33.5,5.5 parent: 2 - uid: 6853 components: - type: Transform - pos: -24.5,-91.5 + pos: 33.5,6.5 parent: 2 - uid: 6854 components: - type: Transform - pos: -25.5,-93.5 + pos: 34.5,6.5 parent: 2 - uid: 6855 components: - type: Transform - pos: -25.5,-94.5 + pos: 35.5,6.5 parent: 2 - uid: 6856 components: - type: Transform - pos: 41.5,31.5 + pos: 36.5,6.5 parent: 2 - uid: 6857 components: - type: Transform - pos: 41.5,30.5 + pos: 37.5,6.5 parent: 2 - uid: 6858 components: - type: Transform - pos: 41.5,29.5 + pos: 33.5,7.5 parent: 2 - uid: 6859 components: - type: Transform - pos: 41.5,28.5 + pos: 32.5,7.5 parent: 2 - uid: 6860 components: - type: Transform - pos: 41.5,27.5 + pos: 31.5,7.5 parent: 2 - uid: 6861 components: - type: Transform - pos: 40.5,29.5 + pos: 30.5,7.5 parent: 2 - uid: 6862 components: - type: Transform - pos: 42.5,27.5 + pos: 29.5,7.5 parent: 2 - uid: 6863 components: - type: Transform - pos: 43.5,27.5 + pos: 29.5,6.5 parent: 2 - uid: 6864 components: - type: Transform - pos: 44.5,27.5 + pos: 29.5,5.5 parent: 2 - uid: 6865 components: - type: Transform - pos: 44.5,28.5 + pos: 29.5,4.5 parent: 2 - uid: 6866 components: - type: Transform - pos: 44.5,29.5 + pos: 29.5,3.5 parent: 2 - uid: 6867 components: - type: Transform - pos: 44.5,30.5 + pos: 29.5,2.5 parent: 2 - uid: 6868 components: - type: Transform - pos: 40.5,27.5 + pos: 33.5,29.5 parent: 2 - uid: 6869 components: - type: Transform - pos: 39.5,27.5 + pos: 33.5,28.5 parent: 2 - uid: 6870 components: - type: Transform - pos: 38.5,27.5 + pos: 34.5,28.5 parent: 2 - uid: 6871 components: - type: Transform - pos: 38.5,28.5 + pos: 35.5,28.5 parent: 2 - uid: 6872 components: - type: Transform - pos: 38.5,29.5 + pos: 35.5,27.5 parent: 2 - uid: 6873 components: - type: Transform - pos: 38.5,30.5 + pos: 35.5,29.5 parent: 2 - uid: 6874 components: - type: Transform - pos: -33.5,-117.5 + pos: 35.5,30.5 parent: 2 - uid: 6875 components: - type: Transform - pos: -34.5,-117.5 + pos: 32.5,28.5 parent: 2 - uid: 6876 components: - type: Transform - pos: -55.5,-35.5 + pos: 31.5,28.5 parent: 2 - uid: 6877 components: - type: Transform - pos: -54.5,-35.5 + pos: 30.5,28.5 parent: 2 - uid: 6878 components: - type: Transform - pos: -53.5,-35.5 + pos: 30.5,29.5 parent: 2 - uid: 6879 components: - type: Transform - pos: -56.5,-31.5 + pos: 30.5,27.5 parent: 2 - uid: 6880 components: - type: Transform - pos: -57.5,-37.5 + pos: 29.5,27.5 parent: 2 - uid: 6881 components: - type: Transform - pos: -55.5,-39.5 + pos: 28.5,27.5 parent: 2 - uid: 6882 components: - type: Transform - pos: -45.5,-35.5 + pos: 27.5,27.5 parent: 2 - uid: 6883 components: - type: Transform - pos: -45.5,-31.5 + pos: 27.5,28.5 parent: 2 - uid: 6884 components: - type: Transform - pos: -44.5,-31.5 + pos: 29.5,29.5 parent: 2 - uid: 6885 components: - type: Transform - pos: -44.5,-34.5 + pos: 32.5,29.5 parent: 2 - uid: 6886 components: - type: Transform - pos: -46.5,-32.5 + pos: -21.5,-92.5 parent: 2 - uid: 6887 components: - type: Transform - pos: 37.5,-4.5 + pos: -22.5,-92.5 parent: 2 - uid: 6888 components: - type: Transform - pos: 37.5,-7.5 + pos: -23.5,-92.5 parent: 2 - uid: 6889 components: - type: Transform - pos: 37.5,-6.5 + pos: -24.5,-92.5 parent: 2 - uid: 6890 components: - type: Transform - pos: 38.5,-7.5 + pos: -25.5,-92.5 parent: 2 - uid: 6891 components: - type: Transform - pos: 37.5,-5.5 + pos: -24.5,-91.5 parent: 2 - uid: 6892 components: - type: Transform - pos: -48.5,-36.5 + pos: -25.5,-93.5 parent: 2 - uid: 6893 components: - type: Transform - pos: -50.5,-39.5 + pos: -25.5,-94.5 parent: 2 - uid: 6894 components: - type: Transform - pos: -51.5,-39.5 + pos: 41.5,31.5 parent: 2 - uid: 6895 components: - type: Transform - pos: -48.5,-34.5 + pos: 41.5,30.5 parent: 2 - uid: 6896 components: - type: Transform - pos: -49.5,-39.5 + pos: 41.5,29.5 parent: 2 - uid: 6897 components: - type: Transform - pos: -49.5,-37.5 + pos: 41.5,28.5 parent: 2 - uid: 6898 components: - type: Transform - pos: -49.5,-38.5 + pos: 41.5,27.5 parent: 2 - uid: 6899 components: - type: Transform - pos: -84.5,-20.5 + pos: 40.5,29.5 parent: 2 - uid: 6900 components: - type: Transform - pos: -85.5,-20.5 + pos: 42.5,27.5 parent: 2 - uid: 6901 components: - type: Transform - pos: -86.5,-20.5 + pos: 43.5,27.5 parent: 2 - uid: 6902 components: - type: Transform - pos: -86.5,-21.5 + pos: 44.5,27.5 parent: 2 - uid: 6903 components: - type: Transform - pos: -87.5,-19.5 + pos: 44.5,28.5 parent: 2 - uid: 6904 components: - type: Transform - pos: -87.5,-20.5 + pos: 44.5,29.5 parent: 2 - uid: 6905 components: - type: Transform - pos: -88.5,-20.5 + pos: 44.5,30.5 parent: 2 - uid: 6906 components: - type: Transform - pos: -89.5,-20.5 + pos: 40.5,27.5 parent: 2 - uid: 6907 components: - type: Transform - pos: -90.5,-20.5 + pos: 39.5,27.5 parent: 2 - uid: 6908 components: - type: Transform - pos: 47.5,-104.5 + pos: 38.5,27.5 parent: 2 - uid: 6909 components: - type: Transform - pos: 47.5,-94.5 + pos: 38.5,28.5 parent: 2 - uid: 6910 components: - type: Transform - pos: 47.5,-93.5 + pos: 38.5,29.5 parent: 2 - uid: 6911 components: - type: Transform - pos: 44.5,-95.5 + pos: 38.5,30.5 parent: 2 - uid: 6912 components: - type: Transform - pos: 43.5,-95.5 + pos: -33.5,-117.5 parent: 2 - uid: 6913 components: - type: Transform - pos: 38.5,34.5 + pos: -34.5,-117.5 parent: 2 - uid: 6914 components: - type: Transform - pos: 38.5,33.5 + pos: -55.5,-35.5 parent: 2 - uid: 6915 components: - type: Transform - pos: 32.5,21.5 + pos: -54.5,-35.5 parent: 2 - uid: 6916 components: - type: Transform - pos: 33.5,21.5 + pos: -53.5,-35.5 parent: 2 - uid: 6917 components: - type: Transform - pos: 34.5,21.5 + pos: -56.5,-31.5 parent: 2 - uid: 6918 components: - type: Transform - pos: 35.5,21.5 + pos: -57.5,-37.5 parent: 2 - uid: 6919 components: - type: Transform - pos: 34.5,22.5 + pos: -55.5,-39.5 parent: 2 - uid: 6920 components: - type: Transform - pos: 34.5,23.5 + pos: -45.5,-35.5 parent: 2 - uid: 6921 components: - type: Transform - pos: 35.5,23.5 + pos: -45.5,-31.5 parent: 2 - uid: 6922 components: - type: Transform - pos: 36.5,21.5 + pos: -44.5,-31.5 parent: 2 - uid: 6923 components: - type: Transform - pos: 36.5,20.5 + pos: -44.5,-34.5 parent: 2 - uid: 6924 components: - type: Transform - pos: 37.5,20.5 + pos: -46.5,-32.5 parent: 2 - uid: 6925 components: - type: Transform - pos: 38.5,20.5 + pos: 37.5,-4.5 parent: 2 - uid: 6926 components: - type: Transform - pos: 38.5,21.5 + pos: 37.5,-7.5 parent: 2 - uid: 6927 components: - type: Transform - pos: 38.5,22.5 + pos: 37.5,-6.5 parent: 2 - uid: 6928 components: - type: Transform - pos: 38.5,23.5 + pos: 38.5,-7.5 parent: 2 - uid: 6929 components: - type: Transform - pos: -23.5,-98.5 + pos: 37.5,-5.5 parent: 2 - uid: 6930 components: - type: Transform - pos: -65.5,-103.5 + pos: -48.5,-36.5 parent: 2 - uid: 6931 components: - type: Transform - pos: -67.5,-103.5 + pos: -50.5,-39.5 parent: 2 - uid: 6932 components: - type: Transform - pos: -66.5,-103.5 + pos: -51.5,-39.5 parent: 2 - uid: 6933 components: - type: Transform - pos: -65.5,-104.5 + pos: -48.5,-34.5 parent: 2 - uid: 6934 components: - type: Transform - pos: -65.5,-105.5 + pos: -49.5,-39.5 parent: 2 - uid: 6935 components: - type: Transform - pos: -65.5,-106.5 + pos: -49.5,-37.5 parent: 2 - uid: 6936 components: - type: Transform - pos: -65.5,-107.5 + pos: -49.5,-38.5 parent: 2 - uid: 6937 components: - type: Transform - pos: -71.5,-107.5 + pos: -84.5,-20.5 parent: 2 - uid: 6938 components: - type: Transform - pos: -71.5,-106.5 + pos: -85.5,-20.5 parent: 2 - uid: 6939 components: - type: Transform - pos: -71.5,-105.5 + pos: -86.5,-20.5 parent: 2 - uid: 6940 components: - type: Transform - pos: -71.5,-104.5 + pos: -86.5,-21.5 parent: 2 - uid: 6941 components: - type: Transform - pos: -70.5,-103.5 + pos: -87.5,-19.5 parent: 2 - uid: 6942 components: - type: Transform - pos: -69.5,-103.5 + pos: -87.5,-20.5 parent: 2 - uid: 6943 components: - type: Transform - pos: -71.5,-103.5 + pos: -88.5,-20.5 parent: 2 - uid: 6944 components: - type: Transform - pos: 43.5,-80.5 + pos: -89.5,-20.5 parent: 2 - uid: 6945 components: - type: Transform - pos: 43.5,-79.5 + pos: -90.5,-20.5 parent: 2 - uid: 6946 components: - type: Transform - pos: 43.5,-78.5 + pos: 47.5,-104.5 parent: 2 - uid: 6947 components: - type: Transform - pos: 42.5,-78.5 + pos: 47.5,-94.5 parent: 2 - uid: 6948 components: - type: Transform - pos: 41.5,-78.5 + pos: 47.5,-93.5 parent: 2 - uid: 6949 components: - type: Transform - pos: 40.5,-78.5 + pos: 44.5,-95.5 parent: 2 - uid: 6950 components: - type: Transform - pos: 39.5,-78.5 + pos: 43.5,-95.5 parent: 2 - uid: 6951 components: - type: Transform - pos: 38.5,-78.5 + pos: 38.5,34.5 parent: 2 - uid: 6952 components: - type: Transform - pos: 37.5,-78.5 + pos: 38.5,33.5 parent: 2 - uid: 6953 components: - type: Transform - pos: 37.5,-79.5 + pos: 32.5,21.5 parent: 2 - uid: 6954 components: - type: Transform - pos: 37.5,-80.5 + pos: 33.5,21.5 parent: 2 - uid: 6955 components: - type: Transform - pos: 40.5,-79.5 + pos: 34.5,21.5 parent: 2 - uid: 6956 components: - type: Transform - pos: 40.5,-80.5 + pos: 35.5,21.5 parent: 2 - uid: 6957 components: - type: Transform - pos: 40.5,-81.5 + pos: 34.5,22.5 parent: 2 - uid: 6958 components: - type: Transform - pos: 40.5,-82.5 + pos: 34.5,23.5 parent: 2 - uid: 6959 components: - type: Transform - pos: -32.5,-113.5 + pos: 35.5,23.5 parent: 2 - uid: 6960 components: - type: Transform - pos: 86.5,-1.5 + pos: 36.5,21.5 parent: 2 - uid: 6961 components: - type: Transform - pos: 68.5,16.5 + pos: 36.5,20.5 parent: 2 - uid: 6962 components: - type: Transform - pos: 68.5,15.5 + pos: 37.5,20.5 parent: 2 - uid: 6963 components: - type: Transform - pos: 63.5,8.5 + pos: 38.5,20.5 parent: 2 - uid: 6964 components: - type: Transform - pos: 61.5,8.5 + pos: 38.5,21.5 parent: 2 - uid: 6965 components: - type: Transform - pos: 59.5,8.5 + pos: 38.5,22.5 parent: 2 - uid: 6966 components: - type: Transform - pos: 60.5,8.5 + pos: 38.5,23.5 parent: 2 - uid: 6967 components: - type: Transform - pos: 62.5,8.5 + pos: -23.5,-98.5 parent: 2 - uid: 6968 components: - type: Transform - pos: 58.5,8.5 + pos: -65.5,-103.5 parent: 2 - uid: 6969 components: - type: Transform - pos: 47.5,-17.5 + pos: -67.5,-103.5 parent: 2 - uid: 6970 components: - type: Transform - pos: 83.5,-65.5 + pos: -66.5,-103.5 parent: 2 - uid: 6971 components: - type: Transform - pos: 82.5,-65.5 + pos: -65.5,-104.5 parent: 2 - uid: 6972 components: - type: Transform - pos: 26.5,-35.5 + pos: -65.5,-105.5 parent: 2 - uid: 6973 components: - type: Transform - pos: 25.5,-36.5 + pos: -65.5,-106.5 parent: 2 - uid: 6974 components: - type: Transform - pos: 25.5,-37.5 + pos: -65.5,-107.5 parent: 2 - uid: 6975 components: - type: Transform - pos: 25.5,-38.5 + pos: -71.5,-107.5 parent: 2 - uid: 6976 components: - type: Transform - pos: 29.5,-39.5 + pos: -71.5,-106.5 parent: 2 - uid: 6977 components: - type: Transform - pos: 28.5,-36.5 + pos: -71.5,-105.5 parent: 2 - uid: 6978 components: - type: Transform - pos: 28.5,-39.5 + pos: -71.5,-104.5 parent: 2 - uid: 6979 components: - type: Transform - pos: 26.5,-41.5 + pos: -70.5,-103.5 parent: 2 - uid: 6980 components: - type: Transform - pos: 27.5,-42.5 + pos: -69.5,-103.5 parent: 2 - uid: 6981 components: - type: Transform - pos: 26.5,-36.5 + pos: -71.5,-103.5 parent: 2 - uid: 6982 components: - type: Transform - pos: 26.5,-42.5 + pos: 43.5,-80.5 parent: 2 - uid: 6983 components: - type: Transform - pos: 25.5,-42.5 + pos: 43.5,-79.5 parent: 2 - uid: 6984 components: - type: Transform - pos: 25.5,-43.5 + pos: 43.5,-78.5 parent: 2 - uid: 6985 components: - type: Transform - pos: 25.5,-44.5 + pos: 42.5,-78.5 parent: 2 - uid: 6986 components: - type: Transform - pos: 28.5,-42.5 + pos: 41.5,-78.5 parent: 2 - uid: 6987 components: - type: Transform - pos: 29.5,-42.5 + pos: 40.5,-78.5 parent: 2 - uid: 6988 components: - type: Transform - pos: 29.5,-43.5 + pos: 39.5,-78.5 parent: 2 - uid: 6989 components: - type: Transform - pos: 29.5,-44.5 + pos: 38.5,-78.5 parent: 2 - uid: 6990 components: - type: Transform - pos: 27.5,-39.5 + pos: 37.5,-78.5 parent: 2 - uid: 6991 components: - type: Transform - pos: 27.5,-36.5 + pos: 37.5,-79.5 parent: 2 - uid: 6992 components: - type: Transform - pos: 26.5,-39.5 + pos: 37.5,-80.5 parent: 2 - uid: 6993 components: - type: Transform - pos: 29.5,-36.5 + pos: 40.5,-79.5 parent: 2 - uid: 6994 components: - type: Transform - pos: 26.5,-40.5 + pos: 40.5,-80.5 parent: 2 - uid: 6995 components: - type: Transform - pos: -62.5,-15.5 + pos: 40.5,-81.5 parent: 2 - uid: 6996 components: - type: Transform - pos: 42.5,-0.5 + pos: 40.5,-82.5 parent: 2 - uid: 6997 components: - type: Transform - pos: 43.5,-1.5 + pos: -32.5,-113.5 parent: 2 - uid: 6998 components: - type: Transform - pos: 43.5,-2.5 + pos: 86.5,-1.5 parent: 2 - uid: 6999 components: - type: Transform - pos: 64.5,-12.5 + pos: 68.5,16.5 parent: 2 - uid: 7000 components: - type: Transform - pos: 49.5,18.5 + pos: 68.5,15.5 parent: 2 - uid: 7001 components: - type: Transform - pos: 57.5,-9.5 + pos: 63.5,8.5 parent: 2 - uid: 7002 components: - type: Transform - pos: 47.5,-15.5 + pos: 61.5,8.5 parent: 2 - uid: 7003 components: - type: Transform - pos: 60.5,-17.5 + pos: 59.5,8.5 parent: 2 - uid: 7004 components: - type: Transform - pos: 50.5,-14.5 + pos: 60.5,8.5 parent: 2 - uid: 7005 components: - type: Transform - pos: 44.5,-4.5 + pos: 62.5,8.5 parent: 2 - uid: 7006 components: - type: Transform - pos: 44.5,-5.5 + pos: 58.5,8.5 parent: 2 - uid: 7007 components: - type: Transform - pos: 56.5,-0.5 + pos: 47.5,-17.5 parent: 2 - uid: 7008 components: - type: Transform - pos: 57.5,-11.5 + pos: 83.5,-65.5 parent: 2 - uid: 7009 components: - type: Transform - pos: 45.5,-4.5 + pos: 82.5,-65.5 parent: 2 - uid: 7010 components: - type: Transform - pos: 47.5,-14.5 + pos: 26.5,-35.5 parent: 2 - uid: 7011 components: - type: Transform - pos: 57.5,-10.5 + pos: 25.5,-36.5 parent: 2 - uid: 7012 components: - type: Transform - pos: -58.5,-20.5 + pos: 25.5,-37.5 parent: 2 - uid: 7013 components: - type: Transform - pos: 48.5,-14.5 + pos: 25.5,-38.5 parent: 2 - uid: 7014 components: - type: Transform - pos: 58.5,6.5 + pos: 29.5,-39.5 parent: 2 - uid: 7015 components: - type: Transform - pos: 57.5,6.5 + pos: 28.5,-36.5 parent: 2 - uid: 7016 components: - type: Transform - pos: 59.5,13.5 + pos: 28.5,-39.5 parent: 2 - uid: 7017 components: - type: Transform - pos: 59.5,12.5 + pos: 26.5,-41.5 parent: 2 - uid: 7018 components: - type: Transform - pos: 59.5,14.5 + pos: 27.5,-42.5 parent: 2 - uid: 7019 components: - type: Transform - pos: 48.5,-19.5 + pos: 26.5,-36.5 parent: 2 - uid: 7020 components: - type: Transform - pos: -58.5,-19.5 + pos: 26.5,-42.5 parent: 2 - uid: 7021 components: - type: Transform - pos: -62.5,-16.5 + pos: 25.5,-42.5 parent: 2 - uid: 7022 components: - type: Transform - pos: 58.5,14.5 + pos: 25.5,-43.5 parent: 2 - uid: 7023 components: - type: Transform - pos: 57.5,14.5 + pos: 25.5,-44.5 parent: 2 - uid: 7024 components: - type: Transform - pos: 62.5,14.5 + pos: 28.5,-42.5 parent: 2 - uid: 7025 components: - type: Transform - pos: 60.5,14.5 + pos: 29.5,-42.5 parent: 2 - uid: 7026 components: - type: Transform - pos: 68.5,14.5 + pos: 29.5,-43.5 parent: 2 - uid: 7027 components: - type: Transform - pos: 62.5,15.5 + pos: 29.5,-44.5 parent: 2 - uid: 7028 components: - type: Transform - pos: 64.5,14.5 + pos: 27.5,-39.5 parent: 2 - uid: 7029 components: - type: Transform - pos: 63.5,14.5 + pos: 27.5,-36.5 parent: 2 - uid: 7030 components: - type: Transform - pos: 65.5,14.5 + pos: 26.5,-39.5 parent: 2 - uid: 7031 components: - type: Transform - pos: 66.5,14.5 + pos: 29.5,-36.5 parent: 2 - uid: 7032 components: - type: Transform - pos: 61.5,14.5 + pos: 26.5,-40.5 parent: 2 - uid: 7033 components: - type: Transform - pos: 67.5,14.5 + pos: -62.5,-15.5 parent: 2 - uid: 7034 components: - type: Transform - pos: 41.5,-0.5 + pos: 42.5,-0.5 parent: 2 - uid: 7035 components: - type: Transform - pos: 41.5,0.5 + pos: 43.5,-1.5 parent: 2 - uid: 7036 components: - type: Transform - pos: 57.5,7.5 + pos: 43.5,-2.5 parent: 2 - uid: 7037 components: - type: Transform - pos: 57.5,8.5 + pos: 64.5,-12.5 parent: 2 - uid: 7038 components: - type: Transform - pos: 66.5,10.5 + pos: 49.5,18.5 parent: 2 - uid: 7039 components: - type: Transform - pos: 62.5,10.5 + pos: 57.5,-9.5 parent: 2 - uid: 7040 components: - type: Transform - pos: 62.5,9.5 + pos: 47.5,-15.5 parent: 2 - uid: 7041 components: - type: Transform - pos: -61.5,-16.5 + pos: 60.5,-17.5 parent: 2 - uid: 7042 components: - type: Transform - pos: 40.5,-0.5 + pos: 50.5,-14.5 parent: 2 - uid: 7043 components: - type: Transform - pos: -18.5,19.5 + pos: 44.5,-4.5 parent: 2 - uid: 7044 components: - type: Transform - pos: 56.5,4.5 + pos: 44.5,-5.5 parent: 2 - uid: 7045 components: - type: Transform - pos: 77.5,-8.5 + pos: 56.5,-0.5 parent: 2 - uid: 7046 components: - type: Transform - pos: 72.5,-2.5 + pos: 57.5,-11.5 parent: 2 - uid: 7047 components: - type: Transform - pos: 67.5,-3.5 + pos: 45.5,-4.5 parent: 2 - uid: 7048 components: - type: Transform - pos: 68.5,-3.5 + pos: 47.5,-14.5 parent: 2 - uid: 7049 components: - type: Transform - pos: 69.5,-3.5 + pos: 57.5,-10.5 parent: 2 - uid: 7050 components: - type: Transform - pos: 71.5,3.5 + pos: -58.5,-20.5 parent: 2 - uid: 7051 components: - type: Transform - pos: 77.5,-3.5 + pos: 48.5,-14.5 parent: 2 - uid: 7052 components: - type: Transform - pos: -58.5,-18.5 + pos: 58.5,6.5 parent: 2 - uid: 7053 components: - type: Transform - pos: -58.5,-22.5 + pos: 57.5,6.5 parent: 2 - uid: 7054 components: - type: Transform - pos: -58.5,-23.5 + pos: 59.5,13.5 parent: 2 - uid: 7055 components: - type: Transform - pos: -58.5,-21.5 + pos: 59.5,12.5 parent: 2 - uid: 7056 components: - type: Transform - pos: -61.5,-18.5 + pos: 59.5,14.5 parent: 2 - uid: 7057 components: - type: Transform - pos: 77.5,-9.5 + pos: 48.5,-19.5 parent: 2 - uid: 7058 components: - type: Transform - pos: 71.5,-2.5 + pos: -58.5,-19.5 parent: 2 - uid: 7059 components: - type: Transform - pos: 74.5,-2.5 + pos: -62.5,-16.5 parent: 2 - uid: 7060 components: - type: Transform - pos: 82.5,-0.5 + pos: 58.5,14.5 parent: 2 - uid: 7061 components: - type: Transform - pos: 86.5,-2.5 + pos: 57.5,14.5 parent: 2 - uid: 7062 components: - type: Transform - pos: 74.5,-3.5 + pos: 62.5,14.5 parent: 2 - uid: 7063 components: - type: Transform - pos: 82.5,-2.5 + pos: 60.5,14.5 parent: 2 - uid: 7064 components: - type: Transform - pos: -18.5,17.5 + pos: 68.5,14.5 parent: 2 - uid: 7065 components: - type: Transform - pos: 82.5,0.5 + pos: 62.5,15.5 parent: 2 - uid: 7066 components: - type: Transform - pos: -18.5,16.5 + pos: 64.5,14.5 parent: 2 - uid: 7067 components: - type: Transform - pos: -18.5,18.5 + pos: 63.5,14.5 parent: 2 - uid: 7068 components: - type: Transform - pos: -61.5,-16.5 + pos: 65.5,14.5 parent: 2 - uid: 7069 components: - type: Transform - pos: 75.5,-3.5 + pos: 66.5,14.5 parent: 2 - uid: 7070 components: - type: Transform - pos: 76.5,-3.5 + pos: 61.5,14.5 parent: 2 - uid: 7071 components: - type: Transform - pos: -8.5,-7.5 + pos: 67.5,14.5 parent: 2 - uid: 7072 components: - type: Transform - pos: -7.5,-7.5 + pos: 41.5,-0.5 parent: 2 - uid: 7073 components: - type: Transform - pos: -6.5,-7.5 + pos: 41.5,0.5 parent: 2 - uid: 7074 components: - type: Transform - pos: -6.5,-6.5 + pos: 57.5,7.5 parent: 2 - uid: 7075 components: - type: Transform - pos: -6.5,-5.5 + pos: 57.5,8.5 parent: 2 - uid: 7076 components: - type: Transform - pos: -5.5,-5.5 + pos: 66.5,10.5 parent: 2 - uid: 7077 components: - type: Transform - pos: -4.5,-5.5 + pos: 62.5,10.5 parent: 2 - uid: 7078 components: - type: Transform - pos: -4.5,-6.5 + pos: 62.5,9.5 parent: 2 - uid: 7079 components: - type: Transform - pos: -3.5,-6.5 + pos: -61.5,-16.5 parent: 2 - uid: 7080 components: - type: Transform - pos: -2.5,-6.5 + pos: 40.5,-0.5 parent: 2 - uid: 7081 components: - type: Transform - pos: 6.5,-9.5 + pos: -18.5,19.5 parent: 2 - uid: 7082 components: - type: Transform - pos: 6.5,-8.5 + pos: 56.5,4.5 parent: 2 - uid: 7083 components: - type: Transform - pos: 6.5,-7.5 + pos: 77.5,-8.5 parent: 2 - uid: 7084 components: - type: Transform - pos: 7.5,-7.5 + pos: 72.5,-2.5 parent: 2 - uid: 7085 components: - type: Transform - pos: 8.5,-7.5 + pos: 67.5,-3.5 parent: 2 - uid: 7086 components: - type: Transform - pos: 5.5,-7.5 + pos: 68.5,-3.5 parent: 2 - uid: 7087 components: - type: Transform - pos: 4.5,-7.5 + pos: 69.5,-3.5 parent: 2 - uid: 7088 components: - type: Transform - pos: 3.5,-7.5 + pos: 71.5,3.5 parent: 2 - uid: 7089 components: - type: Transform - pos: 59.5,-12.5 + pos: 77.5,-3.5 parent: 2 - uid: 7090 components: - type: Transform - pos: 70.5,-2.5 + pos: -58.5,-18.5 parent: 2 - uid: 7091 components: - type: Transform - pos: 79.5,-3.5 + pos: -58.5,-22.5 parent: 2 - uid: 7092 components: - type: Transform - pos: 78.5,-3.5 + pos: -58.5,-23.5 parent: 2 - uid: 7093 components: - type: Transform - pos: 80.5,-3.5 + pos: -58.5,-21.5 parent: 2 - uid: 7094 components: - type: Transform - pos: 82.5,-3.5 + pos: -61.5,-18.5 parent: 2 - uid: 7095 components: - type: Transform - pos: 81.5,-3.5 + pos: 77.5,-9.5 parent: 2 - uid: 7096 components: - type: Transform - pos: 84.5,-3.5 + pos: 71.5,-2.5 parent: 2 - uid: 7097 components: - type: Transform - pos: 85.5,-3.5 + pos: 74.5,-2.5 parent: 2 - uid: 7098 components: - type: Transform - pos: 86.5,-3.5 + pos: 82.5,-0.5 parent: 2 - uid: 7099 components: - type: Transform - pos: 83.5,-3.5 + pos: 86.5,-2.5 parent: 2 - uid: 7100 components: - type: Transform - pos: 86.5,-0.5 + pos: 74.5,-3.5 parent: 2 - uid: 7101 components: - type: Transform - pos: 86.5,0.5 + pos: 82.5,-2.5 parent: 2 - uid: 7102 components: - type: Transform - pos: 82.5,-1.5 + pos: -18.5,17.5 parent: 2 - uid: 7103 components: - type: Transform - pos: 78.5,-2.5 + pos: 82.5,0.5 parent: 2 - uid: 7104 components: - type: Transform - pos: 78.5,-1.5 + pos: -18.5,16.5 parent: 2 - uid: 7105 components: - type: Transform - pos: 78.5,-0.5 + pos: -18.5,18.5 parent: 2 - uid: 7106 components: - type: Transform - pos: 78.5,0.5 + pos: -61.5,-16.5 parent: 2 - uid: 7107 components: - type: Transform - pos: 81.5,-4.5 + pos: 75.5,-3.5 parent: 2 - uid: 7108 components: - type: Transform - pos: 81.5,-6.5 + pos: 76.5,-3.5 parent: 2 - uid: 7109 components: - type: Transform - pos: 81.5,-7.5 + pos: -8.5,-7.5 parent: 2 - uid: 7110 components: - type: Transform - pos: 81.5,-8.5 + pos: -7.5,-7.5 parent: 2 - uid: 7111 components: - type: Transform - pos: 81.5,-9.5 + pos: -6.5,-7.5 parent: 2 - uid: 7112 components: - type: Transform - pos: 81.5,-10.5 + pos: -6.5,-6.5 parent: 2 - uid: 7113 components: - type: Transform - pos: 81.5,-5.5 + pos: -6.5,-5.5 parent: 2 - uid: 7114 components: - type: Transform - pos: 74.5,2.5 + pos: -5.5,-5.5 parent: 2 - uid: 7115 components: - type: Transform - pos: 77.5,-10.5 + pos: -4.5,-5.5 parent: 2 - uid: 7116 components: - type: Transform - pos: 76.5,-10.5 + pos: -4.5,-6.5 parent: 2 - uid: 7117 components: - type: Transform - pos: 76.5,-11.5 + pos: -3.5,-6.5 parent: 2 - uid: 7118 components: - type: Transform - pos: 75.5,-11.5 + pos: -2.5,-6.5 parent: 2 - uid: 7119 components: - type: Transform - pos: 73.5,-11.5 + pos: 6.5,-9.5 parent: 2 - uid: 7120 components: - type: Transform - pos: 72.5,-11.5 + pos: 6.5,-8.5 parent: 2 - uid: 7121 components: - type: Transform - pos: 74.5,-11.5 + pos: 6.5,-7.5 parent: 2 - uid: 7122 components: - type: Transform - pos: 72.5,-12.5 + pos: 7.5,-7.5 parent: 2 - uid: 7123 components: - type: Transform - pos: 82.5,-7.5 + pos: 8.5,-7.5 parent: 2 - uid: 7124 components: - type: Transform - pos: 84.5,-7.5 + pos: 5.5,-7.5 parent: 2 - uid: 7125 components: - type: Transform - pos: 85.5,-7.5 + pos: 4.5,-7.5 parent: 2 - uid: 7126 components: - type: Transform - pos: 86.5,-7.5 + pos: 3.5,-7.5 parent: 2 - uid: 7127 components: - type: Transform - pos: 87.5,-7.5 + pos: 59.5,-12.5 parent: 2 - uid: 7128 components: - type: Transform - pos: 88.5,-7.5 + pos: 70.5,-2.5 parent: 2 - uid: 7129 components: - type: Transform - pos: 83.5,-7.5 + pos: 79.5,-3.5 parent: 2 - uid: 7130 components: - type: Transform - pos: 89.5,-7.5 + pos: 78.5,-3.5 parent: 2 - uid: 7131 components: - type: Transform - pos: 89.5,-6.5 + pos: 80.5,-3.5 parent: 2 - uid: 7132 components: - type: Transform - pos: 89.5,-4.5 + pos: 82.5,-3.5 parent: 2 - uid: 7133 components: - type: Transform - pos: 89.5,-5.5 + pos: 81.5,-3.5 parent: 2 - uid: 7134 components: - type: Transform - pos: 87.5,-8.5 + pos: 84.5,-3.5 parent: 2 - uid: 7135 components: - type: Transform - pos: 87.5,-10.5 + pos: 85.5,-3.5 parent: 2 - uid: 7136 components: - type: Transform - pos: 87.5,-9.5 + pos: 86.5,-3.5 parent: 2 - uid: 7137 components: - type: Transform - pos: 73.5,-2.5 + pos: 83.5,-3.5 parent: 2 - uid: 7138 components: - type: Transform - pos: 69.5,-2.5 + pos: 86.5,-0.5 parent: 2 - uid: 7139 components: - type: Transform - pos: 58.5,-12.5 + pos: 86.5,0.5 parent: 2 - uid: 7140 components: - type: Transform - pos: 59.5,-57.5 + pos: 82.5,-1.5 parent: 2 - uid: 7141 components: - type: Transform - pos: 59.5,-56.5 + pos: 78.5,-2.5 parent: 2 - uid: 7142 components: - type: Transform - pos: 59.5,-55.5 + pos: 78.5,-1.5 parent: 2 - uid: 7143 components: - type: Transform - pos: 58.5,-55.5 + pos: 78.5,-0.5 parent: 2 - uid: 7144 components: - type: Transform - pos: 57.5,-55.5 + pos: 78.5,0.5 parent: 2 - uid: 7145 components: - type: Transform - pos: 57.5,-54.5 + pos: 81.5,-4.5 parent: 2 - uid: 7146 components: - type: Transform - pos: 57.5,-53.5 + pos: 81.5,-6.5 parent: 2 - uid: 7147 components: - type: Transform - pos: 57.5,-52.5 + pos: 81.5,-7.5 parent: 2 - uid: 7148 components: - type: Transform - pos: 57.5,-51.5 + pos: 81.5,-8.5 parent: 2 - uid: 7149 components: - type: Transform - pos: 57.5,-50.5 + pos: 81.5,-9.5 parent: 2 - uid: 7150 components: - type: Transform - pos: 56.5,-50.5 + pos: 81.5,-10.5 parent: 2 - uid: 7151 components: - type: Transform - pos: 58.5,-50.5 + pos: 81.5,-5.5 parent: 2 - uid: 7152 components: - type: Transform - pos: 59.5,-50.5 + pos: 74.5,2.5 parent: 2 - uid: 7153 components: - type: Transform - pos: 60.5,-50.5 + pos: 77.5,-10.5 parent: 2 - uid: 7154 components: - type: Transform - pos: 55.5,-50.5 + pos: 76.5,-10.5 parent: 2 - uid: 7155 components: - type: Transform - pos: 56.5,-55.5 + pos: 76.5,-11.5 parent: 2 - uid: 7156 components: - type: Transform - pos: 55.5,-55.5 + pos: 75.5,-11.5 parent: 2 - uid: 7157 components: - type: Transform - pos: 60.5,-55.5 + pos: 73.5,-11.5 parent: 2 - uid: 7158 components: - type: Transform - pos: -61.5,-17.5 + pos: 72.5,-11.5 parent: 2 - uid: 7159 components: - type: Transform - pos: -58.5,-17.5 + pos: 74.5,-11.5 parent: 2 - uid: 7160 components: - type: Transform - pos: -94.5,-9.5 + pos: 72.5,-12.5 parent: 2 - uid: 7161 components: - type: Transform - pos: 79.5,5.5 + pos: 82.5,-7.5 parent: 2 - uid: 7162 components: - type: Transform - pos: 79.5,4.5 + pos: 84.5,-7.5 parent: 2 - uid: 7163 components: - type: Transform - pos: 74.5,4.5 + pos: 85.5,-7.5 parent: 2 - uid: 7164 components: - type: Transform - pos: 79.5,6.5 + pos: 86.5,-7.5 parent: 2 - uid: 7165 components: - type: Transform - pos: 78.5,4.5 + pos: 87.5,-7.5 parent: 2 - uid: 7166 components: - type: Transform - pos: 77.5,4.5 + pos: 88.5,-7.5 parent: 2 - uid: 7167 components: - type: Transform - pos: 76.5,4.5 + pos: 83.5,-7.5 parent: 2 - uid: 7168 components: - type: Transform - pos: 75.5,4.5 + pos: 89.5,-7.5 parent: 2 - uid: 7169 components: - type: Transform - pos: 73.5,3.5 + pos: 89.5,-6.5 parent: 2 - uid: 7170 components: - type: Transform - pos: 74.5,5.5 + pos: 89.5,-4.5 parent: 2 - uid: 7171 components: - type: Transform - pos: 54.5,4.5 + pos: 89.5,-5.5 parent: 2 - uid: 7172 components: - type: Transform - pos: 74.5,6.5 + pos: 87.5,-8.5 parent: 2 - uid: 7173 components: - type: Transform - pos: 53.5,4.5 + pos: 87.5,-10.5 parent: 2 - uid: 7174 components: - type: Transform - pos: 52.5,4.5 + pos: 87.5,-9.5 parent: 2 - uid: 7175 components: - type: Transform - pos: 51.5,4.5 + pos: 73.5,-2.5 parent: 2 - uid: 7176 components: - type: Transform - pos: 18.5,20.5 + pos: 69.5,-2.5 parent: 2 - uid: 7177 components: - type: Transform - pos: 17.5,20.5 + pos: 58.5,-12.5 parent: 2 - uid: 7178 components: - type: Transform - pos: 16.5,20.5 + pos: 59.5,-57.5 parent: 2 - uid: 7179 components: - type: Transform - pos: 15.5,20.5 + pos: 59.5,-56.5 parent: 2 - uid: 7180 components: - type: Transform - pos: 14.5,20.5 + pos: 59.5,-55.5 parent: 2 - uid: 7181 components: - type: Transform - pos: 14.5,21.5 + pos: 58.5,-55.5 parent: 2 - uid: 7182 components: - type: Transform - pos: 14.5,22.5 + pos: 57.5,-55.5 parent: 2 - uid: 7183 components: - type: Transform - pos: 18.5,19.5 + pos: 57.5,-54.5 parent: 2 - uid: 7184 components: - type: Transform - pos: 18.5,18.5 + pos: 57.5,-53.5 parent: 2 - uid: 7185 components: - type: Transform - pos: 14.5,19.5 + pos: 57.5,-52.5 parent: 2 - uid: 7186 components: - type: Transform - pos: 14.5,18.5 + pos: 57.5,-51.5 parent: 2 - uid: 7187 components: - type: Transform - pos: 18.5,21.5 + pos: 57.5,-50.5 parent: 2 - uid: 7188 components: - type: Transform - pos: 18.5,22.5 + pos: 56.5,-50.5 parent: 2 - uid: 7189 components: - type: Transform - pos: 51.5,5.5 + pos: 58.5,-50.5 parent: 2 - uid: 7190 components: - type: Transform - pos: 51.5,3.5 + pos: 59.5,-50.5 parent: 2 - uid: 7191 components: - type: Transform - pos: 71.5,-5.5 + pos: 60.5,-50.5 parent: 2 - uid: 7192 components: - type: Transform - pos: 74.5,3.5 + pos: 55.5,-50.5 parent: 2 - uid: 7193 components: - type: Transform - pos: 18.5,17.5 + pos: 56.5,-55.5 parent: 2 - uid: 7194 components: - type: Transform - pos: -11.5,19.5 + pos: 55.5,-55.5 parent: 2 - uid: 7195 components: - type: Transform - pos: -10.5,19.5 + pos: 60.5,-55.5 parent: 2 - uid: 7196 components: - type: Transform - pos: -12.5,19.5 + pos: -61.5,-17.5 parent: 2 - uid: 7197 components: - type: Transform - pos: -13.5,19.5 + pos: -58.5,-17.5 parent: 2 - uid: 7198 components: - type: Transform - pos: -13.5,18.5 + pos: -94.5,-9.5 parent: 2 - uid: 7199 components: - type: Transform - pos: -13.5,17.5 + pos: 79.5,5.5 parent: 2 - uid: 7200 components: - type: Transform - pos: -13.5,20.5 + pos: 79.5,4.5 parent: 2 - uid: 7201 components: - type: Transform - pos: 72.5,3.5 + pos: 74.5,4.5 parent: 2 - uid: 7202 components: - type: Transform - pos: 51.5,6.5 + pos: 79.5,6.5 parent: 2 - uid: 7203 components: - type: Transform - pos: 66.5,-0.5 + pos: 78.5,4.5 parent: 2 - uid: 7204 components: - type: Transform - pos: 66.5,-1.5 + pos: 77.5,4.5 parent: 2 - uid: 7205 components: - type: Transform - pos: 65.5,-1.5 + pos: 76.5,4.5 parent: 2 - uid: 7206 components: - type: Transform - pos: 64.5,-1.5 + pos: 75.5,4.5 parent: 2 - uid: 7207 components: - type: Transform - pos: 64.5,-2.5 + pos: 73.5,3.5 parent: 2 - uid: 7208 components: - type: Transform - pos: 64.5,-4.5 + pos: 74.5,5.5 parent: 2 - uid: 7209 components: - type: Transform - pos: 64.5,-3.5 + pos: 54.5,4.5 parent: 2 - uid: 7210 components: - type: Transform - pos: 60.5,-0.5 + pos: 74.5,6.5 parent: 2 - uid: 7211 components: - type: Transform - pos: 61.5,-0.5 + pos: 53.5,4.5 parent: 2 - uid: 7212 components: - type: Transform - pos: 59.5,-0.5 + pos: 52.5,4.5 parent: 2 - uid: 7213 components: - type: Transform - pos: 58.5,-0.5 + pos: 51.5,4.5 parent: 2 - uid: 7214 components: - type: Transform - pos: 57.5,-0.5 + pos: 18.5,20.5 parent: 2 - uid: 7215 components: - type: Transform - pos: 63.5,4.5 + pos: 17.5,20.5 parent: 2 - uid: 7216 components: - type: Transform - pos: 55.5,-0.5 + pos: 16.5,20.5 parent: 2 - uid: 7217 components: - type: Transform - pos: 58.5,-1.5 + pos: 15.5,20.5 parent: 2 - uid: 7218 components: - type: Transform - pos: 58.5,-2.5 + pos: 14.5,20.5 parent: 2 - uid: 7219 components: - type: Transform - pos: 58.5,-3.5 + pos: 14.5,21.5 parent: 2 - uid: 7220 components: - type: Transform - pos: 58.5,-4.5 + pos: 14.5,22.5 parent: 2 - uid: 7221 components: - type: Transform - pos: 70.5,-5.5 + pos: 18.5,19.5 parent: 2 - uid: 7222 components: - type: Transform - pos: 69.5,-5.5 + pos: 18.5,18.5 parent: 2 - uid: 7223 components: - type: Transform - pos: 69.5,-6.5 + pos: 14.5,19.5 parent: 2 - uid: 7224 components: - type: Transform - pos: 69.5,-8.5 + pos: 14.5,18.5 parent: 2 - uid: 7225 components: - type: Transform - pos: 69.5,-9.5 + pos: 18.5,21.5 parent: 2 - uid: 7226 components: - type: Transform - pos: 69.5,-10.5 + pos: 18.5,22.5 parent: 2 - uid: 7227 components: - type: Transform - pos: 69.5,-7.5 + pos: 51.5,5.5 parent: 2 - uid: 7228 components: - type: Transform - pos: 69.5,-11.5 + pos: 51.5,3.5 parent: 2 - uid: 7229 components: - type: Transform - pos: 68.5,-7.5 + pos: 71.5,-5.5 parent: 2 - uid: 7230 components: - type: Transform - pos: 67.5,-7.5 + pos: 74.5,3.5 parent: 2 - uid: 7231 components: - type: Transform - pos: 66.5,-7.5 + pos: 18.5,17.5 parent: 2 - uid: 7232 components: - type: Transform - pos: 65.5,-7.5 + pos: -11.5,19.5 parent: 2 - uid: 7233 components: - type: Transform - pos: 64.5,-7.5 + pos: -10.5,19.5 parent: 2 - uid: 7234 components: - type: Transform - pos: 62.5,-7.5 + pos: -12.5,19.5 parent: 2 - uid: 7235 components: - type: Transform - pos: 61.5,-7.5 + pos: -13.5,19.5 parent: 2 - uid: 7236 components: - type: Transform - pos: 60.5,-7.5 + pos: -13.5,18.5 parent: 2 - uid: 7237 components: - type: Transform - pos: 59.5,-7.5 + pos: -13.5,17.5 parent: 2 - uid: 7238 components: - type: Transform - pos: 63.5,-7.5 + pos: -13.5,20.5 parent: 2 - uid: 7239 components: - type: Transform - pos: 57.5,-13.5 + pos: 72.5,3.5 parent: 2 - uid: 7240 components: - type: Transform - pos: 57.5,-14.5 + pos: 51.5,6.5 parent: 2 - uid: 7241 components: - type: Transform - pos: 56.5,-14.5 + pos: 66.5,-0.5 parent: 2 - uid: 7242 components: - type: Transform - pos: 54.5,-14.5 + pos: 66.5,-1.5 parent: 2 - uid: 7243 components: - type: Transform - pos: 56.5,-81.5 + pos: 65.5,-1.5 parent: 2 - uid: 7244 components: - type: Transform - pos: 57.5,-81.5 + pos: 64.5,-1.5 parent: 2 - uid: 7245 components: - type: Transform - pos: 58.5,-81.5 + pos: 64.5,-2.5 parent: 2 - uid: 7246 components: - type: Transform - pos: 55.5,-14.5 + pos: 64.5,-4.5 parent: 2 - uid: 7247 components: - type: Transform - pos: 53.5,-14.5 + pos: 64.5,-3.5 parent: 2 - uid: 7248 components: - type: Transform - pos: 49.5,-3.5 + pos: 60.5,-0.5 parent: 2 - uid: 7249 components: - type: Transform - pos: 49.5,-2.5 + pos: 61.5,-0.5 parent: 2 - uid: 7250 components: - type: Transform - pos: 43.5,-4.5 + pos: 59.5,-0.5 parent: 2 - uid: 7251 components: - type: Transform - pos: 59.5,-81.5 + pos: 58.5,-0.5 parent: 2 - uid: 7252 components: - type: Transform - pos: 44.5,-6.5 + pos: 57.5,-0.5 parent: 2 - uid: 7253 components: - type: Transform - pos: 44.5,-7.5 + pos: 63.5,4.5 parent: 2 - uid: 7254 components: - type: Transform - pos: 44.5,-8.5 + pos: 55.5,-0.5 parent: 2 - uid: 7255 components: - type: Transform - pos: 44.5,-9.5 + pos: 58.5,-1.5 parent: 2 - uid: 7256 components: - type: Transform - pos: 44.5,-11.5 + pos: 58.5,-2.5 parent: 2 - uid: 7257 components: - type: Transform - pos: 44.5,-10.5 + pos: 58.5,-3.5 parent: 2 - uid: 7258 components: - type: Transform - pos: 45.5,-14.5 + pos: 58.5,-4.5 parent: 2 - uid: 7259 components: - type: Transform - pos: 46.5,-14.5 + pos: 70.5,-5.5 parent: 2 - uid: 7260 components: - type: Transform - pos: 44.5,-14.5 + pos: 69.5,-5.5 parent: 2 - uid: 7261 components: - type: Transform - pos: 44.5,-15.5 + pos: 69.5,-6.5 parent: 2 - uid: 7262 components: - type: Transform - pos: 44.5,-16.5 + pos: 69.5,-8.5 parent: 2 - uid: 7263 components: - type: Transform - pos: 44.5,-17.5 + pos: 69.5,-9.5 parent: 2 - uid: 7264 components: - type: Transform - pos: 44.5,-18.5 + pos: 69.5,-10.5 parent: 2 - uid: 7265 components: - type: Transform - pos: 59.5,-80.5 + pos: 69.5,-7.5 parent: 2 - uid: 7266 components: - type: Transform - pos: 59.5,-82.5 + pos: 69.5,-11.5 parent: 2 - uid: 7267 components: - type: Transform - pos: 44.5,-19.5 + pos: 68.5,-7.5 parent: 2 - uid: 7268 components: - type: Transform - pos: 44.5,-20.5 + pos: 67.5,-7.5 parent: 2 - uid: 7269 components: - type: Transform - pos: 43.5,-20.5 + pos: 66.5,-7.5 parent: 2 - uid: 7270 components: - type: Transform - pos: 56.5,-80.5 + pos: 65.5,-7.5 parent: 2 - uid: 7271 components: - type: Transform - pos: 43.5,-21.5 + pos: 64.5,-7.5 parent: 2 - uid: 7272 components: - type: Transform - pos: 43.5,-22.5 + pos: 62.5,-7.5 parent: 2 - uid: 7273 components: - type: Transform - pos: 43.5,-23.5 + pos: 61.5,-7.5 parent: 2 - uid: 7274 components: - type: Transform - pos: 43.5,-24.5 + pos: 60.5,-7.5 parent: 2 - uid: 7275 components: - type: Transform - pos: 56.5,-82.5 + pos: 59.5,-7.5 parent: 2 - uid: 7276 components: - type: Transform - pos: -93.5,-9.5 + pos: 63.5,-7.5 parent: 2 - uid: 7277 components: - type: Transform - pos: -92.5,-9.5 + pos: 57.5,-13.5 parent: 2 - uid: 7278 components: - type: Transform - pos: -91.5,-9.5 + pos: 57.5,-14.5 parent: 2 - uid: 7279 components: - type: Transform - pos: -91.5,-8.5 + pos: 56.5,-14.5 parent: 2 - uid: 7280 components: - type: Transform - pos: -90.5,-8.5 + pos: 54.5,-14.5 parent: 2 - uid: 7281 components: - type: Transform - pos: -89.5,-8.5 + pos: 56.5,-81.5 parent: 2 - uid: 7282 components: - type: Transform - pos: -88.5,-8.5 + pos: 57.5,-81.5 parent: 2 - uid: 7283 components: - type: Transform - pos: -88.5,-7.5 + pos: 58.5,-81.5 parent: 2 - uid: 7284 components: - type: Transform - pos: -88.5,-6.5 + pos: 55.5,-14.5 parent: 2 - uid: 7285 components: - type: Transform - pos: -88.5,-5.5 + pos: 53.5,-14.5 parent: 2 - uid: 7286 components: - type: Transform - pos: 69.5,2.5 + pos: 49.5,-3.5 parent: 2 - uid: 7287 components: - type: Transform - pos: 69.5,3.5 + pos: 49.5,-2.5 parent: 2 - uid: 7288 components: - type: Transform - pos: 70.5,3.5 + pos: 43.5,-4.5 parent: 2 - uid: 7289 components: - type: Transform - pos: 47.5,18.5 + pos: 59.5,-81.5 parent: 2 - uid: 7290 components: - type: Transform - pos: 46.5,18.5 + pos: 44.5,-6.5 parent: 2 - uid: 7291 components: - type: Transform - pos: 48.5,18.5 + pos: 44.5,-7.5 parent: 2 - uid: 7292 components: - type: Transform - pos: 25.5,-31.5 + pos: 44.5,-8.5 parent: 2 - uid: 7293 components: - type: Transform - pos: 26.5,-29.5 + pos: 44.5,-9.5 parent: 2 - uid: 7294 components: - type: Transform - pos: 25.5,-29.5 + pos: 44.5,-11.5 parent: 2 - uid: 7295 components: - type: Transform - pos: -27.5,-42.5 + pos: 44.5,-10.5 parent: 2 - uid: 7296 components: - type: Transform - pos: -27.5,-41.5 + pos: 45.5,-14.5 parent: 2 - uid: 7297 components: - type: Transform - pos: -27.5,-40.5 + pos: 46.5,-14.5 parent: 2 - uid: 7298 components: - type: Transform - pos: -62.5,-18.5 + pos: 44.5,-14.5 parent: 2 - uid: 7299 components: - type: Transform - pos: -62.5,-19.5 + pos: 44.5,-15.5 parent: 2 - uid: 7300 components: - type: Transform - pos: -62.5,-20.5 + pos: 44.5,-16.5 parent: 2 - uid: 7301 components: - type: Transform - pos: 50.5,18.5 + pos: 44.5,-17.5 parent: 2 - uid: 7302 components: - type: Transform - pos: 51.5,18.5 + pos: 44.5,-18.5 parent: 2 - uid: 7303 components: - type: Transform - pos: 52.5,18.5 + pos: 59.5,-80.5 parent: 2 - uid: 7304 components: - type: Transform - pos: 53.5,18.5 + pos: 59.5,-82.5 parent: 2 - uid: 7305 components: - type: Transform - pos: 54.5,18.5 + pos: 44.5,-19.5 parent: 2 - uid: 7306 components: - type: Transform - pos: 54.5,17.5 + pos: 44.5,-20.5 parent: 2 - uid: 7307 components: - type: Transform - pos: 49.5,22.5 + pos: 43.5,-20.5 parent: 2 - uid: 7308 components: - type: Transform - pos: 51.5,21.5 + pos: 56.5,-80.5 parent: 2 - uid: 7309 components: - type: Transform - pos: 51.5,20.5 + pos: 43.5,-21.5 parent: 2 - uid: 7310 components: - type: Transform - pos: 43.5,0.5 + pos: 43.5,-22.5 parent: 2 - uid: 7311 components: - type: Transform - pos: 43.5,1.5 + pos: 43.5,-23.5 parent: 2 - uid: 7312 components: - type: Transform - pos: 43.5,2.5 + pos: 43.5,-24.5 parent: 2 - uid: 7313 components: - type: Transform - pos: 43.5,3.5 + pos: 56.5,-82.5 parent: 2 - uid: 7314 components: - type: Transform - pos: 43.5,4.5 + pos: -93.5,-9.5 parent: 2 - uid: 7315 components: - type: Transform - pos: 43.5,5.5 + pos: -92.5,-9.5 parent: 2 - uid: 7316 components: - type: Transform - pos: 43.5,6.5 + pos: -91.5,-9.5 parent: 2 - uid: 7317 components: - type: Transform - pos: 43.5,7.5 + pos: -91.5,-8.5 parent: 2 - uid: 7318 components: - type: Transform - pos: 43.5,8.5 + pos: -90.5,-8.5 parent: 2 - uid: 7319 components: - type: Transform - pos: 43.5,9.5 + pos: -89.5,-8.5 parent: 2 - uid: 7320 components: - type: Transform - pos: 42.5,6.5 + pos: -88.5,-8.5 parent: 2 - uid: 7321 components: - type: Transform - pos: 41.5,6.5 + pos: -88.5,-7.5 parent: 2 - uid: 7322 components: - type: Transform - pos: 42.5,3.5 + pos: -88.5,-6.5 parent: 2 - uid: 7323 components: - type: Transform - pos: 40.5,3.5 + pos: -88.5,-5.5 parent: 2 - uid: 7324 components: - type: Transform - pos: 41.5,3.5 + pos: 69.5,2.5 parent: 2 - uid: 7325 components: - type: Transform - pos: 44.5,6.5 + pos: 69.5,3.5 parent: 2 - uid: 7326 components: - type: Transform - pos: 45.5,6.5 + pos: 70.5,3.5 parent: 2 - uid: 7327 components: - type: Transform - pos: 46.5,6.5 + pos: 47.5,18.5 parent: 2 - uid: 7328 components: - type: Transform - pos: 47.5,6.5 + pos: 46.5,18.5 parent: 2 - uid: 7329 components: - type: Transform - pos: 47.5,7.5 + pos: 48.5,18.5 parent: 2 - uid: 7330 components: - type: Transform - pos: 47.5,8.5 + pos: 25.5,-31.5 parent: 2 - uid: 7331 components: - type: Transform - pos: 47.5,9.5 + pos: 26.5,-29.5 parent: 2 - uid: 7332 components: - type: Transform - pos: 48.5,1.5 + pos: 25.5,-29.5 parent: 2 - uid: 7333 components: - type: Transform - pos: 46.5,1.5 + pos: -27.5,-42.5 parent: 2 - uid: 7334 components: - type: Transform - pos: 47.5,1.5 + pos: -27.5,-41.5 parent: 2 - uid: 7335 components: - type: Transform - pos: 47.5,-2.5 + pos: -27.5,-40.5 parent: 2 - uid: 7336 components: - type: Transform - pos: 42.5,-4.5 + pos: -62.5,-18.5 parent: 2 - uid: 7337 components: - type: Transform - pos: 41.5,-4.5 + pos: -62.5,-19.5 parent: 2 - uid: 7338 components: - type: Transform - pos: 39.5,-22.5 + pos: -62.5,-20.5 parent: 2 - uid: 7339 components: - type: Transform - pos: 39.5,-23.5 + pos: 50.5,18.5 parent: 2 - uid: 7340 components: - type: Transform - pos: 39.5,-24.5 + pos: 51.5,18.5 parent: 2 - uid: 7341 components: - type: Transform - pos: 38.5,-24.5 + pos: 52.5,18.5 parent: 2 - uid: 7342 components: - type: Transform - pos: 38.5,-25.5 + pos: 53.5,18.5 parent: 2 - uid: 7343 components: - type: Transform - pos: 38.5,-26.5 + pos: 54.5,18.5 parent: 2 - uid: 7344 components: - type: Transform - pos: 38.5,-27.5 + pos: 54.5,17.5 parent: 2 - uid: 7345 components: - type: Transform - pos: 40.5,-24.5 + pos: 49.5,22.5 parent: 2 - uid: 7346 components: - type: Transform - pos: 41.5,-24.5 + pos: 51.5,21.5 parent: 2 - uid: 7347 components: - type: Transform - pos: 39.5,-27.5 + pos: 51.5,20.5 parent: 2 - uid: 7348 components: - type: Transform - pos: 40.5,-27.5 + pos: 43.5,0.5 parent: 2 - uid: 7349 components: - type: Transform - pos: 48.5,-20.5 + pos: 43.5,1.5 parent: 2 - uid: 7350 components: - type: Transform - pos: 48.5,-21.5 + pos: 43.5,2.5 parent: 2 - uid: 7351 components: - type: Transform - pos: 48.5,-22.5 + pos: 43.5,3.5 parent: 2 - uid: 7352 components: - type: Transform - pos: 48.5,-23.5 + pos: 43.5,4.5 parent: 2 - uid: 7353 components: - type: Transform - pos: 48.5,-24.5 + pos: 43.5,5.5 parent: 2 - uid: 7354 components: - type: Transform - pos: 63.5,-14.5 + pos: 43.5,6.5 parent: 2 - uid: 7355 components: - type: Transform - pos: 48.5,-25.5 + pos: 43.5,7.5 parent: 2 - uid: 7356 components: - type: Transform - pos: 63.5,-16.5 + pos: 43.5,8.5 parent: 2 - uid: 7357 components: - type: Transform - pos: 63.5,-15.5 + pos: 43.5,9.5 parent: 2 - uid: 7358 components: - type: Transform - pos: 66.5,0.5 + pos: 42.5,6.5 parent: 2 - uid: 7359 components: - type: Transform - pos: 66.5,1.5 + pos: 41.5,6.5 parent: 2 - uid: 7360 components: - type: Transform - pos: 63.5,-1.5 + pos: 42.5,3.5 parent: 2 - uid: 7361 components: - type: Transform - pos: 63.5,-0.5 + pos: 40.5,3.5 parent: 2 - uid: 7362 components: - type: Transform - pos: 63.5,0.5 + pos: 41.5,3.5 parent: 2 - uid: 7363 components: - type: Transform - pos: 63.5,-4.5 + pos: 44.5,6.5 parent: 2 - uid: 7364 components: - type: Transform - pos: 65.5,-4.5 + pos: 45.5,6.5 parent: 2 - uid: 7365 components: - type: Transform - pos: 47.5,22.5 + pos: 46.5,6.5 parent: 2 - uid: 7366 components: - type: Transform - pos: 48.5,22.5 + pos: 47.5,6.5 parent: 2 - uid: 7367 components: - type: Transform - pos: 80.5,-7.5 + pos: 47.5,7.5 parent: 2 - uid: 7368 components: - type: Transform - pos: 79.5,-7.5 + pos: 47.5,8.5 parent: 2 - uid: 7369 components: - type: Transform - pos: 78.5,-7.5 + pos: 47.5,9.5 parent: 2 - uid: 7370 components: - type: Transform - pos: 77.5,-7.5 + pos: 48.5,1.5 parent: 2 - uid: 7371 components: - type: Transform - pos: 76.5,-7.5 + pos: 46.5,1.5 parent: 2 - uid: 7372 components: - type: Transform - pos: 75.5,-7.5 + pos: 47.5,1.5 parent: 2 - uid: 7373 components: - type: Transform - pos: 74.5,-7.5 + pos: 47.5,-2.5 parent: 2 - uid: 7374 components: - type: Transform - pos: 73.5,-7.5 + pos: 42.5,-4.5 parent: 2 - uid: 7375 components: - type: Transform - pos: 72.5,-7.5 + pos: 41.5,-4.5 parent: 2 - uid: 7376 components: - type: Transform - pos: 71.5,-7.5 + pos: 39.5,-22.5 parent: 2 - uid: 7377 components: - type: Transform - pos: 74.5,1.5 + pos: 39.5,-23.5 parent: 2 - uid: 7378 components: - type: Transform - pos: 45.5,-9.5 + pos: 39.5,-24.5 parent: 2 - uid: 7379 components: - type: Transform - pos: 46.5,-9.5 + pos: 38.5,-24.5 parent: 2 - uid: 7380 components: - type: Transform - pos: 47.5,-9.5 + pos: 38.5,-25.5 parent: 2 - uid: 7381 components: - type: Transform - pos: 48.5,-9.5 + pos: 38.5,-26.5 parent: 2 - uid: 7382 components: - type: Transform - pos: 51.5,11.5 + pos: 38.5,-27.5 parent: 2 - uid: 7383 components: - type: Transform - pos: 51.5,13.5 + pos: 40.5,-24.5 parent: 2 - uid: 7384 components: - type: Transform - pos: 52.5,10.5 + pos: 41.5,-24.5 parent: 2 - uid: 7385 components: - type: Transform - pos: 53.5,10.5 + pos: 39.5,-27.5 parent: 2 - uid: 7386 components: - type: Transform - pos: 52.5,12.5 + pos: 40.5,-27.5 parent: 2 - uid: 7387 components: - type: Transform - pos: 51.5,14.5 + pos: 48.5,-20.5 parent: 2 - uid: 7388 components: - type: Transform - pos: 50.5,14.5 + pos: 48.5,-21.5 parent: 2 - uid: 7389 components: - type: Transform - pos: 49.5,14.5 + pos: 48.5,-22.5 parent: 2 - uid: 7390 components: - type: Transform - pos: 48.5,14.5 + pos: 48.5,-23.5 parent: 2 - uid: 7391 components: - type: Transform - pos: 48.5,15.5 + pos: 48.5,-24.5 parent: 2 - uid: 7392 components: - type: Transform - pos: 47.5,15.5 + pos: 63.5,-14.5 parent: 2 - uid: 7393 components: - type: Transform - pos: 48.5,13.5 + pos: 48.5,-25.5 parent: 2 - uid: 7394 components: - type: Transform - pos: 48.5,12.5 + pos: 63.5,-16.5 parent: 2 - uid: 7395 components: - type: Transform - pos: 47.5,12.5 + pos: 63.5,-15.5 parent: 2 - uid: 7396 components: - type: Transform - pos: 46.5,12.5 + pos: 66.5,0.5 parent: 2 - uid: 7397 components: - type: Transform - pos: 45.5,12.5 + pos: 66.5,1.5 parent: 2 - uid: 7398 components: - type: Transform - pos: 44.5,12.5 + pos: 63.5,-1.5 parent: 2 - uid: 7399 components: - type: Transform - pos: 43.5,12.5 + pos: 63.5,-0.5 parent: 2 - uid: 7400 components: - type: Transform - pos: 43.5,13.5 + pos: 63.5,0.5 parent: 2 - uid: 7401 components: - type: Transform - pos: 43.5,14.5 + pos: 63.5,-4.5 parent: 2 - uid: 7402 components: - type: Transform - pos: 43.5,15.5 + pos: 65.5,-4.5 parent: 2 - uid: 7403 components: - type: Transform - pos: 51.5,15.5 + pos: 47.5,22.5 parent: 2 - uid: 7404 components: - type: Transform - pos: 49.5,11.5 + pos: 48.5,22.5 parent: 2 - uid: 7405 components: - type: Transform - pos: 52.5,13.5 + pos: 80.5,-7.5 parent: 2 - uid: 7406 components: - type: Transform - pos: 54.5,16.5 + pos: 79.5,-7.5 parent: 2 - uid: 7407 components: - type: Transform - pos: 54.5,15.5 + pos: 78.5,-7.5 parent: 2 - uid: 7408 components: - type: Transform - pos: 54.5,14.5 + pos: 77.5,-7.5 parent: 2 - uid: 7409 components: - type: Transform - pos: 52.5,-8.5 + pos: 76.5,-7.5 parent: 2 - uid: 7410 components: - type: Transform - pos: 52.5,-9.5 + pos: 75.5,-7.5 parent: 2 - uid: 7411 components: - type: Transform - pos: 52.5,-10.5 + pos: 74.5,-7.5 parent: 2 - uid: 7412 components: - type: Transform - pos: 52.5,-11.5 + pos: 73.5,-7.5 parent: 2 - uid: 7413 components: - type: Transform - pos: 52.5,-12.5 + pos: 72.5,-7.5 parent: 2 - uid: 7414 components: - type: Transform - pos: 52.5,-13.5 + pos: 71.5,-7.5 parent: 2 - uid: 7415 components: - type: Transform - pos: 52.5,-14.5 + pos: 74.5,1.5 parent: 2 - uid: 7416 components: - type: Transform - pos: 37.5,-24.5 + pos: 45.5,-9.5 parent: 2 - uid: 7417 components: - type: Transform - pos: 36.5,-24.5 + pos: 46.5,-9.5 parent: 2 - uid: 7418 components: - type: Transform - pos: 111.5,-37.5 + pos: 47.5,-9.5 parent: 2 - uid: 7419 components: - type: Transform - pos: 111.5,-38.5 + pos: 48.5,-9.5 parent: 2 - uid: 7420 components: - type: Transform - pos: 112.5,-40.5 + pos: 51.5,11.5 parent: 2 - uid: 7421 components: - type: Transform - pos: 113.5,-40.5 + pos: 51.5,13.5 parent: 2 - uid: 7422 components: - type: Transform - pos: 114.5,-40.5 + pos: 52.5,10.5 parent: 2 - uid: 7423 components: - type: Transform - pos: 115.5,-40.5 + pos: 53.5,10.5 parent: 2 - uid: 7424 components: - type: Transform - pos: 116.5,-40.5 + pos: 52.5,12.5 parent: 2 - uid: 7425 components: - type: Transform - pos: 117.5,-40.5 + pos: 51.5,14.5 parent: 2 - uid: 7426 components: - type: Transform - pos: 118.5,-40.5 + pos: 50.5,14.5 parent: 2 - uid: 7427 components: - type: Transform - pos: 119.5,-40.5 + pos: 49.5,14.5 parent: 2 - uid: 7428 components: - type: Transform - pos: 120.5,-40.5 + pos: 48.5,14.5 parent: 2 - uid: 7429 components: - type: Transform - pos: 121.5,-40.5 + pos: 48.5,15.5 parent: 2 - uid: 7430 components: - type: Transform - pos: 122.5,-40.5 + pos: 47.5,15.5 parent: 2 - uid: 7431 components: - type: Transform - pos: 123.5,-40.5 + pos: 48.5,13.5 parent: 2 - uid: 7432 components: - type: Transform - pos: 124.5,-40.5 + pos: 48.5,12.5 parent: 2 - uid: 7433 components: - type: Transform - pos: 125.5,-40.5 + pos: 47.5,12.5 parent: 2 - uid: 7434 components: - type: Transform - pos: 126.5,-40.5 + pos: 46.5,12.5 parent: 2 - uid: 7435 components: - type: Transform - pos: 127.5,-40.5 + pos: 45.5,12.5 parent: 2 - uid: 7436 components: - type: Transform - pos: 128.5,-40.5 + pos: 44.5,12.5 parent: 2 - uid: 7437 components: - type: Transform - pos: 129.5,-40.5 + pos: 43.5,12.5 parent: 2 - uid: 7438 components: - type: Transform - pos: 130.5,-40.5 + pos: 43.5,13.5 parent: 2 - uid: 7439 components: - type: Transform - pos: 131.5,-40.5 + pos: 43.5,14.5 parent: 2 - uid: 7440 components: - type: Transform - pos: 132.5,-40.5 + pos: 43.5,15.5 parent: 2 - uid: 7441 components: - type: Transform - pos: 110.5,-39.5 + pos: 51.5,15.5 parent: 2 - uid: 7442 components: - type: Transform - pos: 110.5,-40.5 + pos: 49.5,11.5 parent: 2 - uid: 7443 components: - type: Transform - pos: 110.5,-42.5 + pos: 52.5,13.5 parent: 2 - uid: 7444 components: - type: Transform - pos: 110.5,-38.5 + pos: 54.5,16.5 parent: 2 - uid: 7445 components: - type: Transform - pos: 110.5,-41.5 + pos: 54.5,15.5 parent: 2 - uid: 7446 components: - type: Transform - pos: 112.5,-38.5 + pos: 54.5,14.5 parent: 2 - uid: 7447 components: - type: Transform - pos: 112.5,-39.5 + pos: 52.5,-8.5 parent: 2 - uid: 7448 components: - type: Transform - pos: -17.5,8.5 + pos: 52.5,-9.5 parent: 2 - uid: 7449 components: - type: Transform - pos: -17.5,7.5 + pos: 52.5,-10.5 parent: 2 - uid: 7450 components: - type: Transform - pos: -16.5,6.5 + pos: 52.5,-11.5 parent: 2 - uid: 7451 components: - type: Transform - pos: -16.5,7.5 + pos: 52.5,-12.5 parent: 2 - uid: 7452 components: - type: Transform - pos: -16.5,5.5 + pos: 52.5,-13.5 parent: 2 - uid: 7453 components: - type: Transform - pos: -16.5,4.5 + pos: 52.5,-14.5 parent: 2 - uid: 7454 components: - type: Transform - pos: -16.5,3.5 + pos: 37.5,-24.5 parent: 2 - uid: 7455 components: - type: Transform - pos: -14.5,7.5 + pos: 36.5,-24.5 parent: 2 - uid: 7456 components: - type: Transform - pos: -15.5,7.5 + pos: 111.5,-37.5 parent: 2 - uid: 7457 components: - type: Transform - pos: -15.5,8.5 + pos: 111.5,-38.5 parent: 2 - uid: 7458 components: - type: Transform - pos: -15.5,9.5 + pos: 112.5,-40.5 parent: 2 - uid: 7459 components: - type: Transform - pos: -15.5,10.5 + pos: 113.5,-40.5 parent: 2 - uid: 7460 components: - type: Transform - pos: -16.5,10.5 + pos: 114.5,-40.5 parent: 2 - uid: 7461 components: - type: Transform - pos: -17.5,10.5 + pos: 115.5,-40.5 parent: 2 - uid: 7462 components: - type: Transform - pos: -13.5,7.5 + pos: 116.5,-40.5 parent: 2 - uid: 7463 components: - type: Transform - pos: -13.5,6.5 + pos: 117.5,-40.5 parent: 2 - uid: 7464 components: - type: Transform - pos: -64.5,3.5 + pos: 118.5,-40.5 parent: 2 - uid: 7465 components: - type: Transform - pos: -79.5,-4.5 + pos: 119.5,-40.5 parent: 2 - uid: 7466 components: - type: Transform - pos: 46.5,24.5 + pos: 120.5,-40.5 parent: 2 - uid: 7467 components: - type: Transform - pos: 85.5,-46.5 + pos: 121.5,-40.5 parent: 2 - uid: 7468 components: - type: Transform - pos: -82.5,-2.5 + pos: 122.5,-40.5 parent: 2 - uid: 7469 components: - type: Transform - pos: 85.5,-52.5 + pos: 123.5,-40.5 parent: 2 - uid: 7470 components: - type: Transform - pos: 81.5,5.5 + pos: 124.5,-40.5 parent: 2 - uid: 7471 components: - type: Transform - pos: 45.5,24.5 + pos: 125.5,-40.5 parent: 2 - uid: 7472 components: - type: Transform - pos: 26.5,17.5 + pos: 126.5,-40.5 parent: 2 - uid: 7473 components: - type: Transform - pos: 54.5,-48.5 + pos: 127.5,-40.5 parent: 2 - uid: 7474 components: - type: Transform - pos: 30.5,20.5 + pos: 128.5,-40.5 parent: 2 - uid: 7475 components: - type: Transform - pos: 46.5,25.5 + pos: 129.5,-40.5 parent: 2 - uid: 7476 components: - type: Transform - pos: 85.5,-50.5 + pos: 130.5,-40.5 parent: 2 - uid: 7477 components: - type: Transform - pos: 0.5,-0.5 + pos: 131.5,-40.5 parent: 2 - uid: 7478 components: - type: Transform - pos: 11.5,-10.5 + pos: 132.5,-40.5 parent: 2 - uid: 7479 components: - type: Transform - pos: 10.5,-10.5 + pos: 110.5,-39.5 parent: 2 - uid: 7480 components: - type: Transform - pos: 9.5,-10.5 + pos: 110.5,-40.5 parent: 2 - uid: 7481 components: - type: Transform - pos: 8.5,-10.5 + pos: 110.5,-42.5 parent: 2 - uid: 7482 components: - type: Transform - pos: 7.5,-10.5 + pos: 110.5,-38.5 parent: 2 - uid: 7483 components: - type: Transform - pos: 6.5,-10.5 + pos: 110.5,-41.5 parent: 2 - uid: 7484 components: - type: Transform - pos: 30.5,19.5 + pos: 112.5,-38.5 parent: 2 - uid: 7485 components: - type: Transform - pos: -12.5,-61.5 + pos: 112.5,-39.5 parent: 2 - uid: 7486 components: - type: Transform - pos: -11.5,-61.5 + pos: -17.5,8.5 parent: 2 - uid: 7487 components: - type: Transform - pos: -10.5,-61.5 + pos: -17.5,7.5 parent: 2 - uid: 7488 components: - type: Transform - pos: -10.5,-62.5 + pos: -16.5,6.5 parent: 2 - uid: 7489 components: - type: Transform - pos: -10.5,-63.5 + pos: -16.5,7.5 parent: 2 - uid: 7490 components: - type: Transform - pos: -9.5,-63.5 + pos: -16.5,5.5 parent: 2 - uid: 7491 components: - type: Transform - pos: -8.5,-63.5 + pos: -16.5,4.5 parent: 2 - uid: 7492 components: - type: Transform - pos: -21.5,-45.5 + pos: -16.5,3.5 parent: 2 - uid: 7493 components: - type: Transform - pos: -20.5,-44.5 + pos: -14.5,7.5 parent: 2 - uid: 7494 components: - type: Transform - pos: -20.5,-43.5 + pos: -15.5,7.5 parent: 2 - uid: 7495 components: - type: Transform - pos: -20.5,-42.5 + pos: -15.5,8.5 parent: 2 - uid: 7496 components: - type: Transform - pos: -20.5,-41.5 + pos: -15.5,9.5 parent: 2 - uid: 7497 components: - type: Transform - pos: -20.5,-40.5 + pos: -15.5,10.5 parent: 2 - uid: 7498 components: - type: Transform - pos: -20.5,-39.5 + pos: -16.5,10.5 parent: 2 - uid: 7499 components: - type: Transform - pos: -20.5,-38.5 + pos: -17.5,10.5 parent: 2 - uid: 7500 components: - type: Transform - pos: -20.5,-37.5 + pos: -13.5,7.5 parent: 2 - uid: 7501 components: - type: Transform - pos: -20.5,-36.5 + pos: -13.5,6.5 parent: 2 - uid: 7502 components: - type: Transform - pos: -20.5,-45.5 + pos: -64.5,3.5 parent: 2 - uid: 7503 components: - type: Transform - pos: -20.5,-46.5 + pos: -79.5,-4.5 parent: 2 - uid: 7504 components: - type: Transform - pos: -20.5,-47.5 + pos: 46.5,24.5 parent: 2 - uid: 7505 components: - type: Transform - pos: -19.5,-39.5 + pos: 85.5,-46.5 parent: 2 - uid: 7506 components: - type: Transform - pos: -18.5,-39.5 + pos: -82.5,-2.5 parent: 2 - uid: 7507 components: - type: Transform - pos: -18.5,-40.5 + pos: 85.5,-52.5 parent: 2 - uid: 7508 components: - type: Transform - pos: -18.5,-41.5 + pos: 81.5,5.5 parent: 2 - uid: 7509 components: - type: Transform - pos: -18.5,-42.5 + pos: 45.5,24.5 parent: 2 - uid: 7510 components: - type: Transform - pos: -21.5,-43.5 + pos: 26.5,17.5 parent: 2 - uid: 7511 components: - type: Transform - pos: -22.5,-45.5 + pos: 54.5,-48.5 parent: 2 - uid: 7512 components: - type: Transform - pos: 24.5,-40.5 + pos: 30.5,20.5 parent: 2 - uid: 7513 components: - type: Transform - pos: 23.5,-40.5 + pos: 46.5,25.5 parent: 2 - uid: 7514 components: - type: Transform - pos: 22.5,-40.5 + pos: 85.5,-50.5 parent: 2 - uid: 7515 components: - type: Transform - pos: 21.5,-40.5 + pos: 0.5,-0.5 parent: 2 - uid: 7516 components: - type: Transform - pos: 21.5,-39.5 + pos: 11.5,-10.5 parent: 2 - uid: 7517 components: - type: Transform - pos: 21.5,-38.5 + pos: 10.5,-10.5 parent: 2 - uid: 7518 components: - type: Transform - pos: 21.5,-37.5 + pos: 9.5,-10.5 parent: 2 - uid: 7519 components: - type: Transform - pos: 21.5,-36.5 + pos: 8.5,-10.5 parent: 2 - uid: 7520 components: - type: Transform - pos: 21.5,-35.5 + pos: 7.5,-10.5 parent: 2 - uid: 7521 components: - type: Transform - pos: 21.5,-34.5 + pos: 6.5,-10.5 parent: 2 - uid: 7522 components: - type: Transform - pos: 21.5,-33.5 + pos: 30.5,19.5 parent: 2 - uid: 7523 components: - type: Transform - pos: 21.5,-32.5 + pos: -12.5,-61.5 parent: 2 - uid: 7524 components: - type: Transform - pos: 21.5,-31.5 + pos: -11.5,-61.5 parent: 2 - uid: 7525 components: - type: Transform - pos: 21.5,-41.5 + pos: -10.5,-61.5 parent: 2 - uid: 7526 components: - type: Transform - pos: 21.5,-42.5 + pos: -10.5,-62.5 parent: 2 - uid: 7527 components: - type: Transform - pos: 21.5,-43.5 + pos: -10.5,-63.5 parent: 2 - uid: 7528 components: - type: Transform - pos: 21.5,-44.5 + pos: -9.5,-63.5 parent: 2 - uid: 7529 components: - type: Transform - pos: 21.5,-45.5 + pos: -8.5,-63.5 parent: 2 - uid: 7530 components: - type: Transform - pos: 21.5,-46.5 + pos: -21.5,-45.5 parent: 2 - uid: 7531 components: - type: Transform - pos: 21.5,-30.5 + pos: -20.5,-44.5 parent: 2 - uid: 7532 components: - type: Transform - pos: 21.5,-29.5 + pos: -20.5,-43.5 parent: 2 - uid: 7533 components: - type: Transform - pos: 21.5,-28.5 + pos: -20.5,-42.5 parent: 2 - uid: 7534 components: - type: Transform - pos: -11.5,-10.5 + pos: -20.5,-41.5 parent: 2 - uid: 7535 components: - type: Transform - pos: -9.5,-10.5 + pos: -20.5,-40.5 parent: 2 - uid: 7536 components: - type: Transform - pos: -13.5,-10.5 + pos: -20.5,-39.5 parent: 2 - uid: 7537 components: - type: Transform - pos: -12.5,-10.5 + pos: -20.5,-38.5 parent: 2 - uid: 7538 components: - type: Transform - pos: -10.5,-10.5 + pos: -20.5,-37.5 parent: 2 - uid: 7539 components: - type: Transform - pos: -8.5,-10.5 + pos: -20.5,-36.5 parent: 2 - uid: 7540 components: - type: Transform - pos: -7.5,-10.5 + pos: -20.5,-45.5 parent: 2 - uid: 7541 components: - type: Transform - pos: -6.5,-10.5 + pos: -20.5,-46.5 parent: 2 - uid: 7542 components: - type: Transform - pos: -5.5,-10.5 + pos: -20.5,-47.5 parent: 2 - uid: 7543 components: - type: Transform - pos: -4.5,-10.5 + pos: -19.5,-39.5 parent: 2 - uid: 7544 components: - type: Transform - pos: -3.5,-10.5 + pos: -18.5,-39.5 parent: 2 - uid: 7545 components: - type: Transform - pos: -2.5,-10.5 + pos: -18.5,-40.5 parent: 2 - uid: 7546 components: - type: Transform - pos: -2.5,-11.5 + pos: -18.5,-41.5 parent: 2 - uid: 7547 components: - type: Transform - pos: 0.5,0.5 + pos: -18.5,-42.5 parent: 2 - uid: 7548 components: - type: Transform - pos: 24.5,18.5 + pos: -21.5,-43.5 parent: 2 - uid: 7549 components: - type: Transform - pos: 28.5,-29.5 + pos: -22.5,-45.5 parent: 2 - uid: 7550 components: - type: Transform - pos: 85.5,-49.5 + pos: 24.5,-40.5 parent: 2 - uid: 7551 components: - type: Transform - pos: -1.5,-72.5 + pos: 23.5,-40.5 parent: 2 - uid: 7552 components: - type: Transform - pos: -0.5,-69.5 + pos: 22.5,-40.5 parent: 2 - uid: 7553 components: - type: Transform - pos: -1.5,-69.5 + pos: 21.5,-40.5 parent: 2 - uid: 7554 components: - type: Transform - pos: -2.5,-69.5 + pos: 21.5,-39.5 parent: 2 - uid: 7555 components: - type: Transform - pos: -3.5,-69.5 + pos: 21.5,-38.5 parent: 2 - uid: 7556 components: - type: Transform - pos: -4.5,-69.5 + pos: 21.5,-37.5 parent: 2 - uid: 7557 components: - type: Transform - pos: 0.5,-67.5 + pos: 21.5,-36.5 parent: 2 - uid: 7558 components: - type: Transform - pos: -3.5,-73.5 + pos: 21.5,-35.5 parent: 2 - uid: 7559 components: - type: Transform - pos: -3.5,-72.5 + pos: 21.5,-34.5 parent: 2 - uid: 7560 components: - type: Transform - pos: -1.5,-10.5 + pos: 21.5,-33.5 parent: 2 - uid: 7561 components: - type: Transform - pos: -0.5,-10.5 + pos: 21.5,-32.5 parent: 2 - uid: 7562 components: - type: Transform - pos: 0.5,-10.5 + pos: 21.5,-31.5 parent: 2 - uid: 7563 components: - type: Transform - pos: 0.5,-9.5 + pos: 21.5,-41.5 parent: 2 - uid: 7564 components: - type: Transform - pos: 0.5,-8.5 + pos: 21.5,-42.5 parent: 2 - uid: 7565 components: - type: Transform - pos: 0.5,-7.5 + pos: 21.5,-43.5 parent: 2 - uid: 7566 components: - type: Transform - pos: 0.5,-6.5 + pos: 21.5,-44.5 parent: 2 - uid: 7567 components: - type: Transform - pos: 0.5,-5.5 + pos: 21.5,-45.5 parent: 2 - uid: 7568 components: - type: Transform - pos: 0.5,-4.5 + pos: 21.5,-46.5 parent: 2 - uid: 7569 components: - type: Transform - pos: 1.5,-10.5 + pos: 21.5,-30.5 parent: 2 - uid: 7570 components: - type: Transform - pos: 2.5,-10.5 + pos: 21.5,-29.5 parent: 2 - uid: 7571 components: - type: Transform - pos: 3.5,-10.5 + pos: 21.5,-28.5 parent: 2 - uid: 7572 components: - type: Transform - pos: -64.5,-77.5 + pos: -11.5,-10.5 parent: 2 - uid: 7573 components: - type: Transform - pos: -64.5,-78.5 + pos: -9.5,-10.5 parent: 2 - uid: 7574 components: - type: Transform - pos: -64.5,-79.5 + pos: -13.5,-10.5 parent: 2 - uid: 7575 components: - type: Transform - pos: -63.5,-74.5 + pos: -12.5,-10.5 parent: 2 - uid: 7576 components: - type: Transform - pos: -7.5,-97.5 + pos: -10.5,-10.5 parent: 2 - uid: 7577 components: - type: Transform - pos: -63.5,3.5 + pos: -8.5,-10.5 parent: 2 - uid: 7578 components: - type: Transform - pos: 106.5,-18.5 + pos: -7.5,-10.5 parent: 2 - uid: 7579 components: - type: Transform - pos: 26.5,18.5 + pos: -6.5,-10.5 parent: 2 - uid: 7580 components: - type: Transform - pos: 84.5,-49.5 + pos: -5.5,-10.5 parent: 2 - uid: 7581 components: - type: Transform - pos: 109.5,-18.5 + pos: -4.5,-10.5 parent: 2 - uid: 7582 components: - type: Transform - pos: 107.5,-18.5 + pos: -3.5,-10.5 parent: 2 - uid: 7583 components: - type: Transform - pos: 85.5,-47.5 + pos: -2.5,-10.5 parent: 2 - uid: 7584 components: - type: Transform - pos: 105.5,-18.5 + pos: -2.5,-11.5 parent: 2 - uid: 7585 components: - type: Transform - pos: 30.5,18.5 + pos: 0.5,0.5 parent: 2 - uid: 7586 components: - type: Transform - pos: 30.5,17.5 + pos: 24.5,18.5 parent: 2 - uid: 7587 components: - type: Transform - pos: 31.5,17.5 + pos: 28.5,-29.5 parent: 2 - uid: 7588 components: - type: Transform - pos: 32.5,17.5 + pos: 85.5,-49.5 parent: 2 - uid: 7589 components: - type: Transform - pos: 25.5,24.5 + pos: -1.5,-72.5 parent: 2 - uid: 7590 components: - type: Transform - pos: -9.5,-104.5 + pos: -0.5,-69.5 parent: 2 - uid: 7591 components: - type: Transform - pos: 27.5,-29.5 + pos: -1.5,-69.5 parent: 2 - uid: 7592 components: - type: Transform - pos: 7.5,-0.5 + pos: -2.5,-69.5 parent: 2 - uid: 7593 components: - type: Transform - pos: 7.5,-1.5 + pos: -3.5,-69.5 parent: 2 - uid: 7594 components: - type: Transform - pos: 7.5,-2.5 + pos: -4.5,-69.5 parent: 2 - uid: 7595 components: - type: Transform - pos: 7.5,-3.5 + pos: 0.5,-67.5 parent: 2 - uid: 7596 components: - type: Transform - pos: 6.5,-3.5 + pos: -3.5,-73.5 parent: 2 - uid: 7597 components: - type: Transform - pos: 5.5,-3.5 + pos: -3.5,-72.5 parent: 2 - uid: 7598 components: - type: Transform - pos: 4.5,-3.5 + pos: -1.5,-10.5 parent: 2 - uid: 7599 components: - type: Transform - pos: 3.5,-3.5 + pos: -0.5,-10.5 parent: 2 - uid: 7600 components: - type: Transform - pos: 3.5,-4.5 + pos: 0.5,-10.5 parent: 2 - uid: 7601 components: - type: Transform - pos: 9.5,-3.5 + pos: 0.5,-9.5 parent: 2 - uid: 7602 components: - type: Transform - pos: -55.5,-87.5 + pos: 0.5,-8.5 parent: 2 - uid: 7603 components: - type: Transform - pos: -55.5,-88.5 + pos: 0.5,-7.5 parent: 2 - uid: 7604 components: - type: Transform - pos: -55.5,-89.5 + pos: 0.5,-6.5 parent: 2 - uid: 7605 components: - type: Transform - pos: -55.5,-90.5 + pos: 0.5,-5.5 parent: 2 - uid: 7606 components: - type: Transform - pos: -56.5,-90.5 + pos: 0.5,-4.5 parent: 2 - uid: 7607 components: - type: Transform - pos: -57.5,-90.5 + pos: 1.5,-10.5 parent: 2 - uid: 7608 components: - type: Transform - pos: 36.5,16.5 + pos: 2.5,-10.5 parent: 2 - uid: 7609 components: - type: Transform - pos: -37.5,7.5 + pos: 3.5,-10.5 parent: 2 - uid: 7610 components: - type: Transform - pos: -37.5,6.5 + pos: -64.5,-77.5 parent: 2 - uid: 7611 components: - type: Transform - pos: -80.5,-4.5 + pos: -64.5,-78.5 parent: 2 - uid: 7612 components: - type: Transform - pos: -84.5,-1.5 + pos: -64.5,-79.5 parent: 2 - uid: 7613 components: - type: Transform - pos: -84.5,-2.5 + pos: -63.5,-74.5 parent: 2 - uid: 7614 components: - type: Transform - pos: -84.5,-3.5 + pos: -7.5,-97.5 parent: 2 - uid: 7615 components: - type: Transform - pos: -79.5,-20.5 + pos: -63.5,3.5 parent: 2 - uid: 7616 components: - type: Transform - pos: -78.5,-20.5 + pos: 106.5,-18.5 parent: 2 - uid: 7617 components: - type: Transform - pos: 0.5,-1.5 + pos: 26.5,18.5 parent: 2 - uid: 7618 components: - type: Transform - pos: 0.5,-2.5 + pos: 84.5,-49.5 parent: 2 - uid: 7619 components: - type: Transform - pos: 82.5,4.5 + pos: 109.5,-18.5 parent: 2 - uid: 7620 components: - type: Transform - pos: 83.5,4.5 + pos: 107.5,-18.5 parent: 2 - uid: 7621 components: - type: Transform - pos: 84.5,4.5 + pos: 85.5,-47.5 parent: 2 - uid: 7622 components: - type: Transform - pos: 80.5,5.5 + pos: 105.5,-18.5 parent: 2 - uid: 7623 components: - type: Transform - pos: 82.5,5.5 + pos: 30.5,18.5 parent: 2 - uid: 7624 components: - type: Transform - pos: 33.5,41.5 + pos: 30.5,17.5 parent: 2 - uid: 7625 components: - type: Transform - pos: 33.5,40.5 + pos: 31.5,17.5 parent: 2 - uid: 7626 components: - type: Transform - pos: 33.5,39.5 + pos: 32.5,17.5 parent: 2 - uid: 7627 components: - type: Transform - pos: 33.5,38.5 + pos: 25.5,24.5 parent: 2 - uid: 7628 components: - type: Transform - pos: 33.5,37.5 + pos: -9.5,-104.5 parent: 2 - uid: 7629 components: - type: Transform - pos: 33.5,36.5 + pos: 27.5,-29.5 parent: 2 - uid: 7630 components: - type: Transform - pos: 33.5,35.5 + pos: 7.5,-0.5 parent: 2 - uid: 7631 components: - type: Transform - pos: 33.5,34.5 + pos: 7.5,-1.5 parent: 2 - uid: 7632 components: - type: Transform - pos: -15.5,-100.5 + pos: 7.5,-2.5 parent: 2 - uid: 7633 components: - type: Transform - pos: -14.5,-100.5 + pos: 7.5,-3.5 parent: 2 - uid: 7634 components: - type: Transform - pos: -13.5,-100.5 + pos: 6.5,-3.5 parent: 2 - uid: 7635 components: - type: Transform - pos: -12.5,-99.5 + pos: 5.5,-3.5 parent: 2 - uid: 7636 components: - type: Transform - pos: -11.5,-99.5 + pos: 4.5,-3.5 parent: 2 - uid: 7637 components: - type: Transform - pos: -10.5,-99.5 + pos: 3.5,-3.5 parent: 2 - uid: 7638 components: - type: Transform - pos: -9.5,-99.5 + pos: 3.5,-4.5 parent: 2 - uid: 7639 components: - type: Transform - pos: -8.5,-99.5 + pos: 9.5,-3.5 parent: 2 - uid: 7640 components: - type: Transform - pos: -7.5,-99.5 + pos: -55.5,-87.5 parent: 2 - uid: 7641 components: - type: Transform - pos: -12.5,-103.5 + pos: -55.5,-88.5 parent: 2 - uid: 7642 components: - type: Transform - pos: -11.5,-103.5 + pos: -55.5,-89.5 parent: 2 - uid: 7643 components: - type: Transform - pos: -10.5,-103.5 + pos: -55.5,-90.5 parent: 2 - uid: 7644 components: - type: Transform - pos: -9.5,-103.5 + pos: -56.5,-90.5 parent: 2 - uid: 7645 components: - type: Transform - pos: -8.5,-103.5 + pos: -57.5,-90.5 parent: 2 - uid: 7646 components: - type: Transform - pos: -7.5,-103.5 + pos: 36.5,16.5 parent: 2 - uid: 7647 components: - type: Transform - pos: -6.5,-103.5 + pos: -37.5,7.5 parent: 2 - uid: 7648 components: - type: Transform - pos: -5.5,-103.5 + pos: -37.5,6.5 parent: 2 - uid: 7649 components: - type: Transform - pos: -4.5,-103.5 + pos: -80.5,-4.5 parent: 2 - uid: 7650 components: - type: Transform - pos: -3.5,-103.5 + pos: -84.5,-1.5 parent: 2 - uid: 7651 components: - type: Transform - pos: -2.5,-103.5 + pos: -84.5,-2.5 parent: 2 - uid: 7652 components: - type: Transform - pos: -6.5,-99.5 + pos: -84.5,-3.5 parent: 2 - uid: 7653 components: - type: Transform - pos: -6.5,-100.5 + pos: -79.5,-20.5 parent: 2 - uid: 7654 components: - type: Transform - pos: -6.5,-101.5 + pos: -78.5,-20.5 parent: 2 - uid: 7655 components: - type: Transform - pos: -6.5,-102.5 + pos: 0.5,-1.5 parent: 2 - uid: 7656 components: - type: Transform - pos: -9.5,-106.5 + pos: 0.5,-2.5 parent: 2 - uid: 7657 components: - type: Transform - pos: -9.5,-107.5 + pos: 82.5,4.5 parent: 2 - uid: 7658 components: - type: Transform - pos: -9.5,-108.5 + pos: 83.5,4.5 parent: 2 - uid: 7659 components: - type: Transform - pos: -9.5,-109.5 + pos: 84.5,4.5 parent: 2 - uid: 7660 components: - type: Transform - pos: -9.5,-110.5 + pos: 80.5,5.5 parent: 2 - uid: 7661 components: - type: Transform - pos: -12.5,-100.5 + pos: 82.5,5.5 parent: 2 - uid: 7662 components: - type: Transform - pos: -12.5,-101.5 + pos: 33.5,41.5 parent: 2 - uid: 7663 components: - type: Transform - pos: -12.5,-102.5 + pos: 33.5,40.5 parent: 2 - uid: 7664 components: - type: Transform - pos: -7.5,-95.5 + pos: 33.5,39.5 parent: 2 - uid: 7665 components: - type: Transform - pos: -53.5,-129.5 + pos: 33.5,38.5 parent: 2 - uid: 7666 components: - type: Transform - pos: -54.5,-129.5 + pos: 33.5,37.5 parent: 2 - uid: 7667 components: - type: Transform - pos: -55.5,-129.5 + pos: 33.5,36.5 parent: 2 - uid: 7668 components: - type: Transform - pos: -55.5,-130.5 + pos: 33.5,35.5 parent: 2 - uid: 7669 components: - type: Transform - pos: -55.5,-131.5 + pos: 33.5,34.5 parent: 2 - uid: 7670 components: - type: Transform - pos: -55.5,-132.5 + pos: -15.5,-100.5 parent: 2 - uid: 7671 components: - type: Transform - pos: -26.5,-96.5 + pos: -14.5,-100.5 parent: 2 - uid: 7672 components: - type: Transform - pos: -26.5,-97.5 + pos: -13.5,-100.5 parent: 2 - uid: 7673 components: - type: Transform - pos: -26.5,-100.5 + pos: -12.5,-99.5 parent: 2 - uid: 7674 components: - type: Transform - pos: -27.5,-100.5 + pos: -11.5,-99.5 parent: 2 - uid: 7675 components: - type: Transform - pos: -27.5,-101.5 + pos: -10.5,-99.5 parent: 2 - uid: 7676 components: - type: Transform - pos: -27.5,-102.5 + pos: -9.5,-99.5 parent: 2 - uid: 7677 components: - type: Transform - pos: -27.5,-103.5 + pos: -8.5,-99.5 parent: 2 - uid: 7678 components: - type: Transform - pos: -27.5,-104.5 + pos: -7.5,-99.5 parent: 2 - uid: 7679 components: - type: Transform - pos: -23.5,-97.5 + pos: -12.5,-103.5 parent: 2 - uid: 7680 components: - type: Transform - pos: -25.5,-103.5 + pos: -11.5,-103.5 parent: 2 - uid: 7681 components: - type: Transform - pos: -24.5,-103.5 + pos: -10.5,-103.5 parent: 2 - uid: 7682 components: - type: Transform - pos: -23.5,-103.5 + pos: -9.5,-103.5 parent: 2 - uid: 7683 components: - type: Transform - pos: -22.5,-103.5 + pos: -8.5,-103.5 parent: 2 - uid: 7684 components: - type: Transform - pos: -21.5,-103.5 + pos: -7.5,-103.5 parent: 2 - uid: 7685 components: - type: Transform - pos: -20.5,-103.5 + pos: -6.5,-103.5 parent: 2 - uid: 7686 components: - type: Transform - pos: -16.5,-103.5 + pos: -5.5,-103.5 parent: 2 - uid: 7687 components: - type: Transform - pos: -23.5,-107.5 + pos: -4.5,-103.5 parent: 2 - uid: 7688 components: - type: Transform - pos: -22.5,-107.5 + pos: -3.5,-103.5 parent: 2 - uid: 7689 components: - type: Transform - pos: -21.5,-107.5 + pos: -2.5,-103.5 parent: 2 - uid: 7690 components: - type: Transform - pos: -20.5,-107.5 + pos: -6.5,-99.5 parent: 2 - uid: 7691 components: - type: Transform - pos: -19.5,-107.5 + pos: -6.5,-100.5 parent: 2 - uid: 7692 components: - type: Transform - pos: -18.5,-107.5 + pos: -6.5,-101.5 parent: 2 - uid: 7693 components: - type: Transform - pos: -18.5,-103.5 + pos: -6.5,-102.5 parent: 2 - uid: 7694 components: - type: Transform - pos: -17.5,-103.5 + pos: -9.5,-106.5 parent: 2 - uid: 7695 components: - type: Transform - pos: -17.5,-102.5 + pos: -9.5,-107.5 parent: 2 - uid: 7696 components: - type: Transform - pos: -17.5,-101.5 + pos: -9.5,-108.5 parent: 2 - uid: 7697 components: - type: Transform - pos: -19.5,-106.5 + pos: -9.5,-109.5 parent: 2 - uid: 7698 components: - type: Transform - pos: -19.5,-105.5 + pos: -9.5,-110.5 parent: 2 - uid: 7699 components: - type: Transform - pos: -16.5,-104.5 + pos: -12.5,-100.5 parent: 2 - uid: 7700 components: - type: Transform - pos: -26.5,-99.5 + pos: -12.5,-101.5 parent: 2 - uid: 7701 components: - type: Transform - pos: -54.5,-81.5 + pos: -12.5,-102.5 parent: 2 - uid: 7702 components: - type: Transform - pos: -55.5,-81.5 + pos: -7.5,-95.5 parent: 2 - uid: 7703 components: - type: Transform - pos: -56.5,-81.5 + pos: -53.5,-129.5 parent: 2 - uid: 7704 components: - type: Transform - pos: -56.5,-82.5 + pos: -54.5,-129.5 parent: 2 - uid: 7705 components: - type: Transform - pos: -56.5,-83.5 + pos: -55.5,-129.5 parent: 2 - uid: 7706 components: - type: Transform - pos: -65.5,-56.5 + pos: -55.5,-130.5 parent: 2 - uid: 7707 components: - type: Transform - pos: -66.5,-56.5 + pos: -55.5,-131.5 parent: 2 - uid: 7708 components: - type: Transform - pos: -67.5,-56.5 + pos: -55.5,-132.5 parent: 2 - uid: 7709 components: - type: Transform - pos: -68.5,-56.5 + pos: -26.5,-96.5 parent: 2 - uid: 7710 components: - type: Transform - pos: -69.5,-56.5 + pos: -26.5,-97.5 parent: 2 - uid: 7711 components: - type: Transform - pos: -70.5,-56.5 + pos: -26.5,-100.5 parent: 2 - uid: 7712 components: - type: Transform - pos: -71.5,-56.5 + pos: -27.5,-100.5 parent: 2 - uid: 7713 components: - type: Transform - pos: -67.5,-57.5 + pos: -27.5,-101.5 parent: 2 - uid: 7714 components: - type: Transform - pos: -67.5,-58.5 + pos: -27.5,-102.5 parent: 2 - uid: 7715 components: - type: Transform - pos: -67.5,-59.5 + pos: -27.5,-103.5 parent: 2 - uid: 7716 components: - type: Transform - pos: -71.5,-57.5 + pos: -27.5,-104.5 parent: 2 - uid: 7717 components: - type: Transform - pos: 97.5,-76.5 + pos: -23.5,-97.5 parent: 2 - uid: 7718 components: - type: Transform - pos: 97.5,-77.5 + pos: -25.5,-103.5 parent: 2 - uid: 7719 components: - type: Transform - pos: 40.5,-4.5 + pos: -24.5,-103.5 parent: 2 - uid: 7720 components: - type: Transform - pos: 39.5,-3.5 + pos: -23.5,-103.5 parent: 2 - uid: 7721 components: - type: Transform - pos: 96.5,-62.5 + pos: -22.5,-103.5 parent: 2 - uid: 7722 components: - type: Transform - pos: 95.5,-62.5 + pos: -21.5,-103.5 parent: 2 - uid: 7723 components: - type: Transform - pos: 94.5,-62.5 + pos: -20.5,-103.5 parent: 2 - uid: 7724 components: - type: Transform - pos: 94.5,-61.5 + pos: -16.5,-103.5 parent: 2 - uid: 7725 components: - type: Transform - pos: 94.5,-60.5 + pos: -23.5,-107.5 parent: 2 - uid: 7726 components: - type: Transform - pos: 94.5,-59.5 + pos: -22.5,-107.5 parent: 2 - uid: 7727 components: - type: Transform - pos: 93.5,-59.5 + pos: -21.5,-107.5 parent: 2 - uid: 7728 components: - type: Transform - pos: 92.5,-59.5 + pos: -20.5,-107.5 parent: 2 - uid: 7729 components: - type: Transform - pos: 91.5,-59.5 + pos: -19.5,-107.5 parent: 2 - uid: 7730 components: - type: Transform - pos: 91.5,-58.5 + pos: -18.5,-107.5 parent: 2 - uid: 7731 components: - type: Transform - pos: 91.5,-57.5 + pos: -18.5,-103.5 parent: 2 - uid: 7732 components: - type: Transform - pos: 95.5,-59.5 + pos: -17.5,-103.5 parent: 2 - uid: 7733 components: - type: Transform - pos: 95.5,-58.5 + pos: -17.5,-102.5 parent: 2 - uid: 7734 components: - type: Transform - pos: 95.5,-57.5 + pos: -17.5,-101.5 parent: 2 - uid: 7735 components: - type: Transform - pos: 96.5,-57.5 + pos: -19.5,-106.5 parent: 2 - uid: 7736 components: - type: Transform - pos: 97.5,-57.5 + pos: -19.5,-105.5 parent: 2 - uid: 7737 components: - type: Transform - pos: 98.5,-57.5 + pos: -16.5,-104.5 parent: 2 - uid: 7738 components: - type: Transform - pos: 99.5,-57.5 + pos: -26.5,-99.5 parent: 2 - uid: 7739 components: - type: Transform - pos: 100.5,-57.5 + pos: -54.5,-81.5 parent: 2 - uid: 7740 components: - type: Transform - pos: 101.5,-57.5 + pos: -55.5,-81.5 parent: 2 - uid: 7741 components: - type: Transform - pos: 101.5,-58.5 + pos: -56.5,-81.5 parent: 2 - uid: 7742 components: - type: Transform - pos: 101.5,-59.5 + pos: -56.5,-82.5 parent: 2 - uid: 7743 components: - type: Transform - pos: 102.5,-59.5 + pos: -56.5,-83.5 parent: 2 - uid: 7744 components: - type: Transform - pos: 102.5,-60.5 + pos: -65.5,-56.5 parent: 2 - uid: 7745 components: - type: Transform - pos: 89.5,-56.5 + pos: -66.5,-56.5 parent: 2 - uid: 7746 components: - type: Transform - pos: 90.5,-56.5 + pos: -67.5,-56.5 parent: 2 - uid: 7747 components: - type: Transform - pos: 91.5,-56.5 + pos: -68.5,-56.5 parent: 2 - uid: 7748 components: - type: Transform - pos: 92.5,-56.5 + pos: -69.5,-56.5 parent: 2 - uid: 7749 components: - type: Transform - pos: 91.5,-60.5 + pos: -70.5,-56.5 parent: 2 - uid: 7750 components: - type: Transform - pos: 90.5,-60.5 + pos: -71.5,-56.5 parent: 2 - uid: 7751 components: - type: Transform - pos: 89.5,-60.5 + pos: -67.5,-57.5 parent: 2 - uid: 7752 components: - type: Transform - pos: 88.5,-60.5 + pos: -67.5,-58.5 parent: 2 - uid: 7753 components: - type: Transform - pos: 88.5,-59.5 + pos: -67.5,-59.5 parent: 2 - uid: 7754 components: - type: Transform - pos: 88.5,-58.5 + pos: -71.5,-57.5 parent: 2 - uid: 7755 components: - type: Transform - pos: 88.5,-57.5 + pos: 97.5,-76.5 parent: 2 - uid: 7756 components: - type: Transform - pos: 88.5,-61.5 + pos: 97.5,-77.5 parent: 2 - uid: 7757 components: - type: Transform - pos: 88.5,-63.5 + pos: 40.5,-4.5 parent: 2 - uid: 7758 components: - type: Transform - pos: 88.5,-64.5 + pos: 39.5,-3.5 parent: 2 - uid: 7759 components: - type: Transform - pos: 88.5,-65.5 + pos: 96.5,-62.5 parent: 2 - uid: 7760 components: - type: Transform - pos: 89.5,-65.5 + pos: 95.5,-62.5 parent: 2 - uid: 7761 components: - type: Transform - pos: 89.5,-63.5 + pos: 94.5,-62.5 parent: 2 - uid: 7762 components: - type: Transform - pos: 89.5,-62.5 + pos: 94.5,-61.5 parent: 2 - uid: 7763 components: - type: Transform - pos: 90.5,-62.5 + pos: 94.5,-60.5 parent: 2 - uid: 7764 components: - type: Transform - pos: 90.5,-61.5 + pos: 94.5,-59.5 parent: 2 - uid: 7765 components: - type: Transform - pos: 98.5,-58.5 + pos: 93.5,-59.5 parent: 2 - uid: 7766 components: - type: Transform - pos: 98.5,-59.5 + pos: 92.5,-59.5 parent: 2 - uid: 7767 components: - type: Transform - pos: 97.5,-59.5 + pos: 91.5,-59.5 parent: 2 - uid: 7768 components: - type: Transform - pos: 99.5,-59.5 + pos: 91.5,-58.5 parent: 2 - uid: 7769 components: - type: Transform - pos: 101.5,-56.5 + pos: 91.5,-57.5 parent: 2 - uid: 7770 components: - type: Transform - pos: 101.5,-55.5 + pos: 95.5,-59.5 parent: 2 - uid: 7771 components: - type: Transform - pos: 102.5,-55.5 + pos: 95.5,-58.5 parent: 2 - uid: 7772 components: - type: Transform - pos: 100.5,-55.5 + pos: 95.5,-57.5 parent: 2 - uid: 7773 components: - type: Transform - pos: 102.5,-61.5 + pos: 96.5,-57.5 parent: 2 - uid: 7774 components: - type: Transform - pos: 103.5,-61.5 + pos: 97.5,-57.5 parent: 2 - uid: 7775 components: - type: Transform - pos: 103.5,-62.5 + pos: 98.5,-57.5 parent: 2 - uid: 7776 components: - type: Transform - pos: 103.5,-63.5 + pos: 99.5,-57.5 parent: 2 - uid: 7777 components: - type: Transform - pos: 45.5,-42.5 + pos: 100.5,-57.5 parent: 2 - uid: 7778 components: - type: Transform - pos: 46.5,-42.5 + pos: 101.5,-57.5 parent: 2 - uid: 7779 components: - type: Transform - pos: 47.5,-42.5 + pos: 101.5,-58.5 parent: 2 - uid: 7780 components: - type: Transform - pos: 48.5,-42.5 + pos: 101.5,-59.5 parent: 2 - uid: 7781 components: - type: Transform - pos: 49.5,-42.5 + pos: 102.5,-59.5 parent: 2 - uid: 7782 components: - type: Transform - pos: 50.5,-42.5 + pos: 102.5,-60.5 parent: 2 - uid: 7783 components: - type: Transform - pos: 51.5,-42.5 + pos: 89.5,-56.5 parent: 2 - uid: 7784 components: - type: Transform - pos: 52.5,-42.5 + pos: 90.5,-56.5 parent: 2 - uid: 7785 components: - type: Transform - pos: 53.5,-42.5 + pos: 91.5,-56.5 parent: 2 - uid: 7786 components: - type: Transform - pos: 54.5,-42.5 + pos: 92.5,-56.5 parent: 2 - uid: 7787 components: - type: Transform - pos: 55.5,-42.5 + pos: 91.5,-60.5 parent: 2 - uid: 7788 components: - type: Transform - pos: 56.5,-42.5 + pos: 90.5,-60.5 parent: 2 - uid: 7789 components: - type: Transform - pos: 57.5,-42.5 + pos: 89.5,-60.5 parent: 2 - uid: 7790 components: - type: Transform - pos: 58.5,-42.5 + pos: 88.5,-60.5 parent: 2 - uid: 7791 components: - type: Transform - pos: 59.5,-42.5 + pos: 88.5,-59.5 parent: 2 - uid: 7792 components: - type: Transform - pos: 39.5,-4.5 + pos: 88.5,-58.5 parent: 2 - uid: 7793 components: - type: Transform - pos: 39.5,-5.5 + pos: 88.5,-57.5 parent: 2 - uid: 7794 components: - type: Transform - pos: 95.5,-75.5 + pos: 88.5,-61.5 parent: 2 - uid: 7795 components: - type: Transform - pos: 46.5,2.5 + pos: 88.5,-63.5 parent: 2 - uid: 7796 components: - type: Transform - pos: 45.5,2.5 + pos: 88.5,-64.5 parent: 2 - uid: 7797 components: - type: Transform - pos: 50.5,6.5 + pos: 88.5,-65.5 parent: 2 - uid: 7798 components: - type: Transform - pos: 49.5,6.5 + pos: 89.5,-65.5 parent: 2 - uid: 7799 components: - type: Transform - pos: 44.5,2.5 + pos: 89.5,-63.5 parent: 2 - uid: 7800 components: - type: Transform - pos: 48.5,6.5 + pos: 89.5,-62.5 parent: 2 - uid: 7801 components: - type: Transform - pos: 72.5,-60.5 + pos: 90.5,-62.5 parent: 2 -- proto: CableApcStack - entities: - uid: 7802 components: - type: Transform - pos: 52.6168,-84.34865 + pos: 90.5,-61.5 parent: 2 - uid: 7803 components: - type: Transform - pos: -27.535309,-77.58326 + pos: 98.5,-58.5 parent: 2 - uid: 7804 components: - type: Transform - pos: 52.569923,-84.5049 + pos: 98.5,-59.5 parent: 2 - uid: 7805 components: - type: Transform - pos: -50.446594,-60.864414 + pos: 97.5,-59.5 parent: 2 - uid: 7806 components: - type: Transform - pos: -69.09691,-62.419525 + pos: 99.5,-59.5 parent: 2 - uid: 7807 components: - type: Transform - pos: -27.527275,-77.66927 + pos: 101.5,-56.5 parent: 2 - uid: 7808 components: - type: Transform - pos: -40.56684,-53.460392 + pos: 101.5,-55.5 parent: 2 - uid: 7809 components: - type: Transform - pos: -40.459167,-62.80593 + pos: 102.5,-55.5 parent: 2 - uid: 7810 components: - type: Transform - pos: 21.5,19.5 + pos: 100.5,-55.5 parent: 2 - uid: 7811 components: - type: Transform - pos: -68.4788,-15.541781 + pos: 102.5,-61.5 parent: 2 - uid: 7812 components: - type: Transform - pos: 40.48218,-35.22666 + pos: 103.5,-61.5 parent: 2 - uid: 7813 components: - type: Transform - pos: -38.5,-49.5 + pos: 103.5,-62.5 parent: 2 - uid: 7814 components: - type: Transform - pos: -42.437763,-112.45888 + pos: 103.5,-63.5 parent: 2 - uid: 7815 components: - type: Transform - pos: 104.5,-57.5 + pos: 45.5,-42.5 parent: 2 - uid: 7816 components: - type: Transform - pos: 44.584576,-62.591125 + pos: 46.5,-42.5 parent: 2 - uid: 7817 components: - type: Transform - pos: 48.471825,-60.322002 + pos: 47.5,-42.5 parent: 2 - uid: 7818 components: - type: Transform - pos: 94.5,-88.5 + pos: 48.5,-42.5 parent: 2 - uid: 7819 + components: + - type: Transform + pos: 49.5,-42.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: 50.5,-42.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: 51.5,-42.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: 52.5,-42.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: 53.5,-42.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: 54.5,-42.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: 55.5,-42.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + pos: 56.5,-42.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + pos: 57.5,-42.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 58.5,-42.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: 59.5,-42.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: 95.5,-75.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: 50.5,6.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: 72.5,-60.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + pos: 13.5,-46.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + pos: 13.5,-47.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: 11.5,-47.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + pos: 11.5,-48.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: 11.5,-49.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: 13.5,-51.5 + parent: 2 + - uid: 8031 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: 11.5,-45.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 8037 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 8044 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 8047 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: 13.5,-44.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: 14.5,-44.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: -9.5,-47.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: -9.5,-48.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: -9.5,-49.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 8061 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + pos: -15.5,-48.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + pos: -15.5,-47.5 + parent: 2 + - uid: 8069 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 8070 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 8071 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: -8.5,-47.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: -7.5,-47.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: -6.5,-47.5 + parent: 2 + - uid: 8077 + components: + - type: Transform + pos: -5.5,-47.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 8081 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 8082 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 8084 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 8085 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + pos: 9.5,-57.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: 8.5,-59.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 8096 + components: + - type: Transform + pos: 5.5,-58.5 + parent: 2 + - uid: 8097 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: 2.5,-58.5 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: -11.5,-57.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: -11.5,-58.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 8125 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 8126 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 8128 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 8129 + components: + - type: Transform + pos: 52.6168,-84.34865 + parent: 2 + - uid: 8130 + components: + - type: Transform + pos: -27.535309,-77.58326 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 52.569923,-84.5049 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: -50.446594,-60.864414 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: -69.09691,-62.419525 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: -27.527275,-77.66927 + parent: 2 + - uid: 8135 + components: + - type: Transform + pos: -40.56684,-53.460392 + parent: 2 + - uid: 8136 + components: + - type: Transform + pos: -40.459167,-62.80593 + parent: 2 + - uid: 8137 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + pos: -68.4788,-15.541781 + parent: 2 + - uid: 8139 + components: + - type: Transform + pos: 40.48218,-35.22666 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: -38.5,-49.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + pos: -42.437763,-112.45888 + parent: 2 + - uid: 8142 + components: + - type: Transform + pos: 104.5,-57.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + pos: 44.584576,-62.591125 + parent: 2 + - uid: 8144 + components: + - type: Transform + pos: 48.471825,-60.322002 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: 94.5,-88.5 + parent: 2 + - uid: 8146 components: - type: Transform pos: 101.5,-80.5 parent: 2 - proto: CableApcStack1 entities: - - uid: 7820 + - uid: 8147 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.612465,3.6482325 parent: 2 - - uid: 7821 + - uid: 8148 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.655058,-96.45677 parent: 2 - - uid: 7822 + - uid: 8149 components: - type: Transform rot: 3.141592653589793 rad pos: -63.683983,-34.081646 parent: 2 - - uid: 7823 + - uid: 8150 components: - type: Transform rot: 3.141592653589793 rad pos: -64.65273,-33.34727 parent: 2 - - uid: 7824 + - uid: 8151 components: - type: Transform rot: 3.141592653589793 rad pos: -65.71523,-33.862896 parent: 2 - - uid: 7825 + - uid: 8152 components: - type: Transform rot: 3.141592653589793 rad pos: -63.887108,-32.331646 parent: 2 - - uid: 7826 + - uid: 8153 components: - type: Transform rot: 3.141592653589793 rad pos: -48.95072,15.547344 parent: 2 - - uid: 7827 + - uid: 8154 components: - type: Transform pos: -46.466347,12.812969 parent: 2 - - uid: 7828 + - uid: 8155 components: - type: Transform pos: -46.372597,12.656719 parent: 2 - - uid: 7829 + - uid: 8156 components: - type: Transform pos: -54.694817,-69.482445 parent: 2 - - uid: 7830 + - uid: 8157 components: - type: Transform pos: -51.84081,-71.32561 parent: 2 - - uid: 7831 + - uid: 8158 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.62812,-4.557947 parent: 2 - - uid: 7832 + - uid: 8159 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.50673,-47.736145 parent: 2 - - uid: 7833 + - uid: 8160 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.014717,-96.48067 parent: 2 - - uid: 7834 + - uid: 8161 components: - type: Transform rot: 3.141592653589793 rad pos: -53.220226,0.5929835 parent: 2 - - uid: 7835 + - uid: 8162 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.804775,-0.07887602 parent: 2 - - uid: 7836 + - uid: 8163 components: - type: Transform pos: 76.11742,-12.746299 parent: 2 - type: Stack count: 2 - - uid: 7837 + - uid: 8164 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.490353,-103.434715 parent: 2 - - uid: 7838 + - uid: 8165 components: - type: Transform rot: 1.5707963267948966 rad @@ -63197,22998 +64886,23913 @@ entities: parent: 2 - proto: CableApcStack10 entities: - - uid: 7839 + - uid: 8166 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.494995,-27.123253 parent: 2 - - uid: 7840 + - uid: 8167 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.44812,-27.076378 parent: 2 - - uid: 7841 + - uid: 8168 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.401245,-27.029503 parent: 2 - - uid: 7842 + - uid: 8169 components: - type: Transform pos: -38.534832,-32.576935 parent: 2 - - uid: 7843 + - uid: 8170 components: - type: Transform pos: -57.555103,-90.05232 parent: 2 - - uid: 7844 + - uid: 8171 components: - type: Transform pos: -55.454735,-82.34661 parent: 2 - proto: CableHV entities: - - uid: 7845 + - uid: 8172 components: - type: Transform pos: 71.5,-59.5 parent: 2 - - uid: 7846 - components: - - type: Transform - pos: -8.5,-56.5 - parent: 2 - - uid: 7847 - components: - - type: Transform - pos: -10.5,-56.5 - parent: 2 - - uid: 7848 + - uid: 8173 components: - type: Transform pos: -68.5,3.5 parent: 2 - - uid: 7849 + - uid: 8174 components: - type: Transform pos: -26.5,-99.5 parent: 2 - - uid: 7850 + - uid: 8175 components: - type: Transform pos: -26.5,-98.5 parent: 2 - - uid: 7851 + - uid: 8176 components: - type: Transform pos: -27.5,-100.5 parent: 2 - - uid: 7852 - components: - - type: Transform - pos: -10.5,-58.5 - parent: 2 - - uid: 7853 - components: - - type: Transform - pos: -8.5,-58.5 - parent: 2 - - uid: 7854 + - uid: 8177 components: - type: Transform pos: 60.5,-54.5 parent: 2 - - uid: 7855 + - uid: 8178 components: - type: Transform pos: 62.5,-54.5 parent: 2 - - uid: 7856 + - uid: 8179 components: - type: Transform pos: 62.5,-53.5 parent: 2 - - uid: 7857 + - uid: 8180 components: - type: Transform pos: 61.5,-54.5 parent: 2 - - uid: 7858 + - uid: 8181 components: - type: Transform pos: 58.5,-51.5 parent: 2 - - uid: 7859 + - uid: 8182 components: - type: Transform pos: 56.5,-52.5 parent: 2 - - uid: 7860 + - uid: 8183 components: - type: Transform pos: 58.5,-52.5 parent: 2 - - uid: 7861 + - uid: 8184 components: - type: Transform pos: 56.5,-51.5 parent: 2 - - uid: 7862 + - uid: 8185 components: - type: Transform pos: 56.5,-49.5 parent: 2 - - uid: 7863 + - uid: 8186 components: - type: Transform pos: 57.5,-51.5 parent: 2 - - uid: 7864 + - uid: 8187 components: - type: Transform pos: 59.5,-50.5 parent: 2 - - uid: 7865 + - uid: 8188 components: - type: Transform pos: 57.5,-52.5 parent: 2 - - uid: 7866 + - uid: 8189 components: - type: Transform pos: 57.5,-53.5 parent: 2 - - uid: 7867 + - uid: 8190 components: - type: Transform pos: 57.5,-49.5 parent: 2 - - uid: 7868 + - uid: 8191 components: - type: Transform pos: 58.5,-53.5 parent: 2 - - uid: 7869 + - uid: 8192 components: - type: Transform pos: 0.5,-2.5 parent: 2 - - uid: 7870 + - uid: 8193 components: - type: Transform pos: 59.5,-53.5 parent: 2 - - uid: 7871 + - uid: 8194 components: - type: Transform pos: 59.5,-51.5 parent: 2 - - uid: 7872 + - uid: 8195 components: - type: Transform pos: 58.5,-49.5 parent: 2 - - uid: 7873 + - uid: 8196 components: - type: Transform pos: 57.5,-55.5 parent: 2 - - uid: 7874 + - uid: 8197 components: - type: Transform pos: 55.5,-55.5 parent: 2 - - uid: 7875 + - uid: 8198 components: - type: Transform pos: 56.5,-53.5 parent: 2 - - uid: 7876 + - uid: 8199 components: - type: Transform pos: 55.5,-54.5 parent: 2 - - uid: 7877 + - uid: 8200 components: - type: Transform pos: 57.5,-54.5 parent: 2 - - uid: 7878 + - uid: 8201 components: - type: Transform pos: 57.5,-56.5 parent: 2 - - uid: 7879 + - uid: 8202 components: - type: Transform pos: 57.5,-57.5 parent: 2 - - uid: 7880 + - uid: 8203 components: - type: Transform pos: 57.5,-58.5 parent: 2 - - uid: 7881 + - uid: 8204 components: - type: Transform pos: 55.5,-56.5 parent: 2 - - uid: 7882 + - uid: 8205 components: - type: Transform pos: 40.5,-4.5 parent: 2 - - uid: 7883 + - uid: 8206 components: - type: Transform pos: -5.5,-6.5 parent: 2 - - uid: 7884 + - uid: 8207 components: - type: Transform pos: 59.5,-49.5 parent: 2 - - uid: 7885 + - uid: 8208 components: - type: Transform pos: -6.5,-6.5 parent: 2 - - uid: 7886 + - uid: 8209 components: - type: Transform pos: 59.5,-52.5 parent: 2 - - uid: 7887 + - uid: 8210 components: - type: Transform pos: 58.5,-54.5 parent: 2 - - uid: 7888 + - uid: 8211 components: - type: Transform pos: 62.5,-52.5 parent: 2 - - uid: 7889 + - uid: 8212 components: - type: Transform pos: -2.5,-6.5 parent: 2 - - uid: 7890 + - uid: 8213 components: - type: Transform pos: -3.5,-6.5 parent: 2 - - uid: 7891 + - uid: 8214 components: - type: Transform pos: -1.5,-6.5 parent: 2 - - uid: 7892 + - uid: 8215 components: - type: Transform pos: 0.5,-5.5 parent: 2 - - uid: 7893 + - uid: 8216 components: - type: Transform pos: 0.5,-6.5 parent: 2 - - uid: 7894 + - uid: 8217 components: - type: Transform pos: 0.5,0.5 parent: 2 - - uid: 7895 + - uid: 8218 components: - type: Transform pos: 0.5,-0.5 parent: 2 - - uid: 7896 + - uid: 8219 components: - type: Transform pos: 0.5,-3.5 parent: 2 - - uid: 7897 + - uid: 8220 components: - type: Transform pos: -66.5,7.5 parent: 2 - - uid: 7898 + - uid: 8221 components: - type: Transform pos: 34.5,7.5 parent: 2 - - uid: 7899 + - uid: 8222 components: - type: Transform pos: 66.5,-61.5 parent: 2 - - uid: 7900 + - uid: 8223 components: - type: Transform pos: 78.5,-52.5 parent: 2 - - uid: 7901 + - uid: 8224 components: - type: Transform pos: 32.5,-2.5 parent: 2 - - uid: 7902 + - uid: 8225 components: - type: Transform pos: 76.5,-52.5 parent: 2 - - uid: 7903 + - uid: 8226 components: - type: Transform pos: 77.5,-52.5 parent: 2 - - uid: 7904 + - uid: 8227 components: - type: Transform pos: 34.5,5.5 parent: 2 - - uid: 7905 + - uid: 8228 components: - type: Transform pos: -68.5,7.5 parent: 2 - - uid: 7906 + - uid: 8229 components: - type: Transform pos: -68.5,8.5 parent: 2 - - uid: 7907 + - uid: 8230 components: - type: Transform pos: -68.5,4.5 parent: 2 - - uid: 7908 + - uid: 8231 components: - type: Transform pos: 35.5,-38.5 parent: 2 - - uid: 7909 + - uid: 8232 components: - type: Transform pos: -68.5,5.5 parent: 2 - - uid: 7910 + - uid: 8233 components: - type: Transform pos: -68.5,9.5 parent: 2 - - uid: 7911 + - uid: 8234 components: - type: Transform pos: -68.5,10.5 parent: 2 - - uid: 7912 + - uid: 8235 components: - type: Transform pos: -68.5,6.5 parent: 2 - - uid: 7913 + - uid: 8236 components: - type: Transform pos: -72.5,10.5 parent: 2 - - uid: 7914 + - uid: 8237 components: - type: Transform pos: -73.5,10.5 parent: 2 - - uid: 7915 + - uid: 8238 components: - type: Transform pos: -63.5,7.5 parent: 2 - - uid: 7916 + - uid: 8239 components: - type: Transform pos: -54.5,5.5 parent: 2 - - uid: 7917 + - uid: 8240 components: - type: Transform pos: -56.5,6.5 parent: 2 - - uid: 7918 + - uid: 8241 components: - type: Transform pos: -57.5,7.5 parent: 2 - - uid: 7919 + - uid: 8242 components: - type: Transform pos: -61.5,7.5 parent: 2 - - uid: 7920 + - uid: 8243 components: - type: Transform pos: -74.5,10.5 parent: 2 - - uid: 7921 + - uid: 8244 components: - type: Transform pos: -75.5,10.5 parent: 2 - - uid: 7922 + - uid: 8245 components: - type: Transform pos: -71.5,11.5 parent: 2 - - uid: 7923 + - uid: 8246 components: - type: Transform pos: -70.5,11.5 parent: 2 - - uid: 7924 + - uid: 8247 components: - type: Transform pos: -67.5,2.5 parent: 2 - - uid: 7925 + - uid: 8248 components: - type: Transform pos: -70.5,10.5 parent: 2 - - uid: 7926 + - uid: 8249 components: - type: Transform pos: -69.5,10.5 parent: 2 - - uid: 7927 + - uid: 8250 components: - type: Transform pos: -72.5,11.5 parent: 2 - - uid: 7928 + - uid: 8251 components: - type: Transform pos: 67.5,-65.5 parent: 2 - - uid: 7929 + - uid: 8252 components: - type: Transform pos: 68.5,-65.5 parent: 2 - - uid: 7930 + - uid: 8253 components: - type: Transform pos: 66.5,-55.5 parent: 2 - - uid: 7931 + - uid: 8254 components: - type: Transform pos: 42.5,-79.5 parent: 2 - - uid: 7932 + - uid: 8255 components: - type: Transform pos: 39.5,-81.5 parent: 2 - - uid: 7933 + - uid: 8256 components: - type: Transform pos: 34.5,0.5 parent: 2 - - uid: 7934 + - uid: 8257 components: - type: Transform pos: 35.5,-2.5 parent: 2 - - uid: 7935 + - uid: 8258 components: - type: Transform pos: 35.5,7.5 parent: 2 - - uid: 7936 + - uid: 8259 components: - type: Transform pos: 37.5,-4.5 parent: 2 - - uid: 7937 + - uid: 8260 components: - type: Transform pos: 34.5,-81.5 parent: 2 - - uid: 7938 + - uid: 8261 components: - type: Transform pos: 79.5,-96.5 parent: 2 - - uid: 7939 + - uid: 8262 components: - type: Transform pos: 81.5,-94.5 parent: 2 - - uid: 7940 + - uid: 8263 components: - type: Transform pos: -53.5,-81.5 parent: 2 - - uid: 7941 + - uid: 8264 components: - type: Transform pos: 72.5,-96.5 parent: 2 - - uid: 7942 + - uid: 8265 components: - type: Transform pos: 49.5,-74.5 parent: 2 - - uid: 7943 + - uid: 8266 components: - type: Transform pos: 49.5,-76.5 parent: 2 - - uid: 7944 + - uid: 8267 components: - type: Transform pos: 65.5,-59.5 parent: 2 - - uid: 7945 + - uid: 8268 components: - type: Transform pos: 64.5,-76.5 parent: 2 - - uid: 7946 + - uid: 8269 components: - type: Transform pos: 74.5,-96.5 parent: 2 - - uid: 7947 + - uid: 8270 components: - type: Transform pos: 64.5,-75.5 parent: 2 - - uid: 7948 + - uid: 8271 components: - type: Transform pos: -41.5,-88.5 parent: 2 - - uid: 7949 + - uid: 8272 components: - type: Transform pos: 64.5,-77.5 parent: 2 - - uid: 7950 + - uid: 8273 components: - type: Transform pos: 73.5,-96.5 parent: 2 - - uid: 7951 + - uid: 8274 components: - type: Transform pos: 74.5,-95.5 parent: 2 - - uid: 7952 + - uid: 8275 components: - type: Transform pos: 51.5,-67.5 parent: 2 - - uid: 7953 + - uid: 8276 components: - type: Transform pos: 49.5,-75.5 parent: 2 - - uid: 7954 + - uid: 8277 components: - type: Transform pos: 51.5,-68.5 parent: 2 - - uid: 7955 + - uid: 8278 components: - type: Transform pos: 51.5,-65.5 parent: 2 - - uid: 7956 + - uid: 8279 components: - type: Transform pos: 51.5,-66.5 parent: 2 - - uid: 7957 + - uid: 8280 components: - type: Transform pos: 51.5,-69.5 parent: 2 - - uid: 7958 + - uid: 8281 components: - type: Transform pos: 49.5,-77.5 parent: 2 - - uid: 7959 + - uid: 8282 components: - type: Transform pos: 46.5,-83.5 parent: 2 - - uid: 7960 + - uid: 8283 components: - type: Transform pos: 45.5,-83.5 parent: 2 - - uid: 7961 + - uid: 8284 components: - type: Transform pos: 46.5,-84.5 parent: 2 - - uid: 7962 + - uid: 8285 components: - type: Transform pos: 46.5,-79.5 parent: 2 - - uid: 7963 + - uid: 8286 components: - type: Transform pos: 64.5,-73.5 parent: 2 - - uid: 7964 + - uid: 8287 components: - type: Transform pos: 49.5,-78.5 parent: 2 - - uid: 7965 + - uid: 8288 components: - type: Transform pos: 48.5,-78.5 parent: 2 - - uid: 7966 + - uid: 8289 components: - type: Transform pos: 47.5,-78.5 parent: 2 - - uid: 7967 + - uid: 8290 components: - type: Transform pos: 64.5,-74.5 parent: 2 - - uid: 7968 + - uid: 8291 components: - type: Transform pos: -39.5,-88.5 parent: 2 - - uid: 7969 + - uid: 8292 components: - type: Transform pos: -53.5,-85.5 parent: 2 - - uid: 7970 + - uid: 8293 components: - type: Transform pos: -53.5,-78.5 parent: 2 - - uid: 7971 + - uid: 8294 components: - type: Transform pos: -47.5,-78.5 parent: 2 - - uid: 7972 + - uid: 8295 components: - type: Transform pos: -50.5,-78.5 parent: 2 - - uid: 7973 + - uid: 8296 components: - type: Transform pos: -40.5,-88.5 parent: 2 - - uid: 7974 + - uid: 8297 components: - type: Transform pos: -48.5,-78.5 parent: 2 - - uid: 7975 + - uid: 8298 components: - type: Transform pos: -51.5,-78.5 parent: 2 - - uid: 7976 + - uid: 8299 components: - type: Transform pos: -53.5,-82.5 parent: 2 - - uid: 7977 + - uid: 8300 components: - type: Transform pos: -53.5,-79.5 parent: 2 - - uid: 7978 + - uid: 8301 components: - type: Transform pos: -53.5,-84.5 parent: 2 - - uid: 7979 + - uid: 8302 components: - type: Transform pos: -64.5,7.5 parent: 2 - - uid: 7980 + - uid: 8303 components: - type: Transform pos: 36.5,-77.5 parent: 2 - - uid: 7981 + - uid: 8304 components: - type: Transform pos: 12.5,8.5 parent: 2 - - uid: 7982 + - uid: 8305 components: - type: Transform pos: 12.5,7.5 parent: 2 - - uid: 7983 + - uid: 8306 components: - type: Transform pos: 12.5,6.5 parent: 2 - - uid: 7984 + - uid: 8307 components: - type: Transform pos: 11.5,6.5 parent: 2 - - uid: 7985 + - uid: 8308 components: - type: Transform pos: -56.5,5.5 parent: 2 - - uid: 7986 + - uid: 8309 components: - type: Transform pos: 55.5,-86.5 parent: 2 - - uid: 7987 + - uid: 8310 components: - type: Transform pos: 30.5,-36.5 parent: 2 - - uid: 7988 + - uid: 8311 components: - type: Transform pos: -11.5,-87.5 parent: 2 - - uid: 7989 + - uid: 8312 components: - type: Transform pos: -11.5,-88.5 parent: 2 - - uid: 7990 + - uid: 8313 components: - type: Transform pos: 52.5,-86.5 parent: 2 - - uid: 7991 + - uid: 8314 components: - type: Transform pos: 54.5,-46.5 parent: 2 - - uid: 7992 + - uid: 8315 components: - type: Transform pos: 53.5,-46.5 parent: 2 - - uid: 7993 + - uid: 8316 components: - type: Transform pos: -38.5,-88.5 parent: 2 - - uid: 7994 + - uid: 8317 components: - type: Transform pos: -53.5,-80.5 parent: 2 - - uid: 7995 + - uid: 8318 components: - type: Transform pos: -60.5,-86.5 parent: 2 - - uid: 7996 + - uid: 8319 components: - type: Transform pos: -59.5,-86.5 parent: 2 - - uid: 7997 + - uid: 8320 components: - type: Transform pos: -58.5,-86.5 parent: 2 - - uid: 7998 + - uid: 8321 components: - type: Transform pos: -57.5,-86.5 parent: 2 - - uid: 7999 + - uid: 8322 components: - type: Transform pos: -53.5,-83.5 parent: 2 - - uid: 8000 + - uid: 8323 components: - type: Transform pos: -49.5,-78.5 parent: 2 - - uid: 8001 + - uid: 8324 components: - type: Transform pos: -52.5,-78.5 parent: 2 - - uid: 8002 + - uid: 8325 components: - type: Transform pos: -74.5,-96.5 parent: 2 - - uid: 8003 + - uid: 8326 components: - type: Transform pos: 73.5,-94.5 parent: 2 - - uid: 8004 + - uid: 8327 components: - type: Transform pos: 78.5,-96.5 parent: 2 - - uid: 8005 + - uid: 8328 components: - type: Transform pos: -57.5,-85.5 parent: 2 - - uid: 8006 + - uid: 8329 components: - type: Transform pos: 55.5,-88.5 parent: 2 - - uid: 8007 + - uid: 8330 components: - type: Transform pos: -55.5,-86.5 parent: 2 - - uid: 8008 + - uid: 8331 components: - type: Transform pos: -54.5,-86.5 parent: 2 - - uid: 8009 + - uid: 8332 components: - type: Transform pos: -53.5,-86.5 parent: 2 - - uid: 8010 + - uid: 8333 components: - type: Transform pos: -55.5,-85.5 parent: 2 - - uid: 8011 + - uid: 8334 components: - type: Transform pos: 61.5,-47.5 parent: 2 - - uid: 8012 + - uid: 8335 components: - type: Transform pos: 59.5,-47.5 parent: 2 - - uid: 8013 + - uid: 8336 components: - type: Transform pos: -62.5,7.5 parent: 2 - - uid: 8014 + - uid: 8337 components: - type: Transform pos: -58.5,7.5 parent: 2 - - uid: 8015 + - uid: 8338 components: - type: Transform pos: -56.5,7.5 parent: 2 - - uid: 8016 + - uid: 8339 components: - type: Transform pos: -55.5,5.5 parent: 2 - - uid: 8017 + - uid: 8340 components: - type: Transform pos: -64.5,-2.5 parent: 2 - - uid: 8018 + - uid: 8341 components: - type: Transform pos: -64.5,-4.5 parent: 2 - - uid: 8019 + - uid: 8342 components: - type: Transform pos: -64.5,-1.5 parent: 2 - - uid: 8020 + - uid: 8343 components: - type: Transform pos: -64.5,-3.5 parent: 2 - - uid: 8021 + - uid: 8344 components: - type: Transform pos: -65.5,0.5 parent: 2 - - uid: 8022 + - uid: 8345 components: - type: Transform pos: -67.5,0.5 parent: 2 - - uid: 8023 + - uid: 8346 components: - type: Transform pos: -64.5,-0.5 parent: 2 - - uid: 8024 + - uid: 8347 components: - type: Transform pos: -67.5,1.5 parent: 2 - - uid: 8025 + - uid: 8348 components: - type: Transform pos: -66.5,0.5 parent: 2 - - uid: 8026 + - uid: 8349 components: - type: Transform pos: -67.5,3.5 parent: 2 - - uid: 8027 + - uid: 8350 components: - type: Transform pos: -64.5,0.5 parent: 2 - - uid: 8028 + - uid: 8351 components: - type: Transform pos: 35.5,-80.5 parent: 2 - - uid: 8029 + - uid: 8352 components: - type: Transform pos: -64.5,-5.5 parent: 2 - - uid: 8030 + - uid: 8353 components: - type: Transform pos: -64.5,-6.5 parent: 2 - - uid: 8031 + - uid: 8354 components: - type: Transform pos: 50.5,-69.5 parent: 2 - - uid: 8032 + - uid: 8355 components: - type: Transform pos: 62.5,-59.5 parent: 2 - - uid: 8033 + - uid: 8356 components: - type: Transform pos: 54.5,-86.5 parent: 2 - - uid: 8034 + - uid: 8357 components: - type: Transform pos: 67.5,-63.5 parent: 2 - - uid: 8035 + - uid: 8358 components: - type: Transform pos: 46.5,-80.5 parent: 2 - - uid: 8036 + - uid: 8359 components: - type: Transform pos: 46.5,-82.5 parent: 2 - - uid: 8037 + - uid: 8360 components: - type: Transform pos: 46.5,-81.5 parent: 2 - - uid: 8038 + - uid: 8361 components: - type: Transform pos: -56.5,-85.5 parent: 2 - - uid: 8039 + - uid: 8362 components: - type: Transform pos: 42.5,-83.5 parent: 2 - - uid: 8040 + - uid: 8363 components: - type: Transform pos: 80.5,-94.5 parent: 2 - - uid: 8041 + - uid: 8364 components: - type: Transform pos: 63.5,-68.5 parent: 2 - - uid: 8042 + - uid: 8365 components: - type: Transform pos: 64.5,-67.5 parent: 2 - - uid: 8043 - components: - - type: Transform - pos: 65.5,-67.5 - parent: 2 - - uid: 8044 - components: - - type: Transform - pos: 64.5,-69.5 - parent: 2 - - uid: 8045 - components: - - type: Transform - pos: 64.5,-70.5 - parent: 2 - - uid: 8046 - components: - - type: Transform - pos: 64.5,-71.5 - parent: 2 - - uid: 8047 - components: - - type: Transform - pos: 64.5,-72.5 - parent: 2 - - uid: 8048 - components: - - type: Transform - pos: 20.5,-86.5 - parent: 2 - - uid: 8049 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 2 - - uid: 8050 - components: - - type: Transform - pos: 58.5,-59.5 - parent: 2 - - uid: 8051 - components: - - type: Transform - pos: 62.5,-68.5 - parent: 2 - - uid: 8052 - components: - - type: Transform - pos: 65.5,-69.5 - parent: 2 - - uid: 8053 - components: - - type: Transform - pos: -13.5,-88.5 - parent: 2 - - uid: 8054 - components: - - type: Transform - pos: -13.5,-89.5 - parent: 2 - - uid: 8055 - components: - - type: Transform - pos: -12.5,-88.5 - parent: 2 - - uid: 8056 - components: - - type: Transform - pos: 32.5,-81.5 - parent: 2 - - uid: 8057 - components: - - type: Transform - pos: 79.5,-24.5 - parent: 2 - - uid: 8058 - components: - - type: Transform - pos: 44.5,-83.5 - parent: 2 - - uid: 8059 - components: - - type: Transform - pos: 41.5,-83.5 - parent: 2 - - uid: 8060 - components: - - type: Transform - pos: 42.5,-78.5 - parent: 2 - - uid: 8061 - components: - - type: Transform - pos: 37.5,-77.5 - parent: 2 - - uid: 8062 - components: - - type: Transform - pos: 43.5,-83.5 - parent: 2 - - uid: 8063 - components: - - type: Transform - pos: 46.5,-85.5 - parent: 2 - - uid: 8064 - components: - - type: Transform - pos: 61.5,-59.5 - parent: 2 - - uid: 8065 - components: - - type: Transform - pos: 32.5,-82.5 - parent: 2 - - uid: 8066 - components: - - type: Transform - pos: 57.5,-59.5 - parent: 2 - - uid: 8067 - components: - - type: Transform - pos: 56.5,-59.5 - parent: 2 - - uid: 8068 - components: - - type: Transform - pos: 32.5,-79.5 - parent: 2 - - uid: 8069 - components: - - type: Transform - pos: 42.5,-82.5 - parent: 2 - - uid: 8070 - components: - - type: Transform - pos: 33.5,-82.5 - parent: 2 - - uid: 8071 - components: - - type: Transform - pos: 32.5,-80.5 - parent: 2 - - uid: 8072 - components: - - type: Transform - pos: 66.5,-64.5 - parent: 2 - - uid: 8073 - components: - - type: Transform - pos: 66.5,-65.5 - parent: 2 - - uid: 8074 - components: - - type: Transform - pos: 51.5,-59.5 - parent: 2 - - uid: 8075 - components: - - type: Transform - pos: 51.5,-60.5 - parent: 2 - - uid: 8076 - components: - - type: Transform - pos: 51.5,-61.5 - parent: 2 - - uid: 8077 - components: - - type: Transform - pos: 51.5,-62.5 - parent: 2 - - uid: 8078 - components: - - type: Transform - pos: 51.5,-63.5 - parent: 2 - - uid: 8079 - components: - - type: Transform - pos: 51.5,-64.5 - parent: 2 - - uid: 8080 - components: - - type: Transform - pos: 46.5,-78.5 - parent: 2 - - uid: 8081 - components: - - type: Transform - pos: 49.5,-73.5 - parent: 2 - - uid: 8082 - components: - - type: Transform - pos: 49.5,-72.5 - parent: 2 - - uid: 8083 - components: - - type: Transform - pos: 49.5,-71.5 - parent: 2 - - uid: 8084 - components: - - type: Transform - pos: 49.5,-70.5 - parent: 2 - - uid: 8085 - components: - - type: Transform - pos: 49.5,-69.5 - parent: 2 - - uid: 8086 - components: - - type: Transform - pos: -23.5,-67.5 - parent: 2 - - uid: 8087 - components: - - type: Transform - pos: -28.5,-45.5 - parent: 2 - - uid: 8088 - components: - - type: Transform - pos: -28.5,-46.5 - parent: 2 - - uid: 8089 - components: - - type: Transform - pos: -28.5,-47.5 - parent: 2 - - uid: 8090 - components: - - type: Transform - pos: -28.5,-48.5 - parent: 2 - - uid: 8091 - components: - - type: Transform - pos: -28.5,-49.5 - parent: 2 - - uid: 8092 - components: - - type: Transform - pos: -28.5,-50.5 - parent: 2 - - uid: 8093 - components: - - type: Transform - pos: -28.5,-51.5 - parent: 2 - - uid: 8094 - components: - - type: Transform - pos: -27.5,-51.5 - parent: 2 - - uid: 8095 - components: - - type: Transform - pos: -26.5,-51.5 - parent: 2 - - uid: 8096 - components: - - type: Transform - pos: -25.5,-51.5 - parent: 2 - - uid: 8097 - components: - - type: Transform - pos: -25.5,-52.5 - parent: 2 - - uid: 8098 - components: - - type: Transform - pos: -25.5,-53.5 - parent: 2 - - uid: 8099 - components: - - type: Transform - pos: -25.5,-54.5 - parent: 2 - - uid: 8100 - components: - - type: Transform - pos: -25.5,-55.5 - parent: 2 - - uid: 8101 - components: - - type: Transform - pos: -25.5,-56.5 - parent: 2 - - uid: 8102 - components: - - type: Transform - pos: -25.5,-57.5 - parent: 2 - - uid: 8103 - components: - - type: Transform - pos: -25.5,-58.5 - parent: 2 - - uid: 8104 - components: - - type: Transform - pos: -25.5,-59.5 - parent: 2 - - uid: 8105 - components: - - type: Transform - pos: -25.5,-60.5 - parent: 2 - - uid: 8106 - components: - - type: Transform - pos: -25.5,-61.5 - parent: 2 - - uid: 8107 - components: - - type: Transform - pos: -25.5,-62.5 - parent: 2 - - uid: 8108 - components: - - type: Transform - pos: -25.5,-63.5 - parent: 2 - - uid: 8109 - components: - - type: Transform - pos: -25.5,-64.5 - parent: 2 - - uid: 8110 - components: - - type: Transform - pos: -24.5,-64.5 - parent: 2 - - uid: 8111 - components: - - type: Transform - pos: -24.5,-65.5 - parent: 2 - - uid: 8112 - components: - - type: Transform - pos: -24.5,-66.5 - parent: 2 - - uid: 8113 - components: - - type: Transform - pos: -24.5,-67.5 - parent: 2 - - uid: 8114 - components: - - type: Transform - pos: -22.5,-67.5 - parent: 2 - - uid: 8115 - components: - - type: Transform - pos: -21.5,-67.5 - parent: 2 - - uid: 8116 - components: - - type: Transform - pos: -20.5,-67.5 - parent: 2 - - uid: 8117 - components: - - type: Transform - pos: -19.5,-67.5 - parent: 2 - - uid: 8118 - components: - - type: Transform - pos: -18.5,-67.5 - parent: 2 - - uid: 8119 - components: - - type: Transform - pos: -18.5,-68.5 - parent: 2 - - uid: 8120 - components: - - type: Transform - pos: -7.5,-70.5 - parent: 2 - - uid: 8121 - components: - - type: Transform - pos: -18.5,-69.5 - parent: 2 - - uid: 8122 - components: - - type: Transform - pos: -17.5,-69.5 - parent: 2 - - uid: 8123 - components: - - type: Transform - pos: -16.5,-69.5 - parent: 2 - - uid: 8124 - components: - - type: Transform - pos: -15.5,-69.5 - parent: 2 - - uid: 8125 - components: - - type: Transform - pos: -14.5,-69.5 - parent: 2 - - uid: 8126 - components: - - type: Transform - pos: -13.5,-69.5 - parent: 2 - - uid: 8127 - components: - - type: Transform - pos: -12.5,-69.5 - parent: 2 - - uid: 8128 - components: - - type: Transform - pos: -11.5,-69.5 - parent: 2 - - uid: 8129 - components: - - type: Transform - pos: -10.5,-69.5 - parent: 2 - - uid: 8130 - components: - - type: Transform - pos: -9.5,-69.5 - parent: 2 - - uid: 8131 - components: - - type: Transform - pos: -8.5,-69.5 - parent: 2 - - uid: 8132 - components: - - type: Transform - pos: -7.5,-69.5 - parent: 2 - - uid: 8133 - components: - - type: Transform - pos: -6.5,-70.5 - parent: 2 - - uid: 8134 - components: - - type: Transform - pos: -5.5,-70.5 - parent: 2 - - uid: 8135 - components: - - type: Transform - pos: -9.5,-58.5 - parent: 2 - - uid: 8136 - components: - - type: Transform - pos: 3.5,-70.5 - parent: 2 - - uid: 8137 - components: - - type: Transform - pos: -0.5,-69.5 - parent: 2 - - uid: 8138 - components: - - type: Transform - pos: 0.5,-69.5 - parent: 2 - - uid: 8139 - components: - - type: Transform - pos: 1.5,-69.5 - parent: 2 - - uid: 8140 - components: - - type: Transform - pos: 2.5,-69.5 - parent: 2 - - uid: 8141 - components: - - type: Transform - pos: 4.5,-70.5 - parent: 2 - - uid: 8142 - components: - - type: Transform - pos: 5.5,-70.5 - parent: 2 - - uid: 8143 - components: - - type: Transform - pos: 6.5,-70.5 - parent: 2 - - uid: 8144 - components: - - type: Transform - pos: 7.5,-70.5 - parent: 2 - - uid: 8145 - components: - - type: Transform - pos: 8.5,-70.5 - parent: 2 - - uid: 8146 - components: - - type: Transform - pos: 8.5,-69.5 - parent: 2 - - uid: 8147 - components: - - type: Transform - pos: 9.5,-69.5 - parent: 2 - - uid: 8148 - components: - - type: Transform - pos: 10.5,-69.5 - parent: 2 - - uid: 8149 - components: - - type: Transform - pos: 11.5,-69.5 - parent: 2 - - uid: 8150 - components: - - type: Transform - pos: 12.5,-69.5 - parent: 2 - - uid: 8151 - components: - - type: Transform - pos: 13.5,-69.5 - parent: 2 - - uid: 8152 - components: - - type: Transform - pos: 14.5,-69.5 - parent: 2 - - uid: 8153 - components: - - type: Transform - pos: 15.5,-69.5 - parent: 2 - - uid: 8154 - components: - - type: Transform - pos: 16.5,-69.5 - parent: 2 - - uid: 8155 - components: - - type: Transform - pos: 17.5,-69.5 - parent: 2 - - uid: 8156 - components: - - type: Transform - pos: 18.5,-69.5 - parent: 2 - - uid: 8157 - components: - - type: Transform - pos: 19.5,-69.5 - parent: 2 - - uid: 8158 - components: - - type: Transform - pos: 19.5,-68.5 - parent: 2 - - uid: 8159 - components: - - type: Transform - pos: 19.5,-67.5 - parent: 2 - - uid: 8160 - components: - - type: Transform - pos: 20.5,-67.5 - parent: 2 - - uid: 8161 - components: - - type: Transform - pos: 21.5,-67.5 - parent: 2 - - uid: 8162 - components: - - type: Transform - pos: 22.5,-67.5 - parent: 2 - - uid: 8163 - components: - - type: Transform - pos: 23.5,-67.5 - parent: 2 - - uid: 8164 - components: - - type: Transform - pos: 24.5,-67.5 - parent: 2 - - uid: 8165 - components: - - type: Transform - pos: 25.5,-67.5 - parent: 2 - - uid: 8166 - components: - - type: Transform - pos: 25.5,-66.5 - parent: 2 - - uid: 8167 - components: - - type: Transform - pos: 25.5,-65.5 - parent: 2 - - uid: 8168 - components: - - type: Transform - pos: 26.5,-65.5 - parent: 2 - - uid: 8169 - components: - - type: Transform - pos: 26.5,-64.5 - parent: 2 - - uid: 8170 - components: - - type: Transform - pos: 26.5,-63.5 - parent: 2 - - uid: 8171 - components: - - type: Transform - pos: 26.5,-62.5 - parent: 2 - - uid: 8172 - components: - - type: Transform - pos: 26.5,-61.5 - parent: 2 - - uid: 8173 - components: - - type: Transform - pos: 26.5,-60.5 - parent: 2 - - uid: 8174 - components: - - type: Transform - pos: 26.5,-59.5 - parent: 2 - - uid: 8175 - components: - - type: Transform - pos: 26.5,-58.5 - parent: 2 - - uid: 8176 - components: - - type: Transform - pos: 26.5,-57.5 - parent: 2 - - uid: 8177 - components: - - type: Transform - pos: 26.5,-56.5 - parent: 2 - - uid: 8178 - components: - - type: Transform - pos: 26.5,-55.5 - parent: 2 - - uid: 8179 - components: - - type: Transform - pos: 26.5,-54.5 - parent: 2 - - uid: 8180 - components: - - type: Transform - pos: 26.5,-53.5 - parent: 2 - - uid: 8181 - components: - - type: Transform - pos: 26.5,-52.5 - parent: 2 - - uid: 8182 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 2 - - uid: 8183 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 2 - - uid: 8184 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 8185 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 2 - - uid: 8186 - components: - - type: Transform - pos: 26.5,-25.5 - parent: 2 - - uid: 8187 - components: - - type: Transform - pos: 26.5,-24.5 - parent: 2 - - uid: 8188 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 2 - - uid: 8189 - components: - - type: Transform - pos: 26.5,-22.5 - parent: 2 - - uid: 8190 - components: - - type: Transform - pos: 26.5,-21.5 - parent: 2 - - uid: 8191 - components: - - type: Transform - pos: 26.5,-20.5 - parent: 2 - - uid: 8192 - components: - - type: Transform - pos: 26.5,-19.5 - parent: 2 - - uid: 8193 - components: - - type: Transform - pos: 26.5,-18.5 - parent: 2 - - uid: 8194 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 2 - - uid: 8195 - components: - - type: Transform - pos: 26.5,-16.5 - parent: 2 - - uid: 8196 - components: - - type: Transform - pos: 26.5,-15.5 - parent: 2 - - uid: 8197 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 2 - - uid: 8198 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 2 - - uid: 8199 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 2 - - uid: 8200 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 2 - - uid: 8201 - components: - - type: Transform - pos: 25.5,-11.5 - parent: 2 - - uid: 8202 - components: - - type: Transform - pos: 25.5,-10.5 - parent: 2 - - uid: 8203 - components: - - type: Transform - pos: 19.5,-4.5 - parent: 2 - - uid: 8204 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 8205 - components: - - type: Transform - pos: 24.5,-9.5 - parent: 2 - - uid: 8206 - components: - - type: Transform - pos: 24.5,-8.5 - parent: 2 - - uid: 8207 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 2 - - uid: 8208 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 2 - - uid: 8209 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 2 - - uid: 8210 - components: - - type: Transform - pos: 22.5,-6.5 - parent: 2 - - uid: 8211 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 2 - - uid: 8212 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - - uid: 8213 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 2 - - uid: 8214 - components: - - type: Transform - pos: 20.5,-4.5 - parent: 2 - - uid: 8215 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - - uid: 8216 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 2 - - uid: 8217 - components: - - type: Transform - pos: 17.5,-3.5 - parent: 2 - - uid: 8218 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 2 - - uid: 8219 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 2 - - uid: 8220 - components: - - type: Transform - pos: 15.5,-2.5 - parent: 2 - - uid: 8221 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 8222 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 8223 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 8224 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 2 - - uid: 8225 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 2 - - uid: 8226 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 2 - - uid: 8227 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 2 - - uid: 8228 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 2 - - uid: 8229 - components: - - type: Transform - pos: -15.5,-2.5 - parent: 2 - - uid: 8230 - components: - - type: Transform - pos: -16.5,-2.5 - parent: 2 - - uid: 8231 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 2 - - uid: 8232 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 2 - - uid: 8233 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - uid: 8234 - components: - - type: Transform - pos: -18.5,-4.5 - parent: 2 - - uid: 8235 - components: - - type: Transform - pos: -19.5,-4.5 - parent: 2 - - uid: 8236 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - - uid: 8237 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - - uid: 8238 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - uid: 8239 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 8240 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 8241 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 2 - - uid: 8242 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 8243 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - - uid: 8244 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 2 - - uid: 8245 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 8246 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - - uid: 8247 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - - uid: 8248 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 8249 - components: - - type: Transform - pos: -25.5,-12.5 - parent: 2 - - uid: 8250 - components: - - type: Transform - pos: -25.5,-13.5 - parent: 2 - - uid: 8251 - components: - - type: Transform - pos: -25.5,-14.5 - parent: 2 - - uid: 8252 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - uid: 8253 - components: - - type: Transform - pos: -25.5,-16.5 - parent: 2 - - uid: 8254 - components: - - type: Transform - pos: -25.5,-17.5 - parent: 2 - - uid: 8255 - components: - - type: Transform - pos: -25.5,-18.5 - parent: 2 - - uid: 8256 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 2 - - uid: 8257 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 2 - - uid: 8258 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - - uid: 8259 - components: - - type: Transform - pos: -25.5,-22.5 - parent: 2 - - uid: 8260 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 2 - - uid: 8261 - components: - - type: Transform - pos: -25.5,-24.5 - parent: 2 - - uid: 8262 - components: - - type: Transform - pos: -25.5,-25.5 - parent: 2 - - uid: 8263 - components: - - type: Transform - pos: -25.5,-26.5 - parent: 2 - - uid: 8264 - components: - - type: Transform - pos: -25.5,-27.5 - parent: 2 - - uid: 8265 - components: - - type: Transform - pos: -25.5,-28.5 - parent: 2 - - uid: 8266 - components: - - type: Transform - pos: -25.5,-29.5 - parent: 2 - - uid: 8267 - components: - - type: Transform - pos: -25.5,-30.5 - parent: 2 - - uid: 8268 - components: - - type: Transform - pos: -25.5,-31.5 - parent: 2 - - uid: 8269 - components: - - type: Transform - pos: -25.5,-32.5 - parent: 2 - - uid: 8270 - components: - - type: Transform - pos: -25.5,-33.5 - parent: 2 - - uid: 8271 - components: - - type: Transform - pos: -25.5,-34.5 - parent: 2 - - uid: 8272 - components: - - type: Transform - pos: -25.5,-35.5 - parent: 2 - - uid: 8273 - components: - - type: Transform - pos: -26.5,-35.5 - parent: 2 - - uid: 8274 - components: - - type: Transform - pos: -27.5,-35.5 - parent: 2 - - uid: 8275 - components: - - type: Transform - pos: -28.5,-35.5 - parent: 2 - - uid: 8276 - components: - - type: Transform - pos: -28.5,-36.5 - parent: 2 - - uid: 8277 - components: - - type: Transform - pos: -28.5,-37.5 - parent: 2 - - uid: 8278 - components: - - type: Transform - pos: -28.5,-38.5 - parent: 2 - - uid: 8279 - components: - - type: Transform - pos: -28.5,-39.5 - parent: 2 - - uid: 8280 - components: - - type: Transform - pos: -28.5,-40.5 - parent: 2 - - uid: 8281 - components: - - type: Transform - pos: -28.5,-45.5 - parent: 2 - - uid: 8282 - components: - - type: Transform - pos: -28.5,-44.5 - parent: 2 - - uid: 8283 - components: - - type: Transform - pos: -28.5,-43.5 - parent: 2 - - uid: 8284 - components: - - type: Transform - pos: -28.5,-42.5 - parent: 2 - - uid: 8285 - components: - - type: Transform - pos: -28.5,-41.5 - parent: 2 - - uid: 8286 - components: - - type: Transform - pos: -29.5,-43.5 - parent: 2 - - uid: 8287 - components: - - type: Transform - pos: -30.5,-43.5 - parent: 2 - - uid: 8288 - components: - - type: Transform - pos: -31.5,-43.5 - parent: 2 - - uid: 8289 - components: - - type: Transform - pos: -39.5,-93.5 - parent: 2 - - uid: 8290 - components: - - type: Transform - pos: 37.5,-78.5 - parent: 2 - - uid: 8291 - components: - - type: Transform - pos: 41.5,-78.5 - parent: 2 - - uid: 8292 - components: - - type: Transform - pos: 39.5,-82.5 - parent: 2 - - uid: 8293 - components: - - type: Transform - pos: 52.5,-59.5 - parent: 2 - - uid: 8294 - components: - - type: Transform - pos: 40.5,-83.5 - parent: 2 - - uid: 8295 - components: - - type: Transform - pos: 53.5,-59.5 - parent: 2 - - uid: 8296 - components: - - type: Transform - pos: 56.5,-50.5 - parent: 2 - - uid: 8297 - components: - - type: Transform - pos: 62.5,-50.5 - parent: 2 - - uid: 8298 - components: - - type: Transform - pos: 62.5,-49.5 - parent: 2 - - uid: 8299 - components: - - type: Transform - pos: 62.5,-48.5 - parent: 2 - - uid: 8300 - components: - - type: Transform - pos: 62.5,-47.5 - parent: 2 - - uid: 8301 - components: - - type: Transform - pos: 58.5,-47.5 - parent: 2 - - uid: 8302 - components: - - type: Transform - pos: 60.5,-47.5 - parent: 2 - - uid: 8303 - components: - - type: Transform - pos: 66.5,-82.5 - parent: 2 - - uid: 8304 - components: - - type: Transform - pos: 57.5,-47.5 - parent: 2 - - uid: 8305 - components: - - type: Transform - pos: 56.5,-47.5 - parent: 2 - - uid: 8306 - components: - - type: Transform - pos: 55.5,-47.5 - parent: 2 - - uid: 8307 - components: - - type: Transform - pos: 54.5,-47.5 - parent: 2 - - uid: 8308 - components: - - type: Transform - pos: 52.5,-69.5 - parent: 2 - - uid: 8309 - components: - - type: Transform - pos: 53.5,-69.5 - parent: 2 - - uid: 8310 - components: - - type: Transform - pos: 54.5,-69.5 - parent: 2 - - uid: 8311 - components: - - type: Transform - pos: 54.5,-70.5 - parent: 2 - - uid: 8312 - components: - - type: Transform - pos: 54.5,-71.5 - parent: 2 - - uid: 8313 - components: - - type: Transform - pos: 54.5,-72.5 - parent: 2 - - uid: 8314 - components: - - type: Transform - pos: 54.5,-73.5 - parent: 2 - - uid: 8315 - components: - - type: Transform - pos: 53.5,-73.5 - parent: 2 - - uid: 8316 - components: - - type: Transform - pos: 52.5,-73.5 - parent: 2 - - uid: 8317 - components: - - type: Transform - pos: 52.5,-74.5 - parent: 2 - - uid: 8318 - components: - - type: Transform - pos: 52.5,-75.5 - parent: 2 - - uid: 8319 - components: - - type: Transform - pos: 52.5,-76.5 - parent: 2 - - uid: 8320 - components: - - type: Transform - pos: 53.5,-76.5 - parent: 2 - - uid: 8321 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 2 - - uid: 8322 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 2 - - uid: 8323 - components: - - type: Transform - pos: 33.5,-24.5 - parent: 2 - - uid: 8324 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 2 - - uid: 8325 - components: - - type: Transform - pos: 61.5,-46.5 - parent: 2 - - uid: 8326 - components: - - type: Transform - pos: 61.5,-45.5 - parent: 2 - - uid: 8327 - components: - - type: Transform - pos: 61.5,-44.5 - parent: 2 - - uid: 8328 - components: - - type: Transform - pos: 60.5,-44.5 - parent: 2 - - uid: 8329 - components: - - type: Transform - pos: 59.5,-44.5 - parent: 2 - - uid: 8330 - components: - - type: Transform - pos: 58.5,-44.5 - parent: 2 - - uid: 8331 - components: - - type: Transform - pos: 57.5,-44.5 - parent: 2 - - uid: 8332 - components: - - type: Transform - pos: 56.5,-44.5 - parent: 2 - - uid: 8333 - components: - - type: Transform - pos: 55.5,-44.5 - parent: 2 - - uid: 8334 - components: - - type: Transform - pos: 54.5,-44.5 - parent: 2 - - uid: 8335 - components: - - type: Transform - pos: 53.5,-44.5 - parent: 2 - - uid: 8336 - components: - - type: Transform - pos: 52.5,-44.5 - parent: 2 - - uid: 8337 - components: - - type: Transform - pos: 51.5,-44.5 - parent: 2 - - uid: 8338 - components: - - type: Transform - pos: 50.5,-44.5 - parent: 2 - - uid: 8339 - components: - - type: Transform - pos: 49.5,-44.5 - parent: 2 - - uid: 8340 - components: - - type: Transform - pos: 48.5,-44.5 - parent: 2 - - uid: 8341 - components: - - type: Transform - pos: 47.5,-44.5 - parent: 2 - - uid: 8342 - components: - - type: Transform - pos: 46.5,-44.5 - parent: 2 - - uid: 8343 - components: - - type: Transform - pos: 45.5,-44.5 - parent: 2 - - uid: 8344 - components: - - type: Transform - pos: 44.5,-44.5 - parent: 2 - - uid: 8345 - components: - - type: Transform - pos: 44.5,-43.5 - parent: 2 - - uid: 8346 - components: - - type: Transform - pos: 44.5,-42.5 - parent: 2 - - uid: 8347 - components: - - type: Transform - pos: 44.5,-41.5 - parent: 2 - - uid: 8348 - components: - - type: Transform - pos: 44.5,-40.5 - parent: 2 - - uid: 8349 - components: - - type: Transform - pos: 44.5,-39.5 - parent: 2 - - uid: 8350 - components: - - type: Transform - pos: 44.5,-38.5 - parent: 2 - - uid: 8351 - components: - - type: Transform - pos: 44.5,-37.5 - parent: 2 - - uid: 8352 - components: - - type: Transform - pos: 44.5,-36.5 - parent: 2 - - uid: 8353 - components: - - type: Transform - pos: 44.5,-35.5 - parent: 2 - - uid: 8354 - components: - - type: Transform - pos: 44.5,-34.5 - parent: 2 - - uid: 8355 - components: - - type: Transform - pos: 44.5,-33.5 - parent: 2 - - uid: 8356 - components: - - type: Transform - pos: 44.5,-32.5 - parent: 2 - - uid: 8357 - components: - - type: Transform - pos: 44.5,-31.5 - parent: 2 - - uid: 8358 - components: - - type: Transform - pos: 44.5,-30.5 - parent: 2 - - uid: 8359 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 2 - - uid: 8360 - components: - - type: Transform - pos: 43.5,-29.5 - parent: 2 - - uid: 8361 - components: - - type: Transform - pos: 42.5,-29.5 - parent: 2 - - uid: 8362 - components: - - type: Transform - pos: 41.5,-29.5 - parent: 2 - - uid: 8363 - components: - - type: Transform - pos: 40.5,-29.5 - parent: 2 - - uid: 8364 - components: - - type: Transform - pos: 39.5,-29.5 - parent: 2 - - uid: 8365 - components: - - type: Transform - pos: 38.5,-29.5 - parent: 2 - uid: 8366 components: - type: Transform - pos: 37.5,-29.5 + pos: 65.5,-67.5 parent: 2 - uid: 8367 components: - type: Transform - pos: 36.5,-29.5 + pos: 64.5,-69.5 parent: 2 - uid: 8368 components: - type: Transform - pos: 35.5,-29.5 + pos: 64.5,-70.5 parent: 2 - uid: 8369 components: - type: Transform - pos: 35.5,-28.5 + pos: 64.5,-71.5 parent: 2 - uid: 8370 components: - type: Transform - pos: 35.5,-27.5 + pos: 64.5,-72.5 parent: 2 - uid: 8371 components: - type: Transform - pos: 35.5,-26.5 + pos: 20.5,-86.5 parent: 2 - uid: 8372 components: - type: Transform - pos: 35.5,-25.5 + pos: 0.5,-4.5 parent: 2 - uid: 8373 components: - type: Transform - pos: 35.5,-24.5 + pos: 58.5,-59.5 parent: 2 - uid: 8374 components: - type: Transform - pos: 35.5,-23.5 + pos: 62.5,-68.5 parent: 2 - uid: 8375 components: - type: Transform - pos: 44.5,-28.5 + pos: 65.5,-69.5 parent: 2 - uid: 8376 components: - type: Transform - pos: 44.5,-27.5 + pos: -13.5,-88.5 parent: 2 - uid: 8377 components: - type: Transform - pos: 44.5,-26.5 + pos: -13.5,-89.5 parent: 2 - uid: 8378 components: - type: Transform - pos: 39.5,-7.5 + pos: -12.5,-88.5 parent: 2 - uid: 8379 components: - type: Transform - pos: 40.5,-7.5 + pos: 32.5,-81.5 parent: 2 - uid: 8380 components: - type: Transform - pos: 40.5,-8.5 + pos: 79.5,-24.5 parent: 2 - uid: 8381 components: - type: Transform - pos: 40.5,-9.5 + pos: 44.5,-83.5 parent: 2 - uid: 8382 components: - type: Transform - pos: 40.5,-10.5 + pos: 41.5,-83.5 parent: 2 - uid: 8383 components: - type: Transform - pos: 40.5,-11.5 + pos: 42.5,-78.5 parent: 2 - uid: 8384 components: - type: Transform - pos: 40.5,-12.5 + pos: 37.5,-77.5 parent: 2 - uid: 8385 components: - type: Transform - pos: 40.5,-13.5 + pos: 43.5,-83.5 parent: 2 - uid: 8386 components: - type: Transform - pos: 40.5,-14.5 + pos: 46.5,-85.5 parent: 2 - uid: 8387 components: - type: Transform - pos: 40.5,-15.5 + pos: 61.5,-59.5 parent: 2 - uid: 8388 components: - type: Transform - pos: 40.5,-16.5 + pos: 32.5,-82.5 parent: 2 - uid: 8389 components: - type: Transform - pos: 40.5,-17.5 + pos: 57.5,-59.5 parent: 2 - uid: 8390 components: - type: Transform - pos: 40.5,-18.5 + pos: 56.5,-59.5 parent: 2 - uid: 8391 components: - type: Transform - pos: 40.5,-19.5 + pos: 32.5,-79.5 parent: 2 - uid: 8392 components: - type: Transform - pos: 40.5,-20.5 + pos: 42.5,-82.5 parent: 2 - uid: 8393 components: - type: Transform - pos: 39.5,-20.5 + pos: 33.5,-82.5 parent: 2 - uid: 8394 components: - type: Transform - pos: 38.5,-20.5 + pos: 32.5,-80.5 parent: 2 - uid: 8395 components: - type: Transform - pos: 37.5,-20.5 + pos: 66.5,-64.5 parent: 2 - uid: 8396 components: - type: Transform - pos: 36.5,-20.5 + pos: 66.5,-65.5 parent: 2 - uid: 8397 components: - type: Transform - pos: 35.5,-20.5 + pos: 51.5,-59.5 parent: 2 - uid: 8398 components: - type: Transform - pos: 35.5,-21.5 + pos: 51.5,-60.5 parent: 2 - uid: 8399 components: - type: Transform - pos: 35.5,-22.5 + pos: 51.5,-61.5 parent: 2 - uid: 8400 components: - type: Transform - pos: 45.5,-27.5 + pos: 51.5,-62.5 parent: 2 - uid: 8401 components: - type: Transform - pos: 46.5,-27.5 + pos: 51.5,-63.5 parent: 2 - uid: 8402 components: - type: Transform - pos: 47.5,-27.5 + pos: 51.5,-64.5 parent: 2 - uid: 8403 components: - type: Transform - pos: 48.5,-27.5 + pos: 46.5,-78.5 parent: 2 - uid: 8404 components: - type: Transform - pos: 49.5,-27.5 + pos: 49.5,-73.5 parent: 2 - uid: 8405 components: - type: Transform - pos: 49.5,-28.5 + pos: 49.5,-72.5 parent: 2 - uid: 8406 components: - type: Transform - pos: 50.5,-28.5 + pos: 49.5,-71.5 parent: 2 - uid: 8407 components: - type: Transform - pos: 51.5,-28.5 + pos: 49.5,-70.5 parent: 2 - uid: 8408 components: - type: Transform - pos: 52.5,-28.5 + pos: 49.5,-69.5 parent: 2 - uid: 8409 components: - type: Transform - pos: 53.5,-28.5 + pos: -23.5,-67.5 parent: 2 - uid: 8410 components: - type: Transform - pos: 54.5,-28.5 + pos: -28.5,-45.5 parent: 2 - uid: 8411 components: - type: Transform - pos: 55.5,-28.5 + pos: -28.5,-46.5 parent: 2 - uid: 8412 components: - type: Transform - pos: 56.5,-28.5 + pos: -28.5,-47.5 parent: 2 - uid: 8413 components: - type: Transform - pos: 57.5,-28.5 + pos: -28.5,-48.5 parent: 2 - uid: 8414 components: - type: Transform - pos: 57.5,-29.5 + pos: -28.5,-49.5 parent: 2 - uid: 8415 components: - type: Transform - pos: 58.5,-29.5 + pos: -28.5,-50.5 parent: 2 - uid: 8416 components: - type: Transform - pos: 59.5,-29.5 + pos: -28.5,-51.5 parent: 2 - uid: 8417 components: - type: Transform - pos: 60.5,-29.5 + pos: -27.5,-51.5 parent: 2 - uid: 8418 components: - type: Transform - pos: 60.5,-28.5 + pos: -26.5,-51.5 parent: 2 - uid: 8419 components: - type: Transform - pos: 60.5,-27.5 + pos: -25.5,-51.5 parent: 2 - uid: 8420 components: - type: Transform - pos: 60.5,-26.5 + pos: -25.5,-52.5 parent: 2 - uid: 8421 components: - type: Transform - pos: 60.5,-25.5 + pos: -25.5,-53.5 parent: 2 - uid: 8422 components: - type: Transform - pos: 60.5,-24.5 + pos: -25.5,-54.5 parent: 2 - uid: 8423 components: - type: Transform - pos: 60.5,-23.5 + pos: -25.5,-55.5 parent: 2 - uid: 8424 components: - type: Transform - pos: 60.5,-22.5 + pos: -25.5,-56.5 parent: 2 - uid: 8425 components: - type: Transform - pos: 61.5,-22.5 + pos: -25.5,-57.5 parent: 2 - uid: 8426 components: - type: Transform - pos: 62.5,-22.5 + pos: -25.5,-58.5 parent: 2 - uid: 8427 components: - type: Transform - pos: 63.5,-22.5 + pos: -25.5,-59.5 parent: 2 - uid: 8428 components: - type: Transform - pos: 64.5,-22.5 + pos: -25.5,-60.5 parent: 2 - uid: 8429 components: - type: Transform - pos: 65.5,-22.5 + pos: -25.5,-61.5 parent: 2 - uid: 8430 components: - type: Transform - pos: 66.5,-22.5 + pos: -25.5,-62.5 parent: 2 - uid: 8431 components: - type: Transform - pos: 67.5,-22.5 + pos: -25.5,-63.5 parent: 2 - uid: 8432 components: - type: Transform - pos: 68.5,-22.5 + pos: -25.5,-64.5 parent: 2 - uid: 8433 components: - type: Transform - pos: 69.5,-22.5 + pos: -24.5,-64.5 parent: 2 - uid: 8434 components: - type: Transform - pos: 69.5,-15.5 + pos: -24.5,-65.5 parent: 2 - uid: 8435 components: - type: Transform - pos: 69.5,-16.5 + pos: -24.5,-66.5 parent: 2 - uid: 8436 components: - type: Transform - pos: 69.5,-17.5 + pos: -24.5,-67.5 parent: 2 - uid: 8437 components: - type: Transform - pos: 69.5,-18.5 + pos: -22.5,-67.5 parent: 2 - uid: 8438 components: - type: Transform - pos: 69.5,-19.5 + pos: -21.5,-67.5 parent: 2 - uid: 8439 components: - type: Transform - pos: 69.5,-20.5 + pos: -20.5,-67.5 parent: 2 - uid: 8440 components: - type: Transform - pos: 69.5,-21.5 + pos: -19.5,-67.5 parent: 2 - uid: 8441 components: - type: Transform - pos: 76.5,-23.5 + pos: -18.5,-67.5 parent: 2 - uid: 8442 components: - type: Transform - pos: 77.5,-23.5 + pos: -18.5,-68.5 parent: 2 - uid: 8443 components: - type: Transform - pos: 78.5,-23.5 + pos: -7.5,-70.5 parent: 2 - uid: 8444 components: - type: Transform - pos: 78.5,-24.5 + pos: -18.5,-69.5 parent: 2 - uid: 8445 components: - type: Transform - pos: 76.5,-22.5 + pos: -17.5,-69.5 parent: 2 - uid: 8446 components: - type: Transform - pos: 76.5,-21.5 + pos: -16.5,-69.5 parent: 2 - uid: 8447 components: - type: Transform - pos: 75.5,-21.5 + pos: -15.5,-69.5 parent: 2 - uid: 8448 components: - type: Transform - pos: 74.5,-21.5 + pos: -14.5,-69.5 parent: 2 - uid: 8449 components: - type: Transform - pos: 73.5,-21.5 + pos: -13.5,-69.5 parent: 2 - uid: 8450 components: - type: Transform - pos: 72.5,-21.5 + pos: -12.5,-69.5 parent: 2 - uid: 8451 components: - type: Transform - pos: 71.5,-21.5 + pos: -11.5,-69.5 parent: 2 - uid: 8452 components: - type: Transform - pos: 70.5,-21.5 + pos: -10.5,-69.5 parent: 2 - uid: 8453 components: - type: Transform - pos: 36.5,-37.5 + pos: -9.5,-69.5 parent: 2 - uid: 8454 components: - type: Transform - pos: 35.5,-39.5 + pos: -8.5,-69.5 parent: 2 - uid: 8455 components: - type: Transform - pos: 35.5,-37.5 + pos: -7.5,-69.5 parent: 2 - uid: 8456 components: - type: Transform - pos: 37.5,-37.5 + pos: -6.5,-70.5 parent: 2 - uid: 8457 components: - type: Transform - pos: 38.5,-37.5 + pos: -5.5,-70.5 parent: 2 - uid: 8458 components: - type: Transform - pos: 39.5,-37.5 + pos: 3.5,-70.5 parent: 2 - uid: 8459 components: - type: Transform - pos: 40.5,-37.5 + pos: -0.5,-69.5 parent: 2 - uid: 8460 components: - type: Transform - pos: 43.5,-37.5 + pos: 0.5,-69.5 parent: 2 - uid: 8461 components: - type: Transform - pos: 41.5,-39.5 + pos: 1.5,-69.5 parent: 2 - uid: 8462 components: - type: Transform - pos: 41.5,-40.5 + pos: 2.5,-69.5 parent: 2 - uid: 8463 components: - type: Transform - pos: 42.5,-37.5 + pos: 4.5,-70.5 parent: 2 - uid: 8464 components: - type: Transform - pos: 41.5,-37.5 + pos: 5.5,-70.5 parent: 2 - uid: 8465 components: - type: Transform - pos: 38.5,-2.5 + pos: 6.5,-70.5 parent: 2 - uid: 8466 components: - type: Transform - pos: 37.5,-2.5 + pos: 7.5,-70.5 parent: 2 - uid: 8467 components: - type: Transform - pos: 39.5,-4.5 + pos: 8.5,-70.5 parent: 2 - uid: 8468 components: - type: Transform - pos: 37.5,7.5 + pos: 8.5,-69.5 parent: 2 - uid: 8469 components: - type: Transform - pos: 38.5,7.5 + pos: 9.5,-69.5 parent: 2 - uid: 8470 components: - type: Transform - pos: 39.5,7.5 + pos: 10.5,-69.5 parent: 2 - uid: 8471 components: - type: Transform - pos: 40.5,7.5 + pos: 11.5,-69.5 parent: 2 - uid: 8472 components: - type: Transform - pos: 40.5,8.5 + pos: 12.5,-69.5 parent: 2 - uid: 8473 components: - type: Transform - pos: 40.5,9.5 + pos: 13.5,-69.5 parent: 2 - uid: 8474 components: - type: Transform - pos: 40.5,10.5 + pos: 14.5,-69.5 parent: 2 - uid: 8475 components: - type: Transform - pos: 40.5,11.5 + pos: 15.5,-69.5 parent: 2 - uid: 8476 components: - type: Transform - pos: 40.5,12.5 + pos: 16.5,-69.5 parent: 2 - uid: 8477 components: - type: Transform - pos: 40.5,13.5 + pos: 17.5,-69.5 parent: 2 - uid: 8478 components: - type: Transform - pos: 40.5,14.5 + pos: 18.5,-69.5 parent: 2 - uid: 8479 components: - type: Transform - pos: 40.5,15.5 + pos: 19.5,-69.5 parent: 2 - uid: 8480 components: - type: Transform - pos: 40.5,16.5 + pos: 19.5,-68.5 parent: 2 - uid: 8481 components: - type: Transform - pos: 40.5,17.5 + pos: 19.5,-67.5 parent: 2 - uid: 8482 components: - type: Transform - pos: 25.5,16.5 + pos: 20.5,-67.5 parent: 2 - uid: 8483 components: - type: Transform - pos: 24.5,16.5 + pos: 21.5,-67.5 parent: 2 - uid: 8484 components: - type: Transform - pos: 23.5,16.5 + pos: 22.5,-67.5 parent: 2 - uid: 8485 components: - type: Transform - pos: 22.5,16.5 + pos: 23.5,-67.5 parent: 2 - uid: 8486 components: - type: Transform - pos: 22.5,17.5 + pos: 24.5,-67.5 parent: 2 - uid: 8487 components: - type: Transform - pos: 22.5,18.5 + pos: 25.5,-67.5 parent: 2 - uid: 8488 components: - type: Transform - pos: 21.5,18.5 + pos: 25.5,-66.5 parent: 2 - uid: 8489 components: - type: Transform - pos: 21.5,16.5 + pos: 25.5,-65.5 parent: 2 - uid: 8490 components: - type: Transform - pos: 21.5,15.5 + pos: 26.5,-65.5 parent: 2 - uid: 8491 components: - type: Transform - pos: 21.5,14.5 + pos: 26.5,-64.5 parent: 2 - uid: 8492 components: - type: Transform - pos: 21.5,13.5 + pos: 26.5,-63.5 parent: 2 - uid: 8493 components: - type: Transform - pos: 21.5,12.5 + pos: 26.5,-62.5 parent: 2 - uid: 8494 components: - type: Transform - pos: 21.5,11.5 + pos: 26.5,-61.5 parent: 2 - uid: 8495 components: - type: Transform - pos: 20.5,11.5 + pos: 26.5,-60.5 parent: 2 - uid: 8496 components: - type: Transform - pos: 20.5,10.5 + pos: 26.5,-59.5 parent: 2 - uid: 8497 components: - type: Transform - pos: 20.5,9.5 + pos: 26.5,-58.5 parent: 2 - uid: 8498 components: - type: Transform - pos: 20.5,7.5 + pos: 26.5,-57.5 parent: 2 - uid: 8499 components: - type: Transform - pos: 20.5,6.5 + pos: 26.5,-56.5 parent: 2 - uid: 8500 components: - type: Transform - pos: 19.5,6.5 + pos: 26.5,-55.5 parent: 2 - uid: 8501 components: - type: Transform - pos: 18.5,6.5 + pos: 26.5,-54.5 parent: 2 - uid: 8502 components: - type: Transform - pos: 17.5,6.5 + pos: 26.5,-53.5 parent: 2 - uid: 8503 components: - type: Transform - pos: 16.5,6.5 + pos: 26.5,-52.5 parent: 2 - uid: 8504 components: - type: Transform - pos: 15.5,6.5 + pos: 0.5,-1.5 parent: 2 - uid: 8505 components: - type: Transform - pos: 15.5,7.5 + pos: -4.5,-6.5 parent: 2 - uid: 8506 components: - type: Transform - pos: 15.5,8.5 + pos: -0.5,-6.5 parent: 2 - uid: 8507 components: - type: Transform - pos: 15.5,9.5 + pos: 26.5,-26.5 parent: 2 - uid: 8508 components: - type: Transform - pos: 14.5,9.5 + pos: 26.5,-25.5 parent: 2 - uid: 8509 components: - type: Transform - pos: 13.5,9.5 + pos: 26.5,-24.5 parent: 2 - uid: 8510 components: - type: Transform - pos: 12.5,9.5 + pos: 26.5,-23.5 parent: 2 - uid: 8511 components: - type: Transform - pos: 15.5,5.5 + pos: 26.5,-22.5 parent: 2 - uid: 8512 components: - type: Transform - pos: 15.5,4.5 + pos: 26.5,-21.5 parent: 2 - uid: 8513 components: - type: Transform - pos: 15.5,3.5 + pos: 26.5,-20.5 parent: 2 - uid: 8514 components: - type: Transform - pos: 15.5,2.5 + pos: 26.5,-19.5 parent: 2 - uid: 8515 components: - type: Transform - pos: 15.5,1.5 + pos: 26.5,-18.5 parent: 2 - uid: 8516 components: - type: Transform - pos: 15.5,0.5 + pos: 26.5,-17.5 parent: 2 - uid: 8517 components: - type: Transform - pos: 14.5,0.5 + pos: 26.5,-16.5 parent: 2 - uid: 8518 components: - type: Transform - pos: 13.5,0.5 + pos: 26.5,-15.5 parent: 2 - uid: 8519 components: - type: Transform - pos: 12.5,0.5 + pos: 26.5,-14.5 parent: 2 - uid: 8520 components: - type: Transform - pos: 12.5,1.5 + pos: 26.5,-13.5 parent: 2 - uid: 8521 components: - type: Transform - pos: 12.5,2.5 + pos: 26.5,-12.5 parent: 2 - uid: 8522 components: - type: Transform - pos: 12.5,3.5 + pos: 25.5,-12.5 parent: 2 - uid: 8523 components: - type: Transform - pos: 12.5,4.5 + pos: 25.5,-11.5 parent: 2 - uid: 8524 components: - type: Transform - pos: 11.5,4.5 + pos: 25.5,-10.5 parent: 2 - uid: 8525 components: - type: Transform - pos: 10.5,4.5 + pos: 19.5,-4.5 parent: 2 - uid: 8526 components: - type: Transform - pos: 9.5,4.5 + pos: 24.5,-10.5 parent: 2 - uid: 8527 components: - type: Transform - pos: 8.5,4.5 + pos: 24.5,-9.5 parent: 2 - uid: 8528 components: - type: Transform - pos: 7.5,4.5 + pos: 24.5,-8.5 parent: 2 - uid: 8529 components: - type: Transform - pos: 6.5,4.5 + pos: 23.5,-8.5 parent: 2 - uid: 8530 components: - type: Transform - pos: 5.5,4.5 + pos: 23.5,-7.5 parent: 2 - uid: 8531 components: - type: Transform - pos: 4.5,4.5 + pos: 22.5,-7.5 parent: 2 - uid: 8532 components: - type: Transform - pos: 3.5,4.5 + pos: 22.5,-6.5 parent: 2 - uid: 8533 components: - type: Transform - pos: 2.5,4.5 + pos: 21.5,-6.5 parent: 2 - uid: 8534 components: - type: Transform - pos: 1.5,4.5 + pos: 21.5,-5.5 parent: 2 - uid: 8535 components: - type: Transform - pos: 0.5,4.5 + pos: 20.5,-5.5 parent: 2 - uid: 8536 components: - type: Transform - pos: -0.5,4.5 + pos: 20.5,-4.5 parent: 2 - uid: 8537 components: - type: Transform - pos: -1.5,4.5 + pos: 18.5,-4.5 parent: 2 - uid: 8538 components: - type: Transform - pos: -2.5,4.5 + pos: 18.5,-3.5 parent: 2 - uid: 8539 components: - type: Transform - pos: -3.5,4.5 + pos: 17.5,-3.5 parent: 2 - uid: 8540 components: - type: Transform - pos: -4.5,4.5 + pos: 16.5,-3.5 parent: 2 - uid: 8541 components: - type: Transform - pos: -5.5,4.5 + pos: 16.5,-2.5 parent: 2 - uid: 8542 components: - type: Transform - pos: -6.5,4.5 + pos: 15.5,-2.5 parent: 2 - uid: 8543 components: - type: Transform - pos: -7.5,4.5 + pos: 14.5,-2.5 parent: 2 - uid: 8544 components: - type: Transform - pos: -8.5,4.5 + pos: 13.5,-2.5 parent: 2 - uid: 8545 components: - type: Transform - pos: -9.5,4.5 + pos: 12.5,-2.5 parent: 2 - uid: 8546 components: - type: Transform - pos: -10.5,4.5 + pos: -10.5,-2.5 parent: 2 - uid: 8547 components: - type: Transform - pos: -11.5,4.5 + pos: -11.5,-2.5 parent: 2 - uid: 8548 components: - type: Transform - pos: -11.5,3.5 + pos: -12.5,-2.5 parent: 2 - uid: 8549 components: - type: Transform - pos: -11.5,2.5 + pos: -13.5,-2.5 parent: 2 - uid: 8550 components: - type: Transform - pos: -11.5,1.5 + pos: -14.5,-2.5 parent: 2 - uid: 8551 components: - type: Transform - pos: -11.5,0.5 + pos: -15.5,-2.5 parent: 2 - uid: 8552 components: - type: Transform - pos: -12.5,0.5 + pos: -16.5,-2.5 parent: 2 - uid: 8553 components: - type: Transform - pos: -13.5,0.5 + pos: -16.5,-3.5 parent: 2 - uid: 8554 components: - type: Transform - pos: -14.5,0.5 + pos: -17.5,-3.5 parent: 2 - uid: 8555 components: - type: Transform - pos: -15.5,0.5 + pos: -17.5,-4.5 parent: 2 - uid: 8556 components: - type: Transform - pos: -15.5,1.5 + pos: -18.5,-4.5 parent: 2 - uid: 8557 components: - type: Transform - pos: -15.5,2.5 + pos: -19.5,-4.5 parent: 2 - uid: 8558 components: - type: Transform - pos: 0.5,3.5 + pos: -19.5,-5.5 parent: 2 - uid: 8559 components: - type: Transform - pos: 0.5,2.5 + pos: -20.5,-5.5 parent: 2 - uid: 8560 components: - type: Transform - pos: 0.5,1.5 + pos: -20.5,-6.5 parent: 2 - uid: 8561 components: - type: Transform - pos: -59.5,-27.5 + pos: -21.5,-6.5 parent: 2 - uid: 8562 components: - type: Transform - pos: -59.5,-28.5 + pos: -21.5,-7.5 parent: 2 - uid: 8563 components: - type: Transform - pos: -38.5,8.5 + pos: -22.5,-7.5 parent: 2 - uid: 8564 components: - type: Transform - pos: -37.5,8.5 + pos: -22.5,-8.5 parent: 2 - uid: 8565 components: - type: Transform - pos: -36.5,8.5 + pos: -23.5,-8.5 parent: 2 - uid: 8566 components: - type: Transform - pos: -36.5,9.5 + pos: -23.5,-9.5 parent: 2 - uid: 8567 components: - type: Transform - pos: -39.5,8.5 + pos: -23.5,-10.5 parent: 2 - uid: 8568 components: - type: Transform - pos: -39.5,7.5 + pos: -24.5,-10.5 parent: 2 - uid: 8569 components: - type: Transform - pos: -39.5,6.5 + pos: -24.5,-11.5 parent: 2 - uid: 8570 components: - type: Transform - pos: -39.5,5.5 + pos: -24.5,-12.5 parent: 2 - uid: 8571 components: - type: Transform - pos: -39.5,4.5 + pos: -25.5,-12.5 parent: 2 - uid: 8572 components: - type: Transform - pos: -39.5,3.5 + pos: -25.5,-13.5 parent: 2 - uid: 8573 components: - type: Transform - pos: -39.5,2.5 + pos: -25.5,-14.5 parent: 2 - uid: 8574 components: - type: Transform - pos: -39.5,1.5 + pos: -25.5,-15.5 parent: 2 - uid: 8575 components: - type: Transform - pos: -38.5,1.5 + pos: -25.5,-16.5 parent: 2 - uid: 8576 components: - type: Transform - pos: -37.5,1.5 + pos: -25.5,-17.5 parent: 2 - uid: 8577 components: - type: Transform - pos: -36.5,1.5 + pos: -25.5,-18.5 parent: 2 - uid: 8578 components: - type: Transform - pos: -35.5,1.5 + pos: -25.5,-19.5 parent: 2 - uid: 8579 components: - type: Transform - pos: -34.5,1.5 + pos: -25.5,-20.5 parent: 2 - uid: 8580 components: - type: Transform - pos: -33.5,1.5 + pos: -25.5,-21.5 parent: 2 - uid: 8581 components: - type: Transform - pos: -32.5,1.5 + pos: -25.5,-22.5 parent: 2 - uid: 8582 components: - type: Transform - pos: -32.5,0.5 + pos: -25.5,-23.5 parent: 2 - uid: 8583 components: - type: Transform - pos: -32.5,-0.5 + pos: -25.5,-24.5 parent: 2 - uid: 8584 components: - type: Transform - pos: -32.5,-1.5 + pos: -25.5,-25.5 parent: 2 - uid: 8585 components: - type: Transform - pos: -32.5,-2.5 + pos: -25.5,-26.5 parent: 2 - uid: 8586 components: - type: Transform - pos: -32.5,-3.5 + pos: -25.5,-27.5 parent: 2 - uid: 8587 components: - type: Transform - pos: -32.5,-4.5 + pos: -25.5,-28.5 parent: 2 - uid: 8588 components: - type: Transform - pos: -32.5,-5.5 + pos: -25.5,-29.5 parent: 2 - uid: 8589 components: - type: Transform - pos: -32.5,-6.5 + pos: -25.5,-30.5 parent: 2 - uid: 8590 components: - type: Transform - pos: -32.5,-7.5 + pos: -25.5,-31.5 parent: 2 - uid: 8591 components: - type: Transform - pos: -32.5,-8.5 + pos: -25.5,-32.5 parent: 2 - uid: 8592 components: - type: Transform - pos: -32.5,-9.5 + pos: -25.5,-33.5 parent: 2 - uid: 8593 components: - type: Transform - pos: -32.5,-10.5 + pos: -25.5,-34.5 parent: 2 - uid: 8594 components: - type: Transform - pos: -32.5,-11.5 + pos: -25.5,-35.5 parent: 2 - uid: 8595 components: - type: Transform - pos: -32.5,-12.5 + pos: -26.5,-35.5 parent: 2 - uid: 8596 components: - type: Transform - pos: -32.5,-13.5 + pos: -27.5,-35.5 parent: 2 - uid: 8597 components: - type: Transform - pos: -32.5,-14.5 + pos: -28.5,-35.5 parent: 2 - uid: 8598 components: - type: Transform - pos: -32.5,-15.5 + pos: -28.5,-36.5 parent: 2 - uid: 8599 components: - type: Transform - pos: -32.5,-16.5 + pos: -28.5,-37.5 parent: 2 - uid: 8600 components: - type: Transform - pos: -32.5,-17.5 + pos: -28.5,-38.5 parent: 2 - uid: 8601 components: - type: Transform - pos: -31.5,-17.5 + pos: -28.5,-39.5 parent: 2 - uid: 8602 components: - type: Transform - pos: -31.5,-18.5 + pos: -28.5,-40.5 parent: 2 - uid: 8603 components: - type: Transform - pos: -31.5,-19.5 + pos: -28.5,-45.5 parent: 2 - uid: 8604 components: - type: Transform - pos: -31.5,-20.5 + pos: -28.5,-44.5 parent: 2 - uid: 8605 components: - type: Transform - pos: -31.5,-21.5 + pos: -28.5,-43.5 parent: 2 - uid: 8606 components: - type: Transform - pos: -31.5,-22.5 + pos: -28.5,-42.5 parent: 2 - uid: 8607 components: - type: Transform - pos: -31.5,-23.5 + pos: -28.5,-41.5 parent: 2 - uid: 8608 components: - type: Transform - pos: -31.5,-24.5 + pos: -29.5,-43.5 parent: 2 - uid: 8609 components: - type: Transform - pos: -32.5,-24.5 + pos: -30.5,-43.5 parent: 2 - uid: 8610 components: - type: Transform - pos: -32.5,-25.5 + pos: -31.5,-43.5 parent: 2 - uid: 8611 components: - type: Transform - pos: -32.5,-26.5 + pos: -39.5,-93.5 parent: 2 - uid: 8612 components: - type: Transform - pos: -32.5,-27.5 + pos: 37.5,-78.5 parent: 2 - uid: 8613 components: - type: Transform - pos: -32.5,-28.5 + pos: 41.5,-78.5 parent: 2 - uid: 8614 components: - type: Transform - pos: -32.5,-29.5 + pos: 39.5,-82.5 parent: 2 - uid: 8615 components: - type: Transform - pos: -32.5,-30.5 + pos: 52.5,-59.5 parent: 2 - uid: 8616 components: - type: Transform - pos: -32.5,-31.5 + pos: 40.5,-83.5 parent: 2 - uid: 8617 components: - type: Transform - pos: -32.5,-32.5 + pos: 53.5,-59.5 parent: 2 - uid: 8618 components: - type: Transform - pos: -31.5,-32.5 + pos: 56.5,-50.5 parent: 2 - uid: 8619 components: - type: Transform - pos: -31.5,-33.5 + pos: 62.5,-50.5 parent: 2 - uid: 8620 components: - type: Transform - pos: -31.5,-34.5 + pos: 62.5,-49.5 parent: 2 - uid: 8621 components: - type: Transform - pos: -31.5,-35.5 + pos: 62.5,-48.5 parent: 2 - uid: 8622 components: - type: Transform - pos: -31.5,-36.5 + pos: 62.5,-47.5 parent: 2 - uid: 8623 components: - type: Transform - pos: -31.5,-37.5 + pos: 58.5,-47.5 parent: 2 - uid: 8624 components: - type: Transform - pos: -31.5,-38.5 + pos: 60.5,-47.5 parent: 2 - uid: 8625 components: - type: Transform - pos: -31.5,-39.5 + pos: 66.5,-82.5 parent: 2 - uid: 8626 components: - type: Transform - pos: -31.5,-40.5 + pos: 57.5,-47.5 parent: 2 - uid: 8627 components: - type: Transform - pos: -31.5,-41.5 + pos: 56.5,-47.5 parent: 2 - uid: 8628 components: - type: Transform - pos: -31.5,-42.5 + pos: 55.5,-47.5 parent: 2 - uid: 8629 components: - type: Transform - pos: -32.5,-43.5 + pos: 54.5,-47.5 parent: 2 - uid: 8630 components: - type: Transform - pos: -33.5,-43.5 + pos: 52.5,-69.5 parent: 2 - uid: 8631 components: - type: Transform - pos: -34.5,-43.5 + pos: 53.5,-69.5 parent: 2 - uid: 8632 components: - type: Transform - pos: -35.5,-43.5 + pos: 54.5,-69.5 parent: 2 - uid: 8633 components: - type: Transform - pos: -36.5,-43.5 + pos: 54.5,-70.5 parent: 2 - uid: 8634 components: - type: Transform - pos: -37.5,-43.5 + pos: 54.5,-71.5 parent: 2 - uid: 8635 components: - type: Transform - pos: -38.5,-43.5 + pos: 54.5,-72.5 parent: 2 - uid: 8636 components: - type: Transform - pos: -39.5,-43.5 + pos: 54.5,-73.5 parent: 2 - uid: 8637 components: - type: Transform - pos: -40.5,-43.5 + pos: 53.5,-73.5 parent: 2 - uid: 8638 components: - type: Transform - pos: -41.5,-43.5 + pos: 52.5,-73.5 parent: 2 - uid: 8639 components: - type: Transform - pos: -42.5,-43.5 + pos: 52.5,-74.5 parent: 2 - uid: 8640 components: - type: Transform - pos: -43.5,-43.5 + pos: 52.5,-75.5 parent: 2 - uid: 8641 components: - type: Transform - pos: -44.5,-43.5 + pos: 52.5,-76.5 parent: 2 - uid: 8642 components: - type: Transform - pos: -45.5,-43.5 + pos: 53.5,-76.5 parent: 2 - uid: 8643 components: - type: Transform - pos: -46.5,-43.5 + pos: 34.5,-23.5 parent: 2 - uid: 8644 components: - type: Transform - pos: -47.5,-43.5 + pos: 33.5,-23.5 parent: 2 - uid: 8645 components: - type: Transform - pos: -48.5,-43.5 + pos: 33.5,-24.5 parent: 2 - uid: 8646 components: - type: Transform - pos: -49.5,-43.5 + pos: 32.5,-24.5 parent: 2 - uid: 8647 components: - type: Transform - pos: -50.5,-43.5 + pos: 61.5,-46.5 parent: 2 - uid: 8648 components: - type: Transform - pos: -51.5,-43.5 + pos: 61.5,-45.5 parent: 2 - uid: 8649 components: - type: Transform - pos: -52.5,-43.5 + pos: 61.5,-44.5 parent: 2 - uid: 8650 components: - type: Transform - pos: -53.5,-43.5 + pos: 60.5,-44.5 parent: 2 - uid: 8651 components: - type: Transform - pos: -54.5,-43.5 + pos: 59.5,-44.5 parent: 2 - uid: 8652 components: - type: Transform - pos: -55.5,-43.5 + pos: 58.5,-44.5 parent: 2 - uid: 8653 components: - type: Transform - pos: -56.5,-43.5 + pos: 57.5,-44.5 parent: 2 - uid: 8654 components: - type: Transform - pos: -57.5,-43.5 + pos: 56.5,-44.5 parent: 2 - uid: 8655 components: - type: Transform - pos: -59.5,-38.5 + pos: 55.5,-44.5 parent: 2 - uid: 8656 components: - type: Transform - pos: -59.5,-37.5 + pos: 54.5,-44.5 parent: 2 - uid: 8657 components: - type: Transform - pos: -59.5,-36.5 + pos: 53.5,-44.5 parent: 2 - uid: 8658 components: - type: Transform - pos: -59.5,-35.5 + pos: 52.5,-44.5 parent: 2 - uid: 8659 components: - type: Transform - pos: -59.5,-34.5 + pos: 51.5,-44.5 parent: 2 - uid: 8660 components: - type: Transform - pos: -59.5,-33.5 + pos: 50.5,-44.5 parent: 2 - uid: 8661 components: - type: Transform - pos: -59.5,-32.5 + pos: 49.5,-44.5 parent: 2 - uid: 8662 components: - type: Transform - pos: -59.5,-31.5 + pos: 48.5,-44.5 parent: 2 - uid: 8663 components: - type: Transform - pos: -59.5,-30.5 + pos: 47.5,-44.5 parent: 2 - uid: 8664 components: - type: Transform - pos: -59.5,-29.5 + pos: 46.5,-44.5 parent: 2 - uid: 8665 components: - type: Transform - pos: -58.5,-28.5 + pos: 45.5,-44.5 parent: 2 - uid: 8666 components: - type: Transform - pos: -57.5,-28.5 + pos: 44.5,-44.5 parent: 2 - uid: 8667 components: - type: Transform - pos: -56.5,-28.5 + pos: 44.5,-43.5 parent: 2 - uid: 8668 components: - type: Transform - pos: -55.5,-28.5 + pos: 44.5,-42.5 parent: 2 - uid: 8669 components: - type: Transform - pos: -54.5,-28.5 + pos: 44.5,-41.5 parent: 2 - uid: 8670 components: - type: Transform - pos: -53.5,-28.5 + pos: 44.5,-40.5 parent: 2 - uid: 8671 components: - type: Transform - pos: -52.5,-28.5 + pos: 44.5,-39.5 parent: 2 - uid: 8672 components: - type: Transform - pos: -51.5,-28.5 + pos: 44.5,-38.5 parent: 2 - uid: 8673 components: - type: Transform - pos: -50.5,-28.5 + pos: 44.5,-37.5 parent: 2 - uid: 8674 components: - type: Transform - pos: -49.5,-28.5 + pos: 44.5,-36.5 parent: 2 - uid: 8675 components: - type: Transform - pos: -48.5,-28.5 + pos: 44.5,-35.5 parent: 2 - uid: 8676 components: - type: Transform - pos: -47.5,-28.5 + pos: 44.5,-34.5 parent: 2 - uid: 8677 components: - type: Transform - pos: -46.5,-28.5 + pos: 44.5,-33.5 parent: 2 - uid: 8678 components: - type: Transform - pos: -45.5,-28.5 + pos: 44.5,-32.5 parent: 2 - uid: 8679 components: - type: Transform - pos: -44.5,-28.5 + pos: 44.5,-31.5 parent: 2 - uid: 8680 components: - type: Transform - pos: -43.5,-28.5 + pos: 44.5,-30.5 parent: 2 - uid: 8681 components: - type: Transform - pos: -42.5,-28.5 + pos: 44.5,-29.5 parent: 2 - uid: 8682 components: - type: Transform - pos: -41.5,-28.5 + pos: 43.5,-29.5 parent: 2 - uid: 8683 components: - type: Transform - pos: -41.5,-27.5 + pos: 42.5,-29.5 parent: 2 - uid: 8684 components: - type: Transform - pos: -46.5,-78.5 + pos: 41.5,-29.5 parent: 2 - uid: 8685 components: - type: Transform - pos: -65.5,-53.5 + pos: 40.5,-29.5 parent: 2 - uid: 8686 components: - type: Transform - pos: -66.5,-53.5 + pos: 39.5,-29.5 parent: 2 - uid: 8687 components: - type: Transform - pos: -67.5,-53.5 + pos: 38.5,-29.5 parent: 2 - uid: 8688 components: - type: Transform - pos: -68.5,-53.5 + pos: 37.5,-29.5 parent: 2 - uid: 8689 components: - type: Transform - pos: -46.5,-79.5 + pos: 36.5,-29.5 parent: 2 - uid: 8690 components: - type: Transform - pos: -46.5,-80.5 + pos: 35.5,-29.5 parent: 2 - uid: 8691 components: - type: Transform - pos: -45.5,-80.5 + pos: 35.5,-28.5 parent: 2 - uid: 8692 components: - type: Transform - pos: -44.5,-80.5 + pos: 35.5,-27.5 parent: 2 - uid: 8693 components: - type: Transform - pos: -43.5,-80.5 + pos: 35.5,-26.5 parent: 2 - uid: 8694 components: - type: Transform - pos: -42.5,-80.5 + pos: 35.5,-25.5 parent: 2 - uid: 8695 components: - type: Transform - pos: -41.5,-80.5 + pos: 35.5,-24.5 parent: 2 - uid: 8696 components: - type: Transform - pos: -41.5,-81.5 + pos: 35.5,-23.5 parent: 2 - uid: 8697 components: - type: Transform - pos: -41.5,-82.5 + pos: 44.5,-28.5 parent: 2 - uid: 8698 components: - type: Transform - pos: -41.5,-83.5 + pos: 44.5,-27.5 parent: 2 - uid: 8699 components: - type: Transform - pos: -41.5,-84.5 + pos: 44.5,-26.5 parent: 2 - uid: 8700 components: - type: Transform - pos: -41.5,-85.5 + pos: 39.5,-7.5 parent: 2 - uid: 8701 components: - type: Transform - pos: -40.5,-85.5 + pos: 40.5,-7.5 parent: 2 - uid: 8702 components: - type: Transform - pos: -39.5,-85.5 + pos: 40.5,-8.5 parent: 2 - uid: 8703 components: - type: Transform - pos: -38.5,-85.5 + pos: 40.5,-9.5 parent: 2 - uid: 8704 components: - type: Transform - pos: -38.5,-86.5 + pos: 40.5,-10.5 parent: 2 - uid: 8705 components: - type: Transform - pos: -38.5,-87.5 + pos: 40.5,-11.5 parent: 2 - uid: 8706 components: - type: Transform - pos: -38.5,-92.5 + pos: 40.5,-12.5 parent: 2 - uid: 8707 components: - type: Transform - pos: -39.5,-92.5 + pos: 40.5,-13.5 parent: 2 - uid: 8708 components: - type: Transform - pos: -40.5,-92.5 + pos: 40.5,-14.5 parent: 2 - uid: 8709 components: - type: Transform - pos: -41.5,-92.5 + pos: 40.5,-15.5 parent: 2 - uid: 8710 components: - type: Transform - pos: 63.5,-67.5 + pos: 40.5,-16.5 parent: 2 - uid: 8711 components: - type: Transform - pos: -38.5,-91.5 + pos: 40.5,-17.5 parent: 2 - uid: 8712 components: - type: Transform - pos: -38.5,-90.5 + pos: 40.5,-18.5 parent: 2 - uid: 8713 components: - type: Transform - pos: -38.5,-89.5 + pos: 40.5,-19.5 parent: 2 - uid: 8714 components: - type: Transform - pos: 14.5,-82.5 + pos: 40.5,-20.5 parent: 2 - uid: 8715 components: - type: Transform - pos: 19.5,-86.5 + pos: 39.5,-20.5 parent: 2 - uid: 8716 components: - type: Transform - pos: 22.5,-87.5 + pos: 38.5,-20.5 parent: 2 - uid: 8717 components: - type: Transform - pos: 21.5,-87.5 + pos: 37.5,-20.5 parent: 2 - uid: 8718 components: - type: Transform - pos: 20.5,-87.5 + pos: 36.5,-20.5 parent: 2 - uid: 8719 components: - type: Transform - pos: 22.5,-86.5 + pos: 35.5,-20.5 parent: 2 - uid: 8720 components: - type: Transform - pos: 22.5,-85.5 + pos: 35.5,-21.5 parent: 2 - uid: 8721 components: - type: Transform - pos: 22.5,-84.5 + pos: 35.5,-22.5 parent: 2 - uid: 8722 components: - type: Transform - pos: -13.5,-90.5 + pos: 45.5,-27.5 parent: 2 - uid: 8723 components: - type: Transform - pos: -14.5,-90.5 + pos: 46.5,-27.5 parent: 2 - uid: 8724 components: - type: Transform - pos: -15.5,-90.5 + pos: 47.5,-27.5 parent: 2 - uid: 8725 components: - type: Transform - pos: -15.5,-89.5 + pos: 48.5,-27.5 parent: 2 - uid: 8726 components: - type: Transform - pos: -15.5,-88.5 + pos: 49.5,-27.5 parent: 2 - uid: 8727 components: - type: Transform - pos: -15.5,-87.5 + pos: 49.5,-28.5 parent: 2 - uid: 8728 components: - type: Transform - pos: -15.5,-86.5 + pos: 50.5,-28.5 parent: 2 - uid: 8729 components: - type: Transform - pos: -15.5,-85.5 + pos: 51.5,-28.5 parent: 2 - uid: 8730 components: - type: Transform - pos: -15.5,-84.5 + pos: 52.5,-28.5 parent: 2 - uid: 8731 components: - type: Transform - pos: -15.5,-83.5 + pos: 53.5,-28.5 parent: 2 - uid: 8732 components: - type: Transform - pos: -15.5,-82.5 + pos: 54.5,-28.5 parent: 2 - uid: 8733 components: - type: Transform - pos: -15.5,-81.5 + pos: 55.5,-28.5 parent: 2 - uid: 8734 components: - type: Transform - pos: -15.5,-80.5 + pos: 56.5,-28.5 parent: 2 - uid: 8735 components: - type: Transform - pos: -14.5,-80.5 + pos: 57.5,-28.5 parent: 2 - uid: 8736 components: - type: Transform - pos: -13.5,-80.5 + pos: 57.5,-29.5 parent: 2 - uid: 8737 components: - type: Transform - pos: -12.5,-80.5 + pos: 58.5,-29.5 parent: 2 - uid: 8738 components: - type: Transform - pos: -11.5,-80.5 + pos: 59.5,-29.5 parent: 2 - uid: 8739 components: - type: Transform - pos: -11.5,-79.5 + pos: 60.5,-29.5 parent: 2 - uid: 8740 components: - type: Transform - pos: -11.5,-78.5 + pos: 60.5,-28.5 parent: 2 - uid: 8741 components: - type: Transform - pos: -12.5,-90.5 + pos: 60.5,-27.5 parent: 2 - uid: 8742 components: - type: Transform - pos: -11.5,-90.5 + pos: 60.5,-26.5 parent: 2 - uid: 8743 components: - type: Transform - pos: -10.5,-90.5 + pos: 60.5,-25.5 parent: 2 - uid: 8744 components: - type: Transform - pos: -9.5,-90.5 + pos: 60.5,-24.5 parent: 2 - uid: 8745 components: - type: Transform - pos: -8.5,-90.5 + pos: 60.5,-23.5 parent: 2 - uid: 8746 components: - type: Transform - pos: -7.5,-90.5 + pos: 60.5,-22.5 parent: 2 - uid: 8747 components: - type: Transform - pos: -7.5,-89.5 + pos: 61.5,-22.5 parent: 2 - uid: 8748 components: - type: Transform - pos: -7.5,-88.5 + pos: 62.5,-22.5 parent: 2 - uid: 8749 components: - type: Transform - pos: -7.5,-87.5 + pos: 63.5,-22.5 parent: 2 - uid: 8750 components: - type: Transform - pos: -6.5,-87.5 + pos: 64.5,-22.5 parent: 2 - uid: 8751 components: - type: Transform - pos: -5.5,-87.5 + pos: 65.5,-22.5 parent: 2 - uid: 8752 components: - type: Transform - pos: -4.5,-87.5 + pos: 66.5,-22.5 parent: 2 - uid: 8753 components: - type: Transform - pos: -3.5,-87.5 + pos: 67.5,-22.5 parent: 2 - uid: 8754 components: - type: Transform - pos: -2.5,-87.5 + pos: 68.5,-22.5 parent: 2 - uid: 8755 components: - type: Transform - pos: -1.5,-87.5 + pos: 69.5,-22.5 parent: 2 - uid: 8756 components: - type: Transform - pos: -0.5,-87.5 + pos: 69.5,-15.5 parent: 2 - uid: 8757 components: - type: Transform - pos: 0.5,-87.5 + pos: 69.5,-16.5 parent: 2 - uid: 8758 components: - type: Transform - pos: 1.5,-87.5 + pos: 69.5,-17.5 parent: 2 - uid: 8759 components: - type: Transform - pos: 1.5,-88.5 + pos: 69.5,-18.5 parent: 2 - uid: 8760 components: - type: Transform - pos: 2.5,-88.5 + pos: 69.5,-19.5 parent: 2 - uid: 8761 components: - type: Transform - pos: 3.5,-88.5 + pos: 69.5,-20.5 parent: 2 - uid: 8762 components: - type: Transform - pos: 4.5,-88.5 + pos: 69.5,-21.5 parent: 2 - uid: 8763 components: - type: Transform - pos: 5.5,-88.5 + pos: 76.5,-23.5 parent: 2 - uid: 8764 components: - type: Transform - pos: 6.5,-88.5 + pos: 77.5,-23.5 parent: 2 - uid: 8765 components: - type: Transform - pos: 7.5,-88.5 + pos: 78.5,-23.5 parent: 2 - uid: 8766 components: - type: Transform - pos: 8.5,-88.5 + pos: 78.5,-24.5 parent: 2 - uid: 8767 components: - type: Transform - pos: 8.5,-87.5 + pos: 76.5,-22.5 parent: 2 - uid: 8768 components: - type: Transform - pos: 9.5,-87.5 + pos: 76.5,-21.5 parent: 2 - uid: 8769 components: - type: Transform - pos: 10.5,-87.5 + pos: 75.5,-21.5 parent: 2 - uid: 8770 components: - type: Transform - pos: 10.5,-86.5 + pos: 74.5,-21.5 parent: 2 - uid: 8771 components: - type: Transform - pos: 10.5,-85.5 + pos: 73.5,-21.5 parent: 2 - uid: 8772 components: - type: Transform - pos: 10.5,-84.5 + pos: 72.5,-21.5 parent: 2 - uid: 8773 components: - type: Transform - pos: 10.5,-83.5 + pos: 71.5,-21.5 parent: 2 - uid: 8774 components: - type: Transform - pos: 11.5,-83.5 + pos: 70.5,-21.5 parent: 2 - uid: 8775 components: - type: Transform - pos: 12.5,-83.5 + pos: 36.5,-37.5 parent: 2 - uid: 8776 components: - type: Transform - pos: 13.5,-83.5 + pos: 35.5,-39.5 parent: 2 - uid: 8777 components: - type: Transform - pos: 14.5,-84.5 + pos: 35.5,-37.5 parent: 2 - uid: 8778 components: - type: Transform - pos: 15.5,-84.5 + pos: 37.5,-37.5 parent: 2 - uid: 8779 components: - type: Transform - pos: 16.5,-84.5 + pos: 38.5,-37.5 parent: 2 - uid: 8780 components: - type: Transform - pos: 17.5,-84.5 + pos: 39.5,-37.5 parent: 2 - uid: 8781 components: - type: Transform - pos: 18.5,-84.5 + pos: 40.5,-37.5 parent: 2 - uid: 8782 components: - type: Transform - pos: 19.5,-84.5 + pos: 43.5,-37.5 parent: 2 - uid: 8783 components: - type: Transform - pos: 20.5,-84.5 + pos: 41.5,-39.5 parent: 2 - uid: 8784 components: - type: Transform - pos: 21.5,-84.5 + pos: 41.5,-40.5 parent: 2 - uid: 8785 components: - type: Transform - pos: 14.5,-81.5 + pos: 42.5,-37.5 parent: 2 - uid: 8786 components: - type: Transform - pos: 14.5,-80.5 + pos: 41.5,-37.5 parent: 2 - uid: 8787 components: - type: Transform - pos: 14.5,-79.5 + pos: 38.5,-2.5 parent: 2 - uid: 8788 components: - type: Transform - pos: 14.5,-78.5 + pos: 37.5,-2.5 parent: 2 - uid: 8789 components: - type: Transform - pos: 14.5,-77.5 + pos: 39.5,-4.5 parent: 2 - uid: 8790 components: - type: Transform - pos: 14.5,-76.5 + pos: 37.5,7.5 parent: 2 - uid: 8791 components: - type: Transform - pos: 14.5,-75.5 + pos: 38.5,7.5 parent: 2 - uid: 8792 components: - type: Transform - pos: 13.5,-75.5 + pos: 39.5,7.5 parent: 2 - uid: 8793 components: - type: Transform - pos: 12.5,-75.5 + pos: 40.5,7.5 parent: 2 - uid: 8794 components: - type: Transform - pos: 11.5,-75.5 + pos: 40.5,8.5 parent: 2 - uid: 8795 components: - type: Transform - pos: 10.5,-75.5 + pos: 40.5,9.5 parent: 2 - uid: 8796 components: - type: Transform - pos: 9.5,-75.5 + pos: 40.5,10.5 parent: 2 - uid: 8797 components: - type: Transform - pos: 8.5,-75.5 + pos: 40.5,11.5 parent: 2 - uid: 8798 components: - type: Transform - pos: 7.5,-75.5 + pos: 40.5,12.5 parent: 2 - uid: 8799 components: - type: Transform - pos: 6.5,-75.5 + pos: 40.5,13.5 parent: 2 - uid: 8800 components: - type: Transform - pos: 5.5,-75.5 + pos: 40.5,14.5 parent: 2 - uid: 8801 components: - type: Transform - pos: 4.5,-75.5 + pos: 40.5,15.5 parent: 2 - uid: 8802 components: - type: Transform - pos: 3.5,-75.5 + pos: 40.5,16.5 parent: 2 - uid: 8803 components: - type: Transform - pos: 2.5,-75.5 + pos: 40.5,17.5 parent: 2 - uid: 8804 components: - type: Transform - pos: 1.5,-75.5 + pos: 25.5,16.5 parent: 2 - uid: 8805 components: - type: Transform - pos: 0.5,-75.5 + pos: 24.5,16.5 parent: 2 - uid: 8806 components: - type: Transform - pos: -0.5,-75.5 + pos: 23.5,16.5 parent: 2 - uid: 8807 components: - type: Transform - pos: -1.5,-75.5 + pos: 22.5,16.5 parent: 2 - uid: 8808 components: - type: Transform - pos: -2.5,-75.5 + pos: 22.5,17.5 parent: 2 - uid: 8809 components: - type: Transform - pos: -3.5,-75.5 + pos: 22.5,18.5 parent: 2 - uid: 8810 components: - type: Transform - pos: -4.5,-75.5 + pos: 21.5,18.5 parent: 2 - uid: 8811 components: - type: Transform - pos: -5.5,-75.5 + pos: 21.5,16.5 parent: 2 - uid: 8812 components: - type: Transform - pos: -6.5,-75.5 + pos: 21.5,15.5 parent: 2 - uid: 8813 components: - type: Transform - pos: -7.5,-75.5 + pos: 21.5,14.5 parent: 2 - uid: 8814 components: - type: Transform - pos: -8.5,-75.5 + pos: 21.5,13.5 parent: 2 - uid: 8815 components: - type: Transform - pos: -9.5,-75.5 + pos: 21.5,12.5 parent: 2 - uid: 8816 components: - type: Transform - pos: -10.5,-75.5 + pos: 21.5,11.5 parent: 2 - uid: 8817 components: - type: Transform - pos: -11.5,-75.5 + pos: 20.5,11.5 parent: 2 - uid: 8818 components: - type: Transform - pos: -11.5,-76.5 + pos: 20.5,10.5 parent: 2 - uid: 8819 components: - type: Transform - pos: -11.5,-77.5 + pos: 20.5,9.5 parent: 2 - uid: 8820 components: - type: Transform - pos: 0.5,-74.5 + pos: 20.5,7.5 parent: 2 - uid: 8821 components: - type: Transform - pos: 0.5,-73.5 + pos: 20.5,6.5 parent: 2 - uid: 8822 components: - type: Transform - pos: 0.5,-72.5 + pos: 19.5,6.5 parent: 2 - uid: 8823 components: - type: Transform - pos: 0.5,-71.5 + pos: 18.5,6.5 parent: 2 - uid: 8824 components: - type: Transform - pos: 0.5,-70.5 + pos: 17.5,6.5 parent: 2 - uid: 8825 components: - type: Transform - pos: -43.5,-94.5 + pos: 16.5,6.5 parent: 2 - uid: 8826 components: - type: Transform - pos: -41.5,-94.5 + pos: 15.5,6.5 parent: 2 - uid: 8827 components: - type: Transform - pos: -42.5,-94.5 + pos: 15.5,7.5 parent: 2 - uid: 8828 components: - type: Transform - pos: -39.5,-94.5 + pos: 15.5,8.5 parent: 2 - uid: 8829 components: - type: Transform - pos: -40.5,-94.5 + pos: 15.5,9.5 parent: 2 - uid: 8830 components: - type: Transform - pos: -44.5,-94.5 + pos: 14.5,9.5 parent: 2 - uid: 8831 components: - type: Transform - pos: -45.5,-94.5 + pos: 13.5,9.5 parent: 2 - uid: 8832 components: - type: Transform - pos: -46.5,-94.5 + pos: 12.5,9.5 parent: 2 - uid: 8833 components: - type: Transform - pos: -47.5,-94.5 + pos: 15.5,5.5 parent: 2 - uid: 8834 components: - type: Transform - pos: -48.5,-94.5 + pos: 15.5,4.5 parent: 2 - uid: 8835 components: - type: Transform - pos: -49.5,-94.5 + pos: 15.5,3.5 parent: 2 - uid: 8836 components: - type: Transform - pos: -50.5,-94.5 + pos: 15.5,2.5 parent: 2 - uid: 8837 components: - type: Transform - pos: -51.5,-94.5 + pos: 15.5,1.5 parent: 2 - uid: 8838 components: - type: Transform - pos: -52.5,-94.5 + pos: 15.5,0.5 parent: 2 - uid: 8839 components: - type: Transform - pos: -52.5,-93.5 + pos: 14.5,0.5 parent: 2 - uid: 8840 components: - type: Transform - pos: -52.5,-92.5 + pos: 13.5,0.5 parent: 2 - uid: 8841 components: - type: Transform - pos: -52.5,-91.5 + pos: 12.5,0.5 parent: 2 - uid: 8842 components: - type: Transform - pos: -53.5,-91.5 + pos: 12.5,1.5 parent: 2 - uid: 8843 components: - type: Transform - pos: -53.5,-90.5 + pos: 12.5,2.5 parent: 2 - uid: 8844 components: - type: Transform - pos: -53.5,-89.5 + pos: 12.5,3.5 parent: 2 - uid: 8845 components: - type: Transform - pos: -53.5,-88.5 + pos: 12.5,4.5 parent: 2 - uid: 8846 components: - type: Transform - pos: -53.5,-87.5 + pos: 11.5,4.5 parent: 2 - uid: 8847 components: - type: Transform - pos: -64.5,-53.5 + pos: 10.5,4.5 parent: 2 - uid: 8848 components: - type: Transform - pos: -64.5,-54.5 + pos: 9.5,4.5 parent: 2 - uid: 8849 components: - type: Transform - pos: -64.5,-55.5 + pos: 8.5,4.5 parent: 2 - uid: 8850 components: - type: Transform - pos: -64.5,-56.5 + pos: 7.5,4.5 parent: 2 - uid: 8851 components: - type: Transform - pos: -64.5,-57.5 + pos: 6.5,4.5 parent: 2 - uid: 8852 components: - type: Transform - pos: -64.5,-58.5 + pos: 5.5,4.5 parent: 2 - uid: 8853 components: - type: Transform - pos: -64.5,-59.5 + pos: 4.5,4.5 parent: 2 - uid: 8854 components: - type: Transform - pos: -64.5,-60.5 + pos: 3.5,4.5 parent: 2 - uid: 8855 components: - type: Transform - pos: -63.5,-60.5 + pos: 2.5,4.5 parent: 2 - uid: 8856 components: - type: Transform - pos: -62.5,-60.5 + pos: 1.5,4.5 parent: 2 - uid: 8857 components: - type: Transform - pos: -61.5,-60.5 + pos: 0.5,4.5 parent: 2 - uid: 8858 components: - type: Transform - pos: -60.5,-60.5 + pos: -0.5,4.5 parent: 2 - uid: 8859 components: - type: Transform - pos: -59.5,-60.5 + pos: -1.5,4.5 parent: 2 - uid: 8860 components: - type: Transform - pos: -58.5,-60.5 + pos: -2.5,4.5 parent: 2 - uid: 8861 components: - type: Transform - pos: -57.5,-60.5 + pos: -3.5,4.5 parent: 2 - uid: 8862 components: - type: Transform - pos: -57.5,-61.5 + pos: -4.5,4.5 parent: 2 - uid: 8863 components: - type: Transform - pos: -57.5,-62.5 + pos: -5.5,4.5 parent: 2 - uid: 8864 components: - type: Transform - pos: -57.5,-63.5 + pos: -6.5,4.5 parent: 2 - uid: 8865 components: - type: Transform - pos: -57.5,-64.5 + pos: -7.5,4.5 parent: 2 - uid: 8866 components: - type: Transform - pos: -57.5,-65.5 + pos: -8.5,4.5 parent: 2 - uid: 8867 components: - type: Transform - pos: -58.5,-65.5 + pos: -9.5,4.5 parent: 2 - uid: 8868 components: - type: Transform - pos: -58.5,-66.5 + pos: -10.5,4.5 parent: 2 - uid: 8869 components: - type: Transform - pos: -58.5,-67.5 + pos: -11.5,4.5 parent: 2 - uid: 8870 components: - type: Transform - pos: -58.5,-68.5 + pos: -11.5,3.5 parent: 2 - uid: 8871 components: - type: Transform - pos: -58.5,-69.5 + pos: -11.5,2.5 parent: 2 - uid: 8872 components: - type: Transform - pos: -56.5,-77.5 + pos: -11.5,1.5 parent: 2 - uid: 8873 components: - type: Transform - pos: -55.5,-77.5 + pos: -11.5,0.5 parent: 2 - uid: 8874 components: - type: Transform - pos: -54.5,-77.5 + pos: -12.5,0.5 parent: 2 - uid: 8875 components: - type: Transform - pos: -53.5,-77.5 + pos: -13.5,0.5 parent: 2 - uid: 8876 components: - type: Transform - pos: -64.5,-52.5 + pos: -14.5,0.5 parent: 2 - uid: 8877 components: - type: Transform - pos: -63.5,-52.5 + pos: -15.5,0.5 parent: 2 - uid: 8878 components: - type: Transform - pos: -62.5,-52.5 + pos: -15.5,1.5 parent: 2 - uid: 8879 components: - type: Transform - pos: -61.5,-52.5 + pos: -15.5,2.5 parent: 2 - uid: 8880 components: - type: Transform - pos: -60.5,-52.5 + pos: 0.5,3.5 parent: 2 - uid: 8881 components: - type: Transform - pos: -59.5,-52.5 + pos: 0.5,2.5 parent: 2 - uid: 8882 components: - type: Transform - pos: -59.5,-51.5 + pos: 0.5,1.5 parent: 2 - uid: 8883 components: - type: Transform - pos: -59.5,-50.5 + pos: -59.5,-27.5 parent: 2 - uid: 8884 components: - type: Transform - pos: -59.5,-49.5 + pos: -59.5,-28.5 parent: 2 - uid: 8885 components: - type: Transform - pos: -59.5,-48.5 + pos: -38.5,8.5 parent: 2 - uid: 8886 components: - type: Transform - pos: -59.5,-47.5 + pos: -37.5,8.5 parent: 2 - uid: 8887 components: - type: Transform - pos: -59.5,-46.5 + pos: -36.5,8.5 parent: 2 - uid: 8888 components: - type: Transform - pos: -59.5,-45.5 + pos: -36.5,9.5 parent: 2 - uid: 8889 components: - type: Transform - pos: -59.5,-44.5 + pos: -39.5,8.5 parent: 2 - uid: 8890 components: - type: Transform - pos: -59.5,-43.5 + pos: -39.5,7.5 parent: 2 - uid: 8891 components: - type: Transform - pos: -58.5,-43.5 + pos: -39.5,6.5 parent: 2 - uid: 8892 components: - type: Transform - pos: -16.5,0.5 + pos: -39.5,5.5 parent: 2 - uid: 8893 components: - type: Transform - pos: -17.5,0.5 + pos: -39.5,4.5 parent: 2 - uid: 8894 components: - type: Transform - pos: -18.5,0.5 + pos: -39.5,3.5 parent: 2 - uid: 8895 components: - type: Transform - pos: -18.5,-0.5 + pos: -39.5,2.5 parent: 2 - uid: 8896 components: - type: Transform - pos: -19.5,-0.5 + pos: -39.5,1.5 parent: 2 - uid: 8897 components: - type: Transform - pos: -20.5,-0.5 + pos: -38.5,1.5 parent: 2 - uid: 8898 components: - type: Transform - pos: -20.5,-1.5 + pos: -37.5,1.5 parent: 2 - uid: 8899 components: - type: Transform - pos: -21.5,-1.5 + pos: -36.5,1.5 parent: 2 - uid: 8900 components: - type: Transform - pos: -21.5,-2.5 + pos: -35.5,1.5 parent: 2 - uid: 8901 components: - type: Transform - pos: -22.5,-2.5 + pos: -34.5,1.5 parent: 2 - uid: 8902 components: - type: Transform - pos: -22.5,-3.5 + pos: -33.5,1.5 parent: 2 - uid: 8903 components: - type: Transform - pos: -23.5,-3.5 + pos: -32.5,1.5 parent: 2 - uid: 8904 components: - type: Transform - pos: -23.5,-4.5 + pos: -32.5,0.5 parent: 2 - uid: 8905 components: - type: Transform - pos: -24.5,-4.5 + pos: -32.5,-0.5 parent: 2 - uid: 8906 components: - type: Transform - pos: -25.5,-4.5 + pos: -32.5,-1.5 parent: 2 - uid: 8907 components: - type: Transform - pos: -25.5,-5.5 + pos: -32.5,-2.5 parent: 2 - uid: 8908 components: - type: Transform - pos: -26.5,-5.5 + pos: -32.5,-3.5 parent: 2 - uid: 8909 components: - type: Transform - pos: -26.5,-6.5 + pos: -32.5,-4.5 parent: 2 - uid: 8910 components: - type: Transform - pos: -26.5,-7.5 + pos: -32.5,-5.5 parent: 2 - uid: 8911 components: - type: Transform - pos: -27.5,-7.5 + pos: -32.5,-6.5 parent: 2 - uid: 8912 components: - type: Transform - pos: -28.5,-7.5 + pos: -32.5,-7.5 parent: 2 - uid: 8913 components: - type: Transform - pos: -29.5,-7.5 + pos: -32.5,-8.5 parent: 2 - uid: 8914 components: - type: Transform - pos: -30.5,-7.5 + pos: -32.5,-9.5 parent: 2 - uid: 8915 components: - type: Transform - pos: -31.5,-7.5 + pos: -32.5,-10.5 parent: 2 - uid: 8916 components: - type: Transform - pos: -30.5,-32.5 + pos: -32.5,-11.5 parent: 2 - uid: 8917 components: - type: Transform - pos: -29.5,-32.5 + pos: -32.5,-12.5 parent: 2 - uid: 8918 components: - type: Transform - pos: -28.5,-32.5 + pos: -32.5,-13.5 parent: 2 - uid: 8919 components: - type: Transform - pos: -28.5,-31.5 + pos: -32.5,-14.5 parent: 2 - uid: 8920 components: - type: Transform - pos: -28.5,-30.5 + pos: -32.5,-15.5 parent: 2 - uid: 8921 components: - type: Transform - pos: -28.5,-29.5 + pos: -32.5,-16.5 parent: 2 - uid: 8922 components: - type: Transform - pos: -28.5,-28.5 + pos: -32.5,-17.5 parent: 2 - uid: 8923 components: - type: Transform - pos: -28.5,-27.5 + pos: -31.5,-17.5 parent: 2 - uid: 8924 components: - type: Transform - pos: -28.5,-26.5 + pos: -31.5,-18.5 parent: 2 - uid: 8925 components: - type: Transform - pos: -28.5,-25.5 + pos: -31.5,-19.5 parent: 2 - uid: 8926 components: - type: Transform - pos: -28.5,-24.5 + pos: -31.5,-20.5 parent: 2 - uid: 8927 components: - type: Transform - pos: -28.5,-23.5 + pos: -31.5,-21.5 parent: 2 - uid: 8928 components: - type: Transform - pos: -28.5,-22.5 + pos: -31.5,-22.5 parent: 2 - uid: 8929 components: - type: Transform - pos: -28.5,-21.5 + pos: -31.5,-23.5 parent: 2 - uid: 8930 components: - type: Transform - pos: -28.5,-20.5 + pos: -31.5,-24.5 parent: 2 - uid: 8931 components: - type: Transform - pos: -28.5,-19.5 + pos: -32.5,-24.5 parent: 2 - uid: 8932 components: - type: Transform - pos: -28.5,-18.5 + pos: -32.5,-25.5 parent: 2 - uid: 8933 components: - type: Transform - pos: -28.5,-17.5 + pos: -32.5,-26.5 parent: 2 - uid: 8934 components: - type: Transform - pos: -28.5,-16.5 + pos: -32.5,-27.5 parent: 2 - uid: 8935 components: - type: Transform - pos: -28.5,-15.5 + pos: -32.5,-28.5 parent: 2 - uid: 8936 components: - type: Transform - pos: -28.5,-14.5 + pos: -32.5,-29.5 parent: 2 - uid: 8937 components: - type: Transform - pos: -28.5,-13.5 + pos: -32.5,-30.5 parent: 2 - uid: 8938 components: - type: Transform - pos: -28.5,-12.5 + pos: -32.5,-31.5 parent: 2 - uid: 8939 components: - type: Transform - pos: -28.5,-11.5 + pos: -32.5,-32.5 parent: 2 - uid: 8940 components: - type: Transform - pos: -28.5,-10.5 + pos: -31.5,-32.5 parent: 2 - uid: 8941 components: - type: Transform - pos: -28.5,-9.5 + pos: -31.5,-33.5 parent: 2 - uid: 8942 components: - type: Transform - pos: -28.5,-8.5 + pos: -31.5,-34.5 parent: 2 - uid: 8943 components: - type: Transform - pos: -31.5,-44.5 + pos: -31.5,-35.5 parent: 2 - uid: 8944 components: - type: Transform - pos: -31.5,-45.5 + pos: -31.5,-36.5 parent: 2 - uid: 8945 components: - type: Transform - pos: -31.5,-46.5 + pos: -31.5,-37.5 parent: 2 - uid: 8946 components: - type: Transform - pos: -31.5,-47.5 + pos: -31.5,-38.5 parent: 2 - uid: 8947 components: - type: Transform - pos: -31.5,-48.5 + pos: -31.5,-39.5 parent: 2 - uid: 8948 components: - type: Transform - pos: -31.5,-49.5 + pos: -31.5,-40.5 parent: 2 - uid: 8949 components: - type: Transform - pos: -31.5,-50.5 + pos: -31.5,-41.5 parent: 2 - uid: 8950 components: - type: Transform - pos: -31.5,-51.5 + pos: -31.5,-42.5 parent: 2 - uid: 8951 components: - type: Transform - pos: -31.5,-52.5 + pos: -32.5,-43.5 parent: 2 - uid: 8952 components: - type: Transform - pos: -31.5,-53.5 + pos: -33.5,-43.5 parent: 2 - uid: 8953 components: - type: Transform - pos: -31.5,-54.5 + pos: -34.5,-43.5 parent: 2 - uid: 8954 components: - type: Transform - pos: -38.5,-84.5 + pos: -35.5,-43.5 parent: 2 - uid: 8955 components: - type: Transform - pos: -38.5,-83.5 + pos: -36.5,-43.5 parent: 2 - uid: 8956 components: - type: Transform - pos: -38.5,-82.5 + pos: -37.5,-43.5 parent: 2 - uid: 8957 components: - type: Transform - pos: -38.5,-81.5 + pos: -38.5,-43.5 parent: 2 - uid: 8958 components: - type: Transform - pos: -38.5,-80.5 + pos: -39.5,-43.5 parent: 2 - uid: 8959 components: - type: Transform - pos: -38.5,-79.5 + pos: -40.5,-43.5 parent: 2 - uid: 8960 components: - type: Transform - pos: -38.5,-78.5 + pos: -41.5,-43.5 parent: 2 - uid: 8961 components: - type: Transform - pos: -38.5,-77.5 + pos: -42.5,-43.5 parent: 2 - uid: 8962 components: - type: Transform - pos: -38.5,-76.5 + pos: -43.5,-43.5 parent: 2 - uid: 8963 components: - type: Transform - pos: -37.5,-76.5 + pos: -44.5,-43.5 parent: 2 - uid: 8964 components: - type: Transform - pos: -36.5,-76.5 + pos: -45.5,-43.5 parent: 2 - uid: 8965 components: - type: Transform - pos: -35.5,-76.5 + pos: -46.5,-43.5 parent: 2 - uid: 8966 components: - type: Transform - pos: -34.5,-76.5 + pos: -47.5,-43.5 parent: 2 - uid: 8967 components: - type: Transform - pos: -33.5,-76.5 + pos: -48.5,-43.5 parent: 2 - uid: 8968 components: - type: Transform - pos: -32.5,-76.5 + pos: -49.5,-43.5 parent: 2 - uid: 8969 components: - type: Transform - pos: -32.5,-75.5 + pos: -50.5,-43.5 parent: 2 - uid: 8970 components: - type: Transform - pos: -32.5,-74.5 + pos: -51.5,-43.5 parent: 2 - uid: 8971 components: - type: Transform - pos: -32.5,-73.5 + pos: -52.5,-43.5 parent: 2 - uid: 8972 components: - type: Transform - pos: -32.5,-72.5 + pos: -53.5,-43.5 parent: 2 - uid: 8973 components: - type: Transform - pos: -32.5,-71.5 + pos: -54.5,-43.5 parent: 2 - uid: 8974 components: - type: Transform - pos: -32.5,-70.5 + pos: -55.5,-43.5 parent: 2 - uid: 8975 components: - type: Transform - pos: -31.5,-70.5 + pos: -56.5,-43.5 parent: 2 - uid: 8976 components: - type: Transform - pos: -31.5,-69.5 + pos: -57.5,-43.5 parent: 2 - uid: 8977 components: - type: Transform - pos: -31.5,-68.5 + pos: -59.5,-38.5 parent: 2 - uid: 8978 components: - type: Transform - pos: -31.5,-67.5 + pos: -59.5,-37.5 parent: 2 - uid: 8979 components: - type: Transform - pos: -31.5,-66.5 + pos: -59.5,-36.5 parent: 2 - uid: 8980 components: - type: Transform - pos: -31.5,-65.5 + pos: -59.5,-35.5 parent: 2 - uid: 8981 components: - type: Transform - pos: -31.5,-64.5 + pos: -59.5,-34.5 parent: 2 - uid: 8982 components: - type: Transform - pos: -32.5,-64.5 + pos: -59.5,-33.5 parent: 2 - uid: 8983 components: - type: Transform - pos: -32.5,-63.5 + pos: -59.5,-32.5 parent: 2 - uid: 8984 components: - type: Transform - pos: -32.5,-62.5 + pos: -59.5,-31.5 parent: 2 - uid: 8985 components: - type: Transform - pos: -32.5,-61.5 + pos: -59.5,-30.5 parent: 2 - uid: 8986 components: - type: Transform - pos: -32.5,-60.5 + pos: -59.5,-29.5 parent: 2 - uid: 8987 components: - type: Transform - pos: -32.5,-59.5 + pos: -58.5,-28.5 parent: 2 - uid: 8988 components: - type: Transform - pos: -32.5,-58.5 + pos: -57.5,-28.5 parent: 2 - uid: 8989 components: - type: Transform - pos: -32.5,-57.5 + pos: -56.5,-28.5 parent: 2 - uid: 8990 components: - type: Transform - pos: -32.5,-56.5 + pos: -55.5,-28.5 parent: 2 - uid: 8991 components: - type: Transform - pos: -32.5,-55.5 + pos: -54.5,-28.5 parent: 2 - uid: 8992 components: - type: Transform - pos: -32.5,-54.5 + pos: -53.5,-28.5 parent: 2 - uid: 8993 components: - type: Transform - pos: -30.5,-54.5 + pos: -52.5,-28.5 parent: 2 - uid: 8994 components: - type: Transform - pos: -29.5,-54.5 + pos: -51.5,-28.5 parent: 2 - uid: 8995 components: - type: Transform - pos: -28.5,-54.5 + pos: -50.5,-28.5 parent: 2 - uid: 8996 components: - type: Transform - pos: -28.5,-55.5 + pos: -49.5,-28.5 parent: 2 - uid: 8997 components: - type: Transform - pos: -28.5,-56.5 + pos: -48.5,-28.5 parent: 2 - uid: 8998 components: - type: Transform - pos: -28.5,-57.5 + pos: -47.5,-28.5 parent: 2 - uid: 8999 components: - type: Transform - pos: -28.5,-58.5 + pos: -46.5,-28.5 parent: 2 - uid: 9000 components: - type: Transform - pos: -28.5,-59.5 + pos: -45.5,-28.5 parent: 2 - uid: 9001 components: - type: Transform - pos: -28.5,-60.5 + pos: -44.5,-28.5 parent: 2 - uid: 9002 components: - type: Transform - pos: -28.5,-61.5 + pos: -43.5,-28.5 parent: 2 - uid: 9003 components: - type: Transform - pos: -28.5,-62.5 + pos: -42.5,-28.5 parent: 2 - uid: 9004 components: - type: Transform - pos: -28.5,-63.5 + pos: -41.5,-28.5 parent: 2 - uid: 9005 components: - type: Transform - pos: -28.5,-64.5 + pos: -41.5,-27.5 parent: 2 - uid: 9006 components: - type: Transform - pos: -28.5,-65.5 + pos: -46.5,-78.5 parent: 2 - uid: 9007 components: - type: Transform - pos: -28.5,-66.5 + pos: -65.5,-53.5 parent: 2 - uid: 9008 components: - type: Transform - pos: -28.5,-67.5 + pos: -66.5,-53.5 parent: 2 - uid: 9009 components: - type: Transform - pos: -28.5,-68.5 + pos: -67.5,-53.5 parent: 2 - uid: 9010 components: - type: Transform - pos: -28.5,-69.5 + pos: -68.5,-53.5 parent: 2 - uid: 9011 components: - type: Transform - pos: -28.5,-70.5 + pos: -46.5,-79.5 parent: 2 - uid: 9012 components: - type: Transform - pos: -28.5,-71.5 + pos: -46.5,-80.5 parent: 2 - uid: 9013 components: - type: Transform - pos: -28.5,-72.5 + pos: -45.5,-80.5 parent: 2 - uid: 9014 components: - type: Transform - pos: -28.5,-73.5 + pos: -44.5,-80.5 parent: 2 - uid: 9015 components: - type: Transform - pos: -28.5,-74.5 + pos: -43.5,-80.5 parent: 2 - uid: 9016 components: - type: Transform - pos: -28.5,-75.5 + pos: -42.5,-80.5 parent: 2 - uid: 9017 components: - type: Transform - pos: -28.5,-76.5 + pos: -41.5,-80.5 parent: 2 - uid: 9018 components: - type: Transform - pos: -28.5,-77.5 + pos: -41.5,-81.5 parent: 2 - uid: 9019 components: - type: Transform - pos: -29.5,-77.5 + pos: -41.5,-82.5 parent: 2 - uid: 9020 components: - type: Transform - pos: -30.5,-77.5 + pos: -41.5,-83.5 parent: 2 - uid: 9021 components: - type: Transform - pos: -31.5,-77.5 + pos: -41.5,-84.5 parent: 2 - uid: 9022 components: - type: Transform - pos: -27.5,-70.5 + pos: -41.5,-85.5 parent: 2 - uid: 9023 components: - type: Transform - pos: -26.5,-70.5 + pos: -40.5,-85.5 parent: 2 - uid: 9024 components: - type: Transform - pos: -25.5,-70.5 + pos: -39.5,-85.5 parent: 2 - uid: 9025 components: - type: Transform - pos: -24.5,-70.5 + pos: -38.5,-85.5 parent: 2 - uid: 9026 components: - type: Transform - pos: -23.5,-70.5 + pos: -38.5,-86.5 parent: 2 - uid: 9027 components: - type: Transform - pos: -22.5,-70.5 + pos: -38.5,-87.5 parent: 2 - uid: 9028 components: - type: Transform - pos: -22.5,-71.5 + pos: -38.5,-92.5 parent: 2 - uid: 9029 components: - type: Transform - pos: -21.5,-71.5 + pos: -39.5,-92.5 parent: 2 - uid: 9030 components: - type: Transform - pos: -21.5,-72.5 + pos: -40.5,-92.5 parent: 2 - uid: 9031 components: - type: Transform - pos: -20.5,-72.5 + pos: -41.5,-92.5 parent: 2 - uid: 9032 components: - type: Transform - pos: -19.5,-72.5 + pos: 63.5,-67.5 parent: 2 - uid: 9033 components: - type: Transform - pos: -18.5,-72.5 + pos: -38.5,-91.5 parent: 2 - uid: 9034 components: - type: Transform - pos: -17.5,-72.5 + pos: -38.5,-90.5 parent: 2 - uid: 9035 components: - type: Transform - pos: -16.5,-72.5 + pos: -38.5,-89.5 parent: 2 - uid: 9036 components: - type: Transform - pos: -15.5,-72.5 + pos: 14.5,-82.5 parent: 2 - uid: 9037 components: - type: Transform - pos: -14.5,-72.5 + pos: 19.5,-86.5 parent: 2 - uid: 9038 components: - type: Transform - pos: -13.5,-72.5 + pos: 22.5,-87.5 parent: 2 - uid: 9039 components: - type: Transform - pos: -12.5,-72.5 + pos: 21.5,-87.5 parent: 2 - uid: 9040 components: - type: Transform - pos: -11.5,-72.5 + pos: 20.5,-87.5 parent: 2 - uid: 9041 components: - type: Transform - pos: -10.5,-72.5 + pos: 22.5,-86.5 parent: 2 - uid: 9042 components: - type: Transform - pos: -10.5,-73.5 + pos: 22.5,-85.5 parent: 2 - uid: 9043 components: - type: Transform - pos: -10.5,-74.5 + pos: 22.5,-84.5 parent: 2 - uid: 9044 components: - type: Transform - pos: 11.5,-74.5 + pos: -13.5,-90.5 parent: 2 - uid: 9045 components: - type: Transform - pos: 11.5,-73.5 + pos: -14.5,-90.5 parent: 2 - uid: 9046 components: - type: Transform - pos: 11.5,-72.5 + pos: -15.5,-90.5 parent: 2 - uid: 9047 components: - type: Transform - pos: 12.5,-72.5 + pos: -15.5,-89.5 parent: 2 - uid: 9048 components: - type: Transform - pos: 13.5,-72.5 + pos: -15.5,-88.5 parent: 2 - uid: 9049 components: - type: Transform - pos: 14.5,-72.5 + pos: -15.5,-87.5 parent: 2 - uid: 9050 components: - type: Transform - pos: 15.5,-72.5 + pos: -15.5,-86.5 parent: 2 - uid: 9051 components: - type: Transform - pos: 16.5,-72.5 + pos: -15.5,-85.5 parent: 2 - uid: 9052 components: - type: Transform - pos: 17.5,-72.5 + pos: -15.5,-84.5 parent: 2 - uid: 9053 components: - type: Transform - pos: 18.5,-72.5 + pos: -15.5,-83.5 parent: 2 - uid: 9054 components: - type: Transform - pos: 19.5,-72.5 + pos: -15.5,-82.5 parent: 2 - uid: 9055 components: - type: Transform - pos: 20.5,-72.5 + pos: -15.5,-81.5 parent: 2 - uid: 9056 components: - type: Transform - pos: 21.5,-72.5 + pos: -15.5,-80.5 parent: 2 - uid: 9057 components: - type: Transform - pos: 22.5,-72.5 + pos: -14.5,-80.5 parent: 2 - uid: 9058 components: - type: Transform - pos: 22.5,-71.5 + pos: -13.5,-80.5 parent: 2 - uid: 9059 components: - type: Transform - pos: 22.5,-70.5 + pos: -12.5,-80.5 parent: 2 - uid: 9060 components: - type: Transform - pos: 23.5,-70.5 + pos: -11.5,-80.5 parent: 2 - uid: 9061 components: - type: Transform - pos: 24.5,-70.5 + pos: -11.5,-79.5 parent: 2 - uid: 9062 components: - type: Transform - pos: 25.5,-70.5 + pos: -11.5,-78.5 parent: 2 - uid: 9063 components: - type: Transform - pos: 26.5,-70.5 + pos: -12.5,-90.5 parent: 2 - uid: 9064 components: - type: Transform - pos: 27.5,-70.5 + pos: -11.5,-90.5 parent: 2 - uid: 9065 components: - type: Transform - pos: 28.5,-70.5 + pos: -10.5,-90.5 parent: 2 - uid: 9066 components: - type: Transform - pos: 29.5,-70.5 + pos: -9.5,-90.5 parent: 2 - uid: 9067 components: - type: Transform - pos: 29.5,-71.5 + pos: -8.5,-90.5 parent: 2 - uid: 9068 components: - type: Transform - pos: 30.5,-71.5 + pos: -7.5,-90.5 parent: 2 - uid: 9069 components: - type: Transform - pos: 31.5,-71.5 + pos: -7.5,-89.5 parent: 2 - uid: 9070 components: - type: Transform - pos: 31.5,-72.5 + pos: -7.5,-88.5 parent: 2 - uid: 9071 components: - type: Transform - pos: 31.5,-73.5 + pos: -7.5,-87.5 parent: 2 - uid: 9072 components: - type: Transform - pos: 31.5,-74.5 + pos: -6.5,-87.5 parent: 2 - uid: 9073 components: - type: Transform - pos: 31.5,-75.5 + pos: -5.5,-87.5 parent: 2 - uid: 9074 components: - type: Transform - pos: 32.5,-78.5 + pos: -4.5,-87.5 parent: 2 - uid: 9075 components: - type: Transform - pos: 32.5,-77.5 + pos: -3.5,-87.5 parent: 2 - uid: 9076 components: - type: Transform - pos: 32.5,-76.5 + pos: -2.5,-87.5 parent: 2 - uid: 9077 components: - type: Transform - pos: 32.5,-75.5 + pos: -1.5,-87.5 parent: 2 - uid: 9078 components: - type: Transform - pos: 33.5,-75.5 + pos: -0.5,-87.5 parent: 2 - uid: 9079 components: - type: Transform - pos: 34.5,-75.5 + pos: 0.5,-87.5 parent: 2 - uid: 9080 components: - type: Transform - pos: 35.5,-75.5 + pos: 1.5,-87.5 parent: 2 - uid: 9081 components: - type: Transform - pos: 36.5,-75.5 + pos: 1.5,-88.5 parent: 2 - uid: 9082 components: - type: Transform - pos: 37.5,-75.5 + pos: 2.5,-88.5 parent: 2 - uid: 9083 components: - type: Transform - pos: 38.5,-75.5 + pos: 3.5,-88.5 parent: 2 - uid: 9084 components: - type: Transform - pos: 39.5,-75.5 + pos: 4.5,-88.5 parent: 2 - uid: 9085 components: - type: Transform - pos: 39.5,-74.5 + pos: 5.5,-88.5 parent: 2 - uid: 9086 components: - type: Transform - pos: 39.5,-73.5 + pos: 6.5,-88.5 parent: 2 - uid: 9087 components: - type: Transform - pos: 39.5,-72.5 + pos: 7.5,-88.5 parent: 2 - uid: 9088 components: - type: Transform - pos: 39.5,-71.5 + pos: 8.5,-88.5 parent: 2 - uid: 9089 components: - type: Transform - pos: 39.5,-70.5 + pos: 8.5,-87.5 parent: 2 - uid: 9090 components: - type: Transform - pos: 39.5,-69.5 + pos: 9.5,-87.5 parent: 2 - uid: 9091 components: - type: Transform - pos: 39.5,-68.5 + pos: 10.5,-87.5 parent: 2 - uid: 9092 components: - type: Transform - pos: 40.5,-68.5 + pos: 10.5,-86.5 parent: 2 - uid: 9093 components: - type: Transform - pos: 40.5,-67.5 + pos: 10.5,-85.5 parent: 2 - uid: 9094 components: - type: Transform - pos: 40.5,-66.5 + pos: 10.5,-84.5 parent: 2 - uid: 9095 components: - type: Transform - pos: 40.5,-65.5 + pos: 10.5,-83.5 parent: 2 - uid: 9096 components: - type: Transform - pos: 40.5,-64.5 + pos: 11.5,-83.5 parent: 2 - uid: 9097 components: - type: Transform - pos: 40.5,-63.5 + pos: 12.5,-83.5 parent: 2 - uid: 9098 components: - type: Transform - pos: 40.5,-62.5 + pos: 13.5,-83.5 parent: 2 - uid: 9099 components: - type: Transform - pos: 40.5,-61.5 + pos: 14.5,-84.5 parent: 2 - uid: 9100 components: - type: Transform - pos: 40.5,-60.5 + pos: 15.5,-84.5 parent: 2 - uid: 9101 components: - type: Transform - pos: 40.5,-59.5 + pos: 16.5,-84.5 parent: 2 - uid: 9102 components: - type: Transform - pos: 40.5,-58.5 + pos: 17.5,-84.5 parent: 2 - uid: 9103 components: - type: Transform - pos: 40.5,-57.5 + pos: 18.5,-84.5 parent: 2 - uid: 9104 components: - type: Transform - pos: 40.5,-56.5 + pos: 19.5,-84.5 parent: 2 - uid: 9105 components: - type: Transform - pos: 40.5,-55.5 + pos: 20.5,-84.5 parent: 2 - uid: 9106 components: - type: Transform - pos: 40.5,-54.5 + pos: 21.5,-84.5 parent: 2 - uid: 9107 components: - type: Transform - pos: 39.5,-54.5 + pos: 14.5,-81.5 parent: 2 - uid: 9108 components: - type: Transform - pos: 38.5,-54.5 + pos: 14.5,-80.5 parent: 2 - uid: 9109 components: - type: Transform - pos: 37.5,-54.5 + pos: 14.5,-79.5 parent: 2 - uid: 9110 components: - type: Transform - pos: 36.5,-54.5 + pos: 14.5,-78.5 parent: 2 - uid: 9111 components: - type: Transform - pos: 35.5,-54.5 + pos: 14.5,-77.5 parent: 2 - uid: 9112 components: - type: Transform - pos: 34.5,-54.5 + pos: 14.5,-76.5 parent: 2 - uid: 9113 components: - type: Transform - pos: 33.5,-54.5 + pos: 14.5,-75.5 parent: 2 - uid: 9114 components: - type: Transform - pos: 32.5,-54.5 + pos: 13.5,-75.5 parent: 2 - uid: 9115 components: - type: Transform - pos: 31.5,-54.5 + pos: 12.5,-75.5 parent: 2 - uid: 9116 components: - type: Transform - pos: 30.5,-54.5 + pos: 11.5,-75.5 parent: 2 - uid: 9117 components: - type: Transform - pos: 29.5,-54.5 + pos: 10.5,-75.5 parent: 2 - uid: 9118 components: - type: Transform - pos: 29.5,-55.5 + pos: 9.5,-75.5 parent: 2 - uid: 9119 components: - type: Transform - pos: 29.5,-56.5 + pos: 8.5,-75.5 parent: 2 - uid: 9120 components: - type: Transform - pos: 29.5,-57.5 + pos: 7.5,-75.5 parent: 2 - uid: 9121 components: - type: Transform - pos: 29.5,-58.5 + pos: 6.5,-75.5 parent: 2 - uid: 9122 components: - type: Transform - pos: 29.5,-59.5 + pos: 5.5,-75.5 parent: 2 - uid: 9123 components: - type: Transform - pos: 29.5,-60.5 + pos: 4.5,-75.5 parent: 2 - uid: 9124 components: - type: Transform - pos: 29.5,-61.5 + pos: 3.5,-75.5 parent: 2 - uid: 9125 components: - type: Transform - pos: 29.5,-62.5 + pos: 2.5,-75.5 parent: 2 - uid: 9126 components: - type: Transform - pos: 29.5,-63.5 + pos: 1.5,-75.5 parent: 2 - uid: 9127 components: - type: Transform - pos: 29.5,-64.5 + pos: 0.5,-75.5 parent: 2 - uid: 9128 components: - type: Transform - pos: 29.5,-65.5 + pos: -0.5,-75.5 parent: 2 - uid: 9129 components: - type: Transform - pos: 29.5,-66.5 + pos: -1.5,-75.5 parent: 2 - uid: 9130 components: - type: Transform - pos: 29.5,-67.5 + pos: -2.5,-75.5 parent: 2 - uid: 9131 components: - type: Transform - pos: 29.5,-68.5 + pos: -3.5,-75.5 parent: 2 - uid: 9132 components: - type: Transform - pos: 29.5,-69.5 + pos: -4.5,-75.5 parent: 2 - uid: 9133 components: - type: Transform - pos: 32.5,-53.5 + pos: -5.5,-75.5 parent: 2 - uid: 9134 components: - type: Transform - pos: 32.5,-52.5 + pos: -6.5,-75.5 parent: 2 - uid: 9135 components: - type: Transform - pos: 32.5,-51.5 + pos: -7.5,-75.5 parent: 2 - uid: 9136 components: - type: Transform - pos: 32.5,-50.5 + pos: -8.5,-75.5 parent: 2 - uid: 9137 components: - type: Transform - pos: 32.5,-49.5 + pos: -9.5,-75.5 parent: 2 - uid: 9138 components: - type: Transform - pos: 32.5,-48.5 + pos: -10.5,-75.5 parent: 2 - uid: 9139 components: - type: Transform - pos: 32.5,-47.5 + pos: -11.5,-75.5 parent: 2 - uid: 9140 components: - type: Transform - pos: 32.5,-46.5 + pos: -11.5,-76.5 parent: 2 - uid: 9141 components: - type: Transform - pos: 32.5,-45.5 + pos: -11.5,-77.5 parent: 2 - uid: 9142 components: - type: Transform - pos: 32.5,-44.5 + pos: 0.5,-74.5 parent: 2 - uid: 9143 components: - type: Transform - pos: 32.5,-43.5 + pos: 0.5,-73.5 parent: 2 - uid: 9144 components: - type: Transform - pos: 32.5,-42.5 + pos: 0.5,-72.5 parent: 2 - uid: 9145 components: - type: Transform - pos: 32.5,-41.5 + pos: 0.5,-71.5 parent: 2 - uid: 9146 components: - type: Transform - pos: 32.5,-40.5 + pos: 0.5,-70.5 parent: 2 - uid: 9147 components: - type: Transform - pos: 32.5,-39.5 + pos: -43.5,-94.5 parent: 2 - uid: 9148 components: - type: Transform - pos: 32.5,-38.5 + pos: -41.5,-94.5 parent: 2 - uid: 9149 components: - type: Transform - pos: 32.5,-37.5 + pos: -42.5,-94.5 parent: 2 - uid: 9150 components: - type: Transform - pos: 32.5,-36.5 + pos: -39.5,-94.5 parent: 2 - uid: 9151 components: - type: Transform - pos: 32.5,-35.5 + pos: -40.5,-94.5 parent: 2 - uid: 9152 components: - type: Transform - pos: 32.5,-34.5 + pos: -44.5,-94.5 parent: 2 - uid: 9153 components: - type: Transform - pos: 32.5,-33.5 + pos: -45.5,-94.5 parent: 2 - uid: 9154 components: - type: Transform - pos: 32.5,-32.5 + pos: -46.5,-94.5 parent: 2 - uid: 9155 components: - type: Transform - pos: 33.5,-32.5 + pos: -47.5,-94.5 parent: 2 - uid: 9156 components: - type: Transform - pos: 34.5,-32.5 + pos: -48.5,-94.5 parent: 2 - uid: 9157 components: - type: Transform - pos: 35.5,-32.5 + pos: -49.5,-94.5 parent: 2 - uid: 9158 components: - type: Transform - pos: 36.5,-32.5 + pos: -50.5,-94.5 parent: 2 - uid: 9159 components: - type: Transform - pos: 37.5,-32.5 + pos: -51.5,-94.5 parent: 2 - uid: 9160 components: - type: Transform - pos: 38.5,-32.5 + pos: -52.5,-94.5 parent: 2 - uid: 9161 components: - type: Transform - pos: 39.5,-32.5 + pos: -52.5,-93.5 parent: 2 - uid: 9162 components: - type: Transform - pos: 40.5,-32.5 + pos: -52.5,-92.5 parent: 2 - uid: 9163 components: - type: Transform - pos: 41.5,-32.5 + pos: -52.5,-91.5 parent: 2 - uid: 9164 components: - type: Transform - pos: 42.5,-32.5 + pos: -53.5,-91.5 parent: 2 - uid: 9165 components: - type: Transform - pos: 43.5,-32.5 + pos: -53.5,-90.5 parent: 2 - uid: 9166 components: - type: Transform - pos: 31.5,-32.5 + pos: -53.5,-89.5 parent: 2 - uid: 9167 components: - type: Transform - pos: 30.5,-32.5 + pos: -53.5,-88.5 parent: 2 - uid: 9168 components: - type: Transform - pos: 29.5,-32.5 + pos: -53.5,-87.5 parent: 2 - uid: 9169 components: - type: Transform - pos: 29.5,-31.5 + pos: -64.5,-53.5 parent: 2 - uid: 9170 components: - type: Transform - pos: 29.5,-30.5 + pos: -64.5,-54.5 parent: 2 - uid: 9171 components: - type: Transform - pos: 29.5,-29.5 + pos: -64.5,-55.5 parent: 2 - uid: 9172 components: - type: Transform - pos: 29.5,-28.5 + pos: -64.5,-56.5 parent: 2 - uid: 9173 components: - type: Transform - pos: 29.5,-27.5 + pos: -64.5,-57.5 parent: 2 - uid: 9174 components: - type: Transform - pos: 29.5,-26.5 + pos: -64.5,-58.5 parent: 2 - uid: 9175 components: - type: Transform - pos: 29.5,-25.5 + pos: -64.5,-59.5 parent: 2 - uid: 9176 components: - type: Transform - pos: 29.5,-24.5 + pos: -64.5,-60.5 parent: 2 - uid: 9177 components: - type: Transform - pos: 29.5,-23.5 + pos: -63.5,-60.5 parent: 2 - uid: 9178 components: - type: Transform - pos: 29.5,-22.5 + pos: -62.5,-60.5 parent: 2 - uid: 9179 components: - type: Transform - pos: 29.5,-21.5 + pos: -61.5,-60.5 parent: 2 - uid: 9180 components: - type: Transform - pos: 29.5,-20.5 + pos: -60.5,-60.5 parent: 2 - uid: 9181 components: - type: Transform - pos: 29.5,-19.5 + pos: -59.5,-60.5 parent: 2 - uid: 9182 components: - type: Transform - pos: 29.5,-18.5 + pos: -58.5,-60.5 parent: 2 - uid: 9183 components: - type: Transform - pos: 29.5,-17.5 + pos: -57.5,-60.5 parent: 2 - uid: 9184 components: - type: Transform - pos: 29.5,-16.5 + pos: -57.5,-61.5 parent: 2 - uid: 9185 components: - type: Transform - pos: 29.5,-15.5 + pos: -57.5,-62.5 parent: 2 - uid: 9186 components: - type: Transform - pos: 29.5,-14.5 + pos: -57.5,-63.5 parent: 2 - uid: 9187 components: - type: Transform - pos: 29.5,-13.5 + pos: -57.5,-64.5 parent: 2 - uid: 9188 components: - type: Transform - pos: 29.5,-12.5 + pos: -57.5,-65.5 parent: 2 - uid: 9189 components: - type: Transform - pos: 29.5,-11.5 + pos: -58.5,-65.5 parent: 2 - uid: 9190 components: - type: Transform - pos: 29.5,-10.5 + pos: -58.5,-66.5 parent: 2 - uid: 9191 components: - type: Transform - pos: 29.5,-9.5 + pos: -58.5,-67.5 parent: 2 - uid: 9192 components: - type: Transform - pos: 28.5,-9.5 + pos: -58.5,-68.5 parent: 2 - uid: 9193 components: - type: Transform - pos: 28.5,-8.5 + pos: -58.5,-69.5 parent: 2 - uid: 9194 components: - type: Transform - pos: 28.5,-7.5 + pos: -56.5,-77.5 parent: 2 - uid: 9195 components: - type: Transform - pos: 27.5,-7.5 + pos: -55.5,-77.5 parent: 2 - uid: 9196 components: - type: Transform - pos: 27.5,-6.5 + pos: -54.5,-77.5 parent: 2 - uid: 9197 components: - type: Transform - pos: 27.5,-5.5 + pos: -53.5,-77.5 parent: 2 - uid: 9198 components: - type: Transform - pos: 26.5,-5.5 + pos: -64.5,-52.5 parent: 2 - uid: 9199 components: - type: Transform - pos: 26.5,-4.5 + pos: -63.5,-52.5 parent: 2 - uid: 9200 components: - type: Transform - pos: 26.5,-3.5 + pos: -62.5,-52.5 parent: 2 - uid: 9201 components: - type: Transform - pos: 25.5,-3.5 + pos: -61.5,-52.5 parent: 2 - uid: 9202 components: - type: Transform - pos: 24.5,-2.5 + pos: -60.5,-52.5 parent: 2 - uid: 9203 components: - type: Transform - pos: 24.5,-3.5 + pos: -59.5,-52.5 parent: 2 - uid: 9204 components: - type: Transform - pos: 23.5,-2.5 + pos: -59.5,-51.5 parent: 2 - uid: 9205 components: - type: Transform - pos: 23.5,-1.5 + pos: -59.5,-50.5 parent: 2 - uid: 9206 components: - type: Transform - pos: 22.5,-1.5 + pos: -59.5,-49.5 parent: 2 - uid: 9207 components: - type: Transform - pos: 21.5,-1.5 + pos: -59.5,-48.5 parent: 2 - uid: 9208 components: - type: Transform - pos: 21.5,-0.5 + pos: -59.5,-47.5 parent: 2 - uid: 9209 components: - type: Transform - pos: 20.5,-0.5 + pos: -59.5,-46.5 parent: 2 - uid: 9210 components: - type: Transform - pos: 19.5,-0.5 + pos: -59.5,-45.5 parent: 2 - uid: 9211 components: - type: Transform - pos: 20.5,0.5 + pos: -59.5,-44.5 parent: 2 - uid: 9212 components: - type: Transform - pos: 20.5,1.5 + pos: -59.5,-43.5 parent: 2 - uid: 9213 components: - type: Transform - pos: 20.5,2.5 + pos: -58.5,-43.5 parent: 2 - uid: 9214 components: - type: Transform - pos: 20.5,3.5 + pos: -16.5,0.5 parent: 2 - uid: 9215 components: - type: Transform - pos: 20.5,4.5 + pos: -17.5,0.5 parent: 2 - uid: 9216 components: - type: Transform - pos: 20.5,5.5 + pos: -18.5,0.5 parent: 2 - uid: 9217 components: - type: Transform - pos: 18.5,-0.5 + pos: -18.5,-0.5 parent: 2 - uid: 9218 components: - type: Transform - pos: 18.5,0.5 + pos: -19.5,-0.5 parent: 2 - uid: 9219 components: - type: Transform - pos: 17.5,0.5 + pos: -20.5,-0.5 parent: 2 - uid: 9220 components: - type: Transform - pos: 16.5,0.5 + pos: -20.5,-1.5 parent: 2 - uid: 9221 components: - type: Transform - pos: -25.5,-3.5 + pos: -21.5,-1.5 parent: 2 - uid: 9222 components: - type: Transform - pos: -25.5,-2.5 + pos: -21.5,-2.5 parent: 2 - uid: 9223 components: - type: Transform - pos: -25.5,-1.5 + pos: -22.5,-2.5 parent: 2 - uid: 9224 components: - type: Transform - pos: -25.5,-0.5 + pos: -22.5,-3.5 parent: 2 - uid: 9225 components: - type: Transform - pos: -25.5,0.5 + pos: -23.5,-3.5 parent: 2 - uid: 9226 components: - type: Transform - pos: -25.5,1.5 + pos: -23.5,-4.5 parent: 2 - uid: 9227 components: - type: Transform - pos: -26.5,1.5 + pos: -24.5,-4.5 parent: 2 - uid: 9228 components: - type: Transform - pos: -27.5,1.5 + pos: -25.5,-4.5 parent: 2 - uid: 9229 components: - type: Transform - pos: -28.5,1.5 + pos: -25.5,-5.5 parent: 2 - uid: 9230 components: - type: Transform - pos: -29.5,1.5 + pos: -26.5,-5.5 parent: 2 - uid: 9231 components: - type: Transform - pos: -30.5,1.5 + pos: -26.5,-6.5 parent: 2 - uid: 9232 components: - type: Transform - pos: -31.5,1.5 + pos: -26.5,-7.5 parent: 2 - uid: 9233 components: - type: Transform - pos: 26.5,-2.5 + pos: -27.5,-7.5 parent: 2 - uid: 9234 components: - type: Transform - pos: 27.5,-2.5 + pos: -28.5,-7.5 parent: 2 - uid: 9235 components: - type: Transform - pos: 28.5,-2.5 + pos: -29.5,-7.5 parent: 2 - uid: 9236 components: - type: Transform - pos: 20.5,8.5 + pos: -30.5,-7.5 parent: 2 - uid: 9237 components: - type: Transform - pos: 45.5,-32.5 + pos: -31.5,-7.5 parent: 2 - uid: 9238 components: - type: Transform - pos: 46.5,-32.5 + pos: -30.5,-32.5 parent: 2 - uid: 9239 components: - type: Transform - pos: 47.5,-32.5 + pos: -29.5,-32.5 parent: 2 - uid: 9240 components: - type: Transform - pos: 48.5,-32.5 + pos: -28.5,-32.5 parent: 2 - uid: 9241 components: - type: Transform - pos: 49.5,-32.5 + pos: -28.5,-31.5 parent: 2 - uid: 9242 components: - type: Transform - pos: 50.5,-32.5 + pos: -28.5,-30.5 parent: 2 - uid: 9243 components: - type: Transform - pos: 51.5,-32.5 + pos: -28.5,-29.5 parent: 2 - uid: 9244 components: - type: Transform - pos: 52.5,-32.5 + pos: -28.5,-28.5 parent: 2 - uid: 9245 components: - type: Transform - pos: 53.5,-32.5 + pos: -28.5,-27.5 parent: 2 - uid: 9246 components: - type: Transform - pos: 54.5,-32.5 + pos: -28.5,-26.5 parent: 2 - uid: 9247 components: - type: Transform - pos: 55.5,-32.5 + pos: -28.5,-25.5 parent: 2 - uid: 9248 components: - type: Transform - pos: 56.5,-32.5 + pos: -28.5,-24.5 parent: 2 - uid: 9249 components: - type: Transform - pos: 57.5,-32.5 + pos: -28.5,-23.5 parent: 2 - uid: 9250 components: - type: Transform - pos: 58.5,-32.5 + pos: -28.5,-22.5 parent: 2 - uid: 9251 components: - type: Transform - pos: 59.5,-32.5 + pos: -28.5,-21.5 parent: 2 - uid: 9252 components: - type: Transform - pos: 60.5,-32.5 + pos: -28.5,-20.5 parent: 2 - uid: 9253 components: - type: Transform - pos: 60.5,-31.5 + pos: -28.5,-19.5 parent: 2 - uid: 9254 components: - type: Transform - pos: 22.5,-83.5 + pos: -28.5,-18.5 parent: 2 - uid: 9255 components: - type: Transform - pos: 22.5,-82.5 + pos: -28.5,-17.5 parent: 2 - uid: 9256 components: - type: Transform - pos: 22.5,-81.5 + pos: -28.5,-16.5 parent: 2 - uid: 9257 components: - type: Transform - pos: 22.5,-80.5 + pos: -28.5,-15.5 parent: 2 - uid: 9258 components: - type: Transform - pos: 22.5,-79.5 + pos: -28.5,-14.5 parent: 2 - uid: 9259 components: - type: Transform - pos: 22.5,-78.5 + pos: -28.5,-13.5 parent: 2 - uid: 9260 components: - type: Transform - pos: 23.5,-78.5 + pos: -28.5,-12.5 parent: 2 - uid: 9261 components: - type: Transform - pos: 24.5,-78.5 + pos: -28.5,-11.5 parent: 2 - uid: 9262 components: - type: Transform - pos: 25.5,-78.5 + pos: -28.5,-10.5 parent: 2 - uid: 9263 components: - type: Transform - pos: 26.5,-78.5 + pos: -28.5,-9.5 parent: 2 - uid: 9264 components: - type: Transform - pos: 27.5,-78.5 + pos: -28.5,-8.5 parent: 2 - uid: 9265 components: - type: Transform - pos: 28.5,-78.5 + pos: -31.5,-44.5 parent: 2 - uid: 9266 components: - type: Transform - pos: 29.5,-78.5 + pos: -31.5,-45.5 parent: 2 - uid: 9267 components: - type: Transform - pos: 30.5,-78.5 + pos: -31.5,-46.5 parent: 2 - uid: 9268 components: - type: Transform - pos: 31.5,-78.5 + pos: -31.5,-47.5 parent: 2 - uid: 9269 components: - type: Transform - pos: 60.5,-30.5 + pos: -31.5,-48.5 parent: 2 - uid: 9270 components: - type: Transform - pos: 54.5,-68.5 + pos: -31.5,-49.5 parent: 2 - uid: 9271 components: - type: Transform - pos: 55.5,-68.5 + pos: -31.5,-50.5 parent: 2 - uid: 9272 components: - type: Transform - pos: 56.5,-68.5 + pos: -31.5,-51.5 parent: 2 - uid: 9273 components: - type: Transform - pos: 57.5,-68.5 + pos: -31.5,-52.5 parent: 2 - uid: 9274 components: - type: Transform - pos: 58.5,-68.5 + pos: -31.5,-53.5 parent: 2 - uid: 9275 components: - type: Transform - pos: 59.5,-68.5 + pos: -31.5,-54.5 parent: 2 - uid: 9276 components: - type: Transform - pos: 60.5,-68.5 + pos: -38.5,-84.5 parent: 2 - uid: 9277 components: - type: Transform - pos: 61.5,-68.5 + pos: -38.5,-83.5 parent: 2 - uid: 9278 components: - type: Transform - pos: 55.5,-87.5 + pos: -38.5,-82.5 parent: 2 - uid: 9279 components: - type: Transform - pos: -41.5,8.5 + pos: -38.5,-81.5 parent: 2 - uid: 9280 components: - type: Transform - pos: -40.5,8.5 + pos: -38.5,-80.5 parent: 2 - uid: 9281 components: - type: Transform - pos: -42.5,8.5 + pos: -38.5,-79.5 parent: 2 - uid: 9282 components: - type: Transform - pos: -43.5,8.5 + pos: -38.5,-78.5 parent: 2 - uid: 9283 components: - type: Transform - pos: -44.5,8.5 + pos: -38.5,-77.5 parent: 2 - uid: 9284 components: - type: Transform - pos: -45.5,8.5 + pos: -38.5,-76.5 parent: 2 - uid: 9285 components: - type: Transform - pos: -46.5,8.5 + pos: -37.5,-76.5 parent: 2 - uid: 9286 components: - type: Transform - pos: -47.5,8.5 + pos: -36.5,-76.5 parent: 2 - uid: 9287 components: - type: Transform - pos: -48.5,8.5 + pos: -35.5,-76.5 parent: 2 - uid: 9288 components: - type: Transform - pos: -49.5,8.5 + pos: -34.5,-76.5 parent: 2 - uid: 9289 components: - type: Transform - pos: -49.5,9.5 + pos: -33.5,-76.5 parent: 2 - uid: 9290 components: - type: Transform - pos: -50.5,9.5 + pos: -32.5,-76.5 parent: 2 - uid: 9291 components: - type: Transform - pos: -51.5,9.5 + pos: -32.5,-75.5 parent: 2 - uid: 9292 components: - type: Transform - pos: -52.5,9.5 + pos: -32.5,-74.5 parent: 2 - uid: 9293 components: - type: Transform - pos: -53.5,9.5 + pos: -32.5,-73.5 parent: 2 - uid: 9294 components: - type: Transform - pos: -53.5,8.5 + pos: -32.5,-72.5 parent: 2 - uid: 9295 components: - type: Transform - pos: -53.5,7.5 + pos: -32.5,-71.5 parent: 2 - uid: 9296 components: - type: Transform - pos: -53.5,6.5 + pos: -32.5,-70.5 parent: 2 - uid: 9297 components: - type: Transform - pos: -53.5,5.5 + pos: -31.5,-70.5 parent: 2 - uid: 9298 components: - type: Transform - pos: -53.5,4.5 + pos: -31.5,-69.5 parent: 2 - uid: 9299 components: - type: Transform - pos: -53.5,3.5 + pos: -31.5,-68.5 parent: 2 - uid: 9300 components: - type: Transform - pos: -53.5,2.5 + pos: -31.5,-67.5 parent: 2 - uid: 9301 components: - type: Transform - pos: -54.5,2.5 + pos: -31.5,-66.5 parent: 2 - uid: 9302 components: - type: Transform - pos: -55.5,2.5 + pos: -31.5,-65.5 parent: 2 - uid: 9303 components: - type: Transform - pos: -56.5,2.5 + pos: -31.5,-64.5 parent: 2 - uid: 9304 components: - type: Transform - pos: -57.5,2.5 + pos: -32.5,-64.5 parent: 2 - uid: 9305 components: - type: Transform - pos: -57.5,1.5 + pos: -32.5,-63.5 parent: 2 - uid: 9306 components: - type: Transform - pos: -57.5,0.5 + pos: -32.5,-62.5 parent: 2 - uid: 9307 components: - type: Transform - pos: -57.5,-0.5 + pos: -32.5,-61.5 parent: 2 - uid: 9308 components: - type: Transform - pos: -57.5,-1.5 + pos: -32.5,-60.5 parent: 2 - uid: 9309 components: - type: Transform - pos: -57.5,-2.5 + pos: -32.5,-59.5 parent: 2 - uid: 9310 components: - type: Transform - pos: -57.5,-3.5 + pos: -32.5,-58.5 parent: 2 - uid: 9311 components: - type: Transform - pos: -57.5,-4.5 + pos: -32.5,-57.5 parent: 2 - uid: 9312 components: - type: Transform - pos: -57.5,-5.5 + pos: -32.5,-56.5 parent: 2 - uid: 9313 components: - type: Transform - pos: -57.5,-6.5 + pos: -32.5,-55.5 parent: 2 - uid: 9314 components: - type: Transform - pos: -58.5,-6.5 + pos: -32.5,-54.5 parent: 2 - uid: 9315 components: - type: Transform - pos: -59.5,-6.5 + pos: -30.5,-54.5 parent: 2 - uid: 9316 components: - type: Transform - pos: -60.5,-6.5 + pos: -29.5,-54.5 parent: 2 - uid: 9317 components: - type: Transform - pos: -61.5,-6.5 + pos: -28.5,-54.5 parent: 2 - uid: 9318 components: - type: Transform - pos: -62.5,-6.5 + pos: -28.5,-55.5 parent: 2 - uid: 9319 components: - type: Transform - pos: -63.5,-6.5 + pos: -28.5,-56.5 parent: 2 - uid: 9320 components: - type: Transform - pos: -60.5,-29.5 + pos: -28.5,-57.5 parent: 2 - uid: 9321 components: - type: Transform - pos: -61.5,-29.5 + pos: -28.5,-58.5 parent: 2 - uid: 9322 components: - type: Transform - pos: -62.5,-29.5 + pos: -28.5,-59.5 parent: 2 - uid: 9323 components: - type: Transform - pos: -62.5,-28.5 + pos: -28.5,-60.5 parent: 2 - uid: 9324 components: - type: Transform - pos: -62.5,-27.5 + pos: -28.5,-61.5 parent: 2 - uid: 9325 components: - type: Transform - pos: -62.5,-26.5 + pos: -28.5,-62.5 parent: 2 - uid: 9326 components: - type: Transform - pos: -62.5,-25.5 + pos: -28.5,-63.5 parent: 2 - uid: 9327 components: - type: Transform - pos: -62.5,-24.5 + pos: -28.5,-64.5 parent: 2 - uid: 9328 components: - type: Transform - pos: -62.5,-23.5 + pos: -28.5,-65.5 parent: 2 - uid: 9329 components: - type: Transform - pos: -62.5,-22.5 + pos: -28.5,-66.5 parent: 2 - uid: 9330 components: - type: Transform - pos: -62.5,-21.5 + pos: -28.5,-67.5 parent: 2 - uid: 9331 components: - type: Transform - pos: -63.5,-21.5 + pos: -28.5,-68.5 parent: 2 - uid: 9332 components: - type: Transform - pos: -64.5,-21.5 + pos: -28.5,-69.5 parent: 2 - uid: 9333 components: - type: Transform - pos: -64.5,-20.5 + pos: -28.5,-70.5 parent: 2 - uid: 9334 components: - type: Transform - pos: -64.5,-19.5 + pos: -28.5,-71.5 parent: 2 - uid: 9335 components: - type: Transform - pos: -64.5,-18.5 + pos: -28.5,-72.5 parent: 2 - uid: 9336 components: - type: Transform - pos: -64.5,-17.5 + pos: -28.5,-73.5 parent: 2 - uid: 9337 components: - type: Transform - pos: -64.5,-16.5 + pos: -28.5,-74.5 parent: 2 - uid: 9338 components: - type: Transform - pos: -64.5,-15.5 + pos: -28.5,-75.5 parent: 2 - uid: 9339 components: - type: Transform - pos: -64.5,-14.5 + pos: -28.5,-76.5 parent: 2 - uid: 9340 components: - type: Transform - pos: -64.5,-13.5 + pos: -28.5,-77.5 parent: 2 - uid: 9341 components: - type: Transform - pos: -64.5,-12.5 + pos: -29.5,-77.5 parent: 2 - uid: 9342 components: - type: Transform - pos: -64.5,-11.5 + pos: -30.5,-77.5 parent: 2 - uid: 9343 components: - type: Transform - pos: -64.5,-10.5 + pos: -31.5,-77.5 parent: 2 - uid: 9344 components: - type: Transform - pos: -64.5,-9.5 + pos: -27.5,-70.5 parent: 2 - uid: 9345 components: - type: Transform - pos: -64.5,-8.5 + pos: -26.5,-70.5 parent: 2 - uid: 9346 components: - type: Transform - pos: -64.5,-7.5 + pos: -25.5,-70.5 parent: 2 - uid: 9347 components: - type: Transform - pos: 31.5,-36.5 + pos: -24.5,-70.5 parent: 2 - uid: 9348 components: - type: Transform - pos: 50.5,-86.5 + pos: -23.5,-70.5 parent: 2 - uid: 9349 components: - type: Transform - pos: 49.5,-86.5 + pos: -22.5,-70.5 parent: 2 - uid: 9350 components: - type: Transform - pos: 48.5,-86.5 + pos: -22.5,-71.5 parent: 2 - uid: 9351 components: - type: Transform - pos: 47.5,-86.5 + pos: -21.5,-71.5 parent: 2 - uid: 9352 components: - type: Transform - pos: 46.5,-86.5 + pos: -21.5,-72.5 parent: 2 - uid: 9353 components: - type: Transform - pos: 51.5,-86.5 + pos: -20.5,-72.5 parent: 2 - uid: 9354 components: - type: Transform - pos: 65.5,-68.5 + pos: -19.5,-72.5 parent: 2 - uid: 9355 components: - type: Transform - pos: 65.5,-67.5 + pos: -18.5,-72.5 parent: 2 - uid: 9356 components: - type: Transform - pos: 3.5,-69.5 + pos: -17.5,-72.5 parent: 2 - uid: 9357 components: - type: Transform - pos: -41.5,-91.5 + pos: -16.5,-72.5 parent: 2 - uid: 9358 components: - type: Transform - pos: -41.5,-89.5 + pos: -15.5,-72.5 parent: 2 - uid: 9359 components: - type: Transform - pos: -34.5,-110.5 + pos: -14.5,-72.5 parent: 2 - uid: 9360 components: - type: Transform - pos: -34.5,-111.5 + pos: -13.5,-72.5 parent: 2 - uid: 9361 components: - type: Transform - pos: -36.5,-114.5 + pos: -12.5,-72.5 parent: 2 - uid: 9362 components: - type: Transform - pos: 44.5,-52.5 + pos: -11.5,-72.5 parent: 2 - uid: 9363 components: - type: Transform - pos: -65.5,7.5 + pos: -10.5,-72.5 parent: 2 - uid: 9364 components: - type: Transform - pos: 34.5,-82.5 + pos: -10.5,-73.5 parent: 2 - uid: 9365 components: - type: Transform - pos: 38.5,-78.5 + pos: -10.5,-74.5 parent: 2 - uid: 9366 components: - type: Transform - pos: 36.5,7.5 + pos: 11.5,-74.5 parent: 2 - uid: 9367 components: - type: Transform - pos: 34.5,-2.5 + pos: 11.5,-73.5 parent: 2 - uid: 9368 components: - type: Transform - pos: 54.5,-59.5 + pos: 11.5,-72.5 parent: 2 - uid: 9369 components: - type: Transform - pos: 55.5,-59.5 + pos: 12.5,-72.5 parent: 2 - uid: 9370 components: - type: Transform - pos: 71.5,-94.5 + pos: 13.5,-72.5 parent: 2 - uid: 9371 components: - type: Transform - pos: 79.5,-94.5 + pos: 14.5,-72.5 parent: 2 - uid: 9372 components: - type: Transform - pos: 74.5,-94.5 + pos: 15.5,-72.5 parent: 2 - uid: 9373 components: - type: Transform - pos: 72.5,-94.5 + pos: 16.5,-72.5 parent: 2 - uid: 9374 components: - type: Transform - pos: 69.5,-66.5 + pos: 17.5,-72.5 parent: 2 - uid: 9375 components: - type: Transform - pos: 38.5,-77.5 + pos: 18.5,-72.5 parent: 2 - uid: 9376 components: - type: Transform - pos: 71.5,-56.5 + pos: 19.5,-72.5 parent: 2 - uid: 9377 components: - type: Transform - pos: 78.5,-94.5 + pos: 20.5,-72.5 parent: 2 - uid: 9378 components: - type: Transform - pos: 78.5,-95.5 + pos: 21.5,-72.5 parent: 2 - uid: 9379 components: - type: Transform - pos: 81.5,-96.5 + pos: 22.5,-72.5 parent: 2 - uid: 9380 components: - type: Transform - pos: 80.5,-96.5 + pos: 22.5,-71.5 parent: 2 - uid: 9381 components: - type: Transform - pos: 71.5,-96.5 + pos: 22.5,-70.5 parent: 2 - uid: 9382 components: - type: Transform - pos: 70.5,-56.5 + pos: 23.5,-70.5 parent: 2 - uid: 9383 components: - type: Transform - pos: 67.5,-55.5 + pos: 24.5,-70.5 parent: 2 - uid: 9384 components: - type: Transform - pos: 69.5,-62.5 + pos: 25.5,-70.5 parent: 2 - uid: 9385 components: - type: Transform - pos: 66.5,-59.5 + pos: 26.5,-70.5 parent: 2 - uid: 9386 components: - type: Transform - pos: 36.5,-78.5 + pos: 27.5,-70.5 parent: 2 - uid: 9387 components: - type: Transform - pos: 66.5,-62.5 + pos: 28.5,-70.5 parent: 2 - uid: 9388 components: - type: Transform - pos: 69.5,-65.5 + pos: 29.5,-70.5 parent: 2 - uid: 9389 components: - type: Transform - pos: 66.5,-63.5 + pos: 29.5,-71.5 parent: 2 - uid: 9390 components: - type: Transform - pos: 39.5,-80.5 + pos: 30.5,-71.5 parent: 2 - uid: 9391 components: - type: Transform - pos: 79.5,-52.5 + pos: 31.5,-71.5 parent: 2 - uid: 9392 components: - type: Transform - pos: 66.5,-57.5 + pos: 31.5,-72.5 parent: 2 - uid: 9393 components: - type: Transform - pos: 66.5,-60.5 + pos: 31.5,-73.5 parent: 2 - uid: 9394 components: - type: Transform - pos: 66.5,-58.5 + pos: 31.5,-74.5 parent: 2 - uid: 9395 components: - type: Transform - pos: 66.5,-53.5 + pos: 31.5,-75.5 parent: 2 - uid: 9396 components: - type: Transform - pos: 14.5,-83.5 + pos: 32.5,-78.5 parent: 2 - uid: 9397 components: - type: Transform - pos: -36.5,-113.5 + pos: 32.5,-77.5 parent: 2 - uid: 9398 components: - type: Transform - pos: -39.5,-114.5 + pos: 32.5,-76.5 parent: 2 - uid: 9399 components: - type: Transform - pos: -36.5,-112.5 + pos: 32.5,-75.5 parent: 2 - uid: 9400 components: - type: Transform - pos: -35.5,-114.5 + pos: 33.5,-75.5 parent: 2 - uid: 9401 components: - type: Transform - pos: -34.5,-112.5 + pos: 34.5,-75.5 parent: 2 - uid: 9402 components: - type: Transform - pos: -34.5,-114.5 + pos: 35.5,-75.5 parent: 2 - uid: 9403 components: - type: Transform - pos: -38.5,-114.5 + pos: 36.5,-75.5 parent: 2 - uid: 9404 components: - type: Transform - pos: -34.5,-113.5 + pos: 37.5,-75.5 parent: 2 - uid: 9405 components: - type: Transform - pos: -34.5,-115.5 + pos: 38.5,-75.5 parent: 2 - uid: 9406 components: - type: Transform - pos: -36.5,-115.5 + pos: 39.5,-75.5 parent: 2 - uid: 9407 components: - type: Transform - pos: -37.5,-114.5 + pos: 39.5,-74.5 parent: 2 - uid: 9408 components: - type: Transform - pos: -36.5,-116.5 + pos: 39.5,-73.5 parent: 2 - uid: 9409 components: - type: Transform - pos: -35.5,-116.5 + pos: 39.5,-72.5 parent: 2 - uid: 9410 components: - type: Transform - pos: -35.5,-112.5 + pos: 39.5,-71.5 parent: 2 - uid: 9411 components: - type: Transform - pos: -34.5,-116.5 + pos: 39.5,-70.5 parent: 2 - uid: 9412 components: - type: Transform - pos: -40.5,-114.5 + pos: 39.5,-69.5 parent: 2 - uid: 9413 components: - type: Transform - pos: -58.5,-71.5 + pos: 39.5,-68.5 parent: 2 - uid: 9414 components: - type: Transform - pos: -58.5,-70.5 + pos: 40.5,-68.5 parent: 2 - uid: 9415 components: - type: Transform - pos: -58.5,-73.5 + pos: 40.5,-67.5 parent: 2 - uid: 9416 components: - type: Transform - pos: -58.5,-74.5 + pos: 40.5,-66.5 parent: 2 - uid: 9417 components: - type: Transform - pos: -58.5,-76.5 + pos: 40.5,-65.5 parent: 2 - uid: 9418 components: - type: Transform - pos: -58.5,-75.5 + pos: 40.5,-64.5 parent: 2 - uid: 9419 components: - type: Transform - pos: 38.5,-4.5 + pos: 40.5,-63.5 parent: 2 - uid: 9420 components: - type: Transform - pos: 40.5,-80.5 + pos: 40.5,-62.5 parent: 2 - uid: 9421 components: - type: Transform - pos: 34.5,-0.5 + pos: 40.5,-61.5 parent: 2 - uid: 9422 components: - type: Transform - pos: -35.5,-26.5 + pos: 40.5,-60.5 parent: 2 - uid: 9423 components: - type: Transform - pos: -36.5,-26.5 + pos: 40.5,-59.5 parent: 2 - uid: 9424 components: - type: Transform - pos: 34.5,-1.5 + pos: 40.5,-58.5 parent: 2 - uid: 9425 components: - type: Transform - pos: 36.5,-2.5 + pos: 40.5,-57.5 parent: 2 - uid: 9426 components: - type: Transform - pos: -37.5,-26.5 + pos: 40.5,-56.5 parent: 2 - uid: 9427 components: - type: Transform - pos: -38.5,-26.5 + pos: 40.5,-55.5 parent: 2 - uid: 9428 components: - type: Transform - pos: -39.5,-26.5 + pos: 40.5,-54.5 parent: 2 - uid: 9429 components: - type: Transform - pos: 38.5,-3.5 + pos: 39.5,-54.5 parent: 2 - uid: 9430 components: - type: Transform - pos: -33.5,-26.5 + pos: 38.5,-54.5 parent: 2 - uid: 9431 components: - type: Transform - pos: -34.5,-26.5 + pos: 37.5,-54.5 parent: 2 - uid: 9432 components: - type: Transform - pos: 68.5,-52.5 + pos: 36.5,-54.5 parent: 2 - uid: 9433 components: - type: Transform - pos: 37.5,-5.5 + pos: 35.5,-54.5 parent: 2 - uid: 9434 components: - type: Transform - pos: 37.5,-7.5 + pos: 34.5,-54.5 parent: 2 - uid: 9435 components: - type: Transform - pos: 66.5,-52.5 + pos: 33.5,-54.5 parent: 2 - uid: 9436 components: - type: Transform - pos: 69.5,-63.5 + pos: 32.5,-54.5 parent: 2 - uid: 9437 components: - type: Transform - pos: 67.5,-52.5 + pos: 31.5,-54.5 parent: 2 - uid: 9438 components: - type: Transform - pos: 66.5,-54.5 + pos: 30.5,-54.5 parent: 2 - uid: 9439 components: - type: Transform - pos: 66.5,-56.5 + pos: 29.5,-54.5 parent: 2 - uid: 9440 components: - type: Transform - pos: 80.5,-52.5 + pos: 29.5,-55.5 parent: 2 - uid: 9441 components: - type: Transform - pos: 81.5,-52.5 + pos: 29.5,-56.5 parent: 2 - uid: 9442 components: - type: Transform - pos: 81.5,-53.5 + pos: 29.5,-57.5 parent: 2 - uid: 9443 components: - type: Transform - pos: 81.5,-54.5 + pos: 29.5,-58.5 parent: 2 - uid: 9444 components: - type: Transform - pos: 81.5,-55.5 + pos: 29.5,-59.5 parent: 2 - uid: 9445 components: - type: Transform - pos: 81.5,-56.5 + pos: 29.5,-60.5 parent: 2 - uid: 9446 components: - type: Transform - pos: 81.5,-57.5 + pos: 29.5,-61.5 parent: 2 - uid: 9447 components: - type: Transform - pos: 81.5,-58.5 + pos: 29.5,-62.5 parent: 2 - uid: 9448 components: - type: Transform - pos: 81.5,-59.5 + pos: 29.5,-63.5 parent: 2 - uid: 9449 components: - type: Transform - pos: 81.5,-60.5 + pos: 29.5,-64.5 parent: 2 - uid: 9450 components: - type: Transform - pos: 81.5,-61.5 + pos: 29.5,-65.5 parent: 2 - uid: 9451 components: - type: Transform - pos: 81.5,-62.5 + pos: 29.5,-66.5 parent: 2 - uid: 9452 components: - type: Transform - pos: 81.5,-63.5 + pos: 29.5,-67.5 parent: 2 - uid: 9453 components: - type: Transform - pos: 81.5,-64.5 + pos: 29.5,-68.5 parent: 2 - uid: 9454 components: - type: Transform - pos: 81.5,-65.5 + pos: 29.5,-69.5 parent: 2 - uid: 9455 components: - type: Transform - pos: 81.5,-66.5 + pos: 32.5,-53.5 parent: 2 - uid: 9456 components: - type: Transform - pos: 80.5,-66.5 + pos: 32.5,-52.5 parent: 2 - uid: 9457 components: - type: Transform - pos: 79.5,-66.5 + pos: 32.5,-51.5 parent: 2 - uid: 9458 components: - type: Transform - pos: 78.5,-66.5 + pos: 32.5,-50.5 parent: 2 - uid: 9459 components: - type: Transform - pos: 77.5,-66.5 + pos: 32.5,-49.5 parent: 2 - uid: 9460 components: - type: Transform - pos: 76.5,-66.5 + pos: 32.5,-48.5 parent: 2 - uid: 9461 components: - type: Transform - pos: 75.5,-66.5 + pos: 32.5,-47.5 parent: 2 - uid: 9462 components: - type: Transform - pos: 74.5,-66.5 + pos: 32.5,-46.5 parent: 2 - uid: 9463 components: - type: Transform - pos: 30.5,-2.5 + pos: 32.5,-45.5 parent: 2 - uid: 9464 components: - type: Transform - pos: -59.5,-39.5 + pos: 32.5,-44.5 parent: 2 - uid: 9465 components: - type: Transform - pos: -72.5,-92.5 + pos: 32.5,-43.5 parent: 2 - uid: 9466 components: - type: Transform - pos: -73.5,-92.5 + pos: 32.5,-42.5 parent: 2 - uid: 9467 components: - type: Transform - pos: -70.5,-92.5 + pos: 32.5,-41.5 parent: 2 - uid: 9468 components: - type: Transform - pos: -71.5,-92.5 + pos: 32.5,-40.5 parent: 2 - uid: 9469 components: - type: Transform - pos: -73.5,-94.5 + pos: 32.5,-39.5 parent: 2 - uid: 9470 components: - type: Transform - pos: -70.5,-94.5 + pos: 32.5,-38.5 parent: 2 - uid: 9471 components: - type: Transform - pos: -71.5,-94.5 + pos: 32.5,-37.5 parent: 2 - uid: 9472 components: - type: Transform - pos: -72.5,-94.5 + pos: 32.5,-36.5 parent: 2 - uid: 9473 components: - type: Transform - pos: -71.5,-96.5 + pos: 32.5,-35.5 parent: 2 - uid: 9474 components: - type: Transform - pos: -70.5,-93.5 + pos: 32.5,-34.5 parent: 2 - uid: 9475 components: - type: Transform - pos: -73.5,-96.5 + pos: 32.5,-33.5 parent: 2 - uid: 9476 components: - type: Transform - pos: -72.5,-96.5 + pos: 32.5,-32.5 parent: 2 - uid: 9477 components: - type: Transform - pos: -70.5,-97.5 + pos: 33.5,-32.5 parent: 2 - uid: 9478 components: - type: Transform - pos: -70.5,-96.5 + pos: 34.5,-32.5 parent: 2 - uid: 9479 components: - type: Transform - pos: -67.5,7.5 + pos: 35.5,-32.5 parent: 2 - uid: 9480 components: - type: Transform - pos: -59.5,7.5 + pos: 36.5,-32.5 parent: 2 - uid: 9481 components: - type: Transform - pos: -60.5,7.5 + pos: 37.5,-32.5 parent: 2 - uid: 9482 components: - type: Transform - pos: -72.5,-100.5 + pos: 38.5,-32.5 parent: 2 - uid: 9483 components: - type: Transform - pos: -66.5,-100.5 + pos: 39.5,-32.5 parent: 2 - uid: 9484 components: - type: Transform - pos: -70.5,-98.5 + pos: 40.5,-32.5 parent: 2 - uid: 9485 components: - type: Transform - pos: -70.5,-90.5 + pos: 41.5,-32.5 parent: 2 - uid: 9486 components: - type: Transform - pos: 64.5,-59.5 + pos: 42.5,-32.5 parent: 2 - uid: 9487 components: - type: Transform - pos: 63.5,-59.5 + pos: 43.5,-32.5 parent: 2 - uid: 9488 components: - type: Transform - pos: 34.5,6.5 + pos: 31.5,-32.5 parent: 2 - uid: 9489 components: - type: Transform - pos: -71.5,-88.5 + pos: 30.5,-32.5 parent: 2 - uid: 9490 components: - type: Transform - pos: -64.5,-88.5 + pos: 29.5,-32.5 parent: 2 - uid: 9491 components: - type: Transform - pos: -72.5,-88.5 + pos: 29.5,-31.5 parent: 2 - uid: 9492 components: - type: Transform - pos: -70.5,-89.5 + pos: 29.5,-30.5 parent: 2 - uid: 9493 components: - type: Transform - pos: -70.5,-88.5 + pos: 29.5,-29.5 parent: 2 - uid: 9494 components: - type: Transform - pos: -58.5,-77.5 + pos: 29.5,-28.5 parent: 2 - uid: 9495 components: - type: Transform - pos: 34.5,1.5 + pos: 29.5,-27.5 parent: 2 - uid: 9496 components: - type: Transform - pos: 34.5,4.5 + pos: 29.5,-26.5 parent: 2 - uid: 9497 components: - type: Transform - pos: 34.5,3.5 + pos: 29.5,-25.5 parent: 2 - uid: 9498 components: - type: Transform - pos: 34.5,-80.5 + pos: 29.5,-24.5 parent: 2 - uid: 9499 components: - type: Transform - pos: 82.5,-92.5 + pos: 29.5,-23.5 parent: 2 - uid: 9500 components: - type: Transform - pos: 71.5,-88.5 + pos: 29.5,-22.5 parent: 2 - uid: 9501 components: - type: Transform - pos: 73.5,-86.5 + pos: 29.5,-21.5 parent: 2 - uid: 9502 components: - type: Transform - pos: 72.5,-90.5 + pos: 29.5,-20.5 parent: 2 - uid: 9503 components: - type: Transform - pos: 73.5,-90.5 + pos: 29.5,-19.5 parent: 2 - uid: 9504 components: - type: Transform - pos: 71.5,-92.5 + pos: 29.5,-18.5 parent: 2 - uid: 9505 components: - type: Transform - pos: 74.5,-92.5 + pos: 29.5,-17.5 parent: 2 - uid: 9506 components: - type: Transform - pos: 72.5,-92.5 + pos: 29.5,-16.5 parent: 2 - uid: 9507 components: - type: Transform - pos: 74.5,-91.5 + pos: 29.5,-15.5 parent: 2 - uid: 9508 components: - type: Transform - pos: 78.5,-90.5 + pos: 29.5,-14.5 parent: 2 - uid: 9509 components: - type: Transform - pos: 78.5,-92.5 + pos: 29.5,-13.5 parent: 2 - uid: 9510 components: - type: Transform - pos: 79.5,-92.5 + pos: 29.5,-12.5 parent: 2 - uid: 9511 components: - type: Transform - pos: 73.5,-92.5 + pos: 29.5,-11.5 parent: 2 - uid: 9512 components: - type: Transform - pos: 81.5,-92.5 + pos: 29.5,-10.5 parent: 2 - uid: 9513 components: - type: Transform - pos: -71.5,-98.5 + pos: 29.5,-9.5 parent: 2 - uid: 9514 components: - type: Transform - pos: -72.5,-98.5 + pos: 28.5,-9.5 parent: 2 - uid: 9515 components: - type: Transform - pos: -64.5,-100.5 + pos: 28.5,-8.5 parent: 2 - uid: 9516 components: - type: Transform - pos: -64.5,-96.5 + pos: 28.5,-7.5 parent: 2 - uid: 9517 components: - type: Transform - pos: -62.5,-96.5 + pos: 27.5,-7.5 parent: 2 - uid: 9518 components: - type: Transform - pos: -63.5,-96.5 + pos: 27.5,-6.5 parent: 2 - uid: 9519 components: - type: Transform - pos: -66.5,-94.5 + pos: 27.5,-5.5 parent: 2 - uid: 9520 components: - type: Transform - pos: -64.5,-90.5 + pos: 26.5,-5.5 parent: 2 - uid: 9521 components: - type: Transform - pos: -65.5,-94.5 + pos: 26.5,-4.5 parent: 2 - uid: 9522 components: - type: Transform - pos: -66.5,-92.5 + pos: 26.5,-3.5 parent: 2 - uid: 9523 components: - type: Transform - pos: -65.5,-92.5 + pos: 25.5,-3.5 parent: 2 - uid: 9524 components: - type: Transform - pos: -64.5,-92.5 + pos: 24.5,-2.5 parent: 2 - uid: 9525 components: - type: Transform - pos: -64.5,-94.5 + pos: 24.5,-3.5 parent: 2 - uid: 9526 components: - type: Transform - pos: -63.5,-94.5 + pos: 23.5,-2.5 parent: 2 - uid: 9527 components: - type: Transform - pos: -66.5,-93.5 + pos: 23.5,-1.5 parent: 2 - uid: 9528 components: - type: Transform - pos: -63.5,-92.5 + pos: 22.5,-1.5 parent: 2 - uid: 9529 components: - type: Transform - pos: -65.5,-90.5 + pos: 21.5,-1.5 parent: 2 - uid: 9530 components: - type: Transform - pos: -66.5,-90.5 + pos: 21.5,-0.5 parent: 2 - uid: 9531 components: - type: Transform - pos: -65.5,-88.5 + pos: 20.5,-0.5 parent: 2 - uid: 9532 components: - type: Transform - pos: -66.5,-89.5 + pos: 19.5,-0.5 parent: 2 - uid: 9533 components: - type: Transform - pos: -66.5,-88.5 + pos: 20.5,0.5 parent: 2 - uid: 9534 components: - type: Transform - pos: -73.5,-98.5 + pos: 20.5,1.5 parent: 2 - uid: 9535 components: - type: Transform - pos: -74.5,-98.5 + pos: 20.5,2.5 parent: 2 - uid: 9536 components: - type: Transform - pos: -71.5,-100.5 + pos: 20.5,3.5 parent: 2 - uid: 9537 components: - type: Transform - pos: -64.5,-102.5 + pos: 20.5,4.5 parent: 2 - uid: 9538 components: - type: Transform - pos: -66.5,-98.5 + pos: 20.5,5.5 parent: 2 - uid: 9539 components: - type: Transform - pos: -65.5,-102.5 + pos: 18.5,-0.5 parent: 2 - uid: 9540 components: - type: Transform - pos: -65.5,-98.5 + pos: 18.5,0.5 parent: 2 - uid: 9541 components: - type: Transform - pos: -66.5,-102.5 + pos: 17.5,0.5 parent: 2 - uid: 9542 components: - type: Transform - pos: -66.5,-101.5 + pos: 16.5,0.5 parent: 2 - uid: 9543 components: - type: Transform - pos: -65.5,-100.5 + pos: -25.5,-3.5 parent: 2 - uid: 9544 components: - type: Transform - pos: -64.5,-98.5 + pos: -25.5,-2.5 parent: 2 - uid: 9545 components: - type: Transform - pos: 44.5,-53.5 + pos: -25.5,-1.5 parent: 2 - uid: 9546 components: - type: Transform - pos: 44.5,-54.5 + pos: -25.5,-0.5 parent: 2 - uid: 9547 components: - type: Transform - pos: 44.5,-55.5 + pos: -25.5,0.5 parent: 2 - uid: 9548 components: - type: Transform - pos: 79.5,-90.5 + pos: -25.5,1.5 parent: 2 - uid: 9549 components: - type: Transform - pos: -70.5,-101.5 + pos: -26.5,1.5 parent: 2 - uid: 9550 components: - type: Transform - pos: 34.5,2.5 + pos: -27.5,1.5 parent: 2 - uid: 9551 components: - type: Transform - pos: -63.5,-98.5 + pos: -28.5,1.5 parent: 2 - uid: 9552 components: - type: Transform - pos: -70.5,-100.5 + pos: -29.5,1.5 parent: 2 - uid: 9553 components: - type: Transform - pos: -71.5,-102.5 + pos: -30.5,1.5 parent: 2 - uid: 9554 components: - type: Transform - pos: -70.5,-102.5 + pos: -31.5,1.5 parent: 2 - uid: 9555 components: - type: Transform - pos: -72.5,-102.5 + pos: 26.5,-2.5 parent: 2 - uid: 9556 components: - type: Transform - pos: -62.5,-98.5 + pos: 27.5,-2.5 parent: 2 - uid: 9557 components: - type: Transform - pos: -66.5,-96.5 + pos: 28.5,-2.5 parent: 2 - uid: 9558 components: - type: Transform - pos: -65.5,-96.5 + pos: 20.5,8.5 parent: 2 - uid: 9559 components: - type: Transform - pos: -40.5,-112.5 + pos: 45.5,-32.5 parent: 2 - uid: 9560 components: - type: Transform - pos: -39.5,-112.5 + pos: 46.5,-32.5 parent: 2 - uid: 9561 components: - type: Transform - pos: -40.5,-113.5 + pos: 47.5,-32.5 parent: 2 - uid: 9562 components: - type: Transform - pos: 75.5,-52.5 + pos: 48.5,-32.5 parent: 2 - uid: 9563 components: - type: Transform - pos: -66.5,-97.5 + pos: 49.5,-32.5 parent: 2 - uid: 9564 components: - type: Transform - pos: 74.5,-90.5 + pos: 50.5,-32.5 parent: 2 - uid: 9565 components: - type: Transform - pos: -71.5,-90.5 + pos: 51.5,-32.5 parent: 2 - uid: 9566 components: - type: Transform - pos: 75.5,-50.5 + pos: 52.5,-32.5 parent: 2 - uid: 9567 components: - type: Transform - pos: 69.5,-55.5 + pos: 53.5,-32.5 parent: 2 - uid: 9568 components: - type: Transform - pos: -78.5,12.5 + pos: 54.5,-32.5 parent: 2 - uid: 9569 components: - type: Transform - pos: 70.5,-62.5 + pos: 55.5,-32.5 parent: 2 - uid: 9570 components: - type: Transform - pos: 69.5,-56.5 + pos: 56.5,-32.5 parent: 2 - uid: 9571 components: - type: Transform - pos: 71.5,-62.5 + pos: 57.5,-32.5 parent: 2 - uid: 9572 components: - type: Transform - pos: 75.5,-51.5 + pos: 58.5,-32.5 parent: 2 - uid: 9573 components: - type: Transform - pos: 33.5,-2.5 + pos: 59.5,-32.5 parent: 2 - uid: 9574 components: - type: Transform - pos: 40.5,-78.5 + pos: 60.5,-32.5 parent: 2 - uid: 9575 components: - type: Transform - pos: -58.5,-72.5 + pos: 60.5,-31.5 parent: 2 - uid: 9576 components: - type: Transform - pos: -57.5,-77.5 + pos: 22.5,-83.5 parent: 2 - uid: 9577 components: - type: Transform - pos: -72.5,-90.5 + pos: 22.5,-82.5 parent: 2 - uid: 9578 components: - type: Transform - pos: 39.5,-78.5 + pos: 22.5,-81.5 parent: 2 - uid: 9579 components: - type: Transform - pos: 26.5,-30.5 + pos: 22.5,-80.5 parent: 2 - uid: 9580 components: - type: Transform - pos: 25.5,-30.5 + pos: 22.5,-79.5 parent: 2 - uid: 9581 components: - type: Transform - pos: 24.5,-30.5 + pos: 22.5,-78.5 parent: 2 - uid: 9582 components: - type: Transform - pos: 23.5,-30.5 + pos: 23.5,-78.5 parent: 2 - uid: 9583 components: - type: Transform - pos: 23.5,-31.5 + pos: 24.5,-78.5 parent: 2 - uid: 9584 components: - type: Transform - pos: 23.5,-32.5 + pos: 25.5,-78.5 parent: 2 - uid: 9585 components: - type: Transform - pos: 23.5,-33.5 + pos: 26.5,-78.5 parent: 2 - uid: 9586 components: - type: Transform - pos: -27.5,-41.5 + pos: 27.5,-78.5 parent: 2 - uid: 9587 components: - type: Transform - pos: -26.5,-41.5 + pos: 28.5,-78.5 parent: 2 - uid: 9588 components: - type: Transform - pos: -26.5,-42.5 + pos: 29.5,-78.5 parent: 2 - uid: 9589 components: - type: Transform - pos: -26.5,-43.5 + pos: 30.5,-78.5 parent: 2 - uid: 9590 components: - type: Transform - pos: -26.5,-44.5 + pos: 31.5,-78.5 parent: 2 - uid: 9591 components: - type: Transform - pos: -26.5,-45.5 + pos: 60.5,-30.5 parent: 2 - uid: 9592 components: - type: Transform - pos: -27.5,-45.5 + pos: 54.5,-68.5 parent: 2 - uid: 9593 components: - type: Transform - pos: -76.5,10.5 + pos: 55.5,-68.5 parent: 2 - uid: 9594 components: - type: Transform - pos: -66.5,3.5 + pos: 56.5,-68.5 parent: 2 - uid: 9595 components: - type: Transform - pos: -65.5,3.5 + pos: 57.5,-68.5 parent: 2 - uid: 9596 components: - type: Transform - pos: -65.5,4.5 + pos: 58.5,-68.5 parent: 2 - uid: 9597 components: - type: Transform - pos: -35.5,9.5 + pos: 59.5,-68.5 parent: 2 - uid: 9598 components: - type: Transform - pos: -79.5,21.5 + pos: 60.5,-68.5 parent: 2 - uid: 9599 components: - type: Transform - pos: -79.5,22.5 + pos: 61.5,-68.5 parent: 2 - uid: 9600 components: - type: Transform - pos: -80.5,22.5 + pos: 55.5,-87.5 parent: 2 - uid: 9601 components: - type: Transform - pos: -85.5,21.5 + pos: -41.5,8.5 parent: 2 - uid: 9602 components: - type: Transform - pos: -82.5,25.5 + pos: -40.5,8.5 parent: 2 - uid: 9603 components: - type: Transform - pos: -40.5,-26.5 + pos: -42.5,8.5 parent: 2 - uid: 9604 components: - type: Transform - pos: -41.5,-26.5 + pos: -43.5,8.5 parent: 2 - uid: 9605 components: - type: Transform - pos: 59.5,-59.5 + pos: -44.5,8.5 parent: 2 - uid: 9606 components: - type: Transform - pos: 60.5,-59.5 + pos: -45.5,8.5 parent: 2 - uid: 9607 components: - type: Transform - pos: 44.5,-56.5 + pos: -46.5,8.5 parent: 2 - uid: 9608 components: - type: Transform - pos: 45.5,-56.5 + pos: -47.5,8.5 parent: 2 - uid: 9609 components: - type: Transform - pos: 46.5,-56.5 + pos: -48.5,8.5 parent: 2 - uid: 9610 components: - type: Transform - pos: 47.5,-56.5 + pos: -49.5,8.5 parent: 2 - uid: 9611 components: - type: Transform - pos: 48.5,-56.5 + pos: -49.5,9.5 parent: 2 - uid: 9612 components: - type: Transform - pos: 49.5,-56.5 + pos: -50.5,9.5 parent: 2 - uid: 9613 components: - type: Transform - pos: 50.5,-56.5 + pos: -51.5,9.5 parent: 2 - uid: 9614 components: - type: Transform - pos: 51.5,-56.5 + pos: -52.5,9.5 parent: 2 - uid: 9615 components: - type: Transform - pos: 52.5,-56.5 + pos: -53.5,9.5 parent: 2 - uid: 9616 components: - type: Transform - pos: 53.5,-56.5 + pos: -53.5,8.5 parent: 2 - uid: 9617 components: - type: Transform - pos: 54.5,-56.5 + pos: -53.5,7.5 parent: 2 - uid: 9618 components: - type: Transform - pos: 54.5,-88.5 + pos: -53.5,6.5 parent: 2 - uid: 9619 components: - type: Transform - pos: 53.5,-88.5 + pos: -53.5,5.5 parent: 2 - uid: 9620 components: - type: Transform - pos: 52.5,-88.5 + pos: -53.5,4.5 parent: 2 - uid: 9621 components: - type: Transform - pos: 52.5,-87.5 + pos: -53.5,3.5 parent: 2 - uid: 9622 components: - type: Transform - pos: -53.5,-94.5 + pos: -53.5,2.5 parent: 2 - uid: 9623 components: - type: Transform - pos: -54.5,-94.5 + pos: -54.5,2.5 parent: 2 - uid: 9624 components: - type: Transform - pos: -55.5,-94.5 + pos: -55.5,2.5 parent: 2 - uid: 9625 components: - type: Transform - pos: -55.5,-95.5 + pos: -56.5,2.5 parent: 2 - uid: 9626 components: - type: Transform - pos: -55.5,-96.5 + pos: -57.5,2.5 parent: 2 - uid: 9627 components: - type: Transform - pos: -55.5,-97.5 + pos: -57.5,1.5 parent: 2 - uid: 9628 components: - type: Transform - pos: -55.5,-98.5 + pos: -57.5,0.5 parent: 2 - uid: 9629 components: - type: Transform - pos: -55.5,-99.5 + pos: -57.5,-0.5 parent: 2 - uid: 9630 components: - type: Transform - pos: -55.5,-100.5 + pos: -57.5,-1.5 parent: 2 - uid: 9631 components: - type: Transform - pos: -55.5,-101.5 + pos: -57.5,-2.5 parent: 2 - uid: 9632 components: - type: Transform - pos: -55.5,-102.5 + pos: -57.5,-3.5 parent: 2 - uid: 9633 components: - type: Transform - pos: -55.5,-103.5 + pos: -57.5,-4.5 parent: 2 - uid: 9634 components: - type: Transform - pos: -54.5,-103.5 + pos: -57.5,-5.5 parent: 2 - uid: 9635 components: - type: Transform - pos: -55.5,-106.5 + pos: -57.5,-6.5 parent: 2 - uid: 9636 components: - type: Transform - pos: -55.5,-104.5 + pos: -58.5,-6.5 parent: 2 - uid: 9637 components: - type: Transform - pos: -55.5,-105.5 + pos: -59.5,-6.5 parent: 2 - uid: 9638 components: - type: Transform - pos: -54.5,-106.5 + pos: -60.5,-6.5 parent: 2 - uid: 9639 components: - type: Transform - pos: -53.5,-106.5 + pos: -61.5,-6.5 parent: 2 - uid: 9640 components: - type: Transform - pos: -52.5,-106.5 + pos: -62.5,-6.5 parent: 2 - uid: 9641 components: - type: Transform - pos: -51.5,-106.5 + pos: -63.5,-6.5 parent: 2 - uid: 9642 components: - type: Transform - pos: -50.5,-106.5 + pos: -60.5,-29.5 parent: 2 - uid: 9643 components: - type: Transform - pos: -49.5,-106.5 + pos: -61.5,-29.5 parent: 2 - uid: 9644 components: - type: Transform - pos: -49.5,-105.5 + pos: -62.5,-29.5 parent: 2 - uid: 9645 components: - type: Transform - pos: -48.5,-105.5 + pos: -62.5,-28.5 parent: 2 - uid: 9646 components: - type: Transform - pos: -47.5,-105.5 + pos: -62.5,-27.5 parent: 2 - uid: 9647 components: - type: Transform - pos: -46.5,-105.5 + pos: -62.5,-26.5 parent: 2 - uid: 9648 components: - type: Transform - pos: -45.5,-105.5 + pos: -62.5,-25.5 parent: 2 - uid: 9649 components: - type: Transform - pos: -44.5,-105.5 + pos: -62.5,-24.5 parent: 2 - uid: 9650 components: - type: Transform - pos: -43.5,-105.5 + pos: -62.5,-23.5 parent: 2 - uid: 9651 components: - type: Transform - pos: -42.5,-105.5 + pos: -62.5,-22.5 parent: 2 - uid: 9652 components: - type: Transform - pos: -41.5,-105.5 + pos: -62.5,-21.5 parent: 2 - uid: 9653 components: - type: Transform - pos: -40.5,-105.5 + pos: -63.5,-21.5 parent: 2 - uid: 9654 components: - type: Transform - pos: -39.5,-105.5 + pos: -64.5,-21.5 parent: 2 - uid: 9655 components: - type: Transform - pos: -38.5,-105.5 + pos: -64.5,-20.5 parent: 2 - uid: 9656 components: - type: Transform - pos: -38.5,-106.5 + pos: -64.5,-19.5 parent: 2 - uid: 9657 components: - type: Transform - pos: -38.5,-107.5 + pos: -64.5,-18.5 parent: 2 - uid: 9658 components: - type: Transform - pos: -38.5,-108.5 + pos: -64.5,-17.5 parent: 2 - uid: 9659 components: - type: Transform - pos: -38.5,-109.5 + pos: -64.5,-16.5 parent: 2 - uid: 9660 components: - type: Transform - pos: -39.5,-109.5 + pos: -64.5,-15.5 parent: 2 - uid: 9661 components: - type: Transform - pos: -40.5,-109.5 + pos: -64.5,-14.5 parent: 2 - uid: 9662 components: - type: Transform - pos: -41.5,-109.5 + pos: -64.5,-13.5 parent: 2 - uid: 9663 components: - type: Transform - pos: -42.5,-109.5 + pos: -64.5,-12.5 parent: 2 - uid: 9664 components: - type: Transform - pos: -42.5,-110.5 + pos: -64.5,-11.5 parent: 2 - uid: 9665 components: - type: Transform - pos: -37.5,-109.5 + pos: -64.5,-10.5 parent: 2 - uid: 9666 components: - type: Transform - pos: -36.5,-109.5 + pos: -64.5,-9.5 parent: 2 - uid: 9667 components: - type: Transform - pos: -35.5,-109.5 + pos: -64.5,-8.5 parent: 2 - uid: 9668 components: - type: Transform - pos: -34.5,-109.5 + pos: -64.5,-7.5 parent: 2 - uid: 9669 components: - type: Transform - pos: -33.5,-109.5 + pos: 31.5,-36.5 parent: 2 - uid: 9670 components: - type: Transform - pos: -32.5,-109.5 + pos: 50.5,-86.5 parent: 2 - uid: 9671 components: - type: Transform - pos: -31.5,-109.5 + pos: 49.5,-86.5 parent: 2 - uid: 9672 components: - type: Transform - pos: -30.5,-109.5 + pos: 48.5,-86.5 parent: 2 - uid: 9673 components: - type: Transform - pos: -30.5,-110.5 + pos: 47.5,-86.5 parent: 2 - uid: 9674 components: - type: Transform - pos: -29.5,-110.5 + pos: 46.5,-86.5 parent: 2 - uid: 9675 components: - type: Transform - pos: -28.5,-110.5 + pos: 51.5,-86.5 parent: 2 - uid: 9676 components: - type: Transform - pos: -27.5,-110.5 + pos: 65.5,-68.5 parent: 2 - uid: 9677 components: - type: Transform - pos: -26.5,-110.5 + pos: 65.5,-67.5 parent: 2 - uid: 9678 components: - type: Transform - pos: -26.5,-109.5 + pos: 3.5,-69.5 parent: 2 - uid: 9679 components: - type: Transform - pos: -26.5,-108.5 + pos: -41.5,-91.5 parent: 2 - uid: 9680 components: - type: Transform - pos: -26.5,-107.5 + pos: -41.5,-89.5 parent: 2 - uid: 9681 components: - type: Transform - pos: -26.5,-106.5 + pos: -34.5,-110.5 parent: 2 - uid: 9682 components: - type: Transform - pos: -26.5,-105.5 + pos: -34.5,-111.5 parent: 2 - uid: 9683 components: - type: Transform - pos: -27.5,-104.5 + pos: -36.5,-114.5 parent: 2 - uid: 9684 components: - type: Transform - pos: -26.5,-100.5 + pos: 44.5,-52.5 parent: 2 - uid: 9685 components: - type: Transform - pos: -27.5,-102.5 + pos: -65.5,7.5 parent: 2 - uid: 9686 components: - type: Transform - pos: -27.5,-101.5 + pos: 34.5,-82.5 parent: 2 - uid: 9687 components: - type: Transform - pos: -26.5,-97.5 + pos: 38.5,-78.5 parent: 2 - uid: 9688 components: - type: Transform - pos: -25.5,-97.5 + pos: 36.5,7.5 parent: 2 - uid: 9689 components: - type: Transform - pos: -24.5,-97.5 + pos: 34.5,-2.5 parent: 2 - uid: 9690 components: - type: Transform - pos: -20.5,-95.5 + pos: 54.5,-59.5 parent: 2 - uid: 9691 components: - type: Transform - pos: -19.5,-95.5 + pos: 55.5,-59.5 parent: 2 - uid: 9692 components: - type: Transform - pos: -18.5,-95.5 + pos: 71.5,-94.5 parent: 2 - uid: 9693 components: - type: Transform - pos: -17.5,-95.5 + pos: 79.5,-94.5 parent: 2 - uid: 9694 components: - type: Transform - pos: -16.5,-95.5 + pos: 74.5,-94.5 parent: 2 - uid: 9695 components: - type: Transform - pos: -15.5,-95.5 + pos: 72.5,-94.5 parent: 2 - uid: 9696 components: - type: Transform - pos: -15.5,-94.5 + pos: 69.5,-66.5 parent: 2 - uid: 9697 components: - type: Transform - pos: -15.5,-93.5 + pos: 38.5,-77.5 parent: 2 - uid: 9698 components: - type: Transform - pos: -15.5,-92.5 + pos: 71.5,-56.5 parent: 2 - uid: 9699 components: - type: Transform - pos: -15.5,-91.5 + pos: 78.5,-94.5 parent: 2 - uid: 9700 components: - type: Transform - pos: -83.5,26.5 + pos: 78.5,-95.5 parent: 2 - uid: 9701 components: - type: Transform - pos: -79.5,12.5 + pos: 81.5,-96.5 parent: 2 - uid: 9702 components: - type: Transform - pos: -80.5,12.5 + pos: 80.5,-96.5 parent: 2 - uid: 9703 components: - type: Transform - pos: -78.5,14.5 + pos: 71.5,-96.5 parent: 2 - uid: 9704 components: - type: Transform - pos: -79.5,14.5 + pos: 70.5,-56.5 parent: 2 - uid: 9705 components: - type: Transform - pos: -80.5,14.5 + pos: 67.5,-55.5 parent: 2 - uid: 9706 components: - type: Transform - pos: -80.5,13.5 + pos: 69.5,-62.5 parent: 2 - uid: 9707 components: - type: Transform - pos: -77.5,16.5 + pos: 66.5,-59.5 parent: 2 - uid: 9708 components: - type: Transform - pos: -78.5,16.5 + pos: 36.5,-78.5 parent: 2 - uid: 9709 components: - type: Transform - pos: -79.5,16.5 + pos: 66.5,-62.5 parent: 2 - uid: 9710 components: - type: Transform - pos: -80.5,16.5 + pos: 69.5,-65.5 parent: 2 - uid: 9711 components: - type: Transform - pos: -80.5,17.5 + pos: 66.5,-63.5 parent: 2 - uid: 9712 components: - type: Transform - pos: -80.5,18.5 + pos: 39.5,-80.5 parent: 2 - uid: 9713 components: - type: Transform - pos: -79.5,18.5 + pos: 79.5,-52.5 parent: 2 - uid: 9714 components: - type: Transform - pos: -78.5,18.5 + pos: 66.5,-57.5 parent: 2 - uid: 9715 components: - type: Transform - pos: -77.5,18.5 + pos: 66.5,-60.5 parent: 2 - uid: 9716 components: - type: Transform - pos: -84.5,18.5 + pos: 66.5,-58.5 parent: 2 - uid: 9717 components: - type: Transform - pos: -85.5,18.5 + pos: 66.5,-53.5 parent: 2 - uid: 9718 components: - type: Transform - pos: -86.5,18.5 + pos: 14.5,-83.5 parent: 2 - uid: 9719 components: - type: Transform - pos: -87.5,18.5 + pos: -36.5,-113.5 parent: 2 - uid: 9720 components: - type: Transform - pos: -87.5,16.5 + pos: -39.5,-114.5 parent: 2 - uid: 9721 components: - type: Transform - pos: -86.5,16.5 + pos: -36.5,-112.5 parent: 2 - uid: 9722 components: - type: Transform - pos: -85.5,16.5 + pos: -35.5,-114.5 parent: 2 - uid: 9723 components: - type: Transform - pos: -84.5,16.5 + pos: -34.5,-112.5 parent: 2 - uid: 9724 components: - type: Transform - pos: -84.5,17.5 + pos: -34.5,-114.5 parent: 2 - uid: 9725 components: - type: Transform - pos: -86.5,14.5 + pos: -38.5,-114.5 parent: 2 - uid: 9726 components: - type: Transform - pos: -85.5,14.5 + pos: -34.5,-113.5 parent: 2 - uid: 9727 components: - type: Transform - pos: -84.5,14.5 + pos: -34.5,-115.5 parent: 2 - uid: 9728 components: - type: Transform - pos: -84.5,13.5 + pos: -36.5,-115.5 parent: 2 - uid: 9729 components: - type: Transform - pos: -84.5,12.5 + pos: -37.5,-114.5 parent: 2 - uid: 9730 components: - type: Transform - pos: -85.5,12.5 + pos: -36.5,-116.5 parent: 2 - uid: 9731 components: - type: Transform - pos: -86.5,12.5 + pos: -35.5,-116.5 parent: 2 - uid: 9732 components: - type: Transform - pos: -78.5,22.5 + pos: -35.5,-112.5 parent: 2 - uid: 9733 components: - type: Transform - pos: -86.5,24.5 + pos: -34.5,-116.5 parent: 2 - uid: 9734 components: - type: Transform - pos: -82.5,26.5 + pos: -40.5,-114.5 parent: 2 - uid: 9735 components: - type: Transform - pos: -81.5,29.5 + pos: -58.5,-71.5 parent: 2 - uid: 9736 components: - type: Transform - pos: -78.5,23.5 + pos: -58.5,-70.5 parent: 2 - uid: 9737 components: - type: Transform - pos: -86.5,23.5 + pos: -58.5,-73.5 parent: 2 - uid: 9738 components: - type: Transform - pos: -79.5,20.5 + pos: -58.5,-74.5 parent: 2 - uid: 9739 components: - type: Transform - pos: -84.5,23.5 + pos: -58.5,-76.5 parent: 2 - uid: 9740 components: - type: Transform - pos: -81.5,28.5 + pos: -58.5,-75.5 parent: 2 - uid: 9741 components: - type: Transform - pos: -83.5,27.5 + pos: 38.5,-4.5 parent: 2 - uid: 9742 components: - type: Transform - pos: -84.5,22.5 + pos: 40.5,-80.5 parent: 2 - uid: 9743 components: - type: Transform - pos: -83.5,29.5 + pos: 34.5,-0.5 parent: 2 - uid: 9744 components: - type: Transform - pos: -84.5,24.5 + pos: -35.5,-26.5 parent: 2 - uid: 9745 components: - type: Transform - pos: -80.5,24.5 + pos: -36.5,-26.5 parent: 2 - uid: 9746 components: - type: Transform - pos: -80.5,23.5 + pos: 34.5,-1.5 parent: 2 - uid: 9747 components: - type: Transform - pos: -85.5,22.5 + pos: 36.5,-2.5 parent: 2 - uid: 9748 components: - type: Transform - pos: -78.5,24.5 + pos: -37.5,-26.5 parent: 2 - uid: 9749 components: - type: Transform - pos: -86.5,22.5 + pos: -38.5,-26.5 parent: 2 - uid: 9750 components: - type: Transform - pos: -82.5,30.5 + pos: -39.5,-26.5 parent: 2 - uid: 9751 components: - type: Transform - pos: -81.5,27.5 + pos: 38.5,-3.5 parent: 2 - uid: 9752 components: - type: Transform - pos: -81.5,26.5 + pos: -33.5,-26.5 parent: 2 - uid: 9753 components: - type: Transform - pos: -82.5,29.5 + pos: -34.5,-26.5 parent: 2 - uid: 9754 components: - type: Transform - pos: -83.5,28.5 + pos: 68.5,-52.5 parent: 2 - uid: 9755 components: - type: Transform - pos: -85.5,20.5 + pos: 37.5,-5.5 parent: 2 - uid: 9756 components: - type: Transform - pos: 100.5,-63.5 + pos: 37.5,-7.5 parent: 2 - uid: 9757 components: - type: Transform - pos: 100.5,-62.5 + pos: 66.5,-52.5 parent: 2 - uid: 9758 components: - type: Transform - pos: 99.5,-62.5 + pos: 69.5,-63.5 parent: 2 - uid: 9759 components: - type: Transform - pos: 98.5,-62.5 + pos: 67.5,-52.5 parent: 2 - uid: 9760 components: - type: Transform - pos: 97.5,-62.5 + pos: 66.5,-54.5 parent: 2 - uid: 9761 components: - type: Transform - pos: 97.5,-61.5 + pos: 66.5,-56.5 parent: 2 - uid: 9762 components: - type: Transform - pos: 99.5,-61.5 + pos: 80.5,-52.5 parent: 2 - uid: 9763 components: - type: Transform - pos: 98.5,-61.5 + pos: 81.5,-52.5 parent: 2 - uid: 9764 components: - type: Transform - pos: 100.5,-64.5 + pos: 81.5,-53.5 parent: 2 - uid: 9765 components: - type: Transform - pos: 99.5,-64.5 + pos: 81.5,-54.5 parent: 2 - uid: 9766 components: - type: Transform - pos: 98.5,-64.5 + pos: 81.5,-55.5 parent: 2 - uid: 9767 components: - type: Transform - pos: 97.5,-64.5 + pos: 81.5,-56.5 parent: 2 - uid: 9768 components: - type: Transform - pos: 96.5,-64.5 + pos: 81.5,-57.5 parent: 2 - uid: 9769 components: - type: Transform - pos: 44.5,-51.5 + pos: 81.5,-58.5 parent: 2 - uid: 9770 components: - type: Transform - pos: 44.5,-50.5 + pos: 81.5,-59.5 parent: 2 - uid: 9771 components: - type: Transform - pos: 44.5,-49.5 + pos: 81.5,-60.5 parent: 2 - uid: 9772 components: - type: Transform - pos: 44.5,-48.5 + pos: 81.5,-61.5 parent: 2 - uid: 9773 components: - type: Transform - pos: 44.5,-47.5 + pos: 81.5,-62.5 parent: 2 - uid: 9774 components: - type: Transform - pos: 44.5,-46.5 + pos: 81.5,-63.5 parent: 2 - uid: 9775 components: - type: Transform - pos: 44.5,-45.5 + pos: 81.5,-64.5 parent: 2 - uid: 9776 components: - type: Transform - pos: 35.5,-39.5 + pos: 81.5,-65.5 parent: 2 - uid: 9777 components: - type: Transform - pos: 35.5,-40.5 + pos: 81.5,-66.5 parent: 2 - uid: 9778 components: - type: Transform - pos: 36.5,-40.5 + pos: 80.5,-66.5 parent: 2 - uid: 9779 components: - type: Transform - pos: 37.5,-40.5 + pos: 79.5,-66.5 parent: 2 - uid: 9780 components: - type: Transform - pos: 37.5,-39.5 + pos: 78.5,-66.5 parent: 2 - uid: 9781 components: - type: Transform - pos: 38.5,-39.5 + pos: 77.5,-66.5 parent: 2 - uid: 9782 components: - type: Transform - pos: 39.5,-39.5 + pos: 76.5,-66.5 parent: 2 - uid: 9783 components: - type: Transform - pos: 40.5,-39.5 + pos: 75.5,-66.5 parent: 2 - uid: 9784 components: - type: Transform - pos: 29.5,-2.5 + pos: 74.5,-66.5 parent: 2 - uid: 9785 components: - type: Transform - pos: 31.5,-2.5 + pos: 30.5,-2.5 parent: 2 - uid: 9786 components: - type: Transform - pos: -59.5,-40.5 + pos: -59.5,-39.5 parent: 2 - uid: 9787 components: - type: Transform - pos: 37.5,-6.5 + pos: -72.5,-92.5 parent: 2 - uid: 9788 components: - type: Transform - pos: 38.5,-7.5 + pos: -73.5,-92.5 parent: 2 - uid: 9789 components: - type: Transform - pos: -59.5,-41.5 + pos: -70.5,-92.5 parent: 2 - uid: 9790 components: - type: Transform - pos: -59.5,-42.5 + pos: -71.5,-92.5 parent: 2 - uid: 9791 components: - type: Transform - pos: 81.5,-90.5 + pos: -73.5,-94.5 parent: 2 - uid: 9792 components: - type: Transform - pos: -64.5,-107.5 + pos: -70.5,-94.5 parent: 2 - uid: 9793 components: - type: Transform - pos: -64.5,-106.5 + pos: -71.5,-94.5 parent: 2 - uid: 9794 components: - type: Transform - pos: -64.5,-105.5 + pos: -72.5,-94.5 parent: 2 - uid: 9795 components: - type: Transform - pos: -66.5,-107.5 + pos: -71.5,-96.5 parent: 2 - uid: 9796 components: - type: Transform - pos: -66.5,-106.5 + pos: -70.5,-93.5 parent: 2 - uid: 9797 components: - type: Transform - pos: -66.5,-105.5 + pos: -73.5,-96.5 parent: 2 - uid: 9798 components: - type: Transform - pos: -70.5,-107.5 + pos: -72.5,-96.5 parent: 2 - uid: 9799 components: - type: Transform - pos: -70.5,-106.5 + pos: -70.5,-97.5 parent: 2 - uid: 9800 components: - type: Transform - pos: -70.5,-105.5 + pos: -70.5,-96.5 parent: 2 - uid: 9801 components: - type: Transform - pos: -72.5,-107.5 + pos: -67.5,7.5 parent: 2 - uid: 9802 components: - type: Transform - pos: -72.5,-106.5 + pos: -59.5,7.5 parent: 2 - uid: 9803 components: - type: Transform - pos: -72.5,-105.5 + pos: -60.5,7.5 parent: 2 - uid: 9804 components: - type: Transform - pos: -71.5,-105.5 + pos: -72.5,-100.5 parent: 2 - uid: 9805 components: - type: Transform - pos: -71.5,-104.5 + pos: -66.5,-100.5 parent: 2 - uid: 9806 components: - type: Transform - pos: -65.5,-104.5 + pos: -70.5,-98.5 parent: 2 - uid: 9807 components: - type: Transform - pos: -68.5,-104.5 + pos: -70.5,-90.5 parent: 2 - uid: 9808 components: - type: Transform - pos: -68.5,-103.5 + pos: 64.5,-59.5 parent: 2 - uid: 9809 components: - type: Transform - pos: -65.5,-104.5 + pos: 63.5,-59.5 parent: 2 - uid: 9810 components: - type: Transform - pos: -65.5,-105.5 + pos: 34.5,6.5 parent: 2 - uid: 9811 components: - type: Transform - pos: 72.5,-88.5 + pos: -71.5,-88.5 parent: 2 - uid: 9812 components: - type: Transform - pos: 80.5,-90.5 + pos: -64.5,-88.5 parent: 2 - uid: 9813 components: - type: Transform - pos: 80.5,-92.5 + pos: -72.5,-88.5 parent: 2 - uid: 9814 components: - type: Transform - pos: 71.5,-90.5 + pos: -70.5,-89.5 parent: 2 - uid: 9815 components: - type: Transform - pos: 70.5,-92.5 + pos: -70.5,-88.5 parent: 2 - uid: 9816 components: - type: Transform - pos: 78.5,-91.5 + pos: -58.5,-77.5 parent: 2 - uid: 9817 components: - type: Transform - pos: 82.5,-90.5 + pos: 34.5,1.5 parent: 2 - uid: 9818 components: - type: Transform - pos: 73.5,-88.5 + pos: 34.5,4.5 parent: 2 - uid: 9819 components: - type: Transform - pos: 74.5,-88.5 + pos: 34.5,3.5 parent: 2 - uid: 9820 components: - type: Transform - pos: 70.5,-90.5 + pos: 34.5,-80.5 parent: 2 - uid: 9821 components: - type: Transform - pos: 72.5,-86.5 + pos: 82.5,-92.5 parent: 2 - uid: 9822 components: - type: Transform - pos: 74.5,-87.5 + pos: 71.5,-88.5 parent: 2 - uid: 9823 components: - type: Transform - pos: 71.5,-86.5 + pos: 73.5,-86.5 parent: 2 - uid: 9824 components: - type: Transform - pos: 74.5,-86.5 + pos: 72.5,-90.5 parent: 2 - uid: 9825 components: - type: Transform - pos: 81.5,-88.5 + pos: 73.5,-90.5 parent: 2 - uid: 9826 components: - type: Transform - pos: 80.5,-88.5 + pos: 71.5,-92.5 parent: 2 - uid: 9827 components: - type: Transform - pos: 79.5,-88.5 + pos: 74.5,-92.5 parent: 2 - uid: 9828 components: - type: Transform - pos: 78.5,-88.5 + pos: 72.5,-92.5 parent: 2 - uid: 9829 components: - type: Transform - pos: 81.5,-86.5 + pos: 74.5,-91.5 parent: 2 - uid: 9830 components: - type: Transform - pos: 80.5,-86.5 + pos: 78.5,-90.5 parent: 2 - uid: 9831 components: - type: Transform - pos: 79.5,-86.5 + pos: 78.5,-92.5 parent: 2 - uid: 9832 components: - type: Transform - pos: 78.5,-86.5 + pos: 79.5,-92.5 parent: 2 - uid: 9833 components: - type: Transform - pos: 78.5,-87.5 + pos: 73.5,-92.5 parent: 2 - uid: 9834 components: - type: Transform - pos: 76.5,-97.5 + pos: 81.5,-92.5 parent: 2 - uid: 9835 components: - type: Transform - pos: 76.5,-96.5 + pos: -71.5,-98.5 parent: 2 - uid: 9836 components: - type: Transform - pos: 70.5,-66.5 + pos: -72.5,-98.5 parent: 2 - uid: 9837 components: - type: Transform - pos: 71.5,-66.5 + pos: -64.5,-100.5 parent: 2 - uid: 9838 components: - type: Transform - pos: 72.5,-66.5 + pos: -64.5,-96.5 parent: 2 - uid: 9839 components: - type: Transform - pos: 73.5,-66.5 + pos: -62.5,-96.5 parent: 2 - uid: 9840 components: - type: Transform - pos: 74.5,-52.5 + pos: -63.5,-96.5 parent: 2 - uid: 9841 components: - type: Transform - pos: 73.5,-52.5 + pos: -66.5,-94.5 parent: 2 - uid: 9842 components: - type: Transform - pos: 72.5,-52.5 + pos: -64.5,-90.5 parent: 2 - uid: 9843 components: - type: Transform - pos: 71.5,-52.5 + pos: -65.5,-94.5 parent: 2 - uid: 9844 components: - type: Transform - pos: 70.5,-52.5 + pos: -66.5,-92.5 parent: 2 - uid: 9845 components: - type: Transform - pos: 69.5,-52.5 + pos: -65.5,-92.5 parent: 2 - uid: 9846 components: - type: Transform - pos: 39.5,-79.5 + pos: -64.5,-92.5 parent: 2 - uid: 9847 components: - type: Transform - pos: 36.5,-76.5 + pos: -64.5,-94.5 parent: 2 - uid: 9848 components: - type: Transform - pos: 39.5,-83.5 + pos: -63.5,-94.5 parent: 2 - uid: 9849 components: - type: Transform - pos: -62.5,-20.5 + pos: -66.5,-93.5 parent: 2 - uid: 9850 components: - type: Transform - pos: -62.5,-18.5 + pos: -63.5,-92.5 parent: 2 - uid: 9851 components: - type: Transform - pos: -62.5,-19.5 + pos: -65.5,-90.5 parent: 2 - uid: 9852 components: - type: Transform - pos: 61.5,-51.5 + pos: -66.5,-90.5 parent: 2 - uid: 9853 components: - type: Transform - pos: 29.5,-36.5 + pos: -65.5,-88.5 parent: 2 - uid: 9854 components: - type: Transform - pos: 29.5,-35.5 + pos: -66.5,-89.5 parent: 2 - uid: 9855 components: - type: Transform - pos: 28.5,-35.5 + pos: -66.5,-88.5 parent: 2 - uid: 9856 components: - type: Transform - pos: 27.5,-35.5 + pos: -73.5,-98.5 parent: 2 - uid: 9857 components: - type: Transform - pos: 62.5,-51.5 + pos: -74.5,-98.5 parent: 2 - uid: 9858 components: - type: Transform - pos: 60.5,-55.5 + pos: -71.5,-100.5 parent: 2 - uid: 9859 components: - type: Transform - pos: 60.5,-56.5 + pos: -64.5,-102.5 parent: 2 - uid: 9860 components: - type: Transform - pos: -62.5,-17.5 + pos: -66.5,-98.5 parent: 2 - uid: 9861 components: - type: Transform - pos: 67.5,-11.5 + pos: -65.5,-102.5 parent: 2 - uid: 9862 components: - type: Transform - pos: 74.5,-6.5 + pos: -65.5,-98.5 parent: 2 - uid: 9863 components: - type: Transform - pos: 74.5,-7.5 + pos: -66.5,-102.5 parent: 2 - uid: 9864 components: - type: Transform - pos: -61.5,-17.5 + pos: -66.5,-101.5 parent: 2 - uid: 9865 components: - type: Transform - pos: -6.5,-5.5 + pos: -65.5,-100.5 parent: 2 - uid: 9866 components: - type: Transform - pos: -6.5,-4.5 + pos: -64.5,-98.5 parent: 2 - uid: 9867 components: - type: Transform - pos: -5.5,-4.5 + pos: 44.5,-53.5 parent: 2 - uid: 9868 components: - type: Transform - pos: -4.5,-4.5 + pos: 44.5,-54.5 parent: 2 - uid: 9869 components: - type: Transform - pos: 0.5,-7.5 + pos: 44.5,-55.5 parent: 2 - uid: 9870 components: - type: Transform - pos: 1.5,-7.5 + pos: 79.5,-90.5 parent: 2 - uid: 9871 components: - type: Transform - pos: 2.5,-7.5 + pos: -70.5,-101.5 parent: 2 - uid: 9872 components: - type: Transform - pos: 3.5,-7.5 + pos: 34.5,2.5 parent: 2 - uid: 9873 components: - type: Transform - pos: 4.5,-7.5 + pos: -63.5,-98.5 parent: 2 - uid: 9874 components: - type: Transform - pos: 5.5,-7.5 + pos: -70.5,-100.5 parent: 2 - uid: 9875 components: - type: Transform - pos: 5.5,-6.5 + pos: -71.5,-102.5 parent: 2 - uid: 9876 components: - type: Transform - pos: 52.5,-89.5 + pos: -70.5,-102.5 parent: 2 - uid: 9877 components: - type: Transform - pos: 90.5,-3.5 + pos: -72.5,-102.5 parent: 2 - uid: 9878 components: - type: Transform - pos: 90.5,-5.5 + pos: -62.5,-98.5 parent: 2 - uid: 9879 components: - type: Transform - pos: 90.5,-6.5 + pos: -66.5,-96.5 parent: 2 - uid: 9880 components: - type: Transform - pos: 90.5,-7.5 + pos: -65.5,-96.5 parent: 2 - uid: 9881 components: - type: Transform - pos: 90.5,-4.5 + pos: -40.5,-112.5 parent: 2 - uid: 9882 components: - type: Transform - pos: 90.5,-8.5 + pos: -39.5,-112.5 parent: 2 - uid: 9883 components: - type: Transform - pos: 89.5,-8.5 + pos: -40.5,-113.5 parent: 2 - uid: 9884 components: - type: Transform - pos: 88.5,-8.5 + pos: 75.5,-52.5 parent: 2 - uid: 9885 components: - type: Transform - pos: 87.5,-8.5 + pos: -66.5,-97.5 parent: 2 - uid: 9886 components: - type: Transform - pos: 86.5,-8.5 + pos: 74.5,-90.5 parent: 2 - uid: 9887 components: - type: Transform - pos: 85.5,-8.5 + pos: -71.5,-90.5 parent: 2 - uid: 9888 components: - type: Transform - pos: 84.5,-8.5 + pos: 75.5,-50.5 parent: 2 - uid: 9889 components: - type: Transform - pos: 83.5,-8.5 + pos: 69.5,-55.5 parent: 2 - uid: 9890 components: - type: Transform - pos: 82.5,-8.5 + pos: -78.5,12.5 parent: 2 - uid: 9891 components: - type: Transform - pos: 81.5,-8.5 + pos: 70.5,-62.5 parent: 2 - uid: 9892 components: - type: Transform - pos: 80.5,-8.5 + pos: 69.5,-56.5 parent: 2 - uid: 9893 components: - type: Transform - pos: 79.5,-8.5 + pos: 71.5,-62.5 parent: 2 - uid: 9894 components: - type: Transform - pos: 78.5,-8.5 + pos: 75.5,-51.5 parent: 2 - uid: 9895 components: - type: Transform - pos: 76.5,-8.5 + pos: 33.5,-2.5 parent: 2 - uid: 9896 components: - type: Transform - pos: 75.5,-8.5 + pos: 40.5,-78.5 parent: 2 - uid: 9897 components: - type: Transform - pos: 74.5,-8.5 + pos: -58.5,-72.5 parent: 2 - uid: 9898 components: - type: Transform - pos: 73.5,-8.5 + pos: -57.5,-77.5 parent: 2 - uid: 9899 components: - type: Transform - pos: 77.5,-8.5 + pos: -72.5,-90.5 parent: 2 - uid: 9900 components: - type: Transform - pos: 72.5,-8.5 + pos: 39.5,-78.5 parent: 2 - uid: 9901 components: - type: Transform - pos: 70.5,-8.5 + pos: 26.5,-30.5 parent: 2 - uid: 9902 components: - type: Transform - pos: 69.5,-8.5 + pos: 25.5,-30.5 parent: 2 - uid: 9903 components: - type: Transform - pos: 71.5,-8.5 + pos: 24.5,-30.5 parent: 2 - uid: 9904 components: - type: Transform - pos: 69.5,-9.5 + pos: 23.5,-30.5 parent: 2 - uid: 9905 components: - type: Transform - pos: 69.5,-10.5 + pos: 23.5,-31.5 parent: 2 - uid: 9906 components: - type: Transform - pos: 69.5,-11.5 + pos: 23.5,-32.5 parent: 2 - uid: 9907 components: - type: Transform - pos: 68.5,-11.5 + pos: 23.5,-33.5 parent: 2 - uid: 9908 components: - type: Transform - pos: 69.5,-13.5 + pos: -27.5,-41.5 parent: 2 - uid: 9909 components: - type: Transform - pos: 69.5,-14.5 + pos: -26.5,-41.5 parent: 2 - uid: 9910 components: - type: Transform - pos: -61.5,-16.5 + pos: -26.5,-42.5 parent: 2 - uid: 9911 components: - type: Transform - pos: 67.5,-12.5 + pos: -26.5,-43.5 parent: 2 - uid: 9912 components: - type: Transform - pos: 69.5,-12.5 + pos: -26.5,-44.5 parent: 2 - uid: 9913 components: - type: Transform - pos: 59.5,-54.5 + pos: -26.5,-45.5 parent: 2 - uid: 9914 components: - type: Transform - pos: 56.5,-54.5 + pos: -27.5,-45.5 parent: 2 - uid: 9915 components: - type: Transform - pos: 41.5,12.5 + pos: -76.5,10.5 parent: 2 - uid: 9916 components: - type: Transform - pos: 42.5,12.5 + pos: -66.5,3.5 parent: 2 - uid: 9917 components: - type: Transform - pos: 43.5,12.5 + pos: -65.5,3.5 parent: 2 - uid: 9918 components: - type: Transform - pos: 43.5,13.5 + pos: -65.5,4.5 parent: 2 - uid: 9919 components: - type: Transform - pos: 43.5,14.5 + pos: -35.5,9.5 parent: 2 - uid: 9920 components: - type: Transform - pos: 44.5,15.5 + pos: -79.5,21.5 parent: 2 - uid: 9921 components: - type: Transform - pos: 44.5,14.5 + pos: -79.5,22.5 parent: 2 - uid: 9922 components: - type: Transform - pos: -9.5,-56.5 + pos: -80.5,22.5 parent: 2 - uid: 9923 components: - type: Transform - pos: -11.5,-60.5 + pos: -85.5,21.5 parent: 2 - uid: 9924 components: - type: Transform - pos: 29.5,24.5 + pos: -82.5,25.5 parent: 2 - uid: 9925 components: - type: Transform - pos: -7.5,-53.5 + pos: -40.5,-26.5 parent: 2 - uid: 9926 components: - type: Transform - pos: -9.5,-60.5 + pos: -41.5,-26.5 parent: 2 - uid: 9927 components: - type: Transform - pos: -8.5,-60.5 + pos: 59.5,-59.5 parent: 2 - uid: 9928 components: - type: Transform - pos: -7.5,-60.5 + pos: 60.5,-59.5 parent: 2 - uid: 9929 components: - type: Transform - pos: -6.5,-60.5 + pos: 44.5,-56.5 parent: 2 - uid: 9930 components: - type: Transform - pos: -6.5,-59.5 + pos: 45.5,-56.5 parent: 2 - uid: 9931 components: - type: Transform - pos: -6.5,-58.5 + pos: 46.5,-56.5 parent: 2 - uid: 9932 components: - type: Transform - pos: -6.5,-57.5 + pos: 47.5,-56.5 parent: 2 - uid: 9933 components: - type: Transform - pos: -6.5,-56.5 + pos: 48.5,-56.5 parent: 2 - uid: 9934 components: - type: Transform - pos: -7.5,-55.5 + pos: 49.5,-56.5 parent: 2 - uid: 9935 components: - type: Transform - pos: -9.5,-55.5 + pos: 50.5,-56.5 parent: 2 - uid: 9936 components: - type: Transform - pos: -11.5,-55.5 + pos: 51.5,-56.5 parent: 2 - uid: 9937 components: - type: Transform - pos: -11.5,-56.5 + pos: 52.5,-56.5 parent: 2 - uid: 9938 components: - type: Transform - pos: -11.5,-57.5 + pos: 53.5,-56.5 parent: 2 - uid: 9939 components: - type: Transform - pos: -11.5,-58.5 + pos: 54.5,-56.5 parent: 2 - uid: 9940 components: - type: Transform - pos: -11.5,-59.5 + pos: 54.5,-88.5 parent: 2 - uid: 9941 components: - type: Transform - pos: -7.5,-59.5 + pos: 53.5,-88.5 parent: 2 - uid: 9942 components: - type: Transform - pos: -7.5,-58.5 + pos: 52.5,-88.5 parent: 2 - uid: 9943 components: - type: Transform - pos: -7.5,-57.5 + pos: 52.5,-87.5 parent: 2 - uid: 9944 components: - type: Transform - pos: -7.5,-56.5 + pos: -53.5,-94.5 parent: 2 - uid: 9945 components: - type: Transform - pos: -12.5,-60.5 + pos: -54.5,-94.5 parent: 2 - uid: 9946 components: - type: Transform - pos: -12.5,-59.5 + pos: -55.5,-94.5 parent: 2 - uid: 9947 components: - type: Transform - pos: -12.5,-58.5 + pos: -55.5,-95.5 parent: 2 - uid: 9948 components: - type: Transform - pos: -12.5,-57.5 + pos: -55.5,-96.5 parent: 2 - uid: 9949 components: - type: Transform - pos: -12.5,-56.5 + pos: -55.5,-97.5 parent: 2 - uid: 9950 components: - type: Transform - pos: 26.5,17.5 + pos: -55.5,-98.5 parent: 2 - uid: 9951 components: - type: Transform - pos: 26.5,20.5 + pos: -55.5,-99.5 parent: 2 - uid: 9952 components: - type: Transform - pos: 26.5,19.5 + pos: -55.5,-100.5 parent: 2 - uid: 9953 components: - type: Transform - pos: 26.5,18.5 + pos: -55.5,-101.5 parent: 2 - uid: 9954 components: - type: Transform - pos: 26.5,21.5 + pos: -55.5,-102.5 parent: 2 - uid: 9955 components: - type: Transform - pos: 26.5,22.5 + pos: -55.5,-103.5 parent: 2 - uid: 9956 components: - type: Transform - pos: 27.5,24.5 + pos: -54.5,-103.5 parent: 2 - uid: 9957 components: - type: Transform - pos: 26.5,16.5 + pos: -55.5,-106.5 parent: 2 - uid: 9958 components: - type: Transform - pos: 28.5,24.5 + pos: -55.5,-104.5 parent: 2 - uid: 9959 components: - type: Transform - pos: 26.5,24.5 + pos: -55.5,-105.5 parent: 2 - uid: 9960 components: - type: Transform - pos: 26.5,23.5 + pos: -54.5,-106.5 parent: 2 - uid: 9961 components: - type: Transform - pos: -20.5,-97.5 + pos: -53.5,-106.5 parent: 2 - uid: 9962 components: - type: Transform - pos: -23.5,-97.5 + pos: -52.5,-106.5 parent: 2 - uid: 9963 components: - type: Transform - pos: -22.5,-97.5 + pos: -51.5,-106.5 parent: 2 - uid: 9964 components: - type: Transform - pos: -20.5,-96.5 + pos: -50.5,-106.5 parent: 2 - uid: 9965 components: - type: Transform - pos: -21.5,-97.5 + pos: -49.5,-106.5 parent: 2 - uid: 9966 components: - type: Transform - pos: -27.5,-105.5 + pos: -49.5,-105.5 parent: 2 - uid: 9967 components: - type: Transform - pos: 30.5,24.5 + pos: -48.5,-105.5 parent: 2 - uid: 9968 components: - type: Transform - pos: 30.5,25.5 + pos: -47.5,-105.5 parent: 2 - uid: 9969 components: - type: Transform - pos: 40.5,25.5 + pos: -46.5,-105.5 parent: 2 - uid: 9970 components: - type: Transform - pos: 31.5,25.5 + pos: -45.5,-105.5 parent: 2 - uid: 9971 components: - type: Transform - pos: 32.5,25.5 + pos: -44.5,-105.5 parent: 2 - uid: 9972 components: - type: Transform - pos: 33.5,25.5 + pos: -43.5,-105.5 parent: 2 - uid: 9973 components: - type: Transform - pos: 34.5,25.5 + pos: -42.5,-105.5 parent: 2 - uid: 9974 components: - type: Transform - pos: 35.5,25.5 + pos: -41.5,-105.5 parent: 2 - uid: 9975 components: - type: Transform - pos: 36.5,25.5 + pos: -40.5,-105.5 parent: 2 - uid: 9976 components: - type: Transform - pos: 37.5,25.5 + pos: -39.5,-105.5 parent: 2 - uid: 9977 components: - type: Transform - pos: 38.5,25.5 + pos: -38.5,-105.5 parent: 2 - uid: 9978 components: - type: Transform - pos: 39.5,25.5 + pos: -38.5,-106.5 parent: 2 - uid: 9979 components: - type: Transform - pos: 41.5,25.5 + pos: -38.5,-107.5 parent: 2 - uid: 9980 components: - type: Transform - pos: 41.5,24.5 + pos: -38.5,-108.5 parent: 2 - uid: 9981 components: - type: Transform - pos: 41.5,23.5 + pos: -38.5,-109.5 parent: 2 - uid: 9982 components: - type: Transform - pos: 41.5,22.5 + pos: -39.5,-109.5 parent: 2 - uid: 9983 components: - type: Transform - pos: 41.5,21.5 + pos: -40.5,-109.5 parent: 2 - uid: 9984 components: - type: Transform - pos: 41.5,20.5 + pos: -41.5,-109.5 parent: 2 - uid: 9985 components: - type: Transform - pos: 41.5,19.5 + pos: -42.5,-109.5 parent: 2 - uid: 9986 components: - type: Transform - pos: 41.5,18.5 + pos: -42.5,-110.5 parent: 2 - uid: 9987 components: - type: Transform - pos: 41.5,17.5 + pos: -37.5,-109.5 parent: 2 - uid: 9988 components: - type: Transform - pos: -27.5,-103.5 + pos: -36.5,-109.5 parent: 2 - uid: 9989 components: - type: Transform - pos: 71.5,-61.5 + pos: -35.5,-109.5 parent: 2 - uid: 9990 components: - type: Transform - pos: 71.5,-58.5 + pos: -34.5,-109.5 parent: 2 - uid: 9991 components: - type: Transform - pos: 71.5,-60.5 + pos: -33.5,-109.5 parent: 2 - uid: 9992 components: - type: Transform - pos: 73.5,-64.5 + pos: -32.5,-109.5 parent: 2 - uid: 9993 components: - type: Transform - pos: 72.5,-64.5 + pos: -31.5,-109.5 parent: 2 - uid: 9994 components: - type: Transform - pos: 71.5,-64.5 + pos: -30.5,-109.5 parent: 2 - uid: 9995 components: - type: Transform - pos: 71.5,-63.5 + pos: -30.5,-110.5 parent: 2 - uid: 9996 components: - type: Transform - pos: 71.5,-65.5 + pos: -29.5,-110.5 parent: 2 - uid: 9997 components: - type: Transform - pos: 71.5,-57.5 + pos: -28.5,-110.5 parent: 2 - uid: 9998 components: - type: Transform - pos: 71.5,-55.5 + pos: -27.5,-110.5 parent: 2 - uid: 9999 components: - type: Transform - pos: 71.5,-54.5 + pos: -26.5,-110.5 parent: 2 - uid: 10000 components: - type: Transform - pos: 71.5,-53.5 + pos: -26.5,-109.5 parent: 2 - uid: 10001 components: - type: Transform - pos: 74.5,-64.5 + pos: -26.5,-108.5 parent: 2 - uid: 10002 components: - type: Transform - pos: 75.5,-64.5 + pos: -26.5,-107.5 parent: 2 - uid: 10003 components: - type: Transform - pos: 76.5,-64.5 + pos: -26.5,-106.5 parent: 2 - uid: 10004 components: - type: Transform - pos: 77.5,-64.5 + pos: -26.5,-105.5 parent: 2 - uid: 10005 components: - type: Transform - pos: 78.5,-64.5 + pos: -27.5,-104.5 parent: 2 - uid: 10006 components: - type: Transform - pos: 79.5,-64.5 + pos: -26.5,-100.5 parent: 2 - uid: 10007 components: - type: Transform - pos: 72.5,-54.5 + pos: -27.5,-102.5 parent: 2 - uid: 10008 components: - type: Transform - pos: 73.5,-54.5 + pos: -27.5,-101.5 parent: 2 - uid: 10009 components: - type: Transform - pos: 74.5,-54.5 + pos: -26.5,-97.5 parent: 2 - uid: 10010 components: - type: Transform - pos: 75.5,-54.5 + pos: -25.5,-97.5 parent: 2 - uid: 10011 components: - type: Transform - pos: 76.5,-54.5 + pos: -24.5,-97.5 parent: 2 - uid: 10012 components: - type: Transform - pos: 77.5,-54.5 + pos: -20.5,-95.5 parent: 2 - uid: 10013 components: - type: Transform - pos: 78.5,-54.5 + pos: -19.5,-95.5 parent: 2 - uid: 10014 components: - type: Transform - pos: 79.5,-54.5 + pos: -18.5,-95.5 parent: 2 -- proto: CableHVStack - entities: - uid: 10015 components: - type: Transform - pos: 63.523483,-69.58788 + pos: -17.5,-95.5 parent: 2 - uid: 10016 components: - type: Transform - pos: 40.435307,-35.304787 + pos: -16.5,-95.5 parent: 2 - uid: 10017 components: - type: Transform - pos: 44.55705,-62.383957 + pos: -15.5,-95.5 parent: 2 - uid: 10018 components: - type: Transform - pos: 52.871582,-84.37189 + pos: -15.5,-94.5 parent: 2 - uid: 10019 components: - type: Transform - pos: 49.548855,-79.334694 + pos: -15.5,-93.5 parent: 2 - uid: 10020 components: - type: Transform - pos: 48.565575,-60.509502 + pos: -15.5,-92.5 parent: 2 - uid: 10021 components: - type: Transform - pos: -70.5,9.5 + pos: -15.5,-91.5 parent: 2 - uid: 10022 components: - type: Transform - pos: -56.5,-87.5 + pos: -83.5,26.5 parent: 2 - uid: 10023 + components: + - type: Transform + pos: -79.5,12.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: -80.5,12.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -78.5,14.5 + parent: 2 + - uid: 10026 + components: + - type: Transform + pos: -79.5,14.5 + parent: 2 + - uid: 10027 + components: + - type: Transform + pos: -80.5,14.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: -80.5,13.5 + parent: 2 + - uid: 10029 + components: + - type: Transform + pos: -77.5,16.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: -78.5,16.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: -79.5,16.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: -80.5,16.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: -80.5,17.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: -80.5,18.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: -79.5,18.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: -78.5,18.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + pos: -77.5,18.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: -84.5,18.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: -85.5,18.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: -86.5,18.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + pos: -87.5,18.5 + parent: 2 + - uid: 10042 + components: + - type: Transform + pos: -87.5,16.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 10044 + components: + - type: Transform + pos: -85.5,16.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: -84.5,16.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: -84.5,17.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: -85.5,14.5 + parent: 2 + - uid: 10049 + components: + - type: Transform + pos: -84.5,14.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -84.5,13.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -84.5,12.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + pos: -85.5,12.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -86.5,12.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + pos: -78.5,22.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: -86.5,24.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + pos: -81.5,29.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: -78.5,23.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + pos: -79.5,20.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: -81.5,28.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: -83.5,27.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + pos: -84.5,22.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: -83.5,29.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + pos: -84.5,24.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: -80.5,24.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: -85.5,22.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + pos: -78.5,24.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + pos: -86.5,22.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + pos: -82.5,30.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + pos: -81.5,27.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + pos: -82.5,29.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: -83.5,28.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: -85.5,20.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + pos: 100.5,-63.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: 100.5,-62.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: 99.5,-62.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + pos: 98.5,-62.5 + parent: 2 + - uid: 10082 + components: + - type: Transform + pos: 97.5,-62.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: 97.5,-61.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: 99.5,-61.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: 98.5,-61.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: 100.5,-64.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + pos: 99.5,-64.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: 98.5,-64.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + pos: 97.5,-64.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: 96.5,-64.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: 44.5,-51.5 + parent: 2 + - uid: 10092 + components: + - type: Transform + pos: 44.5,-50.5 + parent: 2 + - uid: 10093 + components: + - type: Transform + pos: 44.5,-49.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + pos: 44.5,-48.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: 44.5,-47.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: 44.5,-46.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + pos: 44.5,-45.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + pos: 35.5,-39.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: 37.5,-40.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + pos: 37.5,-39.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: 38.5,-39.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + pos: 39.5,-39.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + pos: -59.5,-40.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + pos: -59.5,-41.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + pos: -59.5,-42.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: 81.5,-90.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + pos: -64.5,-107.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -64.5,-106.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -64.5,-105.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + pos: -66.5,-107.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -66.5,-106.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: -66.5,-105.5 + parent: 2 + - uid: 10120 + components: + - type: Transform + pos: -70.5,-107.5 + parent: 2 + - uid: 10121 + components: + - type: Transform + pos: -70.5,-106.5 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: -70.5,-105.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: -72.5,-107.5 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: -72.5,-106.5 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: -72.5,-105.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: -71.5,-105.5 + parent: 2 + - uid: 10127 + components: + - type: Transform + pos: -71.5,-104.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: -65.5,-104.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -68.5,-104.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + pos: -68.5,-103.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + pos: -65.5,-104.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + pos: -65.5,-105.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + pos: 72.5,-88.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: 80.5,-90.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: 80.5,-92.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: 71.5,-90.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: 70.5,-92.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: 78.5,-91.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: 82.5,-90.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + pos: 73.5,-88.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + pos: 74.5,-88.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + pos: 70.5,-90.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: 72.5,-86.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: 74.5,-87.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + pos: 71.5,-86.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + pos: 74.5,-86.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + pos: 81.5,-88.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + pos: 80.5,-88.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: 79.5,-88.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: 78.5,-88.5 + parent: 2 + - uid: 10151 + components: + - type: Transform + pos: 81.5,-86.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: 80.5,-86.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: 79.5,-86.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: 78.5,-86.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: 78.5,-87.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: 76.5,-97.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: 76.5,-96.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: 70.5,-66.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: 71.5,-66.5 + parent: 2 + - uid: 10160 + components: + - type: Transform + pos: 72.5,-66.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: 73.5,-66.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + pos: 74.5,-52.5 + parent: 2 + - uid: 10163 + components: + - type: Transform + pos: 73.5,-52.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: 72.5,-52.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: 71.5,-52.5 + parent: 2 + - uid: 10166 + components: + - type: Transform + pos: 70.5,-52.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: 69.5,-52.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: 39.5,-79.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: 36.5,-76.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + pos: 39.5,-83.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: -62.5,-20.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: -62.5,-18.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -62.5,-19.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: 61.5,-51.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: 27.5,-35.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: 62.5,-51.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: 60.5,-55.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: 60.5,-56.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 67.5,-11.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: 74.5,-6.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: 74.5,-7.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: 52.5,-89.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: 90.5,-3.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: 90.5,-5.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: 90.5,-6.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: 90.5,-7.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: 90.5,-4.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: 90.5,-8.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: 89.5,-8.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: 88.5,-8.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: 87.5,-8.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: 86.5,-8.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: 85.5,-8.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: 84.5,-8.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: 83.5,-8.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: 82.5,-8.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: 81.5,-8.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: 80.5,-8.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: 79.5,-8.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: 78.5,-8.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: 76.5,-8.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: 75.5,-8.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: 74.5,-8.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: 73.5,-8.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: 77.5,-8.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: 72.5,-8.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: 70.5,-8.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: 69.5,-8.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: 71.5,-8.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: 69.5,-9.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: 69.5,-10.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: 69.5,-11.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: 68.5,-11.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: 69.5,-13.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: 69.5,-14.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: 67.5,-12.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: 69.5,-12.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: 59.5,-54.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: 56.5,-54.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: 44.5,14.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: -11.5,-60.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: -9.5,-60.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: -6.5,-60.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: -12.5,-60.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: -12.5,-58.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: 27.5,24.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: -20.5,-97.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: -23.5,-97.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: -22.5,-97.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: -20.5,-96.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: -21.5,-97.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: -27.5,-105.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 30.5,25.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 40.5,25.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 31.5,25.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: 33.5,25.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: 38.5,25.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: 39.5,25.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: 41.5,25.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 41.5,24.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 41.5,23.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 41.5,21.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 41.5,20.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 41.5,18.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: -27.5,-103.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: 71.5,-58.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: 71.5,-60.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: 73.5,-64.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 72.5,-64.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 71.5,-64.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: 71.5,-63.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: 71.5,-65.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 71.5,-57.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 71.5,-55.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: 71.5,-54.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: 71.5,-53.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: 75.5,-64.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: 76.5,-64.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: 77.5,-64.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: 78.5,-64.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 79.5,-64.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: 72.5,-54.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: 73.5,-54.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: 74.5,-54.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 75.5,-54.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 76.5,-54.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 77.5,-54.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: 78.5,-54.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: 79.5,-54.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: -1.5,-49.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: -1.5,-50.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: 2.5,-49.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + pos: 2.5,-47.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: 5.5,-47.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: 7.5,-47.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: 8.5,-47.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 10347 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: 11.5,-45.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 10396 + components: + - type: Transform + pos: 63.523483,-69.58788 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: 40.435307,-35.304787 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: 44.55705,-62.383957 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: 52.871582,-84.37189 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: 49.548855,-79.334694 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: 48.565575,-60.509502 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -70.5,9.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: -56.5,-87.5 + parent: 2 + - uid: 10404 components: - type: Transform pos: -68.49442,-15.338656 parent: 2 - proto: CableHVStack10 entities: - - uid: 10024 + - uid: 10405 components: - type: Transform pos: 109.41077,-22.645552 parent: 2 - proto: CableMV entities: - - uid: 10025 + - uid: 10406 components: - type: Transform pos: 76.5,-64.5 parent: 2 - - uid: 10026 + - uid: 10407 components: - type: Transform pos: 43.5,6.5 parent: 2 - - uid: 10027 + - uid: 10408 components: - type: Transform pos: 41.5,6.5 parent: 2 - - uid: 10028 + - uid: 10409 components: - type: Transform pos: 43.5,0.5 parent: 2 - - uid: 10029 + - uid: 10410 components: - type: Transform pos: 43.5,3.5 parent: 2 - - uid: 10030 + - uid: 10411 components: - type: Transform pos: 43.5,2.5 parent: 2 - - uid: 10031 + - uid: 10412 components: - type: Transform pos: 43.5,1.5 parent: 2 - - uid: 10032 + - uid: 10413 components: - type: Transform pos: 43.5,4.5 parent: 2 - - uid: 10033 + - uid: 10414 components: - type: Transform pos: 43.5,5.5 parent: 2 - - uid: 10034 + - uid: 10415 components: - type: Transform pos: 39.5,-3.5 parent: 2 - - uid: 10035 + - uid: 10416 components: - type: Transform pos: 39.5,-5.5 parent: 2 - - uid: 10036 + - uid: 10417 components: - type: Transform pos: -23.5,-93.5 parent: 2 - - uid: 10037 + - uid: 10418 components: - type: Transform pos: -37.5,7.5 parent: 2 - - uid: 10038 + - uid: 10419 components: - type: Transform pos: 36.5,17.5 parent: 2 - - uid: 10039 + - uid: 10420 components: - type: Transform pos: 45.5,23.5 parent: 2 - - uid: 10040 + - uid: 10421 components: - type: Transform pos: -82.5,-3.5 parent: 2 - - uid: 10041 + - uid: 10422 components: - type: Transform pos: -7.5,-96.5 parent: 2 - - uid: 10042 + - uid: 10423 components: - type: Transform pos: 10.5,-10.5 parent: 2 - - uid: 10043 + - uid: 10424 components: - type: Transform pos: 15.5,-11.5 parent: 2 - - uid: 10044 + - uid: 10425 components: - type: Transform pos: 11.5,-9.5 parent: 2 - - uid: 10045 + - uid: 10426 components: - type: Transform pos: 11.5,-8.5 parent: 2 - - uid: 10046 + - uid: 10427 components: - type: Transform pos: -7.5,-94.5 parent: 2 - - uid: 10047 + - uid: 10428 components: - type: Transform pos: 36.5,16.5 parent: 2 - - uid: 10048 + - uid: 10429 components: - type: Transform pos: 41.5,20.5 parent: 2 - - uid: 10049 + - uid: 10430 components: - type: Transform pos: 41.5,21.5 parent: 2 - - uid: 10050 + - uid: 10431 components: - type: Transform pos: 40.5,25.5 parent: 2 - - uid: 10051 + - uid: 10432 components: - type: Transform pos: -7.5,-95.5 parent: 2 - - uid: 10052 + - uid: 10433 components: - type: Transform pos: -7.5,-97.5 parent: 2 - - uid: 10053 + - uid: 10434 components: - type: Transform pos: 46.5,25.5 parent: 2 - - uid: 10054 + - uid: 10435 components: - type: Transform pos: -64.5,3.5 parent: 2 - - uid: 10055 + - uid: 10436 components: - type: Transform pos: 0.5,-74.5 parent: 2 - - uid: 10056 + - uid: 10437 components: - type: Transform pos: 34.5,18.5 parent: 2 - - uid: 10057 + - uid: 10438 components: - type: Transform pos: 12.5,-8.5 parent: 2 - - uid: 10058 + - uid: 10439 components: - type: Transform pos: 13.5,-8.5 parent: 2 - - uid: 10059 + - uid: 10440 components: - type: Transform pos: -37.5,6.5 parent: 2 - - uid: 10060 + - uid: 10441 components: - type: Transform pos: 41.5,23.5 parent: 2 - - uid: 10061 + - uid: 10442 components: - type: Transform pos: 41.5,25.5 parent: 2 - - uid: 10062 + - uid: 10443 components: - type: Transform pos: 38.5,25.5 parent: 2 - - uid: 10063 + - uid: 10444 components: - type: Transform pos: 39.5,25.5 parent: 2 - - uid: 10064 + - uid: 10445 components: - type: Transform pos: 37.5,25.5 parent: 2 - - uid: 10065 + - uid: 10446 components: - type: Transform pos: 36.5,25.5 parent: 2 - - uid: 10066 + - uid: 10447 components: - type: Transform pos: 35.5,17.5 parent: 2 - - uid: 10067 + - uid: 10448 components: - type: Transform pos: -66.5,3.5 parent: 2 - - uid: 10068 + - uid: 10449 components: - type: Transform pos: 45.5,24.5 parent: 2 - - uid: 10069 + - uid: 10450 components: - type: Transform pos: -23.5,-95.5 parent: 2 - - uid: 10070 + - uid: 10451 components: - type: Transform pos: -23.5,-94.5 parent: 2 - - uid: 10071 + - uid: 10452 components: - type: Transform pos: -23.5,-96.5 parent: 2 - - uid: 10072 + - uid: 10453 components: - type: Transform pos: 52.5,-18.5 parent: 2 - - uid: 10073 + - uid: 10454 components: - type: Transform pos: 43.5,-0.5 parent: 2 - - uid: 10074 + - uid: 10455 components: - type: Transform pos: 59.5,-18.5 parent: 2 - - uid: 10075 + - uid: 10456 components: - type: Transform pos: 44.5,-7.5 parent: 2 - - uid: 10076 + - uid: 10457 components: - type: Transform pos: 44.5,-8.5 parent: 2 - - uid: 10077 + - uid: 10458 components: - type: Transform pos: 63.5,-6.5 parent: 2 - - uid: 10078 + - uid: 10459 components: - type: Transform pos: 44.5,-13.5 parent: 2 - - uid: 10079 + - uid: 10460 components: - type: Transform pos: 44.5,-14.5 parent: 2 - - uid: 10080 + - uid: 10461 components: - type: Transform pos: 60.5,-18.5 parent: 2 - - uid: 10081 + - uid: 10462 components: - type: Transform pos: -62.5,-15.5 parent: 2 - - uid: 10082 + - uid: 10463 components: - type: Transform pos: 44.5,-0.5 parent: 2 - - uid: 10083 + - uid: 10464 components: - type: Transform pos: 55.5,-22.5 parent: 2 - - uid: 10084 + - uid: 10465 components: - type: Transform pos: 56.5,-18.5 parent: 2 - - uid: 10085 + - uid: 10466 components: - type: Transform pos: -61.5,-17.5 parent: 2 - - uid: 10086 + - uid: 10467 components: - type: Transform pos: 59.5,12.5 parent: 2 - - uid: 10087 + - uid: 10468 components: - type: Transform pos: 47.5,-16.5 parent: 2 - - uid: 10088 + - uid: 10469 components: - type: Transform pos: 44.5,19.5 parent: 2 - - uid: 10089 + - uid: 10470 components: - type: Transform pos: 47.5,-18.5 parent: 2 - - uid: 10090 + - uid: 10471 components: - type: Transform pos: 44.5,-2.5 parent: 2 - - uid: 10091 + - uid: 10472 components: - type: Transform pos: -54.5,-24.5 parent: 2 - - uid: 10092 + - uid: 10473 components: - type: Transform pos: 64.5,-11.5 parent: 2 - - uid: 10093 + - uid: 10474 components: - type: Transform pos: 65.5,-11.5 parent: 2 - - uid: 10094 + - uid: 10475 components: - type: Transform pos: 62.5,-11.5 parent: 2 - - uid: 10095 + - uid: 10476 components: - type: Transform pos: 63.5,-11.5 parent: 2 - - uid: 10096 + - uid: 10477 components: - type: Transform pos: 66.5,-11.5 parent: 2 - - uid: 10097 + - uid: 10478 components: - type: Transform pos: 27.5,-39.5 parent: 2 - - uid: 10098 + - uid: 10479 components: - type: Transform pos: 68.5,-12.5 parent: 2 - - uid: 10099 + - uid: 10480 components: - type: Transform pos: 27.5,-36.5 parent: 2 - - uid: 10100 + - uid: 10481 components: - type: Transform pos: -32.5,-113.5 parent: 2 - - uid: 10101 + - uid: 10482 components: - type: Transform pos: 37.5,-4.5 parent: 2 - - uid: 10102 + - uid: 10483 components: - type: Transform pos: 106.5,-55.5 parent: 2 - - uid: 10103 + - uid: 10484 components: - type: Transform pos: 109.5,-49.5 parent: 2 - - uid: 10104 + - uid: 10485 components: - type: Transform pos: 35.5,-10.5 parent: 2 - - uid: 10105 + - uid: 10486 components: - type: Transform pos: 75.5,-47.5 parent: 2 - - uid: 10106 + - uid: 10487 components: - type: Transform pos: 34.5,-10.5 parent: 2 - - uid: 10107 + - uid: 10488 components: - type: Transform pos: 28.5,1.5 parent: 2 - - uid: 10108 + - uid: 10489 components: - type: Transform pos: 33.5,-10.5 parent: 2 - - uid: 10109 + - uid: 10490 components: - type: Transform pos: 32.5,-10.5 parent: 2 - - uid: 10110 + - uid: 10491 components: - type: Transform pos: 31.5,-10.5 parent: 2 - - uid: 10111 + - uid: 10492 components: - type: Transform pos: 37.5,-10.5 parent: 2 - - uid: 10112 + - uid: 10493 components: - type: Transform pos: 23.5,3.5 parent: 2 - - uid: 10113 + - uid: 10494 components: - type: Transform pos: 36.5,-10.5 parent: 2 - - uid: 10114 + - uid: 10495 components: - type: Transform pos: 37.5,-11.5 parent: 2 - - uid: 10115 + - uid: 10496 components: - type: Transform pos: 37.5,-12.5 parent: 2 - - uid: 10116 + - uid: 10497 components: - type: Transform pos: 39.5,-12.5 parent: 2 - - uid: 10117 + - uid: 10498 components: - type: Transform pos: 26.5,1.5 parent: 2 - - uid: 10118 + - uid: 10499 components: - type: Transform pos: 38.5,-12.5 parent: 2 - - uid: 10119 + - uid: 10500 components: - type: Transform pos: 23.5,2.5 parent: 2 - - uid: 10120 + - uid: 10501 components: - type: Transform pos: 23.5,5.5 parent: 2 - - uid: 10121 + - uid: 10502 components: - type: Transform pos: 23.5,1.5 parent: 2 - - uid: 10122 + - uid: 10503 components: - type: Transform pos: -63.5,-69.5 parent: 2 - - uid: 10123 + - uid: 10504 components: - type: Transform pos: -62.5,-69.5 parent: 2 - - uid: 10124 + - uid: 10505 components: - type: Transform pos: 73.5,-45.5 parent: 2 - - uid: 10125 + - uid: 10506 components: - type: Transform pos: -38.5,-116.5 parent: 2 - - uid: 10126 + - uid: 10507 components: - type: Transform pos: -33.5,-118.5 parent: 2 - - uid: 10127 + - uid: 10508 components: - type: Transform pos: -40.5,-116.5 parent: 2 - - uid: 10128 + - uid: 10509 components: - type: Transform pos: 38.5,-83.5 parent: 2 - - uid: 10129 + - uid: 10510 components: - type: Transform pos: -39.5,-116.5 parent: 2 - - uid: 10130 + - uid: 10511 components: - type: Transform pos: 35.5,-81.5 parent: 2 - - uid: 10131 + - uid: 10512 components: - type: Transform pos: 48.5,-86.5 parent: 2 - - uid: 10132 + - uid: 10513 components: - type: Transform pos: 35.5,-80.5 parent: 2 - - uid: 10133 + - uid: 10514 components: - type: Transform pos: 79.5,-46.5 parent: 2 - - uid: 10134 + - uid: 10515 components: - type: Transform pos: 108.5,-51.5 parent: 2 - - uid: 10135 + - uid: 10516 components: - type: Transform pos: 107.5,-55.5 parent: 2 - - uid: 10136 + - uid: 10517 components: - type: Transform pos: -39.5,-26.5 parent: 2 - - uid: 10137 + - uid: 10518 components: - type: Transform pos: -38.5,-26.5 parent: 2 - - uid: 10138 + - uid: 10519 components: - type: Transform pos: -37.5,-26.5 parent: 2 - - uid: 10139 + - uid: 10520 components: - type: Transform pos: -36.5,-26.5 parent: 2 - - uid: 10140 + - uid: 10521 components: - type: Transform pos: -35.5,-26.5 parent: 2 - - uid: 10141 + - uid: 10522 components: - type: Transform pos: -34.5,-26.5 parent: 2 - - uid: 10142 + - uid: 10523 components: - type: Transform pos: -33.5,-26.5 parent: 2 - - uid: 10143 + - uid: 10524 components: - type: Transform pos: -58.5,-70.5 parent: 2 - - uid: 10144 + - uid: 10525 components: - type: Transform pos: -56.5,-69.5 parent: 2 - - uid: 10145 + - uid: 10526 components: - type: Transform pos: -49.5,-68.5 parent: 2 - - uid: 10146 + - uid: 10527 components: - type: Transform pos: 23.5,6.5 parent: 2 - - uid: 10147 + - uid: 10528 components: - type: Transform pos: 23.5,8.5 parent: 2 - - uid: 10148 + - uid: 10529 components: - type: Transform pos: 27.5,11.5 parent: 2 - - uid: 10149 + - uid: 10530 components: - type: Transform pos: 28.5,11.5 parent: 2 - - uid: 10150 + - uid: 10531 components: - type: Transform pos: -32.5,-26.5 parent: 2 - - uid: 10151 + - uid: 10532 components: - type: Transform pos: 23.5,18.5 parent: 2 - - uid: 10152 + - uid: 10533 components: - type: Transform pos: -60.5,-25.5 parent: 2 - - uid: 10153 + - uid: 10534 components: - type: Transform pos: 71.5,-54.5 parent: 2 - - uid: 10154 + - uid: 10535 components: - type: Transform pos: 53.5,-86.5 parent: 2 - - uid: 10155 + - uid: 10536 components: - type: Transform pos: 49.5,-86.5 parent: 2 - - uid: 10156 + - uid: 10537 components: - type: Transform pos: 52.5,-86.5 parent: 2 - - uid: 10157 + - uid: 10538 components: - type: Transform pos: 51.5,-86.5 parent: 2 - - uid: 10158 + - uid: 10539 components: - type: Transform pos: 66.5,-46.5 parent: 2 - - uid: 10159 + - uid: 10540 components: - type: Transform pos: 64.5,-46.5 parent: 2 - - uid: 10160 + - uid: 10541 components: - type: Transform pos: 67.5,-63.5 parent: 2 - - uid: 10161 + - uid: 10542 components: - type: Transform pos: 62.5,-46.5 parent: 2 - - uid: 10162 + - uid: 10543 components: - type: Transform pos: 67.5,-45.5 parent: 2 - - uid: 10163 + - uid: 10544 components: - type: Transform pos: 73.5,-46.5 parent: 2 - - uid: 10164 + - uid: 10545 components: - type: Transform pos: 63.5,-46.5 parent: 2 - - uid: 10165 + - uid: 10546 components: - type: Transform pos: 65.5,-46.5 parent: 2 - - uid: 10166 + - uid: 10547 components: - type: Transform pos: 67.5,-46.5 parent: 2 - - uid: 10167 + - uid: 10548 components: - type: Transform pos: 73.5,-44.5 parent: 2 - - uid: 10168 + - uid: 10549 components: - type: Transform pos: 67.5,-44.5 parent: 2 - - uid: 10169 + - uid: 10550 components: - type: Transform pos: 68.5,-44.5 parent: 2 - - uid: 10170 + - uid: 10551 components: - type: Transform pos: 69.5,-44.5 parent: 2 - - uid: 10171 + - uid: 10552 components: - type: Transform pos: 70.5,-44.5 parent: 2 - - uid: 10172 + - uid: 10553 components: - type: Transform pos: 53.5,-85.5 parent: 2 - - uid: 10173 + - uid: 10554 components: - type: Transform pos: 19.5,-86.5 parent: 2 - - uid: 10174 + - uid: 10555 components: - type: Transform pos: 71.5,-44.5 parent: 2 - - uid: 10175 + - uid: 10556 components: - type: Transform pos: 79.5,-24.5 parent: 2 - - uid: 10176 + - uid: 10557 components: - type: Transform pos: 72.5,-44.5 parent: 2 - - uid: 10177 + - uid: 10558 components: - type: Transform pos: 19.5,-87.5 parent: 2 - - uid: 10178 + - uid: 10559 components: - type: Transform pos: -56.5,-85.5 parent: 2 - - uid: 10179 + - uid: 10560 components: - type: Transform pos: -55.5,-85.5 parent: 2 - - uid: 10180 + - uid: 10561 components: - type: Transform pos: -55.5,-84.5 parent: 2 - - uid: 10181 + - uid: 10562 components: - type: Transform pos: 71.5,-34.5 parent: 2 - - uid: 10182 + - uid: 10563 components: - type: Transform pos: 71.5,-33.5 parent: 2 - - uid: 10183 + - uid: 10564 components: - type: Transform pos: -67.5,-52.5 parent: 2 - - uid: 10184 + - uid: 10565 components: - type: Transform pos: 64.5,-68.5 parent: 2 - - uid: 10185 + - uid: 10566 components: - type: Transform pos: 11.5,7.5 parent: 2 - - uid: 10186 + - uid: 10567 components: - type: Transform pos: 11.5,6.5 parent: 2 - - uid: 10187 + - uid: 10568 components: - type: Transform pos: -67.5,-51.5 parent: 2 - - uid: 10188 + - uid: 10569 components: - type: Transform pos: 66.5,-63.5 parent: 2 - - uid: 10189 + - uid: 10570 components: - type: Transform pos: 34.5,-82.5 parent: 2 - - uid: 10190 + - uid: 10571 components: - type: Transform pos: 35.5,-82.5 parent: 2 - - uid: 10191 + - uid: 10572 components: - type: Transform pos: 36.5,-82.5 parent: 2 - - uid: 10192 + - uid: 10573 components: - type: Transform pos: 37.5,-82.5 parent: 2 - - uid: 10193 + - uid: 10574 components: - type: Transform pos: 39.5,-83.5 parent: 2 - - uid: 10194 + - uid: 10575 components: - type: Transform pos: 40.5,-83.5 parent: 2 - - uid: 10195 + - uid: 10576 components: - type: Transform pos: 41.5,-83.5 parent: 2 - - uid: 10196 + - uid: 10577 components: - type: Transform pos: 42.5,-83.5 parent: 2 - - uid: 10197 + - uid: 10578 components: - type: Transform pos: 43.5,-83.5 parent: 2 - - uid: 10198 + - uid: 10579 components: - type: Transform pos: 44.5,-83.5 parent: 2 - - uid: 10199 + - uid: 10580 components: - type: Transform pos: 45.5,-83.5 parent: 2 - - uid: 10200 + - uid: 10581 components: - type: Transform pos: 46.5,-83.5 parent: 2 - - uid: 10201 + - uid: 10582 components: - type: Transform pos: 46.5,-82.5 parent: 2 - - uid: 10202 + - uid: 10583 components: - type: Transform pos: 46.5,-81.5 parent: 2 - - uid: 10203 + - uid: 10584 components: - type: Transform pos: 46.5,-80.5 parent: 2 - - uid: 10204 + - uid: 10585 components: - type: Transform pos: 45.5,-80.5 parent: 2 - - uid: 10205 + - uid: 10586 components: - type: Transform pos: 44.5,-80.5 parent: 2 - - uid: 10206 + - uid: 10587 components: - type: Transform pos: 47.5,-83.5 parent: 2 - - uid: 10207 + - uid: 10588 components: - type: Transform pos: 48.5,-83.5 parent: 2 - - uid: 10208 + - uid: 10589 components: - type: Transform pos: 49.5,-83.5 parent: 2 - - uid: 10209 + - uid: 10590 components: - type: Transform pos: 50.5,-83.5 parent: 2 - - uid: 10210 + - uid: 10591 components: - type: Transform pos: 51.5,-83.5 parent: 2 - - uid: 10211 + - uid: 10592 components: - type: Transform pos: 52.5,-83.5 parent: 2 - - uid: 10212 + - uid: 10593 components: - type: Transform pos: 52.5,-82.5 parent: 2 - - uid: 10213 + - uid: 10594 components: - type: Transform pos: 52.5,-81.5 parent: 2 - - uid: 10214 + - uid: 10595 components: - type: Transform pos: 52.5,-80.5 parent: 2 - - uid: 10215 + - uid: 10596 components: - type: Transform pos: 51.5,-80.5 parent: 2 - - uid: 10216 + - uid: 10597 components: - type: Transform pos: 46.5,-79.5 parent: 2 - - uid: 10217 + - uid: 10598 components: - type: Transform pos: 46.5,-78.5 parent: 2 - - uid: 10218 + - uid: 10599 components: - type: Transform pos: 47.5,-78.5 parent: 2 - - uid: 10219 + - uid: 10600 components: - type: Transform pos: 48.5,-78.5 parent: 2 - - uid: 10220 + - uid: 10601 components: - type: Transform pos: 49.5,-78.5 parent: 2 - - uid: 10221 + - uid: 10602 components: - type: Transform pos: 49.5,-77.5 parent: 2 - - uid: 10222 + - uid: 10603 components: - type: Transform pos: 49.5,-76.5 parent: 2 - - uid: 10223 + - uid: 10604 components: - type: Transform pos: 49.5,-75.5 parent: 2 - - uid: 10224 + - uid: 10605 components: - type: Transform pos: 49.5,-74.5 parent: 2 - - uid: 10225 + - uid: 10606 components: - type: Transform pos: 49.5,-73.5 parent: 2 - - uid: 10226 + - uid: 10607 components: - type: Transform pos: 49.5,-72.5 parent: 2 - - uid: 10227 + - uid: 10608 components: - type: Transform pos: 49.5,-71.5 parent: 2 - - uid: 10228 + - uid: 10609 components: - type: Transform pos: 48.5,-71.5 parent: 2 - - uid: 10229 + - uid: 10610 components: - type: Transform pos: 47.5,-71.5 parent: 2 - - uid: 10230 + - uid: 10611 components: - type: Transform pos: 49.5,-70.5 parent: 2 - - uid: 10231 + - uid: 10612 components: - type: Transform pos: 49.5,-69.5 parent: 2 - - uid: 10232 + - uid: 10613 components: - type: Transform pos: 50.5,-69.5 parent: 2 - - uid: 10233 + - uid: 10614 components: - type: Transform pos: 51.5,-69.5 parent: 2 - - uid: 10234 + - uid: 10615 components: - type: Transform pos: 52.5,-69.5 parent: 2 - - uid: 10235 + - uid: 10616 components: - type: Transform pos: 53.5,-69.5 parent: 2 - - uid: 10236 + - uid: 10617 components: - type: Transform pos: 54.5,-69.5 parent: 2 - - uid: 10237 + - uid: 10618 components: - type: Transform pos: 54.5,-70.5 parent: 2 - - uid: 10238 + - uid: 10619 components: - type: Transform pos: 54.5,-71.5 parent: 2 - - uid: 10239 + - uid: 10620 components: - type: Transform pos: 54.5,-72.5 parent: 2 - - uid: 10240 + - uid: 10621 components: - type: Transform pos: 54.5,-73.5 parent: 2 - - uid: 10241 + - uid: 10622 components: - type: Transform pos: 55.5,-73.5 parent: 2 - - uid: 10242 + - uid: 10623 components: - type: Transform pos: 56.5,-73.5 parent: 2 - - uid: 10243 + - uid: 10624 components: - type: Transform pos: 56.5,-74.5 parent: 2 - - uid: 10244 + - uid: 10625 components: - type: Transform pos: 65.5,-68.5 parent: 2 - - uid: 10245 + - uid: 10626 components: - type: Transform pos: 66.5,-68.5 parent: 2 - - uid: 10246 + - uid: 10627 components: - type: Transform pos: 53.5,-46.5 parent: 2 - - uid: 10247 + - uid: 10628 components: - type: Transform pos: 53.5,-47.5 parent: 2 - - uid: 10248 + - uid: 10629 components: - type: Transform pos: 54.5,-47.5 parent: 2 - - uid: 10249 + - uid: 10630 components: - type: Transform pos: 55.5,-47.5 parent: 2 - - uid: 10250 + - uid: 10631 components: - type: Transform pos: 56.5,-47.5 parent: 2 - - uid: 10251 + - uid: 10632 components: - type: Transform pos: 57.5,-47.5 parent: 2 - - uid: 10252 + - uid: 10633 components: - type: Transform pos: 58.5,-47.5 parent: 2 - - uid: 10253 + - uid: 10634 components: - type: Transform pos: 59.5,-47.5 parent: 2 - - uid: 10254 + - uid: 10635 components: - type: Transform pos: 60.5,-47.5 parent: 2 - - uid: 10255 + - uid: 10636 components: - type: Transform pos: 61.5,-47.5 parent: 2 - - uid: 10256 + - uid: 10637 components: - type: Transform pos: 68.5,-63.5 parent: 2 - - uid: 10257 + - uid: 10638 components: - type: Transform pos: 52.5,-56.5 parent: 2 - - uid: 10258 + - uid: 10639 components: - type: Transform pos: 51.5,-56.5 parent: 2 - - uid: 10259 + - uid: 10640 components: - type: Transform pos: 50.5,-56.5 parent: 2 - - uid: 10260 + - uid: 10641 components: - type: Transform pos: 49.5,-56.5 parent: 2 - - uid: 10261 + - uid: 10642 components: - type: Transform pos: 48.5,-56.5 parent: 2 - - uid: 10262 + - uid: 10643 components: - type: Transform pos: 48.5,-55.5 parent: 2 - - uid: 10263 + - uid: 10644 components: - type: Transform pos: 48.5,-54.5 parent: 2 - - uid: 10264 + - uid: 10645 components: - type: Transform pos: 48.5,-53.5 parent: 2 - - uid: 10265 + - uid: 10646 components: - type: Transform pos: 48.5,-52.5 parent: 2 - - uid: 10266 + - uid: 10647 components: - type: Transform pos: 47.5,-52.5 parent: 2 - - uid: 10267 + - uid: 10648 components: - type: Transform pos: 48.5,-57.5 parent: 2 - - uid: 10268 + - uid: 10649 components: - type: Transform pos: 47.5,-57.5 parent: 2 - - uid: 10269 + - uid: 10650 components: - type: Transform pos: 46.5,-57.5 parent: 2 - - uid: 10270 + - uid: 10651 components: - type: Transform pos: 45.5,-57.5 parent: 2 - - uid: 10271 + - uid: 10652 components: - type: Transform pos: 44.5,-57.5 parent: 2 - - uid: 10272 + - uid: 10653 components: - type: Transform pos: 43.5,-57.5 parent: 2 - - uid: 10273 + - uid: 10654 components: - type: Transform pos: 43.5,-56.5 parent: 2 - - uid: 10274 + - uid: 10655 components: - type: Transform pos: 43.5,-55.5 parent: 2 - - uid: 10275 + - uid: 10656 components: - type: Transform pos: 43.5,-54.5 parent: 2 - - uid: 10276 + - uid: 10657 components: - type: Transform pos: 43.5,-53.5 parent: 2 - - uid: 10277 + - uid: 10658 components: - type: Transform pos: 43.5,-52.5 parent: 2 - - uid: 10278 + - uid: 10659 components: - type: Transform pos: 43.5,-51.5 parent: 2 - - uid: 10279 + - uid: 10660 components: - type: Transform pos: 42.5,-51.5 parent: 2 - - uid: 10280 + - uid: 10661 components: - type: Transform pos: 41.5,-51.5 parent: 2 - - uid: 10281 + - uid: 10662 components: - type: Transform pos: 41.5,-50.5 parent: 2 - - uid: 10282 + - uid: 10663 components: - type: Transform pos: 52.5,-57.5 parent: 2 - - uid: 10283 + - uid: 10664 components: - type: Transform pos: 52.5,-58.5 parent: 2 - - uid: 10284 + - uid: 10665 components: - type: Transform pos: 52.5,-59.5 parent: 2 - - uid: 10285 + - uid: 10666 components: - type: Transform pos: 52.5,-60.5 parent: 2 - - uid: 10286 + - uid: 10667 components: - type: Transform pos: 53.5,-60.5 parent: 2 - - uid: 10287 + - uid: 10668 components: - type: Transform pos: 54.5,-60.5 parent: 2 - - uid: 10288 + - uid: 10669 components: - type: Transform pos: 55.5,-60.5 parent: 2 - - uid: 10289 + - uid: 10670 components: - type: Transform pos: 56.5,-60.5 parent: 2 - - uid: 10290 + - uid: 10671 components: - type: Transform pos: 57.5,-60.5 parent: 2 - - uid: 10291 + - uid: 10672 components: - type: Transform pos: 57.5,-61.5 parent: 2 - - uid: 10292 + - uid: 10673 components: - type: Transform pos: 57.5,-62.5 parent: 2 - - uid: 10293 + - uid: 10674 components: - type: Transform pos: 57.5,-63.5 parent: 2 - - uid: 10294 + - uid: 10675 components: - type: Transform pos: 56.5,-63.5 parent: 2 - - uid: 10295 + - uid: 10676 components: - type: Transform pos: 55.5,-63.5 parent: 2 - - uid: 10296 + - uid: 10677 components: - type: Transform pos: 78.5,-46.5 parent: 2 - - uid: 10297 + - uid: 10678 components: - type: Transform pos: 81.5,-45.5 parent: 2 - - uid: 10298 + - uid: 10679 components: - type: Transform pos: 54.5,-48.5 parent: 2 - - uid: 10299 + - uid: 10680 components: - type: Transform pos: 64.5,-60.5 parent: 2 - - uid: 10300 + - uid: 10681 components: - type: Transform pos: 64.5,-61.5 parent: 2 - - uid: 10301 + - uid: 10682 components: - type: Transform pos: 64.5,-62.5 parent: 2 - - uid: 10302 + - uid: 10683 components: - type: Transform pos: 64.5,-63.5 parent: 2 - - uid: 10303 + - uid: 10684 components: - type: Transform pos: 32.5,-82.5 parent: 2 - - uid: 10304 + - uid: 10685 components: - type: Transform pos: 32.5,-81.5 parent: 2 - - uid: 10305 + - uid: 10686 components: - type: Transform pos: 32.5,-80.5 parent: 2 - - uid: 10306 + - uid: 10687 components: - type: Transform pos: 32.5,-79.5 parent: 2 - - uid: 10307 + - uid: 10688 components: - type: Transform pos: 32.5,-78.5 parent: 2 - - uid: 10308 + - uid: 10689 components: - type: Transform pos: 32.5,-77.5 parent: 2 - - uid: 10309 + - uid: 10690 components: - type: Transform pos: 32.5,-76.5 parent: 2 - - uid: 10310 + - uid: 10691 components: - type: Transform pos: 32.5,-75.5 parent: 2 - - uid: 10311 + - uid: 10692 components: - type: Transform pos: 33.5,-82.5 parent: 2 - - uid: 10312 + - uid: 10693 components: - type: Transform pos: 33.5,-75.5 parent: 2 - - uid: 10313 + - uid: 10694 components: - type: Transform pos: 34.5,-75.5 parent: 2 - - uid: 10314 + - uid: 10695 components: - type: Transform pos: 35.5,-75.5 parent: 2 - - uid: 10315 + - uid: 10696 components: - type: Transform pos: 36.5,-75.5 parent: 2 - - uid: 10316 + - uid: 10697 components: - type: Transform pos: 37.5,-75.5 parent: 2 - - uid: 10317 + - uid: 10698 components: - type: Transform pos: 38.5,-75.5 parent: 2 - - uid: 10318 + - uid: 10699 components: - type: Transform pos: 39.5,-75.5 parent: 2 - - uid: 10319 + - uid: 10700 components: - type: Transform pos: 39.5,-74.5 parent: 2 - - uid: 10320 + - uid: 10701 components: - type: Transform pos: 39.5,-73.5 parent: 2 - - uid: 10321 + - uid: 10702 components: - type: Transform pos: 39.5,-72.5 parent: 2 - - uid: 10322 + - uid: 10703 components: - type: Transform pos: 39.5,-71.5 parent: 2 - - uid: 10323 + - uid: 10704 components: - type: Transform pos: 39.5,-70.5 parent: 2 - - uid: 10324 + - uid: 10705 components: - type: Transform pos: 38.5,-72.5 parent: 2 - - uid: 10325 + - uid: 10706 components: - type: Transform pos: 37.5,-72.5 parent: 2 - - uid: 10326 + - uid: 10707 components: - type: Transform pos: 36.5,-72.5 parent: 2 - - uid: 10327 + - uid: 10708 components: - type: Transform pos: 36.5,-71.5 parent: 2 - - uid: 10328 + - uid: 10709 components: - type: Transform pos: 36.5,-70.5 parent: 2 - - uid: 10329 + - uid: 10710 components: - type: Transform pos: 35.5,-70.5 parent: 2 - - uid: 10330 + - uid: 10711 components: - type: Transform pos: 39.5,-69.5 parent: 2 - - uid: 10331 + - uid: 10712 components: - type: Transform pos: 39.5,-68.5 parent: 2 - - uid: 10332 + - uid: 10713 components: - type: Transform pos: 40.5,-68.5 parent: 2 - - uid: 10333 + - uid: 10714 components: - type: Transform pos: 40.5,-67.5 parent: 2 - - uid: 10334 + - uid: 10715 components: - type: Transform pos: 40.5,-66.5 parent: 2 - - uid: 10335 + - uid: 10716 components: - type: Transform pos: 40.5,-65.5 parent: 2 - - uid: 10336 + - uid: 10717 components: - type: Transform pos: 40.5,-64.5 parent: 2 - - uid: 10337 + - uid: 10718 components: - type: Transform pos: 40.5,-63.5 parent: 2 - - uid: 10338 + - uid: 10719 components: - type: Transform pos: 40.5,-62.5 parent: 2 - - uid: 10339 + - uid: 10720 components: - type: Transform pos: 40.5,-61.5 parent: 2 - - uid: 10340 + - uid: 10721 components: - type: Transform pos: 40.5,-60.5 parent: 2 - - uid: 10341 + - uid: 10722 components: - type: Transform pos: 39.5,-60.5 parent: 2 - - uid: 10342 + - uid: 10723 components: - type: Transform pos: 41.5,-68.5 parent: 2 - - uid: 10343 + - uid: 10724 components: - type: Transform pos: 42.5,-68.5 parent: 2 - - uid: 10344 + - uid: 10725 components: - type: Transform pos: 43.5,-68.5 parent: 2 - - uid: 10345 + - uid: 10726 components: - type: Transform pos: 44.5,-68.5 parent: 2 - - uid: 10346 + - uid: 10727 components: - type: Transform pos: 45.5,-68.5 parent: 2 - - uid: 10347 + - uid: 10728 components: - type: Transform pos: 46.5,-68.5 parent: 2 - - uid: 10348 + - uid: 10729 components: - type: Transform pos: 47.5,-68.5 parent: 2 - - uid: 10349 + - uid: 10730 components: - type: Transform pos: 48.5,-68.5 parent: 2 - - uid: 10350 + - uid: 10731 components: - type: Transform pos: 49.5,-68.5 parent: 2 - - uid: 10351 + - uid: 10732 components: - type: Transform pos: 33.5,-23.5 parent: 2 - - uid: 10352 + - uid: 10733 components: - type: Transform pos: 34.5,-23.5 parent: 2 - - uid: 10353 + - uid: 10734 components: - type: Transform pos: 35.5,-23.5 parent: 2 - - uid: 10354 + - uid: 10735 components: - type: Transform pos: 35.5,-22.5 parent: 2 - - uid: 10355 + - uid: 10736 components: - type: Transform pos: 35.5,-21.5 parent: 2 - - uid: 10356 + - uid: 10737 components: - type: Transform pos: 35.5,-20.5 parent: 2 - - uid: 10357 + - uid: 10738 components: - type: Transform pos: 36.5,-20.5 parent: 2 - - uid: 10358 + - uid: 10739 components: - type: Transform pos: 37.5,-20.5 parent: 2 - - uid: 10359 + - uid: 10740 components: - type: Transform pos: 38.5,-20.5 parent: 2 - - uid: 10360 + - uid: 10741 components: - type: Transform pos: 39.5,-20.5 parent: 2 - - uid: 10361 + - uid: 10742 components: - type: Transform pos: 40.5,-20.5 parent: 2 - - uid: 10362 + - uid: 10743 components: - type: Transform pos: 40.5,-19.5 parent: 2 - - uid: 10363 + - uid: 10744 components: - type: Transform pos: 40.5,-18.5 parent: 2 - - uid: 10364 + - uid: 10745 components: - type: Transform pos: 40.5,-17.5 parent: 2 - - uid: 10365 + - uid: 10746 components: - type: Transform pos: 40.5,-16.5 parent: 2 - - uid: 10366 + - uid: 10747 components: - type: Transform pos: 40.5,-15.5 parent: 2 - - uid: 10367 + - uid: 10748 components: - type: Transform pos: 40.5,-14.5 parent: 2 - - uid: 10368 + - uid: 10749 components: - type: Transform pos: 40.5,-13.5 parent: 2 - - uid: 10369 + - uid: 10750 components: - type: Transform pos: 40.5,-12.5 parent: 2 - - uid: 10370 + - uid: 10751 components: - type: Transform pos: 40.5,-11.5 parent: 2 - - uid: 10371 + - uid: 10752 components: - type: Transform pos: 40.5,-10.5 parent: 2 - - uid: 10372 + - uid: 10753 components: - type: Transform pos: 40.5,-9.5 parent: 2 - - uid: 10373 + - uid: 10754 components: - type: Transform pos: 40.5,-8.5 parent: 2 - - uid: 10374 + - uid: 10755 components: - type: Transform pos: 40.5,-7.5 parent: 2 - - uid: 10375 + - uid: 10756 components: - type: Transform pos: 39.5,-7.5 parent: 2 - - uid: 10376 + - uid: 10757 components: - type: Transform pos: 39.5,-4.5 parent: 2 - - uid: 10377 + - uid: 10758 components: - type: Transform pos: 40.5,-4.5 parent: 2 - - uid: 10378 + - uid: 10759 components: - type: Transform pos: -42.5,-34.5 parent: 2 - - uid: 10379 + - uid: 10760 components: - type: Transform pos: 50.5,-18.5 parent: 2 - - uid: 10380 + - uid: 10761 components: - type: Transform pos: 55.5,-20.5 parent: 2 - - uid: 10381 + - uid: 10762 components: - type: Transform pos: 44.5,-4.5 parent: 2 - - uid: 10382 + - uid: 10763 components: - type: Transform pos: 47.5,-17.5 parent: 2 - - uid: 10383 - components: - - type: Transform - pos: 54.5,-18.5 - parent: 2 - - uid: 10384 - components: - - type: Transform - pos: 54.5,-22.5 - parent: 2 - - uid: 10385 - components: - - type: Transform - pos: 55.5,-16.5 - parent: 2 - - uid: 10386 - components: - - type: Transform - pos: 35.5,-24.5 - parent: 2 - - uid: 10387 - components: - - type: Transform - pos: 35.5,-25.5 - parent: 2 - - uid: 10388 - components: - - type: Transform - pos: 35.5,-26.5 - parent: 2 - - uid: 10389 - components: - - type: Transform - pos: 35.5,-27.5 - parent: 2 - - uid: 10390 - components: - - type: Transform - pos: 35.5,-28.5 - parent: 2 - - uid: 10391 - components: - - type: Transform - pos: 35.5,-29.5 - parent: 2 - - uid: 10392 - components: - - type: Transform - pos: 36.5,-29.5 - parent: 2 - - uid: 10393 - components: - - type: Transform - pos: 37.5,-29.5 - parent: 2 - - uid: 10394 - components: - - type: Transform - pos: 38.5,-29.5 - parent: 2 - - uid: 10395 - components: - - type: Transform - pos: 39.5,-29.5 - parent: 2 - - uid: 10396 - components: - - type: Transform - pos: 40.5,-29.5 - parent: 2 - - uid: 10397 - components: - - type: Transform - pos: 41.5,-29.5 - parent: 2 - - uid: 10398 - components: - - type: Transform - pos: 42.5,-29.5 - parent: 2 - - uid: 10399 - components: - - type: Transform - pos: 43.5,-29.5 - parent: 2 - - uid: 10400 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 2 - - uid: 10401 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 2 - - uid: 10402 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 2 - - uid: 10403 - components: - - type: Transform - pos: 44.5,-26.5 - parent: 2 - - uid: 10404 - components: - - type: Transform - pos: 45.5,-26.5 - parent: 2 - - uid: 10405 - components: - - type: Transform - pos: 46.5,-26.5 - parent: 2 - - uid: 10406 - components: - - type: Transform - pos: 78.5,-24.5 - parent: 2 - - uid: 10407 - components: - - type: Transform - pos: 78.5,-23.5 - parent: 2 - - uid: 10408 - components: - - type: Transform - pos: 77.5,-23.5 - parent: 2 - - uid: 10409 - components: - - type: Transform - pos: 76.5,-23.5 - parent: 2 - - uid: 10410 - components: - - type: Transform - pos: 76.5,-24.5 - parent: 2 - - uid: 10411 - components: - - type: Transform - pos: 76.5,-25.5 - parent: 2 - - uid: 10412 - components: - - type: Transform - pos: 76.5,-26.5 - parent: 2 - - uid: 10413 - components: - - type: Transform - pos: 76.5,-27.5 - parent: 2 - - uid: 10414 - components: - - type: Transform - pos: 76.5,-28.5 - parent: 2 - - uid: 10415 - components: - - type: Transform - pos: 78.5,-25.5 - parent: 2 - - uid: 10416 - components: - - type: Transform - pos: 75.5,-28.5 - parent: 2 - - uid: 10417 - components: - - type: Transform - pos: 74.5,-28.5 - parent: 2 - - uid: 10418 - components: - - type: Transform - pos: 73.5,-28.5 - parent: 2 - - uid: 10419 - components: - - type: Transform - pos: 73.5,-29.5 - parent: 2 - - uid: 10420 - components: - - type: Transform - pos: 73.5,-30.5 - parent: 2 - - uid: 10421 - components: - - type: Transform - pos: 73.5,-31.5 - parent: 2 - - uid: 10422 - components: - - type: Transform - pos: 73.5,-32.5 - parent: 2 - - uid: 10423 - components: - - type: Transform - pos: 74.5,-32.5 - parent: 2 - - uid: 10424 - components: - - type: Transform - pos: 75.5,-32.5 - parent: 2 - - uid: 10425 - components: - - type: Transform - pos: 76.5,-32.5 - parent: 2 - - uid: 10426 - components: - - type: Transform - pos: 77.5,-32.5 - parent: 2 - - uid: 10427 - components: - - type: Transform - pos: 78.5,-32.5 - parent: 2 - - uid: 10428 - components: - - type: Transform - pos: 79.5,-32.5 - parent: 2 - - uid: 10429 - components: - - type: Transform - pos: 80.5,-32.5 - parent: 2 - - uid: 10430 - components: - - type: Transform - pos: 81.5,-32.5 - parent: 2 - - uid: 10431 - components: - - type: Transform - pos: 82.5,-32.5 - parent: 2 - - uid: 10432 - components: - - type: Transform - pos: 82.5,-31.5 - parent: 2 - - uid: 10433 - components: - - type: Transform - pos: 82.5,-30.5 - parent: 2 - - uid: 10434 - components: - - type: Transform - pos: 82.5,-29.5 - parent: 2 - - uid: 10435 - components: - - type: Transform - pos: 82.5,-28.5 - parent: 2 - - uid: 10436 - components: - - type: Transform - pos: 82.5,-27.5 - parent: 2 - - uid: 10437 - components: - - type: Transform - pos: 82.5,-26.5 - parent: 2 - - uid: 10438 - components: - - type: Transform - pos: 82.5,-25.5 - parent: 2 - - uid: 10439 - components: - - type: Transform - pos: 82.5,-24.5 - parent: 2 - - uid: 10440 - components: - - type: Transform - pos: 82.5,-23.5 - parent: 2 - - uid: 10441 - components: - - type: Transform - pos: 82.5,-22.5 - parent: 2 - - uid: 10442 - components: - - type: Transform - pos: 82.5,-21.5 - parent: 2 - - uid: 10443 - components: - - type: Transform - pos: 81.5,-21.5 - parent: 2 - - uid: 10444 - components: - - type: Transform - pos: 80.5,-21.5 - parent: 2 - - uid: 10445 - components: - - type: Transform - pos: 79.5,-21.5 - parent: 2 - - uid: 10446 - components: - - type: Transform - pos: 78.5,-21.5 - parent: 2 - - uid: 10447 - components: - - type: Transform - pos: 77.5,-21.5 - parent: 2 - - uid: 10448 - components: - - type: Transform - pos: 76.5,-21.5 - parent: 2 - - uid: 10449 - components: - - type: Transform - pos: 76.5,-22.5 - parent: 2 - - uid: 10450 - components: - - type: Transform - pos: 83.5,-22.5 - parent: 2 - - uid: 10451 - components: - - type: Transform - pos: 84.5,-22.5 - parent: 2 - - uid: 10452 - components: - - type: Transform - pos: 85.5,-22.5 - parent: 2 - - uid: 10453 - components: - - type: Transform - pos: 86.5,-22.5 - parent: 2 - - uid: 10454 - components: - - type: Transform - pos: 87.5,-22.5 - parent: 2 - - uid: 10455 - components: - - type: Transform - pos: 88.5,-22.5 - parent: 2 - - uid: 10456 - components: - - type: Transform - pos: 89.5,-22.5 - parent: 2 - - uid: 10457 - components: - - type: Transform - pos: 90.5,-22.5 - parent: 2 - - uid: 10458 - components: - - type: Transform - pos: 90.5,-21.5 - parent: 2 - - uid: 10459 - components: - - type: Transform - pos: 90.5,-20.5 - parent: 2 - - uid: 10460 - components: - - type: Transform - pos: 91.5,-22.5 - parent: 2 - - uid: 10461 - components: - - type: Transform - pos: 92.5,-22.5 - parent: 2 - - uid: 10462 - components: - - type: Transform - pos: 93.5,-22.5 - parent: 2 - - uid: 10463 - components: - - type: Transform - pos: 94.5,-22.5 - parent: 2 - - uid: 10464 - components: - - type: Transform - pos: 95.5,-22.5 - parent: 2 - - uid: 10465 - components: - - type: Transform - pos: 96.5,-22.5 - parent: 2 - - uid: 10466 - components: - - type: Transform - pos: 97.5,-22.5 - parent: 2 - - uid: 10467 - components: - - type: Transform - pos: 98.5,-22.5 - parent: 2 - - uid: 10468 - components: - - type: Transform - pos: 99.5,-22.5 - parent: 2 - - uid: 10469 - components: - - type: Transform - pos: 100.5,-22.5 - parent: 2 - - uid: 10470 - components: - - type: Transform - pos: 101.5,-22.5 - parent: 2 - - uid: 10471 - components: - - type: Transform - pos: 102.5,-22.5 - parent: 2 - - uid: 10472 - components: - - type: Transform - pos: 103.5,-22.5 - parent: 2 - - uid: 10473 - components: - - type: Transform - pos: 104.5,-22.5 - parent: 2 - - uid: 10474 - components: - - type: Transform - pos: 91.5,-42.5 - parent: 2 - - uid: 10475 - components: - - type: Transform - pos: 104.5,-23.5 - parent: 2 - - uid: 10476 - components: - - type: Transform - pos: 91.5,-41.5 - parent: 2 - - uid: 10477 - components: - - type: Transform - pos: 91.5,-40.5 - parent: 2 - - uid: 10478 - components: - - type: Transform - pos: 90.5,-40.5 - parent: 2 - - uid: 10479 - components: - - type: Transform - pos: 89.5,-40.5 - parent: 2 - - uid: 10480 - components: - - type: Transform - pos: 88.5,-40.5 - parent: 2 - - uid: 10481 - components: - - type: Transform - pos: 87.5,-40.5 - parent: 2 - - uid: 10482 - components: - - type: Transform - pos: 86.5,-40.5 - parent: 2 - - uid: 10483 - components: - - type: Transform - pos: 85.5,-40.5 - parent: 2 - - uid: 10484 - components: - - type: Transform - pos: 84.5,-40.5 - parent: 2 - - uid: 10485 - components: - - type: Transform - pos: 83.5,-40.5 - parent: 2 - - uid: 10486 - components: - - type: Transform - pos: 82.5,-40.5 - parent: 2 - - uid: 10487 - components: - - type: Transform - pos: 82.5,-39.5 - parent: 2 - - uid: 10488 - components: - - type: Transform - pos: 82.5,-38.5 - parent: 2 - - uid: 10489 - components: - - type: Transform - pos: 82.5,-37.5 - parent: 2 - - uid: 10490 - components: - - type: Transform - pos: 82.5,-36.5 - parent: 2 - - uid: 10491 - components: - - type: Transform - pos: 82.5,-35.5 - parent: 2 - - uid: 10492 - components: - - type: Transform - pos: 82.5,-34.5 - parent: 2 - - uid: 10493 - components: - - type: Transform - pos: 82.5,-33.5 - parent: 2 - - uid: 10494 - components: - - type: Transform - pos: 78.5,-34.5 - parent: 2 - - uid: 10495 - components: - - type: Transform - pos: 78.5,-33.5 - parent: 2 - - uid: 10496 - components: - - type: Transform - pos: 78.5,-35.5 - parent: 2 - - uid: 10497 - components: - - type: Transform - pos: 78.5,-36.5 - parent: 2 - - uid: 10498 - components: - - type: Transform - pos: 78.5,-37.5 - parent: 2 - - uid: 10499 - components: - - type: Transform - pos: 78.5,-38.5 - parent: 2 - - uid: 10500 - components: - - type: Transform - pos: 78.5,-39.5 - parent: 2 - - uid: 10501 - components: - - type: Transform - pos: 78.5,-40.5 - parent: 2 - - uid: 10502 - components: - - type: Transform - pos: 78.5,-41.5 - parent: 2 - - uid: 10503 - components: - - type: Transform - pos: 79.5,-41.5 - parent: 2 - - uid: 10504 - components: - - type: Transform - pos: 80.5,-41.5 - parent: 2 - - uid: 10505 - components: - - type: Transform - pos: 81.5,-41.5 - parent: 2 - - uid: 10506 - components: - - type: Transform - pos: 82.5,-41.5 - parent: 2 - - uid: 10507 - components: - - type: Transform - pos: 41.5,-40.5 - parent: 2 - - uid: 10508 - components: - - type: Transform - pos: 41.5,-39.5 - parent: 2 - - uid: 10509 - components: - - type: Transform - pos: 41.5,-38.5 - parent: 2 - - uid: 10510 - components: - - type: Transform - pos: 40.5,-38.5 - parent: 2 - - uid: 10511 - components: - - type: Transform - pos: 39.5,-38.5 - parent: 2 - - uid: 10512 - components: - - type: Transform - pos: 39.5,-39.5 - parent: 2 - - uid: 10513 - components: - - type: Transform - pos: 39.5,-40.5 - parent: 2 - - uid: 10514 - components: - - type: Transform - pos: 43.5,-50.5 - parent: 2 - - uid: 10515 - components: - - type: Transform - pos: 43.5,-49.5 - parent: 2 - - uid: 10516 - components: - - type: Transform - pos: 43.5,-48.5 - parent: 2 - - uid: 10517 - components: - - type: Transform - pos: 43.5,-47.5 - parent: 2 - - uid: 10518 - components: - - type: Transform - pos: 43.5,-46.5 - parent: 2 - - uid: 10519 - components: - - type: Transform - pos: 43.5,-45.5 - parent: 2 - - uid: 10520 - components: - - type: Transform - pos: 43.5,-44.5 - parent: 2 - - uid: 10521 - components: - - type: Transform - pos: 43.5,-43.5 - parent: 2 - - uid: 10522 - components: - - type: Transform - pos: 43.5,-42.5 - parent: 2 - - uid: 10523 - components: - - type: Transform - pos: 43.5,-41.5 - parent: 2 - - uid: 10524 - components: - - type: Transform - pos: 43.5,-40.5 - parent: 2 - - uid: 10525 - components: - - type: Transform - pos: 43.5,-39.5 - parent: 2 - - uid: 10526 - components: - - type: Transform - pos: 43.5,-38.5 - parent: 2 - - uid: 10527 - components: - - type: Transform - pos: 43.5,-37.5 - parent: 2 - - uid: 10528 - components: - - type: Transform - pos: 43.5,-36.5 - parent: 2 - - uid: 10529 - components: - - type: Transform - pos: 43.5,-35.5 - parent: 2 - - uid: 10530 - components: - - type: Transform - pos: 42.5,-35.5 - parent: 2 - - uid: 10531 - components: - - type: Transform - pos: 44.5,-44.5 - parent: 2 - - uid: 10532 - components: - - type: Transform - pos: 45.5,-44.5 - parent: 2 - - uid: 10533 - components: - - type: Transform - pos: 46.5,-44.5 - parent: 2 - - uid: 10534 - components: - - type: Transform - pos: 47.5,-44.5 - parent: 2 - - uid: 10535 - components: - - type: Transform - pos: 48.5,-44.5 - parent: 2 - - uid: 10536 - components: - - type: Transform - pos: 49.5,-44.5 - parent: 2 - - uid: 10537 - components: - - type: Transform - pos: 50.5,-44.5 - parent: 2 - - uid: 10538 - components: - - type: Transform - pos: 51.5,-44.5 - parent: 2 - - uid: 10539 - components: - - type: Transform - pos: 52.5,-44.5 - parent: 2 - - uid: 10540 - components: - - type: Transform - pos: 53.5,-44.5 - parent: 2 - - uid: 10541 - components: - - type: Transform - pos: 54.5,-44.5 - parent: 2 - - uid: 10542 - components: - - type: Transform - pos: 55.5,-44.5 - parent: 2 - - uid: 10543 - components: - - type: Transform - pos: 56.5,-44.5 - parent: 2 - - uid: 10544 - components: - - type: Transform - pos: 57.5,-44.5 - parent: 2 - - uid: 10545 - components: - - type: Transform - pos: 58.5,-44.5 - parent: 2 - - uid: 10546 - components: - - type: Transform - pos: 59.5,-44.5 - parent: 2 - - uid: 10547 - components: - - type: Transform - pos: 60.5,-44.5 - parent: 2 - - uid: 10548 - components: - - type: Transform - pos: 61.5,-44.5 - parent: 2 - - uid: 10549 - components: - - type: Transform - pos: 61.5,-45.5 - parent: 2 - - uid: 10550 - components: - - type: Transform - pos: 61.5,-46.5 - parent: 2 - - uid: 10551 - components: - - type: Transform - pos: 0.5,7.5 - parent: 2 - - uid: 10552 - components: - - type: Transform - pos: 21.5,18.5 - parent: 2 - - uid: 10553 - components: - - type: Transform - pos: 22.5,18.5 - parent: 2 - - uid: 10554 - components: - - type: Transform - pos: 22.5,17.5 - parent: 2 - - uid: 10555 - components: - - type: Transform - pos: 22.5,16.5 - parent: 2 - - uid: 10556 - components: - - type: Transform - pos: 21.5,16.5 - parent: 2 - - uid: 10557 - components: - - type: Transform - pos: 21.5,15.5 - parent: 2 - - uid: 10558 - components: - - type: Transform - pos: 21.5,14.5 - parent: 2 - - uid: 10559 - components: - - type: Transform - pos: 21.5,13.5 - parent: 2 - - uid: 10560 - components: - - type: Transform - pos: 21.5,12.5 - parent: 2 - - uid: 10561 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 10562 - components: - - type: Transform - pos: 20.5,11.5 - parent: 2 - - uid: 10563 - components: - - type: Transform - pos: 20.5,10.5 - parent: 2 - - uid: 10564 - components: - - type: Transform - pos: 20.5,9.5 - parent: 2 - - uid: 10565 - components: - - type: Transform - pos: 20.5,8.5 - parent: 2 - - uid: 10566 - components: - - type: Transform - pos: 21.5,8.5 - parent: 2 - - uid: 10567 - components: - - type: Transform - pos: 29.5,11.5 - parent: 2 - - uid: 10568 - components: - - type: Transform - pos: 27.5,1.5 - parent: 2 - - uid: 10569 - components: - - type: Transform - pos: 26.5,11.5 - parent: 2 - - uid: 10570 - components: - - type: Transform - pos: 23.5,16.5 - parent: 2 - - uid: 10571 - components: - - type: Transform - pos: 24.5,16.5 - parent: 2 - - uid: 10572 - components: - - type: Transform - pos: 25.5,16.5 - parent: 2 - - uid: 10573 - components: - - type: Transform - pos: 30.5,15.5 - parent: 2 - - uid: 10574 - components: - - type: Transform - pos: 12.5,7.5 - parent: 2 - - uid: 10575 - components: - - type: Transform - pos: 12.5,8.5 - parent: 2 - - uid: 10576 - components: - - type: Transform - pos: 13.5,8.5 - parent: 2 - - uid: 10577 - components: - - type: Transform - pos: 12.5,9.5 - parent: 2 - - uid: 10578 - components: - - type: Transform - pos: 12.5,10.5 - parent: 2 - - uid: 10579 - components: - - type: Transform - pos: 12.5,11.5 - parent: 2 - - uid: 10580 - components: - - type: Transform - pos: 13.5,11.5 - parent: 2 - - uid: 10581 - components: - - type: Transform - pos: 14.5,11.5 - parent: 2 - - uid: 10582 - components: - - type: Transform - pos: 14.5,12.5 - parent: 2 - - uid: 10583 - components: - - type: Transform - pos: 14.5,13.5 - parent: 2 - - uid: 10584 - components: - - type: Transform - pos: 13.5,13.5 - parent: 2 - - uid: 10585 - components: - - type: Transform - pos: 12.5,13.5 - parent: 2 - - uid: 10586 - components: - - type: Transform - pos: 11.5,13.5 - parent: 2 - - uid: 10587 - components: - - type: Transform - pos: 11.5,12.5 - parent: 2 - - uid: 10588 - components: - - type: Transform - pos: 11.5,14.5 - parent: 2 - - uid: 10589 - components: - - type: Transform - pos: 10.5,14.5 - parent: 2 - - uid: 10590 - components: - - type: Transform - pos: 9.5,14.5 - parent: 2 - - uid: 10591 - components: - - type: Transform - pos: 8.5,14.5 - parent: 2 - - uid: 10592 - components: - - type: Transform - pos: 8.5,15.5 - parent: 2 - - uid: 10593 - components: - - type: Transform - pos: 8.5,16.5 - parent: 2 - - uid: 10594 - components: - - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 10595 - components: - - type: Transform - pos: 8.5,18.5 - parent: 2 - - uid: 10596 - components: - - type: Transform - pos: 8.5,19.5 - parent: 2 - - uid: 10597 - components: - - type: Transform - pos: 8.5,20.5 - parent: 2 - - uid: 10598 - components: - - type: Transform - pos: 7.5,16.5 - parent: 2 - - uid: 10599 - components: - - type: Transform - pos: 6.5,16.5 - parent: 2 - - uid: 10600 - components: - - type: Transform - pos: 5.5,16.5 - parent: 2 - - uid: 10601 - components: - - type: Transform - pos: 4.5,16.5 - parent: 2 - - uid: 10602 - components: - - type: Transform - pos: 3.5,16.5 - parent: 2 - - uid: 10603 - components: - - type: Transform - pos: 2.5,16.5 - parent: 2 - - uid: 10604 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 10605 - components: - - type: Transform - pos: 0.5,16.5 - parent: 2 - - uid: 10606 - components: - - type: Transform - pos: -0.5,16.5 - parent: 2 - - uid: 10607 - components: - - type: Transform - pos: -1.5,16.5 - parent: 2 - - uid: 10608 - components: - - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 10609 - components: - - type: Transform - pos: -3.5,16.5 - parent: 2 - - uid: 10610 - components: - - type: Transform - pos: -4.5,16.5 - parent: 2 - - uid: 10611 - components: - - type: Transform - pos: -5.5,16.5 - parent: 2 - - uid: 10612 - components: - - type: Transform - pos: -6.5,16.5 - parent: 2 - - uid: 10613 - components: - - type: Transform - pos: -7.5,16.5 - parent: 2 - - uid: 10614 - components: - - type: Transform - pos: -0.5,17.5 - parent: 2 - - uid: 10615 - components: - - type: Transform - pos: -0.5,18.5 - parent: 2 - - uid: 10616 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 10617 - components: - - type: Transform - pos: -0.5,20.5 - parent: 2 - - uid: 10618 - components: - - type: Transform - pos: -0.5,21.5 - parent: 2 - - uid: 10619 - components: - - type: Transform - pos: -0.5,22.5 - parent: 2 - - uid: 10620 - components: - - type: Transform - pos: 0.5,22.5 - parent: 2 - - uid: 10621 - components: - - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 10622 - components: - - type: Transform - pos: 2.5,22.5 - parent: 2 - - uid: 10623 - components: - - type: Transform - pos: 3.5,22.5 - parent: 2 - - uid: 10624 - components: - - type: Transform - pos: 4.5,22.5 - parent: 2 - - uid: 10625 - components: - - type: Transform - pos: 5.5,22.5 - parent: 2 - - uid: 10626 - components: - - type: Transform - pos: 6.5,22.5 - parent: 2 - - uid: 10627 - components: - - type: Transform - pos: 7.5,22.5 - parent: 2 - - uid: 10628 - components: - - type: Transform - pos: 8.5,22.5 - parent: 2 - - uid: 10629 - components: - - type: Transform - pos: 8.5,21.5 - parent: 2 - - uid: 10630 - components: - - type: Transform - pos: 2.5,21.5 - parent: 2 - - uid: 10631 - components: - - type: Transform - pos: 2.5,20.5 - parent: 2 - - uid: 10632 - components: - - type: Transform - pos: 0.5,15.5 - parent: 2 - - uid: 10633 - components: - - type: Transform - pos: 0.5,14.5 - parent: 2 - - uid: 10634 - components: - - type: Transform - pos: 0.5,13.5 - parent: 2 - - uid: 10635 - components: - - type: Transform - pos: 0.5,12.5 - parent: 2 - - uid: 10636 - components: - - type: Transform - pos: 0.5,11.5 - parent: 2 - - uid: 10637 - components: - - type: Transform - pos: 0.5,10.5 - parent: 2 - - uid: 10638 - components: - - type: Transform - pos: 0.5,9.5 - parent: 2 - - uid: 10639 - components: - - type: Transform - pos: 0.5,8.5 - parent: 2 - - uid: 10640 - components: - - type: Transform - pos: 1.5,8.5 - parent: 2 - - uid: 10641 - components: - - type: Transform - pos: 2.5,8.5 - parent: 2 - - uid: 10642 - components: - - type: Transform - pos: 3.5,8.5 - parent: 2 - - uid: 10643 - components: - - type: Transform - pos: 4.5,8.5 - parent: 2 - - uid: 10644 - components: - - type: Transform - pos: 5.5,8.5 - parent: 2 - - uid: 10645 - components: - - type: Transform - pos: 6.5,8.5 - parent: 2 - - uid: 10646 - components: - - type: Transform - pos: 7.5,8.5 - parent: 2 - - uid: 10647 - components: - - type: Transform - pos: 8.5,8.5 - parent: 2 - - uid: 10648 - components: - - type: Transform - pos: 9.5,8.5 - parent: 2 - - uid: 10649 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 10650 - components: - - type: Transform - pos: -0.5,10.5 - parent: 2 - - uid: 10651 - components: - - type: Transform - pos: -1.5,10.5 - parent: 2 - - uid: 10652 - components: - - type: Transform - pos: -2.5,10.5 - parent: 2 - - uid: 10653 - components: - - type: Transform - pos: -3.5,10.5 - parent: 2 - - uid: 10654 - components: - - type: Transform - pos: -4.5,10.5 - parent: 2 - - uid: 10655 - components: - - type: Transform - pos: -5.5,10.5 - parent: 2 - - uid: 10656 - components: - - type: Transform - pos: -6.5,10.5 - parent: 2 - - uid: 10657 - components: - - type: Transform - pos: -7.5,10.5 - parent: 2 - - uid: 10658 - components: - - type: Transform - pos: -8.5,10.5 - parent: 2 - - uid: 10659 - components: - - type: Transform - pos: -8.5,9.5 - parent: 2 - - uid: 10660 - components: - - type: Transform - pos: -8.5,8.5 - parent: 2 - - uid: 10661 - components: - - type: Transform - pos: 0.5,6.5 - parent: 2 - - uid: 10662 - components: - - type: Transform - pos: 0.5,5.5 - parent: 2 - - uid: 10663 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 10664 - components: - - type: Transform - pos: -1.5,5.5 - parent: 2 - - uid: 10665 - components: - - type: Transform - pos: -36.5,8.5 - parent: 2 - - uid: 10666 - components: - - type: Transform - pos: -37.5,8.5 - parent: 2 - - uid: 10667 - components: - - type: Transform - pos: -38.5,8.5 - parent: 2 - - uid: 10668 - components: - - type: Transform - pos: -39.5,8.5 - parent: 2 - - uid: 10669 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 10670 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - - uid: 10671 - components: - - type: Transform - pos: -39.5,5.5 - parent: 2 - - uid: 10672 - components: - - type: Transform - pos: -39.5,4.5 - parent: 2 - - uid: 10673 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - - uid: 10674 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 10675 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - - uid: 10676 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 10677 - components: - - type: Transform - pos: -37.5,1.5 - parent: 2 - - uid: 10678 - components: - - type: Transform - pos: -36.5,1.5 - parent: 2 - - uid: 10679 - components: - - type: Transform - pos: -35.5,1.5 - parent: 2 - - uid: 10680 - components: - - type: Transform - pos: -34.5,1.5 - parent: 2 - - uid: 10681 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 10682 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 10683 - components: - - type: Transform - pos: -31.5,1.5 - parent: 2 - - uid: 10684 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - - uid: 10685 - components: - - type: Transform - pos: -29.5,1.5 - parent: 2 - - uid: 10686 - components: - - type: Transform - pos: -30.5,2.5 - parent: 2 - - uid: 10687 - components: - - type: Transform - pos: -30.5,3.5 - parent: 2 - - uid: 10688 - components: - - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 10689 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 10690 - components: - - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 10691 - components: - - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 10692 - components: - - type: Transform - pos: -30.5,8.5 - parent: 2 - - uid: 10693 - components: - - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 10694 - components: - - type: Transform - pos: -30.5,10.5 - parent: 2 - - uid: 10695 - components: - - type: Transform - pos: -31.5,10.5 - parent: 2 - - uid: 10696 - components: - - type: Transform - pos: -32.5,10.5 - parent: 2 - - uid: 10697 - components: - - type: Transform - pos: -28.5,1.5 - parent: 2 - - uid: 10698 - components: - - type: Transform - pos: -27.5,1.5 - parent: 2 - - uid: 10699 - components: - - type: Transform - pos: -26.5,1.5 - parent: 2 - - uid: 10700 - components: - - type: Transform - pos: -25.5,1.5 - parent: 2 - - uid: 10701 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 10702 - components: - - type: Transform - pos: -23.5,1.5 - parent: 2 - - uid: 10703 - components: - - type: Transform - pos: -22.5,1.5 - parent: 2 - - uid: 10704 - components: - - type: Transform - pos: -21.5,1.5 - parent: 2 - - uid: 10705 - components: - - type: Transform - pos: -20.5,1.5 - parent: 2 - - uid: 10706 - components: - - type: Transform - pos: -20.5,2.5 - parent: 2 - - uid: 10707 - components: - - type: Transform - pos: -20.5,3.5 - parent: 2 - - uid: 10708 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - - uid: 10709 - components: - - type: Transform - pos: -19.5,4.5 - parent: 2 - - uid: 10710 - components: - - type: Transform - pos: -18.5,4.5 - parent: 2 - - uid: 10711 - components: - - type: Transform - pos: -40.5,8.5 - parent: 2 - - uid: 10712 - components: - - type: Transform - pos: -41.5,8.5 - parent: 2 - - uid: 10713 - components: - - type: Transform - pos: -42.5,8.5 - parent: 2 - - uid: 10714 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - - uid: 10715 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 10716 - components: - - type: Transform - pos: -45.5,8.5 - parent: 2 - - uid: 10717 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - - uid: 10718 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 10719 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - - uid: 10720 - components: - - type: Transform - pos: -49.5,8.5 - parent: 2 - - uid: 10721 - components: - - type: Transform - pos: -49.5,7.5 - parent: 2 - - uid: 10722 - components: - - type: Transform - pos: -49.5,6.5 - parent: 2 - - uid: 10723 - components: - - type: Transform - pos: -49.5,5.5 - parent: 2 - - uid: 10724 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - - uid: 10725 - components: - - type: Transform - pos: -49.5,1.5 - parent: 2 - - uid: 10726 - components: - - type: Transform - pos: -49.5,0.5 - parent: 2 - - uid: 10727 - components: - - type: Transform - pos: -49.5,-0.5 - parent: 2 - - uid: 10728 - components: - - type: Transform - pos: -49.5,-1.5 - parent: 2 - - uid: 10729 - components: - - type: Transform - pos: -49.5,-2.5 - parent: 2 - - uid: 10730 - components: - - type: Transform - pos: -51.5,-2.5 - parent: 2 - - uid: 10731 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - - uid: 10732 - components: - - type: Transform - pos: -53.5,-2.5 - parent: 2 - - uid: 10733 - components: - - type: Transform - pos: -54.5,-3.5 - parent: 2 - - uid: 10734 - components: - - type: Transform - pos: -54.5,-4.5 - parent: 2 - - uid: 10735 - components: - - type: Transform - pos: -54.5,-5.5 - parent: 2 - - uid: 10736 - components: - - type: Transform - pos: -54.5,-6.5 - parent: 2 - - uid: 10737 - components: - - type: Transform - pos: -52.5,-6.5 - parent: 2 - - uid: 10738 - components: - - type: Transform - pos: -51.5,-6.5 - parent: 2 - - uid: 10739 - components: - - type: Transform - pos: -48.5,3.5 - parent: 2 - - uid: 10740 - components: - - type: Transform - pos: -47.5,3.5 - parent: 2 - - uid: 10741 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 10742 - components: - - type: Transform - pos: -43.5,3.5 - parent: 2 - - uid: 10743 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - - uid: 10744 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 10745 - components: - - type: Transform - pos: -42.5,1.5 - parent: 2 - - uid: 10746 - components: - - type: Transform - pos: -42.5,0.5 - parent: 2 - - uid: 10747 - components: - - type: Transform - pos: -42.5,-0.5 - parent: 2 - - uid: 10748 - components: - - type: Transform - pos: -42.5,-1.5 - parent: 2 - - uid: 10749 - components: - - type: Transform - pos: -42.5,-2.5 - parent: 2 - - uid: 10750 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - - uid: 10751 - components: - - type: Transform - pos: -41.5,-3.5 - parent: 2 - - uid: 10752 - components: - - type: Transform - pos: -40.5,-3.5 - parent: 2 - - uid: 10753 - components: - - type: Transform - pos: -39.5,-3.5 - parent: 2 - - uid: 10754 - components: - - type: Transform - pos: -38.5,-3.5 - parent: 2 - - uid: 10755 - components: - - type: Transform - pos: -37.5,-3.5 - parent: 2 - - uid: 10756 - components: - - type: Transform - pos: -37.5,-2.5 - parent: 2 - - uid: 10757 - components: - - type: Transform - pos: -36.5,-2.5 - parent: 2 - - uid: 10758 - components: - - type: Transform - pos: -35.5,-2.5 - parent: 2 - - uid: 10759 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - - uid: 10760 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - uid: 10761 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 2 - - uid: 10762 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - - uid: 10763 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - uid: 10764 components: - type: Transform - pos: -32.5,0.5 + pos: 54.5,-18.5 parent: 2 - uid: 10765 components: - type: Transform - pos: -42.5,-4.5 + pos: 54.5,-22.5 parent: 2 - uid: 10766 components: - type: Transform - pos: -42.5,-5.5 + pos: 55.5,-16.5 parent: 2 - uid: 10767 components: - type: Transform - pos: -42.5,-6.5 + pos: 35.5,-24.5 parent: 2 - uid: 10768 components: - type: Transform - pos: -41.5,-6.5 + pos: 35.5,-25.5 parent: 2 - uid: 10769 components: - type: Transform - pos: -40.5,-6.5 + pos: 35.5,-26.5 parent: 2 - uid: 10770 components: - type: Transform - pos: -42.5,-7.5 + pos: 35.5,-27.5 parent: 2 - uid: 10771 components: - type: Transform - pos: -42.5,-8.5 + pos: 35.5,-28.5 parent: 2 - uid: 10772 components: - type: Transform - pos: -42.5,-9.5 + pos: 35.5,-29.5 parent: 2 - uid: 10773 components: - type: Transform - pos: -42.5,-10.5 + pos: 36.5,-29.5 parent: 2 - uid: 10774 components: - type: Transform - pos: -42.5,-11.5 + pos: 37.5,-29.5 parent: 2 - uid: 10775 components: - type: Transform - pos: -42.5,-12.5 + pos: 38.5,-29.5 parent: 2 - uid: 10776 components: - type: Transform - pos: -42.5,-13.5 + pos: 39.5,-29.5 parent: 2 - uid: 10777 components: - type: Transform - pos: -42.5,-14.5 + pos: 40.5,-29.5 parent: 2 - uid: 10778 components: - type: Transform - pos: -41.5,-8.5 + pos: 41.5,-29.5 parent: 2 - uid: 10779 components: - type: Transform - pos: -40.5,-8.5 + pos: 42.5,-29.5 parent: 2 - uid: 10780 components: - type: Transform - pos: -39.5,-8.5 + pos: 43.5,-29.5 parent: 2 - uid: 10781 components: - type: Transform - pos: -38.5,-8.5 + pos: 44.5,-29.5 parent: 2 - uid: 10782 components: - type: Transform - pos: -37.5,-8.5 + pos: 44.5,-28.5 parent: 2 - uid: 10783 components: - type: Transform - pos: -36.5,-8.5 + pos: 44.5,-27.5 parent: 2 - uid: 10784 components: - type: Transform - pos: -36.5,-9.5 + pos: 44.5,-26.5 parent: 2 - uid: 10785 components: - type: Transform - pos: -36.5,-10.5 + pos: 45.5,-26.5 parent: 2 - uid: 10786 components: - type: Transform - pos: -37.5,-10.5 + pos: 46.5,-26.5 parent: 2 - uid: 10787 components: - type: Transform - pos: -42.5,-15.5 + pos: 78.5,-24.5 parent: 2 - uid: 10788 components: - type: Transform - pos: -43.5,-15.5 + pos: 78.5,-23.5 parent: 2 - uid: 10789 components: - type: Transform - pos: -44.5,-15.5 + pos: 77.5,-23.5 parent: 2 - uid: 10790 components: - type: Transform - pos: -45.5,-15.5 + pos: 76.5,-23.5 parent: 2 - uid: 10791 components: - type: Transform - pos: -46.5,-15.5 + pos: 76.5,-24.5 parent: 2 - uid: 10792 components: - type: Transform - pos: -47.5,-15.5 + pos: 76.5,-25.5 parent: 2 - uid: 10793 components: - type: Transform - pos: -48.5,-15.5 + pos: 76.5,-26.5 parent: 2 - uid: 10794 components: - type: Transform - pos: -49.5,-15.5 + pos: 76.5,-27.5 parent: 2 - uid: 10795 components: - type: Transform - pos: -50.5,-15.5 + pos: 76.5,-28.5 parent: 2 - uid: 10796 components: - type: Transform - pos: -51.5,-15.5 + pos: 78.5,-25.5 parent: 2 - uid: 10797 components: - type: Transform - pos: -52.5,-15.5 + pos: 75.5,-28.5 parent: 2 - uid: 10798 components: - type: Transform - pos: -52.5,-14.5 + pos: 74.5,-28.5 parent: 2 - uid: 10799 components: - type: Transform - pos: -52.5,-13.5 + pos: 73.5,-28.5 parent: 2 - uid: 10800 components: - type: Transform - pos: -52.5,-12.5 + pos: 73.5,-29.5 parent: 2 - uid: 10801 components: - type: Transform - pos: -52.5,-11.5 + pos: 73.5,-30.5 parent: 2 - uid: 10802 components: - type: Transform - pos: -59.5,-25.5 + pos: 73.5,-31.5 parent: 2 - uid: 10803 components: - type: Transform - pos: -59.5,-27.5 + pos: 73.5,-32.5 parent: 2 - uid: 10804 components: - type: Transform - pos: -59.5,-28.5 + pos: 74.5,-32.5 parent: 2 - uid: 10805 components: - type: Transform - pos: -58.5,-28.5 + pos: 75.5,-32.5 parent: 2 - uid: 10806 components: - type: Transform - pos: -57.5,-28.5 + pos: 76.5,-32.5 parent: 2 - uid: 10807 components: - type: Transform - pos: -56.5,-28.5 + pos: 77.5,-32.5 parent: 2 - uid: 10808 components: - type: Transform - pos: -55.5,-28.5 + pos: 78.5,-32.5 parent: 2 - uid: 10809 components: - type: Transform - pos: -54.5,-28.5 + pos: 79.5,-32.5 parent: 2 - uid: 10810 components: - type: Transform - pos: -53.5,-28.5 + pos: 80.5,-32.5 parent: 2 - uid: 10811 components: - type: Transform - pos: -52.5,-28.5 + pos: 81.5,-32.5 parent: 2 - uid: 10812 components: - type: Transform - pos: -51.5,-28.5 + pos: 82.5,-32.5 parent: 2 - uid: 10813 components: - type: Transform - pos: -50.5,-28.5 + pos: 82.5,-31.5 parent: 2 - uid: 10814 components: - type: Transform - pos: -49.5,-28.5 + pos: 82.5,-30.5 parent: 2 - uid: 10815 components: - type: Transform - pos: -48.5,-28.5 + pos: 82.5,-29.5 parent: 2 - uid: 10816 components: - type: Transform - pos: -47.5,-28.5 + pos: 82.5,-28.5 parent: 2 - uid: 10817 components: - type: Transform - pos: -46.5,-28.5 + pos: 82.5,-27.5 parent: 2 - uid: 10818 components: - type: Transform - pos: -45.5,-28.5 + pos: 82.5,-26.5 parent: 2 - uid: 10819 components: - type: Transform - pos: -44.5,-28.5 + pos: 82.5,-25.5 parent: 2 - uid: 10820 components: - type: Transform - pos: -44.5,-27.5 + pos: 82.5,-24.5 parent: 2 - uid: 10821 components: - type: Transform - pos: -44.5,-26.5 + pos: 82.5,-23.5 parent: 2 - uid: 10822 components: - type: Transform - pos: -52.5,-27.5 + pos: 82.5,-22.5 parent: 2 - uid: 10823 components: - type: Transform - pos: -52.5,-26.5 + pos: 82.5,-21.5 parent: 2 - uid: 10824 components: - type: Transform - pos: -52.5,-25.5 + pos: 81.5,-21.5 parent: 2 - uid: 10825 components: - type: Transform - pos: -52.5,-24.5 + pos: 80.5,-21.5 parent: 2 - uid: 10826 components: - type: Transform - pos: -51.5,-24.5 + pos: 79.5,-21.5 parent: 2 - uid: 10827 components: - type: Transform - pos: -50.5,-24.5 + pos: 78.5,-21.5 parent: 2 - uid: 10828 components: - type: Transform - pos: -50.5,-29.5 + pos: 77.5,-21.5 parent: 2 - uid: 10829 components: - type: Transform - pos: -50.5,-30.5 + pos: 76.5,-21.5 parent: 2 - uid: 10830 components: - type: Transform - pos: -50.5,-31.5 + pos: 76.5,-22.5 parent: 2 - uid: 10831 components: - type: Transform - pos: -50.5,-32.5 + pos: 83.5,-22.5 parent: 2 - uid: 10832 components: - type: Transform - pos: -50.5,-33.5 + pos: 84.5,-22.5 parent: 2 - uid: 10833 components: - type: Transform - pos: -51.5,-33.5 + pos: 85.5,-22.5 parent: 2 - uid: 10834 components: - type: Transform - pos: -43.5,-28.5 + pos: 86.5,-22.5 parent: 2 - uid: 10835 components: - type: Transform - pos: -42.5,-28.5 + pos: 87.5,-22.5 parent: 2 - uid: 10836 components: - type: Transform - pos: -41.5,-28.5 + pos: 88.5,-22.5 parent: 2 - uid: 10837 components: - type: Transform - pos: -41.5,-29.5 + pos: 89.5,-22.5 parent: 2 - uid: 10838 components: - type: Transform - pos: -41.5,-30.5 + pos: 90.5,-22.5 parent: 2 - uid: 10839 components: - type: Transform - pos: -41.5,-31.5 + pos: 90.5,-21.5 parent: 2 - uid: 10840 components: - type: Transform - pos: -41.5,-32.5 + pos: 90.5,-20.5 parent: 2 - uid: 10841 components: - type: Transform - pos: -41.5,-33.5 + pos: 91.5,-22.5 parent: 2 - uid: 10842 components: - type: Transform - pos: -41.5,-34.5 + pos: 92.5,-22.5 parent: 2 - uid: 10843 components: - type: Transform - pos: -41.5,-35.5 + pos: 93.5,-22.5 parent: 2 - uid: 10844 components: - type: Transform - pos: -41.5,-36.5 + pos: 94.5,-22.5 parent: 2 - uid: 10845 components: - type: Transform - pos: -41.5,-37.5 + pos: 95.5,-22.5 parent: 2 - uid: 10846 components: - type: Transform - pos: -42.5,-37.5 + pos: 96.5,-22.5 parent: 2 - uid: 10847 components: - type: Transform - pos: -43.5,-37.5 + pos: 97.5,-22.5 parent: 2 - uid: 10848 components: - type: Transform - pos: -44.5,-37.5 + pos: 98.5,-22.5 parent: 2 - uid: 10849 components: - type: Transform - pos: -45.5,-37.5 + pos: 99.5,-22.5 parent: 2 - uid: 10850 components: - type: Transform - pos: -40.5,-33.5 + pos: 100.5,-22.5 parent: 2 - uid: 10851 components: - type: Transform - pos: -39.5,-33.5 + pos: 101.5,-22.5 parent: 2 - uid: 10852 components: - type: Transform - pos: -41.5,-27.5 + pos: 102.5,-22.5 parent: 2 - uid: 10853 components: - type: Transform - pos: -41.5,-26.5 + pos: 103.5,-22.5 parent: 2 - uid: 10854 components: - type: Transform - pos: -41.5,-25.5 + pos: 104.5,-22.5 parent: 2 - uid: 10855 components: - type: Transform - pos: -41.5,-24.5 + pos: 91.5,-42.5 parent: 2 - uid: 10856 components: - type: Transform - pos: -41.5,-23.5 + pos: 104.5,-23.5 parent: 2 - uid: 10857 components: - type: Transform - pos: -41.5,-22.5 + pos: 91.5,-41.5 parent: 2 - uid: 10858 components: - type: Transform - pos: -41.5,-21.5 + pos: 91.5,-40.5 parent: 2 - uid: 10859 components: - type: Transform - pos: -41.5,-20.5 + pos: 90.5,-40.5 parent: 2 - uid: 10860 components: - type: Transform - pos: -41.5,-19.5 + pos: 89.5,-40.5 parent: 2 - uid: 10861 components: - type: Transform - pos: -41.5,-18.5 + pos: 88.5,-40.5 parent: 2 - uid: 10862 components: - type: Transform - pos: -40.5,-18.5 + pos: 87.5,-40.5 parent: 2 - uid: 10863 components: - type: Transform - pos: -39.5,-18.5 + pos: 86.5,-40.5 parent: 2 - uid: 10864 components: - type: Transform - pos: -59.5,-39.5 + pos: 85.5,-40.5 parent: 2 - uid: 10865 components: - type: Transform - pos: -59.5,-38.5 + pos: 84.5,-40.5 parent: 2 - uid: 10866 components: - type: Transform - pos: -59.5,-37.5 + pos: 83.5,-40.5 parent: 2 - uid: 10867 components: - type: Transform - pos: -59.5,-36.5 + pos: 82.5,-40.5 parent: 2 - uid: 10868 components: - type: Transform - pos: -59.5,-35.5 + pos: 82.5,-39.5 parent: 2 - uid: 10869 components: - type: Transform - pos: -59.5,-34.5 + pos: 82.5,-38.5 parent: 2 - uid: 10870 components: - type: Transform - pos: -59.5,-33.5 + pos: 82.5,-37.5 parent: 2 - uid: 10871 components: - type: Transform - pos: -59.5,-32.5 + pos: 82.5,-36.5 parent: 2 - uid: 10872 components: - type: Transform - pos: -59.5,-31.5 + pos: 82.5,-35.5 parent: 2 - uid: 10873 components: - type: Transform - pos: -59.5,-30.5 + pos: 82.5,-34.5 parent: 2 - uid: 10874 components: - type: Transform - pos: -59.5,-29.5 + pos: 82.5,-33.5 parent: 2 - uid: 10875 components: - type: Transform - pos: 50.5,-86.5 + pos: 78.5,-34.5 parent: 2 - uid: 10876 components: - type: Transform - pos: -68.5,-53.5 + pos: 78.5,-33.5 parent: 2 - uid: 10877 components: - type: Transform - pos: -67.5,-53.5 + pos: 78.5,-35.5 parent: 2 - uid: 10878 components: - type: Transform - pos: -66.5,-53.5 + pos: 78.5,-36.5 parent: 2 - uid: 10879 components: - type: Transform - pos: -65.5,-53.5 + pos: 78.5,-37.5 parent: 2 - uid: 10880 components: - type: Transform - pos: -64.5,-53.5 + pos: 78.5,-38.5 parent: 2 - uid: 10881 components: - type: Transform - pos: -64.5,-52.5 + pos: 78.5,-39.5 parent: 2 - uid: 10882 components: - type: Transform - pos: -63.5,-52.5 + pos: 78.5,-40.5 parent: 2 - uid: 10883 components: - type: Transform - pos: -62.5,-52.5 + pos: 78.5,-41.5 parent: 2 - uid: 10884 components: - type: Transform - pos: -61.5,-52.5 + pos: 79.5,-41.5 parent: 2 - uid: 10885 components: - type: Transform - pos: -60.5,-52.5 + pos: 80.5,-41.5 parent: 2 - uid: 10886 components: - type: Transform - pos: -59.5,-52.5 + pos: 81.5,-41.5 parent: 2 - uid: 10887 components: - type: Transform - pos: -59.5,-51.5 + pos: 82.5,-41.5 parent: 2 - uid: 10888 components: - type: Transform - pos: -59.5,-50.5 + pos: 41.5,-40.5 parent: 2 - uid: 10889 components: - type: Transform - pos: -59.5,-49.5 + pos: 41.5,-39.5 parent: 2 - uid: 10890 components: - type: Transform - pos: -59.5,-48.5 + pos: 41.5,-38.5 parent: 2 - uid: 10891 components: - type: Transform - pos: -59.5,-47.5 + pos: 40.5,-38.5 parent: 2 - uid: 10892 components: - type: Transform - pos: -59.5,-46.5 + pos: 39.5,-38.5 parent: 2 - uid: 10893 components: - type: Transform - pos: -59.5,-45.5 + pos: 39.5,-39.5 parent: 2 - uid: 10894 components: - type: Transform - pos: -59.5,-44.5 + pos: 39.5,-40.5 parent: 2 - uid: 10895 components: - type: Transform - pos: -59.5,-43.5 + pos: 43.5,-50.5 parent: 2 - uid: 10896 components: - type: Transform - pos: -60.5,-43.5 + pos: 43.5,-49.5 parent: 2 - uid: 10897 components: - type: Transform - pos: -61.5,-43.5 + pos: 43.5,-48.5 parent: 2 - uid: 10898 components: - type: Transform - pos: -62.5,-43.5 + pos: 43.5,-47.5 parent: 2 - uid: 10899 components: - type: Transform - pos: -63.5,-43.5 + pos: 43.5,-46.5 parent: 2 - uid: 10900 components: - type: Transform - pos: -64.5,-43.5 + pos: 43.5,-45.5 parent: 2 - uid: 10901 components: - type: Transform - pos: -65.5,-43.5 + pos: 43.5,-44.5 parent: 2 - uid: 10902 components: - type: Transform - pos: -66.5,-43.5 + pos: 43.5,-43.5 parent: 2 - uid: 10903 components: - type: Transform - pos: -67.5,-43.5 + pos: 43.5,-42.5 parent: 2 - uid: 10904 components: - type: Transform - pos: -68.5,-43.5 + pos: 43.5,-41.5 parent: 2 - uid: 10905 components: - type: Transform - pos: -69.5,-43.5 + pos: 43.5,-40.5 parent: 2 - uid: 10906 components: - type: Transform - pos: -70.5,-43.5 + pos: 43.5,-39.5 parent: 2 - uid: 10907 components: - type: Transform - pos: -71.5,-43.5 + pos: 43.5,-38.5 parent: 2 - uid: 10908 components: - type: Transform - pos: -72.5,-43.5 + pos: 43.5,-37.5 parent: 2 - uid: 10909 components: - type: Transform - pos: -73.5,-43.5 + pos: 43.5,-36.5 parent: 2 - uid: 10910 components: - type: Transform - pos: -74.5,-43.5 + pos: 43.5,-35.5 parent: 2 - uid: 10911 components: - type: Transform - pos: -75.5,-43.5 + pos: 42.5,-35.5 parent: 2 - uid: 10912 components: - type: Transform - pos: -76.5,-43.5 + pos: 44.5,-44.5 parent: 2 - uid: 10913 components: - type: Transform - pos: -76.5,-44.5 + pos: 45.5,-44.5 parent: 2 - uid: 10914 components: - type: Transform - pos: -76.5,-45.5 + pos: 46.5,-44.5 parent: 2 - uid: 10915 components: - type: Transform - pos: -76.5,-46.5 + pos: 47.5,-44.5 parent: 2 - uid: 10916 components: - type: Transform - pos: -60.5,-45.5 + pos: 48.5,-44.5 parent: 2 - uid: 10917 components: - type: Transform - pos: -76.5,-42.5 + pos: 49.5,-44.5 parent: 2 - uid: 10918 components: - type: Transform - pos: -76.5,-41.5 + pos: 50.5,-44.5 parent: 2 - uid: 10919 components: - type: Transform - pos: -76.5,-40.5 + pos: 51.5,-44.5 parent: 2 - uid: 10920 components: - type: Transform - pos: -76.5,-39.5 + pos: 52.5,-44.5 parent: 2 - uid: 10921 components: - type: Transform - pos: -76.5,-38.5 + pos: 53.5,-44.5 parent: 2 - uid: 10922 components: - type: Transform - pos: -77.5,-38.5 + pos: 54.5,-44.5 parent: 2 - uid: 10923 components: - type: Transform - pos: -58.5,-52.5 + pos: 55.5,-44.5 parent: 2 - uid: 10924 components: - type: Transform - pos: -57.5,-52.5 + pos: 56.5,-44.5 parent: 2 - uid: 10925 components: - type: Transform - pos: -56.5,-52.5 + pos: 57.5,-44.5 parent: 2 - uid: 10926 components: - type: Transform - pos: -55.5,-52.5 + pos: 58.5,-44.5 parent: 2 - uid: 10927 components: - type: Transform - pos: -54.5,-52.5 + pos: 59.5,-44.5 parent: 2 - uid: 10928 components: - type: Transform - pos: -53.5,-52.5 + pos: 60.5,-44.5 parent: 2 - uid: 10929 components: - type: Transform - pos: -52.5,-52.5 + pos: 61.5,-44.5 parent: 2 - uid: 10930 components: - type: Transform - pos: -51.5,-52.5 + pos: 61.5,-45.5 parent: 2 - uid: 10931 components: - type: Transform - pos: -50.5,-52.5 + pos: 61.5,-46.5 parent: 2 - uid: 10932 components: - type: Transform - pos: -49.5,-52.5 + pos: 0.5,7.5 parent: 2 - uid: 10933 components: - type: Transform - pos: -49.5,-53.5 + pos: 21.5,18.5 parent: 2 - uid: 10934 components: - type: Transform - pos: -49.5,-54.5 + pos: 22.5,18.5 parent: 2 - uid: 10935 components: - type: Transform - pos: -49.5,-55.5 + pos: 22.5,17.5 parent: 2 - uid: 10936 components: - type: Transform - pos: -50.5,-55.5 + pos: 22.5,16.5 parent: 2 - uid: 10937 components: - type: Transform - pos: -51.5,-55.5 + pos: 21.5,16.5 parent: 2 - uid: 10938 components: - type: Transform - pos: -51.5,-56.5 + pos: 21.5,15.5 parent: 2 - uid: 10939 components: - type: Transform - pos: -51.5,-57.5 + pos: 21.5,14.5 parent: 2 - uid: 10940 components: - type: Transform - pos: -51.5,-58.5 + pos: 21.5,13.5 parent: 2 - uid: 10941 components: - type: Transform - pos: -51.5,-59.5 + pos: 21.5,12.5 parent: 2 - uid: 10942 components: - type: Transform - pos: -51.5,-60.5 + pos: 21.5,11.5 parent: 2 - uid: 10943 components: - type: Transform - pos: -51.5,-61.5 + pos: 20.5,11.5 parent: 2 - uid: 10944 components: - type: Transform - pos: -51.5,-62.5 + pos: 20.5,10.5 parent: 2 - uid: 10945 components: - type: Transform - pos: -51.5,-63.5 + pos: 20.5,9.5 parent: 2 - uid: 10946 components: - type: Transform - pos: -51.5,-64.5 + pos: 20.5,8.5 parent: 2 - uid: 10947 components: - type: Transform - pos: -50.5,-57.5 + pos: 21.5,8.5 parent: 2 - uid: 10948 components: - type: Transform - pos: -49.5,-57.5 + pos: 29.5,11.5 parent: 2 - uid: 10949 components: - type: Transform - pos: -51.5,-65.5 + pos: 27.5,1.5 parent: 2 - uid: 10950 components: - type: Transform - pos: -52.5,-65.5 + pos: 26.5,11.5 parent: 2 - uid: 10951 components: - type: Transform - pos: -53.5,-65.5 + pos: 23.5,16.5 parent: 2 - uid: 10952 components: - type: Transform - pos: -54.5,-65.5 + pos: 24.5,16.5 parent: 2 - uid: 10953 components: - type: Transform - pos: -55.5,-65.5 + pos: 25.5,16.5 parent: 2 - uid: 10954 components: - type: Transform - pos: -56.5,-65.5 + pos: 30.5,15.5 parent: 2 - uid: 10955 components: - type: Transform - pos: -57.5,-65.5 + pos: 12.5,7.5 parent: 2 - uid: 10956 components: - type: Transform - pos: -57.5,-64.5 + pos: 12.5,8.5 parent: 2 - uid: 10957 components: - type: Transform - pos: -57.5,-63.5 + pos: 13.5,8.5 parent: 2 - uid: 10958 components: - type: Transform - pos: -57.5,-62.5 + pos: 12.5,9.5 parent: 2 - uid: 10959 components: - type: Transform - pos: -57.5,-61.5 + pos: 12.5,10.5 parent: 2 - uid: 10960 components: - type: Transform - pos: -57.5,-60.5 + pos: 12.5,11.5 parent: 2 - uid: 10961 components: - type: Transform - pos: -58.5,-60.5 + pos: 13.5,11.5 parent: 2 - uid: 10962 components: - type: Transform - pos: -59.5,-60.5 + pos: 14.5,11.5 parent: 2 - uid: 10963 components: - type: Transform - pos: -60.5,-60.5 + pos: 14.5,12.5 parent: 2 - uid: 10964 components: - type: Transform - pos: -61.5,-60.5 + pos: 14.5,13.5 parent: 2 - uid: 10965 components: - type: Transform - pos: -62.5,-60.5 + pos: 13.5,13.5 parent: 2 - uid: 10966 components: - type: Transform - pos: -63.5,-60.5 + pos: 12.5,13.5 parent: 2 - uid: 10967 components: - type: Transform - pos: -64.5,-60.5 + pos: 11.5,13.5 parent: 2 - uid: 10968 components: - type: Transform - pos: -64.5,-59.5 + pos: 11.5,12.5 parent: 2 - uid: 10969 components: - type: Transform - pos: -64.5,-58.5 + pos: 11.5,14.5 parent: 2 - uid: 10970 components: - type: Transform - pos: -64.5,-57.5 + pos: 10.5,14.5 parent: 2 - uid: 10971 components: - type: Transform - pos: -64.5,-56.5 + pos: 9.5,14.5 parent: 2 - uid: 10972 components: - type: Transform - pos: -64.5,-55.5 + pos: 8.5,14.5 parent: 2 - uid: 10973 components: - type: Transform - pos: -64.5,-54.5 + pos: 8.5,15.5 parent: 2 - uid: 10974 components: - type: Transform - pos: -58.5,-65.5 + pos: 8.5,16.5 parent: 2 - uid: 10975 components: - type: Transform - pos: -59.5,-65.5 + pos: 8.5,17.5 parent: 2 - uid: 10976 components: - type: Transform - pos: -60.5,-65.5 + pos: 8.5,18.5 parent: 2 - uid: 10977 components: - type: Transform - pos: -61.5,-65.5 + pos: 8.5,19.5 parent: 2 - uid: 10978 components: - type: Transform - pos: -62.5,-65.5 + pos: 8.5,20.5 parent: 2 - uid: 10979 components: - type: Transform - pos: -63.5,-65.5 + pos: 7.5,16.5 parent: 2 - uid: 10980 components: - type: Transform - pos: -64.5,-65.5 + pos: 6.5,16.5 parent: 2 - uid: 10981 components: - type: Transform - pos: -65.5,-65.5 + pos: 5.5,16.5 parent: 2 - uid: 10982 components: - type: Transform - pos: -65.5,-64.5 + pos: 4.5,16.5 parent: 2 - uid: 10983 components: - type: Transform - pos: -65.5,-63.5 + pos: 3.5,16.5 parent: 2 - uid: 10984 components: - type: Transform - pos: -50.5,-65.5 + pos: 2.5,16.5 parent: 2 - uid: 10985 components: - type: Transform - pos: -49.5,-65.5 + pos: 1.5,16.5 parent: 2 - uid: 10986 components: - type: Transform - pos: -49.5,-66.5 + pos: 0.5,16.5 parent: 2 - uid: 10987 components: - type: Transform - pos: -49.5,-67.5 + pos: -0.5,16.5 parent: 2 - uid: 10988 components: - type: Transform - pos: -52.5,-68.5 + pos: -1.5,16.5 parent: 2 - uid: 10989 components: - type: Transform - pos: -58.5,-69.5 + pos: -2.5,16.5 parent: 2 - uid: 10990 components: - type: Transform - pos: -58.5,-68.5 + pos: -3.5,16.5 parent: 2 - uid: 10991 components: - type: Transform - pos: -58.5,-67.5 + pos: -4.5,16.5 parent: 2 - uid: 10992 components: - type: Transform - pos: -58.5,-66.5 + pos: -5.5,16.5 parent: 2 - uid: 10993 components: - type: Transform - pos: -41.5,-89.5 + pos: -6.5,16.5 parent: 2 - uid: 10994 components: - type: Transform - pos: -41.5,-88.5 + pos: -7.5,16.5 parent: 2 - uid: 10995 components: - type: Transform - pos: -40.5,-88.5 + pos: -0.5,17.5 parent: 2 - uid: 10996 components: - type: Transform - pos: -39.5,-88.5 + pos: -0.5,18.5 parent: 2 - uid: 10997 components: - type: Transform - pos: -38.5,-88.5 + pos: -0.5,19.5 parent: 2 - uid: 10998 components: - type: Transform - pos: -38.5,-87.5 + pos: -0.5,20.5 parent: 2 - uid: 10999 components: - type: Transform - pos: -38.5,-86.5 + pos: -0.5,21.5 parent: 2 - uid: 11000 components: - type: Transform - pos: -38.5,-85.5 + pos: -0.5,22.5 parent: 2 - uid: 11001 components: - type: Transform - pos: -39.5,-85.5 + pos: 0.5,22.5 parent: 2 - uid: 11002 components: - type: Transform - pos: -40.5,-85.5 + pos: 1.5,22.5 parent: 2 - uid: 11003 components: - type: Transform - pos: -41.5,-85.5 + pos: 2.5,22.5 parent: 2 - uid: 11004 components: - type: Transform - pos: -41.5,-84.5 + pos: 3.5,22.5 parent: 2 - uid: 11005 components: - type: Transform - pos: -41.5,-83.5 + pos: 4.5,22.5 parent: 2 - uid: 11006 components: - type: Transform - pos: -41.5,-82.5 + pos: 5.5,22.5 parent: 2 - uid: 11007 components: - type: Transform - pos: -41.5,-81.5 + pos: 6.5,22.5 parent: 2 - uid: 11008 components: - type: Transform - pos: -41.5,-80.5 + pos: 7.5,22.5 parent: 2 - uid: 11009 components: - type: Transform - pos: -42.5,-80.5 + pos: 8.5,22.5 parent: 2 - uid: 11010 components: - type: Transform - pos: -43.5,-80.5 + pos: 8.5,21.5 parent: 2 - uid: 11011 components: - type: Transform - pos: -44.5,-80.5 + pos: 2.5,21.5 parent: 2 - uid: 11012 components: - type: Transform - pos: -45.5,-80.5 + pos: 2.5,20.5 parent: 2 - uid: 11013 components: - type: Transform - pos: -45.5,-81.5 + pos: 0.5,15.5 parent: 2 - uid: 11014 components: - type: Transform - pos: -45.5,-82.5 + pos: 0.5,14.5 parent: 2 - uid: 11015 components: - type: Transform - pos: -43.5,-79.5 + pos: 0.5,13.5 parent: 2 - uid: 11016 components: - type: Transform - pos: -43.5,-78.5 + pos: 0.5,12.5 parent: 2 - uid: 11017 components: - type: Transform - pos: -43.5,-77.5 + pos: 0.5,11.5 parent: 2 - uid: 11018 components: - type: Transform - pos: -43.5,-76.5 + pos: 0.5,10.5 parent: 2 - uid: 11019 components: - type: Transform - pos: -43.5,-75.5 + pos: 0.5,9.5 parent: 2 - uid: 11020 components: - type: Transform - pos: -43.5,-74.5 + pos: 0.5,8.5 parent: 2 - uid: 11021 components: - type: Transform - pos: -43.5,-73.5 + pos: 1.5,8.5 parent: 2 - uid: 11022 components: - type: Transform - pos: -43.5,-72.5 + pos: 2.5,8.5 parent: 2 - uid: 11023 components: - type: Transform - pos: -43.5,-71.5 + pos: 3.5,8.5 parent: 2 - uid: 11024 components: - type: Transform - pos: -42.5,-71.5 + pos: 4.5,8.5 parent: 2 - uid: 11025 components: - type: Transform - pos: -41.5,-71.5 + pos: 5.5,8.5 parent: 2 - uid: 11026 components: - type: Transform - pos: -42.5,-73.5 + pos: 6.5,8.5 parent: 2 - uid: 11027 components: - type: Transform - pos: -41.5,-73.5 + pos: 7.5,8.5 parent: 2 - uid: 11028 components: - type: Transform - pos: -40.5,-73.5 + pos: 8.5,8.5 parent: 2 - uid: 11029 components: - type: Transform - pos: -39.5,-73.5 + pos: 9.5,8.5 parent: 2 - uid: 11030 components: - type: Transform - pos: -38.5,-73.5 + pos: 10.5,8.5 parent: 2 - uid: 11031 components: - type: Transform - pos: -37.5,-73.5 + pos: -0.5,10.5 parent: 2 - uid: 11032 components: - type: Transform - pos: -37.5,-72.5 + pos: -1.5,10.5 parent: 2 - uid: 11033 components: - type: Transform - pos: -41.5,-70.5 + pos: -2.5,10.5 parent: 2 - uid: 11034 components: - type: Transform - pos: -40.5,-70.5 + pos: -3.5,10.5 parent: 2 - uid: 11035 components: - type: Transform - pos: -39.5,-70.5 + pos: -4.5,10.5 parent: 2 - uid: 11036 components: - type: Transform - pos: -38.5,-70.5 + pos: -5.5,10.5 parent: 2 - uid: 11037 components: - type: Transform - pos: -37.5,-70.5 + pos: -6.5,10.5 parent: 2 - uid: 11038 components: - type: Transform - pos: -36.5,-70.5 + pos: -7.5,10.5 parent: 2 - uid: 11039 components: - type: Transform - pos: -43.5,-70.5 + pos: -8.5,10.5 parent: 2 - uid: 11040 components: - type: Transform - pos: -43.5,-69.5 + pos: -8.5,9.5 parent: 2 - uid: 11041 components: - type: Transform - pos: -43.5,-68.5 + pos: -8.5,8.5 parent: 2 - uid: 11042 components: - type: Transform - pos: -43.5,-67.5 + pos: 0.5,6.5 parent: 2 - uid: 11043 components: - type: Transform - pos: -43.5,-66.5 + pos: 0.5,5.5 parent: 2 - uid: 11044 components: - type: Transform - pos: -43.5,-65.5 + pos: -0.5,5.5 parent: 2 - uid: 11045 components: - type: Transform - pos: -43.5,-64.5 + pos: -1.5,5.5 parent: 2 - uid: 11046 components: - type: Transform - pos: -33.5,-62.5 + pos: -36.5,8.5 parent: 2 - uid: 11047 components: - type: Transform - pos: -43.5,-63.5 + pos: -37.5,8.5 parent: 2 - uid: 11048 components: - type: Transform - pos: -43.5,-62.5 + pos: -38.5,8.5 parent: 2 - uid: 11049 components: - type: Transform - pos: -43.5,-61.5 + pos: -39.5,8.5 parent: 2 - uid: 11050 components: - type: Transform - pos: -43.5,-60.5 + pos: -39.5,7.5 parent: 2 - uid: 11051 components: - type: Transform - pos: -43.5,-59.5 + pos: -39.5,6.5 parent: 2 - uid: 11052 components: - type: Transform - pos: -43.5,-58.5 + pos: -39.5,5.5 parent: 2 - uid: 11053 components: - type: Transform - pos: -42.5,-58.5 + pos: -39.5,4.5 parent: 2 - uid: 11054 components: - type: Transform - pos: -41.5,-58.5 + pos: -39.5,3.5 parent: 2 - uid: 11055 components: - type: Transform - pos: -40.5,-58.5 + pos: -39.5,2.5 parent: 2 - uid: 11056 components: - type: Transform - pos: -39.5,-58.5 + pos: -39.5,1.5 parent: 2 - uid: 11057 components: - type: Transform - pos: -38.5,-58.5 + pos: -38.5,1.5 parent: 2 - uid: 11058 components: - type: Transform - pos: -37.5,-58.5 + pos: -37.5,1.5 parent: 2 - uid: 11059 components: - type: Transform - pos: -37.5,-57.5 + pos: -36.5,1.5 parent: 2 - uid: 11060 components: - type: Transform - pos: -37.5,-56.5 + pos: -35.5,1.5 parent: 2 - uid: 11061 components: - type: Transform - pos: -40.5,-57.5 + pos: -34.5,1.5 parent: 2 - uid: 11062 components: - type: Transform - pos: -40.5,-56.5 + pos: -33.5,1.5 parent: 2 - uid: 11063 components: - type: Transform - pos: -43.5,-57.5 + pos: -32.5,1.5 parent: 2 - uid: 11064 components: - type: Transform - pos: -43.5,-56.5 + pos: -31.5,1.5 parent: 2 - uid: 11065 components: - type: Transform - pos: -43.5,-55.5 + pos: -30.5,1.5 parent: 2 - uid: 11066 components: - type: Transform - pos: -43.5,-54.5 + pos: -29.5,1.5 parent: 2 - uid: 11067 components: - type: Transform - pos: -43.5,-53.5 + pos: -30.5,2.5 parent: 2 - uid: 11068 components: - type: Transform - pos: -43.5,-52.5 + pos: -30.5,3.5 parent: 2 - uid: 11069 components: - type: Transform - pos: -44.5,-52.5 + pos: -30.5,4.5 parent: 2 - uid: 11070 components: - type: Transform - pos: -45.5,-52.5 + pos: -30.5,5.5 parent: 2 - uid: 11071 components: - type: Transform - pos: -45.5,-51.5 + pos: -30.5,6.5 parent: 2 - uid: 11072 components: - type: Transform - pos: -38.5,-84.5 + pos: -30.5,7.5 parent: 2 - uid: 11073 components: - type: Transform - pos: -38.5,-83.5 + pos: -30.5,8.5 parent: 2 - uid: 11074 components: - type: Transform - pos: -38.5,-82.5 + pos: -30.5,9.5 parent: 2 - uid: 11075 components: - type: Transform - pos: -38.5,-81.5 + pos: -30.5,10.5 parent: 2 - uid: 11076 components: - type: Transform - pos: -38.5,-80.5 + pos: -31.5,10.5 parent: 2 - uid: 11077 components: - type: Transform - pos: -38.5,-79.5 + pos: -32.5,10.5 parent: 2 - uid: 11078 components: - type: Transform - pos: -38.5,-78.5 + pos: -28.5,1.5 parent: 2 - uid: 11079 components: - type: Transform - pos: -38.5,-77.5 + pos: -27.5,1.5 parent: 2 - uid: 11080 components: - type: Transform - pos: -38.5,-76.5 + pos: -26.5,1.5 parent: 2 - uid: 11081 components: - type: Transform - pos: -37.5,-76.5 + pos: -25.5,1.5 parent: 2 - uid: 11082 components: - type: Transform - pos: -36.5,-76.5 + pos: -24.5,1.5 parent: 2 - uid: 11083 components: - type: Transform - pos: -35.5,-76.5 + pos: -23.5,1.5 parent: 2 - uid: 11084 components: - type: Transform - pos: -34.5,-76.5 + pos: -22.5,1.5 parent: 2 - uid: 11085 components: - type: Transform - pos: -33.5,-76.5 + pos: -21.5,1.5 parent: 2 - uid: 11086 components: - type: Transform - pos: -32.5,-76.5 + pos: -20.5,1.5 parent: 2 - uid: 11087 components: - type: Transform - pos: -32.5,-75.5 + pos: -20.5,2.5 parent: 2 - uid: 11088 components: - type: Transform - pos: -32.5,-74.5 + pos: -20.5,3.5 parent: 2 - uid: 11089 components: - type: Transform - pos: -32.5,-73.5 + pos: -20.5,4.5 parent: 2 - uid: 11090 components: - type: Transform - pos: -32.5,-72.5 + pos: -19.5,4.5 parent: 2 - uid: 11091 components: - type: Transform - pos: -32.5,-71.5 + pos: -18.5,4.5 parent: 2 - uid: 11092 components: - type: Transform - pos: -32.5,-70.5 + pos: -40.5,8.5 parent: 2 - uid: 11093 components: - type: Transform - pos: -31.5,-70.5 + pos: -41.5,8.5 parent: 2 - uid: 11094 components: - type: Transform - pos: -31.5,-69.5 + pos: -42.5,8.5 parent: 2 - uid: 11095 components: - type: Transform - pos: -31.5,-68.5 + pos: -43.5,8.5 parent: 2 - uid: 11096 components: - type: Transform - pos: -31.5,-67.5 + pos: -44.5,8.5 parent: 2 - uid: 11097 components: - type: Transform - pos: -31.5,-66.5 + pos: -45.5,8.5 parent: 2 - uid: 11098 components: - type: Transform - pos: -31.5,-65.5 + pos: -46.5,8.5 parent: 2 - uid: 11099 components: - type: Transform - pos: -31.5,-64.5 + pos: -47.5,8.5 parent: 2 - uid: 11100 components: - type: Transform - pos: -32.5,-64.5 + pos: -48.5,8.5 parent: 2 - uid: 11101 components: - type: Transform - pos: -32.5,-63.5 + pos: -49.5,8.5 parent: 2 - uid: 11102 components: - type: Transform - pos: -32.5,-62.5 + pos: -49.5,7.5 parent: 2 - uid: 11103 components: - type: Transform - pos: -32.5,-61.5 + pos: -49.5,6.5 parent: 2 - uid: 11104 components: - type: Transform - pos: -32.5,-60.5 + pos: -49.5,5.5 parent: 2 - uid: 11105 components: - type: Transform - pos: -32.5,-59.5 + pos: -49.5,3.5 parent: 2 - uid: 11106 components: - type: Transform - pos: -32.5,-58.5 + pos: -49.5,1.5 parent: 2 - uid: 11107 components: - type: Transform - pos: -33.5,-58.5 + pos: -49.5,0.5 parent: 2 - uid: 11108 components: - type: Transform - pos: -34.5,-58.5 + pos: -49.5,-0.5 parent: 2 - uid: 11109 components: - type: Transform - pos: -35.5,-58.5 + pos: -49.5,-1.5 parent: 2 - uid: 11110 components: - type: Transform - pos: -36.5,-58.5 + pos: -49.5,-2.5 parent: 2 - uid: 11111 components: - type: Transform - pos: -32.5,-77.5 + pos: -51.5,-2.5 parent: 2 - uid: 11112 components: - type: Transform - pos: -24.5,-80.5 + pos: -52.5,-2.5 parent: 2 - uid: 11113 components: - type: Transform - pos: -24.5,-79.5 + pos: -53.5,-2.5 parent: 2 - uid: 11114 components: - type: Transform - pos: -24.5,-78.5 + pos: -54.5,-3.5 parent: 2 - uid: 11115 components: - type: Transform - pos: -24.5,-77.5 + pos: -54.5,-4.5 parent: 2 - uid: 11116 components: - type: Transform - pos: -24.5,-76.5 + pos: -54.5,-5.5 parent: 2 - uid: 11117 components: - type: Transform - pos: -24.5,-75.5 + pos: -54.5,-6.5 parent: 2 - uid: 11118 components: - type: Transform - pos: -24.5,-74.5 + pos: -52.5,-6.5 parent: 2 - uid: 11119 components: - type: Transform - pos: -25.5,-74.5 + pos: -51.5,-6.5 parent: 2 - uid: 11120 components: - type: Transform - pos: -26.5,-74.5 + pos: -48.5,3.5 parent: 2 - uid: 11121 components: - type: Transform - pos: -24.5,-81.5 + pos: -47.5,3.5 parent: 2 - uid: 11122 components: - type: Transform - pos: -23.5,-77.5 + pos: -44.5,3.5 parent: 2 - uid: 11123 components: - type: Transform - pos: -22.5,-77.5 + pos: -43.5,3.5 parent: 2 - uid: 11124 components: - type: Transform - pos: -24.5,-82.5 + pos: -42.5,3.5 parent: 2 - uid: 11125 components: - type: Transform - pos: -25.5,-82.5 + pos: -42.5,2.5 parent: 2 - uid: 11126 components: - type: Transform - pos: -26.5,-82.5 + pos: -42.5,1.5 parent: 2 - uid: 11127 components: - type: Transform - pos: -25.5,-80.5 + pos: -42.5,0.5 parent: 2 - uid: 11128 components: - type: Transform - pos: -26.5,-80.5 + pos: -42.5,-0.5 parent: 2 - uid: 11129 components: - type: Transform - pos: -27.5,-80.5 + pos: -42.5,-1.5 parent: 2 - uid: 11130 components: - type: Transform - pos: -28.5,-80.5 + pos: -42.5,-2.5 parent: 2 - uid: 11131 components: - type: Transform - pos: -29.5,-80.5 + pos: -42.5,-3.5 parent: 2 - uid: 11132 components: - type: Transform - pos: -30.5,-80.5 + pos: -41.5,-3.5 parent: 2 - uid: 11133 components: - type: Transform - pos: -31.5,-80.5 + pos: -40.5,-3.5 parent: 2 - uid: 11134 components: - type: Transform - pos: -32.5,-80.5 + pos: -39.5,-3.5 parent: 2 - uid: 11135 components: - type: Transform - pos: -32.5,-81.5 + pos: -38.5,-3.5 parent: 2 - uid: 11136 components: - type: Transform - pos: -32.5,-82.5 + pos: -37.5,-3.5 parent: 2 - uid: 11137 components: - type: Transform - pos: -32.5,-83.5 + pos: -37.5,-2.5 parent: 2 - uid: 11138 components: - type: Transform - pos: -32.5,-84.5 + pos: -36.5,-2.5 parent: 2 - uid: 11139 components: - type: Transform - pos: -32.5,-85.5 + pos: -35.5,-2.5 parent: 2 - uid: 11140 components: - type: Transform - pos: -32.5,-86.5 + pos: -34.5,-2.5 parent: 2 - uid: 11141 components: - type: Transform - pos: -32.5,-87.5 + pos: -33.5,-2.5 parent: 2 - uid: 11142 components: - type: Transform - pos: -32.5,-88.5 + pos: -32.5,-2.5 parent: 2 - uid: 11143 components: - type: Transform - pos: -32.5,-89.5 + pos: -32.5,-1.5 parent: 2 - uid: 11144 components: - type: Transform - pos: -32.5,-90.5 + pos: -32.5,-0.5 parent: 2 - uid: 11145 components: - type: Transform - pos: -32.5,-91.5 + pos: -32.5,0.5 parent: 2 - uid: 11146 components: - type: Transform - pos: -33.5,-93.5 + pos: -42.5,-4.5 parent: 2 - uid: 11147 components: - type: Transform - pos: -32.5,-93.5 + pos: -42.5,-5.5 parent: 2 - uid: 11148 components: - type: Transform - pos: -33.5,-91.5 + pos: -42.5,-6.5 parent: 2 - uid: 11149 components: - type: Transform - pos: -31.5,-93.5 + pos: -41.5,-6.5 parent: 2 - uid: 11150 components: - type: Transform - pos: -30.5,-93.5 + pos: -40.5,-6.5 parent: 2 - uid: 11151 components: - type: Transform - pos: -30.5,-94.5 + pos: -42.5,-7.5 parent: 2 - uid: 11152 components: - type: Transform - pos: -30.5,-95.5 + pos: -42.5,-8.5 parent: 2 - uid: 11153 components: - type: Transform - pos: -30.5,-96.5 + pos: -42.5,-9.5 parent: 2 - uid: 11154 components: - type: Transform - pos: -29.5,-96.5 + pos: -42.5,-10.5 parent: 2 - uid: 11155 components: - type: Transform - pos: -28.5,-96.5 + pos: -42.5,-11.5 parent: 2 - uid: 11156 components: - type: Transform - pos: -33.5,-92.5 + pos: -42.5,-12.5 parent: 2 - uid: 11157 components: - type: Transform - pos: -34.5,-92.5 + pos: -42.5,-13.5 parent: 2 - uid: 11158 components: - type: Transform - pos: -35.5,-92.5 + pos: -42.5,-14.5 parent: 2 - uid: 11159 components: - type: Transform - pos: -36.5,-92.5 + pos: -41.5,-8.5 parent: 2 - uid: 11160 components: - type: Transform - pos: -37.5,-92.5 + pos: -40.5,-8.5 parent: 2 - uid: 11161 components: - type: Transform - pos: -38.5,-92.5 + pos: -39.5,-8.5 parent: 2 - uid: 11162 components: - type: Transform - pos: -39.5,-92.5 + pos: -38.5,-8.5 parent: 2 - uid: 11163 components: - type: Transform - pos: -40.5,-92.5 + pos: -37.5,-8.5 parent: 2 - uid: 11164 components: - type: Transform - pos: -41.5,-92.5 + pos: -36.5,-8.5 parent: 2 - uid: 11165 components: - type: Transform - pos: -41.5,-91.5 + pos: -36.5,-9.5 parent: 2 - uid: 11166 components: - type: Transform - pos: 31.5,-76.5 + pos: -36.5,-10.5 parent: 2 - uid: 11167 components: - type: Transform - pos: 30.5,-76.5 + pos: -37.5,-10.5 parent: 2 - uid: 11168 components: - type: Transform - pos: 29.5,-76.5 + pos: -42.5,-15.5 parent: 2 - uid: 11169 components: - type: Transform - pos: 29.5,-77.5 + pos: -43.5,-15.5 parent: 2 - uid: 11170 components: - type: Transform - pos: 20.5,-87.5 + pos: -44.5,-15.5 parent: 2 - uid: 11171 components: - type: Transform - pos: 21.5,-87.5 + pos: -45.5,-15.5 parent: 2 - uid: 11172 components: - type: Transform - pos: 22.5,-87.5 + pos: -46.5,-15.5 parent: 2 - uid: 11173 components: - type: Transform - pos: 22.5,-86.5 + pos: -47.5,-15.5 parent: 2 - uid: 11174 components: - type: Transform - pos: 22.5,-85.5 + pos: -48.5,-15.5 parent: 2 - uid: 11175 components: - type: Transform - pos: 22.5,-84.5 + pos: -49.5,-15.5 parent: 2 - uid: 11176 components: - type: Transform - pos: 21.5,-84.5 + pos: -50.5,-15.5 parent: 2 - uid: 11177 components: - type: Transform - pos: 20.5,-84.5 + pos: -51.5,-15.5 parent: 2 - uid: 11178 components: - type: Transform - pos: 19.5,-84.5 + pos: -52.5,-15.5 parent: 2 - uid: 11179 components: - type: Transform - pos: 18.5,-84.5 + pos: -52.5,-14.5 parent: 2 - uid: 11180 components: - type: Transform - pos: 17.5,-84.5 + pos: -52.5,-13.5 parent: 2 - uid: 11181 components: - type: Transform - pos: 16.5,-84.5 + pos: -52.5,-12.5 parent: 2 - uid: 11182 components: - type: Transform - pos: 15.5,-84.5 + pos: -52.5,-11.5 parent: 2 - uid: 11183 components: - type: Transform - pos: 14.5,-84.5 + pos: -59.5,-25.5 parent: 2 - uid: 11184 components: - type: Transform - pos: 14.5,-83.5 + pos: -59.5,-27.5 parent: 2 - uid: 11185 components: - type: Transform - pos: 13.5,-83.5 + pos: -59.5,-28.5 parent: 2 - uid: 11186 components: - type: Transform - pos: 13.5,-82.5 + pos: -58.5,-28.5 parent: 2 - uid: 11187 components: - type: Transform - pos: 12.5,-83.5 + pos: -57.5,-28.5 parent: 2 - uid: 11188 components: - type: Transform - pos: 11.5,-83.5 + pos: -56.5,-28.5 parent: 2 - uid: 11189 components: - type: Transform - pos: 10.5,-83.5 + pos: -55.5,-28.5 parent: 2 - uid: 11190 components: - type: Transform - pos: 10.5,-84.5 + pos: -54.5,-28.5 parent: 2 - uid: 11191 components: - type: Transform - pos: 10.5,-85.5 + pos: -53.5,-28.5 parent: 2 - uid: 11192 components: - type: Transform - pos: 10.5,-86.5 + pos: -52.5,-28.5 parent: 2 - uid: 11193 components: - type: Transform - pos: 10.5,-87.5 + pos: -51.5,-28.5 parent: 2 - uid: 11194 components: - type: Transform - pos: 9.5,-87.5 + pos: -50.5,-28.5 parent: 2 - uid: 11195 components: - type: Transform - pos: 8.5,-87.5 + pos: -49.5,-28.5 parent: 2 - uid: 11196 components: - type: Transform - pos: 7.5,-87.5 + pos: -48.5,-28.5 parent: 2 - uid: 11197 components: - type: Transform - pos: 7.5,-88.5 + pos: -47.5,-28.5 parent: 2 - uid: 11198 components: - type: Transform - pos: 7.5,-89.5 + pos: -46.5,-28.5 parent: 2 - uid: 11199 components: - type: Transform - pos: 7.5,-90.5 + pos: -45.5,-28.5 parent: 2 - uid: 11200 components: - type: Transform - pos: 6.5,-90.5 + pos: -44.5,-28.5 parent: 2 - uid: 11201 components: - type: Transform - pos: 5.5,-90.5 + pos: -44.5,-27.5 parent: 2 - uid: 11202 components: - type: Transform - pos: 4.5,-90.5 + pos: -44.5,-26.5 parent: 2 - uid: 11203 components: - type: Transform - pos: 3.5,-90.5 + pos: -52.5,-27.5 parent: 2 - uid: 11204 components: - type: Transform - pos: 2.5,-90.5 + pos: -52.5,-26.5 parent: 2 - uid: 11205 components: - type: Transform - pos: 1.5,-90.5 + pos: -52.5,-25.5 parent: 2 - uid: 11206 components: - type: Transform - pos: 1.5,-91.5 + pos: -52.5,-24.5 parent: 2 - uid: 11207 components: - type: Transform - pos: 1.5,-92.5 + pos: -51.5,-24.5 parent: 2 - uid: 11208 components: - type: Transform - pos: 0.5,-90.5 + pos: -50.5,-24.5 parent: 2 - uid: 11209 components: - type: Transform - pos: -0.5,-90.5 + pos: -50.5,-29.5 parent: 2 - uid: 11210 components: - type: Transform - pos: -1.5,-90.5 + pos: -50.5,-30.5 parent: 2 - uid: 11211 components: - type: Transform - pos: -1.5,-91.5 + pos: -50.5,-31.5 parent: 2 - uid: 11212 components: - type: Transform - pos: -1.5,-92.5 + pos: -50.5,-32.5 parent: 2 - uid: 11213 components: - type: Transform - pos: -1.5,-93.5 + pos: -50.5,-33.5 parent: 2 - uid: 11214 components: - type: Transform - pos: -1.5,-94.5 + pos: -51.5,-33.5 parent: 2 - uid: 11215 components: - type: Transform - pos: -1.5,-95.5 + pos: -43.5,-28.5 parent: 2 - uid: 11216 components: - type: Transform - pos: -1.5,-96.5 + pos: -42.5,-28.5 parent: 2 - uid: 11217 components: - type: Transform - pos: -1.5,-97.5 + pos: -41.5,-28.5 parent: 2 - uid: 11218 components: - type: Transform - pos: -2.5,-97.5 + pos: -41.5,-29.5 parent: 2 - uid: 11219 components: - type: Transform - pos: -0.5,-89.5 + pos: -41.5,-30.5 parent: 2 - uid: 11220 components: - type: Transform - pos: -0.5,-88.5 + pos: -41.5,-31.5 parent: 2 - uid: 11221 components: - type: Transform - pos: -0.5,-87.5 + pos: -41.5,-32.5 parent: 2 - uid: 11222 components: - type: Transform - pos: -0.5,-86.5 + pos: -41.5,-33.5 parent: 2 - uid: 11223 components: - type: Transform - pos: -0.5,-85.5 + pos: -41.5,-34.5 parent: 2 - uid: 11224 components: - type: Transform - pos: -0.5,-84.5 + pos: -41.5,-35.5 parent: 2 - uid: 11225 components: - type: Transform - pos: -1.5,-84.5 + pos: -41.5,-36.5 parent: 2 - uid: 11226 components: - type: Transform - pos: -2.5,-84.5 + pos: -41.5,-37.5 parent: 2 - uid: 11227 components: - type: Transform - pos: -3.5,-84.5 + pos: -42.5,-37.5 parent: 2 - uid: 11228 components: - type: Transform - pos: -3.5,-83.5 + pos: -43.5,-37.5 parent: 2 - uid: 11229 components: - type: Transform - pos: -3.5,-82.5 + pos: -44.5,-37.5 parent: 2 - uid: 11230 components: - type: Transform - pos: -4.5,-82.5 + pos: -45.5,-37.5 parent: 2 - uid: 11231 components: - type: Transform - pos: -5.5,-82.5 + pos: -40.5,-33.5 parent: 2 - uid: 11232 components: - type: Transform - pos: 10.5,-82.5 + pos: -39.5,-33.5 parent: 2 - uid: 11233 components: - type: Transform - pos: 10.5,-81.5 + pos: -41.5,-27.5 parent: 2 - uid: 11234 components: - type: Transform - pos: 10.5,-80.5 + pos: -41.5,-26.5 parent: 2 - uid: 11235 components: - type: Transform - pos: 10.5,-79.5 + pos: -41.5,-25.5 parent: 2 - uid: 11236 components: - type: Transform - pos: 9.5,-79.5 + pos: -41.5,-24.5 parent: 2 - uid: 11237 components: - type: Transform - pos: 8.5,-79.5 + pos: -41.5,-23.5 parent: 2 - uid: 11238 components: - type: Transform - pos: 7.5,-79.5 + pos: -41.5,-22.5 parent: 2 - uid: 11239 components: - type: Transform - pos: 6.5,-79.5 + pos: -41.5,-21.5 parent: 2 - uid: 11240 components: - type: Transform - pos: 5.5,-79.5 + pos: -41.5,-20.5 parent: 2 - uid: 11241 components: - type: Transform - pos: 4.5,-79.5 + pos: -41.5,-19.5 parent: 2 - uid: 11242 components: - type: Transform - pos: 3.5,-79.5 + pos: -41.5,-18.5 parent: 2 - uid: 11243 components: - type: Transform - pos: 2.5,-79.5 + pos: -40.5,-18.5 parent: 2 - uid: 11244 components: - type: Transform - pos: 1.5,-79.5 + pos: -39.5,-18.5 parent: 2 - uid: 11245 components: - type: Transform - pos: 0.5,-79.5 + pos: -59.5,-39.5 parent: 2 - uid: 11246 components: - type: Transform - pos: -0.5,-79.5 + pos: -59.5,-38.5 parent: 2 - uid: 11247 components: - type: Transform - pos: -0.5,-80.5 + pos: -59.5,-37.5 parent: 2 - uid: 11248 components: - type: Transform - pos: -0.5,-81.5 + pos: -59.5,-36.5 parent: 2 - uid: 11249 components: - type: Transform - pos: -0.5,-82.5 + pos: -59.5,-35.5 parent: 2 - uid: 11250 components: - type: Transform - pos: -0.5,-83.5 + pos: -59.5,-34.5 parent: 2 - uid: 11251 components: - type: Transform - pos: -11.5,-87.5 + pos: -59.5,-33.5 parent: 2 - uid: 11252 components: - type: Transform - pos: -12.5,-87.5 + pos: -59.5,-32.5 parent: 2 - uid: 11253 components: - type: Transform - pos: -13.5,-87.5 + pos: -59.5,-31.5 parent: 2 - uid: 11254 components: - type: Transform - pos: -13.5,-88.5 + pos: -59.5,-30.5 parent: 2 - uid: 11255 components: - type: Transform - pos: -13.5,-89.5 + pos: -59.5,-29.5 parent: 2 - uid: 11256 components: - type: Transform - pos: -13.5,-90.5 + pos: 50.5,-86.5 parent: 2 - uid: 11257 components: - type: Transform - pos: -12.5,-90.5 + pos: -68.5,-53.5 parent: 2 - uid: 11258 components: - type: Transform - pos: -11.5,-90.5 + pos: -67.5,-53.5 parent: 2 - uid: 11259 components: - type: Transform - pos: -10.5,-90.5 + pos: -66.5,-53.5 parent: 2 - uid: 11260 components: - type: Transform - pos: -9.5,-90.5 + pos: -65.5,-53.5 parent: 2 - uid: 11261 components: - type: Transform - pos: -8.5,-90.5 + pos: -64.5,-53.5 parent: 2 - uid: 11262 components: - type: Transform - pos: -7.5,-90.5 + pos: -64.5,-52.5 parent: 2 - uid: 11263 components: - type: Transform - pos: -6.5,-90.5 + pos: -63.5,-52.5 parent: 2 - uid: 11264 components: - type: Transform - pos: -7.5,-91.5 + pos: -62.5,-52.5 parent: 2 - uid: 11265 components: - type: Transform - pos: -6.5,-89.5 + pos: -61.5,-52.5 parent: 2 - uid: 11266 components: - type: Transform - pos: -6.5,-88.5 + pos: -60.5,-52.5 parent: 2 - uid: 11267 components: - type: Transform - pos: -6.5,-87.5 + pos: -59.5,-52.5 parent: 2 - uid: 11268 components: - type: Transform - pos: -6.5,-86.5 + pos: -59.5,-51.5 parent: 2 - uid: 11269 components: - type: Transform - pos: -6.5,-85.5 + pos: -59.5,-50.5 parent: 2 - uid: 11270 components: - type: Transform - pos: -5.5,-85.5 + pos: -59.5,-49.5 parent: 2 - uid: 11271 components: - type: Transform - pos: 72.5,-32.5 + pos: -59.5,-48.5 parent: 2 - uid: 11272 components: - type: Transform - pos: 71.5,-32.5 + pos: -59.5,-47.5 parent: 2 - uid: 11273 components: - type: Transform - pos: 71.5,-31.5 + pos: -59.5,-46.5 parent: 2 - uid: 11274 components: - type: Transform - pos: 71.5,-30.5 + pos: -59.5,-45.5 parent: 2 - uid: 11275 components: - type: Transform - pos: -0.5,-78.5 + pos: -59.5,-44.5 parent: 2 - uid: 11276 components: - type: Transform - pos: -0.5,-77.5 + pos: -59.5,-43.5 parent: 2 - uid: 11277 components: - type: Transform - pos: -0.5,-76.5 + pos: -60.5,-43.5 parent: 2 - uid: 11278 components: - type: Transform - pos: -0.5,-75.5 + pos: -61.5,-43.5 parent: 2 - uid: 11279 components: - type: Transform - pos: -0.5,-74.5 + pos: -62.5,-43.5 parent: 2 - uid: 11280 components: - type: Transform - pos: 40.5,-59.5 + pos: -63.5,-43.5 parent: 2 - uid: 11281 components: - type: Transform - pos: 40.5,-58.5 + pos: -64.5,-43.5 parent: 2 - uid: 11282 components: - type: Transform - pos: 40.5,-57.5 + pos: -65.5,-43.5 parent: 2 - uid: 11283 components: - type: Transform - pos: 40.5,-56.5 + pos: -66.5,-43.5 parent: 2 - uid: 11284 components: - type: Transform - pos: 40.5,-55.5 + pos: -67.5,-43.5 parent: 2 - uid: 11285 components: - type: Transform - pos: 40.5,-54.5 + pos: -68.5,-43.5 parent: 2 - uid: 11286 components: - type: Transform - pos: 39.5,-54.5 + pos: -69.5,-43.5 parent: 2 - uid: 11287 components: - type: Transform - pos: 38.5,-54.5 + pos: -70.5,-43.5 parent: 2 - uid: 11288 components: - type: Transform - pos: 37.5,-54.5 + pos: -71.5,-43.5 parent: 2 - uid: 11289 components: - type: Transform - pos: 36.5,-54.5 + pos: -72.5,-43.5 parent: 2 - uid: 11290 components: - type: Transform - pos: 35.5,-54.5 + pos: -73.5,-43.5 parent: 2 - uid: 11291 components: - type: Transform - pos: 34.5,-54.5 + pos: -74.5,-43.5 parent: 2 - uid: 11292 components: - type: Transform - pos: 33.5,-54.5 + pos: -75.5,-43.5 parent: 2 - uid: 11293 components: - type: Transform - pos: 32.5,-54.5 + pos: -76.5,-43.5 parent: 2 - uid: 11294 components: - type: Transform - pos: 31.5,-54.5 + pos: -76.5,-44.5 parent: 2 - uid: 11295 components: - type: Transform - pos: 30.5,-54.5 + pos: -76.5,-45.5 parent: 2 - uid: 11296 components: - type: Transform - pos: 30.5,-53.5 + pos: -76.5,-46.5 parent: 2 - uid: 11297 components: - type: Transform - pos: 30.5,-52.5 + pos: -60.5,-45.5 parent: 2 - uid: 11298 components: - type: Transform - pos: 44.5,-30.5 + pos: -76.5,-42.5 parent: 2 - uid: 11299 components: - type: Transform - pos: 44.5,-31.5 + pos: -76.5,-41.5 parent: 2 - uid: 11300 components: - type: Transform - pos: 44.5,-32.5 + pos: -76.5,-40.5 parent: 2 - uid: 11301 components: - type: Transform - pos: 43.5,-32.5 + pos: -76.5,-39.5 parent: 2 - uid: 11302 components: - type: Transform - pos: 42.5,-32.5 + pos: -76.5,-38.5 parent: 2 - uid: 11303 components: - type: Transform - pos: 41.5,-32.5 + pos: -77.5,-38.5 parent: 2 - uid: 11304 components: - type: Transform - pos: 40.5,-32.5 + pos: -58.5,-52.5 parent: 2 - uid: 11305 components: - type: Transform - pos: 39.5,-32.5 + pos: -57.5,-52.5 parent: 2 - uid: 11306 components: - type: Transform - pos: 38.5,-32.5 + pos: -56.5,-52.5 parent: 2 - uid: 11307 components: - type: Transform - pos: 37.5,-32.5 + pos: -55.5,-52.5 parent: 2 - uid: 11308 components: - type: Transform - pos: 36.5,-32.5 + pos: -54.5,-52.5 parent: 2 - uid: 11309 components: - type: Transform - pos: 35.5,-32.5 + pos: -53.5,-52.5 parent: 2 - uid: 11310 components: - type: Transform - pos: 34.5,-32.5 + pos: -52.5,-52.5 parent: 2 - uid: 11311 components: - type: Transform - pos: 33.5,-32.5 + pos: -51.5,-52.5 parent: 2 - uid: 11312 components: - type: Transform - pos: 32.5,-32.5 + pos: -50.5,-52.5 parent: 2 - uid: 11313 components: - type: Transform - pos: 31.5,-32.5 + pos: -49.5,-52.5 parent: 2 - uid: 11314 components: - type: Transform - pos: 30.5,-32.5 + pos: -49.5,-53.5 parent: 2 - uid: 11315 components: - type: Transform - pos: 29.5,-32.5 + pos: -49.5,-54.5 parent: 2 - uid: 11316 components: - type: Transform - pos: 28.5,-32.5 + pos: -49.5,-55.5 parent: 2 - uid: 11317 components: - type: Transform - pos: 27.5,-32.5 + pos: -50.5,-55.5 parent: 2 - uid: 11318 components: - type: Transform - pos: 26.5,-32.5 + pos: -51.5,-55.5 parent: 2 - uid: 11319 components: - type: Transform - pos: 25.5,-32.5 + pos: -51.5,-56.5 parent: 2 - uid: 11320 components: - type: Transform - pos: 29.5,-31.5 + pos: -51.5,-57.5 parent: 2 - uid: 11321 components: - type: Transform - pos: 29.5,-30.5 + pos: -51.5,-58.5 parent: 2 - uid: 11322 components: - type: Transform - pos: 29.5,-29.5 + pos: -51.5,-59.5 parent: 2 - uid: 11323 components: - type: Transform - pos: 29.5,-28.5 + pos: -51.5,-60.5 parent: 2 - uid: 11324 components: - type: Transform - pos: 29.5,-27.5 + pos: -51.5,-61.5 parent: 2 - uid: 11325 components: - type: Transform - pos: 29.5,-26.5 + pos: -51.5,-62.5 parent: 2 - uid: 11326 components: - type: Transform - pos: 29.5,-25.5 + pos: -51.5,-63.5 parent: 2 - uid: 11327 components: - type: Transform - pos: 30.5,-25.5 + pos: -51.5,-64.5 parent: 2 - uid: 11328 components: - type: Transform - pos: 31.5,-25.5 + pos: -50.5,-57.5 parent: 2 - uid: 11329 components: - type: Transform - pos: 22.5,8.5 + pos: -49.5,-57.5 parent: 2 - uid: 11330 components: - type: Transform - pos: 26.5,-2.5 + pos: -51.5,-65.5 parent: 2 - uid: 11331 components: - type: Transform - pos: 25.5,-2.5 + pos: -52.5,-65.5 parent: 2 - uid: 11332 components: - type: Transform - pos: 24.5,-2.5 + pos: -53.5,-65.5 parent: 2 - uid: 11333 components: - type: Transform - pos: 23.5,-2.5 + pos: -54.5,-65.5 parent: 2 - uid: 11334 components: - type: Transform - pos: 23.5,-1.5 + pos: -55.5,-65.5 parent: 2 - uid: 11335 components: - type: Transform - pos: 23.5,-0.5 + pos: -56.5,-65.5 parent: 2 - uid: 11336 components: - type: Transform - pos: -25.5,0.5 + pos: -57.5,-65.5 parent: 2 - uid: 11337 components: - type: Transform - pos: -25.5,-0.5 + pos: -57.5,-64.5 parent: 2 - uid: 11338 components: - type: Transform - pos: -25.5,-1.5 + pos: -57.5,-63.5 parent: 2 - uid: 11339 components: - type: Transform - pos: -24.5,-1.5 + pos: -57.5,-62.5 parent: 2 - uid: 11340 components: - type: Transform - pos: -32.5,-27.5 + pos: -57.5,-61.5 parent: 2 - uid: 11341 components: - type: Transform - pos: -32.5,-28.5 + pos: -57.5,-60.5 parent: 2 - uid: 11342 components: - type: Transform - pos: -32.5,-29.5 + pos: -58.5,-60.5 parent: 2 - uid: 11343 components: - type: Transform - pos: -32.5,-30.5 + pos: -59.5,-60.5 parent: 2 - uid: 11344 components: - type: Transform - pos: -31.5,-30.5 + pos: -60.5,-60.5 parent: 2 - uid: 11345 components: - type: Transform - pos: -40.5,-37.5 + pos: -61.5,-60.5 parent: 2 - uid: 11346 components: - type: Transform - pos: -39.5,-37.5 + pos: -62.5,-60.5 parent: 2 - uid: 11347 components: - type: Transform - pos: -38.5,-37.5 + pos: -63.5,-60.5 parent: 2 - uid: 11348 components: - type: Transform - pos: -37.5,-37.5 + pos: -64.5,-60.5 parent: 2 - uid: 11349 components: - type: Transform - pos: -36.5,-37.5 + pos: -64.5,-59.5 parent: 2 - uid: 11350 components: - type: Transform - pos: -35.5,-37.5 + pos: -64.5,-58.5 parent: 2 - uid: 11351 components: - type: Transform - pos: -35.5,-38.5 + pos: -64.5,-57.5 parent: 2 - uid: 11352 components: - type: Transform - pos: -35.5,-39.5 + pos: -64.5,-56.5 parent: 2 - uid: 11353 components: - type: Transform - pos: -35.5,-40.5 + pos: -64.5,-55.5 parent: 2 - uid: 11354 components: - type: Transform - pos: -35.5,-41.5 + pos: -64.5,-54.5 parent: 2 - uid: 11355 components: - type: Transform - pos: -35.5,-42.5 + pos: -58.5,-65.5 parent: 2 - uid: 11356 components: - type: Transform - pos: -35.5,-43.5 + pos: -59.5,-65.5 parent: 2 - uid: 11357 components: - type: Transform - pos: -34.5,-43.5 + pos: -60.5,-65.5 parent: 2 - uid: 11358 components: - type: Transform - pos: -33.5,-43.5 + pos: -61.5,-65.5 parent: 2 - uid: 11359 components: - type: Transform - pos: -33.5,-44.5 + pos: -62.5,-65.5 parent: 2 - uid: 11360 components: - type: Transform - pos: -33.5,-45.5 + pos: -63.5,-65.5 parent: 2 - uid: 11361 components: - type: Transform - pos: -32.5,-57.5 + pos: -64.5,-65.5 parent: 2 - uid: 11362 components: - type: Transform - pos: -32.5,-56.5 + pos: -65.5,-65.5 parent: 2 - uid: 11363 components: - type: Transform - pos: -32.5,-55.5 + pos: -65.5,-64.5 parent: 2 - uid: 11364 components: - type: Transform - pos: -31.5,-55.5 + pos: -65.5,-63.5 parent: 2 - uid: 11365 components: - type: Transform - pos: -30.5,-55.5 + pos: -50.5,-65.5 parent: 2 - uid: 11366 components: - type: Transform - pos: -30.5,-56.5 + pos: -49.5,-65.5 parent: 2 - uid: 11367 components: - type: Transform - pos: 23.5,7.5 + pos: -49.5,-66.5 parent: 2 - uid: 11368 components: - type: Transform - pos: 26.5,-0.5 + pos: -49.5,-67.5 parent: 2 - uid: 11369 components: - type: Transform - pos: 26.5,-1.5 + pos: -52.5,-68.5 parent: 2 - uid: 11370 components: - type: Transform - pos: 34.5,1.5 + pos: -58.5,-69.5 parent: 2 - uid: 11371 components: - type: Transform - pos: 32.5,1.5 + pos: -58.5,-68.5 parent: 2 - uid: 11372 components: - type: Transform - pos: -41.5,-93.5 + pos: -58.5,-67.5 parent: 2 - uid: 11373 components: - type: Transform - pos: -60.5,-29.5 + pos: -58.5,-66.5 parent: 2 - uid: 11374 components: - type: Transform - pos: -61.5,-29.5 + pos: -41.5,-89.5 parent: 2 - uid: 11375 components: - type: Transform - pos: -62.5,-29.5 + pos: -41.5,-88.5 parent: 2 - uid: 11376 components: - type: Transform - pos: -62.5,-28.5 + pos: -40.5,-88.5 parent: 2 - uid: 11377 components: - type: Transform - pos: -62.5,-27.5 + pos: -39.5,-88.5 parent: 2 - uid: 11378 components: - type: Transform - pos: -62.5,-26.5 + pos: -38.5,-88.5 parent: 2 - uid: 11379 components: - type: Transform - pos: -62.5,-25.5 + pos: -38.5,-87.5 parent: 2 - uid: 11380 components: - type: Transform - pos: -62.5,-24.5 + pos: -38.5,-86.5 parent: 2 - uid: 11381 components: - type: Transform - pos: -62.5,-23.5 + pos: -38.5,-85.5 parent: 2 - uid: 11382 components: - type: Transform - pos: -62.5,-22.5 + pos: -39.5,-85.5 parent: 2 - uid: 11383 components: - type: Transform - pos: -62.5,-21.5 + pos: -40.5,-85.5 parent: 2 - uid: 11384 components: - type: Transform - pos: -63.5,-21.5 + pos: -41.5,-85.5 parent: 2 - uid: 11385 components: - type: Transform - pos: -64.5,-21.5 + pos: -41.5,-84.5 parent: 2 - uid: 11386 components: - type: Transform - pos: -64.5,-20.5 + pos: -41.5,-83.5 parent: 2 - uid: 11387 components: - type: Transform - pos: -64.5,-19.5 + pos: -41.5,-82.5 parent: 2 - uid: 11388 components: - type: Transform - pos: -64.5,-18.5 + pos: -41.5,-81.5 parent: 2 - uid: 11389 components: - type: Transform - pos: -64.5,-17.5 + pos: -41.5,-80.5 parent: 2 - uid: 11390 components: - type: Transform - pos: -65.5,-17.5 + pos: -42.5,-80.5 parent: 2 - uid: 11391 components: - type: Transform - pos: -66.5,-17.5 + pos: -43.5,-80.5 parent: 2 - uid: 11392 components: - type: Transform - pos: -66.5,-16.5 + pos: -44.5,-80.5 parent: 2 - uid: 11393 components: - type: Transform - pos: 47.5,-86.5 + pos: -45.5,-80.5 parent: 2 - uid: 11394 components: - type: Transform - pos: 46.5,-86.5 + pos: -45.5,-81.5 parent: 2 - uid: 11395 components: - type: Transform - pos: 45.5,-86.5 + pos: -45.5,-82.5 parent: 2 - uid: 11396 components: - type: Transform - pos: 45.5,-87.5 + pos: -43.5,-79.5 parent: 2 - uid: 11397 components: - type: Transform - pos: 45.5,-88.5 + pos: -43.5,-78.5 parent: 2 - uid: 11398 components: - type: Transform - pos: 45.5,-89.5 + pos: -43.5,-77.5 parent: 2 - uid: 11399 components: - type: Transform - pos: 45.5,-90.5 + pos: -43.5,-76.5 parent: 2 - uid: 11400 components: - type: Transform - pos: 69.5,-63.5 + pos: -43.5,-75.5 parent: 2 - uid: 11401 components: - type: Transform - pos: 44.5,-91.5 + pos: -43.5,-74.5 parent: 2 - uid: 11402 components: - type: Transform - pos: -44.5,9.5 + pos: -43.5,-73.5 parent: 2 - uid: 11403 components: - type: Transform - pos: -44.5,10.5 + pos: -43.5,-72.5 parent: 2 - uid: 11404 components: - type: Transform - pos: -55.5,-51.5 + pos: -43.5,-71.5 parent: 2 - uid: 11405 components: - type: Transform - pos: -55.5,-50.5 + pos: -42.5,-71.5 parent: 2 - uid: 11406 components: - type: Transform - pos: 63.5,-68.5 + pos: -41.5,-71.5 parent: 2 - uid: 11407 components: - type: Transform - pos: 63.5,-67.5 + pos: -42.5,-73.5 parent: 2 - uid: 11408 components: - type: Transform - pos: 32.5,-23.5 + pos: -41.5,-73.5 parent: 2 - uid: 11409 components: - type: Transform - pos: 74.5,-64.5 + pos: -40.5,-73.5 parent: 2 - uid: 11410 components: - type: Transform - pos: 69.5,-58.5 + pos: -39.5,-73.5 parent: 2 - uid: 11411 components: - type: Transform - pos: 69.5,-57.5 + pos: -38.5,-73.5 parent: 2 - uid: 11412 components: - type: Transform - pos: 69.5,-59.5 + pos: -37.5,-73.5 parent: 2 - uid: 11413 components: - type: Transform - pos: 79.5,-45.5 + pos: -37.5,-72.5 parent: 2 - uid: 11414 components: - type: Transform - pos: 77.5,-64.5 + pos: -41.5,-70.5 parent: 2 - uid: 11415 components: - type: Transform - pos: 78.5,-64.5 + pos: -40.5,-70.5 parent: 2 - uid: 11416 components: - type: Transform - pos: 74.5,-54.5 + pos: -39.5,-70.5 parent: 2 - uid: 11417 components: - type: Transform - pos: 65.5,-60.5 + pos: -38.5,-70.5 parent: 2 - uid: 11418 components: - type: Transform - pos: 69.5,-60.5 + pos: -37.5,-70.5 parent: 2 - uid: 11419 components: - type: Transform - pos: 66.5,-60.5 + pos: -36.5,-70.5 parent: 2 - uid: 11420 components: - type: Transform - pos: 67.5,-60.5 + pos: -43.5,-70.5 parent: 2 - uid: 11421 components: - type: Transform - pos: 69.5,-61.5 + pos: -43.5,-69.5 parent: 2 - uid: 11422 components: - type: Transform - pos: 68.5,-60.5 + pos: -43.5,-68.5 parent: 2 - uid: 11423 components: - type: Transform - pos: 75.5,-54.5 + pos: -43.5,-67.5 parent: 2 - uid: 11424 components: - type: Transform - pos: 77.5,-54.5 + pos: -43.5,-66.5 parent: 2 - uid: 11425 components: - type: Transform - pos: 96.5,-40.5 + pos: -43.5,-65.5 parent: 2 - uid: 11426 components: - type: Transform - pos: 106.5,-45.5 + pos: -43.5,-64.5 parent: 2 - uid: 11427 components: - type: Transform - pos: -34.5,-111.5 + pos: -33.5,-62.5 parent: 2 - uid: 11428 components: - type: Transform - pos: -34.5,-114.5 + pos: -43.5,-63.5 parent: 2 - uid: 11429 components: - type: Transform - pos: -35.5,-121.5 + pos: -43.5,-62.5 parent: 2 - uid: 11430 components: - type: Transform - pos: -41.5,-116.5 + pos: -43.5,-61.5 parent: 2 - uid: 11431 components: - type: Transform - pos: -34.5,-110.5 + pos: -43.5,-60.5 parent: 2 - uid: 11432 components: - type: Transform - pos: -33.5,-117.5 + pos: -43.5,-59.5 parent: 2 - uid: 11433 components: - type: Transform - pos: -34.5,-117.5 + pos: -43.5,-58.5 parent: 2 - uid: 11434 components: - type: Transform - pos: -33.5,-121.5 + pos: -42.5,-58.5 parent: 2 - uid: 11435 components: - type: Transform - pos: 76.5,-54.5 + pos: -41.5,-58.5 parent: 2 - uid: 11436 components: - type: Transform - pos: 78.5,-54.5 + pos: -40.5,-58.5 parent: 2 - uid: 11437 components: - type: Transform - pos: 73.5,-54.5 + pos: -39.5,-58.5 parent: 2 - uid: 11438 components: - type: Transform - pos: 33.5,17.5 + pos: -38.5,-58.5 parent: 2 - uid: 11439 components: - type: Transform - pos: -33.5,-119.5 + pos: -37.5,-58.5 parent: 2 - uid: 11440 components: - type: Transform - pos: 69.5,-55.5 + pos: -37.5,-57.5 parent: 2 - uid: 11441 components: - type: Transform - pos: -34.5,-121.5 + pos: -37.5,-56.5 parent: 2 - uid: 11442 components: - type: Transform - pos: 37.5,-83.5 + pos: -40.5,-57.5 parent: 2 - uid: 11443 components: - type: Transform - pos: -33.5,-120.5 + pos: -40.5,-56.5 parent: 2 - uid: 11444 components: - type: Transform - pos: -34.5,-113.5 + pos: -43.5,-57.5 parent: 2 - uid: 11445 components: - type: Transform - pos: -34.5,-115.5 + pos: -43.5,-56.5 parent: 2 - uid: 11446 components: - type: Transform - pos: -34.5,-112.5 + pos: -43.5,-55.5 parent: 2 - uid: 11447 components: - type: Transform - pos: -34.5,-116.5 + pos: -43.5,-54.5 parent: 2 - uid: 11448 components: - type: Transform - pos: -62.5,-66.5 + pos: -43.5,-53.5 parent: 2 - uid: 11449 components: - type: Transform - pos: 109.5,-46.5 + pos: -43.5,-52.5 parent: 2 - uid: 11450 components: - type: Transform - pos: 109.5,-44.5 + pos: -44.5,-52.5 parent: 2 - uid: 11451 components: - type: Transform - pos: 107.5,-54.5 + pos: -45.5,-52.5 parent: 2 - uid: 11452 components: - type: Transform - pos: 108.5,-54.5 + pos: -45.5,-51.5 parent: 2 - uid: 11453 components: - type: Transform - pos: 34.5,17.5 + pos: -38.5,-84.5 parent: 2 - uid: 11454 components: - type: Transform - pos: 33.5,1.5 + pos: -38.5,-83.5 parent: 2 - uid: 11455 components: - type: Transform - pos: 100.5,-52.5 + pos: -38.5,-82.5 parent: 2 - uid: 11456 components: - type: Transform - pos: 30.5,11.5 + pos: -38.5,-81.5 parent: 2 - uid: 11457 components: - type: Transform - pos: -62.5,-68.5 + pos: -38.5,-80.5 parent: 2 - uid: 11458 components: - type: Transform - pos: 66.5,-62.5 + pos: -38.5,-79.5 parent: 2 - uid: 11459 components: - type: Transform - pos: 66.5,-61.5 + pos: -38.5,-78.5 parent: 2 - uid: 11460 components: - type: Transform - pos: 70.5,-55.5 + pos: -38.5,-77.5 parent: 2 - uid: 11461 components: - type: Transform - pos: 70.5,-54.5 + pos: -38.5,-76.5 parent: 2 - uid: 11462 components: - type: Transform - pos: 72.5,-64.5 + pos: -37.5,-76.5 parent: 2 - uid: 11463 components: - type: Transform - pos: 54.5,-56.5 + pos: -36.5,-76.5 parent: 2 - uid: 11464 components: - type: Transform - pos: 53.5,-56.5 + pos: -35.5,-76.5 parent: 2 - uid: 11465 components: - type: Transform - pos: 30.5,13.5 + pos: -34.5,-76.5 parent: 2 - uid: 11466 components: - type: Transform - pos: 30.5,12.5 + pos: -33.5,-76.5 parent: 2 - uid: 11467 components: - type: Transform - pos: 22.5,1.5 + pos: -32.5,-76.5 parent: 2 - uid: 11468 components: - type: Transform - pos: -62.5,-67.5 + pos: -32.5,-75.5 parent: 2 - uid: 11469 components: - type: Transform - pos: -73.5,6.5 + pos: -32.5,-74.5 parent: 2 - uid: 11470 components: - type: Transform - pos: 21.5,1.5 + pos: -32.5,-73.5 parent: 2 - uid: 11471 components: - type: Transform - pos: 100.5,-47.5 + pos: -32.5,-72.5 parent: 2 - uid: 11472 components: - type: Transform - pos: 100.5,-49.5 + pos: -32.5,-71.5 parent: 2 - uid: 11473 components: - type: Transform - pos: -55.5,-97.5 + pos: -32.5,-70.5 parent: 2 - uid: 11474 components: - type: Transform - pos: -55.5,-95.5 + pos: -31.5,-70.5 parent: 2 - uid: 11475 components: - type: Transform - pos: -3.5,-74.5 + pos: -31.5,-69.5 parent: 2 - uid: 11476 components: - type: Transform - pos: -55.5,-94.5 + pos: -31.5,-68.5 parent: 2 - uid: 11477 components: - type: Transform - pos: 30.5,14.5 + pos: -31.5,-67.5 parent: 2 - uid: 11478 components: - type: Transform - pos: 104.5,-53.5 + pos: -31.5,-66.5 parent: 2 - uid: 11479 components: - type: Transform - pos: -1.5,-74.5 + pos: -31.5,-65.5 parent: 2 - uid: 11480 components: - type: Transform - pos: -47.5,-13.5 + pos: -31.5,-64.5 parent: 2 - uid: 11481 components: - type: Transform - pos: -47.5,-14.5 + pos: -32.5,-64.5 parent: 2 - uid: 11482 components: - type: Transform - pos: -48.5,-11.5 + pos: -32.5,-63.5 parent: 2 - uid: 11483 components: - type: Transform - pos: -47.5,-11.5 + pos: -32.5,-62.5 parent: 2 - uid: 11484 components: - type: Transform - pos: -47.5,-12.5 + pos: -32.5,-61.5 parent: 2 - uid: 11485 components: - type: Transform - pos: -65.5,-69.5 + pos: -32.5,-60.5 parent: 2 - uid: 11486 components: - type: Transform - pos: -5.5,-74.5 + pos: -32.5,-59.5 parent: 2 - uid: 11487 components: - type: Transform - pos: 41.5,24.5 + pos: -32.5,-58.5 parent: 2 - uid: 11488 components: - type: Transform - pos: 30.5,1.5 + pos: -33.5,-58.5 parent: 2 - uid: 11489 components: - type: Transform - pos: 29.5,1.5 + pos: -34.5,-58.5 parent: 2 - uid: 11490 components: - type: Transform - pos: -66.5,-69.5 + pos: -35.5,-58.5 parent: 2 - uid: 11491 components: - type: Transform - pos: 25.5,1.5 + pos: -36.5,-58.5 parent: 2 - uid: 11492 components: - type: Transform - pos: -44.5,-119.5 + pos: -32.5,-77.5 parent: 2 - uid: 11493 components: - type: Transform - pos: 31.5,1.5 + pos: -24.5,-80.5 parent: 2 - uid: 11494 components: - type: Transform - pos: -42.5,-119.5 + pos: -24.5,-79.5 parent: 2 - uid: 11495 components: - type: Transform - pos: 32.5,-24.5 + pos: -24.5,-78.5 parent: 2 - uid: 11496 components: - type: Transform - pos: 86.5,-48.5 + pos: -24.5,-77.5 parent: 2 - uid: 11497 components: - type: Transform - pos: 86.5,-47.5 + pos: -24.5,-76.5 parent: 2 - uid: 11498 components: - type: Transform - pos: 45.5,-91.5 + pos: -24.5,-75.5 parent: 2 - uid: 11499 components: - type: Transform - pos: -41.5,-120.5 + pos: -24.5,-74.5 parent: 2 - uid: 11500 components: - type: Transform - pos: 23.5,4.5 + pos: -25.5,-74.5 parent: 2 - uid: 11501 components: - type: Transform - pos: -43.5,-119.5 + pos: -26.5,-74.5 parent: 2 - uid: 11502 components: - type: Transform - pos: 24.5,1.5 + pos: -24.5,-81.5 parent: 2 - uid: 11503 components: - type: Transform - pos: 51.5,-18.5 + pos: -23.5,-77.5 parent: 2 - uid: 11504 components: - type: Transform - pos: 46.5,-16.5 + pos: -22.5,-77.5 parent: 2 - uid: 11505 components: - type: Transform - pos: -35.5,8.5 + pos: -24.5,-82.5 parent: 2 - uid: 11506 components: - type: Transform - pos: 100.5,-45.5 + pos: -25.5,-82.5 parent: 2 - uid: 11507 components: - type: Transform - pos: 101.5,-52.5 + pos: -26.5,-82.5 parent: 2 - uid: 11508 components: - type: Transform - pos: 103.5,-52.5 + pos: -25.5,-80.5 parent: 2 - uid: 11509 components: - type: Transform - pos: 102.5,-52.5 + pos: -26.5,-80.5 parent: 2 - uid: 11510 components: - type: Transform - pos: 101.5,-45.5 + pos: -27.5,-80.5 parent: 2 - uid: 11511 components: - type: Transform - pos: 99.5,-45.5 + pos: -28.5,-80.5 parent: 2 - uid: 11512 components: - type: Transform - pos: -36.5,-116.5 + pos: -29.5,-80.5 parent: 2 - uid: 11513 components: - type: Transform - pos: -37.5,-116.5 + pos: -30.5,-80.5 parent: 2 - uid: 11514 components: - type: Transform - pos: -35.5,-116.5 + pos: -31.5,-80.5 parent: 2 - uid: 11515 components: - type: Transform - pos: -64.5,-69.5 + pos: -32.5,-80.5 parent: 2 - uid: 11516 components: - type: Transform - pos: 74.5,-46.5 + pos: -32.5,-81.5 parent: 2 - uid: 11517 components: - type: Transform - pos: -37.5,-121.5 + pos: -32.5,-82.5 parent: 2 - uid: 11518 components: - type: Transform - pos: -41.5,-119.5 + pos: -32.5,-83.5 parent: 2 - uid: 11519 components: - type: Transform - pos: -38.5,-121.5 + pos: -32.5,-84.5 parent: 2 - uid: 11520 components: - type: Transform - pos: 75.5,-46.5 + pos: -32.5,-85.5 parent: 2 - uid: 11521 components: - type: Transform - pos: -36.5,-121.5 + pos: -32.5,-86.5 parent: 2 - uid: 11522 components: - type: Transform - pos: -39.5,-121.5 + pos: -32.5,-87.5 parent: 2 - uid: 11523 components: - type: Transform - pos: 98.5,-47.5 + pos: -32.5,-88.5 parent: 2 - uid: 11524 components: - type: Transform - pos: 98.5,-45.5 + pos: -32.5,-89.5 parent: 2 - uid: 11525 components: - type: Transform - pos: 94.5,-40.5 + pos: -32.5,-90.5 parent: 2 - uid: 11526 components: - type: Transform - pos: 104.5,-55.5 + pos: -32.5,-91.5 parent: 2 - uid: 11527 components: - type: Transform - pos: 99.5,-47.5 + pos: -33.5,-93.5 parent: 2 - uid: 11528 components: - type: Transform - pos: 104.5,-52.5 + pos: -32.5,-93.5 parent: 2 - uid: 11529 components: - type: Transform - pos: 109.5,-50.5 + pos: -33.5,-91.5 parent: 2 - uid: 11530 components: - type: Transform - pos: 105.5,-55.5 + pos: -31.5,-93.5 parent: 2 - uid: 11531 components: - type: Transform - pos: 109.5,-51.5 + pos: -30.5,-93.5 parent: 2 - uid: 11532 components: - type: Transform - pos: 97.5,-40.5 + pos: -30.5,-94.5 parent: 2 - uid: 11533 components: - type: Transform - pos: 100.5,-50.5 + pos: -30.5,-95.5 parent: 2 - uid: 11534 components: - type: Transform - pos: 108.5,-53.5 + pos: -30.5,-96.5 parent: 2 - uid: 11535 components: - type: Transform - pos: 93.5,-40.5 + pos: -29.5,-96.5 parent: 2 - uid: 11536 components: - type: Transform - pos: 104.5,-45.5 + pos: -28.5,-96.5 parent: 2 - uid: 11537 components: - type: Transform - pos: 106.5,-44.5 + pos: -33.5,-92.5 parent: 2 - uid: 11538 components: - type: Transform - pos: 102.5,-45.5 + pos: -34.5,-92.5 parent: 2 - uid: 11539 components: - type: Transform - pos: 105.5,-45.5 + pos: -35.5,-92.5 parent: 2 - uid: 11540 components: - type: Transform - pos: 108.5,-52.5 + pos: -36.5,-92.5 parent: 2 - uid: 11541 components: - type: Transform - pos: 107.5,-44.5 + pos: -37.5,-92.5 parent: 2 - uid: 11542 components: - type: Transform - pos: 109.5,-45.5 + pos: -38.5,-92.5 parent: 2 - uid: 11543 components: - type: Transform - pos: 98.5,-44.5 + pos: -39.5,-92.5 parent: 2 - uid: 11544 components: - type: Transform - pos: 100.5,-48.5 + pos: -40.5,-92.5 parent: 2 - uid: 11545 components: - type: Transform - pos: 108.5,-44.5 + pos: -41.5,-92.5 parent: 2 - uid: 11546 components: - type: Transform - pos: 95.5,-40.5 + pos: -41.5,-91.5 parent: 2 - uid: 11547 components: - type: Transform - pos: 98.5,-40.5 + pos: 31.5,-76.5 parent: 2 - uid: 11548 components: - type: Transform - pos: 109.5,-48.5 + pos: 30.5,-76.5 parent: 2 - uid: 11549 components: - type: Transform - pos: 109.5,-47.5 + pos: 29.5,-76.5 parent: 2 - uid: 11550 components: - type: Transform - pos: 104.5,-54.5 + pos: 29.5,-77.5 parent: 2 - uid: 11551 components: - type: Transform - pos: 98.5,-46.5 + pos: 20.5,-87.5 parent: 2 - uid: 11552 components: - type: Transform - pos: 103.5,-45.5 + pos: 21.5,-87.5 parent: 2 - uid: 11553 components: - type: Transform - pos: 99.5,-51.5 + pos: 22.5,-87.5 parent: 2 - uid: 11554 components: - type: Transform - pos: 98.5,-62.5 + pos: 22.5,-86.5 parent: 2 - uid: 11555 components: - type: Transform - pos: 99.5,-62.5 + pos: 22.5,-85.5 parent: 2 - uid: 11556 components: - type: Transform - pos: 101.5,-62.5 + pos: 22.5,-84.5 parent: 2 - uid: 11557 components: - type: Transform - pos: 100.5,-62.5 + pos: 21.5,-84.5 parent: 2 - uid: 11558 components: - type: Transform - pos: 47.5,-59.5 + pos: 20.5,-84.5 parent: 2 - uid: 11559 components: - type: Transform - pos: 47.5,-58.5 + pos: 19.5,-84.5 parent: 2 - uid: 11560 components: - type: Transform - pos: 47.5,-60.5 + pos: 18.5,-84.5 parent: 2 - uid: 11561 components: - type: Transform - pos: 47.5,-61.5 + pos: 17.5,-84.5 parent: 2 - uid: 11562 components: - type: Transform - pos: -50.5,-69.5 + pos: 16.5,-84.5 parent: 2 - uid: 11563 components: - type: Transform - pos: -49.5,-11.5 + pos: 15.5,-84.5 parent: 2 - uid: 11564 components: - type: Transform - pos: -50.5,-11.5 + pos: 14.5,-84.5 parent: 2 - uid: 11565 components: - type: Transform - pos: 92.5,-40.5 + pos: 14.5,-83.5 parent: 2 - uid: 11566 components: - type: Transform - pos: 100.5,-51.5 + pos: 13.5,-83.5 parent: 2 - uid: 11567 components: - type: Transform - pos: -4.5,-74.5 + pos: 13.5,-82.5 parent: 2 - uid: 11568 components: - type: Transform - pos: -5.5,-73.5 + pos: 12.5,-83.5 parent: 2 - uid: 11569 components: - type: Transform - pos: -2.5,-74.5 + pos: 11.5,-83.5 parent: 2 - uid: 11570 components: - type: Transform - pos: 9.5,20.5 + pos: 10.5,-83.5 parent: 2 - uid: 11571 components: - type: Transform - pos: 10.5,20.5 + pos: 10.5,-84.5 parent: 2 - uid: 11572 components: - type: Transform - pos: 11.5,20.5 + pos: 10.5,-85.5 parent: 2 - uid: 11573 components: - type: Transform - pos: 12.5,20.5 + pos: 10.5,-86.5 parent: 2 - uid: 11574 components: - type: Transform - pos: 13.5,20.5 + pos: 10.5,-87.5 parent: 2 - uid: 11575 components: - type: Transform - pos: 19.5,20.5 + pos: 9.5,-87.5 parent: 2 - uid: 11576 components: - type: Transform - pos: 44.5,-16.5 + pos: 8.5,-87.5 parent: 2 - uid: 11577 components: - type: Transform - pos: -40.5,-121.5 + pos: 7.5,-87.5 parent: 2 - uid: 11578 components: - type: Transform - pos: -41.5,-121.5 + pos: 7.5,-88.5 parent: 2 - uid: 11579 components: - type: Transform - pos: -55.5,-102.5 + pos: 7.5,-89.5 parent: 2 - uid: 11580 components: - type: Transform - pos: 82.5,-46.5 + pos: 7.5,-90.5 parent: 2 - uid: 11581 components: - type: Transform - pos: 82.5,-47.5 + pos: 6.5,-90.5 parent: 2 - uid: 11582 components: - type: Transform - pos: 81.5,-47.5 + pos: 5.5,-90.5 parent: 2 - uid: 11583 components: - type: Transform - pos: -54.5,-94.5 + pos: 4.5,-90.5 parent: 2 - uid: 11584 components: - type: Transform - pos: 80.5,-47.5 + pos: 3.5,-90.5 parent: 2 - uid: 11585 components: - type: Transform - pos: 85.5,-47.5 + pos: 2.5,-90.5 parent: 2 - uid: 11586 components: - type: Transform - pos: 84.5,-47.5 + pos: 1.5,-90.5 parent: 2 - uid: 11587 components: - type: Transform - pos: 83.5,-47.5 + pos: 1.5,-91.5 parent: 2 - uid: 11588 components: - type: Transform - pos: -65.5,4.5 + pos: 1.5,-92.5 parent: 2 - uid: 11589 components: - type: Transform - pos: -65.5,3.5 + pos: 0.5,-90.5 parent: 2 - uid: 11590 components: - type: Transform - pos: -82.5,-2.5 + pos: -0.5,-90.5 parent: 2 - uid: 11591 components: - type: Transform - pos: -67.5,3.5 + pos: -1.5,-90.5 parent: 2 - uid: 11592 components: - type: Transform - pos: -68.5,4.5 + pos: -1.5,-91.5 parent: 2 - uid: 11593 components: - type: Transform - pos: -68.5,5.5 + pos: -1.5,-92.5 parent: 2 - uid: 11594 components: - type: Transform - pos: -68.5,6.5 + pos: -1.5,-93.5 parent: 2 - uid: 11595 components: - type: Transform - pos: -68.5,7.5 + pos: -1.5,-94.5 parent: 2 - uid: 11596 components: - type: Transform - pos: -67.5,7.5 + pos: -1.5,-95.5 parent: 2 - uid: 11597 components: - type: Transform - pos: -66.5,7.5 + pos: -1.5,-96.5 parent: 2 - uid: 11598 components: - type: Transform - pos: -65.5,7.5 + pos: -1.5,-97.5 parent: 2 - uid: 11599 components: - type: Transform - pos: -64.5,7.5 + pos: -2.5,-97.5 parent: 2 - uid: 11600 components: - type: Transform - pos: -63.5,7.5 + pos: -0.5,-89.5 parent: 2 - uid: 11601 components: - type: Transform - pos: -62.5,7.5 + pos: -0.5,-88.5 parent: 2 - uid: 11602 components: - type: Transform - pos: -61.5,7.5 + pos: -0.5,-87.5 parent: 2 - uid: 11603 components: - type: Transform - pos: -61.5,8.5 + pos: -0.5,-86.5 parent: 2 - uid: 11604 components: - type: Transform - pos: -64.5,-16.5 + pos: -0.5,-85.5 parent: 2 - uid: 11605 components: - type: Transform - pos: -64.5,-15.5 + pos: -0.5,-84.5 parent: 2 - uid: 11606 components: - type: Transform - pos: -64.5,-14.5 + pos: -1.5,-84.5 parent: 2 - uid: 11607 components: - type: Transform - pos: -65.5,-14.5 + pos: -2.5,-84.5 parent: 2 - uid: 11608 components: - type: Transform - pos: -70.5,10.5 + pos: -3.5,-84.5 parent: 2 - uid: 11609 components: - type: Transform - pos: -70.5,11.5 + pos: -3.5,-83.5 parent: 2 - uid: 11610 components: - type: Transform - pos: -49.5,-69.5 + pos: -3.5,-82.5 parent: 2 - uid: 11611 components: - type: Transform - pos: -51.5,-69.5 + pos: -4.5,-82.5 parent: 2 - uid: 11612 components: - type: Transform - pos: -53.5,-69.5 + pos: -5.5,-82.5 parent: 2 - uid: 11613 components: - type: Transform - pos: -55.5,-69.5 + pos: 10.5,-82.5 parent: 2 - uid: 11614 components: - type: Transform - pos: -58.5,-71.5 + pos: 10.5,-81.5 parent: 2 - uid: 11615 components: - type: Transform - pos: -58.5,-72.5 + pos: 10.5,-80.5 parent: 2 - uid: 11616 components: - type: Transform - pos: -58.5,-73.5 + pos: 10.5,-79.5 parent: 2 - uid: 11617 components: - type: Transform - pos: -59.5,-73.5 + pos: 9.5,-79.5 parent: 2 - uid: 11618 components: - type: Transform - pos: -60.5,-73.5 + pos: 8.5,-79.5 parent: 2 - uid: 11619 components: - type: Transform - pos: -61.5,-73.5 + pos: 7.5,-79.5 parent: 2 - uid: 11620 components: - type: Transform - pos: -62.5,-73.5 + pos: 6.5,-79.5 parent: 2 - uid: 11621 components: - type: Transform - pos: -62.5,-72.5 + pos: 5.5,-79.5 parent: 2 - uid: 11622 components: - type: Transform - pos: -62.5,-71.5 + pos: 4.5,-79.5 parent: 2 - uid: 11623 components: - type: Transform - pos: -62.5,-70.5 + pos: 3.5,-79.5 parent: 2 - uid: 11624 components: - type: Transform - pos: -53.5,-68.5 + pos: 2.5,-79.5 parent: 2 - uid: 11625 components: - type: Transform - pos: -51.5,-68.5 + pos: 1.5,-79.5 parent: 2 - uid: 11626 components: - type: Transform - pos: -35.5,9.5 + pos: 0.5,-79.5 parent: 2 - uid: 11627 components: - type: Transform - pos: -40.5,-26.5 + pos: -0.5,-79.5 parent: 2 - uid: 11628 components: - type: Transform - pos: -0.5,-72.5 + pos: -0.5,-80.5 parent: 2 - uid: 11629 components: - type: Transform - pos: 46.5,-85.5 + pos: -0.5,-81.5 parent: 2 - uid: 11630 components: - type: Transform - pos: 46.5,-84.5 + pos: -0.5,-82.5 parent: 2 - uid: 11631 components: - type: Transform - pos: 69.5,-45.5 + pos: -0.5,-83.5 parent: 2 - uid: 11632 components: - type: Transform - pos: 69.5,-46.5 + pos: -11.5,-87.5 parent: 2 - uid: 11633 components: - type: Transform - pos: 69.5,-47.5 + pos: -12.5,-87.5 parent: 2 - uid: 11634 components: - type: Transform - pos: 68.5,-47.5 + pos: -13.5,-87.5 parent: 2 - uid: 11635 components: - type: Transform - pos: 30.5,24.5 + pos: -13.5,-88.5 parent: 2 - uid: 11636 components: - type: Transform - pos: 29.5,24.5 + pos: -13.5,-89.5 parent: 2 - uid: 11637 components: - type: Transform - pos: 28.5,24.5 + pos: -13.5,-90.5 parent: 2 - uid: 11638 components: - type: Transform - pos: 27.5,24.5 + pos: -12.5,-90.5 parent: 2 - uid: 11639 components: - type: Transform - pos: 26.5,24.5 + pos: -11.5,-90.5 parent: 2 - uid: 11640 components: - type: Transform - pos: -55.5,-99.5 + pos: -10.5,-90.5 parent: 2 - uid: 11641 components: - type: Transform - pos: -55.5,-100.5 + pos: -9.5,-90.5 parent: 2 - uid: 11642 components: - type: Transform - pos: -55.5,-101.5 + pos: -8.5,-90.5 parent: 2 - uid: 11643 components: - type: Transform - pos: -55.5,-98.5 + pos: -7.5,-90.5 parent: 2 - uid: 11644 components: - type: Transform - pos: -55.5,-96.5 + pos: -6.5,-90.5 parent: 2 - uid: 11645 components: - type: Transform - pos: -55.5,-103.5 + pos: -7.5,-91.5 parent: 2 - uid: 11646 components: - type: Transform - pos: -54.5,-103.5 + pos: -6.5,-89.5 parent: 2 - uid: 11647 components: - type: Transform - pos: -42.5,-110.5 + pos: -6.5,-88.5 parent: 2 - uid: 11648 components: - type: Transform - pos: -41.5,-110.5 + pos: -6.5,-87.5 parent: 2 - uid: 11649 components: - type: Transform - pos: -40.5,-110.5 + pos: -6.5,-86.5 parent: 2 - uid: 11650 components: - type: Transform - pos: -40.5,-109.5 + pos: -6.5,-85.5 parent: 2 - uid: 11651 components: - type: Transform - pos: -39.5,-109.5 + pos: -5.5,-85.5 parent: 2 - uid: 11652 components: - type: Transform - pos: -38.5,-109.5 + pos: 72.5,-32.5 parent: 2 - uid: 11653 components: - type: Transform - pos: -37.5,-109.5 + pos: 71.5,-32.5 parent: 2 - uid: 11654 components: - type: Transform - pos: -36.5,-109.5 + pos: 71.5,-31.5 parent: 2 - uid: 11655 components: - type: Transform - pos: -35.5,-109.5 + pos: 71.5,-30.5 parent: 2 - uid: 11656 components: - type: Transform - pos: -34.5,-109.5 + pos: -0.5,-78.5 parent: 2 - uid: 11657 components: - type: Transform - pos: -33.5,-109.5 + pos: -0.5,-77.5 parent: 2 - uid: 11658 components: - type: Transform - pos: -32.5,-109.5 + pos: -0.5,-76.5 parent: 2 - uid: 11659 components: - type: Transform - pos: -31.5,-109.5 + pos: -0.5,-75.5 parent: 2 - uid: 11660 components: - type: Transform - pos: -30.5,-109.5 + pos: -0.5,-74.5 parent: 2 - uid: 11661 components: - type: Transform - pos: -30.5,-108.5 + pos: 40.5,-59.5 parent: 2 - uid: 11662 components: - type: Transform - pos: -30.5,-107.5 + pos: 40.5,-58.5 parent: 2 - uid: 11663 components: - type: Transform - pos: -30.5,-106.5 + pos: 40.5,-57.5 parent: 2 - uid: 11664 components: - type: Transform - pos: -30.5,-105.5 + pos: 40.5,-56.5 parent: 2 - uid: 11665 components: - type: Transform - pos: -30.5,-104.5 + pos: 40.5,-55.5 parent: 2 - uid: 11666 components: - type: Transform - pos: -29.5,-104.5 + pos: 40.5,-54.5 parent: 2 - uid: 11667 components: - type: Transform - pos: -38.5,-108.5 + pos: 39.5,-54.5 parent: 2 - uid: 11668 components: - type: Transform - pos: -38.5,-107.5 + pos: 38.5,-54.5 parent: 2 - uid: 11669 components: - type: Transform - pos: -38.5,-106.5 + pos: 37.5,-54.5 parent: 2 - uid: 11670 components: - type: Transform - pos: -38.5,-105.5 + pos: 36.5,-54.5 parent: 2 - uid: 11671 components: - type: Transform - pos: -39.5,-105.5 + pos: 35.5,-54.5 parent: 2 - uid: 11672 components: - type: Transform - pos: -40.5,-105.5 + pos: 34.5,-54.5 parent: 2 - uid: 11673 components: - type: Transform - pos: -41.5,-105.5 + pos: 33.5,-54.5 parent: 2 - uid: 11674 components: - type: Transform - pos: -42.5,-105.5 + pos: 32.5,-54.5 parent: 2 - uid: 11675 components: - type: Transform - pos: -43.5,-105.5 + pos: 31.5,-54.5 parent: 2 - uid: 11676 components: - type: Transform - pos: -44.5,-105.5 + pos: 30.5,-54.5 parent: 2 - uid: 11677 components: - type: Transform - pos: -45.5,-105.5 + pos: 30.5,-53.5 parent: 2 - uid: 11678 components: - type: Transform - pos: -46.5,-105.5 + pos: 30.5,-52.5 parent: 2 - uid: 11679 components: - type: Transform - pos: -47.5,-105.5 + pos: 44.5,-30.5 parent: 2 - uid: 11680 components: - type: Transform - pos: -48.5,-105.5 + pos: 44.5,-31.5 parent: 2 - uid: 11681 components: - type: Transform - pos: -49.5,-105.5 + pos: 44.5,-32.5 parent: 2 - uid: 11682 components: - type: Transform - pos: -49.5,-106.5 + pos: 43.5,-32.5 parent: 2 - uid: 11683 components: - type: Transform - pos: -50.5,-106.5 + pos: 42.5,-32.5 parent: 2 - uid: 11684 components: - type: Transform - pos: -50.5,-107.5 + pos: 41.5,-32.5 parent: 2 - uid: 11685 components: - type: Transform - pos: -50.5,-108.5 + pos: 40.5,-32.5 parent: 2 - uid: 11686 components: - type: Transform - pos: -50.5,-109.5 + pos: 39.5,-32.5 parent: 2 - uid: 11687 components: - type: Transform - pos: -50.5,-110.5 + pos: 38.5,-32.5 parent: 2 - uid: 11688 components: - type: Transform - pos: -50.5,-111.5 + pos: 37.5,-32.5 parent: 2 - uid: 11689 components: - type: Transform - pos: -50.5,-112.5 + pos: 36.5,-32.5 parent: 2 - uid: 11690 components: - type: Transform - pos: -50.5,-113.5 + pos: 35.5,-32.5 parent: 2 - uid: 11691 components: - type: Transform - pos: -55.5,-107.5 + pos: 34.5,-32.5 parent: 2 - uid: 11692 components: - type: Transform - pos: -51.5,-106.5 + pos: 33.5,-32.5 parent: 2 - uid: 11693 components: - type: Transform - pos: -52.5,-106.5 + pos: 32.5,-32.5 parent: 2 - uid: 11694 components: - type: Transform - pos: -53.5,-106.5 + pos: 31.5,-32.5 parent: 2 - uid: 11695 components: - type: Transform - pos: -54.5,-106.5 + pos: 30.5,-32.5 parent: 2 - uid: 11696 components: - type: Transform - pos: -55.5,-106.5 + pos: 29.5,-32.5 parent: 2 - uid: 11697 components: - type: Transform - pos: -55.5,-108.5 + pos: 28.5,-32.5 parent: 2 - uid: 11698 components: - type: Transform - pos: -55.5,-109.5 + pos: 27.5,-32.5 parent: 2 - uid: 11699 components: - type: Transform - pos: -55.5,-110.5 + pos: 26.5,-32.5 parent: 2 - uid: 11700 components: - type: Transform - pos: -55.5,-111.5 + pos: 25.5,-32.5 parent: 2 - uid: 11701 components: - type: Transform - pos: -55.5,-112.5 + pos: 29.5,-31.5 parent: 2 - uid: 11702 components: - type: Transform - pos: -55.5,-113.5 + pos: 29.5,-30.5 parent: 2 - uid: 11703 components: - type: Transform - pos: -55.5,-114.5 + pos: 29.5,-29.5 parent: 2 - uid: 11704 components: - type: Transform - pos: -55.5,-115.5 + pos: 29.5,-28.5 parent: 2 - uid: 11705 components: - type: Transform - pos: -55.5,-116.5 + pos: 29.5,-27.5 parent: 2 - uid: 11706 components: - type: Transform - pos: -55.5,-117.5 + pos: 29.5,-26.5 parent: 2 - uid: 11707 components: - type: Transform - pos: -55.5,-118.5 + pos: 29.5,-25.5 parent: 2 - uid: 11708 components: - type: Transform - pos: -55.5,-119.5 + pos: 30.5,-25.5 parent: 2 - uid: 11709 components: - type: Transform - pos: -54.5,-119.5 + pos: 31.5,-25.5 parent: 2 - uid: 11710 components: - type: Transform - pos: -53.5,-119.5 + pos: 22.5,8.5 parent: 2 - uid: 11711 components: - type: Transform - pos: -52.5,-119.5 + pos: 26.5,-2.5 parent: 2 - uid: 11712 components: - type: Transform - pos: -52.5,-118.5 + pos: 25.5,-2.5 parent: 2 - uid: 11713 components: - type: Transform - pos: -51.5,-118.5 + pos: 24.5,-2.5 parent: 2 - uid: 11714 components: - type: Transform - pos: -50.5,-118.5 + pos: 23.5,-2.5 parent: 2 - uid: 11715 components: - type: Transform - pos: -49.5,-118.5 + pos: 23.5,-1.5 parent: 2 - uid: 11716 components: - type: Transform - pos: -48.5,-118.5 + pos: 23.5,-0.5 parent: 2 - uid: 11717 components: - type: Transform - pos: -48.5,-119.5 + pos: -25.5,0.5 parent: 2 - uid: 11718 components: - type: Transform - pos: -47.5,-119.5 + pos: -25.5,-0.5 parent: 2 - uid: 11719 components: - type: Transform - pos: -46.5,-119.5 + pos: -25.5,-1.5 parent: 2 - uid: 11720 components: - type: Transform - pos: -45.5,-119.5 + pos: -24.5,-1.5 parent: 2 - uid: 11721 components: - type: Transform - pos: -45.5,-118.5 + pos: -32.5,-27.5 parent: 2 - uid: 11722 components: - type: Transform - pos: -45.5,-117.5 + pos: -32.5,-28.5 parent: 2 - uid: 11723 components: - type: Transform - pos: -46.5,-117.5 + pos: -32.5,-29.5 parent: 2 - uid: 11724 components: - type: Transform - pos: -47.5,-117.5 + pos: -32.5,-30.5 parent: 2 - uid: 11725 components: - type: Transform - pos: -68.5,3.5 + pos: -31.5,-30.5 parent: 2 - uid: 11726 components: - type: Transform - pos: -69.5,3.5 + pos: -40.5,-37.5 parent: 2 - uid: 11727 components: - type: Transform - pos: -69.5,7.5 + pos: -39.5,-37.5 parent: 2 - uid: 11728 components: - type: Transform - pos: -70.5,7.5 + pos: -38.5,-37.5 parent: 2 - uid: 11729 components: - type: Transform - pos: -71.5,7.5 + pos: -37.5,-37.5 parent: 2 - uid: 11730 components: - type: Transform - pos: -72.5,7.5 + pos: -36.5,-37.5 parent: 2 - uid: 11731 components: - type: Transform - pos: -73.5,7.5 + pos: -35.5,-37.5 parent: 2 - uid: 11732 components: - type: Transform - pos: -70.5,9.5 + pos: -35.5,-38.5 parent: 2 - uid: 11733 components: - type: Transform - pos: -69.5,9.5 + pos: -35.5,-39.5 parent: 2 - uid: 11734 components: - type: Transform - pos: -74.5,6.5 + pos: -35.5,-40.5 parent: 2 - uid: 11735 components: - type: Transform - pos: -75.5,6.5 + pos: -35.5,-41.5 parent: 2 - uid: 11736 components: - type: Transform - pos: -76.5,6.5 + pos: -35.5,-42.5 parent: 2 - uid: 11737 components: - type: Transform - pos: -77.5,6.5 + pos: -35.5,-43.5 parent: 2 - uid: 11738 components: - type: Transform - pos: -78.5,6.5 + pos: -34.5,-43.5 parent: 2 - uid: 11739 components: - type: Transform - pos: -78.5,5.5 + pos: -33.5,-43.5 parent: 2 - uid: 11740 components: - type: Transform - pos: -78.5,4.5 + pos: -33.5,-44.5 parent: 2 - uid: 11741 components: - type: Transform - pos: -78.5,3.5 + pos: -33.5,-45.5 parent: 2 - uid: 11742 components: - type: Transform - pos: -78.5,2.5 + pos: -32.5,-57.5 parent: 2 - uid: 11743 components: - type: Transform - pos: -78.5,1.5 + pos: -32.5,-56.5 parent: 2 - uid: 11744 components: - type: Transform - pos: -78.5,0.5 + pos: -32.5,-55.5 parent: 2 - uid: 11745 components: - type: Transform - pos: -78.5,-0.5 + pos: -31.5,-55.5 parent: 2 - uid: 11746 components: - type: Transform - pos: -78.5,-1.5 + pos: -30.5,-55.5 parent: 2 - uid: 11747 components: - type: Transform - pos: -78.5,-2.5 + pos: -30.5,-56.5 parent: 2 - uid: 11748 components: - type: Transform - pos: -78.5,-3.5 + pos: 23.5,7.5 parent: 2 - uid: 11749 components: - type: Transform - pos: -79.5,-3.5 + pos: 26.5,-0.5 parent: 2 - uid: 11750 components: - type: Transform - pos: -79.5,-4.5 + pos: 26.5,-1.5 parent: 2 - uid: 11751 components: - type: Transform - pos: -80.5,-4.5 + pos: 34.5,1.5 parent: 2 - uid: 11752 components: - type: Transform - pos: -81.5,-4.5 + pos: 32.5,1.5 parent: 2 - uid: 11753 components: - type: Transform - pos: -82.5,-4.5 + pos: -41.5,-93.5 parent: 2 - uid: 11754 components: - type: Transform - pos: -83.5,-4.5 + pos: -60.5,-29.5 parent: 2 - uid: 11755 components: - type: Transform - pos: -79.5,-5.5 + pos: -61.5,-29.5 parent: 2 - uid: 11756 components: - type: Transform - pos: -79.5,-6.5 + pos: -62.5,-29.5 parent: 2 - uid: 11757 components: - type: Transform - pos: -79.5,-7.5 + pos: -62.5,-28.5 parent: 2 - uid: 11758 components: - type: Transform - pos: -79.5,-8.5 + pos: -62.5,-27.5 parent: 2 - uid: 11759 components: - type: Transform - pos: -79.5,-9.5 + pos: -62.5,-26.5 parent: 2 - uid: 11760 components: - type: Transform - pos: -79.5,-10.5 + pos: -62.5,-25.5 parent: 2 - uid: 11761 components: - type: Transform - pos: -79.5,-11.5 + pos: -62.5,-24.5 parent: 2 - uid: 11762 components: - type: Transform - pos: -79.5,-12.5 + pos: -62.5,-23.5 parent: 2 - uid: 11763 components: - type: Transform - pos: -79.5,-13.5 + pos: -62.5,-22.5 parent: 2 - uid: 11764 components: - type: Transform - pos: -79.5,-14.5 + pos: -62.5,-21.5 parent: 2 - uid: 11765 components: - type: Transform - pos: -78.5,-14.5 + pos: -63.5,-21.5 parent: 2 - uid: 11766 components: - type: Transform - pos: -77.5,-14.5 + pos: -64.5,-21.5 parent: 2 - uid: 11767 components: - type: Transform - pos: -76.5,-14.5 + pos: -64.5,-20.5 parent: 2 - uid: 11768 components: - type: Transform - pos: -76.5,-15.5 + pos: -64.5,-19.5 parent: 2 - uid: 11769 components: - type: Transform - pos: -76.5,-16.5 + pos: -64.5,-18.5 parent: 2 - uid: 11770 components: - type: Transform - pos: -76.5,-17.5 + pos: -64.5,-17.5 parent: 2 - uid: 11771 components: - type: Transform - pos: -76.5,-18.5 + pos: -65.5,-17.5 parent: 2 - uid: 11772 components: - type: Transform - pos: -76.5,-19.5 + pos: -66.5,-17.5 parent: 2 - uid: 11773 components: - type: Transform - pos: -76.5,-20.5 + pos: -66.5,-16.5 parent: 2 - uid: 11774 components: - type: Transform - pos: -76.5,-21.5 + pos: 47.5,-86.5 parent: 2 - uid: 11775 components: - type: Transform - pos: -76.5,-22.5 + pos: 46.5,-86.5 parent: 2 - uid: 11776 components: - type: Transform - pos: -76.5,-23.5 + pos: 45.5,-86.5 parent: 2 - uid: 11777 components: - type: Transform - pos: -75.5,-23.5 + pos: 45.5,-87.5 parent: 2 - uid: 11778 components: - type: Transform - pos: -80.5,-14.5 + pos: 45.5,-88.5 parent: 2 - uid: 11779 components: - type: Transform - pos: -81.5,-14.5 + pos: 45.5,-89.5 parent: 2 - uid: 11780 components: - type: Transform - pos: -81.5,-15.5 + pos: 45.5,-90.5 parent: 2 - uid: 11781 components: - type: Transform - pos: -81.5,-16.5 + pos: 69.5,-63.5 parent: 2 - uid: 11782 components: - type: Transform - pos: -80.5,-16.5 + pos: 44.5,-91.5 parent: 2 - uid: 11783 components: - type: Transform - pos: -84.5,-4.5 + pos: -44.5,9.5 parent: 2 - uid: 11784 components: - type: Transform - pos: -84.5,-5.5 + pos: -44.5,10.5 parent: 2 - uid: 11785 components: - type: Transform - pos: -84.5,-6.5 + pos: -55.5,-51.5 parent: 2 - uid: 11786 components: - type: Transform - pos: -78.5,-10.5 + pos: -55.5,-50.5 parent: 2 - uid: 11787 components: - type: Transform - pos: -77.5,-10.5 + pos: 63.5,-68.5 parent: 2 - uid: 11788 components: - type: Transform - pos: -76.5,-10.5 + pos: 63.5,-67.5 parent: 2 - uid: 11789 components: - type: Transform - pos: -75.5,-10.5 + pos: 32.5,-23.5 parent: 2 - uid: 11790 components: - type: Transform - pos: -74.5,-10.5 + pos: 74.5,-64.5 parent: 2 - uid: 11791 components: - type: Transform - pos: -74.5,-11.5 + pos: 69.5,-58.5 parent: 2 - uid: 11792 components: - type: Transform - pos: -33.5,-113.5 + pos: 69.5,-57.5 parent: 2 - uid: 11793 components: - type: Transform - pos: 98.5,-63.5 + pos: 69.5,-59.5 parent: 2 - uid: 11794 components: - type: Transform - pos: 98.5,-64.5 + pos: 79.5,-45.5 parent: 2 - uid: 11795 components: - type: Transform - pos: 98.5,-65.5 + pos: 77.5,-64.5 parent: 2 - uid: 11796 components: - type: Transform - pos: 98.5,-66.5 + pos: 78.5,-64.5 parent: 2 - uid: 11797 components: - type: Transform - pos: 98.5,-67.5 + pos: 74.5,-54.5 parent: 2 - uid: 11798 components: - type: Transform - pos: 98.5,-68.5 + pos: 65.5,-60.5 parent: 2 - uid: 11799 components: - type: Transform - pos: 99.5,-68.5 + pos: 69.5,-60.5 parent: 2 - uid: 11800 components: - type: Transform - pos: 100.5,-68.5 + pos: 66.5,-60.5 parent: 2 - uid: 11801 components: - type: Transform - pos: 97.5,-68.5 + pos: 67.5,-60.5 parent: 2 - uid: 11802 components: - type: Transform - pos: 96.5,-68.5 + pos: 69.5,-61.5 parent: 2 - uid: 11803 components: - type: Transform - pos: 98.5,-69.5 + pos: 68.5,-60.5 parent: 2 - uid: 11804 components: - type: Transform - pos: 98.5,-70.5 + pos: 75.5,-54.5 parent: 2 - uid: 11805 components: - type: Transform - pos: 98.5,-71.5 + pos: 77.5,-54.5 parent: 2 - uid: 11806 components: - type: Transform - pos: 98.5,-72.5 + pos: 96.5,-40.5 parent: 2 - uid: 11807 components: - type: Transform - pos: 98.5,-73.5 + pos: 106.5,-45.5 parent: 2 - uid: 11808 components: - type: Transform - pos: 98.5,-74.5 + pos: -34.5,-111.5 parent: 2 - uid: 11809 components: - type: Transform - pos: 98.5,-75.5 + pos: -34.5,-114.5 parent: 2 - uid: 11810 components: - type: Transform - pos: 98.5,-76.5 + pos: -35.5,-121.5 parent: 2 - uid: 11811 components: - type: Transform - pos: 98.5,-77.5 + pos: -41.5,-116.5 parent: 2 - uid: 11812 components: - type: Transform - pos: 98.5,-78.5 + pos: -34.5,-110.5 parent: 2 - uid: 11813 components: - type: Transform - pos: 98.5,-79.5 + pos: -33.5,-117.5 parent: 2 - uid: 11814 components: - type: Transform - pos: 98.5,-80.5 + pos: -34.5,-117.5 parent: 2 - uid: 11815 components: - type: Transform - pos: 98.5,-81.5 + pos: -33.5,-121.5 parent: 2 - uid: 11816 components: - type: Transform - pos: 98.5,-82.5 + pos: 76.5,-54.5 parent: 2 - uid: 11817 components: - type: Transform - pos: 98.5,-83.5 + pos: 78.5,-54.5 parent: 2 - uid: 11818 components: - type: Transform - pos: 98.5,-84.5 + pos: 73.5,-54.5 parent: 2 - uid: 11819 components: - type: Transform - pos: 98.5,-85.5 + pos: 33.5,17.5 parent: 2 - uid: 11820 components: - type: Transform - pos: 99.5,-85.5 + pos: -33.5,-119.5 parent: 2 - uid: 11821 components: - type: Transform - pos: 97.5,-64.5 + pos: 69.5,-55.5 parent: 2 - uid: 11822 components: - type: Transform - pos: 96.5,-64.5 + pos: -34.5,-121.5 parent: 2 - uid: 11823 components: - type: Transform - pos: 26.5,0.5 + pos: 37.5,-83.5 parent: 2 - uid: 11824 components: - type: Transform - pos: 87.5,-48.5 + pos: -33.5,-120.5 parent: 2 - uid: 11825 components: - type: Transform - pos: 88.5,-48.5 + pos: -34.5,-113.5 parent: 2 - uid: 11826 components: - type: Transform - pos: 88.5,-47.5 + pos: -34.5,-115.5 parent: 2 - uid: 11827 components: - type: Transform - pos: 88.5,-46.5 + pos: -34.5,-112.5 parent: 2 - uid: 11828 components: - type: Transform - pos: 88.5,-45.5 + pos: -34.5,-116.5 parent: 2 - uid: 11829 components: - type: Transform - pos: 89.5,-45.5 + pos: -62.5,-66.5 parent: 2 - uid: 11830 components: - type: Transform - pos: 90.5,-45.5 + pos: 109.5,-46.5 parent: 2 - uid: 11831 components: - type: Transform - pos: 91.5,-45.5 + pos: 109.5,-44.5 parent: 2 - uid: 11832 components: - type: Transform - pos: 91.5,-44.5 + pos: 107.5,-54.5 parent: 2 - uid: 11833 components: - type: Transform - pos: 92.5,-44.5 + pos: 108.5,-54.5 parent: 2 - uid: 11834 components: - type: Transform - pos: 93.5,-44.5 + pos: 34.5,17.5 parent: 2 - uid: 11835 components: - type: Transform - pos: 94.5,-44.5 + pos: 33.5,1.5 parent: 2 - uid: 11836 components: - type: Transform - pos: 95.5,-44.5 + pos: 100.5,-52.5 parent: 2 - uid: 11837 components: - type: Transform - pos: 96.5,-44.5 + pos: 30.5,11.5 parent: 2 - uid: 11838 components: - type: Transform - pos: 97.5,-44.5 + pos: -62.5,-68.5 parent: 2 - uid: 11839 components: - type: Transform - pos: 34.5,2.5 + pos: 66.5,-62.5 parent: 2 - uid: 11840 components: - type: Transform - pos: 35.5,2.5 + pos: 66.5,-61.5 parent: 2 - uid: 11841 components: - type: Transform - pos: 36.5,2.5 + pos: 70.5,-55.5 parent: 2 - uid: 11842 components: - type: Transform - pos: 37.5,2.5 + pos: 70.5,-54.5 parent: 2 - uid: 11843 components: - type: Transform - pos: 38.5,2.5 + pos: 72.5,-64.5 parent: 2 - uid: 11844 components: - type: Transform - pos: 31.5,11.5 + pos: 54.5,-56.5 parent: 2 - uid: 11845 components: - type: Transform - pos: 32.5,11.5 + pos: 53.5,-56.5 parent: 2 - uid: 11846 components: - type: Transform - pos: 33.5,11.5 + pos: 30.5,13.5 parent: 2 - uid: 11847 components: - type: Transform - pos: 33.5,10.5 + pos: 30.5,12.5 parent: 2 - uid: 11848 components: - type: Transform - pos: 33.5,9.5 + pos: 22.5,1.5 parent: 2 - uid: 11849 components: - type: Transform - pos: 33.5,8.5 + pos: -62.5,-67.5 parent: 2 - uid: 11850 components: - type: Transform - pos: 33.5,7.5 + pos: -73.5,6.5 parent: 2 - uid: 11851 components: - type: Transform - pos: 33.5,6.5 + pos: 21.5,1.5 parent: 2 - uid: 11852 components: - type: Transform - pos: 33.5,5.5 + pos: 100.5,-47.5 parent: 2 - uid: 11853 components: - type: Transform - pos: 33.5,4.5 + pos: 100.5,-49.5 parent: 2 - uid: 11854 components: - type: Transform - pos: 33.5,3.5 + pos: -55.5,-97.5 parent: 2 - uid: 11855 components: - type: Transform - pos: 34.5,3.5 + pos: -55.5,-95.5 parent: 2 - uid: 11856 components: - type: Transform - pos: 30.5,25.5 + pos: -3.5,-74.5 parent: 2 - uid: 11857 components: - type: Transform - pos: 31.5,25.5 + pos: -55.5,-94.5 parent: 2 - uid: 11858 components: - type: Transform - pos: 32.5,25.5 + pos: 30.5,14.5 parent: 2 - uid: 11859 components: - type: Transform - pos: 33.5,25.5 + pos: 104.5,-53.5 parent: 2 - uid: 11860 components: - type: Transform - pos: 34.5,25.5 + pos: -1.5,-74.5 parent: 2 - uid: 11861 components: - type: Transform - pos: 35.5,25.5 + pos: -47.5,-13.5 parent: 2 - uid: 11862 components: - type: Transform - pos: 35.5,26.5 + pos: -47.5,-14.5 parent: 2 - uid: 11863 components: - type: Transform - pos: 35.5,27.5 + pos: -48.5,-11.5 parent: 2 - uid: 11864 components: - type: Transform - pos: 35.5,28.5 + pos: -47.5,-11.5 parent: 2 - uid: 11865 components: - type: Transform - pos: 35.5,29.5 + pos: -47.5,-12.5 parent: 2 - uid: 11866 components: - type: Transform - pos: 34.5,29.5 + pos: -65.5,-69.5 parent: 2 - uid: 11867 components: - type: Transform - pos: 33.5,29.5 + pos: -5.5,-74.5 parent: 2 - uid: 11868 components: - type: Transform - pos: -27.5,-96.5 + pos: 41.5,24.5 parent: 2 - uid: 11869 components: - type: Transform - pos: -26.5,-96.5 + pos: 30.5,1.5 parent: 2 - uid: 11870 components: - type: Transform - pos: -25.5,-96.5 + pos: 29.5,1.5 parent: 2 - uid: 11871 components: - type: Transform - pos: -24.5,-96.5 + pos: -66.5,-69.5 parent: 2 - uid: 11872 components: - type: Transform - pos: -24.5,-92.5 + pos: 25.5,1.5 parent: 2 - uid: 11873 components: - type: Transform - pos: -23.5,-92.5 + pos: -44.5,-119.5 parent: 2 - uid: 11874 components: - type: Transform - pos: -22.5,-92.5 + pos: 31.5,1.5 parent: 2 - uid: 11875 components: - type: Transform - pos: -21.5,-92.5 + pos: -42.5,-119.5 parent: 2 - uid: 11876 components: - type: Transform - pos: -24.5,-91.5 + pos: 32.5,-24.5 parent: 2 - uid: 11877 components: - type: Transform - pos: -24.5,-90.5 + pos: 86.5,-48.5 parent: 2 - uid: 11878 components: - type: Transform - pos: -24.5,-89.5 + pos: 86.5,-47.5 parent: 2 - uid: 11879 components: - type: Transform - pos: -24.5,-88.5 + pos: 45.5,-91.5 parent: 2 - uid: 11880 components: - type: Transform - pos: -24.5,-87.5 + pos: -41.5,-120.5 parent: 2 - uid: 11881 components: - type: Transform - pos: -24.5,-86.5 + pos: 23.5,4.5 parent: 2 - uid: 11882 components: - type: Transform - pos: -24.5,-85.5 + pos: -43.5,-119.5 parent: 2 - uid: 11883 components: - type: Transform - pos: -24.5,-84.5 + pos: 24.5,1.5 parent: 2 - uid: 11884 components: - type: Transform - pos: -24.5,-83.5 + pos: 51.5,-18.5 parent: 2 - uid: 11885 components: - type: Transform - pos: 36.5,27.5 + pos: 46.5,-16.5 parent: 2 - uid: 11886 components: - type: Transform - pos: 37.5,27.5 + pos: -35.5,8.5 parent: 2 - uid: 11887 components: - type: Transform - pos: 38.5,27.5 + pos: 100.5,-45.5 parent: 2 - uid: 11888 components: - type: Transform - pos: 39.5,27.5 + pos: 101.5,-52.5 parent: 2 - uid: 11889 components: - type: Transform - pos: 40.5,27.5 + pos: 103.5,-52.5 parent: 2 - uid: 11890 components: - type: Transform - pos: 40.5,28.5 + pos: 102.5,-52.5 parent: 2 - uid: 11891 components: - type: Transform - pos: 40.5,29.5 + pos: 101.5,-45.5 parent: 2 - uid: 11892 components: - type: Transform - pos: -43.5,-34.5 + pos: 99.5,-45.5 parent: 2 - uid: 11893 components: - type: Transform - pos: -44.5,-34.5 + pos: -36.5,-116.5 parent: 2 - uid: 11894 components: - type: Transform - pos: -45.5,-34.5 + pos: -37.5,-116.5 parent: 2 - uid: 11895 components: - type: Transform - pos: -45.5,-35.5 + pos: -35.5,-116.5 parent: 2 - uid: 11896 components: - type: Transform - pos: 38.5,-7.5 + pos: -64.5,-69.5 parent: 2 - uid: 11897 components: - type: Transform - pos: 37.5,-7.5 + pos: 74.5,-46.5 parent: 2 - uid: 11898 components: - type: Transform - pos: 37.5,-6.5 + pos: -37.5,-121.5 parent: 2 - uid: 11899 components: - type: Transform - pos: 37.5,-5.5 + pos: -41.5,-119.5 parent: 2 - uid: 11900 components: - type: Transform - pos: 38.5,-4.5 + pos: -38.5,-121.5 parent: 2 - uid: 11901 components: - type: Transform - pos: -50.5,-34.5 + pos: 75.5,-46.5 parent: 2 - uid: 11902 components: - type: Transform - pos: -50.5,-35.5 + pos: -36.5,-121.5 parent: 2 - uid: 11903 components: - type: Transform - pos: -50.5,-36.5 + pos: -39.5,-121.5 parent: 2 - uid: 11904 components: - type: Transform - pos: -50.5,-37.5 + pos: 98.5,-47.5 parent: 2 - uid: 11905 components: - type: Transform - pos: -49.5,-37.5 + pos: 98.5,-45.5 parent: 2 - uid: 11906 components: - type: Transform - pos: -50.5,-38.5 + pos: 94.5,-40.5 parent: 2 - uid: 11907 components: - type: Transform - pos: -51.5,-38.5 + pos: 104.5,-55.5 parent: 2 - uid: 11908 components: - type: Transform - pos: -52.5,-38.5 + pos: 99.5,-47.5 parent: 2 - uid: 11909 components: - type: Transform - pos: 45.5,-92.5 + pos: 104.5,-52.5 parent: 2 - uid: 11910 components: - type: Transform - pos: 46.5,-92.5 + pos: 109.5,-50.5 parent: 2 - uid: 11911 components: - type: Transform - pos: 46.5,-93.5 + pos: 105.5,-55.5 parent: 2 - uid: 11912 components: - type: Transform - pos: 46.5,-94.5 + pos: 109.5,-51.5 parent: 2 - uid: 11913 components: - type: Transform - pos: 46.5,-95.5 + pos: 97.5,-40.5 parent: 2 - uid: 11914 components: - type: Transform - pos: 46.5,-96.5 + pos: 100.5,-50.5 parent: 2 - uid: 11915 components: - type: Transform - pos: 46.5,-97.5 + pos: 108.5,-53.5 parent: 2 - uid: 11916 components: - type: Transform - pos: 46.5,-98.5 + pos: 93.5,-40.5 parent: 2 - uid: 11917 components: - type: Transform - pos: 46.5,-99.5 + pos: 104.5,-45.5 parent: 2 - uid: 11918 components: - type: Transform - pos: 46.5,-100.5 + pos: 106.5,-44.5 parent: 2 - uid: 11919 components: - type: Transform - pos: 46.5,-101.5 + pos: 102.5,-45.5 parent: 2 - uid: 11920 components: - type: Transform - pos: 46.5,-102.5 + pos: 105.5,-45.5 parent: 2 - uid: 11921 components: - type: Transform - pos: 46.5,-103.5 + pos: 108.5,-52.5 parent: 2 - uid: 11922 components: - type: Transform - pos: 46.5,-104.5 + pos: 107.5,-44.5 parent: 2 - uid: 11923 components: - type: Transform - pos: 47.5,-104.5 + pos: 109.5,-45.5 parent: 2 - uid: 11924 components: - type: Transform - pos: 41.5,22.5 + pos: 98.5,-44.5 parent: 2 - uid: 11925 components: - type: Transform - pos: 32.5,21.5 + pos: 100.5,-48.5 parent: 2 - uid: 11926 components: - type: Transform - pos: 48.5,-104.5 + pos: 108.5,-44.5 parent: 2 - uid: 11927 components: - type: Transform - pos: 50.5,-104.5 + pos: 95.5,-40.5 parent: 2 - uid: 11928 components: - type: Transform - pos: 55.5,-104.5 + pos: 98.5,-40.5 parent: 2 - uid: 11929 components: - type: Transform - pos: 54.5,-104.5 + pos: 109.5,-48.5 parent: 2 - uid: 11930 components: - type: Transform - pos: 53.5,-104.5 + pos: 109.5,-47.5 parent: 2 - uid: 11931 components: - type: Transform - pos: 56.5,-104.5 + pos: 104.5,-54.5 parent: 2 - uid: 11932 components: - type: Transform - pos: 52.5,-104.5 + pos: 98.5,-46.5 parent: 2 - uid: 11933 components: - type: Transform - pos: 51.5,-104.5 + pos: 103.5,-45.5 parent: 2 - uid: 11934 components: - type: Transform - pos: 49.5,-104.5 + pos: 99.5,-51.5 parent: 2 - uid: 11935 components: - type: Transform - pos: 56.5,-103.5 + pos: 98.5,-62.5 parent: 2 - uid: 11936 components: - type: Transform - pos: 56.5,-102.5 + pos: 99.5,-62.5 parent: 2 - uid: 11937 components: - type: Transform - pos: 56.5,-101.5 + pos: 101.5,-62.5 parent: 2 - uid: 11938 components: - type: Transform - pos: 56.5,-100.5 + pos: 100.5,-62.5 parent: 2 - uid: 11939 components: - type: Transform - pos: 56.5,-99.5 + pos: 47.5,-59.5 parent: 2 - uid: 11940 components: - type: Transform - pos: 56.5,-98.5 + pos: 47.5,-58.5 parent: 2 - uid: 11941 components: - type: Transform - pos: 56.5,-97.5 + pos: 47.5,-60.5 parent: 2 - uid: 11942 components: - type: Transform - pos: 56.5,-96.5 + pos: 47.5,-61.5 parent: 2 - uid: 11943 components: - type: Transform - pos: 45.5,-104.5 + pos: -50.5,-69.5 parent: 2 - uid: 11944 components: - type: Transform - pos: 44.5,-104.5 + pos: -49.5,-11.5 parent: 2 - uid: 11945 components: - type: Transform - pos: 43.5,-104.5 + pos: -50.5,-11.5 parent: 2 - uid: 11946 components: - type: Transform - pos: 42.5,-104.5 + pos: 92.5,-40.5 parent: 2 - uid: 11947 components: - type: Transform - pos: 41.5,-104.5 + pos: 100.5,-51.5 parent: 2 - uid: 11948 components: - type: Transform - pos: 40.5,-104.5 + pos: -4.5,-74.5 parent: 2 - uid: 11949 components: - type: Transform - pos: 39.5,-104.5 + pos: -5.5,-73.5 parent: 2 - uid: 11950 components: - type: Transform - pos: 38.5,-104.5 + pos: -2.5,-74.5 parent: 2 - uid: 11951 components: - type: Transform - pos: 37.5,-104.5 + pos: 9.5,20.5 parent: 2 - uid: 11952 components: - type: Transform - pos: 36.5,-104.5 + pos: 10.5,20.5 parent: 2 - uid: 11953 components: - type: Transform - pos: 35.5,-104.5 + pos: 11.5,20.5 parent: 2 - uid: 11954 components: - type: Transform - pos: 35.5,-103.5 + pos: 12.5,20.5 parent: 2 - uid: 11955 components: - type: Transform - pos: 35.5,-102.5 + pos: 13.5,20.5 parent: 2 - uid: 11956 components: - type: Transform - pos: 35.5,-101.5 + pos: 19.5,20.5 parent: 2 - uid: 11957 components: - type: Transform - pos: 35.5,-100.5 + pos: 44.5,-16.5 parent: 2 - uid: 11958 components: - type: Transform - pos: 35.5,-99.5 + pos: -40.5,-121.5 parent: 2 - uid: 11959 components: - type: Transform - pos: 35.5,-98.5 + pos: -41.5,-121.5 parent: 2 - uid: 11960 components: - type: Transform - pos: 35.5,-97.5 + pos: -55.5,-102.5 parent: 2 - uid: 11961 components: - type: Transform - pos: 35.5,-96.5 + pos: 82.5,-46.5 parent: 2 - uid: 11962 components: - type: Transform - pos: 35.5,-95.5 + pos: 82.5,-47.5 parent: 2 - uid: 11963 components: - type: Transform - pos: 35.5,-94.5 + pos: 81.5,-47.5 parent: 2 - uid: 11964 components: - type: Transform - pos: 35.5,-93.5 + pos: -54.5,-94.5 parent: 2 - uid: 11965 components: - type: Transform - pos: 35.5,-92.5 + pos: 80.5,-47.5 parent: 2 - uid: 11966 components: - type: Transform - pos: 35.5,-91.5 + pos: 85.5,-47.5 parent: 2 - uid: 11967 components: - type: Transform - pos: 35.5,-90.5 + pos: 84.5,-47.5 parent: 2 - uid: 11968 components: - type: Transform - pos: 35.5,-89.5 + pos: 83.5,-47.5 parent: 2 - uid: 11969 components: - type: Transform - pos: 35.5,-88.5 + pos: -65.5,4.5 parent: 2 - uid: 11970 components: - type: Transform - pos: 35.5,-87.5 + pos: -65.5,3.5 parent: 2 - uid: 11971 components: - type: Transform - pos: 35.5,-86.5 + pos: -82.5,-2.5 parent: 2 - uid: 11972 components: - type: Transform - pos: 35.5,-85.5 + pos: -67.5,3.5 parent: 2 - uid: 11973 components: - type: Transform - pos: 35.5,-84.5 + pos: -68.5,4.5 parent: 2 - uid: 11974 components: - type: Transform - pos: 27.5,-37.5 + pos: -68.5,5.5 parent: 2 - uid: 11975 components: - type: Transform - pos: 27.5,-35.5 + pos: -68.5,6.5 parent: 2 - uid: 11976 components: - type: Transform - pos: 26.5,-35.5 + pos: -68.5,7.5 parent: 2 - uid: 11977 components: - type: Transform - pos: 27.5,-38.5 + pos: -67.5,7.5 parent: 2 - uid: 11978 components: - type: Transform - pos: 26.5,-39.5 + pos: -66.5,7.5 parent: 2 - uid: 11979 components: - type: Transform - pos: 55.5,-56.5 + pos: -65.5,7.5 parent: 2 - uid: 11980 components: - type: Transform - pos: 56.5,-56.5 + pos: -64.5,7.5 parent: 2 - uid: 11981 components: - type: Transform - pos: 57.5,-56.5 + pos: -63.5,7.5 parent: 2 - uid: 11982 components: - type: Transform - pos: 58.5,-56.5 + pos: -62.5,7.5 parent: 2 - uid: 11983 components: - type: Transform - pos: 59.5,-56.5 + pos: -61.5,7.5 parent: 2 - uid: 11984 components: - type: Transform - pos: 60.5,-56.5 + pos: -61.5,8.5 parent: 2 - uid: 11985 components: - type: Transform - pos: 55.5,-17.5 + pos: -64.5,-16.5 parent: 2 - uid: 11986 components: - type: Transform - pos: -62.5,-19.5 + pos: -64.5,-15.5 parent: 2 - uid: 11987 components: - type: Transform - pos: 44.5,-15.5 + pos: -64.5,-14.5 parent: 2 - uid: 11988 components: - type: Transform - pos: 37.5,-24.5 + pos: -65.5,-14.5 parent: 2 - uid: 11989 components: - type: Transform - pos: 57.5,10.5 + pos: -70.5,10.5 parent: 2 - uid: 11990 components: - type: Transform - pos: 57.5,8.5 + pos: -70.5,11.5 parent: 2 - uid: 11991 components: - type: Transform - pos: 57.5,6.5 + pos: -49.5,-69.5 parent: 2 - uid: 11992 components: - type: Transform - pos: 58.5,6.5 + pos: -51.5,-69.5 parent: 2 - uid: 11993 components: - type: Transform - pos: 60.5,-17.5 + pos: -53.5,-69.5 parent: 2 - uid: 11994 components: - type: Transform - pos: 48.5,-18.5 + pos: -55.5,-69.5 parent: 2 - uid: 11995 components: - type: Transform - pos: 55.5,-21.5 + pos: -58.5,-71.5 parent: 2 - uid: 11996 components: - type: Transform - pos: 60.5,-16.5 + pos: -58.5,-72.5 parent: 2 - uid: 11997 components: - type: Transform - pos: 49.5,-18.5 + pos: -58.5,-73.5 parent: 2 - uid: 11998 components: - type: Transform - pos: 60.5,-13.5 + pos: -59.5,-73.5 parent: 2 - uid: 11999 components: - type: Transform - pos: 55.5,-18.5 + pos: -60.5,-73.5 parent: 2 - uid: 12000 components: - type: Transform - pos: 54.5,-18.5 + pos: -61.5,-73.5 parent: 2 - uid: 12001 components: - type: Transform - pos: 53.5,-18.5 + pos: -62.5,-73.5 parent: 2 - uid: 12002 components: - type: Transform - pos: 61.5,-11.5 + pos: -62.5,-72.5 parent: 2 - uid: 12003 components: - type: Transform - pos: 60.5,-12.5 + pos: -62.5,-71.5 parent: 2 - uid: 12004 components: - type: Transform - pos: 55.5,-19.5 + pos: -62.5,-70.5 parent: 2 - uid: 12005 components: - type: Transform - pos: 60.5,-11.5 + pos: -53.5,-68.5 parent: 2 - uid: 12006 components: - type: Transform - pos: 60.5,-14.5 + pos: -51.5,-68.5 parent: 2 - uid: 12007 components: - type: Transform - pos: 57.5,7.5 + pos: -35.5,9.5 parent: 2 - uid: 12008 components: - type: Transform - pos: 60.5,-15.5 + pos: -40.5,-26.5 parent: 2 - uid: 12009 components: - type: Transform - pos: 45.5,-16.5 + pos: -0.5,-72.5 parent: 2 - uid: 12010 components: - type: Transform - pos: 57.5,11.5 + pos: 46.5,-85.5 parent: 2 - uid: 12011 components: - type: Transform - pos: 57.5,12.5 + pos: 46.5,-84.5 parent: 2 - uid: 12012 components: - type: Transform - pos: 57.5,9.5 + pos: 69.5,-45.5 parent: 2 - uid: 12013 components: - type: Transform - pos: 57.5,13.5 + pos: 69.5,-46.5 parent: 2 - uid: 12014 components: - type: Transform - pos: 58.5,13.5 + pos: 69.5,-47.5 parent: 2 - uid: 12015 components: - type: Transform - pos: 59.5,13.5 + pos: 68.5,-47.5 parent: 2 - uid: 12016 components: - type: Transform - pos: 42.5,6.5 + pos: 30.5,24.5 parent: 2 - uid: 12017 components: - type: Transform - pos: 44.5,-11.5 + pos: 29.5,24.5 parent: 2 - uid: 12018 components: - type: Transform - pos: 44.5,-12.5 + pos: 28.5,24.5 parent: 2 - uid: 12019 components: - type: Transform - pos: 44.5,-9.5 + pos: 27.5,24.5 parent: 2 - uid: 12020 components: - type: Transform - pos: 44.5,-10.5 + pos: 26.5,24.5 parent: 2 - uid: 12021 components: - type: Transform - pos: 44.5,-6.5 + pos: -55.5,-99.5 parent: 2 - uid: 12022 components: - type: Transform - pos: 58.5,-18.5 + pos: -55.5,-100.5 parent: 2 - uid: 12023 components: - type: Transform - pos: 57.5,-18.5 + pos: -55.5,-101.5 parent: 2 - uid: 12024 components: - type: Transform - pos: 44.5,-3.5 + pos: -55.5,-98.5 parent: 2 - uid: 12025 components: - type: Transform - pos: 44.5,-5.5 + pos: -55.5,-96.5 parent: 2 - uid: 12026 components: - type: Transform - pos: 44.5,-1.5 + pos: -55.5,-103.5 parent: 2 - uid: 12027 components: - type: Transform - pos: 36.5,-24.5 + pos: -54.5,-103.5 parent: 2 - uid: 12028 components: - type: Transform - pos: 39.5,-24.5 + pos: -42.5,-110.5 parent: 2 - uid: 12029 components: - type: Transform - pos: 38.5,-24.5 + pos: -41.5,-110.5 parent: 2 - uid: 12030 components: - type: Transform - pos: 39.5,-23.5 + pos: -40.5,-110.5 parent: 2 - uid: 12031 components: - type: Transform - pos: 39.5,-22.5 + pos: -40.5,-109.5 parent: 2 - uid: 12032 components: - type: Transform - pos: -55.5,-24.5 + pos: -39.5,-109.5 parent: 2 - uid: 12033 components: - type: Transform - pos: 57.5,-6.5 + pos: -38.5,-109.5 parent: 2 - uid: 12034 components: - type: Transform - pos: -58.5,-25.5 + pos: -37.5,-109.5 parent: 2 - uid: 12035 components: - type: Transform - pos: -62.5,-16.5 + pos: -36.5,-109.5 parent: 2 - uid: 12036 components: - type: Transform - pos: -62.5,-20.5 + pos: -35.5,-109.5 parent: 2 - uid: 12037 components: - type: Transform - pos: -61.5,-16.5 + pos: -34.5,-109.5 parent: 2 - uid: 12038 components: - type: Transform - pos: -61.5,-18.5 + pos: -33.5,-109.5 parent: 2 - uid: 12039 components: - type: Transform - pos: -62.5,-18.5 + pos: -32.5,-109.5 parent: 2 - uid: 12040 components: - type: Transform - pos: -4.5,-4.5 + pos: -31.5,-109.5 parent: 2 - uid: 12041 components: - type: Transform - pos: -4.5,-5.5 + pos: -30.5,-109.5 parent: 2 - uid: 12042 components: - type: Transform - pos: -4.5,-6.5 + pos: -30.5,-108.5 parent: 2 - uid: 12043 components: - type: Transform - pos: -4.5,-7.5 + pos: -30.5,-107.5 parent: 2 - uid: 12044 components: - type: Transform - pos: -5.5,-7.5 + pos: -30.5,-106.5 parent: 2 - uid: 12045 components: - type: Transform - pos: -6.5,-7.5 + pos: -30.5,-105.5 parent: 2 - uid: 12046 components: - type: Transform - pos: -7.5,-7.5 + pos: -30.5,-104.5 parent: 2 - uid: 12047 components: - type: Transform - pos: -8.5,-7.5 + pos: -29.5,-104.5 parent: 2 - uid: 12048 components: - type: Transform - pos: 5.5,-6.5 + pos: -38.5,-108.5 parent: 2 - uid: 12049 components: - type: Transform - pos: 6.5,-6.5 + pos: -38.5,-107.5 parent: 2 - uid: 12050 components: - type: Transform - pos: 6.5,-7.5 + pos: -38.5,-106.5 parent: 2 - uid: 12051 components: - type: Transform - pos: 6.5,-8.5 + pos: -38.5,-105.5 parent: 2 - uid: 12052 components: - type: Transform - pos: 6.5,-9.5 + pos: -39.5,-105.5 parent: 2 - uid: 12053 components: - type: Transform - pos: 7.5,-7.5 + pos: -40.5,-105.5 parent: 2 - uid: 12054 components: - type: Transform - pos: 8.5,-7.5 + pos: -41.5,-105.5 parent: 2 - uid: 12055 components: - type: Transform - pos: -58.5,-24.5 + pos: -42.5,-105.5 parent: 2 - uid: 12056 components: - type: Transform - pos: -57.5,-24.5 + pos: -43.5,-105.5 parent: 2 - uid: 12057 components: - type: Transform - pos: -56.5,-24.5 + pos: -44.5,-105.5 parent: 2 - uid: 12058 components: - type: Transform - pos: 69.5,-2.5 + pos: -45.5,-105.5 parent: 2 - uid: 12059 components: - type: Transform - pos: 69.5,-3.5 + pos: -46.5,-105.5 parent: 2 - uid: 12060 components: - type: Transform - pos: 69.5,-4.5 + pos: -47.5,-105.5 parent: 2 - uid: 12061 components: - type: Transform - pos: 69.5,-5.5 + pos: -48.5,-105.5 parent: 2 - uid: 12062 components: - type: Transform - pos: 69.5,-6.5 + pos: -49.5,-105.5 parent: 2 - uid: 12063 components: - type: Transform - pos: 69.5,-7.5 + pos: -49.5,-106.5 parent: 2 - uid: 12064 components: - type: Transform - pos: 69.5,-8.5 + pos: -50.5,-106.5 parent: 2 - uid: 12065 components: - type: Transform - pos: 69.5,-9.5 + pos: -50.5,-107.5 parent: 2 - uid: 12066 components: - type: Transform - pos: 69.5,-10.5 + pos: -50.5,-108.5 parent: 2 - uid: 12067 components: - type: Transform - pos: 69.5,-11.5 + pos: -50.5,-109.5 parent: 2 - uid: 12068 components: - type: Transform - pos: 59.5,-57.5 + pos: -50.5,-110.5 parent: 2 - uid: 12069 components: - type: Transform - pos: -53.5,-24.5 + pos: -50.5,-111.5 parent: 2 - uid: 12070 components: - type: Transform - pos: 14.5,-8.5 + pos: -50.5,-112.5 parent: 2 - uid: 12071 components: - type: Transform - pos: 18.5,20.5 + pos: -50.5,-113.5 parent: 2 - uid: 12072 components: - type: Transform - pos: 17.5,20.5 + pos: -55.5,-107.5 parent: 2 - uid: 12073 components: - type: Transform - pos: 16.5,20.5 + pos: -51.5,-106.5 parent: 2 - uid: 12074 components: - type: Transform - pos: 15.5,20.5 + pos: -52.5,-106.5 parent: 2 - uid: 12075 components: - type: Transform - pos: 14.5,20.5 + pos: -53.5,-106.5 parent: 2 - uid: 12076 components: - type: Transform - pos: 47.5,22.5 + pos: -54.5,-106.5 parent: 2 - uid: 12077 components: - type: Transform - pos: 70.5,-5.5 + pos: -55.5,-106.5 parent: 2 - uid: 12078 components: - type: Transform - pos: 69.5,-12.5 + pos: -55.5,-108.5 parent: 2 - uid: 12079 components: - type: Transform - pos: 67.5,-12.5 + pos: -55.5,-109.5 parent: 2 - uid: 12080 components: - type: Transform - pos: 71.5,-5.5 + pos: -55.5,-110.5 parent: 2 - uid: 12081 components: - type: Transform - pos: 72.5,3.5 + pos: -55.5,-111.5 parent: 2 - uid: 12082 components: - type: Transform - pos: 71.5,3.5 + pos: -55.5,-112.5 parent: 2 - uid: 12083 components: - type: Transform - pos: 70.5,3.5 + pos: -55.5,-113.5 parent: 2 - uid: 12084 components: - type: Transform - pos: 69.5,3.5 + pos: -55.5,-114.5 parent: 2 - uid: 12085 components: - type: Transform - pos: 69.5,2.5 + pos: -55.5,-115.5 parent: 2 - uid: 12086 components: - type: Transform - pos: 69.5,0.5 + pos: -55.5,-116.5 parent: 2 - uid: 12087 components: - type: Transform - pos: 69.5,-0.5 + pos: -55.5,-117.5 parent: 2 - uid: 12088 components: - type: Transform - pos: 69.5,1.5 + pos: -55.5,-118.5 parent: 2 - uid: 12089 components: - type: Transform - pos: 69.5,-1.5 + pos: -55.5,-119.5 parent: 2 - uid: 12090 components: - type: Transform - pos: 63.5,-7.5 + pos: -54.5,-119.5 parent: 2 - uid: 12091 components: - type: Transform - pos: 61.5,-7.5 + pos: -53.5,-119.5 parent: 2 - uid: 12092 components: - type: Transform - pos: 60.5,-7.5 + pos: -52.5,-119.5 parent: 2 - uid: 12093 components: - type: Transform - pos: 59.5,-7.5 + pos: -52.5,-118.5 parent: 2 - uid: 12094 components: - type: Transform - pos: 58.5,-7.5 + pos: -51.5,-118.5 parent: 2 - uid: 12095 components: - type: Transform - pos: 57.5,-7.5 + pos: -50.5,-118.5 parent: 2 - uid: 12096 components: - type: Transform - pos: 62.5,-7.5 + pos: -49.5,-118.5 parent: 2 - uid: 12097 components: - type: Transform - pos: 63.5,-5.5 + pos: -48.5,-118.5 parent: 2 - uid: 12098 components: - type: Transform - pos: 18.5,19.5 + pos: -48.5,-119.5 parent: 2 - uid: 12099 components: - type: Transform - pos: 18.5,18.5 + pos: -47.5,-119.5 parent: 2 - uid: 12100 components: - type: Transform - pos: 18.5,17.5 + pos: -46.5,-119.5 parent: 2 - uid: 12101 components: - type: Transform - pos: 63.5,-4.5 + pos: -45.5,-119.5 parent: 2 - uid: 12102 components: - type: Transform - pos: 63.5,-3.5 + pos: -45.5,-118.5 parent: 2 - uid: 12103 components: - type: Transform - pos: 63.5,-1.5 + pos: -45.5,-117.5 parent: 2 - uid: 12104 components: - type: Transform - pos: 63.5,-2.5 + pos: -46.5,-117.5 parent: 2 - uid: 12105 components: - type: Transform - pos: 64.5,-1.5 + pos: -47.5,-117.5 parent: 2 - uid: 12106 components: - type: Transform - pos: 65.5,-1.5 + pos: -68.5,3.5 parent: 2 - uid: 12107 components: - type: Transform - pos: 66.5,-1.5 + pos: -69.5,3.5 parent: 2 - uid: 12108 components: - type: Transform - pos: 66.5,-0.5 + pos: -69.5,7.5 parent: 2 - uid: 12109 components: - type: Transform - pos: 57.5,-5.5 + pos: -70.5,7.5 parent: 2 - uid: 12110 components: - type: Transform - pos: 57.5,-4.5 + pos: -71.5,7.5 parent: 2 - uid: 12111 components: - type: Transform - pos: 57.5,-3.5 + pos: -72.5,7.5 parent: 2 - uid: 12112 components: - type: Transform - pos: 57.5,-2.5 + pos: -73.5,7.5 parent: 2 - uid: 12113 components: - type: Transform - pos: 57.5,-1.5 + pos: -70.5,9.5 parent: 2 - uid: 12114 components: - type: Transform - pos: 57.5,-0.5 + pos: -69.5,9.5 parent: 2 - uid: 12115 components: - type: Transform - pos: 61.5,-0.5 + pos: -74.5,6.5 parent: 2 - uid: 12116 components: - type: Transform - pos: 60.5,-0.5 + pos: -75.5,6.5 parent: 2 - uid: 12117 components: - type: Transform - pos: 59.5,-0.5 + pos: -76.5,6.5 parent: 2 - uid: 12118 components: - type: Transform - pos: 58.5,-0.5 + pos: -77.5,6.5 parent: 2 - uid: 12119 components: - type: Transform - pos: 57.5,0.5 + pos: -78.5,6.5 parent: 2 - uid: 12120 components: - type: Transform - pos: 57.5,2.5 + pos: -78.5,5.5 parent: 2 - uid: 12121 components: - type: Transform - pos: 57.5,3.5 + pos: -78.5,4.5 parent: 2 - uid: 12122 components: - type: Transform - pos: 57.5,4.5 + pos: -78.5,3.5 parent: 2 - uid: 12123 components: - type: Transform - pos: 57.5,1.5 + pos: -78.5,2.5 parent: 2 - uid: 12124 components: - type: Transform - pos: 57.5,5.5 + pos: -78.5,1.5 parent: 2 - uid: 12125 components: - type: Transform - pos: 49.5,22.5 + pos: -78.5,0.5 parent: 2 - uid: 12126 components: - type: Transform - pos: 49.5,18.5 + pos: -78.5,-0.5 parent: 2 - uid: 12127 components: - type: Transform - pos: 49.5,19.5 + pos: -78.5,-1.5 parent: 2 - uid: 12128 components: - type: Transform - pos: 49.5,20.5 + pos: -78.5,-2.5 parent: 2 - uid: 12129 components: - type: Transform - pos: 48.5,22.5 + pos: -78.5,-3.5 parent: 2 - uid: 12130 components: - type: Transform - pos: 48.5,18.5 + pos: -79.5,-3.5 parent: 2 - uid: 12131 components: - type: Transform - pos: 47.5,18.5 + pos: -79.5,-4.5 parent: 2 - uid: 12132 components: - type: Transform - pos: 46.5,18.5 + pos: -80.5,-4.5 parent: 2 - uid: 12133 components: - type: Transform - pos: 45.5,18.5 + pos: -81.5,-4.5 parent: 2 - uid: 12134 components: - type: Transform - pos: 44.5,18.5 + pos: -82.5,-4.5 parent: 2 - uid: 12135 components: - type: Transform - pos: 43.5,18.5 + pos: -83.5,-4.5 parent: 2 - uid: 12136 components: - type: Transform - pos: 42.5,18.5 + pos: -79.5,-5.5 parent: 2 - uid: 12137 components: - type: Transform - pos: 41.5,18.5 + pos: -79.5,-6.5 parent: 2 - uid: 12138 components: - type: Transform - pos: 33.5,21.5 + pos: -79.5,-7.5 parent: 2 - uid: 12139 components: - type: Transform - pos: 33.5,20.5 + pos: -79.5,-8.5 parent: 2 - uid: 12140 components: - type: Transform - pos: 41.5,17.5 + pos: -79.5,-9.5 parent: 2 - uid: 12141 components: - type: Transform - pos: 48.5,22.5 + pos: -79.5,-10.5 parent: 2 - uid: 12142 components: - type: Transform - pos: 51.5,-17.5 + pos: -79.5,-11.5 parent: 2 - uid: 12143 components: - type: Transform - pos: 51.5,-16.5 + pos: -79.5,-12.5 parent: 2 - uid: 12144 components: - type: Transform - pos: 51.5,-15.5 + pos: -79.5,-13.5 parent: 2 - uid: 12145 components: - type: Transform - pos: 51.5,-14.5 + pos: -79.5,-14.5 parent: 2 - uid: 12146 components: - type: Transform - pos: 51.5,-13.5 + pos: -78.5,-14.5 parent: 2 - uid: 12147 components: - type: Transform - pos: 52.5,-13.5 + pos: -77.5,-14.5 parent: 2 - uid: 12148 components: - type: Transform - pos: 53.5,-13.5 + pos: -76.5,-14.5 parent: 2 - uid: 12149 components: - type: Transform - pos: 54.5,-13.5 + pos: -76.5,-15.5 parent: 2 - uid: 12150 components: - type: Transform - pos: 55.5,-13.5 + pos: -76.5,-16.5 parent: 2 - uid: 12151 components: - type: Transform - pos: 56.5,-13.5 + pos: -76.5,-17.5 parent: 2 - uid: 12152 components: - type: Transform - pos: 57.5,-13.5 + pos: -76.5,-18.5 parent: 2 - uid: 12153 components: - type: Transform - pos: 57.5,-12.5 + pos: -76.5,-19.5 parent: 2 - uid: 12154 components: - type: Transform - pos: 57.5,-11.5 + pos: -76.5,-20.5 parent: 2 - uid: 12155 components: - type: Transform - pos: 57.5,-10.5 + pos: -76.5,-21.5 parent: 2 - uid: 12156 components: - type: Transform - pos: 57.5,-9.5 + pos: -76.5,-22.5 parent: 2 - uid: 12157 components: - type: Transform - pos: 57.5,-8.5 + pos: -76.5,-23.5 parent: 2 - uid: 12158 components: - type: Transform - pos: 44.5,15.5 + pos: -75.5,-23.5 parent: 2 - uid: 12159 components: - type: Transform - pos: 43.5,15.5 + pos: -80.5,-14.5 parent: 2 - uid: 12160 components: - type: Transform - pos: 43.5,14.5 + pos: -81.5,-14.5 parent: 2 - uid: 12161 components: - type: Transform - pos: 43.5,13.5 + pos: -81.5,-15.5 parent: 2 - uid: 12162 components: - type: Transform - pos: 43.5,12.5 + pos: -81.5,-16.5 parent: 2 - uid: 12163 components: - type: Transform - pos: 44.5,12.5 + pos: -80.5,-16.5 parent: 2 - uid: 12164 components: - type: Transform - pos: 45.5,12.5 + pos: -84.5,-4.5 parent: 2 - uid: 12165 components: - type: Transform - pos: 46.5,12.5 + pos: -84.5,-5.5 parent: 2 - uid: 12166 components: - type: Transform - pos: 47.5,12.5 + pos: -84.5,-6.5 parent: 2 - uid: 12167 components: - type: Transform - pos: 48.5,12.5 + pos: -78.5,-10.5 parent: 2 - uid: 12168 components: - type: Transform - pos: 48.5,13.5 + pos: -77.5,-10.5 parent: 2 - uid: 12169 components: - type: Transform - pos: 49.5,13.5 + pos: -76.5,-10.5 parent: 2 - uid: 12170 components: - type: Transform - pos: 50.5,13.5 + pos: -75.5,-10.5 parent: 2 - uid: 12171 components: - type: Transform - pos: 51.5,13.5 + pos: -74.5,-10.5 parent: 2 - uid: 12172 components: - type: Transform - pos: 52.5,13.5 + pos: -74.5,-11.5 parent: 2 - uid: 12173 components: - type: Transform - pos: 52.5,12.5 + pos: -33.5,-113.5 parent: 2 - uid: 12174 components: - type: Transform - pos: 52.5,11.5 + pos: 98.5,-63.5 parent: 2 - uid: 12175 components: - type: Transform - pos: 51.5,11.5 + pos: 98.5,-64.5 parent: 2 - uid: 12176 components: - type: Transform - pos: 50.5,11.5 + pos: 98.5,-65.5 parent: 2 - uid: 12177 components: - type: Transform - pos: 49.5,11.5 + pos: 98.5,-66.5 parent: 2 - uid: 12178 components: - type: Transform - pos: 52.5,10.5 + pos: 98.5,-67.5 parent: 2 - uid: 12179 components: - type: Transform - pos: 53.5,10.5 + pos: 98.5,-68.5 parent: 2 - uid: 12180 components: - type: Transform - pos: 54.5,10.5 + pos: 99.5,-68.5 parent: 2 - uid: 12181 components: - type: Transform - pos: 55.5,10.5 + pos: 100.5,-68.5 parent: 2 - uid: 12182 components: - type: Transform - pos: 56.5,10.5 + pos: 97.5,-68.5 parent: 2 - uid: 12183 components: - type: Transform - pos: 45.5,-4.5 + pos: 96.5,-68.5 parent: 2 - uid: 12184 components: - type: Transform - pos: 46.5,-4.5 + pos: 98.5,-69.5 parent: 2 - uid: 12185 components: - type: Transform - pos: 47.5,-4.5 + pos: 98.5,-70.5 parent: 2 - uid: 12186 components: - type: Transform - pos: 48.5,-4.5 + pos: 98.5,-71.5 parent: 2 - uid: 12187 components: - type: Transform - pos: 49.5,-4.5 + pos: 98.5,-72.5 parent: 2 - uid: 12188 components: - type: Transform - pos: 49.5,-3.5 + pos: 98.5,-73.5 parent: 2 - uid: 12189 components: - type: Transform - pos: 49.5,-2.5 + pos: 98.5,-74.5 parent: 2 - uid: 12190 components: - type: Transform - pos: 99.5,-40.5 + pos: 98.5,-75.5 parent: 2 - uid: 12191 components: - type: Transform - pos: 102.5,-40.5 + pos: 98.5,-76.5 parent: 2 - uid: 12192 components: - type: Transform - pos: 68.5,-3.5 + pos: 98.5,-77.5 parent: 2 - uid: 12193 components: - type: Transform - pos: 67.5,-3.5 + pos: 98.5,-78.5 parent: 2 - uid: 12194 components: - type: Transform - pos: 101.5,-40.5 + pos: 98.5,-79.5 parent: 2 - uid: 12195 components: - type: Transform - pos: 100.5,-40.5 + pos: 98.5,-80.5 parent: 2 - uid: 12196 components: - type: Transform - pos: 103.5,-40.5 + pos: 98.5,-81.5 parent: 2 - uid: 12197 components: - type: Transform - pos: 104.5,-40.5 + pos: 98.5,-82.5 parent: 2 - uid: 12198 components: - type: Transform - pos: 105.5,-40.5 + pos: 98.5,-83.5 parent: 2 - uid: 12199 components: - type: Transform - pos: 106.5,-40.5 + pos: 98.5,-84.5 parent: 2 - uid: 12200 components: - type: Transform - pos: 107.5,-40.5 + pos: 98.5,-85.5 parent: 2 - uid: 12201 components: - type: Transform - pos: 108.5,-40.5 + pos: 99.5,-85.5 parent: 2 - uid: 12202 components: - type: Transform - pos: 109.5,-40.5 + pos: 97.5,-64.5 parent: 2 - uid: 12203 components: - type: Transform - pos: 110.5,-40.5 + pos: 96.5,-64.5 parent: 2 - uid: 12204 components: - type: Transform - pos: 110.5,-39.5 + pos: 26.5,0.5 parent: 2 - uid: 12205 components: - type: Transform - pos: 110.5,-38.5 + pos: 87.5,-48.5 parent: 2 - uid: 12206 components: - type: Transform - pos: 111.5,-38.5 + pos: 88.5,-48.5 parent: 2 - uid: 12207 components: - type: Transform - pos: 111.5,-37.5 + pos: 88.5,-47.5 parent: 2 - uid: 12208 components: - type: Transform - pos: -19.5,1.5 + pos: 88.5,-46.5 parent: 2 - uid: 12209 components: - type: Transform - pos: -18.5,1.5 + pos: 88.5,-45.5 parent: 2 - uid: 12210 components: - type: Transform - pos: -17.5,1.5 + pos: 89.5,-45.5 parent: 2 - uid: 12211 components: - type: Transform - pos: -16.5,1.5 + pos: 90.5,-45.5 parent: 2 - uid: 12212 components: - type: Transform - pos: -16.5,2.5 + pos: 91.5,-45.5 parent: 2 - uid: 12213 components: - type: Transform - pos: -16.5,3.5 + pos: 91.5,-44.5 parent: 2 - uid: 12214 components: - type: Transform - pos: -16.5,4.5 + pos: 92.5,-44.5 parent: 2 - uid: 12215 components: - type: Transform - pos: -16.5,5.5 + pos: 93.5,-44.5 parent: 2 - uid: 12216 components: - type: Transform - pos: -16.5,6.5 + pos: 94.5,-44.5 parent: 2 - uid: 12217 components: - type: Transform - pos: -16.5,7.5 + pos: 95.5,-44.5 parent: 2 - uid: 12218 components: - type: Transform - pos: -17.5,7.5 + pos: 96.5,-44.5 parent: 2 - uid: 12219 components: - type: Transform - pos: -17.5,8.5 + pos: 97.5,-44.5 parent: 2 - uid: 12220 components: - type: Transform - pos: 11.5,-10.5 + pos: 34.5,2.5 parent: 2 - uid: 12221 components: - type: Transform - pos: 4.5,-10.5 + pos: 35.5,2.5 parent: 2 - uid: 12222 components: - type: Transform - pos: 14.5,-9.5 + pos: 36.5,2.5 parent: 2 - uid: 12223 components: - type: Transform - pos: 77.5,-46.5 + pos: 37.5,2.5 parent: 2 - uid: 12224 components: - type: Transform - pos: 76.5,-46.5 + pos: 38.5,2.5 parent: 2 - uid: 12225 components: - type: Transform - pos: 45.5,21.5 + pos: 31.5,11.5 parent: 2 - uid: 12226 components: - type: Transform - pos: 14.5,-10.5 + pos: 32.5,11.5 parent: 2 - uid: 12227 components: - type: Transform - pos: 13.5,-10.5 + pos: 33.5,11.5 parent: 2 - uid: 12228 components: - type: Transform - pos: 0.5,-10.5 + pos: 33.5,10.5 parent: 2 - uid: 12229 components: - type: Transform - pos: 1.5,-10.5 + pos: 33.5,9.5 parent: 2 - uid: 12230 components: - type: Transform - pos: 5.5,-10.5 + pos: 33.5,8.5 parent: 2 - uid: 12231 components: - type: Transform - pos: 6.5,-10.5 + pos: 33.5,7.5 parent: 2 - uid: 12232 components: - type: Transform - pos: 13.5,-11.5 + pos: 33.5,6.5 parent: 2 - uid: 12233 components: - type: Transform - pos: 15.5,-10.5 + pos: 33.5,5.5 parent: 2 - uid: 12234 components: - type: Transform - pos: 8.5,-10.5 + pos: 33.5,4.5 parent: 2 - uid: 12235 components: - type: Transform - pos: 7.5,-10.5 + pos: 33.5,3.5 parent: 2 - uid: 12236 components: - type: Transform - pos: 9.5,-10.5 + pos: 34.5,3.5 parent: 2 - uid: 12237 components: - type: Transform - pos: 2.5,-10.5 + pos: 30.5,25.5 parent: 2 - uid: 12238 components: - type: Transform - pos: 3.5,-10.5 + pos: 31.5,25.5 parent: 2 - uid: 12239 components: - type: Transform - pos: -7.5,-56.5 + pos: 32.5,25.5 parent: 2 - uid: 12240 components: - type: Transform - pos: -8.5,-59.5 + pos: 33.5,25.5 parent: 2 - uid: 12241 components: - type: Transform - pos: -11.5,-58.5 + pos: 34.5,25.5 parent: 2 - uid: 12242 components: - type: Transform - pos: -10.5,-59.5 + pos: 35.5,25.5 parent: 2 - uid: 12243 components: - type: Transform - pos: 34.5,20.5 + pos: 35.5,26.5 parent: 2 - uid: 12244 components: - type: Transform - pos: 34.5,19.5 + pos: 35.5,27.5 parent: 2 - uid: 12245 components: - type: Transform - pos: -11.5,-56.5 + pos: 35.5,28.5 parent: 2 - uid: 12246 components: - type: Transform - pos: -11.5,-59.5 + pos: 35.5,29.5 parent: 2 - uid: 12247 components: - type: Transform - pos: -9.5,-59.5 + pos: 34.5,29.5 parent: 2 - uid: 12248 components: - type: Transform - pos: -7.5,-53.5 + pos: 33.5,29.5 parent: 2 - uid: 12249 components: - type: Transform - pos: -7.5,-54.5 + pos: -27.5,-96.5 parent: 2 - uid: 12250 components: - type: Transform - pos: -7.5,-55.5 + pos: -26.5,-96.5 parent: 2 - uid: 12251 components: - type: Transform - pos: -8.5,-55.5 + pos: -25.5,-96.5 parent: 2 - uid: 12252 components: - type: Transform - pos: -9.5,-55.5 + pos: -24.5,-96.5 parent: 2 - uid: 12253 components: - type: Transform - pos: -10.5,-55.5 + pos: -24.5,-92.5 parent: 2 - uid: 12254 components: - type: Transform - pos: -11.5,-55.5 + pos: -23.5,-92.5 parent: 2 - uid: 12255 components: - type: Transform - pos: -7.5,-59.5 + pos: -22.5,-92.5 parent: 2 - uid: 12256 components: - type: Transform - pos: 46.5,24.5 + pos: -21.5,-92.5 parent: 2 - uid: 12257 components: - type: Transform - pos: -7.5,-58.5 + pos: -24.5,-91.5 parent: 2 - uid: 12258 components: - type: Transform - pos: -7.5,-57.5 + pos: -24.5,-90.5 parent: 2 - uid: 12259 components: - type: Transform - pos: -30.5,-43.5 + pos: -24.5,-89.5 parent: 2 - uid: 12260 components: - type: Transform - pos: -29.5,-43.5 + pos: -24.5,-88.5 parent: 2 - uid: 12261 components: - type: Transform - pos: -33.5,-43.5 + pos: -24.5,-87.5 parent: 2 - uid: 12262 components: - type: Transform - pos: 26.5,21.5 + pos: -24.5,-86.5 parent: 2 - uid: 12263 components: - type: Transform - pos: -52.5,-129.5 + pos: -24.5,-85.5 parent: 2 - uid: 12264 components: - type: Transform - pos: 26.5,20.5 + pos: -24.5,-84.5 parent: 2 - uid: 12265 components: - type: Transform - pos: 26.5,19.5 + pos: -24.5,-83.5 parent: 2 - uid: 12266 components: - type: Transform - pos: 26.5,18.5 + pos: 36.5,27.5 parent: 2 - uid: 12267 components: - type: Transform - pos: -31.5,-43.5 + pos: 37.5,27.5 parent: 2 - uid: 12268 components: - type: Transform - pos: -32.5,-43.5 + pos: 38.5,27.5 parent: 2 - uid: 12269 components: - type: Transform - pos: -28.5,-43.5 + pos: 39.5,27.5 parent: 2 - uid: 12270 components: - type: Transform - pos: -27.5,-43.5 + pos: 40.5,27.5 parent: 2 - uid: 12271 components: - type: Transform - pos: -26.5,-43.5 + pos: 40.5,28.5 parent: 2 - uid: 12272 components: - type: Transform - pos: -25.5,-43.5 + pos: 40.5,29.5 parent: 2 - uid: 12273 components: - type: Transform - pos: -24.5,-43.5 + pos: -43.5,-34.5 parent: 2 - uid: 12274 components: - type: Transform - pos: -23.5,-43.5 + pos: -44.5,-34.5 parent: 2 - uid: 12275 components: - type: Transform - pos: -22.5,-43.5 + pos: -45.5,-34.5 parent: 2 - uid: 12276 components: - type: Transform - pos: -21.5,-43.5 + pos: -45.5,-35.5 parent: 2 - uid: 12277 components: - type: Transform - pos: -21.5,-45.5 + pos: 38.5,-7.5 parent: 2 - uid: 12278 components: - type: Transform - pos: -21.5,-44.5 + pos: 37.5,-7.5 parent: 2 - uid: 12279 components: - type: Transform - pos: -22.5,-45.5 + pos: 37.5,-6.5 parent: 2 - uid: 12280 components: - type: Transform - pos: 24.5,-32.5 + pos: 37.5,-5.5 parent: 2 - uid: 12281 components: - type: Transform - pos: 23.5,-32.5 + pos: 38.5,-4.5 parent: 2 - uid: 12282 components: - type: Transform - pos: 23.5,-33.5 + pos: -50.5,-34.5 parent: 2 - uid: 12283 components: - type: Transform - pos: 23.5,-34.5 + pos: -50.5,-35.5 parent: 2 - uid: 12284 components: - type: Transform - pos: 23.5,-35.5 + pos: -50.5,-36.5 parent: 2 - uid: 12285 components: - type: Transform - pos: 23.5,-36.5 + pos: -50.5,-37.5 parent: 2 - uid: 12286 components: - type: Transform - pos: 23.5,-37.5 + pos: -49.5,-37.5 parent: 2 - uid: 12287 components: - type: Transform - pos: 23.5,-38.5 + pos: -50.5,-38.5 parent: 2 - uid: 12288 components: - type: Transform - pos: 23.5,-39.5 + pos: -51.5,-38.5 parent: 2 - uid: 12289 components: - type: Transform - pos: 23.5,-40.5 + pos: -52.5,-38.5 parent: 2 - uid: 12290 components: - type: Transform - pos: 24.5,-40.5 + pos: 45.5,-92.5 parent: 2 - uid: 12291 components: - type: Transform - pos: -11.5,-11.5 + pos: 46.5,-92.5 parent: 2 - uid: 12292 components: - type: Transform - pos: -0.5,-10.5 + pos: 46.5,-93.5 parent: 2 - uid: 12293 components: - type: Transform - pos: -1.5,-10.5 + pos: 46.5,-94.5 parent: 2 - uid: 12294 components: - type: Transform - pos: -9.5,-8.5 + pos: 46.5,-95.5 parent: 2 - uid: 12295 components: - type: Transform - pos: -13.5,-11.5 + pos: 46.5,-96.5 parent: 2 - uid: 12296 components: - type: Transform - pos: -12.5,-9.5 + pos: 46.5,-97.5 parent: 2 - uid: 12297 components: - type: Transform - pos: -12.5,-10.5 + pos: 46.5,-98.5 parent: 2 - uid: 12298 components: - type: Transform - pos: -2.5,-10.5 + pos: 46.5,-99.5 parent: 2 - uid: 12299 components: - type: Transform - pos: -3.5,-10.5 + pos: 46.5,-100.5 parent: 2 - uid: 12300 components: - type: Transform - pos: -4.5,-10.5 + pos: 46.5,-101.5 parent: 2 - uid: 12301 components: - type: Transform - pos: -5.5,-10.5 + pos: 46.5,-102.5 parent: 2 - uid: 12302 components: - type: Transform - pos: -6.5,-10.5 + pos: 46.5,-103.5 parent: 2 - uid: 12303 components: - type: Transform - pos: -7.5,-10.5 + pos: 46.5,-104.5 parent: 2 - uid: 12304 components: - type: Transform - pos: -8.5,-10.5 + pos: 47.5,-104.5 parent: 2 - uid: 12305 components: - type: Transform - pos: -9.5,-10.5 + pos: 41.5,22.5 parent: 2 - uid: 12306 components: - type: Transform - pos: -11.5,-8.5 + pos: 32.5,21.5 parent: 2 - uid: 12307 components: - type: Transform - pos: -9.5,-9.5 + pos: 48.5,-104.5 parent: 2 - uid: 12308 components: - type: Transform - pos: 26.5,23.5 + pos: 50.5,-104.5 parent: 2 - uid: 12309 components: - type: Transform - pos: 26.5,22.5 + pos: 55.5,-104.5 parent: 2 - uid: 12310 components: - type: Transform - pos: -11.5,-10.5 + pos: 54.5,-104.5 parent: 2 - uid: 12311 components: - type: Transform - pos: -13.5,-10.5 + pos: 53.5,-104.5 parent: 2 - uid: 12312 components: - type: Transform - pos: -12.5,-8.5 + pos: 56.5,-104.5 parent: 2 - uid: 12313 components: - type: Transform - pos: -10.5,-8.5 + pos: 52.5,-104.5 parent: 2 - uid: 12314 components: - type: Transform - pos: -2.5,-11.5 + pos: 51.5,-104.5 parent: 2 - uid: 12315 components: - type: Transform - pos: 24.5,18.5 + pos: 49.5,-104.5 parent: 2 - uid: 12316 components: - type: Transform - pos: 0.5,-73.5 + pos: 56.5,-103.5 parent: 2 - uid: 12317 components: - type: Transform - pos: 0.5,-72.5 + pos: 56.5,-102.5 parent: 2 - uid: 12318 components: - type: Transform - pos: -0.5,-72.5 + pos: 56.5,-101.5 parent: 2 - uid: 12319 components: - type: Transform - pos: -1.5,-72.5 + pos: 56.5,-100.5 parent: 2 - uid: 12320 components: - type: Transform - pos: -63.5,-73.5 + pos: 56.5,-99.5 parent: 2 - uid: 12321 components: - type: Transform - pos: -64.5,-73.5 + pos: 56.5,-98.5 parent: 2 - uid: 12322 components: - type: Transform - pos: -64.5,-74.5 + pos: 56.5,-97.5 parent: 2 - uid: 12323 components: - type: Transform - pos: -64.5,-75.5 + pos: 56.5,-96.5 parent: 2 - uid: 12324 components: - type: Transform - pos: -64.5,-76.5 + pos: 45.5,-104.5 parent: 2 - uid: 12325 components: - type: Transform - pos: -64.5,-77.5 + pos: 44.5,-104.5 parent: 2 - uid: 12326 components: - type: Transform - pos: -64.5,-78.5 + pos: 43.5,-104.5 parent: 2 - uid: 12327 components: - type: Transform - pos: -64.5,-79.5 + pos: 42.5,-104.5 parent: 2 - uid: 12328 components: - type: Transform - pos: 26.5,16.5 + pos: 41.5,-104.5 parent: 2 - uid: 12329 components: - type: Transform - pos: 26.5,17.5 + pos: 40.5,-104.5 parent: 2 - uid: 12330 components: - type: Transform - pos: 45.5,22.5 + pos: 39.5,-104.5 parent: 2 - uid: 12331 components: - type: Transform - pos: 30.5,16.5 + pos: 38.5,-104.5 parent: 2 - uid: 12332 components: - type: Transform - pos: 30.5,17.5 + pos: 37.5,-104.5 parent: 2 - uid: 12333 components: - type: Transform - pos: 31.5,17.5 + pos: 36.5,-104.5 parent: 2 - uid: 12334 components: - type: Transform - pos: 32.5,17.5 + pos: 35.5,-104.5 parent: 2 - uid: 12335 components: - type: Transform - pos: 29.5,17.5 + pos: 35.5,-103.5 parent: 2 - uid: 12336 components: - type: Transform - pos: 28.5,17.5 + pos: 35.5,-102.5 parent: 2 - uid: 12337 components: - type: Transform - pos: 27.5,17.5 + pos: 35.5,-101.5 parent: 2 - uid: 12338 components: - type: Transform - pos: 41.5,19.5 + pos: 35.5,-100.5 parent: 2 - uid: 12339 components: - type: Transform - pos: -63.5,3.5 + pos: 35.5,-99.5 parent: 2 - uid: 12340 components: - type: Transform - pos: 80.5,-45.5 + pos: 35.5,-98.5 parent: 2 - uid: 12341 components: - type: Transform - pos: -7.5,-92.5 + pos: 35.5,-97.5 parent: 2 - uid: 12342 components: - type: Transform - pos: -7.5,-93.5 + pos: 35.5,-96.5 parent: 2 - uid: 12343 components: - type: Transform - pos: -7.5,-98.5 + pos: 35.5,-95.5 parent: 2 - uid: 12344 components: - type: Transform - pos: -7.5,-99.5 + pos: 35.5,-94.5 parent: 2 - uid: 12345 components: - type: Transform - pos: -8.5,-99.5 + pos: 35.5,-93.5 parent: 2 - uid: 12346 components: - type: Transform - pos: -9.5,-99.5 + pos: 35.5,-92.5 parent: 2 - uid: 12347 components: - type: Transform - pos: -10.5,-99.5 + pos: 35.5,-91.5 parent: 2 - uid: 12348 components: - type: Transform - pos: -11.5,-99.5 + pos: 35.5,-90.5 parent: 2 - uid: 12349 components: - type: Transform - pos: -12.5,-99.5 + pos: 35.5,-89.5 parent: 2 - uid: 12350 components: - type: Transform - pos: -12.5,-100.5 + pos: 35.5,-88.5 parent: 2 - uid: 12351 components: - type: Transform - pos: -13.5,-100.5 + pos: 35.5,-87.5 parent: 2 - uid: 12352 components: - type: Transform - pos: -14.5,-100.5 + pos: 35.5,-86.5 parent: 2 - uid: 12353 components: - type: Transform - pos: -15.5,-100.5 + pos: 35.5,-85.5 parent: 2 - uid: 12354 components: - type: Transform - pos: 82.5,-45.5 + pos: 35.5,-84.5 parent: 2 - uid: 12355 components: - type: Transform - pos: -55.5,-120.5 + pos: 27.5,-37.5 parent: 2 - uid: 12356 components: - type: Transform - pos: -55.5,-121.5 + pos: 27.5,-35.5 parent: 2 - uid: 12357 components: - type: Transform - pos: -55.5,-122.5 + pos: 26.5,-35.5 parent: 2 - uid: 12358 components: - type: Transform - pos: -55.5,-123.5 + pos: 27.5,-38.5 parent: 2 - uid: 12359 components: - type: Transform - pos: -55.5,-124.5 + pos: 26.5,-39.5 parent: 2 - uid: 12360 components: - type: Transform - pos: -55.5,-125.5 + pos: 55.5,-56.5 parent: 2 - uid: 12361 components: - type: Transform - pos: -55.5,-126.5 + pos: 56.5,-56.5 parent: 2 - uid: 12362 components: - type: Transform - pos: -55.5,-127.5 + pos: 57.5,-56.5 parent: 2 - uid: 12363 components: - type: Transform - pos: -55.5,-128.5 + pos: 58.5,-56.5 parent: 2 - uid: 12364 components: - type: Transform - pos: -54.5,-129.5 + pos: 59.5,-56.5 parent: 2 - uid: 12365 components: - type: Transform - pos: -53.5,-129.5 + pos: 60.5,-56.5 parent: 2 - uid: 12366 components: - type: Transform - pos: -25.5,-103.5 + pos: 55.5,-17.5 parent: 2 - uid: 12367 components: - type: Transform - pos: -24.5,-103.5 + pos: -62.5,-19.5 parent: 2 - uid: 12368 components: - type: Transform - pos: -23.5,-103.5 + pos: 44.5,-15.5 parent: 2 - uid: 12369 components: - type: Transform - pos: -22.5,-103.5 + pos: 37.5,-24.5 parent: 2 - uid: 12370 components: - type: Transform - pos: -21.5,-103.5 + pos: 57.5,10.5 parent: 2 - uid: 12371 components: - type: Transform - pos: -20.5,-103.5 + pos: 57.5,8.5 parent: 2 - uid: 12372 components: - type: Transform - pos: -19.5,-103.5 + pos: 57.5,6.5 parent: 2 - uid: 12373 components: - type: Transform - pos: -18.5,-103.5 + pos: 58.5,6.5 parent: 2 - uid: 12374 components: - type: Transform - pos: -17.5,-103.5 + pos: 60.5,-17.5 parent: 2 - uid: 12375 components: - type: Transform - pos: -17.5,-102.5 + pos: 48.5,-18.5 parent: 2 - uid: 12376 components: - type: Transform - pos: -17.5,-101.5 + pos: 55.5,-21.5 parent: 2 - uid: 12377 components: - type: Transform - pos: -17.5,-100.5 + pos: 60.5,-16.5 parent: 2 - uid: 12378 components: - type: Transform - pos: -17.5,-99.5 + pos: 49.5,-18.5 parent: 2 - uid: 12379 components: - type: Transform - pos: -17.5,-98.5 + pos: 60.5,-13.5 parent: 2 - uid: 12380 components: - type: Transform - pos: -17.5,-97.5 + pos: 55.5,-18.5 parent: 2 - uid: 12381 components: - type: Transform - pos: -18.5,-97.5 + pos: 54.5,-18.5 parent: 2 - uid: 12382 components: - type: Transform - pos: -19.5,-97.5 + pos: 53.5,-18.5 parent: 2 - uid: 12383 components: - type: Transform - pos: -20.5,-97.5 + pos: 61.5,-11.5 parent: 2 - uid: 12384 components: - type: Transform - pos: -21.5,-97.5 + pos: 60.5,-12.5 parent: 2 - uid: 12385 components: - type: Transform - pos: -22.5,-97.5 + pos: 55.5,-19.5 parent: 2 - uid: 12386 components: - type: Transform - pos: -23.5,-97.5 + pos: 60.5,-11.5 parent: 2 - uid: 12387 components: - type: Transform - pos: -58.5,-134.5 + pos: 60.5,-14.5 parent: 2 - uid: 12388 components: - type: Transform - pos: -57.5,-135.5 + pos: 57.5,7.5 parent: 2 - uid: 12389 components: - type: Transform - pos: -56.5,-135.5 + pos: 60.5,-15.5 parent: 2 - uid: 12390 components: - type: Transform - pos: -52.5,-133.5 + pos: 45.5,-16.5 parent: 2 - uid: 12391 components: - type: Transform - pos: -55.5,-135.5 + pos: 57.5,11.5 parent: 2 - uid: 12392 components: - type: Transform - pos: -53.5,-134.5 + pos: 57.5,12.5 parent: 2 - uid: 12393 components: - type: Transform - pos: -53.5,-135.5 + pos: 57.5,9.5 parent: 2 - uid: 12394 components: - type: Transform - pos: -54.5,-135.5 + pos: 57.5,13.5 parent: 2 - uid: 12395 components: - type: Transform - pos: -52.5,-134.5 + pos: 58.5,13.5 parent: 2 - uid: 12396 components: - type: Transform - pos: -57.5,-134.5 + pos: 59.5,13.5 parent: 2 - uid: 12397 components: - type: Transform - pos: -51.5,-133.5 + pos: 42.5,6.5 parent: 2 - uid: 12398 components: - type: Transform - pos: -58.5,-133.5 + pos: 44.5,-11.5 parent: 2 - uid: 12399 components: - type: Transform - pos: -51.5,-132.5 + pos: 44.5,-12.5 parent: 2 - uid: 12400 components: - type: Transform - pos: -51.5,-131.5 + pos: 44.5,-9.5 parent: 2 - uid: 12401 components: - type: Transform - pos: -51.5,-129.5 + pos: 44.5,-10.5 parent: 2 - uid: 12402 components: - type: Transform - pos: 97.5,-75.5 + pos: 44.5,-6.5 parent: 2 - uid: 12403 components: - type: Transform - pos: 96.5,-75.5 + pos: 58.5,-18.5 parent: 2 - uid: 12404 components: - type: Transform - pos: 95.5,-75.5 + pos: 57.5,-18.5 parent: 2 - uid: 12405 components: - type: Transform - pos: 79.5,-64.5 + pos: 44.5,-3.5 parent: 2 - uid: 12406 components: - type: Transform - pos: 80.5,-64.5 + pos: 44.5,-5.5 parent: 2 - uid: 12407 components: - type: Transform - pos: 72.5,-54.5 + pos: 44.5,-1.5 parent: 2 - uid: 12408 components: - type: Transform - pos: 71.5,-63.5 + pos: 36.5,-24.5 parent: 2 - uid: 12409 components: - type: Transform - pos: 75.5,-64.5 + pos: 39.5,-24.5 parent: 2 - uid: 12410 components: - type: Transform - pos: 71.5,-64.5 + pos: 38.5,-24.5 parent: 2 - uid: 12411 components: - type: Transform - pos: 79.5,-54.5 + pos: 39.5,-23.5 parent: 2 - uid: 12412 components: - type: Transform - pos: 80.5,-54.5 + pos: 39.5,-22.5 parent: 2 - uid: 12413 components: - type: Transform - pos: -51.5,-130.5 + pos: -55.5,-24.5 parent: 2 - uid: 12414 components: - type: Transform - pos: -54.5,-128.5 + pos: 57.5,-6.5 parent: 2 - uid: 12415 components: - type: Transform - pos: -59.5,-133.5 + pos: -58.5,-25.5 parent: 2 - uid: 12416 components: - type: Transform - pos: -59.5,-132.5 + pos: -62.5,-16.5 parent: 2 - uid: 12417 components: - type: Transform - pos: -59.5,-131.5 + pos: -62.5,-20.5 parent: 2 - uid: 12418 components: - type: Transform - pos: -59.5,-130.5 + pos: -61.5,-16.5 parent: 2 - uid: 12419 components: - type: Transform - pos: -59.5,-129.5 + pos: -61.5,-18.5 parent: 2 - uid: 12420 components: - type: Transform - pos: -58.5,-129.5 + pos: -62.5,-18.5 parent: 2 - uid: 12421 components: - type: Transform - pos: -57.5,-129.5 + pos: -4.5,-4.5 parent: 2 - uid: 12422 components: - type: Transform - pos: -56.5,-129.5 + pos: -4.5,-5.5 parent: 2 - uid: 12423 components: - type: Transform - pos: -56.5,-128.5 + pos: -4.5,-6.5 parent: 2 -- proto: CableMVStack - entities: - uid: 12424 components: - type: Transform - pos: -68.49442,-15.448031 + pos: -4.5,-7.5 parent: 2 - uid: 12425 components: - type: Transform - pos: 40.48218,-35.398537 + pos: -5.5,-7.5 parent: 2 - uid: 12426 components: - type: Transform - pos: 44.56335,-62.49995 + pos: -6.5,-7.5 parent: 2 - uid: 12427 components: - type: Transform - pos: 79.67453,-52.473766 + pos: -7.5,-7.5 parent: 2 - uid: 12428 components: - type: Transform - pos: 52.740673,-84.44412 + pos: -8.5,-7.5 parent: 2 - uid: 12429 components: - type: Transform - pos: 63.20999,-56.43361 + pos: 5.5,-6.5 parent: 2 - uid: 12430 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 12431 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 12432 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - uid: 12433 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 12434 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 + - uid: 12437 + components: + - type: Transform + pos: -57.5,-24.5 + parent: 2 + - uid: 12438 + components: + - type: Transform + pos: -56.5,-24.5 + parent: 2 + - uid: 12439 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 12441 + components: + - type: Transform + pos: 69.5,-4.5 + parent: 2 + - uid: 12442 + components: + - type: Transform + pos: 69.5,-5.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: 69.5,-6.5 + parent: 2 + - uid: 12444 + components: + - type: Transform + pos: 69.5,-7.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + pos: 69.5,-8.5 + parent: 2 + - uid: 12446 + components: + - type: Transform + pos: 69.5,-9.5 + parent: 2 + - uid: 12447 + components: + - type: Transform + pos: 69.5,-10.5 + parent: 2 + - uid: 12448 + components: + - type: Transform + pos: 69.5,-11.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + pos: 59.5,-57.5 + parent: 2 + - uid: 12450 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 12451 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 12454 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + pos: 15.5,20.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + pos: 47.5,22.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: 70.5,-5.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: 69.5,-12.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: 67.5,-12.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: 71.5,-5.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: 72.5,3.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: 71.5,3.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: 70.5,3.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: 69.5,3.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: 69.5,2.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: 69.5,0.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: 69.5,-0.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: 69.5,1.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: 63.5,-7.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: 62.5,-7.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: 63.5,-5.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: 63.5,-4.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: 63.5,-1.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: 64.5,-1.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: 65.5,-1.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: 66.5,-1.5 + parent: 2 + - uid: 12489 + components: + - type: Transform + pos: 66.5,-0.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: 57.5,-5.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + pos: 57.5,-4.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 12493 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: 61.5,-0.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 2 + - uid: 12498 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 2 + - uid: 12500 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 12501 + components: + - type: Transform + pos: 57.5,2.5 + parent: 2 + - uid: 12502 + components: + - type: Transform + pos: 57.5,3.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 12504 + components: + - type: Transform + pos: 57.5,1.5 + parent: 2 + - uid: 12505 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 12506 + components: + - type: Transform + pos: 49.5,22.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: 49.5,20.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 12511 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 12512 + components: + - type: Transform + pos: 47.5,18.5 + parent: 2 + - uid: 12513 + components: + - type: Transform + pos: 46.5,18.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: 45.5,18.5 + parent: 2 + - uid: 12515 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + pos: 43.5,18.5 + parent: 2 + - uid: 12517 + components: + - type: Transform + pos: 42.5,18.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: 41.5,18.5 + parent: 2 + - uid: 12519 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - uid: 12520 + components: + - type: Transform + pos: 33.5,20.5 + parent: 2 + - uid: 12521 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 12524 + components: + - type: Transform + pos: 51.5,-16.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: 51.5,-15.5 + parent: 2 + - uid: 12526 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 12527 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 12528 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 12529 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - uid: 12530 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 12531 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + pos: 56.5,-13.5 + parent: 2 + - uid: 12533 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 12534 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 12535 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 + - uid: 12536 + components: + - type: Transform + pos: 57.5,-10.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: 57.5,-9.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + pos: 57.5,-8.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 12540 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - uid: 12541 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + pos: 45.5,12.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + pos: 46.5,12.5 + parent: 2 + - uid: 12547 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 12548 + components: + - type: Transform + pos: 48.5,12.5 + parent: 2 + - uid: 12549 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: 50.5,13.5 + parent: 2 + - uid: 12552 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 12553 + components: + - type: Transform + pos: 52.5,13.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + pos: 52.5,12.5 + parent: 2 + - uid: 12555 + components: + - type: Transform + pos: 52.5,11.5 + parent: 2 + - uid: 12556 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 12557 + components: + - type: Transform + pos: 50.5,11.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 12559 + components: + - type: Transform + pos: 52.5,10.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + pos: 53.5,10.5 + parent: 2 + - uid: 12561 + components: + - type: Transform + pos: 54.5,10.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + pos: 55.5,10.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + pos: 56.5,10.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: 99.5,-40.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: 102.5,-40.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: 68.5,-3.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: 101.5,-40.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: 100.5,-40.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: 103.5,-40.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: 104.5,-40.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + pos: 105.5,-40.5 + parent: 2 + - uid: 12580 + components: + - type: Transform + pos: 106.5,-40.5 + parent: 2 + - uid: 12581 + components: + - type: Transform + pos: 107.5,-40.5 + parent: 2 + - uid: 12582 + components: + - type: Transform + pos: 108.5,-40.5 + parent: 2 + - uid: 12583 + components: + - type: Transform + pos: 109.5,-40.5 + parent: 2 + - uid: 12584 + components: + - type: Transform + pos: 110.5,-40.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: 110.5,-39.5 + parent: 2 + - uid: 12586 + components: + - type: Transform + pos: 110.5,-38.5 + parent: 2 + - uid: 12587 + components: + - type: Transform + pos: 111.5,-38.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + pos: 111.5,-37.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 12591 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 12592 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 12593 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: 77.5,-46.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + pos: 76.5,-46.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + pos: 45.5,21.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + pos: 34.5,20.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 12622 + components: + - type: Transform + pos: 46.5,24.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + pos: -52.5,-129.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -25.5,-43.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: -24.5,-43.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + pos: -21.5,-43.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + pos: -21.5,-44.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 12652 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + pos: 23.5,-40.5 + parent: 2 + - uid: 12654 + components: + - type: Transform + pos: 24.5,-40.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 12673 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 12675 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: 24.5,18.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -63.5,-73.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + pos: -64.5,-73.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + pos: -64.5,-74.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + pos: -64.5,-75.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + pos: -64.5,-76.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -64.5,-77.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + pos: -64.5,-78.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + pos: -64.5,-79.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + pos: 45.5,22.5 + parent: 2 + - uid: 12695 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + pos: -63.5,3.5 + parent: 2 + - uid: 12704 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 12705 + components: + - type: Transform + pos: -7.5,-92.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + pos: -7.5,-93.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: -7.5,-98.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: -7.5,-99.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: -8.5,-99.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: -9.5,-99.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: -10.5,-99.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + pos: -11.5,-99.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + pos: -12.5,-99.5 + parent: 2 + - uid: 12714 + components: + - type: Transform + pos: -12.5,-100.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + pos: -13.5,-100.5 + parent: 2 + - uid: 12716 + components: + - type: Transform + pos: -14.5,-100.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + pos: -15.5,-100.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + pos: 82.5,-45.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + pos: -55.5,-120.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: -55.5,-121.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + pos: -55.5,-122.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + pos: -55.5,-123.5 + parent: 2 + - uid: 12723 + components: + - type: Transform + pos: -55.5,-124.5 + parent: 2 + - uid: 12724 + components: + - type: Transform + pos: -55.5,-125.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + pos: -55.5,-126.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + pos: -55.5,-127.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + pos: -55.5,-128.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + pos: -54.5,-129.5 + parent: 2 + - uid: 12729 + components: + - type: Transform + pos: -53.5,-129.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + pos: -25.5,-103.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + pos: -24.5,-103.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + pos: -23.5,-103.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + pos: -22.5,-103.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + pos: -21.5,-103.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + pos: -20.5,-103.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + pos: -19.5,-103.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + pos: -18.5,-103.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + pos: -17.5,-103.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + pos: -17.5,-102.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + pos: -17.5,-101.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + pos: -17.5,-100.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + pos: -17.5,-99.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + pos: -17.5,-98.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + pos: -17.5,-97.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + pos: -18.5,-97.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + pos: -19.5,-97.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: -20.5,-97.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: -21.5,-97.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + pos: -22.5,-97.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + pos: -23.5,-97.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + pos: -58.5,-134.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + pos: -57.5,-135.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + pos: -56.5,-135.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + pos: -52.5,-133.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + pos: -55.5,-135.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + pos: -53.5,-134.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + pos: -53.5,-135.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + pos: -54.5,-135.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + pos: -52.5,-134.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + pos: -57.5,-134.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + pos: -51.5,-133.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + pos: -58.5,-133.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + pos: -51.5,-132.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + pos: -51.5,-131.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + pos: -51.5,-129.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + pos: 97.5,-75.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + pos: 96.5,-75.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + pos: 95.5,-75.5 + parent: 2 + - uid: 12769 + components: + - type: Transform + pos: 79.5,-64.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + pos: 80.5,-64.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + pos: 72.5,-54.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + pos: 71.5,-63.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + pos: 75.5,-64.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + pos: 71.5,-64.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + pos: 79.5,-54.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + pos: 80.5,-54.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + pos: -51.5,-130.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + pos: -54.5,-128.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + pos: -59.5,-133.5 + parent: 2 + - uid: 12780 + components: + - type: Transform + pos: -59.5,-132.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + pos: -59.5,-131.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + pos: -59.5,-130.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + pos: -59.5,-129.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + pos: -58.5,-129.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + pos: -57.5,-129.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + pos: -56.5,-129.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + pos: -56.5,-128.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 12790 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 12799 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 12805 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 12829 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 12830 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 12831 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 12832 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 12833 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 12841 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 12845 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 12848 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 12849 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 12853 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 2 + - uid: 12856 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 12859 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - uid: 12860 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 12863 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 12868 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 12869 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 12871 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + pos: 2.5,-47.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + pos: 5.5,-47.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + pos: 7.5,-47.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + pos: 8.5,-47.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + pos: 11.5,-47.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + pos: 13.5,-47.5 + parent: 2 + - uid: 12885 + components: + - type: Transform + pos: 13.5,-46.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + pos: 5.5,-52.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: 5.5,-58.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + pos: 2.5,-58.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 12930 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 12932 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 12934 + components: + - type: Transform + pos: -68.49442,-15.448031 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: 40.48218,-35.398537 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: 44.56335,-62.49995 + parent: 2 + - uid: 12937 + components: + - type: Transform + pos: 79.67453,-52.473766 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: 52.740673,-84.44412 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: 63.20999,-56.43361 + parent: 2 + - uid: 12940 components: - type: Transform pos: 48.5187,-60.415752 parent: 2 - proto: CableMVStack1 entities: - - uid: 12431 + - uid: 12941 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.437527,2.7245247 parent: 2 - - uid: 12432 + - uid: 12942 components: - type: Transform pos: -54.547993,-69.60477 parent: 2 - - uid: 12433 + - uid: 12943 components: - type: Transform pos: 45.40271,20.479858 parent: 2 - - uid: 12434 + - uid: 12944 components: - type: Transform rot: -1.5707963267948966 rad @@ -86196,194 +88800,194 @@ entities: parent: 2 - proto: CableMVStack10 entities: - - uid: 12435 + - uid: 12945 components: - type: Transform pos: 66.74327,-26.416637 parent: 2 - - uid: 12436 + - uid: 12946 components: - type: Transform pos: 109.5,-22.5 parent: 2 - proto: CableTerminal entities: - - uid: 12437 + - uid: 12947 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-54.5 parent: 2 - - uid: 12438 + - uid: 12948 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-54.5 parent: 2 - - uid: 12439 + - uid: 12949 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-51.5 parent: 2 - - uid: 12440 + - uid: 12950 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-51.5 parent: 2 - - uid: 12441 + - uid: 12951 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-52.5 parent: 2 - - uid: 12442 + - uid: 12952 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-4.5 parent: 2 - - uid: 12443 + - uid: 12953 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-53.5 parent: 2 - - uid: 12444 + - uid: 12954 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-52.5 parent: 2 - - uid: 12445 + - uid: 12955 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-11.5 parent: 2 - - uid: 12446 + - uid: 12956 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-53.5 parent: 2 - - uid: 12447 + - uid: 12957 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,11.5 parent: 2 - - uid: 12448 + - uid: 12958 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-77.5 parent: 2 - - uid: 12449 + - uid: 12959 components: - type: Transform pos: 12.5,7.5 parent: 2 - - uid: 12450 + - uid: 12960 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-81.5 parent: 2 - - uid: 12451 + - uid: 12961 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-86.5 parent: 2 - - uid: 12452 + - uid: 12962 components: - type: Transform pos: 35.5,-39.5 parent: 2 - - uid: 12453 + - uid: 12963 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-88.5 parent: 2 - - uid: 12454 + - uid: 12964 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-87.5 parent: 2 - - uid: 12455 + - uid: 12965 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-87.5 parent: 2 - - uid: 12456 + - uid: 12966 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-67.5 parent: 2 - - uid: 12457 + - uid: 12967 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-56.5 parent: 2 - - uid: 12458 + - uid: 12968 components: - type: Transform pos: 33.5,-23.5 parent: 2 - - uid: 12459 + - uid: 12969 components: - type: Transform pos: -36.5,-115.5 parent: 2 - - uid: 12460 + - uid: 12970 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-113.5 parent: 2 - - uid: 12461 + - uid: 12971 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-62.5 parent: 2 - - uid: 12462 + - uid: 12972 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,8.5 parent: 2 - - uid: 12463 + - uid: 12973 components: - type: Transform pos: 100.5,-63.5 parent: 2 - - uid: 12464 + - uid: 12974 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-78.5 parent: 2 - - uid: 12465 + - uid: 12975 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-17.5 parent: 2 - - uid: 12466 + - uid: 12976 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-35.5 parent: 2 - - uid: 12467 + - uid: 12977 components: - type: Transform rot: 1.5707963267948966 rad @@ -86391,147 +88995,147 @@ entities: parent: 2 - proto: CandleBlackInfinite entities: - - uid: 12468 + - uid: 12978 components: - type: Transform pos: 35.231613,-71.270454 parent: 2 - proto: CandleBlueInfinite entities: - - uid: 12470 + - uid: 12980 components: - type: Transform - parent: 12469 + parent: 12979 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 12472 + - uid: 12982 components: - type: Transform pos: -41.662663,-100.911 parent: 2 - - uid: 12473 + - uid: 12983 components: - type: Transform pos: -41.6622,-100.18897 parent: 2 - proto: CandleBlueSmallInfinite entities: - - uid: 12471 + - uid: 12981 components: - type: Transform - parent: 12469 + parent: 12979 - type: Physics canCollide: False - type: InsideEntityStorage - proto: CandleInfinite entities: - - uid: 12474 + - uid: 12984 components: - type: Transform pos: -37.38095,-100.03272 parent: 2 - - uid: 12475 + - uid: 12985 components: - type: Transform pos: -37.365326,-100.9546 parent: 2 - - uid: 12476 + - uid: 12986 components: - type: Transform pos: 33.968185,-63.183113 parent: 2 - proto: CandleRedInfinite entities: - - uid: 12477 + - uid: 12987 components: - type: Transform pos: 33.234238,-64.54249 parent: 2 - - uid: 12478 + - uid: 12988 components: - type: Transform pos: 33.702988,-64.57374 parent: 2 - proto: CandyBucket entities: - - uid: 12479 + - uid: 12989 components: - type: Transform pos: 34.23963,-71.58065 parent: 2 - - uid: 12480 + - uid: 12990 components: - type: Transform pos: 34.25058,-71.582985 parent: 2 - proto: Cane entities: - - uid: 12481 + - uid: 12991 components: - type: Transform pos: -58.48425,-10.398434 parent: 2 - - uid: 12482 + - uid: 12992 components: - type: Transform pos: -32.503845,6.5149355 parent: 2 - proto: CannabisSeeds entities: - - uid: 12483 + - uid: 12993 components: - type: Transform pos: -76.45111,-8.388763 parent: 2 - - uid: 12484 + - uid: 12994 components: - type: Transform pos: -73.43117,-8.485223 parent: 2 - - uid: 12485 + - uid: 12995 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-13.5 parent: 2 - - uid: 12486 + - uid: 12996 components: - type: Transform pos: 48.521687,10.561038 parent: 2 - proto: CannedApplauseInstrument entities: - - uid: 12487 + - uid: 12997 components: - type: Transform pos: -16.804482,19.68696 parent: 2 - proto: CaptainIDCard entities: - - uid: 12488 + - uid: 12998 components: - type: Transform pos: 13.519488,14.571521 parent: 2 - proto: CarbonDioxideCanister entities: - - uid: 12489 + - uid: 12999 components: - type: Transform pos: -46.5,-59.5 parent: 2 - - uid: 12490 + - uid: 13000 components: - type: Transform pos: 36.5,-49.5 parent: 2 - - uid: 12491 + - uid: 13001 components: - type: Transform pos: 31.5,-90.5 parent: 2 - - uid: 12492 + - uid: 13002 components: - type: Transform anchored: True @@ -86541,199 +89145,179 @@ entities: bodyType: Static - proto: CargoMailTeleporter entities: - - uid: 12493 + - uid: 13003 components: - type: Transform pos: -4.5,-80.5 parent: 2 - proto: Carpet entities: - - uid: 12494 + - uid: 13004 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,3.5 parent: 2 - - uid: 12495 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 12496 - components: - - type: Transform - pos: 1.5,-47.5 - parent: 2 - - uid: 12497 - components: - - type: Transform - pos: 1.5,-48.5 - parent: 2 - - uid: 12498 - components: - - type: Transform - pos: 0.5,-48.5 - parent: 2 - - uid: 12499 + - uid: 13005 components: - type: Transform pos: 3.5,20.5 parent: 2 - - uid: 12500 + - uid: 13006 components: - type: Transform pos: 4.5,20.5 parent: 2 - - uid: 12501 + - uid: 13007 components: - type: Transform pos: 5.5,20.5 parent: 2 - - uid: 12502 + - uid: 13008 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-83.5 parent: 2 - - uid: 12503 + - uid: 13009 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-84.5 parent: 2 - - uid: 12504 + - uid: 13010 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-83.5 parent: 2 - - uid: 12505 + - uid: 13011 components: - type: Transform pos: -35.5,-84.5 parent: 2 - - uid: 12506 + - uid: 13012 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-26.5 parent: 2 - - uid: 12507 + - uid: 13013 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-27.5 parent: 2 - - uid: 12508 + - uid: 13014 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-27.5 parent: 2 - - uid: 12509 + - uid: 13015 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-26.5 parent: 2 - - uid: 12510 + - uid: 13016 components: - type: Transform pos: -9.5,16.5 parent: 2 - - uid: 12511 + - uid: 13017 components: - type: Transform pos: -8.5,16.5 parent: 2 - - uid: 12512 + - uid: 13018 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-63.5 parent: 2 - - uid: 12513 + - uid: 13019 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-63.5 parent: 2 - - uid: 12514 + - uid: 13020 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-64.5 parent: 2 - - uid: 12515 + - uid: 13021 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-63.5 parent: 2 - - uid: 12516 + - uid: 13022 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-64.5 parent: 2 - - uid: 12517 + - uid: 13023 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-64.5 parent: 2 - - uid: 12518 + - uid: 13024 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-64.5 parent: 2 - - uid: 12519 + - uid: 13025 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-63.5 parent: 2 - - uid: 12520 + - uid: 13026 components: - type: Transform pos: 38.5,-65.5 parent: 2 - - uid: 12521 + - uid: 13027 components: - type: Transform pos: 38.5,-64.5 parent: 2 - - uid: 12522 + - uid: 13028 components: - type: Transform pos: 38.5,-63.5 parent: 2 - - uid: 12523 + - uid: 13029 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,4.5 parent: 2 - - uid: 12524 + - uid: 13030 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,4.5 parent: 2 - - uid: 12525 + - uid: 13031 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,2.5 parent: 2 - - uid: 12526 + - uid: 13032 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,3.5 parent: 2 - - uid: 12527 + - uid: 13033 components: - type: Transform rot: 3.141592653589793 rad @@ -86741,296 +89325,296 @@ entities: parent: 2 - proto: CarpetBlack entities: - - uid: 12528 + - uid: 13034 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,15.5 parent: 2 - - uid: 12529 + - uid: 13035 components: - type: Transform pos: 52.5,-22.5 parent: 2 - - uid: 12530 + - uid: 13036 components: - type: Transform pos: 24.5,9.5 parent: 2 - - uid: 12531 + - uid: 13037 components: - type: Transform pos: 8.5,25.5 parent: 2 - - uid: 12532 + - uid: 13038 components: - type: Transform pos: 8.5,24.5 parent: 2 - - uid: 12533 + - uid: 13039 components: - type: Transform pos: -19.5,3.5 parent: 2 - - uid: 12534 + - uid: 13040 components: - type: Transform pos: -19.5,4.5 parent: 2 - - uid: 12535 + - uid: 13041 components: - type: Transform pos: -20.5,3.5 parent: 2 - - uid: 12536 + - uid: 13042 components: - type: Transform pos: -20.5,4.5 parent: 2 - - uid: 12537 + - uid: 13043 components: - type: Transform pos: -21.5,3.5 parent: 2 - - uid: 12538 + - uid: 13044 components: - type: Transform pos: -21.5,4.5 parent: 2 - - uid: 12539 + - uid: 13045 components: - type: Transform pos: -21.5,5.5 parent: 2 - - uid: 12540 + - uid: 13046 components: - type: Transform pos: -20.5,5.5 parent: 2 - - uid: 12541 + - uid: 13047 components: - type: Transform pos: -19.5,5.5 parent: 2 - - uid: 12542 + - uid: 13048 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-89.5 parent: 2 - - uid: 12543 + - uid: 13049 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-90.5 parent: 2 - - uid: 12544 + - uid: 13050 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-89.5 parent: 2 - - uid: 12545 + - uid: 13051 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-90.5 parent: 2 - - uid: 12546 + - uid: 13052 components: - type: Transform pos: -56.5,-46.5 parent: 2 - - uid: 12547 + - uid: 13053 components: - type: Transform pos: 23.5,9.5 parent: 2 - - uid: 12548 + - uid: 13054 components: - type: Transform pos: 22.5,9.5 parent: 2 - - uid: 12549 + - uid: 13055 components: - type: Transform pos: 24.5,8.5 parent: 2 - - uid: 12550 + - uid: 13056 components: - type: Transform pos: 22.5,8.5 parent: 2 - - uid: 12551 + - uid: 13057 components: - type: Transform pos: 52.5,-23.5 parent: 2 - - uid: 12552 + - uid: 13058 components: - type: Transform pos: 53.5,-22.5 parent: 2 - - uid: 12553 + - uid: 13059 components: - type: Transform pos: 53.5,-23.5 parent: 2 - - uid: 12554 + - uid: 13060 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,15.5 parent: 2 - - uid: 12555 + - uid: 13061 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,14.5 parent: 2 - - uid: 12556 + - uid: 13062 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,14.5 parent: 2 - - uid: 12557 + - uid: 13063 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,14.5 parent: 2 - - uid: 12558 + - uid: 13064 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,15.5 parent: 2 - - uid: 12559 + - uid: 13065 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,15.5 parent: 2 - - uid: 12560 + - uid: 13066 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,14.5 parent: 2 - - uid: 12561 + - uid: 13067 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-61.5 parent: 2 - - uid: 12562 + - uid: 13068 components: - type: Transform pos: 32.5,-60.5 parent: 2 - - uid: 12563 + - uid: 13069 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-61.5 parent: 2 - - uid: 12564 + - uid: 13070 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-58.5 parent: 2 - - uid: 12565 + - uid: 13071 components: - type: Transform pos: 38.5,-59.5 parent: 2 - - uid: 12566 + - uid: 13072 components: - type: Transform pos: 32.5,-58.5 parent: 2 - - uid: 12567 + - uid: 13073 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-60.5 parent: 2 - - uid: 12568 + - uid: 13074 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-62.5 parent: 2 - - uid: 12569 + - uid: 13075 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-57.5 parent: 2 - - uid: 12570 + - uid: 13076 components: - type: Transform pos: 38.5,-58.5 parent: 2 - - uid: 12571 + - uid: 13077 components: - type: Transform pos: 32.5,-59.5 parent: 2 - - uid: 12572 + - uid: 13078 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-57.5 parent: 2 - - uid: 12573 + - uid: 13079 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-61.5 parent: 2 - - uid: 12574 + - uid: 13080 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-61.5 parent: 2 - - uid: 12575 + - uid: 13081 components: - type: Transform pos: 32.5,-61.5 parent: 2 - - uid: 12576 + - uid: 13082 components: - type: Transform pos: 38.5,-60.5 parent: 2 - - uid: 12577 + - uid: 13083 components: - type: Transform pos: 38.5,-61.5 parent: 2 - - uid: 12578 + - uid: 13084 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-61.5 parent: 2 - - uid: 12579 + - uid: 13085 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-62.5 parent: 2 - - uid: 12580 + - uid: 13086 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-57.5 parent: 2 - - uid: 12581 + - uid: 13087 components: - type: Transform rot: 1.5707963267948966 rad @@ -87038,179 +89622,179 @@ entities: parent: 2 - proto: CarpetBlue entities: - - uid: 12582 + - uid: 13088 components: - type: Transform pos: -2.5,20.5 parent: 2 - - uid: 12583 + - uid: 13089 components: - type: Transform pos: -3.5,20.5 parent: 2 - - uid: 12584 + - uid: 13090 components: - type: Transform pos: -4.5,20.5 parent: 2 - - uid: 12585 + - uid: 13091 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-87.5 parent: 2 - - uid: 12586 + - uid: 13092 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-86.5 parent: 2 - - uid: 12587 + - uid: 13093 components: - type: Transform pos: -28.5,-87.5 parent: 2 - - uid: 12588 + - uid: 13094 components: - type: Transform pos: -28.5,-86.5 parent: 2 - proto: CarpetChapel entities: - - uid: 12589 + - uid: 13095 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-24.5 parent: 2 - - uid: 12590 + - uid: 13096 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-25.5 parent: 2 - - uid: 12591 + - uid: 13097 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-26.5 parent: 2 - - uid: 12592 + - uid: 13098 components: - type: Transform pos: 33.5,-60.5 parent: 2 - - uid: 12593 + - uid: 13099 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-59.5 parent: 2 - - uid: 12594 + - uid: 13100 components: - type: Transform pos: 33.5,-58.5 parent: 2 - - uid: 12595 + - uid: 13101 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-59.5 parent: 2 - - uid: 12596 + - uid: 13102 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-67.5 parent: 2 - - uid: 12597 + - uid: 13103 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-67.5 parent: 2 - - uid: 12598 + - uid: 13104 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-68.5 parent: 2 - - uid: 12599 + - uid: 13105 components: - type: Transform pos: 34.5,-68.5 parent: 2 - - uid: 12600 + - uid: 13106 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-58.5 parent: 2 - - uid: 12601 + - uid: 13107 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-58.5 parent: 2 - - uid: 12602 + - uid: 13108 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-57.5 parent: 2 - - uid: 12603 + - uid: 13109 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-57.5 parent: 2 - - uid: 12604 + - uid: 13110 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-23.5 parent: 2 - - uid: 12605 + - uid: 13111 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-60.5 parent: 2 - - uid: 12606 + - uid: 13112 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-59.5 parent: 2 - - uid: 12607 + - uid: 13113 components: - type: Transform pos: 36.5,-58.5 parent: 2 - - uid: 12608 + - uid: 13114 components: - type: Transform pos: 36.5,-60.5 parent: 2 - - uid: 12609 + - uid: 13115 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-60.5 parent: 2 - - uid: 12610 + - uid: 13116 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-59.5 parent: 2 - - uid: 12611 + - uid: 13117 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-57.5 parent: 2 - - uid: 12612 + - uid: 13118 components: - type: Transform rot: -1.5707963267948966 rad @@ -87218,11437 +89802,11540 @@ entities: parent: 2 - proto: CarpetCyan entities: - - uid: 12613 + - uid: 13119 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,20.5 parent: 2 - - uid: 12614 + - uid: 13120 components: - type: Transform pos: -32.5,5.5 parent: 2 - - uid: 12615 + - uid: 13121 components: - type: Transform pos: -32.5,7.5 parent: 2 - - uid: 12616 + - uid: 13122 components: - type: Transform pos: -28.5,-0.5 parent: 2 - - uid: 12617 + - uid: 13123 components: - type: Transform pos: -32.5,6.5 parent: 2 - - uid: 12618 + - uid: 13124 components: - type: Transform pos: -29.5,-2.5 parent: 2 - - uid: 12619 + - uid: 13125 components: - type: Transform pos: -28.5,-1.5 parent: 2 - - uid: 12620 + - uid: 13126 components: - type: Transform pos: -29.5,-0.5 parent: 2 - - uid: 12621 + - uid: 13127 components: - type: Transform pos: -29.5,-1.5 parent: 2 - - uid: 12622 + - uid: 13128 components: - type: Transform pos: -28.5,-2.5 parent: 2 - proto: CarpetGreen entities: - - uid: 12623 + - uid: 13129 components: - type: Transform pos: 36.5,5.5 parent: 2 - - uid: 12624 + - uid: 13130 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-72.5 parent: 2 - - uid: 12625 + - uid: 13131 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-71.5 parent: 2 - - uid: 12626 + - uid: 13132 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-71.5 parent: 2 - - uid: 12627 + - uid: 13133 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-71.5 parent: 2 - - uid: 12628 + - uid: 13134 components: - type: Transform pos: 8.5,17.5 parent: 2 - - uid: 12629 + - uid: 13135 components: - type: Transform pos: 8.5,16.5 parent: 2 - - uid: 12630 + - uid: 13136 components: - type: Transform pos: 8.5,15.5 parent: 2 - - uid: 12631 + - uid: 13137 components: - type: Transform pos: 9.5,16.5 parent: 2 - - uid: 12632 + - uid: 13138 components: - type: Transform pos: 9.5,15.5 parent: 2 - - uid: 12633 + - uid: 13139 components: - type: Transform pos: 9.5,17.5 parent: 2 - - uid: 12634 + - uid: 13140 components: - type: Transform pos: -9.5,22.5 parent: 2 - - uid: 12635 + - uid: 13141 components: - type: Transform pos: -10.5,22.5 parent: 2 - - uid: 12636 + - uid: 13142 components: - type: Transform pos: 7.5,17.5 parent: 2 - - uid: 12637 + - uid: 13143 components: - type: Transform pos: 7.5,16.5 parent: 2 - - uid: 12638 + - uid: 13144 components: - type: Transform pos: 7.5,15.5 parent: 2 - - uid: 12639 + - uid: 13145 components: - type: Transform pos: 26.5,-74.5 parent: 2 - - uid: 12640 + - uid: 13146 components: - type: Transform pos: 26.5,-75.5 parent: 2 - - uid: 12641 + - uid: 13147 components: - type: Transform pos: 26.5,-76.5 parent: 2 - - uid: 12642 + - uid: 13148 components: - type: Transform pos: 25.5,-74.5 parent: 2 - - uid: 12643 + - uid: 13149 components: - type: Transform pos: 25.5,-75.5 parent: 2 - - uid: 12644 + - uid: 13150 components: - type: Transform pos: 25.5,-76.5 parent: 2 - - uid: 12645 + - uid: 13151 components: - type: Transform pos: 24.5,-75.5 parent: 2 - - uid: 12646 + - uid: 13152 components: - type: Transform pos: 24.5,-76.5 parent: 2 - - uid: 12647 + - uid: 13153 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,7.5 parent: 2 - - uid: 12648 + - uid: 13154 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,6.5 parent: 2 - - uid: 12649 + - uid: 13155 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,10.5 parent: 2 - - uid: 12650 + - uid: 13156 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,11.5 parent: 2 - - uid: 12651 + - uid: 13157 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-72.5 parent: 2 - - uid: 12652 + - uid: 13158 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-72.5 parent: 2 - - uid: 12653 + - uid: 13159 components: - type: Transform pos: 36.5,3.5 parent: 2 - proto: CarpetOrange entities: - - uid: 12654 + - uid: 13160 components: - type: Transform pos: 11.5,22.5 parent: 2 - - uid: 12655 + - uid: 13161 components: - type: Transform pos: 10.5,22.5 parent: 2 - - uid: 12656 + - uid: 13162 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-90.5 parent: 2 - - uid: 12657 + - uid: 13163 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-89.5 parent: 2 - - uid: 12658 + - uid: 13164 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-76.5 parent: 2 - - uid: 12659 + - uid: 13165 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-75.5 parent: 2 - - uid: 12660 + - uid: 13166 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-76.5 parent: 2 - - uid: 12661 + - uid: 13167 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-75.5 parent: 2 - - uid: 12662 + - uid: 13168 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-99.5 parent: 2 - - uid: 12663 + - uid: 13169 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-99.5 parent: 2 - - uid: 12664 + - uid: 13170 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-93.5 parent: 2 - - uid: 12665 + - uid: 13171 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-94.5 parent: 2 - - uid: 12666 + - uid: 13172 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-93.5 parent: 2 - - uid: 12667 + - uid: 13173 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-94.5 parent: 2 - - uid: 12668 + - uid: 13174 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-93.5 parent: 2 - - uid: 12669 + - uid: 13175 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-94.5 parent: 2 - - uid: 12670 + - uid: 13176 components: - type: Transform pos: -28.5,-90.5 parent: 2 - - uid: 12671 + - uid: 13177 components: - type: Transform pos: -28.5,-89.5 parent: 2 - proto: CarpetPink entities: - - uid: 12672 + - uid: 13178 components: - type: Transform pos: -7.5,24.5 parent: 2 - - uid: 12673 + - uid: 13179 components: - type: Transform pos: -7.5,25.5 parent: 2 - - uid: 12674 + - uid: 13180 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-87.5 parent: 2 - - uid: 12675 + - uid: 13181 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-87.5 parent: 2 - - uid: 12676 + - uid: 13182 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-86.5 parent: 2 - - uid: 12677 + - uid: 13183 components: - type: Transform pos: -40.5,-67.5 parent: 2 - - uid: 12678 + - uid: 13184 components: - type: Transform pos: -40.5,-68.5 parent: 2 - - uid: 12679 + - uid: 13185 components: - type: Transform pos: -40.5,-69.5 parent: 2 - - uid: 12680 + - uid: 13186 components: - type: Transform pos: -39.5,-67.5 parent: 2 - - uid: 12681 + - uid: 13187 components: - type: Transform pos: -39.5,-68.5 parent: 2 - - uid: 12682 + - uid: 13188 components: - type: Transform pos: -39.5,-69.5 parent: 2 - - uid: 12683 + - uid: 13189 components: - type: Transform pos: -38.5,-67.5 parent: 2 - - uid: 12684 + - uid: 13190 components: - type: Transform pos: -38.5,-68.5 parent: 2 - - uid: 12685 + - uid: 13191 components: - type: Transform pos: -38.5,-69.5 parent: 2 - - uid: 12686 + - uid: 13192 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-70.5 parent: 2 - - uid: 12687 + - uid: 13193 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-69.5 parent: 2 - - uid: 12688 + - uid: 13194 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-70.5 parent: 2 - - uid: 12689 + - uid: 13195 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-69.5 parent: 2 - - uid: 12690 + - uid: 13196 components: - type: Transform pos: -35.5,-86.5 parent: 2 - proto: CarpetPurple entities: - - uid: 12691 + - uid: 13197 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-83.5 parent: 2 - - uid: 12692 + - uid: 13198 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-84.5 parent: 2 - - uid: 12693 + - uid: 13199 components: - type: Transform pos: -28.5,-84.5 parent: 2 - - uid: 12694 + - uid: 13200 components: - type: Transform pos: -28.5,-83.5 parent: 2 - proto: CarpetSBlue entities: - - uid: 12695 + - uid: 13201 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,10.5 parent: 2 - - uid: 12696 + - uid: 13202 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,16.5 parent: 2 - - uid: 12697 + - uid: 13203 components: - type: Transform pos: 11.5,15.5 parent: 2 - - uid: 12698 + - uid: 13204 components: - type: Transform pos: 11.5,16.5 parent: 2 - - uid: 12699 + - uid: 13205 components: - type: Transform pos: 17.5,11.5 parent: 2 - - uid: 12700 + - uid: 13206 components: - type: Transform pos: 17.5,12.5 parent: 2 - - uid: 12701 + - uid: 13207 components: - type: Transform pos: 16.5,11.5 parent: 2 - - uid: 12702 + - uid: 13208 components: - type: Transform pos: 16.5,12.5 parent: 2 - - uid: 12703 + - uid: 13209 components: - type: Transform pos: 0.5,24.5 parent: 2 - - uid: 12704 + - uid: 13210 components: - type: Transform pos: -0.5,24.5 parent: 2 - - uid: 12705 + - uid: 13211 components: - type: Transform pos: 1.5,24.5 parent: 2 - - uid: 12706 + - uid: 13212 components: - type: Transform pos: -0.5,23.5 parent: 2 - - uid: 12707 + - uid: 13213 components: - type: Transform pos: 1.5,23.5 parent: 2 - - uid: 12708 + - uid: 13214 components: - type: Transform pos: -54.5,-48.5 parent: 2 - - uid: 12709 + - uid: 13215 components: - type: Transform pos: 2.5,23.5 parent: 2 - - uid: 12710 + - uid: 13216 components: - type: Transform pos: -1.5,23.5 parent: 2 - - uid: 12711 + - uid: 13217 components: - type: Transform pos: -1.5,26.5 parent: 2 - - uid: 12712 + - uid: 13218 components: - type: Transform pos: -0.5,26.5 parent: 2 - - uid: 12713 + - uid: 13219 components: - type: Transform pos: 0.5,26.5 parent: 2 - - uid: 12714 + - uid: 13220 components: - type: Transform pos: 1.5,26.5 parent: 2 - - uid: 12715 + - uid: 13221 components: - type: Transform pos: 2.5,26.5 parent: 2 - - uid: 12716 + - uid: 13222 components: - type: Transform pos: 1.5,27.5 parent: 2 - - uid: 12717 + - uid: 13223 components: - type: Transform pos: -1.5,27.5 parent: 2 - - uid: 12718 + - uid: 13224 components: - type: Transform pos: -0.5,27.5 parent: 2 - - uid: 12719 + - uid: 13225 components: - type: Transform pos: 0.5,27.5 parent: 2 - - uid: 12720 + - uid: 13226 components: - type: Transform pos: 2.5,27.5 parent: 2 - - uid: 12721 + - uid: 13227 components: - type: Transform pos: 13.5,15.5 parent: 2 - - uid: 12722 + - uid: 13228 components: - type: Transform pos: 15.5,15.5 parent: 2 - - uid: 12723 + - uid: 13229 components: - type: Transform pos: 14.5,15.5 parent: 2 - - uid: 12724 + - uid: 13230 components: - type: Transform pos: -39.5,-10.5 parent: 2 - - uid: 12725 + - uid: 13231 components: - type: Transform pos: -39.5,-11.5 parent: 2 - - uid: 12726 + - uid: 13232 components: - type: Transform pos: -39.5,-12.5 parent: 2 - - uid: 12727 + - uid: 13233 components: - type: Transform pos: -38.5,-10.5 parent: 2 - - uid: 12728 + - uid: 13234 components: - type: Transform pos: -38.5,-11.5 parent: 2 - - uid: 12729 + - uid: 13235 components: - type: Transform pos: -38.5,-12.5 parent: 2 - - uid: 12730 + - uid: 13236 components: - type: Transform pos: -36.5,-7.5 parent: 2 - - uid: 12731 + - uid: 13237 components: - type: Transform pos: -35.5,-7.5 parent: 2 - - uid: 12732 + - uid: 13238 components: - type: Transform pos: -34.5,-7.5 parent: 2 - - uid: 12733 + - uid: 13239 components: - type: Transform pos: -34.5,-8.5 parent: 2 - - uid: 12734 + - uid: 13240 components: - type: Transform pos: -34.5,-9.5 parent: 2 - - uid: 12735 + - uid: 13241 components: - type: Transform pos: -35.5,-8.5 parent: 2 - - uid: 12736 + - uid: 13242 components: - type: Transform pos: -35.5,-9.5 parent: 2 - - uid: 12737 + - uid: 13243 components: - type: Transform pos: -54.5,-47.5 parent: 2 - - uid: 12738 + - uid: 13244 components: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 12739 + - uid: 13245 components: - type: Transform pos: 8.5,9.5 parent: 2 - - uid: 12740 + - uid: 13246 components: - type: Transform pos: 7.5,8.5 parent: 2 - - uid: 12741 + - uid: 13247 components: - type: Transform pos: 8.5,8.5 parent: 2 - - uid: 12742 + - uid: 13248 components: - type: Transform pos: 7.5,9.5 parent: 2 - - uid: 12743 + - uid: 13249 components: - type: Transform pos: 7.5,10.5 parent: 2 - - uid: 12744 + - uid: 13250 components: - type: Transform pos: 9.5,9.5 parent: 2 - - uid: 12745 + - uid: 13251 components: - type: Transform pos: 9.5,8.5 parent: 2 - - uid: 12746 + - uid: 13252 components: - type: Transform pos: 6.5,7.5 parent: 2 - - uid: 12747 + - uid: 13253 components: - type: Transform pos: 5.5,9.5 parent: 2 - - uid: 12748 + - uid: 13254 components: - type: Transform pos: 5.5,10.5 parent: 2 - - uid: 12749 + - uid: 13255 components: - type: Transform pos: 5.5,7.5 parent: 2 - - uid: 12750 + - uid: 13256 components: - type: Transform pos: 8.5,10.5 parent: 2 - - uid: 12751 + - uid: 13257 components: - type: Transform pos: 8.5,7.5 parent: 2 - - uid: 12752 + - uid: 13258 components: - type: Transform pos: 6.5,9.5 parent: 2 - - uid: 12753 + - uid: 13259 components: - type: Transform pos: 5.5,8.5 parent: 2 - - uid: 12754 + - uid: 13260 components: - type: Transform pos: 6.5,10.5 parent: 2 - - uid: 12755 + - uid: 13261 components: - type: Transform pos: 6.5,8.5 parent: 2 - - uid: 12756 + - uid: 13262 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,10.5 parent: 2 - - uid: 12757 + - uid: 13263 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,16.5 parent: 2 - - uid: 12758 + - uid: 13264 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,16.5 parent: 2 - - uid: 12759 + - uid: 13265 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,10.5 parent: 2 - - uid: 12760 + - uid: 13266 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,11.5 parent: 2 - - uid: 12761 + - uid: 13267 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,11.5 parent: 2 - - uid: 12762 + - uid: 13268 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,11.5 parent: 2 - - uid: 12763 + - uid: 13269 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,4.5 parent: 2 - - uid: 12764 + - uid: 13270 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,4.5 parent: 2 - - uid: 12765 + - uid: 13271 components: - type: Transform pos: 17.5,13.5 parent: 2 - - uid: 12766 + - uid: 13272 components: - type: Transform pos: 16.5,13.5 parent: 2 +- proto: CarpStatueEmpty + entities: + - uid: 13273 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-36.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-24.5 + parent: 2 +- proto: CarpStatueEyes + entities: + - uid: 13277 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 - proto: Catwalk entities: - - uid: 12768 + - uid: 13278 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 13279 components: - type: Transform pos: 57.5,-87.5 parent: 2 - - uid: 12770 + - uid: 13280 components: - type: Transform pos: 43.5,4.5 parent: 2 - - uid: 12771 + - uid: 13281 components: - type: Transform pos: 43.5,3.5 parent: 2 - - uid: 12772 + - uid: 13282 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-109.5 parent: 2 - - uid: 12773 + - uid: 13283 components: - type: Transform pos: -9.5,-94.5 parent: 2 - - uid: 12774 + - uid: 13284 components: - type: Transform pos: 12.5,-9.5 parent: 2 - - uid: 12775 + - uid: 13285 components: - type: Transform pos: 16.5,-10.5 parent: 2 - - uid: 12776 + - uid: 13286 components: - type: Transform pos: 12.5,-10.5 parent: 2 - - uid: 12777 + - uid: 13287 components: - type: Transform pos: 16.5,-11.5 parent: 2 - - uid: 12778 + - uid: 13288 components: - type: Transform rot: -1.5707963267948966 rad pos: 104.5,-63.5 parent: 2 - - uid: 12779 + - uid: 13289 components: - type: Transform pos: 12.5,-11.5 parent: 2 - - uid: 12780 + - uid: 13290 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-108.5 parent: 2 - - uid: 12781 + - uid: 13291 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-109.5 parent: 2 - - uid: 12782 + - uid: 13292 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-110.5 parent: 2 - - uid: 12783 + - uid: 13293 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-103.5 parent: 2 - - uid: 12784 + - uid: 13294 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-20.5 parent: 2 - - uid: 12785 + - uid: 13295 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-20.5 parent: 2 - - uid: 12786 - components: - - type: Transform - pos: -9.5,-56.5 - parent: 2 - - uid: 12787 + - uid: 13296 components: - type: Transform pos: 15.5,-8.5 parent: 2 - - uid: 12788 - components: - - type: Transform - pos: -10.5,-56.5 - parent: 2 - - uid: 12789 - components: - - type: Transform - pos: -8.5,-56.5 - parent: 2 - - uid: 12790 + - uid: 13297 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-100.5 parent: 2 - - uid: 12791 + - uid: 13298 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-103.5 parent: 2 - - uid: 12792 + - uid: 13299 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-102.5 parent: 2 - - uid: 12793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-45.5 - parent: 2 - - uid: 12794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-46.5 - parent: 2 - - uid: 12795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-47.5 - parent: 2 - - uid: 12796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-47.5 - parent: 2 - - uid: 12797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-46.5 - parent: 2 - - uid: 12798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-45.5 - parent: 2 - - uid: 12799 + - uid: 13300 components: - type: Transform pos: 16.5,-8.5 parent: 2 - - uid: 12800 + - uid: 13301 components: - type: Transform pos: 13.5,-8.5 parent: 2 - - uid: 12801 + - uid: 13302 components: - type: Transform pos: 14.5,-8.5 parent: 2 - - uid: 12802 + - uid: 13303 components: - type: Transform pos: 62.5,-52.5 parent: 2 - - uid: 12803 + - uid: 13304 components: - type: Transform pos: 62.5,-54.5 parent: 2 - - uid: 12804 + - uid: 13305 components: - type: Transform pos: 62.5,-51.5 parent: 2 - - uid: 12805 + - uid: 13306 components: - type: Transform pos: 14.5,-9.5 parent: 2 - - uid: 12806 + - uid: 13307 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-20.5 parent: 2 - - uid: 12807 + - uid: 13308 components: - type: Transform pos: 13.5,-11.5 parent: 2 - - uid: 12808 + - uid: 13309 components: - type: Transform pos: 14.5,-10.5 parent: 2 - - uid: 12809 + - uid: 13310 components: - type: Transform pos: 14.5,-11.5 parent: 2 - - uid: 12810 + - uid: 13311 components: - type: Transform pos: 9.5,-10.5 parent: 2 - - uid: 12811 + - uid: 13312 components: - type: Transform pos: 15.5,-9.5 parent: 2 - - uid: 12812 + - uid: 13313 components: - type: Transform pos: 15.5,-10.5 parent: 2 - - uid: 12813 + - uid: 13314 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-10.5 parent: 2 - - uid: 12814 + - uid: 13315 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,41.5 parent: 2 - - uid: 12815 + - uid: 13316 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,42.5 parent: 2 - - uid: 12816 + - uid: 13317 components: - type: Transform pos: 15.5,-11.5 parent: 2 - - uid: 12817 + - uid: 13318 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-62.5 parent: 2 - - uid: 12818 + - uid: 13319 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-61.5 parent: 2 - - uid: 12819 + - uid: 13320 components: - type: Transform pos: 68.5,18.5 parent: 2 - - uid: 12820 + - uid: 13321 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-52.5 parent: 2 - - uid: 12821 + - uid: 13322 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-51.5 parent: 2 - - uid: 12822 + - uid: 13323 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-54.5 parent: 2 - - uid: 12823 + - uid: 13324 components: - type: Transform pos: 69.5,18.5 parent: 2 - - uid: 12824 + - uid: 13325 components: - type: Transform pos: 69.5,17.5 parent: 2 - - uid: 12825 + - uid: 13326 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-51.5 parent: 2 - - uid: 12826 + - uid: 13327 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-53.5 parent: 2 - - uid: 12827 + - uid: 13328 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-54.5 parent: 2 - - uid: 12828 + - uid: 13329 components: - type: Transform pos: 44.5,12.5 parent: 2 - - uid: 12829 + - uid: 13330 components: - type: Transform pos: 43.5,12.5 parent: 2 - - uid: 12830 + - uid: 13331 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-25.5 parent: 2 - - uid: 12831 + - uid: 13332 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-19.5 parent: 2 - - uid: 12832 + - uid: 13333 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-53.5 parent: 2 - - uid: 12833 + - uid: 13334 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-52.5 parent: 2 - - uid: 12834 + - uid: 13335 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,17.5 parent: 2 - - uid: 12835 + - uid: 13336 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,17.5 parent: 2 - - uid: 12836 + - uid: 13337 components: - type: Transform pos: 67.5,18.5 parent: 2 - - uid: 12837 + - uid: 13338 components: - type: Transform pos: 30.5,-104.5 parent: 2 - - uid: 12838 + - uid: 13339 components: - type: Transform pos: 98.5,-46.5 parent: 2 - - uid: 12839 + - uid: 13340 components: - type: Transform pos: 102.5,-52.5 parent: 2 - - uid: 12840 + - uid: 13341 components: - type: Transform pos: 98.5,-44.5 parent: 2 - - uid: 12841 + - uid: 13342 components: - type: Transform pos: 101.5,-52.5 parent: 2 - - uid: 12842 + - uid: 13343 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,10.5 parent: 2 - - uid: 12843 + - uid: 13344 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-54.5 parent: 2 - - uid: 12844 + - uid: 13345 components: - type: Transform pos: -68.5,-103.5 parent: 2 - - uid: 12845 + - uid: 13346 components: - type: Transform pos: -68.5,-84.5 parent: 2 - - uid: 12846 + - uid: 13347 components: - type: Transform pos: -68.5,-95.5 parent: 2 - - uid: 12847 + - uid: 13348 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-93.5 parent: 2 - - uid: 12848 + - uid: 13349 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-87.5 parent: 2 - - uid: 12849 + - uid: 13350 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-87.5 parent: 2 - - uid: 12850 + - uid: 13351 components: - type: Transform pos: -65.5,-93.5 parent: 2 - - uid: 12851 + - uid: 13352 components: - type: Transform pos: -72.5,-97.5 parent: 2 - - uid: 12852 + - uid: 13353 components: - type: Transform pos: -65.5,-97.5 parent: 2 - - uid: 12853 + - uid: 13354 components: - type: Transform pos: -66.5,-101.5 parent: 2 - - uid: 12854 + - uid: 13355 components: - type: Transform pos: -69.5,-93.5 parent: 2 - - uid: 12855 + - uid: 13356 components: - type: Transform pos: -67.5,-86.5 parent: 2 - - uid: 12856 + - uid: 13357 components: - type: Transform pos: -68.5,-97.5 parent: 2 - - uid: 12857 + - uid: 13358 components: - type: Transform pos: -56.5,7.5 parent: 2 - - uid: 12858 + - uid: 13359 components: - type: Transform pos: -68.5,-94.5 parent: 2 - - uid: 12859 + - uid: 13360 components: - type: Transform pos: -68.5,-102.5 parent: 2 - - uid: 12860 + - uid: 13361 components: - type: Transform pos: -67.5,-101.5 parent: 2 - - uid: 12861 + - uid: 13362 components: - type: Transform pos: -68.5,-101.5 parent: 2 - - uid: 12862 + - uid: 13363 components: - type: Transform pos: -68.5,-93.5 parent: 2 - - uid: 12863 + - uid: 13364 components: - type: Transform pos: -68.5,-99.5 parent: 2 - - uid: 12864 + - uid: 13365 components: - type: Transform pos: -68.5,-100.5 parent: 2 - - uid: 12865 + - uid: 13366 components: - type: Transform pos: -68.5,-98.5 parent: 2 - - uid: 12866 + - uid: 13367 components: - type: Transform pos: -68.5,-96.5 parent: 2 - - uid: 12867 + - uid: 13368 components: - type: Transform pos: -64.5,-101.5 parent: 2 - - uid: 12868 + - uid: 13369 components: - type: Transform pos: -65.5,-101.5 parent: 2 - - uid: 12869 + - uid: 13370 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-92.5 parent: 2 - - uid: 12870 + - uid: 13371 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-87.5 parent: 2 - - uid: 12871 + - uid: 13372 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-87.5 parent: 2 - - uid: 12872 + - uid: 13373 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-87.5 parent: 2 - - uid: 12873 + - uid: 13374 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-87.5 parent: 2 - - uid: 12874 + - uid: 13375 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-94.5 parent: 2 - - uid: 12875 + - uid: 13376 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,7.5 parent: 2 - - uid: 12876 + - uid: 13377 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,7.5 parent: 2 - - uid: 12877 + - uid: 13378 components: - type: Transform pos: -58.5,-70.5 parent: 2 - - uid: 12878 + - uid: 13379 components: - type: Transform pos: -58.5,-68.5 parent: 2 - - uid: 12879 + - uid: 13380 components: - type: Transform pos: -58.5,-74.5 parent: 2 - - uid: 12880 + - uid: 13381 components: - type: Transform pos: 57.5,-92.5 parent: 2 - - uid: 12882 + - uid: 13382 components: - type: Transform pos: 58.5,-85.5 parent: 2 - - uid: 12883 + - uid: 13383 components: - type: Transform pos: 57.5,-85.5 parent: 2 - - uid: 12884 + - uid: 13384 components: - type: Transform pos: 57.5,-86.5 parent: 2 - - uid: 12885 + - uid: 13385 components: - type: Transform pos: 29.5,-104.5 parent: 2 - - uid: 12886 + - uid: 13386 components: - type: Transform pos: 51.5,-97.5 parent: 2 - - uid: 12887 - components: - - type: Transform - pos: 59.5,-85.5 - parent: 2 - - uid: 12888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-91.5 - parent: 2 - - uid: 12889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-69.5 - parent: 2 - - uid: 12890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-82.5 - parent: 2 - - uid: 12891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-82.5 - parent: 2 - - uid: 12892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-68.5 - parent: 2 - - uid: 12893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-70.5 - parent: 2 - - uid: 12894 - components: - - type: Transform - pos: -73.5,10.5 - parent: 2 - - uid: 12895 - components: - - type: Transform - pos: -70.5,-97.5 - parent: 2 - - uid: 12896 - components: - - type: Transform - pos: -72.5,-101.5 - parent: 2 - - uid: 12897 - components: - - type: Transform - pos: -70.5,-93.5 - parent: 2 - - uid: 12898 - components: - - type: Transform - pos: -73.5,-97.5 - parent: 2 - - uid: 12899 - components: - - type: Transform - pos: -71.5,-97.5 - parent: 2 - - uid: 12900 - components: - - type: Transform - pos: -74.5,-97.5 - parent: 2 - - uid: 12901 - components: - - type: Transform - pos: -68.5,-92.5 - parent: 2 - - uid: 12902 - components: - - type: Transform - pos: -73.5,-81.5 - parent: 2 - - uid: 12903 - components: - - type: Transform - pos: -73.5,-80.5 - parent: 2 - - uid: 12904 - components: - - type: Transform - pos: -68.5,-91.5 - parent: 2 - - uid: 12905 - components: - - type: Transform - pos: -68.5,-90.5 - parent: 2 - - uid: 12906 - components: - - type: Transform - pos: -68.5,-89.5 - parent: 2 - - uid: 12907 - components: - - type: Transform - pos: -68.5,-88.5 - parent: 2 - - uid: 12908 - components: - - type: Transform - pos: -68.5,-87.5 - parent: 2 - - uid: 12909 - components: - - type: Transform - pos: -68.5,-86.5 - parent: 2 - - uid: 12910 - components: - - type: Transform - pos: -66.5,-86.5 - parent: 2 - - uid: 12911 - components: - - type: Transform - pos: -72.5,-83.5 - parent: 2 - - uid: 12912 - components: - - type: Transform - pos: -71.5,-83.5 - parent: 2 - - uid: 12913 - components: - - type: Transform - pos: -67.5,-84.5 - parent: 2 - - uid: 12914 - components: - - type: Transform - pos: -70.5,-83.5 - parent: 2 - - uid: 12915 - components: - - type: Transform - pos: -65.5,-86.5 - parent: 2 - - uid: 12916 - components: - - type: Transform - pos: -64.5,-86.5 - parent: 2 - - uid: 12917 - components: - - type: Transform - pos: -63.5,-86.5 - parent: 2 - - uid: 12918 - components: - - type: Transform - pos: -62.5,-86.5 - parent: 2 - - uid: 12919 - components: - - type: Transform - pos: -69.5,-83.5 - parent: 2 - - uid: 12920 - components: - - type: Transform - pos: -71.5,-93.5 - parent: 2 - - uid: 12921 - components: - - type: Transform - pos: -72.5,-93.5 - parent: 2 - - uid: 12922 - components: - - type: Transform - pos: -64.5,-97.5 - parent: 2 - - uid: 12923 - components: - - type: Transform - pos: -73.5,-93.5 - parent: 2 - - uid: 12924 - components: - - type: Transform - pos: -71.5,-89.5 - parent: 2 - - uid: 12925 - components: - - type: Transform - pos: -70.5,-89.5 - parent: 2 - - uid: 12926 - components: - - type: Transform - pos: -63.5,-97.5 - parent: 2 - - uid: 12927 - components: - - type: Transform - pos: -62.5,-97.5 - parent: 2 - - uid: 12928 - components: - - type: Transform - pos: -63.5,-93.5 - parent: 2 - - uid: 12929 - components: - - type: Transform - pos: -64.5,-93.5 - parent: 2 - - uid: 12930 - components: - - type: Transform - pos: -66.5,-93.5 - parent: 2 - - uid: 12931 - components: - - type: Transform - pos: -69.5,-97.5 - parent: 2 - - uid: 12932 - components: - - type: Transform - pos: -67.5,-97.5 - parent: 2 - - uid: 12933 - components: - - type: Transform - pos: -66.5,-97.5 - parent: 2 - - uid: 12934 - components: - - type: Transform - pos: -61.5,-86.5 - parent: 2 - - uid: 12935 - components: - - type: Transform - pos: -73.5,-82.5 - parent: 2 - - uid: 12936 - components: - - type: Transform - pos: -73.5,-83.5 - parent: 2 - - uid: 12937 - components: - - type: Transform - pos: -69.5,-101.5 - parent: 2 - - uid: 12938 - components: - - type: Transform - pos: -70.5,-101.5 - parent: 2 - - uid: 12939 - components: - - type: Transform - pos: -71.5,-101.5 - parent: 2 - - uid: 12940 - components: - - type: Transform - pos: -69.5,-84.5 - parent: 2 - - uid: 12941 - components: - - type: Transform - pos: -67.5,-85.5 - parent: 2 - - uid: 12942 - components: - - type: Transform - pos: -74.5,-80.5 - parent: 2 - - uid: 12943 - components: - - type: Transform - pos: -67.5,-93.5 - parent: 2 - - uid: 12944 - components: - - type: Transform - pos: -72.5,-89.5 - parent: 2 - - uid: 12945 - components: - - type: Transform - pos: -75.5,10.5 - parent: 2 - - uid: 12946 - components: - - type: Transform - pos: -74.5,10.5 - parent: 2 - - uid: 12947 - components: - - type: Transform - pos: -56.5,6.5 - parent: 2 - - uid: 12948 - components: - - type: Transform - pos: -72.5,10.5 - parent: 2 - - uid: 12949 - components: - - type: Transform - pos: -68.5,8.5 - parent: 2 - - uid: 12950 - components: - - type: Transform - pos: -68.5,10.5 - parent: 2 - - uid: 12951 - components: - - type: Transform - pos: -55.5,5.5 - parent: 2 - - uid: 12952 - components: - - type: Transform - pos: -54.5,5.5 - parent: 2 - - uid: 12953 - components: - - type: Transform - pos: -57.5,7.5 - parent: 2 - - uid: 12954 - components: - - type: Transform - pos: -58.5,7.5 - parent: 2 - - uid: 12955 - components: - - type: Transform - pos: -59.5,7.5 - parent: 2 - - uid: 12956 - components: - - type: Transform - pos: -67.5,1.5 - parent: 2 - - uid: 12957 - components: - - type: Transform - pos: -68.5,7.5 - parent: 2 - - uid: 12958 - components: - - type: Transform - pos: -67.5,0.5 - parent: 2 - - uid: 12959 - components: - - type: Transform - pos: -68.5,6.5 - parent: 2 - - uid: 12960 - components: - - type: Transform - pos: -68.5,5.5 - parent: 2 - - uid: 12961 - components: - - type: Transform - pos: -67.5,2.5 - parent: 2 - - uid: 12962 - components: - - type: Transform - pos: -64.5,0.5 - parent: 2 - - uid: 12963 - components: - - type: Transform - pos: -71.5,10.5 - parent: 2 - - uid: 12964 - components: - - type: Transform - pos: -64.5,-4.5 - parent: 2 - - uid: 12965 - components: - - type: Transform - pos: -71.5,9.5 - parent: 2 - - uid: 12966 - components: - - type: Transform - pos: -64.5,-3.5 - parent: 2 - - uid: 12967 - components: - - type: Transform - pos: -70.5,10.5 - parent: 2 - - uid: 12968 - components: - - type: Transform - pos: -68.5,4.5 - parent: 2 - - uid: 12969 - components: - - type: Transform - pos: -66.5,0.5 - parent: 2 - - uid: 12970 - components: - - type: Transform - pos: -65.5,0.5 - parent: 2 - - uid: 12971 - components: - - type: Transform - pos: -63.5,7.5 - parent: 2 - - uid: 12972 - components: - - type: Transform - pos: -67.5,7.5 - parent: 2 - - uid: 12973 - components: - - type: Transform - pos: -64.5,7.5 - parent: 2 - - uid: 12974 - components: - - type: Transform - pos: -64.5,-5.5 - parent: 2 - - uid: 12975 - components: - - type: Transform - pos: -65.5,7.5 - parent: 2 - - uid: 12976 - components: - - type: Transform - pos: 100.5,-50.5 - parent: 2 - - uid: 12977 - components: - - type: Transform - pos: -57.5,-75.5 - parent: 2 - - uid: 12978 - components: - - type: Transform - pos: 98.5,-43.5 - parent: 2 - - uid: 12979 - components: - - type: Transform - pos: 98.5,-45.5 - parent: 2 - - uid: 12980 - components: - - type: Transform - pos: 73.5,-46.5 - parent: 2 - - uid: 12981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-52.5 - parent: 2 - - uid: 12982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-58.5 - parent: 2 - - uid: 12983 - components: - - type: Transform - pos: 100.5,-52.5 - parent: 2 - - uid: 12984 - components: - - type: Transform - pos: 63.5,-60.5 - parent: 2 - - uid: 12985 - components: - - type: Transform - pos: 62.5,-60.5 - parent: 2 - - uid: 12986 - components: - - type: Transform - pos: -59.5,-40.5 - parent: 2 - - uid: 12987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-60.5 - parent: 2 - - uid: 12988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-60.5 - parent: 2 - - uid: 12989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-103.5 - parent: 2 - - uid: 12990 - components: - - type: Transform - pos: 40.5,-95.5 - parent: 2 - - uid: 12991 - components: - - type: Transform - pos: -81.5,-37.5 - parent: 2 - - uid: 12992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-82.5 - parent: 2 - - uid: 12993 - components: - - type: Transform - pos: 65.5,-55.5 - parent: 2 - - uid: 12994 - components: - - type: Transform - pos: 64.5,-80.5 - parent: 2 - - uid: 12995 - components: - - type: Transform - pos: 86.5,-35.5 - parent: 2 - - uid: 12996 - components: - - type: Transform - pos: 106.5,-27.5 - parent: 2 - - uid: 12997 - components: - - type: Transform - pos: 88.5,-36.5 - parent: 2 - - uid: 12998 - components: - - type: Transform - pos: 86.5,-29.5 - parent: 2 - - uid: 12999 - components: - - type: Transform - pos: 106.5,-29.5 - parent: 2 - - uid: 13000 - components: - - type: Transform - pos: 86.5,-30.5 - parent: 2 - - uid: 13001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-68.5 - parent: 2 - - uid: 13002 - components: - - type: Transform - pos: 69.5,-66.5 - parent: 2 - - uid: 13003 - components: - - type: Transform - pos: 69.5,-65.5 - parent: 2 - - uid: 13004 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-76.5 - parent: 2 - - uid: 13005 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-75.5 - parent: 2 - - uid: 13006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-73.5 - parent: 2 - - uid: 13007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-95.5 - parent: 2 - - uid: 13008 - components: - - type: Transform - pos: 64.5,-82.5 - parent: 2 - - uid: 13009 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-95.5 - parent: 2 - - uid: 13010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-91.5 - parent: 2 - - uid: 13011 - components: - - type: Transform - pos: 65.5,-82.5 - parent: 2 - - uid: 13012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-89.5 - parent: 2 - - uid: 13013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-91.5 - parent: 2 - - uid: 13014 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-87.5 - parent: 2 - - uid: 13015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-95.5 - parent: 2 - - uid: 13016 - components: - - type: Transform - pos: 68.5,-65.5 - parent: 2 - - uid: 13017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-95.5 - parent: 2 - - uid: 13018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-90.5 - parent: 2 - - uid: 13019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-95.5 - parent: 2 - - uid: 13020 - components: - - type: Transform - pos: 64.5,-81.5 - parent: 2 - - uid: 13021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-89.5 - parent: 2 - - uid: 13022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-90.5 - parent: 2 - - uid: 13023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-74.5 - parent: 2 - - uid: 13024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-91.5 - parent: 2 - - uid: 13025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-90.5 - parent: 2 - - uid: 13026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-88.5 - parent: 2 - - uid: 13027 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-89.5 - parent: 2 - - uid: 13028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-91.5 - parent: 2 - - uid: 13029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-77.5 - parent: 2 - - uid: 13030 - components: - - type: Transform - pos: 13.5,-93.5 - parent: 2 - - uid: 13031 - components: - - type: Transform - pos: -57.5,-61.5 - parent: 2 - - uid: 13032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-98.5 - parent: 2 - - uid: 13033 - components: - - type: Transform - pos: 66.5,-63.5 - parent: 2 - - uid: 13034 - components: - - type: Transform - pos: 10.5,-93.5 - parent: 2 - - uid: 13035 - components: - - type: Transform - pos: -39.5,-88.5 - parent: 2 - - uid: 13036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-22.5 - parent: 2 - - uid: 13037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-21.5 - parent: 2 - - uid: 13038 - components: - - type: Transform - pos: -55.5,17.5 - parent: 2 - - uid: 13039 - components: - - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 13040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-59.5 - parent: 2 - - uid: 13041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-28.5 - parent: 2 - - uid: 13042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-25.5 - parent: 2 - - uid: 13043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-23.5 - parent: 2 - - uid: 13044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-24.5 - parent: 2 - - uid: 13045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,2.5 - parent: 2 - - uid: 13046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,2.5 - parent: 2 - - uid: 13047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-60.5 - parent: 2 - - uid: 13048 - components: - - type: Transform - pos: 106.5,-30.5 - parent: 2 - - uid: 13049 - components: - - type: Transform - pos: 101.5,-26.5 - parent: 2 - - uid: 13050 - components: - - type: Transform - pos: 106.5,-32.5 - parent: 2 - - uid: 13051 - components: - - type: Transform - pos: 12.5,9.5 - parent: 2 - - uid: 13052 - components: - - type: Transform - pos: 12.5,10.5 - parent: 2 - - uid: 13053 - components: - - type: Transform - pos: 12.5,11.5 - parent: 2 - - uid: 13054 - components: - - type: Transform - pos: 12.5,7.5 - parent: 2 - - uid: 13055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-113.5 - parent: 2 - - uid: 13056 - components: - - type: Transform - pos: 64.5,-79.5 - parent: 2 - - uid: 13057 - components: - - type: Transform - pos: 64.5,-78.5 - parent: 2 - - uid: 13058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-90.5 - parent: 2 - - uid: 13059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-91.5 - parent: 2 - - uid: 13060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-89.5 - parent: 2 - - uid: 13061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-52.5 - parent: 2 - - uid: 13062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-92.5 - parent: 2 - - uid: 13063 - components: - - type: Transform - pos: 11.5,-93.5 - parent: 2 - - uid: 13064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-62.5 - parent: 2 - - uid: 13065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-82.5 - parent: 2 - - uid: 13066 - components: - - type: Transform - pos: 68.5,-53.5 - parent: 2 - - uid: 13067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-81.5 - parent: 2 - - uid: 13068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-80.5 - parent: 2 - - uid: 13069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-68.5 - parent: 2 - - uid: 13070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,16.5 - parent: 2 - - uid: 13071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-44.5 - parent: 2 - - uid: 13072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-44.5 - parent: 2 - - uid: 13073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-79.5 - parent: 2 - - uid: 13074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-33.5 - parent: 2 - - uid: 13075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-31.5 - parent: 2 - - uid: 13076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-36.5 - parent: 2 - - uid: 13077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-37.5 - parent: 2 - - uid: 13078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-86.5 - parent: 2 - - uid: 13079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-81.5 - parent: 2 - - uid: 13080 - components: - - type: Transform - pos: 22.5,18.5 - parent: 2 - - uid: 13081 - components: - - type: Transform - pos: 69.5,-53.5 - parent: 2 - - uid: 13082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-36.5 - parent: 2 - - uid: 13083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-26.5 - parent: 2 - - uid: 13084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-26.5 - parent: 2 - - uid: 13085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-36.5 - parent: 2 - - uid: 13086 - components: - - type: Transform - pos: 61.5,-78.5 - parent: 2 - - uid: 13087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-88.5 - parent: 2 - - uid: 13088 - components: - - type: Transform - pos: 66.5,-59.5 - parent: 2 - - uid: 13089 - components: - - type: Transform - pos: -55.5,-85.5 - parent: 2 - - uid: 13090 - components: - - type: Transform - pos: 66.5,-65.5 - parent: 2 - - uid: 13091 - components: - - type: Transform - pos: 78.5,-23.5 - parent: 2 - - uid: 13092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-111.5 - parent: 2 - - uid: 13093 - components: - - type: Transform - pos: 64.5,-69.5 - parent: 2 - - uid: 13094 - components: - - type: Transform - pos: 65.5,-68.5 - parent: 2 - - uid: 13095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-78.5 - parent: 2 - - uid: 13096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-108.5 - parent: 2 - - uid: 13097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-107.5 - parent: 2 - - uid: 13098 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-110.5 - parent: 2 - - uid: 13099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-88.5 - parent: 2 - - uid: 13100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,42.5 - parent: 2 - - uid: 13101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-109.5 - parent: 2 - - uid: 13102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,43.5 - parent: 2 - - uid: 13103 - components: - - type: Transform - pos: -8.5,-94.5 - parent: 2 - - uid: 13104 - components: - - type: Transform - pos: 2.5,-89.5 - parent: 2 - - uid: 13105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-91.5 - parent: 2 - - uid: 13106 - components: - - type: Transform - pos: 3.5,-89.5 - parent: 2 - - uid: 13107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-91.5 - parent: 2 - - uid: 13108 - components: - - type: Transform - pos: 4.5,-89.5 - parent: 2 - - uid: 13109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-91.5 - parent: 2 - - uid: 13110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-89.5 - parent: 2 - - uid: 13111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-90.5 - parent: 2 - - uid: 13112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-91.5 - parent: 2 - - uid: 13113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-89.5 - parent: 2 - - uid: 13114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-90.5 - parent: 2 - - uid: 13115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-91.5 - parent: 2 - - uid: 13116 - components: - - type: Transform - pos: 9.5,-91.5 - parent: 2 - - uid: 13117 - components: - - type: Transform - pos: 9.5,-90.5 - parent: 2 - - uid: 13118 - components: - - type: Transform - pos: 9.5,-89.5 - parent: 2 - - uid: 13119 - components: - - type: Transform - pos: 11.5,-88.5 - parent: 2 - - uid: 13120 - components: - - type: Transform - pos: 10.5,-88.5 - parent: 2 - - uid: 13121 - components: - - type: Transform - pos: 9.5,-88.5 - parent: 2 - - uid: 13122 - components: - - type: Transform - pos: 4.5,-87.5 - parent: 2 - - uid: 13123 - components: - - type: Transform - pos: 3.5,-87.5 - parent: 2 - - uid: 13124 - components: - - type: Transform - pos: 2.5,-87.5 - parent: 2 - - uid: 13125 - components: - - type: Transform - pos: 5.5,-87.5 - parent: 2 - - uid: 13126 - components: - - type: Transform - pos: 5.5,-89.5 - parent: 2 - - uid: 13127 - components: - - type: Transform - pos: 5.5,-91.5 - parent: 2 - - uid: 13128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,3.5 - parent: 2 - - uid: 13129 - components: - - type: Transform - pos: -13.5,-88.5 - parent: 2 - - uid: 13130 - components: - - type: Transform - pos: -12.5,-88.5 - parent: 2 - - uid: 13131 - components: - - type: Transform - pos: -11.5,-90.5 - parent: 2 - - uid: 13132 - components: - - type: Transform - pos: -12.5,-90.5 - parent: 2 - - uid: 13133 - components: - - type: Transform - pos: -13.5,-90.5 - parent: 2 - - uid: 13134 - components: - - type: Transform - pos: 66.5,-52.5 - parent: 2 - - uid: 13135 - components: - - type: Transform - pos: 65.5,-52.5 - parent: 2 - - uid: 13136 - components: - - type: Transform - pos: -32.5,-29.5 - parent: 2 - - uid: 13137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-87.5 - parent: 2 - - uid: 13138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,2.5 - parent: 2 - - uid: 13139 - components: - - type: Transform - pos: 106.5,-31.5 - parent: 2 - - uid: 13140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-113.5 - parent: 2 - - uid: 13141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-82.5 - parent: 2 - - uid: 13142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-110.5 - parent: 2 - - uid: 13143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-110.5 - parent: 2 - - uid: 13144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-109.5 - parent: 2 - - uid: 13145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-113.5 - parent: 2 - - uid: 13146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-52.5 - parent: 2 - - uid: 13147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,20.5 - parent: 2 - - uid: 13148 - components: - - type: Transform - pos: 37.5,-50.5 - parent: 2 - - uid: 13149 - components: - - type: Transform - pos: -55.5,-86.5 - parent: 2 - - uid: 13150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,20.5 - parent: 2 - - uid: 13151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-87.5 - parent: 2 - - uid: 13152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-93.5 - parent: 2 - - uid: 13153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-94.5 - parent: 2 - - uid: 13154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-92.5 - parent: 2 - - uid: 13155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-58.5 - parent: 2 - - uid: 13156 - components: - - type: Transform - pos: 65.5,-56.5 - parent: 2 - - uid: 13157 - components: - - type: Transform - pos: 65.5,-57.5 - parent: 2 - - uid: 13158 - components: - - type: Transform - pos: 65.5,-58.5 - parent: 2 - - uid: 13159 - components: - - type: Transform - pos: 65.5,-59.5 - parent: 2 - - uid: 13160 - components: - - type: Transform - pos: 64.5,-58.5 - parent: 2 - - uid: 13161 - components: - - type: Transform - pos: 64.5,-59.5 - parent: 2 - - uid: 13162 - components: - - type: Transform - pos: 64.5,-60.5 - parent: 2 - - uid: 13163 - components: - - type: Transform - pos: 63.5,-58.5 - parent: 2 - - uid: 13164 - components: - - type: Transform - pos: 63.5,-59.5 - parent: 2 - - uid: 13165 - components: - - type: Transform - pos: 62.5,-58.5 - parent: 2 - - uid: 13166 - components: - - type: Transform - pos: 62.5,-59.5 - parent: 2 - - uid: 13167 - components: - - type: Transform - pos: 65.5,-53.5 - parent: 2 - - uid: 13168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,4.5 - parent: 2 - - uid: 13169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-73.5 - parent: 2 - - uid: 13170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-73.5 - parent: 2 - - uid: 13171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 - parent: 2 - - uid: 13172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,6.5 - parent: 2 - - uid: 13173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,9.5 - parent: 2 - - uid: 13174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-72.5 - parent: 2 - - uid: 13175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-72.5 - parent: 2 - - uid: 13176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-72.5 - parent: 2 - - uid: 13177 - components: - - type: Transform - pos: 41.5,12.5 - parent: 2 - - uid: 13178 - components: - - type: Transform - pos: 37.5,-46.5 - parent: 2 - - uid: 13179 - components: - - type: Transform - pos: 37.5,-48.5 - parent: 2 - - uid: 13180 - components: - - type: Transform - pos: 37.5,-47.5 - parent: 2 - - uid: 13181 - components: - - type: Transform - pos: 37.5,-49.5 - parent: 2 - - uid: 13182 - components: - - type: Transform - pos: 42.5,12.5 - parent: 2 - - uid: 13183 - components: - - type: Transform - pos: 36.5,-50.5 - parent: 2 - - uid: 13184 - components: - - type: Transform - pos: 36.5,-49.5 - parent: 2 - - uid: 13185 - components: - - type: Transform - pos: 36.5,-48.5 - parent: 2 - - uid: 13186 - components: - - type: Transform - pos: 36.5,-47.5 - parent: 2 - - uid: 13187 - components: - - type: Transform - pos: 36.5,-46.5 - parent: 2 - - uid: 13188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-50.5 - parent: 2 - - uid: 13189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-49.5 - parent: 2 - - uid: 13190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-48.5 - parent: 2 - - uid: 13191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-47.5 - parent: 2 - - uid: 13192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-46.5 - parent: 2 - - uid: 13193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-68.5 - parent: 2 - - uid: 13194 - components: - - type: Transform - pos: 88.5,-26.5 - parent: 2 - - uid: 13195 - components: - - type: Transform - pos: 89.5,-26.5 - parent: 2 - - uid: 13196 - components: - - type: Transform - pos: 106.5,-28.5 - parent: 2 - - uid: 13197 - components: - - type: Transform - pos: 86.5,-27.5 - parent: 2 - - uid: 13198 - components: - - type: Transform - pos: 104.5,-26.5 - parent: 2 - - uid: 13199 - components: - - type: Transform - pos: 86.5,-26.5 - parent: 2 - - uid: 13200 - components: - - type: Transform - pos: 103.5,-26.5 - parent: 2 - - uid: 13201 - components: - - type: Transform - pos: 102.5,-26.5 - parent: 2 - - uid: 13202 - components: - - type: Transform - pos: 96.5,-26.5 - parent: 2 - - uid: 13203 - components: - - type: Transform - pos: 100.5,-26.5 - parent: 2 - - uid: 13204 - components: - - type: Transform - pos: 86.5,-28.5 - parent: 2 - - uid: 13205 - components: - - type: Transform - pos: 95.5,-26.5 - parent: 2 - - uid: 13206 - components: - - type: Transform - pos: 87.5,-26.5 - parent: 2 - - uid: 13207 - components: - - type: Transform - pos: 94.5,-26.5 - parent: 2 - - uid: 13208 - components: - - type: Transform - pos: 93.5,-26.5 - parent: 2 - - uid: 13209 - components: - - type: Transform - pos: 86.5,-32.5 - parent: 2 - - uid: 13210 - components: - - type: Transform - pos: 86.5,-33.5 - parent: 2 - - uid: 13211 - components: - - type: Transform - pos: 86.5,-31.5 - parent: 2 - - uid: 13212 - components: - - type: Transform - pos: 87.5,-36.5 - parent: 2 - - uid: 13213 - components: - - type: Transform - pos: 86.5,-36.5 - parent: 2 - - uid: 13214 - components: - - type: Transform - pos: 86.5,-34.5 - parent: 2 - - uid: 13215 - components: - - type: Transform - pos: 103.5,-36.5 - parent: 2 - - uid: 13216 - components: - - type: Transform - pos: 104.5,-36.5 - parent: 2 - - uid: 13217 - components: - - type: Transform - pos: 100.5,-36.5 - parent: 2 - - uid: 13218 - components: - - type: Transform - pos: 102.5,-36.5 - parent: 2 - - uid: 13219 - components: - - type: Transform - pos: 96.5,-36.5 - parent: 2 - - uid: 13220 - components: - - type: Transform - pos: 101.5,-36.5 - parent: 2 - - uid: 13221 - components: - - type: Transform - pos: 94.5,-36.5 - parent: 2 - - uid: 13222 - components: - - type: Transform - pos: 95.5,-36.5 - parent: 2 - - uid: 13223 - components: - - type: Transform - pos: 93.5,-36.5 - parent: 2 - - uid: 13224 - components: - - type: Transform - pos: 89.5,-36.5 - parent: 2 - - uid: 13225 - components: - - type: Transform - pos: 106.5,-33.5 - parent: 2 - - uid: 13226 - components: - - type: Transform - pos: 106.5,-34.5 - parent: 2 - - uid: 13227 - components: - - type: Transform - pos: 106.5,-35.5 - parent: 2 - - uid: 13228 - components: - - type: Transform - pos: 107.5,-27.5 - parent: 2 - - uid: 13229 - components: - - type: Transform - pos: 107.5,-28.5 - parent: 2 - - uid: 13230 - components: - - type: Transform - pos: 107.5,-29.5 - parent: 2 - - uid: 13231 - components: - - type: Transform - pos: 107.5,-30.5 - parent: 2 - - uid: 13232 - components: - - type: Transform - pos: 107.5,-31.5 - parent: 2 - - uid: 13233 - components: - - type: Transform - pos: 107.5,-32.5 - parent: 2 - - uid: 13234 - components: - - type: Transform - pos: 107.5,-33.5 - parent: 2 - - uid: 13235 - components: - - type: Transform - pos: 107.5,-34.5 - parent: 2 - - uid: 13236 - components: - - type: Transform - pos: 107.5,-35.5 - parent: 2 - - uid: 13237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,-18.5 - parent: 2 - - uid: 13238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 98.5,-18.5 - parent: 2 - - uid: 13239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-25.5 - parent: 2 - - uid: 13240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-25.5 - parent: 2 - - uid: 13241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-24.5 - parent: 2 - - uid: 13242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-24.5 - parent: 2 - - uid: 13243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-37.5 - parent: 2 - - uid: 13244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-38.5 - parent: 2 - - uid: 13245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-37.5 - parent: 2 - - uid: 13246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-38.5 - parent: 2 - - uid: 13247 - components: - - type: Transform - pos: 108.5,-53.5 - parent: 2 - - uid: 13248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-104.5 - parent: 2 - - uid: 13249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-71.5 - parent: 2 - - uid: 13250 - components: - - type: Transform - pos: -13.5,-93.5 - parent: 2 - - uid: 13251 - components: - - type: Transform - pos: -12.5,-93.5 - parent: 2 - - uid: 13252 - components: - - type: Transform - pos: -12.5,-94.5 - parent: 2 - - uid: 13253 - components: - - type: Transform - pos: -11.5,-94.5 - parent: 2 - - uid: 13254 - components: - - type: Transform - pos: -81.5,-39.5 - parent: 2 - - uid: 13255 - components: - - type: Transform - pos: -81.5,-45.5 - parent: 2 - - uid: 13256 - components: - - type: Transform - pos: -81.5,-47.5 - parent: 2 - - uid: 13257 - components: - - type: Transform - pos: -32.5,-64.5 - parent: 2 - - uid: 13258 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 13259 - components: - - type: Transform - pos: -35.5,-17.5 - parent: 2 - - uid: 13260 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - - uid: 13261 - components: - - type: Transform - pos: -38.5,-17.5 - parent: 2 - - uid: 13262 - components: - - type: Transform - pos: -39.5,4.5 - parent: 2 - - uid: 13263 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - - uid: 13264 - components: - - type: Transform - pos: -31.5,-68.5 - parent: 2 - - uid: 13265 - components: - - type: Transform - pos: -31.5,-70.5 - parent: 2 - - uid: 13266 - components: - - type: Transform - pos: -31.5,-69.5 - parent: 2 - - uid: 13267 - components: - - type: Transform - pos: -32.5,-70.5 - parent: 2 - - uid: 13268 - components: - - type: Transform - pos: -39.5,6.5 - parent: 2 - - uid: 13269 - components: - - type: Transform - pos: -32.5,-62.5 - parent: 2 - - uid: 13270 - components: - - type: Transform - pos: -32.5,-61.5 - parent: 2 - - uid: 13271 - components: - - type: Transform - pos: -32.5,-63.5 - parent: 2 - - uid: 13272 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 13273 - components: - - type: Transform - pos: -39.5,3.5 - parent: 2 - - uid: 13274 - components: - - type: Transform - pos: -32.5,-24.5 - parent: 2 - - uid: 13275 - components: - - type: Transform - pos: -32.5,-28.5 - parent: 2 - - uid: 13276 - components: - - type: Transform - pos: 20.5,5.5 - parent: 2 - - uid: 13277 - components: - - type: Transform - pos: 20.5,6.5 - parent: 2 - - uid: 13278 - components: - - type: Transform - pos: 20.5,4.5 - parent: 2 - - uid: 13279 - components: - - type: Transform - pos: 20.5,2.5 - parent: 2 - - uid: 13280 - components: - - type: Transform - pos: 20.5,3.5 - parent: 2 - - uid: 13281 - components: - - type: Transform - pos: -32.5,-16.5 - parent: 2 - - uid: 13282 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 13283 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - - uid: 13284 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - - uid: 13285 - components: - - type: Transform - pos: -30.5,-7.5 - parent: 2 - - uid: 13286 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 13287 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - - uid: 13288 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 2 - - uid: 13289 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 13290 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 13291 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 13292 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 13293 - components: - - type: Transform - pos: -32.5,-4.5 - parent: 2 - - uid: 13294 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 2 - - uid: 13295 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - - uid: 13296 - components: - - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 13297 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 13298 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 13299 - components: - - type: Transform - pos: -34.5,1.5 - parent: 2 - - uid: 13300 - components: - - type: Transform - pos: -37.5,1.5 - parent: 2 - - uid: 13301 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 13302 - components: - - type: Transform - pos: -31.5,-65.5 - parent: 2 - - uid: 13303 - components: - - type: Transform - pos: -32.5,-58.5 - parent: 2 - - uid: 13304 - components: - - type: Transform - pos: -32.5,-57.5 - parent: 2 - - uid: 13305 - components: - - type: Transform - pos: -32.5,-59.5 - parent: 2 - - uid: 13306 - components: - - type: Transform - pos: -32.5,-3.5 - parent: 2 - - uid: 13307 - components: - - type: Transform - pos: -35.5,1.5 - parent: 2 - - uid: 13308 - components: - - type: Transform - pos: -31.5,-64.5 - parent: 2 - - uid: 13309 - components: - - type: Transform - pos: -31.5,-67.5 - parent: 2 - - uid: 13310 - components: - - type: Transform - pos: -32.5,-71.5 - parent: 2 - - uid: 13311 - components: - - type: Transform - pos: -32.5,-72.5 - parent: 2 - - uid: 13312 - components: - - type: Transform - pos: -32.5,-73.5 - parent: 2 - - uid: 13313 - components: - - type: Transform - pos: -32.5,-75.5 - parent: 2 - - uid: 13314 - components: - - type: Transform - pos: -32.5,-76.5 - parent: 2 - - uid: 13315 - components: - - type: Transform - pos: -32.5,-77.5 - parent: 2 - - uid: 13316 - components: - - type: Transform - pos: -33.5,-76.5 - parent: 2 - - uid: 13317 - components: - - type: Transform - pos: -35.5,-76.5 - parent: 2 - - uid: 13318 - components: - - type: Transform - pos: -36.5,-76.5 - parent: 2 - - uid: 13319 - components: - - type: Transform - pos: -37.5,-76.5 - parent: 2 - - uid: 13320 - components: - - type: Transform - pos: -38.5,-76.5 - parent: 2 - - uid: 13321 - components: - - type: Transform - pos: -38.5,-79.5 - parent: 2 - - uid: 13322 - components: - - type: Transform - pos: -38.5,-80.5 - parent: 2 - - uid: 13323 - components: - - type: Transform - pos: -38.5,-82.5 - parent: 2 - - uid: 13324 - components: - - type: Transform - pos: -38.5,-83.5 - parent: 2 - - uid: 13325 - components: - - type: Transform - pos: -38.5,-84.5 - parent: 2 - - uid: 13326 - components: - - type: Transform - pos: -38.5,-85.5 - parent: 2 - - uid: 13327 - components: - - type: Transform - pos: -38.5,-88.5 - parent: 2 - - uid: 13328 - components: - - type: Transform - pos: -38.5,-89.5 - parent: 2 - - uid: 13329 - components: - - type: Transform - pos: -38.5,-90.5 - parent: 2 - - uid: 13330 - components: - - type: Transform - pos: -38.5,-91.5 - parent: 2 - - uid: 13331 - components: - - type: Transform - pos: -38.5,-92.5 - parent: 2 - - uid: 13332 - components: - - type: Transform - pos: -31.5,-23.5 - parent: 2 - - uid: 13333 - components: - - type: Transform - pos: -31.5,-22.5 - parent: 2 - - uid: 13334 - components: - - type: Transform - pos: -31.5,-21.5 - parent: 2 - - uid: 13335 - components: - - type: Transform - pos: -31.5,-20.5 - parent: 2 - - uid: 13336 - components: - - type: Transform - pos: -31.5,-19.5 - parent: 2 - - uid: 13337 - components: - - type: Transform - pos: -31.5,-17.5 - parent: 2 - - uid: 13338 - components: - - type: Transform - pos: 19.5,6.5 - parent: 2 - - uid: 13339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-102.5 - parent: 2 - - uid: 13340 - components: - - type: Transform - pos: 20.5,11.5 - parent: 2 - - uid: 13341 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 13342 - components: - - type: Transform - pos: 21.5,12.5 - parent: 2 - - uid: 13343 - components: - - type: Transform - pos: 21.5,13.5 - parent: 2 - - uid: 13344 - components: - - type: Transform - pos: 21.5,14.5 - parent: 2 - - uid: 13345 - components: - - type: Transform - pos: 21.5,15.5 - parent: 2 - - uid: 13346 - components: - - type: Transform - pos: 21.5,16.5 - parent: 2 - - uid: 13347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-97.5 - parent: 2 - - uid: 13348 - components: - - type: Transform - pos: 23.5,16.5 - parent: 2 - - uid: 13349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-95.5 - parent: 2 - - uid: 13350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-103.5 - parent: 2 - - uid: 13351 - components: - - type: Transform - pos: 39.5,17.5 - parent: 2 - - uid: 13352 - components: - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 13353 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 13354 - components: - - type: Transform - pos: 40.5,14.5 - parent: 2 - - uid: 13355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-99.5 - parent: 2 - - uid: 13356 - components: - - type: Transform - pos: 40.5,11.5 - parent: 2 - - uid: 13357 - components: - - type: Transform - pos: 40.5,8.5 - parent: 2 - - uid: 13358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-86.5 - parent: 2 - - uid: 13359 - components: - - type: Transform - pos: 40.5,-7.5 - parent: 2 - - uid: 13360 - components: - - type: Transform - pos: 40.5,-8.5 - parent: 2 - - uid: 13361 - components: - - type: Transform - pos: 40.5,-9.5 - parent: 2 - - uid: 13362 - components: - - type: Transform - pos: 40.5,-10.5 - parent: 2 - - uid: 13363 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 13364 - components: - - type: Transform - pos: 40.5,-13.5 - parent: 2 - - uid: 13365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-98.5 - parent: 2 - - uid: 13366 - components: - - type: Transform - pos: 40.5,-16.5 - parent: 2 - - uid: 13367 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - uid: 13368 - components: - - type: Transform - pos: 40.5,-18.5 - parent: 2 - - uid: 13369 - components: - - type: Transform - pos: 40.5,-19.5 - parent: 2 - - uid: 13370 - components: - - type: Transform - pos: 40.5,-20.5 - parent: 2 - - uid: 13371 - components: - - type: Transform - pos: 39.5,-20.5 - parent: 2 - - uid: 13372 - components: - - type: Transform - pos: 38.5,-20.5 - parent: 2 - - uid: 13373 - components: - - type: Transform - pos: 37.5,-20.5 - parent: 2 - - uid: 13374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-96.5 - parent: 2 - - uid: 13375 - components: - - type: Transform - pos: 35.5,-20.5 - parent: 2 - - uid: 13376 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 13377 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 2 - - uid: 13378 - components: - - type: Transform - pos: 35.5,-23.5 - parent: 2 - - uid: 13379 - components: - - type: Transform - pos: 35.5,-24.5 - parent: 2 - - uid: 13380 - components: - - type: Transform - pos: 35.5,-25.5 - parent: 2 - - uid: 13381 - components: - - type: Transform - pos: 35.5,-26.5 - parent: 2 - - uid: 13382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-100.5 - parent: 2 - - uid: 13383 - components: - - type: Transform - pos: 35.5,-28.5 - parent: 2 - - uid: 13384 - components: - - type: Transform - pos: 35.5,-29.5 - parent: 2 - - uid: 13385 - components: - - type: Transform - pos: 36.5,-29.5 - parent: 2 - - uid: 13386 - components: - - type: Transform - pos: 37.5,-29.5 - parent: 2 - uid: 13387 components: - type: Transform - pos: 38.5,-29.5 + pos: 59.5,-85.5 parent: 2 - uid: 13388 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-101.5 + pos: 77.5,-91.5 parent: 2 - uid: 13389 components: - type: Transform - pos: 40.5,-29.5 + rot: -1.5707963267948966 rad + pos: 83.5,-69.5 parent: 2 - uid: 13390 components: - type: Transform - pos: 41.5,-29.5 + rot: 3.141592653589793 rad + pos: 70.5,-82.5 parent: 2 - uid: 13391 components: - type: Transform - pos: 47.5,-27.5 + rot: 3.141592653589793 rad + pos: 71.5,-82.5 parent: 2 - uid: 13392 components: - type: Transform - pos: 49.5,-27.5 + rot: -1.5707963267948966 rad + pos: 84.5,-68.5 parent: 2 - uid: 13393 components: - type: Transform - pos: 49.5,-28.5 + rot: 3.141592653589793 rad + pos: 82.5,-70.5 parent: 2 - uid: 13394 components: - type: Transform - pos: 50.5,-28.5 + pos: -73.5,10.5 parent: 2 - uid: 13395 components: - type: Transform - pos: 51.5,-28.5 + pos: -70.5,-97.5 parent: 2 - uid: 13396 components: - type: Transform - pos: 52.5,-28.5 + pos: -72.5,-101.5 parent: 2 - uid: 13397 components: - type: Transform - pos: 53.5,-28.5 + pos: -70.5,-93.5 parent: 2 - uid: 13398 components: - type: Transform - pos: 54.5,-28.5 + pos: -73.5,-97.5 parent: 2 - uid: 13399 components: - type: Transform - pos: 56.5,-28.5 + pos: -71.5,-97.5 parent: 2 - uid: 13400 components: - type: Transform - pos: 57.5,-28.5 + pos: -74.5,-97.5 parent: 2 - uid: 13401 components: - type: Transform - pos: 57.5,-29.5 + pos: -68.5,-92.5 parent: 2 - uid: 13402 components: - type: Transform - pos: 58.5,-29.5 + pos: -73.5,-81.5 parent: 2 - uid: 13403 components: - type: Transform - pos: 60.5,-29.5 + pos: -73.5,-80.5 parent: 2 - uid: 13404 components: - type: Transform - pos: 60.5,-27.5 + pos: -68.5,-91.5 parent: 2 - uid: 13405 components: - type: Transform - pos: 60.5,-26.5 + pos: -68.5,-90.5 parent: 2 - uid: 13406 components: - type: Transform - pos: 60.5,-25.5 + pos: -68.5,-89.5 parent: 2 - uid: 13407 components: - type: Transform - pos: 60.5,-24.5 + pos: -68.5,-88.5 parent: 2 - uid: 13408 components: - type: Transform - pos: 60.5,-23.5 + pos: -68.5,-87.5 parent: 2 - uid: 13409 components: - type: Transform - pos: 60.5,-22.5 + pos: -68.5,-86.5 parent: 2 - uid: 13410 components: - type: Transform - pos: 61.5,-22.5 + pos: -66.5,-86.5 parent: 2 - uid: 13411 components: - type: Transform - pos: 62.5,-22.5 + pos: -72.5,-83.5 parent: 2 - uid: 13412 components: - type: Transform - pos: 63.5,-22.5 + pos: -71.5,-83.5 parent: 2 - uid: 13413 components: - type: Transform - pos: 66.5,-22.5 + pos: -67.5,-84.5 parent: 2 - uid: 13414 components: - type: Transform - pos: 67.5,-22.5 + pos: -70.5,-83.5 parent: 2 - uid: 13415 components: - type: Transform - pos: 68.5,-22.5 + pos: -65.5,-86.5 parent: 2 - uid: 13416 components: - type: Transform - pos: 69.5,-22.5 + pos: -64.5,-86.5 parent: 2 - uid: 13417 components: - type: Transform - pos: 69.5,-21.5 + pos: -63.5,-86.5 parent: 2 - uid: 13418 components: - type: Transform - pos: 73.5,-21.5 + pos: -62.5,-86.5 parent: 2 - uid: 13419 components: - type: Transform - pos: 74.5,-21.5 + pos: -69.5,-83.5 parent: 2 - uid: 13420 components: - type: Transform - pos: 75.5,-21.5 + pos: -71.5,-93.5 parent: 2 - uid: 13421 components: - type: Transform - pos: 76.5,-21.5 + pos: -72.5,-93.5 parent: 2 - uid: 13422 components: - type: Transform - pos: 77.5,-21.5 + pos: -64.5,-97.5 parent: 2 - uid: 13423 components: - type: Transform - pos: 79.5,-21.5 + pos: -73.5,-93.5 parent: 2 - uid: 13424 components: - type: Transform - pos: 76.5,-22.5 + pos: -71.5,-89.5 parent: 2 - uid: 13425 components: - type: Transform - pos: 76.5,-23.5 + pos: -70.5,-89.5 parent: 2 - uid: 13426 components: - type: Transform - pos: 47.5,-44.5 + pos: -63.5,-97.5 parent: 2 - uid: 13427 components: - type: Transform - pos: 49.5,-44.5 + pos: -62.5,-97.5 parent: 2 - uid: 13428 components: - type: Transform - pos: 50.5,-44.5 + pos: -63.5,-93.5 parent: 2 - uid: 13429 components: - type: Transform - pos: 52.5,-44.5 + pos: -64.5,-93.5 parent: 2 - uid: 13430 components: - type: Transform - pos: 53.5,-44.5 + pos: -66.5,-93.5 parent: 2 - uid: 13431 components: - type: Transform - pos: 54.5,-44.5 + pos: -69.5,-97.5 parent: 2 - uid: 13432 components: - type: Transform - pos: 55.5,-44.5 + pos: -67.5,-97.5 parent: 2 - uid: 13433 components: - type: Transform - pos: 62.5,-47.5 + pos: -66.5,-97.5 parent: 2 - uid: 13434 components: - type: Transform - pos: 62.5,-48.5 + pos: -61.5,-86.5 parent: 2 - uid: 13435 components: - type: Transform - pos: 62.5,-49.5 + pos: -73.5,-82.5 parent: 2 - uid: 13436 components: - type: Transform - pos: 62.5,-50.5 + pos: -73.5,-83.5 parent: 2 - uid: 13437 components: - type: Transform - pos: 31.5,-71.5 + pos: -69.5,-101.5 parent: 2 - uid: 13438 components: - type: Transform - pos: 31.5,-72.5 + pos: -70.5,-101.5 parent: 2 - uid: 13439 components: - type: Transform - pos: 31.5,-73.5 + pos: -71.5,-101.5 parent: 2 - uid: 13440 components: - type: Transform - pos: 31.5,-74.5 + pos: -69.5,-84.5 parent: 2 - uid: 13441 components: - type: Transform - pos: 31.5,-75.5 + pos: -67.5,-85.5 parent: 2 - uid: 13442 components: - type: Transform - pos: 33.5,-75.5 + pos: -74.5,-80.5 parent: 2 - uid: 13443 components: - type: Transform - pos: 34.5,-75.5 + pos: -67.5,-93.5 parent: 2 - uid: 13444 components: - type: Transform - pos: 37.5,-75.5 + pos: -72.5,-89.5 parent: 2 - uid: 13445 components: - type: Transform - pos: 38.5,-75.5 + pos: -75.5,10.5 parent: 2 - uid: 13446 components: - type: Transform - pos: 39.5,-75.5 + pos: -74.5,10.5 parent: 2 - uid: 13447 components: - type: Transform - pos: 39.5,-74.5 + pos: -56.5,6.5 parent: 2 - uid: 13448 components: - type: Transform - pos: 39.5,-73.5 + pos: -72.5,10.5 parent: 2 - uid: 13449 components: - type: Transform - pos: 39.5,-70.5 + pos: -68.5,8.5 parent: 2 - uid: 13450 components: - type: Transform - pos: 39.5,-69.5 + pos: -68.5,10.5 parent: 2 - uid: 13451 components: - type: Transform - pos: 39.5,-68.5 + pos: -55.5,5.5 parent: 2 - uid: 13452 components: - type: Transform - pos: 40.5,-67.5 + pos: -54.5,5.5 parent: 2 - uid: 13453 components: - type: Transform - pos: 40.5,-66.5 + pos: -57.5,7.5 parent: 2 - uid: 13454 components: - type: Transform - pos: 40.5,-65.5 + pos: -58.5,7.5 parent: 2 - uid: 13455 components: - type: Transform - pos: 40.5,-64.5 + pos: -59.5,7.5 parent: 2 - uid: 13456 components: - type: Transform - pos: 40.5,-63.5 + pos: -67.5,1.5 parent: 2 - uid: 13457 components: - type: Transform - pos: 40.5,-60.5 + pos: -68.5,7.5 parent: 2 - uid: 13458 components: - type: Transform - pos: 40.5,-59.5 + pos: -67.5,0.5 parent: 2 - uid: 13459 components: - type: Transform - pos: 40.5,-58.5 + pos: -68.5,6.5 parent: 2 - uid: 13460 components: - type: Transform - pos: 40.5,-57.5 + pos: -68.5,5.5 parent: 2 - uid: 13461 components: - type: Transform - pos: 40.5,-56.5 + pos: -67.5,2.5 parent: 2 - uid: 13462 components: - type: Transform - pos: 40.5,-55.5 + pos: -64.5,0.5 parent: 2 - uid: 13463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-89.5 + pos: -71.5,10.5 parent: 2 - uid: 13464 components: - type: Transform - pos: 39.5,-54.5 + pos: -64.5,-4.5 parent: 2 - uid: 13465 components: - type: Transform - pos: 38.5,-54.5 + pos: -71.5,9.5 parent: 2 - uid: 13466 components: - type: Transform - pos: 37.5,-54.5 + pos: -64.5,-3.5 parent: 2 - uid: 13467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-87.5 + pos: -70.5,10.5 parent: 2 - uid: 13468 components: - type: Transform - pos: 35.5,-54.5 + pos: -68.5,4.5 parent: 2 - uid: 13469 components: - type: Transform - pos: 64.5,-46.5 + pos: -66.5,0.5 parent: 2 - uid: 13470 components: - type: Transform - pos: 66.5,-46.5 + pos: -65.5,0.5 parent: 2 - uid: 13471 components: - type: Transform - pos: 67.5,-46.5 + pos: -63.5,7.5 parent: 2 - uid: 13472 components: - type: Transform - pos: 67.5,-44.5 + pos: -67.5,7.5 parent: 2 - uid: 13473 components: - type: Transform - pos: 68.5,-44.5 + pos: -64.5,7.5 parent: 2 - uid: 13474 components: - type: Transform - pos: 69.5,-44.5 + pos: -64.5,-5.5 parent: 2 - uid: 13475 components: - type: Transform - pos: 71.5,-44.5 + pos: -65.5,7.5 parent: 2 - uid: 13476 components: - type: Transform - pos: 72.5,-44.5 + pos: 100.5,-50.5 parent: 2 - uid: 13477 components: - type: Transform - pos: 73.5,-44.5 + pos: -57.5,-75.5 parent: 2 - uid: 13478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-75.5 + pos: 98.5,-43.5 parent: 2 - uid: 13479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-76.5 + pos: 98.5,-45.5 parent: 2 - uid: 13480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-77.5 + pos: 73.5,-46.5 parent: 2 - uid: 13481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-78.5 + rot: 3.141592653589793 rad + pos: 69.5,-52.5 parent: 2 - uid: 13482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-79.5 + rot: -1.5707963267948966 rad + pos: 66.5,-58.5 parent: 2 - uid: 13483 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-94.5 + pos: 100.5,-52.5 parent: 2 - uid: 13484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-82.5 + pos: 63.5,-60.5 parent: 2 - uid: 13485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-68.5 + pos: 62.5,-60.5 parent: 2 - uid: 13486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-84.5 + pos: -59.5,-40.5 parent: 2 - uid: 13487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-84.5 + rot: -1.5707963267948966 rad + pos: 67.5,-60.5 parent: 2 - uid: 13488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-84.5 + rot: -1.5707963267948966 rad + pos: 66.5,-60.5 parent: 2 - uid: 13489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-84.5 + rot: 3.141592653589793 rad + pos: 34.5,-103.5 parent: 2 - uid: 13490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-84.5 + pos: 40.5,-95.5 parent: 2 - uid: 13491 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-88.5 + pos: -81.5,-37.5 parent: 2 - uid: 13492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-38.5 + rot: 3.141592653589793 rad + pos: 72.5,-82.5 parent: 2 - uid: 13493 components: - type: Transform - pos: -58.5,-77.5 + pos: 65.5,-55.5 parent: 2 - uid: 13494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-77.5 + pos: 64.5,-80.5 parent: 2 - uid: 13495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-77.5 + pos: 86.5,-35.5 parent: 2 - uid: 13496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-77.5 + pos: 106.5,-27.5 parent: 2 - uid: 13497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-78.5 + pos: 88.5,-36.5 parent: 2 - uid: 13498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-78.5 + pos: 86.5,-29.5 parent: 2 - uid: 13499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-78.5 + pos: 106.5,-29.5 parent: 2 - uid: 13500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-78.5 + pos: 86.5,-30.5 parent: 2 - uid: 13501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-78.5 + rot: -1.5707963267948966 rad + pos: 64.5,-68.5 parent: 2 - uid: 13502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-78.5 + pos: 69.5,-66.5 parent: 2 - uid: 13503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-78.5 + pos: 69.5,-65.5 parent: 2 - uid: 13504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-79.5 + rot: 3.141592653589793 rad + pos: 64.5,-76.5 parent: 2 - uid: 13505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-80.5 + rot: 3.141592653589793 rad + pos: 64.5,-75.5 parent: 2 - uid: 13506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-81.5 + rot: 3.141592653589793 rad + pos: 64.5,-73.5 parent: 2 - uid: 13507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-83.5 + rot: 3.141592653589793 rad + pos: 72.5,-95.5 parent: 2 - uid: 13508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-86.5 + pos: 64.5,-82.5 parent: 2 - uid: 13509 components: - type: Transform - pos: 34.5,-80.5 + rot: 3.141592653589793 rad + pos: 80.5,-95.5 parent: 2 - uid: 13510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-57.5 + rot: 3.141592653589793 rad + pos: 82.5,-91.5 parent: 2 - uid: 13511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-61.5 + pos: 65.5,-82.5 parent: 2 - uid: 13512 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,-47.5 + pos: 76.5,-89.5 parent: 2 - uid: 13513 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-44.5 + pos: 80.5,-91.5 parent: 2 - uid: 13514 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-47.5 + pos: 81.5,-87.5 parent: 2 - uid: 13515 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,-47.5 + pos: 76.5,-95.5 parent: 2 - uid: 13516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-47.5 + pos: 68.5,-65.5 parent: 2 - uid: 13517 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-47.5 + pos: 74.5,-95.5 parent: 2 - uid: 13518 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-47.5 + pos: 76.5,-90.5 parent: 2 - uid: 13519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-77.5 + rot: 3.141592653589793 rad + pos: 79.5,-95.5 parent: 2 - uid: 13520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-78.5 + pos: 64.5,-81.5 parent: 2 - uid: 13521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-20.5 + rot: 3.141592653589793 rad + pos: 14.5,-89.5 parent: 2 - uid: 13522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-19.5 + rot: 3.141592653589793 rad + pos: 14.5,-90.5 parent: 2 - uid: 13523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-17.5 + rot: 3.141592653589793 rad + pos: 64.5,-74.5 parent: 2 - uid: 13524 components: - type: Transform - pos: 70.5,-21.5 + rot: 3.141592653589793 rad + pos: 14.5,-91.5 parent: 2 - uid: 13525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-46.5 + rot: 3.141592653589793 rad + pos: 15.5,-90.5 parent: 2 - uid: 13526 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-107.5 + pos: 15.5,-88.5 parent: 2 - uid: 13527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,16.5 + rot: 3.141592653589793 rad + pos: 15.5,-89.5 parent: 2 - uid: 13528 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-80.5 + pos: 15.5,-91.5 parent: 2 - uid: 13529 components: - type: Transform - pos: -42.5,-88.5 + rot: 3.141592653589793 rad + pos: 64.5,-77.5 parent: 2 - uid: 13530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,7.5 + pos: 13.5,-93.5 parent: 2 - uid: 13531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,8.5 + pos: -57.5,-61.5 parent: 2 - uid: 13532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,8.5 + rot: 3.141592653589793 rad + pos: 50.5,-98.5 parent: 2 - uid: 13533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,8.5 + pos: 66.5,-63.5 parent: 2 - uid: 13534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,8.5 + pos: 10.5,-93.5 parent: 2 - uid: 13535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,8.5 + pos: -39.5,-88.5 parent: 2 - uid: 13536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,8.5 + rot: 3.141592653589793 rad + pos: -62.5,-22.5 parent: 2 - uid: 13537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,8.5 + rot: 3.141592653589793 rad + pos: -62.5,-21.5 parent: 2 - uid: 13538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,8.5 + pos: -55.5,17.5 parent: 2 - uid: 13539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,8.5 + pos: -56.5,17.5 parent: 2 - uid: 13540 components: - type: Transform - pos: -37.5,8.5 + rot: -1.5707963267948966 rad + pos: 67.5,-59.5 parent: 2 - uid: 13541 components: - type: Transform - pos: -36.5,8.5 + rot: 3.141592653589793 rad + pos: -62.5,-28.5 parent: 2 - uid: 13542 components: - type: Transform - pos: -33.5,-2.5 + rot: 3.141592653589793 rad + pos: -62.5,-25.5 parent: 2 - uid: 13543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-34.5 + rot: 3.141592653589793 rad + pos: -62.5,-23.5 parent: 2 - uid: 13544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-32.5 + rot: 3.141592653589793 rad + pos: -62.5,-24.5 parent: 2 - uid: 13545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-29.5 + rot: 3.141592653589793 rad + pos: -56.5,2.5 parent: 2 - uid: 13546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-28.5 + rot: 3.141592653589793 rad + pos: -54.5,2.5 parent: 2 - uid: 13547 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,-27.5 + pos: 65.5,-60.5 parent: 2 - uid: 13548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-53.5 + pos: 106.5,-30.5 parent: 2 - uid: 13549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-53.5 + pos: 101.5,-26.5 parent: 2 - uid: 13550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-62.5 + pos: 106.5,-32.5 parent: 2 - uid: 13551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-60.5 + pos: 12.5,9.5 parent: 2 - uid: 13552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-60.5 + pos: 12.5,10.5 parent: 2 - uid: 13553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-60.5 + pos: 12.5,11.5 parent: 2 - uid: 13554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-60.5 + pos: 12.5,7.5 parent: 2 - uid: 13555 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-60.5 + pos: 43.5,-113.5 parent: 2 - uid: 13556 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-91.5 + pos: 64.5,-79.5 parent: 2 - uid: 13557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-58.5 + pos: 64.5,-78.5 parent: 2 - uid: 13558 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-57.5 + pos: 13.5,-90.5 parent: 2 - uid: 13559 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-56.5 + pos: 13.5,-91.5 parent: 2 - uid: 13560 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-55.5 + pos: 13.5,-89.5 parent: 2 - uid: 13561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-53.5 + rot: 1.5707963267948966 rad + pos: -67.5,-52.5 parent: 2 - uid: 13562 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-52.5 + pos: -42.5,-92.5 parent: 2 - uid: 13563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-52.5 + pos: 11.5,-93.5 parent: 2 - uid: 13564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-52.5 + rot: 1.5707963267948966 rad + pos: 66.5,-62.5 parent: 2 - uid: 13565 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-52.5 + pos: 32.5,-82.5 parent: 2 - uid: 13566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-52.5 + pos: 68.5,-53.5 parent: 2 - uid: 13567 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-51.5 + pos: 32.5,-81.5 parent: 2 - uid: 13568 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-50.5 + pos: 32.5,-80.5 parent: 2 - uid: 13569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-48.5 + rot: 1.5707963267948966 rad + pos: 63.5,-68.5 parent: 2 - uid: 13570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-47.5 + rot: -1.5707963267948966 rad + pos: 25.5,16.5 parent: 2 - uid: 13571 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-46.5 + pos: 61.5,-44.5 parent: 2 - uid: 13572 components: - type: Transform - pos: -58.5,-52.5 + rot: 3.141592653589793 rad + pos: 59.5,-44.5 parent: 2 - uid: 13573 components: - type: Transform - pos: -57.5,-52.5 + rot: 3.141592653589793 rad + pos: 32.5,-79.5 parent: 2 - uid: 13574 components: - type: Transform - pos: -56.5,-52.5 + rot: -1.5707963267948966 rad + pos: -59.5,-33.5 parent: 2 - uid: 13575 components: - type: Transform - pos: -54.5,-52.5 + rot: -1.5707963267948966 rad + pos: -59.5,-31.5 parent: 2 - uid: 13576 components: - type: Transform - pos: -53.5,-52.5 + rot: -1.5707963267948966 rad + pos: -59.5,-36.5 parent: 2 - uid: 13577 components: - type: Transform - pos: -52.5,-52.5 + rot: -1.5707963267948966 rad + pos: -59.5,-37.5 parent: 2 - uid: 13578 components: - type: Transform - pos: -49.5,-52.5 + rot: 1.5707963267948966 rad + pos: -59.5,-86.5 parent: 2 - uid: 13579 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-81.5 + pos: 35.5,-81.5 parent: 2 - uid: 13580 components: - type: Transform - pos: -41.5,-88.5 + pos: 22.5,18.5 parent: 2 - uid: 13581 components: - type: Transform - pos: -41.5,-92.5 + pos: 69.5,-53.5 parent: 2 - uid: 13582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-92.5 + rot: 1.5707963267948966 rad + pos: 98.5,-36.5 parent: 2 - uid: 13583 components: - type: Transform - pos: 79.5,-23.5 + rot: 1.5707963267948966 rad + pos: 98.5,-26.5 parent: 2 - uid: 13584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-84.5 + rot: 1.5707963267948966 rad + pos: 91.5,-26.5 parent: 2 - uid: 13585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-85.5 + rot: 1.5707963267948966 rad + pos: 91.5,-36.5 parent: 2 - uid: 13586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-86.5 + pos: 61.5,-78.5 parent: 2 - uid: 13587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-87.5 + rot: 3.141592653589793 rad + pos: 13.5,-88.5 parent: 2 - uid: 13588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-85.5 + pos: 66.5,-59.5 parent: 2 - uid: 13589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-84.5 + pos: -55.5,-85.5 parent: 2 - uid: 13590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-82.5 + pos: 66.5,-65.5 parent: 2 - uid: 13591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-81.5 + pos: 78.5,-23.5 parent: 2 - uid: 13592 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,-80.5 + pos: 32.5,-111.5 parent: 2 - uid: 13593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-80.5 + pos: 64.5,-69.5 parent: 2 - uid: 13594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-80.5 + pos: 65.5,-68.5 parent: 2 - uid: 13595 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-80.5 + pos: 41.5,-78.5 parent: 2 - uid: 13596 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-79.5 + pos: 30.5,-108.5 parent: 2 - uid: 13597 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-87.5 + pos: 29.5,-107.5 parent: 2 - uid: 13598 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-88.5 + pos: 32.5,-110.5 parent: 2 - uid: 13599 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-89.5 + pos: 14.5,-88.5 parent: 2 - uid: 13600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-90.5 + rot: 1.5707963267948966 rad + pos: 32.5,42.5 parent: 2 - uid: 13601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-94.5 + rot: -1.5707963267948966 rad + pos: -11.5,-109.5 parent: 2 - uid: 13602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-94.5 + rot: 1.5707963267948966 rad + pos: 35.5,43.5 parent: 2 - uid: 13603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-94.5 + pos: -8.5,-94.5 parent: 2 - uid: 13604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-94.5 + pos: 2.5,-89.5 parent: 2 - uid: 13605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-94.5 + rot: 1.5707963267948966 rad + pos: 2.5,-91.5 parent: 2 - uid: 13606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-94.5 + pos: 3.5,-89.5 parent: 2 - uid: 13607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-94.5 + rot: 1.5707963267948966 rad + pos: 3.5,-91.5 parent: 2 - uid: 13608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-94.5 + pos: 4.5,-89.5 parent: 2 - uid: 13609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-94.5 + rot: 1.5707963267948966 rad + pos: 4.5,-91.5 parent: 2 - uid: 13610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-94.5 + rot: 1.5707963267948966 rad + pos: 10.5,-89.5 parent: 2 - uid: 13611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-94.5 + rot: 1.5707963267948966 rad + pos: 10.5,-90.5 parent: 2 - uid: 13612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-93.5 + rot: 1.5707963267948966 rad + pos: 10.5,-91.5 parent: 2 - uid: 13613 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-83.5 + rot: 1.5707963267948966 rad + pos: 11.5,-89.5 parent: 2 - uid: 13614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-82.5 + rot: 1.5707963267948966 rad + pos: 11.5,-90.5 parent: 2 - uid: 13615 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-81.5 + rot: 1.5707963267948966 rad + pos: 11.5,-91.5 parent: 2 - uid: 13616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-80.5 + pos: 9.5,-91.5 parent: 2 - uid: 13617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-76.5 + pos: 9.5,-90.5 parent: 2 - uid: 13618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-75.5 + pos: 9.5,-89.5 parent: 2 - uid: 13619 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-78.5 + pos: 11.5,-88.5 parent: 2 - uid: 13620 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-78.5 + pos: 10.5,-88.5 parent: 2 - uid: 13621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-78.5 + pos: 9.5,-88.5 parent: 2 - uid: 13622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-78.5 + pos: 4.5,-87.5 parent: 2 - uid: 13623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-78.5 + pos: 3.5,-87.5 parent: 2 - uid: 13624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-78.5 + pos: 2.5,-87.5 parent: 2 - uid: 13625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-78.5 + pos: 5.5,-87.5 parent: 2 - uid: 13626 components: - type: Transform - pos: -37.5,-92.5 + pos: 5.5,-89.5 parent: 2 - uid: 13627 components: - type: Transform - pos: -39.5,-93.5 + pos: 5.5,-91.5 parent: 2 - uid: 13628 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,8.5 + pos: -53.5,3.5 parent: 2 - uid: 13629 components: - type: Transform - pos: 33.5,-23.5 + pos: -13.5,-88.5 parent: 2 - uid: 13630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,2.5 + pos: -12.5,-88.5 parent: 2 - uid: 13631 components: - type: Transform - pos: -49.5,-90.5 + pos: -11.5,-90.5 parent: 2 - uid: 13632 components: - type: Transform - pos: -49.5,-89.5 + pos: -12.5,-90.5 parent: 2 - uid: 13633 components: - type: Transform - pos: -46.5,-88.5 + pos: -13.5,-90.5 parent: 2 - uid: 13634 components: - type: Transform - pos: -46.5,-89.5 + pos: 66.5,-52.5 parent: 2 - uid: 13635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-3.5 + pos: 65.5,-52.5 parent: 2 - uid: 13636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-1.5 + pos: -32.5,-29.5 parent: 2 - uid: 13637 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,-0.5 + pos: -12.5,-87.5 parent: 2 - uid: 13638 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,0.5 + pos: -53.5,2.5 parent: 2 - uid: 13639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,9.5 + pos: 106.5,-31.5 parent: 2 - uid: 13640 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,9.5 + pos: 44.5,-113.5 parent: 2 - uid: 13641 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,9.5 + pos: 66.5,-82.5 parent: 2 - uid: 13642 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,-29.5 + pos: 31.5,-110.5 parent: 2 - uid: 13643 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,-29.5 + pos: 30.5,-110.5 parent: 2 - uid: 13644 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-93.5 + pos: 30.5,-109.5 parent: 2 - uid: 13645 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,-29.5 + pos: 42.5,-113.5 parent: 2 - uid: 13646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-29.5 + rot: 1.5707963267948966 rad + pos: -68.5,-52.5 parent: 2 - uid: 13647 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,-29.5 + pos: -37.5,20.5 parent: 2 - uid: 13648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-31.5 + pos: 37.5,-50.5 parent: 2 - uid: 13649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-30.5 + pos: -55.5,-86.5 parent: 2 - uid: 13650 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,-29.5 + pos: -36.5,20.5 parent: 2 - uid: 13651 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,-28.5 + pos: 19.5,-87.5 parent: 2 - uid: 13652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-27.5 + rot: 1.5707963267948966 rad + pos: 47.5,-93.5 parent: 2 - uid: 13653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-26.5 + rot: 1.5707963267948966 rad + pos: 47.5,-94.5 parent: 2 - uid: 13654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-25.5 + rot: 1.5707963267948966 rad + pos: 47.5,-92.5 parent: 2 - uid: 13655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-24.5 + rot: -1.5707963267948966 rad + pos: 67.5,-58.5 parent: 2 - uid: 13656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-23.5 + pos: 65.5,-56.5 parent: 2 - uid: 13657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-21.5 + pos: 65.5,-57.5 parent: 2 - uid: 13658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-21.5 + pos: 65.5,-58.5 parent: 2 - uid: 13659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-21.5 + pos: 65.5,-59.5 parent: 2 - uid: 13660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-21.5 + pos: 64.5,-58.5 parent: 2 - uid: 13661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-21.5 + pos: 64.5,-59.5 parent: 2 - uid: 13662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-20.5 + pos: 64.5,-60.5 parent: 2 - uid: 13663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-18.5 + pos: 63.5,-58.5 parent: 2 - uid: 13664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-17.5 + pos: 63.5,-59.5 parent: 2 - uid: 13665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-15.5 + pos: 62.5,-58.5 parent: 2 - uid: 13666 components: - type: Transform - pos: -70.5,-29.5 + pos: 62.5,-59.5 parent: 2 - uid: 13667 components: - type: Transform - pos: -70.5,-30.5 + pos: 65.5,-53.5 parent: 2 - uid: 13668 components: - type: Transform - pos: -70.5,-32.5 + rot: 3.141592653589793 rad + pos: -53.5,4.5 parent: 2 - uid: 13669 components: - type: Transform - pos: -70.5,-33.5 + rot: 3.141592653589793 rad + pos: 66.5,-73.5 parent: 2 - uid: 13670 components: - type: Transform - pos: -71.5,-33.5 + rot: 3.141592653589793 rad + pos: 65.5,-73.5 parent: 2 - uid: 13671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-88.5 + rot: 3.141592653589793 rad + pos: -53.5,7.5 parent: 2 - uid: 13672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-88.5 + rot: 3.141592653589793 rad + pos: -53.5,6.5 parent: 2 - uid: 13673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-88.5 + rot: 3.141592653589793 rad + pos: -53.5,9.5 parent: 2 - uid: 13674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-95.5 + rot: 3.141592653589793 rad + pos: 61.5,-72.5 parent: 2 - uid: 13675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-95.5 + rot: 3.141592653589793 rad + pos: 60.5,-72.5 parent: 2 - uid: 13676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-95.5 + rot: 3.141592653589793 rad + pos: 59.5,-72.5 parent: 2 - uid: 13677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-95.5 + pos: 41.5,12.5 parent: 2 - uid: 13678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-94.5 + pos: 37.5,-46.5 parent: 2 - uid: 13679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-93.5 + pos: 37.5,-48.5 parent: 2 - uid: 13680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-92.5 + pos: 37.5,-47.5 parent: 2 - uid: 13681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-101.5 + pos: 37.5,-49.5 parent: 2 - uid: 13682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-101.5 + pos: 42.5,12.5 parent: 2 - uid: 13683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-101.5 + pos: 36.5,-50.5 parent: 2 - uid: 13684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-98.5 + pos: 36.5,-49.5 parent: 2 - uid: 13685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-98.5 + pos: 36.5,-48.5 parent: 2 - uid: 13686 components: - type: Transform - pos: 51.5,-100.5 + pos: 36.5,-47.5 parent: 2 - uid: 13687 components: - type: Transform - pos: 51.5,-99.5 + pos: 36.5,-46.5 parent: 2 - uid: 13688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-95.5 + rot: 3.141592653589793 rad + pos: 38.5,-50.5 parent: 2 - uid: 13689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-95.5 + rot: 3.141592653589793 rad + pos: 38.5,-49.5 parent: 2 - uid: 13690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-98.5 + rot: 3.141592653589793 rad + pos: 38.5,-48.5 parent: 2 - uid: 13691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-98.5 + rot: 3.141592653589793 rad + pos: 38.5,-47.5 parent: 2 - uid: 13692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-99.5 + rot: 3.141592653589793 rad + pos: 38.5,-46.5 parent: 2 - uid: 13693 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-101.5 + pos: 85.5,-68.5 parent: 2 - uid: 13694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-100.5 + pos: 88.5,-26.5 parent: 2 - uid: 13695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-101.5 + pos: 89.5,-26.5 parent: 2 - uid: 13696 components: - type: Transform - pos: 30.5,24.5 + pos: 106.5,-28.5 parent: 2 - uid: 13697 components: - type: Transform - pos: 30.5,25.5 + pos: 86.5,-27.5 parent: 2 - uid: 13698 components: - type: Transform - pos: 31.5,25.5 + pos: 104.5,-26.5 parent: 2 - uid: 13699 components: - type: Transform - pos: 32.5,25.5 + pos: 86.5,-26.5 parent: 2 - uid: 13700 components: - type: Transform - pos: 14.5,-93.5 + pos: 103.5,-26.5 parent: 2 - uid: 13701 components: - type: Transform - pos: 35.5,25.5 + pos: 102.5,-26.5 parent: 2 - uid: 13702 components: - type: Transform - pos: 36.5,25.5 + pos: 96.5,-26.5 parent: 2 - uid: 13703 components: - type: Transform - pos: 37.5,25.5 + pos: 100.5,-26.5 parent: 2 - uid: 13704 components: - type: Transform - pos: 38.5,25.5 + pos: 86.5,-28.5 parent: 2 - uid: 13705 components: - type: Transform - pos: 39.5,25.5 + pos: 95.5,-26.5 parent: 2 - uid: 13706 components: - type: Transform - pos: 40.5,25.5 + pos: 87.5,-26.5 parent: 2 - uid: 13707 components: - type: Transform - pos: 41.5,25.5 + pos: 94.5,-26.5 parent: 2 - uid: 13708 components: - type: Transform - pos: 41.5,23.5 + pos: 93.5,-26.5 parent: 2 - uid: 13709 components: - type: Transform - pos: 41.5,22.5 + pos: 86.5,-32.5 parent: 2 - uid: 13710 components: - type: Transform - pos: 41.5,21.5 + pos: 86.5,-33.5 parent: 2 - uid: 13711 components: - type: Transform - pos: 15.5,-93.5 + pos: 86.5,-31.5 parent: 2 - uid: 13712 components: - type: Transform - pos: 41.5,19.5 + pos: 87.5,-36.5 parent: 2 - uid: 13713 components: - type: Transform - pos: 41.5,18.5 + pos: 86.5,-36.5 parent: 2 - uid: 13714 components: - type: Transform - pos: 41.5,17.5 + pos: 86.5,-34.5 parent: 2 - uid: 13715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-106.5 + pos: 103.5,-36.5 parent: 2 - uid: 13716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-90.5 + pos: 104.5,-36.5 parent: 2 - uid: 13717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-92.5 + pos: 100.5,-36.5 parent: 2 - uid: 13718 components: - type: Transform - pos: 9.5,-93.5 + pos: 102.5,-36.5 parent: 2 - uid: 13719 components: - type: Transform - pos: 15.5,-92.5 + pos: 96.5,-36.5 parent: 2 - uid: 13720 components: - type: Transform - pos: 14.5,-92.5 + pos: 101.5,-36.5 parent: 2 - uid: 13721 components: - type: Transform - pos: 13.5,-92.5 + pos: 94.5,-36.5 parent: 2 - uid: 13722 components: - type: Transform - pos: 11.5,-92.5 + pos: 95.5,-36.5 parent: 2 - uid: 13723 components: - type: Transform - pos: 10.5,-92.5 + pos: 93.5,-36.5 parent: 2 - uid: 13724 components: - type: Transform - pos: 9.5,-92.5 + pos: 89.5,-36.5 parent: 2 - uid: 13725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-100.5 + pos: 106.5,-33.5 parent: 2 - uid: 13726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-100.5 + pos: 106.5,-34.5 parent: 2 - uid: 13727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-100.5 + pos: 106.5,-35.5 parent: 2 - uid: 13728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-100.5 + pos: 107.5,-27.5 parent: 2 - uid: 13729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-98.5 + pos: 107.5,-28.5 parent: 2 - uid: 13730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-98.5 + pos: 107.5,-29.5 parent: 2 - uid: 13731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-98.5 + pos: 107.5,-30.5 parent: 2 - uid: 13732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-98.5 + pos: 107.5,-31.5 parent: 2 - uid: 13733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-96.5 + pos: 107.5,-32.5 parent: 2 - uid: 13734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-96.5 + pos: 107.5,-33.5 parent: 2 - uid: 13735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-96.5 + pos: 107.5,-34.5 parent: 2 - uid: 13736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-96.5 + pos: 107.5,-35.5 parent: 2 - uid: 13737 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-87.5 + pos: 91.5,-18.5 parent: 2 - uid: 13738 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-85.5 + pos: 98.5,-18.5 parent: 2 - uid: 13739 components: - type: Transform - pos: -39.5,9.5 + rot: 3.141592653589793 rad + pos: 107.5,-25.5 parent: 2 - uid: 13740 components: - type: Transform - pos: -39.5,10.5 + rot: 3.141592653589793 rad + pos: 106.5,-25.5 parent: 2 - uid: 13741 components: - type: Transform - pos: -43.5,21.5 + rot: 3.141592653589793 rad + pos: 106.5,-24.5 parent: 2 - uid: 13742 components: - type: Transform - pos: -51.5,21.5 + rot: 3.141592653589793 rad + pos: 107.5,-24.5 parent: 2 - uid: 13743 components: - type: Transform - pos: -49.5,21.5 + rot: 3.141592653589793 rad + pos: 106.5,-37.5 parent: 2 - uid: 13744 components: - type: Transform - pos: -41.5,21.5 + rot: 3.141592653589793 rad + pos: 106.5,-38.5 parent: 2 - uid: 13745 components: - type: Transform - pos: -24.5,15.5 + rot: 3.141592653589793 rad + pos: 107.5,-37.5 parent: 2 - uid: 13746 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,-30.5 + pos: 107.5,-38.5 parent: 2 - uid: 13747 components: - type: Transform - pos: -39.5,11.5 + pos: 108.5,-53.5 parent: 2 - uid: 13748 components: - type: Transform - pos: -38.5,11.5 + rot: 3.141592653589793 rad + pos: 28.5,-104.5 parent: 2 - uid: 13749 components: - type: Transform - pos: -37.5,11.5 + rot: 1.5707963267948966 rad + pos: 64.5,-71.5 parent: 2 - uid: 13750 components: - type: Transform - pos: -36.5,11.5 + pos: -13.5,-93.5 parent: 2 - uid: 13751 components: - type: Transform - pos: -34.5,12.5 + pos: -12.5,-93.5 parent: 2 - uid: 13752 components: - type: Transform - pos: -34.5,13.5 + pos: -12.5,-94.5 parent: 2 - uid: 13753 components: - type: Transform - pos: -34.5,14.5 + pos: -11.5,-94.5 parent: 2 - uid: 13754 components: - type: Transform - pos: -34.5,15.5 + pos: -81.5,-39.5 parent: 2 - uid: 13755 components: - type: Transform - pos: -34.5,16.5 + pos: -81.5,-45.5 parent: 2 - uid: 13756 components: - type: Transform - pos: -33.5,16.5 + pos: -81.5,-47.5 parent: 2 - uid: 13757 components: - type: Transform - pos: -32.5,16.5 + pos: -32.5,-64.5 parent: 2 - uid: 13758 components: - type: Transform - pos: -31.5,16.5 + pos: -37.5,-17.5 parent: 2 - uid: 13759 components: - type: Transform - pos: -28.5,16.5 + pos: -35.5,-17.5 parent: 2 - uid: 13760 components: - type: Transform - pos: -27.5,16.5 + pos: -39.5,1.5 parent: 2 - uid: 13761 components: - type: Transform - pos: -26.5,16.5 + pos: -38.5,-17.5 parent: 2 - uid: 13762 components: - type: Transform - pos: -24.5,16.5 + pos: -39.5,4.5 parent: 2 - uid: 13763 components: - type: Transform - pos: -23.5,15.5 + pos: -36.5,-17.5 parent: 2 - uid: 13764 components: - type: Transform - pos: -22.5,15.5 + pos: -31.5,-68.5 parent: 2 - uid: 13765 components: - type: Transform - pos: -21.5,15.5 + pos: -31.5,-70.5 parent: 2 - uid: 13766 components: - type: Transform - pos: -19.5,15.5 + pos: -31.5,-69.5 parent: 2 - uid: 13767 components: - type: Transform - pos: -18.5,15.5 + pos: -32.5,-70.5 parent: 2 - uid: 13768 components: - type: Transform - pos: -17.5,15.5 + pos: -39.5,6.5 parent: 2 - uid: 13769 components: - type: Transform - pos: -13.5,14.5 + pos: -32.5,-62.5 parent: 2 - uid: 13770 components: - type: Transform - pos: -17.5,14.5 + pos: -32.5,-61.5 parent: 2 - uid: 13771 components: - type: Transform - pos: -17.5,13.5 + pos: -32.5,-63.5 parent: 2 - uid: 13772 components: - type: Transform - pos: -16.5,13.5 + pos: -39.5,2.5 parent: 2 - uid: 13773 components: - type: Transform - pos: -14.5,13.5 + pos: -39.5,3.5 parent: 2 - uid: 13774 components: - type: Transform - pos: -13.5,13.5 + pos: -32.5,-24.5 parent: 2 - uid: 13775 components: - type: Transform - pos: -64.5,-13.5 + pos: -32.5,-28.5 parent: 2 - uid: 13776 components: - type: Transform - pos: -64.5,-12.5 + pos: 20.5,5.5 parent: 2 - uid: 13777 components: - type: Transform - pos: -64.5,-11.5 + pos: 20.5,6.5 parent: 2 - uid: 13778 components: - type: Transform - pos: -64.5,-10.5 + pos: 20.5,4.5 parent: 2 - uid: 13779 components: - type: Transform - pos: -64.5,-9.5 + pos: 20.5,2.5 parent: 2 - uid: 13780 components: - type: Transform - pos: -64.5,-7.5 + pos: 20.5,3.5 parent: 2 - uid: 13781 components: - type: Transform - pos: -64.5,-6.5 + pos: -32.5,-16.5 parent: 2 - uid: 13782 components: - type: Transform - pos: -63.5,-6.5 + pos: -32.5,-15.5 parent: 2 - uid: 13783 components: - type: Transform - pos: -62.5,-6.5 + pos: -32.5,-10.5 parent: 2 - uid: 13784 components: - type: Transform - pos: -61.5,-6.5 + pos: -31.5,-7.5 parent: 2 - uid: 13785 components: - type: Transform - pos: -60.5,-6.5 + pos: -30.5,-7.5 parent: 2 - uid: 13786 components: - type: Transform - pos: -58.5,-6.5 + pos: -32.5,-14.5 parent: 2 - uid: 13787 components: - type: Transform - pos: -57.5,-6.5 + pos: -32.5,-11.5 parent: 2 - uid: 13788 components: - type: Transform - pos: -57.5,-5.5 + pos: -32.5,-13.5 parent: 2 - uid: 13789 components: - type: Transform - pos: 74.5,-20.5 + pos: -32.5,-9.5 parent: 2 - uid: 13790 components: - type: Transform - pos: 74.5,-19.5 + pos: -32.5,-8.5 parent: 2 - uid: 13791 components: - type: Transform - pos: 74.5,-17.5 + pos: -32.5,-5.5 parent: 2 - uid: 13792 components: - type: Transform - pos: 43.5,18.5 + pos: -32.5,-6.5 parent: 2 - uid: 13793 components: - type: Transform - pos: 44.5,18.5 + pos: -32.5,-4.5 parent: 2 - uid: 13794 components: - type: Transform - pos: 45.5,18.5 + pos: -32.5,-2.5 parent: 2 - uid: 13795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-87.5 + pos: -32.5,-1.5 parent: 2 - uid: 13796 components: - type: Transform - pos: 22.5,19.5 + pos: -32.5,0.5 parent: 2 - uid: 13797 components: - type: Transform - pos: -56.5,-86.5 + pos: -32.5,1.5 parent: 2 - uid: 13798 components: - type: Transform - pos: -57.5,-86.5 + pos: -33.5,1.5 parent: 2 - uid: 13799 components: - type: Transform - pos: 106.5,-43.5 + pos: -34.5,1.5 parent: 2 - uid: 13800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-74.5 + pos: -37.5,1.5 parent: 2 - uid: 13801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-75.5 + pos: -38.5,1.5 parent: 2 - uid: 13802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-76.5 + pos: -31.5,-65.5 parent: 2 - uid: 13803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-76.5 + pos: -32.5,-58.5 parent: 2 - uid: 13804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-77.5 + pos: -32.5,-57.5 parent: 2 - uid: 13805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-78.5 + pos: -32.5,-59.5 parent: 2 - uid: 13806 components: - type: Transform - pos: 63.5,-76.5 + pos: -32.5,-3.5 parent: 2 - uid: 13807 components: - type: Transform - pos: 62.5,-76.5 + pos: -35.5,1.5 parent: 2 - uid: 13808 components: - type: Transform - pos: 62.5,-77.5 + pos: -31.5,-64.5 parent: 2 - uid: 13809 components: - type: Transform - pos: 62.5,-78.5 + pos: -31.5,-67.5 parent: 2 - uid: 13810 components: - type: Transform - pos: 61.5,-79.5 + pos: -32.5,-71.5 parent: 2 - uid: 13811 components: - type: Transform - pos: 61.5,-80.5 + pos: -32.5,-72.5 parent: 2 - uid: 13812 components: - type: Transform - pos: 61.5,-81.5 + pos: -32.5,-73.5 parent: 2 - uid: 13813 components: - type: Transform - pos: 60.5,-81.5 + pos: -32.5,-75.5 parent: 2 - uid: 13814 components: - type: Transform - pos: 60.5,-82.5 + pos: -32.5,-76.5 parent: 2 - uid: 13815 components: - type: Transform - pos: 60.5,-83.5 + pos: -32.5,-77.5 parent: 2 - uid: 13816 components: - type: Transform - pos: 60.5,-84.5 + pos: -33.5,-76.5 parent: 2 - uid: 13817 components: - type: Transform - pos: 60.5,-85.5 + pos: -35.5,-76.5 parent: 2 - uid: 13818 components: - type: Transform - pos: 85.5,-15.5 + pos: -36.5,-76.5 parent: 2 - uid: 13819 components: - type: Transform - pos: 85.5,-16.5 + pos: -37.5,-76.5 parent: 2 - uid: 13820 components: - type: Transform - pos: 85.5,-17.5 + pos: -38.5,-76.5 parent: 2 - uid: 13821 components: - type: Transform - pos: 85.5,-18.5 + pos: -38.5,-79.5 parent: 2 - uid: 13822 components: - type: Transform - pos: 86.5,-18.5 + pos: -38.5,-80.5 parent: 2 - uid: 13823 components: - type: Transform - pos: 87.5,-18.5 + pos: -38.5,-82.5 parent: 2 - uid: 13824 components: - type: Transform - pos: 88.5,-18.5 + pos: -38.5,-83.5 parent: 2 - uid: 13825 components: - type: Transform - pos: 89.5,-18.5 + pos: -38.5,-84.5 parent: 2 - uid: 13826 components: - type: Transform - pos: 85.5,-14.5 + pos: -38.5,-85.5 parent: 2 - uid: 13827 components: - type: Transform - pos: 86.5,-14.5 + pos: -38.5,-88.5 parent: 2 - uid: 13828 components: - type: Transform - pos: 86.5,-13.5 + pos: -38.5,-89.5 parent: 2 - uid: 13829 components: - type: Transform - pos: 48.5,25.5 + pos: -38.5,-90.5 parent: 2 - uid: 13830 components: - type: Transform - pos: 48.5,26.5 + pos: -38.5,-91.5 parent: 2 - uid: 13831 components: - type: Transform - pos: 47.5,26.5 + pos: -38.5,-92.5 parent: 2 - uid: 13832 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,25.5 + pos: -31.5,-23.5 parent: 2 - uid: 13833 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,24.5 + pos: -31.5,-22.5 parent: 2 - uid: 13834 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,23.5 + pos: -31.5,-21.5 parent: 2 - uid: 13835 components: - type: Transform - pos: -78.5,-3.5 + pos: -31.5,-20.5 parent: 2 - uid: 13836 components: - type: Transform - pos: -11.5,27.5 + pos: -31.5,-19.5 parent: 2 - uid: 13837 components: - type: Transform - pos: -12.5,27.5 + pos: -31.5,-17.5 parent: 2 - uid: 13838 components: - type: Transform - pos: -12.5,26.5 + pos: 19.5,6.5 parent: 2 - uid: 13839 components: - type: Transform - pos: 7.5,28.5 + rot: 3.141592653589793 rad + pos: 28.5,-102.5 parent: 2 - uid: 13840 components: - type: Transform - pos: 7.5,29.5 + pos: 20.5,11.5 parent: 2 - uid: 13841 components: - type: Transform - pos: 5.5,29.5 + pos: 21.5,11.5 parent: 2 - uid: 13842 components: - type: Transform - pos: 4.5,29.5 + pos: 21.5,12.5 parent: 2 - uid: 13843 components: - type: Transform - pos: 4.5,30.5 + pos: 21.5,13.5 parent: 2 - uid: 13844 components: - type: Transform - pos: -3.5,30.5 + pos: 21.5,14.5 parent: 2 - uid: 13845 components: - type: Transform - pos: -3.5,29.5 + pos: 21.5,15.5 parent: 2 - uid: 13846 components: - type: Transform - pos: -5.5,29.5 + pos: 21.5,16.5 parent: 2 - uid: 13847 components: - type: Transform - pos: -6.5,29.5 + rot: 3.141592653589793 rad + pos: 28.5,-97.5 parent: 2 - uid: 13848 components: - type: Transform - pos: -6.5,28.5 + pos: 23.5,16.5 parent: 2 - uid: 13849 components: - type: Transform - pos: -1.5,30.5 + rot: 3.141592653589793 rad + pos: 28.5,-95.5 parent: 2 - uid: 13850 components: - type: Transform - pos: -0.5,30.5 + rot: 3.141592653589793 rad + pos: 28.5,-103.5 parent: 2 - uid: 13851 components: - type: Transform - pos: 0.5,30.5 + pos: 39.5,17.5 parent: 2 - uid: 13852 components: - type: Transform - pos: 1.5,30.5 + pos: 40.5,16.5 parent: 2 - uid: 13853 components: - type: Transform - pos: 3.5,30.5 + pos: 40.5,15.5 parent: 2 - uid: 13854 components: - type: Transform - pos: -58.5,15.5 + pos: 40.5,14.5 parent: 2 - uid: 13855 components: - type: Transform - pos: -22.5,20.5 + rot: 3.141592653589793 rad + pos: 28.5,-99.5 parent: 2 - uid: 13856 components: - type: Transform - pos: -57.5,16.5 + pos: 40.5,11.5 parent: 2 - uid: 13857 components: - type: Transform - pos: -21.5,20.5 + pos: 40.5,8.5 parent: 2 - uid: 13858 components: - type: Transform - pos: -25.5,20.5 + rot: 3.141592653589793 rad + pos: 28.5,-86.5 parent: 2 - uid: 13859 components: - type: Transform - pos: -57.5,15.5 + pos: 40.5,-7.5 parent: 2 - uid: 13860 components: - type: Transform - pos: -27.5,20.5 + pos: 40.5,-8.5 parent: 2 - uid: 13861 components: - type: Transform - pos: -28.5,20.5 + pos: 40.5,-9.5 parent: 2 - uid: 13862 components: - type: Transform - pos: -29.5,20.5 + pos: 40.5,-10.5 parent: 2 - uid: 13863 components: - type: Transform - pos: -35.5,-121.5 + pos: 40.5,-12.5 parent: 2 - uid: 13864 components: - type: Transform - pos: -33.5,-121.5 + pos: 40.5,-13.5 parent: 2 - uid: 13865 components: - type: Transform rot: 3.141592653589793 rad - pos: -81.5,-58.5 + pos: 28.5,-98.5 parent: 2 - uid: 13866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-54.5 + pos: 40.5,-16.5 parent: 2 - uid: 13867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-56.5 + pos: 40.5,-17.5 parent: 2 - uid: 13868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-57.5 + pos: 40.5,-18.5 parent: 2 - uid: 13869 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-58.5 + pos: 40.5,-19.5 parent: 2 - uid: 13870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-59.5 + pos: 40.5,-20.5 parent: 2 - uid: 13871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-62.5 + pos: 39.5,-20.5 parent: 2 - uid: 13872 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-63.5 + pos: 38.5,-20.5 parent: 2 - uid: 13873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-64.5 + pos: 37.5,-20.5 parent: 2 - uid: 13874 components: - type: Transform rot: 3.141592653589793 rad - pos: -81.5,-65.5 + pos: 28.5,-96.5 parent: 2 - uid: 13875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-67.5 + pos: 35.5,-20.5 parent: 2 - uid: 13876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-67.5 + pos: 35.5,-21.5 parent: 2 - uid: 13877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-68.5 + pos: 35.5,-22.5 parent: 2 - uid: 13878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-69.5 + pos: 35.5,-23.5 parent: 2 - uid: 13879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-70.5 + pos: 35.5,-24.5 parent: 2 - uid: 13880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-72.5 + pos: 35.5,-25.5 parent: 2 - uid: 13881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-73.5 + pos: 35.5,-26.5 parent: 2 - uid: 13882 components: - type: Transform rot: 3.141592653589793 rad - pos: -78.5,-73.5 + pos: 28.5,-100.5 parent: 2 - uid: 13883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-73.5 + pos: 35.5,-28.5 parent: 2 - uid: 13884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-74.5 + pos: 35.5,-29.5 parent: 2 - uid: 13885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-75.5 + pos: 36.5,-29.5 parent: 2 - uid: 13886 components: - type: Transform - pos: -60.5,-90.5 + pos: 37.5,-29.5 parent: 2 - uid: 13887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-114.5 + pos: 38.5,-29.5 parent: 2 - uid: 13888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-115.5 + rot: 3.141592653589793 rad + pos: 28.5,-101.5 parent: 2 - uid: 13889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-115.5 + pos: 40.5,-29.5 parent: 2 - uid: 13890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-113.5 + pos: 41.5,-29.5 parent: 2 - uid: 13891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-114.5 + pos: 47.5,-27.5 parent: 2 - uid: 13892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-113.5 + pos: 49.5,-27.5 parent: 2 - uid: 13893 components: - type: Transform - pos: -33.5,-118.5 + pos: 49.5,-28.5 parent: 2 - uid: 13894 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-113.5 + pos: 50.5,-28.5 parent: 2 - uid: 13895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-113.5 + pos: 51.5,-28.5 parent: 2 - uid: 13896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-113.5 + pos: 52.5,-28.5 parent: 2 - uid: 13897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-113.5 + pos: 53.5,-28.5 parent: 2 - uid: 13898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-113.5 + pos: 54.5,-28.5 parent: 2 - uid: 13899 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-113.5 + pos: 56.5,-28.5 parent: 2 - uid: 13900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-113.5 + pos: 57.5,-28.5 parent: 2 - uid: 13901 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-113.5 + pos: 57.5,-29.5 parent: 2 - uid: 13902 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-113.5 + pos: 58.5,-29.5 parent: 2 - uid: 13903 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-113.5 + pos: 60.5,-29.5 parent: 2 - uid: 13904 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-112.5 + pos: 60.5,-27.5 parent: 2 - uid: 13905 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-105.5 + pos: 60.5,-26.5 parent: 2 - uid: 13906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-105.5 + pos: 60.5,-25.5 parent: 2 - uid: 13907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-105.5 + pos: 60.5,-24.5 parent: 2 - uid: 13908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-105.5 + pos: 60.5,-23.5 parent: 2 - uid: 13909 components: - type: Transform - pos: 36.5,-105.5 + pos: 60.5,-22.5 parent: 2 - uid: 13910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-105.5 + pos: 61.5,-22.5 parent: 2 - uid: 13911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-105.5 + pos: 62.5,-22.5 parent: 2 - uid: 13912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-105.5 + pos: 63.5,-22.5 parent: 2 - uid: 13913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-105.5 + pos: 66.5,-22.5 parent: 2 - uid: 13914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-105.5 + pos: 67.5,-22.5 parent: 2 - uid: 13915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-105.5 + pos: 68.5,-22.5 parent: 2 - uid: 13916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-105.5 + pos: 69.5,-22.5 parent: 2 - uid: 13917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-105.5 + pos: 69.5,-21.5 parent: 2 - uid: 13918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-104.5 + pos: 73.5,-21.5 parent: 2 - uid: 13919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-102.5 + pos: 74.5,-21.5 parent: 2 - uid: 13920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-101.5 + pos: 75.5,-21.5 parent: 2 - uid: 13921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-100.5 + pos: 76.5,-21.5 parent: 2 - uid: 13922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-99.5 + pos: 77.5,-21.5 parent: 2 - uid: 13923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-98.5 + pos: 79.5,-21.5 parent: 2 - uid: 13924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-97.5 + pos: 76.5,-22.5 parent: 2 - uid: 13925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-96.5 + pos: 76.5,-23.5 parent: 2 - uid: 13926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-95.5 + pos: 47.5,-44.5 parent: 2 - uid: 13927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-94.5 + pos: 49.5,-44.5 parent: 2 - uid: 13928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-93.5 + pos: 50.5,-44.5 parent: 2 - uid: 13929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-92.5 + pos: 52.5,-44.5 parent: 2 - uid: 13930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-91.5 + pos: 53.5,-44.5 parent: 2 - uid: 13931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-90.5 + pos: 54.5,-44.5 parent: 2 - uid: 13932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-89.5 + pos: 55.5,-44.5 parent: 2 - uid: 13933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-88.5 + pos: 62.5,-47.5 parent: 2 - uid: 13934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-87.5 + pos: 62.5,-48.5 parent: 2 - uid: 13935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-86.5 + pos: 62.5,-49.5 parent: 2 - uid: 13936 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-85.5 + pos: 62.5,-50.5 parent: 2 - uid: 13937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-84.5 + pos: 31.5,-71.5 parent: 2 - uid: 13938 components: - type: Transform - pos: 21.5,26.5 + pos: 31.5,-72.5 parent: 2 - uid: 13939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-84.5 + pos: 31.5,-73.5 parent: 2 - uid: 13940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-107.5 + pos: 31.5,-74.5 parent: 2 - uid: 13941 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-108.5 + pos: 31.5,-75.5 parent: 2 - uid: 13942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-109.5 + pos: 33.5,-75.5 parent: 2 - uid: 13943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-110.5 + pos: 34.5,-75.5 parent: 2 - uid: 13944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-106.5 + pos: 37.5,-75.5 parent: 2 - uid: 13945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-107.5 + pos: 38.5,-75.5 parent: 2 - uid: 13946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-108.5 + pos: 39.5,-75.5 parent: 2 - uid: 13947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-109.5 + pos: 39.5,-74.5 parent: 2 - uid: 13948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-110.5 + pos: 39.5,-73.5 parent: 2 - uid: 13949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-111.5 + pos: 39.5,-70.5 parent: 2 - uid: 13950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-112.5 + pos: 39.5,-69.5 parent: 2 - uid: 13951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-113.5 + pos: 39.5,-68.5 parent: 2 - uid: 13952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-113.5 + pos: 40.5,-67.5 parent: 2 - uid: 13953 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-112.5 + pos: 40.5,-66.5 parent: 2 - uid: 13954 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-111.5 + pos: 40.5,-65.5 parent: 2 - uid: 13955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-111.5 + pos: 40.5,-64.5 parent: 2 - uid: 13956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-111.5 + pos: 40.5,-63.5 parent: 2 - uid: 13957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-110.5 + pos: 40.5,-60.5 parent: 2 - uid: 13958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-109.5 + pos: 40.5,-59.5 parent: 2 - uid: 13959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-109.5 + pos: 40.5,-58.5 parent: 2 - uid: 13960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-109.5 + pos: 40.5,-57.5 parent: 2 - uid: 13961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-108.5 + pos: 40.5,-56.5 parent: 2 - uid: 13962 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-108.5 + pos: 40.5,-55.5 parent: 2 - uid: 13963 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-107.5 + pos: 28.5,-89.5 parent: 2 - uid: 13964 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-106.5 + pos: 39.5,-54.5 parent: 2 - uid: 13965 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-105.5 + pos: 38.5,-54.5 parent: 2 - uid: 13966 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-104.5 + pos: 37.5,-54.5 parent: 2 - uid: 13967 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-103.5 + pos: 28.5,-87.5 parent: 2 - uid: 13968 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-102.5 + pos: 35.5,-54.5 parent: 2 - uid: 13969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-101.5 + pos: 64.5,-46.5 parent: 2 - uid: 13970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-100.5 + pos: 66.5,-46.5 parent: 2 - uid: 13971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-112.5 + pos: 67.5,-46.5 parent: 2 - uid: 13972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-112.5 + pos: 67.5,-44.5 parent: 2 - uid: 13973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-107.5 + pos: 68.5,-44.5 parent: 2 - uid: 13974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-107.5 + pos: 69.5,-44.5 parent: 2 - uid: 13975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-107.5 + pos: 71.5,-44.5 parent: 2 - uid: 13976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-106.5 + pos: 72.5,-44.5 parent: 2 - uid: 13977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-106.5 + pos: 73.5,-44.5 parent: 2 - uid: 13978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-106.5 + rot: 1.5707963267948966 rad + pos: 14.5,-75.5 parent: 2 - uid: 13979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-106.5 + rot: 1.5707963267948966 rad + pos: 14.5,-76.5 parent: 2 - uid: 13980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-106.5 + rot: 1.5707963267948966 rad + pos: 14.5,-77.5 parent: 2 - uid: 13981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-99.5 + rot: 1.5707963267948966 rad + pos: 14.5,-78.5 parent: 2 - uid: 13982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-96.5 + rot: 1.5707963267948966 rad + pos: 14.5,-79.5 parent: 2 - uid: 13983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-97.5 + rot: 3.141592653589793 rad + pos: 28.5,-94.5 parent: 2 - uid: 13984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-87.5 + rot: 1.5707963267948966 rad + pos: 14.5,-82.5 parent: 2 - uid: 13985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-86.5 + rot: 1.5707963267948966 rad + pos: 40.5,-68.5 parent: 2 - uid: 13986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-86.5 + rot: 1.5707963267948966 rad + pos: 14.5,-84.5 parent: 2 - uid: 13987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-94.5 + rot: 1.5707963267948966 rad + pos: 15.5,-84.5 parent: 2 - uid: 13988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-95.5 + rot: 1.5707963267948966 rad + pos: 16.5,-84.5 parent: 2 - uid: 13989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-95.5 + rot: 1.5707963267948966 rad + pos: 17.5,-84.5 parent: 2 - uid: 13990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-97.5 + rot: 1.5707963267948966 rad + pos: 18.5,-84.5 parent: 2 - uid: 13991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-98.5 + rot: 3.141592653589793 rad + pos: 28.5,-88.5 parent: 2 - uid: 13992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-100.5 + rot: 1.5707963267948966 rad + pos: -59.5,-38.5 parent: 2 - uid: 13993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-101.5 + pos: -58.5,-77.5 parent: 2 - uid: 13994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-97.5 + rot: 1.5707963267948966 rad + pos: -56.5,-77.5 parent: 2 - uid: 13995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-97.5 + rot: 1.5707963267948966 rad + pos: -55.5,-77.5 parent: 2 - uid: 13996 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-86.5 + pos: -54.5,-77.5 parent: 2 - uid: 13997 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,-86.5 + pos: -53.5,-78.5 parent: 2 - uid: 13998 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,-72.5 + pos: -52.5,-78.5 parent: 2 - uid: 13999 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,-70.5 + pos: -51.5,-78.5 parent: 2 - uid: 14000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-91.5 + rot: 1.5707963267948966 rad + pos: -50.5,-78.5 parent: 2 - uid: 14001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-56.5 + rot: 1.5707963267948966 rad + pos: -48.5,-78.5 parent: 2 - uid: 14002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-58.5 + rot: 1.5707963267948966 rad + pos: -47.5,-78.5 parent: 2 - uid: 14003 components: - type: Transform - pos: -33.5,-117.5 + rot: 1.5707963267948966 rad + pos: -46.5,-78.5 parent: 2 - uid: 14004 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-58.5 + rot: 1.5707963267948966 rad + pos: -53.5,-79.5 parent: 2 - uid: 14005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-87.5 + rot: 1.5707963267948966 rad + pos: -53.5,-80.5 parent: 2 - uid: 14006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-87.5 + rot: 1.5707963267948966 rad + pos: -53.5,-81.5 parent: 2 - uid: 14007 components: - type: Transform - pos: 42.5,-78.5 + rot: 1.5707963267948966 rad + pos: -53.5,-83.5 parent: 2 - uid: 14008 components: - type: Transform - pos: -58.5,-76.5 + rot: 1.5707963267948966 rad + pos: -53.5,-86.5 parent: 2 - uid: 14009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-52.5 + pos: 34.5,-80.5 parent: 2 - uid: 14010 components: - type: Transform - pos: 103.5,-52.5 + rot: 1.5707963267948966 rad + pos: 66.5,-57.5 parent: 2 - uid: 14011 components: - type: Transform - pos: -58.5,-69.5 + rot: 1.5707963267948966 rad + pos: 66.5,-61.5 parent: 2 - uid: 14012 components: - type: Transform rot: 3.141592653589793 rad - pos: 71.5,-95.5 + pos: 53.5,-47.5 parent: 2 - uid: 14013 components: - type: Transform - pos: 58.5,-94.5 + rot: 3.141592653589793 rad + pos: 60.5,-44.5 parent: 2 - uid: 14014 components: - type: Transform - pos: 50.5,-94.5 + rot: 3.141592653589793 rad + pos: 56.5,-47.5 parent: 2 - uid: 14015 components: - type: Transform - pos: 58.5,-99.5 + rot: 3.141592653589793 rad + pos: 57.5,-47.5 parent: 2 - uid: 14016 components: - type: Transform - pos: 40.5,-91.5 + rot: 3.141592653589793 rad + pos: 58.5,-47.5 parent: 2 - uid: 14017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-97.5 + rot: 3.141592653589793 rad + pos: 60.5,-47.5 parent: 2 - uid: 14018 components: - type: Transform - pos: 58.5,-97.5 + rot: 3.141592653589793 rad + pos: 61.5,-47.5 parent: 2 - uid: 14019 components: - type: Transform - pos: 49.5,-87.5 + rot: -1.5707963267948966 rad + pos: 32.5,-77.5 parent: 2 - uid: 14020 components: - type: Transform - pos: 40.5,-94.5 + rot: -1.5707963267948966 rad + pos: 32.5,-78.5 parent: 2 - uid: 14021 components: - type: Transform - pos: 40.5,-93.5 + rot: -1.5707963267948966 rad + pos: 69.5,-20.5 parent: 2 - uid: 14022 components: - type: Transform - pos: 40.5,-92.5 + rot: -1.5707963267948966 rad + pos: 69.5,-19.5 parent: 2 - uid: 14023 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-97.5 + pos: 69.5,-17.5 parent: 2 - uid: 14024 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-95.5 + pos: 70.5,-21.5 parent: 2 - uid: 14025 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-95.5 + rot: -1.5707963267948966 rad + pos: 62.5,-46.5 parent: 2 - uid: 14026 components: - type: Transform rot: 3.141592653589793 rad - pos: 73.5,-95.5 + pos: 30.5,-107.5 parent: 2 - uid: 14027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-91.5 + rot: -1.5707963267948966 rad + pos: 24.5,16.5 parent: 2 - uid: 14028 components: - type: Transform - pos: -64.5,-89.5 + rot: 3.141592653589793 rad + pos: 35.5,-80.5 parent: 2 - uid: 14029 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-91.5 + pos: -42.5,-88.5 parent: 2 - uid: 14030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-91.5 + rot: 1.5707963267948966 rad + pos: -39.5,7.5 parent: 2 - uid: 14031 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-91.5 + rot: 1.5707963267948966 rad + pos: -39.5,8.5 parent: 2 - uid: 14032 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-71.5 + rot: 1.5707963267948966 rad + pos: -40.5,8.5 parent: 2 - uid: 14033 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-73.5 + rot: 1.5707963267948966 rad + pos: -42.5,8.5 parent: 2 - uid: 14034 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-91.5 + rot: 1.5707963267948966 rad + pos: -43.5,8.5 parent: 2 - uid: 14035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-91.5 + rot: 1.5707963267948966 rad + pos: -44.5,8.5 parent: 2 - uid: 14036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-91.5 + rot: 1.5707963267948966 rad + pos: -45.5,8.5 parent: 2 - uid: 14037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-91.5 + rot: 1.5707963267948966 rad + pos: -46.5,8.5 parent: 2 - uid: 14038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-87.5 + rot: 1.5707963267948966 rad + pos: -47.5,8.5 parent: 2 - uid: 14039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-95.5 + rot: 1.5707963267948966 rad + pos: -49.5,8.5 parent: 2 - uid: 14040 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-95.5 + pos: -37.5,8.5 parent: 2 - uid: 14041 components: - type: Transform - pos: 32.5,-104.5 + pos: -36.5,8.5 parent: 2 - uid: 14042 components: - type: Transform - pos: 31.5,-104.5 + pos: -33.5,-2.5 parent: 2 - uid: 14043 components: - type: Transform - pos: 89.5,-78.5 + rot: -1.5707963267948966 rad + pos: -59.5,-34.5 parent: 2 - uid: 14044 components: - type: Transform - pos: 57.5,-94.5 + rot: -1.5707963267948966 rad + pos: -59.5,-32.5 parent: 2 - uid: 14045 components: - type: Transform - pos: 90.5,-79.5 + rot: -1.5707963267948966 rad + pos: -59.5,-29.5 parent: 2 - uid: 14046 components: - type: Transform - pos: -69.5,7.5 + rot: -1.5707963267948966 rad + pos: -59.5,-28.5 parent: 2 - uid: 14047 components: - type: Transform - pos: -71.5,7.5 + rot: -1.5707963267948966 rad + pos: -59.5,-27.5 parent: 2 - uid: 14048 components: - type: Transform - pos: 89.5,-79.5 + rot: -1.5707963267948966 rad + pos: -67.5,-53.5 parent: 2 - uid: 14049 components: - type: Transform - pos: -74.5,6.5 + rot: -1.5707963267948966 rad + pos: -66.5,-53.5 parent: 2 - uid: 14050 components: - type: Transform - pos: -77.5,6.5 + rot: 3.141592653589793 rad + pos: -57.5,-62.5 parent: 2 - uid: 14051 components: - type: Transform - pos: -69.5,-89.5 + rot: 3.141592653589793 rad + pos: -59.5,-60.5 parent: 2 - uid: 14052 components: - type: Transform - pos: -66.5,-89.5 + rot: 3.141592653589793 rad + pos: -60.5,-60.5 parent: 2 - uid: 14053 components: - type: Transform - pos: -65.5,-89.5 + rot: 3.141592653589793 rad + pos: -61.5,-60.5 parent: 2 - uid: 14054 components: - type: Transform - pos: -67.5,-89.5 + rot: 3.141592653589793 rad + pos: -63.5,-60.5 parent: 2 - uid: 14055 components: - type: Transform - pos: -64.5,-2.5 + rot: 3.141592653589793 rad + pos: -64.5,-60.5 parent: 2 - uid: 14056 components: - type: Transform - pos: -76.5,6.5 + rot: 3.141592653589793 rad + pos: 28.5,-91.5 parent: 2 - uid: 14057 components: - type: Transform - pos: -73.5,7.5 + rot: 3.141592653589793 rad + pos: -64.5,-58.5 parent: 2 - uid: 14058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-113.5 + rot: 3.141592653589793 rad + pos: -64.5,-57.5 parent: 2 - uid: 14059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-115.5 + rot: 3.141592653589793 rad + pos: -64.5,-56.5 parent: 2 - uid: 14060 components: - type: Transform - pos: -73.5,6.5 + rot: 3.141592653589793 rad + pos: -64.5,-55.5 parent: 2 - uid: 14061 components: - type: Transform - pos: -72.5,7.5 + rot: 3.141592653589793 rad + pos: -64.5,-53.5 parent: 2 - uid: 14062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-114.5 + rot: 3.141592653589793 rad + pos: -64.5,-52.5 parent: 2 - uid: 14063 components: - type: Transform - pos: 83.5,-74.5 + rot: 3.141592653589793 rad + pos: -63.5,-52.5 parent: 2 - uid: 14064 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-83.5 + pos: -61.5,-52.5 parent: 2 - uid: 14065 components: - type: Transform - pos: 90.5,-45.5 + rot: 3.141592653589793 rad + pos: -60.5,-52.5 parent: 2 - uid: 14066 components: - type: Transform - pos: 58.5,-95.5 + rot: 3.141592653589793 rad + pos: -59.5,-52.5 parent: 2 - uid: 14067 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-86.5 + pos: -59.5,-51.5 parent: 2 - uid: 14068 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-85.5 + pos: -59.5,-50.5 parent: 2 - uid: 14069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-94.5 + rot: 3.141592653589793 rad + pos: -59.5,-48.5 parent: 2 - uid: 14070 components: - type: Transform - pos: -34.5,-116.5 + rot: 3.141592653589793 rad + pos: -59.5,-47.5 parent: 2 - uid: 14071 components: - type: Transform rot: 3.141592653589793 rad - pos: 81.5,-72.5 + pos: -59.5,-46.5 parent: 2 - uid: 14072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-70.5 + pos: -58.5,-52.5 parent: 2 - uid: 14073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-73.5 + pos: -57.5,-52.5 parent: 2 - uid: 14074 components: - type: Transform - pos: 58.5,-96.5 + pos: -56.5,-52.5 parent: 2 - uid: 14075 components: - type: Transform - pos: 40.5,-90.5 + pos: -54.5,-52.5 parent: 2 - uid: 14076 components: - type: Transform - pos: 58.5,-98.5 + pos: -53.5,-52.5 parent: 2 - uid: 14077 components: - type: Transform - pos: 40.5,-89.5 + pos: -52.5,-52.5 parent: 2 - uid: 14078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-70.5 + pos: -49.5,-52.5 parent: 2 - uid: 14079 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-84.5 + pos: 34.5,-81.5 parent: 2 - uid: 14080 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-87.5 + pos: -41.5,-88.5 parent: 2 - uid: 14081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-82.5 + pos: -41.5,-92.5 parent: 2 - uid: 14082 components: - type: Transform rot: 3.141592653589793 rad - pos: 79.5,-91.5 + pos: -39.5,-92.5 parent: 2 - uid: 14083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-82.5 + pos: 79.5,-23.5 parent: 2 - uid: 14084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-82.5 + rot: -1.5707963267948966 rad + pos: 19.5,-84.5 parent: 2 - uid: 14085 components: - type: Transform - pos: -34.5,-115.5 + rot: -1.5707963267948966 rad + pos: 22.5,-85.5 parent: 2 - uid: 14086 components: - type: Transform - pos: -34.5,-114.5 + rot: -1.5707963267948966 rad + pos: 22.5,-86.5 parent: 2 - uid: 14087 components: - type: Transform - pos: -41.5,-120.5 + rot: -1.5707963267948966 rad + pos: 22.5,-87.5 parent: 2 - uid: 14088 components: - type: Transform rot: 3.141592653589793 rad - pos: -97.5,1.5 + pos: -15.5,-85.5 parent: 2 - uid: 14089 components: - type: Transform - pos: 42.5,-79.5 + rot: 3.141592653589793 rad + pos: -15.5,-84.5 parent: 2 - uid: 14090 components: - type: Transform - pos: 109.5,-50.5 + rot: 3.141592653589793 rad + pos: -15.5,-82.5 parent: 2 - uid: 14091 components: - type: Transform - pos: 103.5,-45.5 + rot: 3.141592653589793 rad + pos: -15.5,-81.5 parent: 2 - uid: 14092 components: - type: Transform - pos: 105.5,-45.5 + rot: 3.141592653589793 rad + pos: -15.5,-80.5 parent: 2 - uid: 14093 components: - type: Transform - pos: 109.5,-48.5 + rot: 3.141592653589793 rad + pos: -13.5,-80.5 parent: 2 - uid: 14094 components: - type: Transform - pos: 109.5,-49.5 + rot: 3.141592653589793 rad + pos: -12.5,-80.5 parent: 2 - uid: 14095 components: - type: Transform - pos: 108.5,-51.5 + rot: 3.141592653589793 rad + pos: -11.5,-80.5 parent: 2 - uid: 14096 components: - type: Transform - pos: 107.5,-44.5 + rot: 3.141592653589793 rad + pos: -11.5,-79.5 parent: 2 - uid: 14097 components: - type: Transform - pos: -41.5,-121.5 + rot: 3.141592653589793 rad + pos: -53.5,-87.5 parent: 2 - uid: 14098 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-4.5 + pos: -53.5,-88.5 parent: 2 - uid: 14099 components: - type: Transform - pos: -58.5,-73.5 + rot: 3.141592653589793 rad + pos: -53.5,-89.5 parent: 2 - uid: 14100 components: - type: Transform - pos: 76.5,-46.5 + rot: 3.141592653589793 rad + pos: -53.5,-90.5 parent: 2 - uid: 14101 components: - type: Transform - pos: -57.5,-77.5 + rot: 3.141592653589793 rad + pos: -49.5,-94.5 parent: 2 - uid: 14102 components: - type: Transform - pos: -58.5,-72.5 + rot: 3.141592653589793 rad + pos: -48.5,-94.5 parent: 2 - uid: 14103 components: - type: Transform - pos: -58.5,-75.5 + rot: 3.141592653589793 rad + pos: -47.5,-94.5 parent: 2 - uid: 14104 components: - type: Transform - pos: -58.5,-71.5 + rot: 3.141592653589793 rad + pos: -44.5,-94.5 parent: 2 - uid: 14105 components: - type: Transform - pos: -34.5,-112.5 + rot: 3.141592653589793 rad + pos: -43.5,-94.5 parent: 2 - uid: 14106 components: - type: Transform - pos: 89.5,-49.5 + rot: 3.141592653589793 rad + pos: -42.5,-94.5 parent: 2 - uid: 14107 components: - type: Transform - pos: 95.5,-44.5 + rot: 3.141592653589793 rad + pos: -41.5,-94.5 parent: 2 - uid: 14108 components: - type: Transform - pos: 92.5,-44.5 + rot: 3.141592653589793 rad + pos: -39.5,-94.5 parent: 2 - uid: 14109 components: - type: Transform - pos: 104.5,-52.5 + rot: 3.141592653589793 rad + pos: -50.5,-94.5 parent: 2 - uid: 14110 components: - type: Transform - pos: 104.5,-53.5 + rot: 3.141592653589793 rad + pos: -51.5,-94.5 parent: 2 - uid: 14111 components: - type: Transform - pos: 106.5,-44.5 + rot: 3.141592653589793 rad + pos: -52.5,-94.5 parent: 2 - uid: 14112 components: - type: Transform - pos: 109.5,-51.5 + rot: 3.141592653589793 rad + pos: -52.5,-93.5 parent: 2 - uid: 14113 components: - type: Transform rot: 3.141592653589793 rad - pos: 111.5,-57.5 + pos: 22.5,-83.5 parent: 2 - uid: 14114 components: - type: Transform - pos: 94.5,-52.5 + rot: 3.141592653589793 rad + pos: 22.5,-82.5 parent: 2 - uid: 14115 components: - type: Transform - pos: 95.5,-54.5 + rot: 3.141592653589793 rad + pos: 22.5,-81.5 parent: 2 - uid: 14116 components: - type: Transform - pos: 85.5,-74.5 + rot: 3.141592653589793 rad + pos: 22.5,-80.5 parent: 2 - uid: 14117 components: - type: Transform - pos: 96.5,-52.5 + rot: 3.141592653589793 rad + pos: 22.5,-76.5 parent: 2 - uid: 14118 components: - type: Transform - pos: 82.5,-74.5 + rot: 3.141592653589793 rad + pos: 22.5,-75.5 parent: 2 - uid: 14119 components: - type: Transform - pos: 97.5,-54.5 + rot: 3.141592653589793 rad + pos: 23.5,-78.5 parent: 2 - uid: 14120 components: - type: Transform - pos: 84.5,-74.5 + rot: 3.141592653589793 rad + pos: 24.5,-78.5 parent: 2 - uid: 14121 components: - type: Transform - pos: 89.5,-74.5 + rot: 3.141592653589793 rad + pos: 25.5,-78.5 parent: 2 - uid: 14122 components: - type: Transform - pos: 87.5,-74.5 + rot: 3.141592653589793 rad + pos: 26.5,-78.5 parent: 2 - uid: 14123 components: - type: Transform - pos: 89.5,-76.5 + rot: 3.141592653589793 rad + pos: 27.5,-78.5 parent: 2 - uid: 14124 components: - type: Transform - pos: 89.5,-75.5 + rot: 3.141592653589793 rad + pos: 30.5,-78.5 parent: 2 - uid: 14125 components: - type: Transform - pos: 86.5,-74.5 + rot: 3.141592653589793 rad + pos: 31.5,-78.5 parent: 2 - uid: 14126 components: - type: Transform - pos: 94.5,-44.5 + pos: -37.5,-92.5 parent: 2 - uid: 14127 components: - type: Transform - pos: 109.5,-44.5 + pos: -39.5,-93.5 parent: 2 - uid: 14128 components: - type: Transform - pos: 89.5,-52.5 + rot: 3.141592653589793 rad + pos: -53.5,8.5 parent: 2 - uid: 14129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,-45.5 + pos: 33.5,-23.5 parent: 2 - uid: 14130 components: - type: Transform - pos: 98.5,-47.5 + rot: 3.141592653589793 rad + pos: -57.5,2.5 parent: 2 - uid: 14131 components: - type: Transform - pos: 94.5,-54.5 + pos: -49.5,-90.5 parent: 2 - uid: 14132 components: - type: Transform - pos: 99.5,-45.5 + pos: -49.5,-89.5 parent: 2 - uid: 14133 components: - type: Transform - pos: 100.5,-45.5 + pos: -46.5,-88.5 parent: 2 - uid: 14134 components: - type: Transform - pos: 100.5,-49.5 + pos: -46.5,-89.5 parent: 2 - uid: 14135 components: - type: Transform - pos: 100.5,-48.5 + rot: 3.141592653589793 rad + pos: -57.5,-3.5 parent: 2 - uid: 14136 components: - type: Transform - pos: 102.5,-45.5 + rot: 3.141592653589793 rad + pos: -57.5,-1.5 parent: 2 - uid: 14137 components: - type: Transform - pos: 88.5,-48.5 + rot: 3.141592653589793 rad + pos: -57.5,-0.5 parent: 2 - uid: 14138 components: - type: Transform - pos: 109.5,-45.5 + rot: 3.141592653589793 rad + pos: -57.5,0.5 parent: 2 - uid: 14139 components: - type: Transform - pos: 104.5,-45.5 + rot: 3.141592653589793 rad + pos: -52.5,9.5 parent: 2 - uid: 14140 components: - type: Transform rot: 3.141592653589793 rad - pos: 111.5,-59.5 + pos: -50.5,9.5 parent: 2 - uid: 14141 components: - type: Transform - pos: 100.5,-47.5 + rot: 3.141592653589793 rad + pos: -49.5,9.5 parent: 2 - uid: 14142 components: - type: Transform - pos: 96.5,-44.5 + rot: 3.141592653589793 rad + pos: -62.5,-29.5 parent: 2 - uid: 14143 components: - type: Transform - pos: 89.5,-48.5 + rot: 3.141592653589793 rad + pos: -63.5,-29.5 parent: 2 - uid: 14144 components: - type: Transform - pos: 91.5,-45.5 + rot: 3.141592653589793 rad + pos: 28.5,-93.5 parent: 2 - uid: 14145 components: - type: Transform - pos: 89.5,-77.5 + rot: 3.141592653589793 rad + pos: -65.5,-29.5 parent: 2 - uid: 14146 components: - type: Transform - pos: 89.5,-50.5 + rot: 3.141592653589793 rad + pos: -66.5,-29.5 parent: 2 - uid: 14147 components: - type: Transform - pos: 91.5,-44.5 + rot: 3.141592653589793 rad + pos: -67.5,-29.5 parent: 2 - uid: 14148 components: - type: Transform - pos: 88.5,-74.5 + rot: 3.141592653589793 rad + pos: -68.5,-31.5 parent: 2 - uid: 14149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,-45.5 + rot: 3.141592653589793 rad + pos: -68.5,-30.5 parent: 2 - uid: 14150 components: - type: Transform - pos: 95.5,-52.5 + rot: 3.141592653589793 rad + pos: -68.5,-29.5 parent: 2 - uid: 14151 components: - type: Transform - pos: 96.5,-54.5 + rot: 3.141592653589793 rad + pos: -68.5,-28.5 parent: 2 - uid: 14152 components: - type: Transform - pos: 108.5,-44.5 + rot: 3.141592653589793 rad + pos: -68.5,-27.5 parent: 2 - uid: 14153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,-45.5 + rot: 3.141592653589793 rad + pos: -68.5,-26.5 parent: 2 - uid: 14154 components: - type: Transform - pos: 97.5,-52.5 + rot: 3.141592653589793 rad + pos: -68.5,-25.5 parent: 2 - uid: 14155 components: - type: Transform - pos: 88.5,-45.5 + rot: 3.141592653589793 rad + pos: -68.5,-24.5 parent: 2 - uid: 14156 components: - type: Transform - pos: 81.5,-74.5 + rot: 3.141592653589793 rad + pos: -68.5,-23.5 parent: 2 - uid: 14157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-53.5 + rot: 3.141592653589793 rad + pos: -63.5,-21.5 parent: 2 - uid: 14158 components: - type: Transform - pos: 35.5,27.5 + rot: 3.141592653589793 rad + pos: -64.5,-21.5 parent: 2 - uid: 14159 components: - type: Transform - pos: 35.5,29.5 + rot: 3.141592653589793 rad + pos: -66.5,-21.5 parent: 2 - uid: 14160 components: - type: Transform rot: 3.141592653589793 rad - pos: 67.5,-73.5 + pos: -67.5,-21.5 parent: 2 - uid: 14161 components: - type: Transform rot: 3.141592653589793 rad - pos: 68.5,-73.5 + pos: -68.5,-21.5 parent: 2 - uid: 14162 components: - type: Transform rot: 3.141592653589793 rad - pos: 69.5,-73.5 + pos: -64.5,-20.5 parent: 2 - uid: 14163 components: - type: Transform rot: 3.141592653589793 rad - pos: 69.5,-72.5 + pos: -64.5,-18.5 parent: 2 - uid: 14164 components: - type: Transform rot: 3.141592653589793 rad - pos: 70.5,-72.5 + pos: -64.5,-17.5 parent: 2 - uid: 14165 components: - type: Transform rot: 3.141592653589793 rad - pos: 71.5,-72.5 + pos: -64.5,-15.5 parent: 2 - uid: 14166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-72.5 + pos: -70.5,-29.5 parent: 2 - uid: 14167 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-72.5 + pos: -70.5,-30.5 parent: 2 - uid: 14168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-72.5 + pos: -70.5,-32.5 parent: 2 - uid: 14169 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-72.5 + pos: -70.5,-33.5 parent: 2 - uid: 14170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-73.5 + pos: -71.5,-33.5 parent: 2 - uid: 14171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-73.5 + rot: 1.5707963267948966 rad + pos: 42.5,-88.5 parent: 2 - uid: 14172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-73.5 + rot: 1.5707963267948966 rad + pos: 41.5,-88.5 parent: 2 - uid: 14173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-93.5 + rot: 1.5707963267948966 rad + pos: 40.5,-88.5 parent: 2 - uid: 14174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-119.5 + rot: 1.5707963267948966 rad + pos: 41.5,-95.5 parent: 2 - uid: 14175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-119.5 + rot: 1.5707963267948966 rad + pos: 42.5,-95.5 parent: 2 - uid: 14176 components: - type: Transform - pos: 22.5,20.5 + rot: 1.5707963267948966 rad + pos: 43.5,-95.5 parent: 2 - uid: 14177 components: - type: Transform - pos: 22.5,21.5 + rot: 1.5707963267948966 rad + pos: 44.5,-95.5 parent: 2 - uid: 14178 components: - type: Transform - pos: 22.5,22.5 + rot: 1.5707963267948966 rad + pos: 44.5,-94.5 parent: 2 - uid: 14179 components: - type: Transform - pos: 79.5,-45.5 + rot: 1.5707963267948966 rad + pos: 44.5,-93.5 parent: 2 - uid: 14180 components: - type: Transform - pos: 78.5,-46.5 + rot: 1.5707963267948966 rad + pos: 44.5,-92.5 parent: 2 - uid: 14181 components: - type: Transform - pos: 77.5,-46.5 + rot: 1.5707963267948966 rad + pos: 51.5,-101.5 parent: 2 - uid: 14182 components: - type: Transform - pos: 74.5,-46.5 + rot: 1.5707963267948966 rad + pos: 50.5,-101.5 parent: 2 - uid: 14183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,14.5 + rot: 1.5707963267948966 rad + pos: 49.5,-101.5 parent: 2 - uid: 14184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,14.5 + rot: 1.5707963267948966 rad + pos: 49.5,-98.5 parent: 2 - uid: 14185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,14.5 + rot: 1.5707963267948966 rad + pos: 51.5,-98.5 parent: 2 - uid: 14186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,14.5 + pos: 51.5,-100.5 parent: 2 - uid: 14187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,14.5 + pos: 51.5,-99.5 parent: 2 - uid: 14188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,13.5 + rot: -1.5707963267948966 rad + pos: 45.5,-95.5 parent: 2 - uid: 14189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,13.5 + rot: 1.5707963267948966 rad + pos: 47.5,-95.5 parent: 2 - uid: 14190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,14.5 + rot: -1.5707963267948966 rad + pos: 48.5,-98.5 parent: 2 - uid: 14191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,14.5 + rot: -1.5707963267948966 rad + pos: 47.5,-98.5 parent: 2 - uid: 14192 components: - type: Transform - pos: -65.5,3.5 + rot: -1.5707963267948966 rad + pos: 47.5,-99.5 parent: 2 - uid: 14193 components: - type: Transform - pos: -64.5,3.5 + rot: -1.5707963267948966 rad + pos: 47.5,-101.5 parent: 2 - uid: 14194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,7.5 + rot: -1.5707963267948966 rad + pos: 47.5,-100.5 parent: 2 - uid: 14195 components: - type: Transform - pos: -66.5,-3.5 + rot: -1.5707963267948966 rad + pos: 48.5,-101.5 parent: 2 - uid: 14196 components: - type: Transform - pos: -67.5,-3.5 + pos: 30.5,24.5 parent: 2 - uid: 14197 components: - type: Transform - pos: -68.5,-3.5 + pos: 30.5,25.5 parent: 2 - uid: 14198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-27.5 + pos: 31.5,25.5 parent: 2 - uid: 14199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-26.5 + pos: 32.5,25.5 parent: 2 - uid: 14200 components: - type: Transform - pos: -55.5,-104.5 + pos: 14.5,-93.5 parent: 2 - uid: 14201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-96.5 + pos: 35.5,25.5 parent: 2 - uid: 14202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-95.5 + pos: 36.5,25.5 parent: 2 - uid: 14203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-98.5 + pos: 37.5,25.5 parent: 2 - uid: 14204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-99.5 + pos: 38.5,25.5 parent: 2 - uid: 14205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-101.5 + pos: 39.5,25.5 parent: 2 - uid: 14206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-100.5 + pos: 40.5,25.5 parent: 2 - uid: 14207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-103.5 + pos: 41.5,25.5 parent: 2 - uid: 14208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-103.5 + pos: 41.5,23.5 parent: 2 - uid: 14209 components: - type: Transform - pos: -55.5,-106.5 + pos: 41.5,22.5 parent: 2 - uid: 14210 components: - type: Transform - pos: -54.5,-106.5 + pos: 41.5,21.5 parent: 2 - uid: 14211 components: - type: Transform - pos: -53.5,-106.5 + pos: 15.5,-93.5 parent: 2 - uid: 14212 components: - type: Transform - pos: -52.5,-106.5 + pos: 41.5,19.5 parent: 2 - uid: 14213 components: - type: Transform - pos: -51.5,-106.5 + pos: 41.5,18.5 parent: 2 - uid: 14214 components: - type: Transform - pos: -49.5,-106.5 + pos: 41.5,17.5 parent: 2 - uid: 14215 components: - type: Transform - pos: -49.5,-105.5 + rot: 3.141592653589793 rad + pos: 29.5,-106.5 parent: 2 - uid: 14216 components: - type: Transform - pos: -48.5,-105.5 + rot: 3.141592653589793 rad + pos: 28.5,-90.5 parent: 2 - uid: 14217 components: - type: Transform - pos: -47.5,-105.5 + rot: 3.141592653589793 rad + pos: 28.5,-92.5 parent: 2 - uid: 14218 components: - type: Transform - pos: -42.5,-105.5 + pos: 9.5,-93.5 parent: 2 - uid: 14219 components: - type: Transform - pos: -40.5,-105.5 + pos: 15.5,-92.5 parent: 2 - uid: 14220 components: - type: Transform - pos: -38.5,-105.5 + pos: 14.5,-92.5 parent: 2 - uid: 14221 components: - type: Transform - pos: -37.5,-105.5 + pos: 13.5,-92.5 parent: 2 - uid: 14222 components: - type: Transform - pos: -38.5,-107.5 + pos: 11.5,-92.5 parent: 2 - uid: 14223 components: - type: Transform - pos: -38.5,-108.5 + pos: 10.5,-92.5 parent: 2 - uid: 14224 components: - type: Transform - pos: -38.5,-109.5 + pos: 9.5,-92.5 parent: 2 - uid: 14225 components: - type: Transform - pos: -36.5,-109.5 + rot: 1.5707963267948966 rad + pos: 8.5,-100.5 parent: 2 - uid: 14226 components: - type: Transform - pos: -35.5,-109.5 + rot: 1.5707963267948966 rad + pos: 9.5,-100.5 parent: 2 - uid: 14227 components: - type: Transform - pos: -33.5,-109.5 + rot: 1.5707963267948966 rad + pos: 10.5,-100.5 parent: 2 - uid: 14228 components: - type: Transform - pos: -32.5,-109.5 + rot: 1.5707963267948966 rad + pos: 11.5,-100.5 parent: 2 - uid: 14229 components: - type: Transform - pos: -31.5,-109.5 + rot: 1.5707963267948966 rad + pos: 8.5,-98.5 parent: 2 - uid: 14230 components: - type: Transform - pos: -30.5,-109.5 + rot: 1.5707963267948966 rad + pos: 9.5,-98.5 parent: 2 - uid: 14231 components: - type: Transform - pos: -28.5,-110.5 + rot: 1.5707963267948966 rad + pos: 10.5,-98.5 parent: 2 - uid: 14232 components: - type: Transform - pos: -27.5,-110.5 + rot: 1.5707963267948966 rad + pos: 11.5,-98.5 parent: 2 - uid: 14233 components: - type: Transform - pos: -26.5,-110.5 + rot: 1.5707963267948966 rad + pos: 11.5,-96.5 parent: 2 - uid: 14234 components: - type: Transform - pos: -26.5,-109.5 + rot: 1.5707963267948966 rad + pos: 9.5,-96.5 parent: 2 - uid: 14235 components: - type: Transform - pos: -26.5,-106.5 + rot: 1.5707963267948966 rad + pos: 8.5,-96.5 parent: 2 - uid: 14236 components: - type: Transform - pos: -26.5,-105.5 + rot: 1.5707963267948966 rad + pos: 10.5,-96.5 parent: 2 - uid: 14237 components: - type: Transform - pos: -41.5,-110.5 + rot: 3.141592653589793 rad + pos: 20.5,-87.5 parent: 2 - uid: 14238 components: - type: Transform - pos: -41.5,-109.5 + rot: 3.141592653589793 rad + pos: 28.5,-85.5 parent: 2 - uid: 14239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-105.5 + pos: -39.5,9.5 parent: 2 - uid: 14240 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-105.5 + pos: -39.5,10.5 parent: 2 - uid: 14241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-112.5 + pos: -43.5,21.5 parent: 2 - uid: 14242 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-113.5 + pos: -51.5,21.5 parent: 2 - uid: 14243 components: - type: Transform - pos: -55.5,-115.5 + pos: -49.5,21.5 parent: 2 - uid: 14244 components: - type: Transform - pos: -52.5,-119.5 + pos: -41.5,21.5 parent: 2 - uid: 14245 components: - type: Transform - pos: -51.5,-118.5 + pos: -24.5,15.5 parent: 2 - uid: 14246 components: - type: Transform - pos: -50.5,-118.5 + rot: 3.141592653589793 rad + pos: -77.5,-30.5 parent: 2 - uid: 14247 components: - type: Transform - pos: -49.5,-118.5 + pos: -39.5,11.5 parent: 2 - uid: 14248 components: - type: Transform - pos: -48.5,-118.5 + pos: -38.5,11.5 parent: 2 - uid: 14249 components: - type: Transform - pos: -48.5,-119.5 + pos: -37.5,11.5 parent: 2 - uid: 14250 components: - type: Transform - pos: -47.5,-119.5 + pos: -36.5,11.5 parent: 2 - uid: 14251 components: - type: Transform - pos: -46.5,-119.5 + pos: -34.5,12.5 parent: 2 - uid: 14252 components: - type: Transform - pos: -44.5,-119.5 + pos: -34.5,13.5 parent: 2 - uid: 14253 components: - type: Transform - pos: -43.5,-119.5 + pos: -34.5,14.5 parent: 2 - uid: 14254 components: - type: Transform - pos: -55.5,-111.5 + pos: -34.5,15.5 parent: 2 - uid: 14255 components: - type: Transform - pos: -55.5,-110.5 + pos: -34.5,16.5 parent: 2 - uid: 14256 components: - type: Transform - pos: -55.5,-109.5 + pos: -33.5,16.5 parent: 2 - uid: 14257 components: - type: Transform - pos: -55.5,-116.5 + pos: -32.5,16.5 parent: 2 - uid: 14258 components: - type: Transform - pos: -55.5,-114.5 + pos: -31.5,16.5 parent: 2 - uid: 14259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-22.5 + pos: -28.5,16.5 parent: 2 - uid: 14260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-22.5 + pos: -27.5,16.5 parent: 2 - uid: 14261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-22.5 + pos: -26.5,16.5 parent: 2 - uid: 14262 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-22.5 + pos: -24.5,16.5 parent: 2 - uid: 14263 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-21.5 + pos: -23.5,15.5 parent: 2 - uid: 14264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-19.5 + pos: -22.5,15.5 parent: 2 - uid: 14265 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-18.5 + pos: -21.5,15.5 parent: 2 - uid: 14266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-18.5 + pos: -19.5,15.5 parent: 2 - uid: 14267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-17.5 + pos: -18.5,15.5 parent: 2 - uid: 14268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-15.5 + pos: -17.5,15.5 parent: 2 - uid: 14269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-14.5 + pos: -13.5,14.5 parent: 2 - uid: 14270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-13.5 + pos: -17.5,14.5 parent: 2 - uid: 14271 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-12.5 + pos: -17.5,13.5 parent: 2 - uid: 14272 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-11.5 + pos: -16.5,13.5 parent: 2 - uid: 14273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-10.5 + pos: -14.5,13.5 parent: 2 - uid: 14274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-9.5 + pos: -13.5,13.5 parent: 2 - uid: 14275 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-7.5 + pos: -64.5,-13.5 parent: 2 - uid: 14276 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-6.5 + pos: -64.5,-12.5 parent: 2 - uid: 14277 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-5.5 + pos: -64.5,-11.5 parent: 2 - uid: 14278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-5.5 + pos: -64.5,-10.5 parent: 2 - uid: 14279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-5.5 + pos: -64.5,-9.5 parent: 2 - uid: 14280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-5.5 + pos: -64.5,-7.5 parent: 2 - uid: 14281 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-5.5 + pos: -64.5,-6.5 parent: 2 - uid: 14282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-5.5 + pos: -63.5,-6.5 parent: 2 - uid: 14283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-3.5 + pos: -62.5,-6.5 parent: 2 - uid: 14284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-2.5 + pos: -61.5,-6.5 parent: 2 - uid: 14285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-1.5 + pos: -60.5,-6.5 parent: 2 - uid: 14286 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,0.5 + pos: -58.5,-6.5 parent: 2 - uid: 14287 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,2.5 + pos: -57.5,-6.5 parent: 2 - uid: 14288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,3.5 + pos: -57.5,-5.5 parent: 2 - uid: 14289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,4.5 + pos: 74.5,-20.5 parent: 2 - uid: 14290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,5.5 + pos: 74.5,-19.5 parent: 2 - uid: 14291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-6.5 + pos: 74.5,-17.5 parent: 2 - uid: 14292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-8.5 + pos: 43.5,18.5 parent: 2 - uid: 14293 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-9.5 + pos: 44.5,18.5 parent: 2 - uid: 14294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-12.5 + pos: 45.5,18.5 parent: 2 - uid: 14295 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-13.5 + pos: -13.5,-87.5 parent: 2 - uid: 14296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-14.5 + pos: 22.5,19.5 parent: 2 - uid: 14297 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-15.5 + pos: -56.5,-86.5 parent: 2 - uid: 14298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-14.5 + pos: -57.5,-86.5 parent: 2 - uid: 14299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-14.5 + pos: 106.5,-43.5 parent: 2 - uid: 14300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-15.5 + rot: 1.5707963267948966 rad + pos: 80.5,-74.5 parent: 2 - uid: 14301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-16.5 + rot: 1.5707963267948966 rad + pos: 80.5,-75.5 parent: 2 - uid: 14302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-20.5 + rot: 1.5707963267948966 rad + pos: 80.5,-76.5 parent: 2 - uid: 14303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-21.5 + rot: 1.5707963267948966 rad + pos: 79.5,-76.5 parent: 2 - uid: 14304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-20.5 + rot: 1.5707963267948966 rad + pos: 79.5,-77.5 parent: 2 - uid: 14305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,3.5 + rot: 1.5707963267948966 rad + pos: 79.5,-78.5 parent: 2 - uid: 14306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,3.5 + pos: 63.5,-76.5 parent: 2 - uid: 14307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,10.5 + pos: 62.5,-76.5 parent: 2 - uid: 14308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,10.5 + pos: 62.5,-77.5 parent: 2 - uid: 14309 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,10.5 + pos: 62.5,-78.5 parent: 2 - uid: 14310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,10.5 + pos: 61.5,-79.5 parent: 2 - uid: 14311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,10.5 + pos: 61.5,-80.5 parent: 2 - uid: 14312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,10.5 + pos: 61.5,-81.5 parent: 2 - uid: 14313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,10.5 + pos: 60.5,-81.5 parent: 2 - uid: 14314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,11.5 + pos: 60.5,-82.5 parent: 2 - uid: 14315 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,12.5 + pos: 60.5,-83.5 parent: 2 - uid: 14316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,13.5 + pos: 60.5,-84.5 parent: 2 - uid: 14317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,13.5 + pos: 60.5,-85.5 parent: 2 - uid: 14318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,13.5 + pos: 85.5,-15.5 parent: 2 - uid: 14319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,13.5 + pos: 85.5,-16.5 parent: 2 - uid: 14320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,13.5 + pos: 85.5,-17.5 parent: 2 - uid: 14321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,13.5 + pos: 85.5,-18.5 parent: 2 - uid: 14322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,13.5 + pos: 86.5,-18.5 parent: 2 - uid: 14323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,13.5 + pos: 87.5,-18.5 parent: 2 - uid: 14324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,13.5 + pos: 88.5,-18.5 parent: 2 - uid: 14325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,14.5 + pos: 89.5,-18.5 parent: 2 - uid: 14326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,15.5 + pos: 85.5,-14.5 parent: 2 - uid: 14327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,16.5 + pos: 86.5,-14.5 parent: 2 - uid: 14328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,17.5 + pos: 86.5,-13.5 parent: 2 - uid: 14329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,17.5 + pos: 48.5,25.5 parent: 2 - uid: 14330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,17.5 + pos: 48.5,26.5 parent: 2 - uid: 14331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,17.5 + pos: 47.5,26.5 parent: 2 - uid: 14332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,17.5 + rot: 3.141592653589793 rad + pos: 21.5,25.5 parent: 2 - uid: 14333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,17.5 + rot: 3.141592653589793 rad + pos: 21.5,24.5 parent: 2 - uid: 14334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,17.5 + rot: 3.141592653589793 rad + pos: 21.5,23.5 parent: 2 - uid: 14335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,17.5 + pos: -78.5,-3.5 parent: 2 - uid: 14336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,17.5 + pos: -11.5,27.5 parent: 2 - uid: 14337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,17.5 + pos: -12.5,27.5 parent: 2 - uid: 14338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,17.5 + pos: -12.5,26.5 parent: 2 - uid: 14339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,18.5 + pos: 7.5,28.5 parent: 2 - uid: 14340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,19.5 + pos: 7.5,29.5 parent: 2 - uid: 14341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,20.5 + pos: 5.5,29.5 parent: 2 - uid: 14342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,21.5 + pos: 4.5,29.5 parent: 2 - uid: 14343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,22.5 + pos: 4.5,30.5 parent: 2 - uid: 14344 components: - type: Transform - pos: -83.5,20.5 + pos: -3.5,30.5 parent: 2 - uid: 14345 components: - type: Transform - pos: -80.5,20.5 + pos: -3.5,29.5 parent: 2 - uid: 14346 components: - type: Transform - pos: -85.5,20.5 + pos: -5.5,29.5 parent: 2 - uid: 14347 components: - type: Transform - pos: -81.5,20.5 + pos: -6.5,29.5 parent: 2 - uid: 14348 components: - type: Transform - pos: -84.5,20.5 + pos: -6.5,28.5 parent: 2 - uid: 14349 components: - type: Transform - pos: -69.5,-103.5 + pos: -1.5,30.5 parent: 2 - uid: 14350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,-5.5 + pos: -0.5,30.5 parent: 2 - uid: 14351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-8.5 + pos: 0.5,30.5 parent: 2 - uid: 14352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-9.5 + pos: 1.5,30.5 parent: 2 - uid: 14353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-10.5 + pos: 3.5,30.5 parent: 2 - uid: 14354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-11.5 + pos: -58.5,15.5 parent: 2 - uid: 14355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-12.5 + pos: -22.5,20.5 parent: 2 - uid: 14356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-12.5 + pos: -57.5,16.5 parent: 2 - uid: 14357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-13.5 + pos: -21.5,20.5 parent: 2 - uid: 14358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-14.5 + pos: -25.5,20.5 parent: 2 - uid: 14359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-14.5 + pos: -57.5,15.5 parent: 2 - uid: 14360 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-14.5 + pos: -27.5,20.5 parent: 2 - uid: 14361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-15.5 + pos: -28.5,20.5 parent: 2 - uid: 14362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-16.5 + pos: -29.5,20.5 parent: 2 - uid: 14363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-16.5 + pos: -35.5,-121.5 parent: 2 - uid: 14364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-35.5 + pos: -33.5,-121.5 parent: 2 - uid: 14365 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-34.5 + pos: -81.5,-58.5 parent: 2 - uid: 14366 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-33.5 + pos: -79.5,-54.5 parent: 2 - uid: 14367 components: - type: Transform rot: 3.141592653589793 rad - pos: -78.5,-33.5 + pos: -80.5,-56.5 parent: 2 - uid: 14368 components: - type: Transform - pos: -86.5,7.5 + rot: 3.141592653589793 rad + pos: -80.5,-57.5 parent: 2 - uid: 14369 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-20.5 + pos: -80.5,-58.5 parent: 2 - uid: 14370 components: - type: Transform - pos: -85.5,7.5 + rot: 3.141592653589793 rad + pos: -81.5,-59.5 parent: 2 - uid: 14371 components: - type: Transform - pos: -85.5,8.5 + rot: 3.141592653589793 rad + pos: -81.5,-62.5 parent: 2 - uid: 14372 components: - type: Transform - pos: -85.5,9.5 + rot: 3.141592653589793 rad + pos: -81.5,-63.5 parent: 2 - uid: 14373 components: - type: Transform - pos: -84.5,9.5 + rot: 3.141592653589793 rad + pos: -81.5,-64.5 parent: 2 - uid: 14374 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-114.5 + pos: -81.5,-65.5 parent: 2 - uid: 14375 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,-109.5 + pos: -81.5,-67.5 parent: 2 - uid: 14376 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,-109.5 + pos: -80.5,-67.5 parent: 2 - uid: 14377 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-109.5 + pos: -80.5,-68.5 parent: 2 - uid: 14378 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-109.5 + pos: -80.5,-69.5 parent: 2 - uid: 14379 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-109.5 + pos: -80.5,-70.5 parent: 2 - uid: 14380 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-110.5 + pos: -79.5,-72.5 parent: 2 - uid: 14381 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-111.5 + pos: -79.5,-73.5 parent: 2 - uid: 14382 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-112.5 + pos: -78.5,-73.5 parent: 2 - uid: 14383 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-112.5 + pos: -77.5,-73.5 parent: 2 - uid: 14384 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-113.5 + pos: -77.5,-74.5 parent: 2 - uid: 14385 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-114.5 + pos: -77.5,-75.5 parent: 2 - uid: 14386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-115.5 + pos: -60.5,-90.5 parent: 2 - uid: 14387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-116.5 + rot: 1.5707963267948966 rad + pos: -39.5,-114.5 parent: 2 - uid: 14388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-119.5 + rot: 1.5707963267948966 rad + pos: -39.5,-115.5 parent: 2 - uid: 14389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-122.5 + rot: 1.5707963267948966 rad + pos: -38.5,-115.5 parent: 2 - uid: 14390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-123.5 + rot: 1.5707963267948966 rad + pos: -38.5,-113.5 parent: 2 - uid: 14391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-124.5 + rot: 1.5707963267948966 rad + pos: -38.5,-114.5 parent: 2 - uid: 14392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-123.5 + rot: 1.5707963267948966 rad + pos: -39.5,-113.5 parent: 2 - uid: 14393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-123.5 + pos: -33.5,-118.5 parent: 2 - uid: 14394 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,-123.5 + pos: 41.5,-113.5 parent: 2 - uid: 14395 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-124.5 + pos: 40.5,-113.5 parent: 2 - uid: 14396 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-124.5 + pos: 39.5,-113.5 parent: 2 - uid: 14397 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-125.5 + pos: 38.5,-113.5 parent: 2 - uid: 14398 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-126.5 + pos: 37.5,-113.5 parent: 2 - uid: 14399 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,-126.5 + pos: 36.5,-113.5 parent: 2 - uid: 14400 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-126.5 + pos: 35.5,-113.5 parent: 2 - uid: 14401 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-126.5 + pos: 34.5,-113.5 parent: 2 - uid: 14402 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-99.5 + pos: 33.5,-113.5 parent: 2 - uid: 14403 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-126.5 + pos: 32.5,-113.5 parent: 2 - uid: 14404 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-126.5 + pos: 32.5,-112.5 parent: 2 - uid: 14405 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-126.5 + pos: 29.5,-105.5 parent: 2 - uid: 14406 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-119.5 + pos: 28.5,-105.5 parent: 2 - uid: 14407 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-118.5 + pos: 34.5,-105.5 parent: 2 - uid: 14408 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-118.5 + pos: 35.5,-105.5 parent: 2 - uid: 14409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-118.5 + pos: 36.5,-105.5 parent: 2 - uid: 14410 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-115.5 + pos: 37.5,-105.5 parent: 2 - uid: 14411 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-114.5 + pos: 38.5,-105.5 parent: 2 - uid: 14412 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-113.5 + pos: 39.5,-105.5 parent: 2 - uid: 14413 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-112.5 + pos: 40.5,-105.5 parent: 2 - uid: 14414 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-93.5 + pos: 41.5,-105.5 parent: 2 - uid: 14415 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-94.5 + pos: 42.5,-105.5 parent: 2 - uid: 14416 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-95.5 + pos: 43.5,-105.5 parent: 2 - uid: 14417 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-96.5 + pos: 44.5,-105.5 parent: 2 - uid: 14418 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-97.5 + pos: 34.5,-104.5 parent: 2 - uid: 14419 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-98.5 + pos: 34.5,-102.5 parent: 2 - uid: 14420 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-99.5 + pos: 34.5,-101.5 parent: 2 - uid: 14421 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-100.5 + pos: 34.5,-100.5 parent: 2 - uid: 14422 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-101.5 + pos: 34.5,-99.5 parent: 2 - uid: 14423 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-102.5 + pos: 34.5,-98.5 parent: 2 - uid: 14424 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-103.5 + pos: 34.5,-97.5 parent: 2 - uid: 14425 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-104.5 + pos: 34.5,-96.5 parent: 2 - uid: 14426 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-104.5 + pos: 34.5,-95.5 parent: 2 - uid: 14427 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-105.5 + pos: 34.5,-94.5 parent: 2 - uid: 14428 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-106.5 + pos: 34.5,-93.5 parent: 2 - uid: 14429 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-107.5 + pos: 34.5,-92.5 parent: 2 - uid: 14430 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-108.5 + pos: 34.5,-91.5 parent: 2 - uid: 14431 components: - type: Transform - pos: -79.5,20.5 + rot: 3.141592653589793 rad + pos: 34.5,-90.5 parent: 2 - uid: 14432 components: - type: Transform - pos: -82.5,23.5 + rot: 3.141592653589793 rad + pos: 34.5,-89.5 parent: 2 - uid: 14433 components: - type: Transform rot: 3.141592653589793 rad - pos: 91.5,-79.5 + pos: 34.5,-88.5 parent: 2 - uid: 14434 components: - type: Transform rot: 3.141592653589793 rad - pos: 92.5,-79.5 + pos: 34.5,-87.5 parent: 2 - uid: 14435 components: - type: Transform rot: 3.141592653589793 rad - pos: 93.5,-79.5 + pos: 34.5,-86.5 parent: 2 - uid: 14436 components: - type: Transform - pos: 73.5,-72.5 + rot: 3.141592653589793 rad + pos: 34.5,-85.5 parent: 2 - uid: 14437 components: - type: Transform - pos: 74.5,-72.5 + rot: 3.141592653589793 rad + pos: 34.5,-84.5 parent: 2 - uid: 14438 components: - type: Transform - pos: 35.5,30.5 + pos: 21.5,26.5 parent: 2 - uid: 14439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,27.5 + rot: 3.141592653589793 rad + pos: 28.5,-84.5 parent: 2 - uid: 14440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,27.5 + rot: 3.141592653589793 rad + pos: 33.5,-107.5 parent: 2 - uid: 14441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,27.5 + rot: 3.141592653589793 rad + pos: 33.5,-108.5 parent: 2 - uid: 14442 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,30.5 + pos: 33.5,-109.5 parent: 2 - uid: 14443 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,31.5 + pos: 33.5,-110.5 parent: 2 - uid: 14444 components: - type: Transform - pos: 41.5,30.5 + rot: 3.141592653589793 rad + pos: 55.5,-106.5 parent: 2 - uid: 14445 components: - type: Transform - pos: 41.5,31.5 + rot: 3.141592653589793 rad + pos: 46.5,-107.5 parent: 2 - uid: 14446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-58.5 + rot: 3.141592653589793 rad + pos: 46.5,-108.5 parent: 2 - uid: 14447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-62.5 + rot: 3.141592653589793 rad + pos: 46.5,-109.5 parent: 2 - uid: 14448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-63.5 + rot: 3.141592653589793 rad + pos: 46.5,-110.5 parent: 2 - uid: 14449 components: - type: Transform - pos: 95.5,-57.5 + rot: 3.141592653589793 rad + pos: 46.5,-111.5 parent: 2 - uid: 14450 components: - type: Transform - pos: 96.5,-57.5 + rot: 3.141592653589793 rad + pos: 46.5,-112.5 parent: 2 - uid: 14451 components: - type: Transform - pos: 97.5,-57.5 + rot: 3.141592653589793 rad + pos: 46.5,-113.5 parent: 2 - uid: 14452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-57.5 + rot: 3.141592653589793 rad + pos: 45.5,-113.5 parent: 2 - uid: 14453 components: - type: Transform - pos: 99.5,-57.5 + rot: 3.141592653589793 rad + pos: 49.5,-112.5 parent: 2 - uid: 14454 components: - type: Transform - pos: 100.5,-57.5 + rot: 3.141592653589793 rad + pos: 49.5,-111.5 parent: 2 - uid: 14455 components: - type: Transform - pos: 101.5,-57.5 + rot: 3.141592653589793 rad + pos: 50.5,-111.5 parent: 2 - uid: 14456 components: - type: Transform - pos: 101.5,-58.5 + rot: 3.141592653589793 rad + pos: 51.5,-111.5 parent: 2 - uid: 14457 components: - type: Transform - pos: 101.5,-59.5 + rot: 3.141592653589793 rad + pos: 51.5,-110.5 parent: 2 - uid: 14458 components: - type: Transform - pos: 102.5,-59.5 + rot: 3.141592653589793 rad + pos: 51.5,-109.5 parent: 2 - uid: 14459 components: - type: Transform - pos: 102.5,-60.5 + rot: 3.141592653589793 rad + pos: 52.5,-109.5 parent: 2 - uid: 14460 components: - type: Transform - pos: 113.5,-47.5 + rot: 3.141592653589793 rad + pos: 53.5,-109.5 parent: 2 - uid: 14461 components: - type: Transform - pos: 113.5,-46.5 + rot: 3.141592653589793 rad + pos: 53.5,-108.5 parent: 2 - uid: 14462 components: - type: Transform - pos: 113.5,-45.5 + rot: 3.141592653589793 rad + pos: 54.5,-108.5 parent: 2 - uid: 14463 components: - type: Transform - pos: 113.5,-44.5 + rot: 3.141592653589793 rad + pos: 54.5,-107.5 parent: 2 - uid: 14464 components: - type: Transform - pos: 114.5,-43.5 + rot: 3.141592653589793 rad + pos: 54.5,-106.5 parent: 2 - uid: 14465 components: - type: Transform - pos: 114.5,-42.5 + rot: 3.141592653589793 rad + pos: 55.5,-105.5 parent: 2 - uid: 14466 components: - type: Transform - pos: 111.5,-52.5 + rot: 3.141592653589793 rad + pos: 58.5,-104.5 parent: 2 - uid: 14467 components: - type: Transform - pos: 111.5,-53.5 + rot: 3.141592653589793 rad + pos: 58.5,-103.5 parent: 2 - uid: 14468 components: - type: Transform - pos: 111.5,-54.5 + rot: 3.141592653589793 rad + pos: 58.5,-102.5 parent: 2 - uid: 14469 components: - type: Transform - pos: 111.5,-55.5 + rot: 3.141592653589793 rad + pos: 58.5,-101.5 parent: 2 - uid: 14470 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,-20.5 + pos: 58.5,-100.5 parent: 2 - uid: 14471 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-20.5 + pos: 48.5,-112.5 parent: 2 - uid: 14472 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-20.5 + pos: 47.5,-112.5 parent: 2 - uid: 14473 components: - type: Transform - pos: -85.5,-20.5 + rot: 3.141592653589793 rad + pos: 47.5,-107.5 parent: 2 - uid: 14474 components: - type: Transform - pos: -86.5,-20.5 + rot: 3.141592653589793 rad + pos: 48.5,-107.5 parent: 2 - uid: 14475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,-20.5 + rot: 3.141592653589793 rad + pos: 49.5,-107.5 parent: 2 - uid: 14476 components: - type: Transform - pos: 38.5,35.5 + rot: 3.141592653589793 rad + pos: 49.5,-106.5 parent: 2 - uid: 14477 components: - type: Transform - pos: 37.5,35.5 + rot: 3.141592653589793 rad + pos: 50.5,-106.5 parent: 2 - uid: 14478 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,32.5 + pos: 51.5,-106.5 parent: 2 - uid: 14479 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,33.5 + pos: 52.5,-106.5 parent: 2 - uid: 14480 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,34.5 + pos: 53.5,-106.5 parent: 2 - uid: 14481 components: - type: Transform - pos: -82.5,24.5 + rot: -1.5707963267948966 rad + pos: 46.5,-99.5 parent: 2 - uid: 14482 components: - type: Transform - pos: -82.5,25.5 + rot: -1.5707963267948966 rad + pos: 45.5,-96.5 parent: 2 - uid: 14483 components: - type: Transform - pos: -82.5,26.5 + rot: -1.5707963267948966 rad + pos: 45.5,-97.5 parent: 2 - uid: 14484 components: - type: Transform - pos: -82.5,27.5 + rot: -1.5707963267948966 rad + pos: 48.5,-87.5 parent: 2 - uid: 14485 components: - type: Transform - pos: -82.5,28.5 + rot: -1.5707963267948966 rad + pos: 48.5,-86.5 parent: 2 - uid: 14486 components: - type: Transform - pos: -82.5,29.5 + rot: -1.5707963267948966 rad + pos: 49.5,-86.5 parent: 2 - uid: 14487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-103.5 + rot: -1.5707963267948966 rad + pos: 49.5,-94.5 parent: 2 - uid: 14488 components: - type: Transform - pos: -71.5,-104.5 + rot: -1.5707963267948966 rad + pos: 50.5,-95.5 parent: 2 - uid: 14489 components: - type: Transform - pos: -71.5,-105.5 + rot: -1.5707963267948966 rad + pos: 49.5,-95.5 parent: 2 - uid: 14490 components: - type: Transform - pos: -71.5,-106.5 + rot: -1.5707963267948966 rad + pos: 46.5,-97.5 parent: 2 - uid: 14491 components: - type: Transform - pos: -71.5,-107.5 + rot: -1.5707963267948966 rad + pos: 46.5,-98.5 parent: 2 - uid: 14492 components: - type: Transform - pos: -65.5,-107.5 + rot: -1.5707963267948966 rad + pos: 46.5,-100.5 parent: 2 - uid: 14493 components: - type: Transform - pos: -65.5,-106.5 + rot: -1.5707963267948966 rad + pos: 46.5,-101.5 parent: 2 - uid: 14494 components: - type: Transform - pos: -65.5,-105.5 + rot: -1.5707963267948966 rad + pos: 47.5,-97.5 parent: 2 - uid: 14495 components: - type: Transform - pos: -65.5,-104.5 + rot: -1.5707963267948966 rad + pos: 50.5,-97.5 parent: 2 - uid: 14496 components: - type: Transform - pos: -65.5,-103.5 + rot: 1.5707963267948966 rad + pos: -60.5,-86.5 parent: 2 - uid: 14497 components: - type: Transform - pos: -66.5,-103.5 + rot: 1.5707963267948966 rad + pos: -58.5,-86.5 parent: 2 - uid: 14498 components: - type: Transform - pos: -67.5,-103.5 + rot: 1.5707963267948966 rad + pos: 64.5,-72.5 parent: 2 - uid: 14499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-103.5 + rot: 1.5707963267948966 rad + pos: 64.5,-70.5 parent: 2 - uid: 14500 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,-82.5 + pos: 76.5,-91.5 parent: 2 - uid: 14501 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-82.5 + pos: 105.5,-56.5 parent: 2 - uid: 14502 components: - type: Transform rot: 3.141592653589793 rad - pos: 75.5,-82.5 + pos: 110.5,-58.5 parent: 2 - uid: 14503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-82.5 + pos: -33.5,-117.5 parent: 2 - uid: 14504 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-88.5 + pos: 106.5,-58.5 parent: 2 - uid: 14505 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-96.5 + pos: 80.5,-87.5 parent: 2 - uid: 14506 components: - type: Transform - pos: -57.5,-2.5 + rot: 3.141592653589793 rad + pos: 79.5,-87.5 parent: 2 - uid: 14507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-55.5 + pos: 42.5,-78.5 parent: 2 - uid: 14508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-55.5 + pos: -58.5,-76.5 parent: 2 - uid: 14509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-54.5 + rot: 3.141592653589793 rad + pos: 68.5,-52.5 parent: 2 - uid: 14510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-56.5 + pos: 103.5,-52.5 parent: 2 - uid: 14511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-22.5 + pos: -58.5,-69.5 parent: 2 - uid: 14512 components: - type: Transform - pos: 6.5,-10.5 + rot: 3.141592653589793 rad + pos: 71.5,-95.5 parent: 2 - uid: 14513 components: - type: Transform - pos: 16.5,-9.5 + pos: 58.5,-94.5 parent: 2 - uid: 14514 components: - type: Transform - pos: 69.5,-14.5 + pos: 50.5,-94.5 parent: 2 - uid: 14515 components: - type: Transform - pos: 7.5,-10.5 + pos: 58.5,-99.5 parent: 2 - uid: 14516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-23.5 + pos: 40.5,-91.5 parent: 2 - uid: 14517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-24.5 + rot: -1.5707963267948966 rad + pos: 49.5,-97.5 parent: 2 - uid: 14518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-18.5 + pos: 58.5,-97.5 parent: 2 - uid: 14519 components: - type: Transform - pos: 10.5,-10.5 + pos: 49.5,-87.5 parent: 2 - uid: 14520 components: - type: Transform - pos: 13.5,-9.5 + pos: 40.5,-94.5 parent: 2 - uid: 14521 components: - type: Transform - pos: 48.5,18.5 + pos: 40.5,-93.5 parent: 2 - uid: 14522 components: - type: Transform - pos: 49.5,18.5 + pos: 40.5,-92.5 parent: 2 - uid: 14523 components: - type: Transform - pos: 50.5,18.5 + rot: -1.5707963267948966 rad + pos: 48.5,-97.5 parent: 2 - uid: 14524 components: - type: Transform - pos: 54.5,18.5 + rot: 3.141592653589793 rad + pos: 81.5,-95.5 parent: 2 - uid: 14525 components: - type: Transform - pos: 54.5,18.5 + rot: 3.141592653589793 rad + pos: 78.5,-95.5 parent: 2 - uid: 14526 components: - type: Transform - pos: 54.5,17.5 + rot: 3.141592653589793 rad + pos: 73.5,-95.5 parent: 2 - uid: 14527 components: - type: Transform - pos: 54.5,14.5 + rot: 3.141592653589793 rad + pos: 75.5,-91.5 parent: 2 - uid: 14528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,-81.5 + pos: -64.5,-89.5 parent: 2 - uid: 14529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-12.5 + rot: 3.141592653589793 rad + pos: 74.5,-91.5 parent: 2 - uid: 14530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-11.5 + rot: 3.141592653589793 rad + pos: 71.5,-91.5 parent: 2 - uid: 14531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-12.5 + rot: 3.141592653589793 rad + pos: 72.5,-91.5 parent: 2 - uid: 14532 components: - type: Transform - pos: 71.5,13.5 + rot: 3.141592653589793 rad + pos: 81.5,-71.5 parent: 2 - uid: 14533 components: - type: Transform - pos: 72.5,13.5 + rot: 3.141592653589793 rad + pos: 81.5,-73.5 parent: 2 - uid: 14534 components: - type: Transform - pos: 72.5,12.5 + rot: 3.141592653589793 rad + pos: 78.5,-91.5 parent: 2 - uid: 14535 components: - type: Transform - pos: 72.5,11.5 + rot: 3.141592653589793 rad + pos: 70.5,-91.5 parent: 2 - uid: 14536 components: - type: Transform - pos: 76.5,11.5 + rot: 3.141592653589793 rad + pos: 73.5,-91.5 parent: 2 - uid: 14537 components: - type: Transform - pos: 76.5,10.5 + rot: 3.141592653589793 rad + pos: 81.5,-91.5 parent: 2 - uid: 14538 components: - type: Transform - pos: 82.5,8.5 + rot: 3.141592653589793 rad + pos: 78.5,-87.5 parent: 2 - uid: 14539 components: - type: Transform rot: 3.141592653589793 rad - pos: 92.5,-8.5 + pos: 75.5,-95.5 parent: 2 - uid: 14540 components: - type: Transform rot: 3.141592653589793 rad - pos: 92.5,-9.5 + pos: 77.5,-95.5 parent: 2 - uid: 14541 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-6.5 + pos: 32.5,-104.5 parent: 2 - uid: 14542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-4.5 + pos: 31.5,-104.5 parent: 2 - uid: 14543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-3.5 + pos: 89.5,-78.5 parent: 2 - uid: 14544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,2.5 + pos: 57.5,-94.5 parent: 2 - uid: 14545 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,1.5 + pos: 90.5,-79.5 parent: 2 - uid: 14546 components: - type: Transform - pos: 69.5,-15.5 + pos: -69.5,7.5 parent: 2 - uid: 14547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-49.5 + pos: -71.5,7.5 parent: 2 - uid: 14548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-51.5 + pos: 89.5,-79.5 parent: 2 - uid: 14549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-10.5 + pos: -74.5,6.5 parent: 2 - uid: 14550 components: - type: Transform - pos: -7.5,-95.5 + pos: -77.5,6.5 parent: 2 - uid: 14551 components: - type: Transform - pos: -7.5,-96.5 + pos: -69.5,-89.5 parent: 2 - uid: 14552 components: - type: Transform - pos: 5.5,-10.5 + pos: -66.5,-89.5 parent: 2 - uid: 14553 components: - type: Transform - pos: 13.5,-10.5 + pos: -65.5,-89.5 parent: 2 - uid: 14554 components: - type: Transform - pos: 12.5,-8.5 + pos: -67.5,-89.5 parent: 2 - uid: 14555 components: - type: Transform - pos: -11.5,-56.5 + pos: -64.5,-2.5 parent: 2 - uid: 14556 components: - type: Transform - pos: -11.5,-58.5 + pos: -76.5,6.5 parent: 2 - uid: 14557 components: - type: Transform - pos: -11.5,-59.5 + pos: -73.5,7.5 parent: 2 - uid: 14558 components: - type: Transform - pos: -7.5,-59.5 + rot: 1.5707963267948966 rad + pos: -37.5,-113.5 parent: 2 - uid: 14559 components: - type: Transform - pos: -7.5,-58.5 + rot: 1.5707963267948966 rad + pos: -37.5,-115.5 parent: 2 - uid: 14560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-57.5 + pos: -73.5,6.5 parent: 2 - uid: 14561 components: - type: Transform - pos: -7.5,-56.5 + pos: -72.5,7.5 parent: 2 - uid: 14562 components: - type: Transform - pos: -7.5,-55.5 + rot: 1.5707963267948966 rad + pos: -37.5,-114.5 parent: 2 - uid: 14563 components: - type: Transform - pos: -11.5,-55.5 + pos: 83.5,-74.5 parent: 2 - uid: 14564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-57.5 + rot: 3.141592653589793 rad + pos: 76.5,-83.5 parent: 2 - uid: 14565 components: - type: Transform - pos: -7.5,-93.5 + pos: 90.5,-45.5 parent: 2 - uid: 14566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,41.5 + pos: 58.5,-95.5 parent: 2 - uid: 14567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-48.5 + rot: 3.141592653589793 rad + pos: 76.5,-86.5 parent: 2 - uid: 14568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-47.5 + rot: 3.141592653589793 rad + pos: 76.5,-85.5 parent: 2 - uid: 14569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-46.5 + rot: -1.5707963267948966 rad + pos: -55.5,-94.5 parent: 2 - uid: 14570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-37.5 + pos: -34.5,-116.5 parent: 2 - uid: 14571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-36.5 + rot: 3.141592653589793 rad + pos: 81.5,-72.5 parent: 2 - uid: 14572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-35.5 + rot: 3.141592653589793 rad + pos: 81.5,-70.5 parent: 2 - uid: 14573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-35.5 + rot: 3.141592653589793 rad + pos: 80.5,-73.5 parent: 2 - uid: 14574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-36.5 + pos: 58.5,-96.5 parent: 2 - uid: 14575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-37.5 + pos: 40.5,-90.5 parent: 2 - uid: 14576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-38.5 + pos: 58.5,-98.5 parent: 2 - uid: 14577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-39.5 + pos: 40.5,-89.5 parent: 2 - uid: 14578 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-40.5 + pos: 83.5,-70.5 parent: 2 - uid: 14579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-41.5 + rot: 3.141592653589793 rad + pos: 76.5,-84.5 parent: 2 - uid: 14580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-42.5 + rot: 3.141592653589793 rad + pos: 76.5,-87.5 parent: 2 - uid: 14581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-43.5 + rot: 3.141592653589793 rad + pos: 69.5,-82.5 parent: 2 - uid: 14582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-44.5 + rot: 3.141592653589793 rad + pos: 79.5,-91.5 parent: 2 - uid: 14583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-45.5 + rot: 3.141592653589793 rad + pos: 68.5,-82.5 parent: 2 - uid: 14584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-46.5 + rot: 3.141592653589793 rad + pos: 67.5,-82.5 parent: 2 - uid: 14585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-47.5 + pos: -34.5,-115.5 parent: 2 - uid: 14586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-29.5 + pos: -34.5,-114.5 parent: 2 - uid: 14587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-28.5 + pos: -41.5,-120.5 parent: 2 - uid: 14588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-27.5 + rot: 3.141592653589793 rad + pos: -97.5,1.5 parent: 2 - uid: 14589 components: - type: Transform - pos: -4.5,-10.5 + pos: 42.5,-79.5 parent: 2 - uid: 14590 components: - type: Transform - pos: -5.5,-10.5 + pos: 109.5,-50.5 parent: 2 - uid: 14591 components: - type: Transform - pos: -6.5,-10.5 + pos: 103.5,-45.5 parent: 2 - uid: 14592 components: - type: Transform - pos: -7.5,-10.5 + pos: 105.5,-45.5 parent: 2 - uid: 14593 components: - type: Transform - pos: -8.5,-10.5 + pos: 109.5,-48.5 parent: 2 - uid: 14594 components: - type: Transform - pos: -12.5,-9.5 + pos: 109.5,-49.5 parent: 2 - uid: 14595 components: - type: Transform - pos: -11.5,-8.5 + pos: 108.5,-51.5 parent: 2 - uid: 14596 components: - type: Transform - pos: -12.5,-11.5 + pos: 107.5,-44.5 parent: 2 - uid: 14597 components: - type: Transform - pos: -12.5,-8.5 + pos: -41.5,-121.5 parent: 2 - uid: 14598 components: - type: Transform - pos: -13.5,-11.5 + rot: 3.141592653589793 rad + pos: -90.5,-4.5 parent: 2 - uid: 14599 components: - type: Transform - pos: -13.5,-8.5 + pos: -58.5,-73.5 parent: 2 - uid: 14600 components: - type: Transform - pos: -14.5,-11.5 + pos: 76.5,-46.5 parent: 2 - uid: 14601 components: - type: Transform - pos: -14.5,-10.5 + pos: -57.5,-77.5 parent: 2 - uid: 14602 components: - type: Transform - pos: -14.5,-9.5 + pos: -58.5,-72.5 parent: 2 - uid: 14603 components: - type: Transform - pos: -14.5,-8.5 + pos: -58.5,-75.5 parent: 2 - uid: 14604 components: - type: Transform - pos: -10.5,-10.5 + pos: -58.5,-71.5 parent: 2 - uid: 14605 components: - type: Transform - pos: -13.5,-10.5 + pos: -34.5,-112.5 parent: 2 - uid: 14606 components: - type: Transform - pos: -13.5,-9.5 + pos: 89.5,-49.5 parent: 2 - uid: 14607 components: - type: Transform - pos: -11.5,-11.5 + pos: 95.5,-44.5 parent: 2 - uid: 14608 components: - type: Transform - pos: -11.5,-10.5 + pos: 92.5,-44.5 parent: 2 - uid: 14609 components: - type: Transform - pos: -10.5,-8.5 + pos: 104.5,-52.5 parent: 2 - uid: 14610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-11.5 + pos: 104.5,-53.5 parent: 2 - uid: 14611 components: - type: Transform - pos: -11.5,-9.5 + pos: 106.5,-44.5 parent: 2 - uid: 14612 components: - type: Transform - pos: -12.5,-10.5 + pos: 109.5,-51.5 parent: 2 - uid: 14613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,43.5 + rot: 3.141592653589793 rad + pos: 111.5,-57.5 parent: 2 - uid: 14614 components: - type: Transform - pos: -7.5,-94.5 + pos: 94.5,-52.5 parent: 2 - uid: 14615 components: - type: Transform - pos: -10.5,-9.5 + pos: 95.5,-54.5 parent: 2 - uid: 14616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-10.5 + pos: 85.5,-74.5 parent: 2 - uid: 14617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,39.5 + pos: 96.5,-52.5 parent: 2 - uid: 14618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-108.5 + pos: 82.5,-74.5 parent: 2 - uid: 14619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-49.5 + pos: 97.5,-54.5 parent: 2 - uid: 14620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,42.5 + pos: 84.5,-74.5 parent: 2 - uid: 14621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,43.5 + pos: 89.5,-74.5 parent: 2 - uid: 14622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-10.5 + pos: 87.5,-74.5 parent: 2 - uid: 14623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 + pos: 89.5,-76.5 parent: 2 - uid: 14624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-100.5 + pos: 89.5,-75.5 parent: 2 - uid: 14625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-108.5 + pos: 86.5,-74.5 parent: 2 - uid: 14626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-110.5 + pos: 94.5,-44.5 parent: 2 - uid: 14627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-110.5 + pos: 109.5,-44.5 parent: 2 - uid: 14628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-109.5 + pos: 89.5,-52.5 parent: 2 - uid: 14629 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-109.5 + pos: 111.5,-45.5 parent: 2 - uid: 14630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-108.5 + pos: 98.5,-47.5 parent: 2 - uid: 14631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-59.5 + pos: 94.5,-54.5 parent: 2 - uid: 14632 components: - type: Transform - pos: 91.5,-57.5 + pos: 99.5,-45.5 parent: 2 - uid: 14633 components: - type: Transform - pos: 91.5,-58.5 + pos: 100.5,-45.5 parent: 2 - uid: 14634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-59.5 + pos: 100.5,-49.5 parent: 2 - uid: 14635 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-60.5 + pos: 100.5,-48.5 parent: 2 - uid: 14636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-60.5 + pos: 102.5,-45.5 parent: 2 - uid: 14637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-61.5 + pos: 88.5,-48.5 parent: 2 - uid: 14638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-62.5 + pos: 109.5,-45.5 parent: 2 - uid: 14639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-62.5 + pos: 104.5,-45.5 parent: 2 - uid: 14640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-63.5 + rot: 3.141592653589793 rad + pos: 111.5,-59.5 parent: 2 - uid: 14641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-64.5 + pos: 100.5,-47.5 parent: 2 - uid: 14642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-63.5 + pos: 96.5,-44.5 parent: 2 - uid: 14643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-64.5 + pos: 89.5,-48.5 parent: 2 - uid: 14644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-64.5 + pos: 91.5,-45.5 parent: 2 - uid: 14645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-64.5 + pos: 89.5,-77.5 parent: 2 - uid: 14646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-63.5 + pos: 89.5,-50.5 parent: 2 - uid: 14647 components: - type: Transform - pos: 90.5,-56.5 + pos: 91.5,-44.5 parent: 2 - uid: 14648 components: - type: Transform - pos: 91.5,-56.5 + pos: 88.5,-74.5 parent: 2 - uid: 14649 components: - type: Transform rot: -1.5707963267948966 rad - pos: 92.5,-59.5 + pos: 110.5,-45.5 parent: 2 - uid: 14650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-59.5 + pos: 95.5,-52.5 parent: 2 - uid: 14651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-63.5 + pos: 96.5,-54.5 parent: 2 - uid: 14652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-64.5 + pos: 108.5,-44.5 parent: 2 - uid: 14653 components: - type: Transform rot: -1.5707963267948966 rad - pos: 92.5,-64.5 + pos: 112.5,-45.5 parent: 2 - uid: 14654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-64.5 + pos: 97.5,-52.5 parent: 2 - uid: 14655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-64.5 + pos: 88.5,-45.5 parent: 2 - uid: 14656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-63.5 + pos: 81.5,-74.5 parent: 2 - uid: 14657 components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-62.5 + pos: 89.5,-53.5 parent: 2 - uid: 14658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-61.5 + pos: 35.5,27.5 parent: 2 - uid: 14659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-60.5 + pos: 35.5,29.5 parent: 2 - uid: 14660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-59.5 + rot: 3.141592653589793 rad + pos: 67.5,-73.5 parent: 2 - uid: 14661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-108.5 + rot: 3.141592653589793 rad + pos: 68.5,-73.5 parent: 2 - uid: 14662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,38.5 + rot: 3.141592653589793 rad + pos: 69.5,-73.5 parent: 2 - uid: 14663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-48.5 + rot: 3.141592653589793 rad + pos: 69.5,-72.5 parent: 2 - uid: 14664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-52.5 + rot: 3.141592653589793 rad + pos: 70.5,-72.5 parent: 2 - uid: 14665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,41.5 + rot: 3.141592653589793 rad + pos: 71.5,-72.5 parent: 2 - uid: 14666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,42.5 + rot: 3.141592653589793 rad + pos: 72.5,-72.5 parent: 2 - uid: 14667 components: - type: Transform - pos: 28.5,24.5 + rot: 3.141592653589793 rad + pos: 75.5,-72.5 parent: 2 - uid: 14668 components: - type: Transform - pos: 26.5,23.5 + rot: 3.141592653589793 rad + pos: 76.5,-72.5 parent: 2 - uid: 14669 components: - type: Transform - pos: 26.5,24.5 + rot: 3.141592653589793 rad + pos: 77.5,-72.5 parent: 2 - uid: 14670 components: - type: Transform - pos: 27.5,24.5 + rot: 3.141592653589793 rad + pos: 77.5,-73.5 parent: 2 - uid: 14671 components: - type: Transform - pos: 26.5,18.5 + rot: 3.141592653589793 rad + pos: 78.5,-73.5 parent: 2 - uid: 14672 components: - type: Transform - pos: 26.5,19.5 + rot: 3.141592653589793 rad + pos: 79.5,-73.5 parent: 2 - uid: 14673 components: - type: Transform - pos: 25.5,24.5 + rot: -1.5707963267948966 rad + pos: 57.5,-93.5 parent: 2 - uid: 14674 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,22.5 + pos: -57.5,-119.5 parent: 2 - uid: 14675 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,23.5 + pos: -58.5,-119.5 parent: 2 - uid: 14676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,37.5 + pos: 22.5,20.5 parent: 2 - uid: 14677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,37.5 + pos: 22.5,21.5 parent: 2 - uid: 14678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,37.5 + pos: 22.5,22.5 parent: 2 - uid: 14679 components: - type: Transform - pos: 33.5,37.5 + pos: 79.5,-45.5 parent: 2 - uid: 14680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-122.5 + pos: 78.5,-46.5 parent: 2 - uid: 14681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-123.5 + pos: 77.5,-46.5 parent: 2 - uid: 14682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-127.5 + pos: 74.5,-46.5 parent: 2 - uid: 14683 components: - type: Transform - pos: -26.5,-97.5 + rot: 3.141592653589793 rad + pos: -67.5,14.5 parent: 2 - uid: 14684 components: - type: Transform - pos: -25.5,-97.5 + rot: 3.141592653589793 rad + pos: -68.5,14.5 parent: 2 - uid: 14685 components: - type: Transform - pos: -23.5,-97.5 + rot: 3.141592653589793 rad + pos: -69.5,14.5 parent: 2 - uid: 14686 components: - type: Transform - pos: -22.5,-97.5 + rot: 3.141592653589793 rad + pos: -72.5,14.5 parent: 2 - uid: 14687 components: - type: Transform - pos: -26.5,-98.5 + rot: 3.141592653589793 rad + pos: -73.5,14.5 parent: 2 - uid: 14688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-81.5 + rot: 3.141592653589793 rad + pos: -73.5,13.5 parent: 2 - uid: 14689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-81.5 + rot: 3.141592653589793 rad + pos: -74.5,13.5 parent: 2 - uid: 14690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-81.5 + rot: 3.141592653589793 rad + pos: -61.5,14.5 parent: 2 - uid: 14691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-82.5 + rot: 3.141592653589793 rad + pos: -60.5,14.5 parent: 2 - uid: 14692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-83.5 + pos: -65.5,3.5 parent: 2 - uid: 14693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-56.5 + pos: -64.5,3.5 parent: 2 - uid: 14694 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-56.5 + pos: -62.5,7.5 parent: 2 - uid: 14695 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-26.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: -55.5,-104.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-96.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-95.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-98.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-99.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-101.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-100.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-103.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-103.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: -55.5,-106.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: -54.5,-106.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: -53.5,-106.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: -52.5,-106.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -51.5,-106.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -49.5,-106.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: -49.5,-105.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -48.5,-105.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: -47.5,-105.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: -42.5,-105.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: -40.5,-105.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -38.5,-105.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -37.5,-105.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -38.5,-107.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: -38.5,-108.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: -38.5,-109.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: -36.5,-109.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: -35.5,-109.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: -33.5,-109.5 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: -32.5,-109.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: -31.5,-109.5 + parent: 2 + - uid: 14730 + components: + - type: Transform + pos: -30.5,-109.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: -28.5,-110.5 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: -27.5,-110.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: -26.5,-110.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -26.5,-109.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: -26.5,-106.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + pos: -26.5,-105.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + pos: -41.5,-110.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + pos: -41.5,-109.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-105.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-105.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-112.5 + parent: 2 + - uid: 14742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-113.5 + parent: 2 + - uid: 14743 + components: + - type: Transform + pos: -55.5,-115.5 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: -52.5,-119.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: -51.5,-118.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + pos: -50.5,-118.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + pos: -49.5,-118.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + pos: -48.5,-118.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: -48.5,-119.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + pos: -47.5,-119.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + pos: -46.5,-119.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + pos: -44.5,-119.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + pos: -43.5,-119.5 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: -55.5,-111.5 + parent: 2 + - uid: 14755 + components: + - type: Transform + pos: -55.5,-110.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + pos: -55.5,-109.5 + parent: 2 + - uid: 14757 + components: + - type: Transform + pos: -55.5,-116.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + pos: -55.5,-114.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-22.5 + parent: 2 + - uid: 14760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-22.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-22.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-22.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-21.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-19.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-18.5 + parent: 2 + - uid: 14766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-18.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-17.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-15.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-14.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-13.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-12.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-11.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-10.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-9.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-7.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-6.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-5.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-5.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-5.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-5.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-5.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-5.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-3.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-2.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-1.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,0.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,2.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,3.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,4.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,5.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-6.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-8.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-9.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-12.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-13.5 + parent: 2 + - uid: 14796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-14.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-15.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-14.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-14.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-15.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-16.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-20.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-21.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-20.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,3.5 + parent: 2 + - uid: 14806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,3.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,10.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,10.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -78.5,10.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,10.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,10.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,10.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,10.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,11.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,12.5 + parent: 2 + - uid: 14816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -78.5,13.5 + parent: 2 + - uid: 14817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,13.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,13.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,13.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,13.5 + parent: 2 + - uid: 14821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -83.5,13.5 + parent: 2 + - uid: 14822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,13.5 + parent: 2 + - uid: 14823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,13.5 + parent: 2 + - uid: 14824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,13.5 + parent: 2 + - uid: 14825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,14.5 + parent: 2 + - uid: 14826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,15.5 + parent: 2 + - uid: 14827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,16.5 + parent: 2 + - uid: 14828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,17.5 + parent: 2 + - uid: 14829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -78.5,17.5 + parent: 2 + - uid: 14830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,17.5 + parent: 2 + - uid: 14831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,17.5 + parent: 2 + - uid: 14832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,17.5 + parent: 2 + - uid: 14833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,17.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -83.5,17.5 + parent: 2 + - uid: 14835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,17.5 + parent: 2 + - uid: 14836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,17.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,17.5 + parent: 2 + - uid: 14838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,17.5 + parent: 2 + - uid: 14839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,18.5 + parent: 2 + - uid: 14840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,19.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,20.5 + parent: 2 + - uid: 14842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,21.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,22.5 + parent: 2 + - uid: 14844 + components: + - type: Transform + pos: -83.5,20.5 + parent: 2 + - uid: 14845 + components: + - type: Transform + pos: -80.5,20.5 + parent: 2 + - uid: 14846 + components: + - type: Transform + pos: -85.5,20.5 + parent: 2 + - uid: 14847 + components: + - type: Transform + pos: -81.5,20.5 + parent: 2 + - uid: 14848 + components: + - type: Transform + pos: -84.5,20.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + pos: -69.5,-103.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,-5.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-8.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-9.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-10.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-11.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-12.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-12.5 + parent: 2 + - uid: 14857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-13.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-14.5 + parent: 2 + - uid: 14859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-14.5 + parent: 2 + - uid: 14860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-14.5 + parent: 2 + - uid: 14861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-15.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-16.5 + parent: 2 + - uid: 14863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-16.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-35.5 + parent: 2 + - uid: 14865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-34.5 + parent: 2 + - uid: 14866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-33.5 + parent: 2 + - uid: 14867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-33.5 + parent: 2 + - uid: 14868 + components: + - type: Transform + pos: -86.5,7.5 + parent: 2 + - uid: 14869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-20.5 + parent: 2 + - uid: 14870 + components: + - type: Transform + pos: -85.5,7.5 + parent: 2 + - uid: 14871 + components: + - type: Transform + pos: -85.5,8.5 + parent: 2 + - uid: 14872 + components: + - type: Transform + pos: -85.5,9.5 + parent: 2 + - uid: 14873 + components: + - type: Transform + pos: -84.5,9.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-114.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-109.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-109.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-109.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-109.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-109.5 + parent: 2 + - uid: 14880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-110.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-111.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-112.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-112.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-113.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-114.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-115.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-116.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-119.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-122.5 + parent: 2 + - uid: 14890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-123.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-124.5 + parent: 2 + - uid: 14892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-123.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-123.5 + parent: 2 + - uid: 14894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-123.5 + parent: 2 + - uid: 14895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-124.5 + parent: 2 + - uid: 14896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-124.5 + parent: 2 + - uid: 14897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-125.5 + parent: 2 + - uid: 14898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-126.5 + parent: 2 + - uid: 14899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-126.5 + parent: 2 + - uid: 14900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-126.5 + parent: 2 + - uid: 14901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-126.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-99.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-126.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-126.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-126.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-119.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-118.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-118.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-118.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-115.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-114.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-113.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-112.5 + parent: 2 + - uid: 14914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-93.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-94.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-95.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-96.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-97.5 + parent: 2 + - uid: 14919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-98.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-99.5 + parent: 2 + - uid: 14921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-100.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-101.5 + parent: 2 + - uid: 14923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-102.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-103.5 + parent: 2 + - uid: 14925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-104.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-104.5 + parent: 2 + - uid: 14927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-105.5 + parent: 2 + - uid: 14928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-106.5 + parent: 2 + - uid: 14929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-107.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-108.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + pos: -79.5,20.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + pos: -82.5,23.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.5,-79.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-79.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,-79.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + pos: 73.5,-72.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + pos: 74.5,-72.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + pos: 35.5,30.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,27.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,27.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,27.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,30.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,31.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + pos: 41.5,30.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + pos: 41.5,31.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-58.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,-62.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 105.5,-63.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: 95.5,-57.5 + parent: 2 + - uid: 14950 + components: + - type: Transform + pos: 96.5,-57.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: 97.5,-57.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,-57.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + pos: 99.5,-57.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: 100.5,-57.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: 101.5,-57.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: 101.5,-58.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: 101.5,-59.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: 102.5,-59.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: 102.5,-60.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: 113.5,-47.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: 113.5,-46.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: 113.5,-45.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: 113.5,-44.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: 114.5,-43.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: 114.5,-42.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: 111.5,-52.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: 111.5,-53.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: 111.5,-54.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: 111.5,-55.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-20.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-20.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-20.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: -85.5,-20.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: -86.5,-20.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,-20.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: 38.5,35.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: 37.5,35.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,32.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,33.5 + parent: 2 + - uid: 14980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + pos: -82.5,24.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + pos: -82.5,25.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + pos: -82.5,27.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + pos: -82.5,28.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + pos: -82.5,29.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-103.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + pos: -71.5,-104.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: -71.5,-105.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + pos: -71.5,-106.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: -71.5,-107.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: -65.5,-107.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: -65.5,-106.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -65.5,-105.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: -65.5,-104.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: -65.5,-103.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: -66.5,-103.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -67.5,-103.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-103.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-82.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-82.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-82.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-82.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-88.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-96.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: -57.5,-2.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-55.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-55.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-54.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-56.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-22.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: 69.5,-14.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-23.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-24.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-18.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 50.5,18.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: 54.5,17.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: 54.5,14.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-81.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-12.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-11.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-12.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: 71.5,13.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: 72.5,13.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: 72.5,12.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 72.5,11.5 + parent: 2 + - uid: 15036 + components: + - type: Transform + pos: 76.5,11.5 + parent: 2 + - uid: 15037 + components: + - type: Transform + pos: 76.5,10.5 + parent: 2 + - uid: 15038 + components: + - type: Transform + pos: 82.5,8.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-8.5 + parent: 2 + - uid: 15040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-9.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-6.5 + parent: 2 + - uid: 15042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-4.5 + parent: 2 + - uid: 15043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,-3.5 + parent: 2 + - uid: 15044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,2.5 + parent: 2 + - uid: 15045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,1.5 + parent: 2 + - uid: 15046 + components: + - type: Transform + pos: 69.5,-15.5 + parent: 2 + - uid: 15047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-49.5 + parent: 2 + - uid: 15048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-51.5 + parent: 2 + - uid: 15049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-10.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: -7.5,-95.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: -7.5,-96.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + pos: -7.5,-93.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,41.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-48.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-47.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-46.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-37.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-36.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-35.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-35.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-36.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-37.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-38.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-39.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-40.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-41.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-42.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-43.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-44.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-45.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-46.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-47.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-29.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-28.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-27.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 15086 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 15087 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 15088 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 15090 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 15091 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 15092 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 15093 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 15094 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - uid: 15095 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 15096 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 15097 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 15098 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 + - uid: 15100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-11.5 + parent: 2 + - uid: 15101 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 15102 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 15103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,43.5 + parent: 2 + - uid: 15104 + components: + - type: Transform + pos: -7.5,-94.5 + parent: 2 + - uid: 15105 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 15106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-10.5 + parent: 2 + - uid: 15107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,39.5 + parent: 2 + - uid: 15108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-108.5 + parent: 2 + - uid: 15109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-49.5 + parent: 2 + - uid: 15110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,42.5 + parent: 2 + - uid: 15111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,43.5 + parent: 2 + - uid: 15112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 2 + - uid: 15113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-100.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-108.5 + parent: 2 + - uid: 15116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-110.5 + parent: 2 + - uid: 15117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-110.5 + parent: 2 + - uid: 15118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-109.5 + parent: 2 + - uid: 15119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-109.5 + parent: 2 + - uid: 15120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-108.5 + parent: 2 + - uid: 15121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-59.5 + parent: 2 + - uid: 15122 + components: + - type: Transform + pos: 91.5,-57.5 + parent: 2 + - uid: 15123 + components: + - type: Transform + pos: 91.5,-58.5 + parent: 2 + - uid: 15124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-59.5 + parent: 2 + - uid: 15125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-60.5 + parent: 2 + - uid: 15126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-60.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-61.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-62.5 + parent: 2 + - uid: 15129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,-62.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,-63.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,-64.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-63.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-64.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-64.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,-64.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-63.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: 90.5,-56.5 + parent: 2 + - uid: 15138 + components: + - type: Transform + pos: 91.5,-56.5 + parent: 2 + - uid: 15139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,-59.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,-59.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-63.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-64.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,-64.5 + parent: 2 + - uid: 15144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,-64.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-64.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-63.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-62.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-61.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-60.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-59.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-108.5 + parent: 2 + - uid: 15152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,38.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,-48.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-52.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,41.5 + parent: 2 + - uid: 15156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,42.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + pos: 27.5,24.5 + parent: 2 + - uid: 15161 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 15162 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 25.5,24.5 + parent: 2 + - uid: 15164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,22.5 + parent: 2 + - uid: 15165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,23.5 + parent: 2 + - uid: 15166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,37.5 + parent: 2 + - uid: 15167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,37.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,37.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-122.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-123.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-127.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: -26.5,-97.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: -25.5,-97.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + pos: -23.5,-97.5 + parent: 2 + - uid: 15176 + components: + - type: Transform + pos: -22.5,-97.5 + parent: 2 + - uid: 15177 + components: + - type: Transform + pos: -26.5,-98.5 + parent: 2 + - uid: 15178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-81.5 + parent: 2 + - uid: 15179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-81.5 + parent: 2 + - uid: 15180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-81.5 + parent: 2 + - uid: 15181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-82.5 + parent: 2 + - uid: 15182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-83.5 + parent: 2 + - uid: 15183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-56.5 + parent: 2 + - uid: 15184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,-56.5 + parent: 2 + - uid: 15185 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-56.5 parent: 2 - - uid: 14696 + - uid: 15186 components: - type: Transform pos: -70.5,-55.5 parent: 2 - - uid: 14697 + - uid: 15187 components: - type: Transform pos: -72.5,-55.5 parent: 2 - - uid: 14698 + - uid: 15188 components: - type: Transform pos: -68.5,-56.5 parent: 2 - - uid: 14699 + - uid: 15189 components: - type: Transform pos: 46.5,6.5 parent: 2 - - uid: 14700 + - uid: 15190 components: - type: Transform pos: 43.5,6.5 parent: 2 - - uid: 14701 + - uid: 15191 components: - type: Transform pos: 43.5,5.5 parent: 2 - - uid: 14702 + - uid: 15192 components: - type: Transform pos: 45.5,6.5 parent: 2 - - uid: 14703 + - uid: 15193 components: - type: Transform pos: 47.5,6.5 parent: 2 + - uid: 15194 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 15196 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 15197 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 15198 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 15200 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 15201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-51.5 + parent: 2 + - uid: 15202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-51.5 + parent: 2 + - uid: 15203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-50.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-49.5 + parent: 2 + - uid: 15205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-50.5 + parent: 2 + - uid: 15206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-50.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-48.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-47.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-48.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-48.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-48.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-49.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-47.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-46.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-46.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-50.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-47.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-55.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-53.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 - proto: Cautery entities: - - uid: 14704 + - uid: 15224 components: - type: Transform rot: -1.5707963267948966 rad @@ -98656,730 +101343,730 @@ entities: parent: 2 - proto: Chair entities: - - uid: 14705 + - uid: 15225 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-83.5 parent: 2 - - uid: 14706 + - uid: 15226 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-8.5 parent: 2 - - uid: 14707 + - uid: 15227 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 2 - - uid: 14708 + - uid: 15228 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-38.5 parent: 2 - - uid: 14709 + - uid: 15229 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-41.5 parent: 2 - - uid: 14710 + - uid: 15230 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,16.5 parent: 2 - - uid: 14711 + - uid: 15231 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,19.5 parent: 2 - - uid: 14712 + - uid: 15232 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,19.5 parent: 2 - - uid: 14713 + - uid: 15233 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,19.5 parent: 2 - - uid: 14714 + - uid: 15234 components: - type: Transform pos: -19.5,1.5 parent: 2 - - uid: 14715 + - uid: 15235 components: - type: Transform pos: -18.5,1.5 parent: 2 - - uid: 14716 + - uid: 15236 components: - type: Transform pos: -17.5,1.5 parent: 2 - - uid: 14717 + - uid: 15237 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,5.5 parent: 2 - - uid: 14718 + - uid: 15238 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,5.5 parent: 2 - - uid: 14719 + - uid: 15239 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,5.5 parent: 2 - - uid: 14720 + - uid: 15240 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-41.5 parent: 2 - - uid: 14721 + - uid: 15241 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,11.5 parent: 2 - - uid: 14722 + - uid: 15242 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,11.5 parent: 2 - - uid: 14723 + - uid: 15243 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,11.5 parent: 2 - - uid: 14724 + - uid: 15244 components: - type: Transform pos: -28.5,14.5 parent: 2 - - uid: 14725 + - uid: 15245 components: - type: Transform pos: -29.5,14.5 parent: 2 - - uid: 14726 + - uid: 15246 components: - type: Transform pos: -30.5,14.5 parent: 2 - - uid: 14727 + - uid: 15247 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-23.5 parent: 2 - - uid: 14728 + - uid: 15248 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-23.5 parent: 2 - - uid: 14729 + - uid: 15249 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-23.5 parent: 2 - - uid: 14730 + - uid: 15250 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-41.5 parent: 2 - - uid: 14731 + - uid: 15251 components: - type: Transform pos: 67.5,-36.5 parent: 2 - - uid: 14732 + - uid: 15252 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-41.5 parent: 2 - - uid: 14733 + - uid: 15253 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-40.5 parent: 2 - - uid: 14734 + - uid: 15254 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-37.5 parent: 2 - - uid: 14735 + - uid: 15255 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-36.5 parent: 2 - - uid: 14736 + - uid: 15256 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-36.5 parent: 2 - - uid: 14737 + - uid: 15257 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-42.5 parent: 2 - - uid: 14738 + - uid: 15258 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-40.5 parent: 2 - - uid: 14739 + - uid: 15259 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-38.5 parent: 2 - - uid: 14740 + - uid: 15260 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-35.5 parent: 2 - - uid: 14741 + - uid: 15261 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-37.5 parent: 2 - - uid: 14742 + - uid: 15262 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-35.5 parent: 2 - - uid: 14743 + - uid: 15263 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-84.5 parent: 2 - - uid: 14744 + - uid: 15264 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-83.5 parent: 2 - - uid: 14745 + - uid: 15265 components: - type: Transform pos: 66.5,-36.5 parent: 2 - - uid: 14746 + - uid: 15266 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-42.5 parent: 2 - - uid: 14747 + - uid: 15267 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-85.5 parent: 2 - - uid: 14748 + - uid: 15268 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-83.5 parent: 2 - - uid: 14749 + - uid: 15269 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-84.5 parent: 2 - - uid: 14750 + - uid: 15270 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-88.5 parent: 2 - - uid: 14751 + - uid: 15271 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-87.5 parent: 2 - - uid: 14752 + - uid: 15272 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-36.5 parent: 2 - - uid: 14753 + - uid: 15273 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-40.5 parent: 2 - - uid: 14754 + - uid: 15274 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-39.5 parent: 2 - - uid: 14755 + - uid: 15275 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-38.5 parent: 2 - - uid: 14756 + - uid: 15276 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-37.5 parent: 2 - - uid: 14757 + - uid: 15277 components: - type: Transform pos: -72.5,-47.5 parent: 2 - - uid: 14758 + - uid: 15278 components: - type: Transform pos: -73.5,-47.5 parent: 2 - - uid: 14759 + - uid: 15279 components: - type: Transform pos: -74.5,-47.5 parent: 2 - - uid: 14760 + - uid: 15280 components: - type: Transform rot: -1.5707963267948966 rad pos: 96.5,-20.5 parent: 2 - - uid: 14761 + - uid: 15281 components: - type: Transform rot: 1.5707963267948966 rad pos: 93.5,-20.5 parent: 2 - - uid: 14762 + - uid: 15282 components: - type: Transform rot: 1.5707963267948966 rad pos: 93.5,-42.5 parent: 2 - - uid: 14763 + - uid: 15283 components: - type: Transform rot: -1.5707963267948966 rad pos: 96.5,-42.5 parent: 2 - - uid: 14764 + - uid: 15284 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-38.5 parent: 2 - - uid: 14765 + - uid: 15285 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-38.5 parent: 2 - - uid: 14766 + - uid: 15286 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-24.5 parent: 2 - - uid: 14767 + - uid: 15287 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-24.5 parent: 2 - - uid: 14768 + - uid: 15288 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,16.5 parent: 2 - - uid: 14769 + - uid: 15289 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,16.5 parent: 2 - - uid: 14770 + - uid: 15290 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,16.5 parent: 2 - - uid: 14771 + - uid: 15291 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,16.5 parent: 2 - - uid: 14772 + - uid: 15292 components: - type: Transform pos: -43.5,13.5 parent: 2 - - uid: 14773 + - uid: 15293 components: - type: Transform pos: -42.5,13.5 parent: 2 - - uid: 14774 + - uid: 15294 components: - type: Transform pos: -41.5,13.5 parent: 2 - - uid: 14775 + - uid: 15295 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,12.5 parent: 2 - - uid: 14776 + - uid: 15296 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-9.5 parent: 2 - - uid: 14777 + - uid: 15297 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-10.5 parent: 2 - - uid: 14778 + - uid: 15298 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-89.5 parent: 2 - - uid: 14779 + - uid: 15299 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-68.5 parent: 2 - - uid: 14780 + - uid: 15300 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-2.5 parent: 2 - - uid: 14781 + - uid: 15301 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-39.5 parent: 2 - - uid: 14782 + - uid: 15302 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-38.5 parent: 2 - - uid: 14783 + - uid: 15303 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-37.5 parent: 2 - - uid: 14784 + - uid: 15304 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-27.5 parent: 2 - - uid: 14785 + - uid: 15305 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-26.5 parent: 2 - - uid: 14786 + - uid: 15306 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-25.5 parent: 2 - - uid: 14787 + - uid: 15307 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,16.5 parent: 2 - - uid: 14788 + - uid: 15308 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,17.5 parent: 2 - - uid: 14789 + - uid: 15309 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,17.5 parent: 2 - - uid: 14790 + - uid: 15310 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-6.5 parent: 2 - - uid: 14791 + - uid: 15311 components: - type: Transform pos: 33.5,-6.5 parent: 2 - - uid: 14792 + - uid: 15312 components: - type: Transform pos: 34.5,-6.5 parent: 2 - - uid: 14793 + - uid: 15313 components: - type: Transform pos: 36.5,-6.5 parent: 2 - - uid: 14794 + - uid: 15314 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-3.5 parent: 2 - - uid: 14795 + - uid: 15315 components: - type: Transform pos: 34.5,-7.5 parent: 2 - - uid: 14796 + - uid: 15316 components: - type: Transform pos: 33.5,-7.5 parent: 2 - - uid: 14797 + - uid: 15317 components: - type: Transform pos: 35.5,-7.5 parent: 2 - - uid: 14798 + - uid: 15318 components: - type: Transform pos: 35.5,-6.5 parent: 2 - - uid: 14799 + - uid: 15319 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-72.5 parent: 2 - - uid: 14800 + - uid: 15320 components: - type: Transform pos: -63.5,-70.5 parent: 2 - - uid: 14801 + - uid: 15321 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-71.5 parent: 2 - - uid: 14802 + - uid: 15322 components: - type: Transform pos: 36.5,-7.5 parent: 2 - - uid: 14803 + - uid: 15323 components: - type: Transform rot: 3.141592653589793 rad pos: -92.5,0.5 parent: 2 - - uid: 14804 + - uid: 15324 components: - type: Transform rot: 3.141592653589793 rad pos: -91.5,0.5 parent: 2 - - uid: 14805 + - uid: 15325 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-47.5 parent: 2 - - uid: 14806 + - uid: 15326 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-48.5 parent: 2 - - uid: 14807 + - uid: 15327 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-7.5 parent: 2 - - uid: 14808 + - uid: 15328 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-10.5 parent: 2 - - uid: 14809 + - uid: 15329 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-11.5 parent: 2 - - uid: 14810 + - uid: 15330 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-38.5 parent: 2 - - uid: 14811 + - uid: 15331 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-6.5 parent: 2 - - uid: 14812 + - uid: 15332 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-39.5 parent: 2 - - uid: 14813 + - uid: 15333 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-39.5 parent: 2 - - uid: 14814 + - uid: 15334 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-39.5 parent: 2 - - uid: 14815 + - uid: 15335 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-39.5 parent: 2 - - uid: 14816 + - uid: 15336 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-38.5 parent: 2 - - uid: 14817 + - uid: 15337 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-38.5 parent: 2 - - uid: 14818 + - uid: 15338 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-38.5 parent: 2 - - uid: 14819 + - uid: 15339 components: - type: Transform pos: 78.5,5.5 parent: 2 - - uid: 14820 + - uid: 15340 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,3.5 parent: 2 - - uid: 14821 + - uid: 15341 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,4.5 parent: 2 - - uid: 14822 + - uid: 15342 components: - type: Transform pos: -7.5,-80.5 parent: 2 - - uid: 14823 + - uid: 15343 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,23.5 parent: 2 - - uid: 14824 + - uid: 15344 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-99.5 parent: 2 - - uid: 14825 + - uid: 15345 components: - type: Transform pos: -71.5,4.5 parent: 2 - - uid: 14826 + - uid: 15346 components: - type: Transform pos: -70.5,4.5 parent: 2 - - uid: 14827 + - uid: 15347 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-56.5 parent: 2 - - uid: 14828 + - uid: 15348 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-60.5 parent: 2 - - uid: 14829 + - uid: 15349 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.5,-10.5 parent: 2 - - uid: 14830 + - uid: 15350 components: - type: Transform rot: 1.5707963267948966 rad @@ -99387,25 +102074,7 @@ entities: parent: 2 - proto: ChairBrass entities: - - uid: 14831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 - parent: 2 - - uid: 14832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-19.5 - parent: 2 - - uid: 14833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-19.5 - parent: 2 - - uid: 14834 + - uid: 15351 components: - type: Transform rot: 1.5707963267948966 rad @@ -99413,79 +102082,7 @@ entities: parent: 2 - proto: ChairCarp entities: - - uid: 14835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-48.5 - parent: 2 - - uid: 14836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-49.5 - parent: 2 - - uid: 14837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-47.5 - parent: 2 - - uid: 14838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-48.5 - parent: 2 - - uid: 14839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-27.5 - parent: 2 - - uid: 14840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-28.5 - parent: 2 - - uid: 14841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-25.5 - parent: 2 - - uid: 14842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-27.5 - parent: 2 - - uid: 14843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-28.5 - parent: 2 - - uid: 14844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-44.5 - parent: 2 - - uid: 14845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-44.5 - parent: 2 - - uid: 14846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-44.5 - parent: 2 - - uid: 14847 + - uid: 15352 components: - type: Transform anchored: False @@ -99495,75 +102092,9 @@ entities: bodyType: Dynamic - type: Pullable prevFixedRotation: True - - uid: 14848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-25.5 - parent: 2 - - uid: 14849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-25.5 - parent: 2 - - uid: 14850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-25.5 - parent: 2 - - uid: 14851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-27.5 - parent: 2 - - uid: 14852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-27.5 - parent: 2 - - uid: 14853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-24.5 - parent: 2 - - uid: 14854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-25.5 - parent: 2 - - uid: 14855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-26.5 - parent: 2 - - uid: 14856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-24.5 - parent: 2 - - uid: 14857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 2 - - uid: 14858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-26.5 - parent: 2 - proto: ChairCursed entities: - - uid: 14859 + - uid: 15353 components: - type: Transform rot: -1.5707963267948966 rad @@ -99571,175 +102102,169 @@ entities: parent: 2 - proto: ChairFolding entities: - - uid: 14860 + - uid: 15354 components: - type: Transform pos: 44.5,5.5 parent: 2 - - uid: 14861 + - uid: 15355 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.53131,3.1913974 parent: 2 - - uid: 14862 + - uid: 15356 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.59492,-48.250904 parent: 2 - - uid: 14863 + - uid: 15357 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,42.5 parent: 2 - - uid: 14864 + - uid: 15358 components: - type: Transform rot: 3.141592653589793 rad pos: 57.570465,14.654764 parent: 2 - - uid: 14865 + - uid: 15359 components: - type: Transform rot: 3.141592653589793 rad pos: -45.436558,-19.29971 parent: 2 - - uid: 14866 + - uid: 15360 components: - type: Transform rot: 3.141592653589793 rad pos: 59.525253,-5.3968754 parent: 2 - - uid: 14867 + - uid: 15361 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.666,-10.188982 parent: 2 - - uid: 14868 + - uid: 15362 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.484047,-112.36513 parent: 2 - - uid: 14869 + - uid: 15363 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.437172,-113.287 parent: 2 - - uid: 14870 + - uid: 15364 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.484047,-112.39638 parent: 2 - - uid: 14871 + - uid: 15365 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.421547,-113.25575 parent: 2 - - uid: 14872 + - uid: 15366 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.32225,-10.282732 parent: 2 - - uid: 14873 + - uid: 15367 components: - type: Transform rot: -1.5707963267948966 rad pos: -95.517624,-10.280629 parent: 2 - - uid: 14874 + - uid: 15368 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.751526,-9.33959 parent: 2 - - uid: 14875 + - uid: 15369 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.39215,-9.33959 parent: 2 - - uid: 14876 + - uid: 15370 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.569016,-2.982798 parent: 2 - - uid: 14877 + - uid: 15371 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.305176,-2.8026257 parent: 2 - - uid: 14878 + - uid: 15372 components: - type: Transform pos: 85.495316,-8.38681 parent: 2 - - uid: 14879 + - uid: 15373 components: - type: Transform pos: -71.495224,-1.5147552 parent: 2 - - uid: 14880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.482578,-47.295265 - parent: 2 - - uid: 14881 + - uid: 15374 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.367828,-30.452507 parent: 2 - - uid: 14882 + - uid: 15375 components: - type: Transform pos: 17.497364,-57.461502 parent: 2 - - uid: 14883 + - uid: 15376 components: - type: Transform rot: 1.5707963267948966 rad pos: -97.4402,-10.319421 parent: 2 - - uid: 14884 + - uid: 15377 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-68.5 parent: 2 - - uid: 14885 + - uid: 15378 components: - type: Transform pos: -42.5,-66.5 parent: 2 - - uid: 14886 + - uid: 15379 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,3.5 parent: 2 - - uid: 14887 + - uid: 15380 components: - type: Transform pos: 45.5,5.5 parent: 2 - - uid: 14888 + - uid: 15381 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,3.5 parent: 2 - - uid: 14889 + - uid: 15382 components: - type: Transform rot: 1.5707963267948966 rad @@ -99747,401 +102272,392 @@ entities: parent: 2 - proto: ChairFoldingSpawnFolded entities: - - uid: 14890 + - uid: 15383 components: - type: Transform pos: 60.50424,-5.34227 parent: 2 - - uid: 14891 + - uid: 15384 components: - type: Transform pos: 60.47593,-5.313385 parent: 2 - - uid: 14892 + - uid: 15385 components: - type: Transform pos: 60.44713,-5.2562504 parent: 2 - - uid: 14893 + - uid: 15386 components: - type: Transform pos: 60.37924,-5.357895 parent: 2 - - uid: 14894 + - uid: 15387 components: - type: Transform pos: 60.47838,-5.1625004 parent: 2 - - uid: 14895 + - uid: 15388 components: - type: Transform pos: 60.5,-5.5 parent: 2 - - uid: 14896 + - uid: 15389 components: - type: Transform pos: 60.494003,-5.0843754 parent: 2 - - uid: 14897 + - uid: 15390 components: - type: Transform pos: 60.5,-5.5 parent: 2 - - uid: 14898 + - uid: 15391 components: - type: Transform pos: 60.44468,-5.375885 parent: 2 - - uid: 14899 + - uid: 15392 components: - type: Transform pos: 60.5,-5.5 parent: 2 - - uid: 14900 + - uid: 15393 components: - type: Transform pos: 60.44713,-5.1156254 parent: 2 - - uid: 14901 + - uid: 15394 components: - type: Transform pos: 60.494003,-5.1312504 parent: 2 - - uid: 14902 + - uid: 15395 components: - type: Transform pos: 60.50963,-5.2718754 parent: 2 + - uid: 15396 + components: + - type: Transform + pos: -7.5843554,-42.53058 + parent: 2 - proto: ChairGreyscale entities: - - uid: 14903 + - uid: 15397 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-3.5 parent: 2 - - uid: 14904 + - uid: 15398 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-4.5 parent: 2 - - uid: 14905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-36.5 - parent: 2 - - uid: 14906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - uid: 14907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-35.5 - parent: 2 - proto: ChairMeat entities: - - uid: 14908 + - uid: 15399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5008883,-23.362421 + pos: -13.5,-28.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + pos: -11.5,-28.5 parent: 2 - proto: ChairOfficeDark entities: - - uid: 14909 + - uid: 15401 components: - type: Transform rot: 3.141592653589793 rad pos: -8.496063,-78.42235 parent: 2 - - uid: 14910 + - uid: 15402 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.57764,-49.38565 parent: 2 - - uid: 14911 + - uid: 15403 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.499516,-49.2919 parent: 2 - - uid: 14912 + - uid: 15404 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.53003,-23.307518 parent: 2 - - uid: 14913 + - uid: 15405 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-33.5 parent: 2 - - uid: 14914 + - uid: 15406 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-38.5 parent: 2 - - uid: 14915 + - uid: 15407 components: - type: Transform pos: -66.5,-39.5 parent: 2 - - uid: 14916 + - uid: 15408 components: - type: Transform pos: 11.5,22.5 parent: 2 - - uid: 14917 + - uid: 15409 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,25.5 parent: 2 - - uid: 14918 + - uid: 15410 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,25.5 parent: 2 - - uid: 14919 + - uid: 15411 components: - type: Transform pos: -10.5,22.5 parent: 2 - - uid: 14920 + - uid: 15412 components: - type: Transform pos: -3.5,20.5 parent: 2 - - uid: 14921 + - uid: 15413 components: - type: Transform pos: 4.5,20.5 parent: 2 - - uid: 14922 + - uid: 15414 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,9.5 parent: 2 - - uid: 14923 + - uid: 15415 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,16.5 parent: 2 - - uid: 14924 + - uid: 15416 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,8.5 parent: 2 - - uid: 14925 + - uid: 15417 components: - type: Transform pos: -3.5,8.5 parent: 2 - - uid: 14926 + - uid: 15418 components: - type: Transform pos: -36.5,4.5 parent: 2 - - uid: 14927 + - uid: 15419 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,6.5 parent: 2 - - uid: 14928 + - uid: 15420 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-36.5 parent: 2 - - uid: 14929 + - uid: 15421 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-40.5 parent: 2 - - uid: 14930 + - uid: 15422 components: - type: Transform pos: 77.5,-29.5 parent: 2 - - uid: 14931 + - uid: 15423 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-27.5 parent: 2 - - uid: 14932 + - uid: 15424 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-72.5 parent: 2 - - uid: 14933 + - uid: 15425 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-51.5 parent: 2 - - uid: 14934 + - uid: 15426 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-52.5 parent: 2 - - uid: 14935 + - uid: 15427 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-82.5 parent: 2 - - uid: 14936 + - uid: 15428 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-96.5 parent: 2 - - uid: 14937 + - uid: 15429 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-54.5 parent: 2 - - uid: 14938 + - uid: 15430 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-53.5 parent: 2 - - uid: 14939 + - uid: 15431 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-47.5 parent: 2 - - uid: 14940 + - uid: 15432 components: - type: Transform pos: 25.5,-75.5 parent: 2 - - uid: 14941 + - uid: 15433 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-11.5 parent: 2 - - uid: 14942 + - uid: 15434 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-10.5 parent: 2 - - uid: 14943 + - uid: 15435 components: - type: Transform pos: -57.5,-8.5 parent: 2 - - uid: 14944 + - uid: 15436 components: - type: Transform pos: -38.5,18.5 parent: 2 - - uid: 14945 + - uid: 15437 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-33.5 parent: 2 - - uid: 14946 + - uid: 15438 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-5.5 parent: 2 - - uid: 14947 + - uid: 15439 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5432,-18.361076 parent: 2 - - uid: 14948 + - uid: 15440 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-1.5 parent: 2 - - uid: 14949 + - uid: 15441 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.59945,-27.290287 parent: 2 - - uid: 14950 + - uid: 15442 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.59856,-7.332609 parent: 2 - - uid: 14951 + - uid: 15443 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,15.5 parent: 2 - - uid: 14952 + - uid: 15444 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.348076,22.622547 parent: 2 - - uid: 14953 + - uid: 15445 components: - type: Transform pos: 49.501556,-53.400707 parent: 2 - - uid: 14954 + - uid: 15446 components: - type: Transform pos: 50.970306,-50.447582 parent: 2 - - uid: 14955 + - uid: 15447 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.470306,-52.338207 parent: 2 - - uid: 14956 + - uid: 15448 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.698174,21.883526 parent: 2 - - uid: 14957 + - uid: 15449 components: - type: Transform rot: 3.141592653589793 rad pos: -10.0770035,10.712402 parent: 2 - - uid: 14958 + - uid: 15450 components: - type: Transform rot: 3.141592653589793 rad pos: -16.01374,4.5388403 parent: 2 - - uid: 14959 + - uid: 15451 components: - type: Transform rot: 1.5707963267948966 rad @@ -100149,294 +102665,294 @@ entities: parent: 2 - proto: ChairOfficeLight entities: - - uid: 14960 + - uid: 15452 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.7184,-2.0877018 parent: 2 - - uid: 14961 + - uid: 15453 components: - type: Transform pos: 35.535645,22.780052 parent: 2 - - uid: 14962 + - uid: 15454 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.42192,23.15841 parent: 2 - - uid: 14963 + - uid: 15455 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.822334,-2.3439455 parent: 2 - - uid: 14964 + - uid: 15456 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.280975,-33.892605 parent: 2 - - uid: 14965 + - uid: 15457 components: - type: Transform pos: -67.5,-76.5 parent: 2 - - uid: 14966 + - uid: 15458 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,1.5 parent: 2 - - uid: 14967 + - uid: 15459 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,16.5 parent: 2 - - uid: 14968 + - uid: 15460 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,15.5 parent: 2 - - uid: 14969 + - uid: 15461 components: - type: Transform pos: 7.5,10.5 parent: 2 - - uid: 14970 + - uid: 15462 components: - type: Transform pos: 6.5,10.5 parent: 2 - - uid: 14971 + - uid: 15463 components: - type: Transform pos: 5.5,10.5 parent: 2 - - uid: 14972 + - uid: 15464 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,7.5 parent: 2 - - uid: 14973 + - uid: 15465 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,7.5 parent: 2 - - uid: 14974 + - uid: 15466 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,7.5 parent: 2 - - uid: 14975 + - uid: 15467 components: - type: Transform pos: -23.5,7.5 parent: 2 - - uid: 14976 + - uid: 15468 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-19.5 parent: 2 - - uid: 14977 + - uid: 15469 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-8.5 parent: 2 - - uid: 14978 + - uid: 15470 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-0.5 parent: 2 - - uid: 14979 + - uid: 15471 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-42.5 parent: 2 - - uid: 14980 + - uid: 15472 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-55.5 parent: 2 - - uid: 14981 + - uid: 15473 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-55.5 parent: 2 - - uid: 14982 + - uid: 15474 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-68.5 parent: 2 - - uid: 14983 + - uid: 15475 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-47.5 parent: 2 - - uid: 14984 + - uid: 15476 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-47.5 parent: 2 - - uid: 14985 + - uid: 15477 components: - type: Transform pos: -49.5,-49.5 parent: 2 - - uid: 14986 + - uid: 15478 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,13.5 parent: 2 - - uid: 14987 + - uid: 15479 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-9.5 parent: 2 - - uid: 14988 + - uid: 15480 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-47.5 parent: 2 - - uid: 14989 + - uid: 15481 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-39.5 parent: 2 - - uid: 14990 + - uid: 15482 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-39.5 parent: 2 - - uid: 14991 + - uid: 15483 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-74.5 parent: 2 - - uid: 14992 + - uid: 15484 components: - type: Transform pos: 43.5,-65.5 parent: 2 - - uid: 14993 + - uid: 15485 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-0.5 parent: 2 - - uid: 14994 + - uid: 15486 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-2.5 parent: 2 - - uid: 14995 + - uid: 15487 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.296524,-2.5252018 parent: 2 - - uid: 14996 + - uid: 15488 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-48.5 parent: 2 - - uid: 14997 + - uid: 15489 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.249725,-28.90823 parent: 2 - - uid: 14998 + - uid: 15490 components: - type: Transform rot: 3.141592653589793 rad pos: -52.28553,-55.28827 parent: 2 - - uid: 14999 + - uid: 15491 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.386272,-33.11982 parent: 2 - - uid: 15000 + - uid: 15492 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.505642,-4.403925 parent: 2 - - uid: 15001 + - uid: 15493 components: - type: Transform pos: 51.490017,-4.41955 parent: 2 - - uid: 15002 + - uid: 15494 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-10.5 parent: 2 - - uid: 15003 + - uid: 15495 components: - type: Transform pos: 52.5,-8.5 parent: 2 - - uid: 15004 + - uid: 15496 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-10.5 parent: 2 - - uid: 15005 + - uid: 15497 components: - type: Transform pos: 51.5,-8.5 parent: 2 - - uid: 15006 + - uid: 15498 components: - type: Transform pos: 49.476986,-4.3249555 parent: 2 - - uid: 15007 + - uid: 15499 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.68715,-2.4314518 parent: 2 - - uid: 15008 + - uid: 15500 components: - type: Transform pos: -73.515274,-2.2908268 parent: 2 - - uid: 15009 + - uid: 15501 components: - type: Transform rot: 3.141592653589793 rad pos: -3.4647849,-78.39688 parent: 2 - - uid: 15010 + - uid: 15502 components: - type: Transform rot: 1.5707963267948966 rad @@ -100444,19 +102960,19 @@ entities: parent: 2 - proto: ChairPilotSeat entities: - - uid: 15011 + - uid: 15503 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,24.5 parent: 2 - - uid: 15012 + - uid: 15504 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-92.5 parent: 2 - - uid: 15013 + - uid: 15505 components: - type: Transform rot: -1.5707963267948966 rad @@ -100464,19 +102980,19 @@ entities: parent: 2 - proto: ChairRitual entities: - - uid: 15014 + - uid: 15506 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-26.5 parent: 2 - - uid: 15015 + - uid: 15507 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-27.5 parent: 2 - - uid: 15016 + - uid: 15508 components: - type: Transform rot: -1.5707963267948966 rad @@ -100484,338 +103000,497 @@ entities: parent: 2 - proto: ChairWood entities: - - uid: 15017 + - uid: 15509 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-3.5 parent: 2 - - uid: 15018 + - uid: 15510 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,3.5 parent: 2 - - uid: 15019 + - uid: 15511 components: - type: Transform pos: 32.5,5.5 parent: 2 - - uid: 15020 + - uid: 15512 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-4.5 parent: 2 - - uid: 15021 + - uid: 15513 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-0.5 parent: 2 - - uid: 15022 + - uid: 15514 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-96.5 parent: 2 - - uid: 15023 + - uid: 15515 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,12.5 parent: 2 - - uid: 15024 + - uid: 15516 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,13.5 parent: 2 - - uid: 15025 + - uid: 15517 components: - type: Transform pos: 32.5,-67.5 parent: 2 - - uid: 15026 + - uid: 15518 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-69.5 parent: 2 - - uid: 15027 + - uid: 15519 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-7.5 parent: 2 - - uid: 15028 + - uid: 15520 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-10.5 parent: 2 - - uid: 15029 + - uid: 15521 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-8.5 parent: 2 - - uid: 15030 + - uid: 15522 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,3.5 parent: 2 - - uid: 15031 + - uid: 15523 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-4.5 parent: 2 - - uid: 15032 + - uid: 15524 components: - type: Transform pos: 36.5,-2.5 parent: 2 - - uid: 15033 + - uid: 15525 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-96.5 parent: 2 - - uid: 15034 + - uid: 15526 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-3.5 parent: 2 - - uid: 15035 + - uid: 15527 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-0.5 parent: 2 - - uid: 15036 + - uid: 15528 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-95.5 parent: 2 - - uid: 15037 + - uid: 15529 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-114.5 parent: 2 - - uid: 15038 + - uid: 15530 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-115.5 parent: 2 - - uid: 15039 + - uid: 15531 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-116.5 parent: 2 - - uid: 15040 + - uid: 15532 components: - type: Transform rot: 1.5707963267948966 rad pos: -84.5,-16.5 parent: 2 - - uid: 15041 + - uid: 15533 components: - type: Transform rot: 1.5707963267948966 rad pos: -84.5,-15.5 parent: 2 - - uid: 15042 + - uid: 15534 components: - type: Transform rot: 1.5707963267948966 rad pos: -84.5,-14.5 parent: 2 - - uid: 15043 + - uid: 15535 components: - type: Transform rot: 3.141592653589793 rad pos: 38.520115,-64.310036 parent: 2 - - uid: 15044 + - uid: 15536 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.546547,-115.38075 parent: 2 - - uid: 15045 + - uid: 15537 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.573105,-90.61801 parent: 2 - - uid: 15046 + - uid: 15538 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,0.5 parent: 2 - - uid: 15047 + - uid: 15539 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,0.5 parent: 2 - - uid: 15048 + - uid: 15540 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-105.5 parent: 2 - - uid: 15049 + - uid: 15541 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-105.5 parent: 2 - - uid: 15050 + - uid: 15542 components: - type: Transform pos: -19.5,-104.5 parent: 2 - - uid: 15051 + - uid: 15543 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-106.5 parent: 2 - - uid: 15052 + - uid: 15544 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-105.5 parent: 2 - - uid: 15053 + - uid: 15545 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-106.5 parent: 2 - - uid: 15054 + - uid: 15546 components: - type: Transform pos: -16.5,-102.5 parent: 2 - - uid: 15055 + - uid: 15547 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-104.5 parent: 2 - - uid: 15056 + - uid: 15548 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.63649,-92.47663 parent: 2 - - uid: 15057 + - uid: 15549 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.60524,-92.50788 parent: 2 - - uid: 15058 + - uid: 15550 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.66774,-93.91413 parent: 2 - - uid: 15059 + - uid: 15551 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.527115,-93.867256 parent: 2 - - uid: 15060 + - uid: 15552 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.98024,-95.242256 parent: 2 +- proto: ChairXeno + entities: + - uid: 15553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-57.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-48.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-45.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-60.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + pos: -2.5,-57.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-23.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-25.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-53.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-55.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-47.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-41.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-42.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-41.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-22.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-23.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-26.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-24.5 + parent: 2 - proto: CheapLighter entities: - - uid: 15061 + - uid: 15580 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.373795,5.7326446 parent: 2 - - uid: 15062 + - uid: 15581 components: - type: Transform pos: -57.500847,-89.26489 parent: 2 - - uid: 15063 + - uid: 15582 components: - type: Transform pos: 81.40401,0.4696207 parent: 2 - proto: CheapRollerBed entities: - - uid: 15064 + - uid: 15583 components: - type: Transform pos: -37.5,-36.5 parent: 2 - - uid: 15065 + - uid: 15584 components: - type: Transform pos: -49.5,-22.5 parent: 2 - - uid: 15066 + - uid: 15585 components: - type: Transform pos: -47.5,-29.5 parent: 2 - - uid: 15067 + - uid: 15586 components: - type: Transform pos: -47.5,-29.5 parent: 2 - - uid: 15068 + - uid: 15587 components: - type: Transform pos: -48.5,-29.5 parent: 2 - - uid: 15069 + - uid: 15588 components: - type: Transform pos: -46.5,-29.5 parent: 2 - - uid: 15070 + - uid: 15589 components: - type: Transform pos: -38.5,-36.5 parent: 2 - proto: ChemDispenser entities: - - uid: 15071 + - uid: 15590 components: - type: Transform pos: -34.5,-33.5 parent: 2 - - uid: 15072 + - uid: 15591 components: - type: Transform pos: -34.5,-29.5 parent: 2 - proto: ChemDispenserMachineCircuitboard entities: - - uid: 15073 + - uid: 15592 components: - type: Transform - pos: -7.436639,-63.408432 + pos: -8.3427725,-63.258293 parent: 2 - proto: ChemicalMedipen entities: @@ -100840,63 +103515,63 @@ entities: ent: 36 - proto: ChemicalPayload entities: - - uid: 15074 + - uid: 15593 components: - type: Transform pos: -68.6147,-67.46758 parent: 2 - - uid: 15075 + - uid: 15594 components: - type: Transform pos: -68.45845,-67.38946 parent: 2 - - uid: 15076 + - uid: 15595 components: - type: Transform pos: -68.349075,-67.46758 parent: 2 - - uid: 15077 + - uid: 15596 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.699608,-31.262802 parent: 2 - - uid: 15078 + - uid: 15597 components: - type: Transform pos: -52.264374,-2.7246375 parent: 2 - - uid: 15079 + - uid: 15598 components: - type: Transform pos: -38.70702,-32.901443 parent: 2 - - uid: 15080 + - uid: 15599 components: - type: Transform pos: -50.6551,-60.29961 parent: 2 - - uid: 15081 + - uid: 15600 components: - type: Transform pos: -50.6551,-60.29961 parent: 2 - - uid: 15082 + - uid: 15601 components: - type: Transform pos: -50.6551,-60.29961 parent: 2 - - uid: 15083 + - uid: 15602 components: - type: Transform pos: -38.70702,-32.901443 parent: 2 - - uid: 15084 + - uid: 15603 components: - type: Transform pos: -38.722645,-32.88582 parent: 2 - - uid: 15085 + - uid: 15604 components: - type: Transform pos: -38.70702,-32.901443 @@ -100911,51 +103586,51 @@ entities: canCollide: False - proto: ChemistryBottleEpinephrine entities: - - uid: 15086 + - uid: 15605 components: - type: Transform pos: 62.75173,-2.440353 parent: 2 - - uid: 15087 + - uid: 15606 components: - type: Transform pos: -45.64116,-10.314175 parent: 2 - proto: ChemistryBottleEthanol entities: - - uid: 1944 + - uid: 1986 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryBottleEZNutrient entities: - - uid: 2602 + - uid: 2636 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2603 + - uid: 2637 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ChemistryBottleHydrogen entities: - - uid: 1945 + - uid: 1987 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryBottleLead entities: - - uid: 15088 + - uid: 15607 components: - type: MetaData desc: Что дед мороз мне подарит? @@ -100965,13 +103640,13 @@ entities: parent: 2 - proto: ChemistryBottleLeft4Zed entities: - - uid: 2605 + - uid: 2639 components: - type: Transform - parent: 2604 + parent: 2638 - type: Physics canCollide: False - - uid: 15089 + - uid: 15608 components: - type: Transform pos: 36.64995,23.117214 @@ -100986,116 +103661,116 @@ entities: canCollide: False - proto: ChemistryBottlePhosphorus entities: - - uid: 1946 + - uid: 1988 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryBottlePotassium entities: - - uid: 1947 + - uid: 1989 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryBottleUnstableMutagen entities: - - uid: 15090 + - uid: 15609 components: - type: Transform pos: 36.446823,22.992214 parent: 2 - proto: ChemistryEmptyBottle01 entities: - - uid: 1948 + - uid: 1990 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - - uid: 1949 + - uid: 1991 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryEmptyBottle02 entities: - - uid: 1950 + - uid: 1992 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - - uid: 1951 + - uid: 1993 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryEmptyBottle03 entities: - - uid: 1952 + - uid: 1994 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryEmptyBottle04 entities: - - uid: 1953 + - uid: 1995 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: ChemistryHotplate entities: - - uid: 15091 + - uid: 15610 components: - type: Transform pos: 28.5,12.5 parent: 2 - - uid: 15092 + - uid: 15611 components: - type: Transform pos: -36.5,-31.5 parent: 2 - proto: ChemMaster entities: - - uid: 15093 + - uid: 15612 components: - type: Transform pos: 36.5,21.5 parent: 2 - - uid: 15094 + - uid: 15613 components: - type: Transform pos: -34.5,-28.5 parent: 2 - - uid: 15095 + - uid: 15614 components: - type: Transform pos: -34.5,-34.5 parent: 2 - proto: ChessBoard entities: - - uid: 15096 + - uid: 15615 components: - type: Transform pos: -59.52525,-9.469836 parent: 2 - proto: ChurchBell entities: - - uid: 15097 + - uid: 15616 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-65.5 parent: 2 - - uid: 15098 + - uid: 15617 components: - type: Transform rot: 3.141592653589793 rad @@ -101103,7 +103778,7 @@ entities: parent: 2 - proto: ChurchOrganInstrument entities: - - uid: 15099 + - uid: 15618 components: - type: Transform rot: 3.141592653589793 rad @@ -101111,70 +103786,70 @@ entities: parent: 2 - proto: Cigar entities: - - uid: 15100 + - uid: 15619 components: - type: Transform pos: 77.70103,-26.411095 parent: 2 - - uid: 15101 + - uid: 15620 components: - type: Transform pos: 36.530045,3.6545196 parent: 2 - proto: CigaretteNutriment entities: - - uid: 15102 + - uid: 15621 components: - type: Transform pos: -55.516136,-92.45141 parent: 2 - - uid: 15103 + - uid: 15622 components: - type: Transform pos: -55.37551,-92.32641 parent: 2 - proto: CigaretteSpent entities: - - uid: 15104 + - uid: 15623 components: - type: Transform pos: -68.60111,-12.42276 parent: 2 - - uid: 15105 + - uid: 15624 components: - type: Transform pos: -68.31986,-12.969635 parent: 2 - - uid: 15106 + - uid: 15625 components: - type: Transform pos: -67.97611,-13.313385 parent: 2 - - uid: 15107 + - uid: 15626 components: - type: Transform pos: -68.27299,-12.032135 parent: 2 - proto: CigarGold entities: - - uid: 15108 + - uid: 15627 components: - type: Transform pos: 13.70711,15.040446 parent: 2 - - uid: 15109 + - uid: 15628 components: - type: Transform pos: 56.175175,-2.397201 parent: 2 - - uid: 15110 + - uid: 15629 components: - type: Transform pos: 56.40969,-2.412826 parent: 2 - proto: CigarGoldCase entities: - - uid: 15111 + - uid: 15630 components: - type: Transform rot: 1.5707963267948966 rad @@ -101182,28 +103857,38 @@ entities: parent: 2 - proto: CigarSpent entities: - - uid: 15112 + - uid: 15631 components: - type: Transform pos: 23.683548,-69.26234 parent: 2 +- proto: CigPackBlack + entities: + - uid: 15632 + components: + - type: Transform + pos: -11.250696,-41.35665 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed - proto: CigPackRed entities: - - uid: 15113 + - uid: 15633 components: - type: Transform pos: 57.99822,15.640291 parent: 2 - proto: CircuitImprinter entities: - - uid: 15114 + - uid: 15634 components: - type: Transform pos: -34.5,-61.5 parent: 2 - proto: CleanerDispenser entities: - - uid: 15115 + - uid: 15635 components: - type: Transform rot: 3.141592653589793 rad @@ -101211,57 +103896,55 @@ entities: parent: 2 - proto: CloningConsoleComputerCircuitboard entities: - - uid: 15117 + - uid: 15636 components: - type: Transform - parent: 15116 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -4.4356403,-45.403324 + parent: 2 - proto: CloningPodMachineCircuitboard entities: - - uid: 15119 + - uid: 15638 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClosetBombFilled entities: - - uid: 15126 + - uid: 15645 components: - type: Transform pos: 57.5,-20.5 parent: 2 - - uid: 15127 + - uid: 15646 components: - type: Transform pos: -67.5,-67.5 parent: 2 - - uid: 15128 + - uid: 15647 components: - type: Transform pos: -67.5,-63.5 parent: 2 - - uid: 15129 + - uid: 15648 components: - type: Transform pos: -65.5,-68.5 parent: 2 - - uid: 15130 + - uid: 15649 components: - type: Transform pos: 70.5,6.5 parent: 2 - - uid: 15131 + - uid: 15650 components: - type: Transform pos: 71.5,6.5 parent: 2 - proto: ClosetChefFilled entities: - - uid: 15132 + - uid: 15651 components: - type: Transform pos: 79.5,-19.5 @@ -101284,24 +103967,24 @@ entities: - 0 - 0 - 0 - - uid: 15133 + - uid: 15652 components: - type: Transform pos: 24.5,11.5 parent: 2 - proto: ClosetEmergencyFilledRandom entities: - - uid: 15134 + - uid: 15653 components: - type: Transform pos: 44.5,-89.5 parent: 2 - - uid: 15135 + - uid: 15654 components: - type: Transform pos: -42.5,4.5 parent: 2 - - uid: 15136 + - uid: 15655 components: - type: Transform pos: -36.5,-14.5 @@ -101324,307 +104007,307 @@ entities: - 0 - 0 - 0 - - uid: 15137 + - uid: 15656 components: - type: Transform pos: -76.5,-40.5 parent: 2 - - uid: 15138 + - uid: 15657 components: - type: Transform pos: -50.5,6.5 parent: 2 - - uid: 15139 + - uid: 15658 components: - type: Transform pos: 42.5,-53.5 parent: 2 - - uid: 15140 + - uid: 15659 components: - type: Transform pos: 63.5,-71.5 parent: 2 - - uid: 15141 + - uid: 15660 components: - type: Transform pos: 17.5,-76.5 parent: 2 - - uid: 15142 + - uid: 15661 components: - type: Transform pos: -67.5,-41.5 parent: 2 - - uid: 15143 + - uid: 15662 components: - type: Transform pos: 85.5,-42.5 parent: 2 - - uid: 15144 + - uid: 15663 components: - type: Transform pos: 89.5,-20.5 parent: 2 - - uid: 15145 + - uid: 15664 components: - type: Transform pos: 100.5,-24.5 parent: 2 - - uid: 15146 + - uid: 15665 components: - type: Transform pos: 100.5,-38.5 parent: 2 - - uid: 15147 + - uid: 15666 components: - type: Transform pos: 59.5,-70.5 parent: 2 - - uid: 15148 + - uid: 15667 components: - type: Transform pos: 108.5,-37.5 parent: 2 - - uid: 15149 + - uid: 15668 components: - type: Transform pos: 108.5,-25.5 parent: 2 - - uid: 15150 + - uid: 15669 components: - type: Transform pos: -30.5,-11.5 parent: 2 - - uid: 15151 + - uid: 15670 components: - type: Transform pos: -30.5,-60.5 parent: 2 - - uid: 15152 + - uid: 15671 components: - type: Transform pos: 19.5,-74.5 parent: 2 - - uid: 15153 + - uid: 15672 components: - type: Transform pos: 51.5,-30.5 parent: 2 - - uid: 15154 + - uid: 15673 components: - type: Transform pos: 31.5,-28.5 parent: 2 - - uid: 15155 + - uid: 15674 components: - type: Transform pos: 35.5,-55.5 parent: 2 - - uid: 15156 + - uid: 15675 components: - type: Transform pos: 19.5,-83.5 parent: 2 - - uid: 15157 + - uid: 15676 components: - type: Transform pos: -52.5,-79.5 parent: 2 - - uid: 15158 + - uid: 15677 components: - type: Transform pos: -64.5,-62.5 parent: 2 - - uid: 15159 + - uid: 15678 components: - type: Transform pos: -61.5,-35.5 parent: 2 - - uid: 15160 + - uid: 15679 components: - type: Transform pos: -33.5,-3.5 parent: 2 - - uid: 15161 + - uid: 15680 components: - type: Transform pos: 19.5,4.5 parent: 2 - - uid: 15162 + - uid: 15681 components: - type: Transform pos: 41.5,-20.5 parent: 2 - - uid: 15163 + - uid: 15682 components: - type: Transform pos: 68.5,-16.5 parent: 2 - - uid: 15164 + - uid: 15683 components: - type: Transform pos: -72.5,-31.5 parent: 2 - - uid: 15165 + - uid: 15684 components: - type: Transform pos: -37.5,-95.5 parent: 2 - - uid: 15166 + - uid: 15685 components: - type: Transform pos: -76.5,-29.5 parent: 2 - - uid: 15167 + - uid: 15686 components: - type: Transform pos: -51.5,-51.5 parent: 2 - - uid: 15168 + - uid: 15687 components: - type: Transform pos: -69.5,-26.5 parent: 2 - - uid: 15169 + - uid: 15688 components: - type: Transform pos: -56.5,3.5 parent: 2 - - uid: 15170 + - uid: 15689 components: - type: Transform pos: 49.5,-29.5 parent: 2 - - uid: 15171 + - uid: 15690 components: - type: Transform pos: -19.5,14.5 parent: 2 - - uid: 15172 + - uid: 15691 components: - type: Transform pos: 23.5,-1.5 parent: 2 - - uid: 15173 + - uid: 15692 components: - type: Transform pos: -23.5,-1.5 parent: 2 - - uid: 15174 + - uid: 15693 components: - type: Transform pos: -30.5,-27.5 parent: 2 - - uid: 15175 + - uid: 15694 components: - type: Transform pos: 107.5,-47.5 parent: 2 - - uid: 15176 + - uid: 15695 components: - type: Transform pos: -39.5,-79.5 parent: 2 - - uid: 15177 + - uid: 15696 components: - type: Transform pos: 35.5,-76.5 parent: 2 - - uid: 15178 + - uid: 15697 components: - type: Transform pos: 21.5,21.5 parent: 2 - - uid: 15179 + - uid: 15698 components: - type: Transform pos: 91.5,-54.5 parent: 2 - - uid: 15180 + - uid: 15699 components: - type: Transform pos: 93.5,-46.5 parent: 2 - - uid: 15181 + - uid: 15700 components: - type: Transform pos: 111.5,-44.5 parent: 2 - - uid: 15182 + - uid: 15701 components: - type: Transform pos: -66.5,-0.5 parent: 2 - - uid: 15183 + - uid: 15702 components: - type: Transform pos: -55.5,7.5 parent: 2 - - uid: 15184 + - uid: 15703 components: - type: Transform pos: -66.5,-4.5 parent: 2 - - uid: 15185 + - uid: 15704 components: - type: Transform pos: -56.5,-103.5 parent: 2 - - uid: 15186 + - uid: 15705 components: - type: Transform pos: -29.5,-109.5 parent: 2 - - uid: 15187 + - uid: 15706 components: - type: Transform pos: -44.5,-107.5 parent: 2 - - uid: 15188 + - uid: 15707 components: - type: Transform pos: -89.5,-3.5 parent: 2 - - uid: 15189 + - uid: 15708 components: - type: Transform pos: -81.5,-1.5 parent: 2 - - uid: 15190 + - uid: 15709 components: - type: Transform pos: -77.5,-15.5 parent: 2 - - uid: 15191 + - uid: 15710 components: - type: Transform pos: -72.5,-4.5 parent: 2 - - uid: 15192 + - uid: 15711 components: - type: Transform pos: 92.5,-78.5 parent: 2 - - uid: 15193 + - uid: 15712 components: - type: Transform pos: 96.5,-84.5 parent: 2 - - uid: 15194 + - uid: 15713 components: - type: Transform pos: 96.5,-76.5 parent: 2 - - uid: 15195 + - uid: 15714 components: - type: Transform pos: -35.5,-119.5 parent: 2 - - uid: 15196 + - uid: 15715 components: - type: Transform pos: -58.5,-118.5 parent: 2 - - uid: 15197 + - uid: 15716 components: - type: Transform pos: 40.5,31.5 @@ -101647,119 +104330,119 @@ entities: - 0 - 0 - 0 - - uid: 15198 + - uid: 15717 components: - type: Transform pos: -51.5,-40.5 parent: 2 - - uid: 15199 + - uid: 15718 components: - type: Transform pos: 41.5,14.5 parent: 2 - - uid: 15200 + - uid: 15719 components: - type: Transform pos: 1.5,-5.5 parent: 2 - - uid: 15201 + - uid: 15720 components: - type: Transform pos: 39.5,18.5 parent: 2 - - uid: 15202 + - uid: 15721 components: - type: Transform pos: 25.5,18.5 parent: 2 - - uid: 15203 + - uid: 15722 components: - type: Transform pos: -14.5,-100.5 parent: 2 - - uid: 15204 + - uid: 15723 components: - type: Transform pos: -22.5,-98.5 parent: 2 - - uid: 15205 + - uid: 15724 components: - type: Transform pos: -52.5,-130.5 parent: 2 - proto: ClosetEmergencyN2FilledRandom entities: - - uid: 15206 + - uid: 15725 components: - type: Transform pos: -13.5,-79.5 parent: 2 - - uid: 15207 + - uid: 15726 components: - type: Transform pos: 63.5,-49.5 parent: 2 - - uid: 15208 + - uid: 15727 components: - type: Transform pos: -32.5,-69.5 parent: 2 - - uid: 15209 + - uid: 15728 components: - type: Transform pos: 20.5,-70.5 parent: 2 - - uid: 15210 + - uid: 15729 components: - type: Transform pos: 99.5,-44.5 parent: 2 - - uid: 15211 + - uid: 15730 components: - type: Transform pos: 31.5,24.5 parent: 2 - - uid: 15212 + - uid: 15731 components: - type: Transform pos: -41.5,9.5 parent: 2 - - uid: 15213 + - uid: 15732 components: - type: Transform pos: 38.5,-55.5 parent: 2 - - uid: 15214 + - uid: 15733 components: - type: Transform pos: 101.5,-38.5 parent: 2 - - uid: 15215 + - uid: 15734 components: - type: Transform pos: 6.5,-78.5 parent: 2 - - uid: 15216 + - uid: 15735 components: - type: Transform pos: -70.5,-32.5 parent: 2 - - uid: 15217 + - uid: 15736 components: - type: Transform pos: 6.5,24.5 parent: 2 - - uid: 15218 + - uid: 15737 components: - type: Transform pos: -23.5,17.5 parent: 2 - - uid: 15219 + - uid: 15738 components: - type: Transform pos: -61.5,6.5 parent: 2 - - uid: 15220 + - uid: 15739 components: - type: Transform anchored: True @@ -101767,116 +104450,116 @@ entities: parent: 2 - type: Physics bodyType: Static - - uid: 15221 + - uid: 15740 components: - type: Transform pos: 18.5,-83.5 parent: 2 - - uid: 15222 + - uid: 15741 components: - type: Transform pos: -16.5,15.5 parent: 2 - - uid: 15223 + - uid: 15742 components: - type: Transform pos: -14.5,18.5 parent: 2 - - uid: 15224 + - uid: 15743 components: - type: Transform pos: 70.5,-6.5 parent: 2 - - uid: 15225 + - uid: 15744 components: - type: Transform pos: 75.5,5.5 parent: 2 - - uid: 15226 + - uid: 15745 components: - type: Transform pos: -19.5,-98.5 parent: 2 - proto: ClosetFire entities: - - uid: 15227 + - uid: 15746 components: - type: Transform pos: -74.5,-29.5 parent: 2 - proto: ClosetFireFilled entities: - - uid: 15228 + - uid: 15747 components: - type: Transform pos: 106.5,-52.5 parent: 2 - - uid: 15229 + - uid: 15748 components: - type: Transform pos: 89.5,-44.5 parent: 2 - - uid: 15230 + - uid: 15749 components: - type: Transform pos: -39.5,-80.5 parent: 2 - - uid: 15231 + - uid: 15750 components: - type: Transform pos: 31.5,-29.5 parent: 2 - - uid: 15232 + - uid: 15751 components: - type: Transform pos: 16.5,-74.5 parent: 2 - - uid: 15233 + - uid: 15752 components: - type: Transform pos: -30.5,-59.5 parent: 2 - - uid: 15234 + - uid: 15753 components: - type: Transform pos: -30.5,-26.5 parent: 2 - - uid: 15235 + - uid: 15754 components: - type: Transform pos: -30.5,-9.5 parent: 2 - - uid: 15236 + - uid: 15755 components: - type: Transform pos: -67.5,-34.5 parent: 2 - - uid: 15237 + - uid: 15756 components: - type: Transform pos: 46.5,-53.5 parent: 2 - - uid: 15238 + - uid: 15757 components: - type: Transform pos: -64.5,-45.5 parent: 2 - - uid: 15239 + - uid: 15758 components: - type: Transform pos: 47.5,-89.5 parent: 2 - - uid: 15240 + - uid: 15759 components: - type: Transform pos: 61.5,-70.5 parent: 2 - - uid: 15241 + - uid: 15760 components: - type: Transform pos: -51.5,-45.5 parent: 2 - - uid: 15242 + - uid: 15761 components: - type: Transform pos: 35.5,-19.5 @@ -101899,87 +104582,87 @@ entities: - 0 - 0 - 0 - - uid: 15243 + - uid: 15762 components: - type: Transform pos: -42.5,6.5 parent: 2 - - uid: 15244 + - uid: 15763 components: - type: Transform pos: -34.5,-14.5 parent: 2 - - uid: 15245 + - uid: 15764 components: - type: Transform pos: 40.5,-71.5 parent: 2 - - uid: 15246 + - uid: 15765 components: - type: Transform pos: 36.5,-55.5 parent: 2 - - uid: 15247 + - uid: 15766 components: - type: Transform pos: 64.5,-44.5 parent: 2 - - uid: 15248 + - uid: 15767 components: - type: Transform pos: -52.5,-89.5 parent: 2 - - uid: 15249 + - uid: 15768 components: - type: Transform pos: -65.5,-16.5 parent: 2 - - uid: 15250 + - uid: 15769 components: - type: Transform pos: 44.5,17.5 parent: 2 - - uid: 15251 + - uid: 15770 components: - type: Transform pos: -35.5,17.5 parent: 2 - - uid: 15252 + - uid: 15771 components: - type: Transform pos: 100.5,-20.5 parent: 2 - - uid: 15253 + - uid: 15772 components: - type: Transform pos: 89.5,-38.5 parent: 2 - - uid: 15254 + - uid: 15773 components: - type: Transform pos: 85.5,-20.5 parent: 2 - - uid: 15255 + - uid: 15774 components: - type: Transform pos: 100.5,-42.5 parent: 2 - - uid: 15256 + - uid: 15775 components: - type: Transform pos: 108.5,-38.5 parent: 2 - - uid: 15257 + - uid: 15776 components: - type: Transform pos: 108.5,-24.5 parent: 2 - - uid: 15258 + - uid: 15777 components: - type: Transform pos: 52.5,-30.5 parent: 2 - - uid: 15259 + - uid: 15778 components: - type: Transform pos: -67.5,10.5 @@ -102002,84 +104685,84 @@ entities: - 0 - 0 - 0 - - uid: 15260 + - uid: 15779 components: - type: Transform pos: -13.5,2.5 parent: 2 - - uid: 15261 + - uid: 15780 components: - type: Transform pos: -54.5,-102.5 parent: 2 - - uid: 15262 + - uid: 15781 components: - type: Transform pos: 109.5,-53.5 parent: 2 - - uid: 15263 + - uid: 15782 components: - type: Transform pos: -68.5,1.5 parent: 2 - - uid: 15264 + - uid: 15783 components: - type: Transform pos: 77.5,-44.5 parent: 2 - - uid: 15265 + - uid: 15784 components: - type: Transform pos: -39.5,-108.5 parent: 2 - - uid: 15266 + - uid: 15785 components: - type: Transform pos: -70.5,6.5 parent: 2 - - uid: 15267 + - uid: 15786 components: - type: Transform pos: -75.5,-3.5 parent: 2 - - uid: 15268 + - uid: 15787 components: - type: Transform pos: 100.5,-76.5 parent: 2 - - uid: 15269 + - uid: 15788 components: - type: Transform pos: -58.5,-51.5 parent: 2 - - uid: 15270 + - uid: 15789 components: - type: Transform pos: -50.5,-40.5 parent: 2 - - uid: 15271 + - uid: 15790 components: - type: Transform pos: -82.5,-21.5 parent: 2 - - uid: 15272 + - uid: 15791 components: - type: Transform pos: 1.5,-4.5 parent: 2 - - uid: 15273 + - uid: 15792 components: - type: Transform pos: -26.5,-105.5 parent: 2 - - uid: 15274 + - uid: 15793 components: - type: Transform pos: 59.5,-63.5 parent: 2 - proto: ClosetJanitor entities: - - uid: 2593 + - uid: 2627 components: - type: Transform pos: 72.5,-10.5 @@ -102108,10 +104791,10 @@ entities: showEnts: False occludes: True ents: - - 2595 - - 2596 - - 2594 - - 2597 + - 2629 + - 2630 + - 2628 + - 2631 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -102152,7 +104835,7 @@ entities: showEnts: False occludes: True ent: null - - uid: 15275 + - uid: 15794 components: - type: Transform pos: 3.5,-2.5 @@ -102177,14 +104860,14 @@ entities: - 0 - proto: ClosetL3Filled entities: - - uid: 15276 + - uid: 15795 components: - type: Transform pos: 33.5,20.5 parent: 2 - proto: ClosetL3Janitor entities: - - uid: 15277 + - uid: 15796 components: - type: Transform pos: -50.5,-57.5 @@ -102213,15 +104896,15 @@ entities: showEnts: False occludes: True ents: - - 15278 - - 15279 + - 15797 + - 15798 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: ClosetL3JanitorFilled entities: - - uid: 15280 + - uid: 15799 components: - type: Transform pos: -46.5,-91.5 @@ -102244,72 +104927,72 @@ entities: - 0 - 0 - 0 - - uid: 15281 + - uid: 15800 components: - type: Transform pos: 9.5,1.5 parent: 2 - proto: ClosetL3ScienceFilled entities: - - uid: 15282 + - uid: 15801 components: - type: Transform pos: -64.5,-68.5 parent: 2 - proto: ClosetL3SecurityFilled entities: - - uid: 15283 + - uid: 15802 components: - type: Transform pos: 68.5,5.5 parent: 2 - - uid: 15284 + - uid: 15803 components: - type: Transform pos: 67.5,5.5 parent: 2 - - uid: 15285 + - uid: 15804 components: - type: Transform pos: 67.5,3.5 parent: 2 - - uid: 15286 + - uid: 15805 components: - type: Transform pos: 69.5,5.5 parent: 2 - - uid: 15287 + - uid: 15806 components: - type: Transform pos: 68.5,3.5 parent: 2 - proto: ClosetL3VirologyFilled entities: - - uid: 15288 + - uid: 15807 components: - type: Transform pos: -43.5,4.5 parent: 2 - - uid: 15289 + - uid: 15808 components: - type: Transform pos: -41.5,4.5 parent: 2 - - uid: 15290 + - uid: 15809 components: - type: Transform pos: -48.5,6.5 parent: 2 - proto: ClosetLegalFilled entities: - - uid: 15291 + - uid: 15810 components: - type: Transform pos: 72.5,-35.5 parent: 2 - proto: ClosetMaintenance entities: - - uid: 15292 + - uid: 15811 components: - type: MetaData name: шкаф @@ -102340,42 +105023,42 @@ entities: showEnts: False occludes: True ents: - - 15296 - - 15294 - - 15295 - - 15293 + - 15815 + - 15813 + - 15814 + - 15812 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: ClosetMaintenanceFilledRandom entities: - - uid: 15297 + - uid: 15816 components: - type: Transform pos: -20.5,-98.5 parent: 2 - - uid: 15298 + - uid: 15817 components: - type: Transform pos: -28.497223,-100.501205 parent: 2 - - uid: 15299 + - uid: 15818 components: - type: Transform pos: -27.5,-109.5 parent: 2 - - uid: 15300 + - uid: 15819 components: - type: Transform pos: 74.5,-44.5 parent: 2 - - uid: 15301 + - uid: 15820 components: - type: Transform pos: 101.5,-47.5 parent: 2 - - uid: 15302 + - uid: 15821 components: - type: Transform pos: -68.5,-52.5 @@ -102398,12 +105081,12 @@ entities: - 0 - 0 - 0 - - uid: 15303 + - uid: 15822 components: - type: Transform pos: 78.5,-24.5 parent: 2 - - uid: 15304 + - uid: 15823 components: - type: Transform pos: 33.5,-26.5 @@ -102426,32 +105109,32 @@ entities: - 0 - 0 - 0 - - uid: 15305 + - uid: 15824 components: - type: Transform pos: 41.5,-18.5 parent: 2 - - uid: 15306 + - uid: 15825 components: - type: Transform pos: 39.5,-9.5 parent: 2 - - uid: 15307 + - uid: 15826 components: - type: Transform pos: 20.5,12.5 parent: 2 - - uid: 15308 + - uid: 15827 components: - type: Transform pos: -33.5,-4.5 parent: 2 - - uid: 15309 + - uid: 15828 components: - type: Transform pos: -41.5,6.5 parent: 2 - - uid: 15310 + - uid: 15829 components: - type: Transform pos: -31.5,-13.5 @@ -102474,12 +105157,12 @@ entities: - 0 - 0 - 0 - - uid: 15311 + - uid: 15830 components: - type: Transform pos: -32.5,-22.5 parent: 2 - - uid: 15312 + - uid: 15831 components: - type: Transform pos: -63.5,-55.5 @@ -102502,7 +105185,7 @@ entities: - 0 - 0 - 0 - - uid: 15313 + - uid: 15832 components: - type: Transform pos: -56.5,-62.5 @@ -102525,12 +105208,12 @@ entities: - 0 - 0 - 0 - - uid: 15314 + - uid: 15833 components: - type: Transform pos: -55.5,-78.5 parent: 2 - - uid: 15315 + - uid: 15834 components: - type: Transform pos: -46.5,-77.5 @@ -102553,62 +105236,62 @@ entities: - 0 - 0 - 0 - - uid: 15316 + - uid: 15835 components: - type: Transform pos: -37.5,-94.5 parent: 2 - - uid: 15317 + - uid: 15836 components: - type: Transform pos: -39.5,-76.5 parent: 2 - - uid: 15318 + - uid: 15837 components: - type: Transform pos: -31.5,-62.5 parent: 2 - - uid: 15319 + - uid: 15838 components: - type: Transform pos: -14.5,-79.5 parent: 2 - - uid: 15320 + - uid: 15839 components: - type: Transform pos: 21.5,-83.5 parent: 2 - - uid: 15321 + - uid: 15840 components: - type: Transform pos: 41.5,-56.5 parent: 2 - - uid: 15322 + - uid: 15841 components: - type: Transform pos: 62.5,-45.5 parent: 2 - - uid: 15323 + - uid: 15842 components: - type: Transform pos: 47.5,-28.5 parent: 2 - - uid: 15324 + - uid: 15843 components: - type: Transform pos: 73.5,-24.5 parent: 2 - - uid: 15325 + - uid: 15844 components: - type: Transform pos: -61.5,-40.5 parent: 2 - - uid: 15326 + - uid: 15845 components: - type: Transform pos: -39.5,-90.5 parent: 2 - - uid: 15327 + - uid: 15846 components: - type: Transform pos: 63.5,-54.5 @@ -102631,32 +105314,32 @@ entities: - 0 - 0 - 0 - - uid: 15328 + - uid: 15847 components: - type: Transform pos: -72.5,-33.5 parent: 2 - - uid: 15329 + - uid: 15848 components: - type: Transform pos: 56.5,-46.5 parent: 2 - - uid: 15330 + - uid: 15849 components: - type: Transform pos: -52.5,-88.5 parent: 2 - - uid: 15331 + - uid: 15850 components: - type: Transform pos: -45.5,-95.5 parent: 2 - - uid: 15332 + - uid: 15851 components: - type: Transform pos: -38.5,12.5 parent: 2 - - uid: 15333 + - uid: 15852 components: - type: Transform pos: -28.5,17.5 @@ -102679,22 +105362,22 @@ entities: - 0 - 0 - 0 - - uid: 15334 + - uid: 15853 components: - type: Transform pos: -24.5,14.5 parent: 2 - - uid: 15335 + - uid: 15854 components: - type: Transform pos: -15.5,12.5 parent: 2 - - uid: 15336 + - uid: 15855 components: - type: Transform pos: 76.5,-16.5 parent: 2 - - uid: 15337 + - uid: 15856 components: - type: Transform pos: 88.5,-44.5 @@ -102717,7 +105400,7 @@ entities: - 0 - 0 - 0 - - uid: 15338 + - uid: 15857 components: - type: Transform pos: 109.5,-52.5 @@ -102740,17 +105423,17 @@ entities: - 0 - 0 - 0 - - uid: 15339 + - uid: 15858 components: - type: Transform pos: 35.5,-77.5 parent: 2 - - uid: 15340 + - uid: 15859 components: - type: Transform pos: -41.5,-122.5 parent: 2 - - uid: 15341 + - uid: 15860 components: - type: Transform pos: -43.5,-120.5 @@ -102773,52 +105456,52 @@ entities: - 0 - 0 - 0 - - uid: 15342 + - uid: 15861 components: - type: Transform pos: -57.5,-69.5 parent: 2 - - uid: 15343 + - uid: 15862 components: - type: Transform pos: 102.5,-44.5 parent: 2 - - uid: 15344 + - uid: 15863 components: - type: Transform pos: -79.5,-19.5 parent: 2 - - uid: 15345 + - uid: 15864 components: - type: Transform pos: -64.5,6.5 parent: 2 - - uid: 15346 + - uid: 15865 components: - type: Transform pos: -59.5,3.5 parent: 2 - - uid: 15347 + - uid: 15866 components: - type: Transform pos: -52.5,4.5 parent: 2 - - uid: 15348 + - uid: 15867 components: - type: Transform pos: -56.5,-100.5 parent: 2 - - uid: 15349 + - uid: 15868 components: - type: Transform pos: -54.5,-96.5 parent: 2 - - uid: 15350 + - uid: 15869 components: - type: Transform pos: -33.5,-112.5 parent: 2 - - uid: 15351 + - uid: 15870 components: - type: Transform pos: -44.5,-111.5 @@ -102841,17 +105524,17 @@ entities: - 0 - 0 - 0 - - uid: 15352 + - uid: 15871 components: - type: Transform pos: -37.5,-106.5 parent: 2 - - uid: 15353 + - uid: 15872 components: - type: Transform pos: -51.5,-119.5 parent: 2 - - uid: 15354 + - uid: 15873 components: - type: Transform pos: -64.5,-28.5 @@ -102874,27 +105557,27 @@ entities: - 0 - 0 - 0 - - uid: 15355 + - uid: 15874 components: - type: Transform pos: -74.5,-16.5 parent: 2 - - uid: 15356 + - uid: 15875 components: - type: Transform pos: -70.5,-6.5 parent: 2 - - uid: 15357 + - uid: 15876 components: - type: Transform pos: -76.5,-3.5 parent: 2 - - uid: 15358 + - uid: 15877 components: - type: Transform pos: -78.5,-15.5 parent: 2 - - uid: 15359 + - uid: 15878 components: - type: Transform pos: -81.5,4.5 @@ -102917,7 +105600,7 @@ entities: - 0 - 0 - 0 - - uid: 15360 + - uid: 15879 components: - type: Transform pos: -87.5,-5.5 @@ -102940,17 +105623,17 @@ entities: - 0 - 0 - 0 - - uid: 15361 + - uid: 15880 components: - type: Transform pos: 34.5,27.5 parent: 2 - - uid: 15362 + - uid: 15881 components: - type: Transform pos: 40.5,28.5 parent: 2 - - uid: 15363 + - uid: 15882 components: - type: Transform pos: 33.5,35.5 @@ -102973,7 +105656,7 @@ entities: - 0 - 0 - 0 - - uid: 15364 + - uid: 15883 components: - type: Transform pos: 31.5,34.5 @@ -102996,111 +105679,111 @@ entities: - 0 - 0 - 0 - - uid: 15365 + - uid: 15884 components: - type: Transform pos: 72.5,-17.5 parent: 2 - - uid: 15366 + - uid: 15885 components: - type: Transform pos: -56.5,-80.5 parent: 2 - - uid: 15367 + - uid: 15886 components: - type: Transform pos: 83.5,-55.5 parent: 2 - - uid: 15368 + - uid: 15887 components: - type: Transform pos: 83.5,-44.5 parent: 2 - - uid: 15369 + - uid: 15888 components: - type: Transform pos: 27.5,25.5 parent: 2 - - uid: 15370 + - uid: 15889 components: - type: Transform pos: 39.5,6.5 parent: 2 - proto: ClosetRadiationSuitFilled entities: - - uid: 15371 + - uid: 15890 components: - type: Transform pos: -63.5,-68.5 parent: 2 - - uid: 15372 + - uid: 15891 components: - type: Transform pos: -55.5,-66.5 parent: 2 - - uid: 15373 + - uid: 15892 components: - type: Transform pos: 43.5,-82.5 parent: 2 - - uid: 15374 + - uid: 15893 components: - type: Transform pos: 47.5,-56.5 parent: 2 - - uid: 15375 + - uid: 15894 components: - type: Transform pos: 45.5,-77.5 parent: 2 - - uid: 15376 + - uid: 15895 components: - type: Transform pos: 53.5,-57.5 parent: 2 - - uid: 15377 + - uid: 15896 components: - type: Transform pos: 73.5,-49.5 parent: 2 - - uid: 15378 + - uid: 15897 components: - type: Transform pos: -54.5,-66.5 parent: 2 - proto: ClosetToolFilled entities: - - uid: 15379 + - uid: 15898 components: - type: Transform pos: -74.5,8.5 parent: 2 - - uid: 15380 + - uid: 15899 components: - type: Transform pos: 67.5,-24.5 parent: 2 - - uid: 15381 + - uid: 15900 components: - type: Transform pos: -29.5,-73.5 parent: 2 - - uid: 15382 + - uid: 15901 components: - type: Transform pos: -30.5,-76.5 parent: 2 - - uid: 15383 + - uid: 15902 components: - type: Transform pos: -37.5,9.5 parent: 2 - - uid: 15384 + - uid: 15903 components: - type: Transform pos: 91.5,-43.5 parent: 2 - - uid: 15385 + - uid: 15904 components: - type: Transform pos: -42.5,-117.5 @@ -103123,61 +105806,61 @@ entities: - 0 - 0 - 0 - - uid: 15386 + - uid: 15905 components: - type: Transform pos: 109.5,-55.5 parent: 2 - - uid: 15387 + - uid: 15906 components: - type: Transform pos: -64.5,2.5 parent: 2 - - uid: 15388 + - uid: 15907 components: - type: Transform pos: -89.5,-5.5 parent: 2 - - uid: 15389 + - uid: 15908 components: - type: Transform pos: -77.5,-23.5 parent: 2 - - uid: 15390 + - uid: 15909 components: - type: Transform pos: 39.5,-83.5 parent: 2 - - uid: 15391 + - uid: 15910 components: - type: Transform pos: -19.5,-44.5 parent: 2 - proto: ClosetWallEmergencyFilledRandom entities: - - uid: 15392 + - uid: 15911 components: - type: Transform pos: 76.5,-47.5 parent: 2 - - uid: 15393 + - uid: 15912 components: - type: Transform pos: -93.5,2.5 parent: 2 - - uid: 15394 + - uid: 15913 components: - type: Transform pos: -47.5,-35.5 parent: 2 - - uid: 15395 + - uid: 15914 components: - type: Transform pos: 55.5,-12.5 parent: 2 - proto: ClosetWallFireFilledRandom entities: - - uid: 15396 + - uid: 15915 components: - type: Transform pos: -46.5,-35.5 @@ -103200,13 +105883,13 @@ entities: - 0 - 0 - 0 - - uid: 15397 + - uid: 15916 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-1.5 parent: 2 - - uid: 15398 + - uid: 15917 components: - type: Transform pos: 47.5,-12.5 @@ -103229,7 +105912,7 @@ entities: - 0 - 0 - 0 - - uid: 15399 + - uid: 15918 components: - type: Transform rot: -1.5707963267948966 rad @@ -103237,24 +105920,24 @@ entities: parent: 2 - proto: ClosetWallMaintenanceFilledRandom entities: - - uid: 15400 + - uid: 15919 components: - type: Transform pos: -56.5,-128.5 parent: 2 - proto: ClosetWallWhite entities: - - uid: 15401 + - uid: 15920 components: - type: Transform pos: -72.5,-0.5 parent: 2 - proto: ClothingBackpackBrigmedic entities: - - uid: 2528 + - uid: 2560 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: GroupExamine @@ -103277,7 +105960,7 @@ entities: - type: Visibility - proto: ClothingBackpackDuffelAtmospherics entities: - - uid: 15402 + - uid: 15921 components: - type: Transform pos: 38.447224,-52.54465 @@ -103285,7 +105968,7 @@ entities: - type: Visibility - proto: ClothingBackpackDuffelBrigmedic entities: - - uid: 15403 + - uid: 15922 components: - type: Transform pos: 66.5231,1.9254829 @@ -103312,17 +105995,17 @@ entities: - type: Visibility - proto: ClothingBackpackDuffelSalvage entities: - - uid: 15405 + - uid: 15924 components: - type: Transform - parent: 15404 + parent: 15923 - type: Physics canCollide: False - type: InsideEntityStorage - type: Visibility - proto: ClothingBackpackDuffelSurgeryFilled entities: - - uid: 15406 + - uid: 15925 components: - type: Transform pos: -51.51589,-19.957022 @@ -103349,20 +106032,34 @@ entities: - type: Visibility - proto: ClothingBackpackElectropack entities: - - uid: 15408 + - uid: 15926 components: - type: Transform - parent: 15407 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -15.353505,-52.609203 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + Обеспечивает следующую защиту: + + - [color=orange]Взрывной[/color] урон [color=white]к содержимому[/color] снижается на [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null - type: Visibility - proto: ClothingBackpackERTClown entities: - - uid: 15410 + - uid: 15928 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: GroupExamine @@ -103385,20 +106082,20 @@ entities: - type: Visibility - proto: ClothingBackpackSalvage entities: - - uid: 15417 + - uid: 15935 components: - type: Transform - parent: 15416 + parent: 15934 - type: Physics canCollide: False - type: InsideEntityStorage - type: Visibility - proto: ClothingBackpackSatchelBrigmedic entities: - - uid: 2529 + - uid: 2561 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: GroupExamine @@ -103421,20 +106118,20 @@ entities: - type: Visibility - proto: ClothingBackpackSatchelSalvage entities: - - uid: 15419 + - uid: 15937 components: - type: Transform - parent: 15418 + parent: 15936 - type: Physics canCollide: False - type: InsideEntityStorage - type: Visibility - proto: ClothingBackpackSatchelSecurity entities: - - uid: 15421 + - uid: 15939 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: GroupExamine @@ -103457,26 +106154,26 @@ entities: - type: Visibility - proto: ClothingBackpackSatchelSmuggler entities: - - uid: 15431 + - uid: 15949 components: - type: Transform pos: 104.5,-79.5 parent: 2 - type: Storage storedItems: - 15432: + 15950: position: 0,0 _rotation: South - 15433: + 15951: position: 3,0 _rotation: South - 15435: + 15953: position: 8,1 _rotation: East - 15436: + 15954: position: 5,1 _rotation: South - 15434: + 15952: position: 1,2 _rotation: North - type: ContainerContainer @@ -103485,11 +106182,11 @@ entities: showEnts: False occludes: True ents: - - 15432 - - 15433 - - 15434 - - 15435 - - 15436 + - 15950 + - 15951 + - 15952 + - 15953 + - 15954 - type: GroupExamine group: - hoverMessage: "" @@ -103508,36 +106205,36 @@ entities: title: null - proto: ClothingBeltChampion entities: - - uid: 15437 + - uid: 15955 components: - type: Transform pos: -7.4948072,-6.3184457 parent: 2 - proto: ClothingBeltChefFilled entities: - - uid: 15439 + - uid: 15957 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingBeltJanitorFilled entities: - - uid: 15445 + - uid: 15963 components: - type: Transform pos: 9.491198,-1.4308739 parent: 2 - proto: ClothingBeltPlant entities: - - uid: 2604 + - uid: 2638 components: - type: Transform - parent: 2600 + parent: 2634 - type: Storage storedItems: - 2605: + 2639: position: 0,0 _rotation: South - type: ContainerContainer @@ -103546,67 +106243,60 @@ entities: showEnts: False occludes: True ents: - - 2605 + - 2639 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingBeltSecurityWebbingFilled entities: - - uid: 15422 + - uid: 15940 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingBeltSheath - entities: - - uid: 15446 - components: - - type: Transform - pos: -2.5,-59.5 - parent: 2 - proto: ClothingBeltUtility entities: - - uid: 15447 + - uid: 15964 components: - type: Transform pos: 53.52653,-48.50562 parent: 2 - proto: ClothingBeltUtilityEngineering entities: - - uid: 15448 + - uid: 15965 components: - type: Transform pos: 42.395733,-66.18752 parent: 2 - proto: ClothingBeltUtilityFilled entities: - - uid: 15450 + - uid: 15967 components: - type: Transform - parent: 15449 + parent: 15966 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15451 + - uid: 15968 components: - type: Transform pos: -40.4384,-61.518013 parent: 2 - - uid: 15452 + - uid: 15969 components: - type: Transform pos: -65.51985,-78.49346 parent: 2 - proto: ClothingEyesBlindfold entities: - - uid: 15453 + - uid: 15970 components: - type: Transform pos: -58.64936,-9.911393 parent: 2 - - uid: 15454 + - uid: 15971 components: - type: Transform rot: 3.141592653589793 rad @@ -103614,246 +106304,246 @@ entities: parent: 2 - proto: ClothingEyesGlasses entities: - - uid: 15455 + - uid: 15972 components: - type: Transform pos: -49.469284,-13.295306 parent: 2 - proto: ClothingEyesGlassesMeson entities: - - uid: 15456 + - uid: 15973 components: - type: Transform pos: -6.623042,17.622715 parent: 2 - - uid: 15457 + - uid: 15974 components: - type: Transform pos: 53.518974,-84.46307 parent: 2 - - uid: 15458 + - uid: 15975 components: - type: Transform pos: 51.415688,-47.013412 parent: 2 - - uid: 15459 + - uid: 15976 components: - type: Transform pos: 51.618187,-46.85498 parent: 2 - - uid: 15460 + - uid: 15977 components: - type: Transform pos: 65.59738,13.374831 parent: 2 - - uid: 15461 + - uid: 15978 components: - type: Transform - pos: 5.5,-27.5 + pos: -3.4786596,-50.350048 parent: 2 - - uid: 15462 + - uid: 15979 components: - type: Transform pos: -12.494614,-98.47701 parent: 2 - proto: ClothingEyesHudDiagnostic entities: - - uid: 15463 + - uid: 15980 components: - type: Transform pos: 48.5,-66.5 parent: 2 - proto: ClothingEyesHudMedical entities: - - uid: 2507 + - uid: 2539 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15464 + - uid: 15981 components: - type: Transform pos: -48.33688,-9.937878 parent: 2 - - uid: 15465 + - uid: 15982 components: - type: Transform pos: -48.313732,-9.859174 parent: 2 - - uid: 15466 + - uid: 15983 components: - type: Transform pos: -48.373917,-10.021211 parent: 2 - - uid: 15467 + - uid: 15984 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.100777,-18.404556 parent: 2 - - uid: 15468 + - uid: 15985 components: - type: Transform pos: -57.206905,-40.312515 parent: 2 - proto: ClothingEyesHudMedSec entities: - - uid: 2530 + - uid: 2562 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingEyesHudSecurity entities: - - uid: 15469 + - uid: 15986 components: - type: Transform pos: -51.48703,13.008251 parent: 2 - proto: ClothingHandsGlovesAerostatic entities: - - uid: 15423 + - uid: 15941 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHandsGlovesBoxingBlue entities: - - uid: 15470 + - uid: 15987 components: - type: Transform pos: -20.102839,-87.79262 parent: 2 - - uid: 15471 + - uid: 15988 components: - type: Transform pos: 82.21068,-6.1767607 parent: 2 - proto: ClothingHandsGlovesBoxingGreen entities: - - uid: 15472 + - uid: 15989 components: - type: Transform pos: -35.27367,-107.39688 parent: 2 - proto: ClothingHandsGlovesBoxingRed entities: - - uid: 15473 + - uid: 15990 components: - type: Transform pos: -24.112501,-84.178635 parent: 2 - - uid: 15474 + - uid: 15991 components: - type: Transform pos: 79.7888,-3.8955107 parent: 2 - proto: ClothingHandsGlovesBoxingYellow entities: - - uid: 15475 + - uid: 15992 components: - type: Transform pos: -35.570545,-107.24063 parent: 2 - proto: ClothingHandsGlovesColorBlack entities: - - uid: 15476 + - uid: 15993 components: - type: Transform pos: -34.536404,-89.45682 parent: 2 - - uid: 15477 + - uid: 15994 components: - type: Transform pos: -34.52078,-89.28494 parent: 2 - - uid: 15478 + - uid: 15995 components: - type: Transform pos: 76.42209,-29.536335 parent: 2 - - uid: 15479 + - uid: 15996 components: - type: Transform pos: -78.5,-26.5 parent: 2 - - uid: 15480 + - uid: 15997 components: - type: Transform pos: 42.4707,-11.231414 parent: 2 - - uid: 15482 + - uid: 15999 components: - type: Transform - parent: 15481 + parent: 15998 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHandsGlovesColorGreen entities: - - uid: 15487 + - uid: 16004 components: - type: Transform pos: -76.52225,-8.39194 parent: 2 - - uid: 15488 + - uid: 16005 components: - type: Transform pos: -76.50662,-8.26694 parent: 2 - proto: ClothingHandsGlovesColorWhite entities: - - uid: 15489 + - uid: 16006 components: - type: Transform pos: -48.29839,-10.36655 parent: 2 - - uid: 15490 + - uid: 16007 components: - type: Transform rot: 3.141592653589793 rad pos: -44.544357,4.53788 parent: 2 - - uid: 15491 + - uid: 16008 components: - type: Transform rot: 3.141592653589793 rad pos: -44.544357,4.678505 parent: 2 - - uid: 15492 + - uid: 16009 components: - type: Transform pos: -53.56066,-54.93091 parent: 2 - - uid: 15493 + - uid: 16010 components: - type: Transform pos: -34.5,-21.5 parent: 2 - - uid: 15494 + - uid: 16011 components: - type: Transform pos: -57.463932,-33.228943 parent: 2 - - uid: 15495 + - uid: 16012 components: - type: Transform pos: 62.491745,-1.2985544 parent: 2 - - uid: 15496 + - uid: 16013 components: - type: Transform pos: 62.502953,-1.5534813 parent: 2 - proto: ClothingHandsGlovesColorYellow entities: - - uid: 20 + - uid: 22 components: - type: Transform parent: 19 @@ -103874,7 +106564,12 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15497 + - uid: 16014 + components: + - type: Transform + pos: -3.5181036,-52.360252 + parent: 2 + - uid: 16015 components: - type: MetaData desc: Всего лишь дешёвая подделка заветных перчаток — не может быть, чтобы это плохо кончилось. @@ -103882,104 +106577,109 @@ entities: - type: Transform pos: 66.49204,-29.492126 parent: 2 - - uid: 15498 + - uid: 16016 components: - type: Transform pos: -40.538715,-112.37235 parent: 2 - - uid: 15499 + - uid: 16017 components: - type: Transform rot: 3.141592653589793 rad pos: -6.482417,17.435215 parent: 2 - - uid: 15500 + - uid: 16018 components: - type: Transform pos: 35.664604,-35.34984 parent: 2 - - uid: 15501 + - uid: 16019 components: - type: Transform pos: 53.539253,-84.447075 parent: 2 - - uid: 15502 + - uid: 16020 components: - type: Transform pos: 12.513868,-78.71338 parent: 2 - - uid: 15503 + - uid: 16021 components: - type: Transform pos: -13.452918,-87.51239 parent: 2 - - uid: 15504 + - uid: 16022 components: - type: Transform pos: 47.653366,-60.42059 parent: 2 - - uid: 15505 + - uid: 16023 components: - type: Transform pos: 51.489845,-47.324818 parent: 2 - - uid: 15506 + - uid: 16024 components: - type: Transform pos: 51.56041,-47.524826 parent: 2 - - uid: 15507 + - uid: 16025 components: - type: Transform pos: 80.58078,-52.411266 parent: 2 + - uid: 16026 + components: + - type: Transform + pos: -3.4399786,-52.563377 + parent: 2 - proto: ClothingHandsGlovesColorYellowBudget entities: - - uid: 15508 + - uid: 16027 components: - type: Transform pos: -71.51262,-55.442455 parent: 2 - - uid: 15509 + - uid: 16028 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.93959,-95.05066 parent: 2 - - uid: 15510 + - uid: 16029 components: - type: Transform pos: -27.480715,-76.49438 parent: 2 - proto: ClothingHandsGlovesFingerless entities: - - uid: 15511 + - uid: 16030 components: - type: Transform pos: 24.505955,6.7460084 parent: 2 - - uid: 15512 + - uid: 16031 components: - type: Transform pos: 68.45653,-3.4281745 parent: 2 - proto: ClothingHandsGlovesFingerlessInsulated entities: - - uid: 15513 + - uid: 16032 components: - type: Transform pos: 29.489315,34.56154 parent: 2 - proto: ClothingHandsGlovesJanitor entities: - - uid: 15514 + - uid: 16033 components: - type: Transform pos: 9.479004,-1.481143 parent: 2 - proto: ClothingHandsGlovesLatex entities: - - uid: 15515 + - uid: 16034 components: - type: Transform pos: -44.460934,-37.386467 @@ -103988,48 +106688,48 @@ entities: stealthy: True - proto: ClothingHandsGlovesLeather entities: - - uid: 2606 + - uid: 2640 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHandsGlovesNitrile entities: - - uid: 15516 + - uid: 16035 components: - type: Transform pos: -54.009377,-5.985624 parent: 2 - proto: ClothingHeadBandBlack entities: - - uid: 15483 + - uid: 16000 components: - type: Transform - parent: 15481 + parent: 15998 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadBandBlue entities: - - uid: 15517 + - uid: 16036 components: - type: Transform pos: -18.112122,-81.39016 parent: 2 - proto: ClothingHeadBandBotany entities: - - uid: 2607 + - uid: 2641 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadBandRed entities: - - uid: 15518 + - uid: 16037 components: - type: Transform pos: -18.340637,-81.438866 @@ -104051,58 +106751,51 @@ entities: solution@food: !type:ContainerSlot ent: 58 - type: InsideEntityStorage -- proto: ClothingHeadHatAnimalHeadslime - entities: - - uid: 15519 - components: - - type: Transform - pos: 5.4324846,-36.44259 - parent: 2 - proto: ClothingHeadHatBeretBrigmedic entities: - - uid: 15521 + - uid: 16039 components: - type: Transform - parent: 15520 + parent: 16038 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15523 + - uid: 16041 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False - proto: ClothingHeadHatBeretEngineering entities: - - uid: 15529 + - uid: 16047 components: - type: Transform pos: 51.42094,-51.902615 parent: 2 - proto: ClothingHeadHatBeretRND entities: - - uid: 15530 + - uid: 16048 components: - type: Transform pos: -47.513794,-81.26914 parent: 2 - proto: ClothingHeadHatBeretSecurity entities: - - uid: 15531 + - uid: 16049 components: - type: Transform pos: 46.51009,-1.8415952 parent: 2 - proto: ClothingHeadHatBeretSecurityMedic entities: - - uid: 15524 + - uid: 16042 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False - - uid: 15532 + - uid: 16050 components: - type: MetaData desc: Прочный чёрный берет. @@ -104112,84 +106805,84 @@ entities: parent: 2 - proto: ClothingHeadHatCargosoft entities: - - uid: 15533 + - uid: 16051 components: - type: Transform pos: 92.39354,-48.227882 parent: 2 - proto: ClothingHeadHatCargosoftFlipped entities: - - uid: 15534 + - uid: 16052 components: - type: Transform pos: 9.500837,-83.81156 parent: 2 - proto: ClothingHeadHatChef entities: - - uid: 15440 + - uid: 15958 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15535 + - uid: 16053 components: - type: Transform pos: 30.460463,11.990178 parent: 2 - - uid: 15536 + - uid: 16054 components: - type: Transform pos: -57.5,9.5 parent: 2 - proto: ClothingHeadHatCone entities: - - uid: 15537 + - uid: 16055 components: - type: Transform pos: 23.743748,-31.452984 parent: 2 - - uid: 15538 + - uid: 16056 components: - type: Transform pos: 23.81406,-32.648296 parent: 2 - - uid: 15539 + - uid: 16057 components: - type: Transform pos: 23.81406,-33.679546 parent: 2 - - uid: 15540 + - uid: 16058 components: - type: Transform pos: -25.605705,-42.398224 parent: 2 - - uid: 15541 + - uid: 16059 components: - type: Transform pos: -25.65258,-43.45291 parent: 2 - - uid: 15542 + - uid: 16060 components: - type: Transform pos: -25.55883,-44.39041 parent: 2 - proto: ClothingHeadHatGladiator entities: - - uid: 15543 + - uid: 16061 components: - type: Transform pos: 71.186874,-47.381943 parent: 2 - - uid: 15544 + - uid: 16062 components: - type: Transform pos: 71.5775,-47.381943 parent: 2 - proto: ClothingHeadHatHardhatArmored entities: - - uid: 15545 + - uid: 16063 components: - type: Transform pos: 67.5128,-11.198092 @@ -104204,63 +106897,86 @@ entities: Heat: 0.8 - proto: ClothingHeadHatHardhatOrange entities: - - uid: 15546 + - uid: 16064 components: - type: Transform pos: -27.49634,-76.51 parent: 2 - proto: ClothingHeadHatHardhatYellow entities: - - uid: 15547 + - uid: 160 + components: + - type: Transform + parent: 159 + - type: Clothing + inSlotFlag: HEAD + inSlot: head + - type: HandheldLight + toggleActionEntity: 161 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 161 + - type: Physics + canCollide: False + - type: ActionsContainer + - uid: 16065 components: - type: Transform pos: 104.48073,-58.37666 parent: 2 - proto: ClothingHeadHatHardhatYellowDark entities: - - uid: 15548 + - uid: 16066 components: - type: Transform pos: 95.44709,-84.429085 parent: 2 - proto: ClothingHeadHatHoodBioCmo entities: - - uid: 15550 + - uid: 16068 components: - type: Transform - parent: 15549 + parent: 16067 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHatHoodBioScientist entities: - - uid: 15278 + - uid: 15797 components: - type: Transform - parent: 15277 + parent: 15796 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHatHoodBioVirology entities: - - uid: 15552 + - uid: 16070 components: - type: Transform pos: 36.32937,23.283566 parent: 2 - proto: ClothingHeadHatMagician entities: - - uid: 15553 + - uid: 16071 components: - type: Transform pos: -41.37754,-100.945206 parent: 2 - proto: ClothingHeadHatMimesoft entities: - - uid: 15555 + - uid: 16073 components: - type: Transform - parent: 15554 + parent: 16072 - type: Physics canCollide: False - type: InsideEntityStorage @@ -104272,162 +106988,148 @@ entities: parent: 5 - type: Physics canCollide: False - - uid: 15561 + - uid: 16079 components: - type: Transform - parent: 15560 + parent: 16078 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHatPwig entities: - - uid: 15562 + - uid: 16080 components: - type: Transform pos: -26.372742,-92.515205 parent: 2 - proto: ClothingHeadHatRedwizard entities: - - uid: 15564 + - uid: 16082 components: - type: Transform - parent: 15563 + parent: 16081 - type: Physics canCollide: False - proto: ClothingHeadHatSantahat entities: - - uid: 15567 + - uid: 16085 components: - type: Transform - parent: 15566 + parent: 16084 - type: Physics canCollide: False -- proto: ClothingHeadHatSquid - entities: - - uid: 15569 - components: - - type: Transform - pos: -10.444734,-32.596302 - parent: 2 - proto: ClothingHeadHatSurgcapBlue entities: - - uid: 2508 + - uid: 2540 components: - type: MetaData desc: Синяя шапочка, которую анестезиологи надевают на операции. Не даёт их волосам щекотать ваши внутренние органы. name: анестезиологическая шапочка - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15570 + - uid: 16087 components: - type: Transform pos: -51.476044,-19.503986 parent: 2 - - uid: 15571 + - uid: 16088 components: - type: Transform pos: -23.84134,10.642219 parent: 2 - proto: ClothingHeadHatSurgcapGreen entities: - - uid: 2509 + - uid: 2541 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHatSurgcapPurple entities: - - uid: 2510 + - uid: 2542 components: - type: MetaData desc: Фиолетовая шапочка, которую реаниматологи надевают на операции. Не даёт их волосам щекотать ваши внутренние органы. name: реаниматологическая шапочка - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingHeadHatSyndieMAA - entities: - - uid: 15572 - components: - - type: Transform - pos: 13.109917,-28.169062 - parent: 2 - proto: ClothingHeadHatTrucker entities: - - uid: 15573 + - uid: 16089 components: - type: Transform pos: -33.55708,-94.35977 parent: 2 - proto: ClothingHeadHatVioletwizard entities: - - uid: 15575 + - uid: 16091 components: - type: Transform - parent: 15574 + parent: 16090 - type: Physics canCollide: False - proto: ClothingHeadHatWelding entities: - - uid: 15577 + - uid: 16093 components: - type: Transform pos: 49.56678,-79.38096 parent: 2 - - uid: 15578 + - uid: 16094 components: - type: Transform pos: -39.5,-65.5 parent: 2 - - uid: 15579 + - uid: 16095 components: - type: Transform pos: 53.5,-96.5 parent: 2 - - uid: 15580 + - uid: 16096 components: - type: Transform pos: -17.5,12.5 parent: 2 - proto: ClothingHeadHatWeldingMaskFlame entities: - - uid: 15581 + - uid: 16097 components: - type: Transform pos: 54.15576,-84.33608 parent: 2 - - uid: 15582 + - uid: 16098 components: - type: Transform pos: -35.442467,7.5258117 parent: 2 - - uid: 15583 + - uid: 16099 components: - type: Transform pos: -42.485313,-109.493546 parent: 2 - proto: ClothingHeadHatWeldingMaskFlameBlue entities: - - uid: 15584 + - uid: 16100 components: - type: Transform pos: -70.497986,-17.31991 parent: 2 - proto: ClothingHeadHatWeldingMaskPainted entities: - - uid: 15585 + - uid: 16101 components: - type: Transform pos: 70.5,-28.5 parent: 2 - - uid: 15586 + - uid: 16102 components: - type: Transform pos: 17.635115,9.626244 @@ -104440,308 +107142,314 @@ entities: parent: 5 - type: Physics canCollide: False - - uid: 15587 + - uid: 16103 components: - type: Transform pos: -42.784866,-86.21655 parent: 2 - proto: ClothingHeadHatWizard entities: - - uid: 15589 + - uid: 16105 components: - type: Transform - parent: 15588 + parent: 16104 - type: Physics canCollide: False - proto: ClothingHeadHelmetEVALarge entities: - - uid: 15592 + - uid: 16108 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15601 + - uid: 16117 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15602 + - uid: 16118 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHelmetHardsuitLing entities: - - uid: 15610 + - uid: 16126 components: - type: Transform pos: -22.636265,10.761809 parent: 2 - proto: ClothingHeadHelmetPodWars entities: - - uid: 15611 + - uid: 16127 components: - type: Transform pos: -82.5,-23.5 parent: 2 - proto: ClothingHeadHelmetRiot entities: - - uid: 15612 + - uid: 16128 components: - type: Transform pos: 60.563145,-11.334959 parent: 2 - - uid: 15613 + - uid: 16129 components: - type: Transform pos: 60.54752,-11.147459 parent: 2 - - uid: 15614 + - uid: 16130 components: - type: Transform pos: 60.313145,-11.209959 parent: 2 - - uid: 15615 + - uid: 16131 components: - type: Transform - pos: -4.5790133,-25.378046 - parent: 2 - - uid: 15616 - components: - - type: Transform - pos: -1.4898427,-35.23943 - parent: 2 - - uid: 15617 - components: - - type: Transform - pos: -1.4898427,-35.567554 - parent: 2 - - uid: 15618 - components: - - type: Transform - pos: -1.4898427,-35.92693 - parent: 2 - - uid: 15619 - components: - - type: Transform - pos: -1.4898427,-36.286304 + pos: 17.329891,-33.191242 parent: 2 - proto: ClothingHeadHelmetSecurityMedic entities: - - uid: 2531 + - uid: 2563 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHelmetTemplar entities: - - uid: 15620 + - uid: 16132 components: - type: Transform pos: 34.5093,-68.26965 parent: 2 - proto: ClothingHeadRastaHat entities: - - uid: 15621 + - uid: 16133 components: - type: Transform pos: -76.63162,-7.8044777 parent: 2 - proto: ClothingHeadSafari entities: - - uid: 15622 + - uid: 16134 components: - type: Transform pos: -66.5,-47.5 parent: 2 - proto: ClothingHeadsetBrigmedic entities: - - uid: 2532 + - uid: 2564 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingMaskBandBlack entities: - - uid: 15484 + - uid: 16001 components: - type: Transform - parent: 15481 + parent: 15998 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingMaskBlushingClown entities: - - uid: 15411 + - uid: 15929 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingMaskBlushingMime entities: - - uid: 15556 + - uid: 16074 components: - type: Transform - parent: 15554 + parent: 16072 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15623 + - uid: 16135 components: - type: Transform - pos: -13.391465,-58.42333 + rot: -6.283185307179586 rad + pos: -18.877014,-53.64952 parent: 2 - proto: ClothingMaskBreath entities: - - uid: 15624 + - uid: 16136 components: - type: Transform pos: -53.437313,-74.187004 parent: 2 - - uid: 15626 + - uid: 16138 components: - type: Transform - parent: 15625 + parent: 16137 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15630 + - uid: 16142 components: - type: Transform pos: -23.455185,10.517219 parent: 2 - - uid: 15631 + - uid: 16143 components: - type: Transform pos: -66.602936,-71.396805 parent: 2 - proto: ClothingMaskBreathMedical entities: - - uid: 995 + - uid: 1002 components: - type: Transform - parent: 993 + parent: 1000 - type: Physics canCollide: False - - uid: 1003 + - uid: 1010 components: - type: Transform - parent: 1001 + parent: 1008 - type: Physics canCollide: False - - uid: 1011 + - uid: 1018 components: - type: Transform - parent: 1009 + parent: 1016 - type: Physics canCollide: False - - uid: 15603 + - uid: 16119 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15632 + - uid: 16144 components: - type: Transform pos: -45.341232,4.584755 parent: 2 - - uid: 15633 + - uid: 16145 components: - type: Transform pos: -45.419357,4.553505 parent: 2 - - uid: 15634 + - uid: 16146 components: - type: Transform pos: -45.419357,4.553505 parent: 2 - proto: ClothingMaskBreathMedicalSecurity entities: - - uid: 2533 + - uid: 2565 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15604 + - uid: 16120 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingMaskClownBanana + entities: + - uid: 16147 + components: + - type: Transform + pos: -4.47915,-46.50686 + parent: 2 - proto: ClothingMaskGas entities: - - uid: 15635 + - uid: 16148 components: - type: Transform pos: 95.5,-84.5 parent: 2 - - uid: 15636 + - uid: 16149 components: - type: Transform pos: 39.51871,20.5004 parent: 2 - - uid: 15637 + - uid: 16150 components: - type: Transform pos: 29.47369,34.56154 parent: 2 - - uid: 15638 + - uid: 16151 components: - type: Transform pos: -50.28581,-60.309788 parent: 2 + - uid: 16153 + components: + - type: Transform + parent: 16152 + - type: Clothing + inSlotFlag: MASK + inSlot: mask + - type: Physics + canCollide: False - proto: ClothingMaskGasAtmos entities: - - uid: 15639 + - uid: 162 + components: + - type: Transform + parent: 159 + - type: Clothing + inSlotFlag: MASK + inSlot: mask + - type: Physics + canCollide: False + - uid: 16155 components: - type: Transform pos: -78.49537,-26.51778 parent: 2 - - uid: 15640 + - uid: 16156 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.61594,-71.93244 parent: 2 - - uid: 15641 + - uid: 16157 components: - type: Transform pos: -53.5617,-54.725506 parent: 2 - proto: ClothingMaskGasCentcom entities: - - uid: 15642 + - uid: 16158 components: - type: Transform - pos: 8.576899,-20.60669 + pos: 18.417345,-51.527695 parent: 2 - proto: ClothingMaskGoldenCursed entities: - - uid: 15643 + - uid: 16159 components: - type: Transform - pos: 12.50069,-55.473427 + pos: -13.501169,-31.393433 parent: 2 - proto: ClothingMaskMuzzle entities: - - uid: 15644 + - uid: 16160 components: - type: Transform rot: 3.141592653589793 rad @@ -104749,109 +107457,122 @@ entities: parent: 2 - proto: ClothingMaskNinja entities: - - uid: 15645 + - uid: 16161 components: - type: Transform - pos: 2.454078,-37.422176 + pos: 17.739532,-34.264675 parent: 2 - proto: ClothingMaskRaven entities: - - uid: 15646 + - uid: 16162 components: - type: Transform pos: -31.544954,-118.493675 parent: 2 - proto: ClothingMaskSadMime entities: - - uid: 15647 + - uid: 16163 components: - type: Transform pos: 34.213436,-17.624268 parent: 2 - proto: ClothingMaskSterile entities: - - uid: 15648 + - uid: 16164 components: - type: Transform rot: 3.141592653589793 rad pos: -51.551735,-19.731647 parent: 2 - - uid: 15649 + - uid: 16165 components: - type: Transform pos: -50.552757,-2.602046 parent: 2 - - uid: 15650 + - uid: 16166 components: - type: Transform pos: -46.442535,4.514334 parent: 2 - - uid: 15651 + - uid: 16167 components: - type: Transform pos: -66.46956,-23.40873 parent: 2 - proto: ClothingNeckCargomedal entities: - - uid: 15652 + - uid: 16168 components: - type: Transform pos: 0.08470392,-95.41465 parent: 2 -- proto: ClothingNeckCloakNanotrasen +- proto: ClothingNeckCloakMoth entities: - - uid: 1822 + - uid: 163 components: - type: Transform - parent: 1820 + parent: 159 + - type: TypingIndicatorClothing + gotEquippedTime: 5513.9278194 + - type: Clothing + inSlotFlag: NECK + inSlot: neck + - type: Physics + canCollide: False +- proto: ClothingNeckCloakNanotrasen + entities: + - uid: 1857 + components: + - type: Transform + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingNeckCloakPan entities: - - uid: 15441 + - uid: 15959 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingNeckClownmedal entities: - - uid: 15653 + - uid: 16169 components: - type: Transform pos: -7.304488,9.190767 parent: 2 - proto: ClothingNeckDeForestPin entities: - - uid: 15654 + - uid: 16170 components: - type: Transform pos: -49.731983,-19.03725 parent: 2 - - uid: 15655 + - uid: 16171 components: - type: Transform pos: -47.23287,-9.807266 parent: 2 - proto: ClothingNeckDonkPin entities: - - uid: 15656 + - uid: 16172 components: - type: Transform pos: -27.596199,17.326561 parent: 2 - proto: ClothingNeckEarthPin entities: - - uid: 15657 + - uid: 16173 components: - type: Transform pos: -30.330353,-112.935104 parent: 2 - proto: ClothingNeckEngineermedal entities: - - uid: 15658 + - uid: 16174 components: - type: Transform rot: -1.5707963267948966 rad @@ -104859,170 +107580,172 @@ entities: parent: 2 - proto: ClothingNeckGoldmedal entities: - - uid: 15659 + - uid: 16175 components: - type: Transform pos: -7.3385572,-6.0528207 parent: 2 -- proto: ClothingNeckHorrific - entities: - - uid: 15660 - components: - - type: Transform - pos: -2.5671535,-51.700417 - parent: 2 - proto: ClothingNeckLogistikaPin entities: - - uid: 15661 + - uid: 16176 components: - type: Transform pos: -31.856077,-95.004875 parent: 2 - - uid: 15662 + - uid: 16177 components: - type: Transform pos: 12.456436,-78.268105 parent: 2 - - uid: 15663 + - uid: 16178 components: - type: Transform pos: 12.222061,-78.330605 parent: 2 - proto: ClothingNeckMantleHOP entities: - - uid: 15664 + - uid: 16179 components: - type: Transform pos: -9.48488,6.7759924 parent: 2 - proto: ClothingNeckMantleHOSShoulder entities: - - uid: 15665 + - uid: 16180 components: - type: Transform pos: 52.510124,16.748306 parent: 2 - proto: ClothingNeckMantleQM entities: - - uid: 15666 + - uid: 16181 components: - type: Transform pos: -1.5,-100.5 parent: 2 - proto: ClothingNeckMantleRD entities: - - uid: 15667 + - uid: 16182 components: - type: Transform pos: -34.483765,-70.37977 parent: 2 - proto: ClothingNeckMedicalmedal entities: - - uid: 15668 + - uid: 16183 components: - type: Transform pos: -34.272038,-7.815073 parent: 2 - proto: ClothingNeckNakamuraPin entities: - - uid: 15669 + - uid: 16184 components: - type: Transform pos: 51.416176,-53.312748 parent: 2 - - uid: 15670 + - uid: 16185 components: - type: Transform pos: 51.603676,-53.437748 parent: 2 - - uid: 15671 + - uid: 16186 components: - type: Transform pos: 43.16825,-66.29646 parent: 2 - proto: ClothingNeckNanoTrasenPin entities: - - uid: 1823 + - uid: 1858 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15672 + - uid: 16187 components: - type: Transform pos: -40.298595,-62.35521 parent: 2 - - uid: 15673 + - uid: 16188 components: - type: Transform pos: 10.753314,16.138332 parent: 2 - - uid: 15674 + - uid: 16189 components: - type: Transform pos: 10.34992,23.532305 parent: 2 - - uid: 15676 + - uid: 16191 components: - type: Transform - parent: 15675 + parent: 16190 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingNeckScarfStripedLightBlue entities: - - uid: 15679 + - uid: 16194 components: - type: Transform pos: -34.47571,-21.488892 parent: 2 -- proto: ClothingNeckScarfStripedSyndieRed - entities: - - uid: 15680 - components: - - type: Transform - pos: -5.4746923,-20.557722 - parent: 2 - proto: ClothingNeckScarfStripedZebra entities: - - uid: 15557 + - uid: 16075 components: - type: Transform - parent: 15554 + parent: 16072 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingNeckSciencemedal entities: - - uid: 15681 + - uid: 16195 components: - type: Transform pos: -39.62423,-69.09136 parent: 2 - proto: ClothingNeckSecuritymedal entities: - - uid: 15682 + - uid: 16196 components: - type: Transform pos: 46.949276,14.55238 parent: 2 - proto: ClothingNeckStethoscope entities: - - uid: 15683 + - uid: 157 + components: + - type: Transform + pos: -14.141321,-43.551395 + parent: 2 + - type: Stethoscope + actionEntity: 158 + - type: CollisionWake + enabled: False + - type: Conveyed + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 158 + - uid: 16197 components: - type: Transform pos: -49.52571,-18.56588 parent: 2 - - uid: 15684 + - uid: 16198 components: - type: Transform pos: -49.32866,-13.389056 parent: 2 - proto: ClothingNeckStoleChaplain entities: - - uid: 15685 + - uid: 16199 components: - type: MetaData name: епитрахиль @@ -105031,19 +107754,19 @@ entities: parent: 2 - proto: ClothingNeckSyndicakePin entities: - - uid: 15686 + - uid: 16200 components: - type: Transform pos: -35.538567,20.515968 parent: 2 - - uid: 15687 + - uid: 16201 components: - type: Transform - pos: -5.2715673,-20.698347 + pos: -11.500092,-37.208378 parent: 2 - proto: ClothingNeckTransPin entities: - - uid: 15688 + - uid: 16202 components: - type: MetaData name: Метка Цезаря @@ -105052,50 +107775,50 @@ entities: parent: 2 - proto: ClothingOuterAerostaticBomberJacket entities: - - uid: 15424 + - uid: 15942 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterApronBotanist entities: - - uid: 2608 + - uid: 2642 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterApronChef entities: - - uid: 15442 + - uid: 15960 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15689 + - uid: 16203 components: - type: Transform pos: 30.476088,11.708928 parent: 2 - - uid: 15690 + - uid: 16204 components: - type: Transform pos: -57.5,9.5 parent: 2 - proto: ClothingOuterArmorBulletproof entities: - - uid: 15691 + - uid: 16205 components: - type: Transform rot: 3.141592653589793 rad pos: 64.60806,-11.362036 parent: 2 - - uid: 15692 + - uid: 16206 components: - type: Transform rot: 3.141592653589793 rad @@ -105103,7 +107826,7 @@ entities: parent: 2 - proto: ClothingOuterArmorHeavy entities: - - uid: 15693 + - uid: 16207 components: - type: MetaData desc: 'Бронированный костюм, специально разработанный для использования на станциях. Использует более дешёвые бронепластины, чем тяжёлый бронекостюм. ' @@ -105131,7 +107854,7 @@ entities: - F60811F3E94B2DAFF5F48DEE6B559A93 - proto: ClothingOuterArmorPodWars entities: - - uid: 15694 + - uid: 16208 components: - type: Transform pos: -84.510376,-23.47834 @@ -105163,19 +107886,19 @@ entities: title: null - proto: ClothingOuterArmorReflective entities: - - uid: 15695 + - uid: 16209 components: - type: Transform pos: 64.404434,-11.381085 parent: 2 - proto: ClothingOuterArmorRiot entities: - - uid: 15697 + - uid: 16210 components: - type: Transform pos: 60.315758,-11.470428 parent: 2 - - uid: 15698 + - uid: 16211 components: - type: Transform pos: 60.628258,-11.611053 @@ -105209,7 +107932,7 @@ entities: priority: 0 component: Armor title: null - - uid: 15699 + - uid: 16212 components: - type: Transform pos: 60.581383,-11.361053 @@ -105245,82 +107968,89 @@ entities: title: null - proto: ClothingOuterBioCmo entities: - - uid: 15551 + - uid: 16069 components: - type: Transform - parent: 15549 + parent: 16067 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterBioGeneral entities: - - uid: 15700 + - uid: 16213 components: - type: Transform pos: 36.40268,23.557825 parent: 2 - proto: ClothingOuterBioScientist entities: - - uid: 15279 + - uid: 15798 components: - type: Transform - parent: 15277 + parent: 15796 - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingOuterCardborg + entities: + - uid: 16214 + components: + - type: Transform + pos: 17.673641,-33.456867 + parent: 2 - proto: ClothingOuterCoatAMG entities: - - uid: 15702 + - uid: 16216 components: - type: Transform - parent: 15701 + parent: 16215 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15704 + - uid: 16218 components: - type: Transform - parent: 15703 + parent: 16217 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterCoatBomber entities: - - uid: 15425 + - uid: 15943 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterCoatLabSecurityMedic entities: - - uid: 15525 + - uid: 16043 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False - proto: ClothingOuterGhostSheet entities: - - uid: 15706 + - uid: 16220 components: - type: Transform - parent: 15705 + parent: 16219 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15707 + - uid: 16221 components: - type: Transform pos: -57.54903,-40.19077 parent: 2 - proto: ClothingOuterHardsuitBrigmedic entities: - - uid: 2534 + - uid: 2566 components: - type: Transform - parent: 2526 + parent: 2558 - type: GroupExamine group: - hoverMessage: "" @@ -105347,39 +108077,32 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingOuterHardsuitCarp - entities: - - uid: 15708 - components: - - type: Transform - pos: -1.46626,-33.355556 - parent: 2 - proto: ClothingOuterHardsuitEVA entities: - - uid: 15593 + - uid: 16109 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15605 + - uid: 16121 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15606 + - uid: 16122 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterHardsuitLing entities: - - uid: 15709 + - uid: 16222 components: - type: Transform rot: -1.5707963267948966 rad @@ -105414,67 +108137,79 @@ entities: title: null - proto: ClothingOuterHardsuitVoidParamed entities: - - uid: 15627 + - uid: 16139 components: - type: Transform - parent: 15625 + parent: 16137 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterHospitalGown entities: - - uid: 15710 + - uid: 16223 components: - type: Transform pos: -34.585087,-23.223267 parent: 2 - - uid: 15711 + - uid: 16224 components: - type: Transform pos: -34.41321,-23.410767 parent: 2 - proto: ClothingOuterPoncho entities: - - uid: 15712 + - uid: 16225 components: - type: Transform rot: 3.141592653589793 rad pos: -93.5,0.5 parent: 2 - - uid: 15713 + - uid: 16226 components: - type: Transform pos: -36.469875,-90.279 parent: 2 - proto: ClothingOuterSanta entities: - - uid: 15568 + - uid: 16086 components: - type: Transform - parent: 15566 + parent: 16084 - type: Physics canCollide: False - proto: ClothingOuterStraightjacket entities: - - uid: 15715 + - uid: 16228 components: - type: Transform - parent: 15714 + parent: 16227 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15716 + - uid: 16229 components: - type: Transform pos: -46.586346,-3.2812576 parent: 2 - proto: ClothingOuterSuitCarp entities: - - uid: 15717 + - uid: 16230 components: - type: Transform pos: 36.474102,-19.33836 parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 17.539478,-32.30939 + parent: 2 +- proto: ClothingOuterSuitJanitorBomb + entities: + - uid: 16232 + components: + - type: Transform + pos: 17.539478,-35.356266 + parent: 2 - proto: ClothingOuterSuitWitchRobes entities: - uid: 13 @@ -105483,131 +108218,131 @@ entities: parent: 5 - type: Physics canCollide: False - - uid: 15719 + - uid: 16234 components: - type: Transform - parent: 15718 + parent: 16233 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15720 + - uid: 16235 components: - type: Transform pos: -84.49607,-25.376345 parent: 2 - proto: ClothingOuterVestArmorMedSec entities: - - uid: 2535 + - uid: 2567 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterVestHazard entities: - - uid: 15721 + - uid: 16236 components: - type: Transform pos: 104.60573,-58.704784 parent: 2 - proto: ClothingOuterVestSecurityMedic entities: - - uid: 15526 + - uid: 16044 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False - proto: ClothingOuterWinterChef entities: - - uid: 15443 + - uid: 15961 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterWinterColorOrange entities: - - uid: 15723 + - uid: 16238 components: - type: Transform - parent: 15722 + parent: 16237 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15725 + - uid: 16240 components: - type: Transform - parent: 15724 + parent: 16239 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15727 + - uid: 16242 components: - type: Transform - parent: 15726 + parent: 16241 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterWinterMusician entities: - - uid: 15293 + - uid: 15812 components: - type: Transform - parent: 15292 + parent: 15811 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterWizard entities: - - uid: 15590 + - uid: 16106 components: - type: Transform - parent: 15588 + parent: 16104 - type: Physics canCollide: False - proto: ClothingOuterWizardRed entities: - - uid: 15565 + - uid: 16083 components: - type: Transform - parent: 15563 + parent: 16081 - type: Physics canCollide: False - proto: ClothingOuterWizardViolet entities: - - uid: 15576 + - uid: 16092 components: - type: Transform - parent: 15574 + parent: 16090 - type: Physics canCollide: False - proto: ClothingShoesAerostatic entities: - - uid: 15426 + - uid: 15944 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesBootsCombat entities: - - uid: 15728 + - uid: 16243 components: - type: Transform pos: 71.286,-49.442745 parent: 2 - - uid: 15729 + - uid: 16244 components: - type: Transform pos: 71.67663,-49.33337 parent: 2 - proto: ClothingShoesBootsCowboyBlack entities: - - uid: 15730 + - uid: 16245 components: - type: Transform pos: -29.474148,-86.34744 @@ -105617,211 +108352,188 @@ entities: item: !type:ContainerSlot showEnts: False occludes: True - ent: 15731 + ent: 16246 - proto: ClothingShoesBootsLaceup entities: - - uid: 15677 + - uid: 16192 components: - type: Transform - parent: 15675 + parent: 16190 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesBootsMag entities: - - uid: 15733 + - uid: 16248 components: - type: Transform - parent: 15732 + parent: 16247 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesBootsPerformer entities: - - uid: 15294 + - uid: 15813 components: - type: Transform - parent: 15292 + parent: 15811 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesChef entities: - - uid: 15444 + - uid: 15962 components: - type: Transform - parent: 15438 + parent: 15956 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesClownBanana entities: - - uid: 15735 + - uid: 16250 components: - type: Transform - parent: 15734 + parent: 16249 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesColorBlack entities: - - uid: 15485 + - uid: 16002 components: - type: Transform - parent: 15481 + parent: 15998 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15736 + - uid: 16251 components: - type: Transform pos: -34.5189,-83.39491 parent: 2 - proto: ClothingShoesColorWhite entities: - - uid: 2511 + - uid: 2543 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2512 + - uid: 2544 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2513 + - uid: 2545 components: - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoeSlippersDuck entities: - - uid: 15737 + - uid: 16252 components: - type: Transform pos: 74.42085,-12.016684 parent: 2 - proto: ClothingShoesSchoolBlack entities: - - uid: 15739 + - uid: 16254 components: - type: Transform - parent: 15738 + parent: 16253 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesSchoolWhite entities: - - uid: 15742 + - uid: 16257 components: - type: Transform - parent: 15741 + parent: 16256 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingShoesSkates entities: - - uid: 15743 + - uid: 16258 components: - type: Transform pos: -24.248991,-83.76542 parent: 2 - - uid: 15744 + - uid: 16259 components: - type: Transform pos: -19.748991,-88.23417 parent: 2 - proto: ClothingShoesSwat entities: - - uid: 15745 + - uid: 16260 components: - type: Transform pos: 65.52626,-19.43111 parent: 2 -- proto: ClothingUniformColorJumpskirtRainbow - entities: - - uid: 15747 - components: - - type: Transform - parent: 15746 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15748 - components: - - type: Transform - parent: 15746 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15749 - components: - - type: Transform - parent: 15746 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingUniformColorRainbow entities: - - uid: 15750 + - uid: 16262 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15751 + - uid: 16263 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15752 + - uid: 16264 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15753 + - uid: 16265 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15754 + - uid: 16266 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15755 + - uid: 16267 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpskirtBrigmedic entities: - - uid: 15527 + - uid: 16045 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False - proto: ClothingUniformJumpskirtCasualRed entities: - - uid: 15769 + - uid: 16284 components: - type: MetaData desc: Ave! True to Caesar @@ -105829,7 +108541,7 @@ entities: - type: Transform pos: 71.218124,-48.413193 parent: 2 - - uid: 15770 + - uid: 16285 components: - type: MetaData desc: Ave! True to Caesar @@ -105837,209 +108549,239 @@ entities: - type: Transform pos: 71.67125,-48.381943 parent: 2 -- proto: ClothingUniformJumpskirtPerformer +- proto: ClothingUniformJumpskirtColorRainbow entities: - - uid: 15295 + - uid: 16268 components: - type: Transform - parent: 15292 + parent: 16261 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16269 + components: + - type: Transform + parent: 16261 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16270 + components: + - type: Transform + parent: 16261 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtPerformer + entities: + - uid: 15814 + components: + - type: Transform + parent: 15811 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpskirtSchool entities: - - uid: 15740 + - uid: 16255 components: - type: Transform - parent: 15738 + parent: 16253 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpskirtTacticalMaid entities: - - uid: 15771 + - uid: 16286 components: - type: Transform pos: -6.4958534,-72.458084 parent: 2 - proto: ClothingUniformJumpsuitAerostatic entities: - - uid: 15427 + - uid: 15945 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitAncient entities: - - uid: 15772 + - uid: 16287 components: - type: Transform pos: 29.676815,34.56154 parent: 2 - proto: ClothingUniformJumpsuitBrigmedic entities: - - uid: 15528 + - uid: 16046 components: - type: Transform - parent: 15522 + parent: 16040 - type: Physics canCollide: False +- proto: ClothingUniformJumpsuitCentcomOfficial + entities: + - uid: 16288 + components: + - type: Transform + pos: 17.539478,-34.325016 + parent: 2 - proto: ClothingUniformJumpsuitChiefEngineerNT entities: - - uid: 15773 + - uid: 16289 components: - type: Transform pos: 95.52006,-84.47528 parent: 2 - proto: ClothingUniformJumpsuitColorBlack entities: - - uid: 15486 + - uid: 16003 components: - type: Transform - parent: 15481 + parent: 15998 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitColorBlue - entities: - - uid: 15774 - components: - - type: Transform - pos: -1.8258393,-35.31752 - parent: 2 - - uid: 15775 - components: - - type: Transform - pos: -1.8570893,-35.75502 - parent: 2 - - uid: 15776 - components: - - type: Transform - pos: -1.8570893,-36.051895 - parent: 2 - - uid: 15777 - components: - - type: Transform - pos: -1.8727143,-36.395645 - parent: 2 - proto: ClothingUniformJumpsuitColorWhite entities: - - uid: 15778 + - uid: 16290 components: - type: Transform pos: -74.609436,1.4101474 parent: 2 - - uid: 15779 + - uid: 16291 components: - type: Transform pos: -74.31256,1.5663974 parent: 2 - proto: ClothingUniformJumpsuitHoSBlue entities: - - uid: 15428 + - uid: 15946 components: - type: MetaData desc: Синий парадный комбинезон. name: синий парадный комбинезон - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitMusician entities: - - uid: 15296 + - uid: 15815 components: - type: Transform - parent: 15292 + parent: 15811 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitNanotrasen entities: - - uid: 1824 + - uid: 1859 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15678 + - uid: 16193 components: - type: Transform - parent: 15675 + parent: 16190 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitPrisoner entities: - - uid: 15780 + - uid: 16292 components: - type: Transform pos: 40.5,-1.5 parent: 2 - - uid: 15781 + - uid: 16293 components: - type: Transform pos: 41.5,0.5 parent: 2 - - uid: 15782 + - uid: 16294 components: - type: Transform pos: 41.5,-1.5 parent: 2 - - uid: 15783 + - uid: 16295 components: - type: Transform pos: 39.5,-1.5 parent: 2 - - uid: 15784 + - uid: 16296 components: - type: Transform pos: 40.5,0.5 parent: 2 - - uid: 15785 + - uid: 16297 components: - type: Transform pos: 39.5,0.5 parent: 2 - proto: ClothingUniformJumpsuitRecruitNT entities: - - uid: 15786 + - uid: 16298 components: - type: Transform pos: -45.461956,-111.483116 parent: 2 +- proto: ClothingUniformJumpsuitRecruitSyndie + entities: + - uid: 16154 + components: + - type: Transform + parent: 16152 + - type: Clothing + inSlotFlag: INNERCLOTHING + inSlot: jumpsuit + - type: Physics + canCollide: False +- proto: ClothingUniformJumpsuitRepairmanNT + entities: + - uid: 164 + components: + - type: Transform + parent: 159 + - type: Clothing + inSlotFlag: INNERCLOTHING + inSlot: jumpsuit + - type: Physics + canCollide: False - proto: ClothingUniformJumpsuitSafari entities: - - uid: 15787 + - uid: 16299 components: - type: Transform pos: -67.5,-48.5 parent: 2 - proto: ClothingUniformJumpsuitSecBlue entities: - - uid: 15429 + - uid: 15947 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClownRecorder entities: - - uid: 15412 + - uid: 15930 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Cobweb1 entities: - - uid: 15788 + - uid: 16300 components: - type: Transform rot: 3.141592653589793 rad @@ -106047,348 +108789,351 @@ entities: parent: 2 - proto: Cobweb2 entities: - - uid: 15789 + - uid: 16301 components: - type: Transform pos: -34.5,20.5 parent: 2 - - uid: 15790 + - uid: 16302 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,19.5 parent: 2 - - uid: 15791 + - uid: 16303 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,19.5 parent: 2 - - uid: 15792 + - uid: 16304 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-102.5 parent: 2 - - uid: 15793 + - uid: 16305 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-104.5 parent: 2 - - uid: 15794 + - uid: 16306 components: - type: Transform pos: -2.5,-102.5 parent: 2 - - uid: 15795 + - uid: 16307 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-104.5 parent: 2 + - uid: 16308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-41.5 + parent: 2 - proto: CockroachTimedSpawner entities: - - uid: 15796 + - uid: 16309 components: - type: Transform pos: -62.5,-11.5 parent: 2 - - uid: 15797 + - uid: 16310 components: - type: Transform pos: -37.5,12.5 parent: 2 - - uid: 15798 + - uid: 16311 components: - type: Transform pos: 44.5,18.5 parent: 2 - - uid: 15799 + - uid: 16312 components: - type: Transform pos: 63.5,-48.5 parent: 2 - - uid: 15800 + - uid: 16313 components: - type: Transform pos: 19.5,6.5 parent: 2 - - uid: 15801 + - uid: 16314 components: - type: Transform pos: 44.5,10.5 parent: 2 - - uid: 15802 + - uid: 16315 components: - type: Transform pos: -13.5,-95.5 parent: 2 -- proto: CombatKnife - entities: - - uid: 15803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-59.5 - parent: 2 - proto: CombatMedipen entities: - - uid: 2536 + - uid: 2568 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 16316 + components: + - type: Transform + pos: -9.624899,-44.47935 + parent: 2 - proto: ComfyChair entities: - - uid: 15804 + - uid: 16317 components: - type: Transform pos: 48.5,4.5 parent: 2 - - uid: 15805 + - uid: 16318 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,2.5 parent: 2 - - uid: 15806 + - uid: 16319 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,15.5 parent: 2 - - uid: 15807 + - uid: 16320 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-100.5 parent: 2 - - uid: 15808 + - uid: 16321 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-100.5 parent: 2 - - uid: 15809 + - uid: 16322 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,27.5 parent: 2 - - uid: 15810 + - uid: 16323 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,27.5 parent: 2 - - uid: 15811 + - uid: 16324 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-5.5 parent: 2 - - uid: 15812 + - uid: 16325 components: - type: Transform pos: -29.5,-4.5 parent: 2 - - uid: 15813 + - uid: 16326 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-2.5 parent: 2 - - uid: 15814 + - uid: 16327 components: - type: Transform pos: -30.5,-0.5 parent: 2 - - uid: 15815 + - uid: 16328 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-25.5 parent: 2 - - uid: 15816 + - uid: 16329 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-27.5 parent: 2 - - uid: 15817 + - uid: 16330 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-64.5 parent: 2 - - uid: 15818 + - uid: 16331 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-64.5 parent: 2 - - uid: 15819 + - uid: 16332 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-64.5 parent: 2 - - uid: 15820 + - uid: 16333 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-70.5 parent: 2 - - uid: 15821 + - uid: 16334 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-47.5 parent: 2 - - uid: 15822 + - uid: 16335 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-69.5 parent: 2 - - uid: 15823 + - uid: 16336 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-70.5 parent: 2 - - uid: 15824 + - uid: 16337 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-69.5 parent: 2 - - uid: 15825 + - uid: 16338 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-69.5 parent: 2 - - uid: 15826 + - uid: 16339 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-1.5 parent: 2 - - uid: 15827 + - uid: 16340 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-74.5 parent: 2 - - uid: 15828 + - uid: 16341 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 2 - - uid: 15829 + - uid: 16342 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-75.5 parent: 2 - - uid: 15830 + - uid: 16343 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,5.5 parent: 2 - - uid: 15831 + - uid: 16344 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,5.5 parent: 2 - - uid: 15832 + - uid: 16345 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,3.5 parent: 2 - - uid: 15833 + - uid: 16346 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,6.5 parent: 2 - - uid: 15834 + - uid: 16347 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-25.5 parent: 2 - - uid: 15835 + - uid: 16348 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-68.5 parent: 2 - - uid: 15836 + - uid: 16349 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,10.5 parent: 2 - - uid: 15837 + - uid: 16350 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,10.5 parent: 2 - - uid: 15838 + - uid: 16351 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-0.5 parent: 2 - - uid: 15839 + - uid: 16352 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 2 - - uid: 15840 + - uid: 16353 components: - type: Transform pos: -2.5,1.5 parent: 2 - - uid: 15841 + - uid: 16354 components: - type: Transform pos: -1.5,1.5 parent: 2 - - uid: 15842 + - uid: 16355 components: - type: Transform pos: 40.5,-25.5 parent: 2 - - uid: 15843 + - uid: 16356 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,17.5 parent: 2 - - uid: 15844 + - uid: 16357 components: - type: Transform pos: -8.5,19.5 parent: 2 - - uid: 15845 + - uid: 16358 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-64.5 parent: 2 - - uid: 15846 + - uid: 16359 components: - type: Transform rot: 1.5707963267948966 rad @@ -106404,48 +109149,48 @@ entities: canCollide: False - proto: CommsComputerCircuitboard entities: - - uid: 15847 + - uid: 16360 components: - type: Transform pos: 37.553635,-42.480568 parent: 2 - proto: ComputerAlert entities: - - uid: 15848 + - uid: 16361 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-74.5 parent: 2 - - uid: 15849 + - uid: 16362 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,21.5 parent: 2 - - uid: 15850 + - uid: 16363 components: - type: Transform pos: 11.5,17.5 parent: 2 - - uid: 15851 + - uid: 16364 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-50.5 parent: 2 - - uid: 15852 + - uid: 16365 components: - type: Transform rot: 1.5707963267948966 rad pos: 95.5,-90.5 parent: 2 - - uid: 15853 + - uid: 16366 components: - type: Transform pos: 43.5,-95.5 parent: 2 - - uid: 15854 + - uid: 16367 components: - type: Transform rot: -1.5707963267948966 rad @@ -106453,13 +109198,13 @@ entities: parent: 2 - proto: ComputerAnalysisConsole entities: - - uid: 15855 + - uid: 16368 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,25.5 parent: 2 - - uid: 15856 + - uid: 16369 components: - type: Transform rot: 1.5707963267948966 rad @@ -106468,10 +109213,10 @@ entities: - type: DeviceLinkSource range: 7 linkedPorts: - 27034: + 27850: - - ArtifactAnalyzerSender - ArtifactAnalyzerReceiver - - uid: 15857 + - uid: 16370 components: - type: Transform rot: 1.5707963267948966 rad @@ -106479,157 +109224,154 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 27035: + 27851: - - ArtifactAnalyzerSender - ArtifactAnalyzerReceiver - - uid: 15858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-55.5 - parent: 2 - proto: ComputerAtmosMonitoring entities: - - uid: 15859 + - uid: 16371 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-49.5 parent: 2 - - uid: 15860 + - uid: 16372 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-73.5 parent: 2 - - uid: 15861 + - uid: 16373 components: - type: Transform pos: 42.5,-95.5 parent: 2 - proto: computerBodyScanner entities: - - uid: 15862 + - uid: 16374 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-54.5 parent: 2 - - uid: 15863 + - uid: 16375 components: - type: Transform pos: -36.5,-19.5 parent: 2 - - uid: 15864 + - uid: 16376 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-50.5 parent: 2 - - uid: 15865 + - uid: 16377 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-40.5 parent: 2 - - uid: 15866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-59.5 - parent: 2 - proto: ComputerBroken entities: - - uid: 15867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-26.5 - parent: 2 - - uid: 15868 - components: - - type: Transform - pos: -10.5,-24.5 - parent: 2 - - uid: 15869 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 2 - - uid: 15870 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 2 - - uid: 15871 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 2 - - uid: 15872 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 2 - - uid: 15873 + - uid: 16378 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-55.5 parent: 2 - - uid: 15874 + - uid: 16379 components: - type: Transform rot: 1.5707963267948966 rad pos: 93.5,-51.5 parent: 2 - - uid: 15875 + - uid: 16380 components: - type: Transform pos: 50.5,23.5 parent: 2 - - uid: 15876 + - uid: 16381 components: - type: Transform pos: 51.5,23.5 parent: 2 - - uid: 15877 + - uid: 16382 components: - type: Transform - pos: -4.5,-22.5 + pos: -0.5,-56.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-27.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-27.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-51.5 + parent: 2 + - uid: 16387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-41.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-26.5 parent: 2 - proto: ComputerCargoBounty entities: - - uid: 15878 + - uid: 16390 components: - type: Transform pos: 3.5,-86.5 parent: 2 - proto: ComputerCargoOrders entities: - - uid: 15879 + - uid: 16391 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,25.5 parent: 2 - - uid: 15880 + - uid: 16392 components: - type: Transform pos: 9.5,-81.5 parent: 2 - - uid: 15881 + - uid: 16393 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-89.5 parent: 2 - - uid: 15882 + - uid: 16394 components: - type: Transform pos: -2.5,-93.5 parent: 2 - - uid: 15883 + - uid: 16395 components: - type: Transform rot: -1.5707963267948966 rad @@ -106637,7 +109379,7 @@ entities: parent: 2 - proto: ComputerCargoOrdersEngineering entities: - - uid: 15884 + - uid: 16396 components: - type: Transform rot: 1.5707963267948966 rad @@ -106645,7 +109387,7 @@ entities: parent: 2 - proto: ComputerCargoOrdersMedical entities: - - uid: 15885 + - uid: 16397 components: - type: Transform rot: -1.5707963267948966 rad @@ -106653,7 +109395,7 @@ entities: parent: 2 - proto: ComputerCargoOrdersScience entities: - - uid: 15886 + - uid: 16398 components: - type: Transform rot: 3.141592653589793 rad @@ -106661,14 +109403,14 @@ entities: parent: 2 - proto: ComputerCargoOrdersSecurity entities: - - uid: 15887 + - uid: 16399 components: - type: Transform pos: 52.5,-17.5 parent: 2 - proto: ComputerCargoOrdersService entities: - - uid: 15888 + - uid: 16400 components: - type: Transform rot: 3.141592653589793 rad @@ -106676,119 +109418,119 @@ entities: parent: 2 - proto: ComputerComms entities: - - uid: 15889 + - uid: 16401 components: - type: Transform pos: 0.5,25.5 parent: 2 - - uid: 15890 + - uid: 16402 components: - type: Transform pos: 14.5,16.5 parent: 2 - proto: ComputerCrewMonitoring entities: - - uid: 15891 + - uid: 16403 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-86.5 parent: 2 - - uid: 15892 + - uid: 16404 components: - type: Transform pos: -46.5,-38.5 parent: 2 - - uid: 15893 + - uid: 16405 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,19.5 parent: 2 - - uid: 15894 + - uid: 16406 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-9.5 parent: 2 - - uid: 15895 + - uid: 16407 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-14.5 parent: 2 - - uid: 15896 + - uid: 16408 components: - type: Transform pos: -44.5,-32.5 parent: 2 - proto: ComputerCriminalRecords entities: - - uid: 15897 + - uid: 16409 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-27.5 parent: 2 - - uid: 15898 + - uid: 16410 components: - type: Transform pos: -48.5,-46.5 parent: 2 - - uid: 15899 + - uid: 16411 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-5.5 parent: 2 - - uid: 15900 + - uid: 16412 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-19.5 parent: 2 - - uid: 15901 + - uid: 16413 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,19.5 parent: 2 - - uid: 15902 + - uid: 16414 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,-42.5 parent: 2 - - uid: 15903 + - uid: 16415 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-49.5 parent: 2 - - uid: 15904 + - uid: 16416 components: - type: Transform rot: 3.141592653589793 rad pos: 97.5,-91.5 parent: 2 - - uid: 15905 + - uid: 16417 components: - type: Transform pos: 72.5,-26.5 parent: 2 - - uid: 15906 + - uid: 16418 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-8.5 parent: 2 - - uid: 15907 + - uid: 16419 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,15.5 parent: 2 - - uid: 15908 + - uid: 16420 components: - type: Transform rot: 3.141592653589793 rad @@ -106796,146 +109538,86 @@ entities: parent: 2 - proto: ComputerFrame entities: - - uid: 15909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-36.5 - parent: 2 - - uid: 15910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-27.5 - parent: 2 - - uid: 15911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-28.5 - parent: 2 - - uid: 15912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-25.5 - parent: 2 - - uid: 15913 - components: - - type: Transform - pos: -16.5,-32.5 - parent: 2 - - uid: 15914 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 2 - - uid: 15915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-25.5 - parent: 2 - - uid: 15916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-25.5 - parent: 2 - - uid: 15917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-27.5 - parent: 2 - - uid: 15918 + - uid: 16421 components: - type: Transform rot: 3.141592653589793 rad pos: 87.5,-55.5 parent: 2 - - uid: 15919 + - uid: 16422 components: - type: Transform pos: -57.5,-19.5 parent: 2 - - uid: 15920 + - uid: 16423 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,22.5 parent: 2 - - uid: 15921 + - uid: 16424 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-69.5 parent: 2 - - uid: 15922 + - uid: 16425 components: - type: Transform rot: 3.141592653589793 rad pos: 107.5,-59.5 parent: 2 - - uid: 15923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-32.5 - parent: 2 - - uid: 15924 + - uid: 16426 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.5,-46.5 parent: 2 - - uid: 15925 + - uid: 16427 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.5,-47.5 parent: 2 + - uid: 16428 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 - proto: ComputerFundingAllocation entities: - - uid: 15926 + - uid: 16429 components: - type: Transform pos: -10.5,11.5 parent: 2 - proto: ComputerId entities: - - uid: 15927 + - uid: 16430 components: - type: Transform pos: 1.5,25.5 parent: 2 - - uid: 15928 + - uid: 16431 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,8.5 parent: 2 - - uid: 15929 + - uid: 16432 components: - type: Transform pos: 15.5,16.5 parent: 2 -- proto: ComputerIFFSyndicate - entities: - - uid: 15930 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 2 - proto: ComputerMassMedia entities: - - uid: 15931 + - uid: 16433 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,21.5 parent: 2 - - uid: 15932 + - uid: 16434 components: - type: Transform rot: 3.141592653589793 rad @@ -106943,92 +109625,86 @@ entities: parent: 2 - proto: ComputerMedicalRecords entities: - - uid: 15933 + - uid: 16435 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,19.5 parent: 2 - - uid: 15934 + - uid: 16436 components: - type: Transform pos: -47.5,-38.5 parent: 2 - - uid: 15935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-59.5 - parent: 2 - proto: ComputerPowerMonitoring entities: - - uid: 15936 + - uid: 16437 components: - type: Transform pos: 47.5,-46.5 parent: 2 - - uid: 15937 + - uid: 16438 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-49.5 parent: 2 - - uid: 15938 + - uid: 16439 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-49.5 parent: 2 - - uid: 15939 + - uid: 16440 components: - type: Transform pos: 42.5,-82.5 parent: 2 - - uid: 15940 + - uid: 16441 components: - type: Transform pos: -39.5,-112.5 parent: 2 - - uid: 15941 + - uid: 16442 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,21.5 parent: 2 - - uid: 15942 + - uid: 16443 components: - type: Transform pos: 15.5,9.5 parent: 2 - - uid: 15943 + - uid: 16444 components: - type: Transform pos: 67.5,-55.5 parent: 2 - - uid: 15944 + - uid: 16445 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-50.5 parent: 2 - - uid: 15945 + - uid: 16446 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-63.5 parent: 2 - - uid: 15946 + - uid: 16447 components: - type: Transform pos: 52.5,-86.5 parent: 2 - - uid: 15947 + - uid: 16448 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-72.5 parent: 2 - - uid: 15948 + - uid: 16449 components: - type: Transform rot: 3.141592653589793 rad @@ -107036,24 +109712,24 @@ entities: parent: 2 - proto: ComputerRadar entities: - - uid: 15949 + - uid: 16450 components: - type: Transform pos: -0.5,25.5 parent: 2 - - uid: 15950 + - uid: 16451 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,24.5 parent: 2 - - uid: 15951 + - uid: 16452 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,13.5 parent: 2 - - uid: 15952 + - uid: 16453 components: - type: Transform rot: 1.5707963267948966 rad @@ -107061,7 +109737,7 @@ entities: parent: 2 - proto: ComputerResearchAndDevelopment entities: - - uid: 15953 + - uid: 16454 components: - type: Transform pos: -40.5,-46.5 @@ -107069,7 +109745,7 @@ entities: - type: AccessReader access: - - ResearchDirector - - uid: 15954 + - uid: 16455 components: - type: Transform pos: -38.5,-61.5 @@ -107077,7 +109753,7 @@ entities: - type: AccessReader access: - - ResearchDirector - - uid: 15955 + - uid: 16456 components: - type: Transform rot: -1.5707963267948966 rad @@ -107085,39 +109761,45 @@ entities: parent: 2 - proto: ComputerRoboticsControl entities: - - uid: 15956 + - uid: 16457 components: - type: Transform pos: -38.5,-67.5 parent: 2 + - uid: 16458 + components: + - type: MetaData + desc: Вы не пониамете что делает эта консоль. + name: ҴҘҤ҂ ҪҖҥ — ҔҖҴҞ ҪҔҞ҂҂Ҙҥ + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - type: Computer + board: ComputerTelevisionCircuitboard + missingComponents: + - RoboticsConsole + - UserInterface - proto: ComputerSalvageJobBoard entities: - - uid: 15957 + - uid: 16459 components: - type: Transform pos: -13.5,-98.5 parent: 2 -- proto: ComputerShuttle - entities: - - uid: 15958 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - proto: ComputerShuttleCargo entities: - - uid: 15959 + - uid: 16460 components: - type: Transform pos: -3.5,-93.5 parent: 2 - - uid: 15960 + - uid: 16461 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-96.5 parent: 2 - - uid: 15961 + - uid: 16462 components: - type: Transform rot: -1.5707963267948966 rad @@ -107125,7 +109807,7 @@ entities: parent: 2 - proto: ComputerShuttleSalvage entities: - - uid: 15962 + - uid: 16463 components: - type: Transform rot: -1.5707963267948966 rad @@ -107133,25 +109815,25 @@ entities: parent: 2 - proto: ComputerSolarControl entities: - - uid: 15963 + - uid: 16464 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,9.5 parent: 2 - - uid: 15964 + - uid: 16465 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,21.5 parent: 2 - - uid: 15965 + - uid: 16466 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-87.5 parent: 2 - - uid: 15966 + - uid: 16467 components: - type: Transform rot: 3.141592653589793 rad @@ -107159,245 +109841,258 @@ entities: parent: 2 - proto: ComputerStationRecords entities: - - uid: 15967 + - uid: 16468 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-5.5 parent: 2 - - uid: 15968 + - uid: 16469 components: - type: Transform pos: 47.5,-22.5 parent: 2 - - uid: 15969 + - uid: 16470 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-26.5 parent: 2 - - uid: 15970 + - uid: 16471 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,5.5 parent: 2 - - uid: 15971 + - uid: 16472 components: - type: Transform pos: -9.5,11.5 parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: - - uid: 15972 + - uid: 16473 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-78.5 parent: 2 - - uid: 15973 + - uid: 16474 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-18.5 parent: 2 - - uid: 15974 + - uid: 16475 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-50.5 parent: 2 - - uid: 15975 + - uid: 16476 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,1.5 parent: 2 - - uid: 15976 + - uid: 16477 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-39.5 parent: 2 - - uid: 15977 + - uid: 16478 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,19.5 parent: 2 - - uid: 15978 + - uid: 16479 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-29.5 parent: 2 - - uid: 15979 + - uid: 16480 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-47.5 parent: 2 - - uid: 15980 + - uid: 16481 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,13.5 parent: 2 - - uid: 15981 + - uid: 16482 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-69.5 parent: 2 - - uid: 15982 + - uid: 16483 components: - type: Transform pos: 100.5,-86.5 parent: 2 - - uid: 15983 + - uid: 16484 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-5.5 parent: 2 - - uid: 15984 + - uid: 16485 components: - type: Transform pos: 47.5,16.5 parent: 2 - - uid: 15985 + - uid: 16486 components: - type: Transform pos: -46.5,-32.5 parent: 2 - - uid: 15986 + - uid: 16487 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-81.5 parent: 2 + - uid: 16488 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 - proto: ComputerSurveillanceWirelessCameraMonitor entities: - - uid: 15987 + - uid: 16489 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-86.5 parent: 2 - - uid: 15988 + - uid: 16490 components: - type: Transform pos: 25.5,-74.5 parent: 2 - proto: ComputerTelevision entities: - - uid: 15989 + - uid: 16491 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,4.5 parent: 2 - - uid: 15990 + - uid: 16492 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,1.5 parent: 2 - - uid: 15991 + - uid: 16493 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-71.5 parent: 2 - - uid: 15992 + - uid: 16494 components: - type: Transform pos: -26.5,11.5 parent: 2 - - uid: 15993 + - uid: 16495 components: - type: Transform pos: 41.5,-27.5 parent: 2 - - uid: 15994 + - uid: 16496 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,7.5 parent: 2 + - uid: 16497 + components: + - type: Transform + anchored: False + pos: -7.5,-40.5 + parent: 2 + - type: Physics + bodyType: Dynamic - proto: ComputerTelevisionCircuitboard entities: - - uid: 15995 + - uid: 16498 components: - type: Transform pos: -55.43911,-83.080986 parent: 2 - proto: ContainmentFieldGenerator entities: - - uid: 15996 + - uid: 16499 components: - type: Transform pos: 58.5,-66.5 parent: 2 - - uid: 15997 + - uid: 16500 components: - type: Transform pos: 58.5,-65.5 parent: 2 - - uid: 15998 + - uid: 16501 components: - type: Transform pos: 59.5,-66.5 parent: 2 - - uid: 15999 + - uid: 16502 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-58.5 parent: 2 - - uid: 16000 + - uid: 16503 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-63.5 parent: 2 - - uid: 16001 + - uid: 16504 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-63.5 parent: 2 - - uid: 16002 + - uid: 16505 components: - type: Transform pos: 80.5,-63.5 parent: 2 - proto: ConvertAltarSpawner entities: - - uid: 16003 + - uid: 16506 components: - type: Transform pos: 37.5,-71.5 parent: 2 - proto: ConveyorBelt entities: - - uid: 16004 + - uid: 16507 components: - type: Transform rot: 1.5707963267948966 rad pos: 82.5,-50.5 parent: 2 - - uid: 16005 + - uid: 16508 components: - type: Transform pos: 81.5,-49.5 parent: 2 - - uid: 16006 + - uid: 16509 components: - type: Transform pos: 83.5,-51.5 parent: 2 - - uid: 16007 + - uid: 16510 components: - type: Transform rot: 3.141592653589793 rad @@ -107405,7 +110100,7 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 - - uid: 16008 + - uid: 16511 components: - type: Transform rot: 3.141592653589793 rad @@ -107413,17 +110108,17 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 - - uid: 16009 + - uid: 16512 components: - type: Transform pos: 68.5,8.5 parent: 2 - - uid: 16010 + - uid: 16513 components: - type: Transform pos: 68.5,10.5 parent: 2 - - uid: 16011 + - uid: 16514 components: - type: Transform rot: 1.5707963267948966 rad @@ -107431,243 +110126,243 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 - - uid: 16012 + - uid: 16515 components: - type: Transform pos: 68.5,9.5 parent: 2 - - uid: 16013 + - uid: 16516 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-80.5 parent: 2 - - uid: 16014 + - uid: 16517 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-80.5 parent: 2 - - uid: 16015 + - uid: 16518 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-69.5 parent: 2 - - uid: 16016 + - uid: 16519 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-69.5 parent: 2 - - uid: 16017 + - uid: 16520 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-69.5 parent: 2 - - uid: 16018 + - uid: 16521 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-80.5 parent: 2 - - uid: 16019 + - uid: 16522 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-81.5 parent: 2 - - uid: 16020 + - uid: 16523 components: - type: Transform pos: 20.5,-77.5 parent: 2 - - uid: 16021 + - uid: 16524 components: - type: Transform pos: 20.5,-80.5 parent: 2 - - uid: 16022 + - uid: 16525 components: - type: Transform pos: 20.5,-78.5 parent: 2 - - uid: 16023 + - uid: 16526 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-92.5 parent: 2 - - uid: 16024 + - uid: 16527 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-87.5 parent: 2 - - uid: 16025 + - uid: 16528 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-91.5 parent: 2 - - uid: 16026 + - uid: 16529 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-94.5 parent: 2 - - uid: 16027 + - uid: 16530 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-88.5 parent: 2 - - uid: 16028 + - uid: 16531 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-89.5 parent: 2 - - uid: 16029 + - uid: 16532 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-86.5 parent: 2 - - uid: 16030 + - uid: 16533 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-90.5 parent: 2 - - uid: 16031 + - uid: 16534 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-86.5 parent: 2 - - uid: 16032 + - uid: 16535 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-86.5 parent: 2 - - uid: 16033 + - uid: 16536 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-86.5 parent: 2 - - uid: 16034 + - uid: 16537 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-86.5 parent: 2 - - uid: 16035 + - uid: 16538 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-93.5 parent: 2 - - uid: 16036 + - uid: 16539 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-94.5 parent: 2 - - uid: 16037 + - uid: 16540 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-94.5 parent: 2 - - uid: 16038 + - uid: 16541 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-95.5 parent: 2 - - uid: 16039 + - uid: 16542 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-86.5 parent: 2 - - uid: 16040 + - uid: 16543 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-96.5 parent: 2 - - uid: 16041 + - uid: 16544 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-96.5 parent: 2 - - uid: 16042 + - uid: 16545 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-96.5 parent: 2 - - uid: 16043 + - uid: 16546 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-96.5 parent: 2 - - uid: 16044 + - uid: 16547 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-100.5 parent: 2 - - uid: 16045 + - uid: 16548 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-100.5 parent: 2 - - uid: 16046 + - uid: 16549 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-100.5 parent: 2 - - uid: 16047 + - uid: 16550 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-100.5 parent: 2 - - uid: 16048 + - uid: 16551 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-100.5 parent: 2 - - uid: 16049 + - uid: 16552 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-100.5 parent: 2 - - uid: 16050 + - uid: 16553 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-100.5 parent: 2 - - uid: 16051 + - uid: 16554 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-85.5 parent: 2 - - uid: 16052 + - uid: 16555 components: - type: Transform rot: 3.141592653589793 rad @@ -107675,172 +110370,317 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 - - uid: 16053 + - uid: 16556 components: - type: Transform pos: 20.5,-79.5 parent: 2 - - uid: 16054 + - uid: 16557 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-81.5 parent: 2 - - uid: 16055 + - uid: 16558 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,7.5 parent: 2 - - uid: 16056 + - uid: 16559 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,7.5 parent: 2 - - uid: 16057 + - uid: 16560 components: - type: Transform pos: 68.5,11.5 parent: 2 - - uid: 16058 + - uid: 16561 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-81.5 parent: 2 - - uid: 16059 + - uid: 16562 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-79.5 parent: 2 - - uid: 16060 + - uid: 16563 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-81.5 parent: 2 - - uid: 16061 + - uid: 16564 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-68.5 parent: 2 - - uid: 16062 + - uid: 16565 components: - type: Transform pos: 81.5,-48.5 parent: 2 - - uid: 16063 + - uid: 16566 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,-53.5 parent: 2 - - uid: 16064 + - uid: 16567 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-68.5 parent: 2 - - uid: 16065 + - uid: 16568 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-68.5 parent: 2 - - uid: 16066 + - uid: 16569 components: - type: Transform pos: 81.5,-47.5 parent: 2 - - uid: 16067 + - uid: 16570 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-53.5 parent: 2 - - uid: 16068 + - uid: 16571 components: - type: Transform pos: 83.5,-50.5 parent: 2 - - uid: 16069 + - uid: 16572 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-50.5 parent: 2 - - uid: 16070 + - uid: 16573 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-53.5 parent: 2 - - uid: 16071 + - uid: 16574 components: - type: Transform pos: 83.5,-52.5 parent: 2 - - uid: 16072 + - uid: 16575 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-104.5 parent: 2 - - uid: 16073 + - uid: 16576 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-104.5 parent: 2 - - uid: 16074 + - uid: 16577 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-104.5 parent: 2 -- proto: CoordinatesDisk - entities: - - uid: 16075 + - uid: 16578 components: - type: Transform - pos: 1.4030746,-24.907402 + rot: -1.5707963267948966 rad + pos: -12.5,-41.5 parent: 2 + - uid: 16579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-40.5 + parent: 2 + - uid: 16580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-40.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-41.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-41.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-40.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-41.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-40.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-55.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-56.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-56.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-54.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-54.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-53.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-52.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-51.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-51.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-51.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-50.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-50.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-56.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-57.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-58.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-59.5 + parent: 2 +- proto: CoordinatesDisk + entities: + - uid: 16603 + components: + - type: Transform + parent: 16602 + - type: Physics + canCollide: False - proto: CorporateCircuitBoard entities: - - uid: 16076 + - uid: 16604 components: - type: Transform pos: 17.441696,22.583607 parent: 2 - proto: CounterMetalFrame entities: - - uid: 16077 + - uid: 16605 components: - type: Transform pos: -57.5,-21.5 parent: 2 - - uid: 16078 + - uid: 16606 components: - type: Transform pos: -59.5,-24.5 parent: 2 - proto: CounterWoodFrame entities: - - uid: 16079 + - uid: 16607 components: - type: Transform pos: -48.5,12.5 parent: 2 - - uid: 16080 + - uid: 16608 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-111.5 parent: 2 - - uid: 16081 + - uid: 16609 components: - type: Transform rot: -1.5707963267948966 rad @@ -107848,21 +110688,58 @@ entities: parent: 2 - proto: CrateArtifactContainer entities: - - uid: 16082 + - uid: 16610 components: - type: Transform pos: -51.5,-73.5 parent: 2 +- proto: CrateBaseSecure + entities: + - uid: 1966 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1967 + - 1968 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrateBodyBags entities: - - uid: 16083 + - uid: 16611 components: - type: Transform pos: -57.5,-18.5 parent: 2 - proto: CrateCoffin entities: - - uid: 15705 + - uid: 16219 components: - type: Transform pos: 34.5,-73.5 @@ -107891,19 +110768,19 @@ entities: showEnts: False occludes: True ents: - - 15706 + - 16220 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16084 + - uid: 16612 components: - type: Transform pos: -57.5,-36.5 parent: 2 - proto: CrateContrabandStorageSecure entities: - - uid: 16085 + - uid: 16613 components: - type: Transform pos: 50.5,0.5 @@ -107936,14 +110813,14 @@ entities: removedMasks: 20 - type: PlaceableSurface isPlaceable: True - - uid: 16086 + - uid: 16614 components: - type: Transform pos: 52.5,0.5 parent: 2 - proto: CrateEmergencyInternals entities: - - uid: 16087 + - uid: 16615 components: - type: Transform pos: 2.5,-89.5 @@ -107968,212 +110845,202 @@ entities: - 0 - proto: CrateEmergencyInternalsLarge entities: - - uid: 16088 + - uid: 16616 components: - type: Transform pos: -38.5,-14.5 parent: 2 - proto: CrateEmptySpawner entities: - - uid: 16089 + - uid: 16617 components: - type: Transform pos: 82.5,-44.5 parent: 2 - - uid: 16090 + - uid: 16618 components: - type: Transform pos: 25.5,17.5 parent: 2 - - uid: 16091 + - uid: 16619 components: - type: Transform pos: 77.5,-16.5 parent: 2 - - uid: 16092 + - uid: 16620 components: - type: Transform pos: 41.5,-60.5 parent: 2 - - uid: 16093 + - uid: 16621 components: - type: Transform pos: 31.5,-79.5 parent: 2 - - uid: 16094 + - uid: 16622 components: - type: Transform pos: 42.5,20.5 parent: 2 - - uid: 16095 + - uid: 16623 components: - type: Transform pos: 75.5,-24.5 parent: 2 - - uid: 16096 + - uid: 16624 components: - type: Transform pos: -52.5,-95.5 parent: 2 - - uid: 16097 + - uid: 16625 components: - type: Transform pos: -32.5,-78.5 parent: 2 - - uid: 16098 + - uid: 16626 components: - type: Transform pos: -60.5,-54.5 parent: 2 - - uid: 16099 + - uid: 16627 components: - type: Transform pos: -59.5,-54.5 parent: 2 - - uid: 16100 + - uid: 16628 components: - type: Transform pos: -48.5,-77.5 parent: 2 - - uid: 16101 + - uid: 16629 components: - type: Transform pos: -20.5,16.5 parent: 2 - - uid: 16102 + - uid: 16630 components: - type: Transform pos: 90.5,-50.5 parent: 2 - - uid: 16103 + - uid: 16631 components: - type: Transform pos: 96.5,-54.5 parent: 2 - - uid: 16104 + - uid: 16632 components: - type: Transform pos: 97.5,-52.5 parent: 2 - - uid: 16105 + - uid: 16633 components: - type: Transform pos: 108.5,-45.5 parent: 2 - - uid: 16106 + - uid: 16634 components: - type: Transform pos: 94.5,-54.5 parent: 2 - - uid: 16107 + - uid: 16635 components: - type: Transform pos: 96.5,-52.5 parent: 2 - - uid: 16108 + - uid: 16636 components: - type: Transform pos: 101.5,-50.5 parent: 2 - - uid: 16109 + - uid: 16637 components: - type: Transform pos: 41.5,15.5 parent: 2 - - uid: 16110 + - uid: 16638 components: - type: Transform pos: -67.5,-0.5 parent: 2 - - uid: 16111 + - uid: 16639 components: - type: Transform pos: -55.5,6.5 parent: 2 - - uid: 16112 + - uid: 16640 components: - type: Transform pos: -61.5,-4.5 parent: 2 - - uid: 16113 + - uid: 16641 components: - type: Transform pos: -66.5,-2.5 parent: 2 - - uid: 16114 + - uid: 16642 components: - type: Transform pos: -73.5,-4.5 parent: 2 - - uid: 16115 + - uid: 16643 components: - type: Transform pos: -71.5,6.5 parent: 2 - - uid: 16116 + - uid: 16644 components: - type: Transform pos: -70.5,-13.5 parent: 2 - - uid: 16117 + - uid: 16645 components: - type: Transform pos: 68.5,-15.5 parent: 2 - - uid: 16118 - components: - - type: Transform - pos: 12.5,-41.5 - parent: 2 - - uid: 16119 - components: - - type: Transform - pos: 11.5,-42.5 - parent: 2 - - uid: 16120 + - uid: 16646 components: - type: Transform pos: -72.5,-2.5 parent: 2 - - uid: 16121 + - uid: 16647 components: - type: Transform pos: 28.5,23.5 parent: 2 - - uid: 16122 + - uid: 16648 components: - type: Transform pos: -27.5,-98.5 parent: 2 - - uid: 16123 + - uid: 16649 components: - type: Transform pos: -68.5,-58.5 parent: 2 - proto: CrateEngineeringAMEControl entities: - - uid: 16124 + - uid: 16650 components: - type: Transform pos: 38.5,-80.5 parent: 2 - proto: CrateEngineeringAMEJar entities: - - uid: 16125 + - uid: 16651 components: - type: Transform pos: 37.5,-83.5 parent: 2 - proto: CrateEngineeringAMEShielding entities: - - uid: 16126 + - uid: 16652 components: - type: Transform pos: 37.5,-80.5 parent: 2 - proto: CrateEngineeringSecure entities: - - uid: 16127 + - uid: 16653 components: - type: MetaData name: ящик топлива для генераторов @@ -108204,60 +111071,55 @@ entities: showEnts: False occludes: True ents: - - 16128 + - 16654 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateFilledSpawner entities: - - uid: 16129 + - uid: 16655 components: - type: Transform pos: 5.5,-91.5 parent: 2 - - uid: 16130 + - uid: 16656 components: - type: Transform pos: -13.5,-96.5 parent: 2 - - uid: 16131 + - uid: 16657 components: - type: Transform pos: 11.5,-100.5 parent: 2 - - uid: 16132 + - uid: 16658 components: - type: Transform pos: -71.5,-20.5 parent: 2 - - uid: 16133 - components: - - type: Transform - pos: 13.5,-41.5 - parent: 2 - - uid: 16134 + - uid: 16659 components: - type: Transform pos: -37.5,-123.5 parent: 2 - proto: CrateFoodMRE entities: - - uid: 16135 + - uid: 16660 components: - type: Transform pos: -8.5,-102.5 parent: 2 - proto: CrateFoodSoftdrinks entities: - - uid: 16136 + - uid: 16661 components: - type: Transform pos: -13.5,-85.5 parent: 2 - proto: CrateFreezer entities: - - uid: 16137 + - uid: 16662 components: - type: Transform pos: -51.5,-21.5 @@ -108286,17 +111148,17 @@ entities: showEnts: False occludes: True ents: - - 16138 - - 16139 - - 16141 - - 16140 - - 16143 - - 16142 + - 16663 + - 16664 + - 16666 + - 16665 + - 16668 + - 16667 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16144 + - uid: 16669 components: - type: Transform pos: -36.5,-54.5 @@ -108319,7 +111181,7 @@ entities: - 0 - 0 - 0 - - uid: 16145 + - uid: 16670 components: - type: Transform pos: 63.5,1.5 @@ -108344,7 +111206,7 @@ entities: - 0 - proto: CrateFunDartsSet entities: - - uid: 16146 + - uid: 16671 components: - type: Transform pos: 36.5,-13.5 @@ -108369,7 +111231,7 @@ entities: - 0 - proto: CrateFunInstrumentsVariety entities: - - uid: 12469 + - uid: 12979 components: - type: Transform pos: 33.5,-21.5 @@ -108398,36 +111260,29 @@ entities: showEnts: False occludes: True ents: - - 12471 - - 12470 + - 12981 + - 12980 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateFunParty entities: - - uid: 16147 + - uid: 16672 components: - type: Transform pos: -37.5,-97.5 parent: 2 -- proto: CrateFunWaterGuns - entities: - - uid: 16148 - components: - - type: Transform - pos: 5.5,-44.5 - parent: 2 - proto: CrateGenericBiosuit entities: - - uid: 16149 + - uid: 16673 components: - type: Transform pos: -14.5,19.5 parent: 2 - proto: CrateGenericSteel entities: - - uid: 2224 + - uid: 2254 components: - type: Transform pos: 71.5,-50.5 @@ -108456,22 +111311,22 @@ entities: showEnts: False occludes: True ents: - - 2225 + - 2255 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16150 + - uid: 16674 components: - type: Transform pos: -11.5,-82.5 parent: 2 - - uid: 16151 + - uid: 16675 components: - type: Transform pos: -31.5,-63.5 parent: 2 - - uid: 16152 + - uid: 16676 components: - type: Transform pos: -56.5,-61.5 @@ -108494,7 +111349,7 @@ entities: - 0 - 0 - 0 - - uid: 16153 + - uid: 16677 components: - type: Transform pos: -4.5,-68.5 @@ -108527,7 +111382,7 @@ entities: isPlaceable: True - proto: CrateHydroponics entities: - - uid: 2600 + - uid: 2634 components: - type: Transform pos: 89.5,-7.5 @@ -108556,21 +111411,21 @@ entities: showEnts: False occludes: True ents: - - 2611 - - 2601 - - 2602 - - 2606 - - 2604 - - 2603 - - 2610 - - 2607 - - 2608 - - 2609 + - 2645 + - 2635 + - 2636 + - 2640 + - 2638 + - 2637 + - 2644 + - 2641 + - 2642 + - 2643 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16154 + - uid: 16678 components: - type: Transform pos: 34.5,9.5 @@ -108601,45 +111456,9 @@ entities: removedMasks: 20 - type: PlaceableSurface isPlaceable: True -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 2213 - components: - - type: Transform - pos: -13.5,-33.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: - - 2214 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateHydroSecure entities: - - uid: 16155 + - uid: 16679 components: - type: Transform pos: 36.5,15.5 @@ -108668,91 +111487,58 @@ entities: showEnts: False occludes: True ents: - - 16156 - - 16157 - - 16158 - - 16159 - - 16160 + - 16680 + - 16681 + - 16682 + - 16683 + - 16684 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateLockBoxEngineering entities: - - uid: 16161 + - uid: 16685 components: - type: Transform pos: 42.5,-63.5 parent: 2 - proto: CrateLockBoxMedical entities: - - uid: 16162 + - uid: 16686 components: - type: Transform pos: -48.5,-13.5 parent: 2 - proto: CrateLockBoxScience entities: - - uid: 16163 + - uid: 16687 components: - type: Transform pos: -35.5,-57.5 parent: 2 - - uid: 16164 + - uid: 16688 components: - type: Transform pos: -35.5,-49.5 parent: 2 - proto: CrateLockBoxSecurity entities: - - uid: 16165 + - uid: 16689 components: - type: Transform pos: 50.5,-19.5 parent: 2 - proto: CrateLockBoxService entities: - - uid: 16166 + - uid: 16690 components: - type: Transform pos: 31.5,18.5 parent: 2 -- proto: CrateMedicalScrubs - entities: - - uid: 16167 - components: - - type: Transform - pos: 4.5,-33.5 - parent: 2 - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.4,-0.4 - - 0.4,-0.4 - - 0.4,0.29 - - -0.4,0.29 - mask: - - Impassable - - HighImpassable - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 50 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True - proto: CrateMedicalSecure entities: - - uid: 15118 + - uid: 15637 components: - type: Transform pos: -35.5,-12.5 @@ -108781,18 +111567,18 @@ entities: showEnts: False occludes: True ents: - - 15124 - - 15120 - - 15122 - - 15119 - - 15121 - - 15125 - - 15123 + - 15643 + - 15639 + - 15641 + - 15638 + - 15640 + - 15644 + - 15642 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15600 + - uid: 16116 components: - type: Transform pos: -37.5,-14.5 @@ -108821,32 +111607,32 @@ entities: showEnts: False occludes: True ents: - - 15604 - - 15609 - - 15607 - - 15606 - - 15603 - - 15602 - - 15601 - - 15605 - - 15608 + - 16120 + - 16125 + - 16123 + - 16122 + - 16119 + - 16118 + - 16117 + - 16121 + - 16124 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16168 + - uid: 16691 components: - type: Transform pos: -57.5,-35.5 parent: 2 - - uid: 16169 + - uid: 16692 components: - type: Transform pos: -51.5,-33.5 parent: 2 - proto: CrateMedicalSurgery entities: - - uid: 16170 + - uid: 16693 components: - type: Transform pos: -55.5,-17.5 @@ -108875,15 +111661,15 @@ entities: showEnts: False occludes: True ents: - - 16171 - - 16172 + - 16694 + - 16695 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateNPCCow entities: - - uid: 16173 + - uid: 16696 components: - type: Transform pos: 29.5,21.5 @@ -108916,35 +111702,28 @@ entities: isPlaceable: True - proto: CrateNPCHamlet entities: - - uid: 16174 + - uid: 16697 components: - type: Transform pos: 4.5,26.5 parent: 2 - proto: CrateParticleDecelerators entities: - - uid: 16175 + - uid: 16698 components: - type: Transform pos: 83.5,-57.5 parent: 2 - proto: CratePermaEscapeDigging entities: - - uid: 16176 + - uid: 16699 components: - type: Transform pos: 15.5,-8.5 parent: 2 -- proto: CratePermaEscapeGun - entities: - - uid: 16177 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - proto: CratePlastic entities: - - uid: 2063 + - uid: 2105 components: - type: Transform pos: 36.5,6.5 @@ -108973,39 +111752,39 @@ entities: showEnts: False occludes: True ents: - - 2068 - - 2069 - - 2070 - - 2071 - - 2072 - - 2073 - - 2081 - - 2077 - - 2079 - - 2082 - - 2080 - - 2083 - - 2088 - - 2084 - - 2087 - - 2085 - - 2074 - - 2066 - - 2064 - - 2065 - - 2067 - - 2086 - - 2075 - - 2076 - - 2089 - - 2078 + - 2110 + - 2111 + - 2112 + - 2113 + - 2114 + - 2115 + - 2123 + - 2119 + - 2121 + - 2124 + - 2122 + - 2125 + - 2130 + - 2126 + - 2129 + - 2127 + - 2116 + - 2108 + - 2106 + - 2107 + - 2109 + - 2128 + - 2117 + - 2118 + - 2131 + - 2120 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 2492 + - uid: 2524 components: - type: Transform anchored: True @@ -109037,15 +111816,15 @@ entities: showEnts: False occludes: True ents: - - 2494 - - 2493 + - 2526 + - 2525 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 2495 + - uid: 2527 components: - type: Transform anchored: True @@ -109077,14 +111856,14 @@ entities: showEnts: False occludes: True ents: - - 2496 + - 2528 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 15449 + - uid: 15966 components: - type: Transform pos: 2.5,-93.5 @@ -109113,113 +111892,19 @@ entities: showEnts: False occludes: True ents: - - 15450 + - 15967 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16178 - components: - - type: Transform - pos: 13.5,-43.5 - parent: 2 - - uid: 16179 - components: - - type: Transform - pos: 5.5,-46.5 - parent: 2 - - uid: 16180 - components: - - type: Transform - pos: 6.5,-46.5 - parent: 2 - - uid: 16181 - components: - - type: Transform - pos: -4.5,-46.5 - parent: 2 - - uid: 16182 - components: - - type: Transform - pos: -5.5,-46.5 - parent: 2 - - uid: 16183 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - - uid: 16184 - components: - - type: Transform - pos: 5.5,-53.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: - - 16185 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 16186 - components: - - type: Transform - pos: 11.5,-45.5 - parent: 2 - - uid: 16187 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 16188 - components: - - type: Transform - pos: -8.5,-44.5 - parent: 2 - - uid: 16189 - components: - - type: Transform - pos: -8.5,-43.5 - parent: 2 - - uid: 16190 + - uid: 16700 components: - type: Transform pos: -12.5,-96.5 parent: 2 - - uid: 16191 - components: - - type: Transform - pos: 10.5,-43.5 - parent: 2 - - uid: 16192 - components: - - type: Transform - pos: 15.5,-41.5 - parent: 2 - proto: CratePrivateSecure entities: - - uid: 15746 + - uid: 16261 components: - type: MetaData name: ультра крайне нелегальный стафф @@ -109250,48 +111935,48 @@ entities: showEnts: False occludes: True ents: - - 15755 - - 15765 - - 15766 - - 15762 - - 15761 - - 15760 - - 15754 - - 15759 - - 15758 - - 15757 - - 15756 - - 15753 - - 15749 - - 15748 - - 15768 - - 15752 - - 15751 - - 15750 - - 15747 - - 15764 - - 15763 - - 15767 + - 16267 + - 16280 + - 16281 + - 16277 + - 16276 + - 16275 + - 16266 + - 16274 + - 16273 + - 16272 + - 16271 + - 16265 + - 16270 + - 16269 + - 16283 + - 16264 + - 16263 + - 16262 + - 16268 + - 16279 + - 16278 + - 16282 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16193 + - uid: 16701 components: - type: Transform pos: -14.5,-102.5 parent: 2 - - uid: 16194 + - uid: 16702 components: - type: Transform pos: -14.5,-101.5 parent: 2 - proto: CrateSalvageEquipment entities: - - uid: 16195 + - uid: 16703 components: - type: Transform - pos: -7.5,-27.5 + pos: -5.5,-41.5 parent: 2 - type: EntityStorage air: @@ -109311,111 +111996,42 @@ entities: - 0 - 0 - 0 - - uid: 16196 - components: - - type: Transform - pos: 9.5,-54.5 - parent: 2 - proto: CrateScience entities: - - uid: 16197 + - uid: 16704 components: - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 16198 - components: - - type: Transform - pos: 4.5,-56.5 - parent: 2 - - uid: 16199 - components: - - type: Transform - pos: 6.5,-53.5 + pos: 15.5,-29.5 parent: 2 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16200 - components: - - type: Transform - pos: 4.5,-53.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16201 - components: - - type: Transform - pos: 12.5,-45.5 - parent: 2 - - uid: 16202 - 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: - - 16203 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True - proto: CrateSecgear entities: - - uid: 16204 + - uid: 16705 components: - type: Transform pos: 60.5,-19.5 @@ -109448,14 +112064,14 @@ entities: removedMasks: 20 - type: PlaceableSurface isPlaceable: True - - uid: 16205 + - uid: 16706 components: - type: Transform pos: 68.5,1.5 parent: 2 - proto: CrateSecure entities: - - uid: 16206 + - uid: 16707 components: - type: Transform pos: -17.5,20.5 @@ -109480,7 +112096,7 @@ entities: - 0 - proto: CrateServicePersonnel entities: - - uid: 1418 + - uid: 1453 components: - type: Transform pos: -7.5,11.5 @@ -109509,24 +112125,24 @@ entities: showEnts: False occludes: True ents: - - 1421 - - 1419 - - 1426 - - 1423 - - 1429 - - 1427 - - 1428 - - 1420 - - 1425 - - 1424 - - 1422 + - 1459 + - 1456 + - 1454 + - 1461 + - 1458 + - 1464 + - 1462 + - 1463 + - 1455 + - 1460 + - 1457 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateServiceReplacementLights entities: - - uid: 16207 + - uid: 16708 components: - type: Transform pos: 13.5,-86.5 @@ -109534,14 +112150,14 @@ entities: - type: Conveyed - proto: CrateSurgery entities: - - uid: 16208 + - uid: 16709 components: - type: Transform pos: -64.5,-26.5 parent: 2 - proto: CrateTrackingImplants entities: - - uid: 16209 + - uid: 16710 components: - type: Transform pos: 60.5,-15.5 @@ -109570,26 +112186,26 @@ entities: showEnts: False occludes: True ents: - - 16212 - - 16211 - - 16210 + - 16713 + - 16712 + - 16711 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateTrashCart entities: - - uid: 16213 + - uid: 16714 components: - type: Transform pos: -54.5,-78.5 parent: 2 - - uid: 16214 + - uid: 16715 components: - type: Transform pos: -61.5,-36.5 parent: 2 - - uid: 16215 + - uid: 16716 components: - type: Transform pos: -39.5,0.5 @@ -109612,19 +112228,19 @@ entities: - 0 - 0 - 0 - - uid: 16216 + - uid: 16717 components: - type: Transform pos: 34.5,35.5 parent: 2 - - uid: 16217 + - uid: 16718 components: - type: Transform pos: 42.5,8.5 parent: 2 - proto: CrateTrashCartFilled entities: - - uid: 15734 + - uid: 16249 components: - type: Transform pos: 99.5,-49.5 @@ -109653,54 +112269,54 @@ entities: showEnts: False occludes: True ents: - - 15735 + - 16250 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16218 + - uid: 16719 components: - type: Transform pos: 90.5,-47.5 parent: 2 - - uid: 16219 + - uid: 16720 components: - type: Transform pos: -33.5,-116.5 parent: 2 - - uid: 16220 + - uid: 16721 components: - type: Transform pos: -46.5,-120.5 parent: 2 - - uid: 16221 + - uid: 16722 components: - type: Transform pos: -74.5,-21.5 parent: 2 - - uid: 16222 + - uid: 16723 components: - type: Transform pos: -79.5,5.5 parent: 2 - - uid: 16223 + - uid: 16724 components: - type: Transform pos: 20.5,-76.5 parent: 2 - - uid: 16224 + - uid: 16725 components: - type: Transform pos: 17.5,-78.5 parent: 2 - - uid: 16225 + - uid: 16726 components: - type: Transform pos: -26.5,-96.5 parent: 2 - proto: CrateTrashCartJani entities: - - uid: 16226 + - uid: 16727 components: - type: Transform pos: -46.5,-92.5 @@ -109729,36 +112345,29 @@ entities: showEnts: False occludes: True ents: - - 16227 + - 16728 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 16228 + - uid: 16729 components: - type: Transform pos: -9.5,-71.5 parent: 2 - - uid: 16229 + - uid: 16730 components: - type: Transform pos: 5.5,0.5 parent: 2 - - uid: 16230 + - uid: 16731 components: - type: Transform pos: 5.5,1.5 parent: 2 -- proto: CrateVendingMachineRestockHappyHonkFilled - entities: - - uid: 16231 - components: - - type: Transform - pos: 16.5,-46.5 - parent: 2 - proto: CrateWeaponSecure entities: - - uid: 16232 + - uid: 16732 components: - type: Transform pos: 61.5,-19.5 @@ -109787,114 +112396,147 @@ entities: showEnts: False occludes: True ents: - - 16236 - - 16234 - - 16233 - - 16235 + - 16736 + - 16734 + - 16733 + - 16735 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: CrateWeb entities: - - uid: 16237 + - uid: 16737 components: - type: Transform - pos: 13.5,-40.5 - parent: 2 - - uid: 16238 - components: - - type: Transform - pos: 15.5,-38.5 - parent: 2 - - uid: 16239 - components: - - type: Transform - pos: 8.5,-42.5 + pos: -4.5,-43.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + open: True + removedMasks: 20 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: PlaceableSurface + isPlaceable: True - proto: CrayonBox entities: - - uid: 15413 + - uid: 15931 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16240 + - uid: 16738 components: - type: Transform pos: -50.46095,-114.572685 parent: 2 - - uid: 16241 + - uid: 16739 components: - type: Transform pos: -37.634926,-101.27598 parent: 2 - - uid: 16242 + - uid: 16740 components: - type: Transform pos: -26.536942,-112.41493 parent: 2 - - uid: 16243 + - uid: 16741 components: - type: Transform pos: 85.429306,-2.905017 parent: 2 - proto: CrayonMime entities: - - uid: 16244 + - uid: 16742 components: - type: Transform pos: -72.70915,2.9446647 parent: 2 - proto: CrayonRainbow entities: - - uid: 15756 + - uid: 16271 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15757 + - uid: 16272 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15758 + - uid: 16273 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15759 + - uid: 16274 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15760 + - uid: 16275 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15761 + - uid: 16276 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Crematorium entities: - - uid: 16245 + - uid: 16743 components: - type: Transform rot: 3.141592653589793 rad @@ -109902,16 +112544,16 @@ entities: parent: 2 - proto: CrewManifestCartridge entities: - - uid: 1419 + - uid: 1456 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: CrewMonitoringServer entities: - - uid: 16246 + - uid: 16744 components: - type: Transform pos: -34.5,-12.5 @@ -109921,196 +112563,154 @@ entities: available: False - proto: CriminalRecordsComputerCircuitboard entities: - - uid: 16247 + - uid: 16745 components: - type: Transform pos: 39.550476,-42.471924 parent: 2 - proto: Crowbar entities: - - uid: 16248 + - uid: 16746 components: - type: Transform pos: 35.483826,-71.428696 parent: 2 - - uid: 16249 + - uid: 16747 components: - type: Transform pos: -38.5,-23.5 parent: 2 - - uid: 16250 + - uid: 16748 components: - type: Transform pos: -49.51731,-0.3394773 parent: 2 - proto: CrowbarRed entities: - - uid: 16251 + - uid: 16749 components: - type: Transform pos: -63.5,-74.5 parent: 2 - - uid: 16252 + - uid: 16750 components: - type: Transform pos: -38.5,14.5 parent: 2 - - uid: 16253 + - uid: 16751 components: - type: Transform pos: -48.467915,-33.45945 parent: 2 - - uid: 16254 + - uid: 16752 components: - type: Transform pos: -64.5,4.5 parent: 2 - - uid: 16255 + - uid: 16753 components: - type: Transform pos: -46.5,-71.5 parent: 2 - - uid: 16256 + - uid: 16754 components: - type: Transform pos: -48.5,-121.5 parent: 2 - - uid: 16257 + - uid: 16755 components: - type: Transform pos: -81.5,-11.5 parent: 2 - - uid: 16258 + - uid: 16756 components: - type: Transform pos: -14.531658,16.718857 parent: 2 - - uid: 16259 + - uid: 16757 components: - type: Transform pos: -14.391033,16.546982 parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 16260 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-29.5 - parent: 2 - - uid: 16261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-27.5 - parent: 2 - - uid: 16262 + - uid: 16758 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-35.5 parent: 2 - - uid: 16263 + - uid: 16759 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-79.5 parent: 2 - - uid: 16264 + - uid: 16760 components: - type: Transform pos: -48.5,-31.5 parent: 2 - - uid: 16265 + - uid: 16761 components: - type: Transform pos: -48.5,-32.5 parent: 2 - - uid: 16266 + - uid: 16762 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-36.5 parent: 2 - - uid: 16267 + - uid: 16763 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-31.5 parent: 2 - - uid: 16268 + - uid: 16764 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-32.5 parent: 2 - - uid: 16269 + - uid: 16765 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-34.5 parent: 2 - - uid: 16270 + - uid: 16766 components: - type: Transform pos: -34.5,-10.5 parent: 2 - - uid: 16271 + - uid: 16767 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-81.5 parent: 2 - - uid: 16272 + - uid: 16768 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-78.5 parent: 2 - - uid: 16273 + - uid: 16769 components: - type: Transform pos: 87.5,1.5 parent: 2 - - uid: 16274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-31.5 - parent: 2 - - uid: 16275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-31.5 - parent: 2 - - uid: 16276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-29.5 - parent: 2 - - uid: 16277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-29.5 - parent: 2 - - uid: 16278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-31.5 - parent: 2 - proto: CryogenicSleepUnitSpawner entities: - - uid: 16279 + - uid: 16770 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-81.5 parent: 2 - - uid: 16280 + - uid: 16771 components: - type: Transform rot: 1.5707963267948966 rad @@ -110118,13 +112718,13 @@ entities: parent: 2 - proto: CryogenicSleepUnitSpawnerLateJoin entities: - - uid: 16281 + - uid: 16772 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-80.5 parent: 2 - - uid: 16282 + - uid: 16773 components: - type: Transform rot: 1.5707963267948966 rad @@ -110132,133 +112732,168 @@ entities: parent: 2 - proto: CryoPod entities: - - uid: 16283 + - uid: 16774 components: - type: Transform pos: -37.5,-19.5 parent: 2 - - uid: 16284 + - uid: 16775 components: - type: Transform pos: -35.5,-19.5 parent: 2 - - uid: 16285 + - uid: 16776 components: - type: Transform - pos: 5.5,-23.5 + pos: -8.5,-59.5 parent: 2 - - uid: 16286 +- proto: CryoPodDestroyed + entities: + - uid: 16777 components: - type: Transform - pos: 6.5,-23.5 + pos: -7.5,-54.5 parent: 2 - - uid: 16287 + - uid: 16778 components: - type: Transform - pos: 8.5,-23.5 + pos: -6.5,-59.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + pos: -12.5,-55.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + pos: -10.5,-59.5 parent: 2 - proto: CryoxadoneBeakerSmall entities: - - uid: 16288 + - uid: 16781 + components: + - type: Transform + pos: -8.289469,-53.490147 + parent: 2 + - uid: 16782 components: - type: Transform pos: 33.352547,23.271837 parent: 2 - - uid: 16289 + - uid: 16783 components: - type: Transform pos: -34.292515,-22.123524 parent: 2 +- proto: CrystalBlack + entities: + - uid: 16784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-40.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-39.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-38.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-44.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-45.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-37.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-32.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 2 +- proto: CrystalCyan + entities: + - uid: 16792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-59.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-35.5 + parent: 2 - proto: CrystalGreen entities: - - uid: 16290 + - uid: 16794 components: - type: Transform pos: -73.5,-10.5 parent: 2 - - uid: 16291 + - uid: 16795 components: - type: Transform pos: -75.5,-7.5 parent: 2 - - uid: 16292 + - uid: 16796 components: - type: Transform pos: -75.5,-11.5 parent: 2 -- proto: CrystalSpawner - entities: - - uid: 16293 + - uid: 16797 components: - type: Transform - pos: 15.5,-49.5 - parent: 2 - - uid: 16294 - components: - - type: Transform - pos: -8.5,-42.5 - parent: 2 - - uid: 16295 - components: - - type: Transform - pos: -7.5,-38.5 - parent: 2 - - uid: 16296 - components: - - type: Transform - pos: -11.5,-32.5 - parent: 2 - - uid: 16297 - components: - - type: Transform - pos: 12.5,-43.5 - parent: 2 - - uid: 16298 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - uid: 16299 - components: - - type: Transform - pos: -16.5,-49.5 - parent: 2 - - uid: 16300 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 16301 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 2 - - uid: 16302 - components: - - type: Transform - pos: -14.5,-43.5 + rot: 1.5707963267948966 rad + pos: -4.5,-54.5 parent: 2 - proto: CultAltarSpawner entities: - - uid: 16303 + - uid: 16798 components: - type: Transform pos: -85.5,-26.5 parent: 2 - proto: CurtainsBlack entities: - - uid: 16304 + - uid: 16799 components: - type: Transform pos: -37.5,19.5 parent: 2 - - uid: 16305 + - uid: 16800 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-118.5 parent: 2 - - uid: 16306 + - uid: 16801 components: - type: Transform rot: 1.5707963267948966 rad @@ -110266,7 +112901,7 @@ entities: parent: 2 - proto: CurtainsBlackOpen entities: - - uid: 16307 + - uid: 16802 components: - type: Transform rot: 1.5707963267948966 rad @@ -110274,36 +112909,68 @@ entities: parent: 2 - proto: CurtainsBlueOpen entities: - - uid: 16308 + - uid: 16803 components: - type: Transform pos: -39.5,-97.5 parent: 2 - - uid: 16309 + - uid: 16804 components: - type: Transform pos: -40.5,-97.5 parent: 2 - - uid: 16310 + - uid: 16805 components: - type: Transform pos: -38.5,-97.5 parent: 2 +- proto: CurtainsPurple + entities: + - uid: 16806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-41.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-40.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-41.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-40.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-41.5 + parent: 2 - proto: CurtainsRedOpen entities: - - uid: 16311 + - uid: 16811 components: - type: Transform pos: 51.5,16.5 parent: 2 - - uid: 16312 + - uid: 16812 components: - type: Transform pos: 17.5,11.5 parent: 2 - proto: CutterMachine entities: - - uid: 16313 + - uid: 16813 components: - type: MetaData desc: Это плиткорез. ПЛИТКОРЕЗ. Придайте разнообразия полу вашей станции с помощью интересных узоров! Не засовывайте внутрь пальцы. @@ -110312,7 +112979,7 @@ entities: rot: 3.141592653589793 rad pos: 49.5,-46.5 parent: 2 - - uid: 16314 + - uid: 16814 components: - type: MetaData desc: Это плиткорез. ПЛИТКОРЕЗ. Придайте разнообразия полу вашей станции с помощью интересных узоров! Не засовывайте внутрь пальцы. @@ -110321,18 +112988,9 @@ entities: rot: 3.141592653589793 rad pos: 104.5,-20.5 parent: 2 -- proto: CyberPen - entities: - - uid: 16316 - components: - - type: Transform - parent: 16315 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: d10Dice entities: - - uid: 16317 + - uid: 16815 components: - type: MetaData desc: Идеален для децимаций. @@ -110341,7 +112999,7 @@ entities: parent: 2 - proto: d4Dice entities: - - uid: 16318 + - uid: 16816 components: - type: Transform rot: -1.5707963267948966 rad @@ -110349,22 +113007,27 @@ entities: parent: 2 - proto: d6Dice entities: - - uid: 16319 + - uid: 16817 components: - type: Transform pos: 33.209946,0.05482608 parent: 2 - - uid: 16320 + - uid: 16818 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.95078,13.464503 parent: 2 - - uid: 16321 + - uid: 16819 components: - type: Transform pos: 33.811462,0.06363821 parent: 2 + - uid: 16820 + components: + - type: Transform + pos: -8.252421,-37.83714 + parent: 2 - proto: Dart entities: - uid: 41 @@ -110399,7 +113062,7 @@ entities: canCollide: False - proto: DefaultStationBeaconAICore entities: - - uid: 16322 + - uid: 16821 components: - type: Transform pos: 98.5,-89.5 @@ -110410,7 +113073,7 @@ entities: location: Ядро ИИ - proto: DefaultStationBeaconAISatellite entities: - - uid: 16323 + - uid: 16822 components: - type: Transform pos: 98.5,-79.5 @@ -110421,14 +113084,14 @@ entities: location: Спутник ИИ - proto: DefaultStationBeaconAME entities: - - uid: 16324 + - uid: 16823 components: - type: Transform pos: 40.5,-79.5 parent: 2 - proto: DefaultStationBeaconAnomalyGenerator entities: - - uid: 16325 + - uid: 16824 components: - type: Transform pos: -48.5,-83.5 @@ -110439,7 +113102,7 @@ entities: location: РнД - аномалистика - proto: DefaultStationBeaconArmory entities: - - uid: 16326 + - uid: 16825 components: - type: Transform pos: 56.5,-18.5 @@ -110447,7 +113110,7 @@ entities: - type: BombingTarget - proto: DefaultStationBeaconArrivals entities: - - uid: 16327 + - uid: 16826 components: - type: Transform pos: 82.5,-32.5 @@ -110458,7 +113121,7 @@ entities: location: Прибытие - proto: DefaultStationBeaconArtifactLab entities: - - uid: 16328 + - uid: 16827 components: - type: Transform pos: -65.5,-73.5 @@ -110469,7 +113132,7 @@ entities: location: РнД - ксеноархеология - proto: DefaultStationBeaconAtmospherics entities: - - uid: 16329 + - uid: 16828 components: - type: Transform pos: 45.5,-98.5 @@ -110480,21 +113143,21 @@ entities: location: Инж - атмосферный отсек - proto: DefaultStationBeaconBar entities: - - uid: 16330 + - uid: 16829 components: - type: Transform pos: 32.5,1.5 parent: 2 - proto: DefaultStationBeaconBotany entities: - - uid: 16331 + - uid: 16830 components: - type: Transform pos: 35.5,10.5 parent: 2 - proto: DefaultStationBeaconBridge entities: - - uid: 16332 + - uid: 16831 components: - type: Transform pos: 0.5,23.5 @@ -110505,14 +113168,14 @@ entities: location: Мостик - proto: DefaultStationBeaconBrig entities: - - uid: 16333 + - uid: 16832 components: - type: Transform pos: 44.5,-14.5 parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: - - uid: 16334 + - uid: 16833 components: - type: Transform pos: 15.5,13.5 @@ -110523,7 +113186,7 @@ entities: location: Каюта капитана - proto: DefaultStationBeaconCargoBay entities: - - uid: 16335 + - uid: 16834 components: - type: Transform pos: 14.5,-98.5 @@ -110534,7 +113197,7 @@ entities: location: Карго - стыковочный док - proto: DefaultStationBeaconCargoReception entities: - - uid: 16336 + - uid: 16835 components: - type: Transform pos: 7.5,-81.5 @@ -110545,7 +113208,7 @@ entities: location: Карго - приёмная - proto: DefaultStationBeaconCERoom entities: - - uid: 16337 + - uid: 16836 components: - type: Transform pos: 54.5,-73.5 @@ -110556,7 +113219,7 @@ entities: location: Инж - кабинет СИ - proto: DefaultStationBeaconChapel entities: - - uid: 16338 + - uid: 16837 components: - type: Transform pos: 35.5,-61.5 @@ -110567,7 +113230,7 @@ entities: location: Храм - proto: DefaultStationBeaconChemistry entities: - - uid: 16339 + - uid: 16838 components: - type: Transform pos: -36.5,-30.5 @@ -110578,7 +113241,7 @@ entities: location: Химия - proto: DefaultStationBeaconCMORoom entities: - - uid: 16340 + - uid: 16839 components: - type: Transform pos: -36.5,-9.5 @@ -110589,7 +113252,7 @@ entities: location: Мед - кабинет ГВ - proto: DefaultStationBeaconCommand entities: - - uid: 16341 + - uid: 16840 components: - type: Transform pos: 6.5,8.5 @@ -110598,7 +113261,7 @@ entities: text: Конференц - type: WarpPoint location: Конференц-зал - - uid: 16342 + - uid: 16841 components: - type: Transform pos: 16.5,6.5 @@ -110609,7 +113272,7 @@ entities: location: Мастерская - proto: DefaultStationBeaconCourtroom entities: - - uid: 16343 + - uid: 16842 components: - type: Transform pos: 67.5,-38.5 @@ -110620,7 +113283,7 @@ entities: location: Зал суда - proto: DefaultStationBeaconCryonics entities: - - uid: 16344 + - uid: 16843 components: - type: Transform pos: -36.5,-21.5 @@ -110631,14 +113294,14 @@ entities: location: Мед - крионика - proto: DefaultStationBeaconDetectiveRoom entities: - - uid: 16345 + - uid: 16844 components: - type: Transform pos: 39.5,-27.5 parent: 2 - proto: DefaultStationBeaconDisposals entities: - - uid: 16346 + - uid: 16845 components: - type: Transform pos: 18.5,-78.5 @@ -110649,7 +113312,7 @@ entities: location: Мусоросброс - proto: DefaultStationBeaconDorms entities: - - uid: 16347 + - uid: 16846 components: - type: Transform pos: -31.5,-86.5 @@ -110658,7 +113321,7 @@ entities: text: Дормы - type: WarpPoint location: Жилой отсек - - uid: 16348 + - uid: 16847 components: - type: Transform pos: -21.5,-85.5 @@ -110669,7 +113332,7 @@ entities: location: Спортзал - proto: DefaultStationBeaconEngineering entities: - - uid: 16349 + - uid: 16848 components: - type: Transform pos: 105.5,-20.5 @@ -110678,7 +113341,7 @@ entities: text: Верфь - type: WarpPoint location: Верфь - - uid: 16350 + - uid: 16849 components: - type: Transform pos: 49.5,-57.5 @@ -110687,7 +113350,7 @@ entities: text: Инженер - type: WarpPoint location: Инженерный отдел - - uid: 16351 + - uid: 16850 components: - type: Transform pos: 71.5,-59.5 @@ -110696,7 +113359,7 @@ entities: text: Тесла - type: WarpPoint location: Инж - тесла - - uid: 16352 + - uid: 16851 components: - type: Transform pos: 6.5,-7.5 @@ -110705,7 +113368,7 @@ entities: text: Якорь - type: WarpPoint location: Якорь - - uid: 16353 + - uid: 16852 components: - type: Transform pos: 33.5,42.5 @@ -110716,7 +113379,7 @@ entities: location: СВ Площадка Обслуживания - proto: DefaultStationBeaconEvac entities: - - uid: 16354 + - uid: 16853 components: - type: Transform pos: -74.5,-41.5 @@ -110727,7 +113390,7 @@ entities: location: Отбытие - proto: DefaultStationBeaconEVAStorage entities: - - uid: 16355 + - uid: 16854 components: - type: Transform pos: -4.5,15.5 @@ -110736,7 +113399,7 @@ entities: text: EVA - type: WarpPoint location: Хранилище EVA - - uid: 16356 + - uid: 16855 components: - type: Transform pos: 4.5,15.5 @@ -110747,14 +113410,14 @@ entities: location: доп хранилище EVA - proto: DefaultStationBeaconGravGen entities: - - uid: 16357 + - uid: 16856 components: - type: Transform pos: 27.5,-44.5 parent: 2 - proto: DefaultStationBeaconHOPOffice entities: - - uid: 16358 + - uid: 16857 components: - type: Transform pos: -5.5,10.5 @@ -110765,28 +113428,28 @@ entities: location: Офис ГП - proto: DefaultStationBeaconHOSRoom entities: - - uid: 16359 + - uid: 16858 components: - type: Transform pos: 51.5,11.5 parent: 2 - proto: DefaultStationBeaconJanitorsCloset entities: - - uid: 16360 + - uid: 16859 components: - type: Transform pos: 7.5,-1.5 parent: 2 - proto: DefaultStationBeaconKitchen entities: - - uid: 16361 + - uid: 16860 components: - type: Transform pos: 28.5,13.5 parent: 2 - proto: DefaultStationBeaconLawOffice entities: - - uid: 16362 + - uid: 16861 components: - type: Transform pos: -22.5,6.5 @@ -110797,7 +113460,7 @@ entities: location: Кабинет АВД - proto: DefaultStationBeaconLibrary entities: - - uid: 16363 + - uid: 16862 components: - type: Transform pos: -30.5,5.5 @@ -110808,7 +113471,7 @@ entities: location: Библиотека - proto: DefaultStationBeaconMedbay entities: - - uid: 16364 + - uid: 16863 components: - type: Transform pos: -50.5,-0.5 @@ -110820,7 +113483,7 @@ entities: location: Мед - вирусология - proto: DefaultStationBeaconMedical entities: - - uid: 16365 + - uid: 16864 components: - type: Transform pos: -39.5,-37.5 @@ -110831,28 +113494,28 @@ entities: location: Медотсек - proto: DefaultStationBeaconMorgue entities: - - uid: 16366 + - uid: 16865 components: - type: Transform pos: -56.5,-33.5 parent: 2 - proto: DefaultStationBeaconPermaBrig entities: - - uid: 16367 + - uid: 16866 components: - type: Transform pos: 80.5,-5.5 parent: 2 - proto: DefaultStationBeaconPowerBank entities: - - uid: 16368 + - uid: 16867 components: - type: Transform pos: 58.5,-55.5 parent: 2 - proto: DefaultStationBeaconQMRoom entities: - - uid: 16369 + - uid: 16868 components: - type: Transform pos: -1.5,-96.5 @@ -110863,7 +113526,7 @@ entities: location: Карго - кабинет КМа - proto: DefaultStationBeaconRDRoom entities: - - uid: 16370 + - uid: 16869 components: - type: Transform pos: -37.5,-68.5 @@ -110874,7 +113537,7 @@ entities: location: РнД - кабинет НРа - proto: DefaultStationBeaconRND entities: - - uid: 16371 + - uid: 16870 components: - type: Transform pos: -43.5,-65.5 @@ -110885,7 +113548,7 @@ entities: location: РнД - proto: DefaultStationBeaconRobotics entities: - - uid: 16372 + - uid: 16871 components: - type: Transform pos: -37.5,-53.5 @@ -110896,14 +113559,14 @@ entities: location: РнД - робототехника - proto: DefaultStationBeaconSalvage entities: - - uid: 16373 + - uid: 16872 components: - type: Transform pos: -10.5,-101.5 parent: 2 - proto: DefaultStationBeaconSecurity entities: - - uid: 16374 + - uid: 16873 components: - type: Transform pos: 43.5,3.5 @@ -110913,14 +113576,14 @@ entities: - type: WarpPoint location: Тюрьма - type: BombingTarget - - uid: 16375 + - uid: 16874 components: - type: Transform pos: 59.5,-2.5 parent: 2 - proto: DefaultStationBeaconSecurityCheckpoint entities: - - uid: 16376 + - uid: 16875 components: - type: Transform pos: -66.5,-37.5 @@ -110929,7 +113592,7 @@ entities: text: КПП эвак - type: WarpPoint location: Сб - КПП отбытия - - uid: 16377 + - uid: 16876 components: - type: Transform pos: 75.5,-27.5 @@ -110940,7 +113603,7 @@ entities: location: Сб - КПП прибытия - proto: DefaultStationBeaconServerRoom entities: - - uid: 16378 + - uid: 16877 components: - type: Transform pos: -37.5,-73.5 @@ -110951,7 +113614,7 @@ entities: location: Серверная - proto: DefaultStationBeaconService entities: - - uid: 16379 + - uid: 16878 components: - type: Transform pos: 27.5,-75.5 @@ -110962,14 +113625,14 @@ entities: location: Офис репортёра - proto: DefaultStationBeaconSingularity entities: - - uid: 16380 + - uid: 16879 components: - type: Transform pos: 61.5,-61.5 parent: 2 - proto: DefaultStationBeaconSolars entities: - - uid: 16381 + - uid: 16880 components: - type: Transform pos: -68.5,-96.5 @@ -110978,7 +113641,7 @@ entities: text: ЮЗ Сол.Панели - type: WarpPoint location: ЮЗ Сол.Панели - - uid: 16382 + - uid: 16881 components: - type: Transform pos: -82.5,17.5 @@ -110987,7 +113650,7 @@ entities: text: СЗ Сол.Панели - type: WarpPoint location: СЗ Сол.Панели - - uid: 16383 + - uid: 16882 components: - type: Transform pos: 76.5,-91.5 @@ -110998,7 +113661,7 @@ entities: location: ЮВ Сол.Панели - proto: DefaultStationBeaconSupply entities: - - uid: 16384 + - uid: 16883 components: - type: Transform pos: 7.5,-92.5 @@ -111009,7 +113672,7 @@ entities: location: Карго - proto: DefaultStationBeaconSurgery entities: - - uid: 16385 + - uid: 16884 components: - type: Transform pos: -53.5,-21.5 @@ -111020,7 +113683,7 @@ entities: location: Мед - операционная - proto: DefaultStationBeaconTechVault entities: - - uid: 16386 + - uid: 16885 components: - type: Transform pos: 38.5,-39.5 @@ -111031,7 +113694,7 @@ entities: location: Хранилище плат - proto: DefaultStationBeaconTEG entities: - - uid: 16387 + - uid: 16886 components: - type: Transform pos: 52.5,-90.5 @@ -111042,7 +113705,7 @@ entities: location: ТЭГ - proto: DefaultStationBeaconTelecoms entities: - - uid: 16388 + - uid: 16887 components: - type: Transform pos: 93.5,-69.5 @@ -111051,7 +113714,7 @@ entities: text: Телеком - type: WarpPoint location: Телокоммуникация - - uid: 16389 + - uid: 16888 components: - type: Transform pos: 103.5,-69.5 @@ -111062,14 +113725,14 @@ entities: location: Маршрутизаторы - proto: DefaultStationBeaconTheater entities: - - uid: 16390 + - uid: 16889 components: - type: Transform pos: 34.5,-11.5 parent: 2 - proto: DefaultStationBeaconToolRoom entities: - - uid: 16391 + - uid: 16890 components: - type: Transform pos: 66.5,-27.5 @@ -111078,7 +113741,7 @@ entities: text: Инструменты - type: WarpPoint location: Склад инструментов - - uid: 16392 + - uid: 16891 components: - type: Transform pos: -29.5,-76.5 @@ -111089,7 +113752,7 @@ entities: location: Доп склад инструментов - proto: DefaultStationBeaconVault entities: - - uid: 16393 + - uid: 16892 components: - type: Transform pos: -5.5,-6.5 @@ -111100,170 +113763,170 @@ entities: location: Хранилище - proto: DefaultStationBeaconWardensOffice entities: - - uid: 16394 + - uid: 16893 components: - type: Transform pos: 48.5,-24.5 parent: 2 - proto: DefibrillatorCabinetFilled entities: - - uid: 16395 + - uid: 16894 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-4.5 parent: 2 - - uid: 16396 + - uid: 16895 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-22.5 parent: 2 - - uid: 16397 + - uid: 16896 components: - type: Transform pos: -54.5,-11.5 parent: 2 - - uid: 16398 + - uid: 16897 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-30.5 parent: 2 - - uid: 16399 + - uid: 16898 components: - type: Transform pos: -38.5,-9.5 parent: 2 -- proto: DehydratedSpaceCarp - entities: - - uid: 16400 - components: - - type: Transform - pos: -0.4104433,-49.344315 - parent: 2 - proto: DeployableBarrier entities: - - uid: 16401 + - uid: 16899 components: - type: Transform pos: 64.5,-15.5 parent: 2 - - uid: 16402 + - uid: 16900 components: - type: Transform pos: 65.5,-16.5 parent: 2 - - uid: 16403 + - uid: 16901 components: - type: Transform pos: 64.5,-16.5 parent: 2 - - uid: 16404 + - uid: 16902 components: - type: Transform pos: -78.5,-50.5 parent: 2 - - uid: 16405 + - uid: 16903 components: - type: Transform pos: -80.5,-50.5 parent: 2 - - uid: 16406 + - uid: 16904 components: - type: Transform pos: -80.5,-51.5 parent: 2 - - uid: 16407 + - uid: 16905 components: - type: Transform pos: -78.5,-51.5 parent: 2 - - uid: 16408 + - uid: 16906 components: - type: Transform pos: 65.5,-15.5 parent: 2 - - uid: 16409 + - uid: 16907 components: - type: Transform pos: 71.5,1.5 parent: 2 - - uid: 16410 + - uid: 16908 components: - type: Transform pos: 71.5,2.5 parent: 2 - - uid: 16411 + - uid: 16909 components: - type: Transform pos: 70.5,1.5 parent: 2 - proto: DeskBell entities: - - uid: 16412 + - uid: 16910 components: - type: Transform pos: 46.46651,-23.425644 parent: 2 - - uid: 16413 + - uid: 16911 components: - type: Transform pos: -27.214382,-115.40451 parent: 2 - - uid: 16414 + - uid: 16912 components: - type: Transform pos: -41.432083,-47.40734 parent: 2 - - uid: 16415 + - uid: 16913 components: - type: Transform pos: -3.3636603,7.5380373 parent: 2 - - uid: 16416 + - uid: 16914 components: - type: Transform pos: -31.291225,6.3482814 parent: 2 - - uid: 16417 + - uid: 16915 components: - type: Transform pos: -43.43734,-33.394848 parent: 2 - - uid: 16418 + - uid: 16916 components: - type: Transform pos: 69.556305,-39.430588 parent: 2 - - uid: 16419 + - uid: 16917 components: - type: Transform pos: 8.575924,-82.249985 parent: 2 - - uid: 16420 + - uid: 16918 components: - type: Transform pos: -8.650903,-77.35674 parent: 2 - - uid: 16421 + - uid: 16919 components: - type: Transform pos: -35.602592,-35.442432 parent: 2 - - uid: 16422 + - uid: 16920 components: - type: Transform pos: 46.540886,-48.284874 parent: 2 - - uid: 16423 + - uid: 16921 components: - type: Transform pos: -3.6811507,-77.34233 parent: 2 +- proto: DiamondOre1 + entities: + - uid: 16922 + components: + - type: Transform + pos: 6.2729344,-41.384415 + parent: 2 - proto: DiceBag entities: - - uid: 16424 + - uid: 16923 components: - type: Transform rot: -1.5707963267948966 rad @@ -111271,2122 +113934,2134 @@ entities: parent: 2 - proto: DiseaseDiagnoser entities: - - uid: 16425 + - uid: 16924 components: - type: Transform pos: -55.5,-2.5 parent: 2 - proto: DiskCase entities: - - uid: 16426 + - uid: 16602 components: - type: Transform - pos: 1.4655746,-25.548027 + pos: 4.324567,-19.307867 parent: 2 - - uid: 16427 + - type: Storage + storedItems: + 16603: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 16603 + - uid: 16925 components: - type: Transform - pos: 1.5436996,-25.329277 + pos: 4.449567,-19.417242 parent: 2 - proto: DisposalBend entities: - - uid: 16428 + - uid: 16926 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-99.5 parent: 2 - - uid: 16429 + - uid: 16927 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-10.5 parent: 2 - - uid: 16430 + - uid: 16928 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-99.5 parent: 2 - - uid: 16431 + - uid: 16929 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,24.5 parent: 2 - - uid: 16432 + - uid: 16930 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-4.5 parent: 2 - - uid: 16433 + - uid: 16931 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,24.5 parent: 2 - - uid: 16434 + - uid: 16932 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,16.5 parent: 2 - - uid: 16435 + - uid: 16933 components: - type: Transform pos: 33.5,11.5 parent: 2 - - uid: 16436 + - uid: 16934 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-5.5 parent: 2 - - uid: 16437 + - uid: 16935 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-3.5 parent: 2 - - uid: 16438 + - uid: 16936 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-38.5 parent: 2 - - uid: 16439 + - uid: 16937 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-32.5 parent: 2 - - uid: 16440 + - uid: 16938 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-6.5 parent: 2 - - uid: 16441 + - uid: 16939 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-33.5 parent: 2 - - uid: 16442 + - uid: 16940 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-5.5 parent: 2 - - uid: 16443 + - uid: 16941 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-4.5 parent: 2 - - uid: 16444 + - uid: 16942 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-3.5 parent: 2 - - uid: 16445 + - uid: 16943 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-3.5 parent: 2 - - uid: 16446 + - uid: 16944 components: - type: Transform pos: 51.5,-3.5 parent: 2 - - uid: 16447 + - uid: 16945 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,25.5 parent: 2 - - uid: 16448 + - uid: 16946 components: - type: Transform pos: 52.5,-3.5 parent: 2 - - uid: 16449 + - uid: 16947 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 2 - - uid: 16450 + - uid: 16948 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-37.5 parent: 2 - - uid: 16451 + - uid: 16949 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-5.5 parent: 2 - - uid: 16452 + - uid: 16950 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 2 - - uid: 16453 + - uid: 16951 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-5.5 parent: 2 - - uid: 16454 + - uid: 16952 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-4.5 parent: 2 - - uid: 16455 + - uid: 16953 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-7.5 parent: 2 - - uid: 16456 + - uid: 16954 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-6.5 parent: 2 - - uid: 16457 + - uid: 16955 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 2 - - uid: 16458 + - uid: 16956 components: - type: Transform pos: 49.5,-47.5 parent: 2 - - uid: 16459 + - uid: 16957 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-8.5 parent: 2 - - uid: 16460 + - uid: 16958 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 2 - - uid: 16461 + - uid: 16959 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-46.5 parent: 2 - - uid: 16462 + - uid: 16960 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-65.5 parent: 2 - - uid: 16463 + - uid: 16961 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-8.5 parent: 2 - - uid: 16464 + - uid: 16962 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-7.5 parent: 2 - - uid: 16465 + - uid: 16963 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 2 - - uid: 16466 + - uid: 16964 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-6.5 parent: 2 - - uid: 16467 + - uid: 16965 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-2.5 parent: 2 - - uid: 16468 + - uid: 16966 components: - type: Transform pos: -0.5,-2.5 parent: 2 - - uid: 16469 + - uid: 16967 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-3.5 parent: 2 - - uid: 16470 + - uid: 16968 components: - type: Transform pos: 3.5,-3.5 parent: 2 - - uid: 16471 + - uid: 16969 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,17.5 parent: 2 - - uid: 16472 + - uid: 16970 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,1.5 parent: 2 - - uid: 16473 + - uid: 16971 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,7.5 parent: 2 - - uid: 16474 + - uid: 16972 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,11.5 parent: 2 - - uid: 16475 + - uid: 16973 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-71.5 parent: 2 - - uid: 16476 + - uid: 16974 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-84.5 parent: 2 - - uid: 16477 + - uid: 16975 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-84.5 parent: 2 - - uid: 16478 + - uid: 16976 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-78.5 parent: 2 - - uid: 16479 + - uid: 16977 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-75.5 parent: 2 - - uid: 16480 + - uid: 16978 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-75.5 parent: 2 - - uid: 16481 + - uid: 16979 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-68.5 parent: 2 - - uid: 16482 + - uid: 16980 components: - type: Transform pos: 50.5,-83.5 parent: 2 - - uid: 16483 + - uid: 16981 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-83.5 parent: 2 - - uid: 16484 + - uid: 16982 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-78.5 parent: 2 - - uid: 16485 + - uid: 16983 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-78.5 parent: 2 - - uid: 16486 + - uid: 16984 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-68.5 parent: 2 - - uid: 16487 + - uid: 16985 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-55.5 parent: 2 - - uid: 16488 + - uid: 16986 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-86.5 parent: 2 - - uid: 16489 + - uid: 16987 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-86.5 parent: 2 - - uid: 16490 + - uid: 16988 components: - type: Transform pos: 10.5,-78.5 parent: 2 - - uid: 16491 + - uid: 16989 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-91.5 parent: 2 - - uid: 16492 + - uid: 16990 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-90.5 parent: 2 - - uid: 16493 + - uid: 16991 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-97.5 parent: 2 - - uid: 16494 + - uid: 16992 components: - type: Transform pos: -30.5,-92.5 parent: 2 - - uid: 16495 + - uid: 16993 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-81.5 parent: 2 - - uid: 16496 + - uid: 16994 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-92.5 parent: 2 - - uid: 16497 + - uid: 16995 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-80.5 parent: 2 - - uid: 16498 + - uid: 16996 components: - type: Transform pos: -41.5,-80.5 parent: 2 - - uid: 16499 + - uid: 16997 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-76.5 parent: 2 - - uid: 16500 + - uid: 16998 components: - type: Transform pos: -32.5,-76.5 parent: 2 - - uid: 16501 + - uid: 16999 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-77.5 parent: 2 - - uid: 16502 + - uid: 17000 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-77.5 parent: 2 - - uid: 16503 + - uid: 17001 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-52.5 parent: 2 - - uid: 16504 + - uid: 17002 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-52.5 parent: 2 - - uid: 16505 + - uid: 17003 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-49.5 parent: 2 - - uid: 16506 + - uid: 17004 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-59.5 parent: 2 - - uid: 16507 + - uid: 17005 components: - type: Transform pos: 44.5,-26.5 parent: 2 - - uid: 16508 + - uid: 17006 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-32.5 parent: 2 - - uid: 16509 + - uid: 17007 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-32.5 parent: 2 - - uid: 16510 + - uid: 17008 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-22.5 parent: 2 - - uid: 16511 + - uid: 17009 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-24.5 parent: 2 - - uid: 16512 + - uid: 17010 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-21.5 parent: 2 - - uid: 16513 + - uid: 17011 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-29.5 parent: 2 - - uid: 16514 + - uid: 17012 components: - type: Transform pos: 89.5,-40.5 parent: 2 - - uid: 16515 + - uid: 17013 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-40.5 parent: 2 - - uid: 16516 + - uid: 17014 components: - type: Transform pos: 85.5,-21.5 parent: 2 - - uid: 16517 + - uid: 17015 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-32.5 parent: 2 - - uid: 16518 + - uid: 17016 components: - type: Transform pos: 49.5,-27.5 parent: 2 - - uid: 16519 + - uid: 17017 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-28.5 parent: 2 - - uid: 16520 + - uid: 17018 components: - type: Transform pos: 57.5,-28.5 parent: 2 - - uid: 16521 + - uid: 17019 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-29.5 parent: 2 - - uid: 16522 + - uid: 17020 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,7.5 parent: 2 - - uid: 16523 + - uid: 17021 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,16.5 parent: 2 - - uid: 16524 + - uid: 17022 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,11.5 parent: 2 - - uid: 16525 + - uid: 17023 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,11.5 parent: 2 - - uid: 16526 + - uid: 17024 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,6.5 parent: 2 - - uid: 16527 + - uid: 17025 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,6.5 parent: 2 - - uid: 16528 + - uid: 17026 components: - type: Transform pos: 15.5,9.5 parent: 2 - - uid: 16529 + - uid: 17027 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,9.5 parent: 2 - - uid: 16530 + - uid: 17028 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,11.5 parent: 2 - - uid: 16531 + - uid: 17029 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,11.5 parent: 2 - - uid: 16532 + - uid: 17030 components: - type: Transform pos: 8.5,22.5 parent: 2 - - uid: 16533 + - uid: 17031 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,10.5 parent: 2 - - uid: 16534 + - uid: 17032 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-97.5 parent: 2 - - uid: 16535 + - uid: 17033 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-52.5 parent: 2 - - uid: 16536 + - uid: 17034 components: - type: Transform pos: -53.5,-25.5 parent: 2 - - uid: 16537 + - uid: 17035 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-27.5 parent: 2 - - uid: 16538 + - uid: 17036 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-43.5 parent: 2 - - uid: 16539 + - uid: 17037 components: - type: Transform pos: -66.5,-36.5 parent: 2 - - uid: 16540 + - uid: 17038 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-29.5 parent: 2 - - uid: 16541 + - uid: 17039 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-28.5 parent: 2 - - uid: 16542 + - uid: 17040 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,0.5 parent: 2 - - uid: 16543 + - uid: 17041 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,3.5 parent: 2 - - uid: 16544 + - uid: 17042 components: - type: Transform pos: -41.5,3.5 parent: 2 - - uid: 16545 + - uid: 17043 components: - type: Transform pos: -52.5,-43.5 parent: 2 - - uid: 16546 + - uid: 17044 components: - type: Transform pos: 22.5,-72.5 parent: 2 - - uid: 16547 + - uid: 17045 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-72.5 parent: 2 - - uid: 16548 + - uid: 17046 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-54.5 parent: 2 - - uid: 16549 + - uid: 17047 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-29.5 parent: 2 - - uid: 16550 + - uid: 17048 components: - type: Transform pos: -29.5,13.5 parent: 2 - - uid: 16551 + - uid: 17049 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,1.5 parent: 2 - - uid: 16552 + - uid: 17050 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,3.5 parent: 2 - - uid: 16553 + - uid: 17051 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 2 - - uid: 16554 + - uid: 17052 components: - type: Transform pos: -26.5,-7.5 parent: 2 - - uid: 16555 + - uid: 17053 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-28.5 parent: 2 - - uid: 16556 + - uid: 17054 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-58.5 parent: 2 - - uid: 16557 + - uid: 17055 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-15.5 parent: 2 - - uid: 16558 + - uid: 17056 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-27.5 parent: 2 - - uid: 16559 + - uid: 17057 components: - type: Transform pos: -17.5,-77.5 parent: 2 - - uid: 16560 + - uid: 17058 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-39.5 parent: 2 - - uid: 16561 + - uid: 17059 components: - type: Transform pos: 31.5,1.5 parent: 2 - - uid: 16562 + - uid: 17060 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-7.5 parent: 2 - - uid: 16563 + - uid: 17061 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-76.5 parent: 2 - - uid: 16564 + - uid: 17062 components: - type: Transform pos: -21.5,-76.5 parent: 2 - - uid: 16565 + - uid: 17063 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-29.5 parent: 2 - - uid: 16566 + - uid: 17064 components: - type: Transform pos: -8.5,-66.5 parent: 2 - - uid: 16567 + - uid: 17065 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-65.5 parent: 2 - - uid: 16568 + - uid: 17066 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-25.5 parent: 2 - - uid: 16569 + - uid: 17067 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-17.5 parent: 2 - - uid: 16570 + - uid: 17068 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-17.5 parent: 2 - - uid: 16571 + - uid: 17069 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-6.5 parent: 2 - - uid: 16572 + - uid: 17070 components: - type: Transform pos: 16.5,-4.5 parent: 2 - - uid: 16573 + - uid: 17071 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-5.5 parent: 2 - - uid: 16574 + - uid: 17072 components: - type: Transform pos: 17.5,-5.5 parent: 2 - - uid: 16575 + - uid: 17073 components: - type: Transform pos: 22.5,-10.5 parent: 2 - - uid: 16576 + - uid: 17074 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-17.5 parent: 2 - - uid: 16577 + - uid: 17075 components: - type: Transform pos: 24.5,-17.5 parent: 2 - - uid: 16578 + - uid: 17076 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-42.5 parent: 2 - - uid: 16579 + - uid: 17077 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-50.5 parent: 2 - - uid: 16580 + - uid: 17078 components: - type: Transform pos: -22.5,-50.5 parent: 2 - - uid: 16581 + - uid: 17079 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-54.5 parent: 2 - - uid: 16582 + - uid: 17080 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-54.5 parent: 2 - - uid: 16583 + - uid: 17081 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-64.5 parent: 2 - - uid: 16584 + - uid: 17082 components: - type: Transform pos: -13.5,-64.5 parent: 2 - - uid: 16585 + - uid: 17083 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-66.5 parent: 2 - - uid: 16586 + - uid: 17084 components: - type: Transform pos: -58.5,-42.5 parent: 2 - - uid: 16587 + - uid: 17085 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-81.5 parent: 2 - - uid: 16588 + - uid: 17086 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-42.5 parent: 2 - - uid: 16589 + - uid: 17087 components: - type: Transform pos: 6.5,4.5 parent: 2 - - uid: 16590 + - uid: 17088 components: - type: Transform pos: -35.5,-2.5 parent: 2 - - uid: 16591 + - uid: 17089 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,14.5 parent: 2 - - uid: 16592 + - uid: 17090 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,14.5 parent: 2 - - uid: 16593 + - uid: 17091 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,27.5 parent: 2 - - uid: 16594 + - uid: 17092 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,27.5 parent: 2 - - uid: 16595 + - uid: 17093 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-85.5 parent: 2 - - uid: 16596 + - uid: 17094 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-48.5 parent: 2 - - uid: 16597 + - uid: 17095 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-31.5 parent: 2 - - uid: 16598 + - uid: 17096 components: - type: Transform pos: 33.5,-31.5 parent: 2 - - uid: 16599 + - uid: 17097 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-53.5 parent: 2 - - uid: 16600 + - uid: 17098 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-53.5 parent: 2 - - uid: 16601 + - uid: 17099 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-71.5 parent: 2 - - uid: 16602 + - uid: 17100 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-71.5 parent: 2 - - uid: 16603 + - uid: 17101 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-74.5 parent: 2 - - uid: 16604 + - uid: 17102 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-74.5 parent: 2 - - uid: 16605 + - uid: 17103 components: - type: Transform pos: -10.5,-71.5 parent: 2 - - uid: 16606 + - uid: 17104 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-80.5 parent: 2 - - uid: 16607 + - uid: 17105 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-80.5 parent: 2 - - uid: 16608 + - uid: 17106 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-93.5 parent: 2 - - uid: 16609 + - uid: 17107 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-93.5 parent: 2 - - uid: 16610 + - uid: 17108 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-94.5 parent: 2 - - uid: 16611 + - uid: 17109 components: - type: Transform pos: -53.5,-89.5 parent: 2 - - uid: 16612 + - uid: 17110 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-94.5 parent: 2 - - uid: 16613 + - uid: 17111 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-92.5 parent: 2 - - uid: 16614 + - uid: 17112 components: - type: Transform pos: -52.5,-92.5 parent: 2 - - uid: 16615 + - uid: 17113 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-71.5 parent: 2 - - uid: 16616 + - uid: 17114 components: - type: Transform pos: -25.5,-69.5 parent: 2 - - uid: 16617 + - uid: 17115 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-69.5 parent: 2 - - uid: 16618 + - uid: 17116 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-25.5 parent: 2 - - uid: 16619 + - uid: 17117 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-37.5 parent: 2 - - uid: 16620 + - uid: 17118 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-44.5 parent: 2 - - uid: 16621 + - uid: 17119 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-53.5 parent: 2 - - uid: 16622 + - uid: 17120 components: - type: Transform pos: -29.5,-53.5 parent: 2 - - uid: 16623 + - uid: 17121 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-32.5 parent: 2 - - uid: 16624 + - uid: 17122 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-32.5 parent: 2 - - uid: 16625 + - uid: 17123 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-8.5 parent: 2 - - uid: 16626 + - uid: 17124 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-8.5 parent: 2 - - uid: 16627 + - uid: 17125 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-2.5 parent: 2 - - uid: 16628 + - uid: 17126 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-2.5 parent: 2 - - uid: 16629 + - uid: 17127 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,1.5 parent: 2 - - uid: 16630 + - uid: 17128 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,1.5 parent: 2 - - uid: 16631 + - uid: 17129 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,4.5 parent: 2 - - uid: 16632 + - uid: 17130 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,6.5 parent: 2 - - uid: 16633 + - uid: 17131 components: - type: Transform pos: -2.5,6.5 parent: 2 - - uid: 16634 + - uid: 17132 components: - type: Transform pos: -1.5,4.5 parent: 2 - - uid: 16635 + - uid: 17133 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,2.5 parent: 2 - - uid: 16636 + - uid: 17134 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,2.5 parent: 2 - - uid: 16637 + - uid: 17135 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,3.5 parent: 2 - - uid: 16638 + - uid: 17136 components: - type: Transform pos: 13.5,3.5 parent: 2 - - uid: 16639 + - uid: 17137 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-0.5 parent: 2 - - uid: 16640 + - uid: 17138 components: - type: Transform pos: 22.5,-0.5 parent: 2 - - uid: 16641 + - uid: 17139 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-3.5 parent: 2 - - uid: 16642 + - uid: 17140 components: - type: Transform pos: 28.5,-4.5 parent: 2 - - uid: 16643 + - uid: 17141 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-4.5 parent: 2 - - uid: 16644 + - uid: 17142 components: - type: Transform pos: 23.5,-3.5 parent: 2 - - uid: 16645 + - uid: 17143 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-9.5 parent: 2 - - uid: 16646 + - uid: 17144 components: - type: Transform pos: 30.5,-9.5 parent: 2 - - uid: 16647 + - uid: 17145 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-77.5 parent: 2 - - uid: 16648 + - uid: 17146 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-28.5 parent: 2 - - uid: 16649 + - uid: 17147 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-67.5 parent: 2 - - uid: 16650 + - uid: 17148 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-60.5 parent: 2 - - uid: 16651 + - uid: 17149 components: - type: Transform pos: -21.5,-25.5 parent: 2 - - uid: 16652 + - uid: 17150 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-33.5 parent: 2 - - uid: 16653 + - uid: 17151 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-67.5 parent: 2 - - uid: 16654 + - uid: 17152 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-60.5 parent: 2 - - uid: 16655 + - uid: 17153 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-65.5 parent: 2 - - uid: 16656 + - uid: 17154 components: - type: Transform pos: 24.5,-46.5 parent: 2 - - uid: 16657 + - uid: 17155 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-33.5 parent: 2 - - uid: 16658 + - uid: 17156 components: - type: Transform pos: 42.5,-1.5 parent: 2 - - uid: 16659 + - uid: 17157 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,0.5 parent: 2 - - uid: 16660 + - uid: 17158 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-77.5 parent: 2 - - uid: 16661 + - uid: 17159 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-76.5 parent: 2 - - uid: 16662 + - uid: 17160 components: - type: Transform pos: 20.5,-76.5 parent: 2 - - uid: 16663 + - uid: 17161 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-7.5 parent: 2 - - uid: 16664 + - uid: 17162 components: - type: Transform pos: 77.5,-2.5 parent: 2 - - uid: 16665 + - uid: 17163 components: - type: Transform rot: -1.5707963267948966 rad pos: 77.5,-11.5 parent: 2 - - uid: 16666 + - uid: 17164 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,-13.5 parent: 2 - - uid: 16667 + - uid: 17165 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,10.5 parent: 2 - - uid: 16668 + - uid: 17166 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,10.5 parent: 2 - - uid: 16669 + - uid: 17167 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,4.5 parent: 2 - - uid: 16670 + - uid: 17168 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-23.5 parent: 2 - - uid: 16671 + - uid: 17169 components: - type: Transform pos: 52.5,-23.5 parent: 2 - - uid: 16672 + - uid: 17170 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-25.5 parent: 2 - - uid: 16673 + - uid: 17171 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-14.5 parent: 2 - - uid: 16674 + - uid: 17172 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-13.5 parent: 2 - - uid: 16675 + - uid: 17173 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-11.5 parent: 2 - - uid: 16676 + - uid: 17174 components: - type: Transform pos: 45.5,-11.5 parent: 2 - - uid: 16677 + - uid: 17175 components: - type: Transform pos: 43.5,-5.5 parent: 2 - - uid: 16678 + - uid: 17176 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,6.5 parent: 2 - - uid: 16679 + - uid: 17177 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,6.5 parent: 2 - - uid: 16680 + - uid: 17178 components: - type: Transform pos: 48.5,-23.5 parent: 2 - - uid: 16681 + - uid: 17179 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-24.5 parent: 2 - - uid: 16682 + - uid: 17180 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-5.5 parent: 2 - - uid: 16683 + - uid: 17181 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-9.5 parent: 2 - - uid: 16684 + - uid: 17182 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,10.5 parent: 2 - - uid: 16685 + - uid: 17183 components: - type: Transform pos: -15.5,10.5 parent: 2 - - uid: 16686 + - uid: 17184 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,7.5 parent: 2 - - uid: 16687 + - uid: 17185 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,7.5 parent: 2 - - uid: 16688 + - uid: 17186 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,0.5 parent: 2 - - uid: 16689 + - uid: 17187 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,17.5 parent: 2 - - uid: 16690 + - uid: 17188 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-65.5 parent: 2 - - uid: 16691 + - uid: 17189 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,3.5 parent: 2 - - uid: 16692 + - uid: 17190 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-4.5 parent: 2 - - uid: 16693 + - uid: 17191 components: - type: Transform pos: -36.5,-26.5 parent: 2 - - uid: 16694 + - uid: 17192 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-43.5 parent: 2 - - uid: 16695 + - uid: 17193 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-4.5 parent: 2 - - uid: 16696 + - uid: 17194 components: - type: Transform pos: -0.5,-84.5 parent: 2 - - uid: 16697 + - uid: 17195 components: - type: Transform pos: -57.5,-60.5 parent: 2 - - uid: 16698 + - uid: 17196 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-20.5 parent: 2 - - uid: 16699 + - uid: 17197 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-51.5 parent: 2 - - uid: 16700 + - uid: 17198 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-49.5 parent: 2 - - uid: 16701 + - uid: 17199 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,17.5 parent: 2 - - uid: 16702 + - uid: 17200 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-49.5 parent: 2 - - uid: 16703 + - uid: 17201 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-26.5 parent: 2 - - uid: 16704 + - uid: 17202 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-62.5 parent: 2 - - uid: 16705 + - uid: 17203 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-66.5 parent: 2 - - uid: 16706 + - uid: 17204 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-38.5 parent: 2 - - uid: 16707 + - uid: 17205 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-7.5 parent: 2 - - uid: 16708 + - uid: 17206 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-33.5 parent: 2 - - uid: 16709 + - uid: 17207 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-60.5 parent: 2 - - uid: 16710 + - uid: 17208 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-66.5 parent: 2 - - uid: 16711 + - uid: 17209 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-76.5 parent: 2 - - uid: 16712 + - uid: 17210 components: - type: Transform pos: -4.5,-76.5 parent: 2 - - uid: 16713 + - uid: 17211 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-20.5 parent: 2 - - uid: 16714 + - uid: 17212 components: - type: Transform pos: -53.5,-77.5 parent: 2 - - uid: 16715 + - uid: 17213 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-77.5 parent: 2 - - uid: 16716 + - uid: 17214 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,22.5 parent: 2 - - uid: 16717 + - uid: 17215 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-72.5 parent: 2 - - uid: 16718 + - uid: 17216 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-76.5 parent: 2 - - uid: 16719 + - uid: 17217 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-76.5 parent: 2 - - uid: 16720 + - uid: 17218 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-4.5 parent: 2 - - uid: 16721 + - uid: 17219 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-7.5 parent: 2 - - uid: 16722 + - uid: 17220 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-117.5 parent: 2 - - uid: 16723 + - uid: 17221 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-112.5 parent: 2 - - uid: 16724 + - uid: 17222 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-42.5 parent: 2 - - uid: 16725 + - uid: 17223 components: - type: Transform pos: 27.5,-27.5 parent: 2 - - uid: 16726 + - uid: 17224 components: - type: Transform pos: 28.5,-29.5 parent: 2 - - uid: 16727 + - uid: 17225 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-32.5 parent: 2 - - uid: 16728 + - uid: 17226 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-41.5 parent: 2 - - uid: 16729 + - uid: 17227 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-73.5 parent: 2 - - uid: 16730 + - uid: 17228 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-75.5 parent: 2 - - uid: 16731 + - uid: 17229 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-75.5 parent: 2 - - uid: 16732 + - uid: 17230 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,12.5 parent: 2 - - uid: 16733 + - uid: 17231 components: - type: Transform pos: -41.5,12.5 parent: 2 - - uid: 16734 + - uid: 17232 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,1.5 parent: 2 - - uid: 16735 + - uid: 17233 components: - type: Transform pos: -22.5,-26.5 parent: 2 - - uid: 16736 + - uid: 17234 components: - type: Transform pos: 51.5,0.5 parent: 2 - - uid: 16737 + - uid: 17235 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-44.5 parent: 2 - - uid: 16738 + - uid: 17236 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-38.5 parent: 2 - - uid: 16739 + - uid: 17237 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-38.5 parent: 2 - - uid: 16740 + - uid: 17238 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-37.5 parent: 2 - - uid: 16741 + - uid: 17239 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-32.5 parent: 2 - - uid: 16742 + - uid: 17240 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-26.5 parent: 2 - - uid: 16743 + - uid: 17241 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-8.5 parent: 2 - - uid: 16744 + - uid: 17242 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-16.5 parent: 2 - - uid: 16745 + - uid: 17243 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-16.5 parent: 2 - - uid: 16746 + - uid: 17244 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-1.5 parent: 2 - - uid: 16747 + - uid: 17245 components: - type: Transform pos: 2.5,-1.5 parent: 2 - - uid: 16748 + - uid: 17246 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-100.5 parent: 2 - - uid: 16749 + - uid: 17247 components: - type: Transform pos: -6.5,-100.5 parent: 2 - - uid: 16750 + - uid: 17248 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-102.5 parent: 2 - - uid: 16751 + - uid: 17249 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,-52.5 parent: 2 - - uid: 16752 + - uid: 17250 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-52.5 parent: 2 - - uid: 16753 + - uid: 17251 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-52.5 parent: 2 - - uid: 16754 + - uid: 17252 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-52.5 parent: 2 - - uid: 16755 + - uid: 17253 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-50.5 parent: 2 - - uid: 16756 + - uid: 17254 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-52.5 parent: 2 - - uid: 16757 + - uid: 17255 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-88.5 parent: 2 - - uid: 16758 + - uid: 17256 components: - type: Transform pos: -52.5,-88.5 parent: 2 - - uid: 16759 + - uid: 17257 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-91.5 parent: 2 - - uid: 16760 + - uid: 17258 components: - type: Transform pos: -51.5,-91.5 parent: 2 - - uid: 16761 + - uid: 17259 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-93.5 parent: 2 - - uid: 16762 + - uid: 17260 components: - type: Transform pos: -50.5,-93.5 parent: 2 - - uid: 16763 + - uid: 17261 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-95.5 parent: 2 - - uid: 16764 + - uid: 17262 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-95.5 parent: 2 - - uid: 16765 + - uid: 17263 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,14.5 parent: 2 - - uid: 16766 + - uid: 17264 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,14.5 parent: 2 - - uid: 16767 + - uid: 17265 components: - type: Transform pos: -17.5,15.5 parent: 2 - - uid: 16768 + - uid: 17266 components: - type: Transform pos: -24.5,16.5 parent: 2 - - uid: 16769 + - uid: 17267 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,15.5 parent: 2 - - uid: 16770 + - uid: 17268 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,16.5 parent: 2 - - uid: 16771 + - uid: 17269 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,11.5 parent: 2 - - uid: 16772 + - uid: 17270 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,11.5 parent: 2 - - uid: 16773 + - uid: 17271 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,8.5 parent: 2 - - uid: 16774 + - uid: 17272 components: - type: Transform pos: -49.5,9.5 parent: 2 - - uid: 16775 + - uid: 17273 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,9.5 parent: 2 - - uid: 16776 + - uid: 17274 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,2.5 parent: 2 - - uid: 16777 + - uid: 17275 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,2.5 parent: 2 - - uid: 16778 + - uid: 17276 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-6.5 parent: 2 - - uid: 16779 + - uid: 17277 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-6.5 parent: 2 - - uid: 16780 + - uid: 17278 components: - type: Transform pos: -62.5,-21.5 parent: 2 - - uid: 16781 + - uid: 17279 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-21.5 parent: 2 - - uid: 16782 + - uid: 17280 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-17.5 parent: 2 - - uid: 16783 + - uid: 17281 components: - type: Transform pos: -31.5,-17.5 parent: 2 - - uid: 16784 + - uid: 17282 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-24.5 parent: 2 - - uid: 16785 + - uid: 17283 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-24.5 parent: 2 - - uid: 16786 + - uid: 17284 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-28.5 parent: 2 - - uid: 16787 + - uid: 17285 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-20.5 parent: 2 - - uid: 16788 + - uid: 17286 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-20.5 parent: 2 - - uid: 16789 + - uid: 17287 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-7.5 parent: 2 - - uid: 16790 + - uid: 17288 components: - type: Transform pos: 40.5,-7.5 parent: 2 - - uid: 16791 + - uid: 17289 components: - type: Transform rot: 1.5707963267948966 rad @@ -113394,504 +116069,504 @@ entities: parent: 2 - proto: DisposalJunction entities: - - uid: 16792 + - uid: 17290 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-91.5 parent: 2 - - uid: 16793 + - uid: 17291 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-3.5 parent: 2 - - uid: 16794 + - uid: 17292 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-86.5 parent: 2 - - uid: 16795 + - uid: 17293 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,22.5 parent: 2 - - uid: 16796 + - uid: 17294 components: - type: Transform pos: 40.5,-54.5 parent: 2 - - uid: 16797 + - uid: 17295 components: - type: Transform pos: 35.5,-27.5 parent: 2 - - uid: 16798 + - uid: 17296 components: - type: Transform pos: 57.5,-10.5 parent: 2 - - uid: 16799 + - uid: 17297 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,27.5 parent: 2 - - uid: 16800 + - uid: 17298 components: - type: Transform pos: 31.5,-2.5 parent: 2 - - uid: 16801 + - uid: 17299 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-81.5 parent: 2 - - uid: 16802 + - uid: 17300 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-68.5 parent: 2 - - uid: 16803 + - uid: 17301 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-59.5 parent: 2 - - uid: 16804 + - uid: 17302 components: - type: Transform pos: 44.5,-29.5 parent: 2 - - uid: 16805 + - uid: 17303 components: - type: Transform pos: -43.5,-74.5 parent: 2 - - uid: 16806 + - uid: 17304 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,8.5 parent: 2 - - uid: 16807 + - uid: 17305 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-86.5 parent: 2 - - uid: 16808 + - uid: 17306 components: - type: Transform pos: -38.5,-85.5 parent: 2 - - uid: 16809 + - uid: 17307 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-65.5 parent: 2 - - uid: 16810 + - uid: 17308 components: - type: Transform pos: -43.5,-65.5 parent: 2 - - uid: 16811 + - uid: 17309 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-59.5 parent: 2 - - uid: 16812 + - uid: 17310 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,8.5 parent: 2 - - uid: 16813 + - uid: 17311 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-43.5 parent: 2 - - uid: 16814 + - uid: 17312 components: - type: Transform pos: -41.5,-15.5 parent: 2 - - uid: 16815 + - uid: 17313 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,1.5 parent: 2 - - uid: 16816 + - uid: 17314 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-77.5 parent: 2 - - uid: 16817 + - uid: 17315 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-43.5 parent: 2 - - uid: 16818 + - uid: 17316 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-2.5 parent: 2 - - uid: 16819 + - uid: 17317 components: - type: Transform pos: 44.5,-4.5 parent: 2 - - uid: 16820 + - uid: 17318 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-8.5 parent: 2 - - uid: 16821 + - uid: 17319 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-11.5 parent: 2 - - uid: 16822 + - uid: 17320 components: - type: Transform pos: 57.5,4.5 parent: 2 - - uid: 16823 + - uid: 17321 components: - type: Transform pos: 44.5,-13.5 parent: 2 - - uid: 16824 + - uid: 17322 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,9.5 parent: 2 - - uid: 16825 + - uid: 17323 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-92.5 parent: 2 - - uid: 16826 + - uid: 17324 components: - type: Transform pos: 41.5,25.5 parent: 2 - - uid: 16827 + - uid: 17325 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,4.5 parent: 2 - - uid: 16828 + - uid: 17326 components: - type: Transform rot: 1.5707963267948966 rad pos: -71.5,-43.5 parent: 2 - - uid: 16829 + - uid: 17327 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-7.5 parent: 2 - - uid: 16830 + - uid: 17328 components: - type: Transform pos: -59.5,-29.5 parent: 2 - - uid: 16831 + - uid: 17329 components: - type: Transform pos: 27.5,-28.5 parent: 2 - - uid: 16832 + - uid: 17330 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-41.5 parent: 2 - - uid: 16833 + - uid: 17331 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-73.5 parent: 2 - - uid: 16834 + - uid: 17332 components: - type: Transform pos: -57.5,-65.5 parent: 2 - proto: DisposalJunctionFlipped entities: - - uid: 16835 + - uid: 17333 components: - type: Transform pos: 1.5,-81.5 parent: 2 - - uid: 16836 + - uid: 17334 components: - type: Transform pos: 33.5,9.5 parent: 2 - - uid: 16837 + - uid: 17335 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,22.5 parent: 2 - - uid: 16838 + - uid: 17336 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,10.5 parent: 2 - - uid: 16839 + - uid: 17337 components: - type: Transform pos: 57.5,-8.5 parent: 2 - - uid: 16840 + - uid: 17338 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-4.5 parent: 2 - - uid: 16841 + - uid: 17339 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-65.5 parent: 2 - - uid: 16842 + - uid: 17340 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-68.5 parent: 2 - - uid: 16843 + - uid: 17341 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-35.5 parent: 2 - - uid: 16844 + - uid: 17342 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-37.5 parent: 2 - - uid: 16845 + - uid: 17343 components: - type: Transform pos: 22.5,-78.5 parent: 2 - - uid: 16846 + - uid: 17344 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-83.5 parent: 2 - - uid: 16847 + - uid: 17345 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-68.5 parent: 2 - - uid: 16848 + - uid: 17346 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-90.5 parent: 2 - - uid: 16849 + - uid: 17347 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-86.5 parent: 2 - - uid: 16850 + - uid: 17348 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-92.5 parent: 2 - - uid: 16851 + - uid: 17349 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-97.5 parent: 2 - - uid: 16852 + - uid: 17350 components: - type: Transform pos: 44.5,-48.5 parent: 2 - - uid: 16853 + - uid: 17351 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,-21.5 parent: 2 - - uid: 16854 + - uid: 17352 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-32.5 parent: 2 - - uid: 16855 + - uid: 17353 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,-21.5 parent: 2 - - uid: 16856 + - uid: 17354 components: - type: Transform pos: 44.5,-27.5 parent: 2 - - uid: 16857 + - uid: 17355 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-43.5 parent: 2 - - uid: 16858 + - uid: 17356 components: - type: Transform pos: -41.5,-2.5 parent: 2 - - uid: 16859 + - uid: 17357 components: - type: Transform pos: -41.5,-7.5 parent: 2 - - uid: 16860 + - uid: 17358 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-27.5 parent: 2 - - uid: 16861 + - uid: 17359 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-28.5 parent: 2 - - uid: 16862 + - uid: 17360 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,1.5 parent: 2 - - uid: 16863 + - uid: 17361 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-86.5 parent: 2 - - uid: 16864 + - uid: 17362 components: - type: Transform pos: -41.5,-26.5 parent: 2 - - uid: 16865 + - uid: 17363 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-77.5 parent: 2 - - uid: 16866 + - uid: 17364 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-81.5 parent: 2 - - uid: 16867 + - uid: 17365 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-85.5 parent: 2 - - uid: 16868 + - uid: 17366 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-14.5 parent: 2 - - uid: 16869 + - uid: 17367 components: - type: Transform pos: 44.5,-9.5 parent: 2 - - uid: 16870 + - uid: 17368 components: - type: Transform pos: 57.5,1.5 parent: 2 - - uid: 16871 + - uid: 17369 components: - type: Transform pos: 44.5,-14.5 parent: 2 - - uid: 16872 + - uid: 17370 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,1.5 parent: 2 - - uid: 16873 + - uid: 17371 components: - type: Transform pos: 43.5,-23.5 parent: 2 - - uid: 16874 + - uid: 17372 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,1.5 parent: 2 - - uid: 16875 + - uid: 17373 components: - type: Transform pos: 1.5,0.5 parent: 2 - - uid: 16876 + - uid: 17374 components: - type: Transform pos: 1.5,-0.5 parent: 2 - - uid: 16877 + - uid: 17375 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-29.5 parent: 2 - - uid: 16878 + - uid: 17376 components: - type: Transform pos: -27.5,-41.5 parent: 2 - - uid: 16879 + - uid: 17377 components: - type: Transform pos: 3.5,-73.5 parent: 2 - - uid: 16880 + - uid: 17378 components: - type: Transform rot: 3.141592653589793 rad @@ -113899,10715 +116574,10715 @@ entities: parent: 2 - proto: DisposalMachineFrame entities: - - uid: 16881 - components: - - type: Transform - pos: -13.5,-41.5 - parent: 2 - - uid: 16882 + - uid: 17379 components: - type: Transform pos: 44.5,22.5 parent: 2 + - uid: 17380 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 - proto: DisposalPipe entities: - - uid: 16883 + - uid: 17381 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,18.5 parent: 2 - - uid: 16884 + - uid: 17382 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-99.5 parent: 2 - - uid: 16885 + - uid: 17383 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-98.5 parent: 2 - - uid: 16886 + - uid: 17384 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-97.5 parent: 2 - - uid: 16887 + - uid: 17385 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-96.5 parent: 2 - - uid: 16888 + - uid: 17386 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-95.5 parent: 2 - - uid: 16889 + - uid: 17387 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-94.5 parent: 2 - - uid: 16890 + - uid: 17388 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-93.5 parent: 2 - - uid: 16891 + - uid: 17389 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-92.5 parent: 2 - - uid: 16892 + - uid: 17390 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-9.5 parent: 2 - - uid: 16893 + - uid: 17391 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-74.5 parent: 2 - - uid: 16894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,22.5 - parent: 2 - - uid: 16895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,21.5 - parent: 2 - - uid: 16896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,12.5 - parent: 2 - - uid: 16897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,23.5 - parent: 2 - - uid: 16898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,24.5 - parent: 2 - - uid: 16899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,20.5 - parent: 2 - - uid: 16900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-33.5 - parent: 2 - - uid: 16901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-3.5 - parent: 2 - - uid: 16902 - components: - - type: Transform - pos: -24.5,-34.5 - parent: 2 - - uid: 16903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-37.5 - parent: 2 - - uid: 16904 - components: - - type: Transform - pos: 50.5,-4.5 - parent: 2 - - uid: 16905 - components: - - type: Transform - pos: 50.5,-5.5 - parent: 2 - - uid: 16906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-5.5 - parent: 2 - - uid: 16907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,25.5 - parent: 2 - - uid: 16908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-43.5 - parent: 2 - - uid: 16909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-3.5 - parent: 2 - - uid: 16910 - components: - - type: Transform - pos: -24.5,-36.5 - parent: 2 - - uid: 16911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-32.5 - parent: 2 - - uid: 16912 - components: - - type: Transform - pos: -24.5,-33.5 - parent: 2 - - uid: 16913 - components: - - type: Transform - pos: -24.5,-35.5 - parent: 2 - - uid: 16914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-6.5 - parent: 2 - - uid: 16915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 2 - - uid: 16916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 - parent: 2 - - uid: 16917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-43.5 - parent: 2 - - uid: 16918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-44.5 - parent: 2 - - uid: 16919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,24.5 - parent: 2 - - uid: 16920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-29.5 - parent: 2 - - uid: 16921 - components: - - type: Transform - pos: -32.5,-26.5 - parent: 2 - - uid: 16922 - components: - - type: Transform - pos: -8.5,16.5 - parent: 2 - - uid: 16923 - components: - - type: Transform - pos: -64.5,-59.5 - parent: 2 - - uid: 16924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,25.5 - parent: 2 - - uid: 16925 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,22.5 - parent: 2 - - uid: 16926 - components: - - type: Transform - pos: -31.5,-21.5 - parent: 2 - - uid: 16927 - components: - - type: Transform - pos: -64.5,-58.5 - parent: 2 - - uid: 16928 - components: - - type: Transform - pos: -64.5,-57.5 - parent: 2 - - uid: 16929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,12.5 - parent: 2 - - uid: 16930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-57.5 - parent: 2 - - uid: 16931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-17.5 - parent: 2 - - uid: 16932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-29.5 - parent: 2 - - uid: 16933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-62.5 - parent: 2 - - uid: 16934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-13.5 - parent: 2 - - uid: 16935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-12.5 - parent: 2 - - uid: 16936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-28.5 - parent: 2 - - uid: 16937 - components: - - type: Transform - pos: -24.5,-39.5 - parent: 2 - - uid: 16938 - components: - - type: Transform - pos: 42.5,-3.5 - parent: 2 - - uid: 16939 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-14.5 - parent: 2 - - uid: 16940 - components: - - type: Transform - pos: 57.5,-9.5 - parent: 2 - - uid: 16941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,10.5 - parent: 2 - - uid: 16942 - components: - - type: Transform - pos: 57.5,9.5 - parent: 2 - - uid: 16943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,11.5 - parent: 2 - - uid: 16944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 2 - - uid: 16945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 2 - - uid: 16946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 2 - - uid: 16947 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 2 - - uid: 16948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,10.5 - parent: 2 - - uid: 16949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,10.5 - parent: 2 - - uid: 16950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-26.5 - parent: 2 - - uid: 16951 - components: - - type: Transform - pos: 57.5,7.5 - parent: 2 - - uid: 16952 - components: - - type: Transform - pos: 57.5,8.5 - parent: 2 - - uid: 16953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-27.5 - parent: 2 - - uid: 16954 - components: - - type: Transform - pos: 57.5,2.5 - parent: 2 - - uid: 16955 - components: - - type: Transform - pos: 57.5,6.5 - parent: 2 - - uid: 16956 - components: - - type: Transform - pos: 57.5,3.5 - parent: 2 - - uid: 16957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-10.5 - parent: 2 - - uid: 16958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-10.5 - parent: 2 - - uid: 16959 - components: - - type: Transform - pos: 17.5,-8.5 - parent: 2 - - uid: 16960 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 2 - - uid: 16961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-3.5 - parent: 2 - - uid: 16962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 2 - - uid: 16963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-2.5 - parent: 2 - - uid: 16964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 2 - - uid: 16965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-4.5 - parent: 2 - - uid: 16966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-14.5 - parent: 2 - - uid: 16967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-15.5 - parent: 2 - - uid: 16968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-16.5 - parent: 2 - - uid: 16969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 2 - - uid: 16970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 2 - - uid: 16971 - components: - - type: Transform - pos: -24.5,-40.5 - parent: 2 - - uid: 16972 - components: - - type: Transform - pos: 42.5,-2.5 - parent: 2 - - uid: 16973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-77.5 - parent: 2 - - uid: 16974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-67.5 - parent: 2 - - uid: 16975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-67.5 - parent: 2 - - uid: 16976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-67.5 - parent: 2 - - uid: 16977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-67.5 - parent: 2 - - uid: 16978 - components: - - type: Transform - pos: -51.5,-74.5 - parent: 2 - - uid: 16979 - components: - - type: Transform - pos: 31.5,0.5 - parent: 2 - - uid: 16980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,8.5 - parent: 2 - - uid: 16981 - components: - - type: Transform - pos: 34.5,2.5 - parent: 2 - - uid: 16982 - components: - - type: Transform - pos: 34.5,3.5 - parent: 2 - - uid: 16983 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 2 - - uid: 16984 - components: - - type: Transform - pos: 34.5,-2.5 - parent: 2 - - uid: 16985 - components: - - type: Transform - pos: 34.5,-3.5 - parent: 2 - - uid: 16986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-4.5 - parent: 2 - - uid: 16987 - components: - - type: Transform - pos: 31.5,-6.5 - parent: 2 - - uid: 16988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,11.5 - parent: 2 - - uid: 16989 - components: - - type: Transform - pos: 31.5,12.5 - parent: 2 - - uid: 16990 - components: - - type: Transform - pos: 31.5,13.5 - parent: 2 - - uid: 16991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,7.5 - parent: 2 - - uid: 16992 - components: - - type: Transform - pos: 34.5,5.5 - parent: 2 - - uid: 16993 - components: - - type: Transform - pos: -47.5,-73.5 - parent: 2 - - uid: 16994 - components: - - type: Transform - pos: -51.5,-73.5 - parent: 2 - - uid: 16995 - components: - - type: Transform - pos: -47.5,-74.5 - parent: 2 - - uid: 16996 - components: - - type: Transform - pos: 34.5,4.5 - parent: 2 - - uid: 16997 - components: - - type: Transform - pos: 34.5,0.5 - parent: 2 - - uid: 16998 - components: - - type: Transform - pos: 34.5,-0.5 - parent: 2 - - uid: 16999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-4.5 - parent: 2 - - uid: 17000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-52.5 - parent: 2 - - uid: 17001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-37.5 - parent: 2 - - uid: 17002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-37.5 - parent: 2 - - uid: 17003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-37.5 - parent: 2 - - uid: 17004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-35.5 - parent: 2 - - uid: 17005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-35.5 - parent: 2 - - uid: 17006 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-35.5 - parent: 2 - - uid: 17007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-4.5 - parent: 2 - - uid: 17008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-3.5 - parent: 2 - - uid: 17009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-2.5 - parent: 2 - - uid: 17010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-51.5 - parent: 2 - - uid: 17011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-75.5 - parent: 2 - - uid: 17012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-69.5 - parent: 2 - - uid: 17013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-70.5 - parent: 2 - - uid: 17014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-77.5 - parent: 2 - - uid: 17015 - components: - - type: Transform - pos: -23.5,-80.5 - parent: 2 - - uid: 17016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,1.5 - parent: 2 - - uid: 17017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-26.5 - parent: 2 - - uid: 17018 - components: - - type: Transform - pos: -43.5,-75.5 - parent: 2 - - uid: 17019 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-74.5 - parent: 2 - - uid: 17020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-84.5 - parent: 2 - - uid: 17021 - components: - - type: Transform - pos: 14.5,-79.5 - parent: 2 - - uid: 17022 - components: - - type: Transform - pos: 14.5,-78.5 - parent: 2 - - uid: 17023 - components: - - type: Transform - pos: 14.5,-80.5 - parent: 2 - - uid: 17024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-76.5 - parent: 2 - - uid: 17025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-81.5 - parent: 2 - - uid: 17026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-82.5 - parent: 2 - - uid: 17027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-84.5 - parent: 2 - - uid: 17028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-84.5 - parent: 2 - - uid: 17029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-84.5 - parent: 2 - - uid: 17030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-84.5 - parent: 2 - - uid: 17031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-84.5 - parent: 2 - - uid: 17032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-84.5 - parent: 2 - - uid: 17033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-83.5 - parent: 2 - - uid: 17034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-82.5 - parent: 2 - - uid: 17035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-81.5 - parent: 2 - - uid: 17036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-80.5 - parent: 2 - - uid: 17037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-79.5 - parent: 2 - - uid: 17038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-78.5 - parent: 2 - - uid: 17039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-78.5 - parent: 2 - - uid: 17040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-78.5 - parent: 2 - - uid: 17041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-78.5 - parent: 2 - - uid: 17042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-78.5 - parent: 2 - - uid: 17043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-78.5 - parent: 2 - - uid: 17044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-78.5 - parent: 2 - - uid: 17045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-78.5 - parent: 2 - - uid: 17046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-78.5 - parent: 2 - - uid: 17047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-77.5 - parent: 2 - - uid: 17048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-76.5 - parent: 2 - - uid: 17049 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-75.5 - parent: 2 - - uid: 17050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-75.5 - parent: 2 - - uid: 17051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-75.5 - parent: 2 - - uid: 17052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-75.5 - parent: 2 - - uid: 17053 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-75.5 - parent: 2 - - uid: 17054 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-75.5 - parent: 2 - - uid: 17055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-74.5 - parent: 2 - - uid: 17056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-73.5 - parent: 2 - - uid: 17057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-72.5 - parent: 2 - - uid: 17058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-71.5 - parent: 2 - - uid: 17059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-70.5 - parent: 2 - - uid: 17060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-69.5 - parent: 2 - - uid: 17061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-68.5 - parent: 2 - - uid: 17062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-68.5 - parent: 2 - - uid: 17063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-68.5 - parent: 2 - - uid: 17064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-68.5 - parent: 2 - - uid: 17065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-68.5 - parent: 2 - - uid: 17066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-68.5 - parent: 2 - - uid: 17067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-68.5 - parent: 2 - - uid: 17068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-83.5 - parent: 2 - - uid: 17069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-83.5 - parent: 2 - - uid: 17070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-83.5 - parent: 2 - - uid: 17071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-78.5 - parent: 2 - - uid: 17072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-82.5 - parent: 2 - - uid: 17073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-81.5 - parent: 2 - - uid: 17074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-80.5 - parent: 2 - - uid: 17075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-79.5 - parent: 2 - - uid: 17076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-78.5 - parent: 2 - - uid: 17077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-77.5 - parent: 2 - - uid: 17078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-76.5 - parent: 2 - - uid: 17079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-74.5 - parent: 2 - - uid: 17080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-73.5 - parent: 2 - - uid: 17081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-72.5 - parent: 2 - - uid: 17082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-71.5 - parent: 2 - - uid: 17083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-70.5 - parent: 2 - - uid: 17084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-69.5 - parent: 2 - - uid: 17085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-67.5 - parent: 2 - - uid: 17086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-66.5 - parent: 2 - - uid: 17087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-65.5 - parent: 2 - - uid: 17088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-64.5 - parent: 2 - - uid: 17089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-63.5 - parent: 2 - - uid: 17090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-62.5 - parent: 2 - - uid: 17091 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-61.5 - parent: 2 - - uid: 17092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-60.5 - parent: 2 - - uid: 17093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-59.5 - parent: 2 - - uid: 17094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-58.5 - parent: 2 - - uid: 17095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-56.5 - parent: 2 - - uid: 17096 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-55.5 - parent: 2 - - uid: 17097 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-55.5 - parent: 2 - - uid: 17098 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-89.5 - parent: 2 - - uid: 17099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-88.5 - parent: 2 - - uid: 17100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-87.5 - parent: 2 - - uid: 17101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-86.5 - parent: 2 - - uid: 17102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-86.5 - parent: 2 - - uid: 17103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-86.5 - parent: 2 - - uid: 17104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-86.5 - parent: 2 - - uid: 17105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-86.5 - parent: 2 - - uid: 17106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-86.5 - parent: 2 - - uid: 17107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-86.5 - parent: 2 - - uid: 17108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-86.5 - parent: 2 - - uid: 17109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-86.5 - parent: 2 - - uid: 17110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-86.5 - parent: 2 - - uid: 17111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-86.5 - parent: 2 - - uid: 17112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-86.5 - parent: 2 - - uid: 17113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-86.5 - parent: 2 - - uid: 17114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-86.5 - parent: 2 - - uid: 17115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-86.5 - parent: 2 - - uid: 17116 - components: - - type: Transform - pos: 10.5,-85.5 - parent: 2 - - uid: 17117 - components: - - type: Transform - pos: 10.5,-84.5 - parent: 2 - - uid: 17118 - components: - - type: Transform - pos: 10.5,-82.5 - parent: 2 - - uid: 17119 - components: - - type: Transform - pos: 10.5,-81.5 - parent: 2 - - uid: 17120 - components: - - type: Transform - pos: 10.5,-80.5 - parent: 2 - - uid: 17121 - components: - - type: Transform - pos: 10.5,-79.5 - parent: 2 - - uid: 17122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-83.5 - parent: 2 - - uid: 17123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-83.5 - parent: 2 - - uid: 17124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-83.5 - parent: 2 - - uid: 17125 - components: - - type: Transform - pos: -0.5,-85.5 - parent: 2 - - uid: 17126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-84.5 - parent: 2 - - uid: 17127 - components: - - type: Transform - pos: 0.5,-87.5 - parent: 2 - - uid: 17128 - components: - - type: Transform - pos: 0.5,-88.5 - parent: 2 - - uid: 17129 - components: - - type: Transform - pos: 0.5,-89.5 - parent: 2 - - uid: 17130 - components: - - type: Transform - pos: 0.5,-90.5 - parent: 2 - - uid: 17131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-91.5 - parent: 2 - - uid: 17132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-90.5 - parent: 2 - - uid: 17133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-90.5 - parent: 2 - - uid: 17134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-90.5 - parent: 2 - - uid: 17135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-90.5 - parent: 2 - - uid: 17136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-90.5 - parent: 2 - - uid: 17137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-97.5 - parent: 2 - - uid: 17138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-97.5 - parent: 2 - - uid: 17139 - components: - - type: Transform - pos: -15.5,-96.5 - parent: 2 - - uid: 17140 - components: - - type: Transform - pos: -15.5,-95.5 - parent: 2 - - uid: 17141 - components: - - type: Transform - pos: -15.5,-94.5 - parent: 2 - - uid: 17142 - components: - - type: Transform - pos: -15.5,-93.5 - parent: 2 - - uid: 17143 - components: - - type: Transform - pos: -15.5,-92.5 - parent: 2 - - uid: 17144 - components: - - type: Transform - pos: -15.5,-91.5 - parent: 2 - - uid: 17145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-81.5 - parent: 2 - - uid: 17146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-81.5 - parent: 2 - - uid: 17147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-81.5 - parent: 2 - - uid: 17148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-81.5 - parent: 2 - - uid: 17149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-81.5 - parent: 2 - - uid: 17150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-81.5 - parent: 2 - - uid: 17151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-81.5 - parent: 2 - - uid: 17152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-81.5 - parent: 2 - - uid: 17153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-82.5 - parent: 2 - - uid: 17154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-83.5 - parent: 2 - - uid: 17155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-84.5 - parent: 2 - - uid: 17156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-85.5 - parent: 2 - - uid: 17157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-86.5 - parent: 2 - - uid: 17158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-87.5 - parent: 2 - - uid: 17159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-88.5 - parent: 2 - - uid: 17160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-89.5 - parent: 2 - - uid: 17161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-90.5 - parent: 2 - - uid: 17162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-91.5 - parent: 2 - - uid: 17163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-92.5 - parent: 2 - - uid: 17164 - components: - - type: Transform - pos: -30.5,-93.5 - parent: 2 - - uid: 17165 - components: - - type: Transform - pos: -30.5,-94.5 - parent: 2 - - uid: 17166 - components: - - type: Transform - pos: -30.5,-95.5 - parent: 2 - - uid: 17167 - components: - - type: Transform - pos: -30.5,-96.5 - parent: 2 - - uid: 17168 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-97.5 - parent: 2 - - uid: 17169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-97.5 - parent: 2 - - uid: 17170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-92.5 - parent: 2 - - uid: 17171 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-92.5 - parent: 2 - - uid: 17172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-92.5 - parent: 2 - - uid: 17173 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-92.5 - parent: 2 - - uid: 17174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-91.5 - parent: 2 - - uid: 17175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-90.5 - parent: 2 - - uid: 17176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-89.5 - parent: 2 - - uid: 17177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-88.5 - parent: 2 - - uid: 17178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-87.5 - parent: 2 - - uid: 17179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-86.5 - parent: 2 - - uid: 17180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-85.5 - parent: 2 - - uid: 17181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-85.5 - parent: 2 - - uid: 17182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-84.5 - parent: 2 - - uid: 17183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-83.5 - parent: 2 - - uid: 17184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-82.5 - parent: 2 - - uid: 17185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-81.5 - parent: 2 - - uid: 17186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-80.5 - parent: 2 - - uid: 17187 - components: - - type: Transform - pos: -43.5,-79.5 - parent: 2 - - uid: 17188 - components: - - type: Transform - pos: -43.5,-78.5 - parent: 2 - - uid: 17189 - components: - - type: Transform - pos: -43.5,-77.5 - parent: 2 - - uid: 17190 - components: - - type: Transform - pos: -43.5,-76.5 - parent: 2 - - uid: 17191 - components: - - type: Transform - pos: -38.5,-84.5 - parent: 2 - - uid: 17192 - components: - - type: Transform - pos: -38.5,-83.5 - parent: 2 - - uid: 17193 - components: - - type: Transform - pos: -38.5,-82.5 - parent: 2 - - uid: 17194 - components: - - type: Transform - pos: -38.5,-81.5 - parent: 2 - - uid: 17195 - components: - - type: Transform - pos: -38.5,-80.5 - parent: 2 - - uid: 17196 - components: - - type: Transform - pos: -38.5,-79.5 - parent: 2 - - uid: 17197 - components: - - type: Transform - pos: -38.5,-78.5 - parent: 2 - - uid: 17198 - components: - - type: Transform - pos: -38.5,-77.5 - parent: 2 - - uid: 17199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-76.5 - parent: 2 - - uid: 17200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-76.5 - parent: 2 - - uid: 17201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-76.5 - parent: 2 - - uid: 17202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-76.5 - parent: 2 - - uid: 17203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-76.5 - parent: 2 - - uid: 17204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-77.5 - parent: 2 - - uid: 17205 - components: - - type: Transform - pos: -30.5,-76.5 - parent: 2 - - uid: 17206 - components: - - type: Transform - pos: -43.5,-73.5 - parent: 2 - - uid: 17207 - components: - - type: Transform - pos: -43.5,-72.5 - parent: 2 - - uid: 17208 - components: - - type: Transform - pos: -43.5,-71.5 - parent: 2 - - uid: 17209 - components: - - type: Transform - pos: -43.5,-70.5 - parent: 2 - - uid: 17210 - components: - - type: Transform - pos: -43.5,-69.5 - parent: 2 - - uid: 17211 - components: - - type: Transform - pos: -43.5,-68.5 - parent: 2 - - uid: 17212 - components: - - type: Transform - pos: -43.5,-67.5 - parent: 2 - - uid: 17213 - components: - - type: Transform - pos: -43.5,-66.5 - parent: 2 - - uid: 17214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-65.5 - parent: 2 - - uid: 17215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-65.5 - parent: 2 - - uid: 17216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-65.5 - parent: 2 - - uid: 17217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-65.5 - parent: 2 - - uid: 17218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-65.5 - parent: 2 - - uid: 17219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-66.5 - parent: 2 - - uid: 17220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-67.5 - parent: 2 - - uid: 17221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-65.5 - parent: 2 - - uid: 17222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-64.5 - parent: 2 - - uid: 17223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-63.5 - parent: 2 - - uid: 17224 - components: - - type: Transform - pos: -32.5,-25.5 - parent: 2 - - uid: 17225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-61.5 - parent: 2 - - uid: 17226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-60.5 - parent: 2 - - uid: 17227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-60.5 - parent: 2 - - uid: 17228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-60.5 - parent: 2 - - uid: 17229 - components: - - type: Transform - pos: -43.5,-64.5 - parent: 2 - - uid: 17230 - components: - - type: Transform - pos: -43.5,-63.5 - parent: 2 - - uid: 17231 - components: - - type: Transform - pos: -43.5,-62.5 - parent: 2 - - uid: 17232 - components: - - type: Transform - pos: -43.5,-61.5 - parent: 2 - - uid: 17233 - components: - - type: Transform - pos: -43.5,-60.5 - parent: 2 - - uid: 17234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-59.5 - parent: 2 - - uid: 17235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-59.5 - parent: 2 - - uid: 17236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-59.5 - parent: 2 - - uid: 17237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-59.5 - parent: 2 - - uid: 17238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-59.5 - parent: 2 - - uid: 17239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-58.5 - parent: 2 - - uid: 17240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-57.5 - parent: 2 - - uid: 17241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-56.5 - parent: 2 - - uid: 17242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-55.5 - parent: 2 - - uid: 17243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-54.5 - parent: 2 - - uid: 17244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-53.5 - parent: 2 - - uid: 17245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-51.5 - parent: 2 - - uid: 17246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-50.5 - parent: 2 - - uid: 17247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-49.5 - parent: 2 - - uid: 17248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-49.5 - parent: 2 - - uid: 17249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-60.5 - parent: 2 - - uid: 17250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-60.5 - parent: 2 - - uid: 17251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-21.5 - parent: 2 - - uid: 17252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-22.5 - parent: 2 - - uid: 17253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-24.5 - parent: 2 - - uid: 17254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-25.5 - parent: 2 - - uid: 17255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-50.5 - parent: 2 - - uid: 17256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-47.5 - parent: 2 - - uid: 17257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-48.5 - parent: 2 - - uid: 17258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-48.5 - parent: 2 - - uid: 17259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-48.5 - parent: 2 - - uid: 17260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-47.5 - parent: 2 - - uid: 17261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-47.5 - parent: 2 - - uid: 17262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-46.5 - parent: 2 - - uid: 17263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-45.5 - parent: 2 - - uid: 17264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-44.5 - parent: 2 - - uid: 17265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-43.5 - parent: 2 - - uid: 17266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-42.5 - parent: 2 - - uid: 17267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-41.5 - parent: 2 - - uid: 17268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-40.5 - parent: 2 - - uid: 17269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-39.5 - parent: 2 - - uid: 17270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-38.5 - parent: 2 - - uid: 17271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-37.5 - parent: 2 - - uid: 17272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-36.5 - parent: 2 - - uid: 17273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-35.5 - parent: 2 - - uid: 17274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-34.5 - parent: 2 - - uid: 17275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-33.5 - parent: 2 - - uid: 17276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-31.5 - parent: 2 - - uid: 17277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-32.5 - parent: 2 - - uid: 17278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-32.5 - parent: 2 - - uid: 17279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-32.5 - parent: 2 - - uid: 17280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-32.5 - parent: 2 - - uid: 17281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-32.5 - parent: 2 - - uid: 17282 - components: - - type: Transform - pos: 60.5,-31.5 - parent: 2 - - uid: 17283 - components: - - type: Transform - pos: 60.5,-30.5 - parent: 2 - - uid: 17284 - components: - - type: Transform - pos: 60.5,-28.5 - parent: 2 - - uid: 17285 - components: - - type: Transform - pos: 60.5,-27.5 - parent: 2 - - uid: 17286 - components: - - type: Transform - pos: 60.5,-26.5 - parent: 2 - - uid: 17287 - components: - - type: Transform - pos: 60.5,-25.5 - parent: 2 - - uid: 17288 - components: - - type: Transform - pos: 60.5,-24.5 - parent: 2 - - uid: 17289 - components: - - type: Transform - pos: 60.5,-23.5 - parent: 2 - - uid: 17290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-22.5 - parent: 2 - - uid: 17291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-22.5 - parent: 2 - - uid: 17292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-22.5 - parent: 2 - - uid: 17293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-22.5 - parent: 2 - - uid: 17294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-22.5 - parent: 2 - - uid: 17295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-22.5 - parent: 2 - - uid: 17296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-22.5 - parent: 2 - - uid: 17297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-22.5 - parent: 2 - - uid: 17298 - components: - - type: Transform - pos: 69.5,-23.5 - parent: 2 - - uid: 17299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-21.5 - parent: 2 - - uid: 17300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-21.5 - parent: 2 - - uid: 17301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-21.5 - parent: 2 - - uid: 17302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-21.5 - parent: 2 - - uid: 17303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-21.5 - parent: 2 - - uid: 17304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-21.5 - parent: 2 - - uid: 17305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-22.5 - parent: 2 - - uid: 17306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-23.5 - parent: 2 - - uid: 17307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-24.5 - parent: 2 - - uid: 17308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-25.5 - parent: 2 - - uid: 17309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-26.5 - parent: 2 - - uid: 17310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-27.5 - parent: 2 - - uid: 17311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-28.5 - parent: 2 - - uid: 17312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-29.5 - parent: 2 - - uid: 17313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-29.5 - parent: 2 - - uid: 17314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-21.5 - parent: 2 - - uid: 17315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-21.5 - parent: 2 - - uid: 17316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-21.5 - parent: 2 - - uid: 17317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-21.5 - parent: 2 - - uid: 17318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-21.5 - parent: 2 - - uid: 17319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-22.5 - parent: 2 - - uid: 17320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-23.5 - parent: 2 - - uid: 17321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-24.5 - parent: 2 - - uid: 17322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-25.5 - parent: 2 - - uid: 17323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-26.5 - parent: 2 - - uid: 17324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-27.5 - parent: 2 - - uid: 17325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-28.5 - parent: 2 - - uid: 17326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-29.5 - parent: 2 - - uid: 17327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-30.5 - parent: 2 - - uid: 17328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-31.5 - parent: 2 - - uid: 17329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-33.5 - parent: 2 - - uid: 17330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-34.5 - parent: 2 - - uid: 17331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-35.5 - parent: 2 - - uid: 17332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-36.5 - parent: 2 - - uid: 17333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-37.5 - parent: 2 - - uid: 17334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-38.5 - parent: 2 - - uid: 17335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-39.5 - parent: 2 - - uid: 17336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-40.5 - parent: 2 - - uid: 17337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-40.5 - parent: 2 - - uid: 17338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-40.5 - parent: 2 - - uid: 17339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-40.5 - parent: 2 - - uid: 17340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-40.5 - parent: 2 - - uid: 17341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-40.5 - parent: 2 - - uid: 17342 - components: - - type: Transform - pos: 89.5,-41.5 - parent: 2 - - uid: 17343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-21.5 - parent: 2 - - uid: 17344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-21.5 - parent: 2 - - uid: 17345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-22.5 - parent: 2 - - uid: 17346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-23.5 - parent: 2 - - uid: 17347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-32.5 - parent: 2 - - uid: 17348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-32.5 - parent: 2 - - uid: 17349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-32.5 - parent: 2 - - uid: 17350 - components: - - type: Transform - pos: 78.5,-33.5 - parent: 2 - - uid: 17351 - components: - - type: Transform - pos: 78.5,-34.5 - parent: 2 - - uid: 17352 - components: - - type: Transform - pos: 78.5,-36.5 - parent: 2 - - uid: 17353 - components: - - type: Transform - pos: 78.5,-38.5 - parent: 2 - - uid: 17354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-29.5 - parent: 2 - - uid: 17355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-29.5 - parent: 2 - - uid: 17356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-28.5 - parent: 2 - - uid: 17357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-28.5 - parent: 2 - - uid: 17358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-28.5 - parent: 2 - - uid: 17359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-28.5 - parent: 2 - - uid: 17360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-28.5 - parent: 2 - - uid: 17361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-28.5 - parent: 2 - - uid: 17362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-28.5 - parent: 2 - - uid: 17363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-27.5 - parent: 2 - - uid: 17364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-27.5 - parent: 2 - - uid: 17365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-27.5 - parent: 2 - - uid: 17366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-27.5 - parent: 2 - - uid: 17367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-28.5 - parent: 2 - - uid: 17368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-30.5 - parent: 2 - - uid: 17369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-31.5 - parent: 2 - - uid: 17370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-32.5 - parent: 2 - - uid: 17371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,7.5 - parent: 2 - - uid: 17372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,7.5 - parent: 2 - - uid: 17373 - components: - - type: Transform - pos: 40.5,8.5 - parent: 2 - - uid: 17374 - components: - - type: Transform - pos: 40.5,9.5 - parent: 2 - - uid: 17375 - components: - - type: Transform - pos: 40.5,10.5 - parent: 2 - - uid: 17376 - components: - - type: Transform - pos: 40.5,11.5 - parent: 2 - - uid: 17377 - components: - - type: Transform - pos: 40.5,12.5 - parent: 2 - - uid: 17378 - components: - - type: Transform - pos: 40.5,13.5 - parent: 2 - - uid: 17379 - components: - - type: Transform - pos: 40.5,14.5 - parent: 2 - - uid: 17380 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 17381 - components: - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 17382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,25.5 - parent: 2 - - uid: 17383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,25.5 - parent: 2 - - uid: 17384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,25.5 - parent: 2 - - uid: 17385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,25.5 - parent: 2 - - uid: 17386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,25.5 - parent: 2 - - uid: 17387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,25.5 - parent: 2 - - uid: 17388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,16.5 - parent: 2 - - uid: 17389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,16.5 - parent: 2 - - uid: 17390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,16.5 - parent: 2 - - uid: 17391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,16.5 - parent: 2 - uid: 17392 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,15.5 + pos: 26.5,22.5 parent: 2 - uid: 17393 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,14.5 + pos: 26.5,21.5 parent: 2 - uid: 17394 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,13.5 + rot: 1.5707963267948966 rad + pos: -42.5,12.5 parent: 2 - uid: 17395 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,12.5 + pos: 26.5,23.5 parent: 2 - uid: 17396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,10.5 + rot: 1.5707963267948966 rad + pos: 27.5,24.5 parent: 2 - uid: 17397 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,9.5 + pos: 26.5,20.5 parent: 2 - uid: 17398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,8.5 + rot: -1.5707963267948966 rad + pos: -22.5,-33.5 parent: 2 - uid: 17399 components: - type: Transform - pos: 20.5,7.5 + rot: 1.5707963267948966 rad + pos: -14.5,-3.5 parent: 2 - uid: 17400 components: - type: Transform - pos: 20.5,7.5 + pos: -24.5,-34.5 parent: 2 - uid: 17401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,6.5 + rot: 3.141592653589793 rad + pos: -23.5,-37.5 parent: 2 - uid: 17402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,6.5 + pos: 50.5,-4.5 parent: 2 - uid: 17403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,6.5 + pos: 50.5,-5.5 parent: 2 - uid: 17404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,6.5 + rot: 1.5707963267948966 rad + pos: -17.5,-5.5 parent: 2 - uid: 17405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,7.5 + rot: -1.5707963267948966 rad + pos: 40.5,25.5 parent: 2 - uid: 17406 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,8.5 + rot: -1.5707963267948966 rad + pos: -57.5,-43.5 parent: 2 - uid: 17407 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,9.5 + pos: -13.5,-3.5 parent: 2 - uid: 17408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,9.5 + pos: -24.5,-36.5 parent: 2 - uid: 17409 components: - type: Transform - pos: 12.5,10.5 + rot: 1.5707963267948966 rad + pos: -23.5,-32.5 parent: 2 - uid: 17410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,11.5 + pos: -24.5,-33.5 parent: 2 - uid: 17411 components: - type: Transform - pos: -8.5,17.5 + pos: -24.5,-35.5 parent: 2 - uid: 17412 components: - type: Transform - pos: -8.5,18.5 + rot: 1.5707963267948966 rad + pos: -16.5,-6.5 parent: 2 - uid: 17413 components: - type: Transform - pos: -8.5,19.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - uid: 17414 components: - type: Transform - pos: -8.5,21.5 + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 parent: 2 - uid: 17415 components: - type: Transform - pos: -8.5,20.5 + rot: -1.5707963267948966 rad + pos: -26.5,-43.5 parent: 2 - uid: 17416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,22.5 + rot: -1.5707963267948966 rad + pos: -26.5,-44.5 parent: 2 - uid: 17417 components: - type: Transform - pos: 8.5,18.5 + rot: 1.5707963267948966 rad + pos: 28.5,24.5 parent: 2 - uid: 17418 components: - type: Transform - pos: 8.5,19.5 + rot: 3.141592653589793 rad + pos: 24.5,-29.5 parent: 2 - uid: 17419 components: - type: Transform - pos: 8.5,20.5 + pos: -32.5,-26.5 parent: 2 - uid: 17420 components: - type: Transform - pos: 8.5,21.5 + pos: -8.5,16.5 parent: 2 - uid: 17421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,22.5 + pos: -64.5,-59.5 parent: 2 - uid: 17422 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,22.5 + pos: 39.5,25.5 parent: 2 - uid: 17423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,22.5 + rot: 1.5707963267948966 rad + pos: -7.5,22.5 parent: 2 - uid: 17424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,22.5 + pos: -31.5,-21.5 parent: 2 - uid: 17425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,22.5 + pos: -64.5,-58.5 parent: 2 - uid: 17426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,22.5 + pos: -64.5,-57.5 parent: 2 - uid: 17427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,22.5 + rot: 3.141592653589793 rad + pos: 15.5,12.5 parent: 2 - uid: 17428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,22.5 + rot: 3.141592653589793 rad + pos: 50.5,-57.5 parent: 2 - uid: 17429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,22.5 + rot: 3.141592653589793 rad + pos: -41.5,-17.5 parent: 2 - uid: 17430 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,22.5 + pos: -60.5,-29.5 parent: 2 - uid: 17431 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,23.5 + pos: -57.5,-62.5 parent: 2 - uid: 17432 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,24.5 + pos: -19.5,-13.5 parent: 2 - uid: 17433 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,25.5 + pos: -19.5,-12.5 parent: 2 - uid: 17434 components: - type: Transform - pos: 1.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,-28.5 parent: 2 - uid: 17435 components: - type: Transform - pos: 1.5,20.5 + pos: -24.5,-39.5 parent: 2 - uid: 17436 components: - type: Transform - pos: 1.5,19.5 + pos: 42.5,-3.5 parent: 2 - uid: 17437 components: - type: Transform - pos: 1.5,18.5 + rot: -1.5707963267948966 rad + pos: 56.5,-14.5 parent: 2 - uid: 17438 components: - type: Transform - pos: 1.5,17.5 + pos: 57.5,-9.5 parent: 2 - uid: 17439 components: - type: Transform - pos: 1.5,16.5 + rot: 1.5707963267948966 rad + pos: 56.5,10.5 parent: 2 - uid: 17440 components: - type: Transform - pos: 1.5,15.5 + pos: 57.5,9.5 parent: 2 - uid: 17441 components: - type: Transform - pos: 1.5,14.5 + rot: 1.5707963267948966 rad + pos: 14.5,11.5 parent: 2 - uid: 17442 components: - type: Transform - pos: 1.5,13.5 + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 parent: 2 - uid: 17443 components: - type: Transform - pos: 1.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 parent: 2 - uid: 17444 components: - type: Transform - pos: 1.5,11.5 + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 parent: 2 - uid: 17445 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,9.5 + pos: -4.5,-2.5 parent: 2 - uid: 17446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 + rot: 1.5707963267948966 rad + pos: 55.5,10.5 parent: 2 - uid: 17447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,9.5 + rot: 1.5707963267948966 rad + pos: 58.5,10.5 parent: 2 - uid: 17448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,9.5 + rot: 3.141592653589793 rad + pos: 24.5,-26.5 parent: 2 - uid: 17449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,9.5 + pos: 57.5,7.5 parent: 2 - uid: 17450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,9.5 + pos: 57.5,8.5 parent: 2 - uid: 17451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,9.5 + rot: 3.141592653589793 rad + pos: 24.5,-27.5 parent: 2 - uid: 17452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,9.5 + pos: 57.5,2.5 parent: 2 - uid: 17453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 + pos: 57.5,6.5 parent: 2 - uid: 17454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 + pos: 57.5,3.5 parent: 2 - uid: 17455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 + rot: 1.5707963267948966 rad + pos: 19.5,-10.5 parent: 2 - uid: 17456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,5.5 + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 parent: 2 - uid: 17457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,22.5 + pos: 17.5,-8.5 parent: 2 - uid: 17458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,10.5 + pos: 17.5,-7.5 parent: 2 - uid: 17459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,10.5 + rot: -1.5707963267948966 rad + pos: -10.5,-3.5 parent: 2 - uid: 17460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,10.5 + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 parent: 2 - uid: 17461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,10.5 + rot: -1.5707963267948966 rad + pos: -8.5,-2.5 parent: 2 - uid: 17462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,10.5 + rot: -1.5707963267948966 rad + pos: 0.5,-3.5 parent: 2 - uid: 17463 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,10.5 + pos: 11.5,-4.5 parent: 2 - uid: 17464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,10.5 + rot: 3.141592653589793 rad + pos: -19.5,-14.5 parent: 2 - uid: 17465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,10.5 + rot: 3.141592653589793 rad + pos: -19.5,-15.5 parent: 2 - uid: 17466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,10.5 + rot: 3.141592653589793 rad + pos: -19.5,-16.5 parent: 2 - uid: 17467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,10.5 + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 parent: 2 - uid: 17468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,10.5 + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 parent: 2 - uid: 17469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,10.5 + pos: -24.5,-40.5 parent: 2 - uid: 17470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-97.5 + pos: 42.5,-2.5 parent: 2 - uid: 17471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-97.5 + rot: -1.5707963267948966 rad + pos: 16.5,-77.5 parent: 2 - uid: 17472 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-97.5 + pos: -3.5,-67.5 parent: 2 - uid: 17473 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-97.5 + pos: -4.5,-67.5 parent: 2 - uid: 17474 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,22.5 + pos: -5.5,-67.5 parent: 2 - uid: 17475 components: - type: Transform - pos: -64.5,-56.5 + rot: 1.5707963267948966 rad + pos: -6.5,-67.5 parent: 2 - uid: 17476 components: - type: Transform - pos: -64.5,-55.5 + pos: -51.5,-74.5 parent: 2 - uid: 17477 components: - type: Transform - pos: -64.5,-53.5 + pos: 31.5,0.5 parent: 2 - uid: 17478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-52.5 + rot: 3.141592653589793 rad + pos: 33.5,8.5 parent: 2 - uid: 17479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-52.5 + pos: 34.5,2.5 parent: 2 - uid: 17480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-52.5 + pos: 34.5,3.5 parent: 2 - uid: 17481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-51.5 + pos: 34.5,-1.5 parent: 2 - uid: 17482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-50.5 + pos: 34.5,-2.5 parent: 2 - uid: 17483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-49.5 + pos: 34.5,-3.5 parent: 2 - uid: 17484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-48.5 + rot: 1.5707963267948966 rad + pos: 36.5,-4.5 parent: 2 - uid: 17485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-47.5 + pos: 31.5,-6.5 parent: 2 - uid: 17486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-46.5 + rot: 1.5707963267948966 rad + pos: 32.5,11.5 parent: 2 - uid: 17487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-45.5 + pos: 31.5,12.5 parent: 2 - uid: 17488 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-44.5 + pos: 31.5,13.5 parent: 2 - uid: 17489 components: - type: Transform - pos: -53.5,-26.5 + rot: -1.5707963267948966 rad + pos: 37.5,7.5 parent: 2 - uid: 17490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-43.5 + pos: 34.5,5.5 parent: 2 - uid: 17491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-43.5 + pos: -47.5,-73.5 parent: 2 - uid: 17492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-43.5 + pos: -51.5,-73.5 parent: 2 - uid: 17493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-43.5 + pos: -47.5,-74.5 parent: 2 - uid: 17494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-43.5 + pos: 34.5,4.5 parent: 2 - uid: 17495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-44.5 + pos: 34.5,0.5 parent: 2 - uid: 17496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-43.5 + pos: 34.5,-0.5 parent: 2 - uid: 17497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,-43.5 + pos: 35.5,-4.5 parent: 2 - uid: 17498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-43.5 + rot: 3.141592653589793 rad + pos: 40.5,-52.5 parent: 2 - uid: 17499 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,-43.5 + pos: 75.5,-37.5 parent: 2 - uid: 17500 components: - type: Transform rot: 1.5707963267948966 rad - pos: -72.5,-43.5 + pos: 76.5,-37.5 parent: 2 - uid: 17501 components: - type: Transform rot: 1.5707963267948966 rad - pos: -73.5,-43.5 + pos: 77.5,-37.5 parent: 2 - uid: 17502 components: - type: Transform rot: 1.5707963267948966 rad - pos: -74.5,-43.5 + pos: 77.5,-35.5 parent: 2 - uid: 17503 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,-43.5 + pos: 76.5,-35.5 parent: 2 - uid: 17504 components: - type: Transform - pos: -76.5,-42.5 + rot: 1.5707963267948966 rad + pos: 75.5,-35.5 parent: 2 - uid: 17505 components: - type: Transform - pos: -76.5,-41.5 + rot: -1.5707963267948966 rad + pos: 32.5,-4.5 parent: 2 - uid: 17506 components: - type: Transform - pos: -76.5,-40.5 + rot: 3.141592653589793 rad + pos: 31.5,-3.5 parent: 2 - uid: 17507 components: - type: Transform - pos: -76.5,-39.5 + rot: 1.5707963267948966 rad + pos: 30.5,-2.5 parent: 2 - uid: 17508 components: - type: Transform - pos: -76.5,-38.5 + rot: -1.5707963267948966 rad + pos: 41.5,-51.5 parent: 2 - uid: 17509 components: - type: Transform - pos: -76.5,-37.5 + rot: 3.141592653589793 rad + pos: 49.5,-75.5 parent: 2 - uid: 17510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-2.5 + rot: 3.141592653589793 rad + pos: 45.5,-69.5 parent: 2 - uid: 17511 components: - type: Transform - pos: -66.5,-42.5 + rot: 3.141592653589793 rad + pos: 45.5,-70.5 parent: 2 - uid: 17512 components: - type: Transform - pos: -66.5,-41.5 + rot: -1.5707963267948966 rad + pos: -18.5,-77.5 parent: 2 - uid: 17513 components: - type: Transform - pos: -66.5,-40.5 + pos: -23.5,-80.5 parent: 2 - uid: 17514 components: - type: Transform - pos: -66.5,-39.5 + rot: 1.5707963267948966 rad + pos: 27.5,1.5 parent: 2 - uid: 17515 components: - type: Transform - pos: -66.5,-38.5 + rot: -1.5707963267948966 rad + pos: -37.5,-26.5 parent: 2 - uid: 17516 components: - type: Transform - pos: -66.5,-37.5 + pos: -43.5,-75.5 parent: 2 - uid: 17517 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,-36.5 + pos: -44.5,-74.5 parent: 2 - uid: 17518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-37.5 + rot: 1.5707963267948966 rad + pos: 15.5,-84.5 parent: 2 - uid: 17519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-36.5 + pos: 14.5,-79.5 parent: 2 - uid: 17520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-35.5 + pos: 14.5,-78.5 parent: 2 - uid: 17521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-34.5 + pos: 14.5,-80.5 parent: 2 - uid: 17522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-33.5 + rot: -1.5707963267948966 rad + pos: 18.5,-76.5 parent: 2 - uid: 17523 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-32.5 + pos: 14.5,-81.5 parent: 2 - uid: 17524 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-31.5 + pos: 14.5,-82.5 parent: 2 - uid: 17525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-30.5 + rot: 1.5707963267948966 rad + pos: 16.5,-84.5 parent: 2 - uid: 17526 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,-52.5 + pos: 17.5,-84.5 parent: 2 - uid: 17527 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-7.5 + pos: 18.5,-84.5 parent: 2 - uid: 17528 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-7.5 + pos: 19.5,-84.5 parent: 2 - uid: 17529 components: - type: Transform - pos: -41.5,-6.5 + rot: 1.5707963267948966 rad + pos: 20.5,-84.5 parent: 2 - uid: 17530 components: - type: Transform - pos: -41.5,-5.5 + rot: 1.5707963267948966 rad + pos: 21.5,-84.5 parent: 2 - uid: 17531 components: - type: Transform - pos: -41.5,-4.5 + rot: 3.141592653589793 rad + pos: 22.5,-83.5 parent: 2 - uid: 17532 components: - type: Transform - pos: -41.5,-3.5 + rot: 3.141592653589793 rad + pos: 22.5,-82.5 parent: 2 - uid: 17533 components: - type: Transform - pos: -41.5,-8.5 + rot: 3.141592653589793 rad + pos: 22.5,-81.5 parent: 2 - uid: 17534 components: - type: Transform - pos: -41.5,-9.5 + rot: 3.141592653589793 rad + pos: 22.5,-80.5 parent: 2 - uid: 17535 components: - type: Transform - pos: -41.5,-10.5 + rot: 3.141592653589793 rad + pos: 22.5,-79.5 parent: 2 - uid: 17536 components: - type: Transform - pos: -41.5,-11.5 + rot: 1.5707963267948966 rad + pos: 23.5,-78.5 parent: 2 - uid: 17537 components: - type: Transform - pos: -41.5,-12.5 + rot: 1.5707963267948966 rad + pos: 24.5,-78.5 parent: 2 - uid: 17538 components: - type: Transform - pos: -41.5,-13.5 + rot: 1.5707963267948966 rad + pos: 25.5,-78.5 parent: 2 - uid: 17539 components: - type: Transform - pos: -41.5,-14.5 + rot: 1.5707963267948966 rad + pos: 26.5,-78.5 parent: 2 - uid: 17540 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-15.5 + pos: 27.5,-78.5 parent: 2 - uid: 17541 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,-15.5 + pos: 28.5,-78.5 parent: 2 - uid: 17542 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-15.5 + pos: 29.5,-78.5 parent: 2 - uid: 17543 components: - type: Transform - pos: -41.5,-16.5 + rot: 1.5707963267948966 rad + pos: 30.5,-78.5 parent: 2 - uid: 17544 components: - type: Transform - pos: -41.5,-18.5 + rot: 1.5707963267948966 rad + pos: 31.5,-78.5 parent: 2 - uid: 17545 components: - type: Transform - pos: -41.5,-19.5 + rot: 3.141592653589793 rad + pos: 32.5,-77.5 parent: 2 - uid: 17546 components: - type: Transform - pos: -41.5,-20.5 + rot: 3.141592653589793 rad + pos: 32.5,-76.5 parent: 2 - uid: 17547 components: - type: Transform - pos: -41.5,-21.5 + rot: 1.5707963267948966 rad + pos: 33.5,-75.5 parent: 2 - uid: 17548 components: - type: Transform - pos: -41.5,-22.5 + rot: 1.5707963267948966 rad + pos: 34.5,-75.5 parent: 2 - uid: 17549 components: - type: Transform - pos: -41.5,-23.5 + rot: 1.5707963267948966 rad + pos: 35.5,-75.5 parent: 2 - uid: 17550 components: - type: Transform - pos: -41.5,-24.5 + rot: 1.5707963267948966 rad + pos: 36.5,-75.5 parent: 2 - uid: 17551 components: - type: Transform - pos: -41.5,-25.5 + rot: 1.5707963267948966 rad + pos: 37.5,-75.5 parent: 2 - uid: 17552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-27.5 + rot: 1.5707963267948966 rad + pos: 38.5,-75.5 parent: 2 - uid: 17553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-74.5 parent: 2 - uid: 17554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-73.5 parent: 2 - uid: 17555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-72.5 parent: 2 - uid: 17556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-71.5 parent: 2 - uid: 17557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-70.5 parent: 2 - uid: 17558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-27.5 + rot: 3.141592653589793 rad + pos: 39.5,-69.5 parent: 2 - uid: 17559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-27.5 + rot: 1.5707963267948966 rad + pos: 41.5,-68.5 parent: 2 - uid: 17560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-27.5 + rot: 1.5707963267948966 rad + pos: 42.5,-68.5 parent: 2 - uid: 17561 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,-28.5 + pos: 43.5,-68.5 parent: 2 - uid: 17562 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,-28.5 + pos: 44.5,-68.5 parent: 2 - uid: 17563 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-28.5 + pos: 46.5,-68.5 parent: 2 - uid: 17564 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-28.5 + pos: 47.5,-68.5 parent: 2 - uid: 17565 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-28.5 + pos: 48.5,-68.5 parent: 2 - uid: 17566 components: - type: Transform - pos: -32.5,-27.5 + rot: 1.5707963267948966 rad + pos: 49.5,-83.5 parent: 2 - uid: 17567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-1.5 + rot: 1.5707963267948966 rad + pos: 48.5,-83.5 parent: 2 - uid: 17568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-0.5 + rot: 1.5707963267948966 rad + pos: 47.5,-83.5 parent: 2 - uid: 17569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,0.5 + rot: 1.5707963267948966 rad + pos: 47.5,-78.5 parent: 2 - uid: 17570 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,1.5 + pos: 46.5,-82.5 parent: 2 - uid: 17571 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,2.5 + pos: 46.5,-81.5 parent: 2 - uid: 17572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,3.5 + rot: 3.141592653589793 rad + pos: 46.5,-80.5 parent: 2 - uid: 17573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,3.5 + rot: 3.141592653589793 rad + pos: 46.5,-79.5 parent: 2 - uid: 17574 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,3.5 + pos: 48.5,-78.5 parent: 2 - uid: 17575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,3.5 + rot: 3.141592653589793 rad + pos: 49.5,-77.5 parent: 2 - uid: 17576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,3.5 + rot: 3.141592653589793 rad + pos: 49.5,-76.5 parent: 2 - uid: 17577 components: - type: Transform - pos: -50.5,2.5 + rot: 3.141592653589793 rad + pos: 49.5,-74.5 parent: 2 - uid: 17578 components: - type: Transform - pos: -50.5,1.5 + rot: 3.141592653589793 rad + pos: 49.5,-73.5 parent: 2 - uid: 17579 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-28.5 + pos: 49.5,-72.5 parent: 2 - uid: 17580 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-29.5 + pos: 49.5,-71.5 parent: 2 - uid: 17581 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-30.5 + pos: 49.5,-70.5 parent: 2 - uid: 17582 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-31.5 + pos: 49.5,-69.5 parent: 2 - uid: 17583 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-32.5 + pos: 50.5,-67.5 parent: 2 - uid: 17584 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-33.5 + pos: 50.5,-66.5 parent: 2 - uid: 17585 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-34.5 + pos: 50.5,-65.5 parent: 2 - uid: 17586 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-35.5 + pos: 50.5,-64.5 parent: 2 - uid: 17587 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-36.5 + pos: 50.5,-63.5 parent: 2 - uid: 17588 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-37.5 + pos: 50.5,-62.5 parent: 2 - uid: 17589 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-38.5 + pos: 50.5,-61.5 parent: 2 - uid: 17590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-43.5 + rot: 3.141592653589793 rad + pos: 50.5,-60.5 parent: 2 - uid: 17591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-43.5 + rot: 3.141592653589793 rad + pos: 50.5,-59.5 parent: 2 - uid: 17592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-43.5 + rot: 3.141592653589793 rad + pos: 50.5,-58.5 parent: 2 - uid: 17593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-43.5 + rot: 3.141592653589793 rad + pos: 50.5,-56.5 parent: 2 - uid: 17594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-44.5 + rot: 1.5707963267948966 rad + pos: 51.5,-55.5 parent: 2 - uid: 17595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-73.5 + rot: 1.5707963267948966 rad + pos: 52.5,-55.5 parent: 2 - uid: 17596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-72.5 + rot: 3.141592653589793 rad + pos: -9.5,-89.5 parent: 2 - uid: 17597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-72.5 + rot: 3.141592653589793 rad + pos: -9.5,-88.5 parent: 2 - uid: 17598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-72.5 + rot: 3.141592653589793 rad + pos: -9.5,-87.5 parent: 2 - uid: 17599 components: - type: Transform - pos: 22.5,-73.5 + rot: 1.5707963267948966 rad + pos: -8.5,-86.5 parent: 2 - uid: 17600 components: - type: Transform - pos: 22.5,-74.5 + rot: 1.5707963267948966 rad + pos: -6.5,-86.5 parent: 2 - uid: 17601 components: - type: Transform - pos: 22.5,-75.5 + rot: 1.5707963267948966 rad + pos: -5.5,-86.5 parent: 2 - uid: 17602 components: - type: Transform - pos: 22.5,-76.5 + rot: 1.5707963267948966 rad + pos: -4.5,-86.5 parent: 2 - uid: 17603 components: - type: Transform - pos: 22.5,-77.5 + rot: 1.5707963267948966 rad + pos: -3.5,-86.5 parent: 2 - uid: 17604 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-54.5 + pos: -2.5,-86.5 parent: 2 - uid: 17605 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-54.5 + pos: -1.5,-86.5 parent: 2 - uid: 17606 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-54.5 + pos: 2.5,-86.5 parent: 2 - uid: 17607 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-54.5 + pos: 3.5,-86.5 parent: 2 - uid: 17608 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-54.5 + pos: 4.5,-86.5 parent: 2 - uid: 17609 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-54.5 + pos: 5.5,-86.5 parent: 2 - uid: 17610 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-54.5 + pos: 6.5,-86.5 parent: 2 - uid: 17611 components: - type: Transform - pos: 40.5,-55.5 + rot: 1.5707963267948966 rad + pos: 7.5,-86.5 parent: 2 - uid: 17612 components: - type: Transform - pos: 40.5,-56.5 + rot: 1.5707963267948966 rad + pos: 8.5,-86.5 parent: 2 - uid: 17613 components: - type: Transform - pos: 40.5,-57.5 + rot: 1.5707963267948966 rad + pos: 9.5,-86.5 parent: 2 - uid: 17614 components: - type: Transform - pos: 40.5,-58.5 + pos: 10.5,-85.5 parent: 2 - uid: 17615 components: - type: Transform - pos: 40.5,-59.5 + pos: 10.5,-84.5 parent: 2 - uid: 17616 components: - type: Transform - pos: 40.5,-60.5 + pos: 10.5,-82.5 parent: 2 - uid: 17617 components: - type: Transform - pos: 40.5,-61.5 + pos: 10.5,-81.5 parent: 2 - uid: 17618 components: - type: Transform - pos: 40.5,-62.5 + pos: 10.5,-80.5 parent: 2 - uid: 17619 components: - type: Transform - pos: 40.5,-63.5 + pos: 10.5,-79.5 parent: 2 - uid: 17620 components: - type: Transform - pos: 40.5,-64.5 + rot: 1.5707963267948966 rad + pos: 11.5,-83.5 parent: 2 - uid: 17621 components: - type: Transform - pos: 40.5,-65.5 + rot: 1.5707963267948966 rad + pos: 12.5,-83.5 parent: 2 - uid: 17622 components: - type: Transform - pos: 40.5,-66.5 + rot: 1.5707963267948966 rad + pos: 13.5,-83.5 parent: 2 - uid: 17623 components: - type: Transform - pos: 40.5,-67.5 + pos: -0.5,-85.5 parent: 2 - uid: 17624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-27.5 + rot: -1.5707963267948966 rad + pos: -1.5,-84.5 parent: 2 - uid: 17625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-27.5 + pos: 0.5,-87.5 parent: 2 - uid: 17626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-27.5 + pos: 0.5,-88.5 parent: 2 - uid: 17627 components: - type: Transform - pos: 35.5,-28.5 + pos: 0.5,-89.5 parent: 2 - uid: 17628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-29.5 + pos: 0.5,-90.5 parent: 2 - uid: 17629 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-29.5 + pos: -0.5,-91.5 parent: 2 - uid: 17630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-29.5 + rot: 1.5707963267948966 rad + pos: -10.5,-90.5 parent: 2 - uid: 17631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-29.5 + rot: 1.5707963267948966 rad + pos: -11.5,-90.5 parent: 2 - uid: 17632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-29.5 + rot: 1.5707963267948966 rad + pos: -12.5,-90.5 parent: 2 - uid: 17633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-29.5 + rot: 1.5707963267948966 rad + pos: -13.5,-90.5 parent: 2 - uid: 17634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-29.5 + rot: 1.5707963267948966 rad + pos: -14.5,-90.5 parent: 2 - uid: 17635 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-29.5 + rot: 1.5707963267948966 rad + pos: -27.5,-97.5 parent: 2 - uid: 17636 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-7.5 + pos: -26.5,-97.5 parent: 2 - uid: 17637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-28.5 + pos: -15.5,-96.5 parent: 2 - uid: 17638 components: - type: Transform - pos: -32.5,-12.5 + pos: -15.5,-95.5 parent: 2 - uid: 17639 components: - type: Transform - pos: -32.5,-13.5 + pos: -15.5,-94.5 parent: 2 - uid: 17640 components: - type: Transform - pos: -32.5,-14.5 + pos: -15.5,-93.5 parent: 2 - uid: 17641 components: - type: Transform - pos: -32.5,-15.5 + pos: -15.5,-92.5 parent: 2 - uid: 17642 components: - type: Transform - pos: -32.5,-16.5 + pos: -15.5,-91.5 parent: 2 - uid: 17643 components: - type: Transform - pos: -31.5,-18.5 + rot: -1.5707963267948966 rad + pos: -24.5,-81.5 parent: 2 - uid: 17644 components: - type: Transform - pos: -31.5,-19.5 + rot: -1.5707963267948966 rad + pos: -25.5,-81.5 parent: 2 - uid: 17645 components: - type: Transform - pos: -31.5,-20.5 + rot: -1.5707963267948966 rad + pos: -26.5,-81.5 parent: 2 - uid: 17646 components: - type: Transform - pos: -62.5,-22.5 + rot: -1.5707963267948966 rad + pos: -27.5,-81.5 parent: 2 - uid: 17647 components: - type: Transform - pos: -62.5,-23.5 + rot: -1.5707963267948966 rad + pos: -28.5,-81.5 parent: 2 - uid: 17648 components: - type: Transform - pos: -62.5,-24.5 + rot: -1.5707963267948966 rad + pos: -29.5,-81.5 parent: 2 - uid: 17649 components: - type: Transform - pos: -62.5,-25.5 + rot: -1.5707963267948966 rad + pos: -30.5,-81.5 parent: 2 - uid: 17650 components: - type: Transform - pos: -62.5,-26.5 + rot: -1.5707963267948966 rad + pos: -31.5,-81.5 parent: 2 - uid: 17651 components: - type: Transform - pos: -62.5,-27.5 + rot: 3.141592653589793 rad + pos: -32.5,-82.5 parent: 2 - uid: 17652 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-6.5 + pos: -32.5,-83.5 parent: 2 - uid: 17653 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-5.5 + pos: -32.5,-84.5 parent: 2 - uid: 17654 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-4.5 + pos: -32.5,-85.5 parent: 2 - uid: 17655 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-3.5 + pos: -32.5,-86.5 parent: 2 - uid: 17656 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-2.5 + pos: -32.5,-87.5 parent: 2 - uid: 17657 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-1.5 + pos: -32.5,-88.5 parent: 2 - uid: 17658 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-0.5 + pos: -32.5,-89.5 parent: 2 - uid: 17659 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,0.5 + pos: -32.5,-90.5 parent: 2 - uid: 17660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,1.5 + rot: 3.141592653589793 rad + pos: -32.5,-91.5 parent: 2 - uid: 17661 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,1.5 + pos: -31.5,-92.5 parent: 2 - uid: 17662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,2.5 + pos: -30.5,-93.5 parent: 2 - uid: 17663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,3.5 + pos: -30.5,-94.5 parent: 2 - uid: 17664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,4.5 + pos: -30.5,-95.5 parent: 2 - uid: 17665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,5.5 + pos: -30.5,-96.5 parent: 2 - uid: 17666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,6.5 + rot: -1.5707963267948966 rad + pos: -29.5,-97.5 parent: 2 - uid: 17667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,7.5 + rot: -1.5707963267948966 rad + pos: -28.5,-97.5 parent: 2 - uid: 17668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,8.5 + rot: -1.5707963267948966 rad + pos: -33.5,-92.5 parent: 2 - uid: 17669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,9.5 + rot: -1.5707963267948966 rad + pos: -34.5,-92.5 parent: 2 - uid: 17670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,10.5 + rot: -1.5707963267948966 rad + pos: -35.5,-92.5 parent: 2 - uid: 17671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,11.5 + rot: -1.5707963267948966 rad + pos: -36.5,-92.5 parent: 2 - uid: 17672 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,12.5 + pos: -38.5,-91.5 parent: 2 - uid: 17673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,13.5 + rot: 3.141592653589793 rad + pos: -38.5,-90.5 parent: 2 - uid: 17674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,13.5 + rot: 3.141592653589793 rad + pos: -38.5,-89.5 parent: 2 - uid: 17675 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,0.5 + pos: -38.5,-88.5 parent: 2 - uid: 17676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,1.5 + rot: 3.141592653589793 rad + pos: -38.5,-87.5 parent: 2 - uid: 17677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,1.5 + rot: 3.141592653589793 rad + pos: -38.5,-86.5 parent: 2 - uid: 17678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,1.5 + rot: -1.5707963267948966 rad + pos: -39.5,-85.5 parent: 2 - uid: 17679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,1.5 + rot: -1.5707963267948966 rad + pos: -40.5,-85.5 parent: 2 - uid: 17680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,1.5 + rot: 3.141592653589793 rad + pos: -41.5,-84.5 parent: 2 - uid: 17681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,1.5 + rot: 3.141592653589793 rad + pos: -41.5,-83.5 parent: 2 - uid: 17682 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,2.5 + pos: -41.5,-82.5 parent: 2 - uid: 17683 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,0.5 + pos: -41.5,-81.5 parent: 2 - uid: 17684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,1.5 + rot: 1.5707963267948966 rad + pos: -42.5,-80.5 parent: 2 - uid: 17685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,2.5 + pos: -43.5,-79.5 parent: 2 - uid: 17686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 + pos: -43.5,-78.5 parent: 2 - uid: 17687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,3.5 + pos: -43.5,-77.5 parent: 2 - uid: 17688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 + pos: -43.5,-76.5 parent: 2 - uid: 17689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,3.5 + pos: -38.5,-84.5 parent: 2 - uid: 17690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 + pos: -38.5,-83.5 parent: 2 - uid: 17691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 + pos: -38.5,-82.5 parent: 2 - uid: 17692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,3.5 + pos: -38.5,-81.5 parent: 2 - uid: 17693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,3.5 + pos: -38.5,-80.5 parent: 2 - uid: 17694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 + pos: -38.5,-79.5 parent: 2 - uid: 17695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-7.5 + pos: -38.5,-78.5 parent: 2 - uid: 17696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-7.5 + pos: -38.5,-77.5 parent: 2 - uid: 17697 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,-7.5 + pos: -37.5,-76.5 parent: 2 - uid: 17698 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,-7.5 + pos: -36.5,-76.5 parent: 2 - uid: 17699 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,-7.5 + pos: -35.5,-76.5 parent: 2 - uid: 17700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-8.5 + rot: -1.5707963267948966 rad + pos: -34.5,-76.5 parent: 2 - uid: 17701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-28.5 + rot: -1.5707963267948966 rad + pos: -33.5,-76.5 parent: 2 - uid: 17702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-58.5 + rot: 1.5707963267948966 rad + pos: -31.5,-77.5 parent: 2 - uid: 17703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-58.5 + pos: -30.5,-76.5 parent: 2 - uid: 17704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-58.5 + pos: -43.5,-73.5 parent: 2 - uid: 17705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-58.5 + pos: -43.5,-72.5 parent: 2 - uid: 17706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-58.5 + pos: -43.5,-71.5 parent: 2 - uid: 17707 components: - type: Transform - pos: 34.5,6.5 + pos: -43.5,-70.5 parent: 2 - uid: 17708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,7.5 + pos: -43.5,-69.5 parent: 2 - uid: 17709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,7.5 + pos: -43.5,-68.5 parent: 2 - uid: 17710 components: - type: Transform - pos: 31.5,-5.5 + pos: -43.5,-67.5 parent: 2 - uid: 17711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-27.5 + pos: -43.5,-66.5 parent: 2 - uid: 17712 components: - type: Transform - pos: 31.5,-0.5 + rot: -1.5707963267948966 rad + pos: -44.5,-65.5 parent: 2 - uid: 17713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,1.5 + rot: -1.5707963267948966 rad + pos: -45.5,-65.5 parent: 2 - uid: 17714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,1.5 + rot: -1.5707963267948966 rad + pos: -46.5,-65.5 parent: 2 - uid: 17715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-78.5 + rot: -1.5707963267948966 rad + pos: -47.5,-65.5 parent: 2 - uid: 17716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-78.5 + rot: -1.5707963267948966 rad + pos: -48.5,-65.5 parent: 2 - uid: 17717 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-78.5 + pos: -49.5,-66.5 parent: 2 - uid: 17718 components: - type: Transform - pos: -23.5,-77.5 + rot: 3.141592653589793 rad + pos: -49.5,-67.5 parent: 2 - uid: 17719 components: - type: Transform - pos: -23.5,-78.5 + rot: -1.5707963267948966 rad + pos: -50.5,-65.5 parent: 2 - uid: 17720 components: - type: Transform - pos: -23.5,-79.5 + rot: 3.141592653589793 rad + pos: -51.5,-64.5 parent: 2 - uid: 17721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-76.5 + rot: 3.141592653589793 rad + pos: -51.5,-63.5 parent: 2 - uid: 17722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-39.5 + pos: -32.5,-25.5 parent: 2 - uid: 17723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-39.5 + rot: 3.141592653589793 rad + pos: -57.5,-61.5 parent: 2 - uid: 17724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-39.5 + rot: -1.5707963267948966 rad + pos: -58.5,-60.5 parent: 2 - uid: 17725 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-29.5 + pos: -59.5,-60.5 parent: 2 - uid: 17726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-77.5 + rot: -1.5707963267948966 rad + pos: -60.5,-60.5 parent: 2 - uid: 17727 components: - type: Transform - pos: 31.5,-1.5 + pos: -43.5,-64.5 parent: 2 - uid: 17728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-65.5 + pos: -43.5,-63.5 parent: 2 - uid: 17729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,1.5 + pos: -43.5,-62.5 parent: 2 - uid: 17730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,1.5 + pos: -43.5,-61.5 parent: 2 - uid: 17731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-53.5 + pos: -43.5,-60.5 parent: 2 - uid: 17732 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-4.5 + pos: -42.5,-59.5 parent: 2 - uid: 17733 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,10.5 + rot: -1.5707963267948966 rad + pos: -41.5,-59.5 parent: 2 - uid: 17734 components: - type: Transform - pos: 34.5,1.5 + rot: -1.5707963267948966 rad + pos: -40.5,-59.5 parent: 2 - uid: 17735 components: - type: Transform - pos: -31.5,-23.5 + rot: -1.5707963267948966 rad + pos: -39.5,-59.5 parent: 2 - uid: 17736 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,-65.5 + pos: -37.5,-59.5 parent: 2 - uid: 17737 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-67.5 + pos: -38.5,-58.5 parent: 2 - uid: 17738 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,-3.5 + pos: -38.5,-57.5 parent: 2 - uid: 17739 components: - type: Transform - pos: -31.5,-22.5 + rot: 3.141592653589793 rad + pos: -38.5,-56.5 parent: 2 - uid: 17740 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-66.5 + pos: -38.5,-55.5 parent: 2 - uid: 17741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-65.5 + rot: 3.141592653589793 rad + pos: -38.5,-54.5 parent: 2 - uid: 17742 components: - type: Transform - pos: -22.5,-24.5 + rot: 3.141592653589793 rad + pos: -38.5,-53.5 parent: 2 - uid: 17743 components: - type: Transform - pos: -22.5,-23.5 + rot: 3.141592653589793 rad + pos: -37.5,-51.5 parent: 2 - uid: 17744 components: - type: Transform - pos: -22.5,-22.5 + rot: 3.141592653589793 rad + pos: -37.5,-50.5 parent: 2 - uid: 17745 components: - type: Transform - pos: -22.5,-21.5 + rot: 1.5707963267948966 rad + pos: -36.5,-49.5 parent: 2 - uid: 17746 components: - type: Transform - pos: -22.5,-20.5 + rot: 1.5707963267948966 rad + pos: -35.5,-49.5 parent: 2 - uid: 17747 components: - type: Transform - pos: -22.5,-19.5 + rot: -1.5707963267948966 rad + pos: -61.5,-60.5 parent: 2 - uid: 17748 components: - type: Transform - pos: -22.5,-18.5 + rot: -1.5707963267948966 rad + pos: -62.5,-60.5 parent: 2 - uid: 17749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-17.5 + rot: 3.141592653589793 rad + pos: 43.5,-21.5 parent: 2 - uid: 17750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-17.5 + rot: 3.141592653589793 rad + pos: 43.5,-22.5 parent: 2 - uid: 17751 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-11.5 + pos: 43.5,-24.5 parent: 2 - uid: 17752 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-10.5 + pos: 43.5,-25.5 parent: 2 - uid: 17753 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-9.5 + pos: 43.5,-50.5 parent: 2 - uid: 17754 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-8.5 + pos: 44.5,-47.5 parent: 2 - uid: 17755 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-7.5 + rot: -1.5707963267948966 rad + pos: 45.5,-48.5 parent: 2 - uid: 17756 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-3.5 + pos: 46.5,-48.5 parent: 2 - uid: 17757 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-3.5 + pos: 47.5,-48.5 parent: 2 - uid: 17758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-10.5 + rot: 3.141592653589793 rad + pos: 48.5,-47.5 parent: 2 - uid: 17759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-4.5 + rot: -1.5707963267948966 rad + pos: 48.5,-47.5 parent: 2 - uid: 17760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-4.5 + rot: 3.141592653589793 rad + pos: 44.5,-46.5 parent: 2 - uid: 17761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-4.5 + rot: 3.141592653589793 rad + pos: 44.5,-45.5 parent: 2 - uid: 17762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-4.5 + rot: 3.141592653589793 rad + pos: 44.5,-44.5 parent: 2 - uid: 17763 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-6.5 + pos: 44.5,-43.5 parent: 2 - uid: 17764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-10.5 + rot: 3.141592653589793 rad + pos: 44.5,-42.5 parent: 2 - uid: 17765 components: - type: Transform - pos: 22.5,-11.5 + rot: 3.141592653589793 rad + pos: 44.5,-41.5 parent: 2 - uid: 17766 components: - type: Transform - pos: 22.5,-12.5 + rot: 3.141592653589793 rad + pos: 44.5,-40.5 parent: 2 - uid: 17767 components: - type: Transform - pos: 22.5,-13.5 + rot: 3.141592653589793 rad + pos: 44.5,-39.5 parent: 2 - uid: 17768 components: - type: Transform - pos: 22.5,-14.5 + rot: 3.141592653589793 rad + pos: 44.5,-38.5 parent: 2 - uid: 17769 components: - type: Transform - pos: 22.5,-15.5 + rot: 3.141592653589793 rad + pos: 44.5,-37.5 parent: 2 - uid: 17770 components: - type: Transform - pos: 22.5,-16.5 + rot: 3.141592653589793 rad + pos: 44.5,-36.5 parent: 2 - uid: 17771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-17.5 + rot: 3.141592653589793 rad + pos: 44.5,-35.5 parent: 2 - uid: 17772 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-18.5 + pos: 44.5,-34.5 parent: 2 - uid: 17773 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-19.5 + pos: 44.5,-33.5 parent: 2 - uid: 17774 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-20.5 + pos: 54.5,-31.5 parent: 2 - uid: 17775 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-21.5 + rot: 1.5707963267948966 rad + pos: 55.5,-32.5 parent: 2 - uid: 17776 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-22.5 + rot: 1.5707963267948966 rad + pos: 56.5,-32.5 parent: 2 - uid: 17777 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-23.5 + rot: 1.5707963267948966 rad + pos: 57.5,-32.5 parent: 2 - uid: 17778 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-24.5 + rot: 1.5707963267948966 rad + pos: 58.5,-32.5 parent: 2 - uid: 17779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-25.5 + rot: 1.5707963267948966 rad + pos: 59.5,-32.5 parent: 2 - uid: 17780 components: - type: Transform - pos: -25.5,-45.5 + pos: 60.5,-31.5 parent: 2 - uid: 17781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-32.5 + pos: 60.5,-30.5 parent: 2 - uid: 17782 components: - type: Transform - pos: -25.5,-46.5 + pos: 60.5,-28.5 parent: 2 - uid: 17783 components: - type: Transform - pos: -25.5,-47.5 + pos: 60.5,-27.5 parent: 2 - uid: 17784 components: - type: Transform - pos: -25.5,-48.5 + pos: 60.5,-26.5 parent: 2 - uid: 17785 components: - type: Transform - pos: -25.5,-49.5 + pos: 60.5,-25.5 parent: 2 - uid: 17786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-50.5 + pos: 60.5,-24.5 parent: 2 - uid: 17787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-50.5 + pos: 60.5,-23.5 parent: 2 - uid: 17788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-51.5 + rot: 1.5707963267948966 rad + pos: 61.5,-22.5 parent: 2 - uid: 17789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-52.5 + rot: 1.5707963267948966 rad + pos: 62.5,-22.5 parent: 2 - uid: 17790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-53.5 + rot: 1.5707963267948966 rad + pos: 63.5,-22.5 parent: 2 - uid: 17791 components: - type: Transform - pos: -23.5,-55.5 + rot: 1.5707963267948966 rad + pos: 64.5,-22.5 parent: 2 - uid: 17792 components: - type: Transform - pos: -23.5,-56.5 + rot: 1.5707963267948966 rad + pos: 65.5,-22.5 parent: 2 - uid: 17793 components: - type: Transform - pos: -23.5,-57.5 + rot: 1.5707963267948966 rad + pos: 66.5,-22.5 parent: 2 - uid: 17794 components: - type: Transform - pos: -23.5,-58.5 + rot: 1.5707963267948966 rad + pos: 67.5,-22.5 parent: 2 - uid: 17795 components: - type: Transform - pos: -23.5,-59.5 + rot: 1.5707963267948966 rad + pos: 68.5,-22.5 parent: 2 - uid: 17796 components: - type: Transform - pos: -23.5,-60.5 + pos: 69.5,-23.5 parent: 2 - uid: 17797 components: - type: Transform - pos: -23.5,-61.5 + rot: -1.5707963267948966 rad + pos: 70.5,-21.5 parent: 2 - uid: 17798 components: - type: Transform - pos: -23.5,-62.5 + rot: -1.5707963267948966 rad + pos: 71.5,-21.5 parent: 2 - uid: 17799 components: - type: Transform - pos: -23.5,-63.5 + rot: -1.5707963267948966 rad + pos: 72.5,-21.5 parent: 2 - uid: 17800 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-64.5 + pos: 73.5,-21.5 parent: 2 - uid: 17801 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-64.5 + pos: 74.5,-21.5 parent: 2 - uid: 17802 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-64.5 + pos: 75.5,-21.5 parent: 2 - uid: 17803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-22.5 parent: 2 - uid: 17804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-23.5 parent: 2 - uid: 17805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-24.5 parent: 2 - uid: 17806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-25.5 parent: 2 - uid: 17807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-26.5 parent: 2 - uid: 17808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-64.5 + rot: 3.141592653589793 rad + pos: 76.5,-27.5 parent: 2 - uid: 17809 components: - type: Transform - pos: -13.5,-65.5 + rot: 3.141592653589793 rad + pos: 76.5,-28.5 parent: 2 - uid: 17810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-66.5 + rot: 1.5707963267948966 rad + pos: 77.5,-29.5 parent: 2 - uid: 17811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-66.5 + rot: 1.5707963267948966 rad + pos: 78.5,-29.5 parent: 2 - uid: 17812 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-66.5 + pos: 77.5,-21.5 parent: 2 - uid: 17813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-66.5 + pos: 78.5,-21.5 parent: 2 - uid: 17814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-31.5 + rot: -1.5707963267948966 rad + pos: 79.5,-21.5 parent: 2 - uid: 17815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-30.5 + rot: -1.5707963267948966 rad + pos: 80.5,-21.5 parent: 2 - uid: 17816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-29.5 + rot: -1.5707963267948966 rad + pos: 81.5,-21.5 parent: 2 - uid: 17817 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-26.5 + pos: 82.5,-22.5 parent: 2 - uid: 17818 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-27.5 + pos: 82.5,-23.5 parent: 2 - uid: 17819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-39.5 + rot: 3.141592653589793 rad + pos: 82.5,-24.5 parent: 2 - uid: 17820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-29.5 + rot: 3.141592653589793 rad + pos: 82.5,-25.5 parent: 2 - uid: 17821 components: - type: Transform - pos: 1.5,-85.5 + rot: 3.141592653589793 rad + pos: 82.5,-26.5 parent: 2 - uid: 17822 components: - type: Transform - pos: 1.5,-84.5 + rot: 3.141592653589793 rad + pos: 82.5,-27.5 parent: 2 - uid: 17823 components: - type: Transform - pos: 1.5,-83.5 + rot: 3.141592653589793 rad + pos: 82.5,-28.5 parent: 2 - uid: 17824 components: - type: Transform - pos: 1.5,-82.5 + rot: 3.141592653589793 rad + pos: 82.5,-29.5 parent: 2 - uid: 17825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-81.5 + rot: 3.141592653589793 rad + pos: 82.5,-30.5 parent: 2 - uid: 17826 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-80.5 + pos: 82.5,-31.5 parent: 2 - uid: 17827 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-79.5 + pos: 82.5,-33.5 parent: 2 - uid: 17828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-65.5 + rot: 3.141592653589793 rad + pos: 82.5,-34.5 parent: 2 - uid: 17829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-26.5 + rot: 3.141592653589793 rad + pos: 82.5,-35.5 parent: 2 - uid: 17830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-26.5 + rot: 3.141592653589793 rad + pos: 82.5,-36.5 parent: 2 - uid: 17831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-26.5 + rot: 3.141592653589793 rad + pos: 82.5,-37.5 parent: 2 - uid: 17832 components: - type: Transform - pos: -29.5,-115.5 + rot: 3.141592653589793 rad + pos: 82.5,-38.5 parent: 2 - uid: 17833 components: - type: Transform - pos: -29.5,-113.5 + rot: 3.141592653589793 rad + pos: 82.5,-39.5 parent: 2 - uid: 17834 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-97.5 + pos: 83.5,-40.5 parent: 2 - uid: 17835 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-97.5 + pos: 84.5,-40.5 parent: 2 - uid: 17836 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-97.5 + pos: 85.5,-40.5 parent: 2 - uid: 17837 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-97.5 + pos: 86.5,-40.5 parent: 2 - uid: 17838 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-97.5 + pos: 87.5,-40.5 parent: 2 - uid: 17839 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-97.5 + pos: 88.5,-40.5 parent: 2 - uid: 17840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-97.5 + pos: 89.5,-41.5 parent: 2 - uid: 17841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-97.5 + rot: -1.5707963267948966 rad + pos: 83.5,-21.5 parent: 2 - uid: 17842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-97.5 + rot: -1.5707963267948966 rad + pos: 84.5,-21.5 parent: 2 - uid: 17843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-97.5 + rot: 3.141592653589793 rad + pos: 85.5,-22.5 parent: 2 - uid: 17844 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,-82.5 + pos: 85.5,-23.5 parent: 2 - uid: 17845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-83.5 + rot: 1.5707963267948966 rad + pos: 81.5,-32.5 parent: 2 - uid: 17846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-84.5 + rot: 1.5707963267948966 rad + pos: 80.5,-32.5 parent: 2 - uid: 17847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-85.5 + rot: 1.5707963267948966 rad + pos: 79.5,-32.5 parent: 2 - uid: 17848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-86.5 + pos: 78.5,-33.5 parent: 2 - uid: 17849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-87.5 + pos: 78.5,-34.5 parent: 2 - uid: 17850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-88.5 + pos: 78.5,-36.5 parent: 2 - uid: 17851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-89.5 + pos: 78.5,-38.5 parent: 2 - uid: 17852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-90.5 + rot: -1.5707963267948966 rad + pos: 59.5,-29.5 parent: 2 - uid: 17853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-41.5 + rot: -1.5707963267948966 rad + pos: 58.5,-29.5 parent: 2 - uid: 17854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-40.5 + rot: -1.5707963267948966 rad + pos: 56.5,-28.5 parent: 2 - uid: 17855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-39.5 + rot: -1.5707963267948966 rad + pos: 55.5,-28.5 parent: 2 - uid: 17856 components: - type: Transform - pos: -45.5,-14.5 + rot: -1.5707963267948966 rad + pos: 54.5,-28.5 parent: 2 - uid: 17857 components: - type: Transform - pos: -59.5,-38.5 + rot: -1.5707963267948966 rad + pos: 53.5,-28.5 parent: 2 - uid: 17858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 + rot: -1.5707963267948966 rad + pos: 52.5,-28.5 parent: 2 - uid: 17859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 + rot: -1.5707963267948966 rad + pos: 51.5,-28.5 parent: 2 - uid: 17860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 + rot: -1.5707963267948966 rad + pos: 50.5,-28.5 parent: 2 - uid: 17861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 + rot: -1.5707963267948966 rad + pos: 48.5,-27.5 parent: 2 - uid: 17862 components: - type: Transform - pos: 6.5,3.5 + rot: -1.5707963267948966 rad + pos: 47.5,-27.5 parent: 2 - uid: 17863 components: - type: Transform - pos: 6.5,2.5 + rot: -1.5707963267948966 rad + pos: 46.5,-27.5 parent: 2 - uid: 17864 components: - type: Transform - pos: 6.5,1.5 + rot: -1.5707963267948966 rad + pos: 45.5,-27.5 parent: 2 - uid: 17865 components: - type: Transform - pos: 6.5,0.5 + rot: 3.141592653589793 rad + pos: 44.5,-28.5 parent: 2 - uid: 17866 components: - type: Transform - pos: -9.5,-75.5 + rot: 3.141592653589793 rad + pos: 44.5,-30.5 parent: 2 - uid: 17867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-2.5 + rot: 3.141592653589793 rad + pos: 44.5,-31.5 parent: 2 - uid: 17868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-2.5 + rot: 3.141592653589793 rad + pos: 44.5,-32.5 parent: 2 - uid: 17869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-2.5 + rot: 1.5707963267948966 rad + pos: 38.5,7.5 parent: 2 - uid: 17870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-4.5 + rot: 1.5707963267948966 rad + pos: 39.5,7.5 parent: 2 - uid: 17871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-3.5 + pos: 40.5,8.5 parent: 2 - uid: 17872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,14.5 + pos: 40.5,9.5 parent: 2 - uid: 17873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,13.5 + pos: 40.5,10.5 parent: 2 - uid: 17874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,14.5 + pos: 40.5,11.5 parent: 2 - uid: 17875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,14.5 + pos: 40.5,12.5 parent: 2 - uid: 17876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,18.5 + pos: 40.5,13.5 parent: 2 - uid: 17877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,19.5 + pos: 40.5,14.5 parent: 2 - uid: 17878 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,20.5 + pos: 40.5,15.5 parent: 2 - uid: 17879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,21.5 + pos: 40.5,16.5 parent: 2 - uid: 17880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,22.5 + rot: -1.5707963267948966 rad + pos: 38.5,25.5 parent: 2 - uid: 17881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,23.5 + rot: -1.5707963267948966 rad + pos: 37.5,25.5 parent: 2 - uid: 17882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,24.5 + rot: -1.5707963267948966 rad + pos: 36.5,25.5 parent: 2 - uid: 17883 components: - type: Transform - pos: 41.5,26.5 + rot: -1.5707963267948966 rad + pos: 35.5,25.5 parent: 2 - uid: 17884 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,27.5 + pos: 34.5,25.5 parent: 2 - uid: 17885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,28.5 + rot: -1.5707963267948966 rad + pos: 33.5,25.5 parent: 2 - uid: 17886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,29.5 + rot: -1.5707963267948966 rad + pos: 25.5,16.5 parent: 2 - uid: 17887 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,30.5 + rot: -1.5707963267948966 rad + pos: 24.5,16.5 parent: 2 - uid: 17888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-85.5 + rot: -1.5707963267948966 rad + pos: 23.5,16.5 parent: 2 - uid: 17889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-85.5 + rot: -1.5707963267948966 rad + pos: 22.5,16.5 parent: 2 - uid: 17890 components: - type: Transform - pos: -44.5,-86.5 + rot: 3.141592653589793 rad + pos: 21.5,15.5 parent: 2 - uid: 17891 components: - type: Transform - pos: -44.5,-88.5 + rot: 3.141592653589793 rad + pos: 21.5,14.5 parent: 2 - uid: 17892 components: - type: Transform - pos: -44.5,-87.5 + rot: 3.141592653589793 rad + pos: 21.5,13.5 parent: 2 - uid: 17893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-71.5 + rot: 3.141592653589793 rad + pos: 21.5,12.5 parent: 2 - uid: 17894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-5.5 + rot: 3.141592653589793 rad + pos: 20.5,10.5 parent: 2 - uid: 17895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-5.5 + rot: 3.141592653589793 rad + pos: 20.5,9.5 parent: 2 - uid: 17896 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-5.5 + pos: 21.5,8.5 parent: 2 - uid: 17897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-5.5 + pos: 20.5,7.5 parent: 2 - uid: 17898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-5.5 + pos: 20.5,7.5 parent: 2 - uid: 17899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-5.5 + rot: -1.5707963267948966 rad + pos: 19.5,6.5 parent: 2 - uid: 17900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-5.5 + rot: -1.5707963267948966 rad + pos: 18.5,6.5 parent: 2 - uid: 17901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-5.5 + rot: -1.5707963267948966 rad + pos: 17.5,6.5 parent: 2 - uid: 17902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-5.5 + rot: -1.5707963267948966 rad + pos: 16.5,6.5 parent: 2 - uid: 17903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,7.5 parent: 2 - uid: 17904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,8.5 parent: 2 - uid: 17905 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-47.5 + pos: 14.5,9.5 parent: 2 - uid: 17906 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-47.5 + pos: 13.5,9.5 parent: 2 - uid: 17907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-47.5 + pos: 12.5,10.5 parent: 2 - uid: 17908 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-47.5 + rot: -1.5707963267948966 rad + pos: 13.5,11.5 parent: 2 - uid: 17909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-47.5 + pos: -8.5,17.5 parent: 2 - uid: 17910 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-47.5 + pos: -8.5,18.5 parent: 2 - uid: 17911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-47.5 + pos: -8.5,19.5 parent: 2 - uid: 17912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-47.5 + pos: -8.5,21.5 parent: 2 - uid: 17913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-47.5 + pos: -8.5,20.5 parent: 2 - uid: 17914 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-47.5 + pos: -6.5,22.5 parent: 2 - uid: 17915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-47.5 + pos: 8.5,18.5 parent: 2 - uid: 17916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-47.5 + pos: 8.5,19.5 parent: 2 - uid: 17917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-47.5 + pos: 8.5,20.5 parent: 2 - uid: 17918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-47.5 + pos: 8.5,21.5 parent: 2 - uid: 17919 components: - type: Transform - pos: 33.5,-46.5 + rot: -1.5707963267948966 rad + pos: 7.5,22.5 parent: 2 - uid: 17920 components: - type: Transform - pos: 33.5,-45.5 + rot: -1.5707963267948966 rad + pos: 6.5,22.5 parent: 2 - uid: 17921 components: - type: Transform - pos: 33.5,-44.5 + rot: -1.5707963267948966 rad + pos: 5.5,22.5 parent: 2 - uid: 17922 components: - type: Transform - pos: 33.5,-43.5 + rot: -1.5707963267948966 rad + pos: 4.5,22.5 parent: 2 - uid: 17923 components: - type: Transform - pos: 33.5,-42.5 + rot: -1.5707963267948966 rad + pos: 3.5,22.5 parent: 2 - uid: 17924 components: - type: Transform - pos: 33.5,-41.5 + rot: -1.5707963267948966 rad + pos: 2.5,22.5 parent: 2 - uid: 17925 components: - type: Transform - pos: 33.5,-40.5 + rot: -1.5707963267948966 rad + pos: 0.5,22.5 parent: 2 - uid: 17926 components: - type: Transform - pos: 33.5,-39.5 + rot: -1.5707963267948966 rad + pos: -0.5,22.5 parent: 2 - uid: 17927 components: - type: Transform - pos: 33.5,-38.5 + rot: -1.5707963267948966 rad + pos: -1.5,22.5 parent: 2 - uid: 17928 components: - type: Transform - pos: 33.5,-37.5 + rot: -1.5707963267948966 rad + pos: -2.5,22.5 parent: 2 - uid: 17929 components: - type: Transform - pos: 33.5,-36.5 + rot: 3.141592653589793 rad + pos: -3.5,23.5 parent: 2 - uid: 17930 components: - type: Transform - pos: 33.5,-35.5 + rot: 3.141592653589793 rad + pos: -3.5,24.5 parent: 2 - uid: 17931 components: - type: Transform - pos: 33.5,-34.5 + rot: 3.141592653589793 rad + pos: -3.5,25.5 parent: 2 - uid: 17932 components: - type: Transform - pos: 33.5,-33.5 + pos: 1.5,21.5 parent: 2 - uid: 17933 components: - type: Transform - pos: 33.5,-32.5 + pos: 1.5,20.5 parent: 2 - uid: 17934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-31.5 + pos: 1.5,19.5 parent: 2 - uid: 17935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-31.5 + pos: 1.5,18.5 parent: 2 - uid: 17936 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-30.5 + pos: 1.5,17.5 parent: 2 - uid: 17937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-29.5 + pos: 1.5,16.5 parent: 2 - uid: 17938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-28.5 + pos: 1.5,15.5 parent: 2 - uid: 17939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-27.5 + pos: 1.5,14.5 parent: 2 - uid: 17940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-26.5 + pos: 1.5,13.5 parent: 2 - uid: 17941 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-25.5 + pos: 1.5,12.5 parent: 2 - uid: 17942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-24.5 + pos: 1.5,11.5 parent: 2 - uid: 17943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-23.5 + rot: -1.5707963267948966 rad + pos: 2.5,9.5 parent: 2 - uid: 17944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-22.5 + rot: -1.5707963267948966 rad + pos: 3.5,9.5 parent: 2 - uid: 17945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-21.5 + rot: -1.5707963267948966 rad + pos: 4.5,9.5 parent: 2 - uid: 17946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-20.5 + rot: -1.5707963267948966 rad + pos: 5.5,9.5 parent: 2 - uid: 17947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-19.5 + rot: -1.5707963267948966 rad + pos: 6.5,9.5 parent: 2 - uid: 17948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-18.5 + rot: -1.5707963267948966 rad + pos: 7.5,9.5 parent: 2 - uid: 17949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-17.5 + rot: -1.5707963267948966 rad + pos: 8.5,9.5 parent: 2 - uid: 17950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-16.5 + rot: -1.5707963267948966 rad + pos: 9.5,9.5 parent: 2 - uid: 17951 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-15.5 + pos: 1.5,8.5 parent: 2 - uid: 17952 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-14.5 + pos: 1.5,7.5 parent: 2 - uid: 17953 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-13.5 + pos: 1.5,6.5 parent: 2 - uid: 17954 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-12.5 + pos: 1.5,5.5 parent: 2 - uid: 17955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-11.5 + rot: 1.5707963267948966 rad + pos: -5.5,22.5 parent: 2 - uid: 17956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-10.5 + rot: 1.5707963267948966 rad + pos: 0.5,10.5 parent: 2 - uid: 17957 components: - type: Transform - pos: 33.5,-48.5 + rot: 1.5707963267948966 rad + pos: -0.5,10.5 parent: 2 - uid: 17958 components: - type: Transform - pos: 33.5,-49.5 + rot: 1.5707963267948966 rad + pos: -1.5,10.5 parent: 2 - uid: 17959 components: - type: Transform - pos: 33.5,-50.5 + rot: 1.5707963267948966 rad + pos: -2.5,10.5 parent: 2 - uid: 17960 components: - type: Transform - pos: 33.5,-51.5 + rot: 1.5707963267948966 rad + pos: -3.5,10.5 parent: 2 - uid: 17961 components: - type: Transform - pos: 33.5,-52.5 + rot: 1.5707963267948966 rad + pos: -4.5,10.5 parent: 2 - uid: 17962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-53.5 + rot: 1.5707963267948966 rad + pos: -5.5,10.5 parent: 2 - uid: 17963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-53.5 + rot: 1.5707963267948966 rad + pos: -6.5,10.5 parent: 2 - uid: 17964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-53.5 + rot: 1.5707963267948966 rad + pos: -7.5,10.5 parent: 2 - uid: 17965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-53.5 + rot: 1.5707963267948966 rad + pos: -8.5,10.5 parent: 2 - uid: 17966 components: - type: Transform - pos: 28.5,-54.5 + rot: 1.5707963267948966 rad + pos: -9.5,10.5 parent: 2 - uid: 17967 components: - type: Transform - pos: 28.5,-55.5 + rot: 1.5707963267948966 rad + pos: -10.5,10.5 parent: 2 - uid: 17968 components: - type: Transform - pos: 28.5,-56.5 + rot: 1.5707963267948966 rad + pos: -34.5,-97.5 parent: 2 - uid: 17969 components: - type: Transform - pos: 28.5,-57.5 + rot: 1.5707963267948966 rad + pos: -33.5,-97.5 parent: 2 - uid: 17970 components: - type: Transform - pos: 28.5,-58.5 + rot: 1.5707963267948966 rad + pos: -32.5,-97.5 parent: 2 - uid: 17971 components: - type: Transform - pos: 28.5,-59.5 + rot: 1.5707963267948966 rad + pos: -31.5,-97.5 parent: 2 - uid: 17972 components: - type: Transform - pos: 28.5,-60.5 + rot: 1.5707963267948966 rad + pos: -4.5,22.5 parent: 2 - uid: 17973 components: - type: Transform - pos: 28.5,-61.5 + pos: -64.5,-56.5 parent: 2 - uid: 17974 components: - type: Transform - pos: 28.5,-62.5 + pos: -64.5,-55.5 parent: 2 - uid: 17975 components: - type: Transform - pos: 28.5,-63.5 + pos: -64.5,-53.5 parent: 2 - uid: 17976 components: - type: Transform - pos: 28.5,-64.5 + rot: 1.5707963267948966 rad + pos: -60.5,-52.5 parent: 2 - uid: 17977 components: - type: Transform - pos: 28.5,-65.5 + rot: 1.5707963267948966 rad + pos: -63.5,-52.5 parent: 2 - uid: 17978 components: - type: Transform - pos: 28.5,-66.5 + rot: 1.5707963267948966 rad + pos: -62.5,-52.5 parent: 2 - uid: 17979 components: - type: Transform - pos: 28.5,-67.5 + rot: 3.141592653589793 rad + pos: -59.5,-51.5 parent: 2 - uid: 17980 components: - type: Transform - pos: 28.5,-68.5 + rot: 3.141592653589793 rad + pos: -59.5,-50.5 parent: 2 - uid: 17981 components: - type: Transform - pos: 28.5,-69.5 + rot: 3.141592653589793 rad + pos: -59.5,-49.5 parent: 2 - uid: 17982 components: - type: Transform - pos: 28.5,-70.5 + rot: 3.141592653589793 rad + pos: -59.5,-48.5 parent: 2 - uid: 17983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-71.5 + rot: 3.141592653589793 rad + pos: -59.5,-47.5 parent: 2 - uid: 17984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-71.5 + rot: 3.141592653589793 rad + pos: -59.5,-46.5 parent: 2 - uid: 17985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-71.5 + rot: 3.141592653589793 rad + pos: -59.5,-45.5 parent: 2 - uid: 17986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-71.5 + rot: 3.141592653589793 rad + pos: -59.5,-44.5 parent: 2 - uid: 17987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-71.5 + pos: -53.5,-26.5 parent: 2 - uid: 17988 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-71.5 + pos: -60.5,-43.5 parent: 2 - uid: 17989 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,-71.5 + pos: -61.5,-43.5 parent: 2 - uid: 17990 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,-71.5 + pos: -62.5,-43.5 parent: 2 - uid: 17991 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,-71.5 + pos: -63.5,-43.5 parent: 2 - uid: 17992 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,-71.5 + pos: -64.5,-43.5 parent: 2 - uid: 17993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-71.5 + rot: 3.141592653589793 rad + pos: -65.5,-44.5 parent: 2 - uid: 17994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-71.5 + rot: 1.5707963267948966 rad + pos: -67.5,-43.5 parent: 2 - uid: 17995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-71.5 + rot: 1.5707963267948966 rad + pos: -68.5,-43.5 parent: 2 - uid: 17996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-71.5 + rot: 1.5707963267948966 rad + pos: -69.5,-43.5 parent: 2 - uid: 17997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-71.5 + rot: 1.5707963267948966 rad + pos: -70.5,-43.5 parent: 2 - uid: 17998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-71.5 + rot: 1.5707963267948966 rad + pos: -72.5,-43.5 parent: 2 - uid: 17999 components: - type: Transform - pos: -29.5,-68.5 + rot: 1.5707963267948966 rad + pos: -73.5,-43.5 parent: 2 - uid: 18000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-72.5 + rot: 1.5707963267948966 rad + pos: -74.5,-43.5 parent: 2 - uid: 18001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-73.5 + rot: 1.5707963267948966 rad + pos: -75.5,-43.5 parent: 2 - uid: 18002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-74.5 + pos: -76.5,-42.5 parent: 2 - uid: 18003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-74.5 + pos: -76.5,-41.5 parent: 2 - uid: 18004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-74.5 + pos: -76.5,-40.5 parent: 2 - uid: 18005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-74.5 + pos: -76.5,-39.5 parent: 2 - uid: 18006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-74.5 + pos: -76.5,-38.5 parent: 2 - uid: 18007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-74.5 + pos: -76.5,-37.5 parent: 2 - uid: 18008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-74.5 + rot: -1.5707963267948966 rad + pos: -40.5,-2.5 parent: 2 - uid: 18009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-74.5 + pos: -66.5,-42.5 parent: 2 - uid: 18010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-74.5 + pos: -66.5,-41.5 parent: 2 - uid: 18011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-74.5 + pos: -66.5,-40.5 parent: 2 - uid: 18012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-74.5 + pos: -66.5,-39.5 parent: 2 - uid: 18013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-74.5 + pos: -66.5,-38.5 parent: 2 - uid: 18014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-74.5 + pos: -66.5,-37.5 parent: 2 - uid: 18015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-74.5 + rot: -1.5707963267948966 rad + pos: -67.5,-36.5 parent: 2 - uid: 18016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-74.5 + rot: 3.141592653589793 rad + pos: -59.5,-37.5 parent: 2 - uid: 18017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-74.5 + rot: 3.141592653589793 rad + pos: -59.5,-36.5 parent: 2 - uid: 18018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-74.5 + rot: 3.141592653589793 rad + pos: -59.5,-35.5 parent: 2 - uid: 18019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-74.5 + rot: 3.141592653589793 rad + pos: -59.5,-34.5 parent: 2 - uid: 18020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-76.5 + rot: 3.141592653589793 rad + pos: -59.5,-33.5 parent: 2 - uid: 18021 components: - type: Transform - pos: -10.5,-72.5 + rot: 3.141592653589793 rad + pos: -59.5,-32.5 parent: 2 - uid: 18022 components: - type: Transform - pos: -10.5,-73.5 + rot: 3.141592653589793 rad + pos: -59.5,-31.5 parent: 2 - uid: 18023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-71.5 + rot: 3.141592653589793 rad + pos: -59.5,-30.5 parent: 2 - uid: 18024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-71.5 + rot: 1.5707963267948966 rad + pos: -61.5,-52.5 parent: 2 - uid: 18025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-71.5 + rot: 1.5707963267948966 rad + pos: -39.5,-7.5 parent: 2 - uid: 18026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-71.5 + rot: 1.5707963267948966 rad + pos: -40.5,-7.5 parent: 2 - uid: 18027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-71.5 + pos: -41.5,-6.5 parent: 2 - uid: 18028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-71.5 + pos: -41.5,-5.5 parent: 2 - uid: 18029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-71.5 + pos: -41.5,-4.5 parent: 2 - uid: 18030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-71.5 + pos: -41.5,-3.5 parent: 2 - uid: 18031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-71.5 + pos: -41.5,-8.5 parent: 2 - uid: 18032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-71.5 + pos: -41.5,-9.5 parent: 2 - uid: 18033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-71.5 + pos: -41.5,-10.5 parent: 2 - uid: 18034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-71.5 + pos: -41.5,-11.5 parent: 2 - uid: 18035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-71.5 + pos: -41.5,-12.5 parent: 2 - uid: 18036 components: - type: Transform - pos: -24.5,-72.5 + pos: -41.5,-13.5 parent: 2 - uid: 18037 components: - type: Transform - pos: -24.5,-73.5 + pos: -41.5,-14.5 parent: 2 - uid: 18038 components: - type: Transform - pos: -24.5,-74.5 + rot: 1.5707963267948966 rad + pos: -44.5,-15.5 parent: 2 - uid: 18039 components: - type: Transform - pos: -24.5,-75.5 + rot: 1.5707963267948966 rad + pos: -43.5,-15.5 parent: 2 - uid: 18040 components: - type: Transform - pos: -24.5,-76.5 + rot: 1.5707963267948966 rad + pos: -42.5,-15.5 parent: 2 - uid: 18041 components: - type: Transform - pos: -24.5,-77.5 + pos: -41.5,-16.5 parent: 2 - uid: 18042 components: - type: Transform - pos: -24.5,-78.5 + pos: -41.5,-18.5 parent: 2 - uid: 18043 components: - type: Transform - pos: -24.5,-79.5 + pos: -41.5,-19.5 parent: 2 - uid: 18044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-80.5 + pos: -41.5,-20.5 parent: 2 - uid: 18045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-80.5 + pos: -41.5,-21.5 parent: 2 - uid: 18046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-80.5 + pos: -41.5,-22.5 parent: 2 - uid: 18047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-80.5 + pos: -41.5,-23.5 parent: 2 - uid: 18048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-80.5 + pos: -41.5,-24.5 parent: 2 - uid: 18049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-80.5 + pos: -41.5,-25.5 parent: 2 - uid: 18050 components: - type: Transform - pos: -31.5,-81.5 + rot: -1.5707963267948966 rad + pos: -51.5,-27.5 parent: 2 - uid: 18051 components: - type: Transform - pos: -31.5,-82.5 + rot: -1.5707963267948966 rad + pos: -50.5,-27.5 parent: 2 - uid: 18052 components: - type: Transform - pos: -31.5,-83.5 + rot: -1.5707963267948966 rad + pos: -49.5,-27.5 parent: 2 - uid: 18053 components: - type: Transform - pos: -31.5,-84.5 + rot: -1.5707963267948966 rad + pos: -48.5,-27.5 parent: 2 - uid: 18054 components: - type: Transform - pos: -31.5,-85.5 + rot: -1.5707963267948966 rad + pos: -47.5,-27.5 parent: 2 - uid: 18055 components: - type: Transform - pos: -31.5,-86.5 + rot: -1.5707963267948966 rad + pos: -46.5,-27.5 parent: 2 - uid: 18056 components: - type: Transform - pos: -31.5,-87.5 + rot: -1.5707963267948966 rad + pos: -45.5,-27.5 parent: 2 - uid: 18057 components: - type: Transform - pos: -31.5,-88.5 + rot: -1.5707963267948966 rad + pos: -44.5,-27.5 parent: 2 - uid: 18058 components: - type: Transform - pos: -31.5,-89.5 + rot: -1.5707963267948966 rad + pos: -43.5,-27.5 parent: 2 - uid: 18059 components: - type: Transform - pos: -31.5,-90.5 + rot: 1.5707963267948966 rad + pos: -58.5,-28.5 parent: 2 - uid: 18060 components: - type: Transform - pos: -31.5,-91.5 + rot: 1.5707963267948966 rad + pos: -57.5,-28.5 parent: 2 - uid: 18061 components: - type: Transform - pos: -31.5,-92.5 + rot: 1.5707963267948966 rad + pos: -56.5,-28.5 parent: 2 - uid: 18062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-93.5 + rot: 1.5707963267948966 rad + pos: -55.5,-28.5 parent: 2 - uid: 18063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-93.5 + rot: 1.5707963267948966 rad + pos: -53.5,-28.5 parent: 2 - uid: 18064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-93.5 + pos: -32.5,-27.5 parent: 2 - uid: 18065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-93.5 + rot: 3.141592653589793 rad + pos: -41.5,-1.5 parent: 2 - uid: 18066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-93.5 + rot: 3.141592653589793 rad + pos: -41.5,-0.5 parent: 2 - uid: 18067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-93.5 + rot: 3.141592653589793 rad + pos: -41.5,0.5 parent: 2 - uid: 18068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-93.5 + rot: 3.141592653589793 rad + pos: -41.5,1.5 parent: 2 - uid: 18069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-94.5 + rot: 3.141592653589793 rad + pos: -41.5,2.5 parent: 2 - uid: 18070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-94.5 + rot: 1.5707963267948966 rad + pos: -43.5,3.5 parent: 2 - uid: 18071 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-94.5 + rot: 1.5707963267948966 rad + pos: -44.5,3.5 parent: 2 - uid: 18072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-94.5 + rot: 1.5707963267948966 rad + pos: -47.5,3.5 parent: 2 - uid: 18073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-94.5 + rot: 1.5707963267948966 rad + pos: -48.5,3.5 parent: 2 - uid: 18074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-94.5 + rot: 1.5707963267948966 rad + pos: -49.5,3.5 parent: 2 - uid: 18075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-94.5 + pos: -50.5,2.5 parent: 2 - uid: 18076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-94.5 + pos: -50.5,1.5 parent: 2 - uid: 18077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-94.5 + rot: 3.141592653589793 rad + pos: -42.5,-28.5 parent: 2 - uid: 18078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-94.5 + rot: 3.141592653589793 rad + pos: -42.5,-29.5 parent: 2 - uid: 18079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-94.5 + rot: 3.141592653589793 rad + pos: -42.5,-30.5 parent: 2 - uid: 18080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-94.5 + rot: 3.141592653589793 rad + pos: -42.5,-31.5 parent: 2 - uid: 18081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-89.5 + rot: 3.141592653589793 rad + pos: -42.5,-32.5 parent: 2 - uid: 18082 components: - type: Transform - pos: -52.5,-93.5 + rot: 3.141592653589793 rad + pos: -42.5,-33.5 parent: 2 - uid: 18083 components: - type: Transform - pos: -53.5,-91.5 + rot: 3.141592653589793 rad + pos: -42.5,-34.5 parent: 2 - uid: 18084 components: - type: Transform - pos: -53.5,-90.5 + rot: 3.141592653589793 rad + pos: -42.5,-35.5 parent: 2 - uid: 18085 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-70.5 + pos: -42.5,-36.5 parent: 2 - uid: 18086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-69.5 + rot: 3.141592653589793 rad + pos: -42.5,-37.5 parent: 2 - uid: 18087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-69.5 + rot: 3.141592653589793 rad + pos: -42.5,-38.5 parent: 2 - uid: 18088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-69.5 + rot: -1.5707963267948966 rad + pos: -56.5,-43.5 parent: 2 - uid: 18089 components: - type: Transform - pos: -29.5,-67.5 + rot: -1.5707963267948966 rad + pos: -55.5,-43.5 parent: 2 - uid: 18090 components: - type: Transform - pos: -29.5,-66.5 + rot: -1.5707963267948966 rad + pos: -54.5,-43.5 parent: 2 - uid: 18091 components: - type: Transform - pos: -29.5,-65.5 + rot: -1.5707963267948966 rad + pos: -53.5,-43.5 parent: 2 - uid: 18092 components: - type: Transform - pos: -29.5,-64.5 + rot: 3.141592653589793 rad + pos: -52.5,-44.5 parent: 2 - uid: 18093 components: - type: Transform - pos: -29.5,-63.5 + rot: 3.141592653589793 rad + pos: 18.5,-73.5 parent: 2 - uid: 18094 components: - type: Transform - pos: -29.5,-62.5 + rot: 1.5707963267948966 rad + pos: 19.5,-72.5 parent: 2 - uid: 18095 components: - type: Transform - pos: -29.5,-61.5 + rot: 1.5707963267948966 rad + pos: 20.5,-72.5 parent: 2 - uid: 18096 components: - type: Transform - pos: -29.5,-60.5 + rot: 1.5707963267948966 rad + pos: 21.5,-72.5 parent: 2 - uid: 18097 components: - type: Transform - pos: -29.5,-59.5 + pos: 22.5,-73.5 parent: 2 - uid: 18098 components: - type: Transform - pos: -29.5,-58.5 + pos: 22.5,-74.5 parent: 2 - uid: 18099 components: - type: Transform - pos: -29.5,-57.5 + pos: 22.5,-75.5 parent: 2 - uid: 18100 components: - type: Transform - pos: -29.5,-56.5 + pos: 22.5,-76.5 parent: 2 - uid: 18101 components: - type: Transform - pos: -29.5,-55.5 + pos: 22.5,-77.5 parent: 2 - uid: 18102 components: - type: Transform - pos: -29.5,-54.5 + rot: 1.5707963267948966 rad + pos: 33.5,-54.5 parent: 2 - uid: 18103 components: - type: Transform - pos: -31.5,-43.5 + rot: 1.5707963267948966 rad + pos: 34.5,-54.5 parent: 2 - uid: 18104 components: - type: Transform - pos: -31.5,-42.5 + rot: 1.5707963267948966 rad + pos: 35.5,-54.5 parent: 2 - uid: 18105 components: - type: Transform - pos: -31.5,-41.5 + rot: 1.5707963267948966 rad + pos: 36.5,-54.5 parent: 2 - uid: 18106 components: - type: Transform - pos: -31.5,-40.5 + rot: 1.5707963267948966 rad + pos: 37.5,-54.5 parent: 2 - uid: 18107 components: - type: Transform - pos: -31.5,-39.5 + rot: 1.5707963267948966 rad + pos: 38.5,-54.5 parent: 2 - uid: 18108 components: - type: Transform - pos: -31.5,-38.5 + rot: 1.5707963267948966 rad + pos: 39.5,-54.5 parent: 2 - uid: 18109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-37.5 + pos: 40.5,-55.5 parent: 2 - uid: 18110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-37.5 + pos: 40.5,-56.5 parent: 2 - uid: 18111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-37.5 + pos: 40.5,-57.5 parent: 2 - uid: 18112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-37.5 + pos: 40.5,-58.5 parent: 2 - uid: 18113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-37.5 + pos: 40.5,-59.5 parent: 2 - uid: 18114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-37.5 + pos: 40.5,-60.5 parent: 2 - uid: 18115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-37.5 + pos: 40.5,-61.5 parent: 2 - uid: 18116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-37.5 + pos: 40.5,-62.5 parent: 2 - uid: 18117 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-36.5 + pos: 40.5,-63.5 parent: 2 - uid: 18118 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-35.5 + pos: 40.5,-64.5 parent: 2 - uid: 18119 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-34.5 + pos: 40.5,-65.5 parent: 2 - uid: 18120 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-33.5 + pos: 40.5,-66.5 parent: 2 - uid: 18121 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-32.5 + pos: 40.5,-67.5 parent: 2 - uid: 18122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-31.5 + rot: 1.5707963267948966 rad + pos: 32.5,-27.5 parent: 2 - uid: 18123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-30.5 + rot: 1.5707963267948966 rad + pos: 33.5,-27.5 parent: 2 - uid: 18124 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-29.5 + rot: 1.5707963267948966 rad + pos: 34.5,-27.5 parent: 2 - uid: 18125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-28.5 + pos: 35.5,-28.5 parent: 2 - uid: 18126 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-27.5 + rot: -1.5707963267948966 rad + pos: 36.5,-29.5 parent: 2 - uid: 18127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-26.5 + rot: -1.5707963267948966 rad + pos: 37.5,-29.5 parent: 2 - uid: 18128 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-25.5 + pos: 38.5,-29.5 parent: 2 - uid: 18129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-45.5 + rot: -1.5707963267948966 rad + pos: 39.5,-29.5 parent: 2 - uid: 18130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-44.5 + rot: -1.5707963267948966 rad + pos: 40.5,-29.5 parent: 2 - uid: 18131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-44.5 + rot: -1.5707963267948966 rad + pos: 41.5,-29.5 parent: 2 - uid: 18132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-44.5 + rot: -1.5707963267948966 rad + pos: 42.5,-29.5 parent: 2 - uid: 18133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-44.5 + rot: -1.5707963267948966 rad + pos: 43.5,-29.5 parent: 2 - uid: 18134 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-44.5 + pos: 30.5,-7.5 parent: 2 - uid: 18135 components: - type: Transform - pos: -31.5,-45.5 + rot: 3.141592653589793 rad + pos: -62.5,-28.5 parent: 2 - uid: 18136 components: - type: Transform - pos: -31.5,-46.5 + pos: -32.5,-12.5 parent: 2 - uid: 18137 components: - type: Transform - pos: -31.5,-47.5 + pos: -32.5,-13.5 parent: 2 - uid: 18138 components: - type: Transform - pos: -31.5,-48.5 + pos: -32.5,-14.5 parent: 2 - uid: 18139 components: - type: Transform - pos: -31.5,-49.5 + pos: -32.5,-15.5 parent: 2 - uid: 18140 components: - type: Transform - pos: -31.5,-50.5 + pos: -32.5,-16.5 parent: 2 - uid: 18141 components: - type: Transform - pos: -31.5,-51.5 + pos: -31.5,-18.5 parent: 2 - uid: 18142 components: - type: Transform - pos: -31.5,-52.5 + pos: -31.5,-19.5 parent: 2 - uid: 18143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-53.5 + pos: -31.5,-20.5 parent: 2 - uid: 18144 components: - type: Transform - pos: -31.5,-36.5 + pos: -62.5,-22.5 parent: 2 - uid: 18145 components: - type: Transform - pos: -31.5,-35.5 + pos: -62.5,-23.5 parent: 2 - uid: 18146 components: - type: Transform - pos: -31.5,-34.5 + pos: -62.5,-24.5 parent: 2 - uid: 18147 components: - type: Transform - pos: -31.5,-33.5 + pos: -62.5,-25.5 parent: 2 - uid: 18148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-32.5 + pos: -62.5,-26.5 parent: 2 - uid: 18149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-32.5 + pos: -62.5,-27.5 parent: 2 - uid: 18150 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-31.5 + pos: -32.5,-6.5 parent: 2 - uid: 18151 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-30.5 + pos: -32.5,-5.5 parent: 2 - uid: 18152 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-29.5 + pos: -32.5,-4.5 parent: 2 - uid: 18153 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-28.5 + pos: -32.5,-3.5 parent: 2 - uid: 18154 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-27.5 + pos: -32.5,-2.5 parent: 2 - uid: 18155 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-26.5 + pos: -32.5,-1.5 parent: 2 - uid: 18156 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-25.5 + pos: -32.5,-0.5 parent: 2 - uid: 18157 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-24.5 + pos: -32.5,0.5 parent: 2 - uid: 18158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-23.5 + rot: 1.5707963267948966 rad + pos: -31.5,1.5 parent: 2 - uid: 18159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-22.5 + rot: 1.5707963267948966 rad + pos: -30.5,1.5 parent: 2 - uid: 18160 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-21.5 + pos: -29.5,2.5 parent: 2 - uid: 18161 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-20.5 + pos: -29.5,3.5 parent: 2 - uid: 18162 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-19.5 + pos: -29.5,4.5 parent: 2 - uid: 18163 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-18.5 + pos: -29.5,5.5 parent: 2 - uid: 18164 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-17.5 + pos: -29.5,6.5 parent: 2 - uid: 18165 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-16.5 + pos: -29.5,7.5 parent: 2 - uid: 18166 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-15.5 + pos: -29.5,8.5 parent: 2 - uid: 18167 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-14.5 + pos: -29.5,9.5 parent: 2 - uid: 18168 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-13.5 + pos: -29.5,10.5 parent: 2 - uid: 18169 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-12.5 + pos: -29.5,11.5 parent: 2 - uid: 18170 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-11.5 + pos: -29.5,12.5 parent: 2 - uid: 18171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-10.5 + rot: 1.5707963267948966 rad + pos: -30.5,13.5 parent: 2 - uid: 18172 components: - type: Transform - pos: -28.5,-9.5 + rot: 1.5707963267948966 rad + pos: -31.5,13.5 parent: 2 - uid: 18173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-8.5 + rot: 3.141592653589793 rad + pos: -28.5,0.5 parent: 2 - uid: 18174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-8.5 + rot: 1.5707963267948966 rad + pos: -27.5,1.5 parent: 2 - uid: 18175 components: - type: Transform - pos: -25.5,-7.5 + rot: 1.5707963267948966 rad + pos: -26.5,1.5 parent: 2 - uid: 18176 components: - type: Transform - pos: -25.5,-6.5 + rot: 1.5707963267948966 rad + pos: -25.5,1.5 parent: 2 - uid: 18177 components: - type: Transform - pos: -25.5,-5.5 + rot: 1.5707963267948966 rad + pos: -24.5,1.5 parent: 2 - uid: 18178 components: - type: Transform - pos: -25.5,-4.5 + rot: 1.5707963267948966 rad + pos: -23.5,1.5 parent: 2 - uid: 18179 components: - type: Transform - pos: -25.5,-3.5 + rot: 1.5707963267948966 rad + pos: -22.5,1.5 parent: 2 - uid: 18180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-2.5 + rot: 3.141592653589793 rad + pos: -20.5,2.5 parent: 2 - uid: 18181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-2.5 + rot: 3.141592653589793 rad + pos: -8.5,0.5 parent: 2 - uid: 18182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-2.5 + rot: 3.141592653589793 rad + pos: -8.5,1.5 parent: 2 - uid: 18183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 + rot: 3.141592653589793 rad + pos: -8.5,2.5 parent: 2 - uid: 18184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-2.5 + rot: 1.5707963267948966 rad + pos: -7.5,3.5 parent: 2 - uid: 18185 components: - type: Transform - pos: -19.5,0.5 + rot: 1.5707963267948966 rad + pos: -6.5,3.5 parent: 2 - uid: 18186 components: - type: Transform - pos: -19.5,-0.5 + rot: 1.5707963267948966 rad + pos: -5.5,3.5 parent: 2 - uid: 18187 components: - type: Transform - pos: -19.5,-1.5 + rot: 1.5707963267948966 rad + pos: -4.5,3.5 parent: 2 - uid: 18188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,1.5 + rot: 1.5707963267948966 rad + pos: -3.5,3.5 parent: 2 - uid: 18189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,1.5 + rot: 1.5707963267948966 rad + pos: -2.5,3.5 parent: 2 - uid: 18190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,1.5 + rot: 1.5707963267948966 rad + pos: -1.5,3.5 parent: 2 - uid: 18191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,1.5 + rot: 1.5707963267948966 rad + pos: -0.5,3.5 parent: 2 - uid: 18192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,1.5 + rot: 1.5707963267948966 rad + pos: 0.5,3.5 parent: 2 - uid: 18193 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,1.5 + pos: -31.5,-7.5 parent: 2 - uid: 18194 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,1.5 + pos: -30.5,-7.5 parent: 2 - uid: 18195 components: - type: Transform - pos: -10.5,2.5 + rot: -1.5707963267948966 rad + pos: -29.5,-7.5 parent: 2 - uid: 18196 components: - type: Transform - pos: -10.5,3.5 + rot: -1.5707963267948966 rad + pos: -28.5,-7.5 parent: 2 - uid: 18197 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,4.5 + pos: -27.5,-7.5 parent: 2 - uid: 18198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,4.5 + rot: 3.141592653589793 rad + pos: -26.5,-8.5 parent: 2 - uid: 18199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 + rot: 1.5707963267948966 rad + pos: -31.5,-28.5 parent: 2 - uid: 18200 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,4.5 + pos: -31.5,-58.5 parent: 2 - uid: 18201 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,4.5 + pos: -32.5,-58.5 parent: 2 - uid: 18202 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,4.5 + pos: -33.5,-58.5 parent: 2 - uid: 18203 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,4.5 + pos: -34.5,-58.5 parent: 2 - uid: 18204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 + rot: -1.5707963267948966 rad + pos: -35.5,-58.5 parent: 2 - uid: 18205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,7.5 + pos: 34.5,6.5 parent: 2 - uid: 18206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,8.5 + rot: -1.5707963267948966 rad + pos: 36.5,7.5 parent: 2 - uid: 18207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,9.5 + rot: -1.5707963267948966 rad + pos: 35.5,7.5 parent: 2 - uid: 18208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,10.5 + pos: 31.5,-5.5 parent: 2 - uid: 18209 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,3.5 + pos: -36.5,-27.5 parent: 2 - uid: 18210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 + pos: 31.5,-0.5 parent: 2 - uid: 18211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,2.5 + pos: 30.5,1.5 parent: 2 - uid: 18212 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,2.5 + pos: 29.5,1.5 parent: 2 - uid: 18213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 + rot: 3.141592653589793 rad + pos: -17.5,-78.5 parent: 2 - uid: 18214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,3.5 + rot: 3.141592653589793 rad + pos: -19.5,-78.5 parent: 2 - uid: 18215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,3.5 + rot: 3.141592653589793 rad + pos: -21.5,-78.5 parent: 2 - uid: 18216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,3.5 + pos: -23.5,-77.5 parent: 2 - uid: 18217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,3.5 + pos: -23.5,-78.5 parent: 2 - uid: 18218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,3.5 + pos: -23.5,-79.5 parent: 2 - uid: 18219 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,3.5 + pos: -22.5,-76.5 parent: 2 - uid: 18220 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,3.5 + pos: 75.5,-39.5 parent: 2 - uid: 18221 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,3.5 + pos: 77.5,-39.5 parent: 2 - uid: 18222 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,3.5 + pos: 76.5,-39.5 parent: 2 - uid: 18223 components: - type: Transform - pos: 13.5,2.5 + rot: -1.5707963267948966 rad + pos: -61.5,-29.5 parent: 2 - uid: 18224 components: - type: Transform - pos: 13.5,1.5 + rot: 1.5707963267948966 rad + pos: -20.5,-77.5 parent: 2 - uid: 18225 components: - type: Transform - pos: 13.5,0.5 + pos: 31.5,-1.5 parent: 2 - uid: 18226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-0.5 + rot: -1.5707963267948966 rad + pos: -58.5,-65.5 parent: 2 - uid: 18227 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-0.5 + pos: 26.5,1.5 parent: 2 - uid: 18228 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-0.5 + pos: 28.5,1.5 parent: 2 - uid: 18229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-0.5 + rot: 3.141592653589793 rad + pos: 40.5,-53.5 parent: 2 - uid: 18230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-0.5 + rot: -1.5707963267948966 rad + pos: 33.5,-4.5 parent: 2 - uid: 18231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-0.5 + rot: 3.141592653589793 rad + pos: 33.5,10.5 parent: 2 - uid: 18232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-0.5 + pos: 34.5,1.5 parent: 2 - uid: 18233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-0.5 + pos: -31.5,-23.5 parent: 2 - uid: 18234 components: - type: Transform - pos: 22.5,-2.5 + rot: -1.5707963267948966 rad + pos: -59.5,-65.5 parent: 2 - uid: 18235 components: - type: Transform - pos: 22.5,-1.5 + rot: 3.141592653589793 rad + pos: -61.5,-67.5 parent: 2 - uid: 18236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-4.5 + rot: 3.141592653589793 rad + pos: 38.5,-3.5 parent: 2 - uid: 18237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-4.5 + pos: -31.5,-22.5 parent: 2 - uid: 18238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-4.5 + rot: 3.141592653589793 rad + pos: -61.5,-66.5 parent: 2 - uid: 18239 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,-4.5 + pos: -60.5,-65.5 parent: 2 - uid: 18240 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-6.5 + pos: -22.5,-24.5 parent: 2 - uid: 18241 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-7.5 + pos: -22.5,-23.5 parent: 2 - uid: 18242 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-8.5 + pos: -22.5,-22.5 parent: 2 - uid: 18243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-9.5 + pos: -22.5,-21.5 parent: 2 - uid: 18244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-76.5 + pos: -22.5,-20.5 parent: 2 - uid: 18245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-1.5 + pos: -22.5,-19.5 parent: 2 - uid: 18246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,1.5 + pos: -22.5,-18.5 parent: 2 - uid: 18247 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,-77.5 + pos: -21.5,-17.5 parent: 2 - uid: 18248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-15.5 + rot: -1.5707963267948966 rad + pos: -20.5,-17.5 parent: 2 - uid: 18249 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-16.5 + pos: -19.5,-11.5 parent: 2 - uid: 18250 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-17.5 + pos: -19.5,-10.5 parent: 2 - uid: 18251 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-18.5 + pos: -19.5,-9.5 parent: 2 - uid: 18252 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-19.5 + pos: -19.5,-8.5 parent: 2 - uid: 18253 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-20.5 + pos: -19.5,-7.5 parent: 2 - uid: 18254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-28.5 + rot: -1.5707963267948966 rad + pos: -12.5,-3.5 parent: 2 - uid: 18255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-67.5 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 parent: 2 - uid: 18256 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-67.5 + pos: 20.5,-10.5 parent: 2 - uid: 18257 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-67.5 + pos: 12.5,-4.5 parent: 2 - uid: 18258 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,-67.5 + pos: 13.5,-4.5 parent: 2 - uid: 18259 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-67.5 + pos: 14.5,-4.5 parent: 2 - uid: 18260 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-67.5 + pos: 15.5,-4.5 parent: 2 - uid: 18261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-67.5 + rot: 3.141592653589793 rad + pos: 17.5,-6.5 parent: 2 - uid: 18262 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-67.5 + pos: 21.5,-10.5 parent: 2 - uid: 18263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-67.5 + pos: 22.5,-11.5 parent: 2 - uid: 18264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-67.5 + pos: 22.5,-12.5 parent: 2 - uid: 18265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-67.5 + pos: 22.5,-13.5 parent: 2 - uid: 18266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-67.5 + pos: 22.5,-14.5 parent: 2 - uid: 18267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-67.5 + pos: 22.5,-15.5 parent: 2 - uid: 18268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-67.5 + pos: 22.5,-16.5 parent: 2 - uid: 18269 components: - type: Transform - pos: 11.5,-66.5 + rot: -1.5707963267948966 rad + pos: 23.5,-17.5 parent: 2 - uid: 18270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-18.5 parent: 2 - uid: 18271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-19.5 parent: 2 - uid: 18272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-20.5 parent: 2 - uid: 18273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-21.5 parent: 2 - uid: 18274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-22.5 parent: 2 - uid: 18275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-23.5 parent: 2 - uid: 18276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-24.5 parent: 2 - uid: 18277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-65.5 + rot: 3.141592653589793 rad + pos: 24.5,-25.5 parent: 2 - uid: 18278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-65.5 + pos: -25.5,-45.5 parent: 2 - uid: 18279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-65.5 + rot: 3.141592653589793 rad + pos: -21.5,-32.5 parent: 2 - uid: 18280 components: - type: Transform - pos: 24.5,-59.5 + pos: -25.5,-46.5 parent: 2 - uid: 18281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-64.5 + pos: -25.5,-47.5 parent: 2 - uid: 18282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-63.5 + pos: -25.5,-48.5 parent: 2 - uid: 18283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-62.5 + pos: -25.5,-49.5 parent: 2 - uid: 18284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-61.5 + rot: -1.5707963267948966 rad + pos: -24.5,-50.5 parent: 2 - uid: 18285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-60.5 + rot: -1.5707963267948966 rad + pos: -23.5,-50.5 parent: 2 - uid: 18286 components: - type: Transform - pos: 24.5,-58.5 + rot: 3.141592653589793 rad + pos: -22.5,-51.5 parent: 2 - uid: 18287 components: - type: Transform - pos: 24.5,-57.5 + rot: 3.141592653589793 rad + pos: -22.5,-52.5 parent: 2 - uid: 18288 components: - type: Transform - pos: 24.5,-56.5 + rot: 3.141592653589793 rad + pos: -22.5,-53.5 parent: 2 - uid: 18289 components: - type: Transform - pos: 24.5,-55.5 + pos: -23.5,-55.5 parent: 2 - uid: 18290 components: - type: Transform - pos: 24.5,-54.5 + pos: -23.5,-56.5 parent: 2 - uid: 18291 components: - type: Transform - pos: 24.5,-53.5 + pos: -23.5,-57.5 parent: 2 - uid: 18292 components: - type: Transform - pos: 24.5,-52.5 + pos: -23.5,-58.5 parent: 2 - uid: 18293 components: - type: Transform - pos: 24.5,-51.5 + pos: -23.5,-59.5 parent: 2 - uid: 18294 components: - type: Transform - pos: 24.5,-50.5 + pos: -23.5,-60.5 parent: 2 - uid: 18295 components: - type: Transform - pos: 24.5,-49.5 + pos: -23.5,-61.5 parent: 2 - uid: 18296 components: - type: Transform - pos: 24.5,-48.5 + pos: -23.5,-62.5 parent: 2 - uid: 18297 components: - type: Transform - pos: 24.5,-47.5 + pos: -23.5,-63.5 parent: 2 - uid: 18298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-28.5 + rot: -1.5707963267948966 rad + pos: -22.5,-64.5 parent: 2 - uid: 18299 components: - type: Transform - pos: 23.5,-45.5 + rot: -1.5707963267948966 rad + pos: -21.5,-64.5 parent: 2 - uid: 18300 components: - type: Transform - pos: 23.5,-44.5 + rot: -1.5707963267948966 rad + pos: -20.5,-64.5 parent: 2 - uid: 18301 components: - type: Transform - pos: 23.5,-43.5 + rot: -1.5707963267948966 rad + pos: -19.5,-64.5 parent: 2 - uid: 18302 components: - type: Transform - pos: 23.5,-42.5 + rot: -1.5707963267948966 rad + pos: -18.5,-64.5 parent: 2 - uid: 18303 components: - type: Transform - pos: 23.5,-41.5 + rot: -1.5707963267948966 rad + pos: -17.5,-64.5 parent: 2 - uid: 18304 components: - type: Transform - pos: 23.5,-40.5 + rot: -1.5707963267948966 rad + pos: -16.5,-64.5 parent: 2 - uid: 18305 components: - type: Transform - pos: 23.5,-39.5 + rot: -1.5707963267948966 rad + pos: -15.5,-64.5 parent: 2 - uid: 18306 components: - type: Transform - pos: 23.5,-38.5 + rot: -1.5707963267948966 rad + pos: -14.5,-64.5 parent: 2 - uid: 18307 components: - type: Transform - pos: 23.5,-37.5 + pos: -13.5,-65.5 parent: 2 - uid: 18308 components: - type: Transform - pos: 23.5,-36.5 + rot: -1.5707963267948966 rad + pos: -12.5,-66.5 parent: 2 - uid: 18309 components: - type: Transform - pos: 23.5,-34.5 + rot: -1.5707963267948966 rad + pos: -11.5,-66.5 parent: 2 - uid: 18310 components: - type: Transform - pos: 23.5,-35.5 + rot: -1.5707963267948966 rad + pos: -10.5,-66.5 parent: 2 - uid: 18311 components: - type: Transform - pos: 72.5,-12.5 + rot: -1.5707963267948966 rad + pos: -9.5,-66.5 parent: 2 - uid: 18312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-11.5 + rot: 3.141592653589793 rad + pos: -21.5,-31.5 parent: 2 - uid: 18313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-11.5 + rot: 3.141592653589793 rad + pos: -21.5,-30.5 parent: 2 - uid: 18314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-11.5 + rot: 3.141592653589793 rad + pos: -21.5,-29.5 parent: 2 - uid: 18315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-11.5 + rot: 3.141592653589793 rad + pos: -21.5,-26.5 parent: 2 - uid: 18316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-2.5 + rot: 3.141592653589793 rad + pos: -21.5,-27.5 parent: 2 - uid: 18317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-10.5 + rot: -1.5707963267948966 rad + pos: -43.5,-39.5 parent: 2 - uid: 18318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-8.5 + rot: -1.5707963267948966 rad + pos: -35.5,-29.5 parent: 2 - uid: 18319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-7.5 + pos: 1.5,-85.5 parent: 2 - uid: 18320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-6.5 + pos: 1.5,-84.5 parent: 2 - uid: 18321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-5.5 + pos: 1.5,-83.5 parent: 2 - uid: 18322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-9.5 + pos: 1.5,-82.5 parent: 2 - uid: 18323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-4.5 + rot: -1.5707963267948966 rad + pos: 2.5,-81.5 parent: 2 - uid: 18324 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,-3.5 + pos: 3.5,-80.5 parent: 2 - uid: 18325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-2.5 + rot: 3.141592653589793 rad + pos: 3.5,-79.5 parent: 2 - uid: 18326 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,-2.5 + pos: -52.5,-65.5 parent: 2 - uid: 18327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-2.5 + rot: -1.5707963267948966 rad + pos: -38.5,-26.5 parent: 2 - uid: 18328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-2.5 + rot: -1.5707963267948966 rad + pos: -39.5,-26.5 parent: 2 - uid: 18329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-2.5 + rot: -1.5707963267948966 rad + pos: -40.5,-26.5 parent: 2 - uid: 18330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-2.5 + pos: -29.5,-115.5 parent: 2 - uid: 18331 components: - type: Transform - pos: 69.5,-3.5 + pos: -29.5,-113.5 parent: 2 - uid: 18332 components: - type: Transform - pos: 69.5,-4.5 + rot: 1.5707963267948966 rad + pos: -25.5,-97.5 parent: 2 - uid: 18333 components: - type: Transform - pos: 69.5,-5.5 + rot: 1.5707963267948966 rad + pos: -24.5,-97.5 parent: 2 - uid: 18334 components: - type: Transform - pos: 69.5,-6.5 + rot: 1.5707963267948966 rad + pos: -23.5,-97.5 parent: 2 - uid: 18335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-7.5 + rot: 1.5707963267948966 rad + pos: -22.5,-97.5 parent: 2 - uid: 18336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-7.5 + rot: 1.5707963267948966 rad + pos: -21.5,-97.5 parent: 2 - uid: 18337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-7.5 + rot: 1.5707963267948966 rad + pos: -20.5,-97.5 parent: 2 - uid: 18338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-8.5 + rot: 1.5707963267948966 rad + pos: -19.5,-97.5 parent: 2 - uid: 18339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-8.5 + rot: 1.5707963267948966 rad + pos: -18.5,-97.5 parent: 2 - uid: 18340 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-21.5 + rot: 1.5707963267948966 rad + pos: -17.5,-97.5 parent: 2 - uid: 18341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-8.5 + rot: 1.5707963267948966 rad + pos: -16.5,-97.5 parent: 2 - uid: 18342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-8.5 + rot: 3.141592653589793 rad + pos: -22.5,-82.5 parent: 2 - uid: 18343 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-22.5 + pos: -22.5,-83.5 parent: 2 - uid: 18344 components: - type: Transform - pos: 57.5,5.5 + rot: 3.141592653589793 rad + pos: -22.5,-84.5 parent: 2 - uid: 18345 components: - type: Transform - pos: 57.5,0.5 + rot: 3.141592653589793 rad + pos: -22.5,-85.5 parent: 2 - uid: 18346 components: - type: Transform - pos: 57.5,-0.5 + rot: 3.141592653589793 rad + pos: -22.5,-86.5 parent: 2 - uid: 18347 components: - type: Transform - pos: 57.5,-1.5 + rot: 3.141592653589793 rad + pos: -22.5,-87.5 parent: 2 - uid: 18348 components: - type: Transform - pos: 57.5,-2.5 + rot: 3.141592653589793 rad + pos: -22.5,-88.5 parent: 2 - uid: 18349 components: - type: Transform - pos: 57.5,-3.5 + rot: 3.141592653589793 rad + pos: -22.5,-89.5 parent: 2 - uid: 18350 components: - type: Transform - pos: 57.5,-5.5 + rot: 3.141592653589793 rad + pos: -22.5,-90.5 parent: 2 - uid: 18351 components: - type: Transform - pos: 57.5,-6.5 + rot: 3.141592653589793 rad + pos: -59.5,-41.5 parent: 2 - uid: 18352 components: - type: Transform - pos: 57.5,-7.5 + rot: 3.141592653589793 rad + pos: -59.5,-40.5 parent: 2 - uid: 18353 components: - type: Transform - pos: 57.5,-4.5 + rot: 3.141592653589793 rad + pos: -59.5,-39.5 parent: 2 - uid: 18354 components: - type: Transform - pos: 54.5,3.5 + pos: -45.5,-14.5 parent: 2 - uid: 18355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,4.5 + pos: -59.5,-38.5 parent: 2 - uid: 18356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,4.5 + rot: 1.5707963267948966 rad + pos: 2.5,4.5 parent: 2 - uid: 18357 components: - type: Transform - pos: 57.5,-11.5 + rot: 1.5707963267948966 rad + pos: 3.5,4.5 parent: 2 - uid: 18358 components: - type: Transform - pos: 57.5,-12.5 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 parent: 2 - uid: 18359 components: - type: Transform - pos: 57.5,-13.5 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 parent: 2 - uid: 18360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-14.5 + pos: 6.5,3.5 parent: 2 - uid: 18361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-14.5 + pos: 6.5,2.5 parent: 2 - uid: 18362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-14.5 + pos: 6.5,1.5 parent: 2 - uid: 18363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-14.5 + pos: 6.5,0.5 parent: 2 - uid: 18364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-14.5 + pos: -9.5,-75.5 parent: 2 - uid: 18365 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-14.5 + pos: -36.5,-2.5 parent: 2 - uid: 18366 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-24.5 + rot: -1.5707963267948966 rad + pos: -38.5,-2.5 parent: 2 - uid: 18367 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-14.5 + pos: -37.5,-2.5 parent: 2 - uid: 18368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-14.5 + rot: 3.141592653589793 rad + pos: -35.5,-4.5 parent: 2 - uid: 18369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-14.5 + rot: 3.141592653589793 rad + pos: -35.5,-3.5 parent: 2 - uid: 18370 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-14.5 + pos: 18.5,14.5 parent: 2 - uid: 18371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-13.5 + rot: 3.141592653589793 rad + pos: 15.5,13.5 parent: 2 - uid: 18372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-15.5 + rot: 1.5707963267948966 rad + pos: 16.5,14.5 parent: 2 - uid: 18373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 + rot: 1.5707963267948966 rad + pos: 17.5,14.5 parent: 2 - uid: 18374 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-17.5 + pos: 41.5,18.5 parent: 2 - uid: 18375 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-18.5 + pos: 41.5,19.5 parent: 2 - uid: 18376 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-19.5 + pos: 41.5,20.5 parent: 2 - uid: 18377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-60.5 + rot: 3.141592653589793 rad + pos: 41.5,21.5 parent: 2 - uid: 18378 components: - type: Transform - pos: -64.5,-54.5 + rot: 3.141592653589793 rad + pos: 41.5,22.5 parent: 2 - uid: 18379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-23.5 + rot: 3.141592653589793 rad + pos: 41.5,23.5 parent: 2 - uid: 18380 components: - type: Transform - pos: 44.5,-5.5 + rot: 3.141592653589793 rad + pos: 41.5,24.5 parent: 2 - uid: 18381 components: - type: Transform - pos: 44.5,-7.5 + pos: 41.5,26.5 parent: 2 - uid: 18382 components: - type: Transform - pos: 44.5,-8.5 + rot: -1.5707963267948966 rad + pos: 42.5,27.5 parent: 2 - uid: 18383 components: - type: Transform - pos: 44.5,-6.5 + rot: 3.141592653589793 rad + pos: 44.5,28.5 parent: 2 - uid: 18384 components: - type: Transform - pos: 44.5,-11.5 + rot: 3.141592653589793 rad + pos: 44.5,29.5 parent: 2 - uid: 18385 components: - type: Transform - pos: 44.5,-12.5 + rot: 3.141592653589793 rad + pos: 44.5,30.5 parent: 2 - uid: 18386 components: - type: Transform - pos: 44.5,-10.5 + rot: 1.5707963267948966 rad + pos: -43.5,-85.5 parent: 2 - uid: 18387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-4.5 + rot: 1.5707963267948966 rad + pos: -42.5,-85.5 parent: 2 - uid: 18388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-13.5 + pos: -44.5,-86.5 parent: 2 - uid: 18389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-13.5 + pos: -44.5,-88.5 parent: 2 - uid: 18390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-13.5 + pos: -44.5,-87.5 parent: 2 - uid: 18391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-13.5 + rot: -1.5707963267948966 rad + pos: 27.5,-71.5 parent: 2 - uid: 18392 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-12.5 + rot: 1.5707963267948966 rad + pos: 29.5,-5.5 parent: 2 - uid: 18393 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-5.5 + pos: 30.5,-5.5 parent: 2 - uid: 18394 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-5.5 + pos: 31.5,-5.5 parent: 2 - uid: 18395 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-5.5 + pos: 32.5,-5.5 parent: 2 - uid: 18396 components: - type: Transform - pos: 43.5,-6.5 + rot: 1.5707963267948966 rad + pos: 33.5,-5.5 parent: 2 - uid: 18397 components: - type: Transform - pos: 43.5,-7.5 + rot: 1.5707963267948966 rad + pos: 34.5,-5.5 parent: 2 - uid: 18398 components: - type: Transform - pos: 43.5,-8.5 + rot: 1.5707963267948966 rad + pos: 35.5,-5.5 parent: 2 - uid: 18399 components: - type: Transform - pos: 43.5,-9.5 + rot: 1.5707963267948966 rad + pos: 36.5,-5.5 parent: 2 - uid: 18400 components: - type: Transform - pos: 43.5,-10.5 + rot: 1.5707963267948966 rad + pos: 37.5,-5.5 parent: 2 - uid: 18401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-11.5 + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 parent: 2 - uid: 18402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-8.5 + rot: 1.5707963267948966 rad + pos: 39.5,-5.5 parent: 2 - uid: 18403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-8.5 + rot: 1.5707963267948966 rad + pos: 34.5,-47.5 parent: 2 - uid: 18404 components: - type: Transform - pos: 47.5,9.5 + rot: 1.5707963267948966 rad + pos: 35.5,-47.5 parent: 2 - uid: 18405 components: - type: Transform - pos: 47.5,8.5 + rot: 1.5707963267948966 rad + pos: 36.5,-47.5 parent: 2 - uid: 18406 components: - type: Transform - pos: 47.5,7.5 + rot: 1.5707963267948966 rad + pos: 37.5,-47.5 parent: 2 - uid: 18407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,6.5 + rot: 1.5707963267948966 rad + pos: 38.5,-47.5 parent: 2 - uid: 18408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,6.5 + rot: 1.5707963267948966 rad + pos: 39.5,-47.5 parent: 2 - uid: 18409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,5.5 + rot: 1.5707963267948966 rad + pos: 40.5,-47.5 parent: 2 - uid: 18410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,4.5 + rot: 1.5707963267948966 rad + pos: 41.5,-47.5 parent: 2 - uid: 18411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,3.5 + rot: 1.5707963267948966 rad + pos: 42.5,-47.5 parent: 2 - uid: 18412 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,2.5 + rot: 1.5707963267948966 rad + pos: 43.5,-47.5 parent: 2 - uid: 18413 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,1.5 + rot: 1.5707963267948966 rad + pos: 44.5,-47.5 parent: 2 - uid: 18414 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,0.5 + rot: 1.5707963267948966 rad + pos: 45.5,-47.5 parent: 2 - uid: 18415 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-0.5 + rot: 1.5707963267948966 rad + pos: 46.5,-47.5 parent: 2 - uid: 18416 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-1.5 + rot: 1.5707963267948966 rad + pos: 47.5,-47.5 parent: 2 - uid: 18417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-2.5 + pos: 33.5,-46.5 parent: 2 - uid: 18418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-3.5 + pos: 33.5,-45.5 parent: 2 - uid: 18419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-23.5 + pos: 33.5,-44.5 parent: 2 - uid: 18420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-23.5 + pos: 33.5,-43.5 parent: 2 - uid: 18421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-23.5 + pos: 33.5,-42.5 parent: 2 - uid: 18422 components: - type: Transform - pos: 63.5,-6.5 + pos: 33.5,-41.5 parent: 2 - uid: 18423 components: - type: Transform - pos: 63.5,-7.5 + pos: 33.5,-40.5 parent: 2 - uid: 18424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-9.5 + pos: 33.5,-39.5 parent: 2 - uid: 18425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-9.5 + pos: 33.5,-38.5 parent: 2 - uid: 18426 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-8.5 + pos: 33.5,-37.5 parent: 2 - uid: 18427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,10.5 + pos: 33.5,-36.5 parent: 2 - uid: 18428 components: - type: Transform - pos: -15.5,9.5 + pos: 33.5,-35.5 parent: 2 - uid: 18429 components: - type: Transform - pos: -15.5,8.5 + pos: 33.5,-34.5 parent: 2 - uid: 18430 components: - type: Transform - pos: -16.5,6.5 + pos: 33.5,-33.5 parent: 2 - uid: 18431 components: - type: Transform - pos: -16.5,5.5 + pos: 33.5,-32.5 parent: 2 - uid: 18432 components: - type: Transform - pos: -16.5,4.5 + rot: -1.5707963267948966 rad + pos: 32.5,-31.5 parent: 2 - uid: 18433 components: - type: Transform - pos: -16.5,3.5 + rot: -1.5707963267948966 rad + pos: 31.5,-31.5 parent: 2 - uid: 18434 components: - type: Transform - pos: -16.5,2.5 + rot: 3.141592653589793 rad + pos: 30.5,-30.5 parent: 2 - uid: 18435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,0.5 + rot: 3.141592653589793 rad + pos: 30.5,-29.5 parent: 2 - uid: 18436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,0.5 + rot: 3.141592653589793 rad + pos: 30.5,-28.5 parent: 2 - uid: 18437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,0.5 + rot: 3.141592653589793 rad + pos: 30.5,-27.5 parent: 2 - uid: 18438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,0.5 + rot: 3.141592653589793 rad + pos: 30.5,-26.5 parent: 2 - uid: 18439 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,1.5 + pos: 30.5,-25.5 parent: 2 - uid: 18440 components: - type: Transform - pos: -24.5,-41.5 + rot: 3.141592653589793 rad + pos: 30.5,-24.5 parent: 2 - uid: 18441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-23.5 parent: 2 - uid: 18442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-22.5 parent: 2 - uid: 18443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-21.5 parent: 2 - uid: 18444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,24.5 + rot: 3.141592653589793 rad + pos: 30.5,-20.5 parent: 2 - uid: 18445 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,15.5 + pos: 30.5,-19.5 parent: 2 - uid: 18446 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-73.5 + pos: 30.5,-18.5 parent: 2 - uid: 18447 components: - type: Transform - pos: 7.5,-74.5 + rot: 3.141592653589793 rad + pos: 30.5,-17.5 parent: 2 - uid: 18448 components: - type: Transform - pos: 7.5,-75.5 + rot: 3.141592653589793 rad + pos: 30.5,-16.5 parent: 2 - uid: 18449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-15.5 parent: 2 - uid: 18450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-14.5 parent: 2 - uid: 18451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-13.5 parent: 2 - uid: 18452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-12.5 parent: 2 - uid: 18453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-76.5 + rot: 3.141592653589793 rad + pos: 30.5,-11.5 parent: 2 - uid: 18454 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-77.5 + pos: 30.5,-10.5 parent: 2 - uid: 18455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-78.5 + pos: 33.5,-48.5 parent: 2 - uid: 18456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-79.5 + pos: 33.5,-49.5 parent: 2 - uid: 18457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-80.5 + pos: 33.5,-50.5 parent: 2 - uid: 18458 components: - type: Transform - pos: -23.5,-35.5 + pos: 33.5,-51.5 parent: 2 - uid: 18459 components: - type: Transform - pos: -23.5,-34.5 + pos: 33.5,-52.5 parent: 2 - uid: 18460 components: - type: Transform - pos: -23.5,-36.5 + rot: -1.5707963267948966 rad + pos: 32.5,-53.5 parent: 2 - uid: 18461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-80.5 + rot: -1.5707963267948966 rad + pos: 31.5,-53.5 parent: 2 - uid: 18462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-79.5 + rot: -1.5707963267948966 rad + pos: 30.5,-53.5 parent: 2 - uid: 18463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-78.5 + rot: -1.5707963267948966 rad + pos: 29.5,-53.5 parent: 2 - uid: 18464 components: - type: Transform - pos: -29.5,-116.5 + pos: 28.5,-54.5 parent: 2 - uid: 18465 components: - type: Transform - pos: -29.5,-115.5 + pos: 28.5,-55.5 parent: 2 - uid: 18466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-117.5 + pos: 28.5,-56.5 parent: 2 - uid: 18467 components: - type: Transform - pos: -29.5,-114.5 + pos: 28.5,-57.5 parent: 2 - uid: 18468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-112.5 + pos: 28.5,-58.5 parent: 2 - uid: 18469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-112.5 + pos: 28.5,-59.5 parent: 2 - uid: 18470 components: - type: Transform - pos: 50.5,-6.5 + pos: 28.5,-60.5 parent: 2 - uid: 18471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,19.5 + pos: 28.5,-61.5 parent: 2 - uid: 18472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-77.5 + pos: 28.5,-62.5 parent: 2 - uid: 18473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-4.5 + pos: 28.5,-63.5 parent: 2 - uid: 18474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-31.5 + pos: 28.5,-64.5 parent: 2 - uid: 18475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,9.5 + pos: 28.5,-65.5 parent: 2 - uid: 18476 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,17.5 + pos: 28.5,-66.5 parent: 2 - uid: 18477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,9.5 + pos: 28.5,-67.5 parent: 2 - uid: 18478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,9.5 + pos: 28.5,-68.5 parent: 2 - uid: 18479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-30.5 + pos: 28.5,-69.5 parent: 2 - uid: 18480 components: - type: Transform - pos: 1.5,-1.5 + pos: 28.5,-70.5 parent: 2 - uid: 18481 components: - type: Transform - pos: 1.5,-2.5 + rot: -1.5707963267948966 rad + pos: 26.5,-71.5 parent: 2 - uid: 18482 components: - type: Transform - pos: -27.5,-42.5 + rot: -1.5707963267948966 rad + pos: 25.5,-71.5 parent: 2 - uid: 18483 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-32.5 + pos: 24.5,-71.5 parent: 2 - uid: 18484 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,-32.5 + pos: 23.5,-71.5 parent: 2 - uid: 18485 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,-32.5 + pos: 22.5,-71.5 parent: 2 - uid: 18486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-31.5 + rot: -1.5707963267948966 rad + pos: 21.5,-71.5 parent: 2 - uid: 18487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-30.5 + rot: -1.5707963267948966 rad + pos: 20.5,-71.5 parent: 2 - uid: 18488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-74.5 + rot: -1.5707963267948966 rad + pos: 19.5,-71.5 parent: 2 - uid: 18489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-75.5 + rot: -1.5707963267948966 rad + pos: 18.5,-71.5 parent: 2 - uid: 18490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-75.5 + rot: -1.5707963267948966 rad + pos: 17.5,-71.5 parent: 2 - uid: 18491 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-74.5 + rot: -1.5707963267948966 rad + pos: 16.5,-71.5 parent: 2 - uid: 18492 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-73.5 + rot: -1.5707963267948966 rad + pos: 15.5,-71.5 parent: 2 - uid: 18493 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-72.5 + rot: -1.5707963267948966 rad + pos: 14.5,-71.5 parent: 2 - uid: 18494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-71.5 + rot: -1.5707963267948966 rad + pos: 13.5,-71.5 parent: 2 - uid: 18495 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-70.5 + rot: -1.5707963267948966 rad + pos: 12.5,-71.5 parent: 2 - uid: 18496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-69.5 + rot: -1.5707963267948966 rad + pos: 11.5,-71.5 parent: 2 - uid: 18497 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-68.5 + pos: -29.5,-68.5 parent: 2 - uid: 18498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 + rot: 3.141592653589793 rad + pos: 10.5,-72.5 parent: 2 - uid: 18499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-4.5 + rot: 3.141592653589793 rad + pos: 10.5,-73.5 parent: 2 - uid: 18500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 + rot: 1.5707963267948966 rad + pos: 9.5,-74.5 parent: 2 - uid: 18501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 + rot: 1.5707963267948966 rad + pos: 8.5,-74.5 parent: 2 - uid: 18502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-4.5 + rot: 1.5707963267948966 rad + pos: 6.5,-74.5 parent: 2 - uid: 18503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 + rot: 1.5707963267948966 rad + pos: 5.5,-74.5 parent: 2 - uid: 18504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,25.5 + rot: 1.5707963267948966 rad + pos: 4.5,-74.5 parent: 2 - uid: 18505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,25.5 + rot: 1.5707963267948966 rad + pos: 3.5,-74.5 parent: 2 - uid: 18506 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,12.5 + pos: 2.5,-74.5 parent: 2 - uid: 18507 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,12.5 + pos: 1.5,-74.5 parent: 2 - uid: 18508 components: - type: Transform - pos: -45.5,11.5 + rot: 1.5707963267948966 rad + pos: 0.5,-74.5 parent: 2 - uid: 18509 components: - type: Transform - pos: -45.5,10.5 + rot: 1.5707963267948966 rad + pos: -0.5,-74.5 parent: 2 - uid: 18510 components: - type: Transform - pos: -45.5,9.5 + rot: 1.5707963267948966 rad + pos: -1.5,-74.5 parent: 2 - uid: 18511 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,8.5 + pos: -2.5,-74.5 parent: 2 - uid: 18512 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,8.5 + pos: -3.5,-74.5 parent: 2 - uid: 18513 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,8.5 + pos: -4.5,-74.5 parent: 2 - uid: 18514 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,8.5 + pos: -5.5,-74.5 parent: 2 - uid: 18515 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,8.5 + pos: -6.5,-74.5 parent: 2 - uid: 18516 components: - type: Transform - pos: -39.5,7.5 + rot: 1.5707963267948966 rad + pos: -7.5,-74.5 parent: 2 - uid: 18517 components: - type: Transform - pos: -39.5,6.5 + rot: 1.5707963267948966 rad + pos: -8.5,-74.5 parent: 2 - uid: 18518 components: - type: Transform - pos: -39.5,5.5 + rot: -1.5707963267948966 rad + pos: -8.5,-76.5 parent: 2 - uid: 18519 components: - type: Transform - pos: -39.5,4.5 + pos: -10.5,-72.5 parent: 2 - uid: 18520 components: - type: Transform - pos: -39.5,3.5 + pos: -10.5,-73.5 parent: 2 - uid: 18521 components: - type: Transform - pos: -39.5,2.5 + rot: -1.5707963267948966 rad + pos: -11.5,-71.5 parent: 2 - uid: 18522 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,1.5 + pos: -12.5,-71.5 parent: 2 - uid: 18523 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,1.5 + pos: -13.5,-71.5 parent: 2 - uid: 18524 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,1.5 + pos: -14.5,-71.5 parent: 2 - uid: 18525 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,1.5 + pos: -15.5,-71.5 parent: 2 - uid: 18526 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,1.5 + pos: -16.5,-71.5 parent: 2 - uid: 18527 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,1.5 + pos: -17.5,-71.5 parent: 2 - uid: 18528 components: - type: Transform - pos: 51.5,-6.5 + rot: -1.5707963267948966 rad + pos: -18.5,-71.5 parent: 2 - uid: 18529 components: - type: Transform - pos: 51.5,-5.5 + rot: -1.5707963267948966 rad + pos: -19.5,-71.5 parent: 2 - uid: 18530 components: - type: Transform - pos: 51.5,-2.5 + rot: -1.5707963267948966 rad + pos: -20.5,-71.5 parent: 2 - uid: 18531 components: - type: Transform - pos: 51.5,-1.5 + rot: -1.5707963267948966 rad + pos: -21.5,-71.5 parent: 2 - uid: 18532 components: - type: Transform - pos: 51.5,-0.5 + rot: -1.5707963267948966 rad + pos: -22.5,-71.5 parent: 2 - uid: 18533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-44.5 + rot: -1.5707963267948966 rad + pos: -23.5,-71.5 parent: 2 - uid: 18534 components: - type: Transform - pos: -28.5,-43.5 + pos: -24.5,-72.5 parent: 2 - uid: 18535 components: - type: Transform - pos: -28.5,-42.5 + pos: -24.5,-73.5 parent: 2 - uid: 18536 components: - type: Transform - pos: -28.5,-41.5 + pos: -24.5,-74.5 parent: 2 - uid: 18537 components: - type: Transform - pos: -28.5,-40.5 + pos: -24.5,-75.5 parent: 2 - uid: 18538 components: - type: Transform - pos: -28.5,-39.5 + pos: -24.5,-76.5 parent: 2 - uid: 18539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-38.5 + pos: -24.5,-77.5 parent: 2 - uid: 18540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-38.5 + pos: -24.5,-78.5 parent: 2 - uid: 18541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-31.5 + pos: -24.5,-79.5 parent: 2 - uid: 18542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-30.5 + rot: -1.5707963267948966 rad + pos: -25.5,-80.5 parent: 2 - uid: 18543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-29.5 + rot: -1.5707963267948966 rad + pos: -26.5,-80.5 parent: 2 - uid: 18544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-28.5 + rot: -1.5707963267948966 rad + pos: -27.5,-80.5 parent: 2 - uid: 18545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-27.5 + rot: -1.5707963267948966 rad + pos: -28.5,-80.5 parent: 2 - uid: 18546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-15.5 + rot: -1.5707963267948966 rad + pos: -29.5,-80.5 parent: 2 - uid: 18547 components: - type: Transform - pos: -23.5,-25.5 + rot: -1.5707963267948966 rad + pos: -30.5,-80.5 parent: 2 - uid: 18548 components: - type: Transform - pos: -23.5,-24.5 + pos: -31.5,-81.5 parent: 2 - uid: 18549 components: - type: Transform - pos: -23.5,-23.5 + pos: -31.5,-82.5 parent: 2 - uid: 18550 components: - type: Transform - pos: -23.5,-22.5 + pos: -31.5,-83.5 parent: 2 - uid: 18551 components: - type: Transform - pos: -23.5,-21.5 + pos: -31.5,-84.5 parent: 2 - uid: 18552 components: - type: Transform - pos: -23.5,-20.5 + pos: -31.5,-85.5 parent: 2 - uid: 18553 components: - type: Transform - pos: -23.5,-19.5 + pos: -31.5,-86.5 parent: 2 - uid: 18554 components: - type: Transform - pos: -23.5,-18.5 + pos: -31.5,-87.5 parent: 2 - uid: 18555 components: - type: Transform - pos: -23.5,-17.5 + pos: -31.5,-88.5 parent: 2 - uid: 18556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-16.5 + pos: -31.5,-89.5 parent: 2 - uid: 18557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-16.5 + pos: -31.5,-90.5 parent: 2 - uid: 18558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-14.5 + pos: -31.5,-91.5 parent: 2 - uid: 18559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-13.5 + pos: -31.5,-92.5 parent: 2 - uid: 18560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-12.5 + rot: -1.5707963267948966 rad + pos: -32.5,-93.5 parent: 2 - uid: 18561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-11.5 + rot: -1.5707963267948966 rad + pos: -33.5,-93.5 parent: 2 - uid: 18562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-10.5 + rot: -1.5707963267948966 rad + pos: -34.5,-93.5 parent: 2 - uid: 18563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-9.5 + rot: -1.5707963267948966 rad + pos: -35.5,-93.5 parent: 2 - uid: 18564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-8.5 + rot: -1.5707963267948966 rad + pos: -36.5,-93.5 parent: 2 - uid: 18565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-3.5 + rot: -1.5707963267948966 rad + pos: -37.5,-93.5 parent: 2 - uid: 18566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 + rot: -1.5707963267948966 rad + pos: -38.5,-93.5 parent: 2 - uid: 18567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 + rot: -1.5707963267948966 rad + pos: -40.5,-94.5 parent: 2 - uid: 18568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-1.5 + rot: -1.5707963267948966 rad + pos: -41.5,-94.5 parent: 2 - uid: 18569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 + rot: -1.5707963267948966 rad + pos: -42.5,-94.5 parent: 2 - uid: 18570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-1.5 + rot: -1.5707963267948966 rad + pos: -43.5,-94.5 parent: 2 - uid: 18571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-1.5 + rot: -1.5707963267948966 rad + pos: -44.5,-94.5 parent: 2 - uid: 18572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 + rot: -1.5707963267948966 rad + pos: -45.5,-94.5 parent: 2 - uid: 18573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-1.5 + rot: -1.5707963267948966 rad + pos: -46.5,-94.5 parent: 2 - uid: 18574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 + rot: -1.5707963267948966 rad + pos: -47.5,-94.5 parent: 2 - uid: 18575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 + rot: -1.5707963267948966 rad + pos: -48.5,-94.5 parent: 2 - uid: 18576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 + rot: -1.5707963267948966 rad + pos: -49.5,-94.5 parent: 2 - uid: 18577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 + rot: -1.5707963267948966 rad + pos: -50.5,-94.5 parent: 2 - uid: 18578 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-1.5 + pos: -51.5,-94.5 parent: 2 - uid: 18579 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-1.5 + pos: -54.5,-89.5 parent: 2 - uid: 18580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 + pos: -52.5,-93.5 parent: 2 - uid: 18581 components: - type: Transform - pos: -7.5,-87.5 + pos: -53.5,-91.5 parent: 2 - uid: 18582 components: - type: Transform - pos: -7.5,-88.5 + pos: -53.5,-90.5 parent: 2 - uid: 18583 components: - type: Transform - pos: -7.5,-89.5 + rot: 3.141592653589793 rad + pos: -25.5,-70.5 parent: 2 - uid: 18584 components: - type: Transform - pos: -7.5,-90.5 + rot: 1.5707963267948966 rad + pos: -26.5,-69.5 parent: 2 - uid: 18585 components: - type: Transform - pos: -7.5,-91.5 + rot: 1.5707963267948966 rad + pos: -27.5,-69.5 parent: 2 - uid: 18586 components: - type: Transform - pos: -7.5,-92.5 + rot: 1.5707963267948966 rad + pos: -28.5,-69.5 parent: 2 - uid: 18587 components: - type: Transform - pos: -7.5,-93.5 + pos: -29.5,-67.5 parent: 2 - uid: 18588 components: - type: Transform - pos: -7.5,-94.5 + pos: -29.5,-66.5 parent: 2 - uid: 18589 components: - type: Transform - pos: -7.5,-95.5 + pos: -29.5,-65.5 parent: 2 - uid: 18590 components: - type: Transform - pos: -7.5,-96.5 + pos: -29.5,-64.5 parent: 2 - uid: 18591 components: - type: Transform - pos: -7.5,-97.5 + pos: -29.5,-63.5 parent: 2 - uid: 18592 components: - type: Transform - pos: -7.5,-98.5 + pos: -29.5,-62.5 parent: 2 - uid: 18593 components: - type: Transform - pos: -7.5,-99.5 + pos: -29.5,-61.5 parent: 2 - uid: 18594 components: - type: Transform - pos: -6.5,-101.5 + pos: -29.5,-60.5 parent: 2 - uid: 18595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-51.5 + pos: -29.5,-59.5 parent: 2 - uid: 18596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-51.5 + pos: -29.5,-58.5 parent: 2 - uid: 18597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-50.5 + pos: -29.5,-57.5 parent: 2 - uid: 18598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-50.5 + pos: -29.5,-56.5 parent: 2 - uid: 18599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-50.5 + pos: -29.5,-55.5 parent: 2 - uid: 18600 components: - type: Transform - pos: -71.5,-49.5 + pos: -29.5,-54.5 parent: 2 - uid: 18601 components: - type: Transform - pos: -71.5,-48.5 + pos: -31.5,-43.5 parent: 2 - uid: 18602 components: - type: Transform - pos: -71.5,-47.5 + pos: -31.5,-42.5 parent: 2 - uid: 18603 components: - type: Transform - pos: -71.5,-46.5 + pos: -31.5,-41.5 parent: 2 - uid: 18604 components: - type: Transform - pos: -71.5,-45.5 + pos: -31.5,-40.5 parent: 2 - uid: 18605 components: - type: Transform - pos: -71.5,-44.5 + pos: -31.5,-39.5 parent: 2 - uid: 18606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-63.5 + pos: -31.5,-38.5 parent: 2 - uid: 18607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-64.5 + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 parent: 2 - uid: 18608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-67.5 + rot: -1.5707963267948966 rad + pos: -33.5,-37.5 parent: 2 - uid: 18609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-68.5 + rot: -1.5707963267948966 rad + pos: -34.5,-37.5 parent: 2 - uid: 18610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-69.5 + rot: -1.5707963267948966 rad + pos: -35.5,-37.5 parent: 2 - uid: 18611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-70.5 + rot: -1.5707963267948966 rad + pos: -36.5,-37.5 parent: 2 - uid: 18612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-71.5 + rot: -1.5707963267948966 rad + pos: -37.5,-37.5 parent: 2 - uid: 18613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-72.5 + rot: -1.5707963267948966 rad + pos: -38.5,-37.5 parent: 2 - uid: 18614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-73.5 + rot: -1.5707963267948966 rad + pos: -39.5,-37.5 parent: 2 - uid: 18615 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-74.5 + pos: -40.5,-36.5 parent: 2 - uid: 18616 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-75.5 + pos: -40.5,-35.5 parent: 2 - uid: 18617 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-76.5 + pos: -40.5,-34.5 parent: 2 - uid: 18618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-77.5 + rot: 3.141592653589793 rad + pos: -40.5,-33.5 parent: 2 - uid: 18619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-77.5 + rot: 3.141592653589793 rad + pos: -40.5,-32.5 parent: 2 - uid: 18620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-77.5 + rot: 3.141592653589793 rad + pos: -40.5,-31.5 parent: 2 - uid: 18621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-77.5 + rot: 3.141592653589793 rad + pos: -40.5,-30.5 parent: 2 - uid: 18622 components: - type: Transform - pos: -53.5,-78.5 + rot: 3.141592653589793 rad + pos: -40.5,-29.5 parent: 2 - uid: 18623 components: - type: Transform - pos: -53.5,-79.5 + rot: 3.141592653589793 rad + pos: -40.5,-28.5 parent: 2 - uid: 18624 components: - type: Transform - pos: -53.5,-80.5 + rot: 3.141592653589793 rad + pos: -40.5,-27.5 parent: 2 - uid: 18625 components: - type: Transform - pos: -53.5,-81.5 + rot: 3.141592653589793 rad + pos: -40.5,-26.5 parent: 2 - uid: 18626 components: - type: Transform - pos: -53.5,-82.5 + rot: -1.5707963267948966 rad + pos: -39.5,-25.5 parent: 2 - uid: 18627 components: - type: Transform - pos: -53.5,-83.5 + rot: 3.141592653589793 rad + pos: -37.5,-45.5 parent: 2 - uid: 18628 components: - type: Transform - pos: -53.5,-84.5 + rot: 1.5707963267948966 rad + pos: -36.5,-44.5 parent: 2 - uid: 18629 components: - type: Transform - pos: -53.5,-85.5 + rot: 1.5707963267948966 rad + pos: -35.5,-44.5 parent: 2 - uid: 18630 components: - type: Transform - pos: -53.5,-86.5 + rot: 1.5707963267948966 rad + pos: -34.5,-44.5 parent: 2 - uid: 18631 components: - type: Transform - pos: -53.5,-87.5 + rot: 1.5707963267948966 rad + pos: -33.5,-44.5 parent: 2 - uid: 18632 components: - type: Transform - pos: -52.5,-89.5 + rot: 1.5707963267948966 rad + pos: -32.5,-44.5 parent: 2 - uid: 18633 components: - type: Transform - pos: -52.5,-90.5 + pos: -31.5,-45.5 parent: 2 - uid: 18634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-92.5 + pos: -31.5,-46.5 parent: 2 - uid: 18635 components: - type: Transform - pos: -50.5,-94.5 + pos: -31.5,-47.5 parent: 2 - uid: 18636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-95.5 + pos: -31.5,-48.5 parent: 2 - uid: 18637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-95.5 + pos: -31.5,-49.5 parent: 2 - uid: 18638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-95.5 + pos: -31.5,-50.5 parent: 2 - uid: 18639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-95.5 + pos: -31.5,-51.5 parent: 2 - uid: 18640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-95.5 + pos: -31.5,-52.5 parent: 2 - uid: 18641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-95.5 + rot: -1.5707963267948966 rad + pos: -30.5,-53.5 parent: 2 - uid: 18642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-95.5 + pos: -31.5,-36.5 parent: 2 - uid: 18643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-95.5 + pos: -31.5,-35.5 parent: 2 - uid: 18644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-95.5 + pos: -31.5,-34.5 parent: 2 - uid: 18645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-95.5 + pos: -31.5,-33.5 parent: 2 - uid: 18646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-95.5 + rot: -1.5707963267948966 rad + pos: -30.5,-32.5 parent: 2 - uid: 18647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-95.5 + rot: -1.5707963267948966 rad + pos: -29.5,-32.5 parent: 2 - uid: 18648 components: - type: Transform - pos: -37.5,-93.5 + rot: 3.141592653589793 rad + pos: -28.5,-31.5 parent: 2 - uid: 18649 components: - type: Transform - pos: -37.5,-94.5 + rot: 3.141592653589793 rad + pos: -28.5,-30.5 parent: 2 - uid: 18650 components: - type: Transform - pos: -8.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-29.5 parent: 2 - uid: 18651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-28.5 parent: 2 - uid: 18652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-27.5 parent: 2 - uid: 18653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-26.5 parent: 2 - uid: 18654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-25.5 parent: 2 - uid: 18655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-24.5 parent: 2 - uid: 18656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-23.5 parent: 2 - uid: 18657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-22.5 parent: 2 - uid: 18658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,-21.5 parent: 2 - uid: 18659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-20.5 parent: 2 - uid: 18660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-19.5 parent: 2 - uid: 18661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-18.5 parent: 2 - uid: 18662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-17.5 parent: 2 - uid: 18663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-16.5 parent: 2 - uid: 18664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,-15.5 parent: 2 - uid: 18665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,16.5 + rot: 3.141592653589793 rad + pos: -28.5,-14.5 parent: 2 - uid: 18666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,16.5 + rot: 3.141592653589793 rad + pos: -28.5,-13.5 parent: 2 - uid: 18667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,16.5 + rot: 3.141592653589793 rad + pos: -28.5,-12.5 parent: 2 - uid: 18668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,16.5 + rot: 3.141592653589793 rad + pos: -28.5,-11.5 parent: 2 - uid: 18669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,16.5 + rot: 3.141592653589793 rad + pos: -28.5,-10.5 parent: 2 - uid: 18670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,16.5 + pos: -28.5,-9.5 parent: 2 - uid: 18671 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,16.5 + pos: -27.5,-8.5 parent: 2 - uid: 18672 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,16.5 + pos: -26.5,-8.5 parent: 2 - uid: 18673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,16.5 + pos: -25.5,-7.5 parent: 2 - uid: 18674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,15.5 + pos: -25.5,-6.5 parent: 2 - uid: 18675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,14.5 + pos: -25.5,-5.5 parent: 2 - uid: 18676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,12.5 + pos: -25.5,-4.5 parent: 2 - uid: 18677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,13.5 + pos: -25.5,-3.5 parent: 2 - uid: 18678 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,11.5 + pos: -24.5,-2.5 parent: 2 - uid: 18679 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,11.5 + pos: -23.5,-2.5 parent: 2 - uid: 18680 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,11.5 + pos: -22.5,-2.5 parent: 2 - uid: 18681 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,11.5 + pos: -21.5,-2.5 parent: 2 - uid: 18682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,10.5 + rot: -1.5707963267948966 rad + pos: -20.5,-2.5 parent: 2 - uid: 18683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,9.5 + pos: -19.5,0.5 parent: 2 - uid: 18684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,8.5 + pos: -19.5,-0.5 parent: 2 - uid: 18685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,8.5 + pos: -19.5,-1.5 parent: 2 - uid: 18686 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,8.5 + pos: -18.5,1.5 parent: 2 - uid: 18687 components: - type: Transform - pos: -53.5,8.5 + rot: -1.5707963267948966 rad + pos: -17.5,1.5 parent: 2 - uid: 18688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 + rot: -1.5707963267948966 rad + pos: -15.5,1.5 parent: 2 - uid: 18689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,6.5 + rot: -1.5707963267948966 rad + pos: -14.5,1.5 parent: 2 - uid: 18690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,5.5 + rot: -1.5707963267948966 rad + pos: -13.5,1.5 parent: 2 - uid: 18691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,4.5 + rot: -1.5707963267948966 rad + pos: -12.5,1.5 parent: 2 - uid: 18692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,3.5 + rot: -1.5707963267948966 rad + pos: -11.5,1.5 parent: 2 - uid: 18693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,2.5 + pos: -10.5,2.5 parent: 2 - uid: 18694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,2.5 + pos: -10.5,3.5 parent: 2 - uid: 18695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,2.5 + rot: -1.5707963267948966 rad + pos: -9.5,4.5 parent: 2 - uid: 18696 components: - type: Transform - pos: -57.5,1.5 + rot: -1.5707963267948966 rad + pos: -8.5,4.5 parent: 2 - uid: 18697 components: - type: Transform - pos: -57.5,0.5 + rot: -1.5707963267948966 rad + pos: -7.5,4.5 parent: 2 - uid: 18698 components: - type: Transform - pos: -57.5,-0.5 + rot: -1.5707963267948966 rad + pos: -6.5,4.5 parent: 2 - uid: 18699 components: - type: Transform - pos: -57.5,-1.5 + rot: -1.5707963267948966 rad + pos: -5.5,4.5 parent: 2 - uid: 18700 components: - type: Transform - pos: -57.5,-2.5 + rot: -1.5707963267948966 rad + pos: -4.5,4.5 parent: 2 - uid: 18701 components: - type: Transform - pos: -57.5,-3.5 + rot: -1.5707963267948966 rad + pos: -3.5,4.5 parent: 2 - uid: 18702 components: - type: Transform - pos: -57.5,-4.5 + rot: 3.141592653589793 rad + pos: -2.5,5.5 parent: 2 - uid: 18703 components: - type: Transform - pos: -57.5,-5.5 + rot: 3.141592653589793 rad + pos: -3.5,7.5 parent: 2 - uid: 18704 components: - type: Transform - pos: -53.5,8.5 + rot: 3.141592653589793 rad + pos: -3.5,8.5 parent: 2 - uid: 18705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-21.5 + rot: 3.141592653589793 rad + pos: -3.5,9.5 parent: 2 - uid: 18706 components: - type: Transform - pos: -64.5,-20.5 + rot: 3.141592653589793 rad + pos: -3.5,10.5 parent: 2 - uid: 18707 components: - type: Transform - pos: -64.5,-19.5 + rot: 3.141592653589793 rad + pos: -1.5,3.5 parent: 2 - uid: 18708 components: - type: Transform - pos: -64.5,-18.5 + rot: 1.5707963267948966 rad + pos: -0.5,2.5 parent: 2 - uid: 18709 components: - type: Transform - pos: -64.5,-17.5 + rot: 1.5707963267948966 rad + pos: 0.5,2.5 parent: 2 - uid: 18710 components: - type: Transform - pos: -64.5,-16.5 + rot: 1.5707963267948966 rad + pos: 1.5,2.5 parent: 2 - uid: 18711 components: - type: Transform - pos: -64.5,-15.5 + rot: 1.5707963267948966 rad + pos: 2.5,2.5 parent: 2 - uid: 18712 components: - type: Transform - pos: -64.5,-14.5 + rot: 1.5707963267948966 rad + pos: 4.5,3.5 parent: 2 - uid: 18713 components: - type: Transform - pos: -64.5,-13.5 + rot: 1.5707963267948966 rad + pos: 5.5,3.5 parent: 2 - uid: 18714 components: - type: Transform - pos: -64.5,-12.5 + rot: 1.5707963267948966 rad + pos: 6.5,3.5 parent: 2 - uid: 18715 components: - type: Transform - pos: -64.5,-11.5 + rot: 1.5707963267948966 rad + pos: 7.5,3.5 parent: 2 - uid: 18716 components: - type: Transform - pos: -64.5,-10.5 + rot: 1.5707963267948966 rad + pos: 8.5,3.5 parent: 2 - uid: 18717 components: - type: Transform - pos: -64.5,-9.5 + rot: 1.5707963267948966 rad + pos: 9.5,3.5 parent: 2 - uid: 18718 components: - type: Transform - pos: -64.5,-8.5 + rot: 1.5707963267948966 rad + pos: 10.5,3.5 parent: 2 - uid: 18719 components: - type: Transform - pos: -64.5,-7.5 + rot: 1.5707963267948966 rad + pos: 11.5,3.5 parent: 2 - uid: 18720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-6.5 + rot: 1.5707963267948966 rad + pos: 12.5,3.5 parent: 2 - uid: 18721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-6.5 + pos: 13.5,2.5 parent: 2 - uid: 18722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-6.5 + pos: 13.5,1.5 parent: 2 - uid: 18723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-6.5 + pos: 13.5,0.5 parent: 2 - uid: 18724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-6.5 + rot: 1.5707963267948966 rad + pos: 14.5,-0.5 parent: 2 - uid: 18725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-6.5 + rot: 1.5707963267948966 rad + pos: 15.5,-0.5 parent: 2 - uid: 18726 components: - type: Transform - pos: -32.5,-11.5 + rot: 1.5707963267948966 rad + pos: 16.5,-0.5 parent: 2 - uid: 18727 components: - type: Transform - pos: -32.5,-10.5 + rot: 1.5707963267948966 rad + pos: 17.5,-0.5 parent: 2 - uid: 18728 components: - type: Transform - pos: -32.5,-9.5 + rot: 1.5707963267948966 rad + pos: 18.5,-0.5 parent: 2 - uid: 18729 components: - type: Transform - pos: -32.5,-8.5 + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 parent: 2 - uid: 18730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,9.5 + rot: 1.5707963267948966 rad + pos: 20.5,-0.5 parent: 2 - uid: 18731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,9.5 + rot: 1.5707963267948966 rad + pos: 21.5,-0.5 parent: 2 - uid: 18732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,9.5 + pos: 22.5,-2.5 parent: 2 - uid: 18733 components: - type: Transform - pos: 35.5,-26.5 + pos: 22.5,-1.5 parent: 2 - uid: 18734 components: - type: Transform - pos: 35.5,-25.5 + rot: -1.5707963267948966 rad + pos: 24.5,-4.5 parent: 2 - uid: 18735 components: - type: Transform - pos: 35.5,-24.5 + rot: -1.5707963267948966 rad + pos: 25.5,-4.5 parent: 2 - uid: 18736 components: - type: Transform - pos: 35.5,-23.5 + rot: -1.5707963267948966 rad + pos: 27.5,-4.5 parent: 2 - uid: 18737 components: - type: Transform - pos: 35.5,-22.5 + rot: -1.5707963267948966 rad + pos: 26.5,-4.5 parent: 2 - uid: 18738 components: - type: Transform - pos: 35.5,-21.5 + rot: 3.141592653589793 rad + pos: 28.5,-6.5 parent: 2 - uid: 18739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-20.5 + rot: 3.141592653589793 rad + pos: 28.5,-7.5 parent: 2 - uid: 18740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-20.5 + rot: 3.141592653589793 rad + pos: 28.5,-8.5 parent: 2 - uid: 18741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-20.5 + rot: 1.5707963267948966 rad + pos: 29.5,-9.5 parent: 2 - uid: 18742 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-20.5 + pos: 19.5,-76.5 parent: 2 - uid: 18743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-19.5 + rot: -1.5707963267948966 rad + pos: 41.5,-1.5 parent: 2 - uid: 18744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-18.5 + rot: -1.5707963267948966 rad + pos: -16.5,1.5 parent: 2 - uid: 18745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-17.5 + rot: -1.5707963267948966 rad + pos: 15.5,-77.5 parent: 2 - uid: 18746 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-16.5 + pos: 51.5,-15.5 parent: 2 - uid: 18747 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-15.5 + pos: 51.5,-16.5 parent: 2 - uid: 18748 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-14.5 + pos: 51.5,-17.5 parent: 2 - uid: 18749 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-13.5 + pos: 51.5,-18.5 parent: 2 - uid: 18750 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-12.5 + pos: 51.5,-19.5 parent: 2 - uid: 18751 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-11.5 + pos: 51.5,-20.5 parent: 2 - uid: 18752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-10.5 + rot: 1.5707963267948966 rad + pos: -37.5,-28.5 parent: 2 - uid: 18753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-9.5 + rot: 1.5707963267948966 rad + pos: -7.5,-67.5 parent: 2 - uid: 18754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-8.5 + rot: 1.5707963267948966 rad + pos: -2.5,-67.5 parent: 2 - uid: 18755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-5.5 + rot: 1.5707963267948966 rad + pos: -1.5,-67.5 parent: 2 - uid: 18756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-6.5 + rot: 1.5707963267948966 rad + pos: -0.5,-67.5 parent: 2 - uid: 18757 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-7.5 + pos: 1.5,-67.5 parent: 2 - uid: 18758 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-7.5 + pos: 2.5,-67.5 parent: 2 - uid: 18759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-67.5 + parent: 2 + - uid: 18760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-67.5 + parent: 2 + - uid: 18761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-67.5 + parent: 2 + - uid: 18762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-67.5 + parent: 2 + - uid: 18763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-67.5 + parent: 2 + - uid: 18764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 2 + - uid: 18765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-67.5 + parent: 2 + - uid: 18766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-67.5 + parent: 2 + - uid: 18767 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 18768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-65.5 + parent: 2 + - uid: 18769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-65.5 + parent: 2 + - uid: 18770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-65.5 + parent: 2 + - uid: 18771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-65.5 + parent: 2 + - uid: 18772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-65.5 + parent: 2 + - uid: 18773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-65.5 + parent: 2 + - uid: 18774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-65.5 + parent: 2 + - uid: 18775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-65.5 + parent: 2 + - uid: 18776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-65.5 + parent: 2 + - uid: 18777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-65.5 + parent: 2 + - uid: 18778 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - uid: 18779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-64.5 + parent: 2 + - uid: 18780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-63.5 + parent: 2 + - uid: 18781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-62.5 + parent: 2 + - uid: 18782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-61.5 + parent: 2 + - uid: 18783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-60.5 + parent: 2 + - uid: 18784 + components: + - type: Transform + pos: 24.5,-58.5 + parent: 2 + - uid: 18785 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 18786 + components: + - type: Transform + pos: 24.5,-56.5 + parent: 2 + - uid: 18787 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 18788 + components: + - type: Transform + pos: 24.5,-54.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 + - uid: 18790 + components: + - type: Transform + pos: 24.5,-52.5 + parent: 2 + - uid: 18791 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 18792 + components: + - type: Transform + pos: 24.5,-50.5 + parent: 2 + - uid: 18793 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 18794 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 18795 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 18796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-28.5 + parent: 2 + - uid: 18797 + components: + - type: Transform + pos: 23.5,-45.5 + parent: 2 + - uid: 18798 + components: + - type: Transform + pos: 23.5,-44.5 + parent: 2 + - uid: 18799 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 18800 + components: + - type: Transform + pos: 23.5,-42.5 + parent: 2 + - uid: 18801 + components: + - type: Transform + pos: 23.5,-41.5 + parent: 2 + - uid: 18802 + components: + - type: Transform + pos: 23.5,-40.5 + parent: 2 + - uid: 18803 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 18804 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 18805 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 18806 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 18807 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - uid: 18808 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 18809 + components: + - type: Transform + pos: 72.5,-12.5 + parent: 2 + - uid: 18810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-11.5 + parent: 2 + - uid: 18811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-11.5 + parent: 2 + - uid: 18812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-11.5 + parent: 2 + - uid: 18813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-11.5 + parent: 2 + - uid: 18814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - uid: 18815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-10.5 + parent: 2 + - uid: 18816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-8.5 + parent: 2 + - uid: 18817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-7.5 + parent: 2 + - uid: 18818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-6.5 + parent: 2 + - uid: 18819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-5.5 + parent: 2 + - uid: 18820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-9.5 + parent: 2 + - uid: 18821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-4.5 + parent: 2 + - uid: 18822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-3.5 + parent: 2 + - uid: 18823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-2.5 + parent: 2 + - uid: 18824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-2.5 + parent: 2 + - uid: 18825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-2.5 + parent: 2 + - uid: 18826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-2.5 + parent: 2 + - uid: 18827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-2.5 + parent: 2 + - uid: 18828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-2.5 + parent: 2 + - uid: 18829 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 18830 + components: + - type: Transform + pos: 69.5,-4.5 + parent: 2 + - uid: 18831 + components: + - type: Transform + pos: 69.5,-5.5 + parent: 2 + - uid: 18832 + components: + - type: Transform + pos: 69.5,-6.5 + parent: 2 + - uid: 18833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-7.5 + parent: 2 + - uid: 18834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-7.5 + parent: 2 + - uid: 18835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-7.5 + parent: 2 + - uid: 18836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-8.5 + parent: 2 + - uid: 18837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-8.5 + parent: 2 + - uid: 18838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-21.5 + parent: 2 + - uid: 18839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-8.5 + parent: 2 + - uid: 18840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-8.5 + parent: 2 + - uid: 18841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-22.5 + parent: 2 + - uid: 18842 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 18843 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 18844 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 18845 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 18846 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 18847 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 18848 + components: + - type: Transform + pos: 57.5,-5.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + pos: 57.5,-6.5 + parent: 2 + - uid: 18850 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 18851 + components: + - type: Transform + pos: 57.5,-4.5 + parent: 2 + - uid: 18852 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - uid: 18853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,4.5 + parent: 2 + - uid: 18854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,4.5 + parent: 2 + - uid: 18855 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 + - uid: 18856 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 18857 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 18858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-14.5 + parent: 2 + - uid: 18859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-14.5 + parent: 2 + - uid: 18860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-14.5 + parent: 2 + - uid: 18861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-14.5 + parent: 2 + - uid: 18862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-14.5 + parent: 2 + - uid: 18863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-14.5 + parent: 2 + - uid: 18864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-24.5 + parent: 2 + - uid: 18865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-14.5 + parent: 2 + - uid: 18866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-14.5 + parent: 2 + - uid: 18867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-14.5 + parent: 2 + - uid: 18868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-14.5 + parent: 2 + - uid: 18869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-13.5 + parent: 2 + - uid: 18870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-15.5 + parent: 2 + - uid: 18871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-16.5 + parent: 2 + - uid: 18872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-17.5 + parent: 2 + - uid: 18873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-18.5 + parent: 2 + - uid: 18874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-19.5 + parent: 2 + - uid: 18875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-60.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + pos: -64.5,-54.5 + parent: 2 + - uid: 18877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-23.5 + parent: 2 + - uid: 18878 + components: + - type: Transform + pos: 44.5,-5.5 + parent: 2 + - uid: 18879 + components: + - type: Transform + pos: 44.5,-7.5 + parent: 2 + - uid: 18880 + components: + - type: Transform + pos: 44.5,-8.5 + parent: 2 + - uid: 18881 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 + - uid: 18882 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 18883 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 18884 + components: + - type: Transform + pos: 44.5,-10.5 + parent: 2 + - uid: 18885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - uid: 18886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-13.5 + parent: 2 + - uid: 18887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-13.5 + parent: 2 + - uid: 18888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-13.5 + parent: 2 + - uid: 18889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-13.5 + parent: 2 + - uid: 18890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-12.5 + parent: 2 + - uid: 18891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-5.5 + parent: 2 + - uid: 18892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-5.5 + parent: 2 + - uid: 18893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-5.5 + parent: 2 + - uid: 18894 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - uid: 18895 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - uid: 18896 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 18897 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 18898 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 18899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-11.5 + parent: 2 + - uid: 18900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-8.5 + parent: 2 + - uid: 18901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-8.5 + parent: 2 + - uid: 18902 + components: + - type: Transform + pos: 47.5,9.5 + parent: 2 + - uid: 18903 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - uid: 18904 + components: + - type: Transform + pos: 47.5,7.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,6.5 + parent: 2 + - uid: 18906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,6.5 + parent: 2 + - uid: 18907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,5.5 + parent: 2 + - uid: 18908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,4.5 + parent: 2 + - uid: 18909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,3.5 + parent: 2 + - uid: 18910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,2.5 + parent: 2 + - uid: 18911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,1.5 + parent: 2 + - uid: 18912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,0.5 + parent: 2 + - uid: 18913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-0.5 + parent: 2 + - uid: 18914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-1.5 + parent: 2 + - uid: 18915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-2.5 + parent: 2 + - uid: 18916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-3.5 + parent: 2 + - uid: 18917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-23.5 + parent: 2 + - uid: 18918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-23.5 + parent: 2 + - uid: 18919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-23.5 + parent: 2 + - uid: 18920 + components: + - type: Transform + pos: 63.5,-6.5 + parent: 2 + - uid: 18921 + components: + - type: Transform + pos: 63.5,-7.5 + parent: 2 + - uid: 18922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-9.5 + parent: 2 + - uid: 18923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-9.5 + parent: 2 + - uid: 18924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-8.5 + parent: 2 + - uid: 18925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,10.5 + parent: 2 + - uid: 18926 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 18927 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 18928 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 18929 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 18930 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 18931 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 18932 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 18933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,0.5 + parent: 2 + - uid: 18934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,0.5 + parent: 2 + - uid: 18935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,0.5 + parent: 2 + - uid: 18936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,0.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,1.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + pos: -24.5,-41.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-76.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-76.5 + parent: 2 + - uid: 18941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-76.5 + parent: 2 + - uid: 18942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,24.5 + parent: 2 + - uid: 18943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,15.5 + parent: 2 + - uid: 18944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-73.5 + parent: 2 + - uid: 18945 + components: + - type: Transform + pos: 7.5,-74.5 + parent: 2 + - uid: 18946 + components: + - type: Transform + pos: 7.5,-75.5 + parent: 2 + - uid: 18947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-76.5 + parent: 2 + - uid: 18948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-76.5 + parent: 2 + - uid: 18949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-76.5 + parent: 2 + - uid: 18950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-76.5 + parent: 2 + - uid: 18951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-76.5 + parent: 2 + - uid: 18952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-77.5 + parent: 2 + - uid: 18953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-78.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-79.5 + parent: 2 + - uid: 18955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-80.5 + parent: 2 + - uid: 18956 + components: + - type: Transform + pos: -23.5,-35.5 + parent: 2 + - uid: 18957 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 18958 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 18959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-80.5 + parent: 2 + - uid: 18960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-79.5 + parent: 2 + - uid: 18961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-78.5 + parent: 2 + - uid: 18962 + components: + - type: Transform + pos: -29.5,-116.5 + parent: 2 + - uid: 18963 + components: + - type: Transform + pos: -29.5,-115.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-117.5 + parent: 2 + - uid: 18965 + components: + - type: Transform + pos: -29.5,-114.5 + parent: 2 + - uid: 18966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-112.5 + parent: 2 + - uid: 18967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-112.5 + parent: 2 + - uid: 18968 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 18969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,19.5 + parent: 2 + - uid: 18970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-77.5 + parent: 2 + - uid: 18971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 2 + - uid: 18972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-31.5 + parent: 2 + - uid: 18973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,9.5 + parent: 2 + - uid: 18974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,17.5 + parent: 2 + - uid: 18975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,9.5 + parent: 2 + - uid: 18976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 + - uid: 18977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-30.5 + parent: 2 + - uid: 18978 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 18979 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 18980 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 18981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-32.5 + parent: 2 + - uid: 18982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-32.5 + parent: 2 + - uid: 18983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-32.5 + parent: 2 + - uid: 18984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-31.5 + parent: 2 + - uid: 18985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-30.5 + parent: 2 + - uid: 18986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-74.5 + parent: 2 + - uid: 18987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-75.5 + parent: 2 + - uid: 18988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-75.5 + parent: 2 + - uid: 18989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-74.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-73.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-72.5 + parent: 2 + - uid: 18992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-71.5 + parent: 2 + - uid: 18993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-70.5 + parent: 2 + - uid: 18994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-69.5 + parent: 2 + - uid: 18995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-68.5 + parent: 2 + - uid: 18996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 2 + - uid: 18997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 18998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 2 + - uid: 18999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 + - uid: 19000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - uid: 19001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - uid: 19002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,25.5 + parent: 2 + - uid: 19003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,25.5 + parent: 2 + - uid: 19004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,12.5 + parent: 2 + - uid: 19005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,12.5 + parent: 2 + - uid: 19006 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - uid: 19007 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 19008 + components: + - type: Transform + pos: -45.5,9.5 + parent: 2 + - uid: 19009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,8.5 + parent: 2 + - uid: 19010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,8.5 + parent: 2 + - uid: 19011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,8.5 + parent: 2 + - uid: 19012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,8.5 + parent: 2 + - uid: 19013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,8.5 + parent: 2 + - uid: 19014 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 19015 + components: + - type: Transform + pos: -39.5,6.5 + parent: 2 + - uid: 19016 + components: + - type: Transform + pos: -39.5,5.5 + parent: 2 + - uid: 19017 + components: + - type: Transform + pos: -39.5,4.5 + parent: 2 + - uid: 19018 + components: + - type: Transform + pos: -39.5,3.5 + parent: 2 + - uid: 19019 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - uid: 19020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,1.5 + parent: 2 + - uid: 19021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,1.5 + parent: 2 + - uid: 19022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,1.5 + parent: 2 + - uid: 19023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,1.5 + parent: 2 + - uid: 19024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,1.5 + parent: 2 + - uid: 19025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,1.5 + parent: 2 + - uid: 19026 + components: + - type: Transform + pos: 51.5,-6.5 + parent: 2 + - uid: 19027 + components: + - type: Transform + pos: 51.5,-5.5 + parent: 2 + - uid: 19028 + components: + - type: Transform + pos: 51.5,-2.5 + parent: 2 + - uid: 19029 + components: + - type: Transform + pos: 51.5,-1.5 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: 51.5,-0.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-44.5 + parent: 2 + - uid: 19032 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + pos: -28.5,-42.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - uid: 19035 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - uid: 19036 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 19037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-38.5 + parent: 2 + - uid: 19038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-38.5 + parent: 2 + - uid: 19039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-31.5 + parent: 2 + - uid: 19040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-30.5 + parent: 2 + - uid: 19041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-29.5 + parent: 2 + - uid: 19042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-28.5 + parent: 2 + - uid: 19043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-27.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-15.5 + parent: 2 + - uid: 19045 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 2 + - uid: 19046 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 2 + - uid: 19047 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 19050 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 19051 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 19052 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 19053 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 19054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 2 + - uid: 19055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 2 + - uid: 19056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-14.5 + parent: 2 + - uid: 19057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 19058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-12.5 + parent: 2 + - uid: 19059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-11.5 + parent: 2 + - uid: 19060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-10.5 + parent: 2 + - uid: 19061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-9.5 + parent: 2 + - uid: 19062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 2 + - uid: 19063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-3.5 + parent: 2 + - uid: 19064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-2.5 + parent: 2 + - uid: 19065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 2 + - uid: 19066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 2 + - uid: 19067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - uid: 19068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - uid: 19069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 19071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 19072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 + - uid: 19073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 19074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 19075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 19076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - uid: 19077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 2 + - uid: 19078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 2 + - uid: 19079 + components: + - type: Transform + pos: -7.5,-87.5 + parent: 2 + - uid: 19080 + components: + - type: Transform + pos: -7.5,-88.5 + parent: 2 + - uid: 19081 + components: + - type: Transform + pos: -7.5,-89.5 + parent: 2 + - uid: 19082 + components: + - type: Transform + pos: -7.5,-90.5 + parent: 2 + - uid: 19083 + components: + - type: Transform + pos: -7.5,-91.5 + parent: 2 + - uid: 19084 + components: + - type: Transform + pos: -7.5,-92.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + pos: -7.5,-93.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: -7.5,-94.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: -7.5,-95.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + pos: -7.5,-96.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + pos: -7.5,-97.5 + parent: 2 + - uid: 19090 + components: + - type: Transform + pos: -7.5,-98.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + pos: -7.5,-99.5 + parent: 2 + - uid: 19092 + components: + - type: Transform + pos: -6.5,-101.5 + parent: 2 + - uid: 19093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-51.5 + parent: 2 + - uid: 19094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-51.5 + parent: 2 + - uid: 19095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,-50.5 + parent: 2 + - uid: 19096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-50.5 + parent: 2 + - uid: 19097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,-50.5 + parent: 2 + - uid: 19098 + components: + - type: Transform + pos: -71.5,-49.5 + parent: 2 + - uid: 19099 + components: + - type: Transform + pos: -71.5,-48.5 + parent: 2 + - uid: 19100 + components: + - type: Transform + pos: -71.5,-47.5 + parent: 2 + - uid: 19101 + components: + - type: Transform + pos: -71.5,-46.5 + parent: 2 + - uid: 19102 + components: + - type: Transform + pos: -71.5,-45.5 + parent: 2 + - uid: 19103 + components: + - type: Transform + pos: -71.5,-44.5 + parent: 2 + - uid: 19104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-63.5 + parent: 2 + - uid: 19105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-64.5 + parent: 2 + - uid: 19106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-67.5 + parent: 2 + - uid: 19107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-68.5 + parent: 2 + - uid: 19108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-69.5 + parent: 2 + - uid: 19109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-70.5 + parent: 2 + - uid: 19110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-71.5 + parent: 2 + - uid: 19111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-72.5 + parent: 2 + - uid: 19112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-73.5 + parent: 2 + - uid: 19113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-74.5 + parent: 2 + - uid: 19114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-75.5 + parent: 2 + - uid: 19115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-76.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-77.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-77.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-77.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-77.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + pos: -53.5,-78.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + pos: -53.5,-79.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + pos: -53.5,-80.5 + parent: 2 + - uid: 19123 + components: + - type: Transform + pos: -53.5,-81.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + pos: -53.5,-82.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + pos: -53.5,-83.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + pos: -53.5,-84.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + pos: -53.5,-85.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + pos: -53.5,-86.5 + parent: 2 + - uid: 19129 + components: + - type: Transform + pos: -53.5,-87.5 + parent: 2 + - uid: 19130 + components: + - type: Transform + pos: -52.5,-89.5 + parent: 2 + - uid: 19131 + components: + - type: Transform + pos: -52.5,-90.5 + parent: 2 + - uid: 19132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-92.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + pos: -50.5,-94.5 + parent: 2 + - uid: 19134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-95.5 + parent: 2 + - uid: 19135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-95.5 + parent: 2 + - uid: 19136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-95.5 + parent: 2 + - uid: 19137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-95.5 + parent: 2 + - uid: 19138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-95.5 + parent: 2 + - uid: 19139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-95.5 + parent: 2 + - uid: 19140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-95.5 + parent: 2 + - uid: 19141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-95.5 + parent: 2 + - uid: 19142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-95.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-95.5 + parent: 2 + - uid: 19144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-95.5 + parent: 2 + - uid: 19145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-95.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + pos: -37.5,-93.5 + parent: 2 + - uid: 19147 + components: + - type: Transform + pos: -37.5,-94.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 19149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,14.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,14.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,14.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,14.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,14.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,14.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,14.5 + parent: 2 + - uid: 19156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 + - uid: 19157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,15.5 + parent: 2 + - uid: 19158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,15.5 + parent: 2 + - uid: 19159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,15.5 + parent: 2 + - uid: 19160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,15.5 + parent: 2 + - uid: 19161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,15.5 + parent: 2 + - uid: 19162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,15.5 + parent: 2 + - uid: 19163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,16.5 + parent: 2 + - uid: 19164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,16.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,16.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,16.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,16.5 + parent: 2 + - uid: 19168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,16.5 + parent: 2 + - uid: 19169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,16.5 + parent: 2 + - uid: 19170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,16.5 + parent: 2 + - uid: 19171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,16.5 + parent: 2 + - uid: 19172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,15.5 + parent: 2 + - uid: 19173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,14.5 + parent: 2 + - uid: 19174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,12.5 + parent: 2 + - uid: 19175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,13.5 + parent: 2 + - uid: 19176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,11.5 + parent: 2 + - uid: 19177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,11.5 + parent: 2 + - uid: 19178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,11.5 + parent: 2 + - uid: 19179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - uid: 19180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,10.5 + parent: 2 + - uid: 19181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,9.5 + parent: 2 + - uid: 19182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,8.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,8.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,8.5 + parent: 2 + - uid: 19185 + components: + - type: Transform + pos: -53.5,8.5 + parent: 2 + - uid: 19186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,7.5 + parent: 2 + - uid: 19187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,6.5 + parent: 2 + - uid: 19188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,5.5 + parent: 2 + - uid: 19189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,4.5 + parent: 2 + - uid: 19190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,3.5 + parent: 2 + - uid: 19191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,2.5 + parent: 2 + - uid: 19192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,2.5 + parent: 2 + - uid: 19193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,2.5 + parent: 2 + - uid: 19194 + components: + - type: Transform + pos: -57.5,1.5 + parent: 2 + - uid: 19195 + components: + - type: Transform + pos: -57.5,0.5 + parent: 2 + - uid: 19196 + components: + - type: Transform + pos: -57.5,-0.5 + parent: 2 + - uid: 19197 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 19198 + components: + - type: Transform + pos: -57.5,-2.5 + parent: 2 + - uid: 19199 + components: + - type: Transform + pos: -57.5,-3.5 + parent: 2 + - uid: 19200 + components: + - type: Transform + pos: -57.5,-4.5 + parent: 2 + - uid: 19201 + components: + - type: Transform + pos: -57.5,-5.5 + parent: 2 + - uid: 19202 + components: + - type: Transform + pos: -53.5,8.5 + parent: 2 + - uid: 19203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,-21.5 + parent: 2 + - uid: 19204 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 19205 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 19206 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 + - uid: 19207 + components: + - type: Transform + pos: -64.5,-17.5 + parent: 2 + - uid: 19208 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 19209 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 19211 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 19212 + components: + - type: Transform + pos: -64.5,-12.5 + parent: 2 + - uid: 19213 + components: + - type: Transform + pos: -64.5,-11.5 + parent: 2 + - uid: 19214 + components: + - type: Transform + pos: -64.5,-10.5 + parent: 2 + - uid: 19215 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 19216 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 19217 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 19218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-6.5 + parent: 2 + - uid: 19219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-6.5 + parent: 2 + - uid: 19220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-6.5 + parent: 2 + - uid: 19221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-6.5 + parent: 2 + - uid: 19222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-6.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-6.5 + parent: 2 + - uid: 19224 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 19226 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 19228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,9.5 + parent: 2 + - uid: 19229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,9.5 + parent: 2 + - uid: 19230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,9.5 + parent: 2 + - uid: 19231 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 2 + - uid: 19232 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 + - uid: 19234 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-20.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-20.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-20.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-20.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-19.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-18.5 + parent: 2 + - uid: 19243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-17.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-16.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-15.5 + parent: 2 + - uid: 19246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-14.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-13.5 + parent: 2 + - uid: 19248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-12.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-11.5 + parent: 2 + - uid: 19250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-10.5 + parent: 2 + - uid: 19251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-9.5 + parent: 2 + - uid: 19252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-8.5 + parent: 2 + - uid: 19253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-5.5 + parent: 2 + - uid: 19254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-6.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-7.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-7.5 + parent: 2 + - uid: 19257 components: - type: Transform rot: -1.5707963267948966 rad @@ -124615,25 +127290,25 @@ entities: parent: 2 - proto: DisposalPipeBroken entities: - - uid: 18760 + - uid: 19258 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,3.5 parent: 2 - - uid: 18761 + - uid: 19259 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,3.5 parent: 2 - - uid: 18762 + - uid: 19260 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,3.5 parent: 2 - - uid: 18763 + - uid: 19261 components: - type: Transform rot: 1.5707963267948966 rad @@ -124641,7 +127316,7 @@ entities: parent: 2 - proto: DisposalRouter entities: - - uid: 18764 + - uid: 19262 components: - type: Transform pos: -25.5,-44.5 @@ -124649,7 +127324,7 @@ entities: - type: DisposalRouter tags: - mst - - uid: 18765 + - uid: 19263 components: - type: Transform rot: -1.5707963267948966 rad @@ -124658,7 +127333,7 @@ entities: - type: DisposalRouter tags: - mst - - uid: 18766 + - uid: 19264 components: - type: Transform pos: -25.5,-43.5 @@ -124666,7 +127341,7 @@ entities: - type: DisposalRouter tags: - med - - uid: 18767 + - uid: 19265 components: - type: Transform rot: 1.5707963267948966 rad @@ -124675,7 +127350,7 @@ entities: - type: DisposalRouter tags: - snab - - uid: 18768 + - uid: 19266 components: - type: Transform rot: 3.141592653589793 rad @@ -124684,7 +127359,7 @@ entities: - type: DisposalRouter tags: - security - - uid: 18769 + - uid: 19267 components: - type: Transform rot: 3.141592653589793 rad @@ -124693,7 +127368,7 @@ entities: - type: DisposalRouter tags: - engineers - - uid: 18770 + - uid: 19268 components: - type: Transform rot: 1.5707963267948966 rad @@ -124702,7 +127377,7 @@ entities: - type: DisposalRouter tags: - cargo - - uid: 18771 + - uid: 19269 components: - type: Transform rot: 1.5707963267948966 rad @@ -124711,7 +127386,7 @@ entities: - type: DisposalRouter tags: - santa - - uid: 18772 + - uid: 19270 components: - type: Transform pos: -31.5,-44.5 @@ -124719,7 +127394,7 @@ entities: - type: DisposalRouter tags: - RND - - uid: 18773 + - uid: 19271 components: - type: Transform pos: -31.5,-37.5 @@ -124727,7 +127402,7 @@ entities: - type: DisposalRouter tags: - med - - uid: 18774 + - uid: 19272 components: - type: Transform rot: -1.5707963267948966 rad @@ -124736,7 +127411,7 @@ entities: - type: DisposalRouter tags: - personal - - uid: 18775 + - uid: 19273 components: - type: Transform rot: 3.141592653589793 rad @@ -124747,7 +127422,7 @@ entities: - brig - proto: DisposalSignalRouter entities: - - uid: 18776 + - uid: 19274 components: - type: Transform rot: 3.141592653589793 rad @@ -124755,14 +127430,14 @@ entities: parent: 2 - proto: DisposalTagger entities: - - uid: 18777 + - uid: 19275 components: - type: Transform pos: 3.5,-72.5 parent: 2 - type: DisposalTagger tag: med - - uid: 18778 + - uid: 19276 components: - type: Transform rot: -1.5707963267948966 rad @@ -124770,7 +127445,7 @@ entities: parent: 2 - type: DisposalTagger tag: snab - - uid: 18779 + - uid: 19277 components: - type: Transform rot: -1.5707963267948966 rad @@ -124778,21 +127453,21 @@ entities: parent: 2 - type: DisposalTagger tag: brig - - uid: 18780 + - uid: 19278 components: - type: Transform pos: -26.5,-40.5 parent: 2 - type: DisposalTagger tag: mst - - uid: 18781 + - uid: 19279 components: - type: Transform pos: -27.5,-40.5 parent: 2 - type: DisposalTagger tag: snab - - uid: 18782 + - uid: 19280 components: - type: Transform rot: -1.5707963267948966 rad @@ -124800,7 +127475,7 @@ entities: parent: 2 - type: DisposalTagger tag: med - - uid: 18783 + - uid: 19281 components: - type: Transform rot: 1.5707963267948966 rad @@ -124808,7 +127483,7 @@ entities: parent: 2 - type: DisposalTagger tag: snab - - uid: 18784 + - uid: 19282 components: - type: Transform rot: 1.5707963267948966 rad @@ -124816,7 +127491,7 @@ entities: parent: 2 - type: DisposalTagger tag: mst - - uid: 18785 + - uid: 19283 components: - type: Transform rot: 1.5707963267948966 rad @@ -124824,21 +127499,21 @@ entities: parent: 2 - type: DisposalTagger tag: med - - uid: 18786 + - uid: 19284 components: - type: Transform pos: -25.5,-40.5 parent: 2 - type: DisposalTagger tag: brig - - uid: 18787 + - uid: 19285 components: - type: Transform pos: 4.5,-72.5 parent: 2 - type: DisposalTagger tag: mst - - uid: 18788 + - uid: 19286 components: - type: Transform pos: 5.5,-72.5 @@ -124847,677 +127522,677 @@ entities: tag: brig - proto: DisposalTrunk entities: - - uid: 18789 + - uid: 19287 components: - type: Transform pos: -3.5,-98.5 parent: 2 - - uid: 18790 + - uid: 19288 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-81.5 parent: 2 - - uid: 18791 + - uid: 19289 components: - type: Transform pos: 5.5,-71.5 parent: 2 - - uid: 18792 + - uid: 19290 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,11.5 parent: 2 - - uid: 18793 + - uid: 19291 components: - type: Transform pos: 48.5,-46.5 parent: 2 - - uid: 18794 + - uid: 19292 components: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 18795 + - uid: 19293 components: - type: Transform pos: -26.5,-39.5 parent: 2 - - uid: 18796 + - uid: 19294 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-10.5 parent: 2 - - uid: 18797 + - uid: 19295 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,9.5 parent: 2 - - uid: 18798 + - uid: 19296 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-1.5 parent: 2 - - uid: 18799 + - uid: 19297 components: - type: Transform pos: 59.5,11.5 parent: 2 - - uid: 18800 + - uid: 19298 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-89.5 parent: 2 - - uid: 18801 + - uid: 19299 components: - type: Transform pos: -51.5,-72.5 parent: 2 - - uid: 18802 + - uid: 19300 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-75.5 parent: 2 - - uid: 18803 + - uid: 19301 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-75.5 parent: 2 - - uid: 18804 + - uid: 19302 components: - type: Transform pos: -47.5,-72.5 parent: 2 - - uid: 18805 + - uid: 19303 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-35.5 parent: 2 - - uid: 18806 + - uid: 19304 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-37.5 parent: 2 - - uid: 18807 + - uid: 19305 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-39.5 parent: 2 - - uid: 18808 + - uid: 19306 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-71.5 parent: 2 - - uid: 18809 + - uid: 19307 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-2.5 parent: 2 - - uid: 18810 + - uid: 19308 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-29.5 parent: 2 - - uid: 18811 + - uid: 19309 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-84.5 parent: 2 - - uid: 18812 + - uid: 19310 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-55.5 parent: 2 - - uid: 18813 + - uid: 19311 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-91.5 parent: 2 - - uid: 18814 + - uid: 19312 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-78.5 parent: 2 - - uid: 18815 + - uid: 19313 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-91.5 parent: 2 - - uid: 18816 + - uid: 19314 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-81.5 parent: 2 - - uid: 18817 + - uid: 19315 components: - type: Transform pos: -30.5,-75.5 parent: 2 - - uid: 18818 + - uid: 19316 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-74.5 parent: 2 - - uid: 18819 + - uid: 19317 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-59.5 parent: 2 - - uid: 18820 + - uid: 19318 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-49.5 parent: 2 - - uid: 18821 + - uid: 19319 components: - type: Transform pos: 54.5,-30.5 parent: 2 - - uid: 18822 + - uid: 19320 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-24.5 parent: 2 - - uid: 18823 + - uid: 19321 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-29.5 parent: 2 - - uid: 18824 + - uid: 19322 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-24.5 parent: 2 - - uid: 18825 + - uid: 19323 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-39.5 parent: 2 - - uid: 18826 + - uid: 19324 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,17.5 parent: 2 - - uid: 18827 + - uid: 19325 components: - type: Transform pos: -3.5,26.5 parent: 2 - - uid: 18828 + - uid: 19326 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,9.5 parent: 2 - - uid: 18829 + - uid: 19327 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,9.5 parent: 2 - - uid: 18830 + - uid: 19328 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-98.5 parent: 2 - - uid: 18831 + - uid: 19329 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-25.5 parent: 2 - - uid: 18832 + - uid: 19330 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-45.5 parent: 2 - - uid: 18833 + - uid: 19331 components: - type: Transform pos: -76.5,-36.5 parent: 2 - - uid: 18834 + - uid: 19332 components: - type: Transform pos: -39.5,-1.5 parent: 2 - - uid: 18835 + - uid: 19333 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-36.5 parent: 2 - - uid: 18836 + - uid: 19334 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-7.5 parent: 2 - - uid: 18837 + - uid: 19335 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,0.5 parent: 2 - - uid: 18838 + - uid: 19336 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-45.5 parent: 2 - - uid: 18839 + - uid: 19337 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-74.5 parent: 2 - - uid: 18840 + - uid: 19338 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-55.5 parent: 2 - - uid: 18841 + - uid: 19339 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-27.5 parent: 2 - - uid: 18842 + - uid: 19340 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-7.5 parent: 2 - - uid: 18843 + - uid: 19341 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,13.5 parent: 2 - - uid: 18844 + - uid: 19342 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-0.5 parent: 2 - - uid: 18845 + - uid: 19343 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,3.5 parent: 2 - - uid: 18846 + - uid: 19344 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-0.5 parent: 2 - - uid: 18847 + - uid: 19345 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-9.5 parent: 2 - - uid: 18848 + - uid: 19346 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-28.5 parent: 2 - - uid: 18849 + - uid: 19347 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-58.5 parent: 2 - - uid: 18850 + - uid: 19348 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-79.5 parent: 2 - - uid: 18851 + - uid: 19349 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-79.5 parent: 2 - - uid: 18852 + - uid: 19350 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-79.5 parent: 2 - - uid: 18853 + - uid: 19351 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-29.5 parent: 2 - - uid: 18854 + - uid: 19352 components: - type: Transform pos: 31.5,14.5 parent: 2 - - uid: 18855 + - uid: 19353 components: - type: Transform pos: 38.5,-2.5 parent: 2 - - uid: 18856 + - uid: 19354 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-68.5 parent: 2 - - uid: 18857 + - uid: 19355 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,0.5 parent: 2 - - uid: 18858 + - uid: 19356 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-39.5 parent: 2 - - uid: 18859 + - uid: 19357 components: - type: Transform rot: 3.141592653589793 rad pos: 89.5,-42.5 parent: 2 - - uid: 18860 + - uid: 19358 components: - type: Transform pos: 3.5,-78.5 parent: 2 - - uid: 18861 + - uid: 19359 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-66.5 parent: 2 - - uid: 18862 + - uid: 19360 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-112.5 parent: 2 - - uid: 18863 + - uid: 19361 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-91.5 parent: 2 - - uid: 18864 + - uid: 19362 components: - type: Transform pos: -45.5,-13.5 parent: 2 - - uid: 18865 + - uid: 19363 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-62.5 parent: 2 - - uid: 18866 + - uid: 19364 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-5.5 parent: 2 - - uid: 18867 + - uid: 19365 components: - type: Transform pos: 44.5,31.5 parent: 2 - - uid: 18868 + - uid: 19366 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-89.5 parent: 2 - - uid: 18869 + - uid: 19367 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-25.5 parent: 2 - - uid: 18870 + - uid: 19368 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-46.5 parent: 2 - - uid: 18871 + - uid: 19369 components: - type: Transform pos: -3.5,11.5 parent: 2 - - uid: 18872 + - uid: 19370 components: - type: Transform pos: 43.5,28.5 parent: 2 - - uid: 18873 + - uid: 19371 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-28.5 parent: 2 - - uid: 18874 + - uid: 19372 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-11.5 parent: 2 - - uid: 18875 + - uid: 19373 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-13.5 parent: 2 - - uid: 18876 + - uid: 19374 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,2.5 parent: 2 - - uid: 18877 + - uid: 19375 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-13.5 parent: 2 - - uid: 18878 + - uid: 19376 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-25.5 parent: 2 - - uid: 18879 + - uid: 19377 components: - type: Transform pos: 47.5,10.5 parent: 2 - - uid: 18880 + - uid: 19378 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-2.5 parent: 2 - - uid: 18881 + - uid: 19379 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-24.5 parent: 2 - - uid: 18882 + - uid: 19380 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-5.5 parent: 2 - - uid: 18883 + - uid: 19381 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-13.5 parent: 2 - - uid: 18884 + - uid: 19382 components: - type: Transform pos: 47.5,-7.5 parent: 2 - - uid: 18885 + - uid: 19383 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,9.5 parent: 2 - - uid: 18886 + - uid: 19384 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-84.5 parent: 2 - - uid: 18887 + - uid: 19385 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-72.5 parent: 2 - - uid: 18888 + - uid: 19386 components: - type: Transform pos: 4.5,-71.5 parent: 2 - - uid: 18889 + - uid: 19387 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-117.5 parent: 2 - - uid: 18890 + - uid: 19388 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 2 - - uid: 18891 + - uid: 19389 components: - type: Transform pos: 3.5,-71.5 parent: 2 - - uid: 18892 + - uid: 19390 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,9.5 parent: 2 - - uid: 18893 + - uid: 19391 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 2 - - uid: 18894 + - uid: 19392 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 2 - - uid: 18895 + - uid: 19393 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-27.5 parent: 2 - - uid: 18896 + - uid: 19394 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-28.5 parent: 2 - - uid: 18897 + - uid: 19395 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-29.5 parent: 2 - - uid: 18898 + - uid: 19396 components: - type: Transform pos: -25.5,-39.5 parent: 2 - - uid: 18899 + - uid: 19397 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-0.5 parent: 2 - - uid: 18900 + - uid: 19398 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-7.5 parent: 2 - - uid: 18901 + - uid: 19399 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-102.5 parent: 2 - - uid: 18902 + - uid: 19400 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-53.5 parent: 2 - - uid: 18903 + - uid: 19401 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-53.5 parent: 2 - - uid: 18904 + - uid: 19402 components: - type: Transform pos: 19.5,16.5 parent: 2 - - uid: 18905 + - uid: 19403 components: - type: Transform rot: 3.141592653589793 rad @@ -125525,7 +128200,7 @@ entities: parent: 2 - proto: DisposalUnit entities: - - uid: 18906 + - uid: 19404 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125533,17 +128208,17 @@ entities: - type: Transform pos: 4.5,-71.5 parent: 2 - - uid: 18907 + - uid: 19405 components: - type: Transform pos: 37.5,9.5 parent: 2 - - uid: 18908 + - uid: 19406 components: - type: Transform pos: -31.5,-117.5 parent: 2 - - uid: 18909 + - uid: 19407 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125551,7 +128226,7 @@ entities: - type: Transform pos: 3.5,-0.5 parent: 2 - - uid: 18910 + - uid: 19408 components: - type: MetaData desc: При нажатии кнопки, утилизационный блок способен автоматически сбрасывать улики в комнату для улик. @@ -125559,22 +128234,22 @@ entities: - type: Transform pos: 50.5,-7.5 parent: 2 - - uid: 18911 + - uid: 19409 components: - type: Transform pos: -2.5,-84.5 parent: 2 - - uid: 18912 + - uid: 19410 components: - type: Transform pos: 48.5,-46.5 parent: 2 - - uid: 18913 + - uid: 19411 components: - type: Transform pos: 59.5,11.5 parent: 2 - - uid: 18914 + - uid: 19412 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125582,12 +128257,12 @@ entities: - type: Transform pos: 25.5,-28.5 parent: 2 - - uid: 18915 + - uid: 19413 components: - type: Transform pos: 42.5,-13.5 parent: 2 - - uid: 18916 + - uid: 19414 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125595,322 +128270,322 @@ entities: - type: Transform pos: 25.5,-29.5 parent: 2 - - uid: 18917 + - uid: 19415 components: - type: Transform pos: 54.5,9.5 parent: 2 - - uid: 18918 + - uid: 19416 components: - type: Transform pos: 58.5,1.5 parent: 2 - - uid: 18919 + - uid: 19417 components: - type: Transform pos: -47.5,-72.5 parent: 2 - - uid: 18920 + - uid: 19418 components: - type: Transform pos: -51.5,-72.5 parent: 2 - - uid: 18921 + - uid: 19419 components: - type: Transform pos: 46.5,-71.5 parent: 2 - - uid: 18922 + - uid: 19420 components: - type: Transform pos: -45.5,-74.5 parent: 2 - - uid: 18923 + - uid: 19421 components: - type: Transform pos: -8.5,-0.5 parent: 2 - - uid: 18924 + - uid: 19422 components: - type: Transform pos: 50.5,-84.5 parent: 2 - - uid: 18925 + - uid: 19423 components: - type: Transform pos: -68.5,-36.5 parent: 2 - - uid: 18926 + - uid: 19424 components: - type: Transform pos: -11.5,9.5 parent: 2 - - uid: 18927 + - uid: 19425 components: - type: Transform pos: 10.5,9.5 parent: 2 - - uid: 18928 + - uid: 19426 components: - type: Transform pos: 7.5,17.5 parent: 2 - - uid: 18929 + - uid: 19427 components: - type: Transform pos: -3.5,26.5 parent: 2 - - uid: 18930 + - uid: 19428 components: - type: Transform pos: -19.5,3.5 parent: 2 - - uid: 18931 + - uid: 19429 components: - type: Transform pos: -32.5,13.5 parent: 2 - - uid: 18932 + - uid: 19430 components: - type: Transform pos: -28.5,-0.5 parent: 2 - - uid: 18933 + - uid: 19431 components: - type: Transform pos: -39.5,-1.5 parent: 2 - - uid: 18934 + - uid: 19432 components: - type: Transform pos: -38.5,-7.5 parent: 2 - - uid: 18935 + - uid: 19433 components: - type: Transform pos: -51.5,0.5 parent: 2 - - uid: 18936 + - uid: 19434 components: - type: Transform pos: 54.5,-30.5 parent: 2 - - uid: 18937 + - uid: 19435 components: - type: Transform pos: 79.5,-29.5 parent: 2 - - uid: 18938 + - uid: 19436 components: - type: Transform pos: 70.5,-24.5 parent: 2 - - uid: 18939 + - uid: 19437 components: - type: Transform pos: 3.5,-78.5 parent: 2 - - uid: 18940 + - uid: 19438 components: - type: Transform pos: -2.5,-91.5 parent: 2 - - uid: 18941 + - uid: 19439 components: - type: Transform pos: 9.5,-78.5 parent: 2 - - uid: 18942 + - uid: 19440 components: - type: Transform pos: -9.5,-85.5 parent: 2 - - uid: 18943 + - uid: 19441 components: - type: Transform pos: -21.5,-81.5 parent: 2 - - uid: 18944 + - uid: 19442 components: - type: Transform pos: -35.5,-98.5 parent: 2 - - uid: 18945 + - uid: 19443 components: - type: Transform pos: -76.5,-36.5 parent: 2 - - uid: 18946 + - uid: 19444 components: - type: Transform pos: -65.5,-45.5 parent: 2 - - uid: 18947 + - uid: 19445 components: - type: Transform pos: 85.5,-24.5 parent: 2 - - uid: 18948 + - uid: 19446 components: - type: Transform pos: 89.5,-42.5 parent: 2 - - uid: 18949 + - uid: 19447 components: - type: Transform pos: -30.5,-75.5 parent: 2 - - uid: 18950 + - uid: 19448 components: - type: Transform pos: -54.5,-25.5 parent: 2 - - uid: 18951 + - uid: 19449 components: - type: Transform pos: -52.5,-45.5 parent: 2 - - uid: 18952 + - uid: 19450 components: - type: Transform pos: -34.5,-49.5 parent: 2 - - uid: 18953 + - uid: 19451 components: - type: Transform pos: -35.5,-59.5 parent: 2 - - uid: 18954 + - uid: 19452 components: - type: Transform pos: 31.5,-27.5 parent: 2 - - uid: 18955 + - uid: 19453 components: - type: Transform pos: 79.5,-39.5 parent: 2 - - uid: 18956 + - uid: 19454 components: - type: Transform pos: 53.5,-55.5 parent: 2 - - uid: 18957 + - uid: 19455 components: - type: Transform pos: -9.5,-91.5 parent: 2 - - uid: 18958 + - uid: 19456 components: - type: Transform pos: -41.5,11.5 parent: 2 - - uid: 18959 + - uid: 19457 components: - type: Transform pos: -54.5,-29.5 parent: 2 - - uid: 18960 + - uid: 19458 components: - type: Transform pos: 18.5,-74.5 parent: 2 - - uid: 18961 + - uid: 19459 components: - type: Transform pos: 32.5,-55.5 parent: 2 - - uid: 18962 + - uid: 19460 components: - type: Transform pos: 29.5,-7.5 parent: 2 - - uid: 18963 + - uid: 19461 components: - type: Transform pos: -26.5,-9.5 parent: 2 - - uid: 18964 + - uid: 19462 components: - type: Transform pos: -30.5,-28.5 parent: 2 - - uid: 18965 + - uid: 19463 components: - type: Transform pos: -30.5,-58.5 parent: 2 - - uid: 18966 + - uid: 19464 components: - type: Transform pos: -45.5,-13.5 parent: 2 - - uid: 18967 + - uid: 19465 components: - type: Transform pos: 31.5,14.5 parent: 2 - - uid: 18968 + - uid: 19466 components: - type: Transform pos: 29.5,-2.5 parent: 2 - - uid: 18969 + - uid: 19467 components: - type: Transform pos: -44.5,-39.5 parent: 2 - - uid: 18970 + - uid: 19468 components: - type: Transform pos: -61.5,-68.5 parent: 2 - - uid: 18971 + - uid: 19469 components: - type: Transform pos: 25.5,0.5 parent: 2 - - uid: 18972 + - uid: 19470 components: - type: Transform pos: -53.5,-66.5 parent: 2 - - uid: 18973 + - uid: 19471 components: - type: Transform pos: 43.5,28.5 parent: 2 - - uid: 18974 + - uid: 19472 components: - type: Transform pos: -62.5,-46.5 parent: 2 - - uid: 18975 + - uid: 19473 components: - type: Transform pos: -22.5,-91.5 parent: 2 - - uid: 18976 + - uid: 19474 components: - type: Transform pos: -38.5,-28.5 parent: 2 - - uid: 18977 + - uid: 19475 components: - type: Transform pos: -50.5,-62.5 parent: 2 - - uid: 18978 + - uid: 19476 components: - type: Transform pos: 37.5,-25.5 parent: 2 - - uid: 18979 + - uid: 19477 components: - type: Transform pos: 56.5,-10.5 parent: 2 - - uid: 18980 + - uid: 19478 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125918,7 +128593,7 @@ entities: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 18981 + - uid: 19479 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125926,27 +128601,27 @@ entities: - type: Transform pos: -26.5,-39.5 parent: 2 - - uid: 18982 + - uid: 19480 components: - type: Transform pos: 68.5,-2.5 parent: 2 - - uid: 18983 + - uid: 19481 components: - type: Transform pos: 49.5,-24.5 parent: 2 - - uid: 18984 + - uid: 19482 components: - type: Transform pos: 64.5,-5.5 parent: 2 - - uid: 18985 + - uid: 19483 components: - type: Transform pos: 5.5,-0.5 parent: 2 - - uid: 18986 + - uid: 19484 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125954,7 +128629,7 @@ entities: - type: Transform pos: 3.5,1.5 parent: 2 - - uid: 18987 + - uid: 19485 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125962,7 +128637,7 @@ entities: - type: Transform pos: 3.5,0.5 parent: 2 - - uid: 18988 + - uid: 19486 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125970,7 +128645,7 @@ entities: - type: Transform pos: 25.5,-27.5 parent: 2 - - uid: 18989 + - uid: 19487 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125978,7 +128653,7 @@ entities: - type: Transform pos: 3.5,-71.5 parent: 2 - - uid: 18990 + - uid: 19488 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125986,7 +128661,7 @@ entities: - type: Transform pos: 5.5,-71.5 parent: 2 - - uid: 18991 + - uid: 19489 components: - type: MetaData desc: Теперь и лифт для сверхбыстрого перемещения. Вау. @@ -125994,190 +128669,190 @@ entities: - type: Transform pos: -25.5,-39.5 parent: 2 - - uid: 18992 + - uid: 19490 components: - type: Transform pos: -5.5,-102.5 parent: 2 - proto: DisposalYJunction entities: - - uid: 18993 + - uid: 19491 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,8.5 parent: 2 - - uid: 18994 + - uid: 19492 components: - type: Transform pos: 37.5,-4.5 parent: 2 - - uid: 18995 + - uid: 19493 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-4.5 parent: 2 - - uid: 18996 + - uid: 19494 components: - type: Transform pos: 34.5,7.5 parent: 2 - - uid: 18997 + - uid: 19495 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-39.5 parent: 2 - - uid: 18998 + - uid: 19496 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-83.5 parent: 2 - - uid: 18999 + - uid: 19497 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-29.5 parent: 2 - - uid: 19000 + - uid: 19498 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-22.5 parent: 2 - - uid: 19001 + - uid: 19499 components: - type: Transform pos: -59.5,-43.5 parent: 2 - - uid: 19002 + - uid: 19500 components: - type: Transform pos: -52.5,-27.5 parent: 2 - - uid: 19003 + - uid: 19501 components: - type: Transform pos: 69.5,-2.5 parent: 2 - - uid: 19004 + - uid: 19502 components: - type: Transform pos: 57.5,10.5 parent: 2 - proto: DogBed entities: - - uid: 19005 + - uid: 19503 components: - type: Transform pos: 49.5,-25.5 parent: 2 - - uid: 19006 + - uid: 19504 components: - type: Transform pos: -36.5,-34.5 parent: 2 - - uid: 19007 + - uid: 19505 components: - type: Transform pos: 22.5,9.5 parent: 2 - - uid: 19008 + - uid: 19506 components: - type: Transform pos: -5.5,11.5 parent: 2 - - uid: 19009 + - uid: 19507 components: - type: Transform pos: -66.5,-47.5 parent: 2 - - uid: 19010 + - uid: 19508 components: - type: Transform pos: 49.5,16.5 parent: 2 - proto: DonkpocketBoxSpawner entities: - - uid: 19011 + - uid: 19509 components: - type: Transform pos: 61.5,-38.5 parent: 2 - - uid: 19012 + - uid: 19510 components: - type: Transform pos: 46.5,-74.5 parent: 2 - - uid: 19013 + - uid: 19511 components: - type: Transform pos: -37.5,-4.5 parent: 2 - - uid: 19014 + - uid: 19512 components: - type: Transform pos: -42.5,-86.5 parent: 2 - - uid: 19015 + - uid: 19513 components: - type: Transform pos: -10.5,13.5 parent: 2 - - uid: 19016 + - uid: 19514 components: - type: Transform pos: 54.5,7.5 parent: 2 - proto: DoorElectronics entities: - - uid: 19017 + - uid: 19515 components: - type: Transform pos: 38.507458,-37.45771 parent: 2 - - uid: 19018 + - uid: 19516 components: - type: Transform pos: 38.482124,-37.32569 parent: 2 - - uid: 19019 + - uid: 19517 components: - type: Transform pos: 101.5,-80.5 parent: 2 - proto: DoubleEmergencyOxygenTankFilled entities: - - uid: 19020 + - uid: 19518 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.57781,-93.494286 parent: 2 - - uid: 19021 + - uid: 19519 components: - type: Transform rot: 3.141592653589793 rad pos: 49.795048,-99.41769 parent: 2 - - uid: 19022 + - uid: 19520 components: - type: Transform pos: 49.013447,-100.553375 parent: 2 - - uid: 19023 + - uid: 19521 components: - type: Transform pos: 54.668594,-84.426704 parent: 2 - - uid: 19024 + - uid: 19522 components: - type: Transform pos: 54.507576,-96.46527 parent: 2 - - uid: 19025 + - uid: 19523 components: - type: Transform pos: 74.54064,-49.657394 @@ -126233,29 +128908,29 @@ entities: - 15 - 8 - 11 - - uid: 15522 + - uid: 16040 components: - type: Transform pos: 66.5,1.5 parent: 2 - type: Storage storedItems: - 15523: + 16041: position: 0,2 _rotation: North - 15524: + 16042: position: 0,0 _rotation: North - 15526: + 16044: position: 1,0 _rotation: South - 15528: + 16046: position: 1,2 _rotation: South - 15525: + 16043: position: 3,0 _rotation: South - 15527: + 16045: position: 3,2 _rotation: South - type: ContainerContainer @@ -126264,186 +128939,193 @@ entities: showEnts: False occludes: True ents: - - 15528 - - 15523 - - 15524 - - 15526 - - 15527 - - 15525 - - uid: 19026 + - 16046 + - 16041 + - 16042 + - 16044 + - 16045 + - 16043 + - uid: 19524 components: - type: Transform pos: -13.5,10.5 parent: 2 - proto: DresserCaptainFilled entities: - - uid: 19027 + - uid: 19525 components: - type: Transform pos: 16.5,11.5 parent: 2 - proto: DresserChiefEngineerFilled entities: - - uid: 19028 + - uid: 19526 components: - type: Transform pos: 57.5,-76.5 parent: 2 - proto: DresserChiefMedicalOfficerFilled entities: - - uid: 19029 + - uid: 19527 components: - type: Transform pos: -39.5,-10.5 parent: 2 - proto: DresserFilled entities: - - uid: 19030 + - uid: 19528 components: - type: Transform pos: -36.5,-90.5 parent: 2 - - uid: 19031 + - uid: 19529 components: - type: Transform pos: -36.5,-87.5 parent: 2 - - uid: 19032 + - uid: 19530 components: - type: Transform pos: -35.5,3.5 parent: 2 - - uid: 19033 + - uid: 19531 components: - type: Transform pos: -54.5,-9.5 parent: 2 - - uid: 19034 + - uid: 19532 components: - type: Transform pos: -66.5,-12.5 parent: 2 - - uid: 19035 + - uid: 19533 components: - type: Transform pos: -27.5,-84.5 parent: 2 - - uid: 19036 + - uid: 19534 components: - type: Transform pos: -27.5,-87.5 parent: 2 - - uid: 19037 + - uid: 19535 components: - type: Transform pos: -27.5,-90.5 parent: 2 - - uid: 19038 + - uid: 19536 components: - type: Transform pos: -36.5,-84.5 parent: 2 - proto: DresserHeadOfPersonnelFilled entities: - - uid: 19039 + - uid: 19537 components: - type: Transform pos: -9.5,6.5 parent: 2 - proto: DresserHeadOfSecurityFilled entities: - - uid: 19040 + - uid: 19538 components: - type: Transform pos: 52.5,16.5 parent: 2 - proto: DresserQuarterMasterFilled entities: - - uid: 19041 + - uid: 19539 components: - type: Transform pos: -1.5,-100.5 parent: 2 - proto: DresserResearchDirectorFilled entities: - - uid: 19042 + - uid: 19540 components: - type: Transform pos: -34.5,-70.5 parent: 2 - proto: DresserWardenFilled entities: - - uid: 19043 + - uid: 19541 components: - type: Transform pos: 53.5,-22.5 parent: 2 +- proto: DrinkAlienBrainHemorrhage + entities: + - uid: 19542 + components: + - type: Transform + pos: -0.6320536,-21.241053 + parent: 2 - proto: DrinkBeerBottleFull entities: - - uid: 19044 + - uid: 19543 components: - type: Transform pos: 51.24125,-46.24205 parent: 2 - - uid: 19045 + - uid: 19544 components: - type: Transform pos: 24.383669,7.8483505 parent: 2 - - uid: 19046 + - uid: 19545 components: - type: Transform pos: -83.35843,-17.145203 parent: 2 - - uid: 19047 + - uid: 19546 components: - type: Transform pos: -96.4395,-10.124379 parent: 2 - - uid: 19049 + - uid: 19548 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19050 + - uid: 19549 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19059 + - uid: 19558 components: - type: Transform pos: 105.499435,-48.14153 parent: 2 - proto: DrinkBeerglass entities: - - uid: 19051 + - uid: 19550 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19052 + - uid: 19551 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19060 + - uid: 19559 components: - type: Transform pos: -84.367546,-17.265388 parent: 2 - - uid: 19061 + - uid: 19560 components: - type: Transform pos: -96.22075,-10.390004 parent: 2 - proto: DrinkBottleBeer entities: - - uid: 19062 + - uid: 19561 components: - type: Transform rot: -1.5707963267948966 rad @@ -126451,7 +129133,7 @@ entities: parent: 2 - proto: DrinkBottleGildlager entities: - - uid: 19063 + - uid: 19562 components: - type: Transform pos: 24.591486,4.718968 @@ -126476,82 +129158,82 @@ entities: ent: 4 - proto: DrinkBottleOfNothingFull entities: - - uid: 19064 + - uid: 19563 components: - type: Transform pos: 34.555294,-17.231699 parent: 2 - proto: DrinkBottleVodka entities: - - uid: 19065 + - uid: 19564 components: - type: Transform pos: 32.367794,-15.512949 parent: 2 - proto: DrinkCanPack entities: - - uid: 19066 + - uid: 19565 components: - type: Transform pos: -1.5820045,0.62638855 parent: 2 - proto: DrinkCognacBottleFull entities: - - uid: 19053 + - uid: 19552 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19067 + - uid: 19566 components: - type: Transform pos: 10.352712,17.629696 parent: 2 - - uid: 19068 + - uid: 19567 components: - type: Transform pos: -57.604233,-48.34345 parent: 2 - proto: DrinkColaCan entities: - - uid: 19070 + - uid: 19569 components: - type: Transform - parent: 19069 + parent: 19568 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 19071 + - uid: 19570 components: - type: Transform - parent: 19069 + parent: 19568 - type: Physics canCollide: False - type: InsideEntityStorage - proto: DrinkCosmopolitan entities: - - uid: 19075 + - uid: 19574 components: - type: Transform - parent: 19074 + parent: 19573 - type: Physics canCollide: False - proto: DrinkDetFlask entities: - - uid: 19080 + - uid: 19579 components: - type: Transform pos: 46.43001,-5.287635 parent: 2 - - uid: 19081 + - uid: 19580 components: - type: Transform pos: 46.69043,-5.3084683 parent: 2 - proto: DrinkFlask entities: - - uid: 19082 + - uid: 19581 components: - type: Transform rot: 1.5707963267948966 rad @@ -126559,1013 +129241,1069 @@ entities: parent: 2 - proto: DrinkGlass entities: - - uid: 19076 + - uid: 19575 components: - type: Transform - parent: 19074 + parent: 19573 - type: Physics canCollide: False - - uid: 19077 + - uid: 19576 components: - type: Transform - parent: 19074 + parent: 19573 - type: Physics canCollide: False - - uid: 19078 + - uid: 19577 components: - type: Transform - parent: 19074 + parent: 19573 - type: Physics canCollide: False - proto: DrinkGlassCoupeShaped entities: - - uid: 19054 + - uid: 19553 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19055 + - uid: 19554 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19083 + - uid: 19582 components: - type: Transform pos: -15.106409,-55.647816 parent: 2 - - uid: 19084 + - uid: 19583 components: - type: Transform pos: -14.653284,-55.63219 parent: 2 - proto: DrinkGoldenCup entities: - - uid: 19085 + - uid: 19584 components: - type: Transform pos: -7.5104322,-5.5059457 parent: 2 - proto: DrinkGrogGlass entities: - - uid: 19086 + - uid: 19585 components: - type: Transform pos: -65.623604,12.72371 parent: 2 - proto: DrinkHotCoffee entities: - - uid: 19087 + - uid: 19586 components: - type: Transform pos: 47.79838,-24.728645 parent: 2 - - uid: 19088 + - uid: 19587 components: - type: Transform pos: -0.64531827,27.699799 parent: 2 - - uid: 19089 + - uid: 19588 components: - type: Transform pos: 10.4279175,10.702047 parent: 2 - proto: DrinkIceGlass entities: - - uid: 19091 + - uid: 19590 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - - uid: 19092 + - uid: 19591 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - - uid: 19093 + - uid: 19592 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False +- proto: DrinkJar + entities: + - uid: 19608 + components: + - type: Transform + pos: 14.390442,-35.457085 + parent: 2 + - uid: 19609 + components: + - type: Transform + pos: 12.468567,-32.34771 + parent: 2 + - uid: 19610 + components: + - type: Transform + pos: 16.609192,-31.613335 + parent: 2 + - uid: 19611 + components: + - type: Transform + pos: 15.038424,-35.491524 + parent: 2 + - uid: 19612 + components: + - type: Transform + pos: 15.618542,-35.460274 + parent: 2 + - uid: 19613 + components: + - type: Transform + pos: 15.444674,-31.444649 + parent: 2 + - uid: 19614 + components: + - type: Transform + pos: 15.913424,-31.335274 + parent: 2 - proto: DrinkKiraSpecial entities: - - uid: 19109 + - uid: 19615 components: - type: Transform pos: 51.331936,-5.3940773 parent: 2 - proto: DrinkMilkCarton entities: - - uid: 19111 + - uid: 19617 components: - type: Transform - parent: 19110 + parent: 19616 - type: Physics canCollide: False - type: InsideEntityStorage - proto: DrinkMREFlask entities: - - uid: 19115 + - uid: 19621 components: - type: Transform pos: -16.398232,17.765085 parent: 2 - - uid: 19116 + - uid: 19622 components: - type: Transform pos: -16.616982,17.608835 parent: 2 - proto: DrinkMug entities: - - uid: 19117 + - uid: 19623 components: - type: Transform pos: 70.66605,-40.50767 parent: 2 - - uid: 19118 + - uid: 19624 components: - type: Transform pos: -6.4723682,-83.75651 parent: 2 - - uid: 19119 + - uid: 19625 components: - type: Transform pos: -36.33643,-25.522137 parent: 2 - - uid: 19120 + - uid: 19626 components: - type: Transform pos: -5.2147865,-0.20738065 parent: 2 - - uid: 19121 + - uid: 19627 components: - type: Transform pos: 7.5972843,9.628852 parent: 2 - - uid: 19122 + - uid: 19628 components: - type: Transform pos: -53.327377,-64.45119 parent: 2 - - uid: 19123 + - uid: 19629 components: - type: Transform pos: 22.386673,-69.29359 parent: 2 - - uid: 19124 + - uid: 19630 components: - type: Transform pos: -17.631403,-1.3998618 parent: 2 - - uid: 19125 + - uid: 19631 components: - type: Transform pos: -59.6224,-1.1432885 parent: 2 - proto: DrinkMugBlack entities: - - uid: 19126 + - uid: 19632 components: - type: Transform pos: 50.352776,-54.36279 parent: 2 - proto: DrinkMugBlue entities: - - uid: 19127 + - uid: 19633 components: - type: Transform pos: 85.25365,0.7113085 parent: 2 - proto: DrinkMugDog entities: - - uid: 19128 + - uid: 19634 components: - type: Transform pos: 43.45974,-74.36939 parent: 2 - - uid: 19130 + - uid: 19636 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: DrinkMugGreen entities: - - uid: 19148 + - uid: 19654 components: - type: Transform pos: 62.688507,-64.35952 parent: 2 - - uid: 19149 + - uid: 19655 components: - type: Transform pos: -19.24841,6.756159 parent: 2 - - uid: 19150 + - uid: 19656 components: - type: Transform pos: 77.27791,0.5706835 parent: 2 - proto: DrinkMugHeart entities: - - uid: 19151 + - uid: 19657 components: - type: Transform pos: 81.24666,0.47693348 parent: 2 - proto: DrinkMugMetal entities: - - uid: 19152 + - uid: 19658 components: - type: Transform pos: 50.402164,7.687375 parent: 2 - - uid: 19153 + - uid: 19659 components: - type: Transform pos: 50.29279,7.468625 parent: 2 - - uid: 19154 + - uid: 19660 components: - type: Transform pos: 85.80052,0.7269335 parent: 2 - - uid: 19155 + - uid: 19661 components: - type: Transform pos: -72.53304,2.6790397 parent: 2 - - uid: 19156 + - uid: 19662 components: - type: Transform pos: 50.16779,7.749875 parent: 2 - proto: DrinkMugMoebius entities: - - uid: 19157 + - uid: 19663 components: - type: Transform pos: 81.26228,0.6956835 parent: 2 - proto: DrinkMugOne entities: - - uid: 19158 + - uid: 19664 components: - type: Transform pos: 13.686022,15.880593 parent: 2 - - uid: 19159 + - uid: 19665 components: - type: Transform pos: -37.305103,-5.2712727 parent: 2 - proto: DrinkMugRainbow entities: - - uid: 15762 + - uid: 16277 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: DrinkMugRed entities: - - uid: 19160 + - uid: 19666 components: - type: Transform pos: 53.31357,-52.97743 parent: 2 - - uid: 19161 + - uid: 19667 components: - type: Transform pos: 53.551285,-53.10065 parent: 2 - - uid: 19162 + - uid: 19668 components: - type: Transform pos: 53.31357,-53.479122 parent: 2 - - uid: 19163 + - uid: 19669 components: - type: Transform pos: 43.67849,-74.61939 parent: 2 - - uid: 19164 + - uid: 19670 components: - type: Transform pos: 77.80916,0.6644335 parent: 2 - proto: DrinkNeurotoxinGlass entities: - - uid: 19165 + - uid: 19671 components: - type: Transform pos: -52.607536,-54.30591 parent: 2 - proto: DrinkNTCahors entities: - - uid: 19166 + - uid: 19672 components: - type: Transform pos: 36.771786,-63.324944 parent: 2 - proto: DrinkPwrGameCan entities: - - uid: 19167 + - uid: 19673 components: - type: Transform pos: -60.110847,12.645974 parent: 2 - - uid: 19168 + - uid: 19674 components: - type: Transform pos: -59.642097,12.770974 parent: 2 - - uid: 19169 + - uid: 19675 components: - type: Transform pos: -59.642097,9.739724 parent: 2 - - uid: 19170 + - uid: 19676 components: - type: Transform pos: -59.454597,9.536599 parent: 2 - - uid: 19171 + - uid: 19677 components: - type: Transform pos: -59.220222,9.708474 parent: 2 - proto: DrinkShakeEmpty entities: - - uid: 19172 + - uid: 19678 components: - type: Transform pos: 28.419611,2.640843 parent: 2 - proto: DrinkShaker entities: - - uid: 19173 + - uid: 19679 components: - type: Transform pos: 24.660896,7.2123594 parent: 2 - proto: DrinkShotGlass entities: - - uid: 19056 + - uid: 19555 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19057 + - uid: 19556 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - - uid: 19174 + - uid: 19680 components: - type: Transform pos: 10.758962,17.42657 parent: 2 - - uid: 19175 + - uid: 19681 components: - type: Transform pos: 10.618337,17.64532 parent: 2 - - uid: 19176 + - uid: 19682 components: - type: Transform pos: 51.210014,-52.893696 parent: 2 - - uid: 19177 + - uid: 19683 components: - type: Transform pos: 42.34571,-94.41056 parent: 2 - - uid: 19178 + - uid: 19684 components: - type: Transform pos: 42.330086,-94.03556 parent: 2 - - uid: 19179 + - uid: 19685 components: - type: Transform pos: -57.291733,-48.7497 parent: 2 - proto: DrinkTeacup entities: - - uid: 19180 + - uid: 19686 components: - type: Transform pos: 77.39634,-26.434532 parent: 2 - proto: DrinkTonicWaterCan entities: - - uid: 19182 + - uid: 19688 components: - type: Transform - parent: 19181 + parent: 19687 - type: Physics canCollide: False - type: InsideEntityStorage - proto: DrinkToxinsSpecialGlass entities: - - uid: 19184 + - uid: 19690 components: - type: Transform pos: -52.326286,-54.384033 parent: 2 - proto: DrinkVermouthBottleFull entities: - - uid: 19058 + - uid: 19557 components: - type: Transform - parent: 19048 + parent: 19547 - type: Physics canCollide: False - proto: DrinkVodkaBottleFull entities: - - uid: 19185 + - uid: 19691 components: - type: Transform pos: 78.52124,-50.282394 parent: 2 - proto: DrinkWaterBottleFull entities: - - uid: 19186 + - uid: 19692 components: - type: Transform pos: -63.156868,-71.40318 parent: 2 - - uid: 19187 + - uid: 19693 components: - type: Transform pos: -35.359737,-106.590935 parent: 2 - - uid: 19188 + - uid: 19694 components: - type: Transform pos: -35.578487,-106.403435 parent: 2 - - uid: 19189 + - uid: 19695 components: - type: Transform pos: -63.672493,-72.27818 parent: 2 - - uid: 19190 + - uid: 19696 components: - type: Transform pos: -29.358727,-105.57847 parent: 2 - - uid: 19191 + - uid: 19697 components: - type: Transform pos: -29.624352,-105.37534 parent: 2 - - uid: 19192 + - uid: 19698 components: - type: Transform pos: 55.596703,-2.412826 parent: 2 - - uid: 19193 + - uid: 19699 components: - type: Transform pos: 53.432602,-9.042577 parent: 2 - - uid: 19194 + - uid: 19700 components: - type: Transform pos: 53.635727,-9.323827 parent: 2 - proto: DrinkWaterCup entities: - - uid: 19195 + - uid: 19701 components: - type: Transform pos: 85.7359,-9.2497635 parent: 2 - proto: DrinkWhiskeyBottleFull entities: - - uid: 19196 + - uid: 19702 components: - type: Transform pos: 41.78321,-93.988686 parent: 2 - proto: DrinkWineBottleFull entities: - - uid: 19197 + - uid: 19703 components: - type: Transform pos: 36.443604,-63.328476 parent: 2 - - uid: 19198 + - uid: 19704 components: - type: Transform pos: -15.809534,-55.13219 parent: 2 - proto: Dropper entities: - - uid: 19199 + - uid: 19705 components: - type: Transform pos: -51.74125,-0.5904815 parent: 2 - - uid: 19200 + - uid: 19706 components: - type: Transform rot: 3.141592653589793 rad pos: 33.528248,22.992973 parent: 2 - - uid: 19201 + - uid: 19707 components: - type: Transform pos: -8.260692,-63.45456 parent: 2 - proto: Ectoplasm entities: - - uid: 19202 - components: - - type: Transform - pos: 11.496411,-31.037231 - parent: 2 - - uid: 19203 + - uid: 19708 components: - type: Transform pos: 33.513348,-71.052895 parent: 2 - proto: EffectEmpPulse entities: - - uid: 40660 + - uid: 19709 components: - type: Transform pos: 15.5,-41.5 parent: 2 +- proto: EggSpider + entities: + - uid: 19710 + components: + - type: Transform + pos: -5.8004723,-42.386757 + parent: 2 + - uid: 19711 + components: + - type: Transform + pos: -5.8004723,-42.52738 + parent: 2 + - uid: 19712 + components: + - type: Transform + pos: -5.5973473,-42.511757 + parent: 2 +- proto: EldritchBlade + entities: + - uid: 19713 + components: + - type: Transform + pos: -8.444053,-30.186852 + parent: 2 - proto: EmergencyLight entities: - - uid: 19204 + - uid: 19714 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-18.5 parent: 2 - - uid: 19205 + - uid: 19715 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-8.5 parent: 2 - - uid: 19206 + - uid: 19716 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,7.5 parent: 2 - - uid: 19207 + - uid: 19717 components: - type: Transform pos: 62.5,5.5 parent: 2 - - uid: 19208 + - uid: 19718 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,7.5 parent: 2 - - uid: 19209 + - uid: 19719 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-10.5 parent: 2 - - uid: 19210 + - uid: 19720 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,3.5 parent: 2 - - uid: 19211 + - uid: 19721 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,14.5 parent: 2 - - uid: 19212 + - uid: 19722 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,16.5 parent: 2 - - uid: 19213 + - uid: 19723 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-73.5 parent: 2 - - uid: 19214 + - uid: 19724 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-98.5 parent: 2 - - uid: 19215 + - uid: 19725 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-96.5 parent: 2 - - uid: 19216 + - uid: 19726 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-82.5 parent: 2 - - uid: 19217 + - uid: 19727 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-73.5 parent: 2 - - uid: 19218 + - uid: 19728 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-65.5 parent: 2 - - uid: 19219 + - uid: 19729 components: - type: Transform pos: 36.5,-57.5 parent: 2 - - uid: 19220 + - uid: 19730 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-51.5 parent: 2 - - uid: 19221 + - uid: 19731 components: - type: Transform pos: 31.5,-31.5 parent: 2 - - uid: 19222 + - uid: 19732 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-30.5 parent: 2 - - uid: 19223 + - uid: 19733 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-52.5 parent: 2 - - uid: 19224 + - uid: 19734 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-49.5 parent: 2 - - uid: 19225 + - uid: 19735 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-70.5 parent: 2 - - uid: 19226 + - uid: 19736 components: - type: Transform pos: 51.5,-81.5 parent: 2 - - uid: 19227 + - uid: 19737 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-90.5 parent: 2 - - uid: 19228 + - uid: 19738 components: - type: Transform pos: 48.5,-96.5 parent: 2 - - uid: 19229 + - uid: 19739 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-59.5 parent: 2 - - uid: 19230 + - uid: 19740 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-42.5 parent: 2 - - uid: 19231 + - uid: 19741 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-33.5 parent: 2 - - uid: 19232 + - uid: 19742 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-30.5 parent: 2 - - uid: 19233 + - uid: 19743 components: - type: Transform rot: 3.141592653589793 rad pos: 97.5,-41.5 parent: 2 - - uid: 19234 + - uid: 19744 components: - type: Transform pos: 97.5,-21.5 parent: 2 - - uid: 19235 + - uid: 19745 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-11.5 parent: 2 - - uid: 19236 + - uid: 19746 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-0.5 parent: 2 - - uid: 19237 + - uid: 19747 components: - type: Transform pos: -1.5,4.5 parent: 2 - - uid: 19238 + - uid: 19748 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,21.5 parent: 2 - - uid: 19239 + - uid: 19749 components: - type: Transform pos: -6.5,11.5 parent: 2 - - uid: 19240 + - uid: 19750 components: - type: Transform pos: -18.5,1.5 parent: 2 - - uid: 19241 + - uid: 19751 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-8.5 parent: 2 - - uid: 19242 + - uid: 19752 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-33.5 parent: 2 - - uid: 19243 + - uid: 19753 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-37.5 parent: 2 - - uid: 19244 + - uid: 19754 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-11.5 parent: 2 - - uid: 19245 + - uid: 19755 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,2.5 parent: 2 - - uid: 19246 + - uid: 19756 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-34.5 parent: 2 - - uid: 19247 + - uid: 19757 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-44.5 parent: 2 - - uid: 19248 + - uid: 19758 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-44.5 parent: 2 - - uid: 19249 + - uid: 19759 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,-40.5 parent: 2 - - uid: 19250 + - uid: 19760 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-52.5 parent: 2 - - uid: 19251 + - uid: 19761 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-45.5 parent: 2 - - uid: 19252 + - uid: 19762 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-66.5 parent: 2 - - uid: 19253 + - uid: 19763 components: - type: Transform pos: -52.5,-64.5 parent: 2 - - uid: 19254 + - uid: 19764 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-79.5 parent: 2 - - uid: 19255 + - uid: 19765 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-59.5 parent: 2 - - uid: 19256 + - uid: 19766 components: - type: Transform pos: -26.5,-80.5 parent: 2 - - uid: 19257 + - uid: 19767 components: - type: Transform pos: -24.5,-69.5 parent: 2 - - uid: 19258 + - uid: 19768 components: - type: Transform pos: -33.5,-92.5 parent: 2 - - uid: 19259 + - uid: 19769 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-66.5 parent: 2 - - uid: 19260 + - uid: 19770 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-54.5 parent: 2 - - uid: 19261 + - uid: 19771 components: - type: Transform pos: 76.5,-48.5 parent: 2 - - uid: 19262 + - uid: 19772 components: - type: Transform pos: -32.5,8.5 parent: 2 - - uid: 19263 + - uid: 19773 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-75.5 parent: 2 - - uid: 19264 + - uid: 19774 components: - type: Transform pos: -50.5,-68.5 parent: 2 - - uid: 19265 + - uid: 19775 components: - type: Transform pos: 97.5,-86.5 parent: 2 - - uid: 19266 + - uid: 19776 components: - type: Transform rot: -1.5707963267948966 rad pos: 99.5,-69.5 parent: 2 - - uid: 19267 + - uid: 19777 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-10.5 parent: 2 - - uid: 19268 + - uid: 19778 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-29.5 parent: 2 - - uid: 19269 + - uid: 19779 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-20.5 parent: 2 - - uid: 19270 + - uid: 19780 components: - type: Transform pos: 0.5,17.5 parent: 2 - - uid: 19271 + - uid: 19781 components: - type: Transform pos: 63.5,15.5 parent: 2 - - uid: 19272 + - uid: 19782 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,14.5 parent: 2 - - uid: 19273 + - uid: 19783 components: - type: Transform pos: 62.5,11.5 parent: 2 - - uid: 19274 + - uid: 19784 components: - type: Transform pos: 53.5,-7.5 parent: 2 - - uid: 19275 + - uid: 19785 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,-5.5 parent: 2 - - uid: 19276 + - uid: 19786 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-1.5 parent: 2 - - uid: 19277 + - uid: 19787 components: - type: Transform pos: 116.5,-38.5 parent: 2 - - uid: 19278 + - uid: 19788 components: - type: Transform pos: 128.5,-38.5 parent: 2 - - uid: 19279 + - uid: 19789 components: - type: Transform pos: -53.5,-17.5 parent: 2 - - uid: 19280 + - uid: 19790 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-100.5 parent: 2 - - uid: 19281 + - uid: 19791 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-103.5 parent: 2 - - uid: 19282 + - uid: 19792 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-91.5 parent: 2 - - uid: 19283 + - uid: 19793 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-0.5 parent: 2 - - uid: 19284 + - uid: 19794 components: - type: Transform rot: 1.5707963267948966 rad @@ -127573,592 +130311,764 @@ entities: parent: 2 - proto: EmergencyMedipen entities: - - uid: 996 + - uid: 1003 components: - type: Transform - parent: 993 + parent: 1000 - type: Physics canCollide: False + - uid: 1011 + components: + - type: Transform + parent: 1008 + - type: Physics + canCollide: False + - uid: 1019 + components: + - type: Transform + parent: 1016 + - type: Physics + canCollide: False +- proto: EmergencyOxygenTankFilled + entities: - uid: 1004 components: - type: Transform - parent: 1001 + parent: 1000 - type: Physics canCollide: False - uid: 1012 components: - type: Transform - parent: 1009 + parent: 1008 - type: Physics canCollide: False -- proto: EmergencyOxygenTankFilled - entities: - - uid: 997 + - uid: 1020 components: - type: Transform - parent: 993 - - type: Physics - canCollide: False - - uid: 1005 - components: - - type: Transform - parent: 1001 - - type: Physics - canCollide: False - - uid: 1013 - components: - - type: Transform - parent: 1009 + parent: 1016 - type: Physics canCollide: False - proto: EmergencyRollerBed entities: - - uid: 19285 + - uid: 19795 components: - type: Transform pos: -39.5,-36.5 parent: 2 - proto: Emitter entities: - - uid: 19286 + - uid: 19796 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-64.5 parent: 2 - - uid: 19287 + - uid: 19797 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-64.5 parent: 2 - - uid: 19288 + - uid: 19798 components: - type: Transform pos: 80.5,-54.5 parent: 2 - - uid: 19289 + - uid: 19799 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.5,-66.5 parent: 2 - - uid: 19290 + - uid: 19800 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-66.5 parent: 2 - - uid: 19291 + - uid: 19801 components: - type: Transform pos: 57.5,-65.5 parent: 2 - - uid: 19292 + - uid: 19802 components: - type: Transform pos: 56.5,-65.5 parent: 2 - - uid: 19293 + - uid: 19803 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,-66.5 parent: 2 - - uid: 19294 + - uid: 19804 components: - type: Transform pos: 75.5,-54.5 parent: 2 -- proto: EncryptionKeyBinary - entities: - - uid: 19295 - components: - - type: Transform - pos: -16.538025,-46.528683 - parent: 2 - proto: EncryptionKeySyndie entities: - - uid: 19297 + - uid: 19806 components: - type: Transform - parent: 19296 + parent: 19805 - type: Physics canCollide: False - proto: Envelope entities: - - uid: 19298 + - uid: 19807 components: - type: Transform pos: -57.03176,-89.21703 parent: 2 - - uid: 19299 + - uid: 19808 components: - type: Transform pos: -57.09426,-89.38891 parent: 2 - - uid: 19300 + - uid: 19809 components: - type: Transform pos: -4.5116596,-83.64688 parent: 2 - - uid: 19301 + - uid: 19810 components: - type: Transform pos: -4.5116596,-83.881256 parent: 2 -- proto: Error +- proto: ERTSpawnerCBURN entities: - - uid: 19302 + - uid: 19811 + components: + - type: MetaData + name: ЭФФЕКТ СПАВНЕР + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - type: SpawnOnTrigger + proto: AdminInstantEffectEMP + - uid: 19812 + components: + - type: MetaData + name: ЭФФЕКТ СПАВНЕР + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - type: SpawnOnTrigger + proto: AdminInstantEffectEMP + - uid: 19813 + components: + - type: MetaData + name: ЭФФЕКТ СПАВНЕР + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - type: SpawnOnTrigger + proto: AdminInstantEffectEMP + - uid: 19814 components: - type: Transform - pos: 6.5,-59.5 + pos: 2.5,-40.5 parent: 2 - - uid: 19303 + - type: SpawnOnTrigger + proto: AdminInstantEffectEMP + - uid: 19815 components: - type: Transform - pos: 6.5,-55.5 + pos: -0.5,-30.5 parent: 2 - - uid: 19304 + - type: SpawnOnTrigger + proto: AdminInstantEffectEMP +- proto: ERTSpawnerJanitor + entities: + - uid: 19816 + components: + - type: MetaData + name: ОВЕРЛУТ СПАВНЕР + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - type: SpawnOnTrigger + proto: ClothingOuterHardsuitMaxim + - uid: 19817 components: - type: Transform - pos: -5.5,-59.5 + pos: -2.5,-34.5 parent: 2 - - uid: 19305 + - uid: 19818 components: - type: Transform - pos: -5.5,-55.5 + pos: -12.5,-28.5 parent: 2 + - uid: 19819 + components: + - type: MetaData + name: АПТЕЧКА СПАВНЕР + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - type: SpawnOnTrigger + proto: MedkitCombatFilled + - uid: 19820 + components: + - type: MetaData + name: ТЕРМОПУШКА СПАВНЕР + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - type: SpawnOnTrigger + proto: WeaponTemperatureGun +- proto: ERTSpawnerLeader + entities: + - uid: 19821 + components: + - type: MetaData + name: ЛЕВИАЗВЕРЬ + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteLeviathing +- proto: ERTSpawnerSrcurity + entities: + - uid: 19822 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteEnforcer + - uid: 19823 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteFounder + - uid: 19824 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteCrawler + - uid: 19825 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 19826 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteCrawler + - uid: 19827 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocytePouncer + - uid: 19828 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobHivebotStrong + - uid: 19829 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - type: SpawnOnTrigger + proto: SalvageSpawnerMobMiningAsteroid + - uid: 19830 + components: + - type: Transform + pos: 8.5,-47.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteMolder + - uid: 19831 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobHivebot + - uid: 19832 + components: + - type: Transform + pos: 15.5,-42.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteCrawler + - uid: 41317 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - type: SpawnOnTrigger + proto: MobArgocyteGlider - proto: ExGrenade entities: - - uid: 16233 + - uid: 16733 components: - type: Transform - parent: 16232 + parent: 16732 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ExplosionRune entities: - - uid: 19306 + - uid: 19833 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-24.5 parent: 2 + - uid: 19834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-35.5 + parent: 2 + - uid: 19835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-29.5 + parent: 2 + - uid: 19836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-35.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 2 - proto: ExplosivesSignMed entities: - - uid: 19307 + - uid: 19838 components: - type: Transform pos: -66.5,-66.5 parent: 2 - proto: ExtendedEmergencyOxygenTankFilled entities: - - uid: 19308 + - uid: 19839 components: - type: Transform pos: -66.352936,-71.53743 parent: 2 - - uid: 19309 + - uid: 19840 components: - type: Transform pos: -53.376144,-73.67138 parent: 2 - - uid: 19310 + - uid: 19841 components: - type: Transform pos: 39.51871,20.5004 parent: 2 - - uid: 19311 + - uid: 19842 components: - type: Transform pos: -19.42097,20.691431 parent: 2 - - uid: 19312 + - uid: 19843 components: - type: Transform pos: -19.530346,20.503931 parent: 2 - - uid: 19313 + - uid: 19844 components: - type: Transform pos: -19.60847,20.691431 parent: 2 - proto: ExtinguisherCabinetFilled entities: - - uid: 19314 + - uid: 19845 components: - type: Transform pos: 19.5,1.5 parent: 2 - - uid: 19315 + - uid: 19846 components: - type: Transform pos: -32.5,2.5 parent: 2 - - uid: 19316 + - uid: 19847 components: - type: Transform pos: 47.5,-70.5 parent: 2 - - uid: 19317 + - uid: 19848 components: - type: Transform pos: 34.5,-53.5 parent: 2 - - uid: 19318 + - uid: 19849 components: - type: Transform pos: 99.5,-20.5 parent: 2 - - uid: 19319 + - uid: 19850 components: - type: Transform pos: 68.5,-23.5 parent: 2 - - uid: 19320 + - uid: 19851 components: - type: Transform pos: 47.5,-54.5 parent: 2 - - uid: 19321 + - uid: 19852 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-43.5 parent: 2 - - uid: 19322 + - uid: 19853 components: - type: Transform pos: 70.5,-34.5 parent: 2 - - uid: 19323 + - uid: 19854 components: - type: Transform pos: 31.5,-18.5 parent: 2 - - uid: 19324 + - uid: 19855 components: - type: Transform pos: 48.5,-94.5 parent: 2 - - uid: 19325 + - uid: 19856 components: - type: Transform pos: -48.5,-67.5 parent: 2 - - uid: 19326 + - uid: 19857 components: - type: Transform pos: 25.5,-68.5 parent: 2 - - uid: 19327 + - uid: 19858 components: - type: Transform pos: 41.5,-30.5 parent: 2 - - uid: 19328 + - uid: 19859 components: - type: Transform pos: 4.5,1.5 parent: 2 - - uid: 19329 + - uid: 19860 components: - type: Transform pos: -27.5,15.5 parent: 2 - - uid: 19330 + - uid: 19861 components: - type: Transform pos: -43.5,-26.5 parent: 2 - - uid: 19331 + - uid: 19862 components: - type: Transform pos: -48.5,5.5 parent: 2 - - uid: 19332 + - uid: 19863 components: - type: Transform pos: -26.5,-33.5 parent: 2 - - uid: 19333 + - uid: 19864 components: - type: Transform pos: -44.5,-14.5 parent: 2 - - uid: 19334 + - uid: 19865 components: - type: Transform pos: -43.5,-30.5 parent: 2 - - uid: 19335 + - uid: 19866 components: - type: Transform pos: -66.5,-63.5 parent: 2 - - uid: 19336 + - uid: 19867 components: - type: Transform pos: -68.5,-45.5 parent: 2 - - uid: 19337 + - uid: 19868 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-78.5 parent: 2 - - uid: 19338 + - uid: 19869 components: - type: Transform pos: -26.5,-75.5 parent: 2 - - uid: 19339 + - uid: 19870 components: - type: Transform pos: -34.5,-91.5 parent: 2 - - uid: 19340 + - uid: 19871 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-35.5 parent: 2 - - uid: 19341 + - uid: 19872 components: - type: Transform pos: -4.5,-85.5 parent: 2 - - uid: 19342 + - uid: 19873 components: - type: Transform pos: -41.5,-61.5 parent: 2 - - uid: 19343 + - uid: 19874 components: - type: Transform pos: 18.5,-88.5 parent: 2 - - uid: 19344 + - uid: 19875 components: - type: Transform pos: 39.5,-59.5 parent: 2 - - uid: 19345 + - uid: 19876 components: - type: Transform pos: -1.5,7.5 parent: 2 - - uid: 19346 + - uid: 19877 components: - type: Transform pos: 12.5,19.5 parent: 2 - - uid: 19347 + - uid: 19878 components: - type: Transform pos: 39.5,12.5 parent: 2 - - uid: 19348 + - uid: 19879 components: - type: Transform pos: 92.5,-38.5 parent: 2 - - uid: 19349 + - uid: 19880 components: - type: Transform pos: 34.5,-41.5 parent: 2 - - uid: 19350 + - uid: 19881 components: - type: Transform pos: 79.5,-47.5 parent: 2 - - uid: 19351 + - uid: 19882 components: - type: Transform pos: -56.5,-70.5 parent: 2 - - uid: 19352 + - uid: 19883 components: - type: Transform pos: 60.5,-34.5 parent: 2 - - uid: 19353 + - uid: 19884 components: - type: Transform pos: 80.5,-29.5 parent: 2 - - uid: 19354 + - uid: 19885 components: - type: Transform pos: 42.5,-36.5 parent: 2 - - uid: 19355 + - uid: 19886 components: - type: Transform pos: -8.5,-73.5 parent: 2 - - uid: 19356 + - uid: 19887 components: - type: Transform pos: -59.5,-70.5 parent: 2 - - uid: 19357 + - uid: 19888 components: - type: Transform pos: -52.5,-41.5 parent: 2 - - uid: 19358 + - uid: 19889 components: - type: Transform pos: 58.5,-57.5 parent: 2 - - uid: 19359 + - uid: 19890 components: - type: Transform pos: -30.5,-17.5 parent: 2 - - uid: 19360 + - uid: 19891 components: - type: Transform pos: -32.5,-79.5 parent: 2 - - uid: 19361 + - uid: 19892 components: - type: Transform pos: -46.5,-37.5 parent: 2 - - uid: 19362 + - uid: 19893 components: - type: Transform pos: 41.5,7.5 parent: 2 - - uid: 19363 + - uid: 19894 components: - type: Transform pos: 42.5,-18.5 parent: 2 - - uid: 19364 + - uid: 19895 components: - type: Transform pos: 53.5,-16.5 parent: 2 - - uid: 19365 + - uid: 19896 components: - type: Transform pos: 59.5,-6.5 parent: 2 - - uid: 19366 + - uid: 19897 components: - type: Transform pos: 55.5,7.5 parent: 2 - - uid: 19367 + - uid: 19898 components: - type: Transform pos: 76.5,3.5 parent: 2 - - uid: 19368 + - uid: 19899 components: - type: Transform pos: 70.5,-4.5 parent: 2 - proto: ExtinguisherCabinetFilledOpen entities: - - uid: 19369 + - uid: 19900 components: - type: Transform pos: -10.5,-107.5 parent: 2 - proto: ExtinguisherCabinetOpen entities: - - uid: 19370 + - uid: 19901 components: - type: Transform pos: -40.5,17.5 parent: 2 - proto: FaxMachineBase entities: - - uid: 19371 + - uid: 19902 components: - type: Transform pos: 40.5,-22.5 parent: 2 - type: FaxMachine name: Детектив - - uid: 19372 + - uid: 19903 components: - type: Transform pos: -1.5,25.5 parent: 2 - type: FaxMachine name: Мостик - - uid: 19373 + - uid: 19904 components: - type: Transform pos: -24.5,7.5 parent: 2 - type: FaxMachine name: Кабинет АВД - - uid: 19374 + - uid: 19905 components: - type: Transform pos: 56.5,-71.5 parent: 2 - type: FaxMachine name: Кабинет СИ - - uid: 19375 + - uid: 19906 components: - type: Transform pos: -2.5,-95.5 parent: 2 - type: FaxMachine name: Кабинет КМа - - uid: 19376 + - uid: 19907 components: - type: Transform pos: -39.5,-67.5 parent: 2 - type: FaxMachine name: Кабинет НРа - - uid: 19377 + - uid: 19908 components: - type: Transform pos: -35.5,-7.5 parent: 2 - type: FaxMachine name: Кабинет ГВ - - uid: 19378 + - uid: 19909 components: - type: Transform pos: -33.5,8.5 parent: 2 - type: FaxMachine name: Библиотека - - uid: 19379 + - uid: 19910 components: - type: Transform pos: -6.5,11.5 parent: 2 - type: FaxMachine name: Офис ГП - - uid: 19380 + - uid: 19911 components: - type: Transform pos: 47.5,-20.5 parent: 2 - type: FaxMachine name: Смотритель - - uid: 19381 + - uid: 19912 components: - type: Transform pos: 88.5,-2.5 parent: 2 - type: FaxMachine name: Перма - - uid: 19382 + - uid: 19913 components: - type: Transform pos: 47.5,14.5 @@ -128167,7 +131077,7 @@ entities: name: Гсбшная - proto: FaxMachineCaptain entities: - - uid: 19383 + - uid: 19914 components: - type: Transform pos: 7.5,14.5 @@ -128176,21 +131086,21 @@ entities: name: Офис Капитана - proto: FigureSpawner entities: - - uid: 19384 + - uid: 19915 components: - type: Transform pos: -29.5,13.5 parent: 2 - proto: filingCabinet entities: - - uid: 2447 + - uid: 2479 components: - type: Transform pos: 47.5,13.5 parent: 2 - type: Storage storedItems: - 2448: + 2480: position: 0,0 _rotation: South - type: ContainerContainer @@ -128199,113 +131109,113 @@ entities: showEnts: False occludes: True ents: - - 2448 - - uid: 19385 + - 2480 + - uid: 19916 components: - type: Transform pos: -14.5,7.5 parent: 2 - proto: filingCabinetDrawer entities: - - uid: 19386 + - uid: 19917 components: - type: Transform pos: -17.5,7.5 parent: 2 - - uid: 19387 + - uid: 19918 components: - type: Transform pos: 75.5,-8.5 parent: 2 - proto: filingCabinetDrawerRandom entities: - - uid: 19388 + - uid: 19919 components: - type: Transform pos: 46.49421,-2.9533205 parent: 2 - - uid: 19389 + - uid: 19920 components: - type: Transform pos: -55.5,-5.5 parent: 2 - - uid: 19390 + - uid: 19921 components: - type: Transform pos: -47.5,4.5 parent: 2 - - uid: 19391 + - uid: 19922 components: - type: Transform pos: -36.5,-7.5 parent: 2 - - uid: 19392 + - uid: 19923 components: - type: Transform pos: -49.5,-21.5 parent: 2 - - uid: 19393 + - uid: 19924 components: - type: Transform pos: -51.5,-23.5 parent: 2 - - uid: 19394 + - uid: 19925 components: - type: Transform pos: 72.5,-41.5 parent: 2 - - uid: 19395 + - uid: 19926 components: - type: Transform pos: 0.5,-93.5 parent: 2 - - uid: 19396 + - uid: 19927 components: - type: Transform pos: 26.5,-74.5 parent: 2 - - uid: 19397 + - uid: 19928 components: - type: Transform pos: 50.5,9.5 parent: 2 - - uid: 19398 + - uid: 19929 components: - type: Transform pos: 51.5,-13.5 parent: 2 - proto: filingCabinetRandom entities: - - uid: 19399 + - uid: 19930 components: - type: Transform pos: 46.5,13.5 parent: 2 - - uid: 19400 + - uid: 19931 components: - type: Transform pos: 55.5,-71.5 parent: 2 - - uid: 19401 + - uid: 19932 components: - type: Transform pos: 72.5,-36.5 parent: 2 - - uid: 19402 + - uid: 19933 components: - type: Transform pos: 48.5,21.5 parent: 2 - proto: filingCabinetTall entities: - - uid: 19403 + - uid: 19934 components: - type: Transform pos: 49.5,-23.5 parent: 2 - proto: FireAlarm entities: - - uid: 19404 + - uid: 19935 components: - type: Transform rot: -1.5707963267948966 rad @@ -128313,33 +131223,33 @@ entities: parent: 2 - type: DeviceList devices: - - 19661 - - 19662 - - 19663 - - 19660 - - 19659 - - 19658 - - 19624 - - 19609 - - 19610 - - 19803 - - 19655 - - 19656 - - 19657 - - 1035 - - uid: 19405 + - 20196 + - 20197 + - 20198 + - 20195 + - 20194 + - 20193 + - 20159 + - 20144 + - 20145 + - 20338 + - 20190 + - 20191 + - 20192 + - 1042 + - uid: 19936 components: - type: Transform pos: 50.5,-30.5 parent: 2 - type: DeviceList devices: - - 19661 - - 19662 - - 19663 - - 1019 - - 19793 - - uid: 19406 + - 20196 + - 20197 + - 20198 + - 1026 + - 20328 + - uid: 19937 components: - type: Transform rot: 1.5707963267948966 rad @@ -128347,17 +131257,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19612 - - 19613 - - 19790 - - 19530 - - 19529 - - 19528 - - 1020 - - 19979 - - 1130 - - 19565 - - uid: 19407 + - 20147 + - 20148 + - 20325 + - 20065 + - 20064 + - 20063 + - 1027 + - 20514 + - 1137 + - 20100 + - uid: 19938 components: - type: Transform rot: 1.5707963267948966 rad @@ -128365,44 +131275,44 @@ entities: parent: 2 - type: DeviceList devices: - - 19474 - - 19475 - - 19487 - - 19488 - - 19490 - - 19489 - - 19872 - - 19486 - - 19485 - - 19658 - - 19659 - - 19660 - - 1021 - - uid: 19408 + - 20009 + - 20010 + - 20022 + - 20023 + - 20025 + - 20024 + - 20407 + - 20021 + - 20020 + - 20193 + - 20194 + - 20195 + - 1028 + - uid: 19939 components: - type: Transform pos: 72.5,-30.5 parent: 2 - type: DeviceList devices: - - 19787 - - 19786 - - 19785 - - 19788 - - 19789 - - 19790 - - 19791 - - 19792 - - 19794 - - 19795 - - 19617 - - 19616 - - 19615 - - 1018 - - 19979 - - 1130 - - 19565 - - uid: 19409 + - 20322 + - 20321 + - 20320 + - 20323 + - 20324 + - 20325 + - 20326 + - 20327 + - 20329 + - 20330 + - 20152 + - 20151 + - 20150 + - 1025 + - 20514 + - 1137 + - 20100 + - uid: 19940 components: - type: Transform rot: 1.5707963267948966 rad @@ -128410,15 +131320,15 @@ entities: parent: 2 - type: DeviceList devices: - - 19648 - - 19647 - - 19646 - - 19643 - - 19644 - - 19645 - - 19861 - - 1085 - - uid: 19410 + - 20183 + - 20182 + - 20181 + - 20178 + - 20179 + - 20180 + - 20396 + - 1092 + - uid: 19941 components: - type: Transform rot: -1.5707963267948966 rad @@ -128426,17 +131336,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19484 - - 19483 - - 19481 - - 19482 - - 19479 - - 19480 - - 19778 - - 19779 - - 19780 - - 1026 - - uid: 19411 + - 20019 + - 20018 + - 20016 + - 20017 + - 20014 + - 20015 + - 20313 + - 20314 + - 20315 + - 1033 + - uid: 19942 components: - type: Transform rot: 1.5707963267948966 rad @@ -128444,18 +131354,18 @@ entities: parent: 2 - type: DeviceList devices: - - 19778 - - 19779 - - 19780 - - 1028 - - 19869 - - 19777 - - 19870 - - 19781 - - 19782 - - 19468 - - 19469 - - uid: 19412 + - 20313 + - 20314 + - 20315 + - 1035 + - 20404 + - 20312 + - 20405 + - 20316 + - 20317 + - 20003 + - 20004 + - uid: 19943 components: - type: Transform rot: -1.5707963267948966 rad @@ -128463,17 +131373,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19468 - - 19469 - - 19783 - - 19784 - - 19470 - - 19473 - - 19471 - - 19472 - - 19868 - - 1029 - - uid: 19413 + - 20003 + - 20004 + - 20318 + - 20319 + - 20005 + - 20008 + - 20006 + - 20007 + - 20403 + - 1036 + - uid: 19944 components: - type: Transform rot: 1.5707963267948966 rad @@ -128481,13 +131391,13 @@ entities: parent: 2 - type: DeviceList devices: - - 1030 - - 19474 - - 19475 - - 19476 - - 19472 - - 19471 - - uid: 19414 + - 1037 + - 20009 + - 20010 + - 20011 + - 20007 + - 20006 + - uid: 19945 components: - type: Transform rot: -1.5707963267948966 rad @@ -128495,11 +131405,11 @@ entities: parent: 2 - type: DeviceList devices: - - 1031 - - 19476 - - 19487 - - 19488 - - uid: 19415 + - 1038 + - 20011 + - 20022 + - 20023 + - uid: 19946 components: - type: Transform rot: 1.5707963267948966 rad @@ -128507,10 +131417,10 @@ entities: parent: 2 - type: DeviceList devices: - - 19491 - - 19492 - - 1033 - - uid: 19416 + - 20026 + - 20027 + - 1040 + - uid: 19947 components: - type: Transform rot: 1.5707963267948966 rad @@ -128518,13 +131428,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19789 - - 19788 - - 19791 - - 19792 - - 19798 - - 1036 - - uid: 19417 + - 20324 + - 20323 + - 20326 + - 20327 + - 20333 + - 1043 + - uid: 19948 components: - type: Transform rot: 1.5707963267948966 rad @@ -128532,11 +131442,11 @@ entities: parent: 2 - type: DeviceList devices: - - 19794 - - 19795 - - 1037 - - 19797 - - uid: 19418 + - 20329 + - 20330 + - 1044 + - 20332 + - uid: 19949 components: - type: Transform rot: -1.5707963267948966 rad @@ -128544,61 +131454,61 @@ entities: parent: 2 - type: DeviceList devices: - - 19621 - - 19622 - - 19623 - - 19799 - - 19617 - - 19616 - - 19615 - - 19618 - - 19619 - - 19620 - - 1038 - - uid: 19419 + - 20156 + - 20157 + - 20158 + - 20334 + - 20152 + - 20151 + - 20150 + - 20153 + - 20154 + - 20155 + - 1045 + - uid: 19950 components: - type: Transform pos: 92.5,-20.5 parent: 2 - type: DeviceList devices: - - 19621 - - 19622 - - 19623 - - 19801 - - 1039 - - uid: 19420 + - 20156 + - 20157 + - 20158 + - 20336 + - 1046 + - uid: 19951 components: - type: Transform pos: 90.5,-38.5 parent: 2 - type: DeviceList devices: - - 19618 - - 19619 - - 19620 - - 1040 - - 19800 - - uid: 19421 + - 20153 + - 20154 + - 20155 + - 1047 + - 20335 + - uid: 19952 components: - type: Transform pos: 32.5,-30.5 parent: 2 - type: DeviceList devices: - - 19610 - - 19609 - - 19624 - - 19634 - - 19635 - - 19636 - - 19666 - - 19665 - - 19664 - - 1042 - - 24262 - - 24467 - - uid: 19422 + - 20145 + - 20144 + - 20159 + - 20169 + - 20170 + - 20171 + - 20201 + - 20200 + - 20199 + - 1049 + - 25113 + - 25318 + - uid: 19953 components: - type: Transform rot: -1.5707963267948966 rad @@ -128606,30 +131516,30 @@ entities: parent: 2 - type: DeviceList devices: - - 19664 - - 19665 - - 19666 - - 19673 - - 19674 - - 19675 - - 1043 - - uid: 19423 + - 20199 + - 20200 + - 20201 + - 20208 + - 20209 + - 20210 + - 1050 + - uid: 19954 components: - type: Transform pos: 25.5,-1.5 parent: 2 - type: DeviceList devices: - - 19673 - - 19674 - - 19675 - - 1044 - - 19829 - - 19806 - - 19669 - - 19668 - - 19667 - - uid: 19424 + - 20208 + - 20209 + - 20210 + - 1051 + - 20364 + - 20341 + - 20204 + - 20203 + - 20202 + - uid: 19955 components: - type: Transform rot: -1.5707963267948966 rad @@ -128637,32 +131547,32 @@ entities: parent: 2 - type: DeviceList devices: - - 19806 - - 19807 - - 1045 - - uid: 19425 + - 20341 + - 20342 + - 1052 + - uid: 19956 components: - type: Transform pos: 2.5,5.5 parent: 2 - type: DeviceList devices: - - 19667 - - 19668 - - 19669 - - 19679 - - 19680 - - 19681 - - 19809 - - 19808 - - 19875 - - 19874 - - 19676 - - 19677 - - 19678 - - 1046 - - 1047 - - uid: 19426 + - 20202 + - 20203 + - 20204 + - 20214 + - 20215 + - 20216 + - 20344 + - 20343 + - 20410 + - 20409 + - 20211 + - 20212 + - 20213 + - 1053 + - 1054 + - uid: 19957 components: - type: Transform rot: 1.5707963267948966 rad @@ -128670,49 +131580,49 @@ entities: parent: 2 - type: DeviceList devices: - - 19679 - - 19680 - - 19681 - - 19812 - - 19811 - - 19810 - - 19815 - - 19816 - - 19817 - - 19818 - - 1048 - - uid: 19427 + - 20214 + - 20215 + - 20216 + - 20347 + - 20346 + - 20345 + - 20350 + - 20351 + - 20352 + - 20353 + - 1055 + - uid: 19958 components: - type: Transform pos: 6.5,12.5 parent: 2 - type: DeviceList devices: - - 19811 - - 19810 - - 1049 - - uid: 19428 + - 20346 + - 20345 + - 1056 + - uid: 19959 components: - type: Transform pos: -18.5,2.5 parent: 2 - type: DeviceList devices: - - 19676 - - 19677 - - 19678 - - 1056 - - 19823 - - 19822 - - 19821 - - 19824 - - 19825 - - 19826 - - 19670 - - 19671 - - 19672 - - 1156 - - uid: 19429 + - 20211 + - 20212 + - 20213 + - 1063 + - 20358 + - 20357 + - 20356 + - 20359 + - 20360 + - 20361 + - 20205 + - 20206 + - 20207 + - 1163 + - uid: 19960 components: - type: Transform rot: -1.5707963267948966 rad @@ -128720,16 +131630,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19823 - - 19822 - - 19824 - - 19825 - - 19827 - - 19830 - - 19828 - - 1057 - - 1022 - - uid: 19430 + - 20358 + - 20357 + - 20359 + - 20360 + - 20362 + - 20365 + - 20363 + - 1064 + - 1029 + - uid: 19961 components: - type: Transform rot: -1.5707963267948966 rad @@ -128737,14 +131647,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19670 - - 19671 - - 19672 - - 19687 - - 19686 - - 19685 - - 1058 - - uid: 19431 + - 20205 + - 20206 + - 20207 + - 20222 + - 20221 + - 20220 + - 1065 + - uid: 19962 components: - type: Transform rot: 1.5707963267948966 rad @@ -128752,39 +131662,39 @@ entities: parent: 2 - type: DeviceList devices: - - 19687 - - 19686 - - 19685 - - 19831 - - 19741 - - 19742 - - 19743 - - 19649 - - 19650 - - 19651 - - 1059 - - uid: 19432 + - 20222 + - 20221 + - 20220 + - 20366 + - 20276 + - 20277 + - 20278 + - 20184 + - 20185 + - 20186 + - 1066 + - uid: 19963 components: - type: Transform pos: -39.5,-35.5 parent: 2 - type: DeviceList devices: - - 19741 - - 19742 - - 19743 - - 19744 - - 19745 - - 19746 - - 19748 - - 19747 - - 19749 - - 1060 - - 19834 - - 19833 - - 19832 - - 19835 - - uid: 19433 + - 20276 + - 20277 + - 20278 + - 20279 + - 20280 + - 20281 + - 20283 + - 20282 + - 20284 + - 1067 + - 20369 + - 20368 + - 20367 + - 20370 + - uid: 19964 components: - type: Transform rot: -1.5707963267948966 rad @@ -128792,42 +131702,42 @@ entities: parent: 2 - type: DeviceList devices: - - 19832 - - 19833 - - 19740 - - 19739 - - 19738 - - 19843 - - 19844 - - 19850 - - 19847 - - 19848 - - 19849 - - 19846 - - 19845 - - 1063 - - 1062 - - 19593 - - uid: 19434 + - 20367 + - 20368 + - 20275 + - 20274 + - 20273 + - 20378 + - 20379 + - 20385 + - 20382 + - 20383 + - 20384 + - 20381 + - 20380 + - 1070 + - 1069 + - 20128 + - uid: 19965 components: - type: Transform pos: -46.5,-26.5 parent: 2 - type: DeviceList devices: - - 19836 - - 19740 - - 19739 - - 19738 - - 19842 - - 19837 - - 19838 - - 19841 - - 19840 - - 1064 - - 19979 - - 1130 - - uid: 19435 + - 20371 + - 20275 + - 20274 + - 20273 + - 20377 + - 20372 + - 20373 + - 20376 + - 20375 + - 1071 + - 20514 + - 1137 + - uid: 19966 components: - type: Transform rot: 1.5707963267948966 rad @@ -128835,16 +131745,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19847 - - 19848 - - 19849 - - 19851 - - 19852 - - 19854 - - 19855 - - 19856 - - 1069 - - uid: 19436 + - 20382 + - 20383 + - 20384 + - 20386 + - 20387 + - 20389 + - 20390 + - 20391 + - 1076 + - uid: 19967 components: - type: Transform rot: -1.5707963267948966 rad @@ -128852,27 +131762,27 @@ entities: parent: 2 - type: DeviceList devices: - - 19654 - - 19653 - - 19652 - - 19744 - - 19745 - - 19746 - - 19748 - - 19747 - - 19749 - - 19863 - - 19864 - - 19865 - - 19734 - - 19735 - - 19736 - - 19750 - - 19688 - - 19689 - - 19690 - - 1072 - - uid: 19437 + - 20189 + - 20188 + - 20187 + - 20279 + - 20280 + - 20281 + - 20283 + - 20282 + - 20284 + - 20398 + - 20399 + - 20400 + - 20269 + - 20270 + - 20271 + - 20285 + - 20223 + - 20224 + - 20225 + - 1079 + - uid: 19968 components: - type: Transform rot: -1.5707963267948966 rad @@ -128880,23 +131790,23 @@ entities: parent: 2 - type: DeviceList devices: - - 19732 - - 19731 - - 19733 - - 19734 - - 19735 - - 19736 - - 19737 - - 19730 - - 19729 - - 19727 - - 19728 - - 19877 - - 19878 - - 19879 - - 19726 - - 1075 - - uid: 19438 + - 20267 + - 20266 + - 20268 + - 20269 + - 20270 + - 20271 + - 20272 + - 20265 + - 20264 + - 20262 + - 20263 + - 20412 + - 20413 + - 20414 + - 20261 + - 1082 + - uid: 19969 components: - type: Transform rot: -1.5707963267948966 rad @@ -128904,29 +131814,29 @@ entities: parent: 2 - type: DeviceList devices: - - 19725 - - 19877 - - 19878 - - 19879 - - 19722 - - 19723 - - 19724 - - 1074 - - uid: 19439 + - 20260 + - 20412 + - 20413 + - 20414 + - 20257 + - 20258 + - 20259 + - 1081 + - uid: 19970 components: - type: Transform pos: -49.5,-63.5 parent: 2 - type: DeviceList devices: - - 19727 - - 19728 - - 19729 - - 19760 - - 19757 - - 19762 - - 1078 - - uid: 19440 + - 20262 + - 20263 + - 20264 + - 20295 + - 20292 + - 20297 + - 1085 + - uid: 19971 components: - type: Transform rot: 1.5707963267948966 rad @@ -128934,12 +131844,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19757 - - 19611 - - 19758 - - 19866 - - 1080 - - uid: 19441 + - 20292 + - 20146 + - 20293 + - 20401 + - 1087 + - uid: 19972 components: - type: Transform rot: 1.5707963267948966 rad @@ -128947,17 +131857,17 @@ entities: parent: 2 - type: DeviceList devices: - - 1084 - - 19651 - - 19650 - - 19649 - - 19652 - - 19653 - - 19654 - - 19646 - - 19647 - - 19648 - - uid: 19442 + - 1091 + - 20186 + - 20185 + - 20184 + - 20187 + - 20188 + - 20189 + - 20181 + - 20182 + - 20183 + - uid: 19973 components: - type: Transform rot: -1.5707963267948966 rad @@ -128965,14 +131875,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19645 - - 19644 - - 19643 - - 19640 - - 19641 - - 19642 - - 1086 - - uid: 19443 + - 20180 + - 20179 + - 20178 + - 20175 + - 20176 + - 20177 + - 1093 + - uid: 19974 components: - type: Transform rot: 1.5707963267948966 rad @@ -128980,20 +131890,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19640 - - 19641 - - 19642 - - 19711 - - 19712 - - 19710 - - 19709 - - 19708 - - 19881 - - 19637 - - 19638 - - 19639 - - 1087 - - uid: 19444 + - 20175 + - 20176 + - 20177 + - 20246 + - 20247 + - 20245 + - 20244 + - 20243 + - 20416 + - 20172 + - 20173 + - 20174 + - 1094 + - uid: 19975 components: - type: Transform rot: 3.141592653589793 rad @@ -129001,13 +131911,13 @@ entities: parent: 2 - type: DeviceList devices: - - 19715 - - 19714 - - 19713 - - 19716 - - 19717 - - 1089 - - uid: 19445 + - 20250 + - 20249 + - 20248 + - 20251 + - 20252 + - 1096 + - uid: 19976 components: - type: Transform rot: 3.141592653589793 rad @@ -129015,21 +131925,21 @@ entities: parent: 2 - type: DeviceList devices: - - 19637 - - 19638 - - 19639 - - 19707 - - 19706 - - 19882 - - 1092 - - 19694 - - 19695 - - 19696 - - 19769 - - 19627 - - 19626 - - 19625 - - uid: 19446 + - 20172 + - 20173 + - 20174 + - 20242 + - 20241 + - 20417 + - 1099 + - 20229 + - 20230 + - 20231 + - 20304 + - 20162 + - 20161 + - 20160 + - uid: 19977 components: - type: Transform rot: 3.141592653589793 rad @@ -129037,12 +131947,12 @@ entities: parent: 2 - type: DeviceList devices: - - 19702 - - 19767 - - 19766 - - 19700 - - 19701 - - uid: 19447 + - 20237 + - 20302 + - 20301 + - 20235 + - 20236 + - uid: 19978 components: - type: Transform rot: 1.5707963267948966 rad @@ -129050,14 +131960,14 @@ entities: parent: 2 - type: DeviceList devices: - - 19765 - - 19702 - - 19701 - - 19700 - - 19767 - - 19766 - - 1094 - - uid: 19448 + - 20300 + - 20237 + - 20236 + - 20235 + - 20302 + - 20301 + - 1101 + - uid: 19979 components: - type: Transform rot: -1.5707963267948966 rad @@ -129065,17 +131975,17 @@ entities: parent: 2 - type: DeviceList devices: - - 19625 - - 19626 - - 19627 - - 19770 - - 19771 - - 19772 - - 19630 - - 19629 - - 19628 - - 1096 - - uid: 19449 + - 20160 + - 20161 + - 20162 + - 20305 + - 20306 + - 20307 + - 20165 + - 20164 + - 20163 + - 1103 + - uid: 19980 components: - type: Transform rot: -1.5707963267948966 rad @@ -129083,16 +131993,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19630 - - 19629 - - 19628 - - 19773 - - 19774 - - 19631 - - 19632 - - 19633 - - 1097 - - uid: 19450 + - 20165 + - 20164 + - 20163 + - 20308 + - 20309 + - 20166 + - 20167 + - 20168 + - 1104 + - uid: 19981 components: - type: Transform rot: -1.5707963267948966 rad @@ -129100,56 +132010,56 @@ entities: parent: 2 - type: DeviceList devices: - - 19867 - - 19631 - - 19632 - - 19633 - - 19634 - - 19635 - - 19636 - - 1100 - - 1163 - - 19546 - - 19989 - - uid: 19451 + - 20402 + - 20166 + - 20167 + - 20168 + - 20169 + - 20170 + - 20171 + - 1107 + - 1170 + - 20081 + - 20524 + - uid: 19982 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-94.5 parent: 2 - - uid: 19452 + - uid: 19983 components: - type: Transform pos: -53.5,-41.5 parent: 2 - type: DeviceList devices: - - 19890 - - 19688 - - 19689 - - 19690 - - 19693 - - 19692 - - 19691 - - 19751 - - 1102 - - uid: 19453 + - 20425 + - 20223 + - 20224 + - 20225 + - 20228 + - 20227 + - 20226 + - 20286 + - 1109 + - uid: 19984 components: - type: Transform pos: -63.5,-41.5 parent: 2 - type: DeviceList devices: - - 19693 - - 19692 - - 19691 - - 19755 - - 19754 - - 19753 - - 19889 - - 19752 - - 1103 - - uid: 19454 + - 20228 + - 20227 + - 20226 + - 20290 + - 20289 + - 20288 + - 20424 + - 20287 + - 1110 + - uid: 19985 components: - type: Transform rot: -1.5707963267948966 rad @@ -129157,16 +132067,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19755 - - 19754 - - 19753 - - 19756 - - 19892 - - 19893 - - 19894 - - 19895 - - 1104 - - uid: 19455 + - 20290 + - 20289 + - 20288 + - 20291 + - 20427 + - 20428 + - 20429 + - 20430 + - 1111 + - uid: 19986 components: - type: Transform rot: 1.5707963267948966 rad @@ -129174,10 +132084,10 @@ entities: parent: 2 - type: DeviceList devices: - - 1105 - - 19891 - - 19756 - - uid: 19456 + - 1112 + - 20426 + - 20291 + - uid: 19987 components: - type: Transform rot: -1.5707963267948966 rad @@ -129185,11 +132095,11 @@ entities: parent: 2 - type: DeviceList devices: - - 1123 - - 19930 - - 19931 - - 19934 - - uid: 19457 + - 1130 + - 20465 + - 20466 + - 20469 + - uid: 19988 components: - type: Transform rot: -1.5707963267948966 rad @@ -129197,15 +132107,15 @@ entities: parent: 2 - type: DeviceList devices: - - 19929 - - 19532 - - 19535 - - 19536 - - 19534 - - 19533 - - 19537 - - 1129 - - uid: 19458 + - 20464 + - 20067 + - 20070 + - 20071 + - 20069 + - 20068 + - 20072 + - 1136 + - uid: 19989 components: - type: Transform rot: 1.5707963267948966 rad @@ -129213,29 +132123,29 @@ entities: parent: 2 - type: DeviceList devices: - - 19500 - - 19499 - - 19532 - - 19535 - - 19536 - - 19534 - - 19533 - - 19537 - - 19962 - - 19944 - - 19948 - - 19949 - - 19950 - - 19951 - - 19952 - - 19953 - - 19955 - - 19956 - - 19957 - - 19958 - - 19959 - - 1041 - - uid: 19459 + - 20035 + - 20034 + - 20067 + - 20070 + - 20071 + - 20069 + - 20068 + - 20072 + - 20497 + - 20479 + - 20483 + - 20484 + - 20485 + - 20486 + - 20487 + - 20488 + - 20490 + - 20491 + - 20492 + - 20493 + - 20494 + - 1048 + - uid: 19990 components: - type: Transform rot: 1.5707963267948966 rad @@ -129243,20 +132153,20 @@ entities: parent: 2 - type: DeviceList devices: - - 24377 - - 24590 - - 24591 - - 24378 - - 24376 - - 24589 - - 19982 - - 19983 - - 19984 - - 1159 - - 19544 - - 19545 - - 1160 - - uid: 19460 + - 25228 + - 25441 + - 25442 + - 25229 + - 25227 + - 25440 + - 20517 + - 20518 + - 20519 + - 1166 + - 20079 + - 20080 + - 1167 + - uid: 19991 components: - type: Transform rot: 3.141592653589793 rad @@ -129264,11 +132174,11 @@ entities: parent: 2 - type: DeviceList devices: - - 24380 - - 24593 - - 19470 - - 19478 - - uid: 19461 + - 25231 + - 25444 + - 20005 + - 20013 + - uid: 19992 components: - type: Transform rot: -1.5707963267948966 rad @@ -129276,11 +132186,11 @@ entities: parent: 2 - type: DeviceList devices: - - 1164 - - 19974 - - 19972 - - 19971 - - uid: 19462 + - 1171 + - 20509 + - 20507 + - 20506 + - uid: 19993 components: - type: Transform rot: 3.141592653589793 rad @@ -129288,194 +132198,241 @@ entities: parent: 2 - type: DeviceList devices: - - 1180 - - 20038 - - 19703 - - 20039 - - 20040 - - 20041 - - uid: 19463 + - 1187 + - 20573 + - 20238 + - 20574 + - 20575 + - 20576 + - uid: 19994 components: - type: Transform pos: 46.5,8.5 parent: 2 - type: DeviceList devices: - - 19560 - - 19557 - - 19556 - - 19559 - - 19504 - - 1183 - - 19505 - - 19515 - - 19558 + - 20095 + - 20092 + - 20091 + - 20094 + - 20039 + - 1190 + - 20040 + - 20050 + - 20093 +- proto: FireAlarmXeno + entities: + - uid: 19995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-26.5 + parent: 2 + - uid: 19996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-58.5 + parent: 2 + - uid: 19997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 41329 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 41330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-43.5 + parent: 2 + - uid: 41331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-37.5 + parent: 2 + - uid: 41332 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 - proto: FireAxeCabinetFilled entities: - - uid: 19464 + - uid: 19999 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-88.5 parent: 2 - - uid: 19465 + - uid: 20000 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-95.5 parent: 2 - - uid: 19466 + - uid: 20001 components: - type: Transform pos: -12.5,20.5 parent: 2 - proto: FireBombEmpty entities: - - uid: 19467 + - uid: 20002 components: - type: Transform pos: -57.6651,-90.91386 parent: 2 - proto: Firelock entities: - - uid: 19468 + - uid: 20003 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-61.5 parent: 2 - - uid: 19469 + - uid: 20004 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-61.5 parent: 2 - - uid: 19470 + - uid: 20005 components: - type: Transform pos: 54.5,-56.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19460 - - uid: 19471 + - 19991 + - uid: 20006 components: - type: Transform pos: 45.5,-55.5 parent: 2 - - uid: 19472 + - uid: 20007 components: - type: Transform pos: 43.5,-55.5 parent: 2 - - uid: 19473 + - uid: 20008 components: - type: Transform pos: 48.5,-49.5 parent: 2 - - uid: 19474 + - uid: 20009 components: - type: Transform pos: 45.5,-50.5 parent: 2 - - uid: 19475 + - uid: 20010 components: - type: Transform pos: 43.5,-50.5 parent: 2 - - uid: 19476 + - uid: 20011 components: - type: Transform pos: 42.5,-51.5 parent: 2 - - uid: 19477 + - uid: 20012 components: - type: Transform pos: 40.5,-53.5 parent: 2 - - uid: 19478 + - uid: 20013 components: - type: Transform pos: 61.5,-54.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19460 - - uid: 19479 + - 19991 + - uid: 20014 components: - type: Transform pos: 46.5,-88.5 parent: 2 - - uid: 19480 + - uid: 20015 components: - type: Transform pos: 45.5,-88.5 parent: 2 - - uid: 19481 + - uid: 20016 components: - type: Transform pos: 47.5,-87.5 parent: 2 - - uid: 19482 + - uid: 20017 components: - type: Transform pos: 47.5,-86.5 parent: 2 - - uid: 19483 + - uid: 20018 components: - type: Transform pos: 47.5,-83.5 parent: 2 - - uid: 19484 + - uid: 20019 components: - type: Transform pos: 44.5,-83.5 parent: 2 - - uid: 19485 + - uid: 20020 components: - type: Transform pos: 42.5,-37.5 parent: 2 - - uid: 19486 + - uid: 20021 components: - type: Transform pos: 42.5,-38.5 parent: 2 - - uid: 19487 + - uid: 20022 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-48.5 parent: 2 - - uid: 19488 + - uid: 20023 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-47.5 parent: 2 - - uid: 19489 + - uid: 20024 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-47.5 parent: 2 - - uid: 19490 + - uid: 20025 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-48.5 parent: 2 - - uid: 19491 + - uid: 20026 components: - type: Transform pos: 60.5,-58.5 parent: 2 - - uid: 19492 + - uid: 20027 components: - type: Transform pos: 60.5,-60.5 parent: 2 - - uid: 19493 + - uid: 20028 components: - type: Transform rot: 1.5707963267948966 rad @@ -129483,8 +132440,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19494 + - 338 + - uid: 20029 components: - type: Transform rot: 1.5707963267948966 rad @@ -129492,30 +132449,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19495 + - 338 + - uid: 20030 components: - type: Transform pos: 45.5,-91.5 parent: 2 - - uid: 19496 + - uid: 20031 components: - type: Transform pos: 46.5,-91.5 parent: 2 - - uid: 19497 + - uid: 20032 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-95.5 parent: 2 - - uid: 19498 + - uid: 20033 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-95.5 parent: 2 - - uid: 19499 + - uid: 20034 components: - type: Transform rot: 3.141592653589793 rad @@ -129523,9 +132480,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 19458 - - uid: 19500 + - 285 + - 19989 + - uid: 20035 components: - type: Transform rot: 3.141592653589793 rad @@ -129533,36 +132490,36 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 19458 - - uid: 19501 + - 285 + - 19989 + - uid: 20036 components: - type: Transform pos: 76.5,-2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - 311 - - uid: 19502 + - 312 + - 323 + - uid: 20037 components: - type: Transform pos: 77.5,-9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - uid: 19503 + - 312 + - uid: 20038 components: - type: Transform pos: 74.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - proto: FirelockEdge entities: - - uid: 19504 + - uid: 20039 components: - type: Transform rot: 3.141592653589793 rad @@ -129570,10 +132527,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 332 - - uid: 19505 + - 19994 + - 341 + - 344 + - uid: 20040 components: - type: Transform rot: 3.141592653589793 rad @@ -129581,9 +132538,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - uid: 19506 + - 19994 + - 341 + - uid: 20041 components: - type: Transform rot: 1.5707963267948966 rad @@ -129591,8 +132548,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 - - uid: 19507 + - 298 + - uid: 20042 components: - type: Transform rot: -1.5707963267948966 rad @@ -129600,25 +132557,25 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 292 - - 297 - - uid: 19508 + - 304 + - 309 + - uid: 20043 components: - type: Transform pos: 63.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 292 - - uid: 19509 + - 304 + - uid: 20044 components: - type: Transform pos: 61.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 292 - - uid: 19510 + - 304 + - uid: 20045 components: - type: Transform rot: 3.141592653589793 rad @@ -129626,8 +132583,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 293 - - uid: 19511 + - 305 + - uid: 20046 components: - type: Transform rot: 3.141592653589793 rad @@ -129635,8 +132592,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 293 - - uid: 19512 + - 305 + - uid: 20047 components: - type: Transform rot: 3.141592653589793 rad @@ -129644,8 +132601,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 291 - - uid: 19513 + - 303 + - uid: 20048 components: - type: Transform rot: -1.5707963267948966 rad @@ -129653,8 +132610,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 293 - - uid: 19514 + - 305 + - uid: 20049 components: - type: Transform rot: 1.5707963267948966 rad @@ -129662,8 +132619,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 291 - - uid: 19515 + - 303 + - uid: 20050 components: - type: Transform rot: 1.5707963267948966 rad @@ -129671,26 +132628,26 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 330 - - uid: 19516 + - 19994 + - 341 + - 342 + - uid: 20051 components: - type: Transform pos: 44.5,-1.5 parent: 2 - type: DeviceNetwork deviceLists: - - 332 - - uid: 19517 + - 344 + - uid: 20052 components: - type: Transform pos: 42.5,-1.5 parent: 2 - type: DeviceNetwork deviceLists: - - 332 - - uid: 19518 + - 344 + - uid: 20053 components: - type: Transform rot: -1.5707963267948966 rad @@ -129698,89 +132655,89 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 - - 291 - - uid: 19519 + - 298 + - 303 + - uid: 20054 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,23.5 parent: 2 - - uid: 19520 + - uid: 20055 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,23.5 parent: 2 - - uid: 19521 + - uid: 20056 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,26.5 parent: 2 - - uid: 19522 + - uid: 20057 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,26.5 parent: 2 - - uid: 19523 + - uid: 20058 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,22.5 parent: 2 - - uid: 19524 + - uid: 20059 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,21.5 parent: 2 - - uid: 19525 + - uid: 20060 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,22.5 parent: 2 - - uid: 19526 + - uid: 20061 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,21.5 parent: 2 - - uid: 19527 + - uid: 20062 components: - type: Transform pos: -8.5,21.5 parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19528 + - 326 + - uid: 20063 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-41.5 parent: 2 - - uid: 19529 + - uid: 20064 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-35.5 parent: 2 - - uid: 19530 + - uid: 20065 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-38.5 parent: 2 - - uid: 19531 + - uid: 20066 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-65.5 parent: 2 - - uid: 19532 + - uid: 20067 components: - type: Transform rot: 3.141592653589793 rad @@ -129788,11 +132745,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19533 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20068 components: - type: Transform rot: 3.141592653589793 rad @@ -129800,11 +132757,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19534 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20069 components: - type: Transform rot: 3.141592653589793 rad @@ -129812,11 +132769,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19535 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20070 components: - type: Transform rot: 3.141592653589793 rad @@ -129824,11 +132781,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19536 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20071 components: - type: Transform rot: 3.141592653589793 rad @@ -129836,11 +132793,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19537 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20072 components: - type: Transform rot: 3.141592653589793 rad @@ -129848,11 +132805,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 278 - - 19457 - - 19458 - - uid: 19538 + - 285 + - 290 + - 19988 + - 19989 + - uid: 20073 components: - type: Transform rot: -1.5707963267948966 rad @@ -129860,8 +132817,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 19539 + - 294 + - uid: 20074 components: - type: Transform rot: -1.5707963267948966 rad @@ -129869,8 +132826,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - uid: 19540 + - 312 + - uid: 20075 components: - type: Transform rot: 3.141592653589793 rad @@ -129878,9 +132835,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: + - 312 - 300 - - 288 - - uid: 19541 + - uid: 20076 components: - type: Transform rot: 3.141592653589793 rad @@ -129888,9 +132845,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - 299 - - uid: 19542 + - 312 + - 311 + - uid: 20077 components: - type: Transform rot: 3.141592653589793 rad @@ -129898,9 +132855,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - 285 - - uid: 19543 + - 312 + - 297 + - uid: 20078 components: - type: Transform rot: -1.5707963267948966 rad @@ -129908,8 +132865,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 - - uid: 19544 + - 312 + - uid: 20079 components: - type: Transform rot: -1.5707963267948966 rad @@ -129917,8 +132874,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19459 - - uid: 19545 + - 19990 + - uid: 20080 components: - type: Transform rot: 1.5707963267948966 rad @@ -129926,17 +132883,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19459 - - uid: 19546 + - 19990 + - uid: 20081 components: - type: Transform pos: 27.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19450 - - 302 - - uid: 19547 + - 19981 + - 314 + - uid: 20082 components: - type: Transform rot: 3.141592653589793 rad @@ -129944,9 +132901,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - 291 - - uid: 19548 + - 309 + - 303 + - uid: 20083 components: - type: Transform rot: 1.5707963267948966 rad @@ -129954,8 +132911,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - uid: 19549 + - 296 + - uid: 20084 components: - type: Transform rot: -1.5707963267948966 rad @@ -129963,8 +132920,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - uid: 19550 + - 296 + - uid: 20085 components: - type: Transform rot: 3.141592653589793 rad @@ -129972,8 +132929,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19551 + - 326 + - uid: 20086 components: - type: Transform rot: 3.141592653589793 rad @@ -129981,8 +132938,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19552 + - 326 + - uid: 20087 components: - type: Transform rot: 3.141592653589793 rad @@ -129990,8 +132947,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19553 + - 326 + - uid: 20088 components: - type: Transform rot: -1.5707963267948966 rad @@ -129999,8 +132956,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 317 - - uid: 19554 + - 329 + - uid: 20089 components: - type: Transform rot: 1.5707963267948966 rad @@ -130008,26 +132965,26 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 194 - - uid: 19555 + - 206 + - uid: 20090 components: - type: Transform pos: -4.5,-76.5 parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - uid: 19556 + - 333 + - uid: 20091 components: - type: Transform pos: 42.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 332 - - uid: 19557 + - 19994 + - 341 + - 344 + - uid: 20092 components: - type: Transform rot: 3.141592653589793 rad @@ -130035,10 +132992,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 332 - - uid: 19558 + - 19994 + - 341 + - 344 + - uid: 20093 components: - type: Transform rot: -1.5707963267948966 rad @@ -130046,20 +133003,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 330 - - uid: 19559 + - 19994 + - 341 + - 342 + - uid: 20094 components: - type: Transform pos: 44.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 332 - - uid: 19560 + - 19994 + - 341 + - 344 + - uid: 20095 components: - type: Transform rot: -1.5707963267948966 rad @@ -130067,25 +133024,25 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19463 - - 329 - - 331 + - 19994 + - 341 + - 343 - proto: FirelockElectronics entities: - - uid: 19561 + - uid: 20096 components: - type: Transform pos: 36.504063,-37.886707 parent: 2 - proto: FirelockGlass entities: - - uid: 19562 + - uid: 20097 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,2.5 parent: 2 - - uid: 19563 + - uid: 20098 components: - type: Transform rot: -1.5707963267948966 rad @@ -130093,8 +133050,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 19564 + - 334 + - uid: 20099 components: - type: Transform rot: 3.141592653589793 rad @@ -130102,8 +133059,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - uid: 19565 + - 333 + - uid: 20100 components: - type: Transform rot: 1.5707963267948966 rad @@ -130111,10 +133068,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 173 - - 19408 - - 19406 - - uid: 19566 + - 185 + - 19939 + - 19937 + - uid: 20101 components: - type: Transform rot: 1.5707963267948966 rad @@ -130122,24 +133079,24 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 294 - - 307 - - uid: 19567 + - 306 + - 319 + - uid: 20102 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-77.5 parent: 2 - - uid: 19568 + - uid: 20103 components: - type: Transform pos: 46.5,-23.5 parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - 286 - - uid: 19569 + - 302 + - 298 + - uid: 20104 components: - type: Transform rot: -1.5707963267948966 rad @@ -130147,8 +133104,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 313 - - uid: 19570 + - 325 + - uid: 20105 components: - type: Transform rot: 1.5707963267948966 rad @@ -130156,8 +133113,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - uid: 19571 + - 296 + - uid: 20106 components: - type: Transform rot: 1.5707963267948966 rad @@ -130165,34 +133122,34 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 289 - - 307 - - uid: 19572 + - 301 + - 319 + - uid: 20107 components: - type: Transform pos: 26.5,-32.5 parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 19573 + - 335 + - uid: 20108 components: - type: Transform pos: 49.5,-16.5 parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - 286 - - uid: 19574 + - 309 + - 298 + - uid: 20109 components: - type: Transform pos: 56.5,-16.5 parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - uid: 19575 + - 309 + - uid: 20110 components: - type: Transform rot: 1.5707963267948966 rad @@ -130200,9 +133157,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 294 - - 307 - - uid: 19576 + - 306 + - 319 + - uid: 20111 components: - type: Transform rot: 1.5707963267948966 rad @@ -130210,8 +133167,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - uid: 19577 + - 309 + - uid: 20112 components: - type: Transform rot: 1.5707963267948966 rad @@ -130219,8 +133176,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - uid: 19578 + - 309 + - uid: 20113 components: - type: Transform rot: 1.5707963267948966 rad @@ -130228,8 +133185,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - uid: 19579 + - 309 + - uid: 20114 components: - type: Transform rot: 1.5707963267948966 rad @@ -130237,9 +133194,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - 304 - - uid: 19580 + - 192 + - 316 + - uid: 20115 components: - type: Transform rot: 1.5707963267948966 rad @@ -130247,9 +133204,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - 304 - - uid: 19581 + - 192 + - 316 + - uid: 20116 components: - type: Transform rot: 1.5707963267948966 rad @@ -130257,9 +133214,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - 304 - - uid: 19582 + - 192 + - 316 + - uid: 20117 components: - type: Transform rot: 1.5707963267948966 rad @@ -130267,8 +133224,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - uid: 19583 + - 192 + - uid: 20118 components: - type: Transform rot: 1.5707963267948966 rad @@ -130276,8 +133233,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - uid: 19584 + - 192 + - uid: 20119 components: - type: Transform rot: 1.5707963267948966 rad @@ -130285,17 +133242,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - uid: 19585 + - 192 + - uid: 20120 components: - type: Transform pos: 48.5,-21.5 parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - 286 - - uid: 19586 + - 302 + - 298 + - uid: 20121 components: - type: Transform rot: 1.5707963267948966 rad @@ -130303,17 +133260,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - 309 - - uid: 19587 + - 321 + - uid: 20122 components: - type: Transform pos: 51.5,-20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 286 - - uid: 19588 + - 298 + - uid: 20123 components: - type: Transform rot: 1.5707963267948966 rad @@ -130321,9 +133278,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - 309 - - uid: 19589 + - 321 + - uid: 20124 components: - type: Transform rot: 1.5707963267948966 rad @@ -130331,9 +133288,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - 309 - - uid: 19590 + - 321 + - uid: 20125 components: - type: Transform rot: 1.5707963267948966 rad @@ -130341,17 +133298,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 303 - - uid: 19591 + - 315 + - uid: 20126 components: - type: Transform pos: 66.5,4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 289 - 301 - - uid: 19592 + - 313 + - uid: 20127 components: - type: Transform rot: 1.5707963267948966 rad @@ -130359,24 +133316,24 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - 307 - - uid: 19593 + - 296 + - 319 + - uid: 20128 components: - type: Transform pos: -39.5,-29.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19433 - - 269 - - uid: 19594 + - 19964 + - 281 + - uid: 20129 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-53.5 parent: 2 - - uid: 19595 + - uid: 20130 components: - type: Transform rot: 3.141592653589793 rad @@ -130384,14 +133341,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 205 - - uid: 19596 + - 217 + - uid: 20131 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-26.5 parent: 2 - - uid: 19597 + - uid: 20132 components: - type: Transform rot: -1.5707963267948966 rad @@ -130399,14 +133356,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 281 - - uid: 19598 + - 293 + - uid: 20133 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-75.5 parent: 2 - - uid: 19599 + - uid: 20134 components: - type: Transform rot: 3.141592653589793 rad @@ -130414,17 +133371,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 304 - - uid: 19600 + - 285 + - 316 + - uid: 20135 components: - type: Transform pos: -59.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19601 + - 172 + - uid: 20136 components: - type: Transform rot: 3.141592653589793 rad @@ -130432,9 +133389,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 269 - - 201 - - uid: 19602 + - 281 + - 213 + - uid: 20137 components: - type: Transform rot: 3.141592653589793 rad @@ -130442,158 +133399,158 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 269 - - 201 - - uid: 19603 + - 281 + - 213 + - uid: 20138 components: - type: Transform pos: -72.5,-18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 252 - - 270 - - uid: 19604 + - 264 + - 282 + - uid: 20139 components: - type: Transform pos: -76.5,-16.5 parent: 2 - type: DeviceNetwork deviceLists: - - 271 - - uid: 19605 + - 283 + - uid: 20140 components: - type: Transform pos: -73.5,-18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 252 - - 270 - - uid: 19606 + - 264 + - 282 + - uid: 20141 components: - type: Transform pos: -74.5,-5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 270 - - 272 - - uid: 19607 + - 282 + - 284 + - uid: 20142 components: - type: Transform pos: -79.5,-6.5 parent: 2 - type: DeviceNetwork deviceLists: - - 271 - - 272 - - uid: 19608 + - 283 + - 284 + - uid: 20143 components: - type: Transform pos: -69.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 272 - - 265 - - uid: 19609 + - 284 + - 277 + - uid: 20144 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-32.5 parent: 2 - - uid: 19610 + - uid: 20145 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-31.5 parent: 2 - - uid: 19611 + - uid: 20146 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-67.5 parent: 2 - - uid: 19612 + - uid: 20147 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-43.5 parent: 2 - - uid: 19613 + - uid: 20148 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-39.5 parent: 2 - - uid: 19614 + - uid: 20149 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-46.5 parent: 2 - - uid: 19615 + - uid: 20150 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-33.5 parent: 2 - - uid: 19616 + - uid: 20151 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-32.5 parent: 2 - - uid: 19617 + - uid: 20152 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-31.5 parent: 2 - - uid: 19618 + - uid: 20153 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-39.5 parent: 2 - - uid: 19619 + - uid: 20154 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-40.5 parent: 2 - - uid: 19620 + - uid: 20155 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-41.5 parent: 2 - - uid: 19621 + - uid: 20156 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-23.5 parent: 2 - - uid: 19622 + - uid: 20157 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-22.5 parent: 2 - - uid: 19623 + - uid: 20158 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-21.5 parent: 2 - - uid: 19624 + - uid: 20159 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-33.5 parent: 2 - - uid: 19625 + - uid: 20160 components: - type: Transform rot: 3.141592653589793 rad @@ -130601,9 +133558,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 235 - - uid: 19626 + - 276 + - 247 + - uid: 20161 components: - type: Transform rot: 3.141592653589793 rad @@ -130611,9 +133568,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 235 - - uid: 19627 + - 276 + - 247 + - uid: 20162 components: - type: Transform rot: 3.141592653589793 rad @@ -130621,9 +133578,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 235 - - uid: 19628 + - 276 + - 247 + - uid: 20163 components: - type: Transform rot: 3.141592653589793 rad @@ -130631,9 +133588,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - 236 - - uid: 19629 + - 247 + - 248 + - uid: 20164 components: - type: Transform rot: 3.141592653589793 rad @@ -130641,9 +133598,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - 236 - - uid: 19630 + - 247 + - 248 + - uid: 20165 components: - type: Transform rot: 3.141592653589793 rad @@ -130651,9 +133608,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - 236 - - uid: 19631 + - 247 + - 248 + - uid: 20166 components: - type: Transform rot: 3.141592653589793 rad @@ -130661,8 +133618,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 19632 + - 248 + - uid: 20167 components: - type: Transform rot: 3.141592653589793 rad @@ -130670,8 +133627,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 19633 + - 248 + - uid: 20168 components: - type: Transform rot: 3.141592653589793 rad @@ -130679,26 +133636,26 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 19634 + - 248 + - uid: 20169 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-35.5 parent: 2 - - uid: 19635 + - uid: 20170 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-35.5 parent: 2 - - uid: 19636 + - uid: 20171 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-35.5 parent: 2 - - uid: 19637 + - uid: 20172 components: - type: Transform rot: 3.141592653589793 rad @@ -130706,8 +133663,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19638 + - 276 + - uid: 20173 components: - type: Transform rot: 3.141592653589793 rad @@ -130715,8 +133672,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19639 + - 276 + - uid: 20174 components: - type: Transform rot: 3.141592653589793 rad @@ -130724,284 +133681,284 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19640 + - 276 + - uid: 20175 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-66.5 parent: 2 - - uid: 19641 + - uid: 20176 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-66.5 parent: 2 - - uid: 19642 + - uid: 20177 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-66.5 parent: 2 - - uid: 19643 + - uid: 20178 components: - type: Transform pos: -29.5,-56.5 parent: 2 - - uid: 19644 + - uid: 20179 components: - type: Transform pos: -28.5,-56.5 parent: 2 - - uid: 19645 + - uid: 20180 components: - type: Transform pos: -27.5,-56.5 parent: 2 - - uid: 19646 + - uid: 20181 components: - type: Transform pos: -32.5,-46.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19647 + - 19972 + - uid: 20182 components: - type: Transform pos: -31.5,-46.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19648 + - 19972 + - uid: 20183 components: - type: Transform pos: -30.5,-46.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19649 + - 19972 + - uid: 20184 components: - type: Transform pos: -32.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19650 + - 19972 + - uid: 20185 components: - type: Transform pos: -31.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19651 + - 19972 + - uid: 20186 components: - type: Transform pos: -30.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - uid: 19652 + - 19972 + - uid: 20187 components: - type: Transform pos: -34.5,-42.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - 262 - - uid: 19653 + - 19972 + - 274 + - uid: 20188 components: - type: Transform pos: -34.5,-43.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - 262 - - uid: 19654 + - 19972 + - 274 + - uid: 20189 components: - type: Transform pos: -34.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 19441 - - 262 - - uid: 19655 + - 19972 + - 274 + - uid: 20190 components: - type: Transform pos: 43.5,-28.5 parent: 2 - - uid: 19656 + - uid: 20191 components: - type: Transform pos: 44.5,-28.5 parent: 2 - - uid: 19657 + - uid: 20192 components: - type: Transform pos: 45.5,-28.5 parent: 2 - - uid: 19658 + - uid: 20193 components: - type: Transform pos: 43.5,-35.5 parent: 2 - - uid: 19659 + - uid: 20194 components: - type: Transform pos: 44.5,-35.5 parent: 2 - - uid: 19660 + - uid: 20195 components: - type: Transform pos: 45.5,-35.5 parent: 2 - - uid: 19661 + - uid: 20196 components: - type: Transform pos: 47.5,-31.5 parent: 2 - - uid: 19662 + - uid: 20197 components: - type: Transform pos: 47.5,-32.5 parent: 2 - - uid: 19663 + - uid: 20198 components: - type: Transform pos: 47.5,-33.5 parent: 2 - - uid: 19664 + - uid: 20199 components: - type: Transform pos: 30.5,-30.5 parent: 2 - - uid: 19665 + - uid: 20200 components: - type: Transform pos: 29.5,-30.5 parent: 2 - - uid: 19666 + - uid: 20201 components: - type: Transform pos: 28.5,-30.5 parent: 2 - - uid: 19667 + - uid: 20202 components: - type: Transform pos: 14.5,-0.5 parent: 2 - - uid: 19668 + - uid: 20203 components: - type: Transform pos: 14.5,0.5 parent: 2 - - uid: 19669 + - uid: 20204 components: - type: Transform pos: 14.5,1.5 parent: 2 - - uid: 19670 + - uid: 20205 components: - type: Transform pos: -27.5,-12.5 parent: 2 - - uid: 19671 + - uid: 20206 components: - type: Transform pos: -28.5,-12.5 parent: 2 - - uid: 19672 + - uid: 20207 components: - type: Transform pos: -29.5,-12.5 parent: 2 - - uid: 19673 + - uid: 20208 components: - type: Transform pos: 30.5,-12.5 parent: 2 - - uid: 19674 + - uid: 20209 components: - type: Transform pos: 29.5,-12.5 parent: 2 - - uid: 19675 + - uid: 20210 components: - type: Transform pos: 28.5,-12.5 parent: 2 - - uid: 19676 + - uid: 20211 components: - type: Transform pos: -14.5,1.5 parent: 2 - - uid: 19677 + - uid: 20212 components: - type: Transform pos: -14.5,0.5 parent: 2 - - uid: 19678 + - uid: 20213 components: - type: Transform pos: -14.5,-0.5 parent: 2 - - uid: 19679 + - uid: 20214 components: - type: Transform pos: 1.5,5.5 parent: 2 - - uid: 19680 + - uid: 20215 components: - type: Transform pos: 0.5,5.5 parent: 2 - - uid: 19681 + - uid: 20216 components: - type: Transform pos: -0.5,5.5 parent: 2 - - uid: 19682 + - uid: 20217 components: - type: Transform pos: -0.5,19.5 parent: 2 - - uid: 19683 + - uid: 20218 components: - type: Transform pos: 0.5,19.5 parent: 2 - - uid: 19684 + - uid: 20219 components: - type: Transform pos: 1.5,19.5 parent: 2 - - uid: 19685 + - uid: 20220 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-30.5 parent: 2 - - uid: 19686 + - uid: 20221 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-30.5 parent: 2 - - uid: 19687 + - uid: 20222 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-30.5 parent: 2 - - uid: 19688 + - uid: 20223 components: - type: Transform rot: 1.5707963267948966 rad @@ -131009,9 +133966,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - 160 - - uid: 19689 + - 274 + - 172 + - uid: 20224 components: - type: Transform rot: 1.5707963267948966 rad @@ -131019,9 +133976,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - 160 - - uid: 19690 + - 274 + - 172 + - uid: 20225 components: - type: Transform rot: 1.5707963267948966 rad @@ -131029,9 +133986,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - 160 - - uid: 19691 + - 274 + - 172 + - uid: 20226 components: - type: Transform rot: 1.5707963267948966 rad @@ -131039,8 +133996,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19692 + - 172 + - uid: 20227 components: - type: Transform rot: 1.5707963267948966 rad @@ -131048,8 +134005,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19693 + - 172 + - uid: 20228 components: - type: Transform rot: 1.5707963267948966 rad @@ -131057,269 +134014,269 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19694 + - 172 + - uid: 20229 components: - type: Transform pos: -0.5,-77.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19695 + - 276 + - uid: 20230 components: - type: Transform pos: 0.5,-77.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19696 + - 276 + - uid: 20231 components: - type: Transform pos: 1.5,-77.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19697 + - 276 + - uid: 20232 components: - type: Transform pos: 2.5,-80.5 parent: 2 - - uid: 19698 + - uid: 20233 components: - type: Transform pos: 2.5,-81.5 parent: 2 - - uid: 19699 + - uid: 20234 components: - type: Transform pos: 2.5,-82.5 parent: 2 - - uid: 19700 + - uid: 20235 components: - type: Transform pos: 1.5,-83.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19701 + - 338 + - uid: 20236 components: - type: Transform pos: -0.5,-83.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19702 + - 338 + - uid: 20237 components: - type: Transform pos: -1.5,-86.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19703 + - 338 + - uid: 20238 components: - type: Transform pos: -7.5,-92.5 parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 19704 + - 252 + - 19993 + - uid: 20239 components: - type: Transform pos: -10.5,-90.5 parent: 2 - - uid: 19705 + - uid: 20240 components: - type: Transform pos: -8.5,-82.5 parent: 2 - type: DeviceNetwork deviceLists: - - 325 - - uid: 19706 + - 337 + - uid: 20241 components: - type: Transform pos: -9.5,-77.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 325 - - uid: 19707 + - 276 + - 337 + - uid: 20242 components: - type: Transform pos: -11.5,-77.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19708 + - 276 + - uid: 20243 components: - type: Transform pos: -23.5,-74.5 parent: 2 - - uid: 19709 + - uid: 20244 components: - type: Transform pos: -24.5,-74.5 parent: 2 - - uid: 19710 + - uid: 20245 components: - type: Transform pos: -25.5,-74.5 parent: 2 - - uid: 19711 + - uid: 20246 components: - type: Transform pos: -27.5,-72.5 parent: 2 - - uid: 19712 + - uid: 20247 components: - type: Transform pos: -28.5,-72.5 parent: 2 - - uid: 19713 + - uid: 20248 components: - type: Transform pos: -23.5,-79.5 parent: 2 - - uid: 19714 + - uid: 20249 components: - type: Transform pos: -24.5,-79.5 parent: 2 - - uid: 19715 + - uid: 20250 components: - type: Transform pos: -25.5,-79.5 parent: 2 - - uid: 19716 + - uid: 20251 components: - type: Transform pos: -31.5,-82.5 parent: 2 - - uid: 19717 + - uid: 20252 components: - type: Transform pos: -32.5,-82.5 parent: 2 - - uid: 19718 + - uid: 20253 components: - type: Transform pos: -32.5,-91.5 parent: 2 - - uid: 19719 + - uid: 20254 components: - type: Transform pos: -31.5,-91.5 parent: 2 - - uid: 19720 + - uid: 20255 components: - type: Transform pos: -28.5,-97.5 parent: 2 - - uid: 19721 + - uid: 20256 components: - type: Transform pos: -36.5,-92.5 parent: 2 - - uid: 19722 + - uid: 20257 components: - type: Transform pos: -45.5,-80.5 parent: 2 - - uid: 19723 + - uid: 20258 components: - type: Transform pos: -45.5,-81.5 parent: 2 - - uid: 19724 + - uid: 20259 components: - type: Transform pos: -41.5,-82.5 parent: 2 - - uid: 19725 + - uid: 20260 components: - type: Transform pos: -41.5,-73.5 parent: 2 - - uid: 19726 + - uid: 20261 components: - type: Transform pos: -41.5,-70.5 parent: 2 - - uid: 19727 + - uid: 20262 components: - type: Transform pos: -46.5,-66.5 parent: 2 - - uid: 19728 + - uid: 20263 components: - type: Transform pos: -46.5,-65.5 parent: 2 - - uid: 19729 + - uid: 20264 components: - type: Transform pos: -46.5,-64.5 parent: 2 - - uid: 19730 + - uid: 20265 components: - type: Transform pos: -41.5,-64.5 parent: 2 - - uid: 19731 + - uid: 20266 components: - type: Transform pos: -37.5,-60.5 parent: 2 - - uid: 19732 + - uid: 20267 components: - type: Transform pos: -33.5,-58.5 parent: 2 - - uid: 19733 + - uid: 20268 components: - type: Transform pos: -38.5,-56.5 parent: 2 - - uid: 19734 + - uid: 20269 components: - type: Transform pos: -42.5,-50.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19735 + - 274 + - uid: 20270 components: - type: Transform pos: -43.5,-50.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19736 + - 274 + - uid: 20271 components: - type: Transform pos: -44.5,-50.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19737 + - 274 + - uid: 20272 components: - type: Transform pos: -45.5,-52.5 parent: 2 - - uid: 19738 + - uid: 20273 components: - type: Transform rot: 1.5707963267948966 rad @@ -131327,8 +134284,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19739 + - 213 + - uid: 20274 components: - type: Transform rot: 1.5707963267948966 rad @@ -131336,8 +134293,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19740 + - 213 + - uid: 20275 components: - type: Transform rot: 1.5707963267948966 rad @@ -131345,515 +134302,515 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19741 + - 213 + - uid: 20276 components: - type: Transform pos: -33.5,-37.5 parent: 2 - - uid: 19742 + - uid: 20277 components: - type: Transform pos: -33.5,-38.5 parent: 2 - - uid: 19743 + - uid: 20278 components: - type: Transform pos: -33.5,-39.5 parent: 2 - - uid: 19744 + - uid: 20279 components: - type: Transform pos: -35.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19745 + - 274 + - uid: 20280 components: - type: Transform pos: -36.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19746 + - 274 + - uid: 20281 components: - type: Transform pos: -37.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19747 + - 274 + - uid: 20282 components: - type: Transform pos: -42.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19748 + - 274 + - uid: 20283 components: - type: Transform pos: -41.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19749 + - 274 + - uid: 20284 components: - type: Transform pos: -43.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19750 + - 274 + - uid: 20285 components: - type: Transform pos: -49.5,-45.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19751 + - 274 + - uid: 20286 components: - type: Transform pos: -59.5,-45.5 parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19752 + - 172 + - uid: 20287 components: - type: Transform pos: -64.5,-40.5 parent: 2 - - uid: 19753 + - uid: 20288 components: - type: Transform pos: -69.5,-42.5 parent: 2 - - uid: 19754 + - uid: 20289 components: - type: Transform pos: -69.5,-43.5 parent: 2 - - uid: 19755 + - uid: 20290 components: - type: Transform pos: -69.5,-44.5 parent: 2 - - uid: 19756 + - uid: 20291 components: - type: Transform pos: -71.5,-46.5 parent: 2 - - uid: 19757 + - uid: 20292 components: - type: Transform pos: -56.5,-65.5 parent: 2 - - uid: 19758 + - uid: 20293 components: - type: Transform pos: -59.5,-65.5 parent: 2 - - uid: 19759 + - uid: 20294 components: - type: Transform pos: -66.5,-65.5 parent: 2 - - uid: 19760 + - uid: 20295 components: - type: Transform pos: -51.5,-63.5 parent: 2 - - uid: 19761 + - uid: 20296 components: - type: Transform pos: -54.5,-57.5 parent: 2 - - uid: 19762 + - uid: 20297 components: - type: Transform pos: -49.5,-67.5 parent: 2 - - uid: 19763 + - uid: 20298 components: - type: Transform pos: -46.5,-79.5 parent: 2 - - uid: 19764 + - uid: 20299 components: - type: Transform pos: -40.5,-85.5 parent: 2 - - uid: 19765 + - uid: 20300 components: - type: Transform pos: -1.5,-92.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19766 + - 338 + - uid: 20301 components: - type: Transform pos: 10.5,-85.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19767 + - 338 + - uid: 20302 components: - type: Transform pos: 5.5,-85.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19768 + - 338 + - uid: 20303 components: - type: Transform pos: 13.5,-83.5 parent: 2 - - uid: 19769 + - uid: 20304 components: - type: Transform pos: 13.5,-75.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19770 + - 276 + - uid: 20305 components: - type: Transform pos: 22.5,-74.5 parent: 2 - - uid: 19771 + - uid: 20306 components: - type: Transform pos: 28.5,-72.5 parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - uid: 19772 + - 247 + - uid: 20307 components: - type: Transform pos: 30.5,-71.5 parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - uid: 19773 + - 247 + - uid: 20308 components: - type: Transform pos: 31.5,-62.5 parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 19774 + - 248 + - uid: 20309 components: - type: Transform pos: 31.5,-61.5 parent: 2 - type: DeviceNetwork deviceLists: - - 236 - - uid: 19775 + - 248 + - uid: 20310 components: - type: Transform pos: 38.5,-72.5 parent: 2 - type: DeviceNetwork deviceLists: - - 237 - - uid: 19776 + - 249 + - uid: 20311 components: - type: Transform pos: 37.5,-66.5 parent: 2 - - uid: 19777 + - uid: 20312 components: - type: Transform pos: 41.5,-68.5 parent: 2 - - uid: 19778 + - uid: 20313 components: - type: Transform pos: 50.5,-71.5 parent: 2 - - uid: 19779 + - uid: 20314 components: - type: Transform pos: 49.5,-71.5 parent: 2 - - uid: 19780 + - uid: 20315 components: - type: Transform pos: 48.5,-71.5 parent: 2 - - uid: 19781 + - uid: 20316 components: - type: Transform pos: 61.5,-67.5 parent: 2 - - uid: 19782 + - uid: 20317 components: - type: Transform pos: 62.5,-68.5 parent: 2 - - uid: 19783 + - uid: 20318 components: - type: Transform pos: 54.5,-60.5 parent: 2 - - uid: 19784 + - uid: 20319 components: - type: Transform pos: 54.5,-58.5 parent: 2 - - uid: 19785 + - uid: 20320 components: - type: Transform pos: 61.5,-31.5 parent: 2 - - uid: 19786 + - uid: 20321 components: - type: Transform pos: 61.5,-32.5 parent: 2 - - uid: 19787 + - uid: 20322 components: - type: Transform pos: 61.5,-33.5 parent: 2 - - uid: 19788 + - uid: 20323 components: - type: Transform pos: 63.5,-30.5 parent: 2 - - uid: 19789 + - uid: 20324 components: - type: Transform pos: 64.5,-30.5 parent: 2 - - uid: 19790 + - uid: 20325 components: - type: Transform pos: 65.5,-34.5 parent: 2 - - uid: 19791 + - uid: 20326 components: - type: Transform pos: 68.5,-30.5 parent: 2 - - uid: 19792 + - uid: 20327 components: - type: Transform pos: 69.5,-30.5 parent: 2 - - uid: 19793 + - uid: 20328 components: - type: Transform pos: 60.5,-30.5 parent: 2 - - uid: 19794 + - uid: 20329 components: - type: Transform pos: 73.5,-30.5 parent: 2 - - uid: 19795 + - uid: 20330 components: - type: Transform pos: 77.5,-30.5 parent: 2 - - uid: 19796 + - uid: 20331 components: - type: Transform pos: 78.5,-34.5 parent: 2 - - uid: 19797 + - uid: 20332 components: - type: Transform pos: 76.5,-25.5 parent: 2 - - uid: 19798 + - uid: 20333 components: - type: Transform pos: 69.5,-23.5 parent: 2 - - uid: 19799 + - uid: 20334 components: - type: Transform pos: 80.5,-21.5 parent: 2 - - uid: 19800 + - uid: 20335 components: - type: Transform pos: 103.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 313 - - uid: 19801 + - 325 + - uid: 20336 components: - type: Transform pos: 103.5,-21.5 parent: 2 - - uid: 19802 + - uid: 20337 components: - type: Transform pos: 46.5,-27.5 parent: 2 - - uid: 19803 + - uid: 20338 components: - type: Transform pos: 42.5,-29.5 parent: 2 - - uid: 19804 + - uid: 20339 components: - type: Transform pos: 21.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 257 - - uid: 19805 + - 269 + - uid: 20340 components: - type: Transform pos: 30.5,15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 275 - - 324 - - uid: 19806 + - 287 + - 336 + - uid: 20341 components: - type: Transform pos: 15.5,2.5 parent: 2 - - uid: 19807 + - uid: 20342 components: - type: Transform pos: 13.5,9.5 parent: 2 - - uid: 19808 + - uid: 20343 components: - type: Transform pos: -4.5,2.5 parent: 2 - - uid: 19809 + - uid: 20344 components: - type: Transform pos: -5.5,2.5 parent: 2 - - uid: 19810 + - uid: 20345 components: - type: Transform pos: 2.5,9.5 parent: 2 - - uid: 19811 + - uid: 20346 components: - type: Transform pos: 2.5,8.5 parent: 2 - - uid: 19812 + - uid: 20347 components: - type: Transform pos: -1.5,10.5 parent: 2 - - uid: 19813 + - uid: 20348 components: - type: Transform pos: -3.5,7.5 parent: 2 - - uid: 19814 + - uid: 20349 components: - type: Transform pos: -8.5,12.5 parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19815 + - 326 + - uid: 20350 components: - type: Transform pos: 2.5,14.5 parent: 2 - - uid: 19816 + - uid: 20351 components: - type: Transform pos: 2.5,16.5 parent: 2 - - uid: 19817 + - uid: 20352 components: - type: Transform pos: -1.5,16.5 parent: 2 - - uid: 19818 + - uid: 20353 components: - type: Transform pos: -1.5,14.5 parent: 2 - - uid: 19819 + - uid: 20354 components: - type: Transform pos: 8.5,18.5 parent: 2 - - uid: 19820 + - uid: 20355 components: - type: Transform pos: 12.5,13.5 parent: 2 - - uid: 19821 + - uid: 20356 components: - type: Transform pos: -20.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 320 - - uid: 19822 + - 332 + - uid: 20357 components: - type: Transform pos: -22.5,1.5 parent: 2 - - uid: 19823 + - uid: 20358 components: - type: Transform pos: -22.5,0.5 parent: 2 - - uid: 19824 + - uid: 20359 components: - type: Transform pos: -25.5,-1.5 parent: 2 - - uid: 19825 + - uid: 20360 components: - type: Transform pos: -26.5,-1.5 parent: 2 - - uid: 19826 + - uid: 20361 components: - type: Transform pos: -29.5,-7.5 parent: 2 - - uid: 19827 + - uid: 20362 components: - type: Transform pos: -31.5,1.5 parent: 2 - - uid: 19828 + - uid: 20363 components: - type: Transform pos: -31.5,15.5 parent: 2 - - uid: 19829 + - uid: 20364 components: - type: Transform rot: 1.5707963267948966 rad @@ -131861,216 +134818,216 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 257 - - uid: 19830 + - 269 + - uid: 20365 components: - type: Transform pos: -34.5,4.5 parent: 2 - - uid: 19831 + - uid: 20366 components: - type: Transform pos: -32.5,-30.5 parent: 2 - type: DeviceNetwork deviceLists: - - 268 - - uid: 19832 + - 280 + - uid: 20367 components: - type: Transform pos: -40.5,-31.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19833 + - 213 + - uid: 20368 components: - type: Transform pos: -42.5,-31.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19834 + - 213 + - uid: 20369 components: - type: Transform pos: -43.5,-33.5 parent: 2 - - uid: 19835 + - uid: 20370 components: - type: Transform pos: -35.5,-35.5 parent: 2 - type: DeviceNetwork deviceLists: - - 269 - - uid: 19836 + - 281 + - uid: 20371 components: - type: Transform pos: -45.5,-30.5 parent: 2 - - uid: 19837 + - uid: 20372 components: - type: Transform pos: -49.5,-30.5 parent: 2 - - uid: 19838 + - uid: 20373 components: - type: Transform pos: -50.5,-30.5 parent: 2 - - uid: 19839 + - uid: 20374 components: - type: Transform pos: -48.5,-39.5 parent: 2 - - uid: 19840 + - uid: 20375 components: - type: Transform pos: -58.5,-28.5 parent: 2 - - uid: 19841 + - uid: 20376 components: - type: Transform pos: -52.5,-26.5 parent: 2 - - uid: 19842 + - uid: 20377 components: - type: Transform pos: -48.5,-26.5 parent: 2 - - uid: 19843 + - uid: 20378 components: - type: Transform pos: -39.5,-22.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19844 + - 213 + - uid: 20379 components: - type: Transform pos: -39.5,-20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19845 + - 213 + - uid: 20380 components: - type: Transform pos: -50.5,-15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - 279 - - uid: 19846 + - 213 + - 291 + - uid: 20381 components: - type: Transform pos: -47.5,-14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - 280 - - uid: 19847 + - 213 + - 292 + - uid: 20382 components: - type: Transform pos: -41.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19848 + - 213 + - uid: 20383 components: - type: Transform pos: -42.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19849 + - 213 + - uid: 20384 components: - type: Transform pos: -43.5,-13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - uid: 19850 + - 213 + - uid: 20385 components: - type: Transform pos: -39.5,-17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 268 - - 201 - - uid: 19851 + - 280 + - 213 + - uid: 20386 components: - type: Transform pos: -40.5,-8.5 parent: 2 - - uid: 19852 + - uid: 20387 components: - type: Transform pos: -40.5,-3.5 parent: 2 - - uid: 19853 + - uid: 20388 components: - type: Transform pos: -34.5,-2.5 parent: 2 - - uid: 19854 + - uid: 20389 components: - type: Transform pos: -41.5,0.5 parent: 2 - - uid: 19855 + - uid: 20390 components: - type: Transform pos: -42.5,0.5 parent: 2 - - uid: 19856 + - uid: 20391 components: - type: Transform pos: -43.5,0.5 parent: 2 - - uid: 19857 + - uid: 20392 components: - type: Transform pos: -49.5,7.5 parent: 2 - - uid: 19858 + - uid: 20393 components: - type: Transform pos: -54.5,-4.5 parent: 2 - - uid: 19859 + - uid: 20394 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-38.5 parent: 2 - - uid: 19860 + - uid: 20395 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-77.5 parent: 2 - - uid: 19861 + - uid: 20396 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-56.5 parent: 2 - - uid: 19862 + - uid: 20397 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-50.5 parent: 2 - - uid: 19863 + - uid: 20398 components: - type: Transform rot: 1.5707963267948966 rad @@ -132078,8 +135035,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19864 + - 274 + - uid: 20399 components: - type: Transform rot: 1.5707963267948966 rad @@ -132087,8 +135044,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19865 + - 274 + - uid: 20400 components: - type: Transform rot: 1.5707963267948966 rad @@ -132096,104 +135053,104 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19866 + - 274 + - uid: 20401 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-63.5 parent: 2 - - uid: 19867 + - uid: 20402 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-54.5 parent: 2 - - uid: 19868 + - uid: 20403 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-59.5 parent: 2 - - uid: 19869 + - uid: 20404 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-70.5 parent: 2 - - uid: 19870 + - uid: 20405 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-70.5 parent: 2 - - uid: 19871 + - uid: 20406 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-82.5 parent: 2 - - uid: 19872 + - uid: 20407 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-44.5 parent: 2 - - uid: 19873 + - uid: 20408 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-40.5 parent: 2 - - uid: 19874 + - uid: 20409 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 2 - - uid: 19875 + - uid: 20410 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,5.5 parent: 2 - - uid: 19876 + - uid: 20411 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-25.5 parent: 2 - - uid: 19877 + - uid: 20412 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-71.5 parent: 2 - - uid: 19878 + - uid: 20413 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-71.5 parent: 2 - - uid: 19879 + - uid: 20414 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-71.5 parent: 2 - - uid: 19880 + - uid: 20415 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-64.5 parent: 2 - - uid: 19881 + - uid: 20416 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-74.5 parent: 2 - - uid: 19882 + - uid: 20417 components: - type: Transform rot: 3.141592653589793 rad @@ -132201,54 +135158,54 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - 325 - - uid: 19883 + - 276 + - 337 + - uid: 20418 components: - type: Transform pos: -1.5,-79.5 parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - uid: 19884 + - 333 + - uid: 20419 components: - type: Transform pos: -1.5,-81.5 parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - uid: 19885 + - 333 + - uid: 20420 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-82.5 parent: 2 - - uid: 19886 + - uid: 20421 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-79.5 parent: 2 - - uid: 19887 + - uid: 20422 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-97.5 parent: 2 - - uid: 19888 + - uid: 20423 components: - type: Transform pos: 58.5,-29.5 parent: 2 - - uid: 19889 + - uid: 20424 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-40.5 parent: 2 - - uid: 19890 + - uid: 20425 components: - type: Transform rot: 3.141592653589793 rad @@ -132256,50 +135213,50 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 - - uid: 19891 + - 172 + - uid: 20426 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-47.5 parent: 2 - - uid: 19892 + - uid: 20427 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-45.5 parent: 2 - - uid: 19893 + - uid: 20428 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-39.5 parent: 2 - - uid: 19894 + - uid: 20429 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-37.5 parent: 2 - - uid: 19895 + - uid: 20430 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-34.5 parent: 2 - - uid: 19896 + - uid: 20431 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-75.5 parent: 2 - - uid: 19897 + - uid: 20432 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-82.5 parent: 2 - - uid: 19898 + - uid: 20433 components: - type: Transform rot: -1.5707963267948966 rad @@ -132307,150 +135264,150 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 - - uid: 19899 + - 247 + - uid: 20434 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-75.5 parent: 2 - - uid: 19900 + - uid: 20435 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-94.5 parent: 2 - - uid: 19901 + - uid: 20436 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-92.5 parent: 2 - - uid: 19902 + - uid: 20437 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-88.5 parent: 2 - - uid: 19903 + - uid: 20438 components: - type: Transform pos: -49.5,-91.5 parent: 2 - - uid: 19904 + - uid: 20439 components: - type: Transform pos: -45.5,-93.5 parent: 2 - - uid: 19905 + - uid: 20440 components: - type: Transform pos: -47.5,-96.5 parent: 2 - - uid: 19906 + - uid: 20441 components: - type: Transform pos: -48.5,-96.5 parent: 2 - - uid: 19907 + - uid: 20442 components: - type: Transform pos: -54.5,-86.5 parent: 2 - - uid: 19908 + - uid: 20443 components: - type: Transform pos: -53.5,-82.5 parent: 2 - - uid: 19909 + - uid: 20444 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-53.5 parent: 2 - - uid: 19910 + - uid: 20445 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-49.5 parent: 2 - - uid: 19911 + - uid: 20446 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-50.5 parent: 2 - - uid: 19912 + - uid: 20447 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-28.5 parent: 2 - - uid: 19913 + - uid: 20448 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-19.5 parent: 2 - - uid: 19914 + - uid: 20449 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-19.5 parent: 2 - - uid: 19915 + - uid: 20450 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-26.5 parent: 2 - - uid: 19916 + - uid: 20451 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-26.5 parent: 2 - - uid: 19917 + - uid: 20452 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-29.5 parent: 2 - - uid: 19918 + - uid: 20453 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-19.5 parent: 2 - - uid: 19919 + - uid: 20454 components: - type: Transform pos: -64.5,-5.5 parent: 2 - - uid: 19920 + - uid: 20455 components: - type: Transform pos: -66.5,-17.5 parent: 2 - - uid: 19921 + - uid: 20456 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,5.5 parent: 2 - - uid: 19922 + - uid: 20457 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,10.5 parent: 2 - - uid: 19923 + - uid: 20458 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,8.5 parent: 2 - - uid: 19924 + - uid: 20459 components: - type: Transform rot: 1.5707963267948966 rad @@ -132458,8 +135415,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 268 - - uid: 19925 + - 280 + - uid: 20460 components: - type: Transform rot: 1.5707963267948966 rad @@ -132467,8 +135424,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 314 - - uid: 19926 + - 326 + - uid: 20461 components: - type: Transform rot: -1.5707963267948966 rad @@ -132476,22 +135433,22 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 257 - - uid: 19927 + - 269 + - uid: 20462 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-23.5 parent: 2 - - uid: 19928 + - uid: 20463 components: - type: Transform pos: -58.5,-37.5 parent: 2 - type: DeviceNetwork deviceLists: - - 281 - - uid: 19929 + - 293 + - uid: 20464 components: - type: Transform rot: 1.5707963267948966 rad @@ -132499,9 +135456,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 278 - - 19457 - - uid: 19930 + - 290 + - 19988 + - uid: 20465 components: - type: Transform rot: 3.141592653589793 rad @@ -132509,8 +135466,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19456 - - uid: 19931 + - 19987 + - uid: 20466 components: - type: Transform rot: 3.141592653589793 rad @@ -132518,8 +135475,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19456 - - uid: 19932 + - 19987 + - uid: 20467 components: - type: Transform rot: 3.141592653589793 rad @@ -132527,8 +135484,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - uid: 19933 + - 285 + - uid: 20468 components: - type: Transform rot: 3.141592653589793 rad @@ -132536,9 +135493,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 - - 269 - - uid: 19934 + - 213 + - 281 + - uid: 20469 components: - type: Transform rot: 1.5707963267948966 rad @@ -132546,14 +135503,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19456 - - uid: 19935 + - 19987 + - uid: 20470 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-77.5 parent: 2 - - uid: 19936 + - uid: 20471 components: - type: Transform rot: -1.5707963267948966 rad @@ -132561,38 +135518,38 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 178 - - uid: 19937 + - 190 + - uid: 20472 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-73.5 parent: 2 - - uid: 19938 + - uid: 20473 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,18.5 parent: 2 - - uid: 19939 + - uid: 20474 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,5.5 parent: 2 - - uid: 19940 + - uid: 20475 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,8.5 parent: 2 - - uid: 19941 + - uid: 20476 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,10.5 parent: 2 - - uid: 19942 + - uid: 20477 components: - type: Transform rot: 3.141592653589793 rad @@ -132600,8 +135557,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 - - uid: 19943 + - 276 + - uid: 20478 components: - type: Transform rot: 3.141592653589793 rad @@ -132609,8 +135566,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 178 - - uid: 19944 + - 190 + - uid: 20479 components: - type: Transform rot: 3.141592653589793 rad @@ -132618,10 +135575,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 274 - - 19458 - - uid: 19945 + - 285 + - 286 + - 19989 + - uid: 20480 components: - type: Transform rot: 3.141592653589793 rad @@ -132629,9 +135586,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - 275 - - uid: 19946 + - 286 + - 287 + - uid: 20481 components: - type: Transform rot: 3.141592653589793 rad @@ -132639,9 +135596,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - 275 - - uid: 19947 + - 286 + - 287 + - uid: 20482 components: - type: Transform rot: 3.141592653589793 rad @@ -132649,9 +135606,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - 275 - - uid: 19948 + - 286 + - 287 + - uid: 20483 components: - type: Transform rot: 3.141592653589793 rad @@ -132659,10 +135616,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19949 + - 285 + - 287 + - 19989 + - uid: 20484 components: - type: Transform rot: 3.141592653589793 rad @@ -132670,10 +135627,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19950 + - 285 + - 287 + - 19989 + - uid: 20485 components: - type: Transform rot: 3.141592653589793 rad @@ -132681,10 +135638,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19951 + - 285 + - 287 + - 19989 + - uid: 20486 components: - type: Transform rot: 3.141592653589793 rad @@ -132692,10 +135649,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19952 + - 285 + - 287 + - 19989 + - uid: 20487 components: - type: Transform rot: 3.141592653589793 rad @@ -132703,10 +135660,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19953 + - 285 + - 287 + - 19989 + - uid: 20488 components: - type: Transform rot: 3.141592653589793 rad @@ -132714,10 +135671,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 275 - - 19458 - - uid: 19954 + - 285 + - 287 + - 19989 + - uid: 20489 components: - type: Transform rot: 3.141592653589793 rad @@ -132725,9 +135682,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 275 - - 277 - - uid: 19955 + - 287 + - 289 + - uid: 20490 components: - type: Transform rot: 3.141592653589793 rad @@ -132735,10 +135692,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 277 - - 19458 - - uid: 19956 + - 285 + - 289 + - 19989 + - uid: 20491 components: - type: Transform rot: 3.141592653589793 rad @@ -132746,10 +135703,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 277 - - 19458 - - uid: 19957 + - 285 + - 289 + - 19989 + - uid: 20492 components: - type: Transform rot: 3.141592653589793 rad @@ -132757,10 +135714,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 277 - - 19458 - - uid: 19958 + - 285 + - 289 + - 19989 + - uid: 20493 components: - type: Transform rot: 3.141592653589793 rad @@ -132768,10 +135725,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 277 - - 19458 - - uid: 19959 + - 285 + - 289 + - 19989 + - uid: 20494 components: - type: Transform rot: 3.141592653589793 rad @@ -132779,10 +135736,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 277 - - 19458 - - uid: 19960 + - 285 + - 289 + - 19989 + - uid: 20495 components: - type: Transform rot: 3.141592653589793 rad @@ -132790,8 +135747,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 277 - - uid: 19961 + - 289 + - uid: 20496 components: - type: Transform rot: 3.141592653589793 rad @@ -132799,8 +135756,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 277 - - uid: 19962 + - 289 + - uid: 20497 components: - type: Transform rot: 3.141592653589793 rad @@ -132808,9 +135765,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 - - 19458 - - uid: 19963 + - 285 + - 19989 + - uid: 20498 components: - type: Transform rot: 1.5707963267948966 rad @@ -132818,8 +135775,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 281 - - uid: 19964 + - 293 + - uid: 20499 components: - type: Transform rot: 1.5707963267948966 rad @@ -132827,14 +135784,14 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 - - uid: 19965 + - 274 + - uid: 20500 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,26.5 parent: 2 - - uid: 19966 + - uid: 20501 components: - type: Transform rot: 1.5707963267948966 rad @@ -132842,30 +135799,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 229 - - uid: 19967 + - 241 + - uid: 20502 components: - type: Transform pos: -1.5,-87.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 - - uid: 19968 + - 338 + - uid: 20503 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,19.5 parent: 2 - - uid: 19969 + - uid: 20504 components: - type: Transform pos: 26.5,-31.5 parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 19970 + - 335 + - uid: 20505 components: - type: Transform rot: -1.5707963267948966 rad @@ -132873,8 +135830,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 313 - - uid: 19971 + - 325 + - uid: 20506 components: - type: Transform rot: 1.5707963267948966 rad @@ -132882,10 +135839,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 - - 19461 - - 313 - - uid: 19972 + - 324 + - 19992 + - 325 + - uid: 20507 components: - type: Transform rot: 1.5707963267948966 rad @@ -132893,10 +135850,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 - - 19461 - - 313 - - uid: 19973 + - 324 + - 19992 + - 325 + - uid: 20508 components: - type: Transform rot: 1.5707963267948966 rad @@ -132904,8 +135861,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 303 - - uid: 19974 + - 315 + - uid: 20509 components: - type: Transform rot: 1.5707963267948966 rad @@ -132913,10 +135870,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 - - 19461 - - 313 - - uid: 19975 + - 324 + - 19992 + - 325 + - uid: 20510 components: - type: Transform rot: 1.5707963267948966 rad @@ -132924,22 +135881,22 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 303 - - uid: 19976 + - 315 + - uid: 20511 components: - type: Transform pos: 42.5,-23.5 parent: 2 - type: DeviceNetwork deviceLists: - - 296 - - 290 - - uid: 19977 + - 308 + - 302 + - uid: 20512 components: - type: Transform pos: 49.5,19.5 parent: 2 - - uid: 19978 + - uid: 20513 components: - type: Transform rot: 1.5707963267948966 rad @@ -132947,20 +135904,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 - - uid: 19979 + - 296 + - uid: 20514 components: - type: Transform pos: -56.5,-24.5 parent: 2 - type: DeviceNetwork deviceLists: - - 204 - - 19434 - - 173 - - 19408 - - 19406 - - uid: 19980 + - 216 + - 19965 + - 185 + - 19939 + - 19937 + - uid: 20515 components: - type: Transform rot: -1.5707963267948966 rad @@ -132968,8 +135925,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 - - uid: 19981 + - 313 + - uid: 20516 components: - type: Transform rot: -1.5707963267948966 rad @@ -132977,58 +135934,58 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 - - uid: 19982 + - 313 + - uid: 20517 components: - type: Transform pos: -0.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 - - uid: 19983 + - 310 + - 19990 + - uid: 20518 components: - type: Transform pos: 0.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 - - uid: 19984 + - 310 + - 19990 + - uid: 20519 components: - type: Transform pos: 1.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 - - uid: 19985 + - 310 + - 19990 + - uid: 20520 components: - type: Transform pos: 26.5,-33.5 parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 19986 + - 335 + - uid: 20521 components: - type: Transform pos: -28.5,-42.5 parent: 2 - - uid: 19987 + - uid: 20522 components: - type: Transform pos: -28.5,-43.5 parent: 2 - - uid: 19988 + - uid: 20523 components: - type: Transform pos: -28.5,-44.5 parent: 2 - - uid: 19989 + - uid: 20524 components: - type: Transform rot: 3.141592653589793 rad @@ -133036,57 +135993,57 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 19450 - - 302 - - uid: 19990 + - 19981 + - 314 + - uid: 20525 components: - type: Transform pos: 36.5,-24.5 parent: 2 - type: DeviceNetwork deviceLists: - - 296 - - uid: 19991 + - 308 + - uid: 20526 components: - type: Transform pos: 45.5,-25.5 parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - uid: 19992 + - 302 + - uid: 20527 components: - type: Transform pos: 43.5,-25.5 parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - uid: 19993 + - 302 + - uid: 20528 components: - type: Transform pos: 43.5,-21.5 parent: 2 - type: DeviceNetwork deviceLists: - - 303 - - 290 - - uid: 19994 + - 315 + - 302 + - uid: 20529 components: - type: Transform pos: 45.5,-21.5 parent: 2 - type: DeviceNetwork deviceLists: - - 303 - - 290 - - uid: 19995 + - 315 + - 302 + - uid: 20530 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,19.5 parent: 2 - - uid: 19996 + - uid: 20531 components: - type: Transform rot: 3.141592653589793 rad @@ -133094,9 +136051,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - 306 - - uid: 19997 + - 309 + - 318 + - uid: 20532 components: - type: Transform rot: 3.141592653589793 rad @@ -133104,9 +136061,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 - - 327 - - uid: 19998 + - 309 + - 339 + - uid: 20533 components: - type: Transform rot: 1.5707963267948966 rad @@ -133114,27 +136071,27 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 - - 327 - - uid: 19999 + - 192 + - 339 + - uid: 20534 components: - type: Transform pos: 45.5,-4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 304 - - 305 - - uid: 20000 + - 316 + - 317 + - uid: 20535 components: - type: Transform pos: 53.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 305 - - 306 - - uid: 20001 + - 317 + - 318 + - uid: 20536 components: - type: Transform rot: -1.5707963267948966 rad @@ -133142,9 +136099,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 306 - - 307 - - uid: 20002 + - 318 + - 319 + - uid: 20537 components: - type: Transform rot: -1.5707963267948966 rad @@ -133152,9 +136109,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: + - 319 - 307 - - 295 - - uid: 20003 + - uid: 20538 components: - type: Transform rot: -1.5707963267948966 rad @@ -133162,8 +136119,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 - - uid: 20004 + - 307 + - uid: 20539 components: - type: Transform rot: -1.5707963267948966 rad @@ -133171,8 +136128,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 - - uid: 20005 + - 307 + - uid: 20540 components: - type: Transform rot: 1.5707963267948966 rad @@ -133180,27 +136137,27 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 308 - - 309 - - uid: 20006 + - 320 + - 321 + - uid: 20541 components: - type: Transform pos: 66.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 309 - - 310 - - uid: 20007 + - 321 + - 322 + - uid: 20542 components: - type: Transform pos: 66.5,-9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 309 - - 310 - - uid: 20008 + - 321 + - 322 + - uid: 20543 components: - type: Transform rot: -1.5707963267948966 rad @@ -133208,9 +136165,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - 311 - - uid: 20009 + - 322 + - 323 + - uid: 20544 components: - type: Transform rot: -1.5707963267948966 rad @@ -133218,8 +136175,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - uid: 20010 + - 322 + - uid: 20545 components: - type: Transform rot: -1.5707963267948966 rad @@ -133227,8 +136184,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - uid: 20011 + - 322 + - uid: 20546 components: - type: Transform rot: -1.5707963267948966 rad @@ -133236,8 +136193,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - uid: 20012 + - 322 + - uid: 20547 components: - type: Transform rot: 1.5707963267948966 rad @@ -133245,10 +136202,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - 301 - - 311 - - uid: 20013 + - 322 + - 313 + - 323 + - uid: 20548 components: - type: Transform rot: 1.5707963267948966 rad @@ -133256,9 +136213,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - 311 - - uid: 20014 + - 322 + - 323 + - uid: 20549 components: - type: Transform rot: -1.5707963267948966 rad @@ -133266,8 +136223,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 - - uid: 20015 + - 199 + - uid: 20550 components: - type: Transform rot: -1.5707963267948966 rad @@ -133275,8 +136232,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 - - uid: 20016 + - 199 + - uid: 20551 components: - type: Transform rot: -1.5707963267948966 rad @@ -133284,8 +136241,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 - - uid: 20017 + - 199 + - uid: 20552 components: - type: Transform rot: -1.5707963267948966 rad @@ -133293,8 +136250,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 - - uid: 20018 + - 199 + - uid: 20553 components: - type: Transform rot: 1.5707963267948966 rad @@ -133302,8 +136259,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 - - uid: 20019 + - 330 + - uid: 20554 components: - type: Transform rot: 1.5707963267948966 rad @@ -133311,25 +136268,25 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 - - 241 - - uid: 20020 + - 330 + - 253 + - uid: 20555 components: - type: Transform pos: -16.5,2.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - uid: 20021 + - 331 + - uid: 20556 components: - type: Transform pos: -15.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 - - uid: 20022 + - 331 + - uid: 20557 components: - type: Transform rot: -1.5707963267948966 rad @@ -133337,8 +136294,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 20023 + - 334 + - uid: 20558 components: - type: Transform rot: -1.5707963267948966 rad @@ -133346,8 +136303,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 20024 + - 335 + - uid: 20559 components: - type: Transform rot: -1.5707963267948966 rad @@ -133355,8 +136312,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 20025 + - 335 + - uid: 20560 components: - type: Transform rot: -1.5707963267948966 rad @@ -133364,8 +136321,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 20026 + - 335 + - uid: 20561 components: - type: Transform rot: -1.5707963267948966 rad @@ -133373,24 +136330,24 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 - - uid: 20027 + - 335 + - uid: 20562 components: - type: Transform pos: 38.5,17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 20028 + - 294 + - uid: 20563 components: - type: Transform pos: -3.5,-85.5 parent: 2 - type: DeviceNetwork deviceLists: - - 321 - - uid: 20029 + - 333 + - uid: 20564 components: - type: Transform rot: -1.5707963267948966 rad @@ -133398,8 +136355,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 20030 + - 334 + - uid: 20565 components: - type: Transform rot: -1.5707963267948966 rad @@ -133407,8 +136364,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 20031 + - 334 + - uid: 20566 components: - type: Transform rot: -1.5707963267948966 rad @@ -133416,8 +136373,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 - - uid: 20032 + - 334 + - uid: 20567 components: - type: Transform rot: 3.141592653589793 rad @@ -133425,8 +136382,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 324 - - uid: 20033 + - 336 + - uid: 20568 components: - type: Transform rot: 3.141592653589793 rad @@ -133434,9 +136391,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - 324 - - uid: 20034 + - 294 + - 336 + - uid: 20569 components: - type: Transform rot: 3.141592653589793 rad @@ -133444,8 +136401,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 20035 + - 294 + - uid: 20570 components: - type: Transform rot: 3.141592653589793 rad @@ -133453,8 +136410,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 - - uid: 20036 + - 294 + - uid: 20571 components: - type: Transform rot: 3.141592653589793 rad @@ -133462,8 +136419,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - uid: 20037 + - 286 + - uid: 20572 components: - type: Transform rot: 3.141592653589793 rad @@ -133471,8 +136428,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 - - uid: 20038 + - 286 + - uid: 20573 components: - type: Transform rot: 1.5707963267948966 rad @@ -133480,9 +136437,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 20039 + - 252 + - 19993 + - uid: 20574 components: - type: Transform rot: 1.5707963267948966 rad @@ -133490,9 +136447,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 20040 + - 252 + - 19993 + - uid: 20575 components: - type: Transform rot: 1.5707963267948966 rad @@ -133500,9 +136457,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 20041 + - 252 + - 19993 + - uid: 20576 components: - type: Transform rot: 1.5707963267948966 rad @@ -133510,9 +136467,9 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 - - 19462 - - uid: 20042 + - 252 + - 19993 + - uid: 20577 components: - type: Transform rot: -1.5707963267948966 rad @@ -133520,28 +136477,28 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 + - 298 - proto: Fireplace entities: - - uid: 20043 + - uid: 20578 components: - type: Transform pos: -79.5,-17.5 parent: 2 - - uid: 20044 + - uid: 20579 components: - type: Transform pos: 16.5,16.5 parent: 2 - proto: Flash entities: - - uid: 20045 + - uid: 20580 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.3613946,13.425031 parent: 2 - - uid: 20046 + - uid: 20581 components: - type: Transform rot: 1.5707963267948966 rad @@ -133549,22 +136506,22 @@ entities: parent: 2 - proto: FlashlightLantern entities: - - uid: 20047 + - uid: 20582 components: - type: Transform pos: 16.460556,-103.34386 parent: 2 - - uid: 20048 + - uid: 20583 components: - type: Transform pos: -28.39971,-78.40641 parent: 2 - - uid: 20049 + - uid: 20584 components: - type: Transform pos: -46.5,-95.5 parent: 2 - - uid: 20050 + - uid: 20585 components: - type: Transform rot: 1.5707963267948966 rad @@ -133572,54 +136529,85 @@ entities: parent: 2 - proto: FlashlightSeclite entities: - - uid: 20051 + - uid: 20586 components: - type: Transform pos: 68.51442,2.7373502 parent: 2 - - uid: 20052 + - uid: 20587 components: - type: Transform pos: 68.54567,2.5029752 parent: 2 +- proto: FleshBlocker + entities: + - uid: 20588 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - uid: 20589 + components: + - type: Transform + pos: -8.5,-49.5 + parent: 2 + - uid: 20590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-30.5 + parent: 2 + - uid: 20591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-33.5 + parent: 2 +- proto: FleshKudzu + entities: + - uid: 20592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-30.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-29.5 + parent: 2 - proto: FlippoLighter entities: - - uid: 20053 + - uid: 20594 components: - type: Transform pos: 56.097004,-2.334701 parent: 2 -- proto: Floodlight - entities: - - uid: 20054 - components: - - type: Transform - pos: 14.533041,-49.542076 - parent: 2 - proto: FloodlightBroken entities: - - uid: 20055 + - uid: 20595 components: - type: Transform pos: -0.5523869,-72.38893 parent: 2 - proto: FloorDrain entities: - - uid: 20056 + - uid: 20596 components: - type: Transform pos: 75.5,-42.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20057 + - uid: 20597 components: - type: Transform pos: -14.5,-76.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20058 + - uid: 20598 components: - type: Transform rot: 3.141592653589793 rad @@ -133627,7 +136615,7 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20059 + - uid: 20599 components: - type: Transform rot: 3.141592653589793 rad @@ -133635,14 +136623,14 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20060 + - uid: 20600 components: - type: Transform pos: -54.5,-38.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20061 + - uid: 20601 components: - type: Transform rot: 1.5707963267948966 rad @@ -133650,7 +136638,7 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20062 + - uid: 20602 components: - type: Transform rot: 1.5707963267948966 rad @@ -133658,7 +136646,7 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20063 + - uid: 20603 components: - type: Transform rot: -1.5707963267948966 rad @@ -133666,28 +136654,28 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20064 + - uid: 20604 components: - type: Transform pos: 74.5,-12.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20065 + - uid: 20605 components: - type: Transform pos: 76.5,-12.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20066 + - uid: 20606 components: - type: Transform pos: 78.5,-12.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 20067 + - uid: 20607 components: - type: Transform rot: 3.141592653589793 rad @@ -133695,7 +136683,7 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20068 + - uid: 20608 components: - type: Transform rot: -1.5707963267948966 rad @@ -133703,7 +136691,7 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 20069 + - uid: 20609 components: - type: Transform rot: -1.5707963267948966 rad @@ -133713,197 +136701,201 @@ entities: fixtures: {} - proto: FloorTileItemLino entities: - - uid: 20070 + - uid: 20610 components: - type: Transform pos: -81.4497,-26.060171 parent: 2 - - uid: 20071 + - uid: 20611 components: - type: Transform pos: -81.215324,-26.271109 parent: 2 - - uid: 20072 + - uid: 20612 components: - type: Transform pos: -83.05166,-27.173347 parent: 2 - proto: FloorTileItemOldConcrete entities: - - uid: 20073 + - uid: 20613 components: - type: Transform pos: -51.575184,-71.63811 parent: 2 - - uid: 20074 + - uid: 20614 components: - type: Transform rot: 3.141592653589793 rad pos: -54.18401,-69.873634 parent: 2 -- proto: FloorTrapEMP +- proto: FloorTileItemXenoMaint entities: - - uid: 12767 + - uid: 20615 + components: + - type: Transform + pos: 5.422537,-56.452526 + parent: 2 + - uid: 20616 + components: + - type: Transform + pos: 5.563162,-56.40565 + parent: 2 +- proto: FloraGreyStalagmite + entities: + - uid: 20617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.4717994,-39.47049 + parent: 2 + - uid: 20618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.519755,-51.378933 + parent: 2 + - uid: 20619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5797558,-59.61708 + parent: 2 + - uid: 20620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.6434703,-33.45881 + parent: 2 + - uid: 20621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.365183,-33.246155 + parent: 2 + - uid: 20622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.348408,-46.317642 + parent: 2 + - uid: 20623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5965953,-27.319275 + parent: 2 + - uid: 20624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.4416935,-27.194275 + parent: 2 + - uid: 20625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.9104435,-27.506775 + parent: 2 + - uid: 20626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.630539,-28.382824 + parent: 2 + - uid: 20627 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-45.5 - parent: 2 - - uid: 12769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-42.5 - parent: 2 - - uid: 40658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-40.5 - parent: 2 - - uid: 40659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-39.5 - parent: 2 -- proto: FloorWaterEntity - entities: - - uid: 20075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-56.5 - parent: 2 - - uid: 20076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-55.5 - parent: 2 - - uid: 20077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-54.5 - parent: 2 - - uid: 20078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-54.5 - parent: 2 - - uid: 20079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-54.5 - parent: 2 - - uid: 20080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-55.5 - parent: 2 - - uid: 20081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-56.5 - parent: 2 - - uid: 20082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-56.5 + pos: -4.6104565,-29.160732 parent: 2 - proto: FloraTree entities: - - uid: 20083 + - uid: 20628 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.03959,14.545245 parent: 2 - - uid: 20084 + - uid: 20629 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.22709,16.763996 parent: 2 - - uid: 20085 + - uid: 20630 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.305214,16.607746 parent: 2 - - uid: 20086 + - uid: 20631 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.914345,-42.336063 parent: 2 - - uid: 20087 + - uid: 20632 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.258095,-43.25794 parent: 2 - - uid: 20088 + - uid: 20633 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.35209,12.56087 parent: 2 - - uid: 20089 + - uid: 20634 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.086464,16.482746 parent: 2 - - uid: 20090 + - uid: 20635 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.545868,-41.63975 parent: 2 - - uid: 20091 + - uid: 20636 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.155243,-42.561626 parent: 2 - - uid: 20092 + - uid: 20637 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.759056,-35.546 parent: 2 - - uid: 20093 + - uid: 20638 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.165306,-42.3585 parent: 2 - - uid: 20094 + - uid: 20639 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.04093,-37.1085 parent: 2 - - uid: 20095 + - uid: 20640 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.185722,-39.43002 parent: 2 - - uid: 20096 + - uid: 20641 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.094635,-34.820644 parent: 2 - - uid: 20097 + - uid: 20642 components: - type: Transform rot: -1.5707963267948966 rad @@ -133911,25 +136903,25 @@ entities: parent: 2 - proto: FloraTreeLarge entities: - - uid: 20098 + - uid: 20643 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.38334,13.920245 parent: 2 - - uid: 20099 + - uid: 20644 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.97709,14.74837 parent: 2 - - uid: 20100 + - uid: 20645 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.94839,-39.1085 parent: 2 - - uid: 20101 + - uid: 20646 components: - type: Transform rot: -1.5707963267948966 rad @@ -133937,148 +136929,148 @@ entities: parent: 2 - proto: FoamCrossbow entities: - - uid: 20102 + - uid: 20647 components: - type: Transform pos: 67.53759,-50.619473 parent: 2 - proto: FoamedAluminiumMetal entities: - - uid: 20103 + - uid: 20648 components: - type: Transform pos: 23.5,-38.5 parent: 2 - - uid: 20104 + - uid: 20649 components: - type: Transform pos: -53.5,-2.5 parent: 2 - - uid: 20105 + - uid: 20650 components: - type: Transform pos: -54.5,-3.5 parent: 2 - - uid: 20106 + - uid: 20651 components: - type: Transform pos: -54.5,-1.5 parent: 2 - - uid: 20107 + - uid: 20652 components: - type: Transform pos: -54.5,-0.5 parent: 2 - - uid: 20108 + - uid: 20653 components: - type: Transform pos: -52.5,-1.5 parent: 2 - - uid: 20109 + - uid: 20654 components: - type: Transform pos: -50.5,-0.5 parent: 2 - - uid: 20110 + - uid: 20655 components: - type: Transform pos: -53.5,-1.5 parent: 2 - - uid: 20111 + - uid: 20656 components: - type: Transform pos: -52.5,-0.5 parent: 2 - - uid: 20112 + - uid: 20657 components: - type: Transform pos: 21.5,-35.5 parent: 2 - - uid: 20113 + - uid: 20658 components: - type: Transform pos: 20.5,-34.5 parent: 2 - - uid: 20114 + - uid: 20659 components: - type: Transform pos: 23.5,-37.5 parent: 2 - proto: FoamedIronMetal entities: - - uid: 20115 + - uid: 20660 components: - type: Transform pos: 20.5,-36.5 parent: 2 - - uid: 20116 + - uid: 20661 components: - type: Transform pos: 21.5,-36.5 parent: 2 - - uid: 20117 + - uid: 20662 components: - type: Transform pos: 20.5,-37.5 parent: 2 - - uid: 20118 + - uid: 20663 components: - type: Transform pos: 22.5,-37.5 parent: 2 - - uid: 20119 + - uid: 20664 components: - type: Transform pos: 21.5,-38.5 parent: 2 - - uid: 20120 + - uid: 20665 components: - type: Transform pos: 22.5,-38.5 parent: 2 - - uid: 20121 + - uid: 20666 components: - type: Transform pos: 22.5,-39.5 parent: 2 - - uid: 20122 + - uid: 20667 components: - type: Transform pos: 20.5,-44.5 parent: 2 - - uid: 20123 + - uid: 20668 components: - type: Transform pos: 20.5,-43.5 parent: 2 - - uid: 20124 + - uid: 20669 components: - type: Transform pos: 22.5,-44.5 parent: 2 - - uid: 20125 + - uid: 20670 components: - type: Transform pos: 22.5,-43.5 parent: 2 - proto: FoodBakedBunHotX entities: - - uid: 20126 + - uid: 20671 components: - type: Transform pos: 33.41241,-63.34057 parent: 2 - - uid: 20127 + - uid: 20672 components: - type: Transform pos: 33.803036,-63.512444 parent: 2 - proto: FoodBakedPancakeCc entities: - - uid: 19183 + - uid: 19689 components: - type: Transform - parent: 19181 + parent: 19687 - type: Stack count: 6 - type: Physics @@ -134086,183 +137078,178 @@ entities: - type: InsideEntityStorage - proto: FoodBakedVulpkaninPlate entities: - - uid: 20128 + - uid: 20673 components: - type: MetaData name: Вульпес Инкульта - type: Transform pos: 67.492195,-48.33586 parent: 2 -- proto: FoodBakedWaffleSoylent - entities: - - uid: 20129 - components: - - type: Transform - pos: -6.522968,-35.46325 - parent: 2 - proto: FoodBanana entities: - - uid: 20130 + - uid: 20674 components: - type: Transform pos: 38.42539,-15.280518 parent: 2 - - uid: 20131 + - uid: 20675 components: - type: Transform pos: 38.722263,-15.296143 parent: 2 - - uid: 20132 + - uid: 20676 components: - type: Transform pos: 38.472263,-15.233643 parent: 2 - - uid: 20133 + - uid: 20677 components: - type: Transform pos: -48.403137,-112.45925 parent: 2 - - uid: 20134 + - uid: 20678 components: - type: Transform pos: -48.543762,-112.39675 parent: 2 - - uid: 20135 + - uid: 20679 components: - type: Transform pos: -48.668762,-112.47488 parent: 2 +- proto: FoodBloodTomato + entities: + - uid: 20680 + components: + - type: Transform + pos: 15.913189,-31.321922 + parent: 2 - proto: FoodBowlBig entities: - - uid: 20136 + - uid: 20681 components: - type: Transform pos: 54.652164,6.48425 parent: 2 - proto: FoodBoxDonkpocketCarp entities: - - uid: 20137 + - uid: 20682 components: - type: Transform pos: -9.549273,-89.22121 parent: 2 - proto: FoodBoxDonkpocketDink entities: - - uid: 20138 + - uid: 20683 components: - type: Transform pos: 95.945114,-48.31866 parent: 2 - proto: FoodBoxDonkpocketHonk entities: - - uid: 20139 + - uid: 20684 components: - type: Transform pos: 53.366394,-52.185284 parent: 2 - - uid: 20140 + - uid: 20685 components: - type: Transform pos: 37.542347,-17.35374 parent: 2 - proto: FoodBoxDonkpocketPizza entities: - - uid: 20141 + - uid: 20686 components: - type: Transform rot: 3.141592653589793 rad pos: 7.4916925,19.528557 parent: 2 - - uid: 20142 + - uid: 20687 components: - type: Transform pos: 53.630524,-52.405323 parent: 2 - proto: FoodBoxDonkpocketStonk entities: - - uid: 20143 + - uid: 20688 components: - type: Transform pos: -10.470591,23.59679 parent: 2 - proto: FoodBoxDonut entities: - - uid: 20144 + - uid: 20689 components: - type: Transform pos: 46.548893,-5.5815773 parent: 2 - - uid: 20145 + - uid: 20690 components: - type: Transform pos: 46.548893,-5.3472023 parent: 2 - - uid: 20146 + - uid: 20691 components: - type: Transform pos: -62.656868,-72.05943 parent: 2 - - uid: 20147 + - uid: 20692 components: - type: Transform pos: -6.6280947,8.496237 parent: 2 - - uid: 20148 + - uid: 20693 components: - type: Transform pos: 70.493164,-37.398773 parent: 2 - - uid: 20149 + - uid: 20694 components: - type: Transform rot: 3.141592653589793 rad pos: -5.573481,-0.5511309 parent: 2 - - uid: 20150 + - uid: 20695 components: - type: Transform pos: 21.537498,-2.4429417 parent: 2 - - uid: 20151 + - uid: 20696 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.450951,7.5088024 parent: 2 - - uid: 20152 + - uid: 20697 components: - type: Transform pos: -9.435904,15.6597595 parent: 2 -- proto: FoodBreadJellySlice - entities: - - uid: 20153 - components: - - type: Transform - pos: 11.4497,-30.264137 - parent: 2 - proto: FoodBreadMeatXenoSlice entities: - - uid: 20154 + - uid: 20698 components: - type: Transform - pos: 0.5,-48.5 - parent: 2 - - uid: 20155 - components: - - type: Transform - pos: 1.5,-47.5 + pos: -0.21567202,-23.340319 parent: 2 - proto: FoodBreadMimanaSlice entities: - - uid: 20156 + - uid: 20699 components: - type: Transform pos: 34.117794,-17.169199 parent: 2 +- proto: FoodBreadMoldySlice + entities: + - uid: 20700 + components: + - type: Transform + pos: -13.40728,-38.657536 + parent: 2 - proto: FoodBreadPlain entities: - - uid: 20157 + - uid: 20701 components: - type: MetaData desc: Тостер хлебирован за оверлут. @@ -134272,50 +137259,85 @@ entities: parent: 2 - proto: FoodBurgerGhost entities: - - uid: 20158 + - uid: 20702 components: - type: Transform pos: -36.487896,-1.4155221 parent: 2 - proto: FoodBurgerMime entities: - - uid: 20159 + - uid: 20703 components: - type: Transform pos: 51.434517,-54.369267 parent: 2 +- proto: FoodBurgerRobot + entities: + - uid: 20704 + components: + - type: Transform + pos: 6.596696,-59.2963 + parent: 2 + - uid: 20705 + components: + - type: Transform + pos: 5.377946,-49.370216 + parent: 2 - proto: FoodCakeClown entities: - - uid: 20160 + - uid: 20706 components: - type: Transform pos: 38.48872,-17.325846 parent: 2 -- proto: FoodCakeSlime - entities: - - uid: 20161 - components: - - type: Transform - pos: -6.417416,-43.473713 - parent: 2 - proto: FoodCakeSpaceman entities: - - uid: 20162 + - uid: 154 + mapInit: true + paused: true components: - type: Transform - pos: 14.453117,-26.362411 + pos: 10.472967,-36.064556 parent: 2 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canReact: True + maxVol: 0 + name: food + reagents: [] + containers: + - food + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + solution@food: !type:ContainerSlot + showEnts: False + occludes: True + ent: 155 + - type: EmitSoundOnCollide + nextSound: -6842.8878252 + - type: Forensics + residues: [] + dnas: [] + fibers: [] + fingerprints: [] - proto: FoodCakeSuppermatter entities: - - uid: 20163 + - uid: 20707 components: - type: MetaData desc: Чрезвычайно плотное и мощное топливо. name: настоящая суперматерия - type: Transform - pos: -9.5,-57.5 + pos: 0.48357713,-50.36612 parent: 2 - type: RadiationSource + slope: 1.5 intensity: 6 - type: LightningArcShooter missingComponents: @@ -134323,7 +137345,7 @@ entities: - Food - proto: FoodCartCold entities: - - uid: 19090 + - uid: 19589 components: - type: Transform rot: -1.5707963267948966 rad @@ -134335,83 +137357,83 @@ entities: showEnts: False occludes: True ents: - - 19102 - - 19103 - - 19099 - - 19097 - - 19098 - - 19108 - - 19096 - - 19095 - - 19101 - - 19100 - - 19104 - - 19106 - - 19094 - - 19091 - - 19092 - - 19093 - - 19105 - - 19107 + - 19601 + - 19602 + - 19598 + - 19596 + - 19597 + - 19607 + - 19595 + - 19594 + - 19600 + - 19599 + - 19603 + - 19605 + - 19593 + - 19590 + - 19591 + - 19592 + - 19604 + - 19606 - type: Storage storedItems: - 19102: + 19601: position: 0,0 _rotation: South - 19103: + 19602: position: 1,0 _rotation: South - 19099: + 19598: position: 2,0 _rotation: South - 19098: + 19597: position: 4,0 _rotation: South - 19097: + 19596: position: 3,0 _rotation: South - 19108: + 19607: position: 5,0 _rotation: South - 19096: + 19595: position: 6,0 _rotation: South - 19095: + 19594: position: 7,0 _rotation: South - 19101: + 19600: position: 0,2 _rotation: South - 19100: + 19599: position: 1,2 _rotation: South - 19104: + 19603: position: 2,2 _rotation: South - 19106: + 19605: position: 3,2 _rotation: South - 19094: + 19593: position: 4,2 _rotation: South - 19091: + 19590: position: 5,2 _rotation: South - 19092: + 19591: position: 6,2 _rotation: South - 19093: + 19592: position: 7,2 _rotation: South - 19105: + 19604: position: 0,4 _rotation: East - 19107: + 19606: position: 2,4 _rotation: East - proto: FoodCartHot entities: - - uid: 20164 + - uid: 20708 components: - type: Transform rot: -1.5707963267948966 rad @@ -134419,701 +137441,692 @@ entities: parent: 2 - proto: FoodCheeseSlice entities: - - uid: 20165 + - uid: 20709 components: - type: Transform pos: 28.81606,11.750308 parent: 2 - proto: FoodCondimentBottleColdsauce entities: - - uid: 19094 + - uid: 19593 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodCondimentBottleEnzyme entities: - - uid: 19112 + - uid: 19618 components: - type: Transform - parent: 19110 + parent: 19616 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 19131 + - uid: 19637 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - - uid: 20166 + - uid: 20710 components: - type: Transform pos: 54.245914,6.688217 parent: 2 - - uid: 20167 + - uid: 20711 components: - type: Transform pos: 28.62856,11.953433 parent: 2 - - uid: 20168 + - uid: 20712 components: - type: Transform pos: -55.325607,11.7430105 parent: 2 - proto: FoodCondimentPacketAstrotame entities: - - uid: 19132 + - uid: 19638 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketBbq entities: - - uid: 19133 + - uid: 19639 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - - uid: 19134 + - uid: 19640 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketCornoil entities: - - uid: 19135 + - uid: 19641 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - - uid: 19136 + - uid: 19642 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketHorseradish entities: - - uid: 19137 + - uid: 19643 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketKetchup entities: - - uid: 19138 + - uid: 19644 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketMustard entities: - - uid: 19139 + - uid: 19645 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketPepper entities: - - uid: 19140 + - uid: 19646 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketSalt entities: - - uid: 19141 + - uid: 19647 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketSoy entities: - - uid: 19142 + - uid: 19648 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCondimentPacketSugar entities: - - uid: 19143 + - uid: 19649 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodCornTrash entities: - - uid: 20169 + - uid: 20713 components: - type: Transform pos: 88.16056,-9.425339 parent: 2 - proto: FoodDonkpocket entities: - - uid: 20170 + - uid: 20714 components: - type: Transform pos: 62.35533,-64.4108 parent: 2 - proto: FoodDonkpocketDank entities: - - uid: 16156 + - uid: 16680 components: - type: Transform - parent: 16155 + parent: 16679 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16157 + - uid: 16681 components: - type: Transform - parent: 16155 + parent: 16679 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16158 + - uid: 16682 components: - type: Transform - parent: 16155 + parent: 16679 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16159 + - uid: 16683 components: - type: Transform - parent: 16155 + parent: 16679 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16160 + - uid: 16684 components: - type: Transform - parent: 16155 + parent: 16679 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20171 + - uid: 20715 components: - type: Transform pos: -76.80971,-9.070961 parent: 2 - - uid: 20172 + - uid: 20716 components: - type: Transform pos: 32.471024,10.833689 parent: 2 - - uid: 20173 + - uid: 20717 components: - type: Transform pos: -76.80971,-8.820961 parent: 2 - proto: FoodDonutCaramel entities: - - uid: 20174 + - uid: 20718 components: - type: Transform pos: -6.3937197,8.746237 parent: 2 - - uid: 20175 + - uid: 20719 components: - type: Transform pos: 70.61918,-36.66392 parent: 2 - proto: FoodDonutJellySlugcat entities: - - uid: 20176 + - uid: 20720 components: - type: Transform pos: -8.4720955,18.668385 parent: 2 -- proto: FoodDonutSpaceman - entities: - - uid: 20177 - components: - - type: Transform - pos: 12.600197,-36.311012 - parent: 2 - proto: FoodDoughPastryBase entities: - - uid: 20178 + - uid: 20721 components: - type: Transform - pos: -11.510474,-34.45794 + pos: -1.4518569,-46.344105 parent: 2 - proto: FoodFrozenCornuto entities: - - uid: 19095 + - uid: 19594 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenFreezy entities: - - uid: 19096 + - uid: 19595 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenPopsicleBerry entities: - - uid: 19097 + - uid: 19596 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenPopsicleJumbo entities: - - uid: 19098 + - uid: 19597 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenPopsicleOrange entities: - - uid: 19099 + - uid: 19598 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - - uid: 20180 + - uid: 20723 components: - type: Transform - parent: 20179 + parent: 20722 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodFrozenSandwich entities: - - uid: 19100 + - uid: 19599 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSandwichStrawberry entities: - - uid: 19101 + - uid: 19600 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowcone entities: - - uid: 19102 + - uid: 19601 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowconeBase entities: - - uid: 19103 + - uid: 19602 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - - uid: 20182 + - uid: 20725 components: - type: Transform pos: 32.684616,29.5224 parent: 2 - proto: FoodFrozenSnowconeBerry entities: - - uid: 19104 + - uid: 19603 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowconeClown entities: - - uid: 19105 + - uid: 19604 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowconeFruit entities: - - uid: 19106 + - uid: 19605 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowconeMime entities: - - uid: 19107 + - uid: 19606 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - proto: FoodFrozenSnowconeRainbow entities: - - uid: 15763 + - uid: 16278 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15764 + - uid: 16279 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15765 + - uid: 16280 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodFrozenSundae entities: - - uid: 19108 + - uid: 19607 components: - type: Transform - parent: 19090 + parent: 19589 - type: Physics canCollide: False - - uid: 20181 + - uid: 20724 components: - type: Transform - parent: 20179 + parent: 20722 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodGoldenApple entities: - - uid: 20183 + - uid: 20726 components: - type: Transform - pos: 17.112736,-36.284092 + pos: -7.1862903,-44.52311 + parent: 2 +- proto: FoodHivelordRemainsInert + entities: + - uid: 20727 + components: + - type: Transform + pos: 15.069674,-35.38215 parent: 2 - proto: FoodMealFriesCarrot entities: - - uid: 19072 + - uid: 19571 components: - type: Transform - parent: 19069 + parent: 19568 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodMeat entities: - - uid: 19113 + - uid: 19619 components: - type: Transform - parent: 19110 + parent: 19616 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 19114 + - uid: 19620 components: - type: Transform - parent: 19110 + parent: 19616 - type: Physics canCollide: False - type: InsideEntityStorage +- proto: FoodMeatAnomaly + entities: + - uid: 20728 + components: + - type: Transform + pos: -8.431614,-29.379177 + parent: 2 - proto: FoodMeatCrabCooked entities: - - uid: 20184 + - uid: 20729 components: - type: MetaData desc: Больше похоже на какаху. - type: Transform - pos: 5.4290776,-42.57161 + pos: -14.527206,-52.54324 parent: 2 -- proto: FoodMeatSnake + - type: Temperature + currentTemperature: 284.83273 + - type: InternalTemperature + temperature: 268.4214 +- proto: FoodMeatDragon entities: - - uid: 20186 + - uid: 20730 components: - type: Transform - parent: 20185 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatSpider - entities: - - uid: 20189 - components: - - type: Transform - pos: -11.380496,-34.34405 + pos: -15.544979,-45.586937 parent: 2 -- proto: FoodMeatSpiderLeg +- proto: FoodMeatSlime entities: - - uid: 20187 + - uid: 20731 components: - type: Transform - parent: 20185 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: -11.355572,-32.705376 + parent: 2 + - uid: 20732 + components: + - type: Transform + pos: -11.558697,-29.267876 + parent: 2 + - uid: 20733 + components: + - type: Transform + pos: -11.355572,-29.62725 + parent: 2 + - uid: 20734 + components: + - type: Transform + pos: -11.199322,-32.705376 + parent: 2 +- proto: FoodMeatWheat + entities: + - uid: 20735 + components: + - type: Transform + pos: -5.479347,-49.394634 + parent: 2 + - uid: 20736 + components: + - type: Transform + pos: -14.090175,-35.572815 + parent: 2 - proto: FoodMeatXeno entities: - - uid: 20190 - components: - - type: Transform - pos: 14.5,-50.5 - parent: 2 - - uid: 20191 - components: - - type: Transform - pos: 2.5,-51.5 - parent: 2 - - uid: 20192 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 - - uid: 20193 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 2 - - uid: 20194 - components: - - type: Transform - pos: -9.5,-28.5 - parent: 2 - - uid: 20195 - components: - - type: Transform - pos: -11.74744,-36.2503 - parent: 2 - - uid: 20196 + - uid: 20737 components: - type: Transform pos: -47.631653,-74.324524 parent: 2 - - uid: 20197 + - uid: 20738 components: - type: Transform pos: -47.741028,-73.668274 parent: 2 - - uid: 20198 + - uid: 20739 components: - type: Transform pos: -54.373566,-74.21454 parent: 2 - - uid: 20199 + - uid: 20740 components: - type: Transform pos: -48.334778,-74.324524 parent: 2 - - uid: 20200 + - uid: 20741 components: - type: Transform - pos: -11.862775,-35.642693 - parent: 2 - - uid: 20201 - components: - - type: Transform - pos: -10.670309,-36.153328 + pos: 1.5459993,-22.882835 parent: 2 - proto: FoodMeatXenoCutlet entities: - - uid: 20202 + - uid: 20742 components: - type: Transform - pos: 15.5,-49.5 + pos: -8.3183155,-34.48432 parent: 2 - - uid: 20203 + - uid: 20743 components: - type: Transform - pos: -8.5,-30.5 + pos: -8.4589405,-34.374947 parent: 2 - - uid: 20204 + - uid: 20744 components: - type: Transform - pos: -8.5,-26.5 + pos: -8.080542,-34.231632 parent: 2 - proto: FoodMeatXenoCutletCooked entities: - - uid: 20205 + - uid: 20745 components: - type: Transform - pos: -1.5330908,-39.61705 + pos: 15.616314,-35.384422 + parent: 2 + - uid: 20746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.49692202,-21.527819 parent: 2 - proto: FoodMimana entities: - - uid: 15558 + - uid: 16076 components: - type: Transform - parent: 15554 + parent: 16072 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodNoodlesSpesslaw entities: - - uid: 20206 + - uid: 20747 components: - type: Transform pos: -19.500786,6.5491867 parent: 2 - proto: FoodPieBananaCream entities: - - uid: 20208 + - uid: 20749 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20209 + - uid: 20750 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20210 + - uid: 20751 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20211 + - uid: 20752 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20212 + - uid: 20753 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20213 + - uid: 20754 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20214 + - uid: 20755 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20215 + - uid: 20756 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20217 + - uid: 20758 components: - type: Transform pos: -50.315296,-112.50843 parent: 2 - - uid: 20218 + - uid: 20759 components: - type: Transform pos: -50.11217,-112.35218 parent: 2 - - uid: 20219 + - uid: 20760 components: - type: Transform pos: -50.315296,-112.22718 parent: 2 - - uid: 20220 + - uid: 20761 components: - type: Transform pos: -50.54967,-112.41468 parent: 2 - proto: FoodPieCherry entities: - - uid: 19073 + - uid: 19572 components: - type: MetaData desc: Пусть едят пирожные. - type: Transform - parent: 19069 + parent: 19568 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: FoodPieXenoSlice - entities: - - uid: 20221 - components: - - type: Transform - pos: -2.5,-49.5 - parent: 2 - proto: FoodPizzaDonkpocketSlice entities: - - uid: 20222 + - uid: 20762 components: - type: Transform pos: -37.82073,-5.3962727 parent: 2 - proto: FoodPlate entities: - - uid: 20223 + - uid: 20763 components: - type: Transform pos: 32.52904,4.7490935 parent: 2 - - uid: 20224 + - uid: 20764 components: - type: Transform pos: -19.49841,6.615534 parent: 2 - proto: FoodPlateSmall entities: - - uid: 19144 + - uid: 19650 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - - uid: 19145 + - uid: 19651 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: FoodPlateSmallPlastic entities: - - uid: 20225 + - uid: 20765 components: - type: Transform pos: 85.4859,-9.3747635 parent: 2 - proto: FoodPlateTrash entities: - - uid: 20226 + - uid: 20766 components: - type: Transform rot: -1.5707963267948966 rad @@ -135121,14 +138134,14 @@ entities: parent: 2 - proto: FoodSaladAesir entities: - - uid: 20227 + - uid: 20767 components: - type: Transform pos: 38.54234,-44.43526 parent: 2 - proto: FoodSaladCaesar entities: - - uid: 20228 + - uid: 20768 components: - type: MetaData desc: Как салат может управлять империей? @@ -135137,7 +138150,7 @@ entities: parent: 2 - proto: FoodSnackChips entities: - - uid: 20229 + - uid: 20769 components: - type: MetaData desc: Первый император партии. @@ -135147,92 +138160,83 @@ entities: parent: 2 - proto: FoodSnackChocolateBar entities: - - uid: 20230 + - uid: 20770 components: - type: Transform pos: -6.439806,-84.170586 parent: 2 - - uid: 20231 + - uid: 20771 components: - type: Transform pos: -17.36111,-1.3529868 parent: 2 - proto: FoodSnackCookieFortune entities: - - uid: 20232 + - uid: 20772 components: - type: Transform - pos: 18.408545,-51.490307 - parent: 2 -- proto: FoodSnackEnergyBar - entities: - - uid: 20233 - components: - - type: Transform - pos: 1.4786122,-25.89919 + pos: 12.655805,-19.49781 parent: 2 - proto: FoodSnackSyndi entities: - - uid: 20234 + - uid: 20773 components: - type: Transform pos: 49.877975,-99.745964 parent: 2 - - uid: 20235 + - uid: 20774 components: - type: Transform pos: 23.027298,-69.37171 parent: 2 - - uid: 20236 + - uid: 20775 components: - type: Transform pos: -30.504393,-1.2859936 parent: 2 - proto: FoodSoupClown entities: - - uid: 15414 + - uid: 15932 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: FoodSpacemansTrumpet - entities: - - uid: 20237 - components: - - type: Transform - pos: 0.6529422,-47.60851 - parent: 2 - proto: FoodTartMime entities: - - uid: 15559 + - uid: 16077 components: - type: Transform - parent: 15554 + parent: 16072 - type: Physics canCollide: False - type: InsideEntityStorage - proto: FoodTinBeans entities: - - uid: 20238 + - uid: 20776 components: - type: Transform pos: -19.624096,19.738306 parent: 2 - - uid: 20239 + - uid: 20777 components: - type: Transform pos: -19.342846,19.691431 parent: 2 - - uid: 20240 + - uid: 20778 components: - type: Transform pos: -19.467846,19.832056 parent: 2 - proto: FoodTinBeansTrash entities: - - uid: 20241 + - uid: 20779 + components: + - type: Transform + pos: -7.2406054,-42.483704 + parent: 2 + - uid: 20780 components: - type: Transform rot: -1.5707963267948966 rad @@ -135240,43 +138244,50 @@ entities: parent: 2 - proto: FoodTinMRE entities: - - uid: 20242 + - uid: 20781 components: - type: Transform pos: -17.587526,17.545277 parent: 2 - - uid: 20243 + - uid: 20782 components: - type: Transform pos: -17.368776,17.576527 parent: 2 - - uid: 20244 + - uid: 20783 components: - type: Transform pos: -17.431276,17.639027 parent: 2 - proto: FoodTinMRETrash entities: - - uid: 20245 + - uid: 20784 components: - type: Transform pos: -17.228151,17.943596 parent: 2 +- proto: FoodTinPeaches + entities: + - uid: 20785 + components: + - type: Transform + pos: -13.834355,-38.21808 + parent: 2 - proto: FoodTinPeachesTrash entities: - - uid: 20246 + - uid: 20786 components: - type: Transform pos: -16.554482,19.21821 parent: 2 - - uid: 20247 + - uid: 20787 components: - type: Transform pos: 88.84806,-10.440964 parent: 2 - proto: FuelDispenser entities: - - uid: 20248 + - uid: 20788 components: - type: Transform rot: -1.5707963267948966 rad @@ -135293,75 +138304,65 @@ entities: - type: InsideEntityStorage - proto: GasAnalyzer entities: - - uid: 20249 + - uid: 20789 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.483376,-19.439384 parent: 2 - - uid: 20250 + - uid: 20790 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.65291,-54.3892 parent: 2 - - uid: 20251 + - uid: 20791 components: - type: Transform pos: -76.5,-27.5 parent: 2 - - uid: 20252 + - uid: 20792 components: - type: Transform pos: 95.45756,-84.44403 parent: 2 - proto: GasCanisterBrokenBase entities: - - uid: 20253 + - uid: 20793 components: - type: Transform rot: 3.141592653589793 rad pos: -22.412828,-96.46086 parent: 2 - - uid: 20254 - components: - - type: Transform - pos: 11.5,-41.5 - parent: 2 - - uid: 20255 - components: - - type: Transform - pos: 10.5,-40.5 - parent: 2 - - uid: 20256 - components: - - type: Transform - pos: 10.5,-41.5 - parent: 2 - - uid: 20257 + - uid: 20794 components: - type: Transform pos: -68.5,-20.5 parent: 2 - - uid: 20258 + - uid: 20795 components: - type: Transform pos: -67.5,9.5 parent: 2 - - uid: 20259 + - uid: 20796 components: - type: Transform pos: -46.5,-69.5 parent: 2 + - uid: 20797 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 - proto: GasFilterFlipped entities: - - uid: 20260 + - uid: 20798 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-21.5 parent: 2 - - uid: 20261 + - uid: 20799 components: - type: Transform rot: 1.5707963267948966 rad @@ -135369,9 +138370,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FFAA00FF' +- proto: GasMinerAmmonia + entities: + - uid: 20800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-53.5 + parent: 2 - proto: GasMinerCarbonDioxide entities: - - uid: 20262 + - uid: 20801 components: - type: Transform rot: 3.141592653589793 rad @@ -135379,7 +138388,7 @@ entities: parent: 2 - proto: GasMinerNitrogenStationLarge entities: - - uid: 20263 + - uid: 20802 components: - type: Transform rot: 1.5707963267948966 rad @@ -135389,7 +138398,7 @@ entities: spawnAmount: 800 - proto: GasMinerOxygenStationLarge entities: - - uid: 20264 + - uid: 20803 components: - type: Transform pos: 31.5,-98.5 @@ -135398,7 +138407,7 @@ entities: spawnAmount: 800 - proto: GasMinerPlasma entities: - - uid: 20265 + - uid: 20804 components: - type: Transform pos: 31.5,-92.5 @@ -135407,7 +138416,7 @@ entities: spawnAmount: 50 - proto: GasMinerWaterVapor entities: - - uid: 20266 + - uid: 20805 components: - type: Transform rot: 3.141592653589793 rad @@ -135415,7 +138424,7 @@ entities: parent: 2 - proto: GasMixer entities: - - uid: 20267 + - uid: 20806 components: - type: Transform rot: -1.5707963267948966 rad @@ -135423,20 +138432,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00FF00FF' - - uid: 20268 + - uid: 20807 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-89.5 parent: 2 - - uid: 20269 + - uid: 20808 components: - type: Transform pos: 36.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 20270 + - uid: 20809 components: - type: Transform rot: -1.5707963267948966 rad @@ -135447,7 +138456,7 @@ entities: inletOneConcentration: 0.79 - proto: GasMixerFlipped entities: - - uid: 20271 + - uid: 20810 components: - type: Transform rot: -1.5707963267948966 rad @@ -135460,7 +138469,7 @@ entities: color: '#0000FFFF' - proto: GasOutletInjector entities: - - uid: 20272 + - uid: 20811 components: - type: Transform rot: 3.141592653589793 rad @@ -135468,20 +138477,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20273 + - uid: 20812 components: - type: Transform pos: -72.5,-77.5 parent: 2 - proto: GasPassiveGate entities: - - uid: 20274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-54.5 - parent: 2 - - uid: 20276 + - uid: 20813 components: - type: Transform rot: -1.5707963267948966 rad @@ -135491,25 +138494,25 @@ entities: color: '#FF0000FF' - proto: GasPassiveVent entities: - - uid: 20277 + - uid: 20814 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-98.5 parent: 2 - - uid: 20278 + - uid: 20815 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-108.5 parent: 2 - - uid: 20279 + - uid: 20816 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-77.5 parent: 2 - - uid: 20280 + - uid: 20817 components: - type: Transform rot: 3.141592653589793 rad @@ -135517,37 +138520,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 20281 + - uid: 20818 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-101.5 parent: 2 - - uid: 20282 + - uid: 20819 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-56.5 parent: 2 - - uid: 20283 + - uid: 20820 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-92.5 parent: 2 - - uid: 20284 + - uid: 20821 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-89.5 parent: 2 - - uid: 20285 + - uid: 20822 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-86.5 parent: 2 - - uid: 20286 + - uid: 20823 components: - type: Transform rot: 1.5707963267948966 rad @@ -135555,19 +138558,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20287 + - uid: 20824 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-58.5 parent: 2 - - uid: 20288 + - uid: 20825 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-108.5 parent: 2 - - uid: 20289 + - uid: 20826 components: - type: Transform rot: -1.5707963267948966 rad @@ -135575,31 +138578,31 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20290 + - uid: 20827 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-95.5 parent: 2 - - uid: 20291 + - uid: 20828 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-77.5 parent: 2 - - uid: 20292 + - uid: 20829 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-73.5 parent: 2 - - uid: 20293 + - uid: 20830 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-15.5 parent: 2 - - uid: 20294 + - uid: 20831 components: - type: Transform rot: -1.5707963267948966 rad @@ -135607,21 +138610,23 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-57.5 - parent: 2 - - uid: 20296 + - uid: 20832 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,5.5 parent: 2 + - uid: 20833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' - proto: GasPipeBend entities: - - uid: 20297 + - uid: 20834 components: - type: Transform rot: 1.5707963267948966 rad @@ -135629,7 +138634,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20298 + - uid: 20835 components: - type: Transform rot: 3.141592653589793 rad @@ -135637,12 +138642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20299 - components: - - type: Transform - pos: -8.5,-53.5 - parent: 2 - - uid: 20300 + - uid: 20836 components: - type: Transform rot: -1.5707963267948966 rad @@ -135650,21 +138650,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20301 + - uid: 20837 components: - type: Transform pos: 42.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20302 + - uid: 20838 components: - type: Transform pos: 43.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20303 + - uid: 20839 components: - type: Transform rot: 3.141592653589793 rad @@ -135672,7 +138672,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20304 + - uid: 20840 components: - type: Transform rot: -1.5707963267948966 rad @@ -135680,14 +138680,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20305 + - uid: 20841 components: - type: Transform pos: 63.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20306 + - uid: 20842 components: - type: Transform rot: -1.5707963267948966 rad @@ -135695,21 +138695,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20307 + - uid: 20843 components: - type: Transform pos: 62.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20308 + - uid: 20844 components: - type: Transform pos: 48.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20309 + - uid: 20845 components: - type: Transform rot: 1.5707963267948966 rad @@ -135717,7 +138717,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20310 + - uid: 20846 components: - type: Transform rot: -1.5707963267948966 rad @@ -135725,7 +138725,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20311 + - uid: 20847 components: - type: Transform rot: 3.141592653589793 rad @@ -135733,7 +138733,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20312 + - uid: 20848 components: - type: Transform rot: 3.141592653589793 rad @@ -135741,21 +138741,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20313 + - uid: 20849 components: - type: Transform pos: -43.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20314 + - uid: 20850 components: - type: Transform pos: 33.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20315 + - uid: 20851 components: - type: Transform rot: -1.5707963267948966 rad @@ -135763,7 +138763,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 20316 + - uid: 20852 components: - type: Transform rot: 1.5707963267948966 rad @@ -135771,7 +138771,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20317 + - uid: 20853 components: - type: Transform rot: -1.5707963267948966 rad @@ -135779,7 +138779,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 20318 + - uid: 20854 components: - type: Transform rot: 3.141592653589793 rad @@ -135787,7 +138787,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 20319 + - uid: 20855 components: - type: Transform rot: 1.5707963267948966 rad @@ -135795,4093 +138795,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 20320 - components: - - type: Transform - pos: 31.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20322 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-80.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20324 - components: - - type: Transform - pos: 62.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#00FF00FF' - - uid: 20326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20327 - components: - - type: Transform - pos: 35.5,-46.5 - parent: 2 - - uid: 20328 - components: - - type: Transform - pos: 39.5,-49.5 - parent: 2 - - uid: 20329 - components: - - type: Transform - pos: 35.5,-48.5 - parent: 2 - - uid: 20330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-20.5 - parent: 2 - - uid: 20331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-21.5 - parent: 2 - - uid: 20332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-103.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 20334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 20335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 20336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-83.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-77.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-77.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20343 - components: - - type: Transform - pos: 53.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20344 - components: - - type: Transform - pos: 56.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20346 - components: - - type: Transform - pos: 50.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20355 - components: - - type: Transform - pos: 102.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20356 - components: - - type: Transform - pos: 30.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20358 - components: - - type: Transform - pos: 29.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20360 - components: - - type: Transform - pos: 28.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20362 - components: - - type: Transform - pos: 28.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20364 - components: - - type: Transform - pos: 27.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20367 - components: - - type: Transform - pos: 25.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20369 - components: - - type: Transform - pos: 24.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20371 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20373 - components: - - type: Transform - pos: 22.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20375 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20377 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20379 - components: - - type: Transform - pos: 24.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20381 - components: - - type: Transform - pos: 22.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20383 - components: - - type: Transform - pos: 20.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20385 - components: - - type: Transform - pos: 18.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20388 - components: - - type: Transform - pos: 13.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20389 - components: - - type: Transform - pos: 11.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20391 - components: - - type: Transform - pos: 4.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20394 - components: - - type: Transform - pos: 8.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20395 - components: - - type: Transform - pos: 9.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-76.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-76.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20413 - components: - - type: Transform - pos: -11.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20414 - components: - - type: Transform - pos: -9.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20418 - components: - - type: Transform - pos: -20.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20419 - components: - - type: Transform - pos: -25.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-93.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-74.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20423 - components: - - type: Transform - pos: -29.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20424 - components: - - type: Transform - pos: -27.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20439 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20440 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20455 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20456 - components: - - type: Transform - pos: -25.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20460 - components: - - type: Transform - pos: -30.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20462 - components: - - type: Transform - pos: -40.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20463 - components: - - type: Transform - pos: -39.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20464 - components: - - type: Transform - pos: -38.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20465 - components: - - type: Transform - pos: -35.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20466 - components: - - type: Transform - pos: -37.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20467 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20469 - components: - - type: Transform - pos: -42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20470 - components: - - type: Transform - pos: -47.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20471 - components: - - type: Transform - pos: -46.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20476 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20477 - components: - - type: Transform - pos: -35.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20478 - components: - - type: Transform - pos: -74.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20480 - components: - - type: Transform - pos: -67.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20485 - components: - - type: Transform - pos: 40.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20487 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20488 - components: - - type: Transform - pos: -41.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-88.5 - parent: 2 - - uid: 20495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-89.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20501 - components: - - type: Transform - pos: -7.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20504 - components: - - type: Transform - pos: -6.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-95.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-103.5 - parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 20509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-103.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 20511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-94.5 - parent: 2 - - uid: 20512 - components: - - type: Transform - pos: -54.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20516 - components: - - type: Transform - pos: -76.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-78.5 - parent: 2 - - uid: 20519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-73.5 - parent: 2 - - uid: 20521 - components: - - type: Transform - pos: -71.5,-26.5 - parent: 2 - - uid: 20522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-25.5 - parent: 2 - - uid: 20523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20524 - components: - - type: Transform - pos: -59.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20526 - components: - - type: Transform - pos: -68.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20527 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20528 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20536 - components: - - type: Transform - pos: -77.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20541 - components: - - type: Transform - pos: -56.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20544 - components: - - type: Transform - pos: -49.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20545 - components: - - type: Transform - pos: -71.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,-83.5 - parent: 2 - - uid: 20547 - components: - - type: Transform - pos: 100.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20548 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20550 - components: - - type: Transform - pos: 100.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20551 - components: - - type: Transform - pos: 101.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20555 - components: - - type: Transform - pos: 37.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20556 - components: - - type: Transform - pos: 39.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFAA00FF' - - uid: 20561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20562 - components: - - type: Transform - pos: 45.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20563 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20565 - components: - - type: Transform - pos: 102.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20566 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20567 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20570 - components: - - type: Transform - pos: 49.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20572 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20575 - components: - - type: Transform - pos: 58.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20584 - components: - - type: Transform - pos: 84.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20586 - components: - - type: Transform - pos: 52.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20587 - components: - - type: Transform - pos: 51.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20591 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20594 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20596 - components: - - type: Transform - pos: -0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20605 - components: - - type: Transform - pos: 127.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20608 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20609 - components: - - type: Transform - pos: -7.5,-54.5 - parent: 2 - - uid: 20610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-58.5 - parent: 2 - - uid: 20611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-58.5 - parent: 2 - - uid: 20612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20620 - components: - - type: Transform - pos: 14.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20622 - components: - - type: Transform - pos: 16.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20631 - components: - - type: Transform - pos: -21.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20632 - components: - - type: Transform - pos: -11.5,-52.5 - parent: 2 - - uid: 20633 - components: - - type: Transform - pos: 16.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-100.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20641 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-95.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20646 - components: - - type: Transform - pos: 33.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,6.5 - parent: 2 - - uid: 20657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,4.5 - parent: 2 - - uid: 20658 - components: - - type: Transform - pos: 84.5,6.5 - parent: 2 - - uid: 20659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,4.5 - parent: 2 - - uid: 20660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20663 - components: - - type: Transform - pos: 9.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-103.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-104.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-106.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20670 - components: - - type: Transform - pos: 37.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20671 - components: - - type: Transform - pos: 34.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20672 - components: - - type: Transform - pos: 37.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-72.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-76.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20677 - components: - - type: Transform - pos: 14.5,-100.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-101.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20679 - components: - - type: Transform - pos: 8.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20683 - components: - - type: Transform - pos: 84.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20684 - components: - - type: Transform - pos: 109.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-98.5 - parent: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 20687 - components: - - type: Transform - pos: 51.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasPipeBroken - entities: - - uid: 20688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,4.5 - parent: 2 - - uid: 20689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,2.5 - parent: 2 - - uid: 20690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,2.5 - parent: 2 -- proto: GasPipeFourway - entities: - - uid: 20691 - components: - - type: Transform - pos: -30.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20692 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20693 - components: - - type: Transform - pos: 62.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20694 - components: - - type: Transform - pos: 56.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20695 - components: - - type: Transform - pos: 51.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20696 - components: - - type: Transform - pos: 42.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20697 - components: - - type: Transform - pos: 52.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20698 - components: - - type: Transform - pos: 51.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20699 - components: - - type: Transform - pos: 43.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20700 - components: - - type: Transform - pos: 45.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20701 - components: - - type: Transform - pos: 56.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20702 - components: - - type: Transform - pos: 51.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20703 - components: - - type: Transform - pos: 26.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20704 - components: - - type: Transform - pos: 64.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20705 - components: - - type: Transform - pos: -37.5,-20.5 - parent: 2 - - uid: 20706 - components: - - type: Transform - pos: 50.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20707 - components: - - type: Transform - pos: 43.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20708 - components: - - type: Transform - pos: 45.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20709 - components: - - type: Transform - pos: -0.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20710 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20711 - components: - - type: Transform - pos: -0.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20712 - components: - - type: Transform - pos: 30.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20713 - components: - - type: Transform - pos: -42.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20714 - components: - - type: Transform - pos: -40.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20715 - components: - - type: Transform - pos: -49.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20716 - components: - - type: Transform - pos: 46.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20717 - components: - - type: Transform - pos: 31.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20718 - components: - - type: Transform - pos: 98.5,-83.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20719 - components: - - type: Transform - pos: 97.5,-78.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20720 - components: - - type: Transform - pos: 97.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20721 - components: - - type: Transform - pos: 99.5,-67.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20722 - components: - - type: Transform - pos: 42.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20723 - components: - - type: Transform - pos: 43.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20724 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20725 - components: - - type: Transform - pos: -65.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20726 - components: - - type: Transform - pos: 30.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20727 - components: - - type: Transform - pos: 74.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20728 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20729 - components: - - type: Transform - pos: 57.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20730 - components: - - type: Transform - pos: -32.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20731 - components: - - type: Transform - pos: 36.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeHalf - entities: - - uid: 20732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,2.5 - parent: 2 -- proto: GasPipeSensorDistribution - entities: - - uid: 20733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-103.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 316 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasPipeSensorMixedAir - entities: - - uid: 20734 - components: - - type: Transform - pos: 36.5,-105.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 316 - - type: AtmosPipeColor - color: '#17E8E2FF' -- proto: GasPipeSensorTEGCold - entities: - - uid: 20735 - components: - - type: Transform - pos: 55.5,-94.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 316 - - type: AtmosPipeColor - color: '#FEF101FF' -- proto: GasPipeSensorWaste - entities: - - uid: 20736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-85.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 316 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeStraight - entities: - - uid: 20275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-103.5 - parent: 2 - - uid: 20513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-89.5 - parent: 2 - - uid: 20514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-89.5 - parent: 2 - - uid: 20737 - components: - - type: Transform - pos: 51.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20738 - components: - - type: Transform - pos: 51.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20744 - components: - - type: Transform - pos: 104.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20745 - components: - - type: Transform - pos: -8.5,-78.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20746 - components: - - type: Transform - pos: -8.5,-75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-47.5 - parent: 2 - - uid: 20755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20756 - components: - - type: Transform - pos: -7.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20757 - components: - - type: Transform - pos: -7.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20758 - components: - - type: Transform - pos: -9.5,-56.5 - parent: 2 - - uid: 20759 - components: - - type: Transform - pos: -9.5,-55.5 - parent: 2 - - uid: 20760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20762 - components: - - type: Transform - pos: -9.5,-54.5 - parent: 2 - - uid: 20763 - components: - - type: Transform - pos: -7.5,-55.5 - parent: 2 - - uid: 20764 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 20765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-56.5 - parent: 2 - - uid: 20766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-55.5 - parent: 2 - - uid: 20767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20772 - components: - - type: Transform - pos: 45.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20774 - components: - - type: Transform - pos: 42.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20776 - components: - - type: Transform - pos: 44.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20778 - components: - - type: Transform - pos: 63.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20780 - components: - - type: Transform - pos: 42.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20811 - components: - - type: Transform - pos: 44.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20816 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20817 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20818 - components: - - type: Transform - pos: 44.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20820 - components: - - type: Transform - pos: 63.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20826 - components: - - type: Transform - pos: 45.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20830 - components: - - type: Transform - pos: 45.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20835 - components: - - type: Transform - pos: 45.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20848 - components: - - type: Transform - pos: 57.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20850 - components: - - type: Transform - pos: 45.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20853 - components: - - type: Transform - pos: 51.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20854 - components: - - type: Transform - pos: 45.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 20856 components: - type: Transform - pos: 45.5,-16.5 + pos: 31.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -139889,163 +138806,152 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,5.5 + pos: 23.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,7.5 + pos: -48.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20859 components: - type: Transform - pos: 63.5,-18.5 + rot: 3.141592653589793 rad + pos: -35.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-9.5 + pos: 62.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20861 components: - type: Transform - pos: 43.5,9.5 + rot: 1.5707963267948966 rad + pos: -47.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#00FF00FF' - uid: 20862 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,14.5 + pos: 28.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,14.5 + pos: 35.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 20864 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-13.5 + pos: 39.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 20865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-15.5 + pos: 35.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 20866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,5.5 + rot: 3.141592653589793 rad + pos: -38.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 20867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,11.5 + rot: -1.5707963267948966 rad + pos: -35.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 20868 components: - type: Transform - pos: 63.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-24.5 + rot: -1.5707963267948966 rad + pos: 46.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 20869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 20870 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-18.5 + pos: 41.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#947507FF' - uid: 20871 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,-19.5 + pos: 55.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#FEF101FF' - uid: 20872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,15.5 + rot: 3.141592653589793 rad + pos: 65.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,14.5 + rot: -1.5707963267948966 rad + pos: 55.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20874 components: - type: Transform - pos: 42.5,-4.5 + rot: 1.5707963267948966 rad + pos: 45.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-18.5 + rot: -1.5707963267948966 rad + pos: 48.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-11.5 + rot: -1.5707963267948966 rad + pos: 50.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,13.5 + rot: 1.5707963267948966 rad + pos: 46.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -140053,59 +138959,60 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,15.5 + pos: 43.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,4.5 + pos: 53.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-23.5 + pos: 56.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20881 components: - type: Transform - pos: 52.5,-20.5 + rot: 1.5707963267948966 rad + pos: 51.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20882 components: - type: Transform - pos: 51.5,-17.5 + pos: 50.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,15.5 + rot: -1.5707963267948966 rad + pos: 62.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20884 components: - type: Transform - pos: 45.5,-15.5 + rot: 3.141592653589793 rad + pos: 43.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20885 components: - type: Transform - pos: 57.5,8.5 + rot: 1.5707963267948966 rad + pos: 73.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140113,7 +139020,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-2.5 + pos: 78.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -140121,22 +139028,23 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-14.5 + pos: 81.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20888 components: - type: Transform - pos: 45.5,-21.5 + rot: 3.141592653589793 rad + pos: 83.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20889 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,12.5 + rot: 1.5707963267948966 rad + pos: 83.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -140144,152 +139052,149 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-36.5 + pos: 81.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-16.5 + pos: 102.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,14.5 + pos: 30.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20893 components: - type: Transform - pos: 57.5,13.5 + rot: 3.141592653589793 rad + pos: 29.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20894 components: - type: Transform - pos: 42.5,-9.5 + pos: 29.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20895 components: - type: Transform - pos: 56.5,5.5 + rot: 3.141592653589793 rad + pos: 28.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20896 components: - type: Transform - pos: 57.5,4.5 + pos: 28.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-18.5 + rot: 3.141592653589793 rad + pos: 27.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-19.5 + pos: 28.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-19.5 + rot: 3.141592653589793 rad + pos: 27.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20900 components: - type: Transform - pos: 56.5,-19.5 + pos: 27.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20901 components: - type: Transform - pos: 48.5,-24.5 + rot: 3.141592653589793 rad + pos: 26.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20902 components: - type: Transform - pos: 56.5,10.5 + rot: 3.141592653589793 rad + pos: 25.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,8.5 + pos: 25.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-18.5 + rot: 3.141592653589793 rad + pos: 24.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,3.5 + pos: 24.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,6.5 + rot: 3.141592653589793 rad + pos: 23.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-13.5 + pos: 23.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20908 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-25.5 + pos: 22.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-15.5 + pos: 22.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140297,169 +139202,172 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-8.5 + pos: 20.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,0.5 + pos: 20.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20912 components: - type: Transform - pos: 56.5,-20.5 + rot: 3.141592653589793 rad + pos: 18.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20913 components: - type: Transform - pos: 56.5,-21.5 + pos: 18.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,5.5 + rot: 3.141592653589793 rad + pos: 24.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20915 components: - type: Transform - pos: -47.5,-22.5 + pos: 24.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,0.5 + rot: 3.141592653589793 rad + pos: 22.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20917 components: - type: Transform - pos: 44.5,5.5 + pos: 22.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20918 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-6.5 + pos: 20.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20919 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 + pos: 20.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-2.5 + rot: 3.141592653589793 rad + pos: 18.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-39.5 + pos: 18.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20922 components: - type: Transform - pos: 26.5,5.5 + rot: 3.141592653589793 rad + pos: 11.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-2.5 + rot: 3.141592653589793 rad + pos: 13.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20924 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-98.5 + pos: 13.5,4.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 20925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-98.5 + pos: 11.5,3.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 20926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-101.5 + rot: -1.5707963267948966 rad + pos: 4.5,9.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 20927 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-15.5 + pos: 4.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-10.5 + rot: -1.5707963267948966 rad + pos: -5.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-11.5 + rot: 1.5707963267948966 rad + pos: -6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20930 components: - type: Transform - pos: 27.5,7.5 + pos: 8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20931 components: - type: Transform - pos: 27.5,8.5 + pos: 9.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20932 components: - type: Transform - pos: 27.5,9.5 + rot: 3.141592653589793 rad + pos: 9.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140467,14 +139375,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,1.5 + pos: 31.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20934 components: - type: Transform - pos: 27.5,11.5 + rot: -1.5707963267948966 rad + pos: 33.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140482,7 +139391,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,12.5 + pos: 30.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140490,110 +139399,117 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,12.5 + pos: 28.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20937 components: - type: Transform - pos: 31.5,4.5 + rot: -1.5707963267948966 rad + pos: 30.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20938 components: - type: Transform - pos: 31.5,5.5 + rot: 1.5707963267948966 rad + pos: 29.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20939 components: - type: Transform - pos: 31.5,6.5 + rot: -1.5707963267948966 rad + pos: 29.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20940 components: - type: Transform - pos: 31.5,-0.5 + rot: 1.5707963267948966 rad + pos: 21.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20941 components: - type: Transform - pos: 26.5,-0.5 + rot: -1.5707963267948966 rad + pos: 23.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20942 components: - type: Transform - pos: 31.5,0.5 + rot: -1.5707963267948966 rad + pos: 27.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-1.5 + rot: 1.5707963267948966 rad + pos: 10.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20944 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-4.5 + pos: 12.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 20945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 20946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 20947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-4.5 + rot: 3.141592653589793 rad + pos: -11.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20948 components: - type: Transform - pos: -62.5,-65.5 + rot: 3.141592653589793 rad + pos: -9.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20949 components: - type: Transform - pos: -62.5,-66.5 + pos: -11.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20950 components: - type: Transform - pos: -62.5,-67.5 + pos: -9.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -140601,110 +139517,123 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-76.5 - parent: 2 - - uid: 20952 - components: - - type: Transform - pos: 43.5,-72.5 + pos: 1.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 20952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 20953 components: - type: Transform - pos: 44.5,-70.5 + rot: 3.141592653589793 rad + pos: -20.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20954 components: - type: Transform - pos: 31.5,8.5 + pos: -20.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-39.5 + pos: -25.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20956 components: - type: Transform - pos: -54.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 20957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-95.5 - parent: 2 - - uid: 20958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-98.5 - parent: 2 - - uid: 20959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-97.5 + rot: 3.141592653589793 rad + pos: -23.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 20957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 20958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 20959 + components: + - type: Transform + pos: -29.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 20960 components: - type: Transform - pos: 45.5,-88.5 + pos: -27.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20961 components: - type: Transform - pos: 45.5,-89.5 + rot: 3.141592653589793 rad + pos: -32.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20962 components: - type: Transform - pos: 45.5,-90.5 + rot: 3.141592653589793 rad + pos: -30.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20963 components: - type: Transform - pos: 45.5,-91.5 + rot: -1.5707963267948966 rad + pos: -27.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20964 components: - type: Transform - pos: 45.5,-92.5 + rot: 1.5707963267948966 rad + pos: -32.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20965 components: - type: Transform - pos: 45.5,-93.5 + rot: -1.5707963267948966 rad + pos: -26.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20966 components: - type: Transform - pos: 45.5,-94.5 + rot: -1.5707963267948966 rad + pos: -25.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140712,23 +139641,23 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-87.5 + pos: -24.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-86.5 + rot: -1.5707963267948966 rad + pos: -23.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-68.5 + rot: -1.5707963267948966 rad + pos: -22.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140736,66 +139665,71 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-69.5 + pos: -21.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20971 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,14.5 + pos: -19.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20972 components: - type: Transform - pos: 26.5,1.5 + rot: -1.5707963267948966 rad + pos: -17.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 20973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-2.5 + rot: 1.5707963267948966 rad + pos: -17.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20974 components: - type: Transform - pos: 31.5,9.5 + rot: 1.5707963267948966 rad + pos: -19.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,14.5 + rot: 1.5707963267948966 rad + pos: -21.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20976 components: - type: Transform - pos: 31.5,10.5 + rot: 1.5707963267948966 rad + pos: -22.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20977 components: - type: Transform - pos: 31.5,12.5 + rot: 1.5707963267948966 rad + pos: -23.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20978 components: - type: Transform - pos: -54.5,-37.5 + rot: 1.5707963267948966 rad + pos: -26.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -140803,113 +139737,125 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,-13.5 + pos: -29.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20980 components: - type: Transform - pos: -54.5,-36.5 + rot: 1.5707963267948966 rad + pos: -28.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20981 components: - type: Transform - pos: 37.5,-104.5 + rot: 1.5707963267948966 rad + pos: -27.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-104.5 + rot: 1.5707963267948966 rad + pos: -23.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#17E8E2FF' + color: '#0000FFFF' - uid: 20983 components: - type: Transform - pos: 43.5,-69.5 + rot: -1.5707963267948966 rad + pos: -23.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20984 components: - type: Transform - pos: 43.5,-70.5 + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-15.5 + rot: -1.5707963267948966 rad + pos: -28.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 20986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-20.5 + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 20987 components: - type: Transform - pos: 65.5,-35.5 + rot: -1.5707963267948966 rad + pos: -13.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20988 components: - type: Transform - pos: 31.5,-43.5 + rot: 1.5707963267948966 rad + pos: -11.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20989 components: - type: Transform - pos: 65.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 20990 - components: - - type: Transform - pos: 64.5,-34.5 + rot: 1.5707963267948966 rad + pos: -10.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 20990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 20991 components: - type: Transform - pos: 65.5,-37.5 + pos: -26.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 20992 components: - type: Transform - pos: 65.5,-33.5 + pos: -25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20993 components: - type: Transform - pos: 65.5,-36.5 + rot: 3.141592653589793 rad + pos: -29.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 20994 components: - type: Transform - pos: 65.5,-34.5 + rot: 3.141592653589793 rad + pos: -30.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -140917,202 +139863,230 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-58.5 + pos: -29.5,10.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 20996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-58.5 - parent: 2 - - uid: 20997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-56.5 - parent: 2 - - uid: 20998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-56.5 - parent: 2 - - uid: 20999 - components: - - type: Transform - pos: -27.5,-68.5 + pos: -30.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 20997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 20998 + components: + - type: Transform + pos: -40.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 20999 + components: + - type: Transform + pos: -39.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21000 components: - type: Transform - pos: -27.5,-67.5 + pos: -38.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-67.5 + pos: -35.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-69.5 + pos: -37.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-68.5 + pos: -40.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21004 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-49.5 + pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-48.5 + pos: -42.5,-16.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21006 components: - type: Transform - pos: 40.5,-50.5 + pos: -47.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-47.5 + pos: -46.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-47.5 + rot: 3.141592653589793 rad + pos: -51.5,-27.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-47.5 + rot: 3.141592653589793 rad + pos: -53.5,-29.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-47.5 + rot: -1.5707963267948966 rad + pos: -50.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-49.5 + rot: 3.141592653589793 rad + pos: -49.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-49.5 + pos: -51.5,-19.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-49.5 + pos: -35.5,-8.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-86.5 + pos: -74.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21015 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-86.5 + pos: -72.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-86.5 + pos: -67.5,-37.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21017 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-89.5 - parent: 2 - - uid: 21018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-89.5 - parent: 2 - - uid: 21019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-89.5 - parent: 2 - - uid: 21020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-92.5 - parent: 2 - - uid: 21021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-92.5 - parent: 2 - - uid: 21022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-92.5 - parent: 2 - - uid: 21023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-104.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 21024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-106.5 + pos: -64.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 21018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 21019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21021 + components: + - type: Transform + pos: 40.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21023 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21024 + components: + - type: Transform + pos: -41.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21025 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-103.5 + pos: -49.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -141120,62 +140094,69 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-101.5 + pos: -50.5,4.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-101.5 + rot: -1.5707963267948966 rad + pos: -49.5,-1.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-95.5 + rot: -1.5707963267948966 rad + pos: -50.5,-0.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21029 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-95.5 + pos: -54.5,-0.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-88.5 + rot: 1.5707963267948966 rad + pos: -47.5,-88.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21031 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-106.5 + rot: 1.5707963267948966 rad + pos: -49.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#17E8E2FF' + color: '#0000FFFF' - uid: 21032 components: - type: Transform - pos: 35.5,-102.5 + rot: 3.141592653589793 rad + pos: -49.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#17E8E2FF' + color: '#0000FFFF' - uid: 21033 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-87.5 + rot: -1.5707963267948966 rad + pos: -39.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21034 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-92.5 + rot: 1.5707963267948966 rad + pos: -39.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -141183,23 +140164,22 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-93.5 + pos: 42.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21036 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-94.5 + pos: -8.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-95.5 + pos: -7.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -141207,287 +140187,293 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-96.5 + pos: -7.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-98.5 + rot: -1.5707963267948966 rad + pos: -6.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21040 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-99.5 + pos: -6.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21041 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-100.5 + pos: 64.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21042 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-101.5 + pos: 45.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21043 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-102.5 + pos: 40.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-103.5 + rot: 3.141592653589793 rad + pos: 35.5,-103.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#17E8E2FF' - uid: 21045 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-103.5 + pos: 37.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-103.5 + rot: -1.5707963267948966 rad + pos: 57.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FEF101FF' - uid: 21047 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-103.5 + pos: 52.5,-94.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-85.5 + pos: -54.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21049 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-91.5 + rot: -1.5707963267948966 rad + pos: 44.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-90.5 + pos: -76.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21051 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-89.5 + rot: -1.5707963267948966 rad + pos: 33.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21052 components: - type: Transform - pos: 35.5,-101.5 + rot: 3.141592653589793 rad + pos: -72.5,-78.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - uid: 21053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-105.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-85.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21055 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-85.5 + pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 21054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-73.5 + parent: 2 + - uid: 21055 + components: + - type: Transform + pos: -71.5,-26.5 + parent: 2 - uid: 21056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-107.5 + rot: -1.5707963267948966 rad + pos: -71.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - uid: 21057 components: - type: Transform - pos: 52.5,-97.5 + rot: -1.5707963267948966 rad + pos: -59.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-107.5 + pos: -59.5,-29.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21059 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-106.5 + pos: -68.5,-29.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21060 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-105.5 + pos: -68.5,-22.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21061 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-104.5 + pos: -73.5,-22.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21062 components: - type: Transform - pos: 43.5,-107.5 + rot: 1.5707963267948966 rad + pos: -73.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#A505FAFF' + color: '#0000FFFF' - uid: 21063 components: - type: Transform - pos: 43.5,-106.5 + rot: -1.5707963267948966 rad + pos: -72.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#A505FAFF' + color: '#0000FFFF' - uid: 21064 components: - type: Transform - pos: 43.5,-105.5 + rot: 1.5707963267948966 rad + pos: -72.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#A505FAFF' + color: '#0000FFFF' - uid: 21065 components: - type: Transform - pos: 43.5,-104.5 + rot: -1.5707963267948966 rad + pos: -71.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#A505FAFF' + color: '#0000FFFF' - uid: 21066 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,-96.5 + pos: -79.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FEF101FF' + color: '#0000FFFF' - uid: 21067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-91.5 + rot: 1.5707963267948966 rad + pos: -79.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FEF101FF' + color: '#0000FFFF' - uid: 21068 components: - type: Transform - pos: 52.5,-96.5 + rot: 3.141592653589793 rad + pos: -76.5,-25.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-56.5 + rot: 3.141592653589793 rad + pos: -77.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#00FF00FF' + color: '#FF0000FF' - uid: 21070 components: - type: Transform - pos: 64.5,-36.5 + pos: -77.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21071 components: - type: Transform - pos: 64.5,-35.5 + rot: 3.141592653589793 rad + pos: -78.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21072 components: - type: Transform - pos: 64.5,-38.5 + rot: 1.5707963267948966 rad + pos: -78.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21073 components: - type: Transform - pos: 64.5,-37.5 + rot: -1.5707963267948966 rad + pos: -73.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21074 components: - type: Transform - pos: 45.5,-84.5 + rot: 1.5707963267948966 rad + pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-83.5 + pos: -56.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-83.5 + rot: 3.141592653589793 rad + pos: -56.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -141495,324 +140481,321 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-83.5 + pos: -53.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-83.5 + pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-83.5 + pos: -71.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-83.5 + rot: 3.141592653589793 rad + pos: 95.5,-83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-83.5 + pos: 100.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-83.5 + rot: 1.5707963267948966 rad + pos: 96.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-83.5 + rot: 3.141592653589793 rad + pos: 97.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21084 components: - type: Transform - pos: 46.5,-84.5 + pos: 100.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21085 components: - type: Transform - pos: 46.5,-83.5 + pos: 101.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-82.5 + rot: 1.5707963267948966 rad + pos: 95.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-82.5 + rot: 3.141592653589793 rad + pos: -54.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-82.5 + rot: 3.141592653589793 rad + pos: -56.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-82.5 + pos: 37.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-82.5 + pos: 39.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21091 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-81.5 + rot: 1.5707963267948966 rad + pos: 33.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21092 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-80.5 + rot: -1.5707963267948966 rad + pos: 34.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-82.5 + rot: -1.5707963267948966 rad + pos: 33.5,17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-81.5 + rot: -1.5707963267948966 rad + pos: -48.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#FFAA00FF' - uid: 21095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-80.5 + rot: 1.5707963267948966 rad + pos: 40.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-79.5 + pos: 45.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21097 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-78.5 + rot: 1.5707963267948966 rad + pos: -27.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-77.5 + rot: 3.141592653589793 rad + pos: -29.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-77.5 + pos: 102.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21100 components: - type: Transform - pos: 48.5,-76.5 + rot: 1.5707963267948966 rad + pos: -47.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21101 components: - type: Transform - pos: 48.5,-75.5 + rot: 1.5707963267948966 rad + pos: 41.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-79.5 + rot: 1.5707963267948966 rad + pos: -49.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21103 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-79.5 + pos: 41.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-79.5 + pos: 49.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21105 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-78.5 + rot: -1.5707963267948966 rad + pos: 56.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-77.5 + rot: -1.5707963267948966 rad + pos: 58.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-76.5 + rot: 1.5707963267948966 rad + pos: 57.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-75.5 + rot: 1.5707963267948966 rad + pos: 27.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21109 components: - type: Transform - pos: 48.5,-74.5 + pos: 58.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21110 components: - type: Transform - pos: 48.5,-73.5 + rot: 3.141592653589793 rad + pos: 57.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21111 components: - type: Transform - pos: 50.5,-73.5 + rot: -1.5707963267948966 rad + pos: 50.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21112 components: - type: Transform - pos: 50.5,-72.5 + rot: 1.5707963267948966 rad + pos: 62.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21113 components: - type: Transform - pos: 50.5,-71.5 + rot: -1.5707963267948966 rad + pos: 85.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21114 components: - type: Transform - pos: 50.5,-70.5 + rot: -1.5707963267948966 rad + pos: 77.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21115 components: - type: Transform - pos: 48.5,-69.5 + rot: 3.141592653589793 rad + pos: 87.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-71.5 + rot: 1.5707963267948966 rad + pos: 72.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21117 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,-70.5 + pos: 74.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-68.5 + pos: 84.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -141820,23 +140803,21 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-68.5 + pos: 70.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-68.5 + pos: 52.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-68.5 + pos: 51.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -141844,15 +140825,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,-69.5 + pos: 68.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21123 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-69.5 + pos: 52.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -141860,54 +140841,52 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,-69.5 + pos: -1.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-69.5 + pos: -4.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-69.5 + rot: 3.141592653589793 rad + pos: -4.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21127 components: - type: Transform - pos: 53.5,-70.5 + rot: 1.5707963267948966 rad + pos: 0.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-68.5 + pos: 5.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-68.5 + rot: 3.141592653589793 rad + pos: 5.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-68.5 + pos: -0.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -141915,149 +140894,150 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-68.5 + pos: 1.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-68.5 + rot: -1.5707963267948966 rad + pos: 2.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21133 components: - type: Transform - pos: 56.5,-69.5 + rot: 3.141592653589793 rad + pos: -1.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21134 components: - type: Transform - pos: 56.5,-70.5 + rot: -1.5707963267948966 rad + pos: 53.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21135 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-67.5 + rot: 1.5707963267948966 rad + pos: 53.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-66.5 + rot: -1.5707963267948966 rad + pos: 56.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-65.5 + rot: 1.5707963267948966 rad + pos: 112.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-64.5 + rot: -1.5707963267948966 rad + pos: 112.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21139 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-63.5 + pos: 127.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21140 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-62.5 + rot: -1.5707963267948966 rad + pos: 128.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-61.5 + rot: -1.5707963267948966 rad + pos: 110.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-60.5 + rot: 1.5707963267948966 rad + pos: 110.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21143 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-68.5 + pos: 23.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-67.5 + rot: 1.5707963267948966 rad + pos: 35.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-66.5 + rot: -1.5707963267948966 rad + pos: 28.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-65.5 + rot: -1.5707963267948966 rad + pos: 14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21147 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-64.5 + pos: 10.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-63.5 + rot: -1.5707963267948966 rad + pos: 15.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21149 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-62.5 + rot: 1.5707963267948966 rad + pos: 12.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -142065,15 +141045,14 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-61.5 + pos: 12.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-59.5 + pos: 14.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -142081,29 +141060,30 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-58.5 + pos: 14.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21153 components: - type: Transform - pos: 50.5,-59.5 + pos: 16.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21154 components: - type: Transform - pos: 50.5,-57.5 + rot: 3.141592653589793 rad + pos: 16.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-58.5 + rot: -1.5707963267948966 rad + pos: 18.5,19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -142111,7 +141091,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-58.5 + pos: -13.5,19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -142119,15 +141099,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,-58.5 + pos: -8.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-58.5 + rot: 3.141592653589793 rad + pos: -17.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -142135,15 +141115,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-58.5 + pos: -17.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-58.5 + rot: -1.5707963267948966 rad + pos: -15.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -142151,31 +141131,29 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-58.5 + pos: -15.5,9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-58.5 + pos: -21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-58.5 + pos: 16.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-58.5 + rot: -1.5707963267948966 rad + pos: 40.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -142183,79 +141161,79 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-60.5 + pos: 6.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-60.5 + rot: -1.5707963267948966 rad + pos: 16.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21167 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-60.5 + pos: -3.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21168 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-60.5 + pos: 12.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-60.5 + rot: 3.141592653589793 rad + pos: 6.5,-100.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21170 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-60.5 + pos: 13.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-60.5 + rot: -1.5707963267948966 rad + pos: 14.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21172 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,-60.5 + pos: -7.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21173 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-60.5 + pos: 78.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-60.5 + rot: -1.5707963267948966 rad + pos: 78.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -142263,315 +141241,324 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,-57.5 + pos: 77.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-57.5 + pos: 33.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-57.5 + rot: -1.5707963267948966 rad + pos: 36.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-57.5 + rot: -1.5707963267948966 rad + pos: -20.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21179 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-57.5 + pos: 20.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21180 components: - type: Transform - pos: 45.5,-56.5 + rot: 3.141592653589793 rad + pos: 20.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21181 components: - type: Transform - pos: 45.5,-55.5 + rot: -1.5707963267948966 rad + pos: 22.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21182 components: - type: Transform - pos: 45.5,-54.5 + rot: 1.5707963267948966 rad + pos: 22.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21183 components: - type: Transform - pos: 45.5,-53.5 + rot: 3.141592653589793 rad + pos: 33.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21184 components: - type: Transform - pos: 45.5,-52.5 + rot: -1.5707963267948966 rad + pos: 109.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21185 components: - type: Transform - pos: 45.5,-51.5 + rot: 1.5707963267948966 rad + pos: 102.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21186 components: - type: Transform - pos: 45.5,-50.5 + rot: 1.5707963267948966 rad + pos: 82.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21187 components: - type: Transform - pos: 45.5,-49.5 + rot: 3.141592653589793 rad + pos: 82.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21188 components: - type: Transform - pos: 45.5,-47.5 + pos: 84.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21189 components: - type: Transform - pos: 45.5,-46.5 + rot: -1.5707963267948966 rad + pos: 84.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21190 components: - type: Transform - pos: 45.5,-45.5 + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21191 components: - type: Transform - pos: 45.5,-44.5 + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21192 components: - type: Transform - pos: 45.5,-43.5 + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21193 components: - type: Transform - pos: 45.5,-42.5 + pos: 9.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21194 components: - type: Transform - pos: 43.5,-57.5 + rot: -1.5707963267948966 rad + pos: 108.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21195 components: - type: Transform - pos: 43.5,-56.5 + rot: 1.5707963267948966 rad + pos: 76.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21196 components: - type: Transform - pos: 43.5,-55.5 + rot: 3.141592653589793 rad + pos: -12.5,-103.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21197 components: - type: Transform - pos: 43.5,-54.5 + rot: 3.141592653589793 rad + pos: -6.5,-104.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21198 components: - type: Transform - pos: 43.5,-53.5 + rot: 3.141592653589793 rad + pos: -9.5,-106.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21199 components: - type: Transform - pos: 43.5,-52.5 + rot: 1.5707963267948966 rad + pos: 36.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21200 components: - type: Transform - pos: 43.5,-50.5 + pos: 37.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21201 components: - type: Transform - pos: 43.5,-49.5 + pos: 34.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21202 components: - type: Transform - pos: 43.5,-48.5 + pos: 37.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21203 components: - type: Transform - pos: 43.5,-47.5 + rot: 3.141592653589793 rad + pos: 36.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21204 components: - type: Transform - pos: 43.5,-46.5 + rot: -1.5707963267948966 rad + pos: 37.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21205 components: - type: Transform - pos: 43.5,-45.5 + rot: -1.5707963267948966 rad + pos: 34.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21206 components: - type: Transform - pos: 43.5,-44.5 + rot: 3.141592653589793 rad + pos: 28.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21207 components: - type: Transform - pos: 43.5,-43.5 + pos: 14.5,-100.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-58.5 + rot: -1.5707963267948966 rad + pos: 8.5,-101.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-58.5 + pos: 8.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21210 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-58.5 + pos: 86.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-58.5 + rot: 3.141592653589793 rad + pos: 86.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21212 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-58.5 + pos: 71.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-58.5 + pos: 84.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-48.5 + pos: 109.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-48.5 + rot: 3.141592653589793 rad + pos: 106.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21216 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-48.5 + pos: 55.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FEF101FF' - uid: 21217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-40.5 + pos: 51.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -142579,1312 +141566,1274 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,-39.5 + pos: 14.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-38.5 + pos: 15.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-37.5 + rot: 1.5707963267948966 rad + pos: 14.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21221 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-36.5 + rot: -1.5707963267948966 rad + pos: 14.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21222 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-35.5 + pos: 17.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21223 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-34.5 + rot: 1.5707963267948966 rad + pos: 16.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-41.5 + rot: -1.5707963267948966 rad + pos: 16.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21225 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-40.5 + pos: 14.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-39.5 + pos: 14.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21227 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-38.5 + pos: 12.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21228 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-37.5 + rot: 1.5707963267948966 rad + pos: 3.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21229 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-36.5 + pos: 3.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21230 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-35.5 + pos: -5.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21231 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-34.5 + pos: -5.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-33.5 + rot: 3.141592653589793 rad + pos: -9.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-33.5 + rot: 3.141592653589793 rad + pos: -11.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-33.5 + pos: -9.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-33.5 + pos: -3.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-33.5 + rot: 1.5707963267948966 rad + pos: -6.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21237 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-33.5 + pos: -6.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-33.5 + rot: 1.5707963267948966 rad + pos: -5.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21239 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-33.5 + pos: -4.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-33.5 + rot: 1.5707963267948966 rad + pos: -4.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-33.5 + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21242 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-33.5 + pos: -2.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-33.5 + pos: 8.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21244 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-33.5 + pos: 8.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-33.5 + pos: 1.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21246 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,-33.5 + pos: 1.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21247 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-32.5 + pos: -2.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-31.5 + rot: 1.5707963267948966 rad + pos: -2.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-30.5 + rot: 1.5707963267948966 rad + pos: -11.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21250 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-29.5 + pos: 5.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21251 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-28.5 + pos: 5.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21252 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-26.5 + pos: 8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21253 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-30.5 + rot: -1.5707963267948966 rad + pos: 8.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21254 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-29.5 + rot: 1.5707963267948966 rad + pos: 6.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21255 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-28.5 + pos: 7.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' +- proto: GasPipeBendAlt1 + entities: - uid: 21256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-27.5 + rot: -1.5707963267948966 rad + pos: 14.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-26.5 + rot: 1.5707963267948966 rad + pos: 14.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21258 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-32.5 + rot: -1.5707963267948966 rad + pos: 15.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-33.5 + rot: 1.5707963267948966 rad + pos: 15.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21260 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-31.5 + pos: 15.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-31.5 + rot: -1.5707963267948966 rad + pos: 17.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-31.5 + pos: 8.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-31.5 + rot: -1.5707963267948966 rad + pos: 8.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-31.5 + rot: -1.5707963267948966 rad + pos: 3.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21265 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-31.5 + pos: -2.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-31.5 + rot: 3.141592653589793 rad + pos: -2.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21267 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,-31.5 + pos: 5.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-31.5 + rot: -1.5707963267948966 rad + pos: 5.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-31.5 + rot: -1.5707963267948966 rad + pos: 10.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21270 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-31.5 + pos: 10.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-31.5 + rot: -1.5707963267948966 rad + pos: 12.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-31.5 + pos: 12.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-31.5 + rot: 3.141592653589793 rad + pos: 9.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-31.5 + pos: 9.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-31.5 + rot: 3.141592653589793 rad + pos: 8.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-31.5 + pos: 8.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-31.5 + rot: 3.141592653589793 rad + pos: 6.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-33.5 + pos: 6.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-33.5 + rot: 3.141592653589793 rad + pos: 4.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-33.5 + pos: 4.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-33.5 + rot: 3.141592653589793 rad + pos: 0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21282 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-33.5 + pos: 0.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-33.5 + pos: 9.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#DC143CFF' - uid: 21284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-33.5 + pos: 8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21285 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-33.5 + pos: 6.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' +- proto: GasPipeBendAlt2 + entities: - uid: 21286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-33.5 + rot: -1.5707963267948966 rad + pos: 14.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21287 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,-33.5 + pos: 15.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-33.5 + rot: -1.5707963267948966 rad + pos: 16.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-33.5 + rot: -1.5707963267948966 rad + pos: 15.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-33.5 + rot: 3.141592653589793 rad + pos: 14.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-33.5 + pos: 16.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-33.5 + rot: -1.5707963267948966 rad + pos: 15.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21293 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-31.5 + pos: 14.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-31.5 + pos: 14.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-31.5 + rot: 3.141592653589793 rad + pos: 12.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-31.5 + pos: 15.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-31.5 + rot: -1.5707963267948966 rad + pos: 17.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-31.5 + pos: 1.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-31.5 + rot: -1.5707963267948966 rad + pos: 1.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-31.5 + rot: 3.141592653589793 rad + pos: -2.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21301 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,-31.5 + pos: -2.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21302 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,-31.5 + pos: 6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21303 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-31.5 + pos: 8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-31.5 + rot: -1.5707963267948966 rad + pos: 9.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' +- proto: GasPipeBroken + entities: - uid: 21305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-31.5 + rot: -1.5707963267948966 rad + pos: -48.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-32.5 + rot: -1.5707963267948966 rad + pos: -45.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-31.5 + rot: -1.5707963267948966 rad + pos: -44.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' +- proto: GasPipeFourway + entities: - uid: 21308 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-30.5 + pos: -30.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-29.5 + pos: 1.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-28.5 + pos: 62.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-30.5 + pos: 56.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-29.5 + pos: 51.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-28.5 + pos: 42.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-16.5 + pos: 52.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,3.5 + pos: 51.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21316 components: - type: Transform - pos: 28.5,-29.5 + pos: 43.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21317 components: - type: Transform - pos: 28.5,-30.5 + pos: 45.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21318 components: - type: Transform - pos: 45.5,-12.5 + pos: 56.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-33.5 + pos: 51.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 21320 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 21321 + components: + - type: Transform + pos: 64.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 21322 + components: + - type: Transform + pos: -37.5,-20.5 + parent: 2 - uid: 21323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-33.5 + pos: 50.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-33.5 + pos: 43.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-33.5 + pos: 45.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21326 components: - type: Transform - pos: 28.5,-31.5 + pos: -0.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21327 components: - type: Transform - pos: 28.5,-32.5 + pos: 1.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-7.5 + pos: -0.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21329 components: - type: Transform - pos: 43.5,6.5 + pos: 30.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21330 components: - type: Transform - pos: 43.5,8.5 + pos: -42.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-18.5 + pos: -40.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-18.5 + pos: -49.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21333 components: - type: Transform - pos: 52.5,-19.5 + pos: 46.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-23.5 + pos: 31.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-23.5 + pos: 98.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-19.5 + pos: 97.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 21337 + components: + - type: Transform + pos: 97.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 21338 + components: + - type: Transform + pos: 99.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-19.5 + pos: 42.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-19.5 + pos: 43.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21341 components: - type: Transform - pos: 63.5,-15.5 + pos: 7.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21342 components: - type: Transform - pos: 44.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 21343 - components: - - type: Transform - pos: 43.5,3.5 + pos: -65.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 21343 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21344 components: - type: Transform - pos: 43.5,0.5 + pos: 74.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-31.5 + pos: 52.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-31.5 + pos: 57.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-31.5 + pos: -32.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-31.5 + pos: 36.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' +- proto: GasPipeFourwayAlt1 + entities: - uid: 21349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-30.5 + pos: -0.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21350 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-29.5 + pos: -0.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' +- proto: GasPipeHalf + entities: - uid: 21351 components: - type: Transform - pos: 73.5,-32.5 + rot: -1.5707963267948966 rad + pos: -48.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' +- proto: GasPipeManifold + entities: - uid: 21352 components: - type: Transform - pos: 73.5,-31.5 + rot: -1.5707963267948966 rad + pos: 16.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21353 components: - type: Transform - pos: 73.5,-30.5 + rot: 3.141592653589793 rad + pos: 15.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-33.5 + rot: 1.5707963267948966 rad + pos: 15.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-33.5 + rot: 3.141592653589793 rad + pos: 17.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-33.5 + rot: 1.5707963267948966 rad + pos: 13.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#6B1E9CFF' - uid: 21357 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-32.5 + rot: 1.5707963267948966 rad + pos: 13.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21358 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-33.5 + rot: -1.5707963267948966 rad + pos: 13.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21359 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-34.5 + pos: 12.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21360 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-35.5 + pos: -2.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21361 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-36.5 + pos: -2.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#DC143CFF' - uid: 21362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-37.5 + pos: 8.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21363 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-38.5 + pos: 6.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' - uid: 21364 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-39.5 + pos: 7.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#6B1E9CFF' +- proto: GasPipeSensorDistribution + entities: - uid: 21365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-33.5 + rot: 1.5707963267948966 rad + pos: 44.5,-103.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 328 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' +- proto: GasPipeSensorMixedAir + entities: - uid: 21366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-33.5 + pos: 36.5,-105.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 328 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#17E8E2FF' +- proto: GasPipeSensorTEGCold + entities: - uid: 21367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-33.5 + pos: 55.5,-94.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 328 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#FEF101FF' +- proto: GasPipeSensorWaste + entities: - uid: 21368 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,-33.5 + pos: 43.5,-85.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 328 - type: AtmosPipeColor color: '#FF0000FF' +- proto: GasPipeStraight + entities: - uid: 21369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-33.5 + rot: 1.5707963267948966 rad + pos: 42.5,-103.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-33.5 + rot: 1.5707963267948966 rad + pos: 56.5,-89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-33.5 + rot: 1.5707963267948966 rad + pos: 57.5,-89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-34.5 + pos: 51.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-35.5 + pos: 51.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-37.5 + rot: -1.5707963267948966 rad + pos: 51.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-38.5 + rot: 1.5707963267948966 rad + pos: 48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21376 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-39.5 + rot: 1.5707963267948966 rad + pos: 50.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21377 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-40.5 + rot: -1.5707963267948966 rad + pos: 52.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-41.5 + rot: -1.5707963267948966 rad + pos: -21.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-41.5 + pos: 104.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-41.5 + pos: -8.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-41.5 + pos: -8.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-41.5 + rot: 3.141592653589793 rad + pos: 36.5,12.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,-41.5 + rot: 3.141592653589793 rad + pos: 36.5,13.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -143892,7 +142841,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 90.5,-41.5 + pos: 106.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -143900,7 +142849,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 91.5,-41.5 + pos: 107.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -143908,55 +142857,51 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.5,-41.5 + pos: 105.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21387 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,-41.5 + rot: 3.141592653589793 rad + pos: 36.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-41.5 + rot: 3.141592653589793 rad + pos: 29.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-41.5 + rot: -1.5707963267948966 rad + pos: 39.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21390 components: - type: Transform rot: 1.5707963267948966 rad - pos: 96.5,-41.5 + pos: 108.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-41.5 + pos: -7.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-41.5 + pos: -7.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -143964,320 +142909,330 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.5,-41.5 + pos: 77.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21394 components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.5,-41.5 + pos: 76.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-41.5 + rot: 3.141592653589793 rad + pos: 43.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21396 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.5,-39.5 + pos: 45.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21397 components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.5,-39.5 + pos: 44.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-39.5 + rot: 3.141592653589793 rad + pos: 42.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21399 components: - type: Transform rot: 1.5707963267948966 rad - pos: 98.5,-39.5 + pos: 42.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-39.5 + pos: 45.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-39.5 + rot: 3.141592653589793 rad + pos: 61.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-39.5 + pos: 42.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-39.5 + rot: 3.141592653589793 rad + pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,-39.5 + pos: 44.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21405 components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.5,-39.5 + pos: 57.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-39.5 + pos: 63.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21407 components: - type: Transform rot: 1.5707963267948966 rad - pos: 90.5,-39.5 + pos: 44.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,-39.5 + pos: 42.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-39.5 + rot: -1.5707963267948966 rad + pos: 40.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-39.5 + rot: -1.5707963267948966 rad + pos: 39.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-39.5 + rot: 3.141592653589793 rad + pos: 43.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-39.5 + rot: -1.5707963267948966 rad + pos: 48.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21413 components: - type: Transform - pos: 83.5,-38.5 + rot: 1.5707963267948966 rad + pos: 61.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21414 components: - type: Transform - pos: 83.5,-37.5 + rot: 3.141592653589793 rad + pos: 57.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21415 components: - type: Transform - pos: 83.5,-36.5 + rot: 1.5707963267948966 rad + pos: 41.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21416 components: - type: Transform - pos: 83.5,-35.5 + rot: 3.141592653589793 rad + pos: 43.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21417 components: - type: Transform - pos: 83.5,-34.5 + rot: 1.5707963267948966 rad + pos: 51.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21418 components: - type: Transform - pos: 83.5,-33.5 + rot: 3.141592653589793 rad + pos: 56.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21419 components: - type: Transform - pos: 83.5,-32.5 + rot: 3.141592653589793 rad + pos: 57.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21420 components: - type: Transform - pos: 83.5,-30.5 + rot: 1.5707963267948966 rad + pos: 55.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21421 components: - type: Transform - pos: 83.5,-29.5 + rot: 3.141592653589793 rad + pos: 57.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21422 components: - type: Transform - pos: 83.5,-27.5 + rot: 1.5707963267948966 rad + pos: 55.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21423 components: - type: Transform - pos: 83.5,-26.5 + rot: -1.5707963267948966 rad + pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21424 components: - type: Transform - pos: 83.5,-25.5 + rot: -1.5707963267948966 rad + pos: 48.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21425 components: - type: Transform - pos: 83.5,-24.5 + rot: -1.5707963267948966 rad + pos: 47.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21426 components: - type: Transform - pos: 83.5,-23.5 + rot: -1.5707963267948966 rad + pos: 45.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21427 components: - type: Transform - pos: 83.5,-22.5 + rot: -1.5707963267948966 rad + pos: 44.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-21.5 + rot: 1.5707963267948966 rad + pos: 62.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-21.5 + rot: 3.141592653589793 rad + pos: 42.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-21.5 + rot: 1.5707963267948966 rad + pos: 42.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-21.5 + rot: 1.5707963267948966 rad + pos: 43.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-21.5 + rot: 3.141592653589793 rad + pos: 56.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-21.5 + rot: 3.141592653589793 rad + pos: 57.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-21.5 + rot: 3.141592653589793 rad + pos: 56.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -144285,15 +143240,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 92.5,-21.5 + pos: 58.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21436 components: - type: Transform rot: -1.5707963267948966 rad - pos: 93.5,-21.5 + pos: 58.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -144301,119 +143256,116 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-21.5 + pos: 59.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-21.5 + rot: 1.5707963267948966 rad + pos: 41.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-21.5 + pos: 44.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21440 components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,-21.5 + pos: 43.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-21.5 + rot: 3.141592653589793 rad + pos: 51.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-21.5 + rot: 3.141592653589793 rad + pos: 61.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-21.5 + rot: 3.141592653589793 rad + pos: 61.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21444 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-21.5 + rot: 1.5707963267948966 rad + pos: 58.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-23.5 + rot: 1.5707963267948966 rad + pos: 60.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-23.5 + pos: 44.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-23.5 + rot: 3.141592653589793 rad + pos: 43.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-23.5 + pos: 63.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-23.5 + rot: 1.5707963267948966 rad + pos: 59.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-23.5 + rot: 1.5707963267948966 rad + pos: 58.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-23.5 + rot: 3.141592653589793 rad + pos: 43.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -144421,135 +143373,132 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 90.5,-23.5 + pos: 44.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-23.5 + rot: 1.5707963267948966 rad + pos: 54.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,-23.5 + pos: 45.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-23.5 + rot: 1.5707963267948966 rad + pos: 41.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-23.5 + rot: 1.5707963267948966 rad + pos: 44.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-23.5 + rot: 1.5707963267948966 rad + pos: 45.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-23.5 + pos: 45.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21459 components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,-23.5 + pos: 59.5,10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-23.5 + rot: 3.141592653589793 rad + pos: 52.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21461 components: - type: Transform rot: -1.5707963267948966 rad - pos: 99.5,-23.5 + pos: 46.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21462 components: - type: Transform rot: -1.5707963267948966 rad - pos: 100.5,-23.5 + pos: 47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-23.5 + pos: 45.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-32.5 + rot: 1.5707963267948966 rad + pos: 44.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21465 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-31.5 + rot: 1.5707963267948966 rad + pos: 45.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21466 components: - type: Transform rot: 3.141592653589793 rad - pos: 81.5,-30.5 + pos: 51.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-29.5 + rot: -1.5707963267948966 rad + pos: 52.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21468 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-28.5 + rot: -1.5707963267948966 rad + pos: 53.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -144557,15 +143506,15 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 81.5,-27.5 + pos: 57.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21470 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-26.5 + rot: 1.5707963267948966 rad + pos: 60.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -144573,213 +143522,223 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 81.5,-25.5 + pos: 52.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-24.5 + rot: -1.5707963267948966 rad + pos: 62.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-31.5 + rot: 1.5707963267948966 rad + pos: 59.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-31.5 + rot: 1.5707963267948966 rad + pos: 58.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-31.5 + rot: 1.5707963267948966 rad + pos: 61.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-31.5 + pos: 57.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21477 components: - type: Transform - pos: 86.5,-40.5 + rot: 3.141592653589793 rad + pos: 43.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21478 components: - type: Transform - pos: 86.5,-41.5 + pos: 45.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-22.5 + rot: 1.5707963267948966 rad + pos: 44.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21480 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-21.5 + rot: 1.5707963267948966 rad + pos: 45.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21481 components: - type: Transform - pos: 28.5,-28.5 + pos: 51.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21482 components: - type: Transform - pos: 28.5,-27.5 + pos: 45.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21483 components: - type: Transform - pos: 28.5,-26.5 + rot: 3.141592653589793 rad + pos: 56.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21484 components: - type: Transform - pos: 28.5,-25.5 + pos: 45.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21485 components: - type: Transform - pos: 28.5,-24.5 + rot: 1.5707963267948966 rad + pos: 41.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21486 components: - type: Transform - pos: 30.5,-30.5 + rot: 1.5707963267948966 rad + pos: 46.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21487 components: - type: Transform - pos: 30.5,-29.5 + pos: 63.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21488 components: - type: Transform - pos: 30.5,-28.5 + rot: 3.141592653589793 rad + pos: 45.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21489 components: - type: Transform - pos: 30.5,-27.5 + pos: 43.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21490 components: - type: Transform - pos: 30.5,-26.5 + rot: -1.5707963267948966 rad + pos: 60.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21491 components: - type: Transform - pos: 30.5,-25.5 + rot: 3.141592653589793 rad + pos: 59.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21492 components: - type: Transform - pos: 30.5,-24.5 + rot: 1.5707963267948966 rad + pos: 49.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-31.5 + rot: 1.5707963267948966 rad + pos: 46.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-31.5 + rot: 1.5707963267948966 rad + pos: 56.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-31.5 + rot: 3.141592653589793 rad + pos: 56.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21496 components: - type: Transform - pos: 26.5,-32.5 + pos: 63.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21497 components: - type: Transform - pos: 26.5,-33.5 + rot: 3.141592653589793 rad + pos: 45.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21498 components: - type: Transform - pos: 26.5,-34.5 + rot: 3.141592653589793 rad + pos: 43.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21499 components: - type: Transform - pos: 27.5,-34.5 + rot: 1.5707963267948966 rad + pos: 61.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -144787,7 +143746,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-31.5 + pos: 49.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -144795,253 +143754,274 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-31.5 + pos: 49.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-31.5 + pos: 42.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21503 components: - type: Transform - pos: 31.5,-32.5 + rot: 1.5707963267948966 rad + pos: 59.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21504 components: - type: Transform - pos: 31.5,-33.5 + rot: 1.5707963267948966 rad + pos: 46.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21505 components: - type: Transform - pos: 31.5,-34.5 + rot: 3.141592653589793 rad + pos: 56.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21506 components: - type: Transform - pos: 31.5,-35.5 + rot: 1.5707963267948966 rad + pos: 60.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21507 components: - type: Transform - pos: 31.5,-37.5 + rot: 1.5707963267948966 rad + pos: 57.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21508 components: - type: Transform - pos: 31.5,-38.5 + rot: 3.141592653589793 rad + pos: 43.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21509 components: - type: Transform - pos: 31.5,-39.5 + pos: 52.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21510 components: - type: Transform - pos: 31.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21511 - components: - - type: Transform - pos: 31.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 21512 - components: - - type: Transform - pos: 33.5,-34.5 + pos: 51.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 21511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 21512 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 21513 components: - type: Transform - pos: 33.5,-35.5 + pos: 57.5,8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21514 components: - type: Transform - pos: 33.5,-36.5 + rot: 3.141592653589793 rad + pos: 43.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21515 components: - type: Transform - pos: 33.5,-37.5 + rot: 3.141592653589793 rad + pos: 43.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21516 components: - type: Transform - pos: 33.5,-39.5 + pos: 45.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21517 components: - type: Transform - pos: 33.5,-40.5 + rot: 3.141592653589793 rad + pos: 56.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21518 components: - type: Transform - pos: 33.5,-41.5 + rot: 1.5707963267948966 rad + pos: 27.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21519 components: - type: Transform - pos: 33.5,-42.5 + rot: 3.141592653589793 rad + pos: 61.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21520 components: - type: Transform - pos: 28.5,-23.5 + rot: -1.5707963267948966 rad + pos: 59.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21521 components: - type: Transform - pos: 28.5,-22.5 + pos: 57.5,13.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21522 components: - type: Transform - pos: 30.5,-20.5 + pos: 42.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21523 components: - type: Transform - pos: 30.5,-21.5 + pos: 56.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21524 components: - type: Transform - pos: 30.5,-22.5 + pos: 57.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21525 components: - type: Transform - pos: 30.5,-23.5 + rot: 1.5707963267948966 rad + pos: 60.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21526 components: - type: Transform - pos: 28.5,-20.5 + rot: -1.5707963267948966 rad + pos: 56.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21527 components: - type: Transform - pos: 28.5,-19.5 + rot: 1.5707963267948966 rad + pos: 59.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21528 components: - type: Transform - pos: 30.5,-18.5 + pos: 56.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21529 components: - type: Transform - pos: 30.5,-17.5 + pos: 48.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21530 components: - type: Transform - pos: 30.5,-16.5 + pos: 56.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21531 components: - type: Transform - pos: 30.5,-15.5 + rot: 1.5707963267948966 rad + pos: 57.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21532 components: - type: Transform - pos: 28.5,-14.5 + rot: 1.5707963267948966 rad + pos: 55.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21533 components: - type: Transform - pos: 28.5,-15.5 + rot: 1.5707963267948966 rad + pos: 45.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21534 components: - type: Transform - pos: 28.5,-16.5 + rot: 1.5707963267948966 rad + pos: 45.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21535 components: - type: Transform - pos: 28.5,-17.5 + rot: 1.5707963267948966 rad + pos: 46.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21536 components: - type: Transform - pos: 28.5,-18.5 + rot: 3.141592653589793 rad + pos: 43.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -145049,71 +144029,67 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-13.5 + pos: 44.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-13.5 + rot: 3.141592653589793 rad + pos: 42.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-14.5 + rot: 3.141592653589793 rad + pos: 42.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21540 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-13.5 + pos: 56.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21541 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-12.5 + pos: 56.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-10.5 + rot: 1.5707963267948966 rad + pos: 42.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-11.5 + pos: -47.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-1.5 + rot: 1.5707963267948966 rad + pos: 45.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-2.5 + pos: 44.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -145121,385 +144097,362 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-9.5 + pos: 42.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21547 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-11.5 + rot: 1.5707963267948966 rad + pos: 47.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21548 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-12.5 + rot: 1.5707963267948966 rad + pos: -39.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21549 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-8.5 + rot: 1.5707963267948966 rad + pos: -53.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21550 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-6.5 + pos: 26.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21551 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-5.5 + rot: 1.5707963267948966 rad + pos: -40.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21552 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-3.5 + rot: 1.5707963267948966 rad + pos: 34.5,-98.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 + rot: 1.5707963267948966 rad + pos: 35.5,-98.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,14.5 + rot: 1.5707963267948966 rad + pos: 35.5,-101.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,14.5 + rot: 1.5707963267948966 rad + pos: -43.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-2.5 + rot: 3.141592653589793 rad + pos: 35.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-2.5 + rot: 3.141592653589793 rad + pos: 35.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21558 components: - type: Transform - pos: 26.5,-5.5 + pos: 27.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21559 components: - type: Transform - pos: 26.5,-4.5 + pos: 27.5,8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21560 components: - type: Transform - pos: 26.5,-3.5 + pos: 27.5,9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21561 components: - type: Transform - pos: 26.5,-2.5 + rot: -1.5707963267948966 rad + pos: 28.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21562 components: - type: Transform - pos: 26.5,-1.5 + pos: 27.5,11.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-0.5 + rot: 1.5707963267948966 rad + pos: 26.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-1.5 + rot: 1.5707963267948966 rad + pos: 25.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-0.5 + pos: 31.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-0.5 + pos: 31.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21567 components: - type: Transform - pos: 15.5,0.5 + pos: 31.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21568 components: - type: Transform - pos: 15.5,1.5 + pos: 31.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21569 components: - type: Transform - pos: 15.5,2.5 + pos: 26.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21570 components: - type: Transform - pos: 15.5,3.5 + pos: 31.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21571 components: - type: Transform - pos: 15.5,4.5 + rot: 3.141592653589793 rad + pos: -20.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21572 components: - type: Transform - pos: 15.5,5.5 + rot: 1.5707963267948966 rad + pos: -42.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21573 components: - type: Transform - pos: 17.5,2.5 + rot: 1.5707963267948966 rad + pos: -41.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21574 components: - type: Transform - pos: 17.5,3.5 + rot: 1.5707963267948966 rad + pos: -39.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21575 components: - type: Transform - pos: 17.5,5.5 + rot: 1.5707963267948966 rad + pos: -40.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,1.5 + pos: -62.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,1.5 + pos: -62.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,1.5 + pos: -62.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-0.5 + rot: 3.141592653589793 rad + pos: -60.5,-76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-0.5 + pos: 43.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21581 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 21582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 21583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 21584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 + pos: 44.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 21582 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 21584 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 21585 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,4.5 + pos: 34.5,-95.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21586 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,4.5 + pos: 33.5,-98.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,4.5 + rot: -1.5707963267948966 rad + pos: 49.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,4.5 + pos: 45.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 + pos: 45.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,4.5 + pos: 45.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 + pos: 45.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 + pos: 45.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,3.5 + pos: 45.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,3.5 + pos: 45.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,3.5 + rot: -1.5707963267948966 rad + pos: 49.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -145507,51 +144460,53 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,3.5 + pos: 49.5,-86.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21597 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,3.5 + pos: 44.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,3.5 + rot: -1.5707963267948966 rad + pos: 45.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21599 components: - type: Transform - pos: 7.5,2.5 + rot: -1.5707963267948966 rad + pos: 24.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21600 components: - type: Transform - pos: 7.5,1.5 + pos: 26.5,1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21601 components: - type: Transform - pos: 8.5,3.5 + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21602 components: - type: Transform - pos: 8.5,2.5 + pos: 31.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -145559,55 +144514,50 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,3.5 + pos: 25.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 + pos: 31.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 + pos: 31.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,3.5 + pos: -54.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,4.5 + rot: 1.5707963267948966 rad + pos: 47.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,4.5 + pos: -54.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 + pos: 37.5,-104.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -145615,151 +144565,129 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,4.5 + pos: 36.5,-104.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#17E8E2FF' - uid: 21611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 + pos: 43.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 + pos: 43.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 + rot: 1.5707963267948966 rad + pos: -41.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,8.5 + rot: 1.5707963267948966 rad + pos: -36.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21615 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,5.5 + pos: 65.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 + pos: 31.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 + pos: 65.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 + pos: 64.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21619 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,2.5 + pos: 65.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 + pos: 65.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,8.5 + pos: 65.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,8.5 + pos: 65.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 + rot: 1.5707963267948966 rad + pos: -56.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,9.5 + rot: 1.5707963267948966 rad + pos: -54.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,9.5 + rot: 1.5707963267948966 rad + pos: -54.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,9.5 + rot: 1.5707963267948966 rad + pos: -56.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,10.5 + pos: -27.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,7.5 + pos: -27.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -145767,350 +144695,323 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,9.5 + pos: 28.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 + rot: -1.5707963267948966 rad + pos: -26.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: 28.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,4.5 + rot: 3.141592653589793 rad + pos: 40.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,4.5 + rot: 3.141592653589793 rad + pos: 42.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,4.5 + pos: 40.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,4.5 + rot: -1.5707963267948966 rad + pos: 38.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 + rot: -1.5707963267948966 rad + pos: 37.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,6.5 + rot: -1.5707963267948966 rad + pos: 36.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,7.5 + rot: 1.5707963267948966 rad + pos: 41.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,5.5 + rot: -1.5707963267948966 rad + pos: 38.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,6.5 + rot: -1.5707963267948966 rad + pos: 37.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 + rot: -1.5707963267948966 rad + pos: 36.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,8.5 + rot: 1.5707963267948966 rad + pos: 33.5,-86.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 + rot: 1.5707963267948966 rad + pos: 34.5,-86.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21644 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,3.5 + pos: 35.5,-86.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21645 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,3.5 + pos: 33.5,-89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21646 components: - type: Transform - pos: -4.5,2.5 + rot: 1.5707963267948966 rad + pos: 34.5,-89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21647 components: - type: Transform - pos: -4.5,1.5 + rot: 1.5707963267948966 rad + pos: 35.5,-89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21648 components: - type: Transform - pos: -5.5,3.5 + rot: 1.5707963267948966 rad + pos: 33.5,-92.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21649 components: - type: Transform - pos: -5.5,2.5 + rot: 1.5707963267948966 rad + pos: 34.5,-92.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21650 components: - type: Transform - pos: -5.5,1.5 + rot: 1.5707963267948966 rad + pos: 35.5,-92.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 + rot: 3.141592653589793 rad + pos: 38.5,-104.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#947507FF' - uid: 21652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 + rot: 3.141592653589793 rad + pos: 37.5,-106.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21653 components: - type: Transform - pos: -0.5,11.5 + rot: 1.5707963267948966 rad + pos: 38.5,-103.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21654 components: - type: Transform - pos: -0.5,12.5 + rot: 1.5707963267948966 rad + pos: 33.5,-101.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21655 components: - type: Transform - pos: -0.5,13.5 + rot: 1.5707963267948966 rad + pos: 34.5,-101.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21656 components: - type: Transform - pos: -0.5,15.5 + rot: 1.5707963267948966 rad + pos: 33.5,-95.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21657 components: - type: Transform - pos: -0.5,16.5 + rot: 1.5707963267948966 rad + pos: 35.5,-95.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21658 components: - type: Transform - pos: -0.5,17.5 + rot: 3.141592653589793 rad + pos: 46.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21659 components: - type: Transform - pos: 1.5,10.5 + rot: 3.141592653589793 rad + pos: 36.5,-106.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#17E8E2FF' - uid: 21660 components: - type: Transform - pos: 1.5,11.5 + pos: 35.5,-102.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#17E8E2FF' - uid: 21661 components: - type: Transform - pos: 1.5,13.5 + rot: 3.141592653589793 rad + pos: 46.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21662 components: - type: Transform - pos: 1.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21663 components: - type: Transform - pos: 1.5,15.5 + rot: 3.141592653589793 rad + pos: 46.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21664 components: - type: Transform - pos: 1.5,17.5 + rot: 3.141592653589793 rad + pos: 46.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,16.5 + rot: 3.141592653589793 rad + pos: 46.5,-95.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,16.5 + rot: 3.141592653589793 rad + pos: 46.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-99.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-100.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-101.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,14.5 + rot: 3.141592653589793 rad + pos: 46.5,-102.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21672 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,14.5 + pos: 45.5,-103.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21673 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,14.5 + pos: 40.5,-103.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21674 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,16.5 + pos: 43.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -146118,217 +145019,199 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,16.5 + pos: 41.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,16.5 + rot: -1.5707963267948966 rad + pos: 35.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,16.5 + rot: 3.141592653589793 rad + pos: 46.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,16.5 + rot: 3.141592653589793 rad + pos: 46.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21679 components: - type: Transform - pos: 1.5,18.5 + rot: 3.141592653589793 rad + pos: 46.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21680 components: - type: Transform - pos: 1.5,19.5 + pos: 35.5,-101.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#17E8E2FF' - uid: 21681 components: - type: Transform - pos: 1.5,20.5 + rot: 3.141592653589793 rad + pos: 37.5,-105.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21682 components: - type: Transform - pos: -0.5,18.5 + rot: 3.141592653589793 rad + pos: 46.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21683 components: - type: Transform - pos: -0.5,19.5 + rot: 1.5707963267948966 rad + pos: 44.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21684 components: - type: Transform - pos: -0.5,20.5 + rot: 3.141592653589793 rad + pos: 36.5,-107.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#17E8E2FF' - uid: 21685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,21.5 + pos: 52.5,-97.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,21.5 + rot: 3.141592653589793 rad + pos: 41.5,-107.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,21.5 + rot: 3.141592653589793 rad + pos: 41.5,-106.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,21.5 + rot: 3.141592653589793 rad + pos: 41.5,-105.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 + rot: 3.141592653589793 rad + pos: 41.5,-104.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 21690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,21.5 + pos: 43.5,-107.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#A505FAFF' - uid: 21691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,21.5 + pos: 43.5,-106.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#A505FAFF' - uid: 21692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,21.5 + pos: 43.5,-105.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#A505FAFF' - uid: 21693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,21.5 + pos: 43.5,-104.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#A505FAFF' - uid: 21694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,21.5 + rot: 3.141592653589793 rad + pos: 55.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FEF101FF' - uid: 21695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,21.5 + rot: -1.5707963267948966 rad + pos: 56.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#FEF101FF' - uid: 21696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,22.5 + pos: 52.5,-96.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 21697 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,22.5 + pos: -48.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#00FF00FF' - uid: 21698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,22.5 + pos: 64.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,22.5 + pos: 64.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,22.5 + pos: 64.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,22.5 + pos: 64.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,22.5 + pos: 45.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146336,7 +145219,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,22.5 + pos: 46.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146344,7 +145227,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,22.5 + pos: 47.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146352,7 +145235,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,22.5 + pos: 48.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146360,283 +145243,292 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,22.5 + pos: 49.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,21.5 + rot: -1.5707963267948966 rad + pos: 50.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,20.5 + rot: -1.5707963267948966 rad + pos: 51.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,18.5 + rot: -1.5707963267948966 rad + pos: 52.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,17.5 + rot: -1.5707963267948966 rad + pos: 53.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 + rot: -1.5707963267948966 rad + pos: 54.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21712 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,15.5 + pos: 46.5,-84.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21713 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,19.5 + pos: 46.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21714 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,18.5 + rot: -1.5707963267948966 rad + pos: 47.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,17.5 + rot: -1.5707963267948966 rad + pos: 48.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,16.5 + rot: -1.5707963267948966 rad + pos: 49.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,15.5 + rot: -1.5707963267948966 rad + pos: 50.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,14.5 + rot: -1.5707963267948966 rad + pos: 51.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21719 components: - type: Transform - pos: 31.5,-44.5 + rot: 3.141592653589793 rad + pos: 46.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21720 components: - type: Transform - pos: 31.5,-45.5 + rot: 3.141592653589793 rad + pos: 46.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21721 components: - type: Transform - pos: 31.5,-46.5 + rot: 3.141592653589793 rad + pos: 45.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21722 components: - type: Transform - pos: 31.5,-47.5 + rot: 3.141592653589793 rad + pos: 45.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21723 components: - type: Transform - pos: 31.5,-48.5 + rot: 3.141592653589793 rad + pos: 45.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21724 components: - type: Transform - pos: 31.5,-49.5 + rot: 3.141592653589793 rad + pos: 45.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21725 components: - type: Transform - pos: 31.5,-50.5 + rot: 3.141592653589793 rad + pos: 45.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21726 components: - type: Transform - pos: 33.5,-43.5 + rot: 1.5707963267948966 rad + pos: 46.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21727 components: - type: Transform - pos: 33.5,-44.5 + rot: 1.5707963267948966 rad + pos: 47.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21728 components: - type: Transform - pos: 33.5,-45.5 + pos: 48.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21729 components: - type: Transform - pos: 33.5,-46.5 + pos: 48.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21730 components: - type: Transform - pos: 33.5,-47.5 + rot: -1.5707963267948966 rad + pos: 47.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21731 components: - type: Transform - pos: 33.5,-49.5 + rot: -1.5707963267948966 rad + pos: 48.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21732 components: - type: Transform - pos: 33.5,-50.5 + rot: -1.5707963267948966 rad + pos: 49.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-53.5 + rot: 3.141592653589793 rad + pos: 50.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-53.5 + rot: 3.141592653589793 rad + pos: 50.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-55.5 + rot: 3.141592653589793 rad + pos: 50.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-55.5 + rot: 3.141592653589793 rad + pos: 50.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21737 components: - type: Transform - pos: 33.5,-54.5 + pos: 48.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21738 components: - type: Transform - pos: 33.5,-53.5 + pos: 48.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21739 components: - type: Transform - pos: 33.5,-52.5 + pos: 50.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21740 components: - type: Transform - pos: 33.5,-51.5 + pos: 50.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21741 components: - type: Transform - pos: 31.5,-52.5 + pos: 50.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21742 components: - type: Transform - pos: 31.5,-51.5 + pos: 50.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-60.5 + pos: 48.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146644,7 +145536,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-59.5 + pos: 48.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146652,143 +145544,140 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-58.5 + pos: 48.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-57.5 + rot: -1.5707963267948966 rad + pos: 47.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-56.5 + rot: -1.5707963267948966 rad + pos: 46.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21748 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-58.5 + rot: -1.5707963267948966 rad + pos: 45.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-57.5 + rot: -1.5707963267948966 rad + pos: 49.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-56.5 + rot: 1.5707963267948966 rad + pos: 49.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-55.5 + rot: 1.5707963267948966 rad + pos: 48.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-54.5 + rot: 1.5707963267948966 rad + pos: 47.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-60.5 + rot: 1.5707963267948966 rad + pos: 46.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-61.5 + rot: 1.5707963267948966 rad + pos: 52.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-63.5 + pos: 53.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-64.5 + rot: 1.5707963267948966 rad + pos: 51.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21757 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-65.5 + rot: 1.5707963267948966 rad + pos: 52.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21758 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-66.5 + rot: 1.5707963267948966 rad + pos: 53.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-62.5 + rot: 1.5707963267948966 rad + pos: 54.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21760 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-63.5 + rot: 1.5707963267948966 rad + pos: 55.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21761 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-64.5 + pos: 56.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21762 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-65.5 + pos: 56.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146796,7 +145685,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-66.5 + pos: 50.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146804,7 +145693,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-67.5 + pos: 50.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146812,7 +145701,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-68.5 + pos: 50.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146820,7 +145709,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,-72.5 + pos: 50.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146828,149 +145717,149 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,-70.5 + pos: 50.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-69.5 + rot: 3.141592653589793 rad + pos: 50.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-69.5 + rot: 3.141592653589793 rad + pos: 50.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-69.5 + rot: 3.141592653589793 rad + pos: 50.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-69.5 + rot: 3.141592653589793 rad + pos: 51.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-69.5 + rot: 3.141592653589793 rad + pos: 51.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21773 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-71.5 + rot: 3.141592653589793 rad + pos: 51.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-71.5 + rot: 3.141592653589793 rad + pos: 51.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-71.5 + rot: 3.141592653589793 rad + pos: 51.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-71.5 + rot: 3.141592653589793 rad + pos: 51.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21777 components: - type: Transform - pos: 29.5,-70.5 + rot: 3.141592653589793 rad + pos: 51.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-73.5 + rot: 3.141592653589793 rad + pos: 51.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-73.5 + rot: 3.141592653589793 rad + pos: 51.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-62.5 + rot: 3.141592653589793 rad + pos: 51.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-62.5 + pos: 50.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-62.5 + pos: 50.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21783 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-62.5 + pos: 51.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21784 components: - type: Transform - pos: 33.5,-63.5 + rot: 1.5707963267948966 rad + pos: 52.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21785 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-61.5 + pos: 53.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146978,7 +145867,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-61.5 + pos: 54.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146986,7 +145875,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-61.5 + pos: 55.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -146994,7 +145883,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-61.5 + pos: 56.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147002,52 +145891,55 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-61.5 + pos: 57.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21790 components: - type: Transform - pos: 36.5,-62.5 + rot: 1.5707963267948966 rad + pos: 58.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21791 components: - type: Transform - pos: 36.5,-63.5 + rot: 1.5707963267948966 rad + pos: 60.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21792 components: - type: Transform - pos: 6.5,-98.5 + rot: 1.5707963267948966 rad + pos: 61.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21793 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-70.5 + rot: 1.5707963267948966 rad + pos: 52.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-71.5 + rot: 1.5707963267948966 rad + pos: 53.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-72.5 + rot: 1.5707963267948966 rad + pos: 54.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147055,71 +145947,71 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,-73.5 + pos: 55.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21797 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-73.5 + pos: 56.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21798 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-73.5 + pos: 57.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21799 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-73.5 + pos: 58.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21800 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-73.5 + pos: 59.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21801 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-73.5 + pos: 60.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21802 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-73.5 + pos: 61.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21803 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-73.5 + pos: 50.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21804 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,-71.5 + pos: 49.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147127,7 +146019,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-71.5 + pos: 48.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147135,7 +146027,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-71.5 + pos: 47.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147143,231 +146035,203 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-71.5 + pos: 46.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-71.5 + pos: 45.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-71.5 + pos: 45.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-71.5 + pos: 45.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-71.5 + pos: 45.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-71.5 + pos: 45.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-71.5 + pos: 45.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21814 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-73.5 + pos: 45.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21815 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-72.5 + pos: 45.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21816 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-74.5 + pos: 45.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21817 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-75.5 + pos: 45.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-76.5 + pos: 45.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-76.5 + pos: 45.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-76.5 + pos: 45.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-76.5 + pos: 45.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-76.5 + pos: 43.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-76.5 + pos: 43.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-76.5 + pos: 43.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-76.5 + pos: 43.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-76.5 + pos: 43.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-76.5 + pos: 43.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-76.5 + pos: 43.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-76.5 + pos: 43.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-76.5 + pos: 43.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-76.5 + pos: 43.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-76.5 + pos: 43.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-76.5 + pos: 43.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-76.5 + pos: 43.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-76.5 + pos: 43.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147375,7 +146239,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-76.5 + pos: 44.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147383,246 +146247,247 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-76.5 + pos: 45.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-75.5 + rot: 1.5707963267948966 rad + pos: 46.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-74.5 + rot: 1.5707963267948966 rad + pos: 47.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-73.5 + rot: 1.5707963267948966 rad + pos: 48.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21841 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,-74.5 + pos: 49.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-74.5 + rot: -1.5707963267948966 rad + pos: 46.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-74.5 + rot: -1.5707963267948966 rad + pos: 47.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-74.5 + rot: -1.5707963267948966 rad + pos: 48.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21850 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-74.5 + rot: 3.141592653589793 rad + pos: 45.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-74.5 + rot: 3.141592653589793 rad + pos: 43.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-74.5 + rot: 3.141592653589793 rad + pos: 43.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-74.5 + rot: 3.141592653589793 rad + pos: 43.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-74.5 + rot: 3.141592653589793 rad + pos: 43.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-74.5 + rot: 3.141592653589793 rad + pos: 43.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21857 components: - type: Transform - pos: -9.5,-72.5 + rot: 3.141592653589793 rad + pos: 43.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-71.5 + rot: 3.141592653589793 rad + pos: 43.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-71.5 + rot: 3.141592653589793 rad + pos: 43.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21860 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-71.5 + pos: 44.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21861 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-71.5 + pos: 45.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21862 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-71.5 + pos: 46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21863 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-71.5 + pos: 47.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21864 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-71.5 + pos: 48.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21865 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-71.5 + pos: 49.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21866 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-71.5 + pos: 51.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21867 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-73.5 + pos: 52.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147630,7 +146495,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-73.5 + pos: 42.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147638,7 +146503,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-73.5 + pos: 41.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147646,7 +146511,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-73.5 + pos: 40.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147654,7 +146519,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-73.5 + pos: 38.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147662,7 +146527,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-73.5 + pos: 37.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147670,7 +146535,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-73.5 + pos: 36.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -147678,101 +146543,111 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-73.5 + pos: 35.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-73.5 + rot: 3.141592653589793 rad + pos: 43.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-73.5 + rot: 3.141592653589793 rad + pos: 43.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-73.5 + rot: 3.141592653589793 rad + pos: 43.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21878 components: - type: Transform - pos: 1.5,-77.5 + rot: 3.141592653589793 rad + pos: 43.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21879 components: - type: Transform - pos: 1.5,-78.5 + rot: 3.141592653589793 rad + pos: 43.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21880 components: - type: Transform - pos: 1.5,-79.5 + rot: 3.141592653589793 rad + pos: 43.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21881 components: - type: Transform - pos: 1.5,-82.5 + rot: 3.141592653589793 rad + pos: 45.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21882 components: - type: Transform - pos: -0.5,-81.5 + rot: 3.141592653589793 rad + pos: 45.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21883 components: - type: Transform - pos: -0.5,-80.5 + rot: 3.141592653589793 rad + pos: 45.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21884 components: - type: Transform - pos: -0.5,-78.5 + rot: 3.141592653589793 rad + pos: 45.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21885 components: - type: Transform - pos: -0.5,-77.5 + rot: 3.141592653589793 rad + pos: 45.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21886 components: - type: Transform - pos: -0.5,-76.5 + rot: 3.141592653589793 rad + pos: 45.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21887 components: - type: Transform - pos: -0.5,-75.5 + rot: 3.141592653589793 rad + pos: 45.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147780,7 +146655,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-82.5 + pos: 46.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147788,7 +146663,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-82.5 + pos: 47.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147796,7 +146671,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-82.5 + pos: 48.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147804,7 +146679,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-82.5 + pos: 49.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147812,7 +146687,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-82.5 + pos: 50.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -147820,199 +146695,199 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-80.5 + pos: 51.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21894 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-80.5 + pos: 52.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21895 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-80.5 + pos: 53.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-82.5 + rot: 1.5707963267948966 rad + pos: 54.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-82.5 + rot: 1.5707963267948966 rad + pos: 55.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-82.5 + rot: 1.5707963267948966 rad + pos: 44.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-82.5 + rot: 1.5707963267948966 rad + pos: 43.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-82.5 + rot: 1.5707963267948966 rad + pos: 41.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-80.5 + rot: 1.5707963267948966 rad + pos: 40.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-80.5 + rot: 1.5707963267948966 rad + pos: 39.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-80.5 + rot: 1.5707963267948966 rad + pos: 38.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-80.5 + rot: 1.5707963267948966 rad + pos: 36.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-80.5 + rot: 1.5707963267948966 rad + pos: 35.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-83.5 + rot: 1.5707963267948966 rad + pos: 53.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-84.5 + rot: 1.5707963267948966 rad + pos: 54.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-85.5 + rot: 1.5707963267948966 rad + pos: 55.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-83.5 + rot: 1.5707963267948966 rad + pos: 56.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-84.5 + rot: 1.5707963267948966 rad + pos: 57.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-85.5 + rot: 1.5707963267948966 rad + pos: 58.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-79.5 + rot: 1.5707963267948966 rad + pos: 59.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-79.5 + rot: 1.5707963267948966 rad + pos: 60.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-79.5 + rot: 1.5707963267948966 rad + pos: 61.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-86.5 + rot: 1.5707963267948966 rad + pos: 62.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21916 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-87.5 + rot: 1.5707963267948966 rad + pos: 63.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21917 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,-87.5 + pos: 65.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -148020,7 +146895,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-87.5 + pos: 66.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -148028,7 +146903,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-87.5 + pos: 67.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -148036,7 +146911,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-87.5 + pos: 68.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -148044,15 +146919,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-87.5 + pos: 57.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21922 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-86.5 + pos: 58.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148060,7 +146935,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-86.5 + pos: 59.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148068,7 +146943,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-86.5 + pos: 60.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148076,7 +146951,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-86.5 + pos: 61.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148084,7 +146959,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-86.5 + pos: 62.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148092,7 +146967,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,-86.5 + pos: 63.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148100,7 +146975,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-86.5 + pos: 64.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -148108,177 +146983,188 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-87.5 + pos: 66.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21930 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-87.5 + pos: 67.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21931 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-87.5 + pos: 69.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21932 components: - type: Transform - pos: -8.5,-87.5 + rot: 1.5707963267948966 rad + pos: 71.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21933 components: - type: Transform - pos: -8.5,-88.5 + rot: 1.5707963267948966 rad + pos: 72.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21934 components: - type: Transform - pos: -8.5,-89.5 + rot: 3.141592653589793 rad + pos: 64.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21935 components: - type: Transform - pos: -8.5,-90.5 + rot: 3.141592653589793 rad + pos: 64.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21936 components: - type: Transform - pos: -8.5,-91.5 + rot: 3.141592653589793 rad + pos: 64.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21937 components: - type: Transform - pos: -8.5,-92.5 + rot: 3.141592653589793 rad + pos: 64.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21938 components: - type: Transform - pos: -8.5,-93.5 + rot: 3.141592653589793 rad + pos: 64.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21939 components: - type: Transform - pos: -6.5,-89.5 + rot: 3.141592653589793 rad + pos: 68.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21940 components: - type: Transform - pos: -6.5,-88.5 + rot: 3.141592653589793 rad + pos: 68.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-90.5 + rot: 3.141592653589793 rad + pos: 68.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21942 components: - type: Transform - pos: -0.5,-89.5 + rot: 3.141592653589793 rad + pos: 43.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21943 components: - type: Transform - pos: -0.5,-88.5 + rot: 3.141592653589793 rad + pos: 42.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-90.5 + pos: 28.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-88.5 + pos: 28.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21946 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-88.5 + pos: 45.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21947 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,-93.5 + pos: 43.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-94.5 + rot: 3.141592653589793 rad + pos: 43.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-94.5 + rot: 3.141592653589793 rad + pos: 43.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21950 components: - type: Transform - pos: 13.5,-96.5 + rot: 1.5707963267948966 rad + pos: 32.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21951 components: - type: Transform - pos: 6.5,-96.5 + rot: 1.5707963267948966 rad + pos: 31.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21952 components: - type: Transform - pos: 6.5,-92.5 + rot: 1.5707963267948966 rad + pos: 30.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -148286,898 +147172,940 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-88.5 + pos: 29.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21954 components: - type: Transform - pos: -1.5,-91.5 + pos: 28.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21955 components: - type: Transform - pos: -1.5,-92.5 + pos: 28.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21956 components: - type: Transform - pos: -1.5,-93.5 + rot: 1.5707963267948966 rad + pos: 43.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21957 components: - type: Transform - pos: -1.5,-94.5 + pos: 43.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-81.5 + pos: 43.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-81.5 + rot: 1.5707963267948966 rad + pos: 54.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-81.5 + rot: 1.5707963267948966 rad + pos: 53.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-81.5 + pos: 52.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21962 components: - type: Transform - pos: 6.5,-91.5 + rot: 1.5707963267948966 rad + pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-70.5 + rot: 1.5707963267948966 rad + pos: 47.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21964 components: - type: Transform - pos: -25.5,-72.5 + rot: 1.5707963267948966 rad + pos: 51.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-69.5 + rot: 1.5707963267948966 rad + pos: 50.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-69.5 + rot: 1.5707963267948966 rad + pos: 58.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21967 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-69.5 + pos: 54.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-71.5 + rot: -1.5707963267948966 rad + pos: 55.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-71.5 + pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-69.5 + pos: 44.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-68.5 + pos: 43.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-67.5 + pos: 43.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21973 components: - type: Transform - pos: -23.5,-71.5 + rot: 1.5707963267948966 rad + pos: 73.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21974 components: - type: Transform - pos: -23.5,-72.5 + rot: 1.5707963267948966 rad + pos: 74.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21975 components: - type: Transform - pos: -23.5,-73.5 + rot: 1.5707963267948966 rad + pos: 75.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21976 components: - type: Transform - pos: -23.5,-74.5 + rot: 1.5707963267948966 rad + pos: 76.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21977 components: - type: Transform - pos: -23.5,-75.5 + rot: 3.141592653589793 rad + pos: 77.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21978 components: - type: Transform - pos: -23.5,-77.5 + rot: 3.141592653589793 rad + pos: 77.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21979 components: - type: Transform - pos: -23.5,-78.5 + pos: 73.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21980 components: - type: Transform - pos: -23.5,-79.5 + pos: 73.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21981 components: - type: Transform - pos: -25.5,-74.5 + pos: 73.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21982 components: - type: Transform - pos: -25.5,-75.5 + rot: -1.5707963267948966 rad + pos: 69.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21983 components: - type: Transform - pos: -25.5,-76.5 + rot: -1.5707963267948966 rad + pos: 70.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21984 components: - type: Transform - pos: -25.5,-78.5 + rot: -1.5707963267948966 rad + pos: 71.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21985 components: - type: Transform - pos: -25.5,-79.5 + rot: 3.141592653589793 rad + pos: 78.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 21986 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-80.5 + pos: 78.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-81.5 + rot: 3.141592653589793 rad + pos: 78.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 21993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-81.5 + rot: -1.5707963267948966 rad + pos: 74.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21994 components: - type: Transform - pos: -25.5,-81.5 + rot: -1.5707963267948966 rad + pos: 75.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 21995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-82.5 + rot: -1.5707963267948966 rad + pos: 76.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-82.5 + rot: -1.5707963267948966 rad + pos: 77.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-82.5 + rot: -1.5707963267948966 rad + pos: 78.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-82.5 + rot: -1.5707963267948966 rad + pos: 79.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 21999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-82.5 + rot: -1.5707963267948966 rad + pos: 80.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-80.5 + rot: 3.141592653589793 rad + pos: 81.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22006 components: - type: Transform - pos: -32.5,-81.5 + rot: 1.5707963267948966 rad + pos: 82.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22007 components: - type: Transform - pos: -32.5,-82.5 + rot: 1.5707963267948966 rad + pos: 83.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22008 components: - type: Transform - pos: -32.5,-83.5 + rot: 1.5707963267948966 rad + pos: 84.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22009 components: - type: Transform - pos: -32.5,-84.5 + rot: 1.5707963267948966 rad + pos: 85.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22010 components: - type: Transform - pos: -32.5,-85.5 + rot: 1.5707963267948966 rad + pos: 86.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22011 components: - type: Transform - pos: -32.5,-86.5 + rot: 1.5707963267948966 rad + pos: 89.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22012 components: - type: Transform - pos: -32.5,-88.5 + rot: 1.5707963267948966 rad + pos: 90.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22013 components: - type: Transform - pos: -32.5,-89.5 + rot: 1.5707963267948966 rad + pos: 91.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22014 components: - type: Transform - pos: -32.5,-90.5 + rot: 1.5707963267948966 rad + pos: 92.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22015 components: - type: Transform - pos: -31.5,-83.5 + rot: 1.5707963267948966 rad + pos: 93.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22016 components: - type: Transform - pos: -31.5,-84.5 + rot: 1.5707963267948966 rad + pos: 94.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22017 components: - type: Transform - pos: -31.5,-85.5 + rot: 1.5707963267948966 rad + pos: 95.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22018 components: - type: Transform - pos: -31.5,-87.5 + rot: 1.5707963267948966 rad + pos: 96.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22019 components: - type: Transform - pos: -31.5,-88.5 + rot: 1.5707963267948966 rad + pos: 97.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22020 components: - type: Transform - pos: -31.5,-89.5 + rot: 1.5707963267948966 rad + pos: 98.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22021 components: - type: Transform - pos: -31.5,-90.5 + rot: 1.5707963267948966 rad + pos: 99.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22022 components: - type: Transform - pos: -31.5,-82.5 + rot: 1.5707963267948966 rad + pos: 100.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22023 components: - type: Transform - pos: -32.5,-92.5 + rot: 1.5707963267948966 rad + pos: 101.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22024 components: - type: Transform - pos: -32.5,-91.5 + rot: 1.5707963267948966 rad + pos: 101.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22025 components: - type: Transform - pos: -31.5,-91.5 + rot: 1.5707963267948966 rad + pos: 100.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22026 components: - type: Transform - pos: -27.5,-70.5 + rot: 1.5707963267948966 rad + pos: 99.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22027 components: - type: Transform - pos: -27.5,-71.5 + rot: 1.5707963267948966 rad + pos: 98.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22028 components: - type: Transform - pos: -28.5,-72.5 + rot: 1.5707963267948966 rad + pos: 97.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22029 components: - type: Transform - pos: -28.5,-73.5 + rot: 1.5707963267948966 rad + pos: 96.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22030 components: - type: Transform - pos: -27.5,-72.5 + rot: 1.5707963267948966 rad + pos: 95.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22031 components: - type: Transform - pos: -27.5,-73.5 + rot: 1.5707963267948966 rad + pos: 94.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-74.5 + rot: 1.5707963267948966 rad + pos: 93.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22033 components: - type: Transform - pos: -27.5,-66.5 + rot: 1.5707963267948966 rad + pos: 92.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22034 components: - type: Transform - pos: -27.5,-65.5 + rot: 1.5707963267948966 rad + pos: 91.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22035 components: - type: Transform - pos: -27.5,-64.5 + rot: 1.5707963267948966 rad + pos: 90.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22036 components: - type: Transform - pos: -27.5,-63.5 + rot: 1.5707963267948966 rad + pos: 89.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22037 components: - type: Transform - pos: -27.5,-62.5 + rot: 1.5707963267948966 rad + pos: 88.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22038 components: - type: Transform - pos: -27.5,-61.5 + rot: 1.5707963267948966 rad + pos: 87.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22039 components: - type: Transform - pos: -27.5,-60.5 + rot: 1.5707963267948966 rad + pos: 85.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22040 components: - type: Transform - pos: -27.5,-58.5 + rot: 1.5707963267948966 rad + pos: 84.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22041 components: - type: Transform - pos: -27.5,-57.5 + pos: 83.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22042 components: - type: Transform - pos: -27.5,-56.5 + pos: 83.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22043 components: - type: Transform - pos: -29.5,-56.5 + pos: 83.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22044 components: - type: Transform - pos: -29.5,-57.5 + pos: 83.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22045 components: - type: Transform - pos: -29.5,-58.5 + pos: 83.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22046 components: - type: Transform - pos: -29.5,-59.5 + pos: 83.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22047 components: - type: Transform - pos: -29.5,-60.5 + pos: 83.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22048 components: - type: Transform - pos: -29.5,-62.5 + pos: 83.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22049 components: - type: Transform - pos: -29.5,-63.5 + pos: 83.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22050 components: - type: Transform - pos: -29.5,-64.5 + pos: 83.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22051 components: - type: Transform - pos: -29.5,-65.5 + pos: 83.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22052 components: - type: Transform - pos: -29.5,-66.5 + pos: 83.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-53.5 + pos: 83.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-53.5 + pos: 83.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-53.5 + pos: 83.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22056 components: - type: Transform - pos: -27.5,-54.5 + rot: -1.5707963267948966 rad + pos: 84.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22057 components: - type: Transform - pos: -27.5,-55.5 + rot: -1.5707963267948966 rad + pos: 85.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22058 components: - type: Transform - pos: -30.5,-53.5 + rot: -1.5707963267948966 rad + pos: 87.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-48.5 + rot: -1.5707963267948966 rad + pos: 88.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-47.5 + rot: -1.5707963267948966 rad + pos: 89.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-48.5 + rot: -1.5707963267948966 rad + pos: 90.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-49.5 + rot: -1.5707963267948966 rad + pos: 91.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22063 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-50.5 + rot: -1.5707963267948966 rad + pos: 92.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-51.5 + rot: -1.5707963267948966 rad + pos: 93.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-52.5 + rot: -1.5707963267948966 rad + pos: 94.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22066 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-50.5 + rot: -1.5707963267948966 rad + pos: 95.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-51.5 + rot: -1.5707963267948966 rad + pos: 96.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-52.5 + rot: -1.5707963267948966 rad + pos: 97.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-46.5 + rot: -1.5707963267948966 rad + pos: 98.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22070 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-46.5 + rot: -1.5707963267948966 rad + pos: 99.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-45.5 + rot: -1.5707963267948966 rad + pos: 100.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-44.5 + rot: -1.5707963267948966 rad + pos: 101.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22073 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-43.5 + rot: -1.5707963267948966 rad + pos: 82.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149185,23 +148113,23 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-44.5 + pos: 83.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22075 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-44.5 + pos: 84.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22076 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-42.5 + pos: 85.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149209,7 +148137,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-42.5 + pos: 86.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149217,127 +148145,127 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-42.5 + pos: 87.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-43.5 + rot: -1.5707963267948966 rad + pos: 89.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-42.5 + rot: -1.5707963267948966 rad + pos: 90.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-41.5 + rot: -1.5707963267948966 rad + pos: 91.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22082 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-40.5 + rot: -1.5707963267948966 rad + pos: 92.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-41.5 + rot: -1.5707963267948966 rad + pos: 93.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-40.5 + rot: -1.5707963267948966 rad + pos: 94.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22085 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-39.5 + rot: -1.5707963267948966 rad + pos: 95.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-38.5 + rot: -1.5707963267948966 rad + pos: 96.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-37.5 + rot: -1.5707963267948966 rad + pos: 97.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-36.5 + rot: -1.5707963267948966 rad + pos: 98.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22089 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-35.5 + rot: -1.5707963267948966 rad + pos: 99.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-34.5 + rot: -1.5707963267948966 rad + pos: 100.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-33.5 + rot: -1.5707963267948966 rad + pos: 101.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22092 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-32.5 + pos: 81.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22093 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-39.5 + pos: 81.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149345,7 +148273,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-38.5 + pos: 81.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149353,7 +148281,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-37.5 + pos: 81.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149361,7 +148289,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-36.5 + pos: 81.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149369,7 +148297,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-35.5 + pos: 81.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149377,569 +148305,555 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-34.5 + pos: 81.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-31.5 + rot: 3.141592653589793 rad + pos: 81.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-31.5 + rot: 3.141592653589793 rad + pos: 81.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-33.5 + rot: -1.5707963267948966 rad + pos: 79.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-33.5 + rot: -1.5707963267948966 rad + pos: 80.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22103 components: - type: Transform - pos: -27.5,-32.5 + rot: -1.5707963267948966 rad + pos: 81.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22104 components: - type: Transform - pos: -27.5,-31.5 + rot: -1.5707963267948966 rad + pos: 82.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22105 components: - type: Transform - pos: -27.5,-30.5 + pos: 86.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22106 components: - type: Transform - pos: -27.5,-29.5 + pos: 86.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22107 components: - type: Transform - pos: -27.5,-28.5 + rot: 3.141592653589793 rad + pos: 88.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22108 components: - type: Transform - pos: -27.5,-27.5 + rot: 3.141592653589793 rad + pos: 88.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22109 components: - type: Transform - pos: -27.5,-26.5 + pos: 28.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22110 components: - type: Transform - pos: -27.5,-24.5 + pos: 28.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22111 components: - type: Transform - pos: -27.5,-23.5 + pos: 28.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22112 components: - type: Transform - pos: -27.5,-22.5 + pos: 28.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22113 components: - type: Transform - pos: -27.5,-21.5 + pos: 28.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22114 components: - type: Transform - pos: -27.5,-20.5 + pos: 30.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22115 components: - type: Transform - pos: -27.5,-18.5 + pos: 30.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22116 components: - type: Transform - pos: -27.5,-17.5 + pos: 30.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22117 components: - type: Transform - pos: -27.5,-16.5 + pos: 30.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22118 components: - type: Transform - pos: -27.5,-15.5 + pos: 30.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22119 components: - type: Transform - pos: -27.5,-14.5 + pos: 30.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22120 components: - type: Transform - pos: -27.5,-12.5 + pos: 30.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22121 components: - type: Transform - pos: -27.5,-11.5 + rot: -1.5707963267948966 rad + pos: 32.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22122 components: - type: Transform - pos: -29.5,-11.5 + rot: -1.5707963267948966 rad + pos: 33.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22123 components: - type: Transform - pos: -29.5,-12.5 + rot: -1.5707963267948966 rad + pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22124 components: - type: Transform - pos: -29.5,-13.5 + pos: 26.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22125 components: - type: Transform - pos: -29.5,-14.5 + pos: 26.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22126 components: - type: Transform - pos: -29.5,-16.5 + pos: 26.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22127 components: - type: Transform - pos: -29.5,-17.5 + pos: 27.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22128 components: - type: Transform - pos: -29.5,-18.5 + rot: 1.5707963267948966 rad + pos: 27.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22129 components: - type: Transform - pos: -29.5,-19.5 + rot: 1.5707963267948966 rad + pos: 28.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22130 components: - type: Transform - pos: -29.5,-20.5 + rot: 1.5707963267948966 rad + pos: 29.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22131 components: - type: Transform - pos: -29.5,-22.5 + pos: 31.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22132 components: - type: Transform - pos: -29.5,-23.5 + pos: 31.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22133 components: - type: Transform - pos: -29.5,-24.5 + pos: 31.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22134 components: - type: Transform - pos: -29.5,-25.5 + pos: 31.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22135 components: - type: Transform - pos: -29.5,-26.5 + pos: 31.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22136 components: - type: Transform - pos: -29.5,-28.5 + pos: 31.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22137 components: - type: Transform - pos: -29.5,-29.5 + pos: 31.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22138 components: - type: Transform - pos: -29.5,-30.5 + pos: 31.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-42.5 + pos: 31.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-42.5 + pos: 33.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-42.5 + pos: 33.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-42.5 + pos: 33.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-42.5 + pos: 33.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-42.5 + pos: 33.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-42.5 + pos: 33.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-42.5 + pos: 33.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-44.5 + pos: 33.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-44.5 + pos: 28.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-44.5 + pos: 28.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-44.5 + pos: 30.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-44.5 + pos: 30.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-44.5 + pos: 30.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-44.5 + pos: 30.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-44.5 + pos: 28.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-44.5 + pos: 28.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-10.5 + pos: 30.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-8.5 + pos: 30.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-6.5 + pos: 30.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-5.5 + pos: 30.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 + pos: 28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-2.5 + pos: 28.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-2.5 + pos: 28.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 + pos: 28.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22164 components: - type: Transform - pos: -21.5,-0.5 + pos: 28.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22165 components: - type: Transform - pos: -21.5,0.5 + rot: 1.5707963267948966 rad + pos: 29.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,1.5 + rot: 1.5707963267948966 rad + pos: 30.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,1.5 + rot: 1.5707963267948966 rad + pos: 31.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,1.5 + rot: 3.141592653589793 rad + pos: 30.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,1.5 + rot: 3.141592653589793 rad + pos: 30.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,1.5 + rot: 3.141592653589793 rad + pos: 30.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-0.5 + rot: 3.141592653589793 rad + pos: 30.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22172 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-0.5 + pos: 19.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22173 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 + rot: -1.5707963267948966 rad + pos: 21.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -149947,38 +148861,39 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-9.5 + pos: 27.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 + rot: 3.141592653589793 rad + pos: 28.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,3.5 + rot: 3.141592653589793 rad + pos: 28.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22177 components: - type: Transform - pos: -13.5,2.5 + rot: 3.141592653589793 rad + pos: 29.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,3.5 + rot: 3.141592653589793 rad + pos: 28.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -149986,230 +148901,225 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,2.5 + pos: 28.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22180 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,1.5 + pos: 27.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,0.5 + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-0.5 + rot: -1.5707963267948966 rad + pos: 26.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-0.5 + rot: -1.5707963267948966 rad + pos: 28.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22184 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,3.5 + pos: 26.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22185 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,4.5 + pos: 25.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,4.5 + pos: 26.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,4.5 + pos: 26.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22188 components: - type: Transform - pos: -25.5,-5.5 + pos: 26.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22189 components: - type: Transform - pos: -25.5,-4.5 + pos: 26.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22190 components: - type: Transform - pos: -25.5,-3.5 + pos: 26.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22191 components: - type: Transform - pos: -25.5,-2.5 + rot: -1.5707963267948966 rad + pos: 21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22192 components: - type: Transform - pos: -25.5,-1.5 + rot: -1.5707963267948966 rad + pos: 23.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22193 components: - type: Transform - pos: -26.5,-1.5 + rot: 1.5707963267948966 rad + pos: 16.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22194 components: - type: Transform - pos: -26.5,-0.5 + rot: 1.5707963267948966 rad + pos: 17.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22195 components: - type: Transform - pos: -25.5,-0.5 + pos: 15.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22196 components: - type: Transform - pos: -25.5,0.5 + pos: 15.5,1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,1.5 + pos: 15.5,2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,1.5 + pos: 15.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,1.5 + pos: 15.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,0.5 + pos: 15.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,0.5 + pos: 17.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,0.5 + pos: 17.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22203 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,1.5 + pos: 17.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,2.5 + rot: -1.5707963267948966 rad + pos: 16.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,3.5 + rot: -1.5707963267948966 rad + pos: 15.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,5.5 + rot: -1.5707963267948966 rad + pos: 14.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,6.5 + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,2.5 + rot: -1.5707963267948966 rad + pos: 12.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150217,7 +149127,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,3.5 + pos: 11.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150225,7 +149135,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,4.5 + pos: 11.5,1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150233,7 +149143,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,5.5 + pos: 11.5,2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150241,111 +149151,111 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,7.5 + pos: 13.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,8.5 + rot: 1.5707963267948966 rad + pos: 12.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,9.5 + rot: 1.5707963267948966 rad + pos: 11.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,7.5 + rot: 1.5707963267948966 rad + pos: 10.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,8.5 + rot: 1.5707963267948966 rad + pos: 9.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,9.5 + rot: 1.5707963267948966 rad + pos: 7.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,10.5 + rot: 1.5707963267948966 rad + pos: 6.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-44.5 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-45.5 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-46.5 + rot: 1.5707963267948966 rad + pos: 4.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-45.5 + rot: 1.5707963267948966 rad + pos: 5.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-46.5 + rot: 1.5707963267948966 rad + pos: 6.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-47.5 + rot: 1.5707963267948966 rad + pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22225 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,-47.5 + pos: 9.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150353,47 +149263,43 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-47.5 + pos: 10.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-47.5 + pos: 7.5,2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-47.5 + pos: 7.5,1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-47.5 + pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-47.5 + pos: 8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-49.5 + rot: -1.5707963267948966 rad + pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150401,55 +149307,55 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-48.5 + pos: 1.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-50.5 + rot: -1.5707963267948966 rad + pos: 2.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22234 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-51.5 + rot: -1.5707963267948966 rad + pos: 3.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-52.5 + rot: -1.5707963267948966 rad + pos: 3.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-53.5 + rot: -1.5707963267948966 rad + pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-54.5 + rot: -1.5707963267948966 rad + pos: -0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22238 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-55.5 + pos: -0.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150457,7 +149363,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-56.5 + pos: -0.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150465,7 +149371,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-57.5 + pos: -0.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150473,7 +149379,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-58.5 + pos: -0.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150481,7 +149387,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-60.5 + pos: -0.5,8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150489,31 +149395,31 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-61.5 + pos: 1.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22244 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-62.5 + pos: 1.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22245 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-63.5 + pos: 1.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22246 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-63.5 + pos: 1.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -150521,7 +149427,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-62.5 + pos: 1.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -150529,71 +149435,71 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-61.5 + pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-60.5 + rot: -1.5707963267948966 rad + pos: 3.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-59.5 + rot: -1.5707963267948966 rad + pos: 2.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22251 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-58.5 + rot: -1.5707963267948966 rad + pos: 3.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22252 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-55.5 + rot: -1.5707963267948966 rad + pos: 2.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22253 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-54.5 + rot: -1.5707963267948966 rad + pos: 1.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22254 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-53.5 + rot: -1.5707963267948966 rad + pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22255 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-51.5 + pos: 4.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22256 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-50.5 + pos: 4.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -150601,7 +149507,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-49.5 + pos: 1.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -150609,7 +149515,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-59.5 + pos: -3.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150617,306 +149523,302 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-59.5 + pos: -1.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22260 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-59.5 + pos: -2.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22261 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-59.5 + pos: -3.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22262 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-59.5 + pos: -4.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-57.5 + rot: 3.141592653589793 rad + pos: -2.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-57.5 + rot: 3.141592653589793 rad + pos: -2.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-57.5 + rot: 3.141592653589793 rad + pos: -2.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-57.5 + rot: 3.141592653589793 rad + pos: -2.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-57.5 + rot: 3.141592653589793 rad + pos: -6.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22268 components: - type: Transform - pos: -44.5,-64.5 + rot: 3.141592653589793 rad + pos: -6.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22269 components: - type: Transform - pos: -44.5,-65.5 + rot: 3.141592653589793 rad + pos: -6.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22270 components: - type: Transform - pos: -44.5,-68.5 + rot: 3.141592653589793 rad + pos: -6.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22271 components: - type: Transform - pos: -44.5,-69.5 + rot: 3.141592653589793 rad + pos: -6.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22272 components: - type: Transform - pos: -44.5,-70.5 + rot: 1.5707963267948966 rad + pos: -5.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22273 components: - type: Transform - pos: -44.5,-71.5 + rot: 1.5707963267948966 rad + pos: -6.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22274 components: - type: Transform - pos: -42.5,-72.5 + pos: -4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22275 components: - type: Transform - pos: -42.5,-71.5 + pos: -4.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22276 components: - type: Transform - pos: -42.5,-70.5 + pos: -5.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22277 components: - type: Transform - pos: -42.5,-68.5 + pos: -5.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22278 components: - type: Transform - pos: -42.5,-67.5 + pos: -5.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22279 components: - type: Transform - pos: -42.5,-66.5 + rot: -1.5707963267948966 rad + pos: -6.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22280 components: - type: Transform - pos: -42.5,-65.5 + rot: -1.5707963267948966 rad + pos: -7.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-52.5 + pos: -0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-52.5 + pos: -0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-52.5 + pos: -0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-52.5 + pos: -0.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-48.5 + pos: -0.5,16.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-48.5 + pos: -0.5,17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-48.5 + pos: 1.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-48.5 + pos: 1.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-58.5 + pos: 1.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-57.5 + pos: 1.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-56.5 + pos: 1.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-55.5 + pos: 1.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22293 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-54.5 + rot: 1.5707963267948966 rad + pos: 2.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-53.5 + rot: 1.5707963267948966 rad + pos: 3.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22295 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-56.5 + rot: 1.5707963267948966 rad + pos: 0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-55.5 + rot: 1.5707963267948966 rad + pos: 1.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-57.5 + rot: 1.5707963267948966 rad + pos: 2.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-59.5 + rot: 1.5707963267948966 rad + pos: 3.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -150924,114 +149826,113 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-64.5 + pos: -1.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22300 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-64.5 + pos: -2.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22301 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-64.5 + pos: -3.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22302 components: - type: Transform - pos: -36.5,-63.5 + rot: 1.5707963267948966 rad + pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22303 components: - type: Transform - pos: -36.5,-62.5 + rot: 1.5707963267948966 rad + pos: -0.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22304 components: - type: Transform - pos: -36.5,-61.5 + rot: 1.5707963267948966 rad + pos: -1.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22305 components: - type: Transform - pos: -36.5,-60.5 + rot: 1.5707963267948966 rad + pos: -2.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22306 components: - type: Transform - pos: -36.5,-64.5 + rot: 1.5707963267948966 rad + pos: -3.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-64.5 + pos: 1.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-64.5 + pos: 1.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-64.5 + pos: 1.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-64.5 + pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-64.5 + pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-64.5 + pos: -0.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22313 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-64.5 + pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -151039,743 +149940,730 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-66.5 + pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22315 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,-66.5 + pos: 5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22316 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-66.5 + pos: 6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22317 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-66.5 + pos: 0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22318 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,-66.5 + pos: -0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-73.5 + rot: -1.5707963267948966 rad + pos: -1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-74.5 + rot: -1.5707963267948966 rad + pos: -3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-76.5 + rot: -1.5707963267948966 rad + pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-77.5 + rot: -1.5707963267948966 rad + pos: -5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22323 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-78.5 + pos: -0.5,21.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22324 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-75.5 + rot: -1.5707963267948966 rad + pos: -2.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22325 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-76.5 + rot: -1.5707963267948966 rad + pos: -3.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-77.5 + rot: -1.5707963267948966 rad + pos: -4.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-78.5 + rot: -1.5707963267948966 rad + pos: -5.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22328 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-79.5 + rot: -1.5707963267948966 rad + pos: 1.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-80.5 + rot: -1.5707963267948966 rad + pos: 2.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-81.5 + rot: -1.5707963267948966 rad + pos: 3.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-81.5 + rot: -1.5707963267948966 rad + pos: 4.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22332 components: - type: Transform - pos: -42.5,-79.5 + rot: -1.5707963267948966 rad + pos: 5.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22333 components: - type: Transform - pos: -42.5,-80.5 + rot: -1.5707963267948966 rad + pos: 6.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22334 components: - type: Transform - pos: -42.5,-81.5 + rot: -1.5707963267948966 rad + pos: 8.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22335 components: - type: Transform - pos: -42.5,-82.5 + rot: 3.141592653589793 rad + pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22336 components: - type: Transform - pos: -42.5,-83.5 + rot: 3.141592653589793 rad + pos: 9.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-72.5 + rot: 3.141592653589793 rad + pos: 9.5,18.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-72.5 + rot: 3.141592653589793 rad + pos: 9.5,17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-72.5 + rot: 3.141592653589793 rad + pos: 9.5,16.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-72.5 + rot: 3.141592653589793 rad + pos: 9.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-74.5 + rot: 3.141592653589793 rad + pos: 8.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-74.5 + rot: 3.141592653589793 rad + pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-67.5 + rot: 3.141592653589793 rad + pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-67.5 + rot: 3.141592653589793 rad + pos: 8.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-67.5 + rot: 3.141592653589793 rad + pos: 8.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-67.5 + rot: 3.141592653589793 rad + pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-67.5 + pos: 31.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-67.5 + pos: 31.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-69.5 + pos: 31.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-69.5 + pos: 31.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-69.5 + pos: 31.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-69.5 + pos: 31.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-64.5 + pos: 31.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-64.5 + pos: 33.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-64.5 + pos: 33.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-66.5 + pos: 33.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-66.5 + pos: 33.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-66.5 + pos: 33.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22359 components: - type: Transform - pos: -50.5,-66.5 + pos: 33.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22360 components: - type: Transform - pos: -50.5,-67.5 + pos: 33.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22361 components: - type: Transform - pos: -48.5,-67.5 + rot: 1.5707963267948966 rad + pos: 30.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-64.5 + rot: 1.5707963267948966 rad + pos: 29.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-63.5 + rot: 1.5707963267948966 rad + pos: 31.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-62.5 + rot: 1.5707963267948966 rad + pos: 32.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-61.5 + pos: 33.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-60.5 + pos: 33.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-63.5 + pos: 33.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-62.5 + pos: 33.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-61.5 + pos: 31.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-60.5 + pos: 31.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-66.5 + rot: 3.141592653589793 rad + pos: 30.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-66.5 + rot: 3.141592653589793 rad + pos: 30.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-66.5 + rot: 3.141592653589793 rad + pos: 30.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-66.5 + rot: 3.141592653589793 rad + pos: 30.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-66.5 + rot: 3.141592653589793 rad + pos: 30.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-66.5 + rot: 3.141592653589793 rad + pos: 28.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-64.5 + rot: 3.141592653589793 rad + pos: 28.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-64.5 + rot: 3.141592653589793 rad + pos: 28.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-64.5 + rot: 3.141592653589793 rad + pos: 28.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-64.5 + rot: 3.141592653589793 rad + pos: 28.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-64.5 + rot: 3.141592653589793 rad + pos: 28.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-64.5 + rot: 3.141592653589793 rad + pos: 30.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22393 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-42.5 + pos: 30.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22394 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-41.5 + pos: 23.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22395 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-40.5 + pos: 21.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-39.5 + rot: 1.5707963267948966 rad + pos: 22.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-37.5 + rot: 1.5707963267948966 rad + pos: 23.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-36.5 + rot: 1.5707963267948966 rad + pos: 24.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-35.5 + rot: 1.5707963267948966 rad + pos: 25.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-41.5 + rot: 1.5707963267948966 rad + pos: 26.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-40.5 + rot: 1.5707963267948966 rad + pos: 24.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-39.5 + rot: 1.5707963267948966 rad + pos: 25.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-37.5 + rot: 1.5707963267948966 rad + pos: 26.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-36.5 + rot: 1.5707963267948966 rad + pos: 27.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-35.5 + pos: 29.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-38.5 + rot: -1.5707963267948966 rad + pos: 22.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-38.5 + rot: -1.5707963267948966 rad + pos: 21.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -151783,522 +150671,547 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-38.5 + pos: 29.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22409 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-38.5 + pos: 30.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22410 components: - type: Transform - pos: -40.5,-34.5 + rot: 1.5707963267948966 rad + pos: 31.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22411 components: - type: Transform - pos: -40.5,-32.5 + rot: 1.5707963267948966 rad + pos: 32.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22412 components: - type: Transform - pos: -40.5,-31.5 + pos: 33.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22413 components: - type: Transform - pos: -40.5,-30.5 + rot: 1.5707963267948966 rad + pos: 31.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22414 components: - type: Transform - pos: -40.5,-29.5 + rot: 1.5707963267948966 rad + pos: 32.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22415 components: - type: Transform - pos: -40.5,-28.5 + rot: 1.5707963267948966 rad + pos: 33.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22416 components: - type: Transform - pos: -42.5,-33.5 + rot: 1.5707963267948966 rad + pos: 34.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22417 components: - type: Transform - pos: -42.5,-32.5 + rot: 1.5707963267948966 rad + pos: 35.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22418 components: - type: Transform - pos: -42.5,-31.5 + pos: 36.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22419 components: - type: Transform - pos: -42.5,-30.5 + pos: 36.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-27.5 + pos: 6.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-27.5 + rot: 3.141592653589793 rad + pos: 27.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-27.5 + rot: 3.141592653589793 rad + pos: 27.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-27.5 + rot: 3.141592653589793 rad + pos: 27.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22424 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-27.5 + pos: 20.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22425 components: - type: Transform - pos: -37.5,-28.5 + rot: 1.5707963267948966 rad + pos: 19.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22426 components: - type: Transform - pos: -37.5,-29.5 + rot: 1.5707963267948966 rad + pos: 18.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22427 components: - type: Transform - pos: -37.5,-30.5 + rot: 1.5707963267948966 rad + pos: 17.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22428 components: - type: Transform - pos: -35.5,-30.5 + rot: 1.5707963267948966 rad + pos: 16.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22429 components: - type: Transform - pos: -35.5,-29.5 + rot: 1.5707963267948966 rad + pos: 15.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22430 components: - type: Transform - pos: -35.5,-28.5 + rot: 1.5707963267948966 rad + pos: 14.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22431 components: - type: Transform - pos: -35.5,-27.5 + rot: 1.5707963267948966 rad + pos: 13.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22432 components: - type: Transform - pos: -35.5,-26.5 + rot: 1.5707963267948966 rad + pos: 20.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-25.5 + rot: 1.5707963267948966 rad + pos: 19.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-25.5 + rot: 1.5707963267948966 rad + pos: 18.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-25.5 + rot: 1.5707963267948966 rad + pos: 17.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-25.5 + rot: 1.5707963267948966 rad + pos: 16.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-25.5 + rot: 1.5707963267948966 rad + pos: 15.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-25.5 + rot: 1.5707963267948966 rad + pos: 14.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22439 components: - type: Transform - pos: -42.5,-28.5 + rot: 1.5707963267948966 rad + pos: 13.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22440 components: - type: Transform - pos: -42.5,-27.5 + rot: 1.5707963267948966 rad + pos: 12.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22441 components: - type: Transform - pos: -42.5,-26.5 + rot: 1.5707963267948966 rad + pos: 11.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22442 components: - type: Transform - pos: -40.5,-26.5 + rot: 3.141592653589793 rad + pos: 10.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22443 components: - type: Transform - pos: -40.5,-25.5 + rot: 3.141592653589793 rad + pos: 10.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22444 components: - type: Transform - pos: -40.5,-24.5 + rot: 3.141592653589793 rad + pos: 12.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22445 components: - type: Transform - pos: -40.5,-23.5 + rot: 3.141592653589793 rad + pos: 12.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22446 components: - type: Transform - pos: -42.5,-24.5 + rot: 1.5707963267948966 rad + pos: 11.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22447 components: - type: Transform - pos: -42.5,-23.5 + rot: 1.5707963267948966 rad + pos: 10.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-29.5 + rot: 1.5707963267948966 rad + pos: 9.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-29.5 + rot: 1.5707963267948966 rad + pos: 7.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22450 components: - type: Transform - pos: -45.5,-30.5 + rot: 1.5707963267948966 rad + pos: 6.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22451 components: - type: Transform - pos: -45.5,-31.5 + rot: 1.5707963267948966 rad + pos: 5.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22452 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-22.5 + pos: 4.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22453 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-22.5 + pos: 3.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-22.5 + rot: 1.5707963267948966 rad + pos: 2.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-19.5 + rot: 1.5707963267948966 rad + pos: 0.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-18.5 + rot: 1.5707963267948966 rad + pos: -0.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22457 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-17.5 + rot: 1.5707963267948966 rad + pos: -1.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-17.5 + rot: 1.5707963267948966 rad + pos: -2.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-18.5 + rot: 1.5707963267948966 rad + pos: -3.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-19.5 + rot: 1.5707963267948966 rad + pos: -4.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-20.5 + rot: 1.5707963267948966 rad + pos: -5.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-21.5 + rot: 1.5707963267948966 rad + pos: -6.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-14.5 + rot: 1.5707963267948966 rad + pos: -8.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22464 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-13.5 + rot: 1.5707963267948966 rad + pos: -9.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22465 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-12.5 + rot: 1.5707963267948966 rad + pos: -10.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22466 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-11.5 + pos: -11.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22467 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-10.5 + pos: -11.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22468 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,-9.5 + pos: -9.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22469 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-10.5 + rot: 1.5707963267948966 rad + pos: -6.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-11.5 + rot: 1.5707963267948966 rad + pos: -5.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-12.5 + rot: 1.5707963267948966 rad + pos: -4.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-13.5 + rot: 1.5707963267948966 rad + pos: -3.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22473 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-7.5 + pos: -2.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22474 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-15.5 + rot: 1.5707963267948966 rad + pos: -1.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-16.5 + rot: 1.5707963267948966 rad + pos: 0.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22476 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-7.5 + pos: 1.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152306,7 +151219,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-7.5 + pos: 2.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152314,7 +151227,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-7.5 + pos: 3.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152322,7 +151235,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-7.5 + pos: 4.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152330,7 +151243,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-29.5 + pos: 5.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152338,7 +151251,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-29.5 + pos: 6.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152346,7 +151259,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-29.5 + pos: 7.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152354,7 +151267,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,-29.5 + pos: 8.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152362,379 +151275,380 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-27.5 + pos: 9.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-27.5 + pos: -9.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-27.5 + rot: -1.5707963267948966 rad + pos: -10.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-27.5 + rot: -1.5707963267948966 rad + pos: -11.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-27.5 + rot: -1.5707963267948966 rad + pos: -12.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-32.5 + rot: -1.5707963267948966 rad + pos: -13.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-31.5 + rot: -1.5707963267948966 rad + pos: -14.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-30.5 + rot: -1.5707963267948966 rad + pos: -15.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-32.5 + rot: -1.5707963267948966 rad + pos: -16.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-31.5 + rot: -1.5707963267948966 rad + pos: -18.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-30.5 + rot: -1.5707963267948966 rad + pos: -19.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-29.5 + rot: -1.5707963267948966 rad + pos: -12.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-28.5 + rot: -1.5707963267948966 rad + pos: -13.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-28.5 + rot: -1.5707963267948966 rad + pos: -14.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22498 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-27.5 + rot: -1.5707963267948966 rad + pos: -16.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-26.5 + rot: -1.5707963267948966 rad + pos: -17.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-25.5 + rot: -1.5707963267948966 rad + pos: -18.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-26.5 + rot: -1.5707963267948966 rad + pos: -19.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22502 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-26.5 + rot: -1.5707963267948966 rad + pos: -20.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-25.5 + rot: -1.5707963267948966 rad + pos: -22.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-24.5 + rot: -1.5707963267948966 rad + pos: -23.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-23.5 + rot: -1.5707963267948966 rad + pos: -24.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-22.5 + pos: 1.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22507 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-21.5 + pos: 1.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-20.5 + pos: 1.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22509 components: - type: Transform - pos: -53.5,-28.5 + pos: 1.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22510 components: - type: Transform - pos: -53.5,-27.5 + pos: -0.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22511 components: - type: Transform - pos: -53.5,-26.5 + pos: -0.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22512 components: - type: Transform - pos: -53.5,-25.5 + pos: -0.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22513 components: - type: Transform - pos: -53.5,-23.5 + pos: -0.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22514 components: - type: Transform - pos: -53.5,-22.5 + pos: -0.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-7.5 + pos: -0.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-8.5 + rot: 1.5707963267948966 rad + pos: 0.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-6.5 + rot: 1.5707963267948966 rad + pos: 1.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-8.5 + rot: 1.5707963267948966 rad + pos: 2.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-8.5 + rot: 1.5707963267948966 rad + pos: 3.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-8.5 + rot: 1.5707963267948966 rad + pos: 4.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-8.5 + rot: 1.5707963267948966 rad + pos: 2.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-8.5 + rot: 1.5707963267948966 rad + pos: 3.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-9.5 + rot: 1.5707963267948966 rad + pos: 4.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-10.5 + rot: -1.5707963267948966 rad + pos: 6.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-44.5 + rot: -1.5707963267948966 rad + pos: 7.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-42.5 + rot: -1.5707963267948966 rad + pos: 8.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22527 components: - type: Transform - pos: -47.5,-43.5 + rot: -1.5707963267948966 rad + pos: 9.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22528 components: - type: Transform - pos: -47.5,-42.5 + rot: -1.5707963267948966 rad + pos: 10.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22529 components: - type: Transform - pos: -47.5,-41.5 + rot: -1.5707963267948966 rad + pos: 6.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22530 components: - type: Transform - pos: -47.5,-40.5 + rot: -1.5707963267948966 rad + pos: 7.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22531 components: - type: Transform - pos: -46.5,-41.5 + rot: -1.5707963267948966 rad + pos: 8.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22532 components: - type: Transform - pos: -46.5,-39.5 + rot: -1.5707963267948966 rad + pos: 9.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -152742,95 +151656,95 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-38.5 + pos: 10.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-38.5 + rot: 3.141592653589793 rad + pos: 1.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-39.5 + rot: 3.141592653589793 rad + pos: 1.5,-84.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-39.5 + rot: 3.141592653589793 rad + pos: 1.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-39.5 + rot: 3.141592653589793 rad + pos: -0.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-44.5 + rot: 3.141592653589793 rad + pos: -0.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-44.5 + rot: 3.141592653589793 rad + pos: -0.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-44.5 + rot: -1.5707963267948966 rad + pos: -1.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-44.5 + rot: -1.5707963267948966 rad + pos: -2.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-44.5 + rot: -1.5707963267948966 rad + pos: -3.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-44.5 + rot: 3.141592653589793 rad + pos: 1.5,-86.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-44.5 + rot: 3.141592653589793 rad + pos: -0.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152838,47 +151752,47 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-44.5 + pos: -0.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22546 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-44.5 + pos: -1.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22547 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,-44.5 + pos: -2.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22548 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-44.5 + pos: -3.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22549 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-44.5 + pos: -4.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22550 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,-44.5 + pos: -1.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152886,7 +151800,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,-44.5 + pos: -2.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152894,7 +151808,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -63.5,-44.5 + pos: -3.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152902,7 +151816,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-44.5 + pos: -4.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152910,7 +151824,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.5,-44.5 + pos: -5.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152918,7 +151832,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,-44.5 + pos: -6.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152926,7 +151840,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,-44.5 + pos: -7.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -152934,7 +151848,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,-42.5 + pos: -5.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -152942,7 +151856,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,-42.5 + pos: -7.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -152950,79 +151864,70 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,-42.5 + pos: -8.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-42.5 + pos: -8.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-42.5 + pos: -8.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-42.5 + pos: -8.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-42.5 + pos: -8.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-42.5 + pos: -8.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-42.5 + pos: -8.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-42.5 + pos: -8.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-42.5 + pos: -6.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-42.5 + pos: -6.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -153030,39 +151935,37 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-42.5 + pos: 1.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-42.5 + pos: -0.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-42.5 + pos: -0.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-42.5 + rot: -1.5707963267948966 rad + pos: 2.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22573 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-42.5 + pos: 3.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -153070,344 +151973,345 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-42.5 + pos: 5.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22575 components: - type: Transform - pos: -72.5,-41.5 + rot: 3.141592653589793 rad + pos: 16.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22576 components: - type: Transform - pos: -72.5,-40.5 + rot: -1.5707963267948966 rad + pos: 15.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22577 components: - type: Transform - pos: -72.5,-39.5 + rot: -1.5707963267948966 rad + pos: 14.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22578 components: - type: Transform - pos: -74.5,-39.5 + pos: 13.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22579 components: - type: Transform - pos: -74.5,-40.5 + pos: 6.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22580 components: - type: Transform - pos: -74.5,-41.5 + pos: 6.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22581 components: - type: Transform - pos: -74.5,-42.5 + rot: 1.5707963267948966 rad + pos: 2.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-44.5 + pos: -1.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-44.5 + pos: -1.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-44.5 + pos: -1.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-44.5 + pos: -1.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-42.5 + rot: -1.5707963267948966 rad + pos: 0.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-42.5 + rot: -1.5707963267948966 rad + pos: -0.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22588 components: - type: Transform - pos: -72.5,-44.5 + rot: -1.5707963267948966 rad + pos: -1.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22589 components: - type: Transform - pos: -72.5,-46.5 + rot: -1.5707963267948966 rad + pos: -2.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22590 components: - type: Transform - pos: -72.5,-47.5 + pos: 6.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22591 components: - type: Transform - pos: -72.5,-48.5 + rot: 3.141592653589793 rad + pos: -20.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22592 components: - type: Transform - pos: -72.5,-49.5 + pos: -25.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22593 components: - type: Transform - pos: -74.5,-46.5 + rot: -1.5707963267948966 rad + pos: -21.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22594 components: - type: Transform - pos: -74.5,-47.5 + rot: -1.5707963267948966 rad + pos: -22.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22595 components: - type: Transform - pos: -74.5,-48.5 + rot: -1.5707963267948966 rad + pos: -24.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22596 components: - type: Transform - pos: -74.5,-49.5 + rot: 1.5707963267948966 rad + pos: -26.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-43.5 + rot: 1.5707963267948966 rad + pos: -27.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22598 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-42.5 + pos: -29.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22599 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-41.5 + pos: -29.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22600 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-40.5 + pos: -29.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-39.5 + pos: -23.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-41.5 + pos: -23.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-40.5 + pos: -23.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-39.5 + pos: -23.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-38.5 + pos: -23.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-51.5 + pos: -23.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-51.5 + pos: -23.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22608 components: - type: Transform - pos: 45.5,-58.5 + pos: -23.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-59.5 + pos: -25.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-59.5 + pos: -25.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-59.5 + pos: -25.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-59.5 + pos: -25.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22613 components: - type: Transform - pos: 40.5,-58.5 + pos: -25.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22614 components: - type: Transform - pos: 40.5,-57.5 + rot: 3.141592653589793 rad + pos: -23.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22615 components: - type: Transform - pos: 40.5,-56.5 + rot: 1.5707963267948966 rad + pos: -24.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22616 components: - type: Transform - pos: 40.5,-55.5 + rot: 1.5707963267948966 rad + pos: -25.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22617 components: - type: Transform - pos: 40.5,-54.5 + rot: 1.5707963267948966 rad + pos: -26.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22618 components: - type: Transform - pos: 40.5,-53.5 + rot: 1.5707963267948966 rad + pos: -27.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22619 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-51.5 + rot: 1.5707963267948966 rad + pos: -28.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -153415,7 +152319,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 103.5,-21.5 + pos: -29.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -153423,28 +152327,30 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 105.5,-21.5 + pos: -30.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22622 components: - type: Transform - pos: -43.5,-5.5 + pos: -25.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22623 components: - type: Transform - pos: -43.5,-4.5 + rot: 1.5707963267948966 rad + pos: -22.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22624 components: - type: Transform - pos: -43.5,-3.5 + rot: 1.5707963267948966 rad + pos: -21.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -153452,589 +152358,566 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-39.5 + pos: -20.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22626 components: - type: Transform - pos: -43.5,-1.5 + rot: 1.5707963267948966 rad + pos: -19.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22627 components: - type: Transform - pos: -43.5,-0.5 + rot: 1.5707963267948966 rad + pos: -18.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22628 components: - type: Transform - pos: -43.5,0.5 + rot: 1.5707963267948966 rad + pos: -26.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22629 components: - type: Transform - pos: -43.5,1.5 + rot: 1.5707963267948966 rad + pos: -27.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22630 components: - type: Transform - pos: -41.5,3.5 + rot: 1.5707963267948966 rad + pos: -28.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22631 components: - type: Transform - pos: -41.5,2.5 + rot: 1.5707963267948966 rad + pos: -29.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22632 components: - type: Transform - pos: -41.5,1.5 + rot: 1.5707963267948966 rad + pos: -30.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22633 components: - type: Transform - pos: -41.5,0.5 + rot: 1.5707963267948966 rad + pos: -31.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22634 components: - type: Transform - pos: -41.5,-0.5 + pos: -32.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22635 components: - type: Transform - pos: -41.5,-1.5 + pos: -32.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22636 components: - type: Transform - pos: -41.5,-2.5 + pos: -32.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22637 components: - type: Transform - pos: -41.5,-3.5 + pos: -32.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22638 components: - type: Transform - pos: -41.5,-5.5 + pos: -32.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,4.5 + pos: -32.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,4.5 + pos: -32.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,4.5 + pos: -32.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,4.5 + pos: -32.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,4.5 + pos: -31.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,4.5 + pos: -31.5,-84.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,2.5 + pos: -31.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,2.5 + pos: -31.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,3.5 + pos: -31.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,2.5 + pos: -31.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,1.5 + pos: -31.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,1.5 + pos: -31.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,0.5 + pos: -32.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,0.5 + pos: -32.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-0.5 + pos: -31.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-0.5 + pos: -27.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-0.5 + pos: -27.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-0.5 + pos: -28.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-90.5 + pos: -28.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-91.5 + pos: -27.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-92.5 + pos: -27.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-93.5 + rot: -1.5707963267948966 rad + pos: -29.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-94.5 + pos: -27.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-94.5 + pos: -27.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-94.5 + pos: -27.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-94.5 + pos: -27.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-94.5 + pos: -27.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-94.5 + pos: -27.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-94.5 + pos: -27.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-94.5 + pos: -27.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-94.5 + pos: -27.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22670 components: - type: Transform - pos: -39.5,-93.5 + pos: -27.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-92.5 + pos: -29.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-92.5 + pos: -29.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-92.5 + pos: -29.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-92.5 + pos: -29.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-92.5 + pos: -29.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-92.5 + pos: -29.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-92.5 + pos: -29.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-99.5 + pos: -29.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-90.5 + pos: -29.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-89.5 + pos: -29.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-88.5 + rot: 1.5707963267948966 rad + pos: -30.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-98.5 + rot: -1.5707963267948966 rad + pos: -31.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22683 components: - type: Transform - pos: 12.5,-97.5 + rot: 1.5707963267948966 rad + pos: -28.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22684 components: - type: Transform - pos: 12.5,-96.5 + pos: -27.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22685 components: - type: Transform - pos: 12.5,-93.5 + pos: -27.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22686 components: - type: Transform - pos: 12.5,-95.5 + pos: -30.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22687 components: - type: Transform - pos: 12.5,-92.5 + rot: 3.141592653589793 rad + pos: -30.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-87.5 + rot: 3.141592653589793 rad + pos: -30.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-39.5 + rot: 3.141592653589793 rad + pos: -32.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22690 components: - type: Transform - pos: 12.5,-88.5 + rot: 3.141592653589793 rad + pos: -32.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22691 components: - type: Transform - pos: 12.5,-89.5 + rot: 3.141592653589793 rad + pos: -32.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-99.5 + rot: 3.141592653589793 rad + pos: -32.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22693 components: - type: Transform - pos: 6.5,-90.5 + rot: 3.141592653589793 rad + pos: -32.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22694 components: - type: Transform - pos: 13.5,-97.5 + rot: 3.141592653589793 rad + pos: -30.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22695 components: - type: Transform - pos: 13.5,-98.5 + rot: 3.141592653589793 rad + pos: -30.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-97.5 + rot: 3.141592653589793 rad + pos: -30.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-97.5 + rot: 3.141592653589793 rad + pos: -32.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-86.5 + rot: 3.141592653589793 rad + pos: -30.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22699 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-95.5 + pos: -30.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22700 components: - type: Transform - pos: -7.5,-97.5 + rot: 3.141592653589793 rad + pos: -30.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22701 components: - type: Transform - pos: -6.5,-97.5 + rot: 3.141592653589793 rad + pos: -30.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -154042,533 +152925,515 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-94.5 + pos: -33.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22703 components: - type: Transform - pos: -7.5,-91.5 + rot: -1.5707963267948966 rad + pos: -34.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22704 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-86.5 + rot: -1.5707963267948966 rad + pos: -34.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-87.5 + rot: -1.5707963267948966 rad + pos: -33.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-87.5 + rot: -1.5707963267948966 rad + pos: -32.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-87.5 + rot: 3.141592653589793 rad + pos: -32.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-96.5 + rot: 3.141592653589793 rad + pos: -32.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-96.5 + rot: 3.141592653589793 rad + pos: -32.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-96.5 + rot: 3.141592653589793 rad + pos: -32.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-96.5 + rot: 3.141592653589793 rad + pos: -30.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-95.5 + rot: 3.141592653589793 rad + pos: -30.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-95.5 + rot: 3.141592653589793 rad + pos: -32.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-95.5 + rot: 3.141592653589793 rad + pos: -32.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-95.5 + rot: 3.141592653589793 rad + pos: -32.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22716 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,-107.5 + pos: -32.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-86.5 + rot: 3.141592653589793 rad + pos: -32.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-96.5 + rot: 3.141592653589793 rad + pos: -32.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-32.5 + rot: 3.141592653589793 rad + pos: -32.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22720 components: - type: Transform - pos: 43.5,-71.5 + rot: 3.141592653589793 rad + pos: -32.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22721 components: - type: Transform - pos: 43.5,-73.5 + rot: 3.141592653589793 rad + pos: -30.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22722 components: - type: Transform - pos: 44.5,-71.5 + rot: 3.141592653589793 rad + pos: -30.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22723 components: - type: Transform - pos: 44.5,-72.5 + rot: 3.141592653589793 rad + pos: -30.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22724 components: - type: Transform - pos: 44.5,-73.5 + rot: 3.141592653589793 rad + pos: -30.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,14.5 + rot: 3.141592653589793 rad + pos: -30.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,14.5 + rot: 3.141592653589793 rad + pos: -30.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22727 components: - type: Transform - pos: 26.5,0.5 + rot: 1.5707963267948966 rad + pos: -31.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22728 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-9.5 + rot: 1.5707963267948966 rad + pos: -30.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,3.5 + rot: 1.5707963267948966 rad + pos: -29.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,3.5 + rot: 1.5707963267948966 rad + pos: -28.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,1.5 + pos: -27.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,3.5 + pos: -27.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,3.5 + pos: -27.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22734 components: - type: Transform - pos: 44.5,-74.5 + pos: -27.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,3.5 + pos: -27.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,3.5 + pos: -27.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,2.5 + pos: -27.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,1.5 + pos: -27.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-39.5 + pos: -27.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,1.5 + pos: -27.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,1.5 + pos: -27.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22742 components: - type: Transform - pos: -54.5,-33.5 + pos: -27.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22743 components: - type: Transform - pos: -50.5,-68.5 + pos: -27.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-3.5 + pos: -27.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,11.5 + pos: -27.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22746 components: - type: Transform - pos: 26.5,4.5 + pos: -27.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-76.5 + pos: -27.5,-14.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 22748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-33.5 + pos: -27.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-32.5 + pos: -27.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,1.5 + pos: -29.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-6.5 + pos: -29.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-5.5 + pos: -29.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,3.5 + pos: -29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,0.5 + pos: -29.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,1.5 + pos: -29.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22756 components: - type: Transform - pos: 31.5,3.5 + pos: -29.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22757 components: - type: Transform - pos: 31.5,2.5 + pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22758 components: - type: Transform - pos: -46.5,-9.5 + pos: -29.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-0.5 + pos: -29.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22760 components: - type: Transform - pos: -48.5,-68.5 + pos: -29.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22761 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-11.5 + pos: -29.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22762 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-10.5 + pos: -29.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22763 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-9.5 + pos: -29.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-5.5 + pos: -29.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,1.5 + pos: -29.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,1.5 + pos: -29.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-38.5 + rot: -1.5707963267948966 rad + pos: -35.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22768 components: - type: Transform - pos: 31.5,-1.5 + rot: -1.5707963267948966 rad + pos: -36.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22769 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-4.5 + rot: -1.5707963267948966 rad + pos: -38.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22770 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-2.5 + rot: -1.5707963267948966 rad + pos: -39.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -154576,109 +153441,119 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,-78.5 + pos: -41.5,-42.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 22772 components: - type: Transform rot: -1.5707963267948966 rad - pos: -71.5,-78.5 + pos: -42.5,-42.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 22773 components: - type: Transform - pos: -62.5,-68.5 + rot: -1.5707963267948966 rad + pos: -43.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22774 components: - type: Transform - pos: -63.5,-68.5 + rot: -1.5707963267948966 rad + pos: -45.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22775 components: - type: Transform - pos: -63.5,-69.5 + rot: -1.5707963267948966 rad + pos: -45.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22776 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-8.5 + rot: -1.5707963267948966 rad + pos: -44.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22777 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,10.5 + pos: -43.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22778 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,10.5 + pos: -41.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-38.5 + rot: -1.5707963267948966 rad + pos: -40.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22780 components: - type: Transform - pos: -54.5,-34.5 + rot: -1.5707963267948966 rad + pos: -39.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22781 components: - type: Transform - pos: -62.5,-69.5 + rot: -1.5707963267948966 rad + pos: -38.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22782 components: - type: Transform - pos: -63.5,-67.5 + rot: -1.5707963267948966 rad + pos: -37.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22783 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,10.5 + pos: -36.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-15.5 + rot: 3.141592653589793 rad + pos: -29.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22785 components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,-8.5 + pos: -28.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -154686,7 +153561,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,-6.5 + pos: -27.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -154694,7 +153569,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-4.5 + pos: -27.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -154702,337 +153577,331 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,-7.5 + pos: -26.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22789 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-95.5 + rot: 1.5707963267948966 rad + pos: -25.5,-2.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 22790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-93.5 + rot: 1.5707963267948966 rad + pos: -24.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-93.5 + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-93.5 + pos: -21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-93.5 + pos: -21.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22794 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-93.5 + pos: -20.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22795 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,-92.5 + pos: -19.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22796 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,-92.5 + pos: -18.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22797 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-92.5 + pos: -17.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22798 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-92.5 + pos: -14.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0000FFFF' - uid: 22799 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-92.5 + pos: -15.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#FF0000FF' - uid: 22800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,11.5 + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-13.5 + rot: 3.141592653589793 rad + pos: -25.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-73.5 + rot: 3.141592653589793 rad + pos: -26.5,-9.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 22803 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-73.5 + pos: -9.5,4.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 22804 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-38.5 + pos: -9.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-38.5 + pos: -13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-38.5 + rot: -1.5707963267948966 rad + pos: -12.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-38.5 + rot: 3.141592653589793 rad + pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-38.5 + rot: 3.141592653589793 rad + pos: -10.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-38.5 + rot: 3.141592653589793 rad + pos: -10.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22810 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-37.5 + rot: 1.5707963267948966 rad + pos: -11.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-36.5 + rot: 1.5707963267948966 rad + pos: -13.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-35.5 + rot: 1.5707963267948966 rad + pos: -8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22813 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-34.5 + rot: 1.5707963267948966 rad + pos: -7.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-33.5 + rot: 1.5707963267948966 rad + pos: -8.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-32.5 + rot: 1.5707963267948966 rad + pos: -10.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-31.5 + pos: -25.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-30.5 + pos: -25.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-29.5 + pos: -25.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-29.5 + pos: -25.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-29.5 + pos: -25.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-29.5 + pos: -26.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-29.5 + pos: -26.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-29.5 + pos: -25.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-29.5 + pos: -25.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22825 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,-29.5 + pos: -26.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-28.5 + rot: -1.5707963267948966 rad + pos: -27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-27.5 + rot: -1.5707963267948966 rad + pos: -28.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-26.5 + rot: -1.5707963267948966 rad + pos: -29.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-25.5 + rot: -1.5707963267948966 rad + pos: -28.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-24.5 + rot: -1.5707963267948966 rad + pos: -27.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155040,100 +153909,103 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,-23.5 + pos: -30.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-22.5 + rot: 3.141592653589793 rad + pos: -30.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-22.5 + rot: 3.141592653589793 rad + pos: -30.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-22.5 + rot: 3.141592653589793 rad + pos: -30.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-22.5 + rot: 3.141592653589793 rad + pos: -30.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22836 components: - type: Transform - pos: -73.5,-21.5 + rot: 3.141592653589793 rad + pos: -29.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22837 components: - type: Transform - pos: -73.5,-20.5 + rot: 3.141592653589793 rad + pos: -29.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22838 components: - type: Transform - pos: -73.5,-19.5 + rot: 3.141592653589793 rad + pos: -29.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22839 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-17.5 + pos: -29.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22840 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-16.5 + pos: -29.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22841 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-15.5 + pos: -29.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22842 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-14.5 + pos: -29.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22843 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-12.5 + pos: -30.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155141,7 +154013,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-11.5 + pos: -30.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155149,127 +154021,127 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-10.5 + pos: -30.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-9.5 + rot: -1.5707963267948966 rad + pos: -28.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22847 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-8.5 + pos: -44.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22848 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-7.5 + pos: -44.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22849 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-6.5 + pos: -44.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-5.5 + rot: 3.141592653589793 rad + pos: -42.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-5.5 + rot: 3.141592653589793 rad + pos: -42.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-5.5 + rot: 3.141592653589793 rad + pos: -42.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-5.5 + rot: 1.5707963267948966 rad + pos: -43.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-5.5 + rot: 1.5707963267948966 rad + pos: -42.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-5.5 + rot: 1.5707963267948966 rad + pos: -41.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-5.5 + rot: 1.5707963267948966 rad + pos: -40.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-6.5 + rot: 1.5707963267948966 rad + pos: -39.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-7.5 + rot: 1.5707963267948966 rad + pos: -38.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22859 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-8.5 + pos: -44.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-9.5 + rot: -1.5707963267948966 rad + pos: -41.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155277,111 +154149,111 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-10.5 + pos: -44.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22862 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-11.5 + pos: -44.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22863 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-12.5 + pos: -44.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22864 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-13.5 + pos: -44.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22865 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,-14.5 + pos: -44.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-15.5 + rot: 3.141592653589793 rad + pos: -44.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-15.5 + rot: 3.141592653589793 rad + pos: -44.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22868 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-16.5 + pos: -44.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22869 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-17.5 + pos: -44.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22870 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-18.5 + pos: -44.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22871 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-19.5 + pos: -44.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22872 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-20.5 + pos: -44.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22873 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-21.5 + pos: -44.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22874 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-22.5 + pos: -42.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155389,54 +154261,55 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-23.5 + pos: -42.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-26.5 + rot: 3.141592653589793 rad + pos: -42.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-26.5 + rot: 3.141592653589793 rad + pos: -42.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-26.5 + rot: 3.141592653589793 rad + pos: -42.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22879 components: - type: Transform - pos: -77.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -155444,349 +154317,346 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-24.5 + pos: -42.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22883 components: - type: Transform - pos: -77.5,-24.5 + rot: 3.141592653589793 rad + pos: -42.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22884 components: - type: Transform - pos: -77.5,-23.5 + rot: 3.141592653589793 rad + pos: -42.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22885 components: - type: Transform - pos: -77.5,-22.5 + rot: 3.141592653589793 rad + pos: -42.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22886 components: - type: Transform - pos: -77.5,-21.5 + rot: 1.5707963267948966 rad + pos: -42.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22887 components: - type: Transform - pos: -77.5,-20.5 + rot: 1.5707963267948966 rad + pos: -41.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22888 components: - type: Transform - pos: -77.5,-19.5 + rot: 1.5707963267948966 rad + pos: -40.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22889 components: - type: Transform - pos: -77.5,-18.5 + rot: 1.5707963267948966 rad + pos: -38.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22890 components: - type: Transform - pos: -77.5,-17.5 + rot: 1.5707963267948966 rad + pos: -37.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22891 components: - type: Transform - pos: -77.5,-16.5 + rot: 1.5707963267948966 rad + pos: -41.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22892 components: - type: Transform - pos: -77.5,-15.5 + rot: 1.5707963267948966 rad + pos: -40.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-13.5 + rot: 1.5707963267948966 rad + pos: -39.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-12.5 + rot: 1.5707963267948966 rad + pos: -38.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-11.5 + rot: 1.5707963267948966 rad + pos: -36.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-10.5 + pos: -44.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-9.5 + pos: -44.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-8.5 + pos: -44.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-7.5 + pos: -44.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-6.5 + pos: -44.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-5.5 + pos: -44.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-4.5 + pos: -42.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-3.5 + pos: -42.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-2.5 + pos: -42.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-1.5 + pos: -42.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-0.5 + pos: -42.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,0.5 + pos: -42.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22908 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,1.5 + pos: -42.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,2.5 + rot: -1.5707963267948966 rad + pos: -43.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,3.5 + rot: -1.5707963267948966 rad + pos: -44.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,4.5 + rot: -1.5707963267948966 rad + pos: -45.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,5.5 + rot: -1.5707963267948966 rad + pos: -46.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,6.5 + rot: -1.5707963267948966 rad + pos: -45.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,6.5 + rot: -1.5707963267948966 rad + pos: -46.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,6.5 + rot: -1.5707963267948966 rad + pos: -47.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,6.5 + rot: -1.5707963267948966 rad + pos: -48.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22919 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,7.5 + rot: 3.141592653589793 rad + pos: -37.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22924 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,7.5 + rot: 3.141592653589793 rad + pos: -37.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,7.5 + rot: -1.5707963267948966 rad + pos: -35.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,7.5 + rot: -1.5707963267948966 rad + pos: -35.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -155794,62 +154664,58 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,7.5 + pos: -41.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22928 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,7.5 + pos: -40.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22929 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,7.5 + pos: -39.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,7.5 + pos: -36.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,7.5 + pos: -36.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22932 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,7.5 + pos: -36.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22933 components: - type: Transform - pos: -56.5,6.5 + pos: -36.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,5.5 + pos: -36.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -155857,83 +154723,87 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,5.5 + pos: -43.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,6.5 + rot: -1.5707963267948966 rad + pos: -44.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 + rot: -1.5707963267948966 rad + pos: -45.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,8.5 + rot: -1.5707963267948966 rad + pos: -46.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,9.5 + rot: -1.5707963267948966 rad + pos: -47.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,9.5 + rot: -1.5707963267948966 rad + pos: -48.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,9.5 + rot: -1.5707963267948966 rad + pos: -49.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22942 components: - type: Transform - pos: -49.5,8.5 + rot: -1.5707963267948966 rad + pos: -45.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22943 components: - type: Transform - pos: -49.5,7.5 + rot: -1.5707963267948966 rad + pos: -46.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22944 components: - type: Transform - pos: -49.5,6.5 + rot: -1.5707963267948966 rad + pos: -47.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22945 components: - type: Transform - pos: -49.5,5.5 + rot: -1.5707963267948966 rad + pos: -49.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -155941,160 +154811,170 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,-83.5 + pos: -50.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-83.5 + rot: 3.141592653589793 rad + pos: -44.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-83.5 + rot: 3.141592653589793 rad + pos: -44.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22949 components: - type: Transform - pos: 98.5,-85.5 + rot: 3.141592653589793 rad + pos: -44.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22950 components: - type: Transform - pos: 98.5,-86.5 + rot: 3.141592653589793 rad + pos: -44.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-87.5 + rot: 3.141592653589793 rad + pos: -44.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22952 components: - type: Transform - pos: 100.5,-88.5 + rot: 3.141592653589793 rad + pos: -42.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22953 components: - type: Transform - pos: 96.5,-88.5 + rot: 3.141592653589793 rad + pos: -42.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-87.5 + rot: 3.141592653589793 rad + pos: -42.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22955 components: - type: Transform - pos: 97.5,-87.5 + rot: 3.141592653589793 rad + pos: -42.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22956 components: - type: Transform - pos: 97.5,-88.5 + rot: 3.141592653589793 rad + pos: -44.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22957 components: - type: Transform - pos: 97.5,-89.5 + rot: 3.141592653589793 rad + pos: -44.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22958 components: - type: Transform - pos: 97.5,-85.5 + rot: 1.5707963267948966 rad + pos: -45.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22959 components: - type: Transform - pos: 97.5,-84.5 + rot: 1.5707963267948966 rad + pos: -46.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22960 components: - type: Transform - pos: 97.5,-83.5 + pos: -42.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-82.5 + pos: -42.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-82.5 + pos: -42.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22963 components: - type: Transform - pos: 98.5,-82.5 + pos: -42.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22964 components: - type: Transform - pos: 98.5,-81.5 + pos: -42.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22965 components: - type: Transform - pos: 98.5,-80.5 + rot: 1.5707963267948966 rad + pos: -43.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22966 components: - type: Transform - pos: 97.5,-81.5 + rot: 1.5707963267948966 rad + pos: -42.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22967 components: - type: Transform - pos: 97.5,-80.5 + rot: 1.5707963267948966 rad + pos: -41.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156102,15 +154982,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.5,-79.5 + pos: -40.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22969 components: - type: Transform rot: 1.5707963267948966 rad - pos: 97.5,-79.5 + pos: -41.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156118,7 +154998,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 96.5,-79.5 + pos: -40.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156126,7 +155006,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 96.5,-78.5 + pos: -43.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156134,7 +155014,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 98.5,-78.5 + pos: -42.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156142,7 +155022,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.5,-78.5 + pos: -41.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156150,193 +155030,204 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.5,-78.5 + pos: -40.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-79.5 + rot: 1.5707963267948966 rad + pos: -39.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-78.5 + rot: 1.5707963267948966 rad + pos: -38.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-77.5 + rot: 1.5707963267948966 rad + pos: -41.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-76.5 + rot: 1.5707963267948966 rad + pos: -40.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-74.5 + rot: 1.5707963267948966 rad + pos: -39.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-73.5 + rot: 1.5707963267948966 rad + pos: -38.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-77.5 + rot: -1.5707963267948966 rad + pos: -52.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-76.5 + rot: -1.5707963267948966 rad + pos: -53.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-73.5 + rot: -1.5707963267948966 rad + pos: -54.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22984 components: - type: Transform - pos: 97.5,-72.5 + rot: -1.5707963267948966 rad + pos: -54.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22985 components: - type: Transform - pos: 97.5,-69.5 + rot: -1.5707963267948966 rad + pos: -53.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22986 components: - type: Transform - pos: 97.5,-68.5 + rot: -1.5707963267948966 rad + pos: -51.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 22987 components: - type: Transform - pos: 97.5,-67.5 + pos: -50.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22988 components: - type: Transform - pos: 99.5,-72.5 + pos: -50.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22989 components: - type: Transform - pos: 99.5,-71.5 + pos: -48.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22990 components: - type: Transform - pos: 99.5,-70.5 + rot: 3.141592653589793 rad + pos: -52.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22991 components: - type: Transform - pos: 99.5,-69.5 + rot: 3.141592653589793 rad + pos: -52.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22992 components: - type: Transform rot: 3.141592653589793 rad - pos: 99.5,-68.5 + pos: -52.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22993 components: - type: Transform - pos: 99.5,-66.5 + rot: 3.141592653589793 rad + pos: -52.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22994 components: - type: Transform - pos: 99.5,-65.5 + rot: 3.141592653589793 rad + pos: -52.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 22995 components: - type: Transform - pos: 97.5,-66.5 + rot: 3.141592653589793 rad + pos: -51.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22996 components: - type: Transform - pos: 97.5,-65.5 + rot: 3.141592653589793 rad + pos: -51.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22997 components: - type: Transform - pos: 97.5,-64.5 + rot: 3.141592653589793 rad + pos: -51.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 22998 components: - type: Transform - pos: 99.5,-64.5 + rot: 3.141592653589793 rad + pos: -51.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 22999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-70.5 + rot: -1.5707963267948966 rad + pos: -55.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156344,7 +155235,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 96.5,-71.5 + pos: -56.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156352,7 +155243,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 95.5,-71.5 + pos: -57.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156360,7 +155251,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-71.5 + pos: -58.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156368,7 +155259,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 99.5,-71.5 + pos: -59.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156376,31 +155267,31 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 100.5,-67.5 + pos: -60.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23005 components: - type: Transform rot: -1.5707963267948966 rad - pos: 101.5,-67.5 + pos: -61.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23006 components: - type: Transform rot: -1.5707963267948966 rad - pos: 102.5,-67.5 + pos: -62.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23007 components: - type: Transform rot: -1.5707963267948966 rad - pos: 100.5,-71.5 + pos: -65.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156408,7 +155299,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 101.5,-71.5 + pos: -66.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156416,7 +155307,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 102.5,-71.5 + pos: -67.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -156424,7 +155315,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,-67.5 + pos: -67.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156432,7 +155323,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 96.5,-67.5 + pos: -66.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156440,7 +155331,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 95.5,-67.5 + pos: -65.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156448,63 +155339,63 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-67.5 + pos: -64.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-3.5 + rot: -1.5707963267948966 rad + pos: -63.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-15.5 + rot: -1.5707963267948966 rad + pos: -60.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-15.5 + rot: -1.5707963267948966 rad + pos: -59.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-16.5 + rot: -1.5707963267948966 rad + pos: -58.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-16.5 + rot: -1.5707963267948966 rad + pos: -57.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-16.5 + rot: -1.5707963267948966 rad + pos: -56.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-16.5 + rot: -1.5707963267948966 rad + pos: -55.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156512,7 +155403,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-15.5 + pos: -42.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156520,7 +155411,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-14.5 + pos: -42.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156528,7 +155419,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-13.5 + pos: -42.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -156536,517 +155427,506 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-14.5 + pos: -42.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23025 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-13.5 + pos: -42.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23026 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-12.5 + pos: -42.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23027 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-11.5 + pos: -42.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23028 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-10.5 + pos: -40.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-16.5 + rot: 3.141592653589793 rad + pos: -40.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-16.5 + rot: 3.141592653589793 rad + pos: -40.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-16.5 + rot: 3.141592653589793 rad + pos: -40.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-16.5 + rot: 3.141592653589793 rad + pos: -40.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-16.5 + rot: 3.141592653589793 rad + pos: -40.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23034 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-15.5 + rot: 1.5707963267948966 rad + pos: -39.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-15.5 + rot: 1.5707963267948966 rad + pos: -38.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-15.5 + rot: 1.5707963267948966 rad + pos: -37.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-15.5 + rot: 1.5707963267948966 rad + pos: -36.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-15.5 + pos: -40.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-15.5 + pos: -40.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-33.5 + pos: -40.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-39.5 + pos: -40.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23042 components: - type: Transform - pos: 34.5,13.5 + pos: -40.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23043 components: - type: Transform - pos: 34.5,14.5 + pos: -40.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23044 components: - type: Transform - pos: 34.5,15.5 + pos: -42.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23045 components: - type: Transform - pos: 34.5,16.5 + pos: -42.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23046 components: - type: Transform - pos: 34.5,17.5 + pos: -42.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23047 components: - type: Transform - pos: 34.5,18.5 + pos: -42.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23048 components: - type: Transform - pos: 34.5,19.5 + rot: 1.5707963267948966 rad + pos: -41.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23049 components: - type: Transform - pos: 34.5,20.5 + rot: 1.5707963267948966 rad + pos: -42.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23050 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,21.5 + pos: -43.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23051 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,21.5 + pos: -39.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,21.5 + rot: 1.5707963267948966 rad + pos: -38.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23053 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,22.5 + pos: -37.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,23.5 + pos: -37.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,23.5 + pos: -37.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,23.5 + pos: -35.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,23.5 + pos: -35.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23058 components: - type: Transform - pos: 33.5,22.5 + pos: -35.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23059 components: - type: Transform - pos: 33.5,21.5 + pos: -35.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23060 components: - type: Transform - pos: 33.5,20.5 + pos: -35.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23061 components: - type: Transform - pos: 33.5,19.5 + rot: -1.5707963267948966 rad + pos: -36.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23062 components: - type: Transform - pos: 33.5,18.5 + rot: -1.5707963267948966 rad + pos: -37.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,11.5 + rot: -1.5707963267948966 rad + pos: -38.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23064 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,12.5 + rot: -1.5707963267948966 rad + pos: -39.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23065 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,13.5 + rot: -1.5707963267948966 rad + pos: -40.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,14.5 + rot: -1.5707963267948966 rad + pos: -41.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,15.5 + pos: -42.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,17.5 + pos: -42.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-81.5 + pos: -42.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-81.5 + pos: -40.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23071 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-81.5 + pos: -40.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-80.5 + pos: -40.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-80.5 + pos: -40.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23074 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-84.5 + pos: -42.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-54.5 + pos: -42.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FFAA00FF' + color: '#0000FFFF' - uid: 23076 components: - type: Transform - pos: -43.5,-84.5 + rot: -1.5707963267948966 rad + pos: -43.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23077 components: - type: Transform - pos: -43.5,-83.5 + rot: -1.5707963267948966 rad + pos: -44.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-85.5 + pos: -45.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23079 components: - type: Transform - pos: -43.5,-82.5 + pos: -45.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23080 components: - type: Transform - pos: -43.5,-85.5 + rot: 1.5707963267948966 rad + pos: -40.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23081 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 23082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,1.5 + pos: -39.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 23082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 23083 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,0.5 + pos: -40.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-23.5 + rot: 3.141592653589793 rad + pos: -40.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-7.5 + rot: 3.141592653589793 rad + pos: -40.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-23.5 + rot: 3.141592653589793 rad + pos: -42.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-15.5 + rot: 3.141592653589793 rad + pos: -42.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23088 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-17.5 + pos: -42.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-24.5 + rot: 3.141592653589793 rad + pos: -42.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23090 components: - type: Transform - pos: -47.5,-23.5 + rot: 3.141592653589793 rad + pos: -42.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -157054,127 +155934,127 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-45.5 + pos: -43.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23092 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,-45.5 + pos: -43.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 23094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 23095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 23096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-23.5 + rot: 3.141592653589793 rad + pos: -43.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 23094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 23097 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-11.5 + pos: -41.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-13.5 + rot: 3.141592653589793 rad + pos: -41.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-13.5 + rot: 3.141592653589793 rad + pos: -41.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-13.5 + rot: 3.141592653589793 rad + pos: -41.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-15.5 + rot: 1.5707963267948966 rad + pos: -39.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-15.5 + rot: 3.141592653589793 rad + pos: -43.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-15.5 + rot: 3.141592653589793 rad + pos: -40.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-15.5 + rot: 1.5707963267948966 rad + pos: -42.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-15.5 + rot: 1.5707963267948966 rad + pos: -41.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-17.5 + rot: 1.5707963267948966 rad + pos: -40.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -157182,30 +156062,31 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-15.5 + pos: -38.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23108 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-73.5 + pos: -46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23109 components: - type: Transform - pos: 58.5,-11.5 + rot: 1.5707963267948966 rad + pos: -48.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-10.5 + rot: 1.5707963267948966 rad + pos: -49.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -157213,265 +156094,281 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-9.5 + pos: -52.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23112 components: - type: Transform - pos: 58.5,-14.5 + rot: 1.5707963267948966 rad + pos: -50.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23113 components: - type: Transform - pos: 58.5,-12.5 + rot: 1.5707963267948966 rad + pos: -48.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23114 components: - type: Transform - pos: 58.5,-13.5 + rot: 1.5707963267948966 rad + pos: -47.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23115 components: - type: Transform - pos: 58.5,-9.5 + rot: 1.5707963267948966 rad + pos: -46.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23116 components: - type: Transform - pos: 58.5,-8.5 + rot: 1.5707963267948966 rad + pos: -45.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-9.5 + rot: 3.141592653589793 rad + pos: -50.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-9.5 + rot: 3.141592653589793 rad + pos: -50.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-9.5 + rot: 3.141592653589793 rad + pos: -50.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-7.5 + rot: 3.141592653589793 rad + pos: -49.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23121 components: - type: Transform - pos: -23.5,-70.5 + rot: 3.141592653589793 rad + pos: -49.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23122 components: - type: Transform - pos: 58.5,-6.5 + rot: 3.141592653589793 rad + pos: -49.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23123 components: - type: Transform - pos: 58.5,-4.5 + rot: 3.141592653589793 rad + pos: -49.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23124 components: - type: Transform - pos: 58.5,-3.5 + rot: 3.141592653589793 rad + pos: -49.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23125 components: - type: Transform - pos: 58.5,-5.5 + rot: 3.141592653589793 rad + pos: -47.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23126 components: - type: Transform - pos: 58.5,-1.5 + rot: 3.141592653589793 rad + pos: -47.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23127 components: - type: Transform - pos: 58.5,-0.5 + rot: 3.141592653589793 rad + pos: -47.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23128 components: - type: Transform - pos: 56.5,-8.5 + rot: 3.141592653589793 rad + pos: -47.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23129 components: - type: Transform - pos: 56.5,-7.5 + rot: 3.141592653589793 rad + pos: -49.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23130 components: - type: Transform - pos: 56.5,-5.5 + rot: 3.141592653589793 rad + pos: -51.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23131 components: - type: Transform - pos: -47.5,-21.5 + rot: 3.141592653589793 rad + pos: -51.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23132 components: - type: Transform - pos: 56.5,-4.5 + rot: 3.141592653589793 rad + pos: -51.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23133 components: - type: Transform - pos: 56.5,-3.5 + rot: 3.141592653589793 rad + pos: -51.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23134 components: - type: Transform - pos: 56.5,-2.5 + rot: 3.141592653589793 rad + pos: -51.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23135 components: - type: Transform - pos: 56.5,-1.5 + rot: 3.141592653589793 rad + pos: -51.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23136 components: - type: Transform - pos: 56.5,-6.5 + rot: 3.141592653589793 rad + pos: -51.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-0.5 + pos: -53.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,0.5 + pos: -53.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-2.5 + pos: -53.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-2.5 + pos: -53.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-2.5 + pos: -53.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,14.5 + pos: -53.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23143 components: - type: Transform - pos: 57.5,14.5 + rot: 3.141592653589793 rad + pos: -41.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-5.5 + rot: 3.141592653589793 rad + pos: -43.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-5.5 + rot: 3.141592653589793 rad + pos: -43.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23146 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-5.5 + pos: -40.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157479,7 +156376,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-5.5 + pos: -39.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157487,7 +156384,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-5.5 + pos: -38.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157495,86 +156392,89 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-5.5 + pos: -37.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 + rot: -1.5707963267948966 rad + pos: -36.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23151 components: - type: Transform - pos: 64.5,-8.5 + rot: 3.141592653589793 rad + pos: -35.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23152 components: - type: Transform - pos: 64.5,-7.5 + rot: 3.141592653589793 rad + pos: -35.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23153 components: - type: Transform - pos: 64.5,-6.5 + rot: 1.5707963267948966 rad + pos: -46.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23154 components: - type: Transform - pos: 64.5,-5.5 + rot: 1.5707963267948966 rad + pos: -47.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23155 components: - type: Transform - pos: 62.5,-6.5 + pos: -47.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23156 components: - type: Transform - pos: 62.5,-4.5 + pos: -47.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23157 components: - type: Transform - pos: 62.5,-3.5 + pos: -47.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23158 components: - type: Transform - pos: 62.5,-2.5 + pos: -47.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23159 components: - type: Transform - pos: 62.5,-5.5 + pos: -46.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-1.5 + pos: -46.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157582,7 +156482,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-7.5 + pos: -47.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157590,7 +156490,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-7.5 + pos: -48.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157598,210 +156498,215 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,-7.5 + pos: -48.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-7.5 + rot: 1.5707963267948966 rad + pos: -50.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-7.5 + rot: 1.5707963267948966 rad + pos: -51.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-9.5 + rot: 1.5707963267948966 rad + pos: -48.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-9.5 + rot: 1.5707963267948966 rad + pos: -49.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-9.5 + rot: 1.5707963267948966 rad + pos: -50.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23169 components: - type: Transform - pos: 77.5,-0.5 + rot: 1.5707963267948966 rad + pos: -51.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23170 components: - type: Transform - pos: 81.5,-0.5 + rot: 1.5707963267948966 rad + pos: -52.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23171 components: - type: Transform - pos: 85.5,-0.5 + rot: 1.5707963267948966 rad + pos: -53.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-6.5 + rot: 1.5707963267948966 rad + pos: -54.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23173 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-5.5 + rot: 1.5707963267948966 rad + pos: -55.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-4.5 + rot: 1.5707963267948966 rad + pos: -56.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-3.5 + rot: 1.5707963267948966 rad + pos: -58.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-1.5 + rot: 1.5707963267948966 rad + pos: -59.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-1.5 + rot: 1.5707963267948966 rad + pos: -60.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-1.5 + rot: 1.5707963267948966 rad + pos: -61.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-1.5 + rot: 1.5707963267948966 rad + pos: -62.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-7.5 + rot: 1.5707963267948966 rad + pos: -63.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23181 components: - type: Transform - pos: 81.5,-8.5 + rot: 1.5707963267948966 rad + pos: -66.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23182 components: - type: Transform - pos: 81.5,-9.5 + rot: 1.5707963267948966 rad + pos: -67.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-10.5 + rot: 1.5707963267948966 rad + pos: -68.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-10.5 + rot: 1.5707963267948966 rad + pos: -69.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-11.5 + rot: 1.5707963267948966 rad + pos: -69.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-11.5 + rot: 1.5707963267948966 rad + pos: -68.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23187 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,-2.5 + pos: -65.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23188 components: - type: Transform rot: 1.5707963267948966 rad - pos: 75.5,-2.5 + pos: -64.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23189 components: - type: Transform rot: 1.5707963267948966 rad - pos: 75.5,-3.5 + pos: -63.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -157809,152 +156714,152 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,-3.5 + pos: -62.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23191 components: - type: Transform - pos: 77.5,-11.5 + rot: 1.5707963267948966 rad + pos: -60.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23192 components: - type: Transform - pos: 77.5,-9.5 + rot: 1.5707963267948966 rad + pos: -59.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-8.5 + rot: 1.5707963267948966 rad + pos: -58.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-8.5 + rot: 1.5707963267948966 rad + pos: -57.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-8.5 + rot: 1.5707963267948966 rad + pos: -56.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-8.5 + rot: 1.5707963267948966 rad + pos: -54.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-8.5 + rot: 1.5707963267948966 rad + pos: -53.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-7.5 + rot: 1.5707963267948966 rad + pos: -52.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-5.5 + rot: 1.5707963267948966 rad + pos: -51.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-4.5 + rot: 1.5707963267948966 rad + pos: -50.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23201 components: - type: Transform - pos: 79.5,-1.5 + rot: 1.5707963267948966 rad + pos: -49.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23202 components: - type: Transform - pos: 83.5,-1.5 + rot: 1.5707963267948966 rad + pos: -48.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23203 components: - type: Transform - pos: 83.5,-2.5 + pos: -72.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23204 components: - type: Transform - pos: 87.5,-2.5 + pos: -72.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-3.5 + pos: -72.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-3.5 + pos: -74.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-3.5 + pos: -74.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-3.5 + pos: -74.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23209 components: - type: Transform - pos: -8.5,11.5 + pos: -74.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -157962,191 +156867,182 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,-3.5 + pos: -73.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,-3.5 + pos: -72.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23212 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,-3.5 + pos: -71.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-9.5 + rot: 1.5707963267948966 rad + pos: -70.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-8.5 + rot: 1.5707963267948966 rad + pos: -70.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-6.5 + rot: 1.5707963267948966 rad + pos: -71.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-5.5 + pos: -72.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-5.5 + pos: -72.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-4.5 + pos: -72.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 23220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 23221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-3.5 + pos: -72.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 23220 + components: + - type: Transform + pos: -72.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23221 + components: + - type: Transform + pos: -74.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 23222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-7.5 + pos: -74.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-7.5 + pos: -74.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-7.5 + pos: -74.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-7.5 + rot: 3.141592653589793 rad + pos: -64.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-7.5 + rot: 3.141592653589793 rad + pos: -64.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-7.5 + rot: 3.141592653589793 rad + pos: -64.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-7.5 + rot: 3.141592653589793 rad + pos: -64.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-7.5 + rot: 3.141592653589793 rad + pos: -64.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-7.5 + rot: 3.141592653589793 rad + pos: -67.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-6.5 + rot: 3.141592653589793 rad + pos: -67.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-6.5 + rot: 3.141592653589793 rad + pos: -67.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-6.5 + rot: 3.141592653589793 rad + pos: -67.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158154,7 +157050,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 73.5,-6.5 + pos: 42.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158162,95 +157058,88 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 74.5,-6.5 + pos: 41.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-6.5 + pos: 45.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23237 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.5,-6.5 + pos: 44.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23238 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-13.5 + pos: 43.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,11.5 + rot: -1.5707963267948966 rad + pos: 42.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,11.5 + rot: -1.5707963267948966 rad + pos: 41.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,11.5 + pos: 40.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,9.5 + pos: 40.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23243 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,10.5 + pos: 40.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23244 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,11.5 + pos: 40.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23245 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,12.5 + pos: 40.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23246 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,13.5 + pos: 40.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -158258,179 +157147,183 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,12.5 + pos: 39.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,13.5 + rot: 1.5707963267948966 rad + pos: 103.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,15.5 + rot: 1.5707963267948966 rad + pos: 105.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,14.5 + pos: -43.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,15.5 + pos: -43.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,4.5 + pos: -43.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23253 components: - type: Transform - pos: 74.5,2.5 + rot: 1.5707963267948966 rad + pos: -49.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23254 components: - type: Transform - pos: 74.5,3.5 + pos: -43.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,4.5 + pos: -43.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,4.5 + pos: -43.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,4.5 + pos: -43.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23258 components: - type: Transform - pos: 55.5,-95.5 + pos: -41.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FEF101FF' + color: '#FF0000FF' - uid: 23259 components: - type: Transform - pos: 54.5,-95.5 + pos: -41.5,2.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 23260 components: - type: Transform - pos: 53.5,-95.5 + pos: -41.5,1.5 parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 23261 components: - type: Transform - pos: 52.5,14.5 + pos: -41.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23262 components: - type: Transform - pos: 70.5,-0.5 + pos: -41.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23263 components: - type: Transform - pos: 70.5,-1.5 + pos: -41.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23264 components: - type: Transform - pos: 70.5,0.5 + pos: -41.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23265 components: - type: Transform - pos: 70.5,2.5 + pos: -41.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23266 components: - type: Transform - pos: 70.5,3.5 + pos: -41.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23267 components: - type: Transform - pos: 70.5,1.5 + rot: -1.5707963267948966 rad + pos: -42.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23268 components: - type: Transform - pos: 68.5,1.5 + rot: -1.5707963267948966 rad + pos: -43.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23269 components: - type: Transform - pos: 68.5,-0.5 + rot: -1.5707963267948966 rad + pos: -44.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23270 components: - type: Transform - pos: 68.5,0.5 + rot: -1.5707963267948966 rad + pos: -45.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23271 components: - type: Transform - pos: 68.5,-2.5 + rot: -1.5707963267948966 rad + pos: -46.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158438,7 +157331,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,3.5 + pos: -47.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158446,31 +157339,31 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,3.5 + pos: -46.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23274 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.5,3.5 + pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,3.5 + rot: 3.141592653589793 rad + pos: -50.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,3.5 + rot: 3.141592653589793 rad + pos: -50.5,2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158478,369 +157371,372 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 75.5,4.5 + pos: -50.5,1.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,3.5 + rot: 3.141592653589793 rad + pos: -49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,3.5 + rot: 3.141592653589793 rad + pos: -50.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,3.5 + rot: 3.141592653589793 rad + pos: -49.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,3.5 + rot: 3.141592653589793 rad + pos: -49.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23282 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-13.5 + pos: -51.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23283 components: - type: Transform - pos: 51.5,-14.5 + rot: 1.5707963267948966 rad + pos: -52.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23284 components: - type: Transform - pos: 51.5,-12.5 + rot: 1.5707963267948966 rad + pos: -53.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23285 components: - type: Transform - pos: 51.5,-11.5 + rot: 3.141592653589793 rad + pos: -49.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23286 components: - type: Transform - pos: 51.5,-10.5 + rot: 3.141592653589793 rad + pos: -49.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23287 components: - type: Transform - pos: 51.5,-13.5 + rot: 3.141592653589793 rad + pos: -49.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23288 components: - type: Transform - pos: 52.5,-12.5 + rot: 3.141592653589793 rad + pos: -49.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23289 components: - type: Transform - pos: 52.5,-11.5 + rot: 1.5707963267948966 rad + pos: -48.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23290 components: - type: Transform - pos: 52.5,-10.5 + rot: 1.5707963267948966 rad + pos: -47.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 + rot: 1.5707963267948966 rad + pos: -46.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 + rot: 1.5707963267948966 rad + pos: -45.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 + rot: 1.5707963267948966 rad + pos: -44.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 + rot: 1.5707963267948966 rad + pos: -43.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 + rot: 1.5707963267948966 rad + pos: -42.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-6.5 + rot: 1.5707963267948966 rad + pos: -41.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-6.5 + rot: 1.5707963267948966 rad + pos: -40.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-6.5 + pos: -39.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23299 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-6.5 + pos: -38.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-7.5 + rot: -1.5707963267948966 rad + pos: -37.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-7.5 + rot: -1.5707963267948966 rad + pos: -36.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-7.5 + rot: -1.5707963267948966 rad + pos: -35.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 + rot: -1.5707963267948966 rad + pos: -34.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-7.5 + rot: -1.5707963267948966 rad + pos: -33.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23305 components: - type: Transform - pos: 0.5,-6.5 + rot: -1.5707963267948966 rad + pos: -32.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-7.5 + rot: 1.5707963267948966 rad + pos: 7.5,-99.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 + rot: 3.141592653589793 rad + pos: 16.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-7.5 + rot: 3.141592653589793 rad + pos: 16.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 + rot: 3.141592653589793 rad + pos: 16.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23310 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,-4.5 + pos: 8.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 + pos: 12.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 + pos: 12.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-1.5 + pos: 12.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23314 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 + pos: 12.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 + pos: 12.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 + rot: 1.5707963267948966 rad + pos: 15.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-2.5 + rot: 1.5707963267948966 rad + pos: 65.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 + pos: 12.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 + pos: 12.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23320 components: - type: Transform - pos: -1.5,1.5 + rot: 1.5707963267948966 rad + pos: 9.5,-99.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23321 components: - type: Transform - pos: -1.5,2.5 + pos: 6.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23322 components: - type: Transform - pos: 2.5,1.5 + pos: 13.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23323 components: - type: Transform - pos: 2.5,2.5 + pos: 13.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23324 components: - type: Transform - pos: 2.5,3.5 + rot: 1.5707963267948966 rad + pos: 48.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -158848,7 +157744,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-36.5 + pos: 47.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -158856,55 +157752,52 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-36.5 + pos: 47.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-36.5 + rot: 3.141592653589793 rad + pos: -8.5,-95.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-38.5 + pos: -7.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-100.5 + pos: -6.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-38.5 + rot: -1.5707963267948966 rad + pos: -7.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-38.5 + pos: -7.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-38.5 + rot: 3.141592653589793 rad + pos: 45.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158912,23 +157805,23 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-38.5 + pos: 46.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-57.5 + rot: 1.5707963267948966 rad + pos: 47.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-56.5 + rot: 1.5707963267948966 rad + pos: 48.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -158936,164 +157829,161 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-56.5 + pos: 49.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23337 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-56.5 + pos: 48.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23338 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-57.5 + pos: 47.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23339 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,6.5 + pos: 46.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-7.5 + rot: 1.5707963267948966 rad + pos: 41.5,-95.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-7.5 + rot: 1.5707963267948966 rad + pos: 42.5,-95.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-9.5 + rot: 1.5707963267948966 rad + pos: 43.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-9.5 + rot: 1.5707963267948966 rad + pos: 44.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23344 components: - type: Transform - pos: 79.5,-0.5 + rot: 3.141592653589793 rad + pos: 37.5,-107.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23345 components: - type: Transform - pos: 83.5,-0.5 + rot: 1.5707963267948966 rad + pos: 48.5,-86.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23346 components: - type: Transform - pos: 87.5,-0.5 + rot: -1.5707963267948966 rad + pos: 50.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-42.5 + rot: -1.5707963267948966 rad + pos: -55.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,-40.5 + pos: 43.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,-40.5 + pos: 43.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,-40.5 + pos: 44.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,-40.5 + pos: 44.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,-40.5 + pos: 44.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23353 components: - type: Transform rot: -1.5707963267948966 rad - pos: 118.5,-40.5 + pos: 30.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23354 components: - type: Transform rot: -1.5707963267948966 rad - pos: 119.5,-40.5 + pos: 27.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,-40.5 + pos: 26.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,-40.5 + rot: 3.141592653589793 rad + pos: 35.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159101,7 +157991,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 122.5,-40.5 + pos: 34.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159109,23 +157999,23 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 123.5,-40.5 + pos: 32.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,-38.5 + rot: 3.141592653589793 rad + pos: 35.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23360 components: - type: Transform rot: -1.5707963267948966 rad - pos: 125.5,-40.5 + pos: 29.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159133,55 +158023,54 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 126.5,-40.5 + pos: 28.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,-40.5 + pos: 44.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23363 components: - type: Transform rot: -1.5707963267948966 rad - pos: 120.5,-38.5 + pos: 31.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23364 components: - type: Transform rot: -1.5707963267948966 rad - pos: 115.5,-38.5 + pos: 27.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 126.5,-38.5 + rot: 3.141592653589793 rad + pos: 35.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23366 components: - type: Transform rot: -1.5707963267948966 rad - pos: 125.5,-38.5 + pos: 33.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,-38.5 + rot: 1.5707963267948966 rad + pos: -52.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159189,7 +158078,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 121.5,-38.5 + pos: 32.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159197,95 +158086,90 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 122.5,-38.5 + pos: 34.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,-38.5 + pos: -54.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,-38.5 + pos: -50.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,-38.5 + rot: 3.141592653589793 rad + pos: 35.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,-38.5 + rot: 1.5707963267948966 rad + pos: 32.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,-38.5 + pos: 26.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,-38.5 + rot: 3.141592653589793 rad + pos: -62.5,-76.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 23376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,-38.5 + rot: 3.141592653589793 rad + pos: -45.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,-42.5 + rot: 3.141592653589793 rad + pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23378 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,-42.5 + pos: 27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,-42.5 + rot: 3.141592653589793 rad + pos: 35.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-42.5 + rot: 3.141592653589793 rad + pos: 35.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159293,15 +158177,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 104.5,-42.5 + pos: 33.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-42.5 + rot: 3.141592653589793 rad + pos: 35.5,0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159309,216 +158193,208 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 103.5,-40.5 + pos: 26.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-40.5 + pos: 31.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-40.5 + pos: 31.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,-40.5 + pos: -46.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,-40.5 + rot: 3.141592653589793 rad + pos: 35.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,-40.5 + pos: -48.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,10.5 + rot: 3.141592653589793 rad + pos: 33.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-20.5 + rot: 3.141592653589793 rad + pos: 33.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23391 components: - type: Transform - pos: -8.5,12.5 + rot: 3.141592653589793 rad + pos: 33.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23392 components: - type: Transform - pos: -8.5,13.5 + rot: 1.5707963267948966 rad + pos: 32.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-74.5 + rot: -1.5707963267948966 rad + pos: 29.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-74.5 + rot: -1.5707963267948966 rad + pos: 30.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23395 components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.5,-74.5 + pos: -49.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-74.5 + pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,10.5 + rot: 3.141592653589793 rad + pos: 35.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23398 components: - type: Transform - pos: 23.5,7.5 + rot: 3.141592653589793 rad + pos: 35.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23399 components: - type: Transform - pos: 23.5,6.5 + rot: -1.5707963267948966 rad + pos: -69.5,-78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 23400 components: - type: Transform - pos: 23.5,5.5 + rot: -1.5707963267948966 rad + pos: -71.5,-78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 23401 components: - type: Transform - pos: 23.5,4.5 + pos: -62.5,-68.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23402 components: - type: Transform - pos: 23.5,3.5 + pos: -63.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,2.5 + pos: -63.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,2.5 + rot: 3.141592653589793 rad + pos: 35.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,4.5 + rot: -1.5707963267948966 rad + pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23406 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,5.5 + rot: -1.5707963267948966 rad + pos: 28.5,10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,4.5 + rot: 1.5707963267948966 rad + pos: -53.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23408 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,5.5 + pos: -54.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,6.5 + pos: -62.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-7.5 + pos: -63.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159526,7 +158402,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-7.5 + pos: 32.5,10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159534,31 +158410,31 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,13.5 + pos: -42.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,13.5 + rot: 3.141592653589793 rad + pos: 33.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,13.5 + rot: 3.141592653589793 rad + pos: 33.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23415 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,12.5 + pos: 31.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159566,131 +158442,129 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,13.5 + pos: 33.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,11.5 + rot: 3.141592653589793 rad + pos: 52.5,-95.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 23418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,11.5 + rot: -1.5707963267948966 rad + pos: 58.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23419 components: - type: Transform - pos: 12.5,10.5 + rot: -1.5707963267948966 rad + pos: 57.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23420 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,9.5 + pos: 56.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,8.5 + rot: -1.5707963267948966 rad + pos: 55.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23422 components: - type: Transform - pos: 16.5,7.5 + rot: -1.5707963267948966 rad + pos: 54.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23423 components: - type: Transform - pos: 16.5,6.5 + rot: -1.5707963267948966 rad + pos: 58.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23424 components: - type: Transform - pos: 16.5,5.5 + rot: -1.5707963267948966 rad + pos: 57.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#03FCD3FF' - uid: 23425 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,19.5 + pos: 56.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#03FCD3FF' - uid: 23426 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,19.5 + pos: 55.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#03FCD3FF' - uid: 23427 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,19.5 + pos: 54.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#03FCD3FF' - uid: 23428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,19.5 + rot: 1.5707963267948966 rad + pos: 56.5,11.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,19.5 + rot: 1.5707963267948966 rad + pos: 48.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,19.5 + rot: 1.5707963267948966 rad + pos: -37.5,-73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 23431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,19.5 + rot: 1.5707963267948966 rad + pos: -36.5,-73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 23432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,19.5 + rot: 1.5707963267948966 rad + pos: -51.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -159698,15 +158572,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,20.5 + pos: -52.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23434 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,20.5 + pos: -63.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159714,7 +158588,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,20.5 + pos: -62.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159722,7 +158596,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,20.5 + pos: -61.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159730,7 +158604,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,20.5 + pos: -60.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159738,7 +158612,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,22.5 + pos: -59.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159746,7 +158620,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,23.5 + pos: -59.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159754,7 +158628,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,24.5 + pos: -59.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159762,7 +158636,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,25.5 + pos: -59.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159770,7 +158644,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,22.5 + pos: -59.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159778,7 +158652,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,23.5 + pos: -59.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159786,7 +158660,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,25.5 + pos: -59.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -159794,620 +158668,617 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,23.5 + pos: -59.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23446 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,19.5 + pos: -60.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23447 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,19.5 + pos: -61.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23448 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,19.5 + pos: -62.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23449 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,19.5 + pos: -63.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23450 components: - type: Transform - pos: -8.5,20.5 + rot: -1.5707963267948966 rad + pos: -64.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23451 components: - type: Transform - pos: -8.5,21.5 + rot: -1.5707963267948966 rad + pos: -65.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23452 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,22.5 + pos: -66.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-25.5 + rot: -1.5707963267948966 rad + pos: -67.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-25.5 + rot: 3.141592653589793 rad + pos: -68.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23455 components: - type: Transform - pos: -48.5,-24.5 + rot: 3.141592653589793 rad + pos: -68.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23456 components: - type: Transform - pos: -48.5,-23.5 + rot: 3.141592653589793 rad + pos: -68.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23457 components: - type: Transform - pos: -48.5,-22.5 + rot: 3.141592653589793 rad + pos: -68.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23458 components: - type: Transform - pos: -48.5,-21.5 + rot: 3.141592653589793 rad + pos: -68.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23459 components: - type: Transform - pos: -48.5,-20.5 + rot: 3.141592653589793 rad + pos: -68.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23460 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-21.5 + pos: -69.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-47.5 + rot: 1.5707963267948966 rad + pos: -70.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-46.5 + rot: 1.5707963267948966 rad + pos: -71.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-45.5 + rot: 1.5707963267948966 rad + pos: -72.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-49.5 + pos: -73.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-49.5 + pos: -73.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-49.5 + pos: -73.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-49.5 + rot: 3.141592653589793 rad + pos: -72.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23468 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-48.5 + pos: -72.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23469 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-47.5 + pos: -72.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23470 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-46.5 + pos: -72.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23471 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-45.5 + pos: -71.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23472 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-44.5 + pos: -71.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23473 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-43.5 + pos: -71.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-54.5 + rot: 3.141592653589793 rad + pos: -71.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-54.5 + rot: 3.141592653589793 rad + pos: -71.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23476 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,2.5 + pos: -71.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23477 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,3.5 + pos: -71.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,4.5 + rot: -1.5707963267948966 rad + pos: -72.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23479 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,3.5 + rot: -1.5707963267948966 rad + pos: -73.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,2.5 + rot: -1.5707963267948966 rad + pos: -74.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,1.5 + rot: -1.5707963267948966 rad + pos: -75.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23482 components: - type: Transform - pos: -17.5,5.5 + rot: -1.5707963267948966 rad + pos: -76.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23483 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,6.5 + pos: -77.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,7.5 + rot: -1.5707963267948966 rad + pos: -78.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23485 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,8.5 + pos: -79.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23486 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-0.5 + pos: -79.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23487 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,0.5 + pos: -79.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23488 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,1.5 + pos: -79.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23489 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,2.5 + pos: -79.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23490 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,3.5 + pos: -79.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23491 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,4.5 + pos: -79.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23492 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,5.5 + pos: -79.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23493 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,6.5 + pos: -79.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23494 components: - type: Transform - pos: -21.5,2.5 + rot: 1.5707963267948966 rad + pos: -78.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23495 components: - type: Transform - pos: -21.5,3.5 + rot: 1.5707963267948966 rad + pos: -77.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,4.5 + rot: 3.141592653589793 rad + pos: -76.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-44.5 + rot: 3.141592653589793 rad + pos: -76.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,9.5 + rot: 1.5707963267948966 rad + pos: -74.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-44.5 + rot: 1.5707963267948966 rad + pos: -75.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-44.5 + rot: 1.5707963267948966 rad + pos: -76.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-44.5 + pos: -77.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23508 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-99.5 + pos: -74.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-42.5 + rot: 1.5707963267948966 rad + pos: -75.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-99.5 + rot: 3.141592653589793 rad + pos: -76.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23511 components: - type: Transform - pos: 6.5,-95.5 + pos: -77.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-91.5 + pos: -77.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-88.5 + pos: -77.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-99.5 + pos: -77.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-85.5 + pos: -77.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-42.5 + pos: -77.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-42.5 + pos: -77.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-42.5 + pos: -77.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-42.5 + pos: -77.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-42.5 + pos: -77.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-42.5 + rot: 3.141592653589793 rad + pos: -78.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-42.5 + rot: 3.141592653589793 rad + pos: -78.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-42.5 + rot: 3.141592653589793 rad + pos: -78.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160415,7 +159286,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-41.5 + pos: -78.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160423,111 +159294,111 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-40.5 + pos: -78.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-31.5 + rot: 3.141592653589793 rad + pos: -78.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-31.5 + rot: 3.141592653589793 rad + pos: -78.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-31.5 + rot: 3.141592653589793 rad + pos: -78.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-31.5 + rot: 3.141592653589793 rad + pos: -78.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-31.5 + rot: 3.141592653589793 rad + pos: -78.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23531 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-33.5 + pos: -78.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23532 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-34.5 + pos: -78.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23533 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-35.5 + pos: -78.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23534 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-36.5 + pos: -78.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23535 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-37.5 + pos: -78.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23536 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-38.5 + pos: -78.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23537 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-39.5 + pos: -78.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-85.5 + rot: 3.141592653589793 rad + pos: -78.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160535,84 +159406,87 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,-41.5 + pos: -78.5,4.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23540 components: - type: Transform - pos: 12.5,-99.5 + rot: 3.141592653589793 rad + pos: -78.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23541 components: - type: Transform - pos: 6.5,-97.5 + rot: 1.5707963267948966 rad + pos: -77.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23542 components: - type: Transform - pos: 6.5,-89.5 + rot: 1.5707963267948966 rad + pos: -76.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-2.5 + rot: 1.5707963267948966 rad + pos: -75.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-40.5 + rot: 1.5707963267948966 rad + pos: -74.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23545 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-39.5 + rot: 1.5707963267948966 rad + pos: -72.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-38.5 + rot: 1.5707963267948966 rad + pos: -71.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23547 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-37.5 + rot: 1.5707963267948966 rad + pos: -70.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23548 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-36.5 + rot: 1.5707963267948966 rad + pos: -69.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23549 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-35.5 + rot: 1.5707963267948966 rad + pos: -68.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160620,7 +159494,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,-33.5 + pos: -67.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160628,7 +159502,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,-33.5 + pos: -66.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160636,7 +159510,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,-33.5 + pos: -65.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160644,97 +159518,102 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-33.5 + pos: -64.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23554 components: - type: Transform - pos: 12.5,-91.5 + rot: 1.5707963267948966 rad + pos: -63.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23555 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-99.5 + pos: -62.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23556 components: - type: Transform - pos: 6.5,-94.5 + rot: 1.5707963267948966 rad + pos: -61.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,9.5 + rot: 1.5707963267948966 rad + pos: -60.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,10.5 + rot: 1.5707963267948966 rad + pos: -59.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23559 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-6.5 + rot: 1.5707963267948966 rad + pos: -58.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23560 components: - type: Transform - pos: -8.5,-77.5 + rot: 1.5707963267948966 rad + pos: -57.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23561 components: - type: Transform - pos: 12.5,-90.5 + pos: -56.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23562 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-92.5 + rot: -1.5707963267948966 rad + pos: -55.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23563 components: - type: Transform - pos: -7.5,-77.5 + rot: -1.5707963267948966 rad + pos: -54.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23564 components: - type: Transform - pos: -7.5,-78.5 + rot: 3.141592653589793 rad + pos: -53.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-99.5 + rot: 3.141592653589793 rad + pos: -53.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -160742,119 +159621,119 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,11.5 + pos: -53.5,8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23567 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,16.5 + rot: 1.5707963267948966 rad + pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23568 components: - type: Transform - pos: -8.5,-76.5 + rot: 1.5707963267948966 rad + pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23569 components: - type: Transform rot: 1.5707963267948966 rad - pos: 103.5,-22.5 + pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23570 components: - type: Transform - pos: 104.5,-22.5 + pos: -49.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23571 components: - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-48.5 + pos: -49.5,7.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23572 components: - type: Transform - pos: 33.5,-61.5 + pos: -49.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23573 components: - type: Transform - pos: 108.5,-20.5 + pos: -49.5,5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23574 components: - type: Transform - pos: 28.5,-40.5 + rot: -1.5707963267948966 rad + pos: 97.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-22.5 + rot: -1.5707963267948966 rad + pos: 99.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23576 components: - type: Transform - pos: -7.5,-93.5 + rot: -1.5707963267948966 rad + pos: 100.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23577 components: - type: Transform - pos: 28.5,-39.5 + pos: 98.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23578 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-1.5 + pos: 98.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-0.5 + rot: 1.5707963267948966 rad + pos: 99.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-1.5 + pos: 100.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23581 components: - type: Transform - pos: 9.5,0.5 + pos: 96.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -160862,117 +159741,108 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,17.5 + pos: 97.5,-87.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23583 components: - type: Transform - pos: 30.5,16.5 + pos: 97.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,17.5 + pos: 97.5,-88.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23585 components: - type: Transform - pos: 108.5,-21.5 + pos: 97.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,3.5 + pos: 97.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,5.5 + pos: 97.5,-84.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,5.5 + pos: 97.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,5.5 + rot: -1.5707963267948966 rad + pos: 98.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,5.5 + rot: -1.5707963267948966 rad + pos: 99.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-99.5 + pos: 98.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-100.5 + pos: 98.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-101.5 + pos: 98.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-103.5 + pos: 97.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-98.5 + pos: 97.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23596 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-99.5 + pos: 100.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -160980,7 +159850,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-99.5 + pos: 97.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -160988,7 +159858,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-99.5 + pos: 96.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -160996,378 +159866,385 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,-99.5 + pos: 96.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23600 components: - type: Transform - pos: -12.5,-100.5 + rot: 1.5707963267948966 rad + pos: 98.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23601 components: - type: Transform - pos: -12.5,-101.5 + rot: 1.5707963267948966 rad + pos: 99.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23602 components: - type: Transform - pos: -12.5,-102.5 + rot: 1.5707963267948966 rad + pos: 100.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-103.5 + rot: 3.141592653589793 rad + pos: 97.5,-79.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23604 components: - type: Transform - pos: -10.5,-104.5 + rot: 3.141592653589793 rad + pos: 99.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-103.5 + rot: 3.141592653589793 rad + pos: 99.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-103.5 + rot: 3.141592653589793 rad + pos: 99.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-103.5 + rot: 3.141592653589793 rad + pos: 99.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-103.5 + rot: 3.141592653589793 rad + pos: 99.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-103.5 + rot: 3.141592653589793 rad + pos: 97.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-103.5 + rot: 3.141592653589793 rad + pos: 97.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-103.5 + rot: 3.141592653589793 rad + pos: 97.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-104.5 + pos: 97.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-104.5 + pos: 97.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-102.5 + pos: 97.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-102.5 + pos: 97.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23616 components: - type: Transform - pos: -9.5,-103.5 + pos: 99.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23617 components: - type: Transform - pos: -9.5,-104.5 + pos: 99.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23618 components: - type: Transform - pos: -9.5,-105.5 + pos: 99.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23619 components: - type: Transform - pos: -8.5,-79.5 + pos: 99.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23620 components: - type: Transform - pos: 33.5,-60.5 + rot: 3.141592653589793 rad + pos: 99.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-22.5 + pos: 99.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-22.5 + pos: 99.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-22.5 + pos: 97.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23624 components: - type: Transform - pos: 33.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 23625 - components: - - type: Transform - pos: 33.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 23626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-60.5 + pos: 97.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 23625 + components: + - type: Transform + pos: 97.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23626 + components: + - type: Transform + pos: 99.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 23627 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-59.5 + pos: 97.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-58.5 + rot: -1.5707963267948966 rad + pos: 96.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23629 components: - type: Transform - pos: 37.5,-67.5 + rot: -1.5707963267948966 rad + pos: 95.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23630 components: - type: Transform - pos: 37.5,-66.5 + rot: -1.5707963267948966 rad + pos: 94.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23631 components: - type: Transform - pos: 37.5,-65.5 + rot: -1.5707963267948966 rad + pos: 99.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23632 components: - type: Transform - pos: 34.5,-70.5 + rot: -1.5707963267948966 rad + pos: 100.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23633 components: - type: Transform - pos: 34.5,-65.5 + rot: -1.5707963267948966 rad + pos: 101.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23634 components: - type: Transform - pos: 34.5,-66.5 + rot: -1.5707963267948966 rad + pos: 102.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23635 components: - type: Transform - pos: 34.5,-67.5 + rot: -1.5707963267948966 rad + pos: 100.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23636 components: - type: Transform - pos: 34.5,-68.5 + rot: -1.5707963267948966 rad + pos: 101.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-69.5 + rot: -1.5707963267948966 rad + pos: 102.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23638 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-70.5 + rot: -1.5707963267948966 rad + pos: 97.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23639 components: - type: Transform - pos: 34.5,-71.5 + rot: -1.5707963267948966 rad + pos: 96.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23640 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-75.5 + rot: -1.5707963267948966 rad + pos: 95.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23641 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-74.5 + rot: -1.5707963267948966 rad + pos: 94.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23642 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-73.5 + pos: 31.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 23643 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-72.5 + rot: 1.5707963267948966 rad + pos: -44.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-100.5 + rot: 1.5707963267948966 rad + pos: -45.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-100.5 + rot: 1.5707963267948966 rad + pos: -44.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-100.5 + rot: 1.5707963267948966 rad + pos: -45.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-100.5 + rot: 1.5707963267948966 rad + pos: -46.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23648 components: - type: Transform - pos: 12.5,-98.5 + rot: 1.5707963267948966 rad + pos: -47.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -161375,7 +160252,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-97.5 + pos: -48.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -161383,7 +160260,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-96.5 + pos: -48.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -161391,7 +160268,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-95.5 + pos: -48.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -161399,127 +160276,127 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-93.5 + pos: -46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23653 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-91.5 + pos: -46.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23654 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-92.5 + pos: -46.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-90.5 + rot: 3.141592653589793 rad + pos: -46.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-90.5 + rot: 3.141592653589793 rad + pos: -46.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-90.5 + rot: 1.5707963267948966 rad + pos: -49.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-90.5 + rot: 1.5707963267948966 rad + pos: -50.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-90.5 + rot: 1.5707963267948966 rad + pos: -51.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23660 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-89.5 + rot: 1.5707963267948966 rad + pos: -52.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-7.5 + rot: 1.5707963267948966 rad + pos: -53.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-6.5 + rot: 3.141592653589793 rad + pos: -54.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - uid: 23663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-6.5 + rot: -1.5707963267948966 rad + pos: -47.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-4.5 + rot: -1.5707963267948966 rad + pos: -48.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23665 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-8.5 + rot: -1.5707963267948966 rad + pos: -49.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-9.5 + rot: -1.5707963267948966 rad + pos: -50.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 23667 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.5,-10.5 + pos: -51.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -161527,11 +160404,4874 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-10.5 + pos: -47.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - uid: 23669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23670 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23671 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23672 + components: + - type: Transform + pos: 34.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23673 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23674 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23675 + components: + - type: Transform + pos: 34.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23676 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23677 + components: + - type: Transform + pos: 34.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23686 + components: + - type: Transform + pos: 33.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23687 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23688 + components: + - type: Transform + pos: 33.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23689 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23690 + components: + - type: Transform + pos: 33.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFAA00FF' + - uid: 23704 + components: + - type: Transform + pos: -43.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23705 + components: + - type: Transform + pos: -43.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23707 + components: + - type: Transform + pos: -43.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23708 + components: + - type: Transform + pos: -43.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23718 + components: + - type: Transform + pos: -47.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23737 + components: + - type: Transform + pos: 58.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23740 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23741 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23742 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23743 + components: + - type: Transform + pos: 58.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23744 + components: + - type: Transform + pos: 58.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23749 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23750 + components: + - type: Transform + pos: 58.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23751 + components: + - type: Transform + pos: 58.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23752 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23753 + components: + - type: Transform + pos: 58.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23754 + components: + - type: Transform + pos: 58.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23755 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23756 + components: + - type: Transform + pos: 56.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23757 + components: + - type: Transform + pos: 56.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23758 + components: + - type: Transform + pos: 56.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23759 + components: + - type: Transform + pos: -47.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23760 + components: + - type: Transform + pos: 56.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23761 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23762 + components: + - type: Transform + pos: 56.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23763 + components: + - type: Transform + pos: 56.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23764 + components: + - type: Transform + pos: 56.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23771 + components: + - type: Transform + pos: 57.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23779 + components: + - type: Transform + pos: 64.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23780 + components: + - type: Transform + pos: 64.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23781 + components: + - type: Transform + pos: 64.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23782 + components: + - type: Transform + pos: 64.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23783 + components: + - type: Transform + pos: 62.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23784 + components: + - type: Transform + pos: 62.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23785 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23786 + components: + - type: Transform + pos: 62.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23787 + components: + - type: Transform + pos: 62.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23797 + components: + - type: Transform + pos: 77.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23798 + components: + - type: Transform + pos: 81.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23799 + components: + - type: Transform + pos: 85.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23809 + components: + - type: Transform + pos: 81.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23810 + components: + - type: Transform + pos: 81.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23819 + components: + - type: Transform + pos: 77.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23820 + components: + - type: Transform + pos: 77.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23829 + components: + - type: Transform + pos: 79.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23830 + components: + - type: Transform + pos: 83.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23831 + components: + - type: Transform + pos: 83.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23832 + components: + - type: Transform + pos: 87.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23837 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23881 + components: + - type: Transform + pos: 74.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23882 + components: + - type: Transform + pos: 74.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23886 + components: + - type: Transform + pos: 55.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 23887 + components: + - type: Transform + pos: 54.5,-95.5 + parent: 2 + - uid: 23888 + components: + - type: Transform + pos: 53.5,-95.5 + parent: 2 + - uid: 23889 + components: + - type: Transform + pos: 52.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23890 + components: + - type: Transform + pos: 70.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23891 + components: + - type: Transform + pos: 70.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23892 + components: + - type: Transform + pos: 70.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23893 + components: + - type: Transform + pos: 70.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23894 + components: + - type: Transform + pos: 70.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23895 + components: + - type: Transform + pos: 70.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23896 + components: + - type: Transform + pos: 68.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23897 + components: + - type: Transform + pos: 68.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23898 + components: + - type: Transform + pos: 68.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23899 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23911 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23912 + components: + - type: Transform + pos: 51.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23913 + components: + - type: Transform + pos: 51.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23914 + components: + - type: Transform + pos: 51.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23915 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23916 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23917 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23918 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23933 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23948 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23949 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23950 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23951 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23952 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23972 + components: + - type: Transform + pos: 79.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23973 + components: + - type: Transform + pos: 83.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23974 + components: + - type: Transform + pos: 87.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 111.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 113.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 115.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 116.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 118.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 119.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 23991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 120.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 115.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 126.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 122.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 119.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 118.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 117.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 113.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 112.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 111.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 110.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 109.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 108.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 105.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 107.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 108.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 109.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24019 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24020 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24026 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24027 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24028 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24029 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24030 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24047 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24050 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24051 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24052 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24078 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24079 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24083 + components: + - type: Transform + pos: -48.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24084 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24085 + components: + - type: Transform + pos: -48.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24086 + components: + - type: Transform + pos: -48.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24087 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24110 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24122 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24123 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24139 + components: + - type: Transform + pos: 6.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24168 + components: + - type: Transform + pos: 12.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24169 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24170 + components: + - type: Transform + pos: 6.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24182 + components: + - type: Transform + pos: 12.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24184 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24188 + components: + - type: Transform + pos: -8.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24189 + components: + - type: Transform + pos: 12.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24191 + components: + - type: Transform + pos: -7.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24192 + components: + - type: Transform + pos: -7.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24196 + components: + - type: Transform + pos: -8.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24198 + components: + - type: Transform + pos: 104.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24200 + components: + - type: Transform + pos: 33.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24201 + components: + - type: Transform + pos: 108.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24202 + components: + - type: Transform + pos: 28.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 107.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24204 + components: + - type: Transform + pos: -7.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24205 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24209 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24211 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24213 + components: + - type: Transform + pos: 108.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-101.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24228 + components: + - type: Transform + pos: -12.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24229 + components: + - type: Transform + pos: -12.5,-101.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24230 + components: + - type: Transform + pos: -12.5,-102.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24232 + components: + - type: Transform + pos: -10.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-102.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-102.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24244 + components: + - type: Transform + pos: -9.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24245 + components: + - type: Transform + pos: -9.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24246 + components: + - type: Transform + pos: -9.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24247 + components: + - type: Transform + pos: -8.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24248 + components: + - type: Transform + pos: 33.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 106.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24252 + components: + - type: Transform + pos: 33.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24253 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24257 + components: + - type: Transform + pos: 37.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24258 + components: + - type: Transform + pos: 37.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24259 + components: + - type: Transform + pos: 37.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24260 + components: + - type: Transform + pos: 34.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24261 + components: + - type: Transform + pos: 34.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24262 + components: + - type: Transform + pos: 34.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24263 + components: + - type: Transform + pos: 34.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24264 + components: + - type: Transform + pos: 34.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24267 + components: + - type: Transform + pos: 34.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24276 + components: + - type: Transform + pos: 12.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 24297 components: - type: Transform rot: -1.5707963267948966 rad @@ -161539,7 +165279,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23670 + - uid: 24298 components: - type: Transform rot: -1.5707963267948966 rad @@ -161547,7 +165287,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23671 + - uid: 24299 components: - type: Transform rot: -1.5707963267948966 rad @@ -161555,14 +165295,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23672 + - uid: 24300 components: - type: Transform pos: 71.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23673 + - uid: 24301 components: - type: Transform rot: 3.141592653589793 rad @@ -161570,7 +165310,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23674 + - uid: 24302 components: - type: Transform rot: 3.141592653589793 rad @@ -161578,7 +165318,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23675 + - uid: 24303 components: - type: Transform rot: 3.141592653589793 rad @@ -161586,7 +165326,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23676 + - uid: 24304 components: - type: Transform rot: 3.141592653589793 rad @@ -161594,7 +165334,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23677 + - uid: 24305 components: - type: Transform rot: 1.5707963267948966 rad @@ -161602,7 +165342,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23678 + - uid: 24306 components: - type: Transform rot: 1.5707963267948966 rad @@ -161610,14 +165350,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23679 + - uid: 24307 components: - type: Transform pos: 106.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23680 + - uid: 24308 components: - type: Transform anchored: False @@ -161626,7 +165366,7 @@ entities: - type: Physics canCollide: True bodyType: Dynamic - - uid: 23681 + - uid: 24309 components: - type: Transform anchored: False @@ -161635,7 +165375,7 @@ entities: - type: Physics canCollide: True bodyType: Dynamic - - uid: 23682 + - uid: 24310 components: - type: Transform anchored: False @@ -161644,21 +165384,21 @@ entities: - type: Physics canCollide: True bodyType: Dynamic - - uid: 23683 + - uid: 24311 components: - type: Transform pos: 55.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 23684 + - uid: 24312 components: - type: Transform pos: 55.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 23685 + - uid: 24313 components: - type: Transform rot: 3.141592653589793 rad @@ -161666,7 +165406,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 23686 + - uid: 24314 components: - type: Transform rot: 1.5707963267948966 rad @@ -161674,7 +165414,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 23687 + - uid: 24315 components: - type: Transform rot: 1.5707963267948966 rad @@ -161682,7 +165422,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 23688 + - uid: 24316 components: - type: Transform rot: -1.5707963267948966 rad @@ -161690,7 +165430,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23689 + - uid: 24317 components: - type: Transform rot: 1.5707963267948966 rad @@ -161698,7 +165438,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23690 + - uid: 24318 components: - type: Transform rot: -1.5707963267948966 rad @@ -161706,7 +165446,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23691 + - uid: 24319 components: - type: Transform rot: -1.5707963267948966 rad @@ -161714,7 +165454,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23692 + - uid: 24320 components: - type: Transform rot: 1.5707963267948966 rad @@ -161722,7 +165462,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23693 + - uid: 24321 components: - type: Transform rot: -1.5707963267948966 rad @@ -161730,7 +165470,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23694 + - uid: 24322 components: - type: Transform rot: -1.5707963267948966 rad @@ -161738,9 +165478,1545 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 24323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24324 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24325 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24326 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24327 + components: + - type: Transform + pos: 16.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24328 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24338 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24339 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24340 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24341 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24358 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24374 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24375 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24376 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24377 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24378 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24379 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24380 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24390 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24391 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24392 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24401 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24417 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24418 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24419 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24424 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' +- proto: GasPipeStraightAlt1 + entities: + - uid: 24425 + components: + - type: Transform + pos: 15.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24435 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24436 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24437 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24438 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24463 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24464 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24465 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24469 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24470 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24478 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24483 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24484 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24485 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24486 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24487 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24488 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24489 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24490 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24499 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24500 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24501 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24506 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' +- proto: GasPipeStraightAlt2 + entities: + - uid: 24507 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24508 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24512 + components: + - type: Transform + pos: 15.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24513 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' - proto: GasPipeTJunction entities: - - uid: 23695 + - uid: 24521 components: - type: Transform rot: 1.5707963267948966 rad @@ -161748,7 +167024,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23696 + - uid: 24522 components: - type: Transform rot: 3.141592653589793 rad @@ -161756,7 +167032,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23697 + - uid: 24523 components: - type: Transform rot: 3.141592653589793 rad @@ -161764,21 +167040,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23698 + - uid: 24524 components: - type: Transform pos: 27.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23699 + - uid: 24525 components: - type: Transform pos: 26.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23700 + - uid: 24526 components: - type: Transform rot: -1.5707963267948966 rad @@ -161786,7 +167062,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23701 + - uid: 24527 components: - type: Transform rot: 1.5707963267948966 rad @@ -161794,7 +167070,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23702 + - uid: 24528 components: - type: Transform rot: 3.141592653589793 rad @@ -161802,34 +167078,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23703 + - uid: 24529 components: - type: Transform pos: -7.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23704 + - uid: 24530 components: - type: Transform pos: -8.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23705 + - uid: 24531 components: - type: Transform pos: 38.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-58.5 - parent: 2 - - uid: 23707 + - uid: 24532 components: - type: Transform rot: 1.5707963267948966 rad @@ -161837,13 +167107,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-57.5 - parent: 2 - - uid: 23709 + - uid: 24533 components: - type: Transform rot: -1.5707963267948966 rad @@ -161851,7 +167115,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23710 + - uid: 24534 components: - type: Transform rot: -1.5707963267948966 rad @@ -161859,7 +167123,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23711 + - uid: 24535 components: - type: Transform rot: -1.5707963267948966 rad @@ -161867,36 +167131,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23712 - components: - - type: Transform - pos: -9.5,-53.5 - parent: 2 - - uid: 23713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-54.5 - parent: 2 - - uid: 23714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-58.5 - parent: 2 - - uid: 23715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-57.5 - parent: 2 - - uid: 23716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-54.5 - parent: 2 - - uid: 23717 + - uid: 24536 components: - type: Transform rot: 3.141592653589793 rad @@ -161904,21 +167139,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23718 + - uid: 24537 components: - type: Transform pos: 40.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23719 + - uid: 24538 components: - type: Transform pos: 106.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23720 + - uid: 24539 components: - type: Transform rot: 1.5707963267948966 rad @@ -161926,21 +167161,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23721 + - uid: 24540 components: - type: Transform pos: 28.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23722 + - uid: 24541 components: - type: Transform pos: -9.5,-102.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23723 + - uid: 24542 components: - type: Transform rot: 1.5707963267948966 rad @@ -161948,7 +167183,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23724 + - uid: 24543 components: - type: Transform rot: 1.5707963267948966 rad @@ -161956,14 +167191,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23725 + - uid: 24544 components: - type: Transform pos: 0.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23726 + - uid: 24545 components: - type: Transform rot: 3.141592653589793 rad @@ -161971,14 +167206,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23727 + - uid: 24546 components: - type: Transform pos: 104.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23728 + - uid: 24547 components: - type: Transform rot: 3.141592653589793 rad @@ -161986,7 +167221,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23729 + - uid: 24548 components: - type: Transform rot: 1.5707963267948966 rad @@ -161994,7 +167229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23730 + - uid: 24549 components: - type: Transform rot: 1.5707963267948966 rad @@ -162002,7 +167237,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23731 + - uid: 24550 components: - type: Transform rot: 1.5707963267948966 rad @@ -162010,7 +167245,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23732 + - uid: 24551 components: - type: Transform rot: -1.5707963267948966 rad @@ -162018,14 +167253,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23733 + - uid: 24552 components: - type: Transform pos: 80.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23734 + - uid: 24553 components: - type: Transform rot: -1.5707963267948966 rad @@ -162033,14 +167268,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23735 + - uid: 24554 components: - type: Transform pos: 80.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23736 + - uid: 24555 components: - type: Transform rot: -1.5707963267948966 rad @@ -162048,7 +167283,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23737 + - uid: 24556 components: - type: Transform rot: 1.5707963267948966 rad @@ -162056,7 +167291,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23738 + - uid: 24557 components: - type: Transform rot: 1.5707963267948966 rad @@ -162064,14 +167299,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23739 + - uid: 24558 components: - type: Transform pos: 59.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23740 + - uid: 24559 components: - type: Transform rot: 1.5707963267948966 rad @@ -162079,14 +167314,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23741 + - uid: 24560 components: - type: Transform pos: 58.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23742 + - uid: 24561 components: - type: Transform rot: 3.141592653589793 rad @@ -162094,7 +167329,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23743 + - uid: 24562 components: - type: Transform rot: 1.5707963267948966 rad @@ -162102,7 +167337,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23744 + - uid: 24563 components: - type: Transform rot: -1.5707963267948966 rad @@ -162110,7 +167345,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23745 + - uid: 24564 components: - type: Transform rot: -1.5707963267948966 rad @@ -162118,7 +167353,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23746 + - uid: 24565 components: - type: Transform rot: 1.5707963267948966 rad @@ -162126,7 +167361,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23747 + - uid: 24566 components: - type: Transform rot: 1.5707963267948966 rad @@ -162134,7 +167369,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23748 + - uid: 24567 components: - type: Transform rot: 3.141592653589793 rad @@ -162142,7 +167377,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23749 + - uid: 24568 components: - type: Transform rot: -1.5707963267948966 rad @@ -162150,7 +167385,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23750 + - uid: 24569 components: - type: Transform rot: 1.5707963267948966 rad @@ -162158,7 +167393,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23751 + - uid: 24570 components: - type: Transform rot: -1.5707963267948966 rad @@ -162166,7 +167401,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23752 + - uid: 24571 components: - type: Transform rot: 3.141592653589793 rad @@ -162174,7 +167409,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23753 + - uid: 24572 components: - type: Transform rot: 1.5707963267948966 rad @@ -162182,14 +167417,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23754 + - uid: 24573 components: - type: Transform pos: 57.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23755 + - uid: 24574 components: - type: Transform rot: 3.141592653589793 rad @@ -162197,7 +167432,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23756 + - uid: 24575 components: - type: Transform rot: -1.5707963267948966 rad @@ -162205,7 +167440,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23757 + - uid: 24576 components: - type: Transform rot: 1.5707963267948966 rad @@ -162213,7 +167448,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23758 + - uid: 24577 components: - type: Transform rot: 1.5707963267948966 rad @@ -162221,7 +167456,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23759 + - uid: 24578 components: - type: Transform rot: 3.141592653589793 rad @@ -162229,7 +167464,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23760 + - uid: 24579 components: - type: Transform rot: -1.5707963267948966 rad @@ -162237,7 +167472,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23761 + - uid: 24580 components: - type: Transform rot: -1.5707963267948966 rad @@ -162245,7 +167480,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23762 + - uid: 24581 components: - type: Transform rot: 1.5707963267948966 rad @@ -162253,7 +167488,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23763 + - uid: 24582 components: - type: Transform rot: 1.5707963267948966 rad @@ -162261,7 +167496,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23764 + - uid: 24583 components: - type: Transform rot: 1.5707963267948966 rad @@ -162269,7 +167504,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23765 + - uid: 24584 components: - type: Transform rot: -1.5707963267948966 rad @@ -162277,7 +167512,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23766 + - uid: 24585 components: - type: Transform rot: 1.5707963267948966 rad @@ -162285,7 +167520,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23767 + - uid: 24586 components: - type: Transform rot: -1.5707963267948966 rad @@ -162293,7 +167528,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23768 + - uid: 24587 components: - type: Transform rot: 1.5707963267948966 rad @@ -162301,7 +167536,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23769 + - uid: 24588 components: - type: Transform rot: 3.141592653589793 rad @@ -162309,7 +167544,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23770 + - uid: 24589 components: - type: Transform rot: 1.5707963267948966 rad @@ -162317,7 +167552,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23771 + - uid: 24590 components: - type: Transform rot: 1.5707963267948966 rad @@ -162325,7 +167560,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23772 + - uid: 24591 components: - type: Transform rot: 3.141592653589793 rad @@ -162333,7 +167568,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23773 + - uid: 24592 components: - type: Transform rot: 1.5707963267948966 rad @@ -162341,14 +167576,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23774 + - uid: 24593 components: - type: Transform pos: -24.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23775 + - uid: 24594 components: - type: Transform rot: 1.5707963267948966 rad @@ -162356,7 +167591,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23776 + - uid: 24595 components: - type: Transform rot: 3.141592653589793 rad @@ -162364,7 +167599,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23777 + - uid: 24596 components: - type: Transform rot: 3.141592653589793 rad @@ -162372,7 +167607,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23778 + - uid: 24597 components: - type: Transform rot: -1.5707963267948966 rad @@ -162380,7 +167615,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23779 + - uid: 24598 components: - type: Transform rot: 3.141592653589793 rad @@ -162388,7 +167623,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23780 + - uid: 24599 components: - type: Transform rot: 1.5707963267948966 rad @@ -162396,14 +167631,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23781 + - uid: 24600 components: - type: Transform pos: -50.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23782 + - uid: 24601 components: - type: Transform rot: 1.5707963267948966 rad @@ -162411,7 +167646,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23783 + - uid: 24602 components: - type: Transform rot: -1.5707963267948966 rad @@ -162419,7 +167654,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23784 + - uid: 24603 components: - type: Transform rot: -1.5707963267948966 rad @@ -162427,7 +167662,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23785 + - uid: 24604 components: - type: Transform rot: 3.141592653589793 rad @@ -162435,7 +167670,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23786 + - uid: 24605 components: - type: Transform rot: -1.5707963267948966 rad @@ -162443,7 +167678,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23787 + - uid: 24606 components: - type: Transform rot: -1.5707963267948966 rad @@ -162451,7 +167686,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23788 + - uid: 24607 components: - type: Transform rot: 3.141592653589793 rad @@ -162459,7 +167694,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23789 + - uid: 24608 components: - type: Transform rot: 3.141592653589793 rad @@ -162467,14 +167702,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23790 + - uid: 24609 components: - type: Transform pos: 0.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23791 + - uid: 24610 components: - type: Transform rot: 3.141592653589793 rad @@ -162482,7 +167717,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23792 + - uid: 24611 components: - type: Transform rot: -1.5707963267948966 rad @@ -162490,7 +167725,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23793 + - uid: 24612 components: - type: Transform rot: 1.5707963267948966 rad @@ -162498,7 +167733,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23794 + - uid: 24613 components: - type: Transform rot: 1.5707963267948966 rad @@ -162506,14 +167741,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23795 + - uid: 24614 components: - type: Transform pos: 10.5,14.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23796 + - uid: 24615 components: - type: Transform rot: 3.141592653589793 rad @@ -162521,19 +167756,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23797 + - uid: 24616 components: - type: Transform pos: -17.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23798 + - uid: 24617 components: - type: Transform pos: 36.5,-98.5 parent: 2 - - uid: 23799 + - uid: 24618 components: - type: Transform rot: 1.5707963267948966 rad @@ -162541,7 +167776,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23800 + - uid: 24619 components: - type: Transform rot: -1.5707963267948966 rad @@ -162549,7 +167784,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23801 + - uid: 24620 components: - type: Transform rot: -1.5707963267948966 rad @@ -162557,7 +167792,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23802 + - uid: 24621 components: - type: Transform rot: 3.141592653589793 rad @@ -162565,7 +167800,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23803 + - uid: 24622 components: - type: Transform rot: -1.5707963267948966 rad @@ -162573,7 +167808,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23804 + - uid: 24623 components: - type: Transform rot: 1.5707963267948966 rad @@ -162581,12 +167816,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23805 + - uid: 24624 components: - type: Transform pos: 36.5,-101.5 parent: 2 - - uid: 23806 + - uid: 24625 components: - type: Transform rot: 1.5707963267948966 rad @@ -162594,7 +167829,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23807 + - uid: 24626 components: - type: Transform rot: -1.5707963267948966 rad @@ -162602,7 +167837,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23808 + - uid: 24627 components: - type: Transform rot: 1.5707963267948966 rad @@ -162610,7 +167845,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23809 + - uid: 24628 components: - type: Transform rot: -1.5707963267948966 rad @@ -162618,19 +167853,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23810 + - uid: 24629 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-20.5 parent: 2 - - uid: 23811 + - uid: 24630 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-21.5 parent: 2 - - uid: 23812 + - uid: 24631 components: - type: Transform rot: -1.5707963267948966 rad @@ -162638,7 +167873,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23813 + - uid: 24632 components: - type: Transform rot: 1.5707963267948966 rad @@ -162646,7 +167881,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23814 + - uid: 24633 components: - type: Transform rot: 3.141592653589793 rad @@ -162654,7 +167889,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23815 + - uid: 24634 components: - type: Transform rot: -1.5707963267948966 rad @@ -162662,7 +167897,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23816 + - uid: 24635 components: - type: Transform rot: 3.141592653589793 rad @@ -162670,14 +167905,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23817 + - uid: 24636 components: - type: Transform pos: 70.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23818 + - uid: 24637 components: - type: Transform rot: 1.5707963267948966 rad @@ -162685,21 +167920,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23819 + - uid: 24638 components: - type: Transform pos: 65.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23820 + - uid: 24639 components: - type: Transform pos: 27.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23821 + - uid: 24640 components: - type: Transform rot: 1.5707963267948966 rad @@ -162707,30 +167942,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23822 + - uid: 24641 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-47.5 parent: 2 - - uid: 23823 + - uid: 24642 components: - type: Transform pos: 40.5,-47.5 parent: 2 - - uid: 23824 + - uid: 24643 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-47.5 parent: 2 - - uid: 23825 + - uid: 24644 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-49.5 parent: 2 - - uid: 23826 + - uid: 24645 components: - type: Transform rot: 3.141592653589793 rad @@ -162738,14 +167973,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 23827 + - uid: 24646 components: - type: Transform pos: 41.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23828 + - uid: 24647 components: - type: Transform rot: -1.5707963267948966 rad @@ -162753,7 +167988,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23829 + - uid: 24648 components: - type: Transform rot: 3.141592653589793 rad @@ -162761,14 +167996,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23830 + - uid: 24649 components: - type: Transform pos: 42.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23831 + - uid: 24650 components: - type: Transform rot: 1.5707963267948966 rad @@ -162776,7 +168011,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23832 + - uid: 24651 components: - type: Transform rot: 1.5707963267948966 rad @@ -162784,7 +168019,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23833 + - uid: 24652 components: - type: Transform rot: 1.5707963267948966 rad @@ -162792,7 +168027,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23834 + - uid: 24653 components: - type: Transform rot: -1.5707963267948966 rad @@ -162800,7 +168035,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23835 + - uid: 24654 components: - type: Transform rot: 1.5707963267948966 rad @@ -162808,21 +168043,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23836 + - uid: 24655 components: - type: Transform pos: 48.5,-68.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23837 + - uid: 24656 components: - type: Transform pos: 50.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23838 + - uid: 24657 components: - type: Transform rot: 3.141592653589793 rad @@ -162830,7 +168065,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23839 + - uid: 24658 components: - type: Transform rot: 3.141592653589793 rad @@ -162838,7 +168073,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23840 + - uid: 24659 components: - type: Transform rot: 1.5707963267948966 rad @@ -162846,7 +168081,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23841 + - uid: 24660 components: - type: Transform rot: 1.5707963267948966 rad @@ -162854,7 +168089,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23842 + - uid: 24661 components: - type: Transform rot: -1.5707963267948966 rad @@ -162862,7 +168097,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23843 + - uid: 24662 components: - type: Transform rot: 1.5707963267948966 rad @@ -162870,7 +168105,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23844 + - uid: 24663 components: - type: Transform rot: 3.141592653589793 rad @@ -162878,7 +168113,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23845 + - uid: 24664 components: - type: Transform rot: 3.141592653589793 rad @@ -162886,14 +168121,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23846 + - uid: 24665 components: - type: Transform pos: 33.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23847 + - uid: 24666 components: - type: Transform rot: 1.5707963267948966 rad @@ -162901,21 +168136,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23848 + - uid: 24667 components: - type: Transform pos: 37.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23849 + - uid: 24668 components: - type: Transform pos: 56.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23850 + - uid: 24669 components: - type: Transform rot: 3.141592653589793 rad @@ -162923,14 +168158,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23851 + - uid: 24670 components: - type: Transform pos: 78.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23852 + - uid: 24671 components: - type: Transform rot: 3.141592653589793 rad @@ -162938,7 +168173,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23853 + - uid: 24672 components: - type: Transform rot: 3.141592653589793 rad @@ -162946,7 +168181,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23854 + - uid: 24673 components: - type: Transform rot: 1.5707963267948966 rad @@ -162954,14 +168189,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23855 + - uid: 24674 components: - type: Transform pos: 86.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23856 + - uid: 24675 components: - type: Transform rot: -1.5707963267948966 rad @@ -162969,7 +168204,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23857 + - uid: 24676 components: - type: Transform rot: -1.5707963267948966 rad @@ -162977,7 +168212,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23858 + - uid: 24677 components: - type: Transform rot: 3.141592653589793 rad @@ -162985,7 +168220,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23859 + - uid: 24678 components: - type: Transform rot: 3.141592653589793 rad @@ -162993,7 +168228,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23860 + - uid: 24679 components: - type: Transform rot: -1.5707963267948966 rad @@ -163001,14 +168236,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23861 + - uid: 24680 components: - type: Transform pos: 31.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23862 + - uid: 24681 components: - type: Transform rot: 3.141592653589793 rad @@ -163016,7 +168251,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23863 + - uid: 24682 components: - type: Transform rot: 3.141592653589793 rad @@ -163024,7 +168259,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23864 + - uid: 24683 components: - type: Transform rot: 1.5707963267948966 rad @@ -163032,7 +168267,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23865 + - uid: 24684 components: - type: Transform rot: -1.5707963267948966 rad @@ -163040,7 +168275,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23866 + - uid: 24685 components: - type: Transform rot: 1.5707963267948966 rad @@ -163048,7 +168283,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23867 + - uid: 24686 components: - type: Transform rot: 1.5707963267948966 rad @@ -163056,7 +168291,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23868 + - uid: 24687 components: - type: Transform rot: -1.5707963267948966 rad @@ -163064,21 +168299,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23869 + - uid: 24688 components: - type: Transform pos: 27.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23870 + - uid: 24689 components: - type: Transform pos: 19.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23871 + - uid: 24690 components: - type: Transform rot: 3.141592653589793 rad @@ -163086,7 +168321,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23872 + - uid: 24691 components: - type: Transform rot: 3.141592653589793 rad @@ -163094,21 +168329,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23873 + - uid: 24692 components: - type: Transform pos: 8.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23874 + - uid: 24693 components: - type: Transform pos: -25.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23875 + - uid: 24694 components: - type: Transform rot: 1.5707963267948966 rad @@ -163116,7 +168351,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23876 + - uid: 24695 components: - type: Transform rot: 1.5707963267948966 rad @@ -163124,7 +168359,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23877 + - uid: 24696 components: - type: Transform rot: 3.141592653589793 rad @@ -163132,14 +168367,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23878 + - uid: 24697 components: - type: Transform pos: -5.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23879 + - uid: 24698 components: - type: Transform rot: 3.141592653589793 rad @@ -163147,14 +168382,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23880 + - uid: 24699 components: - type: Transform pos: -4.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23881 + - uid: 24700 components: - type: Transform rot: -1.5707963267948966 rad @@ -163162,7 +168397,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23882 + - uid: 24701 components: - type: Transform rot: 1.5707963267948966 rad @@ -163170,28 +168405,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23883 + - uid: 24702 components: - type: Transform pos: -0.5,22.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23884 + - uid: 24703 components: - type: Transform pos: 1.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23885 + - uid: 24704 components: - type: Transform pos: 7.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23886 + - uid: 24705 components: - type: Transform rot: 3.141592653589793 rad @@ -163199,7 +168434,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23887 + - uid: 24706 components: - type: Transform rot: -1.5707963267948966 rad @@ -163207,7 +168442,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23888 + - uid: 24707 components: - type: Transform rot: 1.5707963267948966 rad @@ -163215,7 +168450,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23889 + - uid: 24708 components: - type: Transform rot: 1.5707963267948966 rad @@ -163223,7 +168458,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23890 + - uid: 24709 components: - type: Transform rot: 1.5707963267948966 rad @@ -163231,7 +168466,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23891 + - uid: 24710 components: - type: Transform rot: 1.5707963267948966 rad @@ -163239,7 +168474,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23892 + - uid: 24711 components: - type: Transform rot: -1.5707963267948966 rad @@ -163247,7 +168482,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23893 + - uid: 24712 components: - type: Transform rot: 3.141592653589793 rad @@ -163255,28 +168490,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23894 + - uid: 24713 components: - type: Transform pos: 1.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23895 + - uid: 24714 components: - type: Transform pos: -7.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23896 + - uid: 24715 components: - type: Transform pos: -0.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23897 + - uid: 24716 components: - type: Transform rot: 1.5707963267948966 rad @@ -163284,7 +168519,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23898 + - uid: 24717 components: - type: Transform rot: -1.5707963267948966 rad @@ -163292,7 +168527,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23899 + - uid: 24718 components: - type: Transform rot: 1.5707963267948966 rad @@ -163300,7 +168535,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23900 + - uid: 24719 components: - type: Transform rot: -1.5707963267948966 rad @@ -163308,7 +168543,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23901 + - uid: 24720 components: - type: Transform rot: 3.141592653589793 rad @@ -163316,14 +168551,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23902 + - uid: 24721 components: - type: Transform pos: 5.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23903 + - uid: 24722 components: - type: Transform rot: -1.5707963267948966 rad @@ -163331,7 +168566,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23904 + - uid: 24723 components: - type: Transform rot: -1.5707963267948966 rad @@ -163339,21 +168574,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23905 + - uid: 24724 components: - type: Transform pos: -6.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23906 + - uid: 24725 components: - type: Transform pos: -8.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23907 + - uid: 24726 components: - type: Transform rot: 3.141592653589793 rad @@ -163361,7 +168596,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23908 + - uid: 24727 components: - type: Transform rot: -1.5707963267948966 rad @@ -163369,7 +168604,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23909 + - uid: 24728 components: - type: Transform rot: 1.5707963267948966 rad @@ -163377,21 +168612,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23910 + - uid: 24729 components: - type: Transform pos: -23.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23911 + - uid: 24730 components: - type: Transform pos: -29.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23912 + - uid: 24731 components: - type: Transform rot: -1.5707963267948966 rad @@ -163399,7 +168634,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23913 + - uid: 24732 components: - type: Transform rot: 1.5707963267948966 rad @@ -163407,7 +168642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23914 + - uid: 24733 components: - type: Transform rot: -1.5707963267948966 rad @@ -163415,7 +168650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23915 + - uid: 24734 components: - type: Transform rot: -1.5707963267948966 rad @@ -163423,7 +168658,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23916 + - uid: 24735 components: - type: Transform rot: -1.5707963267948966 rad @@ -163431,7 +168666,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23917 + - uid: 24736 components: - type: Transform rot: 1.5707963267948966 rad @@ -163439,7 +168674,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23918 + - uid: 24737 components: - type: Transform rot: -1.5707963267948966 rad @@ -163447,7 +168682,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23919 + - uid: 24738 components: - type: Transform rot: 1.5707963267948966 rad @@ -163455,7 +168690,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23920 + - uid: 24739 components: - type: Transform rot: 1.5707963267948966 rad @@ -163463,7 +168698,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23921 + - uid: 24740 components: - type: Transform rot: -1.5707963267948966 rad @@ -163471,7 +168706,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23922 + - uid: 24741 components: - type: Transform rot: 1.5707963267948966 rad @@ -163479,7 +168714,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23923 + - uid: 24742 components: - type: Transform rot: 3.141592653589793 rad @@ -163487,7 +168722,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23924 + - uid: 24743 components: - type: Transform rot: -1.5707963267948966 rad @@ -163495,7 +168730,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23925 + - uid: 24744 components: - type: Transform rot: 1.5707963267948966 rad @@ -163503,7 +168738,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23926 + - uid: 24745 components: - type: Transform rot: -1.5707963267948966 rad @@ -163511,7 +168746,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23927 + - uid: 24746 components: - type: Transform rot: 1.5707963267948966 rad @@ -163519,7 +168754,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23928 + - uid: 24747 components: - type: Transform rot: 3.141592653589793 rad @@ -163527,14 +168762,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23929 + - uid: 24748 components: - type: Transform pos: -44.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23930 + - uid: 24749 components: - type: Transform rot: 1.5707963267948966 rad @@ -163542,7 +168777,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23931 + - uid: 24750 components: - type: Transform rot: 1.5707963267948966 rad @@ -163550,7 +168785,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23932 + - uid: 24751 components: - type: Transform rot: 3.141592653589793 rad @@ -163558,7 +168793,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23933 + - uid: 24752 components: - type: Transform rot: 3.141592653589793 rad @@ -163566,7 +168801,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23934 + - uid: 24753 components: - type: Transform rot: -1.5707963267948966 rad @@ -163574,7 +168809,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23935 + - uid: 24754 components: - type: Transform rot: 1.5707963267948966 rad @@ -163582,7 +168817,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23936 + - uid: 24755 components: - type: Transform rot: -1.5707963267948966 rad @@ -163590,7 +168825,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23937 + - uid: 24756 components: - type: Transform rot: 1.5707963267948966 rad @@ -163598,7 +168833,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23938 + - uid: 24757 components: - type: Transform rot: -1.5707963267948966 rad @@ -163606,7 +168841,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23939 + - uid: 24758 components: - type: Transform rot: 1.5707963267948966 rad @@ -163614,7 +168849,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23940 + - uid: 24759 components: - type: Transform rot: 1.5707963267948966 rad @@ -163622,7 +168857,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23941 + - uid: 24760 components: - type: Transform rot: 1.5707963267948966 rad @@ -163630,7 +168865,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23942 + - uid: 24761 components: - type: Transform rot: -1.5707963267948966 rad @@ -163638,7 +168873,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23943 + - uid: 24762 components: - type: Transform rot: -1.5707963267948966 rad @@ -163646,14 +168881,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23944 + - uid: 24763 components: - type: Transform pos: -43.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23945 + - uid: 24764 components: - type: Transform rot: 3.141592653589793 rad @@ -163661,14 +168896,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23946 + - uid: 24765 components: - type: Transform pos: -36.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23947 + - uid: 24766 components: - type: Transform rot: 3.141592653589793 rad @@ -163676,7 +168911,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23948 + - uid: 24767 components: - type: Transform rot: -1.5707963267948966 rad @@ -163684,7 +168919,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23949 + - uid: 24768 components: - type: Transform rot: 1.5707963267948966 rad @@ -163692,7 +168927,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23950 + - uid: 24769 components: - type: Transform rot: 1.5707963267948966 rad @@ -163700,7 +168935,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23951 + - uid: 24770 components: - type: Transform rot: 1.5707963267948966 rad @@ -163708,7 +168943,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23952 + - uid: 24771 components: - type: Transform rot: -1.5707963267948966 rad @@ -163716,21 +168951,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23953 + - uid: 24772 components: - type: Transform pos: -50.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23954 + - uid: 24773 components: - type: Transform pos: -48.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23955 + - uid: 24774 components: - type: Transform rot: -1.5707963267948966 rad @@ -163738,7 +168973,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23956 + - uid: 24775 components: - type: Transform rot: 1.5707963267948966 rad @@ -163746,7 +168981,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23957 + - uid: 24776 components: - type: Transform rot: 1.5707963267948966 rad @@ -163754,7 +168989,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23958 + - uid: 24777 components: - type: Transform rot: 3.141592653589793 rad @@ -163762,7 +168997,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23959 + - uid: 24778 components: - type: Transform rot: 3.141592653589793 rad @@ -163770,7 +169005,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23960 + - uid: 24779 components: - type: Transform rot: -1.5707963267948966 rad @@ -163778,7 +169013,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23961 + - uid: 24780 components: - type: Transform rot: 1.5707963267948966 rad @@ -163786,7 +169021,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23962 + - uid: 24781 components: - type: Transform rot: 3.141592653589793 rad @@ -163794,14 +169029,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23963 + - uid: 24782 components: - type: Transform pos: -61.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23964 + - uid: 24783 components: - type: Transform rot: -1.5707963267948966 rad @@ -163809,7 +169044,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23965 + - uid: 24784 components: - type: Transform rot: -1.5707963267948966 rad @@ -163817,7 +169052,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23966 + - uid: 24785 components: - type: Transform rot: 1.5707963267948966 rad @@ -163825,7 +169060,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23967 + - uid: 24786 components: - type: Transform rot: -1.5707963267948966 rad @@ -163833,7 +169068,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23968 + - uid: 24787 components: - type: Transform rot: -1.5707963267948966 rad @@ -163841,14 +169076,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23969 + - uid: 24788 components: - type: Transform pos: -44.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23970 + - uid: 24789 components: - type: Transform rot: 1.5707963267948966 rad @@ -163856,7 +169091,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23971 + - uid: 24790 components: - type: Transform rot: 1.5707963267948966 rad @@ -163864,14 +169099,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23972 + - uid: 24791 components: - type: Transform pos: -45.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23973 + - uid: 24792 components: - type: Transform rot: 1.5707963267948966 rad @@ -163879,7 +169114,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23974 + - uid: 24793 components: - type: Transform rot: -1.5707963267948966 rad @@ -163887,14 +169122,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23975 + - uid: 24794 components: - type: Transform pos: -41.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23976 + - uid: 24795 components: - type: Transform rot: 1.5707963267948966 rad @@ -163902,14 +169137,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23977 + - uid: 24796 components: - type: Transform pos: -50.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23978 + - uid: 24797 components: - type: Transform rot: 3.141592653589793 rad @@ -163917,7 +169152,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23979 + - uid: 24798 components: - type: Transform rot: 3.141592653589793 rad @@ -163925,7 +169160,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23980 + - uid: 24799 components: - type: Transform rot: 3.141592653589793 rad @@ -163933,7 +169168,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23981 + - uid: 24800 components: - type: Transform rot: 3.141592653589793 rad @@ -163941,7 +169176,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23982 + - uid: 24801 components: - type: Transform rot: -1.5707963267948966 rad @@ -163949,7 +169184,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23983 + - uid: 24802 components: - type: Transform rot: -1.5707963267948966 rad @@ -163957,7 +169192,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23984 + - uid: 24803 components: - type: Transform rot: 1.5707963267948966 rad @@ -163965,7 +169200,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23985 + - uid: 24804 components: - type: Transform rot: 1.5707963267948966 rad @@ -163973,7 +169208,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23986 + - uid: 24805 components: - type: Transform rot: 3.141592653589793 rad @@ -163981,7 +169216,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23987 + - uid: 24806 components: - type: Transform rot: 3.141592653589793 rad @@ -163989,14 +169224,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23988 + - uid: 24807 components: - type: Transform pos: -66.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23989 + - uid: 24808 components: - type: Transform rot: 3.141592653589793 rad @@ -164004,7 +169239,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23990 + - uid: 24809 components: - type: Transform rot: 1.5707963267948966 rad @@ -164012,14 +169247,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23991 + - uid: 24810 components: - type: Transform pos: -55.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23992 + - uid: 24811 components: - type: Transform rot: -1.5707963267948966 rad @@ -164027,7 +169262,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23993 + - uid: 24812 components: - type: Transform rot: 1.5707963267948966 rad @@ -164035,21 +169270,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23994 + - uid: 24813 components: - type: Transform pos: 28.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23995 + - uid: 24814 components: - type: Transform pos: -48.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23996 + - uid: 24815 components: - type: Transform rot: -1.5707963267948966 rad @@ -164057,7 +169292,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23997 + - uid: 24816 components: - type: Transform rot: 1.5707963267948966 rad @@ -164065,21 +169300,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 23998 + - uid: 24817 components: - type: Transform pos: -63.5,-66.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 23999 + - uid: 24818 components: - type: Transform pos: -62.5,-64.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24000 + - uid: 24819 components: - type: Transform rot: 1.5707963267948966 rad @@ -164087,7 +169322,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24001 + - uid: 24820 components: - type: Transform rot: 1.5707963267948966 rad @@ -164095,7 +169330,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24002 + - uid: 24821 components: - type: Transform rot: 1.5707963267948966 rad @@ -164103,7 +169338,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24003 + - uid: 24822 components: - type: Transform rot: -1.5707963267948966 rad @@ -164111,7 +169346,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24004 + - uid: 24823 components: - type: Transform rot: 3.141592653589793 rad @@ -164119,7 +169354,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24005 + - uid: 24824 components: - type: Transform rot: 1.5707963267948966 rad @@ -164127,12 +169362,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24006 + - uid: 24825 components: - type: Transform pos: -72.5,-26.5 parent: 2 - - uid: 24007 + - uid: 24826 components: - type: Transform rot: 3.141592653589793 rad @@ -164140,12 +169375,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24008 + - uid: 24827 components: - type: Transform pos: -82.5,-13.5 parent: 2 - - uid: 24009 + - uid: 24828 components: - type: Transform rot: -1.5707963267948966 rad @@ -164153,7 +169388,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24010 + - uid: 24829 components: - type: Transform rot: 3.141592653589793 rad @@ -164161,7 +169396,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24011 + - uid: 24830 components: - type: Transform rot: 1.5707963267948966 rad @@ -164169,7 +169404,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24012 + - uid: 24831 components: - type: Transform rot: 1.5707963267948966 rad @@ -164177,14 +169412,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24013 + - uid: 24832 components: - type: Transform pos: 98.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24014 + - uid: 24833 components: - type: Transform rot: 3.141592653589793 rad @@ -164192,7 +169427,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24015 + - uid: 24834 components: - type: Transform rot: -1.5707963267948966 rad @@ -164200,7 +169435,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24016 + - uid: 24835 components: - type: Transform rot: 1.5707963267948966 rad @@ -164208,7 +169443,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24017 + - uid: 24836 components: - type: Transform rot: 3.141592653589793 rad @@ -164216,14 +169451,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24018 + - uid: 24837 components: - type: Transform pos: 98.5,-67.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24019 + - uid: 24838 components: - type: Transform rot: 3.141592653589793 rad @@ -164231,7 +169466,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24020 + - uid: 24839 components: - type: Transform rot: 3.141592653589793 rad @@ -164239,35 +169474,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24021 + - uid: 24840 components: - type: Transform pos: 34.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24022 + - uid: 24841 components: - type: Transform pos: 36.5,23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24023 + - uid: 24842 components: - type: Transform pos: -32.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24024 + - uid: 24843 components: - type: Transform pos: -31.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24025 + - uid: 24844 components: - type: Transform rot: 3.141592653589793 rad @@ -164275,7 +169510,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24026 + - uid: 24845 components: - type: Transform rot: 1.5707963267948966 rad @@ -164283,7 +169518,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24027 + - uid: 24846 components: - type: Transform rot: 1.5707963267948966 rad @@ -164291,14 +169526,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24028 + - uid: 24847 components: - type: Transform pos: -37.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24029 + - uid: 24848 components: - type: Transform rot: 3.141592653589793 rad @@ -164306,7 +169541,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24030 + - uid: 24849 components: - type: Transform rot: 3.141592653589793 rad @@ -164314,7 +169549,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24031 + - uid: 24850 components: - type: Transform rot: 3.141592653589793 rad @@ -164322,7 +169557,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24032 + - uid: 24851 components: - type: Transform rot: 3.141592653589793 rad @@ -164330,7 +169565,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24033 + - uid: 24852 components: - type: Transform rot: -1.5707963267948966 rad @@ -164338,7 +169573,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24034 + - uid: 24853 components: - type: Transform rot: 3.141592653589793 rad @@ -164346,7 +169581,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24035 + - uid: 24854 components: - type: Transform rot: 1.5707963267948966 rad @@ -164354,7 +169589,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24036 + - uid: 24855 components: - type: Transform rot: 3.141592653589793 rad @@ -164362,7 +169597,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24037 + - uid: 24856 components: - type: Transform rot: -1.5707963267948966 rad @@ -164370,7 +169605,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24038 + - uid: 24857 components: - type: Transform rot: -1.5707963267948966 rad @@ -164378,14 +169613,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24039 + - uid: 24858 components: - type: Transform pos: -61.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24040 + - uid: 24859 components: - type: Transform rot: -1.5707963267948966 rad @@ -164393,7 +169628,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24041 + - uid: 24860 components: - type: Transform rot: 1.5707963267948966 rad @@ -164401,7 +169636,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24042 + - uid: 24861 components: - type: Transform rot: -1.5707963267948966 rad @@ -164409,7 +169644,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24043 + - uid: 24862 components: - type: Transform rot: 3.141592653589793 rad @@ -164417,7 +169652,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24044 + - uid: 24863 components: - type: Transform rot: -1.5707963267948966 rad @@ -164425,21 +169660,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24045 + - uid: 24864 components: - type: Transform pos: 2.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24046 + - uid: 24865 components: - type: Transform pos: -1.5,3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24047 + - uid: 24866 components: - type: Transform rot: 1.5707963267948966 rad @@ -164447,7 +169682,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24048 + - uid: 24867 components: - type: Transform rot: 1.5707963267948966 rad @@ -164455,7 +169690,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24049 + - uid: 24868 components: - type: Transform rot: 3.141592653589793 rad @@ -164463,14 +169698,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24050 + - uid: 24869 components: - type: Transform pos: -28.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24051 + - uid: 24870 components: - type: Transform rot: 1.5707963267948966 rad @@ -164478,7 +169713,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24052 + - uid: 24871 components: - type: Transform rot: 1.5707963267948966 rad @@ -164486,7 +169721,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24053 + - uid: 24872 components: - type: Transform rot: -1.5707963267948966 rad @@ -164494,7 +169729,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24054 + - uid: 24873 components: - type: Transform rot: 1.5707963267948966 rad @@ -164502,7 +169737,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24055 + - uid: 24874 components: - type: Transform rot: 1.5707963267948966 rad @@ -164510,7 +169745,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24056 + - uid: 24875 components: - type: Transform rot: -1.5707963267948966 rad @@ -164518,7 +169753,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24057 + - uid: 24876 components: - type: Transform rot: -1.5707963267948966 rad @@ -164526,7 +169761,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24058 + - uid: 24877 components: - type: Transform rot: 3.141592653589793 rad @@ -164534,7 +169769,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24059 + - uid: 24878 components: - type: Transform rot: 3.141592653589793 rad @@ -164542,21 +169777,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24060 + - uid: 24879 components: - type: Transform pos: 78.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24061 + - uid: 24880 components: - type: Transform pos: 82.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24062 + - uid: 24881 components: - type: Transform rot: 3.141592653589793 rad @@ -164564,21 +169799,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24063 + - uid: 24882 components: - type: Transform pos: 81.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24064 + - uid: 24883 components: - type: Transform pos: 75.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24065 + - uid: 24884 components: - type: Transform rot: 1.5707963267948966 rad @@ -164586,7 +169821,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24066 + - uid: 24885 components: - type: Transform rot: -1.5707963267948966 rad @@ -164594,14 +169829,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24067 + - uid: 24886 components: - type: Transform pos: 77.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24068 + - uid: 24887 components: - type: Transform rot: 3.141592653589793 rad @@ -164609,7 +169844,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24069 + - uid: 24888 components: - type: Transform rot: 3.141592653589793 rad @@ -164617,7 +169852,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24070 + - uid: 24889 components: - type: Transform rot: 1.5707963267948966 rad @@ -164625,7 +169860,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24071 + - uid: 24890 components: - type: Transform rot: 1.5707963267948966 rad @@ -164633,7 +169868,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24072 + - uid: 24891 components: - type: Transform rot: 3.141592653589793 rad @@ -164641,7 +169876,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24073 + - uid: 24892 components: - type: Transform rot: 3.141592653589793 rad @@ -164649,7 +169884,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24074 + - uid: 24893 components: - type: Transform rot: -1.5707963267948966 rad @@ -164657,14 +169892,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24075 + - uid: 24894 components: - type: Transform pos: 70.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24076 + - uid: 24895 components: - type: Transform rot: 1.5707963267948966 rad @@ -164672,7 +169907,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24077 + - uid: 24896 components: - type: Transform rot: 1.5707963267948966 rad @@ -164680,7 +169915,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24078 + - uid: 24897 components: - type: Transform rot: 3.141592653589793 rad @@ -164688,7 +169923,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24079 + - uid: 24898 components: - type: Transform rot: -1.5707963267948966 rad @@ -164696,7 +169931,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24080 + - uid: 24899 components: - type: Transform rot: 3.141592653589793 rad @@ -164704,7 +169939,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24081 + - uid: 24900 components: - type: Transform rot: -1.5707963267948966 rad @@ -164712,7 +169947,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24082 + - uid: 24901 components: - type: Transform rot: -1.5707963267948966 rad @@ -164720,7 +169955,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24083 + - uid: 24902 components: - type: Transform rot: -1.5707963267948966 rad @@ -164728,7 +169963,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24084 + - uid: 24903 components: - type: Transform rot: 3.141592653589793 rad @@ -164736,14 +169971,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24085 + - uid: 24904 components: - type: Transform pos: 116.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24086 + - uid: 24905 components: - type: Transform rot: 3.141592653589793 rad @@ -164751,14 +169986,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24087 + - uid: 24906 components: - type: Transform pos: 105.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24088 + - uid: 24907 components: - type: Transform rot: 1.5707963267948966 rad @@ -164766,7 +170001,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24089 + - uid: 24908 components: - type: Transform rot: 3.141592653589793 rad @@ -164774,7 +170009,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24090 + - uid: 24909 components: - type: Transform rot: 3.141592653589793 rad @@ -164782,7 +170017,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24091 + - uid: 24910 components: - type: Transform rot: 1.5707963267948966 rad @@ -164790,7 +170025,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24092 + - uid: 24911 components: - type: Transform rot: -1.5707963267948966 rad @@ -164798,7 +170033,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24093 + - uid: 24912 components: - type: Transform rot: -1.5707963267948966 rad @@ -164806,7 +170041,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24094 + - uid: 24913 components: - type: Transform rot: 3.141592653589793 rad @@ -164814,7 +170049,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24095 + - uid: 24914 components: - type: Transform rot: -1.5707963267948966 rad @@ -164822,7 +170057,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24096 + - uid: 24915 components: - type: Transform rot: -1.5707963267948966 rad @@ -164830,7 +170065,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24097 + - uid: 24916 components: - type: Transform rot: 3.141592653589793 rad @@ -164838,14 +170073,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24098 + - uid: 24917 components: - type: Transform pos: 76.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24099 + - uid: 24918 components: - type: Transform rot: -1.5707963267948966 rad @@ -164853,7 +170088,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24100 + - uid: 24919 components: - type: Transform rot: -1.5707963267948966 rad @@ -164861,19 +170096,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24101 + - uid: 24920 components: - type: Transform rot: 1.5707963267948966 rad pos: 82.5,5.5 parent: 2 - - uid: 24102 + - uid: 24921 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,5.5 parent: 2 - - uid: 24103 + - uid: 24922 components: - type: Transform rot: 1.5707963267948966 rad @@ -164881,7 +170116,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24104 + - uid: 24923 components: - type: Transform rot: -1.5707963267948966 rad @@ -164889,7 +170124,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24105 + - uid: 24924 components: - type: Transform rot: 3.141592653589793 rad @@ -164897,21 +170132,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24106 + - uid: 24925 components: - type: Transform pos: -12.5,-99.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24107 + - uid: 24926 components: - type: Transform pos: -10.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24108 + - uid: 24927 components: - type: Transform rot: 3.141592653589793 rad @@ -164919,7 +170154,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24109 + - uid: 24928 components: - type: Transform rot: -1.5707963267948966 rad @@ -164927,7 +170162,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24110 + - uid: 24929 components: - type: Transform rot: -1.5707963267948966 rad @@ -164935,7 +170170,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24111 + - uid: 24930 components: - type: Transform rot: 1.5707963267948966 rad @@ -164943,7 +170178,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24112 + - uid: 24931 components: - type: Transform rot: -1.5707963267948966 rad @@ -164951,7 +170186,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24113 + - uid: 24932 components: - type: Transform rot: 1.5707963267948966 rad @@ -164959,7 +170194,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24114 + - uid: 24933 components: - type: Transform rot: -1.5707963267948966 rad @@ -164967,7 +170202,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24115 + - uid: 24934 components: - type: Transform rot: -1.5707963267948966 rad @@ -164975,7 +170210,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24116 + - uid: 24935 components: - type: Transform rot: 3.141592653589793 rad @@ -164983,26 +170218,297 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 24936 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24937 + components: + - type: Transform + pos: 15.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24938 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24942 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24945 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' +- proto: GasPipeTJunctionAlt1 + entities: + - uid: 24949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24951 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24952 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24953 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24954 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24963 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24965 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' +- proto: GasPipeTJunctionAlt2 + entities: + - uid: 24966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24968 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#DC143CFF' + - uid: 24969 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' + - uid: 24970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#6B1E9CFF' - proto: GasPort entities: - - uid: 24117 + - uid: 24971 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,-32.5 parent: 2 - - uid: 24118 + - uid: 24972 components: - type: Transform pos: -60.5,-74.5 parent: 2 - - uid: 24119 + - uid: 24973 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-23.5 parent: 2 - - uid: 24120 + - uid: 24974 components: - type: Transform rot: 1.5707963267948966 rad @@ -165010,7 +170516,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00FF00FF' - - uid: 24121 + - uid: 24975 components: - type: Transform rot: -1.5707963267948966 rad @@ -165018,60 +170524,60 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00FF00FF' - - uid: 24122 + - uid: 24976 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-56.5 parent: 2 - - uid: 24123 + - uid: 24977 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-56.5 parent: 2 - - uid: 24124 + - uid: 24978 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-58.5 parent: 2 - - uid: 24125 + - uid: 24979 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-49.5 parent: 2 - - uid: 24126 + - uid: 24980 components: - type: Transform pos: 42.5,-46.5 parent: 2 - - uid: 24127 + - uid: 24981 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-46.5 parent: 2 - - uid: 24128 + - uid: 24982 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-48.5 parent: 2 - - uid: 24129 + - uid: 24983 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-47.5 parent: 2 - - uid: 24130 + - uid: 24984 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-49.5 parent: 2 - - uid: 24131 + - uid: 24985 components: - type: Transform rot: -1.5707963267948966 rad @@ -165079,7 +170585,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 24132 + - uid: 24986 components: - type: Transform rot: -1.5707963267948966 rad @@ -165087,80 +170593,80 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 24133 + - uid: 24987 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-23.5 parent: 2 - - uid: 24134 + - uid: 24988 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-89.5 parent: 2 - - uid: 24135 + - uid: 24989 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-88.5 parent: 2 - - uid: 24136 + - uid: 24990 components: - type: Transform pos: -62.5,-74.5 parent: 2 - - uid: 24137 + - uid: 24991 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-78.5 parent: 2 - - uid: 24138 + - uid: 24992 components: - type: Transform pos: -72.5,-24.5 parent: 2 - - uid: 24139 + - uid: 24993 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-27.5 parent: 2 - - uid: 24140 + - uid: 24994 components: - type: Transform pos: -71.5,-24.5 parent: 2 - - uid: 24141 + - uid: 24995 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-27.5 parent: 2 - - uid: 24142 + - uid: 24996 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.5,-13.5 parent: 2 - - uid: 24143 + - uid: 24997 components: - type: Transform pos: 95.5,-82.5 parent: 2 - - uid: 24144 + - uid: 24998 components: - type: Transform pos: 96.5,-82.5 parent: 2 - - uid: 24145 + - uid: 24999 components: - type: Transform rot: 3.141592653589793 rad pos: 100.5,-84.5 parent: 2 - - uid: 24146 + - uid: 25000 components: - type: Transform rot: 1.5707963267948966 rad @@ -165168,25 +170674,25 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FFAA00FF' - - uid: 24147 + - uid: 25001 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-61.5 parent: 2 - - uid: 24148 + - uid: 25002 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-60.5 parent: 2 - - uid: 24149 + - uid: 25003 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-54.5 parent: 2 - - uid: 24150 + - uid: 25004 components: - type: Transform rot: -1.5707963267948966 rad @@ -165194,13 +170700,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FFAA00FF' - - uid: 24151 + - uid: 25005 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-62.5 parent: 2 - - uid: 24152 + - uid: 25006 components: - type: Transform rot: -1.5707963267948966 rad @@ -165208,20 +170714,14 @@ entities: parent: 2 - proto: GasPressurePump entities: - - uid: 24153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-53.5 - parent: 2 - - uid: 24154 + - uid: 25007 components: - type: Transform pos: 40.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24155 + - uid: 25008 components: - type: Transform rot: 1.5707963267948966 rad @@ -165229,7 +170729,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24156 + - uid: 25009 components: - type: Transform rot: 1.5707963267948966 rad @@ -165237,14 +170737,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24157 + - uid: 25010 components: - type: Transform pos: 36.5,-99.5 parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 24158 + - uid: 25011 components: - type: Transform rot: 1.5707963267948966 rad @@ -165252,13 +170752,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24159 + - uid: 25012 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-103.5 parent: 2 - - uid: 24160 + - uid: 25013 components: - type: Transform rot: 1.5707963267948966 rad @@ -165266,7 +170766,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24161 + - uid: 25014 components: - type: Transform rot: 1.5707963267948966 rad @@ -165274,7 +170774,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24162 + - uid: 25015 components: - type: Transform rot: 1.5707963267948966 rad @@ -165282,7 +170782,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24163 + - uid: 25016 components: - type: Transform rot: 1.5707963267948966 rad @@ -165290,14 +170790,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24164 + - uid: 25017 components: - type: Transform pos: 36.5,-102.5 parent: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 24165 + - uid: 25018 components: - type: Transform rot: 3.141592653589793 rad @@ -165305,30 +170805,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24166 + - uid: 25019 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-22.5 parent: 2 - - uid: 24167 + - uid: 25020 components: - type: Transform pos: -36.5,-22.5 parent: 2 - - uid: 24168 + - uid: 25021 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-58.5 parent: 2 - - uid: 24169 + - uid: 25022 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-56.5 parent: 2 - - uid: 24170 + - uid: 25023 components: - type: Transform rot: 3.141592653589793 rad @@ -165336,14 +170836,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24171 + - uid: 25024 components: - type: Transform pos: 41.5,-103.5 parent: 2 - type: AtmosPipeColor color: '#B3A234FF' - - uid: 24172 + - uid: 25025 components: - type: Transform rot: -1.5707963267948966 rad @@ -165351,24 +170851,24 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24173 + - uid: 25026 components: - type: Transform pos: -60.5,-75.5 parent: 2 - - uid: 24174 + - uid: 25027 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-75.5 parent: 2 - - uid: 24175 + - uid: 25028 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-78.5 parent: 2 - - uid: 24176 + - uid: 25029 components: - type: Transform rot: -1.5707963267948966 rad @@ -165376,7 +170876,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24177 + - uid: 25030 components: - type: Transform rot: 1.5707963267948966 rad @@ -165384,7 +170884,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24178 + - uid: 25031 components: - type: Transform rot: -1.5707963267948966 rad @@ -165392,7 +170892,7 @@ entities: parent: 2 - type: GasPressurePump targetPressure: 4500 - - uid: 24179 + - uid: 25032 components: - type: Transform rot: 1.5707963267948966 rad @@ -165402,35 +170902,29 @@ entities: targetPressure: 4500 - proto: GasRecycler entities: - - uid: 24180 + - uid: 25033 components: - type: Transform - pos: -15.5,-51.5 + pos: 15.5,-46.5 parent: 2 - proto: GasThermoMachineFreezer entities: - - uid: 24181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-25.5 - parent: 2 - - uid: 24182 + - uid: 25034 components: - type: Transform pos: -38.5,-19.5 parent: 2 - - uid: 24183 + - uid: 25035 components: - type: Transform pos: 42.5,-89.5 parent: 2 - - uid: 24184 + - uid: 25036 components: - type: Transform pos: 42.5,-90.5 parent: 2 - - uid: 24185 + - uid: 25037 components: - type: Transform rot: 1.5707963267948966 rad @@ -165438,18 +170932,18 @@ entities: parent: 2 - proto: GasThermoMachineFreezerEnabled entities: - - uid: 24186 + - uid: 25038 components: - type: Transform pos: 24.5,14.5 parent: 2 - - uid: 24187 + - uid: 25039 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-74.5 parent: 2 - - uid: 24188 + - uid: 25040 components: - type: Transform pos: 101.5,-82.5 @@ -165458,7 +170952,7 @@ entities: targetTemperature: 73.15 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24189 + - uid: 25041 components: - type: Transform rot: 3.141592653589793 rad @@ -165470,28 +170964,28 @@ entities: color: '#0000FFFF' - proto: GasThermoMachineHeater entities: - - uid: 24190 + - uid: 25042 components: - type: Transform pos: 42.5,-91.5 parent: 2 - - uid: 24191 + - uid: 25043 components: - type: Transform pos: 53.5,-86.5 parent: 2 - - uid: 24192 + - uid: 25044 components: - type: Transform pos: -74.5,-24.5 parent: 2 - - uid: 24193 + - uid: 25045 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-13.5 parent: 2 - - uid: 24194 + - uid: 25046 components: - type: Transform rot: 1.5707963267948966 rad @@ -165499,19 +170993,13 @@ entities: parent: 2 - proto: GasValve entities: - - uid: 24195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-54.5 - parent: 2 - - uid: 24196 + - uid: 25047 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-14.5 parent: 2 - - uid: 24197 + - uid: 25048 components: - type: Transform rot: -1.5707963267948966 rad @@ -165521,7 +171009,7 @@ entities: color: '#FF0000FF' - proto: GasVentPump entities: - - uid: 24198 + - uid: 25049 components: - type: Transform rot: 1.5707963267948966 rad @@ -165529,10 +171017,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 331 + - 343 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24199 + - uid: 25050 components: - type: Transform rot: 3.141592653589793 rad @@ -165540,10 +171028,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 330 + - 342 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24200 + - uid: 25051 components: - type: Transform rot: -1.5707963267948966 rad @@ -165551,10 +171039,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 332 + - 344 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24201 + - uid: 25052 components: - type: Transform rot: -1.5707963267948966 rad @@ -165562,10 +171050,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24202 + - uid: 25053 components: - type: Transform rot: -1.5707963267948966 rad @@ -165573,10 +171061,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24203 + - uid: 25054 components: - type: Transform rot: -1.5707963267948966 rad @@ -165584,10 +171072,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24204 + - uid: 25055 components: - type: Transform rot: -1.5707963267948966 rad @@ -165595,10 +171083,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 + - 335 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24205 + - uid: 25056 components: - type: Transform rot: -1.5707963267948966 rad @@ -165606,20 +171094,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 322 + - 334 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24206 + - uid: 25057 components: - type: Transform pos: 0.5,-89.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24207 + - uid: 25058 components: - type: Transform rot: 1.5707963267948966 rad @@ -165627,10 +171115,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24208 + - uid: 25059 components: - type: Transform rot: 3.141592653589793 rad @@ -165638,10 +171126,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24209 + - uid: 25060 components: - type: Transform rot: -1.5707963267948966 rad @@ -165649,10 +171137,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24210 + - uid: 25061 components: - type: Transform rot: -1.5707963267948966 rad @@ -165660,10 +171148,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24211 + - uid: 25062 components: - type: Transform rot: 1.5707963267948966 rad @@ -165671,10 +171159,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24212 + - uid: 25063 components: - type: Transform rot: 1.5707963267948966 rad @@ -165682,20 +171170,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24213 + - uid: 25064 components: - type: Transform pos: 61.5,-12.5 parent: 2 - type: DeviceNetwork deviceLists: - - 292 + - 304 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24214 + - uid: 25065 components: - type: Transform rot: 3.141592653589793 rad @@ -165703,10 +171191,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24215 + - uid: 25066 components: - type: Transform rot: 3.141592653589793 rad @@ -165714,10 +171202,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24216 + - uid: 25067 components: - type: Transform rot: 3.141592653589793 rad @@ -165725,10 +171213,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 325 + - 337 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24217 + - uid: 25068 components: - type: Transform rot: -1.5707963267948966 rad @@ -165736,10 +171224,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 + - 335 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24218 + - uid: 25069 components: - type: Transform rot: -1.5707963267948966 rad @@ -165747,10 +171235,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 289 + - 301 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24219 + - uid: 25070 components: - type: Transform rot: -1.5707963267948966 rad @@ -165758,30 +171246,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 294 + - 306 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24220 + - uid: 25071 components: - type: Transform pos: 44.5,-22.5 parent: 2 - type: DeviceNetwork deviceLists: - - 290 + - 302 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24221 + - uid: 25072 components: - type: Transform pos: 49.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 305 + - 317 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24222 + - uid: 25073 components: - type: Transform rot: -1.5707963267948966 rad @@ -165789,10 +171277,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 + - 296 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24223 + - uid: 25074 components: - type: Transform rot: 3.141592653589793 rad @@ -165800,10 +171288,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 + - 296 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24224 + - uid: 25075 components: - type: Transform rot: 1.5707963267948966 rad @@ -165811,10 +171299,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 304 + - 316 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24225 + - uid: 25076 components: - type: Transform rot: -1.5707963267948966 rad @@ -165822,10 +171310,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 + - 192 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24226 + - uid: 25077 components: - type: Transform rot: 3.141592653589793 rad @@ -165833,10 +171321,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 + - 298 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24227 + - uid: 25078 components: - type: Transform rot: -1.5707963267948966 rad @@ -165844,20 +171332,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 327 + - 339 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24228 + - uid: 25079 components: - type: Transform pos: 56.5,-17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 291 + - 303 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24229 + - uid: 25080 components: - type: Transform rot: 3.141592653589793 rad @@ -165865,17 +171353,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 291 + - 303 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24230 + - uid: 25081 components: - type: Transform pos: 43.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24231 + - uid: 25082 components: - type: Transform rot: -1.5707963267948966 rad @@ -165883,10 +171371,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 203 + - 215 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24232 + - uid: 25083 components: - type: Transform rot: 1.5707963267948966 rad @@ -165894,10 +171382,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 178 + - 190 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24233 + - uid: 25084 components: - type: Transform rot: 1.5707963267948966 rad @@ -165905,10 +171393,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 203 + - 215 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24234 + - uid: 25085 components: - type: Transform rot: 3.141592653589793 rad @@ -165916,21 +171404,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - 286 + - 302 + - 298 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24235 + - uid: 25086 components: - type: Transform pos: 49.5,-17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 286 + - 298 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24236 + - uid: 25087 components: - type: Transform rot: 3.141592653589793 rad @@ -165938,10 +171426,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 227 + - 239 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24237 + - uid: 25088 components: - type: Transform rot: 1.5707963267948966 rad @@ -165949,10 +171437,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24238 + - uid: 25089 components: - type: Transform rot: 3.141592653589793 rad @@ -165960,7 +171448,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24239 + - uid: 25090 components: - type: Transform rot: -1.5707963267948966 rad @@ -165968,7 +171456,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24240 + - uid: 25091 components: - type: Transform rot: 3.141592653589793 rad @@ -165976,7 +171464,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24241 + - uid: 25092 components: - type: Transform rot: 1.5707963267948966 rad @@ -165984,10 +171472,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 275 + - 287 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24242 + - uid: 25093 components: - type: Transform rot: 1.5707963267948966 rad @@ -165995,10 +171483,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 280 + - 292 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24243 + - uid: 25094 components: - type: Transform rot: -1.5707963267948966 rad @@ -166006,7 +171494,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24244 + - uid: 25095 components: - type: Transform rot: 3.141592653589793 rad @@ -166014,7 +171502,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24245 + - uid: 25096 components: - type: Transform rot: 3.141592653589793 rad @@ -166022,7 +171510,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24246 + - uid: 25097 components: - type: Transform rot: 3.141592653589793 rad @@ -166030,7 +171518,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24247 + - uid: 25098 components: - type: Transform rot: -1.5707963267948966 rad @@ -166038,7 +171526,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24248 + - uid: 25099 components: - type: Transform rot: 1.5707963267948966 rad @@ -166046,7 +171534,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24249 + - uid: 25100 components: - type: Transform rot: 3.141592653589793 rad @@ -166054,7 +171542,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24250 + - uid: 25101 components: - type: Transform rot: -1.5707963267948966 rad @@ -166062,7 +171550,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24251 + - uid: 25102 components: - type: Transform rot: 3.141592653589793 rad @@ -166070,7 +171558,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24252 + - uid: 25103 components: - type: Transform rot: -1.5707963267948966 rad @@ -166078,7 +171566,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24253 + - uid: 25104 components: - type: Transform rot: 1.5707963267948966 rad @@ -166086,7 +171574,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24254 + - uid: 25105 components: - type: Transform rot: 3.141592653589793 rad @@ -166094,21 +171582,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24255 + - uid: 25106 components: - type: Transform pos: 68.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24256 + - uid: 25107 components: - type: Transform pos: 77.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24257 + - uid: 25108 components: - type: Transform rot: -1.5707963267948966 rad @@ -166116,7 +171604,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24258 + - uid: 25109 components: - type: Transform rot: 3.141592653589793 rad @@ -166124,7 +171612,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24259 + - uid: 25110 components: - type: Transform rot: 1.5707963267948966 rad @@ -166132,21 +171620,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24260 + - uid: 25111 components: - type: Transform pos: 86.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24261 + - uid: 25112 components: - type: Transform pos: 102.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24262 + - uid: 25113 components: - type: Transform rot: 3.141592653589793 rad @@ -166154,7 +171642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24263 + - uid: 25114 components: - type: Transform rot: 1.5707963267948966 rad @@ -166162,7 +171650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24264 + - uid: 25115 components: - type: Transform rot: 3.141592653589793 rad @@ -166170,14 +171658,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24265 + - uid: 25116 components: - type: Transform pos: 17.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24266 + - uid: 25117 components: - type: Transform rot: 3.141592653589793 rad @@ -166185,7 +171673,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24267 + - uid: 25118 components: - type: Transform rot: 3.141592653589793 rad @@ -166193,7 +171681,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24268 + - uid: 25119 components: - type: Transform rot: 3.141592653589793 rad @@ -166201,14 +171689,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24269 + - uid: 25120 components: - type: Transform pos: -6.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24270 + - uid: 25121 components: - type: Transform rot: 1.5707963267948966 rad @@ -166216,7 +171704,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24271 + - uid: 25122 components: - type: Transform rot: 1.5707963267948966 rad @@ -166224,7 +171712,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24272 + - uid: 25123 components: - type: Transform rot: -1.5707963267948966 rad @@ -166232,7 +171720,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24273 + - uid: 25124 components: - type: Transform rot: 1.5707963267948966 rad @@ -166240,7 +171728,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24274 + - uid: 25125 components: - type: Transform rot: 3.141592653589793 rad @@ -166248,7 +171736,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24275 + - uid: 25126 components: - type: Transform rot: 3.141592653589793 rad @@ -166256,7 +171744,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24276 + - uid: 25127 components: - type: Transform rot: 3.141592653589793 rad @@ -166264,7 +171752,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24277 + - uid: 25128 components: - type: Transform rot: -1.5707963267948966 rad @@ -166272,7 +171760,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24278 + - uid: 25129 components: - type: Transform rot: -1.5707963267948966 rad @@ -166280,10 +171768,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 + - 248 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24279 + - uid: 25130 components: - type: Transform rot: 3.141592653589793 rad @@ -166291,7 +171779,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24280 + - uid: 25131 components: - type: Transform rot: 1.5707963267948966 rad @@ -166299,10 +171787,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 + - 247 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24281 + - uid: 25132 components: - type: Transform rot: 3.141592653589793 rad @@ -166310,10 +171798,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 + - 247 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24282 + - uid: 25133 components: - type: Transform rot: 3.141592653589793 rad @@ -166321,7 +171809,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24283 + - uid: 25134 components: - type: Transform rot: -1.5707963267948966 rad @@ -166329,7 +171817,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24284 + - uid: 25135 components: - type: Transform rot: 1.5707963267948966 rad @@ -166337,7 +171825,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24285 + - uid: 25136 components: - type: Transform rot: 3.141592653589793 rad @@ -166345,7 +171833,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24286 + - uid: 25137 components: - type: Transform rot: 3.141592653589793 rad @@ -166353,10 +171841,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 264 + - 276 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24287 + - uid: 25138 components: - type: Transform rot: 1.5707963267948966 rad @@ -166364,7 +171852,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24288 + - uid: 25139 components: - type: Transform rot: -1.5707963267948966 rad @@ -166372,7 +171860,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24289 + - uid: 25140 components: - type: Transform rot: 1.5707963267948966 rad @@ -166380,7 +171868,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24290 + - uid: 25141 components: - type: Transform rot: 3.141592653589793 rad @@ -166388,7 +171876,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24291 + - uid: 25142 components: - type: Transform rot: 3.141592653589793 rad @@ -166396,7 +171884,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24292 + - uid: 25143 components: - type: Transform rot: 1.5707963267948966 rad @@ -166404,7 +171892,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24293 + - uid: 25144 components: - type: Transform rot: -1.5707963267948966 rad @@ -166412,7 +171900,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24294 + - uid: 25145 components: - type: Transform rot: -1.5707963267948966 rad @@ -166420,7 +171908,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24295 + - uid: 25146 components: - type: Transform rot: -1.5707963267948966 rad @@ -166428,7 +171916,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24296 + - uid: 25147 components: - type: Transform rot: -1.5707963267948966 rad @@ -166436,7 +171924,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24297 + - uid: 25148 components: - type: Transform rot: 1.5707963267948966 rad @@ -166444,7 +171932,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24298 + - uid: 25149 components: - type: Transform rot: -1.5707963267948966 rad @@ -166452,7 +171940,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24299 + - uid: 25150 components: - type: Transform rot: 3.141592653589793 rad @@ -166460,7 +171948,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24300 + - uid: 25151 components: - type: Transform rot: 1.5707963267948966 rad @@ -166468,14 +171956,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24301 + - uid: 25152 components: - type: Transform pos: -37.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24302 + - uid: 25153 components: - type: Transform rot: -1.5707963267948966 rad @@ -166483,7 +171971,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24303 + - uid: 25154 components: - type: Transform rot: 1.5707963267948966 rad @@ -166491,7 +171979,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24304 + - uid: 25155 components: - type: Transform rot: 3.141592653589793 rad @@ -166499,7 +171987,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24305 + - uid: 25156 components: - type: Transform rot: 1.5707963267948966 rad @@ -166507,7 +171995,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24306 + - uid: 25157 components: - type: Transform rot: -1.5707963267948966 rad @@ -166515,7 +172003,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24307 + - uid: 25158 components: - type: Transform rot: -1.5707963267948966 rad @@ -166523,14 +172011,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24308 + - uid: 25159 components: - type: Transform pos: -51.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24309 + - uid: 25160 components: - type: Transform rot: -1.5707963267948966 rad @@ -166538,7 +172026,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24310 + - uid: 25161 components: - type: Transform rot: 3.141592653589793 rad @@ -166546,7 +172034,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24311 + - uid: 25162 components: - type: Transform rot: 1.5707963267948966 rad @@ -166554,7 +172042,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24312 + - uid: 25163 components: - type: Transform rot: 1.5707963267948966 rad @@ -166562,7 +172050,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24313 + - uid: 25164 components: - type: Transform rot: -1.5707963267948966 rad @@ -166570,7 +172058,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24314 + - uid: 25165 components: - type: Transform rot: -1.5707963267948966 rad @@ -166578,17 +172066,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 + - 213 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24315 + - uid: 25166 components: - type: Transform pos: -51.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24316 + - uid: 25167 components: - type: Transform rot: 1.5707963267948966 rad @@ -166596,14 +172084,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24317 + - uid: 25168 components: - type: Transform pos: -53.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24318 + - uid: 25169 components: - type: Transform rot: 1.5707963267948966 rad @@ -166611,7 +172099,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24319 + - uid: 25170 components: - type: Transform rot: 3.141592653589793 rad @@ -166619,10 +172107,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 269 + - 281 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24320 + - uid: 25171 components: - type: Transform rot: 3.141592653589793 rad @@ -166630,10 +172118,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 + - 213 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24321 + - uid: 25172 components: - type: Transform rot: -1.5707963267948966 rad @@ -166641,7 +172129,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24322 + - uid: 25173 components: - type: Transform rot: -1.5707963267948966 rad @@ -166649,7 +172137,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24323 + - uid: 25174 components: - type: Transform rot: 1.5707963267948966 rad @@ -166657,27 +172145,27 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 + - 274 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24324 + - uid: 25175 components: - type: Transform pos: -57.5,-43.5 parent: 2 - type: DeviceNetwork deviceLists: - - 160 + - 172 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24325 + - uid: 25176 components: - type: Transform pos: -65.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24326 + - uid: 25177 components: - type: Transform rot: 1.5707963267948966 rad @@ -166685,7 +172173,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24327 + - uid: 25178 components: - type: Transform rot: 3.141592653589793 rad @@ -166693,7 +172181,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24328 + - uid: 25179 components: - type: Transform rot: -1.5707963267948966 rad @@ -166701,7 +172189,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24329 + - uid: 25180 components: - type: Transform rot: -1.5707963267948966 rad @@ -166709,7 +172197,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24330 + - uid: 25181 components: - type: Transform rot: 1.5707963267948966 rad @@ -166717,7 +172205,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24331 + - uid: 25182 components: - type: Transform rot: 1.5707963267948966 rad @@ -166725,10 +172213,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 321 + - 333 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24332 + - uid: 25183 components: - type: Transform rot: -1.5707963267948966 rad @@ -166736,7 +172224,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24333 + - uid: 25184 components: - type: Transform rot: 1.5707963267948966 rad @@ -166744,7 +172232,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24334 + - uid: 25185 components: - type: Transform rot: 1.5707963267948966 rad @@ -166752,10 +172240,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 260 + - 272 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24335 + - uid: 25186 components: - type: Transform rot: 3.141592653589793 rad @@ -166763,10 +172251,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 276 + - 288 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24336 + - uid: 25187 components: - type: Transform rot: -1.5707963267948966 rad @@ -166774,20 +172262,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24337 + - uid: 25188 components: - type: Transform pos: 33.5,13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 274 + - 286 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24338 + - uid: 25189 components: - type: Transform rot: 3.141592653589793 rad @@ -166795,10 +172283,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 278 + - 290 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24339 + - uid: 25190 components: - type: Transform rot: 1.5707963267948966 rad @@ -166806,10 +172294,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 277 + - 289 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24340 + - uid: 25191 components: - type: Transform rot: 3.141592653589793 rad @@ -166817,7 +172305,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24341 + - uid: 25192 components: - type: Transform rot: -1.5707963267948966 rad @@ -166825,10 +172313,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 208 + - 220 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24342 + - uid: 25193 components: - type: Transform rot: 3.141592653589793 rad @@ -166836,7 +172324,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24343 + - uid: 25194 components: - type: Transform rot: 3.141592653589793 rad @@ -166844,7 +172332,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24344 + - uid: 25195 components: - type: Transform rot: 3.141592653589793 rad @@ -166852,7 +172340,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24345 + - uid: 25196 components: - type: Transform rot: 3.141592653589793 rad @@ -166860,7 +172348,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24346 + - uid: 25197 components: - type: Transform rot: -1.5707963267948966 rad @@ -166868,17 +172356,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 40641 + - 40428 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24347 + - uid: 25198 components: - type: Transform pos: 99.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24348 + - uid: 25199 components: - type: Transform rot: 3.141592653589793 rad @@ -166886,7 +172374,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24349 + - uid: 25200 components: - type: Transform rot: 1.5707963267948966 rad @@ -166894,7 +172382,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24350 + - uid: 25201 components: - type: Transform rot: -1.5707963267948966 rad @@ -166902,27 +172390,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24351 + - uid: 25202 components: - type: Transform pos: -54.5,-14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 279 + - 291 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24352 + - uid: 25203 components: - type: Transform pos: -56.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 281 + - 293 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24353 + - uid: 25204 components: - type: Transform rot: 1.5707963267948966 rad @@ -166930,10 +172418,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 + - 294 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24354 + - uid: 25205 components: - type: Transform rot: 3.141592653589793 rad @@ -166941,10 +172429,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 + - 294 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24355 + - uid: 25206 components: - type: Transform rot: 1.5707963267948966 rad @@ -166952,10 +172440,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 229 + - 241 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24356 + - uid: 25207 components: - type: Transform rot: 3.141592653589793 rad @@ -166963,10 +172451,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 214 + - 226 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24357 + - uid: 25208 components: - type: Transform rot: 3.141592653589793 rad @@ -166974,10 +172462,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 296 + - 308 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24358 + - uid: 25209 components: - type: Transform rot: -1.5707963267948966 rad @@ -166985,10 +172473,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 293 + - 305 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24359 + - uid: 25210 components: - type: Transform rot: 3.141592653589793 rad @@ -166996,10 +172484,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 313 + - 325 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24360 + - uid: 25211 components: - type: Transform rot: 1.5707963267948966 rad @@ -167007,10 +172495,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 303 + - 315 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24361 + - uid: 25212 components: - type: Transform rot: -1.5707963267948966 rad @@ -167018,10 +172506,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 + - 309 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24362 + - uid: 25213 components: - type: Transform rot: 1.5707963267948966 rad @@ -167029,20 +172517,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 306 + - 318 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24363 + - uid: 25214 components: - type: Transform pos: 64.5,-4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 308 + - 320 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24364 + - uid: 25215 components: - type: Transform rot: 3.141592653589793 rad @@ -167050,10 +172538,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24365 + - uid: 25216 components: - type: Transform rot: 3.141592653589793 rad @@ -167061,51 +172549,51 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24366 + - uid: 25217 components: - type: Transform pos: 81.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 299 + - 311 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24367 + - uid: 25218 components: - type: Transform pos: 85.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 285 + - 297 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24368 + - uid: 25219 components: - type: Transform pos: 77.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 288 + - 300 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24369 + - uid: 25220 components: - type: Transform pos: 74.5,-1.5 parent: 2 - type: DeviceNetwork deviceLists: - - 311 - - 300 + - 323 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24370 + - uid: 25221 components: - type: Transform rot: 1.5707963267948966 rad @@ -167113,20 +172601,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 + - 307 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24371 + - uid: 25222 components: - type: Transform pos: 74.5,5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24372 + - uid: 25223 components: - type: Transform rot: 3.141592653589793 rad @@ -167134,7 +172622,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24373 + - uid: 25224 components: - type: Transform rot: -1.5707963267948966 rad @@ -167142,10 +172630,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24374 + - uid: 25225 components: - type: Transform rot: -1.5707963267948966 rad @@ -167153,10 +172641,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 + - 309 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24375 + - uid: 25226 components: - type: Transform rot: 1.5707963267948966 rad @@ -167164,10 +172652,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24376 + - uid: 25227 components: - type: Transform rot: 3.141592653589793 rad @@ -167175,11 +172663,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24377 + - uid: 25228 components: - type: Transform rot: 1.5707963267948966 rad @@ -167187,11 +172675,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24378 + - uid: 25229 components: - type: Transform rot: -1.5707963267948966 rad @@ -167199,11 +172687,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24379 + - uid: 25230 components: - type: Transform rot: 1.5707963267948966 rad @@ -167211,21 +172699,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 302 + - 314 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24380 + - uid: 25231 components: - type: Transform pos: 56.5,-55.5 parent: 2 - type: DeviceNetwork deviceLists: - - 169 - - 19460 + - 181 + - 19991 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24381 + - uid: 25232 components: - type: Transform rot: -1.5707963267948966 rad @@ -167233,10 +172721,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 307 + - 319 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24382 + - uid: 25233 components: - type: Transform rot: 1.5707963267948966 rad @@ -167244,30 +172732,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 + - 307 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24383 + - uid: 25234 components: - type: Transform pos: 63.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 309 + - 321 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24384 + - uid: 25235 components: - type: Transform pos: 69.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 310 + - 322 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24385 + - uid: 25236 components: - type: Transform rot: 1.5707963267948966 rad @@ -167275,11 +172763,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - 311 + - 322 + - 323 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24386 + - uid: 25237 components: - type: Transform rot: -1.5707963267948966 rad @@ -167287,10 +172775,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24387 + - uid: 25238 components: - type: Transform rot: 3.141592653589793 rad @@ -167298,10 +172786,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24388 + - uid: 25239 components: - type: Transform rot: 3.141592653589793 rad @@ -167309,20 +172797,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24389 + - uid: 25240 components: - type: Transform pos: -8.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 314 + - 326 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24390 + - uid: 25241 components: - type: Transform rot: -1.5707963267948966 rad @@ -167330,17 +172818,17 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24391 + - uid: 25242 components: - type: Transform pos: 29.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24392 + - uid: 25243 components: - type: Transform rot: 1.5707963267948966 rad @@ -167348,10 +172836,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 + - 192 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24393 + - uid: 25244 components: - type: Transform rot: 1.5707963267948966 rad @@ -167359,20 +172847,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 329 + - 341 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24394 + - uid: 25245 components: - type: Transform pos: 15.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 195 + - 207 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24395 + - uid: 25246 components: - type: Transform rot: -1.5707963267948966 rad @@ -167380,30 +172868,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 317 + - 329 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24396 + - uid: 25247 components: - type: Transform pos: -2.5,26.5 parent: 2 - type: DeviceNetwork deviceLists: - - 194 + - 206 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24397 + - uid: 25248 components: - type: Transform pos: 3.5,26.5 parent: 2 - type: DeviceNetwork deviceLists: - - 194 + - 206 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24398 + - uid: 25249 components: - type: Transform rot: 1.5707963267948966 rad @@ -167411,20 +172899,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 194 + - 206 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24399 + - uid: 25250 components: - type: Transform pos: -35.5,-43.5 parent: 2 - type: DeviceNetwork deviceLists: - - 262 + - 274 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24400 + - uid: 25251 components: - type: Transform rot: 3.141592653589793 rad @@ -167432,10 +172920,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 + - 330 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24401 + - uid: 25252 components: - type: Transform rot: 1.5707963267948966 rad @@ -167443,10 +172931,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 242 + - 254 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24402 + - uid: 25253 components: - type: Transform rot: 3.141592653589793 rad @@ -167454,10 +172942,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 225 + - 237 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24403 + - uid: 25254 components: - type: Transform rot: 3.141592653589793 rad @@ -167465,10 +172953,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 227 + - 239 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24404 + - uid: 25255 components: - type: Transform rot: -1.5707963267948966 rad @@ -167476,10 +172964,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 198 + - 210 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24405 + - uid: 25256 components: - type: Transform rot: -1.5707963267948966 rad @@ -167487,10 +172975,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 198 + - 210 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24406 + - uid: 25257 components: - type: Transform rot: -1.5707963267948966 rad @@ -167498,10 +172986,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 196 + - 208 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24407 + - uid: 25258 components: - type: Transform rot: 3.141592653589793 rad @@ -167509,10 +172997,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24408 + - uid: 25259 components: - type: Transform rot: 1.5707963267948966 rad @@ -167520,20 +173008,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24409 + - uid: 25260 components: - type: Transform pos: -15.5,5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 + - 331 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24410 + - uid: 25261 components: - type: Transform rot: 1.5707963267948966 rad @@ -167541,10 +173029,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 320 + - 332 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24411 + - uid: 25262 components: - type: Transform rot: 3.141592653589793 rad @@ -167552,10 +173040,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 186 + - 198 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24412 + - uid: 25263 components: - type: Transform rot: -1.5707963267948966 rad @@ -167563,20 +173051,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24413 + - uid: 25264 components: - type: Transform pos: 29.5,18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 324 + - 336 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24414 + - uid: 25265 components: - type: Transform rot: -1.5707963267948966 rad @@ -167584,10 +173072,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24415 + - uid: 25266 components: - type: Transform rot: 3.141592653589793 rad @@ -167595,10 +173083,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24416 + - uid: 25267 components: - type: Transform rot: 1.5707963267948966 rad @@ -167606,20 +173094,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24417 + - uid: 25268 components: - type: Transform pos: -7.5,-102.5 parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24418 + - uid: 25269 components: - type: Transform rot: -1.5707963267948966 rad @@ -167627,10 +173115,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24419 + - uid: 25270 components: - type: Transform rot: 1.5707963267948966 rad @@ -167638,10 +173126,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24420 + - uid: 25271 components: - type: Transform rot: -1.5707963267948966 rad @@ -167649,10 +173137,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24421 + - uid: 25272 components: - type: Transform rot: -1.5707963267948966 rad @@ -167660,10 +173148,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24422 + - uid: 25273 components: - type: Transform rot: -1.5707963267948966 rad @@ -167671,10 +173159,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24423 + - uid: 25274 components: - type: Transform rot: 1.5707963267948966 rad @@ -167682,10 +173170,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24424 + - uid: 25275 components: - type: Transform rot: -1.5707963267948966 rad @@ -167693,12 +173181,12 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 329 + - 341 - type: AtmosPipeColor color: '#0000FFFF' - proto: GasVentScrubber entities: - - uid: 24425 + - uid: 25276 components: - type: Transform rot: -1.5707963267948966 rad @@ -167706,10 +173194,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 330 + - 342 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24426 + - uid: 25277 components: - type: Transform rot: -1.5707963267948966 rad @@ -167717,10 +173205,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 235 + - 247 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24427 + - uid: 25278 components: - type: Transform rot: -1.5707963267948966 rad @@ -167728,10 +173216,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24428 + - uid: 25279 components: - type: Transform rot: 1.5707963267948966 rad @@ -167739,20 +173227,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 328 + - 340 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24429 + - uid: 25280 components: - type: Transform pos: -20.5,-39.5 parent: 2 - type: DeviceNetwork deviceLists: - - 322 + - 334 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24430 + - uid: 25281 components: - type: Transform rot: -1.5707963267948966 rad @@ -167760,10 +173248,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24431 + - uid: 25282 components: - type: Transform rot: 3.141592653589793 rad @@ -167771,10 +173259,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24432 + - uid: 25283 components: - type: Transform rot: 3.141592653589793 rad @@ -167782,20 +173270,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24433 + - uid: 25284 components: - type: Transform pos: 14.5,-94.5 parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24434 + - uid: 25285 components: - type: Transform rot: -1.5707963267948966 rad @@ -167803,10 +173291,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24435 + - uid: 25286 components: - type: Transform rot: -1.5707963267948966 rad @@ -167814,10 +173302,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24436 + - uid: 25287 components: - type: Transform rot: 1.5707963267948966 rad @@ -167825,10 +173313,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24437 + - uid: 25288 components: - type: Transform rot: -1.5707963267948966 rad @@ -167836,10 +173324,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24438 + - uid: 25289 components: - type: Transform rot: 1.5707963267948966 rad @@ -167847,10 +173335,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 + - 335 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24439 + - uid: 25290 components: - type: Transform rot: 1.5707963267948966 rad @@ -167858,10 +173346,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 323 + - 335 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24440 + - uid: 25291 components: - type: Transform rot: 3.141592653589793 rad @@ -167869,10 +173357,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 177 + - 189 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24441 + - uid: 25292 components: - type: Transform rot: 1.5707963267948966 rad @@ -167880,10 +173368,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 326 + - 338 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24442 + - uid: 25293 components: - type: Transform rot: 1.5707963267948966 rad @@ -167891,20 +173379,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 + - 307 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24443 + - uid: 25294 components: - type: Transform pos: 51.5,-9.5 parent: 2 - type: DeviceNetwork deviceLists: - - 327 + - 339 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24444 + - uid: 25295 components: - type: Transform rot: -1.5707963267948966 rad @@ -167912,10 +173400,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 294 + - 306 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24445 + - uid: 25296 components: - type: Transform rot: 3.141592653589793 rad @@ -167923,10 +173411,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 + - 296 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24446 + - uid: 25297 components: - type: Transform rot: 1.5707963267948966 rad @@ -167934,10 +173422,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 304 + - 316 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24447 + - uid: 25298 components: - type: Transform rot: 3.141592653589793 rad @@ -167945,10 +173433,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 291 + - 303 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24448 + - uid: 25299 components: - type: Transform rot: 3.141592653589793 rad @@ -167956,10 +173444,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 284 + - 296 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24449 + - uid: 25300 components: - type: Transform rot: -1.5707963267948966 rad @@ -167967,10 +173455,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 + - 192 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24450 + - uid: 25301 components: - type: Transform rot: 3.141592653589793 rad @@ -167978,10 +173466,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 + - 298 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24451 + - uid: 25302 components: - type: Transform rot: 3.141592653589793 rad @@ -167989,8 +173477,8 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 291 - - uid: 24452 + - 303 + - uid: 25303 components: - type: Transform rot: 3.141592653589793 rad @@ -167998,10 +173486,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 289 + - 301 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24453 + - uid: 25304 components: - type: Transform rot: 1.5707963267948966 rad @@ -168009,11 +173497,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 290 - - 286 + - 302 + - 298 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24454 + - uid: 25305 components: - type: Transform rot: 1.5707963267948966 rad @@ -168021,10 +173509,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 286 + - 298 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24455 + - uid: 25306 components: - type: Transform rot: 1.5707963267948966 rad @@ -168032,20 +173520,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 293 + - 305 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24456 + - uid: 25307 components: - type: Transform pos: 63.5,-12.5 parent: 2 - type: DeviceNetwork deviceLists: - - 292 + - 304 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24457 + - uid: 25308 components: - type: Transform rot: 1.5707963267948966 rad @@ -168053,10 +173541,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 277 + - 289 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24458 + - uid: 25309 components: - type: Transform rot: 1.5707963267948966 rad @@ -168064,10 +173552,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 276 + - 288 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24459 + - uid: 25310 components: - type: Transform rot: 3.141592653589793 rad @@ -168075,7 +173563,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24460 + - uid: 25311 components: - type: Transform rot: 3.141592653589793 rad @@ -168083,10 +173571,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 281 + - 293 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24461 + - uid: 25312 components: - type: Transform rot: 1.5707963267948966 rad @@ -168094,27 +173582,27 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 281 + - 293 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24462 + - uid: 25313 components: - type: Transform pos: -35.5,-79.5 parent: 2 - type: DeviceNetwork deviceLists: - - 229 + - 241 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24463 + - uid: 25314 components: - type: Transform pos: 40.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24464 + - uid: 25315 components: - type: Transform rot: -1.5707963267948966 rad @@ -168122,35 +173610,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24465 + - uid: 25316 components: - type: Transform pos: 72.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24466 + - uid: 25317 components: - type: Transform pos: -30.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24467 + - uid: 25318 components: - type: Transform pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24468 + - uid: 25319 components: - type: Transform pos: 55.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24469 + - uid: 25320 components: - type: Transform rot: -1.5707963267948966 rad @@ -168158,7 +173646,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24470 + - uid: 25321 components: - type: Transform rot: 3.141592653589793 rad @@ -168166,7 +173654,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24471 + - uid: 25322 components: - type: Transform rot: 1.5707963267948966 rad @@ -168174,14 +173662,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24472 + - uid: 25323 components: - type: Transform pos: 62.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24473 + - uid: 25324 components: - type: Transform rot: -1.5707963267948966 rad @@ -168189,21 +173677,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24474 + - uid: 25325 components: - type: Transform pos: 50.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24475 + - uid: 25326 components: - type: Transform pos: 64.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24476 + - uid: 25327 components: - type: Transform rot: -1.5707963267948966 rad @@ -168211,7 +173699,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24477 + - uid: 25328 components: - type: Transform rot: -1.5707963267948966 rad @@ -168219,17 +173707,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24478 + - uid: 25329 components: - type: Transform pos: 107.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 313 + - 325 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24479 + - uid: 25330 components: - type: Transform rot: -1.5707963267948966 rad @@ -168237,21 +173725,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24480 + - uid: 25331 components: - type: Transform pos: 88.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24481 + - uid: 25332 components: - type: Transform pos: 39.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24482 + - uid: 25333 components: - type: Transform rot: -1.5707963267948966 rad @@ -168259,7 +173747,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24483 + - uid: 25334 components: - type: Transform rot: -1.5707963267948966 rad @@ -168267,14 +173755,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24484 + - uid: 25335 components: - type: Transform pos: 15.5,6.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24485 + - uid: 25336 components: - type: Transform rot: 1.5707963267948966 rad @@ -168282,7 +173770,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24486 + - uid: 25337 components: - type: Transform rot: 3.141592653589793 rad @@ -168290,21 +173778,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24487 + - uid: 25338 components: - type: Transform pos: 4.5,11.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24488 + - uid: 25339 components: - type: Transform pos: -2.5,8.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24489 + - uid: 25340 components: - type: Transform rot: 3.141592653589793 rad @@ -168312,7 +173800,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24490 + - uid: 25341 components: - type: Transform rot: -1.5707963267948966 rad @@ -168320,7 +173808,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24491 + - uid: 25342 components: - type: Transform rot: 1.5707963267948966 rad @@ -168328,7 +173816,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24492 + - uid: 25343 components: - type: Transform rot: -1.5707963267948966 rad @@ -168336,21 +173824,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24493 + - uid: 25344 components: - type: Transform pos: -6.5,23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24494 + - uid: 25345 components: - type: Transform pos: 7.5,23.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24495 + - uid: 25346 components: - type: Transform rot: -1.5707963267948966 rad @@ -168358,7 +173846,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24496 + - uid: 25347 components: - type: Transform rot: 1.5707963267948966 rad @@ -168366,7 +173854,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24497 + - uid: 25348 components: - type: Transform rot: 1.5707963267948966 rad @@ -168374,10 +173862,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 236 + - 248 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24498 + - uid: 25349 components: - type: Transform rot: 3.141592653589793 rad @@ -168385,24 +173873,24 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24499 + - uid: 25350 components: - type: Transform pos: 23.5,-70.5 parent: 2 - type: DeviceNetwork deviceLists: - - 235 + - 247 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24500 + - uid: 25351 components: - type: Transform pos: 5.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24501 + - uid: 25352 components: - type: Transform rot: -1.5707963267948966 rad @@ -168410,7 +173898,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24502 + - uid: 25353 components: - type: Transform rot: 1.5707963267948966 rad @@ -168418,17 +173906,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24503 + - uid: 25354 components: - type: Transform pos: 8.5,-75.5 parent: 2 - type: DeviceNetwork deviceLists: - - 264 + - 276 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24504 + - uid: 25355 components: - type: Transform rot: -1.5707963267948966 rad @@ -168436,7 +173924,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24505 + - uid: 25356 components: - type: Transform rot: 3.141592653589793 rad @@ -168444,7 +173932,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24506 + - uid: 25357 components: - type: Transform rot: -1.5707963267948966 rad @@ -168452,7 +173940,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24507 + - uid: 25358 components: - type: Transform rot: 1.5707963267948966 rad @@ -168460,7 +173948,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24508 + - uid: 25359 components: - type: Transform rot: 1.5707963267948966 rad @@ -168468,7 +173956,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24509 + - uid: 25360 components: - type: Transform rot: -1.5707963267948966 rad @@ -168476,14 +173964,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24510 + - uid: 25361 components: - type: Transform pos: -31.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24511 + - uid: 25362 components: - type: Transform rot: 1.5707963267948966 rad @@ -168491,14 +173979,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24512 + - uid: 25363 components: - type: Transform pos: -18.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24513 + - uid: 25364 components: - type: Transform rot: 1.5707963267948966 rad @@ -168506,7 +173994,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24514 + - uid: 25365 components: - type: Transform rot: -1.5707963267948966 rad @@ -168514,7 +174002,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24515 + - uid: 25366 components: - type: Transform rot: 1.5707963267948966 rad @@ -168522,14 +174010,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24516 + - uid: 25367 components: - type: Transform pos: -37.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24517 + - uid: 25368 components: - type: Transform rot: 1.5707963267948966 rad @@ -168537,7 +174025,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24518 + - uid: 25369 components: - type: Transform rot: 1.5707963267948966 rad @@ -168545,7 +174033,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24519 + - uid: 25370 components: - type: Transform rot: -1.5707963267948966 rad @@ -168553,7 +174041,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24520 + - uid: 25371 components: - type: Transform rot: 3.141592653589793 rad @@ -168561,7 +174049,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24521 + - uid: 25372 components: - type: Transform rot: 3.141592653589793 rad @@ -168569,7 +174057,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24522 + - uid: 25373 components: - type: Transform rot: -1.5707963267948966 rad @@ -168577,7 +174065,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24523 + - uid: 25374 components: - type: Transform rot: 1.5707963267948966 rad @@ -168585,7 +174073,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24524 + - uid: 25375 components: - type: Transform rot: -1.5707963267948966 rad @@ -168593,7 +174081,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24525 + - uid: 25376 components: - type: Transform rot: -1.5707963267948966 rad @@ -168601,14 +174089,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24526 + - uid: 25377 components: - type: Transform pos: -52.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24527 + - uid: 25378 components: - type: Transform rot: 1.5707963267948966 rad @@ -168616,14 +174104,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24528 + - uid: 25379 components: - type: Transform pos: -64.5,-65.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24529 + - uid: 25380 components: - type: Transform rot: 1.5707963267948966 rad @@ -168631,7 +174119,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24530 + - uid: 25381 components: - type: Transform rot: -1.5707963267948966 rad @@ -168639,7 +174127,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24531 + - uid: 25382 components: - type: Transform rot: 1.5707963267948966 rad @@ -168647,7 +174135,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24532 + - uid: 25383 components: - type: Transform rot: 3.141592653589793 rad @@ -168655,7 +174143,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24533 + - uid: 25384 components: - type: Transform rot: 1.5707963267948966 rad @@ -168663,7 +174151,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24534 + - uid: 25385 components: - type: Transform rot: 3.141592653589793 rad @@ -168671,7 +174159,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24535 + - uid: 25386 components: - type: Transform rot: 1.5707963267948966 rad @@ -168679,10 +174167,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 + - 213 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24536 + - uid: 25387 components: - type: Transform rot: 1.5707963267948966 rad @@ -168690,7 +174178,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24537 + - uid: 25388 components: - type: Transform rot: 3.141592653589793 rad @@ -168698,7 +174186,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24538 + - uid: 25389 components: - type: Transform rot: 1.5707963267948966 rad @@ -168706,10 +174194,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 + - 274 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24539 + - uid: 25390 components: - type: Transform rot: 3.141592653589793 rad @@ -168717,10 +174205,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 160 + - 172 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24540 + - uid: 25391 components: - type: Transform rot: 3.141592653589793 rad @@ -168728,7 +174216,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24541 + - uid: 25392 components: - type: Transform rot: 3.141592653589793 rad @@ -168736,7 +174224,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24542 + - uid: 25393 components: - type: Transform rot: -1.5707963267948966 rad @@ -168744,7 +174232,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24543 + - uid: 25394 components: - type: Transform rot: 1.5707963267948966 rad @@ -168752,7 +174240,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24544 + - uid: 25395 components: - type: Transform rot: 3.141592653589793 rad @@ -168760,7 +174248,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24545 + - uid: 25396 components: - type: Transform rot: -1.5707963267948966 rad @@ -168768,7 +174256,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24546 + - uid: 25397 components: - type: Transform rot: -1.5707963267948966 rad @@ -168776,7 +174264,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24547 + - uid: 25398 components: - type: Transform rot: 3.141592653589793 rad @@ -168784,10 +174272,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 260 + - 272 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24548 + - uid: 25399 components: - type: Transform rot: 3.141592653589793 rad @@ -168795,10 +174283,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 278 + - 290 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24549 + - uid: 25400 components: - type: Transform rot: 1.5707963267948966 rad @@ -168806,10 +174294,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24550 + - uid: 25401 components: - type: Transform rot: 3.141592653589793 rad @@ -168817,7 +174305,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24551 + - uid: 25402 components: - type: Transform rot: 3.141592653589793 rad @@ -168825,17 +174313,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24552 + - uid: 25403 components: - type: Transform pos: -46.5,-8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 280 + - 292 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24553 + - uid: 25404 components: - type: Transform rot: -1.5707963267948966 rad @@ -168843,10 +174331,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24554 + - uid: 25405 components: - type: Transform rot: -1.5707963267948966 rad @@ -168854,10 +174342,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24555 + - uid: 25406 components: - type: Transform rot: 1.5707963267948966 rad @@ -168865,10 +174353,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24556 + - uid: 25407 components: - type: Transform rot: -1.5707963267948966 rad @@ -168876,10 +174364,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24557 + - uid: 25408 components: - type: Transform rot: 1.5707963267948966 rad @@ -168887,27 +174375,27 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24558 + - uid: 25409 components: - type: Transform pos: 98.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24559 + - uid: 25410 components: - type: Transform pos: 97.5,-63.5 parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24560 + - uid: 25411 components: - type: Transform rot: 1.5707963267948966 rad @@ -168915,10 +174403,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24561 + - uid: 25412 components: - type: Transform rot: -1.5707963267948966 rad @@ -168926,10 +174414,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 315 + - 327 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24562 + - uid: 25413 components: - type: Transform rot: 1.5707963267948966 rad @@ -168937,10 +174425,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 279 + - 291 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24563 + - uid: 25414 components: - type: Transform rot: -1.5707963267948966 rad @@ -168948,7 +174436,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24564 + - uid: 25415 components: - type: Transform rot: 3.141592653589793 rad @@ -168956,10 +174444,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 + - 294 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24565 + - uid: 25416 components: - type: Transform rot: 3.141592653589793 rad @@ -168967,10 +174455,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 282 + - 294 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24566 + - uid: 25417 components: - type: Transform rot: 3.141592653589793 rad @@ -168978,20 +174466,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 214 + - 226 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24567 + - uid: 25418 components: - type: Transform pos: -7.5,4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24568 + - uid: 25419 components: - type: Transform rot: -1.5707963267948966 rad @@ -168999,10 +174487,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 290 + - 302 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24569 + - uid: 25420 components: - type: Transform rot: 3.141592653589793 rad @@ -169010,20 +174498,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 275 + - 287 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24570 + - uid: 25421 components: - type: Transform pos: 48.5,-14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 297 + - 309 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24571 + - uid: 25422 components: - type: Transform rot: -1.5707963267948966 rad @@ -169031,10 +174519,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 303 + - 315 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24572 + - uid: 25423 components: - type: Transform rot: 1.5707963267948966 rad @@ -169042,10 +174530,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 297 + - 309 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24573 + - uid: 25424 components: - type: Transform rot: 1.5707963267948966 rad @@ -169053,10 +174541,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 198 + - 210 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24574 + - uid: 25425 components: - type: Transform rot: 1.5707963267948966 rad @@ -169064,10 +174552,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 306 + - 318 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24575 + - uid: 25426 components: - type: Transform rot: -1.5707963267948966 rad @@ -169075,20 +174563,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 227 + - 239 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24576 + - uid: 25427 components: - type: Transform pos: 50.5,-3.5 parent: 2 - type: DeviceNetwork deviceLists: - - 305 + - 317 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24577 + - uid: 25428 components: - type: Transform rot: -1.5707963267948966 rad @@ -169096,10 +174584,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 201 + - 213 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24578 + - uid: 25429 components: - type: Transform rot: -1.5707963267948966 rad @@ -169107,10 +174595,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 308 + - 320 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24579 + - uid: 25430 components: - type: Transform rot: 3.141592653589793 rad @@ -169118,10 +174606,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24580 + - uid: 25431 components: - type: Transform rot: 3.141592653589793 rad @@ -169129,41 +174617,41 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24581 + - uid: 25432 components: - type: Transform pos: 79.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 288 + - 300 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24582 + - uid: 25433 components: - type: Transform pos: 83.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 299 - - 285 + - 311 + - 297 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24583 + - uid: 25434 components: - type: Transform pos: 87.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 285 + - 297 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24584 + - uid: 25435 components: - type: Transform rot: 1.5707963267948966 rad @@ -169171,21 +174659,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 311 - - 300 + - 323 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24585 + - uid: 25436 components: - type: Transform pos: 38.5,-24.5 parent: 2 - type: DeviceNetwork deviceLists: - - 296 + - 308 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24586 + - uid: 25437 components: - type: Transform rot: -1.5707963267948966 rad @@ -169193,30 +174681,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24587 + - uid: 25438 components: - type: Transform pos: 75.5,5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24588 + - uid: 25439 components: - type: Transform pos: 79.5,4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24589 + - uid: 25440 components: - type: Transform rot: 3.141592653589793 rad @@ -169224,11 +174712,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24590 + - uid: 25441 components: - type: Transform rot: 1.5707963267948966 rad @@ -169236,11 +174724,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24591 + - uid: 25442 components: - type: Transform rot: -1.5707963267948966 rad @@ -169248,11 +174736,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 298 - - 19459 + - 310 + - 19990 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24592 + - uid: 25443 components: - type: Transform rot: 1.5707963267948966 rad @@ -169260,21 +174748,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 302 + - 314 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24593 + - uid: 25444 components: - type: Transform pos: 59.5,-55.5 parent: 2 - type: DeviceNetwork deviceLists: - - 169 - - 19460 + - 181 + - 19991 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24594 + - uid: 25445 components: - type: Transform rot: 1.5707963267948966 rad @@ -169282,10 +174770,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 307 + - 319 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24595 + - uid: 25446 components: - type: Transform rot: 1.5707963267948966 rad @@ -169293,10 +174781,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 295 + - 307 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24596 + - uid: 25447 components: - type: Transform rot: 3.141592653589793 rad @@ -169304,10 +174792,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 309 + - 321 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24597 + - uid: 25448 components: - type: Transform rot: 3.141592653589793 rad @@ -169315,10 +174803,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 + - 322 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24598 + - uid: 25449 components: - type: Transform rot: -1.5707963267948966 rad @@ -169326,21 +174814,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 310 - - 311 + - 322 + - 323 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24599 + - uid: 25450 components: - type: Transform pos: 117.5,-39.5 parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24600 + - uid: 25451 components: - type: Transform rot: 1.5707963267948966 rad @@ -169348,20 +174836,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 178 + - 190 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24601 + - uid: 25452 components: - type: Transform pos: 87.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 178 + - 190 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24602 + - uid: 25453 components: - type: Transform rot: 1.5707963267948966 rad @@ -169369,40 +174857,40 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24603 + - uid: 25454 components: - type: Transform pos: 128.5,-39.5 parent: 2 - type: DeviceNetwork deviceLists: - - 312 + - 324 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24604 + - uid: 25455 components: - type: Transform pos: 7.5,4.5 parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24605 + - uid: 25456 components: - type: Transform pos: 30.5,6.5 parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24606 + - uid: 25457 components: - type: Transform rot: -1.5707963267948966 rad @@ -169410,20 +174898,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24607 + - uid: 25458 components: - type: Transform pos: 23.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: - - 277 + - 289 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24608 + - uid: 25459 components: - type: Transform rot: 1.5707963267948966 rad @@ -169431,10 +174919,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 273 + - 285 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24609 + - uid: 25460 components: - type: Transform rot: -1.5707963267948966 rad @@ -169442,30 +174930,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 + - 286 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24610 + - uid: 25461 components: - type: Transform pos: 28.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 275 + - 287 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24611 + - uid: 25462 components: - type: Transform pos: 26.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 275 + - 287 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24612 + - uid: 25463 components: - type: Transform rot: -1.5707963267948966 rad @@ -169473,40 +174961,40 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 180 + - 192 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24613 + - uid: 25464 components: - type: Transform pos: 44.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 329 + - 341 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24614 + - uid: 25465 components: - type: Transform pos: 14.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 195 + - 207 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24615 + - uid: 25466 components: - type: Transform pos: 18.5,20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 317 + - 329 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24616 + - uid: 25467 components: - type: Transform rot: 3.141592653589793 rad @@ -169514,20 +175002,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 194 + - 206 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24617 + - uid: 25468 components: - type: Transform pos: -1.5,24.5 parent: 2 - type: DeviceNetwork deviceLists: - - 194 + - 206 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24618 + - uid: 25469 components: - type: Transform rot: 3.141592653589793 rad @@ -169535,11 +175023,11 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 194 - - 314 + - 206 + - 326 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24619 + - uid: 25470 components: - type: Transform rot: 3.141592653589793 rad @@ -169547,21 +175035,21 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 194 - - 314 + - 206 + - 326 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24620 + - uid: 25471 components: - type: Transform pos: -48.5,-19.5 parent: 2 - type: DeviceNetwork deviceLists: - - 203 + - 215 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24621 + - uid: 25472 components: - type: Transform rot: -1.5707963267948966 rad @@ -169569,10 +175057,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 203 + - 215 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24622 + - uid: 25473 components: - type: Transform rot: 3.141592653589793 rad @@ -169580,10 +175068,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 262 + - 274 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24623 + - uid: 25474 components: - type: Transform rot: 1.5707963267948966 rad @@ -169591,10 +175079,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 + - 330 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24624 + - uid: 25475 components: - type: Transform rot: 3.141592653589793 rad @@ -169602,10 +175090,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 318 + - 330 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24625 + - uid: 25476 components: - type: Transform rot: 3.141592653589793 rad @@ -169613,10 +175101,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 205 + - 217 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24626 + - uid: 25477 components: - type: Transform rot: 1.5707963267948966 rad @@ -169624,10 +175112,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 205 + - 217 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24627 + - uid: 25478 components: - type: Transform rot: -1.5707963267948966 rad @@ -169635,10 +175123,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 242 + - 254 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24628 + - uid: 25479 components: - type: Transform rot: -1.5707963267948966 rad @@ -169646,20 +175134,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 225 + - 237 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24629 + - uid: 25480 components: - type: Transform pos: -15.5,-72.5 parent: 2 - type: DeviceNetwork deviceLists: - - 227 + - 239 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24630 + - uid: 25481 components: - type: Transform rot: 1.5707963267948966 rad @@ -169667,20 +175155,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 198 + - 210 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24631 + - uid: 25482 components: - type: Transform pos: -12.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24632 + - uid: 25483 components: - type: Transform rot: 1.5707963267948966 rad @@ -169688,30 +175176,30 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 196 + - 208 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24633 + - uid: 25484 components: - type: Transform pos: 13.5,0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 187 + - 199 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24634 + - uid: 25485 components: - type: Transform pos: -16.5,5.5 parent: 2 - type: DeviceNetwork deviceLists: - - 319 + - 331 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24635 + - uid: 25486 components: - type: Transform rot: -1.5707963267948966 rad @@ -169719,20 +175207,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 319 + - 331 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24636 + - uid: 25487 components: - type: Transform pos: -20.5,7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 320 + - 332 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24637 + - uid: 25488 components: - type: Transform rot: 3.141592653589793 rad @@ -169740,10 +175228,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 325 + - 337 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24638 + - uid: 25489 components: - type: Transform rot: -1.5707963267948966 rad @@ -169751,10 +175239,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24639 + - uid: 25490 components: - type: Transform rot: 1.5707963267948966 rad @@ -169762,40 +175250,40 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 274 + - 286 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24640 + - uid: 25491 components: - type: Transform pos: 36.5,15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 274 + - 286 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24641 + - uid: 25492 components: - type: Transform pos: 30.5,18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 324 + - 336 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24642 + - uid: 25493 components: - type: Transform pos: 108.5,-19.5 parent: 2 - type: DeviceNetwork deviceLists: - - 177 + - 189 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24643 + - uid: 25494 components: - type: Transform rot: 3.141592653589793 rad @@ -169803,10 +175291,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 302 + - 314 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24644 + - uid: 25495 components: - type: Transform rot: 1.5707963267948966 rad @@ -169814,10 +175302,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 186 + - 198 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24645 + - uid: 25496 components: - type: Transform rot: -1.5707963267948966 rad @@ -169825,10 +175313,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 301 + - 313 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24646 + - uid: 25497 components: - type: Transform rot: 1.5707963267948966 rad @@ -169836,10 +175324,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24647 + - uid: 25498 components: - type: Transform rot: 1.5707963267948966 rad @@ -169847,10 +175335,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24648 + - uid: 25499 components: - type: Transform rot: -1.5707963267948966 rad @@ -169858,20 +175346,20 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 240 + - 252 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24649 + - uid: 25500 components: - type: Transform pos: 36.5,-57.5 parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24650 + - uid: 25501 components: - type: Transform rot: 1.5707963267948966 rad @@ -169879,10 +175367,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24651 + - uid: 25502 components: - type: Transform rot: 3.141592653589793 rad @@ -169890,10 +175378,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 237 + - 249 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24652 + - uid: 25503 components: - type: Transform rot: 3.141592653589793 rad @@ -169901,10 +175389,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 321 + - 333 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24653 + - uid: 25504 components: - type: Transform rot: -1.5707963267948966 rad @@ -169912,10 +175400,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24654 + - uid: 25505 components: - type: Transform rot: 3.141592653589793 rad @@ -169923,10 +175411,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24655 + - uid: 25506 components: - type: Transform rot: 3.141592653589793 rad @@ -169934,10 +175422,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24656 + - uid: 25507 components: - type: Transform rot: 3.141592653589793 rad @@ -169945,18 +175433,18 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 300 + - 312 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24657 + - uid: 25508 components: - type: Transform pos: 39.5,-0.5 parent: 2 - type: DeviceNetwork deviceLists: - - 332 - - uid: 24658 + - 344 + - uid: 25509 components: - type: Transform rot: -1.5707963267948966 rad @@ -169964,10 +175452,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 329 + - 341 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24659 + - uid: 25510 components: - type: Transform rot: 1.5707963267948966 rad @@ -169975,12 +175463,12 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 331 + - 343 - type: AtmosPipeColor color: '#FF0000FF' - proto: GasVolumePump entities: - - uid: 24660 + - uid: 25511 components: - type: Transform rot: -1.5707963267948966 rad @@ -169988,13 +175476,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 24661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-52.5 - parent: 2 - - uid: 24662 + - uid: 25512 components: - type: Transform rot: -1.5707963267948966 rad @@ -170002,14 +175484,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FEF101FF' - - uid: 24663 + - uid: 25513 components: - type: Transform pos: 98.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 24664 + - uid: 25514 components: - type: Transform pos: 100.5,-83.5 @@ -170018,318 +175500,286 @@ entities: color: '#FF0000FF' - proto: Gauze entities: - - uid: 2566 + - uid: 2596 components: - type: Transform - parent: 2563 + parent: 2593 - type: Physics canCollide: False - - uid: 2573 + - uid: 2603 components: - type: Transform - parent: 2570 + parent: 2600 - type: Physics canCollide: False - - uid: 2580 + - uid: 2610 components: - type: Transform - parent: 2577 + parent: 2607 - type: Physics canCollide: False - - uid: 24665 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 2 - - uid: 24666 - components: - - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 24667 - components: - - type: Transform - pos: -9.5,-46.5 - parent: 2 - - uid: 24668 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 2 - proto: GeigerCounter entities: - - uid: 24669 + - uid: 25515 components: - type: Transform pos: 78.38674,-49.55499 parent: 2 - proto: GeneratorBasic15kW entities: - - uid: 24670 + - uid: 25516 components: - type: Transform pos: 98.5,-61.5 parent: 2 - proto: GeneratorRTG entities: - - uid: 24671 + - uid: 25517 components: - type: Transform pos: 99.5,-61.5 parent: 2 - - uid: 24672 + - uid: 25518 components: - type: Transform pos: 97.5,-61.5 parent: 2 - - uid: 24673 + - uid: 25519 components: - type: Transform pos: -48.5,-74.5 parent: 2 - proto: GenericTank entities: - - uid: 24674 + - uid: 25520 components: - type: Transform pos: 17.5,-83.5 parent: 2 - - uid: 24675 + - uid: 25521 components: - type: Transform pos: -11.5,-96.5 parent: 2 - - uid: 24676 + - uid: 25522 components: - type: Transform pos: -42.5,-107.5 parent: 2 - proto: Girder entities: - - uid: 24677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-48.5 - parent: 2 - - uid: 24678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-50.5 - parent: 2 - - uid: 24679 + - uid: 25523 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,21.5 parent: 2 - - uid: 24680 + - uid: 25524 components: - type: Transform pos: -59.5,-16.5 parent: 2 - - uid: 24681 + - uid: 25525 components: - type: Transform pos: -67.5,6.5 parent: 2 - - uid: 24682 + - uid: 25526 components: - type: Transform rot: -1.5707963267948966 rad pos: 99.5,-46.5 parent: 2 - - uid: 24683 + - uid: 25527 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-91.5 parent: 2 - - uid: 24684 + - uid: 25528 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-51.5 parent: 2 - - uid: 24685 + - uid: 25529 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-45.5 parent: 2 - - uid: 24686 + - uid: 25530 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-77.5 parent: 2 - - uid: 24687 + - uid: 25531 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-61.5 parent: 2 - - uid: 24688 + - uid: 25532 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-81.5 parent: 2 - - uid: 24689 + - uid: 25533 components: - type: Transform pos: -43.5,-95.5 parent: 2 - - uid: 24690 + - uid: 25534 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-34.5 parent: 2 - - uid: 24691 + - uid: 25535 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-32.5 parent: 2 - - uid: 24692 + - uid: 25536 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-25.5 parent: 2 - - uid: 24693 + - uid: 25537 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,7.5 parent: 2 - - uid: 24694 + - uid: 25538 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,9.5 parent: 2 - - uid: 24695 + - uid: 25539 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,14.5 parent: 2 - - uid: 24696 + - uid: 25540 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,15.5 parent: 2 - - uid: 24697 + - uid: 25541 components: - type: Transform pos: -65.5,-15.5 parent: 2 - - uid: 24698 + - uid: 25542 components: - type: Transform pos: -22.5,16.5 parent: 2 - - uid: 24699 + - uid: 25543 components: - type: Transform pos: -18.5,14.5 parent: 2 - - uid: 24700 + - uid: 25544 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-118.5 parent: 2 - - uid: 24701 + - uid: 25545 components: - type: Transform pos: -42.5,-120.5 parent: 2 - - uid: 24702 + - uid: 25546 components: - type: Transform pos: -57.5,-76.5 parent: 2 - - uid: 24703 + - uid: 25547 components: - type: Transform pos: 108.5,-46.5 parent: 2 - - uid: 24704 + - uid: 25548 components: - type: Transform pos: 92.5,-46.5 parent: 2 - - uid: 24705 + - uid: 25549 components: - type: Transform pos: 75.5,-45.5 parent: 2 - - uid: 24706 + - uid: 25550 components: - type: Transform pos: -45.5,-106.5 parent: 2 - - uid: 24707 + - uid: 25551 components: - type: Transform pos: -39.5,-107.5 parent: 2 - - uid: 24708 + - uid: 25552 components: - type: Transform pos: -28.5,-109.5 parent: 2 - - uid: 24709 + - uid: 25553 components: - type: Transform pos: -49.5,-119.5 parent: 2 - - uid: 24710 + - uid: 25554 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-21.5 parent: 2 - - uid: 24711 + - uid: 25555 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-21.5 parent: 2 - - uid: 24712 + - uid: 25556 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,28.5 parent: 2 - - uid: 24713 + - uid: 25557 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-4.5 parent: 2 - - uid: 24714 + - uid: 25558 components: - type: Transform pos: -47.5,1.5 parent: 2 - - uid: 24715 + - uid: 25559 components: - type: Transform pos: 26.5,25.5 parent: 2 - - uid: 24716 + - uid: 25560 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-57.5 parent: 2 - - uid: 24717 + - uid: 25561 components: - type: Transform rot: 1.5707963267948966 rad @@ -170337,7468 +175787,7255 @@ entities: parent: 2 - proto: GlassBoxLaserFilled entities: - - uid: 24718 + - uid: 25562 components: - type: Transform pos: 17.5,16.5 parent: 2 - proto: GlowstickBase entities: - - uid: 24719 + - uid: 25563 components: - type: Transform pos: -46.635826,-97.712006 parent: 2 - - uid: 24720 + - uid: 25564 components: - type: Transform rot: 3.141592653589793 rad pos: -51.455772,-103.54919 parent: 2 - - uid: 24721 + - uid: 25565 components: - type: Transform pos: -76.321335,-9.98569 parent: 2 - - uid: 24722 + - uid: 25566 components: - type: Transform pos: -74.14946,-7.76694 parent: 2 - proto: GlowstickBlue entities: - - uid: 24723 + - uid: 25567 components: - type: Transform pos: -47.2452,-100.72763 parent: 2 - proto: GlowstickPurple entities: - - uid: 24724 + - uid: 25568 components: - type: Transform pos: -45.542076,-103.274506 parent: 2 - proto: GlowstickRed entities: - - uid: 24725 + - uid: 25569 components: - type: Transform pos: -49.667076,-97.555756 parent: 2 - proto: GoldRingDiamond entities: - - uid: 24726 + - uid: 25570 components: - type: Transform pos: -6.2808795,-8.315094 parent: 2 - proto: GoldRingGem entities: - - uid: 24727 + - uid: 25571 components: - type: Transform pos: -6.3746295,-8.471344 parent: 2 - proto: GravityGenerator entities: - - uid: 24728 + - uid: 25572 components: - type: Transform pos: 27.5,-42.5 parent: 2 - proto: GrenadeIncendiary entities: - - uid: 16234 + - uid: 16734 components: - type: Transform - parent: 16232 + parent: 16732 - type: Physics canCollide: False - type: InsideEntityStorage - proto: GrenadeShrapnel entities: - - uid: 16235 + - uid: 16735 components: - type: Transform - parent: 16232 + parent: 16732 - type: Physics canCollide: False - type: InsideEntityStorage - proto: GrenadeStinger entities: - - uid: 16236 + - uid: 16736 components: - type: Transform - parent: 16232 + parent: 16732 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Grille entities: - - uid: 24729 - components: - - type: Transform - pos: 104.5,-78.5 - parent: 2 - - uid: 24730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-46.5 - parent: 2 - - uid: 24731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-77.5 - parent: 2 - - uid: 24732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-61.5 - parent: 2 - - uid: 24733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-55.5 - parent: 2 - - uid: 24734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-62.5 - parent: 2 - - uid: 24735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-61.5 - parent: 2 - - uid: 24736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-60.5 - parent: 2 - - uid: 24737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-60.5 - parent: 2 - - uid: 24738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-62.5 - parent: 2 - - uid: 24739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-61.5 - parent: 2 - - uid: 24740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-52.5 - parent: 2 - - uid: 24741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-52.5 - parent: 2 - - uid: 24742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-47.5 - parent: 2 - - uid: 24743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-50.5 - parent: 2 - - uid: 24744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-50.5 - parent: 2 - - uid: 24745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-48.5 - parent: 2 - - uid: 24746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-47.5 - parent: 2 - - uid: 24747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-48.5 - parent: 2 - - uid: 24748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-47.5 - parent: 2 - - uid: 24749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-50.5 - parent: 2 - - uid: 24750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-50.5 - parent: 2 - - uid: 24751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-50.5 - parent: 2 - - uid: 24752 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 24753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-43.5 - parent: 2 - - uid: 24754 - components: - - type: Transform - pos: -58.5,-79.5 - parent: 2 - - uid: 24755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-63.5 - parent: 2 - - uid: 24756 - components: - - type: Transform - pos: 10.5,-31.5 - parent: 2 - - uid: 24757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-32.5 - parent: 2 - - uid: 24758 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 2 - - uid: 24759 - components: - - type: Transform - pos: 73.5,-15.5 - parent: 2 - - uid: 24760 - components: - - type: Transform - pos: 75.5,-14.5 - parent: 2 - - uid: 24761 - components: - - type: Transform - pos: 77.5,-14.5 - parent: 2 - - uid: 24762 - components: - - type: Transform - pos: 79.5,-14.5 - parent: 2 - - uid: 24763 - components: - - type: Transform - pos: 74.5,-15.5 - parent: 2 - - uid: 24764 - components: - - type: Transform - pos: 78.5,-14.5 - parent: 2 - - uid: 24765 - components: - - type: Transform - pos: 74.5,-14.5 - parent: 2 - - uid: 24766 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 24767 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 2 - - uid: 24768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-25.5 - parent: 2 - - uid: 24769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 2 - - uid: 24770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 24771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 2 - - uid: 24772 - components: - - type: Transform - pos: -5.5,-79.5 - parent: 2 - - uid: 24773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 2 - - uid: 24774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-26.5 - parent: 2 - - uid: 24775 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 24776 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - - uid: 24777 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 24778 - components: - - type: Transform - pos: -14.5,-29.5 - parent: 2 - - uid: 24779 - components: - - type: Transform - pos: -22.5,-42.5 - parent: 2 - - uid: 24780 - components: - - type: Transform - pos: -22.5,-44.5 - parent: 2 - - uid: 24781 - components: - - type: Transform - pos: 51.5,-6.5 - parent: 2 - - uid: 24782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,9.5 - parent: 2 - - uid: 24783 - components: - - type: Transform - pos: 45.5,-3.5 - parent: 2 - - uid: 24784 - components: - - type: Transform - pos: 56.5,2.5 - parent: 2 - - uid: 24785 - components: - - type: Transform - pos: 58.5,-6.5 - parent: 2 - - uid: 24786 - components: - - type: Transform - pos: 56.5,-6.5 - parent: 2 - - uid: 24787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-19.5 - parent: 2 - - uid: 24788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-16.5 - parent: 2 - - uid: 24789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-18.5 - parent: 2 - - uid: 24790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,21.5 - parent: 2 - - uid: 24791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-24.5 - parent: 2 - - uid: 24792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-22.5 - parent: 2 - - uid: 24793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,16.5 - parent: 2 - - uid: 24794 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 2 - - uid: 24795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-16.5 - parent: 2 - - uid: 24796 - components: - - type: Transform - pos: 11.5,-112.5 - parent: 2 - - uid: 24797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-17.5 - parent: 2 - - uid: 24798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-8.5 - parent: 2 - - uid: 24799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-10.5 - parent: 2 - - uid: 24800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,16.5 - parent: 2 - - uid: 24801 - components: - - type: Transform - pos: 74.5,-8.5 - parent: 2 - - uid: 24802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,37.5 - parent: 2 - - uid: 24803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,34.5 - parent: 2 - - uid: 24804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-61.5 - parent: 2 - - uid: 24805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-71.5 - parent: 2 - - uid: 24806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-92.5 - parent: 2 - - uid: 24807 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-62.5 - parent: 2 - - uid: 24808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-14.5 - parent: 2 - - uid: 24809 - components: - - type: Transform - pos: -69.5,-72.5 - parent: 2 - - uid: 24810 - components: - - type: Transform - pos: 66.5,-67.5 - parent: 2 - - uid: 24811 - components: - - type: Transform - pos: 66.5,-69.5 - parent: 2 - - uid: 24812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,39.5 - parent: 2 - - uid: 24813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-47.5 - parent: 2 - - uid: 24814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-60.5 - parent: 2 - - uid: 24815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-48.5 - parent: 2 - - uid: 24816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-46.5 - parent: 2 - - uid: 24817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-75.5 - parent: 2 - - uid: 24818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-46.5 - parent: 2 - - uid: 24819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-62.5 - parent: 2 - - uid: 24820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-63.5 - parent: 2 - - uid: 24821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-79.5 - parent: 2 - - uid: 24822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-81.5 - parent: 2 - - uid: 24823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-81.5 - parent: 2 - - uid: 24824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-78.5 - parent: 2 - - uid: 24825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-103.5 - parent: 2 - - uid: 24826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-5.5 - parent: 2 - - uid: 24827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-58.5 - parent: 2 - - uid: 24828 - components: - - type: Transform - pos: 12.5,27.5 - parent: 2 - - uid: 24829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-77.5 - parent: 2 - - uid: 24830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-59.5 - parent: 2 - - uid: 24831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-3.5 - parent: 2 - - uid: 24832 - components: - - type: Transform - pos: -33.5,-81.5 - parent: 2 - - uid: 24833 - components: - - type: Transform - pos: -69.5,-74.5 - parent: 2 - - uid: 24834 - components: - - type: Transform - pos: -50.5,-70.5 - parent: 2 - - uid: 24835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 111.5,-58.5 - parent: 2 - - uid: 24836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,39.5 - parent: 2 - - uid: 24837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,39.5 - parent: 2 - - uid: 24838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-100.5 - parent: 2 - - uid: 24839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-98.5 - parent: 2 - - uid: 24840 - components: - - type: Transform - pos: -49.5,-70.5 - parent: 2 - - uid: 24841 - components: - - type: Transform - pos: -2.5,7.5 - parent: 2 - - uid: 24842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,7.5 - parent: 2 - - uid: 24843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,7.5 - parent: 2 - - uid: 24844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,20.5 - parent: 2 - - uid: 24845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,18.5 - parent: 2 - - uid: 24846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,26.5 - parent: 2 - - uid: 24847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-90.5 - parent: 2 - - uid: 24848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-86.5 - parent: 2 - - uid: 24849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-63.5 - parent: 2 - - uid: 24850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-63.5 - parent: 2 - - uid: 24851 - components: - - type: Transform - pos: 86.5,-37.5 - parent: 2 - - uid: 24852 - components: - - type: Transform - pos: 65.5,-30.5 - parent: 2 - - uid: 24853 - components: - - type: Transform - pos: 66.5,-30.5 - parent: 2 - - uid: 24854 - components: - - type: Transform - pos: 67.5,-30.5 - parent: 2 - - uid: 24855 - components: - - type: Transform - pos: -12.5,-69.5 - parent: 2 - - uid: 24856 - components: - - type: Transform - pos: -17.5,-69.5 - parent: 2 - - uid: 24857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-87.5 - parent: 2 - - uid: 24858 - components: - - type: Transform - pos: -15.5,-69.5 - parent: 2 - - uid: 24859 - components: - - type: Transform - pos: -21.5,-67.5 - parent: 2 - - uid: 24860 - components: - - type: Transform - pos: -25.5,-57.5 - parent: 2 - - uid: 24861 - components: - - type: Transform - pos: -19.5,-67.5 - parent: 2 - - uid: 24862 - components: - - type: Transform - pos: -18.5,-68.5 - parent: 2 - - uid: 24863 - components: - - type: Transform - pos: 12.5,-69.5 - parent: 2 - - uid: 24864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-68.5 - parent: 2 - - uid: 24865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-68.5 - parent: 2 - - uid: 24866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-82.5 - parent: 2 - - uid: 24867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-81.5 - parent: 2 - - uid: 24868 - components: - - type: Transform - pos: 9.5,-69.5 - parent: 2 - - uid: 24869 - components: - - type: Transform - pos: 44.5,-70.5 - parent: 2 - - uid: 24870 - components: - - type: Transform - pos: 43.5,-70.5 - parent: 2 - - uid: 24871 - components: - - type: Transform - pos: -16.5,-69.5 - parent: 2 - - uid: 24872 - components: - - type: Transform - pos: -18.5,-67.5 - parent: 2 - - uid: 24873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-63.5 - parent: 2 - - uid: 24874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-83.5 - parent: 2 - - uid: 24875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-84.5 - parent: 2 - - uid: 24876 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 24877 - components: - - type: Transform - pos: 32.5,-68.5 - parent: 2 - - uid: 24878 - components: - - type: Transform - pos: -41.5,-74.5 - parent: 2 - - uid: 24879 - components: - - type: Transform - pos: -41.5,-72.5 - parent: 2 - - uid: 24880 - components: - - type: Transform - pos: -59.5,-88.5 - parent: 2 - - uid: 24881 - components: - - type: Transform - pos: -60.5,-92.5 - parent: 2 - - uid: 24882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-75.5 - parent: 2 - - uid: 24883 - components: - - type: Transform - pos: -41.5,-69.5 - parent: 2 - - uid: 24884 - components: - - type: Transform - pos: -48.5,-45.5 - parent: 2 - - uid: 24885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-75.5 - parent: 2 - - uid: 24886 - components: - - type: Transform - pos: -8.5,-69.5 - parent: 2 - - uid: 24887 - components: - - type: Transform - pos: -11.5,-69.5 - parent: 2 - - uid: 24888 - components: - - type: Transform - pos: -10.5,-69.5 - parent: 2 - - uid: 24889 - components: - - type: Transform - pos: -58.5,14.5 - parent: 2 - - uid: 24890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,13.5 - parent: 2 - - uid: 24891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,13.5 - parent: 2 - - uid: 24892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,16.5 - parent: 2 - - uid: 24893 - components: - - type: Transform - pos: -27.5,-51.5 - parent: 2 - - uid: 24894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-63.5 - parent: 2 - - uid: 24895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-75.5 - parent: 2 - - uid: 24896 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-51.5 - parent: 2 - - uid: 24897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-51.5 - parent: 2 - - uid: 24898 - components: - - type: Transform - pos: 2.5,6.5 - parent: 2 - - uid: 24899 - components: - - type: Transform - pos: 2.5,7.5 - parent: 2 - - uid: 24900 - components: - - type: Transform - pos: 2.5,10.5 - parent: 2 - - uid: 24901 - components: - - type: Transform - pos: 2.5,11.5 - parent: 2 - - uid: 24902 - components: - - type: Transform - pos: 9.5,18.5 - parent: 2 - - uid: 24903 - components: - - type: Transform - pos: 10.5,18.5 - parent: 2 - - uid: 24904 - components: - - type: Transform - pos: 11.5,18.5 - parent: 2 - - uid: 24905 - components: - - type: Transform - pos: 12.5,24.5 - parent: 2 - - uid: 24906 - components: - - type: Transform - pos: 11.5,24.5 - parent: 2 - - uid: 24907 - components: - - type: Transform - pos: 11.5,25.5 - parent: 2 - - uid: 24908 - components: - - type: Transform - pos: 10.5,25.5 - parent: 2 - - uid: 24909 - components: - - type: Transform - pos: 10.5,26.5 - parent: 2 - - uid: 24910 - components: - - type: Transform - pos: 8.5,26.5 - parent: 2 - - uid: 24911 - components: - - type: Transform - pos: 7.5,26.5 - parent: 2 - - uid: 24912 - components: - - type: Transform - pos: 6.5,26.5 - parent: 2 - - uid: 24913 - components: - - type: Transform - pos: 6.5,27.5 - parent: 2 - - uid: 24914 - components: - - type: Transform - pos: 5.5,27.5 - parent: 2 - - uid: 24915 - components: - - type: Transform - pos: 4.5,27.5 - parent: 2 - - uid: 24916 - components: - - type: Transform - pos: 3.5,27.5 - parent: 2 - - uid: 24917 - components: - - type: Transform - pos: 3.5,28.5 - parent: 2 - - uid: 24918 - components: - - type: Transform - pos: 2.5,28.5 - parent: 2 - - uid: 24919 - components: - - type: Transform - pos: 1.5,28.5 - parent: 2 - - uid: 24920 - components: - - type: Transform - pos: 0.5,28.5 - parent: 2 - - uid: 24921 - components: - - type: Transform - pos: -0.5,28.5 - parent: 2 - - uid: 24922 - components: - - type: Transform - pos: -1.5,28.5 - parent: 2 - - uid: 24923 - components: - - type: Transform - pos: -2.5,28.5 - parent: 2 - - uid: 24924 - components: - - type: Transform - pos: -2.5,27.5 - parent: 2 - - uid: 24925 - components: - - type: Transform - pos: -3.5,27.5 - parent: 2 - - uid: 24926 - components: - - type: Transform - pos: -4.5,27.5 - parent: 2 - - uid: 24927 - components: - - type: Transform - pos: -5.5,27.5 - parent: 2 - - uid: 24928 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 24929 - components: - - type: Transform - pos: -7.5,26.5 - parent: 2 - - uid: 24930 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 24931 - components: - - type: Transform - pos: -9.5,26.5 - parent: 2 - - uid: 24932 - components: - - type: Transform - pos: -9.5,25.5 - parent: 2 - - uid: 24933 - components: - - type: Transform - pos: -10.5,25.5 - parent: 2 - - uid: 24934 - components: - - type: Transform - pos: -11.5,23.5 - parent: 2 - - uid: 24935 - components: - - type: Transform - pos: -21.5,2.5 - parent: 2 - - uid: 24936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-101.5 - parent: 2 - - uid: 24937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-98.5 - parent: 2 - - uid: 24938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-7.5 - parent: 2 - - uid: 24939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-0.5 - parent: 2 - - uid: 24940 - components: - - type: Transform - pos: -55.5,-22.5 - parent: 2 - - uid: 24941 - components: - - type: Transform - pos: -54.5,-22.5 - parent: 2 - - uid: 24942 - components: - - type: Transform - pos: -53.5,-22.5 - parent: 2 - - uid: 24943 - components: - - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 24944 - components: - - type: Transform - pos: -54.5,-26.5 - parent: 2 - - uid: 24945 - components: - - type: Transform - pos: -28.5,-49.5 - parent: 2 - - uid: 24946 - components: - - type: Transform - pos: -25.5,-64.5 - parent: 2 - - uid: 24947 - components: - - type: Transform - pos: -25.5,-63.5 - parent: 2 - - uid: 24948 - components: - - type: Transform - pos: -25.5,-54.5 - parent: 2 - - uid: 24949 - components: - - type: Transform - pos: -25.5,-35.5 - parent: 2 - - uid: 24950 - components: - - type: Transform - pos: -24.5,-64.5 - parent: 2 - - uid: 24951 - components: - - type: Transform - pos: -24.5,-65.5 - parent: 2 - - uid: 24952 - components: - - type: Transform - pos: -25.5,-59.5 - parent: 2 - - uid: 24953 - components: - - type: Transform - pos: -25.5,-56.5 - parent: 2 - - uid: 24954 - components: - - type: Transform - pos: -25.5,-61.5 - parent: 2 - - uid: 24955 - components: - - type: Transform - pos: -25.5,-55.5 - parent: 2 - - uid: 24956 - components: - - type: Transform - pos: -36.5,-35.5 - parent: 2 - - uid: 24957 - components: - - type: Transform - pos: -53.5,-4.5 - parent: 2 - - uid: 24958 - components: - - type: Transform - pos: -52.5,-4.5 - parent: 2 - - uid: 24959 - components: - - type: Transform - pos: -48.5,-3.5 - parent: 2 - - uid: 24960 - components: - - type: Transform - pos: -48.5,-0.5 - parent: 2 - - uid: 24961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-40.5 - parent: 2 - - uid: 24962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-40.5 - parent: 2 - - uid: 24963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-5.5 - parent: 2 - - uid: 24964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-44.5 - parent: 2 - - uid: 24965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-44.5 - parent: 2 - - uid: 24966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-44.5 - parent: 2 - - uid: 24967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-40.5 - parent: 2 - - uid: 24968 - components: - - type: Transform - pos: -25.5,-62.5 - parent: 2 - - uid: 24969 - components: - - type: Transform - pos: -25.5,-51.5 - parent: 2 - - uid: 24970 - components: - - type: Transform - pos: -23.5,-67.5 - parent: 2 - - uid: 24971 - components: - - type: Transform - pos: -24.5,-66.5 - parent: 2 - - uid: 24972 - components: - - type: Transform - pos: -28.5,-48.5 - parent: 2 - - uid: 24973 - components: - - type: Transform - pos: -25.5,-52.5 - parent: 2 - - uid: 24974 - components: - - type: Transform - pos: -26.5,-51.5 - parent: 2 - - uid: 24975 - components: - - type: Transform - pos: -22.5,-67.5 - parent: 2 - - uid: 24976 - components: - - type: Transform - pos: -7.5,-69.5 - parent: 2 - - uid: 24977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-34.5 - parent: 2 - - uid: 24978 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-34.5 - parent: 2 - - uid: 24979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-34.5 - parent: 2 - - uid: 24980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-30.5 - parent: 2 - - uid: 24981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-30.5 - parent: 2 - - uid: 24982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-30.5 - parent: 2 - - uid: 24983 - components: - - type: Transform - pos: 61.5,-63.5 - parent: 2 - - uid: 24984 - components: - - type: Transform - pos: 39.5,-43.5 - parent: 2 - - uid: 24985 - components: - - type: Transform - pos: 38.5,-43.5 - parent: 2 - - uid: 24986 - components: - - type: Transform - pos: 37.5,-43.5 - parent: 2 - - uid: 24987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-36.5 - parent: 2 - - uid: 24988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-59.5 - parent: 2 - - uid: 24989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-93.5 - parent: 2 - - uid: 24990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-46.5 - parent: 2 - - uid: 24991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-104.5 - parent: 2 - - uid: 24992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-94.5 - parent: 2 - - uid: 24993 - components: - - type: Transform - pos: 50.5,-80.5 - parent: 2 - - uid: 24994 - components: - - type: Transform - pos: 61.5,-71.5 - parent: 2 - - uid: 24995 - components: - - type: Transform - pos: 60.5,-71.5 - parent: 2 - - uid: 24996 - components: - - type: Transform - pos: 59.5,-71.5 - parent: 2 - - uid: 24997 - components: - - type: Transform - pos: 57.5,-70.5 - parent: 2 - - uid: 24998 - components: - - type: Transform - pos: 56.5,-70.5 - parent: 2 - - uid: 24999 - components: - - type: Transform - pos: 55.5,-70.5 - parent: 2 - - uid: 25000 - components: - - type: Transform - pos: 58.5,-75.5 - parent: 2 - - uid: 25001 - components: - - type: Transform - pos: 58.5,-76.5 - parent: 2 - - uid: 25002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-96.5 - parent: 2 - - uid: 25003 - components: - - type: Transform - pos: 48.5,-80.5 - parent: 2 - - uid: 25004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-99.5 - parent: 2 - - uid: 25005 - components: - - type: Transform - pos: -28.5,-47.5 - parent: 2 - - uid: 25006 - components: - - type: Transform - pos: -28.5,-50.5 - parent: 2 - - uid: 25007 - components: - - type: Transform - pos: 8.5,-69.5 - parent: 2 - - uid: 25008 - components: - - type: Transform - pos: 11.5,-69.5 - parent: 2 - - uid: 25009 - components: - - type: Transform - pos: 13.5,-69.5 - parent: 2 - - uid: 25010 - components: - - type: Transform - pos: 16.5,-69.5 - parent: 2 - - uid: 25011 - components: - - type: Transform - pos: 17.5,-69.5 - parent: 2 - - uid: 25012 - components: - - type: Transform - pos: 18.5,-69.5 - parent: 2 - - uid: 25013 - components: - - type: Transform - pos: 19.5,-68.5 - parent: 2 - - uid: 25014 - components: - - type: Transform - pos: 19.5,-67.5 - parent: 2 - - uid: 25015 - components: - - type: Transform - pos: 20.5,-67.5 - parent: 2 - - uid: 25016 - components: - - type: Transform - pos: 22.5,-67.5 - parent: 2 - - uid: 25017 - components: - - type: Transform - pos: 23.5,-67.5 - parent: 2 - - uid: 25018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-95.5 - parent: 2 - - uid: 25019 - components: - - type: Transform - pos: 24.5,-67.5 - parent: 2 - - uid: 25020 - components: - - type: Transform - pos: 25.5,-66.5 - parent: 2 - - uid: 25021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-101.5 - parent: 2 - - uid: 25022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-91.5 - parent: 2 - - uid: 25023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-92.5 - parent: 2 - - uid: 25024 - components: - - type: Transform - pos: 16.5,-95.5 - parent: 2 - - uid: 25025 - components: - - type: Transform - pos: 17.5,-101.5 - parent: 2 - - uid: 25026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-95.5 - parent: 2 - - uid: 25027 - components: - - type: Transform - pos: 16.5,-101.5 - parent: 2 - - uid: 25028 - components: - - type: Transform - pos: 25.5,-65.5 - parent: 2 - - uid: 25029 - components: - - type: Transform - pos: 26.5,-64.5 - parent: 2 - - uid: 25030 - components: - - type: Transform - pos: -3.5,-89.5 - parent: 2 - - uid: 25031 - components: - - type: Transform - pos: -3.5,-90.5 - parent: 2 - - uid: 25032 - components: - - type: Transform - pos: -3.5,-91.5 - parent: 2 - - uid: 25033 - components: - - type: Transform - pos: -0.5,-92.5 - parent: 2 - - uid: 25034 - components: - - type: Transform - pos: 0.5,-92.5 - parent: 2 - - uid: 25035 - components: - - type: Transform - pos: 2.5,-78.5 - parent: 2 - - uid: 25036 - components: - - type: Transform - pos: 2.5,-79.5 - parent: 2 - - uid: 25037 - components: - - type: Transform - pos: -1.5,-80.5 - parent: 2 - - uid: 25038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-83.5 - parent: 2 - - uid: 25039 - components: - - type: Transform - pos: 11.5,-85.5 - parent: 2 - - uid: 25040 - components: - - type: Transform - pos: 8.5,-81.5 - parent: 2 - - uid: 25041 - components: - - type: Transform - pos: 26.5,-63.5 - parent: 2 - - uid: 25042 - components: - - type: Transform - pos: -7.5,-82.5 - parent: 2 - - uid: 25043 - components: - - type: Transform - pos: 26.5,-62.5 - parent: 2 - - uid: 25044 - components: - - type: Transform - pos: 26.5,-61.5 - parent: 2 - - uid: 25045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-76.5 - parent: 2 - - uid: 25046 - components: - - type: Transform - pos: 49.5,-80.5 - parent: 2 - - uid: 25047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-46.5 - parent: 2 - - uid: 25048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-46.5 - parent: 2 - - uid: 25049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-46.5 - parent: 2 - - uid: 25050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-51.5 - parent: 2 - - uid: 25051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-51.5 - parent: 2 - - uid: 25052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-46.5 - parent: 2 - - uid: 25053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-46.5 - parent: 2 - - uid: 25054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-46.5 - parent: 2 - - uid: 25055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-46.5 - parent: 2 - - uid: 25056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-35.5 - parent: 2 - - uid: 25057 - components: - - type: Transform - pos: -41.5,-68.5 - parent: 2 - - uid: 25058 - components: - - type: Transform - pos: -41.5,-67.5 - parent: 2 - - uid: 25059 - components: - - type: Transform - pos: -47.5,-65.5 - parent: 2 - - uid: 25060 - components: - - type: Transform - pos: -45.5,-65.5 - parent: 2 - - uid: 25061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-67.5 - parent: 2 - - uid: 25062 - components: - - type: Transform - pos: -52.5,-63.5 - parent: 2 - - uid: 25063 - components: - - type: Transform - pos: -53.5,-63.5 - parent: 2 - - uid: 25064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-46.5 - parent: 2 - - uid: 25065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-45.5 - parent: 2 - - uid: 25066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-45.5 - parent: 2 - - uid: 25067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-45.5 - parent: 2 - - uid: 25068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-41.5 - parent: 2 - - uid: 25069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-41.5 - parent: 2 - - uid: 25070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-41.5 - parent: 2 - - uid: 25071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-74.5 - parent: 2 - - uid: 25072 - components: - - type: Transform - pos: -47.5,-45.5 - parent: 2 - - uid: 25073 - components: - - type: Transform - pos: -46.5,-45.5 - parent: 2 - - uid: 25074 - components: - - type: Transform - pos: -45.5,-46.5 - parent: 2 - - uid: 25075 - components: - - type: Transform - pos: -45.5,-47.5 - parent: 2 - - uid: 25076 - components: - - type: Transform - pos: -45.5,-48.5 - parent: 2 - - uid: 25077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-40.5 - parent: 2 - - uid: 25078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-40.5 - parent: 2 - - uid: 25079 - components: - - type: Transform - pos: -54.5,-56.5 - parent: 2 - - uid: 25080 - components: - - type: Transform - pos: -54.5,-58.5 - parent: 2 - - uid: 25081 - components: - - type: Transform - pos: -56.5,-58.5 - parent: 2 - - uid: 25082 - components: - - type: Transform - pos: -56.5,-56.5 - parent: 2 - - uid: 25083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-64.5 - parent: 2 - - uid: 25084 - components: - - type: Transform - pos: -41.5,-31.5 - parent: 2 - - uid: 25085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-77.5 - parent: 2 - - uid: 25086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-88.5 - parent: 2 - - uid: 25087 - components: - - type: Transform - pos: 88.5,4.5 - parent: 2 - - uid: 25088 - components: - - type: Transform - pos: 26.5,-59.5 - parent: 2 - - uid: 25089 - components: - - type: Transform - pos: 26.5,-57.5 - parent: 2 - - uid: 25090 - components: - - type: Transform - pos: 26.5,-56.5 - parent: 2 - - uid: 25091 - components: - - type: Transform - pos: 26.5,-55.5 - parent: 2 - - uid: 25092 - components: - - type: Transform - pos: 26.5,-21.5 - parent: 2 - - uid: 25093 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 2 - - uid: 25094 - components: - - type: Transform - pos: 26.5,-22.5 - parent: 2 - - uid: 25095 - components: - - type: Transform - pos: 26.5,-24.5 - parent: 2 - - uid: 25096 - components: - - type: Transform - pos: 26.5,-19.5 - parent: 2 - - uid: 25097 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 2 - - uid: 25098 - components: - - type: Transform - pos: 26.5,-16.5 - parent: 2 - - uid: 25099 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 2 - - uid: 25100 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 2 - - uid: 25101 - components: - - type: Transform - pos: 26.5,-15.5 - parent: 2 - - uid: 25102 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 2 - - uid: 25103 - components: - - type: Transform - pos: 17.5,-95.5 - parent: 2 - - uid: 25104 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 2 - - uid: 25105 - components: - - type: Transform - pos: 25.5,-10.5 - parent: 2 - - uid: 25106 - components: - - type: Transform - pos: 25.5,-11.5 - parent: 2 - - uid: 25107 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 2 - - uid: 25108 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 2 - - uid: 25109 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 2 - - uid: 25110 - components: - - type: Transform - pos: 22.5,-6.5 - parent: 2 - - uid: 25111 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 2 - - uid: 25112 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - - uid: 25113 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 2 - - uid: 25114 - components: - - type: Transform - pos: 20.5,-4.5 - parent: 2 - - uid: 25115 - components: - - type: Transform - pos: 24.5,-8.5 - parent: 2 - - uid: 25116 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - - uid: 25117 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 2 - - uid: 25118 - components: - - type: Transform - pos: 17.5,-3.5 - parent: 2 - - uid: 25119 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 2 - - uid: 25120 - components: - - type: Transform - pos: 15.5,-2.5 - parent: 2 - - uid: 25121 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 25122 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 25123 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 2 - - uid: 25124 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 2 - - uid: 25125 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 2 - - uid: 25126 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 2 - - uid: 25127 - components: - - type: Transform - pos: -19.5,-4.5 - parent: 2 - - uid: 25128 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 2 - - uid: 25129 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 2 - - uid: 25130 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 2 - - uid: 25131 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - uid: 25132 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - - uid: 25133 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - - uid: 25134 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - uid: 25135 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 25136 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 25137 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 2 - - uid: 25138 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 25139 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - - uid: 25140 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 25141 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - - uid: 25142 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - - uid: 25143 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 25144 - components: - - type: Transform - pos: -25.5,-32.5 - parent: 2 - - uid: 25145 - components: - - type: Transform - pos: -25.5,-13.5 - parent: 2 - - uid: 25146 - components: - - type: Transform - pos: -25.5,-14.5 - parent: 2 - - uid: 25147 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - uid: 25148 - components: - - type: Transform - pos: -25.5,-16.5 - parent: 2 - - uid: 25149 - components: - - type: Transform - pos: -10.5,24.5 - parent: 2 - - uid: 25150 - components: - - type: Transform - pos: -25.5,-17.5 - parent: 2 - - uid: 25151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-95.5 - parent: 2 - - uid: 25152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-102.5 - parent: 2 - - uid: 25153 - components: - - type: Transform - pos: -25.5,-34.5 - parent: 2 - - uid: 25154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-102.5 - parent: 2 - - uid: 25155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-92.5 - parent: 2 - - uid: 25156 - components: - - type: Transform - pos: -25.5,-31.5 - parent: 2 - - uid: 25157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-101.5 - parent: 2 - - uid: 25158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-89.5 - parent: 2 - - uid: 25159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-98.5 - parent: 2 - - uid: 25160 - components: - - type: Transform - pos: -6.5,26.5 - parent: 2 - - uid: 25161 - components: - - type: Transform - pos: -25.5,-28.5 - parent: 2 - - uid: 25162 - components: - - type: Transform - pos: -25.5,-29.5 - parent: 2 - - uid: 25163 - components: - - type: Transform - pos: -25.5,-30.5 - parent: 2 - - uid: 25164 - components: - - type: Transform - pos: -38.5,-60.5 - parent: 2 - - uid: 25165 - components: - - type: Transform - pos: -39.5,-60.5 - parent: 2 - - uid: 25166 - components: - - type: Transform - pos: -40.5,-60.5 - parent: 2 - - uid: 25167 - components: - - type: Transform - pos: -41.5,-65.5 - parent: 2 - - uid: 25168 - components: - - type: Transform - pos: -39.5,-56.5 - parent: 2 - - uid: 25169 - components: - - type: Transform - pos: -41.5,-54.5 - parent: 2 - - uid: 25170 - components: - - type: Transform - pos: -41.5,-53.5 - parent: 2 - - uid: 25171 - components: - - type: Transform - pos: -41.5,-52.5 - parent: 2 - - uid: 25172 - components: - - type: Transform - pos: -39.5,-21.5 - parent: 2 - - uid: 25173 - components: - - type: Transform - pos: 93.5,-37.5 - parent: 2 - - uid: 25174 - components: - - type: Transform - pos: 94.5,-37.5 - parent: 2 - - uid: 25175 - components: - - type: Transform - pos: 95.5,-37.5 - parent: 2 - - uid: 25176 - components: - - type: Transform - pos: 96.5,-37.5 - parent: 2 - - uid: 25177 - components: - - type: Transform - pos: 84.5,-35.5 - parent: 2 - - uid: 25178 - components: - - type: Transform - pos: -25.5,-26.5 - parent: 2 - - uid: 25179 - components: - - type: Transform - pos: 93.5,-25.5 - parent: 2 - - uid: 25180 - components: - - type: Transform - pos: 94.5,-25.5 - parent: 2 - - uid: 25181 - components: - - type: Transform - pos: 95.5,-25.5 - parent: 2 - - uid: 25182 - components: - - type: Transform - pos: 96.5,-25.5 - parent: 2 - - uid: 25183 - components: - - type: Transform - pos: 96.5,-19.5 - parent: 2 - - uid: 25184 - components: - - type: Transform - pos: 95.5,-19.5 - parent: 2 - - uid: 25185 - components: - - type: Transform - pos: 94.5,-19.5 - parent: 2 - - uid: 25186 - components: - - type: Transform - pos: 93.5,-19.5 - parent: 2 - - uid: 25187 - components: - - type: Transform - pos: 84.5,-34.5 - parent: 2 - - uid: 25188 - components: - - type: Transform - pos: 84.5,-33.5 - parent: 2 - - uid: 25189 - components: - - type: Transform - pos: 84.5,-32.5 - parent: 2 - - uid: 25190 - components: - - type: Transform - pos: 84.5,-30.5 - parent: 2 - - uid: 25191 - components: - - type: Transform - pos: 84.5,-29.5 - parent: 2 - - uid: 25192 - components: - - type: Transform - pos: 84.5,-28.5 - parent: 2 - - uid: 25193 - components: - - type: Transform - pos: 84.5,-27.5 - parent: 2 - - uid: 25194 - components: - - type: Transform - pos: 87.5,-37.5 - parent: 2 - - uid: 25195 - components: - - type: Transform - pos: 88.5,-37.5 - parent: 2 - - uid: 25196 - components: - - type: Transform - pos: -25.5,-22.5 - parent: 2 - - uid: 25197 - components: - - type: Transform - pos: 100.5,-37.5 - parent: 2 - - uid: 25198 - components: - - type: Transform - pos: 101.5,-37.5 - parent: 2 - - uid: 25199 - components: - - type: Transform - pos: 102.5,-37.5 - parent: 2 - - uid: 25200 - components: - - type: Transform - pos: 88.5,-25.5 - parent: 2 - - uid: 25201 - components: - - type: Transform - pos: 87.5,-25.5 - parent: 2 - - uid: 25202 - components: - - type: Transform - pos: 86.5,-25.5 - parent: 2 - - uid: 25203 - components: - - type: Transform - pos: 86.5,-19.5 - parent: 2 - - uid: 25204 - components: - - type: Transform - pos: 87.5,-19.5 - parent: 2 - - uid: 25205 - components: - - type: Transform - pos: 88.5,-19.5 - parent: 2 - - uid: 25206 - components: - - type: Transform - pos: 100.5,-25.5 - parent: 2 - - uid: 25207 - components: - - type: Transform - pos: 101.5,-25.5 - parent: 2 - - uid: 25208 - components: - - type: Transform - pos: 102.5,-25.5 - parent: 2 - - uid: 25209 - components: - - type: Transform - pos: 102.5,-19.5 - parent: 2 - - uid: 25210 - components: - - type: Transform - pos: 101.5,-19.5 - parent: 2 - - uid: 25211 - components: - - type: Transform - pos: 100.5,-19.5 - parent: 2 - - uid: 25212 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 2 - - uid: 25213 - components: - - type: Transform - pos: 30.5,-48.5 - parent: 2 - - uid: 25214 - components: - - type: Transform - pos: 30.5,-49.5 - parent: 2 - - uid: 25215 - components: - - type: Transform - pos: 30.5,-50.5 - parent: 2 - - uid: 25216 - components: - - type: Transform - pos: 24.5,-68.5 - parent: 2 - - uid: 25217 - components: - - type: Transform - pos: 27.5,-54.5 - parent: 2 - - uid: 25218 - components: - - type: Transform - pos: 27.5,-55.5 - parent: 2 - - uid: 25219 - components: - - type: Transform - pos: 27.5,-56.5 - parent: 2 - - uid: 25220 - components: - - type: Transform - pos: 27.5,-57.5 - parent: 2 - - uid: 25221 - components: - - type: Transform - pos: 27.5,-61.5 - parent: 2 - - uid: 25222 - components: - - type: Transform - pos: 27.5,-62.5 - parent: 2 - - uid: 25223 - components: - - type: Transform - pos: 27.5,-63.5 - parent: 2 - - uid: 25224 - components: - - type: Transform - pos: 27.5,-64.5 - parent: 2 - - uid: 25225 - components: - - type: Transform - pos: 23.5,-68.5 - parent: 2 - - uid: 25226 - components: - - type: Transform - pos: 22.5,-68.5 - parent: 2 - - uid: 25227 - components: - - type: Transform - pos: 18.5,-70.5 - parent: 2 - - uid: 25228 - components: - - type: Transform - pos: 17.5,-70.5 - parent: 2 - - uid: 25229 - components: - - type: Transform - pos: 16.5,-70.5 - parent: 2 - - uid: 25230 - components: - - type: Transform - pos: 13.5,-70.5 - parent: 2 - - uid: 25231 - components: - - type: Transform - pos: 12.5,-70.5 - parent: 2 - - uid: 25232 - components: - - type: Transform - pos: 11.5,-70.5 - parent: 2 - - uid: 25233 - components: - - type: Transform - pos: -10.5,-70.5 - parent: 2 - - uid: 25234 - components: - - type: Transform - pos: -11.5,-70.5 - parent: 2 - - uid: 25235 - components: - - type: Transform - pos: -12.5,-70.5 - parent: 2 - - uid: 25236 - components: - - type: Transform - pos: -15.5,-70.5 - parent: 2 - - uid: 25237 - components: - - type: Transform - pos: -16.5,-70.5 - parent: 2 - - uid: 25238 - components: - - type: Transform - pos: -17.5,-70.5 - parent: 2 - - uid: 25239 - components: - - type: Transform - pos: -21.5,-68.5 - parent: 2 - - uid: 25240 - components: - - type: Transform - pos: -22.5,-68.5 - parent: 2 - - uid: 25241 - components: - - type: Transform - pos: -23.5,-68.5 - parent: 2 - - uid: 25242 - components: - - type: Transform - pos: -26.5,-64.5 - parent: 2 - - uid: 25243 - components: - - type: Transform - pos: -26.5,-63.5 - parent: 2 - - uid: 25244 - components: - - type: Transform - pos: -26.5,-62.5 - parent: 2 - - uid: 25245 - components: - - type: Transform - pos: -26.5,-61.5 - parent: 2 - - uid: 25246 - components: - - type: Transform - pos: -26.5,-57.5 - parent: 2 - - uid: 25247 - components: - - type: Transform - pos: -26.5,-56.5 - parent: 2 - - uid: 25248 - components: - - type: Transform - pos: -26.5,-55.5 - parent: 2 - - uid: 25249 - components: - - type: Transform - pos: -26.5,-54.5 - parent: 2 - - uid: 25250 - components: - - type: Transform - pos: -29.5,-50.5 - parent: 2 - - uid: 25251 - components: - - type: Transform - pos: -29.5,-49.5 - parent: 2 - - uid: 25252 - components: - - type: Transform - pos: -29.5,-48.5 - parent: 2 - - uid: 25253 - components: - - type: Transform - pos: -29.5,-47.5 - parent: 2 - - uid: 25254 - components: - - type: Transform - pos: -29.5,-46.5 - parent: 2 - - uid: 25255 - components: - - type: Transform - pos: -29.5,-40.5 - parent: 2 - - uid: 25256 - components: - - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 25257 - components: - - type: Transform - pos: -29.5,-38.5 - parent: 2 - - uid: 25258 - components: - - type: Transform - pos: -29.5,-37.5 - parent: 2 - - uid: 25259 - components: - - type: Transform - pos: -29.5,-36.5 - parent: 2 - - uid: 25260 - components: - - type: Transform - pos: -26.5,-32.5 - parent: 2 - - uid: 25261 - components: - - type: Transform - pos: -26.5,-31.5 - parent: 2 - - uid: 25262 - components: - - type: Transform - pos: -26.5,-30.5 - parent: 2 - - uid: 25263 - components: - - type: Transform - pos: -26.5,-29.5 - parent: 2 - - uid: 25264 - components: - - type: Transform - pos: -26.5,-28.5 - parent: 2 - - uid: 25265 - components: - - type: Transform - pos: -26.5,-24.5 - parent: 2 - - uid: 25266 - components: - - type: Transform - pos: -26.5,-23.5 - parent: 2 - - uid: 25267 - components: - - type: Transform - pos: -26.5,-22.5 - parent: 2 - - uid: 25268 - components: - - type: Transform - pos: -26.5,-21.5 - parent: 2 - - uid: 25269 - components: - - type: Transform - pos: -26.5,-17.5 - parent: 2 - - uid: 25270 - components: - - type: Transform - pos: -26.5,-16.5 - parent: 2 - - uid: 25271 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - - uid: 25272 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 2 - - uid: 25273 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 2 - - uid: 25274 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 25275 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 2 - - uid: 25276 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 2 - - uid: 25277 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 25278 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - - uid: 25279 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 2 - - uid: 25280 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 25281 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 2 - - uid: 25282 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 2 - - uid: 25283 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 2 - - uid: 25284 - components: - - type: Transform - pos: -20.5,-3.5 - parent: 2 - - uid: 25285 - components: - - type: Transform - pos: -19.5,-3.5 - parent: 2 - - uid: 25286 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 2 - - uid: 25287 - components: - - type: Transform - pos: -13.5,-1.5 - parent: 2 - - uid: 25288 - components: - - type: Transform - pos: -12.5,-1.5 - parent: 2 - - uid: 25289 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 2 - - uid: 25290 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 2 - - uid: 25291 - components: - - type: Transform - pos: 14.5,-1.5 - parent: 2 - - uid: 25292 - components: - - type: Transform - pos: 15.5,-1.5 - parent: 2 - - uid: 25293 - components: - - type: Transform - pos: 27.5,-21.5 - parent: 2 - - uid: 25294 - components: - - type: Transform - pos: 20.5,-3.5 - parent: 2 - - uid: 25295 - components: - - type: Transform - pos: 21.5,-3.5 - parent: 2 - - uid: 25296 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 2 - - uid: 25297 - components: - - type: Transform - pos: 22.5,-4.5 - parent: 2 - - uid: 25298 - components: - - type: Transform - pos: 22.5,-5.5 - parent: 2 - - uid: 25299 - components: - - type: Transform - pos: 23.5,-5.5 - parent: 2 - - uid: 25300 - components: - - type: Transform - pos: 23.5,-6.5 - parent: 2 - - uid: 25301 - components: - - type: Transform - pos: 24.5,-6.5 - parent: 2 - - uid: 25302 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 2 - - uid: 25303 - components: - - type: Transform - pos: 25.5,-7.5 - parent: 2 - - uid: 25304 - components: - - type: Transform - pos: 25.5,-8.5 - parent: 2 - - uid: 25305 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 2 - - uid: 25306 - components: - - type: Transform - pos: 27.5,-14.5 - parent: 2 - - uid: 25307 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 2 - - uid: 25308 - components: - - type: Transform - pos: 27.5,-16.5 - parent: 2 - - uid: 25309 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 2 - - uid: 25310 - components: - - type: Transform - pos: 27.5,-22.5 - parent: 2 - - uid: 25311 - components: - - type: Transform - pos: 27.5,-23.5 - parent: 2 - - uid: 25312 - components: - - type: Transform - pos: 27.5,-24.5 - parent: 2 - - uid: 25313 - components: - - type: Transform - pos: -73.5,-60.5 - parent: 2 - - uid: 25314 - components: - - type: Transform - pos: -74.5,-60.5 - parent: 2 - - uid: 25315 - components: - - type: Transform - pos: -72.5,-60.5 - parent: 2 - - uid: 25316 - components: - - type: Transform - pos: -71.5,-60.5 - parent: 2 - - uid: 25317 - components: - - type: Transform - pos: -70.5,-60.5 - parent: 2 - - uid: 25318 - components: - - type: Transform - pos: -77.5,-63.5 - parent: 2 - - uid: 25319 - components: - - type: Transform - pos: -77.5,-64.5 - parent: 2 - - uid: 25320 - components: - - type: Transform - pos: -77.5,-65.5 - parent: 2 - - uid: 25321 - components: - - type: Transform - pos: -77.5,-66.5 - parent: 2 - - uid: 25322 - components: - - type: Transform - pos: -77.5,-67.5 - parent: 2 - - uid: 25323 - components: - - type: Transform - pos: -74.5,-70.5 - parent: 2 - - uid: 25324 - components: - - type: Transform - pos: -73.5,-70.5 - parent: 2 - - uid: 25325 - components: - - type: Transform - pos: -72.5,-70.5 - parent: 2 - - uid: 25326 - components: - - type: Transform - pos: -71.5,-70.5 - parent: 2 - - uid: 25327 - components: - - type: Transform - pos: -70.5,-70.5 - parent: 2 - - uid: 25328 - components: - - type: Transform - pos: 44.5,-86.5 - parent: 2 - - uid: 25329 - components: - - type: Transform - pos: 44.5,-87.5 - parent: 2 - - uid: 25330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-49.5 - parent: 2 - - uid: 25331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-49.5 - parent: 2 - - uid: 25332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-104.5 - parent: 2 - - uid: 25333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-106.5 - parent: 2 - - uid: 25334 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - - uid: 25335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-106.5 - parent: 2 - - uid: 25336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-106.5 - parent: 2 - - uid: 25337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-106.5 - parent: 2 - - uid: 25338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-106.5 - parent: 2 - - uid: 25339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-50.5 - parent: 2 - - uid: 25340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-50.5 - parent: 2 - - uid: 25341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-50.5 - parent: 2 - - uid: 25342 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 2 - - uid: 25343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-86.5 - parent: 2 - - uid: 25344 - components: - - type: Transform - pos: -25.5,-24.5 - parent: 2 - - uid: 25345 - components: - - type: Transform - pos: -28.5,-46.5 - parent: 2 - - uid: 25346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-106.5 - parent: 2 - - uid: 25347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-106.5 - parent: 2 - - uid: 25348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-106.5 - parent: 2 - - uid: 25349 - components: - - type: Transform - pos: -26.5,-35.5 - parent: 2 - - uid: 25350 - components: - - type: Transform - pos: -27.5,-35.5 - parent: 2 - - uid: 25351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-89.5 - parent: 2 - - uid: 25352 - components: - - type: Transform - pos: -28.5,-36.5 - parent: 2 - - uid: 25353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-92.5 - parent: 2 - - uid: 25354 - components: - - type: Transform - pos: 35.5,-97.5 - parent: 2 - - uid: 25355 - components: - - type: Transform - pos: -28.5,-37.5 - parent: 2 - - uid: 25356 - components: - - type: Transform - pos: 26.5,-54.5 - parent: 2 - - uid: 25357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-104.5 - parent: 2 - - uid: 25358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-104.5 - parent: 2 - - uid: 25359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-104.5 - parent: 2 - - uid: 25360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-104.5 - parent: 2 - - uid: 25361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-104.5 - parent: 2 - - uid: 25362 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 25363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-49.5 - parent: 2 - - uid: 25364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-87.5 - parent: 2 - - uid: 25365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-60.5 - parent: 2 - - uid: 25366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-46.5 - parent: 2 - - uid: 25367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-47.5 - parent: 2 - - uid: 25368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-46.5 - parent: 2 - - uid: 25369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-48.5 - parent: 2 - - uid: 25370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-45.5 - parent: 2 - - uid: 25371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-99.5 - parent: 2 - - uid: 25372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-87.5 - parent: 2 - - uid: 25373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-96.5 - parent: 2 - - uid: 25374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-85.5 - parent: 2 - - uid: 25375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-90.5 - parent: 2 - - uid: 25376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-93.5 - parent: 2 - - uid: 25377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-93.5 - parent: 2 - - uid: 25378 - components: - - type: Transform - pos: 35.5,-85.5 - parent: 2 - - uid: 25379 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 25380 - components: - - type: Transform - pos: 26.5,-52.5 - parent: 2 - - uid: 25381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-32.5 - parent: 2 - - uid: 25382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,2.5 - parent: 2 - - uid: 25383 - components: - - type: Transform - pos: 26.5,-72.5 - parent: 2 - - uid: 25384 - components: - - type: Transform - pos: 27.5,-72.5 - parent: 2 - - uid: 25385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-36.5 - parent: 2 - - uid: 25386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-36.5 - parent: 2 - - uid: 25387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-61.5 - parent: 2 - - uid: 25388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-61.5 - parent: 2 - - uid: 25389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-92.5 - parent: 2 - - uid: 25390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-107.5 - parent: 2 - - uid: 25391 - components: - - type: Transform - pos: 14.5,-104.5 - parent: 2 - - uid: 25392 - components: - - type: Transform - pos: 13.5,-104.5 - parent: 2 - - uid: 25393 - components: - - type: Transform - pos: 12.5,-104.5 - parent: 2 - - uid: 25394 - components: - - type: Transform - pos: 17.5,-104.5 - parent: 2 - - uid: 25395 - components: - - type: Transform - pos: 7.5,-104.5 - parent: 2 - - uid: 25396 - components: - - type: Transform - pos: 6.5,-104.5 - parent: 2 - - uid: 25397 - components: - - type: Transform - pos: 4.5,-99.5 - parent: 2 - - uid: 25398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,24.5 - parent: 2 - - uid: 25399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-45.5 - parent: 2 - - uid: 25400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-45.5 - parent: 2 - - uid: 25401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-106.5 - parent: 2 - - uid: 25402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-107.5 - parent: 2 - - uid: 25403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-107.5 - parent: 2 - - uid: 25404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-107.5 - parent: 2 - - uid: 25405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-106.5 - parent: 2 - - uid: 25406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-106.5 - parent: 2 - - uid: 25407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-107.5 - parent: 2 - - uid: 25408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,14.5 - parent: 2 - - uid: 25409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-13.5 - parent: 2 - - uid: 25410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,14.5 - parent: 2 - - uid: 25411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,14.5 - parent: 2 - - uid: 25412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,18.5 - parent: 2 - - uid: 25413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,17.5 - parent: 2 - - uid: 25414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,16.5 - parent: 2 - - uid: 25415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,15.5 - parent: 2 - - uid: 25416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-29.5 - parent: 2 - - uid: 25417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-80.5 - parent: 2 - - uid: 25418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-80.5 - parent: 2 - - uid: 25419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-80.5 - parent: 2 - - uid: 25420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-80.5 - parent: 2 - - uid: 25421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-46.5 - parent: 2 - - uid: 25422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-46.5 - parent: 2 - - uid: 25423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-46.5 - parent: 2 - - uid: 25424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-46.5 - parent: 2 - - uid: 25425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-78.5 - parent: 2 - - uid: 25426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-77.5 - parent: 2 - - uid: 25427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-14.5 - parent: 2 - - uid: 25428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-16.5 - parent: 2 - - uid: 25429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-17.5 - parent: 2 - - uid: 25430 - components: - - type: Transform - pos: 42.5,-27.5 - parent: 2 - - uid: 25431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,27.5 - parent: 2 - - uid: 25432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,27.5 - parent: 2 - - uid: 25433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,28.5 - parent: 2 - - uid: 25434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,28.5 - parent: 2 - - uid: 25435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,28.5 - parent: 2 - - uid: 25436 - components: - - type: Transform - pos: 21.5,29.5 - parent: 2 - - uid: 25437 - components: - - type: Transform - pos: 20.5,28.5 - parent: 2 - - uid: 25438 - components: - - type: Transform - pos: 21.5,28.5 - parent: 2 - - uid: 25439 - components: - - type: Transform - pos: 9.5,30.5 - parent: 2 - - uid: 25440 - components: - - type: Transform - pos: 8.5,30.5 - parent: 2 - - uid: 25441 - components: - - type: Transform - pos: 10.5,29.5 - parent: 2 - - uid: 25442 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,32.5 - parent: 2 - - uid: 25443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,32.5 - parent: 2 - - uid: 25444 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,31.5 - parent: 2 - - uid: 25445 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,32.5 - parent: 2 - - uid: 25446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,31.5 - parent: 2 - - uid: 25447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,32.5 - parent: 2 - - uid: 25448 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,31.5 - parent: 2 - - uid: 25449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,31.5 - parent: 2 - - uid: 25450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,30.5 - parent: 2 - - uid: 25451 - components: - - type: Transform - pos: -12.5,29.5 - parent: 2 - - uid: 25452 - components: - - type: Transform - pos: -13.5,28.5 - parent: 2 - - uid: 25453 - components: - - type: Transform - pos: -14.5,27.5 - parent: 2 - - uid: 25454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,21.5 - parent: 2 - - uid: 25455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,21.5 - parent: 2 - - uid: 25456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,22.5 - parent: 2 - - uid: 25457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,21.5 - parent: 2 - - uid: 25458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,21.5 - parent: 2 - - uid: 25459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,22.5 - parent: 2 - - uid: 25460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,19.5 - parent: 2 - - uid: 25461 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,18.5 - parent: 2 - - uid: 25462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,17.5 - parent: 2 - - uid: 25463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,16.5 - parent: 2 - - uid: 25464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,15.5 - parent: 2 - - uid: 25465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-33.5 - parent: 2 - - uid: 25466 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-76.5 - parent: 2 - - uid: 25467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-68.5 - parent: 2 - - uid: 25468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-75.5 - parent: 2 - - uid: 25469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-73.5 - parent: 2 - - uid: 25470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-72.5 - parent: 2 - - uid: 25471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-69.5 - parent: 2 - - uid: 25472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-65.5 - parent: 2 - - uid: 25473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-64.5 - parent: 2 - - uid: 25474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-59.5 - parent: 2 - - uid: 25475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-58.5 - parent: 2 - - uid: 25476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-56.5 - parent: 2 - - uid: 25477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-54.5 - parent: 2 - - uid: 25478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-91.5 - parent: 2 - - uid: 25479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-92.5 - parent: 2 - - uid: 25480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-94.5 - parent: 2 - - uid: 25481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-95.5 - parent: 2 - - uid: 25482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-99.5 - parent: 2 - - uid: 25483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-100.5 - parent: 2 - - uid: 25484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-101.5 - parent: 2 - - uid: 25485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-102.5 - parent: 2 - - uid: 25486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-103.5 - parent: 2 - - uid: 25487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-109.5 - parent: 2 - - uid: 25488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-110.5 - parent: 2 - - uid: 25489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-109.5 - parent: 2 - - uid: 25490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-106.5 - parent: 2 - - uid: 25491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-107.5 - parent: 2 - - uid: 25492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-113.5 - parent: 2 - - uid: 25493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-114.5 - parent: 2 - - uid: 25494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-114.5 - parent: 2 - - uid: 25495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-114.5 - parent: 2 - - uid: 25496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-114.5 - parent: 2 - - uid: 25497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-114.5 - parent: 2 - - uid: 25498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-114.5 - parent: 2 - - uid: 25499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-114.5 - parent: 2 - - uid: 25500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-114.5 - parent: 2 - - uid: 25501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-114.5 - parent: 2 - - uid: 25502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-114.5 - parent: 2 - - uid: 25503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-114.5 - parent: 2 - - uid: 25504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-112.5 - parent: 2 - - uid: 25505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-111.5 - parent: 2 - - uid: 25506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-108.5 - parent: 2 - - uid: 25507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-107.5 - parent: 2 - - uid: 25508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-106.5 - parent: 2 - - uid: 25509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-105.5 - parent: 2 - - uid: 25510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-102.5 - parent: 2 - - uid: 25511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-99.5 - parent: 2 - - uid: 25512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-95.5 - parent: 2 - - uid: 25513 - components: - - type: Transform - pos: -51.5,-70.5 - parent: 2 - - uid: 25514 - components: - - type: Transform - pos: -48.5,-70.5 - parent: 2 - - uid: 25515 - components: - - type: Transform - pos: -47.5,-70.5 - parent: 2 - - uid: 25516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,29.5 - parent: 2 - - uid: 25517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-95.5 - parent: 2 - - uid: 25518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-37.5 - parent: 2 - - uid: 25519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,39.5 - parent: 2 - - uid: 25520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-24.5 - parent: 2 - - uid: 25521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,39.5 - parent: 2 - - uid: 25522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-104.5 - parent: 2 - - uid: 25523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-38.5 - parent: 2 - - uid: 25524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-99.5 - parent: 2 - - uid: 25525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-59.5 - parent: 2 - - uid: 25526 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-70.5 - parent: 2 - - uid: 25527 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-71.5 - parent: 2 - - uid: 25528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-72.5 - parent: 2 - - uid: 25529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-104.5 - parent: 2 - - uid: 25530 - components: - - type: Transform - pos: 35.5,-91.5 - parent: 2 - - uid: 25531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-76.5 - parent: 2 - - uid: 25532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-76.5 - parent: 2 - - uid: 25533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,16.5 - parent: 2 - - uid: 25534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,16.5 - parent: 2 - - uid: 25535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,13.5 - parent: 2 - - uid: 25536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,16.5 - parent: 2 - - uid: 25537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,15.5 - parent: 2 - - uid: 25538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-76.5 - parent: 2 - - uid: 25539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-64.5 - parent: 2 - - uid: 25540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-78.5 - parent: 2 - - uid: 25541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-78.5 - parent: 2 - - uid: 25542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-2.5 - parent: 2 - - uid: 25543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-46.5 - parent: 2 - - uid: 25544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-30.5 - parent: 2 - - uid: 25545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-58.5 - parent: 2 - - uid: 25546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-56.5 - parent: 2 - - uid: 25547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-55.5 - parent: 2 - - uid: 25548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-58.5 - parent: 2 - - uid: 25549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-57.5 - parent: 2 - - uid: 25550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-51.5 - parent: 2 - - uid: 25551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-51.5 - parent: 2 - - uid: 25552 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-67.5 - parent: 2 - - uid: 25553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-67.5 - parent: 2 - - uid: 25554 - components: - - type: Transform - pos: -69.5,-76.5 - parent: 2 - - uid: 25555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-73.5 - parent: 2 - - uid: 25556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-98.5 - parent: 2 - - uid: 25557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-96.5 - parent: 2 - - uid: 25558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,9.5 - parent: 2 - - uid: 25559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-97.5 - parent: 2 - - uid: 25560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-51.5 - parent: 2 - - uid: 25561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-46.5 - parent: 2 - - uid: 25562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-51.5 - parent: 2 - - uid: 25563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-51.5 - parent: 2 - - uid: 25564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-68.5 - parent: 2 - - uid: 25565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-68.5 - parent: 2 - - uid: 25566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-68.5 - parent: 2 - - uid: 25567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-68.5 - parent: 2 - - uid: 25568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-68.5 - parent: 2 - - uid: 25569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-65.5 - parent: 2 - - uid: 25570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-63.5 - parent: 2 - - uid: 25571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-7.5 - parent: 2 - - uid: 25572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-33.5 - parent: 2 - uid: 25573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-34.5 + pos: 104.5,-78.5 parent: 2 - uid: 25574 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-28.5 + pos: -7.5,-77.5 parent: 2 - uid: 25575 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-28.5 + rot: -1.5707963267948966 rad + pos: 103.5,-61.5 parent: 2 - uid: 25576 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-27.5 + pos: -58.5,-79.5 parent: 2 - uid: 25577 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-58.5 + rot: -1.5707963267948966 rad + pos: 103.5,-63.5 parent: 2 - uid: 25578 components: - type: Transform - pos: -69.5,-78.5 + pos: 73.5,-15.5 parent: 2 - uid: 25579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,32.5 + pos: 75.5,-14.5 parent: 2 - uid: 25580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-65.5 + pos: 77.5,-14.5 parent: 2 - uid: 25581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-30.5 + pos: 79.5,-14.5 parent: 2 - uid: 25582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-30.5 + pos: 74.5,-15.5 parent: 2 - uid: 25583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-26.5 + pos: 78.5,-14.5 parent: 2 - uid: 25584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-57.5 + pos: 74.5,-14.5 parent: 2 - uid: 25585 components: - type: Transform - pos: -47.5,-37.5 + pos: -5.5,-79.5 parent: 2 - uid: 25586 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-68.5 + pos: -22.5,-42.5 parent: 2 - uid: 25587 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-68.5 + pos: -22.5,-44.5 parent: 2 - uid: 25588 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-68.5 + pos: 51.5,-6.5 parent: 2 - uid: 25589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-73.5 + rot: 1.5707963267948966 rad + pos: 58.5,9.5 parent: 2 - uid: 25590 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-68.5 + pos: 45.5,-3.5 parent: 2 - uid: 25591 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-68.5 + pos: 56.5,2.5 parent: 2 - uid: 25592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-75.5 + pos: 58.5,-6.5 parent: 2 - uid: 25593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-38.5 + pos: 56.5,-6.5 parent: 2 - uid: 25594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-39.5 + rot: -1.5707963267948966 rad + pos: 46.5,-19.5 parent: 2 - uid: 25595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-34.5 + rot: -1.5707963267948966 rad + pos: 48.5,-16.5 parent: 2 - uid: 25596 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-66.5 + rot: -1.5707963267948966 rad + pos: 46.5,-18.5 parent: 2 - uid: 25597 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,-95.5 + pos: 54.5,21.5 parent: 2 - uid: 25598 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-93.5 + pos: 46.5,-24.5 parent: 2 - uid: 25599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-104.5 + rot: -1.5707963267948966 rad + pos: 46.5,-22.5 parent: 2 - uid: 25600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-103.5 + rot: -1.5707963267948966 rad + pos: 58.5,16.5 parent: 2 - uid: 25601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-104.5 + pos: 42.5,-26.5 parent: 2 - uid: 25602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-104.5 + rot: -1.5707963267948966 rad + pos: 50.5,-16.5 parent: 2 - uid: 25603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-103.5 + pos: 11.5,-112.5 parent: 2 - uid: 25604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-100.5 + rot: -1.5707963267948966 rad + pos: 46.5,-17.5 parent: 2 - uid: 25605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-100.5 + rot: -1.5707963267948966 rad + pos: 46.5,-8.5 parent: 2 - uid: 25606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-100.5 + rot: -1.5707963267948966 rad + pos: 46.5,-10.5 parent: 2 - uid: 25607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-99.5 + rot: -1.5707963267948966 rad + pos: 57.5,16.5 parent: 2 - uid: 25608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-96.5 + pos: 74.5,-8.5 parent: 2 - uid: 25609 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-95.5 + pos: 26.5,37.5 parent: 2 - uid: 25610 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-100.5 + pos: 26.5,34.5 parent: 2 - uid: 25611 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-99.5 + pos: 88.5,-61.5 parent: 2 - uid: 25612 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,-96.5 + pos: -35.5,-71.5 parent: 2 - uid: 25613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-95.5 + rot: -1.5707963267948966 rad + pos: 64.5,-92.5 parent: 2 - uid: 25614 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-92.5 + pos: 49.5,-62.5 parent: 2 - uid: 25615 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-91.5 + pos: -46.5,-14.5 parent: 2 - uid: 25616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-90.5 + pos: -69.5,-72.5 parent: 2 - uid: 25617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-90.5 + pos: 66.5,-67.5 parent: 2 - uid: 25618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-87.5 + pos: 66.5,-69.5 parent: 2 - uid: 25619 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,-86.5 + pos: 28.5,39.5 parent: 2 - uid: 25620 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,-86.5 + pos: -63.5,-47.5 parent: 2 - uid: 25621 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-83.5 + pos: 88.5,-60.5 parent: 2 - uid: 25622 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-82.5 + pos: -63.5,-48.5 parent: 2 - uid: 25623 components: - type: Transform rot: 3.141592653589793 rad - pos: 84.5,-81.5 + pos: -65.5,-46.5 parent: 2 - uid: 25624 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-109.5 + pos: -46.5,-75.5 parent: 2 - uid: 25625 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-110.5 + pos: -64.5,-46.5 parent: 2 - uid: 25626 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-111.5 + pos: 68.5,-62.5 parent: 2 - uid: 25627 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-112.5 + pos: 68.5,-63.5 parent: 2 - uid: 25628 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-113.5 + pos: 44.5,-79.5 parent: 2 - uid: 25629 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-114.5 + pos: 38.5,-81.5 parent: 2 - uid: 25630 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-115.5 + pos: 40.5,-81.5 parent: 2 - uid: 25631 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-116.5 + pos: -63.5,-78.5 parent: 2 - uid: 25632 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-116.5 + pos: 35.5,-103.5 parent: 2 - uid: 25633 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-115.5 + pos: 39.5,-5.5 parent: 2 - uid: 25634 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-114.5 + pos: 109.5,-58.5 parent: 2 - uid: 25635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-113.5 + pos: 12.5,27.5 parent: 2 - uid: 25636 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-112.5 + pos: -63.5,-77.5 parent: 2 - uid: 25637 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-111.5 + pos: 88.5,-59.5 parent: 2 - uid: 25638 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-110.5 + pos: 39.5,-3.5 parent: 2 - uid: 25639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-109.5 + pos: -33.5,-81.5 parent: 2 - uid: 25640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,0.5 + pos: -69.5,-74.5 parent: 2 - uid: 25641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,1.5 + pos: -50.5,-70.5 parent: 2 - uid: 25642 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,2.5 + pos: 111.5,-58.5 parent: 2 - uid: 25643 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,3.5 + pos: 39.5,39.5 parent: 2 - uid: 25644 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,4.5 + pos: 35.5,39.5 parent: 2 - uid: 25645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,0.5 + rot: -1.5707963267948966 rad + pos: 59.5,-100.5 parent: 2 - uid: 25646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,1.5 + rot: -1.5707963267948966 rad + pos: 59.5,-98.5 parent: 2 - uid: 25647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,2.5 + pos: -49.5,-70.5 parent: 2 - uid: 25648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,3.5 + pos: -2.5,7.5 parent: 2 - uid: 25649 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,4.5 + pos: -5.5,7.5 parent: 2 - uid: 25650 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,29.5 + pos: -4.5,7.5 parent: 2 - uid: 25651 components: - type: Transform rot: 3.141592653589793 rad - pos: -91.5,-0.5 + pos: 0.5,20.5 parent: 2 - uid: 25652 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,2.5 + pos: 0.5,18.5 parent: 2 - uid: 25653 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,26.5 + pos: 9.5,26.5 parent: 2 - uid: 25654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-109.5 + rot: 1.5707963267948966 rad + pos: 33.5,-90.5 parent: 2 - uid: 25655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-110.5 + rot: -1.5707963267948966 rad + pos: 35.5,-86.5 parent: 2 - uid: 25656 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,20.5 + pos: 62.5,-63.5 parent: 2 - uid: 25657 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,-110.5 + pos: 63.5,-63.5 parent: 2 - uid: 25658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,13.5 + pos: 86.5,-37.5 parent: 2 - uid: 25659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,18.5 + pos: 65.5,-30.5 parent: 2 - uid: 25660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,17.5 + pos: 66.5,-30.5 parent: 2 - uid: 25661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,12.5 + pos: 67.5,-30.5 parent: 2 - uid: 25662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,15.5 + pos: -12.5,-69.5 parent: 2 - uid: 25663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,9.5 + pos: -17.5,-69.5 parent: 2 - uid: 25664 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,7.5 + pos: 64.5,-87.5 parent: 2 - uid: 25665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,5.5 + pos: -15.5,-69.5 parent: 2 - uid: 25666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,5.5 + pos: -21.5,-67.5 parent: 2 - uid: 25667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-1.5 + pos: -25.5,-57.5 parent: 2 - uid: 25668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,18.5 + pos: -19.5,-67.5 parent: 2 - uid: 25669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-17.5 + pos: -18.5,-68.5 parent: 2 - uid: 25670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-15.5 + pos: 12.5,-69.5 parent: 2 - uid: 25671 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,-15.5 + pos: 79.5,-68.5 parent: 2 - uid: 25672 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,-14.5 + pos: 83.5,-68.5 parent: 2 - uid: 25673 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,-11.5 + pos: 47.5,-82.5 parent: 2 - uid: 25674 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,-10.5 + pos: 47.5,-81.5 parent: 2 - uid: 25675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-7.5 + pos: 9.5,-69.5 parent: 2 - uid: 25676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-6.5 + pos: 44.5,-70.5 parent: 2 - uid: 25677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-5.5 + pos: 43.5,-70.5 parent: 2 - uid: 25678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-4.5 + pos: -16.5,-69.5 parent: 2 - uid: 25679 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-17.5 + pos: -18.5,-67.5 parent: 2 - uid: 25680 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-17.5 + pos: 88.5,-63.5 parent: 2 - uid: 25681 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-17.5 + pos: 64.5,-83.5 parent: 2 - uid: 25682 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-114.5 + pos: 64.5,-84.5 parent: 2 - uid: 25683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-111.5 + pos: -6.5,2.5 parent: 2 - uid: 25684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-111.5 + pos: 32.5,-68.5 parent: 2 - uid: 25685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-112.5 + pos: -41.5,-74.5 parent: 2 - uid: 25686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-115.5 + pos: -41.5,-72.5 parent: 2 - uid: 25687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-124.5 + pos: -59.5,-88.5 parent: 2 - uid: 25688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-124.5 + pos: -60.5,-92.5 parent: 2 - uid: 25689 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-124.5 + pos: 74.5,-75.5 parent: 2 - uid: 25690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-126.5 + pos: -41.5,-69.5 parent: 2 - uid: 25691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-125.5 + pos: -48.5,-45.5 parent: 2 - uid: 25692 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-124.5 + pos: 67.5,-75.5 parent: 2 - uid: 25693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-124.5 + pos: -8.5,-69.5 parent: 2 - uid: 25694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-125.5 + pos: -11.5,-69.5 parent: 2 - uid: 25695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-128.5 + pos: -10.5,-69.5 parent: 2 - uid: 25696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-126.5 + pos: -58.5,14.5 parent: 2 - uid: 25697 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-126.5 + pos: -64.5,13.5 parent: 2 - uid: 25698 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-125.5 + pos: -62.5,13.5 parent: 2 - uid: 25699 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-128.5 + pos: -75.5,16.5 parent: 2 - uid: 25700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-127.5 + pos: -27.5,-51.5 parent: 2 - uid: 25701 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,-128.5 + pos: -41.5,-63.5 parent: 2 - uid: 25702 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,-127.5 + pos: 65.5,-75.5 parent: 2 - uid: 25703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-127.5 + rot: -1.5707963267948966 rad + pos: -72.5,-51.5 parent: 2 - uid: 25704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-126.5 + rot: -1.5707963267948966 rad + pos: -70.5,-51.5 parent: 2 - uid: 25705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-125.5 + pos: 2.5,6.5 parent: 2 - uid: 25706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-123.5 + pos: 2.5,7.5 parent: 2 - uid: 25707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-123.5 + pos: 2.5,10.5 parent: 2 - uid: 25708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-122.5 + pos: 2.5,11.5 parent: 2 - uid: 25709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-120.5 + pos: 9.5,18.5 parent: 2 - uid: 25710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-120.5 + pos: 10.5,18.5 parent: 2 - uid: 25711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-118.5 + pos: 11.5,18.5 parent: 2 - uid: 25712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-117.5 + pos: 12.5,24.5 parent: 2 - uid: 25713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-114.5 + pos: 11.5,24.5 parent: 2 - uid: 25714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-112.5 + pos: 11.5,25.5 parent: 2 - uid: 25715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-110.5 + pos: 10.5,25.5 parent: 2 - uid: 25716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-110.5 + pos: 10.5,26.5 parent: 2 - uid: 25717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-97.5 + pos: 8.5,26.5 parent: 2 - uid: 25718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,-97.5 + pos: 7.5,26.5 parent: 2 - uid: 25719 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,-96.5 + pos: 6.5,26.5 parent: 2 - uid: 25720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,-97.5 + pos: 6.5,27.5 parent: 2 - uid: 25721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-96.5 + pos: 5.5,27.5 parent: 2 - uid: 25722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-95.5 + pos: 4.5,27.5 parent: 2 - uid: 25723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-94.5 + pos: 3.5,27.5 parent: 2 - uid: 25724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,-94.5 + pos: 3.5,28.5 parent: 2 - uid: 25725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-93.5 + pos: 2.5,28.5 parent: 2 - uid: 25726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,-96.5 + pos: 1.5,28.5 parent: 2 - uid: 25727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-81.5 + pos: 0.5,28.5 parent: 2 - uid: 25728 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-87.5 + pos: -0.5,28.5 parent: 2 - uid: 25729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-83.5 + pos: -1.5,28.5 parent: 2 - uid: 25730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-84.5 + pos: -2.5,28.5 parent: 2 - uid: 25731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-85.5 + pos: -2.5,27.5 parent: 2 - uid: 25732 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-88.5 + pos: -3.5,27.5 parent: 2 - uid: 25733 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-89.5 + pos: -4.5,27.5 parent: 2 - uid: 25734 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-93.5 + pos: -5.5,27.5 parent: 2 - uid: 25735 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-92.5 + pos: -5.5,26.5 parent: 2 - uid: 25736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-93.5 + pos: -7.5,26.5 parent: 2 - uid: 25737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,-93.5 + pos: -8.5,26.5 parent: 2 - uid: 25738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-93.5 + pos: -9.5,26.5 parent: 2 - uid: 25739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,-92.5 + pos: -9.5,25.5 parent: 2 - uid: 25740 components: - type: Transform - rot: 3.141592653589793 rad - pos: 108.5,-85.5 + pos: -10.5,25.5 parent: 2 - uid: 25741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-89.5 + pos: -11.5,23.5 parent: 2 - uid: 25742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-88.5 + pos: -21.5,2.5 parent: 2 - uid: 25743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-85.5 + rot: -1.5707963267948966 rad + pos: 33.5,-101.5 parent: 2 - uid: 25744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-86.5 + rot: -1.5707963267948966 rad + pos: 35.5,-98.5 parent: 2 - uid: 25745 components: - type: Transform rot: 3.141592653589793 rad - pos: 110.5,-77.5 + pos: -40.5,-7.5 parent: 2 - uid: 25746 components: - type: Transform rot: 3.141592653589793 rad - pos: 109.5,-83.5 + pos: -56.5,-0.5 parent: 2 - uid: 25747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-81.5 + pos: -55.5,-22.5 parent: 2 - uid: 25748 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-80.5 + pos: -54.5,-22.5 parent: 2 - uid: 25749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-76.5 + pos: -53.5,-22.5 parent: 2 - uid: 25750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-76.5 + pos: -53.5,-26.5 parent: 2 - uid: 25751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-74.5 + pos: -54.5,-26.5 parent: 2 - uid: 25752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-72.5 + pos: -28.5,-49.5 parent: 2 - uid: 25753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-71.5 + pos: -25.5,-64.5 parent: 2 - uid: 25754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-68.5 + pos: -25.5,-63.5 parent: 2 - uid: 25755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-67.5 + pos: -25.5,-54.5 parent: 2 - uid: 25756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-66.5 + pos: -25.5,-35.5 parent: 2 - uid: 25757 components: - type: Transform - rot: 3.141592653589793 rad - pos: 109.5,-63.5 + pos: -24.5,-64.5 parent: 2 - uid: 25758 components: - type: Transform - rot: 3.141592653589793 rad - pos: 108.5,-62.5 + pos: -24.5,-65.5 parent: 2 - uid: 25759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,-62.5 + pos: -25.5,-59.5 parent: 2 - uid: 25760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-26.5 + pos: -25.5,-56.5 parent: 2 - uid: 25761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-90.5 + pos: -25.5,-61.5 parent: 2 - uid: 25762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-90.5 + pos: -25.5,-55.5 parent: 2 - uid: 25763 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,36.5 + pos: -36.5,-35.5 parent: 2 - uid: 25764 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,34.5 + pos: -53.5,-4.5 parent: 2 - uid: 25765 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,31.5 + pos: -52.5,-4.5 parent: 2 - uid: 25766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,33.5 + pos: -48.5,-3.5 parent: 2 - uid: 25767 components: - type: Transform - rot: 3.141592653589793 rad - pos: 112.5,-52.5 + pos: -48.5,-0.5 parent: 2 - uid: 25768 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,-50.5 + pos: -80.5,-40.5 parent: 2 - uid: 25769 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,-49.5 + pos: -78.5,-40.5 parent: 2 - uid: 25770 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,-43.5 + pos: -48.5,-5.5 parent: 2 - uid: 25771 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,-44.5 + pos: -79.5,-44.5 parent: 2 - uid: 25772 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,-47.5 + pos: -78.5,-44.5 parent: 2 - uid: 25773 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-35.5 + pos: -80.5,-44.5 parent: 2 - uid: 25774 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-14.5 + pos: -79.5,-40.5 parent: 2 - uid: 25775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-18.5 + pos: -25.5,-62.5 parent: 2 - uid: 25776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-19.5 + pos: -25.5,-51.5 parent: 2 - uid: 25777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-23.5 + pos: -23.5,-67.5 parent: 2 - uid: 25778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-24.5 + pos: -24.5,-66.5 parent: 2 - uid: 25779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-28.5 + pos: -28.5,-48.5 parent: 2 - uid: 25780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-27.5 + pos: -25.5,-52.5 parent: 2 - uid: 25781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-21.5 + pos: -26.5,-51.5 parent: 2 - uid: 25782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-23.5 + pos: -22.5,-67.5 parent: 2 - uid: 25783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-2.5 + pos: -7.5,-69.5 parent: 2 - uid: 25784 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-4.5 + pos: 68.5,-34.5 parent: 2 - uid: 25785 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-0.5 + pos: 69.5,-34.5 parent: 2 - uid: 25786 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,1.5 + pos: 67.5,-34.5 parent: 2 - uid: 25787 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,0.5 + pos: 74.5,-30.5 parent: 2 - uid: 25788 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,-24.5 + pos: 75.5,-30.5 parent: 2 - uid: 25789 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-24.5 + pos: 76.5,-30.5 parent: 2 - uid: 25790 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-77.5 + pos: 61.5,-63.5 parent: 2 - uid: 25791 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-77.5 + pos: 39.5,-43.5 parent: 2 - uid: 25792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 + pos: 38.5,-43.5 parent: 2 - uid: 25793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,22.5 + pos: 37.5,-43.5 parent: 2 - uid: 25794 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,23.5 + pos: -80.5,-36.5 parent: 2 - uid: 25795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,26.5 + rot: 1.5707963267948966 rad + pos: 60.5,-59.5 parent: 2 - uid: 25796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,30.5 + rot: 1.5707963267948966 rad + pos: 18.5,-93.5 parent: 2 - uid: 25797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,31.5 + rot: 1.5707963267948966 rad + pos: 46.5,-46.5 parent: 2 - uid: 25798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,22.5 + rot: -1.5707963267948966 rad + pos: 41.5,-104.5 parent: 2 - uid: 25799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,32.5 + rot: 1.5707963267948966 rad + pos: 18.5,-94.5 parent: 2 - uid: 25800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,32.5 + pos: 50.5,-80.5 parent: 2 - uid: 25801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,30.5 + pos: 61.5,-71.5 parent: 2 - uid: 25802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,28.5 + pos: 60.5,-71.5 parent: 2 - uid: 25803 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,26.5 + pos: 59.5,-71.5 parent: 2 - uid: 25804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,26.5 + pos: 57.5,-70.5 parent: 2 - uid: 25805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,23.5 + pos: 56.5,-70.5 parent: 2 - uid: 25806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-109.5 + pos: 55.5,-70.5 parent: 2 - uid: 25807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-109.5 + pos: 58.5,-75.5 parent: 2 - uid: 25808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-107.5 + pos: 58.5,-76.5 parent: 2 - uid: 25809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-107.5 + rot: 1.5707963267948966 rad + pos: 33.5,-96.5 parent: 2 - uid: 25810 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-75.5 + pos: 48.5,-80.5 parent: 2 - uid: 25811 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-75.5 + rot: 1.5707963267948966 rad + pos: 33.5,-99.5 parent: 2 - uid: 25812 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-75.5 + pos: -28.5,-47.5 parent: 2 - uid: 25813 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-74.5 + pos: -28.5,-50.5 parent: 2 - uid: 25814 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-74.5 + pos: 8.5,-69.5 parent: 2 - uid: 25815 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-89.5 + pos: 11.5,-69.5 parent: 2 - uid: 25816 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-99.5 + pos: 13.5,-69.5 parent: 2 - uid: 25817 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-99.5 + pos: 16.5,-69.5 parent: 2 - uid: 25818 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-98.5 + pos: 17.5,-69.5 parent: 2 - uid: 25819 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-98.5 + pos: 18.5,-69.5 parent: 2 - uid: 25820 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-98.5 + pos: 19.5,-68.5 parent: 2 - uid: 25821 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-98.5 + pos: 19.5,-67.5 parent: 2 - uid: 25822 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-98.5 + pos: 20.5,-67.5 parent: 2 - uid: 25823 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-96.5 + pos: 22.5,-67.5 parent: 2 - uid: 25824 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-95.5 + pos: 23.5,-67.5 parent: 2 - uid: 25825 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-98.5 + rot: -1.5707963267948966 rad + pos: 35.5,-95.5 parent: 2 - uid: 25826 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-92.5 + pos: 24.5,-67.5 parent: 2 - uid: 25827 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-96.5 + pos: 25.5,-66.5 parent: 2 - uid: 25828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-95.5 + rot: 1.5707963267948966 rad + pos: 18.5,-101.5 parent: 2 - uid: 25829 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-93.5 + rot: 1.5707963267948966 rad + pos: 18.5,-91.5 parent: 2 - uid: 25830 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-92.5 + rot: 1.5707963267948966 rad + pos: 18.5,-92.5 parent: 2 - uid: 25831 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-90.5 + pos: 16.5,-95.5 parent: 2 - uid: 25832 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-90.5 + pos: 17.5,-101.5 parent: 2 - uid: 25833 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-91.5 + rot: 1.5707963267948966 rad + pos: 18.5,-95.5 parent: 2 - uid: 25834 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-89.5 + pos: 16.5,-101.5 parent: 2 - uid: 25835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-89.5 + pos: 25.5,-65.5 parent: 2 - uid: 25836 components: - type: Transform - pos: 56.5,-91.5 + pos: 26.5,-64.5 parent: 2 - uid: 25837 components: - type: Transform - pos: 56.5,-90.5 + pos: -3.5,-89.5 parent: 2 - uid: 25838 components: - type: Transform - pos: 56.5,-89.5 + pos: -3.5,-90.5 parent: 2 - uid: 25839 components: - type: Transform - pos: 56.5,-88.5 + pos: -3.5,-91.5 parent: 2 - uid: 25840 components: - type: Transform - pos: -37.5,-35.5 + pos: -0.5,-92.5 parent: 2 - uid: 25841 components: - type: Transform - pos: 74.5,-6.5 + pos: 0.5,-92.5 parent: 2 - uid: 25842 components: - type: Transform - pos: 45.5,-5.5 + pos: 2.5,-78.5 parent: 2 - uid: 25843 components: - type: Transform - pos: 90.5,-3.5 + pos: 2.5,-79.5 parent: 2 - uid: 25844 components: - type: Transform - pos: 90.5,-4.5 + pos: -1.5,-80.5 parent: 2 - uid: 25845 components: - type: Transform - pos: 90.5,-6.5 + rot: 1.5707963267948966 rad + pos: 8.5,-83.5 parent: 2 - uid: 25846 components: - type: Transform - pos: 90.5,-7.5 + pos: 11.5,-85.5 parent: 2 - uid: 25847 components: - type: Transform - pos: 90.5,-5.5 + pos: 8.5,-81.5 parent: 2 - uid: 25848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,9.5 + pos: 26.5,-63.5 parent: 2 - uid: 25849 components: - type: Transform - pos: 4.5,-112.5 + pos: -7.5,-82.5 parent: 2 - uid: 25850 components: - type: Transform - pos: 62.5,-6.5 + pos: 26.5,-62.5 parent: 2 - uid: 25851 components: - type: Transform - pos: 64.5,-6.5 + pos: 26.5,-61.5 parent: 2 - uid: 25852 components: - type: Transform - pos: 77.5,-0.5 + rot: 3.141592653589793 rad + pos: 78.5,-76.5 parent: 2 - uid: 25853 components: - type: Transform - pos: 79.5,-0.5 + pos: 49.5,-80.5 parent: 2 - uid: 25854 components: - type: Transform - pos: 81.5,-0.5 + rot: -1.5707963267948966 rad + pos: -78.5,-46.5 parent: 2 - uid: 25855 components: - type: Transform - pos: 83.5,-0.5 + rot: -1.5707963267948966 rad + pos: -79.5,-46.5 parent: 2 - uid: 25856 components: - type: Transform - pos: 85.5,-0.5 + rot: -1.5707963267948966 rad + pos: -80.5,-46.5 parent: 2 - uid: 25857 components: - type: Transform - pos: 87.5,-0.5 + rot: -1.5707963267948966 rad + pos: -74.5,-51.5 parent: 2 - uid: 25858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,11.5 + rot: -1.5707963267948966 rad + pos: -76.5,-51.5 parent: 2 - uid: 25859 components: - type: Transform - pos: -37.5,20.5 + rot: 3.141592653589793 rad + pos: -73.5,-46.5 parent: 2 - uid: 25860 components: - type: Transform - pos: -95.5,-9.5 + rot: 3.141592653589793 rad + pos: -73.5,-46.5 parent: 2 - uid: 25861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,-9.5 + rot: 3.141592653589793 rad + pos: -74.5,-46.5 parent: 2 - uid: 25862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,-9.5 + rot: 3.141592653589793 rad + pos: -72.5,-46.5 parent: 2 - uid: 25863 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,22.5 + pos: -77.5,-35.5 parent: 2 - uid: 25864 + components: + - type: Transform + pos: -41.5,-68.5 + parent: 2 + - uid: 25865 + components: + - type: Transform + pos: -41.5,-67.5 + parent: 2 + - uid: 25866 + components: + - type: Transform + pos: -47.5,-65.5 + parent: 2 + - uid: 25867 + components: + - type: Transform + pos: -45.5,-65.5 + parent: 2 + - uid: 25868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-67.5 + parent: 2 + - uid: 25869 + components: + - type: Transform + pos: -52.5,-63.5 + parent: 2 + - uid: 25870 + components: + - type: Transform + pos: -53.5,-63.5 + parent: 2 + - uid: 25871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-46.5 + parent: 2 + - uid: 25872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-45.5 + parent: 2 + - uid: 25873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-45.5 + parent: 2 + - uid: 25874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-45.5 + parent: 2 + - uid: 25875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-41.5 + parent: 2 + - uid: 25876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-41.5 + parent: 2 + - uid: 25877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-41.5 + parent: 2 + - uid: 25878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-74.5 + parent: 2 + - uid: 25879 + components: + - type: Transform + pos: -47.5,-45.5 + parent: 2 + - uid: 25880 + components: + - type: Transform + pos: -46.5,-45.5 + parent: 2 + - uid: 25881 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 25882 + components: + - type: Transform + pos: -45.5,-47.5 + parent: 2 + - uid: 25883 + components: + - type: Transform + pos: -45.5,-48.5 + parent: 2 + - uid: 25884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-40.5 + parent: 2 + - uid: 25885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-40.5 + parent: 2 + - uid: 25886 + components: + - type: Transform + pos: -54.5,-56.5 + parent: 2 + - uid: 25887 + components: + - type: Transform + pos: -54.5,-58.5 + parent: 2 + - uid: 25888 + components: + - type: Transform + pos: -56.5,-58.5 + parent: 2 + - uid: 25889 + components: + - type: Transform + pos: -56.5,-56.5 + parent: 2 + - uid: 25890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-64.5 + parent: 2 + - uid: 25891 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 25892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-77.5 + parent: 2 + - uid: 25893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-88.5 + parent: 2 + - uid: 25894 + components: + - type: Transform + pos: 88.5,4.5 + parent: 2 + - uid: 25895 + components: + - type: Transform + pos: 26.5,-59.5 + parent: 2 + - uid: 25896 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 25897 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 25898 + components: + - type: Transform + pos: 26.5,-55.5 + parent: 2 + - uid: 25899 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 2 + - uid: 25900 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 25901 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 25902 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 25903 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 25904 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 25905 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 25906 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 25907 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 2 + - uid: 25908 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 25909 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 25910 + components: + - type: Transform + pos: 17.5,-95.5 + parent: 2 + - uid: 25911 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 25912 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 25913 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 25914 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 25915 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 25916 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 25917 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 25918 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 25919 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 25920 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 25921 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 25922 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 + - uid: 25923 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 25924 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 25925 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 25926 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 25927 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 25928 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 25929 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 25930 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 25931 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 25932 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 25933 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - uid: 25934 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - uid: 25935 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 25936 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 25937 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 25938 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 25939 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 25940 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 25941 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 25942 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 25943 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 25944 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 2 + - uid: 25945 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 25946 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 25947 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 25948 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 25949 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 25950 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 25951 + components: + - type: Transform + pos: -25.5,-32.5 + parent: 2 + - uid: 25952 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 25953 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 25954 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 25955 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 25956 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 25957 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 25958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-95.5 + parent: 2 + - uid: 25959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-102.5 + parent: 2 + - uid: 25960 + components: + - type: Transform + pos: -25.5,-34.5 + parent: 2 + - uid: 25961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-102.5 + parent: 2 + - uid: 25962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-92.5 + parent: 2 + - uid: 25963 + components: + - type: Transform + pos: -25.5,-31.5 + parent: 2 + - uid: 25964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-101.5 + parent: 2 + - uid: 25965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-89.5 + parent: 2 + - uid: 25966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-98.5 + parent: 2 + - uid: 25967 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 25968 + components: + - type: Transform + pos: -25.5,-28.5 + parent: 2 + - uid: 25969 + components: + - type: Transform + pos: -25.5,-29.5 + parent: 2 + - uid: 25970 + components: + - type: Transform + pos: -25.5,-30.5 + parent: 2 + - uid: 25971 + components: + - type: Transform + pos: -38.5,-60.5 + parent: 2 + - uid: 25972 + components: + - type: Transform + pos: -39.5,-60.5 + parent: 2 + - uid: 25973 + components: + - type: Transform + pos: -40.5,-60.5 + parent: 2 + - uid: 25974 + components: + - type: Transform + pos: -41.5,-65.5 + parent: 2 + - uid: 25975 + components: + - type: Transform + pos: -39.5,-56.5 + parent: 2 + - uid: 25976 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 25977 + components: + - type: Transform + pos: -41.5,-53.5 + parent: 2 + - uid: 25978 + components: + - type: Transform + pos: -41.5,-52.5 + parent: 2 + - uid: 25979 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 25980 + components: + - type: Transform + pos: 93.5,-37.5 + parent: 2 + - uid: 25981 + components: + - type: Transform + pos: 94.5,-37.5 + parent: 2 + - uid: 25982 + components: + - type: Transform + pos: 95.5,-37.5 + parent: 2 + - uid: 25983 + components: + - type: Transform + pos: 96.5,-37.5 + parent: 2 + - uid: 25984 + components: + - type: Transform + pos: 84.5,-35.5 + parent: 2 + - uid: 25985 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 2 + - uid: 25986 + components: + - type: Transform + pos: 93.5,-25.5 + parent: 2 + - uid: 25987 + components: + - type: Transform + pos: 94.5,-25.5 + parent: 2 + - uid: 25988 + components: + - type: Transform + pos: 95.5,-25.5 + parent: 2 + - uid: 25989 + components: + - type: Transform + pos: 96.5,-25.5 + parent: 2 + - uid: 25990 + components: + - type: Transform + pos: 96.5,-19.5 + parent: 2 + - uid: 25991 + components: + - type: Transform + pos: 95.5,-19.5 + parent: 2 + - uid: 25992 + components: + - type: Transform + pos: 94.5,-19.5 + parent: 2 + - uid: 25993 + components: + - type: Transform + pos: 93.5,-19.5 + parent: 2 + - uid: 25994 + components: + - type: Transform + pos: 84.5,-34.5 + parent: 2 + - uid: 25995 + components: + - type: Transform + pos: 84.5,-33.5 + parent: 2 + - uid: 25996 + components: + - type: Transform + pos: 84.5,-32.5 + parent: 2 + - uid: 25997 + components: + - type: Transform + pos: 84.5,-30.5 + parent: 2 + - uid: 25998 + components: + - type: Transform + pos: 84.5,-29.5 + parent: 2 + - uid: 25999 + components: + - type: Transform + pos: 84.5,-28.5 + parent: 2 + - uid: 26000 + components: + - type: Transform + pos: 84.5,-27.5 + parent: 2 + - uid: 26001 + components: + - type: Transform + pos: 87.5,-37.5 + parent: 2 + - uid: 26002 + components: + - type: Transform + pos: 88.5,-37.5 + parent: 2 + - uid: 26003 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 + - uid: 26004 + components: + - type: Transform + pos: 100.5,-37.5 + parent: 2 + - uid: 26005 + components: + - type: Transform + pos: 101.5,-37.5 + parent: 2 + - uid: 26006 + components: + - type: Transform + pos: 102.5,-37.5 + parent: 2 + - uid: 26007 + components: + - type: Transform + pos: 88.5,-25.5 + parent: 2 + - uid: 26008 + components: + - type: Transform + pos: 87.5,-25.5 + parent: 2 + - uid: 26009 + components: + - type: Transform + pos: 86.5,-25.5 + parent: 2 + - uid: 26010 + components: + - type: Transform + pos: 86.5,-19.5 + parent: 2 + - uid: 26011 + components: + - type: Transform + pos: 87.5,-19.5 + parent: 2 + - uid: 26012 + components: + - type: Transform + pos: 88.5,-19.5 + parent: 2 + - uid: 26013 + components: + - type: Transform + pos: 100.5,-25.5 + parent: 2 + - uid: 26014 + components: + - type: Transform + pos: 101.5,-25.5 + parent: 2 + - uid: 26015 + components: + - type: Transform + pos: 102.5,-25.5 + parent: 2 + - uid: 26016 + components: + - type: Transform + pos: 102.5,-19.5 + parent: 2 + - uid: 26017 + components: + - type: Transform + pos: 101.5,-19.5 + parent: 2 + - uid: 26018 + components: + - type: Transform + pos: 100.5,-19.5 + parent: 2 + - uid: 26019 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 26020 + components: + - type: Transform + pos: 30.5,-48.5 + parent: 2 + - uid: 26021 + components: + - type: Transform + pos: 30.5,-49.5 + parent: 2 + - uid: 26022 + components: + - type: Transform + pos: 30.5,-50.5 + parent: 2 + - uid: 26023 + components: + - type: Transform + pos: 24.5,-68.5 + parent: 2 + - uid: 26024 + components: + - type: Transform + pos: 27.5,-54.5 + parent: 2 + - uid: 26025 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 26026 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 26027 + components: + - type: Transform + pos: 27.5,-57.5 + parent: 2 + - uid: 26028 + components: + - type: Transform + pos: 27.5,-61.5 + parent: 2 + - uid: 26029 + components: + - type: Transform + pos: 27.5,-62.5 + parent: 2 + - uid: 26030 + components: + - type: Transform + pos: 27.5,-63.5 + parent: 2 + - uid: 26031 + components: + - type: Transform + pos: 27.5,-64.5 + parent: 2 + - uid: 26032 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 2 + - uid: 26033 + components: + - type: Transform + pos: 22.5,-68.5 + parent: 2 + - uid: 26034 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 26035 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 26036 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 26037 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 26038 + components: + - type: Transform + pos: 12.5,-70.5 + parent: 2 + - uid: 26039 + components: + - type: Transform + pos: 11.5,-70.5 + parent: 2 + - uid: 26040 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 2 + - uid: 26041 + components: + - type: Transform + pos: -11.5,-70.5 + parent: 2 + - uid: 26042 + components: + - type: Transform + pos: -12.5,-70.5 + parent: 2 + - uid: 26043 + components: + - type: Transform + pos: -15.5,-70.5 + parent: 2 + - uid: 26044 + components: + - type: Transform + pos: -16.5,-70.5 + parent: 2 + - uid: 26045 + components: + - type: Transform + pos: -17.5,-70.5 + parent: 2 + - uid: 26046 + components: + - type: Transform + pos: -21.5,-68.5 + parent: 2 + - uid: 26047 + components: + - type: Transform + pos: -22.5,-68.5 + parent: 2 + - uid: 26048 + components: + - type: Transform + pos: -23.5,-68.5 + parent: 2 + - uid: 26049 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 26050 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 26051 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 26052 + components: + - type: Transform + pos: -26.5,-61.5 + parent: 2 + - uid: 26053 + components: + - type: Transform + pos: -26.5,-57.5 + parent: 2 + - uid: 26054 + components: + - type: Transform + pos: -26.5,-56.5 + parent: 2 + - uid: 26055 + components: + - type: Transform + pos: -26.5,-55.5 + parent: 2 + - uid: 26056 + components: + - type: Transform + pos: -26.5,-54.5 + parent: 2 + - uid: 26057 + components: + - type: Transform + pos: -29.5,-50.5 + parent: 2 + - uid: 26058 + components: + - type: Transform + pos: -29.5,-49.5 + parent: 2 + - uid: 26059 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - uid: 26060 + components: + - type: Transform + pos: -29.5,-47.5 + parent: 2 + - uid: 26061 + components: + - type: Transform + pos: -29.5,-46.5 + parent: 2 + - uid: 26062 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - uid: 26063 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 26064 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 + - uid: 26065 + components: + - type: Transform + pos: -29.5,-37.5 + parent: 2 + - uid: 26066 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - uid: 26067 + components: + - type: Transform + pos: -26.5,-32.5 + parent: 2 + - uid: 26068 + components: + - type: Transform + pos: -26.5,-31.5 + parent: 2 + - uid: 26069 + components: + - type: Transform + pos: -26.5,-30.5 + parent: 2 + - uid: 26070 + components: + - type: Transform + pos: -26.5,-29.5 + parent: 2 + - uid: 26071 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 26072 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 2 + - uid: 26073 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 2 + - uid: 26074 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 26075 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 + - uid: 26076 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 2 + - uid: 26077 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 26078 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 26079 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 26080 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 + - uid: 26081 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 26082 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 26083 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 26084 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 26085 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 26086 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - uid: 26087 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 26088 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 26089 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 26090 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 2 + - uid: 26091 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 2 + - uid: 26092 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 26093 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 + - uid: 26094 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 26095 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 26096 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 26097 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 26098 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 26099 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 26100 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 2 + - uid: 26101 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 26102 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - uid: 26103 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 26104 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 26105 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 26106 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 26107 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 26108 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 26109 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 26110 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 26111 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 26112 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 + - uid: 26113 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 2 + - uid: 26114 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 26115 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 2 + - uid: 26116 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 26117 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 26118 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 26119 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - uid: 26120 + components: + - type: Transform + pos: -73.5,-60.5 + parent: 2 + - uid: 26121 + components: + - type: Transform + pos: -74.5,-60.5 + parent: 2 + - uid: 26122 + components: + - type: Transform + pos: -72.5,-60.5 + parent: 2 + - uid: 26123 + components: + - type: Transform + pos: -71.5,-60.5 + parent: 2 + - uid: 26124 + components: + - type: Transform + pos: -70.5,-60.5 + parent: 2 + - uid: 26125 + components: + - type: Transform + pos: -77.5,-63.5 + parent: 2 + - uid: 26126 + components: + - type: Transform + pos: -77.5,-64.5 + parent: 2 + - uid: 26127 + components: + - type: Transform + pos: -77.5,-65.5 + parent: 2 + - uid: 26128 + components: + - type: Transform + pos: -77.5,-66.5 + parent: 2 + - uid: 26129 + components: + - type: Transform + pos: -77.5,-67.5 + parent: 2 + - uid: 26130 + components: + - type: Transform + pos: -74.5,-70.5 + parent: 2 + - uid: 26131 + components: + - type: Transform + pos: -73.5,-70.5 + parent: 2 + - uid: 26132 + components: + - type: Transform + pos: -72.5,-70.5 + parent: 2 + - uid: 26133 + components: + - type: Transform + pos: -71.5,-70.5 + parent: 2 + - uid: 26134 + components: + - type: Transform + pos: -70.5,-70.5 + parent: 2 + - uid: 26135 + components: + - type: Transform + pos: 44.5,-86.5 + parent: 2 + - uid: 26136 + components: + - type: Transform + pos: 44.5,-87.5 + parent: 2 + - uid: 26137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-49.5 + parent: 2 + - uid: 26138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-49.5 + parent: 2 + - uid: 26139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-104.5 + parent: 2 + - uid: 26140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-106.5 + parent: 2 + - uid: 26141 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 26142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-106.5 + parent: 2 + - uid: 26143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-106.5 + parent: 2 + - uid: 26144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-106.5 + parent: 2 + - uid: 26145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-106.5 + parent: 2 + - uid: 26146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-50.5 + parent: 2 + - uid: 26147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-50.5 + parent: 2 + - uid: 26148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-50.5 + parent: 2 + - uid: 26149 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 2 + - uid: 26150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-86.5 + parent: 2 + - uid: 26151 + components: + - type: Transform + pos: -25.5,-24.5 + parent: 2 + - uid: 26152 + components: + - type: Transform + pos: -28.5,-46.5 + parent: 2 + - uid: 26153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-106.5 + parent: 2 + - uid: 26154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-106.5 + parent: 2 + - uid: 26155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-106.5 + parent: 2 + - uid: 26156 + components: + - type: Transform + pos: -26.5,-35.5 + parent: 2 + - uid: 26157 + components: + - type: Transform + pos: -27.5,-35.5 + parent: 2 + - uid: 26158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-89.5 + parent: 2 + - uid: 26159 + components: + - type: Transform + pos: -28.5,-36.5 + parent: 2 + - uid: 26160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-92.5 + parent: 2 + - uid: 26161 + components: + - type: Transform + pos: 35.5,-97.5 + parent: 2 + - uid: 26162 + components: + - type: Transform + pos: -28.5,-37.5 + parent: 2 + - uid: 26163 + components: + - type: Transform + pos: 26.5,-54.5 + parent: 2 + - uid: 26164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-104.5 + parent: 2 + - uid: 26165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-104.5 + parent: 2 + - uid: 26166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-104.5 + parent: 2 + - uid: 26167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-104.5 + parent: 2 + - uid: 26168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-104.5 + parent: 2 + - uid: 26169 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 26170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-49.5 + parent: 2 + - uid: 26171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-87.5 + parent: 2 + - uid: 26172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-60.5 + parent: 2 + - uid: 26173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-46.5 + parent: 2 + - uid: 26174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-47.5 + parent: 2 + - uid: 26175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-46.5 + parent: 2 + - uid: 26176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-48.5 + parent: 2 + - uid: 26177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-45.5 + parent: 2 + - uid: 26178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-99.5 + parent: 2 + - uid: 26179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-87.5 + parent: 2 + - uid: 26180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-96.5 + parent: 2 + - uid: 26181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-85.5 + parent: 2 + - uid: 26182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-90.5 + parent: 2 + - uid: 26183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-93.5 + parent: 2 + - uid: 26184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-93.5 + parent: 2 + - uid: 26185 + components: + - type: Transform + pos: 35.5,-85.5 + parent: 2 + - uid: 26186 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 26187 + components: + - type: Transform + pos: 26.5,-52.5 + parent: 2 + - uid: 26188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-32.5 + parent: 2 + - uid: 26189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 2 + - uid: 26190 + components: + - type: Transform + pos: 26.5,-72.5 + parent: 2 + - uid: 26191 + components: + - type: Transform + pos: 27.5,-72.5 + parent: 2 + - uid: 26192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-36.5 + parent: 2 + - uid: 26193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-36.5 + parent: 2 + - uid: 26194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-61.5 + parent: 2 + - uid: 26195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-61.5 + parent: 2 + - uid: 26196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-92.5 + parent: 2 + - uid: 26197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-107.5 + parent: 2 + - uid: 26198 + components: + - type: Transform + pos: 14.5,-104.5 + parent: 2 + - uid: 26199 + components: + - type: Transform + pos: 13.5,-104.5 + parent: 2 + - uid: 26200 + components: + - type: Transform + pos: 12.5,-104.5 + parent: 2 + - uid: 26201 + components: + - type: Transform + pos: 17.5,-104.5 + parent: 2 + - uid: 26202 + components: + - type: Transform + pos: 7.5,-104.5 + parent: 2 + - uid: 26203 + components: + - type: Transform + pos: 6.5,-104.5 + parent: 2 + - uid: 26204 + components: + - type: Transform + pos: 4.5,-99.5 + parent: 2 + - uid: 26205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,24.5 + parent: 2 + - uid: 26206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-45.5 + parent: 2 + - uid: 26207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-45.5 + parent: 2 + - uid: 26208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-106.5 + parent: 2 + - uid: 26209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-107.5 + parent: 2 + - uid: 26210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-107.5 + parent: 2 + - uid: 26211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-107.5 + parent: 2 + - uid: 26212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-106.5 + parent: 2 + - uid: 26213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-106.5 + parent: 2 + - uid: 26214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-107.5 + parent: 2 + - uid: 26215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,14.5 + parent: 2 + - uid: 26216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-13.5 + parent: 2 + - uid: 26217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,14.5 + parent: 2 + - uid: 26218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,14.5 + parent: 2 + - uid: 26219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,18.5 + parent: 2 + - uid: 26220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,17.5 + parent: 2 + - uid: 26221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,16.5 + parent: 2 + - uid: 26222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,15.5 + parent: 2 + - uid: 26223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-29.5 + parent: 2 + - uid: 26224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-80.5 + parent: 2 + - uid: 26225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-80.5 + parent: 2 + - uid: 26226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-80.5 + parent: 2 + - uid: 26227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-80.5 + parent: 2 + - uid: 26228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-46.5 + parent: 2 + - uid: 26229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-46.5 + parent: 2 + - uid: 26230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-46.5 + parent: 2 + - uid: 26231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-46.5 + parent: 2 + - uid: 26232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-78.5 + parent: 2 + - uid: 26233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-77.5 + parent: 2 + - uid: 26234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-14.5 + parent: 2 + - uid: 26235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-16.5 + parent: 2 + - uid: 26236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-17.5 + parent: 2 + - uid: 26237 + components: + - type: Transform + pos: 42.5,-27.5 + parent: 2 + - uid: 26238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,27.5 + parent: 2 + - uid: 26239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,27.5 + parent: 2 + - uid: 26240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,28.5 + parent: 2 + - uid: 26241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,28.5 + parent: 2 + - uid: 26242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,28.5 + parent: 2 + - uid: 26243 + components: + - type: Transform + pos: 21.5,29.5 + parent: 2 + - uid: 26244 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 26245 + components: + - type: Transform + pos: 21.5,28.5 + parent: 2 + - uid: 26246 + components: + - type: Transform + pos: 9.5,30.5 + parent: 2 + - uid: 26247 + components: + - type: Transform + pos: 8.5,30.5 + parent: 2 + - uid: 26248 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 26249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,32.5 + parent: 2 + - uid: 26250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,32.5 + parent: 2 + - uid: 26251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 2 + - uid: 26252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,32.5 + parent: 2 + - uid: 26253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,31.5 + parent: 2 + - uid: 26254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,32.5 + parent: 2 + - uid: 26255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,31.5 + parent: 2 + - uid: 26256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,31.5 + parent: 2 + - uid: 26257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,30.5 + parent: 2 + - uid: 26258 + components: + - type: Transform + pos: -12.5,29.5 + parent: 2 + - uid: 26259 + components: + - type: Transform + pos: -13.5,28.5 + parent: 2 + - uid: 26260 + components: + - type: Transform + pos: -14.5,27.5 + parent: 2 + - uid: 26261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,21.5 + parent: 2 + - uid: 26262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,21.5 + parent: 2 + - uid: 26263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,22.5 + parent: 2 + - uid: 26264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,21.5 + parent: 2 + - uid: 26265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,21.5 + parent: 2 + - uid: 26266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,22.5 + parent: 2 + - uid: 26267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,19.5 + parent: 2 + - uid: 26268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,18.5 + parent: 2 + - uid: 26269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,17.5 + parent: 2 + - uid: 26270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,16.5 + parent: 2 + - uid: 26271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,15.5 + parent: 2 + - uid: 26272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-33.5 + parent: 2 + - uid: 26273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-76.5 + parent: 2 + - uid: 26274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-68.5 + parent: 2 + - uid: 26275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-75.5 + parent: 2 + - uid: 26276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-73.5 + parent: 2 + - uid: 26277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-72.5 + parent: 2 + - uid: 26278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-69.5 + parent: 2 + - uid: 26279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-65.5 + parent: 2 + - uid: 26280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-64.5 + parent: 2 + - uid: 26281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-59.5 + parent: 2 + - uid: 26282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-58.5 + parent: 2 + - uid: 26283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-56.5 + parent: 2 + - uid: 26284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-54.5 + parent: 2 + - uid: 26285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-91.5 + parent: 2 + - uid: 26286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-92.5 + parent: 2 + - uid: 26287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-94.5 + parent: 2 + - uid: 26288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-95.5 + parent: 2 + - uid: 26289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-99.5 + parent: 2 + - uid: 26290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-100.5 + parent: 2 + - uid: 26291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-101.5 + parent: 2 + - uid: 26292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-102.5 + parent: 2 + - uid: 26293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-103.5 + parent: 2 + - uid: 26294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-109.5 + parent: 2 + - uid: 26295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-110.5 + parent: 2 + - uid: 26296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-109.5 + parent: 2 + - uid: 26297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-106.5 + parent: 2 + - uid: 26298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-107.5 + parent: 2 + - uid: 26299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-113.5 + parent: 2 + - uid: 26300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-114.5 + parent: 2 + - uid: 26301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-114.5 + parent: 2 + - uid: 26302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-114.5 + parent: 2 + - uid: 26303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-114.5 + parent: 2 + - uid: 26304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-114.5 + parent: 2 + - uid: 26305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-114.5 + parent: 2 + - uid: 26306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-114.5 + parent: 2 + - uid: 26307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-114.5 + parent: 2 + - uid: 26308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-114.5 + parent: 2 + - uid: 26309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-114.5 + parent: 2 + - uid: 26310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-114.5 + parent: 2 + - uid: 26311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-112.5 + parent: 2 + - uid: 26312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-111.5 + parent: 2 + - uid: 26313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-108.5 + parent: 2 + - uid: 26314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-107.5 + parent: 2 + - uid: 26315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-106.5 + parent: 2 + - uid: 26316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-105.5 + parent: 2 + - uid: 26317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-102.5 + parent: 2 + - uid: 26318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-99.5 + parent: 2 + - uid: 26319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-95.5 + parent: 2 + - uid: 26320 + components: + - type: Transform + pos: -51.5,-70.5 + parent: 2 + - uid: 26321 + components: + - type: Transform + pos: -48.5,-70.5 + parent: 2 + - uid: 26322 + components: + - type: Transform + pos: -47.5,-70.5 + parent: 2 + - uid: 26323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,29.5 + parent: 2 + - uid: 26324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-95.5 + parent: 2 + - uid: 26325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-37.5 + parent: 2 + - uid: 26326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,39.5 + parent: 2 + - uid: 26327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-24.5 + parent: 2 + - uid: 26328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,39.5 + parent: 2 + - uid: 26329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-104.5 + parent: 2 + - uid: 26330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-38.5 + parent: 2 + - uid: 26331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-99.5 + parent: 2 + - uid: 26332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-59.5 + parent: 2 + - uid: 26333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,-70.5 + parent: 2 + - uid: 26334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,-71.5 + parent: 2 + - uid: 26335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,-72.5 + parent: 2 + - uid: 26336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-104.5 + parent: 2 + - uid: 26337 + components: + - type: Transform + pos: 35.5,-91.5 + parent: 2 + - uid: 26338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-76.5 + parent: 2 + - uid: 26339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-76.5 + parent: 2 + - uid: 26340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,16.5 + parent: 2 + - uid: 26341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,16.5 + parent: 2 + - uid: 26342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,13.5 + parent: 2 + - uid: 26343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,16.5 + parent: 2 + - uid: 26344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,15.5 + parent: 2 + - uid: 26345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-76.5 + parent: 2 + - uid: 26346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-64.5 + parent: 2 + - uid: 26347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-78.5 + parent: 2 + - uid: 26348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-78.5 + parent: 2 + - uid: 26349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-2.5 + parent: 2 + - uid: 26350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-46.5 + parent: 2 + - uid: 26351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-30.5 + parent: 2 + - uid: 26352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-58.5 + parent: 2 + - uid: 26353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-56.5 + parent: 2 + - uid: 26354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-55.5 + parent: 2 + - uid: 26355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-58.5 + parent: 2 + - uid: 26356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-57.5 + parent: 2 + - uid: 26357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-51.5 + parent: 2 + - uid: 26358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-51.5 + parent: 2 + - uid: 26359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-67.5 + parent: 2 + - uid: 26360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-67.5 + parent: 2 + - uid: 26361 + components: + - type: Transform + pos: -69.5,-76.5 + parent: 2 + - uid: 26362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-73.5 + parent: 2 + - uid: 26363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-98.5 + parent: 2 + - uid: 26364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-96.5 + parent: 2 + - uid: 26365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,9.5 + parent: 2 + - uid: 26366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-97.5 + parent: 2 + - uid: 26367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-51.5 + parent: 2 + - uid: 26368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-46.5 + parent: 2 + - uid: 26369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-51.5 + parent: 2 + - uid: 26370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-51.5 + parent: 2 + - uid: 26371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-68.5 + parent: 2 + - uid: 26372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-68.5 + parent: 2 + - uid: 26373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-68.5 + parent: 2 + - uid: 26374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-68.5 + parent: 2 + - uid: 26375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-68.5 + parent: 2 + - uid: 26376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-65.5 + parent: 2 + - uid: 26377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-63.5 + parent: 2 + - uid: 26378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-7.5 + parent: 2 + - uid: 26379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-33.5 + parent: 2 + - uid: 26380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-34.5 + parent: 2 + - uid: 26381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-28.5 + parent: 2 + - uid: 26382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-28.5 + parent: 2 + - uid: 26383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-27.5 + parent: 2 + - uid: 26384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-58.5 + parent: 2 + - uid: 26385 + components: + - type: Transform + pos: -69.5,-78.5 + parent: 2 + - uid: 26386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,32.5 + parent: 2 + - uid: 26387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-65.5 + parent: 2 + - uid: 26388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-30.5 + parent: 2 + - uid: 26389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-30.5 + parent: 2 + - uid: 26390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-26.5 + parent: 2 + - uid: 26391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-57.5 + parent: 2 + - uid: 26392 + components: + - type: Transform + pos: -47.5,-37.5 + parent: 2 + - uid: 26393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-68.5 + parent: 2 + - uid: 26394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-68.5 + parent: 2 + - uid: 26395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-68.5 + parent: 2 + - uid: 26396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-73.5 + parent: 2 + - uid: 26397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-68.5 + parent: 2 + - uid: 26398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-68.5 + parent: 2 + - uid: 26399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-75.5 + parent: 2 + - uid: 26400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-38.5 + parent: 2 + - uid: 26401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-39.5 + parent: 2 + - uid: 26402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-34.5 + parent: 2 + - uid: 26403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-66.5 + parent: 2 + - uid: 26404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-95.5 + parent: 2 + - uid: 26405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-93.5 + parent: 2 + - uid: 26406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-104.5 + parent: 2 + - uid: 26407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-103.5 + parent: 2 + - uid: 26408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-104.5 + parent: 2 + - uid: 26409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-104.5 + parent: 2 + - uid: 26410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-103.5 + parent: 2 + - uid: 26411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-100.5 + parent: 2 + - uid: 26412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-100.5 + parent: 2 + - uid: 26413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-100.5 + parent: 2 + - uid: 26414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-99.5 + parent: 2 + - uid: 26415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-96.5 + parent: 2 + - uid: 26416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-95.5 + parent: 2 + - uid: 26417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-100.5 + parent: 2 + - uid: 26418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-99.5 + parent: 2 + - uid: 26419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-96.5 + parent: 2 + - uid: 26420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-95.5 + parent: 2 + - uid: 26421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-92.5 + parent: 2 + - uid: 26422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-91.5 + parent: 2 + - uid: 26423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-90.5 + parent: 2 + - uid: 26424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-90.5 + parent: 2 + - uid: 26425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-87.5 + parent: 2 + - uid: 26426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-86.5 + parent: 2 + - uid: 26427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-86.5 + parent: 2 + - uid: 26428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-83.5 + parent: 2 + - uid: 26429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-82.5 + parent: 2 + - uid: 26430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-81.5 + parent: 2 + - uid: 26431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-109.5 + parent: 2 + - uid: 26432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-110.5 + parent: 2 + - uid: 26433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-111.5 + parent: 2 + - uid: 26434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-112.5 + parent: 2 + - uid: 26435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-113.5 + parent: 2 + - uid: 26436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-114.5 + parent: 2 + - uid: 26437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-115.5 + parent: 2 + - uid: 26438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-116.5 + parent: 2 + - uid: 26439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-116.5 + parent: 2 + - uid: 26440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-115.5 + parent: 2 + - uid: 26441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-114.5 + parent: 2 + - uid: 26442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-113.5 + parent: 2 + - uid: 26443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-112.5 + parent: 2 + - uid: 26444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-111.5 + parent: 2 + - uid: 26445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-110.5 + parent: 2 + - uid: 26446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-109.5 + parent: 2 + - uid: 26447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,0.5 + parent: 2 + - uid: 26448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,1.5 + parent: 2 + - uid: 26449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,2.5 + parent: 2 + - uid: 26450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,3.5 + parent: 2 + - uid: 26451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,4.5 + parent: 2 + - uid: 26452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,0.5 + parent: 2 + - uid: 26453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,1.5 + parent: 2 + - uid: 26454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,2.5 + parent: 2 + - uid: 26455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,3.5 + parent: 2 + - uid: 26456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,4.5 + parent: 2 + - uid: 26457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,29.5 + parent: 2 + - uid: 26458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-0.5 + parent: 2 + - uid: 26459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,2.5 + parent: 2 + - uid: 26460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,26.5 + parent: 2 + - uid: 26461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-109.5 + parent: 2 + - uid: 26462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-110.5 + parent: 2 + - uid: 26463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,20.5 + parent: 2 + - uid: 26464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-110.5 + parent: 2 + - uid: 26465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,13.5 + parent: 2 + - uid: 26466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,18.5 + parent: 2 + - uid: 26467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,17.5 + parent: 2 + - uid: 26468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,12.5 + parent: 2 + - uid: 26469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,15.5 + parent: 2 + - uid: 26470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,9.5 + parent: 2 + - uid: 26471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,7.5 + parent: 2 + - uid: 26472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,5.5 + parent: 2 + - uid: 26473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,5.5 + parent: 2 + - uid: 26474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-1.5 + parent: 2 + - uid: 26475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,18.5 + parent: 2 + - uid: 26476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-17.5 + parent: 2 + - uid: 26477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-15.5 + parent: 2 + - uid: 26478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-15.5 + parent: 2 + - uid: 26479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-14.5 + parent: 2 + - uid: 26480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-11.5 + parent: 2 + - uid: 26481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-10.5 + parent: 2 + - uid: 26482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-7.5 + parent: 2 + - uid: 26483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-6.5 + parent: 2 + - uid: 26484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-5.5 + parent: 2 + - uid: 26485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-4.5 + parent: 2 + - uid: 26486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-17.5 + parent: 2 + - uid: 26487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-17.5 + parent: 2 + - uid: 26488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-17.5 + parent: 2 + - uid: 26489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-114.5 + parent: 2 + - uid: 26490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-111.5 + parent: 2 + - uid: 26491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-111.5 + parent: 2 + - uid: 26492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-112.5 + parent: 2 + - uid: 26493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-115.5 + parent: 2 + - uid: 26494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-124.5 + parent: 2 + - uid: 26495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-124.5 + parent: 2 + - uid: 26496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-124.5 + parent: 2 + - uid: 26497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-126.5 + parent: 2 + - uid: 26498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-125.5 + parent: 2 + - uid: 26499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-124.5 + parent: 2 + - uid: 26500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-124.5 + parent: 2 + - uid: 26501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-125.5 + parent: 2 + - uid: 26502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-128.5 + parent: 2 + - uid: 26503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-126.5 + parent: 2 + - uid: 26504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-126.5 + parent: 2 + - uid: 26505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-125.5 + parent: 2 + - uid: 26506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-128.5 + parent: 2 + - uid: 26507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-127.5 + parent: 2 + - uid: 26508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-128.5 + parent: 2 + - uid: 26509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-127.5 + parent: 2 + - uid: 26510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-127.5 + parent: 2 + - uid: 26511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-126.5 + parent: 2 + - uid: 26512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-125.5 + parent: 2 + - uid: 26513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-123.5 + parent: 2 + - uid: 26514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-123.5 + parent: 2 + - uid: 26515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-122.5 + parent: 2 + - uid: 26516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-120.5 + parent: 2 + - uid: 26517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-120.5 + parent: 2 + - uid: 26518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-118.5 + parent: 2 + - uid: 26519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-117.5 + parent: 2 + - uid: 26520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-114.5 + parent: 2 + - uid: 26521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-112.5 + parent: 2 + - uid: 26522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-110.5 + parent: 2 + - uid: 26523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-110.5 + parent: 2 + - uid: 26524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 97.5,-97.5 + parent: 2 + - uid: 26525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,-97.5 + parent: 2 + - uid: 26526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,-96.5 + parent: 2 + - uid: 26527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 100.5,-97.5 + parent: 2 + - uid: 26528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 102.5,-96.5 + parent: 2 + - uid: 26529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 102.5,-95.5 + parent: 2 + - uid: 26530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,-94.5 + parent: 2 + - uid: 26531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 94.5,-94.5 + parent: 2 + - uid: 26532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 103.5,-93.5 + parent: 2 + - uid: 26533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 94.5,-96.5 + parent: 2 + - uid: 26534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,-81.5 + parent: 2 + - uid: 26535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-87.5 + parent: 2 + - uid: 26536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-83.5 + parent: 2 + - uid: 26537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-84.5 + parent: 2 + - uid: 26538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-85.5 + parent: 2 + - uid: 26539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-88.5 + parent: 2 + - uid: 26540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,-89.5 + parent: 2 + - uid: 26541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,-93.5 + parent: 2 + - uid: 26542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,-92.5 + parent: 2 + - uid: 26543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 105.5,-93.5 + parent: 2 + - uid: 26544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.5,-93.5 + parent: 2 + - uid: 26545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 106.5,-93.5 + parent: 2 + - uid: 26546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 106.5,-92.5 + parent: 2 + - uid: 26547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 108.5,-85.5 + parent: 2 + - uid: 26548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 107.5,-89.5 + parent: 2 + - uid: 26549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 107.5,-88.5 + parent: 2 + - uid: 26550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 107.5,-85.5 + parent: 2 + - uid: 26551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 107.5,-86.5 + parent: 2 + - uid: 26552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-77.5 + parent: 2 + - uid: 26553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-83.5 + parent: 2 + - uid: 26554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-81.5 + parent: 2 + - uid: 26555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-80.5 + parent: 2 + - uid: 26556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-76.5 + parent: 2 + - uid: 26557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-76.5 + parent: 2 + - uid: 26558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-74.5 + parent: 2 + - uid: 26559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-72.5 + parent: 2 + - uid: 26560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-71.5 + parent: 2 + - uid: 26561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-68.5 + parent: 2 + - uid: 26562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.5,-67.5 + parent: 2 + - uid: 26563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-66.5 + parent: 2 + - uid: 26564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 109.5,-63.5 + parent: 2 + - uid: 26565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 108.5,-62.5 + parent: 2 + - uid: 26566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 107.5,-62.5 + parent: 2 + - uid: 26567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-26.5 + parent: 2 + - uid: 26568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-90.5 + parent: 2 + - uid: 26569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-90.5 + parent: 2 + - uid: 26570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,36.5 + parent: 2 + - uid: 26571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,34.5 + parent: 2 + - uid: 26572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,31.5 + parent: 2 + - uid: 26573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,33.5 + parent: 2 + - uid: 26574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 112.5,-52.5 + parent: 2 + - uid: 26575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 114.5,-50.5 + parent: 2 + - uid: 26576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 114.5,-49.5 + parent: 2 + - uid: 26577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 115.5,-43.5 + parent: 2 + - uid: 26578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 115.5,-44.5 + parent: 2 + - uid: 26579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 115.5,-47.5 + parent: 2 + - uid: 26580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-35.5 + parent: 2 + - uid: 26581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-14.5 + parent: 2 + - uid: 26582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-18.5 + parent: 2 + - uid: 26583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-19.5 + parent: 2 + - uid: 26584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-23.5 + parent: 2 + - uid: 26585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-24.5 + parent: 2 + - uid: 26586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-28.5 + parent: 2 + - uid: 26587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-27.5 + parent: 2 + - uid: 26588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-21.5 + parent: 2 + - uid: 26589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-23.5 + parent: 2 + - uid: 26590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-2.5 + parent: 2 + - uid: 26591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-4.5 + parent: 2 + - uid: 26592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-0.5 + parent: 2 + - uid: 26593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,1.5 + parent: 2 + - uid: 26594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,0.5 + parent: 2 + - uid: 26595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-24.5 + parent: 2 + - uid: 26596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-24.5 + parent: 2 + - uid: 26597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-77.5 + parent: 2 + - uid: 26598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-77.5 + parent: 2 + - uid: 26599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,31.5 + parent: 2 + - uid: 26600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,22.5 + parent: 2 + - uid: 26601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,23.5 + parent: 2 + - uid: 26602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,26.5 + parent: 2 + - uid: 26603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,30.5 + parent: 2 + - uid: 26604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,31.5 + parent: 2 + - uid: 26605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,22.5 + parent: 2 + - uid: 26606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,32.5 + parent: 2 + - uid: 26607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,32.5 + parent: 2 + - uid: 26608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,30.5 + parent: 2 + - uid: 26609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,28.5 + parent: 2 + - uid: 26610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,26.5 + parent: 2 + - uid: 26611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,26.5 + parent: 2 + - uid: 26612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,23.5 + parent: 2 + - uid: 26613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-109.5 + parent: 2 + - uid: 26614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-109.5 + parent: 2 + - uid: 26615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-107.5 + parent: 2 + - uid: 26616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-107.5 + parent: 2 + - uid: 26617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-75.5 + parent: 2 + - uid: 26618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-75.5 + parent: 2 + - uid: 26619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-75.5 + parent: 2 + - uid: 26620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-74.5 + parent: 2 + - uid: 26621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-74.5 + parent: 2 + - uid: 26622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-89.5 + parent: 2 + - uid: 26623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-99.5 + parent: 2 + - uid: 26624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-99.5 + parent: 2 + - uid: 26625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-98.5 + parent: 2 + - uid: 26626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-98.5 + parent: 2 + - uid: 26627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-98.5 + parent: 2 + - uid: 26628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-98.5 + parent: 2 + - uid: 26629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-98.5 + parent: 2 + - uid: 26630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-96.5 + parent: 2 + - uid: 26631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-95.5 + parent: 2 + - uid: 26632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-98.5 + parent: 2 + - uid: 26633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-92.5 + parent: 2 + - uid: 26634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,-96.5 + parent: 2 + - uid: 26635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,-95.5 + parent: 2 + - uid: 26636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-93.5 + parent: 2 + - uid: 26637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-92.5 + parent: 2 + - uid: 26638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,-90.5 + parent: 2 + - uid: 26639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-90.5 + parent: 2 + - uid: 26640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-91.5 + parent: 2 + - uid: 26641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-89.5 + parent: 2 + - uid: 26642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-89.5 + parent: 2 + - uid: 26643 + components: + - type: Transform + pos: 56.5,-91.5 + parent: 2 + - uid: 26644 + components: + - type: Transform + pos: 56.5,-90.5 + parent: 2 + - uid: 26645 + components: + - type: Transform + pos: 56.5,-89.5 + parent: 2 + - uid: 26646 + components: + - type: Transform + pos: 56.5,-88.5 + parent: 2 + - uid: 26647 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 26648 + components: + - type: Transform + pos: 74.5,-6.5 + parent: 2 + - uid: 26649 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 26650 + components: + - type: Transform + pos: 90.5,-3.5 + parent: 2 + - uid: 26651 + components: + - type: Transform + pos: 90.5,-4.5 + parent: 2 + - uid: 26652 + components: + - type: Transform + pos: 90.5,-6.5 + parent: 2 + - uid: 26653 + components: + - type: Transform + pos: 90.5,-7.5 + parent: 2 + - uid: 26654 + components: + - type: Transform + pos: 90.5,-5.5 + parent: 2 + - uid: 26655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,9.5 + parent: 2 + - uid: 26656 + components: + - type: Transform + pos: 4.5,-112.5 + parent: 2 + - uid: 26657 + components: + - type: Transform + pos: 62.5,-6.5 + parent: 2 + - uid: 26658 + components: + - type: Transform + pos: 64.5,-6.5 + parent: 2 + - uid: 26659 + components: + - type: Transform + pos: 77.5,-0.5 + parent: 2 + - uid: 26660 + components: + - type: Transform + pos: 79.5,-0.5 + parent: 2 + - uid: 26661 + components: + - type: Transform + pos: 81.5,-0.5 + parent: 2 + - uid: 26662 + components: + - type: Transform + pos: 83.5,-0.5 + parent: 2 + - uid: 26663 + components: + - type: Transform + pos: 85.5,-0.5 + parent: 2 + - uid: 26664 + components: + - type: Transform + pos: 87.5,-0.5 + parent: 2 + - uid: 26665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,11.5 + parent: 2 + - uid: 26666 + components: + - type: Transform + pos: -37.5,20.5 + parent: 2 + - uid: 26667 + components: + - type: Transform + pos: -95.5,-9.5 + parent: 2 + - uid: 26668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,-9.5 + parent: 2 + - uid: 26669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,-9.5 + parent: 2 + - uid: 26670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,22.5 + parent: 2 + - uid: 26671 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,24.5 parent: 2 - - uid: 25865 + - uid: 26672 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,23.5 parent: 2 - - uid: 25866 + - uid: 26673 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,24.5 parent: 2 - - uid: 25867 + - uid: 26674 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,24.5 parent: 2 - - uid: 25868 + - uid: 26675 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,24.5 parent: 2 - - uid: 25869 + - uid: 26676 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,27.5 parent: 2 - - uid: 25870 + - uid: 26677 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,27.5 parent: 2 - - uid: 25871 + - uid: 26678 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,14.5 parent: 2 - - uid: 25872 + - uid: 26679 components: - type: Transform pos: 46.5,-11.5 parent: 2 - - uid: 25873 + - uid: 26680 components: - type: Transform pos: 56.5,-80.5 parent: 2 - - uid: 25874 + - uid: 26681 components: - type: Transform pos: 56.5,-82.5 parent: 2 - - uid: 25875 + - uid: 26682 components: - type: Transform pos: 59.5,-82.5 parent: 2 - - uid: 25876 + - uid: 26683 components: - type: Transform pos: 59.5,-80.5 parent: 2 - - uid: 25877 + - uid: 26684 components: - type: Transform pos: 93.5,-5.5 parent: 2 - - uid: 25878 + - uid: 26685 components: - type: Transform pos: 52.5,-6.5 parent: 2 - - uid: 25879 + - uid: 26686 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,14.5 parent: 2 - - uid: 25880 + - uid: 26687 components: - type: Transform rot: -1.5707963267948966 rad pos: 73.5,14.5 parent: 2 - - uid: 25881 + - uid: 26688 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,14.5 parent: 2 - - uid: 25882 + - uid: 26689 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,14.5 parent: 2 - - uid: 25883 + - uid: 26690 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,13.5 parent: 2 - - uid: 25884 + - uid: 26691 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,13.5 parent: 2 - - uid: 25885 + - uid: 26692 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,10.5 parent: 2 - - uid: 25886 + - uid: 26693 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,13.5 parent: 2 - - uid: 25887 + - uid: 26694 components: - type: Transform pos: 4.5,-113.5 parent: 2 - - uid: 25888 + - uid: 26695 components: - type: Transform pos: 7.5,-112.5 parent: 2 - - uid: 25889 + - uid: 26696 components: - type: Transform pos: 7.5,-111.5 parent: 2 - - uid: 25890 + - uid: 26697 components: - type: Transform pos: 4.5,-109.5 parent: 2 - - uid: 25891 + - uid: 26698 components: - type: Transform pos: 11.5,-111.5 parent: 2 - - uid: 25892 + - uid: 26699 components: - type: Transform pos: 13.5,-110.5 parent: 2 - - uid: 25893 + - uid: 26700 components: - type: Transform pos: 12.5,-111.5 parent: 2 - - uid: 25894 + - uid: 26701 components: - type: Transform pos: 15.5,-113.5 parent: 2 - - uid: 25895 + - uid: 26702 components: - type: Transform pos: 17.5,-113.5 parent: 2 - - uid: 25896 + - uid: 26703 components: - type: Transform pos: 15.5,-109.5 parent: 2 - - uid: 25897 + - uid: 26704 components: - type: Transform pos: 16.5,-109.5 parent: 2 - - uid: 25898 + - uid: 26705 components: - type: Transform pos: 8.5,-109.5 parent: 2 - - uid: 25899 + - uid: 26706 components: - type: Transform pos: 9.5,-109.5 parent: 2 - - uid: 25900 + - uid: 26707 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,12.5 parent: 2 - - uid: 25901 + - uid: 26708 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,9.5 parent: 2 - - uid: 25902 + - uid: 26709 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,10.5 parent: 2 - - uid: 25903 + - uid: 26710 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,10.5 parent: 2 - - uid: 25904 + - uid: 26711 components: - type: Transform pos: 93.5,-6.5 parent: 2 - - uid: 25905 + - uid: 26712 components: - type: Transform pos: 93.5,-2.5 parent: 2 - - uid: 25906 + - uid: 26713 components: - type: Transform pos: 92.5,-0.5 parent: 2 - - uid: 25907 + - uid: 26714 components: - type: Transform pos: 90.5,2.5 parent: 2 - - uid: 25908 + - uid: 26715 components: - type: Transform pos: 87.5,4.5 parent: 2 - - uid: 25909 + - uid: 26716 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-37.5 parent: 2 - - uid: 25910 + - uid: 26717 components: - type: Transform rot: 1.5707963267948966 rad pos: 118.5,-37.5 parent: 2 - - uid: 25911 + - uid: 26718 components: - type: Transform rot: 1.5707963267948966 rad pos: 119.5,-37.5 parent: 2 - - uid: 25912 + - uid: 26719 components: - type: Transform rot: 1.5707963267948966 rad pos: 120.5,-37.5 parent: 2 - - uid: 25913 + - uid: 26720 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-41.5 parent: 2 - - uid: 25914 + - uid: 26721 components: - type: Transform rot: 1.5707963267948966 rad pos: 118.5,-41.5 parent: 2 - - uid: 25915 + - uid: 26722 components: - type: Transform rot: 1.5707963267948966 rad pos: 119.5,-41.5 parent: 2 - - uid: 25916 + - uid: 26723 components: - type: Transform rot: 1.5707963267948966 rad pos: 120.5,-41.5 parent: 2 - - uid: 25917 + - uid: 26724 components: - type: Transform rot: 1.5707963267948966 rad pos: 124.5,-37.5 parent: 2 - - uid: 25918 + - uid: 26725 components: - type: Transform rot: 1.5707963267948966 rad pos: 125.5,-37.5 parent: 2 - - uid: 25919 + - uid: 26726 components: - type: Transform rot: 1.5707963267948966 rad pos: 126.5,-37.5 parent: 2 - - uid: 25920 + - uid: 26727 components: - type: Transform rot: 1.5707963267948966 rad pos: 127.5,-37.5 parent: 2 - - uid: 25921 + - uid: 26728 components: - type: Transform rot: 1.5707963267948966 rad pos: 124.5,-41.5 parent: 2 - - uid: 25922 + - uid: 26729 components: - type: Transform rot: 1.5707963267948966 rad pos: 125.5,-41.5 parent: 2 - - uid: 25923 + - uid: 26730 components: - type: Transform rot: 1.5707963267948966 rad pos: 126.5,-41.5 parent: 2 - - uid: 25924 + - uid: 26731 components: - type: Transform rot: 1.5707963267948966 rad pos: 127.5,-41.5 parent: 2 - - uid: 25925 + - uid: 26732 components: - type: Transform pos: -15.5,2.5 parent: 2 - - uid: 25926 + - uid: 26733 components: - type: Transform pos: -13.5,4.5 parent: 2 - - uid: 25927 + - uid: 26734 components: - type: Transform pos: -17.5,2.5 parent: 2 - - uid: 25928 + - uid: 26735 components: - type: Transform pos: -14.5,3.5 parent: 2 - - uid: 25929 + - uid: 26736 components: - type: Transform pos: 112.5,-85.5 parent: 2 - - uid: 25930 + - uid: 26737 components: - type: Transform pos: 112.5,-89.5 parent: 2 - - uid: 25931 + - uid: 26738 components: - type: Transform pos: 112.5,-88.5 parent: 2 - - uid: 25932 + - uid: 26739 components: - type: Transform pos: 112.5,-87.5 parent: 2 - - uid: 25933 + - uid: 26740 components: - type: Transform pos: 112.5,-84.5 parent: 2 - - uid: 25934 + - uid: 26741 components: - type: Transform pos: 114.5,-84.5 parent: 2 - - uid: 25935 + - uid: 26742 components: - type: Transform pos: 114.5,-83.5 parent: 2 - - uid: 25936 + - uid: 26743 components: - type: Transform pos: 114.5,-82.5 parent: 2 - - uid: 25937 + - uid: 26744 components: - type: Transform pos: 114.5,-81.5 parent: 2 - - uid: 25938 + - uid: 26745 components: - type: Transform pos: 114.5,-78.5 parent: 2 - - uid: 25939 + - uid: 26746 components: - type: Transform pos: 114.5,-77.5 parent: 2 - - uid: 25940 + - uid: 26747 components: - type: Transform pos: 114.5,-76.5 parent: 2 - - uid: 25941 + - uid: 26748 components: - type: Transform pos: 114.5,-75.5 parent: 2 - - uid: 25942 + - uid: 26749 components: - type: Transform pos: 114.5,-74.5 parent: 2 - - uid: 25943 + - uid: 26750 components: - type: Transform pos: 114.5,-72.5 parent: 2 - - uid: 25944 + - uid: 26751 components: - type: Transform pos: 111.5,-92.5 parent: 2 - - uid: 25945 + - uid: 26752 components: - type: Transform pos: 111.5,-93.5 parent: 2 - - uid: 25946 + - uid: 26753 components: - type: Transform pos: 109.5,-94.5 parent: 2 - - uid: 25947 + - uid: 26754 components: - type: Transform pos: 109.5,-95.5 parent: 2 - - uid: 25948 + - uid: 26755 components: - type: Transform pos: 109.5,-96.5 parent: 2 - - uid: 25949 + - uid: 26756 components: - type: Transform pos: 110.5,-94.5 parent: 2 - - uid: 25950 + - uid: 26757 components: - type: Transform pos: 107.5,-97.5 parent: 2 - - uid: 25951 + - uid: 26758 components: - type: Transform pos: 106.5,-97.5 parent: 2 - - uid: 25952 + - uid: 26759 components: - type: Transform pos: 106.5,-98.5 parent: 2 - - uid: 25953 + - uid: 26760 components: - type: Transform pos: 106.5,-99.5 parent: 2 - - uid: 25954 + - uid: 26761 components: - type: Transform pos: 106.5,-100.5 parent: 2 - - uid: 25955 + - uid: 26762 components: - type: Transform pos: 105.5,-100.5 parent: 2 - - uid: 25956 + - uid: 26763 components: - type: Transform pos: 99.5,-100.5 parent: 2 - - uid: 25957 + - uid: 26764 components: - type: Transform pos: 103.5,-100.5 parent: 2 - - uid: 25958 + - uid: 26765 components: - type: Transform pos: 102.5,-100.5 parent: 2 - - uid: 25959 + - uid: 26766 components: - type: Transform pos: 101.5,-100.5 parent: 2 - - uid: 25960 + - uid: 26767 components: - type: Transform pos: 100.5,-100.5 parent: 2 - - uid: 25961 + - uid: 26768 components: - type: Transform pos: 98.5,-100.5 parent: 2 - - uid: 25962 + - uid: 26769 components: - type: Transform pos: 97.5,-100.5 parent: 2 - - uid: 25963 + - uid: 26770 components: - type: Transform pos: 96.5,-100.5 parent: 2 - - uid: 25964 + - uid: 26771 components: - type: Transform pos: 95.5,-100.5 parent: 2 - - uid: 25965 + - uid: 26772 components: - type: Transform pos: 94.5,-100.5 parent: 2 - - uid: 25966 + - uid: 26773 components: - type: Transform pos: 91.5,-100.5 parent: 2 - - uid: 25967 + - uid: 26774 components: - type: Transform pos: 90.5,-100.5 parent: 2 - - uid: 25968 + - uid: 26775 components: - type: Transform pos: 89.5,-100.5 parent: 2 - - uid: 25969 + - uid: 26776 components: - type: Transform pos: 89.5,-99.5 parent: 2 - - uid: 25970 + - uid: 26777 components: - type: Transform pos: 89.5,-98.5 parent: 2 - - uid: 25971 + - uid: 26778 components: - type: Transform pos: 87.5,-98.5 parent: 2 - - uid: 25972 + - uid: 26779 components: - type: Transform pos: 86.5,-98.5 parent: 2 - - uid: 25973 + - uid: 26780 components: - type: Transform pos: 85.5,-98.5 parent: 2 - - uid: 25974 + - uid: 26781 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-12.5 parent: 2 - - uid: 25975 + - uid: 26782 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-12.5 parent: 2 - - uid: 25976 + - uid: 26783 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-12.5 parent: 2 - - uid: 25977 + - uid: 26784 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-30.5 parent: 2 - - uid: 25978 + - uid: 26785 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-99.5 parent: 2 - - uid: 25979 + - uid: 26786 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-98.5 parent: 2 - - uid: 25980 + - uid: 26787 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-64.5 parent: 2 - - uid: 25981 + - uid: 26788 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-65.5 parent: 2 - - uid: 25982 + - uid: 26789 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-65.5 parent: 2 - - uid: 25983 + - uid: 26790 components: - type: Transform rot: -1.5707963267948966 rad pos: 106.5,-63.5 parent: 2 - - uid: 25984 + - uid: 26791 components: - type: Transform rot: -1.5707963267948966 rad pos: 106.5,-62.5 parent: 2 - - uid: 25985 + - uid: 26792 components: - type: Transform rot: -1.5707963267948966 rad pos: 106.5,-61.5 parent: 2 - - uid: 25986 + - uid: 26793 components: - type: Transform rot: -1.5707963267948966 rad pos: 103.5,-62.5 parent: 2 - - uid: 25987 + - uid: 26794 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-66.5 parent: 2 - - uid: 25988 + - uid: 26795 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-66.5 parent: 2 - - uid: 25989 + - uid: 26796 components: - type: Transform pos: 89.5,-56.5 parent: 2 - - uid: 25990 + - uid: 26797 components: - type: Transform pos: 90.5,-56.5 parent: 2 - - uid: 25991 + - uid: 26798 components: - type: Transform pos: 91.5,-56.5 parent: 2 - - uid: 25992 + - uid: 26799 components: - type: Transform pos: 92.5,-56.5 parent: 2 - - uid: 25993 + - uid: 26800 components: - type: Transform pos: 100.5,-55.5 parent: 2 - - uid: 25994 + - uid: 26801 components: - type: Transform pos: 101.5,-55.5 parent: 2 - - uid: 25995 + - uid: 26802 components: - type: Transform pos: 102.5,-55.5 parent: 2 - - uid: 25996 + - uid: 26803 components: - type: Transform pos: 97.5,-59.5 parent: 2 - - uid: 25997 + - uid: 26804 components: - type: Transform pos: 98.5,-59.5 parent: 2 - - uid: 25998 + - uid: 26805 components: - type: Transform pos: 99.5,-59.5 parent: 2 - - uid: 25999 + - uid: 26806 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,12.5 parent: 2 - - uid: 26000 + - uid: 26807 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-98.5 parent: 2 - - uid: 26001 + - uid: 26808 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-98.5 parent: 2 - - uid: 26002 + - uid: 26809 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-77.5 parent: 2 - - uid: 26003 + - uid: 26810 components: - type: Transform pos: -5.5,-80.5 parent: 2 - - uid: 26004 + - uid: 26811 components: - type: Transform pos: -51.5,10.5 parent: 2 - - uid: 26005 + - uid: 26812 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-30.5 parent: 2 - - uid: 26006 + - uid: 26813 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,29.5 parent: 2 - - uid: 26007 + - uid: 26814 components: - type: Transform pos: -52.5,10.5 parent: 2 - - uid: 26008 + - uid: 26815 components: - type: Transform pos: -50.5,10.5 parent: 2 - - uid: 26009 + - uid: 26816 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-37.5 parent: 2 - - uid: 26010 + - uid: 26817 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-36.5 parent: 2 - - uid: 26011 + - uid: 26818 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-130.5 parent: 2 - - uid: 26012 + - uid: 26819 components: - type: Transform pos: -58.5,-133.5 parent: 2 - - uid: 26013 + - uid: 26820 components: - type: Transform pos: -57.5,-134.5 parent: 2 - - uid: 26014 + - uid: 26821 components: - type: Transform pos: -53.5,-134.5 parent: 2 - - uid: 26015 + - uid: 26822 components: - type: Transform pos: -56.5,-127.5 parent: 2 - - uid: 26016 + - uid: 26823 components: - type: Transform pos: -56.5,-126.5 parent: 2 - - uid: 26017 + - uid: 26824 components: - type: Transform pos: -56.5,-125.5 parent: 2 - - uid: 26018 + - uid: 26825 components: - type: Transform pos: -56.5,-124.5 parent: 2 - - uid: 26019 + - uid: 26826 components: - type: Transform pos: -56.5,-123.5 parent: 2 - - uid: 26020 + - uid: 26827 components: - type: Transform pos: -56.5,-122.5 parent: 2 - - uid: 26021 + - uid: 26828 components: - type: Transform pos: -54.5,-122.5 parent: 2 - - uid: 26022 + - uid: 26829 components: - type: Transform pos: -54.5,-123.5 parent: 2 - - uid: 26023 + - uid: 26830 components: - type: Transform pos: -54.5,-124.5 parent: 2 - - uid: 26024 + - uid: 26831 components: - type: Transform pos: -54.5,-126.5 parent: 2 - - uid: 26025 + - uid: 26832 components: - type: Transform pos: -54.5,-127.5 parent: 2 - - uid: 26026 + - uid: 26833 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-127.5 parent: 2 - - uid: 26027 + - uid: 26834 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-126.5 parent: 2 - - uid: 26028 + - uid: 26835 components: - type: Transform pos: -23.5,-108.5 parent: 2 - - uid: 26029 + - uid: 26836 components: - type: Transform pos: -22.5,-108.5 parent: 2 - - uid: 26030 + - uid: 26837 components: - type: Transform pos: -21.5,-108.5 parent: 2 - - uid: 26031 + - uid: 26838 components: - type: Transform pos: -20.5,-108.5 parent: 2 - - uid: 26032 + - uid: 26839 components: - type: Transform pos: -19.5,-108.5 parent: 2 - - uid: 26033 + - uid: 26840 components: - type: Transform pos: -18.5,-108.5 parent: 2 - - uid: 26034 + - uid: 26841 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-105.5 parent: 2 - - uid: 26035 + - uid: 26842 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-105.5 parent: 2 - - uid: 26036 + - uid: 26843 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-105.5 parent: 2 - - uid: 26037 + - uid: 26844 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-58.5 parent: 2 - - uid: 26038 + - uid: 26845 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-57.5 parent: 2 - - uid: 26039 + - uid: 26846 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-56.5 parent: 2 - - uid: 26040 + - uid: 26847 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-55.5 parent: 2 - - uid: 26041 + - uid: 26848 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,21.5 parent: 2 - - uid: 26042 + - uid: 26849 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,21.5 parent: 2 - - uid: 26043 + - uid: 26850 components: - type: Transform pos: -39.5,-25.5 parent: 2 - - uid: 26044 + - uid: 26851 components: - type: Transform pos: 104.5,-79.5 parent: 2 - - uid: 26045 + - uid: 26852 components: - type: Transform pos: 104.5,-80.5 parent: 2 - - uid: 26046 + - uid: 26853 components: - type: Transform pos: 43.5,1.5 parent: 2 - - uid: 26047 + - uid: 26854 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-131.5 parent: 2 - - uid: 26048 + - uid: 26855 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-133.5 parent: 2 - - uid: 26049 + - uid: 26856 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-133.5 parent: 2 - - uid: 26050 + - uid: 26857 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-134.5 parent: 2 - - uid: 26051 + - uid: 26858 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-135.5 parent: 2 - - uid: 26052 + - uid: 26859 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-135.5 parent: 2 - - uid: 26053 + - uid: 26860 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-135.5 parent: 2 - - uid: 26054 + - uid: 26861 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-134.5 parent: 2 - - uid: 26055 + - uid: 26862 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-133.5 parent: 2 - - uid: 26056 + - uid: 26863 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-133.5 parent: 2 - - uid: 26057 + - uid: 26864 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-131.5 parent: 2 - - uid: 26058 + - uid: 26865 components: - type: Transform rot: 1.5707963267948966 rad @@ -177806,1080 +183043,1082 @@ entities: parent: 2 - proto: GrilleBroken entities: - - uid: 26059 - components: - - type: Transform - pos: -8.5,-42.5 - parent: 2 - - uid: 26060 - components: - - type: Transform - pos: -7.5,-41.5 - parent: 2 - - uid: 26061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-43.5 - parent: 2 - - uid: 26062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-30.5 - parent: 2 - - uid: 26063 + - uid: 26866 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-91.5 parent: 2 - - uid: 26064 + - uid: 26867 components: - type: Transform pos: 63.5,-91.5 parent: 2 - - uid: 26065 + - uid: 26868 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,-72.5 parent: 2 - - uid: 26066 + - uid: 26869 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,28.5 parent: 2 - - uid: 26067 + - uid: 26870 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-69.5 parent: 2 - - uid: 26068 + - uid: 26871 components: - type: Transform pos: 85.5,-69.5 parent: 2 - - uid: 26069 + - uid: 26872 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,-75.5 parent: 2 - - uid: 26070 + - uid: 26873 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-75.5 parent: 2 - - uid: 26071 + - uid: 26874 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-104.5 parent: 2 - - uid: 26072 + - uid: 26875 components: - type: Transform pos: 57.5,-106.5 parent: 2 - - uid: 26073 + - uid: 26876 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,0.5 parent: 2 - - uid: 26074 + - uid: 26877 components: - type: Transform pos: -56.5,0.5 parent: 2 - - uid: 26075 + - uid: 26878 components: - type: Transform pos: -56.5,-2.5 parent: 2 - - uid: 26076 + - uid: 26879 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-1.5 parent: 2 - - uid: 26077 + - uid: 26880 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-107.5 parent: 2 - - uid: 26078 + - uid: 26881 components: - type: Transform pos: 11.5,-107.5 parent: 2 - - uid: 26079 + - uid: 26882 components: - type: Transform pos: 13.5,-107.5 parent: 2 - - uid: 26080 + - uid: 26883 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-107.5 parent: 2 - - uid: 26081 + - uid: 26884 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-106.5 parent: 2 - - uid: 26082 + - uid: 26885 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-106.5 parent: 2 - - uid: 26083 + - uid: 26886 components: - type: Transform pos: 81.5,-76.5 parent: 2 - - uid: 26084 + - uid: 26887 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-78.5 parent: 2 - - uid: 26085 + - uid: 26888 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,30.5 parent: 2 - - uid: 26086 + - uid: 26889 components: - type: Transform pos: 10.5,30.5 parent: 2 - - uid: 26087 + - uid: 26890 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,32.5 parent: 2 - - uid: 26088 + - uid: 26891 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,32.5 parent: 2 - - uid: 26089 + - uid: 26892 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,31.5 parent: 2 - - uid: 26090 + - uid: 26893 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,31.5 parent: 2 - - uid: 26091 + - uid: 26894 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,28.5 parent: 2 - - uid: 26092 + - uid: 26895 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,28.5 parent: 2 - - uid: 26093 + - uid: 26896 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,21.5 parent: 2 - - uid: 26094 + - uid: 26897 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,21.5 parent: 2 - - uid: 26095 + - uid: 26898 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,21.5 parent: 2 - - uid: 26096 + - uid: 26899 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,17.5 parent: 2 - - uid: 26097 + - uid: 26900 components: - type: Transform pos: -81.5,-35.5 parent: 2 - - uid: 26098 + - uid: 26901 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-35.5 parent: 2 - - uid: 26099 + - uid: 26902 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-34.5 parent: 2 - - uid: 26100 + - uid: 26903 components: - type: Transform pos: -76.5,-79.5 parent: 2 - - uid: 26101 + - uid: 26904 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-78.5 parent: 2 - - uid: 26102 + - uid: 26905 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-79.5 parent: 2 - - uid: 26103 + - uid: 26906 components: - type: Transform pos: -83.5,-63.5 parent: 2 - - uid: 26104 + - uid: 26907 components: - type: Transform pos: -81.5,-55.5 parent: 2 - - uid: 26105 + - uid: 26908 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-70.5 parent: 2 - - uid: 26106 + - uid: 26909 components: - type: Transform pos: -81.5,-71.5 parent: 2 - - uid: 26107 + - uid: 26910 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,-71.5 parent: 2 - - uid: 26108 + - uid: 26911 components: - type: Transform pos: -82.5,-67.5 parent: 2 - - uid: 26109 + - uid: 26912 components: - type: Transform rot: -1.5707963267948966 rad pos: -83.5,-63.5 parent: 2 - - uid: 26110 + - uid: 26913 components: - type: Transform rot: -1.5707963267948966 rad pos: -83.5,-60.5 parent: 2 - - uid: 26111 + - uid: 26914 components: - type: Transform rot: -1.5707963267948966 rad pos: -83.5,-61.5 parent: 2 - - uid: 26112 + - uid: 26915 components: - type: Transform rot: -1.5707963267948966 rad pos: -82.5,-58.5 parent: 2 - - uid: 26113 + - uid: 26916 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-58.5 parent: 2 - - uid: 26114 + - uid: 26917 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-57.5 parent: 2 - - uid: 26115 + - uid: 26918 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-55.5 parent: 2 - - uid: 26116 + - uid: 26919 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-104.5 parent: 2 - - uid: 26117 + - uid: 26920 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-93.5 parent: 2 - - uid: 26118 + - uid: 26921 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-96.5 parent: 2 - - uid: 26119 + - uid: 26922 components: - type: Transform pos: 27.5,-98.5 parent: 2 - - uid: 26120 + - uid: 26923 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-110.5 parent: 2 - - uid: 26121 + - uid: 26924 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-110.5 parent: 2 - - uid: 26122 + - uid: 26925 components: - type: Transform pos: 27.5,-105.5 parent: 2 - - uid: 26123 + - uid: 26926 components: - type: Transform pos: 28.5,-106.5 parent: 2 - - uid: 26124 + - uid: 26927 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-106.5 parent: 2 - - uid: 26125 + - uid: 26928 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-108.5 parent: 2 - - uid: 26126 + - uid: 26929 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-112.5 parent: 2 - - uid: 26127 + - uid: 26930 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-110.5 parent: 2 - - uid: 26128 + - uid: 26931 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-108.5 parent: 2 - - uid: 26129 + - uid: 26932 components: - type: Transform pos: 55.5,-108.5 parent: 2 - - uid: 26130 + - uid: 26933 components: - type: Transform pos: 53.5,-110.5 parent: 2 - - uid: 26131 + - uid: 26934 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-112.5 parent: 2 - - uid: 26132 + - uid: 26935 components: - type: Transform pos: 49.5,-113.5 parent: 2 - - uid: 26133 + - uid: 26936 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-113.5 parent: 2 - - uid: 26134 + - uid: 26937 components: - type: Transform pos: 51.5,-113.5 parent: 2 - - uid: 26135 + - uid: 26938 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-110.5 parent: 2 - - uid: 26136 + - uid: 26939 components: - type: Transform pos: 56.5,-106.5 parent: 2 - - uid: 26137 + - uid: 26940 components: - type: Transform pos: 30.5,-112.5 parent: 2 - - uid: 26138 + - uid: 26941 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-114.5 parent: 2 - - uid: 26139 + - uid: 26942 components: - type: Transform pos: 32.5,-114.5 parent: 2 - - uid: 26140 + - uid: 26943 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-114.5 parent: 2 - - uid: 26141 + - uid: 26944 components: - type: Transform pos: 38.5,-114.5 parent: 2 - - uid: 26142 + - uid: 26945 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-114.5 parent: 2 - - uid: 26143 + - uid: 26946 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-114.5 parent: 2 - - uid: 26144 + - uid: 26947 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-114.5 parent: 2 - - uid: 26145 + - uid: 26948 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-114.5 parent: 2 - - uid: 26146 + - uid: 26949 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-93.5 parent: 2 - - uid: 26147 + - uid: 26950 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-112.5 parent: 2 - - uid: 26148 + - uid: 26951 components: - type: Transform pos: 27.5,-90.5 parent: 2 - - uid: 26149 + - uid: 26952 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-90.5 parent: 2 - - uid: 26150 + - uid: 26953 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,27.5 parent: 2 - - uid: 26151 + - uid: 26954 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,28.5 parent: 2 - - uid: 26152 + - uid: 26955 components: - type: Transform rot: 3.141592653589793 rad pos: 87.5,-68.5 parent: 2 - - uid: 26153 + - uid: 26956 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,15.5 parent: 2 - - uid: 26154 + - uid: 26957 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,16.5 parent: 2 - - uid: 26155 + - uid: 26958 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,16.5 parent: 2 - - uid: 26156 + - uid: 26959 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,15.5 parent: 2 - - uid: 26157 + - uid: 26960 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,15.5 parent: 2 - - uid: 26158 + - uid: 26961 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-95.5 parent: 2 - - uid: 26159 + - uid: 26962 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-94.5 parent: 2 - - uid: 26160 + - uid: 26963 components: - type: Transform pos: -75.5,-81.5 parent: 2 - - uid: 26161 + - uid: 26964 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-88.5 parent: 2 - - uid: 26162 + - uid: 26965 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-97.5 parent: 2 - - uid: 26163 + - uid: 26966 components: - type: Transform pos: -74.5,-102.5 parent: 2 - - uid: 26164 + - uid: 26967 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-100.5 parent: 2 - - uid: 26165 + - uid: 26968 components: - type: Transform pos: -60.5,-94.5 parent: 2 - - uid: 26166 + - uid: 26969 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-94.5 parent: 2 - - uid: 26167 + - uid: 26970 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-94.5 parent: 2 - - uid: 26168 + - uid: 26971 components: - type: Transform pos: -93.5,-0.5 parent: 2 - - uid: 26169 + - uid: 26972 components: - type: Transform rot: 1.5707963267948966 rad pos: -92.5,-0.5 parent: 2 - - uid: 26170 + - uid: 26973 components: - type: Transform pos: -92.5,-0.5 parent: 2 - - uid: 26171 + - uid: 26974 components: - type: Transform rot: -1.5707963267948966 rad pos: -93.5,-0.5 parent: 2 - - uid: 26172 + - uid: 26975 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,19.5 parent: 2 - - uid: 26173 + - uid: 26976 components: - type: Transform pos: -89.5,19.5 parent: 2 - - uid: 26174 + - uid: 26977 components: - type: Transform rot: -1.5707963267948966 rad pos: -89.5,19.5 parent: 2 - - uid: 26175 + - uid: 26978 components: - type: Transform rot: 3.141592653589793 rad pos: -88.5,11.5 parent: 2 - - uid: 26176 + - uid: 26979 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,18.5 parent: 2 - - uid: 26177 + - uid: 26980 components: - type: Transform rot: -1.5707963267948966 rad pos: -90.5,-15.5 parent: 2 - - uid: 26178 + - uid: 26981 components: - type: Transform rot: -1.5707963267948966 rad pos: -93.5,-8.5 parent: 2 - - uid: 26179 + - uid: 26982 components: - type: Transform rot: 3.141592653589793 rad pos: -93.5,-8.5 parent: 2 - - uid: 26180 + - uid: 26983 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-116.5 parent: 2 - - uid: 26181 + - uid: 26984 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-126.5 parent: 2 - - uid: 26182 + - uid: 26985 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-126.5 parent: 2 - - uid: 26183 + - uid: 26986 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-124.5 parent: 2 - - uid: 26184 + - uid: 26987 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-125.5 parent: 2 - - uid: 26185 + - uid: 26988 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-128.5 parent: 2 - - uid: 26186 + - uid: 26989 components: - type: Transform rot: 1.5707963267948966 rad pos: 95.5,-96.5 parent: 2 - - uid: 26187 + - uid: 26990 components: - type: Transform rot: -1.5707963267948966 rad pos: 109.5,-62.5 parent: 2 - - uid: 26188 + - uid: 26991 components: - type: Transform pos: 109.5,-62.5 parent: 2 - - uid: 26189 + - uid: 26992 components: - type: Transform pos: 109.5,-65.5 parent: 2 - - uid: 26190 + - uid: 26993 components: - type: Transform rot: 1.5707963267948966 rad pos: 109.5,-65.5 parent: 2 - - uid: 26191 + - uid: 26994 components: - type: Transform rot: 3.141592653589793 rad pos: 110.5,-69.5 parent: 2 - - uid: 26192 + - uid: 26995 components: - type: Transform rot: 3.141592653589793 rad pos: 109.5,-75.5 parent: 2 - - uid: 26193 + - uid: 26996 components: - type: Transform pos: 109.5,-75.5 parent: 2 - - uid: 26194 + - uid: 26997 components: - type: Transform rot: -1.5707963267948966 rad pos: 109.5,-75.5 parent: 2 - - uid: 26195 + - uid: 26998 components: - type: Transform rot: 3.141592653589793 rad pos: 109.5,-84.5 parent: 2 - - uid: 26196 + - uid: 26999 components: - type: Transform rot: -1.5707963267948966 rad pos: 104.5,-93.5 parent: 2 - - uid: 26197 + - uid: 27000 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.5,-93.5 parent: 2 - - uid: 26198 + - uid: 27001 components: - type: Transform rot: 1.5707963267948966 rad pos: 99.5,-97.5 parent: 2 - - uid: 26199 + - uid: 27002 components: - type: Transform pos: 99.5,-97.5 parent: 2 - - uid: 26200 + - uid: 27003 components: - type: Transform rot: -1.5707963267948966 rad pos: 95.5,-96.5 parent: 2 - - uid: 26201 + - uid: 27004 components: - type: Transform pos: 89.5,-86.5 parent: 2 - - uid: 26202 + - uid: 27005 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-82.5 parent: 2 - - uid: 26203 + - uid: 27006 components: - type: Transform pos: 87.5,-82.5 parent: 2 - - uid: 26204 + - uid: 27007 components: - type: Transform pos: 86.5,-82.5 parent: 2 - - uid: 26205 + - uid: 27008 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,35.5 parent: 2 - - uid: 26206 + - uid: 27009 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,30.5 parent: 2 - - uid: 26207 + - uid: 27010 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,34.5 parent: 2 - - uid: 26208 + - uid: 27011 components: - type: Transform rot: 3.141592653589793 rad pos: 111.5,-37.5 parent: 2 - - uid: 26209 + - uid: 27012 components: - type: Transform rot: 3.141592653589793 rad pos: 115.5,-45.5 parent: 2 - - uid: 26210 + - uid: 27013 components: - type: Transform pos: 115.5,-46.5 parent: 2 - - uid: 26211 + - uid: 27014 components: - type: Transform pos: 114.5,-48.5 parent: 2 - - uid: 26212 + - uid: 27015 components: - type: Transform pos: 112.5,-51.5 parent: 2 - - uid: 26213 + - uid: 27016 components: - type: Transform pos: -90.5,-26.5 parent: 2 - - uid: 26214 + - uid: 27017 components: - type: Transform pos: -92.5,-20.5 parent: 2 - - uid: 26215 + - uid: 27018 components: - type: Transform rot: -1.5707963267948966 rad pos: -91.5,-24.5 parent: 2 - - uid: 26216 + - uid: 27019 components: - type: Transform pos: -76.5,24.5 parent: 2 - - uid: 26217 + - uid: 27020 components: - type: Transform pos: -88.5,24.5 parent: 2 - - uid: 26218 + - uid: 27021 components: - type: Transform rot: 1.5707963267948966 rad pos: -78.5,26.5 parent: 2 - - uid: 26219 + - uid: 27022 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,27.5 parent: 2 - - uid: 26220 + - uid: 27023 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,29.5 parent: 2 - - uid: 26221 + - uid: 27024 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.5,32.5 parent: 2 - - uid: 26222 + - uid: 27025 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,-93.5 parent: 2 - - uid: 26223 + - uid: 27026 components: - type: Transform pos: 69.5,-94.5 parent: 2 - - uid: 26224 + - uid: 27027 components: - type: Transform rot: 3.141592653589793 rad pos: 83.5,-97.5 parent: 2 - - uid: 26225 + - uid: 27028 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-99.5 parent: 2 - - uid: 26226 + - uid: 27029 components: - type: Transform rot: 1.5707963267948966 rad pos: 75.5,-99.5 parent: 2 - - uid: 26227 + - uid: 27030 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-98.5 parent: 2 - - uid: 26228 + - uid: 27031 components: - type: Transform pos: 84.5,-91.5 parent: 2 - - uid: 26229 + - uid: 27032 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-90.5 parent: 2 - - uid: 26230 + - uid: 27033 components: - type: Transform pos: 90.5,-91.5 parent: 2 - - uid: 26231 + - uid: 27034 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,27.5 parent: 2 - - uid: 26232 + - uid: 27035 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,13.5 parent: 2 - - uid: 26233 + - uid: 27036 components: - type: Transform rot: 1.5707963267948966 rad pos: 82.5,10.5 parent: 2 - - uid: 26234 + - uid: 27037 components: - type: Transform rot: 3.141592653589793 rad pos: 90.5,1.5 parent: 2 - - uid: 26235 + - uid: 27038 components: - type: Transform pos: 93.5,-3.5 parent: 2 - - uid: 26236 + - uid: 27039 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-7.5 parent: 2 + - uid: 27040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-32.5 + parent: 2 + - uid: 27041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-33.5 + parent: 2 + - uid: 27042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-34.5 + parent: 2 + - uid: 27043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-35.5 + parent: 2 - proto: GrilleDiagonal entities: - - uid: 26237 + - uid: 27044 components: - type: Transform pos: -11.5,25.5 parent: 2 - - uid: 26238 + - uid: 27045 components: - type: Transform pos: -10.5,26.5 parent: 2 - - uid: 26239 + - uid: 27046 components: - type: Transform pos: -6.5,27.5 parent: 2 - - uid: 26240 + - uid: 27047 components: - type: Transform pos: -3.5,28.5 parent: 2 - - uid: 26241 + - uid: 27048 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,28.5 parent: 2 - - uid: 26242 + - uid: 27049 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,27.5 parent: 2 - - uid: 26243 + - uid: 27050 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,26.5 parent: 2 - - uid: 26244 + - uid: 27051 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,25.5 parent: 2 - - uid: 26245 + - uid: 27052 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-0.5 parent: 2 - - uid: 26246 + - uid: 27053 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,24.5 parent: 2 - - uid: 26247 + - uid: 27054 components: - type: Transform rot: -1.5707963267948966 rad @@ -178887,531 +184126,531 @@ entities: parent: 2 - proto: GrilleSpawner entities: - - uid: 26248 + - uid: 27055 components: - type: Transform pos: -54.5,-125.5 parent: 2 - - uid: 26249 + - uid: 27056 components: - type: Transform pos: -46.5,-73.5 parent: 2 - - uid: 26250 + - uid: 27057 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-95.5 parent: 2 - - uid: 26251 + - uid: 27058 components: - type: Transform pos: 24.5,33.5 parent: 2 - - uid: 26252 + - uid: 27059 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-95.5 parent: 2 - - uid: 26253 + - uid: 27060 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-96.5 parent: 2 - - uid: 26254 + - uid: 27061 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-97.5 parent: 2 - - uid: 26255 + - uid: 27062 components: - type: Transform pos: 58.5,-45.5 parent: 2 - - uid: 26256 + - uid: 27063 components: - type: Transform pos: 59.5,-45.5 parent: 2 - - uid: 26257 + - uid: 27064 components: - type: Transform pos: 64.5,-86.5 parent: 2 - - uid: 26258 + - uid: 27065 components: - type: Transform pos: -59.5,-89.5 parent: 2 - - uid: 26259 + - uid: 27066 components: - type: Transform pos: -60.5,-91.5 parent: 2 - - uid: 26260 + - uid: 27067 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-106.5 parent: 2 - - uid: 26261 + - uid: 27068 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-106.5 parent: 2 - - uid: 26262 + - uid: 27069 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-46.5 parent: 2 - - uid: 26263 + - uid: 27070 components: - type: Transform pos: -58.5,-0.5 parent: 2 - - uid: 26264 + - uid: 27071 components: - type: Transform pos: -58.5,-1.5 parent: 2 - - uid: 26265 + - uid: 27072 components: - type: Transform pos: -58.5,-2.5 parent: 2 - - uid: 26266 + - uid: 27073 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-61.5 parent: 2 - - uid: 26267 + - uid: 27074 components: - type: Transform pos: -51.5,-93.5 parent: 2 - - uid: 26268 + - uid: 27075 components: - type: Transform pos: 11.5,-107.5 parent: 2 - - uid: 26269 + - uid: 27076 components: - type: Transform pos: -47.5,19.5 parent: 2 - - uid: 26270 + - uid: 27077 components: - type: Transform pos: -45.5,19.5 parent: 2 - - uid: 26271 + - uid: 27078 components: - type: Transform pos: -46.5,19.5 parent: 2 - - uid: 26272 + - uid: 27079 components: - type: Transform pos: -52.5,20.5 parent: 2 - - uid: 26273 + - uid: 27080 components: - type: Transform pos: -42.5,21.5 parent: 2 - - uid: 26274 + - uid: 27081 components: - type: Transform pos: -50.5,21.5 parent: 2 - - uid: 26275 + - uid: 27082 components: - type: Transform pos: -50.5,19.5 parent: 2 - - uid: 26276 + - uid: 27083 components: - type: Transform pos: -48.5,20.5 parent: 2 - - uid: 26277 + - uid: 27084 components: - type: Transform pos: -44.5,20.5 parent: 2 - - uid: 26278 + - uid: 27085 components: - type: Transform pos: -40.5,20.5 parent: 2 - - uid: 26279 + - uid: 27086 components: - type: Transform pos: -42.5,19.5 parent: 2 - - uid: 26280 + - uid: 27087 components: - type: Transform pos: 64.5,-91.5 parent: 2 - - uid: 26281 + - uid: 27088 components: - type: Transform pos: 87.5,-13.5 parent: 2 - - uid: 26282 + - uid: 27089 components: - type: Transform pos: -48.5,13.5 parent: 2 - - uid: 26283 + - uid: 27090 components: - type: Transform pos: 79.5,-81.5 parent: 2 - - uid: 26284 + - uid: 27091 components: - type: Transform pos: 86.5,-15.5 parent: 2 - - uid: 26285 + - uid: 27092 components: - type: Transform pos: 24.5,29.5 parent: 2 - - uid: 26286 + - uid: 27093 components: - type: Transform pos: 21.5,27.5 parent: 2 - - uid: 26287 + - uid: 27094 components: - type: Transform pos: 1.5,32.5 parent: 2 - - uid: 26288 + - uid: 27095 components: - type: Transform pos: 4.5,31.5 parent: 2 - - uid: 26289 + - uid: 27096 components: - type: Transform pos: -7.5,30.5 parent: 2 - - uid: 26290 + - uid: 27097 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,27.5 parent: 2 - - uid: 26291 + - uid: 27098 components: - type: Transform pos: -14.5,26.5 parent: 2 - - uid: 26292 + - uid: 27099 components: - type: Transform pos: -11.5,29.5 parent: 2 - - uid: 26293 + - uid: 27100 components: - type: Transform pos: -31.5,21.5 parent: 2 - - uid: 26294 + - uid: 27101 components: - type: Transform pos: -24.5,21.5 parent: 2 - - uid: 26295 + - uid: 27102 components: - type: Transform pos: -19.5,22.5 parent: 2 - - uid: 26296 + - uid: 27103 components: - type: Transform pos: -21.5,22.5 parent: 2 - - uid: 26297 + - uid: 27104 components: - type: Transform pos: -58.5,17.5 parent: 2 - - uid: 26298 + - uid: 27105 components: - type: Transform pos: -56.5,19.5 parent: 2 - - uid: 26299 + - uid: 27106 components: - type: Transform pos: -59.5,16.5 parent: 2 - - uid: 26300 + - uid: 27107 components: - type: Transform pos: -61.5,16.5 parent: 2 - - uid: 26301 + - uid: 27108 components: - type: Transform pos: -78.5,-75.5 parent: 2 - - uid: 26302 + - uid: 27109 components: - type: Transform pos: -83.5,-66.5 parent: 2 - - uid: 26303 + - uid: 27110 components: - type: Transform pos: -83.5,-60.5 parent: 2 - - uid: 26304 + - uid: 27111 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-101.5 parent: 2 - - uid: 26305 + - uid: 27112 components: - type: Transform pos: 58.5,-105.5 parent: 2 - - uid: 26306 + - uid: 27113 components: - type: Transform pos: 59.5,-103.5 parent: 2 - - uid: 26307 + - uid: 27114 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,39.5 parent: 2 - - uid: 26308 + - uid: 27115 components: - type: Transform pos: -69.5,16.5 parent: 2 - - uid: 26309 + - uid: 27116 components: - type: Transform pos: -62.5,15.5 parent: 2 - - uid: 26310 + - uid: 27117 components: - type: Transform pos: -49.5,-74.5 parent: 2 - - uid: 26311 + - uid: 27118 components: - type: Transform pos: -46.5,-74.5 parent: 2 - - uid: 26312 + - uid: 27119 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,5.5 parent: 2 - - uid: 26313 + - uid: 27120 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,5.5 parent: 2 - - uid: 26314 + - uid: 27121 components: - type: Transform rot: 3.141592653589793 rad pos: -92.5,-4.5 parent: 2 - - uid: 26315 + - uid: 27122 components: - type: Transform rot: 3.141592653589793 rad pos: -93.5,-12.5 parent: 2 - - uid: 26316 + - uid: 27123 components: - type: Transform pos: -63.5,-111.5 parent: 2 - - uid: 26317 + - uid: 27124 components: - type: Transform pos: -48.5,-125.5 parent: 2 - - uid: 26318 + - uid: 27125 components: - type: Transform pos: -57.5,-126.5 parent: 2 - - uid: 26319 + - uid: 27126 components: - type: Transform pos: -42.5,-128.5 parent: 2 - - uid: 26320 + - uid: 27127 components: - type: Transform pos: -35.5,-128.5 parent: 2 - - uid: 26321 + - uid: 27128 components: - type: Transform pos: -32.5,-128.5 parent: 2 - - uid: 26322 + - uid: 27129 components: - type: Transform pos: -26.5,-120.5 parent: 2 - - uid: 26323 + - uid: 27130 components: - type: Transform pos: -28.5,-121.5 parent: 2 - - uid: 26324 + - uid: 27131 components: - type: Transform pos: -22.5,-113.5 parent: 2 - - uid: 26325 + - uid: 27132 components: - type: Transform pos: -22.5,-110.5 parent: 2 - - uid: 26326 + - uid: 27133 components: - type: Transform pos: 89.5,-90.5 parent: 2 - - uid: 26327 + - uid: 27134 components: - type: Transform pos: 82.5,-81.5 parent: 2 - - uid: 26328 + - uid: 27135 components: - type: Transform pos: 101.5,-96.5 parent: 2 - - uid: 26329 + - uid: 27136 components: - type: Transform pos: 110.5,-66.5 parent: 2 - - uid: 26330 + - uid: 27137 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,36.5 parent: 2 - - uid: 26331 + - uid: 27138 components: - type: Transform anchored: False pos: 68.5,-90.5 parent: 2 - - uid: 26332 + - uid: 27139 components: - type: Transform pos: 74.5,-74.5 parent: 2 - - uid: 26333 + - uid: 27140 components: - type: Transform pos: 70.5,-74.5 parent: 2 - - uid: 26334 + - uid: 27141 components: - type: Transform pos: 9.5,-113.5 parent: 2 - - uid: 26335 + - uid: 27142 components: - type: Transform pos: 13.5,-113.5 parent: 2 - - uid: 26336 + - uid: 27143 components: - type: Transform pos: 4.5,-110.5 parent: 2 - - uid: 26337 + - uid: 27144 components: - type: Transform rot: 3.141592653589793 rad pos: 92.5,-1.5 parent: 2 - - uid: 26338 + - uid: 27145 components: - type: Transform pos: -55.5,-134.5 parent: 2 - - uid: 26339 + - uid: 27146 components: - type: Transform pos: -52.5,-131.5 parent: 2 - - uid: 26340 + - uid: 27147 components: - type: Transform pos: -52.5,-132.5 parent: 2 - - uid: 26341 + - uid: 27148 components: - type: Transform pos: -56.5,-134.5 parent: 2 - - uid: 26342 + - uid: 27149 components: - type: Transform pos: -58.5,-132.5 parent: 2 - - uid: 26343 + - uid: 27150 components: - type: Transform pos: -55.5,-135.5 parent: 2 - - uid: 26344 + - uid: 27151 components: - type: Transform pos: -59.5,-132.5 parent: 2 - - uid: 26345 + - uid: 27152 components: - type: Transform pos: -56.5,-135.5 parent: 2 - - uid: 26346 + - uid: 27153 components: - type: Transform pos: -51.5,-132.5 parent: 2 - proto: GroundCannabisRainbow entities: - - uid: 15766 + - uid: 16281 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: GunSafe entities: - - uid: 2451 + - uid: 2483 components: - type: MetaData name: сейф для секретов @@ -179449,15 +184688,15 @@ entities: showEnts: False occludes: True ents: - - 2454 - - 2452 + - 2486 + - 2484 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 2519 + - uid: 2551 components: - type: MetaData name: сейф капсульного пистолета @@ -179491,48 +184730,14 @@ entities: showEnts: False occludes: True ents: - - 2521 - - 2520 - - 2522 + - 2553 + - 2552 + - 2554 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15116 - components: - - type: Transform - pos: -7.5,-28.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: - - 15117 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 26347 + - uid: 27154 components: - type: MetaData name: сейф с жетонами @@ -179566,144 +184771,35 @@ entities: showEnts: False occludes: True ents: - - 26355 - - 26351 - - 26353 - - 26349 - - 26354 - - 26348 - - 26350 - - 26352 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 26356 - components: - - type: Transform - pos: 4.5,-59.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 - - uid: 26357 - components: - - type: Transform - pos: 3.5,-59.5 - parent: 2 - - type: Lock - locked: False - - 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 - - uid: 26358 - components: - - type: Transform - pos: 2.5,-59.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 -- proto: GunSafeBaseSecure - entities: - - uid: 15407 - components: - - type: Transform - pos: -8.5,-51.5 - parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 15408 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 16315 - components: - - type: Transform - pos: -7.5,-51.5 - parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 16316 + - 27162 + - 27158 + - 27160 + - 27156 + - 27161 + - 27155 + - 27157 + - 27159 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: GunSafeDisabler entities: - - uid: 26359 + - uid: 27163 components: - type: Transform pos: 55.5,-20.5 parent: 2 - proto: GunSafeLaserCarbine entities: - - uid: 28996 + - uid: 27164 components: - type: Transform pos: 61.5,-11.5 parent: 2 - proto: GunSafePistolMk58 entities: - - uid: 26361 + - uid: 27165 components: - type: Transform pos: 65.5,-11.5 @@ -179732,85 +184828,85 @@ entities: showEnts: False occludes: True ents: - - 26362 - - 26363 + - 27166 + - 27167 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: GunSafeRifleLecter entities: - - uid: 26364 + - uid: 27168 components: - type: Transform pos: 63.5,-17.5 parent: 2 - proto: GunSafeSubMachineGunDrozd entities: - - uid: 26365 + - uid: 27169 components: - type: Transform pos: 64.5,-17.5 parent: 2 - proto: Handcuffs entities: - - uid: 26366 + - uid: 27170 components: - type: Transform pos: -7.590296,1.7182901 parent: 2 - - uid: 26367 + - uid: 27171 components: - type: Transform pos: -2.5020196,13.503156 parent: 2 - - uid: 26368 + - uid: 27172 components: - type: Transform pos: 73.72027,-26.411335 parent: 2 - - uid: 26369 + - uid: 27173 components: - type: Transform pos: -47.30249,-46.404476 parent: 2 - - uid: 26370 + - uid: 27174 components: - type: Transform pos: 42.548824,-11.543914 parent: 2 - proto: HandheldGPSBasic entities: - - uid: 26371 + - uid: 27175 components: - type: Transform pos: 56.336117,15.275301 parent: 2 - - uid: 26373 + - uid: 27177 components: - type: Transform - parent: 26372 + parent: 27176 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26374 + - uid: 27178 components: - type: Transform pos: -2.3341408,17.567802 parent: 2 - - uid: 26375 + - uid: 27179 components: - type: Transform pos: -7.4132366,-100.477585 parent: 2 - proto: HandheldHealthAnalyzer entities: - - uid: 26376 + - uid: 27180 components: - type: Transform pos: 62.341415,-4.6432304 parent: 2 - - uid: 26377 + - uid: 27181 components: - type: Transform rot: 1.5707963267948966 rad @@ -179818,133 +184914,134 @@ entities: parent: 2 - proto: HandheldHealthAnalyzerUnpowered entities: - - uid: 26378 + - uid: 27182 components: - type: Transform pos: -68.47285,-49.354755 parent: 2 - - uid: 26379 + - uid: 27183 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.32156,-5.4472365 parent: 2 - - uid: 26380 + - uid: 27184 components: - type: Transform pos: 83.284225,-9.472714 parent: 2 +- proto: HandHeldMassScanner + entities: + - uid: 27185 + components: + - type: Transform + pos: 8.44556,-41.451553 + parent: 2 - proto: HandheldStationMap entities: - - uid: 26381 + - uid: 27186 components: - type: Transform pos: 52.481827,-76.33526 parent: 2 - - uid: 26382 + - uid: 27187 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.615925,-52.310795 parent: 2 - - uid: 26383 + - uid: 27188 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.431866,24.706774 parent: 2 - - uid: 26384 + - uid: 27189 components: - type: Transform pos: -31.679695,-95.45278 parent: 2 - - uid: 26385 + - uid: 27190 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.534402,-103.27963 parent: 2 - - uid: 26386 + - uid: 27191 components: - type: Transform pos: 66.536896,-26.568066 parent: 2 - - uid: 26387 + - uid: 27192 components: - type: Transform pos: 32.5,43.5 parent: 2 - proto: HandLabeler entities: - - uid: 26388 + - uid: 27193 components: - type: Transform pos: 67.05984,-27.312744 parent: 2 - - uid: 26389 + - uid: 27194 components: - type: Transform pos: -27.49639,-77.098885 parent: 2 - - uid: 26390 + - uid: 27195 components: - type: Transform pos: 50.990173,-53.741455 parent: 2 - - uid: 26391 + - uid: 27196 components: - type: Transform pos: 34.196903,-71.29056 parent: 2 - - uid: 26392 + - uid: 27197 components: - type: Transform pos: -35.393368,-27.351479 parent: 2 - - uid: 26393 + - uid: 27198 components: - type: Transform pos: -57.473927,-32.84579 parent: 2 - proto: HappyHonk entities: - - uid: 26394 + - uid: 27199 components: - type: Transform pos: 31.546932,4.9642363 parent: 2 -- proto: HappyHonkMime +- proto: HeadArachnid entities: - - uid: 26395 + - uid: 27200 components: - type: Transform - pos: 16.5,-47.5 + rot: 3.141592653589793 rad + pos: -5.0829196,-42.402122 parent: 2 - proto: HeadMoth entities: - - uid: 26396 + - uid: 27201 components: - type: Transform pos: 65.5,-50.5 parent: 2 - proto: HeadReptilian entities: - - uid: 26397 + - uid: 27202 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.8308,-32.5277 parent: 2 -- proto: HeadSlime - entities: - - uid: 26398 - components: - - type: Transform - pos: 14.523035,-30.827236 - parent: 2 - proto: HeadVox entities: - - uid: 26399 + - uid: 27203 components: - type: Transform rot: 1.5707963267948966 rad @@ -179952,13 +185049,7 @@ entities: parent: 2 - proto: HeatExchanger entities: - - uid: 26400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-58.5 - parent: 2 - - uid: 26401 + - uid: 27204 components: - type: Transform rot: -1.5707963267948966 rad @@ -179966,7 +185057,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 26402 + - uid: 27205 components: - type: Transform rot: -1.5707963267948966 rad @@ -179974,32 +185065,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' -- proto: HeatExchangerBend - entities: - - uid: 26403 - components: - - type: Transform - pos: -10.5,-57.5 - parent: 2 - - uid: 26404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-57.5 - parent: 2 - proto: HighSecArmoryLocked entities: - - uid: 26405 + - uid: 27206 components: - type: Transform pos: 63.5,-14.5 parent: 2 - - uid: 26406 + - uid: 27207 components: - type: Transform pos: 59.5,-18.5 parent: 2 - - uid: 26407 + - uid: 27208 components: - type: Transform rot: 3.141592653589793 rad @@ -180007,39 +185085,29 @@ entities: parent: 2 - proto: HighSecCommandLocked entities: - - uid: 26408 + - uid: 27209 components: - type: Transform pos: 99.5,-73.5 parent: 2 - - uid: 26409 + - uid: 27210 components: - type: Transform pos: 97.5,-73.5 parent: 2 - - uid: 26410 + - uid: 27211 components: - type: Transform pos: 97.5,-77.5 parent: 2 - - uid: 26411 + - uid: 27212 components: - type: Transform pos: 99.5,-77.5 parent: 2 - proto: HighSecDoor entities: - - uid: 26412 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 2 - - uid: 26413 - components: - - type: Transform - pos: 3.5,-40.5 - parent: 2 - - uid: 26414 + - uid: 27213 components: - type: Transform pos: 12.5,20.5 @@ -180051,7 +185119,7 @@ entities: - - ChiefEngineer - - HeadOfSecurity - - ResearchDirector - - uid: 26415 + - uid: 27214 components: - type: Transform rot: 3.141592653589793 rad @@ -180064,7 +185132,7 @@ entities: - - ChiefEngineer - - HeadOfSecurity - - ResearchDirector - - uid: 26416 + - uid: 27215 components: - type: Transform rot: 3.141592653589793 rad @@ -180074,7 +185142,7 @@ entities: containerAccessProvider: null access: - - ChiefEngineer - - uid: 26417 + - uid: 27216 components: - type: Transform pos: 38.5,-40.5 @@ -180083,7 +185151,7 @@ entities: containerAccessProvider: null access: - - ChiefEngineer - - uid: 26418 + - uid: 27217 components: - type: MetaData desc: Только для НаучРука, ГСБ и Старшего инженера. @@ -180098,7 +185166,7 @@ entities: - - ChiefEngineer - - HeadOfSecurity - - ResearchDirector - - uid: 26419 + - uid: 27218 components: - type: MetaData desc: Только для НаучРука, ГСБ и Старшего инженера. @@ -180113,7 +185181,7 @@ entities: - - ChiefEngineer - - HeadOfSecurity - - ResearchDirector - - uid: 26420 + - uid: 27219 components: - type: Transform pos: -1.5,-6.5 @@ -180125,7 +185193,7 @@ entities: - - ChiefEngineer - - HeadOfSecurity - - ResearchDirector - - uid: 26421 + - uid: 27220 components: - type: Transform rot: 3.141592653589793 rad @@ -180138,19 +185206,19 @@ entities: - - ChiefEngineer - proto: HolofanProjector entities: - - uid: 26422 + - uid: 27221 components: - type: Transform pos: 38.471985,-52.303555 parent: 2 - - uid: 26423 + - uid: 27222 components: - type: Transform pos: 41.638515,-94.44738 parent: 2 - proto: Holopad entities: - - uid: 26424 + - uid: 27223 components: - type: MetaData name: голопад (СБ - Брифрум) @@ -180161,7 +185229,7 @@ entities: currentLabel: СБ - Брифрум - type: NameModifier baseName: голопад - - uid: 26425 + - uid: 27224 components: - type: MetaData name: голопад (Астра - Центр) @@ -180174,539 +185242,539 @@ entities: baseName: голопад - proto: HolopadAiBackupPower entities: - - uid: 26426 + - uid: 27225 components: - type: Transform pos: 98.5,-63.5 parent: 2 - proto: HolopadAiChute entities: - - uid: 26427 + - uid: 27226 components: - type: Transform pos: 98.5,-69.5 parent: 2 - proto: HolopadAiCore entities: - - uid: 26428 + - uid: 27227 components: - type: Transform pos: 98.5,-89.5 parent: 2 - proto: HolopadAiEntrance entities: - - uid: 26429 + - uid: 27228 components: - type: Transform pos: 98.5,-79.5 parent: 2 - proto: HolopadAiUpload entities: - - uid: 26430 + - uid: 27229 components: - type: Transform pos: 16.5,20.5 parent: 2 - proto: HolopadCargoBay entities: - - uid: 26431 + - uid: 27230 components: - type: Transform pos: 13.5,-98.5 parent: 2 - proto: HolopadCargoBayLongRange entities: - - uid: 26432 + - uid: 27231 components: - type: Transform pos: 14.5,-98.5 parent: 2 - proto: HolopadCargoBreakroom entities: - - uid: 26433 + - uid: 27232 components: - type: Transform pos: -7.5,-87.5 parent: 2 - proto: HolopadCargoFront entities: - - uid: 26434 + - uid: 27233 components: - type: Transform pos: 10.5,-82.5 parent: 2 - proto: HolopadCargoMailroom entities: - - uid: 26435 + - uid: 27234 components: - type: Transform pos: -2.5,-80.5 parent: 2 - proto: HolopadCargoSalvageBay entities: - - uid: 26436 + - uid: 27235 components: - type: Transform pos: -7.5,-103.5 parent: 2 - proto: HolopadCommandBridge entities: - - uid: 26437 + - uid: 27236 components: - type: Transform pos: 1.5,24.5 parent: 2 - proto: HolopadCommandBridgeLongRange entities: - - uid: 26438 + - uid: 27237 components: - type: Transform pos: -0.5,24.5 parent: 2 - proto: HolopadCommandCaptain entities: - - uid: 26439 + - uid: 27238 components: - type: Transform pos: 10.5,13.5 parent: 2 - proto: HolopadCommandCe entities: - - uid: 30576 + - uid: 27239 components: - type: Transform pos: 54.5,-73.5 parent: 2 - proto: HolopadCommandCmo entities: - - uid: 40653 + - uid: 27240 components: - type: Transform pos: -36.5,-8.5 parent: 2 - proto: HolopadCommandHop entities: - - uid: 26440 + - uid: 27241 components: - type: Transform pos: -4.5,9.5 parent: 2 - proto: HolopadCommandHos entities: - - uid: 26441 + - uid: 27242 components: - type: Transform pos: 52.5,9.5 parent: 2 - proto: HolopadCommandLounge entities: - - uid: 26442 + - uid: 27243 components: - type: Transform pos: -9.5,17.5 parent: 2 - proto: HolopadCommandMeetingRoom entities: - - uid: 26443 + - uid: 27244 components: - type: Transform pos: 4.5,8.5 parent: 2 - proto: HolopadCommandQm entities: - - uid: 32200 + - uid: 27245 components: - type: Transform pos: -1.5,-96.5 parent: 2 - proto: HolopadCommandRd entities: - - uid: 26444 + - uid: 27246 components: - type: Transform pos: -37.5,-68.5 parent: 2 - proto: HolopadCommandVault entities: - - uid: 26445 + - uid: 27247 components: - type: Transform pos: -4.5,-6.5 parent: 2 - proto: HolopadEngineeringAME entities: - - uid: 26446 + - uid: 27248 components: - type: Transform pos: 38.5,-79.5 parent: 2 - proto: HolopadEngineeringAtmosFront entities: - - uid: 26447 + - uid: 27249 components: - type: Transform pos: 39.5,-48.5 parent: 2 - proto: HolopadEngineeringAtmosMain entities: - - uid: 26448 + - uid: 27250 components: - type: Transform pos: 39.5,-100.5 parent: 2 - proto: HolopadEngineeringAtmosTeg entities: - - uid: 26449 + - uid: 27251 components: - type: Transform pos: 49.5,-87.5 parent: 2 - proto: HolopadEngineeringBreakroom entities: - - uid: 26450 + - uid: 27252 components: - type: Transform pos: 44.5,-73.5 parent: 2 - proto: HolopadEngineeringFront entities: - - uid: 26451 + - uid: 27253 components: - type: Transform pos: 48.5,-48.5 parent: 2 - proto: HolopadEngineeringMain entities: - - uid: 26452 + - uid: 27254 components: - type: Transform pos: 50.5,-56.5 parent: 2 - proto: HolopadEngineeringPower entities: - - uid: 26453 + - uid: 27255 components: - type: Transform pos: 58.5,-55.5 parent: 2 - proto: HolopadEngineeringStorage entities: - - uid: 26454 + - uid: 27256 components: - type: Transform pos: 45.5,-64.5 parent: 2 - proto: HolopadEngineeringTelecoms entities: - - uid: 26455 + - uid: 27257 components: - type: Transform pos: 93.5,-68.5 parent: 2 - proto: HolopadGeneralArrivals entities: - - uid: 26456 + - uid: 27258 components: - type: Transform pos: 82.5,-32.5 parent: 2 - proto: HolopadGeneralCryosleep entities: - - uid: 26457 + - uid: 27259 components: - type: Transform pos: -35.5,-78.5 parent: 2 - proto: HolopadGeneralDisposals entities: - - uid: 40650 + - uid: 27260 components: - type: Transform pos: 18.5,-77.5 parent: 2 - proto: HolopadGeneralEvac entities: - - uid: 26458 + - uid: 27261 components: - type: Transform pos: -73.5,-43.5 parent: 2 - proto: HolopadGeneralEVAStorage entities: - - uid: 26459 + - uid: 27262 components: - type: Transform pos: 0.5,16.5 parent: 2 - proto: HolopadGeneralLounge entities: - - uid: 26460 + - uid: 27263 components: - type: Transform pos: 35.5,-1.5 parent: 2 - proto: HolopadGeneralTheater entities: - - uid: 26461 + - uid: 27264 components: - type: Transform pos: 34.5,-11.5 parent: 2 - proto: HolopadGeneralTools entities: - - uid: 26462 + - uid: 27265 components: - type: Transform pos: 68.5,-26.5 parent: 2 - proto: HolopadMedicalBreakroom entities: - - uid: 26463 + - uid: 27266 components: - type: Transform pos: -39.5,-3.5 parent: 2 - proto: HolopadMedicalChemistry entities: - - uid: 26464 + - uid: 27267 components: - type: Transform pos: -35.5,-32.5 parent: 2 - proto: HolopadMedicalCryopods entities: - - uid: 26465 + - uid: 27268 components: - type: Transform pos: -35.5,-21.5 parent: 2 - proto: HolopadMedicalFront entities: - - uid: 26466 + - uid: 27269 components: - type: Transform pos: -39.5,-38.5 parent: 2 - proto: HolopadMedicalMedbay entities: - - uid: 26467 + - uid: 27270 components: - type: Transform pos: -47.5,-22.5 parent: 2 - proto: HolopadMedicalMorgue entities: - - uid: 40651 + - uid: 27271 components: - type: Transform pos: -55.5,-39.5 parent: 2 - proto: HolopadMedicalSurgery entities: - - uid: 26468 + - uid: 27272 components: - type: Transform pos: -54.5,-20.5 parent: 2 - proto: HolopadMedicalVirology entities: - - uid: 26469 + - uid: 27273 components: - type: Transform pos: -48.5,3.5 parent: 2 - proto: HolopadScienceAnomaly entities: - - uid: 26470 + - uid: 27274 components: - type: Transform pos: -47.5,-85.5 parent: 2 - proto: HolopadScienceArtifactNorth entities: - - uid: 26471 + - uid: 27275 components: - type: Transform pos: -61.5,-72.5 parent: 2 - proto: HolopadScienceArtifactSouth entities: - - uid: 26472 + - uid: 27276 components: - type: Transform pos: -66.5,-77.5 parent: 2 - proto: HolopadScienceBreakroom entities: - - uid: 26473 + - uid: 27277 components: - type: Transform pos: -43.5,-85.5 parent: 2 - proto: HolopadScienceFront entities: - - uid: 26474 + - uid: 27278 components: - type: Transform pos: -37.5,-48.5 parent: 2 - proto: HolopadScienceRnd entities: - - uid: 26475 + - uid: 27279 components: - type: Transform pos: -35.5,-63.5 parent: 2 - proto: HolopadScienceRobotics entities: - - uid: 26476 + - uid: 27280 components: - type: Transform pos: -38.5,-53.5 parent: 2 - proto: HolopadSecurityArmory entities: - - uid: 26477 + - uid: 27281 components: - type: Transform pos: 61.5,-17.5 parent: 2 - proto: HolopadSecurityArrivalsCheckpoint entities: - - uid: 26478 + - uid: 27282 components: - type: Transform pos: 76.5,-28.5 parent: 2 - proto: HolopadSecurityBrig entities: - - uid: 26479 + - uid: 27283 components: - type: Transform pos: 44.5,-14.5 parent: 2 - proto: HolopadSecurityBrigMed entities: - - uid: 26480 + - uid: 27284 components: - type: Transform pos: 63.5,-2.5 parent: 2 - proto: HolopadSecurityCourtroom entities: - - uid: 26481 + - uid: 27285 components: - type: Transform pos: 67.5,-39.5 parent: 2 - proto: HolopadSecurityDetective entities: - - uid: 26482 + - uid: 27286 components: - type: Transform pos: 39.5,-25.5 parent: 2 - proto: HolopadSecurityEvacCheckpoint entities: - - uid: 26483 + - uid: 27287 components: - type: Transform pos: -66.5,-38.5 parent: 2 - proto: HolopadSecurityFront entities: - - uid: 26484 + - uid: 27288 components: - type: Transform pos: 44.5,-23.5 parent: 2 - proto: HolopadSecurityInterrogation entities: - - uid: 26485 + - uid: 27289 components: - type: Transform pos: 54.5,-9.5 parent: 2 - proto: HolopadSecurityLawyer entities: - - uid: 26486 + - uid: 27290 components: - type: Transform pos: -21.5,6.5 parent: 2 - proto: HolopadSecurityPerma entities: - - uid: 26487 + - uid: 27291 components: - type: Transform pos: 77.5,-7.5 parent: 2 - proto: HolopadSecurityWarden entities: - - uid: 26488 + - uid: 27292 components: - type: Transform pos: 49.5,-18.5 parent: 2 - proto: HolopadServiceBar entities: - - uid: 26489 + - uid: 27293 components: - type: Transform pos: 30.5,3.5 parent: 2 - proto: HolopadServiceBotany entities: - - uid: 26490 + - uid: 27294 components: - type: Transform pos: 38.5,12.5 parent: 2 - proto: HolopadServiceBoxer entities: - - uid: 26491 + - uid: 27295 components: - type: Transform pos: -22.5,-82.5 parent: 2 - proto: HolopadServiceChapel entities: - - uid: 26492 + - uid: 27296 components: - type: Transform pos: 34.5,-64.5 parent: 2 - proto: HolopadServiceGameRoom entities: - - uid: 26493 + - uid: 27297 components: - type: Transform pos: -31.5,12.5 parent: 2 - proto: HolopadServiceJanitor entities: - - uid: 26494 + - uid: 27298 components: - type: Transform pos: 7.5,-0.5 parent: 2 - proto: HolopadServiceKitchen entities: - - uid: 26495 + - uid: 27299 components: - type: Transform pos: 28.5,9.5 parent: 2 - proto: HolopadServiceLibrary entities: - - uid: 26496 + - uid: 27300 components: - type: Transform pos: -30.5,5.5 parent: 2 - proto: HolopadServiceNewsroom entities: - - uid: 26497 + - uid: 27301 components: - type: Transform pos: 27.5,-75.5 @@ -180731,82 +185799,82 @@ entities: - Contraband - proto: HospitalCurtains entities: - - uid: 26498 + - uid: 27302 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,13.5 parent: 2 - - uid: 26499 + - uid: 27303 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,13.5 parent: 2 - - uid: 26500 + - uid: 27304 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,13.5 parent: 2 - - uid: 26501 + - uid: 27305 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-8.5 parent: 2 - - uid: 26502 + - uid: 27306 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-8.5 parent: 2 - - uid: 26503 + - uid: 27307 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-8.5 parent: 2 - - uid: 26504 + - uid: 27308 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-22.5 parent: 2 - - uid: 26505 + - uid: 27309 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-25.5 parent: 2 - - uid: 26506 + - uid: 27310 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-21.5 parent: 2 - - uid: 26507 + - uid: 27311 components: - type: Transform pos: -53.5,-13.5 parent: 2 - - uid: 26508 + - uid: 27312 components: - type: Transform rot: 3.141592653589793 rad pos: -90.5,-1.5 parent: 2 - - uid: 26509 + - uid: 27313 components: - type: Transform pos: -76.5,-10.5 parent: 2 - - uid: 26510 + - uid: 27314 components: - type: Transform pos: -73.5,-8.5 parent: 2 - - uid: 26511 + - uid: 27315 components: - type: Transform rot: -1.5707963267948966 rad @@ -180814,167 +185882,167 @@ entities: parent: 2 - proto: HospitalCurtainsOpen entities: - - uid: 26512 + - uid: 27316 components: - type: Transform pos: 78.5,-12.5 parent: 2 - - uid: 26513 + - uid: 27317 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-8.5 parent: 2 - - uid: 26514 + - uid: 27318 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-8.5 parent: 2 - - uid: 26515 + - uid: 27319 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-8.5 parent: 2 - - uid: 26516 + - uid: 27320 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-20.5 parent: 2 - - uid: 26517 + - uid: 27321 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-23.5 parent: 2 - - uid: 26518 + - uid: 27322 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-24.5 parent: 2 - - uid: 26519 + - uid: 27323 components: - type: Transform pos: -53.5,-12.5 parent: 2 - - uid: 26520 + - uid: 27324 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-75.5 parent: 2 - - uid: 26521 + - uid: 27325 components: - type: Transform pos: -73.5,-9.5 parent: 2 - - uid: 26522 + - uid: 27326 components: - type: Transform pos: -73.5,-7.5 parent: 2 - - uid: 26523 + - uid: 27327 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-25.5 parent: 2 - - uid: 26524 + - uid: 27328 components: - type: Transform pos: 76.5,-12.5 parent: 2 - - uid: 26525 + - uid: 27329 components: - type: Transform pos: 74.5,-12.5 parent: 2 - - uid: 26526 + - uid: 27330 components: - type: Transform pos: -3.5,-100.5 parent: 2 - proto: HotplateMachineCircuitboard entities: - - uid: 26527 + - uid: 27331 components: - type: Transform - pos: -8.530389,-63.580307 + pos: -7.5717363,-63.363 parent: 2 - proto: HotPotato entities: - - uid: 15432 + - uid: 15950 components: - type: Transform - parent: 15431 + parent: 15949 - type: Physics canCollide: False - proto: hydroponicsSoil entities: - - uid: 26528 + - uid: 27332 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,20.5 parent: 2 - - uid: 26529 + - uid: 27333 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,19.5 parent: 2 - - uid: 26530 + - uid: 27334 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,21.5 parent: 2 - - uid: 26531 + - uid: 27335 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,21.5 parent: 2 - - uid: 26532 + - uid: 27336 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,20.5 parent: 2 - - uid: 26533 + - uid: 27337 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-7.5 parent: 2 - - uid: 26534 + - uid: 27338 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-8.5 parent: 2 - - uid: 26535 + - uid: 27339 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-9.5 parent: 2 - - uid: 26536 + - uid: 27340 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-12.5 parent: 2 - - uid: 26537 + - uid: 27341 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-12.5 parent: 2 - - uid: 26538 + - uid: 27342 components: - type: Transform rot: 1.5707963267948966 rad @@ -180982,39 +186050,39 @@ entities: parent: 2 - proto: HydroponicsToolClippers entities: - - uid: 26539 + - uid: 27343 components: - type: Transform pos: 50.5,5.5 parent: 2 - proto: HydroponicsToolMiniHoe entities: - - uid: 2609 + - uid: 2643 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26540 + - uid: 27344 components: - type: Transform pos: 29.106945,19.563984 parent: 2 - - uid: 26541 + - uid: 27345 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.44913,-12.35248 parent: 2 - - uid: 26542 + - uid: 27346 components: - type: Transform pos: 50.5,5.5 parent: 2 - proto: HydroponicsToolScythe entities: - - uid: 26543 + - uid: 27347 components: - type: Transform rot: 1.5707963267948966 rad @@ -181022,24 +186090,24 @@ entities: parent: 2 - proto: HydroponicsToolSpade entities: - - uid: 2610 + - uid: 2644 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26544 + - uid: 27348 components: - type: Transform pos: 50.5,5.5 parent: 2 - - uid: 26545 + - uid: 27349 components: - type: Transform pos: -73.35629,-9.494815 parent: 2 - - uid: 26546 + - uid: 27350 components: - type: Transform rot: 3.141592653589793 rad @@ -181047,310 +186115,248 @@ entities: parent: 2 - proto: hydroponicsTray entities: - - uid: 26547 + - uid: 27351 components: - type: Transform pos: 50.5,3.5 parent: 2 - - uid: 26548 + - uid: 27352 components: - type: Transform pos: 52.5,2.5 parent: 2 - - uid: 26549 + - uid: 27353 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,12.5 parent: 2 - - uid: 26550 + - uid: 27354 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,14.5 parent: 2 - - uid: 26551 + - uid: 27355 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,12.5 parent: 2 - - uid: 26552 + - uid: 27356 components: - type: Transform pos: 39.5,23.5 parent: 2 - - uid: 26553 + - uid: 27357 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,12.5 parent: 2 - - uid: 26554 + - uid: 27358 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,11.5 parent: 2 - - uid: 26555 + - uid: 27359 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,11.5 parent: 2 - - uid: 26556 + - uid: 27360 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,12.5 parent: 2 - - uid: 26557 + - uid: 27361 components: - type: Transform pos: 37.5,23.5 parent: 2 - - uid: 26558 + - uid: 27362 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,21.5 parent: 2 - - uid: 26559 + - uid: 27363 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,21.5 parent: 2 - - uid: 26560 + - uid: 27364 components: - type: Transform pos: 88.5,-7.5 parent: 2 - - uid: 26561 + - uid: 27365 components: - type: Transform pos: 88.5,-6.5 parent: 2 - - uid: 26562 + - uid: 27366 components: - type: Transform pos: 88.5,-5.5 parent: 2 - - uid: 26563 + - uid: 27367 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,22.5 parent: 2 - - uid: 26564 + - uid: 27368 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,22.5 parent: 2 - - uid: 26565 + - uid: 27369 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,11.5 parent: 2 - - uid: 26566 + - uid: 27370 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,13.5 parent: 2 - - uid: 26567 + - uid: 27371 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,14.5 parent: 2 - - uid: 26568 + - uid: 27372 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,13.5 parent: 2 - - uid: 26569 + - uid: 27373 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,14.5 parent: 2 - - uid: 26570 + - uid: 27374 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,14.5 parent: 2 - - uid: 26571 + - uid: 27375 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,13.5 parent: 2 - - uid: 26572 + - uid: 27376 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,13.5 parent: 2 - - uid: 26573 + - uid: 27377 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,11.5 parent: 2 - - uid: 26574 + - uid: 27378 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,10.5 parent: 2 - - uid: 26575 + - uid: 27379 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,10.5 parent: 2 - - uid: 26576 + - uid: 27380 components: - type: Transform pos: 50.5,2.5 parent: 2 - - uid: 26577 + - uid: 27381 components: - type: Transform pos: 50.5,4.5 parent: 2 - - uid: 26578 + - uid: 27382 components: - type: Transform pos: 52.5,3.5 parent: 2 - - uid: 26579 + - uid: 27383 components: - type: Transform pos: 52.5,4.5 parent: 2 -- proto: HydroponicsTrayEmpty - entities: - - uid: 26580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-33.5 - parent: 2 - - uid: 26581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-35.5 - parent: 2 - - uid: 26582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-34.5 - parent: 2 - - uid: 26583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-31.5 - parent: 2 - - uid: 26584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-33.5 - parent: 2 - - uid: 26585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-31.5 - parent: 2 - - uid: 26586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-32.5 - parent: 2 - - uid: 26587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-30.5 - parent: 2 - - uid: 26588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-32.5 - parent: 2 - - uid: 26589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-30.5 - parent: 2 - - uid: 26590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-32.5 - parent: 2 -- proto: IceCrust - entities: - - uid: 26591 - components: - - type: Transform - pos: -8.5,-48.5 - parent: 2 - - uid: 26592 - components: - - type: Transform - pos: -9.5,-47.5 - parent: 2 - - uid: 26593 - components: - - type: Transform - pos: -9.5,-48.5 - parent: 2 - - uid: 26594 - components: - - type: Transform - pos: -10.5,-47.5 - parent: 2 - - uid: 26595 - components: - - type: Transform - pos: -7.5,-49.5 - parent: 2 - - uid: 26596 - components: - - type: Transform - pos: -7.5,-49.5 - parent: 2 - proto: IDComputerCircuitboard entities: - - uid: 26597 + - uid: 27384 components: - type: Transform rot: 3.141592653589793 rad pos: 37.53801,-41.496193 parent: 2 +- proto: IgniteRune + entities: + - uid: 27385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-32.5 + parent: 2 + - uid: 27386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-31.5 + parent: 2 + - uid: 27387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-34.5 + parent: 2 + - uid: 27388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-32.5 + parent: 2 + - uid: 27389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-31.5 + parent: 2 + - uid: 27390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-34.5 + parent: 2 - proto: InflatableDoor entities: - - uid: 26598 + - uid: 27391 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-20.5 parent: 2 - - uid: 26599 + - uid: 27392 components: - type: Transform rot: 3.141592653589793 rad @@ -181358,135 +186364,135 @@ entities: parent: 2 - proto: InflatableWall entities: - - uid: 26600 + - uid: 27393 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-44.5 parent: 2 - - uid: 26601 + - uid: 27394 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-43.5 parent: 2 - - uid: 26602 + - uid: 27395 components: - type: Transform rot: 1.5707963267948966 rad pos: -81.5,-19.5 parent: 2 - - uid: 26603 + - uid: 27396 components: - type: Transform pos: -43.5,2.5 parent: 2 - - uid: 26604 + - uid: 27397 components: - type: Transform pos: -50.5,2.5 parent: 2 - - uid: 26605 + - uid: 27398 components: - type: Transform pos: -53.5,-7.5 parent: 2 - - uid: 26606 + - uid: 27399 components: - type: Transform pos: -49.5,4.5 parent: 2 - - uid: 26607 + - uid: 27400 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-5.5 parent: 2 - - uid: 26608 + - uid: 27401 components: - type: Transform pos: -83.5,-15.5 parent: 2 - - uid: 26609 + - uid: 27402 components: - type: Transform pos: -75.5,7.5 parent: 2 - - uid: 26610 + - uid: 27403 components: - type: Transform pos: -72.5,-21.5 parent: 2 - - uid: 26611 + - uid: 27404 components: - type: Transform pos: -70.5,-10.5 parent: 2 - - uid: 26612 + - uid: 27405 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,1.5 parent: 2 - - uid: 26613 + - uid: 27406 components: - type: Transform pos: -36.5,20.5 parent: 2 - - uid: 26614 + - uid: 27407 components: - type: Transform pos: -23.5,-42.5 parent: 2 - - uid: 26615 + - uid: 27408 components: - type: Transform pos: 22.5,-34.5 parent: 2 - - uid: 26616 + - uid: 27409 components: - type: Transform pos: 22.5,-33.5 parent: 2 - - uid: 26617 + - uid: 27410 components: - type: Transform pos: 22.5,-32.5 parent: 2 - - uid: 26618 + - uid: 27411 components: - type: Transform pos: 21.5,-33.5 parent: 2 - - uid: 26619 + - uid: 27412 components: - type: Transform pos: 21.5,-32.5 parent: 2 - - uid: 26620 + - uid: 27413 components: - type: Transform pos: 22.5,-31.5 parent: 2 - - uid: 26621 + - uid: 27414 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-43.5 parent: 2 - - uid: 26622 + - uid: 27415 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-42.5 parent: 2 - - uid: 26623 + - uid: 27416 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-43.5 parent: 2 - - uid: 26624 + - uid: 27417 components: - type: Transform rot: 3.141592653589793 rad @@ -181494,49 +186500,49 @@ entities: parent: 2 - proto: IngotGold1 entities: - - uid: 26625 + - uid: 27418 components: - type: Transform pos: -6.8590045,-8.252594 parent: 2 - - uid: 26626 + - uid: 27419 components: - type: Transform pos: -6.8902545,-8.502594 parent: 2 - proto: IngotSilver entities: - - uid: 26627 + - uid: 27420 components: - type: Transform pos: -7.4725513,-8.326113 parent: 2 - proto: IngotSilver1 entities: - - uid: 15594 + - uid: 16110 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15595 + - uid: 16111 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15596 + - uid: 16112 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Intellicard entities: - - uid: 26628 + - uid: 27421 components: - type: Transform pos: 19.502789,21.587538 @@ -181545,110 +186551,110 @@ entities: location: интелкарта - proto: IntercomAll entities: - - uid: 26629 + - uid: 27422 components: - type: Transform pos: 0.5,23.5 parent: 2 - proto: IntercomCommand entities: - - uid: 26630 + - uid: 27423 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,13.5 parent: 2 - - uid: 26631 + - uid: 27424 components: - type: Transform pos: 3.5,27.5 parent: 2 - - uid: 26632 + - uid: 27425 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,5.5 parent: 2 - - uid: 26633 + - uid: 27426 components: - type: Transform pos: -20.5,9.5 parent: 2 - proto: IntercomCommon entities: - - uid: 26634 + - uid: 27427 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-39.5 parent: 2 - - uid: 26635 + - uid: 27428 components: - type: Transform pos: -72.5,-34.5 parent: 2 - - uid: 26636 + - uid: 27429 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-38.5 parent: 2 - - uid: 26637 + - uid: 27430 components: - type: Transform pos: 6.5,-73.5 parent: 2 - - uid: 26638 + - uid: 27431 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-47.5 parent: 2 - - uid: 26639 + - uid: 27432 components: - type: Transform pos: -8.5,5.5 parent: 2 - proto: IntercomElectronics entities: - - uid: 26640 + - uid: 27433 components: - type: Transform pos: 36.535313,-38.33921 parent: 2 - proto: IntercomEngineering entities: - - uid: 26641 + - uid: 27434 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-56.5 parent: 2 - - uid: 26642 + - uid: 27435 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-91.5 parent: 2 - - uid: 26643 + - uid: 27436 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-72.5 parent: 2 - - uid: 26644 + - uid: 27437 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-100.5 parent: 2 - - uid: 26645 + - uid: 27438 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-63.5 parent: 2 - - uid: 26646 + - uid: 27439 components: - type: Transform rot: -1.5707963267948966 rad @@ -181656,23 +186662,23 @@ entities: parent: 2 - proto: IntercomMedical entities: - - uid: 26647 + - uid: 27440 components: - type: Transform pos: -38.5,-35.5 parent: 2 - - uid: 26648 + - uid: 27441 components: - type: Transform pos: -45.5,-26.5 parent: 2 - - uid: 26649 + - uid: 27442 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-4.5 parent: 2 - - uid: 26650 + - uid: 27443 components: - type: Transform rot: 1.5707963267948966 rad @@ -181680,25 +186686,25 @@ entities: parent: 2 - proto: IntercomScience entities: - - uid: 26651 + - uid: 27444 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-60.5 parent: 2 - - uid: 26652 + - uid: 27445 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-46.5 parent: 2 - - uid: 26653 + - uid: 27446 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-70.5 parent: 2 - - uid: 26654 + - uid: 27447 components: - type: Transform rot: -1.5707963267948966 rad @@ -181706,69 +186712,69 @@ entities: parent: 2 - proto: IntercomSecurity entities: - - uid: 26655 + - uid: 27448 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,21.5 parent: 2 - - uid: 26656 + - uid: 27449 components: - type: Transform pos: 44.5,-21.5 parent: 2 - proto: IntercomService entities: - - uid: 26657 + - uid: 27450 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-0.5 parent: 2 - - uid: 26658 + - uid: 27451 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,12.5 parent: 2 - - uid: 26659 + - uid: 27452 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,14.5 parent: 2 - - uid: 26660 + - uid: 27453 components: - type: Transform pos: 38.5,-2.5 parent: 2 - proto: IntercomSupply entities: - - uid: 26661 + - uid: 27454 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-101.5 parent: 2 - - uid: 26662 + - uid: 27455 components: - type: Transform pos: 2.5,-85.5 parent: 2 - - uid: 26663 + - uid: 27456 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-81.5 parent: 2 - - uid: 26664 + - uid: 27457 components: - type: Transform pos: -8.5,-107.5 parent: 2 - proto: JanitorialTrolley entities: - - uid: 2616 + - uid: 2650 components: - type: Transform rot: 1.5707963267948966 rad @@ -181783,50 +186789,50 @@ entities: mop_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2619 + ent: 2653 trashbag_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2622 + ent: 2656 bucket_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2617 + ent: 2651 plunger_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2620 + ent: 2654 wetfloorsign_slot4: !type:ContainerSlot showEnts: False occludes: True - ent: 2623 + ent: 2657 wetfloorsign_slot3: !type:ContainerSlot showEnts: False occludes: True - ent: 2624 + ent: 2658 wetfloorsign_slot2: !type:ContainerSlot showEnts: False occludes: True - ent: 2626 + ent: 2660 wetfloorsign_slot1: !type:ContainerSlot showEnts: False occludes: True - ent: 2625 + ent: 2659 lightreplacer_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2618 + ent: 2652 spraybottle_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 2621 - - uid: 26665 + ent: 2655 + - uid: 27458 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-71.5 parent: 2 - - uid: 26666 + - uid: 27459 components: - type: Transform rot: 1.5707963267948966 rad @@ -181834,124 +186840,124 @@ entities: parent: 2 - proto: JanitorServiceLight entities: - - uid: 26667 + - uid: 27460 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-49.5 parent: 2 - - uid: 26668 + - uid: 27461 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,11.5 parent: 2 - - uid: 26669 + - uid: 27462 components: - type: Transform pos: -44.5,-42.5 parent: 2 - - uid: 26670 + - uid: 27463 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-45.5 parent: 2 - - uid: 26671 + - uid: 27464 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-6.5 parent: 2 - - uid: 26672 + - uid: 27465 components: - type: Transform pos: -24.5,1.5 parent: 2 - - uid: 26673 + - uid: 27466 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-35.5 parent: 2 - - uid: 26674 + - uid: 27467 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-45.5 parent: 2 - - uid: 26675 + - uid: 27468 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-44.5 parent: 2 - - uid: 26676 + - uid: 27469 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-78.5 parent: 2 - - uid: 26677 + - uid: 27470 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-34.5 parent: 2 - - uid: 26678 + - uid: 27471 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-29.5 parent: 2 - - uid: 26679 + - uid: 27472 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-3.5 parent: 2 - - uid: 26680 + - uid: 27473 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-34.5 parent: 2 - - uid: 26681 + - uid: 27474 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-3.5 parent: 2 - - uid: 26682 + - uid: 27475 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-3.5 parent: 2 - - uid: 26683 + - uid: 27476 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-3.5 parent: 2 - - uid: 26684 + - uid: 27477 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-3.5 parent: 2 - - uid: 26685 + - uid: 27478 components: - type: Transform pos: 0.5,22.5 parent: 2 - - uid: 26686 + - uid: 27479 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-3.5 parent: 2 - - uid: 26687 + - uid: 27480 components: - type: Transform rot: -1.5707963267948966 rad @@ -181959,246 +186965,334 @@ entities: parent: 2 - proto: JetpackBlue entities: - - uid: 26688 + - uid: 27481 components: - type: Transform pos: 46.5,-62.5 parent: 2 - proto: JetpackBlueFilled entities: - - uid: 26689 + - uid: 27482 components: - type: Transform pos: 57.494186,-82.422646 parent: 2 - proto: JetpackMini entities: - - uid: 26690 + - uid: 27483 components: - type: Transform pos: 54.5232,-96.30902 parent: 2 - - uid: 26691 + - uid: 27484 components: - type: Transform pos: 111.52574,-46.458534 parent: 2 - - uid: 26692 + - uid: 27485 components: - type: Transform pos: -10.5,-106.5 parent: 2 - proto: JetpackSecurity entities: - - uid: 26693 + - uid: 27486 components: - type: Transform pos: 66.48599,13.616083 parent: 2 - proto: JetpackSecurityFilled entities: - - uid: 26694 + - uid: 27487 components: - type: Transform rot: 6.283185307179586 rad pos: 57.357067,-22.587494 parent: 2 - - uid: 26695 + - uid: 27488 components: - type: Transform pos: 57.741734,-22.50916 parent: 2 - - uid: 26696 + - uid: 27489 components: - type: Transform pos: 57.53861,-22.44666 parent: 2 - proto: Jug entities: - - uid: 1954 + - uid: 1996 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - - uid: 1955 + - uid: 1997 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - proto: Jukebox entities: - - uid: 26697 + - uid: 27490 components: - type: Transform pos: 34.5,7.5 parent: 2 - proto: KitchenElectricGrill entities: - - uid: 26698 + - uid: 27491 components: - type: Transform pos: 28.5,14.5 parent: 2 - proto: KitchenKnife entities: - - uid: 26699 + - uid: 27492 components: - type: Transform pos: 29.761024,11.77055 parent: 2 - - uid: 26701 + - uid: 27494 components: - type: Transform - parent: 26700 + parent: 27493 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26702 + - uid: 27495 components: - type: Transform pos: 35.37294,-71.35835 parent: 2 - proto: KitchenMicrowave entities: - - uid: 26703 + - uid: 27496 + components: + - type: Transform + anchored: False + pos: -10.5,-37.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 27497 components: - type: Transform pos: 26.5,8.5 parent: 2 - - uid: 26704 + - uid: 27498 components: - type: Transform pos: -76.5,-7.5 parent: 2 - - uid: 26705 - components: - - type: Transform - pos: -10.5,-34.5 - parent: 2 - - uid: 26706 + - uid: 27499 components: - type: Transform pos: -43.5,-86.5 parent: 2 - - uid: 26707 + - uid: 27500 components: - type: Transform pos: 46.5,-73.5 parent: 2 - - uid: 26708 + - uid: 27501 components: - type: Transform pos: 61.5,-37.5 parent: 2 - - uid: 26709 + - uid: 27502 components: - type: Transform pos: -9.5,-88.5 parent: 2 - - uid: 26710 + - uid: 27503 components: - type: Transform pos: 53.5,-51.5 parent: 2 - - uid: 26711 + - uid: 27504 components: - type: Transform pos: -55.5,12.5 parent: 2 - - uid: 26712 + - uid: 27505 components: - type: Transform pos: -37.5,-3.5 parent: 2 - - uid: 26713 + - uid: 27506 components: - type: Transform pos: 89.5,-10.5 parent: 2 - - uid: 26714 + - uid: 27507 components: - type: Transform pos: -9.5,13.5 parent: 2 - - uid: 26715 + - uid: 27508 components: - type: Transform pos: 29.5,14.5 parent: 2 - - uid: 26716 + - uid: 27509 components: - type: Transform pos: 52.5,7.5 parent: 2 - proto: KitchenReagentGrinder entities: - - uid: 26717 + - uid: 27510 components: - type: Transform pos: 88.5,-10.5 parent: 2 - - uid: 26718 + - uid: 27511 components: - type: Transform pos: -37.5,-34.5 parent: 2 - - uid: 26719 + - uid: 27512 components: - type: Transform pos: -76.5,-9.5 parent: 2 - - uid: 26720 + - uid: 27513 components: - type: Transform pos: -55.5,-0.5 parent: 2 - - uid: 26721 + - uid: 27514 components: - type: Transform pos: 29.5,12.5 parent: 2 - - uid: 26722 + - uid: 27515 components: - type: Transform pos: 22.5,1.5 parent: 2 - - uid: 26723 + - uid: 27516 components: - type: Transform pos: -53.5,-75.5 parent: 2 - - uid: 26724 + - uid: 27517 components: - type: Transform pos: 33.5,23.5 parent: 2 - - uid: 26725 + - uid: 27518 components: - type: Transform pos: 54.5,5.5 parent: 2 - proto: KitchenSpike entities: - - uid: 26726 + - uid: 27519 components: - type: Transform pos: 23.5,14.5 parent: 2 -- proto: KnifePlastic +- proto: Kudzu entities: - - uid: 26727 + - uid: 27520 components: - type: Transform - pos: -2.5,-59.5 + pos: -6.5,-52.5 parent: 2 -- proto: KukriKnife +- proto: KudzuFlowerAngry entities: - - uid: 26728 + - uid: 27521 components: - type: Transform - pos: -2.5,-59.5 + rot: -1.5707963267948966 rad + pos: -11.5,-58.5 + parent: 2 + - uid: 27522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-54.5 + parent: 2 + - uid: 27523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-55.5 + parent: 2 + - uid: 27524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-57.5 + parent: 2 + - uid: 27525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-58.5 + parent: 2 + - uid: 27526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-54.5 + parent: 2 + - uid: 27527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-56.5 + parent: 2 + - uid: 27528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-53.5 + parent: 2 + - uid: 27529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-55.5 + parent: 2 + - uid: 27530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-57.5 + parent: 2 + - uid: 27531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-58.5 + parent: 2 + - uid: 27532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-57.5 + parent: 2 + - uid: 27533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-59.5 + parent: 2 + - uid: 27534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-57.5 + parent: 2 + - uid: 27535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-56.5 parent: 2 - proto: Lamp entities: @@ -182211,137 +187305,142 @@ entities: parent: 2 - type: Physics canCollide: True - - uid: 26729 + - uid: 27536 components: - type: Transform pos: -31.577393,8.612033 parent: 2 - type: Physics canCollide: True - - uid: 26730 + - uid: 27537 components: - type: Transform pos: 39.553074,-26.375849 parent: 2 - type: Physics canCollide: True - - uid: 26731 + - uid: 27538 components: - type: Transform pos: 56.489525,-0.4086697 parent: 2 - type: Physics canCollide: True - - uid: 26732 + - uid: 27539 components: - type: Transform pos: -67.78054,-47.23861 parent: 2 - type: Physics canCollide: True - - uid: 26733 + - uid: 27540 components: - type: Transform pos: -53.518684,-48.100246 parent: 2 - type: Physics canCollide: True - - uid: 26734 + - uid: 27541 components: - type: Transform pos: 78.450455,4.63519 parent: 2 - - uid: 26735 + - uid: 27542 components: - type: Transform pos: 56.785122,15.621483 parent: 2 - - uid: 26736 + - uid: 27543 components: - type: Transform rot: 3.141592653589793 rad pos: 51.49618,9.6562805 parent: 2 - - uid: 26737 + - uid: 27544 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-4.5 parent: 2 - - uid: 26738 + - uid: 27545 components: - type: Transform pos: -62.609993,-71.49693 parent: 2 - - uid: 26739 + - uid: 27546 components: - type: Transform pos: -37.520256,3.586957 parent: 2 - - uid: 26740 + - uid: 27547 components: - type: Transform pos: -55.444374,-7.3688416 parent: 2 - - uid: 26741 + - uid: 27548 components: - type: Transform pos: 24.58624,-76.29226 parent: 2 - - uid: 26742 + - uid: 27549 components: - type: Transform pos: -57.563206,-38.405563 parent: 2 - - uid: 26743 + - uid: 27550 components: - type: Transform pos: 46.49248,16.632973 parent: 2 - proto: LampGold entities: - - uid: 26744 + - uid: 27551 components: - type: Transform pos: 36.678036,-67.21557 parent: 2 - type: Physics canCollide: True - - uid: 26745 + - uid: 27552 components: - type: Transform pos: 13.513687,16.437595 parent: 2 - type: Physics canCollide: True - - uid: 26746 + - uid: 27553 components: - type: Transform pos: -34.553288,-7.330698 parent: 2 - type: Physics canCollide: True - - uid: 26747 + - uid: 27554 components: - type: Transform pos: -11.525497,11.50857 parent: 2 - type: Physics canCollide: True - - uid: 26748 + - uid: 27555 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,3.5 parent: 2 - - uid: 26749 + - uid: 27556 components: - type: Transform pos: -16.5,5.5 parent: 2 - proto: LampInterrogator entities: - - uid: 26750 + - uid: 27557 + components: + - type: Transform + pos: -8.596864,-37.588146 + parent: 2 + - uid: 27558 components: - type: Transform pos: 51.51914,-9.259501 @@ -182350,136 +187449,134 @@ entities: canCollide: True - proto: LandMineExplosive entities: - - uid: 26751 + - uid: 27559 components: - type: Transform pos: -89.68935,-1.4331177 parent: 2 - - uid: 26752 + - uid: 27560 components: - type: Transform pos: -74.88008,-65.27804 parent: 2 - proto: LandMineModular entities: - - uid: 12881 - components: - - type: MetaData - name: взрывная мина - - type: Transform - pos: -14.482575,-51.520103 - parent: 2 - - uid: 26753 + - uid: 27561 components: - type: Transform pos: -72.25352,-66.75768 parent: 2 - - uid: 26754 + - uid: 27562 components: - type: Transform pos: -70.84727,-64.67956 parent: 2 - - uid: 26755 + - uid: 27563 components: - type: Transform pos: -73.92539,-63.101433 parent: 2 - - uid: 26756 + - uid: 27564 components: - type: Transform pos: 92.48686,-62.61405 parent: 2 - - uid: 26757 + - uid: 27565 components: - type: Transform pos: 103.49126,-64.5203 parent: 2 - - uid: 26758 + - uid: 27566 components: - type: Transform pos: 90.50212,-59.559048 parent: 2 + - uid: 27567 + components: + - type: Transform + pos: 12.428187,-30.30833 + parent: 2 - proto: Lantern entities: - - uid: 26759 + - uid: 27568 components: - type: Transform pos: 36.61548,-64.2816 parent: 2 - - uid: 26760 + - uid: 27569 components: - type: Transform pos: 33.484238,-63.94874 parent: 2 - - uid: 26761 + - uid: 27570 components: - type: Transform pos: -9.301543,-63.475563 parent: 2 - proto: LanternFlash entities: - - uid: 26762 + - uid: 27571 components: - type: Transform pos: 34.74378,-71.32181 parent: 2 - - uid: 26763 + - uid: 27572 components: - type: Transform pos: -82.55063,-24.325563 parent: 2 - proto: LargeBeaker entities: - - uid: 1956 + - uid: 1998 components: - type: Transform - parent: 1942 + parent: 1984 - type: Physics canCollide: False - - uid: 26764 + - uid: 27573 components: - type: Transform pos: -55.46563,-13.170682 parent: 2 - - uid: 26765 + - uid: 27574 components: - type: Transform pos: -34.649292,-21.959995 parent: 2 - - uid: 26766 + - uid: 27575 components: - type: Transform pos: -45.360683,-10.721433 parent: 2 - - uid: 26767 + - uid: 27576 components: - type: Transform pos: 29.956684,12.437808 parent: 2 - - uid: 26768 + - uid: 27577 components: - type: Transform pos: 33.612232,23.321634 parent: 2 - proto: LauncherCreamPie entities: - - uid: 15415 + - uid: 15933 components: - type: Transform - parent: 15409 + parent: 15927 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 20216 + - uid: 20757 components: - type: Transform - parent: 20207 + parent: 20748 - type: Physics canCollide: False - type: InsideEntityStorage - proto: LauncherSyringe entities: - - uid: 26769 + - uid: 27578 components: - type: Transform pos: -45.56118,-6.307379 @@ -182488,10 +187585,10 @@ entities: location: я-93 - proto: LawyerPDA entities: - - uid: 1422 + - uid: 1457 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage @@ -182507,30 +187604,23 @@ entities: canCollide: False - proto: LeavesCannabisRainbow entities: - - uid: 15767 + - uid: 16282 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: LeftArmSkeleton entities: - - uid: 26770 + - uid: 27579 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: LeftArmSlime - entities: - - uid: 26771 - components: - - type: Transform - pos: 14.586128,-30.871368 - parent: 2 - proto: LeftFootMoth entities: - - uid: 26772 + - uid: 27580 components: - type: Transform rot: 1.5707963267948966 rad @@ -182538,35 +187628,37 @@ entities: parent: 2 - proto: LeftFootSkeleton entities: - - uid: 26773 + - uid: 27581 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: LeftFootSlime +- proto: LeftHandArachnid entities: - - uid: 26774 + - uid: 27582 components: - type: Transform - pos: 14.535654,-30.992832 + rot: -1.5707963267948966 rad + pos: -4.9422946,-42.714622 parent: 2 - proto: LeftHandSkeleton entities: - - uid: 26775 + - uid: 27583 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: LeftHandSlime +- proto: LeftLegArachnid entities: - - uid: 26776 + - uid: 27584 components: - type: Transform - pos: 14.592438,-30.909191 + rot: -1.5707963267948966 rad + pos: -4.2079196,-41.839622 parent: 2 - proto: LeftLegReptilian entities: - - uid: 26777 + - uid: 27585 components: - type: Transform rot: -1.5707963267948966 rad @@ -182574,21 +187666,14 @@ entities: parent: 2 - proto: LeftLegSkeleton entities: - - uid: 26778 + - uid: 27586 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: LeftLegSlime - entities: - - uid: 26779 - components: - - type: Transform - pos: 14.529345,-30.942398 - parent: 2 - proto: LegionnaireBonfire entities: - - uid: 26780 + - uid: 27587 components: - type: MetaData desc: Легион имя мне. @@ -182597,14 +187682,14 @@ entities: parent: 2 - proto: LGBTQFlag entities: - - uid: 26781 + - uid: 27588 components: - type: Transform pos: -67.5,5.5 parent: 2 - proto: LightBulbBroken entities: - - uid: 26782 + - uid: 27589 components: - type: Transform rot: 1.5707963267948966 rad @@ -182612,286 +187697,322 @@ entities: parent: 2 - proto: Lighter entities: - - uid: 26783 + - uid: 27590 components: - type: Transform pos: 8.601826,13.614818 parent: 2 - - uid: 26784 + - uid: 27591 components: - type: Transform pos: 57.742687,15.597738 parent: 2 -- proto: LightReplacer +- proto: LightHeadBorg entities: - - uid: 2618 + - uid: 27592 components: - type: Transform - parent: 2616 + pos: 9.579344,-57.568027 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 27593 + components: + - type: Transform + pos: 10.423094,-53.70587 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 27594 + components: + - type: Transform + pos: 6.423094,-56.365704 + parent: 2 + - uid: 27595 + components: + - type: Transform + pos: 9.376219,-54.568943 + parent: 2 +- proto: LightImplanter + entities: + - uid: 27596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.4568176,-48.334984 + parent: 2 +- proto: LightReplacer + entities: + - uid: 2652 + components: + - type: Transform + parent: 2650 - type: Physics canCollide: False - - uid: 26785 + - uid: 27597 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.522446,-29.444263 parent: 2 - - uid: 26786 + - uid: 27598 components: - type: Transform pos: 42.723858,-66.50002 parent: 2 - proto: LightTubeCrystalGreen entities: - - uid: 26788 + - uid: 27600 components: - type: Transform - parent: 26787 + parent: 27599 - type: Physics canCollide: False - proto: LightTubeCrystalRed entities: - - uid: 26790 + - uid: 27602 components: - type: Transform - parent: 26789 + parent: 27601 - type: LightBulb lightEnergy: 1 - type: Physics canCollide: False - - uid: 26792 + - uid: 27604 components: - type: Transform - parent: 26791 + parent: 27603 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26794 + - uid: 27606 components: - type: Transform - parent: 26793 + parent: 27605 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26796 + - uid: 27608 components: - type: Transform - parent: 26795 + parent: 27607 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26798 + - uid: 27610 components: - type: Transform - parent: 26797 + parent: 27609 - type: LightBulb lightEnergy: 1 - type: Physics canCollide: False - - uid: 26800 + - uid: 27612 components: - type: Transform - parent: 26799 + parent: 27611 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26802 + - uid: 27614 components: - type: Transform - parent: 26801 + parent: 27613 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26804 + - uid: 27616 components: - type: Transform - parent: 26803 + parent: 27615 - type: LightBulb lightRadius: 2 - type: Physics canCollide: False - - uid: 26806 + - uid: 27618 components: - type: Transform - parent: 26805 + parent: 27617 - type: LightBulb lightEnergy: 1 - type: Physics canCollide: False - - uid: 26808 + - uid: 27620 components: - type: Transform - parent: 26807 + parent: 27619 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26810 + - uid: 27622 components: - type: Transform - parent: 26809 + parent: 27621 - type: LightBulb lightEnergy: 1 - type: Physics canCollide: False - - uid: 26812 + - uid: 27624 components: - type: Transform - parent: 26811 + parent: 27623 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26814 + - uid: 27626 components: - type: Transform - parent: 26813 + parent: 27625 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26816 + - uid: 27628 components: - type: Transform - parent: 26815 + parent: 27627 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26818 + - uid: 27630 components: - type: Transform - parent: 26817 + parent: 27629 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26820 + - uid: 27632 components: - type: Transform - parent: 26819 + parent: 27631 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26822 + - uid: 27634 components: - type: Transform - parent: 26821 + parent: 27633 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26824 + - uid: 27636 components: - type: Transform - parent: 26823 + parent: 27635 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26826 + - uid: 27638 components: - type: Transform - parent: 26825 + parent: 27637 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26828 + - uid: 27640 components: - type: Transform - parent: 26827 + parent: 27639 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26830 + - uid: 27642 components: - type: Transform - parent: 26829 + parent: 27641 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26832 + - uid: 27644 components: - type: Transform - parent: 26831 + parent: 27643 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26834 + - uid: 27646 components: - type: Transform - parent: 26833 + parent: 27645 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26836 + - uid: 27648 components: - type: Transform - parent: 26835 + parent: 27647 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26838 + - uid: 27650 components: - type: Transform - parent: 26837 + parent: 27649 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26840 + - uid: 27652 components: - type: Transform - parent: 26839 + parent: 27651 - type: LightBulb lightEnergy: 1 - type: Physics canCollide: False - - uid: 26842 + - uid: 27654 components: - type: Transform - parent: 26841 + parent: 27653 - type: LightBulb lightRadius: 2 lightEnergy: 1 - type: Physics canCollide: False - - uid: 26844 + - uid: 27656 components: - type: Transform - parent: 26843 + parent: 27655 - type: LightBulb lightRadius: 2 lightEnergy: 1 @@ -182899,48 +188020,48 @@ entities: canCollide: False - proto: LiquidNitrogenCanister entities: - - uid: 26845 + - uid: 27657 components: - type: Transform pos: 36.5,-46.5 parent: 2 - - uid: 26846 + - uid: 27658 components: - type: Transform pos: -74.5,-27.5 parent: 2 - - uid: 26847 + - uid: 27659 components: - type: Transform pos: 95.5,-82.5 parent: 2 - proto: LiquidOxygenCanister entities: - - uid: 26848 + - uid: 27660 components: - type: Transform pos: 36.5,-47.5 parent: 2 - - uid: 26849 + - uid: 27661 components: - type: Transform pos: -75.5,-27.5 parent: 2 - - uid: 26850 + - uid: 27662 components: - type: Transform pos: 96.5,-82.5 parent: 2 - proto: LiveLetLiveCircuitBoard entities: - - uid: 26851 + - uid: 27663 components: - type: Transform pos: 17.471539,18.571913 parent: 2 - proto: LockableButtonArmory entities: - - uid: 26852 + - uid: 27664 components: - type: MetaData desc: Эта кнопка открывает гермозатвор хранилища снаряжения красного кода. @@ -182951,10 +188072,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2142: + 2182: - - Pressed - Toggle - - uid: 26853 + - uid: 27665 components: - type: MetaData desc: Эта кнопка открывает гермозатвор хранилища снаряжения синего кода. @@ -182965,10 +188086,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2141: + 2181: - - Pressed - Toggle - - uid: 26854 + - uid: 27666 components: - type: MetaData name: Снаряжение @@ -182978,10 +188099,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2143: + 2183: - - Pressed - Toggle - - uid: 26855 + - uid: 27667 components: - type: MetaData desc: Эта кнопка активирует сброс улик. @@ -182991,27 +188112,27 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 26787: + 27599: - - Pressed - Toggle - 18776: + 19274: - - Pressed - Toggle - proto: LockableButtonAtmospherics entities: - - uid: 26856 + - uid: 27668 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-87.5 parent: 2 - - uid: 26857 + - uid: 27669 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-87.5 parent: 2 - - uid: 26858 + - uid: 27670 components: - type: Transform rot: -1.5707963267948966 rad @@ -183019,10 +188140,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 542: + 559: - - Pressed - DoorBolt - - uid: 26859 + - uid: 27671 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -183033,25 +188154,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31171: + 31757: - - Pressed - Toggle - 31168: + 31754: - - Pressed - Toggle - 31167: + 31753: - - Pressed - Toggle - 31166: + 31752: - - Pressed - Toggle - 31175: + 31761: - - Pressed - Toggle - 31172: + 31758: - - Pressed - Toggle - - uid: 26860 + - uid: 27672 components: - type: MetaData desc: Эта кнопка переключает гермозатворы. @@ -183061,13 +188182,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2208: + 2227: - - Pressed - Toggle - 2207: + 2226: - - Pressed - Toggle - - uid: 26861 + - uid: 27673 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -183077,18 +188198,18 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31182: + 31768: - - Pressed - Toggle - 31181: + 31767: - - Pressed - Toggle - 31180: + 31766: - - Pressed - Toggle - proto: LockableButtonBrig entities: - - uid: 26862 + - uid: 27674 components: - type: MetaData name: вызов уборщика @@ -183099,18 +188220,18 @@ entities: - type: DeviceLinkSource range: 300 linkedPorts: - 26679: + 27472: - - Pressed - Toggle - 26678: + 27471: - - Pressed - Toggle - 26682: + 27475: - - Pressed - Toggle - proto: LockableButtonCargo entities: - - uid: 26863 + - uid: 27675 components: - type: Transform rot: 1.5707963267948966 rad @@ -183121,15 +188242,15 @@ entities: - type: DeviceLinkSource range: 3000 linkedPorts: - 26676: + 27469: - - Pressed - Toggle - 26686: + 27479: - - Pressed - Toggle - proto: LockableButtonChapel entities: - - uid: 26864 + - uid: 27676 components: - type: MetaData desc: Эта кнопка закрывает ставни. @@ -183140,25 +188261,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31136: + 31722: - - Pressed - Toggle - 31137: + 31723: - - Pressed - Toggle - 31139: + 31725: - - Pressed - Toggle - 31138: + 31724: - - Pressed - Toggle - 31141: + 31727: - - Pressed - Toggle - 31140: + 31726: - - Pressed - Toggle - - uid: 26865 + - uid: 27677 components: - type: MetaData name: свет @@ -183168,18 +188289,18 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 28472: + 29157: - - Pressed - Toggle - 28329: + 29014: - - Pressed - Toggle - 28330: + 29015: - - Pressed - Toggle - proto: LockableButtonChemistry entities: - - uid: 26866 + - uid: 27678 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -183190,27 +188311,27 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31147: + 31733: - - Pressed - Toggle - 31143: + 31729: - - Pressed - Toggle - 31146: + 31732: - - Pressed - Toggle - 31144: + 31730: - - Pressed - Toggle - 31145: + 31731: - - Pressed - Toggle - 31142: + 31728: - - Pressed - Toggle - proto: LockableButtonCommand entities: - - uid: 26867 + - uid: 27679 components: - type: Transform rot: -1.5707963267948966 rad @@ -183218,10 +188339,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2103: + 2143: - - Pressed - Toggle - - uid: 26868 + - uid: 27680 components: - type: Transform rot: 1.5707963267948966 rad @@ -183229,12 +188350,12 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2102: + 2142: - - Pressed - Toggle - proto: LockableButtonEngineering entities: - - uid: 26869 + - uid: 27681 components: - type: Transform rot: -1.5707963267948966 rad @@ -183245,18 +188366,18 @@ entities: - type: DeviceLinkSource range: 3000 linkedPorts: - 26670: + 27463: - - Pressed - Toggle - 26677: + 27470: - - Pressed - Toggle - 26687: + 27480: - - Pressed - Toggle - proto: LockableButtonMedical entities: - - uid: 26870 + - uid: 27682 components: - type: Transform rot: -1.5707963267948966 rad @@ -183265,21 +188386,21 @@ entities: - type: DeviceLinkSource range: 300 linkedPorts: - 26680: + 27473: - - Pressed - Toggle - 26669: + 27462: - - Pressed - Toggle - 26684: + 27477: - - Pressed - Toggle - 26673: + 27466: - - Pressed - Toggle - proto: LockableButtonResearch entities: - - uid: 26871 + - uid: 27683 components: - type: Transform rot: 3.141592653589793 rad @@ -183288,21 +188409,90 @@ entities: - type: DeviceLinkSource range: 300 linkedPorts: - 26667: + 27460: - - Pressed - Toggle - 26674: + 27467: - - Pressed - Toggle - 26683: + 27476: - - Pressed - Toggle - 26675: + 27468: - - Pressed - Toggle +- proto: LockableButtonSalvage + entities: + - uid: 27684 + components: + - type: MetaData + name: ⚠⚠Ҵ҂ҖҪҨ ҞҥҜҔҜ⚠⚠ + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 19816: + - - Pressed + - Trigger + 19811: + - - Pressed + - Trigger + 19821: + - - Pressed + - Trigger + 19828: + - - Pressed + - Trigger + 19824: + - - Pressed + - Trigger + 19832: + - - Pressed + - Trigger + 19822: + - - Pressed + - Trigger + 19831: + - - Pressed + - Trigger + 19829: + - - Pressed + - Trigger + 19823: + - - Pressed + - Trigger + 19812: + - - Pressed + - Trigger + 19819: + - - Pressed + - Trigger + 19814: + - - Pressed + - Trigger + 19815: + - - Pressed + - Trigger + 19813: + - - Pressed + - Trigger + 19820: + - - Pressed + - Trigger + 19827: + - - Pressed + - Trigger + 41317: + - - Pressed + - Trigger + 19826: + - - Pressed + - Trigger - proto: LockableButtonSecurity entities: - - uid: 26872 + - uid: 27685 components: - type: MetaData desc: Эта кнопка переключает освещение. @@ -183313,19 +188503,19 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 28212: + 28897: - - Pressed - Toggle - 28535: + 29220: - - Pressed - Toggle - 28653: + 29373: - - Pressed - Toggle - 28896: + 29616: - - Pressed - Toggle - - uid: 26873 + - uid: 27686 components: - type: Transform rot: 3.141592653589793 rad @@ -183333,10 +188523,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2144: + 2184: - - Pressed - Toggle - - uid: 26874 + - uid: 27687 components: - type: MetaData desc: Эта кнопка блотирует шлюзы допросной. @@ -183347,13 +188537,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 972: - - - Pressed - - DoorBolt 962: - - Pressed - DoorBolt - - uid: 26875 + 952: + - - Pressed + - DoorBolt + - uid: 27688 components: - type: MetaData desc: Эта кнопка переключает освещение. @@ -183364,13 +188554,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 28535: + 29220: - - Pressed - Toggle - 28212: + 28897: - - Pressed - Toggle - - uid: 26876 + - uid: 27689 components: - type: MetaData name: ставни окон в космос @@ -183380,19 +188570,19 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31151: + 31737: - - Pressed - Toggle - 31152: + 31738: - - Pressed - Toggle - 31153: + 31739: - - Pressed - Toggle - 31154: + 31740: - - Pressed - Toggle - 31155: + 31741: - - Pressed - Toggle - proto: LockerAtmosphericsFilled @@ -183426,8 +188616,8 @@ entities: showEnts: False occludes: True ents: + - 22 - 20 - - 21 - 23 paper_label: !type:ContainerSlot showEnts: False @@ -183507,31 +188697,31 @@ entities: ent: null - proto: LockerBoozeFilled entities: - - uid: 26877 + - uid: 27690 components: - type: Transform pos: 22.5,7.5 parent: 2 - proto: LockerBotanistFilled entities: - - uid: 26878 + - uid: 27691 components: - type: Transform pos: 36.5,18.5 parent: 2 - - uid: 26879 + - uid: 27692 components: - type: Transform pos: 37.5,18.5 parent: 2 - - uid: 26880 + - uid: 27693 components: - type: Transform pos: 35.5,18.5 parent: 2 - proto: LockerBrigmedic entities: - - uid: 2526 + - uid: 2558 components: - type: Transform anchored: True @@ -183563,22 +188753,22 @@ entities: showEnts: False occludes: True ents: - - 2527 - - 2542 - - 2530 - - 2538 - - 2541 - - 2535 - - 2528 - - 2531 - - 2532 - - 2529 - - 2537 - - 2536 - - 2534 - - 2533 - - 2539 - - 2540 + - 2559 + - 2574 + - 2562 + - 2570 + - 2573 + - 2567 + - 2560 + - 2563 + - 2564 + - 2561 + - 2569 + - 2568 + - 2566 + - 2565 + - 2571 + - 2572 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -183587,14 +188777,14 @@ entities: prevFixedRotation: True - proto: LockerCaptainFilledNoLaser entities: - - uid: 26881 + - uid: 27694 components: - type: Transform pos: 16.5,13.5 parent: 2 - proto: LockerChemistryFilled entities: - - uid: 26882 + - uid: 27695 components: - type: Transform pos: -38.5,-31.5 @@ -183626,10 +188816,10 @@ entities: paper_label: !type:ContainerSlot showEnts: False occludes: True - ent: 26883 + ent: 27696 - proto: LockerChiefEngineerFilled entities: - - uid: 26884 + - uid: 27697 components: - type: Transform pos: 55.5,-76.5 @@ -183658,14 +188848,14 @@ entities: showEnts: False occludes: True ents: - - 26885 + - 27698 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerChiefMedicalOfficerFilled entities: - - uid: 26886 + - uid: 27699 components: - type: Transform pos: -38.5,-12.5 @@ -183690,7 +188880,7 @@ entities: - 0 - proto: LockerClown entities: - - uid: 15409 + - uid: 15927 components: - type: MetaData desc: Вам потребуется в 10 раз больше усилий, чтобы его сломать. @@ -183731,19 +188921,19 @@ entities: showEnts: False occludes: True ents: - - 15415 - - 15413 - - 15412 - - 15411 - - 15410 - - 15414 + - 15933 + - 15931 + - 15930 + - 15929 + - 15928 + - 15932 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: WarpPoint location: я-44 - - uid: 20207 + - uid: 20748 components: - type: Transform pos: 36.5,-15.5 @@ -183772,15 +188962,15 @@ entities: showEnts: False occludes: True ents: - - 20211 - - 20214 - - 20212 - - 20209 - - 20208 - - 20215 - - 20216 - - 20210 - - 20213 + - 20752 + - 20755 + - 20753 + - 20750 + - 20749 + - 20756 + - 20757 + - 20751 + - 20754 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -183833,7 +189023,7 @@ entities: showEnts: False occludes: True ent: null - - uid: 15675 + - uid: 16190 components: - type: MetaData name: шкаф @@ -183866,16 +189056,16 @@ entities: showEnts: False occludes: True ents: - - 15678 - - 15677 - - 15676 + - 16193 + - 16192 + - 16191 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerDetectiveFilled entities: - - uid: 2318 + - uid: 2349 components: - type: Transform pos: 39.5,-23.5 @@ -183904,14 +189094,14 @@ entities: showEnts: False occludes: True ents: - - 2319 + - 2350 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerElectricalSuppliesFilled entities: - - uid: 26887 + - uid: 27700 components: - type: Transform pos: 64.5,15.5 @@ -183936,54 +189126,54 @@ entities: - 0 - 0 - 0 - - uid: 26888 + - uid: 27701 components: - type: Transform pos: -72.5,11.5 parent: 2 - - uid: 26889 + - uid: 27702 components: - type: Transform pos: -55.5,-87.5 parent: 2 - - uid: 26890 + - uid: 27703 components: - type: Transform pos: 65.5,-71.5 parent: 2 - - uid: 26891 + - uid: 27704 components: - type: Transform pos: 79.5,-49.5 parent: 2 - - uid: 26892 + - uid: 27705 components: - type: Transform pos: -87.5,-19.5 parent: 2 - - uid: 26893 + - uid: 27706 components: - type: Transform pos: 23.5,19.5 parent: 2 - proto: LockerEngineerFilled entities: - - uid: 26894 + - uid: 27707 components: - type: Transform pos: 81.5,-52.5 parent: 2 - - uid: 26895 + - uid: 27708 components: - type: Transform pos: 49.5,-81.5 parent: 2 - - uid: 26896 + - uid: 27709 components: - type: Transform pos: 48.5,-81.5 parent: 2 - - uid: 26897 + - uid: 27710 components: - type: Transform pos: 51.5,-81.5 @@ -184006,34 +189196,34 @@ entities: - 0 - 0 - 0 - - uid: 26898 + - uid: 27711 components: - type: Transform pos: 50.5,-81.5 parent: 2 - - uid: 26899 + - uid: 27712 components: - type: Transform pos: 43.5,-60.5 parent: 2 - - uid: 26900 + - uid: 27713 components: - type: Transform pos: 44.5,-60.5 parent: 2 - proto: LockerEvidence entities: - - uid: 26901 + - uid: 27714 components: - type: Transform pos: 72.5,-4.5 parent: 2 - - uid: 26902 + - uid: 27715 components: - type: Transform pos: 49.5,-20.5 parent: 2 - - uid: 26903 + - uid: 27716 components: - type: Transform pos: 49.5,-22.5 @@ -184056,12 +189246,12 @@ entities: - 0 - 0 - 0 - - uid: 26904 + - uid: 27717 components: - type: Transform pos: 50.5,-1.5 parent: 2 - - uid: 26905 + - uid: 27718 components: - type: Transform pos: 52.5,-0.5 @@ -184084,39 +189274,39 @@ entities: - 0 - 0 - 0 - - uid: 26906 + - uid: 27719 components: - type: Transform pos: 50.5,-0.5 parent: 2 - - uid: 26907 + - uid: 27720 components: - type: Transform pos: 73.5,-4.5 parent: 2 - - uid: 26908 + - uid: 27721 components: - type: Transform pos: 74.5,-4.5 parent: 2 - - uid: 26909 + - uid: 27722 components: - type: Transform pos: 75.5,-4.5 parent: 2 - - uid: 26910 + - uid: 27723 components: - type: Transform pos: 42.5,-9.5 parent: 2 - - uid: 26911 + - uid: 27724 components: - type: Transform pos: 42.5,-8.5 parent: 2 - proto: LockerFreezer entities: - - uid: 19110 + - uid: 19616 components: - type: Transform pos: 25.5,14.5 @@ -184145,51 +189335,15 @@ entities: showEnts: False occludes: True ents: - - 19114 - - 19113 - - 19112 - - 19111 + - 19620 + - 19619 + - 19618 + - 19617 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 20185 - components: - - type: Transform - pos: -12.5,-36.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1465 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 20188 - - 20187 - - 20186 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 26700 + - uid: 27493 components: - type: Transform pos: -55.5,9.5 @@ -184218,19 +189372,19 @@ entities: showEnts: False occludes: True ents: - - 26701 + - 27494 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 26912 + - uid: 27725 components: - type: Transform pos: 26.5,9.5 parent: 2 - proto: LockerFreezerBase entities: - - uid: 2308 + - uid: 2339 components: - type: Transform pos: 87.5,-10.5 @@ -184259,12 +189413,12 @@ entities: showEnts: False occludes: True ents: - - 2309 + - 2340 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15591 + - uid: 16107 components: - type: Transform anchored: True @@ -184296,21 +189450,21 @@ entities: showEnts: False occludes: True ents: - - 15599 - - 15593 - - 15598 - - 15592 - - 15597 - - 15595 - - 15594 - - 15596 + - 16115 + - 16109 + - 16114 + - 16108 + - 16113 + - 16111 + - 16110 + - 16112 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 19069 + - uid: 19568 components: - type: Transform pos: 46.5,-75.5 @@ -184339,15 +189493,15 @@ entities: showEnts: False occludes: True ents: - - 19073 - - 19070 - - 19071 - - 19072 + - 19572 + - 19569 + - 19570 + - 19571 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 19181 + - uid: 19687 components: - type: Transform pos: -41.5,-86.5 @@ -184376,13 +189530,13 @@ entities: showEnts: False occludes: True ents: - - 19183 - - 19182 + - 19689 + - 19688 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 20179 + - uid: 20722 components: - type: Transform pos: -39.5,-5.5 @@ -184411,15 +189565,15 @@ entities: showEnts: False occludes: True ents: - - 20180 - - 20181 + - 20723 + - 20724 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerHeadOfPersonnelFilled entities: - - uid: 26913 + - uid: 27726 components: - type: Transform pos: -9.5,7.5 @@ -184444,7 +189598,7 @@ entities: - 0 - proto: LockerHeadOfSecurityFilled entities: - - uid: 26914 + - uid: 27727 components: - type: Transform pos: 50.5,16.5 @@ -184473,14 +189627,14 @@ entities: showEnts: False occludes: True ents: - - 26915 + - 27728 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerMedical entities: - - uid: 2504 + - uid: 2536 components: - type: MetaData name: шкаф операционной @@ -184511,23 +189665,23 @@ entities: showEnts: False occludes: True ents: - - 2511 - - 2505 - - 2506 - - 2510 - - 2512 - - 2509 - - 2513 - - 2508 - - 2516 - - 2514 - - 2515 - - 2507 + - 2543 + - 2537 + - 2538 + - 2542 + - 2544 + - 2541 + - 2545 + - 2540 + - 2548 + - 2546 + - 2547 + - 2539 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15520 + - uid: 16038 components: - type: Transform pos: -19.5,10.5 @@ -184556,36 +189710,36 @@ entities: showEnts: False occludes: True ents: - - 15521 + - 16039 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerMedicalFilled entities: - - uid: 26916 + - uid: 27729 components: - type: Transform pos: -50.5,-8.5 parent: 2 - - uid: 26917 + - uid: 27730 components: - type: Transform pos: -50.5,-9.5 parent: 2 - - uid: 26918 + - uid: 27731 components: - type: Transform pos: -50.5,-10.5 parent: 2 - - uid: 26919 + - uid: 27732 components: - type: Transform pos: -47.5,-40.5 parent: 2 - proto: LockerMedicine entities: - - uid: 2561 + - uid: 2591 components: - type: Transform pos: -19.5,12.5 @@ -184614,14 +189768,14 @@ entities: showEnts: False occludes: True ents: - - 2562 + - 2592 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerMedicineFilled entities: - - uid: 15718 + - uid: 16233 components: - type: Transform pos: -47.5,-11.5 @@ -184650,17 +189804,17 @@ entities: showEnts: False occludes: True ents: - - 15719 + - 16234 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 26920 + - uid: 27733 components: - type: Transform pos: -51.5,-17.5 parent: 2 - - uid: 26921 + - uid: 27734 components: - type: Transform pos: -64.5,-23.5 @@ -184683,19 +189837,19 @@ entities: - 0 - 0 - 0 - - uid: 26922 + - uid: 27735 components: - type: Transform pos: -48.5,-11.5 parent: 2 - - uid: 26923 + - uid: 27736 components: - type: Transform pos: -59.5,-25.5 parent: 2 - proto: LockerMime entities: - - uid: 15554 + - uid: 16072 components: - type: Transform pos: 34.5,-15.5 @@ -184724,18 +189878,18 @@ entities: showEnts: False occludes: True ents: - - 15555 - - 15556 - - 15559 - - 15558 - - 15557 + - 16073 + - 16074 + - 16077 + - 16076 + - 16075 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerParamedicFilled entities: - - uid: 26924 + - uid: 27737 components: - type: Transform pos: -51.5,-12.5 @@ -184760,49 +189914,49 @@ entities: - 0 - proto: LockerPrisoner entities: - - uid: 26925 + - uid: 27738 components: - type: Transform pos: 39.5,0.5 parent: 2 - proto: LockerPrisoner2 entities: - - uid: 26926 + - uid: 27739 components: - type: Transform pos: 40.5,0.5 parent: 2 - proto: LockerPrisoner3 entities: - - uid: 26927 + - uid: 27740 components: - type: Transform pos: 41.5,0.5 parent: 2 - proto: LockerPrisoner4 entities: - - uid: 26928 + - uid: 27741 components: - type: Transform pos: 39.5,-1.5 parent: 2 - proto: LockerPrisoner5 entities: - - uid: 26929 + - uid: 27742 components: - type: Transform pos: 40.5,-1.5 parent: 2 - proto: LockerPrisoner6 entities: - - uid: 26930 + - uid: 27743 components: - type: Transform pos: 41.5,-1.5 parent: 2 - proto: LockerQuarterMasterFilled entities: - - uid: 26931 + - uid: 27744 components: - type: Transform pos: -0.5,-98.5 @@ -184827,7 +189981,7 @@ entities: - 0 - proto: LockerRepresentative entities: - - uid: 1820 + - uid: 1855 components: - type: Transform anchored: True @@ -184859,13 +190013,13 @@ entities: showEnts: False occludes: True ents: - - 1827 - - 1821 - - 1825 - - 1824 - - 1822 - - 1826 - - 1823 + - 1862 + - 1856 + - 1860 + - 1859 + - 1857 + - 1861 + - 1858 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -184874,7 +190028,7 @@ entities: prevFixedRotation: True - proto: LockerResearchDirectorFilled entities: - - uid: 26932 + - uid: 27745 components: - type: Transform pos: -35.5,-67.5 @@ -184899,7 +190053,7 @@ entities: - 0 - proto: LockerSalvageSpecialist entities: - - uid: 26933 + - uid: 27746 components: - type: Transform pos: -19.5,-45.5 @@ -184928,31 +190082,31 @@ entities: showEnts: False occludes: True ents: - - 26934 + - 27747 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerSalvageSpecialistFilled entities: - - uid: 26935 + - uid: 27748 components: - type: Transform pos: -5.5,-95.5 parent: 2 - - uid: 26936 + - uid: 27749 components: - type: Transform pos: -5.5,-96.5 parent: 2 - - uid: 26937 + - uid: 27750 components: - type: Transform pos: -5.5,-94.5 parent: 2 - proto: LockerScienceFilled entities: - - uid: 15560 + - uid: 16078 components: - type: Transform pos: -41.5,-77.5 @@ -184981,29 +190135,29 @@ entities: showEnts: False occludes: True ents: - - 15561 + - 16079 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 26938 + - uid: 27751 components: - type: Transform pos: -46.5,-83.5 parent: 2 - - uid: 26939 + - uid: 27752 components: - type: Transform pos: -41.5,-76.5 parent: 2 - - uid: 26940 + - uid: 27753 components: - type: Transform pos: -41.5,-57.5 parent: 2 - proto: LockerSecurity entities: - - uid: 15420 + - uid: 15938 components: - type: MetaData name: шкаф пилота @@ -185034,33 +190188,33 @@ entities: showEnts: False occludes: True ents: - - 15427 - - 15425 - - 15429 - - 15428 - - 15423 - - 15426 - - 15421 - - 15430 - - 15424 - - 15422 + - 15945 + - 15943 + - 15947 + - 15946 + - 15941 + - 15944 + - 15939 + - 15948 + - 15942 + - 15940 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Pullable prevFixedRotation: True - - uid: 26941 + - uid: 27754 components: - type: Transform pos: -70.5,-50.5 parent: 2 - - uid: 26942 + - uid: 27755 components: - type: Transform pos: -76.5,-50.5 parent: 2 - - uid: 26943 + - uid: 27756 components: - type: Transform pos: -53.5,11.5 @@ -185089,76 +190243,76 @@ entities: showEnts: False occludes: True ents: - - 26944 + - 27757 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerSecurityFilled entities: - - uid: 26945 + - uid: 27758 components: - type: Transform pos: 65.5,3.5 parent: 2 - - uid: 26946 + - uid: 27759 components: - type: Transform pos: 65.5,5.5 parent: 2 - - uid: 26947 + - uid: 27760 components: - type: Transform pos: 64.5,5.5 parent: 2 - - uid: 26948 + - uid: 27761 components: - type: Transform pos: 62.5,3.5 parent: 2 - - uid: 26949 + - uid: 27762 components: - type: Transform pos: 62.5,5.5 parent: 2 - - uid: 26950 + - uid: 27763 components: - type: Transform pos: 63.5,5.5 parent: 2 - - uid: 26951 + - uid: 27764 components: - type: Transform pos: 63.5,3.5 parent: 2 - - uid: 26952 + - uid: 27765 components: - type: Transform pos: 64.5,3.5 parent: 2 - - uid: 26953 + - uid: 27766 components: - type: Transform pos: 75.5,-26.5 parent: 2 - - uid: 26954 + - uid: 27767 components: - type: Transform pos: -47.5,-51.5 parent: 2 - - uid: 26955 + - uid: 27768 components: - type: Transform pos: -46.5,-34.5 parent: 2 - - uid: 26956 + - uid: 27769 components: - type: Transform pos: -9.5,-81.5 parent: 2 - proto: LockerSteel entities: - - uid: 15438 + - uid: 15956 components: - type: MetaData name: шкаф шеф-повара @@ -185192,42 +190346,19 @@ entities: showEnts: False occludes: True ents: - - 15439 - - 15444 - - 15443 - - 15442 - - 15440 - - 15441 + - 15957 + - 15962 + - 15961 + - 15960 + - 15958 + - 15959 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 26957 - components: - - type: Transform - pos: -1.5,-59.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: LockerWallMedicalFilled entities: - - uid: 15714 + - uid: 16227 components: - type: Transform rot: 3.141592653589793 rad @@ -185257,22 +190388,22 @@ entities: showEnts: False occludes: True ents: - - 15715 + - 16228 - proto: LockerWardenFilled entities: - - uid: 26958 + - uid: 27770 components: - type: Transform pos: 53.5,-21.5 parent: 2 - proto: LockerWeldingSuppliesFilled entities: - - uid: 26959 + - uid: 27771 components: - type: Transform pos: 81.5,-66.5 parent: 2 - - uid: 26960 + - uid: 27772 components: - type: Transform pos: -38.5,-112.5 @@ -185295,369 +190426,387 @@ entities: - 0 - 0 - 0 - - uid: 26961 + - uid: 27773 components: - type: Transform pos: 37.5,30.5 parent: 2 - - uid: 26962 + - uid: 27774 components: - type: Transform pos: 36.5,33.5 parent: 2 - - uid: 26963 + - uid: 27775 components: - type: Transform pos: -61.5,-18.5 parent: 2 - - uid: 26964 + - uid: 27776 components: - type: Transform pos: 105.5,-22.5 parent: 2 - proto: Log entities: - - uid: 26965 + - uid: 27777 components: - type: Transform pos: -80.94435,-17.299232 parent: 2 - - uid: 26966 + - uid: 27778 components: - type: Transform pos: -81.25685,-17.189857 parent: 2 - - uid: 26967 + - uid: 27779 components: - type: Transform pos: -81.25685,-17.424232 parent: 2 -- proto: LogicEmptyCircuit - entities: - - uid: 26968 - components: - - type: Transform - pos: 1.3743762,-45.400673 - parent: 2 -- proto: LogicGateAnd - entities: - - uid: 26969 - components: - - type: Transform - pos: 6.5,-56.5 - parent: 2 - - uid: 26970 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - proto: LogProbeCartridge entities: - - uid: 1429 + - uid: 1458 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: LootSpawnerArmory entities: - - uid: 26971 + - uid: 27780 components: - type: Transform pos: 60.5,-19.5 parent: 2 - - uid: 26972 + - uid: 27781 components: - type: Transform pos: 63.5,-19.5 parent: 2 - proto: LootSpawnerArmoryArmorOnly entities: - - uid: 26973 + - uid: 27782 components: - type: Transform pos: 65.5,-19.5 parent: 2 - - uid: 26974 + - uid: 27783 components: - type: Transform pos: 64.5,-11.5 parent: 2 - proto: LootSpawnerArmoryGunsOnly entities: - - uid: 26975 + - uid: 27784 components: - type: Transform pos: 62.5,-17.5 parent: 2 - - uid: 26976 + - uid: 27785 components: - type: Transform pos: 65.5,-17.5 parent: 2 - proto: LootSpawnerCableCoil entities: - - uid: 26977 + - uid: 27786 components: - type: Transform pos: -55.5,-80.5 parent: 2 - - uid: 26978 + - uid: 27787 components: - type: Transform pos: 34.5,30.5 parent: 2 - - uid: 26979 + - uid: 27788 components: - type: Transform pos: 86.5,-49.5 parent: 2 - proto: LootSpawnerContraband entities: - - uid: 26980 + - uid: 27789 components: - type: Transform pos: 3.5,-95.5 parent: 2 - - uid: 26981 + - uid: 27790 components: - type: Transform pos: -88.5,-0.5 parent: 2 - proto: LootSpawnerIndustrial entities: - - uid: 26982 + - uid: 27791 components: - type: Transform pos: 87.5,-52.5 parent: 2 - - uid: 26983 + - uid: 27792 components: - type: Transform pos: 104.5,-57.5 parent: 2 - - uid: 26984 + - uid: 27793 components: - type: Transform pos: 53.5,-48.5 parent: 2 - - uid: 26985 + - uid: 27794 components: - type: Transform pos: 57.5,-49.5 parent: 2 + - uid: 27795 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 - proto: LootSpawnerIndustrialFluff entities: - - uid: 26986 + - uid: 27796 components: - type: Transform pos: -11.5,-85.5 parent: 2 - - uid: 26987 + - uid: 27797 components: - type: Transform pos: 58.5,-49.5 parent: 2 - - uid: 26988 + - uid: 27798 components: - type: Transform pos: 84.5,-55.5 parent: 2 - - uid: 26989 + - uid: 27799 components: - type: Transform pos: 86.5,-55.5 parent: 2 - proto: LootSpawnerMaterials entities: - - uid: 26990 + - uid: 27800 components: - type: Transform pos: 81.5,-48.5 parent: 2 - - uid: 26991 + - uid: 27801 components: - type: Transform pos: -42.5,-113.5 parent: 2 - - uid: 26992 + - uid: 27802 components: - type: Transform pos: 70.5,-45.5 parent: 2 - - uid: 26993 + - uid: 27803 components: - type: Transform pos: 31.5,23.5 parent: 2 - - uid: 26994 + - uid: 27804 components: - type: Transform pos: 24.5,25.5 parent: 2 - proto: LootSpawnerMaterialsHighValue entities: - - uid: 26995 + - uid: 27805 components: - type: Transform - pos: -12.5,-26.5 + pos: 13.5,-37.5 parent: 2 - proto: LootSpawnerMaterialsHighValueConstruction entities: - - uid: 26996 + - uid: 27806 components: - type: Transform pos: -26.5,-103.5 parent: 2 - - uid: 26997 + - uid: 27807 components: - type: Transform pos: -19.5,16.5 parent: 2 - - uid: 26998 + - uid: 27808 components: - type: Transform pos: -82.5,-23.5 parent: 2 - - uid: 26999 + - uid: 27809 components: - type: Transform pos: 74.5,-50.5 parent: 2 + - uid: 27810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-26.5 + parent: 2 - proto: LootSpawnerMaterialsSurplus entities: - - uid: 27000 + - uid: 27811 components: - type: Transform pos: -69.5,-18.5 parent: 2 - - uid: 27001 + - uid: 27812 components: - type: Transform pos: -32.5,-23.5 parent: 2 - - uid: 27002 + - uid: 27813 components: - type: Transform pos: 96.5,-49.5 parent: 2 - - uid: 27003 + - uid: 27814 components: - type: Transform pos: -46.5,-121.5 parent: 2 - - uid: 27004 + - uid: 27815 components: - type: Transform pos: -52.5,-83.5 parent: 2 - - uid: 27005 + - uid: 27816 components: - type: Transform pos: -63.5,-2.5 parent: 2 - - uid: 27006 + - uid: 27817 components: - type: Transform pos: -39.5,-78.5 parent: 2 - - uid: 27007 + - uid: 27818 components: - type: Transform pos: -39.5,-78.5 parent: 2 - - uid: 27008 + - uid: 27819 components: - type: Transform pos: -66.5,-23.5 parent: 2 - - uid: 27009 + - uid: 27820 components: - type: Transform pos: -78.5,-27.5 parent: 2 - - uid: 27010 + - uid: 27821 components: - type: Transform pos: -57.5,-53.5 parent: 2 - - uid: 27011 + - uid: 27822 components: - type: Transform pos: -57.5,-74.5 parent: 2 - - uid: 27012 + - uid: 27823 components: - type: Transform pos: -56.5,-101.5 parent: 2 - - uid: 27013 + - uid: 27824 components: - type: Transform pos: -70.5,-18.5 parent: 2 - proto: LootSpawnerMedicalClassy entities: - - uid: 27014 - components: - - type: Transform - pos: 8.5,-25.5 - parent: 2 - - uid: 27015 + - uid: 27825 components: - type: Transform pos: -54.5,-7.5 parent: 2 - - uid: 27016 + - uid: 27826 components: - type: Transform pos: -57.5,-17.5 parent: 2 - - uid: 27017 + - uid: 27827 components: - type: Transform pos: -54.5,0.5 parent: 2 - - uid: 27018 + - uid: 27828 components: - type: Transform pos: 25.5,25.5 parent: 2 + - uid: 27829 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 - proto: LootSpawnerMedicalMinor entities: - - uid: 27019 + - uid: 27830 components: - type: Transform pos: -45.5,-2.5 parent: 2 -- proto: LootSpawnerRandomCrateEngineering - entities: - - uid: 27020 + - uid: 27831 components: - type: Transform - pos: -15.5,-52.5 + pos: -9.5,-37.5 parent: 2 -- proto: LootSpawnerRandomCrateSecurity - entities: - - uid: 27021 + - uid: 27833 components: - type: Transform - pos: 17.5,-45.5 + pos: 1.5,-21.5 + parent: 2 + - uid: 27834 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 + - uid: 27835 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - uid: 27836 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 41318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 +- proto: LootSpawnerScienceMajor + entities: + - uid: 27837 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 +- proto: LootSpawnerScienceMinor + entities: + - uid: 27838 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 27839 + components: + - type: Transform + pos: 1.5,-46.5 parent: 2 - proto: LootSpawnerSecurity entities: - - uid: 27022 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 27023 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 27024 + - uid: 27840 components: - type: Transform rot: 3.141592653589793 rad @@ -185665,38 +190814,38 @@ entities: parent: 2 - proto: LootSpawnerSecurityBasic entities: - - uid: 27025 + - uid: 27841 components: - type: Transform pos: -51.5,12.5 parent: 2 - - uid: 27026 + - uid: 27842 components: - type: Transform pos: 49.5,23.5 parent: 2 - proto: MachineAnomalyGenerator entities: - - uid: 27027 + - uid: 27843 components: - type: Transform pos: -49.5,-81.5 parent: 2 - proto: MachineAnomalyVessel entities: - - uid: 27028 + - uid: 27844 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-85.5 parent: 2 - - uid: 27029 + - uid: 27845 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-85.5 parent: 2 - - uid: 27030 + - uid: 27846 components: - type: Transform rot: 3.141592653589793 rad @@ -185704,257 +190853,229 @@ entities: parent: 2 - proto: MachineAPE entities: - - uid: 27031 + - uid: 27847 components: - type: Transform pos: -48.5,-83.5 parent: 2 - - uid: 27032 + - uid: 27848 components: - type: Transform pos: -49.5,-83.5 parent: 2 - - uid: 27033 + - uid: 27849 components: - type: Transform pos: -50.5,-83.5 parent: 2 - proto: MachineArtifactAnalyzer entities: - - uid: 27034 + - uid: 27850 components: - type: Transform pos: -73.5,-77.5 parent: 2 - - uid: 27035 + - uid: 27851 components: - type: Transform pos: -71.5,-73.5 parent: 2 - proto: MachineCentrifuge entities: - - uid: 27036 + - uid: 27852 components: - type: Transform pos: -36.5,-32.5 parent: 2 - proto: MachineElectrolysisUnit entities: - - uid: 27037 + - uid: 27853 components: - type: Transform pos: -36.5,-30.5 parent: 2 - proto: MachineFrame entities: - - uid: 27038 - components: - - type: Transform - pos: -11.5,-41.5 - parent: 2 - - uid: 27039 - components: - - type: Transform - pos: -13.5,-40.5 - parent: 2 - - uid: 27040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-32.5 - parent: 2 - - uid: 27041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-33.5 - parent: 2 - - uid: 27042 + - uid: 27854 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,23.5 parent: 2 - - uid: 27043 + - uid: 27855 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-63.5 parent: 2 - - uid: 27044 + - uid: 27856 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,24.5 parent: 2 - - uid: 27045 + - uid: 27857 components: - type: Transform pos: -58.5,-17.5 parent: 2 - - uid: 27046 + - uid: 27858 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,7.5 parent: 2 - - uid: 27047 + - uid: 27859 components: - type: Transform pos: -39.5,-51.5 parent: 2 - - uid: 27048 + - uid: 27860 components: - type: Transform pos: -38.5,-63.5 parent: 2 - - uid: 27049 + - uid: 27861 components: - type: Transform pos: -37.5,-63.5 parent: 2 - - uid: 27050 + - uid: 27862 components: - type: Transform pos: -36.5,-63.5 parent: 2 - - uid: 27051 + - uid: 27863 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-33.5 parent: 2 - - uid: 27052 + - uid: 27864 components: - type: Transform rot: 1.5707963267948966 rad pos: 107.5,-57.5 parent: 2 - - uid: 27053 + - uid: 27865 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-69.5 parent: 2 - - uid: 27054 + - uid: 27866 components: - type: Transform pos: 104.5,-68.5 parent: 2 - - uid: 27055 + - uid: 27867 components: - type: Transform pos: 82.5,-46.5 parent: 2 - - uid: 27056 + - uid: 27868 components: - type: Transform pos: 82.5,-47.5 parent: 2 - - uid: 27057 + - uid: 27869 components: - type: Transform pos: -24.5,-107.5 parent: 2 - - uid: 27058 + - uid: 27870 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-1.5 parent: 2 -- proto: MachineFrameDestroyed - entities: - - uid: 27059 + - uid: 27871 components: - type: Transform - pos: 7.5,-23.5 + rot: -1.5707963267948966 rad + pos: 5.5,-59.5 parent: 2 - - uid: 27060 +- proto: MachineFrameDestroyed + entities: + - uid: 27872 components: - type: Transform pos: -46.5,2.5 parent: 2 - - uid: 27061 + - uid: 27873 components: - type: Transform pos: -59.5,-21.5 parent: 2 - - uid: 27062 + - uid: 27874 components: - type: Transform pos: -28.5,-102.5 parent: 2 - proto: MachineMaterialSilo entities: - - uid: 27063 + - uid: 27875 components: - type: Transform pos: -7.5,-4.5 parent: 2 - proto: MagazineBoxAntiMateriel entities: - - uid: 27064 + - uid: 27876 components: - type: Transform pos: 64.55751,-19.446735 parent: 2 - proto: MagazineBoxLightRifleBig entities: - - uid: 27065 + - uid: 27877 components: - type: Transform pos: 62.55726,-19.466019 parent: 2 - proto: MagazineBoxRifleBig entities: - - uid: 27066 + - uid: 27878 components: - type: Transform pos: 62.52601,-19.387894 parent: 2 - proto: MagazineLightRifleMaxim entities: - - uid: 27067 + - uid: 27879 components: - type: Transform - pos: -0.48755038,-25.376152 + pos: 15.514435,-29.44566 parent: 2 - proto: MagazinePistol entities: - - uid: 26362 + - uid: 27166 components: - type: Transform - parent: 26361 + parent: 27165 - type: Physics canCollide: False - type: InsideEntityStorage - proto: MagazinePistolPractice entities: - - uid: 27068 + - uid: 27880 components: - type: Transform pos: 61.458096,9.5217905 parent: 2 - - uid: 27069 + - uid: 27881 components: - type: Transform pos: 61.708096,9.5842905 parent: 2 -- proto: MagazinePistolSubMachineGun - entities: - - uid: 27070 - components: - - type: Transform - pos: 17.5,-46.5 - parent: 2 - proto: MagicDiceBag entities: - - uid: 27071 + - uid: 27882 components: - type: Transform pos: -41.31845,-99.86085 parent: 2 - - uid: 27072 + - uid: 27883 components: - type: Transform rot: -1.5707963267948966 rad @@ -185962,49 +191083,49 @@ entities: parent: 2 - proto: MailingUnit entities: - - uid: 27073 + - uid: 27884 components: - type: Transform pos: -4.5,-81.5 parent: 2 - type: MailingUnit tag: cargo - - uid: 27074 + - uid: 27885 components: - type: Transform pos: -55.5,-89.5 parent: 2 - type: MailingUnit tag: santa - - uid: 27075 + - uid: 27886 components: - type: Transform pos: -3.5,11.5 parent: 2 - type: MailingUnit tag: personal - - uid: 27076 + - uid: 27887 components: - type: Transform pos: -37.5,-46.5 parent: 2 - type: MailingUnit tag: RND - - uid: 27077 + - uid: 27888 components: - type: Transform pos: 49.5,-48.5 parent: 2 - type: MailingUnit tag: engineers - - uid: 27078 + - uid: 27889 components: - type: Transform pos: -38.5,-25.5 parent: 2 - type: MailingUnit tag: med - - uid: 27079 + - uid: 27890 components: - type: Transform pos: 50.5,-13.5 @@ -186081,466 +191202,473 @@ entities: canCollide: False - proto: MaintenanceFluffSpawner entities: - - uid: 27080 + - uid: 27891 components: - type: Transform pos: 104.5,-50.5 parent: 2 - - uid: 27081 + - uid: 27892 components: - type: Transform pos: 57.5,-46.5 parent: 2 - - uid: 27082 + - uid: 27893 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-95.5 parent: 2 - - uid: 27083 + - uid: 27894 components: - type: Transform pos: -39.5,-91.5 parent: 2 - - uid: 27084 + - uid: 27895 components: - type: Transform pos: -63.5,-56.5 parent: 2 - - uid: 27085 + - uid: 27896 components: - type: Transform pos: -60.5,-40.5 parent: 2 - - uid: 27086 + - uid: 27897 components: - type: Transform pos: 76.5,-19.5 parent: 2 - - uid: 27087 + - uid: 27898 components: - type: Transform pos: -57.5,-53.5 parent: 2 - - uid: 27088 + - uid: 27899 components: - type: Transform pos: 76.5,-18.5 parent: 2 - - uid: 27089 + - uid: 27900 components: - type: Transform pos: 48.5,26.5 parent: 2 - - uid: 27090 + - uid: 27901 components: - type: Transform pos: 82.5,-15.5 parent: 2 - - uid: 27091 + - uid: 27902 components: - type: Transform pos: 96.5,-50.5 parent: 2 - - uid: 27092 + - uid: 27903 components: - type: Transform pos: -48.5,-120.5 parent: 2 - - uid: 27093 + - uid: 27904 components: - type: Transform pos: 95.5,-48.5 parent: 2 - - uid: 27094 + - uid: 27905 components: - type: Transform pos: 92.5,-49.5 parent: 2 - - uid: 27095 + - uid: 27906 components: - type: Transform pos: -62.5,2.5 parent: 2 - - uid: 27096 + - uid: 27907 components: - type: Transform pos: -60.5,1.5 parent: 2 - - uid: 27097 + - uid: 27908 components: - type: Transform pos: -59.5,1.5 parent: 2 - - uid: 27098 + - uid: 27909 components: - type: Transform pos: -59.5,4.5 parent: 2 - - uid: 27099 + - uid: 27910 components: - type: Transform pos: -35.5,-107.5 parent: 2 - - uid: 27100 + - uid: 27911 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-111.5 parent: 2 - - uid: 27101 + - uid: 27912 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-109.5 parent: 2 - - uid: 27102 + - uid: 27913 components: - type: Transform pos: -50.5,-114.5 parent: 2 - - uid: 27103 + - uid: 27914 components: - type: Transform pos: -81.5,3.5 parent: 2 - - uid: 27104 + - uid: 27915 components: - type: Transform pos: -74.5,-19.5 parent: 2 +- proto: MaintenanceInsulsSpawner + entities: + - uid: 27916 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 - proto: MaintenancePlantSpawner entities: - - uid: 27105 + - uid: 27917 components: - type: Transform pos: 107.5,-49.5 parent: 2 - - uid: 27106 + - uid: 27918 components: - type: Transform pos: 103.5,-48.5 parent: 2 - - uid: 27107 + - uid: 27919 components: - type: Transform pos: -44.5,18.5 parent: 2 - - uid: 27108 + - uid: 27920 components: - type: Transform pos: 105.5,-47.5 parent: 2 - - uid: 27109 + - uid: 27921 components: - type: Transform pos: 20.5,10.5 parent: 2 - - uid: 27110 + - uid: 27922 components: - type: Transform pos: 42.5,24.5 parent: 2 - - uid: 27111 + - uid: 27923 components: - type: Transform pos: -23.5,14.5 parent: 2 - - uid: 27112 + - uid: 27924 components: - type: Transform pos: -49.5,15.5 parent: 2 - - uid: 27113 + - uid: 27925 components: - type: Transform pos: -59.5,-8.5 parent: 2 - - uid: 27114 + - uid: 27926 components: - type: Transform pos: -67.5,-6.5 parent: 2 - - uid: 27115 + - uid: 27927 components: - type: Transform pos: -67.5,-32.5 parent: 2 - - uid: 27116 + - uid: 27928 components: - type: Transform pos: -61.5,-22.5 parent: 2 - - uid: 27117 + - uid: 27929 components: - type: Transform pos: -63.5,-54.5 parent: 2 - - uid: 27118 + - uid: 27930 components: - type: Transform pos: -49.5,-77.5 parent: 2 - - uid: 27119 + - uid: 27931 components: - type: Transform pos: -48.5,-93.5 parent: 2 - - uid: 27120 + - uid: 27932 components: - type: Transform pos: 35.5,-76.5 parent: 2 - - uid: 27121 + - uid: 27933 components: - type: Transform pos: -27.5,17.5 parent: 2 - - uid: 27122 + - uid: 27934 components: - type: Transform pos: 90.5,-49.5 parent: 2 - - uid: 27123 + - uid: 27935 components: - type: Transform pos: -34.5,-119.5 parent: 2 - - uid: 27124 + - uid: 27936 components: - type: Transform pos: 103.5,-44.5 parent: 2 - - uid: 27125 + - uid: 27937 components: - type: Transform pos: -63.5,0.5 parent: 2 - - uid: 27126 + - uid: 27938 components: - type: Transform pos: -41.5,-106.5 parent: 2 - - uid: 27127 + - uid: 27939 components: - type: Transform pos: -83.5,-1.5 parent: 2 - - uid: 27128 + - uid: 27940 components: - type: Transform pos: -84.5,-5.5 parent: 2 - - uid: 27129 + - uid: 27941 components: - type: Transform pos: -66.5,-58.5 parent: 2 - - uid: 27130 + - uid: 27942 components: - type: Transform pos: -68.5,-59.5 parent: 2 - - uid: 27131 + - uid: 27943 components: - type: Transform pos: -68.5,-55.5 parent: 2 - - uid: 27132 + - uid: 27944 components: - type: Transform pos: -72.5,-58.5 parent: 2 - - uid: 27133 + - uid: 27945 components: - type: Transform pos: 35.5,31.5 parent: 2 - proto: MaintenanceToolSpawner entities: - - uid: 27134 + - uid: 27946 components: - type: Transform pos: -50.5,-75.5 parent: 2 - - uid: 27135 + - uid: 27947 components: - type: Transform pos: 78.5,-44.5 parent: 2 - - uid: 27136 + - uid: 27948 components: - type: Transform pos: 19.5,7.5 parent: 2 - - uid: 27137 + - uid: 27949 components: - type: Transform pos: -42.5,-91.5 parent: 2 - - uid: 27138 + - uid: 27950 components: - type: Transform pos: -68.5,-34.5 parent: 2 - - uid: 27139 + - uid: 27951 components: - type: Transform pos: -37.5,-93.5 parent: 2 - - uid: 27140 + - uid: 27952 components: - type: Transform pos: 71.5,-19.5 parent: 2 - - uid: 27141 + - uid: 27953 components: - type: Transform pos: 104.5,-44.5 parent: 2 - - uid: 27142 + - uid: 27954 components: - type: Transform pos: -39.5,-123.5 parent: 2 - - uid: 27143 + - uid: 27955 components: - type: Transform pos: -43.5,-121.5 parent: 2 - - uid: 27144 + - uid: 27956 components: - type: Transform pos: -50.5,-105.5 parent: 2 - - uid: 27145 + - uid: 27957 components: - type: Transform pos: -85.5,-1.5 parent: 2 - - uid: 27146 + - uid: 27958 components: - type: Transform pos: -73.5,-13.5 parent: 2 - - uid: 27147 + - uid: 27959 components: - type: Transform pos: -79.5,2.5 parent: 2 - proto: MaintenanceWeaponSpawner entities: - - uid: 27148 + - uid: 27960 components: - type: Transform pos: 43.5,17.5 parent: 2 - - uid: 27149 + - uid: 27961 components: - type: Transform pos: -72.5,-32.5 parent: 2 - - uid: 27150 + - uid: 27962 components: - type: Transform pos: 63.5,-53.5 parent: 2 - - uid: 27151 + - uid: 27963 components: - type: Transform pos: -47.5,-77.5 parent: 2 - - uid: 27152 + - uid: 27964 components: - type: Transform pos: -57.5,-54.5 parent: 2 - - uid: 27153 + - uid: 27965 components: - type: Transform pos: 47.5,-29.5 parent: 2 - - uid: 27154 + - uid: 27966 components: - type: Transform pos: 72.5,-19.5 parent: 2 - - uid: 27155 + - uid: 27967 components: - type: Transform pos: 39.5,-8.5 parent: 2 - - uid: 27156 + - uid: 27968 components: - type: Transform pos: 96.5,-45.5 parent: 2 - - uid: 27157 + - uid: 27969 components: - type: Transform pos: 92.5,-50.5 parent: 2 - - uid: 27158 + - uid: 27970 components: - type: Transform pos: 106.5,-53.5 parent: 2 - - uid: 27159 + - uid: 27971 components: - type: Transform pos: -66.5,6.5 parent: 2 - - uid: 27160 + - uid: 27972 components: - type: Transform pos: -76.5,-31.5 parent: 2 - - uid: 27161 + - uid: 27973 components: - type: Transform pos: -32.5,-110.5 parent: 2 - - uid: 27162 + - uid: 27974 components: - type: Transform pos: -56.5,-107.5 parent: 2 - - uid: 27163 + - uid: 27975 components: - type: Transform pos: -85.5,-3.5 parent: 2 - - uid: 27164 + - uid: 27976 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-11.5 parent: 2 - - uid: 27165 + - uid: 27977 components: - type: Transform pos: -83.5,-21.5 parent: 2 - proto: MaintsRoomMarker entities: - - uid: 27166 + - uid: 27978 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-120.5 parent: 2 - - uid: 27167 + - uid: 27979 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-131.5 parent: 2 - - uid: 27168 + - uid: 27980 components: - type: Transform pos: -84.5,-9.5 parent: 2 - - uid: 27169 + - uid: 27981 components: - type: Transform rot: 1.5707963267948966 rad @@ -186548,7 +191676,46 @@ entities: parent: 2 - proto: Mannequin entities: - - uid: 15563 + - uid: 159 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - type: ContainerContainer + containers: + jumpsuit: !type:ContainerSlot + showEnts: False + occludes: False + ent: 164 + outerClothing: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + neck: !type:ContainerSlot + showEnts: False + occludes: False + ent: 163 + mask: !type:ContainerSlot + showEnts: False + occludes: False + ent: 162 + eyes: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + head: !type:ContainerSlot + showEnts: False + occludes: False + ent: 160 + suitstorage: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + back: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + - uid: 16081 components: - type: Transform pos: -38.5,-103.5 @@ -186562,7 +191729,7 @@ entities: outerClothing: !type:ContainerSlot showEnts: False occludes: False - ent: 15565 + ent: 16083 neck: !type:ContainerSlot showEnts: False occludes: False @@ -186578,7 +191745,7 @@ entities: head: !type:ContainerSlot showEnts: False occludes: False - ent: 15564 + ent: 16082 suitstorage: !type:ContainerSlot showEnts: False occludes: False @@ -186587,7 +191754,7 @@ entities: showEnts: False occludes: False ent: null - - uid: 15566 + - uid: 16084 components: - type: Transform rot: 1.5707963267948966 rad @@ -186602,7 +191769,7 @@ entities: outerClothing: !type:ContainerSlot showEnts: False occludes: False - ent: 15568 + ent: 16086 neck: !type:ContainerSlot showEnts: False occludes: False @@ -186618,7 +191785,7 @@ entities: head: !type:ContainerSlot showEnts: False occludes: False - ent: 15567 + ent: 16085 suitstorage: !type:ContainerSlot showEnts: False occludes: False @@ -186627,7 +191794,7 @@ entities: showEnts: False occludes: False ent: null - - uid: 15574 + - uid: 16090 components: - type: Transform pos: -40.5,-103.5 @@ -186641,7 +191808,7 @@ entities: outerClothing: !type:ContainerSlot showEnts: False occludes: False - ent: 15576 + ent: 16092 neck: !type:ContainerSlot showEnts: False occludes: False @@ -186657,7 +191824,7 @@ entities: head: !type:ContainerSlot showEnts: False occludes: False - ent: 15575 + ent: 16091 suitstorage: !type:ContainerSlot showEnts: False occludes: False @@ -186666,7 +191833,7 @@ entities: showEnts: False occludes: False ent: null - - uid: 15588 + - uid: 16104 components: - type: Transform pos: -39.5,-103.5 @@ -186680,7 +191847,7 @@ entities: outerClothing: !type:ContainerSlot showEnts: False occludes: False - ent: 15590 + ent: 16106 neck: !type:ContainerSlot showEnts: False occludes: False @@ -186696,7 +191863,7 @@ entities: head: !type:ContainerSlot showEnts: False occludes: False - ent: 15589 + ent: 16105 suitstorage: !type:ContainerSlot showEnts: False occludes: False @@ -186705,296 +191872,431 @@ entities: showEnts: False occludes: False ent: null + - uid: 16152 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - type: ContainerContainer + containers: + jumpsuit: !type:ContainerSlot + showEnts: False + occludes: False + ent: 16154 + outerClothing: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + neck: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + mask: !type:ContainerSlot + showEnts: False + occludes: False + ent: 16153 + eyes: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + head: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + suitstorage: !type:ContainerSlot + showEnts: False + occludes: False + ent: null + back: !type:ContainerSlot + showEnts: False + occludes: False + ent: null +- proto: MapText + entities: + - uid: 27982 + components: + - type: MetaData + name: АНТИАНОМАЛЬНАЯ ЗОНА 20 ТАЙЛОВ + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - type: AntiAnomalyZone + zoneRadius: 20 + missingComponents: + - MapText + - uid: 27983 + components: + - type: MetaData + name: АНТИАНОМАЛЬНАЯ ЗОНА 20 ТАЙЛОВ + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - type: AntiAnomalyZone + zoneRadius: 20 + missingComponents: + - MapText - proto: Matchbox entities: - - uid: 27170 + - uid: 27984 components: - type: Transform pos: -71.5977,-0.50337553 parent: 2 - - uid: 27171 + - uid: 27985 components: - type: Transform pos: -71.37895,-0.34712553 parent: 2 - proto: MaterialBones1 entities: - - uid: 27172 + - uid: 152 + mapInit: true + paused: true components: - type: Transform - pos: 12.684036,-28.466934 + pos: -9.392822,-25.055788 parent: 2 - - uid: 27173 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.833094,-28.615871 - parent: 2 - - uid: 27174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5347652,-44.287605 - parent: 2 - - uid: 27175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.045004,-44.287605 - parent: 2 - - uid: 27176 - components: - - type: Transform - pos: -3.2792377,-44.50037 - parent: 2 - - uid: 27177 + - type: SolutionContainerManager + solutions: null + containers: + - food + - type: EmitSoundOnCollide + nextSound: -2210.0513633 + - type: ContainerContainer + containers: + solution@food: !type:ContainerSlot + ent: 153 + - type: Forensics + residues: [] + dnas: [] + fibers: [] + fingerprints: [] + - uid: 27986 components: - type: Transform pos: 65.439674,-48.454266 parent: 2 - type: Stack count: 7 - - uid: 27178 + - uid: 27987 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.65071,-47.4732 parent: 2 + - uid: 27988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.319039,-25.69067 + parent: 2 + - uid: 27989 + components: + - type: Transform + pos: 5.5313396,-39.794155 + parent: 2 + - uid: 27990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.4688396,-43.74728 + parent: 2 + - uid: 27991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.953215,-44.637905 + parent: 2 + - uid: 27992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.268801,-39.77853 + parent: 2 + - uid: 27993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.441283,-43.02853 + parent: 2 - proto: MaterialCloth entities: - - uid: 27179 + - uid: 27994 components: - type: Transform pos: -5.444281,8.628087 parent: 2 - - uid: 27180 + - uid: 27995 components: - type: Transform pos: -53.596252,-18.574131 parent: 2 -- proto: MaterialCloth10 - entities: - - uid: 27181 - components: - - type: Transform - pos: -9.254715,-46.225597 - parent: 2 - - uid: 27182 - components: - - type: Transform - pos: -10.602024,-49.154438 - parent: 2 - - uid: 27183 - components: - - type: Transform - pos: -10.680149,-49.466938 - parent: 2 - proto: MaterialDurathread entities: - - uid: 27184 + - uid: 27996 components: - type: Transform pos: -5.381781,8.612462 parent: 2 - proto: MaterialGoliathHide1 entities: - - uid: 27185 + - uid: 27997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-43.5 + pos: 15.462292,-31.397774 parent: 2 + - type: Stack + count: 3 - proto: MaterialGunpowder entities: - - uid: 27186 + - uid: 27998 components: - type: Transform pos: -57.47855,-91.2867 parent: 2 - - uid: 27187 + - uid: 27999 components: - type: Transform pos: -57.41605,-91.14607 parent: 2 -- proto: MaterialPyrotton +- proto: MaterialToothSharkminnow1 entities: - - uid: 27188 + - uid: 28000 components: - type: Transform - pos: -14.515781,-36.537457 + pos: -10.577921,-44.39089 + parent: 2 + - uid: 28001 + components: + - type: Transform + pos: 16.57899,-31.549175 + parent: 2 + - uid: 28002 + components: + - type: Transform + pos: -5.8025074,-22.27054 + parent: 2 +- proto: MaterialToothSpaceCarp1 + entities: + - uid: 28003 + components: + - type: Transform + pos: 2.2043931,-46.187855 + parent: 2 + - uid: 28004 + components: + - type: Transform + pos: -0.64636016,-54.673557 + parent: 2 + - uid: 28005 + components: + - type: Transform + pos: 5.8414845,-49.548557 + parent: 2 + - uid: 28006 + components: + - type: Transform + pos: -6.312296,-49.224083 + parent: 2 + - uid: 28007 + components: + - type: Transform + pos: -6.156046,-49.333458 + parent: 2 + - uid: 28008 + components: + - type: Transform + pos: -6.031046,-49.224083 + parent: 2 + - uid: 28009 + components: + - type: Transform + pos: -7.734171,-49.474083 + parent: 2 + - uid: 28010 + components: + - type: Transform + pos: 12.381028,-32.24986 + parent: 2 + - uid: 28011 + components: + - type: Transform + pos: 12.521653,-32.49986 + parent: 2 + - uid: 28012 + components: + - type: Transform + pos: 14.318528,-35.609234 + parent: 2 + - uid: 28013 + components: + - type: Transform + pos: 14.521653,-35.43736 + parent: 2 + - uid: 28014 + components: + - type: Transform + pos: 14.365403,-35.234234 + parent: 2 +- proto: MaterialWebSilk1 + entities: + - uid: 28015 + components: + - type: Transform + pos: -4.8172946,-41.245872 + parent: 2 + - uid: 28016 + components: + - type: Transform + pos: -3.3172946,-42.667747 parent: 2 - proto: MaterialWoodPlank1 entities: - - uid: 27189 + - uid: 28017 components: - type: Transform pos: -15.900841,-93.71019 parent: 2 - proto: MaterialWoodPlank10 entities: - - uid: 27190 + - uid: 28018 components: - type: Transform pos: 37.507698,-71.3846 parent: 2 - proto: Mattress entities: - - uid: 27191 + - uid: 28019 components: - type: Transform pos: 103.5,-47.5 parent: 2 - - uid: 27192 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - - uid: 27193 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 27194 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 27195 - components: - - type: Transform - pos: 6.5,-37.5 - parent: 2 - - uid: 27196 - components: - - type: Transform - pos: 4.5,-34.5 - parent: 2 - - uid: 27197 + - uid: 28020 components: - type: Transform pos: 44.5,10.5 parent: 2 - - uid: 27198 + - uid: 28021 components: - type: Transform pos: -50.5,-75.5 parent: 2 - - uid: 27199 + - uid: 28022 components: - type: Transform pos: -48.5,-75.5 parent: 2 - - uid: 27200 + - uid: 28023 components: - type: Transform pos: 33.5,-19.5 parent: 2 - - uid: 27201 + - uid: 28024 components: - type: Transform pos: 33.5,-16.5 parent: 2 - - uid: 27202 + - uid: 28025 components: - type: Transform pos: 36.5,-17.5 parent: 2 - - uid: 27203 + - uid: 28026 components: - type: Transform pos: 67.5,-50.5 parent: 2 - - uid: 27204 + - uid: 28027 components: - type: Transform pos: 68.5,-50.5 parent: 2 - - uid: 27205 + - uid: 28028 components: - type: Transform pos: 75.5,1.5 parent: 2 - proto: MechEquipmentGrabber entities: - - uid: 27206 + - uid: 28029 components: - type: Transform - pos: -16.5,-46.5 + pos: -14.487654,-43.432667 parent: 2 - proto: MedalCase entities: - - uid: 27207 + - uid: 28030 components: - type: Transform pos: 10.543274,15.729935 parent: 2 - proto: MedicalBed entities: - - uid: 27208 + - uid: 28031 components: - type: Transform pos: 62.5,-3.5 parent: 2 - - uid: 27209 + - uid: 28032 components: - type: Transform pos: 82.5,-10.5 parent: 2 - - uid: 27210 + - uid: 28033 components: - type: Transform pos: -44.5,-23.5 parent: 2 - - uid: 27211 + - uid: 28034 components: - type: Transform pos: -44.5,-21.5 parent: 2 - - uid: 27212 + - uid: 28035 components: - type: Transform pos: -45.5,-3.5 parent: 2 - - uid: 27213 + - uid: 28036 components: - type: Transform pos: -44.5,-18.5 parent: 2 - - uid: 27214 + - uid: 28037 components: - type: Transform pos: -44.5,-22.5 parent: 2 - - uid: 27215 + - uid: 28038 components: - type: Transform pos: -44.5,-20.5 parent: 2 - proto: MedicalScanner entities: - - uid: 27216 + - uid: 28039 components: - type: Transform pos: -59.5,-19.5 parent: 2 - proto: MedicalTechFab entities: - - uid: 27217 + - uid: 28040 components: - type: Transform pos: -45.5,-8.5 parent: 2 - proto: MedicatedSuture entities: - - uid: 27219 + - uid: 28042 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - proto: MedkitAdvancedFilled entities: - - uid: 27225 + - uid: 28048 components: - type: Transform rot: 3.141592653589793 rad @@ -187002,29 +192304,29 @@ entities: parent: 2 - proto: MedkitBrute entities: - - uid: 2563 + - uid: 2593 components: - type: Transform pos: -47.57859,-10.229208 parent: 2 - type: Storage storedItems: - 2566: + 2596: position: 0,0 _rotation: South - 2565: + 2595: position: 1,0 _rotation: South - 2568: + 2598: position: 2,0 _rotation: South - 2567: + 2597: position: 3,0 _rotation: South - 2564: + 2594: position: 2,1 _rotation: South - 2569: + 2599: position: 3,1 _rotation: South - type: ContainerContainer @@ -187033,35 +192335,35 @@ entities: showEnts: False occludes: True ents: - - 2566 - - 2565 - - 2568 - - 2567 - - 2564 - - 2569 - - uid: 2570 + - 2596 + - 2595 + - 2598 + - 2597 + - 2594 + - 2599 + - uid: 2600 components: - type: Transform pos: -47.606533,-10.1642065 parent: 2 - type: Storage storedItems: - 2573: + 2603: position: 0,0 _rotation: South - 2572: + 2602: position: 1,0 _rotation: South - 2575: + 2605: position: 2,0 _rotation: South - 2574: + 2604: position: 3,0 _rotation: South - 2571: + 2601: position: 2,1 _rotation: South - 2576: + 2606: position: 3,1 _rotation: South - type: ContainerContainer @@ -187070,35 +192372,35 @@ entities: showEnts: False occludes: True ents: - - 2573 - - 2572 - - 2575 - - 2574 - - 2571 - - 2576 - - uid: 2577 + - 2603 + - 2602 + - 2605 + - 2604 + - 2601 + - 2606 + - uid: 2607 components: - type: Transform pos: -47.531715,-10.369833 parent: 2 - type: Storage storedItems: - 2580: + 2610: position: 0,0 _rotation: South - 2579: + 2609: position: 1,0 _rotation: South - 2582: + 2612: position: 2,0 _rotation: South - 2581: + 2611: position: 3,0 _rotation: South - 2578: + 2608: position: 2,1 _rotation: South - 2583: + 2613: position: 3,1 _rotation: South - type: ContainerContainer @@ -187107,41 +192409,41 @@ entities: showEnts: False occludes: True ents: - - 2580 - - 2579 - - 2582 - - 2581 - - 2583 - - 2578 + - 2610 + - 2609 + - 2612 + - 2611 + - 2613 + - 2608 - proto: MedkitBruteFilled entities: - - uid: 27226 + - uid: 28049 components: - type: Transform pos: 64.508545,-2.5347085 parent: 2 - proto: MedkitBurn entities: - - uid: 2628 + - uid: 2662 components: - type: Transform pos: -48.32859,-9.275049 parent: 2 - type: Storage storedItems: - 2630: + 2664: position: 0,0 _rotation: South - 2631: + 2665: position: 1,0 _rotation: South - 2633: + 2667: position: 2,0 _rotation: South - 2632: + 2666: position: 3,0 _rotation: South - 2629: + 2663: position: 2,1 _rotation: South - type: ContainerContainer @@ -187150,31 +192452,31 @@ entities: showEnts: False occludes: True ents: - - 2630 - - 2631 - - 2633 - - 2632 - - 2629 - - uid: 2634 + - 2664 + - 2665 + - 2667 + - 2666 + - 2663 + - uid: 2668 components: - type: Transform pos: -48.38057,-9.275344 parent: 2 - type: Storage storedItems: - 2636: + 2670: position: 0,0 _rotation: South - 2637: + 2671: position: 1,0 _rotation: South - 2639: + 2673: position: 2,0 _rotation: South - 2638: + 2672: position: 3,0 _rotation: South - 2635: + 2669: position: 2,1 _rotation: South - type: ContainerContainer @@ -187183,31 +192485,31 @@ entities: showEnts: False occludes: True ents: - - 2636 - - 2637 - - 2639 - - 2638 - - 2635 - - uid: 2640 + - 2670 + - 2671 + - 2673 + - 2672 + - 2669 + - uid: 2674 components: - type: Transform pos: -48.364944,-9.431594 parent: 2 - type: Storage storedItems: - 2642: + 2676: position: 0,0 _rotation: South - 2643: + 2677: position: 1,0 _rotation: South - 2645: + 2679: position: 2,0 _rotation: South - 2644: + 2678: position: 3,0 _rotation: South - 2641: + 2675: position: 2,1 _rotation: South - type: ContainerContainer @@ -187216,48 +192518,48 @@ entities: showEnts: False occludes: True ents: - - 2642 - - 2643 - - 2645 - - 2644 - - 2641 + - 2676 + - 2677 + - 2679 + - 2678 + - 2675 - proto: MedkitBurnFilled entities: - - uid: 27227 + - uid: 28050 components: - type: Transform pos: 64.508545,-2.2742918 parent: 2 - - uid: 27228 + - uid: 28051 components: - type: Transform pos: 52.51172,-76.45728 parent: 2 - proto: MedkitCombat entities: - - uid: 27218 + - uid: 28041 components: - type: Transform pos: -55.467686,-12.512793 parent: 2 - type: Storage storedItems: - 27219: + 28042: position: 0,0 _rotation: East - 27222: + 28045: position: 2,0 _rotation: North - 27220: + 28043: position: 1,1 _rotation: South - 27221: + 28044: position: 3,1 _rotation: South - 27223: + 28046: position: 3,0 _rotation: South - 27224: + 28047: position: 0,1 _rotation: South - type: ContainerContainer @@ -187266,58 +192568,51 @@ entities: showEnts: False occludes: True ents: - - 27219 - - 27222 - - 27220 - - 27221 - - 27223 - - 27224 + - 28042 + - 28045 + - 28043 + - 28044 + - 28046 + - 28047 - proto: MedkitCombatFilled entities: - - uid: 2537 + - uid: 2569 components: - type: Transform - parent: 2526 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 20188 - components: - - type: Transform - parent: 20185 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - proto: MedkitFilled entities: - - uid: 27229 + - uid: 28052 components: - type: Transform pos: 80.451324,-9.476563 parent: 2 - - uid: 27230 + - uid: 28053 components: - type: Transform pos: 64.508545,-3.0347085 parent: 2 - - uid: 27231 + - uid: 28054 components: - type: Transform pos: -44.483433,-19.51846 parent: 2 - - uid: 27232 + - uid: 28055 components: - type: Transform rot: 3.141592653589793 rad pos: -6.6781487,19.653606 parent: 2 - - uid: 27233 + - uid: 28056 components: - type: Transform rot: 3.141592653589793 rad pos: -55.481255,-15.342557 parent: 2 - - uid: 27234 + - uid: 28057 components: - type: MetaData desc: OneYa @@ -187325,61 +192620,61 @@ entities: rot: 3.141592653589793 rad pos: -17.520306,-81.37365 parent: 2 - - uid: 27235 + - uid: 28058 components: - type: Transform pos: -64.40231,-50.379948 parent: 2 - - uid: 27236 + - uid: 28059 components: - type: Transform rot: 3.141592653589793 rad pos: -44.504303,-37.26448 parent: 2 - - uid: 27237 + - uid: 28060 components: - type: Transform rot: 3.141592653589793 rad pos: -33.546227,-107.30916 parent: 2 - - uid: 27238 + - uid: 28061 components: - type: Transform pos: 1.5,-68.5 parent: 2 - - uid: 27239 + - uid: 28062 components: - type: Transform pos: -9.5,-102.5 parent: 2 - proto: MedkitO2 entities: - - uid: 993 + - uid: 1000 components: - type: Transform pos: -47.656715,-9.323641 parent: 2 - type: Storage storedItems: - 997: + 1004: position: 0,0 _rotation: South - 995: + 1002: position: 1,0 _rotation: South - 998: + 1005: position: 1,1 _rotation: South - 996: + 1003: position: 2,0 _rotation: South - 999: + 1006: position: 3,0 _rotation: South - 994: + 1001: position: 2,1 _rotation: South - 1000: + 1007: position: 3,1 _rotation: South - type: ContainerContainer @@ -187388,39 +192683,39 @@ entities: showEnts: False occludes: True ents: - - 997 - - 995 - - 998 - - 996 - - 999 - - 994 - - 1000 - - uid: 1001 + - 1004 + - 1002 + - 1005 + - 1003 + - 1006 + - 1001 + - 1007 + - uid: 1008 components: - type: Transform pos: -47.594215,-9.433016 parent: 2 - type: Storage storedItems: - 1005: + 1012: position: 0,0 _rotation: South - 1003: + 1010: position: 1,0 _rotation: South - 1006: + 1013: position: 1,1 _rotation: South - 1004: + 1011: position: 2,0 _rotation: South - 1007: + 1014: position: 3,0 _rotation: South - 1002: + 1009: position: 2,1 _rotation: South - 1008: + 1015: position: 3,1 _rotation: South - type: ContainerContainer @@ -187429,39 +192724,39 @@ entities: showEnts: False occludes: True ents: - - 1005 - - 1003 - - 1006 - - 1004 - - 1007 - - 1002 - - 1008 - - uid: 1009 + - 1012 + - 1010 + - 1013 + - 1011 + - 1014 + - 1009 + - 1015 + - uid: 1016 components: - type: Transform pos: -47.594215,-9.542391 parent: 2 - type: Storage storedItems: - 1013: + 1020: position: 0,0 _rotation: South - 1011: + 1018: position: 1,0 _rotation: South - 1014: + 1021: position: 1,1 _rotation: South - 1012: + 1019: position: 2,0 _rotation: South - 1015: + 1022: position: 3,0 _rotation: South - 1010: + 1017: position: 2,1 _rotation: South - 1016: + 1023: position: 3,1 _rotation: South - type: ContainerContainer @@ -187470,92 +192765,92 @@ entities: showEnts: False occludes: True ents: - - 1013 - - 1011 - - 1014 - - 1012 - - 1015 - - 1010 - - 1016 + - 1020 + - 1018 + - 1021 + - 1019 + - 1022 + - 1017 + - 1023 - proto: MedkitOxygenFilled entities: - - uid: 27240 + - uid: 28063 components: - type: Transform pos: 64.508545,-2.7847085 parent: 2 - - uid: 27241 + - uid: 28064 components: - type: Transform rot: 3.141592653589793 rad pos: -49.512764,-24.27153 parent: 2 - - uid: 27242 + - uid: 28065 components: - type: Transform pos: -64.56355,-50.473698 parent: 2 - proto: MedkitRadiationFilled entities: - - uid: 27243 + - uid: 28066 components: - type: Transform pos: 64.53833,-3.428235 parent: 2 - - uid: 27244 + - uid: 28067 components: - type: Transform pos: 63.913116,-56.417984 parent: 2 - - uid: 27245 + - uid: 28068 components: - type: Transform pos: -48.35817,-8.6096945 parent: 2 - proto: MedkitToxinFilled entities: - - uid: 27246 + - uid: 28069 components: - type: Transform pos: 80.5607,-9.210938 parent: 2 - - uid: 27247 + - uid: 28070 components: - type: Transform pos: 64.491455,-3.16261 parent: 2 - - uid: 27248 + - uid: 28071 components: - type: Transform pos: -47.63942,-8.6721945 parent: 2 - - uid: 27249 + - uid: 28072 components: - type: Transform pos: -47.592545,-8.5628195 parent: 2 - - uid: 27250 + - uid: 28073 components: - type: Transform pos: -47.54567,-8.4690695 parent: 2 - - uid: 27251 + - uid: 28074 components: - type: Transform pos: -53.513786,-55.384033 parent: 2 - proto: MedTekCartridge entities: - - uid: 1421 + - uid: 1459 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Memorial entities: - - uid: 27252 + - uid: 28075 components: - type: MetaData desc: 'Станция создана по проекту Mota. Кураторы карты: 1. Mota 2. Resoid. Также участвовали: Satus, Begorrchi, Tiferi, Zvizdun, RatIRL, Fanifaer, Kvart789, Relk' @@ -187563,96 +192858,192 @@ entities: - type: Transform pos: 54.5,-38.5 parent: 2 +- proto: MemoryCell + entities: + - uid: 27832 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: -2.5,-36.5 + parent: 2 + - type: Physics + canCollide: False + bodyType: Static + - uid: 41315 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: -2.5,-35.5 + parent: 2 + - type: Physics + canCollide: False + bodyType: Static + - uid: 41319 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: 3.5,-31.5 + parent: 2 + - type: Physics + canCollide: False + bodyType: Static + - uid: 41320 + components: + - type: Transform + anchored: True + rot: 1.5707963267948966 rad + pos: 4.5,-37.5 + parent: 2 + - type: Physics + canCollide: False + bodyType: Static - proto: MetalFoamGrenade entities: - - uid: 27253 + - uid: 28076 components: - type: Transform pos: 52.980667,-71.355354 parent: 2 - - uid: 27254 + - uid: 28077 components: - type: Transform pos: 53.105667,-71.292854 parent: 2 - proto: MicroManipulatorStockPart entities: - - uid: 27255 + - uid: 28078 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,-59.5 parent: 2 - - uid: 27256 + - uid: 28079 components: - type: Transform rot: 3.141592653589793 rad pos: 94.5,-88.5 parent: 2 - - uid: 27257 + - uid: 28080 components: - type: Transform pos: 95.5,-80.5 parent: 2 - - uid: 27258 + - uid: 28081 components: - type: Transform pos: -38.480362,-49.05685 parent: 2 + - uid: 28082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.9816475,-53.647133 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.0285225,-55.631508 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.9660225,-54.178383 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.0597725,-51.506508 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.0128975,-57.694008 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.9816475,-58.256508 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed - proto: MicrophoneInstrument entities: - - uid: 27259 + - uid: 28088 components: - type: Transform pos: -19.808365,-94.023506 parent: 2 - - uid: 27260 + - uid: 28089 components: - type: Transform pos: 35.515884,-9.537717 parent: 2 - proto: MindShieldImplanter entities: - - uid: 2538 + - uid: 2570 components: - type: MetaData name: Щит разума - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16210 + - uid: 16711 components: - type: Transform - parent: 16209 + parent: 16710 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16211 + - uid: 16712 components: - type: Transform - parent: 16209 + parent: 16710 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16212 + - uid: 16713 components: - type: Transform - parent: 16209 + parent: 16710 - type: Physics canCollide: False - type: InsideEntityStorage - proto: MineralScanner entities: - - uid: 27261 + - uid: 28090 components: - type: Transform pos: -7.717017,-100.321335 parent: 2 - proto: MinimoogInstrument entities: - - uid: 27262 + - uid: 28091 components: - type: Transform rot: -1.5707963267948966 rad @@ -187660,44 +193051,52 @@ entities: parent: 2 - proto: MiningDrill entities: - - uid: 27263 + - uid: 28092 + components: + - type: Transform + pos: -11.481202,-40.498367 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28093 components: - type: Transform pos: -2.4762564,17.41959 parent: 2 - proto: MiningWindow entities: - - uid: 27264 + - uid: 28094 components: - type: Transform pos: 14.5,-8.5 parent: 2 - - uid: 27265 + - uid: 28095 components: - type: Transform pos: -12.5,-8.5 parent: 2 - proto: MiniSyringe entities: - - uid: 27266 + - uid: 28096 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.40493,-6.401129 parent: 2 - - uid: 27267 + - uid: 28097 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.40493,-6.479254 parent: 2 - - uid: 27268 + - uid: 28098 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.40493,-6.541754 parent: 2 - - uid: 27269 + - uid: 28099 components: - type: Transform rot: -1.5707963267948966 rad @@ -187705,82 +193104,82 @@ entities: parent: 2 - proto: Mirror entities: - - uid: 27270 + - uid: 28100 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-92.5 parent: 2 - - uid: 27271 + - uid: 28101 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-38.5 parent: 2 - - uid: 27272 + - uid: 28102 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-37.5 parent: 2 - - uid: 27273 + - uid: 28103 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-36.5 parent: 2 - - uid: 27274 + - uid: 28104 components: - type: Transform pos: 8.5,-70.5 parent: 2 - - uid: 27275 + - uid: 28105 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-4.5 parent: 2 - - uid: 27276 + - uid: 28106 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-76.5 parent: 2 - - uid: 27277 + - uid: 28107 components: - type: Transform pos: 75.5,-9.5 parent: 2 - - uid: 27278 + - uid: 28108 components: - type: Transform pos: 74.5,-9.5 parent: 2 - - uid: 27279 + - uid: 28109 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-76.5 parent: 2 - - uid: 27280 + - uid: 28110 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-76.5 parent: 2 - - uid: 27281 + - uid: 28111 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,26.5 parent: 2 - - uid: 27282 + - uid: 28112 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-93.5 parent: 2 - - uid: 27283 + - uid: 28113 components: - type: Transform rot: 1.5707963267948966 rad @@ -187788,107 +193187,87 @@ entities: parent: 2 - proto: MirrorShield entities: - - uid: 27284 + - uid: 28114 components: - type: Transform pos: -84.48447,-27.56959 parent: 2 - proto: MMI entities: - - uid: 27285 + - uid: 28115 components: - type: Transform pos: -34.551216,-55.460392 parent: 2 - proto: ModularGrenade entities: - - uid: 27286 + - uid: 28116 components: - type: Transform pos: -38.675457,-32.34256 parent: 2 - - uid: 27287 + - uid: 28117 components: - type: Transform pos: -68.930565,-62.6539 parent: 2 - - uid: 27288 + - uid: 28118 components: - type: Transform pos: -68.680565,-62.3414 parent: 2 - - uid: 27289 + - uid: 28119 components: - type: Transform pos: -68.618065,-62.56015 parent: 2 - - uid: 27290 + - uid: 28120 components: - type: Transform pos: -63.558983,-33.00352 parent: 2 - - uid: 27291 + - uid: 28121 components: - type: Transform pos: -63.308983,-31.425396 parent: 2 - - uid: 27292 + - uid: 28122 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.48086,-31.566021 parent: 2 - - uid: 27293 + - uid: 28123 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.655197,0.494864 parent: 2 - - uid: 27294 + - uid: 28124 components: - type: Transform pos: -38.675457,-32.34256 parent: 2 - - uid: 27295 + - uid: 28125 components: - type: Transform pos: -38.675457,-32.34256 parent: 2 - - uid: 27296 + - uid: 28126 components: - type: Transform pos: -38.675457,-32.34256 parent: 2 - proto: ModularReceiver entities: - - uid: 27297 - components: - - type: Transform - pos: -8.529453,-46.49839 - parent: 2 - - uid: 27298 - components: - - type: Transform - pos: -11.237486,-49.154438 - parent: 2 - - uid: 27299 - components: - - type: Transform - pos: -11.346861,-49.373188 - parent: 2 - - uid: 27300 - components: - - type: Transform - pos: -11.378111,-49.591938 - parent: 2 - - uid: 27301 + - uid: 28127 components: - type: Transform pos: -71.713974,-2.4678802 parent: 2 - proto: MopBucket entities: - - uid: 27302 + - uid: 28128 components: - type: Transform pos: 6.5,-1.5 @@ -187902,50 +193281,45 @@ entities: item_slot: !type:ContainerSlot showEnts: False occludes: True - ent: 27303 - - uid: 27304 - components: - - type: Transform - pos: 8.5,-57.5 - parent: 2 + ent: 28129 - proto: MopItem entities: - - uid: 2595 + - uid: 2629 components: - type: Transform - parent: 2593 + parent: 2627 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2619 + - uid: 2653 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - - uid: 27305 - components: - - type: Transform - pos: 8.441368,-57.48822 - parent: 2 - - uid: 27306 + - uid: 28130 components: - type: Transform pos: -68.5,-18.5 parent: 2 - - uid: 27307 + - uid: 28131 components: - type: Transform pos: -6.5,-72.5 parent: 2 - - uid: 27308 + - uid: 28132 components: - type: Transform pos: -57.5,-31.5 parent: 2 + - uid: 28133 + components: + - type: Transform + pos: -14.419293,-43.485146 + parent: 2 - proto: Morgue entities: - - uid: 27309 + - uid: 28134 components: - type: Transform rot: 1.5707963267948966 rad @@ -187969,39 +193343,39 @@ entities: - 0 - 0 - 0 - - uid: 27310 + - uid: 28135 components: - type: Transform pos: 62.5,1.5 parent: 2 - - uid: 27311 + - uid: 28136 components: - type: Transform pos: -55.5,-31.5 parent: 2 - - uid: 27312 + - uid: 28137 components: - type: Transform pos: -54.5,-31.5 parent: 2 - - uid: 27313 + - uid: 28138 components: - type: Transform pos: -53.5,-31.5 parent: 2 - - uid: 27314 + - uid: 28139 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-73.5 parent: 2 - - uid: 27315 + - uid: 28140 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-73.5 parent: 2 - - uid: 27316 + - uid: 28141 components: - type: Transform rot: 1.5707963267948966 rad @@ -188025,52 +193399,52 @@ entities: - 0 - 0 - 0 - - uid: 27317 + - uid: 28142 components: - type: Transform pos: -55.5,-34.5 parent: 2 - - uid: 27318 + - uid: 28143 components: - type: Transform pos: -54.5,-34.5 parent: 2 - - uid: 27319 + - uid: 28144 components: - type: Transform pos: -53.5,-34.5 parent: 2 - - uid: 27320 + - uid: 28145 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-36.5 parent: 2 - - uid: 27321 + - uid: 28146 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-36.5 parent: 2 - - uid: 27322 + - uid: 28147 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-36.5 parent: 2 - - uid: 27323 + - uid: 28148 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-33.5 parent: 2 - - uid: 27324 + - uid: 28149 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-33.5 parent: 2 - - uid: 27325 + - uid: 28150 components: - type: Transform rot: 3.141592653589793 rad @@ -188078,195 +193452,181 @@ entities: parent: 2 - proto: MouseTimedSpawner entities: - - uid: 27326 + - uid: 28151 components: - type: Transform pos: -69.5,-21.5 parent: 2 - - uid: 27327 + - uid: 28152 components: - type: Transform pos: -33.5,-16.5 parent: 2 - - uid: 27328 + - uid: 28153 components: - type: Transform pos: -49.5,-93.5 parent: 2 - - uid: 27329 + - uid: 28154 components: - type: Transform pos: 37.5,-19.5 parent: 2 - - uid: 27330 + - uid: 28155 components: - type: Transform pos: -62.5,6.5 parent: 2 - - uid: 27331 + - uid: 28156 components: - type: Transform pos: 40.5,13.5 parent: 2 - proto: Mousetrap entities: - - uid: 27332 + - uid: 28157 components: - type: Transform pos: 69.21401,-48.39836 parent: 2 - proto: Multitool entities: - - uid: 27333 + - uid: 28158 components: - type: Transform pos: 85.55418,6.5249176 parent: 2 - - uid: 27334 + - uid: 28159 components: - type: Transform pos: -68.37957,-75.43861 parent: 2 - - uid: 27335 + - uid: 28160 components: - type: Transform pos: 41.344666,-82.48986 parent: 2 - - uid: 27336 + - uid: 28161 components: - type: Transform pos: 51.68862,-46.36927 parent: 2 - - uid: 27337 + - uid: 28162 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.455536,-63.403385 parent: 2 - - uid: 27338 + - uid: 28163 components: - type: Transform pos: -39.22503,-49.412586 parent: 2 - - uid: 27339 + - uid: 28164 components: - type: Transform pos: -42.469013,-112.45888 parent: 2 - - uid: 27340 + - uid: 28165 components: - type: Transform pos: -0.5,-70.5 parent: 2 -- proto: MusicalLungInstrument - entities: - - uid: 27341 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 2 -- proto: MusicBoxInstrument - entities: - - uid: 27342 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 2 - proto: MusicianPDA entities: - - uid: 1424 + - uid: 1460 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - proto: NetProbeCartridge entities: - - uid: 1423 + - uid: 1461 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 27343 + - uid: 28166 components: - type: Transform pos: 41.489166,-57.470764 parent: 2 - - uid: 27344 + - uid: 28167 components: - type: Transform pos: 51.41648,-51.498405 parent: 2 - proto: Nettle entities: - - uid: 27345 + - uid: 28168 components: - type: Transform pos: -84.57718,-13.242086 parent: 2 - proto: NetworkConfigurator entities: - - uid: 27346 + - uid: 28169 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.422333,-72.570885 parent: 2 - - uid: 27347 + - uid: 28170 components: - type: Transform pos: 16.197271,5.6603804 parent: 2 - - uid: 27348 + - uid: 28171 components: - type: Transform pos: 36.52398,-35.177963 parent: 2 - - uid: 27349 + - uid: 28172 components: - type: Transform pos: 62.304565,-56.383835 parent: 2 - - uid: 27350 + - uid: 28173 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.502976,-79.737305 parent: 2 - - uid: 27351 + - uid: 28174 components: - type: Transform pos: -53.151768,-54.389374 parent: 2 - - uid: 27352 + - uid: 28175 components: - type: Transform pos: 55.204376,-84.2287 parent: 2 - - uid: 27353 + - uid: 28176 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.786607,23.587128 parent: 2 - - uid: 27354 + - uid: 28177 components: - type: Transform pos: -69.426704,-67.41542 parent: 2 - proto: NewsReaderCartridge entities: - - uid: 1428 + - uid: 1462 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 27355 + - uid: 28178 components: - type: Transform rot: -1.5707963267948966 rad @@ -188274,191 +193634,191 @@ entities: parent: 2 - proto: NitrogenCanister entities: - - uid: 27356 + - uid: 28179 components: - type: Transform pos: 31.5,-102.5 parent: 2 - - uid: 27357 + - uid: 28180 components: - type: Transform pos: -48.5,-62.5 parent: 2 - - uid: 27358 + - uid: 28181 components: - type: Transform pos: -48.5,-61.5 parent: 2 - - uid: 27359 + - uid: 28182 components: - type: Transform pos: 37.5,-46.5 parent: 2 - - uid: 27360 + - uid: 28183 components: - type: Transform pos: -46.5,-89.5 parent: 2 - - uid: 27361 + - uid: 28184 components: - type: Transform pos: -59.5,-62.5 parent: 2 - - uid: 27362 + - uid: 28185 components: - type: Transform pos: -61.5,-25.5 parent: 2 - - uid: 27363 + - uid: 28186 components: - type: Transform pos: 33.5,-29.5 parent: 2 - - uid: 27364 + - uid: 28187 components: - type: Transform pos: 15.5,-78.5 parent: 2 - - uid: 27365 + - uid: 28188 components: - type: Transform pos: -35.5,-122.5 parent: 2 - - uid: 27366 + - uid: 28189 components: - type: Transform pos: -68.5,12.5 parent: 2 - - uid: 27367 + - uid: 28190 components: - type: Transform pos: -68.5,-2.5 parent: 2 - - uid: 27368 + - uid: 28191 components: - type: Transform pos: -67.5,-2.5 parent: 2 - - uid: 27369 + - uid: 28192 components: - type: Transform pos: -54.5,-98.5 parent: 2 - - uid: 27370 + - uid: 28193 components: - type: Transform pos: -70.5,-12.5 parent: 2 - - uid: 27371 + - uid: 28194 components: - type: Transform pos: -71.5,-24.5 parent: 2 - - uid: 27372 + - uid: 28195 components: - type: Transform pos: 57.5,-80.5 parent: 2 - - uid: 27373 + - uid: 28196 components: - type: Transform pos: 52.5,-27.5 parent: 2 - - uid: 27374 + - uid: 28197 components: - type: Transform pos: 25.5,19.5 parent: 2 - - uid: 27375 + - uid: 28198 components: - type: Transform pos: -5.5,-104.5 parent: 2 - proto: NitrogenTankFilled entities: - - uid: 2539 + - uid: 2571 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15607 + - uid: 16123 components: - type: Transform - parent: 15600 + parent: 16116 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15628 + - uid: 16140 components: - type: Transform - parent: 15625 + parent: 16137 - type: Physics canCollide: False - type: InsideEntityStorage - proto: NitrousOxideCanister entities: - - uid: 27376 + - uid: 28199 components: - type: Transform pos: 31.5,-96.5 parent: 2 - - uid: 27377 + - uid: 28200 components: - type: Transform pos: -48.5,-60.5 parent: 2 - - uid: 27378 + - uid: 28201 components: - type: Transform pos: 38.5,-46.5 parent: 2 - proto: NitrousOxideTankFilled entities: - - uid: 16171 + - uid: 16694 components: - type: Transform - parent: 16170 + parent: 16693 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16172 + - uid: 16695 components: - type: Transform - parent: 16170 + parent: 16693 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 27379 + - uid: 28202 components: - type: Transform rot: 3.141592653589793 rad pos: -55.479095,-19.584072 parent: 2 - - uid: 27380 + - uid: 28203 components: - type: Transform pos: -24.456526,11.467024 parent: 2 - - uid: 27381 + - uid: 28204 components: - type: Transform pos: -53.51677,-73.51513 parent: 2 - proto: NodeScanner entities: - - uid: 27382 + - uid: 28205 components: - type: Transform pos: -39.482056,-61.35141 parent: 2 - proto: NotekeeperCartridge entities: - - uid: 1420 + - uid: 1463 components: - type: Transform - parent: 1418 + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage @@ -188644,13 +194004,13 @@ entities: - 127 - 125 - 135 - - uid: 27383 + - uid: 28206 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-70.5 parent: 2 - - uid: 27384 + - uid: 28207 components: - type: Transform rot: -1.5707963267948966 rad @@ -188658,243 +194018,498 @@ entities: parent: 2 - proto: NTDefaultCircuitBoard entities: - - uid: 27385 + - uid: 28208 components: - type: Transform pos: 15.455914,18.587538 parent: 2 - proto: NTHandyFlag entities: - - uid: 1825 + - uid: 1860 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - proto: NuclearBomb entities: - - uid: 27386 + - uid: 28209 components: - type: Transform pos: -5.5,-6.5 parent: 2 - proto: NuclearBombKeg entities: - - uid: 27387 + - uid: 28210 components: - type: Transform pos: -21.5,-100.5 parent: 2 - proto: NukeDiskFake entities: - - uid: 27388 + - uid: 28211 components: - type: Transform pos: -5.443759,-2.4707575 parent: 2 - proto: NutimovCircuitBoard entities: - - uid: 27389 + - uid: 28212 components: - type: Transform pos: 15.479378,22.5946 parent: 2 - proto: OcarinaInstrument entities: - - uid: 27390 + - uid: 28213 components: - type: Transform - pos: 9.533574,-25.428013 + pos: 2.4856431,-46.45348 parent: 2 - proto: Ointment entities: - - uid: 2630 + - uid: 2664 components: - type: Transform - parent: 2628 + parent: 2662 - type: Physics canCollide: False - - uid: 2631 + - uid: 2665 components: - type: Transform - parent: 2628 + parent: 2662 - type: Physics canCollide: False - - uid: 2636 + - uid: 2670 components: - type: Transform - parent: 2634 + parent: 2668 - type: Physics canCollide: False - - uid: 2637 + - uid: 2671 components: - type: Transform - parent: 2634 + parent: 2668 - type: Physics canCollide: False - - uid: 2642 + - uid: 2676 components: - type: Transform - parent: 2640 + parent: 2674 - type: Physics canCollide: False - - uid: 2643 + - uid: 2677 components: - type: Transform - parent: 2640 + parent: 2674 - type: Physics canCollide: False +- proto: OintmentAdvanced1 + entities: + - uid: 28214 + components: + - type: Transform + pos: -5.64326,-59.41202 + parent: 2 + - type: Stack + count: 4 + - uid: 41314 + components: + - type: Transform + pos: -0.6461663,-43.395218 + parent: 2 + - type: Stack + count: 2 + - uid: 41316 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - type: Stack + count: 3 - proto: OperatingTable entities: - - uid: 27391 + - uid: 28215 components: - type: Transform - pos: 14.5,-34.5 + pos: -8.5,-47.5 parent: 2 - - uid: 27392 + - uid: 28216 components: - type: Transform pos: 66.5,-2.5 parent: 2 - - uid: 27393 + - uid: 28217 components: - type: Transform pos: -55.5,-19.5 parent: 2 - - uid: 27394 + - uid: 28218 components: - type: Transform pos: -34.5,-55.5 parent: 2 - - uid: 27395 + - uid: 28219 components: - type: Transform pos: -23.5,11.5 parent: 2 - - uid: 27396 + - uid: 28220 components: - type: Transform pos: -65.5,-24.5 parent: 2 - - uid: 27397 + - uid: 28221 components: - type: Transform pos: -54.5,-74.5 parent: 2 - - uid: 27398 + - uid: 28222 components: - type: Transform pos: -54.5,-40.5 parent: 2 - - uid: 27399 + - uid: 28223 components: - type: Transform pos: -65.5,-50.5 parent: 2 -- proto: OpporozidoneBeakerSmall - entities: - - uid: 27400 + - uid: 28224 components: - type: Transform - pos: 8.485265,-24.391865 + pos: -5.5,-46.5 parent: 2 - - uid: 27401 +- proto: OpporozidoneBeakerSmall + entities: + - uid: 28225 components: - type: Transform pos: -34.679024,-22.510044 parent: 2 - proto: OreBag entities: - - uid: 27402 + - uid: 28226 components: - type: Transform pos: -8.635739,-100.622986 parent: 2 - - uid: 27403 + - uid: 28227 components: - type: Transform pos: -8.401364,-100.41986 parent: 2 - proto: OreBox entities: - - uid: 27404 + - uid: 28228 components: - type: Transform pos: -5.5,-89.5 parent: 2 - - uid: 27405 + - uid: 28229 components: - type: Transform pos: -4.5,-88.5 parent: 2 - proto: OreProcessor entities: - - uid: 27406 + - uid: 28230 components: - type: Transform pos: -5.5,-91.5 parent: 2 - proto: OrganArachnidEyes entities: - - uid: 27407 + - uid: 28231 components: - type: Transform - pos: 16.331486,-36.315342 + pos: -15.5,-36.5 parent: 2 - proto: OrganArachnidHeart entities: - - uid: 16138 + - uid: 16663 components: - type: Transform - parent: 16137 + parent: 16662 - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 28232 + components: + - type: Transform + pos: -12.4183,-28.247616 + parent: 2 + - uid: 28233 + components: + - type: Transform + pos: -16.413654,-36.614887 + parent: 2 + - uid: 28234 + components: + - type: Transform + pos: -14.375384,-30.439037 + parent: 2 - proto: OrganArachnidTongue entities: - - uid: 16139 + - uid: 16664 components: - type: Transform - parent: 16137 + parent: 16662 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: OrganDionaBrain - entities: - - uid: 27408 - components: - - type: Transform - pos: 0.4972917,-25.45475 - parent: 2 - proto: OrganDionaEyes entities: - - uid: 27409 + - uid: 28235 components: - type: Transform - pos: 17.34711,-36.330967 + pos: -16.5,-33.5 parent: 2 - - uid: 27410 + - uid: 28236 components: - type: Transform pos: -57.303303,-39.026672 parent: 2 - proto: OrganHumanAppendix entities: - - uid: 16140 + - uid: 16665 components: - type: Transform - parent: 16137 + parent: 16662 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 27411 + - uid: 28237 components: - type: Transform - pos: 11.309075,-30.764137 + pos: -7.6424456,-44.439335 parent: 2 - proto: OrganHumanEars entities: + - uid: 16666 + components: + - type: Transform + parent: 16662 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: OrganHumanEyes + entities: + - uid: 28238 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 28239 + components: + - type: Transform + pos: -49.32534,-23.830582 + parent: 2 + - uid: 28240 + components: + - type: Transform + pos: -38.552746,-33.30968 + parent: 2 + - uid: 28241 + components: + - type: Transform + pos: -48.29725,-33.85604 + parent: 2 +- proto: OrganHumanHeart + entities: + - uid: 16667 + components: + - type: Transform + parent: 16662 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 28242 + components: + - type: Transform + pos: -83.15014,-26.559216 + parent: 2 +- proto: OrganHumanKidneys + entities: + - uid: 28243 + components: + - type: Transform + pos: -64.58478,-24.5017 + parent: 2 +- proto: OrganHumanTongue + entities: + - uid: 16668 + components: + - type: Transform + parent: 16662 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: OxygenCanister + entities: + - uid: 28244 + components: + - type: Transform + pos: 31.5,-99.5 + parent: 2 + - uid: 28245 + components: + - type: Transform + pos: -46.5,-62.5 + parent: 2 + - uid: 28246 + components: + - type: Transform + pos: -46.5,-61.5 + parent: 2 + - uid: 28247 + components: + - type: Transform + pos: 37.5,-47.5 + parent: 2 + - uid: 28248 + components: + - type: Transform + pos: 38.5,-47.5 + parent: 2 + - uid: 28249 + components: + - type: Transform + pos: 34.5,-49.5 + parent: 2 + - uid: 28250 + components: + - type: Transform + pos: -46.5,-88.5 + parent: 2 + - uid: 28251 + components: + - type: Transform + pos: -67.5,-30.5 + parent: 2 + - uid: 28252 + components: + - type: Transform + pos: -34.5,17.5 + parent: 2 + - uid: 28253 + components: + - type: Transform + pos: 42.5,21.5 + parent: 2 + - uid: 28254 + components: + - type: Transform + pos: 33.5,-78.5 + parent: 2 + - uid: 28255 + components: + - type: Transform + pos: -67.5,-18.5 + parent: 2 + - uid: 28256 + components: + - type: Transform + pos: 102.5,-53.5 + parent: 2 + - uid: 28257 + components: + - type: Transform + pos: -57.5,-68.5 + parent: 2 + - uid: 28258 + components: + - type: Transform + pos: 43.5,-62.5 + parent: 2 + - uid: 28259 + components: + - type: Transform + pos: -41.5,-123.5 + parent: 2 + - uid: 28260 + components: + - type: Transform + pos: -57.5,5.5 + parent: 2 + - uid: 28261 + components: + - type: Transform + pos: -68.5,-4.5 + parent: 2 + - uid: 28262 + components: + - type: Transform + pos: -67.5,-4.5 + parent: 2 + - uid: 28263 + components: + - type: Transform + pos: -54.5,-97.5 + parent: 2 + - uid: 28264 + components: + - type: Transform + pos: -79.5,-1.5 + parent: 2 + - uid: 28265 + components: + - type: Transform + pos: -72.5,-24.5 + parent: 2 + - uid: 28266 + components: + - type: Transform + pos: 58.5,-82.5 + parent: 2 + - uid: 28267 + components: + - type: Transform + pos: 55.5,-21.5 + parent: 2 + - uid: 28268 + components: + - type: Transform + pos: 1.5,-69.5 + parent: 2 + - uid: 28269 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 28270 + components: + - type: Transform + pos: -6.5,-104.5 + parent: 2 + - uid: 28271 + components: + - type: Transform + pos: 65.5,-29.5 + parent: 2 +- proto: OxygenTankFilled + entities: + - uid: 2572 + components: + - type: Transform + parent: 2558 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16124 + components: + - type: Transform + parent: 16116 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 16125 + components: + - type: Transform + parent: 16116 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 16141 components: - type: Transform @@ -188902,263 +194517,32 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: OrganHumanEyes - entities: - - uid: 27412 - components: - - type: Transform - pos: 14.928347,-30.332127 - parent: 2 - - uid: 27413 - components: - - type: Transform - pos: -49.32534,-23.830582 - parent: 2 - - uid: 27414 - components: - - type: Transform - pos: -38.552746,-33.30968 - parent: 2 - - uid: 27415 - components: - - type: Transform - pos: -48.29725,-33.85604 - parent: 2 -- proto: OrganHumanHeart - entities: - - uid: 16142 - components: - - type: Transform - parent: 16137 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 27416 - components: - - type: Transform - pos: -83.15014,-26.559216 - parent: 2 -- proto: OrganHumanKidneys - entities: - - uid: 27417 - components: - - type: Transform - pos: -64.58478,-24.5017 - parent: 2 -- proto: OrganHumanTongue - entities: - - uid: 16143 - components: - - type: Transform - parent: 16137 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: OrganSlimesLungs - entities: - - uid: 27418 - components: - - type: Transform - pos: 15.581363,-30.332127 - parent: 2 -- proto: OxygenCanister - entities: - - uid: 27419 - components: - - type: Transform - pos: 31.5,-99.5 - parent: 2 - - uid: 27420 - components: - - type: Transform - pos: -46.5,-62.5 - parent: 2 - - uid: 27421 - components: - - type: Transform - pos: -46.5,-61.5 - parent: 2 - - uid: 27422 - components: - - type: Transform - pos: 37.5,-47.5 - parent: 2 - - uid: 27423 - components: - - type: Transform - pos: 38.5,-47.5 - parent: 2 - - uid: 27424 - components: - - type: Transform - pos: 34.5,-49.5 - parent: 2 - - uid: 27425 - components: - - type: Transform - pos: -46.5,-88.5 - parent: 2 - - uid: 27426 - components: - - type: Transform - pos: -67.5,-30.5 - parent: 2 - - uid: 27427 - components: - - type: Transform - pos: -34.5,17.5 - parent: 2 - - uid: 27428 - components: - - type: Transform - pos: 42.5,21.5 - parent: 2 - - uid: 27429 - components: - - type: Transform - pos: 33.5,-78.5 - parent: 2 - - uid: 27430 - components: - - type: Transform - pos: -67.5,-18.5 - parent: 2 - - uid: 27431 - components: - - type: Transform - pos: 102.5,-53.5 - parent: 2 - - uid: 27432 - components: - - type: Transform - pos: -57.5,-68.5 - parent: 2 - - uid: 27433 - components: - - type: Transform - pos: 43.5,-62.5 - parent: 2 - - uid: 27434 - components: - - type: Transform - pos: -41.5,-123.5 - parent: 2 - - uid: 27435 - components: - - type: Transform - pos: -57.5,5.5 - parent: 2 - - uid: 27436 - components: - - type: Transform - pos: -68.5,-4.5 - parent: 2 - - uid: 27437 - components: - - type: Transform - pos: -67.5,-4.5 - parent: 2 - - uid: 27438 - components: - - type: Transform - pos: -54.5,-97.5 - parent: 2 - - uid: 27439 - components: - - type: Transform - pos: -79.5,-1.5 - parent: 2 - - uid: 27440 - components: - - type: Transform - pos: -72.5,-24.5 - parent: 2 - - uid: 27441 - components: - - type: Transform - pos: 58.5,-82.5 - parent: 2 - - uid: 27442 - components: - - type: Transform - pos: 55.5,-21.5 - parent: 2 - - uid: 27443 - components: - - type: Transform - pos: 1.5,-69.5 - parent: 2 - - uid: 27444 - components: - - type: Transform - pos: 23.5,21.5 - parent: 2 - - uid: 27445 - components: - - type: Transform - pos: -6.5,-104.5 - parent: 2 - - uid: 27446 - components: - - type: Transform - pos: 65.5,-29.5 - parent: 2 -- proto: OxygenTankFilled - entities: - - uid: 2540 - components: - - type: Transform - parent: 2526 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15608 - components: - - type: Transform - parent: 15600 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15609 - components: - - type: Transform - parent: 15600 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15629 - components: - - type: Transform - parent: 15625 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 27447 + - uid: 28272 components: - type: Transform pos: 35.5,43.5 parent: 2 - proto: PackPaperRollingFilters entities: - - uid: 27448 + - uid: 28273 components: - type: Transform pos: 48.645443,10.656567 parent: 2 - - uid: 27449 + - uid: 28274 components: - type: Transform pos: 48.473576,10.441064 parent: 2 - proto: PaintingAmogusTriptych entities: - - uid: 27450 + - uid: 28275 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,8.5 parent: 2 - - uid: 27451 + - uid: 28276 components: - type: Transform rot: -1.5707963267948966 rad @@ -189166,14 +194550,14 @@ entities: parent: 2 - proto: PaintingMonkey entities: - - uid: 27452 + - uid: 28277 components: - type: Transform pos: 22.473017,10.19018 parent: 2 - proto: PaintingPrayerHands entities: - - uid: 27453 + - uid: 28278 components: - type: Transform rot: -1.5707963267948966 rad @@ -189181,14 +194565,14 @@ entities: parent: 2 - proto: PaintingSadClown entities: - - uid: 27454 + - uid: 28279 components: - type: Transform pos: 38.5,-14.5 parent: 2 - proto: PaintingSaturn entities: - - uid: 27455 + - uid: 28280 components: - type: Transform rot: -1.5707963267948966 rad @@ -189196,51 +194580,51 @@ entities: parent: 2 - proto: PaintingSkeletonBoof entities: - - uid: 27456 + - uid: 28281 components: - type: Transform pos: 70.5,-46.5 parent: 2 - proto: PaintingSkeletonCigarette entities: - - uid: 27457 + - uid: 28282 components: - type: Transform pos: 65.5,-47.5 parent: 2 - - uid: 27458 + - uid: 28283 components: - type: Transform pos: -43.5,-21.5 parent: 2 - - uid: 27459 + - uid: 28284 components: - type: Transform pos: -33.5,-29.5 parent: 2 - - uid: 27460 + - uid: 28285 components: - type: Transform pos: -41.5,-51.5 parent: 2 - - uid: 27461 + - uid: 28286 components: - type: Transform pos: -68.5,-70.5 parent: 2 - - uid: 27462 + - uid: 28287 components: - type: Transform pos: 38.5,1.5 parent: 2 - - uid: 27463 + - uid: 28288 components: - type: Transform pos: 39.5,11.5 parent: 2 - proto: PaladinCircuitBoard entities: - - uid: 27464 + - uid: 28289 components: - type: Transform pos: 16.541878,22.5946 @@ -189302,7 +194686,7 @@ entities: containers: solution@food: !type:ContainerSlot ent: 18 - - uid: 21 + - uid: 20 components: - type: MetaData name: аварийная инструкция @@ -189357,7 +194741,7 @@ entities: - type: ContainerContainer containers: solution@food: !type:ContainerSlot - ent: 22 + ent: 21 - type: InsideEntityStorage - uid: 25 components: @@ -192668,2039 +198052,59 @@ entities: dnas: [] fibers: [] fingerprints: [] - - uid: 2354 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2355 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████[/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2356 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2357 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2358 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2359 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2360 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2361 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2362 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2363 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2364 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2365 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2366 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2367 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2368 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2369 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2370 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2371 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2372 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2373 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2374 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2375 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2376 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2377 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2378 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2379 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2380 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2381 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2382 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████[/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2383 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2384 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - uid: 2385 components: - type: MetaData name: игральная карта - type: Transform - parent: 2353 + parent: 2384 - type: Paper content: > - [color=#d35d25]██████████████████████████████████████████ + [color=#6f61ae]██████████████████████████████████████████ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ @@ -194717,62 +198121,60 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2353 + parent: 2384 - type: Paper content: > - [color=#d35d25]██████████████████████████████████████████ + [color=#6f61ae]██████████████████████████████████████████ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - ██████████████████████████████████████████ - - [/color] + ██████████████████████████████████████████[/color] editingDisabled: True - type: Physics canCollide: False @@ -194781,10 +198183,10 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2353 + parent: 2384 - type: Paper content: > - [color=#d35d25]██████████████████████████████████████████ + [color=#6f61ae]██████████████████████████████████████████ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ @@ -194792,41 +198194,41 @@ entities: ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ @@ -194845,135 +198247,7 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2389 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2353 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2391 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 + parent: 2384 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -194982,73 +198256,9 @@ entities: ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2392 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ @@ -195082,15 +198292,273 @@ entities: ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - ██████████████████████████████████████████[/color] + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2389 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2390 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2391 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2392 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] editingDisabled: True - type: Physics canCollide: False @@ -195099,7 +198567,583 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2394 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2395 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2396 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2397 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2398 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2399 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2400 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2401 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2402 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -195158,12 +199202,652 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2394 + - uid: 2403 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2404 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2405 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2406 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2407 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2408 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2409 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2410 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2411 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2412 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2413 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -195220,12 +199904,712 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2395 + - uid: 2414 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2415 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2416 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2417 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2418 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2419 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2420 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2384 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2422 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2423 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██████░░░░░░░░░▒▒▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒████████████▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████▒▒░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░▒▒▒▒░░░░░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████[/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2424 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2425 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████[/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2426 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195284,12 +200668,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2396 + - uid: 2427 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195348,12 +200732,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2397 + - uid: 2428 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195412,12 +200796,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2398 + - uid: 2429 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195476,12 +200860,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2399 + - uid: 2430 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195540,12 +200924,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2400 + - uid: 2431 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195604,12 +200988,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2401 + - uid: 2432 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195668,12 +201052,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2402 + - uid: 2433 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195732,12 +201116,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2403 + - uid: 2434 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195796,12 +201180,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2404 + - uid: 2435 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195860,12 +201244,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2405 + - uid: 2436 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: >2 @@ -195925,12 +201309,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2406 + - uid: 2437 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#6f61ae]██████████████████████████████████████████ @@ -195989,1996 +201373,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2407 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2408 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2409 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2410 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2411 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2412 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2413 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2414 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2415 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2416 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2417 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2418 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - - ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - - ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - - ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - - ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - - ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2419 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2420 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2421 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2422 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2423 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2424 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2425 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2426 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2427 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2428 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2429 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2430 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#6f61ae]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - - ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ - - ██░░██░░██░░░████████████████░░░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ - - ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ - - ██░░░░░░░░░░░████████████████░░░██░░██░░██ - - ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ - - ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2431 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2432 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2433 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2434 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2435 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2436 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - - uid: 2437 - components: - - type: MetaData - name: игральная карта - - type: Transform - parent: 2390 - - type: Paper - content: > - [color=#d35d25]██████████████████████████████████████████ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██░░██████░░░████████████████░░░░░░░░░░░██ - - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ - - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ - - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ - - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ - - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ - - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - - ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - - ██████████████████████████████████████████ - - [/color] - editingDisabled: True - - type: Physics - canCollide: False - uid: 2438 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -197987,45 +201387,45 @@ entities: ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ @@ -198042,56 +201442,56 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ - ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ @@ -198106,7 +201506,7 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -198117,41 +201517,41 @@ entities: ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ - ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██░░██████░░░████████████████░░░░░░░░░░░██ + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ - ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ - ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ - ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ - ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ - ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ - ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ - ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ @@ -198170,7 +201570,1991 @@ entities: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2442 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2443 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2444 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2445 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2446 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2447 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2448 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2449 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░██████░░░░░░░░░░░░░██ + + ██░░░░████░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░██░░░░░░░░░░░░░████▒▒░░░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░░░████▒▒▒▒░░██░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░▒▒████████████░░░░░░░░░██ + + ██░░░░░░░░░░░░░░░████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░░░██████▒▒░░░░░░░░░░░░░░░░░██ + + ██░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░██░░██ + + ██░░░░░░░░░██████░░░░░░░░░░░░░░░████░░░░██ + + ██░░░░░░░░░████░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2450 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2451 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2452 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2453 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2454 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2455 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2456 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2457 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2458 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2459 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2460 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░████░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2461 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#6f61ae]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░████░░░░░░░░░░░░░░░░░██ + + ██░░░░██░░░░░████▒▒████▒▒████░░░░░░░░░░░██ + + ██░░██░░██░░░████████████████░░░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░██████▒▒░░░░▒▒██████░░░░░░░░░██ + + ██░░░░░░░░░░░▒▒████▒▒▒▒████▒▒░░░░░░░░░░░██ + + ██░░░░░░░░░░░████████████████░░░██░░██░░██ + + ██░░░░░░░░░░░████▒▒████▒▒████░░░░░██░░░░██ + + ██░░░░░░░░░░░░░░░░░████░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2462 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2463 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2464 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2465 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2466 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2467 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2468 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2469 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2470 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██░██░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒██░██████░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░██░░██░██▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░██████░██▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2471 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 + - type: Paper + content: > + [color=#d35d25]██████████████████████████████████████████ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██▒▒██████░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██ + + ██▒▒████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██░░██████░░░████████████████░░░░░░░░░░░██ + + ██░░██████░██▒▒▒▒▒▒░░░░▒▒▒▒▒▒██░░░░░░░░░██ + + ██░░░░██░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░████████░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░▒▒▒▒▒▒▒▒░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░██▒▒░░░░░░░░░░░░▒▒██░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░░░░░░░██ + + ██░░░░░░░░░░░██▒▒░░░░░░░░▒▒██░░░░░██░░░░██ + + ██░░░░░░░░░░░░░██▒▒░░░░▒▒██░░░░░██████░░██ + + ██░░░░░░░░░░░░░░░████████░░░░░░░██████░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████▒▒██ + + ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░▒▒██ + + ██▒▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░██████▒▒██ + + ██▒▒▒▒▒▒░░▒▒░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▒▒▒██ + + ██████████████████████████████████████████ + + [/color] + editingDisabled: True + - type: Physics + canCollide: False + - uid: 2472 + components: + - type: MetaData + name: игральная карта + - type: Transform + parent: 2421 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -198229,12 +203613,12 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2442 + - uid: 2473 components: - type: MetaData name: игральная карта - type: Transform - parent: 2390 + parent: 2421 - type: Paper content: > [color=#d35d25]██████████████████████████████████████████ @@ -198293,10 +203677,10 @@ entities: editingDisabled: True - type: Physics canCollide: False - - uid: 2449 + - uid: 2481 components: - type: Transform - parent: 2448 + parent: 2480 - type: Paper stampState: paper_stamp-hos stampedBy: @@ -198320,10 +203704,10 @@ entities: [color=#ff0000][italic]СЕКРЕТНО: Только для капитана, ГСБ и сотрудников СБ. Копирование запрещено. - type: Physics canCollide: False - - uid: 2450 + - uid: 2482 components: - type: Transform - parent: 2448 + parent: 2480 - type: Paper stampState: paper_stamp-hos stampedBy: @@ -198347,10 +203731,10 @@ entities: [color=#ff0000][italic]СЕКРЕТНО: Только для капитана, ГСБ и сотрудников СБ. Копирование запрещено. - type: Physics canCollide: False - - uid: 2453 + - uid: 2485 components: - type: Transform - parent: 2452 + parent: 2484 - type: Paper stampState: paper_stamp-hos stampedBy: @@ -198374,10 +203758,10 @@ entities: [color=#ff0000][italic]СЕКРЕТНО: Только для капитана, ГСБ и сотрудников СБ. Копирование запрещено. - type: Physics canCollide: False - - uid: 2454 + - uid: 2486 components: - type: Transform - parent: 2451 + parent: 2483 - type: Paper stampState: paper_stamp-centcom stampedBy: @@ -198403,10 +203787,10 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26883 + - uid: 27696 components: - type: Transform - parent: 26882 + parent: 27695 - type: Paper content: >- Рецепт пороха @@ -198422,43 +203806,29 @@ entities: 5 масла, 3 пепла, 2 серной кислоты, нагреть - type: Physics canCollide: False - - uid: 27465 + - uid: 28290 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.4691153,-82.78326 parent: 2 - - uid: 27466 - components: - - type: Transform - pos: 9.273214,-55.45223 - parent: 2 - - type: Paper - content: >- - ИС-035 - Трагедия о повешенном миме - - Класс объекта: Опасный - - Особые условия содржания: ДАННЫЕ УДАЛЕНЫ - - Описание: ДАННЫЕ УДАЛЕНЫ - - uid: 27467 + - uid: 28291 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.41554,-2.4617987 parent: 2 - - uid: 27468 + - uid: 28292 components: - type: Transform pos: 41.25643,-26.35469 parent: 2 - - uid: 27469 + - uid: 28293 components: - type: Transform pos: 47.37211,-1.281286 parent: 2 - - uid: 27470 + - uid: 28294 components: - type: MetaData desc: Поперхнись своими отрядами, товарищ гсб. @@ -198466,45 +203836,45 @@ entities: rot: -1.5707963267948966 rad pos: 55.678146,-4.968878 parent: 2 - - uid: 27471 + - uid: 28295 components: - type: Transform pos: 47.87211,-1.437536 parent: 2 - - uid: 27472 + - uid: 28296 components: - type: Transform rot: 1.3089969389957472 rad pos: 51.06838,22.31607 parent: 2 - - uid: 27473 + - uid: 28297 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.530025,10.26842 parent: 2 - - uid: 27474 + - uid: 28298 components: - type: Transform pos: 55.550022,-0.45290518 parent: 2 - - uid: 27475 + - uid: 28299 components: - type: Transform pos: 55.61256,-0.37478018 parent: 2 - - uid: 27476 + - uid: 28300 components: - type: Transform pos: 41.193893,-26.432816 parent: 2 - - uid: 27477 + - uid: 28301 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5769,10.190295 parent: 2 - - uid: 27478 + - uid: 28302 components: - type: Transform rot: 0.22689280275926285 rad @@ -198530,355 +203900,355 @@ entities: Всё очень просто! [head=2]ГЛУПЕНЬКИЙ ХОНК-ХОООНК!!![/head] - - uid: 27479 + - uid: 28303 components: - type: Transform pos: -49.315723,-19.452253 parent: 2 - - uid: 27480 + - uid: 28304 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.41583,-42.34834 parent: 2 - - uid: 27481 + - uid: 28305 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.21405667,27.590424 parent: 2 - - uid: 27482 + - uid: 28306 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.4709132,24.587803 parent: 2 - - uid: 27483 + - uid: 28307 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.6802645,9.632844 parent: 2 - - uid: 27484 + - uid: 28308 components: - type: Transform pos: 5.809529,8.695344 parent: 2 - - uid: 27485 + - uid: 28309 components: - type: Transform pos: -23.535517,6.577045 parent: 2 - - uid: 27486 + - uid: 28310 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.80664,3.508832 parent: 2 - - uid: 27487 + - uid: 28311 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.86914,3.508832 parent: 2 - - uid: 27488 + - uid: 28312 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.916016,3.540082 parent: 2 - - uid: 27489 + - uid: 28313 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.516285,6.8015428 parent: 2 - - uid: 27490 + - uid: 28314 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.485035,12.529182 parent: 2 - - uid: 27491 + - uid: 28315 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.43816,13.201057 parent: 2 - - uid: 27492 + - uid: 28316 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.485035,13.263557 parent: 2 - - uid: 27493 + - uid: 28317 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.575924,-83.39061 parent: 2 - - uid: 27494 + - uid: 28318 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.482174,-83.45311 parent: 2 - - uid: 27495 + - uid: 28319 components: - type: Transform rot: 3.141592653589793 rad pos: -34.603973,-8.376126 parent: 2 - - uid: 27496 + - uid: 28320 components: - type: Transform rot: 3.141592653589793 rad pos: -34.510223,-8.251126 parent: 2 - - uid: 27497 + - uid: 28321 components: - type: Transform rot: 3.141592653589793 rad pos: 67.44561,-37.415405 parent: 2 - - uid: 27498 + - uid: 28322 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.46271,-42.41084 parent: 2 - - uid: 27499 + - uid: 28323 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.45752,-38.36953 parent: 2 - - uid: 27500 + - uid: 28324 components: - type: Transform rot: 3.141592653589793 rad pos: 67.41436,-37.43103 parent: 2 - - uid: 27501 + - uid: 28325 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.62509,-38.490505 parent: 2 - - uid: 27502 + - uid: 28326 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.638424,-83.32811 parent: 2 - - uid: 27503 + - uid: 28327 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.482174,-82.54686 parent: 2 - - uid: 27504 + - uid: 28328 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.1104269,-95.43045 parent: 2 - - uid: 27505 + - uid: 28329 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.2041769,-95.36795 parent: 2 - - uid: 27506 + - uid: 28330 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.89434,-96.27694 parent: 2 - - uid: 27507 + - uid: 28331 components: - type: Transform pos: -32.284966,-94.65194 parent: 2 - - uid: 27508 + - uid: 28332 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.434746,-38.567795 parent: 2 - - uid: 27509 + - uid: 28333 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.372246,-38.505295 parent: 2 - - uid: 27510 + - uid: 28334 components: - type: Transform rot: 3.141592653589793 rad pos: -7.0573277,8.666101 parent: 2 - - uid: 27511 + - uid: 28335 components: - type: Transform rot: 3.141592653589793 rad pos: -7.0729527,8.666101 parent: 2 - - uid: 27512 + - uid: 28336 components: - type: Transform rot: 3.141592653589793 rad pos: -7.0729527,8.666101 parent: 2 - - uid: 27513 + - uid: 28337 components: - type: Transform rot: 3.141592653589793 rad pos: -7.0729527,8.634851 parent: 2 - - uid: 27514 + - uid: 28338 components: - type: Transform rot: 3.141592653589793 rad pos: -7.1198277,8.603601 parent: 2 - - uid: 27515 + - uid: 28339 components: - type: Transform rot: 3.141592653589793 rad pos: -7.1042027,8.587976 parent: 2 - - uid: 27516 + - uid: 28340 components: - type: Transform rot: 3.141592653589793 rad pos: -7.1042027,8.603601 parent: 2 - - uid: 27517 + - uid: 28341 components: - type: Transform rot: 3.141592653589793 rad pos: -7.1354527,8.603601 parent: 2 - - uid: 27518 + - uid: 28342 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5504093,9.488227 parent: 2 - - uid: 27519 + - uid: 28343 components: - type: Transform rot: 3.141592653589793 rad pos: 25.523256,-76.3491 parent: 2 - - uid: 27520 + - uid: 28344 components: - type: Transform rot: 3.141592653589793 rad pos: 25.476381,-76.4116 parent: 2 - - uid: 27521 + - uid: 28345 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.61689,-68.39358 parent: 2 - - uid: 27522 + - uid: 28346 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.58564,-68.44045 parent: 2 - - uid: 27523 + - uid: 28347 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.596252,-64.39053 parent: 2 - - uid: 27524 + - uid: 28348 components: - type: Transform pos: -66.5415,-76.349594 parent: 2 - - uid: 27525 + - uid: 28349 components: - type: Transform pos: -66.61962,-76.42772 parent: 2 - - uid: 27526 + - uid: 28350 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.50298,-39.66599 parent: 2 - - uid: 27527 + - uid: 28351 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.45306,-39.61083 parent: 2 - - uid: 27528 + - uid: 28352 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.562435,-39.751453 parent: 2 - - uid: 27529 + - uid: 28353 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.597652,-0.4401635 parent: 2 - - uid: 27530 + - uid: 28354 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.488277,-0.5182885 parent: 2 - - uid: 27531 + - uid: 28355 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.394527,-0.5964135 parent: 2 - - uid: 27532 + - uid: 28356 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5067,-8.324828 parent: 2 - - uid: 27533 + - uid: 28357 components: - type: Transform rot: 3.141592653589793 rad pos: -34.53795,-8.340453 parent: 2 - - uid: 27534 + - uid: 28358 components: - type: Transform rot: 3.141592653589793 rad pos: -34.53795,-8.387328 parent: 2 - - uid: 27535 + - uid: 28359 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.42597,-48.33913 parent: 2 - - uid: 27536 + - uid: 28360 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.47285,-48.417255 parent: 2 - - uid: 27537 + - uid: 28361 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5041,-48.43288 parent: 2 - - uid: 27538 + - uid: 28362 components: - type: Transform pos: -56.268597,-89.21048 @@ -198886,7 +204256,7 @@ entities: - type: Paper content: > ХОЧУ КАНИСТРУ ФРЕЗОНА - - uid: 27539 + - uid: 28363 components: - type: Transform pos: -56.424847,-89.382355 @@ -198894,48 +204264,48 @@ entities: - type: Paper content: > Дорогой дед мороз! Хочу чтобы на новый год ты не присылал нам больше бомб и пепла! Счастливого нового года! - - uid: 27540 + - uid: 28364 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.6053,-112.66493 parent: 2 - - uid: 27541 + - uid: 28365 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.464676,-112.57118 parent: 2 - - uid: 27542 + - uid: 28366 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.57405,-113.30556 parent: 2 - - uid: 27543 + - uid: 28367 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.527176,-113.35243 parent: 2 - - uid: 27544 + - uid: 28368 components: - type: Transform pos: 52.594917,-9.306356 parent: 2 - - uid: 27545 + - uid: 28369 components: - type: Transform rot: 0.4188790204786391 rad pos: 50.65171,20.885515 parent: 2 - - uid: 27546 + - uid: 28370 components: - type: Transform rot: 2.8623399732707004 rad pos: 52.199566,20.886168 parent: 2 - - uid: 27547 + - uid: 28371 components: - type: Transform pos: -34.366844,-22.718172 @@ -198986,25 +204356,25 @@ entities: [bullet]доксарубиксадон [2] editingDisabled: True - - uid: 27548 + - uid: 28372 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5628653,-82.83013 parent: 2 - - uid: 27549 + - uid: 28373 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.3909903,-82.75201 parent: 2 - - uid: 27550 + - uid: 28374 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.757385,4.496251 parent: 2 - - uid: 27551 + - uid: 28375 components: - type: Transform rot: -1.5707963267948966 rad @@ -199012,13 +204382,13 @@ entities: parent: 2 - proto: PaperBin entities: - - uid: 27552 + - uid: 28376 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.70523,-10.670447 parent: 2 - - uid: 27553 + - uid: 28377 components: - type: Transform rot: 1.5707963267948966 rad @@ -199026,52 +204396,52 @@ entities: parent: 2 - proto: PaperBin10 entities: - - uid: 27554 + - uid: 28378 components: - type: Transform pos: -66.5,-75.5 parent: 2 - - uid: 27555 + - uid: 28379 components: - type: Transform pos: 2.5,25.5 parent: 2 - - uid: 27556 + - uid: 28380 components: - type: Transform pos: -24.5,6.5 parent: 2 - - uid: 27557 + - uid: 28381 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,5.5 parent: 2 - - uid: 27558 + - uid: 28382 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.4295154,9.521872 parent: 2 - - uid: 27559 + - uid: 28383 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,14.5 parent: 2 - - uid: 27560 + - uid: 28384 components: - type: Transform pos: 51.5,-10.5 parent: 2 - proto: PaperBin20 entities: - - uid: 27561 + - uid: 28385 components: - type: Transform pos: 85.5,-3.5 parent: 2 - - uid: 27562 + - uid: 28386 components: - type: Transform rot: -1.5707963267948966 rad @@ -199079,17 +204449,17 @@ entities: parent: 2 - proto: PaperBin5 entities: - - uid: 27563 + - uid: 28387 components: - type: Transform pos: 48.5,-1.5 parent: 2 - - uid: 27564 + - uid: 28388 components: - type: Transform pos: 47.5,-5.5 parent: 2 - - uid: 27565 + - uid: 28389 components: - type: Transform rot: -1.5707963267948966 rad @@ -199097,45 +204467,40 @@ entities: parent: 2 - proto: PaperCaptainsThoughts entities: - - uid: 27566 - components: - - type: Transform - pos: 4.3480196,-31.49025 - parent: 2 - - uid: 27567 + - uid: 28390 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.54434,16.62763 parent: 2 - - uid: 27568 + - uid: 28391 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.45059,16.75263 parent: 2 - - uid: 27569 + - uid: 28392 components: - type: Transform pos: 13.403715,15.03388 parent: 2 - - uid: 27570 + - uid: 28393 components: - type: Transform pos: 13.403715,15.049505 parent: 2 - - uid: 27571 + - uid: 28394 components: - type: Transform pos: 13.403715,15.049505 parent: 2 - - uid: 27572 + - uid: 28395 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.57559,13.955755 parent: 2 - - uid: 27573 + - uid: 28396 components: - type: Transform rot: -1.5707963267948966 rad @@ -199143,25 +204508,25 @@ entities: parent: 2 - proto: PaperOffice entities: - - uid: 27574 + - uid: 28397 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.461765,-24.83054 parent: 2 - - uid: 27575 + - uid: 28398 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.608532,-25.013998 parent: 2 - - uid: 27576 + - uid: 28399 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.388382,-25.124073 parent: 2 - - uid: 27577 + - uid: 28400 components: - type: MetaData desc: Поперхнись своими отрядами, товарищ гсб. @@ -199219,24 +204584,24 @@ entities: Забыли свой номер - - proto: PaperScrap entities: - - uid: 27578 + - uid: 28401 components: - type: Transform pos: -29.777176,-114.49306 parent: 2 - - uid: 27579 + - uid: 28402 components: - type: Transform pos: -29.245926,-114.19618 parent: 2 - - uid: 27580 + - uid: 28403 components: - type: Transform pos: -30.1053,-114.22743 parent: 2 - proto: ParticleAcceleratorControlBoxUnfinished entities: - - uid: 27581 + - uid: 28404 components: - type: MetaData desc: ' Выглядит незаконченным.' @@ -199246,26 +204611,29 @@ entities: parent: 2 missingComponents: - Appearance - - uid: 27582 + - uid: 28405 components: - type: Transform pos: 64.5,-60.5 parent: 2 -- proto: ParticleAcceleratorEmitterFore - entities: - - uid: 27583 + - uid: 28406 components: - - type: MetaData - name: ЛУЧ СМЕРТИ - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-20.5 + pos: -7.5,-22.5 + parent: 2 + - uid: 28407 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - uid: 28408 + components: + - type: Transform + pos: 8.5,-22.5 parent: 2 - missingComponents: - - ParticleAcceleratorEmitter - proto: ParticleAcceleratorEmitterForeUnfinished entities: - - uid: 27584 + - uid: 28409 components: - type: Transform rot: 1.5707963267948966 rad @@ -199273,7 +204641,7 @@ entities: parent: 2 - proto: ParticleAcceleratorEmitterPortUnfinished entities: - - uid: 27585 + - uid: 28410 components: - type: Transform rot: 1.5707963267948966 rad @@ -199281,7 +204649,7 @@ entities: parent: 2 - proto: ParticleAcceleratorEmitterStarboardUnfinished entities: - - uid: 27586 + - uid: 28411 components: - type: Transform rot: 1.5707963267948966 rad @@ -199289,28 +204657,20 @@ entities: parent: 2 - proto: ParticleAcceleratorEndCapUnfinished entities: - - uid: 27587 + - uid: 28412 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-59.5 parent: 2 - - uid: 27588 + - uid: 28413 components: - type: Transform pos: 17.5,7.5 parent: 2 - proto: ParticleAcceleratorFuelChamber entities: - - uid: 27589 - components: - - type: MetaData - name: топливная камера ЛУЧА СМЕРТИ - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-22.5 - parent: 2 - - uid: 27590 + - uid: 28414 components: - type: Transform rot: 1.5707963267948966 rad @@ -199318,19 +204678,15 @@ entities: parent: 2 - proto: ParticleAcceleratorPowerBox entities: - - uid: 27591 + - uid: 28415 components: - - type: MetaData - name: силовая установка ЛУЧА СМЕРТИ - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-21.5 + rot: -1.5707963267948966 rad + pos: 13.5,-41.5 parent: 2 - missingComponents: - - ParticleAcceleratorPowerBox - proto: ParticleAcceleratorPowerBoxUnfinished entities: - - uid: 27592 + - uid: 28416 components: - type: Transform rot: -1.5707963267948966 rad @@ -199338,153 +204694,148 @@ entities: parent: 2 - proto: PartRodMetal entities: - - uid: 27593 + - uid: 28417 components: - type: Transform pos: -27.496012,-78.36636 parent: 2 - - uid: 27594 + - uid: 28418 components: - type: Transform pos: 65.69005,-27.17667 parent: 2 - - uid: 27595 + - uid: 28419 components: - type: Transform pos: 59.514774,-62.414303 parent: 2 - - uid: 27596 + - uid: 28420 components: - type: Transform pos: 43.5,-66.5 parent: 2 - proto: PartRodMetal1 entities: - - uid: 27597 - components: - - type: Transform - pos: -3.3590202,-19.536882 - parent: 2 - - uid: 27598 + - uid: 28421 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.163605,-47.61128 parent: 2 - - uid: 27599 + - uid: 28422 components: - type: Transform rot: 3.141592653589793 rad pos: -63.515656,-32.105747 parent: 2 - - uid: 27600 + - uid: 28423 components: - type: Transform rot: 3.141592653589793 rad pos: -64.25003,-31.871372 parent: 2 - - uid: 27601 + - uid: 28424 components: - type: Transform rot: 3.141592653589793 rad pos: -64.359406,-32.402622 parent: 2 - - uid: 27602 + - uid: 28425 components: - type: Transform rot: 3.141592653589793 rad pos: -61.685455,-61.68288 parent: 2 - - uid: 27603 + - uid: 28426 components: - type: Transform rot: 3.141592653589793 rad pos: -61.466705,-61.636005 parent: 2 - - uid: 27604 + - uid: 28427 components: - type: Transform pos: -44.352867,13.510422 parent: 2 - - uid: 27605 + - uid: 28428 components: - type: Transform pos: -67.58551,-8.420864 parent: 2 - - uid: 27606 + - uid: 28429 components: - type: Transform pos: -67.476135,-8.530239 parent: 2 - - uid: 27607 + - uid: 28430 components: - type: Transform pos: -67.601135,-8.623989 parent: 2 - - uid: 27608 + - uid: 28431 components: - type: Transform pos: -85.54087,1.3566759 parent: 2 - - uid: 27609 + - uid: 28432 components: - type: Transform pos: -85.493996,0.65355086 parent: 2 - proto: PartRodMetal10 entities: - - uid: 27610 + - uid: 28433 components: - type: Transform pos: -68.461494,-62.86725 parent: 2 - proto: Pen entities: - - uid: 27611 + - uid: 28434 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.51599,-79.42912 parent: 2 - - uid: 27612 + - uid: 28435 components: - type: Transform pos: 55.42339,-0.5201292 parent: 2 - - uid: 27613 + - uid: 28436 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.355556,10.0937805 parent: 2 - - uid: 27614 + - uid: 28437 components: - type: Transform pos: 47.407757,-25.40052 parent: 2 - - uid: 27615 + - uid: 28438 components: - type: Transform rot: 3.141592653589793 rad pos: 52.142643,-5.5503273 parent: 2 - - uid: 27616 + - uid: 28439 components: - type: Transform rot: 3.141592653589793 rad pos: 55.40791,-5.4975853 parent: 2 - - uid: 27617 + - uid: 28440 components: - type: Transform pos: 41.06882,-26.54219 parent: 2 - - uid: 27618 + - uid: 28441 components: - type: Transform pos: 85.38429,-2.5867987 parent: 2 - - uid: 27619 + - uid: 28442 components: - type: Transform rot: -1.5707963267948966 rad @@ -199492,153 +204843,153 @@ entities: parent: 2 - type: WarpPoint location: я-12 - - uid: 27620 + - uid: 28443 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.3727455,16.181618 parent: 2 - - uid: 27621 + - uid: 28444 components: - type: Transform pos: 6.903279,8.570344 parent: 2 - - uid: 27622 + - uid: 28445 components: - type: Transform pos: -22.766998,6.8033457 parent: 2 - - uid: 27623 + - uid: 28446 components: - type: Transform pos: -49.351166,-19.166203 parent: 2 - - uid: 27624 + - uid: 28447 components: - type: Transform pos: -34.761543,-7.6484604 parent: 2 - - uid: 27625 + - uid: 28448 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.66583,-42.520214 parent: 2 - - uid: 27626 + - uid: 28449 components: - type: Transform rot: 3.141592653589793 rad pos: 67.69561,-37.30603 parent: 2 - - uid: 27627 + - uid: 28450 components: - type: Transform pos: 57.553455,-73.05898 parent: 2 - - uid: 27628 + - uid: 28451 components: - type: Transform pos: 2.275529,24.492702 parent: 2 - - uid: 27629 + - uid: 28452 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.323864,-39.987896 parent: 2 - - uid: 27630 + - uid: 28453 components: - type: Transform pos: -1.5982285,-95.43275 parent: 2 - - uid: 27631 + - uid: 28454 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.682076,-48.161274 parent: 2 - - uid: 27632 + - uid: 28455 components: - type: Transform pos: -28.527176,-112.99306 parent: 2 - - uid: 27633 + - uid: 28456 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.683426,-112.16493 parent: 2 - - uid: 27634 + - uid: 28457 components: - type: Transform pos: -28.600348,12.59066 parent: 2 - - uid: 27635 + - uid: 28458 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.513985,5.1233263 parent: 2 - - uid: 27636 + - uid: 28459 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.791588,-46.321323 parent: 2 - - uid: 27637 + - uid: 28460 components: - type: Transform pos: -65.42602,-38.448666 parent: 2 - - uid: 27638 + - uid: 28461 components: - type: Transform pos: 52.612278,-9.527596 parent: 2 - - uid: 27639 + - uid: 28462 components: - type: Transform pos: -30.590828,-112.39365 parent: 2 - proto: PenExploding entities: - - uid: 27640 + - uid: 28463 components: - type: Transform pos: 48.358765,23.149218 parent: 2 - proto: PersonalAI entities: - - uid: 27641 + - uid: 28464 components: - type: Transform pos: -66.47985,-74.523544 parent: 2 - - uid: 27643 + - uid: 28466 components: - type: Transform - parent: 27642 + parent: 28465 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 27645 + - uid: 28468 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.487228,12.727834 parent: 2 - - uid: 27646 + - uid: 28469 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.438023,-95.78225 parent: 2 - - uid: 27647 + - uid: 28470 components: - type: Transform pos: -29.462147,-107.18951 parent: 2 - - uid: 27648 + - uid: 28471 components: - type: Transform rot: -1.5707963267948966 rad @@ -199646,19 +204997,19 @@ entities: parent: 2 - proto: PetCarrier entities: - - uid: 27649 + - uid: 28472 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-117.5 parent: 2 - - uid: 27650 + - uid: 28473 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-47.5 parent: 2 - - uid: 27651 + - uid: 28474 components: - type: Transform rot: 3.141592653589793 rad @@ -199666,19 +205017,19 @@ entities: parent: 2 - proto: PhoneInstrument entities: - - uid: 27652 + - uid: 28475 components: - type: Transform pos: 50.5,13.5 parent: 2 - - uid: 27653 + - uid: 28476 components: - type: Transform pos: 7.5,16.5 parent: 2 - proto: PianoInstrument entities: - - uid: 27654 + - uid: 28477 components: - type: Transform rot: 1.5707963267948966 rad @@ -199686,12 +205037,12 @@ entities: parent: 2 - proto: Pickaxe entities: - - uid: 27655 + - uid: 28478 components: - type: Transform pos: -8.584173,-98.420815 parent: 2 - - uid: 27656 + - uid: 28479 components: - type: Transform pos: -8.375948,-98.47833 @@ -199728,130 +205079,130 @@ entities: - 48 - type: Physics canCollide: False - - uid: 27657 + - uid: 28480 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.769884,18.63893 parent: 2 - - uid: 27658 + - uid: 28481 components: - type: Transform pos: -49.666336,-18.31588 parent: 2 - - uid: 27659 + - uid: 28482 components: - type: Transform pos: -68.2631,-47.37917 parent: 2 - proto: PillCanisterCopper entities: - - uid: 2567 + - uid: 2597 components: - type: Transform - parent: 2563 + parent: 2593 - type: Physics canCollide: False - - uid: 2574 + - uid: 2604 components: - type: Transform - parent: 2570 + parent: 2600 - type: Physics canCollide: False - - uid: 2581 + - uid: 2611 components: - type: Transform - parent: 2577 + parent: 2607 - type: Physics canCollide: False - proto: PillCanisterDermaline entities: - - uid: 2632 + - uid: 2666 components: - type: Transform - parent: 2628 + parent: 2662 - type: Physics canCollide: False - - uid: 2638 + - uid: 2672 components: - type: Transform - parent: 2634 + parent: 2668 - type: Physics canCollide: False - - uid: 2644 + - uid: 2678 components: - type: Transform - parent: 2640 + parent: 2674 - type: Physics canCollide: False - proto: PillCanisterDexalin entities: - - uid: 998 + - uid: 1005 components: - type: Transform - parent: 993 + parent: 1000 - type: Physics canCollide: False - - uid: 1006 + - uid: 1013 components: - type: Transform - parent: 1001 + parent: 1008 - type: Physics canCollide: False - - uid: 1014 + - uid: 1021 components: - type: Transform - parent: 1009 + parent: 1016 - type: Physics canCollide: False - proto: PillCanisterIron entities: - - uid: 2568 + - uid: 2598 components: - type: Transform - parent: 2563 + parent: 2593 - type: Physics canCollide: False - - uid: 2575 + - uid: 2605 components: - type: Transform - parent: 2570 + parent: 2600 - type: Physics canCollide: False - - uid: 2582 + - uid: 2612 components: - type: Transform - parent: 2577 + parent: 2607 - type: Physics canCollide: False - - uid: 27660 + - uid: 28483 components: - type: Transform pos: -46.630543,-5.5307565 parent: 2 - proto: PillCanisterKelotane entities: - - uid: 2633 + - uid: 2667 components: - type: Transform - parent: 2628 + parent: 2662 - type: Physics canCollide: False - - uid: 2639 + - uid: 2673 components: - type: Transform - parent: 2634 + parent: 2668 - type: Physics canCollide: False - - uid: 2645 + - uid: 2679 components: - type: Transform - parent: 2640 + parent: 2674 - type: Physics canCollide: False - proto: PillCanisterTricordrazine entities: - - uid: 27661 + - uid: 28484 components: - type: Transform pos: -6.196212,13.600146 @@ -199884,708 +205235,213 @@ entities: canCollide: False - proto: PinpointerNuclear entities: - - uid: 27662 + - uid: 28485 components: - type: Transform pos: 8.972797,13.591203 parent: 2 +- proto: Pitcher + entities: + - uid: 28486 + components: + - type: MetaData + desc: Чайник из нержавеющей стали. Лучший друг каждого человека по утрам. + name: электрочайник + - type: Transform + pos: -13.137452,-41.357742 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed - proto: PlasmaCanister entities: - - uid: 27663 + - uid: 28487 components: - type: Transform pos: 86.5,-63.5 parent: 2 - - uid: 27664 + - uid: 28488 components: - type: Transform pos: 31.5,-93.5 parent: 2 - - uid: 27665 + - uid: 28489 components: - type: Transform pos: -48.5,-59.5 parent: 2 - - uid: 27666 + - uid: 28490 components: - type: Transform pos: 38.5,-49.5 parent: 2 - proto: PlasmaReinforcedWindowDirectional entities: - - uid: 27667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-48.5 - parent: 2 - - uid: 27668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-47.5 - parent: 2 - - uid: 27669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-47.5 - parent: 2 - - uid: 27670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-48.5 - parent: 2 - - uid: 27671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-62.5 - parent: 2 - - uid: 27672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-61.5 - parent: 2 - - uid: 27673 - components: - - type: Transform - pos: 3.5,-60.5 - parent: 2 - - uid: 27674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-61.5 - parent: 2 - - uid: 27675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-62.5 - parent: 2 - - uid: 27676 - components: - - type: Transform - pos: -2.5,-60.5 - parent: 2 - - uid: 27677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-56.5 - parent: 2 - - uid: 27678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-54.5 - parent: 2 - - uid: 27679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-54.5 - parent: 2 - - uid: 27680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-54.5 - parent: 2 - - uid: 27681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-55.5 - parent: 2 - - uid: 27682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-55.5 - parent: 2 - - uid: 27683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-54.5 - parent: 2 - - uid: 27684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-54.5 - parent: 2 - - uid: 27685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-60.5 - parent: 2 - - uid: 27686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-62.5 - parent: 2 - - uid: 27687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-61.5 - parent: 2 - - uid: 27688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-61.5 - parent: 2 - - uid: 27689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-62.5 - parent: 2 - - uid: 27690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-60.5 - parent: 2 - - uid: 27691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-56.5 - parent: 2 - - uid: 27692 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 27693 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 27694 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 27695 - components: - - type: Transform - pos: 0.5,-50.5 - parent: 2 - - uid: 27696 - components: - - type: Transform - pos: -8.5,-52.5 - parent: 2 - - uid: 27697 - components: - - type: Transform - pos: -7.5,-52.5 - parent: 2 - - uid: 27698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-52.5 - parent: 2 - - uid: 27699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-52.5 - parent: 2 - - uid: 27700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-46.5 - parent: 2 - - uid: 27701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-47.5 - parent: 2 - - uid: 27702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-47.5 - parent: 2 - - uid: 27703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-46.5 - parent: 2 - - uid: 27704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-55.5 - parent: 2 - - uid: 27705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-50.5 - parent: 2 - - uid: 27706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-50.5 - parent: 2 - - uid: 27707 - components: - - type: Transform - pos: -13.5,-50.5 - parent: 2 - - uid: 27708 - components: - - type: Transform - pos: -15.5,-50.5 - parent: 2 - - uid: 27709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-47.5 - parent: 2 - - uid: 27710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-48.5 - parent: 2 - - uid: 27711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-47.5 - parent: 2 - - uid: 27712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-48.5 - parent: 2 - - uid: 27713 - components: - - type: Transform - pos: -14.5,-38.5 - parent: 2 - - uid: 27714 - components: - - type: Transform - pos: -11.5,-50.5 - parent: 2 - - uid: 27715 - components: - - type: Transform - pos: -10.5,-50.5 - parent: 2 - - uid: 27716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-50.5 - parent: 2 - - uid: 27717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-50.5 - parent: 2 - - uid: 27718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-50.5 - parent: 2 - - uid: 27719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-43.5 - parent: 2 - - uid: 27720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 - parent: 2 - - uid: 27721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 27722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 2 - - uid: 27723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-42.5 - parent: 2 - - uid: 27724 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 27725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-29.5 - parent: 2 - - uid: 27726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-55.5 - parent: 2 - - uid: 27727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-55.5 - parent: 2 - - uid: 27728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-31.5 - parent: 2 - - uid: 27729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-30.5 - parent: 2 - - uid: 27730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-31.5 - parent: 2 - - uid: 27731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-30.5 - parent: 2 - - uid: 27732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-55.5 - parent: 2 - - uid: 27733 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 2 - - uid: 27734 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 27735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 27736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 2 - - uid: 27737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 2 - - uid: 27738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 2 - - uid: 27739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-25.5 - parent: 2 - - uid: 27740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-25.5 - parent: 2 - - uid: 27741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-29.5 - parent: 2 - - uid: 27742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - - uid: 27743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-30.5 - parent: 2 - - uid: 27744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - - uid: 27745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-51.5 - parent: 2 - - uid: 27746 - components: - - type: Transform - pos: -10.5,-45.5 - parent: 2 - - uid: 27747 - components: - - type: Transform - pos: -11.5,-45.5 - parent: 2 - - uid: 27748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-25.5 - parent: 2 - - uid: 27749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-26.5 - parent: 2 - - uid: 27750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-24.5 - parent: 2 - - uid: 27751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 2 - - uid: 27752 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 27753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-26.5 - parent: 2 - - uid: 27754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 2 - - uid: 27755 - components: - - type: Transform - pos: 12.5,-55.5 - parent: 2 - - uid: 27756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-29.5 - parent: 2 - - uid: 27757 - components: - - type: Transform - pos: -14.5,-29.5 - parent: 2 - - uid: 27758 + - uid: 28491 components: - type: Transform pos: 17.5,-78.5 parent: 2 - - uid: 27759 + - uid: 28492 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-75.5 parent: 2 - - uid: 27760 + - uid: 28493 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-74.5 parent: 2 - - uid: 27761 + - uid: 28494 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-72.5 parent: 2 - - uid: 27762 + - uid: 28495 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-72.5 parent: 2 - - uid: 27763 + - uid: 28496 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-72.5 parent: 2 - - uid: 27764 + - uid: 28497 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-74.5 parent: 2 - - uid: 27765 + - uid: 28498 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-72.5 parent: 2 - - uid: 27766 + - uid: 28499 components: - type: Transform pos: -51.5,-72.5 parent: 2 - - uid: 27767 + - uid: 28500 components: - type: Transform pos: -47.5,-72.5 parent: 2 - - uid: 27768 + - uid: 28501 components: - type: Transform pos: -49.5,-72.5 parent: 2 - - uid: 27769 + - uid: 28502 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-73.5 parent: 2 - - uid: 27770 + - uid: 28503 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-73.5 parent: 2 - - uid: 27771 + - uid: 28504 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-75.5 parent: 2 - - uid: 27772 + - uid: 28505 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-79.5 parent: 2 - - uid: 27773 + - uid: 28506 components: - type: Transform pos: 19.5,-78.5 parent: 2 - - uid: 27774 + - uid: 28507 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-27.5 parent: 2 + - uid: 28508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-41.5 + parent: 2 + - uid: 28509 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 2 + - uid: 28510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 2 + - uid: 28511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-29.5 + parent: 2 + - uid: 28512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-28.5 + parent: 2 - proto: PlasmaWindoorJanitorLocked entities: - - uid: 27775 + - uid: 28513 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-1.5 parent: 2 - - uid: 27776 + - uid: 28514 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-1.5 parent: 2 - - uid: 27777 + - uid: 28515 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-3.5 parent: 2 -- proto: PlasmaWindoorSecureArmoryLocked - entities: - - uid: 27778 - components: - - type: Transform - pos: -8.5,-50.5 - parent: 2 - - uid: 27779 - components: - - type: Transform - pos: -7.5,-50.5 - parent: 2 - proto: PlasmaWindoorSecureChemistryLocked entities: - - uid: 27780 + - uid: 28516 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-35.5 parent: 2 - - uid: 27781 + - uid: 28517 components: - type: Transform pos: -36.5,-27.5 parent: 2 - - uid: 27782 + - uid: 28518 components: - type: Transform pos: -35.5,-27.5 parent: 2 - - uid: 27783 + - uid: 28519 components: - type: Transform rot: 3.141592653589793 rad @@ -200593,73 +205449,67 @@ entities: parent: 2 - proto: PlasmaWindoorSecureScienceLocked entities: - - uid: 27784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-55.5 - parent: 2 - - uid: 27785 + - uid: 28520 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-47.5 parent: 2 - - uid: 27786 + - uid: 28521 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-73.5 parent: 2 - - uid: 27787 + - uid: 28522 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-73.5 parent: 2 - - uid: 27788 + - uid: 28523 components: - type: Transform pos: -61.5,-76.5 parent: 2 - - uid: 27789 + - uid: 28524 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-76.5 parent: 2 - - uid: 27790 + - uid: 28525 components: - type: Transform pos: -36.5,-45.5 parent: 2 - proto: PlasmaWindowDirectional entities: - - uid: 27791 + - uid: 28526 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-1.5 parent: 2 - - uid: 27792 + - uid: 28527 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 2 - - uid: 27793 + - uid: 28528 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 2 - - uid: 27794 + - uid: 28529 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-2.5 parent: 2 - - uid: 27795 + - uid: 28530 components: - type: Transform rot: 1.5707963267948966 rad @@ -200667,24 +205517,24 @@ entities: parent: 2 - proto: PlasticBanana entities: - - uid: 27796 + - uid: 28531 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.6832,-33.776318 parent: 2 - - uid: 27797 + - uid: 28532 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.51132,-33.541943 parent: 2 - - uid: 27798 + - uid: 28533 components: - type: Transform pos: -74.44882,-33.760693 parent: 2 - - uid: 27799 + - uid: 28534 components: - type: Transform rot: 3.141592653589793 rad @@ -200692,45 +205542,45 @@ entities: parent: 2 - proto: PlasticFlapsAirtightClear entities: - - uid: 27800 + - uid: 28535 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-79.5 parent: 2 - - uid: 27801 + - uid: 28536 components: - type: Transform pos: 18.5,-100.5 parent: 2 - - uid: 27802 + - uid: 28537 components: - type: Transform pos: 16.5,-96.5 parent: 2 - - uid: 27803 + - uid: 28538 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-85.5 parent: 2 - - uid: 27804 + - uid: 28539 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-80.5 parent: 2 - - uid: 27805 + - uid: 28540 components: - type: Transform pos: 16.5,-100.5 parent: 2 - - uid: 27806 + - uid: 28541 components: - type: Transform pos: 18.5,-96.5 parent: 2 - - uid: 27807 + - uid: 28542 components: - type: Transform rot: -1.5707963267948966 rad @@ -200738,76 +205588,73 @@ entities: parent: 2 - proto: PlasticFlapsAirtightOpaque entities: - - uid: 27808 + - uid: 28543 components: - type: Transform pos: 41.5,-69.5 parent: 2 -- proto: PlastitaniumWindowIndestructible - entities: - - uid: 27809 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 27810 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 27811 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - proto: PlayerStationAi entities: - - uid: 27812 + - uid: 28544 components: - type: Transform pos: 98.5,-88.5 parent: 2 -- proto: Plunger +- proto: PlayerStationAiEmpty entities: - - uid: 2620 + - uid: 28545 components: - type: Transform - parent: 2616 + pos: 0.5,-40.5 + parent: 2 +- proto: Plunger + entities: + - uid: 2654 + components: + - type: Transform + parent: 2650 - type: Physics canCollide: False - - uid: 27813 + - uid: 28546 components: - type: Transform pos: 71.49899,-12.380988 parent: 2 - - uid: 27814 + - uid: 28547 components: - type: Transform pos: 9.49986,-3.1529796 parent: 2 - - uid: 27815 + - uid: 28548 components: - type: Transform pos: 9.28111,-3.2779796 parent: 2 +- proto: PlushieArachind + entities: + - uid: 28549 + components: + - type: Transform + pos: -5.2079196,-42.558372 + parent: 2 - proto: PlushieAtmosian entities: - - uid: 27816 + - uid: 28550 components: - type: Transform pos: -95.5645,-10.327504 parent: 2 - - uid: 27817 + - uid: 28551 components: - type: Transform pos: 39.5566,-52.41965 parent: 2 - - uid: 27818 + - uid: 28552 components: - type: Transform pos: 50.52304,-99.97316 parent: 2 - - uid: 27819 + - uid: 28553 components: - type: MetaData name: TiFeRi @@ -200816,21 +205663,21 @@ entities: parent: 2 - proto: PlushieCarp entities: - - uid: 27820 + - uid: 28554 components: - type: Transform pos: -27.447361,-86.60795 parent: 2 - proto: PlushieHampter entities: - - uid: 27821 + - uid: 28555 components: - type: Transform pos: -36.4855,-84.294624 parent: 2 - proto: PlushieHuman entities: - - uid: 27822 + - uid: 28556 components: - type: MetaData desc: Плюшевый препод из войлока. Качество - ниже не бывает. Препод требует тетради. Препод плачет. Препод кричит. @@ -200840,54 +205687,54 @@ entities: parent: 2 - proto: PlushieLizardInversed entities: - - uid: 27823 + - uid: 28557 components: - type: Transform - pos: 17.512989,-57.445877 + pos: 0.52309525,-19.53305 parent: 2 - proto: PlushieLizardMirrored entities: - - uid: 27824 + - uid: 28558 components: - type: Transform pos: -15.332737,-55.509674 parent: 2 - proto: PlushieNar entities: - - uid: 27825 + - uid: 28559 components: - type: Transform pos: -86.5144,-27.553516 parent: 2 - proto: PlushieRainbowLizard entities: - - uid: 15768 + - uid: 16283 components: - type: Transform - parent: 15746 + parent: 16261 - type: Physics canCollide: False - type: InsideEntityStorage - proto: PlushieRGBee entities: - - uid: 27826 + - uid: 28560 components: - type: Transform pos: -27.441078,-83.574814 parent: 2 - - uid: 27827 + - uid: 28561 components: - type: Transform pos: -9.421619,23.504316 parent: 2 - proto: PlushieRouny entities: - - uid: 27828 + - uid: 28562 components: - type: Transform pos: -45.51687,-2.2675805 parent: 2 - - uid: 27829 + - uid: 28563 components: - type: MetaData desc: Руни который устал воевать за королеву и уснул. @@ -200896,7 +205743,7 @@ entities: rot: 1.5707963267948966 rad pos: -66.63435,-61.314606 parent: 2 - - uid: 27830 + - uid: 28564 components: - type: MetaData name: Василий @@ -200906,70 +205753,73 @@ entities: parent: 2 - proto: PlushieSharkPink entities: - - uid: 27303 + - uid: 28129 components: - type: Transform - parent: 27302 + parent: 28128 - type: Physics canCollide: False - - uid: 27644 + - uid: 28467 components: - type: Transform - parent: 27642 + parent: 28465 - type: Physics canCollide: False - type: InsideEntityStorage - proto: PlushieSnake entities: - - uid: 27832 + - uid: 28566 components: - type: Transform - parent: 27831 + parent: 28565 - type: Physics canCollide: False - type: InsideEntityStorage - proto: PlushieSpaceLizard entities: - - uid: 27833 + - uid: 28567 components: - type: Transform pos: -14.410862,-55.540924 parent: 2 - - uid: 27834 + - uid: 28568 components: - type: Transform pos: -17.383453,-30.390007 parent: 2 - - uid: 27835 + - uid: 28569 components: - type: Transform pos: -36.339783,-86.55919 parent: 2 - proto: PlushieXeno entities: - - uid: 27836 + - uid: 28570 components: - type: Transform - pos: 1.5,-48.5 + pos: -10.52525,-25.32727 parent: 2 - - uid: 27837 + - uid: 28571 components: - type: Transform - pos: -0.5,-47.5 + pos: 9.4972725,-52.178383 parent: 2 - - uid: 27838 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 28572 components: - type: Transform - pos: 0.5,-49.5 + pos: 2.4834993,-21.52346 parent: 2 - proto: PonderingOrb entities: - - uid: 27839 + - uid: 28573 components: - type: Transform pos: -37.555374,-100.469345 parent: 2 - - uid: 27840 + - uid: 28574 components: - type: Transform rot: 1.5707963267948966 rad @@ -200977,177 +205827,177 @@ entities: parent: 2 - proto: PortableFlasher entities: - - uid: 27841 + - uid: 28575 components: - type: Transform pos: 60.5,-17.5 parent: 2 - - uid: 27842 + - uid: 28576 components: - type: Transform pos: 60.5,-16.5 parent: 2 - - uid: 27843 + - uid: 28577 components: - type: Transform pos: 57.5,-21.5 parent: 2 - - uid: 27844 + - uid: 28578 components: - type: Transform pos: -78.5,-52.5 parent: 2 - - uid: 27845 + - uid: 28579 components: - type: Transform pos: -80.5,-52.5 parent: 2 - - uid: 27846 + - uid: 28580 components: - type: Transform pos: 62.5,-13.5 parent: 2 - - uid: 27847 + - uid: 28581 components: - type: Transform pos: 71.5,3.5 parent: 2 - proto: PortableGeneratorJrPacman entities: - - uid: 27848 + - uid: 28582 components: - type: Transform pos: -12.5,-61.5 parent: 2 - - uid: 27849 + - uid: 28583 components: - type: Transform pos: 25.5,-37.5 parent: 2 - - uid: 27850 + - uid: 28584 components: - type: Transform pos: 25.5,-38.5 parent: 2 - - uid: 27851 + - uid: 28585 components: - type: Transform pos: 46.5,-77.5 parent: 2 - - uid: 27852 + - uid: 28586 components: - type: Transform pos: -50.5,-88.5 parent: 2 - - uid: 27853 + - uid: 28587 components: - type: Transform pos: 45.5,-62.5 parent: 2 - - uid: 27854 + - uid: 28588 components: - type: Transform pos: 51.5,-86.5 parent: 2 - - uid: 27855 + - uid: 28589 components: - type: Transform pos: 37.5,35.5 parent: 2 - - uid: 27856 + - uid: 28590 components: - type: Transform pos: 38.5,35.5 parent: 2 - - uid: 27857 + - uid: 28591 components: - type: Transform pos: -55.5,-85.5 parent: 2 - - uid: 27858 + - uid: 28592 components: - type: Transform pos: -67.5,11.5 parent: 2 - - uid: 27859 + - uid: 28593 components: - type: Transform pos: -32.5,-19.5 parent: 2 - - uid: 27860 + - uid: 28594 components: - type: Transform pos: -51.5,-77.5 parent: 2 - - uid: 27861 + - uid: 28595 components: - type: Transform pos: -11.5,-83.5 parent: 2 - - uid: 27862 + - uid: 28596 components: - type: Transform pos: 108.5,-20.5 parent: 2 - proto: PortableGeneratorPacman entities: - - uid: 27863 + - uid: 28597 components: - type: Transform pos: -37.5,-115.5 parent: 2 - proto: PortableGeneratorSuperPacman entities: - - uid: 27864 + - uid: 28598 components: - type: Transform pos: 54.5,-65.5 parent: 2 - - uid: 27865 + - uid: 28599 components: - type: Transform pos: -69.5,-24.5 parent: 2 - proto: PortableScrubber entities: - - uid: 27866 + - uid: 28600 components: - type: Transform pos: 42.5,-49.5 parent: 2 - - uid: 27867 + - uid: 28601 components: - type: Transform pos: 42.5,-46.5 parent: 2 - - uid: 27868 + - uid: 28602 components: - type: Transform pos: 34.5,-47.5 parent: 2 - - uid: 27869 + - uid: 28603 components: - type: Transform pos: 34.5,-46.5 parent: 2 - - uid: 27870 + - uid: 28604 components: - type: Transform pos: 43.5,-86.5 parent: 2 - - uid: 27871 + - uid: 28605 components: - type: Transform pos: 43.5,-87.5 parent: 2 - proto: PosterBroken entities: - - uid: 27872 + - uid: 28606 components: - type: Transform pos: -38.5,19.5 parent: 2 - - uid: 27873 + - uid: 28607 components: - type: Transform rot: 3.141592653589793 rad @@ -201155,7 +206005,7 @@ entities: parent: 2 - proto: PosterContrabandAmbrosiaVulgaris entities: - - uid: 27874 + - uid: 28608 components: - type: Transform rot: 1.5707963267948966 rad @@ -201163,7 +206013,7 @@ entities: parent: 2 - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - - uid: 27875 + - uid: 28609 components: - type: Transform rot: 1.5707963267948966 rad @@ -201171,34 +206021,102 @@ entities: parent: 2 - proto: PosterContrabandBorgFancy entities: - - uid: 27876 + - uid: 28610 components: - type: Transform pos: -36.5,-56.5 parent: 2 + - uid: 28611 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 - proto: PosterContrabandClown entities: - - uid: 27877 + - uid: 28612 components: - type: Transform pos: -49.5,-107.5 parent: 2 - proto: PosterContrabandEAT entities: - - uid: 27878 + - uid: 28613 components: - type: Transform pos: 25.5,8.5 parent: 2 +- proto: PosterContrabandExoAcid + entities: + - uid: 28614 + components: + - type: Transform + pos: -12.5,-44.5 + parent: 2 + - uid: 28615 + components: + - type: Transform + pos: -2.5,-60.5 + parent: 2 + - uid: 28616 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 41339 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 +- proto: PosterContrabandExoChomp + entities: + - uid: 28617 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 + - uid: 41338 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 41340 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 +- proto: PosterContrabandExoRun + entities: + - uid: 28618 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 41337 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 41341 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 +- proto: PosterContrabandFreeDrone + entities: + - uid: 28619 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - - uid: 27879 + - uid: 28620 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,18.5 parent: 2 - - uid: 27880 + - uid: 28621 components: - type: Transform rot: -1.5707963267948966 rad @@ -201206,7 +206124,7 @@ entities: parent: 2 - proto: PosterContrabandFreeTonto entities: - - uid: 27881 + - uid: 28622 components: - type: Transform rot: -1.5707963267948966 rad @@ -201214,20 +206132,20 @@ entities: parent: 2 - proto: PosterContrabandHaveaPuff entities: - - uid: 27882 + - uid: 28623 components: - type: Transform pos: 35.5,24.5 parent: 2 - proto: PosterContrabandHighEffectEngineering entities: - - uid: 27883 + - uid: 28624 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-55.5 parent: 2 - - uid: 27884 + - uid: 28625 components: - type: Transform rot: 3.141592653589793 rad @@ -201235,82 +206153,69 @@ entities: parent: 2 - proto: PosterContrabandKudzu entities: - - uid: 27885 + - uid: 28626 components: - type: Transform pos: 34.5,16.5 parent: 2 - proto: PosterContrabandLamarr entities: - - uid: 27886 + - uid: 28627 components: - type: Transform pos: -38.5,-71.5 parent: 2 -- proto: PosterContrabandMaskedMen - entities: - - uid: 27887 - components: - - type: Transform - pos: -12.5,-49.5 - parent: 2 - proto: PosterContrabandNuclearDeviceInformational entities: - - uid: 27888 + - uid: 28628 components: - type: Transform pos: -1.5,-5.5 parent: 2 - proto: PosterContrabandPwrGame entities: - - uid: 27889 + - uid: 28629 components: - type: Transform pos: -60.5,13.5 parent: 2 - proto: PosterContrabandRealExomorph entities: - - uid: 27890 + - uid: 28630 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-22.5 parent: 2 - - uid: 27891 + - uid: 28631 components: - type: Transform pos: 38.5,-71.5 parent: 2 - proto: PosterContrabandRevolt entities: - - uid: 27892 + - uid: 28632 components: - type: Transform pos: -39.5,19.5 parent: 2 -- proto: PosterContrabandSpaceCube +- proto: PosterContrabandRouny entities: - - uid: 27893 + - uid: 28633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-40.5 + pos: 10.5,-57.5 parent: 2 - - uid: 27894 +- proto: PosterContrabandSpaceCube + entities: + - uid: 28634 components: - type: Transform pos: 33.5,-18.5 parent: 2 -- proto: PosterContrabandSyndicatePistol - entities: - - uid: 27895 - components: - - type: Transform - pos: -11.5,-44.5 - parent: 2 - proto: PosterContrabandTheBigGasTruth entities: - - uid: 27896 + - uid: 28635 components: - type: Transform rot: 1.5707963267948966 rad @@ -201318,77 +206223,71 @@ entities: parent: 2 - proto: PosterContrabandUnreadableAnnouncement entities: - - uid: 27897 + - uid: 28636 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-38.5 parent: 2 - - uid: 27898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-37.5 - parent: 2 - - uid: 27899 + - uid: 28637 components: - type: Transform pos: -12.5,-97.5 parent: 2 - proto: PosterLegit12Gauge entities: - - uid: 27900 + - uid: 28638 components: - type: Transform pos: 55.5,1.5 parent: 2 - - uid: 27901 + - uid: 28639 components: - type: Transform pos: 62.5,-20.5 parent: 2 - proto: PosterLegit50thAnniversaryVintageReprint entities: - - uid: 27902 + - uid: 28640 components: - type: Transform pos: -45.5,-62.5 parent: 2 - proto: PosterLegitAnatomyPoster entities: - - uid: 27903 + - uid: 28641 components: - type: Transform pos: -56.5,-18.5 parent: 2 - proto: PosterLegitBlessThisSpess entities: - - uid: 27904 + - uid: 28642 components: - type: Transform pos: 35.5,-56.5 parent: 2 - proto: PosterLegitBuild entities: - - uid: 27905 + - uid: 28643 components: - type: Transform pos: 44.5,-55.5 parent: 2 - proto: PosterLegitCarbonDioxide entities: - - uid: 27906 + - uid: 28644 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-50.5 parent: 2 - - uid: 27907 + - uid: 28645 components: - type: Transform pos: -49.5,-61.5 parent: 2 - - uid: 27908 + - uid: 28646 components: - type: Transform rot: -1.5707963267948966 rad @@ -201396,7 +206295,7 @@ entities: parent: 2 - proto: PosterLegitCarpMount entities: - - uid: 27909 + - uid: 28647 components: - type: Transform rot: -1.5707963267948966 rad @@ -201404,97 +206303,102 @@ entities: parent: 2 - proto: PosterLegitCleanliness entities: - - uid: 27910 + - uid: 28648 components: - type: Transform pos: 5.5,2.5 parent: 2 - - uid: 27911 + - uid: 28649 components: - type: Transform pos: -56.5,-21.5 parent: 2 - proto: PosterLegitHelpOthers entities: - - uid: 27912 + - uid: 28650 components: - type: Transform pos: -43.5,-20.5 parent: 2 - - uid: 27913 + - uid: 28651 components: - type: Transform pos: 61.5,-4.5 parent: 2 - proto: PosterLegitHereForYourSafety entities: - - uid: 27914 + - uid: 28652 components: - type: Transform pos: 42.5,-22.5 parent: 2 - proto: PosterLegitIonRifle entities: - - uid: 27915 + - uid: 28653 components: - type: Transform pos: 61.5,-10.5 parent: 2 - proto: PosterLegitJustAWeekAway entities: - - uid: 27916 + - uid: 28654 components: - type: Transform pos: -50.5,-23.5 parent: 2 - proto: PosterLegitMime entities: - - uid: 27917 + - uid: 28655 components: - type: Transform pos: 32.5,-14.5 parent: 2 - proto: PosterLegitNanotrasenLogo entities: - - uid: 27918 + - uid: 28656 components: - type: Transform pos: -16.5,8.5 parent: 2 - - uid: 27919 + - uid: 28657 components: - type: Transform pos: 54.5,1.5 parent: 2 - - uid: 27920 + - uid: 28658 components: - type: Transform pos: -1.5,-7.5 parent: 2 + - uid: 28659 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 - proto: PosterLegitPDAAd entities: - - uid: 27921 + - uid: 28660 components: - type: Transform pos: -1.5,6.5 parent: 2 - proto: PosterLegitPeriodicTable entities: - - uid: 27922 + - uid: 28661 components: - type: Transform pos: -39.5,-32.5 parent: 2 - proto: PosterLegitReportCrimes entities: - - uid: 27923 + - uid: 28662 components: - type: Transform pos: 38.5,-6.5 parent: 2 - proto: PosterLegitSafetyEyeProtection entities: - - uid: 27924 + - uid: 28663 components: - type: Transform rot: 3.141592653589793 rad @@ -201502,28 +206406,28 @@ entities: parent: 2 - proto: PosterLegitSafetyMothEpi entities: - - uid: 27925 + - uid: 28664 components: - type: Transform pos: -43.5,-23.5 parent: 2 - proto: PosterLegitSafetyMothHardhat entities: - - uid: 27926 + - uid: 28665 components: - type: Transform pos: 49.5,-61.5 parent: 2 - proto: PosterLegitSafetyMothMeth entities: - - uid: 27927 + - uid: 28666 components: - type: Transform pos: -33.5,-28.5 parent: 2 - proto: PosterLegitSafetyMothPiping entities: - - uid: 27928 + - uid: 28667 components: - type: Transform rot: 1.5707963267948966 rad @@ -201531,50 +206435,50 @@ entities: parent: 2 - proto: PosterLegitSafetyReport entities: - - uid: 27929 + - uid: 28668 components: - type: Transform pos: 54.5,-6.5 parent: 2 - proto: PosterLegitScience entities: - - uid: 27930 + - uid: 28669 components: - type: Transform pos: -45.5,-84.5 parent: 2 - proto: PosterLegitSecWatch entities: - - uid: 27931 + - uid: 28670 components: - type: Transform pos: -50.5,-45.5 parent: 2 - - uid: 27932 + - uid: 28671 components: - type: Transform pos: -1.5,-82.5 parent: 2 - - uid: 27933 + - uid: 28672 components: - type: Transform pos: 73.5,-12.5 parent: 2 - proto: PosterLegitStateLaws entities: - - uid: 27934 + - uid: 28673 components: - type: Transform pos: -33.5,-49.5 parent: 2 - - uid: 27935 + - uid: 28674 components: - type: Transform pos: 97.5,-85.5 parent: 2 - proto: PosterLegitThereIsNoGasGiant entities: - - uid: 27936 + - uid: 28675 components: - type: Transform rot: 1.5707963267948966 rad @@ -201582,327 +206486,290 @@ entities: parent: 2 - proto: PosterLegitVacation entities: - - uid: 27937 + - uid: 28676 components: - type: Transform pos: -8.5,-101.5 parent: 2 - proto: PottedPlant0 entities: - - uid: 27938 + - uid: 28677 components: - type: Transform pos: -7.5,6.5 parent: 2 - - uid: 27939 + - uid: 28678 components: - type: Transform pos: -15.5,3.5 parent: 2 - proto: PottedPlant1 entities: - - uid: 27940 + - uid: 28679 components: - type: Transform pos: -44.5,-78.5 parent: 2 - - uid: 27941 + - uid: 28680 components: - type: Transform pos: 25.5,-87.5 parent: 2 - - uid: 27942 + - uid: 28681 components: - type: Transform pos: 23.5,-73.5 parent: 2 - proto: PottedPlant10 entities: - - uid: 27943 - components: - - type: Transform - pos: -5.5,-51.5 - parent: 2 - - uid: 27944 + - uid: 28682 components: - type: Transform pos: -26.5,10.5 parent: 2 - - uid: 27945 + - uid: 28683 components: - type: Transform pos: -53.5,-25.5 parent: 2 - - uid: 27946 + - uid: 28684 components: - type: Transform pos: 83.5,-42.5 parent: 2 - - uid: 27947 + - uid: 28685 components: - type: Transform pos: -55.5,-47.5 parent: 2 - proto: PottedPlant11 entities: - - uid: 27948 + - uid: 28686 components: - type: Transform pos: 9.5,13.5 parent: 2 - proto: PottedPlant12 entities: - - uid: 27949 + - uid: 28687 components: - type: Transform pos: -68.5,-39.5 parent: 2 - - uid: 27950 + - uid: 28688 components: - type: Transform pos: -17.5,-107.5 parent: 2 - proto: PottedPlant13 entities: - - uid: 27951 + - uid: 28689 components: - type: Transform pos: 96.5,-38.5 parent: 2 - - uid: 27952 + - uid: 28690 components: - type: Transform pos: 28.5,-81.5 parent: 2 -- proto: PottedPlant14 - entities: - - uid: 27953 + - uid: 28691 components: - type: Transform - pos: -3.5,-55.5 + pos: -15.5,-32.5 parent: 2 - - uid: 27954 +- proto: PottedPlant14 + entities: + - uid: 28692 components: - type: Transform pos: 93.5,-24.5 parent: 2 - - uid: 27955 + - uid: 28693 components: - type: Transform pos: -18.5,-101.5 parent: 2 + - uid: 28694 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 - proto: PottedPlant15 entities: - - uid: 27956 + - uid: 28695 components: - type: Transform pos: -29.5,-34.5 parent: 2 - - uid: 27957 + - uid: 28696 components: - type: Transform pos: 30.5,-68.5 parent: 2 - - uid: 27958 + - uid: 28697 components: - type: Transform pos: 48.5,-11.5 parent: 2 - proto: PottedPlant16 entities: - - uid: 27959 + - uid: 28698 components: - type: Transform pos: -34.5,-40.5 parent: 2 - - uid: 27960 + - uid: 28699 components: - type: Transform pos: -51.5,-3.5 parent: 2 - - uid: 27961 + - uid: 28700 components: - type: Transform pos: -46.5,-117.5 parent: 2 - proto: PottedPlant17 entities: - - uid: 27962 + - uid: 28701 components: - type: Transform pos: -7.5,8.5 parent: 2 - proto: PottedPlant18 entities: - - uid: 27963 + - uid: 28702 components: - type: Transform pos: -70.5,-45.5 parent: 2 - proto: PottedPlant2 entities: - - uid: 27964 + - uid: 28703 components: - type: Transform pos: 3.5,11.5 parent: 2 - - uid: 27965 + - uid: 28704 components: - type: Transform pos: -48.5,-18.5 parent: 2 - proto: PottedPlant21 entities: - - uid: 27966 - components: - - type: Transform - pos: -3.5,-53.5 - parent: 2 - - uid: 27967 + - uid: 28705 components: - type: Transform pos: 49.5,13.5 parent: 2 - - uid: 27968 + - uid: 28706 components: - type: Transform pos: 65.5,-5.5 parent: 2 - - uid: 27969 + - uid: 28707 components: - type: Transform pos: 56.5,-7.5 parent: 2 - proto: PottedPlant22 entities: - - uid: 27970 - components: - - type: Transform - pos: 1.5,-49.5 - parent: 2 - - uid: 27971 - components: - - type: Transform - pos: -0.5,-48.5 - parent: 2 - - uid: 27972 + - uid: 28708 components: - type: Transform pos: -2.5,-90.5 parent: 2 - - uid: 27973 + - uid: 28709 components: - type: Transform pos: -60.5,-4.5 parent: 2 - proto: PottedPlant23 entities: - - uid: 27974 + - uid: 28710 components: - type: Transform pos: -39.5,-12.5 parent: 2 - proto: PottedPlant26 entities: - - uid: 27975 + - uid: 28711 components: - type: Transform pos: 29.5,-75.5 parent: 2 - proto: PottedPlant3 entities: - - uid: 27976 + - uid: 28712 components: - type: Transform pos: 3.5,6.5 parent: 2 - proto: PottedPlant4 entities: - - uid: 27977 + - uid: 28713 components: - type: Transform pos: 81.5,-20.5 parent: 2 - proto: PottedPlant5 entities: - - uid: 27978 + - uid: 28714 components: - type: Transform pos: -30.5,-10.5 parent: 2 - proto: PottedPlant6 entities: - - uid: 27979 - components: - - type: Transform - pos: -4.5,-53.5 - parent: 2 - - uid: 27980 + - uid: 28715 components: - type: Transform pos: -65.5,9.5 parent: 2 -- proto: PottedPlant7 - entities: - - uid: 27981 - components: - - type: Transform - pos: -5.5,-53.5 - parent: 2 - proto: PottedPlant8 entities: - - uid: 27982 + - uid: 28716 components: - type: Transform pos: -11.5,7.5 parent: 2 - - uid: 27983 + - uid: 28717 components: - type: Transform pos: -0.5,-93.5 parent: 2 - proto: PottedPlantAlt0 entities: - - uid: 27984 - components: - - type: Transform - pos: -5.5,-52.5 - parent: 2 - - uid: 27985 + - uid: 28718 components: - type: Transform pos: -26.5,14.5 parent: 2 - - uid: 27986 + - uid: 28719 components: - type: Transform pos: 52.5,-71.5 parent: 2 - - uid: 27987 + - uid: 28720 components: - type: Transform pos: 93.5,-38.5 parent: 2 - - uid: 27988 + - uid: 28721 components: - type: Transform pos: -29.5,-52.5 parent: 2 - proto: PottedPlantAlt1 entities: - - uid: 27989 + - uid: 28722 components: - type: Transform pos: 59.5,1.5 parent: 2 - proto: PottedPlantAlt2 entities: - - uid: 27990 - components: - - type: Transform - pos: -3.5,-57.5 - parent: 2 - - uid: 27991 + - uid: 28723 components: - type: Transform pos: 75.5,-6.5 @@ -201912,381 +206779,344 @@ entities: stash: !type:ContainerSlot showEnts: False occludes: True - ent: 27992 + ent: 28724 - proto: PottedPlantAlt3 entities: - - uid: 27993 - components: - - type: Transform - pos: -3.5,-54.5 - parent: 2 - - uid: 27994 + - uid: 28725 components: - type: Transform pos: 54.5,11.5 parent: 2 - - uid: 27995 + - uid: 28726 components: - type: Transform pos: 54.5,-11.5 parent: 2 - - uid: 27996 + - uid: 28727 components: - type: Transform pos: 37.5,-23.5 parent: 2 - - uid: 27997 + - uid: 28728 components: - type: Transform pos: 2.5,27.5 parent: 2 - - uid: 27998 + - uid: 28729 components: - type: Transform pos: -53.5,-29.5 parent: 2 - - uid: 27999 + - uid: 28730 components: - type: Transform pos: -39.5,-57.5 parent: 2 - proto: PottedPlantAlt5 entities: - - uid: 28000 + - uid: 28731 components: - type: Transform pos: -66.5,-45.5 parent: 2 -- proto: PottedPlantAlt6 - entities: - - uid: 28001 - components: - - type: Transform - pos: -3.5,-56.5 - parent: 2 - proto: PottedPlantAlt7 entities: - - uid: 28002 + - uid: 28732 components: - type: Transform pos: 52.5,-5.5 parent: 2 - proto: PottedPlantAlt8 entities: - - uid: 28003 + - uid: 28733 components: - type: Transform pos: 46.5,-1.5 parent: 2 - - uid: 28004 + - uid: 28734 components: - type: Transform pos: -16.5,-106.5 parent: 2 - proto: PottedPlantBioluminscent entities: - - uid: 28005 + - uid: 28735 components: - type: Transform pos: 6.5,19.5 parent: 2 - - uid: 28006 + - uid: 28736 components: - type: Transform pos: 96.5,-24.5 parent: 2 - - uid: 28007 + - uid: 28737 components: - type: Transform pos: -44.5,-58.5 parent: 2 - proto: PottedPlantRandom entities: - - uid: 28008 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 28009 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 28010 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - uid: 28011 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 2 - - uid: 28012 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 2 - - uid: 28013 + - uid: 28738 components: - type: Transform pos: 8.5,11.5 parent: 2 - - uid: 28014 + - uid: 28739 components: - type: Transform pos: 42.5,-62.5 parent: 2 - - uid: 28015 + - uid: 28740 components: - type: Transform pos: -21.5,3.5 parent: 2 - - uid: 28016 + - uid: 28741 components: - type: Transform pos: -45.5,-16.5 parent: 2 - - uid: 28017 + - uid: 28742 components: - type: Transform pos: 2.5,-86.5 parent: 2 - - uid: 28018 + - uid: 28743 components: - type: Transform pos: 56.5,-73.5 parent: 2 - - uid: 28019 + - uid: 28744 components: - type: Transform pos: -41.5,-78.5 parent: 2 - - uid: 28020 + - uid: 28745 components: - type: Transform pos: -35.5,-96.5 parent: 2 - - uid: 28021 + - uid: 28746 components: - type: Transform pos: 60.5,-70.5 parent: 2 - - uid: 28022 + - uid: 28747 components: - type: Transform pos: 47.5,-72.5 parent: 2 - - uid: 28023 + - uid: 28748 components: - type: Transform pos: 47.5,-73.5 parent: 2 - - uid: 28024 + - uid: 28749 components: - type: Transform pos: 47.5,-74.5 parent: 2 - - uid: 28025 + - uid: 28750 components: - type: Transform pos: 47.5,-79.5 parent: 2 - - uid: 28026 + - uid: 28751 components: - type: Transform pos: 51.5,-84.5 parent: 2 - - uid: 28027 + - uid: 28752 components: - type: Transform pos: -53.5,-45.5 parent: 2 - - uid: 28028 + - uid: 28753 components: - type: Transform pos: -34.5,-57.5 parent: 2 - - uid: 28029 + - uid: 28754 components: - type: Transform pos: 4.5,-93.5 parent: 2 - - uid: 28030 + - uid: 28755 components: - type: Transform pos: -8.5,-91.5 parent: 2 - - uid: 28031 + - uid: 28756 components: - type: Transform pos: -47.5,-52.5 parent: 2 - - uid: 28032 + - uid: 28757 components: - type: Transform pos: -65.5,-41.5 parent: 2 - - uid: 28033 + - uid: 28758 components: - type: Transform pos: -63.5,-39.5 parent: 2 - - uid: 28034 + - uid: 28759 components: - type: Transform pos: -75.5,-47.5 parent: 2 - - uid: 28035 + - uid: 28760 components: - type: Transform pos: 7.5,15.5 parent: 2 - - uid: 28036 + - uid: 28761 components: - type: Transform pos: 6.5,25.5 parent: 2 - - uid: 28037 + - uid: 28762 components: - type: Transform pos: 9.5,6.5 parent: 2 - - uid: 28038 + - uid: 28763 components: - type: Transform pos: 5.5,-99.5 parent: 2 - - uid: 28039 + - uid: 28764 components: - type: Transform pos: -27.5,-0.5 parent: 2 - - uid: 28040 + - uid: 28765 components: - type: Transform pos: -31.5,10.5 parent: 2 - - uid: 28041 + - uid: 28766 components: - type: Transform pos: -33.5,3.5 parent: 2 - - uid: 28042 + - uid: 28767 components: - type: Transform pos: -24.5,12.5 parent: 2 - - uid: 28043 + - uid: 28768 components: - type: Transform pos: -66.5,-26.5 parent: 2 - - uid: 28044 + - uid: 28769 components: - type: Transform pos: -52.5,13.5 parent: 2 - - uid: 28045 + - uid: 28770 components: - type: Transform pos: -44.5,11.5 parent: 2 - - uid: 28046 + - uid: 28771 components: - type: Transform pos: -57.5,-47.5 parent: 2 - - uid: 28047 + - uid: 28772 components: - type: Transform pos: -40.5,-14.5 parent: 2 - - uid: 28048 + - uid: 28773 components: - type: Transform pos: -47.5,-85.5 parent: 2 - - uid: 28049 + - uid: 28774 components: - type: Transform pos: -5.5,25.5 parent: 2 - - uid: 28050 + - uid: 28775 components: - type: Transform pos: -61.5,1.5 parent: 2 - - uid: 28051 + - uid: 28776 components: - type: Transform pos: -86.5,4.5 parent: 2 - - uid: 28052 + - uid: 28777 components: - type: Transform pos: -81.5,-5.5 parent: 2 - - uid: 28053 + - uid: 28778 components: - type: Transform pos: -49.5,-38.5 parent: 2 - - uid: 28054 + - uid: 28779 components: - type: Transform pos: -80.5,-23.5 parent: 2 - - uid: 28055 + - uid: 28780 components: - type: Transform pos: -33.5,5.5 parent: 2 - - uid: 28056 + - uid: 28781 components: - type: Transform pos: -9.5,-86.5 parent: 2 - - uid: 28057 + - uid: 28782 components: - type: Transform pos: -7.5,19.5 parent: 2 - - uid: 28058 + - uid: 28783 components: - type: Transform pos: -30.5,-98.5 parent: 2 - proto: PottedPlantRandomPlastic entities: - - uid: 28059 + - uid: 28784 components: - type: Transform pos: -60.5,-68.5 parent: 2 - - uid: 28060 + - uid: 28785 components: - type: Transform pos: 102.5,-20.5 parent: 2 - - uid: 28061 + - uid: 28786 components: - type: Transform pos: 102.5,-24.5 parent: 2 - - uid: 28062 + - uid: 28787 components: - type: Transform pos: 102.5,-38.5 parent: 2 - - uid: 28063 + - uid: 28788 components: - type: Transform pos: -64.5,-78.5 parent: 2 - proto: PottedPlantRD entities: - - uid: 28064 + - uid: 28789 components: - type: MetaData desc: Выглядит не очень здоровым... @@ -202296,12 +207126,12 @@ entities: parent: 2 missingComponents: - StealTarget - - uid: 28065 + - uid: 28790 components: - type: Transform pos: -37.5,-67.5 parent: 2 - - uid: 28066 + - uid: 28791 components: - type: MetaData desc: Выглядит не очень здоровым... @@ -202313,10 +207143,10 @@ entities: - StealTarget - proto: PowerCellAntiqueProto entities: - - uid: 28067 + - uid: 28792 components: - type: Transform - pos: 11.624416,-31.51051 + pos: -5.345755,-22.412745 parent: 2 - proto: PowerCellPotato entities: @@ -202338,2650 +207168,2421 @@ entities: ent: 55 - proto: PowerCellRecharger entities: - - uid: 28068 + - uid: 28793 components: - type: Transform pos: 4.5,-4.5 parent: 2 - - uid: 28069 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - uid: 28070 + - uid: 28794 components: - type: Transform pos: 41.5,-22.5 parent: 2 - - uid: 28071 + - uid: 28795 components: - type: Transform pos: -49.5,-20.5 parent: 2 - - uid: 28072 + - uid: 28796 components: - type: Transform pos: -76.5,-42.5 parent: 2 - - uid: 28073 + - uid: 28797 components: - type: Transform pos: 57.5,-71.5 parent: 2 - - uid: 28074 + - uid: 28798 components: - type: Transform pos: 50.5,-46.5 parent: 2 - - uid: 28075 + - uid: 28799 components: - type: Transform pos: -8.5,24.5 parent: 2 - - uid: 28076 + - uid: 28800 components: - type: Transform pos: -53.5,13.5 parent: 2 - - uid: 28077 + - uid: 28801 components: - type: Transform pos: -38.5,-51.5 parent: 2 - - uid: 28078 + - uid: 28802 components: - type: Transform pos: 49.5,-60.5 parent: 2 - - uid: 28079 + - uid: 28803 components: - type: Transform pos: -34.5,-98.5 parent: 2 - - uid: 28080 + - uid: 28804 components: - type: Transform pos: -56.5,-40.5 parent: 2 - - uid: 28081 + - uid: 28805 components: - type: Transform pos: 48.5,22.5 parent: 2 - - uid: 28082 + - uid: 28806 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-80.5 parent: 2 - - uid: 28083 + - uid: 28807 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-25.5 parent: 2 - - uid: 28084 + - uid: 28808 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-5.5 parent: 2 - - uid: 28085 + - uid: 28809 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,42.5 parent: 2 - - uid: 28086 + - uid: 28810 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-78.5 parent: 2 - - uid: 28087 + - uid: 28811 components: - type: Transform pos: -63.5,-71.5 parent: 2 + - uid: 28812 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 - proto: PowerCellSmall entities: - - uid: 28088 + - uid: 28813 components: - type: Transform pos: -49.382027,-20.295181 parent: 2 - - uid: 28089 + - uid: 28814 components: - type: Transform pos: 49.603954,-60.333042 parent: 2 - - uid: 28090 + - uid: 28815 components: - type: Transform pos: -38.384167,-51.38693 parent: 2 - proto: PoweredDimSmallLight entities: - - uid: 28091 + - uid: 28816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-32.5 + parent: 2 + - uid: 28817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-36.5 + parent: 2 + - uid: 28818 components: - type: Transform rot: 3.141592653589793 rad pos: 89.5,-54.5 parent: 2 - - uid: 28092 + - uid: 28819 components: - type: Transform rot: 1.5707963267948966 rad pos: 93.5,-52.5 parent: 2 - - uid: 28093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-27.5 - parent: 2 - - uid: 28094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-54.5 - parent: 2 - - uid: 28095 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 28096 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - - uid: 28097 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 28098 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 28099 - components: - - type: Transform - pos: -7.5,-46.5 - parent: 2 - - uid: 28100 - components: - - type: Transform - pos: 8.5,-46.5 - parent: 2 - - uid: 28101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-52.5 - parent: 2 - - uid: 28102 + - uid: 28820 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-52.5 parent: 2 - - uid: 28103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-46.5 - parent: 2 - - uid: 28104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-47.5 - parent: 2 - - uid: 28105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-52.5 - parent: 2 - - uid: 28106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-57.5 - parent: 2 - - uid: 28107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-54.5 - parent: 2 - - uid: 28108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-48.5 - parent: 2 - - uid: 28109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-47.5 - parent: 2 - - uid: 28110 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 2 - - uid: 28111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-27.5 - parent: 2 - - uid: 28112 - components: - - type: Transform - pos: -12.5,-26.5 - parent: 2 - - uid: 28113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-44.5 - parent: 2 - - uid: 28114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-42.5 - parent: 2 - - uid: 28115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-42.5 - parent: 2 - - uid: 28116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-28.5 - parent: 2 - - uid: 28117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-31.5 - parent: 2 - - uid: 28118 - components: - - type: Transform - pos: 13.5,-38.5 - parent: 2 - - uid: 28119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-43.5 - parent: 2 - - uid: 28120 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - - uid: 28121 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 28122 + - uid: 28821 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-36.5 parent: 2 - - uid: 28123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-40.5 - parent: 2 - - uid: 28124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-41.5 - parent: 2 - - uid: 28125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-37.5 - parent: 2 - - uid: 28126 - components: - - type: Transform - pos: 15.5,-49.5 - parent: 2 - - uid: 28127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-58.5 - parent: 2 - - uid: 28128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-55.5 - parent: 2 - - uid: 28129 + - uid: 28822 components: - type: Transform pos: 7.5,-22.5 parent: 2 - - uid: 28130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-58.5 - parent: 2 - - uid: 28131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-58.5 - parent: 2 - - uid: 28132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-54.5 - parent: 2 - - uid: 28133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-33.5 - parent: 2 - - uid: 28134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-52.5 - parent: 2 - - uid: 28135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-35.5 - parent: 2 - - uid: 28136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-19.5 - parent: 2 - - uid: 28137 + - uid: 28823 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-19.5 parent: 2 - - uid: 28138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - uid: 28139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-28.5 - parent: 2 - - uid: 28140 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 2 - - uid: 28141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-37.5 - parent: 2 - - uid: 28142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-35.5 - parent: 2 - - uid: 28143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-35.5 - parent: 2 - - uid: 28144 + - uid: 28824 components: - type: Transform pos: -5.5,-22.5 parent: 2 - - uid: 28145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-30.5 - parent: 2 - - uid: 28146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-36.5 - parent: 2 - - uid: 28147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-36.5 - parent: 2 - - uid: 28148 + - uid: 28825 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-36.5 parent: 2 - - uid: 28149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - uid: 28150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-43.5 - parent: 2 - - uid: 28151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-46.5 - parent: 2 - - uid: 28152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-49.5 - parent: 2 - - uid: 28153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-41.5 - parent: 2 - - uid: 28154 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 28155 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - uid: 28156 + - uid: 28826 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-35.5 parent: 2 - - uid: 28157 + - uid: 28827 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-102.5 parent: 2 - - uid: 28158 + - uid: 28828 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-55.5 parent: 2 - - uid: 28159 + - uid: 28829 components: - type: Transform pos: -43.5,-105.5 parent: 2 - - uid: 28160 + - uid: 28830 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-106.5 parent: 2 - - uid: 28161 + - uid: 28831 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-118.5 parent: 2 - - uid: 28162 + - uid: 28832 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-106.5 parent: 2 - - uid: 28163 + - uid: 28833 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.5,-58.5 parent: 2 - - uid: 28164 + - uid: 28834 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-110.5 parent: 2 - - uid: 28165 + - uid: 28835 components: - type: Transform pos: -47.5,-119.5 parent: 2 - - uid: 28166 + - uid: 28836 components: - type: Transform pos: -34.5,-109.5 parent: 2 - - uid: 28167 + - uid: 28837 components: - type: Transform pos: 34.5,35.5 parent: 2 - - uid: 28168 + - uid: 28838 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-79.5 parent: 2 - - uid: 28169 + - uid: 28839 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,30.5 parent: 2 - - uid: 28170 + - uid: 28840 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,27.5 parent: 2 - - uid: 28171 + - uid: 28841 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,28.5 parent: 2 - - uid: 28172 + - uid: 28842 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,24.5 parent: 2 - - uid: 28173 + - uid: 28843 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,15.5 parent: 2 - - uid: 28174 + - uid: 28844 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-120.5 parent: 2 - - uid: 28175 + - uid: 28845 components: - type: Transform pos: 84.5,6.5 parent: 2 - - uid: 28176 + - uid: 28846 components: - type: Transform pos: -2.5,-102.5 parent: 2 - - uid: 28177 + - uid: 28847 components: - type: Transform pos: -56.5,-129.5 parent: 2 + - uid: 28848 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 28849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-29.5 + parent: 2 + - uid: 28850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-39.5 + parent: 2 + - uid: 28851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-35.5 + parent: 2 + - uid: 28852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-48.5 + parent: 2 + - uid: 28853 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 28854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-49.5 + parent: 2 + - uid: 28855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-53.5 + parent: 2 + - uid: 28856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-53.5 + parent: 2 + - uid: 28857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-31.5 + parent: 2 - proto: PoweredLEDSmallLight entities: - - uid: 28178 + - uid: 28858 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,3.5 parent: 2 - - uid: 28179 + - uid: 28859 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,10.5 parent: 2 - - uid: 28180 + - uid: 28860 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,5.5 parent: 2 - - uid: 28181 + - uid: 28861 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-0.5 parent: 2 - - uid: 28182 + - uid: 28862 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-8.5 parent: 2 - - uid: 28183 + - uid: 28863 components: - type: Transform pos: 25.5,-40.5 parent: 2 - - uid: 28184 + - uid: 28864 components: - type: Transform pos: 29.5,-40.5 parent: 2 - - uid: 28185 + - uid: 28865 components: - type: Transform pos: -2.5,-6.5 parent: 2 - - uid: 28186 + - uid: 28866 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 2 - - uid: 28187 + - uid: 28867 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-41.5 parent: 2 - - uid: 28188 + - uid: 28868 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-19.5 parent: 2 - - uid: 28189 + - uid: 28869 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-105.5 parent: 2 - - uid: 28190 + - uid: 28870 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-106.5 parent: 2 - - uid: 28191 + - uid: 28871 components: - type: Transform pos: -6.5,-98.5 parent: 2 - - uid: 28192 + - uid: 28872 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-100.5 parent: 2 - - uid: 28193 + - uid: 28873 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-98.5 parent: 2 - - uid: 28194 + - uid: 28874 components: - type: Transform pos: 107.5,-18.5 parent: 2 - - uid: 28195 + - uid: 28875 components: - type: Transform rot: 3.141592653589793 rad pos: 108.5,-22.5 parent: 2 - - uid: 28196 + - uid: 28876 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,9.5 parent: 2 - - uid: 28197 + - uid: 28877 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,2.5 parent: 2 + - uid: 28878 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 28879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-52.5 + parent: 2 + - uid: 28880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-54.5 + parent: 2 + - uid: 28881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-56.5 + parent: 2 + - uid: 28882 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 - proto: Poweredlight entities: - - uid: 28198 + - uid: 28883 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,16.5 parent: 2 - - uid: 28199 + - uid: 28884 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-11.5 parent: 2 - - uid: 28200 + - uid: 28885 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-104.5 parent: 2 - - uid: 28201 + - uid: 28886 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,7.5 parent: 2 - - uid: 28202 + - uid: 28887 components: - type: Transform pos: 48.5,-46.5 parent: 2 - - uid: 28203 + - uid: 28888 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,0.5 parent: 2 - - uid: 28204 + - uid: 28889 components: - type: Transform pos: 60.5,11.5 parent: 2 - - uid: 28205 + - uid: 28890 components: - type: Transform pos: 56.5,15.5 parent: 2 - - uid: 28206 + - uid: 28891 components: - type: Transform pos: 67.5,11.5 parent: 2 - - uid: 28207 + - uid: 28892 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,7.5 parent: 2 - - uid: 28208 + - uid: 28893 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-19.5 parent: 2 - - uid: 28209 + - uid: 28894 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,7.5 parent: 2 - - uid: 28210 + - uid: 28895 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-23.5 parent: 2 - - uid: 28211 + - uid: 28896 components: - type: Transform pos: 60.5,5.5 parent: 2 - - uid: 28212 + - uid: 28897 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-8.5 parent: 2 - - uid: 28213 + - uid: 28898 components: - type: Transform pos: 64.5,11.5 parent: 2 - - uid: 28214 + - uid: 28899 components: - type: Transform pos: 64.5,5.5 parent: 2 - - uid: 28215 + - uid: 28900 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,13.5 parent: 2 - - uid: 28216 + - uid: 28901 components: - type: Transform pos: 54.5,-17.5 parent: 2 - - uid: 28217 + - uid: 28902 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,7.5 parent: 2 - - uid: 28218 + - uid: 28903 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,13.5 parent: 2 - - uid: 28219 + - uid: 28904 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-20.5 parent: 2 - - uid: 28220 + - uid: 28905 components: - type: Transform pos: 58.5,-17.5 parent: 2 - - uid: 28221 + - uid: 28906 components: - type: Transform pos: 64.5,-1.5 parent: 2 - - uid: 28222 + - uid: 28907 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-25.5 parent: 2 - - uid: 28223 + - uid: 28908 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-22.5 parent: 2 - - uid: 28224 + - uid: 28909 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-5.5 parent: 2 - - uid: 28225 + - uid: 28910 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,0.5 parent: 2 - - uid: 28226 + - uid: 28911 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,3.5 parent: 2 - - uid: 28227 + - uid: 28912 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,3.5 parent: 2 - - uid: 28228 + - uid: 28913 components: - type: Transform pos: 78.5,1.5 parent: 2 - - uid: 28229 + - uid: 28914 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-5.5 parent: 2 - - uid: 28230 + - uid: 28915 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-1.5 parent: 2 - - uid: 28231 + - uid: 28916 components: - type: Transform pos: 86.5,1.5 parent: 2 - - uid: 28232 + - uid: 28917 components: - type: Transform pos: 47.5,16.5 parent: 2 - - uid: 28233 + - uid: 28918 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,8.5 parent: 2 - - uid: 28234 + - uid: 28919 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-103.5 parent: 2 - - uid: 28235 + - uid: 28920 components: - type: Transform pos: -38.5,-97.5 parent: 2 - - uid: 28236 + - uid: 28921 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-73.5 parent: 2 - - uid: 28237 + - uid: 28922 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-79.5 parent: 2 - - uid: 28238 + - uid: 28923 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-75.5 parent: 2 - - uid: 28239 + - uid: 28924 components: - type: Transform pos: -49.5,-8.5 parent: 2 - - uid: 28240 + - uid: 28925 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,10.5 parent: 2 - - uid: 28241 + - uid: 28926 components: - type: Transform pos: 78.5,-52.5 parent: 2 - - uid: 28242 + - uid: 28927 components: - type: Transform pos: 74.5,-52.5 parent: 2 - - uid: 28243 + - uid: 28928 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-13.5 parent: 2 - - uid: 28244 + - uid: 28929 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-61.5 parent: 2 - - uid: 28245 + - uid: 28930 components: - type: Transform rot: -1.5707963267948966 rad pos: 81.5,-57.5 parent: 2 - - uid: 28246 + - uid: 28931 components: - type: Transform rot: -1.5707963267948966 rad pos: 81.5,-61.5 parent: 2 - - uid: 28247 + - uid: 28932 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-66.5 parent: 2 - - uid: 28248 + - uid: 28933 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-66.5 parent: 2 - - uid: 28249 + - uid: 28934 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-61.5 parent: 2 - - uid: 28250 + - uid: 28935 components: - type: Transform pos: 85.5,-57.5 parent: 2 - - uid: 28251 + - uid: 28936 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-57.5 parent: 2 - - uid: 28252 + - uid: 28937 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-32.5 parent: 2 - - uid: 28253 + - uid: 28938 components: - type: Transform pos: -29.5,-80.5 parent: 2 - - uid: 28254 + - uid: 28939 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-79.5 parent: 2 - - uid: 28255 + - uid: 28940 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-1.5 parent: 2 - - uid: 28256 + - uid: 28941 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-6.5 parent: 2 - - uid: 28257 + - uid: 28942 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,7.5 parent: 2 - - uid: 28258 + - uid: 28943 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,2.5 parent: 2 - - uid: 28259 + - uid: 28944 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,14.5 parent: 2 - - uid: 28260 + - uid: 28945 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-10.5 parent: 2 - - uid: 28261 + - uid: 28946 components: - type: Transform pos: -35.5,-25.5 parent: 2 - - uid: 28262 + - uid: 28947 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,4.5 parent: 2 - - uid: 28263 + - uid: 28948 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-36.5 parent: 2 - - uid: 28264 + - uid: 28949 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,12.5 parent: 2 - - uid: 28265 + - uid: 28950 components: - type: Transform pos: -56.5,-27.5 parent: 2 - - uid: 28266 + - uid: 28951 components: - type: Transform pos: -48.5,-68.5 parent: 2 - - uid: 28267 + - uid: 28952 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-39.5 parent: 2 - - uid: 28268 + - uid: 28953 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-92.5 parent: 2 - - uid: 28269 + - uid: 28954 components: - type: Transform pos: 8.5,-86.5 parent: 2 - - uid: 28270 + - uid: 28955 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-42.5 parent: 2 - - uid: 28271 + - uid: 28956 components: - type: Transform pos: 82.5,-20.5 parent: 2 - - uid: 28272 + - uid: 28957 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-33.5 parent: 2 - - uid: 28273 + - uid: 28958 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-23.5 parent: 2 - - uid: 28274 + - uid: 28959 components: - type: Transform rot: 3.141592653589793 rad pos: 92.5,-41.5 parent: 2 - - uid: 28275 + - uid: 28960 components: - type: Transform pos: 46.5,-31.5 parent: 2 - - uid: 28276 + - uid: 28961 components: - type: Transform pos: 92.5,-21.5 parent: 2 - - uid: 28277 + - uid: 28962 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-31.5 parent: 2 - - uid: 28278 + - uid: 28963 components: - type: Transform pos: 62.5,-31.5 parent: 2 - - uid: 28279 + - uid: 28964 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-43.5 parent: 2 - - uid: 28280 + - uid: 28965 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-102.5 parent: 2 - - uid: 28281 + - uid: 28966 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-49.5 parent: 2 - - uid: 28282 + - uid: 28967 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-55.5 parent: 2 - - uid: 28283 + - uid: 28968 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-59.5 parent: 2 - - uid: 28284 + - uid: 28969 components: - type: Transform pos: 51.5,-50.5 parent: 2 - - uid: 28285 + - uid: 28970 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-60.5 parent: 2 - - uid: 28286 + - uid: 28971 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-58.5 parent: 2 - - uid: 28287 + - uid: 28972 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-53.5 parent: 2 - - uid: 28288 + - uid: 28973 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-53.5 parent: 2 - - uid: 28289 + - uid: 28974 components: - type: Transform pos: 37.5,-31.5 parent: 2 - - uid: 28290 + - uid: 28975 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-73.5 parent: 2 - - uid: 28291 + - uid: 28976 components: - type: Transform pos: 64.5,-56.5 parent: 2 - - uid: 28292 + - uid: 28977 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-62.5 parent: 2 - - uid: 28293 + - uid: 28978 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-63.5 parent: 2 - - uid: 28294 + - uid: 28979 components: - type: Transform pos: 53.5,-62.5 parent: 2 - - uid: 28295 + - uid: 28980 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-66.5 parent: 2 - - uid: 28296 + - uid: 28981 components: - type: Transform pos: 49.5,-68.5 parent: 2 - - uid: 28297 + - uid: 28982 components: - type: Transform pos: 59.5,-68.5 parent: 2 - - uid: 28298 + - uid: 28983 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-73.5 parent: 2 - - uid: 28299 + - uid: 28984 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-77.5 parent: 2 - - uid: 28300 + - uid: 28985 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-81.5 parent: 2 - - uid: 28301 + - uid: 28986 components: - type: Transform pos: 55.5,-78.5 parent: 2 - - uid: 28302 + - uid: 28987 components: - type: Transform pos: 50.5,-86.5 parent: 2 - - uid: 28303 + - uid: 28988 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-92.5 parent: 2 - - uid: 28304 + - uid: 28989 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-91.5 parent: 2 - - uid: 28305 + - uid: 28990 components: - type: Transform pos: 39.5,-46.5 parent: 2 - - uid: 28306 + - uid: 28991 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-51.5 parent: 2 - - uid: 28307 + - uid: 28992 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-28.5 parent: 2 - - uid: 28308 + - uid: 28993 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-25.5 parent: 2 - - uid: 28309 + - uid: 28994 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-26.5 parent: 2 - - uid: 28310 + - uid: 28995 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-34.5 parent: 2 - - uid: 28311 + - uid: 28996 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-33.5 parent: 2 - - uid: 28312 + - uid: 28997 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-42.5 parent: 2 - - uid: 28313 + - uid: 28998 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-56.5 parent: 2 - - uid: 28314 + - uid: 28999 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-63.5 parent: 2 - - uid: 28315 + - uid: 29000 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-50.5 parent: 2 - - uid: 28316 + - uid: 29001 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-76.5 parent: 2 - - uid: 28317 + - uid: 29002 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-71.5 parent: 2 - - uid: 28318 + - uid: 29003 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-76.5 parent: 2 - - uid: 28319 + - uid: 29004 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-73.5 parent: 2 - - uid: 28320 + - uid: 29005 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-79.5 parent: 2 - - uid: 28321 + - uid: 29006 components: - type: Transform pos: -6.5,-83.5 parent: 2 - - uid: 28322 + - uid: 29007 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-91.5 parent: 2 - - uid: 28323 + - uid: 29008 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-88.5 parent: 2 - - uid: 28324 + - uid: 29009 components: - type: Transform pos: 13.5,-86.5 parent: 2 - - uid: 28325 + - uid: 29010 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-84.5 parent: 2 - - uid: 28326 + - uid: 29011 components: - type: Transform pos: 5.5,-78.5 parent: 2 - - uid: 28327 + - uid: 29012 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-82.5 parent: 2 - - uid: 28328 + - uid: 29013 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-94.5 parent: 2 - - uid: 28329 + - uid: 29014 components: - type: Transform pos: 34.5,-57.5 parent: 2 - - uid: 28330 + - uid: 29015 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-63.5 parent: 2 - - uid: 28331 + - uid: 29016 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-23.5 parent: 2 - - uid: 28332 + - uid: 29017 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-10.5 parent: 2 - - uid: 28333 + - uid: 29018 components: - type: Transform pos: 25.5,-2.5 parent: 2 - - uid: 28334 + - uid: 29019 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,4.5 parent: 2 - - uid: 28335 + - uid: 29020 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-0.5 parent: 2 - - uid: 28336 + - uid: 29021 components: - type: Transform pos: 2.5,4.5 parent: 2 - - uid: 28337 + - uid: 29022 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 2 - - uid: 28338 + - uid: 29023 components: - type: Transform pos: -7.5,11.5 parent: 2 - - uid: 28339 + - uid: 29024 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,12.5 parent: 2 - - uid: 28340 + - uid: 29025 components: - type: Transform pos: 0.5,27.5 parent: 2 - - uid: 28341 + - uid: 29026 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,22.5 parent: 2 - - uid: 28342 + - uid: 29027 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,22.5 parent: 2 - - uid: 28343 + - uid: 29028 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,15.5 parent: 2 - - uid: 28344 + - uid: 29029 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,15.5 parent: 2 - - uid: 28345 + - uid: 29030 components: - type: Transform pos: 9.5,17.5 parent: 2 - - uid: 28346 + - uid: 29031 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,14.5 parent: 2 - - uid: 28347 + - uid: 29032 components: - type: Transform pos: 16.5,9.5 parent: 2 - - uid: 28348 + - uid: 29033 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-71.5 parent: 2 - - uid: 28349 + - uid: 29034 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-64.5 parent: 2 - - uid: 28350 + - uid: 29035 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-45.5 parent: 2 - - uid: 28351 + - uid: 29036 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-56.5 parent: 2 - - uid: 28352 + - uid: 29037 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-49.5 parent: 2 - - uid: 28353 + - uid: 29038 components: - type: Transform pos: -39.5,-36.5 parent: 2 - - uid: 28354 + - uid: 29039 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-33.5 parent: 2 - - uid: 28355 + - uid: 29040 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-32.5 parent: 2 - - uid: 28356 + - uid: 29041 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-30.5 parent: 2 - - uid: 28357 + - uid: 29042 components: - type: Transform pos: -52.5,-17.5 parent: 2 - - uid: 28358 + - uid: 29043 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-21.5 parent: 2 - - uid: 28359 + - uid: 29044 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-21.5 parent: 2 - - uid: 28360 + - uid: 29045 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-16.5 parent: 2 - - uid: 28361 + - uid: 29046 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-12.5 parent: 2 - - uid: 28362 + - uid: 29047 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-15.5 parent: 2 - - uid: 28363 + - uid: 29048 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-10.5 parent: 2 - - uid: 28364 + - uid: 29049 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-8.5 parent: 2 - - uid: 28365 + - uid: 29050 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-10.5 parent: 2 - - uid: 28366 + - uid: 29051 components: - type: Transform pos: -42.5,-1.5 parent: 2 - - uid: 28367 + - uid: 29052 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-2.5 parent: 2 - - uid: 28368 + - uid: 29053 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-33.5 parent: 2 - - uid: 28369 + - uid: 29054 components: - type: Transform pos: -45.5,-42.5 parent: 2 - - uid: 28370 + - uid: 29055 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-48.5 parent: 2 - - uid: 28371 + - uid: 29056 components: - type: Transform pos: -43.5,-52.5 parent: 2 - - uid: 28372 + - uid: 29057 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-50.5 parent: 2 - - uid: 28373 + - uid: 29058 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-48.5 parent: 2 - - uid: 28374 + - uid: 29059 components: - type: Transform pos: -37.5,-57.5 parent: 2 - - uid: 28375 + - uid: 29060 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-55.5 parent: 2 - - uid: 28376 + - uid: 29061 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-60.5 parent: 2 - - uid: 28377 + - uid: 29062 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-67.5 parent: 2 - - uid: 28378 + - uid: 29063 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-65.5 parent: 2 - - uid: 28379 + - uid: 29064 components: - type: Transform pos: -38.5,-67.5 parent: 2 - - uid: 28380 + - uid: 29065 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-75.5 parent: 2 - - uid: 28381 + - uid: 29066 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-81.5 parent: 2 - - uid: 28382 + - uid: 29067 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-84.5 parent: 2 - - uid: 28383 + - uid: 29068 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-98.5 parent: 2 - - uid: 28384 + - uid: 29069 components: - type: Transform pos: -30.5,-92.5 parent: 2 - - uid: 28385 + - uid: 29070 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-88.5 parent: 2 - - uid: 28386 + - uid: 29071 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-82.5 parent: 2 - - uid: 28387 + - uid: 29072 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-89.5 parent: 2 - - uid: 28388 + - uid: 29073 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-76.5 parent: 2 - - uid: 28389 + - uid: 29074 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-75.5 parent: 2 - - uid: 28390 + - uid: 29075 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-77.5 parent: 2 - - uid: 28391 + - uid: 29076 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-78.5 parent: 2 - - uid: 28392 + - uid: 29077 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-62.5 parent: 2 - - uid: 28393 + - uid: 29078 components: - type: Transform pos: -48.5,-54.5 parent: 2 - - uid: 28394 + - uid: 29079 components: - type: Transform pos: -50.5,-64.5 parent: 2 - - uid: 28395 + - uid: 29080 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-64.5 parent: 2 - - uid: 28396 + - uid: 29081 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-61.5 parent: 2 - - uid: 28397 + - uid: 29082 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-69.5 parent: 2 - - uid: 28398 + - uid: 29083 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-73.5 parent: 2 - - uid: 28399 + - uid: 29084 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-73.5 parent: 2 - - uid: 28400 + - uid: 29085 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,19.5 parent: 2 - - uid: 28401 + - uid: 29086 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,19.5 parent: 2 - - uid: 28402 + - uid: 29087 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-0.5 parent: 2 - - uid: 28403 + - uid: 29088 components: - type: Transform pos: -22.5,-1.5 parent: 2 - - uid: 28404 + - uid: 29089 components: - type: Transform pos: -25.5,1.5 parent: 2 - - uid: 28405 + - uid: 29090 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-3.5 parent: 2 - - uid: 28406 + - uid: 29091 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,12.5 parent: 2 - - uid: 28407 + - uid: 29092 components: - type: Transform pos: -21.5,8.5 parent: 2 - - uid: 28408 + - uid: 29093 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-44.5 parent: 2 - - uid: 28409 + - uid: 29094 components: - type: Transform pos: -63.5,-42.5 parent: 2 - - uid: 28410 + - uid: 29095 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-41.5 parent: 2 - - uid: 28411 + - uid: 29096 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-45.5 parent: 2 - - uid: 28412 + - uid: 29097 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-37.5 parent: 2 - - uid: 28413 + - uid: 29098 components: - type: Transform pos: 77.5,-35.5 parent: 2 - - uid: 28414 + - uid: 29099 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-40.5 parent: 2 - - uid: 28415 + - uid: 29100 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-24.5 parent: 2 - - uid: 28416 + - uid: 29101 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-38.5 parent: 2 - - uid: 28417 + - uid: 29102 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-18.5 parent: 2 - - uid: 28418 + - uid: 29103 components: - type: Transform pos: -7.5,4.5 parent: 2 - - uid: 28419 + - uid: 29104 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-6.5 parent: 2 - - uid: 28420 + - uid: 29105 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-14.5 parent: 2 - - uid: 28421 + - uid: 29106 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-23.5 parent: 2 - - uid: 28422 + - uid: 29107 components: - type: Transform pos: 55.5,-31.5 parent: 2 - - uid: 28423 + - uid: 29108 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-36.5 parent: 2 - - uid: 28424 + - uid: 29109 components: - type: Transform pos: -47.5,-80.5 parent: 2 - - uid: 28425 + - uid: 29110 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-84.5 parent: 2 - - uid: 28426 + - uid: 29111 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,6.5 parent: 2 - - uid: 28427 + - uid: 29112 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-27.5 parent: 2 - - uid: 28428 + - uid: 29113 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-35.5 parent: 2 - - uid: 28429 + - uid: 29114 components: - type: Transform pos: -33.5,-42.5 parent: 2 - - uid: 28430 + - uid: 29115 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-103.5 parent: 2 - - uid: 28431 + - uid: 29116 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-103.5 parent: 2 - - uid: 28432 + - uid: 29117 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-103.5 parent: 2 - - uid: 28433 + - uid: 29118 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-103.5 parent: 2 - - uid: 28434 + - uid: 29119 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-103.5 parent: 2 - - uid: 28435 + - uid: 29120 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-94.5 parent: 2 - - uid: 28436 + - uid: 29121 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-97.5 parent: 2 - - uid: 28437 + - uid: 29122 components: - type: Transform pos: 17.5,-99.5 parent: 2 - - uid: 28438 + - uid: 29123 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-84.5 parent: 2 - - uid: 28439 + - uid: 29124 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-76.5 parent: 2 - - uid: 28440 + - uid: 29125 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,11.5 parent: 2 - - uid: 28441 + - uid: 29126 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-49.5 parent: 2 - - uid: 28442 + - uid: 29127 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,-40.5 parent: 2 - - uid: 28443 + - uid: 29128 components: - type: Transform pos: 66.5,-35.5 parent: 2 - - uid: 28444 + - uid: 29129 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-41.5 parent: 2 - - uid: 28445 + - uid: 29130 components: - type: Transform pos: -49.5,-27.5 parent: 2 - - uid: 28446 + - uid: 29131 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-31.5 parent: 2 - - uid: 28447 + - uid: 29132 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-87.5 parent: 2 - - uid: 28448 + - uid: 29133 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,-48.5 parent: 2 - - uid: 28449 + - uid: 29134 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-76.5 parent: 2 - - uid: 28450 + - uid: 29135 components: - type: Transform pos: 25.5,4.5 parent: 2 - - uid: 28451 + - uid: 29136 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,11.5 parent: 2 - - uid: 28452 + - uid: 29137 components: - type: Transform pos: 31.5,14.5 parent: 2 - - uid: 28453 + - uid: 29138 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,1.5 parent: 2 - - uid: 28454 + - uid: 29139 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-78.5 parent: 2 - - uid: 28455 + - uid: 29140 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-5.5 parent: 2 - - uid: 28456 + - uid: 29141 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-25.5 parent: 2 - - uid: 28457 + - uid: 29142 components: - type: Transform pos: 47.5,-62.5 parent: 2 - - uid: 28458 + - uid: 29143 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-65.5 parent: 2 - - uid: 28459 + - uid: 29144 components: - type: Transform pos: -63.5,-68.5 parent: 2 - - uid: 28460 + - uid: 29145 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-72.5 parent: 2 - - uid: 28461 + - uid: 29146 components: - type: Transform pos: -71.5,-72.5 parent: 2 - - uid: 28462 + - uid: 29147 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-75.5 parent: 2 - - uid: 28463 + - uid: 29148 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,19.5 parent: 2 - - uid: 28464 + - uid: 29149 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,19.5 parent: 2 - - uid: 28465 + - uid: 29150 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-92.5 parent: 2 - - uid: 28466 + - uid: 29151 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-100.5 parent: 2 - - uid: 28467 + - uid: 29152 components: - type: Transform pos: 48.5,-105.5 parent: 2 - - uid: 28468 + - uid: 29153 components: - type: Transform pos: 35.5,-105.5 parent: 2 - - uid: 28469 + - uid: 29154 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-89.5 parent: 2 - - uid: 28470 + - uid: 29155 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-92.5 parent: 2 - - uid: 28471 + - uid: 29156 components: - type: Transform pos: 55.5,-86.5 parent: 2 - - uid: 28472 + - uid: 29157 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-65.5 parent: 2 - - uid: 28473 + - uid: 29158 components: - type: Transform pos: 32.5,7.5 parent: 2 - - uid: 28474 + - uid: 29159 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-38.5 parent: 2 - - uid: 28475 + - uid: 29160 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-24.5 parent: 2 - - uid: 28476 + - uid: 29161 components: - type: Transform pos: 71.5,-31.5 parent: 2 - - uid: 28477 + - uid: 29162 components: - type: Transform pos: -31.5,8.5 parent: 2 - - uid: 28478 + - uid: 29163 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,3.5 parent: 2 - - uid: 28479 + - uid: 29164 components: - type: Transform pos: -73.5,-35.5 parent: 2 - - uid: 28480 + - uid: 29165 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,3.5 parent: 2 - - uid: 28481 + - uid: 29166 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-17.5 parent: 2 - - uid: 28482 + - uid: 29167 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,1.5 parent: 2 - - uid: 28483 + - uid: 29168 components: - type: Transform pos: -92.5,1.5 parent: 2 - - uid: 28484 + - uid: 29169 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-87.5 parent: 2 - - uid: 28485 + - uid: 29170 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-87.5 parent: 2 - - uid: 28486 + - uid: 29171 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-91.5 parent: 2 - - uid: 28487 + - uid: 29172 components: - type: Transform rot: 3.141592653589793 rad pos: 95.5,-80.5 parent: 2 - - uid: 28488 + - uid: 29173 components: - type: Transform rot: 3.141592653589793 rad pos: 101.5,-80.5 parent: 2 - - uid: 28489 + - uid: 29174 components: - type: Transform pos: 98.5,-74.5 parent: 2 - - uid: 28490 + - uid: 29175 components: - type: Transform rot: 3.141592653589793 rad pos: 98.5,-72.5 parent: 2 - - uid: 28491 + - uid: 29176 components: - type: Transform pos: 98.5,-66.5 parent: 2 - - uid: 28492 + - uid: 29177 components: - type: Transform rot: 3.141592653589793 rad pos: 103.5,-72.5 parent: 2 - - uid: 28493 + - uid: 29178 components: - type: Transform pos: 103.5,-66.5 parent: 2 - - uid: 28494 + - uid: 29179 components: - type: Transform pos: 93.5,-66.5 parent: 2 - - uid: 28495 + - uid: 29180 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-72.5 parent: 2 - - uid: 28496 + - uid: 29181 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-50.5 parent: 2 - - uid: 28497 + - uid: 29182 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-47.5 parent: 2 - - uid: 28498 + - uid: 29183 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-94.5 parent: 2 - - uid: 28499 + - uid: 29184 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-91.5 parent: 2 - - uid: 28500 + - uid: 29185 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-35.5 parent: 2 - - uid: 28501 + - uid: 29186 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-40.5 parent: 2 - - uid: 28502 + - uid: 29187 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-32.5 parent: 2 - - uid: 28503 + - uid: 29188 components: - type: Transform pos: 38.5,23.5 parent: 2 - - uid: 28504 + - uid: 29189 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,20.5 parent: 2 - - uid: 28505 + - uid: 29190 components: - type: Transform pos: 5.5,11.5 parent: 2 - - uid: 28506 + - uid: 29191 components: - type: Transform pos: 40.5,-82.5 parent: 2 - - uid: 28507 + - uid: 29192 components: - type: Transform pos: -40.5,-97.5 parent: 2 - - uid: 28508 + - uid: 29193 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,5.5 parent: 2 - - uid: 28509 + - uid: 29194 components: - type: Transform pos: 44.5,-26.5 parent: 2 - - uid: 28510 + - uid: 29195 components: - type: Transform pos: 48.5,-13.5 parent: 2 - - uid: 28511 + - uid: 29196 components: - type: Transform pos: 44.5,-22.5 parent: 2 - - uid: 28512 + - uid: 29197 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-24.5 parent: 2 - - uid: 28513 + - uid: 29198 components: - type: Transform pos: 82.5,1.5 parent: 2 - - uid: 28514 + - uid: 29199 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-9.5 parent: 2 - - uid: 28515 + - uid: 29200 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,-4.5 parent: 2 - - uid: 28516 + - uid: 29201 components: - type: Transform pos: 75.5,-6.5 parent: 2 - - uid: 28517 + - uid: 29202 components: - type: Transform pos: 76.5,-10.5 parent: 2 - - uid: 28518 + - uid: 29203 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-12.5 parent: 2 - - uid: 28519 + - uid: 29204 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-9.5 parent: 2 - - uid: 28520 + - uid: 29205 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-10.5 parent: 2 - - uid: 28521 + - uid: 29206 components: - type: Transform pos: 89.5,-0.5 parent: 2 - - uid: 28522 + - uid: 29207 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-1.5 parent: 2 - - uid: 28523 + - uid: 29208 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-1.5 parent: 2 - - uid: 28524 + - uid: 29209 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-11.5 parent: 2 - - uid: 28525 + - uid: 29210 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-20.5 parent: 2 - - uid: 28526 + - uid: 29211 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-25.5 parent: 2 - - uid: 28527 + - uid: 29212 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-8.5 parent: 2 - - uid: 28528 + - uid: 29213 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,3.5 parent: 2 - - uid: 28529 + - uid: 29214 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,5.5 parent: 2 - - uid: 28530 + - uid: 29215 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-25.5 parent: 2 - - uid: 28531 + - uid: 29216 components: - type: Transform rot: 1.5707963267948966 rad @@ -204989,12 +209590,12 @@ entities: parent: 2 - type: PointLight radius: 3 - - uid: 28532 + - uid: 29217 components: - type: Transform pos: 57.5,-80.5 parent: 2 - - uid: 28533 + - uid: 29218 components: - type: Transform rot: -1.5707963267948966 rad @@ -205002,193 +209603,331 @@ entities: parent: 2 - type: PointLight radius: 3 - - uid: 28534 + - uid: 29219 components: - type: Transform pos: 54.5,-13.5 parent: 2 - - uid: 28535 + - uid: 29220 components: - type: Transform pos: 50.5,-3.5 parent: 2 - - uid: 28536 + - uid: 29221 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,5.5 parent: 2 - - uid: 28537 + - uid: 29222 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-52.5 parent: 2 - - uid: 28538 + - uid: 29223 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-52.5 parent: 2 - - uid: 28539 + - uid: 29224 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-6.5 parent: 2 - - uid: 28540 + - uid: 29225 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 2 - - uid: 28541 + - uid: 29226 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-6.5 parent: 2 - - uid: 28542 + - uid: 29227 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-38.5 parent: 2 - - uid: 28543 + - uid: 29228 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-9.5 parent: 2 - - uid: 28544 + - uid: 29229 components: - type: Transform pos: 41.5,-3.5 parent: 2 - - uid: 28545 + - uid: 29230 components: - type: Transform rot: 1.5707963267948966 rad pos: 110.5,-39.5 parent: 2 - - uid: 28546 + - uid: 29231 components: - type: Transform rot: 1.5707963267948966 rad pos: 114.5,-39.5 parent: 2 - - uid: 28547 + - uid: 29232 components: - type: Transform rot: -1.5707963267948966 rad pos: 130.5,-39.5 parent: 2 - - uid: 28548 + - uid: 29233 components: - type: Transform rot: 3.141592653589793 rad pos: 107.5,-42.5 parent: 2 - - uid: 28549 + - uid: 29234 components: - type: Transform rot: 3.141592653589793 rad pos: 123.5,-40.5 parent: 2 - - uid: 28550 + - uid: 29235 components: - type: Transform rot: 3.141592653589793 rad pos: 121.5,-40.5 parent: 2 - - uid: 28551 + - uid: 29236 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,22.5 parent: 2 - - uid: 28552 + - uid: 29237 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,15.5 parent: 2 - - uid: 28553 + - uid: 29238 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,13.5 parent: 2 - - uid: 28554 + - uid: 29239 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,10.5 parent: 2 - - uid: 28555 + - uid: 29240 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,20.5 parent: 2 - - uid: 28556 + - uid: 29241 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,20.5 parent: 2 - - uid: 28557 + - uid: 29242 components: - type: Transform pos: 33.5,15.5 parent: 2 - - uid: 28558 + - uid: 29243 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-3.5 parent: 2 - - uid: 28559 + - uid: 29244 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,6.5 parent: 2 - - uid: 28560 + - uid: 29245 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-83.5 parent: 2 - - uid: 28561 + - uid: 29246 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-81.5 parent: 2 - - uid: 28562 + - uid: 29247 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,13.5 parent: 2 - - uid: 28563 + - uid: 29248 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,13.5 parent: 2 + - uid: 29249 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 29250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-27.5 + parent: 2 + - uid: 29251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-51.5 + parent: 2 + - uid: 29252 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - uid: 29253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-30.5 + parent: 2 +- proto: PoweredlightBlack + entities: + - uid: 29254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-47.5 + parent: 2 + - uid: 29255 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 29256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-44.5 + parent: 2 + - uid: 29257 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 29258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-41.5 + parent: 2 + - uid: 29259 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 29260 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 29261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-29.5 + parent: 2 + - uid: 29262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 2 + - uid: 29263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-34.5 + parent: 2 + - uid: 29264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 29265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-25.5 + parent: 2 + - uid: 29266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-22.5 + parent: 2 + - uid: 29267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-22.5 + parent: 2 + - uid: 29268 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 29269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-59.5 + parent: 2 - proto: PoweredlightCyan entities: - - uid: 28564 + - uid: 29270 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-13.5 parent: 2 + - uid: 29271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-54.5 + parent: 2 + - uid: 29272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-59.5 + parent: 2 + - uid: 29273 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 - proto: PoweredlightEmpty entities: - - uid: 26787 + - uid: 27599 components: - type: Transform pos: 50.5,-7.5 @@ -205200,12 +209939,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26788 + ent: 27600 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26789 + - uid: 27601 components: - type: Transform pos: 69.5,-44.5 @@ -205215,12 +209954,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26790 + ent: 27602 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26791 + - uid: 27603 components: - type: Transform rot: 3.141592653589793 rad @@ -205231,12 +209970,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26792 + ent: 27604 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26793 + - uid: 27605 components: - type: Transform rot: 1.5707963267948966 rad @@ -205247,12 +209986,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26794 + ent: 27606 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26795 + - uid: 27607 components: - type: Transform rot: 3.141592653589793 rad @@ -205263,12 +210002,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26796 + ent: 27608 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26797 + - uid: 27609 components: - type: Transform pos: 57.5,-44.5 @@ -205278,12 +210017,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26798 + ent: 27610 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26799 + - uid: 27611 components: - type: Transform rot: 1.5707963267948966 rad @@ -205294,12 +210033,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26800 + ent: 27612 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26801 + - uid: 27613 components: - type: Transform pos: -45.5,4.5 @@ -205309,12 +210048,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26802 + ent: 27614 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26803 + - uid: 27615 components: - type: Transform rot: -1.5707963267948966 rad @@ -205325,12 +210064,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26804 + ent: 27616 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26805 + - uid: 27617 components: - type: Transform rot: 1.5707963267948966 rad @@ -205341,12 +210080,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26806 + ent: 27618 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26807 + - uid: 27619 components: - type: Transform rot: -1.5707963267948966 rad @@ -205357,12 +210096,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26808 + ent: 27620 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26809 + - uid: 27621 components: - type: Transform rot: -1.5707963267948966 rad @@ -205373,12 +210112,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26810 + ent: 27622 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26811 + - uid: 27623 components: - type: Transform pos: -43.5,9.5 @@ -205388,12 +210127,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26812 + ent: 27624 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26813 + - uid: 27625 components: - type: Transform pos: -55.5,3.5 @@ -205403,12 +210142,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26814 + ent: 27626 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26815 + - uid: 27627 components: - type: Transform rot: 3.141592653589793 rad @@ -205419,12 +210158,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26816 + ent: 27628 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26817 + - uid: 27629 components: - type: Transform rot: -1.5707963267948966 rad @@ -205435,12 +210174,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26818 + ent: 27630 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26819 + - uid: 27631 components: - type: Transform rot: 3.141592653589793 rad @@ -205451,12 +210190,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26820 + ent: 27632 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26821 + - uid: 27633 components: - type: Transform rot: -1.5707963267948966 rad @@ -205467,12 +210206,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26822 + ent: 27634 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26823 + - uid: 27635 components: - type: Transform rot: 1.5707963267948966 rad @@ -205483,12 +210222,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26824 + ent: 27636 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26825 + - uid: 27637 components: - type: Transform rot: 3.141592653589793 rad @@ -205499,12 +210238,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26826 + ent: 27638 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26827 + - uid: 27639 components: - type: Transform pos: -58.5,7.5 @@ -205514,12 +210253,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26828 + ent: 27640 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26829 + - uid: 27641 components: - type: Transform pos: -86.5,-3.5 @@ -205529,12 +210268,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26830 + ent: 27642 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26831 + - uid: 27643 components: - type: Transform rot: 3.141592653589793 rad @@ -205545,12 +210284,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26832 + ent: 27644 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26833 + - uid: 27645 components: - type: Transform rot: -1.5707963267948966 rad @@ -205561,12 +210300,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26834 + ent: 27646 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26835 + - uid: 27647 components: - type: Transform rot: 1.5707963267948966 rad @@ -205577,12 +210316,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26836 + ent: 27648 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26837 + - uid: 27649 components: - type: Transform rot: -1.5707963267948966 rad @@ -205593,12 +210332,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26838 + ent: 27650 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26839 + - uid: 27651 components: - type: Transform rot: 1.5707963267948966 rad @@ -205609,12 +210348,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26840 + ent: 27652 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26841 + - uid: 27653 components: - type: Transform pos: -67.5,7.5 @@ -205624,12 +210363,12 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26842 + ent: 27654 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 26843 + - uid: 27655 components: - type: Transform pos: -64.5,0.5 @@ -205639,108 +210378,126 @@ entities: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 26844 + ent: 27656 - type: ApcPowerReceiver powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 28565 + - uid: 29274 components: - type: Transform pos: -61.5,-16.5 parent: 2 - proto: PoweredlightExterior entities: - - uid: 28566 + - uid: 29275 components: - type: Transform pos: -11.5,-108.5 parent: 2 - - uid: 28567 + - uid: 29276 components: - type: Transform pos: -7.5,-108.5 parent: 2 - - uid: 28568 + - uid: 29277 components: - type: Transform rot: 3.141592653589793 rad pos: 110.5,-16.5 parent: 2 - - uid: 28569 + - uid: 29278 components: - type: Transform rot: 3.141592653589793 rad pos: 103.5,-16.5 parent: 2 - - uid: 28570 + - uid: 29279 components: - type: Transform rot: 3.141592653589793 rad pos: 111.5,-21.5 parent: 2 - - uid: 28571 + - uid: 29280 components: - type: Transform pos: 111.5,-19.5 parent: 2 - proto: PoweredlightLED entities: - - uid: 28572 + - uid: 29281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-38.5 + parent: 2 + - uid: 29282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-51.5 + parent: 2 + - uid: 29283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-51.5 + parent: 2 + - uid: 29284 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-0.5 parent: 2 - - uid: 28573 + - uid: 29285 components: - type: Transform pos: 40.5,0.5 parent: 2 - - uid: 28574 + - uid: 29286 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,3.5 parent: 2 - - uid: 28575 + - uid: 29287 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-1.5 parent: 2 - - uid: 28576 + - uid: 29288 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,1.5 parent: 2 - - uid: 28577 + - uid: 29289 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,2.5 parent: 2 - - uid: 28578 + - uid: 29290 components: - type: Transform pos: 82.5,6.5 parent: 2 - type: PoweredLight on: False - - uid: 28579 + - uid: 29291 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-27.5 parent: 2 - - uid: 28580 + - uid: 29292 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,6.5 parent: 2 - - uid: 28581 + - uid: 29293 components: - type: Transform rot: 3.141592653589793 rad @@ -205748,7 +210505,7 @@ entities: parent: 2 - type: PoweredLight on: False - - uid: 28582 + - uid: 29294 components: - type: Transform rot: 3.141592653589793 rad @@ -205756,60 +210513,77 @@ entities: parent: 2 - type: PoweredLight on: False - - uid: 28583 + - uid: 29295 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-19.5 parent: 2 - - uid: 28584 + - uid: 29296 components: - type: Transform pos: -11.5,-98.5 parent: 2 - - uid: 28585 + - uid: 29297 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-103.5 parent: 2 - - uid: 28586 + - uid: 29298 components: - type: Transform pos: -7.5,-102.5 parent: 2 - - uid: 28587 + - uid: 29299 components: - type: Transform rot: 3.141592653589793 rad pos: 105.5,-22.5 parent: 2 - - uid: 28588 + - uid: 29300 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,5.5 parent: 2 - - uid: 28589 + - uid: 29301 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,4.5 parent: 2 - - uid: 28590 + - uid: 29302 components: - type: Transform pos: 46.5,7.5 parent: 2 + - uid: 29303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-43.5 + parent: 2 + - uid: 29304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-49.5 + parent: 2 + - uid: 29305 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 - proto: PoweredlightOrange entities: - - uid: 28591 + - uid: 29306 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-80.5 parent: 2 - - uid: 28592 + - uid: 29307 components: - type: Transform rot: 3.141592653589793 rad @@ -205817,207 +210591,207 @@ entities: parent: 2 - proto: PoweredLightPostSmall entities: - - uid: 28593 + - uid: 29308 components: - type: Transform pos: 12.5,-11.5 parent: 2 - - uid: 28594 + - uid: 29309 components: - type: Transform pos: 16.5,-11.5 parent: 2 - - uid: 28595 + - uid: 29310 components: - type: Transform pos: -14.5,-11.5 parent: 2 - - uid: 28596 + - uid: 29311 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-11.5 parent: 2 - - uid: 28597 + - uid: 29312 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,18.5 parent: 2 - - uid: 28598 + - uid: 29313 components: - type: Transform pos: -61.5,-97.5 parent: 2 - - uid: 28599 + - uid: 29314 components: - type: Transform pos: -62.5,-93.5 parent: 2 - - uid: 28600 + - uid: 29315 components: - type: Transform pos: -75.5,-97.5 parent: 2 - - uid: 28601 + - uid: 29316 components: - type: Transform pos: -73.5,-89.5 parent: 2 - - uid: 28602 + - uid: 29317 components: - type: Transform pos: -73.5,-101.5 parent: 2 - - uid: 28603 + - uid: 29318 components: - type: Transform pos: -63.5,-101.5 parent: 2 - - uid: 28604 + - uid: 29319 components: - type: Transform pos: -63.5,-89.5 parent: 2 - - uid: 28605 + - uid: 29320 components: - type: Transform pos: -74.5,-93.5 parent: 2 - - uid: 28606 + - uid: 29321 components: - type: Transform pos: -88.5,17.5 parent: 2 - - uid: 28607 + - uid: 29322 components: - type: Transform pos: 70.5,-95.5 parent: 2 - - uid: 28608 + - uid: 29323 components: - type: Transform pos: 70.5,-87.5 parent: 2 - - uid: 28609 + - uid: 29324 components: - type: Transform pos: 69.5,-91.5 parent: 2 - - uid: 28610 + - uid: 29325 components: - type: Transform pos: 82.5,-95.5 parent: 2 - - uid: 28611 + - uid: 29326 components: - type: Transform pos: 82.5,-87.5 parent: 2 - - uid: 28612 + - uid: 29327 components: - type: Transform pos: 83.5,-91.5 parent: 2 - - uid: 28613 + - uid: 29328 components: - type: Transform pos: 76.5,-98.5 parent: 2 - - uid: 28614 + - uid: 29329 components: - type: Transform pos: -85.5,25.5 parent: 2 - - uid: 28615 + - uid: 29330 components: - type: Transform pos: -82.5,31.5 parent: 2 - - uid: 28616 + - uid: 29331 components: - type: Transform pos: -71.5,-108.5 parent: 2 - - uid: 28617 + - uid: 29332 components: - type: Transform pos: -87.5,13.5 parent: 2 - - uid: 28618 + - uid: 29333 components: - type: Transform pos: -76.5,17.5 parent: 2 - - uid: 28619 + - uid: 29334 components: - type: Transform pos: -77.5,13.5 parent: 2 - - uid: 28620 + - uid: 29335 components: - type: Transform pos: -65.5,-108.5 parent: 2 - - uid: 28621 + - uid: 29336 components: - type: Transform pos: -79.5,25.5 parent: 2 - - uid: 28622 + - uid: 29337 components: - type: Transform pos: -68.5,-105.5 parent: 2 - - uid: 28623 + - uid: 29338 components: - type: Transform pos: 83.5,-73.5 parent: 2 - - uid: 28624 + - uid: 29339 components: - type: Transform pos: 88.5,-80.5 parent: 2 - - uid: 28625 + - uid: 29340 components: - type: Transform pos: 89.5,-73.5 parent: 2 - - uid: 28626 + - uid: 29341 components: - type: Transform pos: 78.5,-71.5 parent: 2 - - uid: 28627 + - uid: 29342 components: - type: Transform pos: 69.5,-71.5 parent: 2 - - uid: 28628 + - uid: 29343 components: - type: Transform pos: 65.5,-74.5 parent: 2 - - uid: 28629 + - uid: 29344 components: - type: Transform pos: 56.5,-41.5 parent: 2 - - uid: 28630 + - uid: 29345 components: - type: Transform pos: 51.5,-36.5 parent: 2 - proto: PoweredLightPostSmallEmpty entities: - - uid: 28631 + - uid: 29346 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,41.5 parent: 2 - - uid: 28632 + - uid: 29347 components: - type: Transform rot: -1.5707963267948966 rad @@ -206025,123 +210799,153 @@ entities: parent: 2 - proto: PoweredlightRed entities: - - uid: 28633 + - uid: 29348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-32.5 + parent: 2 + - uid: 29349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 29350 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-17.5 parent: 2 - - uid: 28634 + - uid: 29351 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-17.5 parent: 2 - - uid: 28635 + - uid: 29352 components: - type: Transform pos: 93.5,-57.5 parent: 2 - - uid: 28636 + - uid: 29353 components: - type: Transform rot: 1.5707963267948966 rad pos: 101.5,-59.5 parent: 2 + - uid: 29354 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 +- proto: PoweredlightYellow + entities: + - uid: 29355 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 29356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-41.5 + parent: 2 - proto: PoweredSmallLight entities: - - uid: 28637 + - uid: 29357 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-100.5 parent: 2 - - uid: 28638 + - uid: 29358 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-45.5 parent: 2 - - uid: 28639 + - uid: 29359 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-39.5 parent: 2 - - uid: 28640 + - uid: 29360 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-47.5 parent: 2 - - uid: 28641 + - uid: 29361 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-36.5 parent: 2 - - uid: 28642 + - uid: 29362 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-28.5 parent: 2 - - uid: 28643 + - uid: 29363 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-46.5 parent: 2 - - uid: 28644 + - uid: 29364 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,16.5 parent: 2 - - uid: 28645 + - uid: 29365 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,4.5 parent: 2 - - uid: 28646 + - uid: 29366 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-23.5 parent: 2 - - uid: 28647 + - uid: 29367 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,10.5 parent: 2 - - uid: 28648 + - uid: 29368 components: - type: Transform pos: 43.5,15.5 parent: 2 - - uid: 28649 + - uid: 29369 components: - type: Transform pos: 51.5,16.5 parent: 2 - - uid: 28650 + - uid: 29370 components: - type: Transform pos: 51.5,0.5 parent: 2 - - uid: 28651 + - uid: 29371 components: - type: Transform pos: 43.5,10.5 parent: 2 - - uid: 28652 + - uid: 29372 components: - type: Transform pos: -17.5,10.5 parent: 2 - - uid: 28653 + - uid: 29373 components: - type: Transform rot: -1.5707963267948966 rad @@ -206149,1350 +210953,1350 @@ entities: parent: 2 - type: PointLight radius: 4 - - uid: 28654 + - uid: 29374 components: - type: Transform pos: 65.5,15.5 parent: 2 - - uid: 28655 + - uid: 29375 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,14.5 parent: 2 - - uid: 28656 + - uid: 29376 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-21.5 parent: 2 - - uid: 28657 + - uid: 29377 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,1.5 parent: 2 - - uid: 28658 + - uid: 29378 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-17.5 parent: 2 - - uid: 28659 + - uid: 29379 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,17.5 parent: 2 - - uid: 28660 + - uid: 29380 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-109.5 parent: 2 - - uid: 28661 + - uid: 29381 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-74.5 parent: 2 - - uid: 28662 + - uid: 29382 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-53.5 parent: 2 - - uid: 28663 + - uid: 29383 components: - type: Transform pos: 69.5,-65.5 parent: 2 - - uid: 28664 + - uid: 29384 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-16.5 parent: 2 - - uid: 28665 + - uid: 29385 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-72.5 parent: 2 - - uid: 28666 + - uid: 29386 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-17.5 parent: 2 - - uid: 28667 + - uid: 29387 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-105.5 parent: 2 - - uid: 28668 + - uid: 29388 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-49.5 parent: 2 - - uid: 28669 + - uid: 29389 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,6.5 parent: 2 - - uid: 28670 + - uid: 29390 components: - type: Transform pos: -54.5,-68.5 parent: 2 - - uid: 28671 + - uid: 29391 components: - type: Transform rot: -1.5707963267948966 rad pos: 108.5,-37.5 parent: 2 - - uid: 28672 + - uid: 29392 components: - type: Transform rot: -1.5707963267948966 rad pos: 108.5,-25.5 parent: 2 - - uid: 28673 + - uid: 29393 components: - type: Transform pos: -65.5,-23.5 parent: 2 - - uid: 28674 + - uid: 29394 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-30.5 parent: 2 - - uid: 28675 + - uid: 29395 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-34.5 parent: 2 - - uid: 28676 + - uid: 29396 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,19.5 parent: 2 - - uid: 28677 + - uid: 29397 components: - type: Transform pos: -35.5,-51.5 parent: 2 - - uid: 28678 + - uid: 29398 components: - type: Transform pos: 35.5,-80.5 parent: 2 - - uid: 28679 + - uid: 29399 components: - type: Transform rot: 1.5707963267948966 rad pos: 91.5,-25.5 parent: 2 - - uid: 28680 + - uid: 29400 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-23.5 parent: 2 - - uid: 28681 + - uid: 29401 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,15.5 parent: 2 - - uid: 28682 + - uid: 29402 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-87.5 parent: 2 - - uid: 28683 + - uid: 29403 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-34.5 parent: 2 - - uid: 28684 + - uid: 29404 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-50.5 parent: 2 - - uid: 28685 + - uid: 29405 components: - type: Transform pos: 30.5,-86.5 parent: 2 - - uid: 28686 + - uid: 29406 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-52.5 parent: 2 - - uid: 28687 + - uid: 29407 components: - type: Transform pos: 64.5,-67.5 parent: 2 - - uid: 28688 + - uid: 29408 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-64.5 parent: 2 - - uid: 28689 + - uid: 29409 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-71.5 parent: 2 - - uid: 28690 + - uid: 29410 components: - type: Transform pos: 56.5,-75.5 parent: 2 - - uid: 28691 + - uid: 29411 components: - type: Transform pos: 42.5,-68.5 parent: 2 - - uid: 28692 + - uid: 29412 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-42.5 parent: 2 - - uid: 28693 + - uid: 29413 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-28.5 parent: 2 - - uid: 28694 + - uid: 29414 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-29.5 parent: 2 - - uid: 28695 + - uid: 29415 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-29.5 parent: 2 - - uid: 28696 + - uid: 29416 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-9.5 parent: 2 - - uid: 28697 + - uid: 29417 components: - type: Transform pos: 38.5,-29.5 parent: 2 - - uid: 28698 + - uid: 29418 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-26.5 parent: 2 - - uid: 28699 + - uid: 29419 components: - type: Transform pos: -2.5,-86.5 parent: 2 - - uid: 28700 + - uid: 29420 components: - type: Transform pos: -6.5,-93.5 parent: 2 - - uid: 28701 + - uid: 29421 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-79.5 parent: 2 - - uid: 28702 + - uid: 29422 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-68.5 parent: 2 - - uid: 28703 + - uid: 29423 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-72.5 parent: 2 - - uid: 28704 + - uid: 29424 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-67.5 parent: 2 - - uid: 28705 + - uid: 29425 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-69.5 parent: 2 - - uid: 28706 + - uid: 29426 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-68.5 parent: 2 - - uid: 28707 + - uid: 29427 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-60.5 parent: 2 - - uid: 28708 + - uid: 29428 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-55.5 parent: 2 - - uid: 28709 + - uid: 29429 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-75.5 parent: 2 - - uid: 28710 + - uid: 29430 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-72.5 parent: 2 - - uid: 28711 + - uid: 29431 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,6.5 parent: 2 - - uid: 28712 + - uid: 29432 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,6.5 parent: 2 - - uid: 28713 + - uid: 29433 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,12.5 parent: 2 - - uid: 28714 + - uid: 29434 components: - type: Transform pos: 12.5,11.5 parent: 2 - - uid: 28715 + - uid: 29435 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,7.5 parent: 2 - - uid: 28716 + - uid: 29436 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,3.5 parent: 2 - - uid: 28717 + - uid: 29437 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,11.5 parent: 2 - - uid: 28718 + - uid: 29438 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-89.5 parent: 2 - - uid: 28719 + - uid: 29439 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-15.5 parent: 2 - - uid: 28720 + - uid: 29440 components: - type: Transform pos: -52.5,-12.5 parent: 2 - - uid: 28721 + - uid: 29441 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-11.5 parent: 2 - - uid: 28722 + - uid: 29442 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-5.5 parent: 2 - - uid: 28723 + - uid: 29443 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-6.5 parent: 2 - - uid: 28724 + - uid: 29444 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-9.5 parent: 2 - - uid: 28725 + - uid: 29445 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-26.5 parent: 2 - - uid: 28726 + - uid: 29446 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-18.5 parent: 2 - - uid: 28727 + - uid: 29447 components: - type: Transform pos: -38.5,-17.5 parent: 2 - - uid: 28728 + - uid: 29448 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-8.5 parent: 2 - - uid: 28729 + - uid: 29449 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-39.5 parent: 2 - - uid: 28730 + - uid: 29450 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-69.5 parent: 2 - - uid: 28731 + - uid: 29451 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-89.5 parent: 2 - - uid: 28732 + - uid: 29452 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-84.5 parent: 2 - - uid: 28733 + - uid: 29453 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-78.5 parent: 2 - - uid: 28734 + - uid: 29454 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-69.5 parent: 2 - - uid: 28735 + - uid: 29455 components: - type: Transform pos: -38.5,-76.5 parent: 2 - - uid: 28736 + - uid: 29456 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-61.5 parent: 2 - - uid: 28737 + - uid: 29457 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-73.5 parent: 2 - - uid: 28738 + - uid: 29458 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-74.5 parent: 2 - - uid: 28739 + - uid: 29459 components: - type: Transform pos: -28.5,-83.5 parent: 2 - - uid: 28740 + - uid: 29460 components: - type: Transform pos: -28.5,-86.5 parent: 2 - - uid: 28741 + - uid: 29461 components: - type: Transform pos: -28.5,-89.5 parent: 2 - - uid: 28742 + - uid: 29462 components: - type: Transform pos: -35.5,-89.5 parent: 2 - - uid: 28743 + - uid: 29463 components: - type: Transform pos: -35.5,-86.5 parent: 2 - - uid: 28744 + - uid: 29464 components: - type: Transform pos: -35.5,-83.5 parent: 2 - - uid: 28745 + - uid: 29465 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-79.5 parent: 2 - - uid: 28746 + - uid: 29466 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-79.5 parent: 2 - - uid: 28747 + - uid: 29467 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-79.5 parent: 2 - - uid: 28748 + - uid: 29468 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-76.5 parent: 2 - - uid: 28749 + - uid: 29469 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-95.5 parent: 2 - - uid: 28750 + - uid: 29470 components: - type: Transform pos: -12.5,-87.5 parent: 2 - - uid: 28751 + - uid: 29471 components: - type: Transform pos: -12.5,-90.5 parent: 2 - - uid: 28752 + - uid: 29472 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-82.5 parent: 2 - - uid: 28753 + - uid: 29473 components: - type: Transform pos: -58.5,-56.5 parent: 2 - - uid: 28754 + - uid: 29474 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-62.5 parent: 2 - - uid: 28755 + - uid: 29475 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-52.5 parent: 2 - - uid: 28756 + - uid: 29476 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-64.5 parent: 2 - - uid: 28757 + - uid: 29477 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-61.5 parent: 2 - - uid: 28758 + - uid: 29478 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-78.5 parent: 2 - - uid: 28759 + - uid: 29479 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-77.5 parent: 2 - - uid: 28760 + - uid: 29480 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,4.5 parent: 2 - - uid: 28761 + - uid: 29481 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,3.5 parent: 2 - - uid: 28762 + - uid: 29482 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,5.5 parent: 2 - - uid: 28763 + - uid: 29483 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,7.5 parent: 2 - - uid: 28764 + - uid: 29484 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-47.5 parent: 2 - - uid: 28765 + - uid: 29485 components: - type: Transform pos: -79.5,-45.5 parent: 2 - - uid: 28766 + - uid: 29486 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-38.5 parent: 2 - - uid: 28767 + - uid: 29487 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,-52.5 parent: 2 - - uid: 28768 + - uid: 29488 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-52.5 parent: 2 - - uid: 28769 + - uid: 29489 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-41.5 parent: 2 - - uid: 28770 + - uid: 29490 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-39.5 parent: 2 - - uid: 28771 + - uid: 29491 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-37.5 parent: 2 - - uid: 28772 + - uid: 29492 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-35.5 parent: 2 - - uid: 28773 + - uid: 29493 components: - type: Transform pos: 78.5,-26.5 parent: 2 - - uid: 28774 + - uid: 29494 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-23.5 parent: 2 - - uid: 28775 + - uid: 29495 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-18.5 parent: 2 - - uid: 28776 + - uid: 29496 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-37.5 parent: 2 - - uid: 28777 + - uid: 29497 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-25.5 parent: 2 - - uid: 28778 + - uid: 29498 components: - type: Transform rot: 1.5707963267948966 rad pos: 91.5,-37.5 parent: 2 - - uid: 28779 + - uid: 29499 components: - type: Transform rot: 1.5707963267948966 rad pos: 91.5,-19.5 parent: 2 - - uid: 28780 + - uid: 29500 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-19.5 parent: 2 - - uid: 28781 + - uid: 29501 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,8.5 parent: 2 - - uid: 28782 + - uid: 29502 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-107.5 parent: 2 - - uid: 28783 + - uid: 29503 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-88.5 parent: 2 - - uid: 28784 + - uid: 29504 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-50.5 parent: 2 - - uid: 28785 + - uid: 29505 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-29.5 parent: 2 - - uid: 28786 + - uid: 29506 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-16.5 parent: 2 - - uid: 28787 + - uid: 29507 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-54.5 parent: 2 - - uid: 28788 + - uid: 29508 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-57.5 parent: 2 - - uid: 28789 + - uid: 29509 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-85.5 parent: 2 - - uid: 28790 + - uid: 29510 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-89.5 parent: 2 - - uid: 28791 + - uid: 29511 components: - type: Transform pos: 31.5,-101.5 parent: 2 - - uid: 28792 + - uid: 29512 components: - type: Transform pos: 30.5,-95.5 parent: 2 - - uid: 28793 + - uid: 29513 components: - type: Transform pos: 30.5,-98.5 parent: 2 - - uid: 28794 + - uid: 29514 components: - type: Transform pos: 30.5,-92.5 parent: 2 - - uid: 28795 + - uid: 29515 components: - type: Transform pos: 30.5,-89.5 parent: 2 - - uid: 28796 + - uid: 29516 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-109.5 parent: 2 - - uid: 28797 + - uid: 29517 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-3.5 parent: 2 - - uid: 28798 + - uid: 29518 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-13.5 parent: 2 - - uid: 28799 + - uid: 29519 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-7.5 parent: 2 - - uid: 28800 + - uid: 29520 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-13.5 parent: 2 - - uid: 28801 + - uid: 29521 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-11.5 parent: 2 - - uid: 28802 + - uid: 29522 components: - type: Transform pos: -60.5,-6.5 parent: 2 - - uid: 28803 + - uid: 29523 components: - type: Transform pos: -75.5,-29.5 parent: 2 - - uid: 28804 + - uid: 29524 components: - type: Transform pos: 45.5,24.5 parent: 2 - - uid: 28805 + - uid: 29525 components: - type: Transform pos: 42.5,25.5 parent: 2 - - uid: 28806 + - uid: 29526 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-95.5 parent: 2 - - uid: 28807 + - uid: 29527 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-92.5 parent: 2 - - uid: 28808 + - uid: 29528 components: - type: Transform pos: -49.5,-87.5 parent: 2 - - uid: 28809 + - uid: 29529 components: - type: Transform pos: -45.5,-91.5 parent: 2 - - uid: 28810 + - uid: 29530 components: - type: Transform pos: -55.5,-85.5 parent: 2 - - uid: 28811 + - uid: 29531 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-83.5 parent: 2 - - uid: 28812 + - uid: 29532 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-85.5 parent: 2 - - uid: 28813 + - uid: 29533 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-82.5 parent: 2 - - uid: 28814 + - uid: 29534 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-82.5 parent: 2 - - uid: 28815 + - uid: 29535 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-78.5 parent: 2 - - uid: 28816 + - uid: 29536 components: - type: Transform rot: 1.5707963267948966 rad pos: 76.5,-18.5 parent: 2 - - uid: 28817 + - uid: 29537 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,12.5 parent: 2 - - uid: 28818 + - uid: 29538 components: - type: Transform pos: -50.5,20.5 parent: 2 - - uid: 28819 + - uid: 29539 components: - type: Transform pos: -42.5,20.5 parent: 2 - - uid: 28820 + - uid: 29540 components: - type: Transform pos: -38.5,18.5 parent: 2 - - uid: 28821 + - uid: 29541 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,11.5 parent: 2 - - uid: 28822 + - uid: 29542 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-47.5 parent: 2 - - uid: 28823 + - uid: 29543 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,20.5 parent: 2 - - uid: 28824 + - uid: 29544 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-50.5 parent: 2 - - uid: 28825 + - uid: 29545 components: - type: Transform pos: 7.5,-71.5 parent: 2 - - uid: 28826 + - uid: 29546 components: - type: Transform pos: 3.5,-71.5 parent: 2 - - uid: 28827 + - uid: 29547 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-72.5 parent: 2 - - uid: 28828 + - uid: 29548 components: - type: Transform pos: -7.5,-71.5 parent: 2 - - uid: 28829 + - uid: 29549 components: - type: Transform pos: -67.5,-52.5 parent: 2 - - uid: 28830 + - uid: 29550 components: - type: Transform pos: 76.5,-21.5 parent: 2 - - uid: 28831 + - uid: 29551 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-18.5 parent: 2 - - uid: 28832 + - uid: 29552 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-46.5 parent: 2 - - uid: 28833 + - uid: 29553 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,6.5 parent: 2 - - uid: 28834 + - uid: 29554 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,-49.5 parent: 2 - - uid: 28835 + - uid: 29555 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-74.5 parent: 2 - - uid: 28836 + - uid: 29556 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-95.5 parent: 2 - - uid: 28837 + - uid: 29557 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-83.5 parent: 2 - - uid: 28838 + - uid: 29558 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-95.5 parent: 2 - - uid: 28839 + - uid: 29559 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-114.5 parent: 2 - - uid: 28840 + - uid: 29560 components: - type: Transform rot: 3.141592653589793 rad pos: 111.5,-46.5 parent: 2 - - uid: 28841 + - uid: 29561 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-49.5 parent: 2 - - uid: 28842 + - uid: 29562 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-52.5 parent: 2 - - uid: 28843 + - uid: 29563 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-77.5 parent: 2 - - uid: 28844 + - uid: 29564 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.5,-47.5 parent: 2 - - uid: 28845 + - uid: 29565 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-120.5 parent: 2 - - uid: 28846 + - uid: 29566 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,19.5 parent: 2 - - uid: 28847 + - uid: 29567 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-68.5 parent: 2 - - uid: 28848 + - uid: 29568 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-100.5 parent: 2 - - uid: 28849 + - uid: 29569 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,11.5 parent: 2 - - uid: 28850 + - uid: 29570 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,9.5 parent: 2 - - uid: 28851 + - uid: 29571 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-3.5 parent: 2 - - uid: 28852 + - uid: 29572 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-3.5 parent: 2 - - uid: 28853 + - uid: 29573 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,3.5 parent: 2 - - uid: 28854 + - uid: 29574 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,1.5 parent: 2 - - uid: 28855 + - uid: 29575 components: - type: Transform pos: -61.5,4.5 parent: 2 - - uid: 28856 + - uid: 29576 components: - type: Transform pos: -56.5,12.5 parent: 2 - - uid: 28857 + - uid: 29577 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,9.5 parent: 2 - - uid: 28858 + - uid: 29578 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-24.5 parent: 2 - - uid: 28859 + - uid: 29579 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-103.5 parent: 2 - - uid: 28860 + - uid: 29580 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-110.5 parent: 2 - - uid: 28861 + - uid: 29581 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-112.5 parent: 2 - - uid: 28862 + - uid: 29582 components: - type: Transform pos: -47.5,-114.5 parent: 2 - - uid: 28863 + - uid: 29583 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,1.5 parent: 2 - - uid: 28864 + - uid: 29584 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-27.5 parent: 2 - - uid: 28865 + - uid: 29585 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.5,-9.5 parent: 2 - - uid: 28866 + - uid: 29586 components: - type: Transform rot: 3.141592653589793 rad pos: -89.5,-21.5 parent: 2 - - uid: 28867 + - uid: 29587 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,-21.5 parent: 2 - - uid: 28868 + - uid: 29588 components: - type: Transform pos: -82.5,-13.5 parent: 2 - - uid: 28869 + - uid: 29589 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-115.5 parent: 2 - - uid: 28870 + - uid: 29590 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,14.5 parent: 2 - - uid: 28871 + - uid: 29591 components: - type: Transform rot: -1.5707963267948966 rad pos: 100.5,-63.5 parent: 2 - - uid: 28872 + - uid: 29592 components: - type: Transform rot: 1.5707963267948966 rad pos: 97.5,-61.5 parent: 2 - - uid: 28873 + - uid: 29593 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-82.5 parent: 2 - - uid: 28874 + - uid: 29594 components: - type: Transform rot: -1.5707963267948966 rad pos: 101.5,-83.5 parent: 2 - - uid: 28875 + - uid: 29595 components: - type: Transform rot: 1.5707963267948966 rad pos: 95.5,-83.5 parent: 2 - - uid: 28876 + - uid: 29596 components: - type: Transform rot: 3.141592653589793 rad pos: 92.5,-80.5 parent: 2 - - uid: 28877 + - uid: 29597 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-96.5 parent: 2 - - uid: 28878 + - uid: 29598 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-40.5 parent: 2 - - uid: 28879 + - uid: 29599 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,30.5 parent: 2 - - uid: 28880 + - uid: 29600 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,28.5 parent: 2 - - uid: 28881 + - uid: 29601 components: - type: Transform pos: 44.5,31.5 parent: 2 - - uid: 28882 + - uid: 29602 components: - type: Transform pos: 38.5,31.5 parent: 2 - - uid: 28883 + - uid: 29603 components: - type: Transform pos: -51.5,-38.5 parent: 2 - - uid: 28884 + - uid: 29604 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,34.5 parent: 2 - - uid: 28885 + - uid: 29605 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,11.5 parent: 2 - - uid: 28886 + - uid: 29606 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,9.5 parent: 2 - - uid: 28887 + - uid: 29607 components: - type: Transform rot: 1.5707963267948966 rad @@ -207500,54 +212304,54 @@ entities: parent: 2 - type: PointLight radius: 4 - - uid: 28888 + - uid: 29608 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-11.5 parent: 2 - - uid: 28889 + - uid: 29609 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-2.5 parent: 2 - - uid: 28890 + - uid: 29610 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-7.5 parent: 2 - - uid: 28891 + - uid: 29611 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-9.5 parent: 2 - - uid: 28892 + - uid: 29612 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,12.5 parent: 2 - - uid: 28893 + - uid: 29613 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,1.5 parent: 2 - - uid: 28894 + - uid: 29614 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,20.5 parent: 2 - - uid: 28895 + - uid: 29615 components: - type: Transform pos: 68.5,-11.5 parent: 2 - - uid: 28896 + - uid: 29616 components: - type: Transform rot: 1.5707963267948966 rad @@ -207555,127 +212359,142 @@ entities: parent: 2 - type: PointLight radius: 4 - - uid: 28897 + - uid: 29617 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-8.5 parent: 2 - - uid: 28898 + - uid: 29618 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-71.5 parent: 2 - - uid: 28899 + - uid: 29619 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,9.5 parent: 2 - - uid: 28900 + - uid: 29620 components: - type: Transform rot: 3.141592653589793 rad pos: 132.5,-38.5 parent: 2 - - uid: 28901 + - uid: 29621 components: - type: Transform pos: 132.5,-40.5 parent: 2 - - uid: 28902 + - uid: 29622 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,9.5 parent: 2 - - uid: 28903 + - uid: 29623 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,5.5 parent: 2 - - uid: 28904 + - uid: 29624 components: - type: Transform pos: -3.5,-68.5 parent: 2 - - uid: 28905 + - uid: 29625 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-65.5 parent: 2 - - uid: 28906 + - uid: 29626 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-29.5 parent: 2 - - uid: 28907 + - uid: 29627 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 2 - - uid: 28908 + - uid: 29628 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,16.5 parent: 2 - - uid: 28909 + - uid: 29629 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,17.5 parent: 2 - - uid: 28910 + - uid: 29630 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,0.5 parent: 2 - - uid: 28911 + - uid: 29631 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,20.5 parent: 2 - - uid: 28912 + - uid: 29632 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-23.5 parent: 2 - - uid: 28913 + - uid: 29633 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-93.5 parent: 2 - - uid: 28914 + - uid: 29634 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-96.5 parent: 2 - - uid: 28915 + - uid: 29635 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-20.5 parent: 2 - - uid: 28916 + - uid: 29636 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,6.5 parent: 2 + - uid: 29637 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - type: PoweredLight + on: False + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 29638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-26.5 + parent: 2 - proto: PoweredSmallLightEmpty entities: - - uid: 28917 + - uid: 29639 components: - type: Transform rot: 1.5707963267948966 rad @@ -207683,46 +212502,64 @@ entities: parent: 2 - proto: PoweredWarmSmallLight entities: - - uid: 28918 + - uid: 29640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-51.5 + parent: 2 + - uid: 29641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-57.5 + parent: 2 + - uid: 29642 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-56.5 parent: 2 - - uid: 28919 + - uid: 29643 components: - type: Transform pos: 57.5,-49.5 parent: 2 - - uid: 28920 + - uid: 29644 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-42.5 parent: 2 - - uid: 28921 + - uid: 29645 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-84.5 parent: 2 - - uid: 28922 + - uid: 29646 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-84.5 parent: 2 - - uid: 28923 + - uid: 29647 components: - type: Transform pos: 54.5,-46.5 parent: 2 -- proto: PowerSensor - entities: - - uid: 28924 + - uid: 29648 components: - type: Transform - pos: -7.5877733,-50.1111 + rot: -1.5707963267948966 rad + pos: -2.5,-55.5 + parent: 2 +- proto: PowerSink + entities: + - uid: 29649 + components: + - type: Transform + pos: -7.5,-27.5 parent: 2 - proto: PrefilledSyringe entities: @@ -207742,17 +212579,9 @@ entities: containers: solution@injector: !type:ContainerSlot ent: 38 -- proto: PressureControlledValve - entities: - - uid: 28925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-53.5 - parent: 2 - proto: PrintedDocumentApplicationAccess entities: - - uid: 28926 + - uid: 29650 components: - type: Transform pos: -54.570217,-15.287431 @@ -207841,44 +212670,44 @@ entities: ent: 7 - proto: PrinterDoc entities: - - uid: 28927 + - uid: 29651 components: - type: Transform pos: 48.5,-2.5 parent: 2 - - uid: 28928 + - uid: 29652 components: - type: Transform pos: 50.5,-17.5 parent: 2 - - uid: 28929 + - uid: 29653 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,8.5 parent: 2 - - uid: 28930 + - uid: 29654 components: - type: Transform pos: -33.5,6.5 parent: 2 - - uid: 28931 + - uid: 29655 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,11.5 parent: 2 - - uid: 28932 + - uid: 29656 components: - type: Transform pos: -8.5,23.5 parent: 2 - - uid: 28933 + - uid: 29657 components: - type: Transform pos: 12.5,-82.5 parent: 2 - - uid: 28934 + - uid: 29658 components: - type: Transform rot: 1.5707963267948966 rad @@ -207886,1275 +212715,1185 @@ entities: parent: 2 - proto: Protolathe entities: - - uid: 28935 + - uid: 29659 components: - type: Transform pos: -36.5,-61.5 parent: 2 - - uid: 28936 + - uid: 29660 components: - type: Transform pos: -39.5,-46.5 parent: 2 -- proto: ProximitySensor - entities: - - uid: 28937 - components: - - type: Transform - pos: -8.572148,-49.39235 - parent: 2 - proto: PsychBed entities: - - uid: 28938 + - uid: 29661 components: - type: Transform pos: -51.5,-49.5 parent: 2 - proto: PunctAutoInjector entities: - - uid: 27220 + - uid: 28043 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - proto: PyraAutoInjector entities: - - uid: 27221 + - uid: 28044 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - proto: Rack entities: - - uid: 28939 + - uid: 29662 components: - type: Transform pos: 48.5,10.5 parent: 2 - - uid: 28940 + - uid: 29663 components: - type: Transform pos: -70.5,-0.5 parent: 2 - - uid: 28941 - components: - - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 28942 + - uid: 29664 components: - type: Transform pos: 104.5,-50.5 parent: 2 - - uid: 28943 + - uid: 29665 components: - type: Transform pos: -8.5,-98.5 parent: 2 - - uid: 28944 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 2 - - uid: 28945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-46.5 - parent: 2 - - uid: 28946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-59.5 - parent: 2 - - uid: 28947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-59.5 - parent: 2 - - uid: 28948 - components: - - type: Transform - pos: 2.5,-51.5 - parent: 2 - - uid: 28949 - components: - - type: Transform - pos: -1.5,-51.5 - parent: 2 - - uid: 28950 + - uid: 29666 components: - type: Transform pos: 16.5,-8.5 parent: 2 - - uid: 28951 + - uid: 29667 components: - type: Transform pos: -68.5,-15.5 parent: 2 - - uid: 28952 + - uid: 29668 components: - type: Transform pos: 12.5,-8.5 parent: 2 - - uid: 28953 - components: - - type: Transform - pos: -10.5,-38.5 - parent: 2 - - uid: 28954 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-43.5 - parent: 2 - - uid: 28955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-43.5 - parent: 2 - - uid: 28956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-43.5 - parent: 2 - - uid: 28957 + - uid: 29669 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,21.5 parent: 2 - - uid: 28958 + - uid: 29670 components: - type: Transform pos: -55.5,-80.5 parent: 2 - - uid: 28959 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 28960 + - uid: 29671 components: - type: Transform pos: -4.5,-91.5 parent: 2 - - uid: 28961 + - uid: 29672 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-68.5 parent: 2 - - uid: 28962 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 2 - - uid: 28963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-32.5 - parent: 2 - - uid: 28964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-32.5 - parent: 2 - - uid: 28965 + - uid: 29673 components: - type: Transform pos: -21.5,-38.5 parent: 2 - - uid: 28966 + - uid: 29674 components: - type: Transform pos: 103.5,-50.5 parent: 2 - - uid: 28967 + - uid: 29675 components: - type: Transform pos: -10.5,-8.5 parent: 2 - - uid: 28968 + - uid: 29676 components: - type: Transform pos: -14.5,-8.5 parent: 2 - - uid: 28969 + - uid: 29677 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,18.5 parent: 2 - - uid: 28970 + - uid: 29678 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-23.5 parent: 2 - - uid: 28971 + - uid: 29679 components: - type: Transform pos: 62.5,-19.5 parent: 2 - - uid: 28972 + - uid: 29680 components: - type: Transform pos: 54.5,-17.5 parent: 2 - - uid: 28973 + - uid: 29681 components: - type: Transform pos: 62.5,-17.5 parent: 2 - - uid: 28974 + - uid: 29682 components: - type: Transform pos: 64.5,-13.5 parent: 2 - - uid: 28975 + - uid: 29683 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,13.5 parent: 2 - - uid: 28976 + - uid: 29684 components: - type: Transform pos: 55.5,-19.5 parent: 2 - - uid: 28977 + - uid: 29685 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-19.5 parent: 2 - - uid: 28978 + - uid: 29686 components: - type: Transform pos: 57.5,-22.5 parent: 2 - - uid: 28979 + - uid: 29687 components: - type: Transform pos: 65.5,-17.5 parent: 2 - - uid: 28980 + - uid: 29688 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-11.5 parent: 2 - - uid: 28981 + - uid: 29689 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-13.5 parent: 2 - - uid: 28982 + - uid: 29690 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,22.5 parent: 2 - - uid: 28983 + - uid: 29691 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,22.5 parent: 2 - - uid: 28984 + - uid: 29692 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,18.5 parent: 2 - - uid: 28985 + - uid: 29693 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,22.5 parent: 2 - - uid: 28986 + - uid: 29694 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,18.5 parent: 2 - - uid: 28987 + - uid: 29695 components: - type: Transform pos: 65.5,-19.5 parent: 2 - - uid: 28988 + - uid: 29696 components: - type: Transform pos: 63.5,-19.5 parent: 2 - - uid: 28989 + - uid: 29697 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-38.5 parent: 2 - - uid: 28990 + - uid: 29698 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-38.5 parent: 2 - - uid: 28991 + - uid: 29699 components: - type: Transform pos: 64.5,-19.5 parent: 2 - - uid: 28992 + - uid: 29700 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-11.5 parent: 2 - - uid: 28993 + - uid: 29701 components: - type: Transform pos: 46.5,-5.5 parent: 2 - - uid: 28994 + - uid: 29702 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,13.5 parent: 2 - - uid: 28995 + - uid: 29703 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-11.5 parent: 2 - - uid: 28997 + - uid: 29704 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,16.5 parent: 2 - - uid: 28998 + - uid: 29705 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,17.5 parent: 2 - - uid: 28999 + - uid: 29706 components: - type: Transform pos: 57.5,-19.5 parent: 2 - - uid: 29000 + - uid: 29707 components: - type: Transform pos: 57.5,-17.5 parent: 2 - - uid: 29001 + - uid: 29708 components: - type: Transform pos: -29.5,-86.5 parent: 2 - - uid: 29002 + - uid: 29709 components: - type: Transform pos: -34.5,-83.5 parent: 2 - - uid: 29003 + - uid: 29710 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-76.5 parent: 2 - - uid: 29004 + - uid: 29711 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-1.5 parent: 2 - - uid: 29005 + - uid: 29712 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,9.5 parent: 2 - - uid: 29006 + - uid: 29713 components: - type: Transform pos: 41.5,-82.5 parent: 2 - - uid: 29007 + - uid: 29714 components: - type: Transform pos: -66.5,-71.5 parent: 2 - - uid: 29008 + - uid: 29715 components: - type: Transform pos: -47.5,-81.5 parent: 2 - - uid: 29009 + - uid: 29716 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-19.5 parent: 2 - - uid: 29010 + - uid: 29717 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.5,-21.5 parent: 2 - - uid: 29011 + - uid: 29718 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-44.5 parent: 2 - - uid: 29012 + - uid: 29719 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-105.5 parent: 2 - - uid: 29013 + - uid: 29720 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-74.5 parent: 2 - - uid: 29014 + - uid: 29721 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-32.5 parent: 2 - - uid: 29015 + - uid: 29722 components: - type: Transform pos: 19.5,7.5 parent: 2 - - uid: 29016 + - uid: 29723 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-72.5 parent: 2 - - uid: 29017 + - uid: 29724 components: - type: Transform pos: -39.5,-65.5 parent: 2 - - uid: 29018 + - uid: 29725 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,19.5 parent: 2 - - uid: 29019 + - uid: 29726 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,19.5 parent: 2 - - uid: 29020 + - uid: 29727 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-87.5 parent: 2 - - uid: 29021 + - uid: 29728 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-42.5 parent: 2 - - uid: 29022 + - uid: 29729 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-41.5 parent: 2 - - uid: 29023 + - uid: 29730 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-41.5 parent: 2 - - uid: 29024 + - uid: 29731 components: - type: Transform pos: 39.5,-35.5 parent: 2 - - uid: 29025 + - uid: 29732 components: - type: Transform pos: 38.5,-35.5 parent: 2 - - uid: 29026 + - uid: 29733 components: - type: Transform pos: 37.5,-35.5 parent: 2 - - uid: 29027 + - uid: 29734 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-42.5 parent: 2 - - uid: 29028 + - uid: 29735 components: - type: Transform pos: 53.5,-48.5 parent: 2 - - uid: 29029 + - uid: 29736 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-69.5 parent: 2 - - uid: 29030 + - uid: 29737 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-91.5 parent: 2 - - uid: 29031 + - uid: 29738 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-87.5 parent: 2 - - uid: 29032 + - uid: 29739 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-18.5 parent: 2 - - uid: 29033 + - uid: 29740 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-78.5 parent: 2 - - uid: 29034 + - uid: 29741 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,7.5 parent: 2 - - uid: 29035 + - uid: 29742 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-52.5 parent: 2 - - uid: 29036 + - uid: 29743 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-29.5 parent: 2 - - uid: 29037 + - uid: 29744 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-26.5 parent: 2 - - uid: 29038 + - uid: 29745 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-23.5 parent: 2 - - uid: 29039 + - uid: 29746 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-8.5 parent: 2 - - uid: 29040 + - uid: 29747 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-40.5 parent: 2 - - uid: 29041 + - uid: 29748 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,6.5 parent: 2 - - uid: 29042 + - uid: 29749 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-56.5 parent: 2 - - uid: 29043 + - uid: 29750 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-77.5 parent: 2 - - uid: 29044 + - uid: 29751 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-91.5 parent: 2 - - uid: 29045 + - uid: 29752 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-57.5 parent: 2 - - uid: 29046 + - uid: 29753 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-53.5 parent: 2 - - uid: 29047 + - uid: 29754 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-87.5 parent: 2 - - uid: 29048 + - uid: 29755 components: - type: Transform pos: -44.5,-92.5 parent: 2 - - uid: 29049 + - uid: 29756 components: - type: Transform pos: -70.5,-17.5 parent: 2 - - uid: 29050 + - uid: 29757 components: - type: Transform pos: -68.5,-34.5 parent: 2 - - uid: 29051 + - uid: 29758 components: - type: Transform pos: 54.5,-96.5 parent: 2 - - uid: 29052 + - uid: 29759 components: - type: Transform pos: 76.5,-19.5 parent: 2 - - uid: 29053 + - uid: 29760 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-46.5 parent: 2 - - uid: 29054 + - uid: 29761 components: - type: Transform pos: 19.5,5.5 parent: 2 - - uid: 29055 + - uid: 29762 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-95.5 parent: 2 - - uid: 29056 + - uid: 29763 components: - type: Transform pos: 47.5,-29.5 parent: 2 - - uid: 29057 + - uid: 29764 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-31.5 parent: 2 - - uid: 29058 + - uid: 29765 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-53.5 parent: 2 - - uid: 29059 + - uid: 29766 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-54.5 parent: 2 - - uid: 29060 + - uid: 29767 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,17.5 parent: 2 - - uid: 29061 + - uid: 29768 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,12.5 parent: 2 - - uid: 29062 + - uid: 29769 components: - type: Transform pos: 72.5,-19.5 parent: 2 - - uid: 29063 + - uid: 29770 components: - type: Transform pos: 71.5,-19.5 parent: 2 - - uid: 29064 + - uid: 29771 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-95.5 parent: 2 - - uid: 29065 + - uid: 29772 components: - type: Transform pos: 76.5,-18.5 parent: 2 - - uid: 29066 + - uid: 29773 components: - type: Transform pos: -6.5,-72.5 parent: 2 - - uid: 29067 + - uid: 29774 components: - type: Transform pos: -38.5,14.5 parent: 2 - - uid: 29068 + - uid: 29775 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-121.5 parent: 2 - - uid: 29069 + - uid: 29776 components: - type: Transform pos: 96.5,-45.5 parent: 2 - - uid: 29070 + - uid: 29777 components: - type: Transform pos: 106.5,-53.5 parent: 2 - - uid: 29071 + - uid: 29778 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-71.5 parent: 2 - - uid: 29072 + - uid: 29779 components: - type: Transform rot: -1.5707963267948966 rad pos: 111.5,-46.5 parent: 2 - - uid: 29073 + - uid: 29780 components: - type: Transform pos: 96.5,-49.5 parent: 2 - - uid: 29074 + - uid: 29781 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-121.5 parent: 2 - - uid: 29075 + - uid: 29782 components: - type: Transform pos: -39.5,-123.5 parent: 2 - - uid: 29076 + - uid: 29783 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-121.5 parent: 2 - - uid: 29077 + - uid: 29784 components: - type: Transform pos: 92.5,-49.5 parent: 2 - - uid: 29078 + - uid: 29785 components: - type: Transform pos: 104.5,-44.5 parent: 2 - - uid: 29079 + - uid: 29786 components: - type: Transform pos: 96.5,-50.5 parent: 2 - - uid: 29080 + - uid: 29787 components: - type: Transform pos: 92.5,-50.5 parent: 2 - - uid: 29081 + - uid: 29788 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.5,-57.5 parent: 2 - - uid: 29082 + - uid: 29789 components: - type: Transform pos: 48.5,-66.5 parent: 2 - - uid: 29083 + - uid: 29790 components: - type: Transform pos: 44.5,-62.5 parent: 2 - - uid: 29084 + - uid: 29791 components: - type: Transform pos: 46.5,-62.5 parent: 2 - - uid: 29085 + - uid: 29792 components: - type: Transform pos: -57.5,-31.5 parent: 2 - - uid: 29086 + - uid: 29793 components: - type: Transform pos: -39.5,-78.5 parent: 2 - - uid: 29087 + - uid: 29794 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-120.5 parent: 2 - - uid: 29088 + - uid: 29795 components: - type: Transform pos: 59.5,-62.5 parent: 2 - - uid: 29089 + - uid: 29796 components: - type: Transform pos: -64.5,4.5 parent: 2 - - uid: 29090 + - uid: 29797 components: - type: Transform pos: -62.5,2.5 parent: 2 - - uid: 29091 + - uid: 29798 components: - type: Transform pos: -59.5,1.5 parent: 2 - - uid: 29092 + - uid: 29799 components: - type: Transform pos: -60.5,1.5 parent: 2 - - uid: 29093 + - uid: 29800 components: - type: Transform pos: -66.5,6.5 parent: 2 - - uid: 29094 + - uid: 29801 components: - type: Transform pos: -57.5,9.5 parent: 2 - - uid: 29095 + - uid: 29802 components: - type: Transform pos: 38.5,-83.5 parent: 2 - - uid: 29096 + - uid: 29803 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-2.5 parent: 2 - - uid: 29097 + - uid: 29804 components: - type: Transform pos: -52.5,-83.5 parent: 2 - - uid: 29098 + - uid: 29805 components: - type: Transform pos: 70.5,-45.5 parent: 2 - - uid: 29099 + - uid: 29806 components: - type: Transform pos: 31.5,23.5 parent: 2 - - uid: 29100 + - uid: 29807 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-109.5 parent: 2 - - uid: 29101 + - uid: 29808 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-110.5 parent: 2 - - uid: 29102 + - uid: 29809 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-107.5 parent: 2 - - uid: 29103 + - uid: 29810 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-111.5 parent: 2 - - uid: 29104 + - uid: 29811 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-111.5 parent: 2 - - uid: 29105 + - uid: 29812 components: - type: Transform pos: -48.5,-108.5 parent: 2 - - uid: 29106 + - uid: 29813 components: - type: Transform pos: -50.5,-114.5 parent: 2 - - uid: 29107 + - uid: 29814 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-113.5 parent: 2 - - uid: 29108 + - uid: 29815 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-3.5 parent: 2 - - uid: 29109 + - uid: 29816 components: - type: Transform pos: -73.5,-13.5 parent: 2 - - uid: 29110 + - uid: 29817 components: - type: Transform pos: -79.5,2.5 parent: 2 - - uid: 29111 + - uid: 29818 components: - type: Transform rot: 1.5707963267948966 rad pos: -81.5,-11.5 parent: 2 - - uid: 29112 + - uid: 29819 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-19.5 parent: 2 - - uid: 29113 + - uid: 29820 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-11.5 parent: 2 - - uid: 29114 + - uid: 29821 components: - type: Transform rot: 3.141592653589793 rad pos: 95.5,-84.5 parent: 2 - - uid: 29115 + - uid: 29822 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,30.5 parent: 2 - - uid: 29116 + - uid: 29823 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-94.5 parent: 2 - - uid: 29117 + - uid: 29824 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,28.5 parent: 2 - - uid: 29118 + - uid: 29825 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,-21.5 parent: 2 - - uid: 29119 + - uid: 29826 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,20.5 parent: 2 - - uid: 29120 + - uid: 29827 components: - type: Transform pos: -57.5,-74.5 parent: 2 - - uid: 29121 + - uid: 29828 components: - type: Transform pos: -56.5,-101.5 parent: 2 - - uid: 29122 + - uid: 29829 components: - type: Transform pos: -41.5,-97.5 parent: 2 - - uid: 29123 + - uid: 29830 components: - type: Transform pos: -26.5,-112.5 parent: 2 - - uid: 29124 + - uid: 29831 components: - type: Transform pos: 67.5,-48.5 parent: 2 - - uid: 29125 + - uid: 29832 components: - type: Transform pos: 71.5,-49.5 parent: 2 - - uid: 29126 + - uid: 29833 components: - type: Transform pos: 43.5,17.5 parent: 2 - - uid: 29127 + - uid: 29834 components: - type: Transform pos: 48.5,16.5 parent: 2 - - uid: 29128 + - uid: 29835 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,19.5 parent: 2 - - uid: 29129 + - uid: 29836 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,20.5 parent: 2 - - uid: 29130 + - uid: 29837 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-82.5 parent: 2 - - uid: 29131 + - uid: 29838 components: - type: Transform pos: 68.5,2.5 parent: 2 - - uid: 29132 + - uid: 29839 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,20.5 parent: 2 - - uid: 29134 + - uid: 29840 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-44.5 parent: 2 - - uid: 29135 + - uid: 29841 components: - type: Transform pos: -6.5,-91.5 parent: 2 - - uid: 29136 + - uid: 29842 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-108.5 parent: 2 - - uid: 29137 + - uid: 29843 components: - type: Transform pos: 104.5,-18.5 parent: 2 - - uid: 29138 + - uid: 29844 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,43.5 parent: 2 - - uid: 29139 + - uid: 29845 components: - type: Transform pos: -74.5,1.5 parent: 2 - - uid: 29140 + - uid: 29846 components: - type: Transform pos: -71.5,-0.5 parent: 2 - - uid: 29141 + - uid: 29847 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,43.5 parent: 2 - - uid: 29142 + - uid: 29848 components: - type: Transform pos: 9.5,0.5 parent: 2 - - uid: 29143 + - uid: 29849 components: - type: Transform pos: 9.5,-2.5 parent: 2 - - uid: 29144 + - uid: 29850 components: - type: Transform pos: 105.5,-50.5 parent: 2 - - uid: 29145 + - uid: 29851 components: - type: Transform pos: -70.5,-16.5 parent: 2 - - uid: 29146 + - uid: 29852 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,25.5 parent: 2 - - uid: 29147 + - uid: 29853 components: - type: Transform rot: -1.5707963267948966 rad pos: 85.5,6.5 parent: 2 - - uid: 29148 + - uid: 29854 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-100.5 parent: 2 - - uid: 29149 + - uid: 29855 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-102.5 parent: 2 - - uid: 29150 + - uid: 29856 components: - type: Transform pos: -10.5,-106.5 parent: 2 - - uid: 29151 + - uid: 29857 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-102.5 parent: 2 - - uid: 29152 + - uid: 29858 components: - type: Transform pos: 107.5,-18.5 parent: 2 - - uid: 29153 + - uid: 29859 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-71.5 parent: 2 - - uid: 29154 + - uid: 29860 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-96.5 parent: 2 - - uid: 29155 + - uid: 29861 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-103.5 parent: 2 - - uid: 29156 + - uid: 29862 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-98.5 parent: 2 - - uid: 29157 + - uid: 29863 components: - type: Transform pos: -71.5,-55.5 parent: 2 - - uid: 29158 + - uid: 29864 components: - type: Transform pos: -66.5,-55.5 parent: 2 - - uid: 29159 + - uid: 29865 components: - type: Transform pos: 50.5,5.5 parent: 2 - - uid: 29160 + - uid: 29866 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,5.5 parent: 2 - - uid: 29161 + - uid: 29867 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,34.5 parent: 2 - - uid: 29162 + - uid: 29868 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-134.5 parent: 2 - - uid: 31483 + - uid: 29869 components: - type: Transform rot: -1.5707963267948966 rad @@ -209162,1268 +213901,1105 @@ entities: parent: 2 - proto: RadiationCollector entities: - - uid: 29163 + - uid: 29870 components: - type: Transform pos: 71.5,-58.5 parent: 2 - proto: RadiationCollectorFullTank entities: - - uid: 29164 + - uid: 29871 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 29872 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 29873 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 29874 components: - type: Transform pos: 75.5,-64.5 parent: 2 - - uid: 29165 + - uid: 29875 components: - type: Transform pos: 83.5,-66.5 parent: 2 - - uid: 29166 + - uid: 29876 components: - type: Transform pos: 85.5,-63.5 parent: 2 - - uid: 29167 + - uid: 29877 components: - type: Transform pos: 84.5,-66.5 parent: 2 - - uid: 29168 + - uid: 29878 components: - type: Transform pos: 77.5,-54.5 parent: 2 - - uid: 29169 + - uid: 29879 components: - type: Transform pos: 76.5,-64.5 parent: 2 - - uid: 29170 - components: - - type: Transform - pos: -9.5,-55.5 - parent: 2 - - uid: 29171 + - uid: 29880 components: - type: Transform pos: 16.5,7.5 parent: 2 + - uid: 29881 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 - proto: RadiationCollectorNoTank entities: - - uid: 29172 + - uid: 29882 components: - type: Transform pos: 54.5,-63.5 parent: 2 - - uid: 29173 + - uid: 29883 components: - type: Transform pos: 53.5,-66.5 parent: 2 - - uid: 29174 + - uid: 29884 components: - type: Transform pos: 54.5,-62.5 parent: 2 - - uid: 29175 + - uid: 29885 components: - type: Transform pos: 14.5,6.5 parent: 2 - proto: RadioHandheld entities: - - uid: 29176 + - uid: 29886 components: - type: Transform pos: -55.382984,-13.366422 parent: 2 - - uid: 29177 + - uid: 29887 components: - type: Transform pos: -55.670765,-13.221542 parent: 2 - proto: Railing entities: - - uid: 29178 + - uid: 29888 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-34.5 parent: 2 - - uid: 29179 + - uid: 29889 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-36.5 parent: 2 - - uid: 29180 + - uid: 29890 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-34.5 parent: 2 - - uid: 29181 + - uid: 29891 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-34.5 parent: 2 - - uid: 29182 + - uid: 29892 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-42.5 parent: 2 - - uid: 29183 + - uid: 29893 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-37.5 parent: 2 - - uid: 29184 + - uid: 29894 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-34.5 parent: 2 - - uid: 29185 + - uid: 29895 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-41.5 parent: 2 - - uid: 29186 + - uid: 29896 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-34.5 parent: 2 - - uid: 29187 + - uid: 29897 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-34.5 parent: 2 - - uid: 29188 + - uid: 29898 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-40.5 parent: 2 - - uid: 29189 + - uid: 29899 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-34.5 parent: 2 - - uid: 29190 + - uid: 29900 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-34.5 parent: 2 - - uid: 29191 + - uid: 29901 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-42.5 parent: 2 - - uid: 29192 + - uid: 29902 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-35.5 parent: 2 - - uid: 29193 + - uid: 29903 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-36.5 parent: 2 - - uid: 29194 + - uid: 29904 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-37.5 parent: 2 - - uid: 29195 + - uid: 29905 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-38.5 parent: 2 - - uid: 29196 + - uid: 29906 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,42.5 parent: 2 - - uid: 29197 + - uid: 29907 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-109.5 parent: 2 - - uid: 29198 - components: - - type: Transform - pos: 8.5,-46.5 - parent: 2 - - uid: 29199 - components: - - type: Transform - pos: 9.5,-46.5 - parent: 2 - - uid: 29200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-56.5 - parent: 2 - - uid: 29201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-57.5 - parent: 2 - - uid: 29202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-57.5 - parent: 2 - - uid: 29203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-59.5 - parent: 2 - - uid: 29204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-59.5 - parent: 2 - - uid: 29205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-52.5 - parent: 2 - - uid: 29206 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-55.5 - parent: 2 - - uid: 29207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-53.5 - parent: 2 - - uid: 29208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-54.5 - parent: 2 - - uid: 29209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-52.5 - parent: 2 - - uid: 29210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-53.5 - parent: 2 - - uid: 29211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-54.5 - parent: 2 - - uid: 29212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-55.5 - parent: 2 - - uid: 29213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-51.5 - parent: 2 - - uid: 29214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-56.5 - parent: 2 - - uid: 29215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-47.5 - parent: 2 - - uid: 29216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-46.5 - parent: 2 - - uid: 29217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-45.5 - parent: 2 - - uid: 29218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-51.5 - parent: 2 - - uid: 29219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-49.5 - parent: 2 - - uid: 29220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-51.5 - parent: 2 - - uid: 29221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-51.5 - parent: 2 - - uid: 29222 + - uid: 29908 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-41.5 parent: 2 - - uid: 29223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-27.5 - parent: 2 - - uid: 29224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-27.5 - parent: 2 - - uid: 29225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-27.5 - parent: 2 - - uid: 29226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-27.5 - parent: 2 - - uid: 29227 + - uid: 29909 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-39.5 parent: 2 - - uid: 29228 + - uid: 29910 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-40.5 parent: 2 - - uid: 29229 + - uid: 29911 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-43.5 parent: 2 - - uid: 29230 + - uid: 29912 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-44.5 parent: 2 - - uid: 29231 + - uid: 29913 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,42.5 parent: 2 - - uid: 29232 + - uid: 29914 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,18.5 parent: 2 - - uid: 29233 + - uid: 29915 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,17.5 parent: 2 - - uid: 29234 + - uid: 29916 components: - type: Transform rot: 1.5707963267948966 rad pos: 89.5,-81.5 parent: 2 - - uid: 29235 + - uid: 29917 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-43.5 parent: 2 - - uid: 29236 + - uid: 29918 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-44.5 parent: 2 - - uid: 29237 + - uid: 29919 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-44.5 parent: 2 - - uid: 29238 + - uid: 29920 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,18.5 parent: 2 - - uid: 29239 + - uid: 29921 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,17.5 parent: 2 - - uid: 29240 + - uid: 29922 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-42.5 parent: 2 - - uid: 29241 + - uid: 29923 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-43.5 parent: 2 - - uid: 29242 + - uid: 29924 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-44.5 parent: 2 - - uid: 29243 + - uid: 29925 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-42.5 parent: 2 - - uid: 29244 + - uid: 29926 components: - type: Transform pos: 8.5,-8.5 parent: 2 - - uid: 29245 + - uid: 29927 components: - type: Transform pos: 7.5,-8.5 parent: 2 - - uid: 29246 + - uid: 29928 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-6.5 parent: 2 - - uid: 29247 + - uid: 29929 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-7.5 parent: 2 - - uid: 29248 + - uid: 29930 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-6.5 parent: 2 - - uid: 29249 + - uid: 29931 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-8.5 parent: 2 - - uid: 29250 + - uid: 29932 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-8.5 parent: 2 - - uid: 29251 + - uid: 29933 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-8.5 parent: 2 - - uid: 29252 + - uid: 29934 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-8.5 parent: 2 - - uid: 29253 + - uid: 29935 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-77.5 parent: 2 - - uid: 29254 + - uid: 29936 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-92.5 parent: 2 - - uid: 29255 + - uid: 29937 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-76.5 parent: 2 - - uid: 29256 + - uid: 29938 components: - type: Transform pos: 86.5,-75.5 parent: 2 - - uid: 29257 + - uid: 29939 components: - type: Transform pos: 87.5,-75.5 parent: 2 - - uid: 29258 + - uid: 29940 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,1.5 parent: 2 - - uid: 29259 + - uid: 29941 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-0.5 parent: 2 - - uid: 29260 + - uid: 29942 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-38.5 parent: 2 - - uid: 29261 + - uid: 29943 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-38.5 parent: 2 - - uid: 29262 + - uid: 29944 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-38.5 parent: 2 - - uid: 29263 + - uid: 29945 components: - type: Transform pos: -80.5,-38.5 parent: 2 - - uid: 29264 + - uid: 29946 components: - type: Transform pos: -79.5,-38.5 parent: 2 - - uid: 29265 + - uid: 29947 components: - type: Transform pos: -79.5,-38.5 parent: 2 - - uid: 29266 + - uid: 29948 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-84.5 parent: 2 - - uid: 29267 + - uid: 29949 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-85.5 parent: 2 - - uid: 29268 + - uid: 29950 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-87.5 parent: 2 - - uid: 29269 + - uid: 29951 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-86.5 parent: 2 - - uid: 29270 + - uid: 29952 components: - type: Transform pos: -20.5,-88.5 parent: 2 - - uid: 29271 + - uid: 29953 components: - type: Transform pos: -21.5,-88.5 parent: 2 - - uid: 29272 + - uid: 29954 components: - type: Transform pos: -22.5,-88.5 parent: 2 - - uid: 29273 + - uid: 29955 components: - type: Transform pos: -23.5,-88.5 parent: 2 - - uid: 29274 + - uid: 29956 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-83.5 parent: 2 - - uid: 29275 + - uid: 29957 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-83.5 parent: 2 - - uid: 29276 + - uid: 29958 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-87.5 parent: 2 - - uid: 29277 + - uid: 29959 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-86.5 parent: 2 - - uid: 29278 + - uid: 29960 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-85.5 parent: 2 - - uid: 29279 + - uid: 29961 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-84.5 parent: 2 - - uid: 29280 + - uid: 29962 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,20.5 parent: 2 - - uid: 29281 + - uid: 29963 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,20.5 parent: 2 - - uid: 29282 + - uid: 29964 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,20.5 parent: 2 - - uid: 29283 + - uid: 29965 components: - type: Transform pos: -78.5,-38.5 parent: 2 - - uid: 29284 + - uid: 29966 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,20.5 parent: 2 - - uid: 29285 + - uid: 29967 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-78.5 parent: 2 - - uid: 29286 + - uid: 29968 components: - type: Transform pos: 85.5,-75.5 parent: 2 - - uid: 29287 + - uid: 29969 components: - type: Transform pos: 84.5,-75.5 parent: 2 - - uid: 29288 + - uid: 29970 components: - type: Transform pos: 83.5,-75.5 parent: 2 - - uid: 29289 + - uid: 29971 components: - type: Transform pos: 37.5,-0.5 parent: 2 - - uid: 29290 + - uid: 29972 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-8.5 parent: 2 - - uid: 29291 + - uid: 29973 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-79.5 parent: 2 - - uid: 29292 + - uid: 29974 components: - type: Transform pos: 89.5,-80.5 parent: 2 - - uid: 29293 + - uid: 29975 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,-77.5 parent: 2 - - uid: 29294 + - uid: 29976 components: - type: Transform pos: 90.5,-80.5 parent: 2 - - uid: 29295 + - uid: 29977 components: - type: Transform rot: 3.141592653589793 rad pos: 89.5,-73.5 parent: 2 - - uid: 29296 + - uid: 29978 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,-76.5 parent: 2 - - uid: 29297 + - uid: 29979 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,-75.5 parent: 2 - - uid: 29298 + - uid: 29980 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-73.5 parent: 2 - - uid: 29299 + - uid: 29981 components: - type: Transform rot: 3.141592653589793 rad pos: 87.5,-73.5 parent: 2 - - uid: 29300 + - uid: 29982 components: - type: Transform rot: 3.141592653589793 rad pos: 86.5,-73.5 parent: 2 - - uid: 29301 + - uid: 29983 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-73.5 parent: 2 - - uid: 29302 + - uid: 29984 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-91.5 parent: 2 - - uid: 29303 + - uid: 29985 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-73.5 parent: 2 - - uid: 29304 + - uid: 29986 components: - type: Transform rot: 3.141592653589793 rad pos: 83.5,-73.5 parent: 2 - - uid: 29305 + - uid: 29987 components: - type: Transform rot: 1.5707963267948966 rad pos: 98.5,-74.5 parent: 2 - - uid: 29306 + - uid: 29988 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-105.5 parent: 2 - - uid: 29307 + - uid: 29989 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-105.5 parent: 2 - - uid: 29308 + - uid: 29990 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-103.5 parent: 2 - - uid: 29309 + - uid: 29991 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-102.5 parent: 2 - - uid: 29310 + - uid: 29992 components: - type: Transform pos: -33.5,-100.5 parent: 2 - - uid: 29311 + - uid: 29993 components: - type: Transform pos: -32.5,-100.5 parent: 2 - - uid: 29312 + - uid: 29994 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-102.5 parent: 2 - - uid: 29313 + - uid: 29995 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-103.5 parent: 2 - - uid: 29314 + - uid: 29996 components: - type: Transform rot: 1.5707963267948966 rad pos: 98.5,-75.5 parent: 2 - - uid: 29315 + - uid: 29997 components: - type: Transform rot: 1.5707963267948966 rad pos: 98.5,-76.5 parent: 2 - - uid: 29316 + - uid: 29998 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-76.5 parent: 2 - - uid: 29317 + - uid: 29999 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-75.5 parent: 2 - - uid: 29318 + - uid: 30000 components: - type: Transform rot: -1.5707963267948966 rad pos: 98.5,-74.5 parent: 2 - - uid: 29319 + - uid: 30001 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-47.5 parent: 2 - - uid: 29320 + - uid: 30002 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-47.5 parent: 2 - - uid: 29321 + - uid: 30003 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-48.5 parent: 2 - - uid: 29322 + - uid: 30004 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-48.5 parent: 2 - - uid: 29323 + - uid: 30005 components: - type: Transform pos: 79.5,-2.5 parent: 2 - - uid: 29324 + - uid: 30006 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-3.5 parent: 2 - - uid: 29325 + - uid: 30007 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-5.5 parent: 2 - - uid: 29326 + - uid: 30008 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-6.5 parent: 2 - - uid: 29327 + - uid: 30009 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,-4.5 parent: 2 - - uid: 29328 + - uid: 30010 components: - type: Transform pos: 80.5,-2.5 parent: 2 - - uid: 29329 + - uid: 30011 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-3.5 parent: 2 - - uid: 29330 + - uid: 30012 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-5.5 parent: 2 - - uid: 29331 + - uid: 30013 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-6.5 parent: 2 - - uid: 29332 + - uid: 30014 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-4.5 parent: 2 - - uid: 29333 + - uid: 30015 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-7.5 parent: 2 - - uid: 29334 + - uid: 30016 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-7.5 parent: 2 - - uid: 29335 + - uid: 30017 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-7.5 parent: 2 - - uid: 29336 + - uid: 30018 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-7.5 parent: 2 - - uid: 29337 + - uid: 30019 components: - type: Transform pos: 81.5,-2.5 parent: 2 - - uid: 29338 + - uid: 30020 components: - type: Transform pos: 82.5,-2.5 parent: 2 - - uid: 29339 + - uid: 30021 components: - type: Transform rot: 3.141592653589793 rad pos: 90.5,-82.5 parent: 2 - - uid: 29340 + - uid: 30022 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-108.5 parent: 2 - - uid: 29341 + - uid: 30023 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-109.5 parent: 2 - - uid: 29342 + - uid: 30024 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-108.5 parent: 2 - - uid: 29343 + - uid: 30025 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,18.5 parent: 2 - - uid: 29344 + - uid: 30026 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-54.5 parent: 2 - - uid: 29345 + - uid: 30027 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,18.5 parent: 2 - - uid: 29346 + - uid: 30028 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,18.5 parent: 2 - - uid: 29347 + - uid: 30029 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,18.5 parent: 2 - - uid: 29348 + - uid: 30030 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,-54.5 parent: 2 - - uid: 29349 + - uid: 30031 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-54.5 parent: 2 + - uid: 30032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-34.5 + parent: 2 + - uid: 30033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-33.5 + parent: 2 + - uid: 30034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-32.5 + parent: 2 + - uid: 30035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-35.5 + parent: 2 - proto: RailingCorner entities: - - uid: 29350 + - uid: 30036 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,43.5 parent: 2 - - uid: 29351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-49.5 - parent: 2 - - uid: 29352 + - uid: 30037 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-110.5 parent: 2 - - uid: 29353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-49.5 - parent: 2 - - uid: 29354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-59.5 - parent: 2 - - uid: 29355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-59.5 - parent: 2 - - uid: 29356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-53.5 - parent: 2 - - uid: 29357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-53.5 - parent: 2 - - uid: 29358 + - uid: 30038 components: - type: Transform pos: 16.5,-11.5 parent: 2 - - uid: 29359 + - uid: 30039 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-8.5 parent: 2 - - uid: 29360 + - uid: 30040 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-11.5 parent: 2 - - uid: 29361 + - uid: 30041 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-8.5 parent: 2 - - uid: 29362 + - uid: 30042 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-8.5 parent: 2 - - uid: 29363 + - uid: 30043 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-8.5 parent: 2 - - uid: 29364 + - uid: 30044 components: - type: Transform pos: -10.5,-11.5 parent: 2 - - uid: 29365 + - uid: 30045 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-11.5 parent: 2 - - uid: 29366 + - uid: 30046 components: - type: Transform pos: 9.5,-8.5 parent: 2 - - uid: 29367 + - uid: 30047 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-6.5 parent: 2 - - uid: 29368 + - uid: 30048 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-95.5 parent: 2 - - uid: 29369 + - uid: 30049 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,1.5 parent: 2 - - uid: 29370 + - uid: 30050 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-93.5 parent: 2 - - uid: 29371 + - uid: 30051 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-0.5 parent: 2 - - uid: 29372 + - uid: 30052 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-0.5 parent: 2 - - uid: 29373 + - uid: 30053 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-88.5 parent: 2 - - uid: 29374 + - uid: 30054 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-83.5 parent: 2 - - uid: 29375 + - uid: 30055 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-83.5 parent: 2 - - uid: 29376 + - uid: 30056 components: - type: Transform pos: -19.5,-88.5 parent: 2 - - uid: 29377 + - uid: 30057 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-80.5 parent: 2 - - uid: 29378 + - uid: 30058 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-110.5 parent: 2 - - uid: 29379 + - uid: 30059 components: - type: Transform rot: 3.141592653589793 rad @@ -210431,214 +215007,187 @@ entities: parent: 2 - proto: RailingCornerSmall entities: - - uid: 29380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-59.5 - parent: 2 - - uid: 29381 - components: - - type: Transform - pos: 4.5,-59.5 - parent: 2 - - uid: 29382 - components: - - type: Transform - pos: 6.5,-53.5 - parent: 2 - - uid: 29383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-53.5 - parent: 2 - - uid: 29384 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 2 - - uid: 29385 + - uid: 30060 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-2.5 parent: 2 - - uid: 29386 + - uid: 30061 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-41.5 parent: 2 - - uid: 29387 + - uid: 30062 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-41.5 parent: 2 - - uid: 29388 + - uid: 30063 components: - type: Transform pos: 29.5,-44.5 parent: 2 - - uid: 29389 + - uid: 30064 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-44.5 parent: 2 - - uid: 29390 + - uid: 30065 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-6.5 parent: 2 - - uid: 29391 + - uid: 30066 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-8.5 parent: 2 - - uid: 29392 + - uid: 30067 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-1.5 parent: 2 - - uid: 29393 + - uid: 30068 components: - type: Transform rot: 1.5707963267948966 rad pos: 88.5,-75.5 parent: 2 - - uid: 29394 + - uid: 30069 components: - type: Transform rot: -1.5707963267948966 rad pos: 90.5,-78.5 parent: 2 - - uid: 29395 + - uid: 30070 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-104.5 parent: 2 - - uid: 29396 + - uid: 30071 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-101.5 parent: 2 - - uid: 29397 + - uid: 30072 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,-100.5 parent: 2 - - uid: 29398 + - uid: 30073 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-100.5 parent: 2 - - uid: 29399 + - uid: 30074 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-101.5 parent: 2 - - uid: 29400 + - uid: 30075 components: - type: Transform pos: -30.5,-104.5 parent: 2 - - uid: 29401 + - uid: 30076 components: - type: Transform pos: -31.5,-105.5 parent: 2 - - uid: 29402 + - uid: 30077 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-105.5 parent: 2 - - uid: 29403 + - uid: 30078 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-76.5 parent: 2 - - uid: 29404 + - uid: 30079 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-2.5 parent: 2 - - uid: 29405 + - uid: 30080 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-2.5 parent: 2 - - uid: 29406 + - uid: 30081 components: - type: Transform pos: 83.5,-7.5 parent: 2 - - uid: 29407 + - uid: 30082 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-7.5 parent: 2 - - uid: 29408 + - uid: 30083 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-82.5 parent: 2 - - uid: 29409 + - uid: 30084 components: - type: Transform pos: 91.5,-82.5 parent: 2 - - uid: 29410 + - uid: 30085 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,4.5 parent: 2 - - uid: 29411 + - uid: 30086 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,6.5 parent: 2 - - uid: 29412 + - uid: 30087 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,6.5 parent: 2 - - uid: 29413 + - uid: 30088 components: - type: Transform pos: 84.5,4.5 parent: 2 - - uid: 29414 + - uid: 30089 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-38.5 parent: 2 - - uid: 29415 + - uid: 30090 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-38.5 parent: 2 - - uid: 29416 + - uid: 30091 components: - type: Transform rot: 3.141592653589793 rad @@ -210646,153 +215195,153 @@ entities: parent: 2 - proto: RailingRound entities: - - uid: 29417 + - uid: 30092 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-93.5 parent: 2 - - uid: 29418 + - uid: 30093 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-89.5 parent: 2 - - uid: 29419 + - uid: 30094 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-101.5 parent: 2 - - uid: 29420 + - uid: 30095 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-101.5 parent: 2 - - uid: 29421 + - uid: 30096 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-97.5 parent: 2 - - uid: 29422 + - uid: 30097 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-93.5 parent: 2 - - uid: 29423 + - uid: 30098 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-97.5 parent: 2 - - uid: 29424 + - uid: 30099 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-87.5 parent: 2 - - uid: 29425 + - uid: 30100 components: - type: Transform pos: -82.5,31.5 parent: 2 - - uid: 29426 + - uid: 30101 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-91.5 parent: 2 - - uid: 29427 + - uid: 30102 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-89.5 parent: 2 - - uid: 29428 + - uid: 30103 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-108.5 parent: 2 - - uid: 29429 + - uid: 30104 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,17.5 parent: 2 - - uid: 29430 + - uid: 30105 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-108.5 parent: 2 - - uid: 29431 + - uid: 30106 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,13.5 parent: 2 - - uid: 29432 + - uid: 30107 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.5,13.5 parent: 2 - - uid: 29433 + - uid: 30108 components: - type: Transform rot: 1.5707963267948966 rad pos: -88.5,17.5 parent: 2 - - uid: 29434 + - uid: 30109 components: - type: Transform pos: -85.5,25.5 parent: 2 - - uid: 29435 + - uid: 30110 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-105.5 parent: 2 - - uid: 29436 + - uid: 30111 components: - type: Transform pos: -79.5,25.5 parent: 2 - - uid: 29437 + - uid: 30112 components: - type: Transform pos: 98.5,-78.5 parent: 2 - - uid: 29438 + - uid: 30113 components: - type: Transform rot: 3.141592653589793 rad pos: 76.5,-98.5 parent: 2 - - uid: 29439 + - uid: 30114 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,-87.5 parent: 2 - - uid: 29440 + - uid: 30115 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,-95.5 parent: 2 - - uid: 29441 + - uid: 30116 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-95.5 parent: 2 - - uid: 29442 + - uid: 30117 components: - type: Transform rot: -1.5707963267948966 rad @@ -210800,413 +215349,423 @@ entities: parent: 2 - proto: RandomArtifactSpawner entities: - - uid: 29443 + - uid: 30118 components: - type: Transform pos: -73.5,-77.5 parent: 2 +- proto: RandomArtifactSpawner20 + entities: + - uid: 30119 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 - proto: RandomBoard entities: - - uid: 29444 + - uid: 30120 components: - type: Transform pos: -70.5,-15.5 parent: 2 - - uid: 29445 + - uid: 30121 components: - type: Transform pos: -69.5,-15.5 parent: 2 +- proto: RandomCommandCorpseSpawner + entities: + - uid: 30122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-45.5 + parent: 2 - proto: RandomDrinkBottle entities: - - uid: 29446 + - uid: 30123 components: - type: Transform pos: 51.5,-52.5 parent: 2 - - uid: 29447 + - uid: 30124 components: - type: Transform pos: 87.5,-38.5 parent: 2 - - uid: 29448 + - uid: 30125 components: - type: Transform pos: 6.5,-103.5 parent: 2 - - uid: 29449 + - uid: 30126 components: - type: Transform pos: 28.5,3.5 parent: 2 - proto: RandomDrinkGlass entities: - - uid: 29450 + - uid: 30127 components: - type: Transform pos: -3.5,-72.5 parent: 2 - - uid: 29451 + - uid: 30128 components: - type: Transform pos: 33.5,-3.5 parent: 2 - - uid: 29452 + - uid: 30129 components: - type: Transform pos: 95.5,-20.5 parent: 2 - - uid: 29453 + - uid: 30130 components: - type: Transform pos: 29.5,-74.5 parent: 2 - - uid: 29454 + - uid: 30131 components: - type: Transform pos: 5.5,-102.5 parent: 2 - - uid: 29455 + - uid: 30132 components: - type: Transform pos: -21.5,-69.5 parent: 2 - - uid: 29456 + - uid: 30133 components: - type: Transform pos: 28.5,1.5 parent: 2 - - uid: 29457 + - uid: 30134 components: - type: Transform pos: -36.5,-25.5 parent: 2 - - uid: 29458 + - uid: 30135 components: - type: Transform pos: -43.5,-83.5 parent: 2 - - uid: 29459 + - uid: 30136 components: - type: Transform pos: -8.5,15.5 parent: 2 - proto: RandomDrinkSoda entities: - - uid: 29460 - components: - - type: Transform - pos: -5.5,-43.5 - parent: 2 - - uid: 29461 + - uid: 30137 components: - type: Transform pos: -43.5,-33.5 parent: 2 - proto: RandomFoodMeal entities: - - uid: 29462 + - uid: 30138 components: - type: Transform pos: 36.5,-3.5 parent: 2 - proto: RandomFoodSingle entities: - - uid: 29463 + - uid: 30139 components: - type: Transform pos: 30.5,8.5 parent: 2 - - uid: 29464 + - uid: 30140 components: - type: Transform pos: 32.5,4.5 parent: 2 - - uid: 29465 + - uid: 30141 components: - type: Transform pos: 87.5,-24.5 parent: 2 - - uid: 29466 + - uid: 30142 components: - type: Transform pos: 95.5,-42.5 parent: 2 - - uid: 29467 + - uid: 30143 components: - type: Transform pos: -9.5,23.5 parent: 2 - - uid: 29468 + - uid: 30144 components: - type: Transform pos: -56.5,12.5 parent: 2 - - uid: 29469 + - uid: 30145 components: - type: Transform pos: -81.5,2.5 parent: 2 - - uid: 29470 + - uid: 30146 components: - type: Transform pos: 43.5,-75.5 parent: 2 - - uid: 29471 + - uid: 30147 components: - type: Transform pos: -43.5,-84.5 parent: 2 - - uid: 29472 + - uid: 30148 components: - type: Transform pos: -2.5,0.5 parent: 2 - proto: RandomInstruments entities: - - uid: 29473 + - uid: 30149 components: - type: Transform pos: 34.5,-26.5 parent: 2 - - uid: 29474 + - uid: 30150 components: - type: Transform pos: -47.5,-116.5 parent: 2 - - uid: 29475 + - uid: 30151 components: - type: Transform pos: -48.5,-116.5 parent: 2 - - uid: 29476 + - uid: 30152 components: - type: Transform pos: -51.5,-116.5 parent: 2 - - uid: 29477 + - uid: 30153 components: - type: Transform pos: -20.5,-93.5 parent: 2 - proto: RandomPainting entities: - - uid: 29478 + - uid: 30154 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,5.5 parent: 2 - - uid: 29479 + - uid: 30155 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-74.5 parent: 2 - - uid: 29480 + - uid: 30156 components: - type: Transform pos: 54.5,-74.5 parent: 2 - - uid: 29481 + - uid: 30157 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-68.5 parent: 2 - - uid: 29482 + - uid: 30158 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,2.5 parent: 2 - - uid: 29483 + - uid: 30159 components: - type: Transform pos: -28.5,9.5 parent: 2 - - uid: 29484 + - uid: 30160 components: - type: Transform pos: -27.5,9.5 parent: 2 - - uid: 29485 + - uid: 30161 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-3.5 parent: 2 - - uid: 29486 + - uid: 30162 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-95.5 parent: 2 - - uid: 29487 + - uid: 30163 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-74.5 parent: 2 - - uid: 29488 + - uid: 30164 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-75.5 parent: 2 - - uid: 29489 + - uid: 30165 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-74.5 parent: 2 - - uid: 29490 + - uid: 30166 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-95.5 parent: 2 - - uid: 29491 + - uid: 30167 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-67.5 parent: 2 - - uid: 29492 + - uid: 30168 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-11.5 parent: 2 - - uid: 29493 + - uid: 30169 components: - type: Transform pos: -37.5,-9.5 parent: 2 - - uid: 29494 + - uid: 30170 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,6.5 parent: 2 - - uid: 29495 + - uid: 30171 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,7.5 parent: 2 - - uid: 29496 + - uid: 30172 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,14.5 parent: 2 - - uid: 29497 + - uid: 30173 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,16.5 parent: 2 - - uid: 29498 + - uid: 30174 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,13.5 parent: 2 - - uid: 29499 + - uid: 30175 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-66.5 parent: 2 - - uid: 29500 + - uid: 30176 components: - type: Transform pos: 5.5,12.5 parent: 2 - - uid: 29501 + - uid: 30177 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,18.5 parent: 2 - - uid: 29502 + - uid: 30178 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,18.5 parent: 2 - - uid: 29503 + - uid: 30179 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,6.5 parent: 2 - - uid: 29504 + - uid: 30180 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,8.5 parent: 2 - - uid: 29505 + - uid: 30181 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,5.5 parent: 2 - - uid: 29506 + - uid: 30182 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,12.5 parent: 2 - - uid: 29507 + - uid: 30183 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,12.5 parent: 2 - - uid: 29508 + - uid: 30184 components: - type: Transform pos: -25.5,2.5 parent: 2 - - uid: 29509 + - uid: 30185 components: - type: Transform pos: 10.5,12.5 parent: 2 - - uid: 29510 + - uid: 30186 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,3.5 parent: 2 - - uid: 29511 + - uid: 30187 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-10.5 parent: 2 - - uid: 29512 + - uid: 30188 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-49.5 parent: 2 - - uid: 29513 + - uid: 30189 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-48.5 parent: 2 - - uid: 29514 + - uid: 30190 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-48.5 parent: 2 - - uid: 29515 + - uid: 30191 components: - type: Transform rot: 1.5707963267948966 rad @@ -211214,522 +215773,522 @@ entities: parent: 2 - proto: RandomPosterAny entities: - - uid: 29516 + - uid: 30192 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,31.5 parent: 2 - - uid: 29517 + - uid: 30193 components: - type: Transform rot: 3.141592653589793 rad pos: 105.5,-54.5 parent: 2 - - uid: 29518 + - uid: 30194 components: - type: Transform rot: 3.141592653589793 rad pos: 83.5,-43.5 parent: 2 - - uid: 29519 + - uid: 30195 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-47.5 parent: 2 - - uid: 29520 + - uid: 30196 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-50.5 parent: 2 - - uid: 29521 + - uid: 30197 components: - type: Transform pos: -68.5,-41.5 parent: 2 - - uid: 29522 + - uid: 30198 components: - type: Transform pos: 34.5,-18.5 parent: 2 - - uid: 29523 + - uid: 30199 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-36.5 parent: 2 - - uid: 29524 + - uid: 30200 components: - type: Transform pos: -75.5,-34.5 parent: 2 - - uid: 29525 + - uid: 30201 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-0.5 parent: 2 - - uid: 29526 + - uid: 30202 components: - type: Transform pos: -67.5,-26.5 parent: 2 - - uid: 29527 + - uid: 30203 components: - type: Transform pos: -69.5,-31.5 parent: 2 - - uid: 29528 + - uid: 30204 components: - type: Transform pos: -61.5,-34.5 parent: 2 - - uid: 29529 + - uid: 30205 components: - type: Transform pos: -63.5,-22.5 parent: 2 - - uid: 29530 + - uid: 30206 components: - type: Transform pos: -66.5,-30.5 parent: 2 - - uid: 29531 + - uid: 30207 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-11.5 parent: 2 - - uid: 29532 + - uid: 30208 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-5.5 parent: 2 - - uid: 29533 + - uid: 30209 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 2 - - uid: 29534 + - uid: 30210 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,10.5 parent: 2 - - uid: 29535 + - uid: 30211 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-11.5 parent: 2 - - uid: 29536 + - uid: 30212 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,10.5 parent: 2 - - uid: 29537 + - uid: 30213 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,15.5 parent: 2 - - uid: 29538 + - uid: 30214 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-1.5 parent: 2 - - uid: 29539 + - uid: 30215 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-11.5 parent: 2 - - uid: 29540 + - uid: 30216 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-25.5 parent: 2 - - uid: 29541 + - uid: 30217 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-66.5 parent: 2 - - uid: 29542 + - uid: 30218 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-74.5 parent: 2 - - uid: 29543 + - uid: 30219 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-75.5 parent: 2 - - uid: 29544 + - uid: 30220 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-73.5 parent: 2 - - uid: 29545 + - uid: 30221 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-62.5 parent: 2 - - uid: 29546 + - uid: 30222 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-76.5 parent: 2 - - uid: 29547 + - uid: 30223 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-91.5 parent: 2 - - uid: 29548 + - uid: 30224 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-93.5 parent: 2 - - uid: 29549 + - uid: 30225 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-100.5 parent: 2 - - uid: 29550 + - uid: 30226 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-95.5 parent: 2 - - uid: 29551 + - uid: 30227 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-92.5 parent: 2 - - uid: 29552 + - uid: 30228 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-80.5 parent: 2 - - uid: 29553 + - uid: 30229 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-74.5 parent: 2 - - uid: 29554 + - uid: 30230 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-61.5 parent: 2 - - uid: 29555 + - uid: 30231 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-45.5 parent: 2 - - uid: 29556 + - uid: 30232 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-48.5 parent: 2 - - uid: 29557 + - uid: 30233 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-51.5 parent: 2 - - uid: 29558 + - uid: 30234 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-34.5 parent: 2 - - uid: 29559 + - uid: 30235 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-40.5 parent: 2 - - uid: 29560 + - uid: 30236 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-39.5 parent: 2 - - uid: 29561 + - uid: 30237 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-30.5 parent: 2 - - uid: 29562 + - uid: 30238 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,5.5 parent: 2 - - uid: 29563 + - uid: 30239 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,1.5 parent: 2 - - uid: 29564 + - uid: 30240 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-11.5 parent: 2 - - uid: 29565 + - uid: 30241 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-50.5 parent: 2 - - uid: 29566 + - uid: 30242 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-47.5 parent: 2 - - uid: 29567 + - uid: 30243 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,1.5 parent: 2 - - uid: 29568 + - uid: 30244 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-4.5 parent: 2 - - uid: 29569 + - uid: 30245 components: - type: Transform pos: 42.5,16.5 parent: 2 - - uid: 29570 + - uid: 30246 components: - type: Transform pos: 32.5,20.5 parent: 2 - - uid: 29571 + - uid: 30247 components: - type: Transform pos: 38.5,26.5 parent: 2 - - uid: 29572 + - uid: 30248 components: - type: Transform pos: 43.5,22.5 parent: 2 - - uid: 29573 + - uid: 30249 components: - type: Transform rot: 3.141592653589793 rad pos: 100.5,-46.5 parent: 2 - - uid: 29574 + - uid: 30250 components: - type: Transform rot: 3.141592653589793 rad pos: 94.5,-47.5 parent: 2 - - uid: 29575 + - uid: 30251 components: - type: Transform rot: 3.141592653589793 rad pos: 110.5,-46.5 parent: 2 - - uid: 29576 + - uid: 30252 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-50.5 parent: 2 - - uid: 29577 + - uid: 30253 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,2.5 parent: 2 - - uid: 29578 + - uid: 30254 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-0.5 parent: 2 - - uid: 29579 + - uid: 30255 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,8.5 parent: 2 - - uid: 29580 + - uid: 30256 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,6.5 parent: 2 - - uid: 29581 + - uid: 30257 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,5.5 parent: 2 - - uid: 29582 + - uid: 30258 components: - type: Transform pos: -58.5,-3.5 parent: 2 - - uid: 29583 + - uid: 30259 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-74.5 parent: 2 - - uid: 29584 + - uid: 30260 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-44.5 parent: 2 - - uid: 29585 + - uid: 30261 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-108.5 parent: 2 - - uid: 29586 + - uid: 30262 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-110.5 parent: 2 - - uid: 29587 + - uid: 30263 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-104.5 parent: 2 - - uid: 29588 + - uid: 30264 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-104.5 parent: 2 - - uid: 29589 + - uid: 30265 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-95.5 parent: 2 - - uid: 29590 + - uid: 30266 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-109.5 parent: 2 - - uid: 29591 + - uid: 30267 components: - type: Transform pos: -47.5,-113.5 parent: 2 - - uid: 29592 + - uid: 30268 components: - type: Transform pos: -50.5,-117.5 parent: 2 - - uid: 29593 + - uid: 30269 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-18.5 parent: 2 - - uid: 29594 + - uid: 30270 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-10.5 parent: 2 - - uid: 29595 + - uid: 30271 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-2.5 parent: 2 - - uid: 29596 + - uid: 30272 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,-2.5 parent: 2 - - uid: 29597 + - uid: 30273 components: - type: Transform rot: 3.141592653589793 rad pos: -87.5,3.5 parent: 2 - - uid: 29598 + - uid: 30274 components: - type: Transform rot: 3.141592653589793 rad pos: -90.5,0.5 parent: 2 - - uid: 29599 + - uid: 30275 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-23.5 parent: 2 - - uid: 29600 + - uid: 30276 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-7.5 parent: 2 - - uid: 29601 + - uid: 30277 components: - type: Transform pos: -60.5,-21.5 parent: 2 - - uid: 29602 + - uid: 30278 components: - type: Transform pos: 86.5,2.5 parent: 2 - - uid: 29603 + - uid: 30279 components: - type: Transform pos: -10.5,-104.5 parent: 2 - - uid: 29604 + - uid: 30280 components: - type: Transform pos: -15.5,-101.5 parent: 2 - - uid: 29605 + - uid: 30281 components: - type: Transform rot: 3.141592653589793 rad @@ -211737,1497 +216296,1490 @@ entities: parent: 2 - proto: RandomPosterContraband entities: - - uid: 29606 + - uid: 30282 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-22.5 parent: 2 - - uid: 29607 + - uid: 30283 components: - type: Transform pos: -48.5,7.5 parent: 2 - - uid: 29608 + - uid: 30284 components: - type: Transform pos: -18.5,11.5 parent: 2 - - uid: 29609 + - uid: 30285 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-97.5 parent: 2 - - uid: 29610 + - uid: 30286 components: - type: Transform pos: 77.5,-13.5 parent: 2 - proto: RandomPosterLegit entities: - - uid: 29611 + - uid: 30287 components: - type: Transform pos: -11.5,18.5 parent: 2 - - uid: 29612 + - uid: 30288 components: - type: Transform pos: 68.5,-4.5 parent: 2 - - uid: 29613 + - uid: 30289 components: - type: Transform pos: -52.5,-35.5 parent: 2 - - uid: 29614 + - uid: 30290 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-9.5 parent: 2 - - uid: 29615 + - uid: 30291 components: - type: Transform rot: 3.141592653589793 rad pos: 108.5,-39.5 parent: 2 - - uid: 29616 + - uid: 30292 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-0.5 parent: 2 - - uid: 29617 + - uid: 30293 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-1.5 parent: 2 - - uid: 29618 + - uid: 30294 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-30.5 parent: 2 - - uid: 29619 + - uid: 30295 components: - type: Transform pos: 92.5,-42.5 parent: 2 - - uid: 29620 + - uid: 30296 components: - type: Transform rot: 3.141592653589793 rad pos: 99.5,-38.5 parent: 2 - - uid: 29621 + - uid: 30297 components: - type: Transform rot: 3.141592653589793 rad pos: 92.5,-24.5 parent: 2 - - uid: 29622 + - uid: 30298 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-23.5 parent: 2 - - uid: 29623 + - uid: 30299 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-34.5 parent: 2 - - uid: 29624 + - uid: 30300 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-40.5 parent: 2 - - uid: 29625 + - uid: 30301 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-45.5 parent: 2 - - uid: 29626 + - uid: 30302 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-44.5 parent: 2 - - uid: 29627 + - uid: 30303 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-80.5 parent: 2 - - uid: 29628 + - uid: 30304 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-69.5 parent: 2 - - uid: 29629 + - uid: 30305 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-75.5 parent: 2 - - uid: 29630 + - uid: 30306 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-80.5 parent: 2 - - uid: 29631 + - uid: 30307 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-84.5 parent: 2 - - uid: 29632 + - uid: 30308 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-70.5 parent: 2 - - uid: 29633 + - uid: 30309 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-70.5 parent: 2 - - uid: 29634 + - uid: 30310 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-67.5 parent: 2 - - uid: 29635 + - uid: 30311 components: - type: Transform pos: -75.5,-46.5 parent: 2 - - uid: 29636 + - uid: 30312 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-104.5 parent: 2 - - uid: 29637 + - uid: 30313 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-66.5 parent: 2 - - uid: 29638 + - uid: 30314 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-87.5 parent: 2 - - uid: 29639 + - uid: 30315 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-85.5 parent: 2 - - uid: 29640 + - uid: 30316 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-74.5 parent: 2 - - uid: 29641 + - uid: 30317 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-57.5 parent: 2 - - uid: 29642 + - uid: 30318 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-9.5 parent: 2 - - uid: 29643 + - uid: 30319 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,18.5 parent: 2 - - uid: 29644 + - uid: 30320 components: - type: Transform pos: -44.5,-41.5 parent: 2 - - uid: 29645 + - uid: 30321 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,10.5 parent: 2 - - uid: 29646 + - uid: 30322 components: - type: Transform pos: -66.5,-15.5 parent: 2 - - uid: 29647 + - uid: 30323 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-104.5 parent: 2 - - uid: 29648 + - uid: 30324 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-102.5 parent: 2 - - uid: 29649 + - uid: 30325 components: - type: Transform pos: 26.5,-80.5 parent: 2 - - uid: 29650 + - uid: 30326 components: - type: Transform pos: 31.5,-81.5 parent: 2 - - uid: 29651 + - uid: 30327 components: - type: Transform pos: -34.5,-24.5 parent: 2 - - uid: 29652 + - uid: 30328 components: - type: Transform pos: -30.5,-30.5 parent: 2 - - uid: 29653 + - uid: 30329 components: - type: Transform pos: -49.5,-14.5 parent: 2 - - uid: 29654 + - uid: 30330 components: - type: Transform pos: -44.5,-10.5 parent: 2 - - uid: 29655 + - uid: 30331 components: - type: Transform pos: -39.5,-14.5 parent: 2 - - uid: 29656 + - uid: 30332 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-34.5 parent: 2 - - uid: 29657 + - uid: 30333 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-26.5 parent: 2 - - uid: 29658 + - uid: 30334 components: - type: Transform pos: -54.5,-30.5 parent: 2 - - uid: 29659 + - uid: 30335 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-79.5 parent: 2 - - uid: 29660 + - uid: 30336 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-37.5 parent: 2 - - uid: 29661 + - uid: 30337 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-30.5 parent: 2 - - uid: 29662 + - uid: 30338 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,15.5 parent: 2 - - uid: 29663 + - uid: 30339 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,0.5 parent: 2 - - uid: 29664 + - uid: 30340 components: - type: Transform pos: -69.5,-3.5 parent: 2 - - uid: 29665 + - uid: 30341 components: - type: Transform pos: 42.5,-76.5 parent: 2 - - uid: 29666 + - uid: 30342 components: - type: Transform pos: -69.5,8.5 parent: 2 - - uid: 29667 + - uid: 30343 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-41.5 parent: 2 - - uid: 29668 + - uid: 30344 components: - type: Transform pos: 98.5,-65.5 parent: 2 - - uid: 29669 + - uid: 30345 components: - type: Transform pos: 96.5,-69.5 parent: 2 - - uid: 29670 + - uid: 30346 components: - type: Transform pos: 100.5,-69.5 parent: 2 - - uid: 29671 + - uid: 30347 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,4.5 parent: 2 - - uid: 29672 + - uid: 30348 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-47.5 parent: 2 - - uid: 29673 + - uid: 30349 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-68.5 parent: 2 - - uid: 29674 + - uid: 30350 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-68.5 parent: 2 - - uid: 29675 + - uid: 30351 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,7.5 parent: 2 - - uid: 29676 + - uid: 30352 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-38.5 parent: 2 - - uid: 29677 + - uid: 30353 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-5.5 parent: 2 - - uid: 29678 + - uid: 30354 components: - type: Transform pos: 78.5,2.5 parent: 2 -- proto: RandomScienceCorpseSpawner - entities: - - uid: 29679 - components: - - type: Transform - pos: 14.5,-34.5 - parent: 2 - proto: RandomSoap entities: - - uid: 29680 + - uid: 30355 components: - type: Transform pos: 15.5,-77.5 parent: 2 - - uid: 29681 + - uid: 30356 components: - type: Transform pos: 19.5,5.5 parent: 2 - - uid: 29682 + - uid: 30357 components: - type: Transform pos: 39.5,28.5 parent: 2 - proto: RandomSpawner entities: - - uid: 29683 + - uid: 30358 components: - type: Transform pos: -82.5,-26.5 parent: 2 - - uid: 29684 + - uid: 30359 components: - type: Transform pos: 35.5,-5.5 parent: 2 - - uid: 29685 + - uid: 30360 components: - type: Transform pos: 19.5,-77.5 parent: 2 - - uid: 29686 + - uid: 30361 components: - type: Transform pos: 30.5,-0.5 parent: 2 - - uid: 29687 + - uid: 30362 components: - type: Transform pos: 4.5,-79.5 parent: 2 - - uid: 29688 + - uid: 30363 components: - type: Transform pos: 25.5,2.5 parent: 2 - - uid: 29689 + - uid: 30364 components: - type: Transform pos: 30.5,10.5 parent: 2 - - uid: 29690 + - uid: 30365 components: - type: Transform pos: -32.5,-60.5 parent: 2 - - uid: 29691 + - uid: 30366 components: - type: Transform pos: -55.5,-52.5 parent: 2 - - uid: 29692 + - uid: 30367 components: - type: Transform pos: -57.5,-60.5 parent: 2 - - uid: 29693 + - uid: 30368 components: - type: Transform pos: -62.5,-54.5 parent: 2 - - uid: 29694 + - uid: 30369 components: - type: Transform pos: -61.5,-61.5 parent: 2 - - uid: 29695 + - uid: 30370 components: - type: Transform pos: -50.5,-78.5 parent: 2 - - uid: 29696 + - uid: 30371 components: - type: Transform pos: 28.5,-78.5 parent: 2 - - uid: 29697 + - uid: 30372 components: - type: Transform pos: 40.5,-67.5 parent: 2 - - uid: 29698 + - uid: 30373 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-78.5 parent: 2 - - uid: 29699 + - uid: 30374 components: - type: Transform pos: 75.5,-31.5 parent: 2 - - uid: 29700 + - uid: 30375 components: - type: Transform pos: 55.5,-32.5 parent: 2 - - uid: 29701 + - uid: 30376 components: - type: Transform pos: -30.5,4.5 parent: 2 - - uid: 29702 + - uid: 30377 components: - type: Transform pos: -31.5,-37.5 parent: 2 - - uid: 29703 + - uid: 30378 components: - type: Transform pos: -29.5,-12.5 parent: 2 - - uid: 29704 + - uid: 30379 components: - type: Transform pos: -12.5,0.5 parent: 2 - - uid: 29705 + - uid: 30380 components: - type: Transform pos: -39.5,-84.5 parent: 2 - - uid: 29706 + - uid: 30381 components: - type: Transform pos: 37.5,-55.5 parent: 2 - - uid: 29707 + - uid: 30382 components: - type: Transform pos: 31.5,-72.5 parent: 2 - - uid: 29708 + - uid: 30383 components: - type: Transform pos: 15.5,-84.5 parent: 2 - - uid: 29709 + - uid: 30384 components: - type: Transform pos: 14.5,-80.5 parent: 2 - - uid: 29710 + - uid: 30385 components: - type: Transform pos: -39.5,-93.5 parent: 2 - - uid: 29711 + - uid: 30386 components: - type: Transform pos: -49.5,-94.5 parent: 2 - - uid: 29712 + - uid: 30387 components: - type: Transform pos: 22.5,-82.5 parent: 2 - - uid: 29713 + - uid: 30388 components: - type: Transform pos: -21.5,-1.5 parent: 2 - - uid: 29714 + - uid: 30389 components: - type: Transform pos: 8.5,4.5 parent: 2 - - uid: 29715 + - uid: 30390 components: - type: Transform pos: -28.5,-23.5 parent: 2 - - uid: 29716 + - uid: 30391 components: - type: Transform pos: 32.5,-38.5 parent: 2 - - uid: 29717 + - uid: 30392 components: - type: Transform pos: 44.5,-30.5 parent: 2 - - uid: 29718 + - uid: 30393 components: - type: Transform pos: 64.5,-25.5 parent: 2 - - uid: 29719 + - uid: 30394 components: - type: Transform pos: 100.5,-39.5 parent: 2 - - uid: 29720 + - uid: 30395 components: - type: Transform pos: 101.5,-23.5 parent: 2 - - uid: 29721 + - uid: 30396 components: - type: Transform pos: 94.5,-21.5 parent: 2 - - uid: 29722 + - uid: 30397 components: - type: Transform pos: 83.5,-24.5 parent: 2 - - uid: 29723 + - uid: 30398 components: - type: Transform pos: 81.5,-32.5 parent: 2 - - uid: 29724 + - uid: 30399 components: - type: Transform pos: 39.5,-29.5 parent: 2 - - uid: 29725 + - uid: 30400 components: - type: Transform pos: 34.5,-27.5 parent: 2 - - uid: 29726 + - uid: 30401 components: - type: Transform pos: 39.5,-19.5 parent: 2 - - uid: 29727 + - uid: 30402 components: - type: Transform pos: 40.5,-8.5 parent: 2 - - uid: 29728 + - uid: 30403 components: - type: Transform pos: 38.5,25.5 parent: 2 - - uid: 29729 + - uid: 30404 components: - type: Transform pos: 20.5,5.5 parent: 2 - - uid: 29730 + - uid: 30405 components: - type: Transform pos: 58.5,-29.5 parent: 2 - - uid: 29731 + - uid: 30406 components: - type: Transform pos: 49.5,-28.5 parent: 2 - - uid: 29732 + - uid: 30407 components: - type: Transform pos: 41.5,16.5 parent: 2 - - uid: 29733 + - uid: 30408 components: - type: Transform pos: -12.5,-95.5 parent: 2 - - uid: 29734 + - uid: 30409 components: - type: Transform pos: -11.5,-92.5 parent: 2 - - uid: 29735 + - uid: 30410 components: - type: Transform pos: -15.5,-89.5 parent: 2 - - uid: 29736 + - uid: 30411 components: - type: Transform pos: -11.5,-78.5 parent: 2 - - uid: 29737 + - uid: 30412 components: - type: Transform pos: -15.5,-83.5 parent: 2 - - uid: 29738 + - uid: 30413 components: - type: Transform pos: 63.5,-22.5 parent: 2 - - uid: 29739 + - uid: 30414 components: - type: Transform pos: 20.5,-80.5 parent: 2 - - uid: 29740 + - uid: 30415 components: - type: Transform pos: 17.5,-77.5 parent: 2 - - uid: 29741 + - uid: 30416 components: - type: Transform pos: 17.5,-81.5 parent: 2 - - uid: 29742 + - uid: 30417 components: - type: Transform pos: 19.5,-78.5 parent: 2 - - uid: 29743 + - uid: 30418 components: - type: Transform pos: 12.5,-90.5 parent: 2 - - uid: 29744 + - uid: 30419 components: - type: Transform pos: 3.5,-92.5 parent: 2 - - uid: 29745 + - uid: 30420 components: - type: Transform pos: -6.5,-87.5 parent: 2 - - uid: 29746 + - uid: 30421 components: - type: Transform pos: 6.5,-87.5 parent: 2 - - uid: 29747 + - uid: 30422 components: - type: Transform pos: 44.5,-58.5 parent: 2 - - uid: 29748 + - uid: 30423 components: - type: Transform pos: -59.5,-46.5 parent: 2 - - uid: 29749 + - uid: 30424 components: - type: Transform pos: 74.5,-23.5 parent: 2 - - uid: 29750 + - uid: 30425 components: - type: Transform pos: 77.5,-18.5 parent: 2 - - uid: 29751 + - uid: 30426 components: - type: Transform pos: 78.5,-21.5 parent: 2 - - uid: 29752 + - uid: 30427 components: - type: Transform pos: -53.5,-88.5 parent: 2 - - uid: 29753 + - uid: 30428 components: - type: Transform pos: 10.5,-101.5 parent: 2 - - uid: 29754 + - uid: 30429 components: - type: Transform pos: 12.5,-96.5 parent: 2 - - uid: 29755 + - uid: 30430 components: - type: Transform pos: -32.5,-67.5 parent: 2 - - uid: 29756 + - uid: 30431 components: - type: Transform pos: -41.5,-36.5 parent: 2 - - uid: 29757 + - uid: 30432 components: - type: Transform pos: -43.5,-46.5 parent: 2 - - uid: 29758 + - uid: 30433 components: - type: Transform pos: -56.5,-42.5 parent: 2 - - uid: 29759 + - uid: 30434 components: - type: Transform pos: -67.5,-43.5 parent: 2 - - uid: 29760 + - uid: 30435 components: - type: Transform pos: -75.5,-39.5 parent: 2 - - uid: 29761 + - uid: 30436 components: - type: Transform pos: -75.5,-50.5 parent: 2 - - uid: 29762 + - uid: 30437 components: - type: Transform pos: -43.5,-56.5 parent: 2 - - uid: 29763 + - uid: 30438 components: - type: Transform pos: -43.5,-80.5 parent: 2 - - uid: 29764 + - uid: 30439 components: - type: Transform pos: -35.5,-62.5 parent: 2 - - uid: 29765 + - uid: 30440 components: - type: Transform pos: -30.5,-54.5 parent: 2 - - uid: 29766 + - uid: 30441 components: - type: Transform pos: -26.5,-70.5 parent: 2 - - uid: 29767 + - uid: 30442 components: - type: Transform pos: -25.5,-81.5 parent: 2 - - uid: 29768 + - uid: 30443 components: - type: Transform pos: 1.5,-81.5 parent: 2 - - uid: 29769 + - uid: 30444 components: - type: Transform pos: 11.5,-73.5 parent: 2 - - uid: 29770 + - uid: 30445 components: - type: Transform pos: 26.5,-69.5 parent: 2 - - uid: 29771 + - uid: 30446 components: - type: Transform pos: 32.5,-52.5 parent: 2 - - uid: 29772 + - uid: 30447 components: - type: Transform pos: 49.5,-77.5 parent: 2 - - uid: 29773 + - uid: 30448 components: - type: Transform pos: 65.5,-61.5 parent: 2 - - uid: 29774 + - uid: 30449 components: - type: Transform pos: 66.5,-44.5 parent: 2 - - uid: 29775 + - uid: 30450 components: - type: Transform pos: 63.5,-51.5 parent: 2 - - uid: 29776 + - uid: 30451 components: - type: Transform pos: 50.5,-44.5 parent: 2 - - uid: 29777 + - uid: 30452 components: - type: Transform pos: 38.5,-54.5 parent: 2 - - uid: 29778 + - uid: 30453 components: - type: Transform pos: -30.5,-93.5 parent: 2 - - uid: 29779 + - uid: 30454 components: - type: Transform pos: -60.5,-37.5 parent: 2 - - uid: 29780 + - uid: 30455 components: - type: Transform pos: -66.5,-28.5 parent: 2 - - uid: 29781 + - uid: 30456 components: - type: Transform pos: -71.5,-32.5 parent: 2 - - uid: 29782 + - uid: 30457 components: - type: Transform pos: -61.5,-23.5 parent: 2 - - uid: 29783 + - uid: 30458 components: - type: Transform pos: -65.5,-17.5 parent: 2 - - uid: 29784 + - uid: 30459 components: - type: Transform pos: -62.5,-10.5 parent: 2 - - uid: 29785 + - uid: 30460 components: - type: Transform pos: -65.5,-8.5 parent: 2 - - uid: 29786 + - uid: 30461 components: - type: Transform pos: -54.5,2.5 parent: 2 - - uid: 29787 + - uid: 30462 components: - type: Transform pos: -49.5,9.5 parent: 2 - - uid: 29788 + - uid: 30463 components: - type: Transform pos: -40.5,7.5 parent: 2 - - uid: 29789 + - uid: 30464 components: - type: Transform pos: -43.5,13.5 parent: 2 - - uid: 29790 + - uid: 30465 components: - type: Transform pos: -44.5,17.5 parent: 2 - - uid: 29791 + - uid: 30466 components: - type: Transform pos: -52.5,17.5 parent: 2 - - uid: 29792 + - uid: 30467 components: - type: Transform pos: -35.5,12.5 parent: 2 - - uid: 29793 + - uid: 30468 components: - type: Transform pos: -26.5,17.5 parent: 2 - - uid: 29794 + - uid: 30469 components: - type: Transform pos: -17.5,14.5 parent: 2 - - uid: 29795 + - uid: 30470 components: - type: Transform pos: 23.5,-3.5 parent: 2 - - uid: 29796 + - uid: 30471 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,11.5 parent: 2 - - uid: 29797 + - uid: 30472 components: - type: Transform pos: 36.5,-11.5 parent: 2 - - uid: 29798 + - uid: 30473 components: - type: Transform pos: 35.5,2.5 parent: 2 - - uid: 29799 + - uid: 30474 components: - type: Transform pos: 109.5,-46.5 parent: 2 - - uid: 29800 + - uid: 30475 components: - type: Transform pos: 89.5,-45.5 parent: 2 - - uid: 29801 + - uid: 30476 components: - type: Transform pos: 99.5,-48.5 parent: 2 - - uid: 29802 + - uid: 30477 components: - type: Transform pos: 90.5,-54.5 parent: 2 - - uid: 29803 + - uid: 30478 components: - type: Transform pos: 19.5,8.5 parent: 2 - - uid: 29804 + - uid: 30479 components: - type: Transform pos: -60.5,-1.5 parent: 2 - - uid: 29805 + - uid: 30480 components: - type: Transform pos: -68.5,0.5 parent: 2 - - uid: 29806 + - uid: 30481 components: - type: Transform pos: -63.5,6.5 parent: 2 - - uid: 29807 + - uid: 30482 components: - type: Transform pos: -56.5,5.5 parent: 2 - - uid: 29808 + - uid: 30483 components: - type: Transform pos: -34.5,-104.5 parent: 2 - - uid: 29809 + - uid: 30484 components: - type: Transform pos: -30.5,-100.5 parent: 2 - - uid: 29810 + - uid: 30485 components: - type: Transform pos: -31.5,-107.5 parent: 2 - - uid: 29811 + - uid: 30486 components: - type: Transform pos: -37.5,-110.5 parent: 2 - - uid: 29812 + - uid: 30487 components: - type: Transform pos: -26.5,-106.5 parent: 2 - - uid: 29813 + - uid: 30488 components: - type: Transform pos: -44.5,-106.5 parent: 2 - - uid: 29814 + - uid: 30489 components: - type: Transform pos: -54.5,-105.5 parent: 2 - - uid: 29815 + - uid: 30490 components: - type: Transform pos: -55.5,-95.5 parent: 2 - proto: RandomSpawner100 entities: - - uid: 29816 + - uid: 30491 components: - type: Transform pos: -15.5,-98.5 parent: 2 - - uid: 29817 + - uid: 30492 components: - type: Transform pos: 32.5,-17.5 parent: 2 - - uid: 29818 + - uid: 30493 components: - type: Transform pos: -71.5,-58.5 parent: 2 - proto: RandomVending entities: - - uid: 29819 + - uid: 30494 components: - type: Transform pos: 27.5,-2.5 parent: 2 - - uid: 29820 + - uid: 30495 components: - type: Transform pos: -63.5,-36.5 parent: 2 - - uid: 29821 + - uid: 30496 components: - type: Transform pos: -30.5,-29.5 parent: 2 - - uid: 29822 + - uid: 30497 components: - type: Transform pos: -67.5,-45.5 parent: 2 - - uid: 29823 + - uid: 30498 components: - type: Transform pos: -13.5,3.5 parent: 2 - - uid: 29824 + - uid: 30499 components: - type: Transform pos: 17.5,-74.5 parent: 2 - - uid: 29825 + - uid: 30500 components: - type: Transform pos: -54.5,-45.5 parent: 2 - - uid: 29826 + - uid: 30501 components: - type: Transform pos: 10.5,-103.5 parent: 2 - - uid: 29827 + - uid: 30502 components: - type: Transform pos: -27.5,-53.5 parent: 2 - - uid: 29828 + - uid: 30503 components: - type: Transform pos: -30.5,-57.5 parent: 2 - - uid: 29829 + - uid: 30504 components: - type: Transform pos: -51.5,-29.5 parent: 2 - - uid: 29830 + - uid: 30505 components: - type: Transform pos: -84.5,3.5 parent: 2 - - uid: 29831 + - uid: 30506 components: - type: Transform pos: -87.5,-3.5 parent: 2 - - uid: 29832 + - uid: 30507 components: - type: Transform pos: -62.5,-50.5 parent: 2 - - uid: 29833 + - uid: 30508 components: - type: Transform pos: 70.5,-9.5 parent: 2 - - uid: 29834 + - uid: 30509 components: - type: Transform pos: -16.5,-100.5 parent: 2 - - uid: 29835 + - uid: 30510 components: - type: Transform pos: -44.5,-57.5 parent: 2 - proto: RandomVendingDrinks entities: - - uid: 29836 + - uid: 30511 components: - type: Transform pos: 56.5,-8.5 parent: 2 - - uid: 29837 + - uid: 30512 components: - type: Transform pos: 29.5,-1.5 parent: 2 - - uid: 29838 + - uid: 30513 components: - type: Transform pos: 46.5,-72.5 parent: 2 - - uid: 29839 + - uid: 30514 components: - type: Transform pos: -4.5,26.5 parent: 2 - - uid: 29840 + - uid: 30515 components: - type: Transform pos: 9.5,23.5 parent: 2 - - uid: 29841 + - uid: 30516 components: - type: Transform pos: 53.5,-30.5 parent: 2 - - uid: 29842 + - uid: 30517 components: - type: Transform pos: -19.5,-81.5 parent: 2 - - uid: 29843 + - uid: 30518 components: - type: Transform pos: -70.5,-35.5 parent: 2 - - uid: 29844 + - uid: 30519 components: - type: Transform pos: 95.5,-38.5 parent: 2 - - uid: 29845 + - uid: 30520 components: - type: Transform pos: 95.5,-24.5 parent: 2 - - uid: 29846 + - uid: 30521 components: - type: Transform pos: 64.5,-65.5 parent: 2 - - uid: 29847 + - uid: 30522 components: - type: Transform pos: -76.5,-44.5 parent: 2 - - uid: 29848 + - uid: 30523 components: - type: Transform pos: 5.5,-98.5 parent: 2 - - uid: 29849 + - uid: 30524 components: - type: Transform pos: -19.5,-2.5 parent: 2 - - uid: 29850 + - uid: 30525 components: - type: Transform pos: 82.5,-20.5 parent: 2 - - uid: 29851 + - uid: 30526 components: - type: Transform pos: 82.5,-42.5 parent: 2 - - uid: 29852 + - uid: 30527 components: - type: Transform pos: -42.5,-83.5 parent: 2 - - uid: 29853 + - uid: 30528 components: - type: Transform pos: -0.5,-2.5 parent: 2 - - uid: 29854 + - uid: 30529 components: - type: Transform pos: -44.5,-59.5 parent: 2 - proto: RandomVendingSnacks entities: - - uid: 29855 + - uid: 30530 components: - type: Transform pos: 56.5,-9.5 parent: 2 - - uid: 29856 + - uid: 30531 components: - type: Transform pos: 44.5,-71.5 parent: 2 - - uid: 29857 + - uid: 30532 components: - type: Transform pos: 31.5,-6.5 parent: 2 - - uid: 29858 + - uid: 30533 components: - type: Transform pos: 5.5,26.5 parent: 2 - - uid: 29859 + - uid: 30534 components: - type: Transform pos: 3.5,10.5 parent: 2 - - uid: 29860 + - uid: 30535 components: - type: Transform pos: -38.5,-1.5 parent: 2 - - uid: 29861 + - uid: 30536 components: - type: Transform pos: 61.5,-36.5 parent: 2 - - uid: 29862 + - uid: 30537 components: - type: Transform pos: 79.5,-27.5 parent: 2 - - uid: 29863 + - uid: 30538 components: - type: Transform pos: 10.5,-78.5 parent: 2 - - uid: 29864 + - uid: 30539 components: - type: Transform pos: -9.5,-83.5 parent: 2 - - uid: 29865 + - uid: 30540 components: - type: Transform pos: -20.5,-81.5 parent: 2 - - uid: 29866 + - uid: 30541 components: - type: Transform pos: -35.5,-95.5 parent: 2 - - uid: 29867 + - uid: 30542 components: - type: Transform pos: -76.5,-43.5 parent: 2 - - uid: 29868 + - uid: 30543 components: - type: Transform pos: -45.5,-75.5 parent: 2 - - uid: 29869 + - uid: 30544 components: - type: Transform pos: 94.5,-38.5 parent: 2 - - uid: 29870 + - uid: 30545 components: - type: Transform pos: 94.5,-24.5 parent: 2 - - uid: 29871 + - uid: 30546 components: - type: Transform pos: 64.5,-64.5 parent: 2 - - uid: 29872 + - uid: 30547 components: - type: Transform pos: 31.5,-26.5 parent: 2 - - uid: 29873 + - uid: 30548 components: - type: Transform pos: 9.5,-103.5 parent: 2 - - uid: 29874 + - uid: 30549 components: - type: Transform pos: -43.5,11.5 parent: 2 - - uid: 29875 + - uid: 30550 components: - type: Transform pos: -26.5,-10.5 parent: 2 - - uid: 29876 + - uid: 30551 components: - type: Transform pos: -40.5,-57.5 parent: 2 - - uid: 29877 + - uid: 30552 components: - type: Transform pos: -23.5,-69.5 parent: 2 - - uid: 29878 + - uid: 30553 components: - type: Transform pos: 33.5,-55.5 parent: 2 - - uid: 29879 + - uid: 30554 components: - type: Transform pos: 83.5,-20.5 parent: 2 - - uid: 29880 + - uid: 30555 components: - type: Transform pos: 81.5,-42.5 parent: 2 - - uid: 29881 + - uid: 30556 components: - type: Transform pos: -39.5,14.5 parent: 2 - - uid: 29882 + - uid: 30557 components: - type: Transform pos: 5.5,-78.5 parent: 2 - - uid: 29883 + - uid: 30558 components: - type: Transform pos: -42.5,-84.5 parent: 2 - - uid: 29884 + - uid: 30559 components: - type: Transform pos: -0.5,-1.5 parent: 2 - - uid: 29885 + - uid: 30560 components: - type: Transform pos: -10.5,18.5 parent: 2 - proto: RCD entities: - - uid: 29886 + - uid: 30561 components: - type: Transform pos: 57.5,-73.5 parent: 2 - - uid: 29887 + - uid: 30562 components: - type: Transform pos: -70.51361,-16.31991 parent: 2 - proto: RCDAmmo entities: - - uid: 29888 + - uid: 30563 components: - type: Transform pos: -70.435486,-16.366785 parent: 2 - - uid: 29889 + - uid: 30564 components: - type: Transform pos: 57.31465,-73.53084 parent: 2 - - uid: 29890 + - uid: 30565 components: - type: Transform pos: 57.62715,-73.53084 @@ -213286,7 +217838,7 @@ entities: containers: solution@food: !type:ContainerSlot ent: 64 - - uid: 29891 + - uid: 30566 components: - type: Transform pos: 50.901764,7.7061176 @@ -213311,41 +217863,34 @@ entities: ent: 62 - proto: ReagentContainerMayo entities: - - uid: 19146 + - uid: 19652 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False -- proto: ReagentContainerOliveoil - entities: - - uid: 29892 - components: - - type: Transform - pos: -6.4237847,-36.20618 - parent: 2 - proto: ReagentContainerSugar entities: - - uid: 29893 + - uid: 30567 components: - type: Transform pos: 50.776764,7.5498676 parent: 2 - proto: Recycler entities: - - uid: 29894 + - uid: 30568 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-68.5 parent: 2 - - uid: 29895 + - uid: 30569 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-81.5 parent: 2 - - uid: 29896 + - uid: 30570 components: - type: Transform rot: 1.5707963267948966 rad @@ -213353,859 +217898,896 @@ entities: parent: 2 - proto: RegenerativeMesh entities: - - uid: 27222 + - uid: 28045 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - proto: ReinforcedGirder entities: - - uid: 29897 + - uid: 30571 components: - type: Transform pos: 3.5,-96.5 parent: 2 - - uid: 29898 + - uid: 30572 components: - type: Transform pos: 2.5,-96.5 parent: 2 - proto: ReinforcedPlasmaWindow entities: - - uid: 29899 + - uid: 30573 components: - type: Transform pos: 90.5,-6.5 parent: 2 - - uid: 29900 + - uid: 30574 components: - type: Transform pos: 90.5,-4.5 parent: 2 - - uid: 29901 + - uid: 30575 components: - type: Transform pos: 90.5,-3.5 parent: 2 - - uid: 29902 + - uid: 30576 components: - type: Transform pos: 90.5,-5.5 parent: 2 - - uid: 29903 + - uid: 30577 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-106.5 parent: 2 - - uid: 29904 + - uid: 30578 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-60.5 parent: 2 - - uid: 29905 + - uid: 30579 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-59.5 parent: 2 - - uid: 29906 + - uid: 30580 components: - type: Transform pos: 54.5,-95.5 parent: 2 - - uid: 29907 + - uid: 30581 components: - type: Transform pos: 52.5,-95.5 parent: 2 - - uid: 29908 + - uid: 30582 components: - type: Transform pos: 53.5,-95.5 parent: 2 - - uid: 29909 + - uid: 30583 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-58.5 parent: 2 - - uid: 29910 + - uid: 30584 components: - type: Transform pos: 39.5,-43.5 parent: 2 - - uid: 29911 + - uid: 30585 components: - type: Transform pos: 38.5,-43.5 parent: 2 - - uid: 29912 + - uid: 30586 components: - type: Transform pos: 37.5,-43.5 parent: 2 - - uid: 29913 + - uid: 30587 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-106.5 parent: 2 - - uid: 29914 + - uid: 30588 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-106.5 parent: 2 - - uid: 29915 + - uid: 30589 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-106.5 parent: 2 - - uid: 29916 + - uid: 30590 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-106.5 parent: 2 - - uid: 29917 + - uid: 30591 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-106.5 parent: 2 - - uid: 29918 + - uid: 30592 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-87.5 parent: 2 - - uid: 29919 + - uid: 30593 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-86.5 parent: 2 - - uid: 29920 + - uid: 30594 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-98.5 parent: 2 - - uid: 29921 + - uid: 30595 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-102.5 parent: 2 - - uid: 29922 + - uid: 30596 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-106.5 parent: 2 - - uid: 29923 + - uid: 30597 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-86.5 parent: 2 - - uid: 29924 + - uid: 30598 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-85.5 parent: 2 - - uid: 29925 + - uid: 30599 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-106.5 parent: 2 - - uid: 29926 + - uid: 30600 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-101.5 parent: 2 - - uid: 29927 + - uid: 30601 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-90.5 parent: 2 - - uid: 29928 + - uid: 30602 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-93.5 parent: 2 - - uid: 29929 + - uid: 30603 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-96.5 parent: 2 - - uid: 29930 + - uid: 30604 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-89.5 parent: 2 - - uid: 29931 + - uid: 30605 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-99.5 parent: 2 - - uid: 29932 + - uid: 30606 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-87.5 parent: 2 - - uid: 29933 + - uid: 30607 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-92.5 parent: 2 - - uid: 29934 + - uid: 30608 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-95.5 parent: 2 - - uid: 29935 + - uid: 30609 components: - type: Transform pos: 38.5,-81.5 parent: 2 - - uid: 29936 + - uid: 30610 components: - type: Transform pos: 40.5,-81.5 parent: 2 - - uid: 29937 + - uid: 30611 components: - type: Transform pos: 44.5,-78.5 parent: 2 - - uid: 29938 + - uid: 30612 components: - type: Transform pos: 44.5,-79.5 parent: 2 - - uid: 29939 + - uid: 30613 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-73.5 parent: 2 - - uid: 29940 + - uid: 30614 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-74.5 parent: 2 - - uid: 29941 + - uid: 30615 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-75.5 parent: 2 - - uid: 29942 + - uid: 30616 components: - type: Transform pos: -71.5,-78.5 parent: 2 - - uid: 29943 + - uid: 30617 components: - type: Transform pos: -71.5,-76.5 parent: 2 - - uid: 29944 + - uid: 30618 components: - type: Transform pos: -63.5,-78.5 parent: 2 - - uid: 29945 + - uid: 30619 components: - type: Transform pos: -63.5,-77.5 parent: 2 - - uid: 29946 + - uid: 30620 components: - type: Transform pos: -69.5,-76.5 parent: 2 - - uid: 29947 + - uid: 30621 components: - type: Transform pos: -69.5,-78.5 parent: 2 - - uid: 29948 + - uid: 30622 components: - type: Transform pos: -41.5,-65.5 parent: 2 - - uid: 29949 + - uid: 30623 components: - type: Transform pos: -40.5,-60.5 parent: 2 - - uid: 29950 + - uid: 30624 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-52.5 parent: 2 - - uid: 29951 + - uid: 30625 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-53.5 parent: 2 - - uid: 29952 + - uid: 30626 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-54.5 parent: 2 - - uid: 29953 + - uid: 30627 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-56.5 parent: 2 - - uid: 29954 + - uid: 30628 components: - type: Transform pos: -41.5,-63.5 parent: 2 - - uid: 29955 + - uid: 30629 components: - type: Transform pos: -41.5,-46.5 parent: 2 - - uid: 29956 + - uid: 30630 components: - type: Transform pos: -38.5,-60.5 parent: 2 - - uid: 29957 + - uid: 30631 components: - type: Transform pos: -39.5,-60.5 parent: 2 - - uid: 29958 + - uid: 30632 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-56.5 parent: 2 - - uid: 29959 + - uid: 30633 components: - type: Transform pos: -36.5,-35.5 parent: 2 - - uid: 29960 + - uid: 30634 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-58.5 parent: 2 - - uid: 29961 + - uid: 30635 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-56.5 parent: 2 - - uid: 29962 + - uid: 30636 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-58.5 parent: 2 - - uid: 29963 + - uid: 30637 components: - type: Transform pos: -66.5,-64.5 parent: 2 - - uid: 29964 + - uid: 30638 components: - type: Transform pos: -35.5,-45.5 parent: 2 - - uid: 29965 + - uid: 30639 components: - type: Transform pos: -39.5,-45.5 parent: 2 - - uid: 29966 + - uid: 30640 components: - type: Transform pos: -33.5,-33.5 parent: 2 - - uid: 29967 + - uid: 30641 components: - type: Transform pos: -45.5,-65.5 parent: 2 - - uid: 29968 + - uid: 30642 components: - type: Transform pos: -47.5,-65.5 parent: 2 - - uid: 29969 + - uid: 30643 components: - type: Transform pos: -52.5,-63.5 parent: 2 - - uid: 29970 + - uid: 30644 components: - type: Transform pos: -53.5,-63.5 parent: 2 - - uid: 29971 + - uid: 30645 components: - type: Transform pos: -38.5,-50.5 parent: 2 - - uid: 29972 + - uid: 30646 components: - type: Transform pos: -39.5,-50.5 parent: 2 - - uid: 29973 + - uid: 30647 components: - type: Transform pos: -40.5,-50.5 parent: 2 - - uid: 29974 + - uid: 30648 components: - type: Transform pos: -38.5,-45.5 parent: 2 - - uid: 29975 + - uid: 30649 components: - type: Transform pos: -60.5,-76.5 parent: 2 - - uid: 29976 + - uid: 30650 components: - type: Transform pos: -62.5,-76.5 parent: 2 - - uid: 29977 + - uid: 30651 components: - type: Transform pos: -69.5,-74.5 parent: 2 - - uid: 29978 + - uid: 30652 components: - type: Transform pos: -69.5,-72.5 parent: 2 - - uid: 29979 + - uid: 30653 components: - type: Transform pos: -63.5,-67.5 parent: 2 - - uid: 29980 + - uid: 30654 components: - type: Transform pos: -33.5,-34.5 parent: 2 - - uid: 29981 + - uid: 30655 components: - type: Transform pos: -64.5,-67.5 parent: 2 - - uid: 29982 + - uid: 30656 components: - type: Transform pos: -65.5,-67.5 parent: 2 - - uid: 29983 + - uid: 30657 components: - type: Transform pos: -39.5,-28.5 parent: 2 - - uid: 29984 + - uid: 30658 components: - type: Transform pos: -37.5,-35.5 parent: 2 - - uid: 29985 + - uid: 30659 components: - type: Transform pos: -37.5,-45.5 parent: 2 - - uid: 29986 + - uid: 30660 components: - type: Transform pos: 90.5,-7.5 parent: 2 + - uid: 30661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-41.5 + parent: 2 + - uid: 30662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-41.5 + parent: 2 + - uid: 30663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-40.5 + parent: 2 + - uid: 30664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-40.5 + parent: 2 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 30665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-42.5 + parent: 2 + - uid: 30666 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 - proto: ReinforcedUraniumWindow entities: - - uid: 29987 + - uid: 30667 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-80.5 parent: 2 - - uid: 29988 + - uid: 30668 components: - type: Transform pos: 78.5,-51.5 parent: 2 - - uid: 29989 + - uid: 30669 components: - type: Transform pos: 74.5,-51.5 parent: 2 - - uid: 29990 + - uid: 30670 components: - type: Transform pos: 75.5,-51.5 parent: 2 - - uid: 29991 + - uid: 30671 components: - type: Transform pos: 76.5,-51.5 parent: 2 - - uid: 29992 + - uid: 30672 components: - type: Transform pos: 77.5,-51.5 parent: 2 - - uid: 29993 + - uid: 30673 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-63.5 parent: 2 - - uid: 29994 + - uid: 30674 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-63.5 parent: 2 - - uid: 29995 + - uid: 30675 components: - type: Transform pos: 61.5,-63.5 parent: 2 - - uid: 29996 + - uid: 30676 components: - type: Transform pos: 66.5,-67.5 parent: 2 - - uid: 29997 + - uid: 30677 components: - type: Transform pos: 66.5,-69.5 parent: 2 - - uid: 29998 + - uid: 30678 components: - type: Transform pos: 35.5,-103.5 parent: 2 - - uid: 29999 + - uid: 30679 components: - type: Transform pos: 56.5,-88.5 parent: 2 - - uid: 30000 + - uid: 30680 components: - type: Transform pos: 56.5,-89.5 parent: 2 - - uid: 30001 + - uid: 30681 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-70.5 parent: 2 - - uid: 30002 + - uid: 30682 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-70.5 parent: 2 - - uid: 30003 + - uid: 30683 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-70.5 parent: 2 - - uid: 30004 + - uid: 30684 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-76.5 parent: 2 - - uid: 30005 + - uid: 30685 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-1.5 parent: 2 - - uid: 30006 + - uid: 30686 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-2.5 parent: 2 - - uid: 30007 + - uid: 30687 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-0.5 parent: 2 - - uid: 30008 + - uid: 30688 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-0.5 parent: 2 - - uid: 30009 + - uid: 30689 components: - type: Transform pos: 56.5,-90.5 parent: 2 - - uid: 30010 + - uid: 30690 components: - type: Transform pos: 56.5,-91.5 parent: 2 - - uid: 30011 + - uid: 30691 components: - type: Transform pos: 35.5,-87.5 parent: 2 - - uid: 30012 + - uid: 30692 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-4.5 parent: 2 - - uid: 30013 + - uid: 30693 components: - type: Transform pos: 35.5,-99.5 parent: 2 - - uid: 30014 + - uid: 30694 components: - type: Transform pos: 56.5,-97.5 parent: 2 - - uid: 30015 + - uid: 30695 components: - type: Transform pos: 56.5,-96.5 parent: 2 - - uid: 30016 + - uid: 30696 components: - type: Transform pos: 41.5,-104.5 parent: 2 - - uid: 30017 + - uid: 30697 components: - type: Transform pos: 37.5,-104.5 parent: 2 - - uid: 30018 + - uid: 30698 components: - type: Transform pos: 35.5,-86.5 parent: 2 - - uid: 30019 + - uid: 30699 components: - type: Transform pos: 35.5,-91.5 parent: 2 - - uid: 30020 + - uid: 30700 components: - type: Transform pos: 35.5,-98.5 parent: 2 - - uid: 30021 + - uid: 30701 components: - type: Transform pos: 35.5,-89.5 parent: 2 - - uid: 30022 + - uid: 30702 components: - type: Transform pos: 42.5,-104.5 parent: 2 - - uid: 30023 + - uid: 30703 components: - type: Transform pos: 44.5,-104.5 parent: 2 - - uid: 30024 + - uid: 30704 components: - type: Transform pos: 38.5,-104.5 parent: 2 - - uid: 30025 + - uid: 30705 components: - type: Transform pos: 35.5,-102.5 parent: 2 - - uid: 30026 + - uid: 30706 components: - type: Transform pos: 35.5,-97.5 parent: 2 - - uid: 30027 + - uid: 30707 components: - type: Transform pos: 35.5,-92.5 parent: 2 - - uid: 30028 + - uid: 30708 components: - type: Transform pos: 35.5,-95.5 parent: 2 - - uid: 30029 + - uid: 30709 components: - type: Transform pos: 35.5,-101.5 parent: 2 - - uid: 30030 + - uid: 30710 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-5.5 parent: 2 - - uid: 30031 + - uid: 30711 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,0.5 parent: 2 - - uid: 30032 + - uid: 30712 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-75.5 parent: 2 - - uid: 30033 + - uid: 30713 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-49.5 parent: 2 - - uid: 30034 + - uid: 30714 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-49.5 parent: 2 - - uid: 30035 + - uid: 30715 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-46.5 parent: 2 - - uid: 30036 + - uid: 30716 components: - type: Transform pos: 40.5,-104.5 parent: 2 - - uid: 30037 + - uid: 30717 components: - type: Transform pos: 43.5,-104.5 parent: 2 - - uid: 30038 + - uid: 30718 components: - type: Transform pos: 35.5,-96.5 parent: 2 - - uid: 30039 + - uid: 30719 components: - type: Transform pos: 35.5,-85.5 parent: 2 - - uid: 30040 + - uid: 30720 components: - type: Transform pos: 35.5,-93.5 parent: 2 - - uid: 30041 + - uid: 30721 components: - type: Transform pos: 35.5,-90.5 parent: 2 - - uid: 30042 + - uid: 30722 components: - type: Transform pos: 56.5,-98.5 parent: 2 - - uid: 30043 + - uid: 30723 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-48.5 parent: 2 - - uid: 30044 + - uid: 30724 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-47.5 parent: 2 - - uid: 30045 + - uid: 30725 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-49.5 parent: 2 - - uid: 30046 + - uid: 30726 components: - type: Transform pos: 56.5,-99.5 parent: 2 - - uid: 30047 + - uid: 30727 components: - type: Transform pos: 50.5,-104.5 parent: 2 - - uid: 30048 + - uid: 30728 components: - type: Transform pos: 51.5,-104.5 parent: 2 - - uid: 30049 + - uid: 30729 components: - type: Transform pos: 46.5,-46.5 parent: 2 - - uid: 30050 + - uid: 30730 components: - type: Transform pos: 41.5,-46.5 parent: 2 - - uid: 30051 + - uid: 30731 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-82.5 parent: 2 - - uid: 30052 + - uid: 30732 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-82.5 parent: 2 - - uid: 30053 + - uid: 30733 components: - type: Transform rot: 1.5707963267948966 rad @@ -214213,2639 +218795,2639 @@ entities: parent: 2 - proto: ReinforcedWindow entities: - - uid: 30054 + - uid: 30734 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-135.5 parent: 2 - - uid: 30055 + - uid: 30735 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-135.5 parent: 2 - - uid: 30056 + - uid: 30736 components: - type: Transform pos: -51.5,-132.5 parent: 2 - - uid: 30057 + - uid: 30737 components: - type: Transform pos: 43.5,1.5 parent: 2 - - uid: 30058 + - uid: 30738 components: - type: Transform pos: -0.5,-12.5 parent: 2 - - uid: 30059 + - uid: 30739 components: - type: Transform pos: 0.5,-12.5 parent: 2 - - uid: 30060 + - uid: 30740 components: - type: Transform pos: 1.5,-12.5 parent: 2 - - uid: 30061 + - uid: 30741 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-99.5 parent: 2 - - uid: 30062 + - uid: 30742 components: - type: Transform pos: 0.5,-98.5 parent: 2 - - uid: 30063 + - uid: 30743 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-124.5 parent: 2 - - uid: 30064 + - uid: 30744 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-126.5 parent: 2 - - uid: 30065 + - uid: 30745 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-125.5 parent: 2 - - uid: 30066 + - uid: 30746 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-127.5 parent: 2 - - uid: 30067 + - uid: 30747 components: - type: Transform pos: -54.5,-126.5 parent: 2 - - uid: 30068 + - uid: 30748 components: - type: Transform pos: -54.5,-127.5 parent: 2 - - uid: 30069 + - uid: 30749 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-123.5 parent: 2 - - uid: 30070 + - uid: 30750 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-77.5 parent: 2 - - uid: 30071 + - uid: 30751 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-108.5 parent: 2 - - uid: 30072 + - uid: 30752 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-108.5 parent: 2 - - uid: 30073 + - uid: 30753 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-123.5 parent: 2 - - uid: 30074 + - uid: 30754 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-122.5 parent: 2 - - uid: 30075 + - uid: 30755 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-108.5 parent: 2 - - uid: 30076 + - uid: 30756 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-30.5 parent: 2 - - uid: 30077 + - uid: 30757 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-30.5 parent: 2 - - uid: 30078 + - uid: 30758 components: - type: Transform pos: -22.5,-42.5 parent: 2 - - uid: 30079 + - uid: 30759 components: - type: Transform pos: -22.5,-44.5 parent: 2 - - uid: 30080 + - uid: 30760 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-108.5 parent: 2 - - uid: 30081 + - uid: 30761 components: - type: Transform pos: -54.5,-125.5 parent: 2 - - uid: 30082 + - uid: 30762 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-108.5 parent: 2 - - uid: 30083 + - uid: 30763 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-108.5 parent: 2 - - uid: 30084 + - uid: 30764 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-122.5 parent: 2 - - uid: 30085 + - uid: 30765 components: - type: Transform pos: -7.5,-77.5 parent: 2 - - uid: 30086 + - uid: 30766 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-98.5 parent: 2 - - uid: 30087 + - uid: 30767 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-124.5 parent: 2 - - uid: 30088 + - uid: 30768 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 2 - - uid: 30089 + - uid: 30769 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-10.5 parent: 2 - - uid: 30090 + - uid: 30770 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-16.5 parent: 2 - - uid: 30091 + - uid: 30771 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,16.5 parent: 2 - - uid: 30092 + - uid: 30772 components: - type: Transform pos: 42.5,-27.5 parent: 2 - - uid: 30093 + - uid: 30773 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,9.5 parent: 2 - - uid: 30094 + - uid: 30774 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-5.5 parent: 2 - - uid: 30095 + - uid: 30775 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-16.5 parent: 2 - - uid: 30096 + - uid: 30776 components: - type: Transform pos: 56.5,-6.5 parent: 2 - - uid: 30097 + - uid: 30777 components: - type: Transform pos: 58.5,-6.5 parent: 2 - - uid: 30098 + - uid: 30778 components: - type: Transform pos: 56.5,2.5 parent: 2 - - uid: 30099 + - uid: 30779 components: - type: Transform pos: -13.5,4.5 parent: 2 - - uid: 30100 + - uid: 30780 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-3.5 parent: 2 - - uid: 30101 + - uid: 30781 components: - type: Transform pos: 50.5,24.5 parent: 2 - - uid: 30102 + - uid: 30782 components: - type: Transform pos: 49.5,24.5 parent: 2 - - uid: 30103 + - uid: 30783 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-6.5 parent: 2 - - uid: 30104 + - uid: 30784 components: - type: Transform pos: 42.5,-26.5 parent: 2 - - uid: 30105 + - uid: 30785 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-6.5 parent: 2 - - uid: 30106 + - uid: 30786 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-19.5 parent: 2 - - uid: 30107 + - uid: 30787 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-22.5 parent: 2 - - uid: 30108 + - uid: 30788 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-18.5 parent: 2 - - uid: 30109 + - uid: 30789 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-17.5 parent: 2 - - uid: 30110 + - uid: 30790 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-24.5 parent: 2 - - uid: 30111 + - uid: 30791 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,16.5 parent: 2 - - uid: 30112 + - uid: 30792 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,9.5 parent: 2 - - uid: 30113 + - uid: 30793 components: - type: Transform pos: 46.5,-11.5 parent: 2 - - uid: 30114 + - uid: 30794 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,11.5 parent: 2 - - uid: 30115 + - uid: 30795 components: - type: Transform pos: 74.5,-6.5 parent: 2 - - uid: 30116 + - uid: 30796 components: - type: Transform pos: 74.5,-8.5 parent: 2 - - uid: 30117 + - uid: 30797 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,9.5 parent: 2 - - uid: 30118 + - uid: 30798 components: - type: Transform pos: -50.5,-70.5 parent: 2 - - uid: 30119 + - uid: 30799 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-63.5 parent: 2 - - uid: 30120 + - uid: 30800 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-56.5 parent: 2 - - uid: 30121 + - uid: 30801 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-55.5 parent: 2 - - uid: 30122 + - uid: 30802 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-62.5 parent: 2 - - uid: 30123 + - uid: 30803 components: - type: Transform pos: -49.5,-70.5 parent: 2 - - uid: 30124 + - uid: 30804 components: - type: Transform pos: -47.5,-70.5 parent: 2 - - uid: 30125 + - uid: 30805 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-39.5 parent: 2 - - uid: 30126 + - uid: 30806 components: - type: Transform pos: -62.5,13.5 parent: 2 - - uid: 30127 + - uid: 30807 components: - type: Transform pos: 2.5,6.5 parent: 2 - - uid: 30128 + - uid: 30808 components: - type: Transform pos: 2.5,7.5 parent: 2 - - uid: 30129 + - uid: 30809 components: - type: Transform pos: 2.5,10.5 parent: 2 - - uid: 30130 + - uid: 30810 components: - type: Transform pos: 2.5,11.5 parent: 2 - - uid: 30131 + - uid: 30811 components: - type: Transform pos: -5.5,7.5 parent: 2 - - uid: 30132 + - uid: 30812 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,18.5 parent: 2 - - uid: 30133 + - uid: 30813 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,20.5 parent: 2 - - uid: 30134 + - uid: 30814 components: - type: Transform pos: 6.5,26.5 parent: 2 - - uid: 30135 + - uid: 30815 components: - type: Transform pos: -8.5,26.5 parent: 2 - - uid: 30136 + - uid: 30816 components: - type: Transform pos: 11.5,25.5 parent: 2 - - uid: 30137 + - uid: 30817 components: - type: Transform pos: 15.5,-1.5 parent: 2 - - uid: 30138 + - uid: 30818 components: - type: Transform pos: 14.5,-1.5 parent: 2 - - uid: 30139 + - uid: 30819 components: - type: Transform pos: 13.5,-1.5 parent: 2 - - uid: 30140 + - uid: 30820 components: - type: Transform pos: 12.5,-1.5 parent: 2 - - uid: 30141 + - uid: 30821 components: - type: Transform pos: -20.5,-3.5 parent: 2 - - uid: 30142 + - uid: 30822 components: - type: Transform pos: -20.5,-4.5 parent: 2 - - uid: 30143 + - uid: 30823 components: - type: Transform pos: -21.5,-4.5 parent: 2 - - uid: 30144 + - uid: 30824 components: - type: Transform pos: -21.5,-5.5 parent: 2 - - uid: 30145 + - uid: 30825 components: - type: Transform pos: -22.5,-5.5 parent: 2 - - uid: 30146 + - uid: 30826 components: - type: Transform pos: -22.5,-6.5 parent: 2 - - uid: 30147 + - uid: 30827 components: - type: Transform pos: -23.5,-6.5 parent: 2 - - uid: 30148 + - uid: 30828 components: - type: Transform pos: -23.5,-7.5 parent: 2 - - uid: 30149 + - uid: 30829 components: - type: Transform pos: -24.5,-7.5 parent: 2 - - uid: 30150 + - uid: 30830 components: - type: Transform pos: -24.5,-8.5 parent: 2 - - uid: 30151 + - uid: 30831 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-95.5 parent: 2 - - uid: 30152 + - uid: 30832 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-94.5 parent: 2 - - uid: 30153 + - uid: 30833 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-93.5 parent: 2 - - uid: 30154 + - uid: 30834 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-92.5 parent: 2 - - uid: 30155 + - uid: 30835 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-91.5 parent: 2 - - uid: 30156 + - uid: 30836 components: - type: Transform rot: 1.5707963267948966 rad pos: 76.5,-30.5 parent: 2 - - uid: 30157 + - uid: 30837 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-30.5 parent: 2 - - uid: 30158 + - uid: 30838 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-30.5 parent: 2 - - uid: 30159 + - uid: 30839 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-25.5 parent: 2 - - uid: 30160 + - uid: 30840 components: - type: Transform rot: 3.141592653589793 rad pos: 94.5,-25.5 parent: 2 - - uid: 30161 + - uid: 30841 components: - type: Transform rot: 3.141592653589793 rad pos: 95.5,-25.5 parent: 2 - - uid: 30162 + - uid: 30842 components: - type: Transform rot: 3.141592653589793 rad pos: 96.5,-25.5 parent: 2 - - uid: 30163 + - uid: 30843 components: - type: Transform rot: 3.141592653589793 rad pos: 96.5,-19.5 parent: 2 - - uid: 30164 + - uid: 30844 components: - type: Transform rot: 3.141592653589793 rad pos: 95.5,-19.5 parent: 2 - - uid: 30165 + - uid: 30845 components: - type: Transform rot: 3.141592653589793 rad pos: 94.5,-19.5 parent: 2 - - uid: 30166 + - uid: 30846 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-19.5 parent: 2 - - uid: 30167 + - uid: 30847 components: - type: Transform pos: 88.5,-25.5 parent: 2 - - uid: 30168 + - uid: 30848 components: - type: Transform pos: 88.5,-19.5 parent: 2 - - uid: 30169 + - uid: 30849 components: - type: Transform pos: 86.5,-19.5 parent: 2 - - uid: 30170 + - uid: 30850 components: - type: Transform pos: 87.5,-19.5 parent: 2 - - uid: 30171 + - uid: 30851 components: - type: Transform pos: 87.5,-25.5 parent: 2 - - uid: 30172 + - uid: 30852 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-27.5 parent: 2 - - uid: 30173 + - uid: 30853 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-28.5 parent: 2 - - uid: 30174 + - uid: 30854 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-29.5 parent: 2 - - uid: 30175 + - uid: 30855 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-30.5 parent: 2 - - uid: 30176 + - uid: 30856 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-32.5 parent: 2 - - uid: 30177 + - uid: 30857 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-33.5 parent: 2 - - uid: 30178 + - uid: 30858 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-34.5 parent: 2 - - uid: 30179 + - uid: 30859 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-35.5 parent: 2 - - uid: 30180 + - uid: 30860 components: - type: Transform rot: 3.141592653589793 rad pos: 96.5,-37.5 parent: 2 - - uid: 30181 + - uid: 30861 components: - type: Transform rot: 3.141592653589793 rad pos: 95.5,-37.5 parent: 2 - - uid: 30182 + - uid: 30862 components: - type: Transform rot: 3.141592653589793 rad pos: 94.5,-37.5 parent: 2 - - uid: 30183 + - uid: 30863 components: - type: Transform rot: 3.141592653589793 rad pos: 93.5,-37.5 parent: 2 - - uid: 30184 + - uid: 30864 components: - type: Transform pos: 86.5,-25.5 parent: 2 - - uid: 30185 + - uid: 30865 components: - type: Transform pos: 102.5,-25.5 parent: 2 - - uid: 30186 + - uid: 30866 components: - type: Transform pos: 101.5,-25.5 parent: 2 - - uid: 30187 + - uid: 30867 components: - type: Transform pos: 100.5,-25.5 parent: 2 - - uid: 30188 + - uid: 30868 components: - type: Transform pos: 101.5,-19.5 parent: 2 - - uid: 30189 + - uid: 30869 components: - type: Transform pos: 102.5,-19.5 parent: 2 - - uid: 30190 + - uid: 30870 components: - type: Transform pos: 23.5,-6.5 parent: 2 - - uid: 30191 + - uid: 30871 components: - type: Transform pos: -14.5,-1.5 parent: 2 - - uid: 30192 + - uid: 30872 components: - type: Transform pos: -11.5,-1.5 parent: 2 - - uid: 30193 + - uid: 30873 components: - type: Transform pos: -12.5,-1.5 parent: 2 - - uid: 30194 + - uid: 30874 components: - type: Transform pos: -13.5,-1.5 parent: 2 - - uid: 30195 + - uid: 30875 components: - type: Transform pos: -19.5,-3.5 parent: 2 - - uid: 30196 + - uid: 30876 components: - type: Transform pos: -6.5,2.5 parent: 2 - - uid: 30197 + - uid: 30877 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-68.5 parent: 2 - - uid: 30198 + - uid: 30878 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-69.5 parent: 2 - - uid: 30199 + - uid: 30879 components: - type: Transform pos: 20.5,-3.5 parent: 2 - - uid: 30200 + - uid: 30880 components: - type: Transform pos: 22.5,-4.5 parent: 2 - - uid: 30201 + - uid: 30881 components: - type: Transform pos: 22.5,-5.5 parent: 2 - - uid: 30202 + - uid: 30882 components: - type: Transform pos: 23.5,-5.5 parent: 2 - - uid: 30203 + - uid: 30883 components: - type: Transform pos: 24.5,-6.5 parent: 2 - - uid: 30204 + - uid: 30884 components: - type: Transform pos: -0.5,-92.5 parent: 2 - - uid: 30205 + - uid: 30885 components: - type: Transform pos: 0.5,-92.5 parent: 2 - - uid: 30206 + - uid: 30886 components: - type: Transform pos: -3.5,-89.5 parent: 2 - - uid: 30207 + - uid: 30887 components: - type: Transform pos: -3.5,-90.5 parent: 2 - - uid: 30208 + - uid: 30888 components: - type: Transform pos: -3.5,-91.5 parent: 2 - - uid: 30209 + - uid: 30889 components: - type: Transform pos: 8.5,-81.5 parent: 2 - - uid: 30210 + - uid: 30890 components: - type: Transform pos: -7.5,-82.5 parent: 2 - - uid: 30211 + - uid: 30891 components: - type: Transform pos: -45.5,-48.5 parent: 2 - - uid: 30212 + - uid: 30892 components: - type: Transform pos: -45.5,-47.5 parent: 2 - - uid: 30213 + - uid: 30893 components: - type: Transform pos: -45.5,-46.5 parent: 2 - - uid: 30214 + - uid: 30894 components: - type: Transform pos: -47.5,-45.5 parent: 2 - - uid: 30215 + - uid: 30895 components: - type: Transform pos: -48.5,-45.5 parent: 2 - - uid: 30216 + - uid: 30896 components: - type: Transform pos: -78.5,-46.5 parent: 2 - - uid: 30217 + - uid: 30897 components: - type: Transform pos: -79.5,-46.5 parent: 2 - - uid: 30218 + - uid: 30898 components: - type: Transform pos: -80.5,-46.5 parent: 2 - - uid: 30219 + - uid: 30899 components: - type: Transform pos: -43.5,-32.5 parent: 2 - - uid: 30220 + - uid: 30900 components: - type: Transform pos: -53.5,-22.5 parent: 2 - - uid: 30221 + - uid: 30901 components: - type: Transform pos: -54.5,-22.5 parent: 2 - - uid: 30222 + - uid: 30902 components: - type: Transform pos: -55.5,-22.5 parent: 2 - - uid: 30223 + - uid: 30903 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-72.5 parent: 2 - - uid: 30224 + - uid: 30904 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-74.5 parent: 2 - - uid: 30225 + - uid: 30905 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-67.5 parent: 2 - - uid: 30226 + - uid: 30906 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-2.5 parent: 2 - - uid: 30227 + - uid: 30907 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-7.5 parent: 2 - - uid: 30228 + - uid: 30908 components: - type: Transform pos: 24.5,-7.5 parent: 2 - - uid: 30229 + - uid: 30909 components: - type: Transform pos: -21.5,2.5 parent: 2 - - uid: 30230 + - uid: 30910 components: - type: Transform pos: 21.5,-4.5 parent: 2 - - uid: 30231 + - uid: 30911 components: - type: Transform pos: 21.5,-3.5 parent: 2 - - uid: 30232 + - uid: 30912 components: - type: Transform pos: -29.5,-36.5 parent: 2 - - uid: 30233 + - uid: 30913 components: - type: Transform pos: -29.5,-37.5 parent: 2 - - uid: 30234 + - uid: 30914 components: - type: Transform pos: -29.5,-39.5 parent: 2 - - uid: 30235 + - uid: 30915 components: - type: Transform pos: -29.5,-38.5 parent: 2 - - uid: 30236 + - uid: 30916 components: - type: Transform pos: -29.5,-40.5 parent: 2 - - uid: 30237 + - uid: 30917 components: - type: Transform pos: 27.5,-21.5 parent: 2 - - uid: 30238 + - uid: 30918 components: - type: Transform pos: -29.5,-47.5 parent: 2 - - uid: 30239 + - uid: 30919 components: - type: Transform pos: -29.5,-48.5 parent: 2 - - uid: 30240 + - uid: 30920 components: - type: Transform pos: -29.5,-46.5 parent: 2 - - uid: 30241 + - uid: 30921 components: - type: Transform pos: 25.5,-8.5 parent: 2 - - uid: 30242 + - uid: 30922 components: - type: Transform pos: 27.5,-13.5 parent: 2 - - uid: 30243 + - uid: 30923 components: - type: Transform pos: 27.5,-14.5 parent: 2 - - uid: 30244 + - uid: 30924 components: - type: Transform pos: 27.5,-15.5 parent: 2 - - uid: 30245 + - uid: 30925 components: - type: Transform pos: 27.5,-16.5 parent: 2 - - uid: 30246 + - uid: 30926 components: - type: Transform pos: 27.5,-22.5 parent: 2 - - uid: 30247 + - uid: 30927 components: - type: Transform pos: 27.5,-23.5 parent: 2 - - uid: 30248 + - uid: 30928 components: - type: Transform pos: 27.5,-24.5 parent: 2 - - uid: 30249 + - uid: 30929 components: - type: Transform pos: 27.5,-17.5 parent: 2 - - uid: 30250 + - uid: 30930 components: - type: Transform pos: -26.5,-56.5 parent: 2 - - uid: 30251 + - uid: 30931 components: - type: Transform pos: -26.5,-57.5 parent: 2 - - uid: 30252 + - uid: 30932 components: - type: Transform pos: -26.5,-61.5 parent: 2 - - uid: 30253 + - uid: 30933 components: - type: Transform pos: -26.5,-63.5 parent: 2 - - uid: 30254 + - uid: 30934 components: - type: Transform pos: -26.5,-62.5 parent: 2 - - uid: 30255 + - uid: 30935 components: - type: Transform pos: -26.5,-55.5 parent: 2 - - uid: 30256 + - uid: 30936 components: - type: Transform pos: -26.5,-54.5 parent: 2 - - uid: 30257 + - uid: 30937 components: - type: Transform pos: -29.5,-50.5 parent: 2 - - uid: 30258 + - uid: 30938 components: - type: Transform pos: -23.5,-68.5 parent: 2 - - uid: 30259 + - uid: 30939 components: - type: Transform pos: -22.5,-68.5 parent: 2 - - uid: 30260 + - uid: 30940 components: - type: Transform pos: 24.5,-68.5 parent: 2 - - uid: 30261 + - uid: 30941 components: - type: Transform pos: -21.5,-68.5 parent: 2 - - uid: 30262 + - uid: 30942 components: - type: Transform pos: -17.5,-70.5 parent: 2 - - uid: 30263 + - uid: 30943 components: - type: Transform pos: -16.5,-70.5 parent: 2 - - uid: 30264 + - uid: 30944 components: - type: Transform pos: -11.5,-70.5 parent: 2 - - uid: 30265 + - uid: 30945 components: - type: Transform pos: -15.5,-70.5 parent: 2 - - uid: 30266 + - uid: 30946 components: - type: Transform pos: -12.5,-70.5 parent: 2 - - uid: 30267 + - uid: 30947 components: - type: Transform pos: -10.5,-70.5 parent: 2 - - uid: 30268 + - uid: 30948 components: - type: Transform pos: 11.5,-70.5 parent: 2 - - uid: 30269 + - uid: 30949 components: - type: Transform pos: 12.5,-70.5 parent: 2 - - uid: 30270 + - uid: 30950 components: - type: Transform pos: 17.5,-70.5 parent: 2 - - uid: 30271 + - uid: 30951 components: - type: Transform pos: 16.5,-70.5 parent: 2 - - uid: 30272 + - uid: 30952 components: - type: Transform pos: 13.5,-70.5 parent: 2 - - uid: 30273 + - uid: 30953 components: - type: Transform pos: 22.5,-68.5 parent: 2 - - uid: 30274 + - uid: 30954 components: - type: Transform pos: 18.5,-70.5 parent: 2 - - uid: 30275 + - uid: 30955 components: - type: Transform pos: 23.5,-68.5 parent: 2 - - uid: 30276 + - uid: 30956 components: - type: Transform pos: -26.5,-29.5 parent: 2 - - uid: 30277 + - uid: 30957 components: - type: Transform pos: -26.5,-30.5 parent: 2 - - uid: 30278 + - uid: 30958 components: - type: Transform pos: -26.5,-31.5 parent: 2 - - uid: 30279 + - uid: 30959 components: - type: Transform pos: -26.5,-32.5 parent: 2 - - uid: 30280 + - uid: 30960 components: - type: Transform pos: 30.5,-48.5 parent: 2 - - uid: 30281 + - uid: 30961 components: - type: Transform pos: 30.5,-49.5 parent: 2 - - uid: 30282 + - uid: 30962 components: - type: Transform pos: 30.5,-50.5 parent: 2 - - uid: 30283 + - uid: 30963 components: - type: Transform pos: -26.5,-64.5 parent: 2 - - uid: 30284 + - uid: 30964 components: - type: Transform pos: -29.5,-49.5 parent: 2 - - uid: 30285 + - uid: 30965 components: - type: Transform pos: -26.5,-23.5 parent: 2 - - uid: 30286 + - uid: 30966 components: - type: Transform pos: -26.5,-24.5 parent: 2 - - uid: 30287 + - uid: 30967 components: - type: Transform pos: -26.5,-28.5 parent: 2 - - uid: 30288 + - uid: 30968 components: - type: Transform pos: -26.5,-22.5 parent: 2 - - uid: 30289 + - uid: 30969 components: - type: Transform pos: -26.5,-21.5 parent: 2 - - uid: 30290 + - uid: 30970 components: - type: Transform pos: 27.5,-54.5 parent: 2 - - uid: 30291 + - uid: 30971 components: - type: Transform pos: 27.5,-55.5 parent: 2 - - uid: 30292 + - uid: 30972 components: - type: Transform pos: 27.5,-56.5 parent: 2 - - uid: 30293 + - uid: 30973 components: - type: Transform pos: 27.5,-57.5 parent: 2 - - uid: 30294 + - uid: 30974 components: - type: Transform pos: 27.5,-61.5 parent: 2 - - uid: 30295 + - uid: 30975 components: - type: Transform pos: 27.5,-62.5 parent: 2 - - uid: 30296 + - uid: 30976 components: - type: Transform pos: 27.5,-63.5 parent: 2 - - uid: 30297 + - uid: 30977 components: - type: Transform pos: 27.5,-64.5 parent: 2 - - uid: 30298 + - uid: 30978 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-40.5 parent: 2 - - uid: 30299 + - uid: 30979 components: - type: Transform pos: -67.5,-40.5 parent: 2 - - uid: 30300 + - uid: 30980 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-51.5 parent: 2 - - uid: 30301 + - uid: 30981 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-51.5 parent: 2 - - uid: 30302 + - uid: 30982 components: - type: Transform pos: -4.5,7.5 parent: 2 - - uid: 30303 + - uid: 30983 components: - type: Transform pos: -2.5,7.5 parent: 2 - - uid: 30304 + - uid: 30984 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-51.5 parent: 2 - - uid: 30305 + - uid: 30985 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-51.5 parent: 2 - - uid: 30306 + - uid: 30986 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-46.5 parent: 2 - - uid: 30307 + - uid: 30987 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-46.5 parent: 2 - - uid: 30308 + - uid: 30988 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-35.5 parent: 2 - - uid: 30309 + - uid: 30989 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-41.5 parent: 2 - - uid: 30310 + - uid: 30990 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-41.5 parent: 2 - - uid: 30311 + - uid: 30991 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-41.5 parent: 2 - - uid: 30312 + - uid: 30992 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-31.5 parent: 2 - - uid: 30313 + - uid: 30993 components: - type: Transform pos: 11.5,-85.5 parent: 2 - - uid: 30314 + - uid: 30994 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-44.5 parent: 2 - - uid: 30315 + - uid: 30995 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-44.5 parent: 2 - - uid: 30316 + - uid: 30996 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-36.5 parent: 2 - - uid: 30317 + - uid: 30997 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-36.5 parent: 2 - - uid: 30318 + - uid: 30998 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-36.5 parent: 2 - - uid: 30319 + - uid: 30999 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-40.5 parent: 2 - - uid: 30320 + - uid: 31000 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-44.5 parent: 2 - - uid: 30321 + - uid: 31001 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-40.5 parent: 2 - - uid: 30322 + - uid: 31002 components: - type: Transform pos: 102.5,-37.5 parent: 2 - - uid: 30323 + - uid: 31003 components: - type: Transform pos: 101.5,-37.5 parent: 2 - - uid: 30324 + - uid: 31004 components: - type: Transform pos: 67.5,-30.5 parent: 2 - - uid: 30325 + - uid: 31005 components: - type: Transform pos: 66.5,-30.5 parent: 2 - - uid: 30326 + - uid: 31006 components: - type: Transform pos: 65.5,-30.5 parent: 2 - - uid: 30327 + - uid: 31007 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-104.5 parent: 2 - - uid: 30328 + - uid: 31008 components: - type: Transform pos: 59.5,-71.5 parent: 2 - - uid: 30329 + - uid: 31009 components: - type: Transform pos: 60.5,-71.5 parent: 2 - - uid: 30330 + - uid: 31010 components: - type: Transform pos: 61.5,-71.5 parent: 2 - - uid: 30331 + - uid: 31011 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-104.5 parent: 2 - - uid: 30332 + - uid: 31012 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-59.5 parent: 2 - - uid: 30333 + - uid: 31013 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-99.5 parent: 2 - - uid: 30334 + - uid: 31014 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-104.5 parent: 2 - - uid: 30335 + - uid: 31015 components: - type: Transform pos: 18.5,-101.5 parent: 2 - - uid: 30336 + - uid: 31016 components: - type: Transform pos: 17.5,-104.5 parent: 2 - - uid: 30337 + - uid: 31017 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-104.5 parent: 2 - - uid: 30338 + - uid: 31018 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-83.5 parent: 2 - - uid: 30339 + - uid: 31019 components: - type: Transform pos: 100.5,-37.5 parent: 2 - - uid: 30340 + - uid: 31020 components: - type: Transform pos: 88.5,-37.5 parent: 2 - - uid: 30341 + - uid: 31021 components: - type: Transform pos: 87.5,-37.5 parent: 2 - - uid: 30342 + - uid: 31022 components: - type: Transform pos: 86.5,-37.5 parent: 2 - - uid: 30343 + - uid: 31023 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-46.5 parent: 2 - - uid: 30344 + - uid: 31024 components: - type: Transform pos: -46.5,-45.5 parent: 2 - - uid: 30345 + - uid: 31025 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,2.5 parent: 2 - - uid: 30346 + - uid: 31026 components: - type: Transform pos: 3.5,27.5 parent: 2 - - uid: 30347 + - uid: 31027 components: - type: Transform pos: -0.5,28.5 parent: 2 - - uid: 30348 + - uid: 31028 components: - type: Transform pos: 12.5,24.5 parent: 2 - - uid: 30349 + - uid: 31029 components: - type: Transform pos: 25.5,-7.5 parent: 2 - - uid: 30350 + - uid: 31030 components: - type: Transform pos: 100.5,-19.5 parent: 2 - - uid: 30351 + - uid: 31031 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-15.5 parent: 2 - - uid: 30352 + - uid: 31032 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-14.5 parent: 2 - - uid: 30353 + - uid: 31033 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-17.5 parent: 2 - - uid: 30354 + - uid: 31034 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 2 - - uid: 30355 + - uid: 31035 components: - type: Transform pos: 5.5,27.5 parent: 2 - - uid: 30356 + - uid: 31036 components: - type: Transform pos: 7.5,26.5 parent: 2 - - uid: 30357 + - uid: 31037 components: - type: Transform pos: 9.5,26.5 parent: 2 - - uid: 30358 + - uid: 31038 components: - type: Transform pos: 10.5,26.5 parent: 2 - - uid: 30359 + - uid: 31039 components: - type: Transform pos: 11.5,24.5 parent: 2 - - uid: 30360 + - uid: 31040 components: - type: Transform pos: 8.5,26.5 parent: 2 - - uid: 30361 + - uid: 31041 components: - type: Transform pos: 10.5,25.5 parent: 2 - - uid: 30362 + - uid: 31042 components: - type: Transform pos: -11.5,24.5 parent: 2 - - uid: 30363 + - uid: 31043 components: - type: Transform pos: -10.5,25.5 parent: 2 - - uid: 30364 + - uid: 31044 components: - type: Transform pos: -10.5,24.5 parent: 2 - - uid: 30365 + - uid: 31045 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-13.5 parent: 2 - - uid: 30366 + - uid: 31046 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-40.5 parent: 2 - - uid: 30367 + - uid: 31047 components: - type: Transform pos: -9.5,25.5 parent: 2 - - uid: 30368 + - uid: 31048 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-104.5 parent: 2 - - uid: 30369 + - uid: 31049 components: - type: Transform pos: 3.5,28.5 parent: 2 - - uid: 30370 + - uid: 31050 components: - type: Transform pos: 69.5,-34.5 parent: 2 - - uid: 30371 + - uid: 31051 components: - type: Transform pos: 68.5,-34.5 parent: 2 - - uid: 30372 + - uid: 31052 components: - type: Transform pos: 67.5,-34.5 parent: 2 - - uid: 30373 + - uid: 31053 components: - type: Transform pos: -54.5,-46.5 parent: 2 - - uid: 30374 + - uid: 31054 components: - type: Transform pos: 2.5,28.5 parent: 2 - - uid: 30375 + - uid: 31055 components: - type: Transform pos: -53.5,-46.5 parent: 2 - - uid: 30376 + - uid: 31056 components: - type: Transform pos: -52.5,-46.5 parent: 2 - - uid: 30377 + - uid: 31057 components: - type: Transform pos: -51.5,-46.5 parent: 2 - - uid: 30378 + - uid: 31058 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-1.5 parent: 2 - - uid: 30379 + - uid: 31059 components: - type: Transform pos: 16.5,-101.5 parent: 2 - - uid: 30380 + - uid: 31060 components: - type: Transform pos: -54.5,16.5 parent: 2 - - uid: 30381 + - uid: 31061 components: - type: Transform pos: 1.5,28.5 parent: 2 - - uid: 30382 + - uid: 31062 components: - type: Transform pos: 0.5,28.5 parent: 2 - - uid: 30383 + - uid: 31063 components: - type: Transform pos: -7.5,26.5 parent: 2 - - uid: 30384 + - uid: 31064 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-0.5 parent: 2 - - uid: 30385 + - uid: 31065 components: - type: Transform pos: 17.5,-101.5 parent: 2 - - uid: 30386 + - uid: 31066 components: - type: Transform pos: 16.5,-95.5 parent: 2 - - uid: 30387 + - uid: 31067 components: - type: Transform pos: 17.5,-95.5 parent: 2 - - uid: 30388 + - uid: 31068 components: - type: Transform pos: -54.5,17.5 parent: 2 - - uid: 30389 + - uid: 31069 components: - type: Transform pos: -54.5,15.5 parent: 2 - - uid: 30390 + - uid: 31070 components: - type: Transform pos: -6.5,26.5 parent: 2 - - uid: 30391 + - uid: 31071 components: - type: Transform pos: -5.5,26.5 parent: 2 - - uid: 30392 + - uid: 31072 components: - type: Transform pos: -5.5,27.5 parent: 2 - - uid: 30393 + - uid: 31073 components: - type: Transform pos: -3.5,27.5 parent: 2 - - uid: 30394 + - uid: 31074 components: - type: Transform pos: -2.5,27.5 parent: 2 - - uid: 30395 + - uid: 31075 components: - type: Transform pos: -2.5,28.5 parent: 2 - - uid: 30396 + - uid: 31076 components: - type: Transform pos: -4.5,27.5 parent: 2 - - uid: 30397 + - uid: 31077 components: - type: Transform pos: 4.5,27.5 parent: 2 - - uid: 30398 + - uid: 31078 components: - type: Transform pos: -1.5,28.5 parent: 2 - - uid: 30399 + - uid: 31079 components: - type: Transform pos: 30.5,-80.5 parent: 2 - - uid: 30400 + - uid: 31080 components: - type: Transform pos: 24.5,-80.5 parent: 2 - - uid: 30401 + - uid: 31081 components: - type: Transform pos: -9.5,26.5 parent: 2 - - uid: 30402 + - uid: 31082 components: - type: Transform pos: 26.5,-80.5 parent: 2 - - uid: 30403 + - uid: 31083 components: - type: Transform pos: -11.5,23.5 parent: 2 - - uid: 30404 + - uid: 31084 components: - type: Transform pos: 28.5,-80.5 parent: 2 - - uid: 30405 + - uid: 31085 components: - type: Transform pos: 6.5,27.5 parent: 2 - - uid: 30406 + - uid: 31086 components: - type: Transform pos: -54.5,18.5 parent: 2 - - uid: 30407 + - uid: 31087 components: - type: Transform pos: -44.5,20.5 parent: 2 - - uid: 30408 + - uid: 31088 components: - type: Transform pos: -47.5,19.5 parent: 2 - - uid: 30409 + - uid: 31089 components: - type: Transform pos: -46.5,19.5 parent: 2 - - uid: 30410 + - uid: 31090 components: - type: Transform pos: -45.5,19.5 parent: 2 - - uid: 30411 + - uid: 31091 components: - type: Transform pos: -52.5,20.5 parent: 2 - - uid: 30412 + - uid: 31092 components: - type: Transform pos: -48.5,20.5 parent: 2 - - uid: 30413 + - uid: 31093 components: - type: Transform pos: -40.5,20.5 parent: 2 - - uid: 30414 + - uid: 31094 components: - type: Transform pos: -52.5,14.5 parent: 2 - - uid: 30415 + - uid: 31095 components: - type: Transform pos: -51.5,14.5 parent: 2 - - uid: 30416 + - uid: 31096 components: - type: Transform pos: -50.5,14.5 parent: 2 - - uid: 30417 + - uid: 31097 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-29.5 parent: 2 - - uid: 30418 + - uid: 31098 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-77.5 parent: 2 - - uid: 30419 + - uid: 31099 components: - type: Transform pos: -48.5,-70.5 parent: 2 - - uid: 30420 + - uid: 31100 components: - type: Transform pos: -63.5,13.5 parent: 2 - - uid: 30421 + - uid: 31101 components: - type: Transform pos: -64.5,13.5 parent: 2 - - uid: 30422 + - uid: 31102 components: - type: Transform pos: 30.5,-38.5 parent: 2 - - uid: 30423 + - uid: 31103 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-62.5 parent: 2 - - uid: 30424 + - uid: 31104 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-65.5 parent: 2 - - uid: 30425 + - uid: 31105 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-71.5 parent: 2 - - uid: 30426 + - uid: 31106 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-77.5 parent: 2 - - uid: 30427 + - uid: 31107 components: - type: Transform pos: -69.5,-37.5 parent: 2 - - uid: 30428 + - uid: 31108 components: - type: Transform pos: -47.5,-37.5 parent: 2 - - uid: 30429 + - uid: 31109 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-63.5 parent: 2 - - uid: 30430 + - uid: 31110 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-66.5 parent: 2 - - uid: 30431 + - uid: 31111 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-38.5 parent: 2 - - uid: 30432 + - uid: 31112 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-35.5 parent: 2 - - uid: 30433 + - uid: 31113 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-30.5 parent: 2 - - uid: 30434 + - uid: 31114 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,1.5 parent: 2 - - uid: 30435 + - uid: 31115 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,0.5 parent: 2 - - uid: 30436 + - uid: 31116 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-109.5 parent: 2 - - uid: 30437 + - uid: 31117 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-110.5 parent: 2 - - uid: 30438 + - uid: 31118 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-111.5 parent: 2 - - uid: 30439 + - uid: 31119 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-112.5 parent: 2 - - uid: 30440 + - uid: 31120 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-113.5 parent: 2 - - uid: 30441 + - uid: 31121 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-114.5 parent: 2 - - uid: 30442 + - uid: 31122 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-115.5 parent: 2 - - uid: 30443 + - uid: 31123 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-116.5 parent: 2 - - uid: 30444 + - uid: 31124 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-116.5 parent: 2 - - uid: 30445 + - uid: 31125 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-115.5 parent: 2 - - uid: 30446 + - uid: 31126 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-114.5 parent: 2 - - uid: 30447 + - uid: 31127 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-113.5 parent: 2 - - uid: 30448 + - uid: 31128 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-112.5 parent: 2 - - uid: 30449 + - uid: 31129 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-111.5 parent: 2 - - uid: 30450 + - uid: 31130 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-110.5 parent: 2 - - uid: 30451 + - uid: 31131 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-109.5 parent: 2 - - uid: 30452 + - uid: 31132 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,4.5 parent: 2 - - uid: 30453 + - uid: 31133 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,0.5 parent: 2 - - uid: 30454 + - uid: 31134 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,1.5 parent: 2 - - uid: 30455 + - uid: 31135 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,2.5 parent: 2 - - uid: 30456 + - uid: 31136 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,3.5 parent: 2 - - uid: 30457 + - uid: 31137 components: - type: Transform pos: -77.5,4.5 parent: 2 - - uid: 30458 + - uid: 31138 components: - type: Transform pos: -77.5,3.5 parent: 2 - - uid: 30459 + - uid: 31139 components: - type: Transform pos: -77.5,2.5 parent: 2 - - uid: 30460 + - uid: 31140 components: - type: Transform pos: -77.5,1.5 parent: 2 - - uid: 30461 + - uid: 31141 components: - type: Transform pos: -77.5,0.5 parent: 2 - - uid: 30462 + - uid: 31142 components: - type: Transform pos: -82.5,5.5 parent: 2 - - uid: 30463 + - uid: 31143 components: - type: Transform pos: -85.5,5.5 parent: 2 - - uid: 30464 + - uid: 31144 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,5.5 parent: 2 - - uid: 30465 + - uid: 31145 components: - type: Transform rot: 3.141592653589793 rad pos: -92.5,2.5 parent: 2 - - uid: 30466 + - uid: 31146 components: - type: Transform rot: 3.141592653589793 rad pos: -91.5,-0.5 parent: 2 - - uid: 30467 + - uid: 31147 components: - type: Transform pos: -92.5,-0.5 parent: 2 - - uid: 30468 + - uid: 31148 components: - type: Transform pos: -93.5,-0.5 parent: 2 - - uid: 30469 + - uid: 31149 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,5.5 parent: 2 - - uid: 30470 + - uid: 31150 components: - type: Transform pos: -48.5,-30.5 parent: 2 - - uid: 30471 + - uid: 31151 components: - type: Transform pos: -51.5,-30.5 parent: 2 - - uid: 30472 + - uid: 31152 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-26.5 parent: 2 - - uid: 30473 + - uid: 31153 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-17.5 parent: 2 - - uid: 30474 + - uid: 31154 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-17.5 parent: 2 - - uid: 30475 + - uid: 31155 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-17.5 parent: 2 - - uid: 30476 + - uid: 31156 components: - type: Transform pos: -46.5,-14.5 parent: 2 - - uid: 30477 + - uid: 31157 components: - type: Transform pos: -45.5,-14.5 parent: 2 - - uid: 30478 + - uid: 31158 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-3.5 parent: 2 - - uid: 30479 + - uid: 31159 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-5.5 parent: 2 - - uid: 30480 + - uid: 31160 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-34.5 parent: 2 - - uid: 30481 + - uid: 31161 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-27.5 parent: 2 - - uid: 30482 + - uid: 31162 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-28.5 parent: 2 - - uid: 30483 + - uid: 31163 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-80.5 parent: 2 - - uid: 30484 + - uid: 31164 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-81.5 parent: 2 - - uid: 30485 + - uid: 31165 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-82.5 parent: 2 - - uid: 30486 + - uid: 31166 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-80.5 parent: 2 - - uid: 30487 + - uid: 31167 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-80.5 parent: 2 - - uid: 30488 + - uid: 31168 components: - type: Transform pos: -17.5,2.5 parent: 2 - - uid: 30489 + - uid: 31169 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,21.5 parent: 2 - - uid: 30490 + - uid: 31170 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,23.5 parent: 2 - - uid: 30491 + - uid: 31171 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,24.5 parent: 2 - - uid: 30492 + - uid: 31172 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,24.5 parent: 2 - - uid: 30493 + - uid: 31173 components: - type: Transform pos: 54.5,22.5 parent: 2 - - uid: 30494 + - uid: 31174 components: - type: Transform rot: -1.5707963267948966 rad pos: 117.5,-37.5 parent: 2 - - uid: 30495 + - uid: 31175 components: - type: Transform rot: -1.5707963267948966 rad pos: 126.5,-41.5 parent: 2 - - uid: 30496 + - uid: 31176 components: - type: Transform rot: -1.5707963267948966 rad pos: 120.5,-37.5 parent: 2 - - uid: 30497 + - uid: 31177 components: - type: Transform rot: -1.5707963267948966 rad pos: 127.5,-37.5 parent: 2 - - uid: 30498 + - uid: 31178 components: - type: Transform rot: -1.5707963267948966 rad pos: 126.5,-37.5 parent: 2 - - uid: 30499 + - uid: 31179 components: - type: Transform rot: -1.5707963267948966 rad pos: 125.5,-41.5 parent: 2 - - uid: 30500 + - uid: 31180 components: - type: Transform rot: -1.5707963267948966 rad pos: 127.5,-41.5 parent: 2 - - uid: 30501 + - uid: 31181 components: - type: Transform rot: -1.5707963267948966 rad pos: 118.5,-37.5 parent: 2 - - uid: 30502 + - uid: 31182 components: - type: Transform pos: 51.5,-6.5 parent: 2 - - uid: 30503 + - uid: 31183 components: - type: Transform rot: -1.5707963267948966 rad pos: 124.5,-41.5 parent: 2 - - uid: 30504 + - uid: 31184 components: - type: Transform rot: -1.5707963267948966 rad pos: 125.5,-37.5 parent: 2 - - uid: 30505 + - uid: 31185 components: - type: Transform pos: 52.5,-6.5 parent: 2 - - uid: 30506 + - uid: 31186 components: - type: Transform rot: -1.5707963267948966 rad pos: 119.5,-37.5 parent: 2 - - uid: 30507 + - uid: 31187 components: - type: Transform rot: -1.5707963267948966 rad pos: 124.5,-37.5 parent: 2 - - uid: 30508 + - uid: 31188 components: - type: Transform rot: -1.5707963267948966 rad pos: 120.5,-41.5 parent: 2 - - uid: 30509 + - uid: 31189 components: - type: Transform rot: -1.5707963267948966 rad pos: 117.5,-41.5 parent: 2 - - uid: 30510 + - uid: 31190 components: - type: Transform rot: -1.5707963267948966 rad pos: 118.5,-41.5 parent: 2 - - uid: 30511 + - uid: 31191 components: - type: Transform rot: -1.5707963267948966 rad pos: 119.5,-41.5 parent: 2 - - uid: 30512 + - uid: 31192 components: - type: Transform pos: -15.5,2.5 parent: 2 - - uid: 30513 + - uid: 31193 components: - type: Transform pos: -14.5,3.5 parent: 2 - - uid: 30514 + - uid: 31194 components: - type: Transform pos: -5.5,-80.5 parent: 2 - - uid: 30515 + - uid: 31195 components: - type: Transform pos: -5.5,-79.5 parent: 2 - - uid: 30516 + - uid: 31196 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-37.5 parent: 2 - - uid: 30517 + - uid: 31197 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-36.5 parent: 2 - - uid: 30518 + - uid: 31198 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,12.5 parent: 2 - - uid: 30519 + - uid: 31199 components: - type: Transform pos: -55.5,-135.5 parent: 2 - - uid: 30520 + - uid: 31200 components: - type: Transform pos: -57.5,-134.5 parent: 2 - - uid: 30521 + - uid: 31201 components: - type: Transform pos: -59.5,-132.5 parent: 2 - - uid: 30522 + - uid: 31202 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-135.5 parent: 2 - - uid: 30523 + - uid: 31203 components: - type: Transform pos: -58.5,-133.5 parent: 2 - - uid: 30524 + - uid: 31204 components: - type: Transform pos: -53.5,-134.5 parent: 2 - - uid: 30525 + - uid: 31205 components: - type: Transform pos: -56.5,-135.5 parent: 2 - - uid: 30526 + - uid: 31206 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-134.5 parent: 2 - - uid: 30527 + - uid: 31207 components: - type: Transform pos: -52.5,-133.5 parent: 2 - - uid: 30528 + - uid: 31208 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-94.5 parent: 2 - - uid: 30529 + - uid: 31209 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-93.5 parent: 2 - - uid: 30530 + - uid: 31210 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-92.5 parent: 2 - - uid: 30531 + - uid: 31211 components: - type: Transform pos: 43.5,-70.5 parent: 2 - - uid: 30532 + - uid: 31212 components: - type: Transform pos: 44.5,-70.5 parent: 2 - - uid: 30533 + - uid: 31213 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-131.5 parent: 2 - - uid: 30534 + - uid: 31214 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-134.5 parent: 2 - - uid: 30535 + - uid: 31215 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-130.5 parent: 2 - - uid: 30536 + - uid: 31216 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-133.5 parent: 2 - - uid: 30537 + - uid: 31217 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-133.5 parent: 2 - - uid: 30538 + - uid: 31218 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-131.5 parent: 2 - - uid: 30539 + - uid: 31219 components: - type: Transform rot: 1.5707963267948966 rad @@ -216853,63 +221435,63 @@ entities: parent: 2 - proto: ReinforcedWindowDiagonal entities: - - uid: 30540 + - uid: 31220 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,27.5 parent: 2 - - uid: 30541 + - uid: 31221 components: - type: Transform pos: -11.5,25.5 parent: 2 - - uid: 30542 + - uid: 31222 components: - type: Transform pos: -6.5,27.5 parent: 2 - - uid: 30543 + - uid: 31223 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,25.5 parent: 2 - - uid: 30544 + - uid: 31224 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,26.5 parent: 2 - - uid: 30545 + - uid: 31225 components: - type: Transform pos: -3.5,28.5 parent: 2 - - uid: 30546 + - uid: 31226 components: - type: Transform pos: -10.5,26.5 parent: 2 - - uid: 30547 + - uid: 31227 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,28.5 parent: 2 - - uid: 30548 + - uid: 31228 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-0.5 parent: 2 - - uid: 30549 + - uid: 31229 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,24.5 parent: 2 - - uid: 30550 + - uid: 31230 components: - type: Transform rot: -1.5707963267948966 rad @@ -216917,149 +221499,85 @@ entities: parent: 2 - proto: RemoteSignaller entities: - - uid: 30551 + - uid: 31231 components: - type: Transform pos: -1.3444109,24.974781 parent: 2 - - uid: 30552 + - uid: 31232 components: - type: Transform pos: -50.681755,-61.160763 parent: 2 - - uid: 30553 + - uid: 31233 components: - type: Transform pos: -69.510506,-62.73284 parent: 2 - - uid: 30554 + - uid: 31234 components: - type: Transform pos: 76.36499,-50.376144 parent: 2 - proto: ResearchAndDevelopmentServer entities: - - uid: 30555 + - uid: 31235 components: - type: Transform pos: -35.5,-74.5 parent: 2 -- proto: ResearchAndDevelopmentServerMachineCircuitboard - entities: - - uid: 16203 - components: - - type: Transform - parent: 16202 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ResearchDisk10000 entities: - - uid: 30556 + - uid: 31236 components: - type: Transform - pos: -10.5,-38.5 - parent: 2 -- proto: ResearchDisk5000 - entities: - - uid: 30557 - components: - - type: Transform - pos: 1.5280746,-24.485527 + pos: 5.506937,-35.58048 parent: 2 - proto: Retractor entities: - - uid: 30558 + - uid: 31237 components: - type: Transform - pos: 14.457987,-36.538673 - parent: 2 -- proto: ReverseCymbalsInstrument - entities: - - uid: 30559 - components: - - type: Transform - pos: -0.57904947,-25.659346 + pos: -7.488653,-47.40806 parent: 2 - proto: RGBStaff entities: - - uid: 30560 + - uid: 31238 components: - type: Transform pos: -37.480183,-99.61549 parent: 2 - proto: RifleStock entities: - - uid: 30561 - components: - - type: Transform - pos: -7.9200783,-46.482765 - parent: 2 - - uid: 30562 - components: - - type: Transform - pos: -9.429625,-49.529438 - parent: 2 - - uid: 30563 - components: - - type: Transform - pos: -9.414,-49.310688 - parent: 2 - - uid: 30564 - components: - - type: Transform - pos: -9.378111,-49.404438 - parent: 2 - - uid: 30565 + - uid: 31239 components: - type: Transform pos: -71.338974,-2.4210052 parent: 2 - proto: RightArmSkeleton entities: - - uid: 30566 + - uid: 31240 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: RightArmSlime - entities: - - uid: 30567 - components: - - type: Transform - pos: 14.472561,-30.883976 - parent: 2 - proto: RightFootSkeleton entities: - - uid: 30568 + - uid: 31241 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: RightFootSlime - entities: - - uid: 30569 - components: - - type: Transform - pos: 14.529345,-30.992832 - parent: 2 - proto: RightHandSkeleton entities: - - uid: 30570 + - uid: 31242 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: RightHandSlime - entities: - - uid: 30571 - components: - - type: Transform - pos: 14.466251,-30.928104 - parent: 2 - proto: RightLegReptilian entities: - - uid: 30572 + - uid: 31243 components: - type: Transform rot: -1.5707963267948966 rad @@ -217067,33 +221585,26 @@ entities: parent: 2 - proto: RightLegSkeleton entities: - - uid: 30573 + - uid: 31244 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: RightLegSlime - entities: - - uid: 30574 - components: - - type: Transform - pos: 14.523035,-30.942398 - parent: 2 - proto: RiotShield entities: - - uid: 15696 + - uid: 31245 components: - type: Transform rot: 3.141592653589793 rad pos: 60.373188,-13.36546 parent: 2 - - uid: 40645 + - uid: 31246 components: - type: Transform rot: 3.141592653589793 rad pos: 60.513813,-13.45921 parent: 2 - - uid: 40646 + - uid: 31247 components: - type: Transform rot: 3.141592653589793 rad @@ -217101,337 +221612,253 @@ entities: parent: 2 - proto: RitualDagger entities: - - uid: 30578 + - uid: 31248 components: - type: Transform pos: -83.467155,-26.226091 parent: 2 - proto: RobocopCircuitBoard entities: - - uid: 26915 + - uid: 27728 components: - type: Transform - parent: 26914 + parent: 27727 - type: Physics canCollide: False - type: InsideEntityStorage - proto: RockGuitarInstrument entities: - - uid: 30579 + - uid: 31249 components: - type: Transform pos: 32.43872,-21.435997 parent: 2 - proto: RollerBed entities: - - uid: 30580 + - uid: 31250 components: - type: Transform pos: 66.46689,-1.3338642 parent: 2 - - uid: 30581 + - uid: 31251 components: - type: Transform pos: -53.5,-15.5 parent: 2 - - uid: 30582 + - uid: 31252 components: - type: Transform pos: 83.284225,-9.363339 parent: 2 - proto: RollingPin entities: - - uid: 19147 + - uid: 19653 components: - type: Transform - parent: 19129 + parent: 19635 - type: Physics canCollide: False - proto: RubberStampApproved entities: - - uid: 30583 + - uid: 31253 components: - type: Transform pos: 51.354324,10.770037 parent: 2 - - uid: 30584 + - uid: 31254 components: - type: Transform pos: -2.6978712,9.008189 parent: 2 - - uid: 30585 + - uid: 31255 components: - type: Transform pos: 69.74885,-37.834255 parent: 2 - - uid: 30586 + - uid: 31256 components: - type: Transform pos: 0.4364481,-95.24705 parent: 2 - - uid: 30587 + - uid: 31257 components: - type: Transform pos: -24.112488,6.868767 parent: 2 - - uid: 30588 + - uid: 31258 components: - type: Transform pos: -4.6409903,-83.15826 parent: 2 - proto: RubberStampDenied entities: - - uid: 30589 + - uid: 31259 components: - type: Transform pos: -4.3085346,-83.14688 parent: 2 - - uid: 30590 + - uid: 31260 components: - type: Transform pos: 51.70155,10.765407 parent: 2 - - uid: 30591 + - uid: 31261 components: - type: Transform pos: -24.128113,6.509392 parent: 2 - - uid: 30592 + - uid: 31262 components: - type: Transform pos: -2.3228712,9.008189 parent: 2 - - uid: 30593 + - uid: 31263 components: - type: Transform pos: 69.4051,-37.834255 parent: 2 - - uid: 30594 + - uid: 31264 components: - type: Transform pos: 0.4520731,-95.5867 parent: 2 -- proto: SalvageFleshSpawner +- proto: RustedThruster entities: - - uid: 30595 - components: - - type: Transform - pos: 15.5,-51.5 - parent: 2 - - uid: 30596 - components: - - type: Transform - pos: 16.5,-52.5 - parent: 2 - - uid: 30597 - components: - - type: Transform - pos: 5.5,-34.5 - parent: 2 - - uid: 30598 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 30599 - components: - - type: Transform - pos: 15.5,-36.5 - parent: 2 - - uid: 30600 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - uid: 30601 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 30602 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 30603 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - uid: 30604 - components: - - type: Transform - pos: 15.5,-50.5 - parent: 2 - - uid: 30605 - components: - - type: Transform - pos: 14.5,-50.5 - parent: 2 - - uid: 30606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 2 - - uid: 30607 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 30608 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 30609 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 2 - - uid: 30610 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 2 - - uid: 30611 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 30612 - components: - - type: Transform - pos: -1.5,-21.5 - parent: 2 - - uid: 30613 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - - uid: 30614 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 30615 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 30616 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 2 - - uid: 30617 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - uid: 30618 - components: - - type: Transform - pos: -2.5,-41.5 - parent: 2 - - uid: 30619 - components: - - type: Transform - pos: -7.5,-34.5 - parent: 2 - - uid: 30620 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 - - uid: 30621 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 - - uid: 30622 - components: - - type: Transform - pos: 11.5,-38.5 - parent: 2 - - uid: 30623 - components: - - type: Transform - pos: 12.5,-39.5 - parent: 2 - - uid: 30624 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - - uid: 30625 - components: - - type: Transform - pos: 10.5,-35.5 - parent: 2 - - uid: 30626 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 2 - - uid: 30627 - components: - - type: Transform - pos: 8.5,-33.5 - parent: 2 - - uid: 30628 - components: - - type: Transform - pos: 14.5,-33.5 - parent: 2 - - uid: 30629 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 30630 - components: - - type: Transform - pos: 7.5,-25.5 - parent: 2 - - uid: 30631 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 -- proto: SalvageHumanCorpseSpawner - entities: - - uid: 30632 + - uid: 31265 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,-55.5 + pos: 4.5,-64.5 parent: 2 - - uid: 30633 + - uid: 31266 components: - type: Transform - pos: 4.5,-33.5 + rot: 3.141592653589793 rad + pos: 3.5,-64.5 parent: 2 - - uid: 30634 + - uid: 31267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-27.5 + parent: 2 + - uid: 31268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-64.5 + parent: 2 + - uid: 31269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-64.5 + parent: 2 + - uid: 31270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-26.5 + parent: 2 + - uid: 31271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-64.5 + parent: 2 + - uid: 31272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-64.5 + parent: 2 + - uid: 31273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-40.5 + parent: 2 + - uid: 31274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-41.5 + parent: 2 + - uid: 31275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-42.5 + parent: 2 +- proto: SadTromboneImplanter + entities: + - uid: 31276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.3161926,-49.63186 + parent: 2 +- proto: SalvageCanisterSpawner + entities: + - uid: 31277 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 +- proto: SalvageFleshSpawner + entities: + - uid: 31278 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 31279 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 31280 + components: + - type: Transform + pos: -14.5,-46.5 + parent: 2 + - uid: 31281 + components: + - type: Transform + pos: -12.5,-49.5 + parent: 2 + - uid: 31282 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 31283 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 31284 components: - type: Transform pos: 71.5,-15.5 parent: 2 - proto: SalvageLootSpawner entities: - - uid: 30635 + - uid: 31285 components: - type: Transform - pos: -4.5,-43.5 + pos: -13.5,-57.5 parent: 2 - - uid: 30636 + - uid: 31286 components: - type: Transform - pos: 5.5,-40.5 + pos: 8.5,-26.5 parent: 2 - proto: SalvageMagnet entities: - - uid: 30637 + - uid: 31287 components: - type: MetaData desc: Удерживает астероид. @@ -217441,7 +221868,7 @@ entities: parent: 2 missingComponents: - SalvageMagnet - - uid: 30638 + - uid: 31288 components: - type: MetaData desc: Удерживает астероид. @@ -217451,7 +221878,7 @@ entities: parent: 2 missingComponents: - SalvageMagnet - - uid: 30639 + - uid: 31289 components: - type: MetaData desc: Удерживает астероид. @@ -217460,7 +221887,7 @@ entities: parent: 2 missingComponents: - SalvageMagnet - - uid: 30640 + - uid: 31290 components: - type: MetaData desc: Удерживает астероид. @@ -217470,700 +221897,335 @@ entities: parent: 2 missingComponents: - SalvageMagnet - - uid: 30641 + - uid: 31291 components: - type: Transform pos: -10.5,-110.5 parent: 2 - proto: SalvageMaterialCrateSpawner entities: - - uid: 30642 - components: - - type: Transform - pos: 12.5,-42.5 - parent: 2 - - uid: 30643 + - uid: 31292 components: - type: Transform pos: -13.5,-83.5 parent: 2 - - uid: 30644 + - uid: 31293 components: - type: Transform pos: 4.5,-87.5 parent: 2 + - uid: 31294 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 +- proto: SalvageMobSpawner + entities: + - uid: 31295 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 +- proto: SalvageMobSpawner75 + entities: + - uid: 31296 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 - proto: SalvageSpawnerEquipment entities: - - uid: 30645 + - uid: 31297 components: - type: Transform - pos: 12.5,-36.5 + pos: -8.5,-53.5 parent: 2 - - uid: 30646 + - uid: 31298 components: - type: Transform - pos: 5.5,-26.5 + pos: -5.5,-27.5 parent: 2 - - uid: 30647 - components: - - type: Transform - pos: -11.5,-27.5 - parent: 2 - - uid: 30648 - components: - - type: Transform - pos: -12.5,-38.5 - parent: 2 - - uid: 30649 - components: - - type: Transform - pos: -13.5,-49.5 - parent: 2 - - uid: 30650 - components: - - type: Transform - pos: -11.5,-55.5 - parent: 2 - - uid: 30651 - components: - - type: Transform - pos: -9.5,-53.5 - parent: 2 - - uid: 30652 - components: - - type: Transform - pos: -7.5,-55.5 - parent: 2 - - uid: 30653 - components: - - type: Transform - pos: -3.5,-49.5 - parent: 2 - - uid: 30654 - components: - - type: Transform - pos: 2.5,-29.5 - parent: 2 -- proto: SalvageSpawnerMobMiningAsteroid +- proto: SalvageSpawnerEquipmentValuable entities: - - uid: 30655 + - uid: 31299 components: - type: Transform - pos: -9.5,-26.5 + pos: -1.5,-61.5 parent: 2 - proto: SalvageSpawnerScrapCommon entities: - - uid: 30656 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - - uid: 30657 - components: - - type: Transform - pos: -7.5,-39.5 - parent: 2 - - uid: 30658 + - uid: 31300 components: - type: Transform anchored: False pos: 1.5,-65.5 parent: 2 - - uid: 30659 + - uid: 31301 components: - type: Transform pos: -23.5,-98.5 parent: 2 - - uid: 30660 + - uid: 31302 components: - type: Transform pos: -16.5,-98.5 parent: 2 -- proto: SalvageSpawnerScrapCommon75 - entities: - - uid: 30661 + - uid: 31303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-35.5 + pos: 4.5,-40.5 parent: 2 - - uid: 30662 + - uid: 31304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-27.5 + pos: -2.5,-49.5 parent: 2 - - uid: 30663 + - uid: 31305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-28.5 + pos: -1.5,-48.5 parent: 2 - - uid: 30664 + - uid: 31306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-33.5 + pos: 12.5,-45.5 parent: 2 - - uid: 30665 + - uid: 31307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-32.5 + pos: 14.5,-44.5 parent: 2 - - uid: 30666 + - uid: 31308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-40.5 + pos: -1.5,-52.5 parent: 2 - - uid: 30667 + - uid: 31309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-39.5 + pos: 3.5,-53.5 parent: 2 - - uid: 30668 + - uid: 31310 components: - type: Transform - pos: -1.5,-54.5 + pos: 1.5,-60.5 parent: 2 - - uid: 30669 - components: - - type: Transform - pos: -2.5,-53.5 - parent: 2 - - uid: 30670 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 30671 - components: - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 30672 + - uid: 31311 components: - type: Transform pos: -0.5,-58.5 parent: 2 - - uid: 30673 + - uid: 31312 components: - type: Transform - pos: 2.5,-57.5 + pos: -5.5,-56.5 parent: 2 - - uid: 30674 + - uid: 31313 components: - type: Transform - pos: 5.5,-47.5 + pos: -9.5,-55.5 parent: 2 - - uid: 30675 - components: - - type: Transform - pos: 8.5,-48.5 - parent: 2 - - uid: 30676 - components: - - type: Transform - pos: 11.5,-50.5 - parent: 2 - - uid: 30677 - components: - - type: Transform - pos: 11.5,-47.5 - parent: 2 - - uid: 30678 - components: - - type: Transform - pos: 15.5,-46.5 - parent: 2 - - uid: 30679 - components: - - type: Transform - pos: 14.5,-45.5 - parent: 2 - - uid: 30680 - components: - - type: Transform - pos: 14.5,-43.5 - parent: 2 - - uid: 30681 +- proto: SalvageSpawnerScrapCommon75 + entities: + - uid: 31314 components: - type: Transform pos: 15.5,-39.5 parent: 2 - - uid: 30682 - components: - - type: Transform - pos: 9.5,-42.5 - parent: 2 - - uid: 30683 - components: - - type: Transform - pos: 7.5,-44.5 - parent: 2 - - uid: 30684 - components: - - type: Transform - pos: 10.5,-34.5 - parent: 2 - - uid: 30685 - components: - - type: Transform - pos: 10.5,-33.5 - parent: 2 - - uid: 30686 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 30687 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - - uid: 30688 - components: - - type: Transform - pos: 8.5,-27.5 - parent: 2 - - uid: 30689 - components: - - type: Transform - pos: 13.5,-27.5 - parent: 2 - - uid: 30690 - components: - - type: Transform - pos: 11.5,-26.5 - parent: 2 - - uid: 30691 - components: - - type: Transform - pos: 2.5,-27.5 - parent: 2 - - uid: 30692 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 2 - - uid: 30693 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 2 - - uid: 30694 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 2 - - uid: 30695 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 30696 - components: - - type: Transform - pos: -5.5,-29.5 - parent: 2 - - uid: 30697 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 30698 - components: - - type: Transform - pos: -5.5,-34.5 - parent: 2 - - uid: 30699 - components: - - type: Transform - pos: -5.5,-35.5 - parent: 2 - - uid: 30700 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 30701 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 2 - - uid: 30702 - components: - - type: Transform - pos: -11.5,-31.5 - parent: 2 - - uid: 30703 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 2 - - uid: 30704 - components: - - type: Transform - pos: -16.5,-34.5 - parent: 2 - - uid: 30705 - components: - - type: Transform - pos: -14.5,-31.5 - parent: 2 - - uid: 30706 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 30707 - components: - - type: Transform - pos: -14.5,-46.5 - parent: 2 - - uid: 30708 - components: - - type: Transform - pos: -13.5,-48.5 - parent: 2 - - uid: 30709 - components: - - type: Transform - pos: -10.5,-46.5 - parent: 2 - - uid: 30710 - components: - - type: Transform - pos: -4.5,-47.5 - parent: 2 - - uid: 30711 - components: - - type: Transform - pos: 4.5,-48.5 - parent: 2 - - uid: 30712 - components: - - type: Transform - pos: -4.5,-48.5 - parent: 2 - - uid: 30713 - components: - - type: Transform - pos: -3.5,-48.5 - parent: 2 - - uid: 30714 - components: - - type: Transform - pos: 5.5,-49.5 - parent: 2 - - uid: 30715 - components: - - type: Transform - pos: 4.5,-49.5 - parent: 2 - - uid: 30716 - components: - - type: Transform - pos: 6.5,-48.5 - parent: 2 - - uid: 30717 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 30718 - components: - - type: Transform - pos: 12.5,-51.5 - parent: 2 - - uid: 30719 - components: - - type: Transform - pos: 8.5,-44.5 - parent: 2 - - uid: 30720 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 2 - - uid: 30721 - components: - - type: Transform - pos: -13.5,-47.5 - parent: 2 - - uid: 30722 + - uid: 31315 components: - type: Transform pos: -12.5,-101.5 parent: 2 - - uid: 30723 + - uid: 31316 components: - type: Transform pos: -11.5,-102.5 parent: 2 - - uid: 30724 + - uid: 31317 components: - type: Transform pos: -28.5,-103.5 parent: 2 - - uid: 30725 + - uid: 31318 components: - type: Transform pos: -19.5,-91.5 parent: 2 - - uid: 30726 + - uid: 31319 components: - type: Transform pos: -27.5,-96.5 parent: 2 + - uid: 31320 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 31321 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 31322 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 31323 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 31324 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 31325 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 31326 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 31327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-34.5 + parent: 2 - proto: SalvageSpawnerScrapValuable entities: - - uid: 30727 + - uid: 31328 components: - type: Transform - pos: -13.5,-43.5 + pos: 9.5,-41.5 parent: 2 - - uid: 30728 + - uid: 31329 components: - type: Transform - pos: -8.5,-40.5 + pos: 6.5,-46.5 parent: 2 - - uid: 30729 + - uid: 31330 components: - type: Transform - pos: 6.5,-26.5 + pos: 8.5,-33.5 parent: 2 - proto: SalvageSpawnerScrapValuable75 entities: - - uid: 30730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-39.5 - parent: 2 - - uid: 30731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-41.5 - parent: 2 - - uid: 30732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-44.5 - parent: 2 - - uid: 30733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-41.5 - parent: 2 - - uid: 30734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-40.5 - parent: 2 - - uid: 30735 - components: - - type: Transform - pos: -14.5,-47.5 - parent: 2 - - uid: 30736 - components: - - type: Transform - pos: -5.5,-48.5 - parent: 2 - - uid: 30737 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 30738 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 2 - - uid: 30739 - components: - - type: Transform - pos: -14.5,-45.5 - parent: 2 - - uid: 30740 - components: - - type: Transform - pos: -14.5,-48.5 - parent: 2 - - uid: 30741 - components: - - type: Transform - pos: -10.5,-47.5 - parent: 2 - - uid: 30742 - components: - - type: Transform - pos: -10.5,-48.5 - parent: 2 - - uid: 30743 - components: - - type: Transform - pos: -7.5,-48.5 - parent: 2 - - uid: 30744 - components: - - type: Transform - pos: -8.5,-54.5 - parent: 2 - - uid: 30745 - components: - - type: Transform - pos: -8.5,-55.5 - parent: 2 - - uid: 30746 - components: - - type: Transform - pos: -10.5,-55.5 - parent: 2 - - uid: 30747 + - uid: 31331 components: - type: Transform pos: 85.5,-53.5 parent: 2 + - uid: 31332 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 31333 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 31334 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 - proto: SalvageSpawnerTreasure entities: - - uid: 30748 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 30749 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 30750 + - uid: 31335 components: - type: Transform pos: -16.5,-43.5 parent: 2 - - uid: 30751 + - uid: 31336 components: - type: Transform pos: 30.5,-82.5 parent: 2 - proto: SalvageSpawnerTreasureValuable entities: - - uid: 30752 + - uid: 31337 components: - type: Transform - pos: 5.5,-42.5 + pos: 6.5,-56.5 parent: 2 - - uid: 30753 + - uid: 31338 components: - type: Transform - pos: 0.5,-45.5 + pos: 4.5,-42.5 parent: 2 - - uid: 30754 + - uid: 31339 components: - type: Transform - pos: -0.5,-37.5 + pos: 16.5,-31.5 parent: 2 - - uid: 30755 + - uid: 31340 components: - type: Transform - pos: -1.5,-30.5 + pos: 14.5,-35.5 parent: 2 - - uid: 30756 + - uid: 31341 components: - type: Transform - pos: 0.5,-19.5 - parent: 2 - - uid: 30757 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 2 - - uid: 30758 - components: - - type: Transform - pos: 15.5,-52.5 - parent: 2 - - uid: 30759 - components: - - type: Transform - pos: -8.5,-59.5 - parent: 2 - - uid: 30760 - components: - - type: Transform - pos: -10.5,-59.5 - parent: 2 - - uid: 30761 - components: - - type: Transform - pos: -11.5,-57.5 - parent: 2 - - uid: 30762 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - - uid: 30763 - components: - - type: Transform - pos: 9.5,-41.5 + pos: -7.5,-30.5 parent: 2 - proto: Saw entities: - - uid: 30764 + - uid: 31342 components: - type: Transform pos: -23.331028,12.404118 parent: 2 - proto: SawAdvanced entities: - - uid: 30765 + - uid: 31343 components: - type: Transform - pos: 16.291164,-30.473972 + pos: -6.946053,-49.333897 parent: 2 - proto: SawElectric entities: - - uid: 30766 + - uid: 31344 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.497505,-20.12178 parent: 2 - - uid: 30767 + - uid: 31345 components: - type: Transform pos: -54.5,-40.5 parent: 2 - proto: SawImprov entities: - - uid: 30768 + - uid: 1968 components: - type: Transform - pos: 17.5,-46.5 - parent: 2 + parent: 1966 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: Scalpel entities: - - uid: 30769 + - uid: 31346 components: - type: Transform - pos: 14.578117,-36.367992 + pos: -4.466762,-46.29886 parent: 2 - - uid: 30770 + - uid: 31347 components: - type: Transform rot: 3.141592653589793 rad pos: -54.562984,-74.67941 parent: 2 - - uid: 30771 + - uid: 31348 components: - type: Transform rot: 1.5707963267948966 rad @@ -218171,130 +222233,133 @@ entities: parent: 2 - proto: ScalpelAdvanced entities: - - uid: 30772 + - uid: 31349 components: - type: Transform pos: -65.34498,-24.184916 parent: 2 - proto: ScalpelLaser entities: - - uid: 30773 + - uid: 31350 components: - type: Transform - pos: 16.461515,-30.176098 + pos: -10.113653,-44.37681 parent: 2 - proto: ScalpelShiv entities: - - uid: 27992 + - uid: 28724 components: - type: Transform - parent: 27991 + parent: 28723 - type: Physics canCollide: False -- proto: ScrapAirlock1 +- proto: ScrapAirlock2 entities: - - uid: 30774 + - uid: 31351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.50244,-29.691586 - parent: 2 - - uid: 30775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.7440596,-36.48781 - parent: 2 - - uid: 30776 - components: - - type: Transform - pos: 7.211709,-36.46653 - parent: 2 - - uid: 30777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.566322,-29.117119 - parent: 2 - - uid: 30778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.248143,-31.541294 - parent: 2 - - uid: 30779 - components: - - type: Transform - pos: -6.7592,-31.541294 + pos: 9.755379,-55.68668 parent: 2 - proto: ScrapBucket entities: - - uid: 30780 - components: - - type: Transform - pos: 4.457902,-37.55187 - parent: 2 - - uid: 30781 + - uid: 31352 components: - type: Transform pos: -70.56499,-33.52585 parent: 2 - - uid: 30782 + - uid: 31353 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.631767,-92.20018 parent: 2 - - uid: 30783 + - uid: 31354 components: - type: Transform pos: 17.437597,-77.982605 parent: 2 - proto: ScrapCamera entities: - - uid: 30784 + - uid: 31355 components: - type: Transform pos: -55.621323,-73.251 parent: 2 - - uid: 30785 + - uid: 31356 components: - type: Transform rot: 3.141592653589793 rad pos: -41.21511,2.7374673 parent: 2 - - uid: 30786 + - uid: 31357 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.333366,-20.596882 parent: 2 -- proto: ScrapCanister1 - entities: - - uid: 30787 + - uid: 31358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-51.5 + pos: 6.7258687,-50.16115 parent: 2 - proto: ScrapCanister2 entities: - - uid: 30788 + - uid: 31359 + components: + - type: Transform + pos: -11.860405,-37.751286 + parent: 2 + - uid: 31360 + components: + - type: Transform + pos: -11.78228,-38.26691 + parent: 2 + - uid: 31361 + components: + - type: Transform + pos: -11.704155,-38.376286 + parent: 2 + - uid: 31362 + components: + - type: Transform + pos: -11.43853,-38.29816 + parent: 2 + - uid: 31363 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.097935,-95.122055 parent: 2 + - uid: 31364 + components: + - type: Transform + pos: -11.891655,-38.07941 + parent: 2 + - uid: 31365 + components: + - type: Transform + pos: -11.922905,-37.70441 + parent: 2 + - uid: 31366 + components: + - type: Transform + pos: -11.922905,-37.438786 + parent: 2 + - uid: 31367 + components: + - type: Transform + pos: -11.891655,-37.657536 + parent: 2 - proto: ScrapCloset entities: - - uid: 30789 + - uid: 31368 components: - type: Transform pos: -63.546875,-28.46983 parent: 2 - proto: ScrapFaxMachine entities: - - uid: 30790 + - uid: 31369 components: - type: Transform pos: 20.500097,-78.43573 @@ -218302,14 +222367,14 @@ entities: - type: CollisionWake enabled: False - type: Conveyed - - uid: 30791 + - uid: 31370 components: - type: Transform pos: 52.506237,23.588875 parent: 2 - proto: ScrapFireExtinguisher entities: - - uid: 30792 + - uid: 31371 components: - type: Transform pos: 19.421972,-81.31073 @@ -218317,7 +222382,7 @@ entities: - type: CollisionWake enabled: False - type: Conveyed - - uid: 30793 + - uid: 31372 components: - type: Transform rot: 3.141592653589793 rad @@ -218325,7 +222390,7 @@ entities: parent: 2 - proto: ScrapFirelock2 entities: - - uid: 30794 + - uid: 31373 components: - type: Transform pos: 20.437597,-81.43573 @@ -218335,7 +222400,7 @@ entities: - type: Conveyed - proto: ScrapFirelock3 entities: - - uid: 30795 + - uid: 31374 components: - type: Transform pos: 20.45942,-79.495346 @@ -218343,40 +222408,26 @@ entities: - type: CollisionWake enabled: False - type: Conveyed -- proto: ScrapGeneratorFrame + - uid: 31375 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 +- proto: ScrapGeneratorFuelTank entities: - - uid: 30796 + - uid: 31376 components: - type: Transform - pos: -16.5,-36.5 + pos: 7.077362,-55.28406 parent: 2 - - uid: 30797 + - uid: 31377 components: - type: Transform - pos: 12.5,-38.5 - parent: 2 - - uid: 30798 - components: - - type: Transform - pos: 13.5,-38.5 - parent: 2 -- proto: ScrapGeneratorPlasmaLeaking - entities: - - uid: 30799 - components: - - type: Transform - pos: 14.5,-52.5 - parent: 2 -- proto: ScrapGeneratorUranium - entities: - - uid: 30800 - components: - - type: Transform - pos: -11.5,-43.5 + pos: 7.796112,-55.705936 parent: 2 - proto: ScrapGlass entities: - - uid: 30801 + - uid: 31378 components: - type: Transform pos: 20.468847,-77.40448 @@ -218384,16 +222435,71 @@ entities: - type: CollisionWake enabled: False - type: Conveyed -- proto: ScrapIntercom - entities: - - uid: 30802 + - uid: 31379 components: - type: Transform - pos: -7.6776543,-40.426334 + pos: 8.891844,-53.804848 + parent: 2 + - uid: 31380 + components: + - type: Transform + pos: 10.626219,-52.539223 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 31381 + components: + - type: Transform + pos: 11.485594,-56.304848 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 31382 + components: + - type: Transform + pos: 8.501219,-50.757973 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 31383 + components: + - type: Transform + pos: 9.516844,-58.81782 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed + - uid: 31384 + components: + - type: Transform + pos: 5.907469,-57.59935 + parent: 2 + - uid: 31385 + components: + - type: Transform + pos: 6.376219,-57.255527 + parent: 2 + - uid: 31386 + components: + - type: Transform + pos: 6.344969,-54.380817 + parent: 2 + - type: CollisionWake + enabled: False + - type: Conveyed +- proto: ScrapIntercom + entities: + - uid: 31387 + components: + - type: Transform + pos: 8.552254,-52.71793 parent: 2 - proto: ScrapJetpack entities: - - uid: 30803 + - uid: 31388 components: - type: Transform rot: 3.141592653589793 rad @@ -218401,30 +222507,30 @@ entities: parent: 2 - proto: ScrapMedkit entities: - - uid: 30804 + - uid: 31389 components: - type: Transform pos: -57.552494,-73.46975 parent: 2 - - uid: 30805 + - uid: 31390 components: - type: Transform pos: -46.733677,-2.5892725 parent: 2 - - uid: 30806 + - uid: 31391 components: - type: Transform pos: -59.41938,-23.751842 parent: 2 - proto: ScrapMopBucket entities: - - uid: 30807 + - uid: 31392 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.459892,-91.48143 parent: 2 - - uid: 30808 + - uid: 31393 components: - type: Transform rot: -1.5707963267948966 rad @@ -218432,13 +222538,13 @@ entities: parent: 2 - proto: ScrapPAI entities: - - uid: 30809 + - uid: 31394 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.327427,4.702978 parent: 2 - - uid: 30810 + - uid: 31395 components: - type: Transform rot: -1.5707963267948966 rad @@ -218447,303 +222553,356 @@ entities: - type: CollisionWake enabled: False - type: Conveyed + - uid: 31396 + components: + - type: Transform + pos: 8.252946,-59.679623 + parent: 2 + - uid: 31397 + components: + - type: Transform + pos: 8.643571,-59.523373 + parent: 2 - proto: ScrapSteel entities: - - uid: 30811 + - uid: 31398 components: - type: Transform pos: -65.578125,-28.516705 parent: 2 - proto: ScrapTube entities: - - uid: 30812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.646855,-34.43036 - parent: 2 - - uid: 30813 - components: - - type: Transform - pos: 11.284857,-34.49419 - parent: 2 - - uid: 30814 + - uid: 31399 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.57467,-3.163485 parent: 2 - - uid: 30815 + - uid: 31400 components: - type: Transform pos: -48.746544,2.28964 parent: 2 + - uid: 31401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5979643,-58.57138 + parent: 2 + - uid: 31402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.1292143,-58.337006 + parent: 2 + - uid: 31403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.957339,-54.837006 + parent: 2 + - uid: 31404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.3948393,-58.774506 + parent: 2 + - uid: 31405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.8167143,-59.66513 + parent: 2 + - uid: 31406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.3792143,-59.774506 + parent: 2 + - uid: 31407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.6448393,-59.44638 + parent: 2 + - uid: 31408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.676089,-59.430756 + parent: 2 + - uid: 31409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.511366,-54.41352 + parent: 2 - proto: Screen entities: - - uid: 30816 + - uid: 31410 components: - type: Transform pos: -7.5,7.5 parent: 2 - - uid: 30817 + - uid: 31411 components: - type: Transform pos: -5.5,-83.5 parent: 2 - - uid: 30818 + - uid: 31412 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-34.5 parent: 2 - - uid: 30819 + - uid: 31413 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-8.5 parent: 2 - - uid: 30820 + - uid: 31414 components: - type: Transform pos: 12.5,15.5 parent: 2 - - uid: 30821 + - uid: 31415 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-67.5 parent: 2 - - uid: 30822 + - uid: 31416 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-53.5 parent: 2 - - uid: 30823 + - uid: 31417 components: - type: Transform pos: 6.5,15.5 parent: 2 - - uid: 30824 + - uid: 31418 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-85.5 parent: 2 - - uid: 30825 + - uid: 31419 components: - type: Transform pos: -17.5,-2.5 parent: 2 - - uid: 30826 + - uid: 31420 components: - type: Transform pos: 47.5,-30.5 parent: 2 - - uid: 30827 + - uid: 31421 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,0.5 parent: 2 - - uid: 30828 + - uid: 31422 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-30.5 parent: 2 - - uid: 30829 + - uid: 31423 components: - type: Transform pos: -23.5,2.5 parent: 2 - - uid: 30830 + - uid: 31424 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-30.5 parent: 2 - - uid: 30831 + - uid: 31425 components: - type: Transform pos: -20.5,-68.5 parent: 2 - - uid: 30832 + - uid: 31426 components: - type: Transform pos: -30.5,-79.5 parent: 2 - - uid: 30833 + - uid: 31427 components: - type: Transform pos: -21.5,-90.5 parent: 2 - - uid: 30834 + - uid: 31428 components: - type: Transform pos: -31.5,-99.5 parent: 2 - - uid: 30835 + - uid: 31429 components: - type: Transform pos: -33.5,-48.5 parent: 2 - - uid: 30836 + - uid: 31430 components: - type: Transform pos: -45.5,-71.5 parent: 2 - - uid: 30837 + - uid: 31431 components: - type: Transform pos: -53.5,1.5 parent: 2 - - uid: 30838 + - uid: 31432 components: - type: Transform pos: -44.5,-8.5 parent: 2 - - uid: 30839 + - uid: 31433 components: - type: Transform pos: -60.5,-41.5 parent: 2 - - uid: 30840 + - uid: 31434 components: - type: Transform pos: -74.5,-34.5 parent: 2 - - uid: 30841 + - uid: 31435 components: - type: Transform pos: -29.5,15.5 parent: 2 - - uid: 30842 + - uid: 31436 components: - type: Transform pos: 8.5,5.5 parent: 2 - - uid: 30843 + - uid: 31437 components: - type: Transform pos: 15.5,10.5 parent: 2 - - uid: 30844 + - uid: 31438 components: - type: Transform pos: 28.5,15.5 parent: 2 - - uid: 30845 + - uid: 31439 components: - type: Transform pos: 48.5,-26.5 parent: 2 - - uid: 30846 + - uid: 31440 components: - type: Transform pos: 84.5,-20.5 parent: 2 - - uid: 30847 + - uid: 31441 components: - type: Transform pos: 84.5,-38.5 parent: 2 - - uid: 30848 + - uid: 31442 components: - type: Transform pos: 34.5,-51.5 parent: 2 - - uid: 30849 + - uid: 31443 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-77.5 parent: 2 - - uid: 30850 + - uid: 31444 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,18.5 parent: 2 - - uid: 30851 + - uid: 31445 components: - type: Transform pos: 37.5,8.5 parent: 2 - - uid: 30852 + - uid: 31446 components: - type: Transform pos: -33.5,-31.5 parent: 2 - - uid: 30853 + - uid: 31447 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-0.5 parent: 2 - - uid: 30854 + - uid: 31448 components: - type: Transform pos: 24.5,-74.5 parent: 2 - - uid: 30855 + - uid: 31449 components: - type: Transform pos: -35.5,-56.5 parent: 2 - - uid: 30856 + - uid: 31450 components: - type: Transform pos: -41.5,-62.5 parent: 2 - - uid: 30857 + - uid: 31451 components: - type: Transform pos: -52.5,-53.5 parent: 2 - - uid: 30858 + - uid: 31452 components: - type: Transform pos: -67.5,-70.5 parent: 2 - - uid: 30859 + - uid: 31453 components: - type: Transform pos: -43.5,-22.5 parent: 2 - - uid: 30860 + - uid: 31454 components: - type: Transform pos: -36.5,-94.5 parent: 2 - - uid: 30861 + - uid: 31455 components: - type: Transform pos: -16.5,-87.5 parent: 2 - - uid: 30862 + - uid: 31456 components: - type: Transform pos: 8.5,-85.5 parent: 2 - - uid: 30863 + - uid: 31457 components: - type: Transform pos: 37.5,-84.5 parent: 2 - - uid: 30864 + - uid: 31458 components: - type: Transform pos: 56.5,-101.5 parent: 2 - - uid: 30865 + - uid: 31459 components: - type: Transform pos: 101.5,-77.5 parent: 2 - proto: ScreenTimer entities: - - uid: 30866 + - uid: 31460 components: - type: Transform rot: -1.5707963267948966 rad @@ -218751,10 +222910,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 948: + 938: - - Timer - Open - - uid: 30867 + - uid: 31461 components: - type: Transform rot: -1.5707963267948966 rad @@ -218762,10 +222921,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 948: + 938: - - Timer - Open - - uid: 30868 + - uid: 31462 components: - type: Transform rot: -1.5707963267948966 rad @@ -218773,94 +222932,82 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 948: + 938: - - Timer - Open - proto: Screwdriver entities: - - uid: 2611 + - uid: 2645 components: - type: Transform - parent: 2600 + parent: 2634 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30869 + - uid: 31463 components: - type: Transform pos: 87.534424,-51.37798 parent: 2 - - uid: 30870 - components: - - type: Transform - pos: -7.4274044,-46.389015 - parent: 2 - - uid: 30871 + - uid: 31464 components: - type: Transform pos: -40.500458,-72.39901 parent: 2 - - uid: 30872 + - uid: 31465 components: - type: Transform pos: -40.477272,-53.389786 parent: 2 - - uid: 30873 + - uid: 31466 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.54843,-68.0869 parent: 2 - - uid: 30874 + - uid: 31467 components: - type: Transform pos: -40.521667,-63.102806 parent: 2 - - uid: 30875 + - uid: 31468 components: - type: Transform pos: -39.334404,-49.287586 parent: 2 - - uid: 30876 + - uid: 31469 components: - type: Transform pos: 106.44322,-59.276863 parent: 2 - - uid: 30877 + - uid: 31470 components: - type: Transform pos: -77.45838,-3.5979495 parent: 2 - - uid: 30878 + - uid: 31471 components: - type: Transform pos: 63.246994,-24.541302 parent: 2 - - uid: 30879 + - uid: 31472 components: - type: Transform pos: -57.50823,-89.7867 parent: 2 - - uid: 30880 + - uid: 31473 components: - type: Transform pos: -12.478989,-98.19576 parent: 2 - - uid: 30881 + - uid: 31474 components: - type: Transform pos: -71.588974,-2.2022552 parent: 2 -- proto: SeashellInstrument - entities: - - uid: 30882 - components: - - type: Transform - pos: -11.965896,-38.342144 - parent: 2 - proto: SecurityTechFab entities: - - uid: 30883 + - uid: 31475 components: - type: Transform pos: 55.5,-17.5 @@ -218873,376 +223020,347 @@ entities: - CivilianServices - proto: SeedExtractor entities: - - uid: 30884 - components: - - type: Transform - pos: -15.5,-34.5 - parent: 2 - - uid: 30885 + - uid: 31476 components: - type: Transform pos: 33.5,15.5 parent: 2 - - uid: 30886 + - uid: 31477 components: - type: Transform pos: 88.5,-3.5 parent: 2 - - uid: 30887 + - uid: 31478 components: - type: Transform pos: 54.5,3.5 parent: 2 - proto: SeismicCharge entities: - - uid: 26934 + - uid: 27747 components: - type: Transform - parent: 26933 + parent: 27746 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: SentientSlimesCore +- proto: ShardCrystalCyan entities: - - uid: 30888 + - uid: 31479 components: - type: Transform - pos: 5.5167713,-27.202534 + pos: 10.509225,-36.055496 parent: 2 -- proto: ShardCrystalBlue +- proto: ShardCrystalGreen entities: - - uid: 30889 + - uid: 31480 components: - type: Transform - pos: 17.593742,-34.571117 + pos: -5.1879206,-55.09666 parent: 2 -- proto: ShardCrystalRandom - entities: - - uid: 30890 + - uid: 31481 components: - type: Transform - pos: 13.687492,-36.430492 + rot: -1.5707963267948966 rad + pos: -4.6566706,-55.893536 + parent: 2 +- proto: ShardCrystalRed + entities: + - uid: 31482 + components: + - type: Transform + pos: 12.482068,-32.333817 parent: 2 - proto: ShardGlass entities: - - uid: 30891 - components: - - type: Transform - pos: 1.6482788,-18.014174 - parent: 2 - - uid: 30892 + - uid: 31483 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.269863,-24.328241 parent: 2 - - uid: 30893 + - uid: 31484 components: - type: Transform pos: -59.519863,-24.468866 parent: 2 - - uid: 30894 + - uid: 31485 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.617794,-17.137949 parent: 2 - - uid: 30895 + - uid: 31486 components: - type: Transform rot: 3.141592653589793 rad pos: 32.805294,-17.294199 parent: 2 - - uid: 30896 + - uid: 31487 components: - type: Transform pos: 83.35379,-47.548504 parent: 2 - - uid: 30897 + - uid: 31488 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.504883,-74.22458 parent: 2 - - uid: 30898 + - uid: 31489 components: - type: Transform pos: -15.428448,-88.055504 parent: 2 - - uid: 30899 + - uid: 31490 components: - type: Transform rot: 3.141592653589793 rad pos: -61.654205,-61.93288 parent: 2 - - uid: 30900 + - uid: 31491 components: - type: Transform pos: -50.87996,-93.75323 parent: 2 - - uid: 30901 + - uid: 31492 components: - type: Transform pos: -44.64952,14.121485 parent: 2 - - uid: 30902 + - uid: 31493 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.852646,14.371485 parent: 2 - - uid: 30903 + - uid: 31494 components: - type: Transform pos: -45.071396,15.35586 parent: 2 - - uid: 30904 + - uid: 31495 components: - type: Transform pos: -50.42549,12.25241 parent: 2 - - uid: 30905 + - uid: 31496 components: - type: Transform rot: 3.141592653589793 rad pos: -50.39424,12.518035 parent: 2 - - uid: 30906 + - uid: 31497 components: - type: Transform rot: 3.141592653589793 rad pos: 83.132355,-47.189404 parent: 2 - - uid: 30907 + - uid: 31498 components: - type: Transform pos: -48.367764,-73.368095 parent: 2 - - uid: 30908 + - uid: 31499 components: - type: Transform rot: 3.141592653589793 rad pos: -51.64161,-69.74597 parent: 2 - - uid: 30909 + - uid: 31500 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.592781,-96.212814 parent: 2 - - uid: 30910 + - uid: 31501 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.229996,0.50308794 parent: 2 - - uid: 30911 + - uid: 31502 components: - type: Transform pos: -83.542496,0.20621294 parent: 2 - proto: ShardGlassPlasma entities: - - uid: 30912 + - uid: 31503 components: - type: Transform - pos: -3.6342087,-19.390114 + rot: -1.5707963267948966 rad + pos: -12.157288,-57.774586 + parent: 2 + - uid: 31504 + components: + - type: Transform + pos: -12.532288,-57.41521 parent: 2 - proto: ShardGlassReinforced entities: - - uid: 30913 + - uid: 31505 components: - type: Transform pos: -47.393623,-3.4966693 parent: 2 - - uid: 30914 + - uid: 31506 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.22956,-4.0591693 parent: 2 - - uid: 30915 + - uid: 31507 components: - type: Transform rot: 3.141592653589793 rad pos: -51.120186,-0.8951067 parent: 2 - - uid: 30916 + - uid: 31508 components: - type: Transform rot: 3.141592653589793 rad pos: -41.956123,3.9095807 parent: 2 - - uid: 30917 + - uid: 31509 components: - type: Transform pos: -49.95662,-3.721847 parent: 2 -- proto: SheetBrass1 - entities: - - uid: 30918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.2961926,-19.436728 - parent: 2 - - uid: 30919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.4280239,-18.739582 - parent: 2 - - uid: 30920 - components: - - type: Transform - pos: 2.1251678,-19.840336 - parent: 2 - proto: SheetGlass entities: - - uid: 30921 + - uid: 31510 components: - type: Transform pos: 53.44892,-71.3276 parent: 2 - - uid: 30922 + - uid: 31511 components: - type: Transform pos: 55.44525,-83.67908 parent: 2 - - uid: 30923 + - uid: 31512 components: - type: Transform pos: -34.957054,-46.520668 parent: 2 - - uid: 30924 + - uid: 31513 components: - type: Transform pos: -40.497078,-65.463104 parent: 2 - - uid: 30925 + - uid: 31514 components: - type: Transform pos: 64.53812,-56.449234 parent: 2 - - uid: 30926 + - uid: 31515 components: - type: Transform pos: 59.58997,-62.50439 parent: 2 - - uid: 30927 + - uid: 31516 components: - type: Transform pos: 104.52224,-18.489302 parent: 2 - proto: SheetGlass10 entities: - - uid: 15120 + - uid: 15639 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15121 + - uid: 15640 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30928 + - uid: 31517 components: - type: Transform pos: 54.55451,-17.382858 parent: 2 - - uid: 30929 + - uid: 31518 components: - type: Transform pos: 62.58622,-24.587748 parent: 2 - - uid: 30930 + - uid: 31519 components: - type: Transform pos: 70.567665,-28.923752 parent: 2 - - uid: 30931 + - uid: 31520 components: - type: Transform pos: 62.508224,-28.783127 parent: 2 - - uid: 30932 + - uid: 31521 components: - type: Transform pos: 51.504665,-48.203327 parent: 2 - - uid: 30933 + - uid: 31522 components: - type: Transform pos: 67.446106,-26.844027 parent: 2 -- proto: SheetPGlass1 - entities: - - uid: 30934 - components: - - type: Transform - pos: 4.5102386,-20.362448 - parent: 2 - proto: SheetPlasma entities: - - uid: 30935 - components: - - type: Transform - pos: -14.504304,-38.4695 - parent: 2 - - uid: 30936 + - uid: 31523 components: - type: Transform pos: -46.49739,-84.645035 parent: 2 - proto: SheetPlasma1 entities: - - uid: 30937 + - uid: 31524 components: - type: Transform pos: -38.38237,-34.389435 parent: 2 - proto: SheetPlasteel entities: - - uid: 30938 + - uid: 31525 components: - type: Transform pos: -69.60288,-18.429285 parent: 2 - - uid: 30939 + - uid: 31526 components: - type: Transform pos: 41.53919,-35.42091 parent: 2 - - uid: 30940 + - uid: 31527 components: - type: Transform pos: 44.476467,-66.490685 parent: 2 - - uid: 30941 + - uid: 31528 components: - type: Transform pos: 108.5,-22.5 parent: 2 - proto: SheetPlastic entities: - - uid: 30942 + - uid: 31529 components: - type: Transform pos: 55.57025,-83.65593 parent: 2 - - uid: 30943 + - uid: 31530 components: - type: Transform pos: -35.44143,-46.50042 parent: 2 - proto: SheetPlastic1 entities: - - uid: 30944 + - uid: 31531 components: - type: Transform pos: 17.468847,-79.388855 @@ -219250,7 +223368,7 @@ entities: - type: CollisionWake enabled: False - type: Conveyed - - uid: 30945 + - uid: 31532 components: - type: Transform pos: 17.515722,-79.71698 @@ -219260,68 +223378,68 @@ entities: - type: Conveyed - proto: SheetPlastic10 entities: - - uid: 15122 + - uid: 15641 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15123 + - uid: 15642 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30946 + - uid: 31533 components: - type: Transform pos: 54.570133,-17.398483 parent: 2 - - uid: 30947 + - uid: 31534 components: - type: Transform pos: 62.47599,-24.507683 parent: 2 - - uid: 30948 + - uid: 31535 components: - type: Transform pos: 70.533066,-29.228373 parent: 2 - - uid: 30949 + - uid: 31536 components: - type: Transform pos: 66.26648,-27.273754 parent: 2 - - uid: 30950 + - uid: 31537 components: - type: Transform pos: 51.504665,-48.328327 parent: 2 - proto: SheetRGlass entities: - - uid: 30951 + - uid: 31538 components: - type: Transform pos: 48.578438,-99.54292 parent: 2 - - uid: 30952 + - uid: 31539 components: - type: Transform pos: 41.273823,-35.403816 parent: 2 - - uid: 30953 + - uid: 31540 components: - type: Transform pos: -70.41553,-18.448257 parent: 2 - - uid: 30954 + - uid: 31541 components: - type: Transform pos: 44.030502,-66.46955 parent: 2 - - uid: 30955 + - uid: 31542 components: - type: Transform pos: 96.5,-62.5 @@ -219349,131 +223467,126 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30956 + - uid: 31543 components: - type: Transform pos: 55.524258,-88.51394 parent: 2 - - uid: 30957 + - uid: 31544 components: - type: Transform pos: 54.538883,-17.367233 parent: 2 - - uid: 30958 + - uid: 31545 components: - type: Transform pos: 43.271183,-94.06305 parent: 2 - - uid: 30959 + - uid: 31546 components: - type: Transform rot: 3.141592653589793 rad pos: 49.135277,-99.641846 parent: 2 - - uid: 30960 + - uid: 31547 components: - type: Transform pos: 53.48587,-71.414856 parent: 2 - - uid: 30961 + - uid: 31548 components: - type: Transform pos: 55.338768,-83.71651 parent: 2 - - uid: 30962 + - uid: 31549 components: - type: Transform pos: -34.50393,-46.520668 parent: 2 - - uid: 30963 + - uid: 31550 components: - type: Transform pos: -50.76387,-74.3849 parent: 2 - - uid: 30964 + - uid: 31551 components: - type: Transform pos: 96.5,-63.5 parent: 2 - - uid: 30965 + - uid: 31552 components: - type: Transform pos: -70.01005,-18.41678 parent: 2 - - uid: 30966 + - uid: 31553 components: - type: Transform pos: 104.5,-18.5 parent: 2 - - uid: 30967 + - uid: 31554 components: - type: Transform pos: 107.5,-18.5 parent: 2 - proto: SheetSteel1 entities: - - uid: 30968 - components: - - type: Transform - pos: -8.310703,-46.24839 - parent: 2 - - uid: 30969 + - uid: 31555 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.491547,23.44179 parent: 2 - - uid: 30970 + - uid: 31556 components: - type: Transform pos: -44.665367,13.338547 parent: 2 - - uid: 30971 + - uid: 31557 components: - type: Transform rot: 3.141592653589793 rad pos: -64.109406,-34.152622 parent: 2 - - uid: 30972 + - uid: 31558 components: - type: Transform rot: 3.141592653589793 rad pos: -62.78128,-32.324497 parent: 2 - - uid: 30973 + - uid: 31559 components: - type: Transform rot: 3.141592653589793 rad pos: -65.62503,-32.574497 parent: 2 - - uid: 30974 + - uid: 31560 components: - type: Transform pos: -44.446617,13.276047 parent: 2 - - uid: 30975 + - uid: 31561 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.83551,-8.311489 parent: 2 - - uid: 30976 + - uid: 31562 components: - type: Transform rot: 3.141592653589793 rad pos: -85.41587,1.1535509 parent: 2 - - uid: 30977 + - uid: 31563 components: - type: Transform pos: -85.57212,0.95042586 parent: 2 - - uid: 30978 + - uid: 31564 components: - type: Transform pos: 52.472706,22.654556 parent: 2 - - uid: 30979 + - uid: 31565 components: - type: Transform pos: 17.421972,-80.52948 @@ -219481,7 +223594,7 @@ entities: - type: CollisionWake enabled: False - type: Conveyed - - uid: 30980 + - uid: 31566 components: - type: Transform pos: 17.500097,-80.826355 @@ -219491,73 +223604,61 @@ entities: - type: Conveyed - proto: SheetSteel10 entities: - - uid: 15124 + - uid: 15643 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15125 + - uid: 15644 components: - type: Transform - parent: 15118 + parent: 15637 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 30981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.112273,-49.310688 - parent: 2 - - uid: 30982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.190398,-49.498188 - parent: 2 - - uid: 30983 + - uid: 31567 components: - type: Transform pos: 62.51648,-29.074066 parent: 2 - - uid: 30984 + - uid: 31568 components: - type: Transform pos: 70.61983,-29.107708 parent: 2 - - uid: 30985 + - uid: 31569 components: - type: Transform pos: 62.540604,-29.245941 parent: 2 - - uid: 30986 + - uid: 31570 components: - type: Transform pos: -27.4678,-78.41147 parent: 2 - - uid: 30987 + - uid: 31571 components: - type: Transform pos: 67.37234,-26.750244 parent: 2 - - uid: 30988 + - uid: 31572 components: - type: Transform pos: 51.567165,-48.328327 parent: 2 - - uid: 30989 + - uid: 31573 components: - type: Transform pos: -69.051704,-67.88417 parent: 2 - proto: SheetUranium1 entities: - - uid: 16128 + - uid: 16654 components: - type: Transform - parent: 16127 + parent: 16653 - type: Stack count: 20 - type: Physics @@ -219565,41 +223666,41 @@ entities: - type: InsideEntityStorage - proto: ShelfBar entities: - - uid: 19048 + - uid: 19547 components: - type: Transform pos: 25.5,5.5 parent: 2 - type: Storage storedItems: - 19057: + 19556: position: 0,0 _rotation: South - 19056: + 19555: position: 1,0 _rotation: South - 19058: + 19557: position: 2,3 _rotation: South - 19049: + 19548: position: 1,3 _rotation: South - 19051: + 19550: position: 4,0 _rotation: South - 19052: + 19551: position: 5,0 _rotation: South - 19053: + 19552: position: 4,3 _rotation: South - 19054: + 19553: position: 2,0 _rotation: South - 19055: + 19554: position: 3,0 _rotation: South - 19050: + 19549: position: 0,3 _rotation: South - type: ContainerContainer @@ -219608,36 +223709,36 @@ entities: showEnts: False occludes: True ents: - - 19057 - - 19056 - - 19049 - - 19051 - - 19052 - - 19058 - - 19054 - - 19055 - - 19053 - - 19050 - - uid: 19074 + - 19556 + - 19555 + - 19548 + - 19550 + - 19551 + - 19557 + - 19553 + - 19554 + - 19552 + - 19549 + - uid: 19573 components: - type: Transform pos: -2.5,-70.5 parent: 2 - type: Storage storedItems: - 19076: + 19575: position: 0,0 _rotation: South - 19077: + 19576: position: 1,0 _rotation: South - 19078: + 19577: position: 2,0 _rotation: South - 19075: + 19574: position: 3,0 _rotation: South - 19079: + 19578: position: 4,0 _rotation: South - type: ContainerContainer @@ -219646,12 +223747,12 @@ entities: showEnts: False occludes: True ents: - - 19076 - - 19077 - - 19078 - - 19075 - - 19079 - - uid: 30990 + - 19575 + - 19576 + - 19577 + - 19574 + - 19578 + - uid: 31574 components: - type: Transform rot: 1.5707963267948966 rad @@ -219659,53 +223760,53 @@ entities: parent: 2 - proto: ShelfChemistryChemistrySecure entities: - - uid: 1942 + - uid: 1984 components: - type: Transform pos: -38.5,-27.5 parent: 2 - type: Storage storedItems: - 1944: + 1986: position: 0,0 _rotation: South - 1946: + 1988: position: 1,0 _rotation: South - 1952: + 1994: position: 2,0 _rotation: South - 1947: + 1989: position: 1,1 _rotation: South - 1945: + 1987: position: 0,1 _rotation: South - 1956: + 1998: position: 0,3 _rotation: South - 1943: + 1985: position: 5,0 _rotation: South - 1948: + 1990: position: 2,3 _rotation: South - 1954: + 1996: position: 4,3 _rotation: South - 1955: + 1997: position: 3,0 _rotation: South - 1953: + 1995: position: 2,1 _rotation: South - 1949: + 1991: position: 2,4 _rotation: South - 1950: + 1992: position: 3,3 _rotation: South - 1951: + 1993: position: 3,4 _rotation: South - type: ContainerContainer @@ -219714,23 +223815,23 @@ entities: showEnts: False occludes: True ents: - - 1944 - - 1956 - - 1943 - - 1954 - - 1945 - - 1947 - - 1955 - - 1953 - - 1946 - - 1952 - - 1948 - - 1949 - - 1950 - - 1951 + - 1986 + - 1998 + - 1985 + - 1996 + - 1987 + - 1989 + - 1997 + - 1995 + - 1988 + - 1994 + - 1990 + - 1991 + - 1992 + - 1993 - proto: ShelfKitchen entities: - - uid: 19129 + - uid: 19635 components: - type: Transform rot: 1.5707963267948966 rad @@ -219738,58 +223839,58 @@ entities: parent: 2 - type: Storage storedItems: - 19145: + 19651: position: 0,0 _rotation: South - 19147: + 19653: position: 2,0 _rotation: South - 19146: + 19652: position: 0,3 _rotation: South - 19131: + 19637: position: 5,3 _rotation: South - 19133: + 19639: position: 3,0 _rotation: South - 19140: + 19646: position: 4,1 _rotation: South - 19141: + 19647: position: 3,1 _rotation: South - 19130: + 19636: position: 5,0 _rotation: South - 19132: + 19638: position: 2,3 _rotation: South - 19135: + 19641: position: 3,3 _rotation: South - 19138: + 19644: position: 4,0 _rotation: South - 19144: + 19650: position: 0,1 _rotation: North - 19142: + 19648: position: 1,3 _rotation: South - 19143: + 19649: position: 4,3 _rotation: South - 19137: + 19643: position: 2,4 _rotation: South - 19139: + 19645: position: 4,4 _rotation: South - 19136: + 19642: position: 1,4 _rotation: South - 19134: + 19640: position: 3,4 _rotation: South - type: ContainerContainer @@ -219798,24 +223899,24 @@ entities: showEnts: False occludes: True ents: - - 19147 - - 19146 - - 19131 - - 19130 - - 19144 - - 19145 - - 19133 - - 19138 - - 19141 - - 19140 - - 19132 - - 19143 - - 19137 - - 19139 - - 19142 - - 19135 - - 19136 - - 19134 + - 19653 + - 19652 + - 19637 + - 19636 + - 19650 + - 19651 + - 19639 + - 19644 + - 19647 + - 19646 + - 19638 + - 19649 + - 19643 + - 19645 + - 19648 + - 19641 + - 19642 + - 19640 - proto: ShelfRGlass entities: - uid: 34 @@ -219884,7 +223985,7 @@ entities: - 41 - proto: ShelfRMetal entities: - - uid: 30991 + - uid: 31575 components: - type: Transform pos: -81.5,-6.5 @@ -219893,128 +223994,114 @@ entities: locked: False - proto: ShellShotgunBeanbag entities: - - uid: 30993 + - uid: 31577 components: - type: Transform - parent: 30992 + parent: 31576 - type: Physics canCollide: False - - uid: 30994 + - uid: 31578 components: - type: Transform - parent: 30992 + parent: 31576 - type: Physics canCollide: False - - uid: 30995 + - uid: 31579 components: - type: Transform - parent: 30992 + parent: 31576 - type: Physics canCollide: False - - uid: 30996 + - uid: 31580 components: - type: Transform - parent: 30992 + parent: 31576 - type: Physics canCollide: False - - uid: 30998 + - uid: 31582 components: - type: Transform - parent: 30997 + parent: 31581 - type: Physics canCollide: False - - uid: 30999 + - uid: 31583 components: - type: Transform - parent: 30997 + parent: 31581 - type: Physics canCollide: False - - uid: 31000 + - uid: 31584 components: - type: Transform - parent: 30997 + parent: 31581 - type: Physics canCollide: False - - uid: 31001 + - uid: 31585 components: - type: Transform - parent: 30997 + parent: 31581 - type: Physics canCollide: False - - uid: 31003 + - uid: 31587 components: - type: Transform - parent: 31002 + parent: 31586 - type: Physics canCollide: False - - uid: 31004 + - uid: 31588 components: - type: Transform - parent: 31002 + parent: 31586 - type: Physics canCollide: False - - uid: 31005 + - uid: 31589 components: - type: Transform - parent: 31002 + parent: 31586 - type: Physics canCollide: False - - uid: 31006 + - uid: 31590 components: - type: Transform - parent: 31002 + parent: 31586 - type: Physics canCollide: False -- proto: ShellShotgunImprovised - entities: - - uid: 31007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.2640085,-26.387836 - parent: 2 - - uid: 31008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.2640085,-26.600601 - parent: 2 - proto: ShippingContainerCybersun entities: - - uid: 31009 + - uid: 31591 components: - type: Transform pos: 14.5,-92.5 parent: 2 - proto: ShippingContainerDonkCo entities: - - uid: 31010 + - uid: 31592 components: - type: Transform pos: 14.5,-90.5 parent: 2 - proto: ShippingContainerNakamura entities: - - uid: 31011 + - uid: 31593 components: - type: Transform pos: 10.5,-92.5 parent: 2 - proto: ShippingContainerNanotrasen entities: - - uid: 31012 + - uid: 31594 components: - type: Transform pos: 10.5,-89.5 parent: 2 - proto: ShotGunCabinetFilled entities: - - uid: 31013 + - uid: 31595 components: - type: Transform pos: 52.5,-20.5 parent: 2 - - uid: 31014 + - uid: 31596 components: - type: Transform rot: -1.5707963267948966 rad @@ -220022,957 +224109,975 @@ entities: parent: 2 - proto: Shovel entities: - - uid: 31015 + - uid: 31597 components: - type: Transform pos: 34.49214,30.562294 parent: 2 +- proto: ShowcaseRobot + entities: + - uid: 31598 + components: + - type: Transform + pos: 13.5,-54.5 + parent: 2 +- proto: ShowcaseRobotAntique + entities: + - uid: 31599 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 +- proto: ShowcaseRobotMarauder + entities: + - uid: 31600 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 2 +- proto: ShowcaseRobotWhite + entities: + - uid: 31601 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 - proto: ShuttersNormal entities: - - uid: 31016 + - uid: 31602 components: - type: Transform pos: -46.5,-75.5 parent: 2 - - uid: 31017 + - uid: 31603 components: - type: Transform pos: -46.5,-74.5 parent: 2 - - uid: 31018 + - uid: 31604 components: - type: Transform pos: -46.5,-73.5 parent: 2 - - uid: 31019 + - uid: 31605 components: - type: Transform pos: -51.5,-70.5 parent: 2 - - uid: 31020 + - uid: 31606 components: - type: Transform pos: -35.5,-71.5 parent: 2 - - uid: 31021 + - uid: 31607 components: - type: Transform pos: -49.5,-70.5 parent: 2 - - uid: 31022 + - uid: 31608 components: - type: Transform pos: -50.5,-70.5 parent: 2 - - uid: 31023 + - uid: 31609 components: - type: Transform pos: -48.5,-70.5 parent: 2 - - uid: 31024 + - uid: 31610 components: - type: Transform pos: 17.5,2.5 parent: 2 - - uid: 31025 + - uid: 31611 components: - type: Transform pos: 16.5,2.5 parent: 2 - - uid: 31026 + - uid: 31612 components: - type: Transform pos: 8.5,2.5 parent: 2 - - uid: 31027 + - uid: 31613 components: - type: Transform pos: 7.5,2.5 parent: 2 - - uid: 31028 + - uid: 31614 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-51.5 parent: 2 - - uid: 31029 + - uid: 31615 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-52.5 parent: 2 - - uid: 31030 + - uid: 31616 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-53.5 parent: 2 - - uid: 31031 + - uid: 31617 components: - type: Transform pos: -47.5,-70.5 parent: 2 - proto: ShuttersNormalOpen entities: - - uid: 31032 + - uid: 31618 components: - type: Transform pos: -75.5,0.5 parent: 2 - - uid: 31033 + - uid: 31619 components: - type: Transform pos: 36.5,8.5 parent: 2 - - uid: 31034 + - uid: 31620 components: - type: Transform pos: 0.5,-99.5 parent: 2 - - uid: 31035 + - uid: 31621 components: - type: Transform pos: 0.5,-98.5 parent: 2 - - uid: 31036 + - uid: 31622 components: - type: Transform pos: 35.5,8.5 parent: 2 - - uid: 31037 + - uid: 31623 components: - type: Transform pos: 63.5,-34.5 parent: 2 - - uid: 31038 + - uid: 31624 components: - type: Transform pos: 52.5,-6.5 parent: 2 - - uid: 31039 + - uid: 31625 components: - type: Transform pos: 51.5,-6.5 parent: 2 - - uid: 31040 + - uid: 31626 components: - type: Transform pos: 45.5,-3.5 parent: 2 - - uid: 31041 + - uid: 31627 components: - type: Transform pos: 45.5,-5.5 parent: 2 - - uid: 31042 + - uid: 31628 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-13.5 parent: 2 - - uid: 31043 + - uid: 31629 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,2.5 parent: 2 - - uid: 31044 + - uid: 31630 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,3.5 parent: 2 - - uid: 31045 + - uid: 31631 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 2 - - uid: 31046 + - uid: 31632 components: - type: Transform pos: 31.5,8.5 parent: 2 - - uid: 31047 + - uid: 31633 components: - type: Transform pos: 30.5,8.5 parent: 2 - - uid: 31048 + - uid: 31634 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,7.5 parent: 2 - - uid: 31049 + - uid: 31635 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,10.5 parent: 2 - - uid: 31050 + - uid: 31636 components: - type: Transform pos: 74.5,-51.5 parent: 2 - - uid: 31051 + - uid: 31637 components: - type: Transform pos: 75.5,-51.5 parent: 2 - - uid: 31052 + - uid: 31638 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,12.5 parent: 2 - - uid: 31053 + - uid: 31639 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,13.5 parent: 2 - - uid: 31054 + - uid: 31640 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,14.5 parent: 2 - - uid: 31055 + - uid: 31641 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,5.5 parent: 2 - - uid: 31056 + - uid: 31642 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,5.5 parent: 2 - - uid: 31057 + - uid: 31643 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,6.5 parent: 2 - - uid: 31058 + - uid: 31644 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,8.5 parent: 2 - - uid: 31059 + - uid: 31645 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,11.5 parent: 2 - - uid: 31060 + - uid: 31646 components: - type: Transform pos: 29.5,8.5 parent: 2 - - uid: 31061 + - uid: 31647 components: - type: Transform pos: 76.5,-51.5 parent: 2 - - uid: 31062 + - uid: 31648 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,1.5 parent: 2 - - uid: 31063 + - uid: 31649 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,4.5 parent: 2 - - uid: 31064 + - uid: 31650 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,6.5 parent: 2 - - uid: 31065 + - uid: 31651 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,7.5 parent: 2 - - uid: 31066 + - uid: 31652 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,10.5 parent: 2 - - uid: 31067 + - uid: 31653 components: - type: Transform pos: -2.5,5.5 parent: 2 - - uid: 31068 + - uid: 31654 components: - type: Transform pos: -6.5,5.5 parent: 2 - - uid: 31069 + - uid: 31655 components: - type: Transform pos: -21.5,2.5 parent: 2 - - uid: 31070 + - uid: 31656 components: - type: Transform pos: 74.5,-30.5 parent: 2 - - uid: 31071 + - uid: 31657 components: - type: Transform pos: 75.5,-30.5 parent: 2 - - uid: 31072 + - uid: 31658 components: - type: Transform pos: 76.5,-30.5 parent: 2 - - uid: 31073 + - uid: 31659 components: - type: Transform pos: 77.5,-30.5 parent: 2 - - uid: 31074 + - uid: 31660 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-31.5 parent: 2 - - uid: 31075 + - uid: 31661 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-32.5 parent: 2 - - uid: 31076 + - uid: 31662 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-33.5 parent: 2 - - uid: 31077 + - uid: 31663 components: - type: Transform pos: 55.5,-70.5 parent: 2 - - uid: 31078 + - uid: 31664 components: - type: Transform pos: 56.5,-70.5 parent: 2 - - uid: 31079 + - uid: 31665 components: - type: Transform pos: 57.5,-70.5 parent: 2 - - uid: 31080 + - uid: 31666 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-75.5 parent: 2 - - uid: 31081 + - uid: 31667 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-76.5 parent: 2 - - uid: 31082 + - uid: 31668 components: - type: Transform pos: -0.5,-92.5 parent: 2 - - uid: 31083 + - uid: 31669 components: - type: Transform pos: 0.5,-92.5 parent: 2 - - uid: 31084 + - uid: 31670 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-42.5 parent: 2 - - uid: 31085 + - uid: 31671 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-43.5 parent: 2 - - uid: 31086 + - uid: 31672 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-44.5 parent: 2 - - uid: 31087 + - uid: 31673 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-67.5 parent: 2 - - uid: 31088 + - uid: 31674 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-68.5 parent: 2 - - uid: 31089 + - uid: 31675 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-69.5 parent: 2 - - uid: 31090 + - uid: 31676 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,11.5 parent: 2 - - uid: 31091 + - uid: 31677 components: - type: Transform pos: 27.5,-72.5 parent: 2 - - uid: 31092 + - uid: 31678 components: - type: Transform pos: 26.5,-72.5 parent: 2 - - uid: 31093 + - uid: 31679 components: - type: Transform pos: -51.5,-46.5 parent: 2 - - uid: 31094 + - uid: 31680 components: - type: Transform pos: -52.5,-46.5 parent: 2 - - uid: 31095 + - uid: 31681 components: - type: Transform pos: -53.5,-46.5 parent: 2 - - uid: 31096 + - uid: 31682 components: - type: Transform pos: -54.5,-46.5 parent: 2 - - uid: 31097 + - uid: 31683 components: - type: Transform pos: 69.5,-34.5 parent: 2 - - uid: 31098 + - uid: 31684 components: - type: Transform pos: 68.5,-34.5 parent: 2 - - uid: 31099 + - uid: 31685 components: - type: Transform pos: 67.5,-34.5 parent: 2 - - uid: 31100 + - uid: 31686 components: - type: Transform pos: 65.5,-34.5 parent: 2 - - uid: 31101 + - uid: 31687 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,7.5 parent: 2 - - uid: 31102 + - uid: 31688 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,7.5 parent: 2 - - uid: 31103 + - uid: 31689 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,7.5 parent: 2 - - uid: 31104 + - uid: 31690 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,7.5 parent: 2 - - uid: 31105 + - uid: 31691 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-12.5 parent: 2 - - uid: 31106 + - uid: 31692 components: - type: Transform pos: 77.5,-51.5 parent: 2 - - uid: 31107 + - uid: 31693 components: - type: Transform pos: 78.5,-51.5 parent: 2 - - uid: 31108 + - uid: 31694 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-11.5 parent: 2 - - uid: 31109 + - uid: 31695 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-90.5 parent: 2 - - uid: 31110 + - uid: 31696 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-89.5 parent: 2 - - uid: 31111 + - uid: 31697 components: - type: Transform pos: -55.5,-22.5 parent: 2 - - uid: 31112 + - uid: 31698 components: - type: Transform pos: -54.5,-22.5 parent: 2 - - uid: 31113 + - uid: 31699 components: - type: Transform pos: -67.5,-46.5 parent: 2 - - uid: 31114 + - uid: 31700 components: - type: Transform pos: -66.5,-46.5 parent: 2 - - uid: 31115 + - uid: 31701 components: - type: Transform pos: -65.5,-46.5 parent: 2 - - uid: 31116 + - uid: 31702 components: - type: Transform pos: -64.5,-46.5 parent: 2 - - uid: 31117 + - uid: 31703 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-47.5 parent: 2 - - uid: 31118 + - uid: 31704 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-48.5 parent: 2 - - uid: 31119 + - uid: 31705 components: - type: Transform pos: -22.5,-90.5 parent: 2 - - uid: 31120 + - uid: 31706 components: - type: Transform pos: -23.5,-90.5 parent: 2 - - uid: 31121 + - uid: 31707 components: - type: Transform pos: -53.5,-22.5 parent: 2 - - uid: 31122 + - uid: 31708 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-91.5 parent: 2 - - uid: 31123 + - uid: 31709 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-27.5 parent: 2 - - uid: 31124 + - uid: 31710 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.5,-28.5 parent: 2 - - uid: 31125 + - uid: 31711 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,9.5 parent: 2 - - uid: 31126 + - uid: 31712 components: - type: Transform pos: -0.5,-77.5 parent: 2 - - uid: 31127 + - uid: 31713 components: - type: Transform pos: 0.5,-77.5 parent: 2 - - uid: 31128 + - uid: 31714 components: - type: Transform pos: 1.5,-77.5 parent: 2 - - uid: 31129 + - uid: 31715 components: - type: Transform pos: -35.5,-45.5 parent: 2 - - uid: 31130 + - uid: 31716 components: - type: Transform pos: -36.5,-45.5 parent: 2 - - uid: 31131 + - uid: 31717 components: - type: Transform pos: -37.5,-45.5 parent: 2 - - uid: 31132 + - uid: 31718 components: - type: Transform pos: -38.5,-45.5 parent: 2 - - uid: 31133 + - uid: 31719 components: - type: Transform pos: -39.5,-45.5 parent: 2 - - uid: 31134 + - uid: 31720 components: - type: Transform pos: -41.5,-46.5 parent: 2 - - uid: 31135 + - uid: 31721 components: - type: Transform pos: -41.5,-47.5 parent: 2 - - uid: 31136 + - uid: 31722 components: - type: Transform pos: 31.5,-64.5 parent: 2 - - uid: 31137 + - uid: 31723 components: - type: Transform pos: 31.5,-65.5 parent: 2 - - uid: 31138 + - uid: 31724 components: - type: Transform pos: 31.5,-61.5 parent: 2 - - uid: 31139 + - uid: 31725 components: - type: Transform pos: 31.5,-62.5 parent: 2 - - uid: 31140 + - uid: 31726 components: - type: Transform pos: 31.5,-57.5 parent: 2 - - uid: 31141 + - uid: 31727 components: - type: Transform pos: 31.5,-58.5 parent: 2 - - uid: 31142 + - uid: 31728 components: - type: Transform pos: -39.5,-28.5 parent: 2 - - uid: 31143 + - uid: 31729 components: - type: Transform pos: -36.5,-35.5 parent: 2 - - uid: 31144 + - uid: 31730 components: - type: Transform pos: -33.5,-33.5 parent: 2 - - uid: 31145 + - uid: 31731 components: - type: Transform pos: -33.5,-34.5 parent: 2 - - uid: 31146 + - uid: 31732 components: - type: Transform pos: -37.5,-35.5 parent: 2 - - uid: 31147 + - uid: 31733 components: - type: Transform pos: -35.5,-35.5 parent: 2 - - uid: 31148 + - uid: 31734 components: - type: Transform pos: 74.5,-6.5 parent: 2 - - uid: 31149 + - uid: 31735 components: - type: Transform pos: 74.5,-7.5 parent: 2 - - uid: 31150 + - uid: 31736 components: - type: Transform pos: 74.5,-8.5 parent: 2 - - uid: 31151 + - uid: 31737 components: - type: Transform pos: 90.5,-3.5 parent: 2 - - uid: 31152 + - uid: 31738 components: - type: Transform pos: 90.5,-4.5 parent: 2 - - uid: 31153 + - uid: 31739 components: - type: Transform pos: 90.5,-5.5 parent: 2 - - uid: 31154 + - uid: 31740 components: - type: Transform pos: 90.5,-6.5 parent: 2 - - uid: 31155 + - uid: 31741 components: - type: Transform pos: 90.5,-7.5 parent: 2 - - uid: 31156 + - uid: 31742 components: - type: Transform pos: 35.5,-46.5 parent: 2 - - uid: 31157 + - uid: 31743 components: - type: Transform pos: 35.5,-47.5 parent: 2 - - uid: 31158 + - uid: 31744 components: - type: Transform pos: 35.5,-48.5 parent: 2 - - uid: 31159 + - uid: 31745 components: - type: Transform pos: 35.5,-49.5 parent: 2 - - uid: 31160 + - uid: 31746 components: - type: Transform pos: 41.5,-46.5 parent: 2 - - uid: 31161 + - uid: 31747 components: - type: Transform pos: 41.5,-47.5 parent: 2 - - uid: 31162 + - uid: 31748 components: - type: Transform pos: 41.5,-48.5 parent: 2 - - uid: 31163 + - uid: 31749 components: - type: Transform pos: 46.5,-46.5 parent: 2 - - uid: 31164 + - uid: 31750 components: - type: Transform pos: 46.5,-47.5 parent: 2 - - uid: 31165 + - uid: 31751 components: - type: Transform pos: 46.5,-48.5 parent: 2 - - uid: 31166 + - uid: 31752 components: - type: Transform pos: 56.5,-96.5 parent: 2 - - uid: 31167 + - uid: 31753 components: - type: Transform pos: 56.5,-97.5 parent: 2 - - uid: 31168 + - uid: 31754 components: - type: Transform pos: 56.5,-98.5 parent: 2 - - uid: 31169 + - uid: 31755 components: - type: Transform pos: -15.5,2.5 parent: 2 - - uid: 31170 + - uid: 31756 components: - type: Transform pos: -69.5,-42.5 parent: 2 - - uid: 31171 + - uid: 31757 components: - type: Transform pos: 56.5,-99.5 parent: 2 - - uid: 31172 + - uid: 31758 components: - type: Transform pos: 50.5,-104.5 parent: 2 - - uid: 31173 + - uid: 31759 components: - type: Transform pos: -69.5,-43.5 parent: 2 - - uid: 31174 + - uid: 31760 components: - type: Transform pos: -69.5,-44.5 parent: 2 - - uid: 31175 + - uid: 31761 components: - type: Transform pos: 51.5,-104.5 parent: 2 - - uid: 31176 + - uid: 31762 components: - type: Transform pos: 56.5,-91.5 parent: 2 - - uid: 31177 + - uid: 31763 components: - type: Transform pos: 56.5,-90.5 parent: 2 - - uid: 31178 + - uid: 31764 components: - type: Transform pos: 56.5,-89.5 parent: 2 - - uid: 31179 + - uid: 31765 components: - type: Transform pos: 56.5,-88.5 parent: 2 - - uid: 31180 + - uid: 31766 components: - type: Transform pos: 44.5,-87.5 parent: 2 - - uid: 31181 + - uid: 31767 components: - type: Transform pos: 44.5,-86.5 parent: 2 - - uid: 31182 + - uid: 31768 components: - type: Transform pos: 44.5,-85.5 parent: 2 - - uid: 31183 + - uid: 31769 components: - type: Transform pos: 4.5,-98.5 parent: 2 - - uid: 31184 + - uid: 31770 components: - type: Transform pos: 4.5,-99.5 parent: 2 - - uid: 31185 + - uid: 31771 components: - type: Transform pos: -17.5,2.5 parent: 2 - - uid: 31186 + - uid: 31772 components: - type: Transform pos: -13.5,4.5 parent: 2 - - uid: 31187 + - uid: 31773 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,3.5 parent: 2 - - uid: 31188 + - uid: 31774 components: - type: Transform pos: -75.5,3.5 parent: 2 - - uid: 31189 + - uid: 31775 components: - type: Transform pos: -75.5,2.5 parent: 2 - - uid: 31190 + - uid: 31776 components: - type: Transform pos: -75.5,4.5 parent: 2 - - uid: 31191 + - uid: 31777 components: - type: Transform pos: -75.5,1.5 parent: 2 - proto: ShuttersRadiationOpen entities: - - uid: 31192 - components: - - type: Transform - pos: -8.5,-52.5 - parent: 2 - - uid: 31193 - components: - - type: Transform - pos: -7.5,-52.5 - parent: 2 - - uid: 31194 + - uid: 31778 components: - type: Transform rot: -1.5707963267948966 rad @@ -220980,20 +225085,40 @@ entities: parent: 2 - proto: ShuttleConsoleCircuitboard entities: - - uid: 31195 + - uid: 31779 components: - type: Transform pos: 36.51695,-37.411137 parent: 2 +- proto: ShuttleGunKineticOld + entities: + - uid: 31780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-22.5 + parent: 2 + - uid: 31781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-22.5 + parent: 2 + - uid: 31782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-21.5 + parent: 2 - proto: SignAi entities: - - uid: 31196 + - uid: 31783 components: - type: Transform rot: 3.141592653589793 rad pos: 91.5,-78.5 parent: 2 - - uid: 31197 + - uid: 31784 components: - type: Transform rot: 3.141592653589793 rad @@ -221001,25 +225126,24 @@ entities: parent: 2 - proto: SignAiUpload entities: - - uid: 31198 + - uid: 31785 components: - type: Transform pos: 12.5,21.5 parent: 2 - proto: SignalButton entities: - - uid: 31199 + - uid: 31786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-58.5 + pos: 1.5,-45.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2145: + 2229: - - Pressed - Toggle - - uid: 31200 + - uid: 31787 components: - type: Transform rot: 1.5707963267948966 rad @@ -221027,25 +225151,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31057: + 31643: - - Pressed - Toggle - 31048: + 31634: - - Pressed - Toggle - 31058: + 31644: - - Pressed - Toggle - 31060: + 31646: - - Pressed - Toggle - 31047: + 31633: - - Pressed - Toggle - 31046: + 31632: - - Pressed - Toggle - - uid: 31201 + - uid: 31788 components: - type: MetaData name: кнопка ставней @@ -221054,22 +225178,22 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31190: + 31776: - - Pressed - Toggle - 31188: + 31774: - - Pressed - Toggle - 31189: + 31775: - - Pressed - Toggle - 31191: + 31777: - - Pressed - Toggle - 31032: + 31618: - - Pressed - Toggle - - uid: 31202 + - uid: 31789 components: - type: MetaData name: гермозатворы техи @@ -221079,13 +225203,13 @@ entities: - type: DeviceLinkSource range: 300 linkedPorts: - 2192: + 2213: - - Pressed - Toggle - 2200: + 2221: - - Pressed - Toggle - - uid: 31203 + - uid: 31790 components: - type: MetaData name: ставни наблюдение @@ -221094,13 +225218,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31040: + 31626: - - Pressed - Toggle - 31041: + 31627: - - Pressed - Toggle - - uid: 31204 + - uid: 31791 components: - type: MetaData name: гермозатворы бриг-бар @@ -221109,16 +225233,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2197: + 2218: - - Pressed - Toggle - 2191: + 2212: - - Pressed - Toggle - 2190: + 2211: - - Pressed - Toggle - - uid: 31205 + - uid: 31792 components: - type: MetaData desc: Эта кнопка активирует гермозатворы. @@ -221129,35 +225253,35 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2135: + 2175: - - Pressed - Toggle - 2104: + 2144: - - Pressed - Toggle - 2136: + 2176: - - Pressed - Toggle - 2140: + 2180: - - Pressed - Toggle - - uid: 31206 + - uid: 31793 components: - type: Transform pos: -1.4880147,24.745262 parent: 2 - type: DeviceLinkSource linkedPorts: - 2184: + 2205: - - Pressed - Toggle - 2183: + 2204: - - Pressed - Toggle - 2182: + 2203: - - Pressed - Toggle - - uid: 31207 + - uid: 31794 components: - type: Transform rot: 1.5707963267948966 rad @@ -221165,19 +225289,19 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31064: + 31650: - - Pressed - Toggle - 31065: + 31651: - - Pressed - Toggle - 31066: + 31652: - - Pressed - Toggle - 31090: + 31676: - - Pressed - Toggle - - uid: 31208 + - uid: 31795 components: - type: MetaData name: кнопка внешних ставней @@ -221187,13 +225311,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31067: + 31653: - - Pressed - Toggle - 31068: + 31654: - - Pressed - Toggle - - uid: 31209 + - uid: 31796 components: - type: MetaData name: кнопка ставней офиса @@ -221203,22 +225327,22 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31102: + 31688: - - Pressed - Toggle - 31125: + 31711: - - Pressed - Toggle - 31101: + 31687: - - Pressed - Toggle - 31104: + 31690: - - Pressed - Toggle - 31103: + 31689: - - Pressed - Toggle - - uid: 31210 + - uid: 31797 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -221229,13 +225353,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31091: + 31677: - - Pressed - Toggle - 31092: + 31678: - - Pressed - Toggle - - uid: 31211 + - uid: 31798 components: - type: Transform rot: 3.141592653589793 rad @@ -221243,10 +225367,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31069: + 31655: - - Pressed - Toggle - - uid: 31212 + - uid: 31799 components: - type: MetaData name: кнопка сигнала (ставни) @@ -221256,26 +225380,26 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31097: + 31683: - - Pressed - Toggle - 31098: + 31684: - - Pressed - Toggle - 31099: + 31685: - - Pressed - Toggle - 31100: + 31686: - - Pressed - Toggle - 31037: + 31623: - - Pressed - Toggle - type: Label currentLabel: ставни - type: NameModifier baseName: кнопка сигнала - - uid: 31213 + - uid: 31800 components: - type: Transform rot: 1.5707963267948966 rad @@ -221283,25 +225407,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31113: + 31699: - - Pressed - Toggle - 31114: + 31700: - - Pressed - Toggle - 31115: + 31701: - - Pressed - Toggle - 31116: + 31702: - - Pressed - Toggle - 31117: + 31703: - - Pressed - Toggle - 31118: + 31704: - - Pressed - Toggle - - uid: 31214 + - uid: 31801 components: - type: MetaData name: нижние гермозатворы @@ -221311,13 +225435,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2204: + 2225: - - Pressed - Toggle - 2203: + 2224: - - Pressed - Toggle - - uid: 31215 + - uid: 31802 components: - type: MetaData name: верхние гермозатворы @@ -221327,13 +225451,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2202: + 2223: - - Pressed - Toggle - 2201: + 2222: - - Pressed - Toggle - - uid: 31216 + - uid: 31803 components: - type: MetaData name: гермозатворы перма @@ -221342,25 +225466,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2199: + 2220: - - Pressed - Toggle - 2194: + 2215: - - Pressed - Toggle - 2195: + 2216: - - Pressed - Toggle - 2196: + 2217: - - Pressed - Toggle - 2193: + 2214: - - Pressed - Toggle - 2198: + 2219: - - Pressed - Toggle - - uid: 31217 + - uid: 31804 components: - type: MetaData name: ставни допросная @@ -221369,13 +225493,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31038: + 31624: - - Pressed - Toggle - 31039: + 31625: - - Pressed - Toggle - - uid: 31218 + - uid: 31805 components: - type: MetaData name: ставни @@ -221384,33 +225508,33 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31161: + 31747: - - Pressed - Toggle - 31160: + 31746: - - Pressed - Toggle - 31162: + 31748: - - Pressed - Toggle - 31156: + 31742: - - Pressed - Toggle - 31157: + 31743: - - Pressed - Toggle - 31158: + 31744: - - Pressed - Toggle - 31159: + 31745: - - Pressed - Toggle - - uid: 31219 + - uid: 31806 components: - type: Transform pos: -74.31256,4.8007727 parent: 2 - - uid: 31220 + - uid: 31807 components: - type: MetaData name: ЗАБОЛТИРОВАТЬ @@ -221420,16 +225544,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 39946: + 40583: - - Pressed - Close - 39945: + 40582: - - Pressed - Close - 31287: + 31879: - - Pressed - Trigger - - uid: 31221 + - uid: 31808 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -221440,19 +225564,19 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31035: + 31621: - - Pressed - Toggle - 31034: + 31620: - - Pressed - Toggle - 31183: + 31769: - - Pressed - Toggle - 31184: + 31770: - - Pressed - Toggle - - uid: 31222 + - uid: 31809 components: - type: Transform rot: 1.5707963267948966 rad @@ -221460,16 +225584,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2166: + 2191: - - Pressed - Toggle - 2168: + 2193: - - Pressed - Toggle - 2171: + 2196: - - Pressed - Toggle - - uid: 31223 + - uid: 31810 components: - type: MetaData desc: Эта кнопка переключает ставни. @@ -221480,21 +225604,123 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31185: + 31771: - - Pressed - Toggle - 31169: + 31755: - - Pressed - Toggle - 31187: + 31773: - - Pressed - Toggle - 31186: + 31772: - - Pressed - Toggle + - uid: 31811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31780: + - - Pressed + - Trigger + - uid: 31812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-22.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31782: + - - Pressed + - Trigger + - uid: 31813 + components: + - type: MetaData + desc: Вы не можете разобрать подпись, но скорее всего эта кнопка переключает левые гермозатворы к станции. + name: ҴҖҘҥ + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2235: + - - Pressed + - Toggle + 2234: + - - Pressed + - Toggle + 2233: + - - Pressed + - Toggle + 2232: + - - Pressed + - Toggle + missingComponents: + - Construction + - Destructible + - uid: 31814 + components: + - type: MetaData + desc: Вы не можете разобрать подпись, но скорее всего эта кнопка переключает правые гермозатворы к станции. + name: ҖҞҔ Ҙҥ + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2231: + - - Pressed + - Toggle + 2230: + - - Pressed + - Toggle + 2237: + - - Pressed + - Toggle + 2236: + - - Pressed + - Toggle + missingComponents: + - Construction + - Destructible + - uid: 31815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2238: + - - Pressed + - Toggle + 2239: + - - Pressed + - Toggle + 2240: + - - Pressed + - Toggle + - uid: 31816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31781: + - - Pressed + - Trigger - proto: SignalButtonDirectional entities: - - uid: 31224 + - uid: 31817 components: - type: Transform rot: -1.5707963267948966 rad @@ -221502,33 +225728,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2172: + 2197: - - Pressed - Toggle - 2173: + 2198: - - Pressed - Toggle - - uid: 31225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-43.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2163: - - - Pressed - - Toggle - 2164: - - - Pressed - - Toggle - 2096: - - - Pressed - - Toggle - 2097: - - - Pressed - - Toggle - - uid: 31226 + - uid: 31818 components: - type: Transform rot: -1.5707963267948966 rad @@ -221536,35 +225742,420 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31054: + 31640: - - Pressed - Toggle - 31053: + 31639: - - Pressed - Toggle - 31052: + 31638: - - Pressed - Toggle - 31059: + 31645: - - Pressed - Toggle - 31049: + 31635: - - Pressed - Toggle - 31036: + 31622: - - Pressed - Toggle - 31033: + 31619: - - Pressed - Toggle - - uid: 31227 + - uid: 31819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-43.5 + rot: 1.5707963267948966 rad + pos: 19.5,-38.5 parent: 2 - type: DeviceLinkSource linkedPorts: + 2139: + - - Pressed + - Toggle + 2141: + - - Pressed + - Toggle + 2140: + - - Pressed + - Toggle + 2138: + - - Pressed + - Toggle + - uid: 31820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2185: + - - Pressed + - Toggle + 2186: + - - Pressed + - Toggle + 2187: + - - Pressed + - Toggle + 2190: + - - Pressed + - Toggle + - uid: 31821 + components: + - type: MetaData + name: старт тира + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,8.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16558: + - - Pressed + - Forward + 16511: + - - Pressed + - Forward + 16555: + - - Pressed + - Forward + 16510: + - - Pressed + - Forward + 16514: + - - Pressed + - Forward + 16560: + - - Pressed + - Forward + 16513: + - - Pressed + - Forward + 16515: + - - Pressed + - Forward + 16512: + - - Pressed + - Forward + 16559: + - - Pressed + - Forward + - uid: 31822 + components: + - type: MetaData + name: болты (болты) + - type: Transform + pos: -28.5,-85.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 387: + - - Pressed + - DoorBolt + - type: Label + currentLabel: болты + - type: NameModifier + baseName: болты + - uid: 31823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-72.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31604: + - - Pressed + - Toggle + 31603: + - - Pressed + - Toggle + 31602: + - - Pressed + - Toggle + - uid: 31824 + components: + - type: MetaData + name: кнопка сигнала (болты) + - type: Transform + pos: 75.5,-38.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 378: + - - Pressed + - DoorBolt + - type: Label + currentLabel: болты + - type: NameModifier + baseName: кнопка сигнала + - uid: 31825 + components: + - type: MetaData + name: кнопка сигнала (болты) + - type: Transform + pos: 75.5,-36.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 377: + - - Pressed + - DoorBolt + - type: Label + currentLabel: болты + - type: NameModifier + baseName: кнопка сигнала + - uid: 31826 + components: + - type: MetaData + name: кнопка сигнала (болты) + - type: Transform + pos: 75.5,-34.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 376: + - - Pressed + - DoorBolt + - type: Label + currentLabel: болты + - type: NameModifier + baseName: кнопка сигнала + - uid: 31827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.354786,-72.56805 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2169: + - - Pressed + - Toggle + - uid: 31828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-50.5 + parent: 2 + - uid: 31829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.62041,-72.56805 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2168: + - - Pressed + - Toggle + - uid: 31830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2172: + - - Pressed + - Toggle + 2171: + - - Pressed + - Toggle + 2170: + - - Pressed + - Toggle + - uid: 31831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,-78.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2177: + - - Pressed + - Toggle + - uid: 31832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-62.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2147: + - - Pressed + - Toggle + 2148: + - - Pressed + - Toggle + 2149: + - - Pressed + - Toggle + - uid: 31833 + components: + - type: MetaData + name: кнопка гермозатворов западного РнД + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2208: + - - Pressed + - Toggle + 2207: + - - Pressed + - Toggle + 2206: + - - Pressed + - Toggle + - uid: 31834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-97.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31668: + - - Pressed + - Toggle + 31669: + - - Pressed + - Toggle + - uid: 31835 + components: + - type: MetaData + name: правые ставни + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-38.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31670: + - - Pressed + - Toggle + 31671: + - - Pressed + - Toggle + 31672: + - - Pressed + - Toggle + - uid: 31836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2146: + - - Pressed + - Toggle + 2145: + - - Pressed + - Toggle + - uid: 31837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31663: + - - Pressed + - Toggle + 31664: + - - Pressed + - Toggle + 31665: + - - Pressed + - Toggle + - uid: 31838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-77.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31667: + - - Pressed + - Toggle + 31666: + - - Pressed + - Toggle + - uid: 31839 + components: + - type: MetaData + name: кнопка сигнала (ставни) + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-69.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31675: + - - Pressed + - Toggle + 31674: + - - Pressed + - Toggle + 31673: + - - Pressed + - Toggle + - type: Label + currentLabel: ставни + - type: NameModifier + baseName: кнопка сигнала + - uid: 31840 + components: + - type: MetaData + name: гермозатворы + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-104.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2210: + - - Pressed + - Toggle + 2209: + - - Pressed + - Toggle + 2202: + - - Pressed + - Toggle + - uid: 31841 + components: + - type: MetaData + desc: Эта кнопка открывает космический мост. + name: кнопка космического моста + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2158: + - - Pressed + - Toggle + 2157: + - - Pressed + - Toggle + 2156: + - - Pressed + - Toggle 2155: - - Pressed - Toggle @@ -221577,445 +226168,40 @@ entities: 2152: - - Pressed - Toggle - - uid: 31228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-38.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2099: - - - Pressed - - Toggle - 2101: - - - Pressed - - Toggle - 2100: - - - Pressed - - Toggle - 2098: - - - Pressed - - Toggle - - uid: 31229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-43.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2149: + 2151: - - Pressed - Toggle 2150: - - Pressed - Toggle - 2151: + 2167: + - - Pressed + - Toggle + 2166: - - Pressed - Toggle 2165: - - Pressed - Toggle - - uid: 31230 - components: - - type: MetaData - name: старт тира - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,8.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 16055: - - - Pressed - - Forward - 16008: - - - Pressed - - Forward - 16052: - - - Pressed - - Forward - 16007: - - - Pressed - - Forward - 16011: - - - Pressed - - Forward - 16057: - - - Pressed - - Forward - 16010: - - - Pressed - - Forward - 16012: - - - Pressed - - Forward - 16009: - - - Pressed - - Forward - 16056: - - - Pressed - - Forward - - uid: 31231 - components: - - type: MetaData - name: болты (болты) - - type: Transform - pos: -28.5,-85.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 370: - - - Pressed - - DoorBolt - - type: Label - currentLabel: болты - - type: NameModifier - baseName: болты - - uid: 31232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-72.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31018: + 2164: - - Pressed - Toggle - 31017: + 2163: - - Pressed - Toggle - 31016: + 2162: - - Pressed - Toggle - - uid: 31233 - components: - - type: MetaData - name: кнопка сигнала (болты) - - type: Transform - pos: 75.5,-38.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 361: - - - Pressed - - DoorBolt - - type: Label - currentLabel: болты - - type: NameModifier - baseName: кнопка сигнала - - uid: 31234 - components: - - type: MetaData - name: кнопка сигнала (болты) - - type: Transform - pos: 75.5,-36.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 360: - - - Pressed - - DoorBolt - - type: Label - currentLabel: болты - - type: NameModifier - baseName: кнопка сигнала - - uid: 31235 - components: - - type: MetaData - name: кнопка сигнала (болты) - - type: Transform - pos: 75.5,-34.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 359: - - - Pressed - - DoorBolt - - type: Label - currentLabel: болты - - type: NameModifier - baseName: кнопка сигнала - - uid: 31236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.354786,-72.56805 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2129: + 2161: - - Pressed - Toggle - - uid: 31237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-50.5 - parent: 2 - - uid: 31238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.62041,-72.56805 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2128: + 2160: - - Pressed - Toggle - - uid: 31239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-61.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2132: + 2159: - - Pressed - Toggle - 2131: - - - Pressed - - Toggle - 2130: - - - Pressed - - Toggle - - uid: 31240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-78.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2137: - - - Pressed - - Toggle - - uid: 31241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-62.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2107: - - - Pressed - - Toggle - 2108: - - - Pressed - - Toggle - 2109: - - - Pressed - - Toggle - - uid: 31242 - components: - - type: MetaData - name: кнопка гермозатворов западного РнД - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-68.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2187: - - - Pressed - - Toggle - 2186: - - - Pressed - - Toggle - 2185: - - - Pressed - - Toggle - - uid: 31243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-97.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31082: - - - Pressed - - Toggle - 31083: - - - Pressed - - Toggle - - uid: 31244 - components: - - type: MetaData - name: правые ставни - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-38.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31084: - - - Pressed - - Toggle - 31085: - - - Pressed - - Toggle - 31086: - - - Pressed - - Toggle - - uid: 31245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-61.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2106: - - - Pressed - - Toggle - 2105: - - - Pressed - - Toggle - - uid: 31246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-74.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31077: - - - Pressed - - Toggle - 31078: - - - Pressed - - Toggle - 31079: - - - Pressed - - Toggle - - uid: 31247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-77.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31081: - - - Pressed - - Toggle - 31080: - - - Pressed - - Toggle - - uid: 31248 - components: - - type: MetaData - name: кнопка сигнала (ставни) - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-69.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31089: - - - Pressed - - Toggle - 31088: - - - Pressed - - Toggle - 31087: - - - Pressed - - Toggle - - type: Label - currentLabel: ставни - - type: NameModifier - baseName: кнопка сигнала - - uid: 31249 - components: - - type: MetaData - name: гермозатворы - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-104.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2189: - - - Pressed - - Toggle - 2188: - - - Pressed - - Toggle - 2181: - - - Pressed - - Toggle - - uid: 31250 - components: - - type: MetaData - desc: Эта кнопка открывает космический мост. - name: кнопка космического моста - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-25.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2118: - - - Pressed - - Toggle - 2117: - - - Pressed - - Toggle - 2116: - - - Pressed - - Toggle - 2115: - - - Pressed - - Toggle - 2114: - - - Pressed - - Toggle - 2113: - - - Pressed - - Toggle - 2112: - - - Pressed - - Toggle - 2111: - - - Pressed - - Toggle - 2110: - - - Pressed - - Toggle - 2127: - - - Pressed - - Toggle - 2126: - - - Pressed - - Toggle - 2125: - - - Pressed - - Toggle - 2124: - - - Pressed - - Toggle - 2123: - - - Pressed - - Toggle - 2122: - - - Pressed - - Toggle - 2121: - - - Pressed - - Toggle - 2120: - - - Pressed - - Toggle - 2119: - - - Pressed - - Toggle - - uid: 31251 + - uid: 31842 components: - type: Transform rot: -1.5707963267948966 rad @@ -222023,16 +226209,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2179: + 2200: - - Pressed - Toggle - 2180: + 2201: - - Pressed - Toggle - 2178: + 2199: - - Pressed - Toggle - - uid: 31252 + - uid: 31843 components: - type: Transform rot: 1.5707963267948966 rad @@ -222040,13 +226226,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31025: + 31611: - - Pressed - Toggle - 31024: + 31610: - - Pressed - Toggle - - uid: 31253 + - uid: 31844 components: - type: Transform rot: 1.5707963267948966 rad @@ -222054,10 +226240,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 382: + 399: - - Pressed - DoorBolt - - uid: 31254 + - uid: 31845 components: - type: Transform rot: 3.141592653589793 rad @@ -222065,16 +226251,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31074: + 31660: - - Pressed - Toggle - 31075: + 31661: - - Pressed - Toggle - 31076: + 31662: - - Pressed - Toggle - - uid: 31255 + - uid: 31846 components: - type: Transform rot: 1.5707963267948966 rad @@ -222082,10 +226268,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2133: + 2173: - - Pressed - Toggle - - uid: 31256 + - uid: 31847 components: - type: MetaData name: кнопка сигнала (болты) @@ -222095,14 +226281,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 363: + 380: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: кнопка сигнала - - uid: 31257 + - uid: 31848 components: - type: Transform rot: 3.141592653589793 rad @@ -222110,22 +226296,22 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31019: + 31605: - - Pressed - Toggle - 31022: + 31608: - - Pressed - Toggle - 31021: + 31607: - - Pressed - Toggle - 31023: + 31609: - - Pressed - Toggle - 31031: + 31617: - - Pressed - Toggle - - uid: 31258 + - uid: 31849 components: - type: Transform rot: 1.5707963267948966 rad @@ -222133,25 +226319,25 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31070: + 31656: - - Pressed - Toggle - 31071: + 31657: - - Pressed - Toggle - 31072: + 31658: - - Pressed - Toggle - 31073: + 31659: - - Pressed - Toggle - 31123: + 31709: - - Pressed - Toggle - 31124: + 31710: - - Pressed - Toggle - - uid: 31259 + - uid: 31850 components: - type: Transform rot: 1.5707963267948966 rad @@ -222159,16 +226345,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31108: + 31694: - - Pressed - Toggle - 31105: + 31691: - - Pressed - Toggle - 31042: + 31628: - - Pressed - Toggle - - uid: 31260 + - uid: 31851 components: - type: Transform rot: 3.141592653589793 rad @@ -222176,16 +226362,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31110: + 31696: - - Pressed - Toggle - 31109: + 31695: - - Pressed - Toggle - 31122: + 31708: - - Pressed - Toggle - - uid: 31261 + - uid: 31852 components: - type: Transform rot: -1.5707963267948966 rad @@ -222193,16 +226379,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2138: + 2178: - - Pressed - Toggle - 2139: + 2179: - - Pressed - Toggle - 2134: + 2174: - - Pressed - Toggle - - uid: 31262 + - uid: 31853 components: - type: MetaData name: болты (болты) @@ -222211,14 +226397,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 372: + 389: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: болты - - uid: 31263 + - uid: 31854 components: - type: MetaData name: болты (болты) @@ -222227,14 +226413,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 373: + 390: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: болты - - uid: 31264 + - uid: 31855 components: - type: MetaData name: болты (болты) @@ -222243,14 +226429,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 374: + 391: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: болты - - uid: 31265 + - uid: 31856 components: - type: MetaData name: болты (болты) @@ -222259,14 +226445,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 369: + 386: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: болты - - uid: 31266 + - uid: 31857 components: - type: MetaData desc: Эта кнопка болтирует каюту. @@ -222276,14 +226462,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 371: + 388: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: болты - - uid: 31267 + - uid: 31858 components: - type: MetaData name: кнопка сигнала (болты) @@ -222293,14 +226479,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 364: + 381: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: кнопка сигнала - - uid: 31268 + - uid: 31859 components: - type: MetaData name: кнопка сигнала (болты) @@ -222310,14 +226496,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 365: + 382: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: кнопка сигнала - - uid: 31269 + - uid: 31860 components: - type: MetaData name: ставни хирургия @@ -222327,16 +226513,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31121: + 31707: - - Pressed - Toggle - 31112: + 31698: - - Pressed - Toggle - 31111: + 31697: - - Pressed - Toggle - - uid: 31270 + - uid: 31861 components: - type: MetaData name: ставни @@ -222346,22 +226532,22 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31045: + 31631: - - Pressed - Toggle - 31062: + 31648: - - Pressed - Toggle - 31043: + 31629: - - Pressed - Toggle - 31044: + 31630: - - Pressed - Toggle - 31063: + 31649: - - Pressed - Toggle - - uid: 31271 + - uid: 31862 components: - type: Transform rot: 3.141592653589793 rad @@ -222369,19 +226555,19 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31096: + 31682: - - Pressed - Toggle - 31095: + 31681: - - Pressed - Toggle - 31094: + 31680: - - Pressed - Toggle - 31093: + 31679: - - Pressed - Toggle - - uid: 31272 + - uid: 31863 components: - type: Transform rot: -1.5707963267948966 rad @@ -222389,20 +226575,20 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 26671: + 27464: - - Pressed - Toggle - - uid: 31273 + - uid: 31864 components: - type: Transform pos: -24.5,2.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 26672: + 27465: - - Pressed - Toggle - - uid: 31274 + - uid: 31865 components: - type: MetaData name: кнопка сигнала (ставни) @@ -222412,14 +226598,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31020: + 31606: - - Pressed - Toggle - type: Label currentLabel: ставни - type: NameModifier baseName: кнопка сигнала - - uid: 31275 + - uid: 31866 components: - type: MetaData name: кнопка сигнала (ставни) @@ -222429,32 +226615,32 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31129: + 31715: - - Pressed - Toggle - 31130: + 31716: - - Pressed - Toggle - 31131: + 31717: - - Pressed - Toggle - 31132: + 31718: - - Pressed - Toggle - 31133: + 31719: - - Pressed - Toggle - 31134: + 31720: - - Pressed - Toggle - 31135: + 31721: - - Pressed - Toggle - type: Label currentLabel: ставни - type: NameModifier baseName: кнопка сигнала - - uid: 31276 + - uid: 31867 components: - type: MetaData name: кнопка сигнала (ставни) @@ -222463,20 +226649,20 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31028: + 31614: - - Pressed - Toggle - 31029: + 31615: - - Pressed - Toggle - 31030: + 31616: - - Pressed - Toggle - type: Label currentLabel: ставни - type: NameModifier baseName: кнопка сигнала - - uid: 31277 + - uid: 31868 components: - type: Transform rot: -1.5707963267948966 rad @@ -222484,10 +226670,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 393: + 410: - - Pressed - DoorBolt - - uid: 31278 + - uid: 31869 components: - type: MetaData name: стоп тира @@ -222497,37 +226683,37 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 16011: + 16514: - - Pressed - Off - 16007: + 16510: - - Pressed - Off - 16052: + 16555: - - Pressed - Off - 16008: + 16511: - - Pressed - Off - 16055: + 16558: - - Pressed - Off - 16056: + 16559: - - Pressed - Off - 16057: + 16560: - - Pressed - Off - 16010: + 16513: - - Pressed - Off - 16012: + 16515: - - Pressed - Off - 16009: + 16512: - - Pressed - Off - - uid: 31279 + - uid: 31870 components: - type: MetaData name: ставни @@ -222536,16 +226722,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31148: + 31734: - - Pressed - Toggle - 31149: + 31735: - - Pressed - Toggle - 31150: + 31736: - - Pressed - Toggle - - uid: 31280 + - uid: 31871 components: - type: MetaData name: кнопка сигнала (болты) @@ -222555,14 +226741,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 357: + 374: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: кнопка сигнала - - uid: 31281 + - uid: 31872 components: - type: MetaData name: кнопка сигнала (болты) @@ -222572,14 +226758,14 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 356: + 373: - - Pressed - DoorBolt - type: Label currentLabel: болты - type: NameModifier baseName: кнопка сигнала - - uid: 31282 + - uid: 31873 components: - type: MetaData name: ставни @@ -222589,16 +226775,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31163: + 31749: - - Pressed - Toggle - 31164: + 31750: - - Pressed - Toggle - 31165: + 31751: - - Pressed - Toggle - - uid: 31283 + - uid: 31874 components: - type: MetaData name: левые ставни @@ -222608,16 +226794,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31170: + 31756: - - Pressed - Toggle - 31173: + 31759: - - Pressed - Toggle - 31174: + 31760: - - Pressed - Toggle - - uid: 31284 + - uid: 31875 components: - type: Transform pos: 0.5,23.5 @@ -222626,16 +226812,16 @@ entities: range: 2000 - type: DeviceLinkSource linkedPorts: - 26681: + 27474: - - Pressed - Toggle - 26685: + 27478: - - Pressed - Toggle - 26668: + 27461: - - Pressed - Toggle - - uid: 31285 + - uid: 31876 components: - type: Transform rot: 3.141592653589793 rad @@ -222643,16 +226829,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 28581: + 29293: - - Pressed - Toggle - 28582: + 29294: - - Pressed - Toggle - 28578: + 29290: - - Pressed - Toggle - - uid: 31286 + - uid: 31877 components: - type: MetaData name: болты хирургия @@ -222662,12 +226848,23 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 875: + 865: - - Pressed - DoorBolt + - uid: 31878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2228: + - - Pressed + - Toggle - proto: SignalTimer entities: - - uid: 31287 + - uid: 31879 components: - type: Transform rot: 1.5707963267948966 rad @@ -222677,56 +226874,56 @@ entities: delay: 1 - type: DeviceLinkSource linkedPorts: - 39946: + 40583: - - Timer - DoorBolt - 39945: + 40582: - - Timer - DoorBolt missingComponents: - ApcPowerReceiver - proto: SignalTimerElectronics entities: - - uid: 31288 + - uid: 31880 components: - type: Transform pos: 40.535313,-38.02671 parent: 2 - proto: SignalTrigger entities: - - uid: 31289 + - uid: 31881 components: - type: Transform pos: -40.534904,-53.280308 parent: 2 - - uid: 31290 + - uid: 31882 components: - type: Transform pos: -40.347404,-53.280308 parent: 2 - - uid: 31291 + - uid: 31883 components: - type: Transform pos: -68.84515,-68.3506 parent: 2 - - uid: 31292 + - uid: 31884 components: - type: Transform pos: -68.73578,-68.17873 parent: 2 - - uid: 31293 + - uid: 31885 components: - type: Transform pos: -68.61078,-68.0381 parent: 2 - proto: SignAnomaly entities: - - uid: 31294 + - uid: 31886 components: - type: Transform pos: -47.5,-67.5 parent: 2 - - uid: 31295 + - uid: 31887 components: - type: Transform rot: 3.141592653589793 rad @@ -222734,21 +226931,21 @@ entities: parent: 2 - proto: SignAnomaly2 entities: - - uid: 31296 + - uid: 31888 components: - type: Transform pos: -45.5,-79.5 parent: 2 - proto: SignArcade entities: - - uid: 31297 + - uid: 31889 components: - type: Transform pos: -59.5,8.5 parent: 2 - proto: SignArmory entities: - - uid: 31298 + - uid: 31890 components: - type: Transform rot: -1.5707963267948966 rad @@ -222756,21 +226953,21 @@ entities: parent: 2 - proto: SignBar entities: - - uid: 31299 + - uid: 31891 components: - type: Transform pos: 27.5,-1.5 parent: 2 - proto: SignBarbershop entities: - - uid: 31300 + - uid: 31892 components: - type: Transform pos: -25.5,-90.5 parent: 2 - proto: SignBio entities: - - uid: 31301 + - uid: 31893 components: - type: Transform rot: 3.141592653589793 rad @@ -222778,7 +226975,7 @@ entities: parent: 2 - proto: SignBiohazardMed entities: - - uid: 31302 + - uid: 31894 components: - type: Transform rot: 1.5707963267948966 rad @@ -222786,14 +226983,14 @@ entities: parent: 2 - proto: SignBlankMed entities: - - uid: 31303 + - uid: 31895 components: - type: Transform pos: -69.5,1.5 parent: 2 - proto: SignBridge entities: - - uid: 31304 + - uid: 31896 components: - type: Transform rot: 3.141592653589793 rad @@ -222801,35 +226998,41 @@ entities: parent: 2 - proto: SignCanisters entities: - - uid: 31305 + - uid: 31897 components: - type: Transform pos: -47.5,-57.5 parent: 2 - proto: SignCansScience entities: - - uid: 31306 + - uid: 31898 components: - type: Transform pos: -49.5,-59.5 parent: 2 + - uid: 31899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-48.5 + parent: 2 - proto: SignCargo entities: - - uid: 31307 + - uid: 31900 components: - type: Transform pos: 10.5,-3.5 parent: 2 - proto: SignCargoDock entities: - - uid: 31308 + - uid: 31901 components: - type: Transform pos: 17.5,-98.5 parent: 2 - proto: SignChapel entities: - - uid: 31309 + - uid: 31902 components: - type: Transform rot: -1.5707963267948966 rad @@ -222837,51 +227040,51 @@ entities: parent: 2 - proto: SignChem entities: - - uid: 31310 + - uid: 31903 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-27.5 parent: 2 - - uid: 31311 + - uid: 31904 components: - type: Transform pos: -34.5,-35.5 parent: 2 - proto: SignCloning entities: - - uid: 31312 + - uid: 31905 components: - type: Transform pos: -58.5,-27.5 parent: 2 - - uid: 31313 + - uid: 31906 components: - type: Transform pos: -57.5,-22.5 parent: 2 - proto: SignConference entities: - - uid: 31314 + - uid: 31907 components: - type: Transform pos: 3.5,5.5 parent: 2 - proto: SignCryogenicsMed entities: - - uid: 31315 + - uid: 31908 components: - type: Transform pos: -39.5,-23.5 parent: 2 - - uid: 31316 + - uid: 31909 components: - type: Transform pos: -39.5,-19.5 parent: 2 - proto: SignDangerMed entities: - - uid: 31317 + - uid: 31910 components: - type: Transform rot: -1.5707963267948966 rad @@ -222889,61 +227092,61 @@ entities: parent: 2 - proto: SignDirectionalBridge entities: - - uid: 31318 + - uid: 31911 components: - type: Transform rot: 3.141592653589793 rad pos: -33.474304,-40.680668 parent: 2 - - uid: 31319 + - uid: 31912 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.47135,-34.640896 parent: 2 - - uid: 31320 + - uid: 31913 components: - type: Transform rot: 3.141592653589793 rad pos: 27.524584,-30.20869 parent: 2 - - uid: 31321 + - uid: 31914 components: - type: Transform rot: 3.141592653589793 rad pos: 4.536149,2.7162185 parent: 2 - - uid: 31322 + - uid: 31915 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.622239,4.8928404 parent: 2 - - uid: 31323 + - uid: 31916 components: - type: Transform rot: 3.141592653589793 rad pos: -12.480022,-74.208374 parent: 2 - - uid: 31324 + - uid: 31917 components: - type: Transform rot: 3.141592653589793 rad pos: 31.532206,-56.53732 parent: 2 - - uid: 31325 + - uid: 31918 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-39.5 parent: 2 - - uid: 31326 + - uid: 31919 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-27.5 parent: 2 - - uid: 31327 + - uid: 31920 components: - type: Transform rot: 3.141592653589793 rad @@ -222951,54 +227154,54 @@ entities: parent: 2 - proto: SignDirectionalBrig entities: - - uid: 31328 + - uid: 31921 components: - type: Transform rot: 3.141592653589793 rad pos: 46.562218,-34.358776 parent: 2 - - uid: 31329 + - uid: 31922 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.50675,-30.374157 parent: 2 - - uid: 31330 + - uid: 31923 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.612581,4.3635325 parent: 2 - - uid: 31331 + - uid: 31924 components: - type: Transform pos: -34.485443,-45.246933 parent: 2 - - uid: 31332 + - uid: 31925 components: - type: Transform rot: 3.141592653589793 rad pos: 30.57463,-70.270035 parent: 2 - - uid: 31333 + - uid: 31926 components: - type: Transform rot: 3.141592653589793 rad pos: 31.54783,-56.800526 parent: 2 - - uid: 31334 + - uid: 31927 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,1.5 parent: 2 - - uid: 31335 + - uid: 31928 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-71.5 parent: 2 - - uid: 31336 + - uid: 31929 components: - type: Transform rot: 1.5707963267948966 rad @@ -223006,7 +227209,7 @@ entities: parent: 2 - proto: SignDirectionalChapel entities: - - uid: 31337 + - uid: 31930 components: - type: Transform rot: 3.141592653589793 rad @@ -223014,48 +227217,48 @@ entities: parent: 2 - proto: SignDirectionalDorms entities: - - uid: 31338 + - uid: 31931 components: - type: Transform pos: 30.499855,-34.393032 parent: 2 - - uid: 31339 + - uid: 31932 components: - type: Transform pos: -26.37681,-66.15905 parent: 2 - proto: SignDirectionalEng entities: - - uid: 31340 + - uid: 31933 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.383715,-66.43686 parent: 2 - - uid: 31341 + - uid: 31934 components: - type: Transform pos: 46.557587,-34.664333 parent: 2 - - uid: 31342 + - uid: 31935 components: - type: Transform rot: -1.5707963267948966 rad pos: 80.50675,-30.663158 parent: 2 - - uid: 31343 + - uid: 31936 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.49572,-45.755165 parent: 2 - - uid: 31344 + - uid: 31937 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5545926,-77.779526 parent: 2 - - uid: 31345 + - uid: 31938 components: - type: Transform rot: 3.141592653589793 rad @@ -223063,36 +227266,36 @@ entities: parent: 2 - proto: SignDirectionalEvac entities: - - uid: 31346 + - uid: 31939 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-34.5 parent: 2 - - uid: 31347 + - uid: 31940 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5451963,-77.24856 parent: 2 - - uid: 31348 + - uid: 31941 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.47988,-41.501305 parent: 2 - - uid: 31349 + - uid: 31942 components: - type: Transform rot: 3.141592653589793 rad pos: -30.481752,-67.68657 parent: 2 - - uid: 31350 + - uid: 31943 components: - type: Transform pos: -28.507202,-6.174101 parent: 2 - - uid: 31351 + - uid: 31944 components: - type: Transform rot: -1.5707963267948966 rad @@ -223100,37 +227303,37 @@ entities: parent: 2 - proto: SignDirectionalFood entities: - - uid: 31352 + - uid: 31945 components: - type: Transform rot: 3.141592653589793 rad pos: 31.517776,-56.256218 parent: 2 - - uid: 31353 + - uid: 31946 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.47135,-34.17562 parent: 2 - - uid: 31354 + - uid: 31947 components: - type: Transform rot: 3.141592653589793 rad pos: 27.524584,-30.467949 parent: 2 - - uid: 31355 + - uid: 31948 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-1.5 parent: 2 - - uid: 31356 + - uid: 31949 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.615208,4.6352835 parent: 2 - - uid: 31357 + - uid: 31950 components: - type: Transform rot: 3.141592653589793 rad @@ -223138,7 +227341,7 @@ entities: parent: 2 - proto: SignDirectionalGravity entities: - - uid: 31358 + - uid: 31951 components: - type: Transform rot: -1.5707963267948966 rad @@ -223146,7 +227349,7 @@ entities: parent: 2 - proto: SignDirectionalHop entities: - - uid: 31359 + - uid: 31952 components: - type: Transform rot: 3.141592653589793 rad @@ -223154,7 +227357,7 @@ entities: parent: 2 - proto: SignDirectionalHydro entities: - - uid: 31360 + - uid: 31953 components: - type: Transform rot: 3.141592653589793 rad @@ -223162,13 +227365,13 @@ entities: parent: 2 - proto: SignDirectionalLibrary entities: - - uid: 31361 + - uid: 31954 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.534568,2.2207742 parent: 2 - - uid: 31362 + - uid: 31955 components: - type: Transform rot: 3.141592653589793 rad @@ -223176,72 +227379,72 @@ entities: parent: 2 - proto: SignDirectionalMed entities: - - uid: 31363 + - uid: 31956 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.534657,-1.2827568 parent: 2 - - uid: 31364 + - uid: 31957 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.536149,2.470848 parent: 2 - - uid: 31365 + - uid: 31958 components: - type: Transform rot: 3.141592653589793 rad pos: -34.47757,-41.251305 parent: 2 - - uid: 31366 + - uid: 31959 components: - type: Transform rot: 3.141592653589793 rad pos: -30.481707,-67.179375 parent: 2 - - uid: 31367 + - uid: 31960 components: - type: Transform pos: -28.507202,-6.424101 parent: 2 - - uid: 31368 + - uid: 31961 components: - type: Transform rot: 3.141592653589793 rad pos: 27.532627,-30.714941 parent: 2 - - uid: 31369 + - uid: 31962 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.472578,-74.461975 parent: 2 - - uid: 31370 + - uid: 31963 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.493607,-36.224606 parent: 2 - - uid: 31371 + - uid: 31964 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.465466,2.6898983 parent: 2 - - uid: 31372 + - uid: 31965 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-28.5 parent: 2 - - uid: 31373 + - uid: 31966 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 2 - - uid: 31374 + - uid: 31967 components: - type: Transform rot: -1.5707963267948966 rad @@ -223249,18 +227452,18 @@ entities: parent: 2 - proto: SignDirectionalSalvage entities: - - uid: 31375 + - uid: 31968 components: - type: Transform pos: 19.5,-32.5 parent: 2 - - uid: 31376 + - uid: 31969 components: - type: Transform rot: 3.141592653589793 rad pos: 26.548445,-67.72697 parent: 2 - - uid: 31377 + - uid: 31970 components: - type: Transform rot: -1.5707963267948966 rad @@ -223268,123 +227471,123 @@ entities: parent: 2 - proto: SignDirectionalSci entities: - - uid: 31378 + - uid: 31971 components: - type: Transform pos: -28.491577,-6.674101 parent: 2 - - uid: 31379 + - uid: 31972 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.502129,-34.153027 parent: 2 - - uid: 31380 + - uid: 31973 components: - type: Transform rot: 3.141592653589793 rad pos: -30.481707,-67.434006 parent: 2 - - uid: 31381 + - uid: 31974 components: - type: Transform pos: -34.478325,-41.753128 parent: 2 - - uid: 31382 + - uid: 31975 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.475539,-74.715485 parent: 2 - - uid: 31383 + - uid: 31976 components: - type: Transform pos: -33.47158,-36.632576 parent: 2 - proto: SignDirectionalSolar entities: - - uid: 31384 + - uid: 31977 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-41.5 parent: 2 - - uid: 31385 + - uid: 31978 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-93.5 parent: 2 - - uid: 31386 + - uid: 31979 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,8.5 parent: 2 - - uid: 31387 + - uid: 31980 components: - type: Transform pos: -58.5,-45.5 parent: 2 - - uid: 31388 + - uid: 31981 components: - type: Transform pos: 62.5,-69.5 parent: 2 - - uid: 31389 + - uid: 31982 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-69.5 parent: 2 - - uid: 31390 + - uid: 31983 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-27.5 parent: 2 - - uid: 31391 + - uid: 31984 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-85.5 parent: 2 - - uid: 31392 + - uid: 31985 components: - type: Transform pos: -57.5,-67.5 parent: 2 - - uid: 31393 + - uid: 31986 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-93.5 parent: 2 - - uid: 31394 + - uid: 31987 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 2 - - uid: 31395 + - uid: 31988 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-23.5 parent: 2 - - uid: 31396 + - uid: 31989 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-2.5 parent: 2 - - uid: 31397 + - uid: 31990 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-12.5 parent: 2 - - uid: 31398 + - uid: 31991 components: - type: Transform rot: -1.5707963267948966 rad @@ -223392,51 +227595,51 @@ entities: parent: 2 - proto: SignDirectionalSupply entities: - - uid: 31399 + - uid: 31992 components: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 31400 + - uid: 31993 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.372179,-66.70939 parent: 2 - - uid: 31401 + - uid: 31994 components: - type: Transform pos: -34.5,-45.5 parent: 2 - - uid: 31402 + - uid: 31995 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.47135,-34.404785 parent: 2 - - uid: 31403 + - uid: 31996 components: - type: Transform pos: 30.500727,-34.629543 parent: 2 - - uid: 31404 + - uid: 31997 components: - type: Transform pos: 2.5434494,-77.50745 parent: 2 - - uid: 31405 + - uid: 31998 components: - type: Transform pos: 25.5,-29.5 parent: 2 - - uid: 31406 + - uid: 31999 components: - type: Transform pos: 3.5,-0.5 parent: 2 - proto: SignDisposalSpace entities: - - uid: 31407 + - uid: 32000 components: - type: Transform rot: 3.141592653589793 rad @@ -223444,29 +227647,24 @@ entities: parent: 2 - proto: SignElectricalMed entities: - - uid: 31408 - components: - - type: Transform - pos: -6.5,-50.5 - parent: 2 - - uid: 31409 + - uid: 32001 components: - type: Transform pos: -8.5,-60.5 parent: 2 - - uid: 31410 + - uid: 32002 components: - type: Transform pos: 43.5,-81.5 parent: 2 - proto: SignEngine entities: - - uid: 31411 + - uid: 32003 components: - type: Transform pos: 54.5,-55.5 parent: 2 - - uid: 31412 + - uid: 32004 components: - type: MetaData name: знак "РИТЭГ" @@ -223475,49 +227673,49 @@ entities: parent: 2 - proto: SignEngineering entities: - - uid: 31413 + - uid: 32005 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-50.5 parent: 2 - - uid: 31414 + - uid: 32006 components: - type: Transform pos: 10.5,-2.5 parent: 2 - proto: SignEVA entities: - - uid: 31415 + - uid: 32007 components: - type: Transform pos: 2.5,13.5 parent: 2 - - uid: 31416 + - uid: 32008 components: - type: Transform pos: -1.5,13.5 parent: 2 - - uid: 31417 + - uid: 32009 components: - type: Transform pos: -1.5,17.5 parent: 2 - - uid: 31418 + - uid: 32010 components: - type: Transform pos: 2.5,17.5 parent: 2 - proto: SignGenpop entities: - - uid: 31419 + - uid: 32011 components: - type: Transform pos: 43.5,-2.5 parent: 2 - proto: SignGravity entities: - - uid: 31420 + - uid: 32012 components: - type: Transform rot: -1.5707963267948966 rad @@ -223525,30 +227723,30 @@ entities: parent: 2 - proto: SignHead entities: - - uid: 31421 + - uid: 32013 components: - type: Transform pos: -9.5,8.5 parent: 2 - - uid: 31422 + - uid: 32014 components: - type: Transform pos: 9.5,18.5 parent: 2 - - uid: 31423 + - uid: 32015 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-70.5 parent: 2 - - uid: 31424 + - uid: 32016 components: - type: Transform pos: 55.5,9.5 parent: 2 - proto: SignHydro1 entities: - - uid: 31425 + - uid: 32017 components: - type: Transform rot: 3.141592653589793 rad @@ -223556,14 +227754,14 @@ entities: parent: 2 - proto: SignInterrogation entities: - - uid: 31426 + - uid: 32018 components: - type: Transform pos: 51.5,-12.5 parent: 2 - proto: SignJanitor entities: - - uid: 31427 + - uid: 32019 components: - type: Transform rot: 1.5707963267948966 rad @@ -223571,7 +227769,7 @@ entities: parent: 2 - proto: SignLawyer entities: - - uid: 31428 + - uid: 32020 components: - type: Transform rot: 3.141592653589793 rad @@ -223579,13 +227777,13 @@ entities: parent: 2 - proto: SignLibrary entities: - - uid: 31429 + - uid: 32021 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-3.5 parent: 2 - - uid: 31430 + - uid: 32022 components: - type: Transform rot: 1.5707963267948966 rad @@ -223593,41 +227791,41 @@ entities: parent: 2 - proto: SignMagnetics entities: - - uid: 31431 + - uid: 32023 components: - type: Transform pos: 14.5,-11.5 parent: 2 - - uid: 31432 + - uid: 32024 components: - type: Transform pos: -12.5,-11.5 parent: 2 - proto: SignMagneticsMed entities: - - uid: 31433 + - uid: 32025 components: - type: Transform pos: 14.5,-8.5 parent: 2 - - uid: 31434 + - uid: 32026 components: - type: Transform pos: -12.5,-8.5 parent: 2 - - uid: 31435 + - uid: 32027 components: - type: Transform pos: -11.5,-107.5 parent: 2 - - uid: 31436 + - uid: 32028 components: - type: Transform pos: 52.5,-77.5 parent: 2 - proto: SignMail entities: - - uid: 31437 + - uid: 32029 components: - type: Transform rot: 3.141592653589793 rad @@ -223635,97 +227833,89 @@ entities: parent: 2 - proto: SignMaterials entities: - - uid: 31438 + - uid: 32030 components: - type: Transform pos: -66.5,-18.5 parent: 2 - proto: SignMedical entities: - - uid: 31439 + - uid: 32031 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-4.5 parent: 2 -- proto: SignMemetic - entities: - - uid: 31440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-54.5 - parent: 2 - proto: SignMorgue entities: - - uid: 31441 + - uid: 32032 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-0.5 parent: 2 - - uid: 31442 + - uid: 32033 components: - type: Transform pos: -52.5,-40.5 parent: 2 - - uid: 31443 + - uid: 32034 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-40.5 parent: 2 - - uid: 31444 + - uid: 32035 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-85.5 parent: 2 - - uid: 31445 + - uid: 32036 components: - type: Transform pos: -55.5,-30.5 parent: 2 - proto: SignNews entities: - - uid: 31446 + - uid: 32037 components: - type: Transform pos: 29.5,-72.5 parent: 2 - proto: SignNosmoking entities: - - uid: 31447 + - uid: 32038 components: - type: Transform pos: 95.5,-77.5 parent: 2 - - uid: 31448 + - uid: 32039 components: - type: Transform pos: 100.5,-61.5 parent: 2 - - uid: 31449 + - uid: 32040 components: - type: Transform pos: 100.5,-85.5 parent: 2 - proto: SignNTMine entities: - - uid: 31450 + - uid: 32041 components: - type: Transform pos: -6.5,-97.5 parent: 2 - proto: SignPlaque entities: - - uid: 31451 + - uid: 32042 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,12.5 parent: 2 - - uid: 31452 + - uid: 32043 components: - type: MetaData desc: Важная шишка принимает посетителей каждый четверг февраля високосного года, если он выпадает на 13 число. @@ -223735,56 +227925,44 @@ entities: parent: 2 - proto: SignPrison entities: - - uid: 31453 + - uid: 32044 components: - type: Transform pos: 71.5,-3.5 parent: 2 - proto: SignPsychology entities: - - uid: 31454 + - uid: 32045 components: - type: Transform pos: -57.5,-45.5 parent: 2 -- proto: SignRadiation - entities: - - uid: 31455 - components: - - type: Transform - pos: -12.5,-53.5 - parent: 2 - proto: SignRadiationMed entities: - - uid: 31456 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - uid: 31457 + - uid: 32046 components: - type: Transform pos: -10.5,-60.5 parent: 2 - - uid: 31458 + - uid: 32047 components: - type: Transform pos: 37.5,-81.5 parent: 2 - - uid: 31459 + - uid: 32048 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-59.5 parent: 2 - - uid: 31460 + - uid: 32049 components: - type: Transform pos: -48.5,-76.5 parent: 2 - proto: SignRND entities: - - uid: 31461 + - uid: 32050 components: - type: Transform rot: 3.141592653589793 rad @@ -223792,31 +227970,31 @@ entities: parent: 2 - proto: SignRobo entities: - - uid: 31462 + - uid: 32051 components: - type: Transform pos: -33.5,-54.5 parent: 2 - - uid: 31463 + - uid: 32052 components: - type: Transform pos: -41.5,-55.5 parent: 2 - proto: SignSalvage entities: - - uid: 31464 + - uid: 32053 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-73.5 parent: 2 - - uid: 31465 + - uid: 32054 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-44.5 parent: 2 - - uid: 31466 + - uid: 32055 components: - type: Transform rot: 3.141592653589793 rad @@ -223824,30 +228002,30 @@ entities: parent: 2 - proto: SignScience entities: - - uid: 31467 + - uid: 32056 components: - type: Transform pos: -43.5,-49.5 parent: 2 - - uid: 31468 + - uid: 32057 components: - type: Transform pos: -40.5,-45.5 parent: 2 - proto: SignSecurearea entities: - - uid: 31469 + - uid: 32058 components: - type: Transform pos: 39.5,-2.5 parent: 2 - - uid: 31470 + - uid: 32059 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-66.5 parent: 2 - - uid: 31471 + - uid: 32060 components: - type: Transform rot: -1.5707963267948966 rad @@ -223855,55 +228033,55 @@ entities: parent: 2 - proto: SignSecureMedRed entities: - - uid: 31472 + - uid: 32061 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-16.5 parent: 2 - - uid: 31473 + - uid: 32062 components: - type: Transform pos: 14.5,2.5 parent: 2 - - uid: 31474 + - uid: 32063 components: - type: Transform pos: 93.5,-80.5 parent: 2 - - uid: 31475 + - uid: 32064 components: - type: Transform pos: 57.5,-57.5 parent: 2 - - uid: 31476 + - uid: 32065 components: - type: Transform pos: 13.5,7.5 parent: 2 - - uid: 31477 + - uid: 32066 components: - type: Transform pos: 43.5,-90.5 parent: 2 - - uid: 31478 + - uid: 32067 components: - type: Transform pos: -52.5,-63.5 parent: 2 - - uid: 31479 + - uid: 32068 components: - type: Transform rot: -1.5707963267948966 rad pos: 103.5,-63.5 parent: 2 - - uid: 31480 + - uid: 32069 components: - type: Transform rot: -1.5707963267948966 rad pos: 88.5,-62.5 parent: 2 - - uid: 31481 + - uid: 32070 components: - type: Transform rot: -1.5707963267948966 rad @@ -223911,14 +228089,14 @@ entities: parent: 2 - proto: SignSecureSmall entities: - - uid: 31482 + - uid: 32071 components: - type: Transform pos: 56.5,-26.5 parent: 2 - proto: SignSecureSmallRed entities: - - uid: 40644 + - uid: 32072 components: - type: Transform rot: -1.5707963267948966 rad @@ -223926,13 +228104,13 @@ entities: parent: 2 - proto: SignSecurity entities: - - uid: 31484 + - uid: 32073 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-4.5 parent: 2 - - uid: 31485 + - uid: 32074 components: - type: Transform rot: -1.5707963267948966 rad @@ -223940,7 +228118,7 @@ entities: parent: 2 - proto: SignServer entities: - - uid: 31486 + - uid: 32075 components: - type: Transform rot: -1.5707963267948966 rad @@ -223948,34 +228126,27 @@ entities: parent: 2 - proto: SignShipDock entities: - - uid: 31487 + - uid: 32076 components: - type: Transform pos: 109.5,-56.5 parent: 2 -- proto: SignShock - entities: - - uid: 31488 - components: - - type: Transform - pos: -12.5,-51.5 - parent: 2 - proto: SignSmoking entities: - - uid: 31489 + - uid: 32077 components: - type: Transform pos: -4.5,-102.5 parent: 2 - proto: SignSomethingOld entities: - - uid: 31490 + - uid: 32078 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-117.5 parent: 2 - - uid: 31491 + - uid: 32079 components: - type: Transform rot: 1.5707963267948966 rad @@ -223983,19 +228154,19 @@ entities: parent: 2 - proto: SignSpace entities: - - uid: 31492 + - uid: 32080 components: - type: Transform rot: -1.5707963267948966 rad pos: -88.5,-3.5 parent: 2 - - uid: 31493 + - uid: 32081 components: - type: Transform rot: -1.5707963267948966 rad pos: -95.5,2.5 parent: 2 - - uid: 31494 + - uid: 32082 components: - type: Transform rot: -1.5707963267948966 rad @@ -224003,25 +228174,25 @@ entities: parent: 2 - proto: SignSurgery entities: - - uid: 31495 + - uid: 32083 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-22.5 parent: 2 - - uid: 31496 + - uid: 32084 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-26.5 parent: 2 - - uid: 31497 + - uid: 32085 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,13.5 parent: 2 - - uid: 31498 + - uid: 32086 components: - type: Transform rot: -1.5707963267948966 rad @@ -224029,50 +228200,50 @@ entities: parent: 2 - proto: SignSurvival entities: - - uid: 31499 + - uid: 32087 components: - type: Transform pos: -7.5,-101.5 parent: 2 - proto: SignTelecomms entities: - - uid: 31500 + - uid: 32088 components: - type: Transform pos: 98.5,-77.5 parent: 2 - proto: SignToolStorage entities: - - uid: 31501 + - uid: 32089 components: - type: Transform pos: 62.5,-30.5 parent: 2 - - uid: 31502 + - uid: 32090 components: - type: Transform pos: 70.5,-30.5 parent: 2 - - uid: 31503 + - uid: 32091 components: - type: Transform pos: -29.5,-72.5 parent: 2 - proto: SignToxins entities: - - uid: 31504 + - uid: 32092 components: - type: Transform pos: -50.5,-63.5 parent: 2 - proto: SignVirology entities: - - uid: 31505 + - uid: 32093 components: - type: Transform pos: -42.5,-0.5 parent: 2 - - uid: 31506 + - uid: 32094 components: - type: Transform rot: 3.141592653589793 rad @@ -224080,7 +228251,7 @@ entities: parent: 2 - proto: SignVox entities: - - uid: 31507 + - uid: 32095 components: - type: Transform rot: 1.5707963267948966 rad @@ -224088,196 +228259,193 @@ entities: parent: 2 - proto: SignXenobio entities: - - uid: 31508 + - uid: 32096 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-67.5 parent: 2 - - uid: 31509 + - uid: 32097 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-69.5 parent: 2 + - uid: 32098 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 - proto: SilverRing entities: - - uid: 31510 + - uid: 32099 components: - type: Transform pos: 36.58903,-67.55695 parent: 2 - - uid: 31511 + - uid: 32100 components: - type: Transform pos: 36.698406,-67.54133 parent: 2 - proto: SingularityGenerator entities: - - uid: 31512 + - uid: 32101 components: - type: Transform pos: 86.5,-65.5 parent: 2 - proto: SingularityGrenade entities: - - uid: 15433 + - uid: 15951 components: - type: Transform - parent: 15431 + parent: 15949 - type: Physics canCollide: False - type: StoreRefund boughtTime: 4506.1621605 - proto: SingularityToy entities: - - uid: 31513 + - uid: 32102 components: - type: Transform pos: 34.026154,42.464027 parent: 2 - proto: Sink entities: - - uid: 31514 + - uid: 32103 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,9.5 parent: 2 - - uid: 31515 + - uid: 32104 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-4.5 parent: 2 - - uid: 31516 + - uid: 32105 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-88.5 parent: 2 - - uid: 31517 + - uid: 32106 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-75.5 parent: 2 - - uid: 31518 + - uid: 32107 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-36.5 parent: 2 - - uid: 31519 + - uid: 32108 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-37.5 parent: 2 - - uid: 31520 + - uid: 32109 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-38.5 parent: 2 - - uid: 31521 + - uid: 32110 components: - type: Transform pos: 8.5,-71.5 parent: 2 - - uid: 31522 + - uid: 32111 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,27.5 parent: 2 - - uid: 31523 + - uid: 32112 components: - type: Transform rot: -1.5707963267948966 rad pos: 89.5,-4.5 parent: 2 - - uid: 31524 + - uid: 32113 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,0.5 parent: 2 - - uid: 31525 + - uid: 32114 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-101.5 parent: 2 - - uid: 31526 + - uid: 32115 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-99.5 parent: 2 - - uid: 31527 + - uid: 32116 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-37.5 parent: 2 -- proto: SinkEmpty - entities: - - uid: 31528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-36.5 - parent: 2 - proto: SinkStemlessWater entities: - - uid: 31529 + - uid: 32117 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,10.5 parent: 2 - - uid: 31530 + - uid: 32118 components: - type: Transform pos: 74.5,-10.5 parent: 2 - - uid: 31531 + - uid: 32119 components: - type: Transform pos: 75.5,-10.5 parent: 2 - - uid: 31532 + - uid: 32120 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.294437,-33.795685 parent: 2 - - uid: 31533 + - uid: 32121 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-71.5 parent: 2 - - uid: 31534 + - uid: 32122 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-94.5 parent: 2 - - uid: 31535 + - uid: 32123 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-93.5 parent: 2 - - uid: 31536 + - uid: 32124 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-92.5 parent: 2 - - uid: 31537 + - uid: 32125 components: - type: Transform rot: 3.141592653589793 rad @@ -224285,147 +228453,147 @@ entities: parent: 2 - proto: SinkWide entities: - - uid: 31538 + - uid: 32126 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,2.5 parent: 2 - - uid: 31539 + - uid: 32127 components: - type: Transform pos: 34.5,15.5 parent: 2 - - uid: 31540 + - uid: 32128 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,20.5 parent: 2 - - uid: 31541 + - uid: 32129 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-3.5 parent: 2 - - uid: 31542 + - uid: 32130 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,15.5 parent: 2 - - uid: 31543 + - uid: 32131 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-71.5 parent: 2 - - uid: 31544 + - uid: 32132 components: - type: Transform pos: 88.5,-8.5 parent: 2 - - uid: 31545 + - uid: 32133 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-10.5 parent: 2 - - uid: 31546 + - uid: 32134 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-8.5 parent: 2 - - uid: 31547 + - uid: 32135 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-9.5 parent: 2 - - uid: 31548 + - uid: 32136 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-75.5 parent: 2 - - uid: 31549 + - uid: 32137 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-75.5 parent: 2 - - uid: 31550 + - uid: 32138 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-75.5 parent: 2 - - uid: 31551 + - uid: 32139 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,11.5 parent: 2 - - uid: 31552 + - uid: 32140 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,10.5 parent: 2 - - uid: 31553 + - uid: 32141 components: - type: Transform pos: -23.5,-91.5 parent: 2 - - uid: 31554 + - uid: 32142 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-21.5 parent: 2 - - uid: 31555 + - uid: 32143 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,12.5 parent: 2 - - uid: 31556 + - uid: 32144 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,1.5 parent: 2 - - uid: 31557 + - uid: 32145 components: - type: Transform pos: 53.5,7.5 parent: 2 - proto: SlipocalypseClusterSoap entities: - - uid: 15434 + - uid: 15952 components: - type: Transform - parent: 15431 + parent: 15949 - type: Physics canCollide: False - type: StoreRefund boughtTime: 4518.1954818 - proto: SmartFridge entities: - - uid: 31558 + - uid: 32146 components: - type: MetaData name: Глупи холодильник - type: Transform pos: -37.5,-27.5 parent: 2 - - uid: 31559 + - uid: 32147 components: - type: Transform pos: -55.5,-20.5 parent: 2 - - uid: 31560 + - uid: 32148 components: - type: MetaData name: Тупой холодильник @@ -224434,216 +228602,216 @@ entities: parent: 2 - proto: SMESAdvanced entities: - - uid: 31561 - components: - - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 31562 - components: - - type: Transform - pos: -11.5,-51.5 - parent: 2 - - uid: 31563 + - uid: 32149 components: - type: Transform pos: 56.5,-51.5 parent: 2 - - uid: 31564 + - uid: 32150 components: - type: Transform pos: 59.5,-52.5 parent: 2 - - uid: 31565 + - uid: 32151 components: - type: Transform pos: 59.5,-54.5 parent: 2 - - uid: 31566 + - uid: 32152 components: - type: Transform pos: 59.5,-53.5 parent: 2 - - uid: 31567 + - uid: 32153 components: - type: Transform pos: 56.5,-53.5 parent: 2 - - uid: 31568 + - uid: 32154 components: - type: Transform pos: 56.5,-54.5 parent: 2 - - uid: 31569 + - uid: 32155 components: - type: Transform pos: 56.5,-52.5 parent: 2 - - uid: 31570 + - uid: 32156 components: - type: Transform pos: 59.5,-51.5 parent: 2 + - uid: 32157 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 32158 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 - proto: SMESBasic entities: - - uid: 31571 + - uid: 32159 components: - type: Transform pos: 28.5,-35.5 parent: 2 - - uid: 31572 + - uid: 32160 components: - type: Transform pos: -61.5,-17.5 parent: 2 - - uid: 31573 + - uid: 32161 components: - type: Transform pos: 67.5,-11.5 parent: 2 - - uid: 31574 + - uid: 32162 components: - type: MetaData name: Солнечные панели СЗ - type: Transform pos: -71.5,11.5 parent: 2 - - uid: 31575 + - uid: 32163 components: - type: MetaData name: Бриг - type: Transform pos: 33.5,-24.5 parent: 2 - - uid: 31576 + - uid: 32164 components: - type: Transform pos: -36.5,-116.5 parent: 2 - - uid: 31577 + - uid: 32165 components: - type: Transform pos: -36.5,-112.5 parent: 2 - - uid: 31578 + - uid: 32166 components: - type: MetaData name: мостик - type: Transform pos: 12.5,6.5 parent: 2 - - uid: 31579 + - uid: 32167 components: - type: MetaData name: Солнечные панели ЮЗ - type: Transform pos: -57.5,-85.5 parent: 2 - - uid: 31580 + - uid: 32168 components: - type: MetaData name: Снабжение - type: Transform pos: 20.5,-86.5 parent: 2 - - uid: 31581 + - uid: 32169 components: - type: MetaData name: Хранилище плат - type: Transform pos: 35.5,-40.5 parent: 2 - - uid: 31582 + - uid: 32170 components: - type: MetaData name: Солнечные панели ЮВ - type: Transform pos: 64.5,-67.5 parent: 2 - - uid: 31583 + - uid: 32171 components: - type: MetaData name: Утилизаторная - type: Transform pos: -11.5,-88.5 parent: 2 - - uid: 31584 + - uid: 32172 components: - type: MetaData name: ТЭГ - type: Transform pos: 55.5,-86.5 parent: 2 - - uid: 31585 + - uid: 32173 components: - type: MetaData name: Тесла 1 - type: Transform pos: 69.5,-62.5 parent: 2 - - uid: 31586 + - uid: 32174 components: - type: MetaData name: Инженерный Ю - type: Transform pos: 34.5,-80.5 parent: 2 - - uid: 31587 + - uid: 32175 components: - type: MetaData name: Тесла 2 - type: Transform pos: 69.5,-56.5 parent: 2 - - uid: 31588 + - uid: 32176 components: - type: MetaData name: Мед С и библиотека - type: Transform pos: -36.5,9.5 parent: 2 - - uid: 31589 + - uid: 32177 components: - type: MetaData name: Спутник ИИ - type: Transform pos: 100.5,-64.5 parent: 2 - - uid: 31590 + - uid: 32178 components: - type: Transform pos: 37.5,-77.5 parent: 2 - - uid: 31591 + - uid: 32179 components: - type: Transform pos: 37.5,-78.5 parent: 2 - - uid: 31592 + - uid: 32180 components: - type: Transform pos: -5.5,-4.5 parent: 2 - - uid: 31593 + - uid: 32181 components: - type: Transform pos: 44.5,14.5 parent: 2 - proto: SMESMachineCircuitboard entities: - - uid: 31594 + - uid: 32182 components: - type: Transform pos: 38.488438,-38.479836 parent: 2 - proto: SmokingPipeFilledTobacco entities: - - uid: 31595 + - uid: 32183 components: - type: Transform pos: -0.47344333,27.512299 parent: 2 - - uid: 31596 + - uid: 32184 components: - type: Transform rot: 1.5707963267948966 rad @@ -224651,52 +228819,57 @@ entities: parent: 2 - proto: SnowBattlemap entities: - - uid: 31597 + - uid: 32185 components: - type: Transform pos: -28.609926,12.605691 parent: 2 - proto: Soap entities: - - uid: 2596 + - uid: 2630 components: - type: Transform - parent: 2593 + parent: 2627 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 31598 + - uid: 32186 + components: + - type: Transform + pos: -8.564921,-38.36839 + parent: 2 + - uid: 32187 components: - type: Transform pos: 75.445145,-11.87538 parent: 2 - - uid: 31599 + - uid: 32188 components: - type: Transform pos: 78.5146,-12.610434 parent: 2 - proto: SoapOmega entities: - - uid: 31601 + - uid: 32190 components: - type: Transform - parent: 31600 + parent: 32189 - type: Physics canCollide: False - proto: SodaDispenser entities: - - uid: 31602 + - uid: 32191 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-72.5 parent: 2 - - uid: 31603 + - uid: 32192 components: - type: Transform pos: -23.5,-100.5 parent: 2 - - uid: 31604 + - uid: 32193 components: - type: Transform rot: 1.5707963267948966 rad @@ -224704,960 +228877,960 @@ entities: parent: 2 - proto: SolarPanel entities: - - uid: 31605 + - uid: 32194 components: - type: Transform pos: -79.5,18.5 parent: 2 - - uid: 31606 + - uid: 32195 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-94.5 parent: 2 - - uid: 31607 + - uid: 32196 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-96.5 parent: 2 - - uid: 31608 + - uid: 32197 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-98.5 parent: 2 - - uid: 31609 + - uid: 32198 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-98.5 parent: 2 - - uid: 31610 + - uid: 32199 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-96.5 parent: 2 - - uid: 31611 + - uid: 32200 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-94.5 parent: 2 - - uid: 31612 + - uid: 32201 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-94.5 parent: 2 - - uid: 31613 + - uid: 32202 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-94.5 parent: 2 - - uid: 31614 + - uid: 32203 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-96.5 parent: 2 - - uid: 31615 + - uid: 32204 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-96.5 parent: 2 - - uid: 31616 + - uid: 32205 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-90.5 parent: 2 - - uid: 31617 + - uid: 32206 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-96.5 parent: 2 - - uid: 31618 + - uid: 32207 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-92.5 parent: 2 - - uid: 31619 + - uid: 32208 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-92.5 parent: 2 - - uid: 31620 + - uid: 32209 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-96.5 parent: 2 - - uid: 31621 + - uid: 32210 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-90.5 parent: 2 - - uid: 31622 + - uid: 32211 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-92.5 parent: 2 - - uid: 31623 + - uid: 32212 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-92.5 parent: 2 - - uid: 31624 + - uid: 32213 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-90.5 parent: 2 - - uid: 31625 + - uid: 32214 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-90.5 parent: 2 - - uid: 31626 + - uid: 32215 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-90.5 parent: 2 - - uid: 31627 + - uid: 32216 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-90.5 parent: 2 - - uid: 31628 + - uid: 32217 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-96.5 parent: 2 - - uid: 31629 + - uid: 32218 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-88.5 parent: 2 - - uid: 31630 + - uid: 32219 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-92.5 parent: 2 - - uid: 31631 + - uid: 32220 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-94.5 parent: 2 - - uid: 31632 + - uid: 32221 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-92.5 parent: 2 - - uid: 31633 + - uid: 32222 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-90.5 parent: 2 - - uid: 31634 + - uid: 32223 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-92.5 parent: 2 - - uid: 31635 + - uid: 32224 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-90.5 parent: 2 - - uid: 31636 + - uid: 32225 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-92.5 parent: 2 - - uid: 31637 + - uid: 32226 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-96.5 parent: 2 - - uid: 31638 + - uid: 32227 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-98.5 parent: 2 - - uid: 31639 + - uid: 32228 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-92.5 parent: 2 - - uid: 31640 + - uid: 32229 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-96.5 parent: 2 - - uid: 31641 + - uid: 32230 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-94.5 parent: 2 - - uid: 31642 + - uid: 32231 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-90.5 parent: 2 - - uid: 31643 + - uid: 32232 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-90.5 parent: 2 - - uid: 31644 + - uid: 32233 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-88.5 parent: 2 - - uid: 31645 + - uid: 32234 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-92.5 parent: 2 - - uid: 31646 + - uid: 32235 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-94.5 parent: 2 - - uid: 31647 + - uid: 32236 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-94.5 parent: 2 - - uid: 31648 + - uid: 32237 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-90.5 parent: 2 - - uid: 31649 + - uid: 32238 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-90.5 parent: 2 - - uid: 31650 + - uid: 32239 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-94.5 parent: 2 - - uid: 31651 + - uid: 32240 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-94.5 parent: 2 - - uid: 31652 + - uid: 32241 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-88.5 parent: 2 - - uid: 31653 + - uid: 32242 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-96.5 parent: 2 - - uid: 31654 + - uid: 32243 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-98.5 parent: 2 - - uid: 31655 + - uid: 32244 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-88.5 parent: 2 - - uid: 31656 + - uid: 32245 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-96.5 parent: 2 - - uid: 31657 + - uid: 32246 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-92.5 parent: 2 - - uid: 31658 + - uid: 32247 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-92.5 parent: 2 - - uid: 31659 + - uid: 32248 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-92.5 parent: 2 - - uid: 31660 + - uid: 32249 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-98.5 parent: 2 - - uid: 31661 + - uid: 32250 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-96.5 parent: 2 - - uid: 31662 + - uid: 32251 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-94.5 parent: 2 - - uid: 31663 + - uid: 32252 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-92.5 parent: 2 - - uid: 31664 + - uid: 32253 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-88.5 parent: 2 - - uid: 31665 + - uid: 32254 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-88.5 parent: 2 - - uid: 31666 + - uid: 32255 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-94.5 parent: 2 - - uid: 31667 + - uid: 32256 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-96.5 parent: 2 - - uid: 31668 + - uid: 32257 components: - type: Transform rot: 3.141592653589793 rad pos: 82.5,-92.5 parent: 2 - - uid: 31669 + - uid: 32258 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-94.5 parent: 2 - - uid: 31670 + - uid: 32259 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-102.5 parent: 2 - - uid: 31671 + - uid: 32260 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-96.5 parent: 2 - - uid: 31672 + - uid: 32261 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-96.5 parent: 2 - - uid: 31673 + - uid: 32262 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-94.5 parent: 2 - - uid: 31674 + - uid: 32263 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-92.5 parent: 2 - - uid: 31675 + - uid: 32264 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-98.5 parent: 2 - - uid: 31676 + - uid: 32265 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-98.5 parent: 2 - - uid: 31677 + - uid: 32266 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-98.5 parent: 2 - - uid: 31678 + - uid: 32267 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-100.5 parent: 2 - - uid: 31679 + - uid: 32268 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-102.5 parent: 2 - - uid: 31680 + - uid: 32269 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-100.5 parent: 2 - - uid: 31681 + - uid: 32270 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-102.5 parent: 2 - - uid: 31682 + - uid: 32271 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-92.5 parent: 2 - - uid: 31683 + - uid: 32272 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-90.5 parent: 2 - - uid: 31684 + - uid: 32273 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-98.5 parent: 2 - - uid: 31685 + - uid: 32274 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-96.5 parent: 2 - - uid: 31686 + - uid: 32275 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,12.5 parent: 2 - - uid: 31687 + - uid: 32276 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,16.5 parent: 2 - - uid: 31688 + - uid: 32277 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-90.5 parent: 2 - - uid: 31689 + - uid: 32278 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-94.5 parent: 2 - - uid: 31690 + - uid: 32279 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-86.5 parent: 2 - - uid: 31691 + - uid: 32280 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-86.5 parent: 2 - - uid: 31692 + - uid: 32281 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-86.5 parent: 2 - - uid: 31693 + - uid: 32282 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-88.5 parent: 2 - - uid: 31694 + - uid: 32283 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-86.5 parent: 2 - - uid: 31695 + - uid: 32284 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-102.5 parent: 2 - - uid: 31696 + - uid: 32285 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-100.5 parent: 2 - - uid: 31697 + - uid: 32286 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-102.5 parent: 2 - - uid: 31698 + - uid: 32287 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-102.5 parent: 2 - - uid: 31699 + - uid: 32288 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-107.5 parent: 2 - - uid: 31700 + - uid: 32289 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,22.5 parent: 2 - - uid: 31701 + - uid: 32290 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,28.5 parent: 2 - - uid: 31702 + - uid: 32291 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-96.5 parent: 2 - - uid: 31703 + - uid: 32292 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-100.5 parent: 2 - - uid: 31704 + - uid: 32293 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-100.5 parent: 2 - - uid: 31705 + - uid: 32294 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,18.5 parent: 2 - - uid: 31706 + - uid: 32295 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-105.5 parent: 2 - - uid: 31707 + - uid: 32296 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-88.5 parent: 2 - - uid: 31708 + - uid: 32297 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-106.5 parent: 2 - - uid: 31709 + - uid: 32298 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-107.5 parent: 2 - - uid: 31710 + - uid: 32299 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,18.5 parent: 2 - - uid: 31711 + - uid: 32300 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,18.5 parent: 2 - - uid: 31712 + - uid: 32301 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,16.5 parent: 2 - - uid: 31713 + - uid: 32302 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,16.5 parent: 2 - - uid: 31714 + - uid: 32303 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,16.5 parent: 2 - - uid: 31715 + - uid: 32304 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,16.5 parent: 2 - - uid: 31716 + - uid: 32305 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,14.5 parent: 2 - - uid: 31717 + - uid: 32306 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,14.5 parent: 2 - - uid: 31718 + - uid: 32307 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,14.5 parent: 2 - - uid: 31719 + - uid: 32308 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,12.5 parent: 2 - - uid: 31720 + - uid: 32309 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-90.5 parent: 2 - - uid: 31721 + - uid: 32310 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,12.5 parent: 2 - - uid: 31722 + - uid: 32311 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,12.5 parent: 2 - - uid: 31723 + - uid: 32312 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,12.5 parent: 2 - - uid: 31724 + - uid: 32313 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,14.5 parent: 2 - - uid: 31725 + - uid: 32314 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,14.5 parent: 2 - - uid: 31726 + - uid: 32315 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,16.5 parent: 2 - - uid: 31727 + - uid: 32316 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,16.5 parent: 2 - - uid: 31728 + - uid: 32317 components: - type: Transform rot: 3.141592653589793 rad pos: -87.5,18.5 parent: 2 - - uid: 31729 + - uid: 32318 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,18.5 parent: 2 - - uid: 31730 + - uid: 32319 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,18.5 parent: 2 - - uid: 31731 + - uid: 32320 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-105.5 parent: 2 - - uid: 31732 + - uid: 32321 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-107.5 parent: 2 - - uid: 31733 + - uid: 32322 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-105.5 parent: 2 - - uid: 31734 + - uid: 32323 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-105.5 parent: 2 - - uid: 31735 + - uid: 32324 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-106.5 parent: 2 - - uid: 31736 + - uid: 32325 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-107.5 parent: 2 - - uid: 31737 + - uid: 32326 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-106.5 parent: 2 - - uid: 31738 + - uid: 32327 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-88.5 parent: 2 - - uid: 31739 + - uid: 32328 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,22.5 parent: 2 - - uid: 31740 + - uid: 32329 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,23.5 parent: 2 - - uid: 31741 + - uid: 32330 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,24.5 parent: 2 - - uid: 31742 + - uid: 32331 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,24.5 parent: 2 - - uid: 31743 + - uid: 32332 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,23.5 parent: 2 - - uid: 31744 + - uid: 32333 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,24.5 parent: 2 - - uid: 31745 + - uid: 32334 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,22.5 parent: 2 - - uid: 31746 + - uid: 32335 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,24.5 parent: 2 - - uid: 31747 + - uid: 32336 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,23.5 parent: 2 - - uid: 31748 + - uid: 32337 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,26.5 parent: 2 - - uid: 31749 + - uid: 32338 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,27.5 parent: 2 - - uid: 31750 + - uid: 32339 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,29.5 parent: 2 - - uid: 31751 + - uid: 32340 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,29.5 parent: 2 - - uid: 31752 + - uid: 32341 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,28.5 parent: 2 - - uid: 31753 + - uid: 32342 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,27.5 parent: 2 - - uid: 31754 + - uid: 32343 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,26.5 parent: 2 - - uid: 31755 + - uid: 32344 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-86.5 parent: 2 - - uid: 31756 + - uid: 32345 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-88.5 parent: 2 - - uid: 31757 + - uid: 32346 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-88.5 parent: 2 - - uid: 31758 + - uid: 32347 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-88.5 parent: 2 - - uid: 31759 + - uid: 32348 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-86.5 parent: 2 - - uid: 31760 + - uid: 32349 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-88.5 parent: 2 - - uid: 31761 + - uid: 32350 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-86.5 parent: 2 - - uid: 31762 + - uid: 32351 components: - type: Transform rot: 3.141592653589793 rad pos: 81.5,-88.5 parent: 2 - - uid: 31763 + - uid: 32352 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,-86.5 parent: 2 - - uid: 31764 + - uid: 32353 components: - type: Transform rot: 3.141592653589793 rad @@ -225665,152 +229838,150 @@ entities: parent: 2 - proto: SolarPanelBroken entities: - - uid: 31765 + - uid: 32354 components: - type: Transform rot: 1.5707963267948966 rad pos: -86.5,22.5 parent: 2 - - uid: 31766 + - uid: 32355 components: - type: Transform rot: 1.5707963267948966 rad pos: -85.5,14.5 parent: 2 - - uid: 31767 + - uid: 32356 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.5,16.5 parent: 2 - - uid: 31768 + - uid: 32357 components: - type: Transform rot: 1.5707963267948966 rad pos: -86.5,12.5 parent: 2 - - uid: 31769 + - uid: 32358 components: - type: Transform rot: 1.5707963267948966 rad pos: -86.5,18.5 parent: 2 - - uid: 31770 + - uid: 32359 components: - type: Transform pos: -72.5,-94.5 parent: 2 - - uid: 31771 + - uid: 32360 components: - type: Transform pos: -74.5,-98.5 parent: 2 - - uid: 31772 + - uid: 32361 components: - type: Transform pos: -71.5,-92.5 parent: 2 - - uid: 31773 + - uid: 32362 components: - type: Transform pos: -71.5,-96.5 parent: 2 - - uid: 31774 + - uid: 32363 components: - type: Transform pos: -72.5,-100.5 parent: 2 - - uid: 31775 + - uid: 32364 components: - type: Transform pos: -72.5,-106.5 parent: 2 - proto: SolarTracker entities: - - uid: 31776 + - uid: 32365 components: - type: Transform pos: 76.5,-97.5 parent: 2 - - uid: 31777 + - uid: 32366 components: - type: Transform pos: -68.5,-104.5 parent: 2 - - uid: 31778 + - uid: 32367 components: - type: Transform pos: -82.5,30.5 parent: 2 - proto: SolidSecretDoor entities: - - uid: 31779 + - uid: 32368 components: - type: Transform pos: 89.5,-51.5 parent: 2 - proto: SpaceCash100 entities: - - uid: 1826 + - uid: 1861 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - proto: SpaceCash2500 entities: - - uid: 31780 + - uid: 32369 components: - type: Transform pos: -67.5161,-7.5546904 parent: 2 - - uid: 31781 + - uid: 32370 components: - type: Transform pos: -66.40726,-7.1659994 parent: 2 - proto: SpaceCash5000 entities: - - uid: 16185 + - uid: 32371 components: - type: Transform - parent: 16184 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: 16.554049,-31.147774 + parent: 2 - proto: SpacemenFigureSpawner entities: - - uid: 31782 + - uid: 32372 components: - type: Transform pos: -36.5,3.5 parent: 2 - proto: SpaceVillainArcadeFilled entities: - - uid: 31783 + - uid: 32373 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,9.5 parent: 2 - - uid: 31784 + - uid: 32374 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,9.5 parent: 2 - - uid: 31785 + - uid: 32375 components: - type: Transform pos: -64.5,12.5 parent: 2 - - uid: 31786 + - uid: 32376 components: - type: Transform pos: -62.5,12.5 parent: 2 - - uid: 31787 + - uid: 32377 components: - type: Transform rot: 1.5707963267948966 rad @@ -225818,43 +229989,28 @@ entities: parent: 2 - proto: SpawnMechRipley entities: - - uid: 31788 + - uid: 32378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-47.5 - parent: 2 -- proto: SpawnMobAdultSlimesBlue - entities: - - uid: 31789 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 -- proto: SpawnMobAdultSlimesYellowAngry - entities: - - uid: 31790 - components: - - type: Transform - pos: -11.5,-58.5 + pos: -13.5,-43.5 parent: 2 - proto: SpawnMobAlexander entities: - - uid: 31791 + - uid: 32379 components: - type: Transform pos: 30.5,19.5 parent: 2 - proto: SpawnMobBandito entities: - - uid: 31792 + - uid: 32380 components: - type: Transform pos: 38.5,12.5 parent: 2 - proto: SpawnMobBoxingKangaroo entities: - - uid: 31793 + - uid: 32381 components: - type: Transform rot: -1.5707963267948966 rad @@ -225862,59 +230018,66 @@ entities: parent: 2 - proto: SpawnMobCatFloppa entities: - - uid: 31794 + - uid: 32382 components: - type: Transform pos: -35.5,-10.5 parent: 2 - proto: SpawnMobCatSpace entities: - - uid: 31795 + - uid: 32383 components: - type: Transform pos: 54.5,-72.5 parent: 2 - - uid: 31796 + - uid: 32384 components: - type: Transform pos: 0.5,30.5 parent: 2 +- proto: SpawnMobCleanBot + entities: + - uid: 32385 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 - proto: SpawnMobCockroach entities: - - uid: 31797 + - uid: 32386 components: - type: Transform pos: 29.5,11.5 parent: 2 - - uid: 31798 + - uid: 32387 components: - type: Transform pos: 75.5,-10.5 parent: 2 - proto: SpawnMobCorgi entities: - - uid: 31799 + - uid: 32388 components: - type: Transform pos: -5.5,11.5 parent: 2 - proto: SpawnMobCrabAtmos entities: - - uid: 31800 + - uid: 32389 components: - type: Transform pos: 39.5,-49.5 parent: 2 - proto: SpawnMobFoxRenault entities: - - uid: 31801 + - uid: 32390 components: - type: Transform pos: 8.5,14.5 parent: 2 - proto: SpawnMobFrog entities: - - uid: 31802 + - uid: 32391 components: - type: MetaData desc: изменено вврайтом @@ -225926,7 +230089,7 @@ entities: - type: ConditionalSpawner prototypes: - MobPossumPoppy - - uid: 31803 + - uid: 32392 components: - type: MetaData desc: изменено вврайтом @@ -225939,58 +230102,80 @@ entities: - MobRaccoonMorticia - proto: SpawnMobGorillaLargo entities: - - uid: 31804 + - uid: 32393 components: - type: Transform pos: 11.5,-81.5 parent: 2 +- proto: SpawnMobHuman + entities: + - uid: 32394 + components: + - type: MetaData + name: спавнер ройбот + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - type: ConditionalSpawner + prototypes: + - MobHivebotRanged + - uid: 32395 + components: + - type: MetaData + name: спавнер ройбот + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - type: ConditionalSpawner + prototypes: + - MobHivebotRanged - proto: SpawnMobMcGriff entities: - - uid: 31805 + - uid: 32396 components: - type: Transform pos: 49.5,-25.5 parent: 2 - proto: SpawnMobMonkeyPunpun entities: - - uid: 31806 + - uid: 32397 components: - type: Transform pos: 22.5,9.5 parent: 2 - proto: SpawnMobMouse entities: - - uid: 31807 + - uid: 32398 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-53.5 parent: 2 - - uid: 31808 + - uid: 32399 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,9.5 parent: 2 - - uid: 31809 + - uid: 32400 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-82.5 parent: 2 - - uid: 31810 + - uid: 32401 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-18.5 parent: 2 - - uid: 31811 + - uid: 32402 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,18.5 parent: 2 - - uid: 31812 + - uid: 32403 components: - type: Transform rot: 1.5707963267948966 rad @@ -225998,785 +230183,879 @@ entities: parent: 2 - proto: SpawnMobOreCrab entities: - - uid: 31813 + - uid: 32404 components: - type: Transform pos: -50.5,-73.5 parent: 2 - proto: SpawnMobPossumMorty entities: - - uid: 31814 + - uid: 32405 components: - type: Transform pos: -55.5,-39.5 parent: 2 - proto: SpawnMobShiva entities: - - uid: 31815 + - uid: 32406 components: - type: Transform pos: 49.5,16.5 parent: 2 - proto: SpawnMobSlothPaperwork entities: - - uid: 31816 + - uid: 32407 components: - type: Transform pos: -29.5,6.5 parent: 2 - proto: SpawnMobSmile entities: - - uid: 31817 + - uid: 32408 components: - type: Transform pos: -40.5,-67.5 parent: 2 - proto: SpawnMobSpaceCobra entities: - - uid: 31818 + - uid: 32409 components: - type: Transform - pos: 11.5,-46.5 + pos: 17.5,-38.5 parent: 2 - - uid: 31819 + - uid: 32410 components: - type: Transform - pos: -5.5,-25.5 - parent: 2 - - uid: 31820 - components: - - type: Transform - pos: -2.5,-55.5 - parent: 2 - - uid: 31821 - components: - - type: Transform - pos: 12.5,-26.5 + pos: -16.5,-38.5 parent: 2 - proto: SpawnMobSpaceSpider entities: - - uid: 31822 + - uid: 32411 components: - type: Transform - pos: -3.5,-47.5 - parent: 2 - - uid: 31823 - components: - - type: Transform - pos: -12.5,-42.5 + pos: -4.5,-42.5 parent: 2 - proto: SpawnMobWalter entities: - - uid: 31824 + - uid: 32412 components: - type: Transform pos: -36.5,-34.5 parent: 2 +- proto: SpawnMobXenoBurrower + entities: + - uid: 32413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-28.5 + parent: 2 +- proto: SpawnMobXenoDrone + entities: + - uid: 32414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-33.5 + parent: 2 +- proto: SpawnMobXenoEasy + entities: + - uid: 32415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-39.5 + parent: 2 + - uid: 32416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-24.5 + parent: 2 +- proto: SpawnMobXenoPraetorian + entities: + - uid: 32417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-24.5 + parent: 2 +- proto: SpawnMobXenoQueen + entities: + - uid: 32418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-34.5 + parent: 2 +- proto: SpawnMobXenoRavager + entities: + - uid: 32419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-38.5 + parent: 2 + - uid: 32420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-38.5 + parent: 2 +- proto: SpawnMobXenoRunner + entities: + - uid: 32421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-48.5 + parent: 2 +- proto: SpawnMobXenoSpitter + entities: + - uid: 32422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-27.5 + parent: 2 - proto: SpawnPointAtmos entities: - - uid: 31825 + - uid: 32423 components: - type: Transform pos: 37.5,-51.5 parent: 2 - - uid: 31826 + - uid: 32424 components: - type: Transform pos: 36.5,-51.5 parent: 2 - - uid: 31827 + - uid: 32425 components: - type: Transform pos: 35.5,-51.5 parent: 2 - proto: SpawnPointBartender entities: - - uid: 31828 + - uid: 32426 components: - type: Transform pos: 23.5,8.5 parent: 2 - proto: SpawnPointBorg entities: - - uid: 31829 + - uid: 32427 components: - type: Transform pos: 16.5,4.5 parent: 2 - - uid: 31830 + - uid: 32428 components: - type: Transform pos: -35.5,-52.5 parent: 2 - - uid: 31831 + - uid: 32429 components: - type: Transform pos: -67.5,-16.5 parent: 2 - proto: SpawnPointBotanist entities: - - uid: 31832 + - uid: 32430 components: - type: Transform pos: 37.5,17.5 parent: 2 - - uid: 31833 + - uid: 32431 components: - type: Transform pos: 35.5,17.5 parent: 2 - - uid: 31834 + - uid: 32432 components: - type: Transform pos: 36.5,17.5 parent: 2 - proto: SpawnPointBoxer entities: - - uid: 31835 + - uid: 32433 components: - type: Transform pos: -22.5,-86.5 parent: 2 - proto: SpawnPointBrigmedic entities: - - uid: 31836 + - uid: 32434 components: - type: Transform pos: 65.5,0.5 parent: 2 - proto: SpawnPointCaptain entities: - - uid: 31837 + - uid: 32435 components: - type: Transform pos: 17.5,12.5 parent: 2 - proto: SpawnPointCargoTechnician entities: - - uid: 31838 + - uid: 32436 components: - type: Transform pos: -3.5,-79.5 parent: 2 - - uid: 31839 + - uid: 32437 components: - type: Transform pos: 8.5,-91.5 parent: 2 - - uid: 31840 + - uid: 32438 components: - type: Transform pos: 9.5,-82.5 parent: 2 - - uid: 31841 + - uid: 32439 components: - type: Transform pos: 5.5,-88.5 parent: 2 - - uid: 31842 + - uid: 32440 components: - type: Transform pos: 11.5,-97.5 parent: 2 - proto: SpawnPointChaplain entities: - - uid: 31843 + - uid: 32441 components: - type: Transform pos: 35.5,-67.5 parent: 2 - proto: SpawnPointChef entities: - - uid: 31844 + - uid: 32442 components: - type: Transform pos: 28.5,17.5 parent: 2 - proto: SpawnPointChemist entities: - - uid: 31845 + - uid: 32443 components: - type: Transform pos: -35.5,-29.5 parent: 2 - - uid: 31846 + - uid: 32444 components: - type: Transform pos: -35.5,-33.5 parent: 2 - proto: SpawnPointChiefEngineer entities: - - uid: 31847 + - uid: 32445 components: - type: Transform pos: 56.5,-76.5 parent: 2 - proto: SpawnPointChiefMedicalOfficer entities: - - uid: 31848 + - uid: 32446 components: - type: Transform pos: -39.5,-11.5 parent: 2 - proto: SpawnPointClown entities: - - uid: 31849 + - uid: 32447 components: - type: Transform pos: 37.5,-16.5 parent: 2 - proto: SpawnPointDetective entities: - - uid: 31850 + - uid: 32448 components: - type: Transform pos: 39.5,-24.5 parent: 2 - proto: SpawnPointHeadOfPersonnel entities: - - uid: 31851 + - uid: 32449 components: - type: Transform pos: -10.5,6.5 parent: 2 - proto: SpawnPointHeadOfSecurity entities: - - uid: 31852 + - uid: 32450 components: - type: Transform pos: 51.5,15.5 parent: 2 - proto: SpawnPointJanitor entities: - - uid: 31853 + - uid: 32451 components: - type: Transform pos: 3.5,-3.5 parent: 2 - - uid: 31854 + - uid: 32452 components: - type: Transform pos: 4.5,-3.5 parent: 2 - proto: SpawnPointLatejoin entities: - - uid: 31855 + - uid: 32453 components: - type: Transform pos: 88.5,-38.5 parent: 2 - - uid: 31856 + - uid: 32454 components: - type: Transform pos: 86.5,-38.5 parent: 2 - - uid: 31857 + - uid: 32455 components: - type: Transform pos: 86.5,-24.5 parent: 2 - - uid: 31858 + - uid: 32456 components: - type: Transform pos: 88.5,-24.5 parent: 2 - proto: SpawnPointLawyer entities: - - uid: 31859 + - uid: 32457 components: - type: Transform pos: -22.5,7.5 parent: 2 - proto: SpawnPointLibrarian entities: - - uid: 31860 + - uid: 32458 components: - type: Transform pos: -36.5,4.5 parent: 2 - proto: SpawnPointMedicalDoctor entities: - - uid: 31861 + - uid: 32459 components: - type: Transform pos: -35.5,-25.5 parent: 2 - - uid: 31862 + - uid: 32460 components: - type: Transform pos: -37.5,-25.5 parent: 2 - - uid: 31863 + - uid: 32461 components: - type: Transform pos: -38.5,-4.5 parent: 2 - - uid: 31864 + - uid: 32462 components: - type: Transform pos: -54.5,-23.5 parent: 2 - - uid: 31865 + - uid: 32463 components: - type: Transform pos: -46.5,-39.5 parent: 2 - proto: SpawnPointMedicalIntern entities: - - uid: 31866 + - uid: 32464 components: - type: Transform pos: -35.5,-5.5 parent: 2 - - uid: 31867 + - uid: 32465 components: - type: Transform pos: -53.5,-23.5 parent: 2 - - uid: 31868 + - uid: 32466 components: - type: Transform pos: -55.5,-23.5 parent: 2 - - uid: 31869 + - uid: 32467 components: - type: Transform pos: -48.5,-12.5 parent: 2 - - uid: 31870 + - uid: 32468 components: - type: Transform pos: -46.5,-0.5 parent: 2 - - uid: 31871 + - uid: 32469 components: - type: Transform pos: -37.5,-15.5 parent: 2 - - uid: 31872 + - uid: 32470 components: - type: Transform pos: -37.5,-21.5 parent: 2 - - uid: 31873 + - uid: 32471 components: - type: Transform pos: -46.5,-9.5 parent: 2 - - uid: 31874 + - uid: 32472 components: - type: Transform pos: -49.5,-10.5 parent: 2 - - uid: 31875 + - uid: 32473 components: - type: Transform pos: -49.5,-8.5 parent: 2 - proto: SpawnPointMime entities: - - uid: 31876 + - uid: 32474 components: - type: Transform pos: 33.5,-16.5 parent: 2 - proto: SpawnPointMusician entities: - - uid: 31877 + - uid: 32475 components: - type: Transform pos: 33.5,-20.5 parent: 2 - proto: SpawnPointObserver entities: - - uid: 31878 + - uid: 32476 components: - type: Transform pos: 0.5,2.5 parent: 2 - proto: SpawnPointParamedic entities: - - uid: 31879 + - uid: 32477 components: - type: Transform pos: -52.5,-12.5 parent: 2 - proto: SpawnPointPassenger entities: - - uid: 31880 + - uid: 32478 components: - type: Transform pos: -35.5,-87.5 parent: 2 - - uid: 31881 + - uid: 32479 components: - type: Transform pos: -28.5,-87.5 parent: 2 - - uid: 31882 + - uid: 32480 components: - type: Transform pos: -35.5,-90.5 parent: 2 - - uid: 31883 + - uid: 32481 components: - type: Transform pos: -28.5,-90.5 parent: 2 - - uid: 31884 + - uid: 32482 components: - type: Transform pos: -35.5,-84.5 parent: 2 - - uid: 31885 + - uid: 32483 components: - type: Transform pos: -34.5,-94.5 parent: 2 - - uid: 31886 + - uid: 32484 components: - type: Transform pos: -28.5,-76.5 parent: 2 - - uid: 31887 + - uid: 32485 components: - type: Transform pos: 67.5,-28.5 parent: 2 - - uid: 31888 + - uid: 32486 components: - type: Transform pos: 63.5,-26.5 parent: 2 - proto: SpawnPointPilot entities: - - uid: 31889 + - uid: 32487 components: - type: Transform pos: 58.5,14.5 parent: 2 - proto: SpawnPointPsychologist entities: - - uid: 31890 + - uid: 32488 components: - type: Transform pos: -52.5,-48.5 parent: 2 - proto: SpawnPointQuartermaster entities: - - uid: 31891 + - uid: 32489 components: - type: Transform pos: -1.5,-98.5 parent: 2 - proto: SpawnPointReporter entities: - - uid: 31892 + - uid: 32490 components: - type: Transform pos: 25.5,-75.5 parent: 2 - proto: SpawnPointResearchAssistant entities: - - uid: 31893 + - uid: 32491 components: - type: Transform pos: -39.5,-48.5 parent: 2 - - uid: 31894 + - uid: 32492 components: - type: Transform pos: -52.5,-58.5 parent: 2 - - uid: 31895 + - uid: 32493 components: - type: Transform pos: -44.5,-88.5 parent: 2 - proto: SpawnPointResearchDirector entities: - - uid: 31896 + - uid: 32494 components: - type: Transform pos: -35.5,-69.5 parent: 2 - proto: SpawnPointSalvageSpecialist entities: - - uid: 31897 + - uid: 32495 components: - type: Transform pos: -6.5,-94.5 parent: 2 - - uid: 31898 + - uid: 32496 components: - type: Transform pos: -6.5,-95.5 parent: 2 - - uid: 31899 + - uid: 32497 components: - type: Transform pos: -6.5,-96.5 parent: 2 - proto: SpawnPointScientist entities: - - uid: 31900 + - uid: 32498 components: - type: Transform pos: -49.5,-82.5 parent: 2 - - uid: 31901 + - uid: 32499 components: - type: Transform pos: -68.5,-65.5 parent: 2 - - uid: 31902 + - uid: 32500 components: - type: Transform pos: -38.5,-62.5 parent: 2 - - uid: 31903 + - uid: 32501 components: - type: Transform pos: -39.5,-53.5 parent: 2 - - uid: 31904 + - uid: 32502 components: - type: Transform pos: -40.5,-47.5 parent: 2 - - uid: 31905 + - uid: 32503 components: - type: Transform pos: -43.5,-85.5 parent: 2 - proto: SpawnPointSecurityCadet entities: - - uid: 31906 + - uid: 32504 components: - type: Transform pos: -49.5,-49.5 parent: 2 - - uid: 31907 + - uid: 32505 components: - type: Transform pos: 73.5,-27.5 parent: 2 - - uid: 31908 + - uid: 32506 components: - type: Transform pos: 34.5,-4.5 parent: 2 - - uid: 31909 + - uid: 32507 components: - type: Transform pos: 71.5,-12.5 parent: 2 - - uid: 31910 + - uid: 32508 components: - type: Transform pos: -7.5,-80.5 parent: 2 - proto: SpawnPointSecurityOfficer entities: - - uid: 31911 + - uid: 32509 components: - type: Transform pos: -8.5,-78.5 parent: 2 - - uid: 31912 + - uid: 32510 components: - type: Transform pos: -5.5,1.5 parent: 2 - - uid: 31913 + - uid: 32511 components: - type: Transform pos: 77.5,-29.5 parent: 2 - - uid: 31914 + - uid: 32512 components: - type: Transform pos: -47.5,-47.5 parent: 2 - - uid: 31915 + - uid: 32513 components: - type: Transform pos: -66.5,-39.5 parent: 2 - - uid: 31916 + - uid: 32514 components: - type: Transform pos: 62.5,4.5 parent: 2 - - uid: 31917 + - uid: 32515 components: - type: Transform pos: 63.5,4.5 parent: 2 - - uid: 31918 + - uid: 32516 components: - type: Transform pos: 64.5,4.5 parent: 2 - proto: SpawnPointServiceWorker entities: - - uid: 31919 + - uid: 32517 components: - type: Transform pos: 30.5,17.5 parent: 2 - - uid: 31920 + - uid: 32518 components: - type: Transform pos: 32.5,-0.5 parent: 2 - - uid: 31921 + - uid: 32519 components: - type: Transform pos: 35.5,-6.5 parent: 2 - - uid: 31922 + - uid: 32520 components: - type: Transform pos: 37.5,5.5 parent: 2 - proto: SpawnPointStationEngineer entities: - - uid: 31923 + - uid: 32521 components: - type: Transform pos: 50.5,-55.5 parent: 2 - - uid: 31924 + - uid: 32522 components: - type: Transform pos: 52.5,-51.5 parent: 2 - - uid: 31925 + - uid: 32523 components: - type: Transform pos: 51.5,-82.5 parent: 2 - - uid: 31926 + - uid: 32524 components: - type: Transform pos: 50.5,-82.5 parent: 2 - - uid: 31927 + - uid: 32525 components: - type: Transform pos: 49.5,-82.5 parent: 2 - - uid: 31928 + - uid: 32526 components: - type: Transform pos: 48.5,-82.5 parent: 2 - proto: SpawnPointSurgeon entities: - - uid: 31929 + - uid: 32527 components: - type: Transform pos: -52.5,-18.5 parent: 2 - proto: SpawnPointTechnicalAssistant entities: - - uid: 31930 + - uid: 32528 components: - type: Transform pos: 40.5,-83.5 parent: 2 - - uid: 31931 + - uid: 32529 components: - type: Transform pos: 49.5,-54.5 parent: 2 - - uid: 31932 + - uid: 32530 components: - type: Transform pos: 49.5,-52.5 parent: 2 - - uid: 31933 + - uid: 32531 components: - type: Transform pos: 52.5,-53.5 parent: 2 - - uid: 31934 + - uid: 32532 components: - type: Transform pos: 51.5,-55.5 parent: 2 - proto: SpawnPointWarden entities: - - uid: 31935 + - uid: 32533 components: - type: Transform pos: 52.5,-22.5 parent: 2 - proto: SpawnPointZookeeper entities: - - uid: 31936 + - uid: 32534 components: - type: Transform pos: -66.5,-48.5 parent: 2 - proto: SpeedLoaderMagnum entities: - - uid: 31937 + - uid: 32535 components: - type: Transform pos: 48.552704,16.57993 parent: 2 - proto: SpeedLoaderMagnumPractice entities: - - uid: 31938 + - uid: 32536 components: - type: Transform pos: 59.489346,7.606823 parent: 2 - proto: SpiderWeb entities: - - uid: 31939 + - uid: 32537 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,20.5 parent: 2 - - uid: 31940 + - uid: 32538 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,19.5 parent: 2 - - uid: 31941 + - uid: 32539 components: - type: Transform pos: -2.5,-104.5 parent: 2 - - uid: 31942 + - uid: 32540 components: - type: Transform pos: -2.5,-103.5 parent: 2 - - uid: 31943 + - uid: 32541 components: - type: Transform pos: -1.5,-103.5 parent: 2 - - uid: 31944 + - uid: 32542 components: - type: Transform pos: -1.5,-102.5 parent: 2 - - uid: 31945 + - uid: 32543 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-104.5 parent: 2 + - uid: 32544 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 32545 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 32546 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 32547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-41.5 + parent: 2 + - uid: 32548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-41.5 + parent: 2 + - uid: 32549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-40.5 + parent: 2 - proto: SpoonPlastic entities: - - uid: 31946 + - uid: 32550 components: - type: Transform rot: 1.5707963267948966 rad @@ -226784,97 +231063,89 @@ entities: parent: 2 - proto: SprayBottleSpaceCleaner entities: - - uid: 2621 + - uid: 2655 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - proto: SprayPainter entities: - - uid: 31947 + - uid: 32551 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.494995,-26.842003 parent: 2 - - uid: 31948 + - uid: 32552 components: - type: Transform pos: 21.5,19.5 parent: 2 - - uid: 31949 + - uid: 32553 components: - type: Transform pos: -66.54268,-52.468018 parent: 2 -- proto: StairStage - entities: - - uid: 31950 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-26.5 - parent: 2 - proto: StairWood entities: - - uid: 31951 + - uid: 32554 components: - type: Transform pos: -29.5,2.5 parent: 2 - - uid: 31952 + - uid: 32555 components: - type: Transform pos: -30.5,2.5 parent: 2 - proto: StasisBed entities: - - uid: 31953 + - uid: 32556 components: - type: Transform pos: -44.5,-25.5 parent: 2 - - uid: 31954 + - uid: 32557 components: - type: Transform pos: 62.5,-4.5 parent: 2 - - uid: 31955 + - uid: 32558 components: - type: Transform pos: -44.5,-24.5 parent: 2 - - uid: 31956 + - uid: 32559 components: - type: Transform pos: -47.5,-5.5 parent: 2 - - uid: 31957 + - uid: 32560 components: - type: Transform pos: -45.5,-5.5 parent: 2 - - uid: 31958 + - uid: 32561 components: - type: Transform pos: -55.5,-18.5 parent: 2 - - uid: 31959 + - uid: 32562 components: - type: Transform pos: -48.5,-35.5 parent: 2 - proto: StationAiUploadCircuitboard entities: - - uid: 31960 + - uid: 32563 components: - type: Transform pos: 39.52277,-41.403046 parent: 2 - proto: StationAiUploadComputer entities: - - uid: 31961 + - uid: 32564 components: - type: Transform rot: -1.5707963267948966 rad @@ -226882,152 +231153,152 @@ entities: parent: 2 - proto: StationAnchorOff entities: - - uid: 31962 + - uid: 32565 components: - type: Transform pos: 8.5,-7.5 parent: 2 - proto: StationEfficiencyCircuitBoard entities: - - uid: 26885 + - uid: 27698 components: - type: Transform - parent: 26884 + parent: 27697 - type: Physics canCollide: False - type: InsideEntityStorage - proto: StationMap entities: - - uid: 31963 + - uid: 32566 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-54.5 parent: 2 - - uid: 31964 + - uid: 32567 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-26.5 parent: 2 - - uid: 31965 + - uid: 32568 components: - type: Transform rot: 3.141592653589793 rad pos: 90.5,-42.5 parent: 2 - - uid: 31966 + - uid: 32569 components: - type: Transform pos: 59.5,-30.5 parent: 2 - - uid: 31967 + - uid: 32570 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-43.5 parent: 2 - - uid: 31968 + - uid: 32571 components: - type: Transform pos: 33.5,-30.5 parent: 2 - - uid: 31969 + - uid: 32572 components: - type: Transform pos: 21.5,0.5 parent: 2 - - uid: 31970 + - uid: 32573 components: - type: Transform pos: 4.5,5.5 parent: 2 - - uid: 31971 + - uid: 32574 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-5.5 parent: 2 - - uid: 31972 + - uid: 32575 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-24.5 parent: 2 - - uid: 31973 + - uid: 32576 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-45.5 parent: 2 - - uid: 31974 + - uid: 32577 components: - type: Transform pos: -61.5,-41.5 parent: 2 - - uid: 31975 + - uid: 32578 components: - type: Transform pos: -29.5,-79.5 parent: 2 - - uid: 31976 + - uid: 32579 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-85.5 parent: 2 - - uid: 31977 + - uid: 32580 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-63.5 parent: 2 - - uid: 31978 + - uid: 32581 components: - type: Transform pos: -14.5,-70.5 parent: 2 - - uid: 31979 + - uid: 32582 components: - type: Transform pos: 2.5,-73.5 parent: 2 - - uid: 31980 + - uid: 32583 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-72.5 parent: 2 - - uid: 31981 + - uid: 32584 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-51.5 parent: 2 - - uid: 31982 + - uid: 32585 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-57.5 parent: 2 - - uid: 31983 + - uid: 32586 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-16.5 parent: 2 - - uid: 31984 + - uid: 32587 components: - type: Transform pos: 61.5,-6.5 parent: 2 - - uid: 31985 + - uid: 32588 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-20.5 parent: 2 - - uid: 31986 + - uid: 32589 components: - type: Transform rot: -1.5707963267948966 rad @@ -227035,7 +231306,7 @@ entities: parent: 2 - proto: StationMapAssembly entities: - - uid: 31987 + - uid: 32590 components: - type: Transform rot: 1.5707963267948966 rad @@ -227043,102 +231314,102 @@ entities: parent: 2 - proto: StatueBananiumClown entities: - - uid: 31988 + - uid: 32591 components: - type: Transform pos: -51.5,-108.5 parent: 2 - proto: StatueVenusBlue entities: - - uid: 31989 + - uid: 32592 components: - type: Transform pos: 10.5,24.5 parent: 2 - proto: StatueVenusRed entities: - - uid: 31990 + - uid: 32593 components: - type: Transform pos: -9.5,24.5 parent: 2 - proto: SteelBench entities: - - uid: 31991 + - uid: 32594 components: - type: Transform pos: -70.5,-53.5 parent: 2 - - uid: 31992 + - uid: 32595 components: - type: Transform pos: -74.5,-53.5 parent: 2 - - uid: 31993 + - uid: 32596 components: - type: Transform pos: -71.5,-53.5 parent: 2 - - uid: 31994 + - uid: 32597 components: - type: Transform pos: -75.5,-53.5 parent: 2 - - uid: 31995 + - uid: 32598 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-82.5 parent: 2 - - uid: 31996 + - uid: 32599 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-82.5 parent: 2 - - uid: 31997 + - uid: 32600 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-3.5 parent: 2 - - uid: 31998 + - uid: 32601 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-3.5 parent: 2 - - uid: 31999 + - uid: 32602 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-1.5 parent: 2 - - uid: 32000 + - uid: 32603 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-10.5 parent: 2 - - uid: 32001 + - uid: 32604 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-1.5 parent: 2 - - uid: 32002 + - uid: 32605 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-8.5 parent: 2 - - uid: 32003 + - uid: 32606 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-8.5 parent: 2 - - uid: 32004 + - uid: 32607 components: - type: Transform rot: -1.5707963267948966 rad @@ -227146,126 +231417,126 @@ entities: parent: 2 - proto: SteelOre1 entities: - - uid: 32005 + - uid: 32608 components: - type: Transform pos: -6.474345,-89.49801 parent: 2 - - uid: 32006 + - uid: 32609 components: - type: Transform pos: -6.52122,-89.31051 parent: 2 - proto: Stool entities: - - uid: 32007 + - uid: 32610 components: - type: Transform pos: 36.5,9.5 parent: 2 - - uid: 32008 + - uid: 32611 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-51.5 parent: 2 - - uid: 32009 + - uid: 32612 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-95.5 parent: 2 - - uid: 32010 + - uid: 32613 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-96.5 parent: 2 - - uid: 32011 + - uid: 32614 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-93.5 parent: 2 - - uid: 32012 + - uid: 32615 components: - type: Transform rot: -1.5707963267948966 rad pos: 82.5,-48.5 parent: 2 - - uid: 32013 + - uid: 32616 components: - type: Transform pos: 85.5,-54.5 parent: 2 - - uid: 32014 + - uid: 32617 components: - type: Transform pos: 35.5,9.5 parent: 2 - - uid: 32015 + - uid: 32618 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.022156,-6.260051 parent: 2 - - uid: 32016 + - uid: 32619 components: - type: Transform pos: -63.5,10.5 parent: 2 - - uid: 32017 + - uid: 32620 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,11.5 parent: 2 - - uid: 32018 + - uid: 32621 components: - type: Transform pos: -62.5,10.5 parent: 2 - - uid: 32019 + - uid: 32622 components: - type: Transform pos: -64.5,10.5 parent: 2 - - uid: 32020 + - uid: 32623 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.709076,0.60289204 parent: 2 - - uid: 32021 + - uid: 32624 components: - type: Transform pos: 37.5,-16.5 parent: 2 - - uid: 32022 + - uid: 32625 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,11.5 parent: 2 - - uid: 32023 + - uid: 32626 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,11.5 parent: 2 - - uid: 32024 + - uid: 32627 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.890396,-6.369869 parent: 2 - - uid: 32025 + - uid: 32628 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-49.5 parent: 2 - - uid: 32026 + - uid: 32629 components: - type: Transform rot: 1.5707963267948966 rad @@ -227273,129 +231544,129 @@ entities: parent: 2 - proto: StoolBar entities: - - uid: 32027 + - uid: 32630 components: - type: Transform pos: -4.5,-71.5 parent: 2 - - uid: 32028 + - uid: 32631 components: - type: Transform pos: -3.5,-71.5 parent: 2 - - uid: 32029 + - uid: 32632 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-73.5 parent: 2 - - uid: 32030 + - uid: 32633 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-73.5 parent: 2 - - uid: 32031 + - uid: 32634 components: - type: Transform pos: -9.5,16.5 parent: 2 - - uid: 32032 + - uid: 32635 components: - type: Transform pos: -8.5,16.5 parent: 2 - - uid: 32033 + - uid: 32636 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-74.5 parent: 2 - - uid: 32034 + - uid: 32637 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-75.5 parent: 2 - - uid: 32035 + - uid: 32638 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,4.5 parent: 2 - - uid: 32036 + - uid: 32639 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,2.5 parent: 2 - - uid: 32037 + - uid: 32640 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,3.5 parent: 2 - - uid: 32038 + - uid: 32641 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,1.5 parent: 2 - - uid: 32039 + - uid: 32642 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-94.5 parent: 2 - - uid: 32040 + - uid: 32643 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-93.5 parent: 2 - - uid: 32041 + - uid: 32644 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-92.5 parent: 2 - - uid: 32042 + - uid: 32645 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-83.5 parent: 2 - - uid: 32043 + - uid: 32646 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-84.5 parent: 2 - - uid: 32044 + - uid: 32647 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-103.5 parent: 2 - - uid: 32045 + - uid: 32648 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-103.5 parent: 2 - - uid: 32046 + - uid: 32649 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-103.5 parent: 2 - - uid: 32047 + - uid: 32650 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-101.5 parent: 2 - - uid: 32048 + - uid: 32651 components: - type: Transform rot: -1.5707963267948966 rad @@ -227403,106 +231674,101 @@ entities: parent: 2 - proto: StorageCanister entities: - - uid: 32049 - components: - - type: Transform - pos: 11.5,-40.5 - parent: 2 - - uid: 32050 + - uid: 32652 components: - type: Transform pos: -46.5,-58.5 parent: 2 - - uid: 32051 + - uid: 32653 components: - type: Transform pos: 41.5,-91.5 parent: 2 - - uid: 32052 + - uid: 32654 components: - type: Transform pos: 41.5,-90.5 parent: 2 - - uid: 32053 + - uid: 32655 components: - type: Transform pos: 41.5,-89.5 parent: 2 - - uid: 32054 + - uid: 32656 components: - type: Transform pos: 36.5,-50.5 parent: 2 - - uid: 32055 + - uid: 32657 components: - type: Transform pos: 37.5,-50.5 parent: 2 - - uid: 32056 + - uid: 32658 components: - type: Transform pos: 38.5,-50.5 parent: 2 - - uid: 32057 + - uid: 32659 components: - type: Transform pos: -36.5,-23.5 parent: 2 - - uid: 32058 + - uid: 32660 components: - type: Transform pos: -69.5,-20.5 parent: 2 - - uid: 32059 + - uid: 32661 components: - type: Transform pos: 18.5,-76.5 parent: 2 - - uid: 32060 + - uid: 32662 components: - type: Transform pos: -62.5,-74.5 parent: 2 - - uid: 32061 + - uid: 32663 components: - type: Transform pos: -72.5,-27.5 parent: 2 - - uid: 32062 + - uid: 32664 components: - type: Transform pos: -71.5,-27.5 parent: 2 - - uid: 32063 + - uid: 32665 components: - type: Transform pos: 100.5,-84.5 parent: 2 - - uid: 32064 + - uid: 32666 components: - type: Transform pos: -49.5,-56.5 parent: 2 - - uid: 32065 + - uid: 32667 components: - type: Transform pos: -53.5,-60.5 parent: 2 - proto: StrangePill entities: - - uid: 32066 + - uid: 32668 components: - type: Transform rot: 3.141592653589793 rad pos: -18.301134,18.654554 parent: 2 - - uid: 32067 + - uid: 32669 components: - type: Transform rot: 3.141592653589793 rad pos: -18.09801,18.560804 parent: 2 - - uid: 32068 + - uid: 32670 components: - type: Transform rot: 3.141592653589793 rad @@ -227510,267 +231776,262 @@ entities: parent: 2 - proto: Stunbaton entities: - - uid: 32069 + - uid: 32671 components: - type: Transform pos: 57.560616,-19.504162 parent: 2 - - uid: 32070 - components: - - type: Transform - pos: -1.667934,-34.350006 - parent: 2 - - uid: 32071 - components: - - type: Transform - pos: -1.542934,-34.443756 - parent: 2 - - uid: 32072 - components: - - type: Transform - pos: -1.417934,-34.55313 - parent: 2 - - uid: 32073 + - uid: 32672 components: - type: Transform pos: 57.46068,-19.418554 parent: 2 - - uid: 32074 + - uid: 32673 components: - type: Transform pos: 57.351303,-19.37168 parent: 2 -- proto: SubstationBasic - entities: - - uid: 32075 + - uid: 32674 components: - type: Transform - pos: -7.5,-53.5 + pos: 11.543539,-25.400595 parent: 2 - - uid: 32076 +- proto: SubstationBasic + entities: + - uid: 32675 components: - type: Transform pos: -4.5,-4.5 parent: 2 - - uid: 32077 + - uid: 32676 components: - type: Transform pos: 67.5,-12.5 parent: 2 - - uid: 32078 + - uid: 32677 components: - type: Transform pos: 27.5,-35.5 parent: 2 - - uid: 32079 + - uid: 32678 components: - type: Transform pos: 60.5,-56.5 parent: 2 - - uid: 32080 + - uid: 32679 components: - type: Transform pos: -61.5,-16.5 parent: 2 - - uid: 32081 + - uid: 32680 components: - type: MetaData name: Солнечные панели СЗ - type: Transform pos: -70.5,11.5 parent: 2 - - uid: 32082 + - uid: 32681 components: - type: MetaData name: Инженерный Ю - type: Transform pos: 35.5,-80.5 parent: 2 - - uid: 32083 + - uid: 32682 components: - type: MetaData name: Подстанция питания теслы 2 - type: Transform pos: 69.5,-63.5 parent: 2 - - uid: 32084 + - uid: 32683 components: - type: MetaData name: Подстанция питания теслы 1 - type: Transform pos: 69.5,-55.5 parent: 2 - - uid: 32085 + - uid: 32684 components: - type: MetaData name: мостик - type: Transform pos: 11.5,6.5 parent: 2 - - uid: 32086 + - uid: 32685 components: - type: MetaData name: Солнечные панели ЮЗ - type: Transform pos: -56.5,-85.5 parent: 2 - - uid: 32087 + - uid: 32686 components: - type: MetaData name: РнД В - type: Transform pos: -41.5,-89.5 parent: 2 - - uid: 32088 + - uid: 32687 components: - type: MetaData name: Хранилище плат - type: Transform pos: 41.5,-40.5 parent: 2 - - uid: 32089 + - uid: 32688 components: - type: MetaData name: Утилизаторная - type: Transform pos: -11.5,-87.5 parent: 2 - - uid: 32090 + - uid: 32689 components: - type: MetaData name: РнД З и отбытие - type: Transform pos: -68.5,-53.5 parent: 2 - - uid: 32091 + - uid: 32690 components: - type: MetaData name: Техи инженерия - type: Transform pos: 53.5,-46.5 parent: 2 - - uid: 32092 + - uid: 32691 components: - type: MetaData name: Бриг - type: Transform pos: 32.5,-24.5 parent: 2 - - uid: 32093 + - uid: 32692 components: - type: MetaData name: сервис - type: Transform pos: 21.5,18.5 parent: 2 - - uid: 32094 + - uid: 32693 components: - type: MetaData name: прибытие - type: Transform pos: 79.5,-24.5 parent: 2 - - uid: 32095 + - uid: 32694 components: - type: MetaData name: Снабжение - type: Transform pos: 19.5,-86.5 parent: 2 - - uid: 32096 + - uid: 32695 components: - type: MetaData name: Жилой отсек - type: Transform pos: -41.5,-91.5 parent: 2 - - uid: 32097 + - uid: 32696 components: - type: Transform pos: 54.5,-86.5 parent: 2 - - uid: 32098 + - uid: 32697 components: - type: MetaData name: Солнечные панели ЮВ - type: Transform pos: 63.5,-67.5 parent: 2 - - uid: 32099 + - uid: 32698 components: - type: MetaData name: Мед С и библиотека - type: Transform pos: -35.5,9.5 parent: 2 - - uid: 32100 + - uid: 32699 components: - type: MetaData name: Тех тоннели СЗ - type: Transform pos: -65.5,4.5 parent: 2 - - uid: 32101 + - uid: 32700 components: - type: MetaData name: тех тоннели ЮЗ - type: Transform pos: -42.5,-110.5 parent: 2 - - uid: 32102 + - uid: 32701 components: - type: MetaData name: Спутник ИИ - type: Transform pos: 96.5,-64.5 parent: 2 - - uid: 32103 + - uid: 32702 components: - type: Transform pos: 5.5,-6.5 parent: 2 - - uid: 32104 + - uid: 32703 components: - type: Transform pos: 44.5,15.5 parent: 2 + - uid: 32704 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 32705 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 - proto: SubstationMachineCircuitboard entities: - - uid: 32105 + - uid: 32706 components: - type: Transform pos: -55.53286,-83.50286 parent: 2 - - uid: 32106 + - uid: 32707 components: - type: Transform pos: 40.519688,-38.40171 parent: 2 - - uid: 32107 + - uid: 32708 components: - type: Transform pos: 95.5,-80.5 parent: 2 - proto: SuitStorageAtmos entities: - - uid: 32108 + - uid: 32709 components: - type: Transform pos: 47.5,-93.5 parent: 2 - - uid: 32109 + - uid: 32710 components: - type: Transform pos: 47.5,-94.5 parent: 2 - - uid: 32110 + - uid: 32711 components: - type: Transform pos: 47.5,-95.5 parent: 2 - proto: SuitStorageBase entities: - - uid: 15625 + - uid: 16137 components: - type: Transform pos: -5.5,13.5 @@ -227799,20 +232060,20 @@ entities: showEnts: False occludes: True ents: - - 15629 - - 15626 - - 15628 - - 15627 + - 16141 + - 16138 + - 16140 + - 16139 - proto: SuitStorageCaptain entities: - - uid: 32111 + - uid: 32712 components: - type: Transform pos: 17.5,13.5 parent: 2 - proto: SuitStorageCE entities: - - uid: 26372 + - uid: 27176 components: - type: Transform pos: 53.5,-76.5 @@ -227841,10 +232102,10 @@ entities: showEnts: False occludes: True ents: - - 26373 + - 27177 - proto: SuitStorageCMO entities: - - uid: 15549 + - uid: 16067 components: - type: Transform pos: -36.5,-12.5 @@ -227873,93 +232134,93 @@ entities: showEnts: False occludes: True ents: - - 15550 - - 15551 + - 16068 + - 16069 - proto: SuitStorageEngi entities: - - uid: 32112 + - uid: 32713 components: - type: Transform pos: 53.5,-78.5 parent: 2 - - uid: 32113 + - uid: 32714 components: - type: Transform pos: 53.5,-79.5 parent: 2 - - uid: 32114 + - uid: 32715 components: - type: Transform pos: -5.5,17.5 parent: 2 - - uid: 32115 + - uid: 32716 components: - type: Transform pos: 53.5,-80.5 parent: 2 - - uid: 32116 + - uid: 32717 components: - type: Transform pos: 54.5,-78.5 parent: 2 - - uid: 32117 + - uid: 32718 components: - type: Transform pos: 53.5,-81.5 parent: 2 - - uid: 32118 + - uid: 32719 components: - type: Transform pos: 54.5,-80.5 parent: 2 - - uid: 32119 + - uid: 32720 components: - type: Transform pos: 54.5,-79.5 parent: 2 - - uid: 32120 + - uid: 32721 components: - type: Transform pos: 54.5,-81.5 parent: 2 - - uid: 32121 + - uid: 32722 components: - type: Transform pos: 42.5,-64.5 parent: 2 - - uid: 32122 + - uid: 32723 components: - type: Transform pos: 48.5,-63.5 parent: 2 - proto: SuitStorageEVA entities: - - uid: 32123 + - uid: 32724 components: - type: Transform pos: -68.5,-71.5 parent: 2 - - uid: 32124 + - uid: 32725 components: - type: Transform pos: -21.5,-40.5 parent: 2 - - uid: 32125 + - uid: 32726 components: - type: Transform pos: -21.5,-39.5 parent: 2 - - uid: 32126 + - uid: 32727 components: - type: Transform pos: 4.5,13.5 parent: 2 - - uid: 32127 + - uid: 32728 components: - type: Transform pos: 4.5,17.5 parent: 2 - - uid: 32128 + - uid: 32729 components: - type: Transform pos: 42.5,31.5 @@ -227982,111 +232243,111 @@ entities: - 0 - 0 - 0 - - uid: 32129 + - uid: 32730 components: - type: Transform pos: -89.5,-19.5 parent: 2 - - uid: 32130 + - uid: 32731 components: - type: Transform pos: 5.5,17.5 parent: 2 - - uid: 32131 + - uid: 32732 components: - type: Transform pos: 3.5,17.5 parent: 2 - - uid: 32132 + - uid: 32733 components: - type: Transform pos: 3.5,13.5 parent: 2 - - uid: 32133 + - uid: 32734 components: - type: Transform pos: 5.5,13.5 parent: 2 - proto: SuitStorageEVAAlternate entities: - - uid: 32134 + - uid: 32735 components: - type: Transform pos: -12.5,18.5 parent: 2 - - uid: 32135 + - uid: 32736 components: - type: Transform pos: -12.5,17.5 parent: 2 - - uid: 32136 + - uid: 32737 components: - type: Transform pos: -2.5,15.5 parent: 2 - - uid: 32137 + - uid: 32738 components: - type: Transform pos: -3.5,15.5 parent: 2 - - uid: 32138 + - uid: 32739 components: - type: Transform pos: -5.5,15.5 parent: 2 - proto: SuitStorageEVAEmergency entities: - - uid: 32139 + - uid: 32740 components: - type: Transform pos: -57.5,3.5 parent: 2 - - uid: 32140 + - uid: 32741 components: - type: Transform pos: -58.5,-5.5 parent: 2 - proto: SuitStorageEVAPrisoner entities: - - uid: 32141 + - uid: 32742 components: - type: Transform pos: 73.5,5.5 parent: 2 - - uid: 32142 + - uid: 32743 components: - type: Transform pos: 73.5,7.5 parent: 2 - - uid: 32143 + - uid: 32744 components: - type: Transform pos: 73.5,6.5 parent: 2 - proto: SuitStorageHOS entities: - - uid: 32144 + - uid: 32745 components: - type: Transform pos: 51.5,13.5 parent: 2 - proto: SuitStorageNTSRA entities: - - uid: 32145 + - uid: 32746 components: - type: Transform pos: -6.5,15.5 parent: 2 - proto: SuitStorageRD entities: - - uid: 32146 + - uid: 32747 components: - type: Transform pos: -34.5,-67.5 parent: 2 - proto: SuitStorageSalv entities: - - uid: 32147 + - uid: 32748 components: - type: Transform pos: -3.5,17.5 @@ -228109,24 +232370,24 @@ entities: - 0 - 0 - 0 - - uid: 32148 + - uid: 32749 components: - type: Transform pos: -5.5,-98.5 parent: 2 - - uid: 32149 + - uid: 32750 components: - type: Transform pos: -5.5,-99.5 parent: 2 - - uid: 32150 + - uid: 32751 components: - type: Transform pos: -5.5,-100.5 parent: 2 - proto: SuitStorageSec entities: - - uid: 15732 + - uid: 16247 components: - type: Transform pos: 61.5,13.5 @@ -228155,25 +232416,25 @@ entities: showEnts: False occludes: True ents: - - 15733 + - 16248 - type: Pullable prevFixedRotation: True - - uid: 32151 + - uid: 32752 components: - type: Transform pos: 55.5,-24.5 parent: 2 - - uid: 32152 + - uid: 32753 components: - type: Transform pos: 57.5,-25.5 parent: 2 - - uid: 32153 + - uid: 32754 components: - type: Transform pos: 57.5,-23.5 parent: 2 - - uid: 32154 + - uid: 32755 components: - type: Transform pos: 57.5,-24.5 @@ -228196,17 +232457,17 @@ entities: - 0 - 0 - 0 - - uid: 32155 + - uid: 32756 components: - type: Transform pos: 55.5,-23.5 parent: 2 - - uid: 32156 + - uid: 32757 components: - type: Transform pos: 55.5,-25.5 parent: 2 - - uid: 32157 + - uid: 32758 components: - type: Transform pos: -3.5,13.5 @@ -228229,31 +232490,31 @@ entities: - 0 - 0 - 0 - - uid: 32158 + - uid: 32759 components: - type: Transform pos: 62.5,13.5 parent: 2 - - uid: 32159 + - uid: 32760 components: - type: Transform pos: 75.5,6.5 parent: 2 - - uid: 32160 + - uid: 32761 components: - type: Transform pos: 75.5,7.5 parent: 2 - proto: SuitStorageWarden entities: - - uid: 32161 + - uid: 32762 components: - type: Transform pos: 51.5,-23.5 parent: 2 - proto: SurveillanceCameraCommand entities: - - uid: 32162 + - uid: 32763 components: - type: Transform rot: 1.5707963267948966 rad @@ -228264,7 +232525,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: ИИ Внешний 2 - - uid: 32163 + - uid: 32764 components: - type: Transform rot: 3.141592653589793 rad @@ -228275,7 +232536,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: ИИ Внешний - - uid: 32164 + - uid: 32765 components: - type: Transform rot: -1.5707963267948966 rad @@ -228286,7 +232547,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Кольцо безопасности спутника - - uid: 32165 + - uid: 32766 components: - type: Transform pos: 7.5,19.5 @@ -228296,7 +232557,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Мостик В - - uid: 32166 + - uid: 32767 components: - type: Transform rot: -1.5707963267948966 rad @@ -228307,7 +232568,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Мастерская - - uid: 32167 + - uid: 32768 components: - type: Transform rot: 3.141592653589793 rad @@ -228318,7 +232579,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Офис ГП - - uid: 32168 + - uid: 32769 components: - type: Transform rot: 3.141592653589793 rad @@ -228329,7 +232590,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Конференц-зал - - uid: 32169 + - uid: 32770 components: - type: Transform rot: -1.5707963267948966 rad @@ -228340,7 +232601,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Коридор мостика - - uid: 32170 + - uid: 32771 components: - type: Transform rot: -1.5707963267948966 rad @@ -228351,7 +232612,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Хранилище EVA - - uid: 32171 + - uid: 32772 components: - type: Transform pos: -6.5,19.5 @@ -228361,7 +232622,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Мостик З - - uid: 32172 + - uid: 32773 components: - type: Transform rot: 3.141592653589793 rad @@ -228372,7 +232633,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Мостик С - - uid: 32173 + - uid: 32774 components: - type: Transform rot: -1.5707963267948966 rad @@ -228383,7 +232644,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Кабинет АВД - - uid: 32174 + - uid: 32775 components: - type: Transform rot: 1.5707963267948966 rad @@ -228394,7 +232655,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Доп хранилище EVA - - uid: 32175 + - uid: 32776 components: - type: Transform rot: -1.5707963267948966 rad @@ -228402,7 +232663,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Кабинет капитана - - uid: 32176 + - uid: 32777 components: - type: Transform rot: 3.141592653589793 rad @@ -228410,14 +232671,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Ядро ИИ - - uid: 32177 + - uid: 32778 components: - type: Transform pos: -39.5,-70.5 parent: 2 - type: SurveillanceCamera id: НР - - uid: 32178 + - uid: 32779 components: - type: Transform rot: 3.141592653589793 rad @@ -228428,18 +232689,18 @@ entities: - SurveillanceCameraCommand nameSet: True id: Загрузка ИИ - - uid: 32179 + - uid: 32780 components: - type: Transform pos: 19.5,18.5 parent: 2 - - uid: 32180 + - uid: 32781 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,18.5 parent: 2 - - uid: 32181 + - uid: 32782 components: - type: Transform rot: 1.5707963267948966 rad @@ -228450,7 +232711,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Вход спутник - - uid: 32182 + - uid: 32783 components: - type: Transform rot: 1.5707963267948966 rad @@ -228461,7 +232722,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: хранилище - - uid: 32183 + - uid: 32784 components: - type: Transform rot: 1.5707963267948966 rad @@ -228472,7 +232733,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Офис представителя - - uid: 32184 + - uid: 32785 components: - type: Transform rot: 3.141592653589793 rad @@ -228483,7 +232744,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Кабинет СИ - - uid: 32185 + - uid: 32786 components: - type: Transform rot: 1.5707963267948966 rad @@ -228494,7 +232755,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: Серверная РНД - - uid: 32186 + - uid: 32787 components: - type: Transform rot: -1.5707963267948966 rad @@ -228505,7 +232766,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: ИИ Внешний 3 - - uid: 32247 + - uid: 32788 components: - type: Transform rot: 3.141592653589793 rad @@ -228516,9 +232777,24 @@ entities: - SurveillanceCameraCommand nameSet: True id: Камера Турели ИИ +- proto: SurveillanceCameraConstructed + entities: + - uid: 32789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-49.5 + parent: 2 + - type: DeviceNetwork + address: 68E8-4D3C + receiveFrequency: 1934 + - type: SurveillanceCamera + networkSet: True + nameSet: True + id: 'ҴҴ҂ҘҖ҂ҴҴ ' - proto: SurveillanceCameraEngineering entities: - - uid: 26360 + - uid: 32790 components: - type: Transform rot: 1.5707963267948966 rad @@ -228529,7 +232805,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Центральный инженерка - - uid: 30577 + - uid: 32791 components: - type: Transform rot: 3.141592653589793 rad @@ -228540,7 +232816,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Зона доставки - - uid: 32187 + - uid: 32792 components: - type: Transform rot: -1.5707963267948966 rad @@ -228551,7 +232827,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: энергохранилище - - uid: 32188 + - uid: 32793 components: - type: Transform pos: 95.5,-84.5 @@ -228561,7 +232837,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Атмосферика ядра - - uid: 32189 + - uid: 32794 components: - type: Transform rot: 3.141592653589793 rad @@ -228569,7 +232845,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Комната наблюдения теслы - - uid: 32190 + - uid: 32795 components: - type: Transform rot: -1.5707963267948966 rad @@ -228577,14 +232853,14 @@ entities: parent: 2 - type: SurveillanceCamera id: ТЭГ - - uid: 32191 + - uid: 32796 components: - type: Transform pos: 52.5,-84.5 parent: 2 - type: SurveillanceCamera id: Раздевалка инженеров - - uid: 32192 + - uid: 32797 components: - type: Transform pos: 49.5,-60.5 @@ -228594,7 +232870,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Основной зал - - uid: 32193 + - uid: 32798 components: - type: Transform rot: 1.5707963267948966 rad @@ -228602,7 +232878,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Южный коридор - - uid: 32194 + - uid: 32799 components: - type: Transform rot: 1.5707963267948966 rad @@ -228613,14 +232889,14 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Приёмная атмосии - - uid: 32195 + - uid: 32800 components: - type: Transform pos: 37.5,-39.5 parent: 2 - type: SurveillanceCamera id: Хранилище плат - - uid: 32196 + - uid: 32801 components: - type: Transform rot: 3.141592653589793 rad @@ -228628,7 +232904,7 @@ entities: parent: 2 - type: SurveillanceCamera id: ДАМ - - uid: 32197 + - uid: 32802 components: - type: Transform rot: -1.5707963267948966 rad @@ -228636,7 +232912,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Телекоммуникация - - uid: 32198 + - uid: 32803 components: - type: Transform rot: 1.5707963267948966 rad @@ -228644,7 +232920,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Коридор телекомов - - uid: 32199 + - uid: 32804 components: - type: Transform rot: 1.5707963267948966 rad @@ -228652,7 +232928,7 @@ entities: parent: 2 - type: SurveillanceCamera id: 'Маршрутизаторы ' - - uid: 32201 + - uid: 32805 components: - type: Transform pos: 48.5,-103.5 @@ -228662,7 +232938,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Юг атмосия - - uid: 32202 + - uid: 32806 components: - type: Transform pos: 36.5,-103.5 @@ -228672,7 +232948,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Воздух атмосия - - uid: 32203 + - uid: 32807 components: - type: Transform rot: 3.141592653589793 rad @@ -228683,7 +232959,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Центр атмосия - - uid: 32204 + - uid: 32808 components: - type: Transform pos: 77.5,-66.5 @@ -228693,7 +232969,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Тесла - - uid: 32205 + - uid: 32809 components: - type: Transform rot: 1.5707963267948966 rad @@ -228704,7 +232980,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Тесла - - uid: 32206 + - uid: 32810 components: - type: Transform pos: 98.5,-64.5 @@ -228714,7 +232990,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Питание Спутника - - uid: 32207 + - uid: 32811 components: - type: Transform rot: 3.141592653589793 rad @@ -228725,7 +233001,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Инженерный склад - - uid: 32208 + - uid: 32812 components: - type: Transform rot: 3.141592653589793 rad @@ -228736,7 +233012,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Путь к спутнику - - uid: 32209 + - uid: 32813 components: - type: Transform pos: 58.5,-82.5 @@ -228746,7 +233022,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Выход космос инж - - uid: 32210 + - uid: 32814 components: - type: Transform rot: -1.5707963267948966 rad @@ -228757,7 +233033,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Подход к спутнику справа - - uid: 32211 + - uid: 32815 components: - type: Transform pos: 25.5,-38.5 @@ -228767,7 +233043,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: гравиген - - uid: 32212 + - uid: 32816 components: - type: Transform rot: -1.5707963267948966 rad @@ -228778,7 +233054,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: гравиген - - uid: 32213 + - uid: 32817 components: - type: Transform rot: -1.5707963267948966 rad @@ -228789,7 +233065,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Верфь - - uid: 32214 + - uid: 32818 components: - type: Transform rot: 1.5707963267948966 rad @@ -228800,7 +233076,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Шлюз атмосы - - uid: 32215 + - uid: 32819 components: - type: Transform rot: 3.141592653589793 rad @@ -228811,7 +233087,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Коридор к УЧ - - uid: 32216 + - uid: 32820 components: - type: Transform pos: 68.5,-60.5 @@ -228821,7 +233097,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: УЧ - - uid: 32217 + - uid: 32821 components: - type: Transform pos: 41.5,-83.5 @@ -228831,7 +233107,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: подход к ДАМ - - uid: 32218 + - uid: 32822 components: - type: Transform rot: -1.5707963267948966 rad @@ -228842,7 +233118,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Шлюз тесла Ю - - uid: 32219 + - uid: 32823 components: - type: Transform rot: -1.5707963267948966 rad @@ -228853,7 +233129,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Шлюз тесла С - - uid: 32220 + - uid: 32824 components: - type: Transform rot: 1.5707963267948966 rad @@ -228864,7 +233140,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Ресепшн Инженерия - - uid: 32221 + - uid: 32825 components: - type: Transform rot: -1.5707963267948966 rad @@ -228875,7 +233151,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Якорь - - uid: 32222 + - uid: 32826 components: - type: Transform rot: 1.5707963267948966 rad @@ -228886,7 +233162,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Шлюз атмостехники - - uid: 40647 + - uid: 32827 components: - type: Transform rot: 3.141592653589793 rad @@ -228899,13 +233175,13 @@ entities: id: Атмос вход - proto: SurveillanceCameraGeneral entities: - - uid: 32223 + - uid: 32828 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-27.5 parent: 2 - - uid: 32224 + - uid: 32829 components: - type: Transform rot: -1.5707963267948966 rad @@ -228916,7 +233192,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Обзорное окно - - uid: 32225 + - uid: 32830 components: - type: Transform rot: 1.5707963267948966 rad @@ -228927,12 +233203,12 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Правый рукав - - uid: 32226 + - uid: 32831 components: - type: Transform pos: 25.5,-33.5 parent: 2 - - uid: 32227 + - uid: 32832 components: - type: Transform rot: 3.141592653589793 rad @@ -228943,7 +233219,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: очередная камера в коридоре - - uid: 32228 + - uid: 32833 components: - type: Transform rot: -1.5707963267948966 rad @@ -228954,7 +233230,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Очередная камера - - uid: 32229 + - uid: 32834 components: - type: Transform pos: -31.5,-98.5 @@ -228964,7 +233240,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Раздевалка жилого отсека - - uid: 32230 + - uid: 32835 components: - type: MetaData name: камера @@ -228977,7 +233253,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Спортзал - - uid: 32231 + - uid: 32836 components: - type: Transform rot: 1.5707963267948966 rad @@ -228988,7 +233264,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Доп склад инструментов - - uid: 32232 + - uid: 32837 components: - type: Transform pos: 91.5,-41.5 @@ -228998,7 +233274,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Прибытие Ю - - uid: 32233 + - uid: 32838 components: - type: Transform pos: 92.5,-23.5 @@ -229008,7 +233284,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Прибытие С - - uid: 32234 + - uid: 32839 components: - type: Transform rot: -1.5707963267948966 rad @@ -229019,7 +233295,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Основной коридор З - - uid: 32235 + - uid: 32840 components: - type: Transform pos: 17.5,-0.5 @@ -229029,7 +233305,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Основной коридор СВ - - uid: 32236 + - uid: 32841 components: - type: Transform rot: -1.5707963267948966 rad @@ -229040,7 +233316,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Основной коридор СЗ - - uid: 32237 + - uid: 32842 components: - type: Transform rot: 1.5707963267948966 rad @@ -229051,7 +233327,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Отбытие - - uid: 32238 + - uid: 32843 components: - type: Transform rot: -1.5707963267948966 rad @@ -229062,7 +233338,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Основной коридор ЮЗ - - uid: 32239 + - uid: 32844 components: - type: Transform rot: -1.5707963267948966 rad @@ -229073,7 +233349,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Библиотека - - uid: 32240 + - uid: 32845 components: - type: Transform pos: -1.5,-76.5 @@ -229083,7 +233359,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Основной коридор Ю - - uid: 32241 + - uid: 32846 components: - type: Transform pos: 66.5,-33.5 @@ -229093,7 +233369,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор прибытия - - uid: 32242 + - uid: 32847 components: - type: Transform pos: 67.5,-42.5 @@ -229103,7 +233379,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Суд - - uid: 32243 + - uid: 32848 components: - type: Transform rot: 3.141592653589793 rad @@ -229111,7 +233387,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Коридор Психолога - - uid: 32244 + - uid: 32849 components: - type: Transform rot: 1.5707963267948966 rad @@ -229122,7 +233398,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Дормы - - uid: 32245 + - uid: 32850 components: - type: Transform rot: 3.141592653589793 rad @@ -229133,7 +233409,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Криокапсулы - - uid: 32246 + - uid: 32851 components: - type: Transform rot: -1.5707963267948966 rad @@ -229144,7 +233420,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Северо-западный кольцевой - - uid: 32248 + - uid: 32852 components: - type: Transform rot: -1.5707963267948966 rad @@ -229155,7 +233431,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Перекрёсток мед-рнд - - uid: 32249 + - uid: 32853 components: - type: Transform rot: -1.5707963267948966 rad @@ -229166,7 +233442,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Северо-западный кольцевой - - uid: 32250 + - uid: 32854 components: - type: Transform rot: -1.5707963267948966 rad @@ -229177,7 +233453,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Стыковка эвак - - uid: 32251 + - uid: 32855 components: - type: Transform rot: 3.141592653589793 rad @@ -229188,7 +233464,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор уборщик - - uid: 32252 + - uid: 32856 components: - type: Transform rot: 1.5707963267948966 rad @@ -229199,7 +233475,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Вход в бар - - uid: 32253 + - uid: 32857 components: - type: Transform rot: -1.5707963267948966 rad @@ -229210,7 +233486,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Прибытие - - uid: 32254 + - uid: 32858 components: - type: Transform rot: -1.5707963267948966 rad @@ -229221,7 +233497,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Прибытие - - uid: 32255 + - uid: 32859 components: - type: Transform rot: 1.5707963267948966 rad @@ -229232,7 +233508,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор дормы - - uid: 32256 + - uid: 32860 components: - type: Transform pos: -14.5,-73.5 @@ -229242,7 +233518,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор Карго - - uid: 32257 + - uid: 32861 components: - type: Transform rot: 1.5707963267948966 rad @@ -229253,7 +233529,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор Репортёр - - uid: 32258 + - uid: 32862 components: - type: Transform pos: 9.5,-76.5 @@ -229263,7 +233539,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор над карго - - uid: 32259 + - uid: 32863 components: - type: Transform rot: 1.5707963267948966 rad @@ -229274,7 +233550,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Парикмахерская - - uid: 32260 + - uid: 32864 components: - type: Transform rot: 1.5707963267948966 rad @@ -229285,13 +233561,13 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Склад инструментов - - uid: 32261 + - uid: 32865 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-58.5 parent: 2 - - uid: 32262 + - uid: 32866 components: - type: Transform rot: 1.5707963267948966 rad @@ -229302,7 +233578,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: вход гравиген - - uid: 32263 + - uid: 32867 components: - type: Transform pos: -26.5,-44.5 @@ -229312,7 +233588,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: левый лифт - - uid: 32264 + - uid: 32868 components: - type: Transform rot: 1.5707963267948966 rad @@ -229323,7 +233599,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Верфь - - uid: 32265 + - uid: 32869 components: - type: Transform pos: 63.5,13.5 @@ -229333,7 +233609,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Доки сб - - uid: 32266 + - uid: 32870 components: - type: Transform rot: 3.141592653589793 rad @@ -229344,7 +233620,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Стыковка ПРибытие - - uid: 32267 + - uid: 32871 components: - type: Transform pos: 128.5,-40.5 @@ -229354,7 +233630,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Стыковка прибытие 2 - - uid: 32268 + - uid: 32872 components: - type: Transform pos: 105.5,-42.5 @@ -229364,7 +233640,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: 'Коридор к стыковке ' - - uid: 32269 + - uid: 32873 components: - type: Transform rot: 3.141592653589793 rad @@ -229375,7 +233651,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор Бриг-Инж - - uid: 32270 + - uid: 32874 components: - type: Transform pos: 55.5,-42.5 @@ -229385,7 +233661,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Зимний парк - - uid: 32271 + - uid: 32875 components: - type: Transform rot: 1.5707963267948966 rad @@ -229396,7 +233672,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Коридор к центру - - uid: 32300 + - uid: 32876 components: - type: Transform rot: -1.5707963267948966 rad @@ -229409,19 +233685,19 @@ entities: id: Коридор ЦВ-РНД - proto: SurveillanceCameraMedical entities: - - uid: 32272 + - uid: 32877 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-24.5 parent: 2 - - uid: 32273 + - uid: 32878 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-27.5 parent: 2 - - uid: 32274 + - uid: 32879 components: - type: Transform pos: -39.5,-40.5 @@ -229431,7 +233707,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Приёмная меда - - uid: 32275 + - uid: 32880 components: - type: Transform rot: -1.5707963267948966 rad @@ -229442,7 +233718,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Палаты - - uid: 32276 + - uid: 32881 components: - type: Transform rot: -1.5707963267948966 rad @@ -229453,7 +233729,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Хирургия - - uid: 32277 + - uid: 32882 components: - type: Transform rot: -1.5707963267948966 rad @@ -229464,7 +233740,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Клонирование - - uid: 32278 + - uid: 32883 components: - type: Transform rot: 1.5707963267948966 rad @@ -229475,7 +233751,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Криогенетика - - uid: 32279 + - uid: 32884 components: - type: Transform rot: -1.5707963267948966 rad @@ -229486,7 +233762,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Вирусология - - uid: 32280 + - uid: 32885 components: - type: Transform rot: -1.5707963267948966 rad @@ -229497,7 +233773,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Медотсек С - - uid: 32281 + - uid: 32886 components: - type: Transform rot: -1.5707963267948966 rad @@ -229508,7 +233784,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Химия - - uid: 32282 + - uid: 32887 components: - type: Transform rot: 3.141592653589793 rad @@ -229519,7 +233795,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Склад медикаментов - - uid: 32283 + - uid: 32888 components: - type: Transform rot: -1.5707963267948966 rad @@ -229530,7 +233806,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Переход к вирусологии - - uid: 32284 + - uid: 32889 components: - type: Transform rot: 1.5707963267948966 rad @@ -229541,7 +233817,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Палаты - - uid: 32285 + - uid: 32890 components: - type: Transform rot: 1.5707963267948966 rad @@ -229552,7 +233828,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: Коридор к аномалистике - - uid: 32286 + - uid: 32891 components: - type: Transform rot: 1.5707963267948966 rad @@ -229565,63 +233841,63 @@ entities: id: Бар - proto: SurveillanceCameraRouterCommand entities: - - uid: 32287 + - uid: 32892 components: - type: Transform pos: 104.5,-67.5 parent: 2 - proto: SurveillanceCameraRouterEngineering entities: - - uid: 32288 + - uid: 32893 components: - type: Transform pos: 104.5,-71.5 parent: 2 - proto: SurveillanceCameraRouterGeneral entities: - - uid: 32289 + - uid: 32894 components: - type: Transform pos: 102.5,-68.5 parent: 2 - proto: SurveillanceCameraRouterMedical entities: - - uid: 32290 + - uid: 32895 components: - type: Transform pos: 102.5,-71.5 parent: 2 - proto: SurveillanceCameraRouterScience entities: - - uid: 32291 + - uid: 32896 components: - type: Transform pos: -38.5,-72.5 parent: 2 - proto: SurveillanceCameraRouterSecurity entities: - - uid: 32292 + - uid: 32897 components: - type: Transform pos: 102.5,-70.5 parent: 2 - proto: SurveillanceCameraRouterService entities: - - uid: 32293 + - uid: 32898 components: - type: Transform pos: 102.5,-69.5 parent: 2 - proto: SurveillanceCameraRouterSupply entities: - - uid: 32294 + - uid: 32899 components: - type: Transform pos: 104.5,-70.5 parent: 2 - proto: SurveillanceCameraScience entities: - - uid: 32295 + - uid: 32900 components: - type: Transform rot: -1.5707963267948966 rad @@ -229632,7 +233908,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Аномалистика - - uid: 32296 + - uid: 32901 components: - type: Transform rot: 1.5707963267948966 rad @@ -229643,7 +233919,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Ксеноархеология - - uid: 32297 + - uid: 32902 components: - type: Transform pos: -36.5,-49.5 @@ -229653,7 +233929,7 @@ entities: - SurveillanceCameraScience nameSet: True id: РнД - - uid: 32298 + - uid: 32903 components: - type: Transform rot: -1.5707963267948966 rad @@ -229664,7 +233940,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Токсины - - uid: 32299 + - uid: 32904 components: - type: Transform rot: -1.5707963267948966 rad @@ -229675,7 +233951,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Робототехника - - uid: 32301 + - uid: 32905 components: - type: Transform rot: -1.5707963267948966 rad @@ -229686,7 +233962,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Комната отдыха - - uid: 32302 + - uid: 32906 components: - type: Transform rot: -1.5707963267948966 rad @@ -229697,7 +233973,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Камеры ксенобиологии - - uid: 32303 + - uid: 32907 components: - type: Transform rot: 3.141592653589793 rad @@ -229708,7 +233984,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Ксенобиология - - uid: 32304 + - uid: 32908 components: - type: Transform pos: -38.5,-65.5 @@ -229718,7 +233994,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Комната механики - - uid: 32305 + - uid: 32909 components: - type: Transform rot: 3.141592653589793 rad @@ -229729,7 +234005,7 @@ entities: - SurveillanceCameraScience nameSet: True id: сервера РнД - - uid: 32306 + - uid: 32910 components: - type: Transform rot: -1.5707963267948966 rad @@ -229737,7 +234013,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Ксеноархеология 2 - - uid: 32307 + - uid: 32911 components: - type: Transform rot: 1.5707963267948966 rad @@ -229745,14 +234021,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Тестовая - - uid: 32308 + - uid: 32912 components: - type: Transform pos: -52.5,-66.5 parent: 2 - type: SurveillanceCamera id: Коридор токсины - - uid: 32309 + - uid: 32913 components: - type: Transform rot: 3.141592653589793 rad @@ -229763,7 +234039,7 @@ entities: - SurveillanceCameraScience nameSet: True id: Камера артефактов РНД - - uid: 40652 + - uid: 32914 components: - type: Transform rot: 3.141592653589793 rad @@ -229776,7 +234052,7 @@ entities: id: Коридор РНД - proto: SurveillanceCameraSecurity entities: - - uid: 32310 + - uid: 32915 components: - type: Transform rot: 1.5707963267948966 rad @@ -229787,7 +234063,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Пилот - - uid: 32311 + - uid: 32916 components: - type: Transform pos: 49.5,13.5 @@ -229797,7 +234073,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: ГСБ - - uid: 32312 + - uid: 32917 components: - type: Transform rot: -1.5707963267948966 rad @@ -229808,7 +234084,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Комната наблюдения - - uid: 32313 + - uid: 32918 components: - type: Transform rot: 1.5707963267948966 rad @@ -229819,7 +234095,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Оружейная СК - - uid: 32314 + - uid: 32919 components: - type: Transform rot: 1.5707963267948966 rad @@ -229830,7 +234106,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: КПП СБ Смотритель - - uid: 32315 + - uid: 32920 components: - type: Transform rot: 1.5707963267948966 rad @@ -229841,7 +234117,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Скафандры - - uid: 32316 + - uid: 32921 components: - type: Transform rot: -1.5707963267948966 rad @@ -229852,12 +234128,12 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Карцер тюрьмы - - uid: 32317 + - uid: 32922 components: - type: Transform pos: 40.5,-1.5 parent: 2 - - uid: 32318 + - uid: 32923 components: - type: Transform rot: 3.141592653589793 rad @@ -229868,7 +234144,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор тюрьмы - - uid: 32319 + - uid: 32924 components: - type: Transform rot: 1.5707963267948966 rad @@ -229879,7 +234155,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Оружейная КК - - uid: 32320 + - uid: 32925 components: - type: Transform pos: 54.5,-19.5 @@ -229889,7 +234165,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Вспомогательный склад - - uid: 32321 + - uid: 32926 components: - type: Transform rot: -1.5707963267948966 rad @@ -229900,7 +234176,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор допросная - - uid: 32322 + - uid: 32927 components: - type: Transform rot: -1.5707963267948966 rad @@ -229908,7 +234184,7 @@ entities: parent: 2 - type: SurveillanceCamera id: КПП Мед - - uid: 32323 + - uid: 32928 components: - type: Transform rot: 3.141592653589793 rad @@ -229919,7 +234195,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: КПП прибытия - - uid: 32324 + - uid: 32929 components: - type: Transform rot: -1.5707963267948966 rad @@ -229930,7 +234206,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: КПП РнД - - uid: 32325 + - uid: 32930 components: - type: Transform rot: 1.5707963267948966 rad @@ -229938,7 +234214,7 @@ entities: parent: 2 - type: SurveillanceCamera id: КПП Эвакуация - - uid: 32326 + - uid: 32931 components: - type: Transform rot: 3.141592653589793 rad @@ -229946,7 +234222,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Безопасная эвакуация - - uid: 32327 + - uid: 32932 components: - type: Transform rot: 3.141592653589793 rad @@ -229957,7 +234233,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Склад улик - - uid: 32328 + - uid: 32933 components: - type: Transform rot: 1.5707963267948966 rad @@ -229968,7 +234244,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: КПП ГП - - uid: 32329 + - uid: 32934 components: - type: Transform rot: 1.5707963267948966 rad @@ -229979,7 +234255,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Допросная - - uid: 32330 + - uid: 32935 components: - type: Transform pos: 39.5,-27.5 @@ -229989,7 +234265,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Детектив - - uid: 32331 + - uid: 32936 components: - type: Transform rot: -1.5707963267948966 rad @@ -230000,7 +234276,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Бриг - - uid: 32332 + - uid: 32937 components: - type: Transform rot: 1.5707963267948966 rad @@ -230011,7 +234287,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Смотритель - - uid: 32333 + - uid: 32938 components: - type: Transform pos: 57.5,-15.5 @@ -230021,7 +234297,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор оружейная - - uid: 32334 + - uid: 32939 components: - type: Transform pos: 63.5,-9.5 @@ -230031,7 +234307,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор к перме - - uid: 32335 + - uid: 32940 components: - type: Transform rot: -1.5707963267948966 rad @@ -230042,7 +234318,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Брифрум - - uid: 32336 + - uid: 32941 components: - type: Transform rot: -1.5707963267948966 rad @@ -230053,7 +234329,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор к пилоту - - uid: 32337 + - uid: 32942 components: - type: Transform pos: 52.5,9.5 @@ -230063,7 +234339,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Гсбшная - - uid: 32338 + - uid: 32943 components: - type: Transform pos: 63.5,7.5 @@ -230073,7 +234349,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Полигон - - uid: 32339 + - uid: 32944 components: - type: Transform rot: 1.5707963267948966 rad @@ -230084,7 +234360,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Бригмед - - uid: 32340 + - uid: 32945 components: - type: Transform pos: 85.5,-10.5 @@ -230094,7 +234370,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Столовая пермы - - uid: 32341 + - uid: 32946 components: - type: Transform rot: -1.5707963267948966 rad @@ -230105,7 +234381,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Раздевалка перма - - uid: 32342 + - uid: 32947 components: - type: Transform rot: 3.141592653589793 rad @@ -230116,7 +234392,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Комната свиданий - - uid: 32343 + - uid: 32948 components: - type: Transform rot: 1.5707963267948966 rad @@ -230127,7 +234403,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: СБ видит - - uid: 32344 + - uid: 32949 components: - type: Transform pos: 75.5,-12.5 @@ -230137,7 +234413,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: СБ видит - - uid: 32345 + - uid: 32950 components: - type: Transform rot: 3.141592653589793 rad @@ -230148,7 +234424,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Комната 1 Перма - - uid: 32346 + - uid: 32951 components: - type: Transform rot: 3.141592653589793 rad @@ -230159,7 +234435,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Комната 2 перма - - uid: 32347 + - uid: 32952 components: - type: Transform rot: 3.141592653589793 rad @@ -230170,7 +234446,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Крио перма - - uid: 32348 + - uid: 32953 components: - type: Transform pos: 78.5,3.5 @@ -230180,7 +234456,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Комната казни - - uid: 32349 + - uid: 32954 components: - type: Transform rot: -1.5707963267948966 rad @@ -230191,7 +234467,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Карцер смертников - - uid: 32350 + - uid: 32955 components: - type: Transform rot: -1.5707963267948966 rad @@ -230202,7 +234478,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Эвакуационный под Брига - - uid: 32351 + - uid: 32956 components: - type: Transform rot: 3.141592653589793 rad @@ -230213,7 +234489,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: 'Вспомогательный склад ' - - uid: 32352 + - uid: 32957 components: - type: Transform rot: -1.5707963267948966 rad @@ -230224,7 +234500,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор перед раздевалкой пермы - - uid: 32353 + - uid: 32958 components: - type: Transform rot: -1.5707963267948966 rad @@ -230235,7 +234511,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Коридор перма - - uid: 32354 + - uid: 32959 components: - type: Transform rot: 1.5707963267948966 rad @@ -230246,7 +234522,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Перма - - uid: 32355 + - uid: 32960 components: - type: Transform rot: -1.5707963267948966 rad @@ -230257,7 +234533,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Генпоп столовая - - uid: 32356 + - uid: 32961 components: - type: Transform rot: 1.5707963267948966 rad @@ -230268,7 +234544,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Генпоп главная зона - - uid: 32357 + - uid: 32962 components: - type: Transform rot: 3.141592653589793 rad @@ -230281,7 +234557,7 @@ entities: id: Генпоп спальня - proto: SurveillanceCameraService entities: - - uid: 32358 + - uid: 32963 components: - type: Transform rot: 3.141592653589793 rad @@ -230292,7 +234568,7 @@ entities: - SurveillanceCameraService nameSet: True id: Сад - - uid: 32359 + - uid: 32964 components: - type: Transform rot: -1.5707963267948966 rad @@ -230300,7 +234576,7 @@ entities: parent: 2 - type: SurveillanceCamera id: Кухня - - uid: 32360 + - uid: 32965 components: - type: Transform rot: -1.5707963267948966 rad @@ -230308,14 +234584,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Бармен - - uid: 32361 + - uid: 32966 components: - type: Transform pos: 35.5,-13.5 parent: 2 - type: SurveillanceCamera id: Театр - - uid: 32362 + - uid: 32967 components: - type: Transform rot: 3.141592653589793 rad @@ -230326,7 +234602,7 @@ entities: - SurveillanceCameraService nameSet: True id: Игровая - - uid: 32363 + - uid: 32968 components: - type: Transform pos: 28.5,-76.5 @@ -230336,7 +234612,7 @@ entities: - SurveillanceCameraService nameSet: True id: Репортёр - - uid: 32364 + - uid: 32969 components: - type: Transform rot: 1.5707963267948966 rad @@ -230347,7 +234623,7 @@ entities: - SurveillanceCameraService nameSet: True id: Ботаника - - uid: 32365 + - uid: 32970 components: - type: Transform rot: 1.5707963267948966 rad @@ -230358,7 +234634,7 @@ entities: - SurveillanceCameraService nameSet: True id: Зоотехник - - uid: 32366 + - uid: 32971 components: - type: Transform pos: 36.5,20.5 @@ -230368,7 +234644,7 @@ entities: - SurveillanceCameraService nameSet: True id: Биологическая лаборатория - - uid: 32367 + - uid: 32972 components: - type: Transform rot: 1.5707963267948966 rad @@ -230379,7 +234655,7 @@ entities: - SurveillanceCameraService nameSet: True id: Храм - - uid: 32368 + - uid: 32973 components: - type: Transform rot: 1.5707963267948966 rad @@ -230392,7 +234668,7 @@ entities: id: База уборщика - proto: SurveillanceCameraSupply entities: - - uid: 30575 + - uid: 32974 components: - type: Transform pos: -10.5,-103.5 @@ -230402,7 +234678,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Утилизаторская главный - - uid: 32369 + - uid: 32975 components: - type: Transform rot: 1.5707963267948966 rad @@ -230413,7 +234689,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Аванпост Утилизаторов - - uid: 32370 + - uid: 32976 components: - type: Transform rot: -1.5707963267948966 rad @@ -230424,7 +234700,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Левый рукав - - uid: 32371 + - uid: 32977 components: - type: Transform rot: -1.5707963267948966 rad @@ -230435,7 +234711,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Почтовое отделение - - uid: 32372 + - uid: 32978 components: - type: Transform rot: -1.5707963267948966 rad @@ -230446,7 +234722,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Переработка руды - - uid: 32373 + - uid: 32979 components: - type: Transform rot: 1.5707963267948966 rad @@ -230457,7 +234733,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Приёмная карго - - uid: 32374 + - uid: 32980 components: - type: Transform pos: 1.5,-91.5 @@ -230467,7 +234743,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Склад карго - - uid: 32375 + - uid: 32981 components: - type: Transform rot: 1.5707963267948966 rad @@ -230478,7 +234754,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Доки карго - - uid: 32376 + - uid: 32982 components: - type: Transform rot: 1.5707963267948966 rad @@ -230489,13 +234765,13 @@ entities: - SurveillanceCameraSupply nameSet: True id: Зал Карго - - uid: 32377 + - uid: 32983 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-102.5 parent: 2 - - uid: 32378 + - uid: 32984 components: - type: Transform rot: -1.5707963267948966 rad @@ -230506,7 +234782,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Карго Холл - - uid: 40648 + - uid: 32985 components: - type: Transform rot: 3.141592653589793 rad @@ -230517,7 +234793,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: Утилизация платформа - - uid: 40649 + - uid: 32986 components: - type: Transform pos: -7.5,-100.5 @@ -230527,16 +234803,37 @@ entities: - SurveillanceCameraSupply nameSet: True id: Утилизация скафандры + - uid: 32987 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: ҨҘ҂ҖҤҨ҂Ҫ + - uid: 32988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: ҤҖ҂ҨҪҤҘ - proto: SurveillanceCameraWirelessRouterEntertainment entities: - - uid: 32379 + - uid: 32989 components: - type: Transform pos: 102.5,-67.5 parent: 2 - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: - - uid: 32380 + - uid: 32990 components: - type: Transform pos: 76.5,-54.5 @@ -230546,7 +234843,7 @@ entities: - SurveillanceCameraEntertainment nameSet: True id: Побег теслы - - uid: 32381 + - uid: 32991 components: - type: Transform pos: 25.5,-73.5 @@ -230558,13 +234855,13 @@ entities: id: Новости - proto: SurveillanceWirelessCameraMovableEntertainment entities: - - uid: 32382 + - uid: 32992 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-73.5 parent: 2 - - uid: 32383 + - uid: 32993 components: - type: Transform pos: 37.5,-6.5 @@ -230574,7 +234871,7 @@ entities: - SurveillanceCameraEntertainment nameSet: True id: Театр - - uid: 32384 + - uid: 32994 components: - type: Transform rot: 3.141592653589793 rad @@ -230585,7 +234882,7 @@ entities: - SurveillanceCameraEntertainment nameSet: True id: Зал суда - - uid: 32385 + - uid: 32995 components: - type: Transform rot: -1.5707963267948966 rad @@ -230598,54 +234895,47 @@ entities: id: Ринг - type: Pullable prevFixedRotation: True -- proto: SurvivalKnife - entities: - - uid: 32386 - components: - - type: Transform - pos: -3.5,-59.5 - parent: 2 - proto: Syringe entities: - - uid: 32387 + - uid: 32996 components: - type: Transform pos: -55.485992,-68.42716 parent: 2 - - uid: 32388 + - uid: 32997 components: - type: Transform pos: -76.54486,-8.279388 parent: 2 - proto: SyringeBicaridine entities: - - uid: 2569 + - uid: 2599 components: - type: Transform - parent: 2563 + parent: 2593 - type: Physics canCollide: False - - uid: 2576 + - uid: 2606 components: - type: Transform - parent: 2570 + parent: 2600 - type: Physics canCollide: False - - uid: 2583 + - uid: 2613 components: - type: Transform - parent: 2577 + parent: 2607 - type: Physics canCollide: False - proto: SyringeEphedrine entities: - - uid: 27223 + - uid: 28046 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - - uid: 32389 + - uid: 32998 components: - type: Transform rot: 1.5707963267948966 rad @@ -230661,30 +234951,30 @@ entities: canCollide: False - proto: SyringeInaprovaline entities: - - uid: 999 + - uid: 1006 components: - type: Transform - parent: 993 + parent: 1000 - type: Physics canCollide: False - - uid: 1007 + - uid: 1014 components: - type: Transform - parent: 1001 + parent: 1008 - type: Physics canCollide: False - - uid: 1015 + - uid: 1022 components: - type: Transform - parent: 1009 + parent: 1016 - type: Physics canCollide: False - - uid: 32390 + - uid: 32999 components: - type: Transform pos: -45.469284,-10.626675 parent: 2 - - uid: 32391 + - uid: 33000 components: - type: Transform rot: 3.141592653589793 rad @@ -230692,1876 +234982,1833 @@ entities: parent: 2 - proto: SyringePhalanximine entities: - - uid: 32392 + - uid: 33001 components: - type: Transform pos: 36.50634,22.61851 parent: 2 - proto: SyringeSaline entities: - - uid: 1000 + - uid: 1007 components: - type: Transform - parent: 993 + parent: 1000 - type: Physics canCollide: False - - uid: 1008 + - uid: 1015 components: - type: Transform - parent: 1001 + parent: 1008 - type: Physics canCollide: False - - uid: 1016 + - uid: 1023 components: - type: Transform - parent: 1009 + parent: 1016 - type: Physics canCollide: False - - uid: 27224 + - uid: 28047 components: - type: Transform - parent: 27218 + parent: 28041 - type: Physics canCollide: False - proto: Table entities: - - uid: 32393 + - uid: 33002 components: - type: Transform pos: -87.5,-7.5 parent: 2 - - uid: 32394 + - uid: 33003 components: - type: Transform pos: -87.5,-8.5 parent: 2 - - uid: 32395 + - uid: 33004 components: - type: Transform pos: 44.5,4.5 parent: 2 - - uid: 32396 + - uid: 33005 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,7.5 parent: 2 - - uid: 32397 + - uid: 33006 components: - type: Transform pos: 51.5,7.5 parent: 2 - - uid: 32398 + - uid: 33007 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,6.5 parent: 2 - - uid: 32399 + - uid: 33008 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,5.5 parent: 2 - - uid: 32400 + - uid: 33009 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,7.5 parent: 2 - - uid: 32401 + - uid: 33010 components: - type: Transform pos: 52.5,7.5 parent: 2 - - uid: 32402 + - uid: 33011 components: - type: Transform pos: 87.5,-51.5 parent: 2 - - uid: 32403 + - uid: 33012 components: - type: Transform pos: -6.5,-78.5 parent: 2 - - uid: 32404 + - uid: 33013 components: - type: Transform pos: -72.5,3.5 parent: 2 - - uid: 32405 + - uid: 33014 components: - type: Transform rot: 3.141592653589793 rad pos: 108.5,-22.5 parent: 2 - - uid: 32406 + - uid: 33015 components: - type: Transform pos: 105.5,-48.5 parent: 2 - - uid: 32407 + - uid: 33016 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-84.5 parent: 2 - - uid: 32408 + - uid: 33017 components: - type: Transform pos: -74.5,0.5 parent: 2 - - uid: 32409 + - uid: 33018 components: - type: Transform pos: -72.5,2.5 parent: 2 - - uid: 32410 + - uid: 33019 components: - type: Transform pos: 87.5,-52.5 parent: 2 - - uid: 32411 + - uid: 33020 components: - type: Transform pos: 78.5,4.5 parent: 2 - - uid: 32412 + - uid: 33021 components: - type: Transform pos: 32.5,42.5 parent: 2 - - uid: 32413 + - uid: 33022 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-83.5 parent: 2 - - uid: 32414 + - uid: 33023 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-82.5 parent: 2 - - uid: 32415 + - uid: 33024 components: - type: Transform pos: 84.5,-55.5 parent: 2 - - uid: 32416 + - uid: 33025 components: - type: Transform pos: 86.5,-55.5 parent: 2 - - uid: 32417 + - uid: 33026 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-77.5 parent: 2 - - uid: 32418 + - uid: 33027 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-24.5 parent: 2 - - uid: 32419 + - uid: 33028 components: - type: Transform pos: 56.5,-0.5 parent: 2 - - uid: 32420 + - uid: 33029 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-17.5 parent: 2 - - uid: 32421 + - uid: 33030 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-25.5 parent: 2 - - uid: 32422 + - uid: 33031 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-22.5 parent: 2 - - uid: 32423 + - uid: 33032 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-15.5 parent: 2 - - uid: 32424 + - uid: 33033 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-5.5 parent: 2 - - uid: 32425 + - uid: 33034 components: - type: Transform pos: 46.5,-1.5 parent: 2 - - uid: 32426 + - uid: 33035 components: - type: Transform pos: 46.5,-2.5 parent: 2 - - uid: 32427 + - uid: 33036 components: - type: Transform pos: 47.5,-1.5 parent: 2 - - uid: 32428 + - uid: 33037 components: - type: Transform pos: 48.5,-1.5 parent: 2 - - uid: 32429 + - uid: 33038 components: - type: Transform pos: 56.5,-1.5 parent: 2 - - uid: 32430 + - uid: 33039 components: - type: Transform pos: -96.5,-10.5 parent: 2 - - uid: 32431 + - uid: 33040 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-17.5 parent: 2 - - uid: 32432 + - uid: 33041 components: - type: Transform pos: 53.5,21.5 parent: 2 - - uid: 32433 + - uid: 33042 components: - type: Transform pos: -10.5,13.5 parent: 2 - - uid: 32434 + - uid: 33043 components: - type: Transform pos: 42.5,-11.5 parent: 2 - - uid: 32435 + - uid: 33044 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-2.5 parent: 2 - - uid: 32436 + - uid: 33045 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-10.5 parent: 2 - - uid: 32437 + - uid: 33046 components: - type: Transform pos: 62.5,-1.5 parent: 2 - - uid: 32438 + - uid: 33047 components: - type: Transform pos: 55.5,-0.5 parent: 2 - - uid: 32439 + - uid: 33048 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-3.5 parent: 2 - - uid: 32440 + - uid: 33049 components: - type: Transform pos: 52.5,-1.5 parent: 2 - - uid: 32441 + - uid: 33050 components: - type: Transform pos: 62.5,-2.5 parent: 2 - - uid: 32442 + - uid: 33051 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,15.5 parent: 2 - - uid: 32443 + - uid: 33052 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,15.5 parent: 2 - - uid: 32444 + - uid: 33053 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,15.5 parent: 2 - - uid: 32445 + - uid: 33054 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,14.5 parent: 2 - - uid: 32446 + - uid: 33055 components: - type: Transform pos: 56.5,-2.5 parent: 2 - - uid: 32447 + - uid: 33056 components: - type: Transform pos: 62.5,-5.5 parent: 2 - - uid: 32448 + - uid: 33057 components: - type: Transform pos: 55.5,-2.5 parent: 2 - - uid: 32449 + - uid: 33058 components: - type: Transform pos: 55.5,-4.5 parent: 2 - - uid: 32450 + - uid: 33059 components: - type: Transform pos: 55.5,-5.5 parent: 2 - - uid: 32451 + - uid: 33060 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-22.5 parent: 2 - - uid: 32452 + - uid: 33061 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-26.5 parent: 2 - - uid: 32453 + - uid: 33062 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-26.5 parent: 2 - - uid: 32454 + - uid: 33063 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-26.5 parent: 2 - - uid: 32455 + - uid: 33064 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,1.5 parent: 2 - - uid: 32456 + - uid: 33065 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-9.5 parent: 2 - - uid: 32457 + - uid: 33066 components: - type: Transform pos: -44.5,-19.5 parent: 2 - - uid: 32458 + - uid: 33067 components: - type: Transform pos: 37.5,-23.5 parent: 2 - - uid: 32459 + - uid: 33068 components: - type: Transform pos: 56.5,-7.5 parent: 2 - - uid: 32460 + - uid: 33069 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-20.5 parent: 2 - - uid: 32461 + - uid: 33070 components: - type: Transform pos: -49.5,-23.5 parent: 2 - - uid: 32462 + - uid: 33071 components: - type: Transform pos: 77.5,0.5 parent: 2 - - uid: 32463 + - uid: 33072 components: - type: Transform pos: 81.5,0.5 parent: 2 - - uid: 32464 + - uid: 33073 components: - type: Transform pos: 85.5,0.5 parent: 2 - - uid: 32465 + - uid: 33074 components: - type: Transform pos: 85.5,-9.5 parent: 2 - - uid: 32466 + - uid: 33075 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-3.5 parent: 2 - - uid: 32467 + - uid: 33076 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-2.5 parent: 2 - - uid: 32468 + - uid: 33077 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-34.5 parent: 2 - - uid: 32469 + - uid: 33078 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-34.5 parent: 2 - - uid: 32470 + - uid: 33079 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-30.5 parent: 2 - - uid: 32471 + - uid: 33080 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-31.5 parent: 2 - - uid: 32472 + - uid: 33081 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-32.5 parent: 2 - - uid: 32473 + - uid: 33082 components: - type: Transform pos: -66.5,-76.5 parent: 2 - - uid: 32474 + - uid: 33083 components: - type: Transform pos: -45.5,-10.5 parent: 2 - - uid: 32475 + - uid: 33084 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-34.5 parent: 2 - - uid: 32476 + - uid: 33085 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.5,-58.5 parent: 2 - - uid: 32477 + - uid: 33086 components: - type: Transform pos: 32.5,11.5 parent: 2 - - uid: 32478 + - uid: 33087 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-33.5 parent: 2 - - uid: 32479 + - uid: 33088 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-27.5 parent: 2 - - uid: 32480 + - uid: 33089 components: - type: Transform pos: 26.5,5.5 parent: 2 - - uid: 32481 + - uid: 33090 components: - type: Transform pos: -66.5,-75.5 parent: 2 - - uid: 32482 + - uid: 33091 components: - type: Transform pos: -63.5,-72.5 parent: 2 - - uid: 32483 + - uid: 33092 components: - type: Transform pos: -45.5,-11.5 parent: 2 - - uid: 32484 + - uid: 33093 components: - type: Transform pos: 32.5,10.5 parent: 2 - - uid: 32485 + - uid: 33094 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-13.5 parent: 2 - - uid: 32486 + - uid: 33095 components: - type: Transform pos: -62.5,-71.5 parent: 2 - - uid: 32487 + - uid: 33096 components: - type: Transform pos: -62.5,-72.5 parent: 2 - - uid: 32488 + - uid: 33097 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-49.5 parent: 2 - - uid: 32489 + - uid: 33098 components: - type: Transform pos: 74.5,-50.5 parent: 2 - - uid: 32490 + - uid: 33099 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-27.5 parent: 2 - - uid: 32491 + - uid: 33100 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-47.5 parent: 2 - - uid: 32492 + - uid: 33101 components: - type: Transform pos: 92.5,-48.5 parent: 2 - - uid: 32493 + - uid: 33102 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-37.5 parent: 2 - - uid: 32494 + - uid: 33103 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-47.5 parent: 2 - - uid: 32495 + - uid: 33104 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-48.5 parent: 2 - - uid: 32496 + - uid: 33105 components: - type: Transform pos: -3.5,7.5 parent: 2 - - uid: 32497 + - uid: 33106 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,1.5 parent: 2 - - uid: 32498 + - uid: 33107 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,-30.5 parent: 2 - - uid: 32499 + - uid: 33108 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-0.5 parent: 2 - - uid: 32500 + - uid: 33109 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,1.5 parent: 2 - - uid: 32501 + - uid: 33110 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-53.5 parent: 2 - - uid: 32502 + - uid: 33111 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-52.5 parent: 2 - - uid: 32503 + - uid: 33112 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-54.5 parent: 2 - - uid: 32504 + - uid: 33113 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-51.5 parent: 2 - - uid: 32505 + - uid: 33114 components: - type: Transform pos: -5.5,2.5 parent: 2 - - uid: 32506 + - uid: 33115 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-82.5 parent: 2 - - uid: 32507 + - uid: 33116 components: - type: Transform pos: 9.5,-83.5 parent: 2 - - uid: 32508 + - uid: 33117 components: - type: Transform pos: -1.5,-79.5 parent: 2 - - uid: 32509 + - uid: 33118 components: - type: Transform pos: -8.5,-77.5 parent: 2 - - uid: 32510 + - uid: 33119 components: - type: Transform pos: -41.5,-47.5 parent: 2 - - uid: 32511 + - uid: 33120 components: - type: Transform pos: -65.5,-39.5 parent: 2 - - uid: 32512 + - uid: 33121 components: - type: Transform pos: -65.5,-38.5 parent: 2 - - uid: 32513 + - uid: 33122 components: - type: Transform pos: -68.5,-39.5 parent: 2 - - uid: 32514 + - uid: 33123 components: - type: Transform pos: -46.5,4.5 parent: 2 - - uid: 32515 + - uid: 33124 components: - type: Transform pos: -7.5,6.5 parent: 2 - - uid: 32516 + - uid: 33125 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,19.5 parent: 2 - - uid: 32517 + - uid: 33126 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,19.5 parent: 2 - - uid: 32518 + - uid: 33127 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,19.5 parent: 2 - - uid: 32519 + - uid: 33128 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,19.5 parent: 2 - - uid: 32520 + - uid: 33129 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,19.5 parent: 2 - - uid: 32521 + - uid: 33130 components: - type: Transform pos: 17.5,5.5 parent: 2 - - uid: 32522 + - uid: 33131 components: - type: Transform pos: 16.5,5.5 parent: 2 - - uid: 32523 + - uid: 33132 components: - type: Transform pos: -66.5,-40.5 parent: 2 - - uid: 32524 + - uid: 33133 components: - type: Transform pos: -34.5,-40.5 parent: 2 - - uid: 32525 + - uid: 33134 components: - type: Transform pos: -48.5,-18.5 parent: 2 - - uid: 32526 + - uid: 33135 components: - type: Transform pos: -49.5,-18.5 parent: 2 - - uid: 32527 + - uid: 33136 components: - type: Transform pos: -49.5,-19.5 parent: 2 - - uid: 32528 + - uid: 33137 components: - type: Transform pos: -49.5,-20.5 parent: 2 - - uid: 32529 + - uid: 33138 components: - type: Transform pos: -49.5,-24.5 parent: 2 - - uid: 32530 + - uid: 33139 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-25.5 parent: 2 - - uid: 32531 + - uid: 33140 components: - type: Transform pos: -45.5,4.5 parent: 2 - - uid: 32532 + - uid: 33141 components: - type: Transform pos: -38.5,-5.5 parent: 2 - - uid: 32533 + - uid: 33142 components: - type: Transform pos: -37.5,-5.5 parent: 2 - - uid: 32534 + - uid: 33143 components: - type: Transform pos: -44.5,4.5 parent: 2 - - uid: 32535 + - uid: 33144 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-42.5 parent: 2 - - uid: 32536 + - uid: 33145 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-41.5 parent: 2 - - uid: 32537 + - uid: 33146 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-6.5 parent: 2 - - uid: 32538 + - uid: 33147 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-2.5 parent: 2 - - uid: 32539 + - uid: 33148 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,0.5 parent: 2 - - uid: 32540 + - uid: 33149 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-3.5 parent: 2 - - uid: 32541 + - uid: 33150 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-15.5 parent: 2 - - uid: 32542 + - uid: 33151 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-15.5 parent: 2 - - uid: 32543 + - uid: 33152 components: - type: Transform pos: 61.5,-38.5 parent: 2 - - uid: 32544 + - uid: 33153 components: - type: Transform pos: 61.5,-37.5 parent: 2 - - uid: 32545 + - uid: 33154 components: - type: Transform pos: 76.5,-29.5 parent: 2 - - uid: 32546 + - uid: 33155 components: - type: Transform pos: 73.5,-26.5 parent: 2 - - uid: 32547 + - uid: 33156 components: - type: Transform pos: 74.5,-26.5 parent: 2 - - uid: 32548 + - uid: 33157 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-29.5 parent: 2 - - uid: 32549 + - uid: 33158 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-26.5 parent: 2 - - uid: 32550 + - uid: 33159 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-27.5 parent: 2 - - uid: 32551 + - uid: 33160 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-28.5 parent: 2 - - uid: 32552 + - uid: 33161 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-29.5 parent: 2 - - uid: 32553 + - uid: 33162 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-24.5 parent: 2 - - uid: 32554 + - uid: 33163 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-24.5 parent: 2 - - uid: 32555 + - uid: 33164 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-24.5 parent: 2 - - uid: 32556 + - uid: 33165 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-25.5 parent: 2 - - uid: 32557 + - uid: 33166 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-28.5 parent: 2 - - uid: 32558 + - uid: 33167 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-29.5 parent: 2 - - uid: 32559 + - uid: 33168 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-29.5 parent: 2 - - uid: 32560 + - uid: 33169 components: - type: Transform pos: 50.5,-52.5 parent: 2 - - uid: 32561 + - uid: 33170 components: - type: Transform pos: 51.5,-52.5 parent: 2 - - uid: 32562 + - uid: 33171 components: - type: Transform pos: 51.5,-53.5 parent: 2 - - uid: 32563 + - uid: 33172 components: - type: Transform pos: 51.5,-51.5 parent: 2 - - uid: 32564 + - uid: 33173 components: - type: Transform pos: 50.5,-53.5 parent: 2 - - uid: 32565 + - uid: 33174 components: - type: Transform pos: 50.5,-51.5 parent: 2 - - uid: 32566 + - uid: 33175 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-84.5 parent: 2 - - uid: 32567 + - uid: 33176 components: - type: Transform pos: 9.5,-84.5 parent: 2 - - uid: 32568 + - uid: 33177 components: - type: Transform pos: 11.5,-78.5 parent: 2 - - uid: 32569 + - uid: 33178 components: - type: Transform pos: 12.5,-78.5 parent: 2 - - uid: 32570 + - uid: 33179 components: - type: Transform pos: 12.5,-79.5 parent: 2 - - uid: 32571 + - uid: 33180 components: - type: Transform pos: 12.5,-80.5 parent: 2 - - uid: 32572 + - uid: 33181 components: - type: Transform pos: 7.5,-86.5 parent: 2 - - uid: 32573 + - uid: 33182 components: - type: Transform pos: 8.5,-86.5 parent: 2 - - uid: 32574 + - uid: 33183 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-89.5 parent: 2 - - uid: 32575 + - uid: 33184 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-88.5 parent: 2 - - uid: 32576 + - uid: 33185 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-84.5 parent: 2 - - uid: 32577 + - uid: 33186 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-83.5 parent: 2 - - uid: 32578 + - uid: 33187 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-84.5 parent: 2 - - uid: 32579 + - uid: 33188 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-81.5 parent: 2 - - uid: 32580 + - uid: 33189 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-81.5 parent: 2 - - uid: 32581 + - uid: 33190 components: - type: Transform pos: -66.5,-45.5 parent: 2 - - uid: 32582 + - uid: 33191 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-53.5 parent: 2 - - uid: 32583 + - uid: 33192 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-51.5 parent: 2 - - uid: 32584 + - uid: 33193 components: - type: Transform pos: 53.5,-84.5 parent: 2 - - uid: 32585 + - uid: 33194 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-54.5 parent: 2 - - uid: 32586 + - uid: 33195 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-87.5 parent: 2 - - uid: 32587 + - uid: 33196 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-83.5 parent: 2 - - uid: 32588 + - uid: 33197 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-84.5 parent: 2 - - uid: 32589 + - uid: 33198 components: - type: Transform pos: 87.5,-38.5 parent: 2 - - uid: 32590 + - uid: 33199 components: - type: Transform rot: -1.5707963267948966 rad pos: 94.5,-42.5 parent: 2 - - uid: 32591 + - uid: 33200 components: - type: Transform rot: -1.5707963267948966 rad pos: 95.5,-42.5 parent: 2 - - uid: 32592 + - uid: 33201 components: - type: Transform rot: -1.5707963267948966 rad pos: 94.5,-20.5 parent: 2 - - uid: 32593 + - uid: 33202 components: - type: Transform rot: -1.5707963267948966 rad pos: 95.5,-20.5 parent: 2 - - uid: 32594 + - uid: 33203 components: - type: Transform pos: 87.5,-24.5 parent: 2 - - uid: 32595 + - uid: 33204 components: - type: Transform pos: -28.5,-78.5 parent: 2 - - uid: 32596 + - uid: 33205 components: - type: Transform pos: -27.5,-78.5 parent: 2 - - uid: 32597 + - uid: 33206 components: - type: Transform pos: -27.5,-77.5 parent: 2 - - uid: 32598 + - uid: 33207 components: - type: Transform pos: -27.5,-76.5 parent: 2 - - uid: 32599 + - uid: 33208 components: - type: Transform pos: -36.5,-45.5 parent: 2 - - uid: 32600 + - uid: 33209 components: - type: Transform pos: -2.5,-90.5 parent: 2 - - uid: 32601 + - uid: 33210 components: - type: Transform pos: -47.5,-80.5 parent: 2 - - uid: 32602 + - uid: 33211 components: - type: Transform pos: -39.5,-61.5 parent: 2 - - uid: 32603 + - uid: 33212 components: - type: Transform pos: -40.5,-61.5 parent: 2 - - uid: 32604 + - uid: 33213 components: - type: Transform pos: -40.5,-62.5 parent: 2 - - uid: 32605 + - uid: 33214 components: - type: Transform pos: 50.5,-46.5 parent: 2 - - uid: 32606 + - uid: 33215 components: - type: Transform pos: 51.5,-46.5 parent: 2 - - uid: 32607 + - uid: 33216 components: - type: Transform pos: 51.5,-47.5 parent: 2 - - uid: 32608 + - uid: 33217 components: - type: Transform pos: 46.5,-48.5 parent: 2 - - uid: 32609 + - uid: 33218 components: - type: Transform pos: 39.5,-52.5 parent: 2 - - uid: 32610 + - uid: 33219 components: - type: Transform pos: 38.5,-52.5 parent: 2 - - uid: 32611 + - uid: 33220 components: - type: Transform pos: -66.5,-74.5 parent: 2 - - uid: 32612 + - uid: 33221 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-71.5 parent: 2 - - uid: 32613 + - uid: 33222 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-71.5 parent: 2 - type: Label - - uid: 32614 + - uid: 33223 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-71.5 parent: 2 - type: Label - - uid: 32615 + - uid: 33224 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-63.5 parent: 2 - - uid: 32616 + - uid: 33225 components: - type: Transform pos: -40.5,-65.5 parent: 2 - - uid: 32617 + - uid: 33226 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-42.5 parent: 2 - - uid: 32618 + - uid: 33227 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-50.5 parent: 2 - - uid: 32619 + - uid: 33228 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-64.5 parent: 2 - - uid: 32620 + - uid: 33229 components: - type: Transform pos: -37.5,-93.5 parent: 2 - - uid: 32621 + - uid: 33230 components: - type: Transform pos: -23.5,10.5 parent: 2 - - uid: 32622 + - uid: 33231 components: - type: Transform pos: -24.5,10.5 parent: 2 - - uid: 32623 + - uid: 33232 components: - type: Transform pos: -24.5,11.5 parent: 2 - - uid: 32624 + - uid: 33233 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-31.5 parent: 2 - - uid: 32625 + - uid: 33234 components: - type: Transform pos: 17.5,-103.5 parent: 2 - - uid: 32626 + - uid: 33235 components: - type: Transform pos: 16.5,-103.5 parent: 2 - - uid: 32627 + - uid: 33236 components: - type: Transform pos: 15.5,-103.5 parent: 2 - - uid: 32628 + - uid: 33237 components: - type: Transform pos: 5.5,-102.5 parent: 2 - - uid: 32629 + - uid: 33238 components: - type: Transform pos: 5.5,-103.5 parent: 2 - - uid: 32630 + - uid: 33239 components: - type: Transform pos: 6.5,-103.5 parent: 2 - - uid: 32631 + - uid: 33240 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,13.5 parent: 2 - - uid: 32632 + - uid: 33241 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,12.5 parent: 2 - - uid: 32633 + - uid: 33242 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,13.5 parent: 2 - - uid: 32634 + - uid: 33243 components: - type: Transform pos: 24.5,-81.5 parent: 2 - - uid: 32635 + - uid: 33244 components: - type: Transform pos: 28.5,-81.5 parent: 2 - - uid: 32636 + - uid: 33245 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-34.5 parent: 2 - - uid: 32637 + - uid: 33246 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-52.5 parent: 2 - - uid: 32638 + - uid: 33247 components: - type: Transform pos: -53.5,-29.5 parent: 2 - - uid: 32639 + - uid: 33248 components: - type: Transform pos: -39.5,-57.5 parent: 2 - - uid: 32640 + - uid: 33249 components: - type: Transform pos: 81.5,-20.5 parent: 2 - - uid: 32641 + - uid: 33250 components: - type: Transform pos: 83.5,-42.5 parent: 2 - - uid: 32642 + - uid: 33251 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-10.5 parent: 2 - - uid: 32643 + - uid: 33252 components: - type: Transform pos: 74.5,-49.5 parent: 2 - - uid: 32644 + - uid: 33253 components: - type: Transform pos: 76.5,-50.5 parent: 2 - - uid: 32645 + - uid: 33254 components: - type: Transform pos: -63.5,-71.5 parent: 2 - - uid: 32646 + - uid: 33255 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-50.5 parent: 2 - - uid: 32647 + - uid: 33256 components: - type: Transform rot: 1.5707963267948966 rad pos: 106.5,-59.5 parent: 2 - - uid: 32648 + - uid: 33257 components: - type: Transform pos: 95.5,-48.5 parent: 2 - - uid: 32649 + - uid: 33258 components: - type: Transform pos: 96.5,-48.5 parent: 2 - - uid: 32650 + - uid: 33259 components: - type: Transform rot: 1.5707963267948966 rad pos: 104.5,-59.5 parent: 2 - - uid: 32651 + - uid: 33260 components: - type: Transform pos: 46.5,-47.5 parent: 2 - - uid: 32652 + - uid: 33261 components: - type: Transform pos: -34.5,-98.5 parent: 2 - - uid: 32653 + - uid: 33262 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-0.5 parent: 2 - - uid: 32654 + - uid: 33263 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-1.5 parent: 2 - - uid: 32655 + - uid: 33264 components: - type: Transform pos: -59.5,4.5 parent: 2 - - uid: 32656 + - uid: 33265 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-5.5 parent: 2 - - uid: 32657 + - uid: 33266 components: - type: Transform rot: 3.141592653589793 rad pos: -93.5,0.5 parent: 2 - - uid: 32658 + - uid: 33267 components: - type: Transform pos: -85.5,-1.5 parent: 2 - - uid: 32659 + - uid: 33268 components: - type: Transform pos: -81.5,3.5 parent: 2 - - uid: 32660 + - uid: 33269 components: - type: Transform pos: -81.5,2.5 parent: 2 - - uid: 32661 + - uid: 33270 components: - type: Transform pos: -86.5,-3.5 parent: 2 - - uid: 32662 + - uid: 33271 components: - type: Transform pos: -85.5,-3.5 parent: 2 - - uid: 32663 + - uid: 33272 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-49.5 parent: 2 - - uid: 32664 + - uid: 33273 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-50.5 parent: 2 - - uid: 32665 + - uid: 33274 components: - type: Transform pos: -26.5,-92.5 parent: 2 - - uid: 32666 + - uid: 33275 components: - type: Transform pos: -26.5,-93.5 parent: 2 - - uid: 32667 + - uid: 33276 components: - type: Transform pos: -26.5,-94.5 parent: 2 - - uid: 32668 + - uid: 33277 components: - type: Transform pos: 85.5,-55.5 parent: 2 - - uid: 32669 + - uid: 33278 components: - type: Transform pos: -37.5,-4.5 parent: 2 - - uid: 32670 + - uid: 33279 components: - type: Transform pos: -61.5,-50.5 parent: 2 - - uid: 32671 + - uid: 33280 components: - type: Transform pos: -37.5,-3.5 parent: 2 - - uid: 32672 + - uid: 33281 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-33.5 parent: 2 - - uid: 32673 + - uid: 33282 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-32.5 parent: 2 - - uid: 32674 + - uid: 33283 components: - type: Transform pos: 45.5,-7.5 parent: 2 - - uid: 32675 + - uid: 33284 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-72.5 parent: 2 - - uid: 32676 + - uid: 33285 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-71.5 parent: 2 - - uid: 32677 + - uid: 33286 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-3.5 parent: 2 - - uid: 32678 + - uid: 33287 components: - type: Transform pos: 52.5,23.5 parent: 2 - - uid: 32679 + - uid: 33288 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,22.5 parent: 2 - - uid: 32680 + - uid: 33289 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,23.5 parent: 2 - - uid: 32681 + - uid: 33290 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-11.5 parent: 2 - - uid: 32682 + - uid: 33291 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-7.5 parent: 2 - - uid: 32683 + - uid: 33292 components: - type: Transform pos: 51.5,-9.5 parent: 2 - - uid: 32684 + - uid: 33293 components: - type: Transform pos: 51.5,-10.5 parent: 2 - - uid: 32685 + - uid: 33294 components: - type: Transform pos: 52.5,-9.5 parent: 2 - - uid: 32686 + - uid: 33295 components: - type: Transform pos: 53.5,-8.5 parent: 2 - - uid: 32687 + - uid: 33296 components: - type: Transform pos: 53.5,-9.5 parent: 2 - - uid: 32688 + - uid: 33297 components: - type: Transform pos: -9.5,13.5 parent: 2 - - uid: 32689 + - uid: 33298 components: - type: Transform pos: 86.5,-50.5 parent: 2 - - uid: 32690 + - uid: 33299 components: - type: Transform pos: -72.5,4.5 parent: 2 - - uid: 32691 + - uid: 33300 components: - type: Transform pos: -71.5,-2.5 parent: 2 - - uid: 32692 + - uid: 33301 components: - type: Transform pos: 86.5,-49.5 parent: 2 - - uid: 32693 + - uid: 33302 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 2 - - uid: 32694 + - uid: 33303 components: - type: Transform rot: 3.141592653589793 rad pos: 109.5,-22.5 parent: 2 - - uid: 32695 + - uid: 33304 components: - type: Transform pos: 4.5,-4.5 parent: 2 - - uid: 32696 + - uid: 33305 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,25.5 parent: 2 - - uid: 32697 + - uid: 33306 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,23.5 parent: 2 - - uid: 32698 + - uid: 33307 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-98.5 parent: 2 - - uid: 32699 + - uid: 33308 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-98.5 parent: 2 - - uid: 32700 + - uid: 33309 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-98.5 parent: 2 - - uid: 32701 + - uid: 33310 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-102.5 parent: 2 - - uid: 32702 + - uid: 33311 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,4.5 parent: 2 -- proto: TableBrass - entities: - - uid: 32703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-25.5 - parent: 2 - - uid: 32704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-24.5 - parent: 2 - - uid: 32705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-25.5 - parent: 2 - - uid: 32706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-24.5 - parent: 2 - - uid: 32707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-26.5 - parent: 2 - - uid: 32708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-26.5 - parent: 2 - - uid: 32709 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - proto: TableCarpet entities: - - uid: 32710 + - uid: 33312 components: - type: Transform pos: -28.5,12.5 parent: 2 - - uid: 32711 + - uid: 33313 components: - type: Transform pos: -28.5,13.5 parent: 2 - - uid: 32712 + - uid: 33314 components: - type: Transform pos: -30.5,12.5 parent: 2 - - uid: 32713 + - uid: 33315 components: - type: Transform pos: -30.5,13.5 parent: 2 - - uid: 32714 + - uid: 33316 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-72.5 parent: 2 - - uid: 32715 + - uid: 33317 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-72.5 parent: 2 - - uid: 32716 + - uid: 33318 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-74.5 parent: 2 - - uid: 32717 + - uid: 33319 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-75.5 parent: 2 - - uid: 32718 + - uid: 33320 components: - type: Transform pos: 24.5,7.5 parent: 2 - - uid: 32719 + - uid: 33321 components: - type: Transform pos: 36.5,3.5 parent: 2 - - uid: 32720 + - uid: 33322 components: - type: Transform pos: 24.5,6.5 parent: 2 - - uid: 32721 + - uid: 33323 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,13.5 parent: 2 - - uid: 32722 + - uid: 33324 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,12.5 parent: 2 - - uid: 32723 + - uid: 33325 components: - type: Transform pos: -67.5,-9.5 parent: 2 - - uid: 32724 + - uid: 33326 components: - type: Transform pos: -66.5,-7.5 parent: 2 - - uid: 32725 + - uid: 33327 components: - type: Transform pos: -66.5,-8.5 parent: 2 - - uid: 32726 + - uid: 33328 components: - type: Transform pos: 36.5,5.5 parent: 2 - - uid: 32727 + - uid: 33329 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,15.5 parent: 2 - - uid: 32728 + - uid: 33330 components: - type: Transform rot: 3.141592653589793 rad @@ -232569,470 +236816,374 @@ entities: parent: 2 - proto: TableCounterMetal entities: - - uid: 32729 + - uid: 33331 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 33332 components: - type: Transform pos: 46.5,10.5 parent: 2 - - uid: 32730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-36.5 - parent: 2 - - uid: 32731 - components: - - type: Transform - pos: -12.5,-38.5 - parent: 2 - - uid: 32732 - components: - - type: Transform - pos: -11.5,-38.5 - parent: 2 - - uid: 32733 + - uid: 33333 components: - type: Transform pos: -55.5,-83.5 parent: 2 - - uid: 32734 + - uid: 33334 components: - type: Transform pos: -21.5,-45.5 parent: 2 - - uid: 32735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-34.5 - parent: 2 - - uid: 32736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-34.5 - parent: 2 - - uid: 32737 + - uid: 33335 components: - type: Transform pos: -21.5,-44.5 parent: 2 - - uid: 32738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-35.5 - parent: 2 - - uid: 32739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-34.5 - parent: 2 - - uid: 32740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-35.5 - parent: 2 - - uid: 32741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-37.5 - parent: 2 - - uid: 32742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-37.5 - parent: 2 - - uid: 32743 + - uid: 33336 components: - type: Transform pos: -55.5,-82.5 parent: 2 - - uid: 32744 + - uid: 33337 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,4.5 parent: 2 - - uid: 32745 + - uid: 33338 components: - type: Transform pos: -0.5,-70.5 parent: 2 - - uid: 32746 + - uid: 33339 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-78.5 parent: 2 - - uid: 32747 + - uid: 33340 components: - type: Transform pos: -54.5,-68.5 parent: 2 - - uid: 32748 + - uid: 33341 components: - type: Transform pos: -55.5,-68.5 parent: 2 - - uid: 32749 + - uid: 33342 components: - type: Transform pos: -67.5,-78.5 parent: 2 - - uid: 32750 + - uid: 33343 components: - type: Transform pos: -66.5,-78.5 parent: 2 - - uid: 32751 + - uid: 33344 components: - type: Transform pos: -65.5,-78.5 parent: 2 + - uid: 33345 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 33346 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 - proto: TableCounterWood entities: - - uid: 32752 + - uid: 33347 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-2.5 parent: 2 - - uid: 32753 + - uid: 33348 components: - type: Transform pos: 28.5,1.5 parent: 2 - - uid: 32754 + - uid: 33349 components: - type: Transform pos: 28.5,2.5 parent: 2 - - uid: 32755 + - uid: 33350 components: - type: Transform pos: 28.5,3.5 parent: 2 - - uid: 32756 + - uid: 33351 components: - type: Transform pos: 28.5,4.5 parent: 2 - - uid: 32757 + - uid: 33352 components: - type: Transform pos: -23.5,-100.5 parent: 2 - - uid: 32758 + - uid: 33353 components: - type: Transform pos: -24.5,-100.5 parent: 2 - - uid: 32759 + - uid: 33354 components: - type: Transform pos: -20.5,-95.5 parent: 2 - - uid: 32760 + - uid: 33355 components: - type: Transform pos: -20.5,-94.5 parent: 2 - - uid: 32761 + - uid: 33356 components: - type: Transform pos: -20.5,-93.5 parent: 2 - - uid: 32762 + - uid: 33357 components: - type: Transform pos: -20.5,-92.5 parent: 2 - - uid: 32763 + - uid: 33358 components: - type: Transform pos: -19.5,-95.5 parent: 2 - - uid: 32764 + - uid: 33359 components: - type: Transform pos: -19.5,-94.5 parent: 2 - - uid: 32765 + - uid: 33360 components: - type: Transform pos: -19.5,-93.5 parent: 2 - - uid: 32766 + - uid: 33361 components: - type: Transform pos: -19.5,-92.5 parent: 2 - proto: TableFancyBlack entities: - - uid: 32767 + - uid: 33362 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-118.5 parent: 2 - - uid: 32768 + - uid: 33363 components: - type: Transform pos: -31.5,-118.5 parent: 2 - proto: TableFancyGreen entities: - - uid: 32769 + - uid: 33364 components: - type: Transform pos: -2.5,0.5 parent: 2 - - uid: 32770 + - uid: 33365 components: - type: Transform pos: -1.5,0.5 parent: 2 - proto: TableFancyOrange entities: - - uid: 32771 + - uid: 33366 components: - type: Transform pos: -8.5,18.5 parent: 2 - proto: TableFrame entities: - - uid: 32772 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 2 - - uid: 32773 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 2 - - uid: 32774 + - uid: 33367 components: - type: Transform pos: 46.5,20.5 parent: 2 - - uid: 32775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-30.5 - parent: 2 - - uid: 32776 + - uid: 33368 components: - type: Transform pos: -53.5,0.5 parent: 2 - - uid: 32777 + - uid: 33369 components: - type: Transform pos: -22.5,10.5 parent: 2 - - uid: 32778 + - uid: 33370 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-31.5 parent: 2 - - uid: 32779 + - uid: 33371 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-31.5 parent: 2 - - uid: 32780 + - uid: 33372 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-32.5 parent: 2 - - uid: 32781 + - uid: 33373 components: - type: Transform pos: -66.5,-9.5 parent: 2 - - uid: 32782 + - uid: 33374 components: - type: Transform pos: -57.5,-9.5 parent: 2 - - uid: 32783 + - uid: 33375 components: - type: Transform pos: 94.5,-48.5 parent: 2 - - uid: 32784 + - uid: 33376 components: - type: Transform pos: 93.5,-48.5 parent: 2 - - uid: 32785 + - uid: 33377 components: - type: Transform rot: 1.5707963267948966 rad pos: 105.5,-59.5 parent: 2 - - uid: 32786 + - uid: 33378 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-107.5 parent: 2 - - uid: 32787 + - uid: 33379 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-106.5 parent: 2 - - uid: 32788 + - uid: 33380 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-109.5 parent: 2 - - uid: 32789 + - uid: 33381 components: - type: Transform pos: -86.5,-1.5 parent: 2 - proto: TableGlass entities: - - uid: 32790 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 32791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 - parent: 2 - - uid: 32792 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 32793 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 2 - - uid: 32794 - components: - - type: Transform - pos: 8.5,-25.5 - parent: 2 - - uid: 32795 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 2 - - uid: 32796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-30.5 - parent: 2 - - uid: 32797 + - uid: 33382 components: - type: Transform pos: -59.5,-23.5 parent: 2 - - uid: 32798 + - uid: 33383 components: - type: Transform pos: 54.5,-11.5 parent: 2 - - uid: 32799 + - uid: 33384 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-21.5 parent: 2 - - uid: 32800 + - uid: 33385 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-69.5 parent: 2 - - uid: 32801 + - uid: 33386 components: - type: Transform pos: -20.5,-69.5 parent: 2 - - uid: 32802 + - uid: 33387 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-69.5 parent: 2 - - uid: 32803 + - uid: 33388 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-69.5 parent: 2 - - uid: 32804 + - uid: 33389 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-1.5 parent: 2 - - uid: 32805 + - uid: 33390 components: - type: Transform pos: 30.5,-68.5 parent: 2 - - uid: 32806 + - uid: 33391 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-4.5 parent: 2 - - uid: 32807 + - uid: 33392 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-54.5 parent: 2 - - uid: 32808 + - uid: 33393 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-54.5 parent: 2 - - uid: 32809 + - uid: 33394 components: - type: Transform pos: -39.5,-49.5 parent: 2 - - uid: 32810 + - uid: 33395 components: - type: Transform pos: -38.5,-49.5 parent: 2 - - uid: 32811 + - uid: 33396 components: - type: Transform pos: -38.5,-48.5 parent: 2 - - uid: 32812 + - uid: 33397 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-55.5 parent: 2 - - uid: 32813 + - uid: 33398 components: - type: Transform rot: -1.5707963267948966 rad @@ -233040,1222 +237191,1080 @@ entities: parent: 2 - proto: TablePlasmaGlass entities: - - uid: 32814 + - uid: 33399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-48.5 + parent: 2 + - uid: 33400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-44.5 + parent: 2 + - uid: 33401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-45.5 + parent: 2 + - uid: 33402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-49.5 + parent: 2 + - uid: 33403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-49.5 + parent: 2 + - uid: 33404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-49.5 + parent: 2 + - uid: 33405 components: - type: Transform pos: -42.5,-67.5 parent: 2 - - uid: 32815 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 32816 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 32817 - components: - - type: Transform - pos: 14.5,-36.5 - parent: 2 - - uid: 32818 - components: - - type: Transform - pos: 16.5,-36.5 - parent: 2 - - uid: 32819 - components: - - type: Transform - pos: 17.5,-36.5 - parent: 2 - - uid: 32820 - components: - - type: Transform - pos: 12.5,-36.5 - parent: 2 - - uid: 32821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-31.5 - parent: 2 - - uid: 32822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-30.5 - parent: 2 - - uid: 32823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-30.5 - parent: 2 - - uid: 32824 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 32825 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 2 - - uid: 32826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-30.5 - parent: 2 - - uid: 32827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-30.5 - parent: 2 - - uid: 32828 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - uid: 32829 - components: - - type: Transform - pos: 17.5,-35.5 - parent: 2 - - uid: 32830 + - uid: 33406 components: - type: Transform pos: -46.5,-84.5 parent: 2 - - uid: 32831 + - uid: 33407 components: - type: Transform pos: -46.5,-85.5 parent: 2 + - uid: 33408 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 - proto: TableReinforced entities: - - uid: 32832 + - uid: 33409 components: - type: Transform pos: 79.5,-52.5 parent: 2 - - uid: 32833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-49.5 - parent: 2 - - uid: 32834 + - uid: 33410 components: - type: Transform pos: -69.5,-15.5 parent: 2 - - uid: 32835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-55.5 - parent: 2 - - uid: 32836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-26.5 - parent: 2 - - uid: 32837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-26.5 - parent: 2 - - uid: 32838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-26.5 - parent: 2 - - uid: 32839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-27.5 - parent: 2 - - uid: 32840 + - uid: 33411 components: - type: Transform pos: 88.5,-10.5 parent: 2 - - uid: 32841 + - uid: 33412 components: - type: Transform pos: 83.5,-10.5 parent: 2 - - uid: 32842 + - uid: 33413 components: - type: Transform pos: 89.5,-9.5 parent: 2 - - uid: 32843 + - uid: 33414 components: - type: Transform pos: 89.5,-10.5 parent: 2 - - uid: 32844 + - uid: 33415 components: - type: Transform pos: -32.5,-95.5 parent: 2 - - uid: 32845 - components: - - type: Transform - pos: -11.5,-45.5 - parent: 2 - - uid: 32846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-36.5 - parent: 2 - - uid: 32847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-35.5 - parent: 2 - - uid: 32848 - components: - - type: Transform - pos: -10.5,-45.5 - parent: 2 - - uid: 32849 - components: - - type: Transform - pos: -11.5,-49.5 - parent: 2 - - uid: 32850 - components: - - type: Transform - pos: -10.5,-49.5 - parent: 2 - - uid: 32851 - components: - - type: Transform - pos: -7.5,-46.5 - parent: 2 - - uid: 32852 - components: - - type: Transform - pos: -8.5,-46.5 - parent: 2 - - uid: 32853 - components: - - type: Transform - pos: -9.5,-46.5 - parent: 2 - - uid: 32854 - components: - - type: Transform - pos: -9.5,-49.5 - parent: 2 - - uid: 32855 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - uid: 32856 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 - - uid: 32857 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 2 - - uid: 32858 + - uid: 33416 components: - type: Transform pos: -21.5,-41.5 parent: 2 - - uid: 32859 + - uid: 33417 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,8.5 parent: 2 - - uid: 32860 + - uid: 33418 components: - type: Transform pos: -70.5,-15.5 parent: 2 - - uid: 32861 + - uid: 33419 components: - type: Transform pos: -69.5,-18.5 parent: 2 - - uid: 32862 + - uid: 33420 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,8.5 parent: 2 - - uid: 32863 + - uid: 33421 components: - type: Transform pos: 54.5,-19.5 parent: 2 - - uid: 32864 + - uid: 33422 components: - type: Transform pos: 59.5,7.5 parent: 2 - - uid: 32865 + - uid: 33423 components: - type: Transform pos: 47.5,-5.5 parent: 2 - - uid: 32866 + - uid: 33424 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-49.5 parent: 2 - - uid: 32867 + - uid: 33425 components: - type: Transform pos: 61.5,8.5 parent: 2 - - uid: 32868 + - uid: 33426 components: - type: Transform pos: 60.5,5.5 parent: 2 - - uid: 32869 + - uid: 33427 components: - type: Transform pos: 58.5,-19.5 parent: 2 - - uid: 32870 + - uid: 33428 components: - type: Transform pos: 61.5,11.5 parent: 2 - - uid: 32871 + - uid: 33429 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-49.5 parent: 2 - - uid: 32872 + - uid: 33430 components: - type: Transform pos: 49.5,13.5 parent: 2 - - uid: 32873 + - uid: 33431 components: - type: Transform pos: 51.5,-5.5 parent: 2 - - uid: 32874 + - uid: 33432 components: - type: Transform pos: 49.5,-16.5 parent: 2 - - uid: 32875 + - uid: 33433 components: - type: Transform pos: 61.5,10.5 parent: 2 - - uid: 32876 + - uid: 33434 components: - type: Transform pos: 61.5,9.5 parent: 2 - - uid: 32877 + - uid: 33435 components: - type: Transform pos: 59.5,5.5 parent: 2 - - uid: 32878 + - uid: 33436 components: - type: Transform pos: 52.5,-5.5 parent: 2 - - uid: 32879 + - uid: 33437 components: - type: Transform pos: 46.5,-23.5 parent: 2 - - uid: 32880 + - uid: 33438 components: - type: Transform pos: 50.5,13.5 parent: 2 - - uid: 32881 + - uid: 33439 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,14.5 parent: 2 - - uid: 32882 + - uid: 33440 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,16.5 parent: 2 - - uid: 32883 + - uid: 33441 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,14.5 parent: 2 - - uid: 32884 + - uid: 33442 components: - type: Transform pos: -6.5,-8.5 parent: 2 - - uid: 32885 + - uid: 33443 components: - type: Transform pos: 51.5,10.5 parent: 2 - - uid: 32886 + - uid: 33444 components: - type: Transform pos: -7.5,-6.5 parent: 2 - - uid: 32887 + - uid: 33445 components: - type: Transform pos: 51.5,9.5 parent: 2 - - uid: 32888 + - uid: 33446 components: - type: Transform pos: -7.5,-5.5 parent: 2 - - uid: 32889 + - uid: 33447 components: - type: Transform pos: -7.5,-8.5 parent: 2 - - uid: 32890 + - uid: 33448 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,12.5 parent: 2 - - uid: 32891 + - uid: 33449 components: - type: Transform pos: 29.5,8.5 parent: 2 - - uid: 32892 + - uid: 33450 components: - type: Transform pos: -57.5,-34.5 parent: 2 - - uid: 32893 + - uid: 33451 components: - type: Transform pos: 80.5,-52.5 parent: 2 - - uid: 32894 + - uid: 33452 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-74.5 parent: 2 - - uid: 32895 + - uid: 33453 components: - type: Transform pos: 30.5,11.5 parent: 2 - - uid: 32896 + - uid: 33454 components: - type: Transform pos: -48.5,-10.5 parent: 2 - - uid: 32897 + - uid: 33455 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-72.5 parent: 2 - - uid: 32898 + - uid: 33456 components: - type: Transform pos: 28.5,14.5 parent: 2 - - uid: 32899 + - uid: 33457 components: - type: Transform pos: -57.5,-40.5 parent: 2 - - uid: 32900 + - uid: 33458 components: - type: Transform pos: -57.5,-33.5 parent: 2 - - uid: 32901 + - uid: 33459 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-112.5 parent: 2 - - uid: 32902 + - uid: 33460 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-112.5 parent: 2 - - uid: 32903 + - uid: 33461 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-113.5 parent: 2 - - uid: 32904 + - uid: 33462 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-112.5 parent: 2 - - uid: 32905 + - uid: 33463 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,9.5 parent: 2 - - uid: 32906 + - uid: 33464 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-73.5 parent: 2 - - uid: 32907 + - uid: 33465 components: - type: Transform pos: -48.5,-69.5 parent: 2 - - uid: 32908 + - uid: 33466 components: - type: Transform pos: 29.5,11.5 parent: 2 - - uid: 32909 + - uid: 33467 components: - type: Transform pos: 29.5,12.5 parent: 2 - - uid: 32910 + - uid: 33468 components: - type: Transform pos: 28.5,12.5 parent: 2 - - uid: 32911 + - uid: 33469 components: - type: Transform pos: -57.5,-32.5 parent: 2 - - uid: 32912 + - uid: 33470 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,12.5 parent: 2 - - uid: 32913 + - uid: 33471 components: - type: Transform pos: 28.5,11.5 parent: 2 - - uid: 32914 + - uid: 33472 components: - type: Transform pos: 30.5,12.5 parent: 2 - - uid: 32915 + - uid: 33473 components: - type: Transform pos: -57.5,-39.5 parent: 2 - - uid: 32916 + - uid: 33474 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-75.5 parent: 2 - - uid: 32917 + - uid: 33475 components: - type: Transform pos: -57.5,-38.5 parent: 2 - - uid: 32918 + - uid: 33476 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-9.5 parent: 2 - - uid: 32919 + - uid: 33477 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-10.5 parent: 2 - - uid: 32920 + - uid: 33478 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-33.5 parent: 2 - - uid: 32921 + - uid: 33479 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-31.5 parent: 2 - - uid: 32922 + - uid: 33480 components: - type: Transform pos: 28.5,7.5 parent: 2 - - uid: 32923 + - uid: 33481 components: - type: Transform pos: 30.5,8.5 parent: 2 - - uid: 32924 + - uid: 33482 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-75.5 parent: 2 - - uid: 32925 + - uid: 33483 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-73.5 parent: 2 - - uid: 32926 + - uid: 33484 components: - type: Transform pos: -49.5,-69.5 parent: 2 - - uid: 32927 + - uid: 33485 components: - type: Transform pos: -55.5,0.5 parent: 2 - - uid: 32928 + - uid: 33486 components: - type: Transform pos: -52.5,0.5 parent: 2 - - uid: 32929 + - uid: 33487 components: - type: Transform pos: -55.5,-0.5 parent: 2 - - uid: 32930 + - uid: 33488 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-18.5 parent: 2 - - uid: 32931 + - uid: 33489 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-20.5 parent: 2 - - uid: 32932 + - uid: 33490 components: - type: Transform pos: -51.5,-20.5 parent: 2 - - uid: 32933 + - uid: 33491 components: - type: Transform pos: -51.5,-19.5 parent: 2 - - uid: 32934 + - uid: 33492 components: - type: Transform pos: -55.5,-12.5 parent: 2 - - uid: 32935 + - uid: 33493 components: - type: Transform pos: -55.5,-13.5 parent: 2 - - uid: 32936 + - uid: 33494 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-27.5 parent: 2 - - uid: 32937 + - uid: 33495 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-26.5 parent: 2 - - uid: 32938 + - uid: 33496 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-26.5 parent: 2 - - uid: 32939 + - uid: 33497 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-27.5 parent: 2 - - uid: 32940 + - uid: 33498 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-27.5 parent: 2 - - uid: 32941 + - uid: 33499 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-26.5 parent: 2 - - uid: 32942 + - uid: 33500 components: - type: Transform pos: 41.5,-35.5 parent: 2 - - uid: 32943 + - uid: 33501 components: - type: Transform pos: 40.5,-35.5 parent: 2 - - uid: 32944 + - uid: 33502 components: - type: Transform pos: 36.5,-35.5 parent: 2 - - uid: 32945 + - uid: 33503 components: - type: Transform pos: 35.5,-35.5 parent: 2 - - uid: 32946 + - uid: 33504 components: - type: Transform pos: -32.5,-94.5 parent: 2 - - uid: 32947 + - uid: 33505 components: - type: Transform pos: -33.5,-95.5 parent: 2 - - uid: 32948 + - uid: 33506 components: - type: Transform pos: -31.5,-94.5 parent: 2 - - uid: 32949 + - uid: 33507 components: - type: Transform pos: -31.5,-96.5 parent: 2 - - uid: 32950 + - uid: 33508 components: - type: Transform pos: -33.5,-96.5 parent: 2 - - uid: 32951 + - uid: 33509 components: - type: Transform pos: -33.5,-94.5 parent: 2 - - uid: 32952 + - uid: 33510 components: - type: Transform pos: -32.5,-96.5 parent: 2 - - uid: 32953 + - uid: 33511 components: - type: Transform pos: -31.5,-95.5 parent: 2 - - uid: 32954 + - uid: 33512 components: - type: Transform pos: 47.5,-60.5 parent: 2 - - uid: 32955 + - uid: 33513 components: - type: Transform pos: 48.5,-60.5 parent: 2 - - uid: 32956 + - uid: 33514 components: - type: Transform pos: 49.5,-60.5 parent: 2 - - uid: 32957 + - uid: 33515 components: - type: Transform pos: -69.5,-69.5 parent: 2 - - uid: 32958 + - uid: 33516 components: - type: Transform pos: -69.5,-68.5 parent: 2 - - uid: 32959 + - uid: 33517 components: - type: Transform pos: -69.5,-67.5 parent: 2 - - uid: 32960 + - uid: 33518 components: - type: Transform pos: -68.5,-67.5 parent: 2 - - uid: 32961 + - uid: 33519 components: - type: Transform pos: -68.5,-68.5 parent: 2 - - uid: 32962 + - uid: 33520 components: - type: Transform pos: -68.5,-63.5 parent: 2 - - uid: 32963 + - uid: 33521 components: - type: Transform pos: -69.5,-63.5 parent: 2 - - uid: 32964 + - uid: 33522 components: - type: Transform pos: -69.5,-61.5 parent: 2 - - uid: 32965 + - uid: 33523 components: - type: Transform pos: -69.5,-62.5 parent: 2 - - uid: 32966 + - uid: 33524 components: - type: Transform pos: -68.5,-62.5 parent: 2 - - uid: 32967 + - uid: 33525 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-56.5 parent: 2 - - uid: 32968 + - uid: 33526 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-56.5 parent: 2 - - uid: 32969 + - uid: 33527 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-56.5 parent: 2 - - uid: 32970 + - uid: 33528 components: - type: Transform pos: 49.5,-79.5 parent: 2 - - uid: 32971 + - uid: 33529 components: - type: Transform pos: 41.5,-47.5 parent: 2 - - uid: 32972 + - uid: 33530 components: - type: Transform pos: 41.5,-48.5 parent: 2 - - uid: 32973 + - uid: 33531 components: - type: Transform pos: -34.5,-46.5 parent: 2 - - uid: 32974 + - uid: 33532 components: - type: Transform pos: -35.5,-46.5 parent: 2 - - uid: 32975 + - uid: 33533 components: - type: Transform pos: -34.5,-19.5 parent: 2 - - uid: 32976 + - uid: 33534 components: - type: Transform pos: -34.5,-23.5 parent: 2 - - uid: 32977 + - uid: 33535 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-22.5 parent: 2 - - uid: 32978 + - uid: 33536 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-21.5 parent: 2 - - uid: 32979 + - uid: 33537 components: - type: Transform pos: -38.5,-23.5 parent: 2 - - uid: 32980 + - uid: 33538 components: - type: Transform pos: -47.5,-46.5 parent: 2 - - uid: 32981 + - uid: 33539 components: - type: Transform pos: -46.5,-46.5 parent: 2 - - uid: 32982 + - uid: 33540 components: - type: Transform pos: -66.5,-23.5 parent: 2 - - uid: 32983 + - uid: 33541 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-99.5 parent: 2 - - uid: 32984 + - uid: 33542 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-100.5 parent: 2 - - uid: 32985 + - uid: 33543 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-99.5 parent: 2 - - uid: 32986 + - uid: 33544 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-100.5 parent: 2 - - uid: 32987 + - uid: 33545 components: - type: Transform pos: 41.5,-94.5 parent: 2 - - uid: 32988 + - uid: 33546 components: - type: Transform pos: 42.5,-94.5 parent: 2 - - uid: 32989 + - uid: 33547 components: - type: Transform pos: 41.5,-93.5 parent: 2 - - uid: 32990 + - uid: 33548 components: - type: Transform pos: 53.5,-96.5 parent: 2 - - uid: 32991 + - uid: 33549 components: - type: Transform pos: 42.5,-93.5 parent: 2 - - uid: 32992 + - uid: 33550 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-99.5 parent: 2 - - uid: 32993 + - uid: 33551 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-100.5 parent: 2 - - uid: 32994 + - uid: 33552 components: - type: Transform pos: 43.5,-94.5 parent: 2 - - uid: 32995 + - uid: 33553 components: - type: Transform pos: 43.5,-93.5 parent: 2 - - uid: 32996 + - uid: 33554 components: - type: Transform pos: 44.5,-66.5 parent: 2 - - uid: 32997 + - uid: 33555 components: - type: Transform pos: 43.5,-66.5 parent: 2 - - uid: 32998 + - uid: 33556 components: - type: Transform pos: -56.5,-40.5 parent: 2 - - uid: 32999 + - uid: 33557 components: - type: Transform pos: 28.5,8.5 parent: 2 - - uid: 33000 + - uid: 33558 components: - type: Transform pos: -48.5,-9.5 parent: 2 - - uid: 33001 + - uid: 33559 components: - type: Transform pos: -48.5,-8.5 parent: 2 - - uid: 33002 + - uid: 33560 components: - type: Transform pos: -47.5,-8.5 parent: 2 - - uid: 33003 + - uid: 33561 components: - type: Transform pos: 31.5,8.5 parent: 2 - - uid: 33004 + - uid: 33562 components: - type: Transform pos: 42.5,-66.5 parent: 2 - - uid: 33005 + - uid: 33563 components: - type: Transform pos: -56.5,12.5 parent: 2 - - uid: 33006 + - uid: 33564 components: - type: Transform pos: -55.5,12.5 parent: 2 - - uid: 33007 + - uid: 33565 components: - type: Transform pos: -55.5,11.5 parent: 2 - - uid: 33008 + - uid: 33566 components: - type: Transform pos: 96.5,-62.5 parent: 2 - - uid: 33009 + - uid: 33567 components: - type: Transform pos: -29.5,-107.5 parent: 2 - - uid: 33010 + - uid: 33568 components: - type: Transform pos: -29.5,-105.5 parent: 2 - - uid: 33011 + - uid: 33569 components: - type: Transform pos: -33.5,-107.5 parent: 2 - - uid: 33012 + - uid: 33570 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-107.5 parent: 2 - - uid: 33013 + - uid: 33571 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-109.5 parent: 2 - - uid: 33014 + - uid: 33572 components: - type: Transform pos: -76.5,-27.5 parent: 2 - - uid: 33015 + - uid: 33573 components: - type: Transform pos: -77.5,-27.5 parent: 2 - - uid: 33016 + - uid: 33574 components: - type: Transform pos: -78.5,-27.5 parent: 2 - - uid: 33017 + - uid: 33575 components: - type: Transform pos: -78.5,-26.5 parent: 2 - - uid: 33018 + - uid: 33576 components: - type: Transform rot: 1.5707963267948966 rad pos: 98.5,-91.5 parent: 2 - - uid: 33019 + - uid: 33577 components: - type: Transform rot: 1.5707963267948966 rad pos: 102.5,-88.5 parent: 2 - - uid: 33020 + - uid: 33578 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-88.5 parent: 2 - - uid: 33021 + - uid: 33579 components: - type: Transform pos: 96.5,-63.5 parent: 2 - - uid: 33022 + - uid: 33580 components: - type: Transform pos: 95.5,-80.5 parent: 2 - - uid: 33023 + - uid: 33581 components: - type: Transform pos: 96.5,-80.5 parent: 2 - - uid: 33024 + - uid: 33582 components: - type: Transform pos: 101.5,-80.5 parent: 2 - - uid: 33025 + - uid: 33583 components: - type: Transform pos: 100.5,-80.5 parent: 2 - - uid: 33026 + - uid: 33584 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,23.5 parent: 2 - - uid: 33027 + - uid: 33585 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,22.5 parent: 2 - - uid: 33028 + - uid: 33586 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-86.5 parent: 2 - - uid: 33029 + - uid: 33587 components: - type: Transform pos: -35.5,-35.5 parent: 2 - - uid: 33030 + - uid: 33588 components: - type: Transform pos: 36.5,-37.5 parent: 2 - - uid: 33031 + - uid: 33589 components: - type: Transform pos: 36.5,-38.5 parent: 2 - - uid: 33032 + - uid: 33590 components: - type: Transform pos: 38.5,-37.5 parent: 2 - - uid: 33033 + - uid: 33591 components: - type: Transform pos: 38.5,-38.5 parent: 2 - - uid: 33034 + - uid: 33592 components: - type: Transform pos: 40.5,-38.5 parent: 2 - - uid: 33035 + - uid: 33593 components: - type: Transform pos: 40.5,-37.5 parent: 2 - - uid: 33036 + - uid: 33594 components: - type: Transform pos: -43.5,-86.5 parent: 2 - - uid: 33037 + - uid: 33595 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,11.5 parent: 2 - - uid: 33038 + - uid: 33596 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-8.5 parent: 2 - - uid: 33039 + - uid: 33597 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,8.5 parent: 2 - - uid: 33040 + - uid: 33598 components: - type: Transform pos: -70.5,-18.5 parent: 2 - - uid: 33041 + - uid: 33599 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,14.5 parent: 2 - - uid: 33042 + - uid: 33600 components: - type: Transform pos: 85.5,4.5 parent: 2 - - uid: 33043 + - uid: 33601 components: - type: Transform rot: 1.5707963267948966 rad @@ -234263,42 +238272,42 @@ entities: parent: 2 - proto: TableReinforcedGlass entities: - - uid: 33044 + - uid: 33602 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-74.5 parent: 2 - - uid: 33045 + - uid: 33603 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-19.5 parent: 2 - - uid: 33046 + - uid: 33604 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,22.5 parent: 2 - - uid: 33047 + - uid: 33605 components: - type: Transform pos: -29.5,-106.5 parent: 2 - - uid: 33048 + - uid: 33606 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,23.5 parent: 2 - - uid: 33049 + - uid: 33607 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-60.5 parent: 2 - - uid: 33050 + - uid: 33608 components: - type: Transform rot: -1.5707963267948966 rad @@ -234306,1251 +238315,1621 @@ entities: parent: 2 - proto: TableStone entities: - - uid: 33051 + - uid: 33609 components: - type: Transform - pos: -9.5,-57.5 + rot: -1.5707963267948966 rad + pos: -8.5,-57.5 parent: 2 - - uid: 33052 + - uid: 33610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-53.5 + parent: 2 + - uid: 33611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-59.5 + parent: 2 + - uid: 33612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-44.5 + parent: 2 + - uid: 33613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-44.5 + parent: 2 + - uid: 33614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-46.5 + parent: 2 + - uid: 33615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-47.5 + parent: 2 + - uid: 33616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-44.5 + parent: 2 + - uid: 33617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-44.5 + parent: 2 + - uid: 33618 components: - type: Transform pos: 74.5,-7.5 parent: 2 - - uid: 33053 + - uid: 33619 components: - type: Transform pos: 74.5,-10.5 parent: 2 - - uid: 33054 + - uid: 33620 components: - type: Transform pos: 75.5,-10.5 parent: 2 - - uid: 33055 + - uid: 33621 components: - type: Transform pos: -41.5,-101.5 parent: 2 - - uid: 33056 + - uid: 33622 components: - type: Transform pos: -37.5,-101.5 parent: 2 - - uid: 33057 + - uid: 33623 components: - type: Transform pos: -37.5,-100.5 parent: 2 - - uid: 33058 + - uid: 33624 components: - type: Transform pos: -37.5,-99.5 parent: 2 - - uid: 33059 + - uid: 33625 components: - type: Transform pos: 65.5,-49.5 parent: 2 - - uid: 33060 + - uid: 33626 components: - type: Transform pos: 3.5,-95.5 parent: 2 - - uid: 33061 + - uid: 33627 components: - type: Transform pos: -41.5,-99.5 parent: 2 - - uid: 33062 + - uid: 33628 components: - type: Transform pos: 24.5,4.5 parent: 2 - - uid: 33063 + - uid: 33629 components: - type: Transform pos: 66.5,-29.5 parent: 2 - - uid: 33064 + - uid: 33630 components: - type: Transform pos: -6.5,17.5 parent: 2 - - uid: 33065 + - uid: 33631 components: - type: Transform pos: -2.5,17.5 parent: 2 - - uid: 33066 + - uid: 33632 components: - type: Transform pos: -2.5,13.5 parent: 2 - - uid: 33067 + - uid: 33633 components: - type: Transform pos: -6.5,13.5 parent: 2 - - uid: 33068 + - uid: 33634 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,9.5 parent: 2 - - uid: 33069 + - uid: 33635 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,16.5 parent: 2 - - uid: 33070 + - uid: 33636 components: - type: Transform pos: -41.5,-100.5 parent: 2 + - uid: 33637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-57.5 + parent: 2 - proto: TableWood entities: - - uid: 33071 + - uid: 33638 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,3.5 parent: 2 - - uid: 33072 + - uid: 33639 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,4.5 parent: 2 - - uid: 33073 + - uid: 33640 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,16.5 parent: 2 - - uid: 33074 + - uid: 33641 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,5.5 parent: 2 - - uid: 33075 + - uid: 33642 components: - type: Transform pos: -11.5,15.5 parent: 2 - - uid: 33076 + - uid: 33643 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,10.5 parent: 2 - - uid: 33077 + - uid: 33644 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,5.5 parent: 2 - - uid: 33078 + - uid: 33645 components: - type: Transform pos: -29.5,-89.5 parent: 2 - - uid: 33079 + - uid: 33646 components: - type: Transform pos: -34.5,-86.5 parent: 2 - - uid: 33080 + - uid: 33647 components: - type: Transform pos: -34.5,-89.5 parent: 2 - - uid: 33081 + - uid: 33648 components: - type: Transform pos: -29.5,-83.5 parent: 2 - - uid: 33082 + - uid: 33649 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-91.5 parent: 2 - - uid: 33083 + - uid: 33650 components: - type: Transform pos: -55.5,-91.5 parent: 2 - - uid: 33084 + - uid: 33651 components: - type: Transform pos: -57.5,-89.5 parent: 2 - - uid: 33085 + - uid: 33652 components: - type: Transform pos: -55.5,-92.5 parent: 2 - - uid: 33086 + - uid: 33653 components: - type: Transform pos: -28.5,-113.5 parent: 2 - - uid: 33087 + - uid: 33654 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-89.5 parent: 2 - - uid: 33088 + - uid: 33655 components: - type: Transform pos: -30.5,-112.5 parent: 2 - - uid: 33089 + - uid: 33656 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-83.5 parent: 2 - - uid: 33090 + - uid: 33657 components: - type: Transform pos: -28.5,-112.5 parent: 2 - - uid: 33091 + - uid: 33658 components: - type: Transform pos: -30.5,-113.5 parent: 2 - - uid: 33092 + - uid: 33659 components: - type: Transform pos: 33.5,-0.5 parent: 2 - - uid: 33093 + - uid: 33660 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,12.5 parent: 2 - - uid: 33094 + - uid: 33661 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,9.5 parent: 2 - - uid: 33095 + - uid: 33662 components: - type: Transform pos: 33.5,0.5 parent: 2 - - uid: 33096 + - uid: 33663 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,4.5 parent: 2 - - uid: 33097 + - uid: 33664 components: - type: Transform pos: 34.5,-3.5 parent: 2 - - uid: 33098 + - uid: 33665 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-23.5 parent: 2 - - uid: 33099 + - uid: 33666 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-24.5 parent: 2 - - uid: 33100 + - uid: 33667 components: - type: Transform pos: -48.5,-116.5 parent: 2 - - uid: 33101 + - uid: 33668 components: - type: Transform pos: -51.5,-116.5 parent: 2 - - uid: 33102 + - uid: 33669 components: - type: Transform pos: 33.5,-4.5 parent: 2 - - uid: 33103 + - uid: 33670 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-3.5 parent: 2 - - uid: 33104 + - uid: 33671 components: - type: Transform pos: 33.5,-3.5 parent: 2 - - uid: 33105 + - uid: 33672 components: - type: Transform pos: -47.5,-116.5 parent: 2 - - uid: 33106 + - uid: 33673 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,4.5 parent: 2 - - uid: 33107 + - uid: 33674 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,5.5 parent: 2 - - uid: 33108 + - uid: 33675 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-39.5 parent: 2 - - uid: 33109 + - uid: 33676 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-40.5 parent: 2 - - uid: 33110 + - uid: 33677 components: - type: Transform pos: -2.5,-95.5 parent: 2 - - uid: 33111 + - uid: 33678 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,24.5 parent: 2 - - uid: 33112 + - uid: 33679 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,25.5 parent: 2 - - uid: 33113 + - uid: 33680 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,25.5 parent: 2 - - uid: 33114 + - uid: 33681 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,24.5 parent: 2 - - uid: 33115 + - uid: 33682 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,27.5 parent: 2 - - uid: 33116 + - uid: 33683 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,27.5 parent: 2 - - uid: 33117 + - uid: 33684 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,27.5 parent: 2 - - uid: 33118 + - uid: 33685 components: - type: Transform pos: -9.5,23.5 parent: 2 - - uid: 33119 + - uid: 33686 components: - type: Transform pos: -10.5,23.5 parent: 2 - - uid: 33120 + - uid: 33687 components: - type: Transform pos: -8.5,24.5 parent: 2 - - uid: 33121 + - uid: 33688 components: - type: Transform pos: -8.5,25.5 parent: 2 - - uid: 33122 + - uid: 33689 components: - type: Transform pos: 9.5,25.5 parent: 2 - - uid: 33123 + - uid: 33690 components: - type: Transform pos: 9.5,24.5 parent: 2 - - uid: 33124 + - uid: 33691 components: - type: Transform pos: 10.5,23.5 parent: 2 - - uid: 33125 + - uid: 33692 components: - type: Transform pos: 11.5,23.5 parent: 2 - - uid: 33126 + - uid: 33693 components: - type: Transform pos: 3.5,11.5 parent: 2 - - uid: 33127 + - uid: 33694 components: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 33128 + - uid: 33695 components: - type: Transform pos: 3.5,6.5 parent: 2 - - uid: 33129 + - uid: 33696 components: - type: Transform pos: 5.5,9.5 parent: 2 - - uid: 33130 + - uid: 33697 components: - type: Transform pos: 5.5,8.5 parent: 2 - - uid: 33131 + - uid: 33698 components: - type: Transform pos: 6.5,9.5 parent: 2 - - uid: 33132 + - uid: 33699 components: - type: Transform pos: 6.5,8.5 parent: 2 - - uid: 33133 + - uid: 33700 components: - type: Transform pos: 7.5,9.5 parent: 2 - - uid: 33134 + - uid: 33701 components: - type: Transform pos: 7.5,8.5 parent: 2 - - uid: 33135 + - uid: 33702 components: - type: Transform pos: 10.5,10.5 parent: 2 - - uid: 33136 + - uid: 33703 components: - type: Transform pos: 10.5,17.5 parent: 2 - - uid: 33137 + - uid: 33704 components: - type: Transform pos: 10.5,16.5 parent: 2 - - uid: 33138 + - uid: 33705 components: - type: Transform pos: 10.5,15.5 parent: 2 - - uid: 33139 + - uid: 33706 components: - type: Transform pos: 7.5,13.5 parent: 2 - - uid: 33140 + - uid: 33707 components: - type: Transform pos: 8.5,13.5 parent: 2 - - uid: 33141 + - uid: 33708 components: - type: Transform pos: 9.5,13.5 parent: 2 - - uid: 33142 + - uid: 33709 components: - type: Transform pos: 7.5,14.5 parent: 2 - - uid: 33143 + - uid: 33710 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,14.5 parent: 2 - - uid: 33144 + - uid: 33711 components: - type: Transform pos: 13.5,15.5 parent: 2 - - uid: 33145 + - uid: 33712 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,9.5 parent: 2 - - uid: 33146 + - uid: 33713 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,8.5 parent: 2 - - uid: 33147 + - uid: 33714 components: - type: Transform pos: -7.5,8.5 parent: 2 - - uid: 33148 + - uid: 33715 components: - type: Transform pos: -6.5,8.5 parent: 2 - - uid: 33149 + - uid: 33716 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,11.5 parent: 2 - - uid: 33150 + - uid: 33717 components: - type: Transform pos: -11.5,7.5 parent: 2 - - uid: 33151 + - uid: 33718 components: - type: Transform pos: -24.5,7.5 parent: 2 - - uid: 33152 + - uid: 33719 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,6.5 parent: 2 - - uid: 33153 + - uid: 33720 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,6.5 parent: 2 - - uid: 33154 + - uid: 33721 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,6.5 parent: 2 - - uid: 33155 + - uid: 33722 components: - type: Transform pos: -22.5,3.5 parent: 2 - - uid: 33156 + - uid: 33723 components: - type: Transform pos: -19.5,6.5 parent: 2 - - uid: 33157 + - uid: 33724 components: - type: Transform pos: 67.5,-40.5 parent: 2 - - uid: 33158 + - uid: 33725 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-5.5 parent: 2 - - uid: 33159 + - uid: 33726 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,8.5 parent: 2 - - uid: 33160 + - uid: 33727 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,7.5 parent: 2 - - uid: 33161 + - uid: 33728 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,5.5 parent: 2 - - uid: 33162 + - uid: 33729 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,6.5 parent: 2 - - uid: 33163 + - uid: 33730 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,8.5 parent: 2 - - uid: 33164 + - uid: 33731 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-1.5 parent: 2 - - uid: 33165 + - uid: 33732 components: - type: Transform pos: -36.5,3.5 parent: 2 - - uid: 33166 + - uid: 33733 components: - type: Transform pos: -37.5,3.5 parent: 2 - - uid: 33167 + - uid: 33734 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,10.5 parent: 2 - - uid: 33168 + - uid: 33735 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,11.5 parent: 2 - - uid: 33169 + - uid: 33736 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,14.5 parent: 2 - - uid: 33170 + - uid: 33737 components: - type: Transform pos: -39.5,-12.5 parent: 2 - - uid: 33171 + - uid: 33738 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-7.5 parent: 2 - - uid: 33172 + - uid: 33739 components: - type: Transform pos: -34.5,-7.5 parent: 2 - - uid: 33173 + - uid: 33740 components: - type: Transform pos: -34.5,-8.5 parent: 2 - - uid: 33174 + - uid: 33741 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-7.5 parent: 2 - - uid: 33175 + - uid: 33742 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-25.5 parent: 2 - - uid: 33176 + - uid: 33743 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-7.5 parent: 2 - - uid: 33177 + - uid: 33744 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-7.5 parent: 2 - - uid: 33178 + - uid: 33745 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-5.5 parent: 2 - - uid: 33179 + - uid: 33746 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-37.5 parent: 2 - - uid: 33180 + - uid: 33747 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-37.5 parent: 2 - - uid: 33181 + - uid: 33748 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-39.5 parent: 2 - - uid: 33182 + - uid: 33749 components: - type: Transform pos: 66.5,-40.5 parent: 2 - - uid: 33183 + - uid: 33750 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-26.5 parent: 2 - - uid: 33184 + - uid: 33751 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-73.5 parent: 2 - - uid: 33185 + - uid: 33752 components: - type: Transform pos: 57.5,-72.5 parent: 2 - - uid: 33186 + - uid: 33753 components: - type: Transform pos: 57.5,-71.5 parent: 2 - - uid: 33187 + - uid: 33754 components: - type: Transform pos: 56.5,-71.5 parent: 2 - - uid: 33188 + - uid: 33755 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-71.5 parent: 2 - - uid: 33189 + - uid: 33756 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.5,-71.5 parent: 2 - - uid: 33190 + - uid: 33757 components: - type: Transform pos: -1.5,-95.5 parent: 2 - - uid: 33191 + - uid: 33758 components: - type: Transform pos: 0.5,-95.5 parent: 2 - - uid: 33192 + - uid: 33759 components: - type: Transform pos: -0.5,-95.5 parent: 2 - - uid: 33193 + - uid: 33760 components: - type: Transform pos: -0.5,-93.5 parent: 2 - - uid: 33194 + - uid: 33761 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-63.5 parent: 2 - - uid: 33195 + - uid: 33762 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-64.5 parent: 2 - - uid: 33196 + - uid: 33763 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-63.5 parent: 2 - - uid: 33197 + - uid: 33764 components: - type: Transform pos: 33.5,-64.5 parent: 2 - - uid: 33198 + - uid: 33765 components: - type: Transform pos: -70.5,-45.5 parent: 2 - - uid: 33199 + - uid: 33766 components: - type: Transform pos: -39.5,-67.5 parent: 2 - - uid: 33200 + - uid: 33767 components: - type: Transform pos: -39.5,-68.5 parent: 2 - - uid: 33201 + - uid: 33768 components: - type: Transform pos: -39.5,-69.5 parent: 2 - - uid: 33202 + - uid: 33769 components: - type: Transform pos: -38.5,-69.5 parent: 2 - - uid: 33203 + - uid: 33770 components: - type: Transform pos: -37.5,-67.5 parent: 2 - - uid: 33204 + - uid: 33771 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-36.5 parent: 2 - - uid: 33205 + - uid: 33772 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-37.5 parent: 2 - - uid: 33206 + - uid: 33773 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-37.5 parent: 2 - - uid: 33207 + - uid: 33774 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,17.5 parent: 2 - - uid: 33208 + - uid: 33775 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,19.5 parent: 2 - - uid: 33209 + - uid: 33776 components: - type: Transform pos: 96.5,-38.5 parent: 2 - - uid: 33210 + - uid: 33777 components: - type: Transform pos: 96.5,-24.5 parent: 2 - - uid: 33211 + - uid: 33778 components: - type: Transform pos: 93.5,-24.5 parent: 2 - - uid: 33212 + - uid: 33779 components: - type: Transform pos: 93.5,-38.5 parent: 2 - - uid: 33213 + - uid: 33780 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-38.5 parent: 2 - - uid: 33214 + - uid: 33781 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-64.5 parent: 2 - - uid: 33215 + - uid: 33782 components: - type: Transform pos: -57.5,-49.5 parent: 2 - - uid: 33216 + - uid: 33783 components: - type: Transform pos: 24.5,-75.5 parent: 2 - - uid: 33217 + - uid: 33784 components: - type: Transform pos: 24.5,-76.5 parent: 2 - - uid: 33218 + - uid: 33785 components: - type: Transform pos: 25.5,-76.5 parent: 2 - - uid: 33219 + - uid: 33786 components: - type: Transform pos: 29.5,-74.5 parent: 2 - - uid: 33220 + - uid: 33787 components: - type: Transform pos: -68.5,-12.5 parent: 2 - - uid: 33221 + - uid: 33788 components: - type: Transform pos: -58.5,-9.5 parent: 2 - - uid: 33222 + - uid: 33789 components: - type: Transform pos: -59.5,-9.5 parent: 2 - - uid: 33223 + - uid: 33790 components: - type: Transform pos: -59.5,-10.5 parent: 2 - - uid: 33224 + - uid: 33791 components: - type: Transform pos: -58.5,-10.5 parent: 2 - - uid: 33225 + - uid: 33792 components: - type: Transform pos: -57.5,-48.5 parent: 2 - - uid: 33226 + - uid: 33793 components: - type: Transform pos: -53.5,-48.5 parent: 2 - - uid: 33227 + - uid: 33794 components: - type: Transform pos: -53.5,-47.5 parent: 2 - - uid: 33228 + - uid: 33795 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-73.5 parent: 2 - - uid: 33229 + - uid: 33796 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-2.5 parent: 2 - - uid: 33230 + - uid: 33797 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,9.5 parent: 2 - - uid: 33231 + - uid: 33798 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,16.5 parent: 2 - - uid: 33232 + - uid: 33799 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,4.5 parent: 2 - - uid: 33233 + - uid: 33800 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,2.5 parent: 2 - - uid: 33234 + - uid: 33801 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,1.5 parent: 2 - - uid: 33235 + - uid: 33802 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,3.5 parent: 2 - - uid: 33236 + - uid: 33803 components: - type: Transform pos: 38.5,-17.5 parent: 2 - - uid: 33237 + - uid: 33804 components: - type: Transform pos: 37.5,-17.5 parent: 2 - - uid: 33238 + - uid: 33805 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-112.5 parent: 2 - - uid: 33239 + - uid: 33806 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-112.5 parent: 2 - - uid: 33240 + - uid: 33807 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-112.5 parent: 2 - - uid: 33241 + - uid: 33808 components: - type: Transform pos: -46.5,-117.5 parent: 2 - - uid: 33242 + - uid: 33809 components: - type: Transform rot: 1.5707963267948966 rad pos: -84.5,-13.5 parent: 2 - - uid: 33243 + - uid: 33810 components: - type: Transform pos: -84.5,-17.5 parent: 2 - - uid: 33244 + - uid: 33811 components: - type: Transform pos: -83.5,-17.5 parent: 2 - - uid: 33245 + - uid: 33812 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-7.5 parent: 2 - - uid: 33246 + - uid: 33813 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-8.5 parent: 2 - - uid: 33247 + - uid: 33814 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-9.5 parent: 2 - - uid: 33248 + - uid: 33815 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-67.5 parent: 2 - - uid: 33249 + - uid: 33816 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-115.5 parent: 2 - - uid: 33250 + - uid: 33817 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-84.5 parent: 2 - - uid: 33251 + - uid: 33818 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-90.5 parent: 2 - - uid: 33252 + - uid: 33819 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,11.5 parent: 2 - - uid: 33253 + - uid: 33820 components: - type: Transform pos: -21.5,-102.5 parent: 2 - - uid: 33254 + - uid: 33821 components: - type: Transform pos: -22.5,-102.5 parent: 2 - - uid: 33255 + - uid: 33822 components: - type: Transform pos: -23.5,-102.5 parent: 2 - - uid: 33256 + - uid: 33823 components: - type: Transform pos: -20.5,-101.5 parent: 2 - - uid: 33257 + - uid: 33824 components: - type: Transform pos: -20.5,-102.5 parent: 2 - - uid: 33258 + - uid: 33825 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-105.5 parent: 2 - - uid: 33259 + - uid: 33826 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-105.5 parent: 2 - - uid: 33260 + - uid: 33827 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-106.5 parent: 2 - - uid: 33261 + - uid: 33828 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-107.5 parent: 2 - - uid: 33262 + - uid: 33829 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-103.5 parent: 2 - - uid: 33263 + - uid: 33830 components: - type: Transform pos: 33.5,-63.5 parent: 2 +- proto: TableXeno + entities: + - uid: 33831 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 33832 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 33833 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 33834 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - uid: 33835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-43.5 + parent: 2 + - uid: 33836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-61.5 + parent: 2 + - uid: 33837 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 33838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-56.5 + parent: 2 + - uid: 33839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-61.5 + parent: 2 + - uid: 33840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-26.5 + parent: 2 + - uid: 33841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - uid: 33842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-27.5 + parent: 2 + - uid: 33843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 2 + - uid: 33844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-52.5 + parent: 2 + - uid: 33845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-46.5 + parent: 2 + - uid: 33846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-46.5 + parent: 2 + - uid: 33847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-49.5 + parent: 2 + - uid: 33848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-49.5 + parent: 2 + - uid: 33849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-59.5 + parent: 2 + - uid: 33850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-59.5 + parent: 2 + - uid: 33851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-54.5 + parent: 2 + - uid: 33852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-54.5 + parent: 2 + - uid: 33853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-56.5 + parent: 2 + - uid: 33854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-56.5 + parent: 2 + - uid: 33855 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - uid: 33856 + components: + - type: Transform + pos: 16.5,-45.5 + parent: 2 + - uid: 33857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-41.5 + parent: 2 + - uid: 33858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-42.5 + parent: 2 + - uid: 33859 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - uid: 33860 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 33861 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 + - uid: 33862 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 33863 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 33864 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 33865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 + - uid: 33866 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - uid: 33867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-50.5 + parent: 2 + - uid: 33868 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - uid: 33869 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 33870 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 33871 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 33872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 2 + - uid: 33873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 2 + - uid: 33874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-20.5 + parent: 2 + - uid: 33875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 33876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-22.5 + parent: 2 + - uid: 33877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 33878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-23.5 + parent: 2 + - uid: 33879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 33880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 33881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 33882 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 33883 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 41311 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 41312 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 41313 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 2 - proto: TargetClown entities: - - uid: 33264 + - uid: 33884 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,10.5 parent: 2 - type: Conveyed - - uid: 33265 + - uid: 33885 components: - type: Transform pos: -71.5,-62.5 parent: 2 - proto: TargetDarts entities: - - uid: 33266 + - uid: 33886 components: - type: Transform pos: 34.5,-13.5 parent: 2 - proto: TargetHuman entities: - - uid: 33267 + - uid: 33887 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,11.5 parent: 2 - type: Conveyed - - uid: 33268 + - uid: 33888 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,7.5 parent: 2 - type: Conveyed - - uid: 33269 + - uid: 33889 components: - type: Transform pos: -72.5,-68.5 parent: 2 - - uid: 33270 + - uid: 33890 components: - type: Transform pos: -72.5,-65.5 parent: 2 - proto: TargetSyndicate entities: - - uid: 33271 + - uid: 33891 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,8.5 parent: 2 - type: Conveyed - - uid: 33272 + - uid: 33892 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,9.5 parent: 2 - type: Conveyed - - uid: 33273 + - uid: 33893 components: - type: Transform pos: -74.5,-64.5 parent: 2 - proto: TechnologyDisk entities: - - uid: 33274 + - uid: 33894 components: - type: Transform pos: 98.6582,-91.43617 parent: 2 - proto: TechnologyDiskRare entities: - - uid: 33275 + - uid: 33895 components: - type: Transform - pos: -5.493698,-22.47347 + pos: -3.437722,-35.48881 parent: 2 - proto: TegCenter entities: - - uid: 33276 + - uid: 33896 components: - type: Transform rot: -1.5707963267948966 rad @@ -235558,7 +239937,7 @@ entities: parent: 2 - proto: TegCirculator entities: - - uid: 33277 + - uid: 33897 components: - type: Transform rot: 3.141592653589793 rad @@ -235566,7 +239945,7 @@ entities: parent: 2 - type: PointLight color: '#FF3300FF' - - uid: 33278 + - uid: 33898 components: - type: Transform pos: 53.5,-89.5 @@ -235575,502 +239954,502 @@ entities: color: '#FF3300FF' - proto: TelecomServerCircuitboard entities: - - uid: 33279 + - uid: 33899 components: - type: Transform pos: 40.519688,-37.698586 parent: 2 - proto: TelecomServerFilledCargo entities: - - uid: 33280 + - uid: 33900 components: - type: Transform pos: 94.5,-68.5 parent: 2 - proto: TelecomServerFilledCommand entities: - - uid: 33281 + - uid: 33901 components: - type: Transform pos: 94.5,-67.5 parent: 2 - proto: TelecomServerFilledCommon entities: - - uid: 33282 + - uid: 33902 components: - type: Transform pos: 92.5,-67.5 parent: 2 - proto: TelecomServerFilledEngineering entities: - - uid: 33283 + - uid: 33903 components: - type: Transform pos: 94.5,-71.5 parent: 2 - proto: TelecomServerFilledMedical entities: - - uid: 33284 + - uid: 33904 components: - type: Transform pos: 92.5,-71.5 parent: 2 - proto: TelecomServerFilledScience entities: - - uid: 33285 + - uid: 33905 components: - type: Transform pos: -35.5,-72.5 parent: 2 - proto: TelecomServerFilledSecurity entities: - - uid: 33286 + - uid: 33906 components: - type: Transform pos: 92.5,-70.5 parent: 2 - proto: TelecomServerFilledService entities: - - uid: 33287 + - uid: 33907 components: - type: Transform pos: 92.5,-69.5 parent: 2 - proto: Telecrystal1 entities: - - uid: 33288 + - uid: 33908 components: - type: Transform - pos: 17.5,-35.5 + pos: 10.158879,-33.413235 parent: 2 - proto: TeslaCoil entities: - - uid: 33289 + - uid: 33909 components: - type: Transform - pos: -10.5,-58.5 + pos: 2.5,-49.5 parent: 2 - - uid: 33290 - components: - - type: Transform - pos: -8.5,-58.5 - parent: 2 - - uid: 33291 + - uid: 33910 components: - type: Transform pos: 86.5,-58.5 parent: 2 - - uid: 33292 + - uid: 33911 components: - type: Transform pos: 84.5,-58.5 parent: 2 - - uid: 33293 + - uid: 33912 components: - type: Transform pos: 86.5,-57.5 parent: 2 - - uid: 33294 + - uid: 33913 components: - type: Transform pos: 85.5,-57.5 parent: 2 + - uid: 33914 + components: + - type: Transform + pos: -1.5,-50.5 + parent: 2 + - uid: 33915 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 - proto: TeslaGenerator entities: - - uid: 33295 + - uid: 33916 components: - type: Transform pos: 86.5,-61.5 parent: 2 - proto: TeslaGroundingRod entities: - - uid: 33296 + - uid: 33917 components: - type: Transform - pos: -9.5,-59.5 + pos: 0.5,-47.5 parent: 2 - - uid: 33297 - components: - - type: Transform - pos: -7.5,-54.5 - parent: 2 - - uid: 33298 - components: - - type: Transform - pos: -12.5,-55.5 - parent: 2 - - uid: 33299 + - uid: 33918 components: - type: Transform pos: 85.5,-61.5 parent: 2 - - uid: 33300 + - uid: 33919 components: - type: Transform pos: 84.5,-61.5 parent: 2 - - uid: 33301 + - uid: 33920 components: - type: Transform pos: 86.5,-60.5 parent: 2 - - uid: 33302 + - uid: 33921 components: - type: Transform pos: 85.5,-60.5 parent: 2 -- proto: ThrowingKnife - entities: - - uid: 15731 + - uid: 33922 components: - type: Transform - parent: 15730 + pos: 0.5,-53.5 + parent: 2 +- proto: ThrowingKnife + entities: + - uid: 16246 + components: + - type: Transform + parent: 16245 - type: Physics canCollide: False - proto: ThrusterMachineCircuitboard entities: - - uid: 33303 + - uid: 33923 components: - type: Transform pos: 38.472813,-37.761086 parent: 2 - proto: ThrusterUnanchored entities: - - uid: 33304 + - uid: 33924 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,15.5 parent: 2 - - uid: 33305 + - uid: 33925 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,15.5 parent: 2 - - uid: 33306 + - uid: 33926 components: - type: Transform rot: 1.5707963267948966 rad pos: 107.5,-20.5 parent: 2 - - uid: 33307 + - uid: 33927 components: - type: Transform pos: 106.5,-20.5 parent: 2 - proto: TimerTrigger entities: - - uid: 33308 + - uid: 33928 components: - type: Transform pos: -38.253895,-32.94832 parent: 2 - - uid: 33309 + - uid: 33929 components: - type: Transform pos: -38.253895,-32.94832 parent: 2 - - uid: 33310 + - uid: 33930 components: - type: Transform pos: -50.33722,-61.583164 parent: 2 - - uid: 33311 + - uid: 33931 components: - type: Transform pos: -50.33722,-61.395664 parent: 2 - - uid: 33312 + - uid: 33932 components: - type: Transform pos: -50.227844,-61.31754 parent: 2 - - uid: 33313 + - uid: 33933 components: - type: Transform pos: -69.29828,-63.4131 parent: 2 - - uid: 33314 + - uid: 33934 components: - type: Transform pos: -69.1889,-63.209976 parent: 2 - - uid: 33315 + - uid: 33935 components: - type: Transform pos: -69.04828,-63.334976 parent: 2 - - uid: 33316 + - uid: 33936 components: - type: Transform pos: -38.253895,-32.94832 parent: 2 - - uid: 33317 + - uid: 33937 components: - type: Transform pos: -38.253895,-32.932693 parent: 2 - proto: TintedWindow entities: - - uid: 33318 + - uid: 33938 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-4.5 parent: 2 - - uid: 33319 + - uid: 33939 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,10.5 parent: 2 - - uid: 33320 + - uid: 33940 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-4.5 parent: 2 - - uid: 33321 + - uid: 33941 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-4.5 parent: 2 - - uid: 33322 + - uid: 33942 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-4.5 parent: 2 - - uid: 33323 + - uid: 33943 components: - type: Transform pos: 32.5,-68.5 parent: 2 - - uid: 33324 + - uid: 33944 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,-0.5 parent: 2 - - uid: 33325 + - uid: 33945 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-0.5 parent: 2 - - uid: 33326 + - uid: 33946 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-0.5 parent: 2 - - uid: 33327 + - uid: 33947 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-0.5 parent: 2 - - uid: 33328 + - uid: 33948 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-0.5 parent: 2 - - uid: 33329 + - uid: 33949 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,-0.5 parent: 2 - - uid: 33330 + - uid: 33950 components: - type: Transform pos: 44.5,26.5 parent: 2 - - uid: 33331 + - uid: 33951 components: - type: Transform pos: 11.5,18.5 parent: 2 - - uid: 33332 + - uid: 33952 components: - type: Transform pos: 9.5,18.5 parent: 2 - - uid: 33333 + - uid: 33953 components: - type: Transform pos: -18.5,-76.5 parent: 2 - - uid: 33334 + - uid: 33954 components: - type: Transform pos: 10.5,18.5 parent: 2 - - uid: 33335 + - uid: 33955 components: - type: Transform pos: 79.5,-36.5 parent: 2 - - uid: 33336 + - uid: 33956 components: - type: Transform pos: 79.5,-37.5 parent: 2 - - uid: 33337 + - uid: 33957 components: - type: Transform pos: 79.5,-38.5 parent: 2 - - uid: 33338 + - uid: 33958 components: - type: Transform pos: -20.5,-76.5 parent: 2 - - uid: 33339 + - uid: 33959 components: - type: Transform pos: -19.5,-76.5 parent: 2 - - uid: 33340 + - uid: 33960 components: - type: Transform pos: -48.5,-100.5 parent: 2 - - uid: 33341 + - uid: 33961 components: - type: Transform pos: -48.5,-99.5 parent: 2 - - uid: 33342 + - uid: 33962 components: - type: Transform pos: -50.5,-100.5 parent: 2 - - uid: 33343 + - uid: 33963 components: - type: Transform pos: -51.5,-98.5 parent: 2 - - uid: 33344 + - uid: 33964 components: - type: Transform pos: -50.5,-98.5 parent: 2 - - uid: 33345 + - uid: 33965 components: - type: Transform pos: -48.5,-98.5 parent: 2 - - uid: 33346 + - uid: 33966 components: - type: Transform pos: -49.5,-100.5 parent: 2 - - uid: 33347 + - uid: 33967 components: - type: Transform pos: -51.5,-100.5 parent: 2 - - uid: 33348 + - uid: 33968 components: - type: Transform pos: -51.5,-102.5 parent: 2 - - uid: 33349 + - uid: 33969 components: - type: Transform pos: -50.5,-102.5 parent: 2 - - uid: 33350 + - uid: 33970 components: - type: Transform pos: -50.5,-103.5 parent: 2 - - uid: 33351 + - uid: 33971 components: - type: Transform pos: -44.5,-103.5 parent: 2 - - uid: 33352 + - uid: 33972 components: - type: Transform pos: -48.5,-102.5 parent: 2 - - uid: 33353 + - uid: 33973 components: - type: Transform pos: -47.5,-99.5 parent: 2 - - uid: 33354 + - uid: 33974 components: - type: Transform pos: -46.5,-102.5 parent: 2 - - uid: 33355 + - uid: 33975 components: - type: Transform pos: -45.5,-98.5 parent: 2 - - uid: 33356 + - uid: 33976 components: - type: Transform pos: -45.5,-99.5 parent: 2 - - uid: 33357 + - uid: 33977 components: - type: Transform pos: -45.5,-101.5 parent: 2 - - uid: 33358 + - uid: 33978 components: - type: Transform pos: -46.5,-101.5 parent: 2 - - uid: 33359 + - uid: 33979 components: - type: Transform pos: -44.5,-98.5 parent: 2 - - uid: 33360 + - uid: 33980 components: - type: Transform pos: -47.5,-102.5 parent: 2 - - uid: 33361 + - uid: 33981 components: - type: Transform pos: -43.5,-100.5 parent: 2 - - uid: 33362 + - uid: 33982 components: - type: Transform pos: -43.5,-101.5 parent: 2 - - uid: 33363 + - uid: 33983 components: - type: Transform pos: -44.5,-101.5 parent: 2 - - uid: 33364 + - uid: 33984 components: - type: Transform pos: 10.5,-2.5 parent: 2 - - uid: 33365 + - uid: 33985 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,10.5 parent: 2 - - uid: 33366 + - uid: 33986 components: - type: Transform pos: 10.5,-3.5 parent: 2 - - uid: 33367 + - uid: 33987 components: - type: Transform rot: 3.141592653589793 rad @@ -236078,7 +240457,7 @@ entities: parent: 2 - proto: ToiletDirtyWater entities: - - uid: 19296 + - uid: 19805 components: - type: Transform rot: 1.5707963267948966 rad @@ -236089,12 +240468,12 @@ entities: stash: !type:ContainerSlot showEnts: False occludes: True - ent: 19297 + ent: 19806 disposals: !type:Container showEnts: False occludes: True ents: [] - - uid: 31600 + - uid: 32189 components: - type: Transform pos: 44.5,31.5 @@ -236104,107 +240483,115 @@ entities: stash: !type:ContainerSlot showEnts: False occludes: True - ent: 31601 + ent: 32190 disposals: !type:Container showEnts: False occludes: True ents: [] - - uid: 33368 + - uid: 33988 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-13.5 parent: 2 - - uid: 33369 + - uid: 33989 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-53.5 parent: 2 - - uid: 33370 + - uid: 33990 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-53.5 parent: 2 - - uid: 33371 + - uid: 33991 components: - type: Transform pos: 47.5,10.5 parent: 2 - - uid: 33372 + - uid: 33992 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-25.5 parent: 2 - - uid: 33373 + - uid: 33993 components: - type: Transform pos: 47.5,-7.5 parent: 2 - - uid: 33374 + - uid: 33994 components: - type: Transform pos: -3.5,-98.5 parent: 2 - proto: ToiletEmpty entities: - - uid: 33375 + - uid: 33995 + components: + - type: Transform + anchored: False + pos: -12.5,-37.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 33996 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,9.5 parent: 2 - - uid: 33376 + - uid: 33997 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-89.5 parent: 2 - - uid: 33377 + - uid: 33998 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-5.5 parent: 2 - - uid: 33378 + - uid: 33999 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-39.5 parent: 2 - - uid: 33379 + - uid: 34000 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-37.5 parent: 2 - - uid: 33380 + - uid: 34001 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-35.5 parent: 2 - - uid: 33381 + - uid: 34002 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-79.5 parent: 2 - - uid: 33382 + - uid: 34003 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-79.5 parent: 2 - - uid: 33383 + - uid: 34004 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-79.5 parent: 2 - - uid: 33384 + - uid: 34005 components: - type: Transform rot: -1.5707963267948966 rad @@ -236214,7 +240601,7 @@ entities: location: я-73 - proto: ToiletGoldenDirtyWater entities: - - uid: 33385 + - uid: 34006 components: - type: MetaData name: золотой шкебеди @@ -236225,238 +240612,227 @@ entities: price: 15000 - proto: TomDrumsInstrument entities: - - uid: 33386 + - uid: 34007 components: - type: Transform pos: 34.5,-9.5 parent: 2 - proto: ToolboxElectricalFilled entities: - - uid: 33387 + - uid: 34008 components: - type: Transform pos: -68.516685,-15.294145 parent: 2 - - uid: 33388 + - uid: 34009 components: - type: Transform pos: -70.51893,9.598103 parent: 2 - - uid: 33389 + - uid: 34010 components: - type: Transform pos: 57.497208,-17.264772 parent: 2 - - uid: 33390 + - uid: 34011 components: - type: Transform pos: -56.51593,-87.3545 parent: 2 - - uid: 33391 + - uid: 34012 components: - type: Transform pos: 55.47,-84.44745 parent: 2 - - uid: 33392 + - uid: 34013 components: - type: Transform pos: 16.863272,5.5387335 parent: 2 - - uid: 33393 + - uid: 34014 components: - type: Transform pos: 40.529057,-37.242287 parent: 2 - - uid: 33394 + - uid: 34015 components: - type: Transform pos: 8.058641,-86.410194 parent: 2 - - uid: 33395 + - uid: 34016 components: - type: Transform pos: -39.45987,-65.42333 parent: 2 - - uid: 33396 + - uid: 34017 components: - type: Transform pos: 50.419506,-100.35827 parent: 2 - - uid: 33397 + - uid: 34018 components: - type: Transform pos: 79.471405,-52.27064 parent: 2 - - uid: 33398 + - uid: 34019 components: - type: Transform pos: 65.6383,-26.463848 parent: 2 - proto: ToolboxElectricalTurretFilled entities: - - uid: 33399 + - uid: 34020 components: - type: Transform pos: -42.522194,-109.43726 parent: 2 - proto: ToolboxEmergencyFilled entities: - - uid: 33400 + - uid: 34021 components: - type: Transform pos: 17.395674,-103.35127 parent: 2 - - uid: 33401 + - uid: 34022 components: - type: Transform pos: -5.5062737,19.497356 parent: 2 - - uid: 33402 + - uid: 34023 components: - type: Transform pos: 7.605516,-86.378944 parent: 2 - - uid: 33403 + - uid: 34024 components: - type: Transform pos: -30.516659,-78.303474 parent: 2 - - uid: 33404 + - uid: 34025 components: - type: Transform pos: -56.489666,-107.45906 parent: 2 - - uid: 33405 + - uid: 34026 components: - type: Transform pos: -77.5,-27.5 parent: 2 -- proto: ToolboxGolden - entities: - - uid: 33406 - components: - - type: Transform - pos: 4.5,-40.5 - parent: 2 - - uid: 33407 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 -- proto: ToolboxGoldFilled - entities: - - uid: 33408 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 33409 - components: - - type: Transform - pos: 6.43536,-40.44177 - parent: 2 - proto: ToolboxMechanical entities: - - uid: 33410 + - uid: 34027 components: - type: Transform pos: -30.438534,-78.553474 parent: 2 - proto: ToolboxMechanicalFilled entities: - - uid: 33411 + - uid: 34028 components: - type: Transform pos: 57.497208,-17.483522 parent: 2 - - uid: 33412 + - uid: 34029 components: - type: Transform pos: 49.486805,-79.27126 parent: 2 - - uid: 33413 + - uid: 34030 components: - type: Transform pos: -41.55434,-112.38798 parent: 2 - - uid: 33414 + - uid: 34031 components: - type: Transform pos: 15.4390545,-103.40323 parent: 2 - - uid: 33415 + - uid: 34032 components: - type: Transform pos: 16.732325,5.6135054 parent: 2 - - uid: 33416 + - uid: 34033 components: - type: Transform pos: 70.501495,-27.746334 parent: 2 - - uid: 33417 + - uid: 34034 components: - type: Transform pos: 36.48632,-35.39625 parent: 2 - - uid: 33418 + - uid: 34035 components: - type: Transform pos: -39.55362,-65.54833 parent: 2 - - uid: 33419 + - uid: 34036 components: - type: Transform pos: 43.392456,-94.381584 parent: 2 - - uid: 33420 + - uid: 34037 components: - type: Transform pos: 65.48686,13.614252 parent: 2 - - uid: 33421 + - uid: 34038 components: - type: Transform pos: 109.50452,-22.239302 parent: 2 +- proto: TorsoArachnid + entities: + - uid: 34039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.0985446,-42.652122 + parent: 2 - proto: TorsoSkeleton entities: - - uid: 33422 + - uid: 34040 components: - type: Transform pos: 65.5,-50.5 parent: 2 -- proto: TorsoSlime - entities: - - uid: 33423 + - uid: 34041 components: - type: Transform - pos: 14.529345,-30.873055 + pos: 10.016842,-39.05978 parent: 2 - proto: TowelColorNT entities: - - uid: 1827 + - uid: 1862 components: - type: Transform - parent: 1820 + parent: 1855 - type: Physics canCollide: False - type: InsideEntityStorage - proto: TowelColorSyndicate entities: - - uid: 33424 + - uid: 34042 components: - type: Transform - pos: -5.3496923,-20.635847 + pos: 8.482466,-20.545671 + parent: 2 +- proto: ToyAi + entities: + - uid: 34043 + components: + - type: Transform + pos: 7.471696,-59.273373 parent: 2 - proto: ToyAmongPequeno entities: - - uid: 33425 + - uid: 34044 components: - type: Transform pos: 85.5178,-59.465878 parent: 2 - - uid: 33426 + - uid: 34045 components: - type: MetaData desc: мне пох на лор UwU @@ -236466,138 +240842,138 @@ entities: parent: 2 - proto: ToyDeathRipley entities: - - uid: 33427 + - uid: 34046 components: - type: Transform pos: -60.558315,12.6743 parent: 2 - proto: ToyFigurineAtmosTech entities: - - uid: 33428 + - uid: 34047 components: - type: Transform pos: 42.768444,-93.53998 parent: 2 - proto: ToyFigurineBartender entities: - - uid: 33429 + - uid: 34048 components: - type: Transform pos: 24.419611,4.656468 parent: 2 - proto: ToyFigurineBoxer entities: - - uid: 33430 + - uid: 34049 components: - type: Transform pos: -21.928501,-85.86391 parent: 2 - proto: ToyFigurineCaptain entities: - - uid: 33431 + - uid: 34050 components: - type: Transform pos: 10.456947,-22.516052 parent: 2 - - uid: 33432 + - uid: 34051 components: - type: Transform pos: 13.357437,15.92197 parent: 2 - proto: ToyFigurineCargoTech entities: - - uid: 33433 + - uid: 34052 components: - type: Transform pos: 92.736534,-48.330746 parent: 2 - proto: ToyFigurineChaplain entities: - - uid: 33434 + - uid: 34053 components: - type: Transform pos: 36.211376,-63.908714 parent: 2 - proto: ToyFigurineChef entities: - - uid: 33435 + - uid: 34054 components: - type: Transform pos: 29.353031,12.1914425 parent: 2 - proto: ToyFigurineChemist entities: - - uid: 33436 + - uid: 34055 components: - type: Transform pos: -38.331707,-32.108185 parent: 2 - proto: ToyFigurineChiefEngineer entities: - - uid: 33437 + - uid: 34056 components: - type: Transform pos: 50.415848,-53.65631 parent: 2 - proto: ToyFigurineChiefMedicalOfficer entities: - - uid: 33438 + - uid: 34057 components: - type: Transform pos: -34.990788,-7.283823 parent: 2 - proto: ToyFigurineClown entities: - - uid: 33439 + - uid: 34058 components: - type: Transform pos: -49.445133,-112.21309 parent: 2 - proto: ToyFigurineEngineer entities: - - uid: 33440 + - uid: 34059 components: - type: Transform pos: 50.948788,-51.257023 parent: 2 - proto: ToyFigurineGreytider entities: - - uid: 33441 + - uid: 34060 components: - type: Transform pos: -38.481007,18.630001 parent: 2 - proto: ToyFigurineHamlet entities: - - uid: 33442 + - uid: 34061 components: - type: Transform pos: 7.001844,19.689367 parent: 2 - proto: ToyFigurineHeadOfPersonnel entities: - - uid: 33443 + - uid: 34062 components: - type: Transform pos: -7.6532,9.255847 parent: 2 - proto: ToyFigurineJanitor entities: - - uid: 16227 + - uid: 16728 components: - type: Transform - parent: 16226 + parent: 16727 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 33444 + - uid: 34063 components: - type: Transform pos: 3.4866855,-4.361102 parent: 2 - proto: ToyFigurineLawyer entities: - - uid: 33445 + - uid: 34064 components: - type: MetaData desc: Лучше звоните Солу! @@ -236606,120 +240982,108 @@ entities: parent: 2 - proto: ToyFigurineLibrarian entities: - - uid: 33446 + - uid: 34065 components: - type: Transform pos: -31.617523,6.3560033 parent: 2 - proto: ToyFigurineMedicalDoctor entities: - - uid: 33447 + - uid: 34066 components: - type: Transform pos: -59.681423,-23.269218 parent: 2 - proto: ToyFigurineMime entities: - - uid: 33448 + - uid: 34067 components: - type: Transform pos: 33.83908,-17.67738 parent: 2 - proto: ToyFigurineMusician entities: - - uid: 33449 + - uid: 34068 components: - type: Transform pos: -44.434223,-113.224045 parent: 2 - - uid: 33450 + - uid: 34069 components: - type: Transform pos: 36.685593,0.8203099 parent: 2 - proto: ToyFigurineNukie entities: - - uid: 33451 + - uid: 34070 components: - type: Transform pos: -6.209384,-2.2676325 parent: 2 - - uid: 33452 + - uid: 34071 components: - type: Transform pos: -5.678134,-2.2988825 parent: 2 - proto: ToyFigurineNukieCommander entities: - - uid: 33453 + - uid: 34072 components: - type: Transform pos: -6.818759,-2.6738825 parent: 2 - proto: ToyFigurineNukieElite entities: - - uid: 33454 + - uid: 34073 components: - type: Transform pos: -5.896884,-2.7520075 parent: 2 - proto: ToyFigurineParamedic entities: - - uid: 33455 + - uid: 34074 components: - type: Transform pos: -54.273342,-15.349931 parent: 2 - proto: ToyFigurinePassenger entities: - - uid: 33456 + - uid: 34075 components: - type: Transform pos: -32.262848,-94.07056 parent: 2 - proto: ToyFigurineQuartermaster entities: - - uid: 33457 + - uid: 34076 components: - type: Transform pos: -1.9263535,-95.30775 parent: 2 -- proto: ToyFigurineQueen - entities: - - uid: 33458 - components: - - type: Transform - pos: -13.5,-52.5 - parent: 2 - - uid: 33459 - components: - - type: Transform - pos: -1.5,-51.5 - parent: 2 - proto: ToyFigurineResearchDirector entities: - - uid: 33460 + - uid: 34077 components: - type: Transform pos: -39.171104,-69.29449 parent: 2 - proto: ToyFigurineSalvage entities: - - uid: 33461 + - uid: 34078 components: - type: Transform pos: -10.416489,-98.25826 parent: 2 - proto: ToyFigurineScientist entities: - - uid: 33462 + - uid: 34079 components: - type: Transform pos: -39.63183,-49.324574 parent: 2 - proto: ToyFigurineSlime entities: - - uid: 33463 + - uid: 34080 components: - type: MetaData desc: Фигурка, изображающая хлюпающего смотрителя. @@ -236729,40 +241093,42 @@ entities: parent: 2 - proto: ToyFigurineThief entities: - - uid: 33464 + - uid: 34081 components: - type: Transform pos: -29.43541,-118.259514 parent: 2 - proto: ToyFigurineWarden entities: - - uid: 33465 + - uid: 34082 components: - type: Transform pos: 47.705772,-25.325428 parent: 2 - proto: ToyFigurineWizard entities: - - uid: 33466 + - uid: 34083 components: - type: Transform pos: -37.64504,-99.52388 parent: 2 - proto: ToyFigurineWizardFake entities: - - uid: 33467 - components: - - type: Transform - pos: -13.5,-45.5 - parent: 2 - - uid: 33468 + - uid: 34084 components: - type: Transform pos: -41.361916,-101.351456 parent: 2 +- proto: ToyGygax + entities: + - uid: 34085 + components: + - type: Transform + pos: 10.461506,-49.55365 + parent: 2 - proto: ToyHammer entities: - - uid: 33469 + - uid: 34086 components: - type: Transform rot: 1.5707963267948966 rad @@ -236770,157 +241136,145 @@ entities: parent: 2 - proto: ToyIan entities: - - uid: 33470 + - uid: 34087 components: - type: Transform pos: -30.621994,13.091847 parent: 2 - proto: ToyNuke entities: - - uid: 33471 + - uid: 34088 components: - type: Transform pos: -7.006259,-2.5020075 parent: 2 - proto: ToyRubberDuck entities: - - uid: 33472 + - uid: 34089 components: - type: Transform pos: 19.538343,14.408899 parent: 2 - - uid: 33473 + - uid: 34090 components: - type: Transform pos: 51.517838,-25.437391 parent: 2 - - uid: 33474 + - uid: 34091 components: - type: Transform pos: 78.20929,-11.594551 parent: 2 - - uid: 33475 + - uid: 34092 components: - type: Transform pos: 75.023865,-42.00662 parent: 2 - - uid: 33476 + - uid: 34093 components: - type: Transform pos: 76.28949,-41.44412 parent: 2 - - uid: 33477 + - uid: 34094 components: - type: Transform pos: -14.993159,-77.09618 parent: 2 - - uid: 33478 + - uid: 34095 components: - type: Transform pos: -13.961909,-76.64306 parent: 2 - proto: ToySkeleton entities: - - uid: 33479 + - uid: 34096 components: - type: Transform pos: 70.66162,-50.586216 parent: 2 - proto: ToySpawner entities: - - uid: 33480 + - uid: 34097 components: - type: Transform pos: -40.5,6.5 parent: 2 - - uid: 33481 + - uid: 34098 components: - type: Transform pos: -58.5,-9.5 parent: 2 - - uid: 33482 + - uid: 34099 components: - type: Transform pos: 56.5,-29.5 parent: 2 - - uid: 33483 + - uid: 34100 components: - type: Transform pos: -66.5,-12.5 parent: 2 - - uid: 33484 + - uid: 34101 components: - type: Transform pos: -48.5,-114.5 parent: 2 - - uid: 33485 + - uid: 34102 components: - type: Transform pos: -84.5,2.5 parent: 2 - - uid: 33486 + - uid: 34103 components: - type: Transform pos: -51.5,-49.5 parent: 2 -- proto: ToySword - entities: - - uid: 33487 - components: - - type: Transform - pos: 2.9329998,-34.69089 - parent: 2 - - uid: 33488 - components: - - type: Transform - pos: 2.9329998,-34.97214 - parent: 2 - proto: TrackingImplanter entities: - - uid: 2521 + - uid: 2553 components: - type: Transform - parent: 2519 + parent: 2551 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2541 + - uid: 2573 components: - type: MetaData name: Трекер - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 33489 + - uid: 34104 components: - type: Transform pos: -65.5,-50.5 parent: 2 - proto: TrashBag entities: - - uid: 2597 + - uid: 2631 components: - type: Transform - parent: 2593 + parent: 2627 - type: Physics canCollide: False - type: InsideEntityStorage - proto: TrashBagBlue entities: - - uid: 2622 + - uid: 2656 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - - uid: 33490 + - uid: 34105 components: - type: Transform pos: 9.349471,0.5716343 parent: 2 - - uid: 33491 + - uid: 34106 components: - type: MetaData desc: Лучшая разработка для самых лентяйских лентяев! Вам лень смешивать карты вручную? Просто соберите карты в этот мешок и несколько раз скиньте их на стол! @@ -236941,34 +241295,34 @@ entities: delayPerItem: 0 - proto: TrashBananaPeel entities: - - uid: 33492 + - uid: 34107 components: - type: Transform pos: 89.44522,-9.333417 parent: 2 - proto: trayScanner entities: - - uid: 33493 + - uid: 34108 components: - type: Transform pos: 62.718464,-56.355484 parent: 2 - - uid: 33494 + - uid: 34109 components: - type: Transform pos: 64.49327,-24.385387 parent: 2 - - uid: 33495 + - uid: 34110 components: - type: Transform pos: -40.514145,-62.120777 parent: 2 - - uid: 33496 + - uid: 34111 components: - type: Transform pos: 48.57563,-100.288826 parent: 2 - - uid: 33497 + - uid: 34112 components: - type: Transform rot: -1.5707963267948966 rad @@ -236976,74 +241330,69 @@ entities: parent: 2 - proto: TreasureCDDrive entities: - - uid: 33498 - components: - - type: Transform - pos: -0.44067538,-24.641777 - parent: 2 - - uid: 33499 + - uid: 34113 components: - type: Transform pos: 102.39258,-88.48305 parent: 2 - proto: TreasureCoinAdamantine entities: - - uid: 26348 + - uid: 27155 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - proto: TreasureCoinDiamond entities: - - uid: 26349 + - uid: 27156 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - proto: TreasureCoinGold entities: - - uid: 26350 + - uid: 27157 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26351 + - uid: 27158 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - proto: TreasureCoinIron entities: - - uid: 26352 + - uid: 27159 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26353 + - uid: 27160 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26354 + - uid: 27161 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 33500 + - uid: 34114 components: - type: MetaData desc: Затмевает белый свет, ослепляет тех кто слаб душою. @@ -237052,36 +241401,56 @@ entities: parent: 2 - proto: TreasureCPUSupercharged entities: - - uid: 33501 + - uid: 34115 components: - type: Transform pos: 97.49889,-89.4353 parent: 2 + - uid: 34116 + components: + - type: Transform + pos: 1.2734514,-43.377167 + parent: 2 + - uid: 34117 + components: + - type: Transform + pos: 1.5859514,-43.689667 + parent: 2 - proto: TreasureDatadiskEncrypted entities: - - uid: 33502 + - uid: 34118 components: - type: Transform - pos: 1.5,-26.5 + pos: 9.608994,-25.645563 parent: 2 - - uid: 33503 + - uid: 34119 components: - type: Transform - pos: 1.3718246,-26.282402 + pos: 9.327744,-25.411188 parent: 2 - - uid: 33504 + - uid: 34120 components: - type: Transform pos: 98.48633,-91.3893 parent: 2 -- proto: TreasureFlopDiskDrive - entities: - - uid: 33505 + - uid: 34121 components: - type: Transform - pos: -0.39380038,-24.344902 + pos: 6.7545013,-41.33832 parent: 2 - - uid: 33506 + - uid: 34122 + components: + - type: Transform + pos: 6.8013763,-42.52582 + parent: 2 +- proto: TreasureFlopDiskDrive + entities: + - uid: 34123 + components: + - type: Transform + pos: 10.683372,-33.1914 + parent: 2 + - uid: 34124 components: - type: Transform rot: -1.5707963267948966 rad @@ -237089,60 +241458,63 @@ entities: parent: 2 - proto: TreasureHardDiskDrive entities: - - uid: 33507 + - uid: 34125 components: - type: Transform pos: 102.36133,-88.2643 parent: 2 - proto: TreasureSampleTube entities: - - uid: 33508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.285676,-30.3027 - parent: 2 - - uid: 33509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.51991,-30.345253 - parent: 2 - - uid: 33510 + - uid: 34126 components: - type: Transform pos: -45.41842,0.52401495 parent: 2 - - uid: 33511 + - uid: 34127 components: - type: Transform pos: -45.57467,0.64901495 parent: 2 - - uid: 33512 + - uid: 34128 components: - type: Transform pos: -70.495224,-0.4366305 parent: 2 + - uid: 34129 + components: + - type: Transform + pos: -8.972964,-57.35263 + parent: 2 + - uid: 34130 + components: + - type: Transform + pos: -8.894839,-57.493256 + parent: 2 + - uid: 34131 + components: + - type: Transform + pos: 13.281824,-37.27201 + parent: 2 - proto: Truncheon entities: - - uid: 33513 + - uid: 34132 components: - type: Transform pos: 63.33208,-11.491384 parent: 2 - - uid: 33514 + - uid: 34133 components: - type: Transform pos: 63.534504,-11.470428 parent: 2 - - uid: 33515 + - uid: 34134 components: - type: Transform pos: 63.628254,-11.548553 parent: 2 - proto: TurnstileGenpopEnter entities: - - uid: 33516 + - uid: 34135 components: - type: Transform rot: 3.141592653589793 rad @@ -237150,472 +241522,472 @@ entities: parent: 2 - proto: TurnstileGenpopLeave entities: - - uid: 33517 + - uid: 34136 components: - type: Transform pos: 44.5,-2.5 parent: 2 - - uid: 33518 + - uid: 34137 components: - type: Transform pos: 44.5,1.5 parent: 2 - proto: TwoWayLever entities: - - uid: 33519 + - uid: 34138 components: - type: Transform pos: -2.5,-69.5 parent: 2 - - uid: 33520 + - uid: 34139 components: - type: Transform pos: 109.5,-20.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2156: + 2188: - - Left - Open - - Right - Open - - Middle - Close - 2167: + 2192: - - Left - Open - - Right - Open - - Middle - Close - 2157: + 2189: - - Left - Open - - Right - Open - - Middle - Close - - uid: 33521 + - uid: 34140 components: - type: Transform pos: 19.5,-79.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16020: + 16523: - - Left - Reverse - - Right - Forward - - Middle - Off - 16022: + 16525: - - Left - Reverse - - Right - Forward - - Middle - Off - 16053: + 16556: - - Left - Reverse - - Right - Forward - - Middle - Off - 16021: + 16524: - - Left - Reverse - - Right - Forward - - Middle - Off - 16060: + 16563: - - Left - Reverse - - Right - Forward - - Middle - Off - 16054: + 16557: - - Left - Reverse - - Right - Forward - - Middle - Off - 16019: + 16522: - - Left - Reverse - - Right - Forward - - Middle - Off - 16058: + 16561: - - Left - Reverse - - Right - Forward - - Middle - Off - 16018: + 16521: - - Left - Reverse - - Right - Forward - - Middle - Off - 16059: + 16562: - - Left - Reverse - - Right - Forward - - Middle - Off - 29895: + 30569: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33522 + - uid: 34141 components: - type: Transform pos: 14.5,-96.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16040: + 16543: - - Left - Forward - - Right - Reverse - - Middle - Off - 16038: + 16541: - - Left - Forward - - Right - Reverse - - Middle - Off - 16036: + 16539: - - Left - Forward - - Right - Reverse - - Middle - Off - 16037: + 16540: - - Left - Forward - - Right - Reverse - - Middle - Off - 16026: + 16529: - - Left - Forward - - Right - Reverse - - Middle - Off - 16035: + 16538: - - Left - Forward - - Right - Reverse - - Middle - Off - 16023: + 16526: - - Left - Forward - - Right - Reverse - - Middle - Off - 16025: + 16528: - - Left - Forward - - Right - Reverse - - Middle - Off - 16030: + 16533: - - Left - Forward - - Right - Reverse - - Middle - Off - 16028: + 16531: - - Left - Forward - - Right - Reverse - - Middle - Off - 16027: + 16530: - - Left - Forward - - Right - Reverse - - Middle - Off - 16024: + 16527: - - Left - Forward - - Right - Reverse - - Middle - Off - 16034: + 16537: - - Left - Forward - - Right - Reverse - - Middle - Off - 16031: + 16534: - - Left - Forward - - Right - Reverse - - Middle - Off - 16033: + 16536: - - Left - Forward - - Right - Reverse - - Middle - Off - 16032: + 16535: - - Left - Forward - - Right - Reverse - - Middle - Off - 16029: + 16532: - - Left - Forward - - Right - Reverse - - Middle - Off - 16039: + 16542: - - Left - Forward - - Right - Reverse - - Middle - Off - 16051: + 16554: - - Left - Forward - - Right - Reverse - - Middle - Off - 16041: + 16544: - - Left - Forward - - Right - Reverse - - Middle - Off - 16042: + 16545: - - Left - Forward - - Right - Reverse - - Middle - Off - 16043: + 16546: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33523 + - uid: 34142 components: - type: Transform pos: 10.5,-80.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16013: + 16516: - - Left - Forward - - Right - Reverse - - Middle - Off - 16014: + 16517: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33524 + - uid: 34143 components: - type: Transform pos: 43.5,-69.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16016: + 16519: - - Left - Forward - - Right - Reverse - - Middle - Off - 16015: + 16518: - - Left - Forward - - Right - Reverse - - Middle - Off - 16017: + 16520: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33525 + - uid: 34144 components: - type: Transform pos: 12.5,-101.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16049: + 16552: - - Left - Forward - - Right - Reverse - - Middle - Off - 16050: + 16553: - - Left - Forward - - Right - Reverse - - Middle - Off - 16048: + 16551: - - Left - Forward - - Right - Reverse - - Middle - Off - 16044: + 16547: - - Left - Forward - - Right - Reverse - - Middle - Off - 16045: + 16548: - - Left - Forward - - Right - Reverse - - Middle - Off - 16047: + 16550: - - Left - Forward - - Right - Reverse - - Middle - Off - 16046: + 16549: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33526 + - uid: 34145 components: - type: Transform pos: 7.5,1.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 31027: + 31613: - - Left - Open - - Middle - Close - - Right - Open - 31026: + 31612: - - Left - Open - - Right - Open - - Middle - Close - - uid: 33527 + - uid: 34146 components: - type: Transform pos: -13.5,-103.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 16072: + 16575: - - Right - Reverse - - Left - Forward - - Middle - Off - 29896: + 30570: - - Right - Reverse - - Left - Forward - - Middle - Off - 16073: + 16576: - - Right - Reverse - - Left - Forward - - Middle - Off - 16074: + 16577: - - Left - Forward - - Right - Reverse - - Middle - Off - - uid: 33528 + - uid: 34147 components: - type: Transform pos: 106.5,-17.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2170: + 2195: - - Left - Open - - Right - Open - - Middle - Close - 2169: + 2194: - - Middle - Close - - Right @@ -237624,54 +241996,44 @@ entities: - Open - proto: UnfinishedMachineFrame entities: - - uid: 33529 - components: - - type: Transform - pos: -12.5,-41.5 - parent: 2 - - uid: 33530 - components: - - type: Transform - pos: -12.5,-40.5 - parent: 2 - - uid: 33531 + - uid: 34148 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,23.5 parent: 2 - - uid: 33532 + - uid: 34149 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,22.5 parent: 2 - - uid: 33533 + - uid: 34150 components: - type: Transform rot: 1.5707963267948966 rad pos: 106.5,-56.5 parent: 2 - - uid: 33534 + - uid: 34151 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-70.5 parent: 2 - - uid: 33535 + - uid: 34152 components: - type: Transform rot: 1.5707963267948966 rad pos: 92.5,-68.5 parent: 2 - - uid: 33536 + - uid: 34153 components: - type: Transform pos: 104.5,-69.5 parent: 2 - proto: UniformPrinter entities: - - uid: 33537 + - uid: 34154 components: - type: Transform rot: 3.141592653589793 rad @@ -237685,94 +242047,94 @@ entities: - CivilianServices - proto: UniformScrubsColorBlue entities: - - uid: 2514 + - uid: 2546 components: - type: MetaData name: анестезиологическая роба - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - proto: UniformScrubsColorGreen entities: - - uid: 2515 + - uid: 2547 components: - type: MetaData name: хирургическая роба - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 33538 + - uid: 34155 components: - type: Transform pos: -76.366,-7.92319 parent: 2 - - uid: 33539 + - uid: 34156 components: - type: Transform pos: -76.50662,-8.032565 parent: 2 - proto: UniformScrubsColorPurple entities: - - uid: 2516 + - uid: 2548 components: - type: MetaData name: реаниматологическая роба - type: Transform - parent: 2504 + parent: 2536 - type: Physics canCollide: False - type: InsideEntityStorage - proto: UniformShortsRed entities: - - uid: 33540 + - uid: 34157 components: - type: Transform pos: 79.493,-3.7236357 parent: 2 - - uid: 33541 + - uid: 34158 components: - type: Transform pos: 82.64818,-6.5517607 parent: 2 - - uid: 33542 + - uid: 34159 components: - type: Transform pos: -23.798105,-83.82603 parent: 2 - proto: UniformShortsRedWithTop entities: - - uid: 33543 + - uid: 34160 components: - type: Transform pos: 79.71175,-3.4736357 parent: 2 - - uid: 33544 + - uid: 34161 components: - type: Transform pos: 82.4305,-6.3486357 parent: 2 - - uid: 33545 + - uid: 34162 components: - type: Transform pos: -33.74704,-107.28026 parent: 2 - - uid: 33546 + - uid: 34163 components: - type: Transform pos: -33.851795,-107.350006 parent: 2 - - uid: 33547 + - uid: 34164 components: - type: Transform pos: -20.232607,-88.242294 parent: 2 - proto: UprightPianoInstrument entities: - - uid: 33548 + - uid: 34165 components: - type: Transform rot: 3.141592653589793 rad @@ -237780,731 +242142,745 @@ entities: parent: 2 - proto: UraniumReinforcedWindowDirectional entities: - - uid: 33549 + - uid: 34166 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,18.5 parent: 2 - - uid: 33550 + - uid: 34167 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,18.5 parent: 2 - - uid: 33551 + - uid: 34168 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,22.5 parent: 2 - - uid: 33552 + - uid: 34169 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,22.5 parent: 2 - - uid: 33553 + - uid: 34170 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,22.5 parent: 2 - - uid: 33554 + - uid: 34171 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,22.5 parent: 2 - - uid: 33555 + - uid: 34172 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,18.5 parent: 2 - - uid: 33556 + - uid: 34173 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,18.5 parent: 2 - - uid: 33557 + - uid: 34174 components: - type: Transform rot: 1.5707963267948966 rad pos: 96.5,-88.5 parent: 2 - - uid: 33558 + - uid: 34175 components: - type: Transform rot: 1.5707963267948966 rad pos: 96.5,-89.5 parent: 2 - - uid: 33559 + - uid: 34176 components: - type: Transform rot: 3.141592653589793 rad pos: 97.5,-90.5 parent: 2 - - uid: 33560 + - uid: 34177 components: - type: Transform rot: 3.141592653589793 rad pos: 99.5,-90.5 parent: 2 - - uid: 33561 + - uid: 34178 components: - type: Transform rot: -1.5707963267948966 rad pos: 100.5,-88.5 parent: 2 - - uid: 33562 + - uid: 34179 components: - type: Transform pos: 99.5,-87.5 parent: 2 - - uid: 33563 + - uid: 34180 components: - type: Transform rot: -1.5707963267948966 rad pos: 100.5,-89.5 parent: 2 - - uid: 33564 + - uid: 34181 components: - type: Transform pos: 98.5,-87.5 parent: 2 - - uid: 33565 + - uid: 34182 components: - type: Transform pos: 97.5,-87.5 parent: 2 - proto: UraniumWindoorSecureEngineeringLocked entities: - - uid: 33566 + - uid: 34183 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-48.5 parent: 2 - - uid: 33567 + - uid: 34184 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-47.5 parent: 2 +- proto: Urn + entities: + - uid: 1229 + components: + - type: Transform + pos: 11.494158,-28.225565 + parent: 2 + - type: Storage + storedItems: + 1230: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1230 - proto: VariantCubeBox entities: - - uid: 33568 + - uid: 34185 components: - type: Transform pos: -52.484634,0.68885875 parent: 2 - - uid: 33569 + - uid: 34186 components: - type: Transform pos: -46.802418,-6.2182565 parent: 2 - proto: VendingBarDrobe entities: - - uid: 33570 + - uid: 34187 components: - type: Transform pos: 22.5,6.5 parent: 2 - proto: VendingMachineAtmosDrobe entities: - - uid: 33571 + - uid: 34188 components: - type: Transform pos: 40.5,-46.5 parent: 2 - proto: VendingMachineBooze entities: - - uid: 33572 + - uid: 34189 components: - type: Transform pos: -11.5,13.5 parent: 2 - - uid: 33573 + - uid: 34190 components: - type: Transform pos: 24.5,0.5 parent: 2 - - uid: 33574 + - uid: 34191 components: - type: Transform pos: -22.5,-100.5 parent: 2 - proto: VendingMachineCargoDrobe entities: - - uid: 33575 + - uid: 34192 components: - type: Transform pos: 5.5,-96.5 parent: 2 - - uid: 33576 + - uid: 34193 components: - type: Transform pos: 5.5,-97.5 parent: 2 - proto: VendingMachineCart entities: - - uid: 33577 + - uid: 34194 components: - type: Transform pos: -2.5,11.5 parent: 2 - proto: VendingMachineChapel entities: - - uid: 33578 + - uid: 34195 components: - type: Transform pos: 37.5,-69.5 parent: 2 - proto: VendingMachineChefDrobe entities: - - uid: 33579 + - uid: 34196 components: - type: Transform pos: 28.5,16.5 parent: 2 - - uid: 33580 + - uid: 34197 components: - type: Transform pos: -57.5,12.5 parent: 2 - proto: VendingMachineChefvend entities: - - uid: 33581 + - uid: 34198 components: - type: Transform pos: 89.5,-8.5 parent: 2 missingComponents: - AccessReader - - uid: 33582 + - uid: 34199 components: - type: Transform pos: 23.5,11.5 parent: 2 - proto: VendingMachineChemDrobe entities: - - uid: 33583 + - uid: 34200 components: - type: Transform pos: -38.5,-30.5 parent: 2 - proto: VendingMachineChemicals entities: - - uid: 33584 + - uid: 34201 components: - type: Transform pos: -34.5,-30.5 parent: 2 - proto: VendingMachineCigs entities: - - uid: 33585 + - uid: 34202 components: - type: Transform pos: 60.5,1.5 parent: 2 - - uid: 33586 + - uid: 34203 components: - type: Transform pos: 76.5,-8.5 parent: 2 - - uid: 33587 + - uid: 34204 components: - type: Transform pos: -28.5,-1.5 parent: 2 - - uid: 33588 + - uid: 34205 components: - type: Transform pos: -70.5,-41.5 parent: 2 - - uid: 33589 + - uid: 34206 components: - type: Transform pos: 85.5,-38.5 parent: 2 - - uid: 33590 + - uid: 34207 components: - type: Transform pos: -34.5,-59.5 parent: 2 - - uid: 33591 + - uid: 34208 components: - type: Transform pos: 24.5,-1.5 parent: 2 - - uid: 33592 + - uid: 34209 components: - type: Transform pos: -28.5,-53.5 parent: 2 - - uid: 33593 + - uid: 34210 components: - type: Transform pos: 30.5,-69.5 parent: 2 - - uid: 33594 + - uid: 34211 components: - type: Transform pos: -35.5,-1.5 parent: 2 - proto: VendingMachineClothing entities: - - uid: 33595 + - uid: 34212 components: - type: Transform pos: 38.5,-13.5 parent: 2 - - uid: 33596 + - uid: 34213 components: - type: Transform pos: 89.5,-24.5 parent: 2 - - uid: 33597 + - uid: 34214 components: - type: Transform pos: -35.5,-93.5 parent: 2 - - uid: 33598 + - uid: 34215 components: - type: Transform pos: -62.5,4.5 parent: 2 - - uid: 33599 + - uid: 34216 components: - type: Transform pos: -83.5,3.5 parent: 2 - - uid: 33600 + - uid: 34217 components: - type: Transform pos: -25.5,-91.5 parent: 2 - proto: VendingMachineCoffee entities: - - uid: 33601 + - uid: 34218 components: - type: Transform pos: 42.5,-14.5 parent: 2 - - uid: 33602 + - uid: 34219 components: - type: Transform pos: 4.5,-78.5 parent: 2 - - uid: 33603 + - uid: 34220 components: - type: Transform pos: 53.5,-54.5 parent: 2 - - uid: 33604 + - uid: 34221 components: - type: Transform pos: -32.5,12.5 parent: 2 - - uid: 33605 + - uid: 34222 components: - type: Transform pos: 10.5,11.5 parent: 2 - - uid: 33606 + - uid: 34223 components: - type: Transform pos: -19.5,8.5 parent: 2 - - uid: 33607 + - uid: 34224 components: - type: Transform pos: -28.5,-2.5 parent: 2 - - uid: 33608 + - uid: 34225 components: - type: Transform pos: -44.5,-38.5 parent: 2 - - uid: 33609 + - uid: 34226 components: - type: Transform pos: -37.5,-1.5 parent: 2 - - uid: 33610 + - uid: 34227 components: - type: Transform pos: -39.5,-7.5 parent: 2 - - uid: 33611 + - uid: 34228 components: - type: Transform pos: -34.5,-25.5 parent: 2 - - uid: 33612 + - uid: 34229 components: - type: Transform pos: -52.5,-3.5 parent: 2 - - uid: 33613 + - uid: 34230 components: - type: Transform pos: 61.5,-35.5 parent: 2 - - uid: 33614 + - uid: 34231 components: - type: Transform pos: 79.5,-26.5 parent: 2 - - uid: 33615 + - uid: 34232 components: - type: Transform pos: 4.5,-86.5 parent: 2 - - uid: 33616 + - uid: 34233 components: - type: Transform pos: -35.5,-65.5 parent: 2 - - uid: 33617 + - uid: 34234 components: - type: Transform pos: -9.5,-84.5 parent: 2 - - uid: 33618 + - uid: 34235 components: - type: Transform pos: -35.5,-94.5 parent: 2 - - uid: 33619 + - uid: 34236 components: - type: Transform pos: -55.5,-25.5 parent: 2 - - uid: 33620 + - uid: 34237 components: - type: Transform pos: -6.5,-0.5 parent: 2 - - uid: 33621 + - uid: 34238 components: - type: Transform pos: -47.5,-50.5 parent: 2 - - uid: 33622 + - uid: 34239 components: - type: Transform pos: -19.5,-70.5 parent: 2 - - uid: 33623 + - uid: 34240 components: - type: Transform pos: -42.5,11.5 parent: 2 - - uid: 33624 + - uid: 34241 components: - type: Transform pos: -57.5,-46.5 parent: 2 - - uid: 33625 + - uid: 34242 components: - type: Transform pos: -55.5,-64.5 parent: 2 - - uid: 33626 + - uid: 34243 components: - type: Transform pos: -10.5,20.5 parent: 2 - proto: VendingMachineCondiments entities: - - uid: 33627 + - uid: 34244 components: - type: Transform pos: 51.5,7.5 parent: 2 - - uid: 33628 + - uid: 34245 components: - type: Transform rot: 3.141592653589793 rad pos: 85.5,-10.5 parent: 2 - - uid: 33629 + - uid: 34246 components: - type: Transform pos: -11.5,15.5 parent: 2 - - uid: 33630 + - uid: 34247 components: - type: Transform pos: 31.5,5.5 parent: 2 - proto: VendingMachineCuraDrobe entities: - - uid: 33631 + - uid: 34248 components: - type: Transform pos: -35.5,5.5 parent: 2 - proto: VendingMachineDetDrobe entities: - - uid: 33632 + - uid: 34249 components: - type: Transform pos: 38.5,-23.5 parent: 2 - proto: VendingMachineDinnerware entities: - - uid: 33633 + - uid: 34250 components: - type: Transform pos: 27.5,14.5 parent: 2 - proto: VendingMachineDonut entities: - - uid: 33634 + - uid: 34251 components: - type: Transform pos: 42.5,-10.5 parent: 2 - - uid: 33635 + - uid: 34252 components: - type: Transform pos: -76.5,-35.5 parent: 2 - - uid: 33636 + - uid: 34253 components: - type: Transform pos: -70.5,-47.5 parent: 2 - proto: VendingMachineEngiDrobe entities: - - uid: 33637 + - uid: 34254 components: - type: Transform pos: 47.5,-51.5 parent: 2 - - uid: 33638 + - uid: 34255 components: - type: Transform pos: 48.5,-84.5 parent: 2 - - uid: 33639 + - uid: 34256 components: - type: Transform pos: 48.5,-62.5 parent: 2 - proto: VendingMachineEngivend entities: - - uid: 33640 + - uid: 34257 components: - type: Transform pos: 47.5,-50.5 parent: 2 - proto: VendingMachineGames entities: - - uid: 33641 + - uid: 34258 components: - type: Transform pos: 44.5,8.5 parent: 2 - - uid: 33642 + - uid: 34259 components: - type: Transform pos: 87.5,-2.5 parent: 2 - - uid: 33643 + - uid: 34260 components: - type: Transform pos: -32.5,11.5 parent: 2 - proto: VendingMachineGeneDrobe entities: - - uid: 33644 + - uid: 34261 components: - type: Transform pos: -57.5,-25.5 parent: 2 - proto: VendingMachineHappyHonk entities: - - uid: 33645 - components: - - type: Transform - pos: 17.5,-47.5 - parent: 2 - - uid: 33646 + - uid: 34262 components: - type: Transform pos: -48.5,-110.5 parent: 2 - - uid: 33647 + - uid: 34263 components: - type: Transform pos: 31.5,-7.5 parent: 2 - proto: VendingMachineHydrobe entities: - - uid: 33648 + - uid: 34264 components: - type: Transform pos: 33.5,18.5 parent: 2 - proto: VendingMachineJaniDrobe entities: - - uid: 33649 + - uid: 34265 components: - type: Transform pos: 3.5,-5.5 parent: 2 - proto: VendingMachineLawDrobe entities: - - uid: 33650 + - uid: 34266 components: - type: Transform pos: -24.5,3.5 parent: 2 - proto: VendingMachineMagivend entities: - - uid: 33651 + - uid: 34267 components: - type: Transform pos: -37.5,-103.5 parent: 2 - proto: VendingMachineMedical entities: - - uid: 33652 + - uid: 34268 components: - type: Transform pos: 80.5,-10.5 parent: 2 - - uid: 33653 + - uid: 34269 components: - type: Transform pos: 66.5,-3.5 parent: 2 - - uid: 33654 + - uid: 34270 components: - type: Transform pos: -52.5,-29.5 parent: 2 - - uid: 33655 + - uid: 34271 components: - type: Transform pos: -46.5,-13.5 parent: 2 - - uid: 33656 + - uid: 34272 components: - type: Transform pos: -51.5,-14.5 parent: 2 - proto: VendingMachineMediDrobe entities: - - uid: 33657 + - uid: 34273 components: - type: Transform pos: -46.5,-16.5 parent: 2 - proto: VendingMachineNutri entities: - - uid: 33658 + - uid: 34274 components: - type: Transform pos: 37.5,15.5 parent: 2 - proto: VendingMachinePwrGame entities: - - uid: 33659 + - uid: 34275 components: - type: Transform pos: -59.5,10.5 parent: 2 - proto: VendingMachineRoboDrobe entities: - - uid: 33660 + - uid: 34276 components: - type: Transform pos: -40.5,-55.5 parent: 2 - proto: VendingMachineRobotics entities: - - uid: 33661 + - uid: 34277 components: - type: Transform pos: -40.5,-51.5 parent: 2 - proto: VendingMachineSalvage entities: - - uid: 33662 + - uid: 34278 components: - type: Transform pos: -5.5,-93.5 parent: 2 - - uid: 33663 + - uid: 34279 components: - type: Transform pos: -0.5,-71.5 parent: 2 - proto: VendingMachineSciDrobe entities: - - uid: 33664 + - uid: 34280 components: - type: Transform pos: -45.5,-73.5 parent: 2 - - uid: 33665 + - uid: 34281 components: - type: Transform pos: -34.5,-65.5 parent: 2 - proto: VendingMachineSec entities: - - uid: 33666 + - uid: 34282 components: - type: Transform pos: 58.5,-17.5 parent: 2 - - uid: 33667 + - uid: 34283 components: - type: Transform pos: 59.5,3.5 parent: 2 - proto: VendingMachineSecDrobe entities: - - uid: 33668 + - uid: 34284 components: - type: Transform pos: -9.5,-80.5 parent: 2 - - uid: 33669 + - uid: 34285 components: - type: Transform pos: 61.5,5.5 parent: 2 - - uid: 33670 + - uid: 34286 components: - type: Transform pos: -64.5,-36.5 parent: 2 - - uid: 33671 + - uid: 34287 components: - type: Transform pos: -46.5,-48.5 parent: 2 - - uid: 33672 + - uid: 34288 components: - type: Transform pos: -46.5,-31.5 parent: 2 - proto: VendingMachineSeeds entities: - - uid: 33673 + - uid: 34289 components: - type: Transform pos: 38.5,15.5 parent: 2 - - uid: 33674 + - uid: 34290 components: - type: Transform pos: 89.5,-3.5 @@ -238513,165 +242889,165 @@ entities: - AccessReader - proto: VendingMachineSeedsUnlocked entities: - - uid: 33675 + - uid: 34291 components: - type: Transform pos: 54.5,4.5 parent: 2 - proto: VendingMachineSovietSoda entities: - - uid: 33676 + - uid: 34292 components: - type: Transform pos: 77.5,-4.5 parent: 2 - - uid: 33677 + - uid: 34293 components: - type: Transform pos: -12.5,-92.5 parent: 2 - proto: VendingMachineSustenance entities: - - uid: 33678 + - uid: 34294 components: - type: Transform pos: 77.5,-5.5 parent: 2 - - uid: 33679 + - uid: 34295 components: - type: Transform pos: 48.5,7.5 parent: 2 - proto: VendingMachineSyndieDrobe entities: - - uid: 33680 + - uid: 34296 components: - type: Transform pos: -35.5,19.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: - - uid: 33681 + - uid: 34297 components: - type: Transform pos: 56.5,-62.5 parent: 2 - - uid: 33682 + - uid: 34298 components: - type: Transform pos: 45.5,-66.5 parent: 2 - - uid: 33683 + - uid: 34299 components: - type: Transform pos: -50.5,-59.5 parent: 2 - proto: VendingMachineTankDispenserEVA entities: - - uid: 33684 + - uid: 34300 components: - type: Transform pos: -19.5,-38.5 parent: 2 - - uid: 33685 + - uid: 34301 components: - type: Transform pos: -0.5,-68.5 parent: 2 - - uid: 33686 + - uid: 34302 components: - type: Transform pos: 61.5,15.5 parent: 2 - - uid: 33687 + - uid: 34303 components: - type: Transform pos: 55.5,-22.5 parent: 2 - - uid: 33688 + - uid: 34304 components: - type: Transform pos: -13.5,16.5 parent: 2 - - uid: 33689 + - uid: 34305 components: - type: Transform pos: 47.5,-92.5 parent: 2 - - uid: 33690 + - uid: 34306 components: - type: Transform pos: 4.5,15.5 parent: 2 - - uid: 33691 + - uid: 34307 components: - type: Transform pos: -4.5,13.5 parent: 2 - - uid: 33692 + - uid: 34308 components: - type: Transform pos: 49.5,-84.5 parent: 2 - - uid: 33693 + - uid: 34309 components: - type: Transform pos: -70.5,-76.5 parent: 2 - - uid: 33694 + - uid: 34310 components: - type: Transform pos: 58.5,-80.5 parent: 2 - - uid: 33695 + - uid: 34311 components: - type: Transform pos: -8.5,-105.5 parent: 2 - proto: VendingMachineTheater entities: - - uid: 33696 + - uid: 34312 components: - type: Transform pos: -26.5,13.5 parent: 2 - - uid: 33697 + - uid: 34313 components: - type: Transform pos: -32.5,-98.5 parent: 2 - - uid: 33698 + - uid: 34314 components: - type: Transform pos: 38.5,-11.5 parent: 2 - - uid: 33699 + - uid: 34315 components: - type: Transform pos: -51.5,-114.5 parent: 2 - proto: VendingMachineVendomat entities: - - uid: 33700 + - uid: 34316 components: - type: Transform pos: 66.5,-24.5 parent: 2 - - uid: 33701 + - uid: 34317 components: - type: Transform pos: 50.5,-79.5 parent: 2 - proto: VendingMachineViroDrobe entities: - - uid: 33702 + - uid: 34318 components: - type: Transform pos: -55.5,-3.5 parent: 2 - proto: VendingMachineWallMedical entities: - - uid: 33703 + - uid: 34319 components: - type: Transform rot: 3.141592653589793 rad @@ -238679,29637 +243055,31073 @@ entities: parent: 2 - proto: VendingMachineWinter entities: - - uid: 33704 + - uid: 34320 components: - type: Transform pos: -33.5,-98.5 parent: 2 - proto: VendingMachineYouTool entities: - - uid: 33705 + - uid: 34321 components: - type: Transform pos: 104.5,-22.5 parent: 2 - - uid: 33706 + - uid: 34322 components: - type: Transform pos: -4.5,17.5 parent: 2 - - uid: 33707 + - uid: 34323 components: - type: Transform pos: 65.5,-24.5 parent: 2 - - uid: 33708 + - uid: 34324 components: - type: Transform pos: -30.5,-73.5 parent: 2 - - uid: 33709 + - uid: 34325 components: - type: Transform pos: 47.5,-66.5 parent: 2 - proto: VGRoidInteriorRoomMarker entities: - - uid: 33710 + - uid: 34326 components: - type: Transform pos: -14.5,-18.5 parent: 2 -- proto: VoiceTrigger +- proto: VisitorMedicalPDA entities: - - uid: 33711 + - uid: 34327 components: - type: Transform - pos: 15.658041,-52.385826 - parent: 2 -- proto: WallClock - entities: - - uid: 33712 - components: - - type: Transform - pos: -12.5,-54.5 - parent: 2 -- proto: WallDiamond - entities: - - uid: 33713 - components: - - type: MetaData - desc: 'На камне выгравировано: "OneYa"' - name: ??? - - type: Transform - pos: 0.5,-55.5 - parent: 2 -- proto: WallForce - entities: - - uid: 33714 - components: - - type: Transform - pos: 3.5,-61.5 - parent: 2 - - uid: 33715 - components: - - type: Transform - pos: -2.5,-62.5 - parent: 2 - - uid: 33716 - components: - - type: Transform - pos: -2.5,-61.5 - parent: 2 - - uid: 33717 - components: - - type: Transform - pos: 3.5,-62.5 + pos: -14.501697,-38.40608 parent: 2 - proto: WallInvisible entities: - - uid: 33718 + - uid: 34328 components: - type: Transform pos: 43.748642,18.290363 parent: 2 - proto: WallMeat entities: - - uid: 33719 + - uid: 34329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-36.5 + pos: -14.5,-53.5 parent: 2 - - uid: 33720 + - uid: 34330 components: - type: Transform - pos: 9.5,-38.5 + pos: -12.5,-47.5 parent: 2 - - uid: 33721 + - uid: 34331 components: - type: Transform - pos: 11.5,-37.5 + pos: -9.5,-29.5 parent: 2 - - uid: 33722 + - uid: 34332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-35.5 + pos: -16.5,-47.5 parent: 2 - - uid: 33723 + - uid: 34333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-35.5 + pos: -14.5,-36.5 parent: 2 - - uid: 33724 + - uid: 34334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-33.5 + pos: -17.5,-35.5 parent: 2 - - uid: 33725 + - uid: 34335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-29.5 + pos: -13.5,-33.5 parent: 2 - - uid: 33726 + - uid: 34336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-29.5 + pos: -12.5,-52.5 parent: 2 - - uid: 33727 + - uid: 34337 components: - type: Transform - pos: 16.5,-50.5 + pos: -16.5,-48.5 parent: 2 - - uid: 33728 + - uid: 34338 components: - type: Transform - pos: 16.5,-49.5 + pos: -16.5,-49.5 parent: 2 - - uid: 33729 + - uid: 34339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-30.5 + pos: -12.5,-34.5 parent: 2 - - uid: 33730 + - uid: 34340 components: - type: Transform - pos: -8.5,-33.5 + pos: -15.5,-31.5 parent: 2 - - uid: 33731 + - uid: 34341 components: - type: Transform - pos: -9.5,-34.5 + pos: -17.5,-32.5 parent: 2 - - uid: 33732 + - uid: 34342 components: - type: Transform - pos: -8.5,-34.5 + pos: -13.5,-34.5 parent: 2 - - uid: 33733 + - uid: 34343 + components: + - type: Transform + pos: -14.5,-47.5 + parent: 2 + - uid: 34344 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 34345 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 34346 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 34347 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 34348 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 34349 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 34350 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 34351 components: - type: Transform pos: 17.5,-49.5 parent: 2 - - uid: 33734 + - uid: 34352 components: - type: Transform - pos: -4.5,-41.5 + pos: -14.5,-50.5 parent: 2 - - uid: 33735 + - uid: 34353 components: - type: Transform - pos: -3.5,-41.5 + pos: -17.5,-33.5 parent: 2 - - uid: 33736 + - uid: 34354 components: - type: Transform - pos: -3.5,-40.5 + pos: -9.5,-32.5 parent: 2 - - uid: 33737 + - uid: 34355 components: - type: Transform - pos: -5.5,-41.5 + pos: -15.5,-29.5 + parent: 2 + - uid: 34356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-30.5 parent: 2 - proto: WallMining entities: - - uid: 33738 + - uid: 34357 components: - type: Transform pos: 14.5,-11.5 parent: 2 - - uid: 33739 + - uid: 34358 components: - type: Transform pos: -12.5,-11.5 parent: 2 +- proto: WallMiningDiagonal + entities: + - uid: 34359 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 34360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-43.5 + parent: 2 - proto: WallmountTelescreen entities: - - uid: 33740 + - uid: 34361 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,5.5 parent: 2 - - uid: 33741 + - uid: 34362 components: - type: Transform pos: 40.5,-26.5 parent: 2 - - uid: 33742 + - uid: 34363 components: - type: Transform pos: -0.5,-95.5 parent: 2 - proto: WallmountTelevision entities: - - uid: 33743 + - uid: 34364 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-44.5 parent: 2 - - uid: 33744 + - uid: 34365 components: - type: Transform pos: 7.5,12.5 parent: 2 - - uid: 33745 + - uid: 34366 components: - type: Transform rot: -1.5707963267948966 rad pos: 73.5,-38.5 parent: 2 - - uid: 33746 + - uid: 34367 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-84.5 parent: 2 - - uid: 33747 + - uid: 34368 components: - type: Transform pos: -27.5,-79.5 parent: 2 - - uid: 33748 + - uid: 34369 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-59.5 parent: 2 - - uid: 33749 + - uid: 34370 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-43.5 parent: 2 - - uid: 33750 + - uid: 34371 components: - type: Transform pos: 57.5,-30.5 parent: 2 - - uid: 33751 + - uid: 34372 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-35.5 parent: 2 - - uid: 33752 + - uid: 34373 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,13.5 parent: 2 - - uid: 33753 + - uid: 34374 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-3.5 parent: 2 - - uid: 33754 + - uid: 34375 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-40.5 parent: 2 - - uid: 33755 + - uid: 34376 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-22.5 parent: 2 - - uid: 33756 + - uid: 34377 components: - type: Transform pos: -43.5,-82.5 parent: 2 - - uid: 33757 + - uid: 34378 components: - type: Transform pos: -55.5,-41.5 parent: 2 - - uid: 33758 + - uid: 34379 components: - type: Transform pos: 36.5,-30.5 parent: 2 - - uid: 33759 + - uid: 34380 components: - type: Transform pos: -45.5,-17.5 parent: 2 - proto: WallReinforced entities: - - uid: 33760 + - uid: 34381 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-129.5 parent: 2 - - uid: 33761 + - uid: 34382 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-129.5 parent: 2 - - uid: 33762 + - uid: 34383 components: - type: Transform pos: 40.5,5.5 parent: 2 - - uid: 33763 + - uid: 34384 components: - type: Transform pos: 39.5,1.5 parent: 2 - - uid: 33764 + - uid: 34385 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-2.5 parent: 2 - - uid: 33765 + - uid: 34386 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,4.5 parent: 2 - - uid: 33766 + - uid: 34387 components: - type: Transform pos: 40.5,1.5 parent: 2 - - uid: 33767 + - uid: 34388 components: - type: Transform pos: 41.5,1.5 parent: 2 - - uid: 33768 + - uid: 34389 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,1.5 parent: 2 - - uid: 33769 + - uid: 34390 components: - type: Transform pos: 39.5,5.5 parent: 2 - - uid: 33770 + - uid: 34391 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,0.5 parent: 2 - - uid: 33771 + - uid: 34392 components: - type: Transform pos: 103.5,-78.5 parent: 2 - - uid: 33772 + - uid: 34393 components: - type: Transform pos: -1.5,-11.5 parent: 2 - - uid: 33773 + - uid: 34394 components: - type: Transform pos: -1.5,-12.5 parent: 2 - - uid: 33774 + - uid: 34395 components: - type: Transform pos: 3.5,-9.5 parent: 2 - - uid: 33775 + - uid: 34396 components: - type: Transform pos: -5.5,-67.5 parent: 2 - - uid: 33776 + - uid: 34397 components: - type: Transform pos: -2.5,-11.5 parent: 2 - - uid: 33777 + - uid: 34398 components: - type: Transform pos: 2.5,-12.5 parent: 2 - - uid: 33778 + - uid: 34399 components: - type: Transform pos: 2.5,-11.5 parent: 2 - - uid: 33779 + - uid: 34400 components: - type: Transform pos: 4.5,-11.5 parent: 2 - - uid: 33780 + - uid: 34401 components: - type: Transform pos: 3.5,-11.5 parent: 2 - - uid: 33781 + - uid: 34402 components: - type: Transform pos: -3.5,-11.5 parent: 2 - - uid: 33782 + - uid: 34403 components: - type: Transform pos: 103.5,-22.5 parent: 2 - - uid: 33783 + - uid: 34404 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-105.5 parent: 2 - - uid: 33784 + - uid: 34405 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-104.5 parent: 2 - - uid: 33785 + - uid: 34406 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,14.5 parent: 2 - - uid: 33786 + - uid: 34407 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-72.5 parent: 2 - - uid: 33787 + - uid: 34408 components: - type: Transform pos: -1.5,-67.5 parent: 2 - - uid: 33788 + - uid: 34409 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-105.5 parent: 2 - - uid: 33789 + - uid: 34410 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-102.5 parent: 2 - - uid: 33790 + - uid: 34411 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-56.5 parent: 2 - - uid: 33791 + - uid: 34412 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-57.5 parent: 2 - - uid: 33792 + - uid: 34413 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-58.5 parent: 2 - - uid: 33793 + - uid: 34414 components: - type: Transform pos: 83.5,7.5 parent: 2 - - uid: 33794 + - uid: 34415 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-98.5 parent: 2 - - uid: 33795 + - uid: 34416 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-107.5 parent: 2 - - uid: 33796 + - uid: 34417 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-107.5 parent: 2 - - uid: 33797 + - uid: 34418 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-107.5 parent: 2 - - uid: 33798 + - uid: 34419 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-105.5 parent: 2 - - uid: 33799 + - uid: 34420 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-103.5 parent: 2 - - uid: 33800 + - uid: 34421 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-104.5 parent: 2 - - uid: 33801 + - uid: 34422 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-105.5 parent: 2 - - uid: 33802 + - uid: 34423 components: - type: Transform pos: 2.5,-69.5 parent: 2 - - uid: 33803 + - uid: 34424 components: - type: Transform pos: 2.5,-68.5 parent: 2 - - uid: 33804 + - uid: 34425 components: - type: Transform pos: 2.5,-67.5 parent: 2 - - uid: 33805 + - uid: 34426 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-45.5 parent: 2 - - uid: 33806 + - uid: 34427 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-100.5 parent: 2 - - uid: 33807 + - uid: 34428 components: - type: Transform pos: -22.5,-39.5 parent: 2 - - uid: 33808 + - uid: 34429 components: - type: Transform pos: -23.5,-41.5 parent: 2 - - uid: 33809 + - uid: 34430 components: - type: Transform pos: -22.5,-41.5 parent: 2 - - uid: 33810 + - uid: 34431 components: - type: Transform pos: 85.5,7.5 parent: 2 - - uid: 33811 - components: - - type: Transform - pos: -2.5,-67.5 - parent: 2 - - uid: 33812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-38.5 - parent: 2 - - uid: 33813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-27.5 - parent: 2 - - uid: 33814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-27.5 - parent: 2 - - uid: 33815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-105.5 - parent: 2 - - uid: 33816 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-107.5 - parent: 2 - - uid: 33817 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-107.5 - parent: 2 - - uid: 33818 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-108.5 - parent: 2 - - uid: 33819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-108.5 - parent: 2 - - uid: 33820 - components: - - type: Transform - pos: -22.5,-40.5 - parent: 2 - - uid: 33821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-22.5 - parent: 2 - - uid: 33822 - components: - - type: Transform - pos: 1.5,-67.5 - parent: 2 - - uid: 33823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,17.5 - parent: 2 - - uid: 33824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-105.5 - parent: 2 - - uid: 33825 - components: - - type: Transform - pos: -3.5,-67.5 - parent: 2 - - uid: 33826 - components: - - type: Transform - pos: -0.5,-67.5 - parent: 2 - - uid: 33827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-4.5 - parent: 2 - - uid: 33828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,-0.5 - parent: 2 - - uid: 33829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,-1.5 - parent: 2 - - uid: 33830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,-2.5 - parent: 2 - - uid: 33831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,0.5 - parent: 2 - - uid: 33832 - components: - - type: Transform - pos: -4.5,-67.5 - parent: 2 - - uid: 33833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-70.5 - parent: 2 - - uid: 33834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-35.5 - parent: 2 - - uid: 33835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-36.5 - parent: 2 - - uid: 33836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-29.5 - parent: 2 - - uid: 33837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-29.5 - parent: 2 - - uid: 33838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-30.5 - parent: 2 - - uid: 33839 - components: - - type: Transform - pos: -17.5,-43.5 - parent: 2 - - uid: 33840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-34.5 - parent: 2 - - uid: 33841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-29.5 - parent: 2 - - uid: 33842 - components: - - type: Transform - pos: -21.5,-48.5 - parent: 2 - - uid: 33843 - components: - - type: Transform - pos: -24.5,-45.5 - parent: 2 - - uid: 33844 - components: - - type: Transform - pos: -23.5,-45.5 - parent: 2 - - uid: 33845 - components: - - type: Transform - pos: -22.5,-46.5 - parent: 2 - - uid: 33846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-56.5 - parent: 2 - - uid: 33847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-41.5 - parent: 2 - - uid: 33848 - components: - - type: Transform - pos: -21.5,-35.5 - parent: 2 - - uid: 33849 - components: - - type: Transform - pos: -19.5,-35.5 - parent: 2 - - uid: 33850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-70.5 - parent: 2 - - uid: 33851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-70.5 - parent: 2 - - uid: 33852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-70.5 - parent: 2 - - uid: 33853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-38.5 - parent: 2 - - uid: 33854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-37.5 - parent: 2 - - uid: 33855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-71.5 - parent: 2 - - uid: 33856 - components: - - type: Transform - pos: 84.5,7.5 - parent: 2 - - uid: 33857 - components: - - type: Transform - pos: -18.5,-46.5 - parent: 2 - - uid: 33858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-107.5 - parent: 2 - - uid: 33859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-106.5 - parent: 2 - - uid: 33860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-105.5 - parent: 2 - - uid: 33861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-104.5 - parent: 2 - - uid: 33862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-106.5 - parent: 2 - - uid: 33863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-104.5 - parent: 2 - - uid: 33864 - components: - - type: Transform - pos: 78.5,7.5 - parent: 2 - - uid: 33865 - components: - - type: Transform - pos: -19.5,-37.5 - parent: 2 - - uid: 33866 - components: - - type: Transform - pos: -18.5,-45.5 - parent: 2 - - uid: 33867 - components: - - type: Transform - pos: -21.5,-36.5 - parent: 2 - - uid: 33868 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - - uid: 33869 - components: - - type: Transform - pos: -22.5,-45.5 - parent: 2 - - uid: 33870 - components: - - type: Transform - pos: -19.5,-48.5 - parent: 2 - - uid: 33871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-44.5 - parent: 2 - - uid: 33872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-46.5 - parent: 2 - - uid: 33873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-29.5 - parent: 2 - - uid: 33874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-45.5 - parent: 2 - - uid: 33875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-43.5 - parent: 2 - - uid: 33876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-47.5 - parent: 2 - - uid: 33877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-47.5 - parent: 2 - - uid: 33878 - components: - - type: Transform - pos: -18.5,-37.5 - parent: 2 - - uid: 33879 - components: - - type: Transform - pos: -17.5,-38.5 - parent: 2 - - uid: 33880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-28.5 - parent: 2 - - uid: 33881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-45.5 - parent: 2 - - uid: 33882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-46.5 - parent: 2 - - uid: 33883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-43.5 - parent: 2 - - uid: 33884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-38.5 - parent: 2 - - uid: 33885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-37.5 - parent: 2 - - uid: 33886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-45.5 - parent: 2 - - uid: 33887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-28.5 - parent: 2 - - uid: 33888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-32.5 - parent: 2 - - uid: 33889 - components: - - type: Transform - pos: -21.5,-37.5 - parent: 2 - - uid: 33890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-31.5 - parent: 2 - - uid: 33891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-33.5 - parent: 2 - - uid: 33892 - components: - - type: Transform - pos: -19.5,-36.5 - parent: 2 - - uid: 33893 - components: - - type: Transform - pos: -21.5,-46.5 - parent: 2 - - uid: 33894 - components: - - type: Transform - pos: -21.5,-47.5 - parent: 2 - - uid: 33895 - components: - - type: Transform - pos: -19.5,-46.5 - parent: 2 - - uid: 33896 - components: - - type: Transform - pos: -19.5,-47.5 - parent: 2 - - uid: 33897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-44.5 - parent: 2 - - uid: 33898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-43.5 - parent: 2 - - uid: 33899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-66.5 - parent: 2 - - uid: 33900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-66.5 - parent: 2 - - uid: 33901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-71.5 - parent: 2 - - uid: 33902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-72.5 - parent: 2 - - uid: 33903 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-73.5 - parent: 2 - - uid: 33904 - components: - - type: Transform - pos: 86.5,7.5 - parent: 2 - - uid: 33905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-101.5 - parent: 2 - - uid: 33906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-108.5 - parent: 2 - - uid: 33907 - components: - - type: Transform - pos: 86.5,4.5 - parent: 2 - - uid: 33908 - components: - - type: Transform - pos: 86.5,3.5 - parent: 2 - - uid: 33909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-100.5 - parent: 2 - - uid: 33910 - components: - - type: Transform - pos: 77.5,7.5 - parent: 2 - - uid: 33911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-106.5 - parent: 2 - - uid: 33912 - components: - - type: Transform - pos: 107.5,-17.5 - parent: 2 - - uid: 33913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-4.5 - parent: 2 - - uid: 33914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-45.5 - parent: 2 - - uid: 33915 - components: - - type: Transform - pos: -3.5,-101.5 - parent: 2 - - uid: 33916 - components: - - type: Transform - pos: 86.5,5.5 - parent: 2 - - uid: 33917 - components: - - type: Transform - pos: -0.5,-101.5 - parent: 2 - - uid: 33918 - components: - - type: Transform - pos: -2.5,-101.5 - parent: 2 - - uid: 33919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,21.5 - parent: 2 - - uid: 33920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 111.5,-18.5 - parent: 2 - - uid: 33921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-69.5 - parent: 2 - - uid: 33922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-68.5 - parent: 2 - - uid: 33923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-60.5 - parent: 2 - - uid: 33924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-104.5 - parent: 2 - - uid: 33925 - components: - - type: Transform - pos: -4.5,-98.5 - parent: 2 - - uid: 33926 - components: - - type: Transform - pos: -4.5,-99.5 - parent: 2 - - uid: 33927 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-18.5 - parent: 2 - - uid: 33928 - components: - - type: Transform - pos: 109.5,-17.5 - parent: 2 - - uid: 33929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-60.5 - parent: 2 - - uid: 33930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-60.5 - parent: 2 - - uid: 33931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 111.5,-22.5 - parent: 2 - - uid: 33932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-104.5 - parent: 2 - - uid: 33933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 - parent: 2 - - uid: 33934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-105.5 - parent: 2 - - uid: 33935 - components: - - type: Transform - pos: -4.5,-101.5 - parent: 2 - - uid: 33936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-68.5 - parent: 2 - - uid: 33937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-103.5 - parent: 2 - - uid: 33938 - components: - - type: Transform - pos: 86.5,6.5 - parent: 2 - - uid: 33939 - components: - - type: Transform - pos: 103.5,-75.5 - parent: 2 - - uid: 33940 - components: - - type: Transform - pos: 103.5,-76.5 - parent: 2 - - uid: 33941 - components: - - type: Transform - pos: 103.5,-74.5 - parent: 2 - - uid: 33942 - components: - - type: Transform - pos: 93.5,-76.5 - parent: 2 - - uid: 33943 - components: - - type: Transform - pos: 93.5,-75.5 - parent: 2 - - uid: 33944 - components: - - type: Transform - pos: 93.5,-74.5 - parent: 2 - - uid: 33945 - components: - - type: Transform - pos: 93.5,-83.5 - parent: 2 - - uid: 33946 - components: - - type: Transform - pos: 93.5,-82.5 - parent: 2 - - uid: 33947 - components: - - type: Transform - pos: 103.5,-83.5 - parent: 2 - - uid: 33948 - components: - - type: Transform - pos: 103.5,-82.5 - parent: 2 - - uid: 33949 - components: - - type: Transform - pos: 110.5,-17.5 - parent: 2 - - uid: 33950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-105.5 - parent: 2 - - uid: 33951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-105.5 - parent: 2 - - uid: 33952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-105.5 - parent: 2 - - uid: 33953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-102.5 - parent: 2 - - uid: 33954 - components: - - type: Transform - pos: -4.5,-100.5 - parent: 2 - - uid: 33955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-105.5 - parent: 2 - - uid: 33956 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,20.5 - parent: 2 - - uid: 33957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,19.5 - parent: 2 - - uid: 33958 - components: - - type: Transform - pos: 104.5,-17.5 - parent: 2 - - uid: 33959 - components: - - type: Transform - pos: -69.5,-19.5 - parent: 2 - - uid: 33960 - components: - - type: Transform - pos: 37.5,-28.5 - parent: 2 - - uid: 33961 - components: - - type: Transform - pos: 59.5,-15.5 - parent: 2 - - uid: 33962 - components: - - type: Transform - pos: 55.5,-6.5 - parent: 2 - - uid: 33963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-0.5 - parent: 2 - - uid: 33964 - components: - - type: Transform - pos: 53.5,12.5 - parent: 2 - - uid: 33965 - components: - - type: Transform - pos: 30.5,-37.5 - parent: 2 - - uid: 33966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-19.5 - parent: 2 - - uid: 33967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,14.5 - parent: 2 - - uid: 33968 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 2 - - uid: 33969 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 2 - - uid: 33970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-4.5 - parent: 2 - - uid: 33971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-73.5 - parent: 2 - - uid: 33972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-22.5 - parent: 2 - - uid: 33973 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 2 - - uid: 33974 - components: - - type: Transform - pos: 26.5,-35.5 - parent: 2 - - uid: 33975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-43.5 - parent: 2 - - uid: 33976 - components: - - type: Transform - pos: 48.5,17.5 - parent: 2 - - uid: 33977 - components: - - type: Transform - pos: 48.5,-0.5 - parent: 2 - - uid: 33978 - components: - - type: Transform - pos: 51.5,8.5 - parent: 2 - - uid: 33979 - components: - - type: Transform - pos: 55.5,-8.5 - parent: 2 - - uid: 33980 - components: - - type: Transform - pos: 63.5,-20.5 - parent: 2 - - uid: 33981 - components: - - type: Transform - pos: 36.5,-27.5 - parent: 2 - - uid: 33982 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 33983 - components: - - type: Transform - pos: 45.5,-6.5 - parent: 2 - - uid: 33984 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 33985 - components: - - type: Transform - pos: 46.5,-6.5 - parent: 2 - - uid: 33986 - components: - - type: Transform - pos: 46.5,-7.5 - parent: 2 - - uid: 33987 - components: - - type: Transform - pos: 25.5,-34.5 - parent: 2 - - uid: 33988 - components: - - type: Transform - pos: 53.5,-2.5 - parent: 2 - - uid: 33989 - components: - - type: Transform - pos: 38.5,-22.5 - parent: 2 - - uid: 33990 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 2 - - uid: 33991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 2 - - uid: 33992 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 2 - - uid: 33993 - components: - - type: Transform - pos: -8.5,-9.5 - parent: 2 - - uid: 33994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 2 - - uid: 33995 - components: - - type: Transform - pos: 36.5,-25.5 - parent: 2 - - uid: 33996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-13.5 - parent: 2 - - uid: 33997 - components: - - type: Transform - pos: 64.5,6.5 - parent: 2 - - uid: 33998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,9.5 - parent: 2 - - uid: 33999 - components: - - type: Transform - pos: 58.5,5.5 - parent: 2 - - uid: 34000 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 2 - - uid: 34001 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 2 - - uid: 34002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-5.5 - parent: 2 - - uid: 34003 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 2 - - uid: 34004 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 2 - - uid: 34005 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 2 - - uid: 34006 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 2 - - uid: 34007 - components: - - type: Transform - pos: 55.5,16.5 - parent: 2 - - uid: 34008 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 2 - - uid: 34009 - components: - - type: Transform - pos: 56.5,16.5 - parent: 2 - - uid: 34010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,13.5 - parent: 2 - - uid: 34011 - components: - - type: Transform - pos: 66.5,16.5 - parent: 2 - - uid: 34012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-5.5 - parent: 2 - - uid: 34013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-6.5 - parent: 2 - - uid: 34014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-5.5 - parent: 2 - - uid: 34015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-53.5 - parent: 2 - - uid: 34016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-50.5 - parent: 2 - - uid: 34017 - components: - - type: Transform - pos: 61.5,12.5 - parent: 2 - - uid: 34018 - components: - - type: Transform - pos: 58.5,12.5 - parent: 2 - - uid: 34019 - components: - - type: Transform - pos: 65.5,12.5 - parent: 2 - - uid: 34020 - components: - - type: Transform - pos: 45.5,16.5 - parent: 2 - - uid: 34021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-21.5 - parent: 2 - - uid: 34022 - components: - - type: Transform - pos: 50.5,1.5 - parent: 2 - - uid: 34023 - components: - - type: Transform - pos: 45.5,13.5 - parent: 2 - - uid: 34024 - components: - - type: Transform - pos: 55.5,1.5 - parent: 2 - - uid: 34025 - components: - - type: Transform - pos: 42.5,-22.5 - parent: 2 - - uid: 34026 - components: - - type: Transform - pos: 42.5,-21.5 - parent: 2 - - uid: 34027 - components: - - type: Transform - pos: 42.5,-20.5 - parent: 2 - - uid: 34028 - components: - - type: Transform - pos: 63.5,6.5 - parent: 2 - - uid: 34029 - components: - - type: Transform - pos: 53.5,0.5 - parent: 2 - - uid: 34030 - components: - - type: Transform - pos: 53.5,14.5 - parent: 2 - - uid: 34031 - components: - - type: Transform - pos: 49.5,-2.5 - parent: 2 - - uid: 34032 - components: - - type: Transform - pos: 58.5,2.5 - parent: 2 - - uid: 34033 - components: - - type: Transform - pos: 60.5,2.5 - parent: 2 - - uid: 34034 - components: - - type: Transform - pos: 61.5,2.5 - parent: 2 - - uid: 34035 - components: - - type: Transform - pos: 55.5,7.5 - parent: 2 - - uid: 34036 - components: - - type: Transform - pos: 65.5,2.5 - parent: 2 - - uid: 34037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,5.5 - parent: 2 - - uid: 34038 - components: - - type: Transform - pos: 58.5,6.5 - parent: 2 - - uid: 34039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-21.5 - parent: 2 - - uid: 34040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-21.5 - parent: 2 - - uid: 34041 - components: - - type: Transform - pos: 50.5,-23.5 - parent: 2 - - uid: 34042 - components: - - type: Transform - pos: 36.5,-28.5 - parent: 2 - - uid: 34043 - components: - - type: Transform - pos: 60.5,12.5 - parent: 2 - - uid: 34044 - components: - - type: Transform - pos: 62.5,12.5 - parent: 2 - - uid: 34045 - components: - - type: Transform - pos: 58.5,7.5 - parent: 2 - - uid: 34046 - components: - - type: Transform - pos: 63.5,12.5 - parent: 2 - - uid: 34047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,17.5 - parent: 2 - - uid: 34048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-20.5 - parent: 2 - - uid: 34049 - components: - - type: Transform - pos: 45.5,-2.5 - parent: 2 - - uid: 34050 - components: - - type: Transform - pos: 42.5,-18.5 - parent: 2 - - uid: 34051 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 34052 - components: - - type: Transform - pos: 42.5,-19.5 - parent: 2 - - uid: 34053 - components: - - type: Transform - pos: 46.5,-12.5 - parent: 2 - - uid: 34054 - components: - - type: Transform - pos: 47.5,-12.5 - parent: 2 - - uid: 34055 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-6.5 - parent: 2 - - uid: 34056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-4.5 - parent: 2 - - uid: 34057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-3.5 - parent: 2 - - uid: 34058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-2.5 - parent: 2 - - uid: 34059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-1.5 - parent: 2 - - uid: 34060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-0.5 - parent: 2 - - uid: 34061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,0.5 - parent: 2 - - uid: 34062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,1.5 - parent: 2 - - uid: 34063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,2.5 - parent: 2 - - uid: 34064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,2.5 - parent: 2 - - uid: 34065 - components: - - type: Transform - pos: 55.5,5.5 - parent: 2 - - uid: 34066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,10.5 - parent: 2 - - uid: 34067 - components: - - type: Transform - pos: 59.5,2.5 - parent: 2 - - uid: 34068 - components: - - type: Transform - pos: 53.5,-12.5 - parent: 2 - - uid: 34069 - components: - - type: Transform - pos: 49.5,10.5 - parent: 2 - - uid: 34070 - components: - - type: Transform - pos: 57.5,-16.5 - parent: 2 - - uid: 34071 - components: - - type: Transform - pos: 53.5,-16.5 - parent: 2 - - uid: 34072 - components: - - type: Transform - pos: 55.5,-16.5 - parent: 2 - - uid: 34073 - components: - - type: Transform - pos: 45.5,10.5 - parent: 2 - - uid: 34074 - components: - - type: Transform - pos: 62.5,2.5 - parent: 2 - - uid: 34075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,17.5 - parent: 2 - - uid: 34076 - components: - - type: Transform - pos: 55.5,-7.5 - parent: 2 - - uid: 34077 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - uid: 34078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-17.5 - parent: 2 - - uid: 34079 - components: - - type: Transform - pos: 53.5,-1.5 - parent: 2 - - uid: 34080 - components: - - type: Transform - pos: 55.5,-12.5 - parent: 2 - - uid: 34081 - components: - - type: Transform - pos: 54.5,-12.5 - parent: 2 - - uid: 34082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-73.5 - parent: 2 - - uid: 34083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,17.5 - parent: 2 - - uid: 34084 - components: - - type: Transform - pos: 12.5,23.5 - parent: 2 - - uid: 34085 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 2 - - uid: 34086 - components: - - type: Transform - pos: 18.5,17.5 - parent: 2 - - uid: 34087 - components: - - type: Transform - pos: 15.5,17.5 - parent: 2 - - uid: 34088 - components: - - type: Transform - pos: 13.5,17.5 - parent: 2 - - uid: 34089 - components: - - type: Transform - pos: 19.5,17.5 - parent: 2 - - uid: 34090 - components: - - type: Transform - pos: 13.5,23.5 - parent: 2 - - uid: 34091 - components: - - type: Transform - pos: 15.5,23.5 - parent: 2 - - uid: 34092 - components: - - type: Transform - pos: 14.5,23.5 - parent: 2 - - uid: 34093 - components: - - type: Transform - pos: 53.5,13.5 - parent: 2 - - uid: 34094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-8.5 - parent: 2 - - uid: 34095 - components: - - type: Transform - pos: 55.5,2.5 - parent: 2 - - uid: 34096 - components: - - type: Transform - pos: 45.5,-0.5 - parent: 2 - - uid: 34097 - components: - - type: Transform - pos: 59.5,-10.5 - parent: 2 - - uid: 34098 - components: - - type: Transform - pos: 60.5,-20.5 - parent: 2 - - uid: 34099 - components: - - type: Transform - pos: 61.5,-20.5 - parent: 2 - - uid: 34100 - components: - - type: Transform - pos: 18.5,23.5 - parent: 2 - - uid: 34101 - components: - - type: Transform - pos: 17.5,23.5 - parent: 2 - - uid: 34102 - components: - - type: Transform - pos: 16.5,23.5 - parent: 2 - - uid: 34103 - components: - - type: Transform - pos: 19.5,23.5 - parent: 2 - - uid: 34104 - components: - - type: Transform - pos: 60.5,15.5 - parent: 2 - - uid: 34105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-14.5 - parent: 2 - - uid: 34106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-18.5 - parent: 2 - - uid: 34107 - components: - - type: Transform - pos: 59.5,-27.5 - parent: 2 - - uid: 34108 - components: - - type: Transform - pos: 59.5,-25.5 - parent: 2 - - uid: 34109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-17.5 - parent: 2 - - uid: 34110 - components: - - type: Transform - pos: 62.5,-20.5 - parent: 2 - - uid: 34111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-24.5 - parent: 2 - - uid: 34112 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 2 - - uid: 34113 - components: - - type: Transform - pos: 14.5,17.5 - parent: 2 - - uid: 34114 - components: - - type: Transform - pos: 16.5,17.5 - parent: 2 - - uid: 34115 - components: - - type: Transform - pos: 17.5,17.5 - parent: 2 - - uid: 34116 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 2 - - uid: 34117 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 2 - - uid: 34118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,-39.5 - parent: 2 - - uid: 34119 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 2 - - uid: 34120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-30.5 - parent: 2 - - uid: 34121 - components: - - type: Transform - pos: 18.5,24.5 - parent: 2 - - uid: 34122 - components: - - type: Transform - pos: 16.5,24.5 - parent: 2 - - uid: 34123 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 2 - - uid: 34124 - components: - - type: Transform - pos: 13.5,24.5 - parent: 2 - - uid: 34125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 2 - - uid: 34126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-7.5 - parent: 2 - - uid: 34127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-3.5 - parent: 2 - - uid: 34128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 2 - - uid: 34129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 2 - - uid: 34130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 2 - - uid: 34131 - components: - - type: Transform - pos: 14.5,24.5 - parent: 2 - - uid: 34132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-45.5 - parent: 2 - - uid: 34133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-43.5 - parent: 2 - - uid: 34134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-44.5 - parent: 2 - - uid: 34135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-45.5 - parent: 2 - - uid: 34136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-39.5 - parent: 2 - - uid: 34137 - components: - - type: Transform - pos: 30.5,-40.5 - parent: 2 - - uid: 34138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-45.5 - parent: 2 - - uid: 34139 - components: - - type: Transform - pos: 59.5,-24.5 - parent: 2 - - uid: 34140 - components: - - type: Transform - pos: 66.5,-11.5 - parent: 2 - - uid: 34141 - components: - - type: Transform - pos: 66.5,-13.5 - parent: 2 - - uid: 34142 - components: - - type: Transform - pos: 66.5,-14.5 - parent: 2 - - uid: 34143 - components: - - type: Transform - pos: 66.5,-12.5 - parent: 2 - - uid: 34144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-4.5 - parent: 2 - - uid: 34145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-20.5 - parent: 2 - - uid: 34146 - components: - - type: Transform - pos: 63.5,16.5 - parent: 2 - - uid: 34147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,17.5 - parent: 2 - - uid: 34148 - components: - - type: Transform - pos: 64.5,2.5 - parent: 2 - - uid: 34149 - components: - - type: Transform - pos: 55.5,8.5 - parent: 2 - - uid: 34150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,7.5 - parent: 2 - - uid: 34151 - components: - - type: Transform - pos: 59.5,6.5 - parent: 2 - - uid: 34152 - components: - - type: Transform - pos: 58.5,11.5 - parent: 2 - - uid: 34153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-45.5 - parent: 2 - - uid: 34154 - components: - - type: Transform - pos: 48.5,-12.5 - parent: 2 - - uid: 34155 - components: - - type: Transform - pos: 46.5,-16.5 - parent: 2 - - uid: 34156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-8.5 - parent: 2 - - uid: 34157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 2 - - uid: 34158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 - parent: 2 - - uid: 34159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-5.5 - parent: 2 - - uid: 34160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-5.5 - parent: 2 - - uid: 34161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 2 - - uid: 34162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-8.5 - parent: 2 - - uid: 34163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-14.5 - parent: 2 - - uid: 34164 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 - - uid: 34165 - components: - - type: Transform - pos: 49.5,0.5 - parent: 2 - - uid: 34166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-8.5 - parent: 2 - - uid: 34167 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,17.5 - parent: 2 - - uid: 34168 - components: - - type: Transform - pos: 59.5,12.5 - parent: 2 - - uid: 34169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 2 - - uid: 34170 - components: - - type: Transform - pos: 61.5,16.5 - parent: 2 - - uid: 34171 - components: - - type: Transform - pos: 58.5,-25.5 - parent: 2 - - uid: 34172 - components: - - type: Transform - pos: 58.5,-21.5 - parent: 2 - - uid: 34173 - components: - - type: Transform - pos: 61.5,-6.5 - parent: 2 - - uid: 34174 - components: - - type: Transform - pos: 65.5,-20.5 - parent: 2 - - uid: 34175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,9.5 - parent: 2 - - uid: 34176 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 34177 - components: - - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 34178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-20.5 - parent: 2 - - uid: 34179 - components: - - type: Transform - pos: 59.5,-14.5 - parent: 2 - - uid: 34180 - components: - - type: Transform - pos: 58.5,3.5 - parent: 2 - - uid: 34181 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 2 - - uid: 34182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,0.5 - parent: 2 - - uid: 34183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-21.5 - parent: 2 - - uid: 34184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-20.5 - parent: 2 - - uid: 34185 - components: - - type: Transform - pos: 62.5,-14.5 - parent: 2 - - uid: 34186 - components: - - type: Transform - pos: 60.5,6.5 - parent: 2 - - uid: 34187 - components: - - type: Transform - pos: 45.5,9.5 - parent: 2 - - uid: 34188 - components: - - type: Transform - pos: 60.5,13.5 - parent: 2 - - uid: 34189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,13.5 - parent: 2 - - uid: 34190 - components: - - type: Transform - pos: 49.5,-1.5 - parent: 2 - - uid: 34191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,11.5 - parent: 2 - - uid: 34192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,17.5 - parent: 2 - - uid: 34193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,7.5 - parent: 2 - - uid: 34194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,6.5 - parent: 2 - - uid: 34195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,12.5 - parent: 2 - - uid: 34196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,11.5 - parent: 2 - - uid: 34197 - components: - - type: Transform - pos: 60.5,-14.5 - parent: 2 - - uid: 34198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,8.5 - parent: 2 - - uid: 34199 - components: - - type: Transform - pos: -59.5,-26.5 - parent: 2 - - uid: 34200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,-37.5 - parent: 2 - - uid: 34201 - components: - - type: Transform - pos: 69.5,15.5 - parent: 2 - - uid: 34202 - components: - - type: Transform - pos: 69.5,13.5 - parent: 2 - - uid: 34203 - components: - - type: Transform - pos: 50.5,8.5 - parent: 2 - - uid: 34204 - components: - - type: Transform - pos: 60.5,16.5 - parent: 2 - - uid: 34205 - components: - - type: Transform - pos: 79.5,-10.5 - parent: 2 - - uid: 34206 - components: - - type: Transform - pos: 67.5,16.5 - parent: 2 - - uid: 34207 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 2 - - uid: 34208 - components: - - type: Transform - pos: 51.5,1.5 - parent: 2 - - uid: 34209 - components: - - type: Transform - pos: 49.5,1.5 - parent: 2 - - uid: 34210 - components: - - type: Transform - pos: 49.5,9.5 - parent: 2 - - uid: 34211 - components: - - type: Transform - pos: 48.5,11.5 - parent: 2 - - uid: 34212 - components: - - type: Transform - pos: 49.5,11.5 - parent: 2 - - uid: 34213 - components: - - type: Transform - pos: 52.5,-16.5 - parent: 2 - - uid: 34214 - components: - - type: Transform - pos: 58.5,-16.5 - parent: 2 - - uid: 34215 - components: - - type: Transform - pos: 54.5,-16.5 - parent: 2 - - uid: 34216 - components: - - type: Transform - pos: 64.5,12.5 - parent: 2 - - uid: 34217 - components: - - type: Transform - pos: 49.5,-12.5 - parent: 2 - - uid: 34218 - components: - - type: Transform - pos: 66.5,6.5 - parent: 2 - - uid: 34219 - components: - - type: Transform - pos: 55.5,6.5 - parent: 2 - - uid: 34220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,21.5 - parent: 2 - - uid: 34221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,21.5 - parent: 2 - - uid: 34222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-45.5 - parent: 2 - - uid: 34223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-45.5 - parent: 2 - - uid: 34224 - components: - - type: Transform - pos: 63.5,2.5 - parent: 2 - - uid: 34225 - components: - - type: Transform - pos: 59.5,-17.5 - parent: 2 - - uid: 34226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-42.5 - parent: 2 - - uid: 34227 - components: - - type: Transform - pos: 49.5,12.5 - parent: 2 - - uid: 34228 - components: - - type: Transform - pos: 68.5,12.5 - parent: 2 - - uid: 34229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,15.5 - parent: 2 - - uid: 34230 - components: - - type: Transform - pos: 62.5,6.5 - parent: 2 - - uid: 34231 - components: - - type: Transform - pos: 55.5,3.5 - parent: 2 - - uid: 34232 - components: - - type: Transform - pos: 52.5,1.5 - parent: 2 - - uid: 34233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,9.5 - parent: 2 - - uid: 34234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-21.5 - parent: 2 - - uid: 34235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-39.5 - parent: 2 - - uid: 34236 - components: - - type: Transform - pos: 24.5,-40.5 - parent: 2 - - uid: 34237 - components: - - type: Transform - pos: 24.5,-39.5 - parent: 2 - - uid: 34238 - components: - - type: Transform - pos: 24.5,-38.5 - parent: 2 - - uid: 34239 - components: - - type: Transform - pos: 24.5,-37.5 - parent: 2 - - uid: 34240 - components: - - type: Transform - pos: 24.5,-36.5 - parent: 2 - - uid: 34241 - components: - - type: Transform - pos: 84.5,-67.5 - parent: 2 - - uid: 34242 - components: - - type: Transform - pos: 24.5,-35.5 - parent: 2 - - uid: 34243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-45.5 - parent: 2 - - uid: 34244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-39.5 - parent: 2 - - uid: 34245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-39.5 - parent: 2 - - uid: 34246 - components: - - type: Transform - pos: 27.5,-34.5 - parent: 2 - - uid: 34247 - components: - - type: Transform - pos: 28.5,-34.5 - parent: 2 - - uid: 34248 - components: - - type: Transform - pos: 30.5,-34.5 - parent: 2 - - uid: 34249 - components: - - type: Transform - pos: 30.5,-35.5 - parent: 2 - - uid: 34250 - components: - - type: Transform - pos: 24.5,-44.5 - parent: 2 - - uid: 34251 - components: - - type: Transform - pos: 24.5,-43.5 - parent: 2 - - uid: 34252 - components: - - type: Transform - pos: 24.5,-42.5 - parent: 2 - - uid: 34253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-39.5 - parent: 2 - - uid: 34254 - components: - - type: Transform - pos: 26.5,-34.5 - parent: 2 - - uid: 34255 - components: - - type: Transform - pos: 85.5,-67.5 - parent: 2 - - uid: 34256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 2 - - uid: 34257 - components: - - type: Transform - pos: 64.5,16.5 - parent: 2 - - uid: 34258 - components: - - type: Transform - pos: 59.5,-16.5 - parent: 2 - - uid: 34259 - components: - - type: Transform - pos: 42.5,-16.5 - parent: 2 - - uid: 34260 - components: - - type: Transform - pos: 51.5,-12.5 - parent: 2 - - uid: 34261 - components: - - type: Transform - pos: 66.5,12.5 - parent: 2 - - uid: 34262 - components: - - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 34263 - components: - - type: Transform - pos: 69.5,16.5 - parent: 2 - - uid: 34264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,3.5 - parent: 2 - - uid: 34265 - components: - - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 34266 - components: - - type: Transform - pos: 69.5,14.5 - parent: 2 - - uid: 34267 - components: - - type: Transform - pos: 50.5,-24.5 - parent: 2 - - uid: 34268 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 2 - - uid: 34269 - components: - - type: Transform - pos: 52.5,-26.5 - parent: 2 - - uid: 34270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,-37.5 - parent: 2 - - uid: 34271 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 2 - - uid: 34272 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 2 - - uid: 34273 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - - uid: 34274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 - parent: 2 - - uid: 34275 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 2 - - uid: 34276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 2 - - uid: 34277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,15.5 - parent: 2 - - uid: 34278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-9.5 - parent: 2 - - uid: 34279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-11.5 - parent: 2 - - uid: 34280 - components: - - type: Transform - pos: 45.5,-1.5 - parent: 2 - - uid: 34281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,18.5 - parent: 2 - - uid: 34282 - components: - - type: Transform - pos: 40.5,-2.5 - parent: 2 - - uid: 34283 - components: - - type: Transform - pos: 56.5,-26.5 - parent: 2 - - uid: 34284 - components: - - type: Transform - pos: 68.5,6.5 - parent: 2 - - uid: 34285 - components: - - type: Transform - pos: 41.5,-2.5 - parent: 2 - - uid: 34286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-16.5 - parent: 2 - - uid: 34287 - components: - - type: Transform - pos: 54.5,-26.5 - parent: 2 - - uid: 34288 - components: - - type: Transform - pos: 54.5,-6.5 - parent: 2 - - uid: 34289 - components: - - type: Transform - pos: 59.5,-6.5 - parent: 2 - - uid: 34290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-14.5 - parent: 2 - - uid: 34291 - components: - - type: Transform - pos: 36.5,-23.5 - parent: 2 - - uid: 34292 - components: - - type: Transform - pos: 42.5,-24.5 - parent: 2 - - uid: 34293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-5.5 - parent: 2 - - uid: 34294 - components: - - type: Transform - pos: -16.5,9.5 - parent: 2 - - uid: 34295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-19.5 - parent: 2 - - uid: 34296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-25.5 - parent: 2 - - uid: 34297 - components: - - type: Transform - pos: 59.5,-19.5 - parent: 2 - - uid: 34298 - components: - - type: Transform - pos: 49.5,-0.5 - parent: 2 - - uid: 34299 - components: - - type: Transform - pos: 53.5,-4.5 - parent: 2 - - uid: 34300 - components: - - type: Transform - pos: 64.5,-20.5 - parent: 2 - - uid: 34301 - components: - - type: Transform - pos: 52.5,-2.5 - parent: 2 - - uid: 34302 - components: - - type: Transform - pos: 37.5,-22.5 - parent: 2 - - uid: 34303 - components: - - type: Transform - pos: 65.5,16.5 - parent: 2 - - uid: 34304 - components: - - type: Transform - pos: 60.5,-6.5 - parent: 2 - - uid: 34305 - components: - - type: Transform - pos: 59.5,-26.5 - parent: 2 - - uid: 34306 - components: - - type: Transform - pos: 42.5,-25.5 - parent: 2 - - uid: 34307 - components: - - type: Transform - pos: 38.5,-28.5 - parent: 2 - - uid: 34308 - components: - - type: Transform - pos: 53.5,-6.5 - parent: 2 - - uid: 34309 - components: - - type: Transform - pos: 36.5,-26.5 - parent: 2 - - uid: 34310 - components: - - type: Transform - pos: 39.5,-28.5 - parent: 2 - - uid: 34311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,1.5 - parent: 2 - - uid: 34312 - components: - - type: Transform - pos: 40.5,-28.5 - parent: 2 - - uid: 34313 - components: - - type: Transform - pos: 53.5,-5.5 - parent: 2 - - uid: 34314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-20.5 - parent: 2 - - uid: 34315 - components: - - type: Transform - pos: 47.5,-0.5 - parent: 2 - - uid: 34316 - components: - - type: Transform - pos: 47.5,-16.5 - parent: 2 - - uid: 34317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,16.5 - parent: 2 - - uid: 34318 - components: - - type: Transform - pos: 59.5,-20.5 - parent: 2 - - uid: 34319 - components: - - type: Transform - pos: 41.5,-28.5 - parent: 2 - - uid: 34320 - components: - - type: Transform - pos: 65.5,6.5 - parent: 2 - - uid: 34321 - components: - - type: Transform - pos: 61.5,6.5 - parent: 2 - - uid: 34322 - components: - - type: Transform - pos: 51.5,-24.5 - parent: 2 - - uid: 34323 - components: - - type: Transform - pos: 53.5,1.5 - parent: 2 - - uid: 34324 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 2 - - uid: 34325 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 2 - - uid: 34326 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 2 - - uid: 34327 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 2 - - uid: 34328 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 34329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 2 - - uid: 34330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 2 - - uid: 34331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 2 - - uid: 34332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 2 - - uid: 34333 - components: - - type: Transform - pos: 67.5,6.5 - parent: 2 - - uid: 34334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-6.5 - parent: 2 - - uid: 34335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-21.5 - parent: 2 - - uid: 34336 - components: - - type: Transform - pos: 42.5,-28.5 - parent: 2 - - uid: 34337 - components: - - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 34338 - components: - - type: Transform - pos: 61.5,1.5 - parent: 2 - - uid: 34339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-0.5 - parent: 2 - - uid: 34340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-0.5 - parent: 2 - - uid: 34341 - components: - - type: Transform - pos: 61.5,0.5 - parent: 2 - - uid: 34342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-23.5 - parent: 2 - - uid: 34343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-25.5 - parent: 2 - - uid: 34344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-22.5 - parent: 2 - - uid: 34345 - components: - - type: Transform - pos: 55.5,19.5 - parent: 2 - - uid: 34346 - components: - - type: Transform - pos: 55.5,18.5 - parent: 2 - - uid: 34347 - components: - - type: Transform - pos: 44.5,-21.5 - parent: 2 - - uid: 34348 - components: - - type: Transform - pos: 55.5,-26.5 - parent: 2 - - uid: 34349 - components: - - type: Transform - pos: 53.5,-26.5 - parent: 2 - - uid: 34350 - components: - - type: Transform - pos: 57.5,-26.5 - parent: 2 - - uid: 34351 - components: - - type: Transform - pos: 51.5,-26.5 - parent: 2 - - uid: 34352 - components: - - type: Transform - pos: 58.5,-20.5 - parent: 2 - - uid: 34353 - components: - - type: Transform - pos: 65.5,-10.5 - parent: 2 - - uid: 34354 - components: - - type: Transform - pos: 61.5,-2.5 - parent: 2 - - uid: 34355 - components: - - type: Transform - pos: 61.5,-0.5 - parent: 2 - - uid: 34356 - components: - - type: Transform - pos: 61.5,-1.5 - parent: 2 - - uid: 34357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-16.5 - parent: 2 - - uid: 34358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-17.5 - parent: 2 - - uid: 34359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,20.5 - parent: 2 - - uid: 34360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-6.5 - parent: 2 - - uid: 34361 - components: - - type: Transform - pos: 67.5,12.5 - parent: 2 - - uid: 34362 - components: - - type: Transform - pos: 58.5,-79.5 - parent: 2 - - uid: 34363 - components: - - type: Transform - pos: 59.5,-83.5 - parent: 2 - - uid: 34364 - components: - - type: Transform - pos: 46.5,-21.5 - parent: 2 - - uid: 34365 - components: - - type: Transform - pos: 46.5,-20.5 - parent: 2 - - uid: 34366 - components: - - type: Transform - pos: 55.5,-10.5 - parent: 2 - - uid: 34367 - components: - - type: Transform - pos: 55.5,-11.5 - parent: 2 - - uid: 34368 - components: - - type: Transform - pos: 53.5,-0.5 - parent: 2 - - uid: 34369 - components: - - type: Transform - pos: 62.5,-10.5 - parent: 2 - - uid: 34370 - components: - - type: Transform - pos: 46.5,-25.5 - parent: 2 - - uid: 34371 - components: - - type: Transform - pos: 61.5,-10.5 - parent: 2 - - uid: 34372 - components: - - type: Transform - pos: 60.5,-10.5 - parent: 2 - - uid: 34373 - components: - - type: Transform - pos: 66.5,-10.5 - parent: 2 - - uid: 34374 - components: - - type: Transform - pos: 64.5,-10.5 - parent: 2 - - uid: 34375 - components: - - type: Transform - pos: 59.5,-22.5 - parent: 2 - - uid: 34376 - components: - - type: Transform - pos: 59.5,-23.5 - parent: 2 - - uid: 34377 - components: - - type: Transform - pos: 44.5,-25.5 - parent: 2 - - uid: 34378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,21.5 - parent: 2 - - uid: 34379 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - - uid: 34380 - components: - - type: Transform - pos: 17.5,24.5 - parent: 2 - - uid: 34381 - components: - - type: Transform - pos: 15.5,24.5 - parent: 2 - - uid: 34382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,16.5 - parent: 2 - - uid: 34383 - components: - - type: Transform - pos: 70.5,-10.5 - parent: 2 - - uid: 34384 - components: - - type: Transform - pos: 70.5,-14.5 - parent: 2 - - uid: 34385 - components: - - type: Transform - pos: 67.5,-10.5 - parent: 2 - - uid: 34386 - components: - - type: Transform - pos: 70.5,-13.5 - parent: 2 - - uid: 34387 - components: - - type: Transform - pos: 68.5,-10.5 - parent: 2 - - uid: 34388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,1.5 - parent: 2 - - uid: 34389 - components: - - type: Transform - pos: 50.5,12.5 - parent: 2 - - uid: 34390 - components: - - type: Transform - pos: 55.5,12.5 - parent: 2 - - uid: 34391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-9.5 - parent: 2 - - uid: 34392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-2.5 - parent: 2 - - uid: 34393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-7.5 - parent: 2 - - uid: 34394 - components: - - type: Transform - pos: 63.5,-10.5 - parent: 2 - - uid: 34395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-10.5 - parent: 2 - - uid: 34396 - components: - - type: Transform - pos: 54.5,12.5 - parent: 2 - - uid: 34397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,15.5 - parent: 2 - - uid: 34398 - components: - - type: Transform - pos: 54.5,8.5 - parent: 2 - - uid: 34399 - components: - - type: Transform - pos: 61.5,-4.5 - parent: 2 - - uid: 34400 - components: - - type: Transform - pos: 61.5,-5.5 - parent: 2 - - uid: 34401 - components: - - type: Transform - pos: -12.5,10.5 - parent: 2 - - uid: 34402 - components: - - type: Transform - pos: 52.5,8.5 - parent: 2 - - uid: 34403 - components: - - type: Transform - pos: 53.5,8.5 - parent: 2 - - uid: 34404 - components: - - type: Transform - pos: 53.5,16.5 - parent: 2 - - uid: 34405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-11.5 - parent: 2 - - uid: 34406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-27.5 - parent: 2 - - uid: 34407 - components: - - type: Transform - pos: -16.5,8.5 - parent: 2 - - uid: 34408 - components: - - type: Transform - pos: -13.5,8.5 - parent: 2 - - uid: 34409 - components: - - type: Transform - pos: 39.5,-21.5 - parent: 2 - - uid: 34410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-21.5 - parent: 2 - - uid: 34411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-8.5 - parent: 2 - - uid: 34412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,2.5 - parent: 2 - - uid: 34413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 - parent: 2 - - uid: 34414 - components: - - type: Transform - pos: 87.5,-65.5 - parent: 2 - - uid: 34415 - components: - - type: Transform - pos: 70.5,-12.5 - parent: 2 - - uid: 34416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-10.5 - parent: 2 - - uid: 34417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-9.5 - parent: 2 - - uid: 34418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-4.5 - parent: 2 - - uid: 34419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-3.5 - parent: 2 - - uid: 34420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-9.5 - parent: 2 - - uid: 34421 - components: - - type: Transform - pos: 87.5,-67.5 - parent: 2 - - uid: 34422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-6.5 - parent: 2 - - uid: 34423 - components: - - type: Transform - pos: 39.5,-22.5 - parent: 2 - - uid: 34424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,0.5 - parent: 2 - - uid: 34425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-9.5 - parent: 2 - - uid: 34426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-1.5 - parent: 2 - - uid: 34427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-0.5 - parent: 2 - - uid: 34428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,0.5 - parent: 2 - - uid: 34429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,3.5 - parent: 2 - - uid: 34430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,1.5 - parent: 2 - - uid: 34431 - components: - - type: Transform - pos: 87.5,-66.5 - parent: 2 - uid: 34432 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,5.5 + pos: -2.5,-67.5 parent: 2 - uid: 34433 components: - type: Transform rot: 3.141592653589793 rad - pos: 72.5,6.5 + pos: 18.5,-38.5 parent: 2 - uid: 34434 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-9.5 + rot: 1.5707963267948966 rad + pos: 22.5,-27.5 parent: 2 - uid: 34435 components: - type: Transform - pos: 86.5,-67.5 + rot: 1.5707963267948966 rad + pos: 20.5,-27.5 parent: 2 - uid: 34436 components: - type: Transform rot: 3.141592653589793 rad - pos: 73.5,2.5 + pos: -6.5,-105.5 parent: 2 - uid: 34437 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,2.5 + rot: 1.5707963267948966 rad + pos: -16.5,-107.5 parent: 2 - uid: 34438 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,2.5 + rot: 1.5707963267948966 rad + pos: -15.5,-107.5 parent: 2 - uid: 34439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-5.5 + rot: 1.5707963267948966 rad + pos: -16.5,-108.5 parent: 2 - uid: 34440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-5.5 + rot: 1.5707963267948966 rad + pos: -17.5,-108.5 parent: 2 - uid: 34441 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-5.5 + pos: -22.5,-40.5 parent: 2 - uid: 34442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-5.5 + rot: 1.5707963267948966 rad + pos: 110.5,-22.5 parent: 2 - uid: 34443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,8.5 + pos: 1.5,-67.5 parent: 2 - uid: 34444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,-39.5 + rot: 3.141592653589793 rad + pos: 24.5,17.5 parent: 2 - uid: 34445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,-37.5 + rot: 3.141592653589793 rad + pos: -15.5,-105.5 parent: 2 - uid: 34446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,-37.5 + pos: -3.5,-67.5 parent: 2 - uid: 34447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,-37.5 + pos: -0.5,-67.5 parent: 2 - uid: 34448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,8.5 + rot: 1.5707963267948966 rad + pos: 10.5,-4.5 parent: 2 - uid: 34449 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,3.5 + pos: 91.5,-0.5 parent: 2 - uid: 34450 components: - type: Transform rot: 3.141592653589793 rad - pos: 70.5,7.5 + pos: 91.5,-1.5 parent: 2 - uid: 34451 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,5.5 + pos: 91.5,-2.5 parent: 2 - uid: 34452 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,6.5 + pos: 91.5,0.5 parent: 2 - uid: 34453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,7.5 + pos: -4.5,-67.5 parent: 2 - uid: 34454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,8.5 + rot: 1.5707963267948966 rad + pos: -1.5,-70.5 parent: 2 - uid: 34455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,8.5 + rot: 1.5707963267948966 rad + pos: 19.5,-35.5 parent: 2 - uid: 34456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,7.5 + rot: 1.5707963267948966 rad + pos: 19.5,-36.5 parent: 2 - uid: 34457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,7.5 + rot: 1.5707963267948966 rad + pos: 23.5,-29.5 parent: 2 - uid: 34458 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-5.5 + rot: 1.5707963267948966 rad + pos: 19.5,-29.5 parent: 2 - uid: 34459 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,-16.5 + pos: 19.5,-30.5 parent: 2 - uid: 34460 components: - type: Transform - pos: 87.5,-64.5 + rot: 3.141592653589793 rad + pos: -17.5,-43.5 parent: 2 - uid: 34461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,-37.5 + rot: 1.5707963267948966 rad + pos: 19.5,-34.5 parent: 2 - uid: 34462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,7.5 + rot: 1.5707963267948966 rad + pos: 20.5,-29.5 parent: 2 - uid: 34463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,7.5 + pos: -21.5,-48.5 parent: 2 - uid: 34464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-9.5 + pos: -24.5,-45.5 parent: 2 - uid: 34465 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-1.5 + pos: -23.5,-45.5 parent: 2 - uid: 34466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-4.5 + pos: -22.5,-46.5 parent: 2 - uid: 34467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-3.5 + rot: 1.5707963267948966 rad + pos: 98.5,-56.5 parent: 2 - uid: 34468 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-0.5 + pos: -24.5,-41.5 parent: 2 - uid: 34469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,1.5 + pos: -21.5,-35.5 parent: 2 - uid: 34470 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,2.5 + pos: -19.5,-35.5 parent: 2 - uid: 34471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,2.5 + rot: 1.5707963267948966 rad + pos: -3.5,-70.5 parent: 2 - uid: 34472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,2.5 + rot: 1.5707963267948966 rad + pos: -2.5,-70.5 parent: 2 - uid: 34473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,2.5 + rot: 1.5707963267948966 rad + pos: -4.5,-70.5 parent: 2 - uid: 34474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,2.5 + rot: 1.5707963267948966 rad + pos: -22.5,-38.5 parent: 2 - uid: 34475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,2.5 + rot: 1.5707963267948966 rad + pos: -22.5,-37.5 parent: 2 - uid: 34476 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,0.5 + rot: 1.5707963267948966 rad + pos: -1.5,-71.5 parent: 2 - uid: 34477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,0.5 + pos: 84.5,7.5 parent: 2 - uid: 34478 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,0.5 + pos: -18.5,-46.5 parent: 2 - uid: 34479 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,0.5 + pos: -10.5,-107.5 parent: 2 - uid: 34480 components: - type: Transform - pos: 51.5,17.5 + rot: 3.141592653589793 rad + pos: -7.5,-106.5 parent: 2 - uid: 34481 components: - type: Transform - pos: 50.5,17.5 + rot: 3.141592653589793 rad + pos: -13.5,-105.5 parent: 2 - uid: 34482 components: - type: Transform - pos: 53.5,17.5 + rot: 3.141592653589793 rad + pos: -10.5,-104.5 parent: 2 - uid: 34483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-4.5 + rot: 3.141592653589793 rad + pos: -11.5,-106.5 parent: 2 - uid: 34484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-21.5 + rot: 3.141592653589793 rad + pos: -11.5,-104.5 parent: 2 - uid: 34485 components: - type: Transform - pos: 49.5,17.5 + pos: 78.5,7.5 parent: 2 - uid: 34486 components: - type: Transform - pos: 70.5,-11.5 + pos: -19.5,-37.5 parent: 2 - uid: 34487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,19.5 + pos: -18.5,-45.5 parent: 2 - uid: 34488 components: - type: Transform - pos: 53.5,-24.5 + pos: -21.5,-36.5 parent: 2 - uid: 34489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-16.5 + pos: -18.5,-38.5 parent: 2 - uid: 34490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-16.5 + pos: -22.5,-45.5 parent: 2 - uid: 34491 components: - type: Transform - pos: 45.5,15.5 + pos: -19.5,-48.5 parent: 2 - uid: 34492 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,14.5 + rot: 1.5707963267948966 rad + pos: 19.5,-44.5 parent: 2 - uid: 34493 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,-16.5 + pos: 22.5,-46.5 parent: 2 - uid: 34494 components: - type: Transform rot: 1.5707963267948966 rad - pos: 70.5,-16.5 + pos: 22.5,-29.5 parent: 2 - uid: 34495 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-14.5 + pos: 22.5,-45.5 parent: 2 - uid: 34496 components: - type: Transform - pos: 68.5,0.5 + rot: 3.141592653589793 rad + pos: 18.5,-43.5 parent: 2 - uid: 34497 components: - type: Transform - pos: 70.5,0.5 + rot: 1.5707963267948966 rad + pos: 20.5,-47.5 parent: 2 - uid: 34498 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,0.5 + pos: 22.5,-47.5 parent: 2 - uid: 34499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-41.5 + rot: 3.141592653589793 rad + pos: -18.5,-37.5 parent: 2 - uid: 34500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-0.5 + rot: 3.141592653589793 rad + pos: -17.5,-38.5 parent: 2 - uid: 34501 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,1.5 + pos: 22.5,-28.5 parent: 2 - uid: 34502 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,0.5 + pos: 20.5,-45.5 parent: 2 - uid: 34503 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,-0.5 + pos: 20.5,-46.5 parent: 2 - uid: 34504 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,1.5 + pos: 19.5,-43.5 parent: 2 - uid: 34505 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,0.5 + pos: 19.5,-38.5 parent: 2 - uid: 34506 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,-0.5 + pos: 19.5,-37.5 parent: 2 - uid: 34507 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,2.5 + pos: 23.5,-45.5 parent: 2 - uid: 34508 components: - type: Transform rot: 1.5707963267948966 rad - pos: 83.5,2.5 + pos: 20.5,-28.5 parent: 2 - uid: 34509 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,2.5 + pos: 19.5,-32.5 parent: 2 - uid: 34510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,2.5 + pos: -21.5,-37.5 parent: 2 - uid: 34511 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,2.5 + pos: 19.5,-31.5 parent: 2 - uid: 34512 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,2.5 + pos: 19.5,-33.5 parent: 2 - uid: 34513 components: - type: Transform - pos: 89.5,0.5 + pos: -19.5,-36.5 parent: 2 - uid: 34514 components: - type: Transform - pos: 90.5,0.5 + pos: -21.5,-46.5 parent: 2 - uid: 34515 components: - type: Transform - pos: 90.5,-2.5 + pos: -21.5,-47.5 parent: 2 - uid: 34516 components: - type: Transform - pos: 90.5,-8.5 + pos: -19.5,-46.5 parent: 2 - uid: 34517 components: - type: Transform - pos: 90.5,-11.5 + pos: -19.5,-47.5 parent: 2 - uid: 34518 components: - type: Transform - pos: 90.5,-9.5 + rot: -1.5707963267948966 rad + pos: -18.5,-44.5 parent: 2 - uid: 34519 components: - type: Transform - pos: 90.5,-10.5 + rot: 1.5707963267948966 rad + pos: -18.5,-43.5 parent: 2 - uid: 34520 components: - type: Transform - pos: 79.5,-12.5 + rot: -1.5707963267948966 rad + pos: 1.5,-66.5 parent: 2 - uid: 34521 components: - type: Transform - pos: 79.5,-13.5 + rot: -1.5707963267948966 rad + pos: -0.5,-66.5 parent: 2 - uid: 34522 components: - type: Transform - pos: 79.5,-11.5 + rot: -1.5707963267948966 rad + pos: -5.5,-71.5 parent: 2 - uid: 34523 components: - type: Transform - pos: 79.5,-9.5 + rot: -1.5707963267948966 rad + pos: -5.5,-72.5 parent: 2 - uid: 34524 components: - type: Transform - pos: 78.5,-9.5 + rot: -1.5707963267948966 rad + pos: -5.5,-73.5 parent: 2 - uid: 34525 components: - type: Transform - pos: 78.5,-13.5 + pos: 86.5,7.5 parent: 2 - uid: 34526 components: - type: Transform - pos: 76.5,-13.5 + rot: 1.5707963267948966 rad + pos: 4.5,-101.5 parent: 2 - uid: 34527 components: - type: Transform - pos: 75.5,-13.5 + rot: 1.5707963267948966 rad + pos: -24.5,-108.5 parent: 2 - uid: 34528 components: - type: Transform - pos: 74.5,-13.5 + pos: 86.5,4.5 parent: 2 - uid: 34529 components: - type: Transform - pos: 73.5,-13.5 + pos: 86.5,3.5 parent: 2 - uid: 34530 components: - type: Transform - pos: 77.5,-13.5 + rot: 1.5707963267948966 rad + pos: 4.5,-100.5 parent: 2 - uid: 34531 components: - type: Transform - pos: 73.5,-14.5 + pos: 77.5,7.5 parent: 2 - uid: 34532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,-10.5 + pos: -15.5,-106.5 parent: 2 - uid: 34533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-12.5 + pos: 107.5,-17.5 parent: 2 - uid: 34534 components: - type: Transform - pos: 57.5,-79.5 + rot: 3.141592653589793 rad + pos: 7.5,-4.5 parent: 2 - uid: 34535 components: - type: Transform - pos: 58.5,-83.5 + rot: 1.5707963267948966 rad + pos: 38.5,-45.5 parent: 2 - uid: 34536 components: - type: Transform - pos: 59.5,-79.5 + pos: -3.5,-101.5 parent: 2 - uid: 34537 components: - type: Transform - pos: 89.5,-11.5 + pos: 86.5,5.5 parent: 2 - uid: 34538 components: - type: Transform - pos: 88.5,-11.5 + pos: -0.5,-101.5 parent: 2 - uid: 34539 components: - type: Transform - pos: 86.5,-11.5 + pos: -2.5,-101.5 parent: 2 - uid: 34540 components: - type: Transform - pos: 85.5,-11.5 + rot: 3.141592653589793 rad + pos: 24.5,21.5 parent: 2 - uid: 34541 components: - type: Transform - pos: 84.5,-11.5 + rot: 3.141592653589793 rad + pos: 111.5,-18.5 parent: 2 - uid: 34542 components: - type: Transform - pos: 83.5,-11.5 + rot: 1.5707963267948966 rad + pos: -5.5,-69.5 parent: 2 - uid: 34543 components: - type: Transform - pos: 81.5,-11.5 + rot: 1.5707963267948966 rad + pos: -5.5,-68.5 parent: 2 - uid: 34544 components: - type: Transform - pos: -12.5,9.5 + rot: 1.5707963267948966 rad + pos: 106.5,-60.5 parent: 2 - uid: 34545 components: - type: Transform - pos: 87.5,-11.5 + rot: 3.141592653589793 rad + pos: -8.5,-104.5 parent: 2 - uid: 34546 components: - type: Transform - pos: 80.5,-11.5 + pos: -4.5,-98.5 parent: 2 - uid: 34547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,-39.5 + pos: -4.5,-99.5 parent: 2 - uid: 34548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,20.5 + rot: 1.5707963267948966 rad + pos: 110.5,-18.5 parent: 2 - uid: 34549 components: - type: Transform - pos: 45.5,14.5 + pos: 109.5,-17.5 parent: 2 - uid: 34550 components: - type: Transform - pos: 57.5,-83.5 + rot: 1.5707963267948966 rad + pos: 105.5,-60.5 parent: 2 - uid: 34551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,20.5 + rot: 1.5707963267948966 rad + pos: 96.5,-60.5 parent: 2 - uid: 34552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,18.5 + rot: 3.141592653589793 rad + pos: 111.5,-22.5 parent: 2 - uid: 34553 components: - type: Transform - pos: 33.5,-105.5 + rot: 3.141592653589793 rad + pos: -0.5,-104.5 parent: 2 - uid: 34554 components: - type: Transform - pos: 33.5,-84.5 + rot: 3.141592653589793 rad + pos: 24.5,22.5 parent: 2 - uid: 34555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-27.5 + rot: 3.141592653589793 rad + pos: -7.5,-105.5 parent: 2 - uid: 34556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-53.5 + pos: -4.5,-101.5 parent: 2 - uid: 34557 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,15.5 + rot: 1.5707963267948966 rad + pos: 106.5,-68.5 parent: 2 - uid: 34558 components: - type: Transform - pos: -33.5,-32.5 + rot: 3.141592653589793 rad + pos: -0.5,-103.5 parent: 2 - uid: 34559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,15.5 + pos: 86.5,6.5 parent: 2 - uid: 34560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,7.5 + pos: 103.5,-75.5 parent: 2 - uid: 34561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-33.5 + pos: 103.5,-76.5 parent: 2 - uid: 34562 components: - type: Transform - pos: -71.5,-79.5 + pos: 103.5,-74.5 parent: 2 - uid: 34563 components: - type: Transform - pos: 41.5,8.5 + pos: 93.5,-76.5 parent: 2 - uid: 34564 components: - type: Transform - pos: 36.5,-80.5 + pos: 93.5,-75.5 parent: 2 - uid: 34565 components: - type: Transform - pos: 102.5,-54.5 + pos: 93.5,-74.5 parent: 2 - uid: 34566 components: - type: Transform - pos: 103.5,-54.5 + pos: 93.5,-83.5 parent: 2 - uid: 34567 components: - type: Transform - pos: 93.5,-56.5 + pos: 93.5,-82.5 parent: 2 - uid: 34568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-45.5 + pos: 103.5,-83.5 parent: 2 - uid: 34569 components: - type: Transform - pos: -59.5,-77.5 + pos: 103.5,-82.5 parent: 2 - uid: 34570 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-6.5 + pos: 110.5,-17.5 parent: 2 - uid: 34571 components: - type: Transform - pos: 41.5,7.5 + rot: 3.141592653589793 rad + pos: -1.5,-105.5 parent: 2 - uid: 34572 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,9.5 + pos: -4.5,-105.5 parent: 2 - uid: 34573 components: - type: Transform - pos: 110.5,-55.5 + rot: 3.141592653589793 rad + pos: -3.5,-105.5 parent: 2 - uid: 34574 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,9.5 + pos: -4.5,-102.5 parent: 2 - uid: 34575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,8.5 + pos: -4.5,-100.5 parent: 2 - uid: 34576 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,13.5 + pos: -0.5,-105.5 parent: 2 - uid: 34577 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,13.5 + pos: 24.5,20.5 parent: 2 - uid: 34578 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,9.5 + pos: 24.5,19.5 parent: 2 - uid: 34579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,8.5 + pos: 104.5,-17.5 parent: 2 - uid: 34580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,8.5 + pos: -69.5,-19.5 parent: 2 - uid: 34581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,8.5 + pos: 37.5,-28.5 parent: 2 - uid: 34582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,8.5 + pos: 59.5,-15.5 parent: 2 - uid: 34583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,11.5 + pos: 55.5,-6.5 parent: 2 - uid: 34584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,11.5 + rot: 1.5707963267948966 rad + pos: 64.5,-0.5 parent: 2 - uid: 34585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,9.5 + pos: 53.5,12.5 parent: 2 - uid: 34586 components: - type: Transform - pos: 110.5,-50.5 + pos: 30.5,-37.5 parent: 2 - uid: 34587 components: - type: Transform - pos: 110.5,-48.5 + rot: 3.141592653589793 rad + pos: 53.5,-19.5 parent: 2 - uid: 34588 components: - type: Transform - pos: 41.5,-81.5 + rot: -1.5707963267948966 rad + pos: 55.5,14.5 parent: 2 - uid: 34589 components: - type: Transform - pos: -73.5,-79.5 + pos: -1.5,-4.5 parent: 2 - uid: 34590 components: - type: Transform - pos: -73.5,-72.5 + pos: -4.5,-9.5 parent: 2 - uid: 34591 components: - type: Transform - pos: -73.5,-74.5 + rot: 1.5707963267948966 rad + pos: 66.5,-4.5 parent: 2 - uid: 34592 components: - type: Transform - pos: -45.5,-70.5 + rot: -1.5707963267948966 rad + pos: -0.5,-73.5 parent: 2 - uid: 34593 components: - type: Transform - pos: -45.5,-68.5 + rot: 1.5707963267948966 rad + pos: 50.5,-22.5 parent: 2 - uid: 34594 components: - type: Transform - pos: -59.5,-75.5 + pos: -3.5,-9.5 parent: 2 - uid: 34595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-124.5 + pos: 26.5,-35.5 parent: 2 - uid: 34596 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,-57.5 + pos: 113.5,-43.5 parent: 2 - uid: 34597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-61.5 + pos: 48.5,17.5 parent: 2 - uid: 34598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-124.5 + pos: 48.5,-0.5 parent: 2 - uid: 34599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,13.5 + pos: 51.5,8.5 parent: 2 - uid: 34600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,13.5 + pos: 55.5,-8.5 parent: 2 - uid: 34601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-124.5 + pos: 63.5,-20.5 parent: 2 - uid: 34602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,12.5 + pos: 36.5,-27.5 parent: 2 - uid: 34603 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-51.5 + pos: -1.5,-2.5 parent: 2 - uid: 34604 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-51.5 + pos: 45.5,-6.5 parent: 2 - uid: 34605 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-51.5 + pos: 2.5,-1.5 parent: 2 - uid: 34606 components: - type: Transform - pos: 43.5,-81.5 + pos: 46.5,-6.5 parent: 2 - uid: 34607 components: - type: Transform - pos: 110.5,-51.5 + pos: 46.5,-7.5 parent: 2 - uid: 34608 components: - type: Transform - pos: -52.5,-73.5 + pos: 25.5,-34.5 parent: 2 - uid: 34609 components: - type: Transform - pos: -53.5,-72.5 + pos: 53.5,-2.5 parent: 2 - uid: 34610 components: - type: Transform - pos: -59.5,-74.5 + pos: 38.5,-22.5 parent: 2 - uid: 34611 components: - type: Transform - pos: -72.5,-75.5 + pos: -1.5,-8.5 parent: 2 - uid: 34612 components: - type: Transform - pos: -71.5,-75.5 + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 parent: 2 - uid: 34613 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-71.5 + pos: -8.5,-7.5 parent: 2 - uid: 34614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-72.5 + pos: -8.5,-9.5 parent: 2 - uid: 34615 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-73.5 + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 parent: 2 - uid: 34616 components: - type: Transform - pos: -34.5,-27.5 + pos: 36.5,-25.5 parent: 2 - uid: 34617 components: - type: Transform - pos: -70.5,-75.5 + rot: -1.5707963267948966 rad + pos: 59.5,-13.5 parent: 2 - uid: 34618 components: - type: Transform - pos: -59.5,-70.5 + pos: 64.5,6.5 parent: 2 - uid: 34619 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-123.5 + pos: 44.5,9.5 parent: 2 - uid: 34620 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-66.5 + pos: 58.5,5.5 parent: 2 - uid: 34621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-56.5 + pos: -7.5,-9.5 parent: 2 - uid: 34622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-52.5 + pos: -6.5,-9.5 parent: 2 - uid: 34623 components: - type: Transform - pos: 87.5,-57.5 + rot: 3.141592653589793 rad + pos: 71.5,-5.5 parent: 2 - uid: 34624 components: - type: Transform - pos: 71.5,-67.5 + pos: -5.5,-9.5 parent: 2 - uid: 34625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-57.5 + pos: -8.5,-6.5 parent: 2 - uid: 34626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-51.5 + pos: -8.5,-4.5 parent: 2 - uid: 34627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-51.5 + pos: -8.5,-5.5 parent: 2 - uid: 34628 components: - type: Transform - pos: 70.5,-67.5 + pos: 55.5,16.5 parent: 2 - uid: 34629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-51.5 + pos: -8.5,-8.5 parent: 2 - uid: 34630 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-51.5 + pos: 56.5,16.5 parent: 2 - uid: 34631 components: - type: Transform - pos: 87.5,-58.5 + rot: 3.141592653589793 rad + pos: 44.5,13.5 parent: 2 - uid: 34632 components: - type: Transform - pos: 83.5,-56.5 + pos: 66.5,16.5 parent: 2 - uid: 34633 components: - type: Transform - pos: 87.5,-59.5 + rot: 3.141592653589793 rad + pos: 10.5,-5.5 parent: 2 - uid: 34634 components: - type: Transform rot: 3.141592653589793 rad - pos: 82.5,-55.5 + pos: 10.5,-6.5 parent: 2 - uid: 34635 components: - type: Transform - pos: 87.5,-56.5 + rot: 1.5707963267948966 rad + pos: 66.5,-5.5 parent: 2 - uid: 34636 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-51.5 + rot: 1.5707963267948966 rad + pos: 61.5,-53.5 parent: 2 - uid: 34637 components: - type: Transform - pos: 69.5,-67.5 + rot: 3.141592653589793 rad + pos: 61.5,-50.5 parent: 2 - uid: 34638 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-54.5 + pos: 61.5,12.5 parent: 2 - uid: 34639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-53.5 + pos: 58.5,12.5 parent: 2 - uid: 34640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,13.5 + pos: 65.5,12.5 parent: 2 - uid: 34641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,13.5 + pos: 45.5,16.5 parent: 2 - uid: 34642 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,13.5 + pos: 40.5,-21.5 parent: 2 - uid: 34643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,13.5 + pos: 50.5,1.5 parent: 2 - uid: 34644 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-51.5 + pos: 45.5,13.5 parent: 2 - uid: 34645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,13.5 + pos: 55.5,1.5 parent: 2 - uid: 34646 components: - type: Transform - pos: 37.5,-81.5 + pos: 42.5,-22.5 parent: 2 - uid: 34647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,13.5 + pos: 42.5,-21.5 parent: 2 - uid: 34648 components: - type: Transform - pos: 87.5,-60.5 + pos: 42.5,-20.5 parent: 2 - uid: 34649 components: - type: Transform - pos: 87.5,-61.5 + pos: 63.5,6.5 parent: 2 - uid: 34650 components: - type: Transform - pos: 86.5,-62.5 + pos: 53.5,0.5 parent: 2 - uid: 34651 components: - type: Transform - pos: 85.5,-56.5 + pos: 53.5,14.5 parent: 2 - uid: 34652 components: - type: Transform - pos: 84.5,-56.5 + pos: 49.5,-2.5 parent: 2 - uid: 34653 components: - type: Transform - pos: 84.5,-62.5 + pos: 58.5,2.5 parent: 2 - uid: 34654 components: - type: Transform - pos: 68.5,-67.5 + pos: 60.5,2.5 parent: 2 - uid: 34655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-27.5 + pos: 61.5,2.5 parent: 2 - uid: 34656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-63.5 + pos: 55.5,7.5 parent: 2 - uid: 34657 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-66.5 + pos: 65.5,2.5 parent: 2 - uid: 34658 components: - type: Transform - pos: 85.5,-62.5 + rot: 1.5707963267948966 rad + pos: 66.5,5.5 parent: 2 - uid: 34659 components: - type: Transform - pos: 83.5,-62.5 + pos: 58.5,6.5 parent: 2 - uid: 34660 components: - type: Transform - pos: 87.5,-62.5 + rot: 3.141592653589793 rad + pos: 49.5,-21.5 parent: 2 - uid: 34661 components: - type: Transform rot: 3.141592653589793 rad - pos: 72.5,-51.5 + pos: 47.5,-21.5 parent: 2 - uid: 34662 components: - type: Transform - pos: 72.5,-67.5 + pos: 50.5,-23.5 parent: 2 - uid: 34663 components: - type: Transform - pos: 73.5,-67.5 + pos: 36.5,-28.5 parent: 2 - uid: 34664 components: - type: Transform - pos: 74.5,-67.5 + pos: 60.5,12.5 parent: 2 - uid: 34665 components: - type: Transform - pos: 75.5,-67.5 + pos: 62.5,12.5 parent: 2 - uid: 34666 components: - type: Transform - pos: 79.5,-67.5 + pos: 58.5,7.5 parent: 2 - uid: 34667 components: - type: Transform - pos: 80.5,-67.5 + pos: 63.5,12.5 parent: 2 - uid: 34668 components: - type: Transform - pos: 81.5,-67.5 + rot: -1.5707963267948966 rad + pos: 55.5,17.5 parent: 2 - uid: 34669 components: - type: Transform - pos: 82.5,-67.5 + rot: 1.5707963267948966 rad + pos: 52.5,-20.5 parent: 2 - uid: 34670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-62.5 + pos: 45.5,-2.5 parent: 2 - uid: 34671 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-61.5 + pos: 42.5,-18.5 parent: 2 - uid: 34672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-57.5 + pos: 42.5,-17.5 parent: 2 - uid: 34673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-61.5 + pos: 42.5,-19.5 parent: 2 - uid: 34674 components: - type: Transform - pos: -56.5,-68.5 + pos: 46.5,-12.5 parent: 2 - uid: 34675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,11.5 + pos: 47.5,-12.5 parent: 2 - uid: 34676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,13.5 + rot: 1.5707963267948966 rad + pos: 66.5,-6.5 parent: 2 - uid: 34677 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,19.5 + pos: 67.5,-4.5 parent: 2 - uid: 34678 components: - type: Transform - pos: 20.5,22.5 + rot: 3.141592653589793 rad + pos: 67.5,-3.5 parent: 2 - uid: 34679 components: - type: Transform - pos: 21.5,22.5 + rot: 3.141592653589793 rad + pos: 67.5,-2.5 parent: 2 - uid: 34680 components: - type: Transform - pos: 20.5,21.5 + rot: 3.141592653589793 rad + pos: 67.5,-1.5 parent: 2 - uid: 34681 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,12.5 + pos: 67.5,-0.5 parent: 2 - uid: 34682 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,12.5 + pos: 67.5,0.5 parent: 2 - uid: 34683 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,11.5 + pos: 67.5,1.5 parent: 2 - uid: 34684 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,12.5 + pos: 67.5,2.5 parent: 2 - uid: 34685 components: - type: Transform - pos: -80.5,8.5 + rot: 3.141592653589793 rad + pos: 66.5,2.5 parent: 2 - uid: 34686 components: - type: Transform - pos: -75.5,8.5 + pos: 55.5,5.5 parent: 2 - uid: 34687 components: - type: Transform - pos: -79.5,8.5 + rot: 1.5707963267948966 rad + pos: 69.5,10.5 parent: 2 - uid: 34688 components: - type: Transform - pos: -80.5,-53.5 + pos: 59.5,2.5 parent: 2 - uid: 34689 components: - type: Transform - pos: -79.5,-53.5 + pos: 53.5,-12.5 parent: 2 - uid: 34690 components: - type: Transform - pos: 76.5,-67.5 + pos: 49.5,10.5 parent: 2 - uid: 34691 components: - type: Transform - pos: 77.5,-67.5 + pos: 57.5,-16.5 parent: 2 - uid: 34692 components: - type: Transform - pos: 78.5,-67.5 + pos: 53.5,-16.5 parent: 2 - uid: 34693 components: - type: Transform - pos: -78.5,-53.5 + pos: 55.5,-16.5 parent: 2 - uid: 34694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-76.5 + pos: 45.5,10.5 parent: 2 - uid: 34695 components: - type: Transform - pos: -59.5,-71.5 + pos: 62.5,2.5 parent: 2 - uid: 34696 components: - type: Transform - pos: -73.5,-75.5 + rot: 3.141592653589793 rad + pos: 46.5,17.5 parent: 2 - uid: 34697 components: - type: Transform - pos: -70.5,-79.5 + pos: 55.5,-7.5 parent: 2 - uid: 34698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-77.5 + pos: 54.5,1.5 parent: 2 - uid: 34699 components: - type: Transform - pos: 45.5,11.5 + rot: 3.141592653589793 rad + pos: 53.5,-17.5 parent: 2 - uid: 34700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-75.5 + pos: 53.5,-1.5 parent: 2 - uid: 34701 components: - type: Transform - pos: 27.5,31.5 + pos: 55.5,-12.5 parent: 2 - uid: 34702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-18.5 + pos: 54.5,-12.5 parent: 2 - uid: 34703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-18.5 + rot: -1.5707963267948966 rad + pos: 1.5,-73.5 parent: 2 - uid: 34704 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-22.5 + pos: -15.5,17.5 parent: 2 - uid: 34705 components: - type: Transform - pos: -56.5,-70.5 + pos: 12.5,23.5 parent: 2 - uid: 34706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-22.5 + pos: 2.5,-2.5 parent: 2 - uid: 34707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-22.5 + pos: 18.5,17.5 parent: 2 - uid: 34708 components: - type: Transform - pos: -69.5,-75.5 + pos: 15.5,17.5 parent: 2 - uid: 34709 components: - type: Transform - pos: 43.5,11.5 + pos: 13.5,17.5 parent: 2 - uid: 34710 components: - type: Transform - pos: -59.5,-72.5 + pos: 19.5,17.5 parent: 2 - uid: 34711 components: - type: Transform - pos: -69.5,-48.5 + pos: 13.5,23.5 parent: 2 - uid: 34712 components: - type: Transform - pos: -69.5,-49.5 + pos: 15.5,23.5 parent: 2 - uid: 34713 components: - type: Transform - pos: -77.5,8.5 + pos: 14.5,23.5 parent: 2 - uid: 34714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,6.5 + pos: 53.5,13.5 parent: 2 - uid: 34715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-44.5 + rot: -1.5707963267948966 rad + pos: 66.5,-8.5 parent: 2 - uid: 34716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-48.5 + pos: 55.5,2.5 parent: 2 - uid: 34717 components: - type: Transform - pos: 108.5,-60.5 + pos: 45.5,-0.5 parent: 2 - uid: 34718 components: - type: Transform - pos: 30.5,-103.5 + pos: 59.5,-10.5 parent: 2 - uid: 34719 components: - type: Transform - pos: 33.5,-103.5 + pos: 60.5,-20.5 parent: 2 - uid: 34720 components: - type: Transform - pos: 32.5,-103.5 + pos: 61.5,-20.5 parent: 2 - uid: 34721 components: - type: Transform - pos: 31.5,-103.5 + pos: 18.5,23.5 parent: 2 - uid: 34722 components: - type: Transform - pos: 102.5,-75.5 + pos: 17.5,23.5 parent: 2 - uid: 34723 components: - type: Transform - pos: 77.5,-68.5 + pos: 16.5,23.5 parent: 2 - uid: 34724 components: - type: Transform - pos: 68.5,-68.5 + pos: 19.5,23.5 parent: 2 - uid: 34725 components: - type: Transform - pos: -45.5,-67.5 + pos: 60.5,15.5 parent: 2 - uid: 34726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-101.5 + rot: 1.5707963267948966 rad + pos: 64.5,-14.5 parent: 2 - uid: 34727 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,-4.5 + pos: 67.5,-18.5 parent: 2 - uid: 34728 components: - type: Transform - pos: 42.5,-81.5 + pos: 59.5,-27.5 parent: 2 - uid: 34729 components: - type: Transform - pos: 35.5,-94.5 + pos: 59.5,-25.5 parent: 2 - uid: 34730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-69.5 + rot: 3.141592653589793 rad + pos: 67.5,-17.5 parent: 2 - uid: 34731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-87.5 + pos: 62.5,-20.5 parent: 2 - uid: 34732 components: - type: Transform - pos: 35.5,-100.5 + rot: 1.5707963267948966 rad + pos: 54.5,-24.5 parent: 2 - uid: 34733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,-48.5 + pos: -1.5,-7.5 parent: 2 - uid: 34734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-36.5 + pos: 14.5,17.5 parent: 2 - uid: 34735 components: - type: Transform - pos: 27.5,30.5 + pos: 16.5,17.5 parent: 2 - uid: 34736 components: - type: Transform - pos: -45.5,-71.5 + pos: 17.5,17.5 parent: 2 - uid: 34737 components: - type: Transform - pos: 51.5,-95.5 + pos: 2.5,-4.5 parent: 2 - uid: 34738 components: - type: Transform - pos: 99.5,-93.5 + pos: 2.5,-5.5 parent: 2 - uid: 34739 components: - type: Transform - pos: 93.5,-86.5 + rot: 1.5707963267948966 rad + pos: 133.5,-39.5 parent: 2 - uid: 34740 components: - type: Transform - pos: 103.5,-87.5 + pos: -1.5,-5.5 parent: 2 - uid: 34741 components: - type: Transform - pos: 102.5,-91.5 + rot: 1.5707963267948966 rad + pos: 26.5,-30.5 parent: 2 - uid: 34742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-104.5 + pos: 18.5,24.5 parent: 2 - uid: 34743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-104.5 + pos: 16.5,24.5 parent: 2 - uid: 34744 components: - type: Transform - pos: 35.5,-88.5 + pos: -1.5,-1.5 parent: 2 - uid: 34745 components: - type: Transform - pos: 93.5,-87.5 + pos: 13.5,24.5 parent: 2 - uid: 34746 components: - type: Transform - pos: 96.5,-91.5 + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 parent: 2 - uid: 34747 components: - type: Transform - pos: 97.5,-92.5 + rot: 3.141592653589793 rad + pos: 10.5,-7.5 parent: 2 - uid: 34748 components: - type: Transform - pos: 26.5,27.5 + rot: -1.5707963267948966 rad + pos: -8.5,-3.5 parent: 2 - uid: 34749 components: - type: Transform - pos: 29.5,35.5 + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 parent: 2 - uid: 34750 components: - type: Transform - pos: -81.5,-52.5 + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 parent: 2 - uid: 34751 components: - type: Transform - pos: -59.5,-120.5 + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 parent: 2 - uid: 34752 components: - type: Transform - pos: -59.5,-121.5 + pos: 14.5,24.5 parent: 2 - uid: 34753 components: - type: Transform - pos: -58.5,-121.5 + rot: 3.141592653589793 rad + pos: 24.5,-45.5 parent: 2 - uid: 34754 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-95.5 + pos: 30.5,-43.5 parent: 2 - uid: 34755 components: - type: Transform - pos: -78.5,8.5 + rot: -1.5707963267948966 rad + pos: 30.5,-44.5 parent: 2 - uid: 34756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-6.5 + rot: -1.5707963267948966 rad + pos: 30.5,-45.5 parent: 2 - uid: 34757 components: - type: Transform - pos: -81.5,-51.5 + rot: -1.5707963267948966 rad + pos: 30.5,-39.5 parent: 2 - uid: 34758 components: - type: Transform - pos: -81.5,-49.5 + pos: 30.5,-40.5 parent: 2 - uid: 34759 components: - type: Transform - pos: -81.5,-50.5 + rot: 3.141592653589793 rad + pos: 28.5,-45.5 parent: 2 - uid: 34760 components: - type: Transform - pos: -58.5,-89.5 + pos: 59.5,-24.5 parent: 2 - uid: 34761 components: - type: Transform - pos: 103.5,-89.5 + pos: 66.5,-11.5 parent: 2 - uid: 34762 components: - type: Transform - pos: -15.5,-102.5 + pos: 66.5,-13.5 parent: 2 - uid: 34763 components: - type: Transform - pos: 99.5,-82.5 + pos: 66.5,-14.5 parent: 2 - uid: 34764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,-65.5 + pos: 66.5,-12.5 parent: 2 - uid: 34765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-119.5 + rot: -1.5707963267948966 rad + pos: 68.5,-4.5 parent: 2 - uid: 34766 components: - type: Transform - pos: -81.5,-53.5 + rot: 1.5707963267948966 rad + pos: 54.5,-20.5 parent: 2 - uid: 34767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-120.5 + pos: 63.5,16.5 parent: 2 - uid: 34768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-121.5 + rot: 3.141592653589793 rad + pos: 61.5,17.5 parent: 2 - uid: 34769 components: - type: Transform - pos: 28.5,32.5 + pos: 64.5,2.5 parent: 2 - uid: 34770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,13.5 + pos: 55.5,8.5 parent: 2 - uid: 34771 components: - type: Transform - pos: -46.5,-70.5 + rot: 1.5707963267948966 rad + pos: 69.5,7.5 parent: 2 - uid: 34772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-76.5 + pos: 59.5,6.5 parent: 2 - uid: 34773 components: - type: Transform - pos: 26.5,29.5 + pos: 58.5,11.5 parent: 2 - uid: 34774 components: - type: Transform - pos: 27.5,29.5 + rot: 3.141592653589793 rad + pos: 26.5,-45.5 parent: 2 - uid: 34775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-122.5 + pos: 48.5,-12.5 parent: 2 - uid: 34776 components: - type: Transform - pos: -76.5,8.5 + pos: 46.5,-16.5 parent: 2 - uid: 34777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-122.5 + rot: -1.5707963267948966 rad + pos: 10.5,-8.5 parent: 2 - uid: 34778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-122.5 + rot: 3.141592653589793 rad + pos: -2.5,-7.5 parent: 2 - uid: 34779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-123.5 + rot: 3.141592653589793 rad + pos: -3.5,-7.5 parent: 2 - uid: 34780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-124.5 + rot: 3.141592653589793 rad + pos: -3.5,-5.5 parent: 2 - uid: 34781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-124.5 + rot: 3.141592653589793 rad + pos: -2.5,-5.5 parent: 2 - uid: 34782 components: - type: Transform - pos: 28.5,33.5 + rot: 3.141592653589793 rad + pos: -3.5,-4.5 parent: 2 - uid: 34783 components: - type: Transform - pos: 97.5,-81.5 + rot: 3.141592653589793 rad + pos: -3.5,-8.5 parent: 2 - uid: 34784 components: - type: Transform - pos: 101.5,-81.5 + rot: 1.5707963267948966 rad + pos: 72.5,-14.5 parent: 2 - uid: 34785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-75.5 + pos: -1.5,-9.5 parent: 2 - uid: 34786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-81.5 + pos: 49.5,0.5 parent: 2 - uid: 34787 components: - type: Transform - pos: -52.5,-70.5 + rot: -1.5707963267948966 rad + pos: 49.5,-8.5 parent: 2 - uid: 34788 components: - type: Transform - pos: -52.5,-69.5 + rot: 3.141592653589793 rad + pos: 45.5,17.5 parent: 2 - uid: 34789 components: - type: Transform - pos: 28.5,35.5 + pos: 59.5,12.5 parent: 2 - uid: 34790 components: - type: Transform - pos: 37.5,36.5 + rot: 3.141592653589793 rad + pos: 2.5,-8.5 parent: 2 - uid: 34791 components: - type: Transform - pos: 38.5,36.5 + pos: 61.5,16.5 parent: 2 - uid: 34792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-124.5 + pos: 58.5,-25.5 parent: 2 - uid: 34793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-124.5 + pos: 58.5,-21.5 parent: 2 - uid: 34794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-124.5 + pos: 61.5,-6.5 parent: 2 - uid: 34795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-124.5 + pos: 65.5,-20.5 parent: 2 - uid: 34796 components: - type: Transform rot: -1.5707963267948966 rad - pos: 95.5,-65.5 + pos: 42.5,9.5 parent: 2 - uid: 34797 components: - type: Transform - pos: -52.5,-67.5 + pos: 46.5,-0.5 parent: 2 - uid: 34798 components: - type: Transform - pos: -50.5,-67.5 + pos: 50.5,-2.5 parent: 2 - uid: 34799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-77.5 + rot: 1.5707963267948966 rad + pos: 50.5,-20.5 parent: 2 - uid: 34800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,-81.5 + pos: 59.5,-14.5 parent: 2 - uid: 34801 components: - type: Transform - pos: 93.5,-85.5 + pos: 58.5,3.5 parent: 2 - uid: 34802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-81.5 + pos: 61.5,-3.5 parent: 2 - uid: 34803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-61.5 + rot: 1.5707963267948966 rad + pos: 64.5,0.5 parent: 2 - uid: 34804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-78.5 + rot: 1.5707963267948966 rad + pos: 50.5,-21.5 parent: 2 - uid: 34805 components: - type: Transform - pos: 94.5,-75.5 + rot: 1.5707963267948966 rad + pos: 53.5,-20.5 parent: 2 - uid: 34806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-73.5 + pos: 62.5,-14.5 parent: 2 - uid: 34807 components: - type: Transform - pos: -56.5,-71.5 + pos: 60.5,6.5 parent: 2 - uid: 34808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,12.5 + pos: 45.5,9.5 parent: 2 - uid: 34809 components: - type: Transform - pos: -52.5,-72.5 + pos: 60.5,13.5 parent: 2 - uid: 34810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-104.5 + rot: 3.141592653589793 rad + pos: 67.5,13.5 parent: 2 - uid: 34811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-48.5 + pos: 49.5,-1.5 parent: 2 - uid: 34812 components: - type: Transform - pos: 19.5,11.5 + rot: 1.5707963267948966 rad + pos: 69.5,11.5 parent: 2 - uid: 34813 components: - type: Transform - pos: -56.5,-72.5 + rot: 3.141592653589793 rad + pos: 63.5,17.5 parent: 2 - uid: 34814 components: - type: Transform - pos: 83.5,-67.5 + rot: 1.5707963267948966 rad + pos: 66.5,7.5 parent: 2 - uid: 34815 components: - type: Transform - pos: 87.5,-63.5 + rot: 1.5707963267948966 rad + pos: 69.5,6.5 parent: 2 - uid: 34816 components: - type: Transform - pos: 46.5,11.5 + rot: 1.5707963267948966 rad + pos: 69.5,12.5 parent: 2 - uid: 34817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-21.5 + rot: 1.5707963267948966 rad + pos: 66.5,11.5 parent: 2 - uid: 34818 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,0.5 + pos: 60.5,-14.5 parent: 2 - uid: 34819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-22.5 + rot: 1.5707963267948966 rad + pos: 69.5,8.5 parent: 2 - uid: 34820 components: - type: Transform - pos: 102.5,-76.5 + pos: -59.5,-26.5 parent: 2 - uid: 34821 components: - type: Transform - pos: -52.5,-75.5 + rot: 3.141592653589793 rad + pos: 132.5,-37.5 parent: 2 - uid: 34822 components: - type: Transform - pos: 82.5,-68.5 + pos: 69.5,15.5 parent: 2 - uid: 34823 components: - type: Transform - pos: -51.5,-67.5 + pos: 69.5,13.5 parent: 2 - uid: 34824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-100.5 + pos: 50.5,8.5 parent: 2 - uid: 34825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-99.5 + pos: 60.5,16.5 parent: 2 - uid: 34826 components: - type: Transform - pos: -58.5,-91.5 + pos: 79.5,-10.5 parent: 2 - uid: 34827 components: - type: Transform - pos: -58.5,-92.5 + pos: 67.5,16.5 parent: 2 - uid: 34828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-18.5 + pos: 2.5,-9.5 parent: 2 - uid: 34829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-19.5 + pos: 51.5,1.5 parent: 2 - uid: 34830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-22.5 + pos: 49.5,1.5 parent: 2 - uid: 34831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-21.5 + pos: 49.5,9.5 parent: 2 - uid: 34832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-18.5 + pos: 48.5,11.5 parent: 2 - uid: 34833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-22.5 + pos: 49.5,11.5 parent: 2 - uid: 34834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-65.5 + pos: 52.5,-16.5 parent: 2 - uid: 34835 components: - type: Transform - pos: 103.5,-85.5 + pos: 58.5,-16.5 parent: 2 - uid: 34836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-61.5 + pos: 54.5,-16.5 parent: 2 - uid: 34837 components: - type: Transform - pos: 39.5,32.5 + pos: 64.5,12.5 parent: 2 - uid: 34838 components: - type: Transform - pos: -72.5,-79.5 + pos: 49.5,-12.5 parent: 2 - uid: 34839 components: - type: Transform - pos: 44.5,11.5 + pos: 66.5,6.5 parent: 2 - uid: 34840 components: - type: Transform - pos: 26.5,28.5 + pos: 55.5,6.5 parent: 2 - uid: 34841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-3.5 + rot: 1.5707963267948966 rad + pos: -19.5,21.5 parent: 2 - uid: 34842 components: - type: Transform rot: 1.5707963267948966 rad - pos: -63.5,-76.5 + pos: -17.5,21.5 parent: 2 - uid: 34843 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,-75.5 + pos: 25.5,-45.5 parent: 2 - uid: 34844 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,-75.5 + pos: 29.5,-45.5 parent: 2 - uid: 34845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-76.5 + pos: 63.5,2.5 parent: 2 - uid: 34846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-78.5 + pos: 59.5,-17.5 parent: 2 - uid: 34847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-79.5 + rot: 1.5707963267948966 rad + pos: 113.5,-42.5 parent: 2 - uid: 34848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-79.5 + pos: 49.5,12.5 parent: 2 - uid: 34849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-60.5 + pos: 68.5,12.5 parent: 2 - uid: 34850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-70.5 + rot: 3.141592653589793 rad + pos: 42.5,15.5 parent: 2 - uid: 34851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-71.5 + pos: 62.5,6.5 parent: 2 - uid: 34852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-61.5 + pos: 55.5,3.5 parent: 2 - uid: 34853 components: - type: Transform - pos: 95.5,-81.5 + pos: 52.5,1.5 parent: 2 - uid: 34854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-65.5 + rot: 1.5707963267948966 rad + pos: 69.5,9.5 parent: 2 - uid: 34855 components: - type: Transform - pos: 106.5,-64.5 + rot: 1.5707963267948966 rad + pos: 54.5,-21.5 parent: 2 - uid: 34856 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-103.5 + pos: 28.5,-39.5 parent: 2 - uid: 34857 components: - type: Transform - pos: 102.5,-90.5 + pos: 24.5,-40.5 parent: 2 - uid: 34858 components: - type: Transform - pos: 100.5,-59.5 + pos: 24.5,-39.5 parent: 2 - uid: 34859 components: - type: Transform - pos: 100.5,-91.5 + pos: 24.5,-38.5 parent: 2 - uid: 34860 components: - type: Transform - pos: 102.5,-89.5 + pos: 24.5,-37.5 parent: 2 - uid: 34861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-73.5 + pos: 24.5,-36.5 parent: 2 - uid: 34862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,-77.5 + pos: 84.5,-67.5 parent: 2 - uid: 34863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-73.5 + pos: 24.5,-35.5 parent: 2 - uid: 34864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-65.5 + rot: 3.141592653589793 rad + pos: 27.5,-45.5 parent: 2 - uid: 34865 components: - type: Transform rot: -1.5707963267948966 rad - pos: 96.5,-65.5 + pos: 29.5,-39.5 parent: 2 - uid: 34866 components: - type: Transform rot: -1.5707963267948966 rad - pos: 91.5,-80.5 + pos: 26.5,-39.5 parent: 2 - uid: 34867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,12.5 + pos: 27.5,-34.5 parent: 2 - uid: 34868 components: - type: Transform - pos: -3.5,-1.5 + pos: 28.5,-34.5 parent: 2 - uid: 34869 components: - type: Transform - pos: -2.5,-1.5 + pos: 30.5,-34.5 parent: 2 - uid: 34870 components: - type: Transform - pos: 3.5,-1.5 + pos: 30.5,-35.5 parent: 2 - uid: 34871 components: - type: Transform - pos: -4.5,-1.5 + pos: 24.5,-44.5 parent: 2 - uid: 34872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,9.5 + pos: 24.5,-43.5 parent: 2 - uid: 34873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,16.5 + pos: 24.5,-42.5 parent: 2 - uid: 34874 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,12.5 + pos: 25.5,-39.5 parent: 2 - uid: 34875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,13.5 + pos: 26.5,-34.5 parent: 2 - uid: 34876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,2.5 + pos: 85.5,-67.5 parent: 2 - uid: 34877 components: - type: Transform - pos: -5.5,-1.5 + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 parent: 2 - uid: 34878 components: - type: Transform - pos: -6.5,-1.5 + pos: 64.5,16.5 parent: 2 - uid: 34879 components: - type: Transform - pos: -7.5,-1.5 + pos: 59.5,-16.5 parent: 2 - uid: 34880 components: - type: Transform - pos: -8.5,-1.5 + pos: 42.5,-16.5 parent: 2 - uid: 34881 components: - type: Transform - pos: -9.5,-1.5 + pos: 51.5,-12.5 parent: 2 - uid: 34882 components: - type: Transform - pos: -10.5,-1.5 + pos: 66.5,12.5 parent: 2 - uid: 34883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,10.5 + pos: 49.5,8.5 parent: 2 - uid: 34884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,11.5 + pos: 69.5,16.5 parent: 2 - uid: 34885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,10.5 + rot: 1.5707963267948966 rad + pos: 66.5,3.5 parent: 2 - uid: 34886 components: - type: Transform - pos: 12.5,5.5 + pos: 50.5,-12.5 parent: 2 - uid: 34887 components: - type: Transform - pos: 11.5,5.5 + pos: 69.5,14.5 parent: 2 - uid: 34888 components: - type: Transform - pos: 10.5,5.5 + pos: 50.5,-24.5 parent: 2 - uid: 34889 components: - type: Transform - pos: 9.5,5.5 + pos: 4.5,-9.5 parent: 2 - uid: 34890 components: - type: Transform - pos: 8.5,5.5 + pos: 52.5,-26.5 parent: 2 - uid: 34891 components: - type: Transform - pos: 7.5,5.5 + rot: -1.5707963267948966 rad + pos: 110.5,-37.5 parent: 2 - uid: 34892 components: - type: Transform - pos: 6.5,5.5 + pos: 3.5,-8.5 parent: 2 - uid: 34893 components: - type: Transform - pos: 5.5,5.5 + pos: 4.5,-8.5 parent: 2 - uid: 34894 components: - type: Transform - pos: 4.5,5.5 + pos: 4.5,-5.5 parent: 2 - uid: 34895 components: - type: Transform - pos: 3.5,5.5 + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 parent: 2 - uid: 34896 components: - type: Transform - pos: 2.5,5.5 + pos: 5.5,-9.5 parent: 2 - uid: 34897 components: - type: Transform - pos: -1.5,7.5 + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 parent: 2 - uid: 34898 components: - type: Transform - pos: -1.5,8.5 + rot: 3.141592653589793 rad + pos: 67.5,15.5 parent: 2 - uid: 34899 components: - type: Transform - pos: -1.5,11.5 + rot: -1.5707963267948966 rad + pos: 55.5,-9.5 parent: 2 - uid: 34900 components: - type: Transform - pos: -1.5,12.5 + rot: -1.5707963267948966 rad + pos: 59.5,-11.5 parent: 2 - uid: 34901 components: - type: Transform - pos: -2.5,12.5 + pos: 45.5,-1.5 parent: 2 - uid: 34902 components: - type: Transform - pos: -3.5,12.5 + rot: 3.141592653589793 rad + pos: -15.5,18.5 parent: 2 - uid: 34903 components: - type: Transform - pos: -4.5,12.5 + pos: 40.5,-2.5 parent: 2 - uid: 34904 components: - type: Transform - pos: -5.5,12.5 + pos: 56.5,-26.5 parent: 2 - uid: 34905 components: - type: Transform - pos: -6.5,12.5 + pos: 68.5,6.5 parent: 2 - uid: 34906 components: - type: Transform - pos: -7.5,12.5 + pos: 41.5,-2.5 parent: 2 - uid: 34907 components: - type: Transform - pos: -9.5,12.5 + rot: 3.141592653589793 rad + pos: 67.5,-16.5 parent: 2 - uid: 34908 components: - type: Transform - pos: -10.5,12.5 + pos: 54.5,-26.5 parent: 2 - uid: 34909 components: - type: Transform - pos: -6.5,7.5 + pos: 54.5,-6.5 parent: 2 - uid: 34910 components: - type: Transform - pos: -7.5,7.5 + pos: 59.5,-6.5 parent: 2 - uid: 34911 components: - type: Transform - pos: -8.5,7.5 + rot: 1.5707963267948966 rad + pos: 65.5,-14.5 parent: 2 - uid: 34912 components: - type: Transform - pos: -8.5,6.5 + pos: 36.5,-23.5 parent: 2 - uid: 34913 components: - type: Transform - pos: -8.5,5.5 + pos: 42.5,-24.5 parent: 2 - uid: 34914 components: - type: Transform - pos: -9.5,5.5 + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 parent: 2 - uid: 34915 components: - type: Transform - pos: -10.5,5.5 + pos: -16.5,9.5 parent: 2 - uid: 34916 components: - type: Transform - pos: -11.5,5.5 + rot: 3.141592653589793 rad + pos: 67.5,-19.5 parent: 2 - uid: 34917 components: - type: Transform - pos: -12.5,5.5 + rot: 1.5707963267948966 rad + pos: 50.5,-25.5 parent: 2 - uid: 34918 components: - type: Transform - pos: -12.5,6.5 + pos: 59.5,-19.5 parent: 2 - uid: 34919 components: - type: Transform - pos: -12.5,7.5 + pos: 49.5,-0.5 parent: 2 - uid: 34920 components: - type: Transform - pos: -12.5,8.5 + pos: 53.5,-4.5 parent: 2 - uid: 34921 components: - type: Transform - pos: -8.5,8.5 + pos: 64.5,-20.5 parent: 2 - uid: 34922 components: - type: Transform - pos: -11.5,8.5 + pos: 52.5,-2.5 parent: 2 - uid: 34923 components: - type: Transform - pos: -9.5,8.5 + pos: 37.5,-22.5 parent: 2 - uid: 34924 components: - type: Transform - pos: -12.5,11.5 + pos: 65.5,16.5 parent: 2 - uid: 34925 components: - type: Transform - pos: -12.5,12.5 + pos: 60.5,-6.5 parent: 2 - uid: 34926 components: - type: Transform - pos: -11.5,12.5 + pos: 59.5,-26.5 parent: 2 - uid: 34927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,16.5 + pos: 42.5,-25.5 parent: 2 - uid: 34928 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,16.5 + pos: 38.5,-28.5 parent: 2 - uid: 34929 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,17.5 + pos: 53.5,-6.5 parent: 2 - uid: 34930 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,17.5 + pos: 36.5,-26.5 parent: 2 - uid: 34931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,15.5 + pos: 39.5,-28.5 parent: 2 - uid: 34932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,16.5 + rot: 1.5707963267948966 rad + pos: 64.5,1.5 parent: 2 - uid: 34933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,13.5 + pos: 40.5,-28.5 parent: 2 - uid: 34934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,14.5 + pos: 53.5,-5.5 parent: 2 - uid: 34935 components: - type: Transform - pos: -7.5,18.5 + rot: 3.141592653589793 rad + pos: 67.5,-20.5 parent: 2 - uid: 34936 components: - type: Transform - pos: -11.5,18.5 + pos: 47.5,-0.5 parent: 2 - uid: 34937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,18.5 + pos: 47.5,-16.5 parent: 2 - uid: 34938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,18.5 + rot: -1.5707963267948966 rad + pos: 59.5,16.5 parent: 2 - uid: 34939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,18.5 + pos: 59.5,-20.5 parent: 2 - uid: 34940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,18.5 + pos: 41.5,-28.5 parent: 2 - uid: 34941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,18.5 + pos: 65.5,6.5 parent: 2 - uid: 34942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,18.5 + pos: 61.5,6.5 parent: 2 - uid: 34943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,17.5 + pos: 51.5,-24.5 parent: 2 - uid: 34944 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,13.5 + pos: 53.5,1.5 parent: 2 - uid: 34945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,19.5 + pos: 6.5,-9.5 parent: 2 - uid: 34946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,20.5 + pos: 7.5,-9.5 parent: 2 - uid: 34947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,20.5 + pos: 8.5,-9.5 parent: 2 - uid: 34948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,19.5 + pos: 9.5,-9.5 parent: 2 - uid: 34949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,18.5 + pos: 10.5,-9.5 parent: 2 - uid: 34950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,12.5 + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 parent: 2 - uid: 34951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,6.5 + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 parent: 2 - uid: 34952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,8.5 + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 parent: 2 - uid: 34953 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,7.5 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 parent: 2 - uid: 34954 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,8.5 + pos: 67.5,6.5 parent: 2 - uid: 34955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,10.5 + rot: 1.5707963267948966 rad + pos: 65.5,-6.5 parent: 2 - uid: 34956 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,10.5 + pos: 67.5,-21.5 parent: 2 - uid: 34957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,10.5 + pos: 42.5,-28.5 parent: 2 - uid: 34958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,6.5 + pos: 47.5,-6.5 parent: 2 - uid: 34959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,7.5 + pos: 61.5,1.5 parent: 2 - uid: 34960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,5.5 + rot: 1.5707963267948966 rad + pos: 62.5,-0.5 parent: 2 - uid: 34961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,12.5 + rot: 1.5707963267948966 rad + pos: 66.5,-0.5 parent: 2 - uid: 34962 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,12.5 + pos: 61.5,0.5 parent: 2 - uid: 34963 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,12.5 + rot: 1.5707963267948966 rad + pos: 54.5,-23.5 parent: 2 - uid: 34964 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,12.5 + rot: 1.5707963267948966 rad + pos: 54.5,-25.5 parent: 2 - uid: 34965 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,12.5 + rot: 1.5707963267948966 rad + pos: 54.5,-22.5 parent: 2 - uid: 34966 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,12.5 + pos: 55.5,19.5 parent: 2 - uid: 34967 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,12.5 + pos: 55.5,18.5 parent: 2 - uid: 34968 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,12.5 + pos: 44.5,-21.5 parent: 2 - uid: 34969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,13.5 + pos: 55.5,-26.5 parent: 2 - uid: 34970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,17.5 + pos: 53.5,-26.5 parent: 2 - uid: 34971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,18.5 + pos: 57.5,-26.5 parent: 2 - uid: 34972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,18.5 + pos: 51.5,-26.5 parent: 2 - uid: 34973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,18.5 + pos: 58.5,-20.5 parent: 2 - uid: 34974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,18.5 + pos: 65.5,-10.5 parent: 2 - uid: 34975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,17.5 + pos: 61.5,-2.5 parent: 2 - uid: 34976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,16.5 + pos: 61.5,-0.5 parent: 2 - uid: 34977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,15.5 + pos: 61.5,-1.5 parent: 2 - uid: 34978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,14.5 + rot: -1.5707963267948966 rad + pos: -60.5,-16.5 parent: 2 - uid: 34979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,13.5 + rot: -1.5707963267948966 rad + pos: -60.5,-17.5 parent: 2 - uid: 34980 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,18.5 + pos: -15.5,20.5 parent: 2 - uid: 34981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,9.5 + rot: -1.5707963267948966 rad + pos: 49.5,-6.5 parent: 2 - uid: 34982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,8.5 + pos: 67.5,12.5 parent: 2 - uid: 34983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,11.5 + pos: 58.5,-79.5 parent: 2 - uid: 34984 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,10.5 + pos: 59.5,-83.5 parent: 2 - uid: 34985 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,16.5 + pos: 46.5,-21.5 parent: 2 - uid: 34986 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,12.5 + pos: 46.5,-20.5 parent: 2 - uid: 34987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,12.5 + pos: 55.5,-10.5 parent: 2 - uid: 34988 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,10.5 + pos: 55.5,-11.5 parent: 2 - uid: 34989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,15.5 + pos: 53.5,-0.5 parent: 2 - uid: 34990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,17.5 + pos: 62.5,-10.5 parent: 2 - uid: 34991 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,18.5 + pos: 46.5,-25.5 parent: 2 - uid: 34992 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 + pos: 61.5,-10.5 parent: 2 - uid: 34993 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,7.5 + pos: 60.5,-10.5 parent: 2 - uid: 34994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,5.5 + pos: 66.5,-10.5 parent: 2 - uid: 34995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,4.5 + pos: 64.5,-10.5 parent: 2 - uid: 34996 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,3.5 + pos: 59.5,-22.5 parent: 2 - uid: 34997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,2.5 + pos: 59.5,-23.5 parent: 2 - uid: 34998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,21.5 + pos: 44.5,-25.5 parent: 2 - uid: 34999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,20.5 + rot: 1.5707963267948966 rad + pos: -16.5,21.5 parent: 2 - uid: 35000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,21.5 + pos: -17.5,8.5 parent: 2 - uid: 35001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,22.5 + pos: 17.5,24.5 parent: 2 - uid: 35002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,21.5 + pos: 15.5,24.5 parent: 2 - uid: 35003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,22.5 + rot: 1.5707963267948966 rad + pos: -20.5,16.5 parent: 2 - uid: 35004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,15.5 + pos: 70.5,-10.5 parent: 2 - uid: 35005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-1.5 + pos: 70.5,-14.5 parent: 2 - uid: 35006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-1.5 + pos: 67.5,-10.5 parent: 2 - uid: 35007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-1.5 + pos: 70.5,-13.5 parent: 2 - uid: 35008 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-2.5 + pos: 68.5,-10.5 parent: 2 - uid: 35009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-2.5 + rot: 1.5707963267948966 rad + pos: 80.5,1.5 parent: 2 - uid: 35010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-2.5 + pos: 50.5,12.5 parent: 2 - uid: 35011 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-3.5 + pos: 55.5,12.5 parent: 2 - uid: 35012 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,-9.5 + pos: 74.5,-9.5 parent: 2 - uid: 35013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-9.5 + rot: -1.5707963267948966 rad + pos: 43.5,-2.5 parent: 2 - uid: 35014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-10.5 + rot: -1.5707963267948966 rad + pos: 49.5,-7.5 parent: 2 - uid: 35015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-11.5 + pos: 63.5,-10.5 parent: 2 - uid: 35016 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-11.5 + rot: -1.5707963267948966 rad + pos: 49.5,-10.5 parent: 2 - uid: 35017 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-12.5 + pos: 54.5,12.5 parent: 2 - uid: 35018 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-84.5 + rot: -1.5707963267948966 rad + pos: 55.5,15.5 parent: 2 - uid: 35019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,17.5 + pos: 54.5,8.5 parent: 2 - uid: 35020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,17.5 + pos: 61.5,-4.5 parent: 2 - uid: 35021 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,17.5 + pos: 61.5,-5.5 parent: 2 - uid: 35022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-110.5 + pos: -12.5,10.5 parent: 2 - uid: 35023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-94.5 + pos: 52.5,8.5 parent: 2 - uid: 35024 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-11.5 + pos: 53.5,8.5 parent: 2 - uid: 35025 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-6.5 + pos: 53.5,16.5 parent: 2 - uid: 35026 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-6.5 + rot: -1.5707963267948966 rad + pos: 49.5,-11.5 parent: 2 - uid: 35027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-1.5 + rot: 1.5707963267948966 rad + pos: 53.5,-27.5 parent: 2 - uid: 35028 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-0.5 + pos: -16.5,8.5 parent: 2 - uid: 35029 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,0.5 + pos: -13.5,8.5 parent: 2 - uid: 35030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,1.5 + pos: 39.5,-21.5 parent: 2 - uid: 35031 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,2.5 + pos: 41.5,-21.5 parent: 2 - uid: 35032 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,3.5 + pos: 71.5,-8.5 parent: 2 - uid: 35033 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,4.5 + pos: 72.5,2.5 parent: 2 - uid: 35034 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,5.5 + pos: 36.5,-22.5 parent: 2 - uid: 35035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,6.5 + pos: 87.5,-65.5 parent: 2 - uid: 35036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,6.5 + pos: 70.5,-12.5 parent: 2 - uid: 35037 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-78.5 + pos: 71.5,-10.5 parent: 2 - uid: 35038 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,11.5 + pos: 71.5,-9.5 parent: 2 - uid: 35039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-90.5 + rot: 3.141592653589793 rad + pos: 71.5,-4.5 parent: 2 - uid: 35040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-104.5 + rot: 3.141592653589793 rad + pos: 71.5,-3.5 parent: 2 - uid: 35041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-48.5 + rot: 3.141592653589793 rad + pos: 73.5,-9.5 parent: 2 - uid: 35042 components: - type: Transform - pos: 79.5,7.5 + pos: 87.5,-67.5 parent: 2 - uid: 35043 components: - type: Transform - pos: -70.5,-46.5 + rot: 3.141592653589793 rad + pos: 71.5,-6.5 parent: 2 - uid: 35044 components: - type: Transform - pos: 59.5,-67.5 + pos: 39.5,-22.5 parent: 2 - uid: 35045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-36.5 + rot: 3.141592653589793 rad + pos: 72.5,0.5 parent: 2 - uid: 35046 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-110.5 + pos: 72.5,-9.5 parent: 2 - uid: 35047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-104.5 + rot: 3.141592653589793 rad + pos: 71.5,-1.5 parent: 2 - uid: 35048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-91.5 + rot: 3.141592653589793 rad + pos: 71.5,-0.5 parent: 2 - uid: 35049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-85.5 + rot: 3.141592653589793 rad + pos: 71.5,0.5 parent: 2 - uid: 35050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-85.5 + rot: 3.141592653589793 rad + pos: 72.5,3.5 parent: 2 - uid: 35051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-85.5 + rot: 3.141592653589793 rad + pos: 72.5,1.5 parent: 2 - uid: 35052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-19.5 + pos: 87.5,-66.5 parent: 2 - uid: 35053 components: - type: Transform - pos: 35.5,-84.5 + rot: 3.141592653589793 rad + pos: 72.5,5.5 parent: 2 - uid: 35054 components: - type: Transform rot: 3.141592653589793 rad - pos: 89.5,-19.5 + pos: 72.5,6.5 parent: 2 - uid: 35055 components: - type: Transform rot: 3.141592653589793 rad - pos: 90.5,-19.5 + pos: 75.5,-9.5 parent: 2 - uid: 35056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-25.5 + pos: 86.5,-67.5 parent: 2 - uid: 35057 components: - type: Transform rot: 3.141592653589793 rad - pos: 79.5,-15.5 + pos: 73.5,2.5 parent: 2 - uid: 35058 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-15.5 + pos: 76.5,2.5 parent: 2 - uid: 35059 components: - type: Transform - pos: 53.5,15.5 + rot: 3.141592653589793 rad + pos: 75.5,2.5 parent: 2 - uid: 35060 components: - type: Transform - pos: 52.5,17.5 + rot: 3.141592653589793 rad + pos: 72.5,-5.5 parent: 2 - uid: 35061 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-26.5 + pos: 73.5,-5.5 parent: 2 - uid: 35062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-48.5 + rot: 3.141592653589793 rad + pos: 74.5,-5.5 parent: 2 - uid: 35063 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-24.5 + pos: 75.5,-5.5 parent: 2 - uid: 35064 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-15.5 + pos: 76.5,8.5 parent: 2 - uid: 35065 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-48.5 + pos: 132.5,-39.5 parent: 2 - uid: 35066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-15.5 + rot: -1.5707963267948966 rad + pos: 114.5,-37.5 parent: 2 - uid: 35067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-12.5 + rot: -1.5707963267948966 rad + pos: 111.5,-37.5 parent: 2 - uid: 35068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-14.5 + rot: -1.5707963267948966 rad + pos: 113.5,-37.5 parent: 2 - uid: 35069 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-16.5 + pos: 75.5,8.5 parent: 2 - uid: 35070 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-15.5 + pos: 76.5,3.5 parent: 2 - uid: 35071 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-22.5 + pos: 70.5,7.5 parent: 2 - uid: 35072 components: - type: Transform rot: 3.141592653589793 rad - pos: 75.5,-15.5 + pos: 76.5,5.5 parent: 2 - uid: 35073 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-13.5 + pos: 76.5,6.5 parent: 2 - uid: 35074 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-23.5 + pos: 76.5,7.5 parent: 2 - uid: 35075 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-15.5 + pos: 73.5,8.5 parent: 2 - uid: 35076 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-79.5 + pos: 72.5,8.5 parent: 2 - uid: 35077 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-26.5 + pos: 71.5,7.5 parent: 2 - uid: 35078 components: - type: Transform - pos: 41.5,-76.5 + rot: 3.141592653589793 rad + pos: 72.5,7.5 parent: 2 - uid: 35079 components: - type: Transform - pos: 64.5,-63.5 + rot: 3.141592653589793 rad + pos: 76.5,-5.5 parent: 2 - uid: 35080 components: - type: Transform - pos: 67.5,-64.5 + rot: 1.5707963267948966 rad + pos: 74.5,-16.5 parent: 2 - uid: 35081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-16.5 + pos: 87.5,-64.5 parent: 2 - uid: 35082 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,-52.5 + pos: 112.5,-37.5 parent: 2 - uid: 35083 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-20.5 + pos: 81.5,7.5 parent: 2 - uid: 35084 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-19.5 + pos: 82.5,7.5 parent: 2 - uid: 35085 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-18.5 + pos: 76.5,-9.5 parent: 2 - uid: 35086 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-17.5 + pos: 76.5,-1.5 parent: 2 - uid: 35087 components: - type: Transform rot: 3.141592653589793 rad - pos: 85.5,-19.5 + pos: 76.5,-4.5 parent: 2 - uid: 35088 components: - type: Transform rot: 3.141592653589793 rad - pos: 83.5,-19.5 + pos: 76.5,-3.5 parent: 2 - uid: 35089 components: - type: Transform rot: 3.141592653589793 rad - pos: 82.5,-19.5 + pos: 76.5,-0.5 parent: 2 - uid: 35090 components: - type: Transform rot: 3.141592653589793 rad - pos: 84.5,-19.5 + pos: 76.5,1.5 parent: 2 - uid: 35091 components: - type: Transform rot: 3.141592653589793 rad - pos: 84.5,-18.5 + pos: 77.5,2.5 parent: 2 - uid: 35092 components: - type: Transform rot: 3.141592653589793 rad - pos: 84.5,-26.5 + pos: 78.5,2.5 parent: 2 - uid: 35093 components: - type: Transform rot: 3.141592653589793 rad - pos: 84.5,-25.5 + pos: 79.5,2.5 parent: 2 - uid: 35094 components: - type: Transform rot: 3.141592653589793 rad - pos: 97.5,-24.5 + pos: 80.5,2.5 parent: 2 - uid: 35095 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,-26.5 + pos: 81.5,2.5 parent: 2 - uid: 35096 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,-26.5 + pos: 82.5,2.5 parent: 2 - uid: 35097 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,-26.5 + pos: 73.5,0.5 parent: 2 - uid: 35098 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-26.5 + pos: 74.5,0.5 parent: 2 - uid: 35099 components: - type: Transform rot: 3.141592653589793 rad - pos: 89.5,-25.5 + pos: 75.5,0.5 parent: 2 - uid: 35100 components: - type: Transform rot: 3.141592653589793 rad - pos: 90.5,-24.5 + pos: 76.5,0.5 parent: 2 - uid: 35101 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-25.5 + pos: 51.5,17.5 parent: 2 - uid: 35102 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-24.5 + pos: 50.5,17.5 parent: 2 - uid: 35103 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-19.5 + pos: 53.5,17.5 parent: 2 - uid: 35104 components: - type: Transform - pos: 108.5,-23.5 + rot: -1.5707963267948966 rad + pos: 70.5,-4.5 parent: 2 - uid: 35105 components: - type: Transform - pos: 97.5,-20.5 + rot: 1.5707963267948966 rad + pos: 61.5,-21.5 parent: 2 - uid: 35106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-26.5 + pos: 49.5,17.5 parent: 2 - uid: 35107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-26.5 + pos: 70.5,-11.5 parent: 2 - uid: 35108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-24.5 + rot: 1.5707963267948966 rad + pos: -20.5,19.5 parent: 2 - uid: 35109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-25.5 + pos: 53.5,-24.5 parent: 2 - uid: 35110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-19.5 + rot: 1.5707963267948966 rad + pos: 71.5,-16.5 parent: 2 - uid: 35111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-19.5 + rot: 1.5707963267948966 rad + pos: 72.5,-16.5 parent: 2 - uid: 35112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-26.5 + pos: 45.5,15.5 parent: 2 - uid: 35113 components: - type: Transform rot: 3.141592653589793 rad - pos: 97.5,-26.5 + pos: 42.5,14.5 parent: 2 - uid: 35114 components: - type: Transform - pos: 92.5,-20.5 + rot: 1.5707963267948966 rad + pos: 73.5,-16.5 parent: 2 - uid: 35115 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-19.5 + rot: 1.5707963267948966 rad + pos: 70.5,-16.5 parent: 2 - uid: 35116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-25.5 + rot: 1.5707963267948966 rad + pos: 71.5,-14.5 parent: 2 - uid: 35117 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-24.5 + pos: 68.5,0.5 parent: 2 - uid: 35118 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-23.5 + pos: 70.5,0.5 parent: 2 - uid: 35119 components: - type: Transform - pos: 90.5,-20.5 + rot: 1.5707963267948966 rad + pos: 80.5,0.5 parent: 2 - uid: 35120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-84.5 + rot: -1.5707963267948966 rad + pos: -28.5,-41.5 parent: 2 - uid: 35121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-84.5 + rot: 1.5707963267948966 rad + pos: 80.5,-0.5 parent: 2 - uid: 35122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-84.5 + rot: 1.5707963267948966 rad + pos: 84.5,1.5 parent: 2 - uid: 35123 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-84.5 + rot: 1.5707963267948966 rad + pos: 84.5,0.5 parent: 2 - uid: 35124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-31.5 + rot: 1.5707963267948966 rad + pos: 84.5,-0.5 parent: 2 - uid: 35125 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-36.5 + rot: 1.5707963267948966 rad + pos: 88.5,1.5 parent: 2 - uid: 35126 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-37.5 + rot: 1.5707963267948966 rad + pos: 88.5,0.5 parent: 2 - uid: 35127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-36.5 + rot: 1.5707963267948966 rad + pos: 88.5,-0.5 parent: 2 - uid: 35128 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-38.5 + rot: 1.5707963267948966 rad + pos: 88.5,2.5 parent: 2 - uid: 35129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-36.5 + rot: 1.5707963267948966 rad + pos: 83.5,2.5 parent: 2 - uid: 35130 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-37.5 + rot: 1.5707963267948966 rad + pos: 85.5,2.5 parent: 2 - uid: 35131 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-38.5 + rot: 1.5707963267948966 rad + pos: 86.5,2.5 parent: 2 - uid: 35132 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-36.5 + rot: 1.5707963267948966 rad + pos: 87.5,2.5 parent: 2 - uid: 35133 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-38.5 + rot: 1.5707963267948966 rad + pos: 84.5,2.5 parent: 2 - uid: 35134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-38.5 + pos: 89.5,0.5 parent: 2 - uid: 35135 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-37.5 + pos: 90.5,0.5 parent: 2 - uid: 35136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-36.5 + pos: 90.5,-2.5 parent: 2 - uid: 35137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-37.5 + pos: 90.5,-8.5 parent: 2 - uid: 35138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-37.5 + pos: 90.5,-11.5 parent: 2 - uid: 35139 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-37.5 + pos: 90.5,-9.5 parent: 2 - uid: 35140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-98.5 + pos: 90.5,-10.5 parent: 2 - uid: 35141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-102.5 + pos: 79.5,-12.5 parent: 2 - uid: 35142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-96.5 + pos: 79.5,-13.5 parent: 2 - uid: 35143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-84.5 + pos: 79.5,-11.5 parent: 2 - uid: 35144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-84.5 + pos: 79.5,-9.5 parent: 2 - uid: 35145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-39.5 + pos: 78.5,-9.5 parent: 2 - uid: 35146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-40.5 + pos: 78.5,-13.5 parent: 2 - uid: 35147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-34.5 + pos: 76.5,-13.5 parent: 2 - uid: 35148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-35.5 + pos: 75.5,-13.5 parent: 2 - uid: 35149 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-36.5 + pos: 74.5,-13.5 parent: 2 - uid: 35150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-41.5 + pos: 73.5,-13.5 parent: 2 - uid: 35151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-41.5 + pos: 77.5,-13.5 parent: 2 - uid: 35152 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-41.5 + pos: 73.5,-14.5 parent: 2 - uid: 35153 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-40.5 + rot: 1.5707963267948966 rad + pos: 73.5,-10.5 parent: 2 - uid: 35154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-40.5 + rot: 1.5707963267948966 rad + pos: 73.5,-12.5 parent: 2 - uid: 35155 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-40.5 + pos: 57.5,-79.5 parent: 2 - uid: 35156 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-40.5 + pos: 58.5,-83.5 parent: 2 - uid: 35157 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-41.5 + pos: 59.5,-79.5 parent: 2 - uid: 35158 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-42.5 + pos: 89.5,-11.5 parent: 2 - uid: 35159 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-43.5 + pos: 88.5,-11.5 parent: 2 - uid: 35160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-41.5 + pos: 86.5,-11.5 parent: 2 - uid: 35161 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-41.5 + pos: 85.5,-11.5 parent: 2 - uid: 35162 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-43.5 + pos: 84.5,-11.5 parent: 2 - uid: 35163 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-42.5 + pos: 83.5,-11.5 parent: 2 - uid: 35164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-40.5 + pos: 81.5,-11.5 parent: 2 - uid: 35165 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-39.5 + pos: -12.5,9.5 parent: 2 - uid: 35166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-38.5 + pos: 87.5,-11.5 parent: 2 - uid: 35167 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-37.5 + pos: 80.5,-11.5 parent: 2 - uid: 35168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-36.5 + rot: 1.5707963267948966 rad + pos: 131.5,-39.5 parent: 2 - uid: 35169 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-35.5 + pos: -14.5,20.5 parent: 2 - uid: 35170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-34.5 + pos: 45.5,14.5 parent: 2 - uid: 35171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-34.5 + pos: 57.5,-83.5 parent: 2 - uid: 35172 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-34.5 + pos: -12.5,20.5 parent: 2 - uid: 35173 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-34.5 + rot: 1.5707963267948966 rad + pos: -20.5,18.5 parent: 2 - uid: 35174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-34.5 + pos: 33.5,-105.5 parent: 2 - uid: 35175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-34.5 + pos: 33.5,-84.5 parent: 2 - uid: 35176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-34.5 + rot: 1.5707963267948966 rad + pos: -38.5,-27.5 parent: 2 - uid: 35177 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,-34.5 + pos: -49.5,-53.5 parent: 2 - uid: 35178 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-42.5 + pos: 2.5,15.5 parent: 2 - uid: 35179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-43.5 + pos: -33.5,-32.5 parent: 2 - uid: 35180 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-44.5 + pos: -1.5,15.5 parent: 2 - uid: 35181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-45.5 + rot: 1.5707963267948966 rad + pos: 80.5,7.5 parent: 2 - uid: 35182 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-45.5 + pos: -47.5,-33.5 parent: 2 - uid: 35183 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-45.5 + pos: -71.5,-79.5 parent: 2 - uid: 35184 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-45.5 + pos: 41.5,8.5 parent: 2 - uid: 35185 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-45.5 + pos: 36.5,-80.5 parent: 2 - uid: 35186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-45.5 + pos: 102.5,-54.5 parent: 2 - uid: 35187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-44.5 + pos: 103.5,-54.5 parent: 2 - uid: 35188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-43.5 + pos: 93.5,-56.5 parent: 2 - uid: 35189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-42.5 + rot: -1.5707963267948966 rad + pos: -25.5,-45.5 parent: 2 - uid: 35190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-19.5 + pos: -59.5,-77.5 parent: 2 - uid: 35191 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,-18.5 + pos: 39.5,-6.5 parent: 2 - uid: 35192 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-27.5 + pos: 41.5,7.5 parent: 2 - uid: 35193 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,-27.5 + pos: -69.5,9.5 parent: 2 - uid: 35194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-20.5 + pos: 110.5,-55.5 parent: 2 - uid: 35195 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,-21.5 + pos: -74.5,9.5 parent: 2 - uid: 35196 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-49.5 + pos: -69.5,8.5 parent: 2 - uid: 35197 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-53.5 + pos: -68.5,13.5 parent: 2 - uid: 35198 components: - type: Transform - pos: 60.5,-65.5 + rot: 3.141592653589793 rad + pos: -65.5,13.5 parent: 2 - uid: 35199 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-49.5 + pos: -73.5,9.5 parent: 2 - uid: 35200 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-51.5 + pos: -73.5,8.5 parent: 2 - uid: 35201 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-52.5 + pos: -72.5,8.5 parent: 2 - uid: 35202 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-50.5 + pos: -71.5,8.5 parent: 2 - uid: 35203 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-51.5 + pos: -70.5,8.5 parent: 2 - uid: 35204 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-52.5 + pos: -74.5,11.5 parent: 2 - uid: 35205 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-54.5 + pos: -75.5,11.5 parent: 2 - uid: 35206 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-55.5 + pos: -75.5,9.5 parent: 2 - uid: 35207 components: - type: Transform - pos: 61.5,-55.5 + pos: 110.5,-50.5 parent: 2 - uid: 35208 components: - type: Transform - pos: 56.5,-57.5 + pos: 110.5,-48.5 parent: 2 - uid: 35209 components: - type: Transform - pos: 55.5,-57.5 + pos: 41.5,-81.5 parent: 2 - uid: 35210 components: - type: Transform - pos: 54.5,-57.5 + pos: -73.5,-79.5 parent: 2 - uid: 35211 components: - type: Transform - pos: 54.5,-59.5 + pos: -73.5,-72.5 parent: 2 - uid: 35212 components: - type: Transform - pos: 54.5,-61.5 + pos: -73.5,-74.5 parent: 2 - uid: 35213 components: - type: Transform - pos: 55.5,-61.5 + pos: -45.5,-70.5 parent: 2 - uid: 35214 components: - type: Transform - pos: 59.5,-61.5 + pos: -45.5,-68.5 parent: 2 - uid: 35215 components: - type: Transform - pos: 60.5,-61.5 + pos: -59.5,-75.5 parent: 2 - uid: 35216 components: - type: Transform - pos: 53.5,-61.5 + rot: -1.5707963267948966 rad + pos: -36.5,-124.5 parent: 2 - uid: 35217 components: - type: Transform - pos: 52.5,-61.5 + rot: 1.5707963267948966 rad + pos: 68.5,-57.5 parent: 2 - uid: 35218 components: - type: Transform - pos: 52.5,-62.5 + rot: 1.5707963267948966 rad + pos: 68.5,-61.5 parent: 2 - uid: 35219 components: - type: Transform - pos: 52.5,-66.5 + rot: -1.5707963267948966 rad + pos: -35.5,-124.5 parent: 2 - uid: 35220 components: - type: Transform - pos: 52.5,-67.5 + rot: 3.141592653589793 rad + pos: -66.5,13.5 parent: 2 - uid: 35221 components: - type: Transform - pos: 53.5,-67.5 + rot: 3.141592653589793 rad + pos: -69.5,13.5 parent: 2 - uid: 35222 components: - type: Transform - pos: 54.5,-67.5 + rot: -1.5707963267948966 rad + pos: -34.5,-124.5 parent: 2 - uid: 35223 components: - type: Transform - pos: 55.5,-67.5 + rot: 3.141592653589793 rad + pos: -69.5,12.5 parent: 2 - uid: 35224 components: - type: Transform - pos: 56.5,-67.5 + rot: 3.141592653589793 rad + pos: 79.5,-51.5 parent: 2 - uid: 35225 components: - type: Transform - pos: 57.5,-67.5 + rot: 3.141592653589793 rad + pos: 80.5,-51.5 parent: 2 - uid: 35226 components: - type: Transform - pos: 58.5,-67.5 + rot: 3.141592653589793 rad + pos: 73.5,-51.5 parent: 2 - uid: 35227 components: - type: Transform - pos: 65.5,-63.5 + pos: 43.5,-81.5 parent: 2 - uid: 35228 components: - type: Transform - pos: 65.5,-64.5 + pos: 110.5,-51.5 parent: 2 - uid: 35229 components: - type: Transform - pos: 65.5,-65.5 + pos: -52.5,-73.5 parent: 2 - uid: 35230 components: - type: Transform - pos: 65.5,-66.5 + pos: -53.5,-72.5 parent: 2 - uid: 35231 components: - type: Transform - pos: 64.5,-66.5 + pos: -59.5,-74.5 parent: 2 - uid: 35232 components: - type: Transform - pos: 63.5,-66.5 + pos: -72.5,-75.5 parent: 2 - uid: 35233 components: - type: Transform - pos: 62.5,-66.5 + pos: -71.5,-75.5 parent: 2 - uid: 35234 components: - type: Transform - pos: 62.5,-67.5 + rot: 3.141592653589793 rad + pos: 2.5,-71.5 parent: 2 - uid: 35235 components: - type: Transform - pos: 62.5,-70.5 + rot: 3.141592653589793 rad + pos: 2.5,-72.5 parent: 2 - uid: 35236 components: - type: Transform - pos: 63.5,-70.5 + rot: 3.141592653589793 rad + pos: 2.5,-73.5 parent: 2 - uid: 35237 components: - type: Transform - pos: 62.5,-71.5 + pos: -34.5,-27.5 parent: 2 - uid: 35238 components: - type: Transform - pos: 65.5,-70.5 + pos: -70.5,-75.5 parent: 2 - uid: 35239 components: - type: Transform - pos: 66.5,-70.5 + pos: -59.5,-70.5 parent: 2 - uid: 35240 components: - type: Transform - pos: 66.5,-71.5 + rot: -1.5707963267948966 rad + pos: -34.5,-123.5 parent: 2 - uid: 35241 components: - type: Transform - pos: 66.5,-72.5 + rot: 3.141592653589793 rad + pos: 82.5,-66.5 parent: 2 - uid: 35242 components: - type: Transform - pos: 65.5,-72.5 + rot: 3.141592653589793 rad + pos: 82.5,-56.5 parent: 2 - uid: 35243 components: - type: Transform - pos: 63.5,-72.5 + rot: 3.141592653589793 rad + pos: 82.5,-52.5 parent: 2 - uid: 35244 components: - type: Transform - pos: 62.5,-72.5 + pos: 87.5,-57.5 parent: 2 - uid: 35245 components: - type: Transform - pos: 66.5,-68.5 + pos: 71.5,-67.5 parent: 2 - uid: 35246 components: - type: Transform - pos: 66.5,-66.5 + rot: 3.141592653589793 rad + pos: 82.5,-57.5 parent: 2 - uid: 35247 components: - type: Transform - pos: 67.5,-66.5 + rot: 3.141592653589793 rad + pos: 68.5,-51.5 parent: 2 - uid: 35248 components: - type: Transform - pos: 64.5,-52.5 + rot: 3.141592653589793 rad + pos: 70.5,-51.5 parent: 2 - uid: 35249 components: - type: Transform - pos: 64.5,-51.5 + pos: 70.5,-67.5 parent: 2 - uid: 35250 components: - type: Transform - pos: 67.5,-51.5 + rot: 3.141592653589793 rad + pos: 71.5,-51.5 parent: 2 - uid: 35251 components: - type: Transform - pos: 64.5,-55.5 + rot: 3.141592653589793 rad + pos: 69.5,-51.5 parent: 2 - uid: 35252 components: - type: Transform - pos: 63.5,-55.5 + pos: 87.5,-58.5 parent: 2 - uid: 35253 components: - type: Transform - pos: 62.5,-55.5 + pos: 83.5,-56.5 parent: 2 - uid: 35254 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-15.5 + pos: 87.5,-59.5 parent: 2 - uid: 35255 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,-16.5 + pos: 82.5,-55.5 parent: 2 - uid: 35256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-17.5 + pos: 87.5,-56.5 parent: 2 - uid: 35257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-53.5 + rot: 3.141592653589793 rad + pos: 82.5,-51.5 parent: 2 - uid: 35258 components: - type: Transform - pos: 51.5,-77.5 + pos: 69.5,-67.5 parent: 2 - uid: 35259 components: - type: Transform - pos: 51.5,-76.5 + rot: 3.141592653589793 rad + pos: 82.5,-54.5 parent: 2 - uid: 35260 components: - type: Transform - pos: 51.5,-75.5 + rot: 3.141592653589793 rad + pos: 82.5,-53.5 parent: 2 - uid: 35261 components: - type: Transform - pos: 51.5,-74.5 + rot: 3.141592653589793 rad + pos: -61.5,13.5 parent: 2 - uid: 35262 components: - type: Transform - pos: 51.5,-73.5 + rot: 3.141592653589793 rad + pos: -57.5,13.5 parent: 2 - uid: 35263 components: - type: Transform - pos: 51.5,-72.5 + rot: 3.141592653589793 rad + pos: -60.5,13.5 parent: 2 - uid: 35264 components: - type: Transform - pos: 51.5,-71.5 + rot: 3.141592653589793 rad + pos: -55.5,13.5 parent: 2 - uid: 35265 components: - type: Transform - pos: 51.5,-70.5 + rot: 3.141592653589793 rad + pos: 81.5,-51.5 parent: 2 - uid: 35266 components: - type: Transform - pos: 52.5,-70.5 + rot: 3.141592653589793 rad + pos: -59.5,13.5 parent: 2 - uid: 35267 components: - type: Transform - pos: 53.5,-70.5 + pos: 37.5,-81.5 parent: 2 - uid: 35268 components: - type: Transform - pos: 58.5,-70.5 + rot: 3.141592653589793 rad + pos: -58.5,13.5 parent: 2 - uid: 35269 components: - type: Transform - pos: 58.5,-71.5 + pos: 87.5,-60.5 parent: 2 - uid: 35270 components: - type: Transform - pos: 58.5,-72.5 + pos: 87.5,-61.5 parent: 2 - uid: 35271 components: - type: Transform - pos: 58.5,-73.5 + pos: 86.5,-62.5 parent: 2 - uid: 35272 components: - type: Transform - pos: 58.5,-74.5 + pos: 85.5,-56.5 parent: 2 - uid: 35273 components: - type: Transform - pos: 58.5,-77.5 + pos: 84.5,-56.5 parent: 2 - uid: 35274 components: - type: Transform - pos: 57.5,-77.5 + pos: 84.5,-62.5 parent: 2 - uid: 35275 components: - type: Transform - pos: 56.5,-77.5 + pos: 68.5,-67.5 parent: 2 - uid: 35276 components: - type: Transform - pos: 55.5,-77.5 + rot: 3.141592653589793 rad + pos: -39.5,-27.5 parent: 2 - uid: 35277 components: - type: Transform - pos: 54.5,-77.5 + rot: 3.141592653589793 rad + pos: 82.5,-63.5 parent: 2 - uid: 35278 components: - type: Transform - pos: 53.5,-77.5 + rot: 3.141592653589793 rad + pos: 68.5,-66.5 parent: 2 - uid: 35279 components: - type: Transform - pos: 52.5,-77.5 + pos: 85.5,-62.5 parent: 2 - uid: 35280 components: - type: Transform - pos: 67.5,-54.5 + pos: 83.5,-62.5 parent: 2 - uid: 35281 components: - type: Transform - pos: 20.5,-68.5 + pos: 87.5,-62.5 parent: 2 - uid: 35282 components: - type: Transform - pos: 20.5,-69.5 + rot: 3.141592653589793 rad + pos: 72.5,-51.5 parent: 2 - uid: 35283 components: - type: Transform - pos: 99.5,-92.5 + pos: 72.5,-67.5 parent: 2 - uid: 35284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-85.5 + pos: 73.5,-67.5 parent: 2 - uid: 35285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-83.5 + pos: 74.5,-67.5 parent: 2 - uid: 35286 components: - type: Transform - pos: 43.5,-76.5 + pos: 75.5,-67.5 parent: 2 - uid: 35287 components: - type: Transform - pos: 44.5,-76.5 + pos: 79.5,-67.5 parent: 2 - uid: 35288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-84.5 + pos: 80.5,-67.5 parent: 2 - uid: 35289 components: - type: Transform - pos: 88.5,-56.5 + pos: 81.5,-67.5 parent: 2 - uid: 35290 components: - type: Transform - pos: 4.5,-94.5 + pos: 82.5,-67.5 parent: 2 - uid: 35291 components: - type: Transform - pos: 3.5,-94.5 + rot: 3.141592653589793 rad + pos: 82.5,-62.5 parent: 2 - uid: 35292 components: - type: Transform - pos: 2.5,-94.5 + rot: 3.141592653589793 rad + pos: 82.5,-61.5 parent: 2 - uid: 35293 components: - type: Transform - pos: 1.5,-94.5 + rot: 1.5707963267948966 rad + pos: 69.5,-57.5 parent: 2 - uid: 35294 components: - type: Transform - pos: 1.5,-93.5 + rot: 1.5707963267948966 rad + pos: 69.5,-61.5 parent: 2 - uid: 35295 components: - type: Transform - pos: 1.5,-92.5 + pos: -56.5,-68.5 parent: 2 - uid: 35296 components: - type: Transform - pos: -2.5,-92.5 + rot: 3.141592653589793 rad + pos: -69.5,11.5 parent: 2 - uid: 35297 components: - type: Transform - pos: -3.5,-92.5 + rot: 3.141592653589793 rad + pos: -67.5,13.5 parent: 2 - uid: 35298 components: - type: Transform - pos: 1.5,-95.5 + rot: 3.141592653589793 rad + pos: 12.5,19.5 parent: 2 - uid: 35299 components: - type: Transform - pos: 1.5,-96.5 + pos: 20.5,22.5 parent: 2 - uid: 35300 components: - type: Transform - pos: 1.5,-97.5 + pos: 21.5,22.5 parent: 2 - uid: 35301 components: - type: Transform - pos: 0.5,-97.5 + pos: 20.5,21.5 parent: 2 - uid: 35302 components: - type: Transform - pos: -0.5,-97.5 + rot: 3.141592653589793 rad + pos: -71.5,12.5 parent: 2 - uid: 35303 components: - type: Transform - pos: -2.5,-97.5 + rot: 3.141592653589793 rad + pos: -72.5,12.5 parent: 2 - uid: 35304 components: - type: Transform - pos: -3.5,-97.5 + rot: 3.141592653589793 rad + pos: -73.5,11.5 parent: 2 - uid: 35305 components: - type: Transform - pos: -4.5,-97.5 + rot: 3.141592653589793 rad + pos: -73.5,12.5 parent: 2 - uid: 35306 components: - type: Transform - pos: -4.5,-96.5 + pos: -80.5,8.5 parent: 2 - uid: 35307 components: - type: Transform - pos: -4.5,-95.5 + pos: -75.5,8.5 parent: 2 - uid: 35308 components: - type: Transform - pos: -4.5,-94.5 + pos: -79.5,8.5 parent: 2 - uid: 35309 components: - type: Transform - pos: -4.5,-93.5 + pos: -80.5,-53.5 parent: 2 - uid: 35310 components: - type: Transform - pos: -4.5,-92.5 + pos: -79.5,-53.5 parent: 2 - uid: 35311 components: - type: Transform - pos: 0.5,-101.5 + pos: 76.5,-67.5 parent: 2 - uid: 35312 components: - type: Transform - pos: -1.5,-101.5 + pos: 77.5,-67.5 parent: 2 - uid: 35313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-104.5 + pos: 78.5,-67.5 parent: 2 - uid: 35314 components: - type: Transform - pos: 0.5,-100.5 + pos: -78.5,-53.5 parent: 2 - uid: 35315 components: - type: Transform - pos: -1.5,-82.5 + rot: -1.5707963267948966 rad + pos: 36.5,-76.5 parent: 2 - uid: 35316 components: - type: Transform - pos: -10.5,-86.5 + pos: -59.5,-71.5 parent: 2 - uid: 35317 components: - type: Transform - pos: -10.5,-87.5 + pos: -73.5,-75.5 parent: 2 - uid: 35318 components: - type: Transform - pos: -10.5,-88.5 + pos: -70.5,-79.5 parent: 2 - uid: 35319 components: - type: Transform - pos: -10.5,-89.5 + rot: -1.5707963267948966 rad + pos: 36.5,-77.5 parent: 2 - uid: 35320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-117.5 + pos: 45.5,11.5 parent: 2 - uid: 35321 components: - type: Transform - pos: -37.5,-75.5 + rot: 1.5707963267948966 rad + pos: -63.5,-75.5 parent: 2 - uid: 35322 components: - type: Transform - pos: -36.5,-75.5 + pos: 27.5,31.5 parent: 2 - uid: 35323 components: - type: Transform - pos: -35.5,-75.5 + rot: 3.141592653589793 rad + pos: -88.5,-18.5 parent: 2 - uid: 35324 components: - type: Transform - pos: -34.5,-75.5 + rot: 3.141592653589793 rad + pos: -86.5,-18.5 parent: 2 - uid: 35325 components: - type: Transform - pos: -33.5,-75.5 + rot: 3.141592653589793 rad + pos: -88.5,-22.5 parent: 2 - uid: 35326 components: - type: Transform - pos: -33.5,-74.5 + pos: -56.5,-70.5 parent: 2 - uid: 35327 components: - type: Transform - pos: -33.5,-73.5 + rot: 3.141592653589793 rad + pos: -86.5,-22.5 parent: 2 - uid: 35328 components: - type: Transform - pos: -33.5,-72.5 + rot: 3.141592653589793 rad + pos: -85.5,-22.5 parent: 2 - uid: 35329 components: - type: Transform - pos: -33.5,-71.5 + pos: -69.5,-75.5 parent: 2 - uid: 35330 components: - type: Transform - pos: -34.5,-71.5 + pos: 43.5,11.5 parent: 2 - uid: 35331 components: - type: Transform - pos: -36.5,-71.5 + pos: -59.5,-72.5 parent: 2 - uid: 35332 components: - type: Transform - pos: -37.5,-71.5 + pos: -69.5,-48.5 parent: 2 - uid: 35333 components: - type: Transform - pos: -37.5,-72.5 + pos: -69.5,-49.5 parent: 2 - uid: 35334 components: - type: Transform - pos: -40.5,-75.5 + pos: -77.5,8.5 parent: 2 - uid: 35335 components: - type: Transform - pos: -39.5,-75.5 + rot: 1.5707963267948966 rad + pos: 18.5,6.5 parent: 2 - uid: 35336 components: - type: Transform - pos: -38.5,-75.5 + rot: 3.141592653589793 rad + pos: -77.5,-44.5 parent: 2 - uid: 35337 components: - type: Transform - pos: -38.5,-71.5 + rot: 1.5707963267948966 rad + pos: -80.5,-48.5 parent: 2 - uid: 35338 components: - type: Transform - pos: -39.5,-71.5 + pos: 108.5,-60.5 parent: 2 - uid: 35339 components: - type: Transform - pos: -40.5,-71.5 + pos: 30.5,-103.5 parent: 2 - uid: 35340 components: - type: Transform - pos: -41.5,-71.5 + pos: 33.5,-103.5 parent: 2 - uid: 35341 components: - type: Transform - pos: -41.5,-75.5 + pos: 32.5,-103.5 parent: 2 - uid: 35342 components: - type: Transform - pos: -41.5,-66.5 + pos: 31.5,-103.5 parent: 2 - uid: 35343 components: - type: Transform - pos: -40.5,-66.5 + pos: 102.5,-75.5 parent: 2 - uid: 35344 components: - type: Transform - pos: -39.5,-66.5 + pos: 77.5,-68.5 parent: 2 - uid: 35345 components: - type: Transform - pos: -38.5,-66.5 + pos: 68.5,-68.5 parent: 2 - uid: 35346 components: - type: Transform - pos: -37.5,-66.5 + pos: -45.5,-67.5 parent: 2 - uid: 35347 components: - type: Transform - pos: -36.5,-66.5 + rot: -1.5707963267948966 rad + pos: -57.5,-101.5 parent: 2 - uid: 35348 components: - type: Transform - pos: -35.5,-66.5 + rot: 3.141592653589793 rad + pos: -69.5,-4.5 parent: 2 - uid: 35349 components: - type: Transform - pos: -34.5,-66.5 + pos: 42.5,-81.5 parent: 2 - uid: 35350 components: - type: Transform - pos: -33.5,-66.5 + pos: 35.5,-94.5 parent: 2 - uid: 35351 components: - type: Transform - pos: -33.5,-67.5 + rot: -1.5707963267948966 rad + pos: 90.5,-69.5 parent: 2 - uid: 35352 components: - type: Transform - pos: -33.5,-68.5 + rot: -1.5707963267948966 rad + pos: 56.5,-87.5 parent: 2 - uid: 35353 components: - type: Transform - pos: -33.5,-69.5 + pos: 35.5,-100.5 parent: 2 - uid: 35354 components: - type: Transform - pos: -33.5,-70.5 + rot: 1.5707963267948966 rad + pos: -79.5,-48.5 parent: 2 - uid: 35355 components: - type: Transform - pos: -46.5,-72.5 + rot: 1.5707963267948966 rad + pos: -77.5,-36.5 parent: 2 - uid: 35356 components: - type: Transform - pos: -46.5,-76.5 + pos: 27.5,30.5 parent: 2 - uid: 35357 components: - type: Transform - pos: -47.5,-76.5 + pos: -45.5,-71.5 parent: 2 - uid: 35358 components: - type: Transform - pos: -48.5,-76.5 + pos: 51.5,-95.5 parent: 2 - uid: 35359 components: - type: Transform - pos: -49.5,-76.5 + pos: 99.5,-93.5 parent: 2 - uid: 35360 components: - type: Transform - pos: -50.5,-76.5 + pos: 93.5,-86.5 parent: 2 - uid: 35361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-89.5 + pos: 103.5,-87.5 parent: 2 - uid: 35362 components: - type: Transform - pos: -54.5,-76.5 + pos: 102.5,-91.5 parent: 2 - uid: 35363 components: - type: Transform - pos: -53.5,-76.5 + rot: 1.5707963267948966 rad + pos: 45.5,-104.5 parent: 2 - uid: 35364 components: - type: Transform - pos: -52.5,-76.5 + rot: 3.141592653589793 rad + pos: 39.5,-104.5 parent: 2 - uid: 35365 components: - type: Transform - pos: -51.5,-76.5 + pos: 35.5,-88.5 parent: 2 - uid: 35366 components: - type: Transform - pos: -54.5,-55.5 + pos: 93.5,-87.5 parent: 2 - uid: 35367 components: - type: Transform - pos: -55.5,-55.5 + pos: 96.5,-91.5 parent: 2 - uid: 35368 components: - type: Transform - pos: -56.5,-55.5 + pos: 97.5,-92.5 parent: 2 - uid: 35369 components: - type: Transform - pos: -54.5,-59.5 + pos: 26.5,27.5 parent: 2 - uid: 35370 components: - type: Transform - pos: -55.5,-59.5 + pos: 29.5,35.5 parent: 2 - uid: 35371 components: - type: Transform - pos: -56.5,-59.5 + pos: -81.5,-52.5 parent: 2 - uid: 35372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-48.5 + pos: -59.5,-120.5 parent: 2 - uid: 35373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-48.5 + pos: -59.5,-121.5 parent: 2 - uid: 35374 components: - type: Transform - pos: -59.5,-67.5 + pos: -58.5,-121.5 parent: 2 - uid: 35375 components: - type: Transform - pos: -60.5,-59.5 + rot: -1.5707963267948966 rad + pos: -57.5,-95.5 parent: 2 - uid: 35376 components: - type: Transform - pos: -60.5,-55.5 + pos: -78.5,8.5 parent: 2 - uid: 35377 components: - type: Transform - pos: -59.5,-55.5 + rot: 3.141592653589793 rad + pos: -90.5,-6.5 parent: 2 - uid: 35378 components: - type: Transform - pos: -58.5,-55.5 + pos: -81.5,-51.5 parent: 2 - uid: 35379 components: - type: Transform - pos: -57.5,-55.5 + pos: -81.5,-49.5 parent: 2 - uid: 35380 components: - type: Transform - pos: -57.5,-59.5 + pos: -81.5,-50.5 parent: 2 - uid: 35381 components: - type: Transform - pos: -58.5,-59.5 + pos: -58.5,-89.5 parent: 2 - uid: 35382 components: - type: Transform - pos: -59.5,-59.5 + pos: 103.5,-89.5 parent: 2 - uid: 35383 components: - type: Transform - pos: -65.5,-63.5 + pos: -15.5,-102.5 parent: 2 - uid: 35384 components: - type: Transform - pos: -66.5,-63.5 + pos: 99.5,-82.5 parent: 2 - uid: 35385 components: - type: Transform - pos: -66.5,-62.5 + rot: -1.5707963267948966 rad + pos: 92.5,-65.5 parent: 2 - uid: 35386 components: - type: Transform - pos: -67.5,-62.5 + rot: 1.5707963267948966 rad + pos: -32.5,-119.5 parent: 2 - uid: 35387 components: - type: Transform - pos: -67.5,-61.5 + pos: -81.5,-53.5 parent: 2 - uid: 35388 components: - type: Transform - pos: -68.5,-61.5 + rot: 1.5707963267948966 rad + pos: -32.5,-120.5 parent: 2 - uid: 35389 components: - type: Transform - pos: -68.5,-60.5 + rot: 1.5707963267948966 rad + pos: -32.5,-121.5 parent: 2 - uid: 35390 components: - type: Transform - pos: -69.5,-60.5 + pos: 28.5,32.5 parent: 2 - uid: 35391 components: - type: Transform - pos: -69.5,-59.5 + rot: 3.141592653589793 rad + pos: -56.5,13.5 parent: 2 - uid: 35392 components: - type: Transform - pos: -70.5,-59.5 + pos: -46.5,-70.5 parent: 2 - uid: 35393 components: - type: Transform - pos: -66.5,-67.5 + rot: -1.5707963267948966 rad + pos: 95.5,-76.5 parent: 2 - uid: 35394 components: - type: Transform - pos: -61.5,-67.5 + pos: 26.5,29.5 parent: 2 - uid: 35395 components: - type: Transform - pos: -60.5,-67.5 + pos: 27.5,29.5 parent: 2 - uid: 35396 components: - type: Transform - pos: -67.5,-68.5 + rot: 1.5707963267948966 rad + pos: -32.5,-122.5 parent: 2 - uid: 35397 components: - type: Transform - pos: -68.5,-69.5 + pos: -76.5,8.5 parent: 2 - uid: 35398 components: - type: Transform - pos: -69.5,-70.5 + rot: 1.5707963267948966 rad + pos: -33.5,-122.5 parent: 2 - uid: 35399 components: - type: Transform - pos: -71.5,-59.5 + rot: 1.5707963267948966 rad + pos: -34.5,-122.5 parent: 2 - uid: 35400 components: - type: Transform - pos: -72.5,-59.5 + rot: -1.5707963267948966 rad + pos: -42.5,-123.5 parent: 2 - uid: 35401 components: - type: Transform - pos: -73.5,-59.5 + rot: -1.5707963267948966 rad + pos: -42.5,-124.5 parent: 2 - uid: 35402 components: - type: Transform - pos: -74.5,-59.5 + rot: -1.5707963267948966 rad + pos: -41.5,-124.5 parent: 2 - uid: 35403 components: - type: Transform - pos: -75.5,-59.5 + pos: 28.5,33.5 parent: 2 - uid: 35404 components: - type: Transform - pos: -75.5,-60.5 + pos: 97.5,-81.5 parent: 2 - uid: 35405 components: - type: Transform - pos: -75.5,-70.5 + pos: 101.5,-81.5 parent: 2 - uid: 35406 components: - type: Transform - pos: -76.5,-60.5 + rot: -1.5707963267948966 rad + pos: 95.5,-75.5 parent: 2 - uid: 35407 components: - type: Transform - pos: -76.5,-61.5 + rot: -1.5707963267948966 rad + pos: 93.5,-81.5 parent: 2 - uid: 35408 components: - type: Transform - pos: -77.5,-61.5 + pos: -52.5,-70.5 parent: 2 - uid: 35409 components: - type: Transform - pos: -77.5,-62.5 + pos: -52.5,-69.5 parent: 2 - uid: 35410 components: - type: Transform - pos: -78.5,-62.5 + pos: 28.5,35.5 parent: 2 - uid: 35411 components: - type: Transform - pos: -78.5,-63.5 + pos: 37.5,36.5 parent: 2 - uid: 35412 components: - type: Transform - pos: -78.5,-64.5 + pos: 38.5,36.5 parent: 2 - uid: 35413 components: - type: Transform - pos: -78.5,-65.5 + rot: -1.5707963267948966 rad + pos: -40.5,-124.5 parent: 2 - uid: 35414 components: - type: Transform - pos: -78.5,-66.5 + rot: -1.5707963267948966 rad + pos: -39.5,-124.5 parent: 2 - uid: 35415 components: - type: Transform - pos: -78.5,-67.5 + rot: -1.5707963267948966 rad + pos: -38.5,-124.5 parent: 2 - uid: 35416 components: - type: Transform - pos: -59.5,-68.5 + rot: -1.5707963267948966 rad + pos: -37.5,-124.5 parent: 2 - uid: 35417 components: - type: Transform - pos: -77.5,-68.5 + rot: -1.5707963267948966 rad + pos: 95.5,-65.5 parent: 2 - uid: 35418 components: - type: Transform - pos: -59.5,-69.5 + pos: -52.5,-67.5 parent: 2 - uid: 35419 components: - type: Transform - pos: -76.5,-69.5 + pos: -50.5,-67.5 parent: 2 - uid: 35420 components: - type: Transform - pos: -78.5,-68.5 + rot: -1.5707963267948966 rad + pos: 93.5,-77.5 parent: 2 - uid: 35421 components: - type: Transform - pos: -77.5,-69.5 + rot: -1.5707963267948966 rad + pos: 92.5,-81.5 parent: 2 - uid: 35422 components: - type: Transform - pos: -76.5,-70.5 + pos: 93.5,-85.5 parent: 2 - uid: 35423 components: - type: Transform - pos: -75.5,-71.5 + rot: -1.5707963267948966 rad + pos: 91.5,-81.5 parent: 2 - uid: 35424 components: - type: Transform - pos: -74.5,-71.5 + rot: -1.5707963267948966 rad + pos: 101.5,-61.5 parent: 2 - uid: 35425 components: - type: Transform - pos: -73.5,-71.5 + rot: -1.5707963267948966 rad + pos: 93.5,-78.5 parent: 2 - uid: 35426 components: - type: Transform - pos: -72.5,-71.5 + pos: 94.5,-75.5 parent: 2 - uid: 35427 components: - type: Transform - pos: -71.5,-71.5 + rot: -1.5707963267948966 rad + pos: 104.5,-73.5 parent: 2 - uid: 35428 components: - type: Transform - pos: -70.5,-71.5 + pos: -56.5,-71.5 parent: 2 - uid: 35429 components: - type: Transform - pos: -69.5,-71.5 + rot: 3.141592653589793 rad + pos: -70.5,12.5 parent: 2 - uid: 35430 components: - type: Transform - pos: -68.5,-70.5 + pos: -52.5,-72.5 parent: 2 - uid: 35431 components: - type: Transform - pos: -67.5,-69.5 + rot: -1.5707963267948966 rad + pos: -57.5,-104.5 parent: 2 - uid: 35432 components: - type: Transform - pos: -66.5,-68.5 + rot: 1.5707963267948966 rad + pos: -78.5,-48.5 parent: 2 - uid: 35433 components: - type: Transform - pos: -57.5,-78.5 + pos: 19.5,11.5 parent: 2 - uid: 35434 components: - type: Transform - pos: -57.5,-79.5 + pos: -56.5,-72.5 parent: 2 - uid: 35435 components: - type: Transform - pos: -56.5,-79.5 + pos: 83.5,-67.5 parent: 2 - uid: 35436 components: - type: Transform - pos: -55.5,-79.5 + pos: 87.5,-63.5 parent: 2 - uid: 35437 components: - type: Transform - pos: -54.5,-79.5 + pos: 46.5,11.5 parent: 2 - uid: 35438 components: - type: Transform - pos: -54.5,-82.5 + rot: 3.141592653589793 rad + pos: -88.5,-21.5 parent: 2 - uid: 35439 components: - type: Transform - pos: -54.5,-83.5 + rot: 3.141592653589793 rad + pos: -58.5,0.5 parent: 2 - uid: 35440 components: - type: Transform - pos: -54.5,-84.5 + rot: 3.141592653589793 rad + pos: -89.5,-22.5 parent: 2 - uid: 35441 components: - type: Transform - pos: -54.5,-85.5 + pos: 102.5,-76.5 parent: 2 - uid: 35442 components: - type: Transform - pos: -55.5,-84.5 + pos: -52.5,-75.5 parent: 2 - uid: 35443 components: - type: Transform - pos: -56.5,-84.5 + pos: 82.5,-68.5 parent: 2 - uid: 35444 components: - type: Transform - pos: -57.5,-84.5 + pos: -51.5,-67.5 parent: 2 - uid: 35445 components: - type: Transform - pos: -58.5,-84.5 + rot: -1.5707963267948966 rad + pos: -57.5,-100.5 parent: 2 - uid: 35446 components: - type: Transform - pos: -58.5,-85.5 + rot: -1.5707963267948966 rad + pos: -57.5,-99.5 parent: 2 - uid: 35447 components: - type: Transform - pos: -58.5,-87.5 + pos: -58.5,-91.5 parent: 2 - uid: 35448 components: - type: Transform - pos: -58.5,-88.5 + pos: -58.5,-92.5 parent: 2 - uid: 35449 components: - type: Transform - pos: -57.5,-88.5 + rot: 3.141592653589793 rad + pos: -90.5,-18.5 parent: 2 - uid: 35450 components: - type: Transform - pos: -56.5,-88.5 + rot: 3.141592653589793 rad + pos: -90.5,-19.5 parent: 2 - uid: 35451 components: - type: Transform - pos: -55.5,-88.5 + rot: 3.141592653589793 rad + pos: -90.5,-22.5 parent: 2 - uid: 35452 components: - type: Transform - pos: -54.5,-88.5 + rot: 3.141592653589793 rad + pos: -90.5,-21.5 parent: 2 - uid: 35453 components: - type: Transform - pos: -54.5,-87.5 + rot: 3.141592653589793 rad + pos: -87.5,-18.5 parent: 2 - uid: 35454 components: - type: Transform - pos: 33.5,-80.5 + rot: 3.141592653589793 rad + pos: -87.5,-22.5 parent: 2 - uid: 35455 components: - type: Transform - pos: -59.5,-87.5 + rot: -1.5707963267948966 rad + pos: 91.5,-65.5 parent: 2 - uid: 35456 components: - type: Transform - pos: -60.5,-87.5 + pos: 103.5,-85.5 parent: 2 - uid: 35457 components: - type: Transform - pos: -59.5,-85.5 + rot: -1.5707963267948966 rad + pos: 95.5,-61.5 parent: 2 - uid: 35458 components: - type: Transform - pos: -60.5,-85.5 + pos: 39.5,32.5 parent: 2 - uid: 35459 components: - type: Transform - pos: -65.5,-51.5 + pos: -72.5,-79.5 parent: 2 - uid: 35460 components: - type: Transform - pos: -66.5,-51.5 + pos: 44.5,11.5 parent: 2 - uid: 35461 components: - type: Transform - pos: -67.5,-51.5 + pos: 26.5,28.5 parent: 2 - uid: 35462 components: - type: Transform - pos: -68.5,-51.5 + rot: 3.141592653589793 rad + pos: -69.5,-3.5 parent: 2 - uid: 35463 components: - type: Transform - pos: -69.5,-51.5 + rot: 1.5707963267948966 rad + pos: -63.5,-76.5 parent: 2 - uid: 35464 components: - type: Transform - pos: -73.5,-51.5 + rot: 3.141592653589793 rad + pos: -74.5,-75.5 parent: 2 - uid: 35465 components: - type: Transform - pos: -77.5,-51.5 + rot: 3.141592653589793 rad + pos: -75.5,-75.5 parent: 2 - uid: 35466 components: - type: Transform - pos: -77.5,-50.5 + rot: 3.141592653589793 rad + pos: -75.5,-76.5 parent: 2 - uid: 35467 components: - type: Transform - pos: -77.5,-48.5 + rot: 3.141592653589793 rad + pos: -75.5,-78.5 parent: 2 - uid: 35468 components: - type: Transform - pos: -77.5,-46.5 + rot: 3.141592653589793 rad + pos: -75.5,-79.5 parent: 2 - uid: 35469 components: - type: Transform - pos: -77.5,-40.5 + rot: 3.141592653589793 rad + pos: -74.5,-79.5 parent: 2 - uid: 35470 components: - type: Transform - pos: -77.5,-38.5 + rot: -1.5707963267948966 rad + pos: 99.5,-60.5 parent: 2 - uid: 35471 components: - type: Transform - pos: -77.5,-34.5 + rot: -1.5707963267948966 rad + pos: 106.5,-70.5 parent: 2 - uid: 35472 components: - type: Transform - pos: -76.5,-34.5 + rot: -1.5707963267948966 rad + pos: 106.5,-71.5 parent: 2 - uid: 35473 components: - type: Transform - pos: -75.5,-34.5 + rot: -1.5707963267948966 rad + pos: 96.5,-61.5 parent: 2 - uid: 35474 components: - type: Transform - pos: -74.5,-34.5 + pos: 95.5,-81.5 parent: 2 - uid: 35475 components: - type: Transform - pos: -73.5,-34.5 + rot: -1.5707963267948966 rad + pos: 94.5,-65.5 parent: 2 - uid: 35476 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-4.5 + pos: 106.5,-64.5 parent: 2 - uid: 35477 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-3.5 + pos: -57.5,-103.5 parent: 2 - uid: 35478 components: - type: Transform - pos: -54.5,-80.5 + pos: 102.5,-90.5 parent: 2 - uid: 35479 components: - type: Transform - pos: -81.5,-46.5 + pos: 100.5,-59.5 parent: 2 - uid: 35480 components: - type: Transform - pos: -81.5,-48.5 + pos: 100.5,-91.5 parent: 2 - uid: 35481 components: - type: Transform - pos: -81.5,-40.5 + pos: 102.5,-89.5 parent: 2 - uid: 35482 components: - type: Transform - pos: -81.5,-38.5 + rot: -1.5707963267948966 rad + pos: 94.5,-73.5 parent: 2 - uid: 35483 components: - type: Transform - pos: -56.5,-5.5 + rot: -1.5707963267948966 rad + pos: 92.5,-77.5 parent: 2 - uid: 35484 components: - type: Transform - pos: -56.5,-4.5 + rot: -1.5707963267948966 rad + pos: 98.5,-73.5 parent: 2 - uid: 35485 components: - type: Transform - pos: -56.5,1.5 + rot: -1.5707963267948966 rad + pos: 100.5,-65.5 parent: 2 - uid: 35486 components: - type: Transform - pos: -55.5,1.5 + rot: -1.5707963267948966 rad + pos: 96.5,-65.5 parent: 2 - uid: 35487 components: - type: Transform - pos: -53.5,1.5 + rot: -1.5707963267948966 rad + pos: 91.5,-80.5 parent: 2 - uid: 35488 components: - type: Transform - pos: -52.5,1.5 + rot: 3.141592653589793 rad + pos: 11.5,12.5 parent: 2 - uid: 35489 components: - type: Transform - pos: -51.5,1.5 + pos: -3.5,-1.5 parent: 2 - uid: 35490 components: - type: Transform - pos: -56.5,-3.5 + pos: -2.5,-1.5 parent: 2 - uid: 35491 components: - type: Transform - pos: -40.5,-6.5 + pos: 3.5,-1.5 parent: 2 - uid: 35492 components: - type: Transform - pos: -36.5,-13.5 + pos: -4.5,-1.5 parent: 2 - uid: 35493 components: - type: Transform - pos: -33.5,-6.5 + rot: 3.141592653589793 rad + pos: 18.5,9.5 parent: 2 - uid: 35494 components: - type: Transform - pos: -33.5,-7.5 + rot: 3.141592653589793 rad + pos: 18.5,16.5 parent: 2 - uid: 35495 components: - type: Transform - pos: -33.5,-8.5 + rot: 3.141592653589793 rad + pos: 18.5,12.5 parent: 2 - uid: 35496 components: - type: Transform - pos: -33.5,-9.5 + rot: 3.141592653589793 rad + pos: 18.5,13.5 parent: 2 - uid: 35497 components: - type: Transform - pos: -33.5,-10.5 + rot: -1.5707963267948966 rad + pos: 14.5,2.5 parent: 2 - uid: 35498 components: - type: Transform - pos: -40.5,-9.5 + pos: -5.5,-1.5 parent: 2 - uid: 35499 components: - type: Transform - pos: -34.5,-6.5 + pos: -6.5,-1.5 parent: 2 - uid: 35500 components: - type: Transform - pos: -35.5,-6.5 + pos: -7.5,-1.5 parent: 2 - uid: 35501 components: - type: Transform - pos: -36.5,-6.5 + pos: -8.5,-1.5 parent: 2 - uid: 35502 components: - type: Transform - pos: -37.5,-6.5 + pos: -9.5,-1.5 parent: 2 - uid: 35503 components: - type: Transform - pos: -38.5,-6.5 + pos: -10.5,-1.5 parent: 2 - uid: 35504 components: - type: Transform - pos: -39.5,-6.5 + rot: 3.141592653589793 rad + pos: 17.5,10.5 parent: 2 - uid: 35505 components: - type: Transform - pos: -40.5,-10.5 + rot: 3.141592653589793 rad + pos: 18.5,11.5 parent: 2 - uid: 35506 components: - type: Transform - pos: -40.5,-11.5 + rot: 3.141592653589793 rad + pos: 18.5,10.5 parent: 2 - uid: 35507 components: - type: Transform - pos: -40.5,-12.5 + pos: 12.5,5.5 parent: 2 - uid: 35508 components: - type: Transform - pos: -40.5,-13.5 + pos: 11.5,5.5 parent: 2 - uid: 35509 components: - type: Transform - pos: -37.5,-13.5 + pos: 10.5,5.5 parent: 2 - uid: 35510 components: - type: Transform - pos: -38.5,-13.5 + pos: 9.5,5.5 parent: 2 - uid: 35511 components: - type: Transform - pos: -39.5,-13.5 + pos: 8.5,5.5 parent: 2 - uid: 35512 components: - type: Transform - pos: -35.5,-13.5 + pos: 7.5,5.5 parent: 2 - uid: 35513 components: - type: Transform - pos: -34.5,-13.5 + pos: 6.5,5.5 parent: 2 - uid: 35514 components: - type: Transform - pos: -33.5,-13.5 + pos: 5.5,5.5 parent: 2 - uid: 35515 components: - type: Transform - pos: -33.5,-12.5 + pos: 4.5,5.5 parent: 2 - uid: 35516 components: - type: Transform - pos: -33.5,-11.5 + pos: 3.5,5.5 parent: 2 - uid: 35517 components: - type: Transform - pos: -33.5,-28.5 + pos: 2.5,5.5 parent: 2 - uid: 35518 components: - type: Transform - pos: -39.5,-30.5 + pos: -1.5,7.5 parent: 2 - uid: 35519 components: - type: Transform - pos: -39.5,-31.5 + pos: -1.5,8.5 parent: 2 - uid: 35520 components: - type: Transform - pos: -39.5,-32.5 + pos: -1.5,11.5 parent: 2 - uid: 35521 components: - type: Transform - pos: -39.5,-33.5 + pos: -1.5,12.5 parent: 2 - uid: 35522 components: - type: Transform - pos: -39.5,-34.5 + pos: -2.5,12.5 parent: 2 - uid: 35523 components: - type: Transform - pos: -39.5,-35.5 + pos: -3.5,12.5 parent: 2 - uid: 35524 components: - type: Transform - pos: -38.5,-35.5 + pos: -4.5,12.5 parent: 2 - uid: 35525 components: - type: Transform - pos: -34.5,-35.5 + pos: -5.5,12.5 parent: 2 - uid: 35526 components: - type: Transform - pos: -33.5,-35.5 + pos: -6.5,12.5 parent: 2 - uid: 35527 components: - type: Transform - pos: -33.5,-31.5 + pos: -7.5,12.5 parent: 2 - uid: 35528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-37.5 + pos: -9.5,12.5 parent: 2 - uid: 35529 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-37.5 + pos: -10.5,12.5 parent: 2 - uid: 35530 components: - type: Transform - pos: -69.5,-14.5 + pos: -6.5,7.5 parent: 2 - uid: 35531 components: - type: Transform - pos: -69.5,-13.5 + pos: -7.5,7.5 parent: 2 - uid: 35532 components: - type: Transform - pos: -69.5,-12.5 + pos: -8.5,7.5 parent: 2 - uid: 35533 components: - type: Transform - pos: -69.5,-11.5 + pos: -8.5,6.5 parent: 2 - uid: 35534 components: - type: Transform - pos: -69.5,-10.5 + pos: -8.5,5.5 parent: 2 - uid: 35535 components: - type: Transform - pos: -69.5,-9.5 + pos: -9.5,5.5 parent: 2 - uid: 35536 components: - type: Transform - pos: -69.5,-8.5 + pos: -10.5,5.5 parent: 2 - uid: 35537 components: - type: Transform - pos: -69.5,-7.5 + pos: -11.5,5.5 parent: 2 - uid: 35538 components: - type: Transform - pos: -69.5,-6.5 + pos: -12.5,5.5 parent: 2 - uid: 35539 components: - type: Transform - pos: -69.5,-5.5 + pos: -12.5,6.5 parent: 2 - uid: 35540 components: - type: Transform - pos: -33.5,-30.5 + pos: -12.5,7.5 parent: 2 - uid: 35541 components: - type: Transform - pos: -51.5,5.5 + pos: -12.5,8.5 parent: 2 - uid: 35542 components: - type: Transform - pos: -51.5,4.5 + pos: -8.5,8.5 parent: 2 - uid: 35543 components: - type: Transform - pos: -18.5,9.5 + pos: -11.5,8.5 parent: 2 - uid: 35544 components: - type: Transform - pos: -14.5,2.5 + pos: -9.5,8.5 parent: 2 - uid: 35545 components: - type: Transform - pos: -14.5,4.5 + pos: -12.5,11.5 parent: 2 - uid: 35546 components: - type: Transform - pos: -18.5,10.5 + pos: -12.5,12.5 parent: 2 - uid: 35547 components: - type: Transform - pos: -18.5,11.5 + pos: -11.5,12.5 parent: 2 - uid: 35548 components: - type: Transform - pos: -17.5,11.5 + rot: 3.141592653589793 rad + pos: -11.5,16.5 parent: 2 - uid: 35549 components: - type: Transform - pos: -13.5,11.5 + rot: 3.141592653589793 rad + pos: -12.5,16.5 parent: 2 - uid: 35550 components: - type: Transform - pos: -24.5,18.5 + rot: 3.141592653589793 rad + pos: -11.5,17.5 parent: 2 - uid: 35551 components: - type: Transform - pos: -21.5,17.5 + rot: 3.141592653589793 rad + pos: -7.5,17.5 parent: 2 - uid: 35552 components: - type: Transform - pos: -34.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,15.5 parent: 2 - uid: 35553 components: - type: Transform - pos: -33.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,16.5 parent: 2 - uid: 35554 components: - type: Transform - pos: -25.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,13.5 parent: 2 - uid: 35555 components: - type: Transform - pos: -26.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,14.5 parent: 2 - uid: 35556 components: - type: Transform - pos: -40.5,19.5 + pos: -7.5,18.5 parent: 2 - uid: 35557 components: - type: Transform - pos: -39.5,19.5 + pos: -11.5,18.5 parent: 2 - uid: 35558 components: - type: Transform - pos: -38.5,19.5 + rot: 3.141592653589793 rad + pos: -6.5,18.5 parent: 2 - uid: 35559 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-16.5 + pos: -5.5,18.5 parent: 2 - uid: 35560 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-15.5 + pos: -4.5,18.5 parent: 2 - uid: 35561 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-14.5 + pos: -3.5,18.5 parent: 2 - uid: 35562 components: - type: Transform rot: 3.141592653589793 rad - pos: -70.5,-14.5 + pos: -2.5,18.5 parent: 2 - uid: 35563 components: - type: Transform - pos: -51.5,7.5 + rot: 3.141592653589793 rad + pos: -1.5,18.5 parent: 2 - uid: 35564 components: - type: Transform - pos: -51.5,6.5 + rot: 3.141592653589793 rad + pos: -1.5,17.5 parent: 2 - uid: 35565 components: - type: Transform - pos: -15.5,-1.5 + rot: 3.141592653589793 rad + pos: -1.5,13.5 parent: 2 - uid: 35566 components: - type: Transform - pos: -16.5,-1.5 + rot: 3.141592653589793 rad + pos: -1.5,19.5 parent: 2 - uid: 35567 components: - type: Transform - pos: -16.5,-2.5 + rot: 3.141592653589793 rad + pos: -1.5,20.5 parent: 2 - uid: 35568 components: - type: Transform - pos: -17.5,-2.5 + rot: 3.141592653589793 rad + pos: 2.5,20.5 parent: 2 - uid: 35569 components: - type: Transform - pos: -18.5,-2.5 + rot: 3.141592653589793 rad + pos: 2.5,19.5 parent: 2 - uid: 35570 components: - type: Transform - pos: -18.5,-3.5 + rot: 3.141592653589793 rad + pos: 2.5,18.5 parent: 2 - uid: 35571 components: - type: Transform - pos: -26.5,-27.5 + rot: 3.141592653589793 rad + pos: 2.5,12.5 parent: 2 - uid: 35572 components: - type: Transform - pos: -26.5,-18.5 + rot: 3.141592653589793 rad + pos: 10.5,6.5 parent: 2 - uid: 35573 components: - type: Transform - pos: -24.5,-9.5 + rot: 3.141592653589793 rad + pos: 13.5,8.5 parent: 2 - uid: 35574 components: - type: Transform - pos: -25.5,-9.5 + rot: 3.141592653589793 rad + pos: 10.5,7.5 parent: 2 - uid: 35575 components: - type: Transform - pos: -25.5,-10.5 + rot: 3.141592653589793 rad + pos: 10.5,8.5 parent: 2 - uid: 35576 components: - type: Transform - pos: -25.5,-11.5 + rot: 3.141592653589793 rad + pos: 16.5,10.5 parent: 2 - uid: 35577 components: - type: Transform - pos: -26.5,-11.5 + rot: 3.141592653589793 rad + pos: 14.5,10.5 parent: 2 - uid: 35578 components: - type: Transform - pos: -26.5,-12.5 + rot: 3.141592653589793 rad + pos: 15.5,10.5 parent: 2 - uid: 35579 components: - type: Transform - pos: -26.5,-19.5 + rot: 3.141592653589793 rad + pos: 13.5,6.5 parent: 2 - uid: 35580 components: - type: Transform - pos: -26.5,-20.5 + rot: 3.141592653589793 rad + pos: 13.5,7.5 parent: 2 - uid: 35581 components: - type: Transform - pos: -26.5,-25.5 + rot: 3.141592653589793 rad + pos: 13.5,5.5 parent: 2 - uid: 35582 components: - type: Transform - pos: -26.5,-26.5 + rot: 3.141592653589793 rad + pos: 10.5,12.5 parent: 2 - uid: 35583 components: - type: Transform - pos: -26.5,-33.5 + rot: 3.141592653589793 rad + pos: 9.5,12.5 parent: 2 - uid: 35584 components: - type: Transform - pos: -26.5,-34.5 + rot: 3.141592653589793 rad + pos: 8.5,12.5 parent: 2 - uid: 35585 components: - type: Transform - pos: -27.5,-34.5 + rot: 3.141592653589793 rad + pos: 7.5,12.5 parent: 2 - uid: 35586 components: - type: Transform - pos: -28.5,-34.5 + rot: 3.141592653589793 rad + pos: 6.5,12.5 parent: 2 - uid: 35587 components: - type: Transform - pos: -29.5,-35.5 + rot: 3.141592653589793 rad + pos: 5.5,12.5 parent: 2 - uid: 35588 components: - type: Transform - pos: -29.5,-41.5 + rot: 3.141592653589793 rad + pos: 4.5,12.5 parent: 2 - uid: 35589 components: - type: Transform - pos: -29.5,-45.5 + rot: 3.141592653589793 rad + pos: 3.5,12.5 parent: 2 - uid: 35590 components: - type: Transform - pos: -29.5,-51.5 + rot: 3.141592653589793 rad + pos: 2.5,13.5 parent: 2 - uid: 35591 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,-69.5 + pos: 2.5,17.5 parent: 2 - uid: 35592 components: - type: Transform - pos: -28.5,-52.5 + rot: 3.141592653589793 rad + pos: 3.5,18.5 parent: 2 - uid: 35593 components: - type: Transform - pos: -27.5,-52.5 + rot: 3.141592653589793 rad + pos: 4.5,18.5 parent: 2 - uid: 35594 components: - type: Transform - pos: -26.5,-52.5 + rot: 3.141592653589793 rad + pos: 5.5,18.5 parent: 2 - uid: 35595 components: - type: Transform - pos: -26.5,-53.5 + rot: 3.141592653589793 rad + pos: 6.5,18.5 parent: 2 - uid: 35596 components: - type: Transform - pos: -26.5,-58.5 + rot: 3.141592653589793 rad + pos: 6.5,17.5 parent: 2 - uid: 35597 components: - type: Transform - pos: -26.5,-59.5 + rot: 3.141592653589793 rad + pos: 6.5,16.5 parent: 2 - uid: 35598 components: - type: Transform - pos: -26.5,-60.5 + rot: 3.141592653589793 rad + pos: 6.5,15.5 parent: 2 - uid: 35599 components: - type: Transform - pos: -26.5,-65.5 + rot: 3.141592653589793 rad + pos: 6.5,14.5 parent: 2 - uid: 35600 components: - type: Transform - pos: -26.5,-66.5 + rot: 3.141592653589793 rad + pos: 6.5,13.5 parent: 2 - uid: 35601 components: - type: Transform - pos: -25.5,-66.5 + rot: 3.141592653589793 rad + pos: 7.5,18.5 parent: 2 - uid: 35602 components: - type: Transform - pos: -25.5,-67.5 + rot: 3.141592653589793 rad + pos: 11.5,9.5 parent: 2 - uid: 35603 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,-70.5 + pos: 11.5,8.5 parent: 2 - uid: 35604 components: - type: Transform - pos: -24.5,-68.5 + rot: 3.141592653589793 rad + pos: 11.5,11.5 parent: 2 - uid: 35605 components: - type: Transform - pos: -20.5,-68.5 + rot: 3.141592653589793 rad + pos: 11.5,10.5 parent: 2 - uid: 35606 components: - type: Transform - pos: -19.5,-68.5 + rot: 3.141592653589793 rad + pos: 12.5,16.5 parent: 2 - uid: 35607 components: - type: Transform - pos: -19.5,-69.5 + rot: 3.141592653589793 rad + pos: 13.5,12.5 parent: 2 - uid: 35608 components: - type: Transform - pos: -18.5,-70.5 + rot: 3.141592653589793 rad + pos: 12.5,12.5 parent: 2 - uid: 35609 components: - type: Transform - pos: -14.5,-70.5 + rot: 3.141592653589793 rad + pos: 13.5,10.5 parent: 2 - uid: 35610 components: - type: Transform - pos: -13.5,-70.5 + rot: 3.141592653589793 rad + pos: 12.5,15.5 parent: 2 - uid: 35611 components: - type: Transform - pos: -8.5,-70.5 + rot: 3.141592653589793 rad + pos: 12.5,17.5 parent: 2 - uid: 35612 components: - type: Transform - pos: -9.5,-70.5 + rot: 3.141592653589793 rad + pos: 12.5,18.5 parent: 2 - uid: 35613 components: - type: Transform - pos: 9.5,-70.5 + rot: 3.141592653589793 rad + pos: 18.5,8.5 parent: 2 - uid: 35614 components: - type: Transform - pos: 10.5,-70.5 + rot: 3.141592653589793 rad + pos: 18.5,7.5 parent: 2 - uid: 35615 components: - type: Transform - pos: 27.5,-25.5 + rot: 3.141592653589793 rad + pos: 18.5,5.5 parent: 2 - uid: 35616 components: - type: Transform - pos: 14.5,-70.5 + rot: 3.141592653589793 rad + pos: 18.5,4.5 parent: 2 - uid: 35617 components: - type: Transform - pos: 15.5,-70.5 + rot: 3.141592653589793 rad + pos: 18.5,3.5 parent: 2 - uid: 35618 components: - type: Transform - pos: 27.5,-26.5 + rot: 3.141592653589793 rad + pos: 18.5,2.5 parent: 2 - uid: 35619 components: - type: Transform - pos: 30.5,-46.5 + rot: 3.141592653589793 rad + pos: -15.5,21.5 parent: 2 - uid: 35620 components: - type: Transform - pos: 30.5,-47.5 + rot: 3.141592653589793 rad + pos: -11.5,20.5 parent: 2 - uid: 35621 components: - type: Transform - pos: 19.5,-70.5 + rot: 3.141592653589793 rad + pos: -11.5,21.5 parent: 2 - uid: 35622 components: - type: Transform - pos: 21.5,-68.5 + rot: 3.141592653589793 rad + pos: -11.5,22.5 parent: 2 - uid: 35623 components: - type: Transform - pos: 25.5,-68.5 + rot: 3.141592653589793 rad + pos: 12.5,21.5 parent: 2 - uid: 35624 components: - type: Transform - pos: 27.5,-66.5 + rot: 3.141592653589793 rad + pos: 12.5,22.5 parent: 2 - uid: 35625 components: - type: Transform - pos: 27.5,-30.5 + rot: 3.141592653589793 rad + pos: -15.5,15.5 parent: 2 - uid: 35626 components: - type: Transform - pos: 27.5,-20.5 + rot: 3.141592653589793 rad + pos: 11.5,-1.5 parent: 2 - uid: 35627 components: - type: Transform - pos: 27.5,-19.5 + rot: 3.141592653589793 rad + pos: 16.5,-1.5 parent: 2 - uid: 35628 components: - type: Transform - pos: 27.5,-18.5 + rot: 3.141592653589793 rad + pos: 17.5,-1.5 parent: 2 - uid: 35629 components: - type: Transform - pos: 24.5,-34.5 + rot: 3.141592653589793 rad + pos: 17.5,-2.5 parent: 2 - uid: 35630 components: - type: Transform - pos: 30.5,-41.5 + rot: 3.141592653589793 rad + pos: 18.5,-2.5 parent: 2 - uid: 35631 components: - type: Transform - pos: 30.5,-42.5 + rot: 3.141592653589793 rad + pos: 19.5,-2.5 parent: 2 - uid: 35632 components: - type: Transform - pos: 30.5,-51.5 + rot: 3.141592653589793 rad + pos: 19.5,-3.5 parent: 2 - uid: 35633 components: - type: Transform - pos: 30.5,-52.5 + rot: 3.141592653589793 rad + pos: 25.5,-9.5 parent: 2 - uid: 35634 components: - type: Transform - pos: 23.5,-34.5 + rot: 3.141592653589793 rad + pos: 26.5,-9.5 parent: 2 - uid: 35635 components: - type: Transform - pos: 24.5,-41.5 + rot: 3.141592653589793 rad + pos: 26.5,-10.5 parent: 2 - uid: 35636 components: - type: Transform - pos: 29.5,-52.5 + rot: 3.141592653589793 rad + pos: 26.5,-11.5 parent: 2 - uid: 35637 components: - type: Transform - pos: 28.5,-52.5 + rot: 3.141592653589793 rad + pos: 27.5,-11.5 parent: 2 - uid: 35638 components: - type: Transform - pos: 27.5,-52.5 + rot: 3.141592653589793 rad + pos: 27.5,-12.5 parent: 2 - uid: 35639 components: - type: Transform - pos: 27.5,-53.5 + rot: 3.141592653589793 rad + pos: 38.5,-84.5 parent: 2 - uid: 35640 components: - type: Transform - pos: 27.5,-58.5 + rot: 3.141592653589793 rad + pos: 20.5,17.5 parent: 2 - uid: 35641 components: - type: Transform - pos: 27.5,-59.5 + rot: 3.141592653589793 rad + pos: 21.5,17.5 parent: 2 - uid: 35642 components: - type: Transform - pos: 27.5,-60.5 + rot: 3.141592653589793 rad + pos: 23.5,17.5 parent: 2 - uid: 35643 components: - type: Transform - pos: 27.5,-65.5 + rot: 3.141592653589793 rad + pos: 44.5,-110.5 parent: 2 - uid: 35644 components: - type: Transform - pos: 26.5,-66.5 + rot: -1.5707963267948966 rad + pos: 31.5,-94.5 parent: 2 - uid: 35645 components: - type: Transform - pos: 26.5,-67.5 + rot: 3.141592653589793 rad + pos: 41.5,-11.5 parent: 2 - uid: 35646 components: - type: Transform - pos: 12.5,14.5 + rot: 3.141592653589793 rad + pos: 41.5,-6.5 parent: 2 - uid: 35647 components: - type: Transform - pos: 36.5,-79.5 + rot: 3.141592653589793 rad + pos: 40.5,-6.5 parent: 2 - uid: 35648 components: - type: Transform - pos: 35.5,-79.5 + rot: 3.141592653589793 rad + pos: 38.5,-1.5 parent: 2 - uid: 35649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,-0.5 parent: 2 - uid: 35650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-83.5 + rot: 3.141592653589793 rad + pos: 38.5,0.5 parent: 2 - uid: 35651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-83.5 + rot: 3.141592653589793 rad + pos: 38.5,1.5 parent: 2 - uid: 35652 components: - type: Transform - pos: 34.5,-79.5 + rot: 3.141592653589793 rad + pos: 38.5,2.5 parent: 2 - uid: 35653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-83.5 + rot: 3.141592653589793 rad + pos: 38.5,3.5 parent: 2 - uid: 35654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,4.5 parent: 2 - uid: 35655 components: - type: Transform - pos: 33.5,-81.5 + rot: 3.141592653589793 rad + pos: 38.5,5.5 parent: 2 - uid: 35656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-44.5 + rot: 3.141592653589793 rad + pos: 38.5,6.5 parent: 2 - uid: 35657 components: - type: Transform - pos: -29.5,18.5 + rot: 3.141592653589793 rad + pos: 41.5,6.5 parent: 2 - uid: 35658 components: - type: Transform - pos: 60.5,-64.5 + rot: 3.141592653589793 rad + pos: 56.5,-78.5 parent: 2 - uid: 35659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-103.5 + rot: 3.141592653589793 rad + pos: 47.5,11.5 parent: 2 - uid: 35660 components: - type: Transform - pos: 60.5,-63.5 + rot: 1.5707963267948966 rad + pos: 18.5,-90.5 parent: 2 - uid: 35661 components: - type: Transform - pos: 60.5,-62.5 + rot: 1.5707963267948966 rad + pos: 8.5,-104.5 parent: 2 - uid: 35662 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-104.5 + pos: 58.5,-48.5 parent: 2 - uid: 35663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-104.5 + pos: 79.5,7.5 parent: 2 - uid: 35664 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-27.5 + pos: -70.5,-46.5 parent: 2 - uid: 35665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-88.5 + pos: 59.5,-67.5 parent: 2 - uid: 35666 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-88.5 + pos: -81.5,-36.5 parent: 2 - uid: 35667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-86.5 + rot: 3.141592653589793 rad + pos: 41.5,-110.5 parent: 2 - uid: 35668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-104.5 + rot: 1.5707963267948966 rad + pos: 10.5,-104.5 parent: 2 - uid: 35669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-109.5 + rot: -1.5707963267948966 rad + pos: 32.5,-91.5 parent: 2 - uid: 35670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-110.5 + rot: -1.5707963267948966 rad + pos: 33.5,-85.5 parent: 2 - uid: 35671 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,-83.5 + pos: 32.5,-85.5 parent: 2 - uid: 35672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-29.5 + rot: -1.5707963267948966 rad + pos: 31.5,-85.5 parent: 2 - uid: 35673 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-107.5 + pos: 81.5,-19.5 parent: 2 - uid: 35674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-106.5 + pos: 35.5,-84.5 parent: 2 - uid: 35675 components: - type: Transform - pos: 65.5,-51.5 + rot: 3.141592653589793 rad + pos: 89.5,-19.5 parent: 2 - uid: 35676 components: - type: Transform - pos: 69.5,-54.5 + rot: 3.141592653589793 rad + pos: 90.5,-19.5 parent: 2 - uid: 35677 components: - type: Transform - pos: 68.5,-54.5 + rot: 3.141592653589793 rad + pos: 85.5,-25.5 parent: 2 - uid: 35678 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-110.5 + pos: 79.5,-15.5 parent: 2 - uid: 35679 components: - type: Transform - pos: 68.5,-64.5 + rot: 3.141592653589793 rad + pos: 80.5,-15.5 parent: 2 - uid: 35680 components: - type: Transform - pos: 66.5,-51.5 + pos: 53.5,15.5 parent: 2 - uid: 35681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-110.5 + pos: 52.5,17.5 parent: 2 - uid: 35682 components: - type: Transform - pos: 56.5,-92.5 + rot: 3.141592653589793 rad + pos: 58.5,-26.5 parent: 2 - uid: 35683 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-102.5 + pos: 61.5,-48.5 parent: 2 - uid: 35684 components: - type: Transform - pos: 26.5,-84.5 + rot: 3.141592653589793 rad + pos: 58.5,-24.5 parent: 2 - uid: 35685 components: - type: Transform - pos: 60.5,-67.5 + rot: 3.141592653589793 rad + pos: 78.5,-15.5 parent: 2 - uid: 35686 components: - type: Transform - pos: 42.5,-76.5 + rot: 1.5707963267948966 rad + pos: 57.5,-48.5 parent: 2 - uid: 35687 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,-69.5 + pos: 77.5,-15.5 parent: 2 - uid: 35688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-85.5 + rot: 3.141592653589793 rad + pos: 41.5,-12.5 parent: 2 - uid: 35689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-88.5 + rot: 3.141592653589793 rad + pos: 41.5,-14.5 parent: 2 - uid: 35690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-85.5 + rot: 3.141592653589793 rad + pos: 41.5,-16.5 parent: 2 - uid: 35691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-95.5 + rot: 3.141592653589793 rad + pos: 41.5,-15.5 parent: 2 - uid: 35692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-83.5 + rot: 3.141592653589793 rad + pos: 58.5,-22.5 parent: 2 - uid: 35693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-83.5 + rot: 3.141592653589793 rad + pos: 75.5,-15.5 parent: 2 - uid: 35694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-83.5 + rot: 3.141592653589793 rad + pos: 41.5,-13.5 parent: 2 - uid: 35695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-83.5 + rot: 3.141592653589793 rad + pos: 58.5,-23.5 parent: 2 - uid: 35696 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-106.5 + pos: 76.5,-15.5 parent: 2 - uid: 35697 components: - type: Transform - pos: 56.5,-86.5 + rot: 3.141592653589793 rad + pos: 56.5,-79.5 parent: 2 - uid: 35698 components: - type: Transform - pos: 56.5,-94.5 + rot: 3.141592653589793 rad + pos: 46.5,-26.5 parent: 2 - uid: 35699 components: - type: Transform - pos: 48.5,-94.5 + pos: 41.5,-76.5 parent: 2 - uid: 35700 components: - type: Transform - pos: 44.5,-82.5 + pos: 64.5,-63.5 parent: 2 - uid: 35701 components: - type: Transform - pos: 48.5,-95.5 + pos: 67.5,-64.5 parent: 2 - uid: 35702 components: - type: Transform - pos: 44.5,-80.5 + rot: 3.141592653589793 rad + pos: 80.5,-16.5 parent: 2 - uid: 35703 components: - type: Transform - pos: 44.5,-81.5 + rot: -1.5707963267948966 rad + pos: -69.5,-52.5 parent: 2 - uid: 35704 components: - type: Transform - pos: 36.5,-81.5 + rot: 3.141592653589793 rad + pos: 80.5,-20.5 parent: 2 - uid: 35705 components: - type: Transform - pos: 38.5,-76.5 + rot: 3.141592653589793 rad + pos: 80.5,-19.5 parent: 2 - uid: 35706 components: - type: Transform - pos: 37.5,-76.5 + rot: 3.141592653589793 rad + pos: 80.5,-18.5 parent: 2 - uid: 35707 components: - type: Transform - pos: 37.5,-84.5 + rot: 3.141592653589793 rad + pos: 80.5,-17.5 parent: 2 - uid: 35708 components: - type: Transform - pos: 56.5,-100.5 + rot: 3.141592653589793 rad + pos: 85.5,-19.5 parent: 2 - uid: 35709 components: - type: Transform - pos: 56.5,-95.5 + rot: 3.141592653589793 rad + pos: 83.5,-19.5 parent: 2 - uid: 35710 components: - type: Transform - pos: 40.5,-76.5 + rot: 3.141592653589793 rad + pos: 82.5,-19.5 parent: 2 - uid: 35711 components: - type: Transform - pos: 21.5,-67.5 + rot: 3.141592653589793 rad + pos: 84.5,-19.5 parent: 2 - uid: 35712 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-106.5 + pos: 84.5,-18.5 parent: 2 - uid: 35713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-78.5 + rot: 3.141592653589793 rad + pos: 84.5,-26.5 parent: 2 - uid: 35714 components: - type: Transform - pos: 39.5,-76.5 + rot: 3.141592653589793 rad + pos: 84.5,-25.5 parent: 2 - uid: 35715 components: - type: Transform - pos: 56.5,-101.5 + rot: 3.141592653589793 rad + pos: 97.5,-24.5 parent: 2 - uid: 35716 components: - type: Transform - pos: 69.5,-64.5 + rot: 3.141592653589793 rad + pos: 50.5,-26.5 parent: 2 - uid: 35717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-83.5 + rot: 3.141592653589793 rad + pos: 49.5,-26.5 parent: 2 - uid: 35718 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-110.5 + pos: 48.5,-26.5 parent: 2 - uid: 35719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-104.5 + rot: 3.141592653589793 rad + pos: 47.5,-26.5 parent: 2 - uid: 35720 components: - type: Transform - pos: 26.5,-88.5 + rot: 3.141592653589793 rad + pos: 89.5,-25.5 parent: 2 - uid: 35721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-97.5 + rot: 3.141592653589793 rad + pos: 90.5,-24.5 parent: 2 - uid: 35722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-104.5 + rot: 3.141592653589793 rad + pos: 90.5,-25.5 parent: 2 - uid: 35723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-104.5 + rot: 3.141592653589793 rad + pos: 92.5,-24.5 parent: 2 - uid: 35724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-89.5 + rot: 3.141592653589793 rad + pos: 92.5,-19.5 parent: 2 - uid: 35725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-89.5 + pos: 108.5,-23.5 parent: 2 - uid: 35726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-88.5 + pos: 97.5,-20.5 parent: 2 - uid: 35727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-87.5 + rot: 3.141592653589793 rad + pos: 92.5,-26.5 parent: 2 - uid: 35728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-86.5 + rot: 3.141592653589793 rad + pos: 90.5,-26.5 parent: 2 - uid: 35729 components: - type: Transform - pos: 48.5,-93.5 + rot: 3.141592653589793 rad + pos: 99.5,-24.5 parent: 2 - uid: 35730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-54.5 + rot: 3.141592653589793 rad + pos: 99.5,-25.5 parent: 2 - uid: 35731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-54.5 + rot: 3.141592653589793 rad + pos: 99.5,-19.5 parent: 2 - uid: 35732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-54.5 + rot: 3.141592653589793 rad + pos: 97.5,-19.5 parent: 2 - uid: 35733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-54.5 + rot: 3.141592653589793 rad + pos: 99.5,-26.5 parent: 2 - uid: 35734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-54.5 + rot: 3.141592653589793 rad + pos: 97.5,-26.5 parent: 2 - uid: 35735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-53.5 + pos: 92.5,-20.5 parent: 2 - uid: 35736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-52.5 + rot: 3.141592653589793 rad + pos: 103.5,-19.5 parent: 2 - uid: 35737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-54.5 + rot: 3.141592653589793 rad + pos: 103.5,-25.5 parent: 2 - uid: 35738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-54.5 + rot: 3.141592653589793 rad + pos: 103.5,-24.5 parent: 2 - uid: 35739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-54.5 + rot: 3.141592653589793 rad + pos: 103.5,-23.5 parent: 2 - uid: 35740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-54.5 + pos: 90.5,-20.5 parent: 2 - uid: 35741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-53.5 + rot: 3.141592653589793 rad + pos: 40.5,-84.5 parent: 2 - uid: 35742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-52.5 + rot: 3.141592653589793 rad + pos: 39.5,-84.5 parent: 2 - uid: 35743 components: - type: Transform - pos: 33.5,-79.5 + rot: 3.141592653589793 rad + pos: 41.5,-84.5 parent: 2 - uid: 35744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,3.5 + rot: 3.141592653589793 rad + pos: 43.5,-84.5 parent: 2 - uid: 35745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,4.5 + rot: 3.141592653589793 rad + pos: 84.5,-31.5 parent: 2 - uid: 35746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,5.5 + rot: 3.141592653589793 rad + pos: 84.5,-36.5 parent: 2 - uid: 35747 components: - type: Transform - pos: -6.5,-70.5 + rot: 3.141592653589793 rad + pos: 84.5,-37.5 parent: 2 - uid: 35748 components: - type: Transform - pos: 44.5,-77.5 + rot: 3.141592653589793 rad + pos: 97.5,-36.5 parent: 2 - uid: 35749 components: - type: Transform - pos: -5.5,-70.5 + rot: 3.141592653589793 rad + pos: 97.5,-38.5 parent: 2 - uid: 35750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-104.5 + rot: 3.141592653589793 rad + pos: 99.5,-36.5 parent: 2 - uid: 35751 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,-79.5 + pos: 99.5,-37.5 parent: 2 - uid: 35752 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,-79.5 + pos: 99.5,-38.5 parent: 2 - uid: 35753 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-79.5 + pos: 92.5,-36.5 parent: 2 - uid: 35754 components: - type: Transform - pos: 26.5,-86.5 + rot: 3.141592653589793 rad + pos: 92.5,-38.5 parent: 2 - uid: 35755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-103.5 + rot: 3.141592653589793 rad + pos: 90.5,-38.5 parent: 2 - uid: 35756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-102.5 + rot: 3.141592653589793 rad + pos: 90.5,-37.5 parent: 2 - uid: 35757 components: - type: Transform - pos: 26.5,-87.5 + rot: 3.141592653589793 rad + pos: 90.5,-36.5 parent: 2 - uid: 35758 components: - type: Transform - pos: 26.5,-85.5 + rot: 3.141592653589793 rad + pos: 89.5,-37.5 parent: 2 - uid: 35759 components: - type: Transform - pos: 56.5,-103.5 + rot: 3.141592653589793 rad + pos: 85.5,-37.5 parent: 2 - uid: 35760 components: - type: Transform - pos: 24.5,-88.5 + rot: 3.141592653589793 rad + pos: 103.5,-37.5 parent: 2 - uid: 35761 components: - type: Transform - pos: 55.5,-95.5 + rot: -1.5707963267948966 rad + pos: -57.5,-98.5 parent: 2 - uid: 35762 components: - type: Transform - pos: 48.5,-92.5 + rot: -1.5707963267948966 rad + pos: -57.5,-102.5 parent: 2 - uid: 35763 components: - type: Transform - pos: 56.5,-102.5 + rot: -1.5707963267948966 rad + pos: -57.5,-96.5 parent: 2 - uid: 35764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-45.5 + rot: 3.141592653589793 rad + pos: 42.5,-84.5 parent: 2 - uid: 35765 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-105.5 + pos: 44.5,-84.5 parent: 2 - uid: 35766 components: - type: Transform - pos: 56.5,-104.5 + rot: 3.141592653589793 rad + pos: 42.5,-39.5 parent: 2 - uid: 35767 components: - type: Transform - pos: -38.5,21.5 + rot: 3.141592653589793 rad + pos: 42.5,-40.5 parent: 2 - uid: 35768 components: - type: Transform - pos: -38.5,20.5 + rot: 3.141592653589793 rad + pos: 42.5,-34.5 parent: 2 - uid: 35769 components: - type: Transform - pos: -22.5,17.5 + rot: 3.141592653589793 rad + pos: 42.5,-35.5 parent: 2 - uid: 35770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-91.5 + rot: 3.141592653589793 rad + pos: 42.5,-36.5 parent: 2 - uid: 35771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-100.5 + rot: 3.141592653589793 rad + pos: 42.5,-41.5 parent: 2 - uid: 35772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-94.5 + rot: 3.141592653589793 rad + pos: 41.5,-41.5 parent: 2 - uid: 35773 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-107.5 + pos: 40.5,-41.5 parent: 2 - uid: 35774 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,-108.5 + pos: 40.5,-40.5 parent: 2 - uid: 35775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-100.5 + rot: 3.141592653589793 rad + pos: 39.5,-40.5 parent: 2 - uid: 35776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-100.5 + rot: 3.141592653589793 rad + pos: 37.5,-40.5 parent: 2 - uid: 35777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-62.5 + rot: 3.141592653589793 rad + pos: 36.5,-40.5 parent: 2 - uid: 35778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-45.5 + rot: 3.141592653589793 rad + pos: 36.5,-41.5 parent: 2 - uid: 35779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-45.5 + rot: 3.141592653589793 rad + pos: 36.5,-42.5 parent: 2 - uid: 35780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-45.5 + rot: 3.141592653589793 rad + pos: 36.5,-43.5 parent: 2 - uid: 35781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-48.5 + rot: 3.141592653589793 rad + pos: 35.5,-41.5 parent: 2 - uid: 35782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-48.5 + rot: 3.141592653589793 rad + pos: 34.5,-41.5 parent: 2 - uid: 35783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-103.5 + rot: 3.141592653589793 rad + pos: 40.5,-43.5 parent: 2 - uid: 35784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-48.5 + rot: 3.141592653589793 rad + pos: 40.5,-42.5 parent: 2 - uid: 35785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-104.5 + rot: 3.141592653589793 rad + pos: 34.5,-40.5 parent: 2 - uid: 35786 components: - type: Transform - pos: 43.5,-89.5 + rot: 3.141592653589793 rad + pos: 34.5,-39.5 parent: 2 - uid: 35787 components: - type: Transform - pos: 43.5,-90.5 + rot: 3.141592653589793 rad + pos: 34.5,-38.5 parent: 2 - uid: 35788 components: - type: Transform - pos: 43.5,-88.5 + rot: 3.141592653589793 rad + pos: 34.5,-37.5 parent: 2 - uid: 35789 components: - type: Transform - pos: 44.5,-88.5 + rot: 3.141592653589793 rad + pos: 34.5,-36.5 parent: 2 - uid: 35790 components: - type: Transform - pos: 43.5,-91.5 + rot: 3.141592653589793 rad + pos: 34.5,-35.5 parent: 2 - uid: 35791 components: - type: Transform - pos: 48.5,-90.5 + rot: 3.141592653589793 rad + pos: 34.5,-34.5 parent: 2 - uid: 35792 components: - type: Transform - pos: 48.5,-88.5 + rot: 3.141592653589793 rad + pos: 35.5,-34.5 parent: 2 - uid: 35793 components: - type: Transform - pos: 47.5,-88.5 + rot: 3.141592653589793 rad + pos: 36.5,-34.5 parent: 2 - uid: 35794 components: - type: Transform - pos: 44.5,-91.5 + rot: 3.141592653589793 rad + pos: 37.5,-34.5 parent: 2 - uid: 35795 components: - type: Transform - pos: 48.5,-89.5 + rot: 3.141592653589793 rad + pos: 38.5,-34.5 parent: 2 - uid: 35796 components: - type: Transform - pos: 47.5,-91.5 + rot: 3.141592653589793 rad + pos: 39.5,-34.5 parent: 2 - uid: 35797 components: - type: Transform - pos: 48.5,-91.5 + rot: 3.141592653589793 rad + pos: 40.5,-34.5 parent: 2 - uid: 35798 components: - type: Transform - pos: 60.5,-66.5 + rot: 3.141592653589793 rad + pos: 41.5,-34.5 parent: 2 - uid: 35799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-64.5 + rot: 3.141592653589793 rad + pos: 34.5,-42.5 parent: 2 - uid: 35800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-63.5 + rot: 3.141592653589793 rad + pos: 34.5,-43.5 parent: 2 - uid: 35801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-62.5 + rot: 3.141592653589793 rad + pos: 34.5,-44.5 parent: 2 - uid: 35802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-61.5 + rot: 3.141592653589793 rad + pos: 35.5,-45.5 parent: 2 - uid: 35803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-90.5 + rot: 3.141592653589793 rad + pos: 36.5,-45.5 parent: 2 - uid: 35804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-104.5 + rot: 3.141592653589793 rad + pos: 39.5,-45.5 parent: 2 - uid: 35805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-104.5 + rot: 3.141592653589793 rad + pos: 40.5,-45.5 parent: 2 - uid: 35806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-92.5 + rot: 3.141592653589793 rad + pos: 41.5,-45.5 parent: 2 - uid: 35807 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-108.5 + pos: 42.5,-45.5 parent: 2 - uid: 35808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-65.5 + rot: 3.141592653589793 rad + pos: 42.5,-44.5 parent: 2 - uid: 35809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-66.5 + rot: 3.141592653589793 rad + pos: 42.5,-43.5 parent: 2 - uid: 35810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-88.5 + rot: 3.141592653589793 rad + pos: 42.5,-42.5 parent: 2 - uid: 35811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-94.5 + rot: 3.141592653589793 rad + pos: 66.5,-19.5 parent: 2 - uid: 35812 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-109.5 + pos: 66.5,-18.5 parent: 2 - uid: 35813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-88.5 + rot: 3.141592653589793 rad + pos: 54.5,-27.5 parent: 2 - uid: 35814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-93.5 + rot: 3.141592653589793 rad + pos: 55.5,-27.5 parent: 2 - uid: 35815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-91.5 + rot: 3.141592653589793 rad + pos: 66.5,-20.5 parent: 2 - uid: 35816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-89.5 + rot: 3.141592653589793 rad + pos: 66.5,-21.5 parent: 2 - uid: 35817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-91.5 + rot: 3.141592653589793 rad + pos: 54.5,-49.5 parent: 2 - uid: 35818 components: - type: Transform - pos: 64.5,-54.5 + rot: 3.141592653589793 rad + pos: 54.5,-53.5 parent: 2 - uid: 35819 components: - type: Transform - pos: 64.5,-53.5 + pos: 60.5,-65.5 parent: 2 - uid: 35820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-95.5 + rot: 3.141592653589793 rad + pos: 61.5,-49.5 parent: 2 - uid: 35821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-61.5 + rot: 3.141592653589793 rad + pos: 61.5,-51.5 parent: 2 - uid: 35822 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,-27.5 + pos: 61.5,-52.5 parent: 2 - uid: 35823 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-27.5 + pos: 54.5,-50.5 parent: 2 - uid: 35824 components: - type: Transform rot: 3.141592653589793 rad - pos: 65.5,-21.5 + pos: 54.5,-51.5 parent: 2 - uid: 35825 components: - type: Transform rot: 3.141592653589793 rad - pos: 64.5,-21.5 + pos: 54.5,-52.5 parent: 2 - uid: 35826 components: - type: Transform rot: 3.141592653589793 rad - pos: 63.5,-21.5 + pos: 54.5,-54.5 parent: 2 - uid: 35827 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,-21.5 + pos: 54.5,-55.5 parent: 2 - uid: 35828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-21.5 + pos: 61.5,-55.5 parent: 2 - uid: 35829 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-21.5 + pos: 56.5,-57.5 parent: 2 - uid: 35830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-8.5 + pos: 55.5,-57.5 parent: 2 - uid: 35831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-15.5 + pos: 54.5,-57.5 parent: 2 - uid: 35832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-15.5 + pos: 54.5,-59.5 parent: 2 - uid: 35833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-9.5 + pos: 54.5,-61.5 parent: 2 - uid: 35834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-7.5 + pos: 55.5,-61.5 parent: 2 - uid: 35835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-10.5 + pos: 59.5,-61.5 parent: 2 - uid: 35836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-52.5 + pos: 60.5,-61.5 parent: 2 - uid: 35837 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-110.5 + pos: 53.5,-61.5 parent: 2 - uid: 35838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-110.5 + pos: 52.5,-61.5 parent: 2 - uid: 35839 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-110.5 + pos: 52.5,-62.5 parent: 2 - uid: 35840 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-110.5 + pos: 52.5,-66.5 parent: 2 - uid: 35841 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-104.5 + pos: 52.5,-67.5 parent: 2 - uid: 35842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-83.5 + pos: 53.5,-67.5 parent: 2 - uid: 35843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-104.5 + pos: 54.5,-67.5 parent: 2 - uid: 35844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-106.5 + pos: 55.5,-67.5 parent: 2 - uid: 35845 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-104.5 + pos: 56.5,-67.5 parent: 2 - uid: 35846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-104.5 + pos: 57.5,-67.5 parent: 2 - uid: 35847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-99.5 + pos: 58.5,-67.5 parent: 2 - uid: 35848 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-97.5 + pos: 65.5,-63.5 parent: 2 - uid: 35849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-101.5 + pos: 65.5,-64.5 parent: 2 - uid: 35850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-94.5 + pos: 65.5,-65.5 parent: 2 - uid: 35851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-97.5 + pos: 65.5,-66.5 parent: 2 - uid: 35852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-94.5 + pos: 64.5,-66.5 parent: 2 - uid: 35853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-102.5 + pos: 63.5,-66.5 parent: 2 - uid: 35854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-96.5 + pos: 62.5,-66.5 parent: 2 - uid: 35855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-97.5 + pos: 62.5,-67.5 parent: 2 - uid: 35856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-98.5 + pos: 62.5,-70.5 parent: 2 - uid: 35857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-100.5 + pos: 63.5,-70.5 parent: 2 - uid: 35858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-91.5 + pos: 62.5,-71.5 parent: 2 - uid: 35859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-87.5 + pos: 65.5,-70.5 parent: 2 - uid: 35860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-97.5 + pos: 66.5,-70.5 parent: 2 - uid: 35861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-97.5 + pos: 66.5,-71.5 parent: 2 - uid: 35862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-100.5 + pos: 66.5,-72.5 parent: 2 - uid: 35863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-110.5 + pos: 65.5,-72.5 parent: 2 - uid: 35864 components: - type: Transform - pos: 88.5,-62.5 + pos: 63.5,-72.5 parent: 2 - uid: 35865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-25.5 + pos: 62.5,-72.5 parent: 2 - uid: 35866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-25.5 + pos: 66.5,-68.5 parent: 2 - uid: 35867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-25.5 + pos: 66.5,-66.5 parent: 2 - uid: 35868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-25.5 + pos: 67.5,-66.5 parent: 2 - uid: 35869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-24.5 + pos: 64.5,-52.5 parent: 2 - uid: 35870 components: - type: Transform - pos: 109.5,-23.5 + pos: 64.5,-51.5 parent: 2 - uid: 35871 components: - type: Transform - pos: 99.5,-20.5 + pos: 67.5,-51.5 parent: 2 - uid: 35872 components: - type: Transform - pos: 108.5,-39.5 + pos: 64.5,-55.5 parent: 2 - uid: 35873 components: - type: Transform - pos: 105.5,-39.5 + pos: 63.5,-55.5 parent: 2 - uid: 35874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-73.5 + pos: 62.5,-55.5 parent: 2 - uid: 35875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-74.5 + rot: 3.141592653589793 rad + pos: 66.5,-15.5 parent: 2 - uid: 35876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-85.5 + rot: 3.141592653589793 rad + pos: 66.5,-16.5 parent: 2 - uid: 35877 components: - type: Transform - pos: 19.5,13.5 + rot: 3.141592653589793 rad + pos: 66.5,-17.5 parent: 2 - uid: 35878 components: - type: Transform - pos: 20.5,13.5 + rot: -1.5707963267948966 rad + pos: -69.5,-53.5 parent: 2 - uid: 35879 components: - type: Transform - pos: 20.5,14.5 + pos: 51.5,-77.5 parent: 2 - uid: 35880 components: - type: Transform - pos: 20.5,15.5 + pos: 51.5,-76.5 parent: 2 - uid: 35881 components: - type: Transform - pos: 20.5,16.5 + pos: 51.5,-75.5 parent: 2 - uid: 35882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-69.5 + pos: 51.5,-74.5 parent: 2 - uid: 35883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-53.5 + pos: 51.5,-73.5 parent: 2 - uid: 35884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-58.5 + pos: 51.5,-72.5 parent: 2 - uid: 35885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-60.5 + pos: 51.5,-71.5 parent: 2 - uid: 35886 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-67.5 + pos: 51.5,-70.5 parent: 2 - uid: 35887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-69.5 + pos: 52.5,-70.5 parent: 2 - uid: 35888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-69.5 + pos: 53.5,-70.5 parent: 2 - uid: 35889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-67.5 + pos: 58.5,-70.5 parent: 2 - uid: 35890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-65.5 + pos: 58.5,-71.5 parent: 2 - uid: 35891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-51.5 + pos: 58.5,-72.5 parent: 2 - uid: 35892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-35.5 + pos: 58.5,-73.5 parent: 2 - uid: 35893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-33.5 + pos: 58.5,-74.5 parent: 2 - uid: 35894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-27.5 + pos: 58.5,-77.5 parent: 2 - uid: 35895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-25.5 + pos: 57.5,-77.5 parent: 2 - uid: 35896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-20.5 + pos: 56.5,-77.5 parent: 2 - uid: 35897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-18.5 + pos: 55.5,-77.5 parent: 2 - uid: 35898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-12.5 + pos: 54.5,-77.5 parent: 2 - uid: 35899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-9.5 + pos: 53.5,-77.5 parent: 2 - uid: 35900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-4.5 + pos: 52.5,-77.5 parent: 2 - uid: 35901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-2.5 + pos: 67.5,-54.5 parent: 2 - uid: 35902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 + pos: 20.5,-68.5 parent: 2 - uid: 35903 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-2.5 + pos: 20.5,-69.5 parent: 2 - uid: 35904 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-9.5 + pos: 99.5,-92.5 parent: 2 - uid: 35905 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,-4.5 + pos: 56.5,-85.5 parent: 2 - uid: 35906 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-12.5 + pos: 56.5,-83.5 parent: 2 - uid: 35907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-18.5 + pos: 43.5,-76.5 parent: 2 - uid: 35908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-20.5 + pos: 44.5,-76.5 parent: 2 - uid: 35909 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-25.5 + pos: 56.5,-84.5 parent: 2 - uid: 35910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-26.5 + pos: 88.5,-56.5 parent: 2 - uid: 35911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-53.5 + pos: 4.5,-94.5 parent: 2 - uid: 35912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-58.5 + pos: 3.5,-94.5 parent: 2 - uid: 35913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-60.5 + pos: 2.5,-94.5 parent: 2 - uid: 35914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-65.5 + pos: 1.5,-94.5 parent: 2 - uid: 35915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-67.5 + pos: 1.5,-93.5 parent: 2 - uid: 35916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-69.5 + pos: 1.5,-92.5 parent: 2 - uid: 35917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-69.5 + pos: -2.5,-92.5 parent: 2 - uid: 35918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-69.5 + pos: -3.5,-92.5 parent: 2 - uid: 35919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-69.5 + pos: 1.5,-95.5 parent: 2 - uid: 35920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-70.5 + pos: 1.5,-96.5 parent: 2 - uid: 35921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-70.5 + pos: 1.5,-97.5 parent: 2 - uid: 35922 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-70.5 + pos: 0.5,-97.5 parent: 2 - uid: 35923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-69.5 + pos: -0.5,-97.5 parent: 2 - uid: 35924 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-96.5 + pos: -2.5,-97.5 parent: 2 - uid: 35925 components: - type: Transform - pos: 25.5,-88.5 + pos: -3.5,-97.5 parent: 2 - uid: 35926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-104.5 + pos: -4.5,-97.5 parent: 2 - uid: 35927 components: - type: Transform - pos: 36.5,-84.5 + pos: -4.5,-96.5 parent: 2 - uid: 35928 components: - type: Transform - pos: -27.5,18.5 + pos: -4.5,-95.5 parent: 2 - uid: 35929 components: - type: Transform - pos: 104.5,-37.5 + pos: -4.5,-94.5 parent: 2 - uid: 35930 components: - type: Transform - pos: 105.5,-37.5 + pos: -4.5,-93.5 parent: 2 - uid: 35931 components: - type: Transform - pos: 105.5,-36.5 + pos: -4.5,-92.5 parent: 2 - uid: 35932 components: - type: Transform - pos: 108.5,-36.5 + pos: 0.5,-101.5 parent: 2 - uid: 35933 components: - type: Transform - pos: 108.5,-26.5 + pos: -1.5,-101.5 parent: 2 - uid: 35934 components: - type: Transform - pos: 105.5,-26.5 + rot: 3.141592653589793 rad + pos: -4.5,-104.5 parent: 2 - uid: 35935 components: - type: Transform - pos: 105.5,-25.5 + pos: 0.5,-100.5 parent: 2 - uid: 35936 components: - type: Transform - pos: 104.5,-25.5 + pos: -1.5,-82.5 parent: 2 - uid: 35937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,-18.5 + pos: -10.5,-86.5 parent: 2 - uid: 35938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-18.5 + pos: -10.5,-87.5 parent: 2 - uid: 35939 components: - type: Transform - pos: 105.5,-38.5 + pos: -10.5,-88.5 parent: 2 - uid: 35940 components: - type: Transform - pos: 105.5,-24.5 + pos: -10.5,-89.5 parent: 2 - uid: 35941 components: - type: Transform - pos: 109.5,-24.5 + rot: 1.5707963267948966 rad + pos: -56.5,-117.5 parent: 2 - uid: 35942 components: - type: Transform - pos: 109.5,-25.5 + pos: -37.5,-75.5 parent: 2 - uid: 35943 components: - type: Transform - pos: 109.5,-26.5 + pos: -36.5,-75.5 parent: 2 - uid: 35944 components: - type: Transform - pos: 105.5,-23.5 + pos: -35.5,-75.5 parent: 2 - uid: 35945 components: - type: Transform - pos: 104.5,-23.5 + pos: -34.5,-75.5 parent: 2 - uid: 35946 components: - type: Transform - pos: 109.5,-39.5 + pos: -33.5,-75.5 parent: 2 - uid: 35947 components: - type: Transform - pos: 109.5,-38.5 + pos: -33.5,-74.5 parent: 2 - uid: 35948 components: - type: Transform - pos: 109.5,-37.5 + pos: -33.5,-73.5 parent: 2 - uid: 35949 components: - type: Transform - pos: 109.5,-36.5 + pos: -33.5,-72.5 parent: 2 - uid: 35950 components: - type: Transform - pos: 103.5,-20.5 + pos: -33.5,-71.5 parent: 2 - uid: 35951 components: - type: Transform - pos: 110.5,-23.5 + pos: -34.5,-71.5 parent: 2 - uid: 35952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-18.5 + pos: -36.5,-71.5 parent: 2 - uid: 35953 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-18.5 + pos: -37.5,-71.5 parent: 2 - uid: 35954 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-43.5 + pos: -37.5,-72.5 parent: 2 - uid: 35955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-76.5 + pos: -40.5,-75.5 parent: 2 - uid: 35956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-23.5 + pos: -39.5,-75.5 parent: 2 - uid: 35957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-66.5 + pos: -38.5,-75.5 parent: 2 - uid: 35958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-22.5 + pos: -38.5,-71.5 parent: 2 - uid: 35959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-49.5 + pos: -39.5,-71.5 parent: 2 - uid: 35960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-49.5 + pos: -40.5,-71.5 parent: 2 - uid: 35961 components: - type: Transform - pos: 22.5,-88.5 + pos: -41.5,-71.5 parent: 2 - uid: 35962 components: - type: Transform - pos: -40.5,-87.5 + pos: -41.5,-75.5 parent: 2 - uid: 35963 components: - type: Transform - pos: -42.5,-87.5 + pos: -41.5,-66.5 parent: 2 - uid: 35964 components: - type: Transform - pos: -43.5,-87.5 + pos: -40.5,-66.5 parent: 2 - uid: 35965 components: - type: Transform - pos: -43.5,-88.5 + pos: -39.5,-66.5 parent: 2 - uid: 35966 components: - type: Transform - pos: -43.5,-89.5 + pos: -38.5,-66.5 parent: 2 - uid: 35967 components: - type: Transform - pos: -41.5,-87.5 + pos: -37.5,-66.5 parent: 2 - uid: 35968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-26.5 + pos: -36.5,-66.5 parent: 2 - uid: 35969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-26.5 + pos: -35.5,-66.5 parent: 2 - uid: 35970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-26.5 + pos: -34.5,-66.5 parent: 2 - uid: 35971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-23.5 + pos: -33.5,-66.5 parent: 2 - uid: 35972 components: - type: Transform - pos: 26.5,-83.5 + pos: -33.5,-67.5 parent: 2 - uid: 35973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,22.5 + pos: -33.5,-68.5 parent: 2 - uid: 35974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-25.5 + pos: -33.5,-69.5 parent: 2 - uid: 35975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,6.5 + pos: -33.5,-70.5 parent: 2 - uid: 35976 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,6.5 + pos: -46.5,-72.5 parent: 2 - uid: 35977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,6.5 + pos: -46.5,-76.5 parent: 2 - uid: 35978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,6.5 + pos: -47.5,-76.5 parent: 2 - uid: 35979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-60.5 + pos: -48.5,-76.5 parent: 2 - uid: 35980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-54.5 + pos: -49.5,-76.5 parent: 2 - uid: 35981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,9.5 + pos: -50.5,-76.5 parent: 2 - uid: 35982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,7.5 + rot: -1.5707963267948966 rad + pos: -11.5,-89.5 parent: 2 - uid: 35983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,8.5 + pos: -54.5,-76.5 parent: 2 - uid: 35984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,6.5 + pos: -53.5,-76.5 parent: 2 - uid: 35985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-46.5 + pos: -52.5,-76.5 parent: 2 - uid: 35986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-45.5 + pos: -51.5,-76.5 parent: 2 - uid: 35987 components: - type: Transform - pos: -43.5,-90.5 + pos: -54.5,-55.5 parent: 2 - uid: 35988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-47.5 + pos: -55.5,-55.5 parent: 2 - uid: 35989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-48.5 + pos: -56.5,-55.5 parent: 2 - uid: 35990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-86.5 + pos: -54.5,-59.5 parent: 2 - uid: 35991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-87.5 + pos: -55.5,-59.5 parent: 2 - uid: 35992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-85.5 + pos: -56.5,-59.5 parent: 2 - uid: 35993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-88.5 + rot: 1.5707963267948966 rad + pos: 55.5,-48.5 parent: 2 - uid: 35994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-45.5 + rot: 1.5707963267948966 rad + pos: 54.5,-48.5 parent: 2 - uid: 35995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-45.5 + pos: -59.5,-67.5 parent: 2 - uid: 35996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-46.5 + pos: -60.5,-59.5 parent: 2 - uid: 35997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-70.5 + pos: -60.5,-55.5 parent: 2 - uid: 35998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-70.5 + pos: -59.5,-55.5 parent: 2 - uid: 35999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-24.5 + pos: -58.5,-55.5 parent: 2 - uid: 36000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-22.5 + pos: -57.5,-55.5 parent: 2 - uid: 36001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-22.5 + pos: -57.5,-59.5 parent: 2 - uid: 36002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-22.5 + pos: -58.5,-59.5 parent: 2 - uid: 36003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-54.5 + pos: -59.5,-59.5 parent: 2 - uid: 36004 components: - type: Transform - pos: 2.5,-97.5 + pos: -65.5,-63.5 parent: 2 - uid: 36005 components: - type: Transform - pos: 23.5,-88.5 + pos: -66.5,-63.5 parent: 2 - uid: 36006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,20.5 + pos: -66.5,-62.5 parent: 2 - uid: 36007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,20.5 + pos: -67.5,-62.5 parent: 2 - uid: 36008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,20.5 + pos: -67.5,-61.5 parent: 2 - uid: 36009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,19.5 + pos: -68.5,-61.5 parent: 2 - uid: 36010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,18.5 + pos: -68.5,-60.5 parent: 2 - uid: 36011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-26.5 + pos: -69.5,-60.5 parent: 2 - uid: 36012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-25.5 + pos: -69.5,-59.5 parent: 2 - uid: 36013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-24.5 + pos: -70.5,-59.5 parent: 2 - uid: 36014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,19.5 + pos: -66.5,-67.5 parent: 2 - uid: 36015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,20.5 + pos: -61.5,-67.5 parent: 2 - uid: 36016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,21.5 + pos: -60.5,-67.5 parent: 2 - uid: 36017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-23.5 + pos: -67.5,-68.5 parent: 2 - uid: 36018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,10.5 + pos: -68.5,-69.5 parent: 2 - uid: 36019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,10.5 + pos: -69.5,-70.5 parent: 2 - uid: 36020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,10.5 + pos: -71.5,-59.5 parent: 2 - uid: 36021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,10.5 + pos: -72.5,-59.5 parent: 2 - uid: 36022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,10.5 + pos: -73.5,-59.5 parent: 2 - uid: 36023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,9.5 + pos: -74.5,-59.5 parent: 2 - uid: 36024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,7.5 + pos: -75.5,-59.5 parent: 2 - uid: 36025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-54.5 + pos: -75.5,-60.5 parent: 2 - uid: 36026 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-54.5 + pos: -75.5,-70.5 parent: 2 - uid: 36027 components: - type: Transform - pos: -42.5,-90.5 + pos: -76.5,-60.5 parent: 2 - uid: 36028 components: - type: Transform - pos: -41.5,-90.5 + pos: -76.5,-61.5 parent: 2 - uid: 36029 components: - type: Transform - pos: -40.5,-90.5 + pos: -77.5,-61.5 parent: 2 - uid: 36030 components: - type: Transform - pos: -40.5,-89.5 + pos: -77.5,-62.5 parent: 2 - uid: 36031 components: - type: Transform - pos: -40.5,-91.5 + pos: -78.5,-62.5 parent: 2 - uid: 36032 components: - type: Transform - pos: -40.5,-93.5 + pos: -78.5,-63.5 parent: 2 - uid: 36033 components: - type: Transform - pos: -41.5,-93.5 + pos: -78.5,-64.5 parent: 2 - uid: 36034 components: - type: Transform - pos: -42.5,-93.5 + pos: -78.5,-65.5 parent: 2 - uid: 36035 components: - type: Transform - pos: -43.5,-93.5 + pos: -78.5,-66.5 parent: 2 - uid: 36036 components: - type: Transform - pos: -43.5,-92.5 + pos: -78.5,-67.5 parent: 2 - uid: 36037 components: - type: Transform - pos: -43.5,-91.5 + pos: -59.5,-68.5 parent: 2 - uid: 36038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-85.5 + pos: -77.5,-68.5 parent: 2 - uid: 36039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-85.5 + pos: -59.5,-69.5 parent: 2 - uid: 36040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-85.5 + pos: -76.5,-69.5 parent: 2 - uid: 36041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-86.5 + pos: -78.5,-68.5 parent: 2 - uid: 36042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-88.5 + pos: -77.5,-69.5 parent: 2 - uid: 36043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-88.5 + pos: -76.5,-70.5 parent: 2 - uid: 36044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-88.5 + pos: -75.5,-71.5 parent: 2 - uid: 36045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,-25.5 + pos: -74.5,-71.5 parent: 2 - uid: 36046 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-25.5 + pos: -73.5,-71.5 parent: 2 - uid: 36047 components: - type: Transform - pos: -30.5,18.5 + pos: -72.5,-71.5 parent: 2 - uid: 36048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,14.5 + pos: -71.5,-71.5 parent: 2 - uid: 36049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,13.5 + pos: -70.5,-71.5 parent: 2 - uid: 36050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,1.5 + pos: -69.5,-71.5 parent: 2 - uid: 36051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-19.5 + pos: -68.5,-70.5 parent: 2 - uid: 36052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-56.5 + pos: -67.5,-69.5 parent: 2 - uid: 36053 components: - type: Transform - pos: -66.5,-15.5 + pos: -66.5,-68.5 parent: 2 - uid: 36054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-32.5 + pos: -57.5,-78.5 parent: 2 - uid: 36055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-33.5 + pos: -57.5,-79.5 parent: 2 - uid: 36056 components: - type: Transform - pos: -66.5,-19.5 + pos: -56.5,-79.5 parent: 2 - uid: 36057 components: - type: Transform - pos: -66.5,-18.5 + pos: -55.5,-79.5 parent: 2 - uid: 36058 components: - type: Transform - pos: -66.5,-16.5 + pos: -54.5,-79.5 parent: 2 - uid: 36059 components: - type: Transform - pos: -66.5,-14.5 + pos: -54.5,-82.5 parent: 2 - uid: 36060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-17.5 + pos: -54.5,-83.5 parent: 2 - uid: 36061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-18.5 + pos: -54.5,-84.5 parent: 2 - uid: 36062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-19.5 + pos: -54.5,-85.5 parent: 2 - uid: 36063 components: - type: Transform - pos: -68.5,-14.5 + pos: -55.5,-84.5 parent: 2 - uid: 36064 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-57.5 + pos: -56.5,-84.5 parent: 2 - uid: 36065 components: - type: Transform - pos: -67.5,-19.5 + pos: -57.5,-84.5 parent: 2 - uid: 36066 components: - type: Transform - pos: -68.5,-19.5 + pos: -58.5,-84.5 parent: 2 - uid: 36067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-57.5 + pos: -58.5,-85.5 parent: 2 - uid: 36068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-57.5 + pos: -58.5,-87.5 parent: 2 - uid: 36069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-70.5 + pos: -58.5,-88.5 parent: 2 - uid: 36070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-70.5 + pos: -57.5,-88.5 parent: 2 - uid: 36071 components: - type: Transform - pos: 43.5,25.5 + pos: -56.5,-88.5 parent: 2 - uid: 36072 components: - type: Transform - pos: -76.5,-46.5 + pos: -55.5,-88.5 parent: 2 - uid: 36073 components: - type: Transform - pos: -75.5,-46.5 + pos: -54.5,-88.5 parent: 2 - uid: 36074 components: - type: Transform - pos: -69.5,-50.5 + pos: -54.5,-87.5 parent: 2 - uid: 36075 components: - type: Transform - pos: -69.5,-47.5 + pos: 33.5,-80.5 parent: 2 - uid: 36076 components: - type: Transform - pos: -69.5,-46.5 + pos: -59.5,-87.5 parent: 2 - uid: 36077 components: - type: Transform - pos: 26.5,26.5 + pos: -60.5,-87.5 parent: 2 - uid: 36078 components: - type: Transform - pos: 25.5,26.5 + pos: -59.5,-85.5 parent: 2 - uid: 36079 components: - type: Transform - pos: 24.5,26.5 + pos: -60.5,-85.5 parent: 2 - uid: 36080 components: - type: Transform - pos: 23.5,26.5 + pos: -65.5,-51.5 parent: 2 - uid: 36081 components: - type: Transform - pos: 23.5,25.5 + pos: -66.5,-51.5 parent: 2 - uid: 36082 components: - type: Transform - pos: 23.5,24.5 + pos: -67.5,-51.5 parent: 2 - uid: 36083 components: - type: Transform - pos: 23.5,22.5 + pos: -68.5,-51.5 parent: 2 - uid: 36084 components: - type: Transform - pos: 23.5,23.5 + pos: -69.5,-51.5 parent: 2 - uid: 36085 components: - type: Transform - pos: -45.5,-69.5 + pos: -73.5,-51.5 parent: 2 - uid: 36086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-79.5 + pos: -77.5,-51.5 parent: 2 - uid: 36087 components: - type: Transform - pos: -59.5,-76.5 + pos: -77.5,-50.5 parent: 2 - uid: 36088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-78.5 + pos: -77.5,-48.5 parent: 2 - uid: 36089 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-78.5 + pos: -77.5,-46.5 parent: 2 - uid: 36090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-70.5 + pos: -77.5,-40.5 parent: 2 - uid: 36091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-79.5 + pos: -77.5,-38.5 parent: 2 - uid: 36092 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-79.5 + pos: -77.5,-34.5 parent: 2 - uid: 36093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-79.5 + pos: -76.5,-34.5 parent: 2 - uid: 36094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-79.5 + pos: -75.5,-34.5 parent: 2 - uid: 36095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-89.5 + pos: -74.5,-34.5 parent: 2 - uid: 36096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,11.5 + pos: -73.5,-34.5 parent: 2 - uid: 36097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,11.5 + rot: 3.141592653589793 rad + pos: -58.5,-4.5 parent: 2 - uid: 36098 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,11.5 + pos: -58.5,-3.5 parent: 2 - uid: 36099 components: - type: Transform - pos: 3.5,-97.5 + pos: -54.5,-80.5 parent: 2 - uid: 36100 components: - type: Transform - pos: -40.5,21.5 + pos: -81.5,-46.5 parent: 2 - uid: 36101 components: - type: Transform - pos: -44.5,21.5 + pos: -81.5,-48.5 parent: 2 - uid: 36102 components: - type: Transform - pos: -44.5,19.5 + pos: -81.5,-40.5 parent: 2 - uid: 36103 components: - type: Transform - pos: -48.5,21.5 + pos: -81.5,-38.5 parent: 2 - uid: 36104 components: - type: Transform - pos: -48.5,19.5 + pos: -56.5,-5.5 parent: 2 - uid: 36105 components: - type: Transform - pos: -52.5,21.5 + pos: -56.5,-4.5 parent: 2 - uid: 36106 components: - type: Transform - pos: -52.5,19.5 + pos: -56.5,1.5 parent: 2 - uid: 36107 components: - type: Transform - pos: -67.5,-14.5 + pos: -55.5,1.5 parent: 2 - uid: 36108 components: - type: Transform - pos: -54.5,19.5 + pos: -53.5,1.5 parent: 2 - uid: 36109 components: - type: Transform - pos: -53.5,19.5 + pos: -52.5,1.5 parent: 2 - uid: 36110 components: - type: Transform - pos: -77.5,-28.5 + pos: -51.5,1.5 parent: 2 - uid: 36111 components: - type: Transform - pos: -77.5,-32.5 + pos: -56.5,-3.5 parent: 2 - uid: 36112 components: - type: Transform - pos: -76.5,-32.5 + pos: -40.5,-6.5 parent: 2 - uid: 36113 components: - type: Transform - pos: -75.5,-32.5 + pos: -36.5,-13.5 parent: 2 - uid: 36114 components: - type: Transform - pos: -74.5,-32.5 + pos: -33.5,-6.5 parent: 2 - uid: 36115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-28.5 + pos: -33.5,-7.5 parent: 2 - uid: 36116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-28.5 + pos: -33.5,-8.5 parent: 2 - uid: 36117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-28.5 + pos: -33.5,-9.5 parent: 2 - uid: 36118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-28.5 + pos: -33.5,-10.5 parent: 2 - uid: 36119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-32.5 + pos: -40.5,-9.5 parent: 2 - uid: 36120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-32.5 + pos: -34.5,-6.5 parent: 2 - uid: 36121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-32.5 + pos: -35.5,-6.5 parent: 2 - uid: 36122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-32.5 + pos: -36.5,-6.5 parent: 2 - uid: 36123 components: - type: Transform - pos: -77.5,-31.5 + pos: -37.5,-6.5 parent: 2 - uid: 36124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,21.5 + pos: -38.5,-6.5 parent: 2 - uid: 36125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,15.5 + pos: -39.5,-6.5 parent: 2 - uid: 36126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,16.5 + pos: -40.5,-10.5 parent: 2 - uid: 36127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,16.5 + pos: -40.5,-11.5 parent: 2 - uid: 36128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,16.5 + pos: -40.5,-12.5 parent: 2 - uid: 36129 components: - type: Transform - pos: -22.5,18.5 + pos: -40.5,-13.5 parent: 2 - uid: 36130 components: - type: Transform - pos: -35.5,18.5 + pos: -37.5,-13.5 parent: 2 - uid: 36131 components: - type: Transform - pos: -34.5,18.5 + pos: -38.5,-13.5 parent: 2 - uid: 36132 components: - type: Transform - pos: -23.5,18.5 + pos: -39.5,-13.5 parent: 2 - uid: 36133 components: - type: Transform - pos: -28.5,18.5 + pos: -35.5,-13.5 parent: 2 - uid: 36134 components: - type: Transform - pos: 47.5,24.5 + pos: -34.5,-13.5 parent: 2 - uid: 36135 components: - type: Transform - pos: 47.5,25.5 + pos: -33.5,-13.5 parent: 2 - uid: 36136 components: - type: Transform - pos: 46.5,25.5 + pos: -33.5,-12.5 parent: 2 - uid: 36137 components: - type: Transform - pos: 45.5,25.5 + pos: -33.5,-11.5 parent: 2 - uid: 36138 components: - type: Transform - pos: 44.5,25.5 + pos: -33.5,-28.5 parent: 2 - uid: 36139 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-57.5 + pos: -39.5,-30.5 parent: 2 - uid: 36140 components: - type: Transform - pos: -20.5,17.5 + pos: -39.5,-31.5 parent: 2 - uid: 36141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-57.5 + pos: -39.5,-32.5 parent: 2 - uid: 36142 components: - type: Transform - pos: -35.5,21.5 + pos: -39.5,-33.5 parent: 2 - uid: 36143 components: - type: Transform - pos: -36.5,21.5 + pos: -39.5,-34.5 parent: 2 - uid: 36144 components: - type: Transform - pos: -37.5,21.5 + pos: -39.5,-35.5 parent: 2 - uid: 36145 components: - type: Transform - pos: -33.5,20.5 + pos: -38.5,-35.5 parent: 2 - uid: 36146 components: - type: Transform - pos: -33.5,19.5 + pos: -34.5,-35.5 parent: 2 - uid: 36147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,17.5 + pos: -33.5,-35.5 parent: 2 - uid: 36148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-85.5 + pos: -33.5,-31.5 parent: 2 - uid: 36149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-77.5 + rot: 3.141592653589793 rad + pos: 92.5,-37.5 parent: 2 - uid: 36150 components: - type: Transform - pos: 86.5,-56.5 + rot: 3.141592653589793 rad + pos: 97.5,-37.5 parent: 2 - uid: 36151 components: - type: Transform - pos: 72.5,-68.5 + pos: -69.5,-14.5 parent: 2 - uid: 36152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-60.5 + pos: -69.5,-13.5 parent: 2 - uid: 36153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-60.5 + pos: -69.5,-12.5 parent: 2 - uid: 36154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-77.5 + pos: -69.5,-11.5 parent: 2 - uid: 36155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-73.5 + pos: -69.5,-10.5 parent: 2 - uid: 36156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-85.5 + pos: -69.5,-9.5 parent: 2 - uid: 36157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-71.5 + pos: -69.5,-8.5 parent: 2 - uid: 36158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-83.5 + pos: -69.5,-7.5 parent: 2 - uid: 36159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-77.5 + pos: -69.5,-6.5 parent: 2 - uid: 36160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-2.5 + pos: -69.5,-5.5 parent: 2 - uid: 36161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-80.5 + pos: -33.5,-30.5 parent: 2 - uid: 36162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-85.5 + pos: -51.5,5.5 parent: 2 - uid: 36163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-67.5 + pos: -51.5,4.5 parent: 2 - uid: 36164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-65.5 + pos: -18.5,9.5 parent: 2 - uid: 36165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-68.5 + pos: -14.5,2.5 parent: 2 - uid: 36166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-65.5 + pos: -14.5,4.5 parent: 2 - uid: 36167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-63.5 + pos: -18.5,10.5 parent: 2 - uid: 36168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-60.5 + pos: -18.5,11.5 parent: 2 - uid: 36169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-70.5 + pos: -17.5,11.5 parent: 2 - uid: 36170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-65.5 + pos: -13.5,11.5 parent: 2 - uid: 36171 components: - type: Transform - pos: 106.5,-74.5 + pos: -24.5,18.5 parent: 2 - uid: 36172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-68.5 + pos: -21.5,17.5 parent: 2 - uid: 36173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-66.5 + pos: -34.5,21.5 parent: 2 - uid: 36174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-62.5 + pos: -33.5,21.5 parent: 2 - uid: 36175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-62.5 + pos: -25.5,18.5 parent: 2 - uid: 36176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,-73.5 + pos: -26.5,18.5 parent: 2 - uid: 36177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-65.5 + pos: -40.5,19.5 parent: 2 - uid: 36178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-60.5 + pos: -39.5,19.5 parent: 2 - uid: 36179 components: - type: Transform - pos: 110.5,-60.5 + pos: -38.5,19.5 parent: 2 - uid: 36180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-70.5 + rot: 3.141592653589793 rad + pos: -71.5,-16.5 parent: 2 - uid: 36181 components: - type: Transform - pos: 96.5,-59.5 + rot: 3.141592653589793 rad + pos: -71.5,-15.5 parent: 2 - uid: 36182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-82.5 + rot: 3.141592653589793 rad + pos: -71.5,-14.5 parent: 2 - uid: 36183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-80.5 + rot: 3.141592653589793 rad + pos: -70.5,-14.5 parent: 2 - uid: 36184 components: - type: Transform - pos: 111.5,-56.5 + pos: -51.5,7.5 parent: 2 - uid: 36185 components: - type: Transform - pos: 94.5,-90.5 + pos: -51.5,6.5 parent: 2 - uid: 36186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-64.5 + pos: -15.5,-1.5 parent: 2 - uid: 36187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-77.5 + pos: -16.5,-1.5 parent: 2 - uid: 36188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-77.5 + pos: -16.5,-2.5 parent: 2 - uid: 36189 components: - type: Transform - pos: 100.5,-77.5 + pos: -17.5,-2.5 parent: 2 - uid: 36190 components: - type: Transform - pos: 93.5,-89.5 + pos: -18.5,-2.5 parent: 2 - uid: 36191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-64.5 + pos: -18.5,-3.5 parent: 2 - uid: 36192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-65.5 + pos: -26.5,-27.5 parent: 2 - uid: 36193 components: - type: Transform - pos: 109.5,-60.5 + pos: -26.5,-18.5 parent: 2 - uid: 36194 components: - type: Transform - pos: 97.5,-93.5 + pos: -24.5,-9.5 parent: 2 - uid: 36195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-81.5 + pos: -25.5,-9.5 parent: 2 - uid: 36196 components: - type: Transform - pos: 103.5,-88.5 + pos: -25.5,-10.5 parent: 2 - uid: 36197 components: - type: Transform - pos: 98.5,-92.5 + pos: -25.5,-11.5 parent: 2 - uid: 36198 components: - type: Transform - pos: 97.5,-84.5 + pos: -26.5,-11.5 parent: 2 - uid: 36199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-73.5 + pos: -26.5,-12.5 parent: 2 - uid: 36200 components: - type: Transform - pos: 94.5,-91.5 + pos: -26.5,-19.5 parent: 2 - uid: 36201 components: - type: Transform - pos: 94.5,-76.5 + pos: -26.5,-20.5 parent: 2 - uid: 36202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-82.5 + pos: -26.5,-25.5 parent: 2 - uid: 36203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-85.5 + pos: -26.5,-26.5 parent: 2 - uid: 36204 components: - type: Transform - pos: 96.5,-92.5 + pos: -26.5,-33.5 parent: 2 - uid: 36205 components: - type: Transform - pos: 101.5,-91.5 + pos: -26.5,-34.5 parent: 2 - uid: 36206 components: - type: Transform - pos: 100.5,-81.5 + pos: -27.5,-34.5 parent: 2 - uid: 36207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-67.5 + pos: -28.5,-34.5 parent: 2 - uid: 36208 components: - type: Transform - pos: 100.5,-92.5 + pos: -29.5,-35.5 parent: 2 - uid: 36209 components: - type: Transform - pos: 110.5,-56.5 + pos: -29.5,-41.5 parent: 2 - uid: 36210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-81.5 + pos: -29.5,-45.5 parent: 2 - uid: 36211 components: - type: Transform - pos: 109.5,-56.5 + pos: -29.5,-51.5 parent: 2 - uid: 36212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-72.5 + rot: 3.141592653589793 rad + pos: -66.5,-69.5 parent: 2 - uid: 36213 components: - type: Transform - pos: 93.5,-88.5 + pos: -28.5,-52.5 parent: 2 - uid: 36214 components: - type: Transform - pos: 110.5,-52.5 + pos: -27.5,-52.5 parent: 2 - uid: 36215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-75.5 + pos: -26.5,-52.5 parent: 2 - uid: 36216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-73.5 + pos: -26.5,-53.5 parent: 2 - uid: 36217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-74.5 + pos: -26.5,-58.5 parent: 2 - uid: 36218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-84.5 + pos: -26.5,-59.5 parent: 2 - uid: 36219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-73.5 + pos: -26.5,-60.5 parent: 2 - uid: 36220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-73.5 + pos: -26.5,-65.5 parent: 2 - uid: 36221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-85.5 + pos: -26.5,-66.5 parent: 2 - uid: 36222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-65.5 + pos: -25.5,-66.5 parent: 2 - uid: 36223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-73.5 + pos: -25.5,-67.5 parent: 2 - uid: 36224 components: - type: Transform - pos: 110.5,-49.5 + rot: 3.141592653589793 rad + pos: -66.5,-70.5 parent: 2 - uid: 36225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-68.5 + pos: -24.5,-68.5 parent: 2 - uid: 36226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-77.5 + pos: -20.5,-68.5 parent: 2 - uid: 36227 components: - type: Transform - pos: 99.5,-84.5 + pos: -19.5,-68.5 parent: 2 - uid: 36228 components: - type: Transform - pos: 95.5,-91.5 + pos: -19.5,-69.5 parent: 2 - uid: 36229 components: - type: Transform - pos: 96.5,-77.5 + pos: -18.5,-70.5 parent: 2 - uid: 36230 components: - type: Transform - pos: 110.5,-46.5 + pos: -14.5,-70.5 parent: 2 - uid: 36231 components: - type: Transform - pos: 110.5,-53.5 + pos: -13.5,-70.5 parent: 2 - uid: 36232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-73.5 + pos: -8.5,-70.5 parent: 2 - uid: 36233 components: - type: Transform - pos: 90.5,-74.5 + pos: -9.5,-70.5 parent: 2 - uid: 36234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-65.5 + pos: 9.5,-70.5 parent: 2 - uid: 36235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-73.5 + pos: 10.5,-70.5 parent: 2 - uid: 36236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-66.5 + pos: 27.5,-25.5 parent: 2 - uid: 36237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-73.5 + pos: 14.5,-70.5 parent: 2 - uid: 36238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-77.5 + pos: 15.5,-70.5 parent: 2 - uid: 36239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-66.5 + pos: 27.5,-26.5 parent: 2 - uid: 36240 components: - type: Transform - pos: 94.5,-89.5 + pos: 30.5,-46.5 parent: 2 - uid: 36241 components: - type: Transform - pos: 107.5,-60.5 + pos: 30.5,-47.5 parent: 2 - uid: 36242 components: - type: Transform - pos: 97.5,-82.5 + pos: 19.5,-70.5 parent: 2 - uid: 36243 components: - type: Transform - pos: 103.5,-60.5 + pos: 21.5,-68.5 parent: 2 - uid: 36244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-69.5 + pos: 25.5,-68.5 parent: 2 - uid: 36245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-72.5 + pos: 27.5,-66.5 parent: 2 - uid: 36246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-69.5 + pos: 27.5,-30.5 parent: 2 - uid: 36247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-60.5 + pos: 27.5,-20.5 parent: 2 - uid: 36248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-66.5 + pos: 27.5,-19.5 parent: 2 - uid: 36249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-72.5 + pos: 27.5,-18.5 parent: 2 - uid: 36250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-65.5 + pos: 24.5,-34.5 parent: 2 - uid: 36251 components: - type: Transform - pos: 90.5,-64.5 + pos: 30.5,-41.5 parent: 2 - uid: 36252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-70.5 + pos: 30.5,-42.5 parent: 2 - uid: 36253 components: - type: Transform - pos: 99.5,-81.5 + pos: 30.5,-51.5 parent: 2 - uid: 36254 components: - type: Transform - pos: 96.5,-81.5 + pos: 30.5,-52.5 parent: 2 - uid: 36255 components: - type: Transform - pos: -52.5,-74.5 + pos: 23.5,-34.5 parent: 2 - uid: 36256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-72.5 + pos: 24.5,-41.5 parent: 2 - uid: 36257 components: - type: Transform - pos: 103.5,-86.5 + pos: 29.5,-52.5 parent: 2 - uid: 36258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-63.5 + pos: 28.5,-52.5 parent: 2 - uid: 36259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-78.5 + pos: 27.5,-52.5 parent: 2 - uid: 36260 components: - type: Transform - pos: 110.5,-54.5 + pos: 27.5,-53.5 parent: 2 - uid: 36261 components: - type: Transform - pos: 111.5,-60.5 + pos: 27.5,-58.5 parent: 2 - uid: 36262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-84.5 + pos: 27.5,-59.5 parent: 2 - uid: 36263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-83.5 + pos: 27.5,-60.5 parent: 2 - uid: 36264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-81.5 + pos: 27.5,-65.5 parent: 2 - uid: 36265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-73.5 + pos: 26.5,-66.5 parent: 2 - uid: 36266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-85.5 + pos: 26.5,-67.5 parent: 2 - uid: 36267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-61.5 + pos: 12.5,14.5 parent: 2 - uid: 36268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-65.5 + pos: 36.5,-79.5 parent: 2 - uid: 36269 components: - type: Transform - pos: 89.5,-55.5 + pos: 35.5,-79.5 parent: 2 - uid: 36270 components: - type: Transform - pos: 90.5,-55.5 + rot: -1.5707963267948966 rad + pos: -31.5,18.5 parent: 2 - uid: 36271 components: - type: Transform - pos: 112.5,-47.5 + rot: -1.5707963267948966 rad + pos: 27.5,-83.5 parent: 2 - uid: 36272 components: - type: Transform - pos: 111.5,-47.5 + rot: -1.5707963267948966 rad + pos: 30.5,-83.5 parent: 2 - uid: 36273 components: - type: Transform - pos: 110.5,-47.5 + pos: 34.5,-79.5 parent: 2 - uid: 36274 components: - type: Transform - pos: 112.5,-46.5 + rot: -1.5707963267948966 rad + pos: 28.5,-83.5 parent: 2 - uid: 36275 components: - type: Transform - pos: 93.5,-55.5 + rot: -1.5707963267948966 rad + pos: -32.5,18.5 parent: 2 - uid: 36276 components: - type: Transform - pos: 103.5,-56.5 + pos: 33.5,-81.5 parent: 2 - uid: 36277 components: - type: Transform - pos: 111.5,-43.5 + rot: -1.5707963267948966 rad + pos: -81.5,-44.5 parent: 2 - uid: 36278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-69.5 + pos: -29.5,18.5 parent: 2 - uid: 36279 components: - type: Transform - pos: 103.5,-57.5 + pos: 60.5,-64.5 parent: 2 - uid: 36280 components: - type: Transform - pos: 112.5,-44.5 + rot: 1.5707963267948966 rad + pos: 18.5,-103.5 parent: 2 - uid: 36281 components: - type: Transform - pos: 104.5,-60.5 + pos: 60.5,-63.5 parent: 2 - uid: 36282 components: - type: Transform - pos: 103.5,-58.5 + pos: 60.5,-62.5 parent: 2 - uid: 36283 components: - type: Transform - pos: 110.5,-44.5 + rot: 1.5707963267948966 rad + pos: 15.5,-104.5 parent: 2 - uid: 36284 components: - type: Transform - pos: 103.5,-55.5 + rot: 1.5707963267948966 rad + pos: 16.5,-104.5 parent: 2 - uid: 36285 components: - type: Transform - pos: 103.5,-59.5 + rot: 3.141592653589793 rad + pos: 58.5,-27.5 parent: 2 - uid: 36286 components: - type: Transform - pos: 112.5,-43.5 + rot: -1.5707963267948966 rad + pos: 30.5,-88.5 parent: 2 - uid: 36287 components: - type: Transform - pos: 92.5,-55.5 + rot: -1.5707963267948966 rad + pos: 32.5,-88.5 parent: 2 - uid: 36288 components: - type: Transform - pos: 91.5,-55.5 + rot: -1.5707963267948966 rad + pos: 29.5,-86.5 parent: 2 - uid: 36289 components: - type: Transform - pos: 97.5,-56.5 + rot: -1.5707963267948966 rad + pos: 35.5,-104.5 parent: 2 - uid: 36290 components: - type: Transform - pos: 99.5,-56.5 + rot: 3.141592653589793 rad + pos: 35.5,-109.5 parent: 2 - uid: 36291 components: - type: Transform - pos: 95.5,-56.5 + rot: 3.141592653589793 rad + pos: 36.5,-110.5 parent: 2 - uid: 36292 components: - type: Transform - pos: 96.5,-56.5 + rot: -1.5707963267948966 rad + pos: 35.5,-83.5 parent: 2 - uid: 36293 components: - type: Transform - pos: 94.5,-56.5 + rot: 3.141592653589793 rad + pos: -33.5,-29.5 parent: 2 - uid: 36294 components: - type: Transform - pos: 88.5,-55.5 + rot: 3.141592653589793 rad + pos: 35.5,-107.5 parent: 2 - uid: 36295 components: - type: Transform - pos: -45.5,-72.5 + rot: 3.141592653589793 rad + pos: 47.5,-106.5 parent: 2 - uid: 36296 components: - type: Transform - pos: -46.5,-67.5 + pos: 65.5,-51.5 parent: 2 - uid: 36297 components: - type: Transform - pos: -47.5,-67.5 + pos: 69.5,-54.5 parent: 2 - uid: 36298 components: - type: Transform - pos: -48.5,-67.5 + pos: 68.5,-54.5 parent: 2 - uid: 36299 components: - type: Transform - pos: -55.5,-76.5 + rot: 3.141592653589793 rad + pos: 43.5,-110.5 parent: 2 - uid: 36300 components: - type: Transform - pos: -56.5,-76.5 + pos: 68.5,-64.5 parent: 2 - uid: 36301 components: - type: Transform - pos: -56.5,-74.5 + pos: 66.5,-51.5 parent: 2 - uid: 36302 components: - type: Transform - pos: -56.5,-69.5 + rot: 3.141592653589793 rad + pos: 45.5,-110.5 parent: 2 - uid: 36303 components: - type: Transform - pos: -56.5,-73.5 + pos: 56.5,-92.5 parent: 2 - uid: 36304 components: - type: Transform - pos: -54.5,-67.5 + rot: 1.5707963267948966 rad + pos: 4.5,-102.5 parent: 2 - uid: 36305 components: - type: Transform - pos: -53.5,-67.5 + pos: 26.5,-84.5 parent: 2 - uid: 36306 components: - type: Transform - pos: -56.5,-67.5 + pos: 60.5,-67.5 parent: 2 - uid: 36307 components: - type: Transform - pos: -33.5,18.5 + pos: 42.5,-76.5 parent: 2 - uid: 36308 components: - type: Transform - pos: -55.5,-67.5 + rot: 3.141592653589793 rad + pos: 62.5,-69.5 parent: 2 - uid: 36309 components: - type: Transform - pos: -55.5,-72.5 + rot: -1.5707963267948966 rad + pos: 30.5,-85.5 parent: 2 - uid: 36310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-30.5 + rot: -1.5707963267948966 rad + pos: 31.5,-88.5 parent: 2 - uid: 36311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-35.5 + rot: -1.5707963267948966 rad + pos: 29.5,-85.5 parent: 2 - uid: 36312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-31.5 + rot: 1.5707963267948966 rad + pos: 4.5,-95.5 parent: 2 - uid: 36313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-30.5 + rot: -1.5707963267948966 rad + pos: 29.5,-83.5 parent: 2 - uid: 36314 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-35.5 + rot: -1.5707963267948966 rad + pos: 32.5,-83.5 parent: 2 - uid: 36315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-35.5 + rot: -1.5707963267948966 rad + pos: 34.5,-83.5 parent: 2 - uid: 36316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-35.5 + rot: -1.5707963267948966 rad + pos: 31.5,-83.5 parent: 2 - uid: 36317 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-34.5 + pos: 39.5,-106.5 parent: 2 - uid: 36318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-32.5 + pos: 56.5,-86.5 parent: 2 - uid: 36319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-31.5 + pos: 56.5,-94.5 parent: 2 - uid: 36320 components: - type: Transform - pos: 19.5,12.5 + pos: 48.5,-94.5 parent: 2 - uid: 36321 components: - type: Transform - pos: 42.5,11.5 + pos: 44.5,-82.5 parent: 2 - uid: 36322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-73.5 + pos: 48.5,-95.5 parent: 2 - uid: 36323 components: - type: Transform - pos: 41.5,11.5 + pos: 44.5,-80.5 parent: 2 - uid: 36324 components: - type: Transform - pos: 41.5,9.5 + pos: 44.5,-81.5 parent: 2 - uid: 36325 components: - type: Transform - pos: 41.5,10.5 + pos: 36.5,-81.5 parent: 2 - uid: 36326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-70.5 + pos: 38.5,-76.5 parent: 2 - uid: 36327 components: - type: Transform - pos: 100.5,-54.5 + pos: 37.5,-76.5 parent: 2 - uid: 36328 components: - type: Transform - pos: 101.5,-54.5 + pos: 37.5,-84.5 parent: 2 - uid: 36329 components: - type: Transform - pos: 99.5,-54.5 + pos: 56.5,-100.5 parent: 2 - uid: 36330 components: - type: Transform - pos: 99.5,-55.5 + pos: 56.5,-95.5 parent: 2 - uid: 36331 components: - type: Transform - pos: -59.5,-117.5 + pos: 40.5,-76.5 parent: 2 - uid: 36332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-104.5 + pos: 21.5,-67.5 parent: 2 - uid: 36333 components: - type: Transform - pos: -58.5,-117.5 + rot: 3.141592653589793 rad + pos: 35.5,-106.5 parent: 2 - uid: 36334 components: - type: Transform - pos: -59.5,-118.5 + rot: -1.5707963267948966 rad + pos: 36.5,-78.5 parent: 2 - uid: 36335 components: - type: Transform - pos: 19.5,10.5 + pos: 39.5,-76.5 parent: 2 - uid: 36336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-30.5 + pos: 56.5,-101.5 parent: 2 - uid: 36337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-117.5 + pos: 69.5,-64.5 parent: 2 - uid: 36338 components: - type: Transform - pos: -58.5,-93.5 + rot: -1.5707963267948966 rad + pos: 33.5,-83.5 parent: 2 - uid: 36339 components: - type: Transform - pos: -57.5,-93.5 + rot: 3.141592653589793 rad + pos: 35.5,-110.5 parent: 2 - uid: 36340 components: - type: Transform - pos: -25.5,-112.5 + rot: 1.5707963267948966 rad + pos: 4.5,-104.5 parent: 2 - uid: 36341 components: - type: Transform - pos: -33.5,-27.5 + pos: 26.5,-88.5 parent: 2 - uid: 36342 components: - type: Transform - pos: -37.5,-74.5 + rot: 1.5707963267948966 rad + pos: 4.5,-97.5 parent: 2 - uid: 36343 components: - type: Transform - pos: 36.5,36.5 + rot: 1.5707963267948966 rad + pos: 18.5,-104.5 parent: 2 - uid: 36344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-94.5 + rot: 1.5707963267948966 rad + pos: 11.5,-104.5 parent: 2 - uid: 36345 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-97.5 + pos: -12.5,-89.5 parent: 2 - uid: 36346 components: - type: Transform - pos: -40.5,-108.5 + rot: -1.5707963267948966 rad + pos: -14.5,-89.5 parent: 2 - uid: 36347 components: - type: Transform - pos: -41.5,-108.5 + rot: -1.5707963267948966 rad + pos: -14.5,-88.5 parent: 2 - uid: 36348 components: - type: Transform - pos: -42.5,-108.5 + rot: -1.5707963267948966 rad + pos: -14.5,-87.5 parent: 2 - uid: 36349 components: - type: Transform - pos: -43.5,-108.5 + rot: -1.5707963267948966 rad + pos: -14.5,-86.5 parent: 2 - uid: 36350 components: - type: Transform - pos: -74.5,-0.5 + pos: 48.5,-93.5 parent: 2 - uid: 36351 components: - type: Transform - pos: -53.5,-108.5 + rot: -1.5707963267948966 rad + pos: -69.5,-54.5 parent: 2 - uid: 36352 components: - type: Transform - pos: -54.5,-108.5 + rot: -1.5707963267948966 rad + pos: -70.5,-54.5 parent: 2 - uid: 36353 components: - type: Transform - pos: -56.5,-108.5 + rot: -1.5707963267948966 rad + pos: -71.5,-54.5 parent: 2 - uid: 36354 components: - type: Transform - pos: -57.5,-108.5 + rot: -1.5707963267948966 rad + pos: -72.5,-54.5 parent: 2 - uid: 36355 components: - type: Transform - pos: -57.5,-107.5 + rot: -1.5707963267948966 rad + pos: -73.5,-54.5 parent: 2 - uid: 36356 components: - type: Transform - pos: -57.5,-106.5 + rot: -1.5707963267948966 rad + pos: -73.5,-53.5 parent: 2 - uid: 36357 components: - type: Transform - pos: -57.5,-105.5 + rot: -1.5707963267948966 rad + pos: -73.5,-52.5 parent: 2 - uid: 36358 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-111.5 + pos: -74.5,-54.5 parent: 2 - uid: 36359 components: - type: Transform - pos: -40.5,-110.5 + rot: -1.5707963267948966 rad + pos: -75.5,-54.5 parent: 2 - uid: 36360 components: - type: Transform - pos: -40.5,-111.5 + rot: -1.5707963267948966 rad + pos: -76.5,-54.5 parent: 2 - uid: 36361 components: - type: Transform - pos: -25.5,-108.5 + rot: -1.5707963267948966 rad + pos: -77.5,-54.5 parent: 2 - uid: 36362 components: - type: Transform - pos: -25.5,-109.5 + rot: -1.5707963267948966 rad + pos: -77.5,-53.5 parent: 2 - uid: 36363 components: - type: Transform - pos: -25.5,-110.5 + rot: -1.5707963267948966 rad + pos: -77.5,-52.5 parent: 2 - uid: 36364 components: - type: Transform - pos: -25.5,-111.5 + pos: 33.5,-79.5 parent: 2 - uid: 36365 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-111.5 + pos: 14.5,3.5 parent: 2 - uid: 36366 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,-111.5 + pos: 14.5,4.5 parent: 2 - uid: 36367 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,-110.5 + pos: 14.5,5.5 parent: 2 - uid: 36368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-109.5 + pos: -6.5,-70.5 parent: 2 - uid: 36369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-121.5 + pos: 44.5,-77.5 parent: 2 - uid: 36370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-121.5 + pos: -5.5,-70.5 parent: 2 - uid: 36371 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-121.5 + pos: 9.5,-104.5 parent: 2 - uid: 36372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-121.5 + rot: 3.141592653589793 rad + pos: -68.5,-79.5 parent: 2 - uid: 36373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-120.5 + rot: 3.141592653589793 rad + pos: -67.5,-79.5 parent: 2 - uid: 36374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-117.5 + rot: 3.141592653589793 rad + pos: -59.5,-79.5 parent: 2 - uid: 36375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-117.5 + pos: 26.5,-86.5 parent: 2 - uid: 36376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-113.5 + rot: 1.5707963267948966 rad + pos: 4.5,-103.5 parent: 2 - uid: 36377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-112.5 + rot: 1.5707963267948966 rad + pos: 18.5,-102.5 parent: 2 - uid: 36378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-111.5 + pos: 26.5,-87.5 parent: 2 - uid: 36379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-110.5 + pos: 26.5,-85.5 parent: 2 - uid: 36380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-109.5 + pos: 56.5,-103.5 parent: 2 - uid: 36381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-108.5 + pos: 24.5,-88.5 parent: 2 - uid: 36382 components: - type: Transform - pos: -52.5,-120.5 + pos: 55.5,-95.5 parent: 2 - uid: 36383 components: - type: Transform - pos: -51.5,-120.5 + pos: 48.5,-92.5 parent: 2 - uid: 36384 components: - type: Transform - pos: -52.5,-117.5 + pos: 56.5,-102.5 parent: 2 - uid: 36385 components: - type: Transform - pos: -52.5,-116.5 + rot: 1.5707963267948966 rad + pos: 34.5,-45.5 parent: 2 - uid: 36386 components: - type: Transform - pos: -52.5,-115.5 + rot: 3.141592653589793 rad + pos: 47.5,-105.5 parent: 2 - uid: 36387 components: - type: Transform - pos: -52.5,-114.5 + pos: 56.5,-104.5 parent: 2 - uid: 36388 components: - type: Transform - pos: -50.5,-120.5 + pos: -38.5,21.5 parent: 2 - uid: 36389 components: - type: Transform - pos: -49.5,-120.5 + pos: -38.5,20.5 parent: 2 - uid: 36390 components: - type: Transform - pos: -49.5,-121.5 + pos: -22.5,17.5 parent: 2 - uid: 36391 components: - type: Transform - pos: -49.5,-122.5 + rot: -1.5707963267948966 rad + pos: 33.5,-91.5 parent: 2 - uid: 36392 components: - type: Transform - pos: -48.5,-122.5 + rot: -1.5707963267948966 rad + pos: 31.5,-100.5 parent: 2 - uid: 36393 components: - type: Transform - pos: -47.5,-122.5 + rot: -1.5707963267948966 rad + pos: 30.5,-94.5 parent: 2 - uid: 36394 components: - type: Transform - pos: -46.5,-122.5 + rot: 3.141592653589793 rad + pos: 39.5,-107.5 parent: 2 - uid: 36395 components: - type: Transform - pos: -45.5,-122.5 + rot: 3.141592653589793 rad + pos: 35.5,-108.5 parent: 2 - uid: 36396 components: - type: Transform - pos: -44.5,-122.5 + rot: -1.5707963267948966 rad + pos: 32.5,-100.5 parent: 2 - uid: 36397 components: - type: Transform - pos: -43.5,-122.5 + rot: -1.5707963267948966 rad + pos: 33.5,-100.5 parent: 2 - uid: 36398 components: - type: Transform - pos: -42.5,-122.5 + rot: 1.5707963267948966 rad + pos: -65.5,-62.5 parent: 2 - uid: 36399 components: - type: Transform - pos: -74.5,-1.5 + rot: -1.5707963267948966 rad + pos: -28.5,-45.5 parent: 2 - uid: 36400 components: - type: Transform - pos: -74.5,-2.5 + rot: -1.5707963267948966 rad + pos: -27.5,-45.5 parent: 2 - uid: 36401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,5.5 + rot: -1.5707963267948966 rad + pos: -26.5,-45.5 parent: 2 - uid: 36402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,2.5 + rot: 1.5707963267948966 rad + pos: 59.5,-48.5 parent: 2 - uid: 36403 components: - type: Transform - pos: -77.5,-0.5 + rot: 1.5707963267948966 rad + pos: 56.5,-48.5 parent: 2 - uid: 36404 components: - type: Transform - pos: -77.5,-1.5 + rot: -1.5707963267948966 rad + pos: 29.5,-103.5 parent: 2 - uid: 36405 components: - type: Transform - pos: -77.5,-2.5 + rot: 1.5707963267948966 rad + pos: 60.5,-48.5 parent: 2 - uid: 36406 components: - type: Transform - pos: -76.5,-2.5 + rot: -1.5707963267948966 rad + pos: 53.5,-104.5 parent: 2 - uid: 36407 components: - type: Transform - pos: -75.5,-2.5 + pos: 43.5,-89.5 parent: 2 - uid: 36408 components: - type: Transform - pos: -77.5,5.5 + pos: 43.5,-90.5 parent: 2 - uid: 36409 components: - type: Transform - pos: -76.5,5.5 + pos: 43.5,-88.5 parent: 2 - uid: 36410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,7.5 + pos: 44.5,-88.5 parent: 2 - uid: 36411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,6.5 + pos: 43.5,-91.5 parent: 2 - uid: 36412 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,5.5 + pos: 48.5,-90.5 parent: 2 - uid: 36413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,5.5 + pos: 48.5,-88.5 parent: 2 - uid: 36414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-18.5 + pos: 47.5,-88.5 parent: 2 - uid: 36415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-18.5 + pos: 44.5,-91.5 parent: 2 - uid: 36416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-17.5 + pos: 48.5,-89.5 parent: 2 - uid: 36417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-16.5 + pos: 47.5,-91.5 parent: 2 - uid: 36418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-15.5 + pos: 48.5,-91.5 parent: 2 - uid: 36419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-14.5 + pos: 60.5,-66.5 parent: 2 - uid: 36420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-13.5 + rot: -1.5707963267948966 rad + pos: 55.5,-64.5 parent: 2 - uid: 36421 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-12.5 + rot: -1.5707963267948966 rad + pos: 55.5,-63.5 parent: 2 - uid: 36422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,5.5 + rot: -1.5707963267948966 rad + pos: 55.5,-62.5 parent: 2 - uid: 36423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,5.5 + rot: -1.5707963267948966 rad + pos: 56.5,-61.5 parent: 2 - uid: 36424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,4.5 + rot: -1.5707963267948966 rad + pos: 29.5,-90.5 parent: 2 - uid: 36425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,2.5 + rot: -1.5707963267948966 rad + pos: 52.5,-104.5 parent: 2 - uid: 36426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,2.5 + rot: -1.5707963267948966 rad + pos: 54.5,-104.5 parent: 2 - uid: 36427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-0.5 + rot: -1.5707963267948966 rad + pos: 29.5,-92.5 parent: 2 - uid: 36428 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,0.5 + pos: 39.5,-108.5 parent: 2 - uid: 36429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,3.5 + rot: -1.5707963267948966 rad + pos: 55.5,-65.5 parent: 2 - uid: 36430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-1.5 + rot: -1.5707963267948966 rad + pos: 55.5,-66.5 parent: 2 - uid: 36431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-2.5 + rot: -1.5707963267948966 rad + pos: 29.5,-88.5 parent: 2 - uid: 36432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-2.5 + rot: -1.5707963267948966 rad + pos: 29.5,-94.5 parent: 2 - uid: 36433 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,-6.5 + pos: 39.5,-109.5 parent: 2 - uid: 36434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-5.5 + rot: -1.5707963267948966 rad + pos: 33.5,-88.5 parent: 2 - uid: 36435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,2.5 + rot: -1.5707963267948966 rad + pos: 29.5,-93.5 parent: 2 - uid: 36436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-2.5 + rot: -1.5707963267948966 rad + pos: 30.5,-91.5 parent: 2 - uid: 36437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-3.5 + rot: -1.5707963267948966 rad + pos: 29.5,-89.5 parent: 2 - uid: 36438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-2.5 + rot: -1.5707963267948966 rad + pos: 31.5,-91.5 parent: 2 - uid: 36439 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,3.5 + pos: 64.5,-54.5 parent: 2 - uid: 36440 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-12.5 + pos: 64.5,-53.5 parent: 2 - uid: 36441 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-12.5 + rot: -1.5707963267948966 rad + pos: 29.5,-95.5 parent: 2 - uid: 36442 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-12.5 + rot: 1.5707963267948966 rad + pos: -65.5,-61.5 parent: 2 - uid: 36443 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-11.5 + pos: 57.5,-27.5 parent: 2 - uid: 36444 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-10.5 + pos: 56.5,-27.5 parent: 2 - uid: 36445 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-9.5 + pos: 65.5,-21.5 parent: 2 - uid: 36446 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-8.5 + pos: 64.5,-21.5 parent: 2 - uid: 36447 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-7.5 + pos: 63.5,-21.5 parent: 2 - uid: 36448 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-6.5 + pos: 62.5,-21.5 parent: 2 - uid: 36449 components: - type: Transform rot: 3.141592653589793 rad - pos: -91.5,3.5 + pos: 60.5,-21.5 parent: 2 - uid: 36450 components: - type: Transform rot: 3.141592653589793 rad - pos: -91.5,2.5 + pos: 59.5,-21.5 parent: 2 - uid: 36451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,3.5 + rot: 1.5707963267948966 rad + pos: 41.5,-8.5 parent: 2 - uid: 36452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,2.5 + rot: -1.5707963267948966 rad + pos: 70.5,-15.5 parent: 2 - uid: 36453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,0.5 + rot: -1.5707963267948966 rad + pos: 67.5,-15.5 parent: 2 - uid: 36454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-0.5 + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 parent: 2 - uid: 36455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,0.5 + rot: 1.5707963267948966 rad + pos: 41.5,-7.5 parent: 2 - uid: 36456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-0.5 + rot: 1.5707963267948966 rad + pos: 41.5,-10.5 parent: 2 - uid: 36457 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,0.5 + rot: 1.5707963267948966 rad + pos: -65.5,-52.5 parent: 2 - uid: 36458 components: - type: Transform rot: 3.141592653589793 rad - pos: -96.5,0.5 + pos: 39.5,-110.5 parent: 2 - uid: 36459 components: - type: Transform rot: 3.141592653589793 rad - pos: -96.5,2.5 + pos: 38.5,-110.5 parent: 2 - uid: 36460 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,2.5 + pos: 40.5,-110.5 parent: 2 - uid: 36461 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,3.5 + pos: 37.5,-110.5 parent: 2 - uid: 36462 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,0.5 + pos: 49.5,-104.5 parent: 2 - uid: 36463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,0.5 + rot: -1.5707963267948966 rad + pos: 36.5,-83.5 parent: 2 - uid: 36464 components: - type: Transform rot: 3.141592653589793 rad - pos: -97.5,0.5 + pos: 48.5,-104.5 parent: 2 - uid: 36465 components: - type: Transform - pos: 35.5,36.5 + rot: -1.5707963267948966 rad + pos: 45.5,-106.5 parent: 2 - uid: 36466 components: - type: Transform - pos: 28.5,34.5 + rot: 3.141592653589793 rad + pos: 47.5,-104.5 parent: 2 - uid: 36467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-19.5 + rot: -1.5707963267948966 rad + pos: 55.5,-104.5 parent: 2 - uid: 36468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-21.5 + rot: -1.5707963267948966 rad + pos: 29.5,-99.5 parent: 2 - uid: 36469 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-22.5 + rot: -1.5707963267948966 rad + pos: 32.5,-97.5 parent: 2 - uid: 36470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-22.5 + rot: -1.5707963267948966 rad + pos: 29.5,-101.5 parent: 2 - uid: 36471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-19.5 + rot: -1.5707963267948966 rad + pos: 32.5,-94.5 parent: 2 - uid: 36472 components: - type: Transform - pos: -25.5,-113.5 + rot: -1.5707963267948966 rad + pos: 30.5,-97.5 parent: 2 - uid: 36473 components: - type: Transform - pos: -25.5,-114.5 + rot: -1.5707963267948966 rad + pos: 33.5,-94.5 parent: 2 - uid: 36474 components: - type: Transform - pos: -25.5,-115.5 + rot: -1.5707963267948966 rad + pos: 29.5,-102.5 parent: 2 - uid: 36475 components: - type: Transform - pos: -25.5,-116.5 + rot: -1.5707963267948966 rad + pos: 29.5,-96.5 parent: 2 - uid: 36476 components: - type: Transform - pos: -26.5,-116.5 + rot: -1.5707963267948966 rad + pos: 29.5,-97.5 parent: 2 - uid: 36477 components: - type: Transform - pos: -27.5,-116.5 + rot: -1.5707963267948966 rad + pos: 29.5,-98.5 parent: 2 - uid: 36478 components: - type: Transform - pos: -28.5,-116.5 + rot: -1.5707963267948966 rad + pos: 29.5,-100.5 parent: 2 - uid: 36479 components: - type: Transform - pos: -28.5,-117.5 + rot: -1.5707963267948966 rad + pos: 29.5,-91.5 parent: 2 - uid: 36480 components: - type: Transform - pos: -28.5,-118.5 + rot: -1.5707963267948966 rad + pos: 29.5,-87.5 parent: 2 - uid: 36481 components: - type: Transform - pos: -28.5,-119.5 + rot: -1.5707963267948966 rad + pos: 31.5,-97.5 parent: 2 - uid: 36482 components: - type: Transform - pos: -29.5,-119.5 + rot: -1.5707963267948966 rad + pos: 33.5,-97.5 parent: 2 - uid: 36483 components: - type: Transform - pos: -30.5,-119.5 + rot: -1.5707963267948966 rad + pos: 30.5,-100.5 parent: 2 - uid: 36484 components: - type: Transform - pos: -31.5,-119.5 + rot: 3.141592653589793 rad + pos: 42.5,-110.5 parent: 2 - uid: 36485 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-85.5 + pos: 88.5,-62.5 parent: 2 - uid: 36486 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,-117.5 + pos: 77.5,-25.5 parent: 2 - uid: 36487 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-117.5 + pos: 78.5,-25.5 parent: 2 - uid: 36488 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-117.5 + pos: 79.5,-25.5 parent: 2 - uid: 36489 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-117.5 + pos: 80.5,-25.5 parent: 2 - uid: 36490 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-121.5 + pos: 80.5,-24.5 parent: 2 - uid: 36491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-121.5 + pos: 109.5,-23.5 parent: 2 - uid: 36492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-121.5 + pos: 99.5,-20.5 parent: 2 - uid: 36493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-121.5 + pos: 108.5,-39.5 parent: 2 - uid: 36494 components: - type: Transform - pos: 45.5,29.5 + pos: 105.5,-39.5 parent: 2 - uid: 36495 components: - type: Transform - pos: 40.5,32.5 + rot: -1.5707963267948966 rad + pos: 105.5,-73.5 parent: 2 - uid: 36496 components: - type: Transform - pos: 42.5,32.5 + rot: -1.5707963267948966 rad + pos: 101.5,-74.5 parent: 2 - uid: 36497 components: - type: Transform - pos: 43.5,32.5 + rot: -1.5707963267948966 rad + pos: 100.5,-85.5 parent: 2 - uid: 36498 components: - type: Transform - pos: 45.5,28.5 + pos: 19.5,13.5 parent: 2 - uid: 36499 components: - type: Transform - pos: 45.5,27.5 + pos: 20.5,13.5 parent: 2 - uid: 36500 components: - type: Transform - pos: 45.5,26.5 + pos: 20.5,14.5 parent: 2 - uid: 36501 components: - type: Transform - pos: 45.5,30.5 + pos: 20.5,15.5 parent: 2 - uid: 36502 components: - type: Transform - pos: 45.5,31.5 + pos: 20.5,16.5 parent: 2 - uid: 36503 components: - type: Transform - pos: 45.5,32.5 + rot: 3.141592653589793 rad + pos: -14.5,-69.5 parent: 2 - uid: 36504 components: - type: Transform - pos: 44.5,32.5 + rot: 3.141592653589793 rad + pos: -25.5,-53.5 parent: 2 - uid: 36505 components: - type: Transform - pos: 30.5,35.5 + rot: 3.141592653589793 rad + pos: -25.5,-58.5 parent: 2 - uid: 36506 components: - type: Transform - pos: 31.5,35.5 + rot: 3.141592653589793 rad + pos: -25.5,-60.5 parent: 2 - uid: 36507 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,33.5 + pos: -20.5,-67.5 parent: 2 - uid: 36508 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,34.5 + pos: -13.5,-69.5 parent: 2 - uid: 36509 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,35.5 + pos: -18.5,-69.5 parent: 2 - uid: 36510 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,36.5 + pos: -24.5,-67.5 parent: 2 - uid: 36511 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,33.5 + pos: -25.5,-65.5 parent: 2 - uid: 36512 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,34.5 + pos: -28.5,-51.5 parent: 2 - uid: 36513 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,35.5 + pos: -28.5,-35.5 parent: 2 - uid: 36514 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,36.5 + pos: -25.5,-33.5 parent: 2 - uid: 36515 components: - type: Transform - pos: 32.5,35.5 + rot: 3.141592653589793 rad + pos: -25.5,-27.5 parent: 2 - uid: 36516 components: - type: Transform - pos: 20.5,27.5 + rot: 3.141592653589793 rad + pos: -25.5,-25.5 parent: 2 - uid: 36517 components: - type: Transform - pos: 20.5,26.5 + rot: 3.141592653589793 rad + pos: -25.5,-20.5 parent: 2 - uid: 36518 components: - type: Transform - pos: 20.5,25.5 + rot: 3.141592653589793 rad + pos: -25.5,-18.5 parent: 2 - uid: 36519 components: - type: Transform - pos: 20.5,24.5 + rot: 3.141592653589793 rad + pos: -25.5,-12.5 parent: 2 - uid: 36520 components: - type: Transform - pos: 20.5,23.5 + rot: 3.141592653589793 rad + pos: -23.5,-9.5 parent: 2 - uid: 36521 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.5,-28.5 + pos: -18.5,-4.5 parent: 2 - uid: 36522 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-28.5 + pos: -15.5,-2.5 parent: 2 - uid: 36523 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-28.5 + pos: -10.5,-2.5 parent: 2 - uid: 36524 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-28.5 + pos: 16.5,-2.5 parent: 2 - uid: 36525 components: - type: Transform rot: 3.141592653589793 rad - pos: -86.5,-28.5 + pos: 24.5,-9.5 parent: 2 - uid: 36526 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-28.5 + pos: 19.5,-4.5 parent: 2 - uid: 36527 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-27.5 + pos: 26.5,-12.5 parent: 2 - uid: 36528 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-26.5 + pos: 26.5,-18.5 parent: 2 - uid: 36529 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-25.5 + pos: 26.5,-20.5 parent: 2 - uid: 36530 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-24.5 + pos: 26.5,-25.5 parent: 2 - uid: 36531 components: - type: Transform rot: 3.141592653589793 rad - pos: -86.5,-24.5 + pos: 26.5,-26.5 parent: 2 - uid: 36532 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-24.5 + pos: 26.5,-53.5 parent: 2 - uid: 36533 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-24.5 + pos: 26.5,-58.5 parent: 2 - uid: 36534 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-24.5 + pos: 26.5,-60.5 parent: 2 - uid: 36535 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-23.5 + pos: 26.5,-65.5 parent: 2 - uid: 36536 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,-18.5 + pos: 25.5,-67.5 parent: 2 - uid: 36537 components: - type: Transform - pos: 32.5,36.5 + rot: 3.141592653589793 rad + pos: 19.5,-69.5 parent: 2 - uid: 36538 components: - type: Transform - pos: 33.5,36.5 + rot: 3.141592653589793 rad + pos: 15.5,-69.5 parent: 2 - uid: 36539 components: - type: Transform - pos: 34.5,36.5 + rot: 3.141592653589793 rad + pos: 14.5,-69.5 parent: 2 - uid: 36540 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-53.5 + pos: 10.5,-69.5 parent: 2 - uid: 36541 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-54.5 + pos: 8.5,-70.5 parent: 2 - uid: 36542 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-55.5 + pos: 3.5,-70.5 parent: 2 - uid: 36543 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-56.5 + pos: -7.5,-70.5 parent: 2 - uid: 36544 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-57.5 + pos: -9.5,-69.5 parent: 2 - uid: 36545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-58.5 + rot: 1.5707963267948966 rad + pos: 4.5,-96.5 parent: 2 - uid: 36546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-59.5 + pos: 25.5,-88.5 parent: 2 - uid: 36547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-60.5 + rot: 1.5707963267948966 rad + pos: 5.5,-104.5 parent: 2 - uid: 36548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-61.5 + pos: 36.5,-84.5 parent: 2 - uid: 36549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-62.5 + pos: -27.5,18.5 parent: 2 - uid: 36550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-63.5 + pos: 104.5,-37.5 parent: 2 - uid: 36551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-63.5 + pos: 105.5,-37.5 parent: 2 - uid: 36552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-63.5 + pos: 105.5,-36.5 parent: 2 - uid: 36553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-63.5 + pos: 108.5,-36.5 parent: 2 - uid: 36554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-63.5 + pos: 108.5,-26.5 parent: 2 - uid: 36555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-62.5 + pos: 105.5,-26.5 parent: 2 - uid: 36556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-61.5 + pos: 105.5,-25.5 parent: 2 - uid: 36557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-60.5 + pos: 104.5,-25.5 parent: 2 - uid: 36558 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-59.5 + pos: 99.5,-18.5 parent: 2 - uid: 36559 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-57.5 + pos: 97.5,-18.5 parent: 2 - uid: 36560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-57.5 + pos: 105.5,-38.5 parent: 2 - uid: 36561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-57.5 + pos: 105.5,-24.5 parent: 2 - uid: 36562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-57.5 + pos: 109.5,-24.5 parent: 2 - uid: 36563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-53.5 + pos: 109.5,-25.5 parent: 2 - uid: 36564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-53.5 + pos: 109.5,-26.5 parent: 2 - uid: 36565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-53.5 + pos: 105.5,-23.5 parent: 2 - uid: 36566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-53.5 + pos: 104.5,-23.5 parent: 2 - uid: 36567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-53.5 + pos: 109.5,-39.5 parent: 2 - uid: 36568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-53.5 + pos: 109.5,-38.5 parent: 2 - uid: 36569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-53.5 + pos: 109.5,-37.5 parent: 2 - uid: 36570 components: - type: Transform - pos: 33.5,-106.5 + pos: 109.5,-36.5 parent: 2 - uid: 36571 components: - type: Transform - pos: 34.5,-106.5 + pos: 103.5,-20.5 parent: 2 - uid: 36572 components: - type: Transform - pos: 33.5,-104.5 + pos: 110.5,-23.5 parent: 2 - uid: 36573 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-54.5 + pos: 92.5,-18.5 parent: 2 - uid: 36574 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-63.5 + pos: 90.5,-18.5 parent: 2 - uid: 36575 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-63.5 + pos: 110.5,-43.5 parent: 2 - uid: 36576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-62.5 + rot: -1.5707963267948966 rad + pos: 101.5,-76.5 parent: 2 - uid: 36577 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-61.5 + rot: -1.5707963267948966 rad + pos: 80.5,-23.5 parent: 2 - uid: 36578 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-60.5 + pos: -66.5,-66.5 parent: 2 - uid: 36579 components: - type: Transform - pos: 94.5,-92.5 + rot: -1.5707963267948966 rad + pos: 80.5,-22.5 parent: 2 - uid: 36580 components: - type: Transform - pos: 95.5,-92.5 + rot: -1.5707963267948966 rad + pos: 52.5,-49.5 parent: 2 - uid: 36581 components: - type: Transform - pos: 95.5,-93.5 + rot: -1.5707963267948966 rad + pos: 53.5,-49.5 parent: 2 - uid: 36582 components: - type: Transform - pos: 96.5,-93.5 + pos: 22.5,-88.5 parent: 2 - uid: 36583 components: - type: Transform - pos: 93.5,-92.5 + pos: -40.5,-87.5 parent: 2 - uid: 36584 components: - type: Transform - pos: 93.5,-91.5 + pos: -42.5,-87.5 parent: 2 - uid: 36585 components: - type: Transform - pos: 93.5,-90.5 + pos: -43.5,-87.5 parent: 2 - uid: 36586 components: - type: Transform - pos: 92.5,-90.5 + pos: -43.5,-88.5 parent: 2 - uid: 36587 components: - type: Transform - pos: 92.5,-89.5 + pos: -43.5,-89.5 parent: 2 - uid: 36588 components: - type: Transform - pos: 92.5,-88.5 + pos: -41.5,-87.5 parent: 2 - uid: 36589 components: - type: Transform - pos: 92.5,-87.5 + rot: 1.5707963267948966 rad + pos: -58.5,-26.5 parent: 2 - uid: 36590 components: - type: Transform - pos: 92.5,-86.5 + rot: 1.5707963267948966 rad + pos: -57.5,-26.5 parent: 2 - uid: 36591 components: - type: Transform - pos: 92.5,-85.5 + rot: 1.5707963267948966 rad + pos: -56.5,-26.5 parent: 2 - uid: 36592 components: - type: Transform - pos: 92.5,-84.5 + rot: 1.5707963267948966 rad + pos: -56.5,-23.5 parent: 2 - uid: 36593 components: - type: Transform - pos: 93.5,-84.5 + pos: 26.5,-83.5 parent: 2 - uid: 36594 components: - type: Transform - pos: 103.5,-84.5 + rot: 3.141592653589793 rad + pos: -15.5,22.5 parent: 2 - uid: 36595 components: - type: Transform - pos: 104.5,-84.5 + rot: 1.5707963267948966 rad + pos: -56.5,-25.5 parent: 2 - uid: 36596 components: - type: Transform - pos: 104.5,-85.5 + rot: 1.5707963267948966 rad + pos: -34.5,6.5 parent: 2 - uid: 36597 components: - type: Transform - pos: 104.5,-86.5 + rot: 1.5707963267948966 rad + pos: -35.5,6.5 parent: 2 - uid: 36598 components: - type: Transform - pos: 104.5,-87.5 + rot: 1.5707963267948966 rad + pos: -36.5,6.5 parent: 2 - uid: 36599 components: - type: Transform - pos: 104.5,-88.5 + rot: 1.5707963267948966 rad + pos: -37.5,6.5 parent: 2 - uid: 36600 components: - type: Transform - pos: 104.5,-89.5 + rot: 1.5707963267948966 rad + pos: -65.5,-60.5 parent: 2 - uid: 36601 components: - type: Transform - pos: 104.5,-90.5 + rot: 1.5707963267948966 rad + pos: -65.5,-54.5 parent: 2 - uid: 36602 components: - type: Transform - pos: 103.5,-90.5 + rot: 1.5707963267948966 rad + pos: -34.5,9.5 parent: 2 - uid: 36603 components: - type: Transform - pos: 103.5,-91.5 + rot: 1.5707963267948966 rad + pos: -34.5,7.5 parent: 2 - uid: 36604 components: - type: Transform - pos: 103.5,-92.5 + rot: 1.5707963267948966 rad + pos: -34.5,8.5 parent: 2 - uid: 36605 components: - type: Transform - pos: 102.5,-92.5 + rot: 1.5707963267948966 rad + pos: -38.5,6.5 parent: 2 - uid: 36606 components: - type: Transform - pos: 101.5,-92.5 + rot: -1.5707963267948966 rad + pos: 52.5,-46.5 parent: 2 - uid: 36607 components: - type: Transform - pos: 101.5,-93.5 + rot: -1.5707963267948966 rad + pos: 52.5,-45.5 parent: 2 - uid: 36608 components: - type: Transform - pos: 100.5,-93.5 + pos: -43.5,-90.5 parent: 2 - uid: 36609 components: - type: Transform - pos: 100.5,-94.5 + rot: -1.5707963267948966 rad + pos: 52.5,-47.5 parent: 2 - uid: 36610 components: - type: Transform - pos: 99.5,-94.5 + rot: -1.5707963267948966 rad + pos: 52.5,-48.5 parent: 2 - uid: 36611 components: - type: Transform - pos: 98.5,-93.5 + rot: -1.5707963267948966 rad + pos: 18.5,-86.5 parent: 2 - uid: 36612 components: - type: Transform - pos: 97.5,-94.5 + rot: -1.5707963267948966 rad + pos: 18.5,-87.5 parent: 2 - uid: 36613 components: - type: Transform - pos: 96.5,-94.5 + rot: -1.5707963267948966 rad + pos: 18.5,-85.5 parent: 2 - uid: 36614 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,-19.5 + pos: 18.5,-88.5 parent: 2 - uid: 36615 components: - type: Transform - pos: 19.5,24.5 + rot: -1.5707963267948966 rad + pos: 53.5,-45.5 parent: 2 - uid: 36616 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-19.5 + pos: 55.5,-45.5 parent: 2 - uid: 36617 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-19.5 + pos: 55.5,-46.5 parent: 2 - uid: 36618 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-18.5 + pos: 7.5,-70.5 parent: 2 - uid: 36619 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-17.5 + pos: 5.5,-70.5 parent: 2 - uid: 36620 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-16.5 + pos: 77.5,-24.5 parent: 2 - uid: 36621 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-15.5 + pos: 77.5,-22.5 parent: 2 - uid: 36622 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-15.5 + pos: 78.5,-22.5 parent: 2 - uid: 36623 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-15.5 + pos: 79.5,-22.5 parent: 2 - uid: 36624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-15.5 + rot: 3.141592653589793 rad + pos: -66.5,-54.5 parent: 2 - uid: 36625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,15.5 + pos: 2.5,-97.5 parent: 2 - uid: 36626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,16.5 + pos: 23.5,-88.5 parent: 2 - uid: 36627 components: - type: Transform - pos: -60.5,-18.5 + rot: -1.5707963267948966 rad + pos: 23.5,20.5 parent: 2 - uid: 36628 components: - type: Transform - pos: -18.5,4.5 + rot: -1.5707963267948966 rad + pos: 21.5,20.5 parent: 2 - uid: 36629 components: - type: Transform - pos: -18.5,3.5 + rot: -1.5707963267948966 rad + pos: 20.5,20.5 parent: 2 - uid: 36630 components: - type: Transform - pos: -18.5,5.5 + rot: -1.5707963267948966 rad + pos: 20.5,19.5 parent: 2 - uid: 36631 components: - type: Transform - pos: -18.5,2.5 + rot: -1.5707963267948966 rad + pos: 20.5,18.5 parent: 2 - uid: 36632 components: - type: Transform - pos: -18.5,6.5 + rot: 1.5707963267948966 rad + pos: -60.5,-26.5 parent: 2 - uid: 36633 components: - type: Transform - pos: -18.5,7.5 + rot: 1.5707963267948966 rad + pos: -60.5,-25.5 parent: 2 - uid: 36634 components: - type: Transform - pos: -18.5,8.5 + rot: 1.5707963267948966 rad + pos: -60.5,-24.5 parent: 2 - uid: 36635 components: - type: Transform - pos: 48.5,24.5 + rot: 3.141592653589793 rad + pos: -15.5,19.5 parent: 2 - uid: 36636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,19.5 + rot: 1.5707963267948966 rad + pos: -20.5,20.5 parent: 2 - uid: 36637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,20.5 + rot: 1.5707963267948966 rad + pos: -20.5,21.5 parent: 2 - uid: 36638 components: - type: Transform - pos: 48.5,-6.5 + rot: 1.5707963267948966 rad + pos: -60.5,-23.5 parent: 2 - uid: 36639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,-37.5 + rot: 1.5707963267948966 rad + pos: -34.5,10.5 parent: 2 - uid: 36640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,-37.5 + rot: 1.5707963267948966 rad + pos: -35.5,10.5 parent: 2 - uid: 36641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,-37.5 + rot: 1.5707963267948966 rad + pos: -36.5,10.5 parent: 2 - uid: 36642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-13.5 + rot: 1.5707963267948966 rad + pos: -37.5,10.5 parent: 2 - uid: 36643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,-37.5 + rot: 1.5707963267948966 rad + pos: -38.5,10.5 parent: 2 - uid: 36644 components: - type: Transform - pos: 68.5,-13.5 + rot: 1.5707963267948966 rad + pos: -38.5,9.5 parent: 2 - uid: 36645 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,16.5 + rot: 1.5707963267948966 rad + pos: -38.5,7.5 parent: 2 - uid: 36646 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,16.5 + pos: -67.5,-54.5 parent: 2 - uid: 36647 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,16.5 + pos: -68.5,-54.5 parent: 2 - uid: 36648 components: - type: Transform - pos: 67.5,-14.5 + pos: -42.5,-90.5 parent: 2 - uid: 36649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-6.5 + pos: -41.5,-90.5 parent: 2 - uid: 36650 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,13.5 + pos: -40.5,-90.5 parent: 2 - uid: 36651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,-37.5 + pos: -40.5,-89.5 parent: 2 - uid: 36652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-37.5 + pos: -40.5,-91.5 parent: 2 - uid: 36653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,-37.5 + pos: -40.5,-93.5 parent: 2 - uid: 36654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,-41.5 + pos: -41.5,-93.5 parent: 2 - uid: 36655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,-41.5 + pos: -42.5,-93.5 parent: 2 - uid: 36656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-41.5 + pos: -43.5,-93.5 parent: 2 - uid: 36657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,-41.5 + pos: -43.5,-92.5 parent: 2 - uid: 36658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,-41.5 + pos: -43.5,-91.5 parent: 2 - uid: 36659 components: - type: Transform rot: -1.5707963267948966 rad - pos: 123.5,-41.5 + pos: 19.5,-85.5 parent: 2 - uid: 36660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-45.5 + rot: -1.5707963267948966 rad + pos: 20.5,-85.5 parent: 2 - uid: 36661 components: - type: Transform - pos: -2.5,-3.5 + rot: -1.5707963267948966 rad + pos: 21.5,-85.5 parent: 2 - uid: 36662 components: - type: Transform - pos: -2.5,-9.5 + rot: -1.5707963267948966 rad + pos: 21.5,-86.5 parent: 2 - uid: 36663 components: - type: Transform rot: -1.5707963267948966 rad - pos: 121.5,-41.5 + pos: 21.5,-88.5 parent: 2 - uid: 36664 components: - type: Transform rot: -1.5707963267948966 rad - pos: 116.5,-41.5 + pos: 20.5,-88.5 parent: 2 - uid: 36665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,12.5 + rot: -1.5707963267948966 rad + pos: 19.5,-88.5 parent: 2 - uid: 36666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,-41.5 + rot: 3.141592653589793 rad + pos: 92.5,-25.5 parent: 2 - uid: 36667 components: - type: Transform - pos: 82.5,-11.5 + rot: 3.141592653589793 rad + pos: 97.5,-25.5 parent: 2 - uid: 36668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,-41.5 + pos: -30.5,18.5 parent: 2 - uid: 36669 components: - type: Transform rot: -1.5707963267948966 rad - pos: 113.5,-41.5 + pos: -54.5,14.5 parent: 2 - uid: 36670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-39.5 + rot: -1.5707963267948966 rad + pos: -54.5,13.5 parent: 2 - uid: 36671 components: - type: Transform - pos: -14.5,8.5 + rot: -1.5707963267948966 rad + pos: -58.5,1.5 parent: 2 - uid: 36672 components: - type: Transform - pos: -12.5,13.5 + rot: 3.141592653589793 rad + pos: -70.5,-19.5 parent: 2 - uid: 36673 components: - type: Transform - pos: -12.5,15.5 + rot: 3.141592653589793 rad + pos: 61.5,-56.5 parent: 2 - uid: 36674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,19.5 + pos: -66.5,-15.5 parent: 2 - uid: 36675 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,19.5 + pos: -73.5,-32.5 parent: 2 - uid: 36676 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,20.5 + pos: -73.5,-33.5 parent: 2 - uid: 36677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,21.5 + pos: -66.5,-19.5 parent: 2 - uid: 36678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,22.5 + pos: -66.5,-18.5 parent: 2 - uid: 36679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,23.5 + pos: -66.5,-16.5 parent: 2 - uid: 36680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,19.5 + pos: -66.5,-14.5 parent: 2 - uid: 36681 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,19.5 + pos: -71.5,-17.5 parent: 2 - uid: 36682 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,19.5 + pos: -71.5,-18.5 parent: 2 - uid: 36683 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,19.5 + pos: -71.5,-19.5 parent: 2 - uid: 36684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,18.5 + pos: -68.5,-14.5 parent: 2 - uid: 36685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 + rot: 3.141592653589793 rad + pos: 59.5,-57.5 parent: 2 - uid: 36686 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-30.5 + pos: -67.5,-19.5 parent: 2 - uid: 36687 components: - type: Transform - pos: 11.5,-2.5 + pos: -68.5,-19.5 parent: 2 - uid: 36688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-90.5 + rot: 3.141592653589793 rad + pos: 57.5,-57.5 parent: 2 - uid: 36689 components: - type: Transform - pos: 11.5,-3.5 + rot: 3.141592653589793 rad + pos: 58.5,-57.5 parent: 2 - uid: 36690 components: - type: Transform - pos: 11.5,-4.5 + rot: -1.5707963267948966 rad + pos: 4.5,-70.5 parent: 2 - uid: 36691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-45.5 + rot: -1.5707963267948966 rad + pos: 6.5,-70.5 parent: 2 - uid: 36692 components: - type: Transform - pos: 103.5,-18.5 + pos: 43.5,25.5 parent: 2 - uid: 36693 components: - type: Transform - pos: 103.5,-17.5 + pos: -76.5,-46.5 parent: 2 - uid: 36694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-16.5 + pos: -75.5,-46.5 parent: 2 - uid: 36695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,-16.5 + pos: -69.5,-50.5 parent: 2 - uid: 36696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,-16.5 + pos: -69.5,-47.5 parent: 2 - uid: 36697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-128.5 + pos: -69.5,-46.5 parent: 2 - uid: 36698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-128.5 + pos: 26.5,26.5 parent: 2 - uid: 36699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-128.5 + pos: 25.5,26.5 parent: 2 - uid: 36700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-129.5 + pos: 24.5,26.5 parent: 2 - uid: 36701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-129.5 + pos: 23.5,26.5 parent: 2 - uid: 36702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-128.5 + pos: 23.5,25.5 parent: 2 - uid: 36703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-55.5 + pos: 23.5,24.5 parent: 2 - uid: 36704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-56.5 + pos: 23.5,22.5 parent: 2 - uid: 36705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-57.5 + pos: 23.5,23.5 parent: 2 - uid: 36706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-58.5 + pos: -45.5,-69.5 parent: 2 - uid: 36707 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,-55.5 + pos: -69.5,-79.5 parent: 2 - uid: 36708 + components: + - type: Transform + pos: -59.5,-76.5 + parent: 2 + - uid: 36709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-78.5 + parent: 2 + - uid: 36710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-78.5 + parent: 2 + - uid: 36711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-70.5 + parent: 2 + - uid: 36712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-79.5 + parent: 2 + - uid: 36713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-79.5 + parent: 2 + - uid: 36714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-79.5 + parent: 2 + - uid: 36715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-79.5 + parent: 2 + - uid: 36716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-89.5 + parent: 2 + - uid: 36717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,11.5 + parent: 2 + - uid: 36718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - uid: 36719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,11.5 + parent: 2 + - uid: 36720 + components: + - type: Transform + pos: 3.5,-97.5 + parent: 2 + - uid: 36721 + components: + - type: Transform + pos: -40.5,21.5 + parent: 2 + - uid: 36722 + components: + - type: Transform + pos: -44.5,21.5 + parent: 2 + - uid: 36723 + components: + - type: Transform + pos: -44.5,19.5 + parent: 2 + - uid: 36724 + components: + - type: Transform + pos: -48.5,21.5 + parent: 2 + - uid: 36725 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 36726 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 36727 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 36728 + components: + - type: Transform + pos: -67.5,-14.5 + parent: 2 + - uid: 36729 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 36730 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 36731 + components: + - type: Transform + pos: -77.5,-28.5 + parent: 2 + - uid: 36732 + components: + - type: Transform + pos: -77.5,-32.5 + parent: 2 + - uid: 36733 + components: + - type: Transform + pos: -76.5,-32.5 + parent: 2 + - uid: 36734 + components: + - type: Transform + pos: -75.5,-32.5 + parent: 2 + - uid: 36735 + components: + - type: Transform + pos: -74.5,-32.5 + parent: 2 + - uid: 36736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,-28.5 + parent: 2 + - uid: 36737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,-28.5 + parent: 2 + - uid: 36738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-28.5 + parent: 2 + - uid: 36739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,-28.5 + parent: 2 + - uid: 36740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,-32.5 + parent: 2 + - uid: 36741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-32.5 + parent: 2 + - uid: 36742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,-32.5 + parent: 2 + - uid: 36743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,-32.5 + parent: 2 + - uid: 36744 + components: + - type: Transform + pos: -77.5,-31.5 + parent: 2 + - uid: 36745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,21.5 + parent: 2 + - uid: 36746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,15.5 + parent: 2 + - uid: 36747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,16.5 + parent: 2 + - uid: 36748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,16.5 + parent: 2 + - uid: 36749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,16.5 + parent: 2 + - uid: 36750 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 36751 + components: + - type: Transform + pos: -35.5,18.5 + parent: 2 + - uid: 36752 + components: + - type: Transform + pos: -34.5,18.5 + parent: 2 + - uid: 36753 + components: + - type: Transform + pos: -23.5,18.5 + parent: 2 + - uid: 36754 + components: + - type: Transform + pos: -28.5,18.5 + parent: 2 + - uid: 36755 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 36756 + components: + - type: Transform + pos: 47.5,25.5 + parent: 2 + - uid: 36757 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 36758 + components: + - type: Transform + pos: 45.5,25.5 + parent: 2 + - uid: 36759 + components: + - type: Transform + pos: 44.5,25.5 + parent: 2 + - uid: 36760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-57.5 + parent: 2 + - uid: 36761 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 36762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-57.5 + parent: 2 + - uid: 36763 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 36764 + components: + - type: Transform + pos: -36.5,21.5 + parent: 2 + - uid: 36765 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - uid: 36766 + components: + - type: Transform + pos: -33.5,20.5 + parent: 2 + - uid: 36767 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 36768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,17.5 + parent: 2 + - uid: 36769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-85.5 + parent: 2 + - uid: 36770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-77.5 + parent: 2 + - uid: 36771 + components: + - type: Transform + pos: 86.5,-56.5 + parent: 2 + - uid: 36772 + components: + - type: Transform + pos: 72.5,-68.5 + parent: 2 + - uid: 36773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,-60.5 + parent: 2 + - uid: 36774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,-60.5 + parent: 2 + - uid: 36775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-77.5 + parent: 2 + - uid: 36776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-73.5 + parent: 2 + - uid: 36777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-85.5 + parent: 2 + - uid: 36778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-71.5 + parent: 2 + - uid: 36779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-83.5 + parent: 2 + - uid: 36780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-77.5 + parent: 2 + - uid: 36781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 2 + - uid: 36782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-80.5 + parent: 2 + - uid: 36783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-85.5 + parent: 2 + - uid: 36784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-67.5 + parent: 2 + - uid: 36785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-65.5 + parent: 2 + - uid: 36786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-68.5 + parent: 2 + - uid: 36787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-65.5 + parent: 2 + - uid: 36788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-63.5 + parent: 2 + - uid: 36789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 97.5,-60.5 + parent: 2 + - uid: 36790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-70.5 + parent: 2 + - uid: 36791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-65.5 + parent: 2 + - uid: 36792 + components: + - type: Transform + pos: 106.5,-74.5 + parent: 2 + - uid: 36793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-68.5 + parent: 2 + - uid: 36794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-66.5 + parent: 2 + - uid: 36795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-62.5 + parent: 2 + - uid: 36796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-62.5 + parent: 2 + - uid: 36797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,-73.5 + parent: 2 + - uid: 36798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-65.5 + parent: 2 + - uid: 36799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,-60.5 + parent: 2 + - uid: 36800 + components: + - type: Transform + pos: 110.5,-60.5 + parent: 2 + - uid: 36801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-70.5 + parent: 2 + - uid: 36802 + components: + - type: Transform + pos: 96.5,-59.5 + parent: 2 + - uid: 36803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-82.5 + parent: 2 + - uid: 36804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,-80.5 + parent: 2 + - uid: 36805 + components: + - type: Transform + pos: 111.5,-56.5 + parent: 2 + - uid: 36806 + components: + - type: Transform + pos: 94.5,-90.5 + parent: 2 + - uid: 36807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-64.5 + parent: 2 + - uid: 36808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-77.5 + parent: 2 + - uid: 36809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-77.5 + parent: 2 + - uid: 36810 + components: + - type: Transform + pos: 100.5,-77.5 + parent: 2 + - uid: 36811 + components: + - type: Transform + pos: 93.5,-89.5 + parent: 2 + - uid: 36812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-64.5 + parent: 2 + - uid: 36813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,-65.5 + parent: 2 + - uid: 36814 + components: + - type: Transform + pos: 109.5,-60.5 + parent: 2 + - uid: 36815 + components: + - type: Transform + pos: 97.5,-93.5 + parent: 2 + - uid: 36816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-81.5 + parent: 2 + - uid: 36817 + components: + - type: Transform + pos: 103.5,-88.5 + parent: 2 + - uid: 36818 + components: + - type: Transform + pos: 98.5,-92.5 + parent: 2 + - uid: 36819 + components: + - type: Transform + pos: 97.5,-84.5 + parent: 2 + - uid: 36820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-73.5 + parent: 2 + - uid: 36821 + components: + - type: Transform + pos: 94.5,-91.5 + parent: 2 + - uid: 36822 + components: + - type: Transform + pos: 94.5,-76.5 + parent: 2 + - uid: 36823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-82.5 + parent: 2 + - uid: 36824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 99.5,-85.5 + parent: 2 + - uid: 36825 + components: + - type: Transform + pos: 96.5,-92.5 + parent: 2 + - uid: 36826 + components: + - type: Transform + pos: 101.5,-91.5 + parent: 2 + - uid: 36827 + components: + - type: Transform + pos: 100.5,-81.5 + parent: 2 + - uid: 36828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-67.5 + parent: 2 + - uid: 36829 + components: + - type: Transform + pos: 100.5,-92.5 + parent: 2 + - uid: 36830 + components: + - type: Transform + pos: 110.5,-56.5 + parent: 2 + - uid: 36831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-81.5 + parent: 2 + - uid: 36832 + components: + - type: Transform + pos: 109.5,-56.5 + parent: 2 + - uid: 36833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-72.5 + parent: 2 + - uid: 36834 + components: + - type: Transform + pos: 93.5,-88.5 + parent: 2 + - uid: 36835 + components: + - type: Transform + pos: 110.5,-52.5 + parent: 2 + - uid: 36836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-75.5 + parent: 2 + - uid: 36837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-73.5 + parent: 2 + - uid: 36838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-74.5 + parent: 2 + - uid: 36839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-84.5 + parent: 2 + - uid: 36840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,-73.5 + parent: 2 + - uid: 36841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-73.5 + parent: 2 + - uid: 36842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-85.5 + parent: 2 + - uid: 36843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-65.5 + parent: 2 + - uid: 36844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-73.5 + parent: 2 + - uid: 36845 + components: + - type: Transform + pos: 110.5,-49.5 + parent: 2 + - uid: 36846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-68.5 + parent: 2 + - uid: 36847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,-77.5 + parent: 2 + - uid: 36848 + components: + - type: Transform + pos: 99.5,-84.5 + parent: 2 + - uid: 36849 + components: + - type: Transform + pos: 95.5,-91.5 + parent: 2 + - uid: 36850 + components: + - type: Transform + pos: 96.5,-77.5 + parent: 2 + - uid: 36851 + components: + - type: Transform + pos: 110.5,-46.5 + parent: 2 + - uid: 36852 + components: + - type: Transform + pos: 110.5,-53.5 + parent: 2 + - uid: 36853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-73.5 + parent: 2 + - uid: 36854 + components: + - type: Transform + pos: 90.5,-74.5 + parent: 2 + - uid: 36855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,-65.5 + parent: 2 + - uid: 36856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-73.5 + parent: 2 + - uid: 36857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-66.5 + parent: 2 + - uid: 36858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-73.5 + parent: 2 + - uid: 36859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 101.5,-77.5 + parent: 2 + - uid: 36860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-66.5 + parent: 2 + - uid: 36861 + components: + - type: Transform + pos: 94.5,-89.5 + parent: 2 + - uid: 36862 + components: + - type: Transform + pos: 107.5,-60.5 + parent: 2 + - uid: 36863 + components: + - type: Transform + pos: 97.5,-82.5 + parent: 2 + - uid: 36864 + components: + - type: Transform + pos: 103.5,-60.5 + parent: 2 + - uid: 36865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-69.5 + parent: 2 + - uid: 36866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-72.5 + parent: 2 + - uid: 36867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-69.5 + parent: 2 + - uid: 36868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-60.5 + parent: 2 + - uid: 36869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-66.5 + parent: 2 + - uid: 36870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-72.5 + parent: 2 + - uid: 36871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 105.5,-65.5 + parent: 2 + - uid: 36872 + components: + - type: Transform + pos: 90.5,-64.5 + parent: 2 + - uid: 36873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-70.5 + parent: 2 + - uid: 36874 + components: + - type: Transform + pos: 99.5,-81.5 + parent: 2 + - uid: 36875 + components: + - type: Transform + pos: 96.5,-81.5 + parent: 2 + - uid: 36876 + components: + - type: Transform + pos: -52.5,-74.5 + parent: 2 + - uid: 36877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,-72.5 + parent: 2 + - uid: 36878 + components: + - type: Transform + pos: 103.5,-86.5 + parent: 2 + - uid: 36879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-63.5 + parent: 2 + - uid: 36880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,-78.5 + parent: 2 + - uid: 36881 + components: + - type: Transform + pos: 110.5,-54.5 + parent: 2 + - uid: 36882 + components: + - type: Transform + pos: 111.5,-60.5 + parent: 2 + - uid: 36883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-84.5 + parent: 2 + - uid: 36884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-83.5 + parent: 2 + - uid: 36885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,-81.5 + parent: 2 + - uid: 36886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-73.5 + parent: 2 + - uid: 36887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,-85.5 + parent: 2 + - uid: 36888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,-61.5 + parent: 2 + - uid: 36889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,-65.5 + parent: 2 + - uid: 36890 + components: + - type: Transform + pos: 89.5,-55.5 + parent: 2 + - uid: 36891 + components: + - type: Transform + pos: 90.5,-55.5 + parent: 2 + - uid: 36892 + components: + - type: Transform + pos: 112.5,-47.5 + parent: 2 + - uid: 36893 + components: + - type: Transform + pos: 111.5,-47.5 + parent: 2 + - uid: 36894 + components: + - type: Transform + pos: 110.5,-47.5 + parent: 2 + - uid: 36895 + components: + - type: Transform + pos: 112.5,-46.5 + parent: 2 + - uid: 36896 + components: + - type: Transform + pos: 93.5,-55.5 + parent: 2 + - uid: 36897 + components: + - type: Transform + pos: 103.5,-56.5 + parent: 2 + - uid: 36898 + components: + - type: Transform + pos: 111.5,-43.5 + parent: 2 + - uid: 36899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-69.5 + parent: 2 + - uid: 36900 + components: + - type: Transform + pos: 103.5,-57.5 + parent: 2 + - uid: 36901 + components: + - type: Transform + pos: 112.5,-44.5 + parent: 2 + - uid: 36902 + components: + - type: Transform + pos: 104.5,-60.5 + parent: 2 + - uid: 36903 + components: + - type: Transform + pos: 103.5,-58.5 + parent: 2 + - uid: 36904 + components: + - type: Transform + pos: 110.5,-44.5 + parent: 2 + - uid: 36905 + components: + - type: Transform + pos: 103.5,-55.5 + parent: 2 + - uid: 36906 + components: + - type: Transform + pos: 103.5,-59.5 + parent: 2 + - uid: 36907 + components: + - type: Transform + pos: 112.5,-43.5 + parent: 2 + - uid: 36908 + components: + - type: Transform + pos: 92.5,-55.5 + parent: 2 + - uid: 36909 + components: + - type: Transform + pos: 91.5,-55.5 + parent: 2 + - uid: 36910 + components: + - type: Transform + pos: 97.5,-56.5 + parent: 2 + - uid: 36911 + components: + - type: Transform + pos: 99.5,-56.5 + parent: 2 + - uid: 36912 + components: + - type: Transform + pos: 95.5,-56.5 + parent: 2 + - uid: 36913 + components: + - type: Transform + pos: 96.5,-56.5 + parent: 2 + - uid: 36914 + components: + - type: Transform + pos: 94.5,-56.5 + parent: 2 + - uid: 36915 + components: + - type: Transform + pos: 88.5,-55.5 + parent: 2 + - uid: 36916 + components: + - type: Transform + pos: -45.5,-72.5 + parent: 2 + - uid: 36917 + components: + - type: Transform + pos: -46.5,-67.5 + parent: 2 + - uid: 36918 + components: + - type: Transform + pos: -47.5,-67.5 + parent: 2 + - uid: 36919 + components: + - type: Transform + pos: -48.5,-67.5 + parent: 2 + - uid: 36920 + components: + - type: Transform + pos: -55.5,-76.5 + parent: 2 + - uid: 36921 + components: + - type: Transform + pos: -56.5,-76.5 + parent: 2 + - uid: 36922 + components: + - type: Transform + pos: -56.5,-74.5 + parent: 2 + - uid: 36923 + components: + - type: Transform + pos: -56.5,-69.5 + parent: 2 + - uid: 36924 + components: + - type: Transform + pos: -56.5,-73.5 + parent: 2 + - uid: 36925 + components: + - type: Transform + pos: -54.5,-67.5 + parent: 2 + - uid: 36926 + components: + - type: Transform + pos: -53.5,-67.5 + parent: 2 + - uid: 36927 + components: + - type: Transform + pos: -56.5,-67.5 + parent: 2 + - uid: 36928 + components: + - type: Transform + pos: -33.5,18.5 + parent: 2 + - uid: 36929 + components: + - type: Transform + pos: -55.5,-67.5 + parent: 2 + - uid: 36930 + components: + - type: Transform + pos: -55.5,-72.5 + parent: 2 + - uid: 36931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-30.5 + parent: 2 + - uid: 36932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-35.5 + parent: 2 + - uid: 36933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-31.5 + parent: 2 + - uid: 36934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-30.5 + parent: 2 + - uid: 36935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-35.5 + parent: 2 + - uid: 36936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-35.5 + parent: 2 + - uid: 36937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-35.5 + parent: 2 + - uid: 36938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-34.5 + parent: 2 + - uid: 36939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-32.5 + parent: 2 + - uid: 36940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-31.5 + parent: 2 + - uid: 36941 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 36942 + components: + - type: Transform + pos: 42.5,11.5 + parent: 2 + - uid: 36943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-73.5 + parent: 2 + - uid: 36944 + components: + - type: Transform + pos: 41.5,11.5 + parent: 2 + - uid: 36945 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 36946 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 36947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-70.5 + parent: 2 + - uid: 36948 + components: + - type: Transform + pos: 100.5,-54.5 + parent: 2 + - uid: 36949 + components: + - type: Transform + pos: 101.5,-54.5 + parent: 2 + - uid: 36950 + components: + - type: Transform + pos: 99.5,-54.5 + parent: 2 + - uid: 36951 + components: + - type: Transform + pos: 99.5,-55.5 + parent: 2 + - uid: 36952 + components: + - type: Transform + pos: -59.5,-117.5 + parent: 2 + - uid: 36953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-104.5 + parent: 2 + - uid: 36954 + components: + - type: Transform + pos: -58.5,-117.5 + parent: 2 + - uid: 36955 + components: + - type: Transform + pos: -59.5,-118.5 + parent: 2 + - uid: 36956 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 36957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-30.5 + parent: 2 + - uid: 36958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-117.5 + parent: 2 + - uid: 36959 + components: + - type: Transform + pos: -58.5,-93.5 + parent: 2 + - uid: 36960 + components: + - type: Transform + pos: -57.5,-93.5 + parent: 2 + - uid: 36961 + components: + - type: Transform + pos: -25.5,-112.5 + parent: 2 + - uid: 36962 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 36963 + components: + - type: Transform + pos: -37.5,-74.5 + parent: 2 + - uid: 36964 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 36965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-94.5 + parent: 2 + - uid: 36966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-97.5 + parent: 2 + - uid: 36967 + components: + - type: Transform + pos: -40.5,-108.5 + parent: 2 + - uid: 36968 + components: + - type: Transform + pos: -41.5,-108.5 + parent: 2 + - uid: 36969 + components: + - type: Transform + pos: -42.5,-108.5 + parent: 2 + - uid: 36970 + components: + - type: Transform + pos: -43.5,-108.5 + parent: 2 + - uid: 36971 + components: + - type: Transform + pos: -74.5,-0.5 + parent: 2 + - uid: 36972 + components: + - type: Transform + pos: -53.5,-108.5 + parent: 2 + - uid: 36973 + components: + - type: Transform + pos: -54.5,-108.5 + parent: 2 + - uid: 36974 + components: + - type: Transform + pos: -56.5,-108.5 + parent: 2 + - uid: 36975 + components: + - type: Transform + pos: -57.5,-108.5 + parent: 2 + - uid: 36976 + components: + - type: Transform + pos: -57.5,-107.5 + parent: 2 + - uid: 36977 + components: + - type: Transform + pos: -57.5,-106.5 + parent: 2 + - uid: 36978 + components: + - type: Transform + pos: -57.5,-105.5 + parent: 2 + - uid: 36979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-111.5 + parent: 2 + - uid: 36980 + components: + - type: Transform + pos: -40.5,-110.5 + parent: 2 + - uid: 36981 + components: + - type: Transform + pos: -40.5,-111.5 + parent: 2 + - uid: 36982 + components: + - type: Transform + pos: -25.5,-108.5 + parent: 2 + - uid: 36983 + components: + - type: Transform + pos: -25.5,-109.5 + parent: 2 + - uid: 36984 + components: + - type: Transform + pos: -25.5,-110.5 + parent: 2 + - uid: 36985 + components: + - type: Transform + pos: -25.5,-111.5 + parent: 2 + - uid: 36986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-111.5 + parent: 2 + - uid: 36987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-111.5 + parent: 2 + - uid: 36988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-110.5 + parent: 2 + - uid: 36989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-109.5 + parent: 2 + - uid: 36990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-121.5 + parent: 2 + - uid: 36991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-121.5 + parent: 2 + - uid: 36992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-121.5 + parent: 2 + - uid: 36993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-121.5 + parent: 2 + - uid: 36994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-120.5 + parent: 2 + - uid: 36995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-117.5 + parent: 2 + - uid: 36996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-117.5 + parent: 2 + - uid: 36997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-113.5 + parent: 2 + - uid: 36998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-112.5 + parent: 2 + - uid: 36999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-111.5 + parent: 2 + - uid: 37000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-110.5 + parent: 2 + - uid: 37001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-109.5 + parent: 2 + - uid: 37002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-108.5 + parent: 2 + - uid: 37003 + components: + - type: Transform + pos: -52.5,-120.5 + parent: 2 + - uid: 37004 + components: + - type: Transform + pos: -51.5,-120.5 + parent: 2 + - uid: 37005 + components: + - type: Transform + pos: -52.5,-117.5 + parent: 2 + - uid: 37006 + components: + - type: Transform + pos: -52.5,-116.5 + parent: 2 + - uid: 37007 + components: + - type: Transform + pos: -52.5,-115.5 + parent: 2 + - uid: 37008 + components: + - type: Transform + pos: -52.5,-114.5 + parent: 2 + - uid: 37009 + components: + - type: Transform + pos: -50.5,-120.5 + parent: 2 + - uid: 37010 + components: + - type: Transform + pos: -49.5,-120.5 + parent: 2 + - uid: 37011 + components: + - type: Transform + pos: -49.5,-121.5 + parent: 2 + - uid: 37012 + components: + - type: Transform + pos: -49.5,-122.5 + parent: 2 + - uid: 37013 + components: + - type: Transform + pos: -48.5,-122.5 + parent: 2 + - uid: 37014 + components: + - type: Transform + pos: -47.5,-122.5 + parent: 2 + - uid: 37015 + components: + - type: Transform + pos: -46.5,-122.5 + parent: 2 + - uid: 37016 + components: + - type: Transform + pos: -45.5,-122.5 + parent: 2 + - uid: 37017 + components: + - type: Transform + pos: -44.5,-122.5 + parent: 2 + - uid: 37018 + components: + - type: Transform + pos: -43.5,-122.5 + parent: 2 + - uid: 37019 + components: + - type: Transform + pos: -42.5,-122.5 + parent: 2 + - uid: 37020 + components: + - type: Transform + pos: -74.5,-1.5 + parent: 2 + - uid: 37021 + components: + - type: Transform + pos: -74.5,-2.5 + parent: 2 + - uid: 37022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,5.5 + parent: 2 + - uid: 37023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,2.5 + parent: 2 + - uid: 37024 + components: + - type: Transform + pos: -77.5,-0.5 + parent: 2 + - uid: 37025 + components: + - type: Transform + pos: -77.5,-1.5 + parent: 2 + - uid: 37026 + components: + - type: Transform + pos: -77.5,-2.5 + parent: 2 + - uid: 37027 + components: + - type: Transform + pos: -76.5,-2.5 + parent: 2 + - uid: 37028 + components: + - type: Transform + pos: -75.5,-2.5 + parent: 2 + - uid: 37029 + components: + - type: Transform + pos: -77.5,5.5 + parent: 2 + - uid: 37030 + components: + - type: Transform + pos: -76.5,5.5 + parent: 2 + - uid: 37031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,7.5 + parent: 2 + - uid: 37032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,6.5 + parent: 2 + - uid: 37033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,5.5 + parent: 2 + - uid: 37034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,5.5 + parent: 2 + - uid: 37035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-18.5 + parent: 2 + - uid: 37036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-18.5 + parent: 2 + - uid: 37037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-17.5 + parent: 2 + - uid: 37038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-16.5 + parent: 2 + - uid: 37039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-15.5 + parent: 2 + - uid: 37040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-14.5 + parent: 2 + - uid: 37041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-13.5 + parent: 2 + - uid: 37042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-12.5 + parent: 2 + - uid: 37043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,5.5 + parent: 2 + - uid: 37044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,5.5 + parent: 2 + - uid: 37045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,4.5 + parent: 2 + - uid: 37046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,2.5 + parent: 2 + - uid: 37047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,2.5 + parent: 2 + - uid: 37048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-0.5 + parent: 2 + - uid: 37049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,0.5 + parent: 2 + - uid: 37050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,3.5 + parent: 2 + - uid: 37051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-1.5 + parent: 2 + - uid: 37052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-2.5 + parent: 2 + - uid: 37053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-2.5 + parent: 2 + - uid: 37054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-6.5 + parent: 2 + - uid: 37055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-5.5 + parent: 2 + - uid: 37056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,2.5 + parent: 2 + - uid: 37057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-2.5 + parent: 2 + - uid: 37058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-3.5 + parent: 2 + - uid: 37059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-2.5 + parent: 2 + - uid: 37060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,3.5 + parent: 2 + - uid: 37061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-12.5 + parent: 2 + - uid: 37062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-12.5 + parent: 2 + - uid: 37063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-12.5 + parent: 2 + - uid: 37064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-11.5 + parent: 2 + - uid: 37065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-10.5 + parent: 2 + - uid: 37066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-9.5 + parent: 2 + - uid: 37067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-8.5 + parent: 2 + - uid: 37068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-7.5 + parent: 2 + - uid: 37069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-6.5 + parent: 2 + - uid: 37070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,3.5 + parent: 2 + - uid: 37071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,2.5 + parent: 2 + - uid: 37072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,3.5 + parent: 2 + - uid: 37073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,2.5 + parent: 2 + - uid: 37074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,0.5 + parent: 2 + - uid: 37075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-0.5 + parent: 2 + - uid: 37076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,0.5 + parent: 2 + - uid: 37077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-0.5 + parent: 2 + - uid: 37078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,0.5 + parent: 2 + - uid: 37079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,0.5 + parent: 2 + - uid: 37080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,2.5 + parent: 2 + - uid: 37081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,2.5 + parent: 2 + - uid: 37082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,3.5 + parent: 2 + - uid: 37083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,0.5 + parent: 2 + - uid: 37084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,0.5 + parent: 2 + - uid: 37085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,0.5 + parent: 2 + - uid: 37086 + components: + - type: Transform + pos: 35.5,36.5 + parent: 2 + - uid: 37087 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 37088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-19.5 + parent: 2 + - uid: 37089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-21.5 + parent: 2 + - uid: 37090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-22.5 + parent: 2 + - uid: 37091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-22.5 + parent: 2 + - uid: 37092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-19.5 + parent: 2 + - uid: 37093 + components: + - type: Transform + pos: -25.5,-113.5 + parent: 2 + - uid: 37094 + components: + - type: Transform + pos: -25.5,-114.5 + parent: 2 + - uid: 37095 + components: + - type: Transform + pos: -25.5,-115.5 + parent: 2 + - uid: 37096 + components: + - type: Transform + pos: -25.5,-116.5 + parent: 2 + - uid: 37097 + components: + - type: Transform + pos: -26.5,-116.5 + parent: 2 + - uid: 37098 + components: + - type: Transform + pos: -27.5,-116.5 + parent: 2 + - uid: 37099 + components: + - type: Transform + pos: -28.5,-116.5 + parent: 2 + - uid: 37100 + components: + - type: Transform + pos: -28.5,-117.5 + parent: 2 + - uid: 37101 + components: + - type: Transform + pos: -28.5,-118.5 + parent: 2 + - uid: 37102 + components: + - type: Transform + pos: -28.5,-119.5 + parent: 2 + - uid: 37103 + components: + - type: Transform + pos: -29.5,-119.5 + parent: 2 + - uid: 37104 + components: + - type: Transform + pos: -30.5,-119.5 + parent: 2 + - uid: 37105 + components: + - type: Transform + pos: -31.5,-119.5 + parent: 2 + - uid: 37106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 97.5,-85.5 + parent: 2 + - uid: 37107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-117.5 + parent: 2 + - uid: 37108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-117.5 + parent: 2 + - uid: 37109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-117.5 + parent: 2 + - uid: 37110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-117.5 + parent: 2 + - uid: 37111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-121.5 + parent: 2 + - uid: 37112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-121.5 + parent: 2 + - uid: 37113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-121.5 + parent: 2 + - uid: 37114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-121.5 + parent: 2 + - uid: 37115 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 37116 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 37117 + components: + - type: Transform + pos: 42.5,32.5 + parent: 2 + - uid: 37118 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 37119 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 37120 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 37121 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 37122 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - uid: 37123 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 37124 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 37125 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 37126 + components: + - type: Transform + pos: 30.5,35.5 + parent: 2 + - uid: 37127 + components: + - type: Transform + pos: 31.5,35.5 + parent: 2 + - uid: 37128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,33.5 + parent: 2 + - uid: 37129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,34.5 + parent: 2 + - uid: 37130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,35.5 + parent: 2 + - uid: 37131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,36.5 + parent: 2 + - uid: 37132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,33.5 + parent: 2 + - uid: 37133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,34.5 + parent: 2 + - uid: 37134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,35.5 + parent: 2 + - uid: 37135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,36.5 + parent: 2 + - uid: 37136 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 37137 + components: + - type: Transform + pos: 20.5,27.5 + parent: 2 + - uid: 37138 + components: + - type: Transform + pos: 20.5,26.5 + parent: 2 + - uid: 37139 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 37140 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 37141 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 37142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-28.5 + parent: 2 + - uid: 37143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-28.5 + parent: 2 + - uid: 37144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-28.5 + parent: 2 + - uid: 37145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-28.5 + parent: 2 + - uid: 37146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-28.5 + parent: 2 + - uid: 37147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-28.5 + parent: 2 + - uid: 37148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-27.5 + parent: 2 + - uid: 37149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-26.5 + parent: 2 + - uid: 37150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-25.5 + parent: 2 + - uid: 37151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-24.5 + parent: 2 + - uid: 37152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-24.5 + parent: 2 + - uid: 37153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-24.5 + parent: 2 + - uid: 37154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-24.5 + parent: 2 + - uid: 37155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-24.5 + parent: 2 + - uid: 37156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-23.5 + parent: 2 + - uid: 37157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-18.5 + parent: 2 + - uid: 37158 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 37159 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 37160 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 37161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-53.5 + parent: 2 + - uid: 37162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-54.5 + parent: 2 + - uid: 37163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-55.5 + parent: 2 + - uid: 37164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-56.5 + parent: 2 + - uid: 37165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-57.5 + parent: 2 + - uid: 37166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-58.5 + parent: 2 + - uid: 37167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-59.5 + parent: 2 + - uid: 37168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-60.5 + parent: 2 + - uid: 37169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-61.5 + parent: 2 + - uid: 37170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-62.5 + parent: 2 + - uid: 37171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-63.5 + parent: 2 + - uid: 37172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-63.5 + parent: 2 + - uid: 37173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-63.5 + parent: 2 + - uid: 37174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-63.5 + parent: 2 + - uid: 37175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-63.5 + parent: 2 + - uid: 37176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-62.5 + parent: 2 + - uid: 37177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-61.5 + parent: 2 + - uid: 37178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-60.5 + parent: 2 + - uid: 37179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-59.5 + parent: 2 + - uid: 37180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-57.5 + parent: 2 + - uid: 37181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-57.5 + parent: 2 + - uid: 37182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-57.5 + parent: 2 + - uid: 37183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-57.5 + parent: 2 + - uid: 37184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-53.5 + parent: 2 + - uid: 37185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-53.5 + parent: 2 + - uid: 37186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-53.5 + parent: 2 + - uid: 37187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-53.5 + parent: 2 + - uid: 37188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-53.5 + parent: 2 + - uid: 37189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-53.5 + parent: 2 + - uid: 37190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-53.5 + parent: 2 + - uid: 37191 + components: + - type: Transform + pos: 33.5,-106.5 + parent: 2 + - uid: 37192 + components: + - type: Transform + pos: 34.5,-106.5 + parent: 2 + - uid: 37193 + components: + - type: Transform + pos: 33.5,-104.5 + parent: 2 + - uid: 37194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-54.5 + parent: 2 + - uid: 37195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-63.5 + parent: 2 + - uid: 37196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-63.5 + parent: 2 + - uid: 37197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-62.5 + parent: 2 + - uid: 37198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-61.5 + parent: 2 + - uid: 37199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-60.5 + parent: 2 + - uid: 37200 + components: + - type: Transform + pos: 94.5,-92.5 + parent: 2 + - uid: 37201 + components: + - type: Transform + pos: 95.5,-92.5 + parent: 2 + - uid: 37202 + components: + - type: Transform + pos: 95.5,-93.5 + parent: 2 + - uid: 37203 + components: + - type: Transform + pos: 96.5,-93.5 + parent: 2 + - uid: 37204 + components: + - type: Transform + pos: 93.5,-92.5 + parent: 2 + - uid: 37205 + components: + - type: Transform + pos: 93.5,-91.5 + parent: 2 + - uid: 37206 + components: + - type: Transform + pos: 93.5,-90.5 + parent: 2 + - uid: 37207 + components: + - type: Transform + pos: 92.5,-90.5 + parent: 2 + - uid: 37208 + components: + - type: Transform + pos: 92.5,-89.5 + parent: 2 + - uid: 37209 + components: + - type: Transform + pos: 92.5,-88.5 + parent: 2 + - uid: 37210 + components: + - type: Transform + pos: 92.5,-87.5 + parent: 2 + - uid: 37211 + components: + - type: Transform + pos: 92.5,-86.5 + parent: 2 + - uid: 37212 + components: + - type: Transform + pos: 92.5,-85.5 + parent: 2 + - uid: 37213 + components: + - type: Transform + pos: 92.5,-84.5 + parent: 2 + - uid: 37214 + components: + - type: Transform + pos: 93.5,-84.5 + parent: 2 + - uid: 37215 + components: + - type: Transform + pos: 103.5,-84.5 + parent: 2 + - uid: 37216 + components: + - type: Transform + pos: 104.5,-84.5 + parent: 2 + - uid: 37217 + components: + - type: Transform + pos: 104.5,-85.5 + parent: 2 + - uid: 37218 + components: + - type: Transform + pos: 104.5,-86.5 + parent: 2 + - uid: 37219 + components: + - type: Transform + pos: 104.5,-87.5 + parent: 2 + - uid: 37220 + components: + - type: Transform + pos: 104.5,-88.5 + parent: 2 + - uid: 37221 + components: + - type: Transform + pos: 104.5,-89.5 + parent: 2 + - uid: 37222 + components: + - type: Transform + pos: 104.5,-90.5 + parent: 2 + - uid: 37223 + components: + - type: Transform + pos: 103.5,-90.5 + parent: 2 + - uid: 37224 + components: + - type: Transform + pos: 103.5,-91.5 + parent: 2 + - uid: 37225 + components: + - type: Transform + pos: 103.5,-92.5 + parent: 2 + - uid: 37226 + components: + - type: Transform + pos: 102.5,-92.5 + parent: 2 + - uid: 37227 + components: + - type: Transform + pos: 101.5,-92.5 + parent: 2 + - uid: 37228 + components: + - type: Transform + pos: 101.5,-93.5 + parent: 2 + - uid: 37229 + components: + - type: Transform + pos: 100.5,-93.5 + parent: 2 + - uid: 37230 + components: + - type: Transform + pos: 100.5,-94.5 + parent: 2 + - uid: 37231 + components: + - type: Transform + pos: 99.5,-94.5 + parent: 2 + - uid: 37232 + components: + - type: Transform + pos: 98.5,-93.5 + parent: 2 + - uid: 37233 + components: + - type: Transform + pos: 97.5,-94.5 + parent: 2 + - uid: 37234 + components: + - type: Transform + pos: 96.5,-94.5 + parent: 2 + - uid: 37235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-19.5 + parent: 2 + - uid: 37236 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - uid: 37237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-19.5 + parent: 2 + - uid: 37238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-19.5 + parent: 2 + - uid: 37239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-18.5 + parent: 2 + - uid: 37240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-17.5 + parent: 2 + - uid: 37241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-16.5 + parent: 2 + - uid: 37242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-15.5 + parent: 2 + - uid: 37243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-15.5 + parent: 2 + - uid: 37244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-15.5 + parent: 2 + - uid: 37245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-15.5 + parent: 2 + - uid: 37246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,15.5 + parent: 2 + - uid: 37247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,16.5 + parent: 2 + - uid: 37248 + components: + - type: Transform + pos: -60.5,-18.5 + parent: 2 + - uid: 37249 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 37250 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 37251 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 37252 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 37253 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 37254 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 37255 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 37256 + components: + - type: Transform + pos: 48.5,24.5 + parent: 2 + - uid: 37257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,19.5 + parent: 2 + - uid: 37258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,20.5 + parent: 2 + - uid: 37259 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 37260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 116.5,-37.5 + parent: 2 + - uid: 37261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,-37.5 + parent: 2 + - uid: 37262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,-37.5 + parent: 2 + - uid: 37263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-13.5 + parent: 2 + - uid: 37264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,-37.5 + parent: 2 + - uid: 37265 + components: + - type: Transform + pos: 68.5,-13.5 + parent: 2 + - uid: 37266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,16.5 + parent: 2 + - uid: 37267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,16.5 + parent: 2 + - uid: 37268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,16.5 + parent: 2 + - uid: 37269 + components: + - type: Transform + pos: 67.5,-14.5 + parent: 2 + - uid: 37270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-6.5 + parent: 2 + - uid: 37271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,13.5 + parent: 2 + - uid: 37272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,-37.5 + parent: 2 + - uid: 37273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,-37.5 + parent: 2 + - uid: 37274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,-37.5 + parent: 2 + - uid: 37275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,-41.5 + parent: 2 + - uid: 37276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,-41.5 + parent: 2 + - uid: 37277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,-41.5 + parent: 2 + - uid: 37278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 130.5,-41.5 + parent: 2 + - uid: 37279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,-41.5 + parent: 2 + - uid: 37280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,-41.5 + parent: 2 + - uid: 37281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-45.5 + parent: 2 + - uid: 37282 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 37283 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 37284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 121.5,-41.5 + parent: 2 + - uid: 37285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 116.5,-41.5 + parent: 2 + - uid: 37286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,12.5 + parent: 2 + - uid: 37287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 115.5,-41.5 + parent: 2 + - uid: 37288 + components: + - type: Transform + pos: 82.5,-11.5 + parent: 2 + - uid: 37289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.5,-41.5 + parent: 2 + - uid: 37290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 113.5,-41.5 + parent: 2 + - uid: 37291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 113.5,-39.5 + parent: 2 + - uid: 37292 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 37293 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 37294 + components: + - type: Transform + pos: -12.5,15.5 + parent: 2 + - uid: 37295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,19.5 + parent: 2 + - uid: 37296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,19.5 + parent: 2 + - uid: 37297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,20.5 + parent: 2 + - uid: 37298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,21.5 + parent: 2 + - uid: 37299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,22.5 + parent: 2 + - uid: 37300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,23.5 + parent: 2 + - uid: 37301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,19.5 + parent: 2 + - uid: 37302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,19.5 + parent: 2 + - uid: 37303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,19.5 + parent: 2 + - uid: 37304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,19.5 + parent: 2 + - uid: 37305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,18.5 + parent: 2 + - uid: 37306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 37307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-30.5 + parent: 2 + - uid: 37308 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 37309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-90.5 + parent: 2 + - uid: 37310 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 37311 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 37312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-45.5 + parent: 2 + - uid: 37313 + components: + - type: Transform + pos: 103.5,-18.5 + parent: 2 + - uid: 37314 + components: + - type: Transform + pos: 103.5,-17.5 + parent: 2 + - uid: 37315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 104.5,-16.5 + parent: 2 + - uid: 37316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 107.5,-16.5 + parent: 2 + - uid: 37317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 109.5,-16.5 + parent: 2 + - uid: 37318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-128.5 + parent: 2 + - uid: 37319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-128.5 + parent: 2 + - uid: 37320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-128.5 + parent: 2 + - uid: 37321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-129.5 + parent: 2 + - uid: 37322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-129.5 + parent: 2 + - uid: 37323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-128.5 + parent: 2 + - uid: 37324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-55.5 + parent: 2 + - uid: 37325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-56.5 + parent: 2 + - uid: 37326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-57.5 + parent: 2 + - uid: 37327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-58.5 + parent: 2 + - uid: 37328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-55.5 + parent: 2 + - uid: 37329 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-59.5 parent: 2 - - uid: 36709 + - uid: 37330 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-80.5 parent: 2 - - uid: 36710 + - uid: 37331 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-81.5 parent: 2 - - uid: 36711 + - uid: 37332 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-82.5 parent: 2 - - uid: 36712 + - uid: 37333 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-83.5 parent: 2 - - uid: 36713 + - uid: 37334 components: - type: Transform pos: 105.5,-77.5 parent: 2 - - uid: 36714 + - uid: 37335 components: - type: Transform pos: 104.5,-81.5 parent: 2 - - uid: 36715 + - uid: 37336 components: - type: Transform pos: 105.5,-81.5 parent: 2 - - uid: 36716 + - uid: 37337 components: - type: Transform pos: 105.5,-80.5 parent: 2 - - uid: 36717 + - uid: 37338 components: - type: Transform rot: 1.5707963267948966 rad pos: 98.5,-94.5 parent: 2 - - uid: 36718 + - uid: 37339 components: - type: Transform rot: 1.5707963267948966 rad pos: 94.5,-74.5 parent: 2 - - uid: 36719 + - uid: 37340 components: - type: Transform pos: 105.5,-79.5 parent: 2 - - uid: 36720 + - uid: 37341 components: - type: Transform pos: 105.5,-78.5 parent: 2 - - uid: 36721 + - uid: 37342 components: - type: Transform pos: 103.5,-79.5 parent: 2 - - uid: 36722 + - uid: 37343 components: - type: Transform pos: 104.5,-77.5 parent: 2 - - uid: 36723 + - uid: 37344 components: - type: Transform pos: 27.5,32.5 parent: 2 +- proto: WallReinforcedChitin + entities: + - uid: 37345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-55.5 + parent: 2 + - uid: 37346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-48.5 + parent: 2 + - uid: 37347 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 + - uid: 37348 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 37349 + components: + - type: Transform + pos: 3.5,-61.5 + parent: 2 + - uid: 37350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-36.5 + parent: 2 + - uid: 37351 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 37352 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 37353 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 37354 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 37355 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 37356 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 37357 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 37358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-30.5 + parent: 2 + - uid: 37359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 2 + - uid: 37360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-43.5 + parent: 2 + - uid: 37361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-43.5 + parent: 2 + - uid: 37362 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 37363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-51.5 + parent: 2 + - uid: 37364 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 37365 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 + - uid: 37366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-44.5 + parent: 2 + - uid: 37367 + components: + - type: Transform + pos: 2.5,-44.5 + parent: 2 + - uid: 37368 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 37369 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 37370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-37.5 + parent: 2 + - uid: 37371 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 37372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-43.5 + parent: 2 + - uid: 37373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-47.5 + parent: 2 + - uid: 37374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-44.5 + parent: 2 + - uid: 37375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-34.5 + parent: 2 + - uid: 37376 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 37377 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 37378 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 37379 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 37380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 2 + - uid: 37381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-31.5 + parent: 2 + - uid: 37382 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 37383 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 + - uid: 37384 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 37385 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 37386 + components: + - type: Transform + pos: 4.5,-49.5 + parent: 2 + - uid: 37387 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 37388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-31.5 + parent: 2 + - uid: 37389 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 37390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-36.5 + parent: 2 + - uid: 37391 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 37392 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 37393 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 37394 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 37395 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 37396 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 37397 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 37398 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 37399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-43.5 + parent: 2 + - uid: 37400 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - uid: 37401 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 37402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-49.5 + parent: 2 + - uid: 37403 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 37404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-36.5 + parent: 2 + - uid: 37405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-33.5 + parent: 2 + - uid: 37406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-32.5 + parent: 2 + - uid: 37407 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 37408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-36.5 + parent: 2 + - uid: 37409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-36.5 + parent: 2 + - uid: 37410 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 37411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-37.5 + parent: 2 + - uid: 37412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-37.5 + parent: 2 + - uid: 37413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-39.5 + parent: 2 + - uid: 37414 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 37415 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 37416 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 37417 + components: + - type: Transform + pos: -3.5,-59.5 + parent: 2 + - uid: 37418 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 37419 + components: + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - uid: 37420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-39.5 + parent: 2 + - uid: 37421 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 37422 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 37423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-47.5 + parent: 2 + - uid: 37424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-48.5 + parent: 2 + - uid: 37425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-43.5 + parent: 2 + - uid: 37426 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 + - uid: 37427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-50.5 + parent: 2 + - uid: 37428 + components: + - type: Transform + pos: -2.5,-60.5 + parent: 2 + - uid: 37429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-43.5 + parent: 2 + - uid: 37430 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 37431 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 37432 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 37433 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 37434 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 + - uid: 37435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-51.5 + parent: 2 + - uid: 37436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-37.5 + parent: 2 + - uid: 37437 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 37438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-30.5 + parent: 2 + - uid: 37439 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 37440 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 37441 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 37442 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 37443 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 + - uid: 37444 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 37445 + components: + - type: Transform + pos: -3.5,-57.5 + parent: 2 + - uid: 37446 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 37447 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 37448 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 37449 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 37450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-32.5 + parent: 2 + - uid: 37451 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 + - uid: 37452 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 37453 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 37454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-33.5 + parent: 2 + - uid: 37455 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 37456 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 37457 + components: + - type: Transform + pos: -2.5,-56.5 + parent: 2 + - uid: 37458 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 + - uid: 37459 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 37460 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 37461 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 37462 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 37463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-39.5 + parent: 2 + - uid: 37464 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 37465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-41.5 + parent: 2 + - uid: 37466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-40.5 + parent: 2 + - uid: 37467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-42.5 + parent: 2 + - uid: 37468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 2 + - uid: 37469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-50.5 + parent: 2 + - uid: 37470 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 37471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-50.5 + parent: 2 + - uid: 37472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-44.5 + parent: 2 + - uid: 37473 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 37474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-36.5 + parent: 2 + - uid: 37475 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 37476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-31.5 + parent: 2 + - uid: 37477 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 37478 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 37479 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 37480 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 37481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-49.5 + parent: 2 + - uid: 37482 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 37483 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 37484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-44.5 + parent: 2 + - uid: 37485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-37.5 + parent: 2 + - uid: 37486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-45.5 + parent: 2 + - uid: 37487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-43.5 + parent: 2 + - uid: 37488 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 37489 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 37490 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 37491 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 37492 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 37493 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 37494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-46.5 + parent: 2 + - uid: 37495 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 37496 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 37497 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 37498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-39.5 + parent: 2 + - uid: 37499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-30.5 + parent: 2 + - uid: 37500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - uid: 37501 + components: + - type: Transform + pos: -3.5,-60.5 + parent: 2 + - uid: 37502 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 37503 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 37504 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 37505 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 37506 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 37507 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 37508 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 37509 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 37510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-50.5 + parent: 2 + - uid: 37511 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 37512 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 37513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - uid: 37514 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - uid: 37515 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 37516 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 37517 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 37518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - uid: 37519 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 37520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-52.5 + parent: 2 + - uid: 37521 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 37522 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 37523 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 37524 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 37525 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 + - uid: 37526 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 37527 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 37528 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 37529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-30.5 + parent: 2 + - uid: 37530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-36.5 + parent: 2 + - uid: 37531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-36.5 + parent: 2 + - uid: 37532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-51.5 + parent: 2 + - uid: 37533 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 37534 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 37535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-48.5 + parent: 2 + - uid: 37536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-48.5 + parent: 2 + - uid: 37537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-53.5 + parent: 2 + - uid: 37538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-49.5 + parent: 2 + - uid: 37539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-52.5 + parent: 2 + - uid: 37540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-52.5 + parent: 2 + - uid: 37541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-51.5 + parent: 2 + - uid: 37542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-51.5 + parent: 2 + - uid: 37543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-51.5 + parent: 2 + - uid: 37544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-50.5 + parent: 2 + - uid: 37545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-49.5 + parent: 2 + - uid: 37546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-50.5 + parent: 2 + - uid: 37547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-49.5 + parent: 2 + - uid: 37548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-55.5 + parent: 2 + - uid: 37549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-53.5 + parent: 2 + - uid: 37550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-53.5 + parent: 2 + - uid: 37551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-37.5 + parent: 2 + - uid: 37552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-37.5 + parent: 2 + - uid: 37553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-37.5 + parent: 2 + - uid: 37554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-45.5 + parent: 2 + - uid: 37555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-45.5 + parent: 2 + - uid: 37556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-45.5 + parent: 2 + - uid: 37557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-36.5 + parent: 2 + - uid: 37558 + components: + - type: Transform + pos: 13.5,-36.5 + parent: 2 + - uid: 37559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-36.5 + parent: 2 + - uid: 37560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-36.5 + parent: 2 + - uid: 37561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-36.5 + parent: 2 + - uid: 37562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-36.5 + parent: 2 + - uid: 37563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-44.5 + parent: 2 + - uid: 37564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-45.5 + parent: 2 + - uid: 37565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-45.5 + parent: 2 + - uid: 37566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-48.5 + parent: 2 + - uid: 37567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-48.5 + parent: 2 + - uid: 37568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-49.5 + parent: 2 + - uid: 37569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-48.5 + parent: 2 + - uid: 37570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-44.5 + parent: 2 + - uid: 37571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-46.5 + parent: 2 + - uid: 37572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-46.5 + parent: 2 + - uid: 37573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-45.5 + parent: 2 + - uid: 37574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-45.5 + parent: 2 + - uid: 37575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-44.5 + parent: 2 + - uid: 37576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-44.5 + parent: 2 + - uid: 37577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-46.5 + parent: 2 + - uid: 37578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-44.5 + parent: 2 + - uid: 37579 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 37580 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 37581 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 37582 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 37583 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 37584 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 37585 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 37586 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 37587 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 37588 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 37589 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 37590 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 37591 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 37592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-35.5 + parent: 2 + - uid: 37593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-28.5 + parent: 2 + - uid: 37594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-27.5 + parent: 2 + - uid: 37595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-28.5 + parent: 2 + - uid: 37596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 2 + - uid: 37597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-30.5 + parent: 2 + - uid: 37598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-31.5 + parent: 2 + - uid: 37599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-31.5 + parent: 2 + - uid: 37600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-32.5 + parent: 2 + - uid: 37601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-33.5 + parent: 2 + - uid: 37602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-27.5 + parent: 2 + - uid: 37603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-32.5 + parent: 2 + - uid: 37604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-31.5 + parent: 2 + - uid: 37605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-30.5 + parent: 2 + - uid: 37606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-30.5 + parent: 2 + - uid: 37607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 2 + - uid: 37608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-28.5 + parent: 2 + - uid: 37609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-27.5 + parent: 2 + - uid: 37610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-26.5 + parent: 2 + - uid: 37611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-26.5 + parent: 2 + - uid: 37612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-25.5 + parent: 2 + - uid: 37613 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 37614 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 37615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-21.5 + parent: 2 + - uid: 37616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-21.5 + parent: 2 - proto: WallReinforcedDiagonal entities: - - uid: 36724 + - uid: 37617 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-128.5 parent: 2 - - uid: 36725 + - uid: 37618 components: - type: Transform pos: -58.5,-128.5 parent: 2 - proto: WallReinforcedRust entities: - - uid: 36726 + - uid: 37619 components: - type: Transform pos: -54.5,1.5 parent: 2 - - uid: 36727 + - uid: 37620 components: - type: Transform pos: -51.5,3.5 parent: 2 - - uid: 36728 + - uid: 37621 components: - type: Transform pos: -51.5,2.5 parent: 2 -- proto: WallRockAndesitePlasma - entities: - - uid: 36729 - components: - - type: Transform - pos: -13.5,-38.5 - parent: 2 - - uid: 36730 - components: - - type: Transform - pos: -10.5,-42.5 - parent: 2 - - uid: 36731 - components: - - type: Transform - pos: -10.5,-43.5 - parent: 2 - proto: WallRockChromite entities: - - uid: 36732 + - uid: 37622 components: - type: Transform pos: 6.5,-18.5 parent: 2 - - uid: 36733 + - uid: 37623 components: - type: Transform pos: 6.5,-19.5 parent: 2 - - uid: 36734 + - uid: 37624 components: - type: Transform pos: 13.5,-21.5 parent: 2 - - uid: 36735 + - uid: 37625 components: - type: Transform pos: 3.5,-16.5 parent: 2 - - uid: 36736 + - uid: 37626 components: - type: Transform pos: -7.5,-19.5 parent: 2 - - uid: 36737 + - uid: 37627 components: - type: Transform pos: 17.5,-15.5 parent: 2 - - uid: 36738 + - uid: 37628 components: - type: Transform pos: 19.5,-15.5 parent: 2 - - uid: 36739 + - uid: 37629 components: - type: Transform pos: 15.5,-24.5 parent: 2 - - uid: 36740 + - uid: 37630 components: - type: Transform pos: 6.5,-62.5 parent: 2 - - uid: 36741 + - uid: 37631 components: - type: Transform pos: 11.5,-14.5 parent: 2 - - uid: 36742 + - uid: 37632 components: - type: Transform pos: 13.5,-14.5 parent: 2 - - uid: 36743 + - uid: 37633 components: - type: Transform pos: 9.5,-17.5 parent: 2 - - uid: 36744 + - uid: 37634 components: - type: Transform pos: 8.5,-19.5 parent: 2 - - uid: 36745 + - uid: 37635 components: - type: Transform pos: 12.5,-17.5 parent: 2 - - uid: 36746 + - uid: 37636 components: - type: Transform pos: 12.5,-15.5 parent: 2 - - uid: 36747 + - uid: 37637 components: - type: Transform pos: 18.5,-59.5 parent: 2 - - uid: 36748 + - uid: 37638 components: - type: Transform pos: 10.5,-21.5 parent: 2 - - uid: 36749 + - uid: 37639 components: - type: Transform pos: 10.5,-20.5 parent: 2 - - uid: 36750 + - uid: 37640 components: - type: Transform pos: 7.5,-20.5 parent: 2 - - uid: 36751 + - uid: 37641 components: - type: Transform pos: 7.5,-18.5 parent: 2 - - uid: 36752 + - uid: 37642 components: - type: Transform pos: 8.5,-18.5 parent: 2 - - uid: 36753 + - uid: 37643 components: - type: Transform pos: 7.5,-19.5 parent: 2 - - uid: 36754 + - uid: 37644 components: - type: Transform pos: 8.5,-17.5 parent: 2 - - uid: 36755 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 36756 + - uid: 37645 components: - type: Transform pos: -6.5,-20.5 parent: 2 - - uid: 36757 + - uid: 37646 components: - type: Transform pos: 11.5,-17.5 parent: 2 - - uid: 36758 + - uid: 37647 components: - type: Transform pos: 12.5,-14.5 parent: 2 - - uid: 36759 + - uid: 37648 components: - type: Transform pos: 17.5,-16.5 parent: 2 - - uid: 36760 + - uid: 37649 components: - type: Transform pos: 15.5,-17.5 parent: 2 - - uid: 36761 + - uid: 37650 components: - type: Transform pos: 16.5,-21.5 parent: 2 - - uid: 36762 + - uid: 37651 components: - type: Transform pos: 18.5,-58.5 parent: 2 - - uid: 36763 + - uid: 37652 components: - type: Transform pos: 16.5,-59.5 parent: 2 - - uid: 36764 + - uid: 37653 components: - type: Transform pos: 14.5,-23.5 parent: 2 - - uid: 36765 + - uid: 37654 components: - type: Transform pos: 15.5,-19.5 parent: 2 - - uid: 36766 + - uid: 37655 components: - type: Transform pos: 15.5,-21.5 parent: 2 - - uid: 36767 + - uid: 37656 components: - type: Transform pos: 15.5,-22.5 parent: 2 - - uid: 36768 + - uid: 37657 components: - type: Transform pos: 12.5,-22.5 parent: 2 - - uid: 36769 + - uid: 37658 components: - type: Transform pos: 12.5,-21.5 parent: 2 - - uid: 36770 + - uid: 37659 components: - type: Transform pos: 13.5,-23.5 parent: 2 - - uid: 36771 + - uid: 37660 components: - type: Transform pos: 13.5,-22.5 parent: 2 - - uid: 36772 + - uid: 37661 components: - type: Transform pos: 7.5,-16.5 parent: 2 - - uid: 36773 + - uid: 37662 components: - type: Transform pos: 14.5,-14.5 parent: 2 - - uid: 36774 + - uid: 37663 components: - type: Transform pos: 12.5,-20.5 parent: 2 - - uid: 36775 + - uid: 37664 components: - type: Transform pos: -18.5,-30.5 parent: 2 - - uid: 36776 + - uid: 37665 components: - type: Transform pos: -13.5,-61.5 parent: 2 - - uid: 36777 + - uid: 37666 components: - type: Transform pos: 17.5,-23.5 parent: 2 - - uid: 36778 + - uid: 37667 components: - type: Transform pos: 14.5,-16.5 parent: 2 - - uid: 36779 + - uid: 37668 components: - type: Transform pos: 15.5,-23.5 parent: 2 - - uid: 36780 + - uid: 37669 components: - type: Transform pos: 17.5,-22.5 parent: 2 - - uid: 36781 + - uid: 37670 components: - type: Transform pos: 16.5,-23.5 parent: 2 - - uid: 36782 + - uid: 37671 components: - type: Transform pos: 17.5,-21.5 parent: 2 - - uid: 36783 + - uid: 37672 components: - type: Transform pos: 19.5,-16.5 parent: 2 - - uid: 36784 + - uid: 37673 components: - type: Transform pos: 19.5,-18.5 parent: 2 - - uid: 36785 + - uid: 37674 components: - type: Transform pos: 19.5,-17.5 parent: 2 - - uid: 36786 + - uid: 37675 components: - type: Transform pos: 18.5,-23.5 parent: 2 - - uid: 36787 + - uid: 37676 components: - type: Transform pos: 18.5,-22.5 parent: 2 - - uid: 36788 + - uid: 37677 components: - type: Transform pos: -13.5,-23.5 parent: 2 - - uid: 36789 + - uid: 37678 components: - type: Transform pos: 6.5,-16.5 parent: 2 - - uid: 36790 + - uid: 37679 components: - type: Transform pos: 7.5,-14.5 parent: 2 - - uid: 36791 + - uid: 37680 components: - type: Transform pos: 16.5,-20.5 parent: 2 - - uid: 36792 + - uid: 37681 components: - type: Transform pos: 17.5,-17.5 parent: 2 - - uid: 36793 + - uid: 37682 components: - type: Transform pos: 7.5,-15.5 parent: 2 - - uid: 36794 + - uid: 37683 components: - type: Transform pos: -5.5,-19.5 parent: 2 - - uid: 36795 + - uid: 37684 components: - type: Transform pos: -2.5,-16.5 parent: 2 - - uid: 36796 + - uid: 37685 components: - type: Transform pos: 8.5,-14.5 parent: 2 - - uid: 36797 + - uid: 37686 components: - type: Transform pos: 4.5,-15.5 parent: 2 - - uid: 36798 + - uid: 37687 components: - type: Transform pos: 11.5,-20.5 parent: 2 - - uid: 36799 + - uid: 37688 components: - type: Transform pos: -5.5,-18.5 parent: 2 - - uid: 36800 + - uid: 37689 components: - type: Transform pos: -12.5,-23.5 parent: 2 - - uid: 36801 + - uid: 37690 components: - type: Transform pos: -12.5,-22.5 parent: 2 - - uid: 36802 + - uid: 37691 components: - type: Transform pos: -11.5,-21.5 parent: 2 - - uid: 36803 + - uid: 37692 components: - type: Transform pos: -12.5,-21.5 parent: 2 - - uid: 36804 + - uid: 37693 components: - type: Transform pos: 4.5,-16.5 parent: 2 - - uid: 36805 + - uid: 37694 components: - type: Transform pos: -18.5,-29.5 parent: 2 - - uid: 36806 + - uid: 37695 components: - type: Transform pos: -18.5,-28.5 parent: 2 - - uid: 36807 + - uid: 37696 components: - type: Transform pos: -17.5,-28.5 parent: 2 - - uid: 36808 + - uid: 37697 components: - type: Transform pos: -17.5,-29.5 parent: 2 - - uid: 36809 + - uid: 37698 components: - type: Transform pos: -16.5,-27.5 parent: 2 - - uid: 36810 + - uid: 37699 components: - type: Transform pos: -17.5,-27.5 parent: 2 - - uid: 36811 + - uid: 37700 components: - type: Transform pos: 6.5,-15.5 parent: 2 - - uid: 36812 + - uid: 37701 components: - type: Transform pos: 5.5,-15.5 parent: 2 - - uid: 36813 + - uid: 37702 components: - type: Transform pos: 6.5,-14.5 parent: 2 - - uid: 36814 + - uid: 37703 components: - type: Transform pos: -19.5,-30.5 parent: 2 - - uid: 36815 + - uid: 37704 components: - type: Transform pos: -13.5,-60.5 parent: 2 - - uid: 36816 + - uid: 37705 components: - type: Transform pos: -15.5,-60.5 parent: 2 - - uid: 36817 + - uid: 37706 components: - type: Transform pos: -17.5,-59.5 parent: 2 - - uid: 36818 + - uid: 37707 components: - type: Transform pos: -17.5,-58.5 parent: 2 - - uid: 36819 + - uid: 37708 components: - type: Transform pos: -18.5,-58.5 parent: 2 - - uid: 36820 + - uid: 37709 components: - type: Transform pos: -18.5,-57.5 parent: 2 - - uid: 36821 + - uid: 37710 components: - type: Transform pos: -18.5,-56.5 parent: 2 - - uid: 36822 + - uid: 37711 components: - type: Transform pos: -18.5,-54.5 parent: 2 - - uid: 36823 + - uid: 37712 components: - type: Transform pos: -18.5,-55.5 parent: 2 - - uid: 36824 + - uid: 37713 components: - type: Transform pos: -17.5,-52.5 parent: 2 - - uid: 36825 + - uid: 37714 components: - type: Transform pos: -17.5,-53.5 parent: 2 - - uid: 36826 + - uid: 37715 components: - type: Transform pos: -17.5,-54.5 parent: 2 - - uid: 36827 + - uid: 37716 components: - type: Transform pos: -17.5,-51.5 parent: 2 - - uid: 36828 + - uid: 37717 components: - type: Transform pos: -16.5,-54.5 parent: 2 - - uid: 36829 + - uid: 37718 components: - type: Transform pos: -15.5,-57.5 parent: 2 - - uid: 36830 + - uid: 37719 components: - type: Transform pos: -15.5,-56.5 parent: 2 - - uid: 36831 - components: - - type: Transform - pos: -13.5,-57.5 - parent: 2 - - uid: 36832 + - uid: 37720 components: - type: Transform pos: -14.5,-61.5 parent: 2 - - uid: 36833 + - uid: 37721 components: - type: Transform pos: 17.5,-59.5 parent: 2 - - uid: 36834 - components: - - type: Transform - pos: -14.5,-58.5 - parent: 2 - - uid: 36835 + - uid: 37722 components: - type: Transform pos: -13.5,-62.5 parent: 2 - - uid: 36836 + - uid: 37723 components: - type: Transform pos: -12.5,-62.5 parent: 2 - - uid: 36837 + - uid: 37724 components: - type: Transform pos: -11.5,-63.5 parent: 2 - - uid: 36838 + - uid: 37725 components: - type: Transform pos: -10.5,-64.5 parent: 2 - - uid: 36839 + - uid: 37726 components: - type: Transform pos: -11.5,-64.5 parent: 2 - - uid: 36840 + - uid: 37727 components: - type: Transform pos: -11.5,-62.5 parent: 2 - - uid: 36841 + - uid: 37728 components: - type: Transform pos: -8.5,-64.5 parent: 2 - - uid: 36842 + - uid: 37729 components: - type: Transform pos: -7.5,-64.5 parent: 2 - - uid: 36843 + - uid: 37730 components: - type: Transform pos: -7.5,-65.5 parent: 2 - - uid: 36844 + - uid: 37731 components: - type: Transform pos: -6.5,-65.5 parent: 2 - - uid: 36845 + - uid: 37732 components: - type: Transform pos: -6.5,-64.5 parent: 2 - - uid: 36846 + - uid: 37733 components: - type: Transform pos: -5.5,-65.5 parent: 2 - - uid: 36847 + - uid: 37734 components: - type: Transform pos: -9.5,-62.5 parent: 2 - - uid: 36848 + - uid: 37735 components: - type: Transform pos: -8.5,-62.5 parent: 2 - - uid: 36849 + - uid: 37736 components: - type: Transform pos: -6.5,-63.5 parent: 2 - - uid: 36850 + - uid: 37737 components: - type: Transform pos: -7.5,-62.5 parent: 2 - - uid: 36851 + - uid: 37738 components: - type: Transform pos: -6.5,-62.5 parent: 2 - - uid: 36852 + - uid: 37739 components: - type: Transform pos: -4.5,-63.5 parent: 2 - - uid: 36853 + - uid: 37740 components: - type: Transform pos: -4.5,-62.5 parent: 2 - - uid: 36854 - components: - - type: Transform - pos: -4.5,-61.5 - parent: 2 - - uid: 36855 + - uid: 37741 components: - type: Transform pos: -3.5,-65.5 parent: 2 - - uid: 36856 - components: - - type: Transform - pos: -3.5,-64.5 - parent: 2 - - uid: 36857 + - uid: 37742 components: - type: Transform pos: 5.5,-63.5 parent: 2 - - uid: 36858 + - uid: 37743 components: - type: Transform pos: 10.5,-64.5 parent: 2 - - uid: 36859 + - uid: 37744 components: - type: Transform pos: 6.5,-64.5 parent: 2 - - uid: 36860 + - uid: 37745 components: - type: Transform pos: 7.5,-64.5 parent: 2 - - uid: 36861 + - uid: 37746 components: - type: Transform pos: 9.5,-64.5 parent: 2 - - uid: 36862 + - uid: 37747 components: - type: Transform pos: 10.5,-63.5 parent: 2 - - uid: 36863 + - uid: 37748 components: - type: Transform pos: 11.5,-63.5 parent: 2 - - uid: 36864 + - uid: 37749 components: - type: Transform pos: 5.5,-62.5 parent: 2 - - uid: 36865 + - uid: 37750 components: - type: Transform pos: 18.5,-52.5 parent: 2 - - uid: 36866 + - uid: 37751 components: - type: Transform pos: 13.5,-58.5 parent: 2 - - uid: 36867 + - uid: 37752 components: - type: Transform pos: 6.5,-61.5 parent: 2 - - uid: 36868 + - uid: 37753 components: - type: Transform pos: 9.5,-61.5 parent: 2 - - uid: 36869 + - uid: 37754 components: - type: Transform pos: 11.5,-60.5 parent: 2 - - uid: 36870 + - uid: 37755 components: - type: Transform pos: 5.5,-64.5 parent: 2 - - uid: 36871 + - uid: 37756 components: - type: Transform pos: 16.5,-57.5 parent: 2 - - uid: 36872 + - uid: 37757 components: - type: Transform pos: 14.5,-58.5 parent: 2 - - uid: 36873 + - uid: 37758 components: - type: Transform pos: 19.5,-50.5 parent: 2 - - uid: 36874 + - uid: 37759 components: - type: Transform pos: 19.5,-51.5 parent: 2 - - uid: 36875 + - uid: 37760 components: - type: Transform pos: 20.5,-48.5 parent: 2 - - uid: 36876 + - uid: 37761 components: - type: Transform pos: 19.5,-48.5 parent: 2 - - uid: 36877 + - uid: 37762 components: - type: Transform pos: 19.5,-47.5 parent: 2 - - uid: 36878 + - uid: 37763 components: - type: Transform pos: 19.5,-46.5 parent: 2 - - uid: 36879 + - uid: 37764 components: - type: Transform pos: -14.5,-62.5 parent: 2 - - uid: 36880 + - uid: 37765 components: - type: Transform pos: 12.5,-59.5 parent: 2 - - uid: 36881 + - uid: 37766 components: - type: Transform pos: 12.5,-58.5 parent: 2 - - uid: 36882 + - uid: 37767 components: - type: Transform pos: 8.5,-15.5 parent: 2 - - uid: 36883 + - uid: 37768 components: - type: Transform pos: 8.5,-16.5 parent: 2 - - uid: 36884 + - uid: 37769 components: - type: Transform pos: 17.5,-19.5 parent: 2 - - uid: 36885 + - uid: 37770 components: - type: Transform pos: 16.5,-18.5 parent: 2 - - uid: 36886 + - uid: 37771 components: - type: Transform pos: 15.5,-18.5 parent: 2 - - uid: 36887 + - uid: 37772 components: - type: Transform pos: 10.5,-16.5 parent: 2 - - uid: 36888 + - uid: 37773 components: - type: Transform pos: 9.5,-14.5 parent: 2 - - uid: 36889 + - uid: 37774 components: - type: Transform pos: 12.5,-61.5 parent: 2 - - uid: 36890 + - uid: 37775 components: - type: Transform pos: 12.5,-62.5 parent: 2 - - uid: 36891 + - uid: 37776 components: - type: Transform pos: 13.5,-61.5 parent: 2 - - uid: 36892 + - uid: 37777 components: - type: Transform pos: 14.5,-61.5 parent: 2 - - uid: 36893 + - uid: 37778 components: - type: Transform pos: 15.5,-59.5 parent: 2 - - uid: 36894 + - uid: 37779 components: - type: Transform pos: 15.5,-60.5 parent: 2 - - uid: 36895 + - uid: 37780 components: - type: Transform pos: 16.5,-60.5 parent: 2 - - uid: 36896 + - uid: 37781 components: - type: Transform pos: 15.5,-61.5 parent: 2 - - uid: 36897 + - uid: 37782 components: - type: Transform pos: 13.5,-62.5 parent: 2 - - uid: 36898 + - uid: 37783 components: - type: Transform pos: 17.5,-58.5 parent: 2 - - uid: 36899 + - uid: 37784 components: - type: Transform pos: 18.5,-57.5 parent: 2 - - uid: 36900 + - uid: 37785 components: - type: Transform pos: 19.5,-57.5 parent: 2 - - uid: 36901 + - uid: 37786 components: - type: Transform pos: 19.5,-56.5 parent: 2 - - uid: 36902 + - uid: 37787 components: - type: Transform pos: 20.5,-56.5 parent: 2 - - uid: 36903 + - uid: 37788 components: - type: Transform pos: 20.5,-54.5 parent: 2 - - uid: 36904 + - uid: 37789 components: - type: Transform pos: 19.5,-54.5 parent: 2 - - uid: 36905 + - uid: 37790 components: - type: Transform pos: 18.5,-54.5 parent: 2 - - uid: 36906 + - uid: 37791 components: - type: Transform pos: 17.5,-54.5 parent: 2 - - uid: 36907 + - uid: 37792 components: - type: Transform pos: 18.5,-53.5 parent: 2 - - uid: 36908 + - uid: 37793 components: - type: Transform pos: 20.5,-55.5 parent: 2 - - uid: 36909 + - uid: 37794 components: - type: Transform pos: -15.5,-62.5 parent: 2 - - uid: 36910 + - uid: 37795 components: - type: Transform pos: -16.5,-61.5 parent: 2 - - uid: 36911 + - uid: 37796 components: - type: Transform pos: -16.5,-60.5 parent: 2 - - uid: 36912 + - uid: 37797 components: - type: Transform pos: -11.5,-16.5 parent: 2 - - uid: 36913 + - uid: 37798 components: - type: Transform pos: -10.5,-16.5 parent: 2 - - uid: 36914 + - uid: 37799 components: - type: Transform pos: -16.5,-21.5 parent: 2 - - uid: 36915 + - uid: 37800 components: - type: Transform pos: -14.5,-22.5 parent: 2 - - uid: 36916 + - uid: 37801 components: - type: Transform pos: -11.5,-18.5 parent: 2 - - uid: 36917 + - uid: 37802 components: - type: Transform pos: -17.5,-20.5 parent: 2 - - uid: 36918 + - uid: 37803 components: - type: Transform pos: -16.5,-23.5 parent: 2 - - uid: 36919 + - uid: 37804 components: - type: Transform pos: -15.5,-23.5 parent: 2 - - uid: 36920 + - uid: 37805 components: - type: Transform pos: -17.5,-21.5 parent: 2 - - uid: 36921 + - uid: 37806 components: - type: Transform pos: -17.5,-19.5 parent: 2 - - uid: 36922 + - uid: 37807 components: - type: Transform pos: -16.5,-22.5 parent: 2 - - uid: 36923 + - uid: 37808 components: - type: Transform pos: -15.5,-22.5 parent: 2 - - uid: 36924 + - uid: 37809 components: - type: Transform pos: -17.5,-22.5 parent: 2 - - uid: 36925 + - uid: 37810 components: - type: Transform pos: -19.5,-21.5 parent: 2 - - uid: 36926 + - uid: 37811 components: - type: Transform pos: -19.5,-20.5 parent: 2 - - uid: 36927 + - uid: 37812 components: - type: Transform pos: -18.5,-20.5 parent: 2 - - uid: 36928 + - uid: 37813 components: - type: Transform pos: -14.5,-15.5 parent: 2 - - uid: 36929 + - uid: 37814 components: - type: Transform pos: -8.5,-16.5 parent: 2 - - uid: 36930 + - uid: 37815 components: - type: Transform pos: -8.5,-15.5 parent: 2 - - uid: 36931 + - uid: 37816 components: - type: Transform pos: -7.5,-17.5 parent: 2 - - uid: 36932 + - uid: 37817 components: - type: Transform pos: -6.5,-16.5 parent: 2 - - uid: 36933 + - uid: 37818 components: - type: Transform pos: -7.5,-15.5 parent: 2 - - uid: 36934 + - uid: 37819 components: - type: Transform pos: -8.5,-14.5 parent: 2 - - uid: 36935 + - uid: 37820 components: - type: Transform pos: -8.5,-17.5 parent: 2 - - uid: 36936 + - uid: 37821 components: - type: Transform pos: -9.5,-17.5 parent: 2 - - uid: 36937 + - uid: 37822 components: - type: Transform pos: -9.5,-18.5 parent: 2 - - uid: 36938 + - uid: 37823 components: - type: Transform pos: -11.5,-19.5 parent: 2 - - uid: 36939 + - uid: 37824 components: - type: Transform pos: -10.5,-19.5 parent: 2 - - uid: 36940 + - uid: 37825 components: - type: Transform pos: -7.5,-18.5 parent: 2 - - uid: 36941 + - uid: 37826 components: - type: Transform pos: -6.5,-18.5 parent: 2 - - uid: 36942 + - uid: 37827 components: - type: Transform pos: 3.5,-15.5 parent: 2 - - uid: 36943 + - uid: 37828 components: - type: Transform pos: 5.5,-17.5 parent: 2 - - uid: 36944 + - uid: 37829 components: - type: Transform pos: 10.5,-14.5 parent: 2 - - uid: 36945 + - uid: 37830 components: - type: Transform pos: 10.5,-13.5 parent: 2 - - uid: 36946 + - uid: 37831 components: - type: Transform pos: 11.5,-13.5 parent: 2 - - uid: 36947 + - uid: 37832 components: - type: Transform pos: 12.5,-13.5 parent: 2 - - uid: 36948 + - uid: 37833 components: - type: Transform pos: 13.5,-13.5 parent: 2 - - uid: 36949 + - uid: 37834 components: - type: Transform pos: 14.5,-13.5 parent: 2 - - uid: 36950 + - uid: 37835 components: - type: Transform pos: 13.5,-12.5 parent: 2 - - uid: 36951 + - uid: 37836 components: - type: Transform pos: 14.5,-12.5 parent: 2 - - uid: 36952 + - uid: 37837 components: - type: Transform pos: 15.5,-12.5 parent: 2 - - uid: 36953 + - uid: 37838 components: - type: Transform pos: 15.5,-13.5 parent: 2 - - uid: 36954 + - uid: 37839 components: - type: Transform pos: 15.5,-14.5 parent: 2 - - uid: 36955 + - uid: 37840 components: - type: Transform pos: 16.5,-13.5 parent: 2 - - uid: 36956 + - uid: 37841 components: - type: Transform pos: 16.5,-14.5 parent: 2 - - uid: 36957 + - uid: 37842 components: - type: Transform pos: 17.5,-13.5 parent: 2 - - uid: 36958 + - uid: 37843 components: - type: Transform pos: 17.5,-14.5 parent: 2 - - uid: 36959 + - uid: 37844 components: - type: Transform pos: 18.5,-13.5 parent: 2 - - uid: 36960 + - uid: 37845 components: - type: Transform pos: 18.5,-14.5 parent: 2 - - uid: 36961 + - uid: 37846 components: - type: Transform pos: 19.5,-13.5 parent: 2 - - uid: 36962 + - uid: 37847 components: - type: Transform pos: 19.5,-14.5 parent: 2 - - uid: 36963 + - uid: 37848 components: - type: Transform pos: 19.5,-20.5 parent: 2 - - uid: 36964 + - uid: 37849 components: - type: Transform pos: 19.5,-21.5 parent: 2 - - uid: 36965 + - uid: 37850 components: - type: Transform pos: 19.5,-22.5 parent: 2 - - uid: 36966 + - uid: 37851 components: - type: Transform pos: 19.5,-23.5 parent: 2 - - uid: 36967 + - uid: 37852 components: - type: Transform pos: 20.5,-20.5 parent: 2 - - uid: 36968 + - uid: 37853 components: - type: Transform pos: 20.5,-21.5 parent: 2 - - uid: 36969 + - uid: 37854 components: - type: Transform pos: 20.5,-22.5 parent: 2 - - uid: 36970 + - uid: 37855 components: - type: Transform pos: 20.5,-23.5 parent: 2 - - uid: 36971 + - uid: 37856 components: - type: Transform pos: 18.5,-25.5 parent: 2 - - uid: 36972 + - uid: 37857 components: - type: Transform pos: 18.5,-24.5 parent: 2 - - uid: 36973 + - uid: 37858 components: - type: Transform pos: 17.5,-25.5 parent: 2 - - uid: 36974 + - uid: 37859 components: - type: Transform pos: 17.5,-24.5 parent: 2 - - uid: 36975 + - uid: 37860 components: - type: Transform pos: 16.5,-25.5 parent: 2 - - uid: 36976 + - uid: 37861 components: - type: Transform pos: -2.5,-15.5 parent: 2 - - uid: 36977 + - uid: 37862 components: - type: Transform pos: -3.5,-15.5 parent: 2 - - uid: 36978 + - uid: 37863 components: - type: Transform pos: -4.5,-16.5 parent: 2 - - uid: 36979 + - uid: 37864 components: - type: Transform pos: -1.5,-15.5 parent: 2 - - uid: 36980 + - uid: 37865 components: - type: Transform pos: -5.5,-15.5 parent: 2 - - uid: 36981 + - uid: 37866 components: - type: Transform pos: -5.5,-14.5 parent: 2 - - uid: 36982 + - uid: 37867 components: - type: Transform pos: -6.5,-15.5 parent: 2 - - uid: 36983 + - uid: 37868 components: - type: Transform pos: -6.5,-14.5 parent: 2 - - uid: 36984 - components: - - type: Transform - pos: 4.5,-64.5 - parent: 2 - - uid: 36985 - components: - - type: Transform - pos: 3.5,-64.5 - parent: 2 - - uid: 36986 - components: - - type: Transform - pos: -2.5,-64.5 - parent: 2 - - uid: 36987 + - uid: 37869 components: - type: Transform pos: -2.5,-65.5 parent: 2 - - uid: 36988 - components: - - type: Transform - pos: -1.5,-64.5 - parent: 2 - - uid: 36989 - components: - - type: Transform - pos: 2.5,-64.5 - parent: 2 - proto: WallRockChromiteArtifactFragment entities: - - uid: 36990 + - uid: 37870 components: - type: Transform pos: 13.5,-20.5 parent: 2 - - uid: 36991 + - uid: 37871 components: - type: Transform pos: 15.5,-58.5 parent: 2 - - uid: 36992 + - uid: 37872 components: - type: Transform pos: 16.5,-58.5 parent: 2 - proto: WallRockChromiteBananium entities: - - uid: 36993 + - uid: 37873 components: - type: Transform pos: 5.5,-16.5 parent: 2 - - uid: 36994 + - uid: 37874 components: - type: Transform pos: -19.5,-31.5 parent: 2 - - uid: 36995 + - uid: 37875 components: - type: Transform pos: 16.5,-19.5 parent: 2 - - uid: 36996 + - uid: 37876 components: - type: Transform pos: -9.5,-19.5 parent: 2 - - uid: 36997 + - uid: 37877 components: - type: Transform pos: 16.5,-24.5 parent: 2 - - uid: 36998 + - uid: 37878 components: - type: Transform pos: -13.5,-22.5 parent: 2 - - uid: 36999 + - uid: 37879 components: - type: Transform pos: -15.5,-24.5 parent: 2 - proto: WallRockChromiteCoal entities: - - uid: 37000 + - uid: 37880 components: - type: Transform pos: -6.5,-19.5 parent: 2 - - uid: 37001 + - uid: 37881 components: - type: Transform pos: 14.5,-19.5 parent: 2 - - uid: 37002 + - uid: 37882 components: - type: Transform pos: -7.5,-20.5 parent: 2 - - uid: 37003 + - uid: 37883 components: - type: Transform pos: 13.5,-60.5 parent: 2 - - uid: 37004 + - uid: 37884 components: - type: Transform pos: 14.5,-60.5 parent: 2 - - uid: 37005 + - uid: 37885 components: - type: Transform pos: 14.5,-59.5 parent: 2 - - uid: 37006 + - uid: 37886 components: - type: Transform pos: 11.5,-18.5 parent: 2 - - uid: 37007 + - uid: 37887 components: - type: Transform pos: 6.5,-17.5 parent: 2 - - uid: 37008 + - uid: 37888 components: - type: Transform pos: 7.5,-17.5 parent: 2 - - uid: 37009 + - uid: 37889 components: - type: Transform pos: 9.5,-15.5 parent: 2 - - uid: 37010 + - uid: 37890 components: - type: Transform pos: 9.5,-16.5 parent: 2 - - uid: 37011 + - uid: 37891 components: - type: Transform pos: 10.5,-18.5 parent: 2 - - uid: 37012 + - uid: 37892 components: - type: Transform pos: 10.5,-17.5 parent: 2 - - uid: 37013 + - uid: 37893 components: - type: Transform pos: -11.5,-17.5 parent: 2 - - uid: 37014 + - uid: 37894 components: - type: Transform pos: -4.5,-15.5 parent: 2 -- proto: WallRockChromiteDiamond - entities: - - uid: 37015 - components: - - type: Transform - pos: 5.5,-61.5 - parent: 2 - proto: WallRockChromiteGold entities: - - uid: 37016 + - uid: 37895 components: - type: Transform pos: -17.5,-55.5 parent: 2 - - uid: 37017 + - uid: 37896 components: - type: Transform pos: 13.5,-59.5 parent: 2 - - uid: 37018 + - uid: 37897 components: - type: Transform pos: 12.5,-60.5 parent: 2 - - uid: 37019 + - uid: 37898 components: - type: Transform pos: 11.5,-58.5 parent: 2 - - uid: 37020 + - uid: 37899 components: - type: Transform pos: 7.5,-63.5 parent: 2 - - uid: 37021 + - uid: 37900 components: - type: Transform pos: 6.5,-63.5 parent: 2 - - uid: 37022 + - uid: 37901 components: - type: Transform pos: 9.5,-63.5 parent: 2 - proto: WallRockChromitePlasma entities: - - uid: 37023 + - uid: 37902 components: - type: Transform pos: 12.5,-16.5 parent: 2 - - uid: 37024 + - uid: 37903 components: - type: Transform pos: 13.5,-17.5 parent: 2 - - uid: 37025 + - uid: 37904 components: - type: Transform pos: 13.5,-16.5 parent: 2 - - uid: 37026 + - uid: 37905 components: - type: Transform pos: 16.5,-56.5 parent: 2 - - uid: 37027 + - uid: 37906 components: - type: Transform pos: 8.5,-63.5 parent: 2 - - uid: 37028 + - uid: 37907 components: - type: Transform pos: 8.5,-64.5 parent: 2 - - uid: 37029 + - uid: 37908 components: - type: Transform pos: -14.5,-21.5 parent: 2 - - uid: 37030 + - uid: 37909 components: - type: Transform pos: -13.5,-21.5 parent: 2 - - uid: 37031 + - uid: 37910 components: - type: Transform pos: -10.5,-18.5 parent: 2 - - uid: 37032 + - uid: 37911 components: - type: Transform pos: -11.5,-20.5 parent: 2 - proto: WallRockChromiteQuartz entities: - - uid: 37033 + - uid: 37912 components: - type: Transform pos: 17.5,-56.5 parent: 2 - - uid: 37034 + - uid: 37913 components: - type: Transform pos: 11.5,-15.5 parent: 2 - - uid: 37035 + - uid: 37914 components: - type: Transform pos: 11.5,-16.5 parent: 2 - - uid: 37036 + - uid: 37915 components: - type: Transform pos: 18.5,-17.5 parent: 2 - - uid: 37037 + - uid: 37916 components: - type: Transform pos: 14.5,-17.5 parent: 2 - - uid: 37038 + - uid: 37917 components: - type: Transform pos: 16.5,-15.5 parent: 2 - - uid: 37039 + - uid: 37918 components: - type: Transform pos: 18.5,-16.5 parent: 2 - - uid: 37040 + - uid: 37919 components: - type: Transform pos: 10.5,-15.5 parent: 2 - - uid: 37041 + - uid: 37920 components: - type: Transform pos: 18.5,-56.5 parent: 2 - - uid: 37042 + - uid: 37921 components: - type: Transform pos: 18.5,-15.5 parent: 2 - - uid: 37043 + - uid: 37922 components: - type: Transform pos: 17.5,-55.5 parent: 2 - - uid: 37044 + - uid: 37923 components: - type: Transform pos: 19.5,-53.5 parent: 2 - - uid: 37045 + - uid: 37924 components: - type: Transform pos: -10.5,-17.5 parent: 2 - - uid: 37046 + - uid: 37925 components: - type: Transform pos: -7.5,-16.5 parent: 2 - - uid: 37047 + - uid: 37926 components: - type: Transform pos: -6.5,-17.5 parent: 2 - proto: WallRockChromiteSalt entities: - - uid: 37048 + - uid: 37927 components: - type: Transform pos: -17.5,-57.5 parent: 2 - - uid: 37049 + - uid: 37928 components: - type: Transform pos: 19.5,-55.5 parent: 2 - - uid: 37050 + - uid: 37929 components: - type: Transform pos: 18.5,-55.5 parent: 2 - - uid: 37051 + - uid: 37930 components: - type: Transform pos: 14.5,-20.5 parent: 2 - - uid: 37052 + - uid: 37931 components: - type: Transform pos: 15.5,-20.5 parent: 2 - - uid: 37053 + - uid: 37932 components: - type: Transform pos: 17.5,-20.5 parent: 2 - - uid: 37054 + - uid: 37933 components: - type: Transform pos: 18.5,-19.5 parent: 2 - - uid: 37055 + - uid: 37934 components: - type: Transform pos: 18.5,-20.5 parent: 2 - proto: WallRockChromiteSilver entities: - - uid: 37056 + - uid: 37935 components: - type: Transform pos: 9.5,-62.5 parent: 2 - - uid: 37057 + - uid: 37936 components: - type: Transform pos: 10.5,-62.5 parent: 2 - - uid: 37058 + - uid: 37937 components: - type: Transform pos: 11.5,-62.5 parent: 2 - - uid: 37059 + - uid: 37938 components: - type: Transform pos: -15.5,-21.5 parent: 2 - proto: WallRockChromiteTin entities: - - uid: 37060 + - uid: 37939 components: - type: Transform pos: -15.5,-58.5 parent: 2 - - uid: 37061 + - uid: 37940 components: - type: Transform pos: 16.5,-22.5 parent: 2 - - uid: 37062 + - uid: 37941 components: - type: Transform pos: 13.5,-15.5 parent: 2 - - uid: 37063 + - uid: 37942 components: - type: Transform pos: 14.5,-15.5 parent: 2 - - uid: 37064 + - uid: 37943 components: - type: Transform pos: 18.5,-18.5 parent: 2 - - uid: 37065 + - uid: 37944 components: - type: Transform pos: -14.5,-59.5 parent: 2 - - uid: 37066 + - uid: 37945 components: - type: Transform pos: -16.5,-55.5 parent: 2 - - uid: 37067 + - uid: 37946 components: - type: Transform pos: -16.5,-57.5 parent: 2 - - uid: 37068 + - uid: 37947 components: - type: Transform pos: -17.5,-56.5 parent: 2 - - uid: 37069 + - uid: 37948 components: - type: Transform pos: -13.5,-59.5 parent: 2 - - uid: 37070 + - uid: 37949 components: - type: Transform pos: 15.5,-55.5 parent: 2 - - uid: 37071 + - uid: 37950 components: - type: Transform pos: 10.5,-61.5 parent: 2 - - uid: 37072 + - uid: 37951 components: - type: Transform pos: 15.5,-57.5 parent: 2 - - uid: 37073 + - uid: 37952 components: - type: Transform pos: 15.5,-56.5 parent: 2 - - uid: 37074 + - uid: 37953 components: - type: Transform pos: 16.5,-55.5 parent: 2 - - uid: 37075 + - uid: 37954 components: - type: Transform pos: 11.5,-61.5 parent: 2 - - uid: 37076 + - uid: 37955 components: - type: Transform pos: 15.5,-15.5 parent: 2 - - uid: 37077 + - uid: 37956 components: - type: Transform pos: 15.5,-16.5 parent: 2 - - uid: 37078 + - uid: 37957 components: - type: Transform pos: 16.5,-16.5 parent: 2 - - uid: 37079 + - uid: 37958 components: - type: Transform pos: 16.5,-17.5 parent: 2 - - uid: 37080 + - uid: 37959 components: - type: Transform pos: 17.5,-18.5 parent: 2 - - uid: 37081 + - uid: 37960 components: - type: Transform pos: 8.5,-61.5 parent: 2 - - uid: 37082 + - uid: 37961 components: - type: Transform pos: 7.5,-61.5 parent: 2 - - uid: 37083 + - uid: 37962 components: - type: Transform pos: 7.5,-62.5 parent: 2 - - uid: 37084 + - uid: 37963 components: - type: Transform pos: 8.5,-62.5 parent: 2 - - uid: 37085 + - uid: 37964 components: - type: Transform pos: -12.5,-14.5 parent: 2 - - uid: 37086 + - uid: 37965 components: - type: Transform pos: -12.5,-15.5 parent: 2 - - uid: 37087 + - uid: 37966 components: - type: Transform pos: -13.5,-14.5 parent: 2 - - uid: 37088 + - uid: 37967 components: - type: Transform pos: -14.5,-14.5 parent: 2 - - uid: 37089 + - uid: 37968 components: - type: Transform pos: -13.5,-15.5 parent: 2 - - uid: 37090 + - uid: 37969 components: - type: Transform pos: -11.5,-14.5 parent: 2 - - uid: 37091 + - uid: 37970 components: - type: Transform pos: -11.5,-15.5 parent: 2 - - uid: 37092 + - uid: 37971 components: - type: Transform pos: -10.5,-14.5 parent: 2 - - uid: 37093 + - uid: 37972 components: - type: Transform pos: -10.5,-15.5 parent: 2 - - uid: 37094 + - uid: 37973 components: - type: Transform pos: -9.5,-15.5 parent: 2 - - uid: 37095 + - uid: 37974 components: - type: Transform pos: -9.5,-16.5 parent: 2 - - uid: 37096 + - uid: 37975 components: - type: Transform pos: -3.5,-16.5 parent: 2 - - uid: 37097 + - uid: 37976 components: - type: Transform pos: -18.5,-21.5 parent: 2 - - uid: 37098 + - uid: 37977 components: - type: Transform pos: -18.5,-22.5 parent: 2 - proto: WallRockChromiteUranium entities: - - uid: 37099 + - uid: 37978 components: - type: Transform pos: -14.5,-60.5 parent: 2 - - uid: 37100 + - uid: 37979 components: - type: Transform pos: -16.5,-59.5 parent: 2 - - uid: 37101 + - uid: 37980 components: - type: Transform pos: -11.5,-22.5 parent: 2 - - uid: 37102 + - uid: 37981 components: - type: Transform pos: -15.5,-59.5 parent: 2 - - uid: 37103 + - uid: 37982 components: - type: Transform pos: -15.5,-61.5 parent: 2 - - uid: 37104 + - uid: 37983 components: - type: Transform pos: -16.5,-58.5 parent: 2 - - uid: 37105 + - uid: 37984 components: - type: Transform pos: 11.5,-59.5 parent: 2 - - uid: 37106 + - uid: 37985 components: - type: Transform pos: 10.5,-19.5 parent: 2 - - uid: 37107 + - uid: 37986 components: - type: Transform pos: 11.5,-19.5 parent: 2 - - uid: 37108 + - uid: 37987 components: - type: Transform pos: 14.5,-21.5 parent: 2 - - uid: 37109 + - uid: 37988 components: - type: Transform pos: 14.5,-22.5 parent: 2 - proto: WallSolid entities: - - uid: 37110 + - uid: 37989 components: - type: Transform pos: 33.5,32.5 parent: 2 - - uid: 37111 + - uid: 37990 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,32.5 parent: 2 - - uid: 37112 + - uid: 37991 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,32.5 parent: 2 - - uid: 37113 + - uid: 37992 components: - type: Transform pos: 49.5,3.5 parent: 2 - - uid: 37114 + - uid: 37993 components: - type: Transform pos: 49.5,5.5 parent: 2 - - uid: 37115 + - uid: 37994 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,8.5 parent: 2 - - uid: 37116 + - uid: 37995 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,2.5 parent: 2 - - uid: 37117 + - uid: 37996 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,8.5 parent: 2 - - uid: 37118 + - uid: 37997 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,8.5 parent: 2 - - uid: 37119 + - uid: 37998 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,4.5 parent: 2 - - uid: 37120 + - uid: 37999 components: - type: Transform pos: 49.5,4.5 parent: 2 - - uid: 37121 + - uid: 38000 components: - type: Transform pos: 49.5,7.5 parent: 2 - - uid: 37122 + - uid: 38001 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,5.5 parent: 2 - - uid: 37123 + - uid: 38002 components: - type: Transform pos: 49.5,2.5 parent: 2 - - uid: 37124 + - uid: 38003 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-83.5 parent: 2 - - uid: 37125 + - uid: 38004 components: - type: Transform pos: 46.5,-35.5 parent: 2 - - uid: 37126 + - uid: 38005 components: - type: Transform pos: 29.5,23.5 parent: 2 - - uid: 37127 + - uid: 38006 components: - type: Transform pos: -10.5,-80.5 parent: 2 - - uid: 37128 + - uid: 38007 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-104.5 parent: 2 - - uid: 37129 + - uid: 38008 components: - type: Transform pos: 38.5,18.5 parent: 2 - - uid: 37130 + - uid: 38009 components: - type: Transform pos: -70.5,0.5 parent: 2 - - uid: 37131 + - uid: 38010 components: - type: Transform pos: -18.5,-99.5 parent: 2 - - uid: 37132 + - uid: 38011 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,18.5 parent: 2 - - uid: 37133 + - uid: 38012 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,21.5 parent: 2 - - uid: 37134 + - uid: 38013 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-97.5 parent: 2 - - uid: 37135 + - uid: 38014 components: - type: Transform pos: -6.5,-92.5 parent: 2 - - uid: 37136 + - uid: 38015 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,22.5 parent: 2 - - uid: 37137 + - uid: 38016 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-99.5 parent: 2 - - uid: 37138 + - uid: 38017 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,1.5 parent: 2 - - uid: 37139 + - uid: 38018 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-103.5 parent: 2 - - uid: 37140 + - uid: 38019 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-45.5 parent: 2 - - uid: 37141 + - uid: 38020 components: - type: Transform pos: 44.5,21.5 parent: 2 - - uid: 37142 + - uid: 38021 components: - type: Transform pos: 43.5,21.5 parent: 2 - - uid: 37143 + - uid: 38022 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-95.5 parent: 2 - - uid: 37144 + - uid: 38023 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-95.5 parent: 2 - - uid: 37145 + - uid: 38024 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,19.5 parent: 2 - - uid: 37146 + - uid: 38025 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,22.5 parent: 2 - - uid: 37147 + - uid: 38026 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,18.5 parent: 2 - - uid: 37148 + - uid: 38027 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-95.5 parent: 2 - - uid: 37149 + - uid: 38028 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-95.5 parent: 2 - - uid: 37150 + - uid: 38029 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-95.5 parent: 2 - - uid: 37151 + - uid: 38030 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,4.5 parent: 2 - - uid: 37152 + - uid: 38031 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-101.5 parent: 2 - - uid: 37153 + - uid: 38032 components: - type: Transform pos: -56.5,-93.5 parent: 2 - - uid: 37154 + - uid: 38033 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-98.5 parent: 2 - - uid: 37155 + - uid: 38034 components: - type: Transform rot: 3.141592653589793 rad pos: 84.5,-44.5 parent: 2 - - uid: 37156 + - uid: 38035 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,22.5 parent: 2 - - uid: 37157 + - uid: 38036 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,20.5 parent: 2 - - uid: 37158 + - uid: 38037 components: - type: Transform pos: -71.5,0.5 parent: 2 - - uid: 37159 + - uid: 38038 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-101.5 parent: 2 - - uid: 37160 + - uid: 38039 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,22.5 parent: 2 - - uid: 37161 + - uid: 38040 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-101.5 parent: 2 - - uid: 37162 + - uid: 38041 components: - type: Transform pos: 25.5,22.5 parent: 2 - - uid: 37163 + - uid: 38042 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-98.5 parent: 2 - - uid: 37164 + - uid: 38043 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,6.5 parent: 2 - - uid: 37165 + - uid: 38044 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,2.5 parent: 2 - - uid: 37166 + - uid: 38045 components: - type: Transform pos: 32.5,19.5 parent: 2 - - uid: 37167 + - uid: 38046 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,16.5 parent: 2 - - uid: 37168 + - uid: 38047 components: - type: Transform pos: -32.5,-117.5 parent: 2 - - uid: 37169 + - uid: 38048 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,22.5 parent: 2 - - uid: 37170 + - uid: 38049 components: - type: Transform pos: -1.5,-84.5 parent: 2 - - uid: 37171 + - uid: 38050 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,16.5 parent: 2 - - uid: 37172 + - uid: 38051 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-99.5 parent: 2 - - uid: 37173 + - uid: 38052 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,19.5 parent: 2 - - uid: 37174 + - uid: 38053 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-100.5 parent: 2 - - uid: 37175 + - uid: 38054 components: - type: Transform rot: 3.141592653589793 rad pos: 80.5,3.5 parent: 2 - - uid: 37176 + - uid: 38055 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-101.5 parent: 2 - - uid: 37177 + - uid: 38056 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-101.5 parent: 2 - - uid: 37178 + - uid: 38057 components: - type: Transform rot: 1.5707963267948966 rad pos: 88.5,-52.5 parent: 2 - - uid: 37179 + - uid: 38058 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-99.5 parent: 2 - - uid: 37180 + - uid: 38059 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-98.5 parent: 2 - - uid: 37181 + - uid: 38060 components: - type: Transform pos: -65.5,-59.5 parent: 2 - - uid: 37182 + - uid: 38061 components: - type: Transform pos: -65.5,-57.5 parent: 2 - - uid: 37183 + - uid: 38062 components: - type: Transform pos: -66.5,-57.5 parent: 2 - - uid: 37184 + - uid: 38063 components: - type: Transform pos: -68.5,-57.5 parent: 2 - - uid: 37185 + - uid: 38064 components: - type: Transform pos: -65.5,-58.5 parent: 2 - - uid: 37186 + - uid: 38065 components: - type: Transform pos: -69.5,-58.5 parent: 2 - - uid: 37187 + - uid: 38066 components: - type: Transform pos: -69.5,-57.5 parent: 2 - - uid: 37188 + - uid: 38067 components: - type: Transform pos: -69.5,-55.5 parent: 2 - - uid: 37189 + - uid: 38068 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-99.5 parent: 2 - - uid: 37190 + - uid: 38069 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-99.5 parent: 2 - - uid: 37191 + - uid: 38070 components: - type: Transform pos: 29.5,25.5 parent: 2 - - uid: 37192 + - uid: 38071 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-96.5 parent: 2 - - uid: 37193 + - uid: 38072 components: - type: Transform pos: -19.5,-100.5 parent: 2 - - uid: 37194 + - uid: 38073 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-97.5 parent: 2 - - uid: 37195 + - uid: 38074 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-97.5 parent: 2 - - uid: 37196 + - uid: 38075 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-102.5 parent: 2 - - uid: 37197 + - uid: 38076 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-100.5 parent: 2 - - uid: 37198 + - uid: 38077 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-97.5 parent: 2 - - uid: 37199 + - uid: 38078 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-101.5 parent: 2 - - uid: 37200 + - uid: 38079 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-99.5 parent: 2 - - uid: 37201 + - uid: 38080 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-100.5 parent: 2 - - uid: 37202 + - uid: 38081 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-99.5 parent: 2 - - uid: 37203 + - uid: 38082 components: - type: Transform pos: -18.5,-100.5 parent: 2 - - uid: 37204 + - uid: 38083 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-97.5 parent: 2 - - uid: 37205 + - uid: 38084 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-99.5 parent: 2 - - uid: 37206 + - uid: 38085 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-98.5 parent: 2 - - uid: 37207 + - uid: 38086 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-97.5 parent: 2 - - uid: 37208 + - uid: 38087 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-97.5 parent: 2 - - uid: 37209 + - uid: 38088 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-97.5 parent: 2 - - uid: 37210 + - uid: 38089 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-97.5 parent: 2 - - uid: 37211 + - uid: 38090 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-104.5 parent: 2 - - uid: 37212 + - uid: 38091 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-99.5 parent: 2 - - uid: 37213 + - uid: 38092 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-99.5 parent: 2 - - uid: 37214 + - uid: 38093 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-105.5 parent: 2 - - uid: 37215 + - uid: 38094 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-106.5 parent: 2 - - uid: 37216 + - uid: 38095 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-17.5 parent: 2 - - uid: 37217 + - uid: 38096 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-22.5 parent: 2 - - uid: 37218 + - uid: 38097 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-22.5 parent: 2 - - uid: 37219 + - uid: 38098 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-80.5 parent: 2 - - uid: 37220 + - uid: 38099 components: - type: Transform pos: 21.5,-77.5 parent: 2 - - uid: 37221 + - uid: 38100 components: - type: Transform pos: 42.5,-12.5 parent: 2 - - uid: 37222 + - uid: 38101 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-34.5 parent: 2 - - uid: 37223 + - uid: 38102 components: - type: Transform pos: -19.5,2.5 parent: 2 - - uid: 37224 + - uid: 38103 components: - type: Transform pos: -22.5,2.5 parent: 2 - - uid: 37225 + - uid: 38104 components: - type: Transform pos: -23.5,2.5 parent: 2 - - uid: 37226 + - uid: 38105 components: - type: Transform pos: -24.5,2.5 parent: 2 - - uid: 37227 + - uid: 38106 components: - type: Transform pos: -25.5,8.5 parent: 2 - - uid: 37228 + - uid: 38107 components: - type: Transform pos: -25.5,7.5 parent: 2 - - uid: 37229 + - uid: 38108 components: - type: Transform pos: -25.5,9.5 parent: 2 - - uid: 37230 + - uid: 38109 components: - type: Transform pos: -25.5,6.5 parent: 2 - - uid: 37231 + - uid: 38110 components: - type: Transform pos: -25.5,5.5 parent: 2 - - uid: 37232 + - uid: 38111 components: - type: Transform pos: -25.5,4.5 parent: 2 - - uid: 37233 + - uid: 38112 components: - type: Transform pos: -25.5,3.5 parent: 2 - - uid: 37234 + - uid: 38113 components: - type: Transform pos: -25.5,2.5 parent: 2 - - uid: 37235 + - uid: 38114 components: - type: Transform pos: -19.5,9.5 parent: 2 - - uid: 37236 + - uid: 38115 components: - type: Transform pos: -20.5,9.5 parent: 2 - - uid: 37237 + - uid: 38116 components: - type: Transform pos: -21.5,9.5 parent: 2 - - uid: 37238 + - uid: 38117 components: - type: Transform pos: -22.5,9.5 parent: 2 - - uid: 37239 + - uid: 38118 components: - type: Transform pos: -23.5,9.5 parent: 2 - - uid: 37240 + - uid: 38119 components: - type: Transform pos: -24.5,9.5 parent: 2 - - uid: 37241 + - uid: 38120 components: - type: Transform pos: -49.5,-107.5 parent: 2 - - uid: 37242 + - uid: 38121 components: - type: Transform pos: 38.5,-14.5 parent: 2 - - uid: 37243 + - uid: 38122 components: - type: Transform pos: 27.5,-1.5 parent: 2 - - uid: 37244 + - uid: 38123 components: - type: Transform pos: 31.5,-17.5 parent: 2 - - uid: 37245 + - uid: 38124 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-37.5 parent: 2 - - uid: 37246 + - uid: 38125 components: - type: Transform pos: 35.5,-14.5 parent: 2 - - uid: 37247 + - uid: 38126 components: - type: Transform pos: 97.5,-47.5 parent: 2 - - uid: 37248 + - uid: 38127 components: - type: Transform pos: 106.5,-50.5 parent: 2 - - uid: 37249 + - uid: 38128 components: - type: Transform pos: 107.5,-46.5 parent: 2 - - uid: 37250 + - uid: 38129 components: - type: Transform pos: 88.5,-51.5 parent: 2 - - uid: 37251 + - uid: 38130 components: - type: Transform pos: -36.5,-77.5 parent: 2 - - uid: 37252 + - uid: 38131 components: - type: Transform pos: -35.5,-77.5 parent: 2 - - uid: 37253 + - uid: 38132 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-93.5 parent: 2 - - uid: 37254 + - uid: 38133 components: - type: Transform pos: 31.5,-16.5 parent: 2 - - uid: 37255 + - uid: 38134 components: - type: Transform pos: 24.5,5.5 parent: 2 - - uid: 37256 + - uid: 38135 components: - type: Transform pos: 25.5,10.5 parent: 2 - - uid: 37257 + - uid: 38136 components: - type: Transform pos: 24.5,10.5 parent: 2 - - uid: 37258 + - uid: 38137 components: - type: Transform pos: 25.5,5.5 parent: 2 - - uid: 37259 + - uid: 38138 components: - type: Transform pos: 22.5,5.5 parent: 2 - - uid: 37260 + - uid: 38139 components: - type: Transform pos: 25.5,7.5 parent: 2 - - uid: 37261 + - uid: 38140 components: - type: Transform pos: 32.5,16.5 parent: 2 - - uid: 37262 + - uid: 38141 components: - type: Transform pos: 25.5,6.5 parent: 2 - - uid: 37263 + - uid: 38142 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,11.5 parent: 2 - - uid: 37264 + - uid: 38143 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,0.5 parent: 2 - - uid: 37265 + - uid: 38144 components: - type: Transform pos: -45.5,-7.5 parent: 2 - - uid: 37266 + - uid: 38145 components: - type: Transform pos: -46.5,-7.5 parent: 2 - - uid: 37267 + - uid: 38146 components: - type: Transform pos: -47.5,-7.5 parent: 2 - - uid: 37268 + - uid: 38147 components: - type: Transform pos: -49.5,-7.5 parent: 2 - - uid: 37269 + - uid: 38148 components: - type: Transform pos: -50.5,-7.5 parent: 2 - - uid: 37270 + - uid: 38149 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-37.5 parent: 2 - - uid: 37271 + - uid: 38150 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-30.5 parent: 2 - - uid: 37272 + - uid: 38151 components: - type: Transform pos: -58.5,-39.5 parent: 2 - - uid: 37273 + - uid: 38152 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-107.5 parent: 2 - - uid: 37274 + - uid: 38153 components: - type: Transform pos: -29.5,-101.5 parent: 2 - - uid: 37275 + - uid: 38154 components: - type: Transform pos: -29.5,-102.5 parent: 2 - - uid: 37276 + - uid: 38155 components: - type: Transform pos: -29.5,-104.5 parent: 2 - - uid: 37277 + - uid: 38156 components: - type: Transform pos: -28.5,-104.5 parent: 2 - - uid: 37278 + - uid: 38157 components: - type: Transform pos: 80.5,-48.5 parent: 2 - - uid: 37279 + - uid: 38158 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-117.5 parent: 2 - - uid: 37280 + - uid: 38159 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-50.5 parent: 2 - - uid: 37281 + - uid: 38160 components: - type: Transform pos: -27.5,-95.5 parent: 2 - - uid: 37282 + - uid: 38161 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-117.5 parent: 2 - - uid: 37283 + - uid: 38162 components: - type: Transform pos: -58.5,-38.5 parent: 2 - - uid: 37284 + - uid: 38163 components: - type: Transform pos: -58.5,-40.5 parent: 2 - - uid: 37285 + - uid: 38164 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-115.5 parent: 2 - - uid: 37286 + - uid: 38165 components: - type: Transform pos: -57.5,-41.5 parent: 2 - - uid: 37287 + - uid: 38166 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-37.5 parent: 2 - - uid: 37288 + - uid: 38167 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,8.5 parent: 2 - - uid: 37289 + - uid: 38168 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,1.5 parent: 2 - - uid: 37290 + - uid: 38169 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-117.5 parent: 2 - - uid: 37291 + - uid: 38170 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,3.5 parent: 2 - - uid: 37292 + - uid: 38171 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,1.5 parent: 2 - - uid: 37293 + - uid: 38172 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,5.5 parent: 2 - - uid: 37294 + - uid: 38173 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,10.5 parent: 2 - - uid: 37295 + - uid: 38174 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,5.5 parent: 2 - - uid: 37296 + - uid: 38175 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,5.5 parent: 2 - - uid: 37297 + - uid: 38176 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,5.5 parent: 2 - - uid: 37298 + - uid: 38177 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,0.5 parent: 2 - - uid: 37299 + - uid: 38178 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-4.5 parent: 2 - - uid: 37300 + - uid: 38179 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-1.5 parent: 2 - - uid: 37301 + - uid: 38180 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-1.5 parent: 2 - - uid: 37302 + - uid: 38181 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-3.5 parent: 2 - - uid: 37303 + - uid: 38182 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-0.5 parent: 2 - - uid: 37304 + - uid: 38183 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,0.5 parent: 2 - - uid: 37305 + - uid: 38184 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-4.5 parent: 2 - - uid: 37306 + - uid: 38185 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-1.5 parent: 2 - - uid: 37307 + - uid: 38186 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-2.5 parent: 2 - - uid: 37308 + - uid: 38187 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,8.5 parent: 2 - - uid: 37309 + - uid: 38188 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,5.5 parent: 2 - - uid: 37310 + - uid: 38189 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,1.5 parent: 2 - - uid: 37311 + - uid: 38190 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,4.5 parent: 2 - - uid: 37312 + - uid: 38191 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-1.5 parent: 2 - - uid: 37313 + - uid: 38192 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-2.5 parent: 2 - - uid: 37314 + - uid: 38193 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,8.5 parent: 2 - - uid: 37315 + - uid: 38194 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,8.5 parent: 2 - - uid: 37316 + - uid: 38195 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,8.5 parent: 2 - - uid: 37317 + - uid: 38196 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,8.5 parent: 2 - - uid: 37318 + - uid: 38197 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,2.5 parent: 2 - - uid: 37319 + - uid: 38198 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,5.5 parent: 2 - - uid: 37320 + - uid: 38199 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,5.5 parent: 2 - - uid: 37321 + - uid: 38200 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,5.5 parent: 2 - - uid: 37322 + - uid: 38201 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-117.5 parent: 2 - - uid: 37323 + - uid: 38202 components: - type: Transform pos: 32.5,-14.5 parent: 2 - - uid: 37324 + - uid: 38203 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,11.5 parent: 2 - - uid: 37325 + - uid: 38204 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,12.5 parent: 2 - - uid: 37326 + - uid: 38205 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,8.5 parent: 2 - - uid: 37327 + - uid: 38206 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,8.5 parent: 2 - - uid: 37328 + - uid: 38207 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,11.5 parent: 2 - - uid: 37329 + - uid: 38208 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,10.5 parent: 2 - - uid: 37330 + - uid: 38209 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,12.5 parent: 2 - - uid: 37331 + - uid: 38210 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-117.5 parent: 2 - - uid: 37332 + - uid: 38211 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-117.5 parent: 2 - - uid: 37333 + - uid: 38212 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,8.5 parent: 2 - - uid: 37334 + - uid: 38213 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-0.5 parent: 2 - - uid: 37335 + - uid: 38214 components: - type: Transform pos: 42.5,29.5 parent: 2 - - uid: 37336 + - uid: 38215 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,11.5 parent: 2 - - uid: 37337 + - uid: 38216 components: - type: Transform pos: 96.5,-47.5 parent: 2 - - uid: 37338 + - uid: 38217 components: - type: Transform pos: 106.5,-47.5 parent: 2 - - uid: 37339 + - uid: 38218 components: - type: Transform pos: 97.5,-45.5 parent: 2 - - uid: 37340 + - uid: 38219 components: - type: Transform pos: 40.5,29.5 parent: 2 - - uid: 37341 + - uid: 38220 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,24.5 parent: 2 - - uid: 37342 + - uid: 38221 components: - type: Transform pos: 39.5,29.5 parent: 2 - - uid: 37343 + - uid: 38222 components: - type: Transform pos: 91.5,-46.5 parent: 2 - - uid: 37344 + - uid: 38223 components: - type: Transform pos: 102.5,-46.5 parent: 2 - - uid: 37345 + - uid: 38224 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-41.5 parent: 2 - - uid: 37346 + - uid: 38225 components: - type: Transform pos: 36.5,-14.5 parent: 2 - - uid: 37347 + - uid: 38226 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-41.5 parent: 2 - - uid: 37348 + - uid: 38227 components: - type: Transform pos: 35.5,-17.5 parent: 2 - - uid: 37349 + - uid: 38228 components: - type: Transform pos: 28.5,5.5 parent: 2 - - uid: 37350 + - uid: 38229 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,13.5 parent: 2 - - uid: 37351 + - uid: 38230 components: - type: Transform pos: 32.5,8.5 parent: 2 - - uid: 37352 + - uid: 38231 components: - type: Transform pos: 34.5,-21.5 parent: 2 - - uid: 37353 + - uid: 38232 components: - type: Transform pos: 28.5,-1.5 parent: 2 - - uid: 37354 + - uid: 38233 components: - type: Transform pos: 37.5,29.5 parent: 2 - - uid: 37355 + - uid: 38234 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-41.5 parent: 2 - - uid: 37356 + - uid: 38235 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,26.5 parent: 2 - - uid: 37357 + - uid: 38236 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,30.5 parent: 2 - - uid: 37358 + - uid: 38237 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,6.5 parent: 2 - - uid: 37359 + - uid: 38238 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,8.5 parent: 2 - - uid: 37360 + - uid: 38239 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,7.5 parent: 2 - - uid: 37361 + - uid: 38240 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-118.5 parent: 2 - - uid: 37362 + - uid: 38241 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-118.5 parent: 2 - - uid: 37363 + - uid: 38242 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-118.5 parent: 2 - - uid: 37364 + - uid: 38243 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-117.5 parent: 2 - - uid: 37365 + - uid: 38244 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-116.5 parent: 2 - - uid: 37366 + - uid: 38245 components: - type: Transform pos: -67.5,5.5 parent: 2 - - uid: 37367 + - uid: 38246 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,0.5 parent: 2 - - uid: 37368 + - uid: 38247 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,8.5 parent: 2 - - uid: 37369 + - uid: 38248 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,29.5 parent: 2 - - uid: 37370 + - uid: 38249 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,0.5 parent: 2 - - uid: 37371 + - uid: 38250 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,8.5 parent: 2 - - uid: 37372 + - uid: 38251 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,9.5 parent: 2 - - uid: 37373 + - uid: 38252 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-113.5 parent: 2 - - uid: 37374 + - uid: 38253 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-112.5 parent: 2 - - uid: 37375 + - uid: 38254 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-91.5 parent: 2 - - uid: 37376 + - uid: 38255 components: - type: Transform pos: 91.5,-48.5 parent: 2 - - uid: 37377 + - uid: 38256 components: - type: Transform pos: 97.5,-50.5 parent: 2 - - uid: 37378 + - uid: 38257 components: - type: Transform pos: -72.5,-0.5 parent: 2 - - uid: 37379 + - uid: 38258 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,27.5 parent: 2 - - uid: 37380 + - uid: 38259 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,22.5 parent: 2 - - uid: 37381 + - uid: 38260 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,12.5 parent: 2 - - uid: 37382 + - uid: 38261 components: - type: Transform pos: 90.5,-51.5 parent: 2 - - uid: 37383 + - uid: 38262 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,14.5 parent: 2 - - uid: 37384 + - uid: 38263 components: - type: Transform pos: 43.5,29.5 parent: 2 - - uid: 37385 + - uid: 38264 components: - type: Transform pos: -28.5,-106.5 parent: 2 - - uid: 37386 + - uid: 38265 components: - type: Transform pos: -28.5,-108.5 parent: 2 - - uid: 37387 + - uid: 38266 components: - type: Transform pos: -56.5,-104.5 parent: 2 - - uid: 37388 + - uid: 38267 components: - type: Transform pos: -11.5,-86.5 parent: 2 - - uid: 37389 + - uid: 38268 components: - type: Transform pos: -12.5,-86.5 parent: 2 - - uid: 37390 + - uid: 38269 components: - type: Transform pos: -13.5,-86.5 parent: 2 - - uid: 37391 + - uid: 38270 components: - type: Transform pos: -34.5,-77.5 parent: 2 - - uid: 37392 + - uid: 38271 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-92.5 parent: 2 - - uid: 37393 + - uid: 38272 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-94.5 parent: 2 - - uid: 37394 + - uid: 38273 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,19.5 parent: 2 - - uid: 37395 + - uid: 38274 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,2.5 parent: 2 - - uid: 37396 + - uid: 38275 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,4.5 parent: 2 - - uid: 37397 + - uid: 38276 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,1.5 parent: 2 - - uid: 37398 + - uid: 38277 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,26.5 parent: 2 - - uid: 37399 + - uid: 38278 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,16.5 parent: 2 - - uid: 37400 + - uid: 38279 components: - type: Transform pos: 35.5,-15.5 parent: 2 - - uid: 37401 + - uid: 38280 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,14.5 parent: 2 - - uid: 37402 + - uid: 38281 components: - type: Transform pos: -69.5,6.5 parent: 2 - - uid: 37403 + - uid: 38282 components: - type: Transform pos: -54.5,-93.5 parent: 2 - - uid: 37404 + - uid: 38283 components: - type: Transform pos: -55.5,-93.5 parent: 2 - - uid: 37405 + - uid: 38284 components: - type: Transform pos: 102.5,-50.5 parent: 2 - - uid: 37406 + - uid: 38285 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,26.5 parent: 2 - - uid: 37407 + - uid: 38286 components: - type: Transform pos: -42.5,-121.5 parent: 2 - - uid: 37408 + - uid: 38287 components: - type: Transform pos: 25.5,8.5 parent: 2 - - uid: 37409 + - uid: 38288 components: - type: Transform pos: 36.5,29.5 parent: 2 - - uid: 37410 + - uid: 38289 components: - type: Transform pos: 36.5,30.5 parent: 2 - - uid: 37411 + - uid: 38290 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,26.5 parent: 2 - - uid: 37412 + - uid: 38291 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,26.5 parent: 2 - - uid: 37413 + - uid: 38292 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,26.5 parent: 2 - - uid: 37414 + - uid: 38293 components: - type: Transform pos: 25.5,9.5 parent: 2 - - uid: 37415 + - uid: 38294 components: - type: Transform pos: 33.5,-18.5 parent: 2 - - uid: 37416 + - uid: 38295 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,26.5 parent: 2 - - uid: 37417 + - uid: 38296 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,26.5 parent: 2 - - uid: 37418 + - uid: 38297 components: - type: Transform pos: -36.5,-103.5 parent: 2 - - uid: 37419 + - uid: 38298 components: - type: Transform pos: 105.5,-54.5 parent: 2 - - uid: 37420 + - uid: 38299 components: - type: Transform pos: 102.5,-47.5 parent: 2 - - uid: 37421 + - uid: 38300 components: - type: Transform pos: 97.5,-48.5 parent: 2 - - uid: 37422 + - uid: 38301 components: - type: Transform pos: 91.5,-50.5 parent: 2 - - uid: 37423 + - uid: 38302 components: - type: Transform pos: 98.5,-50.5 parent: 2 - - uid: 37424 + - uid: 38303 components: - type: Transform pos: 39.5,24.5 parent: 2 - - uid: 37425 + - uid: 38304 components: - type: Transform pos: 99.5,-51.5 parent: 2 - - uid: 37426 + - uid: 38305 components: - type: Transform pos: 105.5,-46.5 parent: 2 - - uid: 37427 + - uid: 38306 components: - type: Transform pos: 80.5,-46.5 parent: 2 - - uid: 37428 + - uid: 38307 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-116.5 parent: 2 - - uid: 37429 + - uid: 38308 components: - type: Transform pos: 38.5,24.5 parent: 2 - - uid: 37430 + - uid: 38309 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,4.5 parent: 2 - - uid: 37431 + - uid: 38310 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,4.5 parent: 2 - - uid: 37432 + - uid: 38311 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-5.5 parent: 2 - - uid: 37433 + - uid: 38312 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-5.5 parent: 2 - - uid: 37434 + - uid: 38313 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-5.5 parent: 2 - - uid: 37435 + - uid: 38314 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-5.5 parent: 2 - - uid: 37436 + - uid: 38315 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-5.5 parent: 2 - - uid: 37437 + - uid: 38316 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-5.5 parent: 2 - - uid: 37438 + - uid: 38317 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-5.5 parent: 2 - - uid: 37439 + - uid: 38318 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-5.5 parent: 2 - - uid: 37440 + - uid: 38319 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-5.5 parent: 2 - - uid: 37441 + - uid: 38320 components: - type: Transform pos: 36.5,31.5 parent: 2 - - uid: 37442 + - uid: 38321 components: - type: Transform pos: 109.5,-54.5 parent: 2 - - uid: 37443 + - uid: 38322 components: - type: Transform pos: 104.5,-51.5 parent: 2 - - uid: 37444 + - uid: 38323 components: - type: Transform pos: -29.5,-103.5 parent: 2 - - uid: 37445 + - uid: 38324 components: - type: Transform pos: -29.5,-100.5 parent: 2 - - uid: 37446 + - uid: 38325 components: - type: Transform pos: -54.5,-104.5 parent: 2 - - uid: 37447 + - uid: 38326 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,12.5 parent: 2 - - uid: 37448 + - uid: 38327 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,11.5 parent: 2 - - uid: 37449 + - uid: 38328 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,10.5 parent: 2 - - uid: 37450 + - uid: 38329 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,9.5 parent: 2 - - uid: 37451 + - uid: 38330 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,9.5 parent: 2 - - uid: 37452 + - uid: 38331 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 2 - - uid: 37453 + - uid: 38332 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,4.5 parent: 2 - - uid: 37454 + - uid: 38333 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,4.5 parent: 2 - - uid: 37455 + - uid: 38334 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,2.5 parent: 2 - - uid: 37456 + - uid: 38335 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,3.5 parent: 2 - - uid: 37457 + - uid: 38336 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,5.5 parent: 2 - - uid: 37458 + - uid: 38337 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,5.5 parent: 2 - - uid: 37459 + - uid: 38338 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,5.5 parent: 2 - - uid: 37460 + - uid: 38339 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,5.5 parent: 2 - - uid: 37461 + - uid: 38340 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,5.5 parent: 2 - - uid: 37462 + - uid: 38341 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,5.5 parent: 2 - - uid: 37463 + - uid: 38342 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-28.5 parent: 2 - - uid: 37464 + - uid: 38343 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-28.5 parent: 2 - - uid: 37465 + - uid: 38344 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-28.5 parent: 2 - - uid: 37466 + - uid: 38345 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-28.5 parent: 2 - - uid: 37467 + - uid: 38346 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-4.5 parent: 2 - - uid: 37468 + - uid: 38347 components: - type: Transform pos: 41.5,26.5 parent: 2 - - uid: 37469 + - uid: 38348 components: - type: Transform pos: 40.5,26.5 parent: 2 - - uid: 37470 + - uid: 38349 components: - type: Transform pos: 42.5,26.5 parent: 2 - - uid: 37471 + - uid: 38350 components: - type: Transform pos: 39.5,26.5 parent: 2 - - uid: 37472 + - uid: 38351 components: - type: Transform pos: 43.5,26.5 parent: 2 - - uid: 37473 + - uid: 38352 components: - type: Transform pos: 38.5,26.5 parent: 2 - - uid: 37474 + - uid: 38353 components: - type: Transform pos: 37.5,26.5 parent: 2 - - uid: 37475 + - uid: 38354 components: - type: Transform pos: 36.5,26.5 parent: 2 - - uid: 37476 + - uid: 38355 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-28.5 parent: 2 - - uid: 37477 + - uid: 38356 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-20.5 parent: 2 - - uid: 37478 + - uid: 38357 components: - type: Transform pos: 36.5,32.5 parent: 2 - - uid: 37479 + - uid: 38358 components: - type: Transform pos: 37.5,32.5 parent: 2 - - uid: 37480 + - uid: 38359 components: - type: Transform pos: 35.5,32.5 parent: 2 - - uid: 37481 + - uid: 38360 components: - type: Transform pos: 107.5,-54.5 parent: 2 - - uid: 37482 + - uid: 38361 components: - type: Transform pos: 35.5,33.5 parent: 2 - - uid: 37483 + - uid: 38362 components: - type: Transform pos: 38.5,32.5 parent: 2 - - uid: 37484 + - uid: 38363 components: - type: Transform pos: 92.5,-47.5 parent: 2 - - uid: 37485 + - uid: 38364 components: - type: Transform pos: 90.5,-46.5 parent: 2 - - uid: 37486 + - uid: 38365 components: - type: Transform pos: 102.5,-51.5 parent: 2 - - uid: 37487 + - uid: 38366 components: - type: Transform pos: 99.5,-53.5 parent: 2 - - uid: 37488 + - uid: 38367 components: - type: Transform pos: 107.5,-52.5 parent: 2 - - uid: 37489 + - uid: 38368 components: - type: Transform pos: 107.5,-51.5 parent: 2 - - uid: 37490 + - uid: 38369 components: - type: Transform pos: 99.5,-50.5 parent: 2 - - uid: 37491 + - uid: 38370 components: - type: Transform pos: 103.5,-51.5 parent: 2 - - uid: 37492 + - uid: 38371 components: - type: Transform pos: 88.5,-54.5 parent: 2 - - uid: 37493 + - uid: 38372 components: - type: Transform pos: 91.5,-47.5 parent: 2 - - uid: 37494 + - uid: 38373 components: - type: Transform pos: 95.5,-47.5 parent: 2 - - uid: 37495 + - uid: 38374 components: - type: Transform pos: 106.5,-48.5 parent: 2 - - uid: 37496 + - uid: 38375 components: - type: Transform pos: 97.5,-49.5 parent: 2 - - uid: 37497 + - uid: 38376 components: - type: Transform pos: 94.5,-47.5 parent: 2 - - uid: 37498 + - uid: 38377 components: - type: Transform pos: 106.5,-54.5 parent: 2 - - uid: 37499 + - uid: 38378 components: - type: Transform pos: 93.5,-47.5 parent: 2 - - uid: 37500 + - uid: 38379 components: - type: Transform pos: 106.5,-46.5 parent: 2 - - uid: 37501 + - uid: 38380 components: - type: Transform pos: 100.5,-46.5 parent: 2 - - uid: 37502 + - uid: 38381 components: - type: Transform pos: 97.5,-46.5 parent: 2 - - uid: 37503 + - uid: 38382 components: - type: Transform pos: 104.5,-46.5 parent: 2 - - uid: 37504 + - uid: 38383 components: - type: Transform pos: 101.5,-46.5 parent: 2 - - uid: 37505 + - uid: 38384 components: - type: Transform pos: 107.5,-53.5 parent: 2 - - uid: 37506 + - uid: 38385 components: - type: Transform pos: 92.5,-51.5 parent: 2 - - uid: 37507 + - uid: 38386 components: - type: Transform pos: 92.5,-54.5 parent: 2 - - uid: 37508 + - uid: 38387 components: - type: Transform pos: 105.5,-51.5 parent: 2 - - uid: 37509 + - uid: 38388 components: - type: Transform pos: 88.5,-50.5 parent: 2 - - uid: 37510 + - uid: 38389 components: - type: Transform pos: 106.5,-51.5 parent: 2 - - uid: 37511 + - uid: 38390 components: - type: Transform pos: 103.5,-46.5 parent: 2 - - uid: 37512 + - uid: 38391 components: - type: Transform pos: 91.5,-51.5 parent: 2 - - uid: 37513 + - uid: 38392 components: - type: Transform pos: 91.5,-49.5 parent: 2 - - uid: 37514 + - uid: 38393 components: - type: Transform pos: 102.5,-48.5 parent: 2 - - uid: 37515 + - uid: 38394 components: - type: Transform pos: 92.5,-52.5 parent: 2 - - uid: 37516 + - uid: 38395 components: - type: Transform pos: 43.5,-61.5 parent: 2 - - uid: 37517 + - uid: 38396 components: - type: Transform rot: -1.5707963267948966 rad pos: 93.5,-43.5 parent: 2 - - uid: 37518 + - uid: 38397 components: - type: Transform rot: -1.5707963267948966 rad pos: 95.5,-43.5 parent: 2 - - uid: 37519 + - uid: 38398 components: - type: Transform rot: -1.5707963267948966 rad pos: 94.5,-43.5 parent: 2 - - uid: 37520 + - uid: 38399 components: - type: Transform rot: -1.5707963267948966 rad pos: 102.5,-43.5 parent: 2 - - uid: 37521 + - uid: 38400 components: - type: Transform rot: -1.5707963267948966 rad pos: 96.5,-43.5 parent: 2 - - uid: 37522 + - uid: 38401 components: - type: Transform rot: -1.5707963267948966 rad pos: 100.5,-43.5 parent: 2 - - uid: 37523 + - uid: 38402 components: - type: Transform rot: -1.5707963267948966 rad pos: 101.5,-43.5 parent: 2 - - uid: 37524 + - uid: 38403 components: - type: Transform pos: 87.5,-50.5 parent: 2 - - uid: 37525 + - uid: 38404 components: - type: Transform pos: 87.5,-46.5 parent: 2 - - uid: 37526 + - uid: 38405 components: - type: Transform pos: 87.5,-44.5 parent: 2 - - uid: 37527 + - uid: 38406 components: - type: Transform pos: 87.5,-45.5 parent: 2 - - uid: 37528 + - uid: 38407 components: - type: Transform pos: 87.5,-47.5 parent: 2 - - uid: 37529 + - uid: 38408 components: - type: Transform pos: 87.5,-49.5 parent: 2 - - uid: 37530 + - uid: 38409 components: - type: Transform pos: 41.5,-61.5 parent: 2 - - uid: 37531 + - uid: 38410 components: - type: Transform pos: 41.5,-62.5 parent: 2 - - uid: 37532 + - uid: 38411 components: - type: Transform pos: 41.5,-63.5 parent: 2 - - uid: 37533 + - uid: 38412 components: - type: Transform pos: 41.5,-65.5 parent: 2 - - uid: 37534 + - uid: 38413 components: - type: Transform rot: -1.5707963267948966 rad pos: 103.5,-43.5 parent: 2 - - uid: 37535 + - uid: 38414 components: - type: Transform pos: 99.5,-43.5 parent: 2 - - uid: 37536 + - uid: 38415 components: - type: Transform pos: 97.5,-43.5 parent: 2 - - uid: 37537 + - uid: 38416 components: - type: Transform pos: 92.5,-43.5 parent: 2 - - uid: 37538 + - uid: 38417 components: - type: Transform pos: 90.5,-43.5 parent: 2 - - uid: 37539 + - uid: 38418 components: - type: Transform pos: 89.5,-43.5 parent: 2 - - uid: 37540 + - uid: 38419 components: - type: Transform rot: -1.5707963267948966 rad pos: 103.5,-38.5 parent: 2 - - uid: 37541 + - uid: 38420 components: - type: Transform rot: -1.5707963267948966 rad pos: 103.5,-39.5 parent: 2 - - uid: 37542 + - uid: 38421 components: - type: Transform pos: 41.5,-66.5 parent: 2 - - uid: 37543 + - uid: 38422 components: - type: Transform pos: 41.5,-64.5 parent: 2 - - uid: 37544 + - uid: 38423 components: - type: Transform pos: 88.5,-43.5 parent: 2 - - uid: 37545 + - uid: 38424 components: - type: Transform pos: 87.5,-43.5 parent: 2 - - uid: 37546 + - uid: 38425 components: - type: Transform pos: 49.5,-67.5 parent: 2 - - uid: 37547 + - uid: 38426 components: - type: Transform pos: 49.5,-61.5 parent: 2 - - uid: 37548 + - uid: 38427 components: - type: Transform pos: 48.5,-61.5 parent: 2 - - uid: 37549 + - uid: 38428 components: - type: Transform pos: 47.5,-61.5 parent: 2 - - uid: 37550 + - uid: 38429 components: - type: Transform pos: 46.5,-61.5 parent: 2 - - uid: 37551 + - uid: 38430 components: - type: Transform pos: 45.5,-61.5 parent: 2 - - uid: 37552 + - uid: 38431 components: - type: Transform pos: 44.5,-61.5 parent: 2 - - uid: 37553 + - uid: 38432 components: - type: Transform pos: 42.5,-61.5 parent: 2 - - uid: 37554 + - uid: 38433 components: - type: Transform pos: 48.5,-67.5 parent: 2 - - uid: 37555 + - uid: 38434 components: - type: Transform pos: 47.5,-67.5 parent: 2 - - uid: 37556 + - uid: 38435 components: - type: Transform pos: 46.5,-67.5 parent: 2 - - uid: 37557 + - uid: 38436 components: - type: Transform pos: 45.5,-67.5 parent: 2 - - uid: 37558 + - uid: 38437 components: - type: Transform pos: 44.5,-67.5 parent: 2 - - uid: 37559 + - uid: 38438 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-85.5 parent: 2 - - uid: 37560 + - uid: 38439 components: - type: Transform pos: 33.5,31.5 parent: 2 - - uid: 37561 + - uid: 38440 components: - type: Transform pos: 5.5,2.5 parent: 2 - - uid: 37562 + - uid: 38441 components: - type: Transform pos: 4.5,2.5 parent: 2 - - uid: 37563 + - uid: 38442 components: - type: Transform pos: -9.5,2.5 parent: 2 - - uid: 37564 + - uid: 38443 components: - type: Transform pos: -8.5,2.5 parent: 2 - - uid: 37565 + - uid: 38444 components: - type: Transform pos: -1.5,5.5 parent: 2 - - uid: 37566 + - uid: 38445 components: - type: Transform pos: -1.5,6.5 parent: 2 - - uid: 37567 + - uid: 38446 components: - type: Transform pos: -7.5,5.5 parent: 2 - - uid: 37568 + - uid: 38447 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,1.5 parent: 2 - - uid: 37569 + - uid: 38448 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,0.5 parent: 2 - - uid: 37570 + - uid: 38449 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-0.5 parent: 2 - - uid: 37571 + - uid: 38450 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,2.5 parent: 2 - - uid: 37572 + - uid: 38451 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,1.5 parent: 2 - - uid: 37573 + - uid: 38452 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,0.5 parent: 2 - - uid: 37574 + - uid: 38453 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-0.5 parent: 2 - - uid: 37575 + - uid: 38454 components: - type: Transform pos: 19.5,2.5 parent: 2 - - uid: 37576 + - uid: 38455 components: - type: Transform pos: 19.5,1.5 parent: 2 - - uid: 37577 + - uid: 38456 components: - type: Transform pos: 21.5,1.5 parent: 2 - - uid: 37578 + - uid: 38457 components: - type: Transform pos: 21.5,0.5 parent: 2 - - uid: 37579 + - uid: 38458 components: - type: Transform pos: 22.5,0.5 parent: 2 - - uid: 37580 + - uid: 38459 components: - type: Transform pos: 23.5,-0.5 parent: 2 - - uid: 37581 + - uid: 38460 components: - type: Transform pos: 24.5,-0.5 parent: 2 - - uid: 37582 + - uid: 38461 components: - type: Transform pos: 25.5,-0.5 parent: 2 - - uid: 37583 + - uid: 38462 components: - type: Transform pos: 25.5,-1.5 parent: 2 - - uid: 37584 + - uid: 38463 components: - type: Transform pos: 28.5,-3.5 parent: 2 - - uid: 37585 + - uid: 38464 components: - type: Transform pos: 29.5,-3.5 parent: 2 - - uid: 37586 + - uid: 38465 components: - type: Transform pos: 29.5,-6.5 parent: 2 - - uid: 37587 + - uid: 38466 components: - type: Transform pos: 30.5,-6.5 parent: 2 - - uid: 37588 + - uid: 38467 components: - type: Transform pos: 30.5,-8.5 parent: 2 - - uid: 37589 + - uid: 38468 components: - type: Transform pos: 31.5,-8.5 parent: 2 - - uid: 37590 + - uid: 38469 components: - type: Transform pos: 31.5,-9.5 parent: 2 - - uid: 37591 + - uid: 38470 components: - type: Transform pos: 31.5,-10.5 parent: 2 - - uid: 37592 + - uid: 38471 components: - type: Transform pos: 21.5,2.5 parent: 2 - - uid: 37593 + - uid: 38472 components: - type: Transform pos: 21.5,3.5 parent: 2 - - uid: 37594 + - uid: 38473 components: - type: Transform pos: 21.5,4.5 parent: 2 - - uid: 37595 + - uid: 38474 components: - type: Transform pos: 21.5,5.5 parent: 2 - - uid: 37596 + - uid: 38475 components: - type: Transform pos: 21.5,6.5 parent: 2 - - uid: 37597 + - uid: 38476 components: - type: Transform pos: 21.5,7.5 parent: 2 - - uid: 37598 + - uid: 38477 components: - type: Transform pos: 35.5,-16.5 parent: 2 - - uid: 37599 + - uid: 38478 components: - type: Transform pos: 28.5,15.5 parent: 2 - - uid: 37600 + - uid: 38479 components: - type: Transform pos: 29.5,15.5 parent: 2 - - uid: 37601 + - uid: 38480 components: - type: Transform pos: 31.5,15.5 parent: 2 - - uid: 37602 + - uid: 38481 components: - type: Transform pos: 32.5,15.5 parent: 2 - - uid: 37603 + - uid: 38482 components: - type: Transform pos: 39.5,15.5 parent: 2 - - uid: 37604 + - uid: 38483 components: - type: Transform pos: 39.5,14.5 parent: 2 - - uid: 37605 + - uid: 38484 components: - type: Transform pos: 39.5,13.5 parent: 2 - - uid: 37606 + - uid: 38485 components: - type: Transform pos: 39.5,12.5 parent: 2 - - uid: 37607 + - uid: 38486 components: - type: Transform pos: 39.5,11.5 parent: 2 - - uid: 37608 + - uid: 38487 components: - type: Transform pos: 39.5,10.5 parent: 2 - - uid: 37609 + - uid: 38488 components: - type: Transform pos: 39.5,9.5 parent: 2 - - uid: 37610 + - uid: 38489 components: - type: Transform pos: 39.5,8.5 parent: 2 - - uid: 37611 + - uid: 38490 components: - type: Transform pos: 39.5,16.5 parent: 2 - - uid: 37612 + - uid: 38491 components: - type: Transform pos: 38.5,16.5 parent: 2 - - uid: 37613 + - uid: 38492 components: - type: Transform pos: 37.5,16.5 parent: 2 - - uid: 37614 + - uid: 38493 components: - type: Transform pos: 36.5,16.5 parent: 2 - - uid: 37615 + - uid: 38494 components: - type: Transform pos: 37.5,8.5 parent: 2 - - uid: 37616 + - uid: 38495 components: - type: Transform pos: 38.5,8.5 parent: 2 - - uid: 37617 + - uid: 38496 components: - type: Transform pos: 22.5,10.5 parent: 2 - - uid: 37618 + - uid: 38497 components: - type: Transform pos: 38.5,-8.5 parent: 2 - - uid: 37619 + - uid: 38498 components: - type: Transform pos: 38.5,-6.5 parent: 2 - - uid: 37620 + - uid: 38499 components: - type: Transform pos: 38.5,-10.5 parent: 2 - - uid: 37621 + - uid: 38500 components: - type: Transform pos: 39.5,-10.5 parent: 2 - - uid: 37622 + - uid: 38501 components: - type: Transform pos: 39.5,-11.5 parent: 2 - - uid: 37623 + - uid: 38502 components: - type: Transform pos: 39.5,-13.5 parent: 2 - - uid: 37624 + - uid: 38503 components: - type: Transform pos: 39.5,-14.5 parent: 2 - - uid: 37625 + - uid: 38504 components: - type: Transform pos: 39.5,-15.5 parent: 2 - - uid: 37626 + - uid: 38505 components: - type: Transform pos: 39.5,-16.5 parent: 2 - - uid: 37627 + - uid: 38506 components: - type: Transform pos: 39.5,-17.5 parent: 2 - - uid: 37628 + - uid: 38507 components: - type: Transform pos: 39.5,-18.5 parent: 2 - - uid: 37629 + - uid: 38508 components: - type: Transform pos: 38.5,-18.5 parent: 2 - - uid: 37630 + - uid: 38509 components: - type: Transform pos: 37.5,-18.5 parent: 2 - - uid: 37631 + - uid: 38510 components: - type: Transform pos: 36.5,-18.5 parent: 2 - - uid: 37632 + - uid: 38511 components: - type: Transform pos: 35.5,-18.5 parent: 2 - - uid: 37633 + - uid: 38512 components: - type: Transform pos: 34.5,-18.5 parent: 2 - - uid: 37634 + - uid: 38513 components: - type: Transform pos: 31.5,-19.5 parent: 2 - - uid: 37635 + - uid: 38514 components: - type: Transform pos: 32.5,-18.5 parent: 2 - - uid: 37636 + - uid: 38515 components: - type: Transform pos: 31.5,-18.5 parent: 2 - - uid: 37637 + - uid: 38516 components: - type: Transform pos: 31.5,-21.5 parent: 2 - - uid: 37638 + - uid: 38517 components: - type: Transform pos: -62.5,-41.5 parent: 2 - - uid: 37639 + - uid: 38518 components: - type: Transform pos: 31.5,-22.5 parent: 2 - - uid: 37640 + - uid: 38519 components: - type: Transform pos: 32.5,-22.5 parent: 2 - - uid: 37641 + - uid: 38520 components: - type: Transform pos: 33.5,-22.5 parent: 2 - - uid: 37642 + - uid: 38521 components: - type: Transform pos: 34.5,-22.5 parent: 2 - - uid: 37643 + - uid: 38522 components: - type: Transform pos: 34.5,-20.5 parent: 2 - - uid: 37644 + - uid: 38523 components: - type: Transform pos: 34.5,-19.5 parent: 2 - - uid: 37645 + - uid: 38524 components: - type: Transform pos: -14.5,-84.5 parent: 2 - - uid: 37646 + - uid: 38525 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-72.5 parent: 2 - - uid: 37647 + - uid: 38526 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-76.5 parent: 2 - - uid: 37648 + - uid: 38527 components: - type: Transform pos: -14.5,-85.5 parent: 2 - - uid: 37649 + - uid: 38528 components: - type: Transform pos: 23.5,-80.5 parent: 2 - - uid: 37650 + - uid: 38529 components: - type: Transform pos: 23.5,-81.5 parent: 2 - - uid: 37651 + - uid: 38530 components: - type: Transform pos: -47.5,-79.5 parent: 2 - - uid: 37652 + - uid: 38531 components: - type: Transform pos: 23.5,10.5 parent: 2 - - uid: 37653 + - uid: 38532 components: - type: Transform pos: 34.5,-14.5 parent: 2 - - uid: 37654 + - uid: 38533 components: - type: Transform pos: 78.5,-30.5 parent: 2 - - uid: 37655 + - uid: 38534 components: - type: Transform pos: 72.5,-30.5 parent: 2 - - uid: 37656 + - uid: 38535 components: - type: Transform pos: 79.5,-30.5 parent: 2 - - uid: 37657 + - uid: 38536 components: - type: Transform pos: 68.5,-23.5 parent: 2 - - uid: 37658 + - uid: 38537 components: - type: Transform pos: 70.5,-23.5 parent: 2 - - uid: 37659 + - uid: 38538 components: - type: Transform pos: 72.5,-25.5 parent: 2 - - uid: 37660 + - uid: 38539 components: - type: Transform pos: 71.5,-23.5 parent: 2 - - uid: 37661 + - uid: 38540 components: - type: Transform pos: 74.5,-25.5 parent: 2 - - uid: 37662 + - uid: 38541 components: - type: Transform pos: 73.5,-25.5 parent: 2 - - uid: 37663 + - uid: 38542 components: - type: Transform pos: 75.5,-25.5 parent: 2 - - uid: 37664 + - uid: 38543 components: - type: Transform pos: 61.5,-27.5 parent: 2 - - uid: 37665 + - uid: 38544 components: - type: Transform pos: 61.5,-26.5 parent: 2 - - uid: 37666 + - uid: 38545 components: - type: Transform pos: 61.5,-25.5 parent: 2 - - uid: 37667 + - uid: 38546 components: - type: Transform pos: 61.5,-24.5 parent: 2 - - uid: 37668 + - uid: 38547 components: - type: Transform pos: 61.5,-30.5 parent: 2 - - uid: 37669 + - uid: 38548 components: - type: Transform pos: 70.5,-30.5 parent: 2 - - uid: 37670 + - uid: 38549 components: - type: Transform pos: 44.5,-50.5 parent: 2 - - uid: 37671 + - uid: 38550 components: - type: Transform pos: 62.5,-30.5 parent: 2 - - uid: 37672 + - uid: 38551 components: - type: Transform pos: 61.5,-28.5 parent: 2 - - uid: 37673 + - uid: 38552 components: - type: Transform pos: 61.5,-29.5 parent: 2 - - uid: 37674 + - uid: 38553 components: - type: Transform pos: 71.5,-24.5 parent: 2 - - uid: 37675 + - uid: 38554 components: - type: Transform pos: 71.5,-25.5 parent: 2 - - uid: 37676 + - uid: 38555 components: - type: Transform pos: 71.5,-26.5 parent: 2 - - uid: 37677 + - uid: 38556 components: - type: Transform pos: 71.5,-27.5 parent: 2 - - uid: 37678 + - uid: 38557 components: - type: Transform pos: 47.5,-30.5 parent: 2 - - uid: 37679 + - uid: 38558 components: - type: Transform pos: 66.5,-23.5 parent: 2 - - uid: 37680 + - uid: 38559 components: - type: Transform pos: 62.5,-23.5 parent: 2 - - uid: 37681 + - uid: 38560 components: - type: Transform pos: 61.5,-23.5 parent: 2 - - uid: 37682 + - uid: 38561 components: - type: Transform pos: 64.5,-23.5 parent: 2 - - uid: 37683 + - uid: 38562 components: - type: Transform pos: 63.5,-23.5 parent: 2 - - uid: 37684 + - uid: 38563 components: - type: Transform pos: 65.5,-23.5 parent: 2 - - uid: 37685 + - uid: 38564 components: - type: Transform pos: 58.5,-30.5 parent: 2 - - uid: 37686 + - uid: 38565 components: - type: Transform pos: 59.5,-30.5 parent: 2 - - uid: 37687 + - uid: 38566 components: - type: Transform pos: 56.5,-30.5 parent: 2 - - uid: 37688 + - uid: 38567 components: - type: Transform pos: 57.5,-30.5 parent: 2 - - uid: 37689 + - uid: 38568 components: - type: Transform pos: 55.5,-30.5 parent: 2 - - uid: 37690 + - uid: 38569 components: - type: Transform pos: 80.5,-26.5 parent: 2 - - uid: 37691 + - uid: 38570 components: - type: Transform pos: 71.5,-28.5 parent: 2 - - uid: 37692 + - uid: 38571 components: - type: Transform pos: 71.5,-29.5 parent: 2 - - uid: 37693 + - uid: 38572 components: - type: Transform pos: 71.5,-30.5 parent: 2 - - uid: 37694 + - uid: 38573 components: - type: Transform pos: 50.5,-30.5 parent: 2 - - uid: 37695 + - uid: 38574 components: - type: Transform pos: 49.5,-30.5 parent: 2 - - uid: 37696 + - uid: 38575 components: - type: Transform pos: 48.5,-30.5 parent: 2 - - uid: 37697 + - uid: 38576 components: - type: Transform pos: 80.5,-30.5 parent: 2 - - uid: 37698 + - uid: 38577 components: - type: Transform pos: 80.5,-29.5 parent: 2 - - uid: 37699 + - uid: 38578 components: - type: Transform pos: 67.5,-23.5 parent: 2 - - uid: 37700 + - uid: 38579 components: - type: Transform pos: 31.5,-25.5 parent: 2 - - uid: 37701 + - uid: 38580 components: - type: Transform pos: 31.5,-23.5 parent: 2 - - uid: 37702 + - uid: 38581 components: - type: Transform pos: 46.5,-28.5 parent: 2 - - uid: 37703 + - uid: 38582 components: - type: Transform pos: 46.5,-29.5 parent: 2 - - uid: 37704 + - uid: 38583 components: - type: Transform pos: 46.5,-30.5 parent: 2 - - uid: 37705 + - uid: 38584 components: - type: Transform pos: 84.5,-20.5 parent: 2 - - uid: 37706 + - uid: 38585 components: - type: Transform pos: 84.5,-24.5 parent: 2 - - uid: 37707 + - uid: 38586 components: - type: Transform pos: 31.5,-30.5 parent: 2 - - uid: 37708 + - uid: 38587 components: - type: Transform pos: 42.5,-30.5 parent: 2 - - uid: 37709 + - uid: 38588 components: - type: Transform pos: 41.5,-30.5 parent: 2 - - uid: 37710 + - uid: 38589 components: - type: Transform pos: 40.5,-30.5 parent: 2 - - uid: 37711 + - uid: 38590 components: - type: Transform pos: 39.5,-30.5 parent: 2 - - uid: 37712 + - uid: 38591 components: - type: Transform pos: 38.5,-30.5 parent: 2 - - uid: 37713 + - uid: 38592 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-79.5 parent: 2 - - uid: 37714 + - uid: 38593 components: - type: Transform pos: 37.5,-30.5 parent: 2 - - uid: 37715 + - uid: 38594 components: - type: Transform pos: 36.5,-30.5 parent: 2 - - uid: 37716 + - uid: 38595 components: - type: Transform pos: 35.5,-30.5 parent: 2 - - uid: 37717 + - uid: 38596 components: - type: Transform pos: 34.5,-30.5 parent: 2 - - uid: 37718 + - uid: 38597 components: - type: Transform pos: 33.5,-30.5 parent: 2 - - uid: 37719 + - uid: 38598 components: - type: Transform pos: 32.5,-30.5 parent: 2 - - uid: 37720 + - uid: 38599 components: - type: Transform pos: 80.5,-34.5 parent: 2 - - uid: 37721 + - uid: 38600 components: - type: Transform pos: 79.5,-34.5 parent: 2 - - uid: 37722 + - uid: 38601 components: - type: Transform pos: 77.5,-34.5 parent: 2 - - uid: 37723 + - uid: 38602 components: - type: Transform pos: 76.5,-34.5 parent: 2 - - uid: 37724 + - uid: 38603 components: - type: Transform pos: 75.5,-34.5 parent: 2 - - uid: 37725 + - uid: 38604 components: - type: Transform pos: 74.5,-34.5 parent: 2 - - uid: 37726 + - uid: 38605 components: - type: Transform pos: 73.5,-34.5 parent: 2 - - uid: 37727 + - uid: 38606 components: - type: Transform pos: 72.5,-34.5 parent: 2 - - uid: 37728 + - uid: 38607 components: - type: Transform pos: 71.5,-34.5 parent: 2 - - uid: 37729 + - uid: 38608 components: - type: Transform pos: 80.5,-35.5 parent: 2 - - uid: 37730 + - uid: 38609 components: - type: Transform pos: 80.5,-36.5 parent: 2 - - uid: 37731 + - uid: 38610 components: - type: Transform pos: 80.5,-37.5 parent: 2 - - uid: 37732 + - uid: 38611 components: - type: Transform pos: 80.5,-38.5 parent: 2 - - uid: 37733 + - uid: 38612 components: - type: Transform pos: 84.5,-38.5 parent: 2 - - uid: 37734 + - uid: 38613 components: - type: Transform pos: 84.5,-42.5 parent: 2 - - uid: 37735 + - uid: 38614 components: - type: Transform pos: 80.5,-42.5 parent: 2 - - uid: 37736 + - uid: 38615 components: - type: Transform pos: 80.5,-41.5 parent: 2 - - uid: 37737 + - uid: 38616 components: - type: Transform pos: 80.5,-40.5 parent: 2 - - uid: 37738 + - uid: 38617 components: - type: Transform pos: 80.5,-39.5 parent: 2 - - uid: 37739 + - uid: 38618 components: - type: Transform pos: 77.5,-42.5 parent: 2 - - uid: 37740 + - uid: 38619 components: - type: Transform pos: 73.5,-41.5 parent: 2 - - uid: 37741 + - uid: 38620 components: - type: Transform pos: 73.5,-40.5 parent: 2 - - uid: 37742 + - uid: 38621 components: - type: Transform pos: 74.5,-40.5 parent: 2 - - uid: 37743 + - uid: 38622 components: - type: Transform pos: 75.5,-40.5 parent: 2 - - uid: 37744 + - uid: 38623 components: - type: Transform pos: 76.5,-40.5 parent: 2 - - uid: 37745 + - uid: 38624 components: - type: Transform pos: 77.5,-40.5 parent: 2 - - uid: 37746 + - uid: 38625 components: - type: Transform pos: 73.5,-39.5 parent: 2 - - uid: 37747 + - uid: 38626 components: - type: Transform pos: 73.5,-38.5 parent: 2 - - uid: 37748 + - uid: 38627 components: - type: Transform pos: 74.5,-38.5 parent: 2 - - uid: 37749 + - uid: 38628 components: - type: Transform pos: 75.5,-38.5 parent: 2 - - uid: 37750 + - uid: 38629 components: - type: Transform pos: 76.5,-38.5 parent: 2 - - uid: 37751 + - uid: 38630 components: - type: Transform pos: 73.5,-37.5 parent: 2 - - uid: 37752 + - uid: 38631 components: - type: Transform pos: 73.5,-36.5 parent: 2 - - uid: 37753 + - uid: 38632 components: - type: Transform pos: 74.5,-36.5 parent: 2 - - uid: 37754 + - uid: 38633 components: - type: Transform pos: 75.5,-36.5 parent: 2 - - uid: 37755 + - uid: 38634 components: - type: Transform pos: 76.5,-36.5 parent: 2 - - uid: 37756 + - uid: 38635 components: - type: Transform pos: 73.5,-35.5 parent: 2 - - uid: 37757 + - uid: 38636 components: - type: Transform pos: 66.5,-34.5 parent: 2 - - uid: 37758 + - uid: 38637 components: - type: Transform pos: 70.5,-34.5 parent: 2 - - uid: 37759 + - uid: 38638 components: - type: Transform pos: 61.5,-34.5 parent: 2 - - uid: 37760 + - uid: 38639 components: - type: Transform pos: 60.5,-34.5 parent: 2 - - uid: 37761 + - uid: 38640 components: - type: Transform pos: 60.5,-35.5 parent: 2 - - uid: 37762 + - uid: 38641 components: - type: Transform pos: 60.5,-38.5 parent: 2 - - uid: 37763 + - uid: 38642 components: - type: Transform pos: 60.5,-40.5 parent: 2 - - uid: 37764 + - uid: 38643 components: - type: Transform pos: 60.5,-41.5 parent: 2 - - uid: 37765 + - uid: 38644 components: - type: Transform pos: 60.5,-42.5 parent: 2 - - uid: 37766 + - uid: 38645 components: - type: Transform pos: 60.5,-43.5 parent: 2 - - uid: 37767 + - uid: 38646 components: - type: Transform pos: 62.5,-43.5 parent: 2 - - uid: 37768 + - uid: 38647 components: - type: Transform pos: 63.5,-43.5 parent: 2 - - uid: 37769 + - uid: 38648 components: - type: Transform pos: 64.5,-43.5 parent: 2 - - uid: 37770 + - uid: 38649 components: - type: Transform pos: 65.5,-43.5 parent: 2 - - uid: 37771 + - uid: 38650 components: - type: Transform pos: 66.5,-43.5 parent: 2 - - uid: 37772 + - uid: 38651 components: - type: Transform pos: 67.5,-43.5 parent: 2 - - uid: 37773 + - uid: 38652 components: - type: Transform pos: 63.5,-44.5 parent: 2 - - uid: 37774 + - uid: 38653 components: - type: Transform pos: 63.5,-45.5 parent: 2 - - uid: 37775 + - uid: 38654 components: - type: Transform pos: 63.5,-47.5 parent: 2 - - uid: 37776 + - uid: 38655 components: - type: Transform pos: 59.5,-34.5 parent: 2 - - uid: 37777 + - uid: 38656 components: - type: Transform pos: 31.5,-82.5 parent: 2 - - uid: 37778 + - uid: 38657 components: - type: Transform pos: 31.5,-81.5 parent: 2 - - uid: 37779 + - uid: 38658 components: - type: Transform pos: 47.5,-34.5 parent: 2 - - uid: 37780 + - uid: 38659 components: - type: Transform pos: 46.5,-34.5 parent: 2 - - uid: 37781 + - uid: 38660 components: - type: Transform pos: 46.5,-43.5 parent: 2 - - uid: 37782 + - uid: 38661 components: - type: Transform pos: 47.5,-43.5 parent: 2 - - uid: 37783 + - uid: 38662 components: - type: Transform pos: 48.5,-43.5 parent: 2 - - uid: 37784 + - uid: 38663 components: - type: Transform pos: 49.5,-43.5 parent: 2 - - uid: 37785 + - uid: 38664 components: - type: Transform pos: 50.5,-43.5 parent: 2 - - uid: 37786 + - uid: 38665 components: - type: Transform pos: 51.5,-43.5 parent: 2 - - uid: 37787 + - uid: 38666 components: - type: Transform pos: 52.5,-43.5 parent: 2 - - uid: 37788 + - uid: 38667 components: - type: Transform pos: 53.5,-43.5 parent: 2 - - uid: 37789 + - uid: 38668 components: - type: Transform pos: 54.5,-43.5 parent: 2 - - uid: 37790 + - uid: 38669 components: - type: Transform pos: 55.5,-43.5 parent: 2 - - uid: 37791 + - uid: 38670 components: - type: Transform pos: 56.5,-43.5 parent: 2 - - uid: 37792 + - uid: 38671 components: - type: Transform pos: 57.5,-43.5 parent: 2 - - uid: 37793 + - uid: 38672 components: - type: Transform pos: 58.5,-43.5 parent: 2 - - uid: 37794 + - uid: 38673 components: - type: Transform pos: 59.5,-43.5 parent: 2 - - uid: 37795 + - uid: 38674 components: - type: Transform pos: 46.5,-52.5 parent: 2 - - uid: 37796 + - uid: 38675 components: - type: Transform pos: 46.5,-51.5 parent: 2 - - uid: 37797 + - uid: 38676 components: - type: Transform pos: 46.5,-50.5 parent: 2 - - uid: 37798 + - uid: 38677 components: - type: Transform pos: 46.5,-49.5 parent: 2 - - uid: 37799 + - uid: 38678 components: - type: Transform pos: 46.5,-45.5 parent: 2 - - uid: 37800 + - uid: 38679 components: - type: Transform pos: 47.5,-52.5 parent: 2 - - uid: 37801 + - uid: 38680 components: - type: Transform pos: 47.5,-53.5 parent: 2 - - uid: 37802 + - uid: 38681 components: - type: Transform pos: 47.5,-54.5 parent: 2 - - uid: 37803 + - uid: 38682 components: - type: Transform pos: 41.5,-54.5 parent: 2 - - uid: 37804 + - uid: 38683 components: - type: Transform pos: 47.5,-55.5 parent: 2 - - uid: 37805 + - uid: 38684 components: - type: Transform pos: 46.5,-55.5 parent: 2 - - uid: 37806 + - uid: 38685 components: - type: Transform pos: 44.5,-55.5 parent: 2 - - uid: 37807 + - uid: 38686 components: - type: Transform pos: 42.5,-55.5 parent: 2 - - uid: 37808 + - uid: 38687 components: - type: Transform pos: 41.5,-55.5 parent: 2 - - uid: 37809 + - uid: 38688 components: - type: Transform pos: 34.5,-55.5 parent: 2 - - uid: 37810 + - uid: 38689 components: - type: Transform pos: 47.5,-49.5 parent: 2 - - uid: 37811 + - uid: 38690 components: - type: Transform pos: 51.5,-49.5 parent: 2 - - uid: 37812 + - uid: 38691 components: - type: Transform pos: 42.5,-60.5 parent: 2 - - uid: 37813 + - uid: 38692 components: - type: Transform pos: 42.5,-58.5 parent: 2 - - uid: 37814 + - uid: 38693 components: - type: Transform pos: 42.5,-57.5 parent: 2 - - uid: 37815 + - uid: 38694 components: - type: Transform pos: 42.5,-56.5 parent: 2 - - uid: 37816 + - uid: 38695 components: - type: Transform pos: 41.5,-70.5 parent: 2 - - uid: 37817 + - uid: 38696 components: - type: Transform pos: 42.5,-70.5 parent: 2 - - uid: 37818 + - uid: 38697 components: - type: Transform pos: 39.5,-56.5 parent: 2 - - uid: 37819 + - uid: 38698 components: - type: Transform pos: 39.5,-57.5 parent: 2 - - uid: 37820 + - uid: 38699 components: - type: Transform pos: 39.5,-58.5 parent: 2 - - uid: 37821 + - uid: 38700 components: - type: Transform pos: 39.5,-59.5 parent: 2 - - uid: 37822 + - uid: 38701 components: - type: Transform pos: 39.5,-60.5 parent: 2 - - uid: 37823 + - uid: 38702 components: - type: Transform pos: 39.5,-61.5 parent: 2 - - uid: 37824 + - uid: 38703 components: - type: Transform pos: 39.5,-62.5 parent: 2 - - uid: 37825 + - uid: 38704 components: - type: Transform pos: 39.5,-63.5 parent: 2 - - uid: 37826 + - uid: 38705 components: - type: Transform pos: 39.5,-64.5 parent: 2 - - uid: 37827 + - uid: 38706 components: - type: Transform pos: 39.5,-65.5 parent: 2 - - uid: 37828 + - uid: 38707 components: - type: Transform pos: 39.5,-66.5 parent: 2 - - uid: 37829 + - uid: 38708 components: - type: Transform pos: 38.5,-66.5 parent: 2 - - uid: 37830 + - uid: 38709 components: - type: Transform pos: 38.5,-67.5 parent: 2 - - uid: 37831 + - uid: 38710 components: - type: Transform pos: 38.5,-68.5 parent: 2 - - uid: 37832 + - uid: 38711 components: - type: Transform pos: 38.5,-69.5 parent: 2 - - uid: 37833 + - uid: 38712 components: - type: Transform pos: 38.5,-70.5 parent: 2 - - uid: 37834 + - uid: 38713 components: - type: Transform pos: 36.5,-66.5 parent: 2 - - uid: 37835 + - uid: 38714 components: - type: Transform pos: 38.5,-74.5 parent: 2 - - uid: 37836 + - uid: 38715 components: - type: Transform pos: 37.5,-74.5 parent: 2 - - uid: 37837 + - uid: 38716 components: - type: Transform pos: 36.5,-74.5 parent: 2 - - uid: 37838 + - uid: 38717 components: - type: Transform pos: 35.5,-74.5 parent: 2 - - uid: 37839 + - uid: 38718 components: - type: Transform pos: 34.5,-74.5 parent: 2 - - uid: 37840 + - uid: 38719 components: - type: Transform pos: 38.5,-71.5 parent: 2 - - uid: 37841 + - uid: 38720 components: - type: Transform pos: 38.5,-73.5 parent: 2 - - uid: 37842 + - uid: 38721 components: - type: Transform pos: 37.5,-70.5 parent: 2 - - uid: 37843 + - uid: 38722 components: - type: Transform pos: 35.5,-70.5 parent: 2 - - uid: 37844 + - uid: 38723 components: - type: Transform pos: 34.5,-70.5 parent: 2 - - uid: 37845 + - uid: 38724 components: - type: Transform pos: 33.5,-70.5 parent: 2 - - uid: 37846 + - uid: 38725 components: - type: Transform pos: 32.5,-70.5 parent: 2 - - uid: 37847 + - uid: 38726 components: - type: Transform pos: 32.5,-71.5 parent: 2 - - uid: 37848 + - uid: 38727 components: - type: Transform pos: 32.5,-72.5 parent: 2 - - uid: 37849 + - uid: 38728 components: - type: Transform pos: 32.5,-73.5 parent: 2 - - uid: 37850 + - uid: 38729 components: - type: Transform pos: 32.5,-74.5 parent: 2 - - uid: 37851 + - uid: 38730 components: - type: Transform pos: 33.5,-74.5 parent: 2 - - uid: 37852 + - uid: 38731 components: - type: Transform pos: 31.5,-70.5 parent: 2 - - uid: 37853 + - uid: 38732 components: - type: Transform pos: 31.5,-69.5 parent: 2 - - uid: 37854 + - uid: 38733 components: - type: Transform pos: 31.5,-68.5 parent: 2 - - uid: 37855 + - uid: 38734 components: - type: Transform pos: 31.5,-67.5 parent: 2 - - uid: 37856 + - uid: 38735 components: - type: Transform pos: 31.5,-66.5 parent: 2 - - uid: 37857 + - uid: 38736 components: - type: Transform pos: 33.5,-66.5 parent: 2 - - uid: 37858 + - uid: 38737 components: - type: Transform pos: 34.5,-66.5 parent: 2 - - uid: 37859 + - uid: 38738 components: - type: Transform pos: 35.5,-66.5 parent: 2 - - uid: 37860 + - uid: 38739 components: - type: Transform pos: 31.5,-63.5 parent: 2 - - uid: 37861 + - uid: 38740 components: - type: Transform pos: 31.5,-59.5 parent: 2 - - uid: 37862 + - uid: 38741 components: - type: Transform pos: 31.5,-56.5 parent: 2 - - uid: 37863 + - uid: 38742 components: - type: Transform pos: 30.5,-70.5 parent: 2 - - uid: 37864 + - uid: 38743 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-66.5 parent: 2 - - uid: 37865 + - uid: 38744 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-85.5 parent: 2 - - uid: 37866 + - uid: 38745 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-85.5 parent: 2 - - uid: 37867 + - uid: 38746 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-85.5 parent: 2 - - uid: 37868 + - uid: 38747 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-80.5 parent: 2 - - uid: 37869 + - uid: 38748 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-78.5 parent: 2 - - uid: 37870 + - uid: 38749 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-80.5 parent: 2 - - uid: 37871 + - uid: 38750 components: - type: Transform pos: 30.5,-72.5 parent: 2 - - uid: 37872 + - uid: 38751 components: - type: Transform pos: 13.5,-76.5 parent: 2 - - uid: 37873 + - uid: 38752 components: - type: Transform pos: 13.5,-77.5 parent: 2 - - uid: 37874 + - uid: 38753 components: - type: Transform pos: 13.5,-78.5 parent: 2 - - uid: 37875 + - uid: 38754 components: - type: Transform pos: 13.5,-79.5 parent: 2 - - uid: 37876 + - uid: 38755 components: - type: Transform pos: 13.5,-80.5 parent: 2 - - uid: 37877 + - uid: 38756 components: - type: Transform pos: 13.5,-81.5 parent: 2 - - uid: 37878 + - uid: 38757 components: - type: Transform pos: 13.5,-82.5 parent: 2 - - uid: 37879 + - uid: 38758 components: - type: Transform pos: 13.5,-84.5 parent: 2 - - uid: 37880 + - uid: 38759 components: - type: Transform pos: 13.5,-85.5 parent: 2 - - uid: 37881 + - uid: 38760 components: - type: Transform pos: 23.5,-74.5 parent: 2 - - uid: 37882 + - uid: 38761 components: - type: Transform pos: 21.5,-74.5 parent: 2 - - uid: 37883 + - uid: 38762 components: - type: Transform pos: 20.5,-74.5 parent: 2 - - uid: 37884 + - uid: 38763 components: - type: Transform pos: 15.5,-74.5 parent: 2 - - uid: 37885 + - uid: 38764 components: - type: Transform pos: 14.5,-74.5 parent: 2 - - uid: 37886 + - uid: 38765 components: - type: Transform pos: 13.5,-74.5 parent: 2 - - uid: 37887 + - uid: 38766 components: - type: Transform pos: -3.5,-88.5 parent: 2 - - uid: 37888 + - uid: 38767 components: - type: Transform pos: -2.5,-88.5 parent: 2 - - uid: 37889 + - uid: 38768 components: - type: Transform pos: -1.5,-88.5 parent: 2 - - uid: 37890 + - uid: 38769 components: - type: Transform pos: -5.5,-92.5 parent: 2 - - uid: 37891 + - uid: 38770 components: - type: Transform pos: -8.5,-92.5 parent: 2 - - uid: 37892 + - uid: 38771 components: - type: Transform pos: -9.5,-92.5 parent: 2 - - uid: 37893 + - uid: 38772 components: - type: Transform pos: -10.5,-92.5 parent: 2 - - uid: 37894 + - uid: 38773 components: - type: Transform pos: -10.5,-93.5 parent: 2 - - uid: 37895 + - uid: 38774 components: - type: Transform pos: -10.5,-95.5 parent: 2 - - uid: 37896 + - uid: 38775 components: - type: Transform pos: -10.5,-96.5 parent: 2 - - uid: 37897 + - uid: 38776 components: - type: Transform pos: -33.5,-56.5 parent: 2 - - uid: 37898 + - uid: 38777 components: - type: Transform pos: 12.5,-77.5 parent: 2 - - uid: 37899 + - uid: 38778 components: - type: Transform pos: 11.5,-77.5 parent: 2 - - uid: 37900 + - uid: 38779 components: - type: Transform pos: 10.5,-77.5 parent: 2 - - uid: 37901 + - uid: 38780 components: - type: Transform pos: 9.5,-77.5 parent: 2 - - uid: 37902 + - uid: 38781 components: - type: Transform pos: 8.5,-77.5 parent: 2 - - uid: 37903 + - uid: 38782 components: - type: Transform pos: 7.5,-77.5 parent: 2 - - uid: 37904 + - uid: 38783 components: - type: Transform pos: 6.5,-77.5 parent: 2 - - uid: 37905 + - uid: 38784 components: - type: Transform pos: 8.5,-78.5 parent: 2 - - uid: 37906 + - uid: 38785 components: - type: Transform pos: 6.5,-85.5 parent: 2 - - uid: 37907 + - uid: 38786 components: - type: Transform pos: 7.5,-85.5 parent: 2 - - uid: 37908 + - uid: 38787 components: - type: Transform pos: 8.5,-85.5 parent: 2 - - uid: 37909 + - uid: 38788 components: - type: Transform pos: 9.5,-85.5 parent: 2 - - uid: 37910 + - uid: 38789 components: - type: Transform pos: 4.5,-85.5 parent: 2 - - uid: 37911 + - uid: 38790 components: - type: Transform pos: 3.5,-85.5 parent: 2 - - uid: 37912 + - uid: 38791 components: - type: Transform pos: 2.5,-85.5 parent: 2 - - uid: 37913 + - uid: 38792 components: - type: Transform pos: 2.5,-84.5 parent: 2 - - uid: 37914 + - uid: 38793 components: - type: Transform pos: 2.5,-83.5 parent: 2 - - uid: 37915 + - uid: 38794 components: - type: Transform pos: 2.5,-77.5 parent: 2 - - uid: 37916 + - uid: 38795 components: - type: Transform pos: 3.5,-77.5 parent: 2 - - uid: 37917 + - uid: 38796 components: - type: Transform pos: 0.5,-83.5 parent: 2 - - uid: 37918 + - uid: 38797 components: - type: Transform pos: -1.5,-83.5 parent: 2 - - uid: 37919 + - uid: 38798 components: - type: Transform pos: -1.5,-78.5 parent: 2 - - uid: 37920 + - uid: 38799 components: - type: Transform pos: -1.5,-77.5 parent: 2 - - uid: 37921 + - uid: 38800 components: - type: Transform pos: -5.5,-77.5 parent: 2 - - uid: 37922 + - uid: 38801 components: - type: Transform pos: -5.5,-78.5 parent: 2 - - uid: 37923 + - uid: 38802 components: - type: Transform pos: -5.5,-81.5 parent: 2 - - uid: 37924 + - uid: 38803 components: - type: Transform pos: -5.5,-82.5 parent: 2 - - uid: 37925 + - uid: 38804 components: - type: Transform pos: -5.5,-83.5 parent: 2 - - uid: 37926 + - uid: 38805 components: - type: Transform pos: -5.5,-84.5 parent: 2 - - uid: 37927 + - uid: 38806 components: - type: Transform pos: -5.5,-85.5 parent: 2 - - uid: 37928 + - uid: 38807 components: - type: Transform pos: -4.5,-85.5 parent: 2 - - uid: 37929 + - uid: 38808 components: - type: Transform pos: -2.5,-85.5 parent: 2 - - uid: 37930 + - uid: 38809 components: - type: Transform pos: -1.5,-85.5 parent: 2 - - uid: 37931 + - uid: 38810 components: - type: Transform pos: -6.5,-82.5 parent: 2 - - uid: 37932 + - uid: 38811 components: - type: Transform pos: -9.5,-82.5 parent: 2 - - uid: 37933 + - uid: 38812 components: - type: Transform pos: -10.5,-82.5 parent: 2 - - uid: 37934 + - uid: 38813 components: - type: Transform pos: -10.5,-81.5 parent: 2 - - uid: 37935 + - uid: 38814 components: - type: Transform pos: -10.5,-79.5 parent: 2 - - uid: 37936 + - uid: 38815 components: - type: Transform pos: -10.5,-78.5 parent: 2 - - uid: 37937 + - uid: 38816 components: - type: Transform pos: -10.5,-77.5 parent: 2 - - uid: 37938 + - uid: 38817 components: - type: Transform pos: -6.5,-77.5 parent: 2 - - uid: 37939 + - uid: 38818 components: - type: Transform pos: -10.5,-83.5 parent: 2 - - uid: 37940 + - uid: 38819 components: - type: Transform pos: -10.5,-84.5 parent: 2 - - uid: 37941 + - uid: 38820 components: - type: Transform pos: -10.5,-85.5 parent: 2 - - uid: 37942 + - uid: 38821 components: - type: Transform pos: -10.5,-91.5 parent: 2 - - uid: 37943 + - uid: 38822 components: - type: Transform pos: -12.5,-77.5 parent: 2 - - uid: 37944 + - uid: 38823 components: - type: Transform pos: -12.5,-78.5 parent: 2 - - uid: 37945 + - uid: 38824 components: - type: Transform pos: -12.5,-76.5 parent: 2 - - uid: 37946 + - uid: 38825 components: - type: Transform pos: -12.5,-75.5 parent: 2 - - uid: 37947 + - uid: 38826 components: - type: Transform pos: -12.5,-74.5 parent: 2 - - uid: 37948 + - uid: 38827 components: - type: Transform pos: -13.5,-74.5 parent: 2 - - uid: 37949 + - uid: 38828 components: - type: Transform pos: -14.5,-74.5 parent: 2 - - uid: 37950 + - uid: 38829 components: - type: Transform pos: -15.5,-74.5 parent: 2 - - uid: 37951 + - uid: 38830 components: - type: Transform pos: -16.5,-74.5 parent: 2 - - uid: 37952 + - uid: 38831 components: - type: Transform pos: -16.5,-75.5 parent: 2 - - uid: 37953 + - uid: 38832 components: - type: Transform pos: -16.5,-77.5 parent: 2 - - uid: 37954 + - uid: 38833 components: - type: Transform pos: -16.5,-78.5 parent: 2 - - uid: 37955 + - uid: 38834 components: - type: Transform pos: -15.5,-78.5 parent: 2 - - uid: 37956 + - uid: 38835 components: - type: Transform pos: -14.5,-78.5 parent: 2 - - uid: 37957 + - uid: 38836 components: - type: Transform pos: -13.5,-78.5 parent: 2 - - uid: 37958 + - uid: 38837 components: - type: Transform pos: -17.5,-74.5 parent: 2 - - uid: 37959 + - uid: 38838 components: - type: Transform pos: -18.5,-74.5 parent: 2 - - uid: 37960 + - uid: 38839 components: - type: Transform pos: -21.5,-74.5 parent: 2 - - uid: 37961 + - uid: 38840 components: - type: Transform pos: -22.5,-74.5 parent: 2 - - uid: 37962 + - uid: 38841 components: - type: Transform pos: -22.5,-75.5 parent: 2 - - uid: 37963 + - uid: 38842 components: - type: Transform pos: -22.5,-77.5 parent: 2 - - uid: 37964 + - uid: 38843 components: - type: Transform pos: -22.5,-78.5 parent: 2 - - uid: 37965 + - uid: 38844 components: - type: Transform pos: -22.5,-79.5 parent: 2 - - uid: 37966 + - uid: 38845 components: - type: Transform pos: -16.5,-83.5 parent: 2 - - uid: 37967 + - uid: 38846 components: - type: Transform pos: -20.5,-79.5 parent: 2 - - uid: 37968 + - uid: 38847 components: - type: Transform pos: -16.5,-84.5 parent: 2 - - uid: 37969 + - uid: 38848 components: - type: Transform pos: -18.5,-79.5 parent: 2 - - uid: 37970 + - uid: 38849 components: - type: Transform pos: -16.5,-82.5 parent: 2 - - uid: 37971 + - uid: 38850 components: - type: Transform pos: -16.5,-79.5 parent: 2 - - uid: 37972 + - uid: 38851 components: - type: Transform pos: -18.5,-78.5 parent: 2 - - uid: 37973 + - uid: 38852 components: - type: Transform pos: -16.5,-81.5 parent: 2 - - uid: 37974 + - uid: 38853 components: - type: Transform pos: -20.5,-78.5 parent: 2 - - uid: 37975 + - uid: 38854 components: - type: Transform pos: -26.5,-79.5 parent: 2 - - uid: 37976 + - uid: 38855 components: - type: Transform pos: -26.5,-74.5 parent: 2 - - uid: 37977 + - uid: 38856 components: - type: Transform pos: -26.5,-75.5 parent: 2 - - uid: 37978 + - uid: 38857 components: - type: Transform pos: -26.5,-76.5 parent: 2 - - uid: 37979 + - uid: 38858 components: - type: Transform pos: -26.5,-77.5 parent: 2 - - uid: 37980 + - uid: 38859 components: - type: Transform pos: -26.5,-78.5 parent: 2 - - uid: 37981 + - uid: 38860 components: - type: Transform pos: -16.5,-80.5 parent: 2 - - uid: 37982 + - uid: 38861 components: - type: Transform pos: -17.5,-80.5 parent: 2 - - uid: 37983 + - uid: 38862 components: - type: Transform pos: -18.5,-80.5 parent: 2 - - uid: 37984 + - uid: 38863 components: - type: Transform pos: -19.5,-80.5 parent: 2 - - uid: 37985 + - uid: 38864 components: - type: Transform pos: -20.5,-80.5 parent: 2 - - uid: 37986 + - uid: 38865 components: - type: Transform pos: -21.5,-80.5 parent: 2 - - uid: 37987 + - uid: 38866 components: - type: Transform pos: -22.5,-80.5 parent: 2 - - uid: 37988 + - uid: 38867 components: - type: Transform pos: -16.5,-85.5 parent: 2 - - uid: 37989 + - uid: 38868 components: - type: Transform pos: -16.5,-86.5 parent: 2 - - uid: 37990 + - uid: 38869 components: - type: Transform pos: -16.5,-87.5 parent: 2 - - uid: 37991 + - uid: 38870 components: - type: Transform pos: -26.5,-82.5 parent: 2 - - uid: 37992 + - uid: 38871 components: - type: Transform pos: -26.5,-83.5 parent: 2 - - uid: 37993 + - uid: 38872 components: - type: Transform pos: -26.5,-84.5 parent: 2 - - uid: 37994 + - uid: 38873 components: - type: Transform pos: -26.5,-85.5 parent: 2 - - uid: 37995 + - uid: 38874 components: - type: Transform pos: -26.5,-86.5 parent: 2 - - uid: 37996 + - uid: 38875 components: - type: Transform pos: -26.5,-87.5 parent: 2 - - uid: 37997 + - uid: 38876 components: - type: Transform pos: -26.5,-88.5 parent: 2 - - uid: 37998 + - uid: 38877 components: - type: Transform pos: -26.5,-89.5 parent: 2 - - uid: 37999 + - uid: 38878 components: - type: Transform pos: -27.5,-82.5 parent: 2 - - uid: 38000 + - uid: 38879 components: - type: Transform pos: -28.5,-82.5 parent: 2 - - uid: 38001 + - uid: 38880 components: - type: Transform pos: -29.5,-82.5 parent: 2 - - uid: 38002 + - uid: 38881 components: - type: Transform pos: -30.5,-82.5 parent: 2 - - uid: 38003 + - uid: 38882 components: - type: Transform pos: -30.5,-83.5 parent: 2 - - uid: 38004 + - uid: 38883 components: - type: Transform pos: -30.5,-85.5 parent: 2 - - uid: 38005 + - uid: 38884 components: - type: Transform pos: -29.5,-85.5 parent: 2 - - uid: 38006 + - uid: 38885 components: - type: Transform pos: -28.5,-85.5 parent: 2 - - uid: 38007 + - uid: 38886 components: - type: Transform pos: -27.5,-85.5 parent: 2 - - uid: 38008 + - uid: 38887 components: - type: Transform pos: -30.5,-88.5 parent: 2 - - uid: 38009 + - uid: 38888 components: - type: Transform pos: -30.5,-86.5 parent: 2 - - uid: 38010 + - uid: 38889 components: - type: Transform pos: -29.5,-88.5 parent: 2 - - uid: 38011 + - uid: 38890 components: - type: Transform pos: -28.5,-88.5 parent: 2 - - uid: 38012 + - uid: 38891 components: - type: Transform pos: -27.5,-88.5 parent: 2 - - uid: 38013 + - uid: 38892 components: - type: Transform pos: -30.5,-89.5 parent: 2 - - uid: 38014 + - uid: 38893 components: - type: Transform pos: -26.5,-90.5 parent: 2 - - uid: 38015 + - uid: 38894 components: - type: Transform pos: -26.5,-91.5 parent: 2 - - uid: 38016 + - uid: 38895 components: - type: Transform pos: -27.5,-91.5 parent: 2 - - uid: 38017 + - uid: 38896 components: - type: Transform pos: -28.5,-91.5 parent: 2 - - uid: 38018 + - uid: 38897 components: - type: Transform pos: -29.5,-91.5 parent: 2 - - uid: 38019 + - uid: 38898 components: - type: Transform pos: -30.5,-91.5 parent: 2 - - uid: 38020 + - uid: 38899 components: - type: Transform pos: -33.5,-91.5 parent: 2 - - uid: 38021 + - uid: 38900 components: - type: Transform pos: -33.5,-89.5 parent: 2 - - uid: 38022 + - uid: 38901 components: - type: Transform pos: -33.5,-88.5 parent: 2 - - uid: 38023 + - uid: 38902 components: - type: Transform pos: -33.5,-85.5 parent: 2 - - uid: 38024 + - uid: 38903 components: - type: Transform pos: -33.5,-83.5 parent: 2 - - uid: 38025 + - uid: 38904 components: - type: Transform pos: -33.5,-82.5 parent: 2 - - uid: 38026 + - uid: 38905 components: - type: Transform pos: -37.5,-91.5 parent: 2 - - uid: 38027 + - uid: 38906 components: - type: Transform pos: -37.5,-90.5 parent: 2 - - uid: 38028 + - uid: 38907 components: - type: Transform pos: -37.5,-89.5 parent: 2 - - uid: 38029 + - uid: 38908 components: - type: Transform pos: -37.5,-88.5 parent: 2 - - uid: 38030 + - uid: 38909 components: - type: Transform pos: -37.5,-87.5 parent: 2 - - uid: 38031 + - uid: 38910 components: - type: Transform pos: -37.5,-86.5 parent: 2 - - uid: 38032 + - uid: 38911 components: - type: Transform pos: -37.5,-85.5 parent: 2 - - uid: 38033 + - uid: 38912 components: - type: Transform pos: -37.5,-84.5 parent: 2 - - uid: 38034 + - uid: 38913 components: - type: Transform pos: -37.5,-83.5 parent: 2 - - uid: 38035 + - uid: 38914 components: - type: Transform pos: -37.5,-82.5 parent: 2 - - uid: 38036 + - uid: 38915 components: - type: Transform pos: -36.5,-82.5 parent: 2 - - uid: 38037 + - uid: 38916 components: - type: Transform pos: -35.5,-82.5 parent: 2 - - uid: 38038 + - uid: 38917 components: - type: Transform pos: -34.5,-82.5 parent: 2 - - uid: 38039 + - uid: 38918 components: - type: Transform pos: -34.5,-85.5 parent: 2 - - uid: 38040 + - uid: 38919 components: - type: Transform pos: -35.5,-85.5 parent: 2 - - uid: 38041 + - uid: 38920 components: - type: Transform pos: -36.5,-85.5 parent: 2 - - uid: 38042 + - uid: 38921 components: - type: Transform pos: -36.5,-88.5 parent: 2 - - uid: 38043 + - uid: 38922 components: - type: Transform pos: -35.5,-88.5 parent: 2 - - uid: 38044 + - uid: 38923 components: - type: Transform pos: -34.5,-88.5 parent: 2 - - uid: 38045 + - uid: 38924 components: - type: Transform pos: -36.5,-91.5 parent: 2 - - uid: 38046 + - uid: 38925 components: - type: Transform pos: -35.5,-91.5 parent: 2 - - uid: 38047 + - uid: 38926 components: - type: Transform pos: -34.5,-91.5 parent: 2 - - uid: 38048 + - uid: 38927 components: - type: Transform pos: -28.5,-92.5 parent: 2 - - uid: 38049 + - uid: 38928 components: - type: Transform pos: -28.5,-93.5 parent: 2 - - uid: 38050 + - uid: 38929 components: - type: Transform pos: -28.5,-94.5 parent: 2 - - uid: 38051 + - uid: 38930 components: - type: Transform pos: -28.5,-95.5 parent: 2 - - uid: 38052 + - uid: 38931 components: - type: Transform pos: -28.5,-96.5 parent: 2 - - uid: 38053 + - uid: 38932 components: - type: Transform pos: -25.5,-90.5 parent: 2 - - uid: 38054 + - uid: 38933 components: - type: Transform pos: -21.5,-90.5 parent: 2 - - uid: 38055 + - uid: 38934 components: - type: Transform pos: -20.5,-90.5 parent: 2 - - uid: 38056 + - uid: 38935 components: - type: Transform pos: -19.5,-90.5 parent: 2 - - uid: 38057 + - uid: 38936 components: - type: Transform pos: -18.5,-90.5 parent: 2 - - uid: 38058 + - uid: 38937 components: - type: Transform pos: -17.5,-90.5 parent: 2 - - uid: 38059 + - uid: 38938 components: - type: Transform pos: -16.5,-90.5 parent: 2 - - uid: 38060 + - uid: 38939 components: - type: Transform pos: -16.5,-89.5 parent: 2 - - uid: 38061 + - uid: 38940 components: - type: Transform pos: -16.5,-88.5 parent: 2 - - uid: 38062 + - uid: 38941 components: - type: Transform pos: -36.5,-93.5 parent: 2 - - uid: 38063 + - uid: 38942 components: - type: Transform pos: -37.5,-81.5 parent: 2 - - uid: 38064 + - uid: 38943 components: - type: Transform pos: -37.5,-80.5 parent: 2 - - uid: 38065 + - uid: 38944 components: - type: Transform pos: -37.5,-79.5 parent: 2 - - uid: 38066 + - uid: 38945 components: - type: Transform pos: -33.5,-77.5 parent: 2 - - uid: 38067 + - uid: 38946 components: - type: Transform pos: -33.5,-78.5 parent: 2 - - uid: 38068 + - uid: 38947 components: - type: Transform pos: -33.5,-79.5 parent: 2 - - uid: 38069 + - uid: 38948 components: - type: Transform pos: -32.5,-79.5 parent: 2 - - uid: 38070 + - uid: 38949 components: - type: Transform pos: -31.5,-79.5 parent: 2 - - uid: 38071 + - uid: 38950 components: - type: Transform pos: -30.5,-79.5 parent: 2 - - uid: 38072 + - uid: 38951 components: - type: Transform pos: -29.5,-79.5 parent: 2 - - uid: 38073 + - uid: 38952 components: - type: Transform pos: -28.5,-79.5 parent: 2 - - uid: 38074 + - uid: 38953 components: - type: Transform pos: -27.5,-79.5 parent: 2 - - uid: 38075 + - uid: 38954 components: - type: Transform pos: -26.5,-72.5 parent: 2 - - uid: 38076 + - uid: 38955 components: - type: Transform pos: -30.5,-71.5 parent: 2 - - uid: 38077 + - uid: 38956 components: - type: Transform pos: -31.5,-72.5 parent: 2 - - uid: 38078 + - uid: 38957 components: - type: Transform pos: -31.5,-73.5 parent: 2 - - uid: 38079 + - uid: 38958 components: - type: Transform pos: -31.5,-74.5 parent: 2 - - uid: 38080 + - uid: 38959 components: - type: Transform pos: -31.5,-75.5 parent: 2 - - uid: 38081 + - uid: 38960 components: - type: Transform pos: -31.5,-76.5 parent: 2 - - uid: 38082 + - uid: 38961 components: - type: Transform pos: -31.5,-78.5 parent: 2 - - uid: 38083 + - uid: 38962 components: - type: Transform pos: -37.5,-78.5 parent: 2 - - uid: 38084 + - uid: 38963 components: - type: Transform pos: -37.5,-77.5 parent: 2 - - uid: 38085 + - uid: 38964 components: - type: Transform pos: -45.5,-89.5 parent: 2 - - uid: 38086 + - uid: 38965 components: - type: Transform pos: -45.5,-88.5 parent: 2 - - uid: 38087 + - uid: 38966 components: - type: Transform pos: -45.5,-87.5 parent: 2 - - uid: 38088 + - uid: 38967 components: - type: Transform pos: -45.5,-86.5 parent: 2 - - uid: 38089 + - uid: 38968 components: - type: Transform pos: -46.5,-86.5 parent: 2 - - uid: 38090 + - uid: 38969 components: - type: Transform pos: -45.5,-85.5 parent: 2 - - uid: 38091 + - uid: 38970 components: - type: Transform pos: -45.5,-84.5 parent: 2 - - uid: 38092 + - uid: 38971 components: - type: Transform pos: -45.5,-83.5 parent: 2 - - uid: 38093 + - uid: 38972 components: - type: Transform pos: -45.5,-82.5 parent: 2 - - uid: 38094 + - uid: 38973 components: - type: Transform pos: -44.5,-82.5 parent: 2 - - uid: 38095 + - uid: 38974 components: - type: Transform pos: -43.5,-82.5 parent: 2 - - uid: 38096 + - uid: 38975 components: - type: Transform pos: -40.5,-81.5 parent: 2 - - uid: 38097 + - uid: 38976 components: - type: Transform pos: -40.5,-82.5 parent: 2 - - uid: 38098 + - uid: 38977 components: - type: Transform pos: -40.5,-83.5 parent: 2 - - uid: 38099 + - uid: 38978 components: - type: Transform pos: -40.5,-84.5 parent: 2 - - uid: 38100 + - uid: 38979 components: - type: Transform pos: -40.5,-80.5 parent: 2 - - uid: 38101 + - uid: 38980 components: - type: Transform pos: -40.5,-79.5 parent: 2 - - uid: 38102 + - uid: 38981 components: - type: Transform pos: -40.5,-78.5 parent: 2 - - uid: 38103 + - uid: 38982 components: - type: Transform pos: -40.5,-77.5 parent: 2 - - uid: 38104 + - uid: 38983 components: - type: Transform pos: -40.5,-76.5 parent: 2 - - uid: 38105 + - uid: 38984 components: - type: Transform pos: -30.5,-72.5 parent: 2 - - uid: 38106 + - uid: 38985 components: - type: Transform pos: -33.5,-65.5 parent: 2 - - uid: 38107 + - uid: 38986 components: - type: Transform pos: -33.5,-63.5 parent: 2 - - uid: 38108 + - uid: 38987 components: - type: Transform pos: -33.5,-62.5 parent: 2 - - uid: 38109 + - uid: 38988 components: - type: Transform pos: -33.5,-61.5 parent: 2 - - uid: 38110 + - uid: 38989 components: - type: Transform pos: -33.5,-60.5 parent: 2 - - uid: 38111 + - uid: 38990 components: - type: Transform pos: -33.5,-59.5 parent: 2 - - uid: 38112 + - uid: 38991 components: - type: Transform pos: -33.5,-57.5 parent: 2 - - uid: 38113 + - uid: 38992 components: - type: Transform pos: -34.5,-60.5 parent: 2 - - uid: 38114 + - uid: 38993 components: - type: Transform pos: -35.5,-60.5 parent: 2 - - uid: 38115 + - uid: 38994 components: - type: Transform pos: -36.5,-60.5 parent: 2 - - uid: 38116 + - uid: 38995 components: - type: Transform pos: -41.5,-60.5 parent: 2 - - uid: 38117 + - uid: 38996 components: - type: Transform pos: -41.5,-61.5 parent: 2 - - uid: 38118 + - uid: 38997 components: - type: Transform pos: -41.5,-62.5 parent: 2 - - uid: 38119 + - uid: 38998 components: - type: Transform pos: -31.5,-56.5 parent: 2 - - uid: 38120 + - uid: 38999 components: - type: Transform pos: -30.5,-56.5 parent: 2 - - uid: 38121 + - uid: 39000 components: - type: Transform pos: -30.5,-61.5 parent: 2 - - uid: 38122 + - uid: 39001 components: - type: Transform pos: -30.5,-62.5 parent: 2 - - uid: 38123 + - uid: 39002 components: - type: Transform pos: -30.5,-63.5 parent: 2 - - uid: 38124 + - uid: 39003 components: - type: Transform pos: -30.5,-64.5 parent: 2 - - uid: 38125 + - uid: 39004 components: - type: Transform pos: -30.5,-65.5 parent: 2 - - uid: 38126 + - uid: 39005 components: - type: Transform pos: -30.5,-67.5 parent: 2 - - uid: 38127 + - uid: 39006 components: - type: Transform pos: -30.5,-68.5 parent: 2 - - uid: 38128 + - uid: 39007 components: - type: Transform pos: -30.5,-69.5 parent: 2 - - uid: 38129 + - uid: 39008 components: - type: Transform pos: -30.5,-70.5 parent: 2 - - uid: 38130 + - uid: 39009 components: - type: Transform pos: -34.5,-56.5 parent: 2 - - uid: 38131 + - uid: 39010 components: - type: Transform pos: -35.5,-56.5 parent: 2 - - uid: 38132 + - uid: 39011 components: - type: Transform pos: -36.5,-56.5 parent: 2 - - uid: 38133 + - uid: 39012 components: - type: Transform pos: -37.5,-56.5 parent: 2 - - uid: 38134 + - uid: 39013 components: - type: Transform pos: -40.5,-56.5 parent: 2 - - uid: 38135 + - uid: 39014 components: - type: Transform pos: -41.5,-56.5 parent: 2 - - uid: 38136 + - uid: 39015 components: - type: Transform pos: -33.5,-55.5 parent: 2 - - uid: 38137 + - uid: 39016 components: - type: Transform pos: -33.5,-54.5 parent: 2 - - uid: 38138 + - uid: 39017 components: - type: Transform pos: -33.5,-50.5 parent: 2 - - uid: 38139 + - uid: 39018 components: - type: Transform pos: -34.5,-50.5 parent: 2 - - uid: 38140 + - uid: 39019 components: - type: Transform pos: -35.5,-50.5 parent: 2 - - uid: 38141 + - uid: 39020 components: - type: Transform pos: -36.5,-50.5 parent: 2 - - uid: 38142 + - uid: 39021 components: - type: Transform pos: -41.5,-50.5 parent: 2 - - uid: 38143 + - uid: 39022 components: - type: Transform pos: -41.5,-51.5 parent: 2 - - uid: 38144 + - uid: 39023 components: - type: Transform pos: -41.5,-55.5 parent: 2 - - uid: 38145 + - uid: 39024 components: - type: Transform pos: -41.5,-49.5 parent: 2 - - uid: 38146 + - uid: 39025 components: - type: Transform pos: -41.5,-45.5 parent: 2 - - uid: 38147 + - uid: 39026 components: - type: Transform pos: -40.5,-45.5 parent: 2 - - uid: 38148 + - uid: 39027 components: - type: Transform pos: -34.5,-45.5 parent: 2 - - uid: 38149 + - uid: 39028 components: - type: Transform pos: -33.5,-45.5 parent: 2 - - uid: 38150 + - uid: 39029 components: - type: Transform pos: -33.5,-46.5 parent: 2 - - uid: 38151 + - uid: 39030 components: - type: Transform pos: -33.5,-47.5 parent: 2 - - uid: 38152 + - uid: 39031 components: - type: Transform pos: -33.5,-48.5 parent: 2 - - uid: 38153 + - uid: 39032 components: - type: Transform pos: -33.5,-49.5 parent: 2 - - uid: 38154 + - uid: 39033 components: - type: Transform pos: -43.5,-49.5 parent: 2 - - uid: 38155 + - uid: 39034 components: - type: Transform pos: -43.5,-51.5 parent: 2 - - uid: 38156 + - uid: 39035 components: - type: Transform pos: -45.5,-45.5 parent: 2 - - uid: 38157 + - uid: 39036 components: - type: Transform pos: -45.5,-49.5 parent: 2 - - uid: 38158 + - uid: 39037 components: - type: Transform pos: -45.5,-50.5 parent: 2 - - uid: 38159 + - uid: 39038 components: - type: Transform pos: -45.5,-51.5 parent: 2 - - uid: 38160 + - uid: 39039 components: - type: Transform pos: -50.5,-63.5 parent: 2 - - uid: 38161 + - uid: 39040 components: - type: Transform pos: 43.5,-67.5 parent: 2 - - uid: 38162 + - uid: 39041 components: - type: Transform pos: -45.5,-77.5 parent: 2 - - uid: 38163 + - uid: 39042 components: - type: Transform pos: -45.5,-78.5 parent: 2 - - uid: 38164 + - uid: 39043 components: - type: Transform pos: -45.5,-79.5 parent: 2 - - uid: 38165 + - uid: 39044 components: - type: Transform pos: -45.5,-76.5 parent: 2 - - uid: 38166 + - uid: 39045 components: - type: Transform pos: -48.5,-79.5 parent: 2 - - uid: 38167 + - uid: 39046 components: - type: Transform pos: -49.5,-79.5 parent: 2 - - uid: 38168 + - uid: 39047 components: - type: Transform pos: -50.5,-79.5 parent: 2 - - uid: 38169 + - uid: 39048 components: - type: Transform pos: -51.5,-79.5 parent: 2 - - uid: 38170 + - uid: 39049 components: - type: Transform pos: -51.5,-80.5 parent: 2 - - uid: 38171 + - uid: 39050 components: - type: Transform pos: -51.5,-81.5 parent: 2 - - uid: 38172 + - uid: 39051 components: - type: Transform pos: -51.5,-82.5 parent: 2 - - uid: 38173 + - uid: 39052 components: - type: Transform pos: -51.5,-83.5 parent: 2 - - uid: 38174 + - uid: 39053 components: - type: Transform pos: -51.5,-84.5 parent: 2 - - uid: 38175 + - uid: 39054 components: - type: Transform pos: -51.5,-85.5 parent: 2 - - uid: 38176 + - uid: 39055 components: - type: Transform pos: -51.5,-86.5 parent: 2 - - uid: 38177 + - uid: 39056 components: - type: Transform pos: -50.5,-86.5 parent: 2 - - uid: 38178 + - uid: 39057 components: - type: Transform pos: -49.5,-86.5 parent: 2 - - uid: 38179 + - uid: 39058 components: - type: Transform pos: -48.5,-86.5 parent: 2 - - uid: 38180 + - uid: 39059 components: - type: Transform pos: -47.5,-86.5 parent: 2 - - uid: 38181 + - uid: 39060 components: - type: Transform pos: -48.5,-52.5 parent: 2 - - uid: 38182 + - uid: 39061 components: - type: Transform pos: -48.5,-51.5 parent: 2 - - uid: 38183 + - uid: 39062 components: - type: Transform pos: -49.5,-51.5 parent: 2 - - uid: 38184 + - uid: 39063 components: - type: Transform pos: -50.5,-51.5 parent: 2 - - uid: 38185 + - uid: 39064 components: - type: Transform pos: -50.5,-50.5 parent: 2 - - uid: 38186 + - uid: 39065 components: - type: Transform pos: -50.5,-49.5 parent: 2 - - uid: 38187 + - uid: 39066 components: - type: Transform pos: -50.5,-48.5 parent: 2 - - uid: 38188 + - uid: 39067 components: - type: Transform pos: -50.5,-46.5 parent: 2 - - uid: 38189 + - uid: 39068 components: - type: Transform pos: -50.5,-45.5 parent: 2 - - uid: 38190 + - uid: 39069 components: - type: Transform pos: -56.5,-63.5 parent: 2 - - uid: 38191 + - uid: 39070 components: - type: Transform pos: -56.5,-64.5 parent: 2 - - uid: 38192 + - uid: 39071 components: - type: Transform pos: -56.5,-66.5 parent: 2 - - uid: 38193 + - uid: 39072 components: - type: Transform pos: -57.5,-67.5 parent: 2 - - uid: 38194 + - uid: 39073 components: - type: Transform pos: -59.5,-66.5 parent: 2 - - uid: 38195 + - uid: 39074 components: - type: Transform pos: -59.5,-64.5 parent: 2 - - uid: 38196 + - uid: 39075 components: - type: Transform pos: -59.5,-63.5 parent: 2 - - uid: 38197 + - uid: 39076 components: - type: Transform pos: -58.5,-63.5 parent: 2 - - uid: 38198 + - uid: 39077 components: - type: Transform pos: -60.5,-63.5 parent: 2 - - uid: 38199 + - uid: 39078 components: - type: Transform pos: -61.5,-63.5 parent: 2 - - uid: 38200 + - uid: 39079 components: - type: Transform pos: -62.5,-63.5 parent: 2 - - uid: 38201 + - uid: 39080 components: - type: Transform pos: -63.5,-63.5 parent: 2 - - uid: 38202 + - uid: 39081 components: - type: Transform pos: -35.5,-0.5 parent: 2 - - uid: 38203 + - uid: 39082 components: - type: Transform pos: -60.5,-45.5 parent: 2 - - uid: 38204 + - uid: 39083 components: - type: Transform pos: -62.5,-45.5 parent: 2 - - uid: 38205 + - uid: 39084 components: - type: Transform pos: -63.5,-45.5 parent: 2 - - uid: 38206 + - uid: 39085 components: - type: Transform pos: -68.5,-45.5 parent: 2 - - uid: 38207 + - uid: 39086 components: - type: Transform pos: -69.5,-45.5 parent: 2 - - uid: 38208 + - uid: 39087 components: - type: Transform pos: -69.5,-41.5 parent: 2 - - uid: 38209 + - uid: 39088 components: - type: Transform pos: -69.5,-40.5 parent: 2 - - uid: 38210 + - uid: 39089 components: - type: Transform pos: -69.5,-39.5 parent: 2 - - uid: 38211 + - uid: 39090 components: - type: Transform pos: -69.5,-38.5 parent: 2 - - uid: 38212 + - uid: 39091 components: - type: Transform pos: -69.5,-36.5 parent: 2 - - uid: 38213 + - uid: 39092 components: - type: Transform pos: -69.5,-35.5 parent: 2 - - uid: 38214 + - uid: 39093 components: - type: Transform pos: -33.5,-41.5 parent: 2 - - uid: 38215 + - uid: 39094 components: - type: Transform pos: -34.5,-41.5 parent: 2 - - uid: 38216 + - uid: 39095 components: - type: Transform pos: -56.5,-41.5 parent: 2 - - uid: 38217 + - uid: 39096 components: - type: Transform pos: -55.5,-41.5 parent: 2 - - uid: 38218 + - uid: 39097 components: - type: Transform pos: -54.5,-41.5 parent: 2 - - uid: 38219 + - uid: 39098 components: - type: Transform pos: -53.5,-41.5 parent: 2 - - uid: 38220 + - uid: 39099 components: - type: Transform pos: -52.5,-41.5 parent: 2 - - uid: 38221 + - uid: 39100 components: - type: Transform pos: -51.5,-41.5 parent: 2 - - uid: 38222 + - uid: 39101 components: - type: Transform pos: -50.5,-41.5 parent: 2 - - uid: 38223 + - uid: 39102 components: - type: Transform pos: -58.5,-41.5 parent: 2 - - uid: 38224 + - uid: 39103 components: - type: Transform pos: -60.5,-41.5 parent: 2 - - uid: 38225 + - uid: 39104 components: - type: Transform pos: -61.5,-41.5 parent: 2 - - uid: 38226 + - uid: 39105 components: - type: Transform pos: -63.5,-41.5 parent: 2 - - uid: 38227 + - uid: 39106 components: - type: Transform pos: -68.5,-41.5 parent: 2 - - uid: 38228 + - uid: 39107 components: - type: Transform pos: -58.5,-36.5 parent: 2 - - uid: 38229 + - uid: 39108 components: - type: Transform pos: -58.5,-35.5 parent: 2 - - uid: 38230 + - uid: 39109 components: - type: Transform pos: -58.5,-34.5 parent: 2 - - uid: 38231 + - uid: 39110 components: - type: Transform pos: -52.5,-34.5 parent: 2 - - uid: 38232 + - uid: 39111 components: - type: Transform pos: -52.5,-35.5 parent: 2 - - uid: 38233 + - uid: 39112 components: - type: Transform pos: -52.5,-36.5 parent: 2 - - uid: 38234 + - uid: 39113 components: - type: Transform pos: -49.5,-37.5 parent: 2 - - uid: 38235 + - uid: 39114 components: - type: Transform pos: -52.5,-30.5 parent: 2 - - uid: 38236 + - uid: 39115 components: - type: Transform pos: -53.5,-30.5 parent: 2 - - uid: 38237 + - uid: 39116 components: - type: Transform pos: -54.5,-30.5 parent: 2 - - uid: 38238 + - uid: 39117 components: - type: Transform pos: -52.5,-31.5 parent: 2 - - uid: 38239 + - uid: 39118 components: - type: Transform pos: -52.5,-32.5 parent: 2 - - uid: 38240 + - uid: 39119 components: - type: Transform pos: -52.5,-33.5 parent: 2 - - uid: 38241 + - uid: 39120 components: - type: Transform pos: -57.5,-30.5 parent: 2 - - uid: 38242 + - uid: 39121 components: - type: Transform pos: -58.5,-30.5 parent: 2 - - uid: 38243 + - uid: 39122 components: - type: Transform pos: -58.5,-31.5 parent: 2 - - uid: 38244 + - uid: 39123 components: - type: Transform pos: -58.5,-32.5 parent: 2 - - uid: 38245 + - uid: 39124 components: - type: Transform pos: -58.5,-33.5 parent: 2 - - uid: 38246 + - uid: 39125 components: - type: Transform pos: -58.5,-29.5 parent: 2 - - uid: 38247 + - uid: 39126 components: - type: Transform pos: -58.5,-27.5 parent: 2 - - uid: 38248 + - uid: 39127 components: - type: Transform pos: -51.5,-26.5 parent: 2 - - uid: 38249 + - uid: 39128 components: - type: Transform pos: -50.5,-26.5 parent: 2 - - uid: 38250 + - uid: 39129 components: - type: Transform pos: -49.5,-26.5 parent: 2 - - uid: 38251 + - uid: 39130 components: - type: Transform pos: -46.5,-26.5 parent: 2 - - uid: 38252 + - uid: 39131 components: - type: Transform pos: -45.5,-26.5 parent: 2 - - uid: 38253 + - uid: 39132 components: - type: Transform pos: -44.5,-26.5 parent: 2 - - uid: 38254 + - uid: 39133 components: - type: Transform pos: -43.5,-26.5 parent: 2 - - uid: 38255 + - uid: 39134 components: - type: Transform pos: -43.5,-25.5 parent: 2 - - uid: 38256 + - uid: 39135 components: - type: Transform pos: -43.5,-24.5 parent: 2 - - uid: 38257 + - uid: 39136 components: - type: Transform pos: -43.5,-23.5 parent: 2 - - uid: 38258 + - uid: 39137 components: - type: Transform pos: -50.5,-23.5 parent: 2 - - uid: 38259 + - uid: 39138 components: - type: Transform pos: -50.5,-22.5 parent: 2 - - uid: 38260 + - uid: 39139 components: - type: Transform pos: -51.5,-22.5 parent: 2 - - uid: 38261 + - uid: 39140 components: - type: Transform pos: -56.5,-22.5 parent: 2 - - uid: 38262 + - uid: 39141 components: - type: Transform pos: -50.5,-24.5 parent: 2 - - uid: 38263 + - uid: 39142 components: - type: Transform pos: -43.5,-22.5 parent: 2 - - uid: 38264 + - uid: 39143 components: - type: Transform pos: -43.5,-21.5 parent: 2 - - uid: 38265 + - uid: 39144 components: - type: Transform pos: -43.5,-20.5 parent: 2 - - uid: 38266 + - uid: 39145 components: - type: Transform pos: -43.5,-19.5 parent: 2 - - uid: 38267 + - uid: 39146 components: - type: Transform pos: -43.5,-18.5 parent: 2 - - uid: 38268 + - uid: 39147 components: - type: Transform pos: -43.5,-17.5 parent: 2 - - uid: 38269 + - uid: 39148 components: - type: Transform pos: -46.5,-17.5 parent: 2 - - uid: 38270 + - uid: 39149 components: - type: Transform pos: -45.5,-17.5 parent: 2 - - uid: 38271 + - uid: 39150 components: - type: Transform pos: -44.5,-17.5 parent: 2 - - uid: 38272 + - uid: 39151 components: - type: Transform pos: -50.5,-17.5 parent: 2 - - uid: 38273 + - uid: 39152 components: - type: Transform pos: -50.5,-18.5 parent: 2 - - uid: 38274 + - uid: 39153 components: - type: Transform pos: -50.5,-19.5 parent: 2 - - uid: 38275 + - uid: 39154 components: - type: Transform pos: -50.5,-20.5 parent: 2 - - uid: 38276 + - uid: 39155 components: - type: Transform pos: -50.5,-21.5 parent: 2 - - uid: 38277 + - uid: 39156 components: - type: Transform pos: -50.5,-16.5 parent: 2 - - uid: 38278 + - uid: 39157 components: - type: Transform pos: -51.5,-16.5 parent: 2 - - uid: 38279 + - uid: 39158 components: - type: Transform pos: -52.5,-16.5 parent: 2 - - uid: 38280 + - uid: 39159 components: - type: Transform pos: -53.5,-16.5 parent: 2 - - uid: 38281 + - uid: 39160 components: - type: Transform pos: -54.5,-16.5 parent: 2 - - uid: 38282 + - uid: 39161 components: - type: Transform pos: -55.5,-16.5 parent: 2 - - uid: 38283 + - uid: 39162 components: - type: Transform pos: -56.5,-16.5 parent: 2 - - uid: 38284 + - uid: 39163 components: - type: Transform pos: -56.5,-17.5 parent: 2 - - uid: 38285 + - uid: 39164 components: - type: Transform pos: -56.5,-18.5 parent: 2 - - uid: 38286 + - uid: 39165 components: - type: Transform pos: -56.5,-19.5 parent: 2 - - uid: 38287 + - uid: 39166 components: - type: Transform pos: -56.5,-20.5 parent: 2 - - uid: 38288 + - uid: 39167 components: - type: Transform pos: -56.5,-21.5 parent: 2 - - uid: 38289 + - uid: 39168 components: - type: Transform pos: -50.5,-14.5 parent: 2 - - uid: 38290 + - uid: 39169 components: - type: Transform pos: -49.5,-14.5 parent: 2 - - uid: 38291 + - uid: 39170 components: - type: Transform pos: -48.5,-14.5 parent: 2 - - uid: 38292 + - uid: 39171 components: - type: Transform pos: -44.5,-14.5 parent: 2 - - uid: 38293 + - uid: 39172 components: - type: Transform pos: -44.5,-13.5 parent: 2 - - uid: 38294 + - uid: 39173 components: - type: Transform pos: -44.5,-12.5 parent: 2 - - uid: 38295 + - uid: 39174 components: - type: Transform pos: -44.5,-11.5 parent: 2 - - uid: 38296 + - uid: 39175 components: - type: Transform pos: -44.5,-10.5 parent: 2 - - uid: 38297 + - uid: 39176 components: - type: Transform pos: -50.5,-11.5 parent: 2 - - uid: 38298 + - uid: 39177 components: - type: Transform pos: -50.5,-12.5 parent: 2 - - uid: 38299 + - uid: 39178 components: - type: Transform pos: -50.5,-13.5 parent: 2 - - uid: 38300 + - uid: 39179 components: - type: Transform pos: -51.5,-10.5 parent: 2 - - uid: 38301 + - uid: 39180 components: - type: Transform pos: -51.5,-11.5 parent: 2 - - uid: 38302 + - uid: 39181 components: - type: Transform pos: -52.5,-11.5 parent: 2 - - uid: 38303 + - uid: 39182 components: - type: Transform pos: -53.5,-11.5 parent: 2 - - uid: 38304 + - uid: 39183 components: - type: Transform pos: -54.5,-11.5 parent: 2 - - uid: 38305 + - uid: 39184 components: - type: Transform pos: -55.5,-11.5 parent: 2 - - uid: 38306 + - uid: 39185 components: - type: Transform pos: -56.5,-11.5 parent: 2 - - uid: 38307 + - uid: 39186 components: - type: Transform pos: -56.5,-12.5 parent: 2 - - uid: 38308 + - uid: 39187 components: - type: Transform pos: -56.5,-13.5 parent: 2 - - uid: 38309 + - uid: 39188 components: - type: Transform pos: -56.5,-14.5 parent: 2 - - uid: 38310 + - uid: 39189 components: - type: Transform pos: -56.5,-15.5 parent: 2 - - uid: 38311 + - uid: 39190 components: - type: Transform pos: -55.5,-9.5 parent: 2 - - uid: 38312 + - uid: 39191 components: - type: Transform pos: -51.5,-9.5 parent: 2 - - uid: 38313 + - uid: 39192 components: - type: Transform pos: -55.5,-8.5 parent: 2 - - uid: 38314 + - uid: 39193 components: - type: Transform pos: -54.5,-8.5 parent: 2 - - uid: 38315 + - uid: 39194 components: - type: Transform pos: -51.5,-8.5 parent: 2 - - uid: 38316 + - uid: 39195 components: - type: Transform pos: -56.5,-8.5 parent: 2 - - uid: 38317 + - uid: 39196 components: - type: Transform pos: -51.5,-4.5 parent: 2 - - uid: 38318 + - uid: 39197 components: - type: Transform pos: -51.5,-7.5 parent: 2 - - uid: 38319 + - uid: 39198 components: - type: Transform pos: -48.5,1.5 parent: 2 - - uid: 38320 + - uid: 39199 components: - type: Transform pos: -48.5,-4.5 parent: 2 - - uid: 38321 + - uid: 39200 components: - type: Transform pos: -44.5,-9.5 parent: 2 - - uid: 38322 + - uid: 39201 components: - type: Transform pos: -44.5,-8.5 parent: 2 - - uid: 38323 + - uid: 39202 components: - type: Transform pos: -44.5,-7.5 parent: 2 - - uid: 38324 + - uid: 39203 components: - type: Transform pos: -44.5,-6.5 parent: 2 - - uid: 38325 + - uid: 39204 components: - type: Transform pos: -44.5,-5.5 parent: 2 - - uid: 38326 + - uid: 39205 components: - type: Transform pos: -44.5,-4.5 parent: 2 - - uid: 38327 + - uid: 39206 components: - type: Transform pos: -44.5,-3.5 parent: 2 - - uid: 38328 + - uid: 39207 components: - type: Transform pos: -44.5,-2.5 parent: 2 - - uid: 38329 + - uid: 39208 components: - type: Transform pos: -44.5,-1.5 parent: 2 - - uid: 38330 + - uid: 39209 components: - type: Transform pos: -44.5,-0.5 parent: 2 - - uid: 38331 + - uid: 39210 components: - type: Transform pos: -44.5,0.5 parent: 2 - - uid: 38332 + - uid: 39211 components: - type: Transform pos: -44.5,1.5 parent: 2 - - uid: 38333 + - uid: 39212 components: - type: Transform pos: -45.5,1.5 parent: 2 - - uid: 38334 + - uid: 39213 components: - type: Transform pos: -46.5,1.5 parent: 2 - - uid: 38335 + - uid: 39214 components: - type: Transform pos: -42.5,1.5 parent: 2 - - uid: 38336 + - uid: 39215 components: - type: Transform pos: -42.5,-0.5 parent: 2 - - uid: 38337 + - uid: 39216 components: - type: Transform pos: -40.5,1.5 parent: 2 - - uid: 38338 + - uid: 39217 components: - type: Transform pos: -40.5,0.5 parent: 2 - - uid: 38339 + - uid: 39218 components: - type: Transform pos: -40.5,-0.5 parent: 2 - - uid: 38340 + - uid: 39219 components: - type: Transform pos: -40.5,-1.5 parent: 2 - - uid: 38341 + - uid: 39220 components: - type: Transform pos: -40.5,-5.5 parent: 2 - - uid: 38342 + - uid: 39221 components: - type: Transform pos: -39.5,-0.5 parent: 2 - - uid: 38343 + - uid: 39222 components: - type: Transform pos: -38.5,-0.5 parent: 2 - - uid: 38344 + - uid: 39223 components: - type: Transform pos: -37.5,-0.5 parent: 2 - - uid: 38345 + - uid: 39224 components: - type: Transform pos: -36.5,-0.5 parent: 2 - - uid: 38346 + - uid: 39225 components: - type: Transform pos: -36.5,-3.5 parent: 2 - - uid: 38347 + - uid: 39226 components: - type: Transform pos: -36.5,-4.5 parent: 2 - - uid: 38348 + - uid: 39227 components: - type: Transform pos: -36.5,-5.5 parent: 2 - - uid: 38349 + - uid: 39228 components: - type: Transform pos: -34.5,-0.5 parent: 2 - - uid: 38350 + - uid: 39229 components: - type: Transform pos: -34.5,-1.5 parent: 2 - - uid: 38351 + - uid: 39230 components: - type: Transform pos: -34.5,-3.5 parent: 2 - - uid: 38352 + - uid: 39231 components: - type: Transform pos: -34.5,-4.5 parent: 2 - - uid: 38353 + - uid: 39232 components: - type: Transform pos: -34.5,-5.5 parent: 2 - - uid: 38354 + - uid: 39233 components: - type: Transform pos: -39.5,-24.5 parent: 2 - - uid: 38355 + - uid: 39234 components: - type: Transform pos: -39.5,-14.5 parent: 2 - - uid: 38356 + - uid: 39235 components: - type: Transform pos: -39.5,-16.5 parent: 2 - - uid: 38357 + - uid: 39236 components: - type: Transform pos: -38.5,-16.5 parent: 2 - - uid: 38358 + - uid: 39237 components: - type: Transform pos: -37.5,-16.5 parent: 2 - - uid: 38359 + - uid: 39238 components: - type: Transform pos: -36.5,-16.5 parent: 2 - - uid: 38360 + - uid: 39239 components: - type: Transform pos: -35.5,-16.5 parent: 2 - - uid: 38361 + - uid: 39240 components: - type: Transform pos: -35.5,-15.5 parent: 2 - - uid: 38362 + - uid: 39241 components: - type: Transform pos: -35.5,-14.5 parent: 2 - - uid: 38363 + - uid: 39242 components: - type: Transform pos: -39.5,-18.5 parent: 2 - - uid: 38364 + - uid: 39243 components: - type: Transform pos: -39.5,-19.5 parent: 2 - - uid: 38365 + - uid: 39244 components: - type: Transform pos: -39.5,-23.5 parent: 2 - - uid: 38366 + - uid: 39245 components: - type: Transform pos: -38.5,-24.5 parent: 2 - - uid: 38367 + - uid: 39246 components: - type: Transform pos: -34.5,-24.5 parent: 2 - - uid: 38368 + - uid: 39247 components: - type: Transform pos: -33.5,-24.5 parent: 2 - - uid: 38369 + - uid: 39248 components: - type: Transform pos: -33.5,-23.5 parent: 2 - - uid: 38370 + - uid: 39249 components: - type: Transform pos: -33.5,-22.5 parent: 2 - - uid: 38371 + - uid: 39250 components: - type: Transform pos: -33.5,-21.5 parent: 2 - - uid: 38372 + - uid: 39251 components: - type: Transform pos: -33.5,-20.5 parent: 2 - - uid: 38373 + - uid: 39252 components: - type: Transform pos: -33.5,-19.5 parent: 2 - - uid: 38374 + - uid: 39253 components: - type: Transform pos: -33.5,-18.5 parent: 2 - - uid: 38375 + - uid: 39254 components: - type: Transform pos: -34.5,-18.5 parent: 2 - - uid: 38376 + - uid: 39255 components: - type: Transform pos: -35.5,-18.5 parent: 2 - - uid: 38377 + - uid: 39256 components: - type: Transform pos: -36.5,-18.5 parent: 2 - - uid: 38378 + - uid: 39257 components: - type: Transform pos: -37.5,-18.5 parent: 2 - - uid: 38379 + - uid: 39258 components: - type: Transform pos: -38.5,-18.5 parent: 2 - - uid: 38380 + - uid: 39259 components: - type: Transform pos: -33.5,-25.5 parent: 2 - - uid: 38381 + - uid: 39260 components: - type: Transform pos: -33.5,-36.5 parent: 2 - - uid: 38382 + - uid: 39261 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-34.5 parent: 2 - - uid: 38383 + - uid: 39262 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-34.5 parent: 2 - - uid: 38384 + - uid: 39263 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-34.5 parent: 2 - - uid: 38385 + - uid: 39264 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-30.5 parent: 2 - - uid: 38386 + - uid: 39265 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-32.5 parent: 2 - - uid: 38387 + - uid: 39266 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-33.5 parent: 2 - - uid: 38388 + - uid: 39267 components: - type: Transform pos: -31.5,-30.5 parent: 2 - - uid: 38389 + - uid: 39268 components: - type: Transform pos: -33.5,-40.5 parent: 2 - - uid: 38390 + - uid: 39269 components: - type: Transform pos: -37.5,2.5 parent: 2 - - uid: 38391 + - uid: 39270 components: - type: Transform pos: -36.5,2.5 parent: 2 - - uid: 38392 + - uid: 39271 components: - type: Transform pos: -35.5,2.5 parent: 2 - - uid: 38393 + - uid: 39272 components: - type: Transform pos: -34.5,2.5 parent: 2 - - uid: 38394 + - uid: 39273 components: - type: Transform pos: -40.5,2.5 parent: 2 - - uid: 38395 + - uid: 39274 components: - type: Transform pos: -40.5,4.5 parent: 2 - - uid: 38396 + - uid: 39275 components: - type: Transform pos: -40.5,5.5 parent: 2 - - uid: 38397 + - uid: 39276 components: - type: Transform pos: -41.5,5.5 parent: 2 - - uid: 38398 + - uid: 39277 components: - type: Transform pos: -42.5,5.5 parent: 2 - - uid: 38399 + - uid: 39278 components: - type: Transform pos: -45.5,5.5 parent: 2 - - uid: 38400 + - uid: 39279 components: - type: Transform pos: -46.5,5.5 parent: 2 - - uid: 38401 + - uid: 39280 components: - type: Transform pos: -47.5,5.5 parent: 2 - - uid: 38402 + - uid: 39281 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-31.5 parent: 2 - - uid: 38403 + - uid: 39282 components: - type: Transform pos: -48.5,5.5 parent: 2 - - uid: 38404 + - uid: 39283 components: - type: Transform pos: -50.5,5.5 parent: 2 - - uid: 38405 + - uid: 39284 components: - type: Transform pos: -34.5,3.5 parent: 2 - - uid: 38406 + - uid: 39285 components: - type: Transform pos: -34.5,5.5 parent: 2 - - uid: 38407 + - uid: 39286 components: - type: Transform pos: -30.5,-30.5 parent: 2 - - uid: 38408 + - uid: 39287 components: - type: Transform pos: -30.5,-25.5 parent: 2 - - uid: 38409 + - uid: 39288 components: - type: Transform pos: -30.5,-24.5 parent: 2 - - uid: 38410 + - uid: 39289 components: - type: Transform pos: -30.5,-23.5 parent: 2 - - uid: 38411 + - uid: 39290 components: - type: Transform pos: -30.5,-22.5 parent: 2 - - uid: 38412 + - uid: 39291 components: - type: Transform pos: -30.5,-21.5 parent: 2 - - uid: 38413 + - uid: 39292 components: - type: Transform pos: -30.5,-20.5 parent: 2 - - uid: 38414 + - uid: 39293 components: - type: Transform pos: -30.5,-16.5 parent: 2 - - uid: 38415 + - uid: 39294 components: - type: Transform pos: -30.5,-15.5 parent: 2 - - uid: 38416 + - uid: 39295 components: - type: Transform pos: -30.5,-14.5 parent: 2 - - uid: 38417 + - uid: 39296 components: - type: Transform pos: -30.5,-13.5 parent: 2 - - uid: 38418 + - uid: 39297 components: - type: Transform pos: -30.5,-12.5 parent: 2 - - uid: 38419 + - uid: 39298 components: - type: Transform pos: -30.5,-8.5 parent: 2 - - uid: 38420 + - uid: 39299 components: - type: Transform pos: -29.5,-8.5 parent: 2 - - uid: 38421 + - uid: 39300 components: - type: Transform pos: -29.5,-6.5 parent: 2 - - uid: 38422 + - uid: 39301 components: - type: Transform pos: -30.5,-6.5 parent: 2 - - uid: 38423 + - uid: 39302 components: - type: Transform pos: -31.5,-6.5 parent: 2 - - uid: 38424 + - uid: 39303 components: - type: Transform pos: -31.5,-5.5 parent: 2 - - uid: 38425 + - uid: 39304 components: - type: Transform pos: -31.5,-4.5 parent: 2 - - uid: 38426 + - uid: 39305 components: - type: Transform pos: -31.5,-3.5 parent: 2 - - uid: 38427 + - uid: 39306 components: - type: Transform pos: -31.5,-2.5 parent: 2 - - uid: 38428 + - uid: 39307 components: - type: Transform pos: -31.5,-1.5 parent: 2 - - uid: 38429 + - uid: 39308 components: - type: Transform pos: -31.5,-0.5 parent: 2 - - uid: 38430 + - uid: 39309 components: - type: Transform pos: -31.5,0.5 parent: 2 - - uid: 38431 + - uid: 39310 components: - type: Transform pos: -31.5,2.5 parent: 2 - - uid: 38432 + - uid: 39311 components: - type: Transform pos: -28.5,-6.5 parent: 2 - - uid: 38433 + - uid: 39312 components: - type: Transform pos: -28.5,-5.5 parent: 2 - - uid: 38434 + - uid: 39313 components: - type: Transform pos: -28.5,-3.5 parent: 2 - - uid: 38435 + - uid: 39314 components: - type: Transform pos: -33.5,9.5 parent: 2 - - uid: 38436 + - uid: 39315 components: - type: Transform pos: -32.5,9.5 parent: 2 - - uid: 38437 + - uid: 39316 components: - type: Transform pos: -31.5,9.5 parent: 2 - - uid: 38438 + - uid: 39317 components: - type: Transform pos: -32.5,10.5 parent: 2 - - uid: 38439 + - uid: 39318 components: - type: Transform pos: -27.5,-3.5 parent: 2 - - uid: 38440 + - uid: 39319 components: - type: Transform pos: -32.5,14.5 parent: 2 - - uid: 38441 + - uid: 39320 components: - type: Transform pos: -33.5,12.5 parent: 2 - - uid: 38442 + - uid: 39321 components: - type: Transform pos: -33.5,2.5 parent: 2 - - uid: 38443 + - uid: 39322 components: - type: Transform pos: -32.5,2.5 parent: 2 - - uid: 38444 + - uid: 39323 components: - type: Transform pos: -27.5,-2.5 parent: 2 - - uid: 38445 + - uid: 39324 components: - type: Transform pos: -27.5,-1.5 parent: 2 - - uid: 38446 + - uid: 39325 components: - type: Transform pos: -33.5,11.5 parent: 2 - - uid: 38447 + - uid: 39326 components: - type: Transform pos: -24.5,-1.5 parent: 2 - - uid: 38448 + - uid: 39327 components: - type: Transform pos: -24.5,-0.5 parent: 2 - - uid: 38449 + - uid: 39328 components: - type: Transform pos: -22.5,-0.5 parent: 2 - - uid: 38450 + - uid: 39329 components: - type: Transform pos: -28.5,9.5 parent: 2 - - uid: 38451 + - uid: 39330 components: - type: Transform pos: -27.5,9.5 parent: 2 - - uid: 38452 + - uid: 39331 components: - type: Transform pos: -26.5,9.5 parent: 2 - - uid: 38453 + - uid: 39332 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-41.5 parent: 2 - - uid: 38454 + - uid: 39333 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-37.5 parent: 2 - - uid: 38455 + - uid: 39334 components: - type: Transform pos: -12.5,4.5 parent: 2 - - uid: 38456 + - uid: 39335 components: - type: Transform pos: -9.5,-0.5 parent: 2 - - uid: 38457 + - uid: 39336 components: - type: Transform pos: -3.5,-0.5 parent: 2 - - uid: 38458 + - uid: 39337 components: - type: Transform pos: -3.5,0.5 parent: 2 - - uid: 38459 + - uid: 39338 components: - type: Transform pos: -3.5,1.5 parent: 2 - - uid: 38460 + - uid: 39339 components: - type: Transform pos: -3.5,2.5 parent: 2 - - uid: 38461 + - uid: 39340 components: - type: Transform pos: -68.5,-40.5 parent: 2 - - uid: 38462 + - uid: 39341 components: - type: Transform pos: -63.5,-40.5 parent: 2 - - uid: 38463 + - uid: 39342 components: - type: Transform pos: -33.5,10.5 parent: 2 - - uid: 38464 + - uid: 39343 components: - type: Transform pos: 38.5,-9.5 parent: 2 - - uid: 38465 + - uid: 39344 components: - type: Transform pos: 21.5,10.5 parent: 2 - - uid: 38466 + - uid: 39345 components: - type: Transform pos: 21.5,9.5 parent: 2 - - uid: 38467 + - uid: 39346 components: - type: Transform pos: -26.5,15.5 parent: 2 - - uid: 38468 + - uid: 39347 components: - type: Transform pos: -27.5,15.5 parent: 2 - - uid: 38469 + - uid: 39348 components: - type: Transform pos: -28.5,15.5 parent: 2 - - uid: 38470 + - uid: 39349 components: - type: Transform pos: -29.5,15.5 parent: 2 - - uid: 38471 + - uid: 39350 components: - type: Transform pos: -30.5,15.5 parent: 2 - - uid: 38472 + - uid: 39351 components: - type: Transform pos: -32.5,15.5 parent: 2 - - uid: 38473 + - uid: 39352 components: - type: Transform pos: -38.5,5.5 parent: 2 - - uid: 38474 + - uid: 39353 components: - type: Transform pos: -38.5,4.5 parent: 2 - - uid: 38475 + - uid: 39354 components: - type: Transform pos: -38.5,3.5 parent: 2 - - uid: 38476 + - uid: 39355 components: - type: Transform pos: -38.5,2.5 parent: 2 - - uid: 38477 + - uid: 39356 components: - type: Transform pos: -25.5,15.5 parent: 2 - - uid: 38478 + - uid: 39357 components: - type: Transform pos: -25.5,14.5 parent: 2 - - uid: 38479 + - uid: 39358 components: - type: Transform pos: -25.5,13.5 parent: 2 - - uid: 38480 + - uid: 39359 components: - type: Transform pos: -25.5,12.5 parent: 2 - - uid: 38481 + - uid: 39360 components: - type: Transform pos: -25.5,11.5 parent: 2 - - uid: 38482 + - uid: 39361 components: - type: Transform pos: -25.5,10.5 parent: 2 - - uid: 38483 + - uid: 39362 components: - type: Transform pos: -33.5,13.5 parent: 2 - - uid: 38484 + - uid: 39363 components: - type: Transform pos: -33.5,14.5 parent: 2 - - uid: 38485 + - uid: 39364 components: - type: Transform pos: -48.5,-7.5 parent: 2 - - uid: 38486 + - uid: 39365 components: - type: Transform pos: -47.5,6.5 parent: 2 - - uid: 38487 + - uid: 39366 components: - type: Transform pos: -48.5,7.5 parent: 2 - - uid: 38488 + - uid: 39367 components: - type: Transform pos: -47.5,7.5 parent: 2 - - uid: 38489 + - uid: 39368 components: - type: Transform pos: -50.5,7.5 parent: 2 - - uid: 38490 + - uid: 39369 components: - type: Transform pos: 79.5,-35.5 parent: 2 - - uid: 38491 + - uid: 39370 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-34.5 parent: 2 - - uid: 38492 + - uid: 39371 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-74.5 parent: 2 - - uid: 38493 + - uid: 39372 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-74.5 parent: 2 - - uid: 38494 + - uid: 39373 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-74.5 parent: 2 - - uid: 38495 + - uid: 39374 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-74.5 parent: 2 - - uid: 38496 + - uid: 39375 components: - type: Transform pos: -11.5,-81.5 parent: 2 - - uid: 38497 + - uid: 39376 components: - type: Transform pos: 18.5,-98.5 parent: 2 - - uid: 38498 + - uid: 39377 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-45.5 parent: 2 - - uid: 38499 + - uid: 39378 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-45.5 parent: 2 - - uid: 38500 + - uid: 39379 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-45.5 parent: 2 - - uid: 38501 + - uid: 39380 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-45.5 parent: 2 - - uid: 38502 + - uid: 39381 components: - type: Transform pos: 41.5,-75.5 parent: 2 - - uid: 38503 + - uid: 39382 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-72.5 parent: 2 - - uid: 38504 + - uid: 39383 components: - type: Transform pos: 41.5,-74.5 parent: 2 - - uid: 38505 + - uid: 39384 components: - type: Transform pos: 46.5,-70.5 parent: 2 - - uid: 38506 + - uid: 39385 components: - type: Transform pos: 41.5,-71.5 parent: 2 - - uid: 38507 + - uid: 39386 components: - type: Transform pos: 41.5,-73.5 parent: 2 - - uid: 38508 + - uid: 39387 components: - type: Transform pos: 41.5,-72.5 parent: 2 - - uid: 38509 + - uid: 39388 components: - type: Transform pos: 47.5,-70.5 parent: 2 - - uid: 38510 + - uid: 39389 components: - type: Transform pos: 47.5,-71.5 parent: 2 - - uid: 38511 + - uid: 39390 components: - type: Transform pos: 17.5,-98.5 parent: 2 - - uid: 38512 + - uid: 39391 components: - type: Transform pos: -13.5,-81.5 parent: 2 - - uid: 38513 + - uid: 39392 components: - type: Transform pos: 8.5,-84.5 parent: 2 - - uid: 38514 + - uid: 39393 components: - type: Transform pos: 31.5,-80.5 parent: 2 - - uid: 38515 + - uid: 39394 components: - type: Transform pos: -12.5,-91.5 parent: 2 - - uid: 38516 + - uid: 39395 components: - type: Transform pos: -11.5,-91.5 parent: 2 - - uid: 38517 + - uid: 39396 components: - type: Transform pos: -13.5,-91.5 parent: 2 - - uid: 38518 + - uid: 39397 components: - type: Transform pos: -14.5,-91.5 parent: 2 - - uid: 38519 + - uid: 39398 components: - type: Transform pos: 40.5,-70.5 parent: 2 - - uid: 38520 + - uid: 39399 components: - type: Transform pos: 34.5,-56.5 parent: 2 - - uid: 38521 + - uid: 39400 components: - type: Transform pos: 32.5,-56.5 parent: 2 - - uid: 38522 + - uid: 39401 components: - type: Transform pos: 33.5,-67.5 parent: 2 - - uid: 38523 + - uid: 39402 components: - type: Transform pos: 37.5,-56.5 parent: 2 - - uid: 38524 + - uid: 39403 components: - type: Transform pos: 36.5,-56.5 parent: 2 - - uid: 38525 + - uid: 39404 components: - type: Transform pos: 33.5,-68.5 parent: 2 - - uid: 38526 + - uid: 39405 components: - type: Transform pos: 31.5,-60.5 parent: 2 - - uid: 38527 + - uid: 39406 components: - type: Transform pos: 33.5,-56.5 parent: 2 - - uid: 38528 + - uid: 39407 components: - type: Transform pos: 38.5,-56.5 parent: 2 - - uid: 38529 + - uid: 39408 components: - type: Transform pos: 35.5,-56.5 parent: 2 - - uid: 38530 + - uid: 39409 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-84.5 parent: 2 - - uid: 38531 + - uid: 39410 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-85.5 parent: 2 - - uid: 38532 + - uid: 39411 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-85.5 parent: 2 - - uid: 38533 + - uid: 39412 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-85.5 parent: 2 - - uid: 38534 + - uid: 39413 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-85.5 parent: 2 - - uid: 38535 + - uid: 39414 components: - type: Transform pos: -19.5,-74.5 parent: 2 - - uid: 38536 + - uid: 39415 components: - type: Transform pos: -63.5,-46.5 parent: 2 - - uid: 38537 + - uid: 39416 components: - type: Transform pos: -40.5,-86.5 parent: 2 - - uid: 38538 + - uid: 39417 components: - type: Transform pos: -42.5,-82.5 parent: 2 - - uid: 38539 + - uid: 39418 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-95.5 parent: 2 - - uid: 38540 + - uid: 39419 components: - type: Transform pos: -44.5,-90.5 parent: 2 - - uid: 38541 + - uid: 39420 components: - type: Transform pos: -45.5,-90.5 parent: 2 - - uid: 38542 + - uid: 39421 components: - type: Transform pos: -50.5,-47.5 parent: 2 - - uid: 38543 + - uid: 39422 components: - type: Transform pos: -62.5,-35.5 parent: 2 - - uid: 38544 + - uid: 39423 components: - type: Transform pos: -63.5,-35.5 parent: 2 - - uid: 38545 + - uid: 39424 components: - type: Transform pos: -64.5,-35.5 parent: 2 - - uid: 38546 + - uid: 39425 components: - type: Transform pos: -65.5,-35.5 parent: 2 - - uid: 38547 + - uid: 39426 components: - type: Transform pos: -66.5,-35.5 parent: 2 - - uid: 38548 + - uid: 39427 components: - type: Transform pos: -67.5,-35.5 parent: 2 - - uid: 38549 + - uid: 39428 components: - type: Transform pos: -68.5,-35.5 parent: 2 - - uid: 38550 + - uid: 39429 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-85.5 parent: 2 - - uid: 38551 + - uid: 39430 components: - type: Transform pos: -62.5,-36.5 parent: 2 - - uid: 38552 + - uid: 39431 components: - type: Transform pos: -62.5,-37.5 parent: 2 - - uid: 38553 + - uid: 39432 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-96.5 parent: 2 - - uid: 38554 + - uid: 39433 components: - type: Transform pos: -62.5,-39.5 parent: 2 - - uid: 38555 + - uid: 39434 components: - type: Transform pos: -62.5,-40.5 parent: 2 - - uid: 38556 + - uid: 39435 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-97.5 parent: 2 - - uid: 38557 + - uid: 39436 components: - type: Transform pos: -64.5,-63.5 parent: 2 - - uid: 38558 + - uid: 39437 components: - type: Transform pos: 27.5,-80.5 parent: 2 - - uid: 38559 + - uid: 39438 components: - type: Transform pos: 43.5,24.5 parent: 2 - - uid: 38560 + - uid: 39439 components: - type: Transform pos: 43.5,23.5 parent: 2 - - uid: 38561 + - uid: 39440 components: - type: Transform pos: 43.5,22.5 parent: 2 - - uid: 38562 + - uid: 39441 components: - type: Transform pos: 46.5,19.5 parent: 2 - - uid: 38563 + - uid: 39442 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-98.5 parent: 2 - - uid: 38564 + - uid: 39443 components: - type: Transform pos: 43.5,20.5 parent: 2 - - uid: 38565 + - uid: 39444 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-73.5 parent: 2 - - uid: 38566 + - uid: 39445 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-71.5 parent: 2 - - uid: 38567 + - uid: 39446 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-73.5 parent: 2 - - uid: 38568 + - uid: 39447 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-72.5 parent: 2 - - uid: 38569 + - uid: 39448 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-72.5 parent: 2 - - uid: 38570 + - uid: 39449 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-73.5 parent: 2 - - uid: 38571 + - uid: 39450 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-71.5 parent: 2 - - uid: 38572 + - uid: 39451 components: - type: Transform pos: -14.5,-82.5 parent: 2 - - uid: 38573 + - uid: 39452 components: - type: Transform pos: -14.5,-81.5 parent: 2 - - uid: 38574 + - uid: 39453 components: - type: Transform pos: -14.5,-83.5 parent: 2 - - uid: 38575 + - uid: 39454 components: - type: Transform pos: 43.5,19.5 parent: 2 - - uid: 38576 + - uid: 39455 components: - type: Transform pos: 27.5,-82.5 parent: 2 - - uid: 38577 + - uid: 39456 components: - type: Transform pos: 27.5,-81.5 parent: 2 - - uid: 38578 + - uid: 39457 components: - type: Transform pos: 23.5,-82.5 parent: 2 - - uid: 38579 + - uid: 39458 components: - type: Transform pos: 16.5,-98.5 parent: 2 - - uid: 38580 + - uid: 39459 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,19.5 parent: 2 - - uid: 38581 + - uid: 39460 components: - type: Transform pos: 45.5,19.5 parent: 2 - - uid: 38582 + - uid: 39461 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-14.5 parent: 2 - - uid: 38583 + - uid: 39462 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-53.5 parent: 2 - - uid: 38584 + - uid: 39463 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-53.5 parent: 2 - - uid: 38585 + - uid: 39464 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-53.5 parent: 2 - - uid: 38586 + - uid: 39465 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-53.5 parent: 2 - - uid: 38587 + - uid: 39466 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-53.5 parent: 2 - - uid: 38588 + - uid: 39467 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-71.5 parent: 2 - - uid: 38589 + - uid: 39468 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,19.5 parent: 2 - - uid: 38590 + - uid: 39469 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-85.5 parent: 2 - - uid: 38591 + - uid: 39470 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-85.5 parent: 2 - - uid: 38592 + - uid: 39471 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-70.5 parent: 2 - - uid: 38593 + - uid: 39472 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-69.5 parent: 2 - - uid: 38594 + - uid: 39473 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-67.5 parent: 2 - - uid: 38595 + - uid: 39474 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-50.5 parent: 2 - - uid: 38596 + - uid: 39475 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-52.5 parent: 2 - - uid: 38597 + - uid: 39476 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-52.5 parent: 2 - - uid: 38598 + - uid: 39477 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-52.5 parent: 2 - - uid: 38599 + - uid: 39478 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-51.5 parent: 2 - - uid: 38600 + - uid: 39479 components: - type: Transform pos: 47.5,-75.5 parent: 2 - - uid: 38601 + - uid: 39480 components: - type: Transform pos: 47.5,-76.5 parent: 2 - - uid: 38602 + - uid: 39481 components: - type: Transform pos: 45.5,-76.5 parent: 2 - - uid: 38603 + - uid: 39482 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-53.5 parent: 2 - - uid: 38604 + - uid: 39483 components: - type: Transform pos: 46.5,-76.5 parent: 2 - - uid: 38605 + - uid: 39484 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-45.5 parent: 2 - - uid: 38606 + - uid: 39485 components: - type: Transform pos: -63.5,-25.5 parent: 2 - - uid: 38607 + - uid: 39486 components: - type: Transform pos: 42.5,19.5 parent: 2 - - uid: 38608 + - uid: 39487 components: - type: Transform pos: 52.5,-29.5 parent: 2 - - uid: 38609 + - uid: 39488 components: - type: Transform pos: 53.5,-29.5 parent: 2 - - uid: 38610 + - uid: 39489 components: - type: Transform pos: 54.5,-29.5 parent: 2 - - uid: 38611 + - uid: 39490 components: - type: Transform pos: 55.5,-29.5 parent: 2 - - uid: 38612 + - uid: 39491 components: - type: Transform pos: 32.5,-25.5 parent: 2 - - uid: 38613 + - uid: 39492 components: - type: Transform pos: 51.5,-29.5 parent: 2 - - uid: 38614 + - uid: 39493 components: - type: Transform pos: 50.5,-29.5 parent: 2 - - uid: 38615 + - uid: 39494 components: - type: Transform pos: 19.5,-75.5 parent: 2 - - uid: 38616 + - uid: 39495 components: - type: Transform pos: 18.5,-75.5 parent: 2 - - uid: 38617 + - uid: 39496 components: - type: Transform pos: 17.5,-75.5 parent: 2 - - uid: 38618 + - uid: 39497 components: - type: Transform pos: 20.5,-75.5 parent: 2 - - uid: 38619 + - uid: 39498 components: - type: Transform pos: -31.5,-61.5 parent: 2 - - uid: 38620 + - uid: 39499 components: - type: Transform pos: -31.5,-58.5 parent: 2 - - uid: 38621 + - uid: 39500 components: - type: Transform pos: -31.5,-60.5 parent: 2 - - uid: 38622 + - uid: 39501 components: - type: Transform pos: -31.5,-59.5 parent: 2 - - uid: 38623 + - uid: 39502 components: - type: Transform pos: -31.5,-57.5 parent: 2 - - uid: 38624 + - uid: 39503 components: - type: Transform pos: -31.5,-10.5 parent: 2 - - uid: 38625 + - uid: 39504 components: - type: Transform pos: -31.5,-25.5 parent: 2 - - uid: 38626 + - uid: 39505 components: - type: Transform pos: -31.5,-9.5 parent: 2 - - uid: 38627 + - uid: 39506 components: - type: Transform pos: -31.5,-8.5 parent: 2 - - uid: 38628 + - uid: 39507 components: - type: Transform pos: -31.5,-26.5 parent: 2 - - uid: 38629 + - uid: 39508 components: - type: Transform pos: -31.5,-27.5 parent: 2 - - uid: 38630 + - uid: 39509 components: - type: Transform pos: -31.5,-28.5 parent: 2 - - uid: 38631 + - uid: 39510 components: - type: Transform pos: -31.5,-29.5 parent: 2 - - uid: 38632 + - uid: 39511 components: - type: Transform pos: -30.5,-17.5 parent: 2 - - uid: 38633 + - uid: 39512 components: - type: Transform pos: -30.5,-18.5 parent: 2 - - uid: 38634 + - uid: 39513 components: - type: Transform pos: -30.5,-19.5 parent: 2 - - uid: 38635 + - uid: 39514 components: - type: Transform pos: 32.5,-29.5 parent: 2 - - uid: 38636 + - uid: 39515 components: - type: Transform pos: 32.5,-28.5 parent: 2 - - uid: 38637 + - uid: 39516 components: - type: Transform pos: 32.5,-27.5 parent: 2 - - uid: 38638 + - uid: 39517 components: - type: Transform pos: 32.5,-26.5 parent: 2 - - uid: 38639 + - uid: 39518 components: - type: Transform pos: 15.5,-75.5 parent: 2 - - uid: 38640 + - uid: 39519 components: - type: Transform pos: 16.5,-75.5 parent: 2 - - uid: 38641 + - uid: 39520 components: - type: Transform pos: -31.5,-11.5 parent: 2 - - uid: 38642 + - uid: 39521 components: - type: Transform pos: -31.5,-12.5 parent: 2 - - uid: 38643 + - uid: 39522 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,19.5 parent: 2 - - uid: 38644 + - uid: 39523 components: - type: Transform pos: 42.5,17.5 parent: 2 - - uid: 38645 + - uid: 39524 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-51.5 parent: 2 - - uid: 38646 + - uid: 39525 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-53.5 parent: 2 - - uid: 38647 + - uid: 39526 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-74.5 parent: 2 - - uid: 38648 + - uid: 39527 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-73.5 parent: 2 - - uid: 38649 + - uid: 39528 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-72.5 parent: 2 - - uid: 38650 + - uid: 39529 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-72.5 parent: 2 - - uid: 38651 + - uid: 39530 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-28.5 parent: 2 - - uid: 38652 + - uid: 39531 components: - type: Transform pos: -69.5,-28.5 parent: 2 - - uid: 38653 + - uid: 39532 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-46.5 parent: 2 - - uid: 38654 + - uid: 39533 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,20.5 parent: 2 - - uid: 38655 + - uid: 39534 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-41.5 parent: 2 - - uid: 38656 + - uid: 39535 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-37.5 parent: 2 - - uid: 38657 + - uid: 39536 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-40.5 parent: 2 - - uid: 38658 + - uid: 39537 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-38.5 parent: 2 - - uid: 38659 + - uid: 39538 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-85.5 parent: 2 - - uid: 38660 + - uid: 39539 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-85.5 parent: 2 - - uid: 38661 + - uid: 39540 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-50.5 parent: 2 - - uid: 38662 + - uid: 39541 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,-49.5 parent: 2 - - uid: 38663 + - uid: 39542 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,-50.5 parent: 2 - - uid: 38664 + - uid: 39543 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-50.5 parent: 2 - - uid: 38665 + - uid: 39544 components: - type: Transform pos: -39.5,-9.5 parent: 2 - - uid: 38666 + - uid: 39545 components: - type: Transform pos: -38.5,-9.5 parent: 2 - - uid: 38667 + - uid: 39546 components: - type: Transform pos: -37.5,-9.5 parent: 2 - - uid: 38668 + - uid: 39547 components: - type: Transform pos: -37.5,-10.5 parent: 2 - - uid: 38669 + - uid: 39548 components: - type: Transform pos: -37.5,-12.5 parent: 2 - - uid: 38670 + - uid: 39549 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-45.5 parent: 2 - - uid: 38671 + - uid: 39550 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-45.5 parent: 2 - - uid: 38672 + - uid: 39551 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-45.5 parent: 2 - - uid: 38673 + - uid: 39552 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-92.5 parent: 2 - - uid: 38674 + - uid: 39553 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-96.5 parent: 2 - - uid: 38675 + - uid: 39554 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-95.5 parent: 2 - - uid: 38676 + - uid: 39555 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-94.5 parent: 2 - - uid: 38677 + - uid: 39556 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,-43.5 parent: 2 - - uid: 38678 + - uid: 39557 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,-42.5 parent: 2 - - uid: 38679 + - uid: 39558 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-43.5 parent: 2 - - uid: 38680 + - uid: 39559 components: - type: Transform pos: 23.5,-87.5 parent: 2 - - uid: 38681 + - uid: 39560 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-94.5 parent: 2 - - uid: 38682 + - uid: 39561 components: - type: Transform pos: 24.5,-83.5 parent: 2 - - uid: 38683 + - uid: 39562 components: - type: Transform pos: 16.5,-82.5 parent: 2 - - uid: 38684 + - uid: 39563 components: - type: Transform pos: 17.5,-82.5 parent: 2 - - uid: 38685 + - uid: 39564 components: - type: Transform pos: 18.5,-82.5 parent: 2 - - uid: 38686 + - uid: 39565 components: - type: Transform pos: 19.5,-82.5 parent: 2 - - uid: 38687 + - uid: 39566 components: - type: Transform pos: 20.5,-82.5 parent: 2 - - uid: 38688 + - uid: 39567 components: - type: Transform pos: 16.5,-81.5 parent: 2 - - uid: 38689 + - uid: 39568 components: - type: Transform pos: 16.5,-79.5 parent: 2 - - uid: 38690 + - uid: 39569 components: - type: Transform pos: 16.5,-78.5 parent: 2 - - uid: 38691 + - uid: 39570 components: - type: Transform pos: 16.5,-76.5 parent: 2 - - uid: 38692 + - uid: 39571 components: - type: Transform pos: 21.5,-82.5 parent: 2 - - uid: 38693 + - uid: 39572 components: - type: Transform pos: 21.5,-81.5 parent: 2 - - uid: 38694 + - uid: 39573 components: - type: Transform pos: 21.5,-80.5 parent: 2 - - uid: 38695 + - uid: 39574 components: - type: Transform pos: 21.5,-79.5 parent: 2 - - uid: 38696 + - uid: 39575 components: - type: Transform pos: 21.5,-78.5 parent: 2 - - uid: 38697 + - uid: 39576 components: - type: Transform pos: 21.5,-76.5 parent: 2 - - uid: 38698 + - uid: 39577 components: - type: Transform pos: 21.5,-75.5 parent: 2 - - uid: 38699 + - uid: 39578 components: - type: Transform pos: 25.5,-83.5 parent: 2 - - uid: 38700 + - uid: 39579 components: - type: Transform pos: 23.5,-83.5 parent: 2 - - uid: 38701 + - uid: 39580 components: - type: Transform pos: 23.5,-85.5 parent: 2 - - uid: 38702 + - uid: 39581 components: - type: Transform pos: 23.5,-75.5 parent: 2 - - uid: 38703 + - uid: 39582 components: - type: Transform pos: 23.5,-76.5 parent: 2 - - uid: 38704 + - uid: 39583 components: - type: Transform pos: 23.5,-77.5 parent: 2 - - uid: 38705 + - uid: 39584 components: - type: Transform pos: 24.5,-77.5 parent: 2 - - uid: 38706 + - uid: 39585 components: - type: Transform pos: 25.5,-77.5 parent: 2 - - uid: 38707 + - uid: 39586 components: - type: Transform pos: 26.5,-77.5 parent: 2 - - uid: 38708 + - uid: 39587 components: - type: Transform pos: 27.5,-77.5 parent: 2 - - uid: 38709 + - uid: 39588 components: - type: Transform pos: 28.5,-77.5 parent: 2 - - uid: 38710 + - uid: 39589 components: - type: Transform pos: 29.5,-77.5 parent: 2 - - uid: 38711 + - uid: 39590 components: - type: Transform pos: 30.5,-77.5 parent: 2 - - uid: 38712 + - uid: 39591 components: - type: Transform pos: 30.5,-75.5 parent: 2 - - uid: 38713 + - uid: 39592 components: - type: Transform pos: 30.5,-74.5 parent: 2 - - uid: 38714 + - uid: 39593 components: - type: Transform pos: 30.5,-73.5 parent: 2 - - uid: 38715 + - uid: 39594 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-46.5 parent: 2 - - uid: 38716 + - uid: 39595 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-25.5 parent: 2 - - uid: 38717 + - uid: 39596 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-25.5 parent: 2 - - uid: 38718 + - uid: 39597 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-24.5 parent: 2 - - uid: 38719 + - uid: 39598 components: - type: Transform pos: 31.5,-24.5 parent: 2 - - uid: 38720 + - uid: 39599 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-43.5 parent: 2 - - uid: 38721 + - uid: 39600 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-43.5 parent: 2 - - uid: 38722 + - uid: 39601 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-43.5 parent: 2 - - uid: 38723 + - uid: 39602 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-43.5 parent: 2 - - uid: 38724 + - uid: 39603 components: - type: Transform pos: 23.5,-84.5 parent: 2 - - uid: 38725 + - uid: 39604 components: - type: Transform pos: -63.5,-51.5 parent: 2 - - uid: 38726 + - uid: 39605 components: - type: Transform pos: -62.5,-51.5 parent: 2 - - uid: 38727 + - uid: 39606 components: - type: Transform pos: -61.5,-51.5 parent: 2 - - uid: 38728 + - uid: 39607 components: - type: Transform pos: -60.5,-51.5 parent: 2 - - uid: 38729 + - uid: 39608 components: - type: Transform pos: -60.5,-50.5 parent: 2 - - uid: 38730 + - uid: 39609 components: - type: Transform pos: -60.5,-48.5 parent: 2 - - uid: 38731 + - uid: 39610 components: - type: Transform pos: -60.5,-47.5 parent: 2 - - uid: 38732 + - uid: 39611 components: - type: Transform pos: -60.5,-46.5 parent: 2 - - uid: 38733 + - uid: 39612 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-46.5 parent: 2 - - uid: 38734 + - uid: 39613 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-90.5 parent: 2 - - uid: 38735 + - uid: 39614 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-90.5 parent: 2 - - uid: 38736 + - uid: 39615 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-91.5 parent: 2 - - uid: 38737 + - uid: 39616 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-92.5 parent: 2 - - uid: 38738 + - uid: 39617 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-93.5 parent: 2 - - uid: 38739 + - uid: 39618 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-93.5 parent: 2 - - uid: 38740 + - uid: 39619 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-93.5 parent: 2 - - uid: 38741 + - uid: 39620 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-91.5 parent: 2 - - uid: 38742 + - uid: 39621 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-91.5 parent: 2 - - uid: 38743 + - uid: 39622 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-90.5 parent: 2 - - uid: 38744 + - uid: 39623 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-89.5 parent: 2 - - uid: 38745 + - uid: 39624 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-89.5 parent: 2 - - uid: 38746 + - uid: 39625 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-88.5 parent: 2 - - uid: 38747 + - uid: 39626 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-87.5 parent: 2 - - uid: 38748 + - uid: 39627 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,12.5 parent: 2 - - uid: 38749 + - uid: 39628 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,13.5 parent: 2 - - uid: 38750 + - uid: 39629 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,13.5 parent: 2 - - uid: 38751 + - uid: 39630 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,13.5 parent: 2 - - uid: 38752 + - uid: 39631 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,13.5 parent: 2 - - uid: 38753 + - uid: 39632 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-50.5 parent: 2 - - uid: 38754 + - uid: 39633 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-34.5 parent: 2 - - uid: 38755 + - uid: 39634 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-34.5 parent: 2 - - uid: 38756 + - uid: 39635 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-33.5 parent: 2 - - uid: 38757 + - uid: 39636 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-32.5 parent: 2 - - uid: 38758 + - uid: 39637 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-31.5 parent: 2 - - uid: 38759 + - uid: 39638 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-30.5 parent: 2 - - uid: 38760 + - uid: 39639 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-30.5 parent: 2 - - uid: 38761 + - uid: 39640 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-30.5 parent: 2 - - uid: 38762 + - uid: 39641 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-30.5 parent: 2 - - uid: 38763 + - uid: 39642 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-30.5 parent: 2 - - uid: 38764 + - uid: 39643 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-30.5 parent: 2 - - uid: 38765 + - uid: 39644 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-31.5 parent: 2 - - uid: 38766 + - uid: 39645 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-33.5 parent: 2 - - uid: 38767 + - uid: 39646 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-34.5 parent: 2 - - uid: 38768 + - uid: 39647 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-26.5 parent: 2 - - uid: 38769 + - uid: 39648 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-24.5 parent: 2 - - uid: 38770 + - uid: 39649 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-23.5 parent: 2 - - uid: 38771 + - uid: 39650 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-27.5 parent: 2 - - uid: 38772 + - uid: 39651 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-27.5 parent: 2 - - uid: 38773 + - uid: 39652 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-27.5 parent: 2 - - uid: 38774 + - uid: 39653 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-27.5 parent: 2 - - uid: 38775 + - uid: 39654 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-27.5 parent: 2 - - uid: 38776 + - uid: 39655 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-26.5 parent: 2 - - uid: 38777 + - uid: 39656 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-24.5 parent: 2 - - uid: 38778 + - uid: 39657 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-23.5 parent: 2 - - uid: 38779 + - uid: 39658 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-22.5 parent: 2 - - uid: 38780 + - uid: 39659 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-22.5 parent: 2 - - uid: 38781 + - uid: 39660 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-22.5 parent: 2 - - uid: 38782 + - uid: 39661 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-22.5 parent: 2 - - uid: 38783 + - uid: 39662 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-22.5 parent: 2 - - uid: 38784 + - uid: 39663 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-22.5 parent: 2 - - uid: 38785 + - uid: 39664 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-21.5 parent: 2 - - uid: 38786 + - uid: 39665 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-20.5 parent: 2 - - uid: 38787 + - uid: 39666 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-15.5 parent: 2 - - uid: 38788 + - uid: 39667 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-15.5 parent: 2 - - uid: 38789 + - uid: 39668 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-15.5 parent: 2 - - uid: 38790 + - uid: 39669 components: - type: Transform pos: -73.5,-29.5 parent: 2 - - uid: 38791 + - uid: 39670 components: - type: Transform pos: -73.5,-31.5 parent: 2 - - uid: 38792 + - uid: 39671 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-49.5 parent: 2 - - uid: 38793 + - uid: 39672 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-48.5 parent: 2 - - uid: 38794 + - uid: 39673 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-47.5 parent: 2 - - uid: 38795 + - uid: 39674 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,19.5 parent: 2 - - uid: 38796 + - uid: 39675 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,19.5 parent: 2 - - uid: 38797 + - uid: 39676 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,19.5 parent: 2 - - uid: 38798 + - uid: 39677 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,32.5 parent: 2 - - uid: 38799 + - uid: 39678 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,21.5 parent: 2 - - uid: 38800 + - uid: 39679 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,23.5 parent: 2 - - uid: 38801 + - uid: 39680 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,22.5 parent: 2 - - uid: 38802 + - uid: 39681 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,20.5 parent: 2 - - uid: 38803 + - uid: 39682 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,21.5 parent: 2 - - uid: 38804 + - uid: 39683 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,23.5 parent: 2 - - uid: 38805 + - uid: 39684 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,24.5 parent: 2 - - uid: 38806 + - uid: 39685 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,24.5 parent: 2 - - uid: 38807 + - uid: 39686 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,24.5 parent: 2 - - uid: 38808 + - uid: 39687 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,24.5 parent: 2 - - uid: 38809 + - uid: 39688 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,24.5 parent: 2 - - uid: 38810 + - uid: 39689 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-50.5 parent: 2 - - uid: 38811 + - uid: 39690 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-50.5 parent: 2 - - uid: 38812 + - uid: 39691 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-50.5 parent: 2 - - uid: 38813 + - uid: 39692 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-50.5 parent: 2 - - uid: 38814 + - uid: 39693 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-50.5 parent: 2 - - uid: 38815 + - uid: 39694 components: - type: Transform pos: -52.5,-96.5 parent: 2 - - uid: 38816 + - uid: 39695 components: - type: Transform pos: -51.5,-96.5 parent: 2 - - uid: 38817 + - uid: 39696 components: - type: Transform pos: -50.5,-96.5 parent: 2 - - uid: 38818 + - uid: 39697 components: - type: Transform pos: -49.5,-96.5 parent: 2 - - uid: 38819 + - uid: 39698 components: - type: Transform pos: -46.5,-96.5 parent: 2 - - uid: 38820 + - uid: 39699 components: - type: Transform pos: -45.5,-96.5 parent: 2 - - uid: 38821 + - uid: 39700 components: - type: Transform pos: -44.5,-96.5 parent: 2 - - uid: 38822 + - uid: 39701 components: - type: Transform pos: -43.5,-96.5 parent: 2 - - uid: 38823 + - uid: 39702 components: - type: Transform pos: -42.5,-96.5 parent: 2 - - uid: 38824 + - uid: 39703 components: - type: Transform pos: -42.5,-97.5 parent: 2 - - uid: 38825 + - uid: 39704 components: - type: Transform pos: -42.5,-98.5 parent: 2 - - uid: 38826 + - uid: 39705 components: - type: Transform pos: -42.5,-99.5 parent: 2 - - uid: 38827 + - uid: 39706 components: - type: Transform pos: -42.5,-100.5 parent: 2 - - uid: 38828 + - uid: 39707 components: - type: Transform pos: -42.5,-101.5 parent: 2 - - uid: 38829 + - uid: 39708 components: - type: Transform pos: -42.5,-102.5 parent: 2 - - uid: 38830 + - uid: 39709 components: - type: Transform pos: -41.5,-96.5 parent: 2 - - uid: 38831 + - uid: 39710 components: - type: Transform pos: -38.5,-96.5 parent: 2 - - uid: 38832 + - uid: 39711 components: - type: Transform pos: -40.5,-96.5 parent: 2 - - uid: 38833 + - uid: 39712 components: - type: Transform pos: -39.5,-96.5 parent: 2 - - uid: 38834 + - uid: 39713 components: - type: Transform pos: -37.5,-96.5 parent: 2 - - uid: 38835 + - uid: 39714 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-95.5 parent: 2 - - uid: 38836 + - uid: 39715 components: - type: Transform pos: -40.5,18.5 parent: 2 - - uid: 38837 + - uid: 39716 components: - type: Transform pos: -40.5,17.5 parent: 2 - - uid: 38838 + - uid: 39717 components: - type: Transform pos: -40.5,16.5 parent: 2 - - uid: 38839 + - uid: 39718 components: - type: Transform pos: -40.5,15.5 parent: 2 - - uid: 38840 + - uid: 39719 components: - type: Transform pos: -40.5,14.5 parent: 2 - - uid: 38841 + - uid: 39720 components: - type: Transform pos: -40.5,13.5 parent: 2 - - uid: 38842 + - uid: 39721 components: - type: Transform pos: -40.5,12.5 parent: 2 - - uid: 38843 + - uid: 39722 components: - type: Transform pos: -53.5,10.5 parent: 2 - - uid: 38844 + - uid: 39723 components: - type: Transform pos: -49.5,10.5 parent: 2 - - uid: 38845 + - uid: 39724 components: - type: Transform pos: -48.5,10.5 parent: 2 - - uid: 38846 + - uid: 39725 components: - type: Transform pos: -44.5,10.5 parent: 2 - - uid: 38847 + - uid: 39726 components: - type: Transform pos: -43.5,10.5 parent: 2 - - uid: 38848 + - uid: 39727 components: - type: Transform pos: -42.5,10.5 parent: 2 - - uid: 38849 + - uid: 39728 components: - type: Transform pos: -41.5,10.5 parent: 2 - - uid: 38850 + - uid: 39729 components: - type: Transform pos: -40.5,10.5 parent: 2 - - uid: 38851 + - uid: 39730 components: - type: Transform pos: -40.5,11.5 parent: 2 - - uid: 38852 + - uid: 39731 components: - type: Transform pos: -49.5,14.5 parent: 2 - - uid: 38853 + - uid: 39732 components: - type: Transform pos: -53.5,14.5 parent: 2 - - uid: 38854 + - uid: 39733 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,13.5 parent: 2 - - uid: 38855 + - uid: 39734 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,13.5 parent: 2 - - uid: 38856 + - uid: 39735 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,13.5 parent: 2 - - uid: 38857 + - uid: 39736 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,13.5 parent: 2 - - uid: 38858 + - uid: 39737 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,14.5 parent: 2 - - uid: 38859 + - uid: 39738 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,17.5 parent: 2 - - uid: 38860 + - uid: 39739 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,18.5 parent: 2 - - uid: 38861 + - uid: 39740 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-14.5 parent: 2 - - uid: 38862 + - uid: 39741 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-12.5 parent: 2 - - uid: 38863 + - uid: 39742 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-11.5 parent: 2 - - uid: 38864 + - uid: 39743 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-11.5 parent: 2 - - uid: 38865 + - uid: 39744 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-11.5 parent: 2 - - uid: 38866 + - uid: 39745 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-11.5 parent: 2 - - uid: 38867 + - uid: 39746 components: - type: Transform pos: 79.5,-20.5 parent: 2 - - uid: 38868 + - uid: 39747 components: - type: Transform pos: 78.5,-20.5 parent: 2 - - uid: 38869 + - uid: 39748 components: - type: Transform pos: 77.5,-20.5 parent: 2 - - uid: 38870 + - uid: 39749 components: - type: Transform pos: 76.5,-20.5 parent: 2 - - uid: 38871 + - uid: 39750 components: - type: Transform pos: 75.5,-20.5 parent: 2 - - uid: 38872 + - uid: 39751 components: - type: Transform pos: 75.5,-19.5 parent: 2 - - uid: 38873 + - uid: 39752 components: - type: Transform pos: 75.5,-18.5 parent: 2 - - uid: 38874 + - uid: 39753 components: - type: Transform pos: 75.5,-16.5 parent: 2 - - uid: 38875 + - uid: 39754 components: - type: Transform pos: 70.5,-20.5 parent: 2 - - uid: 38876 + - uid: 39755 components: - type: Transform pos: 71.5,-20.5 parent: 2 - - uid: 38877 + - uid: 39756 components: - type: Transform pos: 72.5,-20.5 parent: 2 - - uid: 38878 + - uid: 39757 components: - type: Transform pos: 73.5,-20.5 parent: 2 - - uid: 38879 + - uid: 39758 components: - type: Transform pos: 73.5,-17.5 parent: 2 - - uid: 38880 + - uid: 39759 components: - type: Transform pos: 70.5,-19.5 parent: 2 - - uid: 38881 + - uid: 39760 components: - type: Transform pos: 73.5,-19.5 parent: 2 - - uid: 38882 + - uid: 39761 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-72.5 parent: 2 - - uid: 38883 + - uid: 39762 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-50.5 parent: 2 - - uid: 38884 + - uid: 39763 components: - type: Transform pos: 8.5,-73.5 parent: 2 - - uid: 38885 + - uid: 39764 components: - type: Transform pos: -6.5,-73.5 parent: 2 - - uid: 38886 + - uid: 39765 components: - type: Transform pos: -36.5,16.5 parent: 2 - - uid: 38887 + - uid: 39766 components: - type: Transform pos: -52.5,-82.5 parent: 2 - - uid: 38888 + - uid: 39767 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-28.5 parent: 2 - - uid: 38889 + - uid: 39768 components: - type: Transform pos: 42.5,-67.5 parent: 2 - - uid: 38890 + - uid: 39769 components: - type: Transform pos: 41.5,-67.5 parent: 2 - - uid: 38891 + - uid: 39770 components: - type: Transform pos: 90.5,-42.5 parent: 2 - - uid: 38892 + - uid: 39771 components: - type: Transform pos: 91.5,-42.5 parent: 2 - - uid: 38893 + - uid: 39772 components: - type: Transform pos: 92.5,-42.5 parent: 2 - - uid: 38894 + - uid: 39773 components: - type: Transform pos: 97.5,-42.5 parent: 2 - - uid: 38895 + - uid: 39774 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-123.5 parent: 2 - - uid: 38896 + - uid: 39775 components: - type: Transform pos: 99.5,-42.5 parent: 2 - - uid: 38897 + - uid: 39776 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,8.5 parent: 2 - - uid: 38898 + - uid: 39777 components: - type: Transform rot: -1.5707963267948966 rad pos: 104.5,-39.5 parent: 2 - - uid: 38899 + - uid: 39778 components: - type: Transform rot: -1.5707963267948966 rad pos: 109.5,-43.5 parent: 2 - - uid: 38900 + - uid: 39779 components: - type: Transform rot: -1.5707963267948966 rad pos: 108.5,-43.5 parent: 2 - - uid: 38901 + - uid: 39780 components: - type: Transform rot: -1.5707963267948966 rad pos: 107.5,-43.5 parent: 2 - - uid: 38902 + - uid: 39781 components: - type: Transform rot: -1.5707963267948966 rad pos: 105.5,-43.5 parent: 2 - - uid: 38903 + - uid: 39782 components: - type: Transform rot: -1.5707963267948966 rad pos: 104.5,-43.5 parent: 2 - - uid: 38904 + - uid: 39783 components: - type: Transform pos: 4.5,-1.5 parent: 2 - - uid: 38905 + - uid: 39784 components: - type: Transform pos: 31.5,-15.5 parent: 2 - - uid: 38906 + - uid: 39785 components: - type: Transform pos: 10.5,-1.5 parent: 2 - - uid: 38907 + - uid: 39786 components: - type: Transform pos: 40.5,24.5 parent: 2 - - uid: 38908 + - uid: 39787 components: - type: Transform pos: -28.5,-107.5 parent: 2 - - uid: 38909 + - uid: 39788 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,23.5 parent: 2 - - uid: 38910 + - uid: 39789 components: - type: Transform pos: 75.5,-44.5 parent: 2 - - uid: 38911 + - uid: 39790 components: - type: Transform pos: 76.5,-43.5 parent: 2 - - uid: 38912 + - uid: 39791 components: - type: Transform pos: 80.5,-47.5 parent: 2 - - uid: 38913 + - uid: 39792 components: - type: Transform pos: 79.5,-47.5 parent: 2 - - uid: 38914 + - uid: 39793 components: - type: Transform pos: 76.5,-47.5 parent: 2 - - uid: 38915 + - uid: 39794 components: - type: Transform pos: 77.5,-47.5 parent: 2 - - uid: 38916 + - uid: 39795 components: - type: Transform pos: 78.5,-47.5 parent: 2 - - uid: 38917 + - uid: 39796 components: - type: Transform pos: 80.5,-50.5 parent: 2 - - uid: 38918 + - uid: 39797 components: - type: Transform pos: 80.5,-49.5 parent: 2 - - uid: 38919 + - uid: 39798 components: - type: Transform pos: 73.5,-50.5 parent: 2 - - uid: 38920 + - uid: 39799 components: - type: Transform pos: 72.5,-49.5 parent: 2 - - uid: 38921 + - uid: 39800 components: - type: Transform pos: 72.5,-50.5 parent: 2 - - uid: 38922 + - uid: 39801 components: - type: Transform pos: -69.5,-0.5 parent: 2 - - uid: 38923 + - uid: 39802 components: - type: Transform pos: -69.5,-1.5 parent: 2 - - uid: 38924 + - uid: 39803 components: - type: Transform pos: -69.5,1.5 parent: 2 - - uid: 38925 + - uid: 39804 components: - type: Transform pos: -69.5,0.5 parent: 2 - - uid: 38926 + - uid: 39805 components: - type: Transform pos: -69.5,3.5 parent: 2 - - uid: 38927 + - uid: 39806 components: - type: Transform pos: -69.5,-2.5 parent: 2 - - uid: 38928 + - uid: 39807 components: - type: Transform pos: 79.5,-50.5 parent: 2 - - uid: 38929 + - uid: 39808 components: - type: Transform pos: -69.5,4.5 parent: 2 - - uid: 38930 + - uid: 39809 components: - type: Transform rot: 1.5707963267948966 rad pos: 85.5,-43.5 parent: 2 - - uid: 38931 + - uid: 39810 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,-43.5 parent: 2 - - uid: 38932 + - uid: 39811 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-43.5 parent: 2 - - uid: 38933 + - uid: 39812 components: - type: Transform rot: 1.5707963267948966 rad pos: 82.5,-43.5 parent: 2 - - uid: 38934 + - uid: 39813 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,-43.5 parent: 2 - - uid: 38935 + - uid: 39814 components: - type: Transform rot: 1.5707963267948966 rad pos: 80.5,-43.5 parent: 2 - - uid: 38936 + - uid: 39815 components: - type: Transform pos: 78.5,-43.5 parent: 2 - - uid: 38937 + - uid: 39816 components: - type: Transform pos: 77.5,-43.5 parent: 2 - - uid: 38938 + - uid: 39817 components: - type: Transform pos: 75.5,-43.5 parent: 2 - - uid: 38939 + - uid: 39818 components: - type: Transform pos: 74.5,-43.5 parent: 2 - - uid: 38940 + - uid: 39819 components: - type: Transform pos: 64.5,-47.5 parent: 2 - - uid: 38941 + - uid: 39820 components: - type: Transform pos: 65.5,-47.5 parent: 2 - - uid: 38942 + - uid: 39821 components: - type: Transform pos: 66.5,-47.5 parent: 2 - - uid: 38943 + - uid: 39822 components: - type: Transform pos: 67.5,-47.5 parent: 2 - - uid: 38944 + - uid: 39823 components: - type: Transform pos: 68.5,-47.5 parent: 2 - - uid: 38945 + - uid: 39824 components: - type: Transform pos: 68.5,-46.5 parent: 2 - - uid: 38946 + - uid: 39825 components: - type: Transform pos: 64.5,-50.5 parent: 2 - - uid: 38947 + - uid: 39826 components: - type: Transform pos: 64.5,-49.5 parent: 2 - - uid: 38948 + - uid: 39827 components: - type: Transform pos: 64.5,-48.5 parent: 2 - - uid: 38949 + - uid: 39828 components: - type: Transform pos: 72.5,-48.5 parent: 2 - - uid: 38950 + - uid: 39829 components: - type: Transform pos: -30.5,-99.5 parent: 2 - - uid: 38951 + - uid: 39830 components: - type: Transform pos: -29.5,-99.5 parent: 2 - - uid: 38952 + - uid: 39831 components: - type: Transform pos: -28.5,-99.5 parent: 2 - - uid: 38953 + - uid: 39832 components: - type: Transform pos: -35.5,-99.5 parent: 2 - - uid: 38954 + - uid: 39833 components: - type: Transform pos: -34.5,-99.5 parent: 2 - - uid: 38955 + - uid: 39834 components: - type: Transform pos: -33.5,-99.5 parent: 2 - - uid: 38956 + - uid: 39835 components: - type: Transform pos: -32.5,-99.5 parent: 2 - - uid: 38957 + - uid: 39836 components: - type: Transform pos: -31.5,-99.5 parent: 2 - - uid: 38958 + - uid: 39837 components: - type: Transform pos: -54.5,-89.5 parent: 2 - - uid: 38959 + - uid: 39838 components: - type: Transform pos: -54.5,-90.5 parent: 2 - - uid: 38960 + - uid: 39839 components: - type: Transform pos: -54.5,-91.5 parent: 2 - - uid: 38961 + - uid: 39840 components: - type: Transform pos: -54.5,-92.5 parent: 2 - - uid: 38962 + - uid: 39841 components: - type: Transform pos: -53.5,-93.5 parent: 2 - - uid: 38963 + - uid: 39842 components: - type: Transform pos: -53.5,-95.5 parent: 2 - - uid: 38964 + - uid: 39843 components: - type: Transform pos: -53.5,-97.5 parent: 2 - - uid: 38965 + - uid: 39844 components: - type: Transform pos: -53.5,-96.5 parent: 2 - - uid: 38966 + - uid: 39845 components: - type: Transform pos: -53.5,-99.5 parent: 2 - - uid: 38967 + - uid: 39846 components: - type: Transform pos: -53.5,-98.5 parent: 2 - - uid: 38968 + - uid: 39847 components: - type: Transform pos: 75.5,-47.5 parent: 2 - - uid: 38969 + - uid: 39848 components: - type: Transform pos: 70.5,-46.5 parent: 2 - - uid: 38970 + - uid: 39849 components: - type: Transform pos: 71.5,-46.5 parent: 2 - - uid: 38971 + - uid: 39850 components: - type: Transform pos: 72.5,-46.5 parent: 2 - - uid: 38972 + - uid: 39851 components: - type: Transform pos: -36.5,-99.5 parent: 2 - - uid: 38973 + - uid: 39852 components: - type: Transform pos: -53.5,-100.5 parent: 2 - - uid: 38974 + - uid: 39853 components: - type: Transform pos: -53.5,-101.5 parent: 2 - - uid: 38975 + - uid: 39854 components: - type: Transform pos: -53.5,-102.5 parent: 2 - - uid: 38976 + - uid: 39855 components: - type: Transform pos: -53.5,-104.5 parent: 2 - - uid: 38977 + - uid: 39856 components: - type: Transform pos: -52.5,-104.5 parent: 2 - - uid: 38978 + - uid: 39857 components: - type: Transform pos: -51.5,-104.5 parent: 2 - - uid: 38979 + - uid: 39858 components: - type: Transform pos: -50.5,-104.5 parent: 2 - - uid: 38980 + - uid: 39859 components: - type: Transform pos: -49.5,-104.5 parent: 2 - - uid: 38981 + - uid: 39860 components: - type: Transform pos: -48.5,-104.5 parent: 2 - - uid: 38982 + - uid: 39861 components: - type: Transform pos: -47.5,-104.5 parent: 2 - - uid: 38983 + - uid: 39862 components: - type: Transform pos: -46.5,-104.5 parent: 2 - - uid: 38984 + - uid: 39863 components: - type: Transform pos: -45.5,-104.5 parent: 2 - - uid: 38985 + - uid: 39864 components: - type: Transform pos: -44.5,-104.5 parent: 2 - - uid: 38986 + - uid: 39865 components: - type: Transform pos: -43.5,-104.5 parent: 2 - - uid: 38987 + - uid: 39866 components: - type: Transform pos: -42.5,-104.5 parent: 2 - - uid: 38988 + - uid: 39867 components: - type: Transform pos: -36.5,-100.5 parent: 2 - - uid: 38989 + - uid: 39868 components: - type: Transform pos: -36.5,-101.5 parent: 2 - - uid: 38990 + - uid: 39869 components: - type: Transform pos: -36.5,-102.5 parent: 2 - - uid: 38991 + - uid: 39870 components: - type: Transform pos: -37.5,-104.5 parent: 2 - - uid: 38992 + - uid: 39871 components: - type: Transform pos: -38.5,-104.5 parent: 2 - - uid: 38993 + - uid: 39872 components: - type: Transform pos: -39.5,-104.5 parent: 2 - - uid: 38994 + - uid: 39873 components: - type: Transform pos: -40.5,-104.5 parent: 2 - - uid: 38995 + - uid: 39874 components: - type: Transform pos: -41.5,-104.5 parent: 2 - - uid: 38996 + - uid: 39875 components: - type: Transform pos: 72.5,-47.5 parent: 2 - - uid: 38997 + - uid: 39876 components: - type: Transform pos: 74.5,-47.5 parent: 2 - - uid: 38998 + - uid: 39877 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-113.5 parent: 2 - - uid: 38999 + - uid: 39878 components: - type: Transform pos: -36.5,-104.5 parent: 2 - - uid: 39000 + - uid: 39879 components: - type: Transform pos: 80.5,-44.5 parent: 2 - - uid: 39001 + - uid: 39880 components: - type: Transform pos: -28.5,-105.5 parent: 2 - - uid: 39002 + - uid: 39881 components: - type: Transform pos: -34.5,-108.5 parent: 2 - - uid: 39003 + - uid: 39882 components: - type: Transform pos: -33.5,-108.5 parent: 2 - - uid: 39004 + - uid: 39883 components: - type: Transform pos: -32.5,-108.5 parent: 2 - - uid: 39005 + - uid: 39884 components: - type: Transform pos: -31.5,-108.5 parent: 2 - - uid: 39006 + - uid: 39885 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-107.5 parent: 2 - - uid: 39007 + - uid: 39886 components: - type: Transform pos: -29.5,-108.5 parent: 2 - - uid: 39008 + - uid: 39887 components: - type: Transform pos: -35.5,-108.5 parent: 2 - - uid: 39009 + - uid: 39888 components: - type: Transform pos: -36.5,-108.5 parent: 2 - - uid: 39010 + - uid: 39889 components: - type: Transform pos: -36.5,-107.5 parent: 2 - - uid: 39011 + - uid: 39890 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-108.5 parent: 2 - - uid: 39012 + - uid: 39891 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-108.5 parent: 2 - - uid: 39013 + - uid: 39892 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-107.5 parent: 2 - - uid: 39014 + - uid: 39893 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-107.5 parent: 2 - - uid: 39015 + - uid: 39894 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-107.5 parent: 2 - - uid: 39016 + - uid: 39895 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-107.5 parent: 2 - - uid: 39017 + - uid: 39896 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-107.5 parent: 2 - - uid: 39018 + - uid: 39897 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-107.5 parent: 2 - - uid: 39019 + - uid: 39898 components: - type: Transform pos: -53.5,-105.5 parent: 2 - - uid: 39020 + - uid: 39899 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-111.5 parent: 2 - - uid: 39021 + - uid: 39900 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-111.5 parent: 2 - - uid: 39022 + - uid: 39901 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-111.5 parent: 2 - - uid: 39023 + - uid: 39902 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-111.5 parent: 2 - - uid: 39024 + - uid: 39903 components: - type: Transform pos: -36.5,-110.5 parent: 2 - - uid: 39025 + - uid: 39904 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-111.5 parent: 2 - - uid: 39026 + - uid: 39905 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-111.5 parent: 2 - - uid: 39027 + - uid: 39906 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-118.5 parent: 2 - - uid: 39028 + - uid: 39907 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-116.5 parent: 2 - - uid: 39029 + - uid: 39908 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-112.5 parent: 2 - - uid: 39030 + - uid: 39909 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-111.5 parent: 2 - - uid: 39031 + - uid: 39910 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-111.5 parent: 2 - - uid: 39032 + - uid: 39911 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-111.5 parent: 2 - - uid: 39033 + - uid: 39912 components: - type: Transform pos: -53.5,-103.5 parent: 2 - - uid: 39034 + - uid: 39913 components: - type: Transform pos: -36.5,-106.5 parent: 2 - - uid: 39035 + - uid: 39914 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-111.5 parent: 2 - - uid: 39036 + - uid: 39915 components: - type: Transform pos: -47.5,-113.5 parent: 2 - - uid: 39037 + - uid: 39916 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-112.5 parent: 2 - - uid: 39038 + - uid: 39917 components: - type: Transform pos: -44.5,-112.5 parent: 2 - - uid: 39039 + - uid: 39918 components: - type: Transform pos: -45.5,-112.5 parent: 2 - - uid: 39040 + - uid: 39919 components: - type: Transform pos: -46.5,-112.5 parent: 2 - - uid: 39041 + - uid: 39920 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-111.5 parent: 2 - - uid: 39042 + - uid: 39921 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-110.5 parent: 2 - - uid: 39043 + - uid: 39922 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-109.5 parent: 2 - - uid: 39044 + - uid: 39923 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-108.5 parent: 2 - - uid: 39045 + - uid: 39924 components: - type: Transform pos: -48.5,-113.5 parent: 2 - - uid: 39046 + - uid: 39925 components: - type: Transform pos: -49.5,-113.5 parent: 2 - - uid: 39047 + - uid: 39926 components: - type: Transform pos: -50.5,-113.5 parent: 2 - - uid: 39048 + - uid: 39927 components: - type: Transform pos: -51.5,-113.5 parent: 2 - - uid: 39049 + - uid: 39928 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-113.5 parent: 2 - - uid: 39050 + - uid: 39929 components: - type: Transform pos: -46.5,-118.5 parent: 2 - - uid: 39051 + - uid: 39930 components: - type: Transform pos: -44.5,-118.5 parent: 2 - - uid: 39052 + - uid: 39931 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-118.5 parent: 2 - - uid: 39053 + - uid: 39932 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-117.5 parent: 2 - - uid: 39054 + - uid: 39933 components: - type: Transform pos: -47.5,-117.5 parent: 2 - - uid: 39055 + - uid: 39934 components: - type: Transform pos: -47.5,-118.5 parent: 2 - - uid: 39056 + - uid: 39935 components: - type: Transform pos: -51.5,-117.5 parent: 2 - - uid: 39057 + - uid: 39936 components: - type: Transform pos: -50.5,-117.5 parent: 2 - - uid: 39058 + - uid: 39937 components: - type: Transform pos: -48.5,-117.5 parent: 2 - - uid: 39059 + - uid: 39938 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-114.5 parent: 2 - - uid: 39060 + - uid: 39939 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-115.5 parent: 2 - - uid: 39061 + - uid: 39940 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-116.5 parent: 2 - - uid: 39062 + - uid: 39941 components: - type: Transform pos: -49.5,-117.5 parent: 2 - - uid: 39063 + - uid: 39942 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-111.5 parent: 2 - - uid: 39064 + - uid: 39943 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-111.5 parent: 2 - - uid: 39065 + - uid: 39944 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-23.5 parent: 2 - - uid: 39066 + - uid: 39945 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-24.5 parent: 2 - - uid: 39067 + - uid: 39946 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-25.5 parent: 2 - - uid: 39068 + - uid: 39947 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-26.5 parent: 2 - - uid: 39069 + - uid: 39948 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-27.5 parent: 2 - - uid: 39070 + - uid: 39949 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-28.5 parent: 2 - - uid: 39071 + - uid: 39950 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-28.5 parent: 2 - - uid: 39072 + - uid: 39951 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-3.5 parent: 2 - - uid: 39073 + - uid: 39952 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-3.5 parent: 2 - - uid: 39074 + - uid: 39953 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-3.5 parent: 2 - - uid: 39075 + - uid: 39954 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-3.5 parent: 2 - - uid: 39076 + - uid: 39955 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-3.5 parent: 2 - - uid: 39077 + - uid: 39956 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,4.5 parent: 2 - - uid: 39078 + - uid: 39957 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,3.5 parent: 2 - - uid: 39079 + - uid: 39958 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,2.5 parent: 2 - - uid: 39080 + - uid: 39959 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,1.5 parent: 2 - - uid: 39081 + - uid: 39960 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,0.5 parent: 2 - - uid: 39082 + - uid: 39961 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-0.5 parent: 2 - - uid: 39083 + - uid: 39962 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-1.5 parent: 2 - - uid: 39084 + - uid: 39963 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-2.5 parent: 2 - - uid: 39085 + - uid: 39964 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-3.5 parent: 2 - - uid: 39086 + - uid: 39965 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-5.5 parent: 2 - - uid: 39087 + - uid: 39966 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-6.5 parent: 2 - - uid: 39088 + - uid: 39967 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-111.5 parent: 2 - - uid: 39089 + - uid: 39968 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-6.5 parent: 2 - - uid: 39090 + - uid: 39969 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-7.5 parent: 2 - - uid: 39091 + - uid: 39970 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-6.5 parent: 2 - - uid: 39092 + - uid: 39971 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-6.5 parent: 2 - - uid: 39093 + - uid: 39972 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-6.5 parent: 2 - - uid: 39094 + - uid: 39973 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-4.5 parent: 2 - - uid: 39095 + - uid: 39974 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-6.5 parent: 2 - - uid: 39096 + - uid: 39975 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-6.5 parent: 2 - - uid: 39097 + - uid: 39976 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-7.5 parent: 2 - - uid: 39098 + - uid: 39977 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-8.5 parent: 2 - - uid: 39099 + - uid: 39978 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-9.5 parent: 2 - - uid: 39100 + - uid: 39979 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-10.5 parent: 2 - - uid: 39101 + - uid: 39980 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-11.5 parent: 2 - - uid: 39102 + - uid: 39981 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-11.5 parent: 2 - - uid: 39103 + - uid: 39982 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-11.5 parent: 2 - - uid: 39104 + - uid: 39983 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-12.5 parent: 2 - - uid: 39105 + - uid: 39984 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-13.5 parent: 2 - - uid: 39106 + - uid: 39985 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-13.5 parent: 2 - - uid: 39107 + - uid: 39986 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-14.5 parent: 2 - - uid: 39108 + - uid: 39987 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-15.5 parent: 2 - - uid: 39109 + - uid: 39988 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-16.5 parent: 2 - - uid: 39110 + - uid: 39989 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-17.5 parent: 2 - - uid: 39111 + - uid: 39990 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-18.5 parent: 2 - - uid: 39112 + - uid: 39991 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-18.5 parent: 2 - - uid: 39113 + - uid: 39992 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-23.5 parent: 2 - - uid: 39114 + - uid: 39993 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-23.5 parent: 2 - - uid: 39115 + - uid: 39994 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-23.5 parent: 2 - - uid: 39116 + - uid: 39995 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-23.5 parent: 2 - - uid: 39117 + - uid: 39996 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-23.5 parent: 2 - - uid: 39118 + - uid: 39997 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-22.5 parent: 2 - - uid: 39119 + - uid: 39998 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-21.5 parent: 2 - - uid: 39120 + - uid: 39999 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-20.5 parent: 2 - - uid: 39121 + - uid: 40000 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-19.5 parent: 2 - - uid: 39122 + - uid: 40001 components: - type: Transform pos: -79.5,-2.5 parent: 2 - - uid: 39123 + - uid: 40002 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-7.5 parent: 2 - - uid: 39124 + - uid: 40003 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-8.5 parent: 2 - - uid: 39125 + - uid: 40004 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-9.5 parent: 2 - - uid: 39126 + - uid: 40005 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-10.5 parent: 2 - - uid: 39127 + - uid: 40006 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-11.5 parent: 2 - - uid: 39128 + - uid: 40007 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-12.5 parent: 2 - - uid: 39129 + - uid: 40008 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-13.5 parent: 2 - - uid: 39130 + - uid: 40009 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-17.5 parent: 2 - - uid: 39131 + - uid: 40010 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-13.5 parent: 2 - - uid: 39132 + - uid: 40011 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-16.5 parent: 2 - - uid: 39133 + - uid: 40012 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-13.5 parent: 2 - - uid: 39134 + - uid: 40013 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-8.5 parent: 2 - - uid: 39135 + - uid: 40014 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-9.5 parent: 2 - - uid: 39136 + - uid: 40015 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-16.5 parent: 2 - - uid: 39137 + - uid: 40016 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-11.5 parent: 2 - - uid: 39138 + - uid: 40017 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-12.5 parent: 2 - - uid: 39139 + - uid: 40018 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-18.5 parent: 2 - - uid: 39140 + - uid: 40019 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-19.5 parent: 2 - - uid: 39141 + - uid: 40020 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-22.5 parent: 2 - - uid: 39142 + - uid: 40021 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-22.5 parent: 2 - - uid: 39143 + - uid: 40022 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-22.5 parent: 2 - - uid: 39144 + - uid: 40023 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-22.5 parent: 2 - - uid: 39145 + - uid: 40024 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-23.5 parent: 2 - - uid: 39146 + - uid: 40025 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-24.5 parent: 2 - - uid: 39147 + - uid: 40026 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-25.5 parent: 2 - - uid: 39148 + - uid: 40027 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-26.5 parent: 2 - - uid: 39149 + - uid: 40028 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-18.5 parent: 2 - - uid: 39150 + - uid: 40029 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-18.5 parent: 2 - - uid: 39151 + - uid: 40030 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-18.5 parent: 2 - - uid: 39152 + - uid: 40031 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-27.5 parent: 2 - - uid: 39153 + - uid: 40032 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-18.5 parent: 2 - - uid: 39154 + - uid: 40033 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,-12.5 parent: 2 - - uid: 39155 + - uid: 40034 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,-12.5 parent: 2 - - uid: 39156 + - uid: 40035 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-12.5 parent: 2 - - uid: 39157 + - uid: 40036 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-12.5 parent: 2 - - uid: 39158 + - uid: 40037 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,-18.5 parent: 2 - - uid: 39159 + - uid: 40038 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-22.5 parent: 2 - - uid: 39160 + - uid: 40039 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-16.5 parent: 2 - - uid: 39161 + - uid: 40040 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-16.5 parent: 2 - - uid: 39162 + - uid: 40041 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-6.5 parent: 2 - - uid: 39163 + - uid: 40042 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,-2.5 parent: 2 - - uid: 39164 + - uid: 40043 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,-2.5 parent: 2 - - uid: 39165 + - uid: 40044 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,-2.5 parent: 2 - - uid: 39166 + - uid: 40045 components: - type: Transform rot: 3.141592653589793 rad pos: -82.5,-2.5 parent: 2 - - uid: 39167 + - uid: 40046 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-2.5 parent: 2 - - uid: 39168 + - uid: 40047 components: - type: Transform rot: 3.141592653589793 rad pos: -88.5,-3.5 parent: 2 - - uid: 39169 + - uid: 40048 components: - type: Transform rot: 3.141592653589793 rad pos: -88.5,-5.5 parent: 2 - - uid: 39170 + - uid: 40049 components: - type: Transform rot: 3.141592653589793 rad pos: -81.5,-6.5 parent: 2 - - uid: 39171 + - uid: 40050 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,-6.5 parent: 2 - - uid: 39172 + - uid: 40051 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,-6.5 parent: 2 - - uid: 39173 + - uid: 40052 components: - type: Transform rot: 3.141592653589793 rad pos: -85.5,-6.5 parent: 2 - - uid: 39174 + - uid: 40053 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,-6.5 parent: 2 - - uid: 39175 + - uid: 40054 components: - type: Transform rot: 3.141592653589793 rad pos: -87.5,-6.5 parent: 2 - - uid: 39176 + - uid: 40055 components: - type: Transform pos: 35.5,35.5 parent: 2 - - uid: 39177 + - uid: 40056 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-40.5 parent: 2 - - uid: 39178 + - uid: 40057 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-38.5 parent: 2 - - uid: 39179 + - uid: 40058 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-15.5 parent: 2 - - uid: 39180 + - uid: 40059 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-116.5 parent: 2 - - uid: 39181 + - uid: 40060 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-116.5 parent: 2 - - uid: 39182 + - uid: 40061 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-116.5 parent: 2 - - uid: 39183 + - uid: 40062 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-118.5 parent: 2 - - uid: 39184 + - uid: 40063 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-120.5 parent: 2 - - uid: 39185 + - uid: 40064 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-118.5 parent: 2 - - uid: 39186 + - uid: 40065 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,15.5 parent: 2 - - uid: 39187 + - uid: 40066 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,10.5 parent: 2 - - uid: 39188 + - uid: 40067 components: - type: Transform pos: 23.5,15.5 parent: 2 - - uid: 39189 + - uid: 40068 components: - type: Transform pos: 24.5,15.5 parent: 2 - - uid: 39190 + - uid: 40069 components: - type: Transform pos: 25.5,15.5 parent: 2 - - uid: 39191 + - uid: 40070 components: - type: Transform pos: 26.5,15.5 parent: 2 - - uid: 39192 + - uid: 40071 components: - type: Transform pos: 27.5,15.5 parent: 2 - - uid: 39193 + - uid: 40072 components: - type: Transform pos: 39.5,31.5 parent: 2 - - uid: 39194 + - uid: 40073 components: - type: Transform pos: 39.5,30.5 parent: 2 - - uid: 39195 + - uid: 40074 components: - type: Transform pos: 43.5,31.5 parent: 2 - - uid: 39196 + - uid: 40075 components: - type: Transform pos: 43.5,30.5 parent: 2 - - uid: 39197 + - uid: 40076 components: - type: Transform pos: 42.5,28.5 parent: 2 - - uid: 39198 + - uid: 40077 components: - type: Transform pos: 32.5,34.5 parent: 2 - - uid: 39199 + - uid: 40078 components: - type: Transform pos: 32.5,32.5 parent: 2 - - uid: 39200 + - uid: 40079 components: - type: Transform pos: -33.5,-86.5 parent: 2 - - uid: 39201 + - uid: 40080 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-115.5 parent: 2 - - uid: 39202 + - uid: 40081 components: - type: Transform rot: 1.5707963267948966 rad pos: 102.5,-49.5 parent: 2 - - uid: 39203 + - uid: 40082 components: - type: Transform pos: -72.5,0.5 parent: 2 - - uid: 39204 + - uid: 40083 components: - type: MetaData desc: Кочерга, тут нет никаких безумных ёлок, просто мержни пжлст пр. @@ -268317,44 +274129,97 @@ entities: - type: Transform pos: -47.5,-112.5 parent: 2 - - uid: 39205 + - uid: 40084 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-99.5 parent: 2 - - uid: 39206 + - uid: 40085 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-100.5 parent: 2 - - uid: 39207 + - uid: 40086 components: - type: Transform pos: -71.5,-57.5 parent: 2 +- proto: WallSolidChitin + entities: + - uid: 40087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-42.5 + parent: 2 + - uid: 40088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-40.5 + parent: 2 + - uid: 40089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-41.5 + parent: 2 + - uid: 40090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-40.5 + parent: 2 + - uid: 40091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-42.5 + parent: 2 + - uid: 40092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-38.5 + parent: 2 + - uid: 40093 + components: + - type: Transform + pos: 13.5,-42.5 + parent: 2 + - uid: 40094 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 40095 + components: + - type: Transform + pos: 13.5,-40.5 + parent: 2 - proto: WallSolidDiagonal entities: - - uid: 39208 + - uid: 40096 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-69.5 parent: 2 - - uid: 39209 + - uid: 40097 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-68.5 parent: 2 - - uid: 39210 + - uid: 40098 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-62.5 parent: 2 - - uid: 39211 + - uid: 40099 components: - type: Transform rot: 3.141592653589793 rad @@ -268362,2435 +274227,1088 @@ entities: parent: 2 - proto: WallSolidRust entities: - - uid: 39212 + - uid: 40100 components: - type: Transform pos: -55.5,-10.5 parent: 2 - - uid: 39213 + - uid: 40101 components: - type: Transform pos: -52.5,-8.5 parent: 2 - - uid: 39214 + - uid: 40102 components: - type: Transform pos: -56.5,-7.5 parent: 2 - - uid: 39215 + - uid: 40103 components: - type: Transform pos: -56.5,-6.5 parent: 2 - - uid: 39216 + - uid: 40104 components: - type: Transform pos: -51.5,-6.5 parent: 2 - - uid: 39217 + - uid: 40105 components: - type: Transform pos: -47.5,-1.5 parent: 2 - - uid: 39218 + - uid: 40106 components: - type: Transform pos: -45.5,-4.5 parent: 2 - - uid: 39219 + - uid: 40107 components: - type: Transform pos: -40.5,3.5 parent: 2 - - uid: 39220 + - uid: 40108 components: - type: Transform pos: -43.5,5.5 parent: 2 - - uid: 39221 + - uid: 40109 components: - type: Transform pos: -44.5,5.5 parent: 2 - proto: WallVaultAlien entities: - - uid: 39222 - components: - - type: Transform - pos: -12.5,-57.5 - parent: 2 - - uid: 39223 - components: - - type: Transform - pos: -3.5,-63.5 - parent: 2 - - uid: 39224 - components: - - type: Transform - pos: -2.5,-63.5 - parent: 2 - - uid: 39225 - components: - - type: Transform - pos: -3.5,-60.5 - parent: 2 - - uid: 39226 - components: - - type: Transform - pos: -3.5,-61.5 - parent: 2 - - uid: 39227 - components: - - type: Transform - pos: -3.5,-62.5 - parent: 2 - - uid: 39228 - components: - - type: Transform - pos: 2.5,-63.5 - parent: 2 - - uid: 39229 - components: - - type: Transform - pos: 3.5,-63.5 - parent: 2 - - uid: 39230 - components: - - type: Transform - pos: 4.5,-63.5 - parent: 2 - - uid: 39231 - components: - - type: Transform - pos: -4.5,-60.5 - parent: 2 - - uid: 39232 - components: - - type: Transform - pos: -4.5,-59.5 - parent: 2 - - uid: 39233 - components: - - type: Transform - pos: -4.5,-58.5 - parent: 2 - - uid: 39234 - components: - - type: Transform - pos: -4.5,-57.5 - parent: 2 - - uid: 39235 - components: - - type: Transform - pos: -4.5,-56.5 - parent: 2 - - uid: 39236 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 39237 - components: - - type: Transform - pos: -4.5,-55.5 - parent: 2 - - uid: 39238 - components: - - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 39239 - components: - - type: Transform - pos: -6.5,-54.5 - parent: 2 - - uid: 39240 - components: - - type: Transform - pos: -6.5,-56.5 - parent: 2 - - uid: 39241 - components: - - type: Transform - pos: -6.5,-57.5 - parent: 2 - - uid: 39242 - components: - - type: Transform - pos: -6.5,-58.5 - parent: 2 - - uid: 39243 - components: - - type: Transform - pos: -6.5,-59.5 - parent: 2 - - uid: 39244 - components: - - type: Transform - pos: -6.5,-60.5 - parent: 2 - - uid: 39245 - components: - - type: Transform - pos: -7.5,-60.5 - parent: 2 - - uid: 39246 - components: - - type: Transform - pos: -8.5,-60.5 - parent: 2 - - uid: 39247 - components: - - type: Transform - pos: -12.5,-48.5 - parent: 2 - - uid: 39248 - components: - - type: Transform - pos: -12.5,-56.5 - parent: 2 - - uid: 39249 - components: - - type: Transform - pos: -14.5,-44.5 - parent: 2 - - uid: 39250 - components: - - type: Transform - pos: -10.5,-60.5 - parent: 2 - - uid: 39251 - components: - - type: Transform - pos: 10.5,-25.5 - parent: 2 - - uid: 39252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-29.5 - parent: 2 - - uid: 39253 + - uid: 40110 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-28.5 + pos: -5.5,-20.5 parent: 2 - - uid: 39254 - components: - - type: Transform - pos: -13.5,-56.5 - parent: 2 - - uid: 39255 - components: - - type: Transform - pos: -13.5,-55.5 - parent: 2 - - uid: 39256 - components: - - type: Transform - pos: -13.5,-54.5 - parent: 2 - - uid: 39257 + - uid: 40111 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-36.5 + pos: 6.5,-20.5 parent: 2 - - uid: 39258 + - uid: 40112 components: - type: Transform - pos: -14.5,-54.5 + rot: -1.5707963267948966 rad + pos: -14.5,-57.5 parent: 2 - - uid: 39259 - components: - - type: Transform - pos: -15.5,-54.5 - parent: 2 - - uid: 39260 - components: - - type: Transform - pos: -15.5,-53.5 - parent: 2 - - uid: 39261 - components: - - type: Transform - pos: -16.5,-53.5 - parent: 2 - - uid: 39262 - components: - - type: Transform - pos: -16.5,-52.5 - parent: 2 - - uid: 39263 - components: - - type: Transform - pos: -16.5,-51.5 - parent: 2 - - uid: 39264 - components: - - type: Transform - pos: -16.5,-50.5 - parent: 2 - - uid: 39265 - components: - - type: Transform - pos: -17.5,-50.5 - parent: 2 - - uid: 39266 - components: - - type: Transform - pos: -17.5,-49.5 - parent: 2 - - uid: 39267 - components: - - type: Transform - pos: -17.5,-48.5 - parent: 2 - - uid: 39268 - components: - - type: Transform - pos: -17.5,-47.5 - parent: 2 - - uid: 39269 - components: - - type: Transform - pos: -17.5,-46.5 - parent: 2 - - uid: 39270 - components: - - type: Transform - pos: -17.5,-45.5 - parent: 2 - - uid: 39271 - components: - - type: Transform - pos: -17.5,-44.5 - parent: 2 - - uid: 39272 - components: - - type: Transform - pos: -16.5,-44.5 - parent: 2 - - uid: 39273 - components: - - type: Transform - pos: -15.5,-43.5 - parent: 2 - - uid: 39274 - components: - - type: Transform - pos: -15.5,-44.5 - parent: 2 - - uid: 39275 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - - uid: 39276 - components: - - type: Transform - pos: 9.5,-37.5 - parent: 2 - - uid: 39277 - components: - - type: Transform - pos: -17.5,-31.5 - parent: 2 - - uid: 39278 - components: - - type: Transform - pos: -16.5,-31.5 - parent: 2 - - uid: 39279 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 2 - - uid: 39280 - components: - - type: Transform - pos: -16.5,-29.5 - parent: 2 - - uid: 39281 - components: - - type: Transform - pos: -16.5,-28.5 - parent: 2 - - uid: 39282 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 2 - - uid: 39283 - components: - - type: Transform - pos: -15.5,-27.5 - parent: 2 - - uid: 39284 - components: - - type: Transform - pos: -15.5,-26.5 - parent: 2 - - uid: 39285 - components: - - type: Transform - pos: -14.5,-26.5 - parent: 2 - - uid: 39286 - components: - - type: Transform - pos: -14.5,-25.5 - parent: 2 - - uid: 39287 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 2 - - uid: 39288 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 2 - - uid: 39289 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 2 - - uid: 39290 - components: - - type: Transform - pos: -12.5,-25.5 - parent: 2 - - uid: 39291 - components: - - type: Transform - pos: -12.5,-24.5 - parent: 2 - - uid: 39292 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 2 - - uid: 39293 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 2 - - uid: 39294 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 2 - - uid: 39295 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 2 - - uid: 39296 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 2 - - uid: 39297 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 2 - - uid: 39298 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 39299 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - uid: 39300 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 2 - - uid: 39301 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 2 - - uid: 39302 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - uid: 39303 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - uid: 39304 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 39305 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - uid: 39306 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 2 - - uid: 39307 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - uid: 39308 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - - uid: 39309 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 2 - - uid: 39310 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 39311 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 2 - - uid: 39312 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 2 - - uid: 39313 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 39314 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 39315 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 39316 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 2 - - uid: 39317 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 2 - - uid: 39318 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 2 - - uid: 39319 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 2 - - uid: 39320 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 2 - - uid: 39321 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 2 - - uid: 39322 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 2 - - uid: 39323 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 2 - - uid: 39324 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 39325 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 39326 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 2 - - uid: 39327 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 2 - - uid: 39328 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 2 - - uid: 39329 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 2 - - uid: 39330 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - - uid: 39331 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 2 - - uid: 39332 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 39333 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 2 - - uid: 39334 - components: - - type: Transform - pos: 9.5,-23.5 - parent: 2 - - uid: 39335 - components: - - type: Transform - pos: 9.5,-24.5 - parent: 2 - - uid: 39336 - components: - - type: Transform - pos: 11.5,-22.5 - parent: 2 - - uid: 39337 - components: - - type: Transform - pos: 11.5,-21.5 - parent: 2 - - uid: 39338 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 2 - - uid: 39339 - components: - - type: Transform - pos: 10.5,-24.5 - parent: 2 - - uid: 39340 - components: - - type: Transform - pos: 11.5,-23.5 - parent: 2 - - uid: 39341 - components: - - type: Transform - pos: 11.5,-24.5 - parent: 2 - - uid: 39342 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - - uid: 39343 - components: - - type: Transform - pos: 12.5,-24.5 - parent: 2 - - uid: 39344 - components: - - type: Transform - pos: 13.5,-24.5 - parent: 2 - - uid: 39345 - components: - - type: Transform - pos: 14.5,-24.5 - parent: 2 - - uid: 39346 + - uid: 40113 components: - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-25.5 parent: 2 - - uid: 39347 + - uid: 40114 components: - type: Transform - pos: 15.5,-25.5 + pos: -2.5,-44.5 parent: 2 - - uid: 39348 + - uid: 40115 components: - type: Transform - pos: 15.5,-26.5 + pos: 0.5,-45.5 parent: 2 - - uid: 39349 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 2 - - uid: 39350 - components: - - type: Transform - pos: 16.5,-27.5 - parent: 2 - - uid: 39351 - components: - - type: Transform - pos: 16.5,-28.5 - parent: 2 - - uid: 39352 - components: - - type: Transform - pos: 17.5,-28.5 - parent: 2 - - uid: 39353 - components: - - type: Transform - pos: 17.5,-29.5 - parent: 2 - - uid: 39354 - components: - - type: Transform - pos: 17.5,-30.5 - parent: 2 - - uid: 39355 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 2 - - uid: 39356 - components: - - type: Transform - pos: 18.5,-32.5 - parent: 2 - - uid: 39357 - components: - - type: Transform - pos: 18.5,-33.5 - parent: 2 - - uid: 39358 - components: - - type: Transform - pos: 18.5,-34.5 - parent: 2 - - uid: 39359 - components: - - type: Transform - pos: 18.5,-35.5 - parent: 2 - - uid: 39360 - components: - - type: Transform - pos: 18.5,-36.5 - parent: 2 - - uid: 39361 - components: - - type: Transform - pos: 18.5,-31.5 - parent: 2 - - uid: 39362 - components: - - type: Transform - pos: 16.5,-37.5 - parent: 2 - - uid: 39363 - components: - - type: Transform - pos: 16.5,-38.5 - parent: 2 - - uid: 39364 - components: - - type: Transform - pos: 17.5,-37.5 - parent: 2 - - uid: 39365 - components: - - type: Transform - pos: 18.5,-37.5 - parent: 2 - - uid: 39366 - components: - - type: Transform - pos: 18.5,-44.5 - parent: 2 - - uid: 39367 - components: - - type: Transform - pos: 17.5,-44.5 - parent: 2 - - uid: 39368 - components: - - type: Transform - pos: 16.5,-43.5 - parent: 2 - - uid: 39369 - components: - - type: Transform - pos: 16.5,-44.5 - parent: 2 - - uid: 39370 - components: - - type: Transform - pos: 18.5,-45.5 - parent: 2 - - uid: 39371 - components: - - type: Transform - pos: 18.5,-46.5 - parent: 2 - - uid: 39372 - components: - - type: Transform - pos: 18.5,-47.5 - parent: 2 - - uid: 39373 - components: - - type: Transform - pos: 18.5,-48.5 - parent: 2 - - uid: 39374 - components: - - type: Transform - pos: 18.5,-49.5 - parent: 2 - - uid: 39375 - components: - - type: Transform - pos: 18.5,-50.5 - parent: 2 - - uid: 39376 - components: - - type: Transform - pos: 17.5,-50.5 - parent: 2 - - uid: 39377 - components: - - type: Transform - pos: 17.5,-51.5 - parent: 2 - - uid: 39378 - components: - - type: Transform - pos: 17.5,-52.5 - parent: 2 - - uid: 39379 - components: - - type: Transform - pos: 17.5,-53.5 - parent: 2 - - uid: 39380 - components: - - type: Transform - pos: 16.5,-53.5 - parent: 2 - - uid: 39381 - components: - - type: Transform - pos: 16.5,-54.5 - parent: 2 - - uid: 39382 - components: - - type: Transform - pos: 15.5,-54.5 - parent: 2 - - uid: 39383 - components: - - type: Transform - pos: 14.5,-54.5 - parent: 2 - - uid: 39384 - components: - - type: Transform - pos: 14.5,-53.5 - parent: 2 - - uid: 39385 - components: - - type: Transform - pos: 14.5,-55.5 - parent: 2 - - uid: 39386 - components: - - type: Transform - pos: 14.5,-56.5 - parent: 2 - - uid: 39387 - components: - - type: Transform - pos: 14.5,-57.5 - parent: 2 - - uid: 39388 - components: - - type: Transform - pos: 12.5,-53.5 - parent: 2 - - uid: 39389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-32.5 - parent: 2 - - uid: 39390 - components: - - type: Transform - pos: 12.5,-57.5 - parent: 2 - - uid: 39391 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 2 - - uid: 39392 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - - uid: 39393 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 39394 - components: - - type: Transform - pos: 7.5,-56.5 - parent: 2 - - uid: 39395 - components: - - type: Transform - pos: 7.5,-57.5 - parent: 2 - - uid: 39396 - components: - - type: Transform - pos: 7.5,-58.5 - parent: 2 - - uid: 39397 - components: - - type: Transform - pos: 7.5,-59.5 - parent: 2 - - uid: 39398 - components: - - type: Transform - pos: 7.5,-60.5 - parent: 2 - - uid: 39399 - components: - - type: Transform - pos: 8.5,-60.5 - parent: 2 - - uid: 39400 - components: - - type: Transform - pos: 9.5,-60.5 - parent: 2 - - uid: 39401 - components: - - type: Transform - pos: 10.5,-60.5 - parent: 2 - - uid: 39402 - components: - - type: Transform - pos: 10.5,-59.5 - parent: 2 - - uid: 39403 - components: - - type: Transform - pos: 10.5,-58.5 - parent: 2 - - uid: 39404 - components: - - type: Transform - pos: 10.5,-57.5 - parent: 2 - - uid: 39405 - components: - - type: Transform - pos: 10.5,-54.5 - parent: 2 - - uid: 39406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-46.5 - parent: 2 - - uid: 39407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-45.5 - parent: 2 - - uid: 39408 - components: - - type: Transform - pos: 6.5,-54.5 - parent: 2 - - uid: 39409 - components: - - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 39410 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 39411 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 2 - - uid: 39412 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 2 - - uid: 39413 + - uid: 40116 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-58.5 + pos: -13.5,-58.5 parent: 2 - - uid: 39414 + - uid: 40117 components: - type: Transform - pos: 5.5,-60.5 + pos: 1.5,-16.5 parent: 2 - - uid: 39415 + - uid: 40118 components: - type: Transform - pos: 5.5,-59.5 + pos: -0.5,-16.5 parent: 2 - - uid: 39416 + - uid: 40119 components: - type: Transform - pos: 4.5,-62.5 + pos: 0.5,-16.5 parent: 2 - - uid: 39417 + - uid: 40120 components: - type: Transform - pos: 4.5,-61.5 + pos: 1.5,-45.5 parent: 2 - - uid: 39418 + - uid: 40121 components: - type: Transform - pos: 4.5,-60.5 + pos: 2.5,-45.5 parent: 2 - - uid: 39419 + - uid: 40122 components: - type: Transform - pos: -13.5,-53.5 + pos: -0.5,-45.5 parent: 2 - - uid: 39420 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - uid: 39421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-49.5 - parent: 2 - - uid: 39422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-52.5 - parent: 2 - - uid: 39423 - components: - - type: Transform - pos: -6.5,-52.5 - parent: 2 - - uid: 39424 - components: - - type: Transform - pos: -5.5,-50.5 - parent: 2 - - uid: 39425 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 2 - - uid: 39426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-53.5 - parent: 2 - - uid: 39427 - components: - - type: Transform - pos: -6.5,-45.5 - parent: 2 - - uid: 39428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-46.5 - parent: 2 - - uid: 39429 + - uid: 40123 components: - type: Transform pos: -1.5,-45.5 parent: 2 - - uid: 39430 + - uid: 40124 components: - type: Transform - pos: -3.5,-45.5 + pos: 4.5,-18.5 parent: 2 - - uid: 39431 + - uid: 40125 components: - type: Transform - pos: -1.5,-49.5 + rot: -1.5707963267948966 rad + pos: -14.5,-58.5 parent: 2 - - uid: 39432 + - uid: 40126 components: - type: Transform - pos: -2.5,-45.5 + pos: -4.5,-61.5 parent: 2 - - uid: 39433 + - uid: 40127 components: - type: Transform - pos: -6.5,-49.5 + pos: 5.5,-61.5 parent: 2 - - uid: 39434 + - uid: 40128 components: - type: Transform - pos: -1.5,-46.5 + rot: -1.5707963267948966 rad + pos: -14.5,-56.5 parent: 2 - - uid: 39435 + - uid: 40129 components: - type: Transform - pos: 3.5,-38.5 + pos: -3.5,-63.5 parent: 2 - - uid: 39436 + - uid: 40130 components: - type: Transform - pos: 2.5,-38.5 + pos: -2.5,-63.5 parent: 2 - - uid: 39437 + - uid: 40131 components: - type: Transform - pos: 1.5,-38.5 + pos: -3.5,-61.5 parent: 2 - - uid: 39438 + - uid: 40132 components: - type: Transform - pos: 0.5,-38.5 + pos: -3.5,-62.5 parent: 2 - - uid: 39439 + - uid: 40133 components: - type: Transform - pos: -0.5,-38.5 + pos: 2.5,-63.5 parent: 2 - - uid: 39440 + - uid: 40134 components: - type: Transform - pos: -1.5,-38.5 + pos: 3.5,-63.5 parent: 2 - - uid: 39441 + - uid: 40135 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 40136 + components: + - type: Transform + pos: -4.5,-60.5 + parent: 2 + - uid: 40137 + components: + - type: Transform + pos: -6.5,-60.5 + parent: 2 + - uid: 40138 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 40139 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 40140 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 40141 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 40142 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 40143 + components: + - type: Transform + pos: -13.5,-55.5 + parent: 2 + - uid: 40144 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 40145 + components: + - type: Transform + pos: -14.5,-54.5 + parent: 2 + - uid: 40146 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - uid: 40147 + components: + - type: Transform + pos: -15.5,-53.5 + parent: 2 + - uid: 40148 + components: + - type: Transform + pos: -16.5,-53.5 + parent: 2 + - uid: 40149 + components: + - type: Transform + pos: -16.5,-52.5 + parent: 2 + - uid: 40150 + components: + - type: Transform + pos: -16.5,-51.5 + parent: 2 + - uid: 40151 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 + - uid: 40152 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 40153 + components: + - type: Transform + pos: -17.5,-49.5 + parent: 2 + - uid: 40154 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 + - uid: 40155 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 40156 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - uid: 40157 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 40158 + components: + - type: Transform + pos: -17.5,-44.5 + parent: 2 + - uid: 40159 + components: + - type: Transform + pos: -16.5,-44.5 + parent: 2 + - uid: 40160 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 40161 + components: + - type: Transform + pos: -15.5,-44.5 + parent: 2 + - uid: 40162 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 40163 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 40164 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - uid: 40165 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 + - uid: 40166 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 2 + - uid: 40167 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 40168 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 2 + - uid: 40169 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 40170 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 40171 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 40172 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - uid: 40173 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 40174 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 40175 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 40176 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - uid: 40177 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 40178 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 40179 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 40180 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 40181 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 40182 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 40183 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 40184 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 40185 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 40186 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 40187 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 40188 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 40189 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 40190 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 40191 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 40192 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 40193 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 40194 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 40195 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 40196 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 40197 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 40198 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 40199 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 40200 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 40201 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 40202 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 40203 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 40204 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 + - uid: 40205 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 40206 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 40207 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 40208 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 40209 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 40210 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 40211 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 40212 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 40213 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 40214 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 40215 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 + - uid: 40216 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - uid: 40217 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 40218 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 2 + - uid: 40219 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 40220 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 40221 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 40222 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 40223 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 40224 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 40225 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 40226 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 40227 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 40228 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 40229 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 40230 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 40231 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 2 + - uid: 40232 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 2 + - uid: 40233 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - uid: 40234 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 40235 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - uid: 40236 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 40237 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 40238 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 40239 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 40240 + components: + - type: Transform + pos: 18.5,-36.5 + parent: 2 + - uid: 40241 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 40242 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 40243 + components: + - type: Transform + pos: 16.5,-38.5 + parent: 2 + - uid: 40244 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 40245 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 40246 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - uid: 40247 + components: + - type: Transform + pos: 17.5,-44.5 + parent: 2 + - uid: 40248 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 + - uid: 40249 + components: + - type: Transform + pos: 16.5,-44.5 + parent: 2 + - uid: 40250 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 40251 + components: + - type: Transform + pos: 18.5,-46.5 + parent: 2 + - uid: 40252 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 40253 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 40254 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 40255 + components: + - type: Transform + pos: 18.5,-50.5 + parent: 2 + - uid: 40256 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 40257 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 40258 + components: + - type: Transform + pos: 17.5,-52.5 + parent: 2 + - uid: 40259 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 40260 + components: + - type: Transform + pos: 16.5,-53.5 + parent: 2 + - uid: 40261 + components: + - type: Transform + pos: 16.5,-54.5 + parent: 2 + - uid: 40262 + components: + - type: Transform + pos: 15.5,-54.5 + parent: 2 + - uid: 40263 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 2 + - uid: 40264 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - uid: 40265 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 40266 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 2 + - uid: 40267 + components: + - type: Transform + pos: 14.5,-57.5 + parent: 2 + - uid: 40268 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 40269 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 40270 + components: + - type: Transform + pos: 8.5,-60.5 + parent: 2 + - uid: 40271 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 40272 + components: + - type: Transform + pos: 10.5,-60.5 + parent: 2 + - uid: 40273 + components: + - type: Transform + pos: 10.5,-59.5 + parent: 2 + - uid: 40274 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - uid: 40275 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 40276 + components: + - type: Transform + pos: 5.5,-60.5 + parent: 2 + - uid: 40277 + components: + - type: Transform + pos: 4.5,-62.5 + parent: 2 + - uid: 40278 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 40279 components: - type: Transform pos: -1.5,-63.5 parent: 2 - - uid: 39442 - components: - - type: Transform - pos: 2.5,-60.5 - parent: 2 - - uid: 39443 - components: - - type: Transform - pos: -1.5,-60.5 - parent: 2 - - uid: 39444 - components: - - type: Transform - pos: 7.5,-51.5 - parent: 2 - - uid: 39445 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 2 - - uid: 39446 - components: - - type: Transform - pos: 6.5,-50.5 - parent: 2 - - uid: 39447 - components: - - type: Transform - pos: -2.5,-50.5 - parent: 2 - - uid: 39448 - components: - - type: Transform - pos: -6.5,-50.5 - parent: 2 - - uid: 39449 - components: - - type: Transform - pos: -1.5,-50.5 - parent: 2 - - uid: 39450 - components: - - type: Transform - pos: 7.5,-50.5 - parent: 2 - - uid: 39451 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - - uid: 39452 - components: - - type: Transform - pos: 2.5,-50.5 - parent: 2 - - uid: 39453 - components: - - type: Transform - pos: 3.5,-50.5 - parent: 2 - - uid: 39454 - components: - - type: Transform - pos: -0.5,-50.5 - parent: 2 - - type: AntiAnomalyZone - zoneRadius: 20 - - uid: 39455 - components: - - type: Transform - pos: -6.5,-51.5 - parent: 2 - - uid: 39456 - components: - - type: Transform - pos: -6.5,-53.5 - parent: 2 - - uid: 39457 - components: - - type: Transform - pos: -7.5,-45.5 - parent: 2 - - uid: 39458 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 2 - - uid: 39459 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 39460 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 2 - - uid: 39461 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 2 - - uid: 39462 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - uid: 39463 - components: - - type: Transform - pos: 3.5,-33.5 - parent: 2 - - uid: 39464 - components: - - type: Transform - pos: 3.5,-34.5 - parent: 2 - - uid: 39465 - components: - - type: Transform - pos: 3.5,-35.5 - parent: 2 - - uid: 39466 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - - uid: 39467 + - uid: 40280 components: - type: Transform pos: -15.5,-37.5 parent: 2 - - uid: 39468 - components: - - type: Transform - pos: -4.5,-45.5 - parent: 2 - - uid: 39469 - components: - - type: Transform - pos: -6.5,-46.5 - parent: 2 - - uid: 39470 - components: - - type: Transform - pos: -5.5,-45.5 - parent: 2 - - uid: 39471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-49.5 - parent: 2 - - uid: 39472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-45.5 - parent: 2 - - uid: 39473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-45.5 - parent: 2 - - uid: 39474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-45.5 - parent: 2 - - uid: 39475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-45.5 - parent: 2 - - uid: 39476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-45.5 - parent: 2 - - uid: 39477 - components: - - type: Transform - pos: -8.5,-45.5 - parent: 2 - - uid: 39478 - components: - - type: Transform - pos: -9.5,-45.5 - parent: 2 - - uid: 39479 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - uid: 39480 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - uid: 39481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-46.5 - parent: 2 - - uid: 39482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-49.5 - parent: 2 - - uid: 39483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-45.5 - parent: 2 - - uid: 39484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-45.5 - parent: 2 - - uid: 39485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-49.5 - parent: 2 - - type: AntiAnomalyZone - - uid: 39486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-48.5 - parent: 2 - - uid: 39487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-47.5 - parent: 2 - - uid: 39488 + - uid: 40281 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-48.5 parent: 2 - - uid: 39489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-48.5 - parent: 2 - - uid: 39490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-48.5 - parent: 2 - - uid: 39491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-48.5 - parent: 2 - - uid: 39492 - components: - - type: Transform - pos: 11.5,-53.5 - parent: 2 - - uid: 39493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-32.5 - parent: 2 - - uid: 39494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - uid: 39495 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 39496 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - - uid: 39497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-53.5 - parent: 2 - - uid: 39498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-52.5 - parent: 2 - - uid: 39499 - components: - - type: Transform - pos: -12.5,-50.5 - parent: 2 - - uid: 39500 - components: - - type: Transform - pos: -12.5,-49.5 - parent: 2 - - uid: 39501 - components: - - type: Transform - pos: -12.5,-45.5 - parent: 2 - - uid: 39502 - components: - - type: Transform - pos: -12.5,-46.5 - parent: 2 - - uid: 39503 - components: - - type: Transform - pos: -12.5,-44.5 - parent: 2 - - uid: 39504 - components: - - type: Transform - pos: -11.5,-44.5 - parent: 2 - - uid: 39505 - components: - - type: Transform - pos: -10.5,-44.5 - parent: 2 - - uid: 39506 - components: - - type: Transform - pos: -9.5,-44.5 - parent: 2 - - uid: 39507 - components: - - type: Transform - pos: -12.5,-43.5 - parent: 2 - - uid: 39508 - components: - - type: Transform - pos: 13.5,-53.5 - parent: 2 - - uid: 39509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-45.5 - parent: 2 - - uid: 39510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-48.5 - parent: 2 - - uid: 39511 - components: - - type: Transform - pos: 10.5,-44.5 - parent: 2 - - uid: 39512 - components: - - type: Transform - pos: 11.5,-44.5 - parent: 2 - - uid: 39513 - components: - - type: Transform - pos: 12.5,-44.5 - parent: 2 - - uid: 39514 - components: - - type: Transform - pos: 13.5,-44.5 - parent: 2 - - uid: 39515 - components: - - type: Transform - pos: 13.5,-45.5 - parent: 2 - - uid: 39516 - components: - - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 39517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-46.5 - parent: 2 - - uid: 39518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-46.5 - parent: 2 - - uid: 39519 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-46.5 - parent: 2 - - uid: 39520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-46.5 - parent: 2 - - uid: 39521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-44.5 - parent: 2 - - uid: 39522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-44.5 - parent: 2 - - uid: 39523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-44.5 - parent: 2 - - uid: 39524 - components: - - type: Transform - pos: -14.5,-37.5 - parent: 2 - - uid: 39525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-58.5 - parent: 2 - - uid: 39526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-58.5 - parent: 2 - - uid: 39527 - components: - - type: Transform - pos: -15.5,-48.5 - parent: 2 - - uid: 39528 - components: - - type: Transform - pos: -16.5,-48.5 - parent: 2 - - uid: 39529 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 2 - - uid: 39530 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 2 - - uid: 39531 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 2 - - uid: 39532 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 2 - - uid: 39533 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - uid: 39534 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 2 - - uid: 39535 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 2 - - uid: 39536 - components: - - type: Transform - pos: -13.5,-37.5 - parent: 2 - - uid: 39537 - components: - - type: Transform - pos: -9.5,-42.5 - parent: 2 - - uid: 39538 - components: - - type: Transform - pos: -9.5,-43.5 - parent: 2 - - uid: 39539 + - uid: 40282 components: - type: Transform pos: 13.5,-57.5 parent: 2 - - uid: 39540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-42.5 - parent: 2 - - uid: 39541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-42.5 - parent: 2 - - uid: 39542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-42.5 - parent: 2 - - uid: 39543 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 39544 + - uid: 40283 components: - type: Transform pos: 11.5,-57.5 parent: 2 - - uid: 39545 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - uid: 39546 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 39547 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - uid: 39548 - components: - - type: Transform - pos: 2.5,-42.5 - parent: 2 - - uid: 39549 - components: - - type: Transform - pos: 2.5,-41.5 - parent: 2 - - uid: 39550 - components: - - type: Transform - pos: 3.5,-41.5 - parent: 2 - - uid: 39551 - components: - - type: Transform - pos: 4.5,-42.5 - parent: 2 - - uid: 39552 - components: - - type: Transform - pos: 4.5,-41.5 - parent: 2 - - uid: 39553 - components: - - type: Transform - pos: 4.5,-44.5 - parent: 2 - - uid: 39554 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-38.5 - parent: 2 - - uid: 39555 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-38.5 - parent: 2 - - uid: 39556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-38.5 - parent: 2 - - uid: 39557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-38.5 - parent: 2 - - uid: 39558 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-39.5 - parent: 2 - - uid: 39559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-40.5 - parent: 2 - - uid: 39560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-41.5 - parent: 2 - - uid: 39561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-41.5 - parent: 2 - - uid: 39562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-41.5 - parent: 2 - - uid: 39563 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - - uid: 39564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-42.5 - parent: 2 - - uid: 39565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-35.5 - parent: 2 - - uid: 39566 + - uid: 40284 components: - type: Transform pos: -9.5,-60.5 parent: 2 - - uid: 39567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-33.5 - parent: 2 - - uid: 39568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-32.5 - parent: 2 - - uid: 39569 - components: - - type: Transform - pos: -9.5,-39.5 - parent: 2 - - uid: 39570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-31.5 - parent: 2 - - uid: 39571 + - uid: 40285 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-36.5 parent: 2 - - uid: 39572 + - uid: 40286 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-35.5 parent: 2 - - uid: 39573 + - uid: 40287 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-33.5 parent: 2 - - uid: 39574 + - uid: 40288 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-32.5 parent: 2 - - uid: 39575 + - uid: 40289 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-34.5 parent: 2 - - uid: 39576 - components: - - type: Transform - pos: 10.5,-32.5 - parent: 2 - - uid: 39577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-29.5 - parent: 2 - - uid: 39578 + - uid: 40290 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-29.5 parent: 2 - - uid: 39579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-29.5 - parent: 2 - - uid: 39580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 - parent: 2 - - uid: 39581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-29.5 - parent: 2 - - uid: 39582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-29.5 - parent: 2 - - uid: 39583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-29.5 - parent: 2 - - uid: 39584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-28.5 - parent: 2 - - uid: 39585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-27.5 - parent: 2 - - uid: 39586 - components: - - type: Transform - pos: -9.5,-38.5 - parent: 2 - - uid: 39587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-28.5 - parent: 2 - - uid: 39588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-31.5 - parent: 2 - - uid: 39589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-32.5 - parent: 2 - - uid: 39590 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - - uid: 39591 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 - - uid: 39592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-28.5 - parent: 2 - - uid: 39593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-31.5 - parent: 2 - - uid: 39594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-31.5 - parent: 2 - - uid: 39595 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-31.5 - parent: 2 - - uid: 39596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-31.5 - parent: 2 - - uid: 39597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-31.5 - parent: 2 - - uid: 39598 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-32.5 - parent: 2 - - uid: 39599 + - uid: 40291 components: - type: Transform pos: -12.5,-59.5 parent: 2 - - uid: 39600 + - uid: 40292 components: - type: Transform pos: -12.5,-58.5 parent: 2 - - uid: 39601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-30.5 - parent: 2 - - type: AntiAnomalyZone - zoneRadius: 20 - - uid: 39602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 2 - - uid: 39603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-28.5 - parent: 2 - - uid: 39604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-28.5 - parent: 2 - - uid: 39605 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-28.5 - parent: 2 - - uid: 39606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-30.5 - parent: 2 - - uid: 39607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-29.5 - parent: 2 - - uid: 39608 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 2 - - uid: 39609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-34.5 - parent: 2 - - uid: 39610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-33.5 - parent: 2 - - uid: 39611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-34.5 - parent: 2 - - uid: 39612 - components: - - type: Transform - pos: -12.5,-37.5 - parent: 2 - - uid: 39613 - components: - - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 39614 + - uid: 40293 components: - type: Transform pos: -12.5,-60.5 parent: 2 - - uid: 39615 + - uid: 40294 components: - type: Transform pos: -11.5,-60.5 parent: 2 - - uid: 39616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-29.5 - parent: 2 - - uid: 39617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-29.5 - parent: 2 - - uid: 39618 - components: - - type: Transform - pos: 12.5,-37.5 - parent: 2 - - uid: 39619 - components: - - type: Transform - pos: 13.5,-37.5 - parent: 2 - - uid: 39620 - components: - - type: Transform - pos: 7.5,-37.5 - parent: 2 - - uid: 39621 - components: - - type: Transform - pos: 15.5,-37.5 - parent: 2 - - uid: 39622 - components: - - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 39623 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 2 - - uid: 39624 - components: - - type: Transform - pos: 4.5,-35.5 - parent: 2 - - uid: 39625 - components: - - type: Transform - pos: 6.5,-35.5 - parent: 2 - - uid: 39626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-33.5 - parent: 2 - - uid: 39627 - components: - - type: Transform - pos: -3.5,-27.5 - parent: 2 - - uid: 39628 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 2 - - uid: 39629 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 2 - - uid: 39630 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 2 - - uid: 39631 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 2 - - uid: 39632 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 2 - - uid: 39633 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 2 - - uid: 39634 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - - uid: 39635 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 2 - - uid: 39636 - components: - - type: Transform - pos: -7.5,-23.5 - parent: 2 - - uid: 39637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-33.5 - parent: 2 - - uid: 39638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-28.5 - parent: 2 - - uid: 39639 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-32.5 - parent: 2 - - uid: 39640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-32.5 - parent: 2 - - uid: 39641 + - uid: 40295 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-31.5 parent: 2 - - uid: 39642 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 39643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-33.5 - parent: 2 - - uid: 39644 - components: - - type: Transform - pos: -12.5,-53.5 - parent: 2 - - uid: 39645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-26.5 - parent: 2 - - uid: 39646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-27.5 - parent: 2 - - uid: 39647 - components: - - type: Transform - pos: -12.5,-51.5 - parent: 2 - - uid: 39648 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 39649 - components: - - type: Transform - pos: -11.5,-29.5 - parent: 2 - - uid: 39650 + - uid: 40296 components: - type: Transform pos: 6.5,-60.5 parent: 2 - - uid: 39651 - components: - - type: Transform - pos: -7.5,-29.5 - parent: 2 - - uid: 39652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-34.5 - parent: 2 - - uid: 39653 - components: - - type: Transform - pos: -6.5,-55.5 - parent: 2 - - uid: 39654 + - uid: 40297 components: - type: Transform pos: -5.5,-60.5 parent: 2 - - uid: 39655 + - uid: 40298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-33.5 + pos: 3.5,-44.5 parent: 2 - - uid: 39656 - components: - - type: Transform - pos: -15.5,-29.5 - parent: 2 - - uid: 39657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-37.5 - parent: 2 - - uid: 39658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-33.5 - parent: 2 - - uid: 39659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-32.5 - parent: 2 - - uid: 39660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-31.5 - parent: 2 - - uid: 39661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-30.5 - parent: 2 - - uid: 39662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-37.5 - parent: 2 - - uid: 39663 + - uid: 40299 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-37.5 parent: 2 - - uid: 39664 + - uid: 40300 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-37.5 parent: 2 + - uid: 40301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-36.5 + parent: 2 - proto: WallWeaponCapacitorRecharger entities: - - uid: 39665 + - uid: 40302 components: - type: Transform pos: 50.5,-2.5 parent: 2 - - uid: 39666 + - uid: 40303 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-12.5 parent: 2 -- proto: WantedListCartridge - entities: - - uid: 1427 + - uid: 40304 components: - type: Transform - parent: 1418 + pos: -8.5,-23.5 + parent: 2 + - uid: 40305 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 +- proto: WantedListCartridge + entities: + - uid: 1464 + components: + - type: Transform + parent: 1453 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 39667 + - uid: 40306 components: - type: Transform pos: 52.37181,-19.361252 parent: 2 - - uid: 39668 + - uid: 40307 components: - type: Transform pos: 52.37181,-19.470627 parent: 2 - proto: WardrobeAtmosphericsFilled entities: - - uid: 39669 + - uid: 40308 components: - type: Transform pos: -78.5,-23.5 parent: 2 - proto: WardrobeBotanist entities: - - uid: 27831 + - uid: 28565 components: - type: Transform pos: 79.5,-17.5 @@ -270819,21 +275337,21 @@ entities: showEnts: False occludes: True ents: - - 27832 + - 28566 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: WardrobeCargoFilled entities: - - uid: 39670 + - uid: 40309 components: - type: Transform pos: 11.5,-103.5 parent: 2 - proto: WardrobeChapelFilled entities: - - uid: 39671 + - uid: 40310 components: - type: Transform pos: 33.5,-73.5 @@ -270858,7 +275376,7 @@ entities: - 0 - proto: WardrobeFormal entities: - - uid: 15481 + - uid: 15998 components: - type: Transform pos: -29.5,-95.5 @@ -270887,16 +275405,16 @@ entities: showEnts: False occludes: True ents: - - 15482 - - 15484 - - 15483 - - 15486 - - 15485 + - 15999 + - 16001 + - 16000 + - 16003 + - 16002 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 39672 + - uid: 40311 components: - type: Transform pos: -46.5,-113.5 @@ -270919,7 +275437,7 @@ entities: - 0 - 0 - 0 - - uid: 39673 + - uid: 40312 components: - type: Transform pos: -23.5,3.5 @@ -270944,14 +275462,14 @@ entities: - 0 - proto: WardrobeGreenFilled entities: - - uid: 39674 + - uid: 40313 components: - type: Transform pos: -29.5,-94.5 parent: 2 - proto: WardrobeGrey entities: - - uid: 15738 + - uid: 16253 components: - type: Transform pos: -30.5,-115.5 @@ -270980,13 +275498,13 @@ entities: showEnts: False occludes: True ents: - - 15739 - - 15740 + - 16254 + - 16255 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15741 + - uid: 16256 components: - type: Transform pos: -29.5,-115.5 @@ -271015,14 +275533,14 @@ entities: showEnts: False occludes: True ents: - - 15742 + - 16257 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: WardrobeGreyFilled entities: - - uid: 39675 + - uid: 40314 components: - type: Transform pos: -29.5,-96.5 @@ -271047,7 +275565,7 @@ entities: - 0 - proto: WardrobeMedicalDoctorFilled entities: - - uid: 15701 + - uid: 16215 components: - type: Transform pos: -48.5,-16.5 @@ -271076,24 +275594,24 @@ entities: showEnts: False occludes: True ents: - - 15702 + - 16216 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 39676 + - uid: 40315 components: - type: Transform pos: -49.5,-16.5 parent: 2 - - uid: 39677 + - uid: 40316 components: - type: Transform pos: -47.5,-16.5 parent: 2 - proto: WardrobePrison entities: - - uid: 27642 + - uid: 28465 components: - type: Transform pos: 26.5,-81.5 @@ -271122,13 +275640,13 @@ entities: showEnts: False occludes: True ents: - - 27644 - - 27643 + - 28467 + - 28466 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 39678 + - uid: 40317 components: - type: Transform pos: 30.5,-81.5 @@ -271153,7 +275671,7 @@ entities: - 0 - proto: WardrobePrisonFilled entities: - - uid: 15722 + - uid: 16237 components: - type: Transform pos: 87.5,0.5 @@ -271182,12 +275700,12 @@ entities: showEnts: False occludes: True ents: - - 15723 + - 16238 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15724 + - uid: 16239 components: - type: Transform pos: 79.5,0.5 @@ -271216,12 +275734,12 @@ entities: showEnts: False occludes: True ents: - - 15725 + - 16240 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15726 + - uid: 16241 components: - type: Transform pos: 83.5,0.5 @@ -271250,54 +275768,54 @@ entities: showEnts: False occludes: True ents: - - 15727 + - 16242 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 39679 + - uid: 40318 components: - type: Transform pos: 39.5,4.5 parent: 2 - - uid: 39680 + - uid: 40319 components: - type: Transform pos: 39.5,2.5 parent: 2 - - uid: 39681 + - uid: 40320 components: - type: Transform pos: 72.5,-0.5 parent: 2 - - uid: 39682 + - uid: 40321 components: - type: Transform pos: 73.5,-0.5 parent: 2 - - uid: 39683 + - uid: 40322 components: - type: Transform pos: 74.5,-0.5 parent: 2 - - uid: 39684 + - uid: 40323 components: - type: Transform pos: 75.5,-0.5 parent: 2 - - uid: 39685 + - uid: 40324 components: - type: Transform pos: -74.5,-52.5 parent: 2 - - uid: 39686 + - uid: 40325 components: - type: Transform pos: -70.5,-52.5 parent: 2 - proto: WardrobeSalvageFilled entities: - - uid: 15404 + - uid: 15923 components: - type: Transform pos: -9.5,-93.5 @@ -271326,12 +275844,12 @@ entities: showEnts: False occludes: True ents: - - 15405 + - 15924 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15416 + - uid: 15934 components: - type: Transform pos: -9.5,-95.5 @@ -271360,12 +275878,12 @@ entities: showEnts: False occludes: True ents: - - 15417 + - 15935 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 15418 + - uid: 15936 components: - type: Transform pos: -9.5,-96.5 @@ -271394,26 +275912,26 @@ entities: showEnts: False occludes: True ents: - - 15419 + - 15937 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: WardrobeScienceFilled entities: - - uid: 39687 + - uid: 40326 components: - type: Transform pos: -60.5,-64.5 parent: 2 - - uid: 39688 + - uid: 40327 components: - type: Transform pos: -61.5,-64.5 parent: 2 - proto: WardrobeVirologyFilled entities: - - uid: 15703 + - uid: 16217 components: - type: Transform pos: -54.5,-10.5 @@ -271442,12 +275960,12 @@ entities: showEnts: False occludes: True ents: - - 15704 + - 16218 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - uid: 39689 + - uid: 40328 components: - type: Transform pos: -52.5,-7.5 @@ -271470,43 +275988,43 @@ entities: - 0 - 0 - 0 - - uid: 39690 + - uid: 40329 components: - type: Transform pos: -50.5,4.5 parent: 2 - - uid: 39691 + - uid: 40330 components: - type: Transform pos: -50.5,3.5 parent: 2 - proto: WardrobeWhiteFilled entities: - - uid: 39692 + - uid: 40331 components: - type: Transform pos: -29.5,-92.5 parent: 2 - - uid: 39693 + - uid: 40332 components: - type: Transform pos: 79.5,-16.5 parent: 2 - proto: WardrobeYellowFilled entities: - - uid: 39694 + - uid: 40333 components: - type: Transform pos: -29.5,-93.5 parent: 2 - - uid: 39695 + - uid: 40334 components: - type: Transform pos: 79.5,-18.5 parent: 2 - proto: WarningAir entities: - - uid: 39696 + - uid: 40335 components: - type: Transform rot: 3.141592653589793 rad @@ -271514,7 +276032,7 @@ entities: parent: 2 - proto: WarningCO2 entities: - - uid: 39697 + - uid: 40336 components: - type: Transform rot: 1.5707963267948966 rad @@ -271522,19 +276040,19 @@ entities: parent: 2 - proto: WarningN2 entities: - - uid: 39698 + - uid: 40337 components: - type: Transform pos: 29.5,-102.5 parent: 2 - proto: WarningN2O entities: - - uid: 39699 + - uid: 40338 components: - type: Transform pos: 29.5,-95.5 parent: 2 - - uid: 39700 + - uid: 40339 components: - type: Transform rot: 1.5707963267948966 rad @@ -271542,14 +276060,14 @@ entities: parent: 2 - proto: WarningO2 entities: - - uid: 39701 + - uid: 40340 components: - type: Transform pos: 29.5,-98.5 parent: 2 - proto: WarningPlasma entities: - - uid: 39702 + - uid: 40341 components: - type: Transform rot: 3.141592653589793 rad @@ -271557,58 +276075,58 @@ entities: parent: 2 - proto: WarpPoint entities: - - uid: 40657 + - uid: 41345 components: - type: Transform pos: 0.5,0.5 - parent: 40654 + parent: 41342 - type: WarpPoint location: Шедевролёт - proto: WarpPointBombing entities: - - uid: 39703 + - uid: 40342 components: - type: Transform pos: -6.5,-6.5 parent: 2 - type: WarpPoint location: Ядерное хранилище - - uid: 39704 + - uid: 40343 components: - type: Transform pos: -51.5,-58.5 parent: 2 - type: WarpPoint location: Токсикология РНД - - uid: 39705 + - uid: 40344 components: - type: Transform pos: 13.5,13.5 parent: 2 - type: WarpPoint location: Каюта капитана - - uid: 39706 + - uid: 40345 components: - type: Transform pos: 98.5,-69.5 parent: 2 - type: WarpPoint location: Телекоммуникация - - uid: 39707 + - uid: 40346 components: - type: Transform pos: -36.5,-30.5 parent: 2 - type: WarpPoint location: Химическая лаборатория - - uid: 39708 + - uid: 40347 components: - type: Transform pos: 98.5,-88.5 parent: 2 - type: WarpPoint location: Ядро ИИ - - uid: 39709 + - uid: 40348 components: - type: Transform pos: 64.5,-58.5 @@ -271617,235 +276135,218 @@ entities: location: Ускоритель Частиц - proto: WaterCooler entities: - - uid: 39710 + - uid: 40349 components: - type: Transform pos: 53.5,11.5 parent: 2 - - uid: 39711 + - uid: 40350 components: - type: Transform pos: 59.5,13.5 parent: 2 - - uid: 39712 + - uid: 40351 components: - type: Transform pos: -7.5,20.5 parent: 2 - - uid: 39713 + - uid: 40352 components: - type: Transform pos: 41.5,-25.5 parent: 2 - - uid: 39714 + - uid: 40353 components: - type: Transform pos: 48.5,20.5 parent: 2 - - uid: 39715 + - uid: 40354 components: - type: Transform pos: -19.5,7.5 parent: 2 - - uid: 39716 + - uid: 40355 components: - type: Transform pos: 72.5,-40.5 parent: 2 - - uid: 39717 + - uid: 40356 components: - type: Transform pos: 53.5,-50.5 parent: 2 - - uid: 39718 + - uid: 40357 components: - type: Transform pos: 12.5,-81.5 parent: 2 - - uid: 39719 + - uid: 40358 components: - type: Transform pos: -33.5,7.5 parent: 2 - - uid: 39720 + - uid: 40359 components: - type: Transform pos: -44.5,-16.5 parent: 2 - - uid: 39721 + - uid: 40360 components: - type: Transform pos: -53.5,-3.5 parent: 2 - proto: WaterDropletHat entities: - - uid: 39722 + - uid: 40361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.282791,-36.68262 + pos: -12.450555,-31.084827 parent: 2 - - uid: 39723 + - uid: 40362 components: - type: Transform - pos: -15.673416,-36.33887 - parent: 2 - - uid: 39724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.517166,-33.354496 + pos: -13.138055,-29.850452 parent: 2 - proto: WaterTankFull entities: - - uid: 39725 + - uid: 40363 components: - type: Transform pos: 70.5,-25.5 parent: 2 - - uid: 39726 + - uid: 40364 components: - type: Transform pos: 28.5,18.5 parent: 2 - - uid: 39727 + - uid: 40365 components: - type: Transform pos: -27.5,-108.5 parent: 2 - - uid: 39728 - components: - - type: Transform - pos: -17.5,-36.5 - parent: 2 - - uid: 39729 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 39730 + - uid: 40366 components: - type: Transform pos: 71.5,-17.5 parent: 2 - - uid: 39731 + - uid: 40367 components: - type: Transform pos: 87.5,-7.5 parent: 2 - - uid: 39732 + - uid: 40368 components: - type: Transform pos: 35.5,-78.5 parent: 2 - - uid: 39733 + - uid: 40369 components: - type: Transform pos: 40.5,18.5 parent: 2 - - uid: 39734 + - uid: 40370 components: - type: Transform pos: -35.5,-123.5 parent: 2 - - uid: 39735 + - uid: 40371 components: - type: Transform pos: 90.5,-52.5 parent: 2 - - uid: 39736 + - uid: 40372 components: - type: Transform pos: 45.5,-60.5 parent: 2 - - uid: 39737 + - uid: 40373 components: - type: Transform pos: -13.5,-92.5 parent: 2 - - uid: 39738 + - uid: 40374 components: - type: Transform pos: 19.5,3.5 parent: 2 - - uid: 39739 + - uid: 40375 components: - type: Transform pos: -45.5,6.5 parent: 2 - - uid: 39740 + - uid: 40376 components: - type: Transform pos: -33.5,-5.5 parent: 2 - - uid: 39741 + - uid: 40377 components: - type: Transform pos: -55.5,-53.5 parent: 2 - - uid: 39742 + - uid: 40378 components: - type: Transform pos: -52.5,-80.5 parent: 2 - - uid: 39743 + - uid: 40379 components: - type: Transform pos: 20.5,-83.5 parent: 2 - - uid: 39744 + - uid: 40380 components: - type: Transform pos: 62.5,-44.5 parent: 2 - - uid: 39745 + - uid: 40381 components: - type: Transform pos: -44.5,-91.5 parent: 2 - - uid: 39746 + - uid: 40382 components: - type: Transform pos: -72.5,-29.5 parent: 2 - - uid: 39747 + - uid: 40383 components: - type: Transform pos: 52.5,-96.5 parent: 2 - - uid: 39748 + - uid: 40384 components: - type: Transform pos: -13.5,12.5 parent: 2 - - uid: 39749 + - uid: 40385 components: - type: Transform pos: -67.5,12.5 parent: 2 - - uid: 39750 + - uid: 40386 components: - type: Transform pos: -56.5,-94.5 parent: 2 - - uid: 39751 + - uid: 40387 components: - type: Transform pos: -79.5,-0.5 parent: 2 - - uid: 39752 + - uid: 40388 components: - type: Transform pos: 42.5,30.5 parent: 2 - proto: WaterTankHighCapacity entities: - - uid: 39753 + - uid: 40389 components: - type: Transform pos: 38.5,9.5 parent: 2 - - uid: 39754 + - uid: 40390 components: - type: Transform pos: 9.5,-0.5 @@ -271854,144 +276355,139 @@ entities: prevFixedRotation: True - proto: WaterVaporCanister entities: - - uid: 39755 + - uid: 40391 components: - type: Transform pos: -46.5,-60.5 parent: 2 - - uid: 39756 + - uid: 40392 components: - type: Transform pos: 37.5,-49.5 parent: 2 - - uid: 39757 + - uid: 40393 components: - type: Transform pos: 31.5,-87.5 parent: 2 - - uid: 39758 + - uid: 40394 components: - type: Transform pos: -35.5,-110.5 parent: 2 - - uid: 39759 + - uid: 40395 components: - type: Transform pos: -83.5,-13.5 parent: 2 - proto: WeaponCapacitorRecharger entities: - - uid: 39760 + - uid: 40396 components: - type: Transform pos: 75.5,-29.5 parent: 2 - - uid: 39761 + - uid: 40397 components: - type: Transform pos: -8.5,1.5 parent: 2 - - uid: 39762 + - uid: 40398 components: - type: Transform pos: -6.5,-78.5 parent: 2 - - uid: 39763 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 - - uid: 39764 + - uid: 40399 components: - type: Transform pos: 59.5,5.5 parent: 2 - - uid: 39765 + - uid: 40400 components: - type: Transform pos: 54.5,-19.5 parent: 2 - - uid: 39766 + - uid: 40401 components: - type: Transform pos: 58.5,15.5 parent: 2 - - uid: 39767 + - uid: 40402 components: - type: Transform pos: 61.5,11.5 parent: 2 - - uid: 39768 + - uid: 40403 components: - type: Transform pos: 58.5,-19.5 parent: 2 - - uid: 39769 + - uid: 40404 components: - type: Transform pos: 4.5,19.5 parent: 2 - - uid: 39770 + - uid: 40405 components: - type: Transform pos: -44.5,-31.5 parent: 2 - - uid: 39771 + - uid: 40406 components: - type: Transform pos: -48.5,-50.5 parent: 2 - - uid: 39772 + - uid: 40407 components: - type: Transform pos: 42.5,-15.5 parent: 2 - - uid: 39773 + - uid: 40408 components: - type: Transform pos: -67.5,-78.5 parent: 2 - proto: WeaponDisabler entities: - - uid: 2542 + - uid: 2574 components: - type: Transform - parent: 2526 + parent: 2558 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 15597 + - uid: 16113 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26944 + - uid: 27757 components: - type: Transform - parent: 26943 + parent: 27756 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 39774 + - uid: 40409 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.344124,-31.388329 parent: 2 - - uid: 39775 + - uid: 40410 components: - type: Transform rot: 3.141592653589793 rad pos: 75.54316,-29.48021 parent: 2 - - uid: 39776 + - uid: 40411 components: - type: Transform pos: -7.8332977,1.7780972 parent: 2 - - uid: 39777 + - uid: 40412 components: - type: Transform rot: 3.141592653589793 rad @@ -271999,50 +276495,55 @@ entities: parent: 2 - proto: WeaponDisablerPractice entities: - - uid: 39778 + - uid: 40413 components: - type: Transform pos: 61.45227,10.176628 parent: 2 - - uid: 39779 + - uid: 40414 components: - type: Transform pos: 61.430977,9.963861 parent: 2 + - uid: 40415 + components: + - type: Transform + pos: 15.590149,-28.484669 + parent: 2 - proto: WeaponDisablerSMG entities: - - uid: 39780 + - uid: 40416 components: - type: Transform pos: 55.5203,-19.475555 parent: 2 - proto: WeaponEnergyTurretAI entities: - - uid: 39782 + - uid: 40417 components: - type: Transform pos: 102.5,-56.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39783 + - 40428 + - uid: 40418 components: - type: Transform pos: 90.5,-57.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39784 + - 40428 + - uid: 40419 components: - type: Transform pos: 96.5,-58.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39785 + - 40428 + - uid: 40420 components: - type: Transform rot: 1.5707963267948966 rad @@ -272050,133 +276551,133 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39786 + - 40428 + - uid: 40421 components: - type: Transform pos: 96.5,-74.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39788 + - 40428 + - uid: 40422 components: - type: Transform pos: 102.5,-78.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39789 + - 40428 + - uid: 40423 components: - type: Transform pos: 96.5,-86.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39790 + - 40428 + - uid: 40424 components: - type: Transform pos: 101.5,-90.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39791 + - 40428 + - uid: 40425 components: - type: Transform pos: 94.5,-78.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39792 + - 40428 + - uid: 40426 components: - type: Transform pos: 100.5,-74.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 - - uid: 39793 + - 40428 + - uid: 40427 components: - type: Transform pos: 98.5,-66.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40641 + - 40428 - proto: WeaponEnergyTurretAIControlPanel entities: - - uid: 40641 + - uid: 40428 components: - type: Transform pos: 95.5,-85.5 parent: 2 - type: DeviceList devices: - - 39789 - - 39790 - - 39785 - - 39791 - - 39788 - - 24346 - - 39792 - - 39786 - - 39793 - - 39783 - - 39784 - - 39782 + - 40423 + - 40424 + - 40420 + - 40425 + - 40422 + - 25197 + - 40426 + - 40421 + - 40427 + - 40418 + - 40419 + - 40417 - proto: WeaponEnergyTurretCommand entities: - - uid: 39781 + - uid: 40429 components: - type: Transform pos: 14.5,22.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40640 - - uid: 39787 + - 40432 + - uid: 40430 components: - type: Transform pos: 19.5,19.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40640 - - uid: 40639 + - 40432 + - uid: 40431 components: - type: Transform pos: 14.5,18.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40640 + - 40432 - proto: WeaponEnergyTurretCommandControlPanel entities: - - uid: 40640 + - uid: 40432 components: - type: Transform pos: 19.5,23.5 parent: 2 - type: DeviceList devices: - - 39781 - - 40639 - - 39787 - - uid: 40642 + - 40429 + - 40431 + - 40430 + - uid: 40433 components: - type: Transform pos: -6.5,-3.5 parent: 2 - type: DeviceList devices: - - 39795 + - 40436 - proto: WeaponEnergyTurretSecurity entities: - - uid: 29133 + - uid: 40434 components: - type: Transform rot: -1.5707963267948966 rad @@ -272184,26 +276685,26 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 40643 - - uid: 39794 + - 40437 + - uid: 40435 components: - type: Transform pos: 62.5,-15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40643 - - uid: 39795 + - 40437 + - uid: 40436 components: - type: Transform pos: -7.5,-7.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40642 + - 40433 - proto: WeaponEnergyTurretSecurityControlPanel entities: - - uid: 40643 + - uid: 40437 components: - type: Transform rot: -1.5707963267948966 rad @@ -272211,34 +276712,34 @@ entities: parent: 2 - type: DeviceList devices: - - 29133 - - 39794 + - 40434 + - 40435 - proto: WeaponFlareGun entities: - - uid: 39796 + - uid: 40438 components: - type: Transform pos: 61.458096,8.9280405 parent: 2 - - uid: 39797 + - uid: 40439 components: - type: Transform pos: 1.4492247,-71.36259 parent: 2 - - uid: 39798 + - uid: 40440 components: - type: Transform pos: 1.5117247,-71.59696 parent: 2 - proto: WeaponFlareGunSecurity entities: - - uid: 2522 + - uid: 2554 components: - type: MetaData desc: Для стрельбы транквилизирующими патронами. name: Капсульный пистолет зоотехника - type: Transform - parent: 2519 + parent: 2551 - type: Physics canCollide: False - type: InsideEntityStorage @@ -272246,158 +276747,167 @@ entities: - Contraband - proto: WeaponLaserCarbinePractice entities: - - uid: 39799 + - uid: 40441 components: - type: Transform pos: 61.473564,10.772373 parent: 2 - - uid: 39800 + - uid: 40442 components: - type: Transform pos: 61.473564,10.985139 parent: 2 - - uid: 39801 + - uid: 40443 components: - type: Transform pos: -66.6761,-78.36846 parent: 2 - proto: WeaponLaserGun entities: - - uid: 15430 + - uid: 15948 components: - type: Transform - parent: 15420 + parent: 15938 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: WeaponMakeshiftLaser +- proto: WeaponLauncherHydra entities: - - uid: 39802 + - uid: 40444 components: - type: Transform - pos: -10.334016,-45.340424 + pos: 9.535449,-31.48146 + parent: 2 +- proto: WeaponMakeshiftLaser + entities: + - uid: 40445 + components: + - type: Transform + pos: 16.535187,-45.631805 parent: 2 - proto: WeaponPistolCHIMPUpgraded entities: - - uid: 39803 + - uid: 40446 components: - type: Transform - pos: 2.5,-34.5 + pos: 6.4974847,-41.95951 parent: 2 +- proto: WeaponPistolDebug + entities: + - uid: 40447 + components: + - type: MetaData + desc: ҂҈҉ + name: >2 + ҨҖ҂ҜҘҨҖ + - type: Transform + pos: 15.568812,-27.999277 + parent: 2 + missingComponents: + - Gun + - AmmoCounter + - ChamberMagazineAmmoProvider + - ItemSlots + - CollisionWake - proto: WeaponPistolMk58 entities: - - uid: 26363 + - uid: 27167 components: - type: Transform - parent: 26361 + parent: 27165 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: WeaponPistolViper - entities: - - uid: 39804 - components: - - type: Transform - pos: -11.209016,-45.35605 - parent: 2 - proto: WeaponRevolverDeckard entities: - - uid: 15598 + - uid: 16114 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WeaponRevolverMateba entities: - - uid: 39805 + - uid: 40448 components: - type: Transform pos: 48.552704,16.54868 parent: 2 - proto: WeaponRevolverPirate entities: - - uid: 26355 + - uid: 27162 components: - type: Transform - parent: 26347 + parent: 27154 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: WeaponShotgunHandmade - entities: - - uid: 39806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.689889,-26.749538 - parent: 2 - proto: WeaponShotgunKammerer entities: - - uid: 30992 + - uid: 31576 components: - type: Transform pos: 65.462585,-13.612967 parent: 2 - type: BallisticAmmoProvider entities: - - 30994 - - 30993 - - 30995 - - 30996 + - 31578 + - 31577 + - 31579 + - 31580 - type: ContainerContainer containers: ballistic-ammo: !type:Container showEnts: False occludes: True ents: - - 30994 - - 30993 - - 30995 - - 30996 - - uid: 30997 + - 31578 + - 31577 + - 31579 + - 31580 + - uid: 31581 components: - type: Transform pos: 65.462585,-13.316092 parent: 2 - type: BallisticAmmoProvider entities: - - 30999 - - 30998 - - 31001 - - 31000 + - 31583 + - 31582 + - 31585 + - 31584 - type: ContainerContainer containers: ballistic-ammo: !type:Container showEnts: False occludes: True ents: - - 30999 - - 30998 - - 31001 - - 31000 - - uid: 31002 + - 31583 + - 31582 + - 31585 + - 31584 + - uid: 31586 components: - type: Transform pos: 65.44696,-13.456717 parent: 2 - type: BallisticAmmoProvider entities: - - 31005 - - 31003 - - 31006 - - 31004 + - 31589 + - 31587 + - 31590 + - 31588 - type: ContainerContainer containers: ballistic-ammo: !type:Container showEnts: False occludes: True ents: - - 31005 - - 31003 - - 31006 - - 31004 + - 31589 + - 31587 + - 31590 + - 31588 - proto: WeaponShotgunSawnEmpty entities: - uid: 16 @@ -272411,773 +276921,755 @@ entities: canCollide: False - proto: WeaponSniperHristov entities: - - uid: 39807 + - uid: 40449 components: - type: Transform pos: 64.541885,-19.446735 parent: 2 -- proto: WeaponTeslaGun +- proto: WeaponSprayNozzle entities: - - uid: 39808 + - uid: 40450 components: - type: Transform - pos: 0.5,-35.5 + pos: 9.45989,-28.323929 + parent: 2 +- proto: WeaponTeslaGun + entities: + - uid: 40451 + components: + - type: Transform + pos: -0.45866632,-43.426468 parent: 2 - type: Battery startingCharge: 400 maxCharge: 400 - proto: WeaponTurretSyndicateBroken entities: - - uid: 39809 + - uid: 40452 components: - type: Transform pos: -54.5,-70.5 parent: 2 - - uid: 39810 + - uid: 40453 components: - type: Transform pos: 90.5,-81.5 parent: 2 - proto: WeaponTurretXeno entities: - - uid: 39811 - components: - - type: Transform - pos: 9.5,-46.5 - parent: 2 - - uid: 39812 - components: - - type: Transform - pos: 8.5,-46.5 - parent: 2 - - uid: 39813 + - uid: 40454 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-49.5 + pos: -9.5,-34.5 parent: 2 - - uid: 39814 + - uid: 40455 components: - type: Transform - pos: -16.5,-45.5 + pos: -6.5,-54.5 parent: 2 - - uid: 39815 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - uid: 39816 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - uid: 39817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-52.5 - parent: 2 - - uid: 39818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-52.5 - parent: 2 - - uid: 39819 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 2 - - uid: 39820 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 2 - - uid: 39821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-30.5 - parent: 2 - - uid: 39822 - components: - - type: Transform - pos: 1.5,-39.5 - parent: 2 - - uid: 39823 - components: - - type: Transform - pos: 3.5,-42.5 - parent: 2 - - uid: 39824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-44.5 - parent: 2 - - uid: 39825 + - uid: 40456 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,-39.5 + pos: 3.5,-57.5 parent: 2 - - uid: 39826 + - uid: 40457 components: - type: Transform - pos: -3.5,-33.5 + rot: 1.5707963267948966 rad + pos: -2.5,-59.5 parent: 2 - - uid: 39827 + - uid: 40458 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 40459 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-48.5 + pos: 8.5,-48.5 parent: 2 - - uid: 39828 + - uid: 40460 components: - type: Transform - pos: -11.5,-46.5 + pos: 9.5,-38.5 parent: 2 - - uid: 39829 + - uid: 40461 components: - type: Transform - pos: -6.5,-38.5 + pos: 15.5,-38.5 + parent: 2 + - uid: 40462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 2 + - uid: 40463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-20.5 + parent: 2 + - uid: 40464 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 +- proto: WeaponWaterBlaster + entities: + - uid: 40465 + components: + - type: Transform + pos: 14.506543,-26.390919 + parent: 2 +- proto: WeaponWaterBlasterSuper + entities: + - uid: 40466 + components: + - type: Transform + pos: 15.569043,-27.562794 + parent: 2 +- proto: WebBed + entities: + - uid: 40467 + components: + - type: Transform + pos: -5.5,-42.5 parent: 2 - proto: Welder entities: - - uid: 39830 + - uid: 40468 components: - type: Transform pos: -10.932114,-98.32076 parent: 2 - proto: WelderIndustrial entities: - - uid: 39831 + - uid: 40469 components: - type: Transform pos: 17.471325,9.532494 parent: 2 - - uid: 39832 + - uid: 40470 components: - type: Transform pos: -46.5,-87.5 parent: 2 - - uid: 39833 + - uid: 40471 components: - type: Transform pos: 53.433388,-96.4127 parent: 2 - - uid: 39834 + - uid: 40472 components: - type: Transform pos: -85.5601,-21.50541 parent: 2 - proto: WelderIndustrialAdvanced entities: - - uid: 39835 + - uid: 40473 components: - type: Transform pos: -70.497986,-17.28866 parent: 2 - proto: WelderMini entities: - - uid: 39836 + - uid: 40474 components: - type: Transform pos: -35.567467,7.5570617 parent: 2 - - uid: 39837 + - uid: 40475 components: - type: Transform pos: -17.5,12.5 parent: 2 - proto: WeldingFuelTank entities: - - uid: 39838 + - uid: 40476 components: - type: Transform pos: -3.5,-102.5 parent: 2 - proto: WeldingFuelTankFull entities: - - uid: 39839 + - uid: 40477 components: - type: Transform pos: 62.5,-26.5 parent: 2 - - uid: 39840 - components: - - type: Transform - pos: 15.5,-47.5 - parent: 2 - - uid: 39841 + - uid: 40478 components: - type: Transform pos: -40.5,-116.5 parent: 2 - - uid: 39842 + - uid: 40479 components: - type: Transform pos: 107.5,-50.5 parent: 2 - - uid: 39843 + - uid: 40480 components: - type: Transform pos: -42.5,-89.5 parent: 2 - - uid: 39844 + - uid: 40481 components: - type: Transform pos: 48.5,-79.5 parent: 2 - - uid: 39845 + - uid: 40482 components: - type: Transform pos: 39.5,-67.5 parent: 2 - - uid: 39846 + - uid: 40483 components: - type: Transform pos: 15.5,-76.5 parent: 2 - - uid: 39847 + - uid: 40484 components: - type: Transform pos: -15.5,-79.5 parent: 2 - - uid: 39848 + - uid: 40485 components: - type: Transform pos: -39.5,-89.5 parent: 2 - - uid: 39849 + - uid: 40486 components: - type: Transform pos: -56.5,-78.5 parent: 2 - - uid: 39850 + - uid: 40487 components: - type: Transform pos: -55.5,-54.5 parent: 2 - - uid: 39851 + - uid: 40488 components: - type: Transform pos: -46.5,6.5 parent: 2 - - uid: 39852 + - uid: 40489 components: - type: Transform pos: 72.5,-24.5 parent: 2 - - uid: 39853 + - uid: 40490 components: - type: Transform pos: -50.5,-87.5 parent: 2 - - uid: 39854 + - uid: 40491 components: - type: Transform pos: -71.5,-29.5 parent: 2 - - uid: 39855 + - uid: 40492 components: - type: Transform pos: 51.5,-96.5 parent: 2 - - uid: 39856 + - uid: 40493 components: - type: Transform pos: -14.5,12.5 parent: 2 - - uid: 39857 + - uid: 40494 components: - type: Transform pos: 19.5,9.5 parent: 2 - - uid: 39858 + - uid: 40495 components: - type: Transform pos: 76.5,-44.5 parent: 2 - - uid: 39859 + - uid: 40496 components: - type: Transform pos: -63.5,-4.5 parent: 2 - - uid: 39860 + - uid: 40497 components: - type: Transform pos: -37.5,7.5 parent: 2 - - uid: 39861 + - uid: 40498 components: - type: Transform pos: -41.5,-107.5 parent: 2 - - uid: 39862 + - uid: 40499 components: - type: Transform pos: -56.5,-95.5 parent: 2 - - uid: 39863 + - uid: 40500 components: - type: Transform pos: -50.5,-119.5 parent: 2 - - uid: 39864 + - uid: 40501 components: - type: Transform pos: -77.5,-17.5 parent: 2 - - uid: 39865 + - uid: 40502 components: - type: Transform pos: -78.5,7.5 parent: 2 - - uid: 39866 + - uid: 40503 components: - type: Transform pos: 37.5,31.5 parent: 2 - - uid: 39867 + - uid: 40504 components: - type: Transform pos: -85.5,-19.5 parent: 2 - - uid: 39868 + - uid: 40505 components: - type: Transform pos: 38.5,33.5 parent: 2 - - uid: 39869 + - uid: 40506 components: - type: Transform pos: 109.5,-18.5 parent: 2 - proto: WeldingFuelTankHighCapacity entities: - - uid: 39870 + - uid: 40507 components: - type: Transform pos: 25.5,-35.5 parent: 2 - - uid: 39871 + - uid: 40508 components: - type: Transform pos: 46.5,-66.5 parent: 2 - - uid: 39872 + - uid: 40509 components: - type: Transform pos: 46.5,-60.5 parent: 2 - proto: WetFloorSign entities: - - uid: 2623 + - uid: 2657 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - - uid: 2624 + - uid: 2658 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - - uid: 2625 + - uid: 2659 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - - uid: 2626 + - uid: 2660 components: - type: Transform - parent: 2616 + parent: 2650 - type: Physics canCollide: False - proto: WetFloorSignMineExplosive entities: - - uid: 15435 + - uid: 15953 components: - type: Transform - parent: 15431 + parent: 15949 - type: Physics canCollide: False - type: StoreRefund boughtTime: 4400.0622666 - proto: WhiteBishop entities: - - uid: 2077 + - uid: 2119 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2078 + - uid: 2120 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WhiteCane entities: - - uid: 39873 + - uid: 40510 components: - type: Transform pos: -45.56749,-10.437608 parent: 2 - proto: WhiteholeGrenade entities: - - uid: 15436 + - uid: 15954 components: - type: Transform - parent: 15431 + parent: 15949 - type: Physics canCollide: False - type: StoreRefund boughtTime: 4510.5288228 - proto: WhiteKing entities: - - uid: 39874 + - uid: 40511 components: - type: Transform pos: 33.23023,5.927108 parent: 2 - proto: WhiteKnight entities: - - uid: 2079 + - uid: 2121 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2080 + - uid: 2122 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WhitePawn entities: - - uid: 2081 + - uid: 2123 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2082 + - uid: 2124 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2083 + - uid: 2125 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2084 + - uid: 2126 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2085 + - uid: 2127 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2086 + - uid: 2128 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 39875 + - uid: 40512 components: - type: Transform pos: 33.71178,4.940465 parent: 2 - - uid: 39876 + - uid: 40513 components: - type: Transform pos: 34.237877,5.451663 parent: 2 - proto: WhiteQueen entities: - - uid: 2087 + - uid: 2129 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WhiteRook entities: - - uid: 2088 + - uid: 2130 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 2089 + - uid: 2131 components: - type: Transform - parent: 2063 + parent: 2105 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WhoopieCushion entities: - - uid: 39877 + - uid: 40514 components: - type: Transform pos: 37.528973,-16.654024 parent: 2 - proto: Windoor entities: - - uid: 39878 + - uid: 40515 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-77.5 parent: 2 - - uid: 39879 + - uid: 40516 components: - type: Transform pos: 35.5,8.5 parent: 2 - - uid: 39880 + - uid: 40517 components: - type: Transform pos: 36.5,8.5 parent: 2 - - uid: 39881 + - uid: 40518 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-32.5 parent: 2 - - uid: 39882 + - uid: 40519 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,2.5 parent: 2 - - uid: 39883 + - uid: 40520 components: - type: Transform pos: -49.5,-11.5 parent: 2 - - uid: 39884 + - uid: 40521 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-35.5 parent: 2 - - uid: 39885 + - uid: 40522 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,0.5 parent: 2 - - uid: 39886 + - uid: 40523 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-82.5 parent: 2 - - uid: 39887 + - uid: 40524 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,26.5 parent: 2 - - uid: 39888 + - uid: 40525 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,26.5 parent: 2 - - uid: 39889 + - uid: 40526 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-0.5 parent: 2 - - uid: 39890 + - uid: 40527 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-33.5 parent: 2 - - uid: 39891 + - uid: 40528 components: - type: Transform pos: 77.5,-30.5 parent: 2 - - uid: 39892 + - uid: 40529 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-77.5 parent: 2 - - uid: 39893 + - uid: 40530 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-79.5 parent: 2 - - uid: 39894 + - uid: 40531 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-83.5 parent: 2 - - uid: 39895 + - uid: 40532 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-83.5 parent: 2 - - uid: 39896 + - uid: 40533 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-51.5 parent: 2 - - uid: 39897 + - uid: 40534 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-51.5 parent: 2 - - uid: 39898 + - uid: 40535 components: - type: Transform pos: -66.5,-40.5 parent: 2 - - uid: 39899 + - uid: 40536 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-75.5 parent: 2 - - uid: 39900 + - uid: 40537 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-97.5 parent: 2 - - uid: 39901 + - uid: 40538 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-98.5 parent: 2 - - uid: 39902 + - uid: 40539 components: - type: Transform pos: -46.5,-99.5 parent: 2 - - uid: 39903 + - uid: 40540 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-100.5 parent: 2 - - uid: 39904 + - uid: 40541 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-101.5 parent: 2 - - uid: 39905 + - uid: 40542 components: - type: Transform pos: -49.5,-102.5 parent: 2 - - uid: 39906 + - uid: 40543 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-101.5 parent: 2 - - uid: 39907 + - uid: 40544 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-103.5 parent: 2 - - uid: 39908 + - uid: 40545 components: - type: Transform pos: -43.5,-98.5 parent: 2 - - uid: 39909 + - uid: 40546 components: - type: Transform pos: -52.5,-100.5 parent: 2 - - uid: 39910 + - uid: 40547 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-103.5 parent: 2 - - uid: 39911 + - uid: 40548 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-80.5 parent: 2 - - uid: 39912 + - uid: 40549 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-80.5 parent: 2 - - uid: 39913 + - uid: 40550 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-115.5 parent: 2 - - uid: 39914 + - uid: 40551 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-17.5 parent: 2 - - uid: 39915 + - uid: 40552 components: - type: Transform pos: -8.5,21.5 parent: 2 - proto: WindoorAssembly entities: - - uid: 39916 + - uid: 40553 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,21.5 parent: 2 - - uid: 39917 + - uid: 40554 components: - type: Transform rot: 1.5707963267948966 rad @@ -273185,25 +277677,25 @@ entities: parent: 2 - proto: WindoorAssemblySecure entities: - - uid: 39918 + - uid: 40555 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,1.5 parent: 2 - - uid: 39919 + - uid: 40556 components: - type: Transform pos: -48.5,-72.5 parent: 2 - - uid: 39920 + - uid: 40557 components: - type: Transform pos: 25.5,-80.5 parent: 2 - proto: WindoorBarKitchenLocked entities: - - uid: 39921 + - uid: 40558 components: - type: Transform rot: 3.141592653589793 rad @@ -273211,26 +277703,26 @@ entities: parent: 2 - proto: WindoorBarLocked entities: - - uid: 39922 + - uid: 40559 components: - type: Transform pos: 24.5,4.5 parent: 2 - proto: WindoorHydroponicsLocked entities: - - uid: 39923 + - uid: 40560 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,8.5 parent: 2 - - uid: 39924 + - uid: 40561 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,8.5 parent: 2 - - uid: 39925 + - uid: 40562 components: - type: Transform rot: -1.5707963267948966 rad @@ -273238,13 +277730,13 @@ entities: parent: 2 - proto: WindoorKitchenHydroponicsLocked entities: - - uid: 39926 + - uid: 40563 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,11.5 parent: 2 - - uid: 39927 + - uid: 40564 components: - type: Transform rot: -1.5707963267948966 rad @@ -273252,13 +277744,13 @@ entities: parent: 2 - proto: WindoorKitchenLocked entities: - - uid: 39928 + - uid: 40565 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,6.5 parent: 2 - - uid: 39929 + - uid: 40566 components: - type: Transform rot: -1.5707963267948966 rad @@ -273266,12 +277758,12 @@ entities: parent: 2 - proto: WindoorPlasma entities: - - uid: 39930 + - uid: 40567 components: - type: Transform pos: -35.5,-35.5 parent: 2 - - uid: 39931 + - uid: 40568 components: - type: Transform rot: -1.5707963267948966 rad @@ -273279,45 +277771,45 @@ entities: parent: 2 - proto: WindoorSecure entities: - - uid: 39932 + - uid: 40569 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,3.5 parent: 2 - - uid: 39933 + - uid: 40570 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,7.5 parent: 2 - - uid: 39934 + - uid: 40571 components: - type: Transform pos: 78.5,-0.5 parent: 2 - - uid: 39935 + - uid: 40572 components: - type: Transform pos: -58.5,-18.5 parent: 2 - - uid: 39936 + - uid: 40573 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-77.5 parent: 2 - - uid: 39937 + - uid: 40574 components: - type: Transform pos: 82.5,-0.5 parent: 2 - - uid: 39938 + - uid: 40575 components: - type: Transform pos: 86.5,-0.5 parent: 2 - - uid: 39939 + - uid: 40576 components: - type: Transform rot: 1.5707963267948966 rad @@ -273327,7 +277819,7 @@ entities: containerAccessProvider: null access: - - Lawyer - - uid: 39940 + - uid: 40577 components: - type: Transform rot: 1.5707963267948966 rad @@ -273337,7 +277829,7 @@ entities: containerAccessProvider: null access: - - Lawyer - - uid: 39941 + - uid: 40578 components: - type: Transform rot: -1.5707963267948966 rad @@ -273347,19 +277839,19 @@ entities: containerAccessProvider: null access: - - Lawyer - - uid: 39942 + - uid: 40579 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-78.5 parent: 2 - - uid: 39943 + - uid: 40580 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-23.5 parent: 2 - - uid: 39944 + - uid: 40581 components: - type: Transform rot: -1.5707963267948966 rad @@ -273367,53 +277859,53 @@ entities: parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 39945 + - uid: 40582 components: - type: Transform rot: 1.5707963267948966 rad pos: 82.5,5.5 parent: 2 - - uid: 39946 + - uid: 40583 components: - type: Transform rot: -1.5707963267948966 rad pos: 84.5,5.5 parent: 2 - - uid: 39947 + - uid: 40584 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-23.5 parent: 2 - - uid: 39948 + - uid: 40585 components: - type: Transform pos: 49.5,-16.5 parent: 2 - - uid: 39949 + - uid: 40586 components: - type: Transform pos: 90.5,-81.5 parent: 2 - - uid: 39950 + - uid: 40587 components: - type: Transform rot: -1.5707963267948966 rad pos: 90.5,-81.5 parent: 2 - - uid: 39951 + - uid: 40588 components: - type: Transform rot: 3.141592653589793 rad pos: 90.5,-81.5 parent: 2 - - uid: 39952 + - uid: 40589 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-19.5 parent: 2 - - uid: 39953 + - uid: 40590 components: - type: Transform rot: 3.141592653589793 rad @@ -273421,60 +277913,60 @@ entities: parent: 2 - proto: WindoorSecureBrigLocked entities: - - uid: 39954 + - uid: 40591 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,14.5 parent: 2 - - uid: 39955 + - uid: 40592 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,16.5 parent: 2 - - uid: 39956 + - uid: 40593 components: - type: Transform pos: -75.5,-51.5 parent: 2 - - uid: 39957 + - uid: 40594 components: - type: Transform pos: -71.5,-51.5 parent: 2 - - uid: 39958 + - uid: 40595 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,12.5 parent: 2 - - uid: 39959 + - uid: 40596 components: - type: Transform pos: 29.5,-80.5 parent: 2 - proto: WindoorSecureCargoLocked entities: - - uid: 39960 + - uid: 40597 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-80.5 parent: 2 - - uid: 39961 + - uid: 40598 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-78.5 parent: 2 - - uid: 39962 + - uid: 40599 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-79.5 parent: 2 - - uid: 39963 + - uid: 40600 components: - type: Transform rot: 1.5707963267948966 rad @@ -273482,41 +277974,41 @@ entities: parent: 2 - proto: WindoorSecureCommandLocked entities: - - uid: 39964 + - uid: 40601 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,23.5 parent: 2 - - uid: 39965 + - uid: 40602 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,23.5 parent: 2 - - uid: 39966 + - uid: 40603 components: - type: Transform pos: 37.5,-35.5 parent: 2 - - uid: 39967 + - uid: 40604 components: - type: Transform pos: 38.5,-35.5 parent: 2 - - uid: 39968 + - uid: 40605 components: - type: Transform pos: 39.5,-35.5 parent: 2 - proto: WindoorSecureEngineeringLocked entities: - - uid: 39969 + - uid: 40606 components: - type: Transform pos: -5.5,17.5 parent: 2 - - uid: 39970 + - uid: 40607 components: - type: Transform rot: 1.5707963267948966 rad @@ -273524,7 +278016,7 @@ entities: parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 39971 + - uid: 40608 components: - type: Transform rot: 3.141592653589793 rad @@ -273532,35 +278024,35 @@ entities: parent: 2 - proto: WindoorSecureMedicalLocked entities: - - uid: 39972 + - uid: 40609 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-19.5 parent: 2 - - uid: 39973 + - uid: 40610 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-18.5 parent: 2 - - uid: 39974 + - uid: 40611 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,13.5 parent: 2 - - uid: 39975 + - uid: 40612 components: - type: Transform pos: -36.5,-26.5 parent: 2 - - uid: 39976 + - uid: 40613 components: - type: Transform pos: -35.5,-26.5 parent: 2 - - uid: 39977 + - uid: 40614 components: - type: Transform rot: 3.141592653589793 rad @@ -273568,7 +278060,12 @@ entities: parent: 2 - proto: WindoorSecurePlasma entities: - - uid: 39978 + - uid: 40615 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 40616 components: - type: Transform pos: 18.5,-78.5 @@ -273577,79 +278074,73 @@ entities: containerAccessProvider: null access: - - Maintenance - - uid: 39979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-22.5 - parent: 2 - - uid: 39980 + - uid: 40617 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-73.5 parent: 2 - - uid: 39981 + - uid: 40618 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-28.5 parent: 2 - - uid: 39982 + - uid: 40619 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-27.5 parent: 2 - - uid: 39983 + - uid: 40620 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-29.5 parent: 2 - - uid: 39984 + - uid: 40621 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-73.5 parent: 2 - - uid: 39985 + - uid: 40622 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-73.5 parent: 2 - - uid: 39986 + - uid: 40623 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-41.5 parent: 2 - - uid: 39987 + - uid: 40624 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-41.5 parent: 2 - - uid: 39988 + - uid: 40625 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-41.5 parent: 2 - - uid: 39989 + - uid: 40626 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 2 - - uid: 39990 + - uid: 40627 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 2 - - uid: 39991 + - uid: 40628 components: - type: Transform rot: -1.5707963267948966 rad @@ -273657,36 +278148,36 @@ entities: parent: 2 - proto: WindoorSecureSalvageLocked entities: - - uid: 39992 + - uid: 40629 components: - type: Transform pos: -3.5,-77.5 parent: 2 - - uid: 39993 + - uid: 40630 components: - type: Transform pos: -3.5,17.5 parent: 2 - proto: WindoorSecureScienceLocked entities: - - uid: 39994 + - uid: 40631 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-72.5 parent: 2 - - uid: 39995 + - uid: 40632 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-72.5 parent: 2 - - uid: 39996 + - uid: 40633 components: - type: Transform pos: -50.5,-72.5 parent: 2 - - uid: 39997 + - uid: 40634 components: - type: Transform rot: -1.5707963267948966 rad @@ -273694,19 +278185,19 @@ entities: parent: 2 - proto: WindoorSecureSecurityLawyerLocked entities: - - uid: 39998 + - uid: 40635 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-39.5 parent: 2 - - uid: 39999 + - uid: 40636 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-19.5 parent: 2 - - uid: 40000 + - uid: 40637 components: - type: Transform rot: 3.141592653589793 rad @@ -273714,101 +278205,101 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 40001 + - uid: 40638 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,15.5 parent: 2 - - uid: 40002 + - uid: 40639 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-21.5 parent: 2 - - uid: 40003 + - uid: 40640 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-16.5 parent: 2 - - uid: 40004 + - uid: 40641 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-7.5 parent: 2 - - uid: 40005 + - uid: 40642 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-7.5 parent: 2 - - uid: 40006 + - uid: 40643 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-33.5 parent: 2 - - uid: 40007 + - uid: 40644 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-30.5 parent: 2 - - uid: 40008 + - uid: 40645 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-40.5 parent: 2 - - uid: 40009 + - uid: 40646 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,13.5 parent: 2 - - uid: 40010 + - uid: 40647 components: - type: Transform pos: -5.5,2.5 parent: 2 - proto: WindoorSecureUranium entities: - - uid: 40011 + - uid: 40648 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,21.5 parent: 2 - - uid: 40012 + - uid: 40649 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,21.5 parent: 2 - - uid: 40013 + - uid: 40650 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,21.5 parent: 2 - - uid: 40014 + - uid: 40651 components: - type: Transform pos: 15.5,19.5 parent: 2 - - uid: 40015 + - uid: 40652 components: - type: Transform pos: 16.5,19.5 parent: 2 - - uid: 40016 + - uid: 40653 components: - type: Transform pos: 17.5,19.5 parent: 2 - - uid: 40017 + - uid: 40654 components: - type: MetaData desc: Атмосия @@ -273820,7 +278311,7 @@ entities: containerAccessProvider: null access: - - Atmospherics - - uid: 40018 + - uid: 40655 components: - type: MetaData desc: Атмосия @@ -273832,7 +278323,7 @@ entities: containerAccessProvider: null access: - - Atmospherics - - uid: 40019 + - uid: 40656 components: - type: Transform rot: 3.141592653589793 rad @@ -273840,19 +278331,19 @@ entities: parent: 2 - proto: WindoorServiceLocked entities: - - uid: 40020 + - uid: 40657 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,7.5 parent: 2 - - uid: 40021 + - uid: 40658 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,6.5 parent: 2 - - uid: 40022 + - uid: 40659 components: - type: Transform rot: 1.5707963267948966 rad @@ -273860,1191 +278351,1191 @@ entities: parent: 2 - proto: Window entities: - - uid: 40023 + - uid: 40660 components: - type: Transform pos: -1.5,-80.5 parent: 2 - - uid: 40024 + - uid: 40661 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-48.5 parent: 2 - - uid: 40025 + - uid: 40662 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-47.5 parent: 2 - - uid: 40026 + - uid: 40663 components: - type: Transform pos: -33.5,-81.5 parent: 2 - - uid: 40027 + - uid: 40664 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-64.5 parent: 2 - - uid: 40028 + - uid: 40665 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-46.5 parent: 2 - - uid: 40029 + - uid: 40666 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-58.5 parent: 2 - - uid: 40030 + - uid: 40667 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-46.5 parent: 2 - - uid: 40031 + - uid: 40668 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-46.5 parent: 2 - - uid: 40032 + - uid: 40669 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-46.5 parent: 2 - - uid: 40033 + - uid: 40670 components: - type: Transform pos: 2.5,-79.5 parent: 2 - - uid: 40034 + - uid: 40671 components: - type: Transform pos: 2.5,-78.5 parent: 2 - - uid: 40035 + - uid: 40672 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-7.5 parent: 2 - - uid: 40036 + - uid: 40673 components: - type: Transform pos: -23.5,-90.5 parent: 2 - - uid: 40037 + - uid: 40674 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-4.5 parent: 2 - - uid: 40038 + - uid: 40675 components: - type: Transform pos: -53.5,-26.5 parent: 2 - - uid: 40039 + - uid: 40676 components: - type: Transform pos: -54.5,-26.5 parent: 2 - - uid: 40040 + - uid: 40677 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-57.5 parent: 2 - - uid: 40041 + - uid: 40678 components: - type: Transform pos: -26.5,-73.5 parent: 2 - - uid: 40042 + - uid: 40679 components: - type: Transform pos: -35.5,-24.5 parent: 2 - - uid: 40043 + - uid: 40680 components: - type: Transform pos: -36.5,-24.5 parent: 2 - - uid: 40044 + - uid: 40681 components: - type: Transform pos: -37.5,-24.5 parent: 2 - - uid: 40045 + - uid: 40682 components: - type: Transform pos: -23.5,-0.5 parent: 2 - - uid: 40046 + - uid: 40683 components: - type: Transform pos: -28.5,-4.5 parent: 2 - - uid: 40047 + - uid: 40684 components: - type: Transform pos: -39.5,-21.5 parent: 2 - - uid: 40048 + - uid: 40685 components: - type: Transform pos: 27.5,-72.5 parent: 2 - - uid: 40049 + - uid: 40686 components: - type: Transform pos: 26.5,-72.5 parent: 2 - - uid: 40050 + - uid: 40687 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,13.5 parent: 2 - - uid: 40051 + - uid: 40688 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,13.5 parent: 2 - - uid: 40052 + - uid: 40689 components: - type: Transform pos: -48.5,13.5 parent: 2 - - uid: 40053 + - uid: 40690 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-26.5 parent: 2 - - uid: 40054 + - uid: 40691 components: - type: Transform pos: -40.5,-2.5 parent: 2 - - uid: 40055 + - uid: 40692 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-2.5 parent: 2 - - uid: 40056 + - uid: 40693 components: - type: Transform pos: -22.5,-90.5 parent: 2 - - uid: 40057 + - uid: 40694 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-65.5 parent: 2 - - uid: 40058 + - uid: 40695 components: - type: Transform pos: -39.5,-25.5 parent: 2 - proto: WindowDirectional entities: - - uid: 40059 + - uid: 40696 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,8.5 parent: 2 - - uid: 40060 + - uid: 40697 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,4.5 parent: 2 - - uid: 40061 + - uid: 40698 components: - type: Transform pos: -31.5,4.5 parent: 2 - - uid: 40062 + - uid: 40699 components: - type: Transform pos: 35.5,4.5 parent: 2 - - uid: 40063 + - uid: 40700 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,4.5 parent: 2 - - uid: 40064 + - uid: 40701 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,4.5 parent: 2 - - uid: 40065 + - uid: 40702 components: - type: Transform pos: -62.5,-58.5 parent: 2 - - uid: 40066 + - uid: 40703 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-57.5 parent: 2 - - uid: 40067 + - uid: 40704 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-55.5 parent: 2 - - uid: 40068 + - uid: 40705 components: - type: Transform pos: -61.5,-55.5 parent: 2 - - uid: 40069 + - uid: 40706 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-57.5 parent: 2 - - uid: 40070 + - uid: 40707 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-56.5 parent: 2 - - uid: 40071 + - uid: 40708 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-58.5 parent: 2 - - uid: 40072 + - uid: 40709 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-56.5 parent: 2 - - uid: 40073 + - uid: 40710 components: - type: Transform pos: -10.5,21.5 parent: 2 - - uid: 40074 + - uid: 40711 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,19.5 parent: 2 - - uid: 40075 + - uid: 40712 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,20.5 parent: 2 - - uid: 40076 + - uid: 40713 components: - type: Transform pos: -9.5,21.5 parent: 2 - - uid: 40077 + - uid: 40714 components: - type: Transform pos: -7.5,21.5 parent: 2 - - uid: 40078 + - uid: 40715 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-100.5 parent: 2 - - uid: 40079 + - uid: 40716 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-99.5 parent: 2 - - uid: 40080 + - uid: 40717 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-101.5 parent: 2 - - uid: 40081 + - uid: 40718 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-100.5 parent: 2 - - uid: 40082 + - uid: 40719 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-99.5 parent: 2 - - uid: 40083 + - uid: 40720 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-101.5 parent: 2 - - uid: 40084 + - uid: 40721 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-11.5 parent: 2 - - uid: 40085 + - uid: 40722 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,5.5 parent: 2 - - uid: 40086 + - uid: 40723 components: - type: Transform pos: 31.5,-13.5 parent: 2 - - uid: 40087 + - uid: 40724 components: - type: Transform pos: 27.5,5.5 parent: 2 - - uid: 40088 + - uid: 40725 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-11.5 parent: 2 - - uid: 40089 + - uid: 40726 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,13.5 parent: 2 - - uid: 40090 + - uid: 40727 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,14.5 parent: 2 - - uid: 40091 + - uid: 40728 components: - type: Transform pos: 36.5,4.5 parent: 2 - - uid: 40092 + - uid: 40729 components: - type: Transform pos: 37.5,4.5 parent: 2 - - uid: 40093 + - uid: 40730 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,4.5 parent: 2 - - uid: 40094 + - uid: 40731 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 2 - - uid: 40095 + - uid: 40732 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,5.5 parent: 2 - - uid: 40096 + - uid: 40733 components: - type: Transform pos: 28.5,7.5 parent: 2 - - uid: 40097 + - uid: 40734 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,4.5 parent: 2 - - uid: 40098 + - uid: 40735 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-11.5 parent: 2 - - uid: 40099 + - uid: 40736 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,13.5 parent: 2 - - uid: 40100 + - uid: 40737 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,12.5 parent: 2 - - uid: 40101 + - uid: 40738 components: - type: Transform pos: 32.5,12.5 parent: 2 - - uid: 40102 + - uid: 40739 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,5.5 parent: 2 - - uid: 40103 + - uid: 40740 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,0.5 parent: 2 - - uid: 40104 + - uid: 40741 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,0.5 parent: 2 - - uid: 40105 + - uid: 40742 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,14.5 parent: 2 - - uid: 40106 + - uid: 40743 components: - type: Transform pos: 28.5,0.5 parent: 2 - - uid: 40107 + - uid: 40744 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-33.5 parent: 2 - - uid: 40108 + - uid: 40745 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-12.5 parent: 2 - - uid: 40109 + - uid: 40746 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,4.5 parent: 2 - - uid: 40110 + - uid: 40747 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-119.5 parent: 2 - - uid: 40111 + - uid: 40748 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-120.5 parent: 2 - - uid: 40112 + - uid: 40749 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-120.5 parent: 2 - - uid: 40113 + - uid: 40750 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-119.5 parent: 2 - - uid: 40114 + - uid: 40751 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-13.5 parent: 2 - - uid: 40115 + - uid: 40752 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,4.5 parent: 2 - - uid: 40116 + - uid: 40753 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,12.5 parent: 2 - - uid: 40117 + - uid: 40754 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-36.5 parent: 2 - - uid: 40118 + - uid: 40755 components: - type: Transform pos: -54.5,-36.5 parent: 2 - - uid: 40119 + - uid: 40756 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-12.5 parent: 2 - - uid: 40120 + - uid: 40757 components: - type: Transform pos: -53.5,-36.5 parent: 2 - - uid: 40121 + - uid: 40758 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-11.5 parent: 2 - - uid: 40122 + - uid: 40759 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-9.5 parent: 2 - - uid: 40123 + - uid: 40760 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-8.5 parent: 2 - - uid: 40124 + - uid: 40761 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-10.5 parent: 2 - - uid: 40125 + - uid: 40762 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,5.5 parent: 2 - - uid: 40126 + - uid: 40763 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,5.5 parent: 2 - - uid: 40127 + - uid: 40764 components: - type: Transform pos: -4.5,5.5 parent: 2 - - uid: 40128 + - uid: 40765 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,5.5 parent: 2 - - uid: 40129 + - uid: 40766 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,5.5 parent: 2 - - uid: 40130 + - uid: 40767 components: - type: Transform pos: -5.5,5.5 parent: 2 - - uid: 40131 + - uid: 40768 components: - type: Transform pos: -3.5,5.5 parent: 2 - - uid: 40132 + - uid: 40769 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,5.5 parent: 2 - - uid: 40133 + - uid: 40770 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-20.5 parent: 2 - - uid: 40134 + - uid: 40771 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-24.5 parent: 2 - - uid: 40135 + - uid: 40772 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-74.5 parent: 2 - - uid: 40136 + - uid: 40773 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-73.5 parent: 2 - - uid: 40137 + - uid: 40774 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-72.5 parent: 2 - - uid: 40138 + - uid: 40775 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-22.5 parent: 2 - - uid: 40139 + - uid: 40776 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-24.5 parent: 2 - - uid: 40140 + - uid: 40777 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-20.5 parent: 2 - - uid: 40141 + - uid: 40778 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-20.5 parent: 2 - - uid: 40142 + - uid: 40779 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-22.5 parent: 2 - - uid: 40143 + - uid: 40780 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-22.5 parent: 2 - - uid: 40144 + - uid: 40781 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-24.5 parent: 2 - - uid: 40145 + - uid: 40782 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-34.5 parent: 2 - - uid: 40146 + - uid: 40783 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-31.5 parent: 2 - - uid: 40147 + - uid: 40784 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-92.5 parent: 2 - - uid: 40148 + - uid: 40785 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-36.5 parent: 2 - - uid: 40149 + - uid: 40786 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-36.5 parent: 2 - - uid: 40150 + - uid: 40787 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-37.5 parent: 2 - - uid: 40151 + - uid: 40788 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-38.5 parent: 2 - - uid: 40152 + - uid: 40789 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-39.5 parent: 2 - - uid: 40153 + - uid: 40790 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-40.5 parent: 2 - - uid: 40154 + - uid: 40791 components: - type: Transform pos: -73.5,-40.5 parent: 2 - - uid: 40155 + - uid: 40792 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-40.5 parent: 2 - - uid: 40156 + - uid: 40793 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-39.5 parent: 2 - - uid: 40157 + - uid: 40794 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-38.5 parent: 2 - - uid: 40158 + - uid: 40795 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-37.5 parent: 2 - - uid: 40159 + - uid: 40796 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-36.5 parent: 2 - - uid: 40160 + - uid: 40797 components: - type: Transform pos: -25.5,-68.5 parent: 2 - - uid: 40161 + - uid: 40798 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-74.5 parent: 2 - - uid: 40162 + - uid: 40799 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-73.5 parent: 2 - - uid: 40163 + - uid: 40800 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-72.5 parent: 2 - - uid: 40164 + - uid: 40801 components: - type: Transform pos: -53.5,-13.5 parent: 2 - - uid: 40165 + - uid: 40802 components: - type: Transform pos: -52.5,-13.5 parent: 2 - - uid: 40166 + - uid: 40803 components: - type: Transform pos: -51.5,-13.5 parent: 2 - - uid: 40167 + - uid: 40804 components: - type: Transform pos: -50.5,19.5 parent: 2 - - uid: 40168 + - uid: 40805 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-74.5 parent: 2 - - uid: 40169 + - uid: 40806 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-74.5 parent: 2 - - uid: 40170 + - uid: 40807 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-74.5 parent: 2 - - uid: 40171 + - uid: 40808 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-76.5 parent: 2 - - uid: 40172 + - uid: 40809 components: - type: Transform pos: -62.5,-61.5 parent: 2 - - uid: 40173 + - uid: 40810 components: - type: Transform pos: -63.5,-61.5 parent: 2 - - uid: 40174 + - uid: 40811 components: - type: Transform pos: -64.5,-61.5 parent: 2 - - uid: 40175 + - uid: 40812 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-61.5 parent: 2 - - uid: 40176 + - uid: 40813 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-61.5 parent: 2 - - uid: 40177 + - uid: 40814 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-61.5 parent: 2 - - uid: 40178 + - uid: 40815 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-61.5 parent: 2 - - uid: 40179 + - uid: 40816 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-61.5 parent: 2 - - uid: 40180 + - uid: 40817 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-93.5 parent: 2 - - uid: 40181 + - uid: 40818 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-92.5 parent: 2 - - uid: 40182 + - uid: 40819 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-92.5 parent: 2 - - uid: 40183 + - uid: 40820 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-45.5 parent: 2 - - uid: 40184 + - uid: 40821 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-45.5 parent: 2 - - uid: 40185 + - uid: 40822 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-45.5 parent: 2 - - uid: 40186 + - uid: 40823 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-45.5 parent: 2 - - uid: 40187 + - uid: 40824 components: - type: Transform pos: 56.5,-45.5 parent: 2 - - uid: 40188 + - uid: 40825 components: - type: Transform pos: 57.5,-45.5 parent: 2 - - uid: 40189 + - uid: 40826 components: - type: Transform pos: 58.5,-45.5 parent: 2 - - uid: 40190 + - uid: 40827 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-46.5 parent: 2 - - uid: 40191 + - uid: 40828 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,19.5 parent: 2 - - uid: 40192 + - uid: 40829 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,19.5 parent: 2 - - uid: 40193 + - uid: 40830 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,19.5 parent: 2 - - uid: 40194 + - uid: 40831 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,19.5 parent: 2 - - uid: 40195 + - uid: 40832 components: - type: Transform pos: -42.5,19.5 parent: 2 - - uid: 40196 + - uid: 40833 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,19.5 parent: 2 - - uid: 40197 + - uid: 40834 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,19.5 parent: 2 - - uid: 40198 + - uid: 40835 components: - type: Transform pos: -41.5,14.5 parent: 2 - - uid: 40199 + - uid: 40836 components: - type: Transform pos: -42.5,14.5 parent: 2 - - uid: 40200 + - uid: 40837 components: - type: Transform pos: -43.5,14.5 parent: 2 - - uid: 40201 + - uid: 40838 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,15.5 parent: 2 - - uid: 40202 + - uid: 40839 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,15.5 parent: 2 - - uid: 40203 + - uid: 40840 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,15.5 parent: 2 - - uid: 40204 + - uid: 40841 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,15.5 parent: 2 - - uid: 40205 + - uid: 40842 components: - type: Transform pos: -26.5,-68.5 parent: 2 - - uid: 40206 + - uid: 40843 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-68.5 parent: 2 - - uid: 40207 + - uid: 40844 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-67.5 parent: 2 - - uid: 40208 + - uid: 40845 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-67.5 parent: 2 - - uid: 40209 + - uid: 40846 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-68.5 parent: 2 - - uid: 40210 + - uid: 40847 components: - type: Transform pos: 27.5,-68.5 parent: 2 - - uid: 40211 + - uid: 40848 components: - type: Transform pos: 26.5,-68.5 parent: 2 - - uid: 40212 + - uid: 40849 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-116.5 parent: 2 - - uid: 40213 + - uid: 40850 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-114.5 parent: 2 - - uid: 40214 + - uid: 40851 components: - type: Transform pos: -84.5,0.5 parent: 2 - - uid: 40215 + - uid: 40852 components: - type: Transform rot: -1.5707963267948966 rad pos: -84.5,0.5 parent: 2 - - uid: 40216 + - uid: 40853 components: - type: Transform rot: -1.5707963267948966 rad pos: -84.5,1.5 parent: 2 - - uid: 40217 + - uid: 40854 components: - type: Transform rot: -1.5707963267948966 rad pos: -84.5,2.5 parent: 2 - - uid: 40218 + - uid: 40855 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,2.5 parent: 2 - - uid: 40219 + - uid: 40856 components: - type: Transform rot: 3.141592653589793 rad pos: -83.5,2.5 parent: 2 - - uid: 40220 + - uid: 40857 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.5,1.5 parent: 2 - - uid: 40221 + - uid: 40858 components: - type: Transform rot: 1.5707963267948966 rad pos: -83.5,2.5 parent: 2 - - uid: 40222 + - uid: 40859 components: - type: Transform pos: -55.5,-36.5 parent: 2 - - uid: 40223 + - uid: 40860 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-13.5 parent: 2 - - uid: 40224 + - uid: 40861 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-83.5 parent: 2 - - uid: 40225 + - uid: 40862 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-84.5 parent: 2 - - uid: 40226 + - uid: 40863 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,4.5 parent: 2 - - uid: 40227 + - uid: 40864 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-58.5 parent: 2 - - uid: 40228 + - uid: 40865 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-56.5 parent: 2 - - uid: 40229 + - uid: 40866 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-55.5 parent: 2 - - uid: 40230 + - uid: 40867 components: - type: Transform rot: 3.141592653589793 rad @@ -275052,109 +279543,109 @@ entities: parent: 2 - proto: WindowFrostedDirectional entities: - - uid: 40231 + - uid: 40868 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-9.5 parent: 2 - - uid: 40232 + - uid: 40869 components: - type: Transform rot: 1.5707963267948966 rad pos: 83.5,-10.5 parent: 2 - - uid: 40233 + - uid: 40870 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-3.5 parent: 2 - - uid: 40234 + - uid: 40871 components: - type: Transform pos: -44.5,-19.5 parent: 2 - - uid: 40235 + - uid: 40872 components: - type: Transform rot: 3.141592653589793 rad pos: 89.5,-3.5 parent: 2 - - uid: 40236 + - uid: 40873 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-3.5 parent: 2 - - uid: 40237 + - uid: 40874 components: - type: Transform rot: 3.141592653589793 rad pos: 87.5,-3.5 parent: 2 - - uid: 40238 + - uid: 40875 components: - type: Transform pos: 89.5,-7.5 parent: 2 - - uid: 40239 + - uid: 40876 components: - type: Transform pos: 88.5,-7.5 parent: 2 - - uid: 40240 + - uid: 40877 components: - type: Transform pos: 87.5,-7.5 parent: 2 - - uid: 40241 + - uid: 40878 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-6.5 parent: 2 - - uid: 40242 + - uid: 40879 components: - type: Transform rot: 1.5707963267948966 rad pos: 86.5,-7.5 parent: 2 - - uid: 40243 + - uid: 40880 components: - type: Transform pos: -45.5,-19.5 parent: 2 - - uid: 40244 + - uid: 40881 components: - type: Transform pos: -46.5,-19.5 parent: 2 - - uid: 40245 + - uid: 40882 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,25.5 parent: 2 - - uid: 40246 + - uid: 40883 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,25.5 parent: 2 - - uid: 40247 + - uid: 40884 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,25.5 parent: 2 - - uid: 40248 + - uid: 40885 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,25.5 parent: 2 - - uid: 40249 + - uid: 40886 components: - type: Transform rot: 3.141592653589793 rad @@ -275162,2041 +279653,2073 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 40250 + - uid: 40887 components: - type: Transform pos: 83.5,6.5 parent: 2 - - uid: 40251 + - uid: 40888 components: - type: Transform rot: 3.141592653589793 rad pos: 83.5,4.5 parent: 2 - - uid: 40252 + - uid: 40889 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-28.5 parent: 2 - - uid: 40253 + - uid: 40890 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-29.5 parent: 2 - - uid: 40254 + - uid: 40891 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-27.5 parent: 2 - - uid: 40255 + - uid: 40892 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,21.5 parent: 2 - - uid: 40256 + - uid: 40893 components: - type: Transform pos: -42.5,21.5 parent: 2 - - uid: 40257 + - uid: 40894 components: - type: Transform pos: 17.5,14.5 parent: 2 - - uid: 40258 + - uid: 40895 components: - type: Transform pos: -50.5,21.5 parent: 2 - - uid: 40259 + - uid: 40896 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,21.5 parent: 2 - - uid: 40260 + - uid: 40897 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - uid: 40261 + - uid: 40898 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - uid: 40262 + - uid: 40899 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,21.5 parent: 2 - - uid: 40263 + - uid: 40900 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,4.5 parent: 2 - - uid: 40264 + - uid: 40901 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,21.5 parent: 2 - - uid: 40265 + - uid: 40902 components: - type: Transform pos: -72.5,2.5 parent: 2 - - uid: 40266 + - uid: 40903 components: - type: Transform pos: 25.5,-26.5 parent: 2 - - uid: 40267 + - uid: 40904 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,2.5 parent: 2 - - uid: 40268 + - uid: 40905 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-40.5 parent: 2 - - uid: 40269 + - uid: 40906 components: - type: Transform pos: 2.5,2.5 parent: 2 - - uid: 40270 + - uid: 40907 components: - type: Transform pos: 3.5,2.5 parent: 2 - - uid: 40271 + - uid: 40908 components: - type: Transform pos: 61.5,8.5 parent: 2 - - uid: 40272 + - uid: 40909 components: - type: Transform pos: 46.5,14.5 parent: 2 - - uid: 40273 + - uid: 40910 components: - type: Transform pos: -57.5,-18.5 parent: 2 - - uid: 40274 + - uid: 40911 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,13.5 parent: 2 - - uid: 40275 + - uid: 40912 components: - type: Transform pos: -59.5,-18.5 parent: 2 - - uid: 40276 + - uid: 40913 components: - type: Transform pos: 20.5,-76.5 parent: 2 - - uid: 40277 + - uid: 40914 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,15.5 parent: 2 - - uid: 40278 + - uid: 40915 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-21.5 parent: 2 - - uid: 40279 + - uid: 40916 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-21.5 parent: 2 - - uid: 40280 + - uid: 40917 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-40.5 parent: 2 - - uid: 40281 + - uid: 40918 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-37.5 parent: 2 - - uid: 40282 + - uid: 40919 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-42.5 parent: 2 - - uid: 40283 + - uid: 40920 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-41.5 parent: 2 - - uid: 40284 + - uid: 40921 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-36.5 parent: 2 - - uid: 40285 + - uid: 40922 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-38.5 parent: 2 - - uid: 40286 + - uid: 40923 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-38.5 parent: 2 - - uid: 40287 + - uid: 40924 components: - type: Transform pos: 47.5,14.5 parent: 2 - - uid: 40288 + - uid: 40925 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-35.5 parent: 2 - - uid: 40289 + - uid: 40926 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-39.5 parent: 2 - - uid: 40290 + - uid: 40927 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-38.5 parent: 2 - - uid: 40291 + - uid: 40928 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-39.5 parent: 2 - - uid: 40292 + - uid: 40929 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,13.5 parent: 2 - - uid: 40293 + - uid: 40930 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-39.5 parent: 2 - - uid: 40294 + - uid: 40931 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-38.5 parent: 2 - - uid: 40295 + - uid: 40932 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-38.5 parent: 2 - - uid: 40296 + - uid: 40933 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-38.5 parent: 2 - - uid: 40297 + - uid: 40934 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-39.5 parent: 2 - - uid: 40298 + - uid: 40935 components: - type: Transform rot: 1.5707963267948966 rad pos: 111.5,-58.5 parent: 2 - - uid: 40299 + - uid: 40936 components: - type: Transform rot: -1.5707963267948966 rad pos: 111.5,-58.5 parent: 2 - - uid: 40300 + - uid: 40937 components: - type: Transform rot: 3.141592653589793 rad pos: 109.5,-58.5 parent: 2 - - uid: 40301 + - uid: 40938 components: - type: Transform pos: 109.5,-58.5 parent: 2 - - uid: 40302 + - uid: 40939 components: - type: Transform rot: -1.5707963267948966 rad pos: 109.5,-58.5 parent: 2 - - uid: 40303 + - uid: 40940 components: - type: Transform rot: 3.141592653589793 rad pos: 111.5,-58.5 parent: 2 - - uid: 40304 + - uid: 40941 components: - type: Transform pos: 111.5,-58.5 parent: 2 - - uid: 40305 + - uid: 40942 components: - type: Transform rot: 1.5707963267948966 rad pos: 109.5,-58.5 parent: 2 - - uid: 40306 + - uid: 40943 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,21.5 parent: 2 - - uid: 40307 + - uid: 40944 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,24.5 parent: 2 - - uid: 40308 + - uid: 40945 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,25.5 parent: 2 - - uid: 40309 + - uid: 40946 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-42.5 parent: 2 - - uid: 40310 + - uid: 40947 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,25.5 parent: 2 - - uid: 40311 + - uid: 40948 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,24.5 parent: 2 - - uid: 40312 + - uid: 40949 components: - type: Transform pos: 2.5,23.5 parent: 2 - - uid: 40313 + - uid: 40950 components: - type: Transform pos: 1.5,23.5 parent: 2 - - uid: 40314 + - uid: 40951 components: - type: Transform pos: -0.5,23.5 parent: 2 - - uid: 40315 + - uid: 40952 components: - type: Transform pos: -1.5,23.5 parent: 2 - - uid: 40316 + - uid: 40953 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,27.5 parent: 2 - - uid: 40317 + - uid: 40954 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,27.5 parent: 2 - - uid: 40318 + - uid: 40955 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,23.5 parent: 2 - - uid: 40319 + - uid: 40956 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,23.5 parent: 2 - - uid: 40320 + - uid: 40957 components: - type: Transform pos: 11.5,21.5 parent: 2 - - uid: 40321 + - uid: 40958 components: - type: Transform pos: 10.5,21.5 parent: 2 - - uid: 40322 + - uid: 40959 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,24.5 parent: 2 - - uid: 40323 + - uid: 40960 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,25.5 parent: 2 - - uid: 40324 + - uid: 40961 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,25.5 parent: 2 - - uid: 40325 + - uid: 40962 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,24.5 parent: 2 - - uid: 40326 + - uid: 40963 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,23.5 parent: 2 - - uid: 40327 + - uid: 40964 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,23.5 parent: 2 - - uid: 40328 + - uid: 40965 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,25.5 parent: 2 - - uid: 40329 + - uid: 40966 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,24.5 parent: 2 - - uid: 40330 + - uid: 40967 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,25.5 parent: 2 - - uid: 40331 + - uid: 40968 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,24.5 parent: 2 - - uid: 40332 + - uid: 40969 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,19.5 parent: 2 - - uid: 40333 + - uid: 40970 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,20.5 parent: 2 - - uid: 40334 + - uid: 40971 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,19.5 parent: 2 - - uid: 40335 + - uid: 40972 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,20.5 parent: 2 - - uid: 40336 + - uid: 40973 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,19.5 parent: 2 - - uid: 40337 + - uid: 40974 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,20.5 parent: 2 - - uid: 40338 + - uid: 40975 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,19.5 parent: 2 - - uid: 40339 + - uid: 40976 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,20.5 parent: 2 - - uid: 40340 + - uid: 40977 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,13.5 parent: 2 - - uid: 40341 + - uid: 40978 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,13.5 parent: 2 - - uid: 40342 + - uid: 40979 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,17.5 parent: 2 - - uid: 40343 + - uid: 40980 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,17.5 parent: 2 - - uid: 40344 + - uid: 40981 components: - type: Transform pos: -6.5,17.5 parent: 2 - - uid: 40345 + - uid: 40982 components: - type: Transform pos: -2.5,17.5 parent: 2 - - uid: 40346 + - uid: 40983 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,13.5 parent: 2 - - uid: 40347 + - uid: 40984 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,13.5 parent: 2 - - uid: 40348 + - uid: 40985 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,9.5 parent: 2 - - uid: 40349 + - uid: 40986 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-20.5 parent: 2 - - uid: 40350 + - uid: 40987 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-19.5 parent: 2 - - uid: 40351 + - uid: 40988 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-18.5 parent: 2 - - uid: 40352 + - uid: 40989 components: - type: Transform pos: -53.5,-20.5 parent: 2 - - uid: 40353 + - uid: 40990 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-18.5 parent: 2 - - uid: 40354 + - uid: 40991 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-18.5 parent: 2 - - uid: 40355 + - uid: 40992 components: - type: Transform pos: -55.5,-20.5 parent: 2 - - uid: 40356 + - uid: 40993 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-41.5 parent: 2 - - uid: 40357 + - uid: 40994 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-41.5 parent: 2 - - uid: 40358 + - uid: 40995 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-42.5 parent: 2 - - uid: 40359 + - uid: 40996 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-43.5 parent: 2 - - uid: 40360 + - uid: 40997 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-37.5 parent: 2 - - uid: 40361 + - uid: 40998 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-39.5 parent: 2 - - uid: 40362 + - uid: 40999 components: - type: Transform pos: 69.5,-39.5 parent: 2 - - uid: 40363 + - uid: 41000 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-40.5 parent: 2 - - uid: 40364 + - uid: 41001 components: - type: Transform pos: 70.5,-39.5 parent: 2 - - uid: 40365 + - uid: 41002 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-36.5 parent: 2 - - uid: 40366 + - uid: 41003 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-42.5 parent: 2 - - uid: 40367 + - uid: 41004 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-37.5 parent: 2 - - uid: 40368 + - uid: 41005 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-37.5 parent: 2 - - uid: 40369 + - uid: 41006 components: - type: Transform pos: 66.5,-29.5 parent: 2 - - uid: 40370 + - uid: 41007 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-29.5 parent: 2 - - uid: 40371 + - uid: 41008 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-29.5 parent: 2 - - uid: 40372 + - uid: 41009 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-29.5 parent: 2 - - uid: 40373 + - uid: 41010 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,-42.5 parent: 2 - - uid: 40374 + - uid: 41011 components: - type: Transform pos: 39.5,-41.5 parent: 2 - - uid: 40375 + - uid: 41012 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-42.5 parent: 2 - - uid: 40376 + - uid: 41013 components: - type: Transform pos: 37.5,-41.5 parent: 2 - - uid: 40377 + - uid: 41014 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-35.5 parent: 2 - - uid: 40378 + - uid: 41015 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-35.5 parent: 2 - - uid: 40379 + - uid: 41016 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-69.5 parent: 2 - - uid: 40380 + - uid: 41017 components: - type: Transform pos: -74.5,-60.5 parent: 2 - - uid: 40381 + - uid: 41018 components: - type: Transform pos: -73.5,-60.5 parent: 2 - - uid: 40382 + - uid: 41019 components: - type: Transform pos: -72.5,-60.5 parent: 2 - - uid: 40383 + - uid: 41020 components: - type: Transform pos: -71.5,-60.5 parent: 2 - - uid: 40384 + - uid: 41021 components: - type: Transform pos: -70.5,-60.5 parent: 2 - - uid: 40385 + - uid: 41022 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-63.5 parent: 2 - - uid: 40386 + - uid: 41023 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-64.5 parent: 2 - - uid: 40387 + - uid: 41024 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-65.5 parent: 2 - - uid: 40388 + - uid: 41025 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-66.5 parent: 2 - - uid: 40389 + - uid: 41026 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-67.5 parent: 2 - - uid: 40390 + - uid: 41027 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-70.5 parent: 2 - - uid: 40391 + - uid: 41028 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-70.5 parent: 2 - - uid: 40392 + - uid: 41029 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-70.5 parent: 2 - - uid: 40393 + - uid: 41030 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-70.5 parent: 2 - - uid: 40394 + - uid: 41031 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-70.5 parent: 2 - - uid: 40395 + - uid: 41032 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-64.5 parent: 2 - - uid: 40396 + - uid: 41033 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-66.5 parent: 2 - - uid: 40397 + - uid: 41034 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-67.5 parent: 2 - - uid: 40398 + - uid: 41035 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-68.5 parent: 2 - - uid: 40399 + - uid: 41036 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-69.5 parent: 2 - - uid: 40400 + - uid: 41037 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-63.5 parent: 2 - - uid: 40401 + - uid: 41038 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-62.5 parent: 2 - - uid: 40402 + - uid: 41039 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-61.5 parent: 2 - - uid: 40403 + - uid: 41040 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-63.5 parent: 2 - - uid: 40404 + - uid: 41041 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-64.5 parent: 2 - - uid: 40405 + - uid: 41042 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-65.5 parent: 2 - - uid: 40406 + - uid: 41043 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-66.5 parent: 2 - - uid: 40407 + - uid: 41044 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-67.5 parent: 2 - - uid: 40408 + - uid: 41045 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-63.5 parent: 2 - - uid: 40409 + - uid: 41046 components: - type: Transform pos: -77.5,-67.5 parent: 2 - - uid: 40410 + - uid: 41047 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-60.5 parent: 2 - - uid: 40411 + - uid: 41048 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-60.5 parent: 2 - - uid: 40412 + - uid: 41049 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-60.5 parent: 2 - - uid: 40413 + - uid: 41050 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-60.5 parent: 2 - - uid: 40414 + - uid: 41051 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-60.5 parent: 2 - - uid: 40415 + - uid: 41052 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-60.5 parent: 2 - - uid: 40416 + - uid: 41053 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-60.5 parent: 2 - - uid: 40417 + - uid: 41054 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-70.5 parent: 2 - - uid: 40418 + - uid: 41055 components: - type: Transform pos: -70.5,-70.5 parent: 2 - - uid: 40419 + - uid: 41056 components: - type: Transform pos: -71.5,-70.5 parent: 2 - - uid: 40420 + - uid: 41057 components: - type: Transform pos: -72.5,-70.5 parent: 2 - - uid: 40421 + - uid: 41058 components: - type: Transform pos: -73.5,-70.5 parent: 2 - - uid: 40422 + - uid: 41059 components: - type: Transform pos: -74.5,-70.5 parent: 2 - - uid: 40423 + - uid: 41060 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-70.5 parent: 2 - - uid: 40424 + - uid: 41061 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-13.5 parent: 2 - - uid: 40425 + - uid: 41062 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-14.5 parent: 2 - - uid: 40426 + - uid: 41063 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-15.5 parent: 2 - - uid: 40427 + - uid: 41064 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-16.5 parent: 2 - - uid: 40428 + - uid: 41065 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-17.5 parent: 2 - - uid: 40429 + - uid: 41066 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-19.5 parent: 2 - - uid: 40430 + - uid: 41067 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-46.5 parent: 2 - - uid: 40431 + - uid: 41068 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-21.5 parent: 2 - - uid: 40432 + - uid: 41069 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-22.5 parent: 2 - - uid: 40433 + - uid: 41070 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-23.5 parent: 2 - - uid: 40434 + - uid: 41071 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-24.5 parent: 2 - - uid: 40435 + - uid: 41072 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-26.5 parent: 2 - - uid: 40436 + - uid: 41073 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-28.5 parent: 2 - - uid: 40437 + - uid: 41074 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-29.5 parent: 2 - - uid: 40438 + - uid: 41075 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-30.5 parent: 2 - - uid: 40439 + - uid: 41076 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-31.5 parent: 2 - - uid: 40440 + - uid: 41077 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-32.5 parent: 2 - - uid: 40441 + - uid: 41078 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-34.5 parent: 2 - - uid: 40442 + - uid: 41079 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-35.5 parent: 2 - - uid: 40443 + - uid: 41080 components: - type: Transform pos: -25.5,-35.5 parent: 2 - - uid: 40444 + - uid: 41081 components: - type: Transform pos: -26.5,-35.5 parent: 2 - - uid: 40445 + - uid: 41082 components: - type: Transform pos: -27.5,-35.5 parent: 2 - - uid: 40446 + - uid: 41083 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-36.5 parent: 2 - - uid: 40447 + - uid: 41084 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-37.5 parent: 2 - - uid: 40448 + - uid: 41085 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-47.5 parent: 2 - - uid: 40449 + - uid: 41086 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-48.5 parent: 2 - - uid: 40450 + - uid: 41087 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-49.5 parent: 2 - - uid: 40451 + - uid: 41088 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-50.5 parent: 2 - - uid: 40452 + - uid: 41089 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-51.5 parent: 2 - - uid: 40453 + - uid: 41090 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-51.5 parent: 2 - - uid: 40454 + - uid: 41091 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-51.5 parent: 2 - - uid: 40455 + - uid: 41092 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-51.5 parent: 2 - - uid: 40456 + - uid: 41093 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-52.5 parent: 2 - - uid: 40457 + - uid: 41094 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-67.5 parent: 2 - - uid: 40458 + - uid: 41095 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-54.5 parent: 2 - - uid: 40459 + - uid: 41096 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-55.5 parent: 2 - - uid: 40460 + - uid: 41097 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-56.5 parent: 2 - - uid: 40461 + - uid: 41098 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-57.5 parent: 2 - - uid: 40462 + - uid: 41099 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-59.5 parent: 2 - - uid: 40463 + - uid: 41100 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-61.5 parent: 2 - - uid: 40464 + - uid: 41101 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-62.5 parent: 2 - - uid: 40465 + - uid: 41102 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-63.5 parent: 2 - - uid: 40466 + - uid: 41103 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-64.5 parent: 2 - - uid: 40467 + - uid: 41104 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-64.5 parent: 2 - - uid: 40468 + - uid: 41105 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-65.5 parent: 2 - - uid: 40469 + - uid: 41106 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-66.5 parent: 2 - - uid: 40470 + - uid: 41107 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-67.5 parent: 2 - - uid: 40471 + - uid: 41108 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-67.5 parent: 2 - - uid: 40472 + - uid: 41109 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-67.5 parent: 2 - - uid: 40473 + - uid: 41110 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-67.5 parent: 2 - - uid: 40474 + - uid: 41111 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-67.5 parent: 2 - - uid: 40475 + - uid: 41112 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-68.5 parent: 2 - - uid: 40476 + - uid: 41113 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-69.5 parent: 2 - - uid: 40477 + - uid: 41114 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-69.5 parent: 2 - - uid: 40478 + - uid: 41115 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-69.5 parent: 2 - - uid: 40479 + - uid: 41116 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-69.5 parent: 2 - - uid: 40480 + - uid: 41117 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-69.5 parent: 2 - - uid: 40481 + - uid: 41118 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-69.5 parent: 2 - - uid: 40482 + - uid: 41119 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-69.5 parent: 2 - - uid: 40483 + - uid: 41120 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-69.5 parent: 2 - - uid: 40484 + - uid: 41121 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-69.5 parent: 2 - - uid: 40485 + - uid: 41122 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-69.5 parent: 2 - - uid: 40486 + - uid: 41123 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-69.5 parent: 2 - - uid: 40487 + - uid: 41124 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-69.5 parent: 2 - - uid: 40488 + - uid: 41125 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-69.5 parent: 2 - - uid: 40489 + - uid: 41126 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-69.5 parent: 2 - - uid: 40490 + - uid: 41127 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-69.5 parent: 2 - - uid: 40491 + - uid: 41128 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-69.5 parent: 2 - - uid: 40492 + - uid: 41129 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-69.5 parent: 2 - - uid: 40493 + - uid: 41130 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-69.5 parent: 2 - - uid: 40494 + - uid: 41131 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-68.5 parent: 2 - - uid: 40495 + - uid: 41132 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-67.5 parent: 2 - - uid: 40496 + - uid: 41133 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-67.5 parent: 2 - - uid: 40497 + - uid: 41134 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-67.5 parent: 2 - - uid: 40498 + - uid: 41135 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-66.5 parent: 2 - - uid: 40499 + - uid: 41136 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-67.5 parent: 2 - - uid: 40500 + - uid: 41137 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-67.5 parent: 2 - - uid: 40501 + - uid: 41138 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-67.5 parent: 2 - - uid: 40502 + - uid: 41139 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-65.5 parent: 2 - - uid: 40503 + - uid: 41140 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-65.5 parent: 2 - - uid: 40504 + - uid: 41141 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-64.5 parent: 2 - - uid: 40505 + - uid: 41142 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-63.5 parent: 2 - - uid: 40506 + - uid: 41143 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-62.5 parent: 2 - - uid: 40507 + - uid: 41144 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-61.5 parent: 2 - - uid: 40508 + - uid: 41145 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-59.5 parent: 2 - - uid: 40509 + - uid: 41146 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-57.5 parent: 2 - - uid: 40510 + - uid: 41147 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-56.5 parent: 2 - - uid: 40511 + - uid: 41148 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-55.5 parent: 2 - - uid: 40512 + - uid: 41149 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-54.5 parent: 2 - - uid: 40513 + - uid: 41150 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-52.5 parent: 2 - - uid: 40514 + - uid: 41151 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-52.5 parent: 2 - - uid: 40515 + - uid: 41152 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-24.5 parent: 2 - - uid: 40516 + - uid: 41153 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-23.5 parent: 2 - - uid: 40517 + - uid: 41154 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-22.5 parent: 2 - - uid: 40518 + - uid: 41155 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-21.5 parent: 2 - - uid: 40519 + - uid: 41156 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-19.5 parent: 2 - - uid: 40520 + - uid: 41157 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-17.5 parent: 2 - - uid: 40521 + - uid: 41158 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-16.5 parent: 2 - - uid: 40522 + - uid: 41159 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-15.5 parent: 2 - - uid: 40523 + - uid: 41160 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-14.5 parent: 2 - - uid: 40524 + - uid: 41161 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-13.5 parent: 2 - - uid: 40525 + - uid: 41162 components: - type: Transform pos: 25.5,-12.5 parent: 2 - - uid: 40526 + - uid: 41163 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-12.5 parent: 2 - - uid: 40527 + - uid: 41164 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-11.5 parent: 2 - - uid: 40528 + - uid: 41165 components: - type: Transform pos: 24.5,-10.5 parent: 2 - - uid: 40529 + - uid: 41166 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-10.5 parent: 2 - - uid: 40530 + - uid: 41167 components: - type: Transform pos: 23.5,-8.5 parent: 2 - - uid: 40531 + - uid: 41168 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-8.5 parent: 2 - - uid: 40532 + - uid: 41169 components: - type: Transform pos: 22.5,-7.5 parent: 2 - - uid: 40533 + - uid: 41170 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-7.5 parent: 2 - - uid: 40534 + - uid: 41171 components: - type: Transform pos: 21.5,-6.5 parent: 2 - - uid: 40535 + - uid: 41172 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-6.5 parent: 2 - - uid: 40536 + - uid: 41173 components: - type: Transform pos: 20.5,-5.5 parent: 2 - - uid: 40537 + - uid: 41174 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-5.5 parent: 2 - - uid: 40538 + - uid: 41175 components: - type: Transform pos: 18.5,-4.5 parent: 2 - - uid: 40539 + - uid: 41176 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-4.5 parent: 2 - - uid: 40540 + - uid: 41177 components: - type: Transform pos: 17.5,-3.5 parent: 2 - - uid: 40541 + - uid: 41178 components: - type: Transform pos: 16.5,-3.5 parent: 2 - - uid: 40542 + - uid: 41179 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-3.5 parent: 2 - - uid: 40543 + - uid: 41180 components: - type: Transform pos: 15.5,-2.5 parent: 2 - - uid: 40544 + - uid: 41181 components: - type: Transform pos: 14.5,-2.5 parent: 2 - - uid: 40545 + - uid: 41182 components: - type: Transform pos: 13.5,-2.5 parent: 2 - - uid: 40546 + - uid: 41183 components: - type: Transform pos: 12.5,-2.5 parent: 2 - - uid: 40547 + - uid: 41184 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-5.5 parent: 2 - - uid: 40548 + - uid: 41185 components: - type: Transform pos: -11.5,-2.5 parent: 2 - - uid: 40549 + - uid: 41186 components: - type: Transform pos: -12.5,-2.5 parent: 2 - - uid: 40550 + - uid: 41187 components: - type: Transform pos: -13.5,-2.5 parent: 2 - - uid: 40551 + - uid: 41188 components: - type: Transform pos: -14.5,-2.5 parent: 2 - - uid: 40552 + - uid: 41189 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-3.5 parent: 2 - - uid: 40553 + - uid: 41190 components: - type: Transform pos: -16.5,-3.5 parent: 2 - - uid: 40554 + - uid: 41191 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-4.5 parent: 2 - - uid: 40555 + - uid: 41192 components: - type: Transform pos: -17.5,-4.5 parent: 2 - - uid: 40556 + - uid: 41193 components: - type: Transform pos: -19.5,-5.5 parent: 2 - - uid: 40557 + - uid: 41194 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-6.5 parent: 2 - - uid: 40558 + - uid: 41195 components: - type: Transform pos: -20.5,-6.5 parent: 2 - - uid: 40559 + - uid: 41196 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-7.5 parent: 2 - - uid: 40560 + - uid: 41197 components: - type: Transform pos: -21.5,-7.5 parent: 2 - - uid: 40561 + - uid: 41198 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-8.5 parent: 2 - - uid: 40562 + - uid: 41199 components: - type: Transform pos: -22.5,-8.5 parent: 2 - - uid: 40563 + - uid: 41200 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-10.5 parent: 2 - - uid: 40564 + - uid: 41201 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-11.5 parent: 2 - - uid: 40565 + - uid: 41202 components: - type: Transform pos: -23.5,-10.5 parent: 2 - - uid: 40566 + - uid: 41203 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-12.5 parent: 2 - - uid: 40567 + - uid: 41204 components: - type: Transform pos: -24.5,-12.5 parent: 2 - - uid: 40568 + - uid: 41205 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,-43.5 parent: 2 - - uid: 40569 + - uid: 41206 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,23.5 parent: 2 - - uid: 40570 + - uid: 41207 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-40.5 parent: 2 - - uid: 40571 + - uid: 41208 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-39.5 parent: 2 - - uid: 40572 + - uid: 41209 components: - type: Transform pos: -26.5,-38.5 parent: 2 - - uid: 40573 + - uid: 41210 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-19.5 parent: 2 - - uid: 40574 + - uid: 41211 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-19.5 parent: 2 - - uid: 40575 + - uid: 41212 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-19.5 parent: 2 - - uid: 40576 + - uid: 41213 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-19.5 parent: 2 - - uid: 40577 + - uid: 41214 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,2.5 parent: 2 - - uid: 40578 + - uid: 41215 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,22.5 parent: 2 - - uid: 40579 + - uid: 41216 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-39.5 parent: 2 - - uid: 40580 + - uid: 41217 components: - type: Transform pos: -25.5,-38.5 parent: 2 - - uid: 40581 + - uid: 41218 components: - type: Transform pos: -27.5,-38.5 parent: 2 - - uid: 40582 + - uid: 41219 components: - type: Transform pos: 16.5,14.5 parent: 2 - proto: Wirecutter entities: - - uid: 40583 + - uid: 41220 components: - type: Transform rot: 3.141592653589793 rad pos: 63.52787,-69.44139 parent: 2 +- proto: WizardComputerComms + entities: + - uid: 41221 + components: + - type: MetaData + desc: Инопланетная консоль связи. + name: ҪҖҨ҂ҜҞҔҴҥҪ + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - type: Computer + board: "" + - type: CommunicationsConsole + sound: !type:SoundPathSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 15 + pitch: 1 + volume: 0 + path: /Audio/Effects/alert.ogg + title: ҨҖ҂ҞҖ҂Ҩ ҔҸ҂ҖҞ +- proto: WizardSmoke + entities: + - uid: 41222 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 - proto: WoodDoor entities: - - uid: 40584 + - uid: 41223 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-62.5 parent: 2 - - uid: 40585 + - uid: 41224 components: - type: Transform pos: 33.5,-69.5 parent: 2 - - uid: 40586 + - uid: 41225 components: - type: Transform pos: 32.5,-66.5 parent: 2 - proto: WoodenBench entities: - - uid: 40587 + - uid: 41226 components: - type: Transform pos: 33.5,-59.5 parent: 2 - - uid: 40588 + - uid: 41227 components: - type: Transform pos: 33.5,-57.5 parent: 2 - - uid: 40589 + - uid: 41228 components: - type: Transform pos: 34.5,-57.5 parent: 2 - - uid: 40590 + - uid: 41229 components: - type: Transform pos: 36.5,-57.5 parent: 2 - - uid: 40591 + - uid: 41230 components: - type: Transform pos: 36.5,-58.5 parent: 2 - - uid: 40592 + - uid: 41231 components: - type: Transform pos: 34.5,-58.5 parent: 2 - - uid: 40593 + - uid: 41232 components: - type: Transform pos: 36.5,-60.5 parent: 2 - - uid: 40594 + - uid: 41233 components: - type: Transform pos: 34.5,-59.5 parent: 2 - - uid: 40595 + - uid: 41234 components: - type: Transform pos: 33.5,-60.5 parent: 2 - - uid: 40596 + - uid: 41235 components: - type: Transform pos: 37.5,-57.5 parent: 2 - - uid: 40597 + - uid: 41236 components: - type: Transform pos: 33.5,-58.5 parent: 2 - - uid: 40598 + - uid: 41237 components: - type: Transform pos: 36.5,-59.5 parent: 2 - - uid: 40599 + - uid: 41238 components: - type: Transform pos: 34.5,-60.5 parent: 2 - - uid: 40600 + - uid: 41239 components: - type: Transform pos: 37.5,-60.5 parent: 2 - - uid: 40601 + - uid: 41240 components: - type: Transform pos: 37.5,-58.5 parent: 2 - - uid: 40602 + - uid: 41241 components: - type: Transform pos: 37.5,-59.5 parent: 2 - proto: WoodenBuckler entities: - - uid: 40603 + - uid: 41242 components: - type: Transform rot: 3.141592653589793 rad @@ -277204,204 +281727,402 @@ entities: parent: 2 - proto: WoodenSupportBeam entities: - - uid: 40604 + - uid: 41243 components: - type: Transform pos: -5.5,-62.5 parent: 2 - proto: WoodenSupportWall entities: - - uid: 40605 + - uid: 41244 components: - type: Transform pos: -5.5,-63.5 parent: 2 - proto: Wrench entities: - - uid: 40606 + - uid: 41245 + components: + - type: Transform + pos: -13.62603,-38.501286 + parent: 2 + - uid: 41246 components: - type: Transform pos: 34.5,9.5 parent: 2 - - uid: 40607 - components: - - type: Transform - pos: -8.818029,-46.31089 - parent: 2 - - uid: 40608 + - uid: 41247 components: - type: Transform pos: -63.5,-74.5 parent: 2 - - uid: 40609 + - uid: 41248 components: - type: Transform pos: -66.1136,-78.50909 parent: 2 - - uid: 40610 + - uid: 41249 components: - type: Transform pos: -48.51643,-33.506325 parent: 2 - - uid: 40611 + - uid: 41250 components: - type: Transform pos: -5.5218987,19.606731 parent: 2 - - uid: 40612 + - uid: 41251 components: - type: Transform pos: 12.490301,-78.987305 parent: 2 - - uid: 40613 + - uid: 41252 components: - type: Transform pos: -13.499856,-87.49679 parent: 2 - - uid: 40614 + - uid: 41253 components: - type: Transform pos: -50.47863,-60.520138 parent: 2 - - uid: 40615 + - uid: 41254 components: - type: Transform pos: -28.411003,-78.390785 parent: 2 - - uid: 40616 + - uid: 41255 components: - type: Transform pos: -46.49739,-85.207535 parent: 2 - - uid: 40617 + - uid: 41256 components: - type: Transform pos: 35.483826,-71.47557 parent: 2 - - uid: 40618 + - uid: 41257 components: - type: Transform pos: -38.5,-23.5 parent: 2 - - uid: 40619 + - uid: 41258 components: - type: Transform pos: -46.5,-87.5 parent: 2 - - uid: 40620 + - uid: 41259 components: - type: Transform pos: -38.5,-48.5 parent: 2 - - uid: 40621 + - uid: 41260 components: - type: Transform pos: -48.052433,-55.553867 parent: 2 - - uid: 40622 + - uid: 41261 components: - type: Transform pos: -64.5,4.5 parent: 2 - - uid: 40623 + - uid: 41262 components: - type: Transform pos: -46.5,-71.5 parent: 2 - - uid: 40624 + - uid: 41263 components: - type: Transform pos: -48.5,-121.5 parent: 2 - - uid: 40625 + - uid: 41264 components: - type: Transform pos: -77.50526,-3.4833794 parent: 2 - - uid: 40626 + - uid: 41265 components: - type: Transform pos: -81.5,-11.5 parent: 2 - - uid: 40627 + - uid: 41266 components: - type: Transform pos: 38.50425,-83.4728 parent: 2 - - uid: 40628 + - uid: 41267 components: - type: Transform pos: 85.49798,6.636876 parent: 2 - proto: WristwatchGold entities: - - uid: 15599 + - uid: 16115 components: - type: Transform - parent: 15591 + parent: 16107 - type: Physics canCollide: False - type: InsideEntityStorage - proto: XenoBasherGlass entities: - - uid: 19079 + - uid: 19578 components: - type: Transform - parent: 19074 + parent: 19573 - type: Physics canCollide: False -- proto: XenoWardingTower +- proto: XenoborgModuleBasic entities: - - uid: 40629 + - uid: 41268 components: - type: Transform - pos: -14.5,-53.5 + pos: 5.803375,-49.2933 parent: 2 - - uid: 40630 +- proto: XenoborgModuleFireExtinguisher + entities: + - uid: 41269 components: - type: Transform - pos: -0.5,-51.5 + pos: 5.5897036,-54.44345 parent: 2 - - uid: 40631 +- proto: XenoResinWindow + entities: + - uid: 41270 components: - type: Transform - pos: -5.5,-49.5 + rot: -1.5707963267948966 rad + pos: -3.5,-21.5 parent: 2 - - uid: 40632 + - uid: 41271 components: - type: Transform - pos: 6.5,-49.5 + rot: -1.5707963267948966 rad + pos: 4.5,-21.5 parent: 2 - - uid: 40633 + - uid: 41272 components: - type: Transform - pos: 9.5,-49.5 + pos: -2.5,-45.5 parent: 2 - - uid: 40634 + - uid: 41273 components: - type: Transform - pos: 8.5,-52.5 + pos: 3.5,-45.5 parent: 2 - - uid: 40635 + - uid: 41274 components: - type: Transform + pos: 4.5,-50.5 + parent: 2 + - uid: 41275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-50.5 + parent: 2 + - uid: 41276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-55.5 + parent: 2 + - uid: 41277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-43.5 + parent: 2 + - uid: 41278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-50.5 + parent: 2 + - uid: 41279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-53.5 + parent: 2 + - uid: 41280 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 41281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-46.5 + parent: 2 + - uid: 41282 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 41283 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 41284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-55.5 + parent: 2 + - uid: 41285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-50.5 + parent: 2 + - uid: 41286 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 41287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-45.5 + parent: 2 + - uid: 41288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-50.5 + parent: 2 + - uid: 41289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-52.5 + parent: 2 + - uid: 41290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-54.5 + parent: 2 + - uid: 41291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-56.5 + parent: 2 + - uid: 41292 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - uid: 41293 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 2 + - uid: 41294 + components: + - type: Transform + pos: 11.5,-40.5 + parent: 2 + - uid: 41295 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - uid: 41296 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 41297 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-21.5 parent: 2 - - uid: 40636 + - uid: 41298 components: - type: Transform - pos: -7.5,-22.5 + rot: -1.5707963267948966 rad + pos: 0.5,-22.5 + parent: 2 +- proto: XenoWardingTower + entities: + - uid: 41299 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 41300 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 41301 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 41302 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 41303 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 41304 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 41305 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 41306 + components: + - type: Transform + pos: 17.5,-36.5 + parent: 2 + - uid: 41307 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 41308 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 41335 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 41336 + components: + - type: Transform + pos: 4.5,-37.5 parent: 2 - proto: Zipties entities: - - uid: 40637 + - uid: 41309 components: - type: Transform pos: -51.471405,13.539501 parent: 2 - proto: ZiptiesBroken entities: - - uid: 40638 + - uid: 41310 components: - type: Transform pos: -55.454735,-82.487236